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       - 35  # NFV MRR
493
494     plot-vpp-throughput-latency-3n-skx:
495       # TODO: Add new data
496       csit-vpp-perf-verify-1901-3n-skx:
497       - 18  # NDRPDR sel
498       - 19  # NDRPDR sel
499       - 20  # NDRPDR sel
500       - 28  # NDRPDR sel
501       - 31  # NDRPDR sel
502       - 33  # NDRPDR sel
503       - 36  # NDRPDR sel
504       - 38  # NDRPDR sel
505
506     plot-vpp-throughput-latency-2n-skx:
507       # TODO: Add new data
508       csit-vpp-perf-verify-1901-2n-skx:
509       - 5   # NDRPDR sel
510       - 10  # NDRPDR sel fails
511       - 12  # NDRPDR sel
512       - 13  # NDRPDR sel
513       - 16  # NDRPDR sel fails
514       - 21  # NDRPDR sel
515       - 23  # NDRPDR sel
516
517     plot-vpp-http-server-performance:
518       # TODO: Replace with new data
519       # csit-vpp-perf-verify-1901-3n-hsw:
520       csit-vpp-perf-verify-1810-3n-hsw:
521       - 28  # WRK
522       - 29  # WRK
523       - 30  # WRK
524       - 31  # WRK
525       - 32  # WRK
526       - 33  # WRK
527       - 34  # WRK
528       - 35  # WRK
529       - 36  # WRK
530       - 37  # WRK
531
532     # VPP Functional
533     vpp-func-results-ubuntu:
534       csit-vpp-functional-1901-ubuntu1604-virl:
535       - 48
536
537     vpp-func-results-centos:
538       csit-vpp-functional-1901-centos7-virl:
539       - 50
540
541     vpp-device-results-ubuntu:
542       csit-vpp-device-1901-ubuntu1804-1n-skx:
543       - 49
544
545     # VPP Ligato
546     ligato-perf-results-3n-hsw:
547       # TODO: Replace with new data
548       # csit-ligato-perf-verify-1901-3n-hsw:
549       csit-ligato-perf-verify-1810-3n-hsw:
550       - 5   # full
551
552     plot-ligato-throughput-speedup-analysis-3n-hsw:
553       # TODO: Replace with new data
554       # csit-ligato-perf-verify-1901-3n-hsw:
555       csit-ligato-perf-verify-1810-3n-hsw:
556       - 5   # full
557       - 6   # sel
558       - 8   # sel
559       - 9   # sel
560       - 11  # sel
561       - 12  # sel
562       - 13  # sel
563       - 14  # sel
564       - 16  # sel
565       - 17  # sel
566       - 18  # sel
567
568     plot-ligato-throughput-latency-3n-hsw:
569       # TODO: Replace with new data
570       # csit-ligato-perf-verify-1901-3n-hsw:
571       csit-ligato-perf-verify-1810-3n-hsw:
572       - 5   # full
573       - 6   # sel
574       - 8   # sel
575       - 9   # sel
576       - 11  # sel
577       - 12  # sel
578       - 13  # sel
579       - 14  # sel
580       - 16  # sel
581       - 17  # sel
582       - 18  # sel
583
584     # DPDK Performance
585     dpdk-performance-changes-3n-hsw:
586       csit-dpdk-perf-verify-1807-3n-hsw:
587       - 11
588       - 12  # full
589       - 14
590       - 15
591       - 16
592       - 17
593       - 20
594       - 21
595       - 22
596       - 23
597       csit-dpdk-perf-verify-1810-3n-hsw:
598       - 1   # NDRPDR sel
599       - 2   # NDRPDR sel
600       - 3   # NDRPDR sel
601       - 4   # NDRPDR sel
602       - 5   # NDRPDR sel
603       - 6   # NDRPDR sel
604       - 7   # NDRPDR sel
605       - 8   # NDRPDR sel
606       - 9   # NDRPDR sel
607       - 10  # NDRPDR sel
608       # TODO: Add new data
609       csit-dpdk-perf-verify-1901-3n-hsw:
610       - 3   # NDRPDR sel
611       - 4   # NDRPDR sel
612       - 5   # NDRPDR sel
613       - 6   # NDRPDR sel
614       - 7   # NDRPDR sel
615       - 8   # NDRPDR sel
616       - 9   # NDRPDR sel
617       - 10  # NDRPDR sel
618       - 11  # NDRPDR sel
619
620     dpdk-performance-changes-3n-skx:
621       csit-dpdk-perf-verify-1807-3n-skx:
622       - 1   # NDRPDR sel
623       - 2   # NDRPDR sel
624       - 3   # NDRPDR sel
625       - 6   # NDRPDR sel
626       - 7   # NDRPDR sel
627       - 8   # NDRPDR sel
628       - 9   # NDRPDR sel
629       - 10  # NDRPDR sel
630       - 11  # NDRPDR sel
631       - 12  # NDRPDR sel
632       csit-dpdk-perf-verify-1810-3n-skx:
633       - 3   # NDRPDR sel
634       - 4   # NDRPDR sel
635       - 6   # NDRPDR sel
636       - 7   # NDRPDR sel
637       - 8   # NDRPDR sel
638       - 9   # NDRPDR sel
639       - 10  # NDRPDR sel
640       - 11  # NDRPDR sel
641       - 12  # NDRPDR sel
642       - 13  # NDRPDR sel
643       # TODO: Add new data
644       csit-dpdk-perf-verify-1901-3n-skx:
645       - 1   # NDRPDR sel F
646       - 2   # NDRPDR sel F
647
648     dpdk-compare-testbeds:
649       # TODO: Replace with new data
650       csit-dpdk-perf-verify-1901-3n-skx:
651       - 1   # NDRPDR sel F
652       - 2   # NDRPDR sel F
653       # TODO: Add new data
654       csit-dpdk-perf-verify-1901-3n-hsw:
655       - 3   # NDRPDR sel
656       - 4   # NDRPDR sel
657       - 5   # NDRPDR sel
658       - 6   # NDRPDR sel
659       - 7   # NDRPDR sel
660       - 8   # NDRPDR sel
661       - 9   # NDRPDR sel
662       - 10  # NDRPDR sel
663       - 11  # NDRPDR sel
664
665     dpdk-compare-topologies:
666       # TODO: Replace with new data
667       csit-dpdk-perf-verify-1901-3n-skx:
668       - 1   # NDRPDR sel F
669       - 2   # NDRPDR sel F
670       # TODO: Add new data
671       csit-dpdk-perf-verify-1901-2n-skx:
672       - 2   # NDRPDR sel
673       - 3   # NDRPDR sel
674       - 4   # NDRPDR sel
675       - 5   # NDRPDR sel
676       - 6   # NDRPDR sel
677       - 7   # NDRPDR sel
678       - 8   # NDRPDR sel
679       - 9   # NDRPDR sel
680       - 10  # NDRPDR sel
681       - 11  # NDRPDR sel
682
683     dpdk-perf-results-3n-hsw:
684       # TODO: Replace with FULL data
685       csit-dpdk-perf-verify-1901-3n-hsw:
686       - 6   # NDRPDR sel
687
688     dpdk-perf-results-3n-skx:
689       # TODO: Replace with new data
690       csit-dpdk-perf-verify-1901-3n-skx:
691       - 2   # NDRPDR sel F
692
693     dpdk-perf-results-2n-skx:
694       # TODO: Replace with FULL data
695       csit-dpdk-perf-verify-1901-2n-skx:
696       - 2   # NDRPDR sel
697
698     plot-dpdk-throughput-latency-3n-hsw:
699       # TODO: Replace with new data
700       csit-dpdk-perf-verify-1901-3n-hsw:
701       - 3   # NDRPDR sel
702       - 4   # NDRPDR sel
703       - 5   # NDRPDR sel
704       - 6   # NDRPDR sel
705       - 7   # NDRPDR sel
706       - 8   # NDRPDR sel
707       - 9   # NDRPDR sel
708       - 10  # NDRPDR sel
709       - 11  # NDRPDR sel
710
711     plot-dpdk-throughput-latency-3n-skx:
712       # TODO: Replace with new data
713       csit-dpdk-perf-verify-1901-3n-skx:
714       - 1   # NDRPDR sel F
715       - 2   # NDRPDR sel F
716
717     plot-dpdk-throughput-latency-2n-skx:
718       # TODO: Add new data
719       csit-dpdk-perf-verify-1901-2n-skx:
720       - 2   # NDRPDR sel
721       - 3   # NDRPDR sel
722       - 4   # NDRPDR sel
723       - 5   # NDRPDR sel
724       - 6   # NDRPDR sel
725       - 7   # NDRPDR sel
726       - 8   # NDRPDR sel
727       - 9   # NDRPDR sel
728       - 10  # NDRPDR sel
729       - 11  # NDRPDR sel
730
731     # HoneyComb Functional
732     hc-func-results:
733       csit-hc2vpp-verify-func-1901-ubuntu1604:
734       - 3
735
736     # NSH SFC Functional
737     nsh-func-results:
738       # TODO: Replace with new data
739       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
740       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
741       - 1
742
743     # DMM Functional
744     dmm-func-results:
745       # TODO: Replace with new data
746       csit-dmm-functional-1901-ubuntu1604-virl:
747       - 2
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     - 35  # NFV MRR
1330     - 28  # NFV NDRPDR
1331     - 29  # NFV NDRPDR
1332     - 32  # NFV NDRPDR
1333     csit-vpp-perf-verify-master-2n-skx:
1334     - 248  # SOAK sel
1335     - 251  # SOAK sel
1336     csit-ligato-perf-verify-1810-3n-hsw:
1337     - 5   # full
1338     - 6   # sel
1339     - 8   # sel
1340     - 9   # sel
1341     - 11  # sel
1342     - 12  # sel
1343     - 13  # sel
1344     - 14  # sel
1345     - 16  # sel
1346     - 17  # sel
1347     - 18  # sel
1348     # TODO: Add new data
1349     # csit-ligato-perf-verify-1901-3n-hsw:
1350     csit-dpdk-perf-verify-1807-3n-hsw:
1351     - 11
1352     - 12  # full
1353     - 14
1354     - 15
1355     - 16
1356     - 17
1357     - 20
1358     - 21
1359     - 22
1360     - 23
1361     csit-dpdk-perf-verify-1810-3n-hsw:
1362     - 1   # NDRPDR sel
1363     - 2   # NDRPDR sel
1364     - 3   # NDRPDR sel
1365     - 4   # NDRPDR sel
1366     - 5   # NDRPDR sel
1367     - 6   # NDRPDR sel
1368     - 7   # NDRPDR sel
1369     - 8   # NDRPDR sel
1370     - 9   # NDRPDR sel
1371     - 10  # NDRPDR sel
1372     csit-dpdk-perf-verify-1901-3n-hsw:
1373     - 3   # NDRPDR sel
1374     - 4   # NDRPDR sel
1375     - 5   # NDRPDR sel
1376     - 6   # NDRPDR sel
1377     - 7   # NDRPDR sel
1378     - 8   # NDRPDR sel
1379     - 9   # NDRPDR sel
1380     - 10  # NDRPDR sel
1381     - 11  # NDRPDR sel
1382     csit-dpdk-perf-verify-1807-3n-skx:
1383     - 1   # NDRPDR sel
1384     - 2   # NDRPDR sel
1385     - 3   # NDRPDR sel
1386     - 6   # NDRPDR sel
1387     - 7   # NDRPDR sel
1388     - 8   # NDRPDR sel
1389     - 9   # NDRPDR sel
1390     - 10  # NDRPDR sel
1391     - 11  # NDRPDR sel
1392     - 12  # NDRPDR sel
1393     csit-dpdk-perf-verify-1810-3n-skx:
1394     - 3   # NDRPDR sel
1395     - 4   # NDRPDR sel
1396     - 6   # NDRPDR sel
1397     - 7   # NDRPDR sel
1398     - 8   # NDRPDR sel
1399     - 9   # NDRPDR sel
1400     - 10  # NDRPDR sel
1401     - 11  # NDRPDR sel
1402     - 12  # NDRPDR sel
1403     - 13  # NDRPDR sel
1404     csit-dpdk-perf-verify-1901-3n-skx:
1405     - 1   # NDRPDR sel
1406     - 2   # NDRPDR sel
1407 #    csit-dpdk-perf-verify-1810-2n-skx:
1408 #    - 3   # NDRPDR sel
1409 #    - 4   # NDRPDR sel
1410 #    - 5   # NDRPDR sel
1411 #    - 7   # NDRPDR sel
1412 #    - 8   # NDRPDR sel
1413 #    - 9   # NDRPDR sel
1414 #    - 10  # NDRPDR sel
1415 #    - 11  # NDRPDR sel
1416 #    - 12  # NDRPDR sel
1417 #    - 13  # NDRPDR sel
1418     csit-dpdk-perf-verify-1901-2n-skx:
1419     - 2   # NDRPDR sel
1420     - 3   # NDRPDR sel
1421     - 4   # NDRPDR sel
1422     - 5   # NDRPDR sel
1423     - 6   # NDRPDR sel
1424     - 7   # NDRPDR sel
1425     - 8   # NDRPDR sel
1426     - 9   # NDRPDR sel
1427     - 10  # NDRPDR sel
1428     - 11  # NDRPDR sel
1429     csit-vpp-functional-1901-ubuntu1604-virl:
1430     - 48
1431     csit-vpp-functional-1901-centos7-virl:
1432     - 50
1433     csit-vpp-device-1901-ubuntu1804-1n-skx:
1434     - 49
1435     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1436     - 1
1437     csit-dmm-functional-1901-ubuntu1604-virl:
1438     - 2
1439     csit-hc2vpp-verify-func-1901-ubuntu1604:
1440     - 3
1441
1442 -
1443   type: "output"
1444   output: "report"
1445   format:
1446     html:
1447     - full
1448 #    pdf:
1449 #    - minimal
1450
1451 ################################################################################
1452 ###                               T A B L E S                                ###
1453 ################################################################################
1454
1455
1456 # VPP Compare NICs 3n-hsw 1t1c ndr
1457 -
1458   type: "table"
1459   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1460   algorithm: "table_nics_comparison"
1461   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1462   reference:
1463     title: "Intel-x520"
1464     nic: "NIC_Intel-X520-DA2"
1465   compare:
1466     title: "Intel-x710"
1467     nic: "NIC_Intel-X710"
1468   data: "vpp-nic-comparison-3n-hsw"
1469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1470   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1471   parameters:
1472   - "name"
1473   - "parent"
1474   - "throughput"
1475   - "tags"
1476
1477 # VPP Compare NICs 3n-hsw 2t2c ndr
1478 -
1479   type: "table"
1480   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1481   algorithm: "table_nics_comparison"
1482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1483   reference:
1484     title: "Intel-x520"
1485     nic: "NIC_Intel-X520-DA2"
1486   compare:
1487     title: "Intel-x710"
1488     nic: "NIC_Intel-X710"
1489   data: "vpp-nic-comparison-3n-hsw"
1490   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1491   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1492   parameters:
1493   - "name"
1494   - "parent"
1495   - "throughput"
1496   - "tags"
1497
1498 # VPP Compare NICs 3n-hsw 1t1c pdr
1499 -
1500   type: "table"
1501   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1502   algorithm: "table_nics_comparison"
1503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1504   reference:
1505     title: "Intel-x520"
1506     nic: "NIC_Intel-X520-DA2"
1507   compare:
1508     title: "Intel-x710"
1509     nic: "NIC_Intel-X710"
1510   data: "vpp-nic-comparison-3n-hsw"
1511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1512   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1513   parameters:
1514   - "name"
1515   - "parent"
1516   - "throughput"
1517   - "tags"
1518
1519 # VPP Compare NICs 3n-hsw 2t2c pdr
1520 -
1521   type: "table"
1522   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1523   algorithm: "table_nics_comparison"
1524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1525   reference:
1526     title: "Intel-x520"
1527     nic: "NIC_Intel-X520-DA2"
1528   compare:
1529     title: "Intel-x710"
1530     nic: "NIC_Intel-X710"
1531   data: "vpp-nic-comparison-3n-hsw"
1532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1533   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1534   parameters:
1535   - "name"
1536   - "parent"
1537   - "throughput"
1538   - "tags"
1539
1540 # VPP Compare NICs 3n-hsw 1t1c mrr
1541 -
1542   type: "table"
1543   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1544   algorithm: "table_nics_comparison"
1545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1546   reference:
1547     title: "Intel-x520"
1548     nic: "NIC_Intel-X520-DA2"
1549   compare:
1550     title: "Intel-x710"
1551     nic: "NIC_Intel-X710"
1552   data: "vpp-nic-comparison-3n-hsw-mrr"
1553   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1554   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1555   parameters:
1556   - "name"
1557   - "parent"
1558   - "result"
1559   - "tags"
1560
1561 # VPP Compare NICs 3n-hsw 2t2c mrr
1562 -
1563   type: "table"
1564   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1565   algorithm: "table_nics_comparison"
1566   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1567   reference:
1568     title: "Intel-x520"
1569     nic: "NIC_Intel-X520-DA2"
1570   compare:
1571     title: "Intel-x710"
1572     nic: "NIC_Intel-X710"
1573   data: "vpp-nic-comparison-3n-hsw-mrr"
1574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1575   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1576   parameters:
1577   - "name"
1578   - "parent"
1579   - "result"
1580   - "tags"
1581
1582 # VPP Compare NICs 3n-hsw 4t4c mrr
1583 -
1584   type: "table"
1585   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1586   algorithm: "table_nics_comparison"
1587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1588   reference:
1589     title: "Intel-x520"
1590     nic: "NIC_Intel-X520-DA2"
1591   compare:
1592     title: "Intel-x710"
1593     nic: "NIC_Intel-X710"
1594   data: "vpp-nic-comparison-3n-hsw-mrr"
1595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1596   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1597   parameters:
1598   - "name"
1599   - "parent"
1600   - "result"
1601   - "tags"
1602
1603 # VPP Compare NICs 3n-skx 2t1c ndr
1604 -
1605   type: "table"
1606   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1607   algorithm: "table_nics_comparison"
1608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1609   reference:
1610     title: "Intel-x710"
1611     nic: "NIC_Intel-X710"
1612   compare:
1613     title: "Intel-xxv710"
1614     nic: "NIC_Intel-XXV710"
1615   data: "vpp-nic-comparison-3n-skx"
1616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1617   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1618   parameters:
1619   - "name"
1620   - "parent"
1621   - "throughput"
1622   - "tags"
1623
1624 # VPP Compare NICs 3n-skx 4t2c ndr
1625 -
1626   type: "table"
1627   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1628   algorithm: "table_nics_comparison"
1629   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1630   reference:
1631     title: "Intel-x710"
1632     nic: "NIC_Intel-X710"
1633   compare:
1634     title: "Intel-xxv710"
1635     nic: "NIC_Intel-XXV710"
1636   data: "vpp-nic-comparison-3n-skx"
1637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1638   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1639   parameters:
1640   - "name"
1641   - "parent"
1642   - "throughput"
1643   - "tags"
1644
1645 # VPP Compare NICs 3n-skx 2t1c pdr
1646 -
1647   type: "table"
1648   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1649   algorithm: "table_nics_comparison"
1650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1651   reference:
1652     title: "Intel-x710"
1653     nic: "NIC_Intel-X710"
1654   compare:
1655     title: "Intel-xxv710"
1656     nic: "NIC_Intel-XXV710"
1657   data: "vpp-nic-comparison-3n-skx"
1658   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1659   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1660   parameters:
1661   - "name"
1662   - "parent"
1663   - "throughput"
1664   - "tags"
1665
1666  # VPP Compare NICs 3n-skx 4t2c pdr
1667 -
1668   type: "table"
1669   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1670   algorithm: "table_nics_comparison"
1671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1672   reference:
1673     title: "Intel-x710"
1674     nic: "NIC_Intel-X710"
1675   compare:
1676     title: "Intel-xxv710"
1677     nic: "NIC_Intel-XXV710"
1678   data: "vpp-nic-comparison-3n-skx"
1679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1680   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1681   parameters:
1682   - "name"
1683   - "parent"
1684   - "throughput"
1685   - "tags"
1686
1687 # VPP Compare NICs 3n-skx 2t1c mrr
1688 -
1689   type: "table"
1690   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1691   algorithm: "table_nics_comparison"
1692   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1693   reference:
1694     title: "Intel-x710"
1695     nic: "NIC_Intel-X710"
1696   compare:
1697     title: "Intel-xxv710"
1698     nic: "NIC_Intel-XXV710"
1699   data: "vpp-nic-comparison-3n-skx-mrr"
1700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1701   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1702   parameters:
1703   - "name"
1704   - "parent"
1705   - "result"
1706   - "tags"
1707
1708 # VPP Compare NICs 3n-skx 4t2c mrr
1709 -
1710   type: "table"
1711   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1712   algorithm: "table_nics_comparison"
1713   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1714   reference:
1715     title: "Intel-x710"
1716     nic: "NIC_Intel-X710"
1717   compare:
1718     title: "Intel-xxv710"
1719     nic: "NIC_Intel-XXV710"
1720   data: "vpp-nic-comparison-3n-skx-mrr"
1721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1722   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1723   parameters:
1724   - "name"
1725   - "parent"
1726   - "result"
1727   - "tags"
1728
1729  # VPP Compare NICs 3n-skx 8t4c mrr
1730 -
1731   type: "table"
1732   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1733   algorithm: "table_nics_comparison"
1734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1735   reference:
1736     title: "Intel-x710"
1737     nic: "NIC_Intel-X710"
1738   compare:
1739     title: "Intel-xxv710"
1740     nic: "NIC_Intel-XXV710"
1741   data: "vpp-nic-comparison-3n-skx-mrr"
1742   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1743   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1744   parameters:
1745   - "name"
1746   - "parent"
1747   - "result"
1748   - "tags"
1749
1750 # VPP Compare NICs 2n-skx 2t1c ndr
1751 -
1752   type: "table"
1753   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1754   algorithm: "table_nics_comparison"
1755   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1756   reference:
1757     title: "Intel-x710"
1758     nic: "NIC_Intel-X710"
1759   compare:
1760     title: "Intel-xxv710"
1761     nic: "NIC_Intel-XXV710"
1762   data: "vpp-nic-comparison-2n-skx"
1763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1764   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1765   parameters:
1766   - "name"
1767   - "parent"
1768   - "throughput"
1769   - "tags"
1770
1771 # VPP Compare NICs 2n-skx 4t2c ndr
1772 -
1773   type: "table"
1774   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1775   algorithm: "table_nics_comparison"
1776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1777   reference:
1778     title: "Intel-x710"
1779     nic: "NIC_Intel-X710"
1780   compare:
1781     title: "Intel-xxv710"
1782     nic: "NIC_Intel-XXV710"
1783   data: "vpp-nic-comparison-2n-skx"
1784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1785   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1786   parameters:
1787   - "name"
1788   - "parent"
1789   - "throughput"
1790   - "tags"
1791
1792  # VPP Compare NICs 2n-skx 2t1c pdr
1793 -
1794   type: "table"
1795   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1796   algorithm: "table_nics_comparison"
1797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1798   reference:
1799     title: "Intel-x710"
1800     nic: "NIC_Intel-X710"
1801   compare:
1802     title: "Intel-xxv710"
1803     nic: "NIC_Intel-XXV710"
1804   data: "vpp-nic-comparison-2n-skx"
1805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1806   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1807   parameters:
1808   - "name"
1809   - "parent"
1810   - "throughput"
1811   - "tags"
1812
1813 # VPP Compare NICs 2n-skx 4t2c pdr
1814 -
1815   type: "table"
1816   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1817   algorithm: "table_nics_comparison"
1818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1819   reference:
1820     title: "Intel-x710"
1821     nic: "NIC_Intel-X710"
1822   compare:
1823     title: "Intel-xxv710"
1824     nic: "NIC_Intel-XXV710"
1825   data: "vpp-nic-comparison-2n-skx"
1826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1827   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1828   parameters:
1829   - "name"
1830   - "parent"
1831   - "throughput"
1832   - "tags"
1833
1834 # VPP Compare NICs 2n-skx 2t1c mrr
1835 -
1836   type: "table"
1837   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1838   algorithm: "table_nics_comparison"
1839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1840   reference:
1841     title: "Intel-x710"
1842     nic: "NIC_Intel-X710"
1843   compare:
1844     title: "Intel-xxv710"
1845     nic: "NIC_Intel-XXV710"
1846   data: "vpp-nic-comparison-2n-skx-mrr"
1847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1848   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1849   parameters:
1850   - "name"
1851   - "parent"
1852   - "result"
1853   - "tags"
1854
1855 # VPP Compare NICs 2n-skx 4t2c mrr
1856 -
1857   type: "table"
1858   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1859   algorithm: "table_nics_comparison"
1860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1861   reference:
1862     title: "Intel-x710"
1863     nic: "NIC_Intel-X710"
1864   compare:
1865     title: "Intel-xxv710"
1866     nic: "NIC_Intel-XXV710"
1867   data: "vpp-nic-comparison-2n-skx-mrr"
1868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1869   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1870   parameters:
1871   - "name"
1872   - "parent"
1873   - "result"
1874   - "tags"
1875
1876 # VPP Compare NICs 2n-skx 8t4c mrr
1877 -
1878   type: "table"
1879   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1880   algorithm: "table_nics_comparison"
1881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1882   reference:
1883     title: "Intel-x710"
1884     nic: "NIC_Intel-X710"
1885   compare:
1886     title: "Intel-xxv710"
1887     nic: "NIC_Intel-XXV710"
1888   data: "vpp-nic-comparison-2n-skx-mrr"
1889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1890   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1891   parameters:
1892   - "name"
1893   - "parent"
1894   - "result"
1895   - "tags"
1896
1897 ################################################################################
1898 # VPP
1899
1900 # VPP Performance Changes 3n-hsw 1t1c pdr
1901 -
1902   type: "table"
1903   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1904   algorithm: "table_performance_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1906   history:
1907     -
1908       title: "rls1807"
1909       data:
1910         csit-vpp-perf-verify-1807-3n-hsw:
1911         - 11  # NDRPDR full 1
1912         - 22  # NDRPDR full 2
1913         - 45  # NDRPDR full 3
1914         - 46  # NDRPDR full 4
1915         - 15  # NDRPDR sel
1916         - 16  # NDRPDR sel
1917         - 19  # NDRPDR sel
1918         - 18  # NDRPDR sel
1919         - 20  # NDRPDR sel
1920         - 38  # NDRPDR sel
1921         - 40  # NDRPDR sel
1922         - 44  # NDRPDR sel
1923   reference:
1924     title: "rls1810"
1925     data:
1926       csit-vpp-perf-verify-1810-3n-hsw:
1927       - 8   # NDRPDR sel
1928       - 12  # NDRPDR sel
1929       - 14  # NDRPDR sel
1930       - 18  # NDRPDR sel
1931       - 23  # NDRPDR sel
1932       - 25  # NDRPDR sel
1933       - 38  # NDRPDR sel
1934       - 39  # NDRPDR sel
1935       - 41  # NDRPDR sel
1936       - 42  # NDRPDR sel
1937   compare:
1938     title: "rls1901"
1939     data:
1940       # TODO: Add new data:
1941       csit-vpp-perf-verify-1901-3n-hsw:
1942       - 10  # NDRPDR sel
1943       - 18  # NDRPDR sel F
1944       - 19  # NDRPDR sel
1945       - 31  # NDRPDR sel
1946       - 36  # NDRPDR sel
1947   data: "vpp-performance-changes-3n-hsw"
1948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1949   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1950   parameters:
1951   - "name"
1952   - "parent"
1953   - "throughput"
1954
1955 # VPP Performance Changes 3n-hsw 2t2c pdr
1956 -
1957   type: "table"
1958   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1959   algorithm: "table_performance_comparison"
1960   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1961   history:
1962     -
1963       title: "rls1807"
1964       data:
1965         csit-vpp-perf-verify-1807-3n-hsw:
1966         - 11  # NDRPDR full 1
1967         - 22  # NDRPDR full 2
1968         - 45  # NDRPDR full 3
1969         - 46  # NDRPDR full 4
1970         - 15  # NDRPDR sel
1971         - 16  # NDRPDR sel
1972         - 19  # NDRPDR sel
1973         - 18  # NDRPDR sel
1974         - 20  # NDRPDR sel
1975         - 38  # NDRPDR sel
1976         - 40  # NDRPDR sel
1977         - 44  # NDRPDR sel
1978         - 47  # NDRPDR sel
1979   reference:
1980     title: "rls1810"
1981     data:
1982       csit-vpp-perf-verify-1810-3n-hsw:
1983       - 8   # NDRPDR sel
1984       - 12  # NDRPDR sel
1985       - 14  # NDRPDR sel
1986       - 18  # NDRPDR sel
1987       - 23  # NDRPDR sel
1988       - 25  # NDRPDR sel
1989       - 38  # NDRPDR sel
1990       - 39  # NDRPDR sel
1991       - 41  # NDRPDR sel
1992       - 42  # NDRPDR sel
1993   compare:
1994     title: "rls1901"
1995     data:
1996       # TODO: Add new data:
1997       csit-vpp-perf-verify-1901-3n-hsw:
1998       - 10  # NDRPDR sel
1999       - 18  # NDRPDR sel F
2000       - 19  # NDRPDR sel
2001       - 31  # NDRPDR sel
2002       - 36  # NDRPDR sel
2003   data: "vpp-performance-changes-3n-hsw"
2004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2005   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2006   parameters:
2007   - "name"
2008   - "parent"
2009   - "throughput"
2010
2011 # VPP Performance Changes 3n-hsw 1t1c ndr
2012 -
2013   type: "table"
2014   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2015   algorithm: "table_performance_comparison"
2016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2017   history:
2018     -
2019       title: "rls1807"
2020       data:
2021         csit-vpp-perf-verify-1807-3n-hsw:
2022         - 11  # NDRPDR full 1
2023         - 22  # NDRPDR full 2
2024         - 45  # NDRPDR full 3
2025         - 46  # NDRPDR full 4
2026         - 15  # NDRPDR sel
2027         - 16  # NDRPDR sel
2028         - 19  # NDRPDR sel
2029         - 18  # NDRPDR sel
2030         - 20  # NDRPDR sel
2031         - 38  # NDRPDR sel
2032         - 40  # NDRPDR sel
2033         - 44  # NDRPDR sel
2034         - 47  # NDRPDR sel
2035   reference:
2036     title: "rls1810"
2037     data:
2038       csit-vpp-perf-verify-1810-3n-hsw:
2039       - 8   # NDRPDR sel
2040       - 12  # NDRPDR sel
2041       - 14  # NDRPDR sel
2042       - 18  # NDRPDR sel
2043       - 23  # NDRPDR sel
2044       - 25  # NDRPDR sel
2045       - 38  # NDRPDR sel
2046       - 39  # NDRPDR sel
2047       - 41  # NDRPDR sel
2048       - 42  # NDRPDR sel
2049   compare:
2050     title: "rls1901"
2051     data:
2052       # TODO: Add new data:
2053       csit-vpp-perf-verify-1901-3n-hsw:
2054       - 10  # NDRPDR sel
2055       - 18  # NDRPDR sel F
2056       - 19  # NDRPDR sel
2057       - 31  # NDRPDR sel
2058       - 36  # NDRPDR sel
2059   data: "vpp-performance-changes-3n-hsw"
2060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2061   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2062   parameters:
2063   - "name"
2064   - "parent"
2065   - "throughput"
2066
2067 # VPP Performance Changes 3n-hsw 2t2c ndr
2068 -
2069   type: "table"
2070   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2071   algorithm: "table_performance_comparison"
2072   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2073   history:
2074     -
2075       title: "rls1807"
2076       data:
2077         csit-vpp-perf-verify-1807-3n-hsw:
2078         - 11  # NDRPDR full 1
2079         - 22  # NDRPDR full 2
2080         - 45  # NDRPDR full 3
2081         - 46  # NDRPDR full 4
2082         - 15  # NDRPDR sel
2083         - 16  # NDRPDR sel
2084         - 19  # NDRPDR sel
2085         - 18  # NDRPDR sel
2086         - 20  # NDRPDR sel
2087         - 38  # NDRPDR sel
2088         - 40  # NDRPDR sel
2089         - 44  # NDRPDR sel
2090         - 47  # NDRPDR sel
2091   reference:
2092     title: "rls1810"
2093     data:
2094       csit-vpp-perf-verify-1810-3n-hsw:
2095       - 8   # NDRPDR sel
2096       - 12  # NDRPDR sel
2097       - 14  # NDRPDR sel
2098       - 18  # NDRPDR sel
2099       - 23  # NDRPDR sel
2100       - 25  # NDRPDR sel
2101       - 38  # NDRPDR sel
2102       - 39  # NDRPDR sel
2103       - 41  # NDRPDR sel
2104       - 42  # NDRPDR sel
2105   compare:
2106     title: "rls1901"
2107     data:
2108       # TODO: Add new data:
2109       csit-vpp-perf-verify-1901-3n-hsw:
2110       - 10  # NDRPDR sel
2111       - 18  # NDRPDR sel F
2112       - 19  # NDRPDR sel
2113       - 31  # NDRPDR sel
2114       - 36  # NDRPDR sel
2115   data: "vpp-performance-changes-3n-hsw"
2116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2117   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2118   parameters:
2119   - "name"
2120   - "parent"
2121   - "throughput"
2122
2123 # VPP Performance Changes 3n-skx 2t1c pdr
2124 -
2125   type: "table"
2126   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2127   algorithm: "table_performance_comparison"
2128   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2129   history:
2130     -
2131       title: "rls1807"
2132       data:
2133         csit-vpp-perf-verify-1807-3n-skx:
2134         - 33  # NDRPDR sel
2135         - 35  # NDRPDR sel
2136         - 37  # NDRPDR sel
2137         - 38  # NDRPDR sel
2138         - 39  # NDRPDR sel
2139         - 43  # NDRPDR sel
2140         - 44  # NDRPDR sel
2141         - 49  # NDRPDR sel
2142         - 50  # NDRPDR sel
2143         - 56  # NDRPDR sel
2144   reference:
2145     title: "rls1810"
2146     data:
2147       csit-vpp-perf-verify-1810-3n-skx:
2148       - 10  # NDRPDR sel
2149       - 14  # NDRPDR sel
2150       - 15  # NDRPDR sel
2151       - 16  # NDRPDR sel
2152       - 17  # NDRPDR sel
2153       - 19  # NDRPDR sel
2154       - 20  # NDRPDR sel
2155       - 21  # NDRPDR sel
2156       - 22  # NDRPDR sel
2157       - 25  # NDRPDR sel
2158   compare:
2159     title: "rls1901"
2160     data:
2161       # TODO: Add new data:
2162       csit-vpp-perf-verify-1901-3n-skx:
2163       - 18  # NDRPDR sel
2164       - 19  # NDRPDR sel
2165       - 20  # NDRPDR sel
2166       - 28  # NDRPDR sel
2167       - 31  # NDRPDR sel
2168       - 33  # NDRPDR sel
2169       - 36  # NDRPDR sel
2170       - 38  # NDRPDR sel
2171   data: "vpp-performance-changes-3n-skx"
2172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2173   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2174   parameters:
2175   - "name"
2176   - "parent"
2177   - "throughput"
2178
2179 # VPP Performance Changes 3n-skx 4t2c pdr
2180 -
2181   type: "table"
2182   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2183   algorithm: "table_performance_comparison"
2184   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2185   history:
2186     -
2187       title: "rls1807"
2188       data:
2189         csit-vpp-perf-verify-1807-3n-skx:
2190         - 33  # NDRPDR sel
2191         - 35  # NDRPDR sel
2192         - 37  # NDRPDR sel
2193         - 38  # NDRPDR sel
2194         - 39  # NDRPDR sel
2195         - 43  # NDRPDR sel
2196         - 44  # NDRPDR sel
2197         - 49  # NDRPDR sel
2198         - 50  # NDRPDR sel
2199         - 56  # NDRPDR sel
2200   reference:
2201     title: "rls1810"
2202     data:
2203       csit-vpp-perf-verify-1810-3n-skx:
2204       - 10  # NDRPDR sel
2205       - 14  # NDRPDR sel
2206       - 15  # NDRPDR sel
2207       - 16  # NDRPDR sel
2208       - 17  # NDRPDR sel
2209       - 19  # NDRPDR sel
2210       - 20  # NDRPDR sel
2211       - 21  # NDRPDR sel
2212       - 22  # NDRPDR sel
2213       - 25  # NDRPDR sel
2214   compare:
2215     title: "rls1901"
2216     data:
2217       # TODO: Add new data:
2218       csit-vpp-perf-verify-1901-3n-skx:
2219       - 18  # NDRPDR sel
2220       - 19  # NDRPDR sel
2221       - 20  # NDRPDR sel
2222       - 28  # NDRPDR sel
2223       - 31  # NDRPDR sel
2224       - 33  # NDRPDR sel
2225       - 36  # NDRPDR sel
2226       - 38  # NDRPDR sel
2227   data: "vpp-performance-changes-3n-skx"
2228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2229   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2230   parameters:
2231   - "name"
2232   - "parent"
2233   - "throughput"
2234
2235 # VPP Performance Changes 3n-skx 2t1c ndr
2236 -
2237   type: "table"
2238   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2239   algorithm: "table_performance_comparison"
2240   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2241   history:
2242     -
2243       title: "rls1807"
2244       data:
2245         csit-vpp-perf-verify-1807-3n-skx:
2246         - 33  # NDRPDR sel
2247         - 35  # NDRPDR sel
2248         - 37  # NDRPDR sel
2249         - 38  # NDRPDR sel
2250         - 39  # NDRPDR sel
2251         - 43  # NDRPDR sel
2252         - 44  # NDRPDR sel
2253         - 49  # NDRPDR sel
2254         - 50  # NDRPDR sel
2255         - 56  # NDRPDR sel
2256   reference:
2257     title: "rls1810"
2258     data:
2259       csit-vpp-perf-verify-1810-3n-skx:
2260       - 10  # NDRPDR sel
2261       - 14  # NDRPDR sel
2262       - 15  # NDRPDR sel
2263       - 16  # NDRPDR sel
2264       - 17  # NDRPDR sel
2265       - 19  # NDRPDR sel
2266       - 20  # NDRPDR sel
2267       - 21  # NDRPDR sel
2268       - 22  # NDRPDR sel
2269       - 25  # NDRPDR sel
2270   compare:
2271     title: "rls1901"
2272     data:
2273       # TODO: Add new data:
2274       csit-vpp-perf-verify-1901-3n-skx:
2275       - 18  # NDRPDR sel
2276       - 19  # NDRPDR sel
2277       - 20  # NDRPDR sel
2278       - 28  # NDRPDR sel
2279       - 31  # NDRPDR sel
2280       - 33  # NDRPDR sel
2281       - 36  # NDRPDR sel
2282       - 38  # NDRPDR sel
2283   data: "vpp-performance-changes-3n-skx"
2284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2285   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2286   parameters:
2287   - "name"
2288   - "parent"
2289   - "throughput"
2290
2291 # VPP Performance Changes 3n-skx 4t2c ndr
2292 -
2293   type: "table"
2294   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2295   algorithm: "table_performance_comparison"
2296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2297   history:
2298     -
2299       title: "rls1807"
2300       data:
2301         csit-vpp-perf-verify-1807-3n-skx:
2302         - 33  # NDRPDR sel
2303         - 35  # NDRPDR sel
2304         - 37  # NDRPDR sel
2305         - 38  # NDRPDR sel
2306         - 39  # NDRPDR sel
2307         - 43  # NDRPDR sel
2308         - 44  # NDRPDR sel
2309         - 49  # NDRPDR sel
2310         - 50  # NDRPDR sel
2311         - 56  # NDRPDR sel
2312   reference:
2313     title: "rls1810"
2314     data:
2315       csit-vpp-perf-verify-1810-3n-skx:
2316       - 10  # NDRPDR sel
2317       - 14  # NDRPDR sel
2318       - 15  # NDRPDR sel
2319       - 16  # NDRPDR sel
2320       - 17  # NDRPDR sel
2321       - 19  # NDRPDR sel
2322       - 20  # NDRPDR sel
2323       - 21  # NDRPDR sel
2324       - 22  # NDRPDR sel
2325       - 25  # NDRPDR sel
2326   compare:
2327     title: "rls1901"
2328     data:
2329       # TODO: Add new data:
2330       csit-vpp-perf-verify-1901-3n-skx:
2331       - 18  # NDRPDR sel
2332       - 19  # NDRPDR sel
2333       - 20  # NDRPDR sel
2334       - 28  # NDRPDR sel
2335       - 31  # NDRPDR sel
2336       - 33  # NDRPDR sel
2337       - 36  # NDRPDR sel
2338       - 38  # NDRPDR sel
2339   data: "vpp-performance-changes-3n-skx"
2340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2341   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2342   parameters:
2343   - "name"
2344   - "parent"
2345   - "throughput"
2346
2347 # VPP Performance Changes 2n-skx 2t1c pdr
2348 -
2349   type: "table"
2350   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2351   algorithm: "table_performance_comparison"
2352   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2353   history:
2354     -
2355       title: "rls1807"
2356       data:
2357         csit-vpp-perf-verify-1807-2n-skx:
2358         - 26  # NDRPDR sel
2359         - 28  # NDRPDR sel
2360         - 29  # NDRPDR sel
2361         - 30  # NDRPDR sel
2362         - 34  # NDRPDR sel
2363         - 35  # NDRPDR sel
2364         - 36  # NDRPDR sel
2365         - 39  # NDRPDR sel
2366         - 40  # NDRPDR sel
2367         - 42  # NDRPDR sel
2368   reference:
2369     title: "rls1810"
2370     data:
2371       csit-vpp-perf-verify-1810-2n-skx:
2372       - 9   # NDRPDR sel
2373       - 13  # NDRPDR sel
2374       - 14  # NDRPDR sel
2375       - 19  # NDRPDR sel
2376       - 20  # NDRPDR sel
2377       - 21  # NDRPDR sel
2378       - 22  # NDRPDR sel
2379       - 23  # NDRPDR sel
2380       - 24  # NDRPDR sel
2381       - 27  # NDRPDR sel
2382   compare:
2383     title: "rls1901"
2384     data:
2385       # TODO: Add new data:
2386       csit-vpp-perf-verify-1901-2n-skx:
2387       - 5   # NDRPDR sel
2388       - 10  # NDRPDR sel fails
2389       - 12  # NDRPDR sel
2390       - 13  # NDRPDR sel
2391       - 16  # NDRPDR sel fails
2392       - 21  # NDRPDR sel
2393       - 23  # NDRPDR sel
2394   data: "vpp-performance-changes-2n-skx"
2395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2396   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2397   parameters:
2398   - "name"
2399   - "parent"
2400   - "throughput"
2401
2402 # VPP Performance Changes 2n-skx 4t2c pdr
2403 -
2404   type: "table"
2405   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2406   algorithm: "table_performance_comparison"
2407   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2408   history:
2409     - title: "rls1807"
2410       data:
2411         csit-vpp-perf-verify-1807-2n-skx:
2412         - 26  # NDRPDR sel
2413         - 28  # NDRPDR sel
2414         - 29  # NDRPDR sel
2415         - 30  # NDRPDR sel
2416         - 34  # NDRPDR sel
2417         - 35  # NDRPDR sel
2418         - 36  # NDRPDR sel
2419         - 39  # NDRPDR sel
2420         - 40  # NDRPDR sel
2421         - 42  # NDRPDR sel
2422   reference:
2423     title: "rls1810"
2424     data:
2425       csit-vpp-perf-verify-1810-2n-skx:
2426       - 9   # NDRPDR sel
2427       - 13  # NDRPDR sel
2428       - 14  # NDRPDR sel
2429       - 19  # NDRPDR sel
2430       - 20  # NDRPDR sel
2431       - 21  # NDRPDR sel
2432       - 22  # NDRPDR sel
2433       - 23  # NDRPDR sel
2434       - 24  # NDRPDR sel
2435       - 27  # NDRPDR sel
2436   compare:
2437     title: "rls1901"
2438     data:
2439       # TODO: Add new data:
2440       csit-vpp-perf-verify-1901-2n-skx:
2441       - 5   # NDRPDR sel
2442       - 10  # NDRPDR sel fails
2443       - 12  # NDRPDR sel
2444       - 13  # NDRPDR sel
2445       - 16  # NDRPDR sel fails
2446       - 21  # NDRPDR sel
2447       - 23  # NDRPDR sel
2448   data: "vpp-performance-changes-2n-skx"
2449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2450   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2451   parameters:
2452   - "name"
2453   - "parent"
2454   - "throughput"
2455
2456 # VPP Performance Changes 2n-skx 2t1c ndr
2457 -
2458   type: "table"
2459   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2460   algorithm: "table_performance_comparison"
2461   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2462   history:
2463     - title: "rls1807"
2464       data:
2465         csit-vpp-perf-verify-1807-2n-skx:
2466         - 26  # NDRPDR sel
2467         - 28  # NDRPDR sel
2468         - 29  # NDRPDR sel
2469         - 30  # NDRPDR sel
2470         - 34  # NDRPDR sel
2471         - 35  # NDRPDR sel
2472         - 36  # NDRPDR sel
2473         - 39  # NDRPDR sel
2474         - 40  # NDRPDR sel
2475         - 42  # NDRPDR sel
2476   reference:
2477     title: "rls1810"
2478     data:
2479       csit-vpp-perf-verify-1810-2n-skx:
2480       - 9   # NDRPDR sel
2481       - 13  # NDRPDR sel
2482       - 14  # NDRPDR sel
2483       - 19  # NDRPDR sel
2484       - 20  # NDRPDR sel
2485       - 21  # NDRPDR sel
2486       - 22  # NDRPDR sel
2487       - 23  # NDRPDR sel
2488       - 24  # NDRPDR sel
2489       - 27  # NDRPDR sel
2490   compare:
2491     title: "rls1901"
2492     data:
2493       # TODO: Add new data:
2494       csit-vpp-perf-verify-1901-2n-skx:
2495       - 5   # NDRPDR sel
2496       - 10  # NDRPDR sel fails
2497       - 12  # NDRPDR sel
2498       - 13  # NDRPDR sel
2499       - 16  # NDRPDR sel fails
2500       - 21  # NDRPDR sel
2501       - 23  # NDRPDR sel
2502   data: "vpp-performance-changes-2n-skx"
2503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2504   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2505   parameters:
2506   - "name"
2507   - "parent"
2508   - "throughput"
2509
2510 # VPP Performance Changes 2n-skx 4t2c ndr
2511 -
2512   type: "table"
2513   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2514   algorithm: "table_performance_comparison"
2515   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2516   history:
2517     - title: "rls1807"
2518       data:
2519         csit-vpp-perf-verify-1807-2n-skx:
2520         - 26  # NDRPDR sel
2521         - 28  # NDRPDR sel
2522         - 29  # NDRPDR sel
2523         - 30  # NDRPDR sel
2524         - 34  # NDRPDR sel
2525         - 35  # NDRPDR sel
2526         - 36  # NDRPDR sel
2527         - 39  # NDRPDR sel
2528         - 40  # NDRPDR sel
2529         - 42  # NDRPDR sel
2530   reference:
2531     title: "rls1810"
2532     data:
2533       csit-vpp-perf-verify-1810-2n-skx:
2534       - 9   # NDRPDR sel
2535       - 13  # NDRPDR sel
2536       - 14  # NDRPDR sel
2537       - 19  # NDRPDR sel
2538       - 20  # NDRPDR sel
2539       - 21  # NDRPDR sel
2540       - 22  # NDRPDR sel
2541       - 23  # NDRPDR sel
2542       - 24  # NDRPDR sel
2543       - 27  # NDRPDR sel
2544   compare:
2545     title: "rls1901"
2546     data:
2547       # TODO: Add new data:
2548       csit-vpp-perf-verify-1901-2n-skx:
2549       - 5   # NDRPDR sel
2550       - 10  # NDRPDR sel fails
2551       - 12  # NDRPDR sel
2552       - 13  # NDRPDR sel
2553       - 16  # NDRPDR sel fails
2554       - 21  # NDRPDR sel
2555       - 23  # NDRPDR sel
2556   data: "vpp-performance-changes-2n-skx"
2557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2558   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2559   parameters:
2560   - "name"
2561   - "parent"
2562   - "throughput"
2563
2564 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2565 -
2566   type: "table"
2567   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2568   algorithm: "table_performance_comparison"
2569   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2570   reference:
2571     title: "3-Node Hsw"
2572     data:
2573       # TODO: Add new data:
2574       csit-vpp-perf-verify-1901-3n-hsw:
2575       - 10  # NDRPDR sel
2576       - 18  # NDRPDR sel F
2577       - 19  # NDRPDR sel
2578       - 31  # NDRPDR sel
2579       - 36  # NDRPDR sel
2580   compare:
2581     title: "3-Node Skx"
2582     data:
2583       # TODO: Add new data:
2584       csit-vpp-perf-verify-1901-3n-skx:
2585       - 18  # NDRPDR sel
2586       - 19  # NDRPDR sel
2587       - 20  # NDRPDR sel
2588       - 28  # NDRPDR sel
2589       - 31  # NDRPDR sel
2590       - 33  # NDRPDR sel
2591       - 36  # NDRPDR sel
2592       - 38  # NDRPDR sel
2593   data: "vpp-compare-testbeds"
2594   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2595   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2596   parameters:
2597   - "name"
2598   - "parent"
2599   - "throughput"
2600
2601 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2602 -
2603   type: "table"
2604   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2605   algorithm: "table_performance_comparison"
2606   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2607   reference:
2608     title: "3-Node Hsw"
2609     data:
2610       # TODO: Add new data:
2611       csit-vpp-perf-verify-1901-3n-hsw:
2612       - 10  # NDRPDR sel
2613       - 18  # NDRPDR sel F
2614       - 19  # NDRPDR sel
2615       - 31  # NDRPDR sel
2616       - 36  # NDRPDR sel
2617   compare:
2618     title: "3-Node Skx"
2619     data:
2620       # TODO: Add new data:
2621       csit-vpp-perf-verify-1901-3n-skx:
2622       - 18  # NDRPDR sel
2623       - 19  # NDRPDR sel
2624       - 20  # NDRPDR sel
2625       - 28  # NDRPDR sel
2626       - 31  # NDRPDR sel
2627       - 33  # NDRPDR sel
2628       - 36  # NDRPDR sel
2629       - 38  # NDRPDR sel
2630   data: "vpp-compare-testbeds"
2631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2632   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2633   parameters:
2634   - "name"
2635   - "parent"
2636   - "throughput"
2637
2638 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2639 -
2640   type: "table"
2641   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2642   algorithm: "table_performance_comparison"
2643   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2644   reference:
2645     title: "3-Node Hsw"
2646     data:
2647       # TODO: Add new data:
2648       csit-vpp-perf-verify-1901-3n-hsw:
2649       - 10  # NDRPDR sel
2650       - 18  # NDRPDR sel F
2651       - 19  # NDRPDR sel
2652       - 31  # NDRPDR sel
2653       - 36  # NDRPDR sel
2654   compare:
2655     title: "3-Node Skx"
2656     data:
2657       # TODO: Add new data:
2658       csit-vpp-perf-verify-1901-3n-skx:
2659       - 18  # NDRPDR sel
2660       - 19  # NDRPDR sel
2661       - 20  # NDRPDR sel
2662       - 28  # NDRPDR sel
2663       - 31  # NDRPDR sel
2664       - 33  # NDRPDR sel
2665       - 36  # NDRPDR sel
2666       - 38  # NDRPDR sel
2667   data: "vpp-compare-testbeds"
2668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2669   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2670   parameters:
2671   - "name"
2672   - "parent"
2673   - "throughput"
2674
2675 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2676 -
2677   type: "table"
2678   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2679   algorithm: "table_performance_comparison"
2680   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2681   reference:
2682     title: "3-Node Hsw"
2683     data:
2684       # TODO: Add new data:
2685       csit-vpp-perf-verify-1901-3n-hsw:
2686       - 10  # NDRPDR sel
2687       - 18  # NDRPDR sel F
2688       - 19  # NDRPDR sel
2689       - 31  # NDRPDR sel
2690       - 36  # NDRPDR sel
2691   compare:
2692     title: "3-Node Skx"
2693     data:
2694       # TODO: Add new data:
2695       csit-vpp-perf-verify-1901-3n-skx:
2696       - 18  # NDRPDR sel
2697       - 19  # NDRPDR sel
2698       - 20  # NDRPDR sel
2699       - 28  # NDRPDR sel
2700       - 31  # NDRPDR sel
2701       - 33  # NDRPDR sel
2702       - 36  # NDRPDR sel
2703       - 38  # NDRPDR sel
2704   data: "vpp-compare-testbeds"
2705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2706   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2707   parameters:
2708   - "name"
2709   - "parent"
2710   - "throughput"
2711
2712 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2713 -
2714   type: "table"
2715   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2716   algorithm: "table_performance_comparison"
2717   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2718   reference:
2719     title: "3-Node Skx"
2720     data:
2721       # TODO: Add new data:
2722       csit-vpp-perf-verify-1901-3n-skx:
2723       - 18  # NDRPDR sel
2724       - 19  # NDRPDR sel
2725       - 20  # NDRPDR sel
2726       - 28  # NDRPDR sel
2727       - 31  # NDRPDR sel
2728       - 33  # NDRPDR sel
2729       - 36  # NDRPDR sel
2730       - 38  # NDRPDR sel
2731   compare:
2732     title: "2-Node Skx"
2733     data:
2734       # TODO: Add new data:
2735       csit-vpp-perf-verify-1901-2n-skx:
2736       - 5   # NDRPDR sel
2737       - 10  # NDRPDR sel fails
2738       - 12  # NDRPDR sel
2739       - 13  # NDRPDR sel
2740       - 16  # NDRPDR sel fails
2741       - 21  # NDRPDR sel
2742       - 23  # NDRPDR sel
2743   data: "vpp-compare-topologies"
2744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2745   filter: "'NDRPDR' and '1C'"
2746   parameters:
2747   - "name"
2748   - "parent"
2749   - "throughput"
2750
2751 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2752 -
2753   type: "table"
2754   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2755   algorithm: "table_performance_comparison"
2756   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2757   reference:
2758     title: "3-Node Skx"
2759     data:
2760       # TODO: Add new data:
2761       csit-vpp-perf-verify-1901-3n-skx:
2762       - 18  # NDRPDR sel
2763       - 19  # NDRPDR sel
2764       - 20  # NDRPDR sel
2765       - 28  # NDRPDR sel
2766       - 31  # NDRPDR sel
2767       - 33  # NDRPDR sel
2768       - 36  # NDRPDR sel
2769       - 38  # NDRPDR sel
2770   compare:
2771     title: "2-Node Skx"
2772     data:
2773       # TODO: Add new data:
2774       csit-vpp-perf-verify-1901-2n-skx:
2775       - 5   # NDRPDR sel
2776       - 10  # NDRPDR sel fails
2777       - 12  # NDRPDR sel
2778       - 13  # NDRPDR sel
2779       - 16  # NDRPDR sel fails
2780       - 21  # NDRPDR sel
2781       - 23  # NDRPDR sel
2782   data: "vpp-compare-topologies"
2783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2784   filter: "'NDRPDR' and '2C'"
2785   parameters:
2786   - "name"
2787   - "parent"
2788   - "throughput"
2789
2790 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2791 -
2792   type: "table"
2793   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2794   algorithm: "table_performance_comparison"
2795   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2796   reference:
2797     title: "3-Node Skx"
2798     data:
2799       # TODO: Add new data:
2800       csit-vpp-perf-verify-1901-3n-skx:
2801       - 18  # NDRPDR sel
2802       - 19  # NDRPDR sel
2803       - 20  # NDRPDR sel
2804       - 28  # NDRPDR sel
2805       - 31  # NDRPDR sel
2806       - 33  # NDRPDR sel
2807       - 36  # NDRPDR sel
2808       - 38  # NDRPDR sel
2809   compare:
2810     title: "2-Node Skx"
2811     data:
2812       # TODO: Add new data:
2813       csit-vpp-perf-verify-1901-2n-skx:
2814       - 5   # NDRPDR sel
2815       - 10  # NDRPDR sel fails
2816       - 12  # NDRPDR sel
2817       - 13  # NDRPDR sel
2818       - 16  # NDRPDR sel fails
2819       - 21  # NDRPDR sel
2820       - 23  # NDRPDR sel
2821   data: "vpp-compare-topologies"
2822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2823   filter: "'NDRPDR' and '1C'"
2824   parameters:
2825   - "name"
2826   - "parent"
2827   - "throughput"
2828
2829 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2830 -
2831   type: "table"
2832   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2833   algorithm: "table_performance_comparison"
2834   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2835   reference:
2836     title: "3-Node Skx"
2837     data:
2838       # TODO: Add new data:
2839       csit-vpp-perf-verify-1901-3n-skx:
2840       - 18  # NDRPDR sel
2841       - 19  # NDRPDR sel
2842       - 20  # NDRPDR sel
2843       - 28  # NDRPDR sel
2844       - 31  # NDRPDR sel
2845       - 33  # NDRPDR sel
2846       - 36  # NDRPDR sel
2847       - 38  # NDRPDR sel
2848   compare:
2849     title: "2-Node Skx"
2850     data:
2851       # TODO: Add new data:
2852       csit-vpp-perf-verify-1901-2n-skx:
2853       - 5   # NDRPDR sel
2854       - 10  # NDRPDR sel fails
2855       - 12  # NDRPDR sel
2856       - 13  # NDRPDR sel
2857       - 16  # NDRPDR sel fails
2858       - 21  # NDRPDR sel
2859       - 23  # NDRPDR sel
2860   data: "vpp-compare-topologies"
2861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2862   filter: "'NDRPDR' and '2C'"
2863   parameters:
2864   - "name"
2865   - "parent"
2866   - "throughput"
2867
2868 # VPP Performance Changes 3n-hsw 1t1c MRR
2869 -
2870   type: "table"
2871   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2872   algorithm: "table_performance_comparison"
2873   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2874   history:
2875     -
2876       title: "rls1807"
2877       data:
2878         csit-vpp-perf-verify-1807-3n-hsw:
2879         - 8   # MRR full
2880         - 9   # MRR sel
2881         - 21  # MRR sel
2882         - 31  # MRR sel
2883         - 33  # MRR sel
2884         - 36  # MRR sel
2885         - 41  # MRR sel
2886         - 42  # MRR sel
2887         - 48  # MRR sel
2888   reference:
2889     title: "rls1810"
2890     data:
2891       csit-vpp-perf-verify-1810-3n-hsw:
2892       - 9   # MRR sel
2893   compare:
2894     title: "rls1901"
2895     data:
2896       # TODO: Add new data
2897       csit-vpp-perf-verify-1901-3n-hsw:
2898       - 35  # MRR sel
2899   data: "vpp-performance-changes-3n-hsw-mrr"
2900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2901   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2902   parameters:
2903   - "name"
2904   - "parent"
2905   - "result"
2906
2907 # VPP Performance Changes 3n-hsw 2t2c MRR
2908 -
2909   type: "table"
2910   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2911   algorithm: "table_performance_comparison"
2912   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2913   history:
2914     -
2915       title: "rls1807"
2916       data:
2917         csit-vpp-perf-verify-1807-3n-hsw:
2918         - 8   # MRR full
2919         - 9   # MRR sel
2920         - 21  # MRR sel
2921         - 31  # MRR sel
2922         - 33  # MRR sel
2923         - 36  # MRR sel
2924         - 41  # MRR sel
2925         - 42  # MRR sel
2926         - 48  # MRR sel
2927   reference:
2928     title: "rls1810"
2929     data:
2930       csit-vpp-perf-verify-1810-3n-hsw:
2931       - 9   # MRR sel
2932   compare:
2933     title: "rls1901"
2934     data:
2935       # TODO: Add new data
2936       csit-vpp-perf-verify-1901-3n-hsw:
2937       - 35  # MRR sel
2938   data: "vpp-performance-changes-3n-hsw-mrr"
2939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2940   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2941   parameters:
2942   - "name"
2943   - "parent"
2944   - "result"
2945
2946 # VPP Performance Changes 3n-hsw 4t4c MRR
2947 -
2948   type: "table"
2949   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2950   algorithm: "table_performance_comparison"
2951   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2952   history:
2953     -
2954       title: "rls1807"
2955       data:
2956         csit-vpp-perf-verify-1807-3n-hsw:
2957         - 8   # MRR full
2958         - 9   # MRR sel
2959         - 21  # MRR sel
2960         - 31  # MRR sel
2961         - 33  # MRR sel
2962         - 36  # MRR sel
2963         - 41  # MRR sel
2964         - 42  # MRR sel
2965         - 48  # MRR sel
2966   reference:
2967     title: "rls1810"
2968     data:
2969       csit-vpp-perf-verify-1810-3n-hsw:
2970       - 9   # MRR sel
2971   compare:
2972     title: "rls1901"
2973     data:
2974       # TODO: Add new data
2975       csit-vpp-perf-verify-1901-3n-hsw:
2976       - 35  # MRR sel
2977   data: "vpp-performance-changes-3n-hsw-mrr"
2978   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2979   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2980   parameters:
2981   - "name"
2982   - "parent"
2983   - "result"
2984
2985 # VPP Performance Changes 3n-skx 2t1c MRR
2986 -
2987   type: "table"
2988   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2989   algorithm: "table_performance_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2991   history:
2992     -
2993       title: "rls1807"
2994       data:
2995         csit-vpp-perf-verify-1807-3n-skx:
2996         - 28  # MRR sel
2997         - 32  # MRR sel
2998         - 36  # MRR sel
2999         - 42  # MRR sel
3000         - 47  # MRR sel
3001         - 48  # MRR sel
3002         - 51  # MRR sel
3003         - 52  # MRR sel
3004         - 53  # MRR sel
3005   reference:
3006     title: "rls1810"
3007     data:
3008       csit-vpp-perf-verify-1810-3n-skx:
3009       - 9   # MRR sel
3010       - 11  # MRR sel
3011       - 12  # MRR sel
3012       - 13  # MRR sel
3013   compare:
3014     title: "rls1901"
3015     data:
3016       # TODO: Add new data
3017       csit-vpp-perf-verify-1901-3n-skx:
3018       - 32  # MRR sel
3019   data: "vpp-performance-changes-3n-skx-mrr"
3020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3021   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3022   parameters:
3023   - "name"
3024   - "parent"
3025   - "result"
3026
3027 # VPP Performance Changes 3n-skx 4t2c MRR
3028 -
3029   type: "table"
3030   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3031   algorithm: "table_performance_comparison"
3032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3033   history:
3034     -
3035       title: "rls1807"
3036       data:
3037         csit-vpp-perf-verify-1807-3n-skx:
3038         - 28  # MRR sel
3039         - 32  # MRR sel
3040         - 36  # MRR sel
3041         - 42  # MRR sel
3042         - 47  # MRR sel
3043         - 48  # MRR sel
3044         - 51  # MRR sel
3045         - 52  # MRR sel
3046         - 53  # MRR sel
3047   reference:
3048     title: "rls1810"
3049     data:
3050       csit-vpp-perf-verify-1810-3n-skx:
3051       - 9   # MRR sel
3052       - 11  # MRR sel
3053       - 12  # MRR sel
3054       - 13  # MRR sel
3055   compare:
3056     title: "rls1901"
3057     data:
3058       # TODO: Add new data
3059       csit-vpp-perf-verify-1901-3n-skx:
3060       - 32  # MRR sel
3061   data: "vpp-performance-changes-3n-skx-mrr"
3062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3063   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3064   parameters:
3065   - "name"
3066   - "parent"
3067   - "result"
3068
3069 # VPP Performance Changes 3n-skx 8t4c MRR
3070 -
3071   type: "table"
3072   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3073   algorithm: "table_performance_comparison"
3074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3075   history:
3076     -
3077       title: "rls1807"
3078       data:
3079         csit-vpp-perf-verify-1807-3n-skx:
3080         - 28  # MRR sel
3081         - 32  # MRR sel
3082         - 36  # MRR sel
3083         - 42  # MRR sel
3084         - 47  # MRR sel
3085         - 48  # MRR sel
3086         - 51  # MRR sel
3087         - 52  # MRR sel
3088         - 53  # MRR sel
3089   reference:
3090     title: "rls1810"
3091     data:
3092       csit-vpp-perf-verify-1810-3n-skx:
3093       - 9   # MRR sel
3094       - 11  # MRR sel
3095       - 12  # MRR sel
3096       - 13  # MRR sel
3097   compare:
3098     title: "rls1901"
3099     data:
3100       # TODO: Add new data
3101       csit-vpp-perf-verify-1901-3n-skx:
3102       - 32  # MRR sel
3103   data: "vpp-performance-changes-3n-skx-mrr"
3104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3105   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3106   parameters:
3107   - "name"
3108   - "parent"
3109   - "result"
3110
3111 # VPP Performance Changes 2n-skx 2t1c MRR
3112 -
3113   type: "table"
3114   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3115   algorithm: "table_performance_comparison"
3116   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3117   history:
3118     -
3119       title: "rls1807"
3120       data:
3121         csit-vpp-perf-verify-1807-2n-skx:
3122         - 31  # MRR sel
3123         - 33  # MRR sel
3124         - 37  # MRR sel
3125         - 38  # MRR sel
3126         - 41  # MRR sel
3127         - 43  # MRR sel
3128         - 44  # MRR sel
3129         - 45  # MRR sel
3130         - 46  # MRR sel
3131         - 47  # MRR sel
3132   reference:
3133     title: "rls1810"
3134     data:
3135       csit-vpp-perf-verify-1810-2n-skx:
3136       - 8   # MRR sel
3137       - 10  # MRR sel
3138       - 11  # MRR sel
3139       - 12  # MRR sel
3140   compare:
3141     title: "rls1901"
3142     data:
3143       # TODO: Add new data
3144       csit-vpp-perf-verify-1901-2n-skx:
3145       - 22  # MRR sel
3146   data: "vpp-performance-changes-2n-skx-mrr"
3147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3148   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "result"
3153
3154 # VPP Performance Changes 2n-skx 4t2c MRR
3155 -
3156   type: "table"
3157   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3158   algorithm: "table_performance_comparison"
3159   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3160   history:
3161     -
3162       title: "rls1807"
3163       data:
3164         csit-vpp-perf-verify-1807-2n-skx:
3165         - 31  # MRR sel
3166         - 33  # MRR sel
3167         - 37  # MRR sel
3168         - 38  # MRR sel
3169         - 41  # MRR sel
3170         - 43  # MRR sel
3171         - 44  # MRR sel
3172         - 45  # MRR sel
3173         - 46  # MRR sel
3174         - 47  # MRR sel
3175   reference:
3176     title: "rls1810"
3177     data:
3178       csit-vpp-perf-verify-1810-2n-skx:
3179       - 8   # MRR sel
3180       - 10  # MRR sel
3181       - 11  # MRR sel
3182       - 12  # MRR sel
3183   compare:
3184     title: "rls1901"
3185     data:
3186       # TODO: Add new data
3187       csit-vpp-perf-verify-1901-2n-skx:
3188       - 22  # MRR sel
3189   data: "vpp-performance-changes-2n-skx-mrr"
3190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3191   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3192   parameters:
3193   - "name"
3194   - "parent"
3195   - "result"
3196
3197 # VPP Performance Changes 2n-skx 8t4c MRR
3198 -
3199   type: "table"
3200   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3201   algorithm: "table_performance_comparison"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3203   history:
3204     -
3205       title: "rls1807"
3206       data:
3207         csit-vpp-perf-verify-1807-2n-skx:
3208         - 31  # MRR sel
3209         - 33  # MRR sel
3210         - 37  # MRR sel
3211         - 38  # MRR sel
3212         - 41  # MRR sel
3213         - 43  # MRR sel
3214         - 44  # MRR sel
3215         - 45  # MRR sel
3216         - 46  # MRR sel
3217         - 47  # MRR sel
3218   reference:
3219     title: "rls1810"
3220     data:
3221       csit-vpp-perf-verify-1810-2n-skx:
3222       - 8   # MRR sel
3223       - 10  # MRR sel
3224       - 11  # MRR sel
3225       - 12  # MRR sel
3226   compare:
3227     title: "rls1901"
3228     data:
3229       # TODO: Add new data
3230       csit-vpp-perf-verify-1901-2n-skx:
3231       - 22  # MRR sel
3232   data: "vpp-performance-changes-2n-skx-mrr"
3233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3234   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3235   parameters:
3236   - "name"
3237   - "parent"
3238   - "result"
3239
3240 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3241 -
3242   type: "table"
3243   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3244   algorithm: "table_performance_comparison"
3245   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3246   reference:
3247     title: "3-Node Hsw"
3248     data:
3249       # TODO: Add new data
3250       csit-vpp-perf-verify-1901-3n-hsw:
3251       - 35  # MRR sel
3252   compare:
3253     title: "3-Node Skx"
3254     data:
3255       # TODO: Add new data
3256       csit-vpp-perf-verify-1901-3n-skx:
3257       - 32  # MRR sel
3258   data: "vpp-compare-testbeds-mrr"
3259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3260   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3261   parameters:
3262   - "name"
3263   - "parent"
3264   - "result"
3265
3266 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3267 -
3268   type: "table"
3269   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3270   algorithm: "table_performance_comparison"
3271   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3272   reference:
3273     title: "3-Node Hsw"
3274     data:
3275       # TODO: Add new data
3276       csit-vpp-perf-verify-1901-3n-hsw:
3277       - 35  # MRR sel
3278   compare:
3279     title: "3-Node Skx"
3280     data:
3281       # TODO: Add new data
3282       csit-vpp-perf-verify-1901-3n-skx:
3283       - 32  # MRR sel
3284   data: "vpp-compare-testbeds-mrr"
3285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3286   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3287   parameters:
3288   - "name"
3289   - "parent"
3290   - "result"
3291
3292 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3293 -
3294   type: "table"
3295   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3296   algorithm: "table_performance_comparison"
3297   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3298   reference:
3299     title: "3-Node Hsw"
3300     data:
3301       # TODO: Add new data
3302       csit-vpp-perf-verify-1901-3n-hsw:
3303       - 35  # MRR sel
3304   compare:
3305     title: "3-Node Skx"
3306     data:
3307       # TODO: Add new data
3308       csit-vpp-perf-verify-1901-3n-skx:
3309       - 32  # MRR sel
3310   data: "vpp-compare-testbeds-mrr"
3311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3312   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3313   parameters:
3314   - "name"
3315   - "parent"
3316   - "result"
3317
3318 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3319 -
3320   type: "table"
3321   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3322   algorithm: "table_performance_comparison"
3323   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3324   reference:
3325     title: "3-Node Skx"
3326     data:
3327       # TODO: Add new data
3328       csit-vpp-perf-verify-1901-3n-skx:
3329       - 32  # MRR sel
3330   compare:
3331     title: "2-Node Skx"
3332     data:
3333       # TODO: Add new data
3334       csit-vpp-perf-verify-1901-2n-skx:
3335       - 22  # MRR sel
3336   data: "vpp-compare-topologies-mrr"
3337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3338   filter: "'MRR' and '1C'"
3339   parameters:
3340   - "name"
3341   - "parent"
3342   - "result"
3343
3344 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3345 -
3346   type: "table"
3347   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3348   algorithm: "table_performance_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3350   reference:
3351     title: "3-Node Skx"
3352     data:
3353       # TODO: Add new data
3354       csit-vpp-perf-verify-1901-3n-skx:
3355       - 32  # MRR sel
3356   compare:
3357     title: "2-Node Skx"
3358     data:
3359       # TODO: Add new data
3360       csit-vpp-perf-verify-1901-2n-skx:
3361       - 22  # MRR sel
3362   data: "vpp-compare-topologies-mrr"
3363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3364   filter: "'MRR' and '2C'"
3365   parameters:
3366   - "name"
3367   - "parent"
3368   - "result"
3369
3370 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3371 -
3372   type: "table"
3373   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3374   algorithm: "table_performance_comparison"
3375   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3376   reference:
3377     title: "3-Node Skx"
3378     data:
3379       # TODO: Add new data
3380       csit-vpp-perf-verify-1901-3n-skx:
3381       - 32  # MRR sel
3382   compare:
3383     title: "2-Node Skx"
3384     data:
3385       # TODO: Add new data
3386       csit-vpp-perf-verify-1901-2n-skx:
3387       - 22  # MRR sel
3388   data: "vpp-compare-topologies-mrr"
3389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3390   filter: "'MRR' and '4C'"
3391   parameters:
3392   - "name"
3393   - "parent"
3394   - "result"
3395
3396 # Detailed Test Results - VPP Performance Results 3n-hsw
3397 -
3398   type: "table"
3399   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3400   algorithm: "table_merged_details"
3401   output-file-ext: ".csv"
3402   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3403   columns:
3404   -
3405     title: "Name"
3406     data: "data name"
3407   -
3408     title: "Status"
3409     data: "data msg"
3410   rows: "generated"
3411   data: "vpp-perf-results-3n-hsw"
3412   filter: "not 'NDRCHK' and not 'PDRCHK'"
3413   parameters:
3414   - "name"
3415   - "parent"
3416   - "msg"
3417
3418 # Detailed Test Results - VPP Performance Results 3n-skx
3419 -
3420   type: "table"
3421   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3422   algorithm: "table_merged_details"
3423   output-file-ext: ".csv"
3424   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3425   columns:
3426   -
3427     title: "Name"
3428     data: "data name"
3429   -
3430     title: "Status"
3431     data: "data msg"
3432   rows: "generated"
3433   data: "vpp-perf-results-3n-skx"
3434   filter: "not 'NDRCHK' and not 'PDRCHK'"
3435   parameters:
3436   - "name"
3437   - "parent"
3438   - "msg"
3439
3440 # Detailed Test Results - VPP Performance Results 2n-skx
3441 -
3442   type: "table"
3443   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3444   algorithm: "table_merged_details"
3445   output-file-ext: ".csv"
3446   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3447   columns:
3448   -
3449     title: "Name"
3450     data: "data name"
3451   -
3452     title: "Status"
3453     data: "data msg"
3454   rows: "generated"
3455   data: "vpp-perf-results-2n-skx"
3456   filter: "not 'NDRCHK' and not 'PDRCHK'"
3457   parameters:
3458   - "name"
3459   - "parent"
3460   - "msg"
3461
3462 # Detailed Test Results - VPP Performance Results 2n-dnv
3463 -
3464   type: "table"
3465   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3466   algorithm: "table_details"
3467   output-file-ext: ".csv"
3468   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3469   columns:
3470   -
3471     title: "Name"
3472     data: "data name"
3473   -
3474     title: "Status"
3475     data: "data msg"
3476   rows: "generated"
3477   data: "intel-dnv-vpp"
3478   filter: "'NDRPDR'"
3479   parameters:
3480   - "name"
3481   - "parent"
3482   - "msg"
3483
3484 # Test configuration - VPP Performance Test Configs 3n-hsw
3485 -
3486   type: "table"
3487   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3488   algorithm: "table_merged_details"
3489   output-file-ext: ".csv"
3490   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3491   columns:
3492   -
3493     title: "Name"
3494     data: "data name"
3495   -
3496     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3497     data: "data vat-history"
3498   rows: "generated"
3499   data: "vpp-perf-results-3n-hsw"
3500   filter: "not 'NDRCHK' and not 'PDRCHK'"
3501   parameters:
3502   - "parent"
3503   - "name"
3504   - "vat-history"
3505
3506 # Test configuration - VPP Performance Test Configs 3n-skx
3507 -
3508   type: "table"
3509   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3510   algorithm: "table_merged_details"
3511   output-file-ext: ".csv"
3512   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3513   columns:
3514   -
3515     title: "Name"
3516     data: "data name"
3517   -
3518     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3519     data: "data vat-history"
3520   rows: "generated"
3521   data: "vpp-perf-results-3n-skx"
3522   filter: "not 'NDRCHK' and not 'PDRCHK'"
3523   parameters:
3524   - "parent"
3525   - "name"
3526   - "vat-history"
3527
3528 # Test configuration - VPP Performance Test Configs 2n-skx
3529 -
3530   type: "table"
3531   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3532   algorithm: "table_merged_details"
3533   output-file-ext: ".csv"
3534   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3535   columns:
3536   -
3537     title: "Name"
3538     data: "data name"
3539   -
3540     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3541     data: "data vat-history"
3542   rows: "generated"
3543   data: "vpp-perf-results-2n-skx"
3544   filter: "not 'NDRCHK' and not 'PDRCHK'"
3545   parameters:
3546   - "parent"
3547   - "name"
3548   - "vat-history"
3549
3550 # Test configuration - VPP Performance Test Configs 2n-dnv
3551 -
3552   type: "table"
3553   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3554   algorithm: "table_details"
3555   output-file-ext: ".csv"
3556   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3557   columns:
3558   -
3559     title: "Name"
3560     data: "data name"
3561   -
3562     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3563     data: "data vat-history"
3564   rows: "generated"
3565   data: "intel-dnv-vpp"
3566   filter: "'NDRPDR'"
3567   parameters:
3568   - "parent"
3569   - "name"
3570   - "vat-history"
3571
3572 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3573 -
3574   type: "table"
3575   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3576   algorithm: "table_merged_details"
3577   output-file-ext: ".csv"
3578   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3579   columns:
3580   -
3581     title: "Name"
3582     data: "data name"
3583   -
3584     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3585     data: "data show-run"
3586   rows: "generated"
3587   data: "vpp-perf-results-3n-hsw"
3588   filter: "not 'NDRCHK' and not 'PDRCHK'"
3589   parameters:
3590   - "parent"
3591   - "name"
3592   - "show-run"
3593
3594 # Test Operational Data - VPP Performance Operational Data 3n-skx
3595 -
3596   type: "table"
3597   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3598   algorithm: "table_merged_details"
3599   output-file-ext: ".csv"
3600   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3601   columns:
3602   -
3603     title: "Name"
3604     data: "data name"
3605   -
3606     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3607     data: "data show-run"
3608   rows: "generated"
3609   data: "vpp-perf-results-3n-skx"
3610   filter: "not 'NDRCHK' and not 'PDRCHK'"
3611   parameters:
3612   - "parent"
3613   - "name"
3614   - "show-run"
3615
3616 # Test Operational Data - VPP Performance Operational Data 2n-skx
3617 -
3618   type: "table"
3619   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3620   algorithm: "table_merged_details"
3621   output-file-ext: ".csv"
3622   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3623   columns:
3624   -
3625     title: "Name"
3626     data: "data name"
3627   -
3628     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3629     data: "data show-run"
3630   rows: "generated"
3631   data: "vpp-perf-results-2n-skx"
3632   filter: "not 'NDRCHK' and not 'PDRCHK'"
3633   parameters:
3634   - "parent"
3635   - "name"
3636   - "show-run"
3637
3638 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3639 -
3640   type: "table"
3641   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3642   algorithm: "table_details"
3643   output-file-ext: ".csv"
3644   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3645   columns:
3646   -
3647     title: "Name"
3648     data: "data name"
3649   -
3650     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3651     data: "data show-run"
3652   rows: "generated"
3653   data: "intel-dnv-vpp"
3654   filter: "'NDRPDR'"
3655   parameters:
3656   - "parent"
3657   - "name"
3658   - "show-run"
3659
3660 # Detailed Test Results - VPP MRR Results 3n-hsw
3661 -
3662   type: "table"
3663   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3664   algorithm: "table_details"
3665   output-file-ext: ".csv"
3666   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3667   columns:
3668   -
3669     title: "Name"
3670     data: "data name"
3671   -
3672     title: "Status"
3673     data: "data msg"
3674   rows: "generated"
3675   data: "vpp-mrr-results-3n-hsw"
3676   filter: "'MRR'"
3677   parameters:
3678   - "name"
3679   - "parent"
3680   - "msg"
3681
3682 # Detailed Test Results - VPP MRR Results 3n-skx
3683 -
3684   type: "table"
3685   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3686   algorithm: "table_details"
3687   output-file-ext: ".csv"
3688   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3689   columns:
3690   -
3691     title: "Name"
3692     data: "data name"
3693   -
3694     title: "Status"
3695     data: "data msg"
3696   rows: "generated"
3697   data: "vpp-mrr-results-3n-skx"
3698   filter: "'MRR'"
3699   parameters:
3700   - "name"
3701   - "parent"
3702   - "msg"
3703
3704 # Detailed Test Results - VPP MRR Results 2n-skx
3705 -
3706   type: "table"
3707   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3708   algorithm: "table_details"
3709   output-file-ext: ".csv"
3710   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3711   columns:
3712   -
3713     title: "Name"
3714     data: "data name"
3715   -
3716     title: "Status"
3717     data: "data msg"
3718   rows: "generated"
3719   data: "vpp-mrr-results-2n-skx"
3720   filter: "'MRR'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "msg"
3725
3726 # Detailed Test Results - VPP MRR Results 2n-dnv
3727 -
3728   type: "table"
3729   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3730   algorithm: "table_details"
3731   output-file-ext: ".csv"
3732   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3733   columns:
3734   -
3735     title: "Name"
3736     data: "data name"
3737   -
3738     title: "Status"
3739     data: "data msg"
3740   rows: "generated"
3741   data: "intel-dnv-vpp"
3742   filter: "'MRR'"
3743   parameters:
3744   - "name"
3745   - "parent"
3746   - "msg"
3747
3748 # Test configuration - VPP MRR Test Configs 3n-hsw
3749 -
3750   type: "table"
3751   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3752   algorithm: "table_details"
3753   output-file-ext: ".csv"
3754   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3755   columns:
3756   -
3757     title: "Name"
3758     data: "data name"
3759   -
3760     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3761     data: "data vat-history"
3762   rows: "generated"
3763   data: "vpp-mrr-results-3n-hsw"
3764   filter: "'MRR'"
3765   parameters:
3766   - "parent"
3767   - "name"
3768   - "vat-history"
3769
3770 # Test configuration - VPP MRR Test Configs 3n-skx
3771 -
3772   type: "table"
3773   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3774   algorithm: "table_details"
3775   output-file-ext: ".csv"
3776   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3777   columns:
3778   -
3779     title: "Name"
3780     data: "data name"
3781   -
3782     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3783     data: "data vat-history"
3784   rows: "generated"
3785   data: "vpp-mrr-results-3n-skx"
3786   filter: "'MRR'"
3787   parameters:
3788   - "parent"
3789   - "name"
3790   - "vat-history"
3791
3792 # Test configuration - VPP MRR Test Configs 2n-skx
3793 -
3794   type: "table"
3795   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3796   algorithm: "table_details"
3797   output-file-ext: ".csv"
3798   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3799   columns:
3800   -
3801     title: "Name"
3802     data: "data name"
3803   -
3804     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3805     data: "data vat-history"
3806   rows: "generated"
3807   data: "vpp-mrr-results-2n-skx"
3808   filter: "'MRR'"
3809   parameters:
3810   - "parent"
3811   - "name"
3812   - "vat-history"
3813
3814 # Test configuration - VPP MRR Test Configs 2n-dnv
3815 -
3816   type: "table"
3817   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3818   algorithm: "table_details"
3819   output-file-ext: ".csv"
3820   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3821   columns:
3822   -
3823     title: "Name"
3824     data: "data name"
3825   -
3826     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3827     data: "data vat-history"
3828   rows: "generated"
3829   data: "intel-dnv-vpp"
3830   filter: "'MRR'"
3831   parameters:
3832   - "parent"
3833   - "name"
3834   - "vat-history"
3835
3836 # Detailed Test Results - VPP Functional Results - Ubuntu
3837 -
3838   type: "table"
3839   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3840   algorithm: "table_details"
3841   output-file-ext: ".csv"
3842   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3843   columns:
3844   -
3845     title: "Name"
3846     data: "data name"
3847   -
3848     title: "Documentation"
3849     data: "data doc"
3850   -
3851     title: "Status"
3852     data: "data status"
3853   rows: "generated"
3854   data: "vpp-func-results-ubuntu"
3855   filter: "all"
3856   parameters:
3857   - "name"
3858   - "parent"
3859   - "doc"
3860   - "status"
3861
3862 # Detailed Test Results - VPP Functional Results - CentOS
3863 -
3864   type: "table"
3865   title: "Detailed Test Results - VPP Functional Results - CentOS"
3866   algorithm: "table_details"
3867   output-file-ext: ".csv"
3868   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3869   columns:
3870   -
3871     title: "Name"
3872     data: "data name"
3873   -
3874     title: "Documentation"
3875     data: "data doc"
3876   -
3877     title: "Status"
3878     data: "data status"
3879   rows: "generated"
3880   data:
3881     "vpp-func-results-centos"
3882   filter: "all"
3883   parameters:
3884   - "name"
3885   - "parent"
3886   - "doc"
3887   - "status"
3888
3889 # Test configuration - VPP Functional Test Configs - Ubuntu
3890 -
3891   type: "table"
3892   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3893   algorithm: "table_details"
3894   output-file-ext: ".csv"
3895   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3896   columns:
3897   -
3898     title: "Name"
3899     data: "data name"
3900   -
3901     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3902     data: "data vat-history"
3903   rows: "generated"
3904   data: "vpp-func-results-ubuntu"
3905   filter: "all"
3906   parameters:
3907   - "parent"
3908   - "name"
3909   - "vat-history"
3910
3911 # Test configuration - VPP Functional Test Configs - CentOS
3912 -
3913   type: "table"
3914   title: "Test configuration - VPP Functional Test Configs - CentOS"
3915   algorithm: "table_details"
3916   output-file-ext: ".csv"
3917   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3918   columns:
3919   -
3920     title: "Name"
3921     data: "data name"
3922   -
3923     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3924     data: "data vat-history"
3925   rows: "generated"
3926   data: "vpp-func-results-centos"
3927   filter: "all"
3928   parameters:
3929   - "parent"
3930   - "name"
3931   - "vat-history"
3932
3933 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3934 -
3935   type: "table"
3936   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3937   algorithm: "table_details"
3938   output-file-ext: ".csv"
3939   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3940   columns:
3941   -
3942     title: "Name"
3943     data: "data name"
3944   -
3945     title: "Status"
3946     data: "data msg"
3947   rows: "generated"
3948   data: "ligato-perf-results-3n-hsw"
3949   filter: "all"
3950   parameters:
3951   - "name"
3952   - "parent"
3953   - "msg"
3954
3955 # Detailed Test Results - VPP Device Results - Ubuntu
3956 -
3957   type: "table"
3958   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3959   algorithm: "table_details"
3960   output-file-ext: ".csv"
3961   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3962   columns:
3963   -
3964     title: "Name"
3965     data: "data name"
3966   -
3967     title: "Documentation"
3968     data: "data doc"
3969   -
3970     title: "Status"
3971     data: "data status"
3972   rows: "generated"
3973   data: "vpp-device-results-ubuntu"
3974   filter: "all"
3975   parameters:
3976   - "name"
3977   - "parent"
3978   - "doc"
3979   - "status"
3980
3981 # Test configuration - VPP Device Test Configs - Ubuntu
3982 -
3983   type: "table"
3984   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3985   algorithm: "table_details"
3986   output-file-ext: ".csv"
3987   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3988   columns:
3989   -
3990     title: "Name"
3991     data: "data name"
3992   -
3993     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3994     data: "data vat-history"
3995   rows: "generated"
3996   data: "vpp-device-results-ubuntu"
3997   filter: "all"
3998   parameters:
3999   - "parent"
4000   - "name"
4001   - "vat-history"
4002
4003 ################################################################################
4004
4005 # DPDK Performance Changes 3n-hsw 1t1c pdr
4006 -
4007   type: "table"
4008   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4009   algorithm: "table_performance_comparison"
4010   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4011   history:
4012     -
4013       title: "rls1807"
4014       data:
4015         csit-dpdk-perf-verify-1807-3n-hsw:
4016         - 11
4017         - 12  # full
4018         - 14
4019         - 15
4020         - 16
4021         - 17
4022         - 20
4023         - 21
4024         - 22
4025         - 23
4026   reference:
4027     title: "rls1810"
4028     data:
4029       csit-dpdk-perf-verify-1810-3n-hsw:
4030       - 1   # NDRPDR sel
4031       - 2   # NDRPDR sel
4032       - 3   # NDRPDR sel
4033       - 4   # NDRPDR sel
4034       - 5   # NDRPDR sel
4035       - 6   # NDRPDR sel
4036       - 7   # NDRPDR sel
4037       - 8   # NDRPDR sel
4038       - 9   # NDRPDR sel
4039       - 10  # NDRPDR sel
4040   compare:
4041     title: "rls1901"
4042     data:
4043       # TODO: Add new data
4044       csit-dpdk-perf-verify-1901-3n-hsw:
4045       - 3   # NDRPDR sel
4046       - 4   # NDRPDR sel
4047       - 5   # NDRPDR sel
4048       - 6   # NDRPDR sel
4049       - 7   # NDRPDR sel
4050       - 8   # NDRPDR sel
4051       - 9   # NDRPDR sel
4052       - 10  # NDRPDR sel
4053       - 11  # NDRPDR sel
4054   data: "dpdk-performance-changes-3n-hsw"
4055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4056   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4057   parameters:
4058   - "name"
4059   - "parent"
4060   - "throughput"
4061
4062 # DPDK Performance Changes 3n-hsw 2t2c pdr
4063 -
4064   type: "table"
4065   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4066   algorithm: "table_performance_comparison"
4067   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4068   history:
4069     -
4070       title: "rls1807"
4071       data:
4072         csit-dpdk-perf-verify-1807-3n-hsw:
4073         - 11
4074         - 12  # full
4075         - 14
4076         - 15
4077         - 16
4078         - 17
4079         - 20
4080         - 21
4081         - 22
4082         - 23
4083   reference:
4084     title: "rls1810"
4085     data:
4086       csit-dpdk-perf-verify-1810-3n-hsw:
4087       - 1   # NDRPDR sel
4088       - 2   # NDRPDR sel
4089       - 3   # NDRPDR sel
4090       - 4   # NDRPDR sel
4091       - 5   # NDRPDR sel
4092       - 6   # NDRPDR sel
4093       - 7   # NDRPDR sel
4094       - 8   # NDRPDR sel
4095       - 9   # NDRPDR sel
4096       - 10  # NDRPDR sel
4097   compare:
4098     title: "rls1901"
4099     data:
4100       # TODO: Add new data
4101       csit-dpdk-perf-verify-1901-3n-hsw:
4102       - 3   # NDRPDR sel
4103       - 4   # NDRPDR sel
4104       - 5   # NDRPDR sel
4105       - 6   # NDRPDR sel
4106       - 7   # NDRPDR sel
4107       - 8   # NDRPDR sel
4108       - 9   # NDRPDR sel
4109       - 10  # NDRPDR sel
4110       - 11  # NDRPDR sel
4111   data: "dpdk-performance-changes-3n-hsw"
4112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4113   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4114   parameters:
4115   - "name"
4116   - "parent"
4117   - "throughput"
4118
4119 # DPDK Performance Changes 3n-hsw 1t1c ndr
4120 -
4121   type: "table"
4122   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4123   algorithm: "table_performance_comparison"
4124   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4125   history:
4126     -
4127       title: "rls1807"
4128       data:
4129         csit-dpdk-perf-verify-1807-3n-hsw:
4130         - 11
4131         - 12  # full
4132         - 14
4133         - 15
4134         - 16
4135         - 17
4136         - 20
4137         - 21
4138         - 22
4139         - 23
4140   reference:
4141     title: "rls1810"
4142     data:
4143       csit-dpdk-perf-verify-1810-3n-hsw:
4144       - 1   # NDRPDR sel
4145       - 2   # NDRPDR sel
4146       - 3   # NDRPDR sel
4147       - 4   # NDRPDR sel
4148       - 5   # NDRPDR sel
4149       - 6   # NDRPDR sel
4150       - 7   # NDRPDR sel
4151       - 8   # NDRPDR sel
4152       - 9   # NDRPDR sel
4153       - 10  # NDRPDR sel
4154   compare:
4155     title: "rls1901"
4156     data:
4157       # TODO: Add new data
4158       csit-dpdk-perf-verify-1901-3n-hsw:
4159       - 3   # NDRPDR sel
4160       - 4   # NDRPDR sel
4161       - 5   # NDRPDR sel
4162       - 6   # NDRPDR sel
4163       - 7   # NDRPDR sel
4164       - 8   # NDRPDR sel
4165       - 9   # NDRPDR sel
4166       - 10  # NDRPDR sel
4167       - 11  # NDRPDR sel
4168   data: "dpdk-performance-changes-3n-hsw"
4169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4170   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4171   parameters:
4172   - "name"
4173   - "parent"
4174   - "throughput"
4175
4176 # DPDK Performance Changes 3n-hsw 2t2c ndr
4177 -
4178   type: "table"
4179   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4180   algorithm: "table_performance_comparison"
4181   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4182   history:
4183     -
4184       title: "rls1807"
4185       data:
4186         csit-dpdk-perf-verify-1807-3n-hsw:
4187         - 11
4188         - 12  # full
4189         - 14
4190         - 15
4191         - 16
4192         - 17
4193         - 20
4194         - 21
4195         - 22
4196         - 23
4197   reference:
4198     title: "rls1810"
4199     data:
4200       csit-dpdk-perf-verify-1810-3n-hsw:
4201       - 1   # NDRPDR sel
4202       - 2   # NDRPDR sel
4203       - 3   # NDRPDR sel
4204       - 4   # NDRPDR sel
4205       - 5   # NDRPDR sel
4206       - 6   # NDRPDR sel
4207       - 7   # NDRPDR sel
4208       - 8   # NDRPDR sel
4209       - 9   # NDRPDR sel
4210       - 10  # NDRPDR sel
4211   compare:
4212     title: "rls1901"
4213     data:
4214       # TODO: Add new data
4215       csit-dpdk-perf-verify-1901-3n-hsw:
4216       - 3   # NDRPDR sel
4217       - 4   # NDRPDR sel
4218       - 5   # NDRPDR sel
4219       - 6   # NDRPDR sel
4220       - 7   # NDRPDR sel
4221       - 8   # NDRPDR sel
4222       - 9   # NDRPDR sel
4223       - 10  # NDRPDR sel
4224       - 11  # NDRPDR sel
4225   data: "dpdk-performance-changes-3n-hsw"
4226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4227   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4228   parameters:
4229   - "name"
4230   - "parent"
4231   - "throughput"
4232
4233 # DPDK Performance Changes 3n-skx 2t1c pdr
4234 -
4235   type: "table"
4236   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4237   algorithm: "table_performance_comparison"
4238   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4239   history:
4240     -
4241       title: "rls1807"
4242       data:
4243         csit-dpdk-perf-verify-1807-3n-skx:
4244         - 1   # NDRPDR sel
4245         - 2   # NDRPDR sel
4246         - 3   # NDRPDR sel
4247         - 6   # NDRPDR sel
4248         - 7   # NDRPDR sel
4249         - 8   # NDRPDR sel
4250         - 9   # NDRPDR sel
4251         - 10  # NDRPDR sel
4252         - 11  # NDRPDR sel
4253         - 12  # NDRPDR sel
4254   reference:
4255     title: "rls1810"
4256     data:
4257       csit-dpdk-perf-verify-1810-3n-skx:
4258       - 3   # NDRPDR sel
4259       - 4   # NDRPDR sel
4260       - 6   # NDRPDR sel
4261       - 7   # NDRPDR sel
4262       - 8   # NDRPDR sel
4263       - 9   # NDRPDR sel
4264       - 10  # NDRPDR sel
4265       - 11  # NDRPDR sel
4266       - 12  # NDRPDR sel
4267       - 13  # NDRPDR sel
4268   compare:
4269     title: "rls1901"
4270     data:
4271       # TODO: Add new data
4272       csit-dpdk-perf-verify-1901-3n-skx:
4273       - 1   # NDRPDR sel F
4274       - 2   # NDRPDR sel F
4275   data: "dpdk-performance-changes-3n-skx"
4276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4277   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4278   parameters:
4279   - "name"
4280   - "parent"
4281   - "throughput"
4282
4283 # DPDK Performance Changes 3n-skx 4t2c pdr
4284 -
4285   type: "table"
4286   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4287   algorithm: "table_performance_comparison"
4288   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4289   history:
4290     -
4291       title: "rls1807"
4292       data:
4293         csit-dpdk-perf-verify-1807-3n-skx:
4294         - 1   # NDRPDR sel
4295         - 2   # NDRPDR sel
4296         - 3   # NDRPDR sel
4297         - 6   # NDRPDR sel
4298         - 7   # NDRPDR sel
4299         - 8   # NDRPDR sel
4300         - 9   # NDRPDR sel
4301         - 10  # NDRPDR sel
4302         - 11  # NDRPDR sel
4303         - 12  # NDRPDR sel
4304   reference:
4305     title: "rls1810"
4306     data:
4307       csit-dpdk-perf-verify-1810-3n-skx:
4308       - 3   # NDRPDR sel
4309       - 4   # NDRPDR sel
4310       - 6   # NDRPDR sel
4311       - 7   # NDRPDR sel
4312       - 8   # NDRPDR sel
4313       - 9   # NDRPDR sel
4314       - 10  # NDRPDR sel
4315       - 11  # NDRPDR sel
4316       - 12  # NDRPDR sel
4317       - 13  # NDRPDR sel
4318   compare:
4319     title: "rls1901"
4320     data:
4321       # TODO: Add new data
4322       csit-dpdk-perf-verify-1901-3n-skx:
4323       - 1   # NDRPDR sel F
4324       - 2   # NDRPDR sel F
4325   data: "dpdk-performance-changes-3n-skx"
4326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4327   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4328   parameters:
4329   - "name"
4330   - "parent"
4331   - "throughput"
4332
4333 # DPDK Performance Changes 3n-skx 2t1c ndr
4334 -
4335   type: "table"
4336   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4337   algorithm: "table_performance_comparison"
4338   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4339   history:
4340     -
4341       title: "rls1807"
4342       data:
4343         csit-dpdk-perf-verify-1807-3n-skx:
4344         - 1   # NDRPDR sel
4345         - 2   # NDRPDR sel
4346         - 3   # NDRPDR sel
4347         - 6   # NDRPDR sel
4348         - 7   # NDRPDR sel
4349         - 8   # NDRPDR sel
4350         - 9   # NDRPDR sel
4351         - 10  # NDRPDR sel
4352         - 11  # NDRPDR sel
4353         - 12  # NDRPDR sel
4354   reference:
4355     title: "rls1810"
4356     data:
4357       csit-dpdk-perf-verify-1810-3n-skx:
4358       - 3   # NDRPDR sel
4359       - 4   # NDRPDR sel
4360       - 6   # NDRPDR sel
4361       - 7   # NDRPDR sel
4362       - 8   # NDRPDR sel
4363       - 9   # NDRPDR sel
4364       - 10  # NDRPDR sel
4365       - 11  # NDRPDR sel
4366       - 12  # NDRPDR sel
4367       - 13  # NDRPDR sel
4368   compare:
4369     title: "rls1901"
4370     data:
4371       # TODO: Add new data
4372       csit-dpdk-perf-verify-1901-3n-skx:
4373       - 1   # NDRPDR sel F
4374       - 2   # NDRPDR sel F
4375   data: "dpdk-performance-changes-3n-skx"
4376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4377   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4378   parameters:
4379   - "name"
4380   - "parent"
4381   - "throughput"
4382
4383 # DPDK Performance Changes 3n-skx 4t2c ndr
4384 -
4385   type: "table"
4386   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4387   algorithm: "table_performance_comparison"
4388   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4389   history:
4390     -
4391       title: "rls1807"
4392       data:
4393         csit-dpdk-perf-verify-1807-3n-skx:
4394         - 1   # NDRPDR sel
4395         - 2   # NDRPDR sel
4396         - 3   # NDRPDR sel
4397         - 6   # NDRPDR sel
4398         - 7   # NDRPDR sel
4399         - 8   # NDRPDR sel
4400         - 9   # NDRPDR sel
4401         - 10  # NDRPDR sel
4402         - 11  # NDRPDR sel
4403         - 12  # NDRPDR sel
4404   reference:
4405     title: "rls1810"
4406     data:
4407       csit-dpdk-perf-verify-1810-3n-skx:
4408       - 3   # NDRPDR sel
4409       - 4   # NDRPDR sel
4410       - 6   # NDRPDR sel
4411       - 7   # NDRPDR sel
4412       - 8   # NDRPDR sel
4413       - 9   # NDRPDR sel
4414       - 10  # NDRPDR sel
4415       - 11  # NDRPDR sel
4416       - 12  # NDRPDR sel
4417       - 13  # NDRPDR sel
4418   compare:
4419     title: "rls1901"
4420     data:
4421       # TODO: Add new data
4422       csit-dpdk-perf-verify-1901-3n-skx:
4423       - 1   # NDRPDR sel F
4424       - 2   # NDRPDR sel F
4425   data: "dpdk-performance-changes-3n-skx"
4426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4427   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4428   parameters:
4429   - "name"
4430   - "parent"
4431   - "throughput"
4432
4433 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4434 -
4435   type: "table"
4436   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4437   algorithm: "table_performance_comparison"
4438   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4439   reference:
4440     title: "3-Node Hsw"
4441     data:
4442       # TODO: Add new data
4443       csit-dpdk-perf-verify-1901-3n-hsw:
4444       - 3   # NDRPDR sel
4445       - 4   # NDRPDR sel
4446       - 5   # NDRPDR sel
4447       - 6   # NDRPDR sel
4448       - 7   # NDRPDR sel
4449       - 8   # NDRPDR sel
4450       - 9   # NDRPDR sel
4451       - 10  # NDRPDR sel
4452       - 11  # NDRPDR sel
4453   compare:
4454     title: "3-Node Skx"
4455     data:
4456       # TODO: Add new data
4457       csit-dpdk-perf-verify-1901-3n-skx:
4458       - 1   # NDRPDR sel F
4459       - 2   # NDRPDR sel F
4460   data: "dpdk-compare-testbeds"
4461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4462   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4463   parameters:
4464   - "name"
4465   - "parent"
4466   - "throughput"
4467
4468 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4469 -
4470   type: "table"
4471   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4472   algorithm: "table_performance_comparison"
4473   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4474   reference:
4475     title: "3-Node Skx"
4476     data:
4477       # TODO: Add new data
4478       csit-dpdk-perf-verify-1901-3n-skx:
4479       - 1   # NDRPDR sel F
4480       - 2   # NDRPDR sel F
4481   compare:
4482     title: "2-Node Skx"
4483     data:
4484       # TODO: Add new data
4485       csit-dpdk-perf-verify-1901-2n-skx:
4486       - 2   # NDRPDR sel
4487       - 3   # NDRPDR sel
4488       - 4   # NDRPDR sel
4489       - 5   # NDRPDR sel
4490       - 6   # NDRPDR sel
4491       - 7   # NDRPDR sel
4492       - 8   # NDRPDR sel
4493       - 9   # NDRPDR sel
4494       - 10  # NDRPDR sel
4495       - 11  # NDRPDR sel
4496   data: "dpdk-compare-topologies"
4497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4498   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4499   parameters:
4500   - "name"
4501   - "parent"
4502   - "throughput"
4503
4504 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4505 -
4506   type: "table"
4507   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4508   algorithm: "table_performance_comparison"
4509   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4510   reference:
4511     title: "3-Node Skx"
4512     data:
4513       # TODO: Add new data
4514       csit-dpdk-perf-verify-1901-3n-skx:
4515       - 1   # NDRPDR sel F
4516       - 2   # NDRPDR sel F
4517   compare:
4518     title: "2-Node Skx"
4519     data:
4520       # TODO: Add new data
4521       csit-dpdk-perf-verify-1901-2n-skx:
4522       - 2   # NDRPDR sel
4523       - 3   # NDRPDR sel
4524       - 4   # NDRPDR sel
4525       - 5   # NDRPDR sel
4526       - 6   # NDRPDR sel
4527       - 7   # NDRPDR sel
4528       - 8   # NDRPDR sel
4529       - 9   # NDRPDR sel
4530       - 10  # NDRPDR sel
4531       - 11  # NDRPDR sel
4532   data: "dpdk-compare-topologies"
4533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4534   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4535   parameters:
4536   - "name"
4537   - "parent"
4538   - "throughput"
4539
4540 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4541 -
4542   type: "table"
4543   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4544   algorithm: "table_performance_comparison"
4545   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4546   reference:
4547     title: "3-Node Hsw"
4548     data:
4549       # TODO: Add new data
4550       csit-dpdk-perf-verify-1901-3n-hsw:
4551       - 3   # NDRPDR sel
4552       - 4   # NDRPDR sel
4553       - 5   # NDRPDR sel
4554       - 6   # NDRPDR sel
4555       - 7   # NDRPDR sel
4556       - 8   # NDRPDR sel
4557       - 9   # NDRPDR sel
4558       - 10  # NDRPDR sel
4559       - 11  # NDRPDR sel
4560   compare:
4561     title: "3-Node Skx"
4562     data:
4563       # TODO: Add new data
4564       csit-dpdk-perf-verify-1901-3n-skx:
4565       - 1   # NDRPDR sel F
4566       - 2   # NDRPDR sel F
4567   data: "dpdk-compare-testbeds"
4568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4569   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4570   parameters:
4571   - "name"
4572   - "parent"
4573   - "throughput"
4574
4575 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4576 # NOTE: Not used in 18.10
4577 #-
4578 #  type: "table"
4579 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4580 #  algorithm: "table_performance_comparison"
4581 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4582 #  reference:
4583 #    title: "3-Node Hsw"
4584 #    data:
4585 #      csit-dpdk-perf-verify-1807-3n-hsw:
4586 #      - 11
4587 #      - 12  # full
4588 #      - 14
4589 #      - 15
4590 #      - 16
4591 #      - 17
4592 #      - 20
4593 #      - 21
4594 #      - 22
4595 #      - 23
4596 #  compare:
4597 #    title: "3-Node Skx"
4598 #    data:
4599 #      csit-dpdk-perf-verify-1807-3n-skx:
4600 #      - 1
4601 #      - 2
4602 #      - 3
4603 #      - 6
4604 #      - 7
4605 #      - 8
4606 #      - 9
4607 #      - 10
4608 #      - 11
4609 #      - 12
4610 #  data: "dpdk-compare-testbeds"
4611 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4612 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4613 #  parameters:
4614 #  - "name"
4615 #  - "parent"
4616 #  - "result"
4617
4618 # Detailed Test Results - DPDK Performance Results 3n-hsw
4619 -
4620   type: "table"
4621   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4622   algorithm: "table_details"
4623   output-file-ext: ".csv"
4624   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4625   columns:
4626   -
4627     title: "Name"
4628     data: "data name"
4629   -
4630     title: "Status"
4631     data: "data msg"
4632   rows: "generated"
4633   data: "dpdk-perf-results-3n-hsw"
4634   filter: "all"
4635   parameters:
4636   - "name"
4637   - "parent"
4638   - "msg"
4639
4640 # Detailed Test Results - DPDK Performance Results 3n-skx
4641 -
4642   type: "table"
4643   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4644   algorithm: "table_details"
4645   output-file-ext: ".csv"
4646   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4647   columns:
4648   -
4649     title: "Name"
4650     data: "data name"
4651   -
4652     title: "Status"
4653     data: "data msg"
4654   rows: "generated"
4655   data: "dpdk-perf-results-3n-skx"
4656   filter: "all"
4657   parameters:
4658   - "name"
4659   - "parent"
4660   - "msg"
4661
4662 # Detailed Test Results - DPDK Performance Results 2n-skx
4663 -
4664   type: "table"
4665   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4666   algorithm: "table_details"
4667   output-file-ext: ".csv"
4668   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4669   columns:
4670   -
4671     title: "Name"
4672     data: "data name"
4673   -
4674     title: "Status"
4675     data: "data msg"
4676   rows: "generated"
4677   data: "dpdk-perf-results-2n-skx"
4678   filter: "all"
4679   parameters:
4680   - "name"
4681   - "parent"
4682   - "msg"
4683
4684 ################################################################################
4685 # HoneyComb
4686 -
4687   type: "table"
4688   title: "Detailed Test Results - Honeycomb Functional Results"
4689   algorithm: "table_details"
4690   output-file-ext: ".csv"
4691   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4692   columns:
4693   -
4694     title: "Name"
4695     data: "data name"
4696   -
4697     title: "Documentation"
4698     data: "data doc"
4699   -
4700     title: "Status"
4701     data: "data status"
4702   rows: "generated"
4703   data:
4704     "hc-func-results"
4705   filter: "all"
4706   parameters:
4707   - "name"
4708   - "parent"
4709   - "doc"
4710   - "status"
4711
4712 ################################################################################
4713 # NSH SFC
4714 -
4715   type: "table"
4716   title: "Detailed Test Results - NSH SFC Functional Results"
4717   algorithm: "table_details"
4718   output-file-ext: ".csv"
4719   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4720   columns:
4721   -
4722     title: "Name"
4723     data: "data name"
4724   -
4725     title: "Documentation"
4726     data: "data doc"
4727   -
4728     title: "Status"
4729     data: "data status"
4730   rows: "generated"
4731   data:
4732     "nsh-func-results"
4733   filter: "all"
4734   parameters:
4735   - "name"
4736   - "parent"
4737   - "doc"
4738   - "status"
4739
4740 ################################################################################
4741 # DMM
4742 -
4743   type: "table"
4744   title: "Detailed Test Results - DMM Functional Results"
4745   algorithm: "table_details"
4746   output-file-ext: ".csv"
4747   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4748   columns:
4749   -
4750     title: "Name"
4751     data: "data name"
4752   -
4753     title: "Documentation"
4754     data: "data doc"
4755   -
4756     title: "Status"
4757     data: "data status"
4758   rows: "generated"
4759   data:
4760     "dmm-func-results"
4761   filter: "all"
4762   parameters:
4763   - "name"
4764   - "parent"
4765   - "doc"
4766   - "status"
4767
4768 ################################################################################
4769 ###                                F I L E S                                 ###
4770 ################################################################################
4771
4772 # VPP Performance Results 3n-hsw
4773 -
4774   type: "file"
4775   title: "VPP Performance Results 3n-hsw"
4776   algorithm: "file_test_results"
4777   output-file-ext: ".rst"
4778   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4779   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"
4780   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4781   data: "vpp-perf-results-3n-hsw"
4782   filter: "not 'NDRCHK' and not 'PDRCHK'"
4783   parameters:
4784   - "name"
4785   - "doc"
4786   - "level"
4787   - "parent"
4788   data-start-level: 3
4789
4790 # VPP Performance Results 3n-skx
4791 -
4792   type: "file"
4793   title: "VPP Performance Results 3n-skx"
4794   algorithm: "file_test_results"
4795   output-file-ext: ".rst"
4796   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4797   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"
4798   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4799   data: "vpp-perf-results-3n-skx"
4800   filter: "not 'NDRCHK' and not 'PDRCHK'"
4801   parameters:
4802   - "name"
4803   - "doc"
4804   - "level"
4805   - "parent"
4806   data-start-level: 3
4807
4808 # VPP Performance Results 2n-skx
4809 -
4810   type: "file"
4811   title: "VPP Performance Results 2n-skx"
4812   algorithm: "file_test_results"
4813   output-file-ext: ".rst"
4814   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4815   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"
4816   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4817   data: "vpp-perf-results-2n-skx"
4818   filter: "not 'NDRCHK' and not 'PDRCHK'"
4819   parameters:
4820   - "name"
4821   - "doc"
4822   - "level"
4823   - "parent"
4824   data-start-level: 3
4825
4826 # VPP Performance Results 2n-dnv
4827 -
4828   type: "file"
4829   title: "VPP Performance Results 2n-dnv"
4830   algorithm: "file_test_results"
4831   output-file-ext: ".rst"
4832   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4833   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"
4834   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4835   data: "intel-dnv-vpp"
4836   filter: "'NDRPDR'"
4837   parameters:
4838   - "name"
4839   - "doc"
4840   - "level"
4841   - "parent"
4842   data-start-level: 3
4843
4844 # VPP Performance Configuration 3n-hsw
4845 -
4846   type: "file"
4847   title: "VPP Performance Configuration 3n-hsw"
4848   algorithm: "file_test_results"
4849   output-file-ext: ".rst"
4850   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4851   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"
4852   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4853   data: "vpp-perf-results-3n-hsw"
4854   filter: "not 'NDRCHK' and not 'PDRCHK'"
4855   parameters:
4856   - "name"
4857   - "doc"
4858   - "level"
4859   - "parent"
4860   data-start-level: 3
4861
4862 # VPP Performance Configuration 3n-skx
4863 -
4864   type: "file"
4865   title: "VPP Performance Configuration 3n-skx"
4866   algorithm: "file_test_results"
4867   output-file-ext: ".rst"
4868   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4869   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"
4870   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4871   data: "vpp-perf-results-3n-skx"
4872   filter: "not 'NDRCHK' and not 'PDRCHK'"
4873   parameters:
4874   - "name"
4875   - "doc"
4876   - "level"
4877   - "parent"
4878   data-start-level: 3
4879
4880 # VPP Performance Configuration 2n-skx
4881 -
4882   type: "file"
4883   title: "VPP Performance Configuration 2n-skx"
4884   algorithm: "file_test_results"
4885   output-file-ext: ".rst"
4886   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4887   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"
4888   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4889   data: "vpp-perf-results-2n-skx"
4890   filter: "not 'NDRCHK' and not 'PDRCHK'"
4891   parameters:
4892   - "name"
4893   - "doc"
4894   - "level"
4895   - "parent"
4896   data-start-level: 3
4897
4898 # VPP Performance Configuration 2n-dnv
4899 -
4900   type: "file"
4901   title: "VPP Performance Configuration 2n-dnv"
4902   algorithm: "file_test_results"
4903   output-file-ext: ".rst"
4904   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4905   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"
4906   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4907   data: "intel-dnv-vpp"
4908   filter: "'NDRPDR'"
4909   parameters:
4910   - "name"
4911   - "doc"
4912   - "level"
4913   - "parent"
4914   data-start-level: 3
4915
4916 # VPP Performance Operational Data 3n-hsw
4917 -
4918   type: "file"
4919   title: "VPP Performance Operational Data 3n-hsw"
4920   algorithm: "file_test_results"
4921   output-file-ext: ".rst"
4922   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4923   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"
4924   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4925   data: "vpp-perf-results-3n-hsw"
4926   filter: "not 'NDRCHK' and not 'PDRCHK'"
4927   parameters:
4928   - "name"
4929   - "doc"
4930   - "level"
4931   - "parent"
4932   data-start-level: 3
4933
4934 # VPP Performance Operational Data 3n-skx
4935 -
4936   type: "file"
4937   title: "VPP Performance Operational Data 3n-skx"
4938   algorithm: "file_test_results"
4939   output-file-ext: ".rst"
4940   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4941   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"
4942   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4943   data: "vpp-perf-results-3n-skx"
4944   filter: "not 'NDRCHK' and not 'PDRCHK'"
4945   parameters:
4946   - "name"
4947   - "doc"
4948   - "level"
4949   - "parent"
4950   data-start-level: 3
4951
4952 # VPP Performance Operational Data 2n-skx
4953 -
4954   type: "file"
4955   title: "VPP Performance Operational Data 2n-skx"
4956   algorithm: "file_test_results"
4957   output-file-ext: ".rst"
4958   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4959   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"
4960   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4961   data: "vpp-perf-results-2n-skx"
4962   filter: "not 'NDRCHK' and not 'PDRCHK'"
4963   parameters:
4964   - "name"
4965   - "doc"
4966   - "level"
4967   - "parent"
4968   data-start-level: 3
4969
4970 # VPP Performance Operational Data 2n-dnv
4971 -
4972   type: "file"
4973   title: "VPP Performance Operational Data 2n-dnv"
4974   algorithm: "file_test_results"
4975   output-file-ext: ".rst"
4976   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4977   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"
4978   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4979   data: "intel-dnv-vpp"
4980   filter: "'NDRPDR'"
4981   parameters:
4982   - "name"
4983   - "doc"
4984   - "level"
4985   - "parent"
4986   data-start-level: 3
4987
4988 # VPP MRR Results 3n-hsw
4989 -
4990   type: "file"
4991   title: "VPP MRR Results 3n-hsw"
4992   algorithm: "file_test_results"
4993   output-file-ext: ".rst"
4994   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4995   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"
4996   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4997   data: "vpp-mrr-results-3n-hsw"
4998   filter: "'MRR'"
4999   parameters:
5000   - "name"
5001   - "doc"
5002   - "level"
5003   - "parent"
5004   data-start-level: 3
5005
5006 # VPP MRR Results 3n-skx
5007 -
5008   type: "file"
5009   title: "VPP MRR Results 3n-skx"
5010   algorithm: "file_test_results"
5011   output-file-ext: ".rst"
5012   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5013   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"
5014   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5015   data: "vpp-mrr-results-3n-skx"
5016   filter: "'MRR'"
5017   parameters:
5018   - "name"
5019   - "doc"
5020   - "level"
5021   - "parent"
5022   data-start-level: 3
5023
5024 # VPP MRR Results 2n-skx
5025 -
5026   type: "file"
5027   title: "VPP MRR Results 2n-skx"
5028   algorithm: "file_test_results"
5029   output-file-ext: ".rst"
5030   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5031   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"
5032   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5033   data: "vpp-mrr-results-2n-skx"
5034   filter: "all"
5035   parameters:
5036   - "name"
5037   - "doc"
5038   - "level"
5039   - "parent"
5040   data-start-level: 3
5041
5042 # VPP MRR Results 2n-dnv
5043 -
5044   type: "file"
5045   title: "VPP MRR Results 2n-dnv"
5046   algorithm: "file_test_results"
5047   output-file-ext: ".rst"
5048   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5049   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"
5050   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5051   data: "intel-dnv-vpp"
5052   filter: "'MRR'"
5053   parameters:
5054   - "name"
5055   - "doc"
5056   - "level"
5057   - "parent"
5058   data-start-level: 3
5059
5060 # VPP MRR Configuration 3n-hsw
5061 -
5062   type: "file"
5063   title: "VPP MRR Configuration 3n-hsw"
5064   algorithm: "file_test_results"
5065   output-file-ext: ".rst"
5066   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5067   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"
5068   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5069   data: "vpp-mrr-results-3n-hsw"
5070   filter: "'MRR'"
5071   parameters:
5072   - "name"
5073   - "doc"
5074   - "level"
5075   - "parent"
5076   data-start-level: 3
5077
5078 # VPP MRR Configuration 3n-skx
5079 -
5080   type: "file"
5081   title: "VPP MRR Configuration 3n-skx"
5082   algorithm: "file_test_results"
5083   output-file-ext: ".rst"
5084   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5085   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"
5086   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5087   data: "vpp-mrr-results-3n-skx"
5088   filter: "'MRR'"
5089   parameters:
5090   - "name"
5091   - "doc"
5092   - "level"
5093   - "parent"
5094   data-start-level: 3
5095
5096 # VPP MRR Configuration 2n-skx
5097 -
5098   type: "file"
5099   title: "VPP MRR Configuration 2n-skx"
5100   algorithm: "file_test_results"
5101   output-file-ext: ".rst"
5102   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5103   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"
5104   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5105   data: "vpp-mrr-results-2n-skx"
5106   filter: "'MRR'"
5107   parameters:
5108   - "name"
5109   - "doc"
5110   - "level"
5111   - "parent"
5112   data-start-level: 3
5113
5114 # VPP MRR Configuration 2n-dnv
5115 -
5116   type: "file"
5117   title: "VPP MRR Configuration 2n-dnv"
5118   algorithm: "file_test_results"
5119   output-file-ext: ".rst"
5120   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5121   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"
5122   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5123   data: "intel-dnv-vpp"
5124   filter: "'MRR'"
5125   parameters:
5126   - "name"
5127   - "doc"
5128   - "level"
5129   - "parent"
5130   data-start-level: 3
5131
5132 # VPP Functional Results - Ubuntu
5133 -
5134   type: "file"
5135   title: "VPP Functional Results - Ubuntu"
5136   algorithm: "file_test_results"
5137   output-file-ext: ".rst"
5138   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5139   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5140   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5141   data: "vpp-func-results-ubuntu"
5142   filter: "all"
5143   parameters:
5144   - "name"
5145   - "doc"
5146   - "level"
5147   - "parent"
5148   data-start-level: 3
5149
5150 # VPP Functional Results - CentOS
5151 -
5152   type: "file"
5153   title: "VPP Functional Results - CentOS"
5154   algorithm: "file_test_results"
5155   output-file-ext: ".rst"
5156   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5157   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5158   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5159   data:
5160     "vpp-func-results-centos"
5161   filter: "all"
5162   parameters:
5163   - "name"
5164   - "doc"
5165   - "level"
5166   - "parent"
5167   data-start-level: 3
5168
5169 # VPP Functional Configuration - Ubuntu
5170 -
5171   type: "file"
5172   title: "VPP Functional Configuration - Ubuntu"
5173   algorithm: "file_test_results"
5174   output-file-ext: ".rst"
5175   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5176   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5177   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5178   data: "vpp-func-results-ubuntu"
5179   filter: "all"
5180   parameters:
5181   - "name"
5182   - "doc"
5183   - "level"
5184   - "parent"
5185   data-start-level: 3
5186
5187 # VPP Functional Configuration - CentOS
5188 -
5189   type: "file"
5190   title: "VPP Functional Configuration - CentOS"
5191   algorithm: "file_test_results"
5192   output-file-ext: ".rst"
5193   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5194   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5195   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5196   data:
5197     "vpp-func-results-centos"
5198   filter: "all"
5199   parameters:
5200   - "name"
5201   - "doc"
5202   - "level"
5203   - "parent"
5204   data-start-level: 3
5205
5206 # VPP Device Results - Ubuntu
5207 -
5208   type: "file"
5209   title: "VPP Device Results - Ubuntu"
5210   algorithm: "file_test_results"
5211   output-file-ext: ".rst"
5212   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5213   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"
5214   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5215   data: "vpp-device-results-ubuntu"
5216   filter: "all"
5217   parameters:
5218   - "name"
5219   - "doc"
5220   - "level"
5221   - "parent"
5222   data-start-level: 2
5223
5224 # VPP Device Configuration - Ubuntu
5225 -
5226   type: "file"
5227   title: "VPP Device Configuration - Ubuntu"
5228   algorithm: "file_test_results"
5229   output-file-ext: ".rst"
5230   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5231   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"
5232   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5233   data: "vpp-device-results-ubuntu"
5234   filter: "all"
5235   parameters:
5236   - "name"
5237   - "doc"
5238   - "level"
5239   - "parent"
5240   data-start-level: 2
5241
5242 # Container Orchestrated Performance Results 3n-hsw
5243 -
5244   type: "file"
5245   title: "Container Orchestrated Performance Results 3n-hsw"
5246   algorithm: "file_test_results"
5247   output-file-ext: ".rst"
5248   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5249   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"
5250   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5251   data: "ligato-perf-results-3n-hsw"
5252   filter: "all"
5253   parameters:
5254   - "name"
5255   - "doc"
5256   - "level"
5257   - "parent"
5258   data-start-level: 3
5259
5260 # DPDK Performance Results 3n-hsw
5261 -
5262   type: "file"
5263   title: "DPDK Performance Results 3n-hsw"
5264   algorithm: "file_test_results"
5265   output-file-ext: ".rst"
5266   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5267   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"
5268   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5269   data: "dpdk-perf-results-3n-hsw"
5270   filter: "all"
5271   parameters:
5272   - "name"
5273   - "doc"
5274   - "level"
5275   - "parent"
5276   data-start-level: 3
5277
5278 # DPDK Performance Results 3n-skx
5279 -
5280   type: "file"
5281   title: "DPDK Performance Results 3n-skx"
5282   algorithm: "file_test_results"
5283   output-file-ext: ".rst"
5284   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5285   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5286   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5287   data: "dpdk-perf-results-3n-skx"
5288   filter: "all"
5289   parameters:
5290   - "name"
5291   - "doc"
5292   - "level"
5293   - "parent"
5294   data-start-level: 3
5295
5296 # DPDK Performance Results 2n-skx
5297 -
5298   type: "file"
5299   title: "DPDK Performance Results 2n-skx"
5300   algorithm: "file_test_results"
5301   output-file-ext: ".rst"
5302   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5303   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"
5304   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5305   data: "dpdk-perf-results-2n-skx"
5306   filter: "all"
5307   parameters:
5308   - "name"
5309   - "doc"
5310   - "level"
5311   - "parent"
5312   data-start-level: 3
5313
5314 # Honeycomb Functional Results
5315 -
5316   type: "file"
5317   title: "Honeycomb Functional Results"
5318   algorithm: "file_test_results"
5319   output-file-ext: ".rst"
5320   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5321   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"
5322   dir-tables: "{DIR[DTR,FUNC,HC]}"
5323   data:
5324     "hc-func-results"
5325   filter: "all"
5326   parameters:
5327   - "name"
5328   - "doc"
5329   - "level"
5330   - "parent"
5331   data-start-level: 3
5332
5333 # NSH SFC Functional Results
5334 -
5335   type: "file"
5336   title: "NSH SFC Functional Results"
5337   algorithm: "file_test_results"
5338   output-file-ext: ".rst"
5339   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5340   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"
5341   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5342   data:
5343     "nsh-func-results"
5344   filter: "all"
5345   parameters:
5346   - "name"
5347   - "doc"
5348   - "level"
5349   - "parent"
5350   data-start-level: 3
5351
5352 # DMM Functional Results
5353 -
5354   type: "file"
5355   title: "DMM Functional Results"
5356   algorithm: "file_test_results"
5357   output-file-ext: ".rst"
5358   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5359   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"
5360   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5361   data:
5362     "dmm-func-results"
5363   filter: "all"
5364   parameters:
5365   - "name"
5366   - "doc"
5367   - "level"
5368   - "parent"
5369   data-start-level: 3
5370
5371 ################################################################################
5372 ###                                P L O T S                                 ###
5373 ################################################################################
5374
5375 # Soak test - 30min Soak Test (PLRsearch), boxes
5376 -
5377   type: "plot"
5378   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5379   algorithm: "plot_soak_boxes"
5380   output-file-type: ".html"
5381   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5382   data: "plot-vpp-soak-2n-skx"
5383   filter: "'SOAK'"
5384   parameters:
5385   - "throughput"
5386   - "parent"
5387   - "tags"
5388   sort:
5389   - "L2PATCH"
5390   - "L2XCBASE"
5391   - "L2BDMACLRN"
5392   - "IP4FWD"
5393   - "IP6FWD"
5394   - "VHOST"
5395   layout:
5396     title: "30min Soak Test (PLRsearch)"
5397     layout: "plot-soak-throughput"
5398
5399 # Soak test - example, not used
5400 -
5401   type: "plot"
5402   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5403   algorithm: "plot_soak_bars"
5404   output-file-type: ".html"
5405   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5406   data: "plot-vpp-soak-2n-skx"
5407   filter: "'SOAK'"
5408   parameters:
5409   - "throughput"
5410   - "parent"
5411   - "tags"
5412   sort:
5413   - "L2PATCH"
5414   - "L2XCBASE"
5415   - "L2BDMACLRN"
5416   - "IP4FWD"
5417   - "IP6FWD"
5418   - "VHOST"
5419   layout:
5420     title: "30min Soak Test (PLRsearch)"
5421     layout: "plot-soak-throughput"
5422
5423 ################################################################################
5424 # Plots - NF Density - VSC
5425
5426 -
5427   type: "plot"
5428   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5429   algorithm: "plot_service_density_heatmap"
5430   output-file-type: ".html"
5431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5432   data: "plot-vpp-nfv-2n-skx-mrr"
5433   filter: "'NIC_Intel-X710' and
5434            'NF_DENSITY' and
5435            'VM' and
5436            'CHAIN' and
5437            '64B' and
5438            '2T1C' and
5439            'MRR'"
5440   parameters:
5441   - "result"
5442   - "name"
5443   - "tags"
5444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5445   x-axis: "X = VNFs per Service Chain"
5446   y-axis: "Y = Number of Service Chains"
5447   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5448   layout:
5449     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5450     layout: "plot-service-density"
5451
5452 -
5453   type: "plot"
5454   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5455   algorithm: "plot_service_density_heatmap"
5456   output-file-type: ".html"
5457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5458   data: "plot-vpp-nfv-2n-skx-mrr"
5459   filter: "'NIC_Intel-X710' and
5460            'NF_DENSITY' and
5461            'VM' and
5462            'CHAIN' and
5463            '64B' and
5464            '4T2C' and
5465            'MRR'"
5466   parameters:
5467   - "result"
5468   - "name"
5469   - "tags"
5470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5471   x-axis: "X = VNFs per Service Chain"
5472   y-axis: "Y = Number of Service Chains"
5473   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5474   layout:
5475     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5476     layout: "plot-service-density"
5477
5478 -
5479   type: "plot"
5480   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5481   algorithm: "plot_service_density_heatmap"
5482   output-file-type: ".html"
5483   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5484   data: "plot-vpp-nfv-2n-skx-mrr"
5485   filter: "'NIC_Intel-X710' and
5486            'NF_DENSITY' and
5487            'VM' and
5488            'CHAIN' and
5489            'IMIX' and
5490            '2T1C' and
5491            'MRR'"
5492   parameters:
5493   - "result"
5494   - "name"
5495   - "tags"
5496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5497   x-axis: "X = VNFs per Service Chain"
5498   y-axis: "Y = Number of Service Chains"
5499   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5500   layout:
5501     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5502     layout: "plot-service-density"
5503
5504 -
5505   type: "plot"
5506   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5507   algorithm: "plot_service_density_heatmap"
5508   output-file-type: ".html"
5509   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5510   data: "plot-vpp-nfv-2n-skx-mrr"
5511   filter: "'NIC_Intel-X710' and
5512            'NF_DENSITY' and
5513            'VM' and
5514            'CHAIN' and
5515            'IMIX' and
5516            '4T2C' and
5517            'MRR'"
5518   parameters:
5519   - "result"
5520   - "name"
5521   - "tags"
5522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5523   x-axis: "X = VNFs per Service Chain"
5524   y-axis: "Y = Number of Service Chains"
5525   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5526   layout:
5527     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5528     layout: "plot-service-density"
5529
5530 -
5531   type: "plot"
5532   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5533   algorithm: "plot_service_density_heatmap"
5534   output-file-type: ".html"
5535   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5536   data: "plot-vpp-nfv-2n-skx"
5537   filter: "'NIC_Intel-X710' and
5538            'NF_DENSITY' and
5539            'VM' and
5540            'CHAIN' and
5541            '64B' and
5542            '2T1C' and
5543            'NDRPDR'"
5544   parameters:
5545   - "throughput"
5546   - "name"
5547   - "tags"
5548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5549   x-axis: "X = VNFs per Service Chain"
5550   y-axis: "Y = Number of Service Chains"
5551   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5552   layout:
5553     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5554     layout: "plot-service-density"
5555
5556 -
5557   type: "plot"
5558   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5559   algorithm: "plot_service_density_heatmap"
5560   output-file-type: ".html"
5561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5562   data: "plot-vpp-nfv-2n-skx"
5563   filter: "'NIC_Intel-X710' and
5564            'NF_DENSITY' and
5565            'VM' and
5566            'CHAIN' and
5567            '64B' and
5568            '4T2C' and
5569            'NDRPDR'"
5570   parameters:
5571   - "throughput"
5572   - "name"
5573   - "tags"
5574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5575   x-axis: "X = VNFs per Service Chain"
5576   y-axis: "Y = Number of Service Chains"
5577   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5578   layout:
5579     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5580     layout: "plot-service-density"
5581
5582 -
5583   type: "plot"
5584   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5585   algorithm: "plot_service_density_heatmap"
5586   output-file-type: ".html"
5587   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5588   data: "plot-vpp-nfv-2n-skx"
5589   filter: "'NIC_Intel-X710' and
5590            'NF_DENSITY' and
5591            'VM' and
5592            'CHAIN' and
5593            'IMIX' and
5594            '2T1C' and
5595            'NDRPDR'"
5596   parameters:
5597   - "throughput"
5598   - "name"
5599   - "tags"
5600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5601   x-axis: "X = VNFs per Service Chain"
5602   y-axis: "Y = Number of Service Chains"
5603   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5604   layout:
5605     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5606     layout: "plot-service-density"
5607
5608 -
5609   type: "plot"
5610   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5611   algorithm: "plot_service_density_heatmap"
5612   output-file-type: ".html"
5613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5614   data: "plot-vpp-nfv-2n-skx"
5615   filter: "'NIC_Intel-X710' and
5616            'NF_DENSITY' and
5617            'VM' and
5618            'CHAIN' and
5619            'IMIX' and
5620            '4T2C' and
5621            'NDRPDR'"
5622   parameters:
5623   - "throughput"
5624   - "name"
5625   - "tags"
5626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5627   x-axis: "X = VNFs per Service Chain"
5628   y-axis: "Y = Number of Service Chains"
5629   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5630   layout:
5631     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5632     layout: "plot-service-density"
5633
5634 -
5635   type: "plot"
5636   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5637   algorithm: "plot_service_density_heatmap"
5638   output-file-type: ".html"
5639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5640   data: "plot-vpp-nfv-2n-skx"
5641   filter: "'NIC_Intel-X710' and
5642            'NF_DENSITY' and
5643            'VM' and
5644            'CHAIN' and
5645            '64B' and
5646            '2T1C' and
5647            'NDRPDR'"
5648   parameters:
5649   - "throughput"
5650   - "name"
5651   - "tags"
5652   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5653   x-axis: "X = VNFs per Service Chain"
5654   y-axis: "Y = Number of Service Chains"
5655   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5656   layout:
5657     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5658     layout: "plot-service-density"
5659
5660 -
5661   type: "plot"
5662   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5663   algorithm: "plot_service_density_heatmap"
5664   output-file-type: ".html"
5665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5666   data: "plot-vpp-nfv-2n-skx"
5667   filter: "'NIC_Intel-X710' and
5668            'NF_DENSITY' and
5669            'VM' and
5670            'CHAIN' and
5671            '64B' and
5672            '4T2C' and
5673            'NDRPDR'"
5674   parameters:
5675   - "throughput"
5676   - "name"
5677   - "tags"
5678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5679   x-axis: "X = VNFs per Service Chain"
5680   y-axis: "Y = Number of Service Chains"
5681   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5682   layout:
5683     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5684     layout: "plot-service-density"
5685
5686 -
5687   type: "plot"
5688   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5689   algorithm: "plot_service_density_heatmap"
5690   output-file-type: ".html"
5691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5692   data: "plot-vpp-nfv-2n-skx"
5693   filter: "'NIC_Intel-X710' and
5694            'NF_DENSITY' and
5695            'VM' and
5696            'CHAIN' and
5697            'IMIX' and
5698            '2T1C' and
5699            'NDRPDR'"
5700   parameters:
5701   - "throughput"
5702   - "name"
5703   - "tags"
5704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5705   x-axis: "X = VNFs per Service Chain"
5706   y-axis: "Y = Number of Service Chains"
5707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5708   layout:
5709     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5710     layout: "plot-service-density"
5711
5712 -
5713   type: "plot"
5714   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5715   algorithm: "plot_service_density_heatmap"
5716   output-file-type: ".html"
5717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5718   data: "plot-vpp-nfv-2n-skx"
5719   filter: "'NIC_Intel-X710' and
5720            'NF_DENSITY' and
5721            'VM' and
5722            'CHAIN' and
5723            'IMIX' and
5724            '4T2C' and
5725            'NDRPDR'"
5726   parameters:
5727   - "throughput"
5728   - "name"
5729   - "tags"
5730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5731   x-axis: "X = VNFs per Service Chain"
5732   y-axis: "Y = Number of Service Chains"
5733   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5734   layout:
5735     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5736     layout: "plot-service-density"
5737
5738 ################################################################################
5739 # Plots - NF Density - CSC
5740
5741 -
5742   type: "plot"
5743   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5744   algorithm: "plot_service_density_heatmap"
5745   output-file-type: ".html"
5746   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5747   data: "plot-vpp-nfv-2n-skx-mrr"
5748   filter: "'NIC_Intel-X710' and
5749            'NF_DENSITY' and
5750            'DOCKER' and
5751            'CHAIN' and
5752            '64B' and
5753            '2T1C' and
5754            'MRR'"
5755   parameters:
5756   - "result"
5757   - "name"
5758   - "tags"
5759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5760   x-axis: "X = CNFs per Service Chain"
5761   y-axis: "Y = Number of Service Chains"
5762   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5763   layout:
5764     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5765     layout: "plot-service-density"
5766
5767 -
5768   type: "plot"
5769   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5770   algorithm: "plot_service_density_heatmap"
5771   output-file-type: ".html"
5772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5773   data: "plot-vpp-nfv-2n-skx-mrr"
5774   filter: "'NIC_Intel-X710' and
5775            'NF_DENSITY' and
5776            'DOCKER' and
5777            'CHAIN' and
5778            '64B' and
5779            '4T2C' and
5780            'MRR'"
5781   parameters:
5782   - "result"
5783   - "name"
5784   - "tags"
5785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5786   x-axis: "X = CNFs per Service Chain"
5787   y-axis: "Y = Number of Service Chains"
5788   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5789   layout:
5790     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5791     layout: "plot-service-density"
5792
5793 -
5794   type: "plot"
5795   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5796   algorithm: "plot_service_density_heatmap"
5797   output-file-type: ".html"
5798   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5799   data: "plot-vpp-nfv-2n-skx-mrr"
5800   filter: "'NIC_Intel-X710' and
5801            'NF_DENSITY' and
5802            'DOCKER' and
5803            'CHAIN' and
5804            'IMIX' and
5805            '2T1C' and
5806            'MRR'"
5807   parameters:
5808   - "result"
5809   - "name"
5810   - "tags"
5811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5812   x-axis: "X = CNFs per Service Chain"
5813   y-axis: "Y = Number of Service Chains"
5814   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5815   layout:
5816     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5817     layout: "plot-service-density"
5818
5819 -
5820   type: "plot"
5821   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5822   algorithm: "plot_service_density_heatmap"
5823   output-file-type: ".html"
5824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5825   data: "plot-vpp-nfv-2n-skx-mrr"
5826   filter: "'NIC_Intel-X710' and
5827            'NF_DENSITY' and
5828            'DOCKER' and
5829            'CHAIN' and
5830            'IMIX' and
5831            '4T2C' and
5832            'MRR'"
5833   parameters:
5834   - "result"
5835   - "name"
5836   - "tags"
5837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5838   x-axis: "X = CNFs per Service Chain"
5839   y-axis: "Y = Number of Service Chains"
5840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5841   layout:
5842     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5843     layout: "plot-service-density"
5844
5845 -
5846   type: "plot"
5847   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5848   algorithm: "plot_service_density_heatmap"
5849   output-file-type: ".html"
5850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5851   data: "plot-vpp-nfv-2n-skx"
5852   filter: "'NIC_Intel-X710' and
5853            'NF_DENSITY' and
5854            'DOCKER' and
5855            'CHAIN' and
5856            '64B' and
5857            '2T1C' and
5858            'NDRPDR'"
5859   parameters:
5860   - "throughput"
5861   - "name"
5862   - "tags"
5863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5864   x-axis: "X = CNFs per Service Chain"
5865   y-axis: "Y = Number of Service Chains"
5866   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5867   layout:
5868     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5869     layout: "plot-service-density"
5870
5871 -
5872   type: "plot"
5873   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5874   algorithm: "plot_service_density_heatmap"
5875   output-file-type: ".html"
5876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5877   data: "plot-vpp-nfv-2n-skx"
5878   filter: "'NIC_Intel-X710' and
5879            'NF_DENSITY' and
5880            'DOCKER' and
5881            'CHAIN' and
5882            '64B' and
5883            '4T2C' and
5884            'NDRPDR'"
5885   parameters:
5886   - "throughput"
5887   - "name"
5888   - "tags"
5889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5890   x-axis: "X = CNFs per Service Chain"
5891   y-axis: "Y = Number of Service Chains"
5892   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5893   layout:
5894     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5895     layout: "plot-service-density"
5896
5897 -
5898   type: "plot"
5899   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5900   algorithm: "plot_service_density_heatmap"
5901   output-file-type: ".html"
5902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5903   data: "plot-vpp-nfv-2n-skx"
5904   filter: "'NIC_Intel-X710' and
5905            'NF_DENSITY' and
5906            'DOCKER' and
5907            'CHAIN' and
5908            'IMIX' and
5909            '2T1C' and
5910            'NDRPDR'"
5911   parameters:
5912   - "throughput"
5913   - "name"
5914   - "tags"
5915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5916   x-axis: "X = CNFs per Service Chain"
5917   y-axis: "Y = Number of Service Chains"
5918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5919   layout:
5920     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5921     layout: "plot-service-density"
5922
5923 -
5924   type: "plot"
5925   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5926   algorithm: "plot_service_density_heatmap"
5927   output-file-type: ".html"
5928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5929   data: "plot-vpp-nfv-2n-skx"
5930   filter: "'NIC_Intel-X710' and
5931            'NF_DENSITY' and
5932            'DOCKER' and
5933            'CHAIN' and
5934            'IMIX' and
5935            '4T2C' and
5936            'NDRPDR'"
5937   parameters:
5938   - "throughput"
5939   - "name"
5940   - "tags"
5941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5942   x-axis: "X = CNFs per Service Chain"
5943   y-axis: "Y = Number of Service Chains"
5944   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5945   layout:
5946     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5947     layout: "plot-service-density"
5948
5949 -
5950   type: "plot"
5951   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5952   algorithm: "plot_service_density_heatmap"
5953   output-file-type: ".html"
5954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5955   data: "plot-vpp-nfv-2n-skx"
5956   filter: "'NIC_Intel-X710' and
5957            'NF_DENSITY' and
5958            'DOCKER' and
5959            'CHAIN' and
5960            '64B' and
5961            '2T1C' and
5962            'NDRPDR'"
5963   parameters:
5964   - "throughput"
5965   - "name"
5966   - "tags"
5967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5968   x-axis: "X = CNFs per Service Chain"
5969   y-axis: "Y = Number of Service Chains"
5970   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5971   layout:
5972     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5973     layout: "plot-service-density"
5974
5975 -
5976   type: "plot"
5977   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5978   algorithm: "plot_service_density_heatmap"
5979   output-file-type: ".html"
5980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5981   data: "plot-vpp-nfv-2n-skx"
5982   filter: "'NIC_Intel-X710' and
5983            'NF_DENSITY' and
5984            'DOCKER' and
5985            'CHAIN' and
5986            '64B' and
5987            '4T2C' and
5988            'NDRPDR'"
5989   parameters:
5990   - "throughput"
5991   - "name"
5992   - "tags"
5993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5994   x-axis: "X = CNFs per Service Chain"
5995   y-axis: "Y = Number of Service Chains"
5996   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5997   layout:
5998     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5999     layout: "plot-service-density"
6000
6001 -
6002   type: "plot"
6003   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6004   algorithm: "plot_service_density_heatmap"
6005   output-file-type: ".html"
6006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
6007   data: "plot-vpp-nfv-2n-skx"
6008   filter: "'NIC_Intel-X710' and
6009            'NF_DENSITY' and
6010            'DOCKER' and
6011            'CHAIN' and
6012            'IMIX' and
6013            '2T1C' and
6014            'NDRPDR'"
6015   parameters:
6016   - "throughput"
6017   - "name"
6018   - "tags"
6019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6020   x-axis: "X = CNFs per Service Chain"
6021   y-axis: "Y = Number of Service Chains"
6022   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6023   layout:
6024     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6025     layout: "plot-service-density"
6026
6027 -
6028   type: "plot"
6029   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6030   algorithm: "plot_service_density_heatmap"
6031   output-file-type: ".html"
6032   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
6033   data: "plot-vpp-nfv-2n-skx"
6034   filter: "'NIC_Intel-X710' and
6035            'NF_DENSITY' and
6036            'DOCKER' and
6037            'CHAIN' and
6038            'IMIX' and
6039            '4T2C' and
6040            'NDRPDR'"
6041   parameters:
6042   - "throughput"
6043   - "name"
6044   - "tags"
6045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6046   x-axis: "X = CNFs per Service Chain"
6047   y-axis: "Y = Number of Service Chains"
6048   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6049   layout:
6050     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6051     layout: "plot-service-density"
6052
6053 ################################################################################
6054 # Plots - NF Density - CSP
6055
6056 -
6057   type: "plot"
6058   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6059   algorithm: "plot_service_density_heatmap"
6060   output-file-type: ".html"
6061   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
6062   data: "plot-vpp-nfv-2n-skx-mrr"
6063   filter: "'NIC_Intel-X710' and
6064            'NF_DENSITY' and
6065            'DOCKER' and
6066            'PIPELINE' and
6067            '64B' and
6068            '2T1C' and
6069            'MRR'"
6070   parameters:
6071   - "result"
6072   - "name"
6073   - "tags"
6074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6075   x-axis: "X = CNFs per Service Pipeline"
6076   y-axis: "Y = Number of Service Pipelines"
6077   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6078   layout:
6079     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6080     layout: "plot-service-density"
6081
6082 -
6083   type: "plot"
6084   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6085   algorithm: "plot_service_density_heatmap"
6086   output-file-type: ".html"
6087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
6088   data: "plot-vpp-nfv-2n-skx-mrr"
6089   filter: "'NIC_Intel-X710' and
6090            'NF_DENSITY' and
6091            'DOCKER' and
6092            'PIPELINE' and
6093            '64B' and
6094            '4T2C' and
6095            'MRR'"
6096   parameters:
6097   - "result"
6098   - "name"
6099   - "tags"
6100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6101   x-axis: "X = CNFs per Service Pipeline"
6102   y-axis: "Y = Number of Service Pipelines"
6103   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6104   layout:
6105     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6106     layout: "plot-service-density"
6107
6108 -
6109   type: "plot"
6110   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6111   algorithm: "plot_service_density_heatmap"
6112   output-file-type: ".html"
6113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
6114   data: "plot-vpp-nfv-2n-skx-mrr"
6115   filter: "'NIC_Intel-X710' and
6116            'NF_DENSITY' and
6117            'DOCKER' and
6118            'PIPELINE' and
6119            'IMIX' and
6120            '2T1C' and
6121            'MRR'"
6122   parameters:
6123   - "result"
6124   - "name"
6125   - "tags"
6126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6127   x-axis: "X = CNFs per Service Pipeline"
6128   y-axis: "Y = Number of Service Pipelines"
6129   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6130   layout:
6131     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6132     layout: "plot-service-density"
6133
6134 -
6135   type: "plot"
6136   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6137   algorithm: "plot_service_density_heatmap"
6138   output-file-type: ".html"
6139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
6140   data: "plot-vpp-nfv-2n-skx-mrr"
6141   filter: "'NIC_Intel-X710' and
6142            'NF_DENSITY' and
6143            'DOCKER' and
6144            'PIPELINE' and
6145            'IMIX' and
6146            '4T2C' and
6147            'MRR'"
6148   parameters:
6149   - "result"
6150   - "name"
6151   - "tags"
6152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6153   x-axis: "X = CNFs per Service Pipeline"
6154   y-axis: "Y = Number of Service Pipelines"
6155   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6156   layout:
6157     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6158     layout: "plot-service-density"
6159
6160 -
6161   type: "plot"
6162   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6163   algorithm: "plot_service_density_heatmap"
6164   output-file-type: ".html"
6165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6166   data: "plot-vpp-nfv-2n-skx"
6167   filter: "'NIC_Intel-X710' and
6168            'NF_DENSITY' and
6169            'DOCKER' and
6170            'PIPELINE' and
6171            '64B' and
6172            '2T1C' and
6173            'NDRPDR'"
6174   parameters:
6175   - "throughput"
6176   - "name"
6177   - "tags"
6178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6179   x-axis: "X = CNFs per Service Pipeline"
6180   y-axis: "Y = Number of Service Pipelines"
6181   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6182   layout:
6183     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6184     layout: "plot-service-density"
6185
6186 -
6187   type: "plot"
6188   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6189   algorithm: "plot_service_density_heatmap"
6190   output-file-type: ".html"
6191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6192   data: "plot-vpp-nfv-2n-skx"
6193   filter: "'NIC_Intel-X710' and
6194            'NF_DENSITY' and
6195            'DOCKER' and
6196            'PIPELINE' and
6197            '64B' and
6198            '4T2C' and
6199            'NDRPDR'"
6200   parameters:
6201   - "throughput"
6202   - "name"
6203   - "tags"
6204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6205   x-axis: "X = CNFs per Service Pipeline"
6206   y-axis: "Y = Number of Service Pipelines"
6207   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6208   layout:
6209     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6210     layout: "plot-service-density"
6211
6212 -
6213   type: "plot"
6214   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6215   algorithm: "plot_service_density_heatmap"
6216   output-file-type: ".html"
6217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6218   data: "plot-vpp-nfv-2n-skx"
6219   filter: "'NIC_Intel-X710' and
6220            'NF_DENSITY' and
6221            'DOCKER' and
6222            'PIPELINE' and
6223            'IMIX' and
6224            '2T1C' and
6225            'NDRPDR'"
6226   parameters:
6227   - "throughput"
6228   - "name"
6229   - "tags"
6230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6231   x-axis: "X = CNFs per Service Pipeline"
6232   y-axis: "Y = Number of Service Pipelines"
6233   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6234   layout:
6235     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6236     layout: "plot-service-density"
6237
6238 -
6239   type: "plot"
6240   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6241   algorithm: "plot_service_density_heatmap"
6242   output-file-type: ".html"
6243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6244   data: "plot-vpp-nfv-2n-skx"
6245   filter: "'NIC_Intel-X710' and
6246            'NF_DENSITY' and
6247            'DOCKER' and
6248            'PIPELINE' and
6249            'IMIX' and
6250            '4T2C' and
6251            'NDRPDR'"
6252   parameters:
6253   - "throughput"
6254   - "name"
6255   - "tags"
6256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6257   x-axis: "X = CNFs per Service Pipeline"
6258   y-axis: "Y = Number of Service Pipelines"
6259   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6260   layout:
6261     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6262     layout: "plot-service-density"
6263
6264 -
6265   type: "plot"
6266   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6267   algorithm: "plot_service_density_heatmap"
6268   output-file-type: ".html"
6269   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6270   data: "plot-vpp-nfv-2n-skx"
6271   filter: "'NIC_Intel-X710' and
6272            'NF_DENSITY' and
6273            'DOCKER' and
6274            'PIPELINE' and
6275            '64B' and
6276            '2T1C' and
6277            'NDRPDR'"
6278   parameters:
6279   - "throughput"
6280   - "name"
6281   - "tags"
6282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6283   x-axis: "X = CNFs per Service Pipeline"
6284   y-axis: "Y = Number of Service Pipelines"
6285   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6286   layout:
6287     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6288     layout: "plot-service-density"
6289
6290 -
6291   type: "plot"
6292   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6293   algorithm: "plot_service_density_heatmap"
6294   output-file-type: ".html"
6295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6296   data: "plot-vpp-nfv-2n-skx"
6297   filter: "'NIC_Intel-X710' and
6298            'NF_DENSITY' and
6299            'DOCKER' and
6300            'PIPELINE' and
6301            '64B' and
6302            '4T2C' and
6303            'NDRPDR'"
6304   parameters:
6305   - "throughput"
6306   - "name"
6307   - "tags"
6308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6309   x-axis: "X = CNFs per Service Pipeline"
6310   y-axis: "Y = Number of Service Pipelines"
6311   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6312   layout:
6313     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6314     layout: "plot-service-density"
6315
6316 -
6317   type: "plot"
6318   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6319   algorithm: "plot_service_density_heatmap"
6320   output-file-type: ".html"
6321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6322   data: "plot-vpp-nfv-2n-skx"
6323   filter: "'NIC_Intel-X710' and
6324            'NF_DENSITY' and
6325            'DOCKER' and
6326            'PIPELINE' and
6327            'IMIX' and
6328            '2T1C' and
6329            'NDRPDR'"
6330   parameters:
6331   - "throughput"
6332   - "name"
6333   - "tags"
6334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6335   x-axis: "X = CNFs per Service Pipeline"
6336   y-axis: "Y = Number of Service Pipelines"
6337   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6338   layout:
6339     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6340     layout: "plot-service-density"
6341
6342 -
6343   type: "plot"
6344   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6345   algorithm: "plot_service_density_heatmap"
6346   output-file-type: ".html"
6347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6348   data: "plot-vpp-nfv-2n-skx"
6349   filter: "'NIC_Intel-X710' and
6350            'NF_DENSITY' and
6351            'DOCKER' and
6352            'PIPELINE' and
6353            'IMIX' and
6354            '4T2C' and
6355            'NDRPDR'"
6356   parameters:
6357   - "throughput"
6358   - "name"
6359   - "tags"
6360   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6361   x-axis: "X = CNFs per Service Pipeline"
6362   y-axis: "Y = Number of Service Pipelines"
6363   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6364   layout:
6365     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6366     layout: "plot-service-density"
6367
6368 ################################################################################
6369 # Plots VPP HTTP Server Performance
6370 -
6371   type: "plot"
6372   title: "VPP HTTP Server Performance"
6373   algorithm: "plot_http_server_performance_box"
6374   output-file-type: ".html"
6375   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6376   data:
6377     "plot-vpp-http-server-performance"
6378   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6379   # each tag is enclosed with ' (apostrophe).
6380   filter: "'HTTP' and 'TCP_CPS'"
6381   parameters:
6382   - "result"
6383   - "name"
6384   traces:
6385     hoverinfo: "x+y"
6386     boxpoints: "outliers"
6387     whiskerwidth: 0
6388   layout:
6389     title: "VPP HTTP Server Performance"
6390     layout:
6391       "plot-cps"
6392
6393 -
6394   type: "plot"
6395   title: "VPP HTTP Server Performance"
6396   algorithm: "plot_http_server_performance_box"
6397   output-file-type: ".html"
6398   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6399   data:
6400     "plot-vpp-http-server-performance"
6401   filter: "'HTTP' and 'TCP_RPS'"
6402   parameters:
6403   - "result"
6404   - "name"
6405   traces:
6406     hoverinfo: "x+y"
6407     boxpoints: "outliers"
6408     whiskerwidth: 0
6409   layout:
6410     title: "VPP HTTP Server Performance"
6411     layout:
6412       "plot-rps"
6413
6414 ################################################################################
6415
6416 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6417 -
6418   type: "plot"
6419   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6420   algorithm: "plot_performance_box"
6421   output-file-type: ".html"
6422   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6423   data: "plot-vpp-throughput-latency-3n-hsw"
6424   filter: "'NIC_Intel-X520-DA2' and
6425            '64B' and
6426            ('BASE' or 'SCALE') and
6427            'NDRPDR' and
6428            'ETH' and
6429            '1T1C' and
6430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6431            not 'VHOST' and
6432            not 'MEMIF'"
6433   parameters:
6434   - "throughput"
6435   - "parent"
6436   - "tags"
6437   sort:
6438   - "L2PATCH"
6439   - "L2XCBASE"
6440   - "BASE"
6441   - "FIB_10K"
6442   - "FIB_100K"
6443   - "FIB_1M"
6444   traces:
6445     hoverinfo: "x+y"
6446     boxpoints: "outliers"
6447     whiskerwidth: 0
6448   layout:
6449     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6450     layout: "plot-throughput"
6451
6452 -
6453   type: "plot"
6454   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6455   algorithm: "plot_performance_box"
6456   output-file-type: ".html"
6457   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6458   data: "plot-vpp-throughput-latency-3n-hsw"
6459   filter: "'NIC_Intel-X520-DA2' and
6460            '64B' and
6461            ('BASE' or 'SCALE') and
6462            'NDRPDR' and
6463            'ETH' and
6464            '1T1C' and
6465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6466            not 'VHOST' and
6467            not 'MEMIF'"
6468   parameters:
6469   - "throughput"
6470   - "parent"
6471   - "tags"
6472   sort:
6473   - "L2PATCH"
6474   - "L2XCBASE"
6475   - "BASE"
6476   - "FIB_10K"
6477   - "FIB_100K"
6478   - "FIB_1M"
6479   traces:
6480     hoverinfo: "x+y"
6481     boxpoints: "outliers"
6482     whiskerwidth: 0
6483   layout:
6484     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6485     layout: "plot-throughput"
6486
6487 -
6488   type: "plot"
6489   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6490   algorithm: "plot_performance_box"
6491   output-file-type: ".html"
6492   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6493   data: "plot-vpp-throughput-latency-3n-hsw"
6494   filter: "'NIC_Intel-X520-DA2' and
6495            '64B' and
6496            ('BASE' or 'SCALE') and
6497            'NDRPDR' and
6498            'ETH' and
6499            '2T2C' and
6500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6501            not 'VHOST' and
6502            not 'MEMIF'"
6503   parameters:
6504   - "throughput"
6505   - "parent"
6506   - "tags"
6507   sort:
6508   - "L2PATCH"
6509   - "L2XCBASE"
6510   - "BASE"
6511   - "FIB_10K"
6512   - "FIB_100K"
6513   - "FIB_1M"
6514   traces:
6515     hoverinfo: "x+y"
6516     boxpoints: "outliers"
6517     whiskerwidth: 0
6518   layout:
6519     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6520     layout: "plot-throughput"
6521
6522 -
6523   type: "plot"
6524   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6525   algorithm: "plot_performance_box"
6526   output-file-type: ".html"
6527   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6528   data: "plot-vpp-throughput-latency-3n-hsw"
6529   filter: "'NIC_Intel-X520-DA2' and
6530            '64B' and
6531            ('BASE' or 'SCALE') and
6532            'NDRPDR' and
6533            'ETH' and
6534            '2T2C' and
6535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6536            not 'VHOST' and
6537            not 'MEMIF'"
6538   parameters:
6539   - "throughput"
6540   - "parent"
6541   - "tags"
6542   sort:
6543   - "L2PATCH"
6544   - "L2XCBASE"
6545   - "BASE"
6546   - "FIB_10K"
6547   - "FIB_100K"
6548   - "FIB_1M"
6549   traces:
6550     hoverinfo: "x+y"
6551     boxpoints: "outliers"
6552     whiskerwidth: 0
6553   layout:
6554     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6555     layout: "plot-throughput"
6556
6557 # Packet Throughput - VPP L2 3n-hsw-x520 features
6558 -
6559   type: "plot"
6560   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6561   algorithm: "plot_performance_box"
6562   output-file-type: ".html"
6563   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6564   data: "plot-vpp-throughput-latency-3n-hsw"
6565   filter: "'NIC_Intel-X520-DA2' and
6566            '64B' and
6567            'NDRPDR' and
6568            '1T1C' and
6569            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6570            not 'ACL' and
6571            not 'VHOST' and
6572            not 'MEMIF'"
6573   parameters:
6574   - "throughput"
6575   - "parent"
6576   - "tags"
6577   sort:
6578   - "L2XCBASE"    # l2xcbase
6579   - "L2BDBASE"    # l2bdbase
6580   - "L2XCFWD"     # dot1q-l2xcbase
6581   - "L2BDMACLRN"  # dot1q-l2bdbase
6582   traces:
6583     hoverinfo: "x+y"
6584     boxpoints: "outliers"
6585     whiskerwidth: 0
6586   layout:
6587     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6588     layout: "plot-throughput"
6589
6590 -
6591   type: "plot"
6592   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6593   algorithm: "plot_performance_box"
6594   output-file-type: ".html"
6595   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6596   data: "plot-vpp-throughput-latency-3n-hsw"
6597   filter: "'NIC_Intel-X520-DA2' and
6598            '64B' and
6599            'NDRPDR' and
6600            '1T1C' and
6601            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6602            not 'ACL' and
6603            not 'VHOST' and
6604            not 'MEMIF'"
6605   parameters:
6606   - "throughput"
6607   - "parent"
6608   - "tags"
6609   sort:
6610   - "L2XCBASE"    # l2xcbase
6611   - "L2BDBASE"    # l2bdbase
6612   - "L2XCFWD"     # dot1q-l2xcbase
6613   - "L2BDMACLRN"  # dot1q-l2bdbase
6614   traces:
6615     hoverinfo: "x+y"
6616     boxpoints: "outliers"
6617     whiskerwidth: 0
6618   layout:
6619     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6620     layout: "plot-throughput"
6621
6622 -
6623   type: "plot"
6624   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6625   algorithm: "plot_performance_box"
6626   output-file-type: ".html"
6627   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6628   data: "plot-vpp-throughput-latency-3n-hsw"
6629   filter: "'NIC_Intel-X520-DA2' and
6630            '64B' and
6631            'NDRPDR' and
6632            '2T2C' and
6633            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6634            not 'ACL' and
6635            not 'VHOST' and
6636            not 'MEMIF'"
6637   parameters:
6638   - "throughput"
6639   - "parent"
6640   - "tags"
6641   sort:
6642   - "L2XCBASE"    # l2xcbase
6643   - "L2BDBASE"    # l2bdbase
6644   - "L2XCFWD"     # dot1q-l2xcbase
6645   - "L2BDMACLRN"  # dot1q-l2bdbase
6646   traces:
6647     hoverinfo: "x+y"
6648     boxpoints: "outliers"
6649     whiskerwidth: 0
6650   layout:
6651     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6652     layout: "plot-throughput"
6653
6654 -
6655   type: "plot"
6656   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6657   algorithm: "plot_performance_box"
6658   output-file-type: ".html"
6659   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6660   data: "plot-vpp-throughput-latency-3n-hsw"
6661   filter: "'NIC_Intel-X520-DA2' and
6662            '64B' and
6663            'NDRPDR' and
6664            '2T2C' and
6665            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6666            not 'ACL' and
6667            not 'VHOST' and
6668            not 'MEMIF'"
6669   parameters:
6670   - "throughput"
6671   - "parent"
6672   - "tags"
6673   sort:
6674   - "L2XCBASE"    # l2xcbase
6675   - "L2BDBASE"    # l2bdbase
6676   - "L2XCFWD"     # dot1q-l2xcbase
6677   - "L2BDMACLRN"  # dot1q-l2bdbase
6678   traces:
6679     hoverinfo: "x+y"
6680     boxpoints: "outliers"
6681     whiskerwidth: 0
6682   layout:
6683     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6684     layout: "plot-throughput"
6685
6686 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6687 -
6688   type: "plot"
6689   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6690   algorithm: "plot_performance_box"
6691   output-file-type: ".html"
6692   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6693   data: "plot-vpp-throughput-latency-3n-hsw"
6694   filter: "'NIC_Intel-X710' and
6695            '64B' and
6696            ('BASE' or 'SCALE') and
6697            'NDRPDR' and
6698            'ETH' and
6699            '1T1C' and
6700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6701            not 'VHOST' and
6702            not 'MEMIF'"
6703   parameters:
6704   - "throughput"
6705   - "parent"
6706   - "tags"
6707   sort:
6708   - "L2XCFWD"
6709   - "L2PATCH"
6710   - "L2BDMACLRN"
6711   - "FIB_10K"
6712   - "FIB_100K"
6713   - "FIB_1M"
6714   traces:
6715     hoverinfo: "x+y"
6716     boxpoints: "outliers"
6717     whiskerwidth: 0
6718   layout:
6719     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6720     layout: "plot-throughput"
6721
6722 -
6723   type: "plot"
6724   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6725   algorithm: "plot_performance_box"
6726   output-file-type: ".html"
6727   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6728   data: "plot-vpp-throughput-latency-3n-hsw"
6729   filter: "'NIC_Intel-X710' and
6730            '64B' and
6731            ('BASE' or 'SCALE') and
6732            'NDRPDR' and
6733            'ETH' and
6734            '1T1C' and
6735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6736            not 'VHOST' and
6737            not 'MEMIF'"
6738   parameters:
6739   - "throughput"
6740   - "parent"
6741   - "tags"
6742   sort:
6743   - "L2XCFWD"
6744   - "L2PATCH"
6745   - "L2BDMACLRN"
6746   - "FIB_10K"
6747   - "FIB_100K"
6748   - "FIB_1M"
6749   traces:
6750     hoverinfo: "x+y"
6751     boxpoints: "outliers"
6752     whiskerwidth: 0
6753   layout:
6754     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6755     layout: "plot-throughput"
6756
6757 -
6758   type: "plot"
6759   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6760   algorithm: "plot_performance_box"
6761   output-file-type: ".html"
6762   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6763   data: "plot-vpp-throughput-latency-3n-hsw"
6764   filter: "'NIC_Intel-X710' and
6765            '64B' and
6766            ('BASE' or 'SCALE') and
6767            'NDRPDR' and
6768            'ETH' and
6769            '2T2C' and
6770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6771            not 'VHOST' and
6772            not 'MEMIF'"
6773   parameters:
6774   - "throughput"
6775   - "parent"
6776   - "tags"
6777   sort:
6778   - "L2XCFWD"
6779   - "L2PATCH"
6780   - "L2BDMACLRN"
6781   - "FIB_10K"
6782   - "FIB_100K"
6783   - "FIB_1M"
6784   traces:
6785     hoverinfo: "x+y"
6786     boxpoints: "outliers"
6787     whiskerwidth: 0
6788   layout:
6789     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6790     layout: "plot-throughput"
6791
6792 -
6793   type: "plot"
6794   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6795   algorithm: "plot_performance_box"
6796   output-file-type: ".html"
6797   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6798   data: "plot-vpp-throughput-latency-3n-hsw"
6799   filter: "'NIC_Intel-X710' and
6800            '64B' and
6801            ('BASE' or 'SCALE') and
6802            'NDRPDR' and
6803            'ETH' and
6804            '2T2C' and
6805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6806            not 'VHOST' and
6807            not 'MEMIF'"
6808   parameters:
6809   - "throughput"
6810   - "parent"
6811   - "tags"
6812   sort:
6813   - "L2XCFWD"
6814   - "L2PATCH"
6815   - "L2BDMACLRN"
6816   - "FIB_10K"
6817   - "FIB_100K"
6818   - "FIB_1M"
6819   traces:
6820     hoverinfo: "x+y"
6821     boxpoints: "outliers"
6822     whiskerwidth: 0
6823   layout:
6824     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6825     layout: "plot-throughput"
6826
6827 # Packet Throughput - VPP L2 3n-hsw-x710 features
6828 -
6829   type: "plot"
6830   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6831   algorithm: "plot_performance_box"
6832   output-file-type: ".html"
6833   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6834   data: "plot-vpp-throughput-latency-3n-hsw"
6835   filter: "'NIC_Intel-X710' and
6836            '64B' and
6837            'NDRPDR' and
6838            '1T1C' and
6839            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6840            not 'ACL' and
6841            not 'VHOST' and
6842            not 'MEMIF'"
6843   parameters:
6844   - "throughput"
6845   - "parent"
6846   - "tags"
6847   sort:
6848   - "L2XCBASE"    # l2xcbase
6849   - "L2BDBASE"    # l2bdbase
6850   - "L2XCFWD"     # dot1q-l2xcbase
6851   - "L2BDMACLRN"  # dot1q-l2bdbase
6852   traces:
6853     hoverinfo: "x+y"
6854     boxpoints: "outliers"
6855     whiskerwidth: 0
6856   layout:
6857     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6858     layout: "plot-throughput"
6859
6860 -
6861   type: "plot"
6862   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6863   algorithm: "plot_performance_box"
6864   output-file-type: ".html"
6865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6866   data: "plot-vpp-throughput-latency-3n-hsw"
6867   filter: "'NIC_Intel-X710' and
6868            '64B' and
6869            'NDRPDR' and
6870            '1T1C' and
6871            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6872            not 'ACL' and
6873            not 'VHOST' and
6874            not 'MEMIF'"
6875   parameters:
6876   - "throughput"
6877   - "parent"
6878   - "tags"
6879   sort:
6880   - "L2XCBASE"    # l2xcbase
6881   - "L2BDBASE"    # l2bdbase
6882   - "L2XCFWD"     # dot1q-l2xcbase
6883   - "L2BDMACLRN"  # dot1q-l2bdbase
6884   traces:
6885     hoverinfo: "x+y"
6886     boxpoints: "outliers"
6887     whiskerwidth: 0
6888   layout:
6889     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6890     layout: "plot-throughput"
6891
6892 -
6893   type: "plot"
6894   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6895   algorithm: "plot_performance_box"
6896   output-file-type: ".html"
6897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6898   data: "plot-vpp-throughput-latency-3n-hsw"
6899   filter: "'NIC_Intel-X710' and
6900            '64B' and
6901            'NDRPDR' and
6902            '2T2C' and
6903            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6904            not 'ACL' and
6905            not 'VHOST' and
6906            not 'MEMIF'"
6907   parameters:
6908   - "throughput"
6909   - "parent"
6910   - "tags"
6911   sort:
6912   - "L2XCBASE"    # l2xcbase
6913   - "L2BDBASE"    # l2bdbase
6914   - "L2XCFWD"     # dot1q-l2xcbase
6915   - "L2BDMACLRN"  # dot1q-l2bdbase
6916   traces:
6917     hoverinfo: "x+y"
6918     boxpoints: "outliers"
6919     whiskerwidth: 0
6920   layout:
6921     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6922     layout: "plot-throughput"
6923
6924 -
6925   type: "plot"
6926   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6927   algorithm: "plot_performance_box"
6928   output-file-type: ".html"
6929   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6930   data: "plot-vpp-throughput-latency-3n-hsw"
6931   filter: "'NIC_Intel-X710' and
6932            '64B' and
6933            'NDRPDR' and
6934            '2T2C' and
6935            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6936            not 'ACL' and
6937            not 'VHOST' and
6938            not 'MEMIF'"
6939   parameters:
6940   - "throughput"
6941   - "parent"
6942   - "tags"
6943   sort:
6944   - "L2XCBASE"    # l2xcbase
6945   - "L2BDBASE"    # l2bdbase
6946   - "L2XCFWD"     # dot1q-l2xcbase
6947   - "L2BDMACLRN"  # dot1q-l2bdbase
6948   traces:
6949     hoverinfo: "x+y"
6950     boxpoints: "outliers"
6951     whiskerwidth: 0
6952   layout:
6953     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6954     layout: "plot-throughput"
6955
6956 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6957 -
6958   type: "plot"
6959   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6960   algorithm: "plot_performance_box"
6961   output-file-type: ".html"
6962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6963   data: "plot-vpp-throughput-latency-3n-hsw"
6964   filter: "'NIC_Intel-XL710' and
6965            '64B' and
6966            ('BASE' or 'SCALE') and
6967            'NDRPDR' and
6968            'ETH' and
6969            '1T1C' and
6970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6971            not 'VHOST' and
6972            not 'MEMIF'"
6973   parameters:
6974   - "throughput"
6975   - "parent"
6976   - "tags"
6977   sort:
6978   - "L2PATCH"
6979   - "L2XCBASE"
6980   - "BASE"
6981   - "FIB_10K"
6982   - "FIB_100K"
6983   - "FIB_1M"
6984   traces:
6985     hoverinfo: "x+y"
6986     boxpoints: "outliers"
6987     whiskerwidth: 0
6988   layout:
6989     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6990     layout: "plot-throughput"
6991
6992 -
6993   type: "plot"
6994   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6995   algorithm: "plot_performance_box"
6996   output-file-type: ".html"
6997   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6998   data: "plot-vpp-throughput-latency-3n-hsw"
6999   filter: "'NIC_Intel-XL710' and
7000            '64B' and
7001            ('BASE' or 'SCALE') and
7002            'NDRPDR' and
7003            'ETH' and
7004            '1T1C' and
7005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7006            not 'VHOST' and
7007            not 'MEMIF'"
7008   parameters:
7009   - "throughput"
7010   - "parent"
7011   - "tags"
7012   sort:
7013   - "L2PATCH"
7014   - "L2XCBASE"
7015   - "BASE"
7016   - "FIB_10K"
7017   - "FIB_100K"
7018   - "FIB_1M"
7019   traces:
7020     hoverinfo: "x+y"
7021     boxpoints: "outliers"
7022     whiskerwidth: 0
7023   layout:
7024     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7025     layout: "plot-throughput"
7026
7027 -
7028   type: "plot"
7029   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7030   algorithm: "plot_performance_box"
7031   output-file-type: ".html"
7032   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7033   data: "plot-vpp-throughput-latency-3n-hsw"
7034   filter: "'NIC_Intel-XL710' and
7035            '64B' and
7036            ('BASE' or 'SCALE') and
7037            'NDRPDR' and
7038            'ETH' and
7039            '2T2C' and
7040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7041            not 'VHOST' and
7042            not 'MEMIF'"
7043   parameters:
7044   - "throughput"
7045   - "parent"
7046   - "tags"
7047   sort:
7048   - "L2PATCH"
7049   - "L2XCBASE"
7050   - "BASE"
7051   - "FIB_10K"
7052   - "FIB_100K"
7053   - "FIB_1M"
7054   traces:
7055     hoverinfo: "x+y"
7056     boxpoints: "outliers"
7057     whiskerwidth: 0
7058   layout:
7059     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7060     layout: "plot-throughput"
7061
7062 -
7063   type: "plot"
7064   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7065   algorithm: "plot_performance_box"
7066   output-file-type: ".html"
7067   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7068   data: "plot-vpp-throughput-latency-3n-hsw"
7069   filter: "'NIC_Intel-XL710' and
7070            '64B' and
7071            ('BASE' or 'SCALE') and
7072            'NDRPDR' and
7073            'ETH' and
7074            '2T2C' and
7075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7076            not 'VHOST' and
7077            not 'MEMIF'"
7078   parameters:
7079   - "throughput"
7080   - "parent"
7081   - "tags"
7082   sort:
7083   - "L2PATCH"
7084   - "L2XCBASE"
7085   - "BASE"
7086   - "FIB_10K"
7087   - "FIB_100K"
7088   - "FIB_1M"
7089   traces:
7090     hoverinfo: "x+y"
7091     boxpoints: "outliers"
7092     whiskerwidth: 0
7093   layout:
7094     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7095     layout: "plot-throughput"
7096
7097 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7098 -
7099   type: "plot"
7100   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7101   algorithm: "plot_performance_box"
7102   output-file-type: ".html"
7103   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7104   data: "plot-vpp-throughput-latency-3n-skx"
7105   filter: "'NIC_Intel-X710' and
7106            '64B' and
7107            ('BASE' or 'SCALE') and
7108            'NDRPDR' and
7109            'ETH' and
7110            '2T1C' and
7111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7112            not 'VHOST' and
7113            not 'MEMIF' and
7114            not 'DRV_AVF'"
7115   parameters:
7116   - "throughput"
7117   - "parent"
7118   - "tags"
7119   sort:
7120   - "L2PATCH"
7121   - "L2XCBASE"
7122   - "BASE"
7123   - "FIB_10K"
7124   - "FIB_100K"
7125   - "FIB_1M"
7126   traces:
7127     hoverinfo: "x+y"
7128     boxpoints: "outliers"
7129     whiskerwidth: 0
7130   layout:
7131     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7132     layout: "plot-throughput"
7133
7134 -
7135   type: "plot"
7136   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7137   algorithm: "plot_performance_box"
7138   output-file-type: ".html"
7139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7140   data: "plot-vpp-throughput-latency-3n-skx"
7141   filter: "'NIC_Intel-X710' and
7142            '64B' and
7143            ('BASE' or 'SCALE') and
7144            'NDRPDR' and
7145            'ETH' and
7146            '2T1C' and
7147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7148            not 'VHOST' and
7149            not 'MEMIF' and
7150            not 'DRV_AVF'"
7151   parameters:
7152   - "throughput"
7153   - "parent"
7154   - "tags"
7155   sort:
7156   - "L2PATCH"
7157   - "L2XCBASE"
7158   - "BASE"
7159   - "FIB_10K"
7160   - "FIB_100K"
7161   - "FIB_1M"
7162   traces:
7163     hoverinfo: "x+y"
7164     boxpoints: "outliers"
7165     whiskerwidth: 0
7166   layout:
7167     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7168     layout: "plot-throughput"
7169
7170 -
7171   type: "plot"
7172   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7173   algorithm: "plot_performance_box"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7176   data: "plot-vpp-throughput-latency-3n-skx"
7177   filter: "'NIC_Intel-X710' and
7178            '64B' and
7179            ('BASE' or 'SCALE') and
7180            'NDRPDR' and
7181            'ETH' and
7182            '4T2C' and
7183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7184            not 'VHOST' and
7185            not 'MEMIF' and
7186            not 'DRV_AVF'"
7187   parameters:
7188   - "throughput"
7189   - "parent"
7190   - "tags"
7191   sort:
7192   - "L2PATCH"
7193   - "L2XCBASE"
7194   - "BASE"
7195   - "FIB_10K"
7196   - "FIB_100K"
7197   - "FIB_1M"
7198   traces:
7199     hoverinfo: "x+y"
7200     boxpoints: "outliers"
7201     whiskerwidth: 0
7202   layout:
7203     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7204     layout: "plot-throughput"
7205
7206 -
7207   type: "plot"
7208   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7209   algorithm: "plot_performance_box"
7210   output-file-type: ".html"
7211   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7212   data: "plot-vpp-throughput-latency-3n-skx"
7213   filter: "'NIC_Intel-X710' and
7214            '64B' and
7215            ('BASE' or 'SCALE') and
7216            'NDRPDR' and
7217            'ETH' and
7218            '4T2C' and
7219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7220            not 'VHOST' and
7221            not 'MEMIF' and
7222            not 'DRV_AVF'"
7223   parameters:
7224   - "throughput"
7225   - "parent"
7226   - "tags"
7227   sort:
7228   - "L2PATCH"
7229   - "L2XCBASE"
7230   - "BASE"
7231   - "FIB_10K"
7232   - "FIB_100K"
7233   - "FIB_1M"
7234   traces:
7235     hoverinfo: "x+y"
7236     boxpoints: "outliers"
7237     whiskerwidth: 0
7238   layout:
7239     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7240     layout: "plot-throughput"
7241
7242 # Packet Throughput - VPP L2 3n-skx-x710 features
7243 -
7244   type: "plot"
7245   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7246   algorithm: "plot_performance_box"
7247   output-file-type: ".html"
7248   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7249   data: "plot-vpp-throughput-latency-3n-skx"
7250   filter: "'NIC_Intel-X710' and
7251            '64B' and
7252            'NDRPDR' and
7253            '2T1C' and
7254            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7255            not 'ACL' and
7256            not 'VHOST' and
7257            not 'MEMIF'"
7258   parameters:
7259   - "throughput"
7260   - "parent"
7261   - "tags"
7262   sort:
7263   - "L2XCBASE"    # l2xcbase
7264   - "L2BDBASE"    # l2bdbase
7265   - "L2XCFWD"     # dot1q-l2xcbase
7266   - "L2BDMACLRN"  # dot1q-l2bdbase
7267   traces:
7268     hoverinfo: "x+y"
7269     boxpoints: "outliers"
7270     whiskerwidth: 0
7271   layout:
7272     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7273     layout: "plot-throughput"
7274
7275 -
7276   type: "plot"
7277   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7278   algorithm: "plot_performance_box"
7279   output-file-type: ".html"
7280   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7281   data: "plot-vpp-throughput-latency-3n-skx"
7282   filter: "'NIC_Intel-X710' and
7283            '64B' and
7284            'NDRPDR' and
7285            '2T1C' and
7286            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7287            not 'ACL' and
7288            not 'VHOST' and
7289            not 'MEMIF'"
7290   parameters:
7291   - "throughput"
7292   - "parent"
7293   - "tags"
7294   sort:
7295   - "L2XCBASE"    # l2xcbase
7296   - "L2BDBASE"    # l2bdbase
7297   - "L2XCFWD"     # dot1q-l2xcbase
7298   - "L2BDMACLRN"  # dot1q-l2bdbase
7299   traces:
7300     hoverinfo: "x+y"
7301     boxpoints: "outliers"
7302     whiskerwidth: 0
7303   layout:
7304     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7305     layout: "plot-throughput"
7306
7307 -
7308   type: "plot"
7309   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7310   algorithm: "plot_performance_box"
7311   output-file-type: ".html"
7312   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7313   data: "plot-vpp-throughput-latency-3n-skx"
7314   filter: "'NIC_Intel-X710' and
7315            '64B' and
7316            'NDRPDR' and
7317            '4T2C' and
7318            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7319            not 'ACL' and
7320            not 'VHOST' and
7321            not 'MEMIF'"
7322   parameters:
7323   - "throughput"
7324   - "parent"
7325   - "tags"
7326   sort:
7327   - "L2XCBASE"    # l2xcbase
7328   - "L2BDBASE"    # l2bdbase
7329   - "L2XCFWD"     # dot1q-l2xcbase
7330   - "L2BDMACLRN"  # dot1q-l2bdbase
7331   traces:
7332     hoverinfo: "x+y"
7333     boxpoints: "outliers"
7334     whiskerwidth: 0
7335   layout:
7336     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7337     layout: "plot-throughput"
7338
7339 -
7340   type: "plot"
7341   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7342   algorithm: "plot_performance_box"
7343   output-file-type: ".html"
7344   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7345   data: "plot-vpp-throughput-latency-3n-skx"
7346   filter: "'NIC_Intel-X710' and
7347            '64B' and
7348            'NDRPDR' and
7349            '4T2C' and
7350            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7351            not 'ACL' and
7352            not 'VHOST' and
7353            not 'MEMIF'"
7354   parameters:
7355   - "throughput"
7356   - "parent"
7357   - "tags"
7358   sort:
7359   - "L2XCBASE"    # l2xcbase
7360   - "L2BDBASE"    # l2bdbase
7361   - "L2XCFWD"     # dot1q-l2xcbase
7362   - "L2BDMACLRN"  # dot1q-l2bdbase
7363   traces:
7364     hoverinfo: "x+y"
7365     boxpoints: "outliers"
7366     whiskerwidth: 0
7367   layout:
7368     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7369     layout: "plot-throughput"
7370
7371 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
7372 -
7373   type: "plot"
7374   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7375   algorithm: "plot_performance_box"
7376   output-file-type: ".html"
7377   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7378   data: "plot-vpp-throughput-latency-3n-skx"
7379   filter: "'NIC_Intel-XXV710' and
7380            '64B' and
7381            ('BASE' or 'SCALE') and
7382            'NDRPDR' and
7383            'ETH' and
7384            '2T1C' and
7385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7386            not 'VHOST' and
7387            not 'MEMIF' and
7388            not 'DRV_AVF'"
7389   parameters:
7390   - "throughput"
7391   - "parent"
7392   - "tags"
7393   sort:
7394   - "L2PATCH"
7395   - "L2XCBASE"
7396   - "BASE"
7397   - "FIB_10K"
7398   - "FIB_100K"
7399   - "FIB_1M"
7400   traces:
7401     hoverinfo: "x+y"
7402     boxpoints: "outliers"
7403     whiskerwidth: 0
7404   layout:
7405     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7406     layout: "plot-throughput"
7407
7408 -
7409   type: "plot"
7410   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7411   algorithm: "plot_performance_box"
7412   output-file-type: ".html"
7413   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7414   data: "plot-vpp-throughput-latency-3n-skx"
7415   filter: "'NIC_Intel-XXV710' and
7416            '64B' and
7417            ('BASE' or 'SCALE') and
7418            'NDRPDR' and
7419            'ETH' and
7420            '2T1C' and
7421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7422            not 'VHOST' and
7423            not 'MEMIF' and
7424            not 'DRV_AVF'"
7425   parameters:
7426   - "throughput"
7427   - "parent"
7428   - "tags"
7429   sort:
7430   - "L2PATCH"
7431   - "L2XCBASE"
7432   - "BASE"
7433   - "FIB_10K"
7434   - "FIB_100K"
7435   - "FIB_1M"
7436   traces:
7437     hoverinfo: "x+y"
7438     boxpoints: "outliers"
7439     whiskerwidth: 0
7440   layout:
7441     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7442     layout: "plot-throughput"
7443
7444 -
7445   type: "plot"
7446   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7447   algorithm: "plot_performance_box"
7448   output-file-type: ".html"
7449   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7450   data: "plot-vpp-throughput-latency-3n-skx"
7451   filter: "'NIC_Intel-XXV710' and
7452            '64B' and
7453            ('BASE' or 'SCALE') and
7454            'NDRPDR' and
7455            'ETH' and
7456            '4T2C' and
7457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7458            not 'VHOST' and
7459            not 'MEMIF' and
7460            not 'DRV_AVF'"
7461   parameters:
7462   - "throughput"
7463   - "parent"
7464   - "tags"
7465   sort:
7466   - "L2PATCH"
7467   - "L2XCBASE"
7468   - "BASE"
7469   - "FIB_10K"
7470   - "FIB_100K"
7471   - "FIB_1M"
7472   traces:
7473     hoverinfo: "x+y"
7474     boxpoints: "outliers"
7475     whiskerwidth: 0
7476   layout:
7477     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7478     layout: "plot-throughput"
7479
7480 -
7481   type: "plot"
7482   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7483   algorithm: "plot_performance_box"
7484   output-file-type: ".html"
7485   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7486   data: "plot-vpp-throughput-latency-3n-skx"
7487   filter: "'NIC_Intel-XXV710' and
7488            '64B' and
7489            ('BASE' or 'SCALE') and
7490            'NDRPDR' and
7491            'ETH' and
7492            '4T2C' and
7493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7494            not 'VHOST' and
7495            not 'MEMIF' and
7496            not 'DRV_AVF'"
7497   parameters:
7498   - "throughput"
7499   - "parent"
7500   - "tags"
7501   sort:
7502   - "L2PATCH"
7503   - "L2XCBASE"
7504   - "BASE"
7505   - "FIB_10K"
7506   - "FIB_100K"
7507   - "FIB_1M"
7508   traces:
7509     hoverinfo: "x+y"
7510     boxpoints: "outliers"
7511     whiskerwidth: 0
7512   layout:
7513     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7514     layout: "plot-throughput"
7515
7516 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7517 -
7518   type: "plot"
7519   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7520   algorithm: "plot_performance_box"
7521   output-file-type: ".html"
7522   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7523   data: "plot-vpp-throughput-latency-2n-skx"
7524   filter: "'NIC_Intel-X710' and
7525            '64B' and
7526            ('BASE' or 'SCALE') and
7527            'NDRPDR' and
7528            'ETH' and
7529            '2T1C' and
7530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7531            not 'VHOST' and
7532            not 'MEMIF'"
7533   parameters:
7534   - "throughput"
7535   - "parent"
7536   - "tags"
7537   sort:
7538   - "L2PATCH"
7539   - "L2XCBASE"
7540   - "BASE"
7541   - "FIB_10K"
7542   - "FIB_100K"
7543   - "FIB_1M"
7544   traces:
7545     hoverinfo: "x+y"
7546     boxpoints: "outliers"
7547     whiskerwidth: 0
7548   layout:
7549     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7550     layout: "plot-throughput"
7551
7552 -
7553   type: "plot"
7554   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7555   algorithm: "plot_performance_box"
7556   output-file-type: ".html"
7557   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7558   data: "plot-vpp-throughput-latency-2n-skx"
7559   filter: "'NIC_Intel-X710' and
7560            '64B' and
7561            ('BASE' or 'SCALE') and
7562            'NDRPDR' and
7563            'ETH' and
7564            '2T1C' and
7565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7566            not 'VHOST' and
7567            not 'MEMIF'"
7568   parameters:
7569   - "throughput"
7570   - "parent"
7571   - "tags"
7572   sort:
7573   - "L2PATCH"
7574   - "L2XCBASE"
7575   - "BASE"
7576   - "FIB_10K"
7577   - "FIB_100K"
7578   - "FIB_1M"
7579   traces:
7580     hoverinfo: "x+y"
7581     boxpoints: "outliers"
7582     whiskerwidth: 0
7583   layout:
7584     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7585     layout: "plot-throughput"
7586
7587 -
7588   type: "plot"
7589   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7590   algorithm: "plot_performance_box"
7591   output-file-type: ".html"
7592   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7593   data: "plot-vpp-throughput-latency-2n-skx"
7594   filter: "'NIC_Intel-X710' and
7595            '64B' and
7596            ('BASE' or 'SCALE') and
7597            'NDRPDR' and
7598            'ETH' and
7599            '4T2C' and
7600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7601            not 'VHOST' and
7602            not 'MEMIF'"
7603   parameters:
7604   - "throughput"
7605   - "parent"
7606   - "tags"
7607   sort:
7608   - "L2PATCH"
7609   - "L2XCBASE"
7610   - "BASE"
7611   - "FIB_10K"
7612   - "FIB_100K"
7613   - "FIB_1M"
7614   traces:
7615     hoverinfo: "x+y"
7616     boxpoints: "outliers"
7617     whiskerwidth: 0
7618   layout:
7619     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7620     layout: "plot-throughput"
7621
7622 -
7623   type: "plot"
7624   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7625   algorithm: "plot_performance_box"
7626   output-file-type: ".html"
7627   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7628   data: "plot-vpp-throughput-latency-2n-skx"
7629   filter: "'NIC_Intel-X710' and
7630            '64B' and
7631            ('BASE' or 'SCALE') and
7632            'NDRPDR' and
7633            'ETH' and
7634            '4T2C' and
7635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7636            not 'VHOST' and
7637            not 'MEMIF'"
7638   parameters:
7639   - "throughput"
7640   - "parent"
7641   - "tags"
7642   sort:
7643   - "L2PATCH"
7644   - "L2XCBASE"
7645   - "BASE"
7646   - "FIB_10K"
7647   - "FIB_100K"
7648   - "FIB_1M"
7649   traces:
7650     hoverinfo: "x+y"
7651     boxpoints: "outliers"
7652     whiskerwidth: 0
7653   layout:
7654     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7655     layout: "plot-throughput"
7656
7657 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7658 -
7659   type: "plot"
7660   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7661   algorithm: "plot_performance_box"
7662   output-file-type: ".html"
7663   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7664   data: "plot-vpp-throughput-latency-2n-skx"
7665   filter: "'NIC_Intel-XXV710' and
7666            '64B' and
7667            ('BASE' or 'SCALE') and
7668            'NDRPDR' and
7669            'ETH' and
7670            '2T1C' and
7671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7672            not 'VHOST' and
7673            not 'MEMIF'"
7674   parameters:
7675   - "throughput"
7676   - "parent"
7677   - "tags"
7678   sort:
7679   - "L2PATCH"
7680   - "L2XCBASE"
7681   - "BASE"
7682   - "FIB_10K"
7683   - "FIB_100K"
7684   - "FIB_1M"
7685   traces:
7686     hoverinfo: "x+y"
7687     boxpoints: "outliers"
7688     whiskerwidth: 0
7689   layout:
7690     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7691     layout: "plot-throughput"
7692
7693 -
7694   type: "plot"
7695   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7696   algorithm: "plot_performance_box"
7697   output-file-type: ".html"
7698   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7699   data: "plot-vpp-throughput-latency-2n-skx"
7700   filter: "'NIC_Intel-XXV710' and
7701            '64B' and
7702            ('BASE' or 'SCALE') and
7703            'NDRPDR' and
7704            'ETH' and
7705            '2T1C' and
7706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7707            not 'VHOST' and
7708            not 'MEMIF'"
7709   parameters:
7710   - "throughput"
7711   - "parent"
7712   - "tags"
7713   sort:
7714   - "L2PATCH"
7715   - "L2XCBASE"
7716   - "BASE"
7717   - "FIB_10K"
7718   - "FIB_100K"
7719   - "FIB_1M"
7720   traces:
7721     hoverinfo: "x+y"
7722     boxpoints: "outliers"
7723     whiskerwidth: 0
7724   layout:
7725     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7726     layout: "plot-throughput"
7727
7728 -
7729   type: "plot"
7730   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7731   algorithm: "plot_performance_box"
7732   output-file-type: ".html"
7733   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7734   data: "plot-vpp-throughput-latency-2n-skx"
7735   filter: "'NIC_Intel-XXV710' and
7736            '64B' and
7737            ('BASE' or 'SCALE') and
7738            'NDRPDR' and
7739            'ETH' and
7740            '4T2C' and
7741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7742            not 'VHOST' and
7743            not 'MEMIF'"
7744   parameters:
7745   - "throughput"
7746   - "parent"
7747   - "tags"
7748   sort:
7749   - "L2PATCH"
7750   - "L2XCBASE"
7751   - "BASE"
7752   - "FIB_10K"
7753   - "FIB_100K"
7754   - "FIB_1M"
7755   traces:
7756     hoverinfo: "x+y"
7757     boxpoints: "outliers"
7758     whiskerwidth: 0
7759   layout:
7760     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7761     layout: "plot-throughput"
7762
7763 -
7764   type: "plot"
7765   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7766   algorithm: "plot_performance_box"
7767   output-file-type: ".html"
7768   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7769   data: "plot-vpp-throughput-latency-2n-skx"
7770   filter: "'NIC_Intel-XXV710' and
7771            '64B' and
7772            ('BASE' or 'SCALE') and
7773            'NDRPDR' and
7774            'ETH' and
7775            '4T2C' and
7776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7777            not 'VHOST' and
7778            not 'MEMIF'"
7779   parameters:
7780   - "throughput"
7781   - "parent"
7782   - "tags"
7783   sort:
7784   - "L2PATCH"
7785   - "L2XCBASE"
7786   - "BASE"
7787   - "FIB_10K"
7788   - "FIB_100K"
7789   - "FIB_1M"
7790   traces:
7791     hoverinfo: "x+y"
7792     boxpoints: "outliers"
7793     whiskerwidth: 0
7794   layout:
7795     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7796     layout: "plot-throughput"
7797
7798 # Packet Throughput - VPP L2 2n-dnv-x553 base
7799 -
7800   type: "plot"
7801   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7802   algorithm: "plot_performance_box"
7803   output-file-type: ".html"
7804   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7805   data: "intel-dnv-vpp"
7806   filter: "'NIC_Intel-X553' and
7807            '64B' and
7808            'BASE' and
7809            'NDRPDR' and
7810            'ETH' and
7811            '1T1C' and
7812            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7813            not 'VHOST' and
7814            not 'MEMIF'"
7815   parameters:
7816   - "throughput"
7817   - "parent"
7818   - "tags"
7819   sort:
7820   - "L2XCBASE"
7821   - "L2BDMACLRN"
7822   - "L2PATCH"
7823   traces:
7824     hoverinfo: "x+y"
7825     boxpoints: "outliers"
7826     whiskerwidth: 0
7827   layout:
7828     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7829     layout: "plot-throughput"
7830
7831 -
7832   type: "plot"
7833   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7834   algorithm: "plot_performance_box"
7835   output-file-type: ".html"
7836   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7837   data: "intel-dnv-vpp"
7838   filter: "'NIC_Intel-X553' and
7839            '64B' and
7840            ('BASE' or 'SCALE') and
7841            'NDRPDR' and
7842            'ETH' and
7843            '1T1C' and
7844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7845            not 'VHOST' and
7846            not 'MEMIF'"
7847   parameters:
7848   - "throughput"
7849   - "parent"
7850   - "tags"
7851   sort:
7852   - "L2XCBASE"
7853   - "L2BDMACLRN"
7854   - "L2PATCH"
7855   traces:
7856     hoverinfo: "x+y"
7857     boxpoints: "outliers"
7858     whiskerwidth: 0
7859   layout:
7860     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7861     layout: "plot-throughput"
7862
7863 -
7864   type: "plot"
7865   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7866   algorithm: "plot_performance_box"
7867   output-file-type: ".html"
7868   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7869   data: "intel-dnv-vpp"
7870   filter: "'NIC_Intel-X553' and
7871            '64B' and
7872            ('BASE' or 'SCALE') and
7873            'NDRPDR' and
7874            'ETH' and
7875            '2T2C' and
7876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7877            not 'VHOST' and
7878            not 'MEMIF'"
7879   parameters:
7880   - "throughput"
7881   - "parent"
7882   - "tags"
7883   sort:
7884   - "L2XCBASE"
7885   - "L2BDMACLRN"
7886   - "L2PATCH"
7887   traces:
7888     hoverinfo: "x+y"
7889     boxpoints: "outliers"
7890     whiskerwidth: 0
7891   layout:
7892     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7893     layout: "plot-throughput"
7894
7895 -
7896   type: "plot"
7897   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7898   algorithm: "plot_performance_box"
7899   output-file-type: ".html"
7900   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7901   data: "intel-dnv-vpp"
7902   filter: "'NIC_Intel-X553' and
7903            '64B' and
7904            ('BASE' or 'SCALE') and
7905            'NDRPDR' and
7906            'ETH' and
7907            '2T2C' and
7908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7909            not 'VHOST' and
7910            not 'MEMIF'"
7911   parameters:
7912   - "throughput"
7913   - "parent"
7914   - "tags"
7915   sort:
7916   - "L2XCBASE"
7917   - "L2BDMACLRN"
7918   - "L2PATCH"
7919   traces:
7920     hoverinfo: "x+y"
7921     boxpoints: "outliers"
7922     whiskerwidth: 0
7923   layout:
7924     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7925     layout: "plot-throughput"
7926
7927 ################################################################################
7928
7929 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7930 -
7931   type: "plot"
7932   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7933   algorithm: "plot_performance_box"
7934   output-file-type: ".html"
7935   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7936   data: "plot-vpp-throughput-latency-3n-hsw"
7937   filter: "'NIC_Intel-X520-DA2' and
7938            '64B' and
7939            ('BASE' or 'SCALE') and
7940            'NDRPDR' and
7941            '1T1C' and
7942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7943            not 'VHOST' and
7944            'MEMIF'"
7945   parameters:
7946   - "throughput"
7947   - "parent"
7948   - "tags"
7949   sort:
7950   - "L2XCFWD"
7951   - "L2XCFWD"
7952   - "L2XCFWD"
7953   - "L2BDMACLRN"
7954   - "L2BDMACLRN"
7955   - "L2BDMACLRN"
7956   traces:
7957     hoverinfo: "x+y"
7958     boxpoints: "outliers"
7959     whiskerwidth: 0
7960   layout:
7961     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7962     layout: "plot-throughput"
7963
7964 -
7965   type: "plot"
7966   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7967   algorithm: "plot_performance_box"
7968   output-file-type: ".html"
7969   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7970   data: "plot-vpp-throughput-latency-3n-hsw"
7971   filter: "'NIC_Intel-X520-DA2' and
7972            '64B' and
7973            ('BASE' or 'SCALE') and
7974            'NDRPDR' and
7975            '1T1C' and
7976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7977            not 'VHOST' and
7978            'MEMIF'"
7979   parameters:
7980   - "throughput"
7981   - "parent"
7982   - "tags"
7983   sort:
7984   - "L2XCFWD"
7985   - "L2XCFWD"
7986   - "L2XCFWD"
7987   - "L2BDMACLRN"
7988   - "L2BDMACLRN"
7989   - "L2BDMACLRN"
7990   traces:
7991     hoverinfo: "x+y"
7992     boxpoints: "outliers"
7993     whiskerwidth: 0
7994   layout:
7995     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7996     layout: "plot-throughput"
7997
7998 -
7999   type: "plot"
8000   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8001   algorithm: "plot_performance_box"
8002   output-file-type: ".html"
8003   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8004   data: "plot-vpp-throughput-latency-3n-hsw"
8005   filter: "'NIC_Intel-X520-DA2' and
8006            '64B' and
8007            ('BASE' or 'SCALE') and
8008            'NDRPDR' and
8009            '2T2C' and
8010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8011            not 'VHOST' and
8012            'MEMIF'"
8013   parameters:
8014   - "throughput"
8015   - "parent"
8016   - "tags"
8017   sort:
8018   - "L2XCFWD"
8019   - "L2XCFWD"
8020   - "L2XCFWD"
8021   - "L2BDMACLRN"
8022   - "L2BDMACLRN"
8023   - "L2BDMACLRN"
8024   traces:
8025     hoverinfo: "x+y"
8026     boxpoints: "outliers"
8027     whiskerwidth: 0
8028   layout:
8029     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8030     layout: "plot-throughput"
8031
8032 -
8033   type: "plot"
8034   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8035   algorithm: "plot_performance_box"
8036   output-file-type: ".html"
8037   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8038   data: "plot-vpp-throughput-latency-3n-hsw"
8039   filter: "'NIC_Intel-X520-DA2' and
8040            '64B' and
8041            ('BASE' or 'SCALE') and
8042            'NDRPDR' and
8043            '2T2C' and
8044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8045            not 'VHOST' and
8046            'MEMIF'"
8047   parameters:
8048   - "throughput"
8049   - "parent"
8050   - "tags"
8051   sort:
8052   - "L2XCFWD"
8053   - "L2XCFWD"
8054   - "L2XCFWD"
8055   - "L2BDMACLRN"
8056   - "L2BDMACLRN"
8057   - "L2BDMACLRN"
8058   traces:
8059     hoverinfo: "x+y"
8060     boxpoints: "outliers"
8061     whiskerwidth: 0
8062   layout:
8063     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8064     layout: "plot-throughput"
8065
8066 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8067 -
8068   type: "plot"
8069   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8070   algorithm: "plot_performance_box"
8071   output-file-type: ".html"
8072   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8073   data: "plot-vpp-throughput-latency-3n-hsw"
8074   filter: "'NIC_Intel-X710' and
8075            '64B' and
8076            ('BASE' or 'SCALE') and
8077            'NDRPDR' and
8078            '1T1C' and
8079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8080            not 'VHOST' and
8081            'MEMIF'"
8082   parameters:
8083   - "throughput"
8084   - "parent"
8085   - "tags"
8086   sort:
8087   - "L2XCFWD"
8088   - "L2XCFWD"
8089   - "L2XCFWD"
8090   - "L2BDMACLRN"
8091   - "L2BDMACLRN"
8092   - "L2BDMACLRN"
8093   traces:
8094     hoverinfo: "x+y"
8095     boxpoints: "outliers"
8096     whiskerwidth: 0
8097   layout:
8098     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8099     layout: "plot-throughput"
8100
8101 -
8102   type: "plot"
8103   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8104   algorithm: "plot_performance_box"
8105   output-file-type: ".html"
8106   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8107   data: "plot-vpp-throughput-latency-3n-hsw"
8108   filter: "'NIC_Intel-X710' and
8109            '64B' and
8110            ('BASE' or 'SCALE') and
8111            'NDRPDR' and
8112            '1T1C' and
8113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8114            not 'VHOST' and
8115            'MEMIF'"
8116   parameters:
8117   - "throughput"
8118   - "parent"
8119   - "tags"
8120   sort:
8121   - "L2XCFWD"
8122   - "L2XCFWD"
8123   - "L2XCFWD"
8124   - "L2BDMACLRN"
8125   - "L2BDMACLRN"
8126   - "L2BDMACLRN"
8127   traces:
8128     hoverinfo: "x+y"
8129     boxpoints: "outliers"
8130     whiskerwidth: 0
8131   layout:
8132     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8133     layout: "plot-throughput"
8134
8135 -
8136   type: "plot"
8137   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8138   algorithm: "plot_performance_box"
8139   output-file-type: ".html"
8140   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8141   data: "plot-vpp-throughput-latency-3n-hsw"
8142   filter: "'NIC_Intel-X710' and
8143            '64B' and
8144            ('BASE' or 'SCALE') and
8145            'NDRPDR' and
8146            '2T2C' and
8147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8148            not 'VHOST' and
8149            'MEMIF'"
8150   parameters:
8151   - "throughput"
8152   - "parent"
8153   - "tags"
8154   sort:
8155   - "L2XCFWD"
8156   - "L2XCFWD"
8157   - "L2XCFWD"
8158   - "L2BDMACLRN"
8159   - "L2BDMACLRN"
8160   - "L2BDMACLRN"
8161   traces:
8162     hoverinfo: "x+y"
8163     boxpoints: "outliers"
8164     whiskerwidth: 0
8165   layout:
8166     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8167     layout: "plot-throughput"
8168
8169 -
8170   type: "plot"
8171   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8172   algorithm: "plot_performance_box"
8173   output-file-type: ".html"
8174   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8175   data: "plot-vpp-throughput-latency-3n-hsw"
8176   filter: "'NIC_Intel-X710' and
8177            '64B' and
8178            ('BASE' or 'SCALE') and
8179            'NDRPDR' and
8180            '2T2C' and
8181            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8182            not 'VHOST' and
8183            'MEMIF'"
8184   parameters:
8185   - "throughput"
8186   - "parent"
8187   - "tags"
8188   sort:
8189   - "L2XCFWD"
8190   - "L2XCFWD"
8191   - "L2XCFWD"
8192   - "L2BDMACLRN"
8193   - "L2BDMACLRN"
8194   - "L2BDMACLRN"
8195   traces:
8196     hoverinfo: "x+y"
8197     boxpoints: "outliers"
8198     whiskerwidth: 0
8199   layout:
8200     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8201     layout: "plot-throughput"
8202
8203 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8204 -
8205   type: "plot"
8206   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8207   algorithm: "plot_performance_box"
8208   output-file-type: ".html"
8209   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8210   data: "plot-vpp-throughput-latency-3n-hsw"
8211   filter: "'NIC_Intel-XL710' and
8212            '64B' and
8213            ('BASE' or 'SCALE') and
8214            'NDRPDR' and
8215            '1T1C' and
8216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8217            not 'VHOST' and
8218            'MEMIF'"
8219   parameters:
8220   - "throughput"
8221   - "parent"
8222   - "tags"
8223   sort:
8224   - "L2XCFWD"
8225   - "L2XCFWD"
8226   - "L2XCFWD"
8227   - "L2BDMACLRN"
8228   - "L2BDMACLRN"
8229   - "L2BDMACLRN"
8230   traces:
8231     hoverinfo: "x+y"
8232     boxpoints: "outliers"
8233     whiskerwidth: 0
8234   layout:
8235     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8236     layout: "plot-throughput"
8237
8238 -
8239   type: "plot"
8240   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8241   algorithm: "plot_performance_box"
8242   output-file-type: ".html"
8243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8244   data: "plot-vpp-throughput-latency-3n-hsw"
8245   filter: "'NIC_Intel-XL710' and
8246            '64B' and
8247            ('BASE' or 'SCALE') and
8248            'NDRPDR' and
8249            '1T1C' and
8250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8251            not 'VHOST' and
8252            'MEMIF'"
8253   parameters:
8254   - "throughput"
8255   - "parent"
8256   - "tags"
8257   sort:
8258   - "L2XCFWD"
8259   - "L2XCFWD"
8260   - "L2XCFWD"
8261   - "L2BDMACLRN"
8262   - "L2BDMACLRN"
8263   - "L2BDMACLRN"
8264   traces:
8265     hoverinfo: "x+y"
8266     boxpoints: "outliers"
8267     whiskerwidth: 0
8268   layout:
8269     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8270     layout: "plot-throughput"
8271
8272 -
8273   type: "plot"
8274   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8275   algorithm: "plot_performance_box"
8276   output-file-type: ".html"
8277   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8278   data: "plot-vpp-throughput-latency-3n-hsw"
8279   filter: "'NIC_Intel-XL710' and
8280            '64B' and
8281            ('BASE' or 'SCALE') and
8282            'NDRPDR' and
8283            '2T2C' and
8284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8285            not 'VHOST' and
8286            'MEMIF'"
8287   parameters:
8288   - "throughput"
8289   - "parent"
8290   - "tags"
8291   sort:
8292   - "L2XCFWD"
8293   - "L2XCFWD"
8294   - "L2XCFWD"
8295   - "L2BDMACLRN"
8296   - "L2BDMACLRN"
8297   - "L2BDMACLRN"
8298   traces:
8299     hoverinfo: "x+y"
8300     boxpoints: "outliers"
8301     whiskerwidth: 0
8302   layout:
8303     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8304     layout: "plot-throughput"
8305
8306 -
8307   type: "plot"
8308   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8309   algorithm: "plot_performance_box"
8310   output-file-type: ".html"
8311   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8312   data: "plot-vpp-throughput-latency-3n-hsw"
8313   filter: "'NIC_Intel-XL710' and
8314            '64B' and
8315            ('BASE' or 'SCALE') and
8316            'NDRPDR' and
8317            '2T2C' and
8318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8319            not 'VHOST' and
8320            'MEMIF'"
8321   parameters:
8322   - "throughput"
8323   - "parent"
8324   - "tags"
8325   sort:
8326   - "L2XCFWD"
8327   - "L2XCFWD"
8328   - "L2XCFWD"
8329   - "L2BDMACLRN"
8330   - "L2BDMACLRN"
8331   - "L2BDMACLRN"
8332   traces:
8333     hoverinfo: "x+y"
8334     boxpoints: "outliers"
8335     whiskerwidth: 0
8336   layout:
8337     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8338     layout: "plot-throughput"
8339
8340 # Packet Throughput - VPP Container Memif 3n-skx-x710
8341 -
8342   type: "plot"
8343   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8344   algorithm: "plot_performance_box"
8345   output-file-type: ".html"
8346   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8347   data: "plot-vpp-throughput-latency-3n-skx"
8348   filter: "'NIC_Intel-X710' and
8349            '64B' and
8350            ('BASE' or 'SCALE') and
8351            'NDRPDR' and
8352            '2T1C' and
8353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8354            not 'VHOST' and
8355            'MEMIF'"
8356   parameters:
8357   - "throughput"
8358   - "parent"
8359   - "tags"
8360   sort:
8361   - "L2XCFWD"
8362   - "L2XCFWD"
8363   - "L2XCFWD"
8364   - "L2BDMACLRN"
8365   - "L2BDMACLRN"
8366   - "L2BDMACLRN"
8367   traces:
8368     hoverinfo: "x+y"
8369     boxpoints: "outliers"
8370     whiskerwidth: 0
8371   layout:
8372     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8373     layout: "plot-throughput"
8374
8375 -
8376   type: "plot"
8377   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8378   algorithm: "plot_performance_box"
8379   output-file-type: ".html"
8380   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8381   data: "plot-vpp-throughput-latency-3n-skx"
8382   filter: "'NIC_Intel-X710' and
8383            '64B' and
8384            ('BASE' or 'SCALE') and
8385            'NDRPDR' and
8386            '2T1C' and
8387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8388            not 'VHOST' and
8389            'MEMIF'"
8390   parameters:
8391   - "throughput"
8392   - "parent"
8393   - "tags"
8394   sort:
8395   - "L2XCFWD"
8396   - "L2XCFWD"
8397   - "L2XCFWD"
8398   - "L2BDMACLRN"
8399   - "L2BDMACLRN"
8400   - "L2BDMACLRN"
8401   traces:
8402     hoverinfo: "x+y"
8403     boxpoints: "outliers"
8404     whiskerwidth: 0
8405   layout:
8406     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8407     layout: "plot-throughput"
8408
8409 -
8410   type: "plot"
8411   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8412   algorithm: "plot_performance_box"
8413   output-file-type: ".html"
8414   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8415   data: "plot-vpp-throughput-latency-3n-skx"
8416   filter: "'NIC_Intel-X710' and
8417            '64B' and
8418            ('BASE' or 'SCALE') and
8419            'NDRPDR' and
8420            '4T2C' and
8421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8422            not 'VHOST' and
8423            'MEMIF'"
8424   parameters:
8425   - "throughput"
8426   - "parent"
8427   - "tags"
8428   sort:
8429   - "L2XCFWD"
8430   - "L2XCFWD"
8431   - "L2XCFWD"
8432   - "L2BDMACLRN"
8433   - "L2BDMACLRN"
8434   - "L2BDMACLRN"
8435   traces:
8436     hoverinfo: "x+y"
8437     boxpoints: "outliers"
8438     whiskerwidth: 0
8439   layout:
8440     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8441     layout: "plot-throughput"
8442
8443 -
8444   type: "plot"
8445   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8446   algorithm: "plot_performance_box"
8447   output-file-type: ".html"
8448   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8449   data: "plot-vpp-throughput-latency-3n-skx"
8450   filter: "'NIC_Intel-X710' and
8451            '64B' and
8452            ('BASE' or 'SCALE') and
8453            'NDRPDR' and
8454            '4T2C' and
8455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8456            not 'VHOST' and
8457            'MEMIF'"
8458   parameters:
8459   - "throughput"
8460   - "parent"
8461   - "tags"
8462   sort:
8463   - "L2XCFWD"
8464   - "L2XCFWD"
8465   - "L2XCFWD"
8466   - "L2BDMACLRN"
8467   - "L2BDMACLRN"
8468   - "L2BDMACLRN"
8469   traces:
8470     hoverinfo: "x+y"
8471     boxpoints: "outliers"
8472     whiskerwidth: 0
8473   layout:
8474     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8475     layout: "plot-throughput"
8476
8477 # Packet Throughput - VPP Container Memif 2n-skx-x710
8478 -
8479   type: "plot"
8480   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8481   algorithm: "plot_performance_box"
8482   output-file-type: ".html"
8483   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8484   data: "plot-vpp-throughput-latency-2n-skx"
8485   filter: "'NIC_Intel-X710' and
8486            '64B' and
8487            ('BASE' or 'SCALE') and
8488            'NDRPDR' and
8489            '2T1C' and
8490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8491            not 'VHOST' and
8492            'MEMIF'"
8493   parameters:
8494   - "throughput"
8495   - "parent"
8496   - "tags"
8497   sort:
8498   - "L2XCFWD"
8499   - "L2XCFWD"
8500   - "L2XCFWD"
8501   - "L2BDMACLRN"
8502   - "L2BDMACLRN"
8503   - "L2BDMACLRN"
8504   traces:
8505     hoverinfo: "x+y"
8506     boxpoints: "outliers"
8507     whiskerwidth: 0
8508   layout:
8509     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8510     layout: "plot-throughput"
8511
8512 -
8513   type: "plot"
8514   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8515   algorithm: "plot_performance_box"
8516   output-file-type: ".html"
8517   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8518   data: "plot-vpp-throughput-latency-2n-skx"
8519   filter: "'NIC_Intel-X710' and
8520            '64B' and
8521            ('BASE' or 'SCALE') and
8522            'NDRPDR' and
8523            '2T1C' and
8524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8525            not 'VHOST' and
8526            'MEMIF'"
8527   parameters:
8528   - "throughput"
8529   - "parent"
8530   - "tags"
8531   sort:
8532   - "L2XCFWD"
8533   - "L2XCFWD"
8534   - "L2XCFWD"
8535   - "L2BDMACLRN"
8536   - "L2BDMACLRN"
8537   - "L2BDMACLRN"
8538   traces:
8539     hoverinfo: "x+y"
8540     boxpoints: "outliers"
8541     whiskerwidth: 0
8542   layout:
8543     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8544     layout: "plot-throughput"
8545
8546 -
8547   type: "plot"
8548   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8549   algorithm: "plot_performance_box"
8550   output-file-type: ".html"
8551   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8552   data: "plot-vpp-throughput-latency-2n-skx"
8553   filter: "'NIC_Intel-X710' and
8554            '64B' and
8555            ('BASE' or 'SCALE') and
8556            'NDRPDR' and
8557            '4T2C' and
8558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8559            not 'VHOST' and
8560            'MEMIF'"
8561   parameters:
8562   - "throughput"
8563   - "parent"
8564   - "tags"
8565   sort:
8566   - "L2XCFWD"
8567   - "L2XCFWD"
8568   - "L2XCFWD"
8569   - "L2BDMACLRN"
8570   - "L2BDMACLRN"
8571   - "L2BDMACLRN"
8572   traces:
8573     hoverinfo: "x+y"
8574     boxpoints: "outliers"
8575     whiskerwidth: 0
8576   layout:
8577     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8578     layout: "plot-throughput"
8579
8580 -
8581   type: "plot"
8582   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8583   algorithm: "plot_performance_box"
8584   output-file-type: ".html"
8585   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8586   data: "plot-vpp-throughput-latency-2n-skx"
8587   filter: "'NIC_Intel-X710' and
8588            '64B' and
8589            ('BASE' or 'SCALE') and
8590            'NDRPDR' and
8591            '4T2C' and
8592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8593            not 'VHOST' and
8594            'MEMIF'"
8595   parameters:
8596   - "throughput"
8597   - "parent"
8598   - "tags"
8599   sort:
8600   - "L2XCFWD"
8601   - "L2XCFWD"
8602   - "L2XCFWD"
8603   - "L2BDMACLRN"
8604   - "L2BDMACLRN"
8605   - "L2BDMACLRN"
8606   traces:
8607     hoverinfo: "x+y"
8608     boxpoints: "outliers"
8609     whiskerwidth: 0
8610   layout:
8611     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8612     layout: "plot-throughput"
8613
8614 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8615 -
8616   type: "plot"
8617   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8618   algorithm: "plot_performance_box"
8619   output-file-type: ".html"
8620   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8621   data: "plot-vpp-throughput-latency-2n-skx"
8622   filter: "'NIC_Intel-XXV710' and
8623            '64B' and
8624            ('BASE' or 'SCALE') and
8625            'NDRPDR' and
8626            '2T1C' and
8627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8628            not 'VHOST' and
8629            'MEMIF'"
8630   parameters:
8631   - "throughput"
8632   - "parent"
8633   - "tags"
8634   sort:
8635   - "L2XCFWD"
8636   - "L2XCFWD"
8637   - "L2XCFWD"
8638   - "L2BDMACLRN"
8639   - "L2BDMACLRN"
8640   - "L2BDMACLRN"
8641   traces:
8642     hoverinfo: "x+y"
8643     boxpoints: "outliers"
8644     whiskerwidth: 0
8645   layout:
8646     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8647     layout: "plot-throughput"
8648
8649 -
8650   type: "plot"
8651   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8652   algorithm: "plot_performance_box"
8653   output-file-type: ".html"
8654   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8655   data: "plot-vpp-throughput-latency-2n-skx"
8656   filter: "'NIC_Intel-XXV710' and
8657            '64B' and
8658            ('BASE' or 'SCALE') and
8659            'NDRPDR' and
8660            '2T1C' and
8661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8662            not 'VHOST' and
8663            'MEMIF'"
8664   parameters:
8665   - "throughput"
8666   - "parent"
8667   - "tags"
8668   sort:
8669   - "L2XCFWD"
8670   - "L2XCFWD"
8671   - "L2XCFWD"
8672   - "L2BDMACLRN"
8673   - "L2BDMACLRN"
8674   - "L2BDMACLRN"
8675   traces:
8676     hoverinfo: "x+y"
8677     boxpoints: "outliers"
8678     whiskerwidth: 0
8679   layout:
8680     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8681     layout: "plot-throughput"
8682
8683 -
8684   type: "plot"
8685   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8686   algorithm: "plot_performance_box"
8687   output-file-type: ".html"
8688   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8689   data: "plot-vpp-throughput-latency-2n-skx"
8690   filter: "'NIC_Intel-XXV710' and
8691            '64B' and
8692            ('BASE' or 'SCALE') and
8693            'NDRPDR' and
8694            '4T2C' and
8695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8696            not 'VHOST' and
8697            'MEMIF'"
8698   parameters:
8699   - "throughput"
8700   - "parent"
8701   - "tags"
8702   sort:
8703   - "L2XCFWD"
8704   - "L2XCFWD"
8705   - "L2XCFWD"
8706   - "L2BDMACLRN"
8707   - "L2BDMACLRN"
8708   - "L2BDMACLRN"
8709   traces:
8710     hoverinfo: "x+y"
8711     boxpoints: "outliers"
8712     whiskerwidth: 0
8713   layout:
8714     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8715     layout: "plot-throughput"
8716
8717 -
8718   type: "plot"
8719   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8720   algorithm: "plot_performance_box"
8721   output-file-type: ".html"
8722   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8723   data: "plot-vpp-throughput-latency-2n-skx"
8724   filter: "'NIC_Intel-XXV710' and
8725            '64B' and
8726            ('BASE' or 'SCALE') and
8727            'NDRPDR' and
8728            '4T2C' and
8729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8730            not 'VHOST' and
8731            'MEMIF'"
8732   parameters:
8733   - "throughput"
8734   - "parent"
8735   - "tags"
8736   sort:
8737   - "L2XCFWD"
8738   - "L2XCFWD"
8739   - "L2XCFWD"
8740   - "L2BDMACLRN"
8741   - "L2BDMACLRN"
8742   - "L2BDMACLRN"
8743   traces:
8744     hoverinfo: "x+y"
8745     boxpoints: "outliers"
8746     whiskerwidth: 0
8747   layout:
8748     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8749     layout: "plot-throughput"
8750
8751 ################################################################################
8752
8753 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8754 -
8755   type: "plot"
8756   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8757   algorithm: "plot_performance_box"
8758   output-file-type: ".html"
8759   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8760   data: "plot-ligato-throughput-latency-3n-hsw"
8761   filter: "'NIC_Intel-X520-DA2' and
8762            '64B' and
8763            ('BASE' or 'SCALE') and
8764            'NDRPDR' and
8765            '1T1C' and
8766            'L2XCFWD' and
8767            not 'VHOST' and
8768            'MEMIF'"
8769   parameters:
8770   - "throughput"
8771   - "parent"
8772   - "tags"
8773   sort:
8774   - "1VNF"
8775   - "2VNF"
8776   - "4VNF"
8777   - "2VNF"
8778   - "4VNF"
8779   traces:
8780     hoverinfo: "x+y"
8781     boxpoints: "outliers"
8782     whiskerwidth: 0
8783   layout:
8784     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8785     layout: "plot-throughput"
8786
8787 -
8788   type: "plot"
8789   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8790   algorithm: "plot_performance_box"
8791   output-file-type: ".html"
8792   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8793   data: "plot-ligato-throughput-latency-3n-hsw"
8794   filter: "'NIC_Intel-X520-DA2' and
8795            '64B' and
8796            ('BASE' or 'SCALE') and
8797            'NDRPDR' and
8798            '1T1C' and
8799            'L2XCFWD' and
8800            not 'VHOST' and
8801            'MEMIF'"
8802   parameters:
8803   - "throughput"
8804   - "parent"
8805   - "tags"
8806   sort:
8807   - "1VNF"
8808   - "2VNF"
8809   - "4VNF"
8810   - "2VNF"
8811   - "4VNF"
8812   traces:
8813     hoverinfo: "x+y"
8814     boxpoints: "outliers"
8815     whiskerwidth: 0
8816   layout:
8817     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8818     layout: "plot-throughput"
8819
8820 -
8821   type: "plot"
8822   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8823   algorithm: "plot_performance_box"
8824   output-file-type: ".html"
8825   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8826   data: "plot-ligato-throughput-latency-3n-hsw"
8827   filter: "'NIC_Intel-X520-DA2' and
8828            '64B' and
8829            ('BASE' or 'SCALE') and
8830            'NDRPDR' and
8831            '2T2C' and
8832            'L2XCFWD' and
8833            not 'VHOST' and
8834            'MEMIF'"
8835   parameters:
8836   - "throughput"
8837   - "parent"
8838   - "tags"
8839   sort:
8840   - "1VNF"
8841   - "2VNF"
8842   - "4VNF"
8843   - "2VNF"
8844   - "4VNF"
8845   traces:
8846     hoverinfo: "x+y"
8847     boxpoints: "outliers"
8848     whiskerwidth: 0
8849   layout:
8850     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8851     layout: "plot-throughput"
8852
8853 -
8854   type: "plot"
8855   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8856   algorithm: "plot_performance_box"
8857   output-file-type: ".html"
8858   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8859   data: "plot-ligato-throughput-latency-3n-hsw"
8860   filter: "'NIC_Intel-X520-DA2' and
8861            '64B' and
8862            ('BASE' or 'SCALE') and
8863            'NDRPDR' and
8864            '2T2C' and
8865            'L2XCFWD' and
8866            not 'VHOST' and
8867            'MEMIF'"
8868   parameters:
8869   - "throughput"
8870   - "parent"
8871   - "tags"
8872   sort:
8873   - "1VNF"
8874   - "2VNF"
8875   - "4VNF"
8876   - "2VNF"
8877   - "4VNF"
8878   traces:
8879     hoverinfo: "x+y"
8880     boxpoints: "outliers"
8881     whiskerwidth: 0
8882   layout:
8883     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8884     layout: "plot-throughput"
8885
8886 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8887 -
8888   type: "plot"
8889   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8890   algorithm: "plot_performance_box"
8891   output-file-type: ".html"
8892   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8893   data: "plot-ligato-throughput-latency-3n-hsw"
8894   filter: "'NIC_Intel-X520-DA2' and
8895            '64B' and
8896            ('BASE' or 'SCALE') and
8897            'NDRPDR' and
8898            '1T1C' and
8899            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8900            not 'VHOST' and
8901            'MEMIF'"
8902   parameters:
8903   - "throughput"
8904   - "parent"
8905   - "tags"
8906   sort:
8907   - "1VNF"
8908   - "2VNF"
8909   - "4VNF"
8910   - "2VNF"
8911   - "4VNF"
8912   traces:
8913     hoverinfo: "x+y"
8914     boxpoints: "outliers"
8915     whiskerwidth: 0
8916   layout:
8917     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8918     layout: "plot-throughput"
8919
8920 -
8921   type: "plot"
8922   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8923   algorithm: "plot_performance_box"
8924   output-file-type: ".html"
8925   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8926   data: "plot-ligato-throughput-latency-3n-hsw"
8927   filter: "'NIC_Intel-X520-DA2' and
8928            '64B' and
8929            ('BASE' or 'SCALE') and
8930            'NDRPDR' and
8931            '1T1C' and
8932            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8933            not 'VHOST' and
8934            'MEMIF'"
8935   parameters:
8936   - "throughput"
8937   - "parent"
8938   - "tags"
8939   sort:
8940   - "1VNF"
8941   - "2VNF"
8942   - "4VNF"
8943   - "2VNF"
8944   - "4VNF"
8945   traces:
8946     hoverinfo: "x+y"
8947     boxpoints: "outliers"
8948     whiskerwidth: 0
8949   layout:
8950     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8951     layout: "plot-throughput"
8952
8953 -
8954   type: "plot"
8955   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8956   algorithm: "plot_performance_box"
8957   output-file-type: ".html"
8958   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8959   data: "plot-ligato-throughput-latency-3n-hsw"
8960   filter: "'NIC_Intel-X520-DA2' and
8961            '64B' and
8962            ('BASE' or 'SCALE') and
8963            'NDRPDR' and
8964            '2T2C' and
8965            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8966            not 'VHOST' and
8967            'MEMIF'"
8968   parameters:
8969   - "throughput"
8970   - "parent"
8971   - "tags"
8972   sort:
8973   - "1VNF"
8974   - "2VNF"
8975   - "4VNF"
8976   - "2VNF"
8977   - "4VNF"
8978   traces:
8979     hoverinfo: "x+y"
8980     boxpoints: "outliers"
8981     whiskerwidth: 0
8982   layout:
8983     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8984     layout: "plot-throughput"
8985
8986 -
8987   type: "plot"
8988   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8989   algorithm: "plot_performance_box"
8990   output-file-type: ".html"
8991   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8992   data: "plot-ligato-throughput-latency-3n-hsw"
8993   filter: "'NIC_Intel-X520-DA2' and
8994            '64B' and
8995            ('BASE' or 'SCALE') and
8996            'NDRPDR' and
8997            '2T2C' and
8998            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8999            not 'VHOST' and
9000            'MEMIF'"
9001   parameters:
9002   - "throughput"
9003   - "parent"
9004   - "tags"
9005   sort:
9006   - "1VNF"
9007   - "2VNF"
9008   - "4VNF"
9009   - "2VNF"
9010   - "4VNF"
9011   traces:
9012     hoverinfo: "x+y"
9013     boxpoints: "outliers"
9014     whiskerwidth: 0
9015   layout:
9016     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9017     layout: "plot-throughput"
9018
9019 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9020 -
9021   type: "plot"
9022   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9023   algorithm: "plot_performance_box"
9024   output-file-type: ".html"
9025   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9026   data: "plot-ligato-throughput-latency-3n-hsw"
9027   filter: "'NIC_Intel-X710' and
9028            '64B' and
9029            ('BASE' or 'SCALE') and
9030            'NDRPDR' and
9031            '1T1C' and
9032            'L2XCFWD' and
9033            not 'VHOST' and
9034            'MEMIF'"
9035   parameters:
9036   - "throughput"
9037   - "parent"
9038   - "tags"
9039   sort:
9040   - "1VNF"
9041   - "2VNF"
9042   - "4VNF"
9043   - "2VNF"
9044   - "4VNF"
9045   traces:
9046     hoverinfo: "x+y"
9047     boxpoints: "outliers"
9048     whiskerwidth: 0
9049   layout:
9050     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9051     layout: "plot-throughput"
9052
9053 -
9054   type: "plot"
9055   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9056   algorithm: "plot_performance_box"
9057   output-file-type: ".html"
9058   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9059   data: "plot-ligato-throughput-latency-3n-hsw"
9060   filter: "'NIC_Intel-X710' and
9061            '64B' and
9062            ('BASE' or 'SCALE') and
9063            'NDRPDR' and
9064            '1T1C' and
9065            'L2XCFWD' and
9066            not 'VHOST' and
9067            'MEMIF'"
9068   parameters:
9069   - "throughput"
9070   - "parent"
9071   - "tags"
9072   sort:
9073   - "1VNF"
9074   - "2VNF"
9075   - "4VNF"
9076   - "2VNF"
9077   - "4VNF"
9078   traces:
9079     hoverinfo: "x+y"
9080     boxpoints: "outliers"
9081     whiskerwidth: 0
9082   layout:
9083     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9084     layout: "plot-throughput"
9085
9086 -
9087   type: "plot"
9088   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9089   algorithm: "plot_performance_box"
9090   output-file-type: ".html"
9091   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9092   data: "plot-ligato-throughput-latency-3n-hsw"
9093   filter: "'NIC_Intel-X710' and
9094            '64B' and
9095            ('BASE' or 'SCALE') and
9096            'NDRPDR' and
9097            '2T2C' and
9098            'L2XCFWD' and
9099            not 'VHOST' and
9100            'MEMIF'"
9101   parameters:
9102   - "throughput"
9103   - "parent"
9104   - "tags"
9105   sort:
9106   - "1VNF"
9107   - "2VNF"
9108   - "4VNF"
9109   - "2VNF"
9110   - "4VNF"
9111   traces:
9112     hoverinfo: "x+y"
9113     boxpoints: "outliers"
9114     whiskerwidth: 0
9115   layout:
9116     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9117     layout: "plot-throughput"
9118
9119 -
9120   type: "plot"
9121   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9122   algorithm: "plot_performance_box"
9123   output-file-type: ".html"
9124   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9125   data: "plot-ligato-throughput-latency-3n-hsw"
9126   filter: "'NIC_Intel-X710' and
9127            '64B' and
9128            ('BASE' or 'SCALE') and
9129            'NDRPDR' and
9130            '2T2C' and
9131            'L2XCFWD' and
9132            not 'VHOST' and
9133            'MEMIF'"
9134   parameters:
9135   - "throughput"
9136   - "parent"
9137   - "tags"
9138   sort:
9139   - "1VNF"
9140   - "2VNF"
9141   - "4VNF"
9142   - "2VNF"
9143   - "4VNF"
9144   traces:
9145     hoverinfo: "x+y"
9146     boxpoints: "outliers"
9147     whiskerwidth: 0
9148   layout:
9149     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9150     layout: "plot-throughput"
9151
9152 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9153 -
9154   type: "plot"
9155   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9156   algorithm: "plot_performance_box"
9157   output-file-type: ".html"
9158   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9159   data: "plot-ligato-throughput-latency-3n-hsw"
9160   filter: "'NIC_Intel-X710' and
9161            '64B' and
9162            ('BASE' or 'SCALE') and
9163            'NDRPDR' and
9164            '1T1C' and
9165            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9166            not 'VHOST' and
9167            'MEMIF'"
9168   parameters:
9169   - "throughput"
9170   - "parent"
9171   - "tags"
9172   sort:
9173   - "1VNF"
9174   - "2VNF"
9175   - "4VNF"
9176   - "2VNF"
9177   - "4VNF"
9178   traces:
9179     hoverinfo: "x+y"
9180     boxpoints: "outliers"
9181     whiskerwidth: 0
9182   layout:
9183     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9184     layout: "plot-throughput"
9185
9186 -
9187   type: "plot"
9188   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9189   algorithm: "plot_performance_box"
9190   output-file-type: ".html"
9191   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9192   data: "plot-ligato-throughput-latency-3n-hsw"
9193   filter: "'NIC_Intel-X710' and
9194            '64B' and
9195            ('BASE' or 'SCALE') and
9196            'NDRPDR' and
9197            '1T1C' and
9198            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9199            not 'VHOST' and
9200            'MEMIF'"
9201   parameters:
9202   - "throughput"
9203   - "parent"
9204   - "tags"
9205   sort:
9206   - "1VNF"
9207   - "2VNF"
9208   - "4VNF"
9209   - "2VNF"
9210   - "4VNF"
9211   traces:
9212     hoverinfo: "x+y"
9213     boxpoints: "outliers"
9214     whiskerwidth: 0
9215   layout:
9216     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9217     layout: "plot-throughput"
9218
9219 -
9220   type: "plot"
9221   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9222   algorithm: "plot_performance_box"
9223   output-file-type: ".html"
9224   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9225   data: "plot-ligato-throughput-latency-3n-hsw"
9226   filter: "'NIC_Intel-X710' and
9227            '64B' and
9228            ('BASE' or 'SCALE') and
9229            'NDRPDR' and
9230            '2T2C' and
9231            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9232            not 'VHOST' and
9233            'MEMIF'"
9234   parameters:
9235   - "throughput"
9236   - "parent"
9237   - "tags"
9238   sort:
9239   - "1VNF"
9240   - "2VNF"
9241   - "4VNF"
9242   - "2VNF"
9243   - "4VNF"
9244   traces:
9245     hoverinfo: "x+y"
9246     boxpoints: "outliers"
9247     whiskerwidth: 0
9248   layout:
9249     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9250     layout: "plot-throughput"
9251
9252 -
9253   type: "plot"
9254   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9255   algorithm: "plot_performance_box"
9256   output-file-type: ".html"
9257   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9258   data: "plot-ligato-throughput-latency-3n-hsw"
9259   filter: "'NIC_Intel-X710' and
9260            '64B' and
9261            ('BASE' or 'SCALE') and
9262            'NDRPDR' and
9263            '2T2C' and
9264            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9265            not 'VHOST' and
9266            'MEMIF'"
9267   parameters:
9268   - "throughput"
9269   - "parent"
9270   - "tags"
9271   sort:
9272   - "1VNF"
9273   - "2VNF"
9274   - "4VNF"
9275   - "2VNF"
9276   - "4VNF"
9277   traces:
9278     hoverinfo: "x+y"
9279     boxpoints: "outliers"
9280     whiskerwidth: 0
9281   layout:
9282     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9283     layout: "plot-throughput"
9284
9285 ################################################################################
9286
9287 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9288 -
9289   type: "plot"
9290   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9291   algorithm: "plot_performance_box"
9292   output-file-type: ".html"
9293   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9294   data: "plot-vpp-throughput-latency-3n-hsw"
9295   filter: "'NIC_Intel-X520-DA2' and
9296            '64B' and
9297            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9298            'NDRPDR' and
9299            '1T1C' and
9300            'IP4FWD' and
9301            not 'IPSEC' and
9302            not 'VHOST'"
9303   parameters:
9304   - "throughput"
9305   - "parent"
9306   - "tags"
9307   sort:
9308   - "DOT1Q"
9309   - "IP4BASE"
9310   - "FIB_20k"
9311   - "FIB_200k"
9312   - "FIB_2M"
9313   traces:
9314     hoverinfo: "x+y"
9315     boxpoints: "outliers"
9316     whiskerwidth: 0
9317   layout:
9318     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9319     layout: "plot-throughput"
9320
9321 -
9322   type: "plot"
9323   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9324   algorithm: "plot_performance_box"
9325   output-file-type: ".html"
9326   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9327   data: "plot-vpp-throughput-latency-3n-hsw"
9328   filter: "'NIC_Intel-X520-DA2' and
9329            '64B' and
9330            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9331            'NDRPDR' and
9332            '1T1C' and
9333            'IP4FWD' and
9334            not 'IPSEC' and
9335            not 'VHOST'"
9336   parameters:
9337   - "throughput"
9338   - "parent"
9339   - "tags"
9340   sort:
9341   - "DOT1Q"
9342   - "IP4BASE"
9343   - "FIB_20k"
9344   - "FIB_200k"
9345   - "FIB_2M"
9346   traces:
9347     hoverinfo: "x+y"
9348     boxpoints: "outliers"
9349     whiskerwidth: 0
9350   layout:
9351     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9352     layout: "plot-throughput"
9353
9354 -
9355   type: "plot"
9356   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9357   algorithm: "plot_performance_box"
9358   output-file-type: ".html"
9359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9360   data: "plot-vpp-throughput-latency-3n-hsw"
9361   filter: "'NIC_Intel-X520-DA2' and
9362            '64B' and
9363            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9364            'NDRPDR' and
9365            '2T2C' and
9366            'IP4FWD' and
9367            not 'IPSEC' and
9368            not 'VHOST'"
9369   parameters:
9370   - "throughput"
9371   - "parent"
9372   - "tags"
9373   sort:
9374   - "DOT1Q"
9375   - "IP4BASE"
9376   - "FIB_20k"
9377   - "FIB_200k"
9378   - "FIB_2M"
9379   traces:
9380     hoverinfo: "x+y"
9381     boxpoints: "outliers"
9382     whiskerwidth: 0
9383   layout:
9384     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9385     layout: "plot-throughput"
9386
9387 -
9388   type: "plot"
9389   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9390   algorithm: "plot_performance_box"
9391   output-file-type: ".html"
9392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9393   data: "plot-vpp-throughput-latency-3n-hsw"
9394   filter: "'NIC_Intel-X520-DA2' and
9395            '64B' and
9396            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9397            'NDRPDR' and
9398            '2T2C' and
9399            'IP4FWD' and
9400            not 'IPSEC' and
9401            not 'VHOST'"
9402   parameters:
9403   - "throughput"
9404   - "parent"
9405   - "tags"
9406   sort:
9407   - "DOT1Q"
9408   - "IP4BASE"
9409   - "FIB_20k"
9410   - "FIB_200k"
9411   - "FIB_2M"
9412   traces:
9413     hoverinfo: "x+y"
9414     boxpoints: "outliers"
9415     whiskerwidth: 0
9416   layout:
9417     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9418     layout: "plot-throughput"
9419
9420 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9421 -
9422   type: "plot"
9423   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9424   algorithm: "plot_performance_box"
9425   output-file-type: ".html"
9426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9427   data: "plot-vpp-throughput-latency-3n-hsw"
9428   filter: "'NIC_Intel-X520-DA2' and
9429            '64B' and
9430            ('IP4BASE' or
9431             'POLICE_MARK' or
9432             'COPWHLIST' or
9433             ('NAT44' and 'BASE') or
9434             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9435            'NDRPDR' and
9436            '1T1C' and
9437            'IP4FWD' and
9438            not 'IPSEC' and
9439            not 'VHOST'"
9440   parameters:
9441   - "throughput"
9442   - "parent"
9443   - "tags"
9444   sort:
9445   - "DOT1Q"
9446   - "IP4BASE"
9447   - "NAT44"
9448   - "POLICE_MARK"
9449   - "COPWHLIST"
9450   - "IACL"
9451   - "OACL"
9452   traces:
9453     hoverinfo: "x+y"
9454     boxpoints: "outliers"
9455     whiskerwidth: 0
9456   layout:
9457     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9458     layout: "plot-throughput"
9459
9460 -
9461   type: "plot"
9462   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9463   algorithm: "plot_performance_box"
9464   output-file-type: ".html"
9465   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9466   data: "plot-vpp-throughput-latency-3n-hsw"
9467   filter: "'NIC_Intel-X520-DA2' and
9468            '64B' and
9469            ('IP4BASE' or
9470             'POLICE_MARK' or
9471             'COPWHLIST' or
9472             ('NAT44' and 'BASE') or
9473             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9474            'NDRPDR' and
9475            '1T1C' and
9476            'IP4FWD' and
9477            not 'IPSEC' and
9478            not 'VHOST'"
9479   parameters:
9480   - "throughput"
9481   - "parent"
9482   - "tags"
9483   sort:
9484   - "DOT1Q"
9485   - "IP4BASE"
9486   - "NAT44"
9487   - "POLICE_MARK"
9488   - "COPWHLIST"
9489   - "IACL"
9490   - "OACL"
9491   traces:
9492     hoverinfo: "x+y"
9493     boxpoints: "outliers"
9494     whiskerwidth: 0
9495   layout:
9496     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9497     layout: "plot-throughput"
9498
9499 -
9500   type: "plot"
9501   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9502   algorithm: "plot_performance_box"
9503   output-file-type: ".html"
9504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9505   data: "plot-vpp-throughput-latency-3n-hsw"
9506   filter: "'NIC_Intel-X520-DA2' and
9507            '64B' and
9508            ('IP4BASE' or
9509             'POLICE_MARK' or
9510             'COPWHLIST' or
9511             ('NAT44' and 'BASE') or
9512             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9513            'NDRPDR' and
9514            '2T2C' and
9515            'IP4FWD' and
9516            not 'IPSEC' and
9517            not 'VHOST'"
9518   parameters:
9519   - "throughput"
9520   - "parent"
9521   - "tags"
9522   sort:
9523   - "DOT1Q"
9524   - "IP4BASE"
9525   - "NAT44"
9526   - "POLICE_MARK"
9527   - "COPWHLIST"
9528   - "IACL"
9529   - "OACL"
9530   traces:
9531     hoverinfo: "x+y"
9532     boxpoints: "outliers"
9533     whiskerwidth: 0
9534   layout:
9535     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9536     layout: "plot-throughput"
9537
9538 -
9539   type: "plot"
9540   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9541   algorithm: "plot_performance_box"
9542   output-file-type: ".html"
9543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9544   data: "plot-vpp-throughput-latency-3n-hsw"
9545   filter: "'NIC_Intel-X520-DA2' and
9546            '64B' and
9547            ('IP4BASE' or
9548             'POLICE_MARK' or
9549             'COPWHLIST' or
9550             ('NAT44' and 'BASE') or
9551             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9552            'NDRPDR' and
9553            '2T2C' and
9554            'IP4FWD' and
9555            not 'IPSEC' and
9556            not 'VHOST'"
9557   parameters:
9558   - "throughput"
9559   - "parent"
9560   - "tags"
9561   sort:
9562   - "DOT1Q"
9563   - "IP4BASE"
9564   - "NAT44"
9565   - "POLICE_MARK"
9566   - "COPWHLIST"
9567   - "IACL"
9568   - "OACL"
9569   traces:
9570     hoverinfo: "x+y"
9571     boxpoints: "outliers"
9572     whiskerwidth: 0
9573   layout:
9574     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9575     layout: "plot-throughput"
9576
9577 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9578 -
9579   type: "plot"
9580   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9581   algorithm: "plot_performance_box"
9582   output-file-type: ".html"
9583   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9584   data: "plot-vpp-throughput-latency-3n-hsw"
9585   filter: "'NIC_Intel-X520-DA2' and
9586            '64B' and
9587            'NDRPDR' and
9588            '1T1C' and
9589            'IP4FWD' and
9590            'NAT44' and
9591            not 'IPSEC' and
9592            not 'VHOST'"
9593   parameters:
9594   - "throughput"
9595   - "parent"
9596   - "tags"
9597   sort:
9598   - "BASE"
9599   - "BASE"
9600   - "SRC_USER_10"
9601   - "SRC_USER_100"
9602   - "SRC_USER_1000"
9603   - "SRC_USER_2000"
9604   traces:
9605     hoverinfo: "x+y"
9606     boxpoints: "outliers"
9607     whiskerwidth: 0
9608   layout:
9609     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9610     layout: "plot-throughput"
9611
9612 -
9613   type: "plot"
9614   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9615   algorithm: "plot_performance_box"
9616   output-file-type: ".html"
9617   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9618   data: "plot-vpp-throughput-latency-3n-hsw"
9619   filter: "'NIC_Intel-X520-DA2' and
9620            '64B' and
9621            'NDRPDR' and
9622            '1T1C' and
9623            'IP4FWD' and
9624            'NAT44' and
9625            not 'IPSEC' and
9626            not 'VHOST'"
9627   parameters:
9628   - "throughput"
9629   - "parent"
9630   - "tags"
9631   sort:
9632   - "BASE"
9633   - "BASE"
9634   - "SRC_USER_10"
9635   - "SRC_USER_100"
9636   - "SRC_USER_1000"
9637   - "SRC_USER_2000"
9638   traces:
9639     hoverinfo: "x+y"
9640     boxpoints: "outliers"
9641     whiskerwidth: 0
9642   layout:
9643     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9644     layout: "plot-throughput"
9645
9646 -
9647   type: "plot"
9648   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9649   algorithm: "plot_performance_box"
9650   output-file-type: ".html"
9651   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9652   data: "plot-vpp-throughput-latency-3n-hsw"
9653   filter: "'NIC_Intel-X520-DA2' and
9654            '64B' and
9655            'NDRPDR' and
9656            '2T2C' and
9657            'IP4FWD' and
9658            'NAT44' and
9659            not 'IPSEC' and
9660            not 'VHOST'"
9661   parameters:
9662   - "throughput"
9663   - "parent"
9664   - "tags"
9665   sort:
9666   - "BASE"
9667   - "BASE"
9668   - "SRC_USER_10"
9669   - "SRC_USER_100"
9670   - "SRC_USER_1000"
9671   - "SRC_USER_2000"
9672   traces:
9673     hoverinfo: "x+y"
9674     boxpoints: "outliers"
9675     whiskerwidth: 0
9676   layout:
9677     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9678     layout: "plot-throughput"
9679
9680 -
9681   type: "plot"
9682   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9683   algorithm: "plot_performance_box"
9684   output-file-type: ".html"
9685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9686   data: "plot-vpp-throughput-latency-3n-hsw"
9687   filter: "'NIC_Intel-X520-DA2' and
9688            '64B' and
9689            'NDRPDR' and
9690            '2T2C' and
9691            'IP4FWD' and
9692            'NAT44' and
9693            not 'IPSEC' and
9694            not 'VHOST'"
9695   parameters:
9696   - "throughput"
9697   - "parent"
9698   - "tags"
9699   sort:
9700   - "BASE"
9701   - "BASE"
9702   - "SRC_USER_10"
9703   - "SRC_USER_100"
9704   - "SRC_USER_1000"
9705   - "SRC_USER_2000"
9706   traces:
9707     hoverinfo: "x+y"
9708     boxpoints: "outliers"
9709     whiskerwidth: 0
9710   layout:
9711     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9712     layout: "plot-throughput"
9713
9714 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9715 -
9716   type: "plot"
9717   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9718   algorithm: "plot_performance_box"
9719   output-file-type: ".html"
9720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9721   data: "plot-vpp-throughput-latency-3n-hsw"
9722   filter: "'NIC_Intel-X520-DA2' and
9723            '64B' and
9724            'NDRPDR' and
9725            '1T1C' and
9726            'IP4FWD' and
9727            'IACL' and
9728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9729            not 'IPSEC' and
9730            not 'VHOST'"
9731   parameters:
9732   - "throughput"
9733   - "parent"
9734   - "tags"
9735   sort:
9736   - "ACL_STATELESS"
9737   - "ACL_STATEFUL"
9738   - "ACL_STATELESS"
9739   - "ACL_STATEFUL"
9740   traces:
9741     hoverinfo: "x+y"
9742     boxpoints: "outliers"
9743     whiskerwidth: 0
9744   layout:
9745     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9746     layout: "plot-throughput"
9747
9748 -
9749   type: "plot"
9750   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9751   algorithm: "plot_performance_box"
9752   output-file-type: ".html"
9753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9754   data: "plot-vpp-throughput-latency-3n-hsw"
9755   filter: "'NIC_Intel-X520-DA2' and
9756            '64B' and
9757            'NDRPDR' and
9758            '1T1C' and
9759            'IP4FWD' and
9760            'IACL' and
9761            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9762            not 'IPSEC' and
9763            not 'VHOST'"
9764   parameters:
9765   - "throughput"
9766   - "parent"
9767   - "tags"
9768   sort:
9769   - "ACL_STATELESS"
9770   - "ACL_STATEFUL"
9771   - "ACL_STATELESS"
9772   - "ACL_STATEFUL"
9773   traces:
9774     hoverinfo: "x+y"
9775     boxpoints: "outliers"
9776     whiskerwidth: 0
9777   layout:
9778     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9779     layout: "plot-throughput"
9780
9781 -
9782   type: "plot"
9783   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9784   algorithm: "plot_performance_box"
9785   output-file-type: ".html"
9786   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9787   data: "plot-vpp-throughput-latency-3n-hsw"
9788   filter: "'NIC_Intel-X520-DA2' and
9789            '64B' and
9790            'NDRPDR' and
9791            '2T2C' and
9792            'IP4FWD' and
9793            'IACL' and
9794            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9795            not 'IPSEC' and
9796            not 'VHOST'"
9797   parameters:
9798   - "throughput"
9799   - "parent"
9800   - "tags"
9801   sort:
9802   - "ACL_STATELESS"
9803   - "ACL_STATEFUL"
9804   - "ACL_STATELESS"
9805   - "ACL_STATEFUL"
9806   traces:
9807     hoverinfo: "x+y"
9808     boxpoints: "outliers"
9809     whiskerwidth: 0
9810   layout:
9811     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9812     layout: "plot-throughput"
9813
9814 -
9815   type: "plot"
9816   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9817   algorithm: "plot_performance_box"
9818   output-file-type: ".html"
9819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9820   data: "plot-vpp-throughput-latency-3n-hsw"
9821   filter: "'NIC_Intel-X520-DA2' and
9822            '64B' and
9823            'NDRPDR' and
9824            '2T2C' and
9825            'IP4FWD' and
9826            'IACL' and
9827            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9828            not 'IPSEC' and
9829            not 'VHOST'"
9830   parameters:
9831   - "throughput"
9832   - "parent"
9833   - "tags"
9834   sort:
9835   - "ACL_STATELESS"
9836   - "ACL_STATEFUL"
9837   - "ACL_STATELESS"
9838   - "ACL_STATEFUL"
9839   traces:
9840     hoverinfo: "x+y"
9841     boxpoints: "outliers"
9842     whiskerwidth: 0
9843   layout:
9844     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9845     layout: "plot-throughput"
9846
9847 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9848 -
9849   type: "plot"
9850   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9851   algorithm: "plot_performance_box"
9852   output-file-type: ".html"
9853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9854   data: "plot-vpp-throughput-latency-3n-hsw"
9855   filter: "'NIC_Intel-X520-DA2' and
9856            '64B' and
9857            'NDRPDR' and
9858            '1T1C' and
9859            'IP4FWD' and
9860            'OACL' and
9861            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9862            not 'IPSEC' and
9863            not 'VHOST'"
9864   parameters:
9865   - "throughput"
9866   - "parent"
9867   - "tags"
9868   sort:
9869   - "ACL_STATELESS"
9870   - "ACL_STATEFUL"
9871   - "ACL_STATELESS"
9872   - "ACL_STATEFUL"
9873   traces:
9874     hoverinfo: "x+y"
9875     boxpoints: "outliers"
9876     whiskerwidth: 0
9877   layout:
9878     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9879     layout: "plot-throughput"
9880
9881 -
9882   type: "plot"
9883   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9884   algorithm: "plot_performance_box"
9885   output-file-type: ".html"
9886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9887   data: "plot-vpp-throughput-latency-3n-hsw"
9888   filter: "'NIC_Intel-X520-DA2' and
9889            '64B' and
9890            'NDRPDR' and
9891            '1T1C' and
9892            'IP4FWD' and
9893            'OACL' and
9894            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9895            not 'IPSEC' and
9896            not 'VHOST'"
9897   parameters:
9898   - "throughput"
9899   - "parent"
9900   - "tags"
9901   sort:
9902   - "ACL_STATELESS"
9903   - "ACL_STATEFUL"
9904   - "ACL_STATELESS"
9905   - "ACL_STATEFUL"
9906   traces:
9907     hoverinfo: "x+y"
9908     boxpoints: "outliers"
9909     whiskerwidth: 0
9910   layout:
9911     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9912     layout: "plot-throughput"
9913
9914 -
9915   type: "plot"
9916   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9917   algorithm: "plot_performance_box"
9918   output-file-type: ".html"
9919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9920   data: "plot-vpp-throughput-latency-3n-hsw"
9921   filter: "'NIC_Intel-X520-DA2' and
9922            '64B' and
9923            'NDRPDR' and
9924            '2T2C' and
9925            'IP4FWD' and
9926            'OACL' and
9927            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9928            not 'IPSEC' and
9929            not 'VHOST'"
9930   parameters:
9931   - "throughput"
9932   - "parent"
9933   - "tags"
9934   sort:
9935   - "ACL_STATELESS"
9936   - "ACL_STATEFUL"
9937   - "ACL_STATELESS"
9938   - "ACL_STATEFUL"
9939   traces:
9940     hoverinfo: "x+y"
9941     boxpoints: "outliers"
9942     whiskerwidth: 0
9943   layout:
9944     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9945     layout: "plot-throughput"
9946
9947 -
9948   type: "plot"
9949   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9950   algorithm: "plot_performance_box"
9951   output-file-type: ".html"
9952   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9953   data: "plot-vpp-throughput-latency-3n-hsw"
9954   filter: "'NIC_Intel-X520-DA2' and
9955            '64B' and
9956            'NDRPDR' and
9957            '2T2C' and
9958            'IP4FWD' and
9959            'OACL' and
9960            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9961            not 'IPSEC' and
9962            not 'VHOST'"
9963   parameters:
9964   - "throughput"
9965   - "parent"
9966   - "tags"
9967   sort:
9968   - "ACL_STATELESS"
9969   - "ACL_STATEFUL"
9970   - "ACL_STATELESS"
9971   - "ACL_STATEFUL"
9972   traces:
9973     hoverinfo: "x+y"
9974     boxpoints: "outliers"
9975     whiskerwidth: 0
9976   layout:
9977     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9978     layout: "plot-throughput"
9979
9980 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9981 -
9982   type: "plot"
9983   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9984   algorithm: "plot_performance_box"
9985   output-file-type: ".html"
9986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9987   data: "plot-vpp-throughput-latency-3n-hsw"
9988   filter: "'NIC_Intel-X710' and
9989            '64B' and
9990            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9991            'NDRPDR' and
9992            '1T1C' and
9993            'IP4FWD' and
9994            not 'IPSEC' and
9995            not 'VHOST'"
9996   parameters:
9997   - "throughput"
9998   - "parent"
9999   - "tags"
10000   sort:
10001   - "DOT1Q"
10002   - "IP4BASE"
10003   - "FIB_20K"
10004   - "FIB_200K"
10005   - "FIB_2M"
10006   traces:
10007     hoverinfo: "x+y"
10008     boxpoints: "outliers"
10009     whiskerwidth: 0
10010   layout:
10011     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10012     layout: "plot-throughput"
10013
10014 -
10015   type: "plot"
10016   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10017   algorithm: "plot_performance_box"
10018   output-file-type: ".html"
10019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10020   data: "plot-vpp-throughput-latency-3n-hsw"
10021   filter: "'NIC_Intel-X710' and
10022            '64B' and
10023            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10024            'NDRPDR' and
10025            '1T1C' and
10026            'IP4FWD' and
10027            not 'IPSEC' and
10028            not 'VHOST'"
10029   parameters:
10030   - "throughput"
10031   - "parent"
10032   - "tags"
10033   sort:
10034   - "DOT1Q"
10035   - "IP4BASE"
10036   - "FIB_20K"
10037   - "FIB_200K"
10038   - "FIB_2M"
10039   traces:
10040     hoverinfo: "x+y"
10041     boxpoints: "outliers"
10042     whiskerwidth: 0
10043   layout:
10044     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10045     layout: "plot-throughput"
10046
10047 -
10048   type: "plot"
10049   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10050   algorithm: "plot_performance_box"
10051   output-file-type: ".html"
10052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10053   data: "plot-vpp-throughput-latency-3n-hsw"
10054   filter: "'NIC_Intel-X710' and
10055            '64B' and
10056            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10057            'NDRPDR' and
10058            '2T2C' and
10059            'IP4FWD' and
10060            not 'IPSEC' and
10061            not 'VHOST'"
10062   parameters:
10063   - "throughput"
10064   - "parent"
10065   - "tags"
10066   sort:
10067   - "DOT1Q"
10068   - "IP4BASE"
10069   - "FIB_20K"
10070   - "FIB_200K"
10071   - "FIB_2M"
10072   traces:
10073     hoverinfo: "x+y"
10074     boxpoints: "outliers"
10075     whiskerwidth: 0
10076   layout:
10077     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10078     layout: "plot-throughput"
10079
10080 -
10081   type: "plot"
10082   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10083   algorithm: "plot_performance_box"
10084   output-file-type: ".html"
10085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10086   data: "plot-vpp-throughput-latency-3n-hsw"
10087   filter: "'NIC_Intel-X710' and
10088            '64B' and
10089            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10090            'NDRPDR' and
10091            '2T2C' and
10092            'IP4FWD' and
10093            not 'IPSEC' and
10094            not 'VHOST'"
10095   parameters:
10096   - "throughput"
10097   - "parent"
10098   - "tags"
10099   sort:
10100   - "DOT1Q"
10101   - "IP4BASE"
10102   - "FIB_20K"
10103   - "FIB_200K"
10104   - "FIB_2M"
10105   traces:
10106     hoverinfo: "x+y"
10107     boxpoints: "outliers"
10108     whiskerwidth: 0
10109   layout:
10110     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10111     layout: "plot-throughput"
10112
10113 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10114 -
10115   type: "plot"
10116   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10117   algorithm: "plot_performance_box"
10118   output-file-type: ".html"
10119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10120   data: "plot-vpp-throughput-latency-3n-hsw"
10121   filter: "'NIC_Intel-X710' and
10122            '64B' and
10123            ('IP4BASE' or
10124             'POLICE_MARK' or
10125             'COPWHLIST' or
10126             ('NAT44' and 'BASE') or
10127             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10128            'NDRPDR' and
10129            '1T1C' and
10130            'IP4FWD' and
10131            not 'IPSEC' and
10132            not 'VHOST'"
10133   parameters:
10134   - "throughput"
10135   - "parent"
10136   - "tags"
10137   sort:
10138   - "IP4BASE"
10139   - "NAT44"
10140   - "POLICE_MARK"
10141   - "COPWHLIST"
10142   - "IACL"
10143   - "OACL"
10144   traces:
10145     hoverinfo: "x+y"
10146     boxpoints: "outliers"
10147     whiskerwidth: 0
10148   layout:
10149     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10150     layout: "plot-throughput"
10151
10152 -
10153   type: "plot"
10154   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10155   algorithm: "plot_performance_box"
10156   output-file-type: ".html"
10157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10158   data: "plot-vpp-throughput-latency-3n-hsw"
10159   filter: "'NIC_Intel-X710' and
10160            '64B' and
10161            ('IP4BASE' or
10162             'POLICE_MARK' or
10163             'COPWHLIST' or
10164             ('NAT44' and 'BASE') or
10165             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10166            'NDRPDR' and
10167            '1T1C' and
10168            'IP4FWD' and
10169            not 'IPSEC' and
10170            not 'VHOST'"
10171   parameters:
10172   - "throughput"
10173   - "parent"
10174   - "tags"
10175   sort:
10176   - "IP4BASE"
10177   - "NAT44"
10178   - "POLICE_MARK"
10179   - "COPWHLIST"
10180   - "IACL"
10181   - "OACL"
10182   traces:
10183     hoverinfo: "x+y"
10184     boxpoints: "outliers"
10185     whiskerwidth: 0
10186   layout:
10187     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10188     layout: "plot-throughput"
10189
10190 -
10191   type: "plot"
10192   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10193   algorithm: "plot_performance_box"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10196   data: "plot-vpp-throughput-latency-3n-hsw"
10197   filter: "'NIC_Intel-X710' and
10198            '64B' and
10199            ('IP4BASE' or
10200             'POLICE_MARK' or
10201             'COPWHLIST' or
10202             ('NAT44' and 'BASE') or
10203             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10204            'NDRPDR' and
10205            '2T2C' and
10206            'IP4FWD' and
10207            not 'IPSEC' and
10208            not 'VHOST'"
10209   parameters:
10210   - "throughput"
10211   - "parent"
10212   - "tags"
10213   sort:
10214   - "IP4BASE"
10215   - "NAT44"
10216   - "POLICE_MARK"
10217   - "COPWHLIST"
10218   - "IACL"
10219   - "OACL"
10220   traces:
10221     hoverinfo: "x+y"
10222     boxpoints: "outliers"
10223     whiskerwidth: 0
10224   layout:
10225     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10226     layout: "plot-throughput"
10227
10228 -
10229   type: "plot"
10230   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10231   algorithm: "plot_performance_box"
10232   output-file-type: ".html"
10233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10234   data: "plot-vpp-throughput-latency-3n-hsw"
10235   filter: "'NIC_Intel-X710' and
10236            '64B' and
10237            ('IP4BASE' or
10238             'POLICE_MARK' or
10239             'COPWHLIST' or
10240             ('NAT44' and 'BASE') or
10241             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10242            'NDRPDR' and
10243            '2T2C' and
10244            'IP4FWD' and
10245            not 'IPSEC' and
10246            not 'VHOST'"
10247   parameters:
10248   - "throughput"
10249   - "parent"
10250   - "tags"
10251   sort:
10252   - "IP4BASE"
10253   - "NAT44"
10254   - "POLICE_MARK"
10255   - "COPWHLIST"
10256   - "IACL"
10257   - "OACL"
10258   traces:
10259     hoverinfo: "x+y"
10260     boxpoints: "outliers"
10261     whiskerwidth: 0
10262   layout:
10263     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10264     layout: "plot-throughput"
10265
10266 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10267 -
10268   type: "plot"
10269   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10270   algorithm: "plot_performance_box"
10271   output-file-type: ".html"
10272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10273   data: "plot-vpp-throughput-latency-3n-skx"
10274   filter: "'NIC_Intel-X710' and
10275            '64B' and
10276            'NDRPDR' and
10277            '2T1C' and
10278            'IP4FWD' and
10279            'NAT44' and
10280            not 'IPSEC' and
10281            not 'VHOST'"
10282   parameters:
10283   - "throughput"
10284   - "parent"
10285   - "tags"
10286   sort:
10287   - "BASE"
10288   - "BASE"
10289   - "SRC_USER_10"
10290   - "SRC_USER_100"
10291   - "SRC_USER_1000"
10292   - "SRC_USER_2000"
10293   traces:
10294     hoverinfo: "x+y"
10295     boxpoints: "outliers"
10296     whiskerwidth: 0
10297   layout:
10298     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10299     layout: "plot-throughput"
10300
10301 -
10302   type: "plot"
10303   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10304   algorithm: "plot_performance_box"
10305   output-file-type: ".html"
10306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10307   data: "plot-vpp-throughput-latency-3n-skx"
10308   filter: "'NIC_Intel-X710' and
10309            '64B' and
10310            'NDRPDR' and
10311            '2T1C' and
10312            'IP4FWD' and
10313            'NAT44' and
10314            not 'IPSEC' and
10315            not 'VHOST'"
10316   parameters:
10317   - "throughput"
10318   - "parent"
10319   - "tags"
10320   sort:
10321   - "BASE"
10322   - "BASE"
10323   - "SRC_USER_10"
10324   - "SRC_USER_100"
10325   - "SRC_USER_1000"
10326   - "SRC_USER_2000"
10327   traces:
10328     hoverinfo: "x+y"
10329     boxpoints: "outliers"
10330     whiskerwidth: 0
10331   layout:
10332     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10333     layout: "plot-throughput"
10334
10335 -
10336   type: "plot"
10337   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10338   algorithm: "plot_performance_box"
10339   output-file-type: ".html"
10340   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10341   data: "plot-vpp-throughput-latency-3n-skx"
10342   filter: "'NIC_Intel-X710' and
10343            '64B' and
10344            'NDRPDR' and
10345            '4T2C' and
10346            'IP4FWD' and
10347            'NAT44' and
10348            not 'IPSEC' and
10349            not 'VHOST'"
10350   parameters:
10351   - "throughput"
10352   - "parent"
10353   - "tags"
10354   sort:
10355   - "BASE"
10356   - "BASE"
10357   - "SRC_USER_10"
10358   - "SRC_USER_100"
10359   - "SRC_USER_1000"
10360   - "SRC_USER_2000"
10361   traces:
10362     hoverinfo: "x+y"
10363     boxpoints: "outliers"
10364     whiskerwidth: 0
10365   layout:
10366     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10367     layout: "plot-throughput"
10368
10369 -
10370   type: "plot"
10371   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10372   algorithm: "plot_performance_box"
10373   output-file-type: ".html"
10374   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10375   data: "plot-vpp-throughput-latency-3n-skx"
10376   filter: "'NIC_Intel-X710' and
10377            '64B' and
10378            'NDRPDR' and
10379            '4T2C' and
10380            'IP4FWD' and
10381            'NAT44' and
10382            not 'IPSEC' and
10383            not 'VHOST'"
10384   parameters:
10385   - "throughput"
10386   - "parent"
10387   - "tags"
10388   sort:
10389   - "BASE"
10390   - "BASE"
10391   - "SRC_USER_10"
10392   - "SRC_USER_100"
10393   - "SRC_USER_1000"
10394   - "SRC_USER_2000"
10395   traces:
10396     hoverinfo: "x+y"
10397     boxpoints: "outliers"
10398     whiskerwidth: 0
10399   layout:
10400     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10401     layout: "plot-throughput"
10402
10403 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10404 -
10405   type: "plot"
10406   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10407   algorithm: "plot_performance_box"
10408   output-file-type: ".html"
10409   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10410   data: "plot-vpp-throughput-latency-3n-skx"
10411   filter: "'NIC_Intel-X710' and
10412            '64B' and
10413            'NDRPDR' and
10414            '2T1C' and
10415            'IP4FWD' and
10416            'IACL' and
10417            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10418            not 'IPSEC' and
10419            not 'VHOST'"
10420   parameters:
10421   - "throughput"
10422   - "parent"
10423   - "tags"
10424   sort:
10425   - "ACL_STATELESS"
10426   - "ACL_STATEFUL"
10427   - "ACL_STATELESS"
10428   - "ACL_STATEFUL"
10429   traces:
10430     hoverinfo: "x+y"
10431     boxpoints: "outliers"
10432     whiskerwidth: 0
10433   layout:
10434     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10435     layout: "plot-throughput"
10436
10437 -
10438   type: "plot"
10439   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10440   algorithm: "plot_performance_box"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10443   data: "plot-vpp-throughput-latency-3n-skx"
10444   filter: "'NIC_Intel-X710' and
10445            '64B' and
10446            'NDRPDR' and
10447            '2T1C' and
10448            'IP4FWD' and
10449            'IACL' and
10450            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10451            not 'IPSEC' and
10452            not 'VHOST'"
10453   parameters:
10454   - "throughput"
10455   - "parent"
10456   - "tags"
10457   sort:
10458   - "ACL_STATELESS"
10459   - "ACL_STATEFUL"
10460   - "ACL_STATELESS"
10461   - "ACL_STATEFUL"
10462   traces:
10463     hoverinfo: "x+y"
10464     boxpoints: "outliers"
10465     whiskerwidth: 0
10466   layout:
10467     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10468     layout: "plot-throughput"
10469
10470 -
10471   type: "plot"
10472   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10473   algorithm: "plot_performance_box"
10474   output-file-type: ".html"
10475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10476   data: "plot-vpp-throughput-latency-3n-skx"
10477   filter: "'NIC_Intel-X710' and
10478            '64B' and
10479            'NDRPDR' and
10480            '4T2C' and
10481            'IP4FWD' and
10482            'IACL' and
10483            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10484            not 'IPSEC' and
10485            not 'VHOST'"
10486   parameters:
10487   - "throughput"
10488   - "parent"
10489   - "tags"
10490   sort:
10491   - "ACL_STATELESS"
10492   - "ACL_STATEFUL"
10493   - "ACL_STATELESS"
10494   - "ACL_STATEFUL"
10495   traces:
10496     hoverinfo: "x+y"
10497     boxpoints: "outliers"
10498     whiskerwidth: 0
10499   layout:
10500     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10501     layout: "plot-throughput"
10502
10503 -
10504   type: "plot"
10505   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10506   algorithm: "plot_performance_box"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10509   data: "plot-vpp-throughput-latency-3n-skx"
10510   filter: "'NIC_Intel-X710' and
10511            '64B' and
10512            'NDRPDR' and
10513            '4T2C' and
10514            'IP4FWD' and
10515            'IACL' and
10516            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10517            not 'IPSEC' and
10518            not 'VHOST'"
10519   parameters:
10520   - "throughput"
10521   - "parent"
10522   - "tags"
10523   sort:
10524   - "ACL_STATELESS"
10525   - "ACL_STATEFUL"
10526   - "ACL_STATELESS"
10527   - "ACL_STATEFUL"
10528   traces:
10529     hoverinfo: "x+y"
10530     boxpoints: "outliers"
10531     whiskerwidth: 0
10532   layout:
10533     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10534     layout: "plot-throughput"
10535
10536 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
10537 -
10538   type: "plot"
10539   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10540   algorithm: "plot_performance_box"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10543   data: "plot-vpp-throughput-latency-3n-skx"
10544   filter: "'NIC_Intel-X710' and
10545            '64B' and
10546            'NDRPDR' and
10547            '2T1C' and
10548            'IP4FWD' and
10549            'OACL' and
10550            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10551            not 'IPSEC' and
10552            not 'VHOST'"
10553   parameters:
10554   - "throughput"
10555   - "parent"
10556   - "tags"
10557   sort:
10558   - "ACL_STATELESS"
10559   - "ACL_STATEFUL"
10560   - "ACL_STATELESS"
10561   - "ACL_STATEFUL"
10562   traces:
10563     hoverinfo: "x+y"
10564     boxpoints: "outliers"
10565     whiskerwidth: 0
10566   layout:
10567     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10568     layout: "plot-throughput"
10569
10570 -
10571   type: "plot"
10572   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10573   algorithm: "plot_performance_box"
10574   output-file-type: ".html"
10575   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10576   data: "plot-vpp-throughput-latency-3n-skx"
10577   filter: "'NIC_Intel-X710' and
10578            '64B' and
10579            'NDRPDR' and
10580            '2T1C' and
10581            'IP4FWD' and
10582            'OACL' and
10583            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10584            not 'IPSEC' and
10585            not 'VHOST'"
10586   parameters:
10587   - "throughput"
10588   - "parent"
10589   - "tags"
10590   sort:
10591   - "ACL_STATELESS"
10592   - "ACL_STATEFUL"
10593   - "ACL_STATELESS"
10594   - "ACL_STATEFUL"
10595   traces:
10596     hoverinfo: "x+y"
10597     boxpoints: "outliers"
10598     whiskerwidth: 0
10599   layout:
10600     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10601     layout: "plot-throughput"
10602
10603 -
10604   type: "plot"
10605   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10606   algorithm: "plot_performance_box"
10607   output-file-type: ".html"
10608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10609   data: "plot-vpp-throughput-latency-3n-skx"
10610   filter: "'NIC_Intel-X710' and
10611            '64B' and
10612            'NDRPDR' and
10613            '4T2C' and
10614            'IP4FWD' and
10615            'OACL' and
10616            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10617            not 'IPSEC' and
10618            not 'VHOST'"
10619   parameters:
10620   - "throughput"
10621   - "parent"
10622   - "tags"
10623   sort:
10624   - "ACL_STATELESS"
10625   - "ACL_STATEFUL"
10626   - "ACL_STATELESS"
10627   - "ACL_STATEFUL"
10628   traces:
10629     hoverinfo: "x+y"
10630     boxpoints: "outliers"
10631     whiskerwidth: 0
10632   layout:
10633     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10634     layout: "plot-throughput"
10635
10636 -
10637   type: "plot"
10638   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10639   algorithm: "plot_performance_box"
10640   output-file-type: ".html"
10641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10642   data: "plot-vpp-throughput-latency-3n-skx"
10643   filter: "'NIC_Intel-X710' and
10644            '64B' and
10645            'NDRPDR' and
10646            '4T2C' and
10647            'IP4FWD' and
10648            'OACL' and
10649            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10650            not 'IPSEC' and
10651            not 'VHOST'"
10652   parameters:
10653   - "throughput"
10654   - "parent"
10655   - "tags"
10656   sort:
10657   - "ACL_STATELESS"
10658   - "ACL_STATEFUL"
10659   - "ACL_STATELESS"
10660   - "ACL_STATEFUL"
10661   traces:
10662     hoverinfo: "x+y"
10663     boxpoints: "outliers"
10664     whiskerwidth: 0
10665   layout:
10666     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10667     layout: "plot-throughput"
10668
10669 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10670 -
10671   type: "plot"
10672   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10673   algorithm: "plot_performance_box"
10674   output-file-type: ".html"
10675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10676   data: "plot-vpp-throughput-latency-3n-hsw"
10677   filter: "'NIC_Intel-XL710' and
10678            '64B' and
10679            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10680            'NDRPDR' and
10681            '1T1C' and
10682            'IP4FWD' and
10683            not 'IPSEC' and
10684            not 'VHOST'"
10685   parameters:
10686   - "throughput"
10687   - "parent"
10688   - "tags"
10689   sort:
10690   - "IP4BASE"
10691   - "FIB_20K"
10692   - "FIB_200K"
10693   - "FIB_2M"
10694   traces:
10695     hoverinfo: "x+y"
10696     boxpoints: "outliers"
10697     whiskerwidth: 0
10698   layout:
10699     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10700     layout: "plot-throughput"
10701
10702 -
10703   type: "plot"
10704   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10705   algorithm: "plot_performance_box"
10706   output-file-type: ".html"
10707   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10708   data: "plot-vpp-throughput-latency-3n-hsw"
10709   filter: "'NIC_Intel-XL710' and
10710            '64B' and
10711            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10712            'NDRPDR' and
10713            '1T1C' and
10714            'IP4FWD' and
10715            not 'IPSEC' and
10716            not 'VHOST'"
10717   parameters:
10718   - "throughput"
10719   - "parent"
10720   - "tags"
10721   sort:
10722   - "IP4BASE"
10723   - "FIB_20K"
10724   - "FIB_200K"
10725   - "FIB_2M"
10726   traces:
10727     hoverinfo: "x+y"
10728     boxpoints: "outliers"
10729     whiskerwidth: 0
10730   layout:
10731     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10732     layout: "plot-throughput"
10733
10734 -
10735   type: "plot"
10736   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10737   algorithm: "plot_performance_box"
10738   output-file-type: ".html"
10739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10740   data: "plot-vpp-throughput-latency-3n-hsw"
10741   filter: "'NIC_Intel-XL710' and
10742            '64B' and
10743            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10744            'NDRPDR' and
10745            '2T2C' and
10746            'IP4FWD' and
10747            not 'IPSEC' and
10748            not 'VHOST'"
10749   parameters:
10750   - "throughput"
10751   - "parent"
10752   - "tags"
10753   sort:
10754   - "IP4BASE"
10755   - "FIB_20K"
10756   - "FIB_200K"
10757   - "FIB_2M"
10758   traces:
10759     hoverinfo: "x+y"
10760     boxpoints: "outliers"
10761     whiskerwidth: 0
10762   layout:
10763     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10764     layout: "plot-throughput"
10765
10766 -
10767   type: "plot"
10768   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10769   algorithm: "plot_performance_box"
10770   output-file-type: ".html"
10771   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10772   data: "plot-vpp-throughput-latency-3n-hsw"
10773   filter: "'NIC_Intel-XL710' and
10774            '64B' and
10775            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10776            'NDRPDR' and
10777            '2T2C' and
10778            'IP4FWD' and
10779            not 'IPSEC' and
10780            not 'VHOST'"
10781   parameters:
10782   - "throughput"
10783   - "parent"
10784   - "tags"
10785   sort:
10786   - "IP4BASE"
10787   - "FIB_20K"
10788   - "FIB_200K"
10789   - "FIB_2M"
10790   traces:
10791     hoverinfo: "x+y"
10792     boxpoints: "outliers"
10793     whiskerwidth: 0
10794   layout:
10795     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10796     layout: "plot-throughput"
10797
10798 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10799 -
10800   type: "plot"
10801   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10802   algorithm: "plot_performance_box"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10805   data: "plot-vpp-throughput-latency-3n-skx"
10806   filter: "'NIC_Intel-X710' and
10807            '64B' and
10808            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10809            'NDRPDR' and
10810            '2T1C' and
10811            'IP4FWD' and
10812            not 'IPSEC' and
10813            not 'VHOST'"
10814   parameters:
10815   - "throughput"
10816   - "parent"
10817   - "tags"
10818   sort:
10819   - "IP4BASE"
10820   - "FIB_20K"
10821   - "FIB_200K"
10822   - "FIB_2M"
10823   traces:
10824     hoverinfo: "x+y"
10825     boxpoints: "outliers"
10826     whiskerwidth: 0
10827   layout:
10828     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10829     layout: "plot-throughput"
10830
10831 -
10832   type: "plot"
10833   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10834   algorithm: "plot_performance_box"
10835   output-file-type: ".html"
10836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10837   data: "plot-vpp-throughput-latency-3n-skx"
10838   filter: "'NIC_Intel-X710' and
10839            '64B' and
10840            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10841            'NDRPDR' and
10842            '2T1C' and
10843            'IP4FWD' and
10844            not 'IPSEC' and
10845            not 'VHOST'"
10846   parameters:
10847   - "throughput"
10848   - "parent"
10849   - "tags"
10850   sort:
10851   - "IP4BASE"
10852   - "FIB_20K"
10853   - "FIB_200K"
10854   - "FIB_2M"
10855   traces:
10856     hoverinfo: "x+y"
10857     boxpoints: "outliers"
10858     whiskerwidth: 0
10859   layout:
10860     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10861     layout: "plot-throughput"
10862
10863 -
10864   type: "plot"
10865   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10866   algorithm: "plot_performance_box"
10867   output-file-type: ".html"
10868   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10869   data: "plot-vpp-throughput-latency-3n-skx"
10870   filter: "'NIC_Intel-X710' and
10871            '64B' and
10872            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10873            'NDRPDR' and
10874            '4T2C' and
10875            'IP4FWD' and
10876            not 'IPSEC' and
10877            not 'VHOST'"
10878   parameters:
10879   - "throughput"
10880   - "parent"
10881   - "tags"
10882   sort:
10883   - "IP4BASE"
10884   - "FIB_20K"
10885   - "FIB_200K"
10886   - "FIB_2M"
10887   traces:
10888     hoverinfo: "x+y"
10889     boxpoints: "outliers"
10890     whiskerwidth: 0
10891   layout:
10892     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10893     layout: "plot-throughput"
10894
10895 -
10896   type: "plot"
10897   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10898   algorithm: "plot_performance_box"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10901   data: "plot-vpp-throughput-latency-3n-skx"
10902   filter: "'NIC_Intel-X710' and
10903            '64B' and
10904            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10905            'NDRPDR' and
10906            '4T2C' and
10907            'IP4FWD' and
10908            not 'IPSEC' and
10909            not 'VHOST'"
10910   parameters:
10911   - "throughput"
10912   - "parent"
10913   - "tags"
10914   sort:
10915   - "IP4BASE"
10916   - "FIB_20K"
10917   - "FIB_200K"
10918   - "FIB_2M"
10919   traces:
10920     hoverinfo: "x+y"
10921     boxpoints: "outliers"
10922     whiskerwidth: 0
10923   layout:
10924     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10925     layout: "plot-throughput"
10926
10927 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10928 -
10929   type: "plot"
10930   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10931   algorithm: "plot_performance_box"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10934   data: "plot-vpp-throughput-latency-3n-skx"
10935   filter: "'NIC_Intel-X710' and
10936            '64B' and
10937            ('IP4BASE' or
10938             'POLICE_MARK' or
10939             'COPWHLIST' or
10940             ('NAT44' and 'BASE') or
10941             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10942            'NDRPDR' and
10943            '2T1C' and
10944            'IP4FWD' and
10945            not 'IPSEC' and
10946            not 'VHOST'"
10947   parameters:
10948   - "throughput"
10949   - "parent"
10950   - "tags"
10951   sort:
10952   - "IP4BASE"
10953   - "NAT44"
10954   - "POLICE_MARK"
10955   - "COPWHLIST"
10956   - "IACL"
10957   - "OACL"
10958   traces:
10959     hoverinfo: "x+y"
10960     boxpoints: "outliers"
10961     whiskerwidth: 0
10962   layout:
10963     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10964     layout: "plot-throughput"
10965
10966 -
10967   type: "plot"
10968   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10969   algorithm: "plot_performance_box"
10970   output-file-type: ".html"
10971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10972   data: "plot-vpp-throughput-latency-3n-skx"
10973   filter: "'NIC_Intel-X710' and
10974            '64B' and
10975            ('IP4BASE' or
10976             'POLICE_MARK' or
10977             'COPWHLIST' or
10978             ('NAT44' and 'BASE') or
10979             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10980            'NDRPDR' and
10981            '2T1C' and
10982            'IP4FWD' and
10983            not 'IPSEC' and
10984            not 'VHOST'"
10985   parameters:
10986   - "throughput"
10987   - "parent"
10988   - "tags"
10989   sort:
10990   - "IP4BASE"
10991   - "NAT44"
10992   - "POLICE_MARK"
10993   - "COPWHLIST"
10994   - "IACL"
10995   - "OACL"
10996   traces:
10997     hoverinfo: "x+y"
10998     boxpoints: "outliers"
10999     whiskerwidth: 0
11000   layout:
11001     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11002     layout: "plot-throughput"
11003
11004 -
11005   type: "plot"
11006   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11007   algorithm: "plot_performance_box"
11008   output-file-type: ".html"
11009   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11010   data: "plot-vpp-throughput-latency-3n-skx"
11011   filter: "'NIC_Intel-X710' and
11012            '64B' and
11013            ('IP4BASE' or
11014             'POLICE_MARK' or
11015             'COPWHLIST' or
11016             ('NAT44' and 'BASE') or
11017             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11018            'NDRPDR' and
11019            '4T2C' and
11020            'IP4FWD' and
11021            not 'IPSEC' and
11022            not 'VHOST'"
11023   parameters:
11024   - "throughput"
11025   - "parent"
11026   - "tags"
11027   sort:
11028   - "IP4BASE"
11029   - "NAT44"
11030   - "POLICE_MARK"
11031   - "COPWHLIST"
11032   - "IACL"
11033   - "OACL"
11034   traces:
11035     hoverinfo: "x+y"
11036     boxpoints: "outliers"
11037     whiskerwidth: 0
11038   layout:
11039     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11040     layout: "plot-throughput"
11041
11042 -
11043   type: "plot"
11044   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11045   algorithm: "plot_performance_box"
11046   output-file-type: ".html"
11047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11048   data: "plot-vpp-throughput-latency-3n-skx"
11049   filter: "'NIC_Intel-X710' and
11050            '64B' and
11051            ('IP4BASE' or
11052             'POLICE_MARK' or
11053             'COPWHLIST' or
11054             ('NAT44' and 'BASE') or
11055             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11056            'NDRPDR' and
11057            '4T2C' and
11058            'IP4FWD' and
11059            not 'IPSEC' and
11060            not 'VHOST'"
11061   parameters:
11062   - "throughput"
11063   - "parent"
11064   - "tags"
11065   sort:
11066   - "IP4BASE"
11067   - "NAT44"
11068   - "POLICE_MARK"
11069   - "COPWHLIST"
11070   - "IACL"
11071   - "OACL"
11072   traces:
11073     hoverinfo: "x+y"
11074     boxpoints: "outliers"
11075     whiskerwidth: 0
11076   layout:
11077     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11078     layout: "plot-throughput"
11079
11080 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11081 -
11082   type: "plot"
11083   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11084   algorithm: "plot_performance_box"
11085   output-file-type: ".html"
11086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11087   data: "plot-vpp-throughput-latency-3n-hsw"
11088   filter: "'NIC_Intel-X710' and
11089            '64B' and
11090            'NDRPDR' and
11091            '1T1C' and
11092            'IP4FWD' and
11093            'NAT44' and
11094            not 'IPSEC' and
11095            not 'VHOST'"
11096   parameters:
11097   - "throughput"
11098   - "parent"
11099   - "tags"
11100   sort:
11101   - "BASE"
11102   - "BASE"
11103   - "SRC_USER_10"
11104   - "SRC_USER_100"
11105   - "SRC_USER_1000"
11106   - "SRC_USER_2000"
11107   traces:
11108     hoverinfo: "x+y"
11109     boxpoints: "outliers"
11110     whiskerwidth: 0
11111   layout:
11112     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11113     layout: "plot-throughput"
11114
11115 -
11116   type: "plot"
11117   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11118   algorithm: "plot_performance_box"
11119   output-file-type: ".html"
11120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11121   data: "plot-vpp-throughput-latency-3n-hsw"
11122   filter: "'NIC_Intel-X710' and
11123            '64B' and
11124            'NDRPDR' and
11125            '1T1C' and
11126            'IP4FWD' and
11127            'NAT44' and
11128            not 'IPSEC' and
11129            not 'VHOST'"
11130   parameters:
11131   - "throughput"
11132   - "parent"
11133   - "tags"
11134   sort:
11135   - "BASE"
11136   - "BASE"
11137   - "SRC_USER_10"
11138   - "SRC_USER_100"
11139   - "SRC_USER_1000"
11140   - "SRC_USER_2000"
11141   traces:
11142     hoverinfo: "x+y"
11143     boxpoints: "outliers"
11144     whiskerwidth: 0
11145   layout:
11146     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11147     layout: "plot-throughput"
11148
11149 -
11150   type: "plot"
11151   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11152   algorithm: "plot_performance_box"
11153   output-file-type: ".html"
11154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11155   data: "plot-vpp-throughput-latency-3n-hsw"
11156   filter: "'NIC_Intel-X710' and
11157            '64B' and
11158            'NDRPDR' and
11159            '2T2C' and
11160            'IP4FWD' and
11161            'NAT44' and
11162            not 'IPSEC' and
11163            not 'VHOST'"
11164   parameters:
11165   - "throughput"
11166   - "parent"
11167   - "tags"
11168   sort:
11169   - "BASE"
11170   - "BASE"
11171   - "SRC_USER_10"
11172   - "SRC_USER_100"
11173   - "SRC_USER_1000"
11174   - "SRC_USER_2000"
11175   traces:
11176     hoverinfo: "x+y"
11177     boxpoints: "outliers"
11178     whiskerwidth: 0
11179   layout:
11180     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11181     layout: "plot-throughput"
11182
11183 -
11184   type: "plot"
11185   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11186   algorithm: "plot_performance_box"
11187   output-file-type: ".html"
11188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11189   data: "plot-vpp-throughput-latency-3n-hsw"
11190   filter: "'NIC_Intel-X710' and
11191            '64B' and
11192            'NDRPDR' and
11193            '2T2C' and
11194            'IP4FWD' and
11195            'NAT44' and
11196            not 'IPSEC' and
11197            not 'VHOST'"
11198   parameters:
11199   - "throughput"
11200   - "parent"
11201   - "tags"
11202   sort:
11203   - "BASE"
11204   - "BASE"
11205   - "SRC_USER_10"
11206   - "SRC_USER_100"
11207   - "SRC_USER_1000"
11208   - "SRC_USER_2000"
11209   traces:
11210     hoverinfo: "x+y"
11211     boxpoints: "outliers"
11212     whiskerwidth: 0
11213   layout:
11214     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11215     layout: "plot-throughput"
11216
11217 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11218 -
11219   type: "plot"
11220   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11221   algorithm: "plot_performance_box"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11224   data: "plot-vpp-throughput-latency-3n-hsw"
11225   filter: "'NIC_Intel-X710' and
11226            '64B' and
11227            'NDRPDR' and
11228            '1T1C' and
11229            'IP4FWD' and
11230            'IACL' and
11231            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11232            not 'IPSEC' and
11233            not 'VHOST'"
11234   parameters:
11235   - "throughput"
11236   - "parent"
11237   - "tags"
11238   sort:
11239   - "ACL_STATELESS"
11240   - "ACL_STATEFUL"
11241   - "ACL_STATELESS"
11242   - "ACL_STATEFUL"
11243   traces:
11244     hoverinfo: "x+y"
11245     boxpoints: "outliers"
11246     whiskerwidth: 0
11247   layout:
11248     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11249     layout: "plot-throughput"
11250
11251 -
11252   type: "plot"
11253   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11254   algorithm: "plot_performance_box"
11255   output-file-type: ".html"
11256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11257   data: "plot-vpp-throughput-latency-3n-hsw"
11258   filter: "'NIC_Intel-X710' and
11259            '64B' and
11260            'NDRPDR' and
11261            '1T1C' and
11262            'IP4FWD' and
11263            'IACL' and
11264            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11265            not 'IPSEC' and
11266            not 'VHOST'"
11267   parameters:
11268   - "throughput"
11269   - "parent"
11270   - "tags"
11271   sort:
11272   - "ACL_STATELESS"
11273   - "ACL_STATEFUL"
11274   - "ACL_STATELESS"
11275   - "ACL_STATEFUL"
11276   traces:
11277     hoverinfo: "x+y"
11278     boxpoints: "outliers"
11279     whiskerwidth: 0
11280   layout:
11281     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11282     layout: "plot-throughput"
11283
11284 -
11285   type: "plot"
11286   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11287   algorithm: "plot_performance_box"
11288   output-file-type: ".html"
11289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11290   data: "plot-vpp-throughput-latency-3n-hsw"
11291   filter: "'NIC_Intel-X710' and
11292            '64B' and
11293            'NDRPDR' and
11294            '2T2C' and
11295            'IP4FWD' and
11296            'IACL' and
11297            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11298            not 'IPSEC' and
11299            not 'VHOST'"
11300   parameters:
11301   - "throughput"
11302   - "parent"
11303   - "tags"
11304   sort:
11305   - "ACL_STATELESS"
11306   - "ACL_STATEFUL"
11307   - "ACL_STATELESS"
11308   - "ACL_STATEFUL"
11309   traces:
11310     hoverinfo: "x+y"
11311     boxpoints: "outliers"
11312     whiskerwidth: 0
11313   layout:
11314     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11315     layout: "plot-throughput"
11316
11317 -
11318   type: "plot"
11319   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11320   algorithm: "plot_performance_box"
11321   output-file-type: ".html"
11322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11323   data: "plot-vpp-throughput-latency-3n-hsw"
11324   filter: "'NIC_Intel-X710' and
11325            '64B' and
11326            'NDRPDR' and
11327            '2T2C' and
11328            'IP4FWD' and
11329            'IACL' and
11330            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11331            not 'IPSEC' and
11332            not 'VHOST'"
11333   parameters:
11334   - "throughput"
11335   - "parent"
11336   - "tags"
11337   sort:
11338   - "ACL_STATELESS"
11339   - "ACL_STATEFUL"
11340   - "ACL_STATELESS"
11341   - "ACL_STATEFUL"
11342   traces:
11343     hoverinfo: "x+y"
11344     boxpoints: "outliers"
11345     whiskerwidth: 0
11346   layout:
11347     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11348     layout: "plot-throughput"
11349
11350 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
11351 -
11352   type: "plot"
11353   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11354   algorithm: "plot_performance_box"
11355   output-file-type: ".html"
11356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11357   data: "plot-vpp-throughput-latency-3n-hsw"
11358   filter: "'NIC_Intel-X710' and
11359            '64B' and
11360            'NDRPDR' and
11361            '1T1C' and
11362            'IP4FWD' and
11363            'OACL' and
11364            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11365            not 'IPSEC' and
11366            not 'VHOST'"
11367   parameters:
11368   - "throughput"
11369   - "parent"
11370   - "tags"
11371   sort:
11372   - "ACL_STATELESS"
11373   - "ACL_STATEFUL"
11374   - "ACL_STATELESS"
11375   - "ACL_STATEFUL"
11376   traces:
11377     hoverinfo: "x+y"
11378     boxpoints: "outliers"
11379     whiskerwidth: 0
11380   layout:
11381     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11382     layout: "plot-throughput"
11383
11384 -
11385   type: "plot"
11386   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11387   algorithm: "plot_performance_box"
11388   output-file-type: ".html"
11389   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11390   data: "plot-vpp-throughput-latency-3n-hsw"
11391   filter: "'NIC_Intel-X710' and
11392            '64B' and
11393            'NDRPDR' and
11394            '1T1C' and
11395            'IP4FWD' and
11396            'OACL' and
11397            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11398            not 'IPSEC' and
11399            not 'VHOST'"
11400   parameters:
11401   - "throughput"
11402   - "parent"
11403   - "tags"
11404   sort:
11405   - "ACL_STATELESS"
11406   - "ACL_STATEFUL"
11407   - "ACL_STATELESS"
11408   - "ACL_STATEFUL"
11409   traces:
11410     hoverinfo: "x+y"
11411     boxpoints: "outliers"
11412     whiskerwidth: 0
11413   layout:
11414     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11415     layout: "plot-throughput"
11416
11417 -
11418   type: "plot"
11419   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11420   algorithm: "plot_performance_box"
11421   output-file-type: ".html"
11422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11423   data: "plot-vpp-throughput-latency-3n-hsw"
11424   filter: "'NIC_Intel-X710' and
11425            '64B' and
11426            'NDRPDR' and
11427            '2T2C' and
11428            'IP4FWD' and
11429            'OACL' and
11430            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11431            not 'IPSEC' and
11432            not 'VHOST'"
11433   parameters:
11434   - "throughput"
11435   - "parent"
11436   - "tags"
11437   sort:
11438   - "ACL_STATELESS"
11439   - "ACL_STATEFUL"
11440   - "ACL_STATELESS"
11441   - "ACL_STATEFUL"
11442   traces:
11443     hoverinfo: "x+y"
11444     boxpoints: "outliers"
11445     whiskerwidth: 0
11446   layout:
11447     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11448     layout: "plot-throughput"
11449
11450 -
11451   type: "plot"
11452   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11453   algorithm: "plot_performance_box"
11454   output-file-type: ".html"
11455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11456   data: "plot-vpp-throughput-latency-3n-hsw"
11457   filter: "'NIC_Intel-X710' and
11458            '64B' and
11459            'NDRPDR' and
11460            '2T2C' and
11461            'IP4FWD' and
11462            'OACL' and
11463            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11464            not 'IPSEC' and
11465            not 'VHOST'"
11466   parameters:
11467   - "throughput"
11468   - "parent"
11469   - "tags"
11470   sort:
11471   - "ACL_STATELESS"
11472   - "ACL_STATEFUL"
11473   - "ACL_STATELESS"
11474   - "ACL_STATEFUL"
11475   traces:
11476     hoverinfo: "x+y"
11477     boxpoints: "outliers"
11478     whiskerwidth: 0
11479   layout:
11480     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11481     layout: "plot-throughput"
11482
11483 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11484 -
11485   type: "plot"
11486   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11487   algorithm: "plot_performance_box"
11488   output-file-type: ".html"
11489   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11490   data: "plot-vpp-throughput-latency-2n-skx"
11491   filter: "'NIC_Intel-X710' and
11492            '64B' and
11493            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11494            'NDRPDR' and
11495            '2T1C' and
11496            'IP4FWD' and
11497            not 'IPSEC' and
11498            not 'VHOST'"
11499   parameters:
11500   - "throughput"
11501   - "parent"
11502   - "tags"
11503   sort:
11504   - "DOT1Q"
11505   - "IP4BASE"
11506   - "FIB_20k"
11507   - "FIB_200k"
11508   - "FIB_2M"
11509   traces:
11510     hoverinfo: "x+y"
11511     boxpoints: "outliers"
11512     whiskerwidth: 0
11513   layout:
11514     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11515     layout: "plot-throughput"
11516
11517 -
11518   type: "plot"
11519   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11520   algorithm: "plot_performance_box"
11521   output-file-type: ".html"
11522   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11523   data: "plot-vpp-throughput-latency-2n-skx"
11524   filter: "'NIC_Intel-X710' and
11525            '64B' and
11526            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11527            'NDRPDR' and
11528            '2T1C' and
11529            'IP4FWD' and
11530            not 'IPSEC' and
11531            not 'VHOST'"
11532   parameters:
11533   - "throughput"
11534   - "parent"
11535   - "tags"
11536   sort:
11537   - "DOT1Q"
11538   - "IP4BASE"
11539   - "FIB_20k"
11540   - "FIB_200k"
11541   - "FIB_2M"
11542   traces:
11543     hoverinfo: "x+y"
11544     boxpoints: "outliers"
11545     whiskerwidth: 0
11546   layout:
11547     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11548     layout: "plot-throughput"
11549
11550 -
11551   type: "plot"
11552   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11553   algorithm: "plot_performance_box"
11554   output-file-type: ".html"
11555   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11556   data: "plot-vpp-throughput-latency-2n-skx"
11557   filter: "'NIC_Intel-X710' and
11558            '64B' and
11559            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11560            'NDRPDR' and
11561            '4T2C' and
11562            'IP4FWD' and
11563            not 'IPSEC' and
11564            not 'VHOST'"
11565   parameters:
11566   - "throughput"
11567   - "parent"
11568   - "tags"
11569   sort:
11570   - "DOT1Q"
11571   - "IP4BASE"
11572   - "FIB_20k"
11573   - "FIB_200k"
11574   - "FIB_2M"
11575   traces:
11576     hoverinfo: "x+y"
11577     boxpoints: "outliers"
11578     whiskerwidth: 0
11579   layout:
11580     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11581     layout: "plot-throughput"
11582
11583 -
11584   type: "plot"
11585   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11586   algorithm: "plot_performance_box"
11587   output-file-type: ".html"
11588   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11589   data: "plot-vpp-throughput-latency-2n-skx"
11590   filter: "'NIC_Intel-X710' and
11591            '64B' and
11592            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11593            'NDRPDR' and
11594            '4T2C' and
11595            'IP4FWD' and
11596            not 'IPSEC' and
11597            not 'VHOST'"
11598   parameters:
11599   - "throughput"
11600   - "parent"
11601   - "tags"
11602   sort:
11603   - "DOT1Q"
11604   - "IP4BASE"
11605   - "FIB_20k"
11606   - "FIB_200k"
11607   - "FIB_2M"
11608   traces:
11609     hoverinfo: "x+y"
11610     boxpoints: "outliers"
11611     whiskerwidth: 0
11612   layout:
11613     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11614     layout: "plot-throughput"
11615
11616 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11617 -
11618   type: "plot"
11619   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11620   algorithm: "plot_performance_box"
11621   output-file-type: ".html"
11622   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11623   data: "plot-vpp-throughput-latency-2n-skx"
11624   filter: "'NIC_Intel-XXV710' and
11625            '64B' and
11626            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11627            'NDRPDR' and
11628            '2T1C' and
11629            'IP4FWD' and
11630            not 'IPSEC' and
11631            not 'VHOST'"
11632   parameters:
11633   - "throughput"
11634   - "parent"
11635   - "tags"
11636   sort:
11637   - "DOT1Q"
11638   - "IP4BASE"
11639   - "FIB_20k"
11640   - "FIB_200k"
11641   - "FIB_2M"
11642   traces:
11643     hoverinfo: "x+y"
11644     boxpoints: "outliers"
11645     whiskerwidth: 0
11646   layout:
11647     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11648     layout: "plot-throughput"
11649
11650 -
11651   type: "plot"
11652   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11653   algorithm: "plot_performance_box"
11654   output-file-type: ".html"
11655   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11656   data: "plot-vpp-throughput-latency-2n-skx"
11657   filter: "'NIC_Intel-XXV710' and
11658            '64B' and
11659            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11660            'NDRPDR' and
11661            '2T1C' and
11662            'IP4FWD' and
11663            not 'IPSEC' and
11664            not 'VHOST'"
11665   parameters:
11666   - "throughput"
11667   - "parent"
11668   - "tags"
11669   sort:
11670   - "DOT1Q"
11671   - "IP4BASE"
11672   - "FIB_20k"
11673   - "FIB_200k"
11674   - "FIB_2M"
11675   traces:
11676     hoverinfo: "x+y"
11677     boxpoints: "outliers"
11678     whiskerwidth: 0
11679   layout:
11680     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11681     layout: "plot-throughput"
11682
11683 -
11684   type: "plot"
11685   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11686   algorithm: "plot_performance_box"
11687   output-file-type: ".html"
11688   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11689   data: "plot-vpp-throughput-latency-2n-skx"
11690   filter: "'NIC_Intel-XXV710' and
11691            '64B' and
11692            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11693            'NDRPDR' and
11694            '4T2C' and
11695            'IP4FWD' and
11696            not 'IPSEC' and
11697            not 'VHOST'"
11698   parameters:
11699   - "throughput"
11700   - "parent"
11701   - "tags"
11702   sort:
11703   - "DOT1Q"
11704   - "IP4BASE"
11705   - "FIB_20k"
11706   - "FIB_200k"
11707   - "FIB_2M"
11708   traces:
11709     hoverinfo: "x+y"
11710     boxpoints: "outliers"
11711     whiskerwidth: 0
11712   layout:
11713     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11714     layout: "plot-throughput"
11715
11716 -
11717   type: "plot"
11718   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11719   algorithm: "plot_performance_box"
11720   output-file-type: ".html"
11721   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11722   data: "plot-vpp-throughput-latency-2n-skx"
11723   filter: "'NIC_Intel-XXV710' and
11724            '64B' and
11725            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11726            'NDRPDR' and
11727            '4T2C' and
11728            'IP4FWD' and
11729            not 'IPSEC' and
11730            not 'VHOST'"
11731   parameters:
11732   - "throughput"
11733   - "parent"
11734   - "tags"
11735   sort:
11736   - "DOT1Q"
11737   - "IP4BASE"
11738   - "FIB_20k"
11739   - "FIB_200k"
11740   - "FIB_2M"
11741   traces:
11742     hoverinfo: "x+y"
11743     boxpoints: "outliers"
11744     whiskerwidth: 0
11745   layout:
11746     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11747     layout: "plot-throughput"
11748
11749 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11750 -
11751   type: "plot"
11752   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11753   algorithm: "plot_performance_box"
11754   output-file-type: ".html"
11755   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11756   data: "intel-dnv-vpp"
11757   filter: "'NIC_Intel-X553' and
11758            '64B' and
11759            'IP4BASE' and
11760            'NDRPDR' and
11761            '1T1C' and
11762            'IP4FWD' and
11763            not 'IPSEC' and
11764            not 'VHOST'"
11765   parameters:
11766   - "throughput"
11767   - "parent"
11768   - "tags"
11769   sort:
11770   - "IP4BASE"
11771   traces:
11772     hoverinfo: "x+y"
11773     boxpoints: "outliers"
11774     whiskerwidth: 0
11775   layout:
11776     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11777     layout: "plot-throughput"
11778
11779 -
11780   type: "plot"
11781   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11782   algorithm: "plot_performance_box"
11783   output-file-type: ".html"
11784   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11785   data: "intel-dnv-vpp"
11786   filter: "'NIC_Intel-X553' and
11787            '64B' and
11788            'IP4BASE' and
11789            'NDRPDR' and
11790            '1T1C' and
11791            'IP4FWD' and
11792            not 'IPSEC' and
11793            not 'VHOST'"
11794   parameters:
11795   - "throughput"
11796   - "parent"
11797   - "tags"
11798   sort:
11799   - "IP4BASE"
11800   traces:
11801     hoverinfo: "x+y"
11802     boxpoints: "outliers"
11803     whiskerwidth: 0
11804   layout:
11805     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11806     layout: "plot-throughput"
11807
11808 -
11809   type: "plot"
11810   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11811   algorithm: "plot_performance_box"
11812   output-file-type: ".html"
11813   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11814   data: "intel-dnv-vpp"
11815   filter: "'NIC_Intel-X553' and
11816            '64B' and
11817            'IP4BASE' and
11818            'NDRPDR' and
11819            '2T2C' and
11820            'IP4FWD' and
11821            not 'IPSEC' and
11822            not 'VHOST'"
11823   parameters:
11824   - "throughput"
11825   - "parent"
11826   - "tags"
11827   sort:
11828   - "IP4BASE"
11829   traces:
11830     hoverinfo: "x+y"
11831     boxpoints: "outliers"
11832     whiskerwidth: 0
11833   layout:
11834     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11835     layout: "plot-throughput"
11836
11837 -
11838   type: "plot"
11839   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11840   algorithm: "plot_performance_box"
11841   output-file-type: ".html"
11842   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11843   data: "intel-dnv-vpp"
11844   filter: "'NIC_Intel-X553' and
11845            '64B' and
11846            'IP4BASE' and
11847            'NDRPDR' and
11848            '2T2C' and
11849            'IP4FWD' and
11850            not 'IPSEC' and
11851            not 'VHOST'"
11852   parameters:
11853   - "throughput"
11854   - "parent"
11855   - "tags"
11856   sort:
11857   - "IP4BASE"
11858   traces:
11859     hoverinfo: "x+y"
11860     boxpoints: "outliers"
11861     whiskerwidth: 0
11862   layout:
11863     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11864     layout: "plot-throughput"
11865
11866 ################################################################################
11867
11868 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11869 -
11870   type: "plot"
11871   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11872   algorithm: "plot_performance_box"
11873   output-file-type: ".html"
11874   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11875   data: "plot-vpp-throughput-latency-3n-hsw"
11876   filter: "'NIC_Intel-X520-DA2' and
11877            '64B' and
11878            'ENCAP' and
11879            'NDRPDR' and
11880            '1T1C' and
11881            ('VXLAN' or 'LISP') and
11882            not 'VHOST' and
11883            not 'IPSECHW'"
11884   parameters:
11885   - "throughput"
11886   - "parent"
11887   - "tags"
11888   sort:
11889   - "not DOT1Q"
11890   - "VXLAN_1"
11891   - "VXLAN_10"
11892   - "VXLAN_100"
11893   - "VXLAN_1000"
11894   traces:
11895     hoverinfo: "x+y"
11896     boxpoints: "outliers"
11897     whiskerwidth: 0
11898   layout:
11899     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11900     layout: "plot-throughput"
11901
11902 -
11903   type: "plot"
11904   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11905   algorithm: "plot_performance_box"
11906   output-file-type: ".html"
11907   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11908   data: "plot-vpp-throughput-latency-3n-hsw"
11909   filter: "'NIC_Intel-X520-DA2' and
11910            '64B' and
11911            'ENCAP' and
11912            'NDRPDR' and
11913            '1T1C' and
11914            ('VXLAN' or 'LISP') and
11915            not 'VHOST' and
11916            not 'IPSECHW'"
11917   parameters:
11918   - "throughput"
11919   - "parent"
11920   - "tags"
11921   sort:
11922   - "not DOT1Q"
11923   - "VXLAN_1"
11924   - "VXLAN_10"
11925   - "VXLAN_100"
11926   - "VXLAN_1000"
11927   traces:
11928     hoverinfo: "x+y"
11929     boxpoints: "outliers"
11930     whiskerwidth: 0
11931   layout:
11932     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11933     layout: "plot-throughput"
11934
11935 -
11936   type: "plot"
11937   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11938   algorithm: "plot_performance_box"
11939   output-file-type: ".html"
11940   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11941   data: "plot-vpp-throughput-latency-3n-hsw"
11942   filter: "'NIC_Intel-X520-DA2' and
11943            '64B' and
11944            'ENCAP' and
11945            'NDRPDR' and
11946            '2T2C' and
11947            ('VXLAN' or 'LISP') and
11948            not 'VHOST' and
11949            not 'IPSECHW'"
11950   parameters:
11951   - "throughput"
11952   - "parent"
11953   - "tags"
11954   sort:
11955   - "not DOT1Q"
11956   - "VXLAN_1"
11957   - "VXLAN_10"
11958   - "VXLAN_100"
11959   - "VXLAN_1000"
11960   traces:
11961     hoverinfo: "x+y"
11962     boxpoints: "outliers"
11963     whiskerwidth: 0
11964   layout:
11965     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11966     layout: "plot-throughput"
11967
11968 -
11969   type: "plot"
11970   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11971   algorithm: "plot_performance_box"
11972   output-file-type: ".html"
11973   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11974   data: "plot-vpp-throughput-latency-3n-hsw"
11975   filter: "'NIC_Intel-X520-DA2' and
11976            '64B' and
11977            'ENCAP' and
11978            'NDRPDR' and
11979            '2T2C' and
11980            ('VXLAN' or 'LISP') and
11981            not 'VHOST' and
11982            not 'IPSECHW'"
11983   parameters:
11984   - "throughput"
11985   - "parent"
11986   - "tags"
11987   sort:
11988   - "not DOT1Q"
11989   - "VXLAN_1"
11990   - "VXLAN_10"
11991   - "VXLAN_100"
11992   - "VXLAN_1000"
11993   traces:
11994     hoverinfo: "x+y"
11995     boxpoints: "outliers"
11996     whiskerwidth: 0
11997   layout:
11998     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11999     layout: "plot-throughput"
12000
12001 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12002 -
12003   type: "plot"
12004   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12005   algorithm: "plot_performance_box"
12006   output-file-type: ".html"
12007   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12008   data: "plot-vpp-throughput-latency-3n-hsw"
12009   filter: "'NIC_Intel-X520-DA2' and
12010            '64B' and
12011            'ENCAP' and
12012            'NDRPDR' and
12013            '1T1C' and
12014            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12015            not 'DOT1Q' and
12016            not 'VHOST' and
12017            not 'IPSECHW'"
12018   parameters:
12019   - "throughput"
12020   - "parent"
12021   - "tags"
12022   sort:
12023   - "L2BDMACLRN"
12024   - "L2XCFWD"
12025   - "LISP"
12026   traces:
12027     hoverinfo: "x+y"
12028     boxpoints: "outliers"
12029     whiskerwidth: 0
12030   layout:
12031     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12032     layout: "plot-throughput"
12033
12034 -
12035   type: "plot"
12036   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12037   algorithm: "plot_performance_box"
12038   output-file-type: ".html"
12039   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12040   data: "plot-vpp-throughput-latency-3n-hsw"
12041   filter: "'NIC_Intel-X520-DA2' and
12042            '64B' and
12043            'ENCAP' and
12044            'NDRPDR' and
12045            '2T2C' and
12046            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12047            not 'DOT1Q' and
12048            not 'VHOST' and
12049            not 'IPSECHW'"
12050   parameters:
12051   - "throughput"
12052   - "parent"
12053   - "tags"
12054   sort:
12055   - "L2BDMACLRN"
12056   - "L2XCFWD"
12057   - "LISP"
12058   traces:
12059     hoverinfo: "x+y"
12060     boxpoints: "outliers"
12061     whiskerwidth: 0
12062   layout:
12063     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12064     layout: "plot-throughput"
12065
12066 -
12067   type: "plot"
12068   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12069   algorithm: "plot_performance_box"
12070   output-file-type: ".html"
12071   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12072   data: "plot-vpp-throughput-latency-3n-hsw"
12073   filter: "'NIC_Intel-X520-DA2' and
12074            '64B' and
12075            'ENCAP' and
12076            'NDRPDR' and
12077            '1T1C' and
12078            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12079            not 'DOT1Q' and
12080            not 'VHOST' and
12081            not 'IPSECHW'"
12082   parameters:
12083   - "throughput"
12084   - "parent"
12085   - "tags"
12086   sort:
12087   - "L2BDMACLRN"
12088   - "L2XCFWD"
12089   - "LISP"
12090   traces:
12091     hoverinfo: "x+y"
12092     boxpoints: "outliers"
12093     whiskerwidth: 0
12094   layout:
12095     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12096     layout: "plot-throughput"
12097
12098 -
12099   type: "plot"
12100   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12101   algorithm: "plot_performance_box"
12102   output-file-type: ".html"
12103   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12104   data: "plot-vpp-throughput-latency-3n-hsw"
12105   filter: "'NIC_Intel-X520-DA2' and
12106            '64B' and
12107            'ENCAP' and
12108            'NDRPDR' and
12109            '2T2C' and
12110            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12111            not 'DOT1Q' and
12112            not 'VHOST' and
12113            not 'IPSECHW'"
12114   parameters:
12115   - "throughput"
12116   - "parent"
12117   - "tags"
12118   sort:
12119   - "L2BDMACLRN"
12120   - "L2XCFWD"
12121   - "LISP"
12122   traces:
12123     hoverinfo: "x+y"
12124     boxpoints: "outliers"
12125     whiskerwidth: 0
12126   layout:
12127     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12128     layout: "plot-throughput"
12129
12130 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12131 -
12132   type: "plot"
12133   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12134   algorithm: "plot_performance_box"
12135   output-file-type: ".html"
12136   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12137   data: "plot-vpp-throughput-latency-3n-hsw"
12138   filter: "'NIC_Intel-X710' and
12139            '64B' and
12140            'ENCAP' and
12141            'NDRPDR' and
12142            '1T1C' and
12143            ('VXLAN' or 'LISP') and
12144            not 'VHOST' and
12145            not 'IPSECHW'"
12146   parameters:
12147   - "throughput"
12148   - "parent"
12149   - "tags"
12150   sort:
12151   - "LISP"
12152   - "VXLAN_1"
12153   - "VXLAN_10"
12154   - "VXLAN_100"
12155   - "VXLAN_1000"
12156   traces:
12157     hoverinfo: "x+y"
12158     boxpoints: "outliers"
12159     whiskerwidth: 0
12160   layout:
12161     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12162     layout: "plot-throughput"
12163
12164 -
12165   type: "plot"
12166   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12167   algorithm: "plot_performance_box"
12168   output-file-type: ".html"
12169   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12170   data: "plot-vpp-throughput-latency-3n-hsw"
12171   filter: "'NIC_Intel-X710' and
12172            '64B' and
12173            'ENCAP' and
12174            'NDRPDR' and
12175            '1T1C' and
12176            ('VXLAN' or 'LISP') and
12177            not 'VHOST' and
12178            not 'IPSECHW'"
12179   parameters:
12180   - "throughput"
12181   - "parent"
12182   - "tags"
12183   sort:
12184   - "LISP"
12185   - "VXLAN_1"
12186   - "VXLAN_10"
12187   - "VXLAN_100"
12188   - "VXLAN_1000"
12189   traces:
12190     hoverinfo: "x+y"
12191     boxpoints: "outliers"
12192     whiskerwidth: 0
12193   layout:
12194     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12195     layout: "plot-throughput"
12196
12197 -
12198   type: "plot"
12199   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12200   algorithm: "plot_performance_box"
12201   output-file-type: ".html"
12202   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12203   data: "plot-vpp-throughput-latency-3n-hsw"
12204   filter: "'NIC_Intel-X710' and
12205            '64B' and
12206            'ENCAP' and
12207            'NDRPDR' and
12208            '2T2C' and
12209            ('VXLAN' or 'LISP') and
12210            not 'VHOST' and
12211            not 'IPSECHW'"
12212   parameters:
12213   - "throughput"
12214   - "parent"
12215   - "tags"
12216   sort:
12217   - "LISP"
12218   - "VXLAN_1"
12219   - "VXLAN_10"
12220   - "VXLAN_100"
12221   - "VXLAN_1000"
12222   traces:
12223     hoverinfo: "x+y"
12224     boxpoints: "outliers"
12225     whiskerwidth: 0
12226   layout:
12227     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12228     layout: "plot-throughput"
12229
12230 -
12231   type: "plot"
12232   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12233   algorithm: "plot_performance_box"
12234   output-file-type: ".html"
12235   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12236   data: "plot-vpp-throughput-latency-3n-hsw"
12237   filter: "'NIC_Intel-X710' and
12238            '64B' and
12239            'ENCAP' and
12240            'NDRPDR' and
12241            '2T2C' and
12242            ('VXLAN' or 'LISP') and
12243            not 'VHOST' and
12244            not 'IPSECHW'"
12245   parameters:
12246   - "throughput"
12247   - "parent"
12248   - "tags"
12249   sort:
12250   - "LISP"
12251   - "VXLAN_1"
12252   - "VXLAN_10"
12253   - "VXLAN_100"
12254   - "VXLAN_1000"
12255   traces:
12256     hoverinfo: "x+y"
12257     boxpoints: "outliers"
12258     whiskerwidth: 0
12259   layout:
12260     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12261     layout: "plot-throughput"
12262
12263 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12264 -
12265   type: "plot"
12266   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12267   algorithm: "plot_performance_box"
12268   output-file-type: ".html"
12269   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12270   data: "plot-vpp-throughput-latency-3n-hsw"
12271   filter: "'NIC_Intel-X710' and
12272            '64B' and
12273            'ENCAP' and
12274            'NDRPDR' and
12275            '1T1C' and
12276            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12277            not 'DOT1Q' and
12278            not 'VHOST' and
12279            not 'IPSECHW'"
12280   parameters:
12281   - "throughput"
12282   - "parent"
12283   - "tags"
12284   sort:
12285   - "L2BDMACLRN"
12286   - "L2XCFWD"
12287   - "LISP"
12288   traces:
12289     hoverinfo: "x+y"
12290     boxpoints: "outliers"
12291     whiskerwidth: 0
12292   layout:
12293     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12294     layout: "plot-throughput"
12295
12296 -
12297   type: "plot"
12298   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12299   algorithm: "plot_performance_box"
12300   output-file-type: ".html"
12301   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12302   data: "plot-vpp-throughput-latency-3n-hsw"
12303   filter: "'NIC_Intel-X710' and
12304            '64B' and
12305            'ENCAP' and
12306            'NDRPDR' and
12307            '2T2C' and
12308            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12309            not 'DOT1Q' and
12310            not 'VHOST' and
12311            not 'IPSECHW'"
12312   parameters:
12313   - "throughput"
12314   - "parent"
12315   - "tags"
12316   sort:
12317   - "L2BDMACLRN"
12318   - "L2XCFWD"
12319   - "LISP"
12320   traces:
12321     hoverinfo: "x+y"
12322     boxpoints: "outliers"
12323     whiskerwidth: 0
12324   layout:
12325     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12326     layout: "plot-throughput"
12327
12328 -
12329   type: "plot"
12330   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12331   algorithm: "plot_performance_box"
12332   output-file-type: ".html"
12333   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12334   data: "plot-vpp-throughput-latency-3n-hsw"
12335   filter: "'NIC_Intel-X710' and
12336            '64B' and
12337            'ENCAP' and
12338            'NDRPDR' and
12339            '1T1C' and
12340            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12341            not 'DOT1Q' and
12342            not 'VHOST' and
12343            not 'IPSECHW'"
12344   parameters:
12345   - "throughput"
12346   - "parent"
12347   - "tags"
12348   sort:
12349   - "L2BDMACLRN"
12350   - "L2XCFWD"
12351   - "LISP"
12352   traces:
12353     hoverinfo: "x+y"
12354     boxpoints: "outliers"
12355     whiskerwidth: 0
12356   layout:
12357     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12358     layout: "plot-throughput"
12359
12360 -
12361   type: "plot"
12362   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12363   algorithm: "plot_performance_box"
12364   output-file-type: ".html"
12365   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12366   data: "plot-vpp-throughput-latency-3n-hsw"
12367   filter: "'NIC_Intel-X710' and
12368            '64B' and
12369            'ENCAP' and
12370            'NDRPDR' and
12371            '2T2C' and
12372            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12373            not 'DOT1Q' and
12374            not 'VHOST' and
12375            not 'IPSECHW'"
12376   parameters:
12377   - "throughput"
12378   - "parent"
12379   - "tags"
12380   sort:
12381   - "L2BDMACLRN"
12382   - "L2XCFWD"
12383   - "LISP"
12384   traces:
12385     hoverinfo: "x+y"
12386     boxpoints: "outliers"
12387     whiskerwidth: 0
12388   layout:
12389     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12390     layout: "plot-throughput"
12391
12392 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12393 -
12394   type: "plot"
12395   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12396   algorithm: "plot_performance_box"
12397   output-file-type: ".html"
12398   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12399   data: "plot-vpp-throughput-latency-3n-skx"
12400   filter: "'NIC_Intel-X710' and
12401            '64B' and
12402            'ENCAP' and
12403            'NDRPDR' and
12404            '2T1C' and
12405            ('VXLAN' or 'LISP') and
12406            not 'VHOST' and
12407            not 'IPSECHW'"
12408   parameters:
12409   - "throughput"
12410   - "parent"
12411   - "tags"
12412   sort:
12413   - "LISP"
12414   - "VXLAN_1"
12415   - "VXLAN_10"
12416   - "VXLAN_100"
12417   - "VXLAN_1000"
12418   traces:
12419     hoverinfo: "x+y"
12420     boxpoints: "outliers"
12421     whiskerwidth: 0
12422   layout:
12423     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12424     layout: "plot-throughput"
12425
12426 -
12427   type: "plot"
12428   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12429   algorithm: "plot_performance_box"
12430   output-file-type: ".html"
12431   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12432   data: "plot-vpp-throughput-latency-3n-skx"
12433   filter: "'NIC_Intel-X710' and
12434            '64B' and
12435            'ENCAP' and
12436            'NDRPDR' and
12437            '2T1C' and
12438            ('VXLAN' or 'LISP') and
12439            not 'VHOST' and
12440            not 'IPSECHW'"
12441   parameters:
12442   - "throughput"
12443   - "parent"
12444   - "tags"
12445   sort:
12446   - "LISP"
12447   - "VXLAN_1"
12448   - "VXLAN_10"
12449   - "VXLAN_100"
12450   - "VXLAN_1000"
12451   traces:
12452     hoverinfo: "x+y"
12453     boxpoints: "outliers"
12454     whiskerwidth: 0
12455   layout:
12456     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12457     layout: "plot-throughput"
12458
12459 -
12460   type: "plot"
12461   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12462   algorithm: "plot_performance_box"
12463   output-file-type: ".html"
12464   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12465   data: "plot-vpp-throughput-latency-3n-skx"
12466   filter: "'NIC_Intel-X710' and
12467            '64B' and
12468            'ENCAP' and
12469            'NDRPDR' and
12470            '4T2C' and
12471            ('VXLAN' or 'LISP') and
12472            not 'VHOST' and
12473            not 'IPSECHW'"
12474   parameters:
12475   - "throughput"
12476   - "parent"
12477   - "tags"
12478   sort:
12479   - "LISP"
12480   - "VXLAN_1"
12481   - "VXLAN_10"
12482   - "VXLAN_100"
12483   - "VXLAN_1000"
12484   traces:
12485     hoverinfo: "x+y"
12486     boxpoints: "outliers"
12487     whiskerwidth: 0
12488   layout:
12489     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12490     layout: "plot-throughput"
12491
12492 -
12493   type: "plot"
12494   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12495   algorithm: "plot_performance_box"
12496   output-file-type: ".html"
12497   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12498   data: "plot-vpp-throughput-latency-3n-skx"
12499   filter: "'NIC_Intel-X710' and
12500            '64B' and
12501            'ENCAP' and
12502            'NDRPDR' and
12503            '4T2C' and
12504            ('VXLAN' or 'LISP') and
12505            not 'VHOST' and
12506            not 'IPSECHW'"
12507   parameters:
12508   - "throughput"
12509   - "parent"
12510   - "tags"
12511   sort:
12512   - "LISP"
12513   - "VXLAN_1"
12514   - "VXLAN_10"
12515   - "VXLAN_100"
12516   - "VXLAN_1000"
12517   traces:
12518     hoverinfo: "x+y"
12519     boxpoints: "outliers"
12520     whiskerwidth: 0
12521   layout:
12522     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12523     layout: "plot-throughput"
12524
12525 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12526 -
12527   type: "plot"
12528   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12529   algorithm: "plot_performance_box"
12530   output-file-type: ".html"
12531   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12532   data: "plot-vpp-throughput-latency-3n-skx"
12533   filter: "'NIC_Intel-X710' and
12534            '64B' and
12535            'ENCAP' and
12536            'NDRPDR' and
12537            '2T1C' and
12538            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12539            not 'DOT1Q' and
12540            not 'VHOST' and
12541            not 'IPSECHW'"
12542   parameters:
12543   - "throughput"
12544   - "parent"
12545   - "tags"
12546   sort:
12547   - "L2BDMACLRN"
12548   - "L2XCFWD"
12549   - "LISP"
12550   traces:
12551     hoverinfo: "x+y"
12552     boxpoints: "outliers"
12553     whiskerwidth: 0
12554   layout:
12555     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12556     layout: "plot-throughput"
12557
12558 -
12559   type: "plot"
12560   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12561   algorithm: "plot_performance_box"
12562   output-file-type: ".html"
12563   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12564   data: "plot-vpp-throughput-latency-3n-skx"
12565   filter: "'NIC_Intel-X710' and
12566            '64B' and
12567            'ENCAP' and
12568            'NDRPDR' and
12569            '4T2C' and
12570            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12571            not 'DOT1Q' and
12572            not 'VHOST' and
12573            not 'IPSECHW'"
12574   parameters:
12575   - "throughput"
12576   - "parent"
12577   - "tags"
12578   sort:
12579   - "L2BDMACLRN"
12580   - "L2XCFWD"
12581   - "LISP"
12582   traces:
12583     hoverinfo: "x+y"
12584     boxpoints: "outliers"
12585     whiskerwidth: 0
12586   layout:
12587     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12588     layout: "plot-throughput"
12589
12590 -
12591   type: "plot"
12592   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12593   algorithm: "plot_performance_box"
12594   output-file-type: ".html"
12595   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12596   data: "plot-vpp-throughput-latency-3n-skx"
12597   filter: "'NIC_Intel-X710' and
12598            '64B' and
12599            'ENCAP' and
12600            'NDRPDR' and
12601            '2T1C' and
12602            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12603            not 'DOT1Q' and
12604            not 'VHOST' and
12605            not 'IPSECHW'"
12606   parameters:
12607   - "throughput"
12608   - "parent"
12609   - "tags"
12610   sort:
12611   - "L2BDMACLRN"
12612   - "L2XCFWD"
12613   - "LISP"
12614   traces:
12615     hoverinfo: "x+y"
12616     boxpoints: "outliers"
12617     whiskerwidth: 0
12618   layout:
12619     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12620     layout: "plot-throughput"
12621
12622 -
12623   type: "plot"
12624   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12625   algorithm: "plot_performance_box"
12626   output-file-type: ".html"
12627   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12628   data: "plot-vpp-throughput-latency-3n-skx"
12629   filter: "'NIC_Intel-X710' and
12630            '64B' and
12631            'ENCAP' and
12632            'NDRPDR' and
12633            '4T2C' and
12634            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12635            not 'DOT1Q' and
12636            not 'VHOST' and
12637            not 'IPSECHW'"
12638   parameters:
12639   - "throughput"
12640   - "parent"
12641   - "tags"
12642   sort:
12643   - "L2BDMACLRN"
12644   - "L2XCFWD"
12645   - "LISP"
12646   traces:
12647     hoverinfo: "x+y"
12648     boxpoints: "outliers"
12649     whiskerwidth: 0
12650   layout:
12651     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12652     layout: "plot-throughput"
12653
12654 ################################################################################
12655
12656 # Packet Throughput - VPP IPv6 3n-hsw-x520
12657 -
12658   type: "plot"
12659   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12660   algorithm: "plot_performance_box"
12661   output-file-type: ".html"
12662   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12663   data: "plot-vpp-throughput-latency-3n-hsw"
12664   filter: "'NIC_Intel-X520-DA2' and
12665            '78B' and
12666            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12667            'NDRPDR' and
12668            '1T1C' and
12669            'IP6FWD' and
12670            not 'SRv6' and
12671            not 'IPSEC' and
12672            not 'VHOST'"
12673   parameters:
12674   - "throughput"
12675   - "parent"
12676   - "tags"
12677   sort:
12678   - "IP6BASE"
12679   - "FIB_20K"
12680   - "FIB_200K"
12681   - "FIB_2M"
12682   traces:
12683     hoverinfo: "x+y"
12684     boxpoints: "outliers"
12685     whiskerwidth: 0
12686   layout:
12687     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12688     layout: "plot-throughput"
12689
12690 -
12691   type: "plot"
12692   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12693   algorithm: "plot_performance_box"
12694   output-file-type: ".html"
12695   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12696   data: "plot-vpp-throughput-latency-3n-hsw"
12697   filter: "'NIC_Intel-X520-DA2' and
12698            '78B' and
12699            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12700            'NDRPDR' and
12701            '1T1C' and
12702            'IP6FWD' and
12703            not 'SRv6' and
12704            not 'IPSEC' and
12705            not 'VHOST'"
12706   parameters:
12707   - "throughput"
12708   - "parent"
12709   - "tags"
12710   sort:
12711   - "IP6BASE"
12712   - "FIB_20K"
12713   - "FIB_200K"
12714   - "FIB_2M"
12715   traces:
12716     hoverinfo: "x+y"
12717     boxpoints: "outliers"
12718     whiskerwidth: 0
12719   layout:
12720     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12721     layout: "plot-throughput"
12722
12723 -
12724   type: "plot"
12725   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12726   algorithm: "plot_performance_box"
12727   output-file-type: ".html"
12728   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12729   data: "plot-vpp-throughput-latency-3n-hsw"
12730   filter: "'NIC_Intel-X520-DA2' and
12731            '78B' and
12732            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12733            'NDRPDR' and
12734            '2T2C' and
12735            'IP6FWD' and
12736            not 'SRv6' and
12737            not 'IPSEC' and
12738            not 'VHOST'"
12739   parameters:
12740   - "throughput"
12741   - "parent"
12742   - "tags"
12743   sort:
12744   - "IP6BASE"
12745   - "FIB_20K"
12746   - "FIB_200K"
12747   - "FIB_2M"
12748   traces:
12749     hoverinfo: "x+y"
12750     boxpoints: "outliers"
12751     whiskerwidth: 0
12752   layout:
12753     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12754     layout: "plot-throughput"
12755
12756 -
12757   type: "plot"
12758   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12759   algorithm: "plot_performance_box"
12760   output-file-type: ".html"
12761   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12762   data: "plot-vpp-throughput-latency-3n-hsw"
12763   filter: "'NIC_Intel-X520-DA2' and
12764            '78B' and
12765            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12766            'NDRPDR' and
12767            '2T2C' and
12768            'IP6FWD' and
12769            not 'SRv6' and
12770            not 'IPSEC' and
12771            not 'VHOST'"
12772   parameters:
12773   - "throughput"
12774   - "parent"
12775   - "tags"
12776   sort:
12777   - "IP6BASE"
12778   - "FIB_20K"
12779   - "FIB_200K"
12780   - "FIB_2M"
12781   traces:
12782     hoverinfo: "x+y"
12783     boxpoints: "outliers"
12784     whiskerwidth: 0
12785   layout:
12786     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12787     layout: "plot-throughput"
12788
12789 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12790 -
12791   type: "plot"
12792   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12793   algorithm: "plot_performance_box"
12794   output-file-type: ".html"
12795   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12796   data: "plot-vpp-throughput-latency-3n-hsw"
12797   filter: "'NIC_Intel-X520-DA2' and
12798            '78B' and
12799            ('IP6BASE' or
12800             'POLICE_MARK' or
12801             'COPWHLIST' or
12802             'IACLDST') and
12803            'NDRPDR' and
12804            '1T1C' and
12805            'IP6FWD' and
12806            not 'SRv6' and
12807            not 'IPSEC' and
12808            not 'VHOST'"
12809   parameters:
12810   - "throughput"
12811   - "parent"
12812   - "tags"
12813   sort:
12814   - "IP6BASE"
12815   - "POLICE_MARK"
12816   - "COPWHLIST"
12817   - "IACLDST"
12818   traces:
12819     hoverinfo: "x+y"
12820     boxpoints: "outliers"
12821     whiskerwidth: 0
12822   layout:
12823     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12824     layout: "plot-throughput"
12825
12826 -
12827   type: "plot"
12828   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12829   algorithm: "plot_performance_box"
12830   output-file-type: ".html"
12831   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12832   data: "plot-vpp-throughput-latency-3n-hsw"
12833   filter: "'NIC_Intel-X520-DA2' and
12834            '78B' and
12835            ('IP6BASE' or
12836             'POLICE_MARK' or
12837             'COPWHLIST' or
12838             'IACLDST') and
12839            'NDRPDR' and
12840            '2T2C' and
12841            'IP6FWD' and
12842            not 'SRv6' and
12843            not 'IPSEC' and
12844            not 'VHOST'"
12845   parameters:
12846   - "throughput"
12847   - "parent"
12848   - "tags"
12849   sort:
12850   - "IP6BASE"
12851   - "POLICE_MARK"
12852   - "COPWHLIST"
12853   - "IACLDST"
12854   traces:
12855     hoverinfo: "x+y"
12856     boxpoints: "outliers"
12857     whiskerwidth: 0
12858   layout:
12859     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12860     layout: "plot-throughput"
12861
12862 -
12863   type: "plot"
12864   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12865   algorithm: "plot_performance_box"
12866   output-file-type: ".html"
12867   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12868   data: "plot-vpp-throughput-latency-3n-hsw"
12869   filter: "'NIC_Intel-X520-DA2' and
12870            '78B' and
12871            ('IP6BASE' or
12872             'POLICE_MARK' or
12873             'COPWHLIST' or
12874             'IACLDST') and
12875            'NDRPDR' and
12876            '1T1C' and
12877            'IP6FWD' and
12878            not 'SRv6' and
12879            not 'IPSEC' and
12880            not 'VHOST'"
12881   parameters:
12882   - "throughput"
12883   - "parent"
12884   - "tags"
12885   sort:
12886   - "IP6BASE"
12887   - "POLICE_MARK"
12888   - "COPWHLIST"
12889   - "IACLDST"
12890   traces:
12891     hoverinfo: "x+y"
12892     boxpoints: "outliers"
12893     whiskerwidth: 0
12894   layout:
12895     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12896     layout: "plot-throughput"
12897
12898 -
12899   type: "plot"
12900   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12901   algorithm: "plot_performance_box"
12902   output-file-type: ".html"
12903   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12904   data: "plot-vpp-throughput-latency-3n-hsw"
12905   filter: "'NIC_Intel-X520-DA2' and
12906            '78B' and
12907            ('IP6BASE' or
12908             'POLICE_MARK' or
12909             'COPWHLIST' or
12910             'IACLDST') and
12911            'NDRPDR' and
12912            '2T2C' and
12913            'IP6FWD' and
12914            not 'SRv6' and
12915            not 'IPSEC' and
12916            not 'VHOST'"
12917   parameters:
12918   - "throughput"
12919   - "parent"
12920   - "tags"
12921   sort:
12922   - "IP6BASE"
12923   - "POLICE_MARK"
12924   - "COPWHLIST"
12925   - "IACLDST"
12926   traces:
12927     hoverinfo: "x+y"
12928     boxpoints: "outliers"
12929     whiskerwidth: 0
12930   layout:
12931     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12932     layout: "plot-throughput"
12933
12934 # Packet Throughput - VPP IPv6 3n-hsw-x710
12935 -
12936   type: "plot"
12937   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12938   algorithm: "plot_performance_box"
12939   output-file-type: ".html"
12940   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12941   data: "plot-vpp-throughput-latency-3n-hsw"
12942   filter: "'NIC_Intel-X710' and
12943            '78B' and
12944            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12945            'NDRPDR' and
12946            '1T1C' and
12947            'IP6FWD' and
12948            not 'SRv6' and
12949            not 'IPSEC' and
12950            not 'VHOST'"
12951   parameters:
12952   - "throughput"
12953   - "parent"
12954   - "tags"
12955   sort:
12956   - "IP6BASE"
12957   - "FIB_20K"
12958   - "FIB_200K"
12959   - "FIB_2M"
12960   traces:
12961     hoverinfo: "x+y"
12962     boxpoints: "outliers"
12963     whiskerwidth: 0
12964   layout:
12965     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12966     layout: "plot-throughput"
12967
12968 -
12969   type: "plot"
12970   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12971   algorithm: "plot_performance_box"
12972   output-file-type: ".html"
12973   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12974   data: "plot-vpp-throughput-latency-3n-hsw"
12975   filter: "'NIC_Intel-X710' and
12976            '78B' and
12977            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12978            'NDRPDR' and
12979            '1T1C' and
12980            'IP6FWD' and
12981            not 'SRv6' and
12982            not 'IPSEC' and
12983            not 'VHOST'"
12984   parameters:
12985   - "throughput"
12986   - "parent"
12987   - "tags"
12988   sort:
12989   - "IP6BASE"
12990   - "FIB_20K"
12991   - "FIB_200K"
12992   - "FIB_2M"
12993   traces:
12994     hoverinfo: "x+y"
12995     boxpoints: "outliers"
12996     whiskerwidth: 0
12997   layout:
12998     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12999     layout: "plot-throughput"
13000
13001 -
13002   type: "plot"
13003   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13004   algorithm: "plot_performance_box"
13005   output-file-type: ".html"
13006   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13007   data: "plot-vpp-throughput-latency-3n-hsw"
13008   filter: "'NIC_Intel-X710' and
13009            '78B' and
13010            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13011            'NDRPDR' and
13012            '2T2C' and
13013            'IP6FWD' and
13014            not 'SRv6' and
13015            not 'IPSEC' and
13016            not 'VHOST'"
13017   parameters:
13018   - "throughput"
13019   - "parent"
13020   - "tags"
13021   sort:
13022   - "IP6BASE"
13023   - "FIB_20K"
13024   - "FIB_200K"
13025   - "FIB_2M"
13026   traces:
13027     hoverinfo: "x+y"
13028     boxpoints: "outliers"
13029     whiskerwidth: 0
13030   layout:
13031     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13032     layout: "plot-throughput"
13033
13034 -
13035   type: "plot"
13036   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13037   algorithm: "plot_performance_box"
13038   output-file-type: ".html"
13039   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13040   data: "plot-vpp-throughput-latency-3n-hsw"
13041   filter: "'NIC_Intel-X710' and
13042            '78B' and
13043            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13044            'NDRPDR' and
13045            '2T2C' and
13046            'IP6FWD' and
13047            not 'SRv6' and
13048            not 'IPSEC' and
13049            not 'VHOST'"
13050   parameters:
13051   - "throughput"
13052   - "parent"
13053   - "tags"
13054   sort:
13055   - "IP6BASE"
13056   - "FIB_20K"
13057   - "FIB_200K"
13058   - "FIB_2M"
13059   traces:
13060     hoverinfo: "x+y"
13061     boxpoints: "outliers"
13062     whiskerwidth: 0
13063   layout:
13064     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13065     layout: "plot-throughput"
13066
13067 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13068 -
13069   type: "plot"
13070   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13071   algorithm: "plot_performance_box"
13072   output-file-type: ".html"
13073   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13074   data: "plot-vpp-throughput-latency-3n-hsw"
13075   filter: "'NIC_Intel-X710' and
13076            '78B' and
13077            ('IP6BASE' or
13078             'POLICE_MARK' or
13079             'COPWHLIST' or
13080             'IACLDST') and
13081            'NDRPDR' and
13082            '1T1C' and
13083            'IP6FWD' and
13084            not 'SRv6' and
13085            not 'IPSEC' and
13086            not 'VHOST'"
13087   parameters:
13088   - "throughput"
13089   - "parent"
13090   - "tags"
13091   sort:
13092   - "IP6BASE"
13093   - "POLICE_MARK"
13094   - "COPWHLIST"
13095   - "IACLDST"
13096   traces:
13097     hoverinfo: "x+y"
13098     boxpoints: "outliers"
13099     whiskerwidth: 0
13100   layout:
13101     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13102     layout: "plot-throughput"
13103
13104 -
13105   type: "plot"
13106   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13107   algorithm: "plot_performance_box"
13108   output-file-type: ".html"
13109   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13110   data: "plot-vpp-throughput-latency-3n-hsw"
13111   filter: "'NIC_Intel-X710' and
13112            '78B' and
13113            ('IP6BASE' or
13114             'POLICE_MARK' or
13115             'COPWHLIST' or
13116             'IACLDST') and
13117            'NDRPDR' and
13118            '2T2C' and
13119            'IP6FWD' and
13120            not 'SRv6' and
13121            not 'IPSEC' and
13122            not 'VHOST'"
13123   parameters:
13124   - "throughput"
13125   - "parent"
13126   - "tags"
13127   sort:
13128   - "IP6BASE"
13129   - "POLICE_MARK"
13130   - "COPWHLIST"
13131   - "IACLDST"
13132   traces:
13133     hoverinfo: "x+y"
13134     boxpoints: "outliers"
13135     whiskerwidth: 0
13136   layout:
13137     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13138     layout: "plot-throughput"
13139
13140 -
13141   type: "plot"
13142   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13143   algorithm: "plot_performance_box"
13144   output-file-type: ".html"
13145   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13146   data: "plot-vpp-throughput-latency-3n-hsw"
13147   filter: "'NIC_Intel-X710' and
13148            '78B' and
13149            ('IP6BASE' or
13150             'POLICE_MARK' or
13151             'COPWHLIST' or
13152             'IACLDST') and
13153            'NDRPDR' and
13154            '1T1C' and
13155            'IP6FWD' and
13156            not 'SRv6' and
13157            not 'IPSEC' and
13158            not 'VHOST'"
13159   parameters:
13160   - "throughput"
13161   - "parent"
13162   - "tags"
13163   sort:
13164   - "IP6BASE"
13165   - "POLICE_MARK"
13166   - "COPWHLIST"
13167   - "IACLDST"
13168   traces:
13169     hoverinfo: "x+y"
13170     boxpoints: "outliers"
13171     whiskerwidth: 0
13172   layout:
13173     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13174     layout: "plot-throughput"
13175
13176 -
13177   type: "plot"
13178   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13179   algorithm: "plot_performance_box"
13180   output-file-type: ".html"
13181   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13182   data: "plot-vpp-throughput-latency-3n-hsw"
13183   filter: "'NIC_Intel-X710' and
13184            '78B' and
13185            ('IP6BASE' or
13186             'POLICE_MARK' or
13187             'COPWHLIST' or
13188             'IACLDST') and
13189            'NDRPDR' and
13190            '2T2C' and
13191            'IP6FWD' and
13192            not 'SRv6' and
13193            not 'IPSEC' and
13194            not 'VHOST'"
13195   parameters:
13196   - "throughput"
13197   - "parent"
13198   - "tags"
13199   sort:
13200   - "IP6BASE"
13201   - "POLICE_MARK"
13202   - "COPWHLIST"
13203   - "IACLDST"
13204   traces:
13205     hoverinfo: "x+y"
13206     boxpoints: "outliers"
13207     whiskerwidth: 0
13208   layout:
13209     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13210     layout: "plot-throughput"
13211
13212 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13213 -
13214   type: "plot"
13215   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13216   algorithm: "plot_performance_box"
13217   output-file-type: ".html"
13218   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13219   data: "plot-vpp-throughput-latency-3n-hsw"
13220   filter: "'NIC_Intel-XL710' and
13221            '78B' and
13222            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13223            'NDRPDR' and
13224            '1T1C' and
13225            'IP6FWD' and
13226            not 'SRv6' and
13227            not 'IPSEC' and
13228            not 'VHOST'"
13229   parameters:
13230   - "throughput"
13231   - "parent"
13232   - "tags"
13233   sort:
13234   - "IP6BASE"
13235   - "FIB_20K"
13236   - "FIB_200K"
13237   - "FIB_2M"
13238   traces:
13239     hoverinfo: "x+y"
13240     boxpoints: "outliers"
13241     whiskerwidth: 0
13242   layout:
13243     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13244     layout: "plot-throughput"
13245
13246 -
13247   type: "plot"
13248   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13249   algorithm: "plot_performance_box"
13250   output-file-type: ".html"
13251   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13252   data: "plot-vpp-throughput-latency-3n-hsw"
13253   filter: "'NIC_Intel-XL710' and
13254            '78B' and
13255            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13256            'NDRPDR' and
13257            '1T1C' and
13258            'IP6FWD' and
13259            not 'SRv6' and
13260            not 'IPSEC' and
13261            not 'VHOST'"
13262   parameters:
13263   - "throughput"
13264   - "parent"
13265   - "tags"
13266   sort:
13267   - "IP6BASE"
13268   - "FIB_20K"
13269   - "FIB_200K"
13270   - "FIB_2M"
13271   traces:
13272     hoverinfo: "x+y"
13273     boxpoints: "outliers"
13274     whiskerwidth: 0
13275   layout:
13276     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13277     layout: "plot-throughput"
13278
13279 -
13280   type: "plot"
13281   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13282   algorithm: "plot_performance_box"
13283   output-file-type: ".html"
13284   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13285   data: "plot-vpp-throughput-latency-3n-hsw"
13286   filter: "'NIC_Intel-XL710' and
13287            '78B' and
13288            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13289            'NDRPDR' and
13290            '2T2C' and
13291            'IP6FWD' and
13292            not 'SRv6' and
13293            not 'IPSEC' and
13294            not 'VHOST'"
13295   parameters:
13296   - "throughput"
13297   - "parent"
13298   - "tags"
13299   sort:
13300   - "IP6BASE"
13301   - "FIB_20K"
13302   - "FIB_200K"
13303   - "FIB_2M"
13304   traces:
13305     hoverinfo: "x+y"
13306     boxpoints: "outliers"
13307     whiskerwidth: 0
13308   layout:
13309     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13310     layout: "plot-throughput"
13311
13312 -
13313   type: "plot"
13314   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13315   algorithm: "plot_performance_box"
13316   output-file-type: ".html"
13317   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13318   data: "plot-vpp-throughput-latency-3n-hsw"
13319   filter: "'NIC_Intel-XL710' and
13320            '78B' and
13321            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13322            'NDRPDR' and
13323            '2T2C' and
13324            'IP6FWD' and
13325            not 'SRv6' and
13326            not 'IPSEC' and
13327            not 'VHOST'"
13328   parameters:
13329   - "throughput"
13330   - "parent"
13331   - "tags"
13332   sort:
13333   - "IP6BASE"
13334   - "FIB_20K"
13335   - "FIB_200K"
13336   - "FIB_2M"
13337   traces:
13338     hoverinfo: "x+y"
13339     boxpoints: "outliers"
13340     whiskerwidth: 0
13341   layout:
13342     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13343     layout: "plot-throughput"
13344
13345 # Packet Throughput - VPP IPv6 3n-skx-x710
13346 -
13347   type: "plot"
13348   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13349   algorithm: "plot_performance_box"
13350   output-file-type: ".html"
13351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13352   data: "plot-vpp-throughput-latency-3n-skx"
13353   filter: "'NIC_Intel-X710' and
13354            '78B' and
13355            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13356            'NDRPDR' and
13357            '2T1C' and
13358            'IP6FWD' and
13359            not 'SRv6' and
13360            not 'IPSEC' and
13361            not 'VHOST'"
13362   parameters:
13363   - "throughput"
13364   - "parent"
13365   - "tags"
13366   sort:
13367   - "IP6BASE"
13368   - "FIB_20k"
13369   - "FIB_200k"
13370   - "FIB_2M"
13371   traces:
13372     hoverinfo: "x+y"
13373     boxpoints: "outliers"
13374     whiskerwidth: 0
13375   layout:
13376     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13377     layout: "plot-throughput"
13378
13379 -
13380   type: "plot"
13381   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13382   algorithm: "plot_performance_box"
13383   output-file-type: ".html"
13384   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13385   data: "plot-vpp-throughput-latency-3n-skx"
13386   filter: "'NIC_Intel-X710' and
13387            '78B' and
13388            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13389            'NDRPDR' and
13390            '2T1C' and
13391            'IP6FWD' and
13392            not 'SRv6' and
13393            not 'IPSEC' and
13394            not 'VHOST'"
13395   parameters:
13396   - "throughput"
13397   - "parent"
13398   - "tags"
13399   sort:
13400   - "IP6BASE"
13401   - "FIB_20k"
13402   - "FIB_200k"
13403   - "FIB_2M"
13404   traces:
13405     hoverinfo: "x+y"
13406     boxpoints: "outliers"
13407     whiskerwidth: 0
13408   layout:
13409     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13410     layout: "plot-throughput"
13411
13412 -
13413   type: "plot"
13414   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13415   algorithm: "plot_performance_box"
13416   output-file-type: ".html"
13417   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13418   data: "plot-vpp-throughput-latency-3n-skx"
13419   filter: "'NIC_Intel-X710' and
13420            '78B' and
13421            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13422            'NDRPDR' and
13423            '4T2C' and
13424            'IP6FWD' and
13425            not 'SRv6' and
13426            not 'IPSEC' and
13427            not 'VHOST'"
13428   parameters:
13429   - "throughput"
13430   - "parent"
13431   - "tags"
13432   sort:
13433   - "IP6BASE"
13434   - "FIB_20k"
13435   - "FIB_200k"
13436   - "FIB_2M"
13437   traces:
13438     hoverinfo: "x+y"
13439     boxpoints: "outliers"
13440     whiskerwidth: 0
13441   layout:
13442     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13443     layout: "plot-throughput"
13444
13445 -
13446   type: "plot"
13447   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13448   algorithm: "plot_performance_box"
13449   output-file-type: ".html"
13450   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13451   data: "plot-vpp-throughput-latency-3n-skx"
13452   filter: "'NIC_Intel-X710' and
13453            '78B' and
13454            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13455            'NDRPDR' and
13456            '4T2C' and
13457            'IP6FWD' and
13458            not 'SRv6' and
13459            not 'IPSEC' and
13460            not 'VHOST'"
13461   parameters:
13462   - "throughput"
13463   - "parent"
13464   - "tags"
13465   sort:
13466   - "IP6BASE"
13467   - "FIB_20k"
13468   - "FIB_200k"
13469   - "FIB_2M"
13470   traces:
13471     hoverinfo: "x+y"
13472     boxpoints: "outliers"
13473     whiskerwidth: 0
13474   layout:
13475     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13476     layout: "plot-throughput"
13477
13478 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13479 -
13480   type: "plot"
13481   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13482   algorithm: "plot_performance_box"
13483   output-file-type: ".html"
13484   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13485   data: "plot-vpp-throughput-latency-3n-skx"
13486   filter: "'NIC_Intel-X710' and
13487            '78B' and
13488            ('IP6BASE' or
13489             'POLICE_MARK' or
13490             'COPWHLIST' or
13491             'IACLDST') and
13492            'NDRPDR' and
13493            '2T1C' and
13494            'IP6FWD' and
13495            not 'SRv6' and
13496            not 'IPSEC' and
13497            not 'VHOST'"
13498   parameters:
13499   - "throughput"
13500   - "parent"
13501   - "tags"
13502   sort:
13503   - "IP6BASE"
13504   - "POLICE_MARK"
13505   - "COPWHLIST"
13506   - "IACLDST"
13507   traces:
13508     hoverinfo: "x+y"
13509     boxpoints: "outliers"
13510     whiskerwidth: 0
13511   layout:
13512     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13513     layout: "plot-throughput"
13514
13515 -
13516   type: "plot"
13517   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13518   algorithm: "plot_performance_box"
13519   output-file-type: ".html"
13520   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13521   data: "plot-vpp-throughput-latency-3n-hsw"
13522   filter: "'NIC_Intel-X710' and
13523            '78B' and
13524            ('IP6BASE' or
13525             'POLICE_MARK' or
13526             'COPWHLIST' or
13527             'IACLDST') and
13528            'NDRPDR' and
13529            '4T2C' and
13530            'IP6FWD' and
13531            not 'SRv6' and
13532            not 'IPSEC' and
13533            not 'VHOST'"
13534   parameters:
13535   - "throughput"
13536   - "parent"
13537   - "tags"
13538   sort:
13539   - "IP6BASE"
13540   - "POLICE_MARK"
13541   - "COPWHLIST"
13542   - "IACLDST"
13543   traces:
13544     hoverinfo: "x+y"
13545     boxpoints: "outliers"
13546     whiskerwidth: 0
13547   layout:
13548     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13549     layout: "plot-throughput"
13550
13551 -
13552   type: "plot"
13553   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13554   algorithm: "plot_performance_box"
13555   output-file-type: ".html"
13556   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13557   data: "plot-vpp-throughput-latency-3n-skx"
13558   filter: "'NIC_Intel-X710' and
13559            '78B' and
13560            ('IP6BASE' or
13561             'POLICE_MARK' or
13562             'COPWHLIST' or
13563             'IACLDST') and
13564            'NDRPDR' and
13565            '2T1C' and
13566            'IP6FWD' and
13567            not 'SRv6' and
13568            not 'IPSEC' and
13569            not 'VHOST'"
13570   parameters:
13571   - "throughput"
13572   - "parent"
13573   - "tags"
13574   sort:
13575   - "IP6BASE"
13576   - "POLICE_MARK"
13577   - "COPWHLIST"
13578   - "IACLDST"
13579   traces:
13580     hoverinfo: "x+y"
13581     boxpoints: "outliers"
13582     whiskerwidth: 0
13583   layout:
13584     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13585     layout: "plot-throughput"
13586
13587 -
13588   type: "plot"
13589   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13590   algorithm: "plot_performance_box"
13591   output-file-type: ".html"
13592   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13593   data: "plot-vpp-throughput-latency-3n-skx"
13594   filter: "'NIC_Intel-X710' and
13595            '78B' and
13596            ('IP6BASE' or
13597             'POLICE_MARK' or
13598             'COPWHLIST' or
13599             'IACLDST') and
13600            'NDRPDR' and
13601            '4T2C' and
13602            'IP6FWD' and
13603            not 'SRv6' and
13604            not 'IPSEC' and
13605            not 'VHOST'"
13606   parameters:
13607   - "throughput"
13608   - "parent"
13609   - "tags"
13610   sort:
13611   - "IP6BASE"
13612   - "POLICE_MARK"
13613   - "COPWHLIST"
13614   - "IACLDST"
13615   traces:
13616     hoverinfo: "x+y"
13617     boxpoints: "outliers"
13618     whiskerwidth: 0
13619   layout:
13620     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13621     layout: "plot-throughput"
13622
13623 # Packet Throughput - VPP IPv6 2n-skx-x710
13624 -
13625   type: "plot"
13626   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13627   algorithm: "plot_performance_box"
13628   output-file-type: ".html"
13629   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13630   data: "plot-vpp-throughput-latency-2n-skx"
13631   filter: "'NIC_Intel-X710' and
13632            '78B' and
13633            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13634            'NDRPDR' and
13635            '2T1C' and
13636            'IP6FWD' and
13637            not 'SRv6' and
13638            not 'IPSEC' and
13639            not 'VHOST'"
13640   parameters:
13641   - "throughput"
13642   - "parent"
13643   - "tags"
13644   sort:
13645   - "IP6BASE"
13646   - "FIB_20k"
13647   - "FIB_200k"
13648   - "FIB_2M"
13649   traces:
13650     hoverinfo: "x+y"
13651     boxpoints: "outliers"
13652     whiskerwidth: 0
13653   layout:
13654     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13655     layout: "plot-throughput"
13656
13657 -
13658   type: "plot"
13659   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13660   algorithm: "plot_performance_box"
13661   output-file-type: ".html"
13662   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13663   data: "plot-vpp-throughput-latency-2n-skx"
13664   filter: "'NIC_Intel-X710' and
13665            '78B' and
13666            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13667            'NDRPDR' and
13668            '2T1C' and
13669            'IP6FWD' and
13670            not 'SRv6' and
13671            not 'IPSEC' and
13672            not 'VHOST'"
13673   parameters:
13674   - "throughput"
13675   - "parent"
13676   - "tags"
13677   sort:
13678   - "IP6BASE"
13679   - "FIB_20k"
13680   - "FIB_200k"
13681   - "FIB_2M"
13682   traces:
13683     hoverinfo: "x+y"
13684     boxpoints: "outliers"
13685     whiskerwidth: 0
13686   layout:
13687     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13688     layout: "plot-throughput"
13689
13690 -
13691   type: "plot"
13692   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13693   algorithm: "plot_performance_box"
13694   output-file-type: ".html"
13695   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13696   data: "plot-vpp-throughput-latency-2n-skx"
13697   filter: "'NIC_Intel-X710' and
13698            '78B' and
13699            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13700            'NDRPDR' and
13701            '4T2C' and
13702            'IP6FWD' and
13703            not 'SRv6' and
13704            not 'IPSEC' and
13705            not 'VHOST'"
13706   parameters:
13707   - "throughput"
13708   - "parent"
13709   - "tags"
13710   sort:
13711   - "IP6BASE"
13712   - "FIB_20k"
13713   - "FIB_200k"
13714   - "FIB_2M"
13715   traces:
13716     hoverinfo: "x+y"
13717     boxpoints: "outliers"
13718     whiskerwidth: 0
13719   layout:
13720     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13721     layout: "plot-throughput"
13722
13723 -
13724   type: "plot"
13725   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13726   algorithm: "plot_performance_box"
13727   output-file-type: ".html"
13728   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13729   data: "plot-vpp-throughput-latency-2n-skx"
13730   filter: "'NIC_Intel-X710' and
13731            '78B' and
13732            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13733            'NDRPDR' and
13734            '4T2C' and
13735            'IP6FWD' and
13736            not 'SRv6' and
13737            not 'IPSEC' and
13738            not 'VHOST'"
13739   parameters:
13740   - "throughput"
13741   - "parent"
13742   - "tags"
13743   sort:
13744   - "IP6BASE"
13745   - "FIB_20k"
13746   - "FIB_200k"
13747   - "FIB_2M"
13748   traces:
13749     hoverinfo: "x+y"
13750     boxpoints: "outliers"
13751     whiskerwidth: 0
13752   layout:
13753     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13754     layout: "plot-throughput"
13755
13756 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13757 -
13758   type: "plot"
13759   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13760   algorithm: "plot_performance_box"
13761   output-file-type: ".html"
13762   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13763   data: "plot-vpp-throughput-latency-2n-skx"
13764   filter: "'NIC_Intel-XXV710' and
13765            '78B' and
13766            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13767            'NDRPDR' and
13768            '2T1C' and
13769            'IP6FWD' and
13770            not 'SRv6' and
13771            not 'IPSEC' and
13772            not 'VHOST'"
13773   parameters:
13774   - "throughput"
13775   - "parent"
13776   - "tags"
13777   sort:
13778   - "IP6BASE"
13779   - "FIB_20k"
13780   - "FIB_200k"
13781   - "FIB_2M"
13782   traces:
13783     hoverinfo: "x+y"
13784     boxpoints: "outliers"
13785     whiskerwidth: 0
13786   layout:
13787     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13788     layout: "plot-throughput"
13789
13790 -
13791   type: "plot"
13792   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13793   algorithm: "plot_performance_box"
13794   output-file-type: ".html"
13795   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13796   data: "plot-vpp-throughput-latency-2n-skx"
13797   filter: "'NIC_Intel-XXV710' and
13798            '78B' and
13799            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13800            'NDRPDR' and
13801            '2T1C' and
13802            'IP6FWD' and
13803            not 'SRv6' and
13804            not 'IPSEC' and
13805            not 'VHOST'"
13806   parameters:
13807   - "throughput"
13808   - "parent"
13809   - "tags"
13810   sort:
13811   - "IP6BASE"
13812   - "FIB_20k"
13813   - "FIB_200k"
13814   - "FIB_2M"
13815   traces:
13816     hoverinfo: "x+y"
13817     boxpoints: "outliers"
13818     whiskerwidth: 0
13819   layout:
13820     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13821     layout: "plot-throughput"
13822
13823 -
13824   type: "plot"
13825   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13826   algorithm: "plot_performance_box"
13827   output-file-type: ".html"
13828   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13829   data: "plot-vpp-throughput-latency-2n-skx"
13830   filter: "'NIC_Intel-XXV710' and
13831            '78B' and
13832            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13833            'NDRPDR' and
13834            '4T2C' and
13835            'IP6FWD' and
13836            not 'SRv6' and
13837            not 'IPSEC' and
13838            not 'VHOST'"
13839   parameters:
13840   - "throughput"
13841   - "parent"
13842   - "tags"
13843   sort:
13844   - "IP6BASE"
13845   - "FIB_20k"
13846   - "FIB_200k"
13847   - "FIB_2M"
13848   traces:
13849     hoverinfo: "x+y"
13850     boxpoints: "outliers"
13851     whiskerwidth: 0
13852   layout:
13853     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13854     layout: "plot-throughput"
13855
13856 -
13857   type: "plot"
13858   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13859   algorithm: "plot_performance_box"
13860   output-file-type: ".html"
13861   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13862   data: "plot-vpp-throughput-latency-2n-skx"
13863   filter: "'NIC_Intel-XXV710' and
13864            '78B' and
13865            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13866            'NDRPDR' and
13867            '4T2C' and
13868            'IP6FWD' and
13869            not 'SRv6' and
13870            not 'IPSEC' and
13871            not 'VHOST'"
13872   parameters:
13873   - "throughput"
13874   - "parent"
13875   - "tags"
13876   sort:
13877   - "IP6BASE"
13878   - "FIB_20k"
13879   - "FIB_200k"
13880   - "FIB_2M"
13881   traces:
13882     hoverinfo: "x+y"
13883     boxpoints: "outliers"
13884     whiskerwidth: 0
13885   layout:
13886     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13887     layout: "plot-throughput"
13888
13889 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13890 -
13891   type: "plot"
13892   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13893   algorithm: "plot_performance_box"
13894   output-file-type: ".html"
13895   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13896   data: "intel-dnv-vpp"
13897   filter: "'NIC_Intel-X553' and
13898            '78B' and
13899            'IP6BASE' and
13900            'NDRPDR' and
13901            '1T1C' and
13902            'IP6FWD' and
13903            not 'SRv6' and
13904            not 'IPSEC' and
13905            not 'VHOST'"
13906   parameters:
13907   - "throughput"
13908   - "parent"
13909   - "tags"
13910   sort:
13911   - "IP6BASE"
13912   traces:
13913     hoverinfo: "x+y"
13914     boxpoints: "outliers"
13915     whiskerwidth: 0
13916   layout:
13917     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13918     layout: "plot-throughput"
13919
13920 -
13921   type: "plot"
13922   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13923   algorithm: "plot_performance_box"
13924   output-file-type: ".html"
13925   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13926   data: "intel-dnv-vpp"
13927   filter: "'NIC_Intel-X553' and
13928            '78B' and
13929            'IP6BASE' and
13930            'NDRPDR' and
13931            '1T1C' and
13932            'IP6FWD' and
13933            not 'SRv6' and
13934            not 'IPSEC' and
13935            not 'VHOST'"
13936   parameters:
13937   - "throughput"
13938   - "parent"
13939   - "tags"
13940   sort:
13941   - "IP6BASE"
13942   traces:
13943     hoverinfo: "x+y"
13944     boxpoints: "outliers"
13945     whiskerwidth: 0
13946   layout:
13947     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13948     layout: "plot-throughput"
13949
13950 -
13951   type: "plot"
13952   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13953   algorithm: "plot_performance_box"
13954   output-file-type: ".html"
13955   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13956   data: "intel-dnv-vpp"
13957   filter: "'NIC_Intel-X553' and
13958            '78B' and
13959            'IP6BASE' and
13960            'NDRPDR' and
13961            '2T2C' and
13962            'IP6FWD' and
13963            not 'SRv6' and
13964            not 'IPSEC' and
13965            not 'VHOST'"
13966   parameters:
13967   - "throughput"
13968   - "parent"
13969   - "tags"
13970   sort:
13971   - "IP6BASE"
13972   traces:
13973     hoverinfo: "x+y"
13974     boxpoints: "outliers"
13975     whiskerwidth: 0
13976   layout:
13977     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13978     layout: "plot-throughput"
13979
13980 -
13981   type: "plot"
13982   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13983   algorithm: "plot_performance_box"
13984   output-file-type: ".html"
13985   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13986   data: "intel-dnv-vpp"
13987   filter: "'NIC_Intel-X553' and
13988            '78B' and
13989            'IP6BASE' and
13990            'NDRPDR' and
13991            '2T2C' and
13992            'IP6FWD' and
13993            not 'SRv6' and
13994            not 'IPSEC' and
13995            not 'VHOST'"
13996   parameters:
13997   - "throughput"
13998   - "parent"
13999   - "tags"
14000   sort:
14001   - "IP6BASE"
14002   traces:
14003     hoverinfo: "x+y"
14004     boxpoints: "outliers"
14005     whiskerwidth: 0
14006   layout:
14007     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14008     layout: "plot-throughput"
14009
14010 ################################################################################
14011
14012 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14013 -
14014   type: "plot"
14015   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14016   algorithm: "plot_performance_box"
14017   output-file-type: ".html"
14018   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14019   data: "plot-vpp-throughput-latency-3n-hsw"
14020   filter: "'NIC_Intel-X520-DA2' and
14021            '78B' and
14022            'ENCAP' and
14023            'NDRPDR' and
14024            '1T1C' and
14025            'LISP' and
14026            not 'VHOST'"
14027   parameters:
14028   - "throughput"
14029   - "parent"
14030   - "tags"
14031   sort:
14032   - "IP4UNRLAY"
14033   - "IP6UNRLAY"
14034   traces:
14035     hoverinfo: "x+y"
14036     boxpoints: "outliers"
14037     whiskerwidth: 0
14038   layout:
14039     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14040     layout: "plot-throughput"
14041
14042 -
14043   type: "plot"
14044   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14045   algorithm: "plot_performance_box"
14046   output-file-type: ".html"
14047   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14048   data: "plot-vpp-throughput-latency-3n-hsw"
14049   filter: "'NIC_Intel-X520-DA2' and
14050            '78B' and
14051            'ENCAP' and
14052            'NDRPDR' and
14053            '1T1C' and
14054            'LISP' and
14055            not 'VHOST'"
14056   parameters:
14057   - "throughput"
14058   - "parent"
14059   - "tags"
14060   sort:
14061   - "IP4UNRLAY"
14062   - "IP6UNRLAY"
14063   traces:
14064     hoverinfo: "x+y"
14065     boxpoints: "outliers"
14066     whiskerwidth: 0
14067   layout:
14068     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14069     layout: "plot-throughput"
14070
14071 -
14072   type: "plot"
14073   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14074   algorithm: "plot_performance_box"
14075   output-file-type: ".html"
14076   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14077   data: "plot-vpp-throughput-latency-3n-hsw"
14078   filter: "'NIC_Intel-X520-DA2' and
14079            '78B' and
14080            'ENCAP' and
14081            'NDRPDR' and
14082            '2T2C' and
14083            'LISP' and
14084            not 'VHOST'"
14085   parameters:
14086   - "throughput"
14087   - "parent"
14088   - "tags"
14089   sort:
14090   - "IP4UNRLAY"
14091   - "IP6UNRLAY"
14092   traces:
14093     hoverinfo: "x+y"
14094     boxpoints: "outliers"
14095     whiskerwidth: 0
14096   layout:
14097     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14098     layout: "plot-throughput"
14099
14100 -
14101   type: "plot"
14102   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14103   algorithm: "plot_performance_box"
14104   output-file-type: ".html"
14105   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14106   data: "plot-vpp-throughput-latency-3n-hsw"
14107   filter: "'NIC_Intel-X520-DA2' and
14108            '78B' and
14109            'ENCAP' and
14110            'NDRPDR' and
14111            '2T2C' and
14112            'LISP' and
14113            not 'VHOST'"
14114   parameters:
14115   - "throughput"
14116   - "parent"
14117   - "tags"
14118   sort:
14119   - "IP4UNRLAY"
14120   - "IP6UNRLAY"
14121   traces:
14122     hoverinfo: "x+y"
14123     boxpoints: "outliers"
14124     whiskerwidth: 0
14125   layout:
14126     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14127     layout: "plot-throughput"
14128
14129 ################################################################################
14130
14131 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14132 -
14133   type: "plot"
14134   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14135   algorithm: "plot_performance_box"
14136   output-file-type: ".html"
14137   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14138   data: "plot-vpp-throughput-latency-3n-hsw"
14139   filter: "'NIC_Intel-XL710' and
14140            '64B' and
14141            'IP4FWD' and
14142            'NDRPDR' and
14143            'BASE' and
14144            '1T1C' and
14145            'IPSECHW' and
14146            ('IPSECTRAN' or 'IPSECTUN') and
14147            not 'VHOST'"
14148   parameters:
14149   - "throughput"
14150   - "parent"
14151   - "tags"
14152   traces:
14153     hoverinfo: "x+y"
14154     boxpoints: "outliers"
14155     whiskerwidth: 0
14156   layout:
14157     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14158     layout: "plot-throughput"
14159
14160 -
14161   type: "plot"
14162   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14163   algorithm: "plot_performance_box"
14164   output-file-type: ".html"
14165   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14166   data: "plot-vpp-throughput-latency-3n-hsw"
14167   filter: "'NIC_Intel-XL710' and
14168            '64B' and
14169            'IP4FWD' and
14170            'NDRPDR' and
14171            'BASE' and
14172            '1T1C' and
14173            'IPSECHW' and
14174            ('IPSECTRAN' or 'IPSECTUN') and
14175            not 'VHOST'"
14176   parameters:
14177   - "throughput"
14178   - "parent"
14179   - "tags"
14180   traces:
14181     hoverinfo: "x+y"
14182     boxpoints: "outliers"
14183     whiskerwidth: 0
14184   layout:
14185     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14186     layout: "plot-throughput"
14187
14188 -
14189   type: "plot"
14190   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14191   algorithm: "plot_performance_box"
14192   output-file-type: ".html"
14193   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14194   data: "plot-vpp-throughput-latency-3n-hsw"
14195   filter: "'NIC_Intel-XL710' and
14196            '64B' and
14197            'IP4FWD' and
14198            'NDRPDR' and
14199            'BASE' and
14200            '2T2C' and
14201            'IPSECHW' and
14202            ('IPSECTRAN' or 'IPSECTUN') and
14203            not 'VHOST'"
14204   parameters:
14205   - "throughput"
14206   - "parent"
14207   - "tags"
14208   traces:
14209     hoverinfo: "x+y"
14210     boxpoints: "outliers"
14211     whiskerwidth: 0
14212   layout:
14213     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14214     layout: "plot-throughput"
14215
14216 -
14217   type: "plot"
14218   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14219   algorithm: "plot_performance_box"
14220   output-file-type: ".html"
14221   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14222   data: "plot-vpp-throughput-latency-3n-hsw"
14223   filter: "'NIC_Intel-XL710' and
14224            '64B' and
14225            'IP4FWD' and
14226            'NDRPDR' and
14227            'BASE' and
14228            '2T2C' and
14229            'IPSECHW' and
14230            ('IPSECTRAN' or 'IPSECTUN') and
14231            not 'VHOST'"
14232   parameters:
14233   - "throughput"
14234   - "parent"
14235   - "tags"
14236   traces:
14237     hoverinfo: "x+y"
14238     boxpoints: "outliers"
14239     whiskerwidth: 0
14240   layout:
14241     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14242     layout: "plot-throughput"
14243
14244 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14245 -
14246   type: "plot"
14247   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14248   algorithm: "plot_performance_box"
14249   output-file-type: ".html"
14250   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14251   data: "plot-vpp-throughput-latency-3n-hsw"
14252   filter: "'NIC_Intel-XL710' and
14253            '64B' and
14254            'IP4FWD' and
14255            'NDRPDR' and
14256            'SCALE' and
14257            '1T1C' and
14258            'IPSECHW' and
14259            ('IPSECTRAN' or 'IPSECTUN') and
14260            not 'VHOST'"
14261   parameters:
14262   - "throughput"
14263   - "parent"
14264   - "tags"
14265   traces:
14266     hoverinfo: "x+y"
14267     boxpoints: "outliers"
14268     whiskerwidth: 0
14269   layout:
14270     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14271     layout: "plot-throughput"
14272
14273 -
14274   type: "plot"
14275   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14276   algorithm: "plot_performance_box"
14277   output-file-type: ".html"
14278   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14279   data: "plot-vpp-throughput-latency-3n-hsw"
14280   filter: "'NIC_Intel-XL710' and
14281            '64B' and
14282            'IP4FWD' and
14283            'NDRPDR' and
14284            'SCALE' and
14285            '1T1C' and
14286            'IPSECHW' and
14287            ('IPSECTRAN' or 'IPSECTUN') and
14288            not 'VHOST'"
14289   parameters:
14290   - "throughput"
14291   - "parent"
14292   - "tags"
14293   traces:
14294     hoverinfo: "x+y"
14295     boxpoints: "outliers"
14296     whiskerwidth: 0
14297   layout:
14298     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14299     layout: "plot-throughput"
14300
14301 -
14302   type: "plot"
14303   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14304   algorithm: "plot_performance_box"
14305   output-file-type: ".html"
14306   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14307   data: "plot-vpp-throughput-latency-3n-hsw"
14308   filter: "'NIC_Intel-XL710' and
14309            '64B' and
14310            'IP4FWD' and
14311            'NDRPDR' and
14312            'SCALE' and
14313            '2T2C' and
14314            'IPSECHW' and
14315            ('IPSECTRAN' or 'IPSECTUN') and
14316            not 'VHOST'"
14317   parameters:
14318   - "throughput"
14319   - "parent"
14320   - "tags"
14321   traces:
14322     hoverinfo: "x+y"
14323     boxpoints: "outliers"
14324     whiskerwidth: 0
14325   layout:
14326     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14327     layout: "plot-throughput"
14328
14329 -
14330   type: "plot"
14331   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14332   algorithm: "plot_performance_box"
14333   output-file-type: ".html"
14334   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14335   data: "plot-vpp-throughput-latency-3n-hsw"
14336   filter: "'NIC_Intel-XL710' and
14337            '64B' and
14338            'IP4FWD' and
14339            'NDRPDR' and
14340            'SCALE' and
14341            '2T2C' and
14342            'IPSECHW' and
14343            ('IPSECTRAN' or 'IPSECTUN') and
14344            not 'VHOST'"
14345   parameters:
14346   - "throughput"
14347   - "parent"
14348   - "tags"
14349   traces:
14350     hoverinfo: "x+y"
14351     boxpoints: "outliers"
14352     whiskerwidth: 0
14353   layout:
14354     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14355     layout: "plot-throughput"
14356
14357 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14358 -
14359   type: "plot"
14360   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14361   algorithm: "plot_performance_box"
14362   output-file-type: ".html"
14363   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14364   data: "plot-vpp-throughput-latency-3n-hsw"
14365   filter: "'NIC_Intel-XL710' and
14366            '64B' and
14367            'IP4FWD' and
14368            'NDRPDR' and
14369            '1T1C' and
14370            'IPSECSW' and
14371            ('IPSECTRAN' or 'IPSECTUN') and
14372            not 'VHOST'"
14373   parameters:
14374   - "throughput"
14375   - "parent"
14376   - "tags"
14377   traces:
14378     hoverinfo: "x+y"
14379     boxpoints: "outliers"
14380     whiskerwidth: 0
14381   layout:
14382     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14383     layout: "plot-throughput"
14384
14385 -
14386   type: "plot"
14387   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14388   algorithm: "plot_performance_box"
14389   output-file-type: ".html"
14390   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14391   data: "plot-vpp-throughput-latency-3n-hsw"
14392   filter: "'NIC_Intel-XL710' and
14393            '64B' and
14394            'IP4FWD' and
14395            'NDRPDR' and
14396            '1T1C' and
14397            'IPSECSW' and
14398            ('IPSECTRAN' or 'IPSECTUN') and
14399            not 'VHOST'"
14400   parameters:
14401   - "throughput"
14402   - "parent"
14403   - "tags"
14404   traces:
14405     hoverinfo: "x+y"
14406     boxpoints: "outliers"
14407     whiskerwidth: 0
14408   layout:
14409     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14410     layout: "plot-throughput"
14411
14412 -
14413   type: "plot"
14414   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14415   algorithm: "plot_performance_box"
14416   output-file-type: ".html"
14417   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14418   data: "plot-vpp-throughput-latency-3n-hsw"
14419   filter: "'NIC_Intel-XL710' and
14420            '64B' and
14421            'IP4FWD' and
14422            'NDRPDR' and
14423            '2T2C' and
14424            'IPSECSW' and
14425            ('IPSECTRAN' or 'IPSECTUN') and
14426            not 'VHOST'"
14427   parameters:
14428   - "throughput"
14429   - "parent"
14430   - "tags"
14431   traces:
14432     hoverinfo: "x+y"
14433     boxpoints: "outliers"
14434     whiskerwidth: 0
14435   layout:
14436     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14437     layout: "plot-throughput"
14438
14439 -
14440   type: "plot"
14441   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14442   algorithm: "plot_performance_box"
14443   output-file-type: ".html"
14444   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14445   data: "plot-vpp-throughput-latency-3n-hsw"
14446   filter: "'NIC_Intel-XL710' and
14447            '64B' and
14448            'IP4FWD' and
14449            'NDRPDR' and
14450            '2T2C' and
14451            'IPSECSW' and
14452            ('IPSECTRAN' or 'IPSECTUN') and
14453            not 'VHOST'"
14454   parameters:
14455   - "throughput"
14456   - "parent"
14457   - "tags"
14458   traces:
14459     hoverinfo: "x+y"
14460     boxpoints: "outliers"
14461     whiskerwidth: 0
14462   layout:
14463     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14464     layout: "plot-throughput"
14465
14466 ################################################################################
14467
14468 # Packet Throughput - VPP SRv6 3n-hsw-x520
14469 -
14470   type: "plot"
14471   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14472   algorithm: "plot_performance_box"
14473   output-file-type: ".html"
14474   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14475   data: "plot-vpp-throughput-latency-3n-hsw"
14476   filter: "'NIC_Intel-X520-DA2' and
14477            '78B' and
14478            'FEATURE' and
14479            'NDRPDR' and
14480            '1T1C' and
14481            'IP6FWD' and
14482            'SRv6'"
14483   parameters:
14484   - "throughput"
14485   - "parent"
14486   - "tags"
14487   traces:
14488     hoverinfo: "x+y"
14489     boxpoints: "outliers"
14490     whiskerwidth: 0
14491   layout:
14492     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14493     layout: "plot-throughput"
14494
14495 -
14496   type: "plot"
14497   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14498   algorithm: "plot_performance_box"
14499   output-file-type: ".html"
14500   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14501   data: "plot-vpp-throughput-latency-3n-hsw"
14502   filter: "'NIC_Intel-X520-DA2' and
14503            '78B' and
14504            'FEATURE' and
14505            'NDRPDR' and
14506            '1T1C' and
14507            'IP6FWD' and
14508            'SRv6'"
14509   parameters:
14510   - "throughput"
14511   - "parent"
14512   - "tags"
14513   traces:
14514     hoverinfo: "x+y"
14515     boxpoints: "outliers"
14516     whiskerwidth: 0
14517   layout:
14518     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14519     layout: "plot-throughput"
14520
14521 -
14522   type: "plot"
14523   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14524   algorithm: "plot_performance_box"
14525   output-file-type: ".html"
14526   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14527   data: "plot-vpp-throughput-latency-3n-hsw"
14528   filter: "'NIC_Intel-X520-DA2' and
14529            '78B' and
14530            'FEATURE' and
14531            'NDRPDR' and
14532            '2T2C' and
14533            'IP6FWD' and
14534            'SRv6'"
14535   parameters:
14536   - "throughput"
14537   - "parent"
14538   - "tags"
14539   traces:
14540     hoverinfo: "x+y"
14541     boxpoints: "outliers"
14542     whiskerwidth: 0
14543   layout:
14544     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14545     layout: "plot-throughput"
14546
14547 -
14548   type: "plot"
14549   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14550   algorithm: "plot_performance_box"
14551   output-file-type: ".html"
14552   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14553   data: "plot-vpp-throughput-latency-3n-hsw"
14554   filter: "'NIC_Intel-X520-DA2' and
14555            '78B' and
14556            'FEATURE' and
14557            'NDRPDR' and
14558            '2T2C' and
14559            'IP6FWD' and
14560            'SRv6'"
14561   parameters:
14562   - "throughput"
14563   - "parent"
14564   - "tags"
14565   traces:
14566     hoverinfo: "x+y"
14567     boxpoints: "outliers"
14568     whiskerwidth: 0
14569   layout:
14570     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14571     layout: "plot-throughput"
14572
14573 ################################################################################
14574
14575 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14576 -
14577   type: "plot"
14578   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14579   algorithm: "plot_performance_box"
14580   output-file-type: ".html"
14581   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14582   data: "plot-vpp-throughput-latency-3n-hsw"
14583   filter: "'NIC_Intel-X520-DA2' and
14584            '64B' and
14585            'NDRPDR' and
14586            'ETH' and
14587            'IP4FWD' and
14588            '1T1C' and
14589            'VHOST_1024' and
14590            not 'VXLAN' and
14591            not 'DOT1Q'"
14592   parameters:
14593   - "throughput"
14594   - "parent"
14595   - "tags"
14596   sort:
14597   - "not CFS_OPT"
14598   - "1VM"
14599   - "2VM"
14600   traces:
14601     hoverinfo: "x+y"
14602     boxpoints: "outliers"
14603     whiskerwidth: 0
14604   layout:
14605     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14606     layout: "plot-throughput"
14607
14608 -
14609   type: "plot"
14610   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14611   algorithm: "plot_performance_box"
14612   output-file-type: ".html"
14613   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14614   data: "plot-vpp-throughput-latency-3n-hsw"
14615   filter: "'NIC_Intel-X520-DA2' and
14616            '64B' and
14617            'NDRPDR' and
14618            'ETH' and
14619            'IP4FWD' and
14620            '2T2C' and
14621            'VHOST_1024' and
14622            not 'VXLAN' and
14623            not 'DOT1Q'"
14624   parameters:
14625   - "throughput"
14626   - "parent"
14627   - "tags"
14628   sort:
14629   - "not CFS_OPT"
14630   - "1VM"
14631   - "2VM"
14632   traces:
14633     hoverinfo: "x+y"
14634     boxpoints: "outliers"
14635     whiskerwidth: 0
14636   layout:
14637     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14638     layout: "plot-throughput"
14639
14640 -
14641   type: "plot"
14642   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14643   algorithm: "plot_performance_box"
14644   output-file-type: ".html"
14645   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14646   data: "plot-vpp-throughput-latency-3n-hsw"
14647   filter: "'NIC_Intel-X520-DA2' and
14648            '64B' and
14649            'NDRPDR' and
14650            'ETH' and
14651            'IP4FWD' and
14652            '1T1C' and
14653            'VHOST_1024' and
14654            not 'VXLAN' and
14655            not 'DOT1Q'"
14656   parameters:
14657   - "throughput"
14658   - "parent"
14659   - "tags"
14660   sort:
14661   - "not CFS_OPT"
14662   - "1VM"
14663   - "2VM"
14664   traces:
14665     hoverinfo: "x+y"
14666     boxpoints: "outliers"
14667     whiskerwidth: 0
14668   layout:
14669     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14670     layout: "plot-throughput"
14671
14672 -
14673   type: "plot"
14674   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14675   algorithm: "plot_performance_box"
14676   output-file-type: ".html"
14677   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14678   data: "plot-vpp-throughput-latency-3n-hsw"
14679   filter: "'NIC_Intel-X520-DA2' and
14680            '64B' and
14681            'NDRPDR' and
14682            'ETH' and
14683            'IP4FWD' and
14684            '2T2C' and
14685            'VHOST_1024' and
14686            not 'VXLAN' and
14687            not 'DOT1Q'"
14688   parameters:
14689   - "throughput"
14690   - "parent"
14691   - "tags"
14692   sort:
14693   - "not CFS_OPT"
14694   - "1VM"
14695   - "2VM"
14696   traces:
14697     hoverinfo: "x+y"
14698     boxpoints: "outliers"
14699     whiskerwidth: 0
14700   layout:
14701     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14702     layout: "plot-throughput"
14703
14704 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
14705 -
14706   type: "plot"
14707   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14708   algorithm: "plot_performance_box"
14709   output-file-type: ".html"
14710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14711   data: "plot-vpp-throughput-latency-3n-hsw"
14712   filter: "'NIC_Intel-X520-DA2' and
14713            '64B' and
14714            'NDRPDR' and
14715            ('ETH' or 'DOT1Q') and
14716            '1T1C' and
14717            'L2BDMACLRN' and
14718            'VHOST_1024' and
14719            not 'VXLAN' and
14720            not 'IP4FWD' and
14721            not '2VM'"
14722   parameters:
14723   - "throughput"
14724   - "parent"
14725   - "tags"
14726 #  sort:
14727 #  - "VM"  # "not CFS_OPT"
14728 #  - "CFS_OPT"
14729 #  - "FIB_10K"
14730 #  - "FIB_100K"
14731 #  - "FIB_1M"
14732   traces:
14733     hoverinfo: "x+y"
14734     boxpoints: "outliers"
14735     whiskerwidth: 0
14736   layout:
14737     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14738     layout: "plot-throughput"
14739
14740 -
14741   type: "plot"
14742   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14743   algorithm: "plot_performance_box"
14744   output-file-type: ".html"
14745   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14746   data: "plot-vpp-throughput-latency-3n-hsw"
14747   filter: "'NIC_Intel-X520-DA2' and
14748            '64B' and
14749            'NDRPDR' and
14750            ('ETH' or 'DOT1Q') and
14751            '2T2C' and
14752            'L2BDMACLRN' and
14753            'VHOST_1024' and
14754            not 'VXLAN' and
14755            not 'IP4FWD' and
14756            not '2VM'"
14757   parameters:
14758   - "throughput"
14759   - "parent"
14760   - "tags"
14761 #  sort:
14762 #  - "VM"  # "not CFS_OPT"
14763 #  - "CFS_OPT"
14764 #  - "FIB_10K"
14765 #  - "FIB_100K"
14766 #  - "FIB_1M"
14767   traces:
14768     hoverinfo: "x+y"
14769     boxpoints: "outliers"
14770     whiskerwidth: 0
14771   layout:
14772     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14773     layout: "plot-throughput"
14774
14775 -
14776   type: "plot"
14777   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14778   algorithm: "plot_performance_box"
14779   output-file-type: ".html"
14780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14781   data: "plot-vpp-throughput-latency-3n-hsw"
14782   filter: "'NIC_Intel-X520-DA2' and
14783            '64B' and
14784            'NDRPDR' and
14785            ('ETH' or 'DOT1Q') and
14786            '1T1C' and
14787            'L2BDMACLRN' and
14788            'VHOST_1024' and
14789            not 'VXLAN' and
14790            not 'IP4FWD' and
14791            not '2VM'"
14792   parameters:
14793   - "throughput"
14794   - "parent"
14795   - "tags"
14796 #  sort:
14797 #  - "VM"  # "not CFS_OPT"
14798 #  - "CFS_OPT"
14799 #  - "FIB_10K"
14800 #  - "FIB_100K"
14801 #  - "FIB_1M"
14802   traces:
14803     hoverinfo: "x+y"
14804     boxpoints: "outliers"
14805     whiskerwidth: 0
14806   layout:
14807     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14808     layout: "plot-throughput"
14809
14810 -
14811   type: "plot"
14812   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14813   algorithm: "plot_performance_box"
14814   output-file-type: ".html"
14815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14816   data: "plot-vpp-throughput-latency-3n-hsw"
14817   filter: "'NIC_Intel-X520-DA2' and
14818            '64B' and
14819            'NDRPDR' and
14820            ('ETH' or 'DOT1Q') and
14821            '2T2C' and
14822            'L2BDMACLRN' and
14823            'VHOST_1024' and
14824            not 'VXLAN' and
14825            not 'IP4FWD' and
14826            not '2VM'"
14827   parameters:
14828   - "throughput"
14829   - "parent"
14830   - "tags"
14831 #  sort:
14832 #  - "VM"  # "not CFS_OPT"
14833 #  - "CFS_OPT"
14834 #  - "FIB_10K"
14835 #  - "FIB_100K"
14836 #  - "FIB_1M"
14837   traces:
14838     hoverinfo: "x+y"
14839     boxpoints: "outliers"
14840     whiskerwidth: 0
14841   layout:
14842     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14843     layout: "plot-throughput"
14844
14845 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14846 -
14847   type: "plot"
14848   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14849   algorithm: "plot_performance_box"
14850   output-file-type: ".html"
14851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14852   data: "plot-vpp-throughput-latency-3n-hsw"
14853   filter: "'NIC_Intel-X520-DA2' and
14854            '64B' and
14855            'NDRPDR' and
14856            ('ETH' or 'DOT1Q') and
14857            'BASE' and
14858            '1T1C' and
14859            ('L2BDMACLRN' or 'L2XCFWD') and
14860            'VHOST_1024' and
14861            not 'VXLAN' and
14862            not 'IP4FWD' and
14863            not '2VM'"
14864   parameters:
14865   - "throughput"
14866   - "parent"
14867   - "tags"
14868 #  sort:
14869 #  - "not CFS_OPT"
14870 #  - "L2XCFWD"
14871 #  - "not CFS_OPT"
14872 #  - "CFS_OPT"
14873   traces:
14874     hoverinfo: "x+y"
14875     boxpoints: "outliers"
14876     whiskerwidth: 0
14877   layout:
14878     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14879     layout: "plot-throughput"
14880
14881 -
14882   type: "plot"
14883   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14884   algorithm: "plot_performance_box"
14885   output-file-type: ".html"
14886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14887   data: "plot-vpp-throughput-latency-3n-hsw"
14888   filter: "'NIC_Intel-X520-DA2' and
14889            '64B' and
14890            'NDRPDR' and
14891            ('ETH' or 'DOT1Q') and
14892            'BASE' and
14893            '1T1C' and
14894            ('L2BDMACLRN' or 'L2XCFWD') and
14895            'VHOST_1024' and
14896            not 'VXLAN' and
14897            not 'IP4FWD' and
14898            not '2VM'"
14899   parameters:
14900   - "throughput"
14901   - "parent"
14902   - "tags"
14903 #  sort:
14904 #  - "not CFS_OPT"
14905 #  - "L2XCFWD"
14906 #  - "not CFS_OPT"
14907 #  - "CFS_OPT"
14908   traces:
14909     hoverinfo: "x+y"
14910     boxpoints: "outliers"
14911     whiskerwidth: 0
14912   layout:
14913     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14914     layout: "plot-throughput"
14915
14916 -
14917   type: "plot"
14918   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14919   algorithm: "plot_performance_box"
14920   output-file-type: ".html"
14921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14922   data: "plot-vpp-throughput-latency-3n-hsw"
14923   filter: "'NIC_Intel-X520-DA2' and
14924            '64B' and
14925            'NDRPDR' and
14926            ('ETH' or 'DOT1Q') and
14927            'BASE' and
14928            '2T2C' and
14929            ('L2BDMACLRN' or 'L2XCFWD') and
14930            'VHOST_1024' and
14931            not 'VXLAN' and
14932            not 'IP4FWD' and
14933            not '2VM'"
14934   parameters:
14935   - "throughput"
14936   - "parent"
14937   - "tags"
14938 #  sort:
14939 #  - "not CFS_OPT"
14940 #  - "L2XCFWD"
14941 #  - "not CFS_OPT"
14942 #  - "CFS_OPT"
14943   traces:
14944     hoverinfo: "x+y"
14945     boxpoints: "outliers"
14946     whiskerwidth: 0
14947   layout:
14948     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14949     layout: "plot-throughput"
14950
14951 -
14952   type: "plot"
14953   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14954   algorithm: "plot_performance_box"
14955   output-file-type: ".html"
14956   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14957   data: "plot-vpp-throughput-latency-3n-hsw"
14958   filter: "'NIC_Intel-X520-DA2' and
14959            '64B' and
14960            'NDRPDR' and
14961            ('ETH' or 'DOT1Q') and
14962            'BASE' and
14963            '2T2C' and
14964            ('L2BDMACLRN' or 'L2XCFWD') and
14965            'VHOST_1024' and
14966            not 'VXLAN' and
14967            not 'IP4FWD' and
14968            not '2VM'"
14969   parameters:
14970   - "throughput"
14971   - "parent"
14972   - "tags"
14973 #  sort:
14974 #  - "not CFS_OPT"
14975 #  - "L2XCFWD"
14976 #  - "not CFS_OPT"
14977 #  - "CFS_OPT"
14978   traces:
14979     hoverinfo: "x+y"
14980     boxpoints: "outliers"
14981     whiskerwidth: 0
14982   layout:
14983     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14984     layout: "plot-throughput"
14985
14986 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14987 -
14988   type: "plot"
14989   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14990   algorithm: "plot_performance_box"
14991   output-file-type: ".html"
14992   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14993   data: "plot-vpp-throughput-latency-3n-hsw"
14994   filter: "'NIC_Intel-X520-DA2' and
14995            '64B' and
14996            'NDRPDR' and
14997            ('ETH' or 'DOT1Q') and
14998            '1T1C' and
14999            ('L2BDMACLRN' or 'L2XCFWD') and
15000            'VHOST_1024' and
15001            not 'CFS_OPT' and
15002            not 'VXLAN' and
15003            not 'IP4FWD' and
15004            not 'LBOND'"
15005   parameters:
15006   - "throughput"
15007   - "parent"
15008   - "tags"
15009 #  sort:
15010 #  - "1VM"
15011 #  - "L2XCFWD"
15012 #  - "1VM"
15013 #  - "L2BDMACLRN"
15014   traces:
15015     hoverinfo: "x+y"
15016     boxpoints: "outliers"
15017     whiskerwidth: 0
15018   layout:
15019     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15020     layout: "plot-throughput"
15021
15022 -
15023   type: "plot"
15024   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15025   algorithm: "plot_performance_box"
15026   output-file-type: ".html"
15027   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15028   data: "plot-vpp-throughput-latency-3n-hsw"
15029   filter: "'NIC_Intel-X520-DA2' and
15030            '64B' and
15031            'NDRPDR' and
15032            ('ETH' or 'DOT1Q') and
15033            '1T1C' and
15034            ('L2BDMACLRN' or 'L2XCFWD') and
15035            'VHOST_1024' and
15036            not 'CFS_OPT' and
15037            not 'VXLAN' and
15038            not 'IP4FWD' and
15039            not 'LBOND'"
15040   parameters:
15041   - "throughput"
15042   - "parent"
15043   - "tags"
15044 #  sort:
15045 #  - "1VM"
15046 #  - "L2XCFWD"
15047 #  - "1VM"
15048 #  - "L2BDMACLRN"
15049   traces:
15050     hoverinfo: "x+y"
15051     boxpoints: "outliers"
15052     whiskerwidth: 0
15053   layout:
15054     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15055     layout: "plot-throughput"
15056
15057 -
15058   type: "plot"
15059   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15060   algorithm: "plot_performance_box"
15061   output-file-type: ".html"
15062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15063   data: "plot-vpp-throughput-latency-3n-hsw"
15064   filter: "'NIC_Intel-X520-DA2' and
15065            '64B' and
15066            'NDRPDR' and
15067            ('ETH' or 'DOT1Q') and
15068            '2T2C' and
15069            ('L2BDMACLRN' or 'L2XCFWD') and
15070            'VHOST_1024' and
15071            not 'CFS_OPT' and
15072            not 'VXLAN' and
15073            not 'IP4FWD' and
15074            not 'LBOND'"
15075   parameters:
15076   - "throughput"
15077   - "parent"
15078   - "tags"
15079 #  sort:
15080 #  - "1VM"
15081 #  - "L2XCFWD"
15082 #  - "1VM"
15083 #  - "L2BDMACLRN"
15084   traces:
15085     hoverinfo: "x+y"
15086     boxpoints: "outliers"
15087     whiskerwidth: 0
15088   layout:
15089     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15090     layout: "plot-throughput"
15091
15092 -
15093   type: "plot"
15094   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15095   algorithm: "plot_performance_box"
15096   output-file-type: ".html"
15097   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15098   data: "plot-vpp-throughput-latency-3n-hsw"
15099   filter: "'NIC_Intel-X520-DA2' and
15100            '64B' and
15101            'NDRPDR' and
15102            ('ETH' or 'DOT1Q') and
15103            '2T2C' and
15104            ('L2BDMACLRN' or 'L2XCFWD') and
15105            'VHOST_1024' and
15106            not 'CFS_OPT' and
15107            not 'VXLAN' and
15108            not 'IP4FWD' and
15109            not 'LBOND'"
15110   parameters:
15111   - "throughput"
15112   - "parent"
15113   - "tags"
15114 #  sort:
15115 #  - "1VM"
15116 #  - "L2XCFWD"
15117 #  - "1VM"
15118 #  - "L2BDMACLRN"
15119   traces:
15120     hoverinfo: "x+y"
15121     boxpoints: "outliers"
15122     whiskerwidth: 0
15123   layout:
15124     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15125     layout: "plot-throughput"
15126
15127 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15128 -
15129   type: "plot"
15130   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15131   algorithm: "plot_performance_box"
15132   output-file-type: ".html"
15133   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15134   data: "plot-vpp-throughput-latency-3n-hsw"
15135   filter: "'NIC_Intel-X710' and
15136            '64B' and
15137            'NDRPDR' and
15138            'ETH' and
15139            'IP4FWD' and
15140            '1T1C' and
15141            'VHOST_1024' and
15142            not 'VXLAN' and
15143            not 'DOT1Q'"
15144   parameters:
15145   - "throughput"
15146   - "parent"
15147   - "tags"
15148   sort:
15149   - "not CFS_OPT"
15150   - "1VM"
15151   - "2VM"
15152   traces:
15153     hoverinfo: "x+y"
15154     boxpoints: "outliers"
15155     whiskerwidth: 0
15156   layout:
15157     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15158     layout: "plot-throughput"
15159
15160 -
15161   type: "plot"
15162   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15163   algorithm: "plot_performance_box"
15164   output-file-type: ".html"
15165   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15166   data: "plot-vpp-throughput-latency-3n-hsw"
15167   filter: "'NIC_Intel-X710' and
15168            '64B' and
15169            'NDRPDR' and
15170            'ETH' and
15171            'IP4FWD' and
15172            '2T2C' and
15173            'VHOST_1024' and
15174            not 'VXLAN' and
15175            not 'DOT1Q'"
15176   parameters:
15177   - "throughput"
15178   - "parent"
15179   - "tags"
15180   sort:
15181   - "not CFS_OPT"
15182   - "1VM"
15183   - "2VM"
15184   traces:
15185     hoverinfo: "x+y"
15186     boxpoints: "outliers"
15187     whiskerwidth: 0
15188   layout:
15189     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15190     layout: "plot-throughput"
15191
15192 -
15193   type: "plot"
15194   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15195   algorithm: "plot_performance_box"
15196   output-file-type: ".html"
15197   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15198   data: "plot-vpp-throughput-latency-3n-hsw"
15199   filter: "'NIC_Intel-X710' and
15200            '64B' and
15201            'NDRPDR' and
15202            'ETH' and
15203            'IP4FWD' and
15204            '1T1C' and
15205            'VHOST_1024' and
15206            not 'VXLAN' and
15207            not 'DOT1Q'"
15208   parameters:
15209   - "throughput"
15210   - "parent"
15211   - "tags"
15212   sort:
15213   - "not CFS_OPT"
15214   - "1VM"
15215   - "2VM"
15216   traces:
15217     hoverinfo: "x+y"
15218     boxpoints: "outliers"
15219     whiskerwidth: 0
15220   layout:
15221     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15222     layout: "plot-throughput"
15223
15224 -
15225   type: "plot"
15226   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15227   algorithm: "plot_performance_box"
15228   output-file-type: ".html"
15229   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15230   data: "plot-vpp-throughput-latency-3n-hsw"
15231   filter: "'NIC_Intel-X710' and
15232            '64B' and
15233            'NDRPDR' and
15234            'ETH' and
15235            'IP4FWD' and
15236            '2T2C' and
15237            'VHOST_1024' and
15238            not 'VXLAN' and
15239            not 'DOT1Q'"
15240   parameters:
15241   - "throughput"
15242   - "parent"
15243   - "tags"
15244   sort:
15245   - "not CFS_OPT"
15246   - "1VM"
15247   - "2VM"
15248   traces:
15249     hoverinfo: "x+y"
15250     boxpoints: "outliers"
15251     whiskerwidth: 0
15252   layout:
15253     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15254     layout: "plot-throughput"
15255
15256 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
15257 -
15258   type: "plot"
15259   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15260   algorithm: "plot_performance_box"
15261   output-file-type: ".html"
15262   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15263   data: "plot-vpp-throughput-latency-3n-hsw"
15264   filter: "'NIC_Intel-X710' and
15265            '64B' and
15266            'NDRPDR' and
15267            ('ETH' or 'DOT1Q') and
15268            '1T1C' and
15269            'L2BDMACLRN' and
15270            'VHOST_1024' and
15271            not 'VXLAN' and
15272            not 'IP4FWD' and
15273            not '2VM'"
15274   parameters:
15275   - "throughput"
15276   - "parent"
15277   - "tags"
15278 #  sort:
15279 #  - "VM"  # "not CFS_OPT"
15280 #  - "CFS_OPT"
15281 #  - "FIB_10K"
15282 #  - "FIB_100K"
15283 #  - "FIB_1M"
15284   traces:
15285     hoverinfo: "x+y"
15286     boxpoints: "outliers"
15287     whiskerwidth: 0
15288   layout:
15289     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15290     layout: "plot-throughput"
15291
15292 -
15293   type: "plot"
15294   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15295   algorithm: "plot_performance_box"
15296   output-file-type: ".html"
15297   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15298   data: "plot-vpp-throughput-latency-3n-hsw"
15299   filter: "'NIC_Intel-X710' and
15300            '64B' and
15301            'NDRPDR' and
15302            ('ETH' or 'DOT1Q') and
15303            '2T2C' and
15304            'L2BDMACLRN' and
15305            'VHOST_1024' and
15306            not 'VXLAN' and
15307            not 'IP4FWD' and
15308            not '2VM'"
15309   parameters:
15310   - "throughput"
15311   - "parent"
15312   - "tags"
15313 #  sort:
15314 #  - "VM"  # "not CFS_OPT"
15315 #  - "CFS_OPT"
15316 #  - "FIB_10K"
15317 #  - "FIB_100K"
15318 #  - "FIB_1M"
15319   traces:
15320     hoverinfo: "x+y"
15321     boxpoints: "outliers"
15322     whiskerwidth: 0
15323   layout:
15324     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15325     layout: "plot-throughput"
15326
15327 -
15328   type: "plot"
15329   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15330   algorithm: "plot_performance_box"
15331   output-file-type: ".html"
15332   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15333   data: "plot-vpp-throughput-latency-3n-hsw"
15334   filter: "'NIC_Intel-X710' and
15335            '64B' and
15336            'NDRPDR' and
15337            ('ETH' or 'DOT1Q') and
15338            '1T1C' and
15339            'L2BDMACLRN' and
15340            'VHOST_1024' and
15341            not 'VXLAN' and
15342            not 'IP4FWD' and
15343            not '2VM'"
15344   parameters:
15345   - "throughput"
15346   - "parent"
15347   - "tags"
15348 #  sort:
15349 #  - "VM"  # "not CFS_OPT"
15350 #  - "CFS_OPT"
15351 #  - "FIB_10K"
15352 #  - "FIB_100K"
15353 #  - "FIB_1M"
15354   traces:
15355     hoverinfo: "x+y"
15356     boxpoints: "outliers"
15357     whiskerwidth: 0
15358   layout:
15359     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15360     layout: "plot-throughput"
15361
15362 -
15363   type: "plot"
15364   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15365   algorithm: "plot_performance_box"
15366   output-file-type: ".html"
15367   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15368   data: "plot-vpp-throughput-latency-3n-hsw"
15369   filter: "'NIC_Intel-X710' and
15370            '64B' and
15371            'NDRPDR' and
15372            ('ETH' or 'DOT1Q') and
15373            '2T2C' and
15374            'L2BDMACLRN' and
15375            'VHOST_1024' and
15376            not 'VXLAN' and
15377            not 'IP4FWD' and
15378            not '2VM'"
15379   parameters:
15380   - "throughput"
15381   - "parent"
15382   - "tags"
15383 #  sort:
15384 #  - "VM"  # "not CFS_OPT"
15385 #  - "CFS_OPT"
15386 #  - "FIB_10K"
15387 #  - "FIB_100K"
15388 #  - "FIB_1M"
15389   traces:
15390     hoverinfo: "x+y"
15391     boxpoints: "outliers"
15392     whiskerwidth: 0
15393   layout:
15394     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15395     layout: "plot-throughput"
15396
15397 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15398 -
15399   type: "plot"
15400   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15401   algorithm: "plot_performance_box"
15402   output-file-type: ".html"
15403   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15404   data: "plot-vpp-throughput-latency-3n-hsw"
15405   filter: "'NIC_Intel-X710' and
15406            '64B' and
15407            'NDRPDR' and
15408            ('ETH' or 'DOT1Q') and
15409            'BASE' and
15410            '1T1C' and
15411            ('L2BDMACLRN' or 'L2XCFWD') and
15412            'VHOST_1024' and
15413            not 'VXLAN' and
15414            not 'IP4FWD' and
15415            not '2VM'"
15416   parameters:
15417   - "throughput"
15418   - "parent"
15419   - "tags"
15420 #  sort:
15421 #  - "not CFS_OPT"
15422 #  - "L2XCFWD"
15423 #  - "not CFS_OPT"
15424 #  - "CFS_OPT"
15425   traces:
15426     hoverinfo: "x+y"
15427     boxpoints: "outliers"
15428     whiskerwidth: 0
15429   layout:
15430     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15431     layout: "plot-throughput"
15432
15433 -
15434   type: "plot"
15435   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15436   algorithm: "plot_performance_box"
15437   output-file-type: ".html"
15438   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15439   data: "plot-vpp-throughput-latency-3n-hsw"
15440   filter: "'NIC_Intel-X710' and
15441            '64B' and
15442            'NDRPDR' and
15443            ('ETH' or 'DOT1Q') and
15444            'BASE' and
15445            '1T1C' and
15446            ('L2BDMACLRN' or 'L2XCFWD') and
15447            'VHOST_1024' and
15448            not 'VXLAN' and
15449            not 'IP4FWD' and
15450            not '2VM'"
15451   parameters:
15452   - "throughput"
15453   - "parent"
15454   - "tags"
15455 #  sort:
15456 #  - "not CFS_OPT"
15457 #  - "L2XCFWD"
15458 #  - "not CFS_OPT"
15459 #  - "CFS_OPT"
15460   traces:
15461     hoverinfo: "x+y"
15462     boxpoints: "outliers"
15463     whiskerwidth: 0
15464   layout:
15465     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15466     layout: "plot-throughput"
15467
15468 -
15469   type: "plot"
15470   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15471   algorithm: "plot_performance_box"
15472   output-file-type: ".html"
15473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15474   data: "plot-vpp-throughput-latency-3n-hsw"
15475   filter: "'NIC_Intel-X710' and
15476            '64B' and
15477            'NDRPDR' and
15478            ('ETH' or 'DOT1Q') and
15479            'BASE' and
15480            '2T2C' and
15481            ('L2BDMACLRN' or 'L2XCFWD') and
15482            'VHOST_1024' and
15483            not 'VXLAN' and
15484            not 'IP4FWD' and
15485            not '2VM'"
15486   parameters:
15487   - "throughput"
15488   - "parent"
15489   - "tags"
15490 #  sort:
15491 #  - "not CFS_OPT"
15492 #  - "L2XCFWD"
15493 #  - "not CFS_OPT"
15494 #  - "CFS_OPT"
15495   traces:
15496     hoverinfo: "x+y"
15497     boxpoints: "outliers"
15498     whiskerwidth: 0
15499   layout:
15500     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15501     layout: "plot-throughput"
15502
15503 -
15504   type: "plot"
15505   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15506   algorithm: "plot_performance_box"
15507   output-file-type: ".html"
15508   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15509   data: "plot-vpp-throughput-latency-3n-hsw"
15510   filter: "'NIC_Intel-X710' and
15511            '64B' and
15512            'NDRPDR' and
15513            ('ETH' or 'DOT1Q') and
15514            'BASE' and
15515            '2T2C' and
15516            ('L2BDMACLRN' or 'L2XCFWD') and
15517            'VHOST_1024' and
15518            not 'VXLAN' and
15519            not 'IP4FWD' and
15520            not '2VM'"
15521   parameters:
15522   - "throughput"
15523   - "parent"
15524   - "tags"
15525 #  sort:
15526 #  - "not CFS_OPT"
15527 #  - "L2XCFWD"
15528 #  - "not CFS_OPT"
15529 #  - "CFS_OPT"
15530   traces:
15531     hoverinfo: "x+y"
15532     boxpoints: "outliers"
15533     whiskerwidth: 0
15534   layout:
15535     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15536     layout: "plot-throughput"
15537
15538 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15539 -
15540   type: "plot"
15541   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15542   algorithm: "plot_performance_box"
15543   output-file-type: ".html"
15544   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15545   data: "plot-vpp-throughput-latency-3n-hsw"
15546   filter: "'NIC_Intel-X710' and
15547            '64B' and
15548            'NDRPDR' and
15549            ('ETH' or 'DOT1Q') and
15550            '1T1C' and
15551            ('L2BDMACLRN' or 'L2XCFWD') and
15552            'VHOST_1024' and
15553            not 'CFS_OPT' and
15554            not 'VXLAN' and
15555            not 'IP4FWD' and
15556            not 'LBOND'"
15557   parameters:
15558   - "throughput"
15559   - "parent"
15560   - "tags"
15561 #  sort:
15562 #  - "1VM"
15563 #  - "L2XCFWD"
15564 #  - "1VM"
15565 #  - "L2BDMACLRN"
15566   traces:
15567     hoverinfo: "x+y"
15568     boxpoints: "outliers"
15569     whiskerwidth: 0
15570   layout:
15571     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15572     layout: "plot-throughput"
15573
15574 -
15575   type: "plot"
15576   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15577   algorithm: "plot_performance_box"
15578   output-file-type: ".html"
15579   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15580   data: "plot-vpp-throughput-latency-3n-hsw"
15581   filter: "'NIC_Intel-X710' and
15582            '64B' and
15583            'NDRPDR' and
15584            ('ETH' or 'DOT1Q') and
15585            '1T1C' and
15586            ('L2BDMACLRN' or 'L2XCFWD') and
15587            'VHOST_1024' and
15588            not 'CFS_OPT' and
15589            not 'VXLAN' and
15590            not 'IP4FWD' and
15591            not 'LBOND'"
15592   parameters:
15593   - "throughput"
15594   - "parent"
15595   - "tags"
15596 #  sort:
15597 #  - "1VM"
15598 #  - "L2XCFWD"
15599 #  - "1VM"
15600 #  - "L2BDMACLRN"
15601   traces:
15602     hoverinfo: "x+y"
15603     boxpoints: "outliers"
15604     whiskerwidth: 0
15605   layout:
15606     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15607     layout: "plot-throughput"
15608
15609 -
15610   type: "plot"
15611   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15612   algorithm: "plot_performance_box"
15613   output-file-type: ".html"
15614   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15615   data: "plot-vpp-throughput-latency-3n-hsw"
15616   filter: "'NIC_Intel-X710' and
15617            '64B' and
15618            'NDRPDR' and
15619            ('ETH' or 'DOT1Q') and
15620            '2T2C' and
15621            ('L2BDMACLRN' or 'L2XCFWD') and
15622            'VHOST_1024' and
15623            not 'CFS_OPT' and
15624            not 'VXLAN' and
15625            not 'IP4FWD' and
15626            not 'LBOND'"
15627   parameters:
15628   - "throughput"
15629   - "parent"
15630   - "tags"
15631 #  sort:
15632 #  - "1VM"
15633 #  - "L2XCFWD"
15634 #  - "1VM"
15635 #  - "L2BDMACLRN"
15636   traces:
15637     hoverinfo: "x+y"
15638     boxpoints: "outliers"
15639     whiskerwidth: 0
15640   layout:
15641     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15642     layout: "plot-throughput"
15643
15644 -
15645   type: "plot"
15646   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15647   algorithm: "plot_performance_box"
15648   output-file-type: ".html"
15649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15650   data: "plot-vpp-throughput-latency-3n-hsw"
15651   filter: "'NIC_Intel-X710' and
15652            '64B' and
15653            'NDRPDR' and
15654            ('ETH' or 'DOT1Q') and
15655            '2T2C' and
15656            ('L2BDMACLRN' or 'L2XCFWD') and
15657            'VHOST_1024' and
15658            not 'CFS_OPT' and
15659            not 'VXLAN' and
15660            not 'IP4FWD' and
15661            not 'LBOND'"
15662   parameters:
15663   - "throughput"
15664   - "parent"
15665   - "tags"
15666 #  sort:
15667 #  - "1VM"
15668 #  - "L2XCFWD"
15669 #  - "1VM"
15670 #  - "L2BDMACLRN"
15671   traces:
15672     hoverinfo: "x+y"
15673     boxpoints: "outliers"
15674     whiskerwidth: 0
15675   layout:
15676     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15677     layout: "plot-throughput"
15678
15679 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
15680 -
15681   type: "plot"
15682   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15683   algorithm: "plot_performance_box"
15684   output-file-type: ".html"
15685   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15686   data: "plot-vpp-throughput-latency-3n-hsw"
15687   filter: "'NIC_Intel-XL710' and
15688            '64B' and
15689            'NDRPDR' and
15690            'ETH' and
15691            'IP4FWD' and
15692            '1T1C' and
15693            'VHOST_1024' and
15694            not 'VXLAN' and
15695            not 'DOT1Q'"
15696   parameters:
15697   - "throughput"
15698   - "parent"
15699   - "tags"
15700   sort:
15701   - "not CFS_OPT"
15702   - "1VM"
15703   - "2VM"
15704   traces:
15705     hoverinfo: "x+y"
15706     boxpoints: "outliers"
15707     whiskerwidth: 0
15708   layout:
15709     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15710     layout: "plot-throughput"
15711
15712 -
15713   type: "plot"
15714   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15715   algorithm: "plot_performance_box"
15716   output-file-type: ".html"
15717   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15718   data: "plot-vpp-throughput-latency-3n-hsw"
15719   filter: "'NIC_Intel-XL710' and
15720            '64B' and
15721            'NDRPDR' and
15722            'ETH' and
15723            'IP4FWD' and
15724            '2T2C' and
15725            'VHOST_1024' and
15726            not 'VXLAN' and
15727            not 'DOT1Q'"
15728   parameters:
15729   - "throughput"
15730   - "parent"
15731   - "tags"
15732   sort:
15733   - "not CFS_OPT"
15734   - "1VM"
15735   - "2VM"
15736   traces:
15737     hoverinfo: "x+y"
15738     boxpoints: "outliers"
15739     whiskerwidth: 0
15740   layout:
15741     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15742     layout: "plot-throughput"
15743
15744 -
15745   type: "plot"
15746   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15747   algorithm: "plot_performance_box"
15748   output-file-type: ".html"
15749   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15750   data: "plot-vpp-throughput-latency-3n-hsw"
15751   filter: "'NIC_Intel-XL710' and
15752            '64B' and
15753            'NDRPDR' and
15754            'ETH' and
15755            'IP4FWD' and
15756            '1T1C' and
15757            'VHOST_1024' and
15758            not 'VXLAN' and
15759            not 'DOT1Q'"
15760   parameters:
15761   - "throughput"
15762   - "parent"
15763   - "tags"
15764   sort:
15765   - "not CFS_OPT"
15766   - "1VM"
15767   - "2VM"
15768   traces:
15769     hoverinfo: "x+y"
15770     boxpoints: "outliers"
15771     whiskerwidth: 0
15772   layout:
15773     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15774     layout: "plot-throughput"
15775
15776 -
15777   type: "plot"
15778   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15779   algorithm: "plot_performance_box"
15780   output-file-type: ".html"
15781   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15782   data: "plot-vpp-throughput-latency-3n-hsw"
15783   filter: "'NIC_Intel-XL710' and
15784            '64B' and
15785            'NDRPDR' and
15786            'ETH' and
15787            'IP4FWD' and
15788            '2T2C' and
15789            'VHOST_1024' and
15790            not 'VXLAN' and
15791            not 'DOT1Q'"
15792   parameters:
15793   - "throughput"
15794   - "parent"
15795   - "tags"
15796   sort:
15797   - "not CFS_OPT"
15798   - "1VM"
15799   - "2VM"
15800   traces:
15801     hoverinfo: "x+y"
15802     boxpoints: "outliers"
15803     whiskerwidth: 0
15804   layout:
15805     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15806     layout: "plot-throughput"
15807
15808 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15809 -
15810   type: "plot"
15811   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15812   algorithm: "plot_performance_box"
15813   output-file-type: ".html"
15814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15815   data: "plot-vpp-throughput-latency-3n-hsw"
15816   filter: "'NIC_Intel-XL710' and
15817            '64B' and
15818            'NDRPDR' and
15819            ('ETH' or 'DOT1Q') and
15820            '1T1C' and
15821            'L2BDMACLRN' and
15822            'VHOST_1024' and
15823            not 'VXLAN' and
15824            not 'IP4FWD' and
15825            not '2VM'"
15826   parameters:
15827   - "throughput"
15828   - "parent"
15829   - "tags"
15830 #  sort:
15831 #  - "VM"  # "not CFS_OPT"
15832 #  - "CFS_OPT"
15833 #  - "FIB_10K"
15834 #  - "FIB_100K"
15835 #  - "FIB_1M"
15836   traces:
15837     hoverinfo: "x+y"
15838     boxpoints: "outliers"
15839     whiskerwidth: 0
15840   layout:
15841     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15842     layout: "plot-throughput"
15843
15844 -
15845   type: "plot"
15846   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15847   algorithm: "plot_performance_box"
15848   output-file-type: ".html"
15849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15850   data: "plot-vpp-throughput-latency-3n-hsw"
15851   filter: "'NIC_Intel-XL710' and
15852            '64B' and
15853            'NDRPDR' and
15854            ('ETH' or 'DOT1Q') and
15855            '2T2C' and
15856            'L2BDMACLRN' and
15857            'VHOST_1024' and
15858            not 'VXLAN' and
15859            not 'IP4FWD' and
15860            not '2VM'"
15861   parameters:
15862   - "throughput"
15863   - "parent"
15864   - "tags"
15865 #  sort:
15866 #  - "VM"  # "not CFS_OPT"
15867 #  - "CFS_OPT"
15868 #  - "FIB_10K"
15869 #  - "FIB_100K"
15870 #  - "FIB_1M"
15871   traces:
15872     hoverinfo: "x+y"
15873     boxpoints: "outliers"
15874     whiskerwidth: 0
15875   layout:
15876     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15877     layout: "plot-throughput"
15878
15879 -
15880   type: "plot"
15881   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15882   algorithm: "plot_performance_box"
15883   output-file-type: ".html"
15884   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15885   data: "plot-vpp-throughput-latency-3n-hsw"
15886   filter: "'NIC_Intel-XL710' and
15887            '64B' and
15888            'NDRPDR' and
15889            ('ETH' or 'DOT1Q') and
15890            '1T1C' and
15891            'L2BDMACLRN' and
15892            'VHOST_1024' and
15893            not 'VXLAN' and
15894            not 'IP4FWD' and
15895            not '2VM'"
15896   parameters:
15897   - "throughput"
15898   - "parent"
15899   - "tags"
15900 #  sort:
15901 #  - "VM"  # "not CFS_OPT"
15902 #  - "CFS_OPT"
15903 #  - "FIB_10K"
15904 #  - "FIB_100K"
15905 #  - "FIB_1M"
15906   traces:
15907     hoverinfo: "x+y"
15908     boxpoints: "outliers"
15909     whiskerwidth: 0
15910   layout:
15911     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15912     layout: "plot-throughput"
15913
15914 -
15915   type: "plot"
15916   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15917   algorithm: "plot_performance_box"
15918   output-file-type: ".html"
15919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15920   data: "plot-vpp-throughput-latency-3n-hsw"
15921   filter: "'NIC_Intel-XL710' and
15922            '64B' and
15923            'NDRPDR' and
15924            ('ETH' or 'DOT1Q') and
15925            '2T2C' and
15926            'L2BDMACLRN' and
15927            'VHOST_1024' and
15928            not 'VXLAN' and
15929            not 'IP4FWD' and
15930            not '2VM'"
15931   parameters:
15932   - "throughput"
15933   - "parent"
15934   - "tags"
15935 #  sort:
15936 #  - "VM"  # "not CFS_OPT"
15937 #  - "CFS_OPT"
15938 #  - "FIB_10K"
15939 #  - "FIB_100K"
15940 #  - "FIB_1M"
15941   traces:
15942     hoverinfo: "x+y"
15943     boxpoints: "outliers"
15944     whiskerwidth: 0
15945   layout:
15946     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15947     layout: "plot-throughput"
15948
15949 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15950 -
15951   type: "plot"
15952   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15953   algorithm: "plot_performance_box"
15954   output-file-type: ".html"
15955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15956   data: "plot-vpp-throughput-latency-3n-hsw"
15957   filter: "'NIC_Intel-XL710' and
15958            '64B' and
15959            'NDRPDR' and
15960            ('ETH' or 'DOT1Q') and
15961            'BASE' and
15962            '1T1C' and
15963            ('L2BDMACLRN' or 'L2XCFWD') and
15964            'VHOST_1024' and
15965            not 'VXLAN' and
15966            not 'IP4FWD' and
15967            not '2VM'"
15968   parameters:
15969   - "throughput"
15970   - "parent"
15971   - "tags"
15972 #  sort:
15973 #  - "not CFS_OPT"
15974 #  - "L2XCFWD"
15975 #  - "not CFS_OPT"
15976 #  - "CFS_OPT"
15977   traces:
15978     hoverinfo: "x+y"
15979     boxpoints: "outliers"
15980     whiskerwidth: 0
15981   layout:
15982     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15983     layout: "plot-throughput"
15984
15985 -
15986   type: "plot"
15987   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15988   algorithm: "plot_performance_box"
15989   output-file-type: ".html"
15990   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15991   data: "plot-vpp-throughput-latency-3n-hsw"
15992   filter: "'NIC_Intel-XL710' and
15993            '64B' and
15994            'NDRPDR' and
15995            ('ETH' or 'DOT1Q') and
15996            'BASE' and
15997            '1T1C' and
15998            ('L2BDMACLRN' or 'L2XCFWD') and
15999            'VHOST_1024' and
16000            not 'VXLAN' and
16001            not 'IP4FWD' and
16002            not '2VM'"
16003   parameters:
16004   - "throughput"
16005   - "parent"
16006   - "tags"
16007 #  sort:
16008 #  - "not CFS_OPT"
16009 #  - "L2XCFWD"
16010 #  - "not CFS_OPT"
16011 #  - "CFS_OPT"
16012   traces:
16013     hoverinfo: "x+y"
16014     boxpoints: "outliers"
16015     whiskerwidth: 0
16016   layout:
16017     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16018     layout: "plot-throughput"
16019
16020 -
16021   type: "plot"
16022   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16023   algorithm: "plot_performance_box"
16024   output-file-type: ".html"
16025   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16026   data: "plot-vpp-throughput-latency-3n-hsw"
16027   filter: "'NIC_Intel-XL710' and
16028            '64B' and
16029            'NDRPDR' and
16030            ('ETH' or 'DOT1Q') and
16031            'BASE' and
16032            '2T2C' and
16033            ('L2BDMACLRN' or 'L2XCFWD') and
16034            'VHOST_1024' and
16035            not 'VXLAN' and
16036            not 'IP4FWD' and
16037            not '2VM'"
16038   parameters:
16039   - "throughput"
16040   - "parent"
16041   - "tags"
16042 #  sort:
16043 #  - "not CFS_OPT"
16044 #  - "L2XCFWD"
16045 #  - "not CFS_OPT"
16046 #  - "CFS_OPT"
16047   traces:
16048     hoverinfo: "x+y"
16049     boxpoints: "outliers"
16050     whiskerwidth: 0
16051   layout:
16052     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16053     layout: "plot-throughput"
16054
16055 -
16056   type: "plot"
16057   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16058   algorithm: "plot_performance_box"
16059   output-file-type: ".html"
16060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16061   data: "plot-vpp-throughput-latency-3n-hsw"
16062   filter: "'NIC_Intel-XL710' and
16063            '64B' and
16064            'NDRPDR' and
16065            ('ETH' or 'DOT1Q') and
16066            'BASE' and
16067            '2T2C' and
16068            ('L2BDMACLRN' or 'L2XCFWD') and
16069            'VHOST_1024' and
16070            not 'VXLAN' and
16071            not 'IP4FWD' and
16072            not '2VM'"
16073   parameters:
16074   - "throughput"
16075   - "parent"
16076   - "tags"
16077 #  sort:
16078 #  - "not CFS_OPT"
16079 #  - "L2XCFWD"
16080 #  - "not CFS_OPT"
16081 #  - "CFS_OPT"
16082   traces:
16083     hoverinfo: "x+y"
16084     boxpoints: "outliers"
16085     whiskerwidth: 0
16086   layout:
16087     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16088     layout: "plot-throughput"
16089
16090 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
16091 -
16092   type: "plot"
16093   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16094   algorithm: "plot_performance_box"
16095   output-file-type: ".html"
16096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16097   data: "plot-vpp-throughput-latency-3n-hsw"
16098   filter: "'NIC_Intel-XL710' and
16099            '64B' and
16100            'NDRPDR' and
16101            ('ETH' or 'DOT1Q') and
16102            '1T1C' and
16103            ('L2BDMACLRN' or 'L2XCFWD') and
16104            'VHOST_1024' and
16105            not 'CFS_OPT' and
16106            not 'VXLAN' and
16107            not 'IP4FWD'"
16108   parameters:
16109   - "throughput"
16110   - "parent"
16111   - "tags"
16112 #  sort:
16113 #  - "1VM"
16114 #  - "L2XCFWD"
16115 #  - "1VM"
16116 #  - "L2BDMACLRN"
16117   traces:
16118     hoverinfo: "x+y"
16119     boxpoints: "outliers"
16120     whiskerwidth: 0
16121   layout:
16122     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16123     layout: "plot-throughput"
16124
16125 -
16126   type: "plot"
16127   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16128   algorithm: "plot_performance_box"
16129   output-file-type: ".html"
16130   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16131   data: "plot-vpp-throughput-latency-3n-hsw"
16132   filter: "'NIC_Intel-XL710' and
16133            '64B' and
16134            'NDRPDR' and
16135            ('ETH' or 'DOT1Q') and
16136            '1T1C' and
16137            ('L2BDMACLRN' or 'L2XCFWD') and
16138            'VHOST_1024' and
16139            not 'CFS_OPT' and
16140            not 'VXLAN' and
16141            not 'IP4FWD'"
16142   parameters:
16143   - "throughput"
16144   - "parent"
16145   - "tags"
16146 #  sort:
16147 #  - "1VM"
16148 #  - "L2XCFWD"
16149 #  - "1VM"
16150 #  - "L2BDMACLRN"
16151   traces:
16152     hoverinfo: "x+y"
16153     boxpoints: "outliers"
16154     whiskerwidth: 0
16155   layout:
16156     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16157     layout: "plot-throughput"
16158
16159 -
16160   type: "plot"
16161   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16162   algorithm: "plot_performance_box"
16163   output-file-type: ".html"
16164   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16165   data: "plot-vpp-throughput-latency-3n-hsw"
16166   filter: "'NIC_Intel-XL710' and
16167            '64B' and
16168            'NDRPDR' and
16169            ('ETH' or 'DOT1Q') and
16170            '2T2C' and
16171            ('L2BDMACLRN' or 'L2XCFWD') and
16172            'VHOST_1024' and
16173            not 'CFS_OPT' and
16174            not 'VXLAN' and
16175            not 'IP4FWD'"
16176   parameters:
16177   - "throughput"
16178   - "parent"
16179   - "tags"
16180 #  sort:
16181 #  - "1VM"
16182 #  - "L2XCFWD"
16183 #  - "1VM"
16184 #  - "L2BDMACLRN"
16185   traces:
16186     hoverinfo: "x+y"
16187     boxpoints: "outliers"
16188     whiskerwidth: 0
16189   layout:
16190     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16191     layout: "plot-throughput"
16192
16193 -
16194   type: "plot"
16195   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16196   algorithm: "plot_performance_box"
16197   output-file-type: ".html"
16198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16199   data: "plot-vpp-throughput-latency-3n-hsw"
16200   filter: "'NIC_Intel-XL710' and
16201            '64B' and
16202            'NDRPDR' and
16203            ('ETH' or 'DOT1Q') and
16204            '2T2C' and
16205            ('L2BDMACLRN' or 'L2XCFWD') and
16206            'VHOST_1024' and
16207            not 'CFS_OPT' and
16208            not 'VXLAN' and
16209            not 'IP4FWD'"
16210   parameters:
16211   - "throughput"
16212   - "parent"
16213   - "tags"
16214 #  sort:
16215 #  - "1VM"
16216 #  - "L2XCFWD"
16217 #  - "1VM"
16218 #  - "L2BDMACLRN"
16219   traces:
16220     hoverinfo: "x+y"
16221     boxpoints: "outliers"
16222     whiskerwidth: 0
16223   layout:
16224     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16225     layout: "plot-throughput"
16226
16227 # Packet Throughput - VPP vhost ip4 3n-skx-x710
16228 -
16229   type: "plot"
16230   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16231   algorithm: "plot_performance_box"
16232   output-file-type: ".html"
16233   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16234   data: "plot-vpp-throughput-latency-3n-skx"
16235   filter: "'NIC_Intel-X710' and
16236            '64B' and
16237            'NDRPDR' and
16238            'ETH' and
16239            'IP4FWD' and
16240            '2T1C' and
16241            'VHOST_1024' and
16242            not 'VXLAN' and
16243            not 'DOT1Q'"
16244   parameters:
16245   - "throughput"
16246   - "parent"
16247   - "tags"
16248   sort:
16249   - "not CFS_OPT"
16250   - "1VM"
16251   - "2VM"
16252   traces:
16253     hoverinfo: "x+y"
16254     boxpoints: "outliers"
16255     whiskerwidth: 0
16256   layout:
16257     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16258     layout: "plot-throughput"
16259
16260 -
16261   type: "plot"
16262   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16263   algorithm: "plot_performance_box"
16264   output-file-type: ".html"
16265   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16266   data: "plot-vpp-throughput-latency-3n-skx"
16267   filter: "'NIC_Intel-X710' and
16268            '64B' and
16269            'NDRPDR' and
16270            'ETH' and
16271            'IP4FWD' and
16272            '4T2C' and
16273            'VHOST_1024' and
16274            not 'VXLAN' and
16275            not 'DOT1Q'"
16276   parameters:
16277   - "throughput"
16278   - "parent"
16279   - "tags"
16280   sort:
16281   - "not CFS_OPT"
16282   - "1VM"
16283   - "2VM"
16284   traces:
16285     hoverinfo: "x+y"
16286     boxpoints: "outliers"
16287     whiskerwidth: 0
16288   layout:
16289     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16290     layout: "plot-throughput"
16291
16292 -
16293   type: "plot"
16294   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16295   algorithm: "plot_performance_box"
16296   output-file-type: ".html"
16297   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16298   data: "plot-vpp-throughput-latency-3n-skx"
16299   filter: "'NIC_Intel-X710' and
16300            '64B' and
16301            'NDRPDR' and
16302            'ETH' and
16303            'IP4FWD' and
16304            '2T1C' and
16305            'VHOST_1024' and
16306            not 'VXLAN' and
16307            not 'DOT1Q'"
16308   parameters:
16309   - "throughput"
16310   - "parent"
16311   - "tags"
16312   sort:
16313   - "not CFS_OPT"
16314   - "1VM"
16315   - "2VM"
16316   traces:
16317     hoverinfo: "x+y"
16318     boxpoints: "outliers"
16319     whiskerwidth: 0
16320   layout:
16321     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16322     layout: "plot-throughput"
16323
16324 -
16325   type: "plot"
16326   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16327   algorithm: "plot_performance_box"
16328   output-file-type: ".html"
16329   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16330   data: "plot-vpp-throughput-latency-3n-skx"
16331   filter: "'NIC_Intel-X710' and
16332            '64B' and
16333            'NDRPDR' and
16334            'ETH' and
16335            'IP4FWD' and
16336            '4T2C' and
16337            'VHOST_1024' and
16338            not 'VXLAN' and
16339            not 'DOT1Q'"
16340   parameters:
16341   - "throughput"
16342   - "parent"
16343   - "tags"
16344   sort:
16345   - "not CFS_OPT"
16346   - "1VM"
16347   - "2VM"
16348   traces:
16349     hoverinfo: "x+y"
16350     boxpoints: "outliers"
16351     whiskerwidth: 0
16352   layout:
16353     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16354     layout: "plot-throughput"
16355
16356 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
16357 -
16358   type: "plot"
16359   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16360   algorithm: "plot_performance_box"
16361   output-file-type: ".html"
16362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16363   data: "plot-vpp-throughput-latency-3n-skx"
16364   filter: "'NIC_Intel-X710' and
16365            '64B' and
16366            'NDRPDR' and
16367            ('ETH' or 'DOT1Q') and
16368            '2T1C' and
16369            'L2BDMACLRN' and
16370            'VHOST_1024' and
16371            not 'VXLAN' and
16372            not 'IP4FWD' and
16373            not '2VM'"
16374   parameters:
16375   - "throughput"
16376   - "parent"
16377   - "tags"
16378 #  sort:
16379 #  - "VM"  # "not CFS_OPT"
16380 #  - "CFS_OPT"
16381 #  - "FIB_10K"
16382 #  - "FIB_100K"
16383 #  - "FIB_1M"
16384   traces:
16385     hoverinfo: "x+y"
16386     boxpoints: "outliers"
16387     whiskerwidth: 0
16388   layout:
16389     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16390     layout: "plot-throughput"
16391
16392 -
16393   type: "plot"
16394   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16395   algorithm: "plot_performance_box"
16396   output-file-type: ".html"
16397   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16398   data: "plot-vpp-throughput-latency-3n-skx"
16399   filter: "'NIC_Intel-X710' and
16400            '64B' and
16401            'NDRPDR' and
16402            ('ETH' or 'DOT1Q') and
16403            '4T2C' and
16404            'L2BDMACLRN' and
16405            'VHOST_1024' and
16406            not 'VXLAN' and
16407            not 'IP4FWD' and
16408            not '2VM'"
16409   parameters:
16410   - "throughput"
16411   - "parent"
16412   - "tags"
16413 #  sort:
16414 #  - "VM"  # "not CFS_OPT"
16415 #  - "CFS_OPT"
16416 #  - "FIB_10K"
16417 #  - "FIB_100K"
16418 #  - "FIB_1M"
16419   traces:
16420     hoverinfo: "x+y"
16421     boxpoints: "outliers"
16422     whiskerwidth: 0
16423   layout:
16424     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16425     layout: "plot-throughput"
16426
16427 -
16428   type: "plot"
16429   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16430   algorithm: "plot_performance_box"
16431   output-file-type: ".html"
16432   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16433   data: "plot-vpp-throughput-latency-3n-skx"
16434   filter: "'NIC_Intel-X710' and
16435            '64B' and
16436            'NDRPDR' and
16437            ('ETH' or 'DOT1Q') and
16438            '2T1C' and
16439            'L2BDMACLRN' and
16440            'VHOST_1024' and
16441            not 'VXLAN' and
16442            not 'IP4FWD' and
16443            not '2VM'"
16444   parameters:
16445   - "throughput"
16446   - "parent"
16447   - "tags"
16448 #  sort:
16449 #  - "VM"  # "not CFS_OPT"
16450 #  - "CFS_OPT"
16451 #  - "FIB_10K"
16452 #  - "FIB_100K"
16453 #  - "FIB_1M"
16454   traces:
16455     hoverinfo: "x+y"
16456     boxpoints: "outliers"
16457     whiskerwidth: 0
16458   layout:
16459     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16460     layout: "plot-throughput"
16461
16462 -
16463   type: "plot"
16464   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16465   algorithm: "plot_performance_box"
16466   output-file-type: ".html"
16467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16468   data: "plot-vpp-throughput-latency-3n-skx"
16469   filter: "'NIC_Intel-X710' and
16470            '64B' and
16471            'NDRPDR' and
16472            ('ETH' or 'DOT1Q') and
16473            '4T2C' and
16474            'L2BDMACLRN' and
16475            'VHOST_1024' and
16476            not 'VXLAN' and
16477            not 'IP4FWD' and
16478            not '2VM'"
16479   parameters:
16480   - "throughput"
16481   - "parent"
16482   - "tags"
16483 #  sort:
16484 #  - "VM"  # "not CFS_OPT"
16485 #  - "CFS_OPT"
16486 #  - "FIB_10K"
16487 #  - "FIB_100K"
16488 #  - "FIB_1M"
16489   traces:
16490     hoverinfo: "x+y"
16491     boxpoints: "outliers"
16492     whiskerwidth: 0
16493   layout:
16494     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16495     layout: "plot-throughput"
16496
16497 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
16498 -
16499   type: "plot"
16500   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16501   algorithm: "plot_performance_box"
16502   output-file-type: ".html"
16503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16504   data: "plot-vpp-throughput-latency-3n-skx"
16505   filter: "'NIC_Intel-X710' and
16506            '64B' and
16507            'NDRPDR' and
16508            ('ETH' or 'DOT1Q') and
16509            'BASE' and
16510            '2T1C' and
16511            ('L2BDMACLRN' or 'L2XCFWD') and
16512            'VHOST_1024' and
16513            not 'VXLAN' and
16514            not 'IP4FWD' and
16515            not '2VM' and
16516            not 'LBOND'"
16517   parameters:
16518   - "throughput"
16519   - "parent"
16520   - "tags"
16521 #  sort:
16522 #  - "not CFS_OPT"
16523 #  - "L2XCFWD"
16524 #  - "not CFS_OPT"
16525 #  - "CFS_OPT"
16526   traces:
16527     hoverinfo: "x+y"
16528     boxpoints: "outliers"
16529     whiskerwidth: 0
16530   layout:
16531     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16532     layout: "plot-throughput"
16533
16534 -
16535   type: "plot"
16536   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16537   algorithm: "plot_performance_box"
16538   output-file-type: ".html"
16539   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16540   data: "plot-vpp-throughput-latency-3n-skx"
16541   filter: "'NIC_Intel-X710' and
16542            '64B' and
16543            'NDRPDR' and
16544            ('ETH' or 'DOT1Q') and
16545            'BASE' and
16546            '2T1C' and
16547            ('L2BDMACLRN' or 'L2XCFWD') and
16548            'VHOST_1024' and
16549            not 'VXLAN' and
16550            not 'IP4FWD' and
16551            not '2VM' and
16552            not 'LBOND'"
16553   parameters:
16554   - "throughput"
16555   - "parent"
16556   - "tags"
16557 #  sort:
16558 #  - "not CFS_OPT"
16559 #  - "L2XCFWD"
16560 #  - "not CFS_OPT"
16561 #  - "CFS_OPT"
16562   traces:
16563     hoverinfo: "x+y"
16564     boxpoints: "outliers"
16565     whiskerwidth: 0
16566   layout:
16567     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16568     layout: "plot-throughput"
16569
16570 -
16571   type: "plot"
16572   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16573   algorithm: "plot_performance_box"
16574   output-file-type: ".html"
16575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16576   data: "plot-vpp-throughput-latency-3n-skx"
16577   filter: "'NIC_Intel-X710' and
16578            '64B' and
16579            'NDRPDR' and
16580            ('ETH' or 'DOT1Q') and
16581            'BASE' and
16582            '4T2C' and
16583            ('L2BDMACLRN' or 'L2XCFWD') and
16584            'VHOST_1024' and
16585            not 'VXLAN' and
16586            not 'IP4FWD' and
16587            not '2VM' and
16588            not 'LBOND'"
16589   parameters:
16590   - "throughput"
16591   - "parent"
16592   - "tags"
16593 #  sort:
16594 #  - "not CFS_OPT"
16595 #  - "L2XCFWD"
16596 #  - "not CFS_OPT"
16597 #  - "CFS_OPT"
16598   traces:
16599     hoverinfo: "x+y"
16600     boxpoints: "outliers"
16601     whiskerwidth: 0
16602   layout:
16603     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16604     layout: "plot-throughput"
16605
16606 -
16607   type: "plot"
16608   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16609   algorithm: "plot_performance_box"
16610   output-file-type: ".html"
16611   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16612   data: "plot-vpp-throughput-latency-3n-skx"
16613   filter: "'NIC_Intel-X710' and
16614            '64B' and
16615            'NDRPDR' and
16616            ('ETH' or 'DOT1Q') and
16617            'BASE' and
16618            '4T2C' and
16619            ('L2BDMACLRN' or 'L2XCFWD') and
16620            'VHOST_1024' and
16621            not 'VXLAN' and
16622            not 'IP4FWD' and
16623            not '2VM' and
16624            not 'LBOND'"
16625   parameters:
16626   - "throughput"
16627   - "parent"
16628   - "tags"
16629 #  sort:
16630 #  - "not CFS_OPT"
16631 #  - "L2XCFWD"
16632 #  - "not CFS_OPT"
16633 #  - "CFS_OPT"
16634   traces:
16635     hoverinfo: "x+y"
16636     boxpoints: "outliers"
16637     whiskerwidth: 0
16638   layout:
16639     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16640     layout: "plot-throughput"
16641
16642 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
16643 -
16644   type: "plot"
16645   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16646   algorithm: "plot_performance_box"
16647   output-file-type: ".html"
16648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16649   data: "plot-vpp-throughput-latency-3n-skx"
16650   filter: "'NIC_Intel-X710' and
16651            '64B' and
16652            'NDRPDR' and
16653            ('ETH' or 'DOT1Q') and
16654            '2T1C' and
16655            ('L2BDMACLRN' or 'L2XCFWD') and
16656            'VHOST_1024' and
16657            not 'CFS_OPT' and
16658            not 'VXLAN' and
16659            not 'IP4FWD' and
16660            not 'LBOND'"
16661   parameters:
16662   - "throughput"
16663   - "parent"
16664   - "tags"
16665 #  sort:
16666 #  - "1VM"
16667 #  - "L2XCFWD"
16668 #  - "1VM"
16669 #  - "L2BDMACLRN"
16670   traces:
16671     hoverinfo: "x+y"
16672     boxpoints: "outliers"
16673     whiskerwidth: 0
16674   layout:
16675     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16676     layout: "plot-throughput"
16677
16678 -
16679   type: "plot"
16680   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16681   algorithm: "plot_performance_box"
16682   output-file-type: ".html"
16683   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16684   data: "plot-vpp-throughput-latency-3n-skx"
16685   filter: "'NIC_Intel-X710' and
16686            '64B' and
16687            'NDRPDR' and
16688            ('ETH' or 'DOT1Q') and
16689            '2T1C' and
16690            ('L2BDMACLRN' or 'L2XCFWD') and
16691            'VHOST_1024' and
16692            not 'CFS_OPT' and
16693            not 'VXLAN' and
16694            not 'IP4FWD' and
16695            not 'LBOND'"
16696   parameters:
16697   - "throughput"
16698   - "parent"
16699   - "tags"
16700 #  sort:
16701 #  - "1VM"
16702 #  - "L2XCFWD"
16703 #  - "1VM"
16704 #  - "L2BDMACLRN"
16705   traces:
16706     hoverinfo: "x+y"
16707     boxpoints: "outliers"
16708     whiskerwidth: 0
16709   layout:
16710     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16711     layout: "plot-throughput"
16712
16713 -
16714   type: "plot"
16715   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16716   algorithm: "plot_performance_box"
16717   output-file-type: ".html"
16718   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16719   data: "plot-vpp-throughput-latency-3n-skx"
16720   filter: "'NIC_Intel-X710' and
16721            '64B' and
16722            'NDRPDR' and
16723            ('ETH' or 'DOT1Q') and
16724            '4T2C' and
16725            ('L2BDMACLRN' or 'L2XCFWD') and
16726            'VHOST_1024' and
16727            not 'CFS_OPT' and
16728            not 'VXLAN' and
16729            not 'IP4FWD' and
16730            not 'LBOND'"
16731   parameters:
16732   - "throughput"
16733   - "parent"
16734   - "tags"
16735 #  sort:
16736 #  - "1VM"
16737 #  - "L2XCFWD"
16738 #  - "1VM"
16739 #  - "L2BDMACLRN"
16740   traces:
16741     hoverinfo: "x+y"
16742     boxpoints: "outliers"
16743     whiskerwidth: 0
16744   layout:
16745     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16746     layout: "plot-throughput"
16747
16748 -
16749   type: "plot"
16750   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16751   algorithm: "plot_performance_box"
16752   output-file-type: ".html"
16753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16754   data: "plot-vpp-throughput-latency-3n-skx"
16755   filter: "'NIC_Intel-X710' and
16756            '64B' and
16757            'NDRPDR' and
16758            ('ETH' or 'DOT1Q') and
16759            '4T2C' and
16760            ('L2BDMACLRN' or 'L2XCFWD') and
16761            'VHOST_1024' and
16762            not 'CFS_OPT' and
16763            not 'VXLAN' and
16764            not 'IP4FWD' and
16765            not 'LBOND'"
16766   parameters:
16767   - "throughput"
16768   - "parent"
16769   - "tags"
16770 #  sort:
16771 #  - "1VM"
16772 #  - "L2XCFWD"
16773 #  - "1VM"
16774 #  - "L2BDMACLRN"
16775   traces:
16776     hoverinfo: "x+y"
16777     boxpoints: "outliers"
16778     whiskerwidth: 0
16779   layout:
16780     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16781     layout: "plot-throughput"
16782
16783 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16784 -
16785   type: "plot"
16786   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16787   algorithm: "plot_performance_box"
16788   output-file-type: ".html"
16789   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16790   data: "plot-vpp-throughput-latency-2n-skx"
16791   filter: "'NIC_Intel-X710' and
16792            '64B' and
16793            'NDRPDR' and
16794            'ETH' and
16795            'IP4FWD' and
16796            '2T1C' and
16797            'VHOST_1024' and
16798            not 'VXLAN' and
16799            not 'NF_DENSITY' and
16800            not 'DOT1Q'"
16801   parameters:
16802   - "throughput"
16803   - "parent"
16804   - "tags"
16805   sort:
16806   - "not CFS_OPT"
16807   - "1VM"
16808   - "2VM"
16809   traces:
16810     hoverinfo: "x+y"
16811     boxpoints: "outliers"
16812     whiskerwidth: 0
16813   layout:
16814     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16815     layout: "plot-throughput"
16816
16817 -
16818   type: "plot"
16819   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16820   algorithm: "plot_performance_box"
16821   output-file-type: ".html"
16822   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16823   data: "plot-vpp-throughput-latency-2n-skx"
16824   filter: "'NIC_Intel-X710' and
16825            '64B' and
16826            'NDRPDR' and
16827            'ETH' and
16828            'IP4FWD' and
16829            '4T2C' and
16830            'VHOST_1024' and
16831            not 'VXLAN' and
16832            not 'NF_DENSITY' and
16833            not 'DOT1Q'"
16834   parameters:
16835   - "throughput"
16836   - "parent"
16837   - "tags"
16838   sort:
16839   - "not CFS_OPT"
16840   - "1VM"
16841   - "2VM"
16842   traces:
16843     hoverinfo: "x+y"
16844     boxpoints: "outliers"
16845     whiskerwidth: 0
16846   layout:
16847     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16848     layout: "plot-throughput"
16849
16850 -
16851   type: "plot"
16852   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16853   algorithm: "plot_performance_box"
16854   output-file-type: ".html"
16855   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16856   data: "plot-vpp-throughput-latency-2n-skx"
16857   filter: "'NIC_Intel-X710' and
16858            '64B' and
16859            'NDRPDR' and
16860            'ETH' and
16861            'IP4FWD' and
16862            '2T1C' and
16863            'VHOST_1024' and
16864            not 'VXLAN' and
16865            not 'NF_DENSITY' and
16866            not 'DOT1Q'"
16867   parameters:
16868   - "throughput"
16869   - "parent"
16870   - "tags"
16871   sort:
16872   - "not CFS_OPT"
16873   - "1VM"
16874   - "2VM"
16875   traces:
16876     hoverinfo: "x+y"
16877     boxpoints: "outliers"
16878     whiskerwidth: 0
16879   layout:
16880     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16881     layout: "plot-throughput"
16882
16883 -
16884   type: "plot"
16885   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16886   algorithm: "plot_performance_box"
16887   output-file-type: ".html"
16888   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16889   data: "plot-vpp-throughput-latency-2n-skx"
16890   filter: "'NIC_Intel-X710' and
16891            '64B' and
16892            'NDRPDR' and
16893            'ETH' and
16894            'IP4FWD' and
16895            '4T2C' and
16896            'VHOST_1024' and
16897            not 'VXLAN' and
16898            not 'NF_DENSITY' and
16899            not 'DOT1Q'"
16900   parameters:
16901   - "throughput"
16902   - "parent"
16903   - "tags"
16904   sort:
16905   - "not CFS_OPT"
16906   - "1VM"
16907   - "2VM"
16908   traces:
16909     hoverinfo: "x+y"
16910     boxpoints: "outliers"
16911     whiskerwidth: 0
16912   layout:
16913     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16914     layout: "plot-throughput"
16915
16916 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16917 -
16918   type: "plot"
16919   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16920   algorithm: "plot_performance_box"
16921   output-file-type: ".html"
16922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16923   data: "plot-vpp-throughput-latency-2n-skx"
16924   filter: "'NIC_Intel-X710' and
16925            '64B' and
16926            'NDRPDR' and
16927            ('ETH' or 'DOT1Q') and
16928            '2T1C' and
16929            'L2BDMACLRN' and
16930            'VHOST_1024' and
16931            not 'VXLAN' and
16932            not 'NF_DENSITY' and
16933            not 'IP4FWD' and
16934            not '2VM'"
16935   parameters:
16936   - "throughput"
16937   - "parent"
16938   - "tags"
16939 #  sort:
16940 #  - "VM"  # "not CFS_OPT"
16941 #  - "CFS_OPT"
16942 #  - "FIB_10K"
16943 #  - "FIB_100K"
16944 #  - "FIB_1M"
16945   traces:
16946     hoverinfo: "x+y"
16947     boxpoints: "outliers"
16948     whiskerwidth: 0
16949   layout:
16950     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16951     layout: "plot-throughput"
16952
16953 -
16954   type: "plot"
16955   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16956   algorithm: "plot_performance_box"
16957   output-file-type: ".html"
16958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16959   data: "plot-vpp-throughput-latency-2n-skx"
16960   filter: "'NIC_Intel-X710' and
16961            '64B' and
16962            'NDRPDR' and
16963            ('ETH' or 'DOT1Q') and
16964            '4T2C' and
16965            'L2BDMACLRN' and
16966            'VHOST_1024' and
16967            not 'VXLAN' and
16968            not 'NF_DENSITY' and
16969            not 'IP4FWD' and
16970            not '2VM'"
16971   parameters:
16972   - "throughput"
16973   - "parent"
16974   - "tags"
16975 #  sort:
16976 #  - "VM"  # "not CFS_OPT"
16977 #  - "CFS_OPT"
16978 #  - "FIB_10K"
16979 #  - "FIB_100K"
16980 #  - "FIB_1M"
16981   traces:
16982     hoverinfo: "x+y"
16983     boxpoints: "outliers"
16984     whiskerwidth: 0
16985   layout:
16986     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16987     layout: "plot-throughput"
16988
16989 -
16990   type: "plot"
16991   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16992   algorithm: "plot_performance_box"
16993   output-file-type: ".html"
16994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16995   data: "plot-vpp-throughput-latency-2n-skx"
16996   filter: "'NIC_Intel-X710' and
16997            '64B' and
16998            'NDRPDR' and
16999            ('ETH' or 'DOT1Q') and
17000            '2T1C' and
17001            'L2BDMACLRN' and
17002            'VHOST_1024' and
17003            not 'VXLAN' and
17004            not 'NF_DENSITY' and
17005            not 'IP4FWD' and
17006            not '2VM'"
17007   parameters:
17008   - "throughput"
17009   - "parent"
17010   - "tags"
17011 #  sort:
17012 #  - "VM"  # "not CFS_OPT"
17013 #  - "CFS_OPT"
17014 #  - "FIB_10K"
17015 #  - "FIB_100K"
17016 #  - "FIB_1M"
17017   traces:
17018     hoverinfo: "x+y"
17019     boxpoints: "outliers"
17020     whiskerwidth: 0
17021   layout:
17022     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17023     layout: "plot-throughput"
17024
17025 -
17026   type: "plot"
17027   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17028   algorithm: "plot_performance_box"
17029   output-file-type: ".html"
17030   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17031   data: "plot-vpp-throughput-latency-2n-skx"
17032   filter: "'NIC_Intel-X710' and
17033            '64B' and
17034            'NDRPDR' and
17035            ('ETH' or 'DOT1Q') and
17036            '4T2C' and
17037            'L2BDMACLRN' and
17038            'VHOST_1024' and
17039            not 'VXLAN' and
17040            not 'NF_DENSITY' and
17041            not 'IP4FWD' and
17042            not '2VM'"
17043   parameters:
17044   - "throughput"
17045   - "parent"
17046   - "tags"
17047 #  sort:
17048 #  - "VM"  # "not CFS_OPT"
17049 #  - "CFS_OPT"
17050 #  - "FIB_10K"
17051 #  - "FIB_100K"
17052 #  - "FIB_1M"
17053   traces:
17054     hoverinfo: "x+y"
17055     boxpoints: "outliers"
17056     whiskerwidth: 0
17057   layout:
17058     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17059     layout: "plot-throughput"
17060
17061 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
17062 -
17063   type: "plot"
17064   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17065   algorithm: "plot_performance_box"
17066   output-file-type: ".html"
17067   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17068   data: "plot-vpp-throughput-latency-2n-skx"
17069   filter: "'NIC_Intel-X710' and
17070            '64B' and
17071            'NDRPDR' and
17072            ('ETH' or 'DOT1Q') and
17073            'BASE' and
17074            '2T1C' and
17075            ('L2BDMACLRN' or 'L2XCFWD') and
17076            'VHOST_1024' and
17077            not 'VXLAN' and
17078            not 'NF_DENSITY' and
17079            not 'IP4FWD' and
17080            not '2VM'"
17081   parameters:
17082   - "throughput"
17083   - "parent"
17084   - "tags"
17085 #  sort:
17086 #  - "not CFS_OPT"
17087 #  - "L2XCFWD"
17088 #  - "not CFS_OPT"
17089 #  - "CFS_OPT"
17090   traces:
17091     hoverinfo: "x+y"
17092     boxpoints: "outliers"
17093     whiskerwidth: 0
17094   layout:
17095     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17096     layout: "plot-throughput"
17097
17098 -
17099   type: "plot"
17100   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17101   algorithm: "plot_performance_box"
17102   output-file-type: ".html"
17103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17104   data: "plot-vpp-throughput-latency-2n-skx"
17105   filter: "'NIC_Intel-X710' and
17106            '64B' and
17107            'NDRPDR' and
17108            ('ETH' or 'DOT1Q') and
17109            'BASE' and
17110            '2T1C' and
17111            ('L2BDMACLRN' or 'L2XCFWD') and
17112            'VHOST_1024' and
17113            not 'VXLAN' and
17114            not 'NF_DENSITY' and
17115            not 'IP4FWD' and
17116            not '2VM'"
17117   parameters:
17118   - "throughput"
17119   - "parent"
17120   - "tags"
17121 #  sort:
17122 #  - "not CFS_OPT"
17123 #  - "L2XCFWD"
17124 #  - "not CFS_OPT"
17125 #  - "CFS_OPT"
17126   traces:
17127     hoverinfo: "x+y"
17128     boxpoints: "outliers"
17129     whiskerwidth: 0
17130   layout:
17131     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17132     layout: "plot-throughput"
17133
17134 -
17135   type: "plot"
17136   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17137   algorithm: "plot_performance_box"
17138   output-file-type: ".html"
17139   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17140   data: "plot-vpp-throughput-latency-2n-skx"
17141   filter: "'NIC_Intel-X710' and
17142            '64B' and
17143            'NDRPDR' and
17144            ('ETH' or 'DOT1Q') and
17145            'BASE' and
17146            '4T2C' and
17147            ('L2BDMACLRN' or 'L2XCFWD') and
17148            'VHOST_1024' and
17149            not 'VXLAN' and
17150            not 'NF_DENSITY' and
17151            not 'IP4FWD' and
17152            not '2VM'"
17153   parameters:
17154   - "throughput"
17155   - "parent"
17156   - "tags"
17157 #  sort:
17158 #  - "not CFS_OPT"
17159 #  - "L2XCFWD"
17160 #  - "not CFS_OPT"
17161 #  - "CFS_OPT"
17162   traces:
17163     hoverinfo: "x+y"
17164     boxpoints: "outliers"
17165     whiskerwidth: 0
17166   layout:
17167     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17168     layout: "plot-throughput"
17169
17170 -
17171   type: "plot"
17172   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17173   algorithm: "plot_performance_box"
17174   output-file-type: ".html"
17175   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17176   data: "plot-vpp-throughput-latency-2n-skx"
17177   filter: "'NIC_Intel-X710' and
17178            '64B' and
17179            'NDRPDR' and
17180            ('ETH' or 'DOT1Q') and
17181            'BASE' and
17182            '4T2C' and
17183            ('L2BDMACLRN' or 'L2XCFWD') and
17184            'VHOST_1024' and
17185            not 'VXLAN' and
17186            not 'NF_DENSITY' and
17187            not 'IP4FWD' and
17188            not '2VM'"
17189   parameters:
17190   - "throughput"
17191   - "parent"
17192   - "tags"
17193 #  sort:
17194 #  - "not CFS_OPT"
17195 #  - "L2XCFWD"
17196 #  - "not CFS_OPT"
17197 #  - "CFS_OPT"
17198   traces:
17199     hoverinfo: "x+y"
17200     boxpoints: "outliers"
17201     whiskerwidth: 0
17202   layout:
17203     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17204     layout: "plot-throughput"
17205
17206 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
17207 -
17208   type: "plot"
17209   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17210   algorithm: "plot_performance_box"
17211   output-file-type: ".html"
17212   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17213   data: "plot-vpp-throughput-latency-2n-skx"
17214   filter: "'NIC_Intel-X710' and
17215            '64B' and
17216            'NDRPDR' and
17217            ('ETH' or 'DOT1Q') and
17218            '2T1C' and
17219            ('L2BDMACLRN' or 'L2XCFWD') and
17220            'VHOST_1024' and
17221            not 'CFS_OPT' and
17222            not 'VXLAN' and
17223            not 'NF_DENSITY' and
17224            not 'IP4FWD'"
17225   parameters:
17226   - "throughput"
17227   - "parent"
17228   - "tags"
17229 #  sort:
17230 #  - "1VM"
17231 #  - "L2XCFWD"
17232 #  - "1VM"
17233 #  - "L2BDMACLRN"
17234   traces:
17235     hoverinfo: "x+y"
17236     boxpoints: "outliers"
17237     whiskerwidth: 0
17238   layout:
17239     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17240     layout: "plot-throughput"
17241
17242 -
17243   type: "plot"
17244   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17245   algorithm: "plot_performance_box"
17246   output-file-type: ".html"
17247   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17248   data: "plot-vpp-throughput-latency-2n-skx"
17249   filter: "'NIC_Intel-X710' and
17250            '64B' and
17251            'NDRPDR' and
17252            ('ETH' or 'DOT1Q') and
17253            '2T1C' and
17254            ('L2BDMACLRN' or 'L2XCFWD') and
17255            'VHOST_1024' and
17256            not 'CFS_OPT' and
17257            not 'VXLAN' and
17258            not 'NF_DENSITY' and
17259            not 'IP4FWD'"
17260   parameters:
17261   - "throughput"
17262   - "parent"
17263   - "tags"
17264 #  sort:
17265 #  - "1VM"
17266 #  - "L2XCFWD"
17267 #  - "1VM"
17268 #  - "L2BDMACLRN"
17269   traces:
17270     hoverinfo: "x+y"
17271     boxpoints: "outliers"
17272     whiskerwidth: 0
17273   layout:
17274     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17275     layout: "plot-throughput"
17276
17277 -
17278   type: "plot"
17279   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17280   algorithm: "plot_performance_box"
17281   output-file-type: ".html"
17282   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17283   data: "plot-vpp-throughput-latency-2n-skx"
17284   filter: "'NIC_Intel-X710' and
17285            '64B' and
17286            'NDRPDR' and
17287            ('ETH' or 'DOT1Q') and
17288            '4T2C' and
17289            ('L2BDMACLRN' or 'L2XCFWD') and
17290            'VHOST_1024' and
17291            not 'CFS_OPT' and
17292            not 'VXLAN' and
17293            not 'NF_DENSITY' and
17294            not 'IP4FWD'"
17295   parameters:
17296   - "throughput"
17297   - "parent"
17298   - "tags"
17299 #  sort:
17300 #  - "1VM"
17301 #  - "L2XCFWD"
17302 #  - "1VM"
17303 #  - "L2BDMACLRN"
17304   traces:
17305     hoverinfo: "x+y"
17306     boxpoints: "outliers"
17307     whiskerwidth: 0
17308   layout:
17309     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17310     layout: "plot-throughput"
17311
17312 -
17313   type: "plot"
17314   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17315   algorithm: "plot_performance_box"
17316   output-file-type: ".html"
17317   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17318   data: "plot-vpp-throughput-latency-2n-skx"
17319   filter: "'NIC_Intel-X710' and
17320            '64B' and
17321            'NDRPDR' and
17322            ('ETH' or 'DOT1Q') and
17323            '4T2C' and
17324            ('L2BDMACLRN' or 'L2XCFWD') and
17325            'VHOST_1024' and
17326            not 'CFS_OPT' and
17327            not 'VXLAN' and
17328            not 'NF_DENSITY' and
17329            not 'IP4FWD'"
17330   parameters:
17331   - "throughput"
17332   - "parent"
17333   - "tags"
17334 #  sort:
17335 #  - "1VM"
17336 #  - "L2XCFWD"
17337 #  - "1VM"
17338 #  - "L2BDMACLRN"
17339   traces:
17340     hoverinfo: "x+y"
17341     boxpoints: "outliers"
17342     whiskerwidth: 0
17343   layout:
17344     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17345     layout: "plot-throughput"
17346
17347 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
17348 -
17349   type: "plot"
17350   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17351   algorithm: "plot_performance_box"
17352   output-file-type: ".html"
17353   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17354   data: "plot-vpp-throughput-latency-2n-skx"
17355   filter: "'NIC_Intel-XXV710' and
17356            '64B' and
17357            'NDRPDR' and
17358            'ETH' and
17359            'IP4FWD' and
17360            '2T1C' and
17361            'VHOST_1024' and
17362            not 'VXLAN' and
17363            not 'DOT1Q'"
17364   parameters:
17365   - "throughput"
17366   - "parent"
17367   - "tags"
17368   sort:
17369   - "not CFS_OPT"
17370   - "1VM"
17371   - "2VM"
17372   traces:
17373     hoverinfo: "x+y"
17374     boxpoints: "outliers"
17375     whiskerwidth: 0
17376   layout:
17377     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17378     layout: "plot-throughput"
17379
17380 -
17381   type: "plot"
17382   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17383   algorithm: "plot_performance_box"
17384   output-file-type: ".html"
17385   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17386   data: "plot-vpp-throughput-latency-2n-skx"
17387   filter: "'NIC_Intel-XXV710' and
17388            '64B' and
17389            'NDRPDR' and
17390            'ETH' and
17391            'IP4FWD' and
17392            '4T2C' and
17393            'VHOST_1024' and
17394            not 'VXLAN' and
17395            not 'DOT1Q'"
17396   parameters:
17397   - "throughput"
17398   - "parent"
17399   - "tags"
17400   sort:
17401   - "not CFS_OPT"
17402   - "1VM"
17403   - "2VM"
17404   traces:
17405     hoverinfo: "x+y"
17406     boxpoints: "outliers"
17407     whiskerwidth: 0
17408   layout:
17409     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17410     layout: "plot-throughput"
17411
17412 -
17413   type: "plot"
17414   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17415   algorithm: "plot_performance_box"
17416   output-file-type: ".html"
17417   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17418   data: "plot-vpp-throughput-latency-2n-skx"
17419   filter: "'NIC_Intel-XXV710' and
17420            '64B' and
17421            'NDRPDR' and
17422            'ETH' and
17423            'IP4FWD' and
17424            '2T1C' and
17425            'VHOST_1024' and
17426            not 'VXLAN' and
17427            not 'DOT1Q'"
17428   parameters:
17429   - "throughput"
17430   - "parent"
17431   - "tags"
17432   sort:
17433   - "not CFS_OPT"
17434   - "1VM"
17435   - "2VM"
17436   traces:
17437     hoverinfo: "x+y"
17438     boxpoints: "outliers"
17439     whiskerwidth: 0
17440   layout:
17441     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17442     layout: "plot-throughput"
17443
17444 -
17445   type: "plot"
17446   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17447   algorithm: "plot_performance_box"
17448   output-file-type: ".html"
17449   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17450   data: "plot-vpp-throughput-latency-2n-skx"
17451   filter: "'NIC_Intel-XXV710' and
17452            '64B' and
17453            'NDRPDR' and
17454            'ETH' and
17455            'IP4FWD' and
17456            '4T2C' and
17457            'VHOST_1024' and
17458            not 'VXLAN' and
17459            not 'DOT1Q'"
17460   parameters:
17461   - "throughput"
17462   - "parent"
17463   - "tags"
17464   sort:
17465   - "not CFS_OPT"
17466   - "1VM"
17467   - "2VM"
17468   traces:
17469     hoverinfo: "x+y"
17470     boxpoints: "outliers"
17471     whiskerwidth: 0
17472   layout:
17473     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17474     layout: "plot-throughput"
17475
17476 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
17477 -
17478   type: "plot"
17479   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17480   algorithm: "plot_performance_box"
17481   output-file-type: ".html"
17482   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17483   data: "plot-vpp-throughput-latency-2n-skx"
17484   filter: "'NIC_Intel-XXV710' and
17485            '64B' and
17486            'NDRPDR' and
17487            ('ETH' or 'DOT1Q') and
17488            '2T1C' and
17489            'L2BDMACLRN' and
17490            'VHOST_1024' and
17491            not 'VXLAN' and
17492            not 'IP4FWD' and
17493            not '2VM'"
17494   parameters:
17495   - "throughput"
17496   - "parent"
17497   - "tags"
17498 #  sort:
17499 #  - "VM"  # "not CFS_OPT"
17500 #  - "CFS_OPT"
17501 #  - "FIB_10K"
17502 #  - "FIB_100K"
17503 #  - "FIB_1M"
17504   traces:
17505     hoverinfo: "x+y"
17506     boxpoints: "outliers"
17507     whiskerwidth: 0
17508   layout:
17509     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17510     layout: "plot-throughput"
17511
17512 -
17513   type: "plot"
17514   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17515   algorithm: "plot_performance_box"
17516   output-file-type: ".html"
17517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17518   data: "plot-vpp-throughput-latency-2n-skx"
17519   filter: "'NIC_Intel-XXV710' and
17520            '64B' and
17521            'NDRPDR' and
17522            ('ETH' or 'DOT1Q') and
17523            '4T2C' and
17524            'L2BDMACLRN' and
17525            'VHOST_1024' and
17526            not 'VXLAN' and
17527            not 'IP4FWD' and
17528            not '2VM'"
17529   parameters:
17530   - "throughput"
17531   - "parent"
17532   - "tags"
17533 #  sort:
17534 #  - "VM"  # "not CFS_OPT"
17535 #  - "CFS_OPT"
17536 #  - "FIB_10K"
17537 #  - "FIB_100K"
17538 #  - "FIB_1M"
17539   traces:
17540     hoverinfo: "x+y"
17541     boxpoints: "outliers"
17542     whiskerwidth: 0
17543   layout:
17544     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17545     layout: "plot-throughput"
17546
17547 -
17548   type: "plot"
17549   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17550   algorithm: "plot_performance_box"
17551   output-file-type: ".html"
17552   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17553   data: "plot-vpp-throughput-latency-2n-skx"
17554   filter: "'NIC_Intel-XXV710' and
17555            '64B' and
17556            'NDRPDR' and
17557            ('ETH' or 'DOT1Q') and
17558            '2T1C' and
17559            'L2BDMACLRN' and
17560            'VHOST_1024' and
17561            not 'VXLAN' and
17562            not 'IP4FWD' and
17563            not '2VM'"
17564   parameters:
17565   - "throughput"
17566   - "parent"
17567   - "tags"
17568 #  sort:
17569 #  - "VM"  # "not CFS_OPT"
17570 #  - "CFS_OPT"
17571 #  - "FIB_10K"
17572 #  - "FIB_100K"
17573 #  - "FIB_1M"
17574   traces:
17575     hoverinfo: "x+y"
17576     boxpoints: "outliers"
17577     whiskerwidth: 0
17578   layout:
17579     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17580     layout: "plot-throughput"
17581
17582 -
17583   type: "plot"
17584   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17585   algorithm: "plot_performance_box"
17586   output-file-type: ".html"
17587   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17588   data: "plot-vpp-throughput-latency-2n-skx"
17589   filter: "'NIC_Intel-XXV710' and
17590            '64B' and
17591            'NDRPDR' and
17592            ('ETH' or 'DOT1Q') and
17593            '4T2C' and
17594            'L2BDMACLRN' and
17595            'VHOST_1024' and
17596            not 'VXLAN' and
17597            not 'IP4FWD' and
17598            not '2VM'"
17599   parameters:
17600   - "throughput"
17601   - "parent"
17602   - "tags"
17603 #  sort:
17604 #  - "VM"  # "not CFS_OPT"
17605 #  - "CFS_OPT"
17606 #  - "FIB_10K"
17607 #  - "FIB_100K"
17608 #  - "FIB_1M"
17609   traces:
17610     hoverinfo: "x+y"
17611     boxpoints: "outliers"
17612     whiskerwidth: 0
17613   layout:
17614     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17615     layout: "plot-throughput"
17616
17617 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
17618 -
17619   type: "plot"
17620   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17621   algorithm: "plot_performance_box"
17622   output-file-type: ".html"
17623   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17624   data: "plot-vpp-throughput-latency-2n-skx"
17625   filter: "'NIC_Intel-XXV710' and
17626            '64B' and
17627            'NDRPDR' and
17628            ('ETH' or 'DOT1Q') and
17629            'BASE' and
17630            '2T1C' and
17631            ('L2BDMACLRN' or 'L2XCFWD') and
17632            'VHOST_1024' and
17633            not 'VXLAN' and
17634            not 'IP4FWD' and
17635            not '2VM'"
17636   parameters:
17637   - "throughput"
17638   - "parent"
17639   - "tags"
17640 #  sort:
17641 #  - "not CFS_OPT"
17642 #  - "L2XCFWD"
17643 #  - "not CFS_OPT"
17644 #  - "CFS_OPT"
17645   traces:
17646     hoverinfo: "x+y"
17647     boxpoints: "outliers"
17648     whiskerwidth: 0
17649   layout:
17650     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17651     layout: "plot-throughput"
17652
17653 -
17654   type: "plot"
17655   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17656   algorithm: "plot_performance_box"
17657   output-file-type: ".html"
17658   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17659   data: "plot-vpp-throughput-latency-2n-skx"
17660   filter: "'NIC_Intel-XXV710' and
17661            '64B' and
17662            'NDRPDR' and
17663            ('ETH' or 'DOT1Q') and
17664            'BASE' and
17665            '2T1C' and
17666            ('L2BDMACLRN' or 'L2XCFWD') and
17667            'VHOST_1024' and
17668            not 'VXLAN' and
17669            not 'IP4FWD' and
17670            not '2VM'"
17671   parameters:
17672   - "throughput"
17673   - "parent"
17674   - "tags"
17675 #  sort:
17676 #  - "not CFS_OPT"
17677 #  - "L2XCFWD"
17678 #  - "not CFS_OPT"
17679 #  - "CFS_OPT"
17680   traces:
17681     hoverinfo: "x+y"
17682     boxpoints: "outliers"
17683     whiskerwidth: 0
17684   layout:
17685     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17686     layout: "plot-throughput"
17687
17688 -
17689   type: "plot"
17690   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17691   algorithm: "plot_performance_box"
17692   output-file-type: ".html"
17693   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17694   data: "plot-vpp-throughput-latency-2n-skx"
17695   filter: "'NIC_Intel-XXV710' and
17696            '64B' and
17697            'NDRPDR' and
17698            ('ETH' or 'DOT1Q') and
17699            'BASE' and
17700            '4T2C' and
17701            ('L2BDMACLRN' or 'L2XCFWD') and
17702            'VHOST_1024' and
17703            not 'VXLAN' and
17704            not 'IP4FWD' and
17705            not '2VM'"
17706   parameters:
17707   - "throughput"
17708   - "parent"
17709   - "tags"
17710 #  sort:
17711 #  - "not CFS_OPT"
17712 #  - "L2XCFWD"
17713 #  - "not CFS_OPT"
17714 #  - "CFS_OPT"
17715   traces:
17716     hoverinfo: "x+y"
17717     boxpoints: "outliers"
17718     whiskerwidth: 0
17719   layout:
17720     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17721     layout: "plot-throughput"
17722
17723 -
17724   type: "plot"
17725   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17726   algorithm: "plot_performance_box"
17727   output-file-type: ".html"
17728   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17729   data: "plot-vpp-throughput-latency-2n-skx"
17730   filter: "'NIC_Intel-XXV710' and
17731            '64B' and
17732            'NDRPDR' and
17733            ('ETH' or 'DOT1Q') and
17734            'BASE' and
17735            '4T2C' and
17736            ('L2BDMACLRN' or 'L2XCFWD') and
17737            'VHOST_1024' and
17738            not 'VXLAN' and
17739            not 'IP4FWD' and
17740            not '2VM'"
17741   parameters:
17742   - "throughput"
17743   - "parent"
17744   - "tags"
17745 #  sort:
17746 #  - "not CFS_OPT"
17747 #  - "L2XCFWD"
17748 #  - "not CFS_OPT"
17749 #  - "CFS_OPT"
17750   traces:
17751     hoverinfo: "x+y"
17752     boxpoints: "outliers"
17753     whiskerwidth: 0
17754   layout:
17755     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17756     layout: "plot-throughput"
17757
17758 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
17759 -
17760   type: "plot"
17761   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17762   algorithm: "plot_performance_box"
17763   output-file-type: ".html"
17764   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17765   data: "plot-vpp-throughput-latency-2n-skx"
17766   filter: "'NIC_Intel-XXV710' and
17767            '64B' and
17768            'NDRPDR' and
17769            ('ETH' or 'DOT1Q') and
17770            '2T1C' and
17771            ('L2BDMACLRN' or 'L2XCFWD') and
17772            'VHOST_1024' and
17773            not 'CFS_OPT' and
17774            not 'VXLAN' and
17775            not 'IP4FWD'"
17776   parameters:
17777   - "throughput"
17778   - "parent"
17779   - "tags"
17780 #  sort:
17781 #  - "1VM"
17782 #  - "L2XCFWD"
17783 #  - "1VM"
17784 #  - "L2BDMACLRN"
17785   traces:
17786     hoverinfo: "x+y"
17787     boxpoints: "outliers"
17788     whiskerwidth: 0
17789   layout:
17790     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17791     layout: "plot-throughput"
17792
17793 -
17794   type: "plot"
17795   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17796   algorithm: "plot_performance_box"
17797   output-file-type: ".html"
17798   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17799   data: "plot-vpp-throughput-latency-2n-skx"
17800   filter: "'NIC_Intel-XXV710' and
17801            '64B' and
17802            'NDRPDR' and
17803            ('ETH' or 'DOT1Q') and
17804            '2T1C' and
17805            ('L2BDMACLRN' or 'L2XCFWD') and
17806            'VHOST_1024' and
17807            not 'CFS_OPT' and
17808            not 'VXLAN' and
17809            not 'IP4FWD'"
17810   parameters:
17811   - "throughput"
17812   - "parent"
17813   - "tags"
17814 #  sort:
17815 #  - "1VM"
17816 #  - "L2XCFWD"
17817 #  - "1VM"
17818 #  - "L2BDMACLRN"
17819   traces:
17820     hoverinfo: "x+y"
17821     boxpoints: "outliers"
17822     whiskerwidth: 0
17823   layout:
17824     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17825     layout: "plot-throughput"
17826
17827 -
17828   type: "plot"
17829   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17830   algorithm: "plot_performance_box"
17831   output-file-type: ".html"
17832   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17833   data: "plot-vpp-throughput-latency-2n-skx"
17834   filter: "'NIC_Intel-XXV710' and
17835            '64B' and
17836            'NDRPDR' and
17837            ('ETH' or 'DOT1Q') and
17838            '4T2C' and
17839            ('L2BDMACLRN' or 'L2XCFWD') and
17840            'VHOST_1024' and
17841            not 'CFS_OPT' and
17842            not 'VXLAN' and
17843            not 'IP4FWD'"
17844   parameters:
17845   - "throughput"
17846   - "parent"
17847   - "tags"
17848 #  sort:
17849 #  - "1VM"
17850 #  - "L2XCFWD"
17851 #  - "1VM"
17852 #  - "L2BDMACLRN"
17853   traces:
17854     hoverinfo: "x+y"
17855     boxpoints: "outliers"
17856     whiskerwidth: 0
17857   layout:
17858     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17859     layout: "plot-throughput"
17860
17861 -
17862   type: "plot"
17863   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17864   algorithm: "plot_performance_box"
17865   output-file-type: ".html"
17866   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17867   data: "plot-vpp-throughput-latency-2n-skx"
17868   filter: "'NIC_Intel-XXV710' and
17869            '64B' and
17870            'NDRPDR' and
17871            ('ETH' or 'DOT1Q') and
17872            '4T2C' and
17873            ('L2BDMACLRN' or 'L2XCFWD') and
17874            'VHOST_1024' and
17875            not 'CFS_OPT' and
17876            not 'VXLAN' and
17877            not 'IP4FWD'"
17878   parameters:
17879   - "throughput"
17880   - "parent"
17881   - "tags"
17882 #  sort:
17883 #  - "1VM"
17884 #  - "L2XCFWD"
17885 #  - "1VM"
17886 #  - "L2BDMACLRN"
17887   traces:
17888     hoverinfo: "x+y"
17889     boxpoints: "outliers"
17890     whiskerwidth: 0
17891   layout:
17892     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17893     layout: "plot-throughput"
17894
17895 ################################################################################
17896
17897 # Packet Throughput - VPP VTS 3n-hsw-x520
17898 -
17899   type: "plot"
17900   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17901   algorithm: "plot_performance_box"
17902   output-file-type: ".html"
17903   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17904   data: "plot-vpp-throughput-latency-3n-hsw"
17905   filter: "'NIC_Intel-X520-DA2' and
17906            '114B' and
17907            'NDRPDR' and
17908            '1T1C' and
17909            'VTS'"
17910   parameters:
17911   - "throughput"
17912   - "parent"
17913   - "tags"
17914   traces:
17915     hoverinfo: "x+y"
17916     boxpoints: "outliers"
17917     whiskerwidth: 0
17918   layout:
17919     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17920     layout: "plot-throughput"
17921
17922 -
17923   type: "plot"
17924   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17925   algorithm: "plot_performance_box"
17926   output-file-type: ".html"
17927   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17928   data: "plot-vpp-throughput-latency-3n-hsw"
17929   filter: "'NIC_Intel-X520-DA2' and
17930            '114B' and
17931            'NDRPDR' and
17932            '2T2C' and
17933            'VTS'"
17934   parameters:
17935   - "throughput"
17936   - "parent"
17937   - "tags"
17938   traces:
17939     hoverinfo: "x+y"
17940     boxpoints: "outliers"
17941     whiskerwidth: 0
17942   layout:
17943     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17944     layout: "plot-throughput"
17945
17946 -
17947   type: "plot"
17948   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17949   algorithm: "plot_performance_box"
17950   output-file-type: ".html"
17951   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17952   data: "plot-vpp-throughput-latency-3n-hsw"
17953   filter: "'NIC_Intel-X520-DA2' and
17954            '114B' and
17955            'NDRPDR' and
17956            '1T1C' and
17957            'VTS'"
17958   parameters:
17959   - "throughput"
17960   - "parent"
17961   - "tags"
17962   traces:
17963     hoverinfo: "x+y"
17964     boxpoints: "outliers"
17965     whiskerwidth: 0
17966   layout:
17967     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17968     layout: "plot-throughput"
17969
17970 -
17971   type: "plot"
17972   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17973   algorithm: "plot_performance_box"
17974   output-file-type: ".html"
17975   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17976   data: "plot-vpp-throughput-latency-3n-hsw"
17977   filter: "'NIC_Intel-X520-DA2' and
17978            '114B' and
17979            'NDRPDR' and
17980            '2T2C' and
17981            'VTS'"
17982   parameters:
17983   - "throughput"
17984   - "parent"
17985   - "tags"
17986   traces:
17987     hoverinfo: "x+y"
17988     boxpoints: "outliers"
17989     whiskerwidth: 0
17990   layout:
17991     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17992     layout: "plot-throughput"
17993
17994 ################################################################################
17995
17996 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17997 -
17998   type: "plot"
17999   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18000   algorithm: "plot_performance_box"
18001   output-file-type: ".html"
18002   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18003   data: "plot-dpdk-throughput-latency-3n-hsw"
18004   filter: "'NIC_Intel-X520-DA2' and
18005            '64B' and
18006            'BASE' and
18007            'NDRPDR' and
18008            '1T1C' and
18009            'IP4FWD'"
18010   parameters:
18011   - "throughput"
18012   - "parent"
18013   - "tags"
18014   traces:
18015     hoverinfo: "x+y"
18016     boxpoints: "outliers"
18017     whiskerwidth: 0
18018   layout:
18019     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18020     layout: "plot-throughput"
18021
18022 -
18023   type: "plot"
18024   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18025   algorithm: "plot_performance_box"
18026   output-file-type: ".html"
18027   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18028   data: "plot-dpdk-throughput-latency-3n-hsw"
18029   filter: "'NIC_Intel-X520-DA2' and
18030            '64B' and
18031            'BASE' and
18032            'NDRPDR' and
18033            '2T2C' and
18034            'IP4FWD'"
18035   parameters:
18036   - "throughput"
18037   - "parent"
18038   - "tags"
18039   traces:
18040     hoverinfo: "x+y"
18041     boxpoints: "outliers"
18042     whiskerwidth: 0
18043   layout:
18044     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18045     layout: "plot-throughput"
18046
18047 -
18048   type: "plot"
18049   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18050   algorithm: "plot_performance_box"
18051   output-file-type: ".html"
18052   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18053   data: "plot-dpdk-throughput-latency-3n-hsw"
18054   filter: "'NIC_Intel-X520-DA2' and
18055            '64B' and
18056            'BASE' and
18057            'NDRPDR' and
18058            '1T1C' and
18059            'IP4FWD'"
18060   parameters:
18061   - "throughput"
18062   - "parent"
18063   - "tags"
18064   traces:
18065     hoverinfo: "x+y"
18066     boxpoints: "outliers"
18067     whiskerwidth: 0
18068   layout:
18069     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18070     layout: "plot-throughput"
18071
18072 -
18073   type: "plot"
18074   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18075   algorithm: "plot_performance_box"
18076   output-file-type: ".html"
18077   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18078   data: "plot-dpdk-throughput-latency-3n-hsw"
18079   filter: "'NIC_Intel-X520-DA2' and
18080            '64B' and
18081            'BASE' and
18082            'NDRPDR' and
18083            '2T2C' and
18084            'IP4FWD'"
18085   parameters:
18086   - "throughput"
18087   - "parent"
18088   - "tags"
18089   traces:
18090     hoverinfo: "x+y"
18091     boxpoints: "outliers"
18092     whiskerwidth: 0
18093   layout:
18094     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18095     layout: "plot-throughput"
18096
18097 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
18098 -
18099   type: "plot"
18100   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18101   algorithm: "plot_performance_box"
18102   output-file-type: ".html"
18103   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18104   data: "plot-dpdk-throughput-latency-3n-hsw"
18105   filter: "'NIC_Intel-X710' and
18106            '64B' and
18107            'BASE' and
18108            'NDRPDR' and
18109            '1T1C' and
18110            'IP4FWD'"
18111   parameters:
18112   - "throughput"
18113   - "parent"
18114   - "tags"
18115   traces:
18116     hoverinfo: "x+y"
18117     boxpoints: "outliers"
18118     whiskerwidth: 0
18119   layout:
18120     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18121     layout: "plot-throughput"
18122
18123 -
18124   type: "plot"
18125   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18126   algorithm: "plot_performance_box"
18127   output-file-type: ".html"
18128   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18129   data: "plot-dpdk-throughput-latency-3n-hsw"
18130   filter: "'NIC_Intel-X710' and
18131            '64B' and
18132            'BASE' and
18133            'NDRPDR' and
18134            '2T2C' and
18135            'IP4FWD'"
18136   parameters:
18137   - "throughput"
18138   - "parent"
18139   - "tags"
18140   traces:
18141     hoverinfo: "x+y"
18142     boxpoints: "outliers"
18143     whiskerwidth: 0
18144   layout:
18145     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18146     layout: "plot-throughput"
18147
18148 -
18149   type: "plot"
18150   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18151   algorithm: "plot_performance_box"
18152   output-file-type: ".html"
18153   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18154   data: "plot-dpdk-throughput-latency-3n-hsw"
18155   filter: "'NIC_Intel-X710' and
18156            '64B' and
18157            'BASE' and
18158            'NDRPDR' and
18159            '1T1C' and
18160            'IP4FWD'"
18161   parameters:
18162   - "throughput"
18163   - "parent"
18164   - "tags"
18165   traces:
18166     hoverinfo: "x+y"
18167     boxpoints: "outliers"
18168     whiskerwidth: 0
18169   layout:
18170     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18171     layout: "plot-throughput"
18172
18173 -
18174   type: "plot"
18175   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18176   algorithm: "plot_performance_box"
18177   output-file-type: ".html"
18178   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18179   data: "plot-dpdk-throughput-latency-3n-hsw"
18180   filter: "'NIC_Intel-X710' and
18181            '64B' and
18182            'BASE' and
18183            'NDRPDR' and
18184            '2T2C' and
18185            'IP4FWD'"
18186   parameters:
18187   - "throughput"
18188   - "parent"
18189   - "tags"
18190   traces:
18191     hoverinfo: "x+y"
18192     boxpoints: "outliers"
18193     whiskerwidth: 0
18194   layout:
18195     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18196     layout: "plot-throughput"
18197
18198 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
18199 -
18200   type: "plot"
18201   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18202   algorithm: "plot_performance_box"
18203   output-file-type: ".html"
18204   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18205   data: "plot-dpdk-throughput-latency-3n-hsw"
18206   filter: "'NIC_Intel-XL710' and
18207            '64B' and
18208            'BASE' and
18209            'NDRPDR' and
18210            '1T1C' and
18211            'IP4FWD'"
18212   parameters:
18213   - "throughput"
18214   - "parent"
18215   - "tags"
18216   traces:
18217     hoverinfo: "x+y"
18218     boxpoints: "outliers"
18219     whiskerwidth: 0
18220   layout:
18221     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18222     layout: "plot-throughput"
18223
18224 -
18225   type: "plot"
18226   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18227   algorithm: "plot_performance_box"
18228   output-file-type: ".html"
18229   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18230   data: "plot-dpdk-throughput-latency-3n-hsw"
18231   filter: "'NIC_Intel-XL710' and
18232            '64B' and
18233            'BASE' and
18234            'NDRPDR' and
18235            '2T2C' and
18236            'IP4FWD'"
18237   parameters:
18238   - "throughput"
18239   - "parent"
18240   - "tags"
18241   traces:
18242     hoverinfo: "x+y"
18243     boxpoints: "outliers"
18244     whiskerwidth: 0
18245   layout:
18246     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18247     layout: "plot-throughput"
18248
18249 -
18250   type: "plot"
18251   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18252   algorithm: "plot_performance_box"
18253   output-file-type: ".html"
18254   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18255   data: "plot-dpdk-throughput-latency-3n-hsw"
18256   filter: "'NIC_Intel-XL710' and
18257            '64B' and
18258            'BASE' and
18259            'NDRPDR' and
18260            '1T1C' and
18261            'IP4FWD'"
18262   parameters:
18263   - "throughput"
18264   - "parent"
18265   - "tags"
18266   traces:
18267     hoverinfo: "x+y"
18268     boxpoints: "outliers"
18269     whiskerwidth: 0
18270   layout:
18271     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18272     layout: "plot-throughput"
18273
18274 -
18275   type: "plot"
18276   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18277   algorithm: "plot_performance_box"
18278   output-file-type: ".html"
18279   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18280   data: "plot-dpdk-throughput-latency-3n-hsw"
18281   filter: "'NIC_Intel-XL710' and
18282            '64B' and
18283            'BASE' and
18284            'NDRPDR' and
18285            '2T2C' and
18286            'IP4FWD'"
18287   parameters:
18288   - "throughput"
18289   - "parent"
18290   - "tags"
18291   traces:
18292     hoverinfo: "x+y"
18293     boxpoints: "outliers"
18294     whiskerwidth: 0
18295   layout:
18296     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18297     layout: "plot-throughput"
18298
18299 # Packet Throughput - DPDK l3fwd 3n-skx-x710
18300 -
18301   type: "plot"
18302   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18303   algorithm: "plot_performance_box"
18304   output-file-type: ".html"
18305   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18306   data: "plot-dpdk-throughput-latency-3n-skx"
18307   filter: "'NIC_Intel-X710' and
18308            '64B' and
18309            'BASE' and
18310            'NDRPDR' and
18311            '2T1C' and
18312            'IP4FWD'"
18313   parameters:
18314   - "throughput"
18315   - "parent"
18316   - "tags"
18317   traces:
18318     hoverinfo: "x+y"
18319     boxpoints: "outliers"
18320     whiskerwidth: 0
18321   layout:
18322     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18323     layout: "plot-throughput"
18324
18325 -
18326   type: "plot"
18327   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18328   algorithm: "plot_performance_box"
18329   output-file-type: ".html"
18330   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18331   data: "plot-dpdk-throughput-latency-3n-skx"
18332   filter: "'NIC_Intel-X710' and
18333            '64B' and
18334            'BASE' and
18335            'NDRPDR' and
18336            '4T2C' and
18337            'IP4FWD'"
18338   parameters:
18339   - "throughput"
18340   - "parent"
18341   - "tags"
18342   traces:
18343     hoverinfo: "x+y"
18344     boxpoints: "outliers"
18345     whiskerwidth: 0
18346   layout:
18347     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18348     layout: "plot-throughput"
18349
18350 -
18351   type: "plot"
18352   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18353   algorithm: "plot_performance_box"
18354   output-file-type: ".html"
18355   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18356   data: "plot-dpdk-throughput-latency-3n-skx"
18357   filter: "'NIC_Intel-X710' and
18358            '64B' and
18359            'BASE' and
18360            'NDRPDR' and
18361            '2T1C' and
18362            'IP4FWD'"
18363   parameters:
18364   - "throughput"
18365   - "parent"
18366   - "tags"
18367   traces:
18368     hoverinfo: "x+y"
18369     boxpoints: "outliers"
18370     whiskerwidth: 0
18371   layout:
18372     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18373     layout: "plot-throughput"
18374
18375 -
18376   type: "plot"
18377   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18378   algorithm: "plot_performance_box"
18379   output-file-type: ".html"
18380   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18381   data: "plot-dpdk-throughput-latency-3n-skx"
18382   filter: "'NIC_Intel-X710' and
18383            '64B' and
18384            'BASE' and
18385            'NDRPDR' and
18386            '4T2C' and
18387            'IP4FWD'"
18388   parameters:
18389   - "throughput"
18390   - "parent"
18391   - "tags"
18392   traces:
18393     hoverinfo: "x+y"
18394     boxpoints: "outliers"
18395     whiskerwidth: 0
18396   layout:
18397     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18398     layout: "plot-throughput"
18399
18400 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
18401 -
18402   type: "plot"
18403   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18404   algorithm: "plot_performance_box"
18405   output-file-type: ".html"
18406   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18407   data: "plot-dpdk-throughput-latency-3n-skx"
18408   filter: "'NIC_Intel-XXV710' and
18409            '64B' and
18410            'BASE' and
18411            'NDRPDR' and
18412            '2T1C' and
18413            'IP4FWD'"
18414   parameters:
18415   - "throughput"
18416   - "parent"
18417   - "tags"
18418   traces:
18419     hoverinfo: "x+y"
18420     boxpoints: "outliers"
18421     whiskerwidth: 0
18422   layout:
18423     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18424     layout: "plot-throughput"
18425
18426 -
18427   type: "plot"
18428   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18429   algorithm: "plot_performance_box"
18430   output-file-type: ".html"
18431   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18432   data: "plot-dpdk-throughput-latency-3n-skx"
18433   filter: "'NIC_Intel-XXV710' and
18434            '64B' and
18435            'BASE' and
18436            'NDRPDR' and
18437            '4T2C' and
18438            'IP4FWD'"
18439   parameters:
18440   - "throughput"
18441   - "parent"
18442   - "tags"
18443   traces:
18444     hoverinfo: "x+y"
18445     boxpoints: "outliers"
18446     whiskerwidth: 0
18447   layout:
18448     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18449     layout: "plot-throughput"
18450
18451 -
18452   type: "plot"
18453   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18454   algorithm: "plot_performance_box"
18455   output-file-type: ".html"
18456   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18457   data: "plot-dpdk-throughput-latency-3n-skx"
18458   filter: "'NIC_Intel-XXV710' and
18459            '64B' and
18460            'BASE' and
18461            'NDRPDR' and
18462            '2T1C' and
18463            'IP4FWD'"
18464   parameters:
18465   - "throughput"
18466   - "parent"
18467   - "tags"
18468   traces:
18469     hoverinfo: "x+y"
18470     boxpoints: "outliers"
18471     whiskerwidth: 0
18472   layout:
18473     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18474     layout: "plot-throughput"
18475
18476 -
18477   type: "plot"
18478   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18479   algorithm: "plot_performance_box"
18480   output-file-type: ".html"
18481   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18482   data: "plot-dpdk-throughput-latency-3n-skx"
18483   filter: "'NIC_Intel-XXV710' and
18484            '64B' and
18485            'BASE' and
18486            'NDRPDR' and
18487            '4T2C' and
18488            'IP4FWD'"
18489   parameters:
18490   - "throughput"
18491   - "parent"
18492   - "tags"
18493   traces:
18494     hoverinfo: "x+y"
18495     boxpoints: "outliers"
18496     whiskerwidth: 0
18497   layout:
18498     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18499     layout: "plot-throughput"
18500
18501 # Packet Throughput - DPDK l3fwd 2n-skx-x710
18502 -
18503   type: "plot"
18504   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18505   algorithm: "plot_performance_box"
18506   output-file-type: ".html"
18507   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18508   data: "plot-dpdk-throughput-latency-2n-skx"
18509   filter: "'NIC_Intel-X710' and
18510            '64B' and
18511            'BASE' and
18512            'NDRPDR' and
18513            '2T1C' and
18514            'IP4FWD'"
18515   parameters:
18516   - "throughput"
18517   - "parent"
18518   - "tags"
18519   traces:
18520     hoverinfo: "x+y"
18521     boxpoints: "outliers"
18522     whiskerwidth: 0
18523   layout:
18524     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18525     layout: "plot-throughput"
18526
18527 -
18528   type: "plot"
18529   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18530   algorithm: "plot_performance_box"
18531   output-file-type: ".html"
18532   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18533   data: "plot-dpdk-throughput-latency-2n-skx"
18534   filter: "'NIC_Intel-X710' and
18535            '64B' and
18536            'BASE' and
18537            'NDRPDR' and
18538            '4T2C' and
18539            'IP4FWD'"
18540   parameters:
18541   - "throughput"
18542   - "parent"
18543   - "tags"
18544   traces:
18545     hoverinfo: "x+y"
18546     boxpoints: "outliers"
18547     whiskerwidth: 0
18548   layout:
18549     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18550     layout: "plot-throughput"
18551
18552 -
18553   type: "plot"
18554   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18555   algorithm: "plot_performance_box"
18556   output-file-type: ".html"
18557   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18558   data: "plot-dpdk-throughput-latency-2n-skx"
18559   filter: "'NIC_Intel-X710' and
18560            '64B' and
18561            'BASE' and
18562            'NDRPDR' and
18563            '2T1C' and
18564            'IP4FWD'"
18565   parameters:
18566   - "throughput"
18567   - "parent"
18568   - "tags"
18569   traces:
18570     hoverinfo: "x+y"
18571     boxpoints: "outliers"
18572     whiskerwidth: 0
18573   layout:
18574     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18575     layout: "plot-throughput"
18576
18577 -
18578   type: "plot"
18579   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18580   algorithm: "plot_performance_box"
18581   output-file-type: ".html"
18582   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18583   data: "plot-dpdk-throughput-latency-2n-skx"
18584   filter: "'NIC_Intel-X710' and
18585            '64B' and
18586            'BASE' and
18587            'NDRPDR' and
18588            '4T2C' and
18589            'IP4FWD'"
18590   parameters:
18591   - "throughput"
18592   - "parent"
18593   - "tags"
18594   traces:
18595     hoverinfo: "x+y"
18596     boxpoints: "outliers"
18597     whiskerwidth: 0
18598   layout:
18599     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18600     layout: "plot-throughput"
18601
18602 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
18603 -
18604   type: "plot"
18605   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18606   algorithm: "plot_performance_box"
18607   output-file-type: ".html"
18608   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18609   data: "plot-dpdk-throughput-latency-2n-skx"
18610   filter: "'NIC_Intel-XXV710' and
18611            '64B' and
18612            'BASE' and
18613            'NDRPDR' and
18614            '2T1C' and
18615            'IP4FWD'"
18616   parameters:
18617   - "throughput"
18618   - "parent"
18619   - "tags"
18620   traces:
18621     hoverinfo: "x+y"
18622     boxpoints: "outliers"
18623     whiskerwidth: 0
18624   layout:
18625     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18626     layout: "plot-throughput"
18627
18628 -
18629   type: "plot"
18630   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18631   algorithm: "plot_performance_box"
18632   output-file-type: ".html"
18633   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18634   data: "plot-dpdk-throughput-latency-2n-skx"
18635   filter: "'NIC_Intel-XXV710' and
18636            '64B' and
18637            'BASE' and
18638            'NDRPDR' and
18639            '4T2C' and
18640            'IP4FWD'"
18641   parameters:
18642   - "throughput"
18643   - "parent"
18644   - "tags"
18645   traces:
18646     hoverinfo: "x+y"
18647     boxpoints: "outliers"
18648     whiskerwidth: 0
18649   layout:
18650     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18651     layout: "plot-throughput"
18652
18653 -
18654   type: "plot"
18655   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18656   algorithm: "plot_performance_box"
18657   output-file-type: ".html"
18658   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18659   data: "plot-dpdk-throughput-latency-2n-skx"
18660   filter: "'NIC_Intel-XXV710' and
18661            '64B' and
18662            'BASE' and
18663            'NDRPDR' and
18664            '2T1C' and
18665            'IP4FWD'"
18666   parameters:
18667   - "throughput"
18668   - "parent"
18669   - "tags"
18670   traces:
18671     hoverinfo: "x+y"
18672     boxpoints: "outliers"
18673     whiskerwidth: 0
18674   layout:
18675     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18676     layout: "plot-throughput"
18677
18678 -
18679   type: "plot"
18680   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18681   algorithm: "plot_performance_box"
18682   output-file-type: ".html"
18683   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18684   data: "plot-dpdk-throughput-latency-2n-skx"
18685   filter: "'NIC_Intel-XXV710' and
18686            '64B' and
18687            'BASE' and
18688            'NDRPDR' and
18689            '4T2C' and
18690            'IP4FWD'"
18691   parameters:
18692   - "throughput"
18693   - "parent"
18694   - "tags"
18695   traces:
18696     hoverinfo: "x+y"
18697     boxpoints: "outliers"
18698     whiskerwidth: 0
18699   layout:
18700     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18701     layout: "plot-throughput"
18702
18703 ################################################################################
18704
18705 # Packet Throughput - DPDK testpmd 3n-hsw-x520
18706 -
18707   type: "plot"
18708   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18709   algorithm: "plot_performance_box"
18710   output-file-type: ".html"
18711   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18712   data: "plot-dpdk-throughput-latency-3n-hsw"
18713   filter: "'NIC_Intel-X520-DA2' and
18714            '64B' and
18715            'BASE' and
18716            'NDRPDR' and
18717            '1T1C' and
18718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18719   parameters:
18720   - "throughput"
18721   - "parent"
18722   - "tags"
18723   traces:
18724     hoverinfo: "x+y"
18725     boxpoints: "outliers"
18726     whiskerwidth: 0
18727   layout:
18728     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18729     layout: "plot-throughput"
18730
18731 -
18732   type: "plot"
18733   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18734   algorithm: "plot_performance_box"
18735   output-file-type: ".html"
18736   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18737   data: "plot-dpdk-throughput-latency-3n-hsw"
18738   filter: "'NIC_Intel-X520-DA2' and
18739            '64B' and
18740            'BASE' and
18741            'NDRPDR' and
18742            '2T2C' and
18743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18744   parameters:
18745   - "throughput"
18746   - "parent"
18747   - "tags"
18748   traces:
18749     hoverinfo: "x+y"
18750     boxpoints: "outliers"
18751     whiskerwidth: 0
18752   layout:
18753     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18754     layout: "plot-throughput"
18755
18756 -
18757   type: "plot"
18758   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18759   algorithm: "plot_performance_box"
18760   output-file-type: ".html"
18761   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18762   data: "plot-dpdk-throughput-latency-3n-hsw"
18763   filter: "'NIC_Intel-X520-DA2' and
18764            '64B' and
18765            'BASE' and
18766            'NDRPDR' and
18767            '1T1C' and
18768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18769   parameters:
18770   - "throughput"
18771   - "parent"
18772   - "tags"
18773   traces:
18774     hoverinfo: "x+y"
18775     boxpoints: "outliers"
18776     whiskerwidth: 0
18777   layout:
18778     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18779     layout: "plot-throughput"
18780
18781 -
18782   type: "plot"
18783   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18784   algorithm: "plot_performance_box"
18785   output-file-type: ".html"
18786   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18787   data: "plot-dpdk-throughput-latency-3n-hsw"
18788   filter: "'NIC_Intel-X520-DA2' and
18789            '64B' and
18790            'BASE' and
18791            'NDRPDR' and
18792            '2T2C' and
18793            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18794   parameters:
18795   - "throughput"
18796   - "parent"
18797   - "tags"
18798   traces:
18799     hoverinfo: "x+y"
18800     boxpoints: "outliers"
18801     whiskerwidth: 0
18802   layout:
18803     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18804     layout: "plot-throughput"
18805
18806 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18807 -
18808   type: "plot"
18809   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18810   algorithm: "plot_performance_box"
18811   output-file-type: ".html"
18812   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18813   data: "plot-dpdk-throughput-latency-3n-hsw"
18814   filter: "'NIC_Intel-X710' and
18815            '64B' and
18816            'BASE' and
18817            'NDRPDR' and
18818            '1T1C' and
18819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18820   parameters:
18821   - "throughput"
18822   - "parent"
18823   - "tags"
18824   traces:
18825     hoverinfo: "x+y"
18826     boxpoints: "outliers"
18827     whiskerwidth: 0
18828   layout:
18829     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18830     layout: "plot-throughput"
18831
18832 -
18833   type: "plot"
18834   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18835   algorithm: "plot_performance_box"
18836   output-file-type: ".html"
18837   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18838   data: "plot-dpdk-throughput-latency-3n-hsw"
18839   filter: "'NIC_Intel-X710' and
18840            '64B' and
18841            'BASE' and
18842            'NDRPDR' and
18843            '2T2C' and
18844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18845   parameters:
18846   - "throughput"
18847   - "parent"
18848   - "tags"
18849   traces:
18850     hoverinfo: "x+y"
18851     boxpoints: "outliers"
18852     whiskerwidth: 0
18853   layout:
18854     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18855     layout: "plot-throughput"
18856
18857 -
18858   type: "plot"
18859   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18860   algorithm: "plot_performance_box"
18861   output-file-type: ".html"
18862   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18863   data: "plot-dpdk-throughput-latency-3n-hsw"
18864   filter: "'NIC_Intel-X710' and
18865            '64B' and
18866            'BASE' and
18867            'NDRPDR' and
18868            '1T1C' and
18869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18870   parameters:
18871   - "throughput"
18872   - "parent"
18873   - "tags"
18874   traces:
18875     hoverinfo: "x+y"
18876     boxpoints: "outliers"
18877     whiskerwidth: 0
18878   layout:
18879     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18880     layout: "plot-throughput"
18881
18882 -
18883   type: "plot"
18884   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18885   algorithm: "plot_performance_box"
18886   output-file-type: ".html"
18887   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18888   data: "plot-dpdk-throughput-latency-3n-hsw"
18889   filter: "'NIC_Intel-X710' and
18890            '64B' and
18891            'BASE' and
18892            'NDRPDR' and
18893            '2T2C' and
18894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18895   parameters:
18896   - "throughput"
18897   - "parent"
18898   - "tags"
18899   traces:
18900     hoverinfo: "x+y"
18901     boxpoints: "outliers"
18902     whiskerwidth: 0
18903   layout:
18904     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18905     layout: "plot-throughput"
18906
18907 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18908 -
18909   type: "plot"
18910   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18911   algorithm: "plot_performance_box"
18912   output-file-type: ".html"
18913   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18914   data: "plot-dpdk-throughput-latency-3n-hsw"
18915   filter: "'NIC_Intel-XL710' and
18916            '64B' and
18917            'BASE' and
18918            'NDRPDR' and
18919            '1T1C' and
18920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18921   parameters:
18922   - "throughput"
18923   - "parent"
18924   - "tags"
18925   traces:
18926     hoverinfo: "x+y"
18927     boxpoints: "outliers"
18928     whiskerwidth: 0
18929   layout:
18930     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18931     layout: "plot-throughput"
18932
18933 -
18934   type: "plot"
18935   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18936   algorithm: "plot_performance_box"
18937   output-file-type: ".html"
18938   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18939   data: "plot-dpdk-throughput-latency-3n-hsw"
18940   filter: "'NIC_Intel-XL710' and
18941            '64B' and
18942            'BASE' and
18943            'NDRPDR' and
18944            '2T2C' and
18945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18946   parameters:
18947   - "throughput"
18948   - "parent"
18949   - "tags"
18950   traces:
18951     hoverinfo: "x+y"
18952     boxpoints: "outliers"
18953     whiskerwidth: 0
18954   layout:
18955     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18956     layout: "plot-throughput"
18957
18958 -
18959   type: "plot"
18960   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18961   algorithm: "plot_performance_box"
18962   output-file-type: ".html"
18963   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18964   data: "plot-dpdk-throughput-latency-3n-hsw"
18965   filter: "'NIC_Intel-XL710' and
18966            '64B' and
18967            'BASE' and
18968            'NDRPDR' and
18969            '1T1C' and
18970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18971   parameters:
18972   - "throughput"
18973   - "parent"
18974   - "tags"
18975   traces:
18976     hoverinfo: "x+y"
18977     boxpoints: "outliers"
18978     whiskerwidth: 0
18979   layout:
18980     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18981     layout: "plot-throughput"
18982
18983 -
18984   type: "plot"
18985   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18986   algorithm: "plot_performance_box"
18987   output-file-type: ".html"
18988   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18989   data: "plot-dpdk-throughput-latency-3n-hsw"
18990   filter: "'NIC_Intel-XL710' and
18991            '64B' and
18992            'BASE' and
18993            'NDRPDR' and
18994            '2T2C' and
18995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18996   parameters:
18997   - "throughput"
18998   - "parent"
18999   - "tags"
19000   traces:
19001     hoverinfo: "x+y"
19002     boxpoints: "outliers"
19003     whiskerwidth: 0
19004   layout:
19005     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19006     layout: "plot-throughput"
19007
19008 # Packet Throughput - DPDK testpmd 3n-skx-x710
19009 -
19010   type: "plot"
19011   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19012   algorithm: "plot_performance_box"
19013   output-file-type: ".html"
19014   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19015   data: "plot-dpdk-throughput-latency-3n-skx"
19016   filter: "'NIC_Intel-X710' and
19017            '64B' and
19018            'BASE' and
19019            'NDRPDR' and
19020            '2T1C' and
19021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19022   parameters:
19023   - "throughput"
19024   - "parent"
19025   - "tags"
19026   traces:
19027     hoverinfo: "x+y"
19028     boxpoints: "outliers"
19029     whiskerwidth: 0
19030   layout:
19031     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19032     layout: "plot-throughput"
19033
19034 -
19035   type: "plot"
19036   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19037   algorithm: "plot_performance_box"
19038   output-file-type: ".html"
19039   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19040   data: "plot-dpdk-throughput-latency-3n-skx"
19041   filter: "'NIC_Intel-X710' and
19042            '64B' and
19043            'BASE' and
19044            'NDRPDR' and
19045            '4T2C' and
19046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19047   parameters:
19048   - "throughput"
19049   - "parent"
19050   - "tags"
19051   traces:
19052     hoverinfo: "x+y"
19053     boxpoints: "outliers"
19054     whiskerwidth: 0
19055   layout:
19056     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19057     layout: "plot-throughput"
19058
19059 -
19060   type: "plot"
19061   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19062   algorithm: "plot_performance_box"
19063   output-file-type: ".html"
19064   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19065   data: "plot-dpdk-throughput-latency-3n-skx"
19066   filter: "'NIC_Intel-X710' and
19067            '64B' and
19068            'BASE' and
19069            'NDRPDR' and
19070            '2T1C' and
19071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19072   parameters:
19073   - "throughput"
19074   - "parent"
19075   - "tags"
19076   traces:
19077     hoverinfo: "x+y"
19078     boxpoints: "outliers"
19079     whiskerwidth: 0
19080   layout:
19081     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19082     layout: "plot-throughput"
19083
19084 -
19085   type: "plot"
19086   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19087   algorithm: "plot_performance_box"
19088   output-file-type: ".html"
19089   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19090   data: "plot-dpdk-throughput-latency-3n-skx"
19091   filter: "'NIC_Intel-X710' and
19092            '64B' and
19093            'BASE' and
19094            'NDRPDR' and
19095            '4T2C' and
19096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19097   parameters:
19098   - "throughput"
19099   - "parent"
19100   - "tags"
19101   traces:
19102     hoverinfo: "x+y"
19103     boxpoints: "outliers"
19104     whiskerwidth: 0
19105   layout:
19106     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19107     layout: "plot-throughput"
19108
19109 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
19110 -
19111   type: "plot"
19112   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19113   algorithm: "plot_performance_box"
19114   output-file-type: ".html"
19115   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19116   data: "plot-dpdk-throughput-latency-3n-skx"
19117   filter: "'NIC_Intel-XXV710' and
19118            '64B' and
19119            'BASE' and
19120            'NDRPDR' and
19121            '2T1C' and
19122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19123   parameters:
19124   - "throughput"
19125   - "parent"
19126   - "tags"
19127   traces:
19128     hoverinfo: "x+y"
19129     boxpoints: "outliers"
19130     whiskerwidth: 0
19131   layout:
19132     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19133     layout: "plot-throughput"
19134
19135 -
19136   type: "plot"
19137   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19138   algorithm: "plot_performance_box"
19139   output-file-type: ".html"
19140   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19141   data: "plot-dpdk-throughput-latency-3n-skx"
19142   filter: "'NIC_Intel-XXV710' and
19143            '64B' and
19144            'BASE' and
19145            'NDRPDR' and
19146            '4T2C' and
19147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19148   parameters:
19149   - "throughput"
19150   - "parent"
19151   - "tags"
19152   traces:
19153     hoverinfo: "x+y"
19154     boxpoints: "outliers"
19155     whiskerwidth: 0
19156   layout:
19157     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19158     layout: "plot-throughput"
19159
19160 -
19161   type: "plot"
19162   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19163   algorithm: "plot_performance_box"
19164   output-file-type: ".html"
19165   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19166   data: "plot-dpdk-throughput-latency-3n-skx"
19167   filter: "'NIC_Intel-XXV710' and
19168            '64B' and
19169            'BASE' and
19170            'NDRPDR' and
19171            '2T1C' and
19172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19173   parameters:
19174   - "throughput"
19175   - "parent"
19176   - "tags"
19177   traces:
19178     hoverinfo: "x+y"
19179     boxpoints: "outliers"
19180     whiskerwidth: 0
19181   layout:
19182     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19183     layout: "plot-throughput"
19184
19185 -
19186   type: "plot"
19187   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19188   algorithm: "plot_performance_box"
19189   output-file-type: ".html"
19190   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19191   data: "plot-dpdk-throughput-latency-3n-skx"
19192   filter: "'NIC_Intel-XXV710' and
19193            '64B' and
19194            'BASE' and
19195            'NDRPDR' and
19196            '4T2C' and
19197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19198   parameters:
19199   - "throughput"
19200   - "parent"
19201   - "tags"
19202   traces:
19203     hoverinfo: "x+y"
19204     boxpoints: "outliers"
19205     whiskerwidth: 0
19206   layout:
19207     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19208     layout: "plot-throughput"
19209
19210 # Packet Throughput - DPDK testpmd 2n-skx-x710
19211 -
19212   type: "plot"
19213   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19214   algorithm: "plot_performance_box"
19215   output-file-type: ".html"
19216   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19217   data: "plot-dpdk-throughput-latency-2n-skx"
19218   filter: "'NIC_Intel-X710' and
19219            '64B' and
19220            'BASE' and
19221            'NDRPDR' and
19222            '2T1C' and
19223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19224   parameters:
19225   - "throughput"
19226   - "parent"
19227   - "tags"
19228   traces:
19229     hoverinfo: "x+y"
19230     boxpoints: "outliers"
19231     whiskerwidth: 0
19232   layout:
19233     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19234     layout: "plot-throughput"
19235
19236 -
19237   type: "plot"
19238   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19239   algorithm: "plot_performance_box"
19240   output-file-type: ".html"
19241   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19242   data: "plot-dpdk-throughput-latency-2n-skx"
19243   filter: "'NIC_Intel-X710' and
19244            '64B' and
19245            'BASE' and
19246            'NDRPDR' and
19247            '4T2C' and
19248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19249   parameters:
19250   - "throughput"
19251   - "parent"
19252   - "tags"
19253   traces:
19254     hoverinfo: "x+y"
19255     boxpoints: "outliers"
19256     whiskerwidth: 0
19257   layout:
19258     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19259     layout: "plot-throughput"
19260
19261 -
19262   type: "plot"
19263   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19264   algorithm: "plot_performance_box"
19265   output-file-type: ".html"
19266   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19267   data: "plot-dpdk-throughput-latency-2n-skx"
19268   filter: "'NIC_Intel-X710' and
19269            '64B' and
19270            'BASE' and
19271            'NDRPDR' and
19272            '2T1C' and
19273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19274   parameters:
19275   - "throughput"
19276   - "parent"
19277   - "tags"
19278   traces:
19279     hoverinfo: "x+y"
19280     boxpoints: "outliers"
19281     whiskerwidth: 0
19282   layout:
19283     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19284     layout: "plot-throughput"
19285
19286 -
19287   type: "plot"
19288   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19289   algorithm: "plot_performance_box"
19290   output-file-type: ".html"
19291   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19292   data: "plot-dpdk-throughput-latency-2n-skx"
19293   filter: "'NIC_Intel-X710' and
19294            '64B' and
19295            'BASE' and
19296            'NDRPDR' and
19297            '4T2C' and
19298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19299   parameters:
19300   - "throughput"
19301   - "parent"
19302   - "tags"
19303   traces:
19304     hoverinfo: "x+y"
19305     boxpoints: "outliers"
19306     whiskerwidth: 0
19307   layout:
19308     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19309     layout: "plot-throughput"
19310
19311 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
19312 -
19313   type: "plot"
19314   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19315   algorithm: "plot_performance_box"
19316   output-file-type: ".html"
19317   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19318   data: "plot-dpdk-throughput-latency-2n-skx"
19319   filter: "'NIC_Intel-XXV710' and
19320            '64B' and
19321            'BASE' and
19322            'NDRPDR' and
19323            '2T1C' and
19324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19325   parameters:
19326   - "throughput"
19327   - "parent"
19328   - "tags"
19329   traces:
19330     hoverinfo: "x+y"
19331     boxpoints: "outliers"
19332     whiskerwidth: 0
19333   layout:
19334     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19335     layout: "plot-throughput"
19336
19337 -
19338   type: "plot"
19339   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19340   algorithm: "plot_performance_box"
19341   output-file-type: ".html"
19342   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19343   data: "plot-dpdk-throughput-latency-2n-skx"
19344   filter: "'NIC_Intel-XXV710' and
19345            '64B' and
19346            'BASE' and
19347            'NDRPDR' and
19348            '4T2C' and
19349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19350   parameters:
19351   - "throughput"
19352   - "parent"
19353   - "tags"
19354   traces:
19355     hoverinfo: "x+y"
19356     boxpoints: "outliers"
19357     whiskerwidth: 0
19358   layout:
19359     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19360     layout: "plot-throughput"
19361
19362 -
19363   type: "plot"
19364   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19365   algorithm: "plot_performance_box"
19366   output-file-type: ".html"
19367   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19368   data: "plot-dpdk-throughput-latency-2n-skx"
19369   filter: "'NIC_Intel-XXV710' and
19370            '64B' and
19371            'BASE' and
19372            'NDRPDR' and
19373            '2T1C' and
19374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19375   parameters:
19376   - "throughput"
19377   - "parent"
19378   - "tags"
19379   traces:
19380     hoverinfo: "x+y"
19381     boxpoints: "outliers"
19382     whiskerwidth: 0
19383   layout:
19384     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19385     layout: "plot-throughput"
19386
19387 -
19388   type: "plot"
19389   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19390   algorithm: "plot_performance_box"
19391   output-file-type: ".html"
19392   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19393   data: "plot-dpdk-throughput-latency-2n-skx"
19394   filter: "'NIC_Intel-XXV710' and
19395            '64B' and
19396            'BASE' and
19397            'NDRPDR' and
19398            '4T2C' and
19399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19400   parameters:
19401   - "throughput"
19402   - "parent"
19403   - "tags"
19404   traces:
19405     hoverinfo: "x+y"
19406     boxpoints: "outliers"
19407     whiskerwidth: 0
19408   layout:
19409     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19410     layout: "plot-throughput"
19411
19412 ################################################################################
19413
19414 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
19415 -
19416   type: "plot"
19417   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19418   algorithm: "plot_latency_error_bars"
19419   output-file-type: ".html"
19420   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19421   data: "plot-vpp-throughput-latency-3n-hsw"
19422   filter: "'NIC_Intel-X520-DA2' and
19423            '64B' and
19424            ('BASE' or 'SCALE') and
19425            'NDRPDR' and
19426            'ETH' and
19427            '1T1C' and
19428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19429            not 'VHOST' and
19430            not 'MEMIF'"
19431   parameters:
19432   - "latency"
19433   - "parent"
19434   - "tags"
19435   sort:
19436   - "L2XCFWD"
19437   - "L2PATCH"
19438   - "L2BDMACLRN"
19439   - "FIB_10K"
19440   - "FIB_100K"
19441   - "FIB_1M"
19442   layout:
19443     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19444     layout: "plot-latency"
19445
19446 -
19447   type: "plot"
19448   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19449   algorithm: "plot_latency_error_bars"
19450   output-file-type: ".html"
19451   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19452   data: "plot-vpp-throughput-latency-3n-hsw"
19453   filter: "'NIC_Intel-X520-DA2' and
19454            '64B' and
19455            ('BASE' or 'SCALE') and
19456            'NDRPDR' and
19457            'ETH' and
19458            '2T2C' and
19459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19460            not 'VHOST' and
19461            not 'MEMIF'"
19462   parameters:
19463   - "latency"
19464   - "parent"
19465   - "tags"
19466   sort:
19467   - "L2XCFWD"
19468   - "L2PATCH"
19469   - "L2BDMACLRN"
19470   - "FIB_10K"
19471   - "FIB_100K"
19472   - "FIB_1M"
19473   layout:
19474     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19475     layout: "plot-latency"
19476
19477 # Packet Latency - VPP L2 3n-hsw-x520 features
19478 -
19479   type: "plot"
19480   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19481   algorithm: "plot_latency_error_bars"
19482   output-file-type: ".html"
19483   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19484   data: "plot-vpp-throughput-latency-3n-hsw"
19485   filter: "'NIC_Intel-X520-DA2' and
19486            '64B' and
19487            'NDRPDR' and
19488            '1T1C' and
19489            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19490            not 'ACL' and
19491            not 'VHOST' and
19492            not 'MEMIF'"
19493   parameters:
19494   - "latency"
19495   - "parent"
19496   - "tags"
19497   sort:
19498   - "L2XCBASE"    # l2xcbase
19499   - "L2BDBASE"    # l2bdbase
19500   - "L2XCFWD"     # dot1q-l2xcbase
19501   - "L2BDMACLRN"  # dot1q-l2bdbase
19502   layout:
19503     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
19504     layout: "plot-latency"
19505
19506 -
19507   type: "plot"
19508   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19509   algorithm: "plot_latency_error_bars"
19510   output-file-type: ".html"
19511   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19512   data: "plot-vpp-throughput-latency-3n-hsw"
19513   filter: "'NIC_Intel-X520-DA2' and
19514            '64B' and
19515            'NDRPDR' and
19516            '2T2C' and
19517            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19518            not 'ACL' and
19519            not 'VHOST' and
19520            not 'MEMIF'"
19521   parameters:
19522   - "latency"
19523   - "parent"
19524   - "tags"
19525   sort:
19526   - "L2XCBASE"    # l2xcbase
19527   - "L2BDBASE"    # l2bdbase
19528   - "L2XCFWD"     # dot1q-l2xcbase
19529   - "L2BDMACLRN"  # dot1q-l2bdbase
19530   layout:
19531     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
19532     layout: "plot-latency"
19533
19534 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
19535 -
19536   type: "plot"
19537   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19538   algorithm: "plot_latency_error_bars"
19539   output-file-type: ".html"
19540   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19541   data: "plot-vpp-throughput-latency-3n-hsw"
19542   filter: "'NIC_Intel-X710' and
19543            '64B' and
19544            ('BASE' or 'SCALE') and
19545            'NDRPDR' and
19546            'ETH' and
19547            '1T1C' and
19548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19549            not 'VHOST' and
19550            not 'MEMIF'"
19551   parameters:
19552   - "latency"
19553   - "parent"
19554   - "tags"
19555   sort:
19556   - "L2PATCH"
19557   - "L2XCBASE"
19558   - "BASE"
19559   - "FIB_10K"
19560   - "FIB_100K"
19561   - "FIB_1M"
19562   layout:
19563     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19564     layout: "plot-latency"
19565
19566 -
19567   type: "plot"
19568   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19569   algorithm: "plot_latency_error_bars"
19570   output-file-type: ".html"
19571   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19572   data: "plot-vpp-throughput-latency-3n-hsw"
19573   filter: "'NIC_Intel-X710' and
19574            '64B' and
19575            ('BASE' or 'SCALE') and
19576            'NDRPDR' and
19577            'ETH' and
19578            '2T2C' and
19579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19580            not 'VHOST' and
19581            not 'MEMIF'"
19582   parameters:
19583   - "latency"
19584   - "parent"
19585   - "tags"
19586   sort:
19587   - "L2PATCH"
19588   - "L2XCBASE"
19589   - "BASE"
19590   - "FIB_10K"
19591   - "FIB_100K"
19592   - "FIB_1M"
19593   layout:
19594     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19595     layout: "plot-latency"
19596
19597 # Packet Latency - VPP L2 3n-hsw-x710 features
19598 -
19599   type: "plot"
19600   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19601   algorithm: "plot_latency_error_bars"
19602   output-file-type: ".html"
19603   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19604   data: "plot-vpp-throughput-latency-3n-hsw"
19605   filter: "'NIC_Intel-X710' and
19606            '64B' and
19607            'NDRPDR' and
19608            '1T1C' and
19609            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19610            not 'ACL' and
19611            not 'VHOST' and
19612            not 'MEMIF'"
19613   parameters:
19614   - "latency"
19615   - "parent"
19616   - "tags"
19617   sort:
19618   - "L2XCBASE"    # l2xcbase
19619   - "L2BDBASE"    # l2bdbase
19620   - "L2XCFWD"     # dot1q-l2xcbase
19621   - "L2BDMACLRN"  # dot1q-l2bdbase
19622   layout:
19623     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
19624     layout: "plot-latency"
19625
19626 -
19627   type: "plot"
19628   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19629   algorithm: "plot_latency_error_bars"
19630   output-file-type: ".html"
19631   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19632   data: "plot-vpp-throughput-latency-3n-hsw"
19633   filter: "'NIC_Intel-X710' and
19634            '64B' and
19635            'NDRPDR' and
19636            '2T2C' and
19637            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19638            not 'ACL' and
19639            not 'VHOST' and
19640            not 'MEMIF'"
19641   parameters:
19642   - "latency"
19643   - "parent"
19644   - "tags"
19645   sort:
19646   - "L2XCBASE"    # l2xcbase
19647   - "L2BDBASE"    # l2bdbase
19648   - "L2XCFWD"     # dot1q-l2xcbase
19649   - "L2BDMACLRN"  # dot1q-l2bdbase
19650   layout:
19651     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
19652     layout: "plot-latency"
19653
19654 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
19655 -
19656   type: "plot"
19657   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19658   algorithm: "plot_latency_error_bars"
19659   output-file-type: ".html"
19660   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19661   data: "plot-vpp-throughput-latency-3n-hsw"
19662   filter: "'NIC_Intel-XL710' and
19663            '64B' and
19664            ('BASE' or 'SCALE') and
19665            'NDRPDR' and
19666            'ETH' and
19667            '1T1C' and
19668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19669            not 'VHOST' and
19670            not 'MEMIF'"
19671   parameters:
19672   - "latency"
19673   - "parent"
19674   - "tags"
19675   sort:
19676   - "L2PATCH"
19677   - "L2XCBASE"
19678   - "BASE"
19679   - "FIB_10K"
19680   - "FIB_100K"
19681   - "FIB_1M"
19682   layout:
19683     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19684     layout: "plot-latency"
19685
19686 -
19687   type: "plot"
19688   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19689   algorithm: "plot_latency_error_bars"
19690   output-file-type: ".html"
19691   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19692   data: "plot-vpp-throughput-latency-3n-hsw"
19693   filter: "'NIC_Intel-XL710' and
19694            '64B' and
19695            ('BASE' or 'SCALE') and
19696            'NDRPDR' and
19697            'ETH' and
19698            '2T2C' and
19699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19700            not 'VHOST' and
19701            not 'MEMIF'"
19702   parameters:
19703   - "latency"
19704   - "parent"
19705   - "tags"
19706   sort:
19707   - "L2PATCH"
19708   - "L2XCBASE"
19709   - "BASE"
19710   - "FIB_10K"
19711   - "FIB_100K"
19712   - "FIB_1M"
19713   layout:
19714     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19715     layout: "plot-latency"
19716
19717 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19718 -
19719   type: "plot"
19720   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19721   algorithm: "plot_latency_error_bars"
19722   output-file-type: ".html"
19723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19724   data: "plot-vpp-throughput-latency-3n-skx"
19725   filter: "'NIC_Intel-X710' and
19726            '64B' and
19727            ('BASE' or 'SCALE') and
19728            'NDRPDR' and
19729            'ETH' and
19730            '2T1C' and
19731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19732            not 'VHOST' and
19733            not 'MEMIF' and
19734            not 'DRV_AVF'"
19735   parameters:
19736   - "latency"
19737   - "parent"
19738   - "tags"
19739   sort:
19740   - "L2PATCH"
19741   - "L2XCBASE"
19742   - "BASE"
19743   - "FIB_10K"
19744   - "FIB_100K"
19745   - "FIB_1M"
19746   layout:
19747     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19748     layout: "plot-latency"
19749
19750 -
19751   type: "plot"
19752   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19753   algorithm: "plot_latency_error_bars"
19754   output-file-type: ".html"
19755   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19756   data: "plot-vpp-throughput-latency-3n-skx"
19757   filter: "'NIC_Intel-X710' and
19758            '64B' and
19759            ('BASE' or 'SCALE') and
19760            'NDRPDR' and
19761            'ETH' and
19762            '4T2C' and
19763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19764            not 'VHOST' and
19765            not 'MEMIF' and
19766            not 'DRV_AVF'"
19767   parameters:
19768   - "latency"
19769   - "parent"
19770   - "tags"
19771   sort:
19772   - "L2PATCH"
19773   - "L2XCBASE"
19774   - "BASE"
19775   - "FIB_10K"
19776   - "FIB_100K"
19777   - "FIB_1M"
19778   layout:
19779     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19780     layout: "plot-latency"
19781
19782 # Packet Latency - VPP L2 3n-skx-x710 features
19783 -
19784   type: "plot"
19785   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19786   algorithm: "plot_latency_error_bars"
19787   output-file-type: ".html"
19788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19789   data: "plot-vpp-throughput-latency-3n-skx"
19790   filter: "'NIC_Intel-X710' and
19791            '64B' and
19792            'NDRPDR' and
19793            '2T1C' and
19794            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19795            not 'ACL' and
19796            not 'VHOST' and
19797            not 'MEMIF'"
19798   parameters:
19799   - "latency"
19800   - "parent"
19801   - "tags"
19802   sort:
19803   - "L2XCBASE"    # l2xcbase
19804   - "L2BDBASE"    # l2bdbase
19805   - "L2XCFWD"     # dot1q-l2xcbase
19806   - "L2BDMACLRN"  # dot1q-l2bdbase
19807   layout:
19808     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19809     layout: "plot-latency"
19810
19811 -
19812   type: "plot"
19813   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19814   algorithm: "plot_latency_error_bars"
19815   output-file-type: ".html"
19816   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19817   data: "plot-vpp-throughput-latency-3n-skx"
19818   filter: "'NIC_Intel-X710' and
19819            '64B' and
19820            'NDRPDR' and
19821            '4T2C' and
19822            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19823            not 'ACL' and
19824            not 'VHOST' and
19825            not 'MEMIF'"
19826   parameters:
19827   - "latency"
19828   - "parent"
19829   - "tags"
19830   sort:
19831   - "L2XCBASE"    # l2xcbase
19832   - "L2BDBASE"    # l2bdbase
19833   - "L2XCFWD"     # dot1q-l2xcbase
19834   - "L2BDMACLRN"  # dot1q-l2bdbase
19835   layout:
19836     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19837     layout: "plot-latency"
19838
19839 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19840 -
19841   type: "plot"
19842   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19843   algorithm: "plot_latency_error_bars"
19844   output-file-type: ".html"
19845   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19846   data: "plot-vpp-throughput-latency-3n-skx"
19847   filter: "'NIC_Intel-XXV710' and
19848            '64B' and
19849            ('BASE' or 'SCALE') and
19850            'NDRPDR' and
19851            'ETH' and
19852            '2T1C' and
19853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19854            not 'VHOST' and
19855            not 'MEMIF' and
19856            not 'DRV_AVF'"
19857   parameters:
19858   - "latency"
19859   - "parent"
19860   - "tags"
19861   sort:
19862   - "L2PATCH"
19863   - "L2XCBASE"
19864   - "BASE"
19865   - "FIB_10K"
19866   - "FIB_100K"
19867   - "FIB_1M"
19868   layout:
19869     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19870     layout: "plot-latency"
19871
19872 -
19873   type: "plot"
19874   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19875   algorithm: "plot_latency_error_bars"
19876   output-file-type: ".html"
19877   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19878   data: "plot-vpp-throughput-latency-3n-skx"
19879   filter: "'NIC_Intel-XXV710' and
19880            '64B' and
19881            ('BASE' or 'SCALE') and
19882            'NDRPDR' and
19883            'ETH' and
19884            '4T2C' and
19885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19886            not 'VHOST' and
19887            not 'MEMIF' and
19888            not 'DRV_AVF'"
19889   parameters:
19890   - "latency"
19891   - "parent"
19892   - "tags"
19893   sort:
19894   - "L2PATCH"
19895   - "L2XCBASE"
19896   - "BASE"
19897   - "FIB_10K"
19898   - "FIB_100K"
19899   - "FIB_1M"
19900   layout:
19901     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19902     layout: "plot-latency"
19903
19904 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19905 -
19906   type: "plot"
19907   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19908   algorithm: "plot_latency_error_bars"
19909   output-file-type: ".html"
19910   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19911   data: "plot-vpp-throughput-latency-2n-skx"
19912   filter: "'NIC_Intel-X710' and
19913            '64B' and
19914            'ETH' and
19915            ('BASE' or 'SCALE') and
19916            'NDRPDR' and
19917            '2T1C' and
19918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19919            not 'VHOST' and
19920            not 'MEMIF'"
19921   parameters:
19922   - "latency"
19923   - "parent"
19924   - "tags"
19925   sort:
19926   - "L2PATCH"
19927   - "L2XCBASE"
19928   - "BASE"
19929   - "FIB_10K"
19930   - "FIB_100K"
19931   - "FIB_1M"
19932   layout:
19933     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19934     layout: "plot-latency"
19935
19936 -
19937   type: "plot"
19938   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19939   algorithm: "plot_latency_error_bars"
19940   output-file-type: ".html"
19941   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19942   data: "plot-vpp-throughput-latency-2n-skx"
19943   filter: "'NIC_Intel-X710' and
19944            '64B' and
19945            ('BASE' or 'SCALE') and
19946            'NDRPDR' and
19947            'ETH' and
19948            '4T2C' and
19949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19950            not 'VHOST' and
19951            not 'MEMIF'"
19952   parameters:
19953   - "latency"
19954   - "parent"
19955   - "tags"
19956   sort:
19957   - "L2PATCH"
19958   - "L2XCBASE"
19959   - "BASE"
19960   - "FIB_10K"
19961   - "FIB_100K"
19962   - "FIB_1M"
19963   layout:
19964     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19965     layout: "plot-latency"
19966
19967 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19968 -
19969   type: "plot"
19970   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19971   algorithm: "plot_latency_error_bars"
19972   output-file-type: ".html"
19973   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19974   data: "plot-vpp-throughput-latency-2n-skx"
19975   filter: "'NIC_Intel-XXV710' and
19976            '64B' and
19977            ('BASE' or 'SCALE') and
19978            'NDRPDR' and
19979            'ETH' and
19980            '2T1C' and
19981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19982            not 'VHOST' and
19983            not 'MEMIF'"
19984   parameters:
19985   - "latency"
19986   - "parent"
19987   - "tags"
19988   sort:
19989   - "L2PATCH"
19990   - "L2XCBASE"
19991   - "BASE"
19992   - "FIB_10K"
19993   - "FIB_100K"
19994   - "FIB_1M"
19995   layout:
19996     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19997     layout: "plot-latency"
19998
19999 -
20000   type: "plot"
20001   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20002   algorithm: "plot_latency_error_bars"
20003   output-file-type: ".html"
20004   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20005   data: "plot-vpp-throughput-latency-2n-skx"
20006   filter: "'NIC_Intel-XXV710' and
20007            '64B' and
20008            ('BASE' or 'SCALE') and
20009            'NDRPDR' and
20010            'ETH' and
20011            '4T2C' and
20012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20013            not 'VHOST' and
20014            not 'MEMIF'"
20015   parameters:
20016   - "latency"
20017   - "parent"
20018   - "tags"
20019   sort:
20020   - "L2PATCH"
20021   - "L2XCBASE"
20022   - "BASE"
20023   - "FIB_10K"
20024   - "FIB_100K"
20025   - "FIB_1M"
20026   layout:
20027     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20028     layout: "plot-latency"
20029
20030 ################################################################################
20031
20032 # Packet Latency - VPP Container Memif 3n-hsw-x520
20033 -
20034   type: "plot"
20035   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20036   algorithm: "plot_latency_error_bars"
20037   output-file-type: ".html"
20038   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20039   data: "plot-vpp-throughput-latency-3n-hsw"
20040   filter: "'NIC_Intel-X520-DA2' and
20041            '64B' and
20042            ('BASE' or 'SCALE') and
20043            'NDRPDR' and
20044            '1T1C' and
20045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20046            not 'VHOST' and
20047            'MEMIF'"
20048   parameters:
20049   - "latency"
20050   - "parent"
20051   - "tags"
20052   sort:
20053   - "L2XCFWD"
20054   - "L2XCFWD"
20055   - "L2XCFWD"
20056   - "L2BDMACLRN"
20057   - "L2BDMACLRN"
20058   - "L2BDMACLRN"
20059   layout:
20060     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20061     layout: "plot-latency"
20062
20063 -
20064   type: "plot"
20065   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20066   algorithm: "plot_latency_error_bars"
20067   output-file-type: ".html"
20068   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20069   data: "plot-vpp-throughput-latency-3n-hsw"
20070   filter: "'NIC_Intel-X520-DA2' and
20071            '64B' and
20072            ('BASE' or 'SCALE') and
20073            'NDRPDR' and
20074            '2T2C' and
20075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20076            not 'VHOST' and
20077            'MEMIF'"
20078   parameters:
20079   - "latency"
20080   - "parent"
20081   - "tags"
20082   sort:
20083   - "L2XCFWD"
20084   - "L2XCFWD"
20085   - "L2XCFWD"
20086   - "L2BDMACLRN"
20087   - "L2BDMACLRN"
20088   - "L2BDMACLRN"
20089   layout:
20090     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20091     layout: "plot-latency"
20092
20093 # Packet Latency - VPP Container Memif 3n-hsw-x710
20094 -
20095   type: "plot"
20096   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20097   algorithm: "plot_latency_error_bars"
20098   output-file-type: ".html"
20099   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20100   data: "plot-vpp-throughput-latency-3n-hsw"
20101   filter: "'NIC_Intel-X710' and
20102            '64B' and
20103            ('BASE' or 'SCALE') and
20104            'NDRPDR' and
20105            '1T1C' and
20106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20107            not 'VHOST' and
20108            'MEMIF'"
20109   parameters:
20110   - "latency"
20111   - "parent"
20112   - "tags"
20113   sort:
20114   - "L2XCFWD"
20115   - "L2XCFWD"
20116   - "L2XCFWD"
20117   - "L2BDMACLRN"
20118   - "L2BDMACLRN"
20119   - "L2BDMACLRN"
20120   layout:
20121     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20122     layout: "plot-latency"
20123
20124 -
20125   type: "plot"
20126   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20127   algorithm: "plot_latency_error_bars"
20128   output-file-type: ".html"
20129   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20130   data: "plot-vpp-throughput-latency-3n-hsw"
20131   filter: "'NIC_Intel-X710' and
20132            '64B' and
20133            ('BASE' or 'SCALE') and
20134            'NDRPDR' and
20135            '2T2C' and
20136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20137            not 'VHOST' and
20138            'MEMIF'"
20139   parameters:
20140   - "latency"
20141   - "parent"
20142   - "tags"
20143   sort:
20144   - "L2XCFWD"
20145   - "L2XCFWD"
20146   - "L2XCFWD"
20147   - "L2BDMACLRN"
20148   - "L2BDMACLRN"
20149   - "L2BDMACLRN"
20150   layout:
20151     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20152     layout: "plot-latency"
20153
20154 # Packet Latency - VPP Container Memif 3n-hsw-xl710
20155 -
20156   type: "plot"
20157   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20158   algorithm: "plot_latency_error_bars"
20159   output-file-type: ".html"
20160   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20161   data: "plot-vpp-throughput-latency-3n-hsw"
20162   filter: "'NIC_Intel-XL710' and
20163            '64B' and
20164            ('BASE' or 'SCALE') and
20165            'NDRPDR' and
20166            '1T1C' and
20167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20168            not 'VHOST' and
20169            'MEMIF'"
20170   parameters:
20171   - "latency"
20172   - "parent"
20173   - "tags"
20174   sort:
20175   - "L2XCFWD"
20176   - "L2XCFWD"
20177   - "L2XCFWD"
20178   - "L2BDMACLRN"
20179   - "L2BDMACLRN"
20180   - "L2BDMACLRN"
20181   layout:
20182     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20183     layout: "plot-latency"
20184
20185 -
20186   type: "plot"
20187   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20188   algorithm: "plot_latency_error_bars"
20189   output-file-type: ".html"
20190   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20191   data: "plot-vpp-throughput-latency-3n-hsw"
20192   filter: "'NIC_Intel-XL710' and
20193            '64B' and
20194            ('BASE' or 'SCALE') and
20195            'NDRPDR' and
20196            '2T2C' and
20197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20198            not 'VHOST' and
20199            'MEMIF'"
20200   parameters:
20201   - "latency"
20202   - "parent"
20203   - "tags"
20204   sort:
20205   - "L2XCFWD"
20206   - "L2XCFWD"
20207   - "L2XCFWD"
20208   - "L2BDMACLRN"
20209   - "L2BDMACLRN"
20210   - "L2BDMACLRN"
20211   layout:
20212     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20213     layout: "plot-latency"
20214
20215 # Packet Latency - VPP Container Memif 3n-skx-x710
20216 -
20217   type: "plot"
20218   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20219   algorithm: "plot_latency_error_bars"
20220   output-file-type: ".html"
20221   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20222   data: "plot-vpp-throughput-latency-3n-skx"
20223   filter: "'NIC_Intel-X710' and
20224            '64B' and
20225            ('BASE' or 'SCALE') and
20226            'NDRPDR' and
20227            '2T1C' and
20228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20229            not 'VHOST' and
20230            'MEMIF'"
20231   parameters:
20232   - "latency"
20233   - "parent"
20234   - "tags"
20235   sort:
20236   - "L2XCFWD"
20237   - "L2XCFWD"
20238   - "L2XCFWD"
20239   - "L2BDMACLRN"
20240   - "L2BDMACLRN"
20241   - "L2BDMACLRN"
20242   layout:
20243     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20244     layout: "plot-latency"
20245
20246 -
20247   type: "plot"
20248   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20249   algorithm: "plot_latency_error_bars"
20250   output-file-type: ".html"
20251   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20252   data: "plot-vpp-throughput-latency-3n-skx"
20253   filter: "'NIC_Intel-X710' and
20254            '64B' and
20255            ('BASE' or 'SCALE') and
20256            'NDRPDR' and
20257            '4T2C' and
20258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20259            not 'VHOST' and
20260            'MEMIF'"
20261   parameters:
20262   - "latency"
20263   - "parent"
20264   - "tags"
20265   sort:
20266   - "L2XCFWD"
20267   - "L2XCFWD"
20268   - "L2XCFWD"
20269   - "L2BDMACLRN"
20270   - "L2BDMACLRN"
20271   - "L2BDMACLRN"
20272   layout:
20273     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20274     layout: "plot-latency"
20275
20276 # Packet Latency - VPP Container Memif 2n-skx-x710
20277 -
20278   type: "plot"
20279   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20280   algorithm: "plot_latency_error_bars"
20281   output-file-type: ".html"
20282   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20283   data: "plot-vpp-throughput-latency-2n-skx"
20284   filter: "'NIC_Intel-X710' and
20285            '64B' and
20286            ('BASE' or 'SCALE') and
20287            'NDRPDR' and
20288            '2T1C' and
20289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20290            not 'VHOST' and
20291            'MEMIF'"
20292   parameters:
20293   - "latency"
20294   - "parent"
20295   - "tags"
20296   sort:
20297   - "L2XCFWD"
20298   - "L2XCFWD"
20299   - "L2XCFWD"
20300   - "L2BDMACLRN"
20301   - "L2BDMACLRN"
20302   - "L2BDMACLRN"
20303   layout:
20304     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20305     layout: "plot-latency"
20306
20307 -
20308   type: "plot"
20309   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20310   algorithm: "plot_latency_error_bars"
20311   output-file-type: ".html"
20312   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20313   data: "plot-vpp-throughput-latency-2n-skx"
20314   filter: "'NIC_Intel-X710' and
20315            '64B' and
20316            ('BASE' or 'SCALE') and
20317            'NDRPDR' and
20318            '4T2C' and
20319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20320            not 'VHOST' and
20321            'MEMIF'"
20322   parameters:
20323   - "latency"
20324   - "parent"
20325   - "tags"
20326   sort:
20327   - "L2XCFWD"
20328   - "L2XCFWD"
20329   - "L2XCFWD"
20330   - "L2BDMACLRN"
20331   - "L2BDMACLRN"
20332   - "L2BDMACLRN"
20333   layout:
20334     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20335     layout: "plot-latency"
20336
20337 # Packet Latency - VPP Container Memif 2n-skx-xxv710
20338 -
20339   type: "plot"
20340   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20341   algorithm: "plot_latency_error_bars"
20342   output-file-type: ".html"
20343   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20344   data: "plot-vpp-throughput-latency-2n-skx"
20345   filter: "'NIC_Intel-XXV710' and
20346            '64B' and
20347            ('BASE' or 'SCALE') and
20348            'NDRPDR' and
20349            '2T1C' and
20350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20351            not 'VHOST' and
20352            'MEMIF'"
20353   parameters:
20354   - "latency"
20355   - "parent"
20356   - "tags"
20357   sort:
20358   - "L2XCFWD"
20359   - "L2XCFWD"
20360   - "L2XCFWD"
20361   - "L2BDMACLRN"
20362   - "L2BDMACLRN"
20363   - "L2BDMACLRN"
20364   layout:
20365     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20366     layout: "plot-latency"
20367
20368 -
20369   type: "plot"
20370   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20371   algorithm: "plot_latency_error_bars"
20372   output-file-type: ".html"
20373   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20374   data: "plot-vpp-throughput-latency-2n-skx"
20375   filter: "'NIC_Intel-XXV710' and
20376            '64B' and
20377            ('BASE' or 'SCALE') and
20378            'NDRPDR' and
20379            '4T2C' and
20380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20381            not 'VHOST' and
20382            'MEMIF'"
20383   parameters:
20384   - "latency"
20385   - "parent"
20386   - "tags"
20387   sort:
20388   - "L2XCFWD"
20389   - "L2XCFWD"
20390   - "L2XCFWD"
20391   - "L2BDMACLRN"
20392   - "L2BDMACLRN"
20393   - "L2BDMACLRN"
20394   layout:
20395     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20396     layout: "plot-latency"
20397
20398 ################################################################################
20399
20400 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
20401 -
20402   type: "plot"
20403   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20404   algorithm: "plot_latency_error_bars"
20405   output-file-type: ".html"
20406   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20407   data: "plot-ligato-throughput-latency-3n-hsw"
20408   filter: "'NIC_Intel-X520-DA2' and
20409            '64B' and
20410            ('BASE' or 'SCALE') and
20411            'NDRPDR' and
20412            '1T1C' and
20413            'L2XCFWD' and
20414            not 'VHOST' and
20415            'MEMIF'"
20416   parameters:
20417   - "latency"
20418   - "parent"
20419   - "tags"
20420   sort:
20421   - "1VNF"
20422   - "2VNF"
20423   - "4VNF"
20424   - "2VNF"
20425   - "4VNF"
20426   layout:
20427     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
20428     layout: "plot-latency"
20429
20430 -
20431   type: "plot"
20432   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20433   algorithm: "plot_latency_error_bars"
20434   output-file-type: ".html"
20435   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20436   data: "plot-ligato-throughput-latency-3n-hsw"
20437   filter: "'NIC_Intel-X520-DA2' and
20438            '64B' and
20439            ('BASE' or 'SCALE') and
20440            'NDRPDR' and
20441            '2T2C' and
20442            'L2XCFWD' and
20443            not 'VHOST' and
20444            'MEMIF'"
20445   parameters:
20446   - "latency"
20447   - "parent"
20448   - "tags"
20449   sort:
20450   - "1VNF"
20451   - "2VNF"
20452   - "4VNF"
20453   - "2VNF"
20454   - "4VNF"
20455   layout:
20456     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
20457     layout: "plot-latency"
20458
20459 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
20460 -
20461   type: "plot"
20462   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20463   algorithm: "plot_latency_error_bars"
20464   output-file-type: ".html"
20465   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20466   data: "plot-ligato-throughput-latency-3n-hsw"
20467   filter: "'NIC_Intel-X520-DA2' and
20468            '64B' and
20469            ('BASE' or 'SCALE') and
20470            'NDRPDR' and
20471            '1T1C' and
20472            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20473            not 'VHOST' and
20474            'MEMIF'"
20475   parameters:
20476   - "latency"
20477   - "parent"
20478   - "tags"
20479   sort:
20480   - "1VNF"
20481   - "2VNF"
20482   - "4VNF"
20483   - "2VNF"
20484   - "4VNF"
20485   layout:
20486     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
20487     layout: "plot-latency"
20488
20489 -
20490   type: "plot"
20491   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20492   algorithm: "plot_latency_error_bars"
20493   output-file-type: ".html"
20494   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20495   data: "plot-ligato-throughput-latency-3n-hsw"
20496   filter: "'NIC_Intel-X520-DA2' and
20497            '64B' and
20498            ('BASE' or 'SCALE') and
20499            'NDRPDR' and
20500            '2T2C' and
20501            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20502            not 'VHOST' and
20503            'MEMIF'"
20504   parameters:
20505   - "latency"
20506   - "parent"
20507   - "tags"
20508   sort:
20509   - "1VNF"
20510   - "2VNF"
20511   - "4VNF"
20512   - "2VNF"
20513   - "4VNF"
20514   layout:
20515     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
20516     layout: "plot-latency"
20517
20518 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
20519 -
20520   type: "plot"
20521   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20522   algorithm: "plot_latency_error_bars"
20523   output-file-type: ".html"
20524   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20525   data: "plot-ligato-throughput-latency-3n-hsw"
20526   filter: "'NIC_Intel-X710' and
20527            '64B' and
20528            ('BASE' or 'SCALE') and
20529            'NDRPDR' and
20530            '1T1C' and
20531            'L2XCFWD' and
20532            not 'VHOST' and
20533            'MEMIF'"
20534   parameters:
20535   - "latency"
20536   - "parent"
20537   - "tags"
20538   sort:
20539   - "1VNF"
20540   - "2VNF"
20541   - "4VNF"
20542   - "2VNF"
20543   - "4VNF"
20544   layout:
20545     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
20546     layout: "plot-latency"
20547
20548 -
20549   type: "plot"
20550   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20551   algorithm: "plot_latency_error_bars"
20552   output-file-type: ".html"
20553   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20554   data: "plot-ligato-throughput-latency-3n-hsw"
20555   filter: "'NIC_Intel-X710' and
20556            '64B' and
20557            ('BASE' or 'SCALE') and
20558            'NDRPDR' and
20559            '2T2C' and
20560            'L2XCFWD' and
20561            not 'VHOST' and
20562            'MEMIF'"
20563   parameters:
20564   - "latency"
20565   - "parent"
20566   - "tags"
20567   sort:
20568   - "1VNF"
20569   - "2VNF"
20570   - "4VNF"
20571   - "2VNF"
20572   - "4VNF"
20573   layout:
20574     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
20575     layout: "plot-latency"
20576
20577 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
20578 -
20579   type: "plot"
20580   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20581   algorithm: "plot_latency_error_bars"
20582   output-file-type: ".html"
20583   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20584   data: "plot-ligato-throughput-latency-3n-hsw"
20585   filter: "'NIC_Intel-X710' and
20586            '64B' and
20587            ('BASE' or 'SCALE') and
20588            'NDRPDR' and
20589            '1T1C' and
20590            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20591            not 'VHOST' and
20592            'MEMIF'"
20593   parameters:
20594   - "latency"
20595   - "parent"
20596   - "tags"
20597   sort:
20598   - "1VNF"
20599   - "2VNF"
20600   - "4VNF"
20601   - "2VNF"
20602   - "4VNF"
20603   layout:
20604     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
20605     layout: "plot-latency"
20606
20607 -
20608   type: "plot"
20609   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20610   algorithm: "plot_latency_error_bars"
20611   output-file-type: ".html"
20612   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20613   data: "plot-ligato-throughput-latency-3n-hsw"
20614   filter: "'NIC_Intel-X710' and
20615            '64B' and
20616            ('BASE' or 'SCALE') and
20617            'NDRPDR' and
20618            '2T2C' and
20619            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20620            not 'VHOST' and
20621            'MEMIF'"
20622   parameters:
20623   - "latency"
20624   - "parent"
20625   - "tags"
20626   sort:
20627   - "1VNF"
20628   - "2VNF"
20629   - "4VNF"
20630   - "2VNF"
20631   - "4VNF"
20632   layout:
20633     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
20634     layout: "plot-latency"
20635
20636 ################################################################################
20637
20638 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
20639 -
20640   type: "plot"
20641   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20642   algorithm: "plot_latency_error_bars"
20643   output-file-type: ".html"
20644   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20645   data: "plot-vpp-throughput-latency-3n-hsw"
20646   filter: "'NIC_Intel-X520-DA2' and
20647            '64B' and
20648            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20649            'NDRPDR' and
20650            '1T1C' and
20651            'IP4FWD' and
20652            not 'IPSEC' and
20653            not 'VHOST'"
20654   parameters:
20655   - "latency"
20656   - "parent"
20657   - "tags"
20658   sort:
20659   - "DOT1Q"
20660   - "IP4BASE"
20661   - "FIB_20k"
20662   - "FIB_200k"
20663   - "FIB_2M"
20664   layout:
20665     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20666     layout: "plot-latency"
20667
20668 -
20669   type: "plot"
20670   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20671   algorithm: "plot_latency_error_bars"
20672   output-file-type: ".html"
20673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20674   data: "plot-vpp-throughput-latency-3n-hsw"
20675   filter: "'NIC_Intel-X520-DA2' and
20676            '64B' and
20677            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20678            'NDRPDR' and
20679            '2T2C' and
20680            'IP4FWD' and
20681            not 'IPSEC' and
20682            not 'VHOST'"
20683   parameters:
20684   - "latency"
20685   - "parent"
20686   - "tags"
20687   sort:
20688   - "DOT1Q"
20689   - "IP4BASE"
20690   - "FIB_20k"
20691   - "FIB_200k"
20692   - "FIB_2M"
20693   layout:
20694     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20695     layout: "plot-latency"
20696
20697 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20698 -
20699   type: "plot"
20700   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20701   algorithm: "plot_latency_error_bars"
20702   output-file-type: ".html"
20703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20704   data: "plot-vpp-throughput-latency-3n-hsw"
20705   filter: "'NIC_Intel-X520-DA2' and
20706            '64B' and
20707            ('IP4BASE' or
20708             'POLICE_MARK' or
20709             'COPWHLIST' or
20710             ('NAT44' and 'BASE') or
20711             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20712            'NDRPDR' and
20713            '1T1C' and
20714            'IP4FWD' and
20715            not 'IPSEC' and
20716            not 'VHOST'"
20717   parameters:
20718   - "latency"
20719   - "parent"
20720   - "tags"
20721   sort:
20722   - "DOT1Q"
20723   - "IP4BASE"
20724   - "NAT44"
20725   - "POLICE_MARK"
20726   - "COPWHLIST"
20727   - "IACL"
20728   - "OACL"
20729   layout:
20730     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20731     layout: "plot-latency"
20732
20733 -
20734   type: "plot"
20735   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20736   algorithm: "plot_latency_error_bars"
20737   output-file-type: ".html"
20738   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20739   data: "plot-vpp-throughput-latency-3n-hsw"
20740   filter: "'NIC_Intel-X520-DA2' and
20741            '64B' and
20742            ('IP4BASE' or
20743             'POLICE_MARK' or
20744             'COPWHLIST' or
20745             ('NAT44' and 'BASE') or
20746             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20747            'NDRPDR' and
20748            '2T2C' and
20749            'IP4FWD' and
20750            not 'IPSEC' and
20751            not 'VHOST'"
20752   parameters:
20753   - "latency"
20754   - "parent"
20755   - "tags"
20756   sort:
20757   - "DOT1Q"
20758   - "IP4BASE"
20759   - "NAT44"
20760   - "POLICE_MARK"
20761   - "COPWHLIST"
20762   - "IACL"
20763   - "OACL"
20764   layout:
20765     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20766     layout: "plot-latency"
20767
20768 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20769 -
20770   type: "plot"
20771   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20772   algorithm: "plot_latency_error_bars"
20773   output-file-type: ".html"
20774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20775   data: "plot-vpp-throughput-latency-3n-hsw"
20776   filter: "'NIC_Intel-X520-DA2' and
20777            '64B' and
20778            'NDRPDR' and
20779            '1T1C' and
20780            'IP4FWD' and
20781            'NAT44' and
20782            not 'IPSEC' and
20783            not 'VHOST'"
20784   parameters:
20785   - "latency"
20786   - "parent"
20787   - "tags"
20788   sort:
20789   - "BASE"
20790   - "BASE"
20791   - "SRC_USER_10"
20792   - "SRC_USER_100"
20793   - "SRC_USER_1000"
20794   - "SRC_USER_2000"
20795   layout:
20796     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20797     layout: "plot-latency"
20798
20799 -
20800   type: "plot"
20801   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20802   algorithm: "plot_latency_error_bars"
20803   output-file-type: ".html"
20804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20805   data: "plot-vpp-throughput-latency-3n-hsw"
20806   filter: "'NIC_Intel-X520-DA2' and
20807            '64B' and
20808            'NDRPDR' and
20809            '2T2C' and
20810            'IP4FWD' and
20811            'NAT44' and
20812            not 'IPSEC' and
20813            not 'VHOST'"
20814   parameters:
20815   - "latency"
20816   - "parent"
20817   - "tags"
20818   sort:
20819   - "BASE"
20820   - "BASE"
20821   - "SRC_USER_10"
20822   - "SRC_USER_100"
20823   - "SRC_USER_1000"
20824   - "SRC_USER_2000"
20825   layout:
20826     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20827     layout: "plot-latency"
20828
20829 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20830 -
20831   type: "plot"
20832   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20833   algorithm: "plot_latency_error_bars"
20834   output-file-type: ".html"
20835   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20836   data: "plot-vpp-throughput-latency-3n-hsw"
20837   filter: "'NIC_Intel-X520-DA2' and
20838            '64B' and
20839            'NDRPDR' and
20840            '1T1C' and
20841            'IP4FWD' and
20842            'IACL' and
20843            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20844            not 'IPSEC' and
20845            not 'VHOST'"
20846   parameters:
20847   - "latency"
20848   - "parent"
20849   - "tags"
20850   sort:
20851   - "ACL_STATELESS"
20852   - "ACL_STATEFUL"
20853   - "ACL_STATELESS"
20854   - "ACL_STATEFUL"
20855   layout:
20856     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20857     layout: "plot-latency"
20858
20859 -
20860   type: "plot"
20861   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20862   algorithm: "plot_latency_error_bars"
20863   output-file-type: ".html"
20864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20865   data: "plot-vpp-throughput-latency-3n-hsw"
20866   filter: "'NIC_Intel-X520-DA2' and
20867            '64B' and
20868            'NDRPDR' and
20869            '2T2C' and
20870            'IP4FWD' and
20871            'IACL' and
20872            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20873            not 'IPSEC' and
20874            not 'VHOST'"
20875   parameters:
20876   - "latency"
20877   - "parent"
20878   - "tags"
20879   sort:
20880   - "ACL_STATELESS"
20881   - "ACL_STATEFUL"
20882   - "ACL_STATELESS"
20883   - "ACL_STATEFUL"
20884   layout:
20885     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20886     layout: "plot-latency"
20887
20888 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20889 -
20890   type: "plot"
20891   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20892   algorithm: "plot_latency_error_bars"
20893   output-file-type: ".html"
20894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20895   data: "plot-vpp-throughput-latency-3n-hsw"
20896   filter: "'NIC_Intel-X520-DA2' and
20897            '64B' and
20898            'NDRPDR' and
20899            '1T1C' and
20900            'IP4FWD' and
20901            'OACL' and
20902            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20903            not 'IPSEC' and
20904            not 'VHOST'"
20905   parameters:
20906   - "latency"
20907   - "parent"
20908   - "tags"
20909   sort:
20910   - "ACL_STATELESS"
20911   - "ACL_STATEFUL"
20912   - "ACL_STATELESS"
20913   - "ACL_STATEFUL"
20914   layout:
20915     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20916     layout: "plot-latency"
20917
20918 -
20919   type: "plot"
20920   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20921   algorithm: "plot_latency_error_bars"
20922   output-file-type: ".html"
20923   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20924   data: "plot-vpp-throughput-latency-3n-hsw"
20925   filter: "'NIC_Intel-X520-DA2' and
20926            '64B' and
20927            'NDRPDR' and
20928            '2T2C' and
20929            'IP4FWD' and
20930            'OACL' and
20931            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20932            not 'IPSEC' and
20933            not 'VHOST'"
20934   parameters:
20935   - "latency"
20936   - "parent"
20937   - "tags"
20938   sort:
20939   - "ACL_STATELESS"
20940   - "ACL_STATEFUL"
20941   - "ACL_STATELESS"
20942   - "ACL_STATEFUL"
20943   layout:
20944     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20945     layout: "plot-latency"
20946
20947 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20948 -
20949   type: "plot"
20950   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20954   data: "plot-vpp-throughput-latency-3n-hsw"
20955   filter: "'NIC_Intel-X710' and
20956            '64B' and
20957            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20958            'NDRPDR' and
20959            '1T1C' and
20960            'IP4FWD' and
20961            not 'IPSEC' and
20962            not 'VHOST'"
20963   parameters:
20964   - "latency"
20965   - "parent"
20966   - "tags"
20967   sort:
20968   - "DOT1Q"
20969   - "IP4BASE"
20970   - "FIB_20K"
20971   - "FIB_200K"
20972   - "FIB_2M"
20973   layout:
20974     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20975     layout: "plot-latency"
20976
20977 -
20978   type: "plot"
20979   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20980   algorithm: "plot_latency_error_bars"
20981   output-file-type: ".html"
20982   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20983   data: "plot-vpp-throughput-latency-3n-hsw"
20984   filter: "'NIC_Intel-X710' and
20985            '64B' and
20986            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20987            'NDRPDR' and
20988            '2T2C' and
20989            'IP4FWD' and
20990            not 'IPSEC' and
20991            not 'VHOST'"
20992   parameters:
20993   - "latency"
20994   - "parent"
20995   - "tags"
20996   sort:
20997   - "DOT1Q"
20998   - "IP4BASE"
20999   - "FIB_20K"
21000   - "FIB_200K"
21001   - "FIB_2M"
21002   layout:
21003     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21004     layout: "plot-latency"
21005
21006 # Packet Latency - VPP IPv4 3n-hsw-x710 features
21007 -
21008   type: "plot"
21009   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21010   algorithm: "plot_latency_error_bars"
21011   output-file-type: ".html"
21012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21013   data: "plot-vpp-throughput-latency-3n-hsw"
21014   filter: "'NIC_Intel-X710' and
21015            '64B' and
21016            ('IP4BASE' or
21017             'POLICE_MARK' or
21018             'COPWHLIST' or
21019             ('NAT44' and 'BASE') or
21020             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21021            'NDRPDR' and
21022            '1T1C' and
21023            'IP4FWD' and
21024            not 'IPSEC' and
21025            not 'VHOST'"
21026   parameters:
21027   - "latency"
21028   - "parent"
21029   - "tags"
21030   sort:
21031   - "IP4BASE"
21032   - "NAT44"
21033   - "POLICE_MARK"
21034   - "COPWHLIST"
21035   - "IACL"
21036   - "OACL"
21037   layout:
21038     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
21039     layout: "plot-latency"
21040
21041 -
21042   type: "plot"
21043   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21044   algorithm: "plot_latency_error_bars"
21045   output-file-type: ".html"
21046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21047   data: "plot-vpp-throughput-latency-3n-hsw"
21048   filter: "'NIC_Intel-X710' and
21049            '64B' and
21050            ('IP4BASE' or
21051             'POLICE_MARK' or
21052             'COPWHLIST' or
21053             ('NAT44' and 'BASE') or
21054             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21055            'NDRPDR' and
21056            '2T2C' and
21057            'IP4FWD' and
21058            not 'IPSEC' and
21059            not 'VHOST'"
21060   parameters:
21061   - "latency"
21062   - "parent"
21063   - "tags"
21064   sort:
21065   - "IP4BASE"
21066   - "NAT44"
21067   - "POLICE_MARK"
21068   - "COPWHLIST"
21069   - "IACL"
21070   - "OACL"
21071   layout:
21072     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
21073     layout: "plot-latency"
21074
21075 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
21076 -
21077   type: "plot"
21078   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21079   algorithm: "plot_latency_error_bars"
21080   output-file-type: ".html"
21081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21082   data: "plot-vpp-throughput-latency-3n-hsw"
21083   filter: "'NIC_Intel-X710' and
21084            '64B' and
21085            'NDRPDR' and
21086            '1T1C' and
21087            'IP4FWD' and
21088            'NAT44' and
21089            not 'IPSEC' and
21090            not 'VHOST'"
21091   parameters:
21092   - "latency"
21093   - "parent"
21094   - "tags"
21095   sort:
21096   - "BASE"
21097   - "BASE"
21098   - "SRC_USER_10"
21099   - "SRC_USER_100"
21100   - "SRC_USER_1000"
21101   - "SRC_USER_2000"
21102   layout:
21103     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
21104     layout: "plot-latency"
21105
21106 -
21107   type: "plot"
21108   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21109   algorithm: "plot_latency_error_bars"
21110   output-file-type: ".html"
21111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21112   data: "plot-vpp-throughput-latency-3n-hsw"
21113   filter: "'NIC_Intel-X710' and
21114            '64B' and
21115            'NDRPDR' and
21116            '2T2C' and
21117            'IP4FWD' and
21118            'NAT44' and
21119            not 'IPSEC' and
21120            not 'VHOST'"
21121   parameters:
21122   - "latency"
21123   - "parent"
21124   - "tags"
21125   sort:
21126   - "BASE"
21127   - "BASE"
21128   - "SRC_USER_10"
21129   - "SRC_USER_100"
21130   - "SRC_USER_1000"
21131   - "SRC_USER_2000"
21132   layout:
21133     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
21134     layout: "plot-latency"
21135
21136 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
21137 -
21138   type: "plot"
21139   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21140   algorithm: "plot_latency_error_bars"
21141   output-file-type: ".html"
21142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21143   data: "plot-vpp-throughput-latency-3n-hsw"
21144   filter: "'NIC_Intel-X710' and
21145            '64B' and
21146            'NDRPDR' and
21147            '1T1C' and
21148            'IP4FWD' and
21149            'IACL' and
21150            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21151            not 'IPSEC' and
21152            not 'VHOST'"
21153   parameters:
21154   - "latency"
21155   - "parent"
21156   - "tags"
21157   sort:
21158   - "ACL_STATELESS"
21159   - "ACL_STATEFUL"
21160   - "ACL_STATELESS"
21161   - "ACL_STATEFUL"
21162   layout:
21163     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
21164     layout: "plot-latency"
21165
21166 -
21167   type: "plot"
21168   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21169   algorithm: "plot_latency_error_bars"
21170   output-file-type: ".html"
21171   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21172   data: "plot-vpp-throughput-latency-3n-hsw"
21173   filter: "'NIC_Intel-X710' and
21174            '64B' and
21175            'NDRPDR' and
21176            '2T2C' and
21177            'IP4FWD' and
21178            'IACL' and
21179            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21180            not 'IPSEC' and
21181            not 'VHOST'"
21182   parameters:
21183   - "latency"
21184   - "parent"
21185   - "tags"
21186   sort:
21187   - "ACL_STATELESS"
21188   - "ACL_STATEFUL"
21189   - "ACL_STATELESS"
21190   - "ACL_STATEFUL"
21191   layout:
21192     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
21193     layout: "plot-latency"
21194
21195 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
21196 -
21197   type: "plot"
21198   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21199   algorithm: "plot_latency_error_bars"
21200   output-file-type: ".html"
21201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21202   data: "plot-vpp-throughput-latency-3n-hsw"
21203   filter: "'NIC_Intel-X710' and
21204            '64B' and
21205            'NDRPDR' and
21206            '1T1C' and
21207            'IP4FWD' and
21208            'OACL' and
21209            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21210            not 'IPSEC' and
21211            not 'VHOST'"
21212   parameters:
21213   - "latency"
21214   - "parent"
21215   - "tags"
21216   sort:
21217   - "ACL_STATELESS"
21218   - "ACL_STATEFUL"
21219   - "ACL_STATELESS"
21220   - "ACL_STATEFUL"
21221   layout:
21222     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
21223     layout: "plot-latency"
21224
21225 -
21226   type: "plot"
21227   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21228   algorithm: "plot_latency_error_bars"
21229   output-file-type: ".html"
21230   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21231   data: "plot-vpp-throughput-latency-3n-hsw"
21232   filter: "'NIC_Intel-X710' and
21233            '64B' and
21234            'NDRPDR' and
21235            '2T2C' and
21236            'IP4FWD' and
21237            'OACL' and
21238            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21239            not 'IPSEC' and
21240            not 'VHOST'"
21241   parameters:
21242   - "latency"
21243   - "parent"
21244   - "tags"
21245   sort:
21246   - "ACL_STATELESS"
21247   - "ACL_STATEFUL"
21248   - "ACL_STATELESS"
21249   - "ACL_STATEFUL"
21250   layout:
21251     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
21252     layout: "plot-latency"
21253
21254 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
21255 -
21256   type: "plot"
21257   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21258   algorithm: "plot_latency_error_bars"
21259   output-file-type: ".html"
21260   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21261   data: "plot-vpp-throughput-latency-3n-hsw"
21262   filter: "'NIC_Intel-XL710' and
21263            '64B' and
21264            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21265            'NDRPDR' and
21266            '1T1C' and
21267            'IP4FWD' and
21268            not 'IPSEC' and
21269            not 'VHOST'"
21270   parameters:
21271   - "latency"
21272   - "parent"
21273   - "tags"
21274   sort:
21275   - "IP4BASE"
21276   - "FIB_20K"
21277   - "FIB_200K"
21278   - "FIB_2M"
21279   layout:
21280     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21281     layout: "plot-latency"
21282
21283 -
21284   type: "plot"
21285   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21286   algorithm: "plot_latency_error_bars"
21287   output-file-type: ".html"
21288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21289   data: "plot-vpp-throughput-latency-3n-hsw"
21290   filter: "'NIC_Intel-XL710' and
21291            '64B' and
21292            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21293            'NDRPDR' and
21294            '2T2C' and
21295            'IP4FWD' and
21296            not 'IPSEC' and
21297            not 'VHOST'"
21298   parameters:
21299   - "latency"
21300   - "parent"
21301   - "tags"
21302   sort:
21303   - "IP4BASE"
21304   - "FIB_20K"
21305   - "FIB_200K"
21306   - "FIB_2M"
21307   layout:
21308     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21309     layout: "plot-latency"
21310
21311 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
21312 -
21313   type: "plot"
21314   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21315   algorithm: "plot_latency_error_bars"
21316   output-file-type: ".html"
21317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21318   data: "plot-vpp-throughput-latency-3n-skx"
21319   filter: "'NIC_Intel-X710' and
21320            '64B' and
21321            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21322            'NDRPDR' and
21323            '2T1C' and
21324            'IP4FWD' and
21325            not 'IPSEC' and
21326            not 'VHOST'"
21327   parameters:
21328   - "latency"
21329   - "parent"
21330   - "tags"
21331   sort:
21332   - "IP4BASE"
21333   - "FIB_20K"
21334   - "FIB_200K"
21335   - "FIB_2M"
21336   layout:
21337     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21338     layout: "plot-latency"
21339
21340 -
21341   type: "plot"
21342   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21343   algorithm: "plot_latency_error_bars"
21344   output-file-type: ".html"
21345   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21346   data: "plot-vpp-throughput-latency-3n-skx"
21347   filter: "'NIC_Intel-X710' and
21348            '64B' and
21349            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21350            'NDRPDR' and
21351            '4T2C' and
21352            'IP4FWD' and
21353            not 'IPSEC' and
21354            not 'VHOST'"
21355   parameters:
21356   - "latency"
21357   - "parent"
21358   - "tags"
21359   sort:
21360   - "IP4BASE"
21361   - "FIB_20K"
21362   - "FIB_200K"
21363   - "FIB_2M"
21364   layout:
21365     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21366     layout: "plot-latency"
21367
21368 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21369 -
21370   type: "plot"
21371   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21372   algorithm: "plot_latency_error_bars"
21373   output-file-type: ".html"
21374   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21375   data: "plot-vpp-throughput-latency-3n-skx"
21376   filter: "'NIC_Intel-X710' and
21377            '64B' and
21378            ('IP4BASE' or
21379             'POLICE_MARK' or
21380             'COPWHLIST' or
21381             ('NAT44' and 'BASE') or
21382             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21383            'NDRPDR' and
21384            '2T1C' and
21385            'IP4FWD' and
21386            not 'IPSEC' and
21387            not 'VHOST'"
21388   parameters:
21389   - "latency"
21390   - "parent"
21391   - "tags"
21392   sort:
21393   - "IP4BASE"
21394   - "NAT44"
21395   - "POLICE_MARK"
21396   - "COPWHLIST"
21397   - "IACL"
21398   - "OACL"
21399   layout:
21400     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
21401     layout: "plot-latency"
21402
21403 -
21404   type: "plot"
21405   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21406   algorithm: "plot_latency_error_bars"
21407   output-file-type: ".html"
21408   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21409   data: "plot-vpp-throughput-latency-3n-skx"
21410   filter: "'NIC_Intel-X710' and
21411            '64B' and
21412            ('IP4BASE' or
21413             'POLICE_MARK' or
21414             'COPWHLIST' or
21415             ('NAT44' and 'BASE') or
21416             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21417            'NDRPDR' and
21418            '4T2C' and
21419            'IP4FWD' and
21420            not 'IPSEC' and
21421            not 'VHOST'"
21422   parameters:
21423   - "latency"
21424   - "parent"
21425   - "tags"
21426   sort:
21427   - "IP4BASE"
21428   - "NAT44"
21429   - "POLICE_MARK"
21430   - "COPWHLIST"
21431   - "IACL"
21432   - "OACL"
21433   layout:
21434     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
21435     layout: "plot-latency"
21436
21437 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
21438 -
21439   type: "plot"
21440   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21441   algorithm: "plot_latency_error_bars"
21442   output-file-type: ".html"
21443   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21444   data: "plot-vpp-throughput-latency-3n-skx"
21445   filter: "'NIC_Intel-X710' and
21446            '64B' and
21447            'NDRPDR' and
21448            '2T1C' and
21449            'IP4FWD' and
21450            'NAT44' and
21451            not 'IPSEC' and
21452            not 'VHOST'"
21453   parameters:
21454   - "latency"
21455   - "parent"
21456   - "tags"
21457   sort:
21458   - "BASE"
21459   - "BASE"
21460   - "SRC_USER_10"
21461   - "SRC_USER_100"
21462   - "SRC_USER_1000"
21463   - "SRC_USER_2000"
21464   layout:
21465     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
21466     layout: "plot-latency"
21467
21468 -
21469   type: "plot"
21470   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21471   algorithm: "plot_latency_error_bars"
21472   output-file-type: ".html"
21473   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21474   data: "plot-vpp-throughput-latency-3n-skx"
21475   filter: "'NIC_Intel-X710' and
21476            '64B' and
21477            'NDRPDR' and
21478            '4T2C' and
21479            'IP4FWD' and
21480            'NAT44' and
21481            not 'IPSEC' and
21482            not 'VHOST'"
21483   parameters:
21484   - "latency"
21485   - "parent"
21486   - "tags"
21487   sort:
21488   - "BASE"
21489   - "BASE"
21490   - "SRC_USER_10"
21491   - "SRC_USER_100"
21492   - "SRC_USER_1000"
21493   - "SRC_USER_2000"
21494   layout:
21495     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
21496     layout: "plot-latency"
21497
21498 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
21499 -
21500   type: "plot"
21501   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21502   algorithm: "plot_latency_error_bars"
21503   output-file-type: ".html"
21504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21505   data: "plot-vpp-throughput-latency-3n-skx"
21506   filter: "'NIC_Intel-X710' and
21507            '64B' and
21508            'NDRPDR' and
21509            '2T1C' and
21510            'IP4FWD' and
21511            'IACL' and
21512            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21513            not 'IPSEC' and
21514            not 'VHOST'"
21515   parameters:
21516   - "latency"
21517   - "parent"
21518   - "tags"
21519   sort:
21520   - "ACL_STATELESS"
21521   - "ACL_STATEFUL"
21522   - "ACL_STATELESS"
21523   - "ACL_STATEFUL"
21524   layout:
21525     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
21526     layout: "plot-latency"
21527
21528 -
21529   type: "plot"
21530   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21531   algorithm: "plot_latency_error_bars"
21532   output-file-type: ".html"
21533   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21534   data: "plot-vpp-throughput-latency-3n-skx"
21535   filter: "'NIC_Intel-X710' and
21536            '64B' and
21537            'NDRPDR' and
21538            '4T2C' and
21539            'IP4FWD' and
21540            'IACL' and
21541            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21542            not 'IPSEC' and
21543            not 'VHOST'"
21544   parameters:
21545   - "latency"
21546   - "parent"
21547   - "tags"
21548   sort:
21549   - "ACL_STATELESS"
21550   - "ACL_STATEFUL"
21551   - "ACL_STATELESS"
21552   - "ACL_STATEFUL"
21553   layout:
21554     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
21555     layout: "plot-latency"
21556
21557 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21558 -
21559   type: "plot"
21560   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21561   algorithm: "plot_latency_error_bars"
21562   output-file-type: ".html"
21563   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21564   data: "plot-vpp-throughput-latency-3n-skx"
21565   filter: "'NIC_Intel-X710' and
21566            '64B' and
21567            'NDRPDR' and
21568            '2T1C' and
21569            'IP4FWD' and
21570            'OACL' and
21571            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21572            not 'IPSEC' and
21573            not 'VHOST'"
21574   parameters:
21575   - "latency"
21576   - "parent"
21577   - "tags"
21578   sort:
21579   - "ACL_STATELESS"
21580   - "ACL_STATEFUL"
21581   - "ACL_STATELESS"
21582   - "ACL_STATEFUL"
21583   layout:
21584     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
21585     layout: "plot-latency"
21586
21587 -
21588   type: "plot"
21589   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
21590   algorithm: "plot_latency_error_bars"
21591   output-file-type: ".html"
21592   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
21593   data: "plot-vpp-throughput-latency-3n-skx"
21594   filter: "'NIC_Intel-X710' and
21595            '64B' and
21596            'NDRPDR' and
21597            '4T2C' and
21598            'IP4FWD' and
21599            'OACL' and
21600            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21601            not 'IPSEC' and
21602            not 'VHOST'"
21603   parameters:
21604   - "latency"
21605   - "parent"
21606   - "tags"
21607   sort:
21608   - "ACL_STATELESS"
21609   - "ACL_STATEFUL"
21610   - "ACL_STATELESS"
21611   - "ACL_STATEFUL"
21612   layout:
21613     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
21614     layout: "plot-latency"
21615
21616 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
21617 -
21618   type: "plot"
21619   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21620   algorithm: "plot_latency_error_bars"
21621   output-file-type: ".html"
21622   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21623   data: "plot-vpp-throughput-latency-2n-skx"
21624   filter: "'NIC_Intel-X710' and
21625            '64B' and
21626            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21627            'NDRPDR' and
21628            '2T1C' and
21629            'IP4FWD' and
21630            not 'IPSEC' and
21631            not 'VHOST'"
21632   parameters:
21633   - "latency"
21634   - "parent"
21635   - "tags"
21636   sort:
21637   - "DOT1Q"
21638   - "IP4BASE"
21639   - "FIB_20k"
21640   - "FIB_200k"
21641   - "FIB_2M"
21642   layout:
21643     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21644     layout: "plot-latency"
21645
21646 -
21647   type: "plot"
21648   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21649   algorithm: "plot_latency_error_bars"
21650   output-file-type: ".html"
21651   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21652   data: "plot-vpp-throughput-latency-2n-skx"
21653   filter: "'NIC_Intel-X710' and
21654            '64B' and
21655            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21656            'NDRPDR' and
21657            '4T2C' and
21658            'IP4FWD' and
21659            not 'IPSEC' and
21660            not 'VHOST'"
21661   parameters:
21662   - "latency"
21663   - "parent"
21664   - "tags"
21665   sort:
21666   - "DOT1Q"
21667   - "IP4BASE"
21668   - "FIB_20k"
21669   - "FIB_200k"
21670   - "FIB_2M"
21671   layout:
21672     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21673     layout: "plot-latency"
21674
21675 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21676 -
21677   type: "plot"
21678   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21679   algorithm: "plot_latency_error_bars"
21680   output-file-type: ".html"
21681   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21682   data: "plot-vpp-throughput-latency-2n-skx"
21683   filter: "'NIC_Intel-XXV710' and
21684            '64B' and
21685            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21686            'NDRPDR' and
21687            '2T1C' and
21688            'IP4FWD' and
21689            not 'IPSEC' and
21690            not 'VHOST'"
21691   parameters:
21692   - "latency"
21693   - "parent"
21694   - "tags"
21695   sort:
21696   - "DOT1Q"
21697   - "IP4BASE"
21698   - "FIB_20k"
21699   - "FIB_200k"
21700   - "FIB_2M"
21701   layout:
21702     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21703     layout: "plot-latency"
21704
21705 -
21706   type: "plot"
21707   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21708   algorithm: "plot_latency_error_bars"
21709   output-file-type: ".html"
21710   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21711   data: "plot-vpp-throughput-latency-2n-skx"
21712   filter: "'NIC_Intel-XXV710' and
21713            '64B' and
21714            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21715            'NDRPDR' and
21716            '4T2C' and
21717            'IP4FWD' and
21718            not 'IPSEC' and
21719            not 'VHOST'"
21720   parameters:
21721   - "latency"
21722   - "parent"
21723   - "tags"
21724   sort:
21725   - "DOT1Q"
21726   - "IP4BASE"
21727   - "FIB_20k"
21728   - "FIB_200k"
21729   - "FIB_2M"
21730   layout:
21731     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21732     layout: "plot-latency"
21733
21734 ################################################################################
21735
21736 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21737 -
21738   type: "plot"
21739   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21740   algorithm: "plot_latency_error_bars"
21741   output-file-type: ".html"
21742   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21743   data: "plot-vpp-throughput-latency-3n-hsw"
21744   filter: "'NIC_Intel-X520-DA2' and
21745            '64B' and
21746            'ENCAP' and
21747            'NDRPDR' and
21748            '1T1C' and
21749            ('VXLAN' or 'LISP') and
21750            not 'VHOST' and
21751            not 'IPSECHW'"
21752   parameters:
21753   - "latency"
21754   - "parent"
21755   - "tags"
21756   sort:
21757   - "not DOT1Q"
21758   - "VXLAN_1"
21759   - "VXLAN_10"
21760   - "VXLAN_100"
21761   - "VXLAN_1000"
21762   layout:
21763     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21764     layout: "plot-latency"
21765
21766 -
21767   type: "plot"
21768   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21769   algorithm: "plot_latency_error_bars"
21770   output-file-type: ".html"
21771   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21772   data: "plot-vpp-throughput-latency-3n-hsw"
21773   filter: "'NIC_Intel-X520-DA2' and
21774            '64B' and
21775            'ENCAP' and
21776            'NDRPDR' and
21777            '2T2C' and
21778            ('VXLAN' or 'LISP') and
21779            not 'VHOST' and
21780            not 'IPSECHW'"
21781   parameters:
21782   - "latency"
21783   - "parent"
21784   - "tags"
21785   sort:
21786   - "not DOT1Q"
21787   - "VXLAN_1"
21788   - "VXLAN_10"
21789   - "VXLAN_100"
21790   - "VXLAN_1000"
21791   layout:
21792     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21793     layout: "plot-latency"
21794
21795 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21796 -
21797   type: "plot"
21798   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21799   algorithm: "plot_latency_error_bars"
21800   output-file-type: ".html"
21801   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21802   data: "plot-vpp-throughput-latency-3n-hsw"
21803   filter: "'NIC_Intel-X520-DA2' and
21804            '64B' and
21805            'ENCAP' and
21806            'NDRPDR' and
21807            '1T1C' and
21808            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21809            not 'DOT1Q' and
21810            not 'VHOST' and
21811            not 'IPSECHW'"
21812   parameters:
21813   - "latency"
21814   - "parent"
21815   - "tags"
21816   sort:
21817   - "L2BDMACLRN"
21818   - "L2XCFWD"
21819   - "LISP"
21820   layout:
21821     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21822     layout: "plot-latency"
21823
21824 -
21825   type: "plot"
21826   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21827   algorithm: "plot_latency_error_bars"
21828   output-file-type: ".html"
21829   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21830   data: "plot-vpp-throughput-latency-3n-hsw"
21831   filter: "'NIC_Intel-X520-DA2' and
21832            '64B' and
21833            'ENCAP' and
21834            'NDRPDR' and
21835            '2T2C' and
21836            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21837            not 'DOT1Q' and
21838            not 'VHOST' and
21839            not 'IPSECHW'"
21840   parameters:
21841   - "latency"
21842   - "parent"
21843   - "tags"
21844   sort:
21845   - "L2BDMACLRN"
21846   - "L2XCFWD"
21847   - "LISP"
21848   layout:
21849     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21850     layout: "plot-latency"
21851
21852 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21853 -
21854   type: "plot"
21855   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21856   algorithm: "plot_latency_error_bars"
21857   output-file-type: ".html"
21858   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21859   data: "plot-vpp-throughput-latency-3n-hsw"
21860   filter: "'NIC_Intel-X710' and
21861            '64B' and
21862            'ENCAP' and
21863            'NDRPDR' and
21864            '1T1C' and
21865            ('VXLAN' or 'LISP') and
21866            not 'VHOST' and
21867            not 'IPSECHW'"
21868   parameters:
21869   - "latency"
21870   - "parent"
21871   - "tags"
21872   sort:
21873   - "LISP"
21874   - "VXLAN_1"
21875   - "VXLAN_10"
21876   - "VXLAN_100"
21877   - "VXLAN_1000"
21878   layout:
21879     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21880     layout: "plot-latency"
21881
21882 -
21883   type: "plot"
21884   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21885   algorithm: "plot_latency_error_bars"
21886   output-file-type: ".html"
21887   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21888   data: "plot-vpp-throughput-latency-3n-hsw"
21889   filter: "'NIC_Intel-X710' and
21890            '64B' and
21891            'ENCAP' and
21892            'NDRPDR' and
21893            '2T2C' and
21894            ('VXLAN' or 'LISP') and
21895            not 'VHOST' and
21896            not 'IPSECHW'"
21897   parameters:
21898   - "latency"
21899   - "parent"
21900   - "tags"
21901   sort:
21902   - "LISP"
21903   - "VXLAN_1"
21904   - "VXLAN_10"
21905   - "VXLAN_100"
21906   - "VXLAN_1000"
21907   layout:
21908     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21909     layout: "plot-latency"
21910
21911 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21912 -
21913   type: "plot"
21914   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21915   algorithm: "plot_latency_error_bars"
21916   output-file-type: ".html"
21917   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21918   data: "plot-vpp-throughput-latency-3n-hsw"
21919   filter: "'NIC_Intel-X710' and
21920            '64B' and
21921            'ENCAP' and
21922            'NDRPDR' and
21923            '1T1C' and
21924            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21925            not 'DOT1Q' and
21926            not 'VHOST' and
21927            not 'IPSECHW'"
21928   parameters:
21929   - "latency"
21930   - "parent"
21931   - "tags"
21932   sort:
21933   - "L2BDMACLRN"
21934   - "L2XCFWD"
21935   - "LISP"
21936   layout:
21937     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21938     layout: "plot-latency"
21939
21940 -
21941   type: "plot"
21942   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21943   algorithm: "plot_latency_error_bars"
21944   output-file-type: ".html"
21945   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21946   data: "plot-vpp-throughput-latency-3n-hsw"
21947   filter: "'NIC_Intel-X710' and
21948            '64B' and
21949            'ENCAP' and
21950            'NDRPDR' and
21951            '2T2C' and
21952            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21953            not 'DOT1Q' and
21954            not 'VHOST' and
21955            not 'IPSECHW'"
21956   parameters:
21957   - "latency"
21958   - "parent"
21959   - "tags"
21960   sort:
21961   - "L2BDMACLRN"
21962   - "L2XCFWD"
21963   - "LISP"
21964   layout:
21965     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21966     layout: "plot-latency"
21967
21968 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21969 -
21970   type: "plot"
21971   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21972   algorithm: "plot_latency_error_bars"
21973   output-file-type: ".html"
21974   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21975   data: "plot-vpp-throughput-latency-3n-skx"
21976   filter: "'NIC_Intel-X710' and
21977            '64B' and
21978            'ENCAP' and
21979            'NDRPDR' and
21980            '2T1C' and
21981            ('VXLAN' or 'LISP') and
21982            not 'VHOST' and
21983            not 'IPSECHW'"
21984   parameters:
21985   - "latency"
21986   - "parent"
21987   - "tags"
21988   sort:
21989   - "LISP"
21990   - "VXLAN_1"
21991   - "VXLAN_10"
21992   - "VXLAN_100"
21993   - "VXLAN_1000"
21994   layout:
21995     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21996     layout: "plot-latency"
21997
21998 -
21999   type: "plot"
22000   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22001   algorithm: "plot_latency_error_bars"
22002   output-file-type: ".html"
22003   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22004   data: "plot-vpp-throughput-latency-3n-skx"
22005   filter: "'NIC_Intel-X710' and
22006            '64B' and
22007            'ENCAP' and
22008            'NDRPDR' and
22009            '4T2C' and
22010            ('VXLAN' or 'LISP') and
22011            not 'VHOST' and
22012            not 'IPSECHW'"
22013   parameters:
22014   - "latency"
22015   - "parent"
22016   - "tags"
22017   sort:
22018   - "LISP"
22019   - "VXLAN_1"
22020   - "VXLAN_10"
22021   - "VXLAN_100"
22022   - "VXLAN_1000"
22023   layout:
22024     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22025     layout: "plot-latency"
22026
22027 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
22028 -
22029   type: "plot"
22030   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22031   algorithm: "plot_latency_error_bars"
22032   output-file-type: ".html"
22033   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22034   data: "plot-vpp-throughput-latency-3n-skx"
22035   filter: "'NIC_Intel-X710' and
22036            '64B' and
22037            'ENCAP' and
22038            'NDRPDR' and
22039            '2T1C' and
22040            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22041            not 'DOT1Q' and
22042            not 'VHOST' and
22043            not 'IPSECHW'"
22044   parameters:
22045   - "latency"
22046   - "parent"
22047   - "tags"
22048   sort:
22049   - "L2BDMACLRN"
22050   - "L2XCFWD"
22051   - "LISP"
22052   layout:
22053     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22054     layout: "plot-latency"
22055
22056 -
22057   type: "plot"
22058   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22059   algorithm: "plot_latency_error_bars"
22060   output-file-type: ".html"
22061   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22062   data: "plot-vpp-throughput-latency-3n-skx"
22063   filter: "'NIC_Intel-X710' and
22064            '64B' and
22065            'ENCAP' and
22066            'NDRPDR' and
22067            '4T2C' and
22068            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22069            not 'DOT1Q' and
22070            not 'VHOST' and
22071            not 'IPSECHW'"
22072   parameters:
22073   - "latency"
22074   - "parent"
22075   - "tags"
22076   sort:
22077   - "L2BDMACLRN"
22078   - "L2XCFWD"
22079   - "LISP"
22080   layout:
22081     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22082     layout: "plot-latency"
22083
22084 ################################################################################
22085
22086 # Packet Latency - VPP IPv6 3n-hsw-x520
22087 -
22088   type: "plot"
22089   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22090   algorithm: "plot_latency_error_bars"
22091   output-file-type: ".html"
22092   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22093   data: "plot-vpp-throughput-latency-3n-hsw"
22094   filter: "'NIC_Intel-X520-DA2' and
22095            '78B' and
22096            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22097            'NDRPDR' and
22098            '1T1C' and
22099            'IP6FWD' and
22100            not 'SRv6' and
22101            not 'IPSEC' and
22102            not 'VHOST'"
22103   parameters:
22104   - "latency"
22105   - "parent"
22106   - "tags"
22107   sort:
22108   - "IP6BASE"
22109   - "FIB_20K"
22110   - "FIB_200K"
22111   - "FIB_2M"
22112   layout:
22113     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22114     layout: "plot-latency"
22115
22116 -
22117   type: "plot"
22118   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22119   algorithm: "plot_latency_error_bars"
22120   output-file-type: ".html"
22121   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22122   data: "plot-vpp-throughput-latency-3n-hsw"
22123   filter: "'NIC_Intel-X520-DA2' and
22124            '78B' and
22125            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22126            'NDRPDR' and
22127            '2T2C' and
22128            'IP6FWD' and
22129            not 'SRv6' and
22130            not 'IPSEC' and
22131            not 'VHOST'"
22132   parameters:
22133   - "latency"
22134   - "parent"
22135   - "tags"
22136   sort:
22137   - "IP6BASE"
22138   - "FIB_20K"
22139   - "FIB_200K"
22140   - "FIB_2M"
22141   layout:
22142     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22143     layout: "plot-latency"
22144
22145 # Packet Latency - VPP IPv6 3n-hsw-x710
22146 -
22147   type: "plot"
22148   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22149   algorithm: "plot_latency_error_bars"
22150   output-file-type: ".html"
22151   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22152   data: "plot-vpp-throughput-latency-3n-hsw"
22153   filter: "'NIC_Intel-X710' and
22154            '78B' and
22155            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22156            'NDRPDR' and
22157            '1T1C' and
22158            'IP6FWD' and
22159            not 'SRv6' and
22160            not 'IPSEC' and
22161            not 'VHOST'"
22162   parameters:
22163   - "latency"
22164   - "parent"
22165   - "tags"
22166   sort:
22167   - "IP6BASE"
22168   - "FIB_20K"
22169   - "FIB_200K"
22170   - "FIB_2M"
22171   layout:
22172     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
22173     layout: "plot-latency"
22174
22175 -
22176   type: "plot"
22177   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22178   algorithm: "plot_latency_error_bars"
22179   output-file-type: ".html"
22180   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22181   data: "plot-vpp-throughput-latency-3n-hsw"
22182   filter: "'NIC_Intel-X710' and
22183            '78B' and
22184            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22185            'NDRPDR' and
22186            '2T2C' and
22187            'IP6FWD' and
22188            not 'SRv6' and
22189            not 'IPSEC' and
22190            not 'VHOST'"
22191   parameters:
22192   - "latency"
22193   - "parent"
22194   - "tags"
22195   sort:
22196   - "IP6BASE"
22197   - "FIB_20K"
22198   - "FIB_200K"
22199   - "FIB_2M"
22200   layout:
22201     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
22202     layout: "plot-latency"
22203
22204 # Packet Latency - VPP IPv6 3n-hsw-xl710
22205 -
22206   type: "plot"
22207   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22208   algorithm: "plot_latency_error_bars"
22209   output-file-type: ".html"
22210   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22211   data: "plot-vpp-throughput-latency-3n-hsw"
22212   filter: "'NIC_Intel-XL710' and
22213            '78B' and
22214            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22215            'NDRPDR' and
22216            '1T1C' and
22217            'IP6FWD' and
22218            not 'SRv6' and
22219            not 'IPSEC' and
22220            not 'VHOST'"
22221   parameters:
22222   - "latency"
22223   - "parent"
22224   - "tags"
22225   sort:
22226   - "IP6BASE"
22227   - "FIB_20K"
22228   - "FIB_200K"
22229   - "FIB_2M"
22230   layout:
22231     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
22232     layout: "plot-latency"
22233
22234 -
22235   type: "plot"
22236   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22237   algorithm: "plot_latency_error_bars"
22238   output-file-type: ".html"
22239   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22240   data: "plot-vpp-throughput-latency-3n-hsw"
22241   filter: "'NIC_Intel-XL710' and
22242            '78B' and
22243            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22244            'NDRPDR' and
22245            '2T2C' and
22246            'IP6FWD' and
22247            not 'SRv6' and
22248            not 'IPSEC' and
22249            not 'VHOST'"
22250   parameters:
22251   - "latency"
22252   - "parent"
22253   - "tags"
22254   sort:
22255   - "IP6BASE"
22256   - "FIB_20K"
22257   - "FIB_200K"
22258   - "FIB_2M"
22259   layout:
22260     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
22261     layout: "plot-latency"
22262
22263 # Packet Latency - VPP IPv6 3n-skx-x710
22264 -
22265   type: "plot"
22266   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22267   algorithm: "plot_latency_error_bars"
22268   output-file-type: ".html"
22269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22270   data: "plot-vpp-throughput-latency-3n-skx"
22271   filter: "'NIC_Intel-X710' and
22272            '78B' and
22273            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22274            'NDRPDR' and
22275            '2T1C' and
22276            'IP6FWD' and
22277            not 'SRv6' and
22278            not 'IPSEC' and
22279            not 'VHOST'"
22280   parameters:
22281   - "latency"
22282   - "parent"
22283   - "tags"
22284   sort:
22285   - "IP6BASE"
22286   - "FIB_20K"
22287   - "FIB_200K"
22288   - "FIB_2M"
22289   layout:
22290     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
22291     layout: "plot-latency"
22292
22293 -
22294   type: "plot"
22295   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22296   algorithm: "plot_latency_error_bars"
22297   output-file-type: ".html"
22298   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22299   data: "plot-vpp-throughput-latency-3n-skx"
22300   filter: "'NIC_Intel-X710' and
22301            '78B' and
22302            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22303            'NDRPDR' and
22304            '4T2C' and
22305            'IP6FWD' and
22306            not 'SRv6' and
22307            not 'IPSEC' and
22308            not 'VHOST'"
22309   parameters:
22310   - "latency"
22311   - "parent"
22312   - "tags"
22313   sort:
22314   - "IP6BASE"
22315   - "FIB_20K"
22316   - "FIB_200K"
22317   - "FIB_2M"
22318   layout:
22319     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
22320     layout: "plot-latency"
22321
22322 # Packet Latency - VPP IPv6 2n-skx-x710
22323 -
22324   type: "plot"
22325   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22326   algorithm: "plot_latency_error_bars"
22327   output-file-type: ".html"
22328   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22329   data: "plot-vpp-throughput-latency-2n-skx"
22330   filter: "'NIC_Intel-X710' and
22331            '78B' and
22332            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22333            'NDRPDR' and
22334            '2T1C' and
22335            'IP6FWD' and
22336            not 'SRv6' and
22337            not 'IPSEC' and
22338            not 'VHOST'"
22339   parameters:
22340   - "latency"
22341   - "parent"
22342   - "tags"
22343   sort:
22344   - "IP6BASE"
22345   - "FIB_20k"
22346   - "FIB_200k"
22347   - "FIB_2M"
22348   layout:
22349     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
22350     layout: "plot-latency"
22351
22352 -
22353   type: "plot"
22354   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22355   algorithm: "plot_latency_error_bars"
22356   output-file-type: ".html"
22357   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22358   data: "plot-vpp-throughput-latency-2n-skx"
22359   filter: "'NIC_Intel-X710' and
22360            '78B' and
22361            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22362            'NDRPDR' and
22363            '4T2C' and
22364            'IP6FWD' and
22365            not 'SRv6' and
22366            not 'IPSEC' and
22367            not 'VHOST'"
22368   parameters:
22369   - "latency"
22370   - "parent"
22371   - "tags"
22372   sort:
22373   - "IP6BASE"
22374   - "FIB_20k"
22375   - "FIB_200k"
22376   - "FIB_2M"
22377   layout:
22378     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
22379     layout: "plot-latency"
22380
22381 # Packet Latency - VPP IPv6 2n-skx-xxv710
22382 -
22383   type: "plot"
22384   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22385   algorithm: "plot_latency_error_bars"
22386   output-file-type: ".html"
22387   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22388   data: "plot-vpp-throughput-latency-2n-skx"
22389   filter: "'NIC_Intel-XXV710' and
22390            '78B' and
22391            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22392            'NDRPDR' and
22393            '2T1C' and
22394            'IP6FWD' and
22395            not 'SRv6' and
22396            not 'IPSEC' and
22397            not 'VHOST'"
22398   parameters:
22399   - "latency"
22400   - "parent"
22401   - "tags"
22402   sort:
22403   - "IP6BASE"
22404   - "FIB_20k"
22405   - "FIB_200k"
22406   - "FIB_2M"
22407   layout:
22408     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
22409     layout: "plot-latency"
22410
22411 -
22412   type: "plot"
22413   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22414   algorithm: "plot_latency_error_bars"
22415   output-file-type: ".html"
22416   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22417   data: "plot-vpp-throughput-latency-2n-skx"
22418   filter: "'NIC_Intel-XXV710' and
22419            '78B' and
22420            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22421            'NDRPDR' and
22422            '4T2C' and
22423            'IP6FWD' and
22424            not 'SRv6' and
22425            not 'IPSEC' and
22426            not 'VHOST'"
22427   parameters:
22428   - "latency"
22429   - "parent"
22430   - "tags"
22431   sort:
22432   - "IP6BASE"
22433   - "FIB_20k"
22434   - "FIB_200k"
22435   - "FIB_2M"
22436   layout:
22437     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
22438     layout: "plot-latency"
22439
22440 ################################################################################
22441
22442 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
22443 -
22444   type: "plot"
22445   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22446   algorithm: "plot_latency_error_bars"
22447   output-file-type: ".html"
22448   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22449   data: "plot-vpp-throughput-latency-3n-hsw"
22450   filter: "'NIC_Intel-X520-DA2' and
22451            '78B' and
22452            'ENCAP' and
22453            'NDRPDR' and
22454            '1T1C' and
22455            'LISP' and
22456            not 'VHOST'"
22457   parameters:
22458   - "latency"
22459   - "parent"
22460   - "tags"
22461   sort:
22462   - "IP4UNRLAY"
22463   - "IP6UNRLAY"
22464   layout:
22465     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22466     layout: "plot-latency"
22467
22468 -
22469   type: "plot"
22470   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22471   algorithm: "plot_latency_error_bars"
22472   output-file-type: ".html"
22473   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22474   data: "plot-vpp-throughput-latency-3n-hsw"
22475   filter: "'NIC_Intel-X520-DA2' and
22476            '78B' and
22477            'ENCAP' and
22478            'NDRPDR' and
22479            '2T2C' and
22480            'LISP' and
22481            not 'VHOST'"
22482   parameters:
22483   - "latency"
22484   - "parent"
22485   - "tags"
22486   sort:
22487   - "IP4UNRLAY"
22488   - "IP6UNRLAY"
22489   layout:
22490     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22491     layout: "plot-latency"
22492
22493 ################################################################################
22494
22495 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
22496 -
22497   type: "plot"
22498   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22499   algorithm: "plot_latency_error_bars"
22500   output-file-type: ".html"
22501   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22502   data: "plot-vpp-throughput-latency-3n-hsw"
22503   filter: "'NIC_Intel-XL710' and
22504            '64B' and
22505            'IP4FWD' and
22506            'NDRPDR' and
22507            'BASE' and
22508            '1T1C' and
22509            'IPSECHW' and
22510            ('IPSECTRAN' or 'IPSECTUN') and
22511            not 'VHOST'"
22512   parameters:
22513   - "latency"
22514   - "parent"
22515   - "tags"
22516   layout:
22517     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
22518     layout: "plot-latency"
22519
22520 -
22521   type: "plot"
22522   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22523   algorithm: "plot_latency_error_bars"
22524   output-file-type: ".html"
22525   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22526   data: "plot-vpp-throughput-latency-3n-hsw"
22527   filter: "'NIC_Intel-XL710' and
22528            '64B' and
22529            'IP4FWD' and
22530            'NDRPDR' and
22531            'BASE' and
22532            '2T2C' and
22533            'IPSECHW' and
22534            ('IPSECTRAN' or 'IPSECTUN') and
22535            not 'VHOST'"
22536   parameters:
22537   - "latency"
22538   - "parent"
22539   - "tags"
22540   layout:
22541     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
22542     layout: "plot-latency"
22543
22544 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
22545 -
22546   type: "plot"
22547   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22548   algorithm: "plot_latency_error_bars"
22549   output-file-type: ".html"
22550   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22551   data: "plot-vpp-throughput-latency-3n-hsw"
22552   filter: "'NIC_Intel-XL710' and
22553            '64B' and
22554            'IP4FWD' and
22555            'NDRPDR' and
22556            'SCALE' and
22557            '1T1C' and
22558            'IPSECHW' and
22559            ('IPSECTRAN' or 'IPSECTUN') and
22560            not 'VHOST'"
22561   parameters:
22562   - "latency"
22563   - "parent"
22564   - "tags"
22565   layout:
22566     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
22567     layout: "plot-latency"
22568
22569 -
22570   type: "plot"
22571   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22572   algorithm: "plot_latency_error_bars"
22573   output-file-type: ".html"
22574   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22575   data: "plot-vpp-throughput-latency-3n-hsw"
22576   filter: "'NIC_Intel-XL710' and
22577            '64B' and
22578            'IP4FWD' and
22579            'NDRPDR' and
22580            'SCALE' and
22581            '2T2C' and
22582            'IPSECHW' and
22583            ('IPSECTRAN' or 'IPSECTUN') and
22584            not 'VHOST'"
22585   parameters:
22586   - "latency"
22587   - "parent"
22588   - "tags"
22589   layout:
22590     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
22591     layout: "plot-latency"
22592
22593 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
22594 -
22595   type: "plot"
22596   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22597   algorithm: "plot_latency_error_bars"
22598   output-file-type: ".html"
22599   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22600   data: "plot-vpp-throughput-latency-3n-hsw"
22601   filter: "'NIC_Intel-XL710' and
22602            '64B' and
22603            'IP4FWD' and
22604            'NDRPDR' and
22605            '1T1C' and
22606            'IPSECSW' and
22607            ('IPSECTRAN' or 'IPSECTUN') and
22608            not 'VHOST'"
22609   parameters:
22610   - "latency"
22611   - "parent"
22612   - "tags"
22613   layout:
22614     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
22615     layout: "plot-latency"
22616
22617 -
22618   type: "plot"
22619   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22620   algorithm: "plot_latency_error_bars"
22621   output-file-type: ".html"
22622   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22623   data: "plot-vpp-throughput-latency-3n-hsw"
22624   filter: "'NIC_Intel-XL710' and
22625            '64B' and
22626            'IP4FWD' and
22627            'NDRPDR' and
22628            '2T2C' and
22629            'IPSECSW' and
22630            ('IPSECTRAN' or 'IPSECTUN') and
22631            not 'VHOST'"
22632   parameters:
22633   - "latency"
22634   - "parent"
22635   - "tags"
22636   layout:
22637     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22638     layout: "plot-latency"
22639
22640 ################################################################################
22641
22642 # Packet Latency - VPP SRv6 3n-hsw-x520
22643 -
22644   type: "plot"
22645   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22646   algorithm: "plot_latency_error_bars"
22647   output-file-type: ".html"
22648   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22649   data: "plot-vpp-throughput-latency-3n-hsw"
22650   filter: "'NIC_Intel-X520-DA2' and
22651            '78B' and
22652            'FEATURE' and
22653            'NDRPDR' and
22654            '1T1C' and
22655            'IP6FWD' and
22656            'SRv6'"
22657   parameters:
22658   - "latency"
22659   - "parent"
22660   - "tags"
22661   layout:
22662     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22663     layout: "plot-latency"
22664
22665 -
22666   type: "plot"
22667   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22668   algorithm: "plot_latency_error_bars"
22669   output-file-type: ".html"
22670   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22671   data: "plot-vpp-throughput-latency-3n-hsw"
22672   filter: "'NIC_Intel-X520-DA2' and
22673            '78B' and
22674            'FEATURE' and
22675            'NDRPDR' and
22676            '2T2C' and
22677            'IP6FWD' and
22678            'SRv6'"
22679   parameters:
22680   - "latency"
22681   - "parent"
22682   - "tags"
22683   layout:
22684     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22685     layout: "plot-latency"
22686
22687 ################################################################################
22688
22689 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22690 -
22691   type: "plot"
22692   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22693   algorithm: "plot_latency_error_bars"
22694   output-file-type: ".html"
22695   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22696   data: "plot-vpp-throughput-latency-3n-hsw"
22697   filter: "'NIC_Intel-X520-DA2' and
22698            '64B' and
22699            'NDRPDR' and
22700            'ETH' and
22701            'IP4FWD' and
22702            '1T1C' and
22703            'VHOST_1024' and
22704            not 'VXLAN' and
22705            not 'DOT1Q'"
22706   parameters:
22707   - "latency"
22708   - "parent"
22709   - "tags"
22710   sort:
22711   - "not CFS_OPT"
22712   - "1VM"
22713   - "2VM"
22714   layout:
22715     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22716     layout: "plot-latency"
22717
22718 -
22719   type: "plot"
22720   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22721   algorithm: "plot_latency_error_bars"
22722   output-file-type: ".html"
22723   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22724   data: "plot-vpp-throughput-latency-3n-hsw"
22725   filter: "'NIC_Intel-X520-DA2' and
22726            '64B' and
22727            'NDRPDR' and
22728            'ETH' and
22729            'IP4FWD' and
22730            '2T2C' and
22731            'VHOST_1024' and
22732            not 'VXLAN' and
22733            not 'DOT1Q'"
22734   parameters:
22735   - "latency"
22736   - "parent"
22737   - "tags"
22738   sort:
22739   - "not CFS_OPT"
22740   - "1VM"
22741   - "2VM"
22742   layout:
22743     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22744     layout: "plot-latency"
22745
22746 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
22747 -
22748   type: "plot"
22749   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22750   algorithm: "plot_latency_error_bars"
22751   output-file-type: ".html"
22752   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22753   data: "plot-vpp-throughput-latency-3n-hsw"
22754   filter: "'NIC_Intel-X520-DA2' and
22755            '64B' and
22756            'NDRPDR' and
22757            ('ETH' or 'DOT1Q') and
22758            '1T1C' and
22759            'L2BDMACLRN' and
22760            'VHOST_1024' and
22761            not 'VXLAN' and
22762            not 'IP4FWD' and
22763            not '2VM'"
22764   parameters:
22765   - "latency"
22766   - "parent"
22767   - "tags"
22768 #  sort:
22769 #  - "VM"  # "not CFS_OPT"
22770 #  - "CFS_OPT"
22771 #  - "FIB_10K"
22772 #  - "FIB_100K"
22773 #  - "FIB_1M"
22774   layout:
22775     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22776     layout: "plot-latency"
22777
22778 -
22779   type: "plot"
22780   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22781   algorithm: "plot_latency_error_bars"
22782   output-file-type: ".html"
22783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22784   data: "plot-vpp-throughput-latency-3n-hsw"
22785   filter: "'NIC_Intel-X520-DA2' and
22786            '64B' and
22787            'NDRPDR' and
22788            ('ETH' or 'DOT1Q') and
22789            '2T2C' and
22790            'L2BDMACLRN' and
22791            'VHOST_1024' and
22792            not 'VXLAN' and
22793            not 'IP4FWD' and
22794            not '2VM'"
22795   parameters:
22796   - "latency"
22797   - "parent"
22798   - "tags"
22799 #  sort:
22800 #  - "VM"  # "not CFS_OPT"
22801 #  - "CFS_OPT"
22802 #  - "FIB_10K"
22803 #  - "FIB_100K"
22804 #  - "FIB_1M"
22805   layout:
22806     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22807     layout: "plot-latency"
22808
22809 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22810 -
22811   type: "plot"
22812   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22813   algorithm: "plot_latency_error_bars"
22814   output-file-type: ".html"
22815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22816   data: "plot-vpp-throughput-latency-3n-hsw"
22817   filter: "'NIC_Intel-X520-DA2' and
22818            '64B' and
22819            'NDRPDR' and
22820            ('ETH' or 'DOT1Q') and
22821            'BASE' and
22822            '1T1C' and
22823            ('L2BDMACLRN' or 'L2XCFWD') and
22824            'VHOST_1024' and
22825            not 'VXLAN' and
22826            not 'IP4FWD' and
22827            not '2VM'"
22828   parameters:
22829   - "latency"
22830   - "parent"
22831   - "tags"
22832 #  sort:
22833 #  - "not CFS_OPT"
22834 #  - "L2XCFWD"
22835 #  - "not CFS_OPT"
22836 #  - "CFS_OPT"
22837   layout:
22838     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22839     layout: "plot-latency"
22840
22841 -
22842   type: "plot"
22843   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22844   algorithm: "plot_latency_error_bars"
22845   output-file-type: ".html"
22846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22847   data: "plot-vpp-throughput-latency-3n-hsw"
22848   filter: "'NIC_Intel-X520-DA2' and
22849            '64B' and
22850            'NDRPDR' and
22851            ('ETH' or 'DOT1Q') and
22852            'BASE' and
22853            '2T2C' and
22854            ('L2BDMACLRN' or 'L2XCFWD') and
22855            'VHOST_1024' and
22856            not 'VXLAN' and
22857            not 'IP4FWD' and
22858            not '2VM'"
22859   parameters:
22860   - "latency"
22861   - "parent"
22862   - "tags"
22863 #  sort:
22864 #  - "not CFS_OPT"
22865 #  - "L2XCFWD"
22866 #  - "not CFS_OPT"
22867 #  - "CFS_OPT"
22868   layout:
22869     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22870     layout: "plot-latency"
22871
22872 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22873 -
22874   type: "plot"
22875   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22876   algorithm: "plot_latency_error_bars"
22877   output-file-type: ".html"
22878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22879   data: "plot-vpp-throughput-latency-3n-hsw"
22880   filter: "'NIC_Intel-X520-DA2' and
22881            '64B' and
22882            'NDRPDR' and
22883            ('ETH' or 'DOT1Q') and
22884            '1T1C' and
22885            ('L2BDMACLRN' or 'L2XCFWD') and
22886            'VHOST_1024' and
22887            not 'CFS_OPT' and
22888            not 'VXLAN' and
22889            not 'IP4FWD' and
22890            not 'LBOND'"
22891   parameters:
22892   - "latency"
22893   - "parent"
22894   - "tags"
22895 #  sort:
22896 #  - "1VM"
22897 #  - "L2XCFWD"
22898 #  - "1VM"
22899 #  - "L2BDMACLRN"
22900   layout:
22901     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22902     layout: "plot-latency"
22903
22904 -
22905   type: "plot"
22906   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22907   algorithm: "plot_latency_error_bars"
22908   output-file-type: ".html"
22909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22910   data: "plot-vpp-throughput-latency-3n-hsw"
22911   filter: "'NIC_Intel-X520-DA2' and
22912            '64B' and
22913            'NDRPDR' and
22914            ('ETH' or 'DOT1Q') and
22915            '2T2C' and
22916            ('L2BDMACLRN' or 'L2XCFWD') and
22917            'VHOST_1024' and
22918            not 'CFS_OPT' and
22919            not 'VXLAN' and
22920            not 'IP4FWD' and
22921            not 'LBOND'"
22922   parameters:
22923   - "latency"
22924   - "parent"
22925   - "tags"
22926 #  sort:
22927 #  - "1VM"
22928 #  - "L2XCFWD"
22929 #  - "1VM"
22930 #  - "L2BDMACLRN"
22931   layout:
22932     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22933     layout: "plot-latency"
22934
22935 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22936 -
22937   type: "plot"
22938   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22939   algorithm: "plot_latency_error_bars"
22940   output-file-type: ".html"
22941   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22942   data: "plot-vpp-throughput-latency-3n-hsw"
22943   filter: "'NIC_Intel-X710' and
22944            '64B' and
22945            'NDRPDR' and
22946            'ETH' and
22947            'IP4FWD' and
22948            '1T1C' and
22949            'VHOST_1024' and
22950            not 'VXLAN' and
22951            not 'DOT1Q'"
22952   parameters:
22953   - "latency"
22954   - "parent"
22955   - "tags"
22956   sort:
22957   - "not CFS_OPT"
22958   - "1VM"
22959   - "2VM"
22960   layout:
22961     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22962     layout: "plot-latency"
22963
22964 -
22965   type: "plot"
22966   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22967   algorithm: "plot_latency_error_bars"
22968   output-file-type: ".html"
22969   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22970   data: "plot-vpp-throughput-latency-3n-hsw"
22971   filter: "'NIC_Intel-X710' and
22972            '64B' and
22973            'NDRPDR' and
22974            'ETH' and
22975            'IP4FWD' and
22976            '2T2C' and
22977            'VHOST_1024' and
22978            not 'VXLAN' and
22979            not 'DOT1Q'"
22980   parameters:
22981   - "latency"
22982   - "parent"
22983   - "tags"
22984   sort:
22985   - "not CFS_OPT"
22986   - "1VM"
22987   - "2VM"
22988   layout:
22989     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22990     layout: "plot-latency"
22991
22992 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22993 -
22994   type: "plot"
22995   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22996   algorithm: "plot_latency_error_bars"
22997   output-file-type: ".html"
22998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22999   data: "plot-vpp-throughput-latency-3n-hsw"
23000   filter: "'NIC_Intel-X710' and
23001            '64B' and
23002            'NDRPDR' and
23003            ('ETH' or 'DOT1Q') and
23004            '1T1C' and
23005            'L2BDMACLRN' and
23006            'VHOST_1024' and
23007            not 'VXLAN' and
23008            not 'IP4FWD' and
23009            not '2VM'"
23010   parameters:
23011   - "latency"
23012   - "parent"
23013   - "tags"
23014 #  sort:
23015 #  - "VM"  # "not CFS_OPT"
23016 #  - "CFS_OPT"
23017 #  - "FIB_10K"
23018 #  - "FIB_100K"
23019 #  - "FIB_1M"
23020   layout:
23021     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23022     layout: "plot-latency"
23023
23024 -
23025   type: "plot"
23026   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23027   algorithm: "plot_latency_error_bars"
23028   output-file-type: ".html"
23029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23030   data: "plot-vpp-throughput-latency-3n-hsw"
23031   filter: "'NIC_Intel-X710' and
23032            '64B' and
23033            'NDRPDR' and
23034            ('ETH' or 'DOT1Q') and
23035            '2T2C' and
23036            'L2BDMACLRN' and
23037            'VHOST_1024' and
23038            not 'VXLAN' and
23039            not 'IP4FWD' and
23040            not '2VM'"
23041   parameters:
23042   - "latency"
23043   - "parent"
23044   - "tags"
23045 #  sort:
23046 #  - "VM"  # "not CFS_OPT"
23047 #  - "CFS_OPT"
23048 #  - "FIB_10K"
23049 #  - "FIB_100K"
23050 #  - "FIB_1M"
23051   layout:
23052     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23053     layout: "plot-latency"
23054
23055 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
23056 -
23057   type: "plot"
23058   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23059   algorithm: "plot_latency_error_bars"
23060   output-file-type: ".html"
23061   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23062   data: "plot-vpp-throughput-latency-3n-hsw"
23063   filter: "'NIC_Intel-X710' and
23064            '64B' and
23065            'NDRPDR' and
23066            ('ETH' or 'DOT1Q') and
23067            'BASE' and
23068            '1T1C' and
23069            ('L2BDMACLRN' or 'L2XCFWD') and
23070            'VHOST_1024' and
23071            not 'VXLAN' and
23072            not 'IP4FWD' and
23073            not '2VM'"
23074   parameters:
23075   - "latency"
23076   - "parent"
23077   - "tags"
23078 #  sort:
23079 #  - "not CFS_OPT"
23080 #  - "L2XCFWD"
23081 #  - "not CFS_OPT"
23082 #  - "CFS_OPT"
23083   layout:
23084     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
23085     layout: "plot-latency"
23086
23087 -
23088   type: "plot"
23089   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23090   algorithm: "plot_latency_error_bars"
23091   output-file-type: ".html"
23092   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23093   data: "plot-vpp-throughput-latency-3n-hsw"
23094   filter: "'NIC_Intel-X710' and
23095            '64B' and
23096            'NDRPDR' and
23097            ('ETH' or 'DOT1Q') and
23098            'BASE' and
23099            '2T2C' and
23100            ('L2BDMACLRN' or 'L2XCFWD') and
23101            'VHOST_1024' and
23102            not 'VXLAN' and
23103            not 'IP4FWD' and
23104            not '2VM'"
23105   parameters:
23106   - "latency"
23107   - "parent"
23108   - "tags"
23109 #  sort:
23110 #  - "not CFS_OPT"
23111 #  - "L2XCFWD"
23112 #  - "not CFS_OPT"
23113 #  - "CFS_OPT"
23114   layout:
23115     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
23116     layout: "plot-latency"
23117
23118 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
23119 -
23120   type: "plot"
23121   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23122   algorithm: "plot_latency_error_bars"
23123   output-file-type: ".html"
23124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23125   data: "plot-vpp-throughput-latency-3n-hsw"
23126   filter: "'NIC_Intel-X710' and
23127            '64B' and
23128            'NDRPDR' and
23129            ('ETH' or 'DOT1Q') and
23130            '1T1C' and
23131            ('L2BDMACLRN' or 'L2XCFWD') and
23132            'VHOST_1024' and
23133            not 'CFS_OPT' and
23134            not 'VXLAN' and
23135            not 'IP4FWD' and
23136            not 'LBOND'"
23137   parameters:
23138   - "latency"
23139   - "parent"
23140   - "tags"
23141 #  sort:
23142 #  - "1VM"
23143 #  - "L2XCFWD"
23144 #  - "1VM"
23145 #  - "L2BDMACLRN"
23146   layout:
23147     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
23148     layout: "plot-latency"
23149
23150 -
23151   type: "plot"
23152   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23153   algorithm: "plot_latency_error_bars"
23154   output-file-type: ".html"
23155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23156   data: "plot-vpp-throughput-latency-3n-hsw"
23157   filter: "'NIC_Intel-X710' and
23158            '64B' and
23159            'NDRPDR' and
23160            ('ETH' or 'DOT1Q') and
23161            '2T2C' and
23162            ('L2BDMACLRN' or 'L2XCFWD') and
23163            'VHOST_1024' and
23164            not 'CFS_OPT' and
23165            not 'VXLAN' and
23166            not 'IP4FWD' and
23167            not 'LBOND'"
23168   parameters:
23169   - "latency"
23170   - "parent"
23171   - "tags"
23172 #  sort:
23173 #  - "1VM"
23174 #  - "L2XCFWD"
23175 #  - "1VM"
23176 #  - "L2BDMACLRN"
23177   layout:
23178     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
23179     layout: "plot-latency"
23180
23181 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
23182 -
23183   type: "plot"
23184   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23185   algorithm: "plot_latency_error_bars"
23186   output-file-type: ".html"
23187   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23188   data: "plot-vpp-throughput-latency-3n-hsw"
23189   filter: "'NIC_Intel-XL710' and
23190            '64B' and
23191            'NDRPDR' and
23192            'ETH' and
23193            'IP4FWD' and
23194            '1T1C' and
23195            'VHOST_1024' and
23196            not 'VXLAN' and
23197            not 'DOT1Q'"
23198   parameters:
23199   - "latency"
23200   - "parent"
23201   - "tags"
23202   sort:
23203   - "not CFS_OPT"
23204   - "1VM"
23205   - "2VM"
23206   layout:
23207     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23208     layout: "plot-latency"
23209
23210 -
23211   type: "plot"
23212   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23213   algorithm: "plot_latency_error_bars"
23214   output-file-type: ".html"
23215   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23216   data: "plot-vpp-throughput-latency-3n-hsw"
23217   filter: "'NIC_Intel-XL710' and
23218            '64B' and
23219            'NDRPDR' and
23220            'ETH' and
23221            'IP4FWD' and
23222            '2T2C' and
23223            'VHOST_1024' and
23224            not 'VXLAN' and
23225            not 'DOT1Q'"
23226   parameters:
23227   - "latency"
23228   - "parent"
23229   - "tags"
23230   sort:
23231   - "not CFS_OPT"
23232   - "1VM"
23233   - "2VM"
23234   layout:
23235     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23236     layout: "plot-latency"
23237
23238 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
23239 -
23240   type: "plot"
23241   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23242   algorithm: "plot_latency_error_bars"
23243   output-file-type: ".html"
23244   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23245   data: "plot-vpp-throughput-latency-3n-hsw"
23246   filter: "'NIC_Intel-XL710' and
23247            '64B' and
23248            'NDRPDR' and
23249            ('ETH' or 'DOT1Q') and
23250            '1T1C' and
23251            'L2BDMACLRN' and
23252            'VHOST_1024' and
23253            not 'VXLAN' and
23254            not 'IP4FWD' and
23255            not '2VM'"
23256   parameters:
23257   - "latency"
23258   - "parent"
23259   - "tags"
23260 #  sort:
23261 #  - "VM"  # "not CFS_OPT"
23262 #  - "CFS_OPT"
23263 #  - "FIB_10K"
23264 #  - "FIB_100K"
23265 #  - "FIB_1M"
23266   layout:
23267     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23268     layout: "plot-latency"
23269
23270 -
23271   type: "plot"
23272   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23273   algorithm: "plot_latency_error_bars"
23274   output-file-type: ".html"
23275   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23276   data: "plot-vpp-throughput-latency-3n-hsw"
23277   filter: "'NIC_Intel-XL710' and
23278            '64B' and
23279            'NDRPDR' and
23280            ('ETH' or 'DOT1Q') and
23281            '2T2C' and
23282            'L2BDMACLRN' and
23283            'VHOST_1024' and
23284            not 'VXLAN' and
23285            not 'IP4FWD' and
23286            not '2VM'"
23287   parameters:
23288   - "latency"
23289   - "parent"
23290   - "tags"
23291 #  sort:
23292 #  - "VM"  # "not CFS_OPT"
23293 #  - "CFS_OPT"
23294 #  - "FIB_10K"
23295 #  - "FIB_100K"
23296 #  - "FIB_1M"
23297   layout:
23298     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23299     layout: "plot-latency"
23300
23301 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
23302 -
23303   type: "plot"
23304   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23305   algorithm: "plot_latency_error_bars"
23306   output-file-type: ".html"
23307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23308   data: "plot-vpp-throughput-latency-3n-hsw"
23309   filter: "'NIC_Intel-XL710' and
23310            '64B' and
23311            'NDRPDR' and
23312            ('ETH' or 'DOT1Q') and
23313            'BASE' and
23314            '1T1C' and
23315            ('L2BDMACLRN' or 'L2XCFWD') and
23316            'VHOST_1024' and
23317            not 'VXLAN' and
23318            not 'IP4FWD' and
23319            not '2VM'"
23320   parameters:
23321   - "latency"
23322   - "parent"
23323   - "tags"
23324 #  sort:
23325 #  - "not CFS_OPT"
23326 #  - "L2XCFWD"
23327 #  - "not CFS_OPT"
23328 #  - "CFS_OPT"
23329   layout:
23330     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
23331     layout: "plot-latency"
23332
23333 -
23334   type: "plot"
23335   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23336   algorithm: "plot_latency_error_bars"
23337   output-file-type: ".html"
23338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23339   data: "plot-vpp-throughput-latency-3n-hsw"
23340   filter: "'NIC_Intel-XL710' and
23341            '64B' and
23342            'NDRPDR' and
23343            ('ETH' or 'DOT1Q') and
23344            'BASE' and
23345            '2T2C' and
23346            ('L2BDMACLRN' or 'L2XCFWD') and
23347            'VHOST_1024' and
23348            not 'VXLAN' and
23349            not 'IP4FWD' and
23350            not '2VM'"
23351   parameters:
23352   - "latency"
23353   - "parent"
23354   - "tags"
23355 #  sort:
23356 #  - "not CFS_OPT"
23357 #  - "L2XCFWD"
23358 #  - "not CFS_OPT"
23359 #  - "CFS_OPT"
23360   layout:
23361     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
23362     layout: "plot-latency"
23363
23364 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
23365 -
23366   type: "plot"
23367   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23368   algorithm: "plot_latency_error_bars"
23369   output-file-type: ".html"
23370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23371   data: "plot-vpp-throughput-latency-3n-hsw"
23372   filter: "'NIC_Intel-XL710' and
23373            '64B' and
23374            'NDRPDR' and
23375            ('ETH' or 'DOT1Q') and
23376            '1T1C' and
23377            ('L2BDMACLRN' or 'L2XCFWD') and
23378            'VHOST_1024' and
23379            not 'CFS_OPT' and
23380            not 'VXLAN' and
23381            not 'IP4FWD'"
23382   parameters:
23383   - "latency"
23384   - "parent"
23385   - "tags"
23386 #  sort:
23387 #  - "1VM"
23388 #  - "L2XCFWD"
23389 #  - "1VM"
23390 #  - "L2BDMACLRN"
23391   layout:
23392     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
23393     layout: "plot-latency"
23394
23395 -
23396   type: "plot"
23397   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23398   algorithm: "plot_latency_error_bars"
23399   output-file-type: ".html"
23400   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23401   data: "plot-vpp-throughput-latency-3n-hsw"
23402   filter: "'NIC_Intel-XL710' and
23403            '64B' and
23404            'NDRPDR' and
23405            ('ETH' or 'DOT1Q') and
23406            '2T2C' and
23407            ('L2BDMACLRN' or 'L2XCFWD') and
23408            'VHOST_1024' and
23409            not 'CFS_OPT' and
23410            not 'VXLAN' and
23411            not 'IP4FWD'"
23412   parameters:
23413   - "latency"
23414   - "parent"
23415   - "tags"
23416 #  sort:
23417 #  - "1VM"
23418 #  - "L2XCFWD"
23419 #  - "1VM"
23420 #  - "L2BDMACLRN"
23421   layout:
23422     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
23423     layout: "plot-latency"
23424
23425 # Packet Latency - VPP vhost ip4 3n-skx-x710
23426 -
23427   type: "plot"
23428   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23429   algorithm: "plot_latency_error_bars"
23430   output-file-type: ".html"
23431   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23432   data: "plot-vpp-throughput-latency-3n-skx"
23433   filter: "'NIC_Intel-X710' and
23434            '64B' and
23435            'NDRPDR' and
23436            'ETH' and
23437            'IP4FWD' and
23438            '2T1C' and
23439            'VHOST_1024' and
23440            not 'VXLAN' and
23441            not 'DOT1Q'"
23442   parameters:
23443   - "latency"
23444   - "parent"
23445   - "tags"
23446   sort:
23447   - "not CFS_OPT"
23448   - "1VM"
23449   - "2VM"
23450   layout:
23451     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23452     layout: "plot-latency"
23453
23454 -
23455   type: "plot"
23456   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23457   algorithm: "plot_latency_error_bars"
23458   output-file-type: ".html"
23459   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23460   data: "plot-vpp-throughput-latency-3n-skx"
23461   filter: "'NIC_Intel-X710' and
23462            '64B' and
23463            'NDRPDR' and
23464            'ETH' and
23465            'IP4FWD' and
23466            '4T2C' and
23467            'VHOST_1024' and
23468            not 'VXLAN' and
23469            not 'DOT1Q'"
23470   parameters:
23471   - "latency"
23472   - "parent"
23473   - "tags"
23474   sort:
23475   - "not CFS_OPT"
23476   - "1VM"
23477   - "2VM"
23478   layout:
23479     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23480     layout: "plot-latency"
23481
23482 # Packet Latency - VPP vhost l2sw 3n-skx-x710
23483 -
23484   type: "plot"
23485   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23486   algorithm: "plot_latency_error_bars"
23487   output-file-type: ".html"
23488   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23489   data: "plot-vpp-throughput-latency-3n-skx"
23490   filter: "'NIC_Intel-X710' and
23491            '64B' and
23492            'NDRPDR' and
23493            ('ETH' or 'DOT1Q') and
23494            '2T1C' and
23495            'L2BDMACLRN' and
23496            'VHOST_1024' and
23497            not 'VXLAN' and
23498            not 'IP4FWD' and
23499            not '2VM'"
23500   parameters:
23501   - "latency"
23502   - "parent"
23503   - "tags"
23504 #  sort:
23505 #  - "VM"  # "not CFS_OPT"
23506 #  - "CFS_OPT"
23507 #  - "FIB_10K"
23508 #  - "FIB_100K"
23509 #  - "FIB_1M"
23510   layout:
23511     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23512     layout: "plot-latency"
23513
23514 -
23515   type: "plot"
23516   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23517   algorithm: "plot_latency_error_bars"
23518   output-file-type: ".html"
23519   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23520   data: "plot-vpp-throughput-latency-3n-skx"
23521   filter: "'NIC_Intel-X710' and
23522            '64B' and
23523            'NDRPDR' and
23524            ('ETH' or 'DOT1Q') and
23525            '4T2C' and
23526            'L2BDMACLRN' and
23527            'VHOST_1024' and
23528            not 'VXLAN' and
23529            not 'IP4FWD' and
23530            not '2VM'"
23531   parameters:
23532   - "latency"
23533   - "parent"
23534   - "tags"
23535 #  sort:
23536 #  - "VM"  # "not CFS_OPT"
23537 #  - "CFS_OPT"
23538 #  - "FIB_10K"
23539 #  - "FIB_100K"
23540 #  - "FIB_1M"
23541   layout:
23542     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23543     layout: "plot-latency"
23544
23545 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
23546 -
23547   type: "plot"
23548   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23549   algorithm: "plot_latency_error_bars"
23550   output-file-type: ".html"
23551   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23552   data: "plot-vpp-throughput-latency-3n-skx"
23553   filter: "'NIC_Intel-X710' and
23554            '64B' and
23555            'NDRPDR' and
23556            ('ETH' or 'DOT1Q') and
23557            'BASE' and
23558            '2T1C' and
23559            ('L2BDMACLRN' or 'L2XCFWD') and
23560            'VHOST_1024' and
23561            not 'VXLAN' and
23562            not 'IP4FWD' and
23563            not '2VM' and
23564            not 'LBOND'"
23565   parameters:
23566   - "latency"
23567   - "parent"
23568   - "tags"
23569 #  sort:
23570 #  - "not CFS_OPT"
23571 #  - "L2XCFWD"
23572 #  - "not CFS_OPT"
23573 #  - "CFS_OPT"
23574   layout:
23575     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
23576     layout: "plot-latency"
23577
23578 -
23579   type: "plot"
23580   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23581   algorithm: "plot_latency_error_bars"
23582   output-file-type: ".html"
23583   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23584   data: "plot-vpp-throughput-latency-3n-skx"
23585   filter: "'NIC_Intel-X710' and
23586            '64B' and
23587            'NDRPDR' and
23588            ('ETH' or 'DOT1Q') and
23589            'BASE' and
23590            '4T2C' and
23591            ('L2BDMACLRN' or 'L2XCFWD') and
23592            'VHOST_1024' and
23593            not 'VXLAN' and
23594            not 'IP4FWD' and
23595            not '2VM' and
23596            not 'LBOND'"
23597   parameters:
23598   - "latency"
23599   - "parent"
23600   - "tags"
23601 #  sort:
23602 #  - "not CFS_OPT"
23603 #  - "L2XCFWD"
23604 #  - "not CFS_OPT"
23605 #  - "CFS_OPT"
23606   layout:
23607     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
23608     layout: "plot-latency"
23609
23610 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
23611 -
23612   type: "plot"
23613   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23614   algorithm: "plot_latency_error_bars"
23615   output-file-type: ".html"
23616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23617   data: "plot-vpp-throughput-latency-3n-skx"
23618   filter: "'NIC_Intel-X710' and
23619            '64B' and
23620            'NDRPDR' and
23621            ('ETH' or 'DOT1Q') and
23622            '2T1C' and
23623            ('L2BDMACLRN' or 'L2XCFWD') and
23624            'VHOST_1024' and
23625            not 'CFS_OPT' and
23626            not 'VXLAN' and
23627            not 'IP4FWD' and
23628            not 'LBOND'"
23629   parameters:
23630   - "latency"
23631   - "parent"
23632   - "tags"
23633 #  sort:
23634 #  - "1VM"
23635 #  - "L2XCFWD"
23636 #  - "1VM"
23637 #  - "L2BDMACLRN"
23638   layout:
23639     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23640     layout: "plot-latency"
23641
23642 -
23643   type: "plot"
23644   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23645   algorithm: "plot_latency_error_bars"
23646   output-file-type: ".html"
23647   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23648   data: "plot-vpp-throughput-latency-3n-skx"
23649   filter: "'NIC_Intel-X710' and
23650            '64B' and
23651            'NDRPDR' and
23652            ('ETH' or 'DOT1Q') and
23653            '4T2C' and
23654            ('L2BDMACLRN' or 'L2XCFWD') and
23655            'VHOST_1024' and
23656            not 'CFS_OPT' and
23657            not 'VXLAN' and
23658            not 'IP4FWD' and
23659            not 'LBOND'"
23660   parameters:
23661   - "latency"
23662   - "parent"
23663   - "tags"
23664 #  sort:
23665 #  - "1VM"
23666 #  - "L2XCFWD"
23667 #  - "1VM"
23668 #  - "L2BDMACLRN"
23669   layout:
23670     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23671     layout: "plot-latency"
23672
23673 # Packet Latency - VPP vhost ip4 2n-skx-x710
23674 -
23675   type: "plot"
23676   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23677   algorithm: "plot_latency_error_bars"
23678   output-file-type: ".html"
23679   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23680   data: "plot-vpp-throughput-latency-2n-skx"
23681   filter: "'NIC_Intel-X710' and
23682            '64B' and
23683            'NDRPDR' and
23684            'ETH' and
23685            'IP4FWD' and
23686            '2T1C' and
23687            'VHOST_1024' and
23688            not 'VXLAN' and
23689            not 'NF_DENSITY' and
23690            not 'DOT1Q'"
23691   parameters:
23692   - "latency"
23693   - "parent"
23694   - "tags"
23695   sort:
23696   - "not CFS_OPT"
23697   - "1VM"
23698   - "2VM"
23699   layout:
23700     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23701     layout: "plot-latency"
23702
23703 -
23704   type: "plot"
23705   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23706   algorithm: "plot_latency_error_bars"
23707   output-file-type: ".html"
23708   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23709   data: "plot-vpp-throughput-latency-2n-skx"
23710   filter: "'NIC_Intel-X710' and
23711            '64B' and
23712            'NDRPDR' and
23713            'ETH' and
23714            'IP4FWD' and
23715            '4T2C' and
23716            'VHOST_1024' and
23717            not 'VXLAN' and
23718            not 'NF_DENSITY' and
23719            not 'DOT1Q'"
23720   parameters:
23721   - "latency"
23722   - "parent"
23723   - "tags"
23724   sort:
23725   - "not CFS_OPT"
23726   - "1VM"
23727   - "2VM"
23728   layout:
23729     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23730     layout: "plot-latency"
23731
23732 # Packet Latency - VPP vhost l2sw 2n-skx-x710
23733 -
23734   type: "plot"
23735   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23736   algorithm: "plot_latency_error_bars"
23737   output-file-type: ".html"
23738   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23739   data: "plot-vpp-throughput-latency-2n-skx"
23740   filter: "'NIC_Intel-X710' and
23741            '64B' and
23742            'NDRPDR' and
23743            ('ETH' or 'DOT1Q') and
23744            '2T1C' and
23745            'L2BDMACLRN' and
23746            'VHOST_1024' and
23747            not 'VXLAN' and
23748            not 'IP4FWD' and
23749            not 'NF_DENSITY' and
23750            not '2VM'"
23751   parameters:
23752   - "latency"
23753   - "parent"
23754   - "tags"
23755 #  sort:
23756 #  - "VM"  # "not CFS_OPT"
23757 #  - "CFS_OPT"
23758 #  - "FIB_10K"
23759 #  - "FIB_100K"
23760 #  - "FIB_1M"
23761   layout:
23762     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23763     layout: "plot-latency"
23764
23765 -
23766   type: "plot"
23767   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23768   algorithm: "plot_latency_error_bars"
23769   output-file-type: ".html"
23770   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23771   data: "plot-vpp-throughput-latency-2n-skx"
23772   filter: "'NIC_Intel-X710' and
23773            '64B' and
23774            'NDRPDR' and
23775            ('ETH' or 'DOT1Q') and
23776            '4T2C' and
23777            'L2BDMACLRN' and
23778            'VHOST_1024' and
23779            not 'VXLAN' and
23780            not 'NF_DENSITY' and
23781            not 'IP4FWD' and
23782            not '2VM'"
23783   parameters:
23784   - "latency"
23785   - "parent"
23786   - "tags"
23787 #  sort:
23788 #  - "VM"  # "not CFS_OPT"
23789 #  - "CFS_OPT"
23790 #  - "FIB_10K"
23791 #  - "FIB_100K"
23792 #  - "FIB_1M"
23793   layout:
23794     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23795     layout: "plot-latency"
23796
23797 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23798 -
23799   type: "plot"
23800   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23801   algorithm: "plot_latency_error_bars"
23802   output-file-type: ".html"
23803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23804   data: "plot-vpp-throughput-latency-2n-skx"
23805   filter: "'NIC_Intel-X710' and
23806            '64B' and
23807            'NDRPDR' and
23808            ('ETH' or 'DOT1Q') and
23809            'BASE' and
23810            '2T1C' and
23811            ('L2BDMACLRN' or 'L2XCFWD') and
23812            'VHOST_1024' and
23813            not 'VXLAN' and
23814            not 'NF_DENSITY' and
23815            not 'IP4FWD' and
23816            not '2VM'"
23817   parameters:
23818   - "latency"
23819   - "parent"
23820   - "tags"
23821 #  sort:
23822 #  - "not CFS_OPT"
23823 #  - "L2XCFWD"
23824 #  - "not CFS_OPT"
23825 #  - "CFS_OPT"
23826   layout:
23827     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23828     layout: "plot-latency"
23829
23830 -
23831   type: "plot"
23832   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23833   algorithm: "plot_latency_error_bars"
23834   output-file-type: ".html"
23835   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23836   data: "plot-vpp-throughput-latency-2n-skx"
23837   filter: "'NIC_Intel-X710' and
23838            '64B' and
23839            'NDRPDR' and
23840            ('ETH' or 'DOT1Q') and
23841            'BASE' and
23842            '4T2C' and
23843            ('L2BDMACLRN' or 'L2XCFWD') and
23844            'VHOST_1024' and
23845            not 'VXLAN' and
23846            not 'NF_DENSITY' and
23847            not 'IP4FWD' and
23848            not '2VM'"
23849   parameters:
23850   - "latency"
23851   - "parent"
23852   - "tags"
23853 #  sort:
23854 #  - "not CFS_OPT"
23855 #  - "L2XCFWD"
23856 #  - "not CFS_OPT"
23857 #  - "CFS_OPT"
23858   layout:
23859     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23860     layout: "plot-latency"
23861
23862 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23863 -
23864   type: "plot"
23865   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23866   algorithm: "plot_latency_error_bars"
23867   output-file-type: ".html"
23868   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23869   data: "plot-vpp-throughput-latency-2n-skx"
23870   filter: "'NIC_Intel-X710' and
23871            '64B' and
23872            'NDRPDR' and
23873            ('ETH' or 'DOT1Q') and
23874            '2T1C' and
23875            ('L2BDMACLRN' or 'L2XCFWD') and
23876            'VHOST_1024' and
23877            not 'CFS_OPT' and
23878            not 'VXLAN' and
23879            not 'NF_DENSITY' and
23880            not 'IP4FWD'"
23881   parameters:
23882   - "latency"
23883   - "parent"
23884   - "tags"
23885 #  sort:
23886 #  - "1VM"
23887 #  - "L2XCFWD"
23888 #  - "1VM"
23889 #  - "L2BDMACLRN"
23890   layout:
23891     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23892     layout: "plot-latency"
23893
23894 -
23895   type: "plot"
23896   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23897   algorithm: "plot_latency_error_bars"
23898   output-file-type: ".html"
23899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23900   data: "plot-vpp-throughput-latency-2n-skx"
23901   filter: "'NIC_Intel-X710' and
23902            '64B' and
23903            'NDRPDR' and
23904            ('ETH' or 'DOT1Q') and
23905            '4T2C' and
23906            ('L2BDMACLRN' or 'L2XCFWD') and
23907            'VHOST_1024' and
23908            not 'CFS_OPT' and
23909            not 'VXLAN' and
23910            not 'NF_DENSITY' and
23911            not 'IP4FWD'"
23912   parameters:
23913   - "latency"
23914   - "parent"
23915   - "tags"
23916 #  sort:
23917 #  - "1VM"
23918 #  - "L2XCFWD"
23919 #  - "1VM"
23920 #  - "L2BDMACLRN"
23921   layout:
23922     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23923     layout: "plot-latency"
23924
23925 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23926 -
23927   type: "plot"
23928   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23929   algorithm: "plot_latency_error_bars"
23930   output-file-type: ".html"
23931   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23932   data: "plot-vpp-throughput-latency-2n-skx"
23933   filter: "'NIC_Intel-XXV710' and
23934            '64B' and
23935            'NDRPDR' and
23936            'ETH' and
23937            'IP4FWD' and
23938            '2T1C' and
23939            'VHOST_1024' and
23940            not 'VXLAN' and
23941            not 'DOT1Q'"
23942   parameters:
23943   - "latency"
23944   - "parent"
23945   - "tags"
23946   sort:
23947   - "not CFS_OPT"
23948   - "1VM"
23949   - "2VM"
23950   layout:
23951     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23952     layout: "plot-latency"
23953
23954 -
23955   type: "plot"
23956   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23957   algorithm: "plot_latency_error_bars"
23958   output-file-type: ".html"
23959   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23960   data: "plot-vpp-throughput-latency-2n-skx"
23961   filter: "'NIC_Intel-XXV710' and
23962            '64B' and
23963            'NDRPDR' and
23964            'ETH' and
23965            'IP4FWD' and
23966            '4T2C' and
23967            'VHOST_1024' and
23968            not 'VXLAN' and
23969            not 'DOT1Q'"
23970   parameters:
23971   - "latency"
23972   - "parent"
23973   - "tags"
23974   sort:
23975   - "not CFS_OPT"
23976   - "1VM"
23977   - "2VM"
23978   layout:
23979     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23980     layout: "plot-latency"
23981
23982 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23983 -
23984   type: "plot"
23985   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23986   algorithm: "plot_latency_error_bars"
23987   output-file-type: ".html"
23988   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23989   data: "plot-vpp-throughput-latency-2n-skx"
23990   filter: "'NIC_Intel-XXV710' and
23991            '64B' and
23992            'NDRPDR' and
23993            ('ETH' or 'DOT1Q') and
23994            '2T1C' and
23995            'L2BDMACLRN' and
23996            'VHOST_1024' and
23997            not 'VXLAN' and
23998            not 'IP4FWD' and
23999            not '2VM'"
24000   parameters:
24001   - "latency"
24002   - "parent"
24003   - "tags"
24004 #  sort:
24005 #  - "VM"  # "not CFS_OPT"
24006 #  - "CFS_OPT"
24007 #  - "FIB_10K"
24008 #  - "FIB_100K"
24009 #  - "FIB_1M"
24010   layout:
24011     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24012     layout: "plot-latency"
24013
24014 -
24015   type: "plot"
24016   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24017   algorithm: "plot_latency_error_bars"
24018   output-file-type: ".html"
24019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24020   data: "plot-vpp-throughput-latency-2n-skx"
24021   filter: "'NIC_Intel-XXV710' and
24022            '64B' and
24023            'NDRPDR' and
24024            ('ETH' or 'DOT1Q') and
24025            '4T2C' and
24026            'L2BDMACLRN' and
24027            'VHOST_1024' and
24028            not 'VXLAN' and
24029            not 'IP4FWD' and
24030            not '2VM'"
24031   parameters:
24032   - "latency"
24033   - "parent"
24034   - "tags"
24035 #  sort:
24036 #  - "VM"  # "not CFS_OPT"
24037 #  - "CFS_OPT"
24038 #  - "FIB_10K"
24039 #  - "FIB_100K"
24040 #  - "FIB_1M"
24041   layout:
24042     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24043     layout: "plot-latency"
24044
24045 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
24046 -
24047   type: "plot"
24048   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24049   algorithm: "plot_latency_error_bars"
24050   output-file-type: ".html"
24051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24052   data: "plot-vpp-throughput-latency-2n-skx"
24053   filter: "'NIC_Intel-XXV710' and
24054            '64B' and
24055            'NDRPDR' and
24056            ('ETH' or 'DOT1Q') and
24057            'BASE' and
24058            '2T1C' and
24059            ('L2BDMACLRN' or 'L2XCFWD') and
24060            'VHOST_1024' and
24061            not 'VXLAN' and
24062            not 'IP4FWD' and
24063            not '2VM'"
24064   parameters:
24065   - "latency"
24066   - "parent"
24067   - "tags"
24068 #  sort:
24069 #  - "not CFS_OPT"
24070 #  - "L2XCFWD"
24071 #  - "not CFS_OPT"
24072 #  - "CFS_OPT"
24073   layout:
24074     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
24075     layout: "plot-latency"
24076
24077 -
24078   type: "plot"
24079   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24080   algorithm: "plot_latency_error_bars"
24081   output-file-type: ".html"
24082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24083   data: "plot-vpp-throughput-latency-2n-skx"
24084   filter: "'NIC_Intel-XXV710' and
24085            '64B' and
24086            'NDRPDR' and
24087            ('ETH' or 'DOT1Q') and
24088            'BASE' and
24089            '4T2C' and
24090            ('L2BDMACLRN' or 'L2XCFWD') and
24091            'VHOST_1024' and
24092            not 'VXLAN' and
24093            not 'IP4FWD' and
24094            not '2VM'"
24095   parameters:
24096   - "latency"
24097   - "parent"
24098   - "tags"
24099 #  sort:
24100 #  - "not CFS_OPT"
24101 #  - "L2XCFWD"
24102 #  - "not CFS_OPT"
24103 #  - "CFS_OPT"
24104   layout:
24105     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
24106     layout: "plot-latency"
24107
24108 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
24109 -
24110   type: "plot"
24111   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24112   algorithm: "plot_latency_error_bars"
24113   output-file-type: ".html"
24114   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24115   data: "plot-vpp-throughput-latency-2n-skx"
24116   filter: "'NIC_Intel-XXV710' and
24117            '64B' and
24118            'NDRPDR' and
24119            ('ETH' or 'DOT1Q') and
24120            '2T1C' and
24121            ('L2BDMACLRN' or 'L2XCFWD') and
24122            'VHOST_1024' and
24123            not 'CFS_OPT' and
24124            not 'VXLAN' and
24125            not 'IP4FWD'"
24126   parameters:
24127   - "latency"
24128   - "parent"
24129   - "tags"
24130 #  sort:
24131 #  - "1VM"
24132 #  - "L2XCFWD"
24133 #  - "1VM"
24134 #  - "L2BDMACLRN"
24135   layout:
24136     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
24137     layout: "plot-latency"
24138
24139 -
24140   type: "plot"
24141   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24142   algorithm: "plot_latency_error_bars"
24143   output-file-type: ".html"
24144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24145   data: "plot-vpp-throughput-latency-2n-skx"
24146   filter: "'NIC_Intel-XXV710' and
24147            '64B' and
24148            'NDRPDR' and
24149            ('ETH' or 'DOT1Q') and
24150            '4T2C' and
24151            ('L2BDMACLRN' or 'L2XCFWD') and
24152            'VHOST_1024' and
24153            not 'CFS_OPT' and
24154            not 'VXLAN' and
24155            not 'IP4FWD'"
24156   parameters:
24157   - "latency"
24158   - "parent"
24159   - "tags"
24160 #  sort:
24161 #  - "1VM"
24162 #  - "L2XCFWD"
24163 #  - "1VM"
24164 #  - "L2BDMACLRN"
24165   layout:
24166     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
24167     layout: "plot-latency"
24168
24169 ################################################################################
24170
24171 # Packet Latency - VPP VTS 3n-hsw-x520
24172 -
24173   type: "plot"
24174   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24175   algorithm: "plot_latency_error_bars"
24176   output-file-type: ".html"
24177   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24178   data: "plot-vpp-throughput-latency-3n-hsw"
24179   filter: "'NIC_Intel-X520-DA2' and
24180            '114B' and
24181            'NDRPDR' and
24182            '1T1C' and
24183            'VTS'"
24184   parameters:
24185   - "latency"
24186   - "parent"
24187   - "tags"
24188   layout:
24189     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
24190     layout: "plot-latency"
24191
24192 -
24193   type: "plot"
24194   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24195   algorithm: "plot_latency_error_bars"
24196   output-file-type: ".html"
24197   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24198   data: "plot-vpp-throughput-latency-3n-hsw"
24199   filter: "'NIC_Intel-X520-DA2' and
24200            '114B' and
24201            'NDRPDR' and
24202            '2T2C' and
24203            'VTS'"
24204   parameters:
24205   - "latency"
24206   - "parent"
24207   - "tags"
24208   layout:
24209     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
24210     layout: "plot-latency"
24211
24212 ################################################################################
24213
24214 # Packet Latency - DPDK l3fwd 3n-hsw-x520
24215 -
24216   type: "plot"
24217   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24218   algorithm: "plot_latency_error_bars"
24219   output-file-type: ".html"
24220   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24221   data: "plot-dpdk-throughput-latency-3n-hsw"
24222   filter: "'NIC_Intel-X520-DA2' and
24223            '64B' and
24224            'BASE' and
24225            'NDRPDR' and
24226            '1T1C' and
24227            'IP4FWD'"
24228   parameters:
24229   - "latency"
24230   - "parent"
24231   - "tags"
24232   layout:
24233     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
24234     layout: "plot-latency"
24235
24236 -
24237   type: "plot"
24238   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24239   algorithm: "plot_latency_error_bars"
24240   output-file-type: ".html"
24241   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24242   data: "plot-dpdk-throughput-latency-3n-hsw"
24243   filter: "'NIC_Intel-X520-DA2' and
24244            '64B' and
24245            'BASE' and
24246            'NDRPDR' and
24247            '2T2C' and
24248            'IP4FWD'"
24249   parameters:
24250   - "latency"
24251   - "parent"
24252   - "tags"
24253   layout:
24254     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
24255     layout: "plot-latency"
24256
24257 # Packet Latency - DPDK l3fwd 3n-hsw-x710
24258 -
24259   type: "plot"
24260   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24261   algorithm: "plot_latency_error_bars"
24262   output-file-type: ".html"
24263   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24264   data: "plot-dpdk-throughput-latency-3n-hsw"
24265   filter: "'NIC_Intel-X710' and
24266            '64B' and
24267            'BASE' and
24268            'NDRPDR' and
24269            '1T1C' and
24270            'IP4FWD'"
24271   parameters:
24272   - "latency"
24273   - "parent"
24274   - "tags"
24275   layout:
24276     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
24277     layout: "plot-latency"
24278
24279 -
24280   type: "plot"
24281   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24282   algorithm: "plot_latency_error_bars"
24283   output-file-type: ".html"
24284   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24285   data: "plot-dpdk-throughput-latency-3n-hsw"
24286   filter: "'NIC_Intel-X710' and
24287            '64B' and
24288            'BASE' and
24289            'NDRPDR' and
24290            '2T2C' and
24291            'IP4FWD'"
24292   parameters:
24293   - "latency"
24294   - "parent"
24295   - "tags"
24296   layout:
24297     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
24298     layout: "plot-latency"
24299
24300 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
24301 -
24302   type: "plot"
24303   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24304   algorithm: "plot_latency_error_bars"
24305   output-file-type: ".html"
24306   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24307   data: "plot-dpdk-throughput-latency-3n-hsw"
24308   filter: "'NIC_Intel-XL710' and
24309            '64B' and
24310            'BASE' and
24311            'NDRPDR' and
24312            '1T1C' and
24313            'IP4FWD'"
24314   parameters:
24315   - "latency"
24316   - "parent"
24317   - "tags"
24318   layout:
24319     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
24320     layout: "plot-latency"
24321
24322 -
24323   type: "plot"
24324   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24325   algorithm: "plot_latency_error_bars"
24326   output-file-type: ".html"
24327   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24328   data: "plot-dpdk-throughput-latency-3n-hsw"
24329   filter: "'NIC_Intel-XL710' and
24330            '64B' and
24331            'BASE' and
24332            'NDRPDR' and
24333            '2T2C' and
24334            'IP4FWD'"
24335   parameters:
24336   - "latency"
24337   - "parent"
24338   - "tags"
24339   layout:
24340     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
24341     layout: "plot-latency"
24342
24343 # Packet Latency - DPDK l3fwd 3n-skx-x710
24344 -
24345   type: "plot"
24346   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24347   algorithm: "plot_latency_error_bars"
24348   output-file-type: ".html"
24349   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24350   data: "plot-dpdk-throughput-latency-3n-skx"
24351   filter: "'NIC_Intel-X710' and
24352            '64B' and
24353            'BASE' and
24354            'NDRPDR' and
24355            '2T1C' and
24356            'IP4FWD'"
24357   parameters:
24358   - "latency"
24359   - "parent"
24360   - "tags"
24361   layout:
24362     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
24363     layout: "plot-latency"
24364
24365 -
24366   type: "plot"
24367   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24368   algorithm: "plot_latency_error_bars"
24369   output-file-type: ".html"
24370   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24371   data: "plot-dpdk-throughput-latency-3n-skx"
24372   filter: "'NIC_Intel-X710' and
24373            '64B' and
24374            'BASE' and
24375            'NDRPDR' and
24376            '4T2C' and
24377            'IP4FWD'"
24378   parameters:
24379   - "latency"
24380   - "parent"
24381   - "tags"
24382   layout:
24383     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
24384     layout: "plot-latency"
24385
24386 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
24387 -
24388   type: "plot"
24389   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24390   algorithm: "plot_latency_error_bars"
24391   output-file-type: ".html"
24392   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24393   data: "plot-dpdk-throughput-latency-3n-skx"
24394   filter: "'NIC_Intel-XXV710' and
24395            '64B' and
24396            'BASE' and
24397            'NDRPDR' and
24398            '2T1C' and
24399            'IP4FWD'"
24400   parameters:
24401   - "latency"
24402   - "parent"
24403   - "tags"
24404   layout:
24405     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
24406     layout: "plot-latency"
24407
24408 -
24409   type: "plot"
24410   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24411   algorithm: "plot_latency_error_bars"
24412   output-file-type: ".html"
24413   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24414   data: "plot-dpdk-throughput-latency-3n-skx"
24415   filter: "'NIC_Intel-XXV710' and
24416            '64B' and
24417            'BASE' and
24418            'NDRPDR' and
24419            '4T2C' and
24420            'IP4FWD'"
24421   parameters:
24422   - "latency"
24423   - "parent"
24424   - "tags"
24425   layout:
24426     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
24427     layout: "plot-latency"
24428
24429 # Packet Latency - DPDK l3fwd 2n-skx-x710
24430 -
24431   type: "plot"
24432   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24433   algorithm: "plot_latency_error_bars"
24434   output-file-type: ".html"
24435   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24436   data: "plot-dpdk-throughput-latency-2n-skx"
24437   filter: "'NIC_Intel-X710' and
24438            '64B' and
24439            'BASE' and
24440            'NDRPDR' and
24441            '2T1C' and
24442            'IP4FWD'"
24443   parameters:
24444   - "latency"
24445   - "parent"
24446   - "tags"
24447   layout:
24448     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
24449     layout: "plot-latency"
24450
24451 -
24452   type: "plot"
24453   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24454   algorithm: "plot_latency_error_bars"
24455   output-file-type: ".html"
24456   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24457   data: "plot-dpdk-throughput-latency-2n-skx"
24458   filter: "'NIC_Intel-X710' and
24459            '64B' and
24460            'BASE' and
24461            'NDRPDR' and
24462            '4T2C' and
24463            'IP4FWD'"
24464   parameters:
24465   - "latency"
24466   - "parent"
24467   - "tags"
24468   layout:
24469     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
24470     layout: "plot-latency"
24471
24472 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
24473 -
24474   type: "plot"
24475   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24476   algorithm: "plot_latency_error_bars"
24477   output-file-type: ".html"
24478   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24479   data: "plot-dpdk-throughput-latency-2n-skx"
24480   filter: "'NIC_Intel-XXV710' and
24481            '64B' and
24482            'BASE' and
24483            'NDRPDR' and
24484            '2T1C' and
24485            'IP4FWD'"
24486   parameters:
24487   - "latency"
24488   - "parent"
24489   - "tags"
24490   layout:
24491     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
24492     layout: "plot-latency"
24493
24494 -
24495   type: "plot"
24496   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24497   algorithm: "plot_latency_error_bars"
24498   output-file-type: ".html"
24499   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24500   data: "plot-dpdk-throughput-latency-2n-skx"
24501   filter: "'NIC_Intel-XXV710' and
24502            '64B' and
24503            'BASE' and
24504            'NDRPDR' and
24505            '4T2C' and
24506            'IP4FWD'"
24507   parameters:
24508   - "latency"
24509   - "parent"
24510   - "tags"
24511   layout:
24512     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
24513     layout: "plot-latency"
24514
24515 ################################################################################
24516
24517 # Packet Latency - DPDK testpmd 3n-hsw-x520
24518 -
24519   type: "plot"
24520   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24521   algorithm: "plot_latency_error_bars"
24522   output-file-type: ".html"
24523   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24524   data: "plot-dpdk-throughput-latency-3n-hsw"
24525   filter: "'NIC_Intel-X520-DA2' and
24526            '64B' and
24527            'BASE' and
24528            'NDRPDR' and
24529            '1T1C' and
24530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24531   parameters:
24532   - "latency"
24533   - "parent"
24534   - "tags"
24535   layout:
24536     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
24537     layout: "plot-latency"
24538
24539 -
24540   type: "plot"
24541   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24542   algorithm: "plot_latency_error_bars"
24543   output-file-type: ".html"
24544   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24545   data: "plot-dpdk-throughput-latency-3n-hsw"
24546   filter: "'NIC_Intel-X520-DA2' and
24547            '64B' and
24548            'BASE' and
24549            'NDRPDR' and
24550            '2T2C' and
24551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24552   parameters:
24553   - "latency"
24554   - "parent"
24555   - "tags"
24556   layout:
24557     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
24558     layout: "plot-latency"
24559
24560 # Packet Latency - DPDK testpmd 3n-hsw-x710
24561 -
24562   type: "plot"
24563   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24564   algorithm: "plot_latency_error_bars"
24565   output-file-type: ".html"
24566   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24567   data: "plot-dpdk-throughput-latency-3n-hsw"
24568   filter: "'NIC_Intel-X710' and
24569            '64B' and
24570            'BASE' and
24571            'NDRPDR' and
24572            '1T1C' and
24573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24574   parameters:
24575   - "latency"
24576   - "parent"
24577   - "tags"
24578   layout:
24579     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
24580     layout: "plot-latency"
24581
24582 -
24583   type: "plot"
24584   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24585   algorithm: "plot_latency_error_bars"
24586   output-file-type: ".html"
24587   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24588   data: "plot-dpdk-throughput-latency-3n-hsw"
24589   filter: "'NIC_Intel-X710' and
24590            '64B' and
24591            'BASE' and
24592            'NDRPDR' and
24593            '2T2C' and
24594            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24595   parameters:
24596   - "latency"
24597   - "parent"
24598   - "tags"
24599   layout:
24600     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
24601     layout: "plot-latency"
24602
24603 # Packet Latency - DPDK testpmd 3n-hsw-xl710
24604 -
24605   type: "plot"
24606   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24607   algorithm: "plot_latency_error_bars"
24608   output-file-type: ".html"
24609   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24610   data: "plot-dpdk-throughput-latency-3n-hsw"
24611   filter: "'NIC_Intel-XL710' and
24612            '64B' and
24613            'BASE' and
24614            'NDRPDR' and
24615            '1T1C' and
24616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24617   parameters:
24618   - "latency"
24619   - "parent"
24620   - "tags"
24621   layout:
24622     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24623     layout: "plot-latency"
24624
24625 -
24626   type: "plot"
24627   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24628   algorithm: "plot_latency_error_bars"
24629   output-file-type: ".html"
24630   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24631   data: "plot-dpdk-throughput-latency-3n-hsw"
24632   filter: "'NIC_Intel-XL710' and
24633            '64B' and
24634            'BASE' and
24635            'NDRPDR' and
24636            '2T2C' and
24637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24638   parameters:
24639   - "latency"
24640   - "parent"
24641   - "tags"
24642   layout:
24643     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24644     layout: "plot-latency"
24645
24646 # Packet Latency - DPDK testpmd 3n-skx-x710
24647 -
24648   type: "plot"
24649   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24650   algorithm: "plot_latency_error_bars"
24651   output-file-type: ".html"
24652   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24653   data: "plot-dpdk-throughput-latency-3n-skx"
24654   filter: "'NIC_Intel-X710' and
24655            '64B' and
24656            'BASE' and
24657            'NDRPDR' and
24658            '2T1C' and
24659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24660   parameters:
24661   - "latency"
24662   - "parent"
24663   - "tags"
24664   layout:
24665     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24666     layout: "plot-latency"
24667
24668 -
24669   type: "plot"
24670   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24671   algorithm: "plot_latency_error_bars"
24672   output-file-type: ".html"
24673   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24674   data: "plot-dpdk-throughput-latency-3n-skx"
24675   filter: "'NIC_Intel-X710' and
24676            '64B' and
24677            'BASE' and
24678            'NDRPDR' and
24679            '4T2C' and
24680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24681   parameters:
24682   - "latency"
24683   - "parent"
24684   - "tags"
24685   layout:
24686     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24687     layout: "plot-latency"
24688
24689 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24690 -
24691   type: "plot"
24692   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24693   algorithm: "plot_latency_error_bars"
24694   output-file-type: ".html"
24695   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24696   data: "plot-dpdk-throughput-latency-3n-skx"
24697   filter: "'NIC_Intel-XXV710' and
24698            '64B' and
24699            'BASE' and
24700            'NDRPDR' and
24701            '2T1C' and
24702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24703   parameters:
24704   - "latency"
24705   - "parent"
24706   - "tags"
24707   layout:
24708     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24709     layout: "plot-latency"
24710
24711 -
24712   type: "plot"
24713   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24714   algorithm: "plot_latency_error_bars"
24715   output-file-type: ".html"
24716   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24717   data: "plot-dpdk-throughput-latency-3n-skx"
24718   filter: "'NIC_Intel-XXV710' and
24719            '64B' and
24720            'BASE' and
24721            'NDRPDR' and
24722            '4T2C' and
24723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24724   parameters:
24725   - "latency"
24726   - "parent"
24727   - "tags"
24728   layout:
24729     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24730     layout: "plot-latency"
24731
24732 # Packet Latency - DPDK testpmd 2n-skx-x710
24733 -
24734   type: "plot"
24735   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24736   algorithm: "plot_latency_error_bars"
24737   output-file-type: ".html"
24738   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24739   data: "plot-dpdk-throughput-latency-2n-skx"
24740   filter: "'NIC_Intel-X710' and
24741            '64B' and
24742            'BASE' and
24743            'NDRPDR' and
24744            '2T1C' and
24745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24746   parameters:
24747   - "latency"
24748   - "parent"
24749   - "tags"
24750   layout:
24751     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24752     layout: "plot-latency"
24753
24754 -
24755   type: "plot"
24756   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24757   algorithm: "plot_latency_error_bars"
24758   output-file-type: ".html"
24759   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24760   data: "plot-dpdk-throughput-latency-2n-skx"
24761   filter: "'NIC_Intel-X710' and
24762            '64B' and
24763            'BASE' and
24764            'NDRPDR' and
24765            '4T2C' and
24766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24767   parameters:
24768   - "latency"
24769   - "parent"
24770   - "tags"
24771   layout:
24772     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24773     layout: "plot-latency"
24774
24775 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24776 -
24777   type: "plot"
24778   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24779   algorithm: "plot_latency_error_bars"
24780   output-file-type: ".html"
24781   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24782   data: "plot-dpdk-throughput-latency-2n-skx"
24783   filter: "'NIC_Intel-XXV710' and
24784            '64B' and
24785            'BASE' and
24786            'NDRPDR' and
24787            '2T1C' and
24788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24789   parameters:
24790   - "latency"
24791   - "parent"
24792   - "tags"
24793   layout:
24794     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24795     layout: "plot-latency"
24796
24797 -
24798   type: "plot"
24799   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24800   algorithm: "plot_latency_error_bars"
24801   output-file-type: ".html"
24802   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24803   data: "plot-dpdk-throughput-latency-2n-skx"
24804   filter: "'NIC_Intel-XXV710' and
24805            '64B' and
24806            'BASE' and
24807            'NDRPDR' and
24808            '4T2C' and
24809            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24810   parameters:
24811   - "latency"
24812   - "parent"
24813   - "tags"
24814   layout:
24815     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24816     layout: "plot-latency"
24817
24818 ################################################################################
24819
24820 # Speedup - VPP Container Memif 3n-hsw-x520
24821 -
24822   type: "plot"
24823   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24824   algorithm: "plot_throughput_speedup_analysis"
24825   output-file-type: ".html"
24826   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24827   data: "plot-throughput-speedup-analysis-3n-hsw"
24828   filter: "'NIC_Intel-X520-DA2' and
24829            '64B' and
24830            ('BASE' or 'SCALE') and
24831            'NDRPDR' and
24832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24833            not 'VHOST' and
24834            'MEMIF'"
24835   parameters:
24836   - "throughput"
24837   - "parent"
24838   - "tags"
24839   sort:
24840   - "L2XCFWD"
24841   - "L2XCFWD"
24842   - "L2XCFWD"
24843   - "L2BDMACLRN"
24844   - "L2BDMACLRN"
24845   - "L2BDMACLRN"
24846   layout:
24847     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24848     layout: "plot-throughput-speedup-analysis"
24849
24850 -
24851   type: "plot"
24852   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24853   algorithm: "plot_throughput_speedup_analysis"
24854   output-file-type: ".html"
24855   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24856   data: "plot-throughput-speedup-analysis-3n-hsw"
24857   filter: "'NIC_Intel-X520-DA2' and
24858            '64B' and
24859            ('BASE' or 'SCALE') and
24860            'NDRPDR' and
24861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24862            not 'VHOST' and
24863            'MEMIF'"
24864   parameters:
24865   - "throughput"
24866   - "parent"
24867   - "tags"
24868   sort:
24869   - "L2XCFWD"
24870   - "L2XCFWD"
24871   - "L2XCFWD"
24872   - "L2BDMACLRN"
24873   - "L2BDMACLRN"
24874   - "L2BDMACLRN"
24875   layout:
24876     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24877     layout: "plot-throughput-speedup-analysis"
24878
24879 # Speedup - VPP Container Memif 3n-hsw-x710
24880 -
24881   type: "plot"
24882   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24883   algorithm: "plot_throughput_speedup_analysis"
24884   output-file-type: ".html"
24885   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24886   data: "plot-throughput-speedup-analysis-3n-hsw"
24887   filter: "'NIC_Intel-X710' and
24888            '64B' and
24889            ('BASE' or 'SCALE') and
24890            'NDRPDR' and
24891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24892            not 'VHOST' and
24893            'MEMIF'"
24894   parameters:
24895   - "throughput"
24896   - "parent"
24897   - "tags"
24898   sort:
24899   - "L2XCFWD"
24900   - "L2XCFWD"
24901   - "L2XCFWD"
24902   - "L2BDMACLRN"
24903   - "L2BDMACLRN"
24904   - "L2BDMACLRN"
24905   layout:
24906     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24907     layout: "plot-throughput-speedup-analysis"
24908
24909 -
24910   type: "plot"
24911   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24912   algorithm: "plot_throughput_speedup_analysis"
24913   output-file-type: ".html"
24914   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24915   data: "plot-throughput-speedup-analysis-3n-hsw"
24916   filter: "'NIC_Intel-X710' and
24917            '64B' and
24918            ('BASE' or 'SCALE') and
24919            'NDRPDR' and
24920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24921            not 'VHOST' and
24922            'MEMIF'"
24923   parameters:
24924   - "throughput"
24925   - "parent"
24926   - "tags"
24927   sort:
24928   - "L2XCFWD"
24929   - "L2XCFWD"
24930   - "L2XCFWD"
24931   - "L2BDMACLRN"
24932   - "L2BDMACLRN"
24933   - "L2BDMACLRN"
24934   layout:
24935     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24936     layout: "plot-throughput-speedup-analysis"
24937
24938 # Speedup - VPP Container Memif 3n-hsw-xl710
24939 -
24940   type: "plot"
24941   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24942   algorithm: "plot_throughput_speedup_analysis"
24943   output-file-type: ".html"
24944   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24945   data: "plot-throughput-speedup-analysis-3n-hsw"
24946   filter: "'NIC_Intel-XL710' and
24947            '64B' and
24948            ('BASE' or 'SCALE') and
24949            'NDRPDR' and
24950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24951            not 'VHOST' and
24952            'MEMIF'"
24953   parameters:
24954   - "throughput"
24955   - "parent"
24956   - "tags"
24957   sort:
24958   - "L2XCFWD"
24959   - "L2XCFWD"
24960   - "L2XCFWD"
24961   - "L2BDMACLRN"
24962   - "L2BDMACLRN"
24963   - "L2BDMACLRN"
24964   layout:
24965     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24966     layout: "plot-throughput-speedup-analysis"
24967
24968 -
24969   type: "plot"
24970   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24971   algorithm: "plot_throughput_speedup_analysis"
24972   output-file-type: ".html"
24973   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24974   data: "plot-throughput-speedup-analysis-3n-hsw"
24975   filter: "'NIC_Intel-XL710' and
24976            '64B' and
24977            ('BASE' or 'SCALE') and
24978            'NDRPDR' and
24979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24980            not 'VHOST' and
24981            'MEMIF'"
24982   parameters:
24983   - "throughput"
24984   - "parent"
24985   - "tags"
24986   sort:
24987   - "L2XCFWD"
24988   - "L2XCFWD"
24989   - "L2XCFWD"
24990   - "L2BDMACLRN"
24991   - "L2BDMACLRN"
24992   - "L2BDMACLRN"
24993   layout:
24994     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24995     layout: "plot-throughput-speedup-analysis"
24996
24997 # Speedup - VPP Container Memif 3n-skx-x710
24998 -
24999   type: "plot"
25000   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25001   algorithm: "plot_throughput_speedup_analysis"
25002   output-file-type: ".html"
25003   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25004   data: "plot-throughput-speedup-analysis-3n-skx"
25005   filter: "'NIC_Intel-X710' and
25006            '64B' and
25007            ('BASE' or 'SCALE') and
25008            'NDRPDR' and
25009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25010            not 'VHOST' and
25011            'MEMIF'"
25012   parameters:
25013   - "throughput"
25014   - "parent"
25015   - "tags"
25016   sort:
25017   - "L2XCFWD"
25018   - "L2XCFWD"
25019   - "L2XCFWD"
25020   - "L2BDMACLRN"
25021   - "L2BDMACLRN"
25022   - "L2BDMACLRN"
25023   layout:
25024     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
25025     layout: "plot-throughput-speedup-analysis"
25026
25027 -
25028   type: "plot"
25029   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25030   algorithm: "plot_throughput_speedup_analysis"
25031   output-file-type: ".html"
25032   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25033   data: "plot-throughput-speedup-analysis-3n-skx"
25034   filter: "'NIC_Intel-X710' and
25035            '64B' and
25036            ('BASE' or 'SCALE') and
25037            'NDRPDR' and
25038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25039            not 'VHOST' and
25040             'MEMIF'"
25041   parameters:
25042   - "throughput"
25043   - "parent"
25044   - "tags"
25045   sort:
25046   - "L2XCFWD"
25047   - "L2XCFWD"
25048   - "L2XCFWD"
25049   - "L2BDMACLRN"
25050   - "L2BDMACLRN"
25051   - "L2BDMACLRN"
25052   layout:
25053     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
25054     layout: "plot-throughput-speedup-analysis"
25055
25056 # Speedup - VPP Container Memif 2n-skx-x710
25057 -
25058   type: "plot"
25059   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25060   algorithm: "plot_throughput_speedup_analysis"
25061   output-file-type: ".html"
25062   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25063   data: "plot-throughput-speedup-analysis-2n-skx"
25064   filter: "'NIC_Intel-X710' and
25065            '64B' and
25066            ('BASE' or 'SCALE') and
25067            'NDRPDR' and
25068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25069            not 'VHOST' and
25070            'MEMIF'"
25071   parameters:
25072   - "throughput"
25073   - "parent"
25074   - "tags"
25075   sort:
25076   - "L2XCFWD"
25077   - "L2XCFWD"
25078   - "L2XCFWD"
25079   - "L2BDMACLRN"
25080   - "L2BDMACLRN"
25081   - "L2BDMACLRN"
25082   layout:
25083     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
25084     layout: "plot-throughput-speedup-analysis"
25085
25086 -
25087   type: "plot"
25088   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25089   algorithm: "plot_throughput_speedup_analysis"
25090   output-file-type: ".html"
25091   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25092   data: "plot-throughput-speedup-analysis-2n-skx"
25093   filter: "'NIC_Intel-X710' and
25094            '64B' and
25095            ('BASE' or 'SCALE') and
25096            'NDRPDR' and
25097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25098            not 'VHOST' and
25099             'MEMIF'"
25100   parameters:
25101   - "throughput"
25102   - "parent"
25103   - "tags"
25104   sort:
25105   - "L2XCFWD"
25106   - "L2XCFWD"
25107   - "L2XCFWD"
25108   - "L2BDMACLRN"
25109   - "L2BDMACLRN"
25110   - "L2BDMACLRN"
25111   layout:
25112     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
25113     layout: "plot-throughput-speedup-analysis"
25114
25115 # Speedup - VPP Container Memif 2n-skx-xxv710
25116 -
25117   type: "plot"
25118   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25119   algorithm: "plot_throughput_speedup_analysis"
25120   output-file-type: ".html"
25121   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25122   data: "plot-throughput-speedup-analysis-2n-skx"
25123   filter: "'NIC_Intel-XXV710' and
25124            '64B' and
25125            ('BASE' or 'SCALE') and
25126            'NDRPDR' and
25127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25128            not 'VHOST' and
25129            'MEMIF'"
25130   parameters:
25131   - "throughput"
25132   - "parent"
25133   - "tags"
25134   sort:
25135   - "L2XCFWD"
25136   - "L2XCFWD"
25137   - "L2XCFWD"
25138   - "L2BDMACLRN"
25139   - "L2BDMACLRN"
25140   - "L2BDMACLRN"
25141   layout:
25142     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
25143     layout: "plot-throughput-speedup-analysis"
25144
25145 -
25146   type: "plot"
25147   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25148   algorithm: "plot_throughput_speedup_analysis"
25149   output-file-type: ".html"
25150   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25151   data: "plot-throughput-speedup-analysis-2n-skx"
25152   filter: "'NIC_Intel-XXV710' and
25153            '64B' and
25154            ('BASE' or 'SCALE') and
25155            'NDRPDR' and
25156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25157            not 'VHOST' and
25158             'MEMIF'"
25159   parameters:
25160   - "throughput"
25161   - "parent"
25162   - "tags"
25163   sort:
25164   - "L2XCFWD"
25165   - "L2XCFWD"
25166   - "L2XCFWD"
25167   - "L2BDMACLRN"
25168   - "L2BDMACLRN"
25169   - "L2BDMACLRN"
25170   layout:
25171     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
25172     layout: "plot-throughput-speedup-analysis"
25173
25174 ################################################################################
25175
25176 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
25177 -
25178   type: "plot"
25179   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25180   algorithm: "plot_throughput_speedup_analysis"
25181   output-file-type: ".html"
25182   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25183   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25184   filter: "'NIC_Intel-X520-DA2' and
25185            '64B' and
25186            ('BASE' or 'SCALE') and
25187            'NDRPDR' and
25188            'L2XCFWD' and
25189            not 'VHOST' and
25190            'MEMIF'"
25191   parameters:
25192   - "throughput"
25193   - "parent"
25194   - "tags"
25195   sort:
25196   - "1VNF"
25197   - "2VNF"
25198   - "4VNF"
25199   - "2VNF"
25200   - "4VNF"
25201   layout:
25202     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
25203     layout: "plot-throughput-speedup-analysis"
25204
25205 -
25206   type: "plot"
25207   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25208   algorithm: "plot_throughput_speedup_analysis"
25209   output-file-type: ".html"
25210   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25211   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25212   filter: "'NIC_Intel-X520-DA2' and
25213            '64B' and
25214            ('BASE' or 'SCALE') and
25215            'NDRPDR' and
25216            'L2XCFWD' and
25217            not 'VHOST' and
25218            'MEMIF'"
25219   parameters:
25220   - "throughput"
25221   - "parent"
25222   - "tags"
25223   sort:
25224   - "1VNF"
25225   - "2VNF"
25226   - "4VNF"
25227   - "2VNF"
25228   - "4VNF"
25229   layout:
25230     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
25231     layout: "plot-throughput-speedup-analysis"
25232
25233 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
25234 -
25235   type: "plot"
25236   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25237   algorithm: "plot_throughput_speedup_analysis"
25238   output-file-type: ".html"
25239   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25240   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25241   filter: "'NIC_Intel-X520-DA2' and
25242            '64B' and
25243            ('BASE' or 'SCALE') and
25244            'NDRPDR' and
25245            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25246            not 'VHOST' and
25247            'MEMIF'"
25248   parameters:
25249   - "throughput"
25250   - "parent"
25251   - "tags"
25252   sort:
25253   - "1VNF"
25254   - "2VNF"
25255   - "4VNF"
25256   - "2VNF"
25257   - "4VNF"
25258   layout:
25259     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
25260     layout: "plot-throughput-speedup-analysis"
25261
25262 -
25263   type: "plot"
25264   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25265   algorithm: "plot_throughput_speedup_analysis"
25266   output-file-type: ".html"
25267   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25268   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25269   filter: "'NIC_Intel-X520-DA2' and
25270            '64B' and
25271            ('BASE' or 'SCALE') and
25272            'NDRPDR' and
25273            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25274            not 'VHOST' and
25275            'MEMIF'"
25276   parameters:
25277   - "throughput"
25278   - "parent"
25279   - "tags"
25280   sort:
25281   - "1VNF"
25282   - "2VNF"
25283   - "4VNF"
25284   - "2VNF"
25285   - "4VNF"
25286   layout:
25287     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
25288     layout: "plot-throughput-speedup-analysis"
25289
25290 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
25291 -
25292   type: "plot"
25293   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25294   algorithm: "plot_throughput_speedup_analysis"
25295   output-file-type: ".html"
25296   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25297   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25298   filter: "'NIC_Intel-X710' and
25299            '64B' and
25300            ('BASE' or 'SCALE') and
25301            'NDRPDR' and
25302            'L2XCFWD' and
25303            not 'VHOST' and
25304            'MEMIF'"
25305   parameters:
25306   - "throughput"
25307   - "parent"
25308   - "tags"
25309   sort:
25310   - "1VNF"
25311   - "2VNF"
25312   - "4VNF"
25313   - "2VNF"
25314   - "4VNF"
25315   layout:
25316     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
25317     layout: "plot-throughput-speedup-analysis"
25318
25319 -
25320   type: "plot"
25321   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25322   algorithm: "plot_throughput_speedup_analysis"
25323   output-file-type: ".html"
25324   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25325   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25326   filter: "'NIC_Intel-X710' and
25327            '64B' and
25328            ('BASE' or 'SCALE') and
25329            'NDRPDR' and
25330            'L2XCFWD' and
25331            not 'VHOST' and
25332            'MEMIF'"
25333   parameters:
25334   - "throughput"
25335   - "parent"
25336   - "tags"
25337   sort:
25338   - "1VNF"
25339   - "2VNF"
25340   - "4VNF"
25341   - "2VNF"
25342   - "4VNF"
25343   layout:
25344     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
25345     layout: "plot-throughput-speedup-analysis"
25346
25347 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
25348 -
25349   type: "plot"
25350   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25351   algorithm: "plot_throughput_speedup_analysis"
25352   output-file-type: ".html"
25353   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25354   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25355   filter: "'NIC_Intel-X710' and
25356            '64B' and
25357            ('BASE' or 'SCALE') and
25358            'NDRPDR' and
25359            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25360            not 'VHOST' and
25361            'MEMIF'"
25362   parameters:
25363   - "throughput"
25364   - "parent"
25365   - "tags"
25366   sort:
25367   - "1VNF"
25368   - "2VNF"
25369   - "4VNF"
25370   - "2VNF"
25371   - "4VNF"
25372   layout:
25373     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
25374     layout: "plot-throughput-speedup-analysis"
25375
25376 -
25377   type: "plot"
25378   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25379   algorithm: "plot_throughput_speedup_analysis"
25380   output-file-type: ".html"
25381   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25382   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25383   filter: "'NIC_Intel-X710' and
25384            '64B' and
25385            ('BASE' or 'SCALE') and
25386            'NDRPDR' and
25387            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25388            not 'VHOST' and
25389            'MEMIF'"
25390   parameters:
25391   - "throughput"
25392   - "parent"
25393   - "tags"
25394   sort:
25395   - "1VNF"
25396   - "2VNF"
25397   - "4VNF"
25398   - "2VNF"
25399   - "4VNF"
25400   layout:
25401     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
25402     layout: "plot-throughput-speedup-analysis"
25403
25404 ################################################################################
25405
25406 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
25407 -
25408   type: "plot"
25409   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25410   algorithm: "plot_throughput_speedup_analysis"
25411   output-file-type: ".html"
25412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25413   data: "plot-throughput-speedup-analysis-3n-hsw"
25414   filter: "'NIC_Intel-X520-DA2' and
25415            '64B' and
25416            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25417            'NDRPDR' and
25418            'IP4FWD' and
25419            not 'IPSEC' and
25420            not 'VHOST'"
25421   parameters:
25422   - "throughput"
25423   - "parent"
25424   - "tags"
25425   sort:
25426   - "DOT1Q"
25427   - "IP4BASE"
25428   - "FIB_20k"
25429   - "FIB_200k"
25430   - "FIB_2M"
25431   layout:
25432     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25433     layout: "plot-throughput-speedup-analysis"
25434
25435 -
25436   type: "plot"
25437   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25438   algorithm: "plot_throughput_speedup_analysis"
25439   output-file-type: ".html"
25440   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25441   data: "plot-throughput-speedup-analysis-3n-hsw"
25442   filter: "'NIC_Intel-X520-DA2' and
25443            '64B' and
25444            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25445            'NDRPDR' and
25446            'IP4FWD' and
25447            not 'IPSEC' and
25448            not 'VHOST'"
25449   parameters:
25450   - "throughput"
25451   - "parent"
25452   - "tags"
25453   sort:
25454   - "DOT1Q"
25455   - "IP4BASE"
25456   - "FIB_20k"
25457   - "FIB_200k"
25458   - "FIB_2M"
25459   layout:
25460     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25461     layout: "plot-throughput-speedup-analysis"
25462
25463 # Speedup - VPP IPv4 3n-hsw-x520 features
25464 -
25465   type: "plot"
25466   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
25467   algorithm: "plot_throughput_speedup_analysis"
25468   output-file-type: ".html"
25469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
25470   data: "plot-throughput-speedup-analysis-3n-hsw"
25471   filter: "'NIC_Intel-X520-DA2' and
25472            '64B' and
25473            ('IP4BASE' or
25474             'POLICE_MARK' or
25475             'COPWHLIST' or
25476             ('NAT44' and 'BASE') or
25477             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25478            'NDRPDR' and
25479            'IP4FWD' and
25480            not 'IPSEC' and
25481            not 'VHOST'"
25482   parameters:
25483   - "throughput"
25484   - "parent"
25485   - "tags"
25486   sort:
25487   - "DOT1Q"
25488   - "IP4BASE"
25489   - "NAT44"
25490   - "POLICE_MARK"
25491   - "COPWHLIST"
25492   - "IACL"
25493   - "OACL"
25494   layout:
25495     title: "ip4-3n-hsw-x520-64b-features-ndr"
25496     layout: "plot-throughput-speedup-analysis"
25497
25498 -
25499   type: "plot"
25500   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
25501   algorithm: "plot_throughput_speedup_analysis"
25502   output-file-type: ".html"
25503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
25504   data: "plot-throughput-speedup-analysis-3n-hsw"
25505   filter: "'NIC_Intel-X520-DA2' and
25506            '64B' and
25507            ('IP4BASE' or
25508             'POLICE_MARK' or
25509             'COPWHLIST' or
25510             ('NAT44' and 'BASE') or
25511             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25512            'NDRPDR' and
25513            'IP4FWD' and
25514            not 'IPSEC' and
25515            not 'VHOST'"
25516   parameters:
25517   - "throughput"
25518   - "parent"
25519   - "tags"
25520   sort:
25521   - "DOT1Q"
25522   - "IP4BASE"
25523   - "NAT44"
25524   - "POLICE_MARK"
25525   - "COPWHLIST"
25526   - "IACL"
25527   - "OACL"
25528   layout:
25529     title: "ip4-3n-hsw-x520-64b-features-pdr"
25530     layout: "plot-throughput-speedup-analysis"
25531
25532 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
25533 -
25534   type: "plot"
25535   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25536   algorithm: "plot_throughput_speedup_analysis"
25537   output-file-type: ".html"
25538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25539   data: "plot-throughput-speedup-analysis-3n-hsw"
25540   filter: "'NIC_Intel-X520-DA2' and
25541            '64B' and
25542            'NDRPDR' and
25543            'IP4FWD' and
25544            'NAT44' and
25545            not 'IPSEC' and
25546            not 'VHOST'"
25547   parameters:
25548   - "throughput"
25549   - "parent"
25550   - "tags"
25551   sort:
25552   - "BASE"
25553   - "BASE"
25554   - "SRC_USER_10"
25555   - "SRC_USER_100"
25556   - "SRC_USER_1000"
25557   - "SRC_USER_2000"
25558   layout:
25559     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
25560     layout: "plot-throughput-speedup-analysis"
25561
25562 -
25563   type: "plot"
25564   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25565   algorithm: "plot_throughput_speedup_analysis"
25566   output-file-type: ".html"
25567   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25568   data: "plot-throughput-speedup-analysis-3n-hsw"
25569   filter: "'NIC_Intel-X520-DA2' and
25570            '64B' and
25571            'NDRPDR' and
25572            'IP4FWD' and
25573            'NAT44' and
25574            not 'IPSEC' and
25575            not 'VHOST'"
25576   parameters:
25577   - "throughput"
25578   - "parent"
25579   - "tags"
25580   sort:
25581   - "BASE"
25582   - "BASE"
25583   - "SRC_USER_10"
25584   - "SRC_USER_100"
25585   - "SRC_USER_1000"
25586   - "SRC_USER_2000"
25587   layout:
25588     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25589     layout: "plot-throughput-speedup-analysis"
25590
25591 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25592 -
25593   type: "plot"
25594   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25595   algorithm: "plot_throughput_speedup_analysis"
25596   output-file-type: ".html"
25597   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25598   data: "plot-throughput-speedup-analysis-3n-hsw"
25599   filter: "'NIC_Intel-X520-DA2' and
25600            '64B' and
25601            'NDRPDR' and
25602            'IP4FWD' and
25603            'IACL' and
25604            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25605            not 'IPSEC' and
25606            not 'VHOST'"
25607   parameters:
25608   - "throughput"
25609   - "parent"
25610   - "tags"
25611   sort:
25612   - "ACL_STATELESS"
25613   - "ACL_STATEFUL"
25614   - "ACL_STATELESS"
25615   - "ACL_STATEFUL"
25616   layout:
25617     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25618     layout: "plot-throughput-speedup-analysis"
25619
25620 -
25621   type: "plot"
25622   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25623   algorithm: "plot_throughput_speedup_analysis"
25624   output-file-type: ".html"
25625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25626   data: "plot-throughput-speedup-analysis-3n-hsw"
25627   filter: "'NIC_Intel-X520-DA2' and
25628            '64B' and
25629            'NDRPDR' and
25630            'IP4FWD' and
25631            'IACL' and
25632            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25633            not 'IPSEC' and
25634            not 'VHOST'"
25635   parameters:
25636   - "throughput"
25637   - "parent"
25638   - "tags"
25639   sort:
25640   - "ACL_STATELESS"
25641   - "ACL_STATEFUL"
25642   - "ACL_STATELESS"
25643   - "ACL_STATEFUL"
25644   layout:
25645     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25646     layout: "plot-throughput-speedup-analysis"
25647
25648 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25649 -
25650   type: "plot"
25651   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25652   algorithm: "plot_throughput_speedup_analysis"
25653   output-file-type: ".html"
25654   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25655   data: "plot-throughput-speedup-analysis-3n-hsw"
25656   filter: "'NIC_Intel-X520-DA2' and
25657            '64B' and
25658            'NDRPDR' and
25659            'IP4FWD' and
25660            'OACL' and
25661            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25662            not 'IPSEC' and
25663            not 'VHOST'"
25664   parameters:
25665   - "throughput"
25666   - "parent"
25667   - "tags"
25668   sort:
25669   - "ACL_STATELESS"
25670   - "ACL_STATEFUL"
25671   - "ACL_STATELESS"
25672   - "ACL_STATEFUL"
25673   layout:
25674     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25675     layout: "plot-throughput-speedup-analysis"
25676
25677 -
25678   type: "plot"
25679   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25680   algorithm: "plot_throughput_speedup_analysis"
25681   output-file-type: ".html"
25682   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25683   data: "plot-throughput-speedup-analysis-3n-hsw"
25684   filter: "'NIC_Intel-X520-DA2' and
25685            '64B' and
25686            'NDRPDR' and
25687            'IP4FWD' and
25688            'OACL' and
25689            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25690            not 'IPSEC' and
25691            not 'VHOST'"
25692   parameters:
25693   - "throughput"
25694   - "parent"
25695   - "tags"
25696   sort:
25697   - "ACL_STATELESS"
25698   - "ACL_STATEFUL"
25699   - "ACL_STATELESS"
25700   - "ACL_STATEFUL"
25701   layout:
25702     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25703     layout: "plot-throughput-speedup-analysis"
25704
25705 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25706 -
25707   type: "plot"
25708   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25709   algorithm: "plot_throughput_speedup_analysis"
25710   output-file-type: ".html"
25711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25712   data: "plot-throughput-speedup-analysis-3n-hsw"
25713   filter: "'NIC_Intel-X710' and
25714            '64B' and
25715            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25716            'NDRPDR' and
25717            'IP4FWD' and
25718            not 'IPSEC' and
25719            not 'VHOST'"
25720   parameters:
25721   - "throughput"
25722   - "parent"
25723   - "tags"
25724   sort:
25725   - "DOT1Q"
25726   - "IP4BASE"
25727   - "FIB_20K"
25728   - "FIB_200K"
25729   - "FIB_2M"
25730   layout:
25731     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25732     layout: "plot-throughput-speedup-analysis"
25733
25734 -
25735   type: "plot"
25736   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25737   algorithm: "plot_throughput_speedup_analysis"
25738   output-file-type: ".html"
25739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25740   data: "plot-throughput-speedup-analysis-3n-hsw"
25741   filter: "'NIC_Intel-X710' and
25742            '64B' and
25743            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25744            'NDRPDR' and
25745            'IP4FWD' and
25746            not 'IPSEC' and
25747            not 'VHOST'"
25748   parameters:
25749   - "throughput"
25750   - "parent"
25751   - "tags"
25752   sort:
25753   - "DOT1Q"
25754   - "IP4BASE"
25755   - "FIB_20K"
25756   - "FIB_200K"
25757   - "FIB_2M"
25758   layout:
25759     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25760     layout: "plot-throughput-speedup-analysis"
25761
25762 # Speedup - VPP IPv4 3n-hsw-x710 features
25763 -
25764   type: "plot"
25765   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25766   algorithm: "plot_throughput_speedup_analysis"
25767   output-file-type: ".html"
25768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25769   data: "plot-throughput-speedup-analysis-3n-hsw"
25770   filter: "'NIC_Intel-X710' and
25771            '64B' and
25772            ('IP4BASE' or
25773             'POLICE_MARK' or
25774             'COPWHLIST' or
25775             ('NAT44' and 'BASE') or
25776             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25777            'NDRPDR' and
25778            'IP4FWD' and
25779            not 'IPSEC' and
25780            not 'VHOST'"
25781   parameters:
25782   - "throughput"
25783   - "parent"
25784   - "tags"
25785   sort:
25786   - "IP4BASE"
25787   - "NAT44"
25788   - "POLICE_MARK"
25789   - "COPWHLIST"
25790   - "IACL"
25791   - "OACL"
25792   layout:
25793     title: "ip4-3n-hsw-x710-64b-features-ndr"
25794     layout: "plot-throughput-speedup-analysis"
25795
25796 -
25797   type: "plot"
25798   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25799   algorithm: "plot_throughput_speedup_analysis"
25800   output-file-type: ".html"
25801   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25802   data: "plot-throughput-speedup-analysis-3n-hsw"
25803   filter: "'NIC_Intel-X710' and
25804            '64B' and
25805            ('IP4BASE' or
25806             'POLICE_MARK' or
25807             'COPWHLIST' or
25808             ('NAT44' and 'BASE') or
25809             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25810            'NDRPDR' and
25811            'IP4FWD' and
25812            not 'IPSEC' and
25813            not 'VHOST'"
25814   parameters:
25815   - "throughput"
25816   - "parent"
25817   - "tags"
25818   sort:
25819   - "IP4BASE"
25820   - "NAT44"
25821   - "POLICE_MARK"
25822   - "COPWHLIST"
25823   - "IACL"
25824   - "OACL"
25825   layout:
25826     title: "ip4-3n-hsw-x710-64b-features-pdr"
25827     layout: "plot-throughput-speedup-analysis"
25828
25829 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25830 -
25831   type: "plot"
25832   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25833   algorithm: "plot_throughput_speedup_analysis"
25834   output-file-type: ".html"
25835   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25836   data: "plot-throughput-speedup-analysis-3n-hsw"
25837   filter: "'NIC_Intel-X710' and
25838            '64B' and
25839            'NDRPDR' and
25840            'IP4FWD' and
25841            'NAT44' and
25842            not 'IPSEC' and
25843            not 'VHOST'"
25844   parameters:
25845   - "throughput"
25846   - "parent"
25847   - "tags"
25848   sort:
25849   - "BASE"
25850   - "BASE"
25851   - "SRC_USER_10"
25852   - "SRC_USER_100"
25853   - "SRC_USER_1000"
25854   - "SRC_USER_2000"
25855   layout:
25856     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25857     layout: "plot-throughput-speedup-analysis"
25858
25859 -
25860   type: "plot"
25861   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25862   algorithm: "plot_throughput_speedup_analysis"
25863   output-file-type: ".html"
25864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25865   data: "plot-throughput-speedup-analysis-3n-hsw"
25866   filter: "'NIC_Intel-X710' and
25867            '64B' and
25868            'NDRPDR' and
25869            'IP4FWD' and
25870            'NAT44' and
25871            not 'IPSEC' and
25872            not 'VHOST'"
25873   parameters:
25874   - "throughput"
25875   - "parent"
25876   - "tags"
25877   sort:
25878   - "BASE"
25879   - "BASE"
25880   - "SRC_USER_10"
25881   - "SRC_USER_100"
25882   - "SRC_USER_1000"
25883   - "SRC_USER_2000"
25884   layout:
25885     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25886     layout: "plot-throughput-speedup-analysis"
25887
25888 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25889 -
25890   type: "plot"
25891   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25892   algorithm: "plot_throughput_speedup_analysis"
25893   output-file-type: ".html"
25894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25895   data: "plot-throughput-speedup-analysis-3n-hsw"
25896   filter: "'NIC_Intel-X710' and
25897            '64B' and
25898            'NDRPDR' and
25899            'IP4FWD' and
25900            'IACL' and
25901            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25902            not 'IPSEC' and
25903            not 'VHOST'"
25904   parameters:
25905   - "throughput"
25906   - "parent"
25907   - "tags"
25908   sort:
25909   - "ACL_STATELESS"
25910   - "ACL_STATEFUL"
25911   - "ACL_STATELESS"
25912   - "ACL_STATEFUL"
25913   layout:
25914     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25915     layout: "plot-throughput-speedup-analysis"
25916
25917 -
25918   type: "plot"
25919   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25920   algorithm: "plot_throughput_speedup_analysis"
25921   output-file-type: ".html"
25922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25923   data: "plot-throughput-speedup-analysis-3n-hsw"
25924   filter: "'NIC_Intel-X710' and
25925            '64B' and
25926            'NDRPDR' and
25927            'IP4FWD' and
25928            'IACL' and
25929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25930            not 'IPSEC' and
25931            not 'VHOST'"
25932   parameters:
25933   - "throughput"
25934   - "parent"
25935   - "tags"
25936   sort:
25937   - "ACL_STATELESS"
25938   - "ACL_STATEFUL"
25939   - "ACL_STATELESS"
25940   - "ACL_STATEFUL"
25941   layout:
25942     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25943     layout: "plot-throughput-speedup-analysis"
25944
25945 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
25946 -
25947   type: "plot"
25948   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25949   algorithm: "plot_throughput_speedup_analysis"
25950   output-file-type: ".html"
25951   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25952   data: "plot-throughput-speedup-analysis-3n-hsw"
25953   filter: "'NIC_Intel-X710' and
25954            '64B' and
25955            'NDRPDR' and
25956            'IP4FWD' and
25957            'OACL' and
25958            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25959            not 'IPSEC' and
25960            not 'VHOST'"
25961   parameters:
25962   - "throughput"
25963   - "parent"
25964   - "tags"
25965   sort:
25966   - "ACL_STATELESS"
25967   - "ACL_STATEFUL"
25968   - "ACL_STATELESS"
25969   - "ACL_STATEFUL"
25970   layout:
25971     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25972     layout: "plot-throughput-speedup-analysis"
25973
25974 -
25975   type: "plot"
25976   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25977   algorithm: "plot_throughput_speedup_analysis"
25978   output-file-type: ".html"
25979   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25980   data: "plot-throughput-speedup-analysis-3n-hsw"
25981   filter: "'NIC_Intel-X710' and
25982            '64B' and
25983            'NDRPDR' and
25984            'IP4FWD' and
25985            'OACL' and
25986            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25987            not 'IPSEC' and
25988            not 'VHOST'"
25989   parameters:
25990   - "throughput"
25991   - "parent"
25992   - "tags"
25993   sort:
25994   - "ACL_STATELESS"
25995   - "ACL_STATEFUL"
25996   - "ACL_STATELESS"
25997   - "ACL_STATEFUL"
25998   layout:
25999     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
26000     layout: "plot-throughput-speedup-analysis"
26001
26002 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
26003 -
26004   type: "plot"
26005   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26006   algorithm: "plot_throughput_speedup_analysis"
26007   output-file-type: ".html"
26008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26009   data: "plot-throughput-speedup-analysis-3n-hsw"
26010   filter: "'NIC_Intel-XL710' and
26011            '64B' and
26012            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26013            'NDRPDR' and
26014            'IP4FWD' and
26015            not 'IPSEC' and
26016            not 'VHOST'"
26017   parameters:
26018   - "throughput"
26019   - "parent"
26020   - "tags"
26021   sort:
26022   - "IP4BASE"
26023   - "FIB_20K"
26024   - "FIB_200K"
26025   - "FIB_2M"
26026   layout:
26027     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26028     layout: "plot-throughput-speedup-analysis"
26029
26030 -
26031   type: "plot"
26032   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26033   algorithm: "plot_throughput_speedup_analysis"
26034   output-file-type: ".html"
26035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26036   data: "plot-throughput-speedup-analysis-3n-hsw"
26037   filter: "'NIC_Intel-XL710' and
26038            '64B' and
26039            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26040            'NDRPDR' and
26041            'IP4FWD' and
26042            not 'IPSEC' and
26043            not 'VHOST'"
26044   parameters:
26045   - "throughput"
26046   - "parent"
26047   - "tags"
26048   sort:
26049   - "IP4BASE"
26050   - "FIB_20K"
26051   - "FIB_200K"
26052   - "FIB_2M"
26053   layout:
26054     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26055     layout: "plot-throughput-speedup-analysis"
26056
26057 # Speedup - VPP IPv4 3n-skx-x710 base and scale
26058 -
26059   type: "plot"
26060   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26061   algorithm: "plot_throughput_speedup_analysis"
26062   output-file-type: ".html"
26063   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26064   data: "plot-throughput-speedup-analysis-3n-skx"
26065   filter: "'NIC_Intel-X710' and
26066            '64B' and
26067            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26068            'NDRPDR' and
26069            'IP4FWD' and
26070            not 'IPSEC' and
26071            not 'VHOST'"
26072   parameters:
26073   - "throughput"
26074   - "parent"
26075   - "tags"
26076   sort:
26077   - "IP4BASE"
26078   - "FIB_20K"
26079   - "FIB_200K"
26080   - "FIB_2M"
26081   layout:
26082     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
26083     layout: "plot-throughput-speedup-analysis"
26084
26085 -
26086   type: "plot"
26087   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26088   algorithm: "plot_throughput_speedup_analysis"
26089   output-file-type: ".html"
26090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26091   data: "plot-throughput-speedup-analysis-3n-skx"
26092   filter: "'NIC_Intel-X710' and
26093            '64B' and
26094            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26095            'NDRPDR' and
26096            'IP4FWD' and
26097            not 'IPSEC' and
26098            not 'VHOST'"
26099   parameters:
26100   - "throughput"
26101   - "parent"
26102   - "tags"
26103   sort:
26104   - "IP4BASE"
26105   - "FIB_20K"
26106   - "FIB_200K"
26107   - "FIB_2M"
26108   layout:
26109     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
26110     layout: "plot-throughput-speedup-analysis"
26111
26112 # Speedup - VPP IPv4 3n-skx-x710 features
26113 -
26114   type: "plot"
26115   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
26116   algorithm: "plot_throughput_speedup_analysis"
26117   output-file-type: ".html"
26118   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
26119   data: "plot-throughput-speedup-analysis-3n-skx"
26120   filter: "'NIC_Intel-X710' and
26121            '64B' and
26122            ('IP4BASE' or
26123             'POLICE_MARK' or
26124             'COPWHLIST' or
26125             ('NAT44' and 'BASE') or
26126             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26127            'NDRPDR' and
26128            'IP4FWD' and
26129            not 'IPSEC' and
26130            not 'VHOST'"
26131   parameters:
26132   - "throughput"
26133   - "parent"
26134   - "tags"
26135   sort:
26136   - "IP4BASE"
26137   - "NAT44"
26138   - "POLICE_MARK"
26139   - "COPWHLIST"
26140   - "IACL"
26141   - "OACL"
26142   layout:
26143     title: "ip4-3n-skx-x710-64b-features-ndr"
26144     layout: "plot-throughput-speedup-analysis"
26145
26146 -
26147   type: "plot"
26148   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
26149   algorithm: "plot_throughput_speedup_analysis"
26150   output-file-type: ".html"
26151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
26152   data: "plot-throughput-speedup-analysis-3n-skx"
26153   filter: "'NIC_Intel-X710' and
26154            '64B' and
26155            ('IP4BASE' or
26156             'POLICE_MARK' or
26157             'COPWHLIST' or
26158             ('NAT44' and 'BASE') or
26159             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26160            'NDRPDR' and
26161            'IP4FWD' and
26162            not 'IPSEC' and
26163            not 'VHOST'"
26164   parameters:
26165   - "throughput"
26166   - "parent"
26167   - "tags"
26168   sort:
26169   - "IP4BASE"
26170   - "NAT44"
26171   - "POLICE_MARK"
26172   - "COPWHLIST"
26173   - "IACL"
26174   - "OACL"
26175   layout:
26176     title: "ip4-3n-skx-x710-64b-features-pdr"
26177     layout: "plot-throughput-speedup-analysis"
26178
26179 # Speedup - VPP IPv4 3n-skx-x710 features nat44
26180 -
26181   type: "plot"
26182   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26183   algorithm: "plot_throughput_speedup_analysis"
26184   output-file-type: ".html"
26185   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26186   data: "plot-throughput-speedup-analysis-3n-skx"
26187   filter: "'NIC_Intel-X710' and
26188            '64B' and
26189            'NDRPDR' and
26190            'IP4FWD' and
26191            'NAT44' and
26192            not 'IPSEC' and
26193            not 'VHOST'"
26194   parameters:
26195   - "throughput"
26196   - "parent"
26197   - "tags"
26198   sort:
26199   - "BASE"
26200   - "BASE"
26201   - "SRC_USER_10"
26202   - "SRC_USER_100"
26203   - "SRC_USER_1000"
26204   - "SRC_USER_2000"
26205   layout:
26206     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
26207     layout: "plot-throughput-speedup-analysis"
26208
26209 -
26210   type: "plot"
26211   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26212   algorithm: "plot_throughput_speedup_analysis"
26213   output-file-type: ".html"
26214   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26215   data: "plot-throughput-speedup-analysis-3n-skx"
26216   filter: "'NIC_Intel-X710' and
26217            '64B' and
26218            'NDRPDR' and
26219            'IP4FWD' and
26220            'NAT44' and
26221            not 'IPSEC' and
26222            not 'VHOST'"
26223   parameters:
26224   - "throughput"
26225   - "parent"
26226   - "tags"
26227   sort:
26228   - "BASE"
26229   - "BASE"
26230   - "SRC_USER_10"
26231   - "SRC_USER_100"
26232   - "SRC_USER_1000"
26233   - "SRC_USER_2000"
26234   layout:
26235     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
26236     layout: "plot-throughput-speedup-analysis"
26237
26238 # Speedup - VPP IPv4 3n-skx-x710 features iacl
26239 -
26240   type: "plot"
26241   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26242   algorithm: "plot_throughput_speedup_analysis"
26243   output-file-type: ".html"
26244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26245   data: "plot-throughput-speedup-analysis-3n-skx"
26246   filter: "'NIC_Intel-X710' and
26247            '64B' and
26248            'NDRPDR' and
26249            'IP4FWD' and
26250            'IACL' and
26251            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26252            not 'IPSEC' and
26253            not 'VHOST'"
26254   parameters:
26255   - "throughput"
26256   - "parent"
26257   - "tags"
26258   sort:
26259   - "ACL_STATELESS"
26260   - "ACL_STATEFUL"
26261   - "ACL_STATELESS"
26262   - "ACL_STATEFUL"
26263   layout:
26264     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
26265     layout: "plot-throughput-speedup-analysis"
26266
26267 -
26268   type: "plot"
26269   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26270   algorithm: "plot_throughput_speedup_analysis"
26271   output-file-type: ".html"
26272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26273   data: "plot-throughput-speedup-analysis-3n-skx"
26274   filter: "'NIC_Intel-X710' and
26275            '64B' and
26276            'NDRPDR' and
26277            'IP4FWD' and
26278            'IACL' and
26279            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26280            not 'IPSEC' and
26281            not 'VHOST'"
26282   parameters:
26283   - "throughput"
26284   - "parent"
26285   - "tags"
26286   sort:
26287   - "ACL_STATELESS"
26288   - "ACL_STATEFUL"
26289   - "ACL_STATELESS"
26290   - "ACL_STATEFUL"
26291   layout:
26292     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
26293     layout: "plot-throughput-speedup-analysis"
26294
26295 # Speedup - VPP IPv4 3n-skx-x710 features oacl
26296 -
26297   type: "plot"
26298   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26299   algorithm: "plot_throughput_speedup_analysis"
26300   output-file-type: ".html"
26301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26302   data: "plot-throughput-speedup-analysis-3n-skx"
26303   filter: "'NIC_Intel-X710' and
26304            '64B' and
26305            'NDRPDR' and
26306            'IP4FWD' and
26307            'OACL' and
26308            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26309            not 'IPSEC' and
26310            not 'VHOST'"
26311   parameters:
26312   - "throughput"
26313   - "parent"
26314   - "tags"
26315   sort:
26316   - "ACL_STATELESS"
26317   - "ACL_STATEFUL"
26318   - "ACL_STATELESS"
26319   - "ACL_STATEFUL"
26320   layout:
26321     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
26322     layout: "plot-throughput-speedup-analysis"
26323
26324 -
26325   type: "plot"
26326   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26327   algorithm: "plot_throughput_speedup_analysis"
26328   output-file-type: ".html"
26329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26330   data: "plot-throughput-speedup-analysis-3n-skx"
26331   filter: "'NIC_Intel-X710' and
26332            '64B' and
26333            'NDRPDR' and
26334            'IP4FWD' and
26335            'OACL' and
26336            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26337            not 'IPSEC' and
26338            not 'VHOST'"
26339   parameters:
26340   - "throughput"
26341   - "parent"
26342   - "tags"
26343   sort:
26344   - "ACL_STATELESS"
26345   - "ACL_STATEFUL"
26346   - "ACL_STATELESS"
26347   - "ACL_STATEFUL"
26348   layout:
26349     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
26350     layout: "plot-throughput-speedup-analysis"
26351
26352 # Speedup - VPP IPv4 2n-skx-x710 base and scale
26353 -
26354   type: "plot"
26355   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26356   algorithm: "plot_throughput_speedup_analysis"
26357   output-file-type: ".html"
26358   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26359   data: "plot-throughput-speedup-analysis-2n-skx"
26360   filter: "'NIC_Intel-X710' and
26361            '64B' and
26362            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26363            'NDRPDR' and
26364            'IP4FWD' and
26365            not 'IPSEC' and
26366            not 'VHOST'"
26367   parameters:
26368   - "throughput"
26369   - "parent"
26370   - "tags"
26371   sort:
26372   - "DOT1Q"
26373   - "IP4BASE"
26374   - "FIB_20k"
26375   - "FIB_200k"
26376   - "FIB_2M"
26377   layout:
26378     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
26379     layout: "plot-throughput-speedup-analysis"
26380
26381 -
26382   type: "plot"
26383   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26384   algorithm: "plot_throughput_speedup_analysis"
26385   output-file-type: ".html"
26386   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26387   data: "plot-throughput-speedup-analysis-2n-skx"
26388   filter: "'NIC_Intel-X710' and
26389            '64B' and
26390            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26391            'NDRPDR' and
26392            'IP4FWD' and
26393            not 'IPSEC' and
26394            not 'VHOST'"
26395   parameters:
26396   - "throughput"
26397   - "parent"
26398   - "tags"
26399   sort:
26400   - "DOT1Q"
26401   - "IP4BASE"
26402   - "FIB_20k"
26403   - "FIB_200k"
26404   - "FIB_2M"
26405   layout:
26406     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
26407     layout: "plot-throughput-speedup-analysis"
26408
26409 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
26410 -
26411   type: "plot"
26412   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26413   algorithm: "plot_throughput_speedup_analysis"
26414   output-file-type: ".html"
26415   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26416   data: "plot-throughput-speedup-analysis-2n-skx"
26417   filter: "'NIC_Intel-XXV710' and
26418            '64B' and
26419            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26420            'NDRPDR' and
26421            'IP4FWD' and
26422            not 'IPSEC' and
26423            not 'VHOST'"
26424   parameters:
26425   - "throughput"
26426   - "parent"
26427   - "tags"
26428   sort:
26429   - "DOT1Q"
26430   - "IP4BASE"
26431   - "FIB_20k"
26432   - "FIB_200k"
26433   - "FIB_2M"
26434   layout:
26435     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26436     layout: "plot-throughput-speedup-analysis"
26437
26438 -
26439   type: "plot"
26440   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26441   algorithm: "plot_throughput_speedup_analysis"
26442   output-file-type: ".html"
26443   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26444   data: "plot-throughput-speedup-analysis-2n-skx"
26445   filter: "'NIC_Intel-XXV710' and
26446            '64B' and
26447            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26448            'NDRPDR' and
26449            'IP4FWD' and
26450            not 'IPSEC' and
26451            not 'VHOST'"
26452   parameters:
26453   - "throughput"
26454   - "parent"
26455   - "tags"
26456   sort:
26457   - "DOT1Q"
26458   - "IP4BASE"
26459   - "FIB_20k"
26460   - "FIB_200k"
26461   - "FIB_2M"
26462   layout:
26463     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26464     layout: "plot-throughput-speedup-analysis"
26465
26466 # Speedup - VPP IPv4 2n-dnv-x553 base
26467 -
26468   type: "plot"
26469   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
26470   algorithm: "plot_throughput_speedup_analysis"
26471   output-file-type: ".html"
26472   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
26473   data: "intel-dnv-vpp"
26474   filter: "'NIC_Intel-X553' and
26475            '64B' and
26476            'IP4BASE' and
26477            'NDRPDR' and
26478            'IP4FWD' and
26479            not 'IPSEC' and
26480            not 'VHOST'"
26481   parameters:
26482   - "throughput"
26483   - "parent"
26484   - "tags"
26485   sort:
26486   - "IP4BASE"
26487   layout:
26488     title: "ip4-2n-dnv-x553-64b-base-ndr"
26489     layout: "plot-throughput-speedup-analysis"
26490
26491 -
26492   type: "plot"
26493   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
26494   algorithm: "plot_throughput_speedup_analysis"
26495   output-file-type: ".html"
26496   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
26497   data: "intel-dnv-vpp"
26498   filter: "'NIC_Intel-X553' and
26499            '64B' and
26500            'IP4BASE' and
26501            'NDRPDR' and
26502            'IP4FWD' and
26503            not 'IPSEC' and
26504            not 'VHOST'"
26505   parameters:
26506   - "throughput"
26507   - "parent"
26508   - "tags"
26509   sort:
26510   - "IP4BASE"
26511   layout:
26512     title: "ip4-2n-dnv-x553-64b-base-pdr"
26513     layout: "plot-throughput-speedup-analysis"
26514
26515 ################################################################################
26516
26517 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
26518 -
26519   type: "plot"
26520   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26521   algorithm: "plot_throughput_speedup_analysis"
26522   output-file-type: ".html"
26523   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26524   data: "plot-throughput-speedup-analysis-3n-hsw"
26525   filter: "'NIC_Intel-X520_DA2' and
26526            '64B' and
26527            'ENCAP' and
26528            'NDRPDR' and
26529            ('VXLAN' or 'LISP') and
26530            not 'VHOST' and
26531            not 'IPSECHW'"
26532   parameters:
26533   - "throughput"
26534   - "parent"
26535   - "tags"
26536   sort:
26537   - "not DOT1Q"
26538   - "VXLAN_1"
26539   - "VXLAN_10"
26540   - "VXLAN_100"
26541   - "VXLAN_1000"
26542   layout:
26543     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
26544     layout: "plot-throughput-speedup-analysis"
26545
26546 -
26547   type: "plot"
26548   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26549   algorithm: "plot_throughput_speedup_analysis"
26550   output-file-type: ".html"
26551   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26552   data: "plot-throughput-speedup-analysis-3n-hsw"
26553   filter: "'NIC_Intel-X520_DA2' and
26554            '64B' and
26555            'ENCAP' and
26556            'NDRPDR' and
26557            ('VXLAN' or 'LISP') and
26558            not 'VHOST' and
26559            not 'IPSECHW'"
26560   parameters:
26561   - "throughput"
26562   - "parent"
26563   - "tags"
26564   sort:
26565   - "not DOT1Q"
26566   - "VXLAN_1"
26567   - "VXLAN_10"
26568   - "VXLAN_100"
26569   - "VXLAN_1000"
26570   layout:
26571     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
26572     layout: "plot-throughput-speedup-analysis"
26573
26574 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
26575 -
26576   type: "plot"
26577   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26578   algorithm: "plot_throughput_speedup_analysis"
26579   output-file-type: ".html"
26580   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26581   data: "plot-throughput-speedup-analysis-3n-hsw"
26582   filter: "'NIC_Intel-X520-DA2' and
26583            '64B' and
26584            'ENCAP' and
26585            'NDRPDR' and
26586            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26587            not 'DOT1Q' and
26588            not 'VHOST' and
26589            not 'IPSECHW'"
26590   parameters:
26591   - "throughput"
26592   - "parent"
26593   - "tags"
26594   sort:
26595   - "L2BDMACLRN"
26596   - "L2XCFWD"
26597   - "LISP"
26598   layout:
26599     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26600     layout: "plot-throughput-speedup-analysis"
26601
26602 -
26603   type: "plot"
26604   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26605   algorithm: "plot_throughput_speedup_analysis"
26606   output-file-type: ".html"
26607   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26608   data: "plot-throughput-speedup-analysis-3n-hsw"
26609   filter: "'NIC_Intel-X520-DA2' and
26610            '64B' and
26611            'ENCAP' and
26612            'NDRPDR' and
26613            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26614            not 'DOT1Q' and
26615            not 'VHOST' and
26616            not 'IPSECHW'"
26617   parameters:
26618   - "throughput"
26619   - "parent"
26620   - "tags"
26621   sort:
26622   - "L2BDMACLRN"
26623   - "L2XCFWD"
26624   - "LISP"
26625   layout:
26626     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26627     layout: "plot-throughput-speedup-analysis"
26628
26629 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26630 -
26631   type: "plot"
26632   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26633   algorithm: "plot_throughput_speedup_analysis"
26634   output-file-type: ".html"
26635   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26636   data: "plot-throughput-speedup-analysis-3n-hsw"
26637   filter: "'NIC_Intel-X710' and
26638            '64B' and
26639            'ENCAP' and
26640            'NDRPDR' and
26641            ('VXLAN' or 'LISP') and
26642            not 'VHOST' and
26643            not 'IPSECHW'"
26644   parameters:
26645   - "throughput"
26646   - "parent"
26647   - "tags"
26648   sort:
26649   - "LISP"
26650   - "VXLAN_1"
26651   - "VXLAN_10"
26652   - "VXLAN_100"
26653   - "VXLAN_1000"
26654   layout:
26655     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26656     layout: "plot-throughput-speedup-analysis"
26657
26658 -
26659   type: "plot"
26660   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26661   algorithm: "plot_throughput_speedup_analysis"
26662   output-file-type: ".html"
26663   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26664   data: "plot-throughput-speedup-analysis-3n-hsw"
26665   filter: "'NIC_Intel-X710' and
26666            '64B' and
26667            'ENCAP' and
26668            'NDRPDR' and
26669            ('VXLAN' or 'LISP') and
26670            not 'VHOST' and
26671            not 'IPSECHW'"
26672   parameters:
26673   - "throughput"
26674   - "parent"
26675   - "tags"
26676   sort:
26677   - "LISP"
26678   - "VXLAN_1"
26679   - "VXLAN_10"
26680   - "VXLAN_100"
26681   - "VXLAN_1000"
26682   layout:
26683     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26684     layout: "plot-throughput-speedup-analysis"
26685
26686 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26687 -
26688   type: "plot"
26689   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26690   algorithm: "plot_throughput_speedup_analysis"
26691   output-file-type: ".html"
26692   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26693   data: "plot-throughput-speedup-analysis-3n-hsw"
26694   filter: "'NIC_Intel-X710' and
26695            '64B' and
26696            'ENCAP' and
26697            'NDRPDR' and
26698            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26699            not 'DOT1Q' and
26700            not 'VHOST' and
26701            not 'IPSECHW'"
26702   parameters:
26703   - "throughput"
26704   - "parent"
26705   - "tags"
26706   sort:
26707   - "L2BDMACLRN"
26708   - "L2XCFWD"
26709   - "LISP"
26710   layout:
26711     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26712     layout: "plot-throughput-speedup-analysis"
26713
26714 -
26715   type: "plot"
26716   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26717   algorithm: "plot_throughput_speedup_analysis"
26718   output-file-type: ".html"
26719   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26720   data: "plot-throughput-speedup-analysis-3n-hsw"
26721   filter: "'NIC_Intel-X710' and
26722            '64B' and
26723            'ENCAP' and
26724            'NDRPDR' and
26725            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26726            not 'DOT1Q' and
26727            not 'VHOST' and
26728            not 'IPSECHW'"
26729   parameters:
26730   - "throughput"
26731   - "parent"
26732   - "tags"
26733   sort:
26734   - "L2BDMACLRN"
26735   - "L2XCFWD"
26736   - "LISP"
26737   layout:
26738     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26739     layout: "plot-throughput-speedup-analysis"
26740
26741 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26742 -
26743   type: "plot"
26744   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26745   algorithm: "plot_throughput_speedup_analysis"
26746   output-file-type: ".html"
26747   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26748   data: "plot-throughput-speedup-analysis-3n-skx"
26749   filter: "'NIC_Intel-X710' and
26750            '64B' and
26751            'ENCAP' and
26752            'NDRPDR' and
26753            'VXLAN' and
26754            'L2BDMACLRN' and
26755            not 'VHOST' and
26756            not 'IPSECHW'"
26757   parameters:
26758   - "throughput"
26759   - "parent"
26760   - "tags"
26761   sort:
26762   - "LISP"
26763   - "VXLAN_1"
26764   - "VXLAN_10"
26765   - "VXLAN_100"
26766   - "VXLAN_1000"
26767   layout:
26768     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26769     layout: "plot-throughput-speedup-analysis"
26770
26771 -
26772   type: "plot"
26773   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26774   algorithm: "plot_throughput_speedup_analysis"
26775   output-file-type: ".html"
26776   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26777   data: "plot-throughput-speedup-analysis-3n-skx"
26778   filter: "'NIC_Intel-X710' and
26779            '64B' and
26780            'ENCAP' and
26781            'NDRPDR' and
26782            'VXLAN' and
26783            'L2BDMACLRN' and
26784            not 'VHOST' and
26785            not 'IPSECHW'"
26786   parameters:
26787   - "throughput"
26788   - "parent"
26789   - "tags"
26790   sort:
26791   - "LISP"
26792   - "VXLAN_1"
26793   - "VXLAN_10"
26794   - "VXLAN_100"
26795   - "VXLAN_1000"
26796   layout:
26797     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26798     layout: "plot-throughput-speedup-analysis"
26799
26800 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26801 -
26802   type: "plot"
26803   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26804   algorithm: "plot_throughput_speedup_analysis"
26805   output-file-type: ".html"
26806   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26807   data: "plot-throughput-speedup-analysis-3n-skx"
26808   filter: "'NIC_Intel-X710' and
26809            '64B' and
26810            'ENCAP' and
26811            'NDRPDR' and
26812            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26813            not 'DOT1Q' and
26814            not 'VHOST' and
26815            not 'IPSECHW'"
26816   parameters:
26817   - "throughput"
26818   - "parent"
26819   - "tags"
26820   sort:
26821   - "L2BDMACLRN"
26822   - "L2XCFWD"
26823   - "LISP"
26824   layout:
26825     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26826     layout: "plot-throughput-speedup-analysis"
26827
26828 -
26829   type: "plot"
26830   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26831   algorithm: "plot_throughput_speedup_analysis"
26832   output-file-type: ".html"
26833   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26834   data: "plot-throughput-speedup-analysis-3n-skx"
26835   filter: "'NIC_Intel-X710' and
26836            '64B' and
26837            'ENCAP' and
26838            'NDRPDR' and
26839            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26840            not 'DOT1Q' and
26841            not 'VHOST' and
26842            not 'IPSECHW'"
26843   parameters:
26844   - "throughput"
26845   - "parent"
26846   - "tags"
26847   sort:
26848   - "L2BDMACLRN"
26849   - "L2XCFWD"
26850   - "LISP"
26851   layout:
26852     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26853     layout: "plot-throughput-speedup-analysis"
26854
26855 ################################################################################
26856
26857 # Speedup - VPP IPv6 3n-hsw-x520
26858 -
26859   type: "plot"
26860   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26861   algorithm: "plot_throughput_speedup_analysis"
26862   output-file-type: ".html"
26863   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26864   data: "plot-throughput-speedup-analysis-3n-hsw"
26865   filter: "'NIC_Intel-X520-DA2' and
26866            '78B' and
26867            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26868            'NDRPDR' and
26869            'IP6FWD' and
26870            not 'SRv6' and
26871            not 'IPSEC' and
26872            not 'VHOST'"
26873   parameters:
26874   - "throughput"
26875   - "parent"
26876   - "tags"
26877   sort:
26878   - "IP6BASE"
26879   - "FIB_20K"
26880   - "FIB_200K"
26881   - "FIB_2M"
26882   layout:
26883     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26884     layout: "plot-throughput-speedup-analysis"
26885
26886 -
26887   type: "plot"
26888   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26889   algorithm: "plot_throughput_speedup_analysis"
26890   output-file-type: ".html"
26891   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26892   data: "plot-throughput-speedup-analysis-3n-hsw"
26893   filter: "'NIC_Intel-X520-DA2' and
26894            '78B' and
26895            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26896            'NDRPDR' and
26897            'IP6FWD' and
26898            not 'SRv6' and
26899            not 'IPSEC' and
26900            not 'VHOST'"
26901   parameters:
26902   - "throughput"
26903   - "parent"
26904   - "tags"
26905   sort:
26906   - "IP6BASE"
26907   - "FIB_20K"
26908   - "FIB_200K"
26909   - "FIB_2M"
26910   layout:
26911     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26912     layout: "plot-throughput-speedup-analysis"
26913
26914 # Speedup - VPP IPv6 3n-hsw-x520 features
26915 -
26916   type: "plot"
26917   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26918   algorithm: "plot_throughput_speedup_analysis"
26919   output-file-type: ".html"
26920   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26921   data: "plot-throughput-speedup-analysis-3n-hsw"
26922   filter: "'NIC_Intel-X520-DA2' and
26923            '78B' and
26924            ('IP6BASE' or
26925             'POLICE_MARK' or
26926             'COPWHLIST' or
26927             'IACLDST') and
26928            'NDRPDR' and
26929            'IP6FWD' and
26930            not 'SRv6' and
26931            not 'IPSEC' and
26932            not 'VHOST'"
26933   parameters:
26934   - "throughput"
26935   - "parent"
26936   - "tags"
26937   sort:
26938   - "IP6BASE"
26939   - "POLICE_MARK"
26940   - "COPWHLIST"
26941   - "IACLDST"
26942   layout:
26943     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26944     layout: "plot-throughput-speedup-analysis"
26945
26946 -
26947   type: "plot"
26948   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26949   algorithm: "plot_throughput_speedup_analysis"
26950   output-file-type: ".html"
26951   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26952   data: "plot-throughput-speedup-analysis-3n-hsw"
26953   filter: "'NIC_Intel-X520-DA2' and
26954            '78B' and
26955            ('IP6BASE' or
26956             'POLICE_MARK' or
26957             'COPWHLIST' or
26958             'IACLDST') and
26959            'NDRPDR' and
26960            'IP6FWD' and
26961            not 'SRv6' and
26962            not 'IPSEC' and
26963            not 'VHOST'"
26964   parameters:
26965   - "throughput"
26966   - "parent"
26967   - "tags"
26968   sort:
26969   - "IP6BASE"
26970   - "POLICE_MARK"
26971   - "COPWHLIST"
26972   - "IACLDST"
26973   layout:
26974     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26975     layout: "plot-throughput-speedup-analysis"
26976
26977 # Speedup - VPP IPv6 3n-hsw-x710
26978 -
26979   type: "plot"
26980   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26981   algorithm: "plot_throughput_speedup_analysis"
26982   output-file-type: ".html"
26983   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26984   data: "plot-throughput-speedup-analysis-3n-hsw"
26985   filter: "'NIC_Intel-X710' and
26986            '78B' and
26987            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26988            'NDRPDR' and
26989            'IP6FWD' and
26990            not 'SRv6' and
26991            not 'IPSEC' and
26992            not 'VHOST'"
26993   parameters:
26994   - "throughput"
26995   - "parent"
26996   - "tags"
26997   sort:
26998   - "IP6BASE"
26999   - "FIB_20K"
27000   - "FIB_200K"
27001   - "FIB_2M"
27002   layout:
27003     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
27004     layout: "plot-throughput-speedup-analysis"
27005
27006 -
27007   type: "plot"
27008   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27009   algorithm: "plot_throughput_speedup_analysis"
27010   output-file-type: ".html"
27011   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27012   data: "plot-throughput-speedup-analysis-3n-hsw"
27013   filter: "'NIC_Intel-X710' and
27014            '78B' and
27015            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27016            'NDRPDR' and
27017            'IP6FWD' and
27018            not 'SRv6' and
27019            not 'IPSEC' and
27020            not 'VHOST'"
27021   parameters:
27022   - "throughput"
27023   - "parent"
27024   - "tags"
27025   sort:
27026   - "IP6BASE"
27027   - "FIB_20K"
27028   - "FIB_200K"
27029   - "FIB_2M"
27030   layout:
27031     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
27032     layout: "plot-throughput-speedup-analysis"
27033
27034 # Speedup - VPP IPv6 3n-hsw-x710 features
27035 -
27036   type: "plot"
27037   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27038   algorithm: "plot_throughput_speedup_analysis"
27039   output-file-type: ".html"
27040   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27041   data: "plot-throughput-speedup-analysis-3n-hsw"
27042   filter: "'NIC_Intel-X710' and
27043            '78B' and
27044            ('IP6BASE' or
27045             'POLICE_MARK' or
27046             'COPWHLIST' or
27047             'IACLDST') and
27048            'NDRPDR' and
27049            'IP6FWD' and
27050            not 'SRv6' and
27051            not 'IPSEC' and
27052            not 'VHOST'"
27053   parameters:
27054   - "throughput"
27055   - "parent"
27056   - "tags"
27057   sort:
27058   - "IP6BASE"
27059   - "POLICE_MARK"
27060   - "COPWHLIST"
27061   - "IACLDST"
27062   layout:
27063     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
27064     layout: "plot-throughput-speedup-analysis"
27065
27066 -
27067   type: "plot"
27068   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27069   algorithm: "plot_throughput_speedup_analysis"
27070   output-file-type: ".html"
27071   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27072   data: "plot-throughput-speedup-analysis-3n-hsw"
27073   filter: "'NIC_Intel-X710' and
27074            '78B' and
27075            ('IP6BASE' or
27076             'POLICE_MARK' or
27077             'COPWHLIST' or
27078             'IACLDST') and
27079            'NDRPDR' and
27080            'IP6FWD' and
27081            not 'SRv6' and
27082            not 'IPSEC' and
27083            not 'VHOST'"
27084   parameters:
27085   - "throughput"
27086   - "parent"
27087   - "tags"
27088   sort:
27089   - "IP6BASE"
27090   - "POLICE_MARK"
27091   - "COPWHLIST"
27092   - "IACLDST"
27093   layout:
27094     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
27095     layout: "plot-throughput-speedup-analysis"
27096
27097 # Speedup - VPP IPv6 3n-hsw-xl710
27098 -
27099   type: "plot"
27100   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27101   algorithm: "plot_throughput_speedup_analysis"
27102   output-file-type: ".html"
27103   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27104   data: "plot-throughput-speedup-analysis-3n-hsw"
27105   filter: "'NIC_Intel-XL710' and
27106            '78B' and
27107            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27108            'NDRPDR' and
27109            'IP6FWD' and
27110            not 'SRv6' and
27111            not 'IPSEC' and
27112            not 'VHOST'"
27113   parameters:
27114   - "throughput"
27115   - "parent"
27116   - "tags"
27117   sort:
27118   - "IP6BASE"
27119   - "FIB_20K"
27120   - "FIB_200K"
27121   - "FIB_2M"
27122   layout:
27123     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
27124     layout: "plot-throughput-speedup-analysis"
27125
27126 -
27127   type: "plot"
27128   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27129   algorithm: "plot_throughput_speedup_analysis"
27130   output-file-type: ".html"
27131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27132   data: "plot-throughput-speedup-analysis-3n-hsw"
27133   filter: "'NIC_Intel-XL710' and
27134            '78B' and
27135            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27136            'NDRPDR' and
27137            'IP6FWD' and
27138            not 'SRv6' and
27139            not 'IPSEC' and
27140            not 'VHOST'"
27141   parameters:
27142   - "throughput"
27143   - "parent"
27144   - "tags"
27145   sort:
27146   - "IP6BASE"
27147   - "FIB_20K"
27148   - "FIB_200K"
27149   - "FIB_2M"
27150   layout:
27151     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
27152     layout: "plot-throughput-speedup-analysis"
27153
27154 # Speedup - VPP IPv6 3n-skx-x710
27155 -
27156   type: "plot"
27157   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27158   algorithm: "plot_throughput_speedup_analysis"
27159   output-file-type: ".html"
27160   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27161   data: "plot-throughput-speedup-analysis-3n-skx"
27162   filter: "'NIC_Intel-X710' and
27163            '78B' and
27164            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27165            'NDRPDR' and
27166            'IP6FWD' and
27167            not 'SRv6' and
27168            not 'IPSEC' and
27169            not 'VHOST'"
27170   parameters:
27171   - "throughput"
27172   - "parent"
27173   - "tags"
27174   sort:
27175   - "IP6BASE"
27176   - "FIB_20K"
27177   - "FIB_200K"
27178   - "FIB_2M"
27179   layout:
27180     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27181     layout: "plot-throughput-speedup-analysis"
27182
27183 -
27184   type: "plot"
27185   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27186   algorithm: "plot_throughput_speedup_analysis"
27187   output-file-type: ".html"
27188   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27189   data: "plot-throughput-speedup-analysis-3n-skx"
27190   filter: "'NIC_Intel-X710' and
27191            '78B' and
27192            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27193            'NDRPDR' and
27194            'IP6FWD' and
27195            not 'SRv6' and
27196            not 'IPSEC' and
27197            not 'VHOST'"
27198   parameters:
27199   - "throughput"
27200   - "parent"
27201   - "tags"
27202   sort:
27203   - "IP6BASE"
27204   - "FIB_20K"
27205   - "FIB_200K"
27206   - "FIB_2M"
27207   layout:
27208     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27209     layout: "plot-throughput-speedup-analysis"
27210
27211 # Speedup - VPP IPv6 3n-skx-x710 features
27212 -
27213   type: "plot"
27214   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27215   algorithm: "plot_throughput_speedup_analysis"
27216   output-file-type: ".html"
27217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27218   data: "plot-throughput-speedup-analysis-3n-skx"
27219   filter: "'NIC_Intel-X710' and
27220            '78B' and
27221            ('IP6BASE' or
27222             'POLICE_MARK' or
27223             'COPWHLIST' or
27224             'IACLDST') and
27225            'NDRPDR' and
27226            'IP6FWD' and
27227            not 'SRv6' and
27228            not 'IPSEC' and
27229            not 'VHOST'"
27230   parameters:
27231   - "throughput"
27232   - "parent"
27233   - "tags"
27234   sort:
27235   - "IP6BASE"
27236   - "POLICE_MARK"
27237   - "COPWHLIST"
27238   - "IACLDST"
27239   layout:
27240     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27241     layout: "plot-throughput-speedup-analysis"
27242
27243 -
27244   type: "plot"
27245   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27246   algorithm: "plot_throughput_speedup_analysis"
27247   output-file-type: ".html"
27248   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27249   data: "plot-throughput-speedup-analysis-3n-skx"
27250   filter: "'NIC_Intel-X710' and
27251            '78B' and
27252            ('IP6BASE' or
27253             'POLICE_MARK' or
27254             'COPWHLIST' or
27255             'IACLDST') and
27256            'NDRPDR' and
27257            'IP6FWD' and
27258            not 'SRv6' and
27259            not 'IPSEC' and
27260            not 'VHOST'"
27261   parameters:
27262   - "throughput"
27263   - "parent"
27264   - "tags"
27265   sort:
27266   - "IP6BASE"
27267   - "POLICE_MARK"
27268   - "COPWHLIST"
27269   - "IACLDST"
27270   layout:
27271     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27272     layout: "plot-throughput-speedup-analysis"
27273
27274 # Speedup - VPP IPv6 2n-skx-x710
27275 -
27276   type: "plot"
27277   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27278   algorithm: "plot_throughput_speedup_analysis"
27279   output-file-type: ".html"
27280   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27281   data: "plot-throughput-speedup-analysis-2n-skx"
27282   filter: "'NIC_Intel-X710' and
27283            '78B' and
27284            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27285            'NDRPDR' and
27286            'IP6FWD' and
27287            not 'SRv6' and
27288            not 'IPSEC' and
27289            not 'VHOST'"
27290   parameters:
27291   - "throughput"
27292   - "parent"
27293   - "tags"
27294   sort:
27295   - "IP6BASE"
27296   - "FIB_20k"
27297   - "FIB_200k"
27298   - "FIB_2M"
27299   layout:
27300     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
27301     layout: "plot-throughput-speedup-analysis"
27302
27303 -
27304   type: "plot"
27305   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27306   algorithm: "plot_throughput_speedup_analysis"
27307   output-file-type: ".html"
27308   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27309   data: "plot-throughput-speedup-analysis-2n-skx"
27310   filter: "'NIC_Intel-X710' and
27311            '78B' and
27312            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27313            'NDRPDR' and
27314            'IP6FWD' and
27315            not 'SRv6' and
27316            not 'IPSEC' and
27317            not 'VHOST'"
27318   parameters:
27319   - "throughput"
27320   - "parent"
27321   - "tags"
27322   sort:
27323   - "IP6BASE"
27324   - "FIB_20k"
27325   - "FIB_200k"
27326   - "FIB_2M"
27327   layout:
27328     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
27329     layout: "plot-throughput-speedup-analysis"
27330
27331 # Speedup - VPP IPv6 2n-skx-xxv710
27332 -
27333   type: "plot"
27334   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27335   algorithm: "plot_throughput_speedup_analysis"
27336   output-file-type: ".html"
27337   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27338   data: "plot-throughput-speedup-analysis-2n-skx"
27339   filter: "'NIC_Intel-XXV710' and
27340            '78B' and
27341            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27342            'NDRPDR' and
27343            'IP6FWD' and
27344            not 'SRv6' and
27345            not 'IPSEC' and
27346            not 'VHOST'"
27347   parameters:
27348   - "throughput"
27349   - "parent"
27350   - "tags"
27351   sort:
27352   - "IP6BASE"
27353   - "FIB_20k"
27354   - "FIB_200k"
27355   - "FIB_2M"
27356   layout:
27357     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
27358     layout: "plot-throughput-speedup-analysis"
27359
27360 -
27361   type: "plot"
27362   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27363   algorithm: "plot_throughput_speedup_analysis"
27364   output-file-type: ".html"
27365   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27366   data: "plot-throughput-speedup-analysis-2n-skx"
27367   filter: "'NIC_Intel-XXV710' and
27368            '78B' and
27369            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27370            'NDRPDR' and
27371            'IP6FWD' and
27372            not 'SRv6' and
27373            not 'IPSEC' and
27374            not 'VHOST'"
27375   parameters:
27376   - "throughput"
27377   - "parent"
27378   - "tags"
27379   sort:
27380   - "IP6BASE"
27381   - "FIB_20k"
27382   - "FIB_200k"
27383   - "FIB_2M"
27384   layout:
27385     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
27386     layout: "plot-throughput-speedup-analysis"
27387
27388 # Speedup - VPP IPv6 2n-dnv-x553 base
27389 -
27390   type: "plot"
27391   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
27392   algorithm: "plot_throughput_speedup_analysis"
27393   output-file-type: ".html"
27394   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
27395   data: "intel-dnv-vpp"
27396   filter: "'NIC_Intel-X553' and
27397            '78B' and
27398            'IP6BASE' and
27399            'NDRPDR' and
27400            'IP6FWD' and
27401            not 'SRv6' and
27402            not 'IPSEC' and
27403            not 'VHOST'"
27404   parameters:
27405   - "throughput"
27406   - "parent"
27407   - "tags"
27408   sort:
27409   - "IP6BASE"
27410   layout:
27411     title: "ip6-2n-dnv-x553-78b-base-ndr"
27412     layout: "plot-throughput-speedup-analysis"
27413
27414 -
27415   type: "plot"
27416   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
27417   algorithm: "plot_throughput_speedup_analysis"
27418   output-file-type: ".html"
27419   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
27420   data: "intel-dnv-vpp"
27421   filter: "'NIC_Intel-X553' and
27422            '78B' and
27423            'IP6BASE' and
27424            'NDRPDR' and
27425            'IP6FWD' and
27426            not 'SRv6' and
27427            not 'IPSEC' and
27428            not 'VHOST'"
27429   parameters:
27430   - "throughput"
27431   - "parent"
27432   - "tags"
27433   sort:
27434   - "IP6BASE"
27435   layout:
27436     title: "ip6-2n-dnv-x553-78b-base-pdr"
27437     layout: "plot-throughput-speedup-analysis"
27438
27439 ################################################################################
27440
27441 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
27442 -
27443   type: "plot"
27444   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27445   algorithm: "plot_throughput_speedup_analysis"
27446   output-file-type: ".html"
27447   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27448   data: "plot-throughput-speedup-analysis-3n-hsw"
27449   filter: "'NIC_Intel-X520-DA2' and
27450            '78B' and
27451            'ENCAP' and
27452            'NDRPDR' and
27453            'LISP' and
27454            not 'VHOST'"
27455   parameters:
27456   - "throughput"
27457   - "parent"
27458   - "tags"
27459   sort:
27460   - "IP4UNRLAY"
27461   - "IP6UNRLAY"
27462   layout:
27463     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
27464     layout: "plot-throughput-speedup-analysis"
27465
27466 -
27467   type: "plot"
27468   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27469   algorithm: "plot_throughput_speedup_analysis"
27470   output-file-type: ".html"
27471   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27472   data: "plot-throughput-speedup-analysis-3n-hsw"
27473   filter: "'NIC_Intel-X520-DA2' and
27474            '78B' and
27475            'ENCAP' and
27476            'NDRPDR' and
27477            'LISP' and
27478            not 'VHOST'"
27479   parameters:
27480   - "throughput"
27481   - "parent"
27482   - "tags"
27483   sort:
27484   - "IP4UNRLAY"
27485   - "IP6UNRLAY"
27486   layout:
27487     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
27488     layout: "plot-throughput-speedup-analysis"
27489
27490 ################################################################################
27491
27492 # Speedup - VPP IPSec 3n-hsw-xl710 base
27493 -
27494   type: "plot"
27495   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27496   algorithm: "plot_throughput_speedup_analysis"
27497   output-file-type: ".html"
27498   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27499   data: "plot-throughput-speedup-analysis-3n-hsw"
27500   filter: "'NIC_Intel-XL710' and
27501            '64B' and
27502            'IP4FWD' and
27503            'NDRPDR' and
27504            'BASE' and
27505            'IPSECHW' and
27506            ('IPSECTRAN' or 'IPSECTUN') and
27507            not 'VHOST'"
27508   parameters:
27509   - "throughput"
27510   - "parent"
27511   - "tags"
27512   layout:
27513     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
27514     layout: "plot-throughput-speedup-analysis"
27515
27516 -
27517   type: "plot"
27518   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27519   algorithm: "plot_throughput_speedup_analysis"
27520   output-file-type: ".html"
27521   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27522   data: "plot-throughput-speedup-analysis-3n-hsw"
27523   filter: "'NIC_Intel-XL710' and
27524            '64B' and
27525            'IP4FWD' and
27526            'NDRPDR' and
27527            'BASE' and
27528            'IPSECHW' and
27529            ('IPSECTRAN' or 'IPSECTUN') and
27530            not 'VHOST'"
27531   parameters:
27532   - "throughput"
27533   - "parent"
27534   - "tags"
27535   layout:
27536     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
27537     layout: "plot-throughput-speedup-analysis"
27538
27539 # Speedup - VPP IPSec 3n-hsw-xl710 scale
27540 -
27541   type: "plot"
27542   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27543   algorithm: "plot_throughput_speedup_analysis"
27544   output-file-type: ".html"
27545   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27546   data: "plot-throughput-speedup-analysis-3n-hsw"
27547   filter: "'NIC_Intel-XL710' and
27548            '64B' and
27549            'IP4FWD' and
27550            'NDRPDR' and
27551            'SCALE' and
27552            'IPSECHW' and
27553            ('IPSECTRAN' or 'IPSECTUN') and
27554            not 'VHOST'"
27555   parameters:
27556   - "throughput"
27557   - "parent"
27558   - "tags"
27559   layout:
27560     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
27561     layout: "plot-throughput-speedup-analysis"
27562
27563 -
27564   type: "plot"
27565   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27566   algorithm: "plot_throughput_speedup_analysis"
27567   output-file-type: ".html"
27568   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27569   data: "plot-throughput-speedup-analysis-3n-hsw"
27570   filter: "'NIC_Intel-XL710' and
27571            '64B' and
27572            'IP4FWD' and
27573            'NDRPDR' and
27574            'SCALE' and
27575            'IPSECHW' and
27576            ('IPSECTRAN' or 'IPSECTUN') and
27577            not 'VHOST'"
27578   parameters:
27579   - "throughput"
27580   - "parent"
27581   - "tags"
27582   layout:
27583     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27584     layout: "plot-throughput-speedup-analysis"
27585
27586 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27587 -
27588   type: "plot"
27589   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27590   algorithm: "plot_throughput_speedup_analysis"
27591   output-file-type: ".html"
27592   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27593   data: "plot-throughput-speedup-analysis-3n-hsw"
27594   filter: "'NIC_Intel-XL710' and
27595            '64B' and
27596            'IP4FWD' and
27597            'NDRPDR' and
27598            'IPSECSW' and
27599            ('IPSECTRAN' or 'IPSECTUN') and
27600            not 'VHOST'"
27601   parameters:
27602   - "throughput"
27603   - "parent"
27604   - "tags"
27605   layout:
27606     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27607     layout: "plot-throughput-speedup-analysis"
27608
27609 -
27610   type: "plot"
27611   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27612   algorithm: "plot_throughput_speedup_analysis"
27613   output-file-type: ".html"
27614   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27615   data: "plot-throughput-speedup-analysis-3n-hsw"
27616   filter: "'NIC_Intel-XL710' and
27617            '64B' and
27618            'IP4FWD' and
27619            'NDRPDR' and
27620            'IPSECSW' and
27621            ('IPSECTRAN' or 'IPSECTUN') and
27622            not 'VHOST'"
27623   parameters:
27624   - "throughput"
27625   - "parent"
27626   - "tags"
27627   layout:
27628     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27629     layout: "plot-throughput-speedup-analysis"
27630
27631 ################################################################################
27632
27633 # Speedup - VPP SRv6 3n-hsw-x520
27634 -
27635   type: "plot"
27636   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27637   algorithm: "plot_throughput_speedup_analysis"
27638   output-file-type: ".html"
27639   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27640   data: "plot-throughput-speedup-analysis-3n-hsw"
27641   filter: "'NIC_Intel-X520-DA2' and
27642            '78B' and
27643            'FEATURE' and
27644            'NDRPDR' and
27645            'IP6FWD' and
27646            'SRv6'"
27647   parameters:
27648   - "throughput"
27649   - "parent"
27650   - "tags"
27651   layout:
27652     title: "srv6-3n-hsw-x520-78b-features-ndr"
27653     layout: "plot-throughput-speedup-analysis"
27654
27655 -
27656   type: "plot"
27657   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27658   algorithm: "plot_throughput_speedup_analysis"
27659   output-file-type: ".html"
27660   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27661   data: "plot-throughput-speedup-analysis-3n-hsw"
27662   filter: "'NIC_Intel-X520-DA2' and
27663            '78B' and
27664            'FEATURE' and
27665            'NDRPDR' and
27666            'IP6FWD' and
27667            'SRv6'"
27668   parameters:
27669   - "throughput"
27670   - "parent"
27671   - "tags"
27672   layout:
27673     title: "srv6-3n-hsw-x520-78b-features-pdr"
27674     layout: "plot-throughput-speedup-analysis"
27675
27676 ################################################################################
27677
27678 # Speedup - VPP L2 3n-hsw-x520 base and scale
27679 -
27680   type: "plot"
27681   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27682   algorithm: "plot_throughput_speedup_analysis"
27683   output-file-type: ".html"
27684   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27685   data: "plot-throughput-speedup-analysis-3n-hsw"
27686   filter: "'NIC_Intel-X520-DA2' and
27687            '64B' and
27688            ('BASE' or 'SCALE') and
27689            'NDRPDR' and
27690            'ETH' and
27691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27692            not 'VHOST' and
27693            not 'MEMIF'"
27694   parameters:
27695   - "throughput"
27696   - "parent"
27697   - "tags"
27698   sort:
27699   - "L2XCFWD"
27700   - "L2PATCH"
27701   - "L2BDMACLRN"
27702   - "FIB_10K"
27703   - "FIB_100K"
27704   - "FIB_1M"
27705   layout:
27706     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27707     layout: "plot-throughput-speedup-analysis"
27708
27709 -
27710   type: "plot"
27711   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27712   algorithm: "plot_throughput_speedup_analysis"
27713   output-file-type: ".html"
27714   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27715   data: "plot-throughput-speedup-analysis-3n-hsw"
27716   filter: "'NIC_Intel-X520-DA2' and
27717            '64B' and
27718            ('BASE' or 'SCALE') and
27719            'NDRPDR' and
27720            'ETH' and
27721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27722            not 'VHOST' and
27723            not 'MEMIF'"
27724   parameters:
27725   - "throughput"
27726   - "parent"
27727   - "tags"
27728   sort:
27729   - "L2XCFWD"
27730   - "L2PATCH"
27731   - "L2BDMACLRN"
27732   - "FIB_10K"
27733   - "FIB_100K"
27734   - "FIB_1M"
27735   layout:
27736     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27737     layout: "plot-throughput-speedup-analysis"
27738
27739 # Speedup - VPP L2 3n-hsw-x520 features
27740 -
27741   type: "plot"
27742   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27743   algorithm: "plot_throughput_speedup_analysis"
27744   output-file-type: ".html"
27745   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27746   data: "plot-throughput-speedup-analysis-3n-hsw"
27747   filter: "'NIC_Intel-X520-DA2' and
27748            '64B' and
27749            'NDRPDR' and
27750            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27751            not 'ACL' and
27752            not 'VHOST' and
27753            not 'MEMIF'"
27754   parameters:
27755   - "throughput"
27756   - "parent"
27757   - "tags"
27758   sort:
27759   - "L2XCBASE"    # l2xcbase
27760   - "L2BDBASE"    # l2bdbase
27761   - "L2XCFWD"     # dot1q-l2xcbase
27762   - "L2BDMACLRN"  # dot1q-l2bdbase
27763   layout:
27764     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27765     layout: "plot-throughput-speedup-analysis"
27766
27767 -
27768   type: "plot"
27769   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27770   algorithm: "plot_throughput_speedup_analysis"
27771   output-file-type: ".html"
27772   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27773   data: "plot-throughput-speedup-analysis-3n-hsw"
27774   filter: "'NIC_Intel-X520-DA2' and
27775            '64B' and
27776            'NDRPDR' and
27777            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27778            not 'ACL' and
27779            not 'VHOST' and
27780            not 'MEMIF'"
27781   parameters:
27782   - "throughput"
27783   - "parent"
27784   - "tags"
27785   sort:
27786   - "L2XCBASE"    # l2xcbase
27787   - "L2BDBASE"    # l2bdbase
27788   - "L2XCFWD"     # dot1q-l2xcbase
27789   - "L2BDMACLRN"  # dot1q-l2bdbase
27790   layout:
27791     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27792     layout: "plot-throughput-speedup-analysis"
27793
27794 # Speedup - VPP L2 3n-hsw-x710 base and scale
27795 -
27796   type: "plot"
27797   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27798   algorithm: "plot_throughput_speedup_analysis"
27799   output-file-type: ".html"
27800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27801   data: "plot-throughput-speedup-analysis-3n-hsw"
27802   filter: "'NIC_Intel-X710' and
27803            '64B' and
27804            ('BASE' or 'SCALE') and
27805            'NDRPDR' and
27806            'ETH' and
27807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27808            not 'VHOST' and
27809            not 'MEMIF' and
27810            not 'DRV_AVF'"
27811   parameters:
27812   - "throughput"
27813   - "parent"
27814   - "tags"
27815   sort:
27816   - "L2PATCH"
27817   - "L2XCBASE"
27818   - "BASE"
27819   - "FIB_10K"
27820   - "FIB_100K"
27821   - "FIB_1M"
27822   layout:
27823     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27824     layout: "plot-throughput-speedup-analysis"
27825
27826 -
27827   type: "plot"
27828   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27829   algorithm: "plot_throughput_speedup_analysis"
27830   output-file-type: ".html"
27831   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27832   data: "plot-throughput-speedup-analysis-3n-hsw"
27833   filter: "'NIC_Intel-X710' and
27834            '64B' and
27835            ('BASE' or 'SCALE') and
27836            'NDRPDR' and
27837            'ETH' and
27838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27839            not 'VHOST' and
27840            not 'MEMIF' and
27841            not 'DRV_AVF'"
27842   parameters:
27843   - "throughput"
27844   - "parent"
27845   - "tags"
27846   sort:
27847   - "L2PATCH"
27848   - "L2XCBASE"
27849   - "BASE"
27850   - "FIB_10K"
27851   - "FIB_100K"
27852   - "FIB_1M"
27853   layout:
27854     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27855     layout: "plot-throughput-speedup-analysis"
27856
27857 # Speedup - VPP L2 3n-hsw-x710 features
27858 -
27859   type: "plot"
27860   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27861   algorithm: "plot_throughput_speedup_analysis"
27862   output-file-type: ".html"
27863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27864   data: "plot-throughput-speedup-analysis-3n-hsw"
27865   filter: "'NIC_Intel-X710' and
27866            '64B' and
27867            'NDRPDR' and
27868            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27869            not 'ACL' and
27870            not 'VHOST' and
27871            not 'MEMIF'"
27872   parameters:
27873   - "throughput"
27874   - "parent"
27875   - "tags"
27876   sort:
27877   - "L2XCBASE"    # l2xcbase
27878   - "L2BDBASE"    # l2bdbase
27879   - "L2XCFWD"     # dot1q-l2xcbase
27880   - "L2BDMACLRN"  # dot1q-l2bdbase
27881   layout:
27882     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27883     layout: "plot-throughput-speedup-analysis"
27884
27885 -
27886   type: "plot"
27887   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27888   algorithm: "plot_throughput_speedup_analysis"
27889   output-file-type: ".html"
27890   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27891   data: "plot-throughput-speedup-analysis-3n-hsw"
27892   filter: "'NIC_Intel-X710' and
27893            '64B' and
27894            'NDRPDR' and
27895            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27896            not 'ACL' and
27897            not 'VHOST' and
27898            not 'MEMIF'"
27899   parameters:
27900   - "throughput"
27901   - "parent"
27902   - "tags"
27903   sort:
27904   - "L2XCBASE"    # l2xcbase
27905   - "L2BDBASE"    # l2bdbase
27906   - "L2XCFWD"     # dot1q-l2xcbase
27907   - "L2BDMACLRN"  # dot1q-l2bdbase
27908   layout:
27909     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27910     layout: "plot-throughput-speedup-analysis"
27911
27912 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27913 -
27914   type: "plot"
27915   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27916   algorithm: "plot_throughput_speedup_analysis"
27917   output-file-type: ".html"
27918   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27919   data: "plot-throughput-speedup-analysis-3n-hsw"
27920   filter: "'NIC_Intel-XL710' and
27921            '64B' and
27922            ('BASE' or 'SCALE') and
27923            'NDRPDR' and
27924            'ETH' and
27925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27926            not 'VHOST' and
27927            not 'MEMIF'"
27928   parameters:
27929   - "throughput"
27930   - "parent"
27931   - "tags"
27932   sort:
27933   - "L2PATCH"
27934   - "L2XCBASE"
27935   - "BASE"
27936   - "FIB_10K"
27937   - "FIB_100K"
27938   - "FIB_1M"
27939   layout:
27940     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27941     layout: "plot-throughput-speedup-analysis"
27942
27943 -
27944   type: "plot"
27945   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27946   algorithm: "plot_throughput_speedup_analysis"
27947   output-file-type: ".html"
27948   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27949   data: "plot-throughput-speedup-analysis-3n-hsw"
27950   filter: "'NIC_Intel-XL710' and
27951            '64B' and
27952            ('BASE' or 'SCALE') and
27953            'NDRPDR' and
27954            'ETH' and
27955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27956            not 'VHOST' and
27957            not 'MEMIF'"
27958   parameters:
27959   - "throughput"
27960   - "parent"
27961   - "tags"
27962   sort:
27963   - "L2PATCH"
27964   - "L2XCBASE"
27965   - "BASE"
27966   - "FIB_10K"
27967   - "FIB_100K"
27968   - "FIB_1M"
27969   layout:
27970     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27971     layout: "plot-throughput-speedup-analysis"
27972
27973 # Speedup - VPP L2 3n-skx-x710 base and scale
27974 -
27975   type: "plot"
27976   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27977   algorithm: "plot_throughput_speedup_analysis"
27978   output-file-type: ".html"
27979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27980   data: "plot-throughput-speedup-analysis-3n-skx"
27981   filter: "'NIC_Intel-X710' and
27982            '64B' and
27983            ('BASE' or 'SCALE') and
27984            'NDRPDR' and
27985            'ETH' and
27986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27987            not 'VHOST' and
27988            not 'DRV_AVF' and
27989            not 'MEMIF'"
27990   parameters:
27991   - "throughput"
27992   - "parent"
27993   - "tags"
27994   sort:
27995   - "L2PATCH"
27996   - "L2XCBASE"
27997   - "BASE"
27998   - "FIB_10K"
27999   - "FIB_100K"
28000   - "FIB_1M"
28001   layout:
28002     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28003     layout: "plot-throughput-speedup-analysis"
28004
28005 -
28006   type: "plot"
28007   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28008   algorithm: "plot_throughput_speedup_analysis"
28009   output-file-type: ".html"
28010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28011   data: "plot-throughput-speedup-analysis-3n-skx"
28012   filter: "'NIC_Intel-X710' and
28013            '64B' and
28014            ('BASE' or 'SCALE') and
28015            'NDRPDR' and
28016            'ETH' and
28017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28018            not 'VHOST' and
28019            not 'DRV_AVF' and
28020            not 'MEMIF'"
28021   parameters:
28022   - "throughput"
28023   - "parent"
28024   - "tags"
28025   sort:
28026   - "L2PATCH"
28027   - "L2XCBASE"
28028   - "BASE"
28029   - "FIB_10K"
28030   - "FIB_100K"
28031   - "FIB_1M"
28032   layout:
28033     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28034     layout: "plot-throughput-speedup-analysis"
28035
28036 # Speedup - VPP L2 3n-skx-x710 features
28037 -
28038   type: "plot"
28039   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
28040   algorithm: "plot_throughput_speedup_analysis"
28041   output-file-type: ".html"
28042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
28043   data: "plot-throughput-speedup-analysis-3n-skx"
28044   filter: "'NIC_Intel-X710' and
28045            '64B' and
28046            'NDRPDR' and
28047            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28048            not 'ACL' and
28049            not 'VHOST' and
28050            not 'MEMIF'"
28051   parameters:
28052   - "throughput"
28053   - "parent"
28054   - "tags"
28055   sort:
28056   - "L2XCBASE"    # l2xcbase
28057   - "L2BDBASE"    # l2bdbase
28058   - "L2XCFWD"     # dot1q-l2xcbase
28059   - "L2BDMACLRN"  # dot1q-l2bdbase
28060   layout:
28061     title: "l2sw-3n-skx-x710-64b-features-ndr"
28062     layout: "plot-throughput-speedup-analysis"
28063
28064 -
28065   type: "plot"
28066   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
28067   algorithm: "plot_throughput_speedup_analysis"
28068   output-file-type: ".html"
28069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
28070   data: "plot-throughput-speedup-analysis-3n-skx"
28071   filter: "'NIC_Intel-X710' and
28072            '64B' and
28073            'NDRPDR' and
28074            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28075            not 'ACL' and
28076            not 'VHOST' and
28077            not 'MEMIF'"
28078   parameters:
28079   - "throughput"
28080   - "parent"
28081   - "tags"
28082   sort:
28083   - "L2XCBASE"    # l2xcbase
28084   - "L2BDBASE"    # l2bdbase
28085   - "L2XCFWD"     # dot1q-l2xcbase
28086   - "L2BDMACLRN"  # dot1q-l2bdbase
28087   layout:
28088     title: "l2sw-3n-skx-x710-64b-features-pdr"
28089     layout: "plot-throughput-speedup-analysis"
28090
28091 # Speedup - VPP L2 3n-skx-xxv710 base and scale
28092 -
28093   type: "plot"
28094   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28095   algorithm: "plot_throughput_speedup_analysis"
28096   output-file-type: ".html"
28097   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28098   data: "plot-throughput-speedup-analysis-3n-skx"
28099   filter: "'NIC_Intel-XXV710' and
28100            '64B' and
28101            ('BASE' or 'SCALE') and
28102            'NDRPDR' and
28103            'ETH' and
28104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28105            not 'VHOST' and
28106            not 'MEMIF' and
28107            not 'DRV_AVF'"
28108   parameters:
28109   - "throughput"
28110   - "parent"
28111   - "tags"
28112   sort:
28113   - "L2PATCH"
28114   - "L2XCBASE"
28115   - "BASE"
28116   - "FIB_10K"
28117   - "FIB_100K"
28118   - "FIB_1M"
28119   layout:
28120     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
28121     layout: "plot-throughput-speedup-analysis"
28122
28123 -
28124   type: "plot"
28125   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28126   algorithm: "plot_throughput_speedup_analysis"
28127   output-file-type: ".html"
28128   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28129   data: "plot-throughput-speedup-analysis-3n-skx"
28130   filter: "'NIC_Intel-XXV710' and
28131            '64B' and
28132            ('BASE' or 'SCALE') and
28133            'NDRPDR' and
28134            'ETH' and
28135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28136            not 'VHOST' and
28137            not 'MEMIF' and
28138            not 'DRV_AVF'"
28139   parameters:
28140   - "throughput"
28141   - "parent"
28142   - "tags"
28143   sort:
28144   - "L2PATCH"
28145   - "L2XCBASE"
28146   - "BASE"
28147   - "FIB_10K"
28148   - "FIB_100K"
28149   - "FIB_1M"
28150   layout:
28151     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
28152     layout: "plot-throughput-speedup-analysis"
28153
28154 # Speedup - VPP L2 2n-skx-x710 base and scale
28155 -
28156   type: "plot"
28157   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28158   algorithm: "plot_throughput_speedup_analysis"
28159   output-file-type: ".html"
28160   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28161   data: "plot-throughput-speedup-analysis-2n-skx"
28162   filter: "'NIC_Intel-X710' and
28163            '64B' and
28164            ('BASE' or 'SCALE') and
28165            'NDRPDR' and
28166            'ETH' and
28167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28168            not 'VHOST' and
28169            not 'MEMIF'"
28170   parameters:
28171   - "throughput"
28172   - "parent"
28173   - "tags"
28174   sort:
28175   - "L2PATCH"
28176   - "L2XCBASE"
28177   - "BASE"
28178   - "FIB_10K"
28179   - "FIB_100K"
28180   - "FIB_1M"
28181   layout:
28182     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28183     layout: "plot-throughput-speedup-analysis"
28184
28185 -
28186   type: "plot"
28187   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28188   algorithm: "plot_throughput_speedup_analysis"
28189   output-file-type: ".html"
28190   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28191   data: "plot-throughput-speedup-analysis-2n-skx"
28192   filter: "'NIC_Intel-X710' and
28193            '64B' and
28194            ('BASE' or 'SCALE') and
28195            'NDRPDR' and
28196            'ETH' and
28197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28198            not 'VHOST' and
28199            not 'MEMIF'"
28200   parameters:
28201   - "throughput"
28202   - "parent"
28203   - "tags"
28204   sort:
28205   - "L2PATCH"
28206   - "L2XCBASE"
28207   - "BASE"
28208   - "FIB_10K"
28209   - "FIB_100K"
28210   - "FIB_1M"
28211   layout:
28212     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28213     layout: "plot-throughput-speedup-analysis"
28214
28215 # Speedup - VPP L2 2n-skx-xxv710 base and scale
28216 -
28217   type: "plot"
28218   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28219   algorithm: "plot_throughput_speedup_analysis"
28220   output-file-type: ".html"
28221   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28222   data: "plot-throughput-speedup-analysis-2n-skx"
28223   filter: "'NIC_Intel-XXV710' and
28224            '64B' and
28225            ('BASE' or 'SCALE') and
28226            'NDRPDR' and
28227            'ETH' and
28228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28229            not 'VHOST' and
28230            not 'MEMIF'"
28231   parameters:
28232   - "throughput"
28233   - "parent"
28234   - "tags"
28235   sort:
28236   - "L2PATCH"
28237   - "L2XCBASE"
28238   - "BASE"
28239   - "FIB_10K"
28240   - "FIB_100K"
28241   - "FIB_1M"
28242   layout:
28243     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28244     layout: "plot-throughput-speedup-analysis"
28245
28246 -
28247   type: "plot"
28248   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28249   algorithm: "plot_throughput_speedup_analysis"
28250   output-file-type: ".html"
28251   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28252   data: "plot-throughput-speedup-analysis-2n-skx"
28253   filter: "'NIC_Intel-XXV710' and
28254            '64B' and
28255            ('BASE' or 'SCALE') and
28256            'NDRPDR' and
28257            'ETH' and
28258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28259            not 'VHOST' and
28260            not 'MEMIF'"
28261   parameters:
28262   - "throughput"
28263   - "parent"
28264   - "tags"
28265   sort:
28266   - "L2PATCH"
28267   - "L2XCBASE"
28268   - "BASE"
28269   - "FIB_10K"
28270   - "FIB_100K"
28271   - "FIB_1M"
28272   layout:
28273     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28274     layout: "plot-throughput-speedup-analysis"
28275
28276 # Speedup - VPP L2 2n-dnv-x553 base
28277 -
28278   type: "plot"
28279   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28280   algorithm: "plot_throughput_speedup_analysis"
28281   output-file-type: ".html"
28282   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28283   data: "intel-dnv-vpp"
28284   filter: "'NIC_Intel-X553' and
28285            '64B' and
28286            ('BASE' or 'SCALE') and
28287            'NDRPDR' and
28288            'ETH' and
28289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28290            not 'VHOST' and
28291            not 'MEMIF'"
28292   parameters:
28293   - "throughput"
28294   - "parent"
28295   - "tags"
28296   sort:
28297   - "L2XCBASE"
28298   - "L2BDMACLRN"
28299   - "L2PATCH"
28300   layout:
28301     title: "l2sw-2n-dnv-x553-64b-base-ndr"
28302     layout: "plot-throughput-speedup-analysis"
28303
28304 -
28305   type: "plot"
28306   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28307   algorithm: "plot_throughput_speedup_analysis"
28308   output-file-type: ".html"
28309   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28310   data: "intel-dnv-vpp"
28311   filter: "'NIC_Intel-X553' and
28312            '64B' and
28313            ('BASE' or 'SCALE') and
28314            'NDRPDR' and
28315            'ETH' and
28316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28317            not 'VHOST' and
28318            not 'MEMIF'"
28319   parameters:
28320   - "throughput"
28321   - "parent"
28322   - "tags"
28323   sort:
28324   - "L2XCBASE"
28325   - "L2BDMACLRN"
28326   - "L2PATCH"
28327   layout:
28328     title: "l2sw-2n-dnv-x553-64b-base-pdr"
28329     layout: "plot-throughput-speedup-analysis"
28330
28331 ################################################################################
28332
28333 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
28334 -
28335   type: "plot"
28336   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28337   algorithm: "plot_throughput_speedup_analysis"
28338   output-file-type: ".html"
28339   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28340   data: "plot-throughput-speedup-analysis-3n-hsw"
28341   filter: "'NIC_Intel-X520-DA2' and
28342            '64B' and
28343            'NDRPDR' and
28344            'ETH' and
28345            'IP4FWD' and
28346            'VHOST_1024' and
28347            not 'VXLAN' and
28348            not 'DOT1Q'"
28349   parameters:
28350   - "throughput"
28351   - "parent"
28352   - "tags"
28353   sort:
28354   - "not CFS_OPT"
28355   - "1VM"
28356   - "2VM"
28357   layout:
28358     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
28359     layout: "plot-throughput-speedup-analysis"
28360
28361 -
28362   type: "plot"
28363   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28364   algorithm: "plot_throughput_speedup_analysis"
28365   output-file-type: ".html"
28366   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28367   data: "plot-throughput-speedup-analysis-3n-hsw"
28368   filter: "'NIC_Intel-X520-DA2' and
28369            '64B' and
28370            'NDRPDR' and
28371            'ETH' and
28372            'IP4FWD' and
28373            'VHOST_1024' and
28374            not 'VXLAN' and
28375            not 'DOT1Q'"
28376   parameters:
28377   - "throughput"
28378   - "parent"
28379   - "tags"
28380   sort:
28381   - "not CFS_OPT"
28382   - "1VM"
28383   - "2VM"
28384   layout:
28385     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
28386     layout: "plot-throughput-speedup-analysis"
28387
28388 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
28389 -
28390   type: "plot"
28391   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28392   algorithm: "plot_throughput_speedup_analysis"
28393   output-file-type: ".html"
28394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28395   data: "plot-throughput-speedup-analysis-3n-hsw"
28396   filter: "'NIC_Intel-X520-DA2' and
28397            '64B' and
28398            'NDRPDR' and
28399            ('ETH' or 'DOT1Q') and
28400            'VHOST_1024' and
28401            not 'VXLAN' and
28402            not 'IP4FWD' and
28403            not '2VM'"
28404   parameters:
28405   - "throughput"
28406   - "parent"
28407   - "tags"
28408 #  sort:
28409 #  - "VM"  # "not CFS_OPT"
28410 #  - "CFS_OPT"
28411 #  - "FIB_10K"
28412 #  - "FIB_100K"
28413 #  - "FIB_1M"
28414   layout:
28415     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
28416     layout: "plot-throughput-speedup-analysis"
28417
28418 -
28419   type: "plot"
28420   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28421   algorithm: "plot_throughput_speedup_analysis"
28422   output-file-type: ".html"
28423   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28424   data: "plot-throughput-speedup-analysis-3n-hsw"
28425   filter: "'NIC_Intel-X520-DA2' and
28426            '64B' and
28427            'NDRPDR' and
28428            ('ETH' or 'DOT1Q') and
28429            'L2BDMACLRN' and
28430            'VHOST_1024' and
28431            not 'VXLAN' and
28432            not 'IP4FWD' and
28433            not '2VM'"
28434   parameters:
28435   - "throughput"
28436   - "parent"
28437   - "tags"
28438 #  sort:
28439 #  - "VM"  # "not CFS_OPT"
28440 #  - "CFS_OPT"
28441 #  - "FIB_10K"
28442 #  - "FIB_100K"
28443 #  - "FIB_1M"
28444   layout:
28445     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
28446     layout: "plot-throughput-speedup-analysis"
28447
28448 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
28449 -
28450   type: "plot"
28451   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28452   algorithm: "plot_throughput_speedup_analysis"
28453   output-file-type: ".html"
28454   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28455   data: "plot-throughput-speedup-analysis-3n-hsw"
28456   filter: "'NIC_Intel-X520-DA2' and
28457            '64B' and
28458            'NDRPDR' and
28459            ('ETH' or 'DOT1Q') and
28460            'BASE' and
28461            ('L2BDMACLRN' or 'L2XCFWD') and
28462            'VHOST_1024' and
28463            not 'VXLAN' and
28464            not 'IP4FWD' and
28465            not '2VM'"
28466   parameters:
28467   - "throughput"
28468   - "parent"
28469   - "tags"
28470 #  sort:
28471 #  - "not CFS_OPT"
28472 #  - "L2XCFWD"
28473 #  - "not CFS_OPT"
28474 #  - "CFS_OPT"
28475   layout:
28476     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
28477     layout: "plot-throughput-speedup-analysis"
28478
28479 -
28480   type: "plot"
28481   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28482   algorithm: "plot_throughput_speedup_analysis"
28483   output-file-type: ".html"
28484   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28485   data: "plot-throughput-speedup-analysis-3n-hsw"
28486   filter: "'NIC_Intel-X520-DA2' and
28487            '64B' and
28488            'NDRPDR' and
28489            ('ETH' or 'DOT1Q') and
28490            'BASE' and
28491            ('L2BDMACLRN' or 'L2XCFWD') and
28492            'VHOST_1024' and
28493            not 'VXLAN' and
28494            not 'IP4FWD' and
28495            not '2VM'"
28496   parameters:
28497   - "throughput"
28498   - "parent"
28499   - "tags"
28500 #  sort:
28501 #  - "not CFS_OPT"
28502 #  - "L2XCFWD"
28503 #  - "not CFS_OPT"
28504 #  - "CFS_OPT"
28505   layout:
28506     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
28507     layout: "plot-throughput-speedup-analysis"
28508
28509 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
28510 -
28511   type: "plot"
28512   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28513   algorithm: "plot_throughput_speedup_analysis"
28514   output-file-type: ".html"
28515   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28516   data: "plot-throughput-speedup-analysis-3n-hsw"
28517   filter: "'NIC_Intel-X520-DA2' and
28518            '64B' and
28519            'NDRPDR' and
28520            ('ETH' or 'DOT1Q') and
28521            ('L2BDMACLRN' or 'L2XCFWD') and
28522            'VHOST_1024' and
28523            not 'CFS_OPT' and
28524            not 'VXLAN' and
28525            not 'IP4FWD' and
28526            not 'LBOND'"
28527   parameters:
28528   - "throughput"
28529   - "parent"
28530   - "tags"
28531 #  sort:
28532 #  - "1VM"
28533 #  - "L2XCFWD"
28534 #  - "1VM"
28535 #  - "L2BDMACLRN"
28536   layout:
28537     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
28538     layout: "plot-throughput-speedup-analysis"
28539
28540 -
28541   type: "plot"
28542   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28543   algorithm: "plot_throughput_speedup_analysis"
28544   output-file-type: ".html"
28545   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28546   data: "plot-throughput-speedup-analysis-3n-hsw"
28547   filter: "'NIC_Intel-X520-DA2' and
28548            '64B' and
28549            'NDRPDR' and
28550            ('ETH' or 'DOT1Q') and
28551            ('L2BDMACLRN' or 'L2XCFWD') and
28552            'VHOST_1024' and
28553            not 'CFS_OPT' and
28554            not 'VXLAN' and
28555            not 'IP4FWD' and
28556            not 'LBOND'"
28557   parameters:
28558   - "throughput"
28559   - "parent"
28560   - "tags"
28561 #  sort:
28562 #  - "1VM"
28563 #  - "L2XCFWD"
28564 #  - "1VM"
28565 #  - "L2BDMACLRN"
28566   layout:
28567     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
28568     layout: "plot-throughput-speedup-analysis"
28569
28570 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28571 -
28572   type: "plot"
28573   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28574   algorithm: "plot_throughput_speedup_analysis"
28575   output-file-type: ".html"
28576   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28577   data: "plot-throughput-speedup-analysis-3n-hsw"
28578   filter: "'NIC_Intel-X710' and
28579            '64B' and
28580            'NDRPDR' and
28581            'ETH' and
28582            'IP4FWD' and
28583            'VHOST_1024' and
28584            not 'VXLAN' and
28585            not 'DOT1Q'"
28586   parameters:
28587   - "throughput"
28588   - "parent"
28589   - "tags"
28590   sort:
28591   - "not CFS_OPT"
28592   - "1VM"
28593   - "2VM"
28594   layout:
28595     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28596     layout: "plot-throughput-speedup-analysis"
28597
28598 -
28599   type: "plot"
28600   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28601   algorithm: "plot_throughput_speedup_analysis"
28602   output-file-type: ".html"
28603   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28604   data: "plot-throughput-speedup-analysis-3n-hsw"
28605   filter: "'NIC_Intel-X710' and
28606            '64B' and
28607            'NDRPDR' and
28608            'ETH' and
28609            'IP4FWD' and
28610            'VHOST_1024' and
28611            not 'VXLAN' and
28612            not 'DOT1Q'"
28613   parameters:
28614   - "throughput"
28615   - "parent"
28616   - "tags"
28617   sort:
28618   - "not CFS_OPT"
28619   - "1VM"
28620   - "2VM"
28621   layout:
28622     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28623     layout: "plot-throughput-speedup-analysis"
28624
28625 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28626 -
28627   type: "plot"
28628   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28629   algorithm: "plot_throughput_speedup_analysis"
28630   output-file-type: ".html"
28631   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28632   data: "plot-throughput-speedup-analysis-3n-hsw"
28633   filter: "'NIC_Intel-X710' and
28634            '64B' and
28635            'NDRPDR' and
28636            ('ETH' or 'DOT1Q') and
28637            'L2BDMACLRN' and
28638            'VHOST_1024' and
28639            not 'VXLAN' and
28640            not 'IP4FWD' and
28641            not '2VM'"
28642   parameters:
28643   - "throughput"
28644   - "parent"
28645   - "tags"
28646 #  sort:
28647 #  - "VM"  # "not CFS_OPT"
28648 #  - "CFS_OPT"
28649 #  - "FIB_10K"
28650 #  - "FIB_100K"
28651 #  - "FIB_1M"
28652   layout:
28653     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28654     layout: "plot-throughput-speedup-analysis"
28655
28656 -
28657   type: "plot"
28658   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28659   algorithm: "plot_throughput_speedup_analysis"
28660   output-file-type: ".html"
28661   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28662   data: "plot-throughput-speedup-analysis-3n-hsw"
28663   filter: "'NIC_Intel-X710' and
28664            '64B' and
28665            'NDRPDR' and
28666            ('ETH' or 'DOT1Q') and
28667            'L2BDMACLRN' and
28668            'VHOST_1024' and
28669            not 'VXLAN' and
28670            not 'IP4FWD' and
28671            not '2VM'"
28672   parameters:
28673   - "throughput"
28674   - "parent"
28675   - "tags"
28676 #  sort:
28677 #  - "VM"  # "not CFS_OPT"
28678 #  - "CFS_OPT"
28679 #  - "FIB_10K"
28680 #  - "FIB_100K"
28681 #  - "FIB_1M"
28682   layout:
28683     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28684     layout: "plot-throughput-speedup-analysis"
28685
28686 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28687 -
28688   type: "plot"
28689   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28690   algorithm: "plot_throughput_speedup_analysis"
28691   output-file-type: ".html"
28692   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28693   data: "plot-throughput-speedup-analysis-3n-hsw"
28694   filter: "'NIC_Intel-X710' and
28695            '64B' and
28696            'NDRPDR' and
28697            ('ETH' or 'DOT1Q') and
28698            'BASE' and
28699            ('L2BDMACLRN' or 'L2XCFWD') and
28700            'VHOST_1024' and
28701            not 'VXLAN' and
28702            not 'IP4FWD' and
28703            not '2VM'"
28704   parameters:
28705   - "throughput"
28706   - "parent"
28707   - "tags"
28708 #  sort:
28709 #  - "not CFS_OPT"
28710 #  - "L2XCFWD"
28711 #  - "not CFS_OPT"
28712 #  - "CFS_OPT"
28713   layout:
28714     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28715     layout: "plot-throughput-speedup-analysis"
28716
28717 -
28718   type: "plot"
28719   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28720   algorithm: "plot_throughput_speedup_analysis"
28721   output-file-type: ".html"
28722   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28723   data: "plot-throughput-speedup-analysis-3n-hsw"
28724   filter: "'NIC_Intel-X710' and
28725            '64B' and
28726            'NDRPDR' and
28727            ('ETH' or 'DOT1Q') and
28728            'BASE' and
28729            ('L2BDMACLRN' or 'L2XCFWD') and
28730            'VHOST_1024' and
28731            not 'VXLAN' and
28732            not 'IP4FWD' and
28733            not '2VM'"
28734   parameters:
28735   - "throughput"
28736   - "parent"
28737   - "tags"
28738 #  sort:
28739 #  - "not CFS_OPT"
28740 #  - "L2XCFWD"
28741 #  - "not CFS_OPT"
28742 #  - "CFS_OPT"
28743   layout:
28744     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28745     layout: "plot-throughput-speedup-analysis"
28746
28747 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28748 -
28749   type: "plot"
28750   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28751   algorithm: "plot_throughput_speedup_analysis"
28752   output-file-type: ".html"
28753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28754   data: "plot-throughput-speedup-analysis-3n-hsw"
28755   filter: "'NIC_Intel-X710' and
28756            '64B' and
28757            'NDRPDR' and
28758            ('ETH' or 'DOT1Q') and
28759            ('L2BDMACLRN' or 'L2XCFWD') and
28760            'VHOST_1024' and
28761            not 'CFS_OPT' and
28762            not 'VXLAN' and
28763            not 'IP4FWD' and
28764            not 'LBOND'"
28765   parameters:
28766   - "throughput"
28767   - "parent"
28768   - "tags"
28769 #  sort:
28770 #  - "1VM"
28771 #  - "L2XCFWD"
28772 #  - "1VM"
28773 #  - "L2BDMACLRN"
28774   layout:
28775     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28776     layout: "plot-throughput-speedup-analysis"
28777
28778 -
28779   type: "plot"
28780   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28781   algorithm: "plot_throughput_speedup_analysis"
28782   output-file-type: ".html"
28783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28784   data: "plot-throughput-speedup-analysis-3n-hsw"
28785   filter: "'NIC_Intel-X710' and
28786            '64B' and
28787            'NDRPDR' and
28788            ('ETH' or 'DOT1Q') and
28789            ('L2BDMACLRN' or 'L2XCFWD') and
28790            'VHOST_1024' and
28791            not 'CFS_OPT' and
28792            not 'VXLAN' and
28793            not 'IP4FWD' and
28794            not 'LBOND'"
28795   parameters:
28796   - "throughput"
28797   - "parent"
28798   - "tags"
28799 #  sort:
28800 #  - "1VM"
28801 #  - "L2XCFWD"
28802 #  - "1VM"
28803 #  - "L2BDMACLRN"
28804   layout:
28805     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28806     layout: "plot-throughput-speedup-analysis"
28807
28808 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28809 -
28810   type: "plot"
28811   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28812   algorithm: "plot_throughput_speedup_analysis"
28813   output-file-type: ".html"
28814   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28815   data: "plot-throughput-speedup-analysis-3n-hsw"
28816   filter: "'NIC_Intel-XL710' and
28817            '64B' and
28818            'NDRPDR' and
28819            'ETH' and
28820            'IP4FWD' and
28821            'VHOST_1024' and
28822            not 'VXLAN' and
28823            not 'DOT1Q'"
28824   parameters:
28825   - "throughput"
28826   - "parent"
28827   - "tags"
28828   sort:
28829   - "not CFS_OPT"
28830   - "1VM"
28831   - "2VM"
28832   layout:
28833     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28834     layout: "plot-throughput-speedup-analysis"
28835
28836 -
28837   type: "plot"
28838   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28839   algorithm: "plot_throughput_speedup_analysis"
28840   output-file-type: ".html"
28841   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28842   data: "plot-throughput-speedup-analysis-3n-hsw"
28843   filter: "'NIC_Intel-XL710' and
28844            '64B' and
28845            'NDRPDR' and
28846            'ETH' and
28847            'IP4FWD' and
28848            'VHOST_1024' and
28849            not 'VXLAN' and
28850            not 'DOT1Q'"
28851   parameters:
28852   - "throughput"
28853   - "parent"
28854   - "tags"
28855   sort:
28856   - "not CFS_OPT"
28857   - "1VM"
28858   - "2VM"
28859   layout:
28860     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28861     layout: "plot-throughput-speedup-analysis"
28862
28863 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28864 -
28865   type: "plot"
28866   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28867   algorithm: "plot_throughput_speedup_analysis"
28868   output-file-type: ".html"
28869   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28870   data: "plot-throughput-speedup-analysis-3n-hsw"
28871   filter: "'NIC_Intel-XL710' and
28872            '64B' and
28873            'NDRPDR' and
28874            ('ETH' or 'DOT1Q') and
28875            'L2BDMACLRN' and
28876            'VHOST_1024' and
28877            not 'VXLAN' and
28878            not 'IP4FWD' and
28879            not '2VM'"
28880   parameters:
28881   - "throughput"
28882   - "parent"
28883   - "tags"
28884 #  sort:
28885 #  - "VM"  # "not CFS_OPT"
28886 #  - "CFS_OPT"
28887 #  - "FIB_10K"
28888 #  - "FIB_100K"
28889 #  - "FIB_1M"
28890   layout:
28891     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28892     layout: "plot-throughput-speedup-analysis"
28893
28894 -
28895   type: "plot"
28896   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28897   algorithm: "plot_throughput_speedup_analysis"
28898   output-file-type: ".html"
28899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28900   data: "plot-throughput-speedup-analysis-3n-hsw"
28901   filter: "'NIC_Intel-XL710' and
28902            '64B' and
28903            'NDRPDR' and
28904            ('ETH' or 'DOT1Q') and
28905            'L2BDMACLRN' and
28906            'VHOST_1024' and
28907            not 'VXLAN' and
28908            not 'IP4FWD' and
28909            not '2VM'"
28910   parameters:
28911   - "throughput"
28912   - "parent"
28913   - "tags"
28914 #  sort:
28915 #  - "VM"  # "not CFS_OPT"
28916 #  - "CFS_OPT"
28917 #  - "FIB_10K"
28918 #  - "FIB_100K"
28919 #  - "FIB_1M"
28920   layout:
28921     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28922     layout: "plot-throughput-speedup-analysis"
28923
28924 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28925 -
28926   type: "plot"
28927   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28928   algorithm: "plot_throughput_speedup_analysis"
28929   output-file-type: ".html"
28930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28931   data: "plot-throughput-speedup-analysis-3n-hsw"
28932   filter: "'NIC_Intel-XL710' and
28933            '64B' and
28934            'NDRPDR' and
28935            ('ETH' or 'DOT1Q') and
28936            'BASE' and
28937            ('L2BDMACLRN' or 'L2XCFWD') and
28938            'VHOST_1024' and
28939            not 'VXLAN' and
28940            not 'IP4FWD' and
28941            not '2VM'"
28942   parameters:
28943   - "throughput"
28944   - "parent"
28945   - "tags"
28946 #  sort:
28947 #  - "not CFS_OPT"
28948 #  - "L2XCFWD"
28949 #  - "not CFS_OPT"
28950 #  - "CFS_OPT"
28951   layout:
28952     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28953     layout: "plot-throughput-speedup-analysis"
28954
28955 -
28956   type: "plot"
28957   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28958   algorithm: "plot_throughput_speedup_analysis"
28959   output-file-type: ".html"
28960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28961   data: "plot-throughput-speedup-analysis-3n-hsw"
28962   filter: "'NIC_Intel-XL710' and
28963            '64B' and
28964            'NDRPDR' and
28965            ('ETH' or 'DOT1Q') and
28966            'BASE' and
28967            ('L2BDMACLRN' or 'L2XCFWD') and
28968            'VHOST_1024' and
28969            not 'VXLAN' and
28970            not 'IP4FWD' and
28971            not '2VM'"
28972   parameters:
28973   - "throughput"
28974   - "parent"
28975   - "tags"
28976 #  sort:
28977 #  - "not CFS_OPT"
28978 #  - "L2XCFWD"
28979 #  - "not CFS_OPT"
28980 #  - "CFS_OPT"
28981   layout:
28982     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28983     layout: "plot-throughput-speedup-analysis"
28984
28985 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28986 -
28987   type: "plot"
28988   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28989   algorithm: "plot_throughput_speedup_analysis"
28990   output-file-type: ".html"
28991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28992   data: "plot-throughput-speedup-analysis-3n-hsw"
28993   filter: "'NIC_Intel-XL710' and
28994            '64B' and
28995            'NDRPDR' and
28996            ('ETH' or 'DOT1Q') and
28997            ('L2BDMACLRN' or 'L2XCFWD') and
28998            'VHOST_1024' and
28999            not 'CFS_OPT' and
29000            not 'VXLAN' and
29001            not 'IP4FWD'"
29002   parameters:
29003   - "throughput"
29004   - "parent"
29005   - "tags"
29006 #  sort:
29007 #  - "1VM"
29008 #  - "L2XCFWD"
29009 #  - "1VM"
29010 #  - "L2BDMACLRN"
29011   layout:
29012     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
29013     layout: "plot-throughput-speedup-analysis"
29014
29015 -
29016   type: "plot"
29017   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29018   algorithm: "plot_throughput_speedup_analysis"
29019   output-file-type: ".html"
29020   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29021   data: "plot-throughput-speedup-analysis-3n-hsw"
29022   filter: "'NIC_Intel-XL710' and
29023            '64B' and
29024            'NDRPDR' and
29025            ('ETH' or 'DOT1Q') and
29026            ('L2BDMACLRN' or 'L2XCFWD') and
29027            'VHOST_1024' and
29028            not 'CFS_OPT' and
29029            not 'VXLAN' and
29030            not 'IP4FWD'"
29031   parameters:
29032   - "throughput"
29033   - "parent"
29034   - "tags"
29035 #  sort:
29036 #  - "1VM"
29037 #  - "L2XCFWD"
29038 #  - "1VM"
29039 #  - "L2BDMACLRN"
29040   layout:
29041     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
29042     layout: "plot-throughput-speedup-analysis"
29043
29044 # Packet Speedup - VPP vhost ip4 3n-skx-x710
29045 -
29046   type: "plot"
29047   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29048   algorithm: "plot_throughput_speedup_analysis"
29049   output-file-type: ".html"
29050   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29051   data: "plot-throughput-speedup-analysis-3n-skx"
29052   filter: "'NIC_Intel-X710' and
29053            '64B' and
29054            'NDRPDR' and
29055            'ETH' and
29056            'IP4FWD' and
29057            'VHOST_1024' and
29058            not 'VXLAN' and
29059            not 'DOT1Q'"
29060   parameters:
29061   - "throughput"
29062   - "parent"
29063   - "tags"
29064   sort:
29065   - "not CFS_OPT"
29066   - "1VM"
29067   - "2VM"
29068   layout:
29069     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
29070     layout: "plot-throughput-speedup-analysis"
29071
29072 -
29073   type: "plot"
29074   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29075   algorithm: "plot_throughput_speedup_analysis"
29076   output-file-type: ".html"
29077   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29078   data: "plot-throughput-speedup-analysis-3n-skx"
29079   filter: "'NIC_Intel-X710' and
29080            '64B' and
29081            'NDRPDR' and
29082            'ETH' and
29083            'IP4FWD' and
29084            'VHOST_1024' and
29085            not 'VXLAN' and
29086            not 'DOT1Q'"
29087   parameters:
29088   - "throughput"
29089   - "parent"
29090   - "tags"
29091   sort:
29092   - "not CFS_OPT"
29093   - "1VM"
29094   - "2VM"
29095   layout:
29096     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
29097     layout: "plot-throughput-speedup-analysis"
29098
29099 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
29100 -
29101   type: "plot"
29102   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29103   algorithm: "plot_throughput_speedup_analysis"
29104   output-file-type: ".html"
29105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29106   data: "plot-throughput-speedup-analysis-3n-skx"
29107   filter: "'NIC_Intel-X710' and
29108            '64B' and
29109            'NDRPDR' and
29110            ('ETH' or 'DOT1Q') and
29111            'L2BDMACLRN' and
29112            'VHOST_1024' and
29113            not 'VXLAN' and
29114            not 'IP4FWD' and
29115            not '2VM'"
29116   parameters:
29117   - "throughput"
29118   - "parent"
29119   - "tags"
29120 #  sort:
29121 #  - "VM"  # "not CFS_OPT"
29122 #  - "CFS_OPT"
29123 #  - "FIB_10K"
29124 #  - "FIB_100K"
29125 #  - "FIB_1M"
29126   layout:
29127     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
29128     layout: "plot-throughput-speedup-analysis"
29129
29130 -
29131   type: "plot"
29132   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29133   algorithm: "plot_throughput_speedup_analysis"
29134   output-file-type: ".html"
29135   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29136   data: "plot-throughput-speedup-analysis-3n-skx"
29137   filter: "'NIC_Intel-X710' and
29138            '64B' and
29139            'NDRPDR' and
29140            ('ETH' or 'DOT1Q') and
29141            'L2BDMACLRN' and
29142            'VHOST_1024' and
29143            not 'VXLAN' and
29144            not 'IP4FWD' and
29145            not '2VM'"
29146   parameters:
29147   - "throughput"
29148   - "parent"
29149   - "tags"
29150 #  sort:
29151 #  - "VM"  # "not CFS_OPT"
29152 #  - "CFS_OPT"
29153 #  - "FIB_10K"
29154 #  - "FIB_100K"
29155 #  - "FIB_1M"
29156   layout:
29157     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
29158     layout: "plot-throughput-speedup-analysis"
29159
29160 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
29161 -
29162   type: "plot"
29163   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29164   algorithm: "plot_throughput_speedup_analysis"
29165   output-file-type: ".html"
29166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29167   data: "plot-throughput-speedup-analysis-3n-skx"
29168   filter: "'NIC_Intel-X710' and
29169            '64B' and
29170            'NDRPDR' and
29171            ('ETH' or 'DOT1Q') and
29172            'BASE' and
29173            ('L2BDMACLRN' or 'L2XCFWD') and
29174            'VHOST_1024' and
29175            not 'VXLAN' and
29176            not 'IP4FWD' and
29177            not '2VM' and
29178            not 'LBOND'"
29179   parameters:
29180   - "throughput"
29181   - "parent"
29182   - "tags"
29183 #  sort:
29184 #  - "not CFS_OPT"
29185 #  - "L2XCFWD"
29186 #  - "not CFS_OPT"
29187 #  - "CFS_OPT"
29188   layout:
29189     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
29190     layout: "plot-throughput-speedup-analysis"
29191
29192 -
29193   type: "plot"
29194   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29195   algorithm: "plot_throughput_speedup_analysis"
29196   output-file-type: ".html"
29197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29198   data: "plot-throughput-speedup-analysis-3n-skx"
29199   filter: "'NIC_Intel-X710' and
29200            '64B' and
29201            'NDRPDR' and
29202            ('ETH' or 'DOT1Q') and
29203            'BASE' and
29204            ('L2BDMACLRN' or 'L2XCFWD') and
29205            'VHOST_1024' and
29206            not 'VXLAN' and
29207            not 'IP4FWD' and
29208            not '2VM' and
29209            not 'LBOND'"
29210   parameters:
29211   - "throughput"
29212   - "parent"
29213   - "tags"
29214 #  sort:
29215 #  - "not CFS_OPT"
29216 #  - "L2XCFWD"
29217 #  - "not CFS_OPT"
29218 #  - "CFS_OPT"
29219   layout:
29220     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
29221     layout: "plot-throughput-speedup-analysis"
29222
29223 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
29224 -
29225   type: "plot"
29226   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29227   algorithm: "plot_throughput_speedup_analysis"
29228   output-file-type: ".html"
29229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29230   data: "plot-throughput-speedup-analysis-3n-skx"
29231   filter: "'NIC_Intel-X710' and
29232            '64B' and
29233            'NDRPDR' and
29234            ('ETH' or 'DOT1Q') and
29235            ('L2BDMACLRN' or 'L2XCFWD') and
29236            'VHOST_1024' and
29237            not 'CFS_OPT' and
29238            not 'VXLAN' and
29239            not 'IP4FWD' and
29240            not 'LBOND'"
29241   parameters:
29242   - "throughput"
29243   - "parent"
29244   - "tags"
29245 #  sort:
29246 #  - "1VM"
29247 #  - "L2XCFWD"
29248 #  - "1VM"
29249 #  - "L2BDMACLRN"
29250   layout:
29251     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
29252     layout: "plot-throughput-speedup-analysis"
29253
29254 -
29255   type: "plot"
29256   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29257   algorithm: "plot_throughput_speedup_analysis"
29258   output-file-type: ".html"
29259   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29260   data: "plot-throughput-speedup-analysis-3n-skx"
29261   filter: "'NIC_Intel-X710' and
29262            '64B' and
29263            'NDRPDR' and
29264            ('ETH' or 'DOT1Q') and
29265            ('L2BDMACLRN' or 'L2XCFWD') and
29266            'VHOST_1024' and
29267            not 'CFS_OPT' and
29268            not 'VXLAN' and
29269            not 'IP4FWD' and
29270            not 'LBOND'"
29271   parameters:
29272   - "throughput"
29273   - "parent"
29274   - "tags"
29275 #  sort:
29276 #  - "1VM"
29277 #  - "L2XCFWD"
29278 #  - "1VM"
29279 #  - "L2BDMACLRN"
29280   layout:
29281     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
29282     layout: "plot-throughput-speedup-analysis"
29283
29284 # Packet Speedup - VPP vhost ip4 2n-skx-x710
29285 -
29286   type: "plot"
29287   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29288   algorithm: "plot_throughput_speedup_analysis"
29289   output-file-type: ".html"
29290   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29291   data: "plot-throughput-speedup-analysis-2n-skx"
29292   filter: "'NIC_Intel-X710' and
29293            '64B' and
29294            'NDRPDR' and
29295            'ETH' and
29296            'IP4FWD' and
29297            'VHOST_1024' and
29298            not 'VXLAN' and
29299            not 'NF_DENSITY' and
29300            not 'DOT1Q'"
29301   parameters:
29302   - "throughput"
29303   - "parent"
29304   - "tags"
29305   sort:
29306   - "not CFS_OPT"
29307   - "1VM"
29308   - "2VM"
29309   layout:
29310     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
29311     layout: "plot-throughput-speedup-analysis"
29312
29313 -
29314   type: "plot"
29315   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29316   algorithm: "plot_throughput_speedup_analysis"
29317   output-file-type: ".html"
29318   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29319   data: "plot-throughput-speedup-analysis-2n-skx"
29320   filter: "'NIC_Intel-X710' and
29321            '64B' and
29322            'NDRPDR' and
29323            'ETH' and
29324            'IP4FWD' and
29325            'VHOST_1024' and
29326            not 'VXLAN' and
29327            not 'NF_DENSITY' and
29328            not 'DOT1Q'"
29329   parameters:
29330   - "throughput"
29331   - "parent"
29332   - "tags"
29333   sort:
29334   - "not CFS_OPT"
29335   - "1VM"
29336   - "2VM"
29337   layout:
29338     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
29339     layout: "plot-throughput-speedup-analysis"
29340
29341 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
29342 -
29343   type: "plot"
29344   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29345   algorithm: "plot_throughput_speedup_analysis"
29346   output-file-type: ".html"
29347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29348   data: "plot-throughput-speedup-analysis-2n-skx"
29349   filter: "'NIC_Intel-X710' and
29350            '64B' and
29351            'NDRPDR' and
29352            ('ETH' or 'DOT1Q') and
29353            'L2BDMACLRN' and
29354            'VHOST_1024' and
29355            not 'VXLAN' and
29356            not 'NF_DENSITY' and
29357            not 'IP4FWD' and
29358            not '2VM'"
29359   parameters:
29360   - "throughput"
29361   - "parent"
29362   - "tags"
29363 #  sort:
29364 #  - "VM"  # "not CFS_OPT"
29365 #  - "CFS_OPT"
29366 #  - "FIB_10K"
29367 #  - "FIB_100K"
29368 #  - "FIB_1M"
29369   layout:
29370     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
29371     layout: "plot-throughput-speedup-analysis"
29372
29373 -
29374   type: "plot"
29375   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29376   algorithm: "plot_throughput_speedup_analysis"
29377   output-file-type: ".html"
29378   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29379   data: "plot-throughput-speedup-analysis-2n-skx"
29380   filter: "'NIC_Intel-X710' and
29381            '64B' and
29382            'NDRPDR' and
29383            ('ETH' or 'DOT1Q') and
29384            'L2BDMACLRN' and
29385            'VHOST_1024' and
29386            not 'VXLAN' and
29387            not 'NF_DENSITY' and
29388            not 'IP4FWD' and
29389            not '2VM'"
29390   parameters:
29391   - "throughput"
29392   - "parent"
29393   - "tags"
29394 #  sort:
29395 #  - "VM"  # "not CFS_OPT"
29396 #  - "CFS_OPT"
29397 #  - "FIB_10K"
29398 #  - "FIB_100K"
29399 #  - "FIB_1M"
29400   layout:
29401     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
29402     layout: "plot-throughput-speedup-analysis"
29403
29404 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
29405 -
29406   type: "plot"
29407   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29408   algorithm: "plot_throughput_speedup_analysis"
29409   output-file-type: ".html"
29410   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29411   data: "plot-throughput-speedup-analysis-2n-skx"
29412   filter: "'NIC_Intel-X710' and
29413            '64B' and
29414            'NDRPDR' and
29415            ('ETH' or 'DOT1Q') and
29416            'BASE' and
29417            ('L2BDMACLRN' or 'L2XCFWD') and
29418            'VHOST_1024' and
29419            not 'VXLAN' and
29420            not 'NF_DENSITY' and
29421            not 'IP4FWD' and
29422            not '2VM'"
29423   parameters:
29424   - "throughput"
29425   - "parent"
29426   - "tags"
29427 #  sort:
29428 #  - "not CFS_OPT"
29429 #  - "L2XCFWD"
29430 #  - "not CFS_OPT"
29431 #  - "CFS_OPT"
29432   layout:
29433     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
29434     layout: "plot-throughput-speedup-analysis"
29435
29436 -
29437   type: "plot"
29438   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29439   algorithm: "plot_throughput_speedup_analysis"
29440   output-file-type: ".html"
29441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29442   data: "plot-throughput-speedup-analysis-2n-skx"
29443   filter: "'NIC_Intel-X710' and
29444            '64B' and
29445            'NDRPDR' and
29446            ('ETH' or 'DOT1Q') and
29447            'BASE' and
29448            ('L2BDMACLRN' or 'L2XCFWD') and
29449            'VHOST_1024' and
29450            not 'VXLAN' and
29451            not 'NF_DENSITY' and
29452            not 'IP4FWD' and
29453            not '2VM'"
29454   parameters:
29455   - "throughput"
29456   - "parent"
29457   - "tags"
29458 #  sort:
29459 #  - "not CFS_OPT"
29460 #  - "L2XCFWD"
29461 #  - "not CFS_OPT"
29462 #  - "CFS_OPT"
29463   layout:
29464     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
29465     layout: "plot-throughput-speedup-analysis"
29466
29467 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
29468 -
29469   type: "plot"
29470   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29471   algorithm: "plot_throughput_speedup_analysis"
29472   output-file-type: ".html"
29473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29474   data: "plot-throughput-speedup-analysis-2n-skx"
29475   filter: "'NIC_Intel-X710' and
29476            '64B' and
29477            'NDRPDR' and
29478            ('ETH' or 'DOT1Q') and
29479            ('L2BDMACLRN' or 'L2XCFWD') and
29480            'VHOST_1024' and
29481            not 'CFS_OPT' and
29482            not 'VXLAN' and
29483            not 'NF_DENSITY' and
29484            not 'IP4FWD'"
29485   parameters:
29486   - "throughput"
29487   - "parent"
29488   - "tags"
29489 #  sort:
29490 #  - "1VM"
29491 #  - "L2XCFWD"
29492 #  - "1VM"
29493 #  - "L2BDMACLRN"
29494   layout:
29495     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
29496     layout: "plot-throughput-speedup-analysis"
29497
29498 -
29499   type: "plot"
29500   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29501   algorithm: "plot_throughput_speedup_analysis"
29502   output-file-type: ".html"
29503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29504   data: "plot-throughput-speedup-analysis-2n-skx"
29505   filter: "'NIC_Intel-X710' and
29506            '64B' and
29507            'NDRPDR' and
29508            ('ETH' or 'DOT1Q') and
29509            ('L2BDMACLRN' or 'L2XCFWD') and
29510            'VHOST_1024' and
29511            not 'CFS_OPT' and
29512            not 'VXLAN' and
29513            not 'NF_DENSITY' and
29514            not 'IP4FWD'"
29515   parameters:
29516   - "throughput"
29517   - "parent"
29518   - "tags"
29519 #  sort:
29520 #  - "1VM"
29521 #  - "L2XCFWD"
29522 #  - "1VM"
29523 #  - "L2BDMACLRN"
29524   layout:
29525     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
29526     layout: "plot-throughput-speedup-analysis"
29527
29528 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
29529 -
29530   type: "plot"
29531   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29532   algorithm: "plot_throughput_speedup_analysis"
29533   output-file-type: ".html"
29534   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29535   data: "plot-throughput-speedup-analysis-2n-skx"
29536   filter: "'NIC_Intel-XXV710' and
29537            '64B' and
29538            'NDRPDR' and
29539            'ETH' and
29540            'IP4FWD' and
29541            'VHOST_1024' and
29542            not 'VXLAN' and
29543            not 'DOT1Q'"
29544   parameters:
29545   - "throughput"
29546   - "parent"
29547   - "tags"
29548   sort:
29549   - "not CFS_OPT"
29550   - "1VM"
29551   - "2VM"
29552   layout:
29553     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
29554     layout: "plot-throughput-speedup-analysis"
29555
29556 -
29557   type: "plot"
29558   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29559   algorithm: "plot_throughput_speedup_analysis"
29560   output-file-type: ".html"
29561   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29562   data: "plot-throughput-speedup-analysis-2n-skx"
29563   filter: "'NIC_Intel-XXV710' and
29564            '64B' and
29565            'NDRPDR' and
29566            'ETH' and
29567            'IP4FWD' and
29568            'VHOST_1024' and
29569            not 'VXLAN' and
29570            not 'DOT1Q'"
29571   parameters:
29572   - "throughput"
29573   - "parent"
29574   - "tags"
29575   sort:
29576   - "not CFS_OPT"
29577   - "1VM"
29578   - "2VM"
29579   layout:
29580     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29581     layout: "plot-throughput-speedup-analysis"
29582
29583 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29584 -
29585   type: "plot"
29586   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29587   algorithm: "plot_throughput_speedup_analysis"
29588   output-file-type: ".html"
29589   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29590   data: "plot-throughput-speedup-analysis-2n-skx"
29591   filter: "'NIC_Intel-XXV710' and
29592            '64B' and
29593            'NDRPDR' and
29594            ('ETH' or 'DOT1Q') and
29595            'L2BDMACLRN' and
29596            'VHOST_1024' and
29597            not 'VXLAN' and
29598            not 'IP4FWD' and
29599            not '2VM'"
29600   parameters:
29601   - "throughput"
29602   - "parent"
29603   - "tags"
29604 #  sort:
29605 #  - "VM"  # "not CFS_OPT"
29606 #  - "CFS_OPT"
29607 #  - "FIB_10K"
29608 #  - "FIB_100K"
29609 #  - "FIB_1M"
29610   layout:
29611     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29612     layout: "plot-throughput-speedup-analysis"
29613
29614 -
29615   type: "plot"
29616   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29617   algorithm: "plot_throughput_speedup_analysis"
29618   output-file-type: ".html"
29619   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29620   data: "plot-throughput-speedup-analysis-2n-skx"
29621   filter: "'NIC_Intel-XXV710' and
29622            '64B' and
29623            'NDRPDR' and
29624            ('ETH' or 'DOT1Q') and
29625            'L2BDMACLRN' and
29626            'VHOST_1024' and
29627            not 'VXLAN' and
29628            not 'IP4FWD' and
29629            not '2VM'"
29630   parameters:
29631   - "throughput"
29632   - "parent"
29633   - "tags"
29634 #  sort:
29635 #  - "VM"  # "not CFS_OPT"
29636 #  - "CFS_OPT"
29637 #  - "FIB_10K"
29638 #  - "FIB_100K"
29639 #  - "FIB_1M"
29640   layout:
29641     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29642     layout: "plot-throughput-speedup-analysis"
29643
29644 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29645 -
29646   type: "plot"
29647   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29648   algorithm: "plot_throughput_speedup_analysis"
29649   output-file-type: ".html"
29650   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29651   data: "plot-throughput-speedup-analysis-2n-skx"
29652   filter: "'NIC_Intel-XXV710' and
29653            '64B' and
29654            'NDRPDR' and
29655            ('ETH' or 'DOT1Q') and
29656            'BASE' and
29657            ('L2BDMACLRN' or 'L2XCFWD') and
29658            'VHOST_1024' and
29659            not 'VXLAN' and
29660            not 'IP4FWD' and
29661            not '2VM'"
29662   parameters:
29663   - "throughput"
29664   - "parent"
29665   - "tags"
29666 #  sort:
29667 #  - "not CFS_OPT"
29668 #  - "L2XCFWD"
29669 #  - "not CFS_OPT"
29670 #  - "CFS_OPT"
29671   layout:
29672     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29673     layout: "plot-throughput-speedup-analysis"
29674
29675 -
29676   type: "plot"
29677   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29678   algorithm: "plot_throughput_speedup_analysis"
29679   output-file-type: ".html"
29680   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29681   data: "plot-throughput-speedup-analysis-2n-skx"
29682   filter: "'NIC_Intel-XXV710' and
29683            '64B' and
29684            'NDRPDR' and
29685            ('ETH' or 'DOT1Q') and
29686            'BASE' and
29687            ('L2BDMACLRN' or 'L2XCFWD') and
29688            'VHOST_1024' and
29689            not 'VXLAN' and
29690            not 'IP4FWD' and
29691            not '2VM'"
29692   parameters:
29693   - "throughput"
29694   - "parent"
29695   - "tags"
29696 #  sort:
29697 #  - "not CFS_OPT"
29698 #  - "L2XCFWD"
29699 #  - "not CFS_OPT"
29700 #  - "CFS_OPT"
29701   layout:
29702     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29703     layout: "plot-throughput-speedup-analysis"
29704
29705 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29706 -
29707   type: "plot"
29708   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29709   algorithm: "plot_throughput_speedup_analysis"
29710   output-file-type: ".html"
29711   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29712   data: "plot-throughput-speedup-analysis-2n-skx"
29713   filter: "'NIC_Intel-XXV710' and
29714            '64B' and
29715            'NDRPDR' and
29716            ('ETH' or 'DOT1Q') and
29717            ('L2BDMACLRN' or 'L2XCFWD') and
29718            'VHOST_1024' and
29719            not 'CFS_OPT' and
29720            not 'VXLAN' and
29721            not 'IP4FWD'"
29722   parameters:
29723   - "throughput"
29724   - "parent"
29725   - "tags"
29726 #  sort:
29727 #  - "1VM"
29728 #  - "L2XCFWD"
29729 #  - "1VM"
29730 #  - "L2BDMACLRN"
29731   layout:
29732     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29733     layout: "plot-throughput-speedup-analysis"
29734
29735 -
29736   type: "plot"
29737   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29738   algorithm: "plot_throughput_speedup_analysis"
29739   output-file-type: ".html"
29740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29741   data: "plot-throughput-speedup-analysis-2n-skx"
29742   filter: "'NIC_Intel-XXV710' and
29743            '64B' and
29744            'NDRPDR' and
29745            ('ETH' or 'DOT1Q') and
29746            ('L2BDMACLRN' or 'L2XCFWD') and
29747            'VHOST_1024' and
29748            not 'CFS_OPT' and
29749            not 'VXLAN' and
29750            not 'IP4FWD'"
29751   parameters:
29752   - "throughput"
29753   - "parent"
29754   - "tags"
29755 #  sort:
29756 #  - "1VM"
29757 #  - "L2XCFWD"
29758 #  - "1VM"
29759 #  - "L2BDMACLRN"
29760   layout:
29761     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29762     layout: "plot-throughput-speedup-analysis"
29763
29764 ################################################################################
29765
29766 # Speedup - VPP vts 3n-hsw-x520
29767 -
29768   type: "plot"
29769   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29770   algorithm: "plot_throughput_speedup_analysis"
29771   output-file-type: ".html"
29772   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29773   data: "plot-throughput-speedup-analysis-3n-hsw"
29774   filter: "'NIC_Intel-X520-DA2' and
29775            '114B' and
29776            'NDRPDR' and
29777            'VTS'"
29778   parameters:
29779   - "throughput"
29780   - "parent"
29781   - "tags"
29782   layout:
29783     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29784     layout: "plot-throughput-speedup-analysis"
29785
29786 -
29787   type: "plot"
29788   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29789   algorithm: "plot_throughput_speedup_analysis"
29790   output-file-type: ".html"
29791   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29792   data: "plot-throughput-speedup-analysis-3n-hsw"
29793   filter: "'NIC_Intel-X520-DA2' and
29794            '114B' and
29795            'NDRPDR' and
29796            'VTS'"
29797   parameters:
29798   - "throughput"
29799   - "parent"
29800   - "tags"
29801   layout:
29802     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29803     layout: "plot-throughput-speedup-analysis"