Report: Add DPDK comparisons for 2n-skx
[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-performance-changes-2n-skx:
649       csit-dpdk-perf-verify-1810-2n-skx:
650       - 3   # NDRPDR sel
651       - 4   # NDRPDR sel
652       - 5   # NDRPDR sel
653       - 7   # NDRPDR sel
654       - 8   # NDRPDR sel
655       - 9   # NDRPDR sel
656       - 10  # NDRPDR sel
657       - 11  # NDRPDR sel
658       - 12  # NDRPDR sel
659       - 13  # NDRPDR sel
660       csit-dpdk-perf-verify-1901-2n-skx:
661       - 2   # NDRPDR sel
662       - 3   # NDRPDR sel
663       - 4   # NDRPDR sel
664       - 5   # NDRPDR sel
665       - 6   # NDRPDR sel
666       - 7   # NDRPDR sel
667       - 8   # NDRPDR sel
668       - 9   # NDRPDR sel
669       - 10  # NDRPDR sel
670       - 11  # NDRPDR sel
671
672     dpdk-compare-testbeds:
673       # TODO: Replace with new data
674       csit-dpdk-perf-verify-1901-3n-skx:
675       - 1   # NDRPDR sel F
676       - 2   # NDRPDR sel F
677       # TODO: Add new data
678       csit-dpdk-perf-verify-1901-3n-hsw:
679       - 3   # NDRPDR sel
680       - 4   # NDRPDR sel
681       - 5   # NDRPDR sel
682       - 6   # NDRPDR sel
683       - 7   # NDRPDR sel
684       - 8   # NDRPDR sel
685       - 9   # NDRPDR sel
686       - 10  # NDRPDR sel
687       - 11  # NDRPDR sel
688
689     dpdk-compare-topologies:
690       # TODO: Replace with new data
691       csit-dpdk-perf-verify-1901-3n-skx:
692       - 1   # NDRPDR sel F
693       - 2   # NDRPDR sel F
694       # TODO: Add new data
695       csit-dpdk-perf-verify-1901-2n-skx:
696       - 2   # NDRPDR sel
697       - 3   # NDRPDR sel
698       - 4   # NDRPDR sel
699       - 5   # NDRPDR sel
700       - 6   # NDRPDR sel
701       - 7   # NDRPDR sel
702       - 8   # NDRPDR sel
703       - 9   # NDRPDR sel
704       - 10  # NDRPDR sel
705       - 11  # NDRPDR sel
706
707     dpdk-perf-results-3n-hsw:
708       # TODO: Replace with FULL data
709       csit-dpdk-perf-verify-1901-3n-hsw:
710       - 6   # NDRPDR sel
711
712     dpdk-perf-results-3n-skx:
713       # TODO: Replace with new data
714       csit-dpdk-perf-verify-1901-3n-skx:
715       - 2   # NDRPDR sel F
716
717     dpdk-perf-results-2n-skx:
718       # TODO: Replace with FULL data
719       csit-dpdk-perf-verify-1901-2n-skx:
720       - 2   # NDRPDR sel
721
722     plot-dpdk-throughput-latency-3n-hsw:
723       # TODO: Replace with new data
724       csit-dpdk-perf-verify-1901-3n-hsw:
725       - 3   # NDRPDR sel
726       - 4   # NDRPDR sel
727       - 5   # NDRPDR sel
728       - 6   # NDRPDR sel
729       - 7   # NDRPDR sel
730       - 8   # NDRPDR sel
731       - 9   # NDRPDR sel
732       - 10  # NDRPDR sel
733       - 11  # NDRPDR sel
734
735     plot-dpdk-throughput-latency-3n-skx:
736       # TODO: Replace with new data
737       csit-dpdk-perf-verify-1901-3n-skx:
738       - 1   # NDRPDR sel F
739       - 2   # NDRPDR sel F
740
741     plot-dpdk-throughput-latency-2n-skx:
742       csit-dpdk-perf-verify-1901-2n-skx:
743       - 2   # NDRPDR sel
744       - 3   # NDRPDR sel
745       - 4   # NDRPDR sel
746       - 5   # NDRPDR sel
747       - 6   # NDRPDR sel
748       - 7   # NDRPDR sel
749       - 8   # NDRPDR sel
750       - 9   # NDRPDR sel
751       - 10  # NDRPDR sel
752       - 11  # NDRPDR sel
753
754     # HoneyComb Functional
755     hc-func-results:
756       csit-hc2vpp-verify-func-1901-ubuntu1604:
757       - 3
758
759     # NSH SFC Functional
760     nsh-func-results:
761       # TODO: Replace with new data
762       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
763       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
764       - 1
765
766     # DMM Functional
767     dmm-func-results:
768       # TODO: Replace with new data
769       csit-dmm-functional-1901-ubuntu1604-virl:
770       - 2
771
772   plot-layouts:
773
774     plot-soak-throughput:
775       titlefont:
776         size: 18
777       xaxis:
778         title: "<b>Test Cases [Index]</b>"
779         titlefont:
780           size: 16
781         autorange: True
782         fixedrange: False
783         gridcolor: "rgb(230, 230, 230)"
784         linecolor: "rgb(220, 220, 220)"
785         linewidth: 1
786         showgrid: True
787         showline: True
788         showticklabels: True
789         tickcolor: "rgb(220, 220, 220)"
790         tickmode: "linear"
791         tickfont:
792           size: 16
793         zeroline: False
794       yaxis:
795         title: "<b>Packet Throughput [Mpps]</b>"
796         titlefont:
797           size: 16
798         gridcolor: "rgb(230, 230, 230)"
799         hoverformat: ".4s"
800         tickformat: ".3s"
801         linecolor: "rgb(220, 220, 220)"
802         linewidth: 1
803         showgrid: True
804         showline: True
805         showticklabels: True
806         tickcolor: "rgb(220, 220, 220)"
807         tickfont:
808           size: 16
809         zeroline: False
810         range: [0,50]
811       autosize: False
812       margin:
813         t: 50
814         b: 0
815         l: 80
816         r: 20
817       showlegend: True
818       legend:
819         orientation: "h"
820         font:
821           size: 16
822       width: 700
823       height: 900
824
825     plot-service-density:
826       titlefont:
827         size: 18
828       xaxis:
829         side: "top"
830         autorange: True
831         fixedrange: False
832         showgrid: False
833         showline: False
834         showticklabels: False
835         ticks: ""
836         ticklen: 0
837         tickwidth: 0
838         zeroline: False
839       yaxis:
840         autorange: "reversed"
841         showgrid: False
842         showline: False
843         showticklabels: False
844         ticks: ""
845         ticklen: 0
846         tickwidth: 0
847         zeroline: False
848       autosize: True
849       showlegend: False
850       width: 700
851       height: 700
852
853     plot-cps:
854       titlefont:
855         size: 18
856       xaxis:
857         title: "<b>Test Cases [Index]</b>"
858         titlefont:
859           size: 16
860         autorange: True
861         fixedrange: False
862         gridcolor: "rgb(230, 230, 230)"
863         linecolor: "rgb(220, 220, 220)"
864         linewidth: 1
865         showgrid: True
866         showline: True
867         showticklabels: True
868         tickcolor: "rgb(220, 220, 220)"
869         tickmode: "linear"
870         tickfont:
871           size: 16
872         zeroline: False
873       yaxis:
874         title: "<b>Connections Per Second [cps]</b>"
875         titlefont:
876           size: 16
877         gridcolor: "rgb(230, 230, 230)"
878         hoverformat: ".4s"
879         linecolor: "rgb(220, 220, 220)"
880         linewidth: 1
881         rangemode: "tozero"
882         showgrid: True
883         showline: True
884         showticklabels: True
885         tickcolor: "rgb(220, 220, 220)"
886         tickformat: ".3s"
887         tickfont:
888           size: 16
889         zeroline: False
890       boxmode: "group"
891       boxgroupgap: 0.5
892       autosize: False
893       margin:
894         t: 50
895         b: 20
896         l: 80
897         r: 20
898       showlegend: True
899       legend:
900         orientation: "h"
901         font:
902           size: 16
903       width: 700
904       height: 800
905
906     plot-rps:
907       titlefont:
908         size: 18
909       xaxis:
910         title: "<b>Test Cases [Index]</b>"
911         titlefont:
912           size: 16
913         autorange: True
914         fixedrange: False
915         gridcolor: "rgb(230, 230, 230)"
916         linecolor: "rgb(220, 220, 220)"
917         linewidth: 1
918         showgrid: True
919         showline: True
920         showticklabels: True
921         tickcolor: "rgb(220, 220, 220)"
922         tickmode: "linear"
923         tickfont:
924           size: 16
925         zeroline: False
926       yaxis:
927         title: "<b>Requests Per Second [rps]</b>"
928         titlefont:
929           size: 16
930         gridcolor: "rgb(230, 230, 230)"
931         hoverformat: ".4s"
932         linecolor: "rgb(220, 220, 220)"
933         linewidth: 1
934         rangemode: "tozero"
935         showgrid: True
936         showline: True
937         showticklabels: True
938         tickcolor: "rgb(230, 230, 230)"
939         tickformat: ".3s"
940         tickfont:
941           size: 16
942         zeroline: False
943       boxmode: "group"
944       boxgroupgap: 0.5
945       autosize: False
946       margin:
947         t: 50
948         b: 20
949         l: 80
950         r: 20
951       showlegend: True
952       legend:
953         orientation: "h"
954         font:
955           size: 16
956       width: 700
957       height: 800
958
959     plot-throughput:
960       titlefont:
961         size: 18
962       xaxis:
963         title: "<b>Test Cases [Index]</b>"
964         titlefont:
965           size: 16
966         autorange: True
967         fixedrange: False
968         gridcolor: "rgb(230, 230, 230)"
969         linecolor: "rgb(220, 220, 220)"
970         linewidth: 1
971         showgrid: True
972         showline: True
973         showticklabels: True
974         tickcolor: "rgb(220, 220, 220)"
975         tickmode: "linear"
976         tickfont:
977           size: 16
978         zeroline: False
979       yaxis:
980         title: "<b>Packet Throughput [Mpps]</b>"
981         titlefont:
982           size: 16
983         gridcolor: "rgb(230, 230, 230)"
984         hoverformat: ".4s"
985         tickformat: ".3s"
986         linecolor: "rgb(220, 220, 220)"
987         linewidth: 1
988         showgrid: True
989         showline: True
990         showticklabels: True
991         tickcolor: "rgb(220, 220, 220)"
992         tickfont:
993           size: 16
994         zeroline: False
995         range: [0,50]
996       boxmode: "group"
997       boxgroupgap: 0.5
998       autosize: False
999       margin:
1000         t: 50
1001         b: 0
1002         l: 80
1003         r: 20
1004       showlegend: True
1005       legend:
1006         orientation: "h"
1007         font:
1008           size: 16
1009       width: 700
1010       height: 900
1011
1012     plot-throughput-speedup-analysis:
1013       titlefont:
1014         size: 18
1015       xaxis:
1016         title: "<b>Number of Cores [Qty]</b>"
1017         titlefont:
1018           size: 16
1019         autorange: True
1020         fixedrange: False
1021         gridcolor: "rgb(230, 230, 230)"
1022         linecolor: "rgb(220, 220, 220)"
1023         linewidth: 1
1024         showgrid: True
1025         showline: True
1026         showticklabels: True
1027         tickcolor: "rgb(238, 238, 238)"
1028         tickmode: "linear"
1029         tickfont:
1030           size: 16
1031         zeroline: False
1032       yaxis:
1033         title: "<b>Packet Throughput [Mpps]</b>"
1034         titlefont:
1035           size: 16
1036         type: "linear"
1037         gridcolor: "rgb(230, 230, 230)"
1038         hoverformat: ".4s"
1039         linecolor: "rgb(220, 220, 220)"
1040         linewidth: 1
1041         showgrid: True
1042         showline: True
1043         showticklabels: True
1044         tickcolor: "rgb(220, 220, 220)"
1045         tickformat: ".4s"
1046         tickfont:
1047           size: 16
1048         zeroline: True
1049         rangemode: "tozero"
1050         range: [0,100]
1051       legend:
1052         orientation: "h"
1053         font:
1054           size: 16
1055         xanchor: "left"
1056         yanchor: "top"
1057         x: 0
1058         y: -0.2
1059         bgcolor: "rgba(255, 255, 255, 0)"
1060         bordercolor: "rgba(255, 255, 255, 0)"
1061         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1062       autosize: False
1063       margin:
1064           't': 50
1065           'b': 150
1066           'l': 85
1067           'r': 10
1068       showlegend: True
1069       width: 700
1070       height: 700
1071       hoverlabel:
1072         namelength: -1
1073       annotations: [
1074         {
1075           text: "_ _          __          ...",
1076           align: "left",
1077           showarrow: False,
1078           xref: "paper",
1079           yref: "paper",
1080           xanchor: "left",
1081           yanchor: "top",
1082           x: 0,
1083           y: -0.13,
1084           font: {
1085             family: "Consolas, Courier New",
1086             size: 15
1087           },
1088         },
1089         {
1090           text: "    Perfect     Measured     Limit",
1091           align: "left",
1092           showarrow: False,
1093           xref: "paper",
1094           yref: "paper",
1095           xanchor: "left",
1096           yanchor: "top",
1097           x: 0,
1098           y: -0.15,
1099           font: {
1100             family: "Consolas, Courier New",
1101             size: 15
1102           },
1103         },
1104       ]
1105
1106     plot-latency:
1107       titlefont:
1108         size: 18
1109       xaxis:
1110         title: "<b>Direction</b>"
1111         titlefont:
1112           size: 16
1113         autorange: True
1114         fixedrange: False
1115         gridcolor: "rgb(230, 230, 230)"
1116         linecolor: "rgb(220, 220, 220)"
1117         linewidth: 1
1118         showgrid: True
1119         showline: True
1120         showticklabels: False
1121         tickcolor: "rgb(220, 220, 220)"
1122         tickmode: "linear"
1123         tickfont:
1124           size: 16
1125         zeroline: False
1126       yaxis:
1127         title: "<b>Packet Latency [uSec]</b>"
1128         titlefont:
1129           size: 16
1130         type: "linear"
1131         gridcolor: "rgb(230, 230, 230)"
1132         hoverformat: ".4s"
1133         linecolor: "rgb(220, 220, 220)"
1134         linewidth: 1
1135         showgrid: True
1136         showline: True
1137         showticklabels: True
1138         tickcolor: "rgb(220, 220, 220)"
1139         tickformat: ".4s"
1140         tickfont:
1141           size: 16
1142         zeroline: True
1143         rangemode: "tozero"
1144       legend:
1145         orientation: "h"
1146         font:
1147           size: 16
1148         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1149       autosize: False
1150       margin:
1151           't': 50
1152           'b': 150
1153           'l': 80
1154           'r': 10
1155       showlegend: True
1156       width: 700
1157       height: 700
1158       hoverlabel:
1159         namelength: -1
1160
1161 -
1162   type: "static"
1163   src-path: "{DIR[RST]}"
1164   dst-path: "{DIR[WORKING,SRC]}"
1165
1166 -
1167   type: "input"
1168   general:
1169     file-name: "robot-plugin.zip"
1170     file-format: ".zip"
1171     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1172     extract: "robot-plugin/output.xml"
1173
1174   builds:
1175
1176     intel-dnv-vpp-release-1810:
1177     - 1
1178
1179     csit-vpp-perf-verify-1807-3n-hsw:
1180     - 8   # MRR full
1181     - 9   # MRR sel
1182     - 21  # MRR sel
1183     - 31  # MRR sel
1184     - 33  # MRR sel
1185     - 36  # MRR sel
1186     - 41  # MRR sel
1187     - 42  # MRR sel
1188     - 48  # MRR sel
1189     - 11  # NDRPDR full 1
1190     - 22  # NDRPDR full 2
1191     - 45  # NDRPDR full 3
1192     - 46  # NDRPDR full 4
1193     - 15  # NDRPDR sel
1194     - 16  # NDRPDR sel
1195     - 19  # NDRPDR sel
1196     - 18  # NDRPDR sel
1197     - 20  # NDRPDR sel
1198     - 38  # NDRPDR sel
1199     - 40  # NDRPDR sel
1200     - 44  # NDRPDR sel
1201     - 47  # NDRPDR sel
1202     - 24  # WRK
1203     - 25  # WRK
1204     - 23  # WRK
1205     - 26  # WRK
1206     - 27  # WRK
1207     - 28  # WRK
1208     - 29  # WRK
1209     - 30  # WRK
1210     - 32  # WRK
1211     - 35  # WRK
1212     csit-vpp-perf-verify-1810-3n-hsw:
1213     - 9   # MRR sel
1214     - 20  # NDRPDR full
1215     - 21  # NDRPDR full
1216     - 22  # NDRPDR full
1217     - 27  # NDRPDR full
1218     - 8   # NDRPDR sel
1219     - 12  # NDRPDR sel
1220     - 14  # NDRPDR sel
1221     - 18  # NDRPDR sel
1222     - 23  # NDRPDR sel
1223     - 25  # NDRPDR sel
1224     - 38  # NDRPDR sel
1225     - 39  # NDRPDR sel
1226     - 41  # NDRPDR sel
1227     - 42  # NDRPDR sel
1228     - 28  # WRK
1229     - 29  # WRK
1230     - 30  # WRK
1231     - 31  # WRK
1232     - 32  # WRK
1233     - 33  # WRK
1234     - 34  # WRK
1235     - 35  # WRK
1236     - 36  # WRK
1237     - 37  # WRK
1238     csit-vpp-perf-verify-1901-3n-hsw:
1239     - 35  # MRR sel
1240     - 10  # NDRPDR sel
1241     - 18  # NDRPDR sel F
1242     - 19  # NDRPDR sel
1243     - 31  # NDRPDR sel
1244     - 36  # NDRPDR sel
1245     csit-vpp-perf-verify-1807-3n-skx:
1246     - 31  # MRR full
1247     - 28  # MRR sel
1248     - 32  # MRR sel
1249     - 36  # MRR sel
1250     - 42  # MRR sel
1251     - 47  # MRR sel
1252     - 48  # MRR sel
1253     - 51  # MRR sel
1254     - 52  # MRR sel
1255     - 53  # MRR sel
1256     - 54  # MRR sel
1257     - 40  # NDRPDR full 1
1258     - 41  # NDRPDR full 2
1259     - 33  # NDRPDR sel
1260     - 35  # NDRPDR sel
1261     - 37  # NDRPDR sel
1262     - 38  # NDRPDR sel
1263     - 39  # NDRPDR sel
1264     - 43  # NDRPDR sel
1265     - 44  # NDRPDR sel
1266     - 49  # NDRPDR sel
1267     - 50  # NDRPDR sel
1268     - 56  # NDRPDR sel
1269     csit-vpp-perf-verify-1810-3n-skx:
1270     - 9   # MRR sel
1271     - 11  # MRR sel
1272     - 12  # MRR sel
1273     - 13  # MRR sel
1274     - 23  # NDRPDR full
1275     - 24  # NDRPDR full
1276     - 10  # NDRPDR sel
1277     - 14  # NDRPDR sel
1278     - 15  # NDRPDR sel
1279     - 16  # NDRPDR sel
1280     - 17  # NDRPDR sel
1281     - 19  # NDRPDR sel
1282     - 20  # NDRPDR sel
1283     - 21  # NDRPDR sel
1284     - 22  # NDRPDR sel
1285     - 25  # NDRPDR sel
1286     csit-vpp-perf-verify-1901-3n-skx:
1287     - 32  # MRR sel
1288     - 37  # NDRPDR full
1289     - 39  # NDRPDR full
1290     - 18  # NDRPDR sel
1291     - 19  # NDRPDR sel
1292     - 20  # NDRPDR sel
1293     - 28  # NDRPDR sel
1294     - 31  # NDRPDR sel
1295     - 33  # NDRPDR sel
1296     - 36  # NDRPDR sel
1297     - 38  # NDRPDR sel
1298     csit-vpp-perf-verify-1807-2n-skx:
1299     - 27  # MRR full
1300     - 31  # MRR sel
1301     - 33  # MRR sel
1302     - 37  # MRR sel
1303     - 38  # MRR sel
1304     - 41  # MRR sel
1305     - 43  # MRR sel
1306     - 44  # MRR sel
1307     - 45  # MRR sel
1308     - 46  # MRR sel
1309     - 47  # MRR sel
1310     - 32  # NDRPDR full
1311     - 26  # NDRPDR sel
1312     - 28  # NDRPDR sel
1313     - 29  # NDRPDR sel
1314     - 30  # NDRPDR sel
1315     - 34  # NDRPDR sel
1316     - 35  # NDRPDR sel
1317     - 36  # NDRPDR sel
1318     - 39  # NDRPDR sel
1319     - 40  # NDRPDR sel
1320     - 42  # NDRPDR sel
1321     csit-vpp-perf-verify-1810-2n-skx:
1322     - 8   # MRR sel
1323     - 10  # MRR sel
1324     - 11  # MRR sel
1325     - 12  # MRR sel
1326     - 25  # NDRPDR full
1327     - 26  # NDRPDR full
1328     - 9   # NDRPDR sel
1329     - 13  # NDRPDR sel
1330     - 14  # NDRPDR sel
1331     - 19  # NDRPDR sel
1332     - 20  # NDRPDR sel
1333     - 21  # NDRPDR sel
1334     - 22  # NDRPDR sel
1335     - 23  # NDRPDR sel
1336     - 24  # NDRPDR sel
1337     - 27  # NDRPDR sel
1338     csit-vpp-perf-verify-1901-2n-skx:
1339     - 22  # MRR sel
1340     - 25  # NDRPDR full
1341     - 30  # NDRPDR full
1342     - 5   # NDRPDR sel
1343     - 10  # NDRPDR sel fails
1344     - 12  # NDRPDR sel
1345     - 13  # NDRPDR sel
1346     - 16  # NDRPDR sel fails
1347     - 21  # NDRPDR sel
1348     - 23  # NDRPDR sel
1349     - 24  # NFV MRR
1350     - 26  # NFV MRR
1351     - 27  # NFV MRR
1352     - 35  # NFV MRR
1353     - 28  # NFV NDRPDR
1354     - 29  # NFV NDRPDR
1355     - 32  # NFV NDRPDR
1356     csit-vpp-perf-verify-master-2n-skx:
1357     - 248  # SOAK sel
1358     - 251  # SOAK sel
1359     csit-ligato-perf-verify-1810-3n-hsw:
1360     - 5   # full
1361     - 6   # sel
1362     - 8   # sel
1363     - 9   # sel
1364     - 11  # sel
1365     - 12  # sel
1366     - 13  # sel
1367     - 14  # sel
1368     - 16  # sel
1369     - 17  # sel
1370     - 18  # sel
1371     # TODO: Add new data
1372     # csit-ligato-perf-verify-1901-3n-hsw:
1373     csit-dpdk-perf-verify-1807-3n-hsw:
1374     - 11
1375     - 12  # full
1376     - 14
1377     - 15
1378     - 16
1379     - 17
1380     - 20
1381     - 21
1382     - 22
1383     - 23
1384     csit-dpdk-perf-verify-1810-3n-hsw:
1385     - 1   # NDRPDR sel
1386     - 2   # NDRPDR sel
1387     - 3   # NDRPDR sel
1388     - 4   # NDRPDR sel
1389     - 5   # NDRPDR sel
1390     - 6   # NDRPDR sel
1391     - 7   # NDRPDR sel
1392     - 8   # NDRPDR sel
1393     - 9   # NDRPDR sel
1394     - 10  # NDRPDR sel
1395     csit-dpdk-perf-verify-1901-3n-hsw:
1396     - 3   # NDRPDR sel
1397     - 4   # NDRPDR sel
1398     - 5   # NDRPDR sel
1399     - 6   # NDRPDR sel
1400     - 7   # NDRPDR sel
1401     - 8   # NDRPDR sel
1402     - 9   # NDRPDR sel
1403     - 10  # NDRPDR sel
1404     - 11  # NDRPDR sel
1405     csit-dpdk-perf-verify-1807-3n-skx:
1406     - 1   # NDRPDR sel
1407     - 2   # NDRPDR sel
1408     - 3   # NDRPDR sel
1409     - 6   # NDRPDR sel
1410     - 7   # NDRPDR sel
1411     - 8   # NDRPDR sel
1412     - 9   # NDRPDR sel
1413     - 10  # NDRPDR sel
1414     - 11  # NDRPDR sel
1415     - 12  # NDRPDR sel
1416     csit-dpdk-perf-verify-1810-3n-skx:
1417     - 3   # NDRPDR sel
1418     - 4   # NDRPDR sel
1419     - 6   # NDRPDR sel
1420     - 7   # NDRPDR sel
1421     - 8   # NDRPDR sel
1422     - 9   # NDRPDR sel
1423     - 10  # NDRPDR sel
1424     - 11  # NDRPDR sel
1425     - 12  # NDRPDR sel
1426     - 13  # NDRPDR sel
1427     csit-dpdk-perf-verify-1901-3n-skx:
1428     - 1   # NDRPDR sel
1429     - 2   # NDRPDR sel
1430     csit-dpdk-perf-verify-1810-2n-skx:
1431     - 3   # NDRPDR sel
1432     - 4   # NDRPDR sel
1433     - 5   # NDRPDR sel
1434     - 7   # NDRPDR sel
1435     - 8   # NDRPDR sel
1436     - 9   # NDRPDR sel
1437     - 10  # NDRPDR sel
1438     - 11  # NDRPDR sel
1439     - 12  # NDRPDR sel
1440     - 13  # NDRPDR sel
1441     csit-dpdk-perf-verify-1901-2n-skx:
1442     - 2   # NDRPDR sel
1443     - 3   # NDRPDR sel
1444     - 4   # NDRPDR sel
1445     - 5   # NDRPDR sel
1446     - 6   # NDRPDR sel
1447     - 7   # NDRPDR sel
1448     - 8   # NDRPDR sel
1449     - 9   # NDRPDR sel
1450     - 10  # NDRPDR sel
1451     - 11  # NDRPDR sel
1452     csit-vpp-functional-1901-ubuntu1604-virl:
1453     - 48
1454     csit-vpp-functional-1901-centos7-virl:
1455     - 50
1456     csit-vpp-device-1901-ubuntu1804-1n-skx:
1457     - 49
1458     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1459     - 1
1460     csit-dmm-functional-1901-ubuntu1604-virl:
1461     - 2
1462     csit-hc2vpp-verify-func-1901-ubuntu1604:
1463     - 3
1464
1465 -
1466   type: "output"
1467   output: "report"
1468   format:
1469     html:
1470     - full
1471 #    pdf:
1472 #    - minimal
1473
1474 ################################################################################
1475 ###                               T A B L E S                                ###
1476 ################################################################################
1477
1478
1479 # VPP Compare NICs 3n-hsw 1t1c ndr
1480 -
1481   type: "table"
1482   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1483   algorithm: "table_nics_comparison"
1484   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1485   reference:
1486     title: "Intel-x520"
1487     nic: "NIC_Intel-X520-DA2"
1488   compare:
1489     title: "Intel-x710"
1490     nic: "NIC_Intel-X710"
1491   data: "vpp-nic-comparison-3n-hsw"
1492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1493   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1494   parameters:
1495   - "name"
1496   - "parent"
1497   - "throughput"
1498   - "tags"
1499
1500 # VPP Compare NICs 3n-hsw 2t2c ndr
1501 -
1502   type: "table"
1503   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1504   algorithm: "table_nics_comparison"
1505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1506   reference:
1507     title: "Intel-x520"
1508     nic: "NIC_Intel-X520-DA2"
1509   compare:
1510     title: "Intel-x710"
1511     nic: "NIC_Intel-X710"
1512   data: "vpp-nic-comparison-3n-hsw"
1513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1514   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1515   parameters:
1516   - "name"
1517   - "parent"
1518   - "throughput"
1519   - "tags"
1520
1521 # VPP Compare NICs 3n-hsw 1t1c pdr
1522 -
1523   type: "table"
1524   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1525   algorithm: "table_nics_comparison"
1526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1527   reference:
1528     title: "Intel-x520"
1529     nic: "NIC_Intel-X520-DA2"
1530   compare:
1531     title: "Intel-x710"
1532     nic: "NIC_Intel-X710"
1533   data: "vpp-nic-comparison-3n-hsw"
1534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1535   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1536   parameters:
1537   - "name"
1538   - "parent"
1539   - "throughput"
1540   - "tags"
1541
1542 # VPP Compare NICs 3n-hsw 2t2c pdr
1543 -
1544   type: "table"
1545   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1546   algorithm: "table_nics_comparison"
1547   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1548   reference:
1549     title: "Intel-x520"
1550     nic: "NIC_Intel-X520-DA2"
1551   compare:
1552     title: "Intel-x710"
1553     nic: "NIC_Intel-X710"
1554   data: "vpp-nic-comparison-3n-hsw"
1555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1556   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1557   parameters:
1558   - "name"
1559   - "parent"
1560   - "throughput"
1561   - "tags"
1562
1563 # VPP Compare NICs 3n-hsw 1t1c mrr
1564 -
1565   type: "table"
1566   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1567   algorithm: "table_nics_comparison"
1568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1569   reference:
1570     title: "Intel-x520"
1571     nic: "NIC_Intel-X520-DA2"
1572   compare:
1573     title: "Intel-x710"
1574     nic: "NIC_Intel-X710"
1575   data: "vpp-nic-comparison-3n-hsw-mrr"
1576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1577   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1578   parameters:
1579   - "name"
1580   - "parent"
1581   - "result"
1582   - "tags"
1583
1584 # VPP Compare NICs 3n-hsw 2t2c mrr
1585 -
1586   type: "table"
1587   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1588   algorithm: "table_nics_comparison"
1589   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1590   reference:
1591     title: "Intel-x520"
1592     nic: "NIC_Intel-X520-DA2"
1593   compare:
1594     title: "Intel-x710"
1595     nic: "NIC_Intel-X710"
1596   data: "vpp-nic-comparison-3n-hsw-mrr"
1597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1598   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1599   parameters:
1600   - "name"
1601   - "parent"
1602   - "result"
1603   - "tags"
1604
1605 # VPP Compare NICs 3n-hsw 4t4c mrr
1606 -
1607   type: "table"
1608   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1609   algorithm: "table_nics_comparison"
1610   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1611   reference:
1612     title: "Intel-x520"
1613     nic: "NIC_Intel-X520-DA2"
1614   compare:
1615     title: "Intel-x710"
1616     nic: "NIC_Intel-X710"
1617   data: "vpp-nic-comparison-3n-hsw-mrr"
1618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1619   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1620   parameters:
1621   - "name"
1622   - "parent"
1623   - "result"
1624   - "tags"
1625
1626 # VPP Compare NICs 3n-skx 2t1c ndr
1627 -
1628   type: "table"
1629   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1630   algorithm: "table_nics_comparison"
1631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1632   reference:
1633     title: "Intel-x710"
1634     nic: "NIC_Intel-X710"
1635   compare:
1636     title: "Intel-xxv710"
1637     nic: "NIC_Intel-XXV710"
1638   data: "vpp-nic-comparison-3n-skx"
1639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1640   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1641   parameters:
1642   - "name"
1643   - "parent"
1644   - "throughput"
1645   - "tags"
1646
1647 # VPP Compare NICs 3n-skx 4t2c ndr
1648 -
1649   type: "table"
1650   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1651   algorithm: "table_nics_comparison"
1652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1653   reference:
1654     title: "Intel-x710"
1655     nic: "NIC_Intel-X710"
1656   compare:
1657     title: "Intel-xxv710"
1658     nic: "NIC_Intel-XXV710"
1659   data: "vpp-nic-comparison-3n-skx"
1660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1661   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1662   parameters:
1663   - "name"
1664   - "parent"
1665   - "throughput"
1666   - "tags"
1667
1668 # VPP Compare NICs 3n-skx 2t1c pdr
1669 -
1670   type: "table"
1671   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1672   algorithm: "table_nics_comparison"
1673   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1674   reference:
1675     title: "Intel-x710"
1676     nic: "NIC_Intel-X710"
1677   compare:
1678     title: "Intel-xxv710"
1679     nic: "NIC_Intel-XXV710"
1680   data: "vpp-nic-comparison-3n-skx"
1681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1682   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1683   parameters:
1684   - "name"
1685   - "parent"
1686   - "throughput"
1687   - "tags"
1688
1689  # VPP Compare NICs 3n-skx 4t2c pdr
1690 -
1691   type: "table"
1692   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1693   algorithm: "table_nics_comparison"
1694   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1695   reference:
1696     title: "Intel-x710"
1697     nic: "NIC_Intel-X710"
1698   compare:
1699     title: "Intel-xxv710"
1700     nic: "NIC_Intel-XXV710"
1701   data: "vpp-nic-comparison-3n-skx"
1702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1703   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1704   parameters:
1705   - "name"
1706   - "parent"
1707   - "throughput"
1708   - "tags"
1709
1710 # VPP Compare NICs 3n-skx 2t1c mrr
1711 -
1712   type: "table"
1713   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1714   algorithm: "table_nics_comparison"
1715   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1716   reference:
1717     title: "Intel-x710"
1718     nic: "NIC_Intel-X710"
1719   compare:
1720     title: "Intel-xxv710"
1721     nic: "NIC_Intel-XXV710"
1722   data: "vpp-nic-comparison-3n-skx-mrr"
1723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1724   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1725   parameters:
1726   - "name"
1727   - "parent"
1728   - "result"
1729   - "tags"
1730
1731 # VPP Compare NICs 3n-skx 4t2c mrr
1732 -
1733   type: "table"
1734   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1735   algorithm: "table_nics_comparison"
1736   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1737   reference:
1738     title: "Intel-x710"
1739     nic: "NIC_Intel-X710"
1740   compare:
1741     title: "Intel-xxv710"
1742     nic: "NIC_Intel-XXV710"
1743   data: "vpp-nic-comparison-3n-skx-mrr"
1744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1745   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1746   parameters:
1747   - "name"
1748   - "parent"
1749   - "result"
1750   - "tags"
1751
1752  # VPP Compare NICs 3n-skx 8t4c mrr
1753 -
1754   type: "table"
1755   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1756   algorithm: "table_nics_comparison"
1757   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1758   reference:
1759     title: "Intel-x710"
1760     nic: "NIC_Intel-X710"
1761   compare:
1762     title: "Intel-xxv710"
1763     nic: "NIC_Intel-XXV710"
1764   data: "vpp-nic-comparison-3n-skx-mrr"
1765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1766   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1767   parameters:
1768   - "name"
1769   - "parent"
1770   - "result"
1771   - "tags"
1772
1773 # VPP Compare NICs 2n-skx 2t1c ndr
1774 -
1775   type: "table"
1776   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1777   algorithm: "table_nics_comparison"
1778   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1779   reference:
1780     title: "Intel-x710"
1781     nic: "NIC_Intel-X710"
1782   compare:
1783     title: "Intel-xxv710"
1784     nic: "NIC_Intel-XXV710"
1785   data: "vpp-nic-comparison-2n-skx"
1786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1787   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1788   parameters:
1789   - "name"
1790   - "parent"
1791   - "throughput"
1792   - "tags"
1793
1794 # VPP Compare NICs 2n-skx 4t2c ndr
1795 -
1796   type: "table"
1797   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1798   algorithm: "table_nics_comparison"
1799   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1800   reference:
1801     title: "Intel-x710"
1802     nic: "NIC_Intel-X710"
1803   compare:
1804     title: "Intel-xxv710"
1805     nic: "NIC_Intel-XXV710"
1806   data: "vpp-nic-comparison-2n-skx"
1807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1808   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1809   parameters:
1810   - "name"
1811   - "parent"
1812   - "throughput"
1813   - "tags"
1814
1815  # VPP Compare NICs 2n-skx 2t1c pdr
1816 -
1817   type: "table"
1818   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1819   algorithm: "table_nics_comparison"
1820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1821   reference:
1822     title: "Intel-x710"
1823     nic: "NIC_Intel-X710"
1824   compare:
1825     title: "Intel-xxv710"
1826     nic: "NIC_Intel-XXV710"
1827   data: "vpp-nic-comparison-2n-skx"
1828   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1829   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1830   parameters:
1831   - "name"
1832   - "parent"
1833   - "throughput"
1834   - "tags"
1835
1836 # VPP Compare NICs 2n-skx 4t2c pdr
1837 -
1838   type: "table"
1839   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1840   algorithm: "table_nics_comparison"
1841   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1842   reference:
1843     title: "Intel-x710"
1844     nic: "NIC_Intel-X710"
1845   compare:
1846     title: "Intel-xxv710"
1847     nic: "NIC_Intel-XXV710"
1848   data: "vpp-nic-comparison-2n-skx"
1849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1850   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1851   parameters:
1852   - "name"
1853   - "parent"
1854   - "throughput"
1855   - "tags"
1856
1857 # VPP Compare NICs 2n-skx 2t1c mrr
1858 -
1859   type: "table"
1860   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1861   algorithm: "table_nics_comparison"
1862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1863   reference:
1864     title: "Intel-x710"
1865     nic: "NIC_Intel-X710"
1866   compare:
1867     title: "Intel-xxv710"
1868     nic: "NIC_Intel-XXV710"
1869   data: "vpp-nic-comparison-2n-skx-mrr"
1870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1871   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1872   parameters:
1873   - "name"
1874   - "parent"
1875   - "result"
1876   - "tags"
1877
1878 # VPP Compare NICs 2n-skx 4t2c mrr
1879 -
1880   type: "table"
1881   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1882   algorithm: "table_nics_comparison"
1883   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1884   reference:
1885     title: "Intel-x710"
1886     nic: "NIC_Intel-X710"
1887   compare:
1888     title: "Intel-xxv710"
1889     nic: "NIC_Intel-XXV710"
1890   data: "vpp-nic-comparison-2n-skx-mrr"
1891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1892   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1893   parameters:
1894   - "name"
1895   - "parent"
1896   - "result"
1897   - "tags"
1898
1899 # VPP Compare NICs 2n-skx 8t4c mrr
1900 -
1901   type: "table"
1902   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1903   algorithm: "table_nics_comparison"
1904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1905   reference:
1906     title: "Intel-x710"
1907     nic: "NIC_Intel-X710"
1908   compare:
1909     title: "Intel-xxv710"
1910     nic: "NIC_Intel-XXV710"
1911   data: "vpp-nic-comparison-2n-skx-mrr"
1912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1913   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1914   parameters:
1915   - "name"
1916   - "parent"
1917   - "result"
1918   - "tags"
1919
1920 ################################################################################
1921 # VPP
1922
1923 # VPP Performance Changes 3n-hsw 1t1c pdr
1924 -
1925   type: "table"
1926   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1927   algorithm: "table_performance_comparison"
1928   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1929   history:
1930     -
1931       title: "rls1807"
1932       data:
1933         csit-vpp-perf-verify-1807-3n-hsw:
1934         - 11  # NDRPDR full 1
1935         - 22  # NDRPDR full 2
1936         - 45  # NDRPDR full 3
1937         - 46  # NDRPDR full 4
1938         - 15  # NDRPDR sel
1939         - 16  # NDRPDR sel
1940         - 19  # NDRPDR sel
1941         - 18  # NDRPDR sel
1942         - 20  # NDRPDR sel
1943         - 38  # NDRPDR sel
1944         - 40  # NDRPDR sel
1945         - 44  # NDRPDR sel
1946   reference:
1947     title: "rls1810"
1948     data:
1949       csit-vpp-perf-verify-1810-3n-hsw:
1950       - 8   # NDRPDR sel
1951       - 12  # NDRPDR sel
1952       - 14  # NDRPDR sel
1953       - 18  # NDRPDR sel
1954       - 23  # NDRPDR sel
1955       - 25  # NDRPDR sel
1956       - 38  # NDRPDR sel
1957       - 39  # NDRPDR sel
1958       - 41  # NDRPDR sel
1959       - 42  # NDRPDR sel
1960   compare:
1961     title: "rls1901"
1962     data:
1963       # TODO: Add new data:
1964       csit-vpp-perf-verify-1901-3n-hsw:
1965       - 10  # NDRPDR sel
1966       - 18  # NDRPDR sel F
1967       - 19  # NDRPDR sel
1968       - 31  # NDRPDR sel
1969       - 36  # NDRPDR sel
1970   data: "vpp-performance-changes-3n-hsw"
1971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1972   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1973   parameters:
1974   - "name"
1975   - "parent"
1976   - "throughput"
1977
1978 # VPP Performance Changes 3n-hsw 2t2c pdr
1979 -
1980   type: "table"
1981   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1982   algorithm: "table_performance_comparison"
1983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1984   history:
1985     -
1986       title: "rls1807"
1987       data:
1988         csit-vpp-perf-verify-1807-3n-hsw:
1989         - 11  # NDRPDR full 1
1990         - 22  # NDRPDR full 2
1991         - 45  # NDRPDR full 3
1992         - 46  # NDRPDR full 4
1993         - 15  # NDRPDR sel
1994         - 16  # NDRPDR sel
1995         - 19  # NDRPDR sel
1996         - 18  # NDRPDR sel
1997         - 20  # NDRPDR sel
1998         - 38  # NDRPDR sel
1999         - 40  # NDRPDR sel
2000         - 44  # NDRPDR sel
2001         - 47  # NDRPDR sel
2002   reference:
2003     title: "rls1810"
2004     data:
2005       csit-vpp-perf-verify-1810-3n-hsw:
2006       - 8   # NDRPDR sel
2007       - 12  # NDRPDR sel
2008       - 14  # NDRPDR sel
2009       - 18  # NDRPDR sel
2010       - 23  # NDRPDR sel
2011       - 25  # NDRPDR sel
2012       - 38  # NDRPDR sel
2013       - 39  # NDRPDR sel
2014       - 41  # NDRPDR sel
2015       - 42  # NDRPDR sel
2016   compare:
2017     title: "rls1901"
2018     data:
2019       # TODO: Add new data:
2020       csit-vpp-perf-verify-1901-3n-hsw:
2021       - 10  # NDRPDR sel
2022       - 18  # NDRPDR sel F
2023       - 19  # NDRPDR sel
2024       - 31  # NDRPDR sel
2025       - 36  # NDRPDR sel
2026   data: "vpp-performance-changes-3n-hsw"
2027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2028   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2029   parameters:
2030   - "name"
2031   - "parent"
2032   - "throughput"
2033
2034 # VPP Performance Changes 3n-hsw 1t1c ndr
2035 -
2036   type: "table"
2037   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2038   algorithm: "table_performance_comparison"
2039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2040   history:
2041     -
2042       title: "rls1807"
2043       data:
2044         csit-vpp-perf-verify-1807-3n-hsw:
2045         - 11  # NDRPDR full 1
2046         - 22  # NDRPDR full 2
2047         - 45  # NDRPDR full 3
2048         - 46  # NDRPDR full 4
2049         - 15  # NDRPDR sel
2050         - 16  # NDRPDR sel
2051         - 19  # NDRPDR sel
2052         - 18  # NDRPDR sel
2053         - 20  # NDRPDR sel
2054         - 38  # NDRPDR sel
2055         - 40  # NDRPDR sel
2056         - 44  # NDRPDR sel
2057         - 47  # NDRPDR sel
2058   reference:
2059     title: "rls1810"
2060     data:
2061       csit-vpp-perf-verify-1810-3n-hsw:
2062       - 8   # NDRPDR sel
2063       - 12  # NDRPDR sel
2064       - 14  # NDRPDR sel
2065       - 18  # NDRPDR sel
2066       - 23  # NDRPDR sel
2067       - 25  # NDRPDR sel
2068       - 38  # NDRPDR sel
2069       - 39  # NDRPDR sel
2070       - 41  # NDRPDR sel
2071       - 42  # NDRPDR sel
2072   compare:
2073     title: "rls1901"
2074     data:
2075       # TODO: Add new data:
2076       csit-vpp-perf-verify-1901-3n-hsw:
2077       - 10  # NDRPDR sel
2078       - 18  # NDRPDR sel F
2079       - 19  # NDRPDR sel
2080       - 31  # NDRPDR sel
2081       - 36  # NDRPDR sel
2082   data: "vpp-performance-changes-3n-hsw"
2083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2084   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2085   parameters:
2086   - "name"
2087   - "parent"
2088   - "throughput"
2089
2090 # VPP Performance Changes 3n-hsw 2t2c ndr
2091 -
2092   type: "table"
2093   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2094   algorithm: "table_performance_comparison"
2095   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2096   history:
2097     -
2098       title: "rls1807"
2099       data:
2100         csit-vpp-perf-verify-1807-3n-hsw:
2101         - 11  # NDRPDR full 1
2102         - 22  # NDRPDR full 2
2103         - 45  # NDRPDR full 3
2104         - 46  # NDRPDR full 4
2105         - 15  # NDRPDR sel
2106         - 16  # NDRPDR sel
2107         - 19  # NDRPDR sel
2108         - 18  # NDRPDR sel
2109         - 20  # NDRPDR sel
2110         - 38  # NDRPDR sel
2111         - 40  # NDRPDR sel
2112         - 44  # NDRPDR sel
2113         - 47  # NDRPDR sel
2114   reference:
2115     title: "rls1810"
2116     data:
2117       csit-vpp-perf-verify-1810-3n-hsw:
2118       - 8   # NDRPDR sel
2119       - 12  # NDRPDR sel
2120       - 14  # NDRPDR sel
2121       - 18  # NDRPDR sel
2122       - 23  # NDRPDR sel
2123       - 25  # NDRPDR sel
2124       - 38  # NDRPDR sel
2125       - 39  # NDRPDR sel
2126       - 41  # NDRPDR sel
2127       - 42  # NDRPDR sel
2128   compare:
2129     title: "rls1901"
2130     data:
2131       # TODO: Add new data:
2132       csit-vpp-perf-verify-1901-3n-hsw:
2133       - 10  # NDRPDR sel
2134       - 18  # NDRPDR sel F
2135       - 19  # NDRPDR sel
2136       - 31  # NDRPDR sel
2137       - 36  # NDRPDR sel
2138   data: "vpp-performance-changes-3n-hsw"
2139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2140   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2141   parameters:
2142   - "name"
2143   - "parent"
2144   - "throughput"
2145
2146 # VPP Performance Changes 3n-skx 2t1c pdr
2147 -
2148   type: "table"
2149   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2150   algorithm: "table_performance_comparison"
2151   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2152   history:
2153     -
2154       title: "rls1807"
2155       data:
2156         csit-vpp-perf-verify-1807-3n-skx:
2157         - 33  # NDRPDR sel
2158         - 35  # NDRPDR sel
2159         - 37  # NDRPDR sel
2160         - 38  # NDRPDR sel
2161         - 39  # NDRPDR sel
2162         - 43  # NDRPDR sel
2163         - 44  # NDRPDR sel
2164         - 49  # NDRPDR sel
2165         - 50  # NDRPDR sel
2166         - 56  # NDRPDR sel
2167   reference:
2168     title: "rls1810"
2169     data:
2170       csit-vpp-perf-verify-1810-3n-skx:
2171       - 10  # NDRPDR sel
2172       - 14  # NDRPDR sel
2173       - 15  # NDRPDR sel
2174       - 16  # NDRPDR sel
2175       - 17  # NDRPDR sel
2176       - 19  # NDRPDR sel
2177       - 20  # NDRPDR sel
2178       - 21  # NDRPDR sel
2179       - 22  # NDRPDR sel
2180       - 25  # NDRPDR sel
2181   compare:
2182     title: "rls1901"
2183     data:
2184       # TODO: Add new data:
2185       csit-vpp-perf-verify-1901-3n-skx:
2186       - 18  # NDRPDR sel
2187       - 19  # NDRPDR sel
2188       - 20  # NDRPDR sel
2189       - 28  # NDRPDR sel
2190       - 31  # NDRPDR sel
2191       - 33  # NDRPDR sel
2192       - 36  # NDRPDR sel
2193       - 38  # NDRPDR sel
2194   data: "vpp-performance-changes-3n-skx"
2195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2196   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2197   parameters:
2198   - "name"
2199   - "parent"
2200   - "throughput"
2201
2202 # VPP Performance Changes 3n-skx 4t2c pdr
2203 -
2204   type: "table"
2205   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2206   algorithm: "table_performance_comparison"
2207   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2208   history:
2209     -
2210       title: "rls1807"
2211       data:
2212         csit-vpp-perf-verify-1807-3n-skx:
2213         - 33  # NDRPDR sel
2214         - 35  # NDRPDR sel
2215         - 37  # NDRPDR sel
2216         - 38  # NDRPDR sel
2217         - 39  # NDRPDR sel
2218         - 43  # NDRPDR sel
2219         - 44  # NDRPDR sel
2220         - 49  # NDRPDR sel
2221         - 50  # NDRPDR sel
2222         - 56  # NDRPDR sel
2223   reference:
2224     title: "rls1810"
2225     data:
2226       csit-vpp-perf-verify-1810-3n-skx:
2227       - 10  # NDRPDR sel
2228       - 14  # NDRPDR sel
2229       - 15  # NDRPDR sel
2230       - 16  # NDRPDR sel
2231       - 17  # NDRPDR sel
2232       - 19  # NDRPDR sel
2233       - 20  # NDRPDR sel
2234       - 21  # NDRPDR sel
2235       - 22  # NDRPDR sel
2236       - 25  # NDRPDR sel
2237   compare:
2238     title: "rls1901"
2239     data:
2240       # TODO: Add new data:
2241       csit-vpp-perf-verify-1901-3n-skx:
2242       - 18  # NDRPDR sel
2243       - 19  # NDRPDR sel
2244       - 20  # NDRPDR sel
2245       - 28  # NDRPDR sel
2246       - 31  # NDRPDR sel
2247       - 33  # NDRPDR sel
2248       - 36  # NDRPDR sel
2249       - 38  # NDRPDR sel
2250   data: "vpp-performance-changes-3n-skx"
2251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2252   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2253   parameters:
2254   - "name"
2255   - "parent"
2256   - "throughput"
2257
2258 # VPP Performance Changes 3n-skx 2t1c ndr
2259 -
2260   type: "table"
2261   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2262   algorithm: "table_performance_comparison"
2263   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2264   history:
2265     -
2266       title: "rls1807"
2267       data:
2268         csit-vpp-perf-verify-1807-3n-skx:
2269         - 33  # NDRPDR sel
2270         - 35  # NDRPDR sel
2271         - 37  # NDRPDR sel
2272         - 38  # NDRPDR sel
2273         - 39  # NDRPDR sel
2274         - 43  # NDRPDR sel
2275         - 44  # NDRPDR sel
2276         - 49  # NDRPDR sel
2277         - 50  # NDRPDR sel
2278         - 56  # NDRPDR sel
2279   reference:
2280     title: "rls1810"
2281     data:
2282       csit-vpp-perf-verify-1810-3n-skx:
2283       - 10  # NDRPDR sel
2284       - 14  # NDRPDR sel
2285       - 15  # NDRPDR sel
2286       - 16  # NDRPDR sel
2287       - 17  # NDRPDR sel
2288       - 19  # NDRPDR sel
2289       - 20  # NDRPDR sel
2290       - 21  # NDRPDR sel
2291       - 22  # NDRPDR sel
2292       - 25  # NDRPDR sel
2293   compare:
2294     title: "rls1901"
2295     data:
2296       # TODO: Add new data:
2297       csit-vpp-perf-verify-1901-3n-skx:
2298       - 18  # NDRPDR sel
2299       - 19  # NDRPDR sel
2300       - 20  # NDRPDR sel
2301       - 28  # NDRPDR sel
2302       - 31  # NDRPDR sel
2303       - 33  # NDRPDR sel
2304       - 36  # NDRPDR sel
2305       - 38  # NDRPDR sel
2306   data: "vpp-performance-changes-3n-skx"
2307   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2308   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2309   parameters:
2310   - "name"
2311   - "parent"
2312   - "throughput"
2313
2314 # VPP Performance Changes 3n-skx 4t2c ndr
2315 -
2316   type: "table"
2317   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2318   algorithm: "table_performance_comparison"
2319   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2320   history:
2321     -
2322       title: "rls1807"
2323       data:
2324         csit-vpp-perf-verify-1807-3n-skx:
2325         - 33  # NDRPDR sel
2326         - 35  # NDRPDR sel
2327         - 37  # NDRPDR sel
2328         - 38  # NDRPDR sel
2329         - 39  # NDRPDR sel
2330         - 43  # NDRPDR sel
2331         - 44  # NDRPDR sel
2332         - 49  # NDRPDR sel
2333         - 50  # NDRPDR sel
2334         - 56  # NDRPDR sel
2335   reference:
2336     title: "rls1810"
2337     data:
2338       csit-vpp-perf-verify-1810-3n-skx:
2339       - 10  # NDRPDR sel
2340       - 14  # NDRPDR sel
2341       - 15  # NDRPDR sel
2342       - 16  # NDRPDR sel
2343       - 17  # NDRPDR sel
2344       - 19  # NDRPDR sel
2345       - 20  # NDRPDR sel
2346       - 21  # NDRPDR sel
2347       - 22  # NDRPDR sel
2348       - 25  # NDRPDR sel
2349   compare:
2350     title: "rls1901"
2351     data:
2352       # TODO: Add new data:
2353       csit-vpp-perf-verify-1901-3n-skx:
2354       - 18  # NDRPDR sel
2355       - 19  # NDRPDR sel
2356       - 20  # NDRPDR sel
2357       - 28  # NDRPDR sel
2358       - 31  # NDRPDR sel
2359       - 33  # NDRPDR sel
2360       - 36  # NDRPDR sel
2361       - 38  # NDRPDR sel
2362   data: "vpp-performance-changes-3n-skx"
2363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2364   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2365   parameters:
2366   - "name"
2367   - "parent"
2368   - "throughput"
2369
2370 # VPP Performance Changes 2n-skx 2t1c pdr
2371 -
2372   type: "table"
2373   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2374   algorithm: "table_performance_comparison"
2375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2376   history:
2377     -
2378       title: "rls1807"
2379       data:
2380         csit-vpp-perf-verify-1807-2n-skx:
2381         - 26  # NDRPDR sel
2382         - 28  # NDRPDR sel
2383         - 29  # NDRPDR sel
2384         - 30  # NDRPDR sel
2385         - 34  # NDRPDR sel
2386         - 35  # NDRPDR sel
2387         - 36  # NDRPDR sel
2388         - 39  # NDRPDR sel
2389         - 40  # NDRPDR sel
2390         - 42  # NDRPDR sel
2391   reference:
2392     title: "rls1810"
2393     data:
2394       csit-vpp-perf-verify-1810-2n-skx:
2395       - 9   # NDRPDR sel
2396       - 13  # NDRPDR sel
2397       - 14  # NDRPDR sel
2398       - 19  # NDRPDR sel
2399       - 20  # NDRPDR sel
2400       - 21  # NDRPDR sel
2401       - 22  # NDRPDR sel
2402       - 23  # NDRPDR sel
2403       - 24  # NDRPDR sel
2404       - 27  # NDRPDR sel
2405   compare:
2406     title: "rls1901"
2407     data:
2408       # TODO: Add new data:
2409       csit-vpp-perf-verify-1901-2n-skx:
2410       - 5   # NDRPDR sel
2411       - 10  # NDRPDR sel fails
2412       - 12  # NDRPDR sel
2413       - 13  # NDRPDR sel
2414       - 16  # NDRPDR sel fails
2415       - 21  # NDRPDR sel
2416       - 23  # NDRPDR sel
2417   data: "vpp-performance-changes-2n-skx"
2418   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2419   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2420   parameters:
2421   - "name"
2422   - "parent"
2423   - "throughput"
2424
2425 # VPP Performance Changes 2n-skx 4t2c pdr
2426 -
2427   type: "table"
2428   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2429   algorithm: "table_performance_comparison"
2430   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2431   history:
2432     - title: "rls1807"
2433       data:
2434         csit-vpp-perf-verify-1807-2n-skx:
2435         - 26  # NDRPDR sel
2436         - 28  # NDRPDR sel
2437         - 29  # NDRPDR sel
2438         - 30  # NDRPDR sel
2439         - 34  # NDRPDR sel
2440         - 35  # NDRPDR sel
2441         - 36  # NDRPDR sel
2442         - 39  # NDRPDR sel
2443         - 40  # NDRPDR sel
2444         - 42  # NDRPDR sel
2445   reference:
2446     title: "rls1810"
2447     data:
2448       csit-vpp-perf-verify-1810-2n-skx:
2449       - 9   # NDRPDR sel
2450       - 13  # NDRPDR sel
2451       - 14  # NDRPDR sel
2452       - 19  # NDRPDR sel
2453       - 20  # NDRPDR sel
2454       - 21  # NDRPDR sel
2455       - 22  # NDRPDR sel
2456       - 23  # NDRPDR sel
2457       - 24  # NDRPDR sel
2458       - 27  # NDRPDR sel
2459   compare:
2460     title: "rls1901"
2461     data:
2462       # TODO: Add new data:
2463       csit-vpp-perf-verify-1901-2n-skx:
2464       - 5   # NDRPDR sel
2465       - 10  # NDRPDR sel fails
2466       - 12  # NDRPDR sel
2467       - 13  # NDRPDR sel
2468       - 16  # NDRPDR sel fails
2469       - 21  # NDRPDR sel
2470       - 23  # NDRPDR sel
2471   data: "vpp-performance-changes-2n-skx"
2472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2473   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2474   parameters:
2475   - "name"
2476   - "parent"
2477   - "throughput"
2478
2479 # VPP Performance Changes 2n-skx 2t1c ndr
2480 -
2481   type: "table"
2482   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2483   algorithm: "table_performance_comparison"
2484   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2485   history:
2486     - title: "rls1807"
2487       data:
2488         csit-vpp-perf-verify-1807-2n-skx:
2489         - 26  # NDRPDR sel
2490         - 28  # NDRPDR sel
2491         - 29  # NDRPDR sel
2492         - 30  # NDRPDR sel
2493         - 34  # NDRPDR sel
2494         - 35  # NDRPDR sel
2495         - 36  # NDRPDR sel
2496         - 39  # NDRPDR sel
2497         - 40  # NDRPDR sel
2498         - 42  # NDRPDR sel
2499   reference:
2500     title: "rls1810"
2501     data:
2502       csit-vpp-perf-verify-1810-2n-skx:
2503       - 9   # NDRPDR sel
2504       - 13  # NDRPDR sel
2505       - 14  # NDRPDR sel
2506       - 19  # NDRPDR sel
2507       - 20  # NDRPDR sel
2508       - 21  # NDRPDR sel
2509       - 22  # NDRPDR sel
2510       - 23  # NDRPDR sel
2511       - 24  # NDRPDR sel
2512       - 27  # NDRPDR sel
2513   compare:
2514     title: "rls1901"
2515     data:
2516       # TODO: Add new data:
2517       csit-vpp-perf-verify-1901-2n-skx:
2518       - 5   # NDRPDR sel
2519       - 10  # NDRPDR sel fails
2520       - 12  # NDRPDR sel
2521       - 13  # NDRPDR sel
2522       - 16  # NDRPDR sel fails
2523       - 21  # NDRPDR sel
2524       - 23  # NDRPDR sel
2525   data: "vpp-performance-changes-2n-skx"
2526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2527   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2528   parameters:
2529   - "name"
2530   - "parent"
2531   - "throughput"
2532
2533 # VPP Performance Changes 2n-skx 4t2c ndr
2534 -
2535   type: "table"
2536   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2537   algorithm: "table_performance_comparison"
2538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2539   history:
2540     - title: "rls1807"
2541       data:
2542         csit-vpp-perf-verify-1807-2n-skx:
2543         - 26  # NDRPDR sel
2544         - 28  # NDRPDR sel
2545         - 29  # NDRPDR sel
2546         - 30  # NDRPDR sel
2547         - 34  # NDRPDR sel
2548         - 35  # NDRPDR sel
2549         - 36  # NDRPDR sel
2550         - 39  # NDRPDR sel
2551         - 40  # NDRPDR sel
2552         - 42  # NDRPDR sel
2553   reference:
2554     title: "rls1810"
2555     data:
2556       csit-vpp-perf-verify-1810-2n-skx:
2557       - 9   # NDRPDR sel
2558       - 13  # NDRPDR sel
2559       - 14  # NDRPDR sel
2560       - 19  # NDRPDR sel
2561       - 20  # NDRPDR sel
2562       - 21  # NDRPDR sel
2563       - 22  # NDRPDR sel
2564       - 23  # NDRPDR sel
2565       - 24  # NDRPDR sel
2566       - 27  # NDRPDR sel
2567   compare:
2568     title: "rls1901"
2569     data:
2570       # TODO: Add new data:
2571       csit-vpp-perf-verify-1901-2n-skx:
2572       - 5   # NDRPDR sel
2573       - 10  # NDRPDR sel fails
2574       - 12  # NDRPDR sel
2575       - 13  # NDRPDR sel
2576       - 16  # NDRPDR sel fails
2577       - 21  # NDRPDR sel
2578       - 23  # NDRPDR sel
2579   data: "vpp-performance-changes-2n-skx"
2580   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2581   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2582   parameters:
2583   - "name"
2584   - "parent"
2585   - "throughput"
2586
2587 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2588 -
2589   type: "table"
2590   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2591   algorithm: "table_performance_comparison"
2592   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2593   reference:
2594     title: "3-Node Hsw"
2595     data:
2596       # TODO: Add new data:
2597       csit-vpp-perf-verify-1901-3n-hsw:
2598       - 10  # NDRPDR sel
2599       - 18  # NDRPDR sel F
2600       - 19  # NDRPDR sel
2601       - 31  # NDRPDR sel
2602       - 36  # NDRPDR sel
2603   compare:
2604     title: "3-Node Skx"
2605     data:
2606       # TODO: Add new data:
2607       csit-vpp-perf-verify-1901-3n-skx:
2608       - 18  # NDRPDR sel
2609       - 19  # NDRPDR sel
2610       - 20  # NDRPDR sel
2611       - 28  # NDRPDR sel
2612       - 31  # NDRPDR sel
2613       - 33  # NDRPDR sel
2614       - 36  # NDRPDR sel
2615       - 38  # NDRPDR sel
2616   data: "vpp-compare-testbeds"
2617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2618   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2619   parameters:
2620   - "name"
2621   - "parent"
2622   - "throughput"
2623
2624 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2625 -
2626   type: "table"
2627   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2628   algorithm: "table_performance_comparison"
2629   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2630   reference:
2631     title: "3-Node Hsw"
2632     data:
2633       # TODO: Add new data:
2634       csit-vpp-perf-verify-1901-3n-hsw:
2635       - 10  # NDRPDR sel
2636       - 18  # NDRPDR sel F
2637       - 19  # NDRPDR sel
2638       - 31  # NDRPDR sel
2639       - 36  # NDRPDR sel
2640   compare:
2641     title: "3-Node Skx"
2642     data:
2643       # TODO: Add new data:
2644       csit-vpp-perf-verify-1901-3n-skx:
2645       - 18  # NDRPDR sel
2646       - 19  # NDRPDR sel
2647       - 20  # NDRPDR sel
2648       - 28  # NDRPDR sel
2649       - 31  # NDRPDR sel
2650       - 33  # NDRPDR sel
2651       - 36  # NDRPDR sel
2652       - 38  # NDRPDR sel
2653   data: "vpp-compare-testbeds"
2654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2655   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2656   parameters:
2657   - "name"
2658   - "parent"
2659   - "throughput"
2660
2661 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2662 -
2663   type: "table"
2664   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2665   algorithm: "table_performance_comparison"
2666   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2667   reference:
2668     title: "3-Node Hsw"
2669     data:
2670       # TODO: Add new data:
2671       csit-vpp-perf-verify-1901-3n-hsw:
2672       - 10  # NDRPDR sel
2673       - 18  # NDRPDR sel F
2674       - 19  # NDRPDR sel
2675       - 31  # NDRPDR sel
2676       - 36  # NDRPDR sel
2677   compare:
2678     title: "3-Node Skx"
2679     data:
2680       # TODO: Add new data:
2681       csit-vpp-perf-verify-1901-3n-skx:
2682       - 18  # NDRPDR sel
2683       - 19  # NDRPDR sel
2684       - 20  # NDRPDR sel
2685       - 28  # NDRPDR sel
2686       - 31  # NDRPDR sel
2687       - 33  # NDRPDR sel
2688       - 36  # NDRPDR sel
2689       - 38  # NDRPDR sel
2690   data: "vpp-compare-testbeds"
2691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2692   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2693   parameters:
2694   - "name"
2695   - "parent"
2696   - "throughput"
2697
2698 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2699 -
2700   type: "table"
2701   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2702   algorithm: "table_performance_comparison"
2703   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2704   reference:
2705     title: "3-Node Hsw"
2706     data:
2707       # TODO: Add new data:
2708       csit-vpp-perf-verify-1901-3n-hsw:
2709       - 10  # NDRPDR sel
2710       - 18  # NDRPDR sel F
2711       - 19  # NDRPDR sel
2712       - 31  # NDRPDR sel
2713       - 36  # NDRPDR sel
2714   compare:
2715     title: "3-Node Skx"
2716     data:
2717       # TODO: Add new data:
2718       csit-vpp-perf-verify-1901-3n-skx:
2719       - 18  # NDRPDR sel
2720       - 19  # NDRPDR sel
2721       - 20  # NDRPDR sel
2722       - 28  # NDRPDR sel
2723       - 31  # NDRPDR sel
2724       - 33  # NDRPDR sel
2725       - 36  # NDRPDR sel
2726       - 38  # NDRPDR sel
2727   data: "vpp-compare-testbeds"
2728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2729   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2730   parameters:
2731   - "name"
2732   - "parent"
2733   - "throughput"
2734
2735 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2736 -
2737   type: "table"
2738   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2739   algorithm: "table_performance_comparison"
2740   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2741   reference:
2742     title: "3-Node Skx"
2743     data:
2744       # TODO: Add new data:
2745       csit-vpp-perf-verify-1901-3n-skx:
2746       - 18  # NDRPDR sel
2747       - 19  # NDRPDR sel
2748       - 20  # NDRPDR sel
2749       - 28  # NDRPDR sel
2750       - 31  # NDRPDR sel
2751       - 33  # NDRPDR sel
2752       - 36  # NDRPDR sel
2753       - 38  # NDRPDR sel
2754   compare:
2755     title: "2-Node Skx"
2756     data:
2757       # TODO: Add new data:
2758       csit-vpp-perf-verify-1901-2n-skx:
2759       - 5   # NDRPDR sel
2760       - 10  # NDRPDR sel fails
2761       - 12  # NDRPDR sel
2762       - 13  # NDRPDR sel
2763       - 16  # NDRPDR sel fails
2764       - 21  # NDRPDR sel
2765       - 23  # NDRPDR sel
2766   data: "vpp-compare-topologies"
2767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2768   filter: "'NDRPDR' and '1C'"
2769   parameters:
2770   - "name"
2771   - "parent"
2772   - "throughput"
2773
2774 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2775 -
2776   type: "table"
2777   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2778   algorithm: "table_performance_comparison"
2779   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2780   reference:
2781     title: "3-Node Skx"
2782     data:
2783       # TODO: Add new data:
2784       csit-vpp-perf-verify-1901-3n-skx:
2785       - 18  # NDRPDR sel
2786       - 19  # NDRPDR sel
2787       - 20  # NDRPDR sel
2788       - 28  # NDRPDR sel
2789       - 31  # NDRPDR sel
2790       - 33  # NDRPDR sel
2791       - 36  # NDRPDR sel
2792       - 38  # NDRPDR sel
2793   compare:
2794     title: "2-Node Skx"
2795     data:
2796       # TODO: Add new data:
2797       csit-vpp-perf-verify-1901-2n-skx:
2798       - 5   # NDRPDR sel
2799       - 10  # NDRPDR sel fails
2800       - 12  # NDRPDR sel
2801       - 13  # NDRPDR sel
2802       - 16  # NDRPDR sel fails
2803       - 21  # NDRPDR sel
2804       - 23  # NDRPDR sel
2805   data: "vpp-compare-topologies"
2806   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2807   filter: "'NDRPDR' and '2C'"
2808   parameters:
2809   - "name"
2810   - "parent"
2811   - "throughput"
2812
2813 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2814 -
2815   type: "table"
2816   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2817   algorithm: "table_performance_comparison"
2818   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2819   reference:
2820     title: "3-Node Skx"
2821     data:
2822       # TODO: Add new data:
2823       csit-vpp-perf-verify-1901-3n-skx:
2824       - 18  # NDRPDR sel
2825       - 19  # NDRPDR sel
2826       - 20  # NDRPDR sel
2827       - 28  # NDRPDR sel
2828       - 31  # NDRPDR sel
2829       - 33  # NDRPDR sel
2830       - 36  # NDRPDR sel
2831       - 38  # NDRPDR sel
2832   compare:
2833     title: "2-Node Skx"
2834     data:
2835       # TODO: Add new data:
2836       csit-vpp-perf-verify-1901-2n-skx:
2837       - 5   # NDRPDR sel
2838       - 10  # NDRPDR sel fails
2839       - 12  # NDRPDR sel
2840       - 13  # NDRPDR sel
2841       - 16  # NDRPDR sel fails
2842       - 21  # NDRPDR sel
2843       - 23  # NDRPDR sel
2844   data: "vpp-compare-topologies"
2845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2846   filter: "'NDRPDR' and '1C'"
2847   parameters:
2848   - "name"
2849   - "parent"
2850   - "throughput"
2851
2852 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2853 -
2854   type: "table"
2855   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2856   algorithm: "table_performance_comparison"
2857   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2858   reference:
2859     title: "3-Node Skx"
2860     data:
2861       # TODO: Add new data:
2862       csit-vpp-perf-verify-1901-3n-skx:
2863       - 18  # NDRPDR sel
2864       - 19  # NDRPDR sel
2865       - 20  # NDRPDR sel
2866       - 28  # NDRPDR sel
2867       - 31  # NDRPDR sel
2868       - 33  # NDRPDR sel
2869       - 36  # NDRPDR sel
2870       - 38  # NDRPDR sel
2871   compare:
2872     title: "2-Node Skx"
2873     data:
2874       # TODO: Add new data:
2875       csit-vpp-perf-verify-1901-2n-skx:
2876       - 5   # NDRPDR sel
2877       - 10  # NDRPDR sel fails
2878       - 12  # NDRPDR sel
2879       - 13  # NDRPDR sel
2880       - 16  # NDRPDR sel fails
2881       - 21  # NDRPDR sel
2882       - 23  # NDRPDR sel
2883   data: "vpp-compare-topologies"
2884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2885   filter: "'NDRPDR' and '2C'"
2886   parameters:
2887   - "name"
2888   - "parent"
2889   - "throughput"
2890
2891 # VPP Performance Changes 3n-hsw 1t1c MRR
2892 -
2893   type: "table"
2894   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2895   algorithm: "table_performance_comparison"
2896   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2897   history:
2898     -
2899       title: "rls1807"
2900       data:
2901         csit-vpp-perf-verify-1807-3n-hsw:
2902         - 8   # MRR full
2903         - 9   # MRR sel
2904         - 21  # MRR sel
2905         - 31  # MRR sel
2906         - 33  # MRR sel
2907         - 36  # MRR sel
2908         - 41  # MRR sel
2909         - 42  # MRR sel
2910         - 48  # MRR sel
2911   reference:
2912     title: "rls1810"
2913     data:
2914       csit-vpp-perf-verify-1810-3n-hsw:
2915       - 9   # MRR sel
2916   compare:
2917     title: "rls1901"
2918     data:
2919       # TODO: Add new data
2920       csit-vpp-perf-verify-1901-3n-hsw:
2921       - 35  # MRR sel
2922   data: "vpp-performance-changes-3n-hsw-mrr"
2923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2924   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2925   parameters:
2926   - "name"
2927   - "parent"
2928   - "result"
2929
2930 # VPP Performance Changes 3n-hsw 2t2c MRR
2931 -
2932   type: "table"
2933   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2934   algorithm: "table_performance_comparison"
2935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2936   history:
2937     -
2938       title: "rls1807"
2939       data:
2940         csit-vpp-perf-verify-1807-3n-hsw:
2941         - 8   # MRR full
2942         - 9   # MRR sel
2943         - 21  # MRR sel
2944         - 31  # MRR sel
2945         - 33  # MRR sel
2946         - 36  # MRR sel
2947         - 41  # MRR sel
2948         - 42  # MRR sel
2949         - 48  # MRR sel
2950   reference:
2951     title: "rls1810"
2952     data:
2953       csit-vpp-perf-verify-1810-3n-hsw:
2954       - 9   # MRR sel
2955   compare:
2956     title: "rls1901"
2957     data:
2958       # TODO: Add new data
2959       csit-vpp-perf-verify-1901-3n-hsw:
2960       - 35  # MRR sel
2961   data: "vpp-performance-changes-3n-hsw-mrr"
2962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2963   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2964   parameters:
2965   - "name"
2966   - "parent"
2967   - "result"
2968
2969 # VPP Performance Changes 3n-hsw 4t4c MRR
2970 -
2971   type: "table"
2972   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2973   algorithm: "table_performance_comparison"
2974   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2975   history:
2976     -
2977       title: "rls1807"
2978       data:
2979         csit-vpp-perf-verify-1807-3n-hsw:
2980         - 8   # MRR full
2981         - 9   # MRR sel
2982         - 21  # MRR sel
2983         - 31  # MRR sel
2984         - 33  # MRR sel
2985         - 36  # MRR sel
2986         - 41  # MRR sel
2987         - 42  # MRR sel
2988         - 48  # MRR sel
2989   reference:
2990     title: "rls1810"
2991     data:
2992       csit-vpp-perf-verify-1810-3n-hsw:
2993       - 9   # MRR sel
2994   compare:
2995     title: "rls1901"
2996     data:
2997       # TODO: Add new data
2998       csit-vpp-perf-verify-1901-3n-hsw:
2999       - 35  # MRR sel
3000   data: "vpp-performance-changes-3n-hsw-mrr"
3001   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3002   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3003   parameters:
3004   - "name"
3005   - "parent"
3006   - "result"
3007
3008 # VPP Performance Changes 3n-skx 2t1c MRR
3009 -
3010   type: "table"
3011   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3012   algorithm: "table_performance_comparison"
3013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3014   history:
3015     -
3016       title: "rls1807"
3017       data:
3018         csit-vpp-perf-verify-1807-3n-skx:
3019         - 28  # MRR sel
3020         - 32  # MRR sel
3021         - 36  # MRR sel
3022         - 42  # MRR sel
3023         - 47  # MRR sel
3024         - 48  # MRR sel
3025         - 51  # MRR sel
3026         - 52  # MRR sel
3027         - 53  # MRR sel
3028   reference:
3029     title: "rls1810"
3030     data:
3031       csit-vpp-perf-verify-1810-3n-skx:
3032       - 9   # MRR sel
3033       - 11  # MRR sel
3034       - 12  # MRR sel
3035       - 13  # MRR sel
3036   compare:
3037     title: "rls1901"
3038     data:
3039       # TODO: Add new data
3040       csit-vpp-perf-verify-1901-3n-skx:
3041       - 32  # MRR sel
3042   data: "vpp-performance-changes-3n-skx-mrr"
3043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3044   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3045   parameters:
3046   - "name"
3047   - "parent"
3048   - "result"
3049
3050 # VPP Performance Changes 3n-skx 4t2c MRR
3051 -
3052   type: "table"
3053   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3054   algorithm: "table_performance_comparison"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3056   history:
3057     -
3058       title: "rls1807"
3059       data:
3060         csit-vpp-perf-verify-1807-3n-skx:
3061         - 28  # MRR sel
3062         - 32  # MRR sel
3063         - 36  # MRR sel
3064         - 42  # MRR sel
3065         - 47  # MRR sel
3066         - 48  # MRR sel
3067         - 51  # MRR sel
3068         - 52  # MRR sel
3069         - 53  # MRR sel
3070   reference:
3071     title: "rls1810"
3072     data:
3073       csit-vpp-perf-verify-1810-3n-skx:
3074       - 9   # MRR sel
3075       - 11  # MRR sel
3076       - 12  # MRR sel
3077       - 13  # MRR sel
3078   compare:
3079     title: "rls1901"
3080     data:
3081       # TODO: Add new data
3082       csit-vpp-perf-verify-1901-3n-skx:
3083       - 32  # MRR sel
3084   data: "vpp-performance-changes-3n-skx-mrr"
3085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3086   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3087   parameters:
3088   - "name"
3089   - "parent"
3090   - "result"
3091
3092 # VPP Performance Changes 3n-skx 8t4c MRR
3093 -
3094   type: "table"
3095   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3096   algorithm: "table_performance_comparison"
3097   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3098   history:
3099     -
3100       title: "rls1807"
3101       data:
3102         csit-vpp-perf-verify-1807-3n-skx:
3103         - 28  # MRR sel
3104         - 32  # MRR sel
3105         - 36  # MRR sel
3106         - 42  # MRR sel
3107         - 47  # MRR sel
3108         - 48  # MRR sel
3109         - 51  # MRR sel
3110         - 52  # MRR sel
3111         - 53  # MRR sel
3112   reference:
3113     title: "rls1810"
3114     data:
3115       csit-vpp-perf-verify-1810-3n-skx:
3116       - 9   # MRR sel
3117       - 11  # MRR sel
3118       - 12  # MRR sel
3119       - 13  # MRR sel
3120   compare:
3121     title: "rls1901"
3122     data:
3123       # TODO: Add new data
3124       csit-vpp-perf-verify-1901-3n-skx:
3125       - 32  # MRR sel
3126   data: "vpp-performance-changes-3n-skx-mrr"
3127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3128   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3129   parameters:
3130   - "name"
3131   - "parent"
3132   - "result"
3133
3134 # VPP Performance Changes 2n-skx 2t1c MRR
3135 -
3136   type: "table"
3137   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3138   algorithm: "table_performance_comparison"
3139   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3140   history:
3141     -
3142       title: "rls1807"
3143       data:
3144         csit-vpp-perf-verify-1807-2n-skx:
3145         - 31  # MRR sel
3146         - 33  # MRR sel
3147         - 37  # MRR sel
3148         - 38  # MRR sel
3149         - 41  # MRR sel
3150         - 43  # MRR sel
3151         - 44  # MRR sel
3152         - 45  # MRR sel
3153         - 46  # MRR sel
3154         - 47  # MRR sel
3155   reference:
3156     title: "rls1810"
3157     data:
3158       csit-vpp-perf-verify-1810-2n-skx:
3159       - 8   # MRR sel
3160       - 10  # MRR sel
3161       - 11  # MRR sel
3162       - 12  # MRR sel
3163   compare:
3164     title: "rls1901"
3165     data:
3166       # TODO: Add new data
3167       csit-vpp-perf-verify-1901-2n-skx:
3168       - 22  # MRR sel
3169   data: "vpp-performance-changes-2n-skx-mrr"
3170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3171   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3172   parameters:
3173   - "name"
3174   - "parent"
3175   - "result"
3176
3177 # VPP Performance Changes 2n-skx 4t2c MRR
3178 -
3179   type: "table"
3180   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3181   algorithm: "table_performance_comparison"
3182   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3183   history:
3184     -
3185       title: "rls1807"
3186       data:
3187         csit-vpp-perf-verify-1807-2n-skx:
3188         - 31  # MRR sel
3189         - 33  # MRR sel
3190         - 37  # MRR sel
3191         - 38  # MRR sel
3192         - 41  # MRR sel
3193         - 43  # MRR sel
3194         - 44  # MRR sel
3195         - 45  # MRR sel
3196         - 46  # MRR sel
3197         - 47  # MRR sel
3198   reference:
3199     title: "rls1810"
3200     data:
3201       csit-vpp-perf-verify-1810-2n-skx:
3202       - 8   # MRR sel
3203       - 10  # MRR sel
3204       - 11  # MRR sel
3205       - 12  # MRR sel
3206   compare:
3207     title: "rls1901"
3208     data:
3209       # TODO: Add new data
3210       csit-vpp-perf-verify-1901-2n-skx:
3211       - 22  # MRR sel
3212   data: "vpp-performance-changes-2n-skx-mrr"
3213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3214   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3215   parameters:
3216   - "name"
3217   - "parent"
3218   - "result"
3219
3220 # VPP Performance Changes 2n-skx 8t4c MRR
3221 -
3222   type: "table"
3223   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3224   algorithm: "table_performance_comparison"
3225   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3226   history:
3227     -
3228       title: "rls1807"
3229       data:
3230         csit-vpp-perf-verify-1807-2n-skx:
3231         - 31  # MRR sel
3232         - 33  # MRR sel
3233         - 37  # MRR sel
3234         - 38  # MRR sel
3235         - 41  # MRR sel
3236         - 43  # MRR sel
3237         - 44  # MRR sel
3238         - 45  # MRR sel
3239         - 46  # MRR sel
3240         - 47  # MRR sel
3241   reference:
3242     title: "rls1810"
3243     data:
3244       csit-vpp-perf-verify-1810-2n-skx:
3245       - 8   # MRR sel
3246       - 10  # MRR sel
3247       - 11  # MRR sel
3248       - 12  # MRR sel
3249   compare:
3250     title: "rls1901"
3251     data:
3252       # TODO: Add new data
3253       csit-vpp-perf-verify-1901-2n-skx:
3254       - 22  # MRR sel
3255   data: "vpp-performance-changes-2n-skx-mrr"
3256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3257   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3258   parameters:
3259   - "name"
3260   - "parent"
3261   - "result"
3262
3263 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3264 -
3265   type: "table"
3266   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3267   algorithm: "table_performance_comparison"
3268   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3269   reference:
3270     title: "3-Node Hsw"
3271     data:
3272       # TODO: Add new data
3273       csit-vpp-perf-verify-1901-3n-hsw:
3274       - 35  # MRR sel
3275   compare:
3276     title: "3-Node Skx"
3277     data:
3278       # TODO: Add new data
3279       csit-vpp-perf-verify-1901-3n-skx:
3280       - 32  # MRR sel
3281   data: "vpp-compare-testbeds-mrr"
3282   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3283   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "result"
3288
3289 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3290 -
3291   type: "table"
3292   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3293   algorithm: "table_performance_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3295   reference:
3296     title: "3-Node Hsw"
3297     data:
3298       # TODO: Add new data
3299       csit-vpp-perf-verify-1901-3n-hsw:
3300       - 35  # MRR sel
3301   compare:
3302     title: "3-Node Skx"
3303     data:
3304       # TODO: Add new data
3305       csit-vpp-perf-verify-1901-3n-skx:
3306       - 32  # MRR sel
3307   data: "vpp-compare-testbeds-mrr"
3308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3309   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3310   parameters:
3311   - "name"
3312   - "parent"
3313   - "result"
3314
3315 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3316 -
3317   type: "table"
3318   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3319   algorithm: "table_performance_comparison"
3320   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3321   reference:
3322     title: "3-Node Hsw"
3323     data:
3324       # TODO: Add new data
3325       csit-vpp-perf-verify-1901-3n-hsw:
3326       - 35  # MRR sel
3327   compare:
3328     title: "3-Node Skx"
3329     data:
3330       # TODO: Add new data
3331       csit-vpp-perf-verify-1901-3n-skx:
3332       - 32  # MRR sel
3333   data: "vpp-compare-testbeds-mrr"
3334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3335   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3336   parameters:
3337   - "name"
3338   - "parent"
3339   - "result"
3340
3341 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3342 -
3343   type: "table"
3344   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3345   algorithm: "table_performance_comparison"
3346   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3347   reference:
3348     title: "3-Node Skx"
3349     data:
3350       # TODO: Add new data
3351       csit-vpp-perf-verify-1901-3n-skx:
3352       - 32  # MRR sel
3353   compare:
3354     title: "2-Node Skx"
3355     data:
3356       # TODO: Add new data
3357       csit-vpp-perf-verify-1901-2n-skx:
3358       - 22  # MRR sel
3359   data: "vpp-compare-topologies-mrr"
3360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3361   filter: "'MRR' and '1C'"
3362   parameters:
3363   - "name"
3364   - "parent"
3365   - "result"
3366
3367 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3368 -
3369   type: "table"
3370   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3371   algorithm: "table_performance_comparison"
3372   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3373   reference:
3374     title: "3-Node Skx"
3375     data:
3376       # TODO: Add new data
3377       csit-vpp-perf-verify-1901-3n-skx:
3378       - 32  # MRR sel
3379   compare:
3380     title: "2-Node Skx"
3381     data:
3382       # TODO: Add new data
3383       csit-vpp-perf-verify-1901-2n-skx:
3384       - 22  # MRR sel
3385   data: "vpp-compare-topologies-mrr"
3386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3387   filter: "'MRR' and '2C'"
3388   parameters:
3389   - "name"
3390   - "parent"
3391   - "result"
3392
3393 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3394 -
3395   type: "table"
3396   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3397   algorithm: "table_performance_comparison"
3398   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3399   reference:
3400     title: "3-Node Skx"
3401     data:
3402       # TODO: Add new data
3403       csit-vpp-perf-verify-1901-3n-skx:
3404       - 32  # MRR sel
3405   compare:
3406     title: "2-Node Skx"
3407     data:
3408       # TODO: Add new data
3409       csit-vpp-perf-verify-1901-2n-skx:
3410       - 22  # MRR sel
3411   data: "vpp-compare-topologies-mrr"
3412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3413   filter: "'MRR' and '4C'"
3414   parameters:
3415   - "name"
3416   - "parent"
3417   - "result"
3418
3419 # Detailed Test Results - VPP Performance Results 3n-hsw
3420 -
3421   type: "table"
3422   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3423   algorithm: "table_merged_details"
3424   output-file-ext: ".csv"
3425   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3426   columns:
3427   -
3428     title: "Name"
3429     data: "data name"
3430   -
3431     title: "Status"
3432     data: "data msg"
3433   rows: "generated"
3434   data: "vpp-perf-results-3n-hsw"
3435   filter: "not 'NDRCHK' and not 'PDRCHK'"
3436   parameters:
3437   - "name"
3438   - "parent"
3439   - "msg"
3440
3441 # Detailed Test Results - VPP Performance Results 3n-skx
3442 -
3443   type: "table"
3444   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3445   algorithm: "table_merged_details"
3446   output-file-ext: ".csv"
3447   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3448   columns:
3449   -
3450     title: "Name"
3451     data: "data name"
3452   -
3453     title: "Status"
3454     data: "data msg"
3455   rows: "generated"
3456   data: "vpp-perf-results-3n-skx"
3457   filter: "not 'NDRCHK' and not 'PDRCHK'"
3458   parameters:
3459   - "name"
3460   - "parent"
3461   - "msg"
3462
3463 # Detailed Test Results - VPP Performance Results 2n-skx
3464 -
3465   type: "table"
3466   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3467   algorithm: "table_merged_details"
3468   output-file-ext: ".csv"
3469   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3470   columns:
3471   -
3472     title: "Name"
3473     data: "data name"
3474   -
3475     title: "Status"
3476     data: "data msg"
3477   rows: "generated"
3478   data: "vpp-perf-results-2n-skx"
3479   filter: "not 'NDRCHK' and not 'PDRCHK'"
3480   parameters:
3481   - "name"
3482   - "parent"
3483   - "msg"
3484
3485 # Detailed Test Results - VPP Performance Results 2n-dnv
3486 -
3487   type: "table"
3488   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3489   algorithm: "table_details"
3490   output-file-ext: ".csv"
3491   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3492   columns:
3493   -
3494     title: "Name"
3495     data: "data name"
3496   -
3497     title: "Status"
3498     data: "data msg"
3499   rows: "generated"
3500   data: "intel-dnv-vpp"
3501   filter: "'NDRPDR'"
3502   parameters:
3503   - "name"
3504   - "parent"
3505   - "msg"
3506
3507 # Test configuration - VPP Performance Test Configs 3n-hsw
3508 -
3509   type: "table"
3510   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3511   algorithm: "table_merged_details"
3512   output-file-ext: ".csv"
3513   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3514   columns:
3515   -
3516     title: "Name"
3517     data: "data name"
3518   -
3519     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3520     data: "data vat-history"
3521   rows: "generated"
3522   data: "vpp-perf-results-3n-hsw"
3523   filter: "not 'NDRCHK' and not 'PDRCHK'"
3524   parameters:
3525   - "parent"
3526   - "name"
3527   - "vat-history"
3528
3529 # Test configuration - VPP Performance Test Configs 3n-skx
3530 -
3531   type: "table"
3532   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3533   algorithm: "table_merged_details"
3534   output-file-ext: ".csv"
3535   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3536   columns:
3537   -
3538     title: "Name"
3539     data: "data name"
3540   -
3541     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3542     data: "data vat-history"
3543   rows: "generated"
3544   data: "vpp-perf-results-3n-skx"
3545   filter: "not 'NDRCHK' and not 'PDRCHK'"
3546   parameters:
3547   - "parent"
3548   - "name"
3549   - "vat-history"
3550
3551 # Test configuration - VPP Performance Test Configs 2n-skx
3552 -
3553   type: "table"
3554   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3555   algorithm: "table_merged_details"
3556   output-file-ext: ".csv"
3557   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3558   columns:
3559   -
3560     title: "Name"
3561     data: "data name"
3562   -
3563     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3564     data: "data vat-history"
3565   rows: "generated"
3566   data: "vpp-perf-results-2n-skx"
3567   filter: "not 'NDRCHK' and not 'PDRCHK'"
3568   parameters:
3569   - "parent"
3570   - "name"
3571   - "vat-history"
3572
3573 # Test configuration - VPP Performance Test Configs 2n-dnv
3574 -
3575   type: "table"
3576   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3577   algorithm: "table_details"
3578   output-file-ext: ".csv"
3579   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3580   columns:
3581   -
3582     title: "Name"
3583     data: "data name"
3584   -
3585     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3586     data: "data vat-history"
3587   rows: "generated"
3588   data: "intel-dnv-vpp"
3589   filter: "'NDRPDR'"
3590   parameters:
3591   - "parent"
3592   - "name"
3593   - "vat-history"
3594
3595 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3596 -
3597   type: "table"
3598   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3599   algorithm: "table_merged_details"
3600   output-file-ext: ".csv"
3601   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3602   columns:
3603   -
3604     title: "Name"
3605     data: "data name"
3606   -
3607     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3608     data: "data show-run"
3609   rows: "generated"
3610   data: "vpp-perf-results-3n-hsw"
3611   filter: "not 'NDRCHK' and not 'PDRCHK'"
3612   parameters:
3613   - "parent"
3614   - "name"
3615   - "show-run"
3616
3617 # Test Operational Data - VPP Performance Operational Data 3n-skx
3618 -
3619   type: "table"
3620   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3621   algorithm: "table_merged_details"
3622   output-file-ext: ".csv"
3623   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3624   columns:
3625   -
3626     title: "Name"
3627     data: "data name"
3628   -
3629     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3630     data: "data show-run"
3631   rows: "generated"
3632   data: "vpp-perf-results-3n-skx"
3633   filter: "not 'NDRCHK' and not 'PDRCHK'"
3634   parameters:
3635   - "parent"
3636   - "name"
3637   - "show-run"
3638
3639 # Test Operational Data - VPP Performance Operational Data 2n-skx
3640 -
3641   type: "table"
3642   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3643   algorithm: "table_merged_details"
3644   output-file-ext: ".csv"
3645   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3646   columns:
3647   -
3648     title: "Name"
3649     data: "data name"
3650   -
3651     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3652     data: "data show-run"
3653   rows: "generated"
3654   data: "vpp-perf-results-2n-skx"
3655   filter: "not 'NDRCHK' and not 'PDRCHK'"
3656   parameters:
3657   - "parent"
3658   - "name"
3659   - "show-run"
3660
3661 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3662 -
3663   type: "table"
3664   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3665   algorithm: "table_details"
3666   output-file-ext: ".csv"
3667   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3668   columns:
3669   -
3670     title: "Name"
3671     data: "data name"
3672   -
3673     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3674     data: "data show-run"
3675   rows: "generated"
3676   data: "intel-dnv-vpp"
3677   filter: "'NDRPDR'"
3678   parameters:
3679   - "parent"
3680   - "name"
3681   - "show-run"
3682
3683 # Detailed Test Results - VPP MRR Results 3n-hsw
3684 -
3685   type: "table"
3686   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3687   algorithm: "table_details"
3688   output-file-ext: ".csv"
3689   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3690   columns:
3691   -
3692     title: "Name"
3693     data: "data name"
3694   -
3695     title: "Status"
3696     data: "data msg"
3697   rows: "generated"
3698   data: "vpp-mrr-results-3n-hsw"
3699   filter: "'MRR'"
3700   parameters:
3701   - "name"
3702   - "parent"
3703   - "msg"
3704
3705 # Detailed Test Results - VPP MRR Results 3n-skx
3706 -
3707   type: "table"
3708   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3709   algorithm: "table_details"
3710   output-file-ext: ".csv"
3711   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3712   columns:
3713   -
3714     title: "Name"
3715     data: "data name"
3716   -
3717     title: "Status"
3718     data: "data msg"
3719   rows: "generated"
3720   data: "vpp-mrr-results-3n-skx"
3721   filter: "'MRR'"
3722   parameters:
3723   - "name"
3724   - "parent"
3725   - "msg"
3726
3727 # Detailed Test Results - VPP MRR Results 2n-skx
3728 -
3729   type: "table"
3730   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3731   algorithm: "table_details"
3732   output-file-ext: ".csv"
3733   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3734   columns:
3735   -
3736     title: "Name"
3737     data: "data name"
3738   -
3739     title: "Status"
3740     data: "data msg"
3741   rows: "generated"
3742   data: "vpp-mrr-results-2n-skx"
3743   filter: "'MRR'"
3744   parameters:
3745   - "name"
3746   - "parent"
3747   - "msg"
3748
3749 # Detailed Test Results - VPP MRR Results 2n-dnv
3750 -
3751   type: "table"
3752   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3753   algorithm: "table_details"
3754   output-file-ext: ".csv"
3755   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3756   columns:
3757   -
3758     title: "Name"
3759     data: "data name"
3760   -
3761     title: "Status"
3762     data: "data msg"
3763   rows: "generated"
3764   data: "intel-dnv-vpp"
3765   filter: "'MRR'"
3766   parameters:
3767   - "name"
3768   - "parent"
3769   - "msg"
3770
3771 # Test configuration - VPP MRR Test Configs 3n-hsw
3772 -
3773   type: "table"
3774   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3775   algorithm: "table_details"
3776   output-file-ext: ".csv"
3777   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3778   columns:
3779   -
3780     title: "Name"
3781     data: "data name"
3782   -
3783     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3784     data: "data vat-history"
3785   rows: "generated"
3786   data: "vpp-mrr-results-3n-hsw"
3787   filter: "'MRR'"
3788   parameters:
3789   - "parent"
3790   - "name"
3791   - "vat-history"
3792
3793 # Test configuration - VPP MRR Test Configs 3n-skx
3794 -
3795   type: "table"
3796   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3797   algorithm: "table_details"
3798   output-file-ext: ".csv"
3799   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3800   columns:
3801   -
3802     title: "Name"
3803     data: "data name"
3804   -
3805     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3806     data: "data vat-history"
3807   rows: "generated"
3808   data: "vpp-mrr-results-3n-skx"
3809   filter: "'MRR'"
3810   parameters:
3811   - "parent"
3812   - "name"
3813   - "vat-history"
3814
3815 # Test configuration - VPP MRR Test Configs 2n-skx
3816 -
3817   type: "table"
3818   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3819   algorithm: "table_details"
3820   output-file-ext: ".csv"
3821   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3822   columns:
3823   -
3824     title: "Name"
3825     data: "data name"
3826   -
3827     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3828     data: "data vat-history"
3829   rows: "generated"
3830   data: "vpp-mrr-results-2n-skx"
3831   filter: "'MRR'"
3832   parameters:
3833   - "parent"
3834   - "name"
3835   - "vat-history"
3836
3837 # Test configuration - VPP MRR Test Configs 2n-dnv
3838 -
3839   type: "table"
3840   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3841   algorithm: "table_details"
3842   output-file-ext: ".csv"
3843   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3844   columns:
3845   -
3846     title: "Name"
3847     data: "data name"
3848   -
3849     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3850     data: "data vat-history"
3851   rows: "generated"
3852   data: "intel-dnv-vpp"
3853   filter: "'MRR'"
3854   parameters:
3855   - "parent"
3856   - "name"
3857   - "vat-history"
3858
3859 # Detailed Test Results - VPP Functional Results - Ubuntu
3860 -
3861   type: "table"
3862   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3863   algorithm: "table_details"
3864   output-file-ext: ".csv"
3865   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3866   columns:
3867   -
3868     title: "Name"
3869     data: "data name"
3870   -
3871     title: "Documentation"
3872     data: "data doc"
3873   -
3874     title: "Status"
3875     data: "data status"
3876   rows: "generated"
3877   data: "vpp-func-results-ubuntu"
3878   filter: "all"
3879   parameters:
3880   - "name"
3881   - "parent"
3882   - "doc"
3883   - "status"
3884
3885 # Detailed Test Results - VPP Functional Results - CentOS
3886 -
3887   type: "table"
3888   title: "Detailed Test Results - VPP Functional Results - CentOS"
3889   algorithm: "table_details"
3890   output-file-ext: ".csv"
3891   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3892   columns:
3893   -
3894     title: "Name"
3895     data: "data name"
3896   -
3897     title: "Documentation"
3898     data: "data doc"
3899   -
3900     title: "Status"
3901     data: "data status"
3902   rows: "generated"
3903   data:
3904     "vpp-func-results-centos"
3905   filter: "all"
3906   parameters:
3907   - "name"
3908   - "parent"
3909   - "doc"
3910   - "status"
3911
3912 # Test configuration - VPP Functional Test Configs - Ubuntu
3913 -
3914   type: "table"
3915   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3916   algorithm: "table_details"
3917   output-file-ext: ".csv"
3918   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3919   columns:
3920   -
3921     title: "Name"
3922     data: "data name"
3923   -
3924     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3925     data: "data vat-history"
3926   rows: "generated"
3927   data: "vpp-func-results-ubuntu"
3928   filter: "all"
3929   parameters:
3930   - "parent"
3931   - "name"
3932   - "vat-history"
3933
3934 # Test configuration - VPP Functional Test Configs - CentOS
3935 -
3936   type: "table"
3937   title: "Test configuration - VPP Functional Test Configs - CentOS"
3938   algorithm: "table_details"
3939   output-file-ext: ".csv"
3940   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3941   columns:
3942   -
3943     title: "Name"
3944     data: "data name"
3945   -
3946     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3947     data: "data vat-history"
3948   rows: "generated"
3949   data: "vpp-func-results-centos"
3950   filter: "all"
3951   parameters:
3952   - "parent"
3953   - "name"
3954   - "vat-history"
3955
3956 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3957 -
3958   type: "table"
3959   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3960   algorithm: "table_details"
3961   output-file-ext: ".csv"
3962   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3963   columns:
3964   -
3965     title: "Name"
3966     data: "data name"
3967   -
3968     title: "Status"
3969     data: "data msg"
3970   rows: "generated"
3971   data: "ligato-perf-results-3n-hsw"
3972   filter: "all"
3973   parameters:
3974   - "name"
3975   - "parent"
3976   - "msg"
3977
3978 # Detailed Test Results - VPP Device Results - Ubuntu
3979 -
3980   type: "table"
3981   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3982   algorithm: "table_details"
3983   output-file-ext: ".csv"
3984   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3985   columns:
3986   -
3987     title: "Name"
3988     data: "data name"
3989   -
3990     title: "Documentation"
3991     data: "data doc"
3992   -
3993     title: "Status"
3994     data: "data status"
3995   rows: "generated"
3996   data: "vpp-device-results-ubuntu"
3997   filter: "all"
3998   parameters:
3999   - "name"
4000   - "parent"
4001   - "doc"
4002   - "status"
4003
4004 # Test configuration - VPP Device Test Configs - Ubuntu
4005 -
4006   type: "table"
4007   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4008   algorithm: "table_details"
4009   output-file-ext: ".csv"
4010   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4011   columns:
4012   -
4013     title: "Name"
4014     data: "data name"
4015   -
4016     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4017     data: "data vat-history"
4018   rows: "generated"
4019   data: "vpp-device-results-ubuntu"
4020   filter: "all"
4021   parameters:
4022   - "parent"
4023   - "name"
4024   - "vat-history"
4025
4026 ################################################################################
4027
4028 # DPDK Performance Changes 3n-hsw 1t1c pdr
4029 -
4030   type: "table"
4031   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4032   algorithm: "table_performance_comparison"
4033   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4034   history:
4035     -
4036       title: "rls1807"
4037       data:
4038         csit-dpdk-perf-verify-1807-3n-hsw:
4039         - 11
4040         - 12  # full
4041         - 14
4042         - 15
4043         - 16
4044         - 17
4045         - 20
4046         - 21
4047         - 22
4048         - 23
4049   reference:
4050     title: "rls1810"
4051     data:
4052       csit-dpdk-perf-verify-1810-3n-hsw:
4053       - 1   # NDRPDR sel
4054       - 2   # NDRPDR sel
4055       - 3   # NDRPDR sel
4056       - 4   # NDRPDR sel
4057       - 5   # NDRPDR sel
4058       - 6   # NDRPDR sel
4059       - 7   # NDRPDR sel
4060       - 8   # NDRPDR sel
4061       - 9   # NDRPDR sel
4062       - 10  # NDRPDR sel
4063   compare:
4064     title: "rls1901"
4065     data:
4066       # TODO: Add new data
4067       csit-dpdk-perf-verify-1901-3n-hsw:
4068       - 3   # NDRPDR sel
4069       - 4   # NDRPDR sel
4070       - 5   # NDRPDR sel
4071       - 6   # NDRPDR sel
4072       - 7   # NDRPDR sel
4073       - 8   # NDRPDR sel
4074       - 9   # NDRPDR sel
4075       - 10  # NDRPDR sel
4076       - 11  # NDRPDR sel
4077   data: "dpdk-performance-changes-3n-hsw"
4078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4079   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4080   parameters:
4081   - "name"
4082   - "parent"
4083   - "throughput"
4084
4085 # DPDK Performance Changes 3n-hsw 2t2c pdr
4086 -
4087   type: "table"
4088   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4089   algorithm: "table_performance_comparison"
4090   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4091   history:
4092     -
4093       title: "rls1807"
4094       data:
4095         csit-dpdk-perf-verify-1807-3n-hsw:
4096         - 11
4097         - 12  # full
4098         - 14
4099         - 15
4100         - 16
4101         - 17
4102         - 20
4103         - 21
4104         - 22
4105         - 23
4106   reference:
4107     title: "rls1810"
4108     data:
4109       csit-dpdk-perf-verify-1810-3n-hsw:
4110       - 1   # NDRPDR sel
4111       - 2   # NDRPDR sel
4112       - 3   # NDRPDR sel
4113       - 4   # NDRPDR sel
4114       - 5   # NDRPDR sel
4115       - 6   # NDRPDR sel
4116       - 7   # NDRPDR sel
4117       - 8   # NDRPDR sel
4118       - 9   # NDRPDR sel
4119       - 10  # NDRPDR sel
4120   compare:
4121     title: "rls1901"
4122     data:
4123       # TODO: Add new data
4124       csit-dpdk-perf-verify-1901-3n-hsw:
4125       - 3   # NDRPDR sel
4126       - 4   # NDRPDR sel
4127       - 5   # NDRPDR sel
4128       - 6   # NDRPDR sel
4129       - 7   # NDRPDR sel
4130       - 8   # NDRPDR sel
4131       - 9   # NDRPDR sel
4132       - 10  # NDRPDR sel
4133       - 11  # NDRPDR sel
4134   data: "dpdk-performance-changes-3n-hsw"
4135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4136   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4137   parameters:
4138   - "name"
4139   - "parent"
4140   - "throughput"
4141
4142 # DPDK Performance Changes 3n-hsw 1t1c ndr
4143 -
4144   type: "table"
4145   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4146   algorithm: "table_performance_comparison"
4147   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4148   history:
4149     -
4150       title: "rls1807"
4151       data:
4152         csit-dpdk-perf-verify-1807-3n-hsw:
4153         - 11
4154         - 12  # full
4155         - 14
4156         - 15
4157         - 16
4158         - 17
4159         - 20
4160         - 21
4161         - 22
4162         - 23
4163   reference:
4164     title: "rls1810"
4165     data:
4166       csit-dpdk-perf-verify-1810-3n-hsw:
4167       - 1   # NDRPDR sel
4168       - 2   # NDRPDR sel
4169       - 3   # NDRPDR sel
4170       - 4   # NDRPDR sel
4171       - 5   # NDRPDR sel
4172       - 6   # NDRPDR sel
4173       - 7   # NDRPDR sel
4174       - 8   # NDRPDR sel
4175       - 9   # NDRPDR sel
4176       - 10  # NDRPDR sel
4177   compare:
4178     title: "rls1901"
4179     data:
4180       # TODO: Add new data
4181       csit-dpdk-perf-verify-1901-3n-hsw:
4182       - 3   # NDRPDR sel
4183       - 4   # NDRPDR sel
4184       - 5   # NDRPDR sel
4185       - 6   # NDRPDR sel
4186       - 7   # NDRPDR sel
4187       - 8   # NDRPDR sel
4188       - 9   # NDRPDR sel
4189       - 10  # NDRPDR sel
4190       - 11  # NDRPDR sel
4191   data: "dpdk-performance-changes-3n-hsw"
4192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4193   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4194   parameters:
4195   - "name"
4196   - "parent"
4197   - "throughput"
4198
4199 # DPDK Performance Changes 3n-hsw 2t2c ndr
4200 -
4201   type: "table"
4202   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4203   algorithm: "table_performance_comparison"
4204   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4205   history:
4206     -
4207       title: "rls1807"
4208       data:
4209         csit-dpdk-perf-verify-1807-3n-hsw:
4210         - 11
4211         - 12  # full
4212         - 14
4213         - 15
4214         - 16
4215         - 17
4216         - 20
4217         - 21
4218         - 22
4219         - 23
4220   reference:
4221     title: "rls1810"
4222     data:
4223       csit-dpdk-perf-verify-1810-3n-hsw:
4224       - 1   # NDRPDR sel
4225       - 2   # NDRPDR sel
4226       - 3   # NDRPDR sel
4227       - 4   # NDRPDR sel
4228       - 5   # NDRPDR sel
4229       - 6   # NDRPDR sel
4230       - 7   # NDRPDR sel
4231       - 8   # NDRPDR sel
4232       - 9   # NDRPDR sel
4233       - 10  # NDRPDR sel
4234   compare:
4235     title: "rls1901"
4236     data:
4237       # TODO: Add new data
4238       csit-dpdk-perf-verify-1901-3n-hsw:
4239       - 3   # NDRPDR sel
4240       - 4   # NDRPDR sel
4241       - 5   # NDRPDR sel
4242       - 6   # NDRPDR sel
4243       - 7   # NDRPDR sel
4244       - 8   # NDRPDR sel
4245       - 9   # NDRPDR sel
4246       - 10  # NDRPDR sel
4247       - 11  # NDRPDR sel
4248   data: "dpdk-performance-changes-3n-hsw"
4249   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4250   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4251   parameters:
4252   - "name"
4253   - "parent"
4254   - "throughput"
4255
4256 # DPDK Performance Changes 3n-skx 2t1c pdr
4257 -
4258   type: "table"
4259   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4260   algorithm: "table_performance_comparison"
4261   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4262   history:
4263     -
4264       title: "rls1807"
4265       data:
4266         csit-dpdk-perf-verify-1807-3n-skx:
4267         - 1   # NDRPDR sel
4268         - 2   # NDRPDR sel
4269         - 3   # NDRPDR sel
4270         - 6   # NDRPDR sel
4271         - 7   # NDRPDR sel
4272         - 8   # NDRPDR sel
4273         - 9   # NDRPDR sel
4274         - 10  # NDRPDR sel
4275         - 11  # NDRPDR sel
4276         - 12  # NDRPDR sel
4277   reference:
4278     title: "rls1810"
4279     data:
4280       csit-dpdk-perf-verify-1810-3n-skx:
4281       - 3   # NDRPDR sel
4282       - 4   # NDRPDR sel
4283       - 6   # NDRPDR sel
4284       - 7   # NDRPDR sel
4285       - 8   # NDRPDR sel
4286       - 9   # NDRPDR sel
4287       - 10  # NDRPDR sel
4288       - 11  # NDRPDR sel
4289       - 12  # NDRPDR sel
4290       - 13  # NDRPDR sel
4291   compare:
4292     title: "rls1901"
4293     data:
4294       # TODO: Add new data
4295       csit-dpdk-perf-verify-1901-3n-skx:
4296       - 1   # NDRPDR sel F
4297       - 2   # NDRPDR sel F
4298   data: "dpdk-performance-changes-3n-skx"
4299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4300   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4301   parameters:
4302   - "name"
4303   - "parent"
4304   - "throughput"
4305
4306 # DPDK Performance Changes 3n-skx 4t2c pdr
4307 -
4308   type: "table"
4309   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4310   algorithm: "table_performance_comparison"
4311   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4312   history:
4313     -
4314       title: "rls1807"
4315       data:
4316         csit-dpdk-perf-verify-1807-3n-skx:
4317         - 1   # NDRPDR sel
4318         - 2   # NDRPDR sel
4319         - 3   # NDRPDR sel
4320         - 6   # NDRPDR sel
4321         - 7   # NDRPDR sel
4322         - 8   # NDRPDR sel
4323         - 9   # NDRPDR sel
4324         - 10  # NDRPDR sel
4325         - 11  # NDRPDR sel
4326         - 12  # NDRPDR sel
4327   reference:
4328     title: "rls1810"
4329     data:
4330       csit-dpdk-perf-verify-1810-3n-skx:
4331       - 3   # NDRPDR sel
4332       - 4   # NDRPDR sel
4333       - 6   # NDRPDR sel
4334       - 7   # NDRPDR sel
4335       - 8   # NDRPDR sel
4336       - 9   # NDRPDR sel
4337       - 10  # NDRPDR sel
4338       - 11  # NDRPDR sel
4339       - 12  # NDRPDR sel
4340       - 13  # NDRPDR sel
4341   compare:
4342     title: "rls1901"
4343     data:
4344       # TODO: Add new data
4345       csit-dpdk-perf-verify-1901-3n-skx:
4346       - 1   # NDRPDR sel F
4347       - 2   # NDRPDR sel F
4348   data: "dpdk-performance-changes-3n-skx"
4349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4350   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4351   parameters:
4352   - "name"
4353   - "parent"
4354   - "throughput"
4355
4356 # DPDK Performance Changes 3n-skx 2t1c ndr
4357 -
4358   type: "table"
4359   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4360   algorithm: "table_performance_comparison"
4361   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4362   history:
4363     -
4364       title: "rls1807"
4365       data:
4366         csit-dpdk-perf-verify-1807-3n-skx:
4367         - 1   # NDRPDR sel
4368         - 2   # NDRPDR sel
4369         - 3   # NDRPDR sel
4370         - 6   # NDRPDR sel
4371         - 7   # NDRPDR sel
4372         - 8   # NDRPDR sel
4373         - 9   # NDRPDR sel
4374         - 10  # NDRPDR sel
4375         - 11  # NDRPDR sel
4376         - 12  # NDRPDR sel
4377   reference:
4378     title: "rls1810"
4379     data:
4380       csit-dpdk-perf-verify-1810-3n-skx:
4381       - 3   # NDRPDR sel
4382       - 4   # NDRPDR sel
4383       - 6   # NDRPDR sel
4384       - 7   # NDRPDR sel
4385       - 8   # NDRPDR sel
4386       - 9   # NDRPDR sel
4387       - 10  # NDRPDR sel
4388       - 11  # NDRPDR sel
4389       - 12  # NDRPDR sel
4390       - 13  # NDRPDR sel
4391   compare:
4392     title: "rls1901"
4393     data:
4394       # TODO: Add new data
4395       csit-dpdk-perf-verify-1901-3n-skx:
4396       - 1   # NDRPDR sel F
4397       - 2   # NDRPDR sel F
4398   data: "dpdk-performance-changes-3n-skx"
4399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4400   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4401   parameters:
4402   - "name"
4403   - "parent"
4404   - "throughput"
4405
4406 # DPDK Performance Changes 3n-skx 4t2c ndr
4407 -
4408   type: "table"
4409   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4410   algorithm: "table_performance_comparison"
4411   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4412   history:
4413     -
4414       title: "rls1807"
4415       data:
4416         csit-dpdk-perf-verify-1807-3n-skx:
4417         - 1   # NDRPDR sel
4418         - 2   # NDRPDR sel
4419         - 3   # NDRPDR sel
4420         - 6   # NDRPDR sel
4421         - 7   # NDRPDR sel
4422         - 8   # NDRPDR sel
4423         - 9   # NDRPDR sel
4424         - 10  # NDRPDR sel
4425         - 11  # NDRPDR sel
4426         - 12  # NDRPDR sel
4427   reference:
4428     title: "rls1810"
4429     data:
4430       csit-dpdk-perf-verify-1810-3n-skx:
4431       - 3   # NDRPDR sel
4432       - 4   # NDRPDR sel
4433       - 6   # NDRPDR sel
4434       - 7   # NDRPDR sel
4435       - 8   # NDRPDR sel
4436       - 9   # NDRPDR sel
4437       - 10  # NDRPDR sel
4438       - 11  # NDRPDR sel
4439       - 12  # NDRPDR sel
4440       - 13  # NDRPDR sel
4441   compare:
4442     title: "rls1901"
4443     data:
4444       # TODO: Add new data
4445       csit-dpdk-perf-verify-1901-3n-skx:
4446       - 1   # NDRPDR sel F
4447       - 2   # NDRPDR sel F
4448   data: "dpdk-performance-changes-3n-skx"
4449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4450   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4451   parameters:
4452   - "name"
4453   - "parent"
4454   - "throughput"
4455
4456 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4457 -
4458   type: "table"
4459   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4460   algorithm: "table_performance_comparison"
4461   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4462   reference:
4463     title: "3-Node Hsw"
4464     data:
4465       # TODO: Add new data
4466       csit-dpdk-perf-verify-1901-3n-hsw:
4467       - 3   # NDRPDR sel
4468       - 4   # NDRPDR sel
4469       - 5   # NDRPDR sel
4470       - 6   # NDRPDR sel
4471       - 7   # NDRPDR sel
4472       - 8   # NDRPDR sel
4473       - 9   # NDRPDR sel
4474       - 10  # NDRPDR sel
4475       - 11  # NDRPDR sel
4476   compare:
4477     title: "3-Node Skx"
4478     data:
4479       # TODO: Add new data
4480       csit-dpdk-perf-verify-1901-3n-skx:
4481       - 1   # NDRPDR sel F
4482       - 2   # NDRPDR sel F
4483   data: "dpdk-compare-testbeds"
4484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4485   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4486   parameters:
4487   - "name"
4488   - "parent"
4489   - "throughput"
4490
4491 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4492 -
4493   type: "table"
4494   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4495   algorithm: "table_performance_comparison"
4496   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4497   reference:
4498     title: "3-Node Skx"
4499     data:
4500       # TODO: Add new data
4501       csit-dpdk-perf-verify-1901-3n-skx:
4502       - 1   # NDRPDR sel F
4503       - 2   # NDRPDR sel F
4504   compare:
4505     title: "2-Node Skx"
4506     data:
4507       # TODO: Add new data
4508       csit-dpdk-perf-verify-1901-2n-skx:
4509       - 2   # NDRPDR sel
4510       - 3   # NDRPDR sel
4511       - 4   # NDRPDR sel
4512       - 5   # NDRPDR sel
4513       - 6   # NDRPDR sel
4514       - 7   # NDRPDR sel
4515       - 8   # NDRPDR sel
4516       - 9   # NDRPDR sel
4517       - 10  # NDRPDR sel
4518       - 11  # NDRPDR sel
4519   data: "dpdk-compare-topologies"
4520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4521   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4522   parameters:
4523   - "name"
4524   - "parent"
4525   - "throughput"
4526
4527 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4528 -
4529   type: "table"
4530   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4531   algorithm: "table_performance_comparison"
4532   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4533   reference:
4534     title: "3-Node Skx"
4535     data:
4536       # TODO: Add new data
4537       csit-dpdk-perf-verify-1901-3n-skx:
4538       - 1   # NDRPDR sel F
4539       - 2   # NDRPDR sel F
4540   compare:
4541     title: "2-Node Skx"
4542     data:
4543       # TODO: Add new data
4544       csit-dpdk-perf-verify-1901-2n-skx:
4545       - 2   # NDRPDR sel
4546       - 3   # NDRPDR sel
4547       - 4   # NDRPDR sel
4548       - 5   # NDRPDR sel
4549       - 6   # NDRPDR sel
4550       - 7   # NDRPDR sel
4551       - 8   # NDRPDR sel
4552       - 9   # NDRPDR sel
4553       - 10  # NDRPDR sel
4554       - 11  # NDRPDR sel
4555   data: "dpdk-compare-topologies"
4556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4557   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4558   parameters:
4559   - "name"
4560   - "parent"
4561   - "throughput"
4562
4563 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4564 -
4565   type: "table"
4566   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4567   algorithm: "table_performance_comparison"
4568   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4569   reference:
4570     title: "3-Node Hsw"
4571     data:
4572       # TODO: Add new data
4573       csit-dpdk-perf-verify-1901-3n-hsw:
4574       - 3   # NDRPDR sel
4575       - 4   # NDRPDR sel
4576       - 5   # NDRPDR sel
4577       - 6   # NDRPDR sel
4578       - 7   # NDRPDR sel
4579       - 8   # NDRPDR sel
4580       - 9   # NDRPDR sel
4581       - 10  # NDRPDR sel
4582       - 11  # NDRPDR sel
4583   compare:
4584     title: "3-Node Skx"
4585     data:
4586       # TODO: Add new data
4587       csit-dpdk-perf-verify-1901-3n-skx:
4588       - 1   # NDRPDR sel F
4589       - 2   # NDRPDR sel F
4590   data: "dpdk-compare-testbeds"
4591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4592   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4593   parameters:
4594   - "name"
4595   - "parent"
4596   - "throughput"
4597
4598 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4599 # NOTE: Not used in 18.10
4600 #-
4601 #  type: "table"
4602 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4603 #  algorithm: "table_performance_comparison"
4604 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4605 #  reference:
4606 #    title: "3-Node Hsw"
4607 #    data:
4608 #      csit-dpdk-perf-verify-1807-3n-hsw:
4609 #      - 11
4610 #      - 12  # full
4611 #      - 14
4612 #      - 15
4613 #      - 16
4614 #      - 17
4615 #      - 20
4616 #      - 21
4617 #      - 22
4618 #      - 23
4619 #  compare:
4620 #    title: "3-Node Skx"
4621 #    data:
4622 #      csit-dpdk-perf-verify-1807-3n-skx:
4623 #      - 1
4624 #      - 2
4625 #      - 3
4626 #      - 6
4627 #      - 7
4628 #      - 8
4629 #      - 9
4630 #      - 10
4631 #      - 11
4632 #      - 12
4633 #  data: "dpdk-compare-testbeds"
4634 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4635 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4636 #  parameters:
4637 #  - "name"
4638 #  - "parent"
4639 #  - "result"
4640
4641 # DPDK Performance Changes 2n-skx 2t1c pdr
4642 -
4643   type: "table"
4644   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4645   algorithm: "table_performance_comparison"
4646   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4647   reference:
4648     title: "rls1810"
4649     data:
4650       csit-dpdk-perf-verify-1810-2n-skx:
4651       - 3   # NDRPDR sel
4652       - 4   # NDRPDR sel
4653       - 5   # NDRPDR sel
4654       - 7   # NDRPDR sel
4655       - 8   # NDRPDR sel
4656       - 9   # NDRPDR sel
4657       - 10  # NDRPDR sel
4658       - 11  # NDRPDR sel
4659       - 12  # NDRPDR sel
4660       - 13  # NDRPDR sel
4661   compare:
4662     title: "rls1901"
4663     data:
4664       csit-dpdk-perf-verify-1901-2n-skx:
4665       - 2   # NDRPDR sel
4666       - 3   # NDRPDR sel
4667       - 4   # NDRPDR sel
4668       - 5   # NDRPDR sel
4669       - 6   # NDRPDR sel
4670       - 7   # NDRPDR sel
4671       - 8   # NDRPDR sel
4672       - 9   # NDRPDR sel
4673       - 10  # NDRPDR sel
4674       - 11  # NDRPDR sel
4675   data: "dpdk-performance-changes-2n-skx"
4676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4677   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4678   parameters:
4679   - "name"
4680   - "parent"
4681   - "throughput"
4682
4683 # DPDK Performance Changes 2n-skx 4t2c pdr
4684 -
4685   type: "table"
4686   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4687   algorithm: "table_performance_comparison"
4688   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4689   reference:
4690     title: "rls1810"
4691     data:
4692       csit-dpdk-perf-verify-1810-2n-skx:
4693       - 3   # NDRPDR sel
4694       - 4   # NDRPDR sel
4695       - 5   # NDRPDR sel
4696       - 7   # NDRPDR sel
4697       - 8   # NDRPDR sel
4698       - 9   # NDRPDR sel
4699       - 10  # NDRPDR sel
4700       - 11  # NDRPDR sel
4701       - 12  # NDRPDR sel
4702       - 13  # NDRPDR sel
4703   compare:
4704     title: "rls1901"
4705     data:
4706       csit-dpdk-perf-verify-1901-2n-skx:
4707       - 2   # NDRPDR sel
4708       - 3   # NDRPDR sel
4709       - 4   # NDRPDR sel
4710       - 5   # NDRPDR sel
4711       - 6   # NDRPDR sel
4712       - 7   # NDRPDR sel
4713       - 8   # NDRPDR sel
4714       - 9   # NDRPDR sel
4715       - 10  # NDRPDR sel
4716       - 11  # NDRPDR sel
4717   data: "dpdk-performance-changes-2n-skx"
4718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4719   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4720   parameters:
4721   - "name"
4722   - "parent"
4723   - "throughput"
4724
4725 # DPDK Performance Changes 2n-skx 2t1c ndr
4726 -
4727   type: "table"
4728   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4729   algorithm: "table_performance_comparison"
4730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4731   reference:
4732     title: "rls1810"
4733     data:
4734       csit-dpdk-perf-verify-1810-2n-skx:
4735       - 3   # NDRPDR sel
4736       - 4   # NDRPDR sel
4737       - 5   # NDRPDR sel
4738       - 7   # NDRPDR sel
4739       - 8   # NDRPDR sel
4740       - 9   # NDRPDR sel
4741       - 10  # NDRPDR sel
4742       - 11  # NDRPDR sel
4743       - 12  # NDRPDR sel
4744       - 13  # NDRPDR sel
4745   compare:
4746     title: "rls1901"
4747     data:
4748       csit-dpdk-perf-verify-1901-2n-skx:
4749       - 2   # NDRPDR sel
4750       - 3   # NDRPDR sel
4751       - 4   # NDRPDR sel
4752       - 5   # NDRPDR sel
4753       - 6   # NDRPDR sel
4754       - 7   # NDRPDR sel
4755       - 8   # NDRPDR sel
4756       - 9   # NDRPDR sel
4757       - 10  # NDRPDR sel
4758       - 11  # NDRPDR sel
4759   data: "dpdk-performance-changes-2n-skx"
4760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4761   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4762   parameters:
4763   - "name"
4764   - "parent"
4765   - "throughput"
4766
4767 # DPDK Performance Changes 2n-skx 4t2c ndr
4768 -
4769   type: "table"
4770   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4771   algorithm: "table_performance_comparison"
4772   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4773   reference:
4774     title: "rls1810"
4775     data:
4776       csit-dpdk-perf-verify-1810-2n-skx:
4777       - 3   # NDRPDR sel
4778       - 4   # NDRPDR sel
4779       - 5   # NDRPDR sel
4780       - 7   # NDRPDR sel
4781       - 8   # NDRPDR sel
4782       - 9   # NDRPDR sel
4783       - 10  # NDRPDR sel
4784       - 11  # NDRPDR sel
4785       - 12  # NDRPDR sel
4786       - 13  # NDRPDR sel
4787   compare:
4788     title: "rls1901"
4789     data:
4790       csit-dpdk-perf-verify-1901-2n-skx:
4791       - 2   # NDRPDR sel
4792       - 3   # NDRPDR sel
4793       - 4   # NDRPDR sel
4794       - 5   # NDRPDR sel
4795       - 6   # NDRPDR sel
4796       - 7   # NDRPDR sel
4797       - 8   # NDRPDR sel
4798       - 9   # NDRPDR sel
4799       - 10  # NDRPDR sel
4800       - 11  # NDRPDR sel
4801   data: "dpdk-performance-changes-2n-skx"
4802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4803   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4804   parameters:
4805   - "name"
4806   - "parent"
4807   - "throughput"
4808
4809 # Detailed Test Results - DPDK Performance Results 3n-hsw
4810 -
4811   type: "table"
4812   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4813   algorithm: "table_details"
4814   output-file-ext: ".csv"
4815   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4816   columns:
4817   -
4818     title: "Name"
4819     data: "data name"
4820   -
4821     title: "Status"
4822     data: "data msg"
4823   rows: "generated"
4824   data: "dpdk-perf-results-3n-hsw"
4825   filter: "all"
4826   parameters:
4827   - "name"
4828   - "parent"
4829   - "msg"
4830
4831 # Detailed Test Results - DPDK Performance Results 3n-skx
4832 -
4833   type: "table"
4834   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4835   algorithm: "table_details"
4836   output-file-ext: ".csv"
4837   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4838   columns:
4839   -
4840     title: "Name"
4841     data: "data name"
4842   -
4843     title: "Status"
4844     data: "data msg"
4845   rows: "generated"
4846   data: "dpdk-perf-results-3n-skx"
4847   filter: "all"
4848   parameters:
4849   - "name"
4850   - "parent"
4851   - "msg"
4852
4853 # Detailed Test Results - DPDK Performance Results 2n-skx
4854 -
4855   type: "table"
4856   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4857   algorithm: "table_details"
4858   output-file-ext: ".csv"
4859   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4860   columns:
4861   -
4862     title: "Name"
4863     data: "data name"
4864   -
4865     title: "Status"
4866     data: "data msg"
4867   rows: "generated"
4868   data: "dpdk-perf-results-2n-skx"
4869   filter: "all"
4870   parameters:
4871   - "name"
4872   - "parent"
4873   - "msg"
4874
4875 ################################################################################
4876 # HoneyComb
4877 -
4878   type: "table"
4879   title: "Detailed Test Results - Honeycomb Functional Results"
4880   algorithm: "table_details"
4881   output-file-ext: ".csv"
4882   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4883   columns:
4884   -
4885     title: "Name"
4886     data: "data name"
4887   -
4888     title: "Documentation"
4889     data: "data doc"
4890   -
4891     title: "Status"
4892     data: "data status"
4893   rows: "generated"
4894   data:
4895     "hc-func-results"
4896   filter: "all"
4897   parameters:
4898   - "name"
4899   - "parent"
4900   - "doc"
4901   - "status"
4902
4903 ################################################################################
4904 # NSH SFC
4905 -
4906   type: "table"
4907   title: "Detailed Test Results - NSH SFC Functional Results"
4908   algorithm: "table_details"
4909   output-file-ext: ".csv"
4910   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4911   columns:
4912   -
4913     title: "Name"
4914     data: "data name"
4915   -
4916     title: "Documentation"
4917     data: "data doc"
4918   -
4919     title: "Status"
4920     data: "data status"
4921   rows: "generated"
4922   data:
4923     "nsh-func-results"
4924   filter: "all"
4925   parameters:
4926   - "name"
4927   - "parent"
4928   - "doc"
4929   - "status"
4930
4931 ################################################################################
4932 # DMM
4933 -
4934   type: "table"
4935   title: "Detailed Test Results - DMM Functional Results"
4936   algorithm: "table_details"
4937   output-file-ext: ".csv"
4938   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4939   columns:
4940   -
4941     title: "Name"
4942     data: "data name"
4943   -
4944     title: "Documentation"
4945     data: "data doc"
4946   -
4947     title: "Status"
4948     data: "data status"
4949   rows: "generated"
4950   data:
4951     "dmm-func-results"
4952   filter: "all"
4953   parameters:
4954   - "name"
4955   - "parent"
4956   - "doc"
4957   - "status"
4958
4959 ################################################################################
4960 ###                                F I L E S                                 ###
4961 ################################################################################
4962
4963 # VPP Performance Results 3n-hsw
4964 -
4965   type: "file"
4966   title: "VPP Performance Results 3n-hsw"
4967   algorithm: "file_test_results"
4968   output-file-ext: ".rst"
4969   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4970   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"
4971   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4972   data: "vpp-perf-results-3n-hsw"
4973   filter: "not 'NDRCHK' and not 'PDRCHK'"
4974   parameters:
4975   - "name"
4976   - "doc"
4977   - "level"
4978   - "parent"
4979   data-start-level: 3
4980
4981 # VPP Performance Results 3n-skx
4982 -
4983   type: "file"
4984   title: "VPP Performance Results 3n-skx"
4985   algorithm: "file_test_results"
4986   output-file-ext: ".rst"
4987   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4988   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"
4989   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4990   data: "vpp-perf-results-3n-skx"
4991   filter: "not 'NDRCHK' and not 'PDRCHK'"
4992   parameters:
4993   - "name"
4994   - "doc"
4995   - "level"
4996   - "parent"
4997   data-start-level: 3
4998
4999 # VPP Performance Results 2n-skx
5000 -
5001   type: "file"
5002   title: "VPP Performance Results 2n-skx"
5003   algorithm: "file_test_results"
5004   output-file-ext: ".rst"
5005   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5006   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"
5007   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5008   data: "vpp-perf-results-2n-skx"
5009   filter: "not 'NDRCHK' and not 'PDRCHK'"
5010   parameters:
5011   - "name"
5012   - "doc"
5013   - "level"
5014   - "parent"
5015   data-start-level: 3
5016
5017 # VPP Performance Results 2n-dnv
5018 -
5019   type: "file"
5020   title: "VPP Performance Results 2n-dnv"
5021   algorithm: "file_test_results"
5022   output-file-ext: ".rst"
5023   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5024   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"
5025   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5026   data: "intel-dnv-vpp"
5027   filter: "'NDRPDR'"
5028   parameters:
5029   - "name"
5030   - "doc"
5031   - "level"
5032   - "parent"
5033   data-start-level: 3
5034
5035 # VPP Performance Configuration 3n-hsw
5036 -
5037   type: "file"
5038   title: "VPP Performance Configuration 3n-hsw"
5039   algorithm: "file_test_results"
5040   output-file-ext: ".rst"
5041   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5042   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"
5043   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5044   data: "vpp-perf-results-3n-hsw"
5045   filter: "not 'NDRCHK' and not 'PDRCHK'"
5046   parameters:
5047   - "name"
5048   - "doc"
5049   - "level"
5050   - "parent"
5051   data-start-level: 3
5052
5053 # VPP Performance Configuration 3n-skx
5054 -
5055   type: "file"
5056   title: "VPP Performance Configuration 3n-skx"
5057   algorithm: "file_test_results"
5058   output-file-ext: ".rst"
5059   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5060   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"
5061   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5062   data: "vpp-perf-results-3n-skx"
5063   filter: "not 'NDRCHK' and not 'PDRCHK'"
5064   parameters:
5065   - "name"
5066   - "doc"
5067   - "level"
5068   - "parent"
5069   data-start-level: 3
5070
5071 # VPP Performance Configuration 2n-skx
5072 -
5073   type: "file"
5074   title: "VPP Performance Configuration 2n-skx"
5075   algorithm: "file_test_results"
5076   output-file-ext: ".rst"
5077   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5078   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"
5079   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5080   data: "vpp-perf-results-2n-skx"
5081   filter: "not 'NDRCHK' and not 'PDRCHK'"
5082   parameters:
5083   - "name"
5084   - "doc"
5085   - "level"
5086   - "parent"
5087   data-start-level: 3
5088
5089 # VPP Performance Configuration 2n-dnv
5090 -
5091   type: "file"
5092   title: "VPP Performance Configuration 2n-dnv"
5093   algorithm: "file_test_results"
5094   output-file-ext: ".rst"
5095   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5096   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"
5097   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5098   data: "intel-dnv-vpp"
5099   filter: "'NDRPDR'"
5100   parameters:
5101   - "name"
5102   - "doc"
5103   - "level"
5104   - "parent"
5105   data-start-level: 3
5106
5107 # VPP Performance Operational Data 3n-hsw
5108 -
5109   type: "file"
5110   title: "VPP Performance Operational Data 3n-hsw"
5111   algorithm: "file_test_results"
5112   output-file-ext: ".rst"
5113   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5114   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"
5115   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5116   data: "vpp-perf-results-3n-hsw"
5117   filter: "not 'NDRCHK' and not 'PDRCHK'"
5118   parameters:
5119   - "name"
5120   - "doc"
5121   - "level"
5122   - "parent"
5123   data-start-level: 3
5124
5125 # VPP Performance Operational Data 3n-skx
5126 -
5127   type: "file"
5128   title: "VPP Performance Operational Data 3n-skx"
5129   algorithm: "file_test_results"
5130   output-file-ext: ".rst"
5131   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5132   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"
5133   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5134   data: "vpp-perf-results-3n-skx"
5135   filter: "not 'NDRCHK' and not 'PDRCHK'"
5136   parameters:
5137   - "name"
5138   - "doc"
5139   - "level"
5140   - "parent"
5141   data-start-level: 3
5142
5143 # VPP Performance Operational Data 2n-skx
5144 -
5145   type: "file"
5146   title: "VPP Performance Operational Data 2n-skx"
5147   algorithm: "file_test_results"
5148   output-file-ext: ".rst"
5149   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5150   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"
5151   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5152   data: "vpp-perf-results-2n-skx"
5153   filter: "not 'NDRCHK' and not 'PDRCHK'"
5154   parameters:
5155   - "name"
5156   - "doc"
5157   - "level"
5158   - "parent"
5159   data-start-level: 3
5160
5161 # VPP Performance Operational Data 2n-dnv
5162 -
5163   type: "file"
5164   title: "VPP Performance Operational Data 2n-dnv"
5165   algorithm: "file_test_results"
5166   output-file-ext: ".rst"
5167   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5168   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"
5169   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5170   data: "intel-dnv-vpp"
5171   filter: "'NDRPDR'"
5172   parameters:
5173   - "name"
5174   - "doc"
5175   - "level"
5176   - "parent"
5177   data-start-level: 3
5178
5179 # VPP MRR Results 3n-hsw
5180 -
5181   type: "file"
5182   title: "VPP MRR Results 3n-hsw"
5183   algorithm: "file_test_results"
5184   output-file-ext: ".rst"
5185   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5186   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"
5187   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5188   data: "vpp-mrr-results-3n-hsw"
5189   filter: "'MRR'"
5190   parameters:
5191   - "name"
5192   - "doc"
5193   - "level"
5194   - "parent"
5195   data-start-level: 3
5196
5197 # VPP MRR Results 3n-skx
5198 -
5199   type: "file"
5200   title: "VPP MRR Results 3n-skx"
5201   algorithm: "file_test_results"
5202   output-file-ext: ".rst"
5203   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5204   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"
5205   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5206   data: "vpp-mrr-results-3n-skx"
5207   filter: "'MRR'"
5208   parameters:
5209   - "name"
5210   - "doc"
5211   - "level"
5212   - "parent"
5213   data-start-level: 3
5214
5215 # VPP MRR Results 2n-skx
5216 -
5217   type: "file"
5218   title: "VPP MRR Results 2n-skx"
5219   algorithm: "file_test_results"
5220   output-file-ext: ".rst"
5221   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5222   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"
5223   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5224   data: "vpp-mrr-results-2n-skx"
5225   filter: "all"
5226   parameters:
5227   - "name"
5228   - "doc"
5229   - "level"
5230   - "parent"
5231   data-start-level: 3
5232
5233 # VPP MRR Results 2n-dnv
5234 -
5235   type: "file"
5236   title: "VPP MRR Results 2n-dnv"
5237   algorithm: "file_test_results"
5238   output-file-ext: ".rst"
5239   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5240   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"
5241   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5242   data: "intel-dnv-vpp"
5243   filter: "'MRR'"
5244   parameters:
5245   - "name"
5246   - "doc"
5247   - "level"
5248   - "parent"
5249   data-start-level: 3
5250
5251 # VPP MRR Configuration 3n-hsw
5252 -
5253   type: "file"
5254   title: "VPP MRR Configuration 3n-hsw"
5255   algorithm: "file_test_results"
5256   output-file-ext: ".rst"
5257   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5258   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"
5259   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5260   data: "vpp-mrr-results-3n-hsw"
5261   filter: "'MRR'"
5262   parameters:
5263   - "name"
5264   - "doc"
5265   - "level"
5266   - "parent"
5267   data-start-level: 3
5268
5269 # VPP MRR Configuration 3n-skx
5270 -
5271   type: "file"
5272   title: "VPP MRR Configuration 3n-skx"
5273   algorithm: "file_test_results"
5274   output-file-ext: ".rst"
5275   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5276   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"
5277   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5278   data: "vpp-mrr-results-3n-skx"
5279   filter: "'MRR'"
5280   parameters:
5281   - "name"
5282   - "doc"
5283   - "level"
5284   - "parent"
5285   data-start-level: 3
5286
5287 # VPP MRR Configuration 2n-skx
5288 -
5289   type: "file"
5290   title: "VPP MRR Configuration 2n-skx"
5291   algorithm: "file_test_results"
5292   output-file-ext: ".rst"
5293   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5294   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5295   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5296   data: "vpp-mrr-results-2n-skx"
5297   filter: "'MRR'"
5298   parameters:
5299   - "name"
5300   - "doc"
5301   - "level"
5302   - "parent"
5303   data-start-level: 3
5304
5305 # VPP MRR Configuration 2n-dnv
5306 -
5307   type: "file"
5308   title: "VPP MRR Configuration 2n-dnv"
5309   algorithm: "file_test_results"
5310   output-file-ext: ".rst"
5311   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5312   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"
5313   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5314   data: "intel-dnv-vpp"
5315   filter: "'MRR'"
5316   parameters:
5317   - "name"
5318   - "doc"
5319   - "level"
5320   - "parent"
5321   data-start-level: 3
5322
5323 # VPP Functional Results - Ubuntu
5324 -
5325   type: "file"
5326   title: "VPP Functional Results - Ubuntu"
5327   algorithm: "file_test_results"
5328   output-file-ext: ".rst"
5329   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5330   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"
5331   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5332   data: "vpp-func-results-ubuntu"
5333   filter: "all"
5334   parameters:
5335   - "name"
5336   - "doc"
5337   - "level"
5338   - "parent"
5339   data-start-level: 3
5340
5341 # VPP Functional Results - CentOS
5342 -
5343   type: "file"
5344   title: "VPP Functional Results - CentOS"
5345   algorithm: "file_test_results"
5346   output-file-ext: ".rst"
5347   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5348   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"
5349   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5350   data:
5351     "vpp-func-results-centos"
5352   filter: "all"
5353   parameters:
5354   - "name"
5355   - "doc"
5356   - "level"
5357   - "parent"
5358   data-start-level: 3
5359
5360 # VPP Functional Configuration - Ubuntu
5361 -
5362   type: "file"
5363   title: "VPP Functional Configuration - Ubuntu"
5364   algorithm: "file_test_results"
5365   output-file-ext: ".rst"
5366   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5367   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"
5368   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5369   data: "vpp-func-results-ubuntu"
5370   filter: "all"
5371   parameters:
5372   - "name"
5373   - "doc"
5374   - "level"
5375   - "parent"
5376   data-start-level: 3
5377
5378 # VPP Functional Configuration - CentOS
5379 -
5380   type: "file"
5381   title: "VPP Functional Configuration - CentOS"
5382   algorithm: "file_test_results"
5383   output-file-ext: ".rst"
5384   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5385   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"
5386   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5387   data:
5388     "vpp-func-results-centos"
5389   filter: "all"
5390   parameters:
5391   - "name"
5392   - "doc"
5393   - "level"
5394   - "parent"
5395   data-start-level: 3
5396
5397 # VPP Device Results - Ubuntu
5398 -
5399   type: "file"
5400   title: "VPP Device Results - Ubuntu"
5401   algorithm: "file_test_results"
5402   output-file-ext: ".rst"
5403   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5404   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"
5405   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5406   data: "vpp-device-results-ubuntu"
5407   filter: "all"
5408   parameters:
5409   - "name"
5410   - "doc"
5411   - "level"
5412   - "parent"
5413   data-start-level: 2
5414
5415 # VPP Device Configuration - Ubuntu
5416 -
5417   type: "file"
5418   title: "VPP Device Configuration - Ubuntu"
5419   algorithm: "file_test_results"
5420   output-file-ext: ".rst"
5421   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5422   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"
5423   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5424   data: "vpp-device-results-ubuntu"
5425   filter: "all"
5426   parameters:
5427   - "name"
5428   - "doc"
5429   - "level"
5430   - "parent"
5431   data-start-level: 2
5432
5433 # Container Orchestrated Performance Results 3n-hsw
5434 -
5435   type: "file"
5436   title: "Container Orchestrated Performance Results 3n-hsw"
5437   algorithm: "file_test_results"
5438   output-file-ext: ".rst"
5439   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5440   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"
5441   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5442   data: "ligato-perf-results-3n-hsw"
5443   filter: "all"
5444   parameters:
5445   - "name"
5446   - "doc"
5447   - "level"
5448   - "parent"
5449   data-start-level: 3
5450
5451 # DPDK Performance Results 3n-hsw
5452 -
5453   type: "file"
5454   title: "DPDK Performance Results 3n-hsw"
5455   algorithm: "file_test_results"
5456   output-file-ext: ".rst"
5457   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5458   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"
5459   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5460   data: "dpdk-perf-results-3n-hsw"
5461   filter: "all"
5462   parameters:
5463   - "name"
5464   - "doc"
5465   - "level"
5466   - "parent"
5467   data-start-level: 3
5468
5469 # DPDK Performance Results 3n-skx
5470 -
5471   type: "file"
5472   title: "DPDK Performance Results 3n-skx"
5473   algorithm: "file_test_results"
5474   output-file-ext: ".rst"
5475   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5476   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"
5477   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5478   data: "dpdk-perf-results-3n-skx"
5479   filter: "all"
5480   parameters:
5481   - "name"
5482   - "doc"
5483   - "level"
5484   - "parent"
5485   data-start-level: 3
5486
5487 # DPDK Performance Results 2n-skx
5488 -
5489   type: "file"
5490   title: "DPDK Performance Results 2n-skx"
5491   algorithm: "file_test_results"
5492   output-file-ext: ".rst"
5493   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5494   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"
5495   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5496   data: "dpdk-perf-results-2n-skx"
5497   filter: "all"
5498   parameters:
5499   - "name"
5500   - "doc"
5501   - "level"
5502   - "parent"
5503   data-start-level: 3
5504
5505 # Honeycomb Functional Results
5506 -
5507   type: "file"
5508   title: "Honeycomb Functional Results"
5509   algorithm: "file_test_results"
5510   output-file-ext: ".rst"
5511   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5512   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"
5513   dir-tables: "{DIR[DTR,FUNC,HC]}"
5514   data:
5515     "hc-func-results"
5516   filter: "all"
5517   parameters:
5518   - "name"
5519   - "doc"
5520   - "level"
5521   - "parent"
5522   data-start-level: 3
5523
5524 # NSH SFC Functional Results
5525 -
5526   type: "file"
5527   title: "NSH SFC Functional Results"
5528   algorithm: "file_test_results"
5529   output-file-ext: ".rst"
5530   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5531   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"
5532   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5533   data:
5534     "nsh-func-results"
5535   filter: "all"
5536   parameters:
5537   - "name"
5538   - "doc"
5539   - "level"
5540   - "parent"
5541   data-start-level: 3
5542
5543 # DMM Functional Results
5544 -
5545   type: "file"
5546   title: "DMM Functional Results"
5547   algorithm: "file_test_results"
5548   output-file-ext: ".rst"
5549   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5550   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"
5551   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5552   data:
5553     "dmm-func-results"
5554   filter: "all"
5555   parameters:
5556   - "name"
5557   - "doc"
5558   - "level"
5559   - "parent"
5560   data-start-level: 3
5561
5562 ################################################################################
5563 ###                                P L O T S                                 ###
5564 ################################################################################
5565
5566 # Soak test - 30min Soak Test (PLRsearch), boxes
5567 -
5568   type: "plot"
5569   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5570   algorithm: "plot_soak_boxes"
5571   output-file-type: ".html"
5572   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5573   data: "plot-vpp-soak-2n-skx"
5574   filter: "'SOAK'"
5575   parameters:
5576   - "throughput"
5577   - "parent"
5578   - "tags"
5579   sort:
5580   - "L2PATCH"
5581   - "L2XCBASE"
5582   - "L2BDMACLRN"
5583   - "IP4FWD"
5584   - "IP6FWD"
5585   - "VHOST"
5586   layout:
5587     title: "30min Soak Test (PLRsearch)"
5588     layout: "plot-soak-throughput"
5589
5590 # Soak test - example, not used
5591 -
5592   type: "plot"
5593   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5594   algorithm: "plot_soak_bars"
5595   output-file-type: ".html"
5596   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5597   data: "plot-vpp-soak-2n-skx"
5598   filter: "'SOAK'"
5599   parameters:
5600   - "throughput"
5601   - "parent"
5602   - "tags"
5603   sort:
5604   - "L2PATCH"
5605   - "L2XCBASE"
5606   - "L2BDMACLRN"
5607   - "IP4FWD"
5608   - "IP6FWD"
5609   - "VHOST"
5610   layout:
5611     title: "30min Soak Test (PLRsearch)"
5612     layout: "plot-soak-throughput"
5613
5614 ################################################################################
5615 # Plots - NF Density - VSC
5616
5617 -
5618   type: "plot"
5619   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5620   algorithm: "plot_service_density_heatmap"
5621   output-file-type: ".html"
5622   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5623   data: "plot-vpp-nfv-2n-skx-mrr"
5624   filter: "'NIC_Intel-X710' and
5625            'NF_DENSITY' and
5626            'VM' and
5627            'CHAIN' and
5628            '64B' and
5629            '2T1C' and
5630            'MRR'"
5631   parameters:
5632   - "result"
5633   - "name"
5634   - "tags"
5635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5636   x-axis: "X = VNFs per Service Chain"
5637   y-axis: "Y = Number of Service Chains"
5638   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5639   layout:
5640     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5641     layout: "plot-service-density"
5642
5643 -
5644   type: "plot"
5645   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5646   algorithm: "plot_service_density_heatmap"
5647   output-file-type: ".html"
5648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5649   data: "plot-vpp-nfv-2n-skx-mrr"
5650   filter: "'NIC_Intel-X710' and
5651            'NF_DENSITY' and
5652            'VM' and
5653            'CHAIN' and
5654            '64B' and
5655            '4T2C' and
5656            'MRR'"
5657   parameters:
5658   - "result"
5659   - "name"
5660   - "tags"
5661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5662   x-axis: "X = VNFs per Service Chain"
5663   y-axis: "Y = Number of Service Chains"
5664   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5665   layout:
5666     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5667     layout: "plot-service-density"
5668
5669 -
5670   type: "plot"
5671   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5672   algorithm: "plot_service_density_heatmap"
5673   output-file-type: ".html"
5674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5675   data: "plot-vpp-nfv-2n-skx-mrr"
5676   filter: "'NIC_Intel-X710' and
5677            'NF_DENSITY' and
5678            'VM' and
5679            'CHAIN' and
5680            'IMIX' and
5681            '2T1C' and
5682            'MRR'"
5683   parameters:
5684   - "result"
5685   - "name"
5686   - "tags"
5687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5688   x-axis: "X = VNFs per Service Chain"
5689   y-axis: "Y = Number of Service Chains"
5690   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5691   layout:
5692     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5693     layout: "plot-service-density"
5694
5695 -
5696   type: "plot"
5697   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5698   algorithm: "plot_service_density_heatmap"
5699   output-file-type: ".html"
5700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5701   data: "plot-vpp-nfv-2n-skx-mrr"
5702   filter: "'NIC_Intel-X710' and
5703            'NF_DENSITY' and
5704            'VM' and
5705            'CHAIN' and
5706            'IMIX' and
5707            '4T2C' and
5708            'MRR'"
5709   parameters:
5710   - "result"
5711   - "name"
5712   - "tags"
5713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5714   x-axis: "X = VNFs per Service Chain"
5715   y-axis: "Y = Number of Service Chains"
5716   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5717   layout:
5718     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5719     layout: "plot-service-density"
5720
5721 -
5722   type: "plot"
5723   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5724   algorithm: "plot_service_density_heatmap"
5725   output-file-type: ".html"
5726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5727   data: "plot-vpp-nfv-2n-skx"
5728   filter: "'NIC_Intel-X710' and
5729            'NF_DENSITY' and
5730            'VM' and
5731            'CHAIN' and
5732            '64B' and
5733            '2T1C' and
5734            'NDRPDR'"
5735   parameters:
5736   - "throughput"
5737   - "name"
5738   - "tags"
5739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5740   x-axis: "X = VNFs per Service Chain"
5741   y-axis: "Y = Number of Service Chains"
5742   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5743   layout:
5744     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5745     layout: "plot-service-density"
5746
5747 -
5748   type: "plot"
5749   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5750   algorithm: "plot_service_density_heatmap"
5751   output-file-type: ".html"
5752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5753   data: "plot-vpp-nfv-2n-skx"
5754   filter: "'NIC_Intel-X710' and
5755            'NF_DENSITY' and
5756            'VM' and
5757            'CHAIN' and
5758            '64B' and
5759            '4T2C' and
5760            'NDRPDR'"
5761   parameters:
5762   - "throughput"
5763   - "name"
5764   - "tags"
5765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5766   x-axis: "X = VNFs per Service Chain"
5767   y-axis: "Y = Number of Service Chains"
5768   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5769   layout:
5770     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5771     layout: "plot-service-density"
5772
5773 -
5774   type: "plot"
5775   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5776   algorithm: "plot_service_density_heatmap"
5777   output-file-type: ".html"
5778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5779   data: "plot-vpp-nfv-2n-skx"
5780   filter: "'NIC_Intel-X710' and
5781            'NF_DENSITY' and
5782            'VM' and
5783            'CHAIN' and
5784            'IMIX' and
5785            '2T1C' and
5786            'NDRPDR'"
5787   parameters:
5788   - "throughput"
5789   - "name"
5790   - "tags"
5791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5792   x-axis: "X = VNFs per Service Chain"
5793   y-axis: "Y = Number of Service Chains"
5794   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5795   layout:
5796     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5797     layout: "plot-service-density"
5798
5799 -
5800   type: "plot"
5801   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5802   algorithm: "plot_service_density_heatmap"
5803   output-file-type: ".html"
5804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5805   data: "plot-vpp-nfv-2n-skx"
5806   filter: "'NIC_Intel-X710' and
5807            'NF_DENSITY' and
5808            'VM' and
5809            'CHAIN' and
5810            'IMIX' and
5811            '4T2C' and
5812            'NDRPDR'"
5813   parameters:
5814   - "throughput"
5815   - "name"
5816   - "tags"
5817   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5818   x-axis: "X = VNFs per Service Chain"
5819   y-axis: "Y = Number of Service Chains"
5820   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5821   layout:
5822     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5823     layout: "plot-service-density"
5824
5825 -
5826   type: "plot"
5827   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5828   algorithm: "plot_service_density_heatmap"
5829   output-file-type: ".html"
5830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5831   data: "plot-vpp-nfv-2n-skx"
5832   filter: "'NIC_Intel-X710' and
5833            'NF_DENSITY' and
5834            'VM' and
5835            'CHAIN' and
5836            '64B' and
5837            '2T1C' and
5838            'NDRPDR'"
5839   parameters:
5840   - "throughput"
5841   - "name"
5842   - "tags"
5843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5844   x-axis: "X = VNFs per Service Chain"
5845   y-axis: "Y = Number of Service Chains"
5846   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5847   layout:
5848     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5849     layout: "plot-service-density"
5850
5851 -
5852   type: "plot"
5853   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5854   algorithm: "plot_service_density_heatmap"
5855   output-file-type: ".html"
5856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5857   data: "plot-vpp-nfv-2n-skx"
5858   filter: "'NIC_Intel-X710' and
5859            'NF_DENSITY' and
5860            'VM' and
5861            'CHAIN' and
5862            '64B' and
5863            '4T2C' and
5864            'NDRPDR'"
5865   parameters:
5866   - "throughput"
5867   - "name"
5868   - "tags"
5869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5870   x-axis: "X = VNFs per Service Chain"
5871   y-axis: "Y = Number of Service Chains"
5872   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5873   layout:
5874     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5875     layout: "plot-service-density"
5876
5877 -
5878   type: "plot"
5879   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5880   algorithm: "plot_service_density_heatmap"
5881   output-file-type: ".html"
5882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5883   data: "plot-vpp-nfv-2n-skx"
5884   filter: "'NIC_Intel-X710' and
5885            'NF_DENSITY' and
5886            'VM' and
5887            'CHAIN' and
5888            'IMIX' and
5889            '2T1C' and
5890            'NDRPDR'"
5891   parameters:
5892   - "throughput"
5893   - "name"
5894   - "tags"
5895   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5896   x-axis: "X = VNFs per Service Chain"
5897   y-axis: "Y = Number of Service Chains"
5898   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5899   layout:
5900     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5901     layout: "plot-service-density"
5902
5903 -
5904   type: "plot"
5905   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5906   algorithm: "plot_service_density_heatmap"
5907   output-file-type: ".html"
5908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5909   data: "plot-vpp-nfv-2n-skx"
5910   filter: "'NIC_Intel-X710' and
5911            'NF_DENSITY' and
5912            'VM' and
5913            'CHAIN' and
5914            'IMIX' and
5915            '4T2C' and
5916            'NDRPDR'"
5917   parameters:
5918   - "throughput"
5919   - "name"
5920   - "tags"
5921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5922   x-axis: "X = VNFs per Service Chain"
5923   y-axis: "Y = Number of Service Chains"
5924   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5925   layout:
5926     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5927     layout: "plot-service-density"
5928
5929 ################################################################################
5930 # Plots - NF Density - CSC
5931
5932 -
5933   type: "plot"
5934   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5935   algorithm: "plot_service_density_heatmap"
5936   output-file-type: ".html"
5937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5938   data: "plot-vpp-nfv-2n-skx-mrr"
5939   filter: "'NIC_Intel-X710' and
5940            'NF_DENSITY' and
5941            'DOCKER' and
5942            'CHAIN' and
5943            '64B' and
5944            '2T1C' and
5945            'MRR'"
5946   parameters:
5947   - "result"
5948   - "name"
5949   - "tags"
5950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5951   x-axis: "X = CNFs per Service Chain"
5952   y-axis: "Y = Number of Service Chains"
5953   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5954   layout:
5955     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5956     layout: "plot-service-density"
5957
5958 -
5959   type: "plot"
5960   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5961   algorithm: "plot_service_density_heatmap"
5962   output-file-type: ".html"
5963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5964   data: "plot-vpp-nfv-2n-skx-mrr"
5965   filter: "'NIC_Intel-X710' and
5966            'NF_DENSITY' and
5967            'DOCKER' and
5968            'CHAIN' and
5969            '64B' and
5970            '4T2C' and
5971            'MRR'"
5972   parameters:
5973   - "result"
5974   - "name"
5975   - "tags"
5976   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5977   x-axis: "X = CNFs per Service Chain"
5978   y-axis: "Y = Number of Service Chains"
5979   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5980   layout:
5981     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5982     layout: "plot-service-density"
5983
5984 -
5985   type: "plot"
5986   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5987   algorithm: "plot_service_density_heatmap"
5988   output-file-type: ".html"
5989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5990   data: "plot-vpp-nfv-2n-skx-mrr"
5991   filter: "'NIC_Intel-X710' and
5992            'NF_DENSITY' and
5993            'DOCKER' and
5994            'CHAIN' and
5995            'IMIX' and
5996            '2T1C' and
5997            'MRR'"
5998   parameters:
5999   - "result"
6000   - "name"
6001   - "tags"
6002   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6003   x-axis: "X = CNFs per Service Chain"
6004   y-axis: "Y = Number of Service Chains"
6005   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6006   layout:
6007     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6008     layout: "plot-service-density"
6009
6010 -
6011   type: "plot"
6012   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
6013   algorithm: "plot_service_density_heatmap"
6014   output-file-type: ".html"
6015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
6016   data: "plot-vpp-nfv-2n-skx-mrr"
6017   filter: "'NIC_Intel-X710' and
6018            'NF_DENSITY' and
6019            'DOCKER' and
6020            'CHAIN' and
6021            'IMIX' and
6022            '4T2C' and
6023            'MRR'"
6024   parameters:
6025   - "result"
6026   - "name"
6027   - "tags"
6028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6029   x-axis: "X = CNFs per Service Chain"
6030   y-axis: "Y = Number of Service Chains"
6031   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6032   layout:
6033     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6034     layout: "plot-service-density"
6035
6036 -
6037   type: "plot"
6038   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6039   algorithm: "plot_service_density_heatmap"
6040   output-file-type: ".html"
6041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
6042   data: "plot-vpp-nfv-2n-skx"
6043   filter: "'NIC_Intel-X710' and
6044            'NF_DENSITY' and
6045            'DOCKER' and
6046            'CHAIN' and
6047            '64B' and
6048            '2T1C' and
6049            'NDRPDR'"
6050   parameters:
6051   - "throughput"
6052   - "name"
6053   - "tags"
6054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6055   x-axis: "X = CNFs per Service Chain"
6056   y-axis: "Y = Number of Service Chains"
6057   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6058   layout:
6059     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6060     layout: "plot-service-density"
6061
6062 -
6063   type: "plot"
6064   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6065   algorithm: "plot_service_density_heatmap"
6066   output-file-type: ".html"
6067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
6068   data: "plot-vpp-nfv-2n-skx"
6069   filter: "'NIC_Intel-X710' and
6070            'NF_DENSITY' and
6071            'DOCKER' and
6072            'CHAIN' and
6073            '64B' and
6074            '4T2C' and
6075            'NDRPDR'"
6076   parameters:
6077   - "throughput"
6078   - "name"
6079   - "tags"
6080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6081   x-axis: "X = CNFs per Service Chain"
6082   y-axis: "Y = Number of Service Chains"
6083   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6084   layout:
6085     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6086     layout: "plot-service-density"
6087
6088 -
6089   type: "plot"
6090   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6091   algorithm: "plot_service_density_heatmap"
6092   output-file-type: ".html"
6093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
6094   data: "plot-vpp-nfv-2n-skx"
6095   filter: "'NIC_Intel-X710' and
6096            'NF_DENSITY' and
6097            'DOCKER' and
6098            'CHAIN' and
6099            'IMIX' and
6100            '2T1C' and
6101            'NDRPDR'"
6102   parameters:
6103   - "throughput"
6104   - "name"
6105   - "tags"
6106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6107   x-axis: "X = CNFs per Service Chain"
6108   y-axis: "Y = Number of Service Chains"
6109   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6110   layout:
6111     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6112     layout: "plot-service-density"
6113
6114 -
6115   type: "plot"
6116   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6117   algorithm: "plot_service_density_heatmap"
6118   output-file-type: ".html"
6119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
6120   data: "plot-vpp-nfv-2n-skx"
6121   filter: "'NIC_Intel-X710' and
6122            'NF_DENSITY' and
6123            'DOCKER' and
6124            'CHAIN' and
6125            'IMIX' and
6126            '4T2C' and
6127            'NDRPDR'"
6128   parameters:
6129   - "throughput"
6130   - "name"
6131   - "tags"
6132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6133   x-axis: "X = CNFs per Service Chain"
6134   y-axis: "Y = Number of Service Chains"
6135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6136   layout:
6137     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6138     layout: "plot-service-density"
6139
6140 -
6141   type: "plot"
6142   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6143   algorithm: "plot_service_density_heatmap"
6144   output-file-type: ".html"
6145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
6146   data: "plot-vpp-nfv-2n-skx"
6147   filter: "'NIC_Intel-X710' and
6148            'NF_DENSITY' and
6149            'DOCKER' and
6150            'CHAIN' and
6151            '64B' and
6152            '2T1C' and
6153            'NDRPDR'"
6154   parameters:
6155   - "throughput"
6156   - "name"
6157   - "tags"
6158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6159   x-axis: "X = CNFs per Service Chain"
6160   y-axis: "Y = Number of Service Chains"
6161   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6162   layout:
6163     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6164     layout: "plot-service-density"
6165
6166 -
6167   type: "plot"
6168   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6169   algorithm: "plot_service_density_heatmap"
6170   output-file-type: ".html"
6171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
6172   data: "plot-vpp-nfv-2n-skx"
6173   filter: "'NIC_Intel-X710' and
6174            'NF_DENSITY' and
6175            'DOCKER' and
6176            'CHAIN' and
6177            '64B' and
6178            '4T2C' and
6179            'NDRPDR'"
6180   parameters:
6181   - "throughput"
6182   - "name"
6183   - "tags"
6184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6185   x-axis: "X = CNFs per Service Chain"
6186   y-axis: "Y = Number of Service Chains"
6187   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6188   layout:
6189     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6190     layout: "plot-service-density"
6191
6192 -
6193   type: "plot"
6194   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6195   algorithm: "plot_service_density_heatmap"
6196   output-file-type: ".html"
6197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
6198   data: "plot-vpp-nfv-2n-skx"
6199   filter: "'NIC_Intel-X710' and
6200            'NF_DENSITY' and
6201            'DOCKER' and
6202            'CHAIN' and
6203            'IMIX' and
6204            '2T1C' and
6205            'NDRPDR'"
6206   parameters:
6207   - "throughput"
6208   - "name"
6209   - "tags"
6210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6211   x-axis: "X = CNFs per Service Chain"
6212   y-axis: "Y = Number of Service Chains"
6213   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6214   layout:
6215     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6216     layout: "plot-service-density"
6217
6218 -
6219   type: "plot"
6220   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6221   algorithm: "plot_service_density_heatmap"
6222   output-file-type: ".html"
6223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
6224   data: "plot-vpp-nfv-2n-skx"
6225   filter: "'NIC_Intel-X710' and
6226            'NF_DENSITY' and
6227            'DOCKER' and
6228            'CHAIN' and
6229            'IMIX' and
6230            '4T2C' and
6231            'NDRPDR'"
6232   parameters:
6233   - "throughput"
6234   - "name"
6235   - "tags"
6236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6237   x-axis: "X = CNFs per Service Chain"
6238   y-axis: "Y = Number of Service Chains"
6239   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6240   layout:
6241     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6242     layout: "plot-service-density"
6243
6244 ################################################################################
6245 # Plots - NF Density - CSP
6246
6247 -
6248   type: "plot"
6249   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6250   algorithm: "plot_service_density_heatmap"
6251   output-file-type: ".html"
6252   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
6253   data: "plot-vpp-nfv-2n-skx-mrr"
6254   filter: "'NIC_Intel-X710' and
6255            'NF_DENSITY' and
6256            'DOCKER' and
6257            'PIPELINE' and
6258            '64B' and
6259            '2T1C' and
6260            'MRR'"
6261   parameters:
6262   - "result"
6263   - "name"
6264   - "tags"
6265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6266   x-axis: "X = CNFs per Service Pipeline"
6267   y-axis: "Y = Number of Service Pipelines"
6268   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6269   layout:
6270     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6271     layout: "plot-service-density"
6272
6273 -
6274   type: "plot"
6275   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6276   algorithm: "plot_service_density_heatmap"
6277   output-file-type: ".html"
6278   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
6279   data: "plot-vpp-nfv-2n-skx-mrr"
6280   filter: "'NIC_Intel-X710' and
6281            'NF_DENSITY' and
6282            'DOCKER' and
6283            'PIPELINE' and
6284            '64B' and
6285            '4T2C' and
6286            'MRR'"
6287   parameters:
6288   - "result"
6289   - "name"
6290   - "tags"
6291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6292   x-axis: "X = CNFs per Service Pipeline"
6293   y-axis: "Y = Number of Service Pipelines"
6294   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6295   layout:
6296     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6297     layout: "plot-service-density"
6298
6299 -
6300   type: "plot"
6301   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6302   algorithm: "plot_service_density_heatmap"
6303   output-file-type: ".html"
6304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
6305   data: "plot-vpp-nfv-2n-skx-mrr"
6306   filter: "'NIC_Intel-X710' and
6307            'NF_DENSITY' and
6308            'DOCKER' and
6309            'PIPELINE' and
6310            'IMIX' and
6311            '2T1C' and
6312            'MRR'"
6313   parameters:
6314   - "result"
6315   - "name"
6316   - "tags"
6317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6318   x-axis: "X = CNFs per Service Pipeline"
6319   y-axis: "Y = Number of Service Pipelines"
6320   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6321   layout:
6322     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6323     layout: "plot-service-density"
6324
6325 -
6326   type: "plot"
6327   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6328   algorithm: "plot_service_density_heatmap"
6329   output-file-type: ".html"
6330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
6331   data: "plot-vpp-nfv-2n-skx-mrr"
6332   filter: "'NIC_Intel-X710' and
6333            'NF_DENSITY' and
6334            'DOCKER' and
6335            'PIPELINE' and
6336            'IMIX' and
6337            '4T2C' and
6338            'MRR'"
6339   parameters:
6340   - "result"
6341   - "name"
6342   - "tags"
6343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6344   x-axis: "X = CNFs per Service Pipeline"
6345   y-axis: "Y = Number of Service Pipelines"
6346   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6347   layout:
6348     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6349     layout: "plot-service-density"
6350
6351 -
6352   type: "plot"
6353   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6354   algorithm: "plot_service_density_heatmap"
6355   output-file-type: ".html"
6356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6357   data: "plot-vpp-nfv-2n-skx"
6358   filter: "'NIC_Intel-X710' and
6359            'NF_DENSITY' and
6360            'DOCKER' and
6361            'PIPELINE' and
6362            '64B' and
6363            '2T1C' and
6364            'NDRPDR'"
6365   parameters:
6366   - "throughput"
6367   - "name"
6368   - "tags"
6369   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6370   x-axis: "X = CNFs per Service Pipeline"
6371   y-axis: "Y = Number of Service Pipelines"
6372   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6373   layout:
6374     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6375     layout: "plot-service-density"
6376
6377 -
6378   type: "plot"
6379   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6380   algorithm: "plot_service_density_heatmap"
6381   output-file-type: ".html"
6382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6383   data: "plot-vpp-nfv-2n-skx"
6384   filter: "'NIC_Intel-X710' and
6385            'NF_DENSITY' and
6386            'DOCKER' and
6387            'PIPELINE' and
6388            '64B' and
6389            '4T2C' and
6390            'NDRPDR'"
6391   parameters:
6392   - "throughput"
6393   - "name"
6394   - "tags"
6395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6396   x-axis: "X = CNFs per Service Pipeline"
6397   y-axis: "Y = Number of Service Pipelines"
6398   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6399   layout:
6400     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6401     layout: "plot-service-density"
6402
6403 -
6404   type: "plot"
6405   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6406   algorithm: "plot_service_density_heatmap"
6407   output-file-type: ".html"
6408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6409   data: "plot-vpp-nfv-2n-skx"
6410   filter: "'NIC_Intel-X710' and
6411            'NF_DENSITY' and
6412            'DOCKER' and
6413            'PIPELINE' and
6414            'IMIX' and
6415            '2T1C' and
6416            'NDRPDR'"
6417   parameters:
6418   - "throughput"
6419   - "name"
6420   - "tags"
6421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6422   x-axis: "X = CNFs per Service Pipeline"
6423   y-axis: "Y = Number of Service Pipelines"
6424   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6425   layout:
6426     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6427     layout: "plot-service-density"
6428
6429 -
6430   type: "plot"
6431   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6432   algorithm: "plot_service_density_heatmap"
6433   output-file-type: ".html"
6434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6435   data: "plot-vpp-nfv-2n-skx"
6436   filter: "'NIC_Intel-X710' and
6437            'NF_DENSITY' and
6438            'DOCKER' and
6439            'PIPELINE' and
6440            'IMIX' and
6441            '4T2C' and
6442            'NDRPDR'"
6443   parameters:
6444   - "throughput"
6445   - "name"
6446   - "tags"
6447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6448   x-axis: "X = CNFs per Service Pipeline"
6449   y-axis: "Y = Number of Service Pipelines"
6450   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6451   layout:
6452     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6453     layout: "plot-service-density"
6454
6455 -
6456   type: "plot"
6457   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6458   algorithm: "plot_service_density_heatmap"
6459   output-file-type: ".html"
6460   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6461   data: "plot-vpp-nfv-2n-skx"
6462   filter: "'NIC_Intel-X710' and
6463            'NF_DENSITY' and
6464            'DOCKER' and
6465            'PIPELINE' and
6466            '64B' and
6467            '2T1C' and
6468            'NDRPDR'"
6469   parameters:
6470   - "throughput"
6471   - "name"
6472   - "tags"
6473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6474   x-axis: "X = CNFs per Service Pipeline"
6475   y-axis: "Y = Number of Service Pipelines"
6476   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6477   layout:
6478     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6479     layout: "plot-service-density"
6480
6481 -
6482   type: "plot"
6483   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6484   algorithm: "plot_service_density_heatmap"
6485   output-file-type: ".html"
6486   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6487   data: "plot-vpp-nfv-2n-skx"
6488   filter: "'NIC_Intel-X710' and
6489            'NF_DENSITY' and
6490            'DOCKER' and
6491            'PIPELINE' and
6492            '64B' and
6493            '4T2C' and
6494            'NDRPDR'"
6495   parameters:
6496   - "throughput"
6497   - "name"
6498   - "tags"
6499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6500   x-axis: "X = CNFs per Service Pipeline"
6501   y-axis: "Y = Number of Service Pipelines"
6502   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6503   layout:
6504     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6505     layout: "plot-service-density"
6506
6507 -
6508   type: "plot"
6509   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6510   algorithm: "plot_service_density_heatmap"
6511   output-file-type: ".html"
6512   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6513   data: "plot-vpp-nfv-2n-skx"
6514   filter: "'NIC_Intel-X710' and
6515            'NF_DENSITY' and
6516            'DOCKER' and
6517            'PIPELINE' and
6518            'IMIX' and
6519            '2T1C' and
6520            'NDRPDR'"
6521   parameters:
6522   - "throughput"
6523   - "name"
6524   - "tags"
6525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6526   x-axis: "X = CNFs per Service Pipeline"
6527   y-axis: "Y = Number of Service Pipelines"
6528   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6529   layout:
6530     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6531     layout: "plot-service-density"
6532
6533 -
6534   type: "plot"
6535   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6536   algorithm: "plot_service_density_heatmap"
6537   output-file-type: ".html"
6538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6539   data: "plot-vpp-nfv-2n-skx"
6540   filter: "'NIC_Intel-X710' and
6541            'NF_DENSITY' and
6542            'DOCKER' and
6543            'PIPELINE' and
6544            'IMIX' and
6545            '4T2C' and
6546            'NDRPDR'"
6547   parameters:
6548   - "throughput"
6549   - "name"
6550   - "tags"
6551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6552   x-axis: "X = CNFs per Service Pipeline"
6553   y-axis: "Y = Number of Service Pipelines"
6554   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6555   layout:
6556     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6557     layout: "plot-service-density"
6558
6559 ################################################################################
6560 # Plots VPP HTTP Server Performance
6561 -
6562   type: "plot"
6563   title: "VPP HTTP Server Performance"
6564   algorithm: "plot_http_server_performance_box"
6565   output-file-type: ".html"
6566   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6567   data:
6568     "plot-vpp-http-server-performance"
6569   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6570   # each tag is enclosed with ' (apostrophe).
6571   filter: "'HTTP' and 'TCP_CPS'"
6572   parameters:
6573   - "result"
6574   - "name"
6575   traces:
6576     hoverinfo: "x+y"
6577     boxpoints: "outliers"
6578     whiskerwidth: 0
6579   layout:
6580     title: "VPP HTTP Server Performance"
6581     layout:
6582       "plot-cps"
6583
6584 -
6585   type: "plot"
6586   title: "VPP HTTP Server Performance"
6587   algorithm: "plot_http_server_performance_box"
6588   output-file-type: ".html"
6589   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6590   data:
6591     "plot-vpp-http-server-performance"
6592   filter: "'HTTP' and 'TCP_RPS'"
6593   parameters:
6594   - "result"
6595   - "name"
6596   traces:
6597     hoverinfo: "x+y"
6598     boxpoints: "outliers"
6599     whiskerwidth: 0
6600   layout:
6601     title: "VPP HTTP Server Performance"
6602     layout:
6603       "plot-rps"
6604
6605 ################################################################################
6606
6607 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6608 -
6609   type: "plot"
6610   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6611   algorithm: "plot_performance_box"
6612   output-file-type: ".html"
6613   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6614   data: "plot-vpp-throughput-latency-3n-hsw"
6615   filter: "'NIC_Intel-X520-DA2' and
6616            '64B' and
6617            ('BASE' or 'SCALE') and
6618            'NDRPDR' and
6619            'ETH' and
6620            '1T1C' and
6621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6622            not 'VHOST' and
6623            not 'MEMIF'"
6624   parameters:
6625   - "throughput"
6626   - "parent"
6627   - "tags"
6628   sort:
6629   - "L2PATCH"
6630   - "L2XCBASE"
6631   - "BASE"
6632   - "FIB_10K"
6633   - "FIB_100K"
6634   - "FIB_1M"
6635   traces:
6636     hoverinfo: "x+y"
6637     boxpoints: "outliers"
6638     whiskerwidth: 0
6639   layout:
6640     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6641     layout: "plot-throughput"
6642
6643 -
6644   type: "plot"
6645   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6646   algorithm: "plot_performance_box"
6647   output-file-type: ".html"
6648   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6649   data: "plot-vpp-throughput-latency-3n-hsw"
6650   filter: "'NIC_Intel-X520-DA2' and
6651            '64B' and
6652            ('BASE' or 'SCALE') and
6653            'NDRPDR' and
6654            'ETH' and
6655            '1T1C' and
6656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6657            not 'VHOST' and
6658            not 'MEMIF'"
6659   parameters:
6660   - "throughput"
6661   - "parent"
6662   - "tags"
6663   sort:
6664   - "L2PATCH"
6665   - "L2XCBASE"
6666   - "BASE"
6667   - "FIB_10K"
6668   - "FIB_100K"
6669   - "FIB_1M"
6670   traces:
6671     hoverinfo: "x+y"
6672     boxpoints: "outliers"
6673     whiskerwidth: 0
6674   layout:
6675     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6676     layout: "plot-throughput"
6677
6678 -
6679   type: "plot"
6680   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6681   algorithm: "plot_performance_box"
6682   output-file-type: ".html"
6683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6684   data: "plot-vpp-throughput-latency-3n-hsw"
6685   filter: "'NIC_Intel-X520-DA2' and
6686            '64B' and
6687            ('BASE' or 'SCALE') and
6688            'NDRPDR' and
6689            'ETH' and
6690            '2T2C' and
6691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6692            not 'VHOST' and
6693            not 'MEMIF'"
6694   parameters:
6695   - "throughput"
6696   - "parent"
6697   - "tags"
6698   sort:
6699   - "L2PATCH"
6700   - "L2XCBASE"
6701   - "BASE"
6702   - "FIB_10K"
6703   - "FIB_100K"
6704   - "FIB_1M"
6705   traces:
6706     hoverinfo: "x+y"
6707     boxpoints: "outliers"
6708     whiskerwidth: 0
6709   layout:
6710     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6711     layout: "plot-throughput"
6712
6713 -
6714   type: "plot"
6715   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6716   algorithm: "plot_performance_box"
6717   output-file-type: ".html"
6718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6719   data: "plot-vpp-throughput-latency-3n-hsw"
6720   filter: "'NIC_Intel-X520-DA2' and
6721            '64B' and
6722            ('BASE' or 'SCALE') and
6723            'NDRPDR' and
6724            'ETH' and
6725            '2T2C' and
6726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6727            not 'VHOST' and
6728            not 'MEMIF'"
6729   parameters:
6730   - "throughput"
6731   - "parent"
6732   - "tags"
6733   sort:
6734   - "L2PATCH"
6735   - "L2XCBASE"
6736   - "BASE"
6737   - "FIB_10K"
6738   - "FIB_100K"
6739   - "FIB_1M"
6740   traces:
6741     hoverinfo: "x+y"
6742     boxpoints: "outliers"
6743     whiskerwidth: 0
6744   layout:
6745     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6746     layout: "plot-throughput"
6747
6748 # Packet Throughput - VPP L2 3n-hsw-x520 features
6749 -
6750   type: "plot"
6751   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6752   algorithm: "plot_performance_box"
6753   output-file-type: ".html"
6754   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6755   data: "plot-vpp-throughput-latency-3n-hsw"
6756   filter: "'NIC_Intel-X520-DA2' and
6757            '64B' and
6758            'NDRPDR' and
6759            '1T1C' and
6760            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6761            not 'ACL' and
6762            not 'VHOST' and
6763            not 'MEMIF'"
6764   parameters:
6765   - "throughput"
6766   - "parent"
6767   - "tags"
6768   sort:
6769   - "L2XCBASE"    # l2xcbase
6770   - "L2BDBASE"    # l2bdbase
6771   - "L2XCFWD"     # dot1q-l2xcbase
6772   - "L2BDMACLRN"  # dot1q-l2bdbase
6773   traces:
6774     hoverinfo: "x+y"
6775     boxpoints: "outliers"
6776     whiskerwidth: 0
6777   layout:
6778     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6779     layout: "plot-throughput"
6780
6781 -
6782   type: "plot"
6783   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6784   algorithm: "plot_performance_box"
6785   output-file-type: ".html"
6786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6787   data: "plot-vpp-throughput-latency-3n-hsw"
6788   filter: "'NIC_Intel-X520-DA2' and
6789            '64B' and
6790            'NDRPDR' and
6791            '1T1C' and
6792            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6793            not 'ACL' and
6794            not 'VHOST' and
6795            not 'MEMIF'"
6796   parameters:
6797   - "throughput"
6798   - "parent"
6799   - "tags"
6800   sort:
6801   - "L2XCBASE"    # l2xcbase
6802   - "L2BDBASE"    # l2bdbase
6803   - "L2XCFWD"     # dot1q-l2xcbase
6804   - "L2BDMACLRN"  # dot1q-l2bdbase
6805   traces:
6806     hoverinfo: "x+y"
6807     boxpoints: "outliers"
6808     whiskerwidth: 0
6809   layout:
6810     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6811     layout: "plot-throughput"
6812
6813 -
6814   type: "plot"
6815   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6816   algorithm: "plot_performance_box"
6817   output-file-type: ".html"
6818   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6819   data: "plot-vpp-throughput-latency-3n-hsw"
6820   filter: "'NIC_Intel-X520-DA2' and
6821            '64B' and
6822            'NDRPDR' and
6823            '2T2C' and
6824            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6825            not 'ACL' and
6826            not 'VHOST' and
6827            not 'MEMIF'"
6828   parameters:
6829   - "throughput"
6830   - "parent"
6831   - "tags"
6832   sort:
6833   - "L2XCBASE"    # l2xcbase
6834   - "L2BDBASE"    # l2bdbase
6835   - "L2XCFWD"     # dot1q-l2xcbase
6836   - "L2BDMACLRN"  # dot1q-l2bdbase
6837   traces:
6838     hoverinfo: "x+y"
6839     boxpoints: "outliers"
6840     whiskerwidth: 0
6841   layout:
6842     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6843     layout: "plot-throughput"
6844
6845 -
6846   type: "plot"
6847   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6848   algorithm: "plot_performance_box"
6849   output-file-type: ".html"
6850   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6851   data: "plot-vpp-throughput-latency-3n-hsw"
6852   filter: "'NIC_Intel-X520-DA2' and
6853            '64B' and
6854            'NDRPDR' and
6855            '2T2C' and
6856            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6857            not 'ACL' and
6858            not 'VHOST' and
6859            not 'MEMIF'"
6860   parameters:
6861   - "throughput"
6862   - "parent"
6863   - "tags"
6864   sort:
6865   - "L2XCBASE"    # l2xcbase
6866   - "L2BDBASE"    # l2bdbase
6867   - "L2XCFWD"     # dot1q-l2xcbase
6868   - "L2BDMACLRN"  # dot1q-l2bdbase
6869   traces:
6870     hoverinfo: "x+y"
6871     boxpoints: "outliers"
6872     whiskerwidth: 0
6873   layout:
6874     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6875     layout: "plot-throughput"
6876
6877 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6878 -
6879   type: "plot"
6880   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6881   algorithm: "plot_performance_box"
6882   output-file-type: ".html"
6883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6884   data: "plot-vpp-throughput-latency-3n-hsw"
6885   filter: "'NIC_Intel-X710' and
6886            '64B' and
6887            ('BASE' or 'SCALE') and
6888            'NDRPDR' and
6889            'ETH' and
6890            '1T1C' and
6891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6892            not 'VHOST' and
6893            not 'MEMIF'"
6894   parameters:
6895   - "throughput"
6896   - "parent"
6897   - "tags"
6898   sort:
6899   - "L2XCFWD"
6900   - "L2PATCH"
6901   - "L2BDMACLRN"
6902   - "FIB_10K"
6903   - "FIB_100K"
6904   - "FIB_1M"
6905   traces:
6906     hoverinfo: "x+y"
6907     boxpoints: "outliers"
6908     whiskerwidth: 0
6909   layout:
6910     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6911     layout: "plot-throughput"
6912
6913 -
6914   type: "plot"
6915   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6916   algorithm: "plot_performance_box"
6917   output-file-type: ".html"
6918   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6919   data: "plot-vpp-throughput-latency-3n-hsw"
6920   filter: "'NIC_Intel-X710' and
6921            '64B' and
6922            ('BASE' or 'SCALE') and
6923            'NDRPDR' and
6924            'ETH' and
6925            '1T1C' and
6926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6927            not 'VHOST' and
6928            not 'MEMIF'"
6929   parameters:
6930   - "throughput"
6931   - "parent"
6932   - "tags"
6933   sort:
6934   - "L2XCFWD"
6935   - "L2PATCH"
6936   - "L2BDMACLRN"
6937   - "FIB_10K"
6938   - "FIB_100K"
6939   - "FIB_1M"
6940   traces:
6941     hoverinfo: "x+y"
6942     boxpoints: "outliers"
6943     whiskerwidth: 0
6944   layout:
6945     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6946     layout: "plot-throughput"
6947
6948 -
6949   type: "plot"
6950   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6951   algorithm: "plot_performance_box"
6952   output-file-type: ".html"
6953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6954   data: "plot-vpp-throughput-latency-3n-hsw"
6955   filter: "'NIC_Intel-X710' and
6956            '64B' and
6957            ('BASE' or 'SCALE') and
6958            'NDRPDR' and
6959            'ETH' and
6960            '2T2C' and
6961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6962            not 'VHOST' and
6963            not 'MEMIF'"
6964   parameters:
6965   - "throughput"
6966   - "parent"
6967   - "tags"
6968   sort:
6969   - "L2XCFWD"
6970   - "L2PATCH"
6971   - "L2BDMACLRN"
6972   - "FIB_10K"
6973   - "FIB_100K"
6974   - "FIB_1M"
6975   traces:
6976     hoverinfo: "x+y"
6977     boxpoints: "outliers"
6978     whiskerwidth: 0
6979   layout:
6980     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6981     layout: "plot-throughput"
6982
6983 -
6984   type: "plot"
6985   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6986   algorithm: "plot_performance_box"
6987   output-file-type: ".html"
6988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6989   data: "plot-vpp-throughput-latency-3n-hsw"
6990   filter: "'NIC_Intel-X710' and
6991            '64B' and
6992            ('BASE' or 'SCALE') and
6993            'NDRPDR' and
6994            'ETH' and
6995            '2T2C' and
6996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6997            not 'VHOST' and
6998            not 'MEMIF'"
6999   parameters:
7000   - "throughput"
7001   - "parent"
7002   - "tags"
7003   sort:
7004   - "L2XCFWD"
7005   - "L2PATCH"
7006   - "L2BDMACLRN"
7007   - "FIB_10K"
7008   - "FIB_100K"
7009   - "FIB_1M"
7010   traces:
7011     hoverinfo: "x+y"
7012     boxpoints: "outliers"
7013     whiskerwidth: 0
7014   layout:
7015     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7016     layout: "plot-throughput"
7017
7018 # Packet Throughput - VPP L2 3n-hsw-x710 features
7019 -
7020   type: "plot"
7021   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7022   algorithm: "plot_performance_box"
7023   output-file-type: ".html"
7024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7025   data: "plot-vpp-throughput-latency-3n-hsw"
7026   filter: "'NIC_Intel-X710' and
7027            '64B' and
7028            'NDRPDR' and
7029            '1T1C' and
7030            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7031            not 'ACL' and
7032            not 'VHOST' and
7033            not 'MEMIF'"
7034   parameters:
7035   - "throughput"
7036   - "parent"
7037   - "tags"
7038   sort:
7039   - "L2XCBASE"    # l2xcbase
7040   - "L2BDBASE"    # l2bdbase
7041   - "L2XCFWD"     # dot1q-l2xcbase
7042   - "L2BDMACLRN"  # dot1q-l2bdbase
7043   traces:
7044     hoverinfo: "x+y"
7045     boxpoints: "outliers"
7046     whiskerwidth: 0
7047   layout:
7048     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7049     layout: "plot-throughput"
7050
7051 -
7052   type: "plot"
7053   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7054   algorithm: "plot_performance_box"
7055   output-file-type: ".html"
7056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7057   data: "plot-vpp-throughput-latency-3n-hsw"
7058   filter: "'NIC_Intel-X710' and
7059            '64B' and
7060            'NDRPDR' and
7061            '1T1C' and
7062            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7063            not 'ACL' and
7064            not 'VHOST' and
7065            not 'MEMIF'"
7066   parameters:
7067   - "throughput"
7068   - "parent"
7069   - "tags"
7070   sort:
7071   - "L2XCBASE"    # l2xcbase
7072   - "L2BDBASE"    # l2bdbase
7073   - "L2XCFWD"     # dot1q-l2xcbase
7074   - "L2BDMACLRN"  # dot1q-l2bdbase
7075   traces:
7076     hoverinfo: "x+y"
7077     boxpoints: "outliers"
7078     whiskerwidth: 0
7079   layout:
7080     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7081     layout: "plot-throughput"
7082
7083 -
7084   type: "plot"
7085   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7086   algorithm: "plot_performance_box"
7087   output-file-type: ".html"
7088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7089   data: "plot-vpp-throughput-latency-3n-hsw"
7090   filter: "'NIC_Intel-X710' and
7091            '64B' and
7092            'NDRPDR' and
7093            '2T2C' and
7094            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7095            not 'ACL' and
7096            not 'VHOST' and
7097            not 'MEMIF'"
7098   parameters:
7099   - "throughput"
7100   - "parent"
7101   - "tags"
7102   sort:
7103   - "L2XCBASE"    # l2xcbase
7104   - "L2BDBASE"    # l2bdbase
7105   - "L2XCFWD"     # dot1q-l2xcbase
7106   - "L2BDMACLRN"  # dot1q-l2bdbase
7107   traces:
7108     hoverinfo: "x+y"
7109     boxpoints: "outliers"
7110     whiskerwidth: 0
7111   layout:
7112     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7113     layout: "plot-throughput"
7114
7115 -
7116   type: "plot"
7117   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7118   algorithm: "plot_performance_box"
7119   output-file-type: ".html"
7120   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7121   data: "plot-vpp-throughput-latency-3n-hsw"
7122   filter: "'NIC_Intel-X710' and
7123            '64B' and
7124            'NDRPDR' and
7125            '2T2C' and
7126            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7127            not 'ACL' and
7128            not 'VHOST' and
7129            not 'MEMIF'"
7130   parameters:
7131   - "throughput"
7132   - "parent"
7133   - "tags"
7134   sort:
7135   - "L2XCBASE"    # l2xcbase
7136   - "L2BDBASE"    # l2bdbase
7137   - "L2XCFWD"     # dot1q-l2xcbase
7138   - "L2BDMACLRN"  # dot1q-l2bdbase
7139   traces:
7140     hoverinfo: "x+y"
7141     boxpoints: "outliers"
7142     whiskerwidth: 0
7143   layout:
7144     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7145     layout: "plot-throughput"
7146
7147 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7148 -
7149   type: "plot"
7150   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7151   algorithm: "plot_performance_box"
7152   output-file-type: ".html"
7153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7154   data: "plot-vpp-throughput-latency-3n-hsw"
7155   filter: "'NIC_Intel-XL710' and
7156            '64B' and
7157            ('BASE' or 'SCALE') and
7158            'NDRPDR' and
7159            'ETH' and
7160            '1T1C' and
7161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7162            not 'VHOST' and
7163            not 'MEMIF'"
7164   parameters:
7165   - "throughput"
7166   - "parent"
7167   - "tags"
7168   sort:
7169   - "L2PATCH"
7170   - "L2XCBASE"
7171   - "BASE"
7172   - "FIB_10K"
7173   - "FIB_100K"
7174   - "FIB_1M"
7175   traces:
7176     hoverinfo: "x+y"
7177     boxpoints: "outliers"
7178     whiskerwidth: 0
7179   layout:
7180     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7181     layout: "plot-throughput"
7182
7183 -
7184   type: "plot"
7185   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7186   algorithm: "plot_performance_box"
7187   output-file-type: ".html"
7188   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7189   data: "plot-vpp-throughput-latency-3n-hsw"
7190   filter: "'NIC_Intel-XL710' and
7191            '64B' and
7192            ('BASE' or 'SCALE') and
7193            'NDRPDR' and
7194            'ETH' and
7195            '1T1C' and
7196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7197            not 'VHOST' and
7198            not 'MEMIF'"
7199   parameters:
7200   - "throughput"
7201   - "parent"
7202   - "tags"
7203   sort:
7204   - "L2PATCH"
7205   - "L2XCBASE"
7206   - "BASE"
7207   - "FIB_10K"
7208   - "FIB_100K"
7209   - "FIB_1M"
7210   traces:
7211     hoverinfo: "x+y"
7212     boxpoints: "outliers"
7213     whiskerwidth: 0
7214   layout:
7215     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7216     layout: "plot-throughput"
7217
7218 -
7219   type: "plot"
7220   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7221   algorithm: "plot_performance_box"
7222   output-file-type: ".html"
7223   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7224   data: "plot-vpp-throughput-latency-3n-hsw"
7225   filter: "'NIC_Intel-XL710' and
7226            '64B' and
7227            ('BASE' or 'SCALE') and
7228            'NDRPDR' and
7229            'ETH' and
7230            '2T2C' and
7231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7232            not 'VHOST' and
7233            not 'MEMIF'"
7234   parameters:
7235   - "throughput"
7236   - "parent"
7237   - "tags"
7238   sort:
7239   - "L2PATCH"
7240   - "L2XCBASE"
7241   - "BASE"
7242   - "FIB_10K"
7243   - "FIB_100K"
7244   - "FIB_1M"
7245   traces:
7246     hoverinfo: "x+y"
7247     boxpoints: "outliers"
7248     whiskerwidth: 0
7249   layout:
7250     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7251     layout: "plot-throughput"
7252
7253 -
7254   type: "plot"
7255   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7256   algorithm: "plot_performance_box"
7257   output-file-type: ".html"
7258   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7259   data: "plot-vpp-throughput-latency-3n-hsw"
7260   filter: "'NIC_Intel-XL710' and
7261            '64B' and
7262            ('BASE' or 'SCALE') and
7263            'NDRPDR' and
7264            'ETH' and
7265            '2T2C' and
7266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7267            not 'VHOST' and
7268            not 'MEMIF'"
7269   parameters:
7270   - "throughput"
7271   - "parent"
7272   - "tags"
7273   sort:
7274   - "L2PATCH"
7275   - "L2XCBASE"
7276   - "BASE"
7277   - "FIB_10K"
7278   - "FIB_100K"
7279   - "FIB_1M"
7280   traces:
7281     hoverinfo: "x+y"
7282     boxpoints: "outliers"
7283     whiskerwidth: 0
7284   layout:
7285     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7286     layout: "plot-throughput"
7287
7288 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7289 -
7290   type: "plot"
7291   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7292   algorithm: "plot_performance_box"
7293   output-file-type: ".html"
7294   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7295   data: "plot-vpp-throughput-latency-3n-skx"
7296   filter: "'NIC_Intel-X710' and
7297            '64B' and
7298            ('BASE' or 'SCALE') and
7299            'NDRPDR' and
7300            'ETH' and
7301            '2T1C' and
7302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7303            not 'VHOST' and
7304            not 'MEMIF' and
7305            not 'DRV_AVF'"
7306   parameters:
7307   - "throughput"
7308   - "parent"
7309   - "tags"
7310   sort:
7311   - "L2PATCH"
7312   - "L2XCBASE"
7313   - "BASE"
7314   - "FIB_10K"
7315   - "FIB_100K"
7316   - "FIB_1M"
7317   traces:
7318     hoverinfo: "x+y"
7319     boxpoints: "outliers"
7320     whiskerwidth: 0
7321   layout:
7322     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7323     layout: "plot-throughput"
7324
7325 -
7326   type: "plot"
7327   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7328   algorithm: "plot_performance_box"
7329   output-file-type: ".html"
7330   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7331   data: "plot-vpp-throughput-latency-3n-skx"
7332   filter: "'NIC_Intel-X710' and
7333            '64B' and
7334            ('BASE' or 'SCALE') and
7335            'NDRPDR' and
7336            'ETH' and
7337            '2T1C' and
7338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7339            not 'VHOST' and
7340            not 'MEMIF' and
7341            not 'DRV_AVF'"
7342   parameters:
7343   - "throughput"
7344   - "parent"
7345   - "tags"
7346   sort:
7347   - "L2PATCH"
7348   - "L2XCBASE"
7349   - "BASE"
7350   - "FIB_10K"
7351   - "FIB_100K"
7352   - "FIB_1M"
7353   traces:
7354     hoverinfo: "x+y"
7355     boxpoints: "outliers"
7356     whiskerwidth: 0
7357   layout:
7358     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7359     layout: "plot-throughput"
7360
7361 -
7362   type: "plot"
7363   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7364   algorithm: "plot_performance_box"
7365   output-file-type: ".html"
7366   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7367   data: "plot-vpp-throughput-latency-3n-skx"
7368   filter: "'NIC_Intel-X710' and
7369            '64B' and
7370            ('BASE' or 'SCALE') and
7371            'NDRPDR' and
7372            'ETH' and
7373            '4T2C' and
7374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7375            not 'VHOST' and
7376            not 'MEMIF' and
7377            not 'DRV_AVF'"
7378   parameters:
7379   - "throughput"
7380   - "parent"
7381   - "tags"
7382   sort:
7383   - "L2PATCH"
7384   - "L2XCBASE"
7385   - "BASE"
7386   - "FIB_10K"
7387   - "FIB_100K"
7388   - "FIB_1M"
7389   traces:
7390     hoverinfo: "x+y"
7391     boxpoints: "outliers"
7392     whiskerwidth: 0
7393   layout:
7394     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7395     layout: "plot-throughput"
7396
7397 -
7398   type: "plot"
7399   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7400   algorithm: "plot_performance_box"
7401   output-file-type: ".html"
7402   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7403   data: "plot-vpp-throughput-latency-3n-skx"
7404   filter: "'NIC_Intel-X710' and
7405            '64B' and
7406            ('BASE' or 'SCALE') and
7407            'NDRPDR' and
7408            'ETH' and
7409            '4T2C' and
7410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7411            not 'VHOST' and
7412            not 'MEMIF' and
7413            not 'DRV_AVF'"
7414   parameters:
7415   - "throughput"
7416   - "parent"
7417   - "tags"
7418   sort:
7419   - "L2PATCH"
7420   - "L2XCBASE"
7421   - "BASE"
7422   - "FIB_10K"
7423   - "FIB_100K"
7424   - "FIB_1M"
7425   traces:
7426     hoverinfo: "x+y"
7427     boxpoints: "outliers"
7428     whiskerwidth: 0
7429   layout:
7430     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7431     layout: "plot-throughput"
7432
7433 # Packet Throughput - VPP L2 3n-skx-x710 features
7434 -
7435   type: "plot"
7436   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7437   algorithm: "plot_performance_box"
7438   output-file-type: ".html"
7439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7440   data: "plot-vpp-throughput-latency-3n-skx"
7441   filter: "'NIC_Intel-X710' and
7442            '64B' and
7443            'NDRPDR' and
7444            '2T1C' and
7445            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7446            not 'ACL' and
7447            not 'VHOST' and
7448            not 'MEMIF'"
7449   parameters:
7450   - "throughput"
7451   - "parent"
7452   - "tags"
7453   sort:
7454   - "L2XCBASE"    # l2xcbase
7455   - "L2BDBASE"    # l2bdbase
7456   - "L2XCFWD"     # dot1q-l2xcbase
7457   - "L2BDMACLRN"  # dot1q-l2bdbase
7458   traces:
7459     hoverinfo: "x+y"
7460     boxpoints: "outliers"
7461     whiskerwidth: 0
7462   layout:
7463     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7464     layout: "plot-throughput"
7465
7466 -
7467   type: "plot"
7468   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7469   algorithm: "plot_performance_box"
7470   output-file-type: ".html"
7471   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7472   data: "plot-vpp-throughput-latency-3n-skx"
7473   filter: "'NIC_Intel-X710' and
7474            '64B' and
7475            'NDRPDR' and
7476            '2T1C' and
7477            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7478            not 'ACL' and
7479            not 'VHOST' and
7480            not 'MEMIF'"
7481   parameters:
7482   - "throughput"
7483   - "parent"
7484   - "tags"
7485   sort:
7486   - "L2XCBASE"    # l2xcbase
7487   - "L2BDBASE"    # l2bdbase
7488   - "L2XCFWD"     # dot1q-l2xcbase
7489   - "L2BDMACLRN"  # dot1q-l2bdbase
7490   traces:
7491     hoverinfo: "x+y"
7492     boxpoints: "outliers"
7493     whiskerwidth: 0
7494   layout:
7495     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7496     layout: "plot-throughput"
7497
7498 -
7499   type: "plot"
7500   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7501   algorithm: "plot_performance_box"
7502   output-file-type: ".html"
7503   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7504   data: "plot-vpp-throughput-latency-3n-skx"
7505   filter: "'NIC_Intel-X710' and
7506            '64B' and
7507            'NDRPDR' and
7508            '4T2C' and
7509            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7510            not 'ACL' and
7511            not 'VHOST' and
7512            not 'MEMIF'"
7513   parameters:
7514   - "throughput"
7515   - "parent"
7516   - "tags"
7517   sort:
7518   - "L2XCBASE"    # l2xcbase
7519   - "L2BDBASE"    # l2bdbase
7520   - "L2XCFWD"     # dot1q-l2xcbase
7521   - "L2BDMACLRN"  # dot1q-l2bdbase
7522   traces:
7523     hoverinfo: "x+y"
7524     boxpoints: "outliers"
7525     whiskerwidth: 0
7526   layout:
7527     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7528     layout: "plot-throughput"
7529
7530 -
7531   type: "plot"
7532   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7533   algorithm: "plot_performance_box"
7534   output-file-type: ".html"
7535   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7536   data: "plot-vpp-throughput-latency-3n-skx"
7537   filter: "'NIC_Intel-X710' and
7538            '64B' and
7539            'NDRPDR' and
7540            '4T2C' and
7541            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7542            not 'ACL' and
7543            not 'VHOST' and
7544            not 'MEMIF'"
7545   parameters:
7546   - "throughput"
7547   - "parent"
7548   - "tags"
7549   sort:
7550   - "L2XCBASE"    # l2xcbase
7551   - "L2BDBASE"    # l2bdbase
7552   - "L2XCFWD"     # dot1q-l2xcbase
7553   - "L2BDMACLRN"  # dot1q-l2bdbase
7554   traces:
7555     hoverinfo: "x+y"
7556     boxpoints: "outliers"
7557     whiskerwidth: 0
7558   layout:
7559     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7560     layout: "plot-throughput"
7561
7562 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
7563 -
7564   type: "plot"
7565   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7566   algorithm: "plot_performance_box"
7567   output-file-type: ".html"
7568   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7569   data: "plot-vpp-throughput-latency-3n-skx"
7570   filter: "'NIC_Intel-XXV710' and
7571            '64B' and
7572            ('BASE' or 'SCALE') and
7573            'NDRPDR' and
7574            'ETH' and
7575            '2T1C' and
7576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7577            not 'VHOST' and
7578            not 'MEMIF' and
7579            not 'DRV_AVF'"
7580   parameters:
7581   - "throughput"
7582   - "parent"
7583   - "tags"
7584   sort:
7585   - "L2PATCH"
7586   - "L2XCBASE"
7587   - "BASE"
7588   - "FIB_10K"
7589   - "FIB_100K"
7590   - "FIB_1M"
7591   traces:
7592     hoverinfo: "x+y"
7593     boxpoints: "outliers"
7594     whiskerwidth: 0
7595   layout:
7596     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7597     layout: "plot-throughput"
7598
7599 -
7600   type: "plot"
7601   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7602   algorithm: "plot_performance_box"
7603   output-file-type: ".html"
7604   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7605   data: "plot-vpp-throughput-latency-3n-skx"
7606   filter: "'NIC_Intel-XXV710' and
7607            '64B' and
7608            ('BASE' or 'SCALE') and
7609            'NDRPDR' and
7610            'ETH' and
7611            '2T1C' and
7612            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7613            not 'VHOST' and
7614            not 'MEMIF' and
7615            not 'DRV_AVF'"
7616   parameters:
7617   - "throughput"
7618   - "parent"
7619   - "tags"
7620   sort:
7621   - "L2PATCH"
7622   - "L2XCBASE"
7623   - "BASE"
7624   - "FIB_10K"
7625   - "FIB_100K"
7626   - "FIB_1M"
7627   traces:
7628     hoverinfo: "x+y"
7629     boxpoints: "outliers"
7630     whiskerwidth: 0
7631   layout:
7632     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7633     layout: "plot-throughput"
7634
7635 -
7636   type: "plot"
7637   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7638   algorithm: "plot_performance_box"
7639   output-file-type: ".html"
7640   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7641   data: "plot-vpp-throughput-latency-3n-skx"
7642   filter: "'NIC_Intel-XXV710' and
7643            '64B' and
7644            ('BASE' or 'SCALE') and
7645            'NDRPDR' and
7646            'ETH' and
7647            '4T2C' and
7648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7649            not 'VHOST' and
7650            not 'MEMIF' and
7651            not 'DRV_AVF'"
7652   parameters:
7653   - "throughput"
7654   - "parent"
7655   - "tags"
7656   sort:
7657   - "L2PATCH"
7658   - "L2XCBASE"
7659   - "BASE"
7660   - "FIB_10K"
7661   - "FIB_100K"
7662   - "FIB_1M"
7663   traces:
7664     hoverinfo: "x+y"
7665     boxpoints: "outliers"
7666     whiskerwidth: 0
7667   layout:
7668     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7669     layout: "plot-throughput"
7670
7671 -
7672   type: "plot"
7673   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7674   algorithm: "plot_performance_box"
7675   output-file-type: ".html"
7676   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7677   data: "plot-vpp-throughput-latency-3n-skx"
7678   filter: "'NIC_Intel-XXV710' and
7679            '64B' and
7680            ('BASE' or 'SCALE') and
7681            'NDRPDR' and
7682            'ETH' and
7683            '4T2C' and
7684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7685            not 'VHOST' and
7686            not 'MEMIF' and
7687            not 'DRV_AVF'"
7688   parameters:
7689   - "throughput"
7690   - "parent"
7691   - "tags"
7692   sort:
7693   - "L2PATCH"
7694   - "L2XCBASE"
7695   - "BASE"
7696   - "FIB_10K"
7697   - "FIB_100K"
7698   - "FIB_1M"
7699   traces:
7700     hoverinfo: "x+y"
7701     boxpoints: "outliers"
7702     whiskerwidth: 0
7703   layout:
7704     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7705     layout: "plot-throughput"
7706
7707 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7708 -
7709   type: "plot"
7710   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7711   algorithm: "plot_performance_box"
7712   output-file-type: ".html"
7713   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7714   data: "plot-vpp-throughput-latency-2n-skx"
7715   filter: "'NIC_Intel-X710' and
7716            '64B' and
7717            ('BASE' or 'SCALE') and
7718            'NDRPDR' and
7719            'ETH' and
7720            '2T1C' and
7721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7722            not 'VHOST' and
7723            not 'MEMIF'"
7724   parameters:
7725   - "throughput"
7726   - "parent"
7727   - "tags"
7728   sort:
7729   - "L2PATCH"
7730   - "L2XCBASE"
7731   - "BASE"
7732   - "FIB_10K"
7733   - "FIB_100K"
7734   - "FIB_1M"
7735   traces:
7736     hoverinfo: "x+y"
7737     boxpoints: "outliers"
7738     whiskerwidth: 0
7739   layout:
7740     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7741     layout: "plot-throughput"
7742
7743 -
7744   type: "plot"
7745   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7746   algorithm: "plot_performance_box"
7747   output-file-type: ".html"
7748   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7749   data: "plot-vpp-throughput-latency-2n-skx"
7750   filter: "'NIC_Intel-X710' and
7751            '64B' and
7752            ('BASE' or 'SCALE') and
7753            'NDRPDR' and
7754            'ETH' and
7755            '2T1C' and
7756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7757            not 'VHOST' and
7758            not 'MEMIF'"
7759   parameters:
7760   - "throughput"
7761   - "parent"
7762   - "tags"
7763   sort:
7764   - "L2PATCH"
7765   - "L2XCBASE"
7766   - "BASE"
7767   - "FIB_10K"
7768   - "FIB_100K"
7769   - "FIB_1M"
7770   traces:
7771     hoverinfo: "x+y"
7772     boxpoints: "outliers"
7773     whiskerwidth: 0
7774   layout:
7775     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7776     layout: "plot-throughput"
7777
7778 -
7779   type: "plot"
7780   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7781   algorithm: "plot_performance_box"
7782   output-file-type: ".html"
7783   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7784   data: "plot-vpp-throughput-latency-2n-skx"
7785   filter: "'NIC_Intel-X710' and
7786            '64B' and
7787            ('BASE' or 'SCALE') and
7788            'NDRPDR' and
7789            'ETH' and
7790            '4T2C' and
7791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7792            not 'VHOST' and
7793            not 'MEMIF'"
7794   parameters:
7795   - "throughput"
7796   - "parent"
7797   - "tags"
7798   sort:
7799   - "L2PATCH"
7800   - "L2XCBASE"
7801   - "BASE"
7802   - "FIB_10K"
7803   - "FIB_100K"
7804   - "FIB_1M"
7805   traces:
7806     hoverinfo: "x+y"
7807     boxpoints: "outliers"
7808     whiskerwidth: 0
7809   layout:
7810     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7811     layout: "plot-throughput"
7812
7813 -
7814   type: "plot"
7815   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7816   algorithm: "plot_performance_box"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7819   data: "plot-vpp-throughput-latency-2n-skx"
7820   filter: "'NIC_Intel-X710' and
7821            '64B' and
7822            ('BASE' or 'SCALE') and
7823            'NDRPDR' and
7824            'ETH' and
7825            '4T2C' and
7826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7827            not 'VHOST' and
7828            not 'MEMIF'"
7829   parameters:
7830   - "throughput"
7831   - "parent"
7832   - "tags"
7833   sort:
7834   - "L2PATCH"
7835   - "L2XCBASE"
7836   - "BASE"
7837   - "FIB_10K"
7838   - "FIB_100K"
7839   - "FIB_1M"
7840   traces:
7841     hoverinfo: "x+y"
7842     boxpoints: "outliers"
7843     whiskerwidth: 0
7844   layout:
7845     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7846     layout: "plot-throughput"
7847
7848 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7849 -
7850   type: "plot"
7851   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7852   algorithm: "plot_performance_box"
7853   output-file-type: ".html"
7854   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7855   data: "plot-vpp-throughput-latency-2n-skx"
7856   filter: "'NIC_Intel-XXV710' and
7857            '64B' and
7858            ('BASE' or 'SCALE') and
7859            'NDRPDR' and
7860            'ETH' and
7861            '2T1C' and
7862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7863            not 'VHOST' and
7864            not 'MEMIF'"
7865   parameters:
7866   - "throughput"
7867   - "parent"
7868   - "tags"
7869   sort:
7870   - "L2PATCH"
7871   - "L2XCBASE"
7872   - "BASE"
7873   - "FIB_10K"
7874   - "FIB_100K"
7875   - "FIB_1M"
7876   traces:
7877     hoverinfo: "x+y"
7878     boxpoints: "outliers"
7879     whiskerwidth: 0
7880   layout:
7881     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7882     layout: "plot-throughput"
7883
7884 -
7885   type: "plot"
7886   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7887   algorithm: "plot_performance_box"
7888   output-file-type: ".html"
7889   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7890   data: "plot-vpp-throughput-latency-2n-skx"
7891   filter: "'NIC_Intel-XXV710' and
7892            '64B' and
7893            ('BASE' or 'SCALE') and
7894            'NDRPDR' and
7895            'ETH' and
7896            '2T1C' and
7897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7898            not 'VHOST' and
7899            not 'MEMIF'"
7900   parameters:
7901   - "throughput"
7902   - "parent"
7903   - "tags"
7904   sort:
7905   - "L2PATCH"
7906   - "L2XCBASE"
7907   - "BASE"
7908   - "FIB_10K"
7909   - "FIB_100K"
7910   - "FIB_1M"
7911   traces:
7912     hoverinfo: "x+y"
7913     boxpoints: "outliers"
7914     whiskerwidth: 0
7915   layout:
7916     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7917     layout: "plot-throughput"
7918
7919 -
7920   type: "plot"
7921   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7922   algorithm: "plot_performance_box"
7923   output-file-type: ".html"
7924   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7925   data: "plot-vpp-throughput-latency-2n-skx"
7926   filter: "'NIC_Intel-XXV710' and
7927            '64B' and
7928            ('BASE' or 'SCALE') and
7929            'NDRPDR' and
7930            'ETH' and
7931            '4T2C' and
7932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7933            not 'VHOST' and
7934            not 'MEMIF'"
7935   parameters:
7936   - "throughput"
7937   - "parent"
7938   - "tags"
7939   sort:
7940   - "L2PATCH"
7941   - "L2XCBASE"
7942   - "BASE"
7943   - "FIB_10K"
7944   - "FIB_100K"
7945   - "FIB_1M"
7946   traces:
7947     hoverinfo: "x+y"
7948     boxpoints: "outliers"
7949     whiskerwidth: 0
7950   layout:
7951     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7952     layout: "plot-throughput"
7953
7954 -
7955   type: "plot"
7956   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7957   algorithm: "plot_performance_box"
7958   output-file-type: ".html"
7959   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7960   data: "plot-vpp-throughput-latency-2n-skx"
7961   filter: "'NIC_Intel-XXV710' and
7962            '64B' and
7963            ('BASE' or 'SCALE') and
7964            'NDRPDR' and
7965            'ETH' and
7966            '4T2C' and
7967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7968            not 'VHOST' and
7969            not 'MEMIF'"
7970   parameters:
7971   - "throughput"
7972   - "parent"
7973   - "tags"
7974   sort:
7975   - "L2PATCH"
7976   - "L2XCBASE"
7977   - "BASE"
7978   - "FIB_10K"
7979   - "FIB_100K"
7980   - "FIB_1M"
7981   traces:
7982     hoverinfo: "x+y"
7983     boxpoints: "outliers"
7984     whiskerwidth: 0
7985   layout:
7986     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7987     layout: "plot-throughput"
7988
7989 # Packet Throughput - VPP L2 2n-dnv-x553 base
7990 -
7991   type: "plot"
7992   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7993   algorithm: "plot_performance_box"
7994   output-file-type: ".html"
7995   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7996   data: "intel-dnv-vpp"
7997   filter: "'NIC_Intel-X553' and
7998            '64B' and
7999            'BASE' and
8000            'NDRPDR' and
8001            'ETH' and
8002            '1T1C' and
8003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8004            not 'VHOST' and
8005            not 'MEMIF'"
8006   parameters:
8007   - "throughput"
8008   - "parent"
8009   - "tags"
8010   sort:
8011   - "L2XCBASE"
8012   - "L2BDMACLRN"
8013   - "L2PATCH"
8014   traces:
8015     hoverinfo: "x+y"
8016     boxpoints: "outliers"
8017     whiskerwidth: 0
8018   layout:
8019     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8020     layout: "plot-throughput"
8021
8022 -
8023   type: "plot"
8024   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8025   algorithm: "plot_performance_box"
8026   output-file-type: ".html"
8027   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8028   data: "intel-dnv-vpp"
8029   filter: "'NIC_Intel-X553' and
8030            '64B' and
8031            ('BASE' or 'SCALE') and
8032            'NDRPDR' and
8033            'ETH' and
8034            '1T1C' and
8035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8036            not 'VHOST' and
8037            not 'MEMIF'"
8038   parameters:
8039   - "throughput"
8040   - "parent"
8041   - "tags"
8042   sort:
8043   - "L2XCBASE"
8044   - "L2BDMACLRN"
8045   - "L2PATCH"
8046   traces:
8047     hoverinfo: "x+y"
8048     boxpoints: "outliers"
8049     whiskerwidth: 0
8050   layout:
8051     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8052     layout: "plot-throughput"
8053
8054 -
8055   type: "plot"
8056   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8057   algorithm: "plot_performance_box"
8058   output-file-type: ".html"
8059   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8060   data: "intel-dnv-vpp"
8061   filter: "'NIC_Intel-X553' and
8062            '64B' and
8063            ('BASE' or 'SCALE') and
8064            'NDRPDR' and
8065            'ETH' and
8066            '2T2C' and
8067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8068            not 'VHOST' and
8069            not 'MEMIF'"
8070   parameters:
8071   - "throughput"
8072   - "parent"
8073   - "tags"
8074   sort:
8075   - "L2XCBASE"
8076   - "L2BDMACLRN"
8077   - "L2PATCH"
8078   traces:
8079     hoverinfo: "x+y"
8080     boxpoints: "outliers"
8081     whiskerwidth: 0
8082   layout:
8083     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8084     layout: "plot-throughput"
8085
8086 -
8087   type: "plot"
8088   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8089   algorithm: "plot_performance_box"
8090   output-file-type: ".html"
8091   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8092   data: "intel-dnv-vpp"
8093   filter: "'NIC_Intel-X553' and
8094            '64B' and
8095            ('BASE' or 'SCALE') and
8096            'NDRPDR' and
8097            'ETH' and
8098            '2T2C' and
8099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8100            not 'VHOST' and
8101            not 'MEMIF'"
8102   parameters:
8103   - "throughput"
8104   - "parent"
8105   - "tags"
8106   sort:
8107   - "L2XCBASE"
8108   - "L2BDMACLRN"
8109   - "L2PATCH"
8110   traces:
8111     hoverinfo: "x+y"
8112     boxpoints: "outliers"
8113     whiskerwidth: 0
8114   layout:
8115     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8116     layout: "plot-throughput"
8117
8118 ################################################################################
8119
8120 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8121 -
8122   type: "plot"
8123   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8124   algorithm: "plot_performance_box"
8125   output-file-type: ".html"
8126   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8127   data: "plot-vpp-throughput-latency-3n-hsw"
8128   filter: "'NIC_Intel-X520-DA2' and
8129            '64B' and
8130            ('BASE' or 'SCALE') and
8131            'NDRPDR' and
8132            '1T1C' and
8133            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8134            not 'VHOST' and
8135            'MEMIF'"
8136   parameters:
8137   - "throughput"
8138   - "parent"
8139   - "tags"
8140   sort:
8141   - "L2XCFWD"
8142   - "L2XCFWD"
8143   - "L2XCFWD"
8144   - "L2BDMACLRN"
8145   - "L2BDMACLRN"
8146   - "L2BDMACLRN"
8147   traces:
8148     hoverinfo: "x+y"
8149     boxpoints: "outliers"
8150     whiskerwidth: 0
8151   layout:
8152     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8153     layout: "plot-throughput"
8154
8155 -
8156   type: "plot"
8157   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8158   algorithm: "plot_performance_box"
8159   output-file-type: ".html"
8160   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8161   data: "plot-vpp-throughput-latency-3n-hsw"
8162   filter: "'NIC_Intel-X520-DA2' and
8163            '64B' and
8164            ('BASE' or 'SCALE') and
8165            'NDRPDR' and
8166            '1T1C' and
8167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8168            not 'VHOST' and
8169            'MEMIF'"
8170   parameters:
8171   - "throughput"
8172   - "parent"
8173   - "tags"
8174   sort:
8175   - "L2XCFWD"
8176   - "L2XCFWD"
8177   - "L2XCFWD"
8178   - "L2BDMACLRN"
8179   - "L2BDMACLRN"
8180   - "L2BDMACLRN"
8181   traces:
8182     hoverinfo: "x+y"
8183     boxpoints: "outliers"
8184     whiskerwidth: 0
8185   layout:
8186     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8187     layout: "plot-throughput"
8188
8189 -
8190   type: "plot"
8191   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8192   algorithm: "plot_performance_box"
8193   output-file-type: ".html"
8194   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8195   data: "plot-vpp-throughput-latency-3n-hsw"
8196   filter: "'NIC_Intel-X520-DA2' and
8197            '64B' and
8198            ('BASE' or 'SCALE') and
8199            'NDRPDR' and
8200            '2T2C' and
8201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8202            not 'VHOST' and
8203            'MEMIF'"
8204   parameters:
8205   - "throughput"
8206   - "parent"
8207   - "tags"
8208   sort:
8209   - "L2XCFWD"
8210   - "L2XCFWD"
8211   - "L2XCFWD"
8212   - "L2BDMACLRN"
8213   - "L2BDMACLRN"
8214   - "L2BDMACLRN"
8215   traces:
8216     hoverinfo: "x+y"
8217     boxpoints: "outliers"
8218     whiskerwidth: 0
8219   layout:
8220     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8221     layout: "plot-throughput"
8222
8223 -
8224   type: "plot"
8225   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8226   algorithm: "plot_performance_box"
8227   output-file-type: ".html"
8228   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8229   data: "plot-vpp-throughput-latency-3n-hsw"
8230   filter: "'NIC_Intel-X520-DA2' and
8231            '64B' and
8232            ('BASE' or 'SCALE') and
8233            'NDRPDR' and
8234            '2T2C' and
8235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8236            not 'VHOST' and
8237            'MEMIF'"
8238   parameters:
8239   - "throughput"
8240   - "parent"
8241   - "tags"
8242   sort:
8243   - "L2XCFWD"
8244   - "L2XCFWD"
8245   - "L2XCFWD"
8246   - "L2BDMACLRN"
8247   - "L2BDMACLRN"
8248   - "L2BDMACLRN"
8249   traces:
8250     hoverinfo: "x+y"
8251     boxpoints: "outliers"
8252     whiskerwidth: 0
8253   layout:
8254     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8255     layout: "plot-throughput"
8256
8257 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8258 -
8259   type: "plot"
8260   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8261   algorithm: "plot_performance_box"
8262   output-file-type: ".html"
8263   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8264   data: "plot-vpp-throughput-latency-3n-hsw"
8265   filter: "'NIC_Intel-X710' and
8266            '64B' and
8267            ('BASE' or 'SCALE') and
8268            'NDRPDR' and
8269            '1T1C' and
8270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8271            not 'VHOST' and
8272            'MEMIF'"
8273   parameters:
8274   - "throughput"
8275   - "parent"
8276   - "tags"
8277   sort:
8278   - "L2XCFWD"
8279   - "L2XCFWD"
8280   - "L2XCFWD"
8281   - "L2BDMACLRN"
8282   - "L2BDMACLRN"
8283   - "L2BDMACLRN"
8284   traces:
8285     hoverinfo: "x+y"
8286     boxpoints: "outliers"
8287     whiskerwidth: 0
8288   layout:
8289     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8290     layout: "plot-throughput"
8291
8292 -
8293   type: "plot"
8294   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8295   algorithm: "plot_performance_box"
8296   output-file-type: ".html"
8297   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8298   data: "plot-vpp-throughput-latency-3n-hsw"
8299   filter: "'NIC_Intel-X710' and
8300            '64B' and
8301            ('BASE' or 'SCALE') and
8302            'NDRPDR' and
8303            '1T1C' and
8304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8305            not 'VHOST' and
8306            'MEMIF'"
8307   parameters:
8308   - "throughput"
8309   - "parent"
8310   - "tags"
8311   sort:
8312   - "L2XCFWD"
8313   - "L2XCFWD"
8314   - "L2XCFWD"
8315   - "L2BDMACLRN"
8316   - "L2BDMACLRN"
8317   - "L2BDMACLRN"
8318   traces:
8319     hoverinfo: "x+y"
8320     boxpoints: "outliers"
8321     whiskerwidth: 0
8322   layout:
8323     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8324     layout: "plot-throughput"
8325
8326 -
8327   type: "plot"
8328   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8329   algorithm: "plot_performance_box"
8330   output-file-type: ".html"
8331   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8332   data: "plot-vpp-throughput-latency-3n-hsw"
8333   filter: "'NIC_Intel-X710' and
8334            '64B' and
8335            ('BASE' or 'SCALE') and
8336            'NDRPDR' and
8337            '2T2C' and
8338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8339            not 'VHOST' and
8340            'MEMIF'"
8341   parameters:
8342   - "throughput"
8343   - "parent"
8344   - "tags"
8345   sort:
8346   - "L2XCFWD"
8347   - "L2XCFWD"
8348   - "L2XCFWD"
8349   - "L2BDMACLRN"
8350   - "L2BDMACLRN"
8351   - "L2BDMACLRN"
8352   traces:
8353     hoverinfo: "x+y"
8354     boxpoints: "outliers"
8355     whiskerwidth: 0
8356   layout:
8357     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8358     layout: "plot-throughput"
8359
8360 -
8361   type: "plot"
8362   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8363   algorithm: "plot_performance_box"
8364   output-file-type: ".html"
8365   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8366   data: "plot-vpp-throughput-latency-3n-hsw"
8367   filter: "'NIC_Intel-X710' and
8368            '64B' and
8369            ('BASE' or 'SCALE') and
8370            'NDRPDR' and
8371            '2T2C' and
8372            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8373            not 'VHOST' and
8374            'MEMIF'"
8375   parameters:
8376   - "throughput"
8377   - "parent"
8378   - "tags"
8379   sort:
8380   - "L2XCFWD"
8381   - "L2XCFWD"
8382   - "L2XCFWD"
8383   - "L2BDMACLRN"
8384   - "L2BDMACLRN"
8385   - "L2BDMACLRN"
8386   traces:
8387     hoverinfo: "x+y"
8388     boxpoints: "outliers"
8389     whiskerwidth: 0
8390   layout:
8391     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8392     layout: "plot-throughput"
8393
8394 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8395 -
8396   type: "plot"
8397   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8398   algorithm: "plot_performance_box"
8399   output-file-type: ".html"
8400   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8401   data: "plot-vpp-throughput-latency-3n-hsw"
8402   filter: "'NIC_Intel-XL710' and
8403            '64B' and
8404            ('BASE' or 'SCALE') and
8405            'NDRPDR' and
8406            '1T1C' and
8407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8408            not 'VHOST' and
8409            'MEMIF'"
8410   parameters:
8411   - "throughput"
8412   - "parent"
8413   - "tags"
8414   sort:
8415   - "L2XCFWD"
8416   - "L2XCFWD"
8417   - "L2XCFWD"
8418   - "L2BDMACLRN"
8419   - "L2BDMACLRN"
8420   - "L2BDMACLRN"
8421   traces:
8422     hoverinfo: "x+y"
8423     boxpoints: "outliers"
8424     whiskerwidth: 0
8425   layout:
8426     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8427     layout: "plot-throughput"
8428
8429 -
8430   type: "plot"
8431   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8432   algorithm: "plot_performance_box"
8433   output-file-type: ".html"
8434   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8435   data: "plot-vpp-throughput-latency-3n-hsw"
8436   filter: "'NIC_Intel-XL710' and
8437            '64B' and
8438            ('BASE' or 'SCALE') and
8439            'NDRPDR' and
8440            '1T1C' and
8441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8442            not 'VHOST' and
8443            'MEMIF'"
8444   parameters:
8445   - "throughput"
8446   - "parent"
8447   - "tags"
8448   sort:
8449   - "L2XCFWD"
8450   - "L2XCFWD"
8451   - "L2XCFWD"
8452   - "L2BDMACLRN"
8453   - "L2BDMACLRN"
8454   - "L2BDMACLRN"
8455   traces:
8456     hoverinfo: "x+y"
8457     boxpoints: "outliers"
8458     whiskerwidth: 0
8459   layout:
8460     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8461     layout: "plot-throughput"
8462
8463 -
8464   type: "plot"
8465   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8466   algorithm: "plot_performance_box"
8467   output-file-type: ".html"
8468   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8469   data: "plot-vpp-throughput-latency-3n-hsw"
8470   filter: "'NIC_Intel-XL710' and
8471            '64B' and
8472            ('BASE' or 'SCALE') and
8473            'NDRPDR' and
8474            '2T2C' and
8475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8476            not 'VHOST' and
8477            'MEMIF'"
8478   parameters:
8479   - "throughput"
8480   - "parent"
8481   - "tags"
8482   sort:
8483   - "L2XCFWD"
8484   - "L2XCFWD"
8485   - "L2XCFWD"
8486   - "L2BDMACLRN"
8487   - "L2BDMACLRN"
8488   - "L2BDMACLRN"
8489   traces:
8490     hoverinfo: "x+y"
8491     boxpoints: "outliers"
8492     whiskerwidth: 0
8493   layout:
8494     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8495     layout: "plot-throughput"
8496
8497 -
8498   type: "plot"
8499   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8500   algorithm: "plot_performance_box"
8501   output-file-type: ".html"
8502   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8503   data: "plot-vpp-throughput-latency-3n-hsw"
8504   filter: "'NIC_Intel-XL710' and
8505            '64B' and
8506            ('BASE' or 'SCALE') and
8507            'NDRPDR' and
8508            '2T2C' and
8509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8510            not 'VHOST' and
8511            'MEMIF'"
8512   parameters:
8513   - "throughput"
8514   - "parent"
8515   - "tags"
8516   sort:
8517   - "L2XCFWD"
8518   - "L2XCFWD"
8519   - "L2XCFWD"
8520   - "L2BDMACLRN"
8521   - "L2BDMACLRN"
8522   - "L2BDMACLRN"
8523   traces:
8524     hoverinfo: "x+y"
8525     boxpoints: "outliers"
8526     whiskerwidth: 0
8527   layout:
8528     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8529     layout: "plot-throughput"
8530
8531 # Packet Throughput - VPP Container Memif 3n-skx-x710
8532 -
8533   type: "plot"
8534   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8535   algorithm: "plot_performance_box"
8536   output-file-type: ".html"
8537   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8538   data: "plot-vpp-throughput-latency-3n-skx"
8539   filter: "'NIC_Intel-X710' and
8540            '64B' and
8541            ('BASE' or 'SCALE') and
8542            'NDRPDR' and
8543            '2T1C' and
8544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8545            not 'VHOST' and
8546            'MEMIF'"
8547   parameters:
8548   - "throughput"
8549   - "parent"
8550   - "tags"
8551   sort:
8552   - "L2XCFWD"
8553   - "L2XCFWD"
8554   - "L2XCFWD"
8555   - "L2BDMACLRN"
8556   - "L2BDMACLRN"
8557   - "L2BDMACLRN"
8558   traces:
8559     hoverinfo: "x+y"
8560     boxpoints: "outliers"
8561     whiskerwidth: 0
8562   layout:
8563     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8564     layout: "plot-throughput"
8565
8566 -
8567   type: "plot"
8568   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8569   algorithm: "plot_performance_box"
8570   output-file-type: ".html"
8571   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8572   data: "plot-vpp-throughput-latency-3n-skx"
8573   filter: "'NIC_Intel-X710' and
8574            '64B' and
8575            ('BASE' or 'SCALE') and
8576            'NDRPDR' and
8577            '2T1C' and
8578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8579            not 'VHOST' and
8580            'MEMIF'"
8581   parameters:
8582   - "throughput"
8583   - "parent"
8584   - "tags"
8585   sort:
8586   - "L2XCFWD"
8587   - "L2XCFWD"
8588   - "L2XCFWD"
8589   - "L2BDMACLRN"
8590   - "L2BDMACLRN"
8591   - "L2BDMACLRN"
8592   traces:
8593     hoverinfo: "x+y"
8594     boxpoints: "outliers"
8595     whiskerwidth: 0
8596   layout:
8597     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8598     layout: "plot-throughput"
8599
8600 -
8601   type: "plot"
8602   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8603   algorithm: "plot_performance_box"
8604   output-file-type: ".html"
8605   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8606   data: "plot-vpp-throughput-latency-3n-skx"
8607   filter: "'NIC_Intel-X710' and
8608            '64B' and
8609            ('BASE' or 'SCALE') and
8610            'NDRPDR' and
8611            '4T2C' and
8612            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8613            not 'VHOST' and
8614            'MEMIF'"
8615   parameters:
8616   - "throughput"
8617   - "parent"
8618   - "tags"
8619   sort:
8620   - "L2XCFWD"
8621   - "L2XCFWD"
8622   - "L2XCFWD"
8623   - "L2BDMACLRN"
8624   - "L2BDMACLRN"
8625   - "L2BDMACLRN"
8626   traces:
8627     hoverinfo: "x+y"
8628     boxpoints: "outliers"
8629     whiskerwidth: 0
8630   layout:
8631     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8632     layout: "plot-throughput"
8633
8634 -
8635   type: "plot"
8636   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8637   algorithm: "plot_performance_box"
8638   output-file-type: ".html"
8639   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8640   data: "plot-vpp-throughput-latency-3n-skx"
8641   filter: "'NIC_Intel-X710' and
8642            '64B' and
8643            ('BASE' or 'SCALE') and
8644            'NDRPDR' and
8645            '4T2C' and
8646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8647            not 'VHOST' and
8648            'MEMIF'"
8649   parameters:
8650   - "throughput"
8651   - "parent"
8652   - "tags"
8653   sort:
8654   - "L2XCFWD"
8655   - "L2XCFWD"
8656   - "L2XCFWD"
8657   - "L2BDMACLRN"
8658   - "L2BDMACLRN"
8659   - "L2BDMACLRN"
8660   traces:
8661     hoverinfo: "x+y"
8662     boxpoints: "outliers"
8663     whiskerwidth: 0
8664   layout:
8665     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8666     layout: "plot-throughput"
8667
8668 # Packet Throughput - VPP Container Memif 2n-skx-x710
8669 -
8670   type: "plot"
8671   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8672   algorithm: "plot_performance_box"
8673   output-file-type: ".html"
8674   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8675   data: "plot-vpp-throughput-latency-2n-skx"
8676   filter: "'NIC_Intel-X710' and
8677            '64B' and
8678            ('BASE' or 'SCALE') and
8679            'NDRPDR' and
8680            '2T1C' and
8681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8682            not 'VHOST' and
8683            'MEMIF'"
8684   parameters:
8685   - "throughput"
8686   - "parent"
8687   - "tags"
8688   sort:
8689   - "L2XCFWD"
8690   - "L2XCFWD"
8691   - "L2XCFWD"
8692   - "L2BDMACLRN"
8693   - "L2BDMACLRN"
8694   - "L2BDMACLRN"
8695   traces:
8696     hoverinfo: "x+y"
8697     boxpoints: "outliers"
8698     whiskerwidth: 0
8699   layout:
8700     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8701     layout: "plot-throughput"
8702
8703 -
8704   type: "plot"
8705   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8706   algorithm: "plot_performance_box"
8707   output-file-type: ".html"
8708   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8709   data: "plot-vpp-throughput-latency-2n-skx"
8710   filter: "'NIC_Intel-X710' and
8711            '64B' and
8712            ('BASE' or 'SCALE') and
8713            'NDRPDR' and
8714            '2T1C' and
8715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8716            not 'VHOST' and
8717            'MEMIF'"
8718   parameters:
8719   - "throughput"
8720   - "parent"
8721   - "tags"
8722   sort:
8723   - "L2XCFWD"
8724   - "L2XCFWD"
8725   - "L2XCFWD"
8726   - "L2BDMACLRN"
8727   - "L2BDMACLRN"
8728   - "L2BDMACLRN"
8729   traces:
8730     hoverinfo: "x+y"
8731     boxpoints: "outliers"
8732     whiskerwidth: 0
8733   layout:
8734     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8735     layout: "plot-throughput"
8736
8737 -
8738   type: "plot"
8739   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8740   algorithm: "plot_performance_box"
8741   output-file-type: ".html"
8742   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8743   data: "plot-vpp-throughput-latency-2n-skx"
8744   filter: "'NIC_Intel-X710' and
8745            '64B' and
8746            ('BASE' or 'SCALE') and
8747            'NDRPDR' and
8748            '4T2C' and
8749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8750            not 'VHOST' and
8751            'MEMIF'"
8752   parameters:
8753   - "throughput"
8754   - "parent"
8755   - "tags"
8756   sort:
8757   - "L2XCFWD"
8758   - "L2XCFWD"
8759   - "L2XCFWD"
8760   - "L2BDMACLRN"
8761   - "L2BDMACLRN"
8762   - "L2BDMACLRN"
8763   traces:
8764     hoverinfo: "x+y"
8765     boxpoints: "outliers"
8766     whiskerwidth: 0
8767   layout:
8768     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8769     layout: "plot-throughput"
8770
8771 -
8772   type: "plot"
8773   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8774   algorithm: "plot_performance_box"
8775   output-file-type: ".html"
8776   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8777   data: "plot-vpp-throughput-latency-2n-skx"
8778   filter: "'NIC_Intel-X710' and
8779            '64B' and
8780            ('BASE' or 'SCALE') and
8781            'NDRPDR' and
8782            '4T2C' and
8783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8784            not 'VHOST' and
8785            'MEMIF'"
8786   parameters:
8787   - "throughput"
8788   - "parent"
8789   - "tags"
8790   sort:
8791   - "L2XCFWD"
8792   - "L2XCFWD"
8793   - "L2XCFWD"
8794   - "L2BDMACLRN"
8795   - "L2BDMACLRN"
8796   - "L2BDMACLRN"
8797   traces:
8798     hoverinfo: "x+y"
8799     boxpoints: "outliers"
8800     whiskerwidth: 0
8801   layout:
8802     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8803     layout: "plot-throughput"
8804
8805 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8806 -
8807   type: "plot"
8808   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8809   algorithm: "plot_performance_box"
8810   output-file-type: ".html"
8811   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8812   data: "plot-vpp-throughput-latency-2n-skx"
8813   filter: "'NIC_Intel-XXV710' and
8814            '64B' and
8815            ('BASE' or 'SCALE') and
8816            'NDRPDR' and
8817            '2T1C' and
8818            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8819            not 'VHOST' and
8820            'MEMIF'"
8821   parameters:
8822   - "throughput"
8823   - "parent"
8824   - "tags"
8825   sort:
8826   - "L2XCFWD"
8827   - "L2XCFWD"
8828   - "L2XCFWD"
8829   - "L2BDMACLRN"
8830   - "L2BDMACLRN"
8831   - "L2BDMACLRN"
8832   traces:
8833     hoverinfo: "x+y"
8834     boxpoints: "outliers"
8835     whiskerwidth: 0
8836   layout:
8837     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8838     layout: "plot-throughput"
8839
8840 -
8841   type: "plot"
8842   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8843   algorithm: "plot_performance_box"
8844   output-file-type: ".html"
8845   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8846   data: "plot-vpp-throughput-latency-2n-skx"
8847   filter: "'NIC_Intel-XXV710' and
8848            '64B' and
8849            ('BASE' or 'SCALE') and
8850            'NDRPDR' and
8851            '2T1C' and
8852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8853            not 'VHOST' and
8854            'MEMIF'"
8855   parameters:
8856   - "throughput"
8857   - "parent"
8858   - "tags"
8859   sort:
8860   - "L2XCFWD"
8861   - "L2XCFWD"
8862   - "L2XCFWD"
8863   - "L2BDMACLRN"
8864   - "L2BDMACLRN"
8865   - "L2BDMACLRN"
8866   traces:
8867     hoverinfo: "x+y"
8868     boxpoints: "outliers"
8869     whiskerwidth: 0
8870   layout:
8871     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8872     layout: "plot-throughput"
8873
8874 -
8875   type: "plot"
8876   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8877   algorithm: "plot_performance_box"
8878   output-file-type: ".html"
8879   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8880   data: "plot-vpp-throughput-latency-2n-skx"
8881   filter: "'NIC_Intel-XXV710' and
8882            '64B' and
8883            ('BASE' or 'SCALE') and
8884            'NDRPDR' and
8885            '4T2C' and
8886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8887            not 'VHOST' and
8888            'MEMIF'"
8889   parameters:
8890   - "throughput"
8891   - "parent"
8892   - "tags"
8893   sort:
8894   - "L2XCFWD"
8895   - "L2XCFWD"
8896   - "L2XCFWD"
8897   - "L2BDMACLRN"
8898   - "L2BDMACLRN"
8899   - "L2BDMACLRN"
8900   traces:
8901     hoverinfo: "x+y"
8902     boxpoints: "outliers"
8903     whiskerwidth: 0
8904   layout:
8905     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8906     layout: "plot-throughput"
8907
8908 -
8909   type: "plot"
8910   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8911   algorithm: "plot_performance_box"
8912   output-file-type: ".html"
8913   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8914   data: "plot-vpp-throughput-latency-2n-skx"
8915   filter: "'NIC_Intel-XXV710' and
8916            '64B' and
8917            ('BASE' or 'SCALE') and
8918            'NDRPDR' and
8919            '4T2C' and
8920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8921            not 'VHOST' and
8922            'MEMIF'"
8923   parameters:
8924   - "throughput"
8925   - "parent"
8926   - "tags"
8927   sort:
8928   - "L2XCFWD"
8929   - "L2XCFWD"
8930   - "L2XCFWD"
8931   - "L2BDMACLRN"
8932   - "L2BDMACLRN"
8933   - "L2BDMACLRN"
8934   traces:
8935     hoverinfo: "x+y"
8936     boxpoints: "outliers"
8937     whiskerwidth: 0
8938   layout:
8939     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8940     layout: "plot-throughput"
8941
8942 ################################################################################
8943
8944 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8945 -
8946   type: "plot"
8947   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8948   algorithm: "plot_performance_box"
8949   output-file-type: ".html"
8950   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8951   data: "plot-ligato-throughput-latency-3n-hsw"
8952   filter: "'NIC_Intel-X520-DA2' and
8953            '64B' and
8954            ('BASE' or 'SCALE') and
8955            'NDRPDR' and
8956            '1T1C' and
8957            'L2XCFWD' and
8958            not 'VHOST' and
8959            'MEMIF'"
8960   parameters:
8961   - "throughput"
8962   - "parent"
8963   - "tags"
8964   sort:
8965   - "1VNF"
8966   - "2VNF"
8967   - "4VNF"
8968   - "2VNF"
8969   - "4VNF"
8970   traces:
8971     hoverinfo: "x+y"
8972     boxpoints: "outliers"
8973     whiskerwidth: 0
8974   layout:
8975     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8976     layout: "plot-throughput"
8977
8978 -
8979   type: "plot"
8980   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8981   algorithm: "plot_performance_box"
8982   output-file-type: ".html"
8983   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8984   data: "plot-ligato-throughput-latency-3n-hsw"
8985   filter: "'NIC_Intel-X520-DA2' and
8986            '64B' and
8987            ('BASE' or 'SCALE') and
8988            'NDRPDR' and
8989            '1T1C' and
8990            'L2XCFWD' and
8991            not 'VHOST' and
8992            'MEMIF'"
8993   parameters:
8994   - "throughput"
8995   - "parent"
8996   - "tags"
8997   sort:
8998   - "1VNF"
8999   - "2VNF"
9000   - "4VNF"
9001   - "2VNF"
9002   - "4VNF"
9003   traces:
9004     hoverinfo: "x+y"
9005     boxpoints: "outliers"
9006     whiskerwidth: 0
9007   layout:
9008     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9009     layout: "plot-throughput"
9010
9011 -
9012   type: "plot"
9013   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9014   algorithm: "plot_performance_box"
9015   output-file-type: ".html"
9016   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9017   data: "plot-ligato-throughput-latency-3n-hsw"
9018   filter: "'NIC_Intel-X520-DA2' and
9019            '64B' and
9020            ('BASE' or 'SCALE') and
9021            'NDRPDR' and
9022            '2T2C' and
9023            'L2XCFWD' and
9024            not 'VHOST' and
9025            'MEMIF'"
9026   parameters:
9027   - "throughput"
9028   - "parent"
9029   - "tags"
9030   sort:
9031   - "1VNF"
9032   - "2VNF"
9033   - "4VNF"
9034   - "2VNF"
9035   - "4VNF"
9036   traces:
9037     hoverinfo: "x+y"
9038     boxpoints: "outliers"
9039     whiskerwidth: 0
9040   layout:
9041     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9042     layout: "plot-throughput"
9043
9044 -
9045   type: "plot"
9046   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9047   algorithm: "plot_performance_box"
9048   output-file-type: ".html"
9049   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9050   data: "plot-ligato-throughput-latency-3n-hsw"
9051   filter: "'NIC_Intel-X520-DA2' and
9052            '64B' and
9053            ('BASE' or 'SCALE') and
9054            'NDRPDR' and
9055            '2T2C' and
9056            'L2XCFWD' and
9057            not 'VHOST' and
9058            'MEMIF'"
9059   parameters:
9060   - "throughput"
9061   - "parent"
9062   - "tags"
9063   sort:
9064   - "1VNF"
9065   - "2VNF"
9066   - "4VNF"
9067   - "2VNF"
9068   - "4VNF"
9069   traces:
9070     hoverinfo: "x+y"
9071     boxpoints: "outliers"
9072     whiskerwidth: 0
9073   layout:
9074     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9075     layout: "plot-throughput"
9076
9077 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9078 -
9079   type: "plot"
9080   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9081   algorithm: "plot_performance_box"
9082   output-file-type: ".html"
9083   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9084   data: "plot-ligato-throughput-latency-3n-hsw"
9085   filter: "'NIC_Intel-X520-DA2' and
9086            '64B' and
9087            ('BASE' or 'SCALE') and
9088            'NDRPDR' and
9089            '1T1C' and
9090            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9091            not 'VHOST' and
9092            'MEMIF'"
9093   parameters:
9094   - "throughput"
9095   - "parent"
9096   - "tags"
9097   sort:
9098   - "1VNF"
9099   - "2VNF"
9100   - "4VNF"
9101   - "2VNF"
9102   - "4VNF"
9103   traces:
9104     hoverinfo: "x+y"
9105     boxpoints: "outliers"
9106     whiskerwidth: 0
9107   layout:
9108     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9109     layout: "plot-throughput"
9110
9111 -
9112   type: "plot"
9113   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9114   algorithm: "plot_performance_box"
9115   output-file-type: ".html"
9116   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9117   data: "plot-ligato-throughput-latency-3n-hsw"
9118   filter: "'NIC_Intel-X520-DA2' and
9119            '64B' and
9120            ('BASE' or 'SCALE') and
9121            'NDRPDR' and
9122            '1T1C' and
9123            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9124            not 'VHOST' and
9125            'MEMIF'"
9126   parameters:
9127   - "throughput"
9128   - "parent"
9129   - "tags"
9130   sort:
9131   - "1VNF"
9132   - "2VNF"
9133   - "4VNF"
9134   - "2VNF"
9135   - "4VNF"
9136   traces:
9137     hoverinfo: "x+y"
9138     boxpoints: "outliers"
9139     whiskerwidth: 0
9140   layout:
9141     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9142     layout: "plot-throughput"
9143
9144 -
9145   type: "plot"
9146   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9147   algorithm: "plot_performance_box"
9148   output-file-type: ".html"
9149   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9150   data: "plot-ligato-throughput-latency-3n-hsw"
9151   filter: "'NIC_Intel-X520-DA2' and
9152            '64B' and
9153            ('BASE' or 'SCALE') and
9154            'NDRPDR' and
9155            '2T2C' and
9156            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9157            not 'VHOST' and
9158            'MEMIF'"
9159   parameters:
9160   - "throughput"
9161   - "parent"
9162   - "tags"
9163   sort:
9164   - "1VNF"
9165   - "2VNF"
9166   - "4VNF"
9167   - "2VNF"
9168   - "4VNF"
9169   traces:
9170     hoverinfo: "x+y"
9171     boxpoints: "outliers"
9172     whiskerwidth: 0
9173   layout:
9174     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9175     layout: "plot-throughput"
9176
9177 -
9178   type: "plot"
9179   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9180   algorithm: "plot_performance_box"
9181   output-file-type: ".html"
9182   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9183   data: "plot-ligato-throughput-latency-3n-hsw"
9184   filter: "'NIC_Intel-X520-DA2' and
9185            '64B' and
9186            ('BASE' or 'SCALE') and
9187            'NDRPDR' and
9188            '2T2C' and
9189            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9190            not 'VHOST' and
9191            'MEMIF'"
9192   parameters:
9193   - "throughput"
9194   - "parent"
9195   - "tags"
9196   sort:
9197   - "1VNF"
9198   - "2VNF"
9199   - "4VNF"
9200   - "2VNF"
9201   - "4VNF"
9202   traces:
9203     hoverinfo: "x+y"
9204     boxpoints: "outliers"
9205     whiskerwidth: 0
9206   layout:
9207     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9208     layout: "plot-throughput"
9209
9210 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9211 -
9212   type: "plot"
9213   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9214   algorithm: "plot_performance_box"
9215   output-file-type: ".html"
9216   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9217   data: "plot-ligato-throughput-latency-3n-hsw"
9218   filter: "'NIC_Intel-X710' and
9219            '64B' and
9220            ('BASE' or 'SCALE') and
9221            'NDRPDR' and
9222            '1T1C' and
9223            'L2XCFWD' and
9224            not 'VHOST' and
9225            'MEMIF'"
9226   parameters:
9227   - "throughput"
9228   - "parent"
9229   - "tags"
9230   sort:
9231   - "1VNF"
9232   - "2VNF"
9233   - "4VNF"
9234   - "2VNF"
9235   - "4VNF"
9236   traces:
9237     hoverinfo: "x+y"
9238     boxpoints: "outliers"
9239     whiskerwidth: 0
9240   layout:
9241     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9242     layout: "plot-throughput"
9243
9244 -
9245   type: "plot"
9246   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9247   algorithm: "plot_performance_box"
9248   output-file-type: ".html"
9249   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9250   data: "plot-ligato-throughput-latency-3n-hsw"
9251   filter: "'NIC_Intel-X710' and
9252            '64B' and
9253            ('BASE' or 'SCALE') and
9254            'NDRPDR' and
9255            '1T1C' and
9256            'L2XCFWD' and
9257            not 'VHOST' and
9258            'MEMIF'"
9259   parameters:
9260   - "throughput"
9261   - "parent"
9262   - "tags"
9263   sort:
9264   - "1VNF"
9265   - "2VNF"
9266   - "4VNF"
9267   - "2VNF"
9268   - "4VNF"
9269   traces:
9270     hoverinfo: "x+y"
9271     boxpoints: "outliers"
9272     whiskerwidth: 0
9273   layout:
9274     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9275     layout: "plot-throughput"
9276
9277 -
9278   type: "plot"
9279   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9280   algorithm: "plot_performance_box"
9281   output-file-type: ".html"
9282   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9283   data: "plot-ligato-throughput-latency-3n-hsw"
9284   filter: "'NIC_Intel-X710' and
9285            '64B' and
9286            ('BASE' or 'SCALE') and
9287            'NDRPDR' and
9288            '2T2C' and
9289            'L2XCFWD' and
9290            not 'VHOST' and
9291            'MEMIF'"
9292   parameters:
9293   - "throughput"
9294   - "parent"
9295   - "tags"
9296   sort:
9297   - "1VNF"
9298   - "2VNF"
9299   - "4VNF"
9300   - "2VNF"
9301   - "4VNF"
9302   traces:
9303     hoverinfo: "x+y"
9304     boxpoints: "outliers"
9305     whiskerwidth: 0
9306   layout:
9307     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9308     layout: "plot-throughput"
9309
9310 -
9311   type: "plot"
9312   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9313   algorithm: "plot_performance_box"
9314   output-file-type: ".html"
9315   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9316   data: "plot-ligato-throughput-latency-3n-hsw"
9317   filter: "'NIC_Intel-X710' and
9318            '64B' and
9319            ('BASE' or 'SCALE') and
9320            'NDRPDR' and
9321            '2T2C' and
9322            'L2XCFWD' and
9323            not 'VHOST' and
9324            'MEMIF'"
9325   parameters:
9326   - "throughput"
9327   - "parent"
9328   - "tags"
9329   sort:
9330   - "1VNF"
9331   - "2VNF"
9332   - "4VNF"
9333   - "2VNF"
9334   - "4VNF"
9335   traces:
9336     hoverinfo: "x+y"
9337     boxpoints: "outliers"
9338     whiskerwidth: 0
9339   layout:
9340     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9341     layout: "plot-throughput"
9342
9343 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9344 -
9345   type: "plot"
9346   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9347   algorithm: "plot_performance_box"
9348   output-file-type: ".html"
9349   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9350   data: "plot-ligato-throughput-latency-3n-hsw"
9351   filter: "'NIC_Intel-X710' and
9352            '64B' and
9353            ('BASE' or 'SCALE') and
9354            'NDRPDR' and
9355            '1T1C' and
9356            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9357            not 'VHOST' and
9358            'MEMIF'"
9359   parameters:
9360   - "throughput"
9361   - "parent"
9362   - "tags"
9363   sort:
9364   - "1VNF"
9365   - "2VNF"
9366   - "4VNF"
9367   - "2VNF"
9368   - "4VNF"
9369   traces:
9370     hoverinfo: "x+y"
9371     boxpoints: "outliers"
9372     whiskerwidth: 0
9373   layout:
9374     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9375     layout: "plot-throughput"
9376
9377 -
9378   type: "plot"
9379   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9380   algorithm: "plot_performance_box"
9381   output-file-type: ".html"
9382   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9383   data: "plot-ligato-throughput-latency-3n-hsw"
9384   filter: "'NIC_Intel-X710' and
9385            '64B' and
9386            ('BASE' or 'SCALE') and
9387            'NDRPDR' and
9388            '1T1C' and
9389            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9390            not 'VHOST' and
9391            'MEMIF'"
9392   parameters:
9393   - "throughput"
9394   - "parent"
9395   - "tags"
9396   sort:
9397   - "1VNF"
9398   - "2VNF"
9399   - "4VNF"
9400   - "2VNF"
9401   - "4VNF"
9402   traces:
9403     hoverinfo: "x+y"
9404     boxpoints: "outliers"
9405     whiskerwidth: 0
9406   layout:
9407     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9408     layout: "plot-throughput"
9409
9410 -
9411   type: "plot"
9412   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9413   algorithm: "plot_performance_box"
9414   output-file-type: ".html"
9415   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9416   data: "plot-ligato-throughput-latency-3n-hsw"
9417   filter: "'NIC_Intel-X710' and
9418            '64B' and
9419            ('BASE' or 'SCALE') and
9420            'NDRPDR' and
9421            '2T2C' and
9422            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9423            not 'VHOST' and
9424            'MEMIF'"
9425   parameters:
9426   - "throughput"
9427   - "parent"
9428   - "tags"
9429   sort:
9430   - "1VNF"
9431   - "2VNF"
9432   - "4VNF"
9433   - "2VNF"
9434   - "4VNF"
9435   traces:
9436     hoverinfo: "x+y"
9437     boxpoints: "outliers"
9438     whiskerwidth: 0
9439   layout:
9440     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9441     layout: "plot-throughput"
9442
9443 -
9444   type: "plot"
9445   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9446   algorithm: "plot_performance_box"
9447   output-file-type: ".html"
9448   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9449   data: "plot-ligato-throughput-latency-3n-hsw"
9450   filter: "'NIC_Intel-X710' and
9451            '64B' and
9452            ('BASE' or 'SCALE') and
9453            'NDRPDR' and
9454            '2T2C' and
9455            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9456            not 'VHOST' and
9457            'MEMIF'"
9458   parameters:
9459   - "throughput"
9460   - "parent"
9461   - "tags"
9462   sort:
9463   - "1VNF"
9464   - "2VNF"
9465   - "4VNF"
9466   - "2VNF"
9467   - "4VNF"
9468   traces:
9469     hoverinfo: "x+y"
9470     boxpoints: "outliers"
9471     whiskerwidth: 0
9472   layout:
9473     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9474     layout: "plot-throughput"
9475
9476 ################################################################################
9477
9478 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9479 -
9480   type: "plot"
9481   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9482   algorithm: "plot_performance_box"
9483   output-file-type: ".html"
9484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9485   data: "plot-vpp-throughput-latency-3n-hsw"
9486   filter: "'NIC_Intel-X520-DA2' and
9487            '64B' and
9488            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9489            'NDRPDR' and
9490            '1T1C' and
9491            'IP4FWD' and
9492            not 'IPSEC' and
9493            not 'VHOST'"
9494   parameters:
9495   - "throughput"
9496   - "parent"
9497   - "tags"
9498   sort:
9499   - "DOT1Q"
9500   - "IP4BASE"
9501   - "FIB_20k"
9502   - "FIB_200k"
9503   - "FIB_2M"
9504   traces:
9505     hoverinfo: "x+y"
9506     boxpoints: "outliers"
9507     whiskerwidth: 0
9508   layout:
9509     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9510     layout: "plot-throughput"
9511
9512 -
9513   type: "plot"
9514   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9515   algorithm: "plot_performance_box"
9516   output-file-type: ".html"
9517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9518   data: "plot-vpp-throughput-latency-3n-hsw"
9519   filter: "'NIC_Intel-X520-DA2' and
9520            '64B' and
9521            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9522            'NDRPDR' and
9523            '1T1C' and
9524            'IP4FWD' and
9525            not 'IPSEC' and
9526            not 'VHOST'"
9527   parameters:
9528   - "throughput"
9529   - "parent"
9530   - "tags"
9531   sort:
9532   - "DOT1Q"
9533   - "IP4BASE"
9534   - "FIB_20k"
9535   - "FIB_200k"
9536   - "FIB_2M"
9537   traces:
9538     hoverinfo: "x+y"
9539     boxpoints: "outliers"
9540     whiskerwidth: 0
9541   layout:
9542     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9543     layout: "plot-throughput"
9544
9545 -
9546   type: "plot"
9547   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9548   algorithm: "plot_performance_box"
9549   output-file-type: ".html"
9550   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9551   data: "plot-vpp-throughput-latency-3n-hsw"
9552   filter: "'NIC_Intel-X520-DA2' and
9553            '64B' and
9554            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9555            'NDRPDR' and
9556            '2T2C' and
9557            'IP4FWD' and
9558            not 'IPSEC' and
9559            not 'VHOST'"
9560   parameters:
9561   - "throughput"
9562   - "parent"
9563   - "tags"
9564   sort:
9565   - "DOT1Q"
9566   - "IP4BASE"
9567   - "FIB_20k"
9568   - "FIB_200k"
9569   - "FIB_2M"
9570   traces:
9571     hoverinfo: "x+y"
9572     boxpoints: "outliers"
9573     whiskerwidth: 0
9574   layout:
9575     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9576     layout: "plot-throughput"
9577
9578 -
9579   type: "plot"
9580   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9581   algorithm: "plot_performance_box"
9582   output-file-type: ".html"
9583   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9584   data: "plot-vpp-throughput-latency-3n-hsw"
9585   filter: "'NIC_Intel-X520-DA2' and
9586            '64B' and
9587            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9588            'NDRPDR' and
9589            '2T2C' and
9590            'IP4FWD' and
9591            not 'IPSEC' and
9592            not 'VHOST'"
9593   parameters:
9594   - "throughput"
9595   - "parent"
9596   - "tags"
9597   sort:
9598   - "DOT1Q"
9599   - "IP4BASE"
9600   - "FIB_20k"
9601   - "FIB_200k"
9602   - "FIB_2M"
9603   traces:
9604     hoverinfo: "x+y"
9605     boxpoints: "outliers"
9606     whiskerwidth: 0
9607   layout:
9608     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9609     layout: "plot-throughput"
9610
9611 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9612 -
9613   type: "plot"
9614   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9615   algorithm: "plot_performance_box"
9616   output-file-type: ".html"
9617   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9618   data: "plot-vpp-throughput-latency-3n-hsw"
9619   filter: "'NIC_Intel-X520-DA2' and
9620            '64B' and
9621            ('IP4BASE' or
9622             'POLICE_MARK' or
9623             'COPWHLIST' or
9624             ('NAT44' and 'BASE') or
9625             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9626            'NDRPDR' and
9627            '1T1C' and
9628            'IP4FWD' and
9629            not 'IPSEC' and
9630            not 'VHOST'"
9631   parameters:
9632   - "throughput"
9633   - "parent"
9634   - "tags"
9635   sort:
9636   - "DOT1Q"
9637   - "IP4BASE"
9638   - "NAT44"
9639   - "POLICE_MARK"
9640   - "COPWHLIST"
9641   - "IACL"
9642   - "OACL"
9643   traces:
9644     hoverinfo: "x+y"
9645     boxpoints: "outliers"
9646     whiskerwidth: 0
9647   layout:
9648     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9649     layout: "plot-throughput"
9650
9651 -
9652   type: "plot"
9653   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9654   algorithm: "plot_performance_box"
9655   output-file-type: ".html"
9656   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9657   data: "plot-vpp-throughput-latency-3n-hsw"
9658   filter: "'NIC_Intel-X520-DA2' and
9659            '64B' and
9660            ('IP4BASE' or
9661             'POLICE_MARK' or
9662             'COPWHLIST' or
9663             ('NAT44' and 'BASE') or
9664             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9665            'NDRPDR' and
9666            '1T1C' and
9667            'IP4FWD' and
9668            not 'IPSEC' and
9669            not 'VHOST'"
9670   parameters:
9671   - "throughput"
9672   - "parent"
9673   - "tags"
9674   sort:
9675   - "DOT1Q"
9676   - "IP4BASE"
9677   - "NAT44"
9678   - "POLICE_MARK"
9679   - "COPWHLIST"
9680   - "IACL"
9681   - "OACL"
9682   traces:
9683     hoverinfo: "x+y"
9684     boxpoints: "outliers"
9685     whiskerwidth: 0
9686   layout:
9687     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9688     layout: "plot-throughput"
9689
9690 -
9691   type: "plot"
9692   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9693   algorithm: "plot_performance_box"
9694   output-file-type: ".html"
9695   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9696   data: "plot-vpp-throughput-latency-3n-hsw"
9697   filter: "'NIC_Intel-X520-DA2' and
9698            '64B' and
9699            ('IP4BASE' or
9700             'POLICE_MARK' or
9701             'COPWHLIST' or
9702             ('NAT44' and 'BASE') or
9703             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9704            'NDRPDR' and
9705            '2T2C' and
9706            'IP4FWD' and
9707            not 'IPSEC' and
9708            not 'VHOST'"
9709   parameters:
9710   - "throughput"
9711   - "parent"
9712   - "tags"
9713   sort:
9714   - "DOT1Q"
9715   - "IP4BASE"
9716   - "NAT44"
9717   - "POLICE_MARK"
9718   - "COPWHLIST"
9719   - "IACL"
9720   - "OACL"
9721   traces:
9722     hoverinfo: "x+y"
9723     boxpoints: "outliers"
9724     whiskerwidth: 0
9725   layout:
9726     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9727     layout: "plot-throughput"
9728
9729 -
9730   type: "plot"
9731   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9732   algorithm: "plot_performance_box"
9733   output-file-type: ".html"
9734   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9735   data: "plot-vpp-throughput-latency-3n-hsw"
9736   filter: "'NIC_Intel-X520-DA2' and
9737            '64B' and
9738            ('IP4BASE' or
9739             'POLICE_MARK' or
9740             'COPWHLIST' or
9741             ('NAT44' and 'BASE') or
9742             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9743            'NDRPDR' and
9744            '2T2C' and
9745            'IP4FWD' and
9746            not 'IPSEC' and
9747            not 'VHOST'"
9748   parameters:
9749   - "throughput"
9750   - "parent"
9751   - "tags"
9752   sort:
9753   - "DOT1Q"
9754   - "IP4BASE"
9755   - "NAT44"
9756   - "POLICE_MARK"
9757   - "COPWHLIST"
9758   - "IACL"
9759   - "OACL"
9760   traces:
9761     hoverinfo: "x+y"
9762     boxpoints: "outliers"
9763     whiskerwidth: 0
9764   layout:
9765     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9766     layout: "plot-throughput"
9767
9768 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9769 -
9770   type: "plot"
9771   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9772   algorithm: "plot_performance_box"
9773   output-file-type: ".html"
9774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9775   data: "plot-vpp-throughput-latency-3n-hsw"
9776   filter: "'NIC_Intel-X520-DA2' and
9777            '64B' and
9778            'NDRPDR' and
9779            '1T1C' and
9780            'IP4FWD' and
9781            'NAT44' and
9782            not 'IPSEC' and
9783            not 'VHOST'"
9784   parameters:
9785   - "throughput"
9786   - "parent"
9787   - "tags"
9788   sort:
9789   - "BASE"
9790   - "BASE"
9791   - "SRC_USER_10"
9792   - "SRC_USER_100"
9793   - "SRC_USER_1000"
9794   - "SRC_USER_2000"
9795   traces:
9796     hoverinfo: "x+y"
9797     boxpoints: "outliers"
9798     whiskerwidth: 0
9799   layout:
9800     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9801     layout: "plot-throughput"
9802
9803 -
9804   type: "plot"
9805   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9806   algorithm: "plot_performance_box"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9809   data: "plot-vpp-throughput-latency-3n-hsw"
9810   filter: "'NIC_Intel-X520-DA2' and
9811            '64B' and
9812            'NDRPDR' and
9813            '1T1C' and
9814            'IP4FWD' and
9815            'NAT44' and
9816            not 'IPSEC' and
9817            not 'VHOST'"
9818   parameters:
9819   - "throughput"
9820   - "parent"
9821   - "tags"
9822   sort:
9823   - "BASE"
9824   - "BASE"
9825   - "SRC_USER_10"
9826   - "SRC_USER_100"
9827   - "SRC_USER_1000"
9828   - "SRC_USER_2000"
9829   traces:
9830     hoverinfo: "x+y"
9831     boxpoints: "outliers"
9832     whiskerwidth: 0
9833   layout:
9834     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9835     layout: "plot-throughput"
9836
9837 -
9838   type: "plot"
9839   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9840   algorithm: "plot_performance_box"
9841   output-file-type: ".html"
9842   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9843   data: "plot-vpp-throughput-latency-3n-hsw"
9844   filter: "'NIC_Intel-X520-DA2' and
9845            '64B' and
9846            'NDRPDR' and
9847            '2T2C' and
9848            'IP4FWD' and
9849            'NAT44' and
9850            not 'IPSEC' and
9851            not 'VHOST'"
9852   parameters:
9853   - "throughput"
9854   - "parent"
9855   - "tags"
9856   sort:
9857   - "BASE"
9858   - "BASE"
9859   - "SRC_USER_10"
9860   - "SRC_USER_100"
9861   - "SRC_USER_1000"
9862   - "SRC_USER_2000"
9863   traces:
9864     hoverinfo: "x+y"
9865     boxpoints: "outliers"
9866     whiskerwidth: 0
9867   layout:
9868     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9869     layout: "plot-throughput"
9870
9871 -
9872   type: "plot"
9873   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9874   algorithm: "plot_performance_box"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9877   data: "plot-vpp-throughput-latency-3n-hsw"
9878   filter: "'NIC_Intel-X520-DA2' and
9879            '64B' and
9880            'NDRPDR' and
9881            '2T2C' and
9882            'IP4FWD' and
9883            'NAT44' and
9884            not 'IPSEC' and
9885            not 'VHOST'"
9886   parameters:
9887   - "throughput"
9888   - "parent"
9889   - "tags"
9890   sort:
9891   - "BASE"
9892   - "BASE"
9893   - "SRC_USER_10"
9894   - "SRC_USER_100"
9895   - "SRC_USER_1000"
9896   - "SRC_USER_2000"
9897   traces:
9898     hoverinfo: "x+y"
9899     boxpoints: "outliers"
9900     whiskerwidth: 0
9901   layout:
9902     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9903     layout: "plot-throughput"
9904
9905 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9906 -
9907   type: "plot"
9908   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9909   algorithm: "plot_performance_box"
9910   output-file-type: ".html"
9911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9912   data: "plot-vpp-throughput-latency-3n-hsw"
9913   filter: "'NIC_Intel-X520-DA2' and
9914            '64B' and
9915            'NDRPDR' and
9916            '1T1C' and
9917            'IP4FWD' and
9918            'IACL' and
9919            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9920            not 'IPSEC' and
9921            not 'VHOST'"
9922   parameters:
9923   - "throughput"
9924   - "parent"
9925   - "tags"
9926   sort:
9927   - "ACL_STATELESS"
9928   - "ACL_STATEFUL"
9929   - "ACL_STATELESS"
9930   - "ACL_STATEFUL"
9931   traces:
9932     hoverinfo: "x+y"
9933     boxpoints: "outliers"
9934     whiskerwidth: 0
9935   layout:
9936     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9937     layout: "plot-throughput"
9938
9939 -
9940   type: "plot"
9941   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9942   algorithm: "plot_performance_box"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9945   data: "plot-vpp-throughput-latency-3n-hsw"
9946   filter: "'NIC_Intel-X520-DA2' and
9947            '64B' and
9948            'NDRPDR' and
9949            '1T1C' and
9950            'IP4FWD' and
9951            'IACL' and
9952            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9953            not 'IPSEC' and
9954            not 'VHOST'"
9955   parameters:
9956   - "throughput"
9957   - "parent"
9958   - "tags"
9959   sort:
9960   - "ACL_STATELESS"
9961   - "ACL_STATEFUL"
9962   - "ACL_STATELESS"
9963   - "ACL_STATEFUL"
9964   traces:
9965     hoverinfo: "x+y"
9966     boxpoints: "outliers"
9967     whiskerwidth: 0
9968   layout:
9969     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9970     layout: "plot-throughput"
9971
9972 -
9973   type: "plot"
9974   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9975   algorithm: "plot_performance_box"
9976   output-file-type: ".html"
9977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9978   data: "plot-vpp-throughput-latency-3n-hsw"
9979   filter: "'NIC_Intel-X520-DA2' and
9980            '64B' and
9981            'NDRPDR' and
9982            '2T2C' and
9983            'IP4FWD' and
9984            'IACL' and
9985            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9986            not 'IPSEC' and
9987            not 'VHOST'"
9988   parameters:
9989   - "throughput"
9990   - "parent"
9991   - "tags"
9992   sort:
9993   - "ACL_STATELESS"
9994   - "ACL_STATEFUL"
9995   - "ACL_STATELESS"
9996   - "ACL_STATEFUL"
9997   traces:
9998     hoverinfo: "x+y"
9999     boxpoints: "outliers"
10000     whiskerwidth: 0
10001   layout:
10002     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10003     layout: "plot-throughput"
10004
10005 -
10006   type: "plot"
10007   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10008   algorithm: "plot_performance_box"
10009   output-file-type: ".html"
10010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10011   data: "plot-vpp-throughput-latency-3n-hsw"
10012   filter: "'NIC_Intel-X520-DA2' and
10013            '64B' and
10014            'NDRPDR' and
10015            '2T2C' and
10016            'IP4FWD' and
10017            'IACL' and
10018            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10019            not 'IPSEC' and
10020            not 'VHOST'"
10021   parameters:
10022   - "throughput"
10023   - "parent"
10024   - "tags"
10025   sort:
10026   - "ACL_STATELESS"
10027   - "ACL_STATEFUL"
10028   - "ACL_STATELESS"
10029   - "ACL_STATEFUL"
10030   traces:
10031     hoverinfo: "x+y"
10032     boxpoints: "outliers"
10033     whiskerwidth: 0
10034   layout:
10035     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10036     layout: "plot-throughput"
10037
10038 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10039 -
10040   type: "plot"
10041   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10042   algorithm: "plot_performance_box"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10045   data: "plot-vpp-throughput-latency-3n-hsw"
10046   filter: "'NIC_Intel-X520-DA2' and
10047            '64B' and
10048            'NDRPDR' and
10049            '1T1C' and
10050            'IP4FWD' and
10051            'OACL' and
10052            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10053            not 'IPSEC' and
10054            not 'VHOST'"
10055   parameters:
10056   - "throughput"
10057   - "parent"
10058   - "tags"
10059   sort:
10060   - "ACL_STATELESS"
10061   - "ACL_STATEFUL"
10062   - "ACL_STATELESS"
10063   - "ACL_STATEFUL"
10064   traces:
10065     hoverinfo: "x+y"
10066     boxpoints: "outliers"
10067     whiskerwidth: 0
10068   layout:
10069     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10070     layout: "plot-throughput"
10071
10072 -
10073   type: "plot"
10074   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10075   algorithm: "plot_performance_box"
10076   output-file-type: ".html"
10077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10078   data: "plot-vpp-throughput-latency-3n-hsw"
10079   filter: "'NIC_Intel-X520-DA2' and
10080            '64B' and
10081            'NDRPDR' and
10082            '1T1C' and
10083            'IP4FWD' and
10084            'OACL' and
10085            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10086            not 'IPSEC' and
10087            not 'VHOST'"
10088   parameters:
10089   - "throughput"
10090   - "parent"
10091   - "tags"
10092   sort:
10093   - "ACL_STATELESS"
10094   - "ACL_STATEFUL"
10095   - "ACL_STATELESS"
10096   - "ACL_STATEFUL"
10097   traces:
10098     hoverinfo: "x+y"
10099     boxpoints: "outliers"
10100     whiskerwidth: 0
10101   layout:
10102     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10103     layout: "plot-throughput"
10104
10105 -
10106   type: "plot"
10107   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10108   algorithm: "plot_performance_box"
10109   output-file-type: ".html"
10110   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10111   data: "plot-vpp-throughput-latency-3n-hsw"
10112   filter: "'NIC_Intel-X520-DA2' and
10113            '64B' and
10114            'NDRPDR' and
10115            '2T2C' and
10116            'IP4FWD' and
10117            'OACL' and
10118            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10119            not 'IPSEC' and
10120            not 'VHOST'"
10121   parameters:
10122   - "throughput"
10123   - "parent"
10124   - "tags"
10125   sort:
10126   - "ACL_STATELESS"
10127   - "ACL_STATEFUL"
10128   - "ACL_STATELESS"
10129   - "ACL_STATEFUL"
10130   traces:
10131     hoverinfo: "x+y"
10132     boxpoints: "outliers"
10133     whiskerwidth: 0
10134   layout:
10135     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10136     layout: "plot-throughput"
10137
10138 -
10139   type: "plot"
10140   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10141   algorithm: "plot_performance_box"
10142   output-file-type: ".html"
10143   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10144   data: "plot-vpp-throughput-latency-3n-hsw"
10145   filter: "'NIC_Intel-X520-DA2' and
10146            '64B' and
10147            'NDRPDR' and
10148            '2T2C' and
10149            'IP4FWD' and
10150            'OACL' and
10151            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10152            not 'IPSEC' and
10153            not 'VHOST'"
10154   parameters:
10155   - "throughput"
10156   - "parent"
10157   - "tags"
10158   sort:
10159   - "ACL_STATELESS"
10160   - "ACL_STATEFUL"
10161   - "ACL_STATELESS"
10162   - "ACL_STATEFUL"
10163   traces:
10164     hoverinfo: "x+y"
10165     boxpoints: "outliers"
10166     whiskerwidth: 0
10167   layout:
10168     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10169     layout: "plot-throughput"
10170
10171 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10172 -
10173   type: "plot"
10174   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10175   algorithm: "plot_performance_box"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10178   data: "plot-vpp-throughput-latency-3n-hsw"
10179   filter: "'NIC_Intel-X710' and
10180            '64B' and
10181            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10182            'NDRPDR' and
10183            '1T1C' and
10184            'IP4FWD' and
10185            not 'IPSEC' and
10186            not 'VHOST'"
10187   parameters:
10188   - "throughput"
10189   - "parent"
10190   - "tags"
10191   sort:
10192   - "DOT1Q"
10193   - "IP4BASE"
10194   - "FIB_20K"
10195   - "FIB_200K"
10196   - "FIB_2M"
10197   traces:
10198     hoverinfo: "x+y"
10199     boxpoints: "outliers"
10200     whiskerwidth: 0
10201   layout:
10202     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10203     layout: "plot-throughput"
10204
10205 -
10206   type: "plot"
10207   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10208   algorithm: "plot_performance_box"
10209   output-file-type: ".html"
10210   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10211   data: "plot-vpp-throughput-latency-3n-hsw"
10212   filter: "'NIC_Intel-X710' and
10213            '64B' and
10214            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10215            'NDRPDR' and
10216            '1T1C' and
10217            'IP4FWD' and
10218            not 'IPSEC' and
10219            not 'VHOST'"
10220   parameters:
10221   - "throughput"
10222   - "parent"
10223   - "tags"
10224   sort:
10225   - "DOT1Q"
10226   - "IP4BASE"
10227   - "FIB_20K"
10228   - "FIB_200K"
10229   - "FIB_2M"
10230   traces:
10231     hoverinfo: "x+y"
10232     boxpoints: "outliers"
10233     whiskerwidth: 0
10234   layout:
10235     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10236     layout: "plot-throughput"
10237
10238 -
10239   type: "plot"
10240   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10241   algorithm: "plot_performance_box"
10242   output-file-type: ".html"
10243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10244   data: "plot-vpp-throughput-latency-3n-hsw"
10245   filter: "'NIC_Intel-X710' and
10246            '64B' and
10247            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10248            'NDRPDR' and
10249            '2T2C' and
10250            'IP4FWD' and
10251            not 'IPSEC' and
10252            not 'VHOST'"
10253   parameters:
10254   - "throughput"
10255   - "parent"
10256   - "tags"
10257   sort:
10258   - "DOT1Q"
10259   - "IP4BASE"
10260   - "FIB_20K"
10261   - "FIB_200K"
10262   - "FIB_2M"
10263   traces:
10264     hoverinfo: "x+y"
10265     boxpoints: "outliers"
10266     whiskerwidth: 0
10267   layout:
10268     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10269     layout: "plot-throughput"
10270
10271 -
10272   type: "plot"
10273   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10274   algorithm: "plot_performance_box"
10275   output-file-type: ".html"
10276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10277   data: "plot-vpp-throughput-latency-3n-hsw"
10278   filter: "'NIC_Intel-X710' and
10279            '64B' and
10280            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10281            'NDRPDR' and
10282            '2T2C' and
10283            'IP4FWD' and
10284            not 'IPSEC' and
10285            not 'VHOST'"
10286   parameters:
10287   - "throughput"
10288   - "parent"
10289   - "tags"
10290   sort:
10291   - "DOT1Q"
10292   - "IP4BASE"
10293   - "FIB_20K"
10294   - "FIB_200K"
10295   - "FIB_2M"
10296   traces:
10297     hoverinfo: "x+y"
10298     boxpoints: "outliers"
10299     whiskerwidth: 0
10300   layout:
10301     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10302     layout: "plot-throughput"
10303
10304 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10305 -
10306   type: "plot"
10307   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10308   algorithm: "plot_performance_box"
10309   output-file-type: ".html"
10310   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10311   data: "plot-vpp-throughput-latency-3n-hsw"
10312   filter: "'NIC_Intel-X710' and
10313            '64B' and
10314            ('IP4BASE' or
10315             'POLICE_MARK' or
10316             'COPWHLIST' or
10317             ('NAT44' and 'BASE') or
10318             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10319            'NDRPDR' and
10320            '1T1C' and
10321            'IP4FWD' and
10322            not 'IPSEC' and
10323            not 'VHOST'"
10324   parameters:
10325   - "throughput"
10326   - "parent"
10327   - "tags"
10328   sort:
10329   - "IP4BASE"
10330   - "NAT44"
10331   - "POLICE_MARK"
10332   - "COPWHLIST"
10333   - "IACL"
10334   - "OACL"
10335   traces:
10336     hoverinfo: "x+y"
10337     boxpoints: "outliers"
10338     whiskerwidth: 0
10339   layout:
10340     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10341     layout: "plot-throughput"
10342
10343 -
10344   type: "plot"
10345   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10346   algorithm: "plot_performance_box"
10347   output-file-type: ".html"
10348   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10349   data: "plot-vpp-throughput-latency-3n-hsw"
10350   filter: "'NIC_Intel-X710' and
10351            '64B' and
10352            ('IP4BASE' or
10353             'POLICE_MARK' or
10354             'COPWHLIST' or
10355             ('NAT44' and 'BASE') or
10356             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10357            'NDRPDR' and
10358            '1T1C' and
10359            'IP4FWD' and
10360            not 'IPSEC' and
10361            not 'VHOST'"
10362   parameters:
10363   - "throughput"
10364   - "parent"
10365   - "tags"
10366   sort:
10367   - "IP4BASE"
10368   - "NAT44"
10369   - "POLICE_MARK"
10370   - "COPWHLIST"
10371   - "IACL"
10372   - "OACL"
10373   traces:
10374     hoverinfo: "x+y"
10375     boxpoints: "outliers"
10376     whiskerwidth: 0
10377   layout:
10378     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10379     layout: "plot-throughput"
10380
10381 -
10382   type: "plot"
10383   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10384   algorithm: "plot_performance_box"
10385   output-file-type: ".html"
10386   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10387   data: "plot-vpp-throughput-latency-3n-hsw"
10388   filter: "'NIC_Intel-X710' and
10389            '64B' and
10390            ('IP4BASE' or
10391             'POLICE_MARK' or
10392             'COPWHLIST' or
10393             ('NAT44' and 'BASE') or
10394             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10395            'NDRPDR' and
10396            '2T2C' and
10397            'IP4FWD' and
10398            not 'IPSEC' and
10399            not 'VHOST'"
10400   parameters:
10401   - "throughput"
10402   - "parent"
10403   - "tags"
10404   sort:
10405   - "IP4BASE"
10406   - "NAT44"
10407   - "POLICE_MARK"
10408   - "COPWHLIST"
10409   - "IACL"
10410   - "OACL"
10411   traces:
10412     hoverinfo: "x+y"
10413     boxpoints: "outliers"
10414     whiskerwidth: 0
10415   layout:
10416     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10417     layout: "plot-throughput"
10418
10419 -
10420   type: "plot"
10421   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10422   algorithm: "plot_performance_box"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10425   data: "plot-vpp-throughput-latency-3n-hsw"
10426   filter: "'NIC_Intel-X710' and
10427            '64B' and
10428            ('IP4BASE' or
10429             'POLICE_MARK' or
10430             'COPWHLIST' or
10431             ('NAT44' and 'BASE') or
10432             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10433            'NDRPDR' and
10434            '2T2C' and
10435            'IP4FWD' and
10436            not 'IPSEC' and
10437            not 'VHOST'"
10438   parameters:
10439   - "throughput"
10440   - "parent"
10441   - "tags"
10442   sort:
10443   - "IP4BASE"
10444   - "NAT44"
10445   - "POLICE_MARK"
10446   - "COPWHLIST"
10447   - "IACL"
10448   - "OACL"
10449   traces:
10450     hoverinfo: "x+y"
10451     boxpoints: "outliers"
10452     whiskerwidth: 0
10453   layout:
10454     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10455     layout: "plot-throughput"
10456
10457 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10458 -
10459   type: "plot"
10460   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10461   algorithm: "plot_performance_box"
10462   output-file-type: ".html"
10463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10464   data: "plot-vpp-throughput-latency-3n-skx"
10465   filter: "'NIC_Intel-X710' and
10466            '64B' and
10467            'NDRPDR' and
10468            '2T1C' and
10469            'IP4FWD' and
10470            'NAT44' and
10471            not 'IPSEC' and
10472            not 'VHOST'"
10473   parameters:
10474   - "throughput"
10475   - "parent"
10476   - "tags"
10477   sort:
10478   - "BASE"
10479   - "BASE"
10480   - "SRC_USER_10"
10481   - "SRC_USER_100"
10482   - "SRC_USER_1000"
10483   - "SRC_USER_2000"
10484   traces:
10485     hoverinfo: "x+y"
10486     boxpoints: "outliers"
10487     whiskerwidth: 0
10488   layout:
10489     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10490     layout: "plot-throughput"
10491
10492 -
10493   type: "plot"
10494   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10495   algorithm: "plot_performance_box"
10496   output-file-type: ".html"
10497   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10498   data: "plot-vpp-throughput-latency-3n-skx"
10499   filter: "'NIC_Intel-X710' and
10500            '64B' and
10501            'NDRPDR' and
10502            '2T1C' and
10503            'IP4FWD' and
10504            'NAT44' and
10505            not 'IPSEC' and
10506            not 'VHOST'"
10507   parameters:
10508   - "throughput"
10509   - "parent"
10510   - "tags"
10511   sort:
10512   - "BASE"
10513   - "BASE"
10514   - "SRC_USER_10"
10515   - "SRC_USER_100"
10516   - "SRC_USER_1000"
10517   - "SRC_USER_2000"
10518   traces:
10519     hoverinfo: "x+y"
10520     boxpoints: "outliers"
10521     whiskerwidth: 0
10522   layout:
10523     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10524     layout: "plot-throughput"
10525
10526 -
10527   type: "plot"
10528   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10529   algorithm: "plot_performance_box"
10530   output-file-type: ".html"
10531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10532   data: "plot-vpp-throughput-latency-3n-skx"
10533   filter: "'NIC_Intel-X710' and
10534            '64B' and
10535            'NDRPDR' and
10536            '4T2C' and
10537            'IP4FWD' and
10538            'NAT44' and
10539            not 'IPSEC' and
10540            not 'VHOST'"
10541   parameters:
10542   - "throughput"
10543   - "parent"
10544   - "tags"
10545   sort:
10546   - "BASE"
10547   - "BASE"
10548   - "SRC_USER_10"
10549   - "SRC_USER_100"
10550   - "SRC_USER_1000"
10551   - "SRC_USER_2000"
10552   traces:
10553     hoverinfo: "x+y"
10554     boxpoints: "outliers"
10555     whiskerwidth: 0
10556   layout:
10557     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10558     layout: "plot-throughput"
10559
10560 -
10561   type: "plot"
10562   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10563   algorithm: "plot_performance_box"
10564   output-file-type: ".html"
10565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10566   data: "plot-vpp-throughput-latency-3n-skx"
10567   filter: "'NIC_Intel-X710' and
10568            '64B' and
10569            'NDRPDR' and
10570            '4T2C' and
10571            'IP4FWD' and
10572            'NAT44' and
10573            not 'IPSEC' and
10574            not 'VHOST'"
10575   parameters:
10576   - "throughput"
10577   - "parent"
10578   - "tags"
10579   sort:
10580   - "BASE"
10581   - "BASE"
10582   - "SRC_USER_10"
10583   - "SRC_USER_100"
10584   - "SRC_USER_1000"
10585   - "SRC_USER_2000"
10586   traces:
10587     hoverinfo: "x+y"
10588     boxpoints: "outliers"
10589     whiskerwidth: 0
10590   layout:
10591     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10592     layout: "plot-throughput"
10593
10594 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10595 -
10596   type: "plot"
10597   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10598   algorithm: "plot_performance_box"
10599   output-file-type: ".html"
10600   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10601   data: "plot-vpp-throughput-latency-3n-skx"
10602   filter: "'NIC_Intel-X710' and
10603            '64B' and
10604            'NDRPDR' and
10605            '2T1C' and
10606            'IP4FWD' and
10607            'IACL' and
10608            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10609            not 'IPSEC' and
10610            not 'VHOST'"
10611   parameters:
10612   - "throughput"
10613   - "parent"
10614   - "tags"
10615   sort:
10616   - "ACL_STATELESS"
10617   - "ACL_STATEFUL"
10618   - "ACL_STATELESS"
10619   - "ACL_STATEFUL"
10620   traces:
10621     hoverinfo: "x+y"
10622     boxpoints: "outliers"
10623     whiskerwidth: 0
10624   layout:
10625     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10626     layout: "plot-throughput"
10627
10628 -
10629   type: "plot"
10630   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10631   algorithm: "plot_performance_box"
10632   output-file-type: ".html"
10633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10634   data: "plot-vpp-throughput-latency-3n-skx"
10635   filter: "'NIC_Intel-X710' and
10636            '64B' and
10637            'NDRPDR' and
10638            '2T1C' and
10639            'IP4FWD' and
10640            'IACL' and
10641            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10642            not 'IPSEC' and
10643            not 'VHOST'"
10644   parameters:
10645   - "throughput"
10646   - "parent"
10647   - "tags"
10648   sort:
10649   - "ACL_STATELESS"
10650   - "ACL_STATEFUL"
10651   - "ACL_STATELESS"
10652   - "ACL_STATEFUL"
10653   traces:
10654     hoverinfo: "x+y"
10655     boxpoints: "outliers"
10656     whiskerwidth: 0
10657   layout:
10658     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10659     layout: "plot-throughput"
10660
10661 -
10662   type: "plot"
10663   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10664   algorithm: "plot_performance_box"
10665   output-file-type: ".html"
10666   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10667   data: "plot-vpp-throughput-latency-3n-skx"
10668   filter: "'NIC_Intel-X710' and
10669            '64B' and
10670            'NDRPDR' and
10671            '4T2C' and
10672            'IP4FWD' and
10673            'IACL' and
10674            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10675            not 'IPSEC' and
10676            not 'VHOST'"
10677   parameters:
10678   - "throughput"
10679   - "parent"
10680   - "tags"
10681   sort:
10682   - "ACL_STATELESS"
10683   - "ACL_STATEFUL"
10684   - "ACL_STATELESS"
10685   - "ACL_STATEFUL"
10686   traces:
10687     hoverinfo: "x+y"
10688     boxpoints: "outliers"
10689     whiskerwidth: 0
10690   layout:
10691     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10692     layout: "plot-throughput"
10693
10694 -
10695   type: "plot"
10696   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10697   algorithm: "plot_performance_box"
10698   output-file-type: ".html"
10699   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10700   data: "plot-vpp-throughput-latency-3n-skx"
10701   filter: "'NIC_Intel-X710' and
10702            '64B' and
10703            'NDRPDR' and
10704            '4T2C' and
10705            'IP4FWD' and
10706            'IACL' and
10707            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10708            not 'IPSEC' and
10709            not 'VHOST'"
10710   parameters:
10711   - "throughput"
10712   - "parent"
10713   - "tags"
10714   sort:
10715   - "ACL_STATELESS"
10716   - "ACL_STATEFUL"
10717   - "ACL_STATELESS"
10718   - "ACL_STATEFUL"
10719   traces:
10720     hoverinfo: "x+y"
10721     boxpoints: "outliers"
10722     whiskerwidth: 0
10723   layout:
10724     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10725     layout: "plot-throughput"
10726
10727 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
10728 -
10729   type: "plot"
10730   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10731   algorithm: "plot_performance_box"
10732   output-file-type: ".html"
10733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10734   data: "plot-vpp-throughput-latency-3n-skx"
10735   filter: "'NIC_Intel-X710' and
10736            '64B' and
10737            'NDRPDR' and
10738            '2T1C' and
10739            'IP4FWD' and
10740            'OACL' and
10741            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10742            not 'IPSEC' and
10743            not 'VHOST'"
10744   parameters:
10745   - "throughput"
10746   - "parent"
10747   - "tags"
10748   sort:
10749   - "ACL_STATELESS"
10750   - "ACL_STATEFUL"
10751   - "ACL_STATELESS"
10752   - "ACL_STATEFUL"
10753   traces:
10754     hoverinfo: "x+y"
10755     boxpoints: "outliers"
10756     whiskerwidth: 0
10757   layout:
10758     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10759     layout: "plot-throughput"
10760
10761 -
10762   type: "plot"
10763   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10764   algorithm: "plot_performance_box"
10765   output-file-type: ".html"
10766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10767   data: "plot-vpp-throughput-latency-3n-skx"
10768   filter: "'NIC_Intel-X710' and
10769            '64B' and
10770            'NDRPDR' and
10771            '2T1C' and
10772            'IP4FWD' and
10773            'OACL' and
10774            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10775            not 'IPSEC' and
10776            not 'VHOST'"
10777   parameters:
10778   - "throughput"
10779   - "parent"
10780   - "tags"
10781   sort:
10782   - "ACL_STATELESS"
10783   - "ACL_STATEFUL"
10784   - "ACL_STATELESS"
10785   - "ACL_STATEFUL"
10786   traces:
10787     hoverinfo: "x+y"
10788     boxpoints: "outliers"
10789     whiskerwidth: 0
10790   layout:
10791     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10792     layout: "plot-throughput"
10793
10794 -
10795   type: "plot"
10796   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10797   algorithm: "plot_performance_box"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10800   data: "plot-vpp-throughput-latency-3n-skx"
10801   filter: "'NIC_Intel-X710' and
10802            '64B' and
10803            'NDRPDR' and
10804            '4T2C' and
10805            'IP4FWD' and
10806            'OACL' and
10807            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10808            not 'IPSEC' and
10809            not 'VHOST'"
10810   parameters:
10811   - "throughput"
10812   - "parent"
10813   - "tags"
10814   sort:
10815   - "ACL_STATELESS"
10816   - "ACL_STATEFUL"
10817   - "ACL_STATELESS"
10818   - "ACL_STATEFUL"
10819   traces:
10820     hoverinfo: "x+y"
10821     boxpoints: "outliers"
10822     whiskerwidth: 0
10823   layout:
10824     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10825     layout: "plot-throughput"
10826
10827 -
10828   type: "plot"
10829   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10830   algorithm: "plot_performance_box"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10833   data: "plot-vpp-throughput-latency-3n-skx"
10834   filter: "'NIC_Intel-X710' and
10835            '64B' and
10836            'NDRPDR' and
10837            '4T2C' and
10838            'IP4FWD' and
10839            'OACL' and
10840            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10841            not 'IPSEC' and
10842            not 'VHOST'"
10843   parameters:
10844   - "throughput"
10845   - "parent"
10846   - "tags"
10847   sort:
10848   - "ACL_STATELESS"
10849   - "ACL_STATEFUL"
10850   - "ACL_STATELESS"
10851   - "ACL_STATEFUL"
10852   traces:
10853     hoverinfo: "x+y"
10854     boxpoints: "outliers"
10855     whiskerwidth: 0
10856   layout:
10857     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10858     layout: "plot-throughput"
10859
10860 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10861 -
10862   type: "plot"
10863   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10864   algorithm: "plot_performance_box"
10865   output-file-type: ".html"
10866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10867   data: "plot-vpp-throughput-latency-3n-hsw"
10868   filter: "'NIC_Intel-XL710' and
10869            '64B' and
10870            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10871            'NDRPDR' and
10872            '1T1C' and
10873            'IP4FWD' and
10874            not 'IPSEC' and
10875            not 'VHOST'"
10876   parameters:
10877   - "throughput"
10878   - "parent"
10879   - "tags"
10880   sort:
10881   - "IP4BASE"
10882   - "FIB_20K"
10883   - "FIB_200K"
10884   - "FIB_2M"
10885   traces:
10886     hoverinfo: "x+y"
10887     boxpoints: "outliers"
10888     whiskerwidth: 0
10889   layout:
10890     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10891     layout: "plot-throughput"
10892
10893 -
10894   type: "plot"
10895   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10896   algorithm: "plot_performance_box"
10897   output-file-type: ".html"
10898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10899   data: "plot-vpp-throughput-latency-3n-hsw"
10900   filter: "'NIC_Intel-XL710' and
10901            '64B' and
10902            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10903            'NDRPDR' and
10904            '1T1C' and
10905            'IP4FWD' and
10906            not 'IPSEC' and
10907            not 'VHOST'"
10908   parameters:
10909   - "throughput"
10910   - "parent"
10911   - "tags"
10912   sort:
10913   - "IP4BASE"
10914   - "FIB_20K"
10915   - "FIB_200K"
10916   - "FIB_2M"
10917   traces:
10918     hoverinfo: "x+y"
10919     boxpoints: "outliers"
10920     whiskerwidth: 0
10921   layout:
10922     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10923     layout: "plot-throughput"
10924
10925 -
10926   type: "plot"
10927   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10928   algorithm: "plot_performance_box"
10929   output-file-type: ".html"
10930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10931   data: "plot-vpp-throughput-latency-3n-hsw"
10932   filter: "'NIC_Intel-XL710' and
10933            '64B' and
10934            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10935            'NDRPDR' and
10936            '2T2C' and
10937            'IP4FWD' and
10938            not 'IPSEC' and
10939            not 'VHOST'"
10940   parameters:
10941   - "throughput"
10942   - "parent"
10943   - "tags"
10944   sort:
10945   - "IP4BASE"
10946   - "FIB_20K"
10947   - "FIB_200K"
10948   - "FIB_2M"
10949   traces:
10950     hoverinfo: "x+y"
10951     boxpoints: "outliers"
10952     whiskerwidth: 0
10953   layout:
10954     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10955     layout: "plot-throughput"
10956
10957 -
10958   type: "plot"
10959   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10960   algorithm: "plot_performance_box"
10961   output-file-type: ".html"
10962   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10963   data: "plot-vpp-throughput-latency-3n-hsw"
10964   filter: "'NIC_Intel-XL710' and
10965            '64B' and
10966            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10967            'NDRPDR' and
10968            '2T2C' and
10969            'IP4FWD' and
10970            not 'IPSEC' and
10971            not 'VHOST'"
10972   parameters:
10973   - "throughput"
10974   - "parent"
10975   - "tags"
10976   sort:
10977   - "IP4BASE"
10978   - "FIB_20K"
10979   - "FIB_200K"
10980   - "FIB_2M"
10981   traces:
10982     hoverinfo: "x+y"
10983     boxpoints: "outliers"
10984     whiskerwidth: 0
10985   layout:
10986     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10987     layout: "plot-throughput"
10988
10989 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10990 -
10991   type: "plot"
10992   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10993   algorithm: "plot_performance_box"
10994   output-file-type: ".html"
10995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10996   data: "plot-vpp-throughput-latency-3n-skx"
10997   filter: "'NIC_Intel-X710' and
10998            '64B' and
10999            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11000            'NDRPDR' and
11001            '2T1C' and
11002            'IP4FWD' and
11003            not 'IPSEC' and
11004            not 'VHOST'"
11005   parameters:
11006   - "throughput"
11007   - "parent"
11008   - "tags"
11009   sort:
11010   - "IP4BASE"
11011   - "FIB_20K"
11012   - "FIB_200K"
11013   - "FIB_2M"
11014   traces:
11015     hoverinfo: "x+y"
11016     boxpoints: "outliers"
11017     whiskerwidth: 0
11018   layout:
11019     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11020     layout: "plot-throughput"
11021
11022 -
11023   type: "plot"
11024   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11025   algorithm: "plot_performance_box"
11026   output-file-type: ".html"
11027   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11028   data: "plot-vpp-throughput-latency-3n-skx"
11029   filter: "'NIC_Intel-X710' and
11030            '64B' and
11031            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11032            'NDRPDR' and
11033            '2T1C' and
11034            'IP4FWD' and
11035            not 'IPSEC' and
11036            not 'VHOST'"
11037   parameters:
11038   - "throughput"
11039   - "parent"
11040   - "tags"
11041   sort:
11042   - "IP4BASE"
11043   - "FIB_20K"
11044   - "FIB_200K"
11045   - "FIB_2M"
11046   traces:
11047     hoverinfo: "x+y"
11048     boxpoints: "outliers"
11049     whiskerwidth: 0
11050   layout:
11051     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11052     layout: "plot-throughput"
11053
11054 -
11055   type: "plot"
11056   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11057   algorithm: "plot_performance_box"
11058   output-file-type: ".html"
11059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11060   data: "plot-vpp-throughput-latency-3n-skx"
11061   filter: "'NIC_Intel-X710' and
11062            '64B' and
11063            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11064            'NDRPDR' and
11065            '4T2C' and
11066            'IP4FWD' and
11067            not 'IPSEC' and
11068            not 'VHOST'"
11069   parameters:
11070   - "throughput"
11071   - "parent"
11072   - "tags"
11073   sort:
11074   - "IP4BASE"
11075   - "FIB_20K"
11076   - "FIB_200K"
11077   - "FIB_2M"
11078   traces:
11079     hoverinfo: "x+y"
11080     boxpoints: "outliers"
11081     whiskerwidth: 0
11082   layout:
11083     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11084     layout: "plot-throughput"
11085
11086 -
11087   type: "plot"
11088   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11089   algorithm: "plot_performance_box"
11090   output-file-type: ".html"
11091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11092   data: "plot-vpp-throughput-latency-3n-skx"
11093   filter: "'NIC_Intel-X710' and
11094            '64B' and
11095            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11096            'NDRPDR' and
11097            '4T2C' and
11098            'IP4FWD' and
11099            not 'IPSEC' and
11100            not 'VHOST'"
11101   parameters:
11102   - "throughput"
11103   - "parent"
11104   - "tags"
11105   sort:
11106   - "IP4BASE"
11107   - "FIB_20K"
11108   - "FIB_200K"
11109   - "FIB_2M"
11110   traces:
11111     hoverinfo: "x+y"
11112     boxpoints: "outliers"
11113     whiskerwidth: 0
11114   layout:
11115     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11116     layout: "plot-throughput"
11117
11118 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11119 -
11120   type: "plot"
11121   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11122   algorithm: "plot_performance_box"
11123   output-file-type: ".html"
11124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11125   data: "plot-vpp-throughput-latency-3n-skx"
11126   filter: "'NIC_Intel-X710' and
11127            '64B' and
11128            ('IP4BASE' or
11129             'POLICE_MARK' or
11130             'COPWHLIST' or
11131             ('NAT44' and 'BASE') or
11132             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11133            'NDRPDR' and
11134            '2T1C' and
11135            'IP4FWD' and
11136            not 'IPSEC' and
11137            not 'VHOST'"
11138   parameters:
11139   - "throughput"
11140   - "parent"
11141   - "tags"
11142   sort:
11143   - "IP4BASE"
11144   - "NAT44"
11145   - "POLICE_MARK"
11146   - "COPWHLIST"
11147   - "IACL"
11148   - "OACL"
11149   traces:
11150     hoverinfo: "x+y"
11151     boxpoints: "outliers"
11152     whiskerwidth: 0
11153   layout:
11154     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11155     layout: "plot-throughput"
11156
11157 -
11158   type: "plot"
11159   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11160   algorithm: "plot_performance_box"
11161   output-file-type: ".html"
11162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11163   data: "plot-vpp-throughput-latency-3n-skx"
11164   filter: "'NIC_Intel-X710' and
11165            '64B' and
11166            ('IP4BASE' or
11167             'POLICE_MARK' or
11168             'COPWHLIST' or
11169             ('NAT44' and 'BASE') or
11170             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11171            'NDRPDR' and
11172            '2T1C' and
11173            'IP4FWD' and
11174            not 'IPSEC' and
11175            not 'VHOST'"
11176   parameters:
11177   - "throughput"
11178   - "parent"
11179   - "tags"
11180   sort:
11181   - "IP4BASE"
11182   - "NAT44"
11183   - "POLICE_MARK"
11184   - "COPWHLIST"
11185   - "IACL"
11186   - "OACL"
11187   traces:
11188     hoverinfo: "x+y"
11189     boxpoints: "outliers"
11190     whiskerwidth: 0
11191   layout:
11192     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11193     layout: "plot-throughput"
11194
11195 -
11196   type: "plot"
11197   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11198   algorithm: "plot_performance_box"
11199   output-file-type: ".html"
11200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11201   data: "plot-vpp-throughput-latency-3n-skx"
11202   filter: "'NIC_Intel-X710' and
11203            '64B' and
11204            ('IP4BASE' or
11205             'POLICE_MARK' or
11206             'COPWHLIST' or
11207             ('NAT44' and 'BASE') or
11208             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11209            'NDRPDR' and
11210            '4T2C' and
11211            'IP4FWD' and
11212            not 'IPSEC' and
11213            not 'VHOST'"
11214   parameters:
11215   - "throughput"
11216   - "parent"
11217   - "tags"
11218   sort:
11219   - "IP4BASE"
11220   - "NAT44"
11221   - "POLICE_MARK"
11222   - "COPWHLIST"
11223   - "IACL"
11224   - "OACL"
11225   traces:
11226     hoverinfo: "x+y"
11227     boxpoints: "outliers"
11228     whiskerwidth: 0
11229   layout:
11230     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11231     layout: "plot-throughput"
11232
11233 -
11234   type: "plot"
11235   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11236   algorithm: "plot_performance_box"
11237   output-file-type: ".html"
11238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11239   data: "plot-vpp-throughput-latency-3n-skx"
11240   filter: "'NIC_Intel-X710' and
11241            '64B' and
11242            ('IP4BASE' or
11243             'POLICE_MARK' or
11244             'COPWHLIST' or
11245             ('NAT44' and 'BASE') or
11246             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11247            'NDRPDR' and
11248            '4T2C' and
11249            'IP4FWD' and
11250            not 'IPSEC' and
11251            not 'VHOST'"
11252   parameters:
11253   - "throughput"
11254   - "parent"
11255   - "tags"
11256   sort:
11257   - "IP4BASE"
11258   - "NAT44"
11259   - "POLICE_MARK"
11260   - "COPWHLIST"
11261   - "IACL"
11262   - "OACL"
11263   traces:
11264     hoverinfo: "x+y"
11265     boxpoints: "outliers"
11266     whiskerwidth: 0
11267   layout:
11268     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11269     layout: "plot-throughput"
11270
11271 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11272 -
11273   type: "plot"
11274   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11275   algorithm: "plot_performance_box"
11276   output-file-type: ".html"
11277   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11278   data: "plot-vpp-throughput-latency-3n-hsw"
11279   filter: "'NIC_Intel-X710' and
11280            '64B' and
11281            'NDRPDR' and
11282            '1T1C' and
11283            'IP4FWD' and
11284            'NAT44' and
11285            not 'IPSEC' and
11286            not 'VHOST'"
11287   parameters:
11288   - "throughput"
11289   - "parent"
11290   - "tags"
11291   sort:
11292   - "BASE"
11293   - "BASE"
11294   - "SRC_USER_10"
11295   - "SRC_USER_100"
11296   - "SRC_USER_1000"
11297   - "SRC_USER_2000"
11298   traces:
11299     hoverinfo: "x+y"
11300     boxpoints: "outliers"
11301     whiskerwidth: 0
11302   layout:
11303     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11304     layout: "plot-throughput"
11305
11306 -
11307   type: "plot"
11308   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11309   algorithm: "plot_performance_box"
11310   output-file-type: ".html"
11311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11312   data: "plot-vpp-throughput-latency-3n-hsw"
11313   filter: "'NIC_Intel-X710' and
11314            '64B' and
11315            'NDRPDR' and
11316            '1T1C' and
11317            'IP4FWD' and
11318            'NAT44' and
11319            not 'IPSEC' and
11320            not 'VHOST'"
11321   parameters:
11322   - "throughput"
11323   - "parent"
11324   - "tags"
11325   sort:
11326   - "BASE"
11327   - "BASE"
11328   - "SRC_USER_10"
11329   - "SRC_USER_100"
11330   - "SRC_USER_1000"
11331   - "SRC_USER_2000"
11332   traces:
11333     hoverinfo: "x+y"
11334     boxpoints: "outliers"
11335     whiskerwidth: 0
11336   layout:
11337     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11338     layout: "plot-throughput"
11339
11340 -
11341   type: "plot"
11342   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11343   algorithm: "plot_performance_box"
11344   output-file-type: ".html"
11345   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11346   data: "plot-vpp-throughput-latency-3n-hsw"
11347   filter: "'NIC_Intel-X710' and
11348            '64B' and
11349            'NDRPDR' and
11350            '2T2C' and
11351            'IP4FWD' and
11352            'NAT44' and
11353            not 'IPSEC' and
11354            not 'VHOST'"
11355   parameters:
11356   - "throughput"
11357   - "parent"
11358   - "tags"
11359   sort:
11360   - "BASE"
11361   - "BASE"
11362   - "SRC_USER_10"
11363   - "SRC_USER_100"
11364   - "SRC_USER_1000"
11365   - "SRC_USER_2000"
11366   traces:
11367     hoverinfo: "x+y"
11368     boxpoints: "outliers"
11369     whiskerwidth: 0
11370   layout:
11371     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11372     layout: "plot-throughput"
11373
11374 -
11375   type: "plot"
11376   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11377   algorithm: "plot_performance_box"
11378   output-file-type: ".html"
11379   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11380   data: "plot-vpp-throughput-latency-3n-hsw"
11381   filter: "'NIC_Intel-X710' and
11382            '64B' and
11383            'NDRPDR' and
11384            '2T2C' and
11385            'IP4FWD' and
11386            'NAT44' and
11387            not 'IPSEC' and
11388            not 'VHOST'"
11389   parameters:
11390   - "throughput"
11391   - "parent"
11392   - "tags"
11393   sort:
11394   - "BASE"
11395   - "BASE"
11396   - "SRC_USER_10"
11397   - "SRC_USER_100"
11398   - "SRC_USER_1000"
11399   - "SRC_USER_2000"
11400   traces:
11401     hoverinfo: "x+y"
11402     boxpoints: "outliers"
11403     whiskerwidth: 0
11404   layout:
11405     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11406     layout: "plot-throughput"
11407
11408 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11409 -
11410   type: "plot"
11411   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11412   algorithm: "plot_performance_box"
11413   output-file-type: ".html"
11414   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11415   data: "plot-vpp-throughput-latency-3n-hsw"
11416   filter: "'NIC_Intel-X710' and
11417            '64B' and
11418            'NDRPDR' and
11419            '1T1C' and
11420            'IP4FWD' and
11421            'IACL' and
11422            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11423            not 'IPSEC' and
11424            not 'VHOST'"
11425   parameters:
11426   - "throughput"
11427   - "parent"
11428   - "tags"
11429   sort:
11430   - "ACL_STATELESS"
11431   - "ACL_STATEFUL"
11432   - "ACL_STATELESS"
11433   - "ACL_STATEFUL"
11434   traces:
11435     hoverinfo: "x+y"
11436     boxpoints: "outliers"
11437     whiskerwidth: 0
11438   layout:
11439     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11440     layout: "plot-throughput"
11441
11442 -
11443   type: "plot"
11444   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11445   algorithm: "plot_performance_box"
11446   output-file-type: ".html"
11447   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11448   data: "plot-vpp-throughput-latency-3n-hsw"
11449   filter: "'NIC_Intel-X710' and
11450            '64B' and
11451            'NDRPDR' and
11452            '1T1C' and
11453            'IP4FWD' and
11454            'IACL' and
11455            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11456            not 'IPSEC' and
11457            not 'VHOST'"
11458   parameters:
11459   - "throughput"
11460   - "parent"
11461   - "tags"
11462   sort:
11463   - "ACL_STATELESS"
11464   - "ACL_STATEFUL"
11465   - "ACL_STATELESS"
11466   - "ACL_STATEFUL"
11467   traces:
11468     hoverinfo: "x+y"
11469     boxpoints: "outliers"
11470     whiskerwidth: 0
11471   layout:
11472     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11473     layout: "plot-throughput"
11474
11475 -
11476   type: "plot"
11477   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11478   algorithm: "plot_performance_box"
11479   output-file-type: ".html"
11480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11481   data: "plot-vpp-throughput-latency-3n-hsw"
11482   filter: "'NIC_Intel-X710' and
11483            '64B' and
11484            'NDRPDR' and
11485            '2T2C' and
11486            'IP4FWD' and
11487            'IACL' and
11488            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11489            not 'IPSEC' and
11490            not 'VHOST'"
11491   parameters:
11492   - "throughput"
11493   - "parent"
11494   - "tags"
11495   sort:
11496   - "ACL_STATELESS"
11497   - "ACL_STATEFUL"
11498   - "ACL_STATELESS"
11499   - "ACL_STATEFUL"
11500   traces:
11501     hoverinfo: "x+y"
11502     boxpoints: "outliers"
11503     whiskerwidth: 0
11504   layout:
11505     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11506     layout: "plot-throughput"
11507
11508 -
11509   type: "plot"
11510   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11511   algorithm: "plot_performance_box"
11512   output-file-type: ".html"
11513   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11514   data: "plot-vpp-throughput-latency-3n-hsw"
11515   filter: "'NIC_Intel-X710' and
11516            '64B' and
11517            'NDRPDR' and
11518            '2T2C' and
11519            'IP4FWD' and
11520            'IACL' and
11521            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11522            not 'IPSEC' and
11523            not 'VHOST'"
11524   parameters:
11525   - "throughput"
11526   - "parent"
11527   - "tags"
11528   sort:
11529   - "ACL_STATELESS"
11530   - "ACL_STATEFUL"
11531   - "ACL_STATELESS"
11532   - "ACL_STATEFUL"
11533   traces:
11534     hoverinfo: "x+y"
11535     boxpoints: "outliers"
11536     whiskerwidth: 0
11537   layout:
11538     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11539     layout: "plot-throughput"
11540
11541 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
11542 -
11543   type: "plot"
11544   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11545   algorithm: "plot_performance_box"
11546   output-file-type: ".html"
11547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11548   data: "plot-vpp-throughput-latency-3n-hsw"
11549   filter: "'NIC_Intel-X710' and
11550            '64B' and
11551            'NDRPDR' and
11552            '1T1C' and
11553            'IP4FWD' and
11554            'OACL' and
11555            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11556            not 'IPSEC' and
11557            not 'VHOST'"
11558   parameters:
11559   - "throughput"
11560   - "parent"
11561   - "tags"
11562   sort:
11563   - "ACL_STATELESS"
11564   - "ACL_STATEFUL"
11565   - "ACL_STATELESS"
11566   - "ACL_STATEFUL"
11567   traces:
11568     hoverinfo: "x+y"
11569     boxpoints: "outliers"
11570     whiskerwidth: 0
11571   layout:
11572     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11573     layout: "plot-throughput"
11574
11575 -
11576   type: "plot"
11577   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11578   algorithm: "plot_performance_box"
11579   output-file-type: ".html"
11580   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11581   data: "plot-vpp-throughput-latency-3n-hsw"
11582   filter: "'NIC_Intel-X710' and
11583            '64B' and
11584            'NDRPDR' and
11585            '1T1C' and
11586            'IP4FWD' and
11587            'OACL' and
11588            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11589            not 'IPSEC' and
11590            not 'VHOST'"
11591   parameters:
11592   - "throughput"
11593   - "parent"
11594   - "tags"
11595   sort:
11596   - "ACL_STATELESS"
11597   - "ACL_STATEFUL"
11598   - "ACL_STATELESS"
11599   - "ACL_STATEFUL"
11600   traces:
11601     hoverinfo: "x+y"
11602     boxpoints: "outliers"
11603     whiskerwidth: 0
11604   layout:
11605     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11606     layout: "plot-throughput"
11607
11608 -
11609   type: "plot"
11610   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11611   algorithm: "plot_performance_box"
11612   output-file-type: ".html"
11613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11614   data: "plot-vpp-throughput-latency-3n-hsw"
11615   filter: "'NIC_Intel-X710' and
11616            '64B' and
11617            'NDRPDR' and
11618            '2T2C' and
11619            'IP4FWD' and
11620            'OACL' and
11621            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11622            not 'IPSEC' and
11623            not 'VHOST'"
11624   parameters:
11625   - "throughput"
11626   - "parent"
11627   - "tags"
11628   sort:
11629   - "ACL_STATELESS"
11630   - "ACL_STATEFUL"
11631   - "ACL_STATELESS"
11632   - "ACL_STATEFUL"
11633   traces:
11634     hoverinfo: "x+y"
11635     boxpoints: "outliers"
11636     whiskerwidth: 0
11637   layout:
11638     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11639     layout: "plot-throughput"
11640
11641 -
11642   type: "plot"
11643   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11644   algorithm: "plot_performance_box"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11647   data: "plot-vpp-throughput-latency-3n-hsw"
11648   filter: "'NIC_Intel-X710' and
11649            '64B' and
11650            'NDRPDR' and
11651            '2T2C' and
11652            'IP4FWD' and
11653            'OACL' and
11654            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11655            not 'IPSEC' and
11656            not 'VHOST'"
11657   parameters:
11658   - "throughput"
11659   - "parent"
11660   - "tags"
11661   sort:
11662   - "ACL_STATELESS"
11663   - "ACL_STATEFUL"
11664   - "ACL_STATELESS"
11665   - "ACL_STATEFUL"
11666   traces:
11667     hoverinfo: "x+y"
11668     boxpoints: "outliers"
11669     whiskerwidth: 0
11670   layout:
11671     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11672     layout: "plot-throughput"
11673
11674 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11675 -
11676   type: "plot"
11677   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11678   algorithm: "plot_performance_box"
11679   output-file-type: ".html"
11680   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11681   data: "plot-vpp-throughput-latency-2n-skx"
11682   filter: "'NIC_Intel-X710' and
11683            '64B' and
11684            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11685            'NDRPDR' and
11686            '2T1C' and
11687            'IP4FWD' and
11688            not 'IPSEC' and
11689            not 'VHOST'"
11690   parameters:
11691   - "throughput"
11692   - "parent"
11693   - "tags"
11694   sort:
11695   - "DOT1Q"
11696   - "IP4BASE"
11697   - "FIB_20k"
11698   - "FIB_200k"
11699   - "FIB_2M"
11700   traces:
11701     hoverinfo: "x+y"
11702     boxpoints: "outliers"
11703     whiskerwidth: 0
11704   layout:
11705     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11706     layout: "plot-throughput"
11707
11708 -
11709   type: "plot"
11710   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11711   algorithm: "plot_performance_box"
11712   output-file-type: ".html"
11713   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11714   data: "plot-vpp-throughput-latency-2n-skx"
11715   filter: "'NIC_Intel-X710' and
11716            '64B' and
11717            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11718            'NDRPDR' and
11719            '2T1C' and
11720            'IP4FWD' and
11721            not 'IPSEC' and
11722            not 'VHOST'"
11723   parameters:
11724   - "throughput"
11725   - "parent"
11726   - "tags"
11727   sort:
11728   - "DOT1Q"
11729   - "IP4BASE"
11730   - "FIB_20k"
11731   - "FIB_200k"
11732   - "FIB_2M"
11733   traces:
11734     hoverinfo: "x+y"
11735     boxpoints: "outliers"
11736     whiskerwidth: 0
11737   layout:
11738     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11739     layout: "plot-throughput"
11740
11741 -
11742   type: "plot"
11743   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11744   algorithm: "plot_performance_box"
11745   output-file-type: ".html"
11746   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11747   data: "plot-vpp-throughput-latency-2n-skx"
11748   filter: "'NIC_Intel-X710' and
11749            '64B' and
11750            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11751            'NDRPDR' and
11752            '4T2C' and
11753            'IP4FWD' and
11754            not 'IPSEC' and
11755            not 'VHOST'"
11756   parameters:
11757   - "throughput"
11758   - "parent"
11759   - "tags"
11760   sort:
11761   - "DOT1Q"
11762   - "IP4BASE"
11763   - "FIB_20k"
11764   - "FIB_200k"
11765   - "FIB_2M"
11766   traces:
11767     hoverinfo: "x+y"
11768     boxpoints: "outliers"
11769     whiskerwidth: 0
11770   layout:
11771     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11772     layout: "plot-throughput"
11773
11774 -
11775   type: "plot"
11776   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11777   algorithm: "plot_performance_box"
11778   output-file-type: ".html"
11779   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11780   data: "plot-vpp-throughput-latency-2n-skx"
11781   filter: "'NIC_Intel-X710' and
11782            '64B' and
11783            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11784            'NDRPDR' and
11785            '4T2C' and
11786            'IP4FWD' and
11787            not 'IPSEC' and
11788            not 'VHOST'"
11789   parameters:
11790   - "throughput"
11791   - "parent"
11792   - "tags"
11793   sort:
11794   - "DOT1Q"
11795   - "IP4BASE"
11796   - "FIB_20k"
11797   - "FIB_200k"
11798   - "FIB_2M"
11799   traces:
11800     hoverinfo: "x+y"
11801     boxpoints: "outliers"
11802     whiskerwidth: 0
11803   layout:
11804     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11805     layout: "plot-throughput"
11806
11807 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11808 -
11809   type: "plot"
11810   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11811   algorithm: "plot_performance_box"
11812   output-file-type: ".html"
11813   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11814   data: "plot-vpp-throughput-latency-2n-skx"
11815   filter: "'NIC_Intel-XXV710' and
11816            '64B' and
11817            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11818            'NDRPDR' and
11819            '2T1C' and
11820            'IP4FWD' and
11821            not 'IPSEC' and
11822            not 'VHOST'"
11823   parameters:
11824   - "throughput"
11825   - "parent"
11826   - "tags"
11827   sort:
11828   - "DOT1Q"
11829   - "IP4BASE"
11830   - "FIB_20k"
11831   - "FIB_200k"
11832   - "FIB_2M"
11833   traces:
11834     hoverinfo: "x+y"
11835     boxpoints: "outliers"
11836     whiskerwidth: 0
11837   layout:
11838     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11839     layout: "plot-throughput"
11840
11841 -
11842   type: "plot"
11843   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11844   algorithm: "plot_performance_box"
11845   output-file-type: ".html"
11846   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11847   data: "plot-vpp-throughput-latency-2n-skx"
11848   filter: "'NIC_Intel-XXV710' and
11849            '64B' and
11850            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11851            'NDRPDR' and
11852            '2T1C' and
11853            'IP4FWD' and
11854            not 'IPSEC' and
11855            not 'VHOST'"
11856   parameters:
11857   - "throughput"
11858   - "parent"
11859   - "tags"
11860   sort:
11861   - "DOT1Q"
11862   - "IP4BASE"
11863   - "FIB_20k"
11864   - "FIB_200k"
11865   - "FIB_2M"
11866   traces:
11867     hoverinfo: "x+y"
11868     boxpoints: "outliers"
11869     whiskerwidth: 0
11870   layout:
11871     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11872     layout: "plot-throughput"
11873
11874 -
11875   type: "plot"
11876   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11877   algorithm: "plot_performance_box"
11878   output-file-type: ".html"
11879   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11880   data: "plot-vpp-throughput-latency-2n-skx"
11881   filter: "'NIC_Intel-XXV710' and
11882            '64B' and
11883            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11884            'NDRPDR' and
11885            '4T2C' and
11886            'IP4FWD' and
11887            not 'IPSEC' and
11888            not 'VHOST'"
11889   parameters:
11890   - "throughput"
11891   - "parent"
11892   - "tags"
11893   sort:
11894   - "DOT1Q"
11895   - "IP4BASE"
11896   - "FIB_20k"
11897   - "FIB_200k"
11898   - "FIB_2M"
11899   traces:
11900     hoverinfo: "x+y"
11901     boxpoints: "outliers"
11902     whiskerwidth: 0
11903   layout:
11904     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11905     layout: "plot-throughput"
11906
11907 -
11908   type: "plot"
11909   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11910   algorithm: "plot_performance_box"
11911   output-file-type: ".html"
11912   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11913   data: "plot-vpp-throughput-latency-2n-skx"
11914   filter: "'NIC_Intel-XXV710' and
11915            '64B' and
11916            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11917            'NDRPDR' and
11918            '4T2C' and
11919            'IP4FWD' and
11920            not 'IPSEC' and
11921            not 'VHOST'"
11922   parameters:
11923   - "throughput"
11924   - "parent"
11925   - "tags"
11926   sort:
11927   - "DOT1Q"
11928   - "IP4BASE"
11929   - "FIB_20k"
11930   - "FIB_200k"
11931   - "FIB_2M"
11932   traces:
11933     hoverinfo: "x+y"
11934     boxpoints: "outliers"
11935     whiskerwidth: 0
11936   layout:
11937     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11938     layout: "plot-throughput"
11939
11940 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11941 -
11942   type: "plot"
11943   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11944   algorithm: "plot_performance_box"
11945   output-file-type: ".html"
11946   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11947   data: "intel-dnv-vpp"
11948   filter: "'NIC_Intel-X553' and
11949            '64B' and
11950            'IP4BASE' and
11951            'NDRPDR' and
11952            '1T1C' and
11953            'IP4FWD' and
11954            not 'IPSEC' and
11955            not 'VHOST'"
11956   parameters:
11957   - "throughput"
11958   - "parent"
11959   - "tags"
11960   sort:
11961   - "IP4BASE"
11962   traces:
11963     hoverinfo: "x+y"
11964     boxpoints: "outliers"
11965     whiskerwidth: 0
11966   layout:
11967     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11968     layout: "plot-throughput"
11969
11970 -
11971   type: "plot"
11972   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11973   algorithm: "plot_performance_box"
11974   output-file-type: ".html"
11975   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11976   data: "intel-dnv-vpp"
11977   filter: "'NIC_Intel-X553' and
11978            '64B' and
11979            'IP4BASE' and
11980            'NDRPDR' and
11981            '1T1C' and
11982            'IP4FWD' and
11983            not 'IPSEC' and
11984            not 'VHOST'"
11985   parameters:
11986   - "throughput"
11987   - "parent"
11988   - "tags"
11989   sort:
11990   - "IP4BASE"
11991   traces:
11992     hoverinfo: "x+y"
11993     boxpoints: "outliers"
11994     whiskerwidth: 0
11995   layout:
11996     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11997     layout: "plot-throughput"
11998
11999 -
12000   type: "plot"
12001   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12002   algorithm: "plot_performance_box"
12003   output-file-type: ".html"
12004   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12005   data: "intel-dnv-vpp"
12006   filter: "'NIC_Intel-X553' and
12007            '64B' and
12008            'IP4BASE' and
12009            'NDRPDR' and
12010            '2T2C' and
12011            'IP4FWD' and
12012            not 'IPSEC' and
12013            not 'VHOST'"
12014   parameters:
12015   - "throughput"
12016   - "parent"
12017   - "tags"
12018   sort:
12019   - "IP4BASE"
12020   traces:
12021     hoverinfo: "x+y"
12022     boxpoints: "outliers"
12023     whiskerwidth: 0
12024   layout:
12025     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12026     layout: "plot-throughput"
12027
12028 -
12029   type: "plot"
12030   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12031   algorithm: "plot_performance_box"
12032   output-file-type: ".html"
12033   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12034   data: "intel-dnv-vpp"
12035   filter: "'NIC_Intel-X553' and
12036            '64B' and
12037            'IP4BASE' and
12038            'NDRPDR' and
12039            '2T2C' and
12040            'IP4FWD' and
12041            not 'IPSEC' and
12042            not 'VHOST'"
12043   parameters:
12044   - "throughput"
12045   - "parent"
12046   - "tags"
12047   sort:
12048   - "IP4BASE"
12049   traces:
12050     hoverinfo: "x+y"
12051     boxpoints: "outliers"
12052     whiskerwidth: 0
12053   layout:
12054     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12055     layout: "plot-throughput"
12056
12057 ################################################################################
12058
12059 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
12060 -
12061   type: "plot"
12062   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12063   algorithm: "plot_performance_box"
12064   output-file-type: ".html"
12065   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12066   data: "plot-vpp-throughput-latency-3n-hsw"
12067   filter: "'NIC_Intel-X520-DA2' and
12068            '64B' and
12069            'ENCAP' and
12070            'NDRPDR' and
12071            '1T1C' and
12072            ('VXLAN' or 'LISP') and
12073            not 'VHOST' and
12074            not 'IPSECHW'"
12075   parameters:
12076   - "throughput"
12077   - "parent"
12078   - "tags"
12079   sort:
12080   - "not DOT1Q"
12081   - "VXLAN_1"
12082   - "VXLAN_10"
12083   - "VXLAN_100"
12084   - "VXLAN_1000"
12085   traces:
12086     hoverinfo: "x+y"
12087     boxpoints: "outliers"
12088     whiskerwidth: 0
12089   layout:
12090     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12091     layout: "plot-throughput"
12092
12093 -
12094   type: "plot"
12095   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12096   algorithm: "plot_performance_box"
12097   output-file-type: ".html"
12098   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12099   data: "plot-vpp-throughput-latency-3n-hsw"
12100   filter: "'NIC_Intel-X520-DA2' and
12101            '64B' and
12102            'ENCAP' and
12103            'NDRPDR' and
12104            '1T1C' and
12105            ('VXLAN' or 'LISP') and
12106            not 'VHOST' and
12107            not 'IPSECHW'"
12108   parameters:
12109   - "throughput"
12110   - "parent"
12111   - "tags"
12112   sort:
12113   - "not DOT1Q"
12114   - "VXLAN_1"
12115   - "VXLAN_10"
12116   - "VXLAN_100"
12117   - "VXLAN_1000"
12118   traces:
12119     hoverinfo: "x+y"
12120     boxpoints: "outliers"
12121     whiskerwidth: 0
12122   layout:
12123     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12124     layout: "plot-throughput"
12125
12126 -
12127   type: "plot"
12128   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12129   algorithm: "plot_performance_box"
12130   output-file-type: ".html"
12131   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12132   data: "plot-vpp-throughput-latency-3n-hsw"
12133   filter: "'NIC_Intel-X520-DA2' and
12134            '64B' and
12135            'ENCAP' and
12136            'NDRPDR' and
12137            '2T2C' and
12138            ('VXLAN' or 'LISP') and
12139            not 'VHOST' and
12140            not 'IPSECHW'"
12141   parameters:
12142   - "throughput"
12143   - "parent"
12144   - "tags"
12145   sort:
12146   - "not DOT1Q"
12147   - "VXLAN_1"
12148   - "VXLAN_10"
12149   - "VXLAN_100"
12150   - "VXLAN_1000"
12151   traces:
12152     hoverinfo: "x+y"
12153     boxpoints: "outliers"
12154     whiskerwidth: 0
12155   layout:
12156     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12157     layout: "plot-throughput"
12158
12159 -
12160   type: "plot"
12161   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12162   algorithm: "plot_performance_box"
12163   output-file-type: ".html"
12164   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12165   data: "plot-vpp-throughput-latency-3n-hsw"
12166   filter: "'NIC_Intel-X520-DA2' and
12167            '64B' and
12168            'ENCAP' and
12169            'NDRPDR' and
12170            '2T2C' and
12171            ('VXLAN' or 'LISP') and
12172            not 'VHOST' and
12173            not 'IPSECHW'"
12174   parameters:
12175   - "throughput"
12176   - "parent"
12177   - "tags"
12178   sort:
12179   - "not DOT1Q"
12180   - "VXLAN_1"
12181   - "VXLAN_10"
12182   - "VXLAN_100"
12183   - "VXLAN_1000"
12184   traces:
12185     hoverinfo: "x+y"
12186     boxpoints: "outliers"
12187     whiskerwidth: 0
12188   layout:
12189     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12190     layout: "plot-throughput"
12191
12192 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12193 -
12194   type: "plot"
12195   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12196   algorithm: "plot_performance_box"
12197   output-file-type: ".html"
12198   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12199   data: "plot-vpp-throughput-latency-3n-hsw"
12200   filter: "'NIC_Intel-X520-DA2' and
12201            '64B' and
12202            'ENCAP' and
12203            'NDRPDR' and
12204            '1T1C' and
12205            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12206            not 'DOT1Q' and
12207            not 'VHOST' and
12208            not 'IPSECHW'"
12209   parameters:
12210   - "throughput"
12211   - "parent"
12212   - "tags"
12213   sort:
12214   - "L2BDMACLRN"
12215   - "L2XCFWD"
12216   - "LISP"
12217   traces:
12218     hoverinfo: "x+y"
12219     boxpoints: "outliers"
12220     whiskerwidth: 0
12221   layout:
12222     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12223     layout: "plot-throughput"
12224
12225 -
12226   type: "plot"
12227   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12228   algorithm: "plot_performance_box"
12229   output-file-type: ".html"
12230   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12231   data: "plot-vpp-throughput-latency-3n-hsw"
12232   filter: "'NIC_Intel-X520-DA2' and
12233            '64B' and
12234            'ENCAP' and
12235            'NDRPDR' and
12236            '2T2C' and
12237            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12238            not 'DOT1Q' and
12239            not 'VHOST' and
12240            not 'IPSECHW'"
12241   parameters:
12242   - "throughput"
12243   - "parent"
12244   - "tags"
12245   sort:
12246   - "L2BDMACLRN"
12247   - "L2XCFWD"
12248   - "LISP"
12249   traces:
12250     hoverinfo: "x+y"
12251     boxpoints: "outliers"
12252     whiskerwidth: 0
12253   layout:
12254     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12255     layout: "plot-throughput"
12256
12257 -
12258   type: "plot"
12259   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12260   algorithm: "plot_performance_box"
12261   output-file-type: ".html"
12262   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12263   data: "plot-vpp-throughput-latency-3n-hsw"
12264   filter: "'NIC_Intel-X520-DA2' and
12265            '64B' and
12266            'ENCAP' and
12267            'NDRPDR' and
12268            '1T1C' and
12269            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12270            not 'DOT1Q' and
12271            not 'VHOST' and
12272            not 'IPSECHW'"
12273   parameters:
12274   - "throughput"
12275   - "parent"
12276   - "tags"
12277   sort:
12278   - "L2BDMACLRN"
12279   - "L2XCFWD"
12280   - "LISP"
12281   traces:
12282     hoverinfo: "x+y"
12283     boxpoints: "outliers"
12284     whiskerwidth: 0
12285   layout:
12286     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12287     layout: "plot-throughput"
12288
12289 -
12290   type: "plot"
12291   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12292   algorithm: "plot_performance_box"
12293   output-file-type: ".html"
12294   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12295   data: "plot-vpp-throughput-latency-3n-hsw"
12296   filter: "'NIC_Intel-X520-DA2' and
12297            '64B' and
12298            'ENCAP' and
12299            'NDRPDR' and
12300            '2T2C' and
12301            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12302            not 'DOT1Q' and
12303            not 'VHOST' and
12304            not 'IPSECHW'"
12305   parameters:
12306   - "throughput"
12307   - "parent"
12308   - "tags"
12309   sort:
12310   - "L2BDMACLRN"
12311   - "L2XCFWD"
12312   - "LISP"
12313   traces:
12314     hoverinfo: "x+y"
12315     boxpoints: "outliers"
12316     whiskerwidth: 0
12317   layout:
12318     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12319     layout: "plot-throughput"
12320
12321 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12322 -
12323   type: "plot"
12324   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12325   algorithm: "plot_performance_box"
12326   output-file-type: ".html"
12327   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12328   data: "plot-vpp-throughput-latency-3n-hsw"
12329   filter: "'NIC_Intel-X710' and
12330            '64B' and
12331            'ENCAP' and
12332            'NDRPDR' and
12333            '1T1C' and
12334            ('VXLAN' or 'LISP') and
12335            not 'VHOST' and
12336            not 'IPSECHW'"
12337   parameters:
12338   - "throughput"
12339   - "parent"
12340   - "tags"
12341   sort:
12342   - "LISP"
12343   - "VXLAN_1"
12344   - "VXLAN_10"
12345   - "VXLAN_100"
12346   - "VXLAN_1000"
12347   traces:
12348     hoverinfo: "x+y"
12349     boxpoints: "outliers"
12350     whiskerwidth: 0
12351   layout:
12352     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12353     layout: "plot-throughput"
12354
12355 -
12356   type: "plot"
12357   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12358   algorithm: "plot_performance_box"
12359   output-file-type: ".html"
12360   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12361   data: "plot-vpp-throughput-latency-3n-hsw"
12362   filter: "'NIC_Intel-X710' and
12363            '64B' and
12364            'ENCAP' and
12365            'NDRPDR' and
12366            '1T1C' and
12367            ('VXLAN' or 'LISP') and
12368            not 'VHOST' and
12369            not 'IPSECHW'"
12370   parameters:
12371   - "throughput"
12372   - "parent"
12373   - "tags"
12374   sort:
12375   - "LISP"
12376   - "VXLAN_1"
12377   - "VXLAN_10"
12378   - "VXLAN_100"
12379   - "VXLAN_1000"
12380   traces:
12381     hoverinfo: "x+y"
12382     boxpoints: "outliers"
12383     whiskerwidth: 0
12384   layout:
12385     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12386     layout: "plot-throughput"
12387
12388 -
12389   type: "plot"
12390   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12391   algorithm: "plot_performance_box"
12392   output-file-type: ".html"
12393   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12394   data: "plot-vpp-throughput-latency-3n-hsw"
12395   filter: "'NIC_Intel-X710' and
12396            '64B' and
12397            'ENCAP' and
12398            'NDRPDR' and
12399            '2T2C' and
12400            ('VXLAN' or 'LISP') and
12401            not 'VHOST' and
12402            not 'IPSECHW'"
12403   parameters:
12404   - "throughput"
12405   - "parent"
12406   - "tags"
12407   sort:
12408   - "LISP"
12409   - "VXLAN_1"
12410   - "VXLAN_10"
12411   - "VXLAN_100"
12412   - "VXLAN_1000"
12413   traces:
12414     hoverinfo: "x+y"
12415     boxpoints: "outliers"
12416     whiskerwidth: 0
12417   layout:
12418     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12419     layout: "plot-throughput"
12420
12421 -
12422   type: "plot"
12423   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12424   algorithm: "plot_performance_box"
12425   output-file-type: ".html"
12426   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12427   data: "plot-vpp-throughput-latency-3n-hsw"
12428   filter: "'NIC_Intel-X710' and
12429            '64B' and
12430            'ENCAP' and
12431            'NDRPDR' and
12432            '2T2C' and
12433            ('VXLAN' or 'LISP') and
12434            not 'VHOST' and
12435            not 'IPSECHW'"
12436   parameters:
12437   - "throughput"
12438   - "parent"
12439   - "tags"
12440   sort:
12441   - "LISP"
12442   - "VXLAN_1"
12443   - "VXLAN_10"
12444   - "VXLAN_100"
12445   - "VXLAN_1000"
12446   traces:
12447     hoverinfo: "x+y"
12448     boxpoints: "outliers"
12449     whiskerwidth: 0
12450   layout:
12451     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12452     layout: "plot-throughput"
12453
12454 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12455 -
12456   type: "plot"
12457   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12458   algorithm: "plot_performance_box"
12459   output-file-type: ".html"
12460   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12461   data: "plot-vpp-throughput-latency-3n-hsw"
12462   filter: "'NIC_Intel-X710' and
12463            '64B' and
12464            'ENCAP' and
12465            'NDRPDR' and
12466            '1T1C' and
12467            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12468            not 'DOT1Q' and
12469            not 'VHOST' and
12470            not 'IPSECHW'"
12471   parameters:
12472   - "throughput"
12473   - "parent"
12474   - "tags"
12475   sort:
12476   - "L2BDMACLRN"
12477   - "L2XCFWD"
12478   - "LISP"
12479   traces:
12480     hoverinfo: "x+y"
12481     boxpoints: "outliers"
12482     whiskerwidth: 0
12483   layout:
12484     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12485     layout: "plot-throughput"
12486
12487 -
12488   type: "plot"
12489   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12490   algorithm: "plot_performance_box"
12491   output-file-type: ".html"
12492   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12493   data: "plot-vpp-throughput-latency-3n-hsw"
12494   filter: "'NIC_Intel-X710' and
12495            '64B' and
12496            'ENCAP' and
12497            'NDRPDR' and
12498            '2T2C' and
12499            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12500            not 'DOT1Q' and
12501            not 'VHOST' and
12502            not 'IPSECHW'"
12503   parameters:
12504   - "throughput"
12505   - "parent"
12506   - "tags"
12507   sort:
12508   - "L2BDMACLRN"
12509   - "L2XCFWD"
12510   - "LISP"
12511   traces:
12512     hoverinfo: "x+y"
12513     boxpoints: "outliers"
12514     whiskerwidth: 0
12515   layout:
12516     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12517     layout: "plot-throughput"
12518
12519 -
12520   type: "plot"
12521   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12522   algorithm: "plot_performance_box"
12523   output-file-type: ".html"
12524   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12525   data: "plot-vpp-throughput-latency-3n-hsw"
12526   filter: "'NIC_Intel-X710' and
12527            '64B' and
12528            'ENCAP' and
12529            'NDRPDR' and
12530            '1T1C' and
12531            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12532            not 'DOT1Q' and
12533            not 'VHOST' and
12534            not 'IPSECHW'"
12535   parameters:
12536   - "throughput"
12537   - "parent"
12538   - "tags"
12539   sort:
12540   - "L2BDMACLRN"
12541   - "L2XCFWD"
12542   - "LISP"
12543   traces:
12544     hoverinfo: "x+y"
12545     boxpoints: "outliers"
12546     whiskerwidth: 0
12547   layout:
12548     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12549     layout: "plot-throughput"
12550
12551 -
12552   type: "plot"
12553   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12554   algorithm: "plot_performance_box"
12555   output-file-type: ".html"
12556   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12557   data: "plot-vpp-throughput-latency-3n-hsw"
12558   filter: "'NIC_Intel-X710' and
12559            '64B' and
12560            'ENCAP' and
12561            'NDRPDR' and
12562            '2T2C' and
12563            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12564            not 'DOT1Q' and
12565            not 'VHOST' and
12566            not 'IPSECHW'"
12567   parameters:
12568   - "throughput"
12569   - "parent"
12570   - "tags"
12571   sort:
12572   - "L2BDMACLRN"
12573   - "L2XCFWD"
12574   - "LISP"
12575   traces:
12576     hoverinfo: "x+y"
12577     boxpoints: "outliers"
12578     whiskerwidth: 0
12579   layout:
12580     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12581     layout: "plot-throughput"
12582
12583 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12584 -
12585   type: "plot"
12586   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12587   algorithm: "plot_performance_box"
12588   output-file-type: ".html"
12589   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12590   data: "plot-vpp-throughput-latency-3n-skx"
12591   filter: "'NIC_Intel-X710' and
12592            '64B' and
12593            'ENCAP' and
12594            'NDRPDR' and
12595            '2T1C' and
12596            ('VXLAN' or 'LISP') and
12597            not 'VHOST' and
12598            not 'IPSECHW'"
12599   parameters:
12600   - "throughput"
12601   - "parent"
12602   - "tags"
12603   sort:
12604   - "LISP"
12605   - "VXLAN_1"
12606   - "VXLAN_10"
12607   - "VXLAN_100"
12608   - "VXLAN_1000"
12609   traces:
12610     hoverinfo: "x+y"
12611     boxpoints: "outliers"
12612     whiskerwidth: 0
12613   layout:
12614     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12615     layout: "plot-throughput"
12616
12617 -
12618   type: "plot"
12619   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12620   algorithm: "plot_performance_box"
12621   output-file-type: ".html"
12622   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12623   data: "plot-vpp-throughput-latency-3n-skx"
12624   filter: "'NIC_Intel-X710' and
12625            '64B' and
12626            'ENCAP' and
12627            'NDRPDR' and
12628            '2T1C' and
12629            ('VXLAN' or 'LISP') and
12630            not 'VHOST' and
12631            not 'IPSECHW'"
12632   parameters:
12633   - "throughput"
12634   - "parent"
12635   - "tags"
12636   sort:
12637   - "LISP"
12638   - "VXLAN_1"
12639   - "VXLAN_10"
12640   - "VXLAN_100"
12641   - "VXLAN_1000"
12642   traces:
12643     hoverinfo: "x+y"
12644     boxpoints: "outliers"
12645     whiskerwidth: 0
12646   layout:
12647     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12648     layout: "plot-throughput"
12649
12650 -
12651   type: "plot"
12652   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12653   algorithm: "plot_performance_box"
12654   output-file-type: ".html"
12655   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12656   data: "plot-vpp-throughput-latency-3n-skx"
12657   filter: "'NIC_Intel-X710' and
12658            '64B' and
12659            'ENCAP' and
12660            'NDRPDR' and
12661            '4T2C' and
12662            ('VXLAN' or 'LISP') and
12663            not 'VHOST' and
12664            not 'IPSECHW'"
12665   parameters:
12666   - "throughput"
12667   - "parent"
12668   - "tags"
12669   sort:
12670   - "LISP"
12671   - "VXLAN_1"
12672   - "VXLAN_10"
12673   - "VXLAN_100"
12674   - "VXLAN_1000"
12675   traces:
12676     hoverinfo: "x+y"
12677     boxpoints: "outliers"
12678     whiskerwidth: 0
12679   layout:
12680     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12681     layout: "plot-throughput"
12682
12683 -
12684   type: "plot"
12685   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12686   algorithm: "plot_performance_box"
12687   output-file-type: ".html"
12688   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12689   data: "plot-vpp-throughput-latency-3n-skx"
12690   filter: "'NIC_Intel-X710' and
12691            '64B' and
12692            'ENCAP' and
12693            'NDRPDR' and
12694            '4T2C' and
12695            ('VXLAN' or 'LISP') and
12696            not 'VHOST' and
12697            not 'IPSECHW'"
12698   parameters:
12699   - "throughput"
12700   - "parent"
12701   - "tags"
12702   sort:
12703   - "LISP"
12704   - "VXLAN_1"
12705   - "VXLAN_10"
12706   - "VXLAN_100"
12707   - "VXLAN_1000"
12708   traces:
12709     hoverinfo: "x+y"
12710     boxpoints: "outliers"
12711     whiskerwidth: 0
12712   layout:
12713     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12714     layout: "plot-throughput"
12715
12716 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12717 -
12718   type: "plot"
12719   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12720   algorithm: "plot_performance_box"
12721   output-file-type: ".html"
12722   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12723   data: "plot-vpp-throughput-latency-3n-skx"
12724   filter: "'NIC_Intel-X710' and
12725            '64B' and
12726            'ENCAP' and
12727            'NDRPDR' and
12728            '2T1C' and
12729            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12730            not 'DOT1Q' and
12731            not 'VHOST' and
12732            not 'IPSECHW'"
12733   parameters:
12734   - "throughput"
12735   - "parent"
12736   - "tags"
12737   sort:
12738   - "L2BDMACLRN"
12739   - "L2XCFWD"
12740   - "LISP"
12741   traces:
12742     hoverinfo: "x+y"
12743     boxpoints: "outliers"
12744     whiskerwidth: 0
12745   layout:
12746     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12747     layout: "plot-throughput"
12748
12749 -
12750   type: "plot"
12751   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12752   algorithm: "plot_performance_box"
12753   output-file-type: ".html"
12754   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12755   data: "plot-vpp-throughput-latency-3n-skx"
12756   filter: "'NIC_Intel-X710' and
12757            '64B' and
12758            'ENCAP' and
12759            'NDRPDR' and
12760            '4T2C' and
12761            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12762            not 'DOT1Q' and
12763            not 'VHOST' and
12764            not 'IPSECHW'"
12765   parameters:
12766   - "throughput"
12767   - "parent"
12768   - "tags"
12769   sort:
12770   - "L2BDMACLRN"
12771   - "L2XCFWD"
12772   - "LISP"
12773   traces:
12774     hoverinfo: "x+y"
12775     boxpoints: "outliers"
12776     whiskerwidth: 0
12777   layout:
12778     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12779     layout: "plot-throughput"
12780
12781 -
12782   type: "plot"
12783   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12784   algorithm: "plot_performance_box"
12785   output-file-type: ".html"
12786   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12787   data: "plot-vpp-throughput-latency-3n-skx"
12788   filter: "'NIC_Intel-X710' and
12789            '64B' and
12790            'ENCAP' and
12791            'NDRPDR' and
12792            '2T1C' and
12793            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12794            not 'DOT1Q' and
12795            not 'VHOST' and
12796            not 'IPSECHW'"
12797   parameters:
12798   - "throughput"
12799   - "parent"
12800   - "tags"
12801   sort:
12802   - "L2BDMACLRN"
12803   - "L2XCFWD"
12804   - "LISP"
12805   traces:
12806     hoverinfo: "x+y"
12807     boxpoints: "outliers"
12808     whiskerwidth: 0
12809   layout:
12810     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12811     layout: "plot-throughput"
12812
12813 -
12814   type: "plot"
12815   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12816   algorithm: "plot_performance_box"
12817   output-file-type: ".html"
12818   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12819   data: "plot-vpp-throughput-latency-3n-skx"
12820   filter: "'NIC_Intel-X710' and
12821            '64B' and
12822            'ENCAP' and
12823            'NDRPDR' and
12824            '4T2C' and
12825            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12826            not 'DOT1Q' and
12827            not 'VHOST' and
12828            not 'IPSECHW'"
12829   parameters:
12830   - "throughput"
12831   - "parent"
12832   - "tags"
12833   sort:
12834   - "L2BDMACLRN"
12835   - "L2XCFWD"
12836   - "LISP"
12837   traces:
12838     hoverinfo: "x+y"
12839     boxpoints: "outliers"
12840     whiskerwidth: 0
12841   layout:
12842     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12843     layout: "plot-throughput"
12844
12845 ################################################################################
12846
12847 # Packet Throughput - VPP IPv6 3n-hsw-x520
12848 -
12849   type: "plot"
12850   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12851   algorithm: "plot_performance_box"
12852   output-file-type: ".html"
12853   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12854   data: "plot-vpp-throughput-latency-3n-hsw"
12855   filter: "'NIC_Intel-X520-DA2' and
12856            '78B' and
12857            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12858            'NDRPDR' and
12859            '1T1C' and
12860            'IP6FWD' and
12861            not 'SRv6' and
12862            not 'IPSEC' and
12863            not 'VHOST'"
12864   parameters:
12865   - "throughput"
12866   - "parent"
12867   - "tags"
12868   sort:
12869   - "IP6BASE"
12870   - "FIB_20K"
12871   - "FIB_200K"
12872   - "FIB_2M"
12873   traces:
12874     hoverinfo: "x+y"
12875     boxpoints: "outliers"
12876     whiskerwidth: 0
12877   layout:
12878     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12879     layout: "plot-throughput"
12880
12881 -
12882   type: "plot"
12883   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12884   algorithm: "plot_performance_box"
12885   output-file-type: ".html"
12886   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12887   data: "plot-vpp-throughput-latency-3n-hsw"
12888   filter: "'NIC_Intel-X520-DA2' and
12889            '78B' and
12890            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12891            'NDRPDR' and
12892            '1T1C' and
12893            'IP6FWD' and
12894            not 'SRv6' and
12895            not 'IPSEC' and
12896            not 'VHOST'"
12897   parameters:
12898   - "throughput"
12899   - "parent"
12900   - "tags"
12901   sort:
12902   - "IP6BASE"
12903   - "FIB_20K"
12904   - "FIB_200K"
12905   - "FIB_2M"
12906   traces:
12907     hoverinfo: "x+y"
12908     boxpoints: "outliers"
12909     whiskerwidth: 0
12910   layout:
12911     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12912     layout: "plot-throughput"
12913
12914 -
12915   type: "plot"
12916   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12917   algorithm: "plot_performance_box"
12918   output-file-type: ".html"
12919   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12920   data: "plot-vpp-throughput-latency-3n-hsw"
12921   filter: "'NIC_Intel-X520-DA2' and
12922            '78B' and
12923            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12924            'NDRPDR' and
12925            '2T2C' and
12926            'IP6FWD' and
12927            not 'SRv6' and
12928            not 'IPSEC' and
12929            not 'VHOST'"
12930   parameters:
12931   - "throughput"
12932   - "parent"
12933   - "tags"
12934   sort:
12935   - "IP6BASE"
12936   - "FIB_20K"
12937   - "FIB_200K"
12938   - "FIB_2M"
12939   traces:
12940     hoverinfo: "x+y"
12941     boxpoints: "outliers"
12942     whiskerwidth: 0
12943   layout:
12944     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12945     layout: "plot-throughput"
12946
12947 -
12948   type: "plot"
12949   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12950   algorithm: "plot_performance_box"
12951   output-file-type: ".html"
12952   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12953   data: "plot-vpp-throughput-latency-3n-hsw"
12954   filter: "'NIC_Intel-X520-DA2' and
12955            '78B' and
12956            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12957            'NDRPDR' and
12958            '2T2C' and
12959            'IP6FWD' and
12960            not 'SRv6' and
12961            not 'IPSEC' and
12962            not 'VHOST'"
12963   parameters:
12964   - "throughput"
12965   - "parent"
12966   - "tags"
12967   sort:
12968   - "IP6BASE"
12969   - "FIB_20K"
12970   - "FIB_200K"
12971   - "FIB_2M"
12972   traces:
12973     hoverinfo: "x+y"
12974     boxpoints: "outliers"
12975     whiskerwidth: 0
12976   layout:
12977     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12978     layout: "plot-throughput"
12979
12980 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12981 -
12982   type: "plot"
12983   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12984   algorithm: "plot_performance_box"
12985   output-file-type: ".html"
12986   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12987   data: "plot-vpp-throughput-latency-3n-hsw"
12988   filter: "'NIC_Intel-X520-DA2' and
12989            '78B' and
12990            ('IP6BASE' or
12991             'POLICE_MARK' or
12992             'COPWHLIST' or
12993             'IACLDST') and
12994            'NDRPDR' and
12995            '1T1C' and
12996            'IP6FWD' and
12997            not 'SRv6' and
12998            not 'IPSEC' and
12999            not 'VHOST'"
13000   parameters:
13001   - "throughput"
13002   - "parent"
13003   - "tags"
13004   sort:
13005   - "IP6BASE"
13006   - "POLICE_MARK"
13007   - "COPWHLIST"
13008   - "IACLDST"
13009   traces:
13010     hoverinfo: "x+y"
13011     boxpoints: "outliers"
13012     whiskerwidth: 0
13013   layout:
13014     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
13015     layout: "plot-throughput"
13016
13017 -
13018   type: "plot"
13019   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13020   algorithm: "plot_performance_box"
13021   output-file-type: ".html"
13022   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13023   data: "plot-vpp-throughput-latency-3n-hsw"
13024   filter: "'NIC_Intel-X520-DA2' and
13025            '78B' and
13026            ('IP6BASE' or
13027             'POLICE_MARK' or
13028             'COPWHLIST' or
13029             'IACLDST') and
13030            'NDRPDR' and
13031            '2T2C' and
13032            'IP6FWD' and
13033            not 'SRv6' and
13034            not 'IPSEC' and
13035            not 'VHOST'"
13036   parameters:
13037   - "throughput"
13038   - "parent"
13039   - "tags"
13040   sort:
13041   - "IP6BASE"
13042   - "POLICE_MARK"
13043   - "COPWHLIST"
13044   - "IACLDST"
13045   traces:
13046     hoverinfo: "x+y"
13047     boxpoints: "outliers"
13048     whiskerwidth: 0
13049   layout:
13050     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13051     layout: "plot-throughput"
13052
13053 -
13054   type: "plot"
13055   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13056   algorithm: "plot_performance_box"
13057   output-file-type: ".html"
13058   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13059   data: "plot-vpp-throughput-latency-3n-hsw"
13060   filter: "'NIC_Intel-X520-DA2' and
13061            '78B' and
13062            ('IP6BASE' or
13063             'POLICE_MARK' or
13064             'COPWHLIST' or
13065             'IACLDST') and
13066            'NDRPDR' and
13067            '1T1C' and
13068            'IP6FWD' and
13069            not 'SRv6' and
13070            not 'IPSEC' and
13071            not 'VHOST'"
13072   parameters:
13073   - "throughput"
13074   - "parent"
13075   - "tags"
13076   sort:
13077   - "IP6BASE"
13078   - "POLICE_MARK"
13079   - "COPWHLIST"
13080   - "IACLDST"
13081   traces:
13082     hoverinfo: "x+y"
13083     boxpoints: "outliers"
13084     whiskerwidth: 0
13085   layout:
13086     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13087     layout: "plot-throughput"
13088
13089 -
13090   type: "plot"
13091   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13092   algorithm: "plot_performance_box"
13093   output-file-type: ".html"
13094   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13095   data: "plot-vpp-throughput-latency-3n-hsw"
13096   filter: "'NIC_Intel-X520-DA2' and
13097            '78B' and
13098            ('IP6BASE' or
13099             'POLICE_MARK' or
13100             'COPWHLIST' or
13101             'IACLDST') and
13102            'NDRPDR' and
13103            '2T2C' and
13104            'IP6FWD' and
13105            not 'SRv6' and
13106            not 'IPSEC' and
13107            not 'VHOST'"
13108   parameters:
13109   - "throughput"
13110   - "parent"
13111   - "tags"
13112   sort:
13113   - "IP6BASE"
13114   - "POLICE_MARK"
13115   - "COPWHLIST"
13116   - "IACLDST"
13117   traces:
13118     hoverinfo: "x+y"
13119     boxpoints: "outliers"
13120     whiskerwidth: 0
13121   layout:
13122     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13123     layout: "plot-throughput"
13124
13125 # Packet Throughput - VPP IPv6 3n-hsw-x710
13126 -
13127   type: "plot"
13128   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13129   algorithm: "plot_performance_box"
13130   output-file-type: ".html"
13131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13132   data: "plot-vpp-throughput-latency-3n-hsw"
13133   filter: "'NIC_Intel-X710' and
13134            '78B' and
13135            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13136            'NDRPDR' and
13137            '1T1C' and
13138            'IP6FWD' and
13139            not 'SRv6' and
13140            not 'IPSEC' and
13141            not 'VHOST'"
13142   parameters:
13143   - "throughput"
13144   - "parent"
13145   - "tags"
13146   sort:
13147   - "IP6BASE"
13148   - "FIB_20K"
13149   - "FIB_200K"
13150   - "FIB_2M"
13151   traces:
13152     hoverinfo: "x+y"
13153     boxpoints: "outliers"
13154     whiskerwidth: 0
13155   layout:
13156     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13157     layout: "plot-throughput"
13158
13159 -
13160   type: "plot"
13161   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13162   algorithm: "plot_performance_box"
13163   output-file-type: ".html"
13164   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13165   data: "plot-vpp-throughput-latency-3n-hsw"
13166   filter: "'NIC_Intel-X710' and
13167            '78B' and
13168            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13169            'NDRPDR' and
13170            '1T1C' and
13171            'IP6FWD' and
13172            not 'SRv6' and
13173            not 'IPSEC' and
13174            not 'VHOST'"
13175   parameters:
13176   - "throughput"
13177   - "parent"
13178   - "tags"
13179   sort:
13180   - "IP6BASE"
13181   - "FIB_20K"
13182   - "FIB_200K"
13183   - "FIB_2M"
13184   traces:
13185     hoverinfo: "x+y"
13186     boxpoints: "outliers"
13187     whiskerwidth: 0
13188   layout:
13189     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13190     layout: "plot-throughput"
13191
13192 -
13193   type: "plot"
13194   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13195   algorithm: "plot_performance_box"
13196   output-file-type: ".html"
13197   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13198   data: "plot-vpp-throughput-latency-3n-hsw"
13199   filter: "'NIC_Intel-X710' and
13200            '78B' and
13201            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13202            'NDRPDR' and
13203            '2T2C' and
13204            'IP6FWD' and
13205            not 'SRv6' and
13206            not 'IPSEC' and
13207            not 'VHOST'"
13208   parameters:
13209   - "throughput"
13210   - "parent"
13211   - "tags"
13212   sort:
13213   - "IP6BASE"
13214   - "FIB_20K"
13215   - "FIB_200K"
13216   - "FIB_2M"
13217   traces:
13218     hoverinfo: "x+y"
13219     boxpoints: "outliers"
13220     whiskerwidth: 0
13221   layout:
13222     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13223     layout: "plot-throughput"
13224
13225 -
13226   type: "plot"
13227   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13228   algorithm: "plot_performance_box"
13229   output-file-type: ".html"
13230   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13231   data: "plot-vpp-throughput-latency-3n-hsw"
13232   filter: "'NIC_Intel-X710' and
13233            '78B' and
13234            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13235            'NDRPDR' and
13236            '2T2C' and
13237            'IP6FWD' and
13238            not 'SRv6' and
13239            not 'IPSEC' and
13240            not 'VHOST'"
13241   parameters:
13242   - "throughput"
13243   - "parent"
13244   - "tags"
13245   sort:
13246   - "IP6BASE"
13247   - "FIB_20K"
13248   - "FIB_200K"
13249   - "FIB_2M"
13250   traces:
13251     hoverinfo: "x+y"
13252     boxpoints: "outliers"
13253     whiskerwidth: 0
13254   layout:
13255     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13256     layout: "plot-throughput"
13257
13258 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13259 -
13260   type: "plot"
13261   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13262   algorithm: "plot_performance_box"
13263   output-file-type: ".html"
13264   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13265   data: "plot-vpp-throughput-latency-3n-hsw"
13266   filter: "'NIC_Intel-X710' and
13267            '78B' and
13268            ('IP6BASE' or
13269             'POLICE_MARK' or
13270             'COPWHLIST' or
13271             'IACLDST') and
13272            'NDRPDR' and
13273            '1T1C' and
13274            'IP6FWD' and
13275            not 'SRv6' and
13276            not 'IPSEC' and
13277            not 'VHOST'"
13278   parameters:
13279   - "throughput"
13280   - "parent"
13281   - "tags"
13282   sort:
13283   - "IP6BASE"
13284   - "POLICE_MARK"
13285   - "COPWHLIST"
13286   - "IACLDST"
13287   traces:
13288     hoverinfo: "x+y"
13289     boxpoints: "outliers"
13290     whiskerwidth: 0
13291   layout:
13292     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13293     layout: "plot-throughput"
13294
13295 -
13296   type: "plot"
13297   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13298   algorithm: "plot_performance_box"
13299   output-file-type: ".html"
13300   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13301   data: "plot-vpp-throughput-latency-3n-hsw"
13302   filter: "'NIC_Intel-X710' and
13303            '78B' and
13304            ('IP6BASE' or
13305             'POLICE_MARK' or
13306             'COPWHLIST' or
13307             'IACLDST') and
13308            'NDRPDR' and
13309            '2T2C' and
13310            'IP6FWD' and
13311            not 'SRv6' and
13312            not 'IPSEC' and
13313            not 'VHOST'"
13314   parameters:
13315   - "throughput"
13316   - "parent"
13317   - "tags"
13318   sort:
13319   - "IP6BASE"
13320   - "POLICE_MARK"
13321   - "COPWHLIST"
13322   - "IACLDST"
13323   traces:
13324     hoverinfo: "x+y"
13325     boxpoints: "outliers"
13326     whiskerwidth: 0
13327   layout:
13328     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13329     layout: "plot-throughput"
13330
13331 -
13332   type: "plot"
13333   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13334   algorithm: "plot_performance_box"
13335   output-file-type: ".html"
13336   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13337   data: "plot-vpp-throughput-latency-3n-hsw"
13338   filter: "'NIC_Intel-X710' and
13339            '78B' and
13340            ('IP6BASE' or
13341             'POLICE_MARK' or
13342             'COPWHLIST' or
13343             'IACLDST') and
13344            'NDRPDR' and
13345            '1T1C' and
13346            'IP6FWD' and
13347            not 'SRv6' and
13348            not 'IPSEC' and
13349            not 'VHOST'"
13350   parameters:
13351   - "throughput"
13352   - "parent"
13353   - "tags"
13354   sort:
13355   - "IP6BASE"
13356   - "POLICE_MARK"
13357   - "COPWHLIST"
13358   - "IACLDST"
13359   traces:
13360     hoverinfo: "x+y"
13361     boxpoints: "outliers"
13362     whiskerwidth: 0
13363   layout:
13364     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13365     layout: "plot-throughput"
13366
13367 -
13368   type: "plot"
13369   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13370   algorithm: "plot_performance_box"
13371   output-file-type: ".html"
13372   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13373   data: "plot-vpp-throughput-latency-3n-hsw"
13374   filter: "'NIC_Intel-X710' and
13375            '78B' and
13376            ('IP6BASE' or
13377             'POLICE_MARK' or
13378             'COPWHLIST' or
13379             'IACLDST') and
13380            'NDRPDR' and
13381            '2T2C' and
13382            'IP6FWD' and
13383            not 'SRv6' and
13384            not 'IPSEC' and
13385            not 'VHOST'"
13386   parameters:
13387   - "throughput"
13388   - "parent"
13389   - "tags"
13390   sort:
13391   - "IP6BASE"
13392   - "POLICE_MARK"
13393   - "COPWHLIST"
13394   - "IACLDST"
13395   traces:
13396     hoverinfo: "x+y"
13397     boxpoints: "outliers"
13398     whiskerwidth: 0
13399   layout:
13400     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13401     layout: "plot-throughput"
13402
13403 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13404 -
13405   type: "plot"
13406   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13407   algorithm: "plot_performance_box"
13408   output-file-type: ".html"
13409   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13410   data: "plot-vpp-throughput-latency-3n-hsw"
13411   filter: "'NIC_Intel-XL710' and
13412            '78B' and
13413            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13414            'NDRPDR' and
13415            '1T1C' and
13416            'IP6FWD' and
13417            not 'SRv6' and
13418            not 'IPSEC' and
13419            not 'VHOST'"
13420   parameters:
13421   - "throughput"
13422   - "parent"
13423   - "tags"
13424   sort:
13425   - "IP6BASE"
13426   - "FIB_20K"
13427   - "FIB_200K"
13428   - "FIB_2M"
13429   traces:
13430     hoverinfo: "x+y"
13431     boxpoints: "outliers"
13432     whiskerwidth: 0
13433   layout:
13434     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13435     layout: "plot-throughput"
13436
13437 -
13438   type: "plot"
13439   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13440   algorithm: "plot_performance_box"
13441   output-file-type: ".html"
13442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13443   data: "plot-vpp-throughput-latency-3n-hsw"
13444   filter: "'NIC_Intel-XL710' and
13445            '78B' and
13446            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13447            'NDRPDR' and
13448            '1T1C' and
13449            'IP6FWD' and
13450            not 'SRv6' and
13451            not 'IPSEC' and
13452            not 'VHOST'"
13453   parameters:
13454   - "throughput"
13455   - "parent"
13456   - "tags"
13457   sort:
13458   - "IP6BASE"
13459   - "FIB_20K"
13460   - "FIB_200K"
13461   - "FIB_2M"
13462   traces:
13463     hoverinfo: "x+y"
13464     boxpoints: "outliers"
13465     whiskerwidth: 0
13466   layout:
13467     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13468     layout: "plot-throughput"
13469
13470 -
13471   type: "plot"
13472   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13473   algorithm: "plot_performance_box"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13476   data: "plot-vpp-throughput-latency-3n-hsw"
13477   filter: "'NIC_Intel-XL710' and
13478            '78B' and
13479            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13480            'NDRPDR' and
13481            '2T2C' and
13482            'IP6FWD' and
13483            not 'SRv6' and
13484            not 'IPSEC' and
13485            not 'VHOST'"
13486   parameters:
13487   - "throughput"
13488   - "parent"
13489   - "tags"
13490   sort:
13491   - "IP6BASE"
13492   - "FIB_20K"
13493   - "FIB_200K"
13494   - "FIB_2M"
13495   traces:
13496     hoverinfo: "x+y"
13497     boxpoints: "outliers"
13498     whiskerwidth: 0
13499   layout:
13500     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13501     layout: "plot-throughput"
13502
13503 -
13504   type: "plot"
13505   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13506   algorithm: "plot_performance_box"
13507   output-file-type: ".html"
13508   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13509   data: "plot-vpp-throughput-latency-3n-hsw"
13510   filter: "'NIC_Intel-XL710' and
13511            '78B' and
13512            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13513            'NDRPDR' and
13514            '2T2C' and
13515            'IP6FWD' and
13516            not 'SRv6' and
13517            not 'IPSEC' and
13518            not 'VHOST'"
13519   parameters:
13520   - "throughput"
13521   - "parent"
13522   - "tags"
13523   sort:
13524   - "IP6BASE"
13525   - "FIB_20K"
13526   - "FIB_200K"
13527   - "FIB_2M"
13528   traces:
13529     hoverinfo: "x+y"
13530     boxpoints: "outliers"
13531     whiskerwidth: 0
13532   layout:
13533     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13534     layout: "plot-throughput"
13535
13536 # Packet Throughput - VPP IPv6 3n-skx-x710
13537 -
13538   type: "plot"
13539   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13540   algorithm: "plot_performance_box"
13541   output-file-type: ".html"
13542   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13543   data: "plot-vpp-throughput-latency-3n-skx"
13544   filter: "'NIC_Intel-X710' and
13545            '78B' and
13546            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13547            'NDRPDR' and
13548            '2T1C' and
13549            'IP6FWD' and
13550            not 'SRv6' and
13551            not 'IPSEC' and
13552            not 'VHOST'"
13553   parameters:
13554   - "throughput"
13555   - "parent"
13556   - "tags"
13557   sort:
13558   - "IP6BASE"
13559   - "FIB_20k"
13560   - "FIB_200k"
13561   - "FIB_2M"
13562   traces:
13563     hoverinfo: "x+y"
13564     boxpoints: "outliers"
13565     whiskerwidth: 0
13566   layout:
13567     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13568     layout: "plot-throughput"
13569
13570 -
13571   type: "plot"
13572   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13573   algorithm: "plot_performance_box"
13574   output-file-type: ".html"
13575   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13576   data: "plot-vpp-throughput-latency-3n-skx"
13577   filter: "'NIC_Intel-X710' and
13578            '78B' and
13579            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13580            'NDRPDR' and
13581            '2T1C' and
13582            'IP6FWD' and
13583            not 'SRv6' and
13584            not 'IPSEC' and
13585            not 'VHOST'"
13586   parameters:
13587   - "throughput"
13588   - "parent"
13589   - "tags"
13590   sort:
13591   - "IP6BASE"
13592   - "FIB_20k"
13593   - "FIB_200k"
13594   - "FIB_2M"
13595   traces:
13596     hoverinfo: "x+y"
13597     boxpoints: "outliers"
13598     whiskerwidth: 0
13599   layout:
13600     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13601     layout: "plot-throughput"
13602
13603 -
13604   type: "plot"
13605   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13606   algorithm: "plot_performance_box"
13607   output-file-type: ".html"
13608   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13609   data: "plot-vpp-throughput-latency-3n-skx"
13610   filter: "'NIC_Intel-X710' and
13611            '78B' and
13612            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13613            'NDRPDR' and
13614            '4T2C' and
13615            'IP6FWD' and
13616            not 'SRv6' and
13617            not 'IPSEC' and
13618            not 'VHOST'"
13619   parameters:
13620   - "throughput"
13621   - "parent"
13622   - "tags"
13623   sort:
13624   - "IP6BASE"
13625   - "FIB_20k"
13626   - "FIB_200k"
13627   - "FIB_2M"
13628   traces:
13629     hoverinfo: "x+y"
13630     boxpoints: "outliers"
13631     whiskerwidth: 0
13632   layout:
13633     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13634     layout: "plot-throughput"
13635
13636 -
13637   type: "plot"
13638   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13639   algorithm: "plot_performance_box"
13640   output-file-type: ".html"
13641   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13642   data: "plot-vpp-throughput-latency-3n-skx"
13643   filter: "'NIC_Intel-X710' and
13644            '78B' and
13645            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13646            'NDRPDR' and
13647            '4T2C' and
13648            'IP6FWD' and
13649            not 'SRv6' and
13650            not 'IPSEC' and
13651            not 'VHOST'"
13652   parameters:
13653   - "throughput"
13654   - "parent"
13655   - "tags"
13656   sort:
13657   - "IP6BASE"
13658   - "FIB_20k"
13659   - "FIB_200k"
13660   - "FIB_2M"
13661   traces:
13662     hoverinfo: "x+y"
13663     boxpoints: "outliers"
13664     whiskerwidth: 0
13665   layout:
13666     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13667     layout: "plot-throughput"
13668
13669 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13670 -
13671   type: "plot"
13672   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13673   algorithm: "plot_performance_box"
13674   output-file-type: ".html"
13675   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13676   data: "plot-vpp-throughput-latency-3n-skx"
13677   filter: "'NIC_Intel-X710' and
13678            '78B' and
13679            ('IP6BASE' or
13680             'POLICE_MARK' or
13681             'COPWHLIST' or
13682             'IACLDST') and
13683            'NDRPDR' and
13684            '2T1C' and
13685            'IP6FWD' and
13686            not 'SRv6' and
13687            not 'IPSEC' and
13688            not 'VHOST'"
13689   parameters:
13690   - "throughput"
13691   - "parent"
13692   - "tags"
13693   sort:
13694   - "IP6BASE"
13695   - "POLICE_MARK"
13696   - "COPWHLIST"
13697   - "IACLDST"
13698   traces:
13699     hoverinfo: "x+y"
13700     boxpoints: "outliers"
13701     whiskerwidth: 0
13702   layout:
13703     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13704     layout: "plot-throughput"
13705
13706 -
13707   type: "plot"
13708   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13709   algorithm: "plot_performance_box"
13710   output-file-type: ".html"
13711   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13712   data: "plot-vpp-throughput-latency-3n-hsw"
13713   filter: "'NIC_Intel-X710' and
13714            '78B' and
13715            ('IP6BASE' or
13716             'POLICE_MARK' or
13717             'COPWHLIST' or
13718             'IACLDST') and
13719            'NDRPDR' and
13720            '4T2C' and
13721            'IP6FWD' and
13722            not 'SRv6' and
13723            not 'IPSEC' and
13724            not 'VHOST'"
13725   parameters:
13726   - "throughput"
13727   - "parent"
13728   - "tags"
13729   sort:
13730   - "IP6BASE"
13731   - "POLICE_MARK"
13732   - "COPWHLIST"
13733   - "IACLDST"
13734   traces:
13735     hoverinfo: "x+y"
13736     boxpoints: "outliers"
13737     whiskerwidth: 0
13738   layout:
13739     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13740     layout: "plot-throughput"
13741
13742 -
13743   type: "plot"
13744   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13745   algorithm: "plot_performance_box"
13746   output-file-type: ".html"
13747   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13748   data: "plot-vpp-throughput-latency-3n-skx"
13749   filter: "'NIC_Intel-X710' and
13750            '78B' and
13751            ('IP6BASE' or
13752             'POLICE_MARK' or
13753             'COPWHLIST' or
13754             'IACLDST') and
13755            'NDRPDR' and
13756            '2T1C' and
13757            'IP6FWD' and
13758            not 'SRv6' and
13759            not 'IPSEC' and
13760            not 'VHOST'"
13761   parameters:
13762   - "throughput"
13763   - "parent"
13764   - "tags"
13765   sort:
13766   - "IP6BASE"
13767   - "POLICE_MARK"
13768   - "COPWHLIST"
13769   - "IACLDST"
13770   traces:
13771     hoverinfo: "x+y"
13772     boxpoints: "outliers"
13773     whiskerwidth: 0
13774   layout:
13775     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13776     layout: "plot-throughput"
13777
13778 -
13779   type: "plot"
13780   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13781   algorithm: "plot_performance_box"
13782   output-file-type: ".html"
13783   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13784   data: "plot-vpp-throughput-latency-3n-skx"
13785   filter: "'NIC_Intel-X710' and
13786            '78B' and
13787            ('IP6BASE' or
13788             'POLICE_MARK' or
13789             'COPWHLIST' or
13790             'IACLDST') and
13791            'NDRPDR' and
13792            '4T2C' and
13793            'IP6FWD' and
13794            not 'SRv6' and
13795            not 'IPSEC' and
13796            not 'VHOST'"
13797   parameters:
13798   - "throughput"
13799   - "parent"
13800   - "tags"
13801   sort:
13802   - "IP6BASE"
13803   - "POLICE_MARK"
13804   - "COPWHLIST"
13805   - "IACLDST"
13806   traces:
13807     hoverinfo: "x+y"
13808     boxpoints: "outliers"
13809     whiskerwidth: 0
13810   layout:
13811     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13812     layout: "plot-throughput"
13813
13814 # Packet Throughput - VPP IPv6 2n-skx-x710
13815 -
13816   type: "plot"
13817   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13818   algorithm: "plot_performance_box"
13819   output-file-type: ".html"
13820   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13821   data: "plot-vpp-throughput-latency-2n-skx"
13822   filter: "'NIC_Intel-X710' and
13823            '78B' and
13824            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13825            'NDRPDR' and
13826            '2T1C' and
13827            'IP6FWD' and
13828            not 'SRv6' and
13829            not 'IPSEC' and
13830            not 'VHOST'"
13831   parameters:
13832   - "throughput"
13833   - "parent"
13834   - "tags"
13835   sort:
13836   - "IP6BASE"
13837   - "FIB_20k"
13838   - "FIB_200k"
13839   - "FIB_2M"
13840   traces:
13841     hoverinfo: "x+y"
13842     boxpoints: "outliers"
13843     whiskerwidth: 0
13844   layout:
13845     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13846     layout: "plot-throughput"
13847
13848 -
13849   type: "plot"
13850   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13851   algorithm: "plot_performance_box"
13852   output-file-type: ".html"
13853   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13854   data: "plot-vpp-throughput-latency-2n-skx"
13855   filter: "'NIC_Intel-X710' and
13856            '78B' and
13857            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13858            'NDRPDR' and
13859            '2T1C' and
13860            'IP6FWD' and
13861            not 'SRv6' and
13862            not 'IPSEC' and
13863            not 'VHOST'"
13864   parameters:
13865   - "throughput"
13866   - "parent"
13867   - "tags"
13868   sort:
13869   - "IP6BASE"
13870   - "FIB_20k"
13871   - "FIB_200k"
13872   - "FIB_2M"
13873   traces:
13874     hoverinfo: "x+y"
13875     boxpoints: "outliers"
13876     whiskerwidth: 0
13877   layout:
13878     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13879     layout: "plot-throughput"
13880
13881 -
13882   type: "plot"
13883   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13884   algorithm: "plot_performance_box"
13885   output-file-type: ".html"
13886   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13887   data: "plot-vpp-throughput-latency-2n-skx"
13888   filter: "'NIC_Intel-X710' and
13889            '78B' and
13890            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13891            'NDRPDR' and
13892            '4T2C' and
13893            'IP6FWD' and
13894            not 'SRv6' and
13895            not 'IPSEC' and
13896            not 'VHOST'"
13897   parameters:
13898   - "throughput"
13899   - "parent"
13900   - "tags"
13901   sort:
13902   - "IP6BASE"
13903   - "FIB_20k"
13904   - "FIB_200k"
13905   - "FIB_2M"
13906   traces:
13907     hoverinfo: "x+y"
13908     boxpoints: "outliers"
13909     whiskerwidth: 0
13910   layout:
13911     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13912     layout: "plot-throughput"
13913
13914 -
13915   type: "plot"
13916   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13917   algorithm: "plot_performance_box"
13918   output-file-type: ".html"
13919   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13920   data: "plot-vpp-throughput-latency-2n-skx"
13921   filter: "'NIC_Intel-X710' and
13922            '78B' and
13923            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13924            'NDRPDR' and
13925            '4T2C' and
13926            'IP6FWD' and
13927            not 'SRv6' and
13928            not 'IPSEC' and
13929            not 'VHOST'"
13930   parameters:
13931   - "throughput"
13932   - "parent"
13933   - "tags"
13934   sort:
13935   - "IP6BASE"
13936   - "FIB_20k"
13937   - "FIB_200k"
13938   - "FIB_2M"
13939   traces:
13940     hoverinfo: "x+y"
13941     boxpoints: "outliers"
13942     whiskerwidth: 0
13943   layout:
13944     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13945     layout: "plot-throughput"
13946
13947 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13948 -
13949   type: "plot"
13950   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13951   algorithm: "plot_performance_box"
13952   output-file-type: ".html"
13953   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13954   data: "plot-vpp-throughput-latency-2n-skx"
13955   filter: "'NIC_Intel-XXV710' and
13956            '78B' and
13957            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13958            'NDRPDR' and
13959            '2T1C' and
13960            'IP6FWD' and
13961            not 'SRv6' and
13962            not 'IPSEC' and
13963            not 'VHOST'"
13964   parameters:
13965   - "throughput"
13966   - "parent"
13967   - "tags"
13968   sort:
13969   - "IP6BASE"
13970   - "FIB_20k"
13971   - "FIB_200k"
13972   - "FIB_2M"
13973   traces:
13974     hoverinfo: "x+y"
13975     boxpoints: "outliers"
13976     whiskerwidth: 0
13977   layout:
13978     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13979     layout: "plot-throughput"
13980
13981 -
13982   type: "plot"
13983   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13984   algorithm: "plot_performance_box"
13985   output-file-type: ".html"
13986   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13987   data: "plot-vpp-throughput-latency-2n-skx"
13988   filter: "'NIC_Intel-XXV710' and
13989            '78B' and
13990            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13991            'NDRPDR' and
13992            '2T1C' and
13993            'IP6FWD' and
13994            not 'SRv6' and
13995            not 'IPSEC' and
13996            not 'VHOST'"
13997   parameters:
13998   - "throughput"
13999   - "parent"
14000   - "tags"
14001   sort:
14002   - "IP6BASE"
14003   - "FIB_20k"
14004   - "FIB_200k"
14005   - "FIB_2M"
14006   traces:
14007     hoverinfo: "x+y"
14008     boxpoints: "outliers"
14009     whiskerwidth: 0
14010   layout:
14011     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14012     layout: "plot-throughput"
14013
14014 -
14015   type: "plot"
14016   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14017   algorithm: "plot_performance_box"
14018   output-file-type: ".html"
14019   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14020   data: "plot-vpp-throughput-latency-2n-skx"
14021   filter: "'NIC_Intel-XXV710' and
14022            '78B' and
14023            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14024            'NDRPDR' and
14025            '4T2C' and
14026            'IP6FWD' and
14027            not 'SRv6' and
14028            not 'IPSEC' and
14029            not 'VHOST'"
14030   parameters:
14031   - "throughput"
14032   - "parent"
14033   - "tags"
14034   sort:
14035   - "IP6BASE"
14036   - "FIB_20k"
14037   - "FIB_200k"
14038   - "FIB_2M"
14039   traces:
14040     hoverinfo: "x+y"
14041     boxpoints: "outliers"
14042     whiskerwidth: 0
14043   layout:
14044     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14045     layout: "plot-throughput"
14046
14047 -
14048   type: "plot"
14049   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14050   algorithm: "plot_performance_box"
14051   output-file-type: ".html"
14052   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14053   data: "plot-vpp-throughput-latency-2n-skx"
14054   filter: "'NIC_Intel-XXV710' and
14055            '78B' and
14056            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14057            'NDRPDR' and
14058            '4T2C' and
14059            'IP6FWD' and
14060            not 'SRv6' and
14061            not 'IPSEC' and
14062            not 'VHOST'"
14063   parameters:
14064   - "throughput"
14065   - "parent"
14066   - "tags"
14067   sort:
14068   - "IP6BASE"
14069   - "FIB_20k"
14070   - "FIB_200k"
14071   - "FIB_2M"
14072   traces:
14073     hoverinfo: "x+y"
14074     boxpoints: "outliers"
14075     whiskerwidth: 0
14076   layout:
14077     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14078     layout: "plot-throughput"
14079
14080 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
14081 -
14082   type: "plot"
14083   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14084   algorithm: "plot_performance_box"
14085   output-file-type: ".html"
14086   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14087   data: "intel-dnv-vpp"
14088   filter: "'NIC_Intel-X553' and
14089            '78B' and
14090            'IP6BASE' and
14091            'NDRPDR' and
14092            '1T1C' and
14093            'IP6FWD' and
14094            not 'SRv6' and
14095            not 'IPSEC' and
14096            not 'VHOST'"
14097   parameters:
14098   - "throughput"
14099   - "parent"
14100   - "tags"
14101   sort:
14102   - "IP6BASE"
14103   traces:
14104     hoverinfo: "x+y"
14105     boxpoints: "outliers"
14106     whiskerwidth: 0
14107   layout:
14108     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14109     layout: "plot-throughput"
14110
14111 -
14112   type: "plot"
14113   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14114   algorithm: "plot_performance_box"
14115   output-file-type: ".html"
14116   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14117   data: "intel-dnv-vpp"
14118   filter: "'NIC_Intel-X553' and
14119            '78B' and
14120            'IP6BASE' and
14121            'NDRPDR' and
14122            '1T1C' and
14123            'IP6FWD' and
14124            not 'SRv6' and
14125            not 'IPSEC' and
14126            not 'VHOST'"
14127   parameters:
14128   - "throughput"
14129   - "parent"
14130   - "tags"
14131   sort:
14132   - "IP6BASE"
14133   traces:
14134     hoverinfo: "x+y"
14135     boxpoints: "outliers"
14136     whiskerwidth: 0
14137   layout:
14138     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14139     layout: "plot-throughput"
14140
14141 -
14142   type: "plot"
14143   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14144   algorithm: "plot_performance_box"
14145   output-file-type: ".html"
14146   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14147   data: "intel-dnv-vpp"
14148   filter: "'NIC_Intel-X553' and
14149            '78B' and
14150            'IP6BASE' and
14151            'NDRPDR' and
14152            '2T2C' and
14153            'IP6FWD' and
14154            not 'SRv6' and
14155            not 'IPSEC' and
14156            not 'VHOST'"
14157   parameters:
14158   - "throughput"
14159   - "parent"
14160   - "tags"
14161   sort:
14162   - "IP6BASE"
14163   traces:
14164     hoverinfo: "x+y"
14165     boxpoints: "outliers"
14166     whiskerwidth: 0
14167   layout:
14168     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14169     layout: "plot-throughput"
14170
14171 -
14172   type: "plot"
14173   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14174   algorithm: "plot_performance_box"
14175   output-file-type: ".html"
14176   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14177   data: "intel-dnv-vpp"
14178   filter: "'NIC_Intel-X553' and
14179            '78B' and
14180            'IP6BASE' and
14181            'NDRPDR' and
14182            '2T2C' and
14183            'IP6FWD' and
14184            not 'SRv6' and
14185            not 'IPSEC' and
14186            not 'VHOST'"
14187   parameters:
14188   - "throughput"
14189   - "parent"
14190   - "tags"
14191   sort:
14192   - "IP6BASE"
14193   traces:
14194     hoverinfo: "x+y"
14195     boxpoints: "outliers"
14196     whiskerwidth: 0
14197   layout:
14198     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14199     layout: "plot-throughput"
14200
14201 ################################################################################
14202
14203 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14204 -
14205   type: "plot"
14206   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14207   algorithm: "plot_performance_box"
14208   output-file-type: ".html"
14209   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14210   data: "plot-vpp-throughput-latency-3n-hsw"
14211   filter: "'NIC_Intel-X520-DA2' and
14212            '78B' and
14213            'ENCAP' and
14214            'NDRPDR' and
14215            '1T1C' and
14216            'LISP' and
14217            not 'VHOST'"
14218   parameters:
14219   - "throughput"
14220   - "parent"
14221   - "tags"
14222   sort:
14223   - "IP4UNRLAY"
14224   - "IP6UNRLAY"
14225   traces:
14226     hoverinfo: "x+y"
14227     boxpoints: "outliers"
14228     whiskerwidth: 0
14229   layout:
14230     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14231     layout: "plot-throughput"
14232
14233 -
14234   type: "plot"
14235   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14236   algorithm: "plot_performance_box"
14237   output-file-type: ".html"
14238   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14239   data: "plot-vpp-throughput-latency-3n-hsw"
14240   filter: "'NIC_Intel-X520-DA2' and
14241            '78B' and
14242            'ENCAP' and
14243            'NDRPDR' and
14244            '1T1C' and
14245            'LISP' and
14246            not 'VHOST'"
14247   parameters:
14248   - "throughput"
14249   - "parent"
14250   - "tags"
14251   sort:
14252   - "IP4UNRLAY"
14253   - "IP6UNRLAY"
14254   traces:
14255     hoverinfo: "x+y"
14256     boxpoints: "outliers"
14257     whiskerwidth: 0
14258   layout:
14259     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14260     layout: "plot-throughput"
14261
14262 -
14263   type: "plot"
14264   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14265   algorithm: "plot_performance_box"
14266   output-file-type: ".html"
14267   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14268   data: "plot-vpp-throughput-latency-3n-hsw"
14269   filter: "'NIC_Intel-X520-DA2' and
14270            '78B' and
14271            'ENCAP' and
14272            'NDRPDR' and
14273            '2T2C' and
14274            'LISP' and
14275            not 'VHOST'"
14276   parameters:
14277   - "throughput"
14278   - "parent"
14279   - "tags"
14280   sort:
14281   - "IP4UNRLAY"
14282   - "IP6UNRLAY"
14283   traces:
14284     hoverinfo: "x+y"
14285     boxpoints: "outliers"
14286     whiskerwidth: 0
14287   layout:
14288     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14289     layout: "plot-throughput"
14290
14291 -
14292   type: "plot"
14293   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14294   algorithm: "plot_performance_box"
14295   output-file-type: ".html"
14296   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14297   data: "plot-vpp-throughput-latency-3n-hsw"
14298   filter: "'NIC_Intel-X520-DA2' and
14299            '78B' and
14300            'ENCAP' and
14301            'NDRPDR' and
14302            '2T2C' and
14303            'LISP' and
14304            not 'VHOST'"
14305   parameters:
14306   - "throughput"
14307   - "parent"
14308   - "tags"
14309   sort:
14310   - "IP4UNRLAY"
14311   - "IP6UNRLAY"
14312   traces:
14313     hoverinfo: "x+y"
14314     boxpoints: "outliers"
14315     whiskerwidth: 0
14316   layout:
14317     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14318     layout: "plot-throughput"
14319
14320 ################################################################################
14321
14322 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14323 -
14324   type: "plot"
14325   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14326   algorithm: "plot_performance_box"
14327   output-file-type: ".html"
14328   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14329   data: "plot-vpp-throughput-latency-3n-hsw"
14330   filter: "'NIC_Intel-XL710' and
14331            '64B' and
14332            'IP4FWD' and
14333            'NDRPDR' and
14334            'BASE' and
14335            '1T1C' and
14336            'IPSECHW' and
14337            ('IPSECTRAN' or 'IPSECTUN') and
14338            not 'VHOST'"
14339   parameters:
14340   - "throughput"
14341   - "parent"
14342   - "tags"
14343   traces:
14344     hoverinfo: "x+y"
14345     boxpoints: "outliers"
14346     whiskerwidth: 0
14347   layout:
14348     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14349     layout: "plot-throughput"
14350
14351 -
14352   type: "plot"
14353   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14354   algorithm: "plot_performance_box"
14355   output-file-type: ".html"
14356   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14357   data: "plot-vpp-throughput-latency-3n-hsw"
14358   filter: "'NIC_Intel-XL710' and
14359            '64B' and
14360            'IP4FWD' and
14361            'NDRPDR' and
14362            'BASE' and
14363            '1T1C' and
14364            'IPSECHW' and
14365            ('IPSECTRAN' or 'IPSECTUN') and
14366            not 'VHOST'"
14367   parameters:
14368   - "throughput"
14369   - "parent"
14370   - "tags"
14371   traces:
14372     hoverinfo: "x+y"
14373     boxpoints: "outliers"
14374     whiskerwidth: 0
14375   layout:
14376     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14377     layout: "plot-throughput"
14378
14379 -
14380   type: "plot"
14381   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14382   algorithm: "plot_performance_box"
14383   output-file-type: ".html"
14384   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14385   data: "plot-vpp-throughput-latency-3n-hsw"
14386   filter: "'NIC_Intel-XL710' and
14387            '64B' and
14388            'IP4FWD' and
14389            'NDRPDR' and
14390            'BASE' and
14391            '2T2C' and
14392            'IPSECHW' and
14393            ('IPSECTRAN' or 'IPSECTUN') and
14394            not 'VHOST'"
14395   parameters:
14396   - "throughput"
14397   - "parent"
14398   - "tags"
14399   traces:
14400     hoverinfo: "x+y"
14401     boxpoints: "outliers"
14402     whiskerwidth: 0
14403   layout:
14404     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14405     layout: "plot-throughput"
14406
14407 -
14408   type: "plot"
14409   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14410   algorithm: "plot_performance_box"
14411   output-file-type: ".html"
14412   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14413   data: "plot-vpp-throughput-latency-3n-hsw"
14414   filter: "'NIC_Intel-XL710' and
14415            '64B' and
14416            'IP4FWD' and
14417            'NDRPDR' and
14418            'BASE' and
14419            '2T2C' and
14420            'IPSECHW' and
14421            ('IPSECTRAN' or 'IPSECTUN') and
14422            not 'VHOST'"
14423   parameters:
14424   - "throughput"
14425   - "parent"
14426   - "tags"
14427   traces:
14428     hoverinfo: "x+y"
14429     boxpoints: "outliers"
14430     whiskerwidth: 0
14431   layout:
14432     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14433     layout: "plot-throughput"
14434
14435 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14436 -
14437   type: "plot"
14438   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14439   algorithm: "plot_performance_box"
14440   output-file-type: ".html"
14441   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14442   data: "plot-vpp-throughput-latency-3n-hsw"
14443   filter: "'NIC_Intel-XL710' and
14444            '64B' and
14445            'IP4FWD' and
14446            'NDRPDR' and
14447            'SCALE' and
14448            '1T1C' and
14449            'IPSECHW' and
14450            ('IPSECTRAN' or 'IPSECTUN') and
14451            not 'VHOST'"
14452   parameters:
14453   - "throughput"
14454   - "parent"
14455   - "tags"
14456   traces:
14457     hoverinfo: "x+y"
14458     boxpoints: "outliers"
14459     whiskerwidth: 0
14460   layout:
14461     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14462     layout: "plot-throughput"
14463
14464 -
14465   type: "plot"
14466   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14467   algorithm: "plot_performance_box"
14468   output-file-type: ".html"
14469   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14470   data: "plot-vpp-throughput-latency-3n-hsw"
14471   filter: "'NIC_Intel-XL710' and
14472            '64B' and
14473            'IP4FWD' and
14474            'NDRPDR' and
14475            'SCALE' and
14476            '1T1C' and
14477            'IPSECHW' and
14478            ('IPSECTRAN' or 'IPSECTUN') and
14479            not 'VHOST'"
14480   parameters:
14481   - "throughput"
14482   - "parent"
14483   - "tags"
14484   traces:
14485     hoverinfo: "x+y"
14486     boxpoints: "outliers"
14487     whiskerwidth: 0
14488   layout:
14489     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14490     layout: "plot-throughput"
14491
14492 -
14493   type: "plot"
14494   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14495   algorithm: "plot_performance_box"
14496   output-file-type: ".html"
14497   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14498   data: "plot-vpp-throughput-latency-3n-hsw"
14499   filter: "'NIC_Intel-XL710' and
14500            '64B' and
14501            'IP4FWD' and
14502            'NDRPDR' and
14503            'SCALE' and
14504            '2T2C' and
14505            'IPSECHW' and
14506            ('IPSECTRAN' or 'IPSECTUN') and
14507            not 'VHOST'"
14508   parameters:
14509   - "throughput"
14510   - "parent"
14511   - "tags"
14512   traces:
14513     hoverinfo: "x+y"
14514     boxpoints: "outliers"
14515     whiskerwidth: 0
14516   layout:
14517     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14518     layout: "plot-throughput"
14519
14520 -
14521   type: "plot"
14522   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14523   algorithm: "plot_performance_box"
14524   output-file-type: ".html"
14525   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14526   data: "plot-vpp-throughput-latency-3n-hsw"
14527   filter: "'NIC_Intel-XL710' and
14528            '64B' and
14529            'IP4FWD' and
14530            'NDRPDR' and
14531            'SCALE' and
14532            '2T2C' and
14533            'IPSECHW' and
14534            ('IPSECTRAN' or 'IPSECTUN') and
14535            not 'VHOST'"
14536   parameters:
14537   - "throughput"
14538   - "parent"
14539   - "tags"
14540   traces:
14541     hoverinfo: "x+y"
14542     boxpoints: "outliers"
14543     whiskerwidth: 0
14544   layout:
14545     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14546     layout: "plot-throughput"
14547
14548 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14549 -
14550   type: "plot"
14551   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14552   algorithm: "plot_performance_box"
14553   output-file-type: ".html"
14554   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14555   data: "plot-vpp-throughput-latency-3n-hsw"
14556   filter: "'NIC_Intel-XL710' and
14557            '64B' and
14558            'IP4FWD' and
14559            'NDRPDR' and
14560            '1T1C' and
14561            'IPSECSW' and
14562            ('IPSECTRAN' or 'IPSECTUN') and
14563            not 'VHOST'"
14564   parameters:
14565   - "throughput"
14566   - "parent"
14567   - "tags"
14568   traces:
14569     hoverinfo: "x+y"
14570     boxpoints: "outliers"
14571     whiskerwidth: 0
14572   layout:
14573     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14574     layout: "plot-throughput"
14575
14576 -
14577   type: "plot"
14578   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14579   algorithm: "plot_performance_box"
14580   output-file-type: ".html"
14581   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14582   data: "plot-vpp-throughput-latency-3n-hsw"
14583   filter: "'NIC_Intel-XL710' and
14584            '64B' and
14585            'IP4FWD' and
14586            'NDRPDR' and
14587            '1T1C' and
14588            'IPSECSW' and
14589            ('IPSECTRAN' or 'IPSECTUN') and
14590            not 'VHOST'"
14591   parameters:
14592   - "throughput"
14593   - "parent"
14594   - "tags"
14595   traces:
14596     hoverinfo: "x+y"
14597     boxpoints: "outliers"
14598     whiskerwidth: 0
14599   layout:
14600     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14601     layout: "plot-throughput"
14602
14603 -
14604   type: "plot"
14605   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14606   algorithm: "plot_performance_box"
14607   output-file-type: ".html"
14608   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14609   data: "plot-vpp-throughput-latency-3n-hsw"
14610   filter: "'NIC_Intel-XL710' and
14611            '64B' and
14612            'IP4FWD' and
14613            'NDRPDR' and
14614            '2T2C' and
14615            'IPSECSW' and
14616            ('IPSECTRAN' or 'IPSECTUN') and
14617            not 'VHOST'"
14618   parameters:
14619   - "throughput"
14620   - "parent"
14621   - "tags"
14622   traces:
14623     hoverinfo: "x+y"
14624     boxpoints: "outliers"
14625     whiskerwidth: 0
14626   layout:
14627     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14628     layout: "plot-throughput"
14629
14630 -
14631   type: "plot"
14632   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14633   algorithm: "plot_performance_box"
14634   output-file-type: ".html"
14635   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14636   data: "plot-vpp-throughput-latency-3n-hsw"
14637   filter: "'NIC_Intel-XL710' and
14638            '64B' and
14639            'IP4FWD' and
14640            'NDRPDR' and
14641            '2T2C' and
14642            'IPSECSW' and
14643            ('IPSECTRAN' or 'IPSECTUN') and
14644            not 'VHOST'"
14645   parameters:
14646   - "throughput"
14647   - "parent"
14648   - "tags"
14649   traces:
14650     hoverinfo: "x+y"
14651     boxpoints: "outliers"
14652     whiskerwidth: 0
14653   layout:
14654     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14655     layout: "plot-throughput"
14656
14657 ################################################################################
14658
14659 # Packet Throughput - VPP SRv6 3n-hsw-x520
14660 -
14661   type: "plot"
14662   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14663   algorithm: "plot_performance_box"
14664   output-file-type: ".html"
14665   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14666   data: "plot-vpp-throughput-latency-3n-hsw"
14667   filter: "'NIC_Intel-X520-DA2' and
14668            '78B' and
14669            'FEATURE' and
14670            'NDRPDR' and
14671            '1T1C' and
14672            'IP6FWD' and
14673            'SRv6'"
14674   parameters:
14675   - "throughput"
14676   - "parent"
14677   - "tags"
14678   traces:
14679     hoverinfo: "x+y"
14680     boxpoints: "outliers"
14681     whiskerwidth: 0
14682   layout:
14683     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14684     layout: "plot-throughput"
14685
14686 -
14687   type: "plot"
14688   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14689   algorithm: "plot_performance_box"
14690   output-file-type: ".html"
14691   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14692   data: "plot-vpp-throughput-latency-3n-hsw"
14693   filter: "'NIC_Intel-X520-DA2' and
14694            '78B' and
14695            'FEATURE' and
14696            'NDRPDR' and
14697            '1T1C' and
14698            'IP6FWD' and
14699            'SRv6'"
14700   parameters:
14701   - "throughput"
14702   - "parent"
14703   - "tags"
14704   traces:
14705     hoverinfo: "x+y"
14706     boxpoints: "outliers"
14707     whiskerwidth: 0
14708   layout:
14709     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14710     layout: "plot-throughput"
14711
14712 -
14713   type: "plot"
14714   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14715   algorithm: "plot_performance_box"
14716   output-file-type: ".html"
14717   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14718   data: "plot-vpp-throughput-latency-3n-hsw"
14719   filter: "'NIC_Intel-X520-DA2' and
14720            '78B' and
14721            'FEATURE' and
14722            'NDRPDR' and
14723            '2T2C' and
14724            'IP6FWD' and
14725            'SRv6'"
14726   parameters:
14727   - "throughput"
14728   - "parent"
14729   - "tags"
14730   traces:
14731     hoverinfo: "x+y"
14732     boxpoints: "outliers"
14733     whiskerwidth: 0
14734   layout:
14735     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14736     layout: "plot-throughput"
14737
14738 -
14739   type: "plot"
14740   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14741   algorithm: "plot_performance_box"
14742   output-file-type: ".html"
14743   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14744   data: "plot-vpp-throughput-latency-3n-hsw"
14745   filter: "'NIC_Intel-X520-DA2' and
14746            '78B' and
14747            'FEATURE' and
14748            'NDRPDR' and
14749            '2T2C' and
14750            'IP6FWD' and
14751            'SRv6'"
14752   parameters:
14753   - "throughput"
14754   - "parent"
14755   - "tags"
14756   traces:
14757     hoverinfo: "x+y"
14758     boxpoints: "outliers"
14759     whiskerwidth: 0
14760   layout:
14761     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14762     layout: "plot-throughput"
14763
14764 ################################################################################
14765
14766 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14767 -
14768   type: "plot"
14769   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14770   algorithm: "plot_performance_box"
14771   output-file-type: ".html"
14772   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14773   data: "plot-vpp-throughput-latency-3n-hsw"
14774   filter: "'NIC_Intel-X520-DA2' and
14775            '64B' and
14776            'NDRPDR' and
14777            'ETH' and
14778            'IP4FWD' and
14779            '1T1C' and
14780            'VHOST_1024' and
14781            not 'VXLAN' and
14782            not 'DOT1Q'"
14783   parameters:
14784   - "throughput"
14785   - "parent"
14786   - "tags"
14787   sort:
14788   - "not CFS_OPT"
14789   - "1VM"
14790   - "2VM"
14791   traces:
14792     hoverinfo: "x+y"
14793     boxpoints: "outliers"
14794     whiskerwidth: 0
14795   layout:
14796     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14797     layout: "plot-throughput"
14798
14799 -
14800   type: "plot"
14801   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14802   algorithm: "plot_performance_box"
14803   output-file-type: ".html"
14804   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14805   data: "plot-vpp-throughput-latency-3n-hsw"
14806   filter: "'NIC_Intel-X520-DA2' and
14807            '64B' and
14808            'NDRPDR' and
14809            'ETH' and
14810            'IP4FWD' and
14811            '2T2C' and
14812            'VHOST_1024' and
14813            not 'VXLAN' and
14814            not 'DOT1Q'"
14815   parameters:
14816   - "throughput"
14817   - "parent"
14818   - "tags"
14819   sort:
14820   - "not CFS_OPT"
14821   - "1VM"
14822   - "2VM"
14823   traces:
14824     hoverinfo: "x+y"
14825     boxpoints: "outliers"
14826     whiskerwidth: 0
14827   layout:
14828     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14829     layout: "plot-throughput"
14830
14831 -
14832   type: "plot"
14833   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14834   algorithm: "plot_performance_box"
14835   output-file-type: ".html"
14836   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14837   data: "plot-vpp-throughput-latency-3n-hsw"
14838   filter: "'NIC_Intel-X520-DA2' and
14839            '64B' and
14840            'NDRPDR' and
14841            'ETH' and
14842            'IP4FWD' and
14843            '1T1C' and
14844            'VHOST_1024' and
14845            not 'VXLAN' and
14846            not 'DOT1Q'"
14847   parameters:
14848   - "throughput"
14849   - "parent"
14850   - "tags"
14851   sort:
14852   - "not CFS_OPT"
14853   - "1VM"
14854   - "2VM"
14855   traces:
14856     hoverinfo: "x+y"
14857     boxpoints: "outliers"
14858     whiskerwidth: 0
14859   layout:
14860     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14861     layout: "plot-throughput"
14862
14863 -
14864   type: "plot"
14865   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14866   algorithm: "plot_performance_box"
14867   output-file-type: ".html"
14868   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14869   data: "plot-vpp-throughput-latency-3n-hsw"
14870   filter: "'NIC_Intel-X520-DA2' and
14871            '64B' and
14872            'NDRPDR' and
14873            'ETH' and
14874            'IP4FWD' and
14875            '2T2C' and
14876            'VHOST_1024' and
14877            not 'VXLAN' and
14878            not 'DOT1Q'"
14879   parameters:
14880   - "throughput"
14881   - "parent"
14882   - "tags"
14883   sort:
14884   - "not CFS_OPT"
14885   - "1VM"
14886   - "2VM"
14887   traces:
14888     hoverinfo: "x+y"
14889     boxpoints: "outliers"
14890     whiskerwidth: 0
14891   layout:
14892     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14893     layout: "plot-throughput"
14894
14895 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
14896 -
14897   type: "plot"
14898   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14899   algorithm: "plot_performance_box"
14900   output-file-type: ".html"
14901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14902   data: "plot-vpp-throughput-latency-3n-hsw"
14903   filter: "'NIC_Intel-X520-DA2' and
14904            '64B' and
14905            'NDRPDR' and
14906            ('ETH' or 'DOT1Q') and
14907            '1T1C' and
14908            'L2BDMACLRN' and
14909            'VHOST_1024' and
14910            not 'VXLAN' and
14911            not 'IP4FWD' and
14912            not '2VM'"
14913   parameters:
14914   - "throughput"
14915   - "parent"
14916   - "tags"
14917 #  sort:
14918 #  - "VM"  # "not CFS_OPT"
14919 #  - "CFS_OPT"
14920 #  - "FIB_10K"
14921 #  - "FIB_100K"
14922 #  - "FIB_1M"
14923   traces:
14924     hoverinfo: "x+y"
14925     boxpoints: "outliers"
14926     whiskerwidth: 0
14927   layout:
14928     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14929     layout: "plot-throughput"
14930
14931 -
14932   type: "plot"
14933   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14934   algorithm: "plot_performance_box"
14935   output-file-type: ".html"
14936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14937   data: "plot-vpp-throughput-latency-3n-hsw"
14938   filter: "'NIC_Intel-X520-DA2' and
14939            '64B' and
14940            'NDRPDR' and
14941            ('ETH' or 'DOT1Q') and
14942            '2T2C' and
14943            'L2BDMACLRN' and
14944            'VHOST_1024' and
14945            not 'VXLAN' and
14946            not 'IP4FWD' and
14947            not '2VM'"
14948   parameters:
14949   - "throughput"
14950   - "parent"
14951   - "tags"
14952 #  sort:
14953 #  - "VM"  # "not CFS_OPT"
14954 #  - "CFS_OPT"
14955 #  - "FIB_10K"
14956 #  - "FIB_100K"
14957 #  - "FIB_1M"
14958   traces:
14959     hoverinfo: "x+y"
14960     boxpoints: "outliers"
14961     whiskerwidth: 0
14962   layout:
14963     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14964     layout: "plot-throughput"
14965
14966 -
14967   type: "plot"
14968   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14969   algorithm: "plot_performance_box"
14970   output-file-type: ".html"
14971   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14972   data: "plot-vpp-throughput-latency-3n-hsw"
14973   filter: "'NIC_Intel-X520-DA2' and
14974            '64B' and
14975            'NDRPDR' and
14976            ('ETH' or 'DOT1Q') and
14977            '1T1C' and
14978            'L2BDMACLRN' and
14979            'VHOST_1024' and
14980            not 'VXLAN' and
14981            not 'IP4FWD' and
14982            not '2VM'"
14983   parameters:
14984   - "throughput"
14985   - "parent"
14986   - "tags"
14987 #  sort:
14988 #  - "VM"  # "not CFS_OPT"
14989 #  - "CFS_OPT"
14990 #  - "FIB_10K"
14991 #  - "FIB_100K"
14992 #  - "FIB_1M"
14993   traces:
14994     hoverinfo: "x+y"
14995     boxpoints: "outliers"
14996     whiskerwidth: 0
14997   layout:
14998     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14999     layout: "plot-throughput"
15000
15001 -
15002   type: "plot"
15003   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15004   algorithm: "plot_performance_box"
15005   output-file-type: ".html"
15006   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15007   data: "plot-vpp-throughput-latency-3n-hsw"
15008   filter: "'NIC_Intel-X520-DA2' and
15009            '64B' and
15010            'NDRPDR' and
15011            ('ETH' or 'DOT1Q') and
15012            '2T2C' and
15013            'L2BDMACLRN' and
15014            'VHOST_1024' and
15015            not 'VXLAN' and
15016            not 'IP4FWD' and
15017            not '2VM'"
15018   parameters:
15019   - "throughput"
15020   - "parent"
15021   - "tags"
15022 #  sort:
15023 #  - "VM"  # "not CFS_OPT"
15024 #  - "CFS_OPT"
15025 #  - "FIB_10K"
15026 #  - "FIB_100K"
15027 #  - "FIB_1M"
15028   traces:
15029     hoverinfo: "x+y"
15030     boxpoints: "outliers"
15031     whiskerwidth: 0
15032   layout:
15033     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15034     layout: "plot-throughput"
15035
15036 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
15037 -
15038   type: "plot"
15039   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15040   algorithm: "plot_performance_box"
15041   output-file-type: ".html"
15042   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15043   data: "plot-vpp-throughput-latency-3n-hsw"
15044   filter: "'NIC_Intel-X520-DA2' and
15045            '64B' and
15046            'NDRPDR' and
15047            ('ETH' or 'DOT1Q') and
15048            'BASE' and
15049            '1T1C' and
15050            ('L2BDMACLRN' or 'L2XCFWD') and
15051            'VHOST_1024' and
15052            not 'VXLAN' and
15053            not 'IP4FWD' and
15054            not '2VM'"
15055   parameters:
15056   - "throughput"
15057   - "parent"
15058   - "tags"
15059 #  sort:
15060 #  - "not CFS_OPT"
15061 #  - "L2XCFWD"
15062 #  - "not CFS_OPT"
15063 #  - "CFS_OPT"
15064   traces:
15065     hoverinfo: "x+y"
15066     boxpoints: "outliers"
15067     whiskerwidth: 0
15068   layout:
15069     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15070     layout: "plot-throughput"
15071
15072 -
15073   type: "plot"
15074   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15075   algorithm: "plot_performance_box"
15076   output-file-type: ".html"
15077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15078   data: "plot-vpp-throughput-latency-3n-hsw"
15079   filter: "'NIC_Intel-X520-DA2' and
15080            '64B' and
15081            'NDRPDR' and
15082            ('ETH' or 'DOT1Q') and
15083            'BASE' and
15084            '1T1C' and
15085            ('L2BDMACLRN' or 'L2XCFWD') and
15086            'VHOST_1024' and
15087            not 'VXLAN' and
15088            not 'IP4FWD' and
15089            not '2VM'"
15090   parameters:
15091   - "throughput"
15092   - "parent"
15093   - "tags"
15094 #  sort:
15095 #  - "not CFS_OPT"
15096 #  - "L2XCFWD"
15097 #  - "not CFS_OPT"
15098 #  - "CFS_OPT"
15099   traces:
15100     hoverinfo: "x+y"
15101     boxpoints: "outliers"
15102     whiskerwidth: 0
15103   layout:
15104     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15105     layout: "plot-throughput"
15106
15107 -
15108   type: "plot"
15109   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15110   algorithm: "plot_performance_box"
15111   output-file-type: ".html"
15112   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15113   data: "plot-vpp-throughput-latency-3n-hsw"
15114   filter: "'NIC_Intel-X520-DA2' and
15115            '64B' and
15116            'NDRPDR' and
15117            ('ETH' or 'DOT1Q') and
15118            'BASE' and
15119            '2T2C' and
15120            ('L2BDMACLRN' or 'L2XCFWD') and
15121            'VHOST_1024' and
15122            not 'VXLAN' and
15123            not 'IP4FWD' and
15124            not '2VM'"
15125   parameters:
15126   - "throughput"
15127   - "parent"
15128   - "tags"
15129 #  sort:
15130 #  - "not CFS_OPT"
15131 #  - "L2XCFWD"
15132 #  - "not CFS_OPT"
15133 #  - "CFS_OPT"
15134   traces:
15135     hoverinfo: "x+y"
15136     boxpoints: "outliers"
15137     whiskerwidth: 0
15138   layout:
15139     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15140     layout: "plot-throughput"
15141
15142 -
15143   type: "plot"
15144   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15145   algorithm: "plot_performance_box"
15146   output-file-type: ".html"
15147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15148   data: "plot-vpp-throughput-latency-3n-hsw"
15149   filter: "'NIC_Intel-X520-DA2' and
15150            '64B' and
15151            'NDRPDR' and
15152            ('ETH' or 'DOT1Q') and
15153            'BASE' and
15154            '2T2C' and
15155            ('L2BDMACLRN' or 'L2XCFWD') and
15156            'VHOST_1024' and
15157            not 'VXLAN' and
15158            not 'IP4FWD' and
15159            not '2VM'"
15160   parameters:
15161   - "throughput"
15162   - "parent"
15163   - "tags"
15164 #  sort:
15165 #  - "not CFS_OPT"
15166 #  - "L2XCFWD"
15167 #  - "not CFS_OPT"
15168 #  - "CFS_OPT"
15169   traces:
15170     hoverinfo: "x+y"
15171     boxpoints: "outliers"
15172     whiskerwidth: 0
15173   layout:
15174     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15175     layout: "plot-throughput"
15176
15177 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15178 -
15179   type: "plot"
15180   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15181   algorithm: "plot_performance_box"
15182   output-file-type: ".html"
15183   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15184   data: "plot-vpp-throughput-latency-3n-hsw"
15185   filter: "'NIC_Intel-X520-DA2' and
15186            '64B' and
15187            'NDRPDR' and
15188            ('ETH' or 'DOT1Q') and
15189            '1T1C' and
15190            ('L2BDMACLRN' or 'L2XCFWD') and
15191            'VHOST_1024' and
15192            not 'CFS_OPT' and
15193            not 'VXLAN' and
15194            not 'IP4FWD' and
15195            not 'LBOND'"
15196   parameters:
15197   - "throughput"
15198   - "parent"
15199   - "tags"
15200 #  sort:
15201 #  - "1VM"
15202 #  - "L2XCFWD"
15203 #  - "1VM"
15204 #  - "L2BDMACLRN"
15205   traces:
15206     hoverinfo: "x+y"
15207     boxpoints: "outliers"
15208     whiskerwidth: 0
15209   layout:
15210     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15211     layout: "plot-throughput"
15212
15213 -
15214   type: "plot"
15215   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15216   algorithm: "plot_performance_box"
15217   output-file-type: ".html"
15218   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15219   data: "plot-vpp-throughput-latency-3n-hsw"
15220   filter: "'NIC_Intel-X520-DA2' and
15221            '64B' and
15222            'NDRPDR' and
15223            ('ETH' or 'DOT1Q') and
15224            '1T1C' and
15225            ('L2BDMACLRN' or 'L2XCFWD') and
15226            'VHOST_1024' and
15227            not 'CFS_OPT' and
15228            not 'VXLAN' and
15229            not 'IP4FWD' and
15230            not 'LBOND'"
15231   parameters:
15232   - "throughput"
15233   - "parent"
15234   - "tags"
15235 #  sort:
15236 #  - "1VM"
15237 #  - "L2XCFWD"
15238 #  - "1VM"
15239 #  - "L2BDMACLRN"
15240   traces:
15241     hoverinfo: "x+y"
15242     boxpoints: "outliers"
15243     whiskerwidth: 0
15244   layout:
15245     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15246     layout: "plot-throughput"
15247
15248 -
15249   type: "plot"
15250   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15251   algorithm: "plot_performance_box"
15252   output-file-type: ".html"
15253   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15254   data: "plot-vpp-throughput-latency-3n-hsw"
15255   filter: "'NIC_Intel-X520-DA2' and
15256            '64B' and
15257            'NDRPDR' and
15258            ('ETH' or 'DOT1Q') and
15259            '2T2C' and
15260            ('L2BDMACLRN' or 'L2XCFWD') and
15261            'VHOST_1024' and
15262            not 'CFS_OPT' and
15263            not 'VXLAN' and
15264            not 'IP4FWD' and
15265            not 'LBOND'"
15266   parameters:
15267   - "throughput"
15268   - "parent"
15269   - "tags"
15270 #  sort:
15271 #  - "1VM"
15272 #  - "L2XCFWD"
15273 #  - "1VM"
15274 #  - "L2BDMACLRN"
15275   traces:
15276     hoverinfo: "x+y"
15277     boxpoints: "outliers"
15278     whiskerwidth: 0
15279   layout:
15280     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15281     layout: "plot-throughput"
15282
15283 -
15284   type: "plot"
15285   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15286   algorithm: "plot_performance_box"
15287   output-file-type: ".html"
15288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15289   data: "plot-vpp-throughput-latency-3n-hsw"
15290   filter: "'NIC_Intel-X520-DA2' and
15291            '64B' and
15292            'NDRPDR' and
15293            ('ETH' or 'DOT1Q') and
15294            '2T2C' and
15295            ('L2BDMACLRN' or 'L2XCFWD') and
15296            'VHOST_1024' and
15297            not 'CFS_OPT' and
15298            not 'VXLAN' and
15299            not 'IP4FWD' and
15300            not 'LBOND'"
15301   parameters:
15302   - "throughput"
15303   - "parent"
15304   - "tags"
15305 #  sort:
15306 #  - "1VM"
15307 #  - "L2XCFWD"
15308 #  - "1VM"
15309 #  - "L2BDMACLRN"
15310   traces:
15311     hoverinfo: "x+y"
15312     boxpoints: "outliers"
15313     whiskerwidth: 0
15314   layout:
15315     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15316     layout: "plot-throughput"
15317
15318 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15319 -
15320   type: "plot"
15321   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15322   algorithm: "plot_performance_box"
15323   output-file-type: ".html"
15324   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15325   data: "plot-vpp-throughput-latency-3n-hsw"
15326   filter: "'NIC_Intel-X710' and
15327            '64B' and
15328            'NDRPDR' and
15329            'ETH' and
15330            'IP4FWD' and
15331            '1T1C' and
15332            'VHOST_1024' and
15333            not 'VXLAN' and
15334            not 'DOT1Q'"
15335   parameters:
15336   - "throughput"
15337   - "parent"
15338   - "tags"
15339   sort:
15340   - "not CFS_OPT"
15341   - "1VM"
15342   - "2VM"
15343   traces:
15344     hoverinfo: "x+y"
15345     boxpoints: "outliers"
15346     whiskerwidth: 0
15347   layout:
15348     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15349     layout: "plot-throughput"
15350
15351 -
15352   type: "plot"
15353   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15354   algorithm: "plot_performance_box"
15355   output-file-type: ".html"
15356   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15357   data: "plot-vpp-throughput-latency-3n-hsw"
15358   filter: "'NIC_Intel-X710' and
15359            '64B' and
15360            'NDRPDR' and
15361            'ETH' and
15362            'IP4FWD' and
15363            '2T2C' and
15364            'VHOST_1024' and
15365            not 'VXLAN' and
15366            not 'DOT1Q'"
15367   parameters:
15368   - "throughput"
15369   - "parent"
15370   - "tags"
15371   sort:
15372   - "not CFS_OPT"
15373   - "1VM"
15374   - "2VM"
15375   traces:
15376     hoverinfo: "x+y"
15377     boxpoints: "outliers"
15378     whiskerwidth: 0
15379   layout:
15380     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15381     layout: "plot-throughput"
15382
15383 -
15384   type: "plot"
15385   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15386   algorithm: "plot_performance_box"
15387   output-file-type: ".html"
15388   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15389   data: "plot-vpp-throughput-latency-3n-hsw"
15390   filter: "'NIC_Intel-X710' and
15391            '64B' and
15392            'NDRPDR' and
15393            'ETH' and
15394            'IP4FWD' and
15395            '1T1C' and
15396            'VHOST_1024' and
15397            not 'VXLAN' and
15398            not 'DOT1Q'"
15399   parameters:
15400   - "throughput"
15401   - "parent"
15402   - "tags"
15403   sort:
15404   - "not CFS_OPT"
15405   - "1VM"
15406   - "2VM"
15407   traces:
15408     hoverinfo: "x+y"
15409     boxpoints: "outliers"
15410     whiskerwidth: 0
15411   layout:
15412     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15413     layout: "plot-throughput"
15414
15415 -
15416   type: "plot"
15417   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15418   algorithm: "plot_performance_box"
15419   output-file-type: ".html"
15420   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15421   data: "plot-vpp-throughput-latency-3n-hsw"
15422   filter: "'NIC_Intel-X710' and
15423            '64B' and
15424            'NDRPDR' and
15425            'ETH' and
15426            'IP4FWD' and
15427            '2T2C' and
15428            'VHOST_1024' and
15429            not 'VXLAN' and
15430            not 'DOT1Q'"
15431   parameters:
15432   - "throughput"
15433   - "parent"
15434   - "tags"
15435   sort:
15436   - "not CFS_OPT"
15437   - "1VM"
15438   - "2VM"
15439   traces:
15440     hoverinfo: "x+y"
15441     boxpoints: "outliers"
15442     whiskerwidth: 0
15443   layout:
15444     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15445     layout: "plot-throughput"
15446
15447 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
15448 -
15449   type: "plot"
15450   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15451   algorithm: "plot_performance_box"
15452   output-file-type: ".html"
15453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15454   data: "plot-vpp-throughput-latency-3n-hsw"
15455   filter: "'NIC_Intel-X710' and
15456            '64B' and
15457            'NDRPDR' and
15458            ('ETH' or 'DOT1Q') and
15459            '1T1C' and
15460            'L2BDMACLRN' and
15461            'VHOST_1024' and
15462            not 'VXLAN' and
15463            not 'IP4FWD' and
15464            not '2VM'"
15465   parameters:
15466   - "throughput"
15467   - "parent"
15468   - "tags"
15469 #  sort:
15470 #  - "VM"  # "not CFS_OPT"
15471 #  - "CFS_OPT"
15472 #  - "FIB_10K"
15473 #  - "FIB_100K"
15474 #  - "FIB_1M"
15475   traces:
15476     hoverinfo: "x+y"
15477     boxpoints: "outliers"
15478     whiskerwidth: 0
15479   layout:
15480     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15481     layout: "plot-throughput"
15482
15483 -
15484   type: "plot"
15485   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15486   algorithm: "plot_performance_box"
15487   output-file-type: ".html"
15488   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15489   data: "plot-vpp-throughput-latency-3n-hsw"
15490   filter: "'NIC_Intel-X710' and
15491            '64B' and
15492            'NDRPDR' and
15493            ('ETH' or 'DOT1Q') and
15494            '2T2C' and
15495            'L2BDMACLRN' and
15496            'VHOST_1024' and
15497            not 'VXLAN' and
15498            not 'IP4FWD' and
15499            not '2VM'"
15500   parameters:
15501   - "throughput"
15502   - "parent"
15503   - "tags"
15504 #  sort:
15505 #  - "VM"  # "not CFS_OPT"
15506 #  - "CFS_OPT"
15507 #  - "FIB_10K"
15508 #  - "FIB_100K"
15509 #  - "FIB_1M"
15510   traces:
15511     hoverinfo: "x+y"
15512     boxpoints: "outliers"
15513     whiskerwidth: 0
15514   layout:
15515     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15516     layout: "plot-throughput"
15517
15518 -
15519   type: "plot"
15520   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15521   algorithm: "plot_performance_box"
15522   output-file-type: ".html"
15523   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15524   data: "plot-vpp-throughput-latency-3n-hsw"
15525   filter: "'NIC_Intel-X710' and
15526            '64B' and
15527            'NDRPDR' and
15528            ('ETH' or 'DOT1Q') and
15529            '1T1C' and
15530            'L2BDMACLRN' and
15531            'VHOST_1024' and
15532            not 'VXLAN' and
15533            not 'IP4FWD' and
15534            not '2VM'"
15535   parameters:
15536   - "throughput"
15537   - "parent"
15538   - "tags"
15539 #  sort:
15540 #  - "VM"  # "not CFS_OPT"
15541 #  - "CFS_OPT"
15542 #  - "FIB_10K"
15543 #  - "FIB_100K"
15544 #  - "FIB_1M"
15545   traces:
15546     hoverinfo: "x+y"
15547     boxpoints: "outliers"
15548     whiskerwidth: 0
15549   layout:
15550     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15551     layout: "plot-throughput"
15552
15553 -
15554   type: "plot"
15555   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15556   algorithm: "plot_performance_box"
15557   output-file-type: ".html"
15558   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15559   data: "plot-vpp-throughput-latency-3n-hsw"
15560   filter: "'NIC_Intel-X710' and
15561            '64B' and
15562            'NDRPDR' and
15563            ('ETH' or 'DOT1Q') and
15564            '2T2C' and
15565            'L2BDMACLRN' and
15566            'VHOST_1024' and
15567            not 'VXLAN' and
15568            not 'IP4FWD' and
15569            not '2VM'"
15570   parameters:
15571   - "throughput"
15572   - "parent"
15573   - "tags"
15574 #  sort:
15575 #  - "VM"  # "not CFS_OPT"
15576 #  - "CFS_OPT"
15577 #  - "FIB_10K"
15578 #  - "FIB_100K"
15579 #  - "FIB_1M"
15580   traces:
15581     hoverinfo: "x+y"
15582     boxpoints: "outliers"
15583     whiskerwidth: 0
15584   layout:
15585     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15586     layout: "plot-throughput"
15587
15588 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15589 -
15590   type: "plot"
15591   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15592   algorithm: "plot_performance_box"
15593   output-file-type: ".html"
15594   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15595   data: "plot-vpp-throughput-latency-3n-hsw"
15596   filter: "'NIC_Intel-X710' and
15597            '64B' and
15598            'NDRPDR' and
15599            ('ETH' or 'DOT1Q') and
15600            'BASE' and
15601            '1T1C' and
15602            ('L2BDMACLRN' or 'L2XCFWD') and
15603            'VHOST_1024' and
15604            not 'VXLAN' and
15605            not 'IP4FWD' and
15606            not '2VM'"
15607   parameters:
15608   - "throughput"
15609   - "parent"
15610   - "tags"
15611 #  sort:
15612 #  - "not CFS_OPT"
15613 #  - "L2XCFWD"
15614 #  - "not CFS_OPT"
15615 #  - "CFS_OPT"
15616   traces:
15617     hoverinfo: "x+y"
15618     boxpoints: "outliers"
15619     whiskerwidth: 0
15620   layout:
15621     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15622     layout: "plot-throughput"
15623
15624 -
15625   type: "plot"
15626   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15627   algorithm: "plot_performance_box"
15628   output-file-type: ".html"
15629   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15630   data: "plot-vpp-throughput-latency-3n-hsw"
15631   filter: "'NIC_Intel-X710' and
15632            '64B' and
15633            'NDRPDR' and
15634            ('ETH' or 'DOT1Q') and
15635            'BASE' and
15636            '1T1C' and
15637            ('L2BDMACLRN' or 'L2XCFWD') and
15638            'VHOST_1024' and
15639            not 'VXLAN' and
15640            not 'IP4FWD' and
15641            not '2VM'"
15642   parameters:
15643   - "throughput"
15644   - "parent"
15645   - "tags"
15646 #  sort:
15647 #  - "not CFS_OPT"
15648 #  - "L2XCFWD"
15649 #  - "not CFS_OPT"
15650 #  - "CFS_OPT"
15651   traces:
15652     hoverinfo: "x+y"
15653     boxpoints: "outliers"
15654     whiskerwidth: 0
15655   layout:
15656     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15657     layout: "plot-throughput"
15658
15659 -
15660   type: "plot"
15661   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15662   algorithm: "plot_performance_box"
15663   output-file-type: ".html"
15664   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15665   data: "plot-vpp-throughput-latency-3n-hsw"
15666   filter: "'NIC_Intel-X710' and
15667            '64B' and
15668            'NDRPDR' and
15669            ('ETH' or 'DOT1Q') and
15670            'BASE' and
15671            '2T2C' and
15672            ('L2BDMACLRN' or 'L2XCFWD') and
15673            'VHOST_1024' and
15674            not 'VXLAN' and
15675            not 'IP4FWD' and
15676            not '2VM'"
15677   parameters:
15678   - "throughput"
15679   - "parent"
15680   - "tags"
15681 #  sort:
15682 #  - "not CFS_OPT"
15683 #  - "L2XCFWD"
15684 #  - "not CFS_OPT"
15685 #  - "CFS_OPT"
15686   traces:
15687     hoverinfo: "x+y"
15688     boxpoints: "outliers"
15689     whiskerwidth: 0
15690   layout:
15691     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15692     layout: "plot-throughput"
15693
15694 -
15695   type: "plot"
15696   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15697   algorithm: "plot_performance_box"
15698   output-file-type: ".html"
15699   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15700   data: "plot-vpp-throughput-latency-3n-hsw"
15701   filter: "'NIC_Intel-X710' and
15702            '64B' and
15703            'NDRPDR' and
15704            ('ETH' or 'DOT1Q') and
15705            'BASE' and
15706            '2T2C' and
15707            ('L2BDMACLRN' or 'L2XCFWD') and
15708            'VHOST_1024' and
15709            not 'VXLAN' and
15710            not 'IP4FWD' and
15711            not '2VM'"
15712   parameters:
15713   - "throughput"
15714   - "parent"
15715   - "tags"
15716 #  sort:
15717 #  - "not CFS_OPT"
15718 #  - "L2XCFWD"
15719 #  - "not CFS_OPT"
15720 #  - "CFS_OPT"
15721   traces:
15722     hoverinfo: "x+y"
15723     boxpoints: "outliers"
15724     whiskerwidth: 0
15725   layout:
15726     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15727     layout: "plot-throughput"
15728
15729 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15730 -
15731   type: "plot"
15732   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15733   algorithm: "plot_performance_box"
15734   output-file-type: ".html"
15735   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15736   data: "plot-vpp-throughput-latency-3n-hsw"
15737   filter: "'NIC_Intel-X710' and
15738            '64B' and
15739            'NDRPDR' and
15740            ('ETH' or 'DOT1Q') and
15741            '1T1C' and
15742            ('L2BDMACLRN' or 'L2XCFWD') and
15743            'VHOST_1024' and
15744            not 'CFS_OPT' and
15745            not 'VXLAN' and
15746            not 'IP4FWD' and
15747            not 'LBOND'"
15748   parameters:
15749   - "throughput"
15750   - "parent"
15751   - "tags"
15752 #  sort:
15753 #  - "1VM"
15754 #  - "L2XCFWD"
15755 #  - "1VM"
15756 #  - "L2BDMACLRN"
15757   traces:
15758     hoverinfo: "x+y"
15759     boxpoints: "outliers"
15760     whiskerwidth: 0
15761   layout:
15762     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15763     layout: "plot-throughput"
15764
15765 -
15766   type: "plot"
15767   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15768   algorithm: "plot_performance_box"
15769   output-file-type: ".html"
15770   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15771   data: "plot-vpp-throughput-latency-3n-hsw"
15772   filter: "'NIC_Intel-X710' and
15773            '64B' and
15774            'NDRPDR' and
15775            ('ETH' or 'DOT1Q') and
15776            '1T1C' and
15777            ('L2BDMACLRN' or 'L2XCFWD') and
15778            'VHOST_1024' and
15779            not 'CFS_OPT' and
15780            not 'VXLAN' and
15781            not 'IP4FWD' and
15782            not 'LBOND'"
15783   parameters:
15784   - "throughput"
15785   - "parent"
15786   - "tags"
15787 #  sort:
15788 #  - "1VM"
15789 #  - "L2XCFWD"
15790 #  - "1VM"
15791 #  - "L2BDMACLRN"
15792   traces:
15793     hoverinfo: "x+y"
15794     boxpoints: "outliers"
15795     whiskerwidth: 0
15796   layout:
15797     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15798     layout: "plot-throughput"
15799
15800 -
15801   type: "plot"
15802   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15803   algorithm: "plot_performance_box"
15804   output-file-type: ".html"
15805   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15806   data: "plot-vpp-throughput-latency-3n-hsw"
15807   filter: "'NIC_Intel-X710' and
15808            '64B' and
15809            'NDRPDR' and
15810            ('ETH' or 'DOT1Q') and
15811            '2T2C' and
15812            ('L2BDMACLRN' or 'L2XCFWD') and
15813            'VHOST_1024' and
15814            not 'CFS_OPT' and
15815            not 'VXLAN' and
15816            not 'IP4FWD' and
15817            not 'LBOND'"
15818   parameters:
15819   - "throughput"
15820   - "parent"
15821   - "tags"
15822 #  sort:
15823 #  - "1VM"
15824 #  - "L2XCFWD"
15825 #  - "1VM"
15826 #  - "L2BDMACLRN"
15827   traces:
15828     hoverinfo: "x+y"
15829     boxpoints: "outliers"
15830     whiskerwidth: 0
15831   layout:
15832     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15833     layout: "plot-throughput"
15834
15835 -
15836   type: "plot"
15837   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15838   algorithm: "plot_performance_box"
15839   output-file-type: ".html"
15840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15841   data: "plot-vpp-throughput-latency-3n-hsw"
15842   filter: "'NIC_Intel-X710' and
15843            '64B' and
15844            'NDRPDR' and
15845            ('ETH' or 'DOT1Q') and
15846            '2T2C' and
15847            ('L2BDMACLRN' or 'L2XCFWD') and
15848            'VHOST_1024' and
15849            not 'CFS_OPT' and
15850            not 'VXLAN' and
15851            not 'IP4FWD' and
15852            not 'LBOND'"
15853   parameters:
15854   - "throughput"
15855   - "parent"
15856   - "tags"
15857 #  sort:
15858 #  - "1VM"
15859 #  - "L2XCFWD"
15860 #  - "1VM"
15861 #  - "L2BDMACLRN"
15862   traces:
15863     hoverinfo: "x+y"
15864     boxpoints: "outliers"
15865     whiskerwidth: 0
15866   layout:
15867     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15868     layout: "plot-throughput"
15869
15870 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
15871 -
15872   type: "plot"
15873   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15874   algorithm: "plot_performance_box"
15875   output-file-type: ".html"
15876   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15877   data: "plot-vpp-throughput-latency-3n-hsw"
15878   filter: "'NIC_Intel-XL710' and
15879            '64B' and
15880            'NDRPDR' and
15881            'ETH' and
15882            'IP4FWD' and
15883            '1T1C' and
15884            'VHOST_1024' and
15885            not 'VXLAN' and
15886            not 'DOT1Q'"
15887   parameters:
15888   - "throughput"
15889   - "parent"
15890   - "tags"
15891   sort:
15892   - "not CFS_OPT"
15893   - "1VM"
15894   - "2VM"
15895   traces:
15896     hoverinfo: "x+y"
15897     boxpoints: "outliers"
15898     whiskerwidth: 0
15899   layout:
15900     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15901     layout: "plot-throughput"
15902
15903 -
15904   type: "plot"
15905   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15906   algorithm: "plot_performance_box"
15907   output-file-type: ".html"
15908   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15909   data: "plot-vpp-throughput-latency-3n-hsw"
15910   filter: "'NIC_Intel-XL710' and
15911            '64B' and
15912            'NDRPDR' and
15913            'ETH' and
15914            'IP4FWD' and
15915            '2T2C' and
15916            'VHOST_1024' and
15917            not 'VXLAN' and
15918            not 'DOT1Q'"
15919   parameters:
15920   - "throughput"
15921   - "parent"
15922   - "tags"
15923   sort:
15924   - "not CFS_OPT"
15925   - "1VM"
15926   - "2VM"
15927   traces:
15928     hoverinfo: "x+y"
15929     boxpoints: "outliers"
15930     whiskerwidth: 0
15931   layout:
15932     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15933     layout: "plot-throughput"
15934
15935 -
15936   type: "plot"
15937   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15938   algorithm: "plot_performance_box"
15939   output-file-type: ".html"
15940   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15941   data: "plot-vpp-throughput-latency-3n-hsw"
15942   filter: "'NIC_Intel-XL710' and
15943            '64B' and
15944            'NDRPDR' and
15945            'ETH' and
15946            'IP4FWD' and
15947            '1T1C' and
15948            'VHOST_1024' and
15949            not 'VXLAN' and
15950            not 'DOT1Q'"
15951   parameters:
15952   - "throughput"
15953   - "parent"
15954   - "tags"
15955   sort:
15956   - "not CFS_OPT"
15957   - "1VM"
15958   - "2VM"
15959   traces:
15960     hoverinfo: "x+y"
15961     boxpoints: "outliers"
15962     whiskerwidth: 0
15963   layout:
15964     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15965     layout: "plot-throughput"
15966
15967 -
15968   type: "plot"
15969   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15970   algorithm: "plot_performance_box"
15971   output-file-type: ".html"
15972   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15973   data: "plot-vpp-throughput-latency-3n-hsw"
15974   filter: "'NIC_Intel-XL710' and
15975            '64B' and
15976            'NDRPDR' and
15977            'ETH' and
15978            'IP4FWD' and
15979            '2T2C' and
15980            'VHOST_1024' and
15981            not 'VXLAN' and
15982            not 'DOT1Q'"
15983   parameters:
15984   - "throughput"
15985   - "parent"
15986   - "tags"
15987   sort:
15988   - "not CFS_OPT"
15989   - "1VM"
15990   - "2VM"
15991   traces:
15992     hoverinfo: "x+y"
15993     boxpoints: "outliers"
15994     whiskerwidth: 0
15995   layout:
15996     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15997     layout: "plot-throughput"
15998
15999 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
16000 -
16001   type: "plot"
16002   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16003   algorithm: "plot_performance_box"
16004   output-file-type: ".html"
16005   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16006   data: "plot-vpp-throughput-latency-3n-hsw"
16007   filter: "'NIC_Intel-XL710' and
16008            '64B' and
16009            'NDRPDR' and
16010            ('ETH' or 'DOT1Q') and
16011            '1T1C' and
16012            'L2BDMACLRN' and
16013            'VHOST_1024' and
16014            not 'VXLAN' and
16015            not 'IP4FWD' and
16016            not '2VM'"
16017   parameters:
16018   - "throughput"
16019   - "parent"
16020   - "tags"
16021 #  sort:
16022 #  - "VM"  # "not CFS_OPT"
16023 #  - "CFS_OPT"
16024 #  - "FIB_10K"
16025 #  - "FIB_100K"
16026 #  - "FIB_1M"
16027   traces:
16028     hoverinfo: "x+y"
16029     boxpoints: "outliers"
16030     whiskerwidth: 0
16031   layout:
16032     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16033     layout: "plot-throughput"
16034
16035 -
16036   type: "plot"
16037   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16038   algorithm: "plot_performance_box"
16039   output-file-type: ".html"
16040   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16041   data: "plot-vpp-throughput-latency-3n-hsw"
16042   filter: "'NIC_Intel-XL710' and
16043            '64B' and
16044            'NDRPDR' and
16045            ('ETH' or 'DOT1Q') and
16046            '2T2C' and
16047            'L2BDMACLRN' and
16048            'VHOST_1024' and
16049            not 'VXLAN' and
16050            not 'IP4FWD' and
16051            not '2VM'"
16052   parameters:
16053   - "throughput"
16054   - "parent"
16055   - "tags"
16056 #  sort:
16057 #  - "VM"  # "not CFS_OPT"
16058 #  - "CFS_OPT"
16059 #  - "FIB_10K"
16060 #  - "FIB_100K"
16061 #  - "FIB_1M"
16062   traces:
16063     hoverinfo: "x+y"
16064     boxpoints: "outliers"
16065     whiskerwidth: 0
16066   layout:
16067     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16068     layout: "plot-throughput"
16069
16070 -
16071   type: "plot"
16072   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16073   algorithm: "plot_performance_box"
16074   output-file-type: ".html"
16075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16076   data: "plot-vpp-throughput-latency-3n-hsw"
16077   filter: "'NIC_Intel-XL710' and
16078            '64B' and
16079            'NDRPDR' and
16080            ('ETH' or 'DOT1Q') and
16081            '1T1C' and
16082            'L2BDMACLRN' and
16083            'VHOST_1024' and
16084            not 'VXLAN' and
16085            not 'IP4FWD' and
16086            not '2VM'"
16087   parameters:
16088   - "throughput"
16089   - "parent"
16090   - "tags"
16091 #  sort:
16092 #  - "VM"  # "not CFS_OPT"
16093 #  - "CFS_OPT"
16094 #  - "FIB_10K"
16095 #  - "FIB_100K"
16096 #  - "FIB_1M"
16097   traces:
16098     hoverinfo: "x+y"
16099     boxpoints: "outliers"
16100     whiskerwidth: 0
16101   layout:
16102     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16103     layout: "plot-throughput"
16104
16105 -
16106   type: "plot"
16107   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16108   algorithm: "plot_performance_box"
16109   output-file-type: ".html"
16110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16111   data: "plot-vpp-throughput-latency-3n-hsw"
16112   filter: "'NIC_Intel-XL710' and
16113            '64B' and
16114            'NDRPDR' and
16115            ('ETH' or 'DOT1Q') and
16116            '2T2C' and
16117            'L2BDMACLRN' and
16118            'VHOST_1024' and
16119            not 'VXLAN' and
16120            not 'IP4FWD' and
16121            not '2VM'"
16122   parameters:
16123   - "throughput"
16124   - "parent"
16125   - "tags"
16126 #  sort:
16127 #  - "VM"  # "not CFS_OPT"
16128 #  - "CFS_OPT"
16129 #  - "FIB_10K"
16130 #  - "FIB_100K"
16131 #  - "FIB_1M"
16132   traces:
16133     hoverinfo: "x+y"
16134     boxpoints: "outliers"
16135     whiskerwidth: 0
16136   layout:
16137     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16138     layout: "plot-throughput"
16139
16140 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
16141 -
16142   type: "plot"
16143   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16144   algorithm: "plot_performance_box"
16145   output-file-type: ".html"
16146   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16147   data: "plot-vpp-throughput-latency-3n-hsw"
16148   filter: "'NIC_Intel-XL710' and
16149            '64B' and
16150            'NDRPDR' and
16151            ('ETH' or 'DOT1Q') and
16152            'BASE' and
16153            '1T1C' and
16154            ('L2BDMACLRN' or 'L2XCFWD') and
16155            'VHOST_1024' and
16156            not 'VXLAN' and
16157            not 'IP4FWD' and
16158            not '2VM'"
16159   parameters:
16160   - "throughput"
16161   - "parent"
16162   - "tags"
16163 #  sort:
16164 #  - "not CFS_OPT"
16165 #  - "L2XCFWD"
16166 #  - "not CFS_OPT"
16167 #  - "CFS_OPT"
16168   traces:
16169     hoverinfo: "x+y"
16170     boxpoints: "outliers"
16171     whiskerwidth: 0
16172   layout:
16173     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16174     layout: "plot-throughput"
16175
16176 -
16177   type: "plot"
16178   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16179   algorithm: "plot_performance_box"
16180   output-file-type: ".html"
16181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16182   data: "plot-vpp-throughput-latency-3n-hsw"
16183   filter: "'NIC_Intel-XL710' and
16184            '64B' and
16185            'NDRPDR' and
16186            ('ETH' or 'DOT1Q') and
16187            'BASE' and
16188            '1T1C' and
16189            ('L2BDMACLRN' or 'L2XCFWD') and
16190            'VHOST_1024' and
16191            not 'VXLAN' and
16192            not 'IP4FWD' and
16193            not '2VM'"
16194   parameters:
16195   - "throughput"
16196   - "parent"
16197   - "tags"
16198 #  sort:
16199 #  - "not CFS_OPT"
16200 #  - "L2XCFWD"
16201 #  - "not CFS_OPT"
16202 #  - "CFS_OPT"
16203   traces:
16204     hoverinfo: "x+y"
16205     boxpoints: "outliers"
16206     whiskerwidth: 0
16207   layout:
16208     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16209     layout: "plot-throughput"
16210
16211 -
16212   type: "plot"
16213   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16214   algorithm: "plot_performance_box"
16215   output-file-type: ".html"
16216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16217   data: "plot-vpp-throughput-latency-3n-hsw"
16218   filter: "'NIC_Intel-XL710' and
16219            '64B' and
16220            'NDRPDR' and
16221            ('ETH' or 'DOT1Q') and
16222            'BASE' and
16223            '2T2C' and
16224            ('L2BDMACLRN' or 'L2XCFWD') and
16225            'VHOST_1024' and
16226            not 'VXLAN' and
16227            not 'IP4FWD' and
16228            not '2VM'"
16229   parameters:
16230   - "throughput"
16231   - "parent"
16232   - "tags"
16233 #  sort:
16234 #  - "not CFS_OPT"
16235 #  - "L2XCFWD"
16236 #  - "not CFS_OPT"
16237 #  - "CFS_OPT"
16238   traces:
16239     hoverinfo: "x+y"
16240     boxpoints: "outliers"
16241     whiskerwidth: 0
16242   layout:
16243     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16244     layout: "plot-throughput"
16245
16246 -
16247   type: "plot"
16248   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16249   algorithm: "plot_performance_box"
16250   output-file-type: ".html"
16251   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16252   data: "plot-vpp-throughput-latency-3n-hsw"
16253   filter: "'NIC_Intel-XL710' and
16254            '64B' and
16255            'NDRPDR' and
16256            ('ETH' or 'DOT1Q') and
16257            'BASE' and
16258            '2T2C' and
16259            ('L2BDMACLRN' or 'L2XCFWD') and
16260            'VHOST_1024' and
16261            not 'VXLAN' and
16262            not 'IP4FWD' and
16263            not '2VM'"
16264   parameters:
16265   - "throughput"
16266   - "parent"
16267   - "tags"
16268 #  sort:
16269 #  - "not CFS_OPT"
16270 #  - "L2XCFWD"
16271 #  - "not CFS_OPT"
16272 #  - "CFS_OPT"
16273   traces:
16274     hoverinfo: "x+y"
16275     boxpoints: "outliers"
16276     whiskerwidth: 0
16277   layout:
16278     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16279     layout: "plot-throughput"
16280
16281 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
16282 -
16283   type: "plot"
16284   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16285   algorithm: "plot_performance_box"
16286   output-file-type: ".html"
16287   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16288   data: "plot-vpp-throughput-latency-3n-hsw"
16289   filter: "'NIC_Intel-XL710' and
16290            '64B' and
16291            'NDRPDR' and
16292            ('ETH' or 'DOT1Q') and
16293            '1T1C' and
16294            ('L2BDMACLRN' or 'L2XCFWD') and
16295            'VHOST_1024' and
16296            not 'CFS_OPT' and
16297            not 'VXLAN' and
16298            not 'IP4FWD'"
16299   parameters:
16300   - "throughput"
16301   - "parent"
16302   - "tags"
16303 #  sort:
16304 #  - "1VM"
16305 #  - "L2XCFWD"
16306 #  - "1VM"
16307 #  - "L2BDMACLRN"
16308   traces:
16309     hoverinfo: "x+y"
16310     boxpoints: "outliers"
16311     whiskerwidth: 0
16312   layout:
16313     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16314     layout: "plot-throughput"
16315
16316 -
16317   type: "plot"
16318   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16319   algorithm: "plot_performance_box"
16320   output-file-type: ".html"
16321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16322   data: "plot-vpp-throughput-latency-3n-hsw"
16323   filter: "'NIC_Intel-XL710' and
16324            '64B' and
16325            'NDRPDR' and
16326            ('ETH' or 'DOT1Q') and
16327            '1T1C' and
16328            ('L2BDMACLRN' or 'L2XCFWD') and
16329            'VHOST_1024' and
16330            not 'CFS_OPT' and
16331            not 'VXLAN' and
16332            not 'IP4FWD'"
16333   parameters:
16334   - "throughput"
16335   - "parent"
16336   - "tags"
16337 #  sort:
16338 #  - "1VM"
16339 #  - "L2XCFWD"
16340 #  - "1VM"
16341 #  - "L2BDMACLRN"
16342   traces:
16343     hoverinfo: "x+y"
16344     boxpoints: "outliers"
16345     whiskerwidth: 0
16346   layout:
16347     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16348     layout: "plot-throughput"
16349
16350 -
16351   type: "plot"
16352   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16353   algorithm: "plot_performance_box"
16354   output-file-type: ".html"
16355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16356   data: "plot-vpp-throughput-latency-3n-hsw"
16357   filter: "'NIC_Intel-XL710' and
16358            '64B' and
16359            'NDRPDR' and
16360            ('ETH' or 'DOT1Q') and
16361            '2T2C' and
16362            ('L2BDMACLRN' or 'L2XCFWD') and
16363            'VHOST_1024' and
16364            not 'CFS_OPT' and
16365            not 'VXLAN' and
16366            not 'IP4FWD'"
16367   parameters:
16368   - "throughput"
16369   - "parent"
16370   - "tags"
16371 #  sort:
16372 #  - "1VM"
16373 #  - "L2XCFWD"
16374 #  - "1VM"
16375 #  - "L2BDMACLRN"
16376   traces:
16377     hoverinfo: "x+y"
16378     boxpoints: "outliers"
16379     whiskerwidth: 0
16380   layout:
16381     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16382     layout: "plot-throughput"
16383
16384 -
16385   type: "plot"
16386   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16387   algorithm: "plot_performance_box"
16388   output-file-type: ".html"
16389   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16390   data: "plot-vpp-throughput-latency-3n-hsw"
16391   filter: "'NIC_Intel-XL710' and
16392            '64B' and
16393            'NDRPDR' and
16394            ('ETH' or 'DOT1Q') and
16395            '2T2C' and
16396            ('L2BDMACLRN' or 'L2XCFWD') and
16397            'VHOST_1024' and
16398            not 'CFS_OPT' and
16399            not 'VXLAN' and
16400            not 'IP4FWD'"
16401   parameters:
16402   - "throughput"
16403   - "parent"
16404   - "tags"
16405 #  sort:
16406 #  - "1VM"
16407 #  - "L2XCFWD"
16408 #  - "1VM"
16409 #  - "L2BDMACLRN"
16410   traces:
16411     hoverinfo: "x+y"
16412     boxpoints: "outliers"
16413     whiskerwidth: 0
16414   layout:
16415     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16416     layout: "plot-throughput"
16417
16418 # Packet Throughput - VPP vhost ip4 3n-skx-x710
16419 -
16420   type: "plot"
16421   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16422   algorithm: "plot_performance_box"
16423   output-file-type: ".html"
16424   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16425   data: "plot-vpp-throughput-latency-3n-skx"
16426   filter: "'NIC_Intel-X710' and
16427            '64B' and
16428            'NDRPDR' and
16429            'ETH' and
16430            'IP4FWD' and
16431            '2T1C' and
16432            'VHOST_1024' and
16433            not 'VXLAN' and
16434            not 'DOT1Q'"
16435   parameters:
16436   - "throughput"
16437   - "parent"
16438   - "tags"
16439   sort:
16440   - "not CFS_OPT"
16441   - "1VM"
16442   - "2VM"
16443   traces:
16444     hoverinfo: "x+y"
16445     boxpoints: "outliers"
16446     whiskerwidth: 0
16447   layout:
16448     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16449     layout: "plot-throughput"
16450
16451 -
16452   type: "plot"
16453   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16454   algorithm: "plot_performance_box"
16455   output-file-type: ".html"
16456   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16457   data: "plot-vpp-throughput-latency-3n-skx"
16458   filter: "'NIC_Intel-X710' and
16459            '64B' and
16460            'NDRPDR' and
16461            'ETH' and
16462            'IP4FWD' and
16463            '4T2C' and
16464            'VHOST_1024' and
16465            not 'VXLAN' and
16466            not 'DOT1Q'"
16467   parameters:
16468   - "throughput"
16469   - "parent"
16470   - "tags"
16471   sort:
16472   - "not CFS_OPT"
16473   - "1VM"
16474   - "2VM"
16475   traces:
16476     hoverinfo: "x+y"
16477     boxpoints: "outliers"
16478     whiskerwidth: 0
16479   layout:
16480     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16481     layout: "plot-throughput"
16482
16483 -
16484   type: "plot"
16485   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16486   algorithm: "plot_performance_box"
16487   output-file-type: ".html"
16488   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16489   data: "plot-vpp-throughput-latency-3n-skx"
16490   filter: "'NIC_Intel-X710' and
16491            '64B' and
16492            'NDRPDR' and
16493            'ETH' and
16494            'IP4FWD' and
16495            '2T1C' and
16496            'VHOST_1024' and
16497            not 'VXLAN' and
16498            not 'DOT1Q'"
16499   parameters:
16500   - "throughput"
16501   - "parent"
16502   - "tags"
16503   sort:
16504   - "not CFS_OPT"
16505   - "1VM"
16506   - "2VM"
16507   traces:
16508     hoverinfo: "x+y"
16509     boxpoints: "outliers"
16510     whiskerwidth: 0
16511   layout:
16512     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16513     layout: "plot-throughput"
16514
16515 -
16516   type: "plot"
16517   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16518   algorithm: "plot_performance_box"
16519   output-file-type: ".html"
16520   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16521   data: "plot-vpp-throughput-latency-3n-skx"
16522   filter: "'NIC_Intel-X710' and
16523            '64B' and
16524            'NDRPDR' and
16525            'ETH' and
16526            'IP4FWD' and
16527            '4T2C' and
16528            'VHOST_1024' and
16529            not 'VXLAN' and
16530            not 'DOT1Q'"
16531   parameters:
16532   - "throughput"
16533   - "parent"
16534   - "tags"
16535   sort:
16536   - "not CFS_OPT"
16537   - "1VM"
16538   - "2VM"
16539   traces:
16540     hoverinfo: "x+y"
16541     boxpoints: "outliers"
16542     whiskerwidth: 0
16543   layout:
16544     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16545     layout: "plot-throughput"
16546
16547 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
16548 -
16549   type: "plot"
16550   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16551   algorithm: "plot_performance_box"
16552   output-file-type: ".html"
16553   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16554   data: "plot-vpp-throughput-latency-3n-skx"
16555   filter: "'NIC_Intel-X710' and
16556            '64B' and
16557            'NDRPDR' and
16558            ('ETH' or 'DOT1Q') and
16559            '2T1C' and
16560            'L2BDMACLRN' and
16561            'VHOST_1024' and
16562            not 'VXLAN' and
16563            not 'IP4FWD' and
16564            not '2VM'"
16565   parameters:
16566   - "throughput"
16567   - "parent"
16568   - "tags"
16569 #  sort:
16570 #  - "VM"  # "not CFS_OPT"
16571 #  - "CFS_OPT"
16572 #  - "FIB_10K"
16573 #  - "FIB_100K"
16574 #  - "FIB_1M"
16575   traces:
16576     hoverinfo: "x+y"
16577     boxpoints: "outliers"
16578     whiskerwidth: 0
16579   layout:
16580     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16581     layout: "plot-throughput"
16582
16583 -
16584   type: "plot"
16585   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16586   algorithm: "plot_performance_box"
16587   output-file-type: ".html"
16588   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16589   data: "plot-vpp-throughput-latency-3n-skx"
16590   filter: "'NIC_Intel-X710' and
16591            '64B' and
16592            'NDRPDR' and
16593            ('ETH' or 'DOT1Q') and
16594            '4T2C' and
16595            'L2BDMACLRN' and
16596            'VHOST_1024' and
16597            not 'VXLAN' and
16598            not 'IP4FWD' and
16599            not '2VM'"
16600   parameters:
16601   - "throughput"
16602   - "parent"
16603   - "tags"
16604 #  sort:
16605 #  - "VM"  # "not CFS_OPT"
16606 #  - "CFS_OPT"
16607 #  - "FIB_10K"
16608 #  - "FIB_100K"
16609 #  - "FIB_1M"
16610   traces:
16611     hoverinfo: "x+y"
16612     boxpoints: "outliers"
16613     whiskerwidth: 0
16614   layout:
16615     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16616     layout: "plot-throughput"
16617
16618 -
16619   type: "plot"
16620   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16621   algorithm: "plot_performance_box"
16622   output-file-type: ".html"
16623   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16624   data: "plot-vpp-throughput-latency-3n-skx"
16625   filter: "'NIC_Intel-X710' and
16626            '64B' and
16627            'NDRPDR' and
16628            ('ETH' or 'DOT1Q') and
16629            '2T1C' and
16630            'L2BDMACLRN' and
16631            'VHOST_1024' and
16632            not 'VXLAN' and
16633            not 'IP4FWD' and
16634            not '2VM'"
16635   parameters:
16636   - "throughput"
16637   - "parent"
16638   - "tags"
16639 #  sort:
16640 #  - "VM"  # "not CFS_OPT"
16641 #  - "CFS_OPT"
16642 #  - "FIB_10K"
16643 #  - "FIB_100K"
16644 #  - "FIB_1M"
16645   traces:
16646     hoverinfo: "x+y"
16647     boxpoints: "outliers"
16648     whiskerwidth: 0
16649   layout:
16650     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16651     layout: "plot-throughput"
16652
16653 -
16654   type: "plot"
16655   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16656   algorithm: "plot_performance_box"
16657   output-file-type: ".html"
16658   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16659   data: "plot-vpp-throughput-latency-3n-skx"
16660   filter: "'NIC_Intel-X710' and
16661            '64B' and
16662            'NDRPDR' and
16663            ('ETH' or 'DOT1Q') and
16664            '4T2C' and
16665            'L2BDMACLRN' and
16666            'VHOST_1024' and
16667            not 'VXLAN' and
16668            not 'IP4FWD' and
16669            not '2VM'"
16670   parameters:
16671   - "throughput"
16672   - "parent"
16673   - "tags"
16674 #  sort:
16675 #  - "VM"  # "not CFS_OPT"
16676 #  - "CFS_OPT"
16677 #  - "FIB_10K"
16678 #  - "FIB_100K"
16679 #  - "FIB_1M"
16680   traces:
16681     hoverinfo: "x+y"
16682     boxpoints: "outliers"
16683     whiskerwidth: 0
16684   layout:
16685     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16686     layout: "plot-throughput"
16687
16688 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
16689 -
16690   type: "plot"
16691   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16692   algorithm: "plot_performance_box"
16693   output-file-type: ".html"
16694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16695   data: "plot-vpp-throughput-latency-3n-skx"
16696   filter: "'NIC_Intel-X710' and
16697            '64B' and
16698            'NDRPDR' and
16699            ('ETH' or 'DOT1Q') and
16700            'BASE' and
16701            '2T1C' and
16702            ('L2BDMACLRN' or 'L2XCFWD') and
16703            'VHOST_1024' and
16704            not 'VXLAN' and
16705            not 'IP4FWD' and
16706            not '2VM' and
16707            not 'LBOND'"
16708   parameters:
16709   - "throughput"
16710   - "parent"
16711   - "tags"
16712 #  sort:
16713 #  - "not CFS_OPT"
16714 #  - "L2XCFWD"
16715 #  - "not CFS_OPT"
16716 #  - "CFS_OPT"
16717   traces:
16718     hoverinfo: "x+y"
16719     boxpoints: "outliers"
16720     whiskerwidth: 0
16721   layout:
16722     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16723     layout: "plot-throughput"
16724
16725 -
16726   type: "plot"
16727   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16728   algorithm: "plot_performance_box"
16729   output-file-type: ".html"
16730   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16731   data: "plot-vpp-throughput-latency-3n-skx"
16732   filter: "'NIC_Intel-X710' and
16733            '64B' and
16734            'NDRPDR' and
16735            ('ETH' or 'DOT1Q') and
16736            'BASE' and
16737            '2T1C' and
16738            ('L2BDMACLRN' or 'L2XCFWD') and
16739            'VHOST_1024' and
16740            not 'VXLAN' and
16741            not 'IP4FWD' and
16742            not '2VM' and
16743            not 'LBOND'"
16744   parameters:
16745   - "throughput"
16746   - "parent"
16747   - "tags"
16748 #  sort:
16749 #  - "not CFS_OPT"
16750 #  - "L2XCFWD"
16751 #  - "not CFS_OPT"
16752 #  - "CFS_OPT"
16753   traces:
16754     hoverinfo: "x+y"
16755     boxpoints: "outliers"
16756     whiskerwidth: 0
16757   layout:
16758     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16759     layout: "plot-throughput"
16760
16761 -
16762   type: "plot"
16763   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16764   algorithm: "plot_performance_box"
16765   output-file-type: ".html"
16766   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16767   data: "plot-vpp-throughput-latency-3n-skx"
16768   filter: "'NIC_Intel-X710' and
16769            '64B' and
16770            'NDRPDR' and
16771            ('ETH' or 'DOT1Q') and
16772            'BASE' and
16773            '4T2C' and
16774            ('L2BDMACLRN' or 'L2XCFWD') and
16775            'VHOST_1024' and
16776            not 'VXLAN' and
16777            not 'IP4FWD' and
16778            not '2VM' and
16779            not 'LBOND'"
16780   parameters:
16781   - "throughput"
16782   - "parent"
16783   - "tags"
16784 #  sort:
16785 #  - "not CFS_OPT"
16786 #  - "L2XCFWD"
16787 #  - "not CFS_OPT"
16788 #  - "CFS_OPT"
16789   traces:
16790     hoverinfo: "x+y"
16791     boxpoints: "outliers"
16792     whiskerwidth: 0
16793   layout:
16794     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16795     layout: "plot-throughput"
16796
16797 -
16798   type: "plot"
16799   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16800   algorithm: "plot_performance_box"
16801   output-file-type: ".html"
16802   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16803   data: "plot-vpp-throughput-latency-3n-skx"
16804   filter: "'NIC_Intel-X710' and
16805            '64B' and
16806            'NDRPDR' and
16807            ('ETH' or 'DOT1Q') and
16808            'BASE' and
16809            '4T2C' and
16810            ('L2BDMACLRN' or 'L2XCFWD') and
16811            'VHOST_1024' and
16812            not 'VXLAN' and
16813            not 'IP4FWD' and
16814            not '2VM' and
16815            not 'LBOND'"
16816   parameters:
16817   - "throughput"
16818   - "parent"
16819   - "tags"
16820 #  sort:
16821 #  - "not CFS_OPT"
16822 #  - "L2XCFWD"
16823 #  - "not CFS_OPT"
16824 #  - "CFS_OPT"
16825   traces:
16826     hoverinfo: "x+y"
16827     boxpoints: "outliers"
16828     whiskerwidth: 0
16829   layout:
16830     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16831     layout: "plot-throughput"
16832
16833 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
16834 -
16835   type: "plot"
16836   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16837   algorithm: "plot_performance_box"
16838   output-file-type: ".html"
16839   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16840   data: "plot-vpp-throughput-latency-3n-skx"
16841   filter: "'NIC_Intel-X710' and
16842            '64B' and
16843            'NDRPDR' and
16844            ('ETH' or 'DOT1Q') and
16845            '2T1C' and
16846            ('L2BDMACLRN' or 'L2XCFWD') and
16847            'VHOST_1024' and
16848            not 'CFS_OPT' and
16849            not 'VXLAN' and
16850            not 'IP4FWD' and
16851            not 'LBOND'"
16852   parameters:
16853   - "throughput"
16854   - "parent"
16855   - "tags"
16856 #  sort:
16857 #  - "1VM"
16858 #  - "L2XCFWD"
16859 #  - "1VM"
16860 #  - "L2BDMACLRN"
16861   traces:
16862     hoverinfo: "x+y"
16863     boxpoints: "outliers"
16864     whiskerwidth: 0
16865   layout:
16866     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16867     layout: "plot-throughput"
16868
16869 -
16870   type: "plot"
16871   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16872   algorithm: "plot_performance_box"
16873   output-file-type: ".html"
16874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16875   data: "plot-vpp-throughput-latency-3n-skx"
16876   filter: "'NIC_Intel-X710' and
16877            '64B' and
16878            'NDRPDR' and
16879            ('ETH' or 'DOT1Q') and
16880            '2T1C' and
16881            ('L2BDMACLRN' or 'L2XCFWD') and
16882            'VHOST_1024' and
16883            not 'CFS_OPT' and
16884            not 'VXLAN' and
16885            not 'IP4FWD' and
16886            not 'LBOND'"
16887   parameters:
16888   - "throughput"
16889   - "parent"
16890   - "tags"
16891 #  sort:
16892 #  - "1VM"
16893 #  - "L2XCFWD"
16894 #  - "1VM"
16895 #  - "L2BDMACLRN"
16896   traces:
16897     hoverinfo: "x+y"
16898     boxpoints: "outliers"
16899     whiskerwidth: 0
16900   layout:
16901     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16902     layout: "plot-throughput"
16903
16904 -
16905   type: "plot"
16906   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16907   algorithm: "plot_performance_box"
16908   output-file-type: ".html"
16909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16910   data: "plot-vpp-throughput-latency-3n-skx"
16911   filter: "'NIC_Intel-X710' and
16912            '64B' and
16913            'NDRPDR' and
16914            ('ETH' or 'DOT1Q') and
16915            '4T2C' and
16916            ('L2BDMACLRN' or 'L2XCFWD') and
16917            'VHOST_1024' and
16918            not 'CFS_OPT' and
16919            not 'VXLAN' and
16920            not 'IP4FWD' and
16921            not 'LBOND'"
16922   parameters:
16923   - "throughput"
16924   - "parent"
16925   - "tags"
16926 #  sort:
16927 #  - "1VM"
16928 #  - "L2XCFWD"
16929 #  - "1VM"
16930 #  - "L2BDMACLRN"
16931   traces:
16932     hoverinfo: "x+y"
16933     boxpoints: "outliers"
16934     whiskerwidth: 0
16935   layout:
16936     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16937     layout: "plot-throughput"
16938
16939 -
16940   type: "plot"
16941   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16942   algorithm: "plot_performance_box"
16943   output-file-type: ".html"
16944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16945   data: "plot-vpp-throughput-latency-3n-skx"
16946   filter: "'NIC_Intel-X710' and
16947            '64B' and
16948            'NDRPDR' and
16949            ('ETH' or 'DOT1Q') and
16950            '4T2C' and
16951            ('L2BDMACLRN' or 'L2XCFWD') and
16952            'VHOST_1024' and
16953            not 'CFS_OPT' and
16954            not 'VXLAN' and
16955            not 'IP4FWD' and
16956            not 'LBOND'"
16957   parameters:
16958   - "throughput"
16959   - "parent"
16960   - "tags"
16961 #  sort:
16962 #  - "1VM"
16963 #  - "L2XCFWD"
16964 #  - "1VM"
16965 #  - "L2BDMACLRN"
16966   traces:
16967     hoverinfo: "x+y"
16968     boxpoints: "outliers"
16969     whiskerwidth: 0
16970   layout:
16971     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16972     layout: "plot-throughput"
16973
16974 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16975 -
16976   type: "plot"
16977   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16978   algorithm: "plot_performance_box"
16979   output-file-type: ".html"
16980   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16981   data: "plot-vpp-throughput-latency-2n-skx"
16982   filter: "'NIC_Intel-X710' and
16983            '64B' and
16984            'NDRPDR' and
16985            'ETH' and
16986            'IP4FWD' and
16987            '2T1C' and
16988            'VHOST_1024' and
16989            not 'VXLAN' and
16990            not 'NF_DENSITY' and
16991            not 'DOT1Q'"
16992   parameters:
16993   - "throughput"
16994   - "parent"
16995   - "tags"
16996   sort:
16997   - "not CFS_OPT"
16998   - "1VM"
16999   - "2VM"
17000   traces:
17001     hoverinfo: "x+y"
17002     boxpoints: "outliers"
17003     whiskerwidth: 0
17004   layout:
17005     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17006     layout: "plot-throughput"
17007
17008 -
17009   type: "plot"
17010   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17011   algorithm: "plot_performance_box"
17012   output-file-type: ".html"
17013   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17014   data: "plot-vpp-throughput-latency-2n-skx"
17015   filter: "'NIC_Intel-X710' and
17016            '64B' and
17017            'NDRPDR' and
17018            'ETH' and
17019            'IP4FWD' and
17020            '4T2C' and
17021            'VHOST_1024' and
17022            not 'VXLAN' and
17023            not 'NF_DENSITY' and
17024            not 'DOT1Q'"
17025   parameters:
17026   - "throughput"
17027   - "parent"
17028   - "tags"
17029   sort:
17030   - "not CFS_OPT"
17031   - "1VM"
17032   - "2VM"
17033   traces:
17034     hoverinfo: "x+y"
17035     boxpoints: "outliers"
17036     whiskerwidth: 0
17037   layout:
17038     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17039     layout: "plot-throughput"
17040
17041 -
17042   type: "plot"
17043   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17044   algorithm: "plot_performance_box"
17045   output-file-type: ".html"
17046   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17047   data: "plot-vpp-throughput-latency-2n-skx"
17048   filter: "'NIC_Intel-X710' and
17049            '64B' and
17050            'NDRPDR' and
17051            'ETH' and
17052            'IP4FWD' and
17053            '2T1C' and
17054            'VHOST_1024' and
17055            not 'VXLAN' and
17056            not 'NF_DENSITY' and
17057            not 'DOT1Q'"
17058   parameters:
17059   - "throughput"
17060   - "parent"
17061   - "tags"
17062   sort:
17063   - "not CFS_OPT"
17064   - "1VM"
17065   - "2VM"
17066   traces:
17067     hoverinfo: "x+y"
17068     boxpoints: "outliers"
17069     whiskerwidth: 0
17070   layout:
17071     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17072     layout: "plot-throughput"
17073
17074 -
17075   type: "plot"
17076   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17077   algorithm: "plot_performance_box"
17078   output-file-type: ".html"
17079   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17080   data: "plot-vpp-throughput-latency-2n-skx"
17081   filter: "'NIC_Intel-X710' and
17082            '64B' and
17083            'NDRPDR' and
17084            'ETH' and
17085            'IP4FWD' and
17086            '4T2C' and
17087            'VHOST_1024' and
17088            not 'VXLAN' and
17089            not 'NF_DENSITY' and
17090            not 'DOT1Q'"
17091   parameters:
17092   - "throughput"
17093   - "parent"
17094   - "tags"
17095   sort:
17096   - "not CFS_OPT"
17097   - "1VM"
17098   - "2VM"
17099   traces:
17100     hoverinfo: "x+y"
17101     boxpoints: "outliers"
17102     whiskerwidth: 0
17103   layout:
17104     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17105     layout: "plot-throughput"
17106
17107 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
17108 -
17109   type: "plot"
17110   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17111   algorithm: "plot_performance_box"
17112   output-file-type: ".html"
17113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17114   data: "plot-vpp-throughput-latency-2n-skx"
17115   filter: "'NIC_Intel-X710' and
17116            '64B' and
17117            'NDRPDR' and
17118            ('ETH' or 'DOT1Q') and
17119            '2T1C' and
17120            'L2BDMACLRN' and
17121            'VHOST_1024' and
17122            not 'VXLAN' and
17123            not 'NF_DENSITY' and
17124            not 'IP4FWD' and
17125            not '2VM'"
17126   parameters:
17127   - "throughput"
17128   - "parent"
17129   - "tags"
17130 #  sort:
17131 #  - "VM"  # "not CFS_OPT"
17132 #  - "CFS_OPT"
17133 #  - "FIB_10K"
17134 #  - "FIB_100K"
17135 #  - "FIB_1M"
17136   traces:
17137     hoverinfo: "x+y"
17138     boxpoints: "outliers"
17139     whiskerwidth: 0
17140   layout:
17141     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17142     layout: "plot-throughput"
17143
17144 -
17145   type: "plot"
17146   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17147   algorithm: "plot_performance_box"
17148   output-file-type: ".html"
17149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17150   data: "plot-vpp-throughput-latency-2n-skx"
17151   filter: "'NIC_Intel-X710' and
17152            '64B' and
17153            'NDRPDR' and
17154            ('ETH' or 'DOT1Q') and
17155            '4T2C' and
17156            'L2BDMACLRN' and
17157            'VHOST_1024' and
17158            not 'VXLAN' and
17159            not 'NF_DENSITY' and
17160            not 'IP4FWD' and
17161            not '2VM'"
17162   parameters:
17163   - "throughput"
17164   - "parent"
17165   - "tags"
17166 #  sort:
17167 #  - "VM"  # "not CFS_OPT"
17168 #  - "CFS_OPT"
17169 #  - "FIB_10K"
17170 #  - "FIB_100K"
17171 #  - "FIB_1M"
17172   traces:
17173     hoverinfo: "x+y"
17174     boxpoints: "outliers"
17175     whiskerwidth: 0
17176   layout:
17177     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17178     layout: "plot-throughput"
17179
17180 -
17181   type: "plot"
17182   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17183   algorithm: "plot_performance_box"
17184   output-file-type: ".html"
17185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17186   data: "plot-vpp-throughput-latency-2n-skx"
17187   filter: "'NIC_Intel-X710' and
17188            '64B' and
17189            'NDRPDR' and
17190            ('ETH' or 'DOT1Q') and
17191            '2T1C' and
17192            'L2BDMACLRN' and
17193            'VHOST_1024' and
17194            not 'VXLAN' and
17195            not 'NF_DENSITY' and
17196            not 'IP4FWD' and
17197            not '2VM'"
17198   parameters:
17199   - "throughput"
17200   - "parent"
17201   - "tags"
17202 #  sort:
17203 #  - "VM"  # "not CFS_OPT"
17204 #  - "CFS_OPT"
17205 #  - "FIB_10K"
17206 #  - "FIB_100K"
17207 #  - "FIB_1M"
17208   traces:
17209     hoverinfo: "x+y"
17210     boxpoints: "outliers"
17211     whiskerwidth: 0
17212   layout:
17213     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17214     layout: "plot-throughput"
17215
17216 -
17217   type: "plot"
17218   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17219   algorithm: "plot_performance_box"
17220   output-file-type: ".html"
17221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17222   data: "plot-vpp-throughput-latency-2n-skx"
17223   filter: "'NIC_Intel-X710' and
17224            '64B' and
17225            'NDRPDR' and
17226            ('ETH' or 'DOT1Q') and
17227            '4T2C' and
17228            'L2BDMACLRN' and
17229            'VHOST_1024' and
17230            not 'VXLAN' and
17231            not 'NF_DENSITY' and
17232            not 'IP4FWD' and
17233            not '2VM'"
17234   parameters:
17235   - "throughput"
17236   - "parent"
17237   - "tags"
17238 #  sort:
17239 #  - "VM"  # "not CFS_OPT"
17240 #  - "CFS_OPT"
17241 #  - "FIB_10K"
17242 #  - "FIB_100K"
17243 #  - "FIB_1M"
17244   traces:
17245     hoverinfo: "x+y"
17246     boxpoints: "outliers"
17247     whiskerwidth: 0
17248   layout:
17249     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17250     layout: "plot-throughput"
17251
17252 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
17253 -
17254   type: "plot"
17255   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17256   algorithm: "plot_performance_box"
17257   output-file-type: ".html"
17258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17259   data: "plot-vpp-throughput-latency-2n-skx"
17260   filter: "'NIC_Intel-X710' and
17261            '64B' and
17262            'NDRPDR' and
17263            ('ETH' or 'DOT1Q') and
17264            'BASE' and
17265            '2T1C' and
17266            ('L2BDMACLRN' or 'L2XCFWD') and
17267            'VHOST_1024' and
17268            not 'VXLAN' and
17269            not 'NF_DENSITY' and
17270            not 'IP4FWD' and
17271            not '2VM'"
17272   parameters:
17273   - "throughput"
17274   - "parent"
17275   - "tags"
17276 #  sort:
17277 #  - "not CFS_OPT"
17278 #  - "L2XCFWD"
17279 #  - "not CFS_OPT"
17280 #  - "CFS_OPT"
17281   traces:
17282     hoverinfo: "x+y"
17283     boxpoints: "outliers"
17284     whiskerwidth: 0
17285   layout:
17286     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17287     layout: "plot-throughput"
17288
17289 -
17290   type: "plot"
17291   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17292   algorithm: "plot_performance_box"
17293   output-file-type: ".html"
17294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17295   data: "plot-vpp-throughput-latency-2n-skx"
17296   filter: "'NIC_Intel-X710' and
17297            '64B' and
17298            'NDRPDR' and
17299            ('ETH' or 'DOT1Q') and
17300            'BASE' and
17301            '2T1C' and
17302            ('L2BDMACLRN' or 'L2XCFWD') and
17303            'VHOST_1024' and
17304            not 'VXLAN' and
17305            not 'NF_DENSITY' and
17306            not 'IP4FWD' and
17307            not '2VM'"
17308   parameters:
17309   - "throughput"
17310   - "parent"
17311   - "tags"
17312 #  sort:
17313 #  - "not CFS_OPT"
17314 #  - "L2XCFWD"
17315 #  - "not CFS_OPT"
17316 #  - "CFS_OPT"
17317   traces:
17318     hoverinfo: "x+y"
17319     boxpoints: "outliers"
17320     whiskerwidth: 0
17321   layout:
17322     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17323     layout: "plot-throughput"
17324
17325 -
17326   type: "plot"
17327   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17328   algorithm: "plot_performance_box"
17329   output-file-type: ".html"
17330   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17331   data: "plot-vpp-throughput-latency-2n-skx"
17332   filter: "'NIC_Intel-X710' and
17333            '64B' and
17334            'NDRPDR' and
17335            ('ETH' or 'DOT1Q') and
17336            'BASE' and
17337            '4T2C' and
17338            ('L2BDMACLRN' or 'L2XCFWD') and
17339            'VHOST_1024' and
17340            not 'VXLAN' and
17341            not 'NF_DENSITY' and
17342            not 'IP4FWD' and
17343            not '2VM'"
17344   parameters:
17345   - "throughput"
17346   - "parent"
17347   - "tags"
17348 #  sort:
17349 #  - "not CFS_OPT"
17350 #  - "L2XCFWD"
17351 #  - "not CFS_OPT"
17352 #  - "CFS_OPT"
17353   traces:
17354     hoverinfo: "x+y"
17355     boxpoints: "outliers"
17356     whiskerwidth: 0
17357   layout:
17358     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17359     layout: "plot-throughput"
17360
17361 -
17362   type: "plot"
17363   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17364   algorithm: "plot_performance_box"
17365   output-file-type: ".html"
17366   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17367   data: "plot-vpp-throughput-latency-2n-skx"
17368   filter: "'NIC_Intel-X710' and
17369            '64B' and
17370            'NDRPDR' and
17371            ('ETH' or 'DOT1Q') and
17372            'BASE' and
17373            '4T2C' and
17374            ('L2BDMACLRN' or 'L2XCFWD') and
17375            'VHOST_1024' and
17376            not 'VXLAN' and
17377            not 'NF_DENSITY' and
17378            not 'IP4FWD' and
17379            not '2VM'"
17380   parameters:
17381   - "throughput"
17382   - "parent"
17383   - "tags"
17384 #  sort:
17385 #  - "not CFS_OPT"
17386 #  - "L2XCFWD"
17387 #  - "not CFS_OPT"
17388 #  - "CFS_OPT"
17389   traces:
17390     hoverinfo: "x+y"
17391     boxpoints: "outliers"
17392     whiskerwidth: 0
17393   layout:
17394     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17395     layout: "plot-throughput"
17396
17397 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
17398 -
17399   type: "plot"
17400   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17401   algorithm: "plot_performance_box"
17402   output-file-type: ".html"
17403   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17404   data: "plot-vpp-throughput-latency-2n-skx"
17405   filter: "'NIC_Intel-X710' and
17406            '64B' and
17407            'NDRPDR' and
17408            ('ETH' or 'DOT1Q') and
17409            '2T1C' and
17410            ('L2BDMACLRN' or 'L2XCFWD') and
17411            'VHOST_1024' and
17412            not 'CFS_OPT' and
17413            not 'VXLAN' and
17414            not 'NF_DENSITY' and
17415            not 'IP4FWD'"
17416   parameters:
17417   - "throughput"
17418   - "parent"
17419   - "tags"
17420 #  sort:
17421 #  - "1VM"
17422 #  - "L2XCFWD"
17423 #  - "1VM"
17424 #  - "L2BDMACLRN"
17425   traces:
17426     hoverinfo: "x+y"
17427     boxpoints: "outliers"
17428     whiskerwidth: 0
17429   layout:
17430     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17431     layout: "plot-throughput"
17432
17433 -
17434   type: "plot"
17435   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17436   algorithm: "plot_performance_box"
17437   output-file-type: ".html"
17438   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17439   data: "plot-vpp-throughput-latency-2n-skx"
17440   filter: "'NIC_Intel-X710' and
17441            '64B' and
17442            'NDRPDR' and
17443            ('ETH' or 'DOT1Q') and
17444            '2T1C' and
17445            ('L2BDMACLRN' or 'L2XCFWD') and
17446            'VHOST_1024' and
17447            not 'CFS_OPT' and
17448            not 'VXLAN' and
17449            not 'NF_DENSITY' and
17450            not 'IP4FWD'"
17451   parameters:
17452   - "throughput"
17453   - "parent"
17454   - "tags"
17455 #  sort:
17456 #  - "1VM"
17457 #  - "L2XCFWD"
17458 #  - "1VM"
17459 #  - "L2BDMACLRN"
17460   traces:
17461     hoverinfo: "x+y"
17462     boxpoints: "outliers"
17463     whiskerwidth: 0
17464   layout:
17465     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17466     layout: "plot-throughput"
17467
17468 -
17469   type: "plot"
17470   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17471   algorithm: "plot_performance_box"
17472   output-file-type: ".html"
17473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17474   data: "plot-vpp-throughput-latency-2n-skx"
17475   filter: "'NIC_Intel-X710' and
17476            '64B' and
17477            'NDRPDR' and
17478            ('ETH' or 'DOT1Q') and
17479            '4T2C' and
17480            ('L2BDMACLRN' or 'L2XCFWD') and
17481            'VHOST_1024' and
17482            not 'CFS_OPT' and
17483            not 'VXLAN' and
17484            not 'NF_DENSITY' and
17485            not 'IP4FWD'"
17486   parameters:
17487   - "throughput"
17488   - "parent"
17489   - "tags"
17490 #  sort:
17491 #  - "1VM"
17492 #  - "L2XCFWD"
17493 #  - "1VM"
17494 #  - "L2BDMACLRN"
17495   traces:
17496     hoverinfo: "x+y"
17497     boxpoints: "outliers"
17498     whiskerwidth: 0
17499   layout:
17500     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17501     layout: "plot-throughput"
17502
17503 -
17504   type: "plot"
17505   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17506   algorithm: "plot_performance_box"
17507   output-file-type: ".html"
17508   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17509   data: "plot-vpp-throughput-latency-2n-skx"
17510   filter: "'NIC_Intel-X710' and
17511            '64B' and
17512            'NDRPDR' and
17513            ('ETH' or 'DOT1Q') and
17514            '4T2C' and
17515            ('L2BDMACLRN' or 'L2XCFWD') and
17516            'VHOST_1024' and
17517            not 'CFS_OPT' and
17518            not 'VXLAN' and
17519            not 'NF_DENSITY' and
17520            not 'IP4FWD'"
17521   parameters:
17522   - "throughput"
17523   - "parent"
17524   - "tags"
17525 #  sort:
17526 #  - "1VM"
17527 #  - "L2XCFWD"
17528 #  - "1VM"
17529 #  - "L2BDMACLRN"
17530   traces:
17531     hoverinfo: "x+y"
17532     boxpoints: "outliers"
17533     whiskerwidth: 0
17534   layout:
17535     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17536     layout: "plot-throughput"
17537
17538 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
17539 -
17540   type: "plot"
17541   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17542   algorithm: "plot_performance_box"
17543   output-file-type: ".html"
17544   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17545   data: "plot-vpp-throughput-latency-2n-skx"
17546   filter: "'NIC_Intel-XXV710' and
17547            '64B' and
17548            'NDRPDR' and
17549            'ETH' and
17550            'IP4FWD' and
17551            '2T1C' and
17552            'VHOST_1024' and
17553            not 'VXLAN' and
17554            not 'DOT1Q'"
17555   parameters:
17556   - "throughput"
17557   - "parent"
17558   - "tags"
17559   sort:
17560   - "not CFS_OPT"
17561   - "1VM"
17562   - "2VM"
17563   traces:
17564     hoverinfo: "x+y"
17565     boxpoints: "outliers"
17566     whiskerwidth: 0
17567   layout:
17568     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17569     layout: "plot-throughput"
17570
17571 -
17572   type: "plot"
17573   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17574   algorithm: "plot_performance_box"
17575   output-file-type: ".html"
17576   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17577   data: "plot-vpp-throughput-latency-2n-skx"
17578   filter: "'NIC_Intel-XXV710' and
17579            '64B' and
17580            'NDRPDR' and
17581            'ETH' and
17582            'IP4FWD' and
17583            '4T2C' and
17584            'VHOST_1024' and
17585            not 'VXLAN' and
17586            not 'DOT1Q'"
17587   parameters:
17588   - "throughput"
17589   - "parent"
17590   - "tags"
17591   sort:
17592   - "not CFS_OPT"
17593   - "1VM"
17594   - "2VM"
17595   traces:
17596     hoverinfo: "x+y"
17597     boxpoints: "outliers"
17598     whiskerwidth: 0
17599   layout:
17600     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17601     layout: "plot-throughput"
17602
17603 -
17604   type: "plot"
17605   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17606   algorithm: "plot_performance_box"
17607   output-file-type: ".html"
17608   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17609   data: "plot-vpp-throughput-latency-2n-skx"
17610   filter: "'NIC_Intel-XXV710' and
17611            '64B' and
17612            'NDRPDR' and
17613            'ETH' and
17614            'IP4FWD' and
17615            '2T1C' and
17616            'VHOST_1024' and
17617            not 'VXLAN' and
17618            not 'DOT1Q'"
17619   parameters:
17620   - "throughput"
17621   - "parent"
17622   - "tags"
17623   sort:
17624   - "not CFS_OPT"
17625   - "1VM"
17626   - "2VM"
17627   traces:
17628     hoverinfo: "x+y"
17629     boxpoints: "outliers"
17630     whiskerwidth: 0
17631   layout:
17632     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17633     layout: "plot-throughput"
17634
17635 -
17636   type: "plot"
17637   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17638   algorithm: "plot_performance_box"
17639   output-file-type: ".html"
17640   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17641   data: "plot-vpp-throughput-latency-2n-skx"
17642   filter: "'NIC_Intel-XXV710' and
17643            '64B' and
17644            'NDRPDR' and
17645            'ETH' and
17646            'IP4FWD' and
17647            '4T2C' and
17648            'VHOST_1024' and
17649            not 'VXLAN' and
17650            not 'DOT1Q'"
17651   parameters:
17652   - "throughput"
17653   - "parent"
17654   - "tags"
17655   sort:
17656   - "not CFS_OPT"
17657   - "1VM"
17658   - "2VM"
17659   traces:
17660     hoverinfo: "x+y"
17661     boxpoints: "outliers"
17662     whiskerwidth: 0
17663   layout:
17664     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17665     layout: "plot-throughput"
17666
17667 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
17668 -
17669   type: "plot"
17670   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17671   algorithm: "plot_performance_box"
17672   output-file-type: ".html"
17673   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17674   data: "plot-vpp-throughput-latency-2n-skx"
17675   filter: "'NIC_Intel-XXV710' and
17676            '64B' and
17677            'NDRPDR' and
17678            ('ETH' or 'DOT1Q') and
17679            '2T1C' and
17680            'L2BDMACLRN' and
17681            'VHOST_1024' and
17682            not 'VXLAN' and
17683            not 'IP4FWD' and
17684            not '2VM'"
17685   parameters:
17686   - "throughput"
17687   - "parent"
17688   - "tags"
17689 #  sort:
17690 #  - "VM"  # "not CFS_OPT"
17691 #  - "CFS_OPT"
17692 #  - "FIB_10K"
17693 #  - "FIB_100K"
17694 #  - "FIB_1M"
17695   traces:
17696     hoverinfo: "x+y"
17697     boxpoints: "outliers"
17698     whiskerwidth: 0
17699   layout:
17700     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17701     layout: "plot-throughput"
17702
17703 -
17704   type: "plot"
17705   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17706   algorithm: "plot_performance_box"
17707   output-file-type: ".html"
17708   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17709   data: "plot-vpp-throughput-latency-2n-skx"
17710   filter: "'NIC_Intel-XXV710' and
17711            '64B' and
17712            'NDRPDR' and
17713            ('ETH' or 'DOT1Q') and
17714            '4T2C' and
17715            'L2BDMACLRN' and
17716            'VHOST_1024' and
17717            not 'VXLAN' and
17718            not 'IP4FWD' and
17719            not '2VM'"
17720   parameters:
17721   - "throughput"
17722   - "parent"
17723   - "tags"
17724 #  sort:
17725 #  - "VM"  # "not CFS_OPT"
17726 #  - "CFS_OPT"
17727 #  - "FIB_10K"
17728 #  - "FIB_100K"
17729 #  - "FIB_1M"
17730   traces:
17731     hoverinfo: "x+y"
17732     boxpoints: "outliers"
17733     whiskerwidth: 0
17734   layout:
17735     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17736     layout: "plot-throughput"
17737
17738 -
17739   type: "plot"
17740   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17741   algorithm: "plot_performance_box"
17742   output-file-type: ".html"
17743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17744   data: "plot-vpp-throughput-latency-2n-skx"
17745   filter: "'NIC_Intel-XXV710' and
17746            '64B' and
17747            'NDRPDR' and
17748            ('ETH' or 'DOT1Q') and
17749            '2T1C' and
17750            'L2BDMACLRN' and
17751            'VHOST_1024' and
17752            not 'VXLAN' and
17753            not 'IP4FWD' and
17754            not '2VM'"
17755   parameters:
17756   - "throughput"
17757   - "parent"
17758   - "tags"
17759 #  sort:
17760 #  - "VM"  # "not CFS_OPT"
17761 #  - "CFS_OPT"
17762 #  - "FIB_10K"
17763 #  - "FIB_100K"
17764 #  - "FIB_1M"
17765   traces:
17766     hoverinfo: "x+y"
17767     boxpoints: "outliers"
17768     whiskerwidth: 0
17769   layout:
17770     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17771     layout: "plot-throughput"
17772
17773 -
17774   type: "plot"
17775   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17776   algorithm: "plot_performance_box"
17777   output-file-type: ".html"
17778   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17779   data: "plot-vpp-throughput-latency-2n-skx"
17780   filter: "'NIC_Intel-XXV710' and
17781            '64B' and
17782            'NDRPDR' and
17783            ('ETH' or 'DOT1Q') and
17784            '4T2C' and
17785            'L2BDMACLRN' and
17786            'VHOST_1024' and
17787            not 'VXLAN' and
17788            not 'IP4FWD' and
17789            not '2VM'"
17790   parameters:
17791   - "throughput"
17792   - "parent"
17793   - "tags"
17794 #  sort:
17795 #  - "VM"  # "not CFS_OPT"
17796 #  - "CFS_OPT"
17797 #  - "FIB_10K"
17798 #  - "FIB_100K"
17799 #  - "FIB_1M"
17800   traces:
17801     hoverinfo: "x+y"
17802     boxpoints: "outliers"
17803     whiskerwidth: 0
17804   layout:
17805     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17806     layout: "plot-throughput"
17807
17808 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
17809 -
17810   type: "plot"
17811   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17812   algorithm: "plot_performance_box"
17813   output-file-type: ".html"
17814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17815   data: "plot-vpp-throughput-latency-2n-skx"
17816   filter: "'NIC_Intel-XXV710' and
17817            '64B' and
17818            'NDRPDR' and
17819            ('ETH' or 'DOT1Q') and
17820            'BASE' and
17821            '2T1C' and
17822            ('L2BDMACLRN' or 'L2XCFWD') and
17823            'VHOST_1024' and
17824            not 'VXLAN' and
17825            not 'IP4FWD' and
17826            not '2VM'"
17827   parameters:
17828   - "throughput"
17829   - "parent"
17830   - "tags"
17831 #  sort:
17832 #  - "not CFS_OPT"
17833 #  - "L2XCFWD"
17834 #  - "not CFS_OPT"
17835 #  - "CFS_OPT"
17836   traces:
17837     hoverinfo: "x+y"
17838     boxpoints: "outliers"
17839     whiskerwidth: 0
17840   layout:
17841     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17842     layout: "plot-throughput"
17843
17844 -
17845   type: "plot"
17846   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17847   algorithm: "plot_performance_box"
17848   output-file-type: ".html"
17849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17850   data: "plot-vpp-throughput-latency-2n-skx"
17851   filter: "'NIC_Intel-XXV710' and
17852            '64B' and
17853            'NDRPDR' and
17854            ('ETH' or 'DOT1Q') and
17855            'BASE' and
17856            '2T1C' and
17857            ('L2BDMACLRN' or 'L2XCFWD') and
17858            'VHOST_1024' and
17859            not 'VXLAN' and
17860            not 'IP4FWD' and
17861            not '2VM'"
17862   parameters:
17863   - "throughput"
17864   - "parent"
17865   - "tags"
17866 #  sort:
17867 #  - "not CFS_OPT"
17868 #  - "L2XCFWD"
17869 #  - "not CFS_OPT"
17870 #  - "CFS_OPT"
17871   traces:
17872     hoverinfo: "x+y"
17873     boxpoints: "outliers"
17874     whiskerwidth: 0
17875   layout:
17876     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17877     layout: "plot-throughput"
17878
17879 -
17880   type: "plot"
17881   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17882   algorithm: "plot_performance_box"
17883   output-file-type: ".html"
17884   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17885   data: "plot-vpp-throughput-latency-2n-skx"
17886   filter: "'NIC_Intel-XXV710' and
17887            '64B' and
17888            'NDRPDR' and
17889            ('ETH' or 'DOT1Q') and
17890            'BASE' and
17891            '4T2C' and
17892            ('L2BDMACLRN' or 'L2XCFWD') and
17893            'VHOST_1024' and
17894            not 'VXLAN' and
17895            not 'IP4FWD' and
17896            not '2VM'"
17897   parameters:
17898   - "throughput"
17899   - "parent"
17900   - "tags"
17901 #  sort:
17902 #  - "not CFS_OPT"
17903 #  - "L2XCFWD"
17904 #  - "not CFS_OPT"
17905 #  - "CFS_OPT"
17906   traces:
17907     hoverinfo: "x+y"
17908     boxpoints: "outliers"
17909     whiskerwidth: 0
17910   layout:
17911     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17912     layout: "plot-throughput"
17913
17914 -
17915   type: "plot"
17916   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17917   algorithm: "plot_performance_box"
17918   output-file-type: ".html"
17919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17920   data: "plot-vpp-throughput-latency-2n-skx"
17921   filter: "'NIC_Intel-XXV710' and
17922            '64B' and
17923            'NDRPDR' and
17924            ('ETH' or 'DOT1Q') and
17925            'BASE' and
17926            '4T2C' and
17927            ('L2BDMACLRN' or 'L2XCFWD') and
17928            'VHOST_1024' and
17929            not 'VXLAN' and
17930            not 'IP4FWD' and
17931            not '2VM'"
17932   parameters:
17933   - "throughput"
17934   - "parent"
17935   - "tags"
17936 #  sort:
17937 #  - "not CFS_OPT"
17938 #  - "L2XCFWD"
17939 #  - "not CFS_OPT"
17940 #  - "CFS_OPT"
17941   traces:
17942     hoverinfo: "x+y"
17943     boxpoints: "outliers"
17944     whiskerwidth: 0
17945   layout:
17946     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17947     layout: "plot-throughput"
17948
17949 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
17950 -
17951   type: "plot"
17952   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17953   algorithm: "plot_performance_box"
17954   output-file-type: ".html"
17955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17956   data: "plot-vpp-throughput-latency-2n-skx"
17957   filter: "'NIC_Intel-XXV710' and
17958            '64B' and
17959            'NDRPDR' and
17960            ('ETH' or 'DOT1Q') and
17961            '2T1C' and
17962            ('L2BDMACLRN' or 'L2XCFWD') and
17963            'VHOST_1024' and
17964            not 'CFS_OPT' and
17965            not 'VXLAN' and
17966            not 'IP4FWD'"
17967   parameters:
17968   - "throughput"
17969   - "parent"
17970   - "tags"
17971 #  sort:
17972 #  - "1VM"
17973 #  - "L2XCFWD"
17974 #  - "1VM"
17975 #  - "L2BDMACLRN"
17976   traces:
17977     hoverinfo: "x+y"
17978     boxpoints: "outliers"
17979     whiskerwidth: 0
17980   layout:
17981     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17982     layout: "plot-throughput"
17983
17984 -
17985   type: "plot"
17986   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17987   algorithm: "plot_performance_box"
17988   output-file-type: ".html"
17989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17990   data: "plot-vpp-throughput-latency-2n-skx"
17991   filter: "'NIC_Intel-XXV710' and
17992            '64B' and
17993            'NDRPDR' and
17994            ('ETH' or 'DOT1Q') and
17995            '2T1C' and
17996            ('L2BDMACLRN' or 'L2XCFWD') and
17997            'VHOST_1024' and
17998            not 'CFS_OPT' and
17999            not 'VXLAN' and
18000            not 'IP4FWD'"
18001   parameters:
18002   - "throughput"
18003   - "parent"
18004   - "tags"
18005 #  sort:
18006 #  - "1VM"
18007 #  - "L2XCFWD"
18008 #  - "1VM"
18009 #  - "L2BDMACLRN"
18010   traces:
18011     hoverinfo: "x+y"
18012     boxpoints: "outliers"
18013     whiskerwidth: 0
18014   layout:
18015     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
18016     layout: "plot-throughput"
18017
18018 -
18019   type: "plot"
18020   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18021   algorithm: "plot_performance_box"
18022   output-file-type: ".html"
18023   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18024   data: "plot-vpp-throughput-latency-2n-skx"
18025   filter: "'NIC_Intel-XXV710' and
18026            '64B' and
18027            'NDRPDR' and
18028            ('ETH' or 'DOT1Q') and
18029            '4T2C' and
18030            ('L2BDMACLRN' or 'L2XCFWD') and
18031            'VHOST_1024' and
18032            not 'CFS_OPT' and
18033            not 'VXLAN' and
18034            not 'IP4FWD'"
18035   parameters:
18036   - "throughput"
18037   - "parent"
18038   - "tags"
18039 #  sort:
18040 #  - "1VM"
18041 #  - "L2XCFWD"
18042 #  - "1VM"
18043 #  - "L2BDMACLRN"
18044   traces:
18045     hoverinfo: "x+y"
18046     boxpoints: "outliers"
18047     whiskerwidth: 0
18048   layout:
18049     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18050     layout: "plot-throughput"
18051
18052 -
18053   type: "plot"
18054   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18055   algorithm: "plot_performance_box"
18056   output-file-type: ".html"
18057   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18058   data: "plot-vpp-throughput-latency-2n-skx"
18059   filter: "'NIC_Intel-XXV710' and
18060            '64B' and
18061            'NDRPDR' and
18062            ('ETH' or 'DOT1Q') and
18063            '4T2C' and
18064            ('L2BDMACLRN' or 'L2XCFWD') and
18065            'VHOST_1024' and
18066            not 'CFS_OPT' and
18067            not 'VXLAN' and
18068            not 'IP4FWD'"
18069   parameters:
18070   - "throughput"
18071   - "parent"
18072   - "tags"
18073 #  sort:
18074 #  - "1VM"
18075 #  - "L2XCFWD"
18076 #  - "1VM"
18077 #  - "L2BDMACLRN"
18078   traces:
18079     hoverinfo: "x+y"
18080     boxpoints: "outliers"
18081     whiskerwidth: 0
18082   layout:
18083     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18084     layout: "plot-throughput"
18085
18086 ################################################################################
18087
18088 # Packet Throughput - VPP VTS 3n-hsw-x520
18089 -
18090   type: "plot"
18091   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
18092   algorithm: "plot_performance_box"
18093   output-file-type: ".html"
18094   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
18095   data: "plot-vpp-throughput-latency-3n-hsw"
18096   filter: "'NIC_Intel-X520-DA2' and
18097            '114B' and
18098            'NDRPDR' and
18099            '1T1C' and
18100            'VTS'"
18101   parameters:
18102   - "throughput"
18103   - "parent"
18104   - "tags"
18105   traces:
18106     hoverinfo: "x+y"
18107     boxpoints: "outliers"
18108     whiskerwidth: 0
18109   layout:
18110     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
18111     layout: "plot-throughput"
18112
18113 -
18114   type: "plot"
18115   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
18116   algorithm: "plot_performance_box"
18117   output-file-type: ".html"
18118   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
18119   data: "plot-vpp-throughput-latency-3n-hsw"
18120   filter: "'NIC_Intel-X520-DA2' and
18121            '114B' and
18122            'NDRPDR' and
18123            '2T2C' and
18124            'VTS'"
18125   parameters:
18126   - "throughput"
18127   - "parent"
18128   - "tags"
18129   traces:
18130     hoverinfo: "x+y"
18131     boxpoints: "outliers"
18132     whiskerwidth: 0
18133   layout:
18134     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
18135     layout: "plot-throughput"
18136
18137 -
18138   type: "plot"
18139   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
18140   algorithm: "plot_performance_box"
18141   output-file-type: ".html"
18142   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
18143   data: "plot-vpp-throughput-latency-3n-hsw"
18144   filter: "'NIC_Intel-X520-DA2' and
18145            '114B' and
18146            'NDRPDR' and
18147            '1T1C' and
18148            'VTS'"
18149   parameters:
18150   - "throughput"
18151   - "parent"
18152   - "tags"
18153   traces:
18154     hoverinfo: "x+y"
18155     boxpoints: "outliers"
18156     whiskerwidth: 0
18157   layout:
18158     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
18159     layout: "plot-throughput"
18160
18161 -
18162   type: "plot"
18163   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
18164   algorithm: "plot_performance_box"
18165   output-file-type: ".html"
18166   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
18167   data: "plot-vpp-throughput-latency-3n-hsw"
18168   filter: "'NIC_Intel-X520-DA2' and
18169            '114B' and
18170            'NDRPDR' and
18171            '2T2C' and
18172            'VTS'"
18173   parameters:
18174   - "throughput"
18175   - "parent"
18176   - "tags"
18177   traces:
18178     hoverinfo: "x+y"
18179     boxpoints: "outliers"
18180     whiskerwidth: 0
18181   layout:
18182     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
18183     layout: "plot-throughput"
18184
18185 ################################################################################
18186
18187 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
18188 -
18189   type: "plot"
18190   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18191   algorithm: "plot_performance_box"
18192   output-file-type: ".html"
18193   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18194   data: "plot-dpdk-throughput-latency-3n-hsw"
18195   filter: "'NIC_Intel-X520-DA2' and
18196            '64B' and
18197            'BASE' and
18198            'NDRPDR' and
18199            '1T1C' and
18200            'IP4FWD'"
18201   parameters:
18202   - "throughput"
18203   - "parent"
18204   - "tags"
18205   traces:
18206     hoverinfo: "x+y"
18207     boxpoints: "outliers"
18208     whiskerwidth: 0
18209   layout:
18210     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18211     layout: "plot-throughput"
18212
18213 -
18214   type: "plot"
18215   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18216   algorithm: "plot_performance_box"
18217   output-file-type: ".html"
18218   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18219   data: "plot-dpdk-throughput-latency-3n-hsw"
18220   filter: "'NIC_Intel-X520-DA2' and
18221            '64B' and
18222            'BASE' and
18223            'NDRPDR' and
18224            '2T2C' and
18225            'IP4FWD'"
18226   parameters:
18227   - "throughput"
18228   - "parent"
18229   - "tags"
18230   traces:
18231     hoverinfo: "x+y"
18232     boxpoints: "outliers"
18233     whiskerwidth: 0
18234   layout:
18235     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18236     layout: "plot-throughput"
18237
18238 -
18239   type: "plot"
18240   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18241   algorithm: "plot_performance_box"
18242   output-file-type: ".html"
18243   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18244   data: "plot-dpdk-throughput-latency-3n-hsw"
18245   filter: "'NIC_Intel-X520-DA2' and
18246            '64B' and
18247            'BASE' and
18248            'NDRPDR' and
18249            '1T1C' and
18250            'IP4FWD'"
18251   parameters:
18252   - "throughput"
18253   - "parent"
18254   - "tags"
18255   traces:
18256     hoverinfo: "x+y"
18257     boxpoints: "outliers"
18258     whiskerwidth: 0
18259   layout:
18260     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18261     layout: "plot-throughput"
18262
18263 -
18264   type: "plot"
18265   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18266   algorithm: "plot_performance_box"
18267   output-file-type: ".html"
18268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18269   data: "plot-dpdk-throughput-latency-3n-hsw"
18270   filter: "'NIC_Intel-X520-DA2' and
18271            '64B' and
18272            'BASE' and
18273            'NDRPDR' and
18274            '2T2C' and
18275            'IP4FWD'"
18276   parameters:
18277   - "throughput"
18278   - "parent"
18279   - "tags"
18280   traces:
18281     hoverinfo: "x+y"
18282     boxpoints: "outliers"
18283     whiskerwidth: 0
18284   layout:
18285     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18286     layout: "plot-throughput"
18287
18288 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
18289 -
18290   type: "plot"
18291   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18292   algorithm: "plot_performance_box"
18293   output-file-type: ".html"
18294   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18295   data: "plot-dpdk-throughput-latency-3n-hsw"
18296   filter: "'NIC_Intel-X710' and
18297            '64B' and
18298            'BASE' and
18299            'NDRPDR' and
18300            '1T1C' and
18301            'IP4FWD'"
18302   parameters:
18303   - "throughput"
18304   - "parent"
18305   - "tags"
18306   traces:
18307     hoverinfo: "x+y"
18308     boxpoints: "outliers"
18309     whiskerwidth: 0
18310   layout:
18311     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18312     layout: "plot-throughput"
18313
18314 -
18315   type: "plot"
18316   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18317   algorithm: "plot_performance_box"
18318   output-file-type: ".html"
18319   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18320   data: "plot-dpdk-throughput-latency-3n-hsw"
18321   filter: "'NIC_Intel-X710' and
18322            '64B' and
18323            'BASE' and
18324            'NDRPDR' and
18325            '2T2C' and
18326            'IP4FWD'"
18327   parameters:
18328   - "throughput"
18329   - "parent"
18330   - "tags"
18331   traces:
18332     hoverinfo: "x+y"
18333     boxpoints: "outliers"
18334     whiskerwidth: 0
18335   layout:
18336     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18337     layout: "plot-throughput"
18338
18339 -
18340   type: "plot"
18341   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18342   algorithm: "plot_performance_box"
18343   output-file-type: ".html"
18344   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18345   data: "plot-dpdk-throughput-latency-3n-hsw"
18346   filter: "'NIC_Intel-X710' and
18347            '64B' and
18348            'BASE' and
18349            'NDRPDR' and
18350            '1T1C' and
18351            'IP4FWD'"
18352   parameters:
18353   - "throughput"
18354   - "parent"
18355   - "tags"
18356   traces:
18357     hoverinfo: "x+y"
18358     boxpoints: "outliers"
18359     whiskerwidth: 0
18360   layout:
18361     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18362     layout: "plot-throughput"
18363
18364 -
18365   type: "plot"
18366   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18367   algorithm: "plot_performance_box"
18368   output-file-type: ".html"
18369   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18370   data: "plot-dpdk-throughput-latency-3n-hsw"
18371   filter: "'NIC_Intel-X710' and
18372            '64B' and
18373            'BASE' and
18374            'NDRPDR' and
18375            '2T2C' and
18376            'IP4FWD'"
18377   parameters:
18378   - "throughput"
18379   - "parent"
18380   - "tags"
18381   traces:
18382     hoverinfo: "x+y"
18383     boxpoints: "outliers"
18384     whiskerwidth: 0
18385   layout:
18386     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18387     layout: "plot-throughput"
18388
18389 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
18390 -
18391   type: "plot"
18392   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18393   algorithm: "plot_performance_box"
18394   output-file-type: ".html"
18395   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18396   data: "plot-dpdk-throughput-latency-3n-hsw"
18397   filter: "'NIC_Intel-XL710' and
18398            '64B' and
18399            'BASE' and
18400            'NDRPDR' and
18401            '1T1C' and
18402            'IP4FWD'"
18403   parameters:
18404   - "throughput"
18405   - "parent"
18406   - "tags"
18407   traces:
18408     hoverinfo: "x+y"
18409     boxpoints: "outliers"
18410     whiskerwidth: 0
18411   layout:
18412     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18413     layout: "plot-throughput"
18414
18415 -
18416   type: "plot"
18417   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18418   algorithm: "plot_performance_box"
18419   output-file-type: ".html"
18420   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18421   data: "plot-dpdk-throughput-latency-3n-hsw"
18422   filter: "'NIC_Intel-XL710' and
18423            '64B' and
18424            'BASE' and
18425            'NDRPDR' and
18426            '2T2C' and
18427            'IP4FWD'"
18428   parameters:
18429   - "throughput"
18430   - "parent"
18431   - "tags"
18432   traces:
18433     hoverinfo: "x+y"
18434     boxpoints: "outliers"
18435     whiskerwidth: 0
18436   layout:
18437     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18438     layout: "plot-throughput"
18439
18440 -
18441   type: "plot"
18442   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18443   algorithm: "plot_performance_box"
18444   output-file-type: ".html"
18445   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18446   data: "plot-dpdk-throughput-latency-3n-hsw"
18447   filter: "'NIC_Intel-XL710' and
18448            '64B' and
18449            'BASE' and
18450            'NDRPDR' and
18451            '1T1C' and
18452            'IP4FWD'"
18453   parameters:
18454   - "throughput"
18455   - "parent"
18456   - "tags"
18457   traces:
18458     hoverinfo: "x+y"
18459     boxpoints: "outliers"
18460     whiskerwidth: 0
18461   layout:
18462     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18463     layout: "plot-throughput"
18464
18465 -
18466   type: "plot"
18467   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18468   algorithm: "plot_performance_box"
18469   output-file-type: ".html"
18470   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18471   data: "plot-dpdk-throughput-latency-3n-hsw"
18472   filter: "'NIC_Intel-XL710' and
18473            '64B' and
18474            'BASE' and
18475            'NDRPDR' and
18476            '2T2C' and
18477            'IP4FWD'"
18478   parameters:
18479   - "throughput"
18480   - "parent"
18481   - "tags"
18482   traces:
18483     hoverinfo: "x+y"
18484     boxpoints: "outliers"
18485     whiskerwidth: 0
18486   layout:
18487     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18488     layout: "plot-throughput"
18489
18490 # Packet Throughput - DPDK l3fwd 3n-skx-x710
18491 -
18492   type: "plot"
18493   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18494   algorithm: "plot_performance_box"
18495   output-file-type: ".html"
18496   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18497   data: "plot-dpdk-throughput-latency-3n-skx"
18498   filter: "'NIC_Intel-X710' and
18499            '64B' and
18500            'BASE' and
18501            'NDRPDR' and
18502            '2T1C' and
18503            'IP4FWD'"
18504   parameters:
18505   - "throughput"
18506   - "parent"
18507   - "tags"
18508   traces:
18509     hoverinfo: "x+y"
18510     boxpoints: "outliers"
18511     whiskerwidth: 0
18512   layout:
18513     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18514     layout: "plot-throughput"
18515
18516 -
18517   type: "plot"
18518   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18519   algorithm: "plot_performance_box"
18520   output-file-type: ".html"
18521   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18522   data: "plot-dpdk-throughput-latency-3n-skx"
18523   filter: "'NIC_Intel-X710' and
18524            '64B' and
18525            'BASE' and
18526            'NDRPDR' and
18527            '4T2C' and
18528            'IP4FWD'"
18529   parameters:
18530   - "throughput"
18531   - "parent"
18532   - "tags"
18533   traces:
18534     hoverinfo: "x+y"
18535     boxpoints: "outliers"
18536     whiskerwidth: 0
18537   layout:
18538     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18539     layout: "plot-throughput"
18540
18541 -
18542   type: "plot"
18543   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18544   algorithm: "plot_performance_box"
18545   output-file-type: ".html"
18546   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18547   data: "plot-dpdk-throughput-latency-3n-skx"
18548   filter: "'NIC_Intel-X710' and
18549            '64B' and
18550            'BASE' and
18551            'NDRPDR' and
18552            '2T1C' and
18553            'IP4FWD'"
18554   parameters:
18555   - "throughput"
18556   - "parent"
18557   - "tags"
18558   traces:
18559     hoverinfo: "x+y"
18560     boxpoints: "outliers"
18561     whiskerwidth: 0
18562   layout:
18563     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18564     layout: "plot-throughput"
18565
18566 -
18567   type: "plot"
18568   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18569   algorithm: "plot_performance_box"
18570   output-file-type: ".html"
18571   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18572   data: "plot-dpdk-throughput-latency-3n-skx"
18573   filter: "'NIC_Intel-X710' and
18574            '64B' and
18575            'BASE' and
18576            'NDRPDR' and
18577            '4T2C' and
18578            'IP4FWD'"
18579   parameters:
18580   - "throughput"
18581   - "parent"
18582   - "tags"
18583   traces:
18584     hoverinfo: "x+y"
18585     boxpoints: "outliers"
18586     whiskerwidth: 0
18587   layout:
18588     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18589     layout: "plot-throughput"
18590
18591 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
18592 -
18593   type: "plot"
18594   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18595   algorithm: "plot_performance_box"
18596   output-file-type: ".html"
18597   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18598   data: "plot-dpdk-throughput-latency-3n-skx"
18599   filter: "'NIC_Intel-XXV710' and
18600            '64B' and
18601            'BASE' and
18602            'NDRPDR' and
18603            '2T1C' and
18604            'IP4FWD'"
18605   parameters:
18606   - "throughput"
18607   - "parent"
18608   - "tags"
18609   traces:
18610     hoverinfo: "x+y"
18611     boxpoints: "outliers"
18612     whiskerwidth: 0
18613   layout:
18614     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18615     layout: "plot-throughput"
18616
18617 -
18618   type: "plot"
18619   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18620   algorithm: "plot_performance_box"
18621   output-file-type: ".html"
18622   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18623   data: "plot-dpdk-throughput-latency-3n-skx"
18624   filter: "'NIC_Intel-XXV710' and
18625            '64B' and
18626            'BASE' and
18627            'NDRPDR' and
18628            '4T2C' and
18629            'IP4FWD'"
18630   parameters:
18631   - "throughput"
18632   - "parent"
18633   - "tags"
18634   traces:
18635     hoverinfo: "x+y"
18636     boxpoints: "outliers"
18637     whiskerwidth: 0
18638   layout:
18639     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18640     layout: "plot-throughput"
18641
18642 -
18643   type: "plot"
18644   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18645   algorithm: "plot_performance_box"
18646   output-file-type: ".html"
18647   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18648   data: "plot-dpdk-throughput-latency-3n-skx"
18649   filter: "'NIC_Intel-XXV710' and
18650            '64B' and
18651            'BASE' and
18652            'NDRPDR' and
18653            '2T1C' and
18654            'IP4FWD'"
18655   parameters:
18656   - "throughput"
18657   - "parent"
18658   - "tags"
18659   traces:
18660     hoverinfo: "x+y"
18661     boxpoints: "outliers"
18662     whiskerwidth: 0
18663   layout:
18664     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18665     layout: "plot-throughput"
18666
18667 -
18668   type: "plot"
18669   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18670   algorithm: "plot_performance_box"
18671   output-file-type: ".html"
18672   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18673   data: "plot-dpdk-throughput-latency-3n-skx"
18674   filter: "'NIC_Intel-XXV710' and
18675            '64B' and
18676            'BASE' and
18677            'NDRPDR' and
18678            '4T2C' and
18679            'IP4FWD'"
18680   parameters:
18681   - "throughput"
18682   - "parent"
18683   - "tags"
18684   traces:
18685     hoverinfo: "x+y"
18686     boxpoints: "outliers"
18687     whiskerwidth: 0
18688   layout:
18689     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18690     layout: "plot-throughput"
18691
18692 # Packet Throughput - DPDK l3fwd 2n-skx-x710
18693 -
18694   type: "plot"
18695   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18696   algorithm: "plot_performance_box"
18697   output-file-type: ".html"
18698   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18699   data: "plot-dpdk-throughput-latency-2n-skx"
18700   filter: "'NIC_Intel-X710' and
18701            '64B' and
18702            'BASE' and
18703            'NDRPDR' and
18704            '2T1C' and
18705            'IP4FWD'"
18706   parameters:
18707   - "throughput"
18708   - "parent"
18709   - "tags"
18710   traces:
18711     hoverinfo: "x+y"
18712     boxpoints: "outliers"
18713     whiskerwidth: 0
18714   layout:
18715     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18716     layout: "plot-throughput"
18717
18718 -
18719   type: "plot"
18720   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18721   algorithm: "plot_performance_box"
18722   output-file-type: ".html"
18723   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18724   data: "plot-dpdk-throughput-latency-2n-skx"
18725   filter: "'NIC_Intel-X710' and
18726            '64B' and
18727            'BASE' and
18728            'NDRPDR' and
18729            '4T2C' and
18730            'IP4FWD'"
18731   parameters:
18732   - "throughput"
18733   - "parent"
18734   - "tags"
18735   traces:
18736     hoverinfo: "x+y"
18737     boxpoints: "outliers"
18738     whiskerwidth: 0
18739   layout:
18740     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18741     layout: "plot-throughput"
18742
18743 -
18744   type: "plot"
18745   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18746   algorithm: "plot_performance_box"
18747   output-file-type: ".html"
18748   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18749   data: "plot-dpdk-throughput-latency-2n-skx"
18750   filter: "'NIC_Intel-X710' and
18751            '64B' and
18752            'BASE' and
18753            'NDRPDR' and
18754            '2T1C' and
18755            'IP4FWD'"
18756   parameters:
18757   - "throughput"
18758   - "parent"
18759   - "tags"
18760   traces:
18761     hoverinfo: "x+y"
18762     boxpoints: "outliers"
18763     whiskerwidth: 0
18764   layout:
18765     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18766     layout: "plot-throughput"
18767
18768 -
18769   type: "plot"
18770   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18771   algorithm: "plot_performance_box"
18772   output-file-type: ".html"
18773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18774   data: "plot-dpdk-throughput-latency-2n-skx"
18775   filter: "'NIC_Intel-X710' and
18776            '64B' and
18777            'BASE' and
18778            'NDRPDR' and
18779            '4T2C' and
18780            'IP4FWD'"
18781   parameters:
18782   - "throughput"
18783   - "parent"
18784   - "tags"
18785   traces:
18786     hoverinfo: "x+y"
18787     boxpoints: "outliers"
18788     whiskerwidth: 0
18789   layout:
18790     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18791     layout: "plot-throughput"
18792
18793 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
18794 -
18795   type: "plot"
18796   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18797   algorithm: "plot_performance_box"
18798   output-file-type: ".html"
18799   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18800   data: "plot-dpdk-throughput-latency-2n-skx"
18801   filter: "'NIC_Intel-XXV710' and
18802            '64B' and
18803            'BASE' and
18804            'NDRPDR' and
18805            '2T1C' and
18806            'IP4FWD'"
18807   parameters:
18808   - "throughput"
18809   - "parent"
18810   - "tags"
18811   traces:
18812     hoverinfo: "x+y"
18813     boxpoints: "outliers"
18814     whiskerwidth: 0
18815   layout:
18816     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18817     layout: "plot-throughput"
18818
18819 -
18820   type: "plot"
18821   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18822   algorithm: "plot_performance_box"
18823   output-file-type: ".html"
18824   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18825   data: "plot-dpdk-throughput-latency-2n-skx"
18826   filter: "'NIC_Intel-XXV710' and
18827            '64B' and
18828            'BASE' and
18829            'NDRPDR' and
18830            '4T2C' and
18831            'IP4FWD'"
18832   parameters:
18833   - "throughput"
18834   - "parent"
18835   - "tags"
18836   traces:
18837     hoverinfo: "x+y"
18838     boxpoints: "outliers"
18839     whiskerwidth: 0
18840   layout:
18841     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18842     layout: "plot-throughput"
18843
18844 -
18845   type: "plot"
18846   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18847   algorithm: "plot_performance_box"
18848   output-file-type: ".html"
18849   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18850   data: "plot-dpdk-throughput-latency-2n-skx"
18851   filter: "'NIC_Intel-XXV710' and
18852            '64B' and
18853            'BASE' and
18854            'NDRPDR' and
18855            '2T1C' and
18856            'IP4FWD'"
18857   parameters:
18858   - "throughput"
18859   - "parent"
18860   - "tags"
18861   traces:
18862     hoverinfo: "x+y"
18863     boxpoints: "outliers"
18864     whiskerwidth: 0
18865   layout:
18866     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18867     layout: "plot-throughput"
18868
18869 -
18870   type: "plot"
18871   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18872   algorithm: "plot_performance_box"
18873   output-file-type: ".html"
18874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18875   data: "plot-dpdk-throughput-latency-2n-skx"
18876   filter: "'NIC_Intel-XXV710' and
18877            '64B' and
18878            'BASE' and
18879            'NDRPDR' and
18880            '4T2C' and
18881            'IP4FWD'"
18882   parameters:
18883   - "throughput"
18884   - "parent"
18885   - "tags"
18886   traces:
18887     hoverinfo: "x+y"
18888     boxpoints: "outliers"
18889     whiskerwidth: 0
18890   layout:
18891     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18892     layout: "plot-throughput"
18893
18894 ################################################################################
18895
18896 # Packet Throughput - DPDK testpmd 3n-hsw-x520
18897 -
18898   type: "plot"
18899   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18900   algorithm: "plot_performance_box"
18901   output-file-type: ".html"
18902   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18903   data: "plot-dpdk-throughput-latency-3n-hsw"
18904   filter: "'NIC_Intel-X520-DA2' and
18905            '64B' and
18906            'BASE' and
18907            'NDRPDR' and
18908            '1T1C' and
18909            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18910   parameters:
18911   - "throughput"
18912   - "parent"
18913   - "tags"
18914   traces:
18915     hoverinfo: "x+y"
18916     boxpoints: "outliers"
18917     whiskerwidth: 0
18918   layout:
18919     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18920     layout: "plot-throughput"
18921
18922 -
18923   type: "plot"
18924   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18925   algorithm: "plot_performance_box"
18926   output-file-type: ".html"
18927   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18928   data: "plot-dpdk-throughput-latency-3n-hsw"
18929   filter: "'NIC_Intel-X520-DA2' and
18930            '64B' and
18931            'BASE' and
18932            'NDRPDR' and
18933            '2T2C' and
18934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18935   parameters:
18936   - "throughput"
18937   - "parent"
18938   - "tags"
18939   traces:
18940     hoverinfo: "x+y"
18941     boxpoints: "outliers"
18942     whiskerwidth: 0
18943   layout:
18944     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18945     layout: "plot-throughput"
18946
18947 -
18948   type: "plot"
18949   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18950   algorithm: "plot_performance_box"
18951   output-file-type: ".html"
18952   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18953   data: "plot-dpdk-throughput-latency-3n-hsw"
18954   filter: "'NIC_Intel-X520-DA2' and
18955            '64B' and
18956            'BASE' and
18957            'NDRPDR' and
18958            '1T1C' and
18959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18960   parameters:
18961   - "throughput"
18962   - "parent"
18963   - "tags"
18964   traces:
18965     hoverinfo: "x+y"
18966     boxpoints: "outliers"
18967     whiskerwidth: 0
18968   layout:
18969     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18970     layout: "plot-throughput"
18971
18972 -
18973   type: "plot"
18974   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18975   algorithm: "plot_performance_box"
18976   output-file-type: ".html"
18977   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18978   data: "plot-dpdk-throughput-latency-3n-hsw"
18979   filter: "'NIC_Intel-X520-DA2' and
18980            '64B' and
18981            'BASE' and
18982            'NDRPDR' and
18983            '2T2C' and
18984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18985   parameters:
18986   - "throughput"
18987   - "parent"
18988   - "tags"
18989   traces:
18990     hoverinfo: "x+y"
18991     boxpoints: "outliers"
18992     whiskerwidth: 0
18993   layout:
18994     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18995     layout: "plot-throughput"
18996
18997 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18998 -
18999   type: "plot"
19000   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19001   algorithm: "plot_performance_box"
19002   output-file-type: ".html"
19003   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19004   data: "plot-dpdk-throughput-latency-3n-hsw"
19005   filter: "'NIC_Intel-X710' and
19006            '64B' and
19007            'BASE' and
19008            'NDRPDR' and
19009            '1T1C' and
19010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19011   parameters:
19012   - "throughput"
19013   - "parent"
19014   - "tags"
19015   traces:
19016     hoverinfo: "x+y"
19017     boxpoints: "outliers"
19018     whiskerwidth: 0
19019   layout:
19020     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
19021     layout: "plot-throughput"
19022
19023 -
19024   type: "plot"
19025   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19026   algorithm: "plot_performance_box"
19027   output-file-type: ".html"
19028   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19029   data: "plot-dpdk-throughput-latency-3n-hsw"
19030   filter: "'NIC_Intel-X710' and
19031            '64B' and
19032            'BASE' and
19033            'NDRPDR' and
19034            '2T2C' and
19035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19036   parameters:
19037   - "throughput"
19038   - "parent"
19039   - "tags"
19040   traces:
19041     hoverinfo: "x+y"
19042     boxpoints: "outliers"
19043     whiskerwidth: 0
19044   layout:
19045     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19046     layout: "plot-throughput"
19047
19048 -
19049   type: "plot"
19050   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19051   algorithm: "plot_performance_box"
19052   output-file-type: ".html"
19053   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19054   data: "plot-dpdk-throughput-latency-3n-hsw"
19055   filter: "'NIC_Intel-X710' and
19056            '64B' and
19057            'BASE' and
19058            'NDRPDR' and
19059            '1T1C' and
19060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19061   parameters:
19062   - "throughput"
19063   - "parent"
19064   - "tags"
19065   traces:
19066     hoverinfo: "x+y"
19067     boxpoints: "outliers"
19068     whiskerwidth: 0
19069   layout:
19070     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19071     layout: "plot-throughput"
19072
19073 -
19074   type: "plot"
19075   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19076   algorithm: "plot_performance_box"
19077   output-file-type: ".html"
19078   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19079   data: "plot-dpdk-throughput-latency-3n-hsw"
19080   filter: "'NIC_Intel-X710' and
19081            '64B' and
19082            'BASE' and
19083            'NDRPDR' and
19084            '2T2C' and
19085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19086   parameters:
19087   - "throughput"
19088   - "parent"
19089   - "tags"
19090   traces:
19091     hoverinfo: "x+y"
19092     boxpoints: "outliers"
19093     whiskerwidth: 0
19094   layout:
19095     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19096     layout: "plot-throughput"
19097
19098 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
19099 -
19100   type: "plot"
19101   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19102   algorithm: "plot_performance_box"
19103   output-file-type: ".html"
19104   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19105   data: "plot-dpdk-throughput-latency-3n-hsw"
19106   filter: "'NIC_Intel-XL710' and
19107            '64B' and
19108            'BASE' and
19109            'NDRPDR' and
19110            '1T1C' and
19111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19112   parameters:
19113   - "throughput"
19114   - "parent"
19115   - "tags"
19116   traces:
19117     hoverinfo: "x+y"
19118     boxpoints: "outliers"
19119     whiskerwidth: 0
19120   layout:
19121     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19122     layout: "plot-throughput"
19123
19124 -
19125   type: "plot"
19126   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19127   algorithm: "plot_performance_box"
19128   output-file-type: ".html"
19129   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19130   data: "plot-dpdk-throughput-latency-3n-hsw"
19131   filter: "'NIC_Intel-XL710' and
19132            '64B' and
19133            'BASE' and
19134            'NDRPDR' and
19135            '2T2C' and
19136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19137   parameters:
19138   - "throughput"
19139   - "parent"
19140   - "tags"
19141   traces:
19142     hoverinfo: "x+y"
19143     boxpoints: "outliers"
19144     whiskerwidth: 0
19145   layout:
19146     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19147     layout: "plot-throughput"
19148
19149 -
19150   type: "plot"
19151   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19152   algorithm: "plot_performance_box"
19153   output-file-type: ".html"
19154   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19155   data: "plot-dpdk-throughput-latency-3n-hsw"
19156   filter: "'NIC_Intel-XL710' and
19157            '64B' and
19158            'BASE' and
19159            'NDRPDR' and
19160            '1T1C' and
19161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19162   parameters:
19163   - "throughput"
19164   - "parent"
19165   - "tags"
19166   traces:
19167     hoverinfo: "x+y"
19168     boxpoints: "outliers"
19169     whiskerwidth: 0
19170   layout:
19171     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19172     layout: "plot-throughput"
19173
19174 -
19175   type: "plot"
19176   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19177   algorithm: "plot_performance_box"
19178   output-file-type: ".html"
19179   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19180   data: "plot-dpdk-throughput-latency-3n-hsw"
19181   filter: "'NIC_Intel-XL710' and
19182            '64B' and
19183            'BASE' and
19184            'NDRPDR' and
19185            '2T2C' and
19186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19187   parameters:
19188   - "throughput"
19189   - "parent"
19190   - "tags"
19191   traces:
19192     hoverinfo: "x+y"
19193     boxpoints: "outliers"
19194     whiskerwidth: 0
19195   layout:
19196     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19197     layout: "plot-throughput"
19198
19199 # Packet Throughput - DPDK testpmd 3n-skx-x710
19200 -
19201   type: "plot"
19202   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19203   algorithm: "plot_performance_box"
19204   output-file-type: ".html"
19205   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19206   data: "plot-dpdk-throughput-latency-3n-skx"
19207   filter: "'NIC_Intel-X710' and
19208            '64B' and
19209            'BASE' and
19210            'NDRPDR' and
19211            '2T1C' and
19212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19213   parameters:
19214   - "throughput"
19215   - "parent"
19216   - "tags"
19217   traces:
19218     hoverinfo: "x+y"
19219     boxpoints: "outliers"
19220     whiskerwidth: 0
19221   layout:
19222     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19223     layout: "plot-throughput"
19224
19225 -
19226   type: "plot"
19227   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19228   algorithm: "plot_performance_box"
19229   output-file-type: ".html"
19230   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19231   data: "plot-dpdk-throughput-latency-3n-skx"
19232   filter: "'NIC_Intel-X710' and
19233            '64B' and
19234            'BASE' and
19235            'NDRPDR' and
19236            '4T2C' and
19237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19238   parameters:
19239   - "throughput"
19240   - "parent"
19241   - "tags"
19242   traces:
19243     hoverinfo: "x+y"
19244     boxpoints: "outliers"
19245     whiskerwidth: 0
19246   layout:
19247     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19248     layout: "plot-throughput"
19249
19250 -
19251   type: "plot"
19252   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19253   algorithm: "plot_performance_box"
19254   output-file-type: ".html"
19255   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19256   data: "plot-dpdk-throughput-latency-3n-skx"
19257   filter: "'NIC_Intel-X710' and
19258            '64B' and
19259            'BASE' and
19260            'NDRPDR' and
19261            '2T1C' and
19262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19263   parameters:
19264   - "throughput"
19265   - "parent"
19266   - "tags"
19267   traces:
19268     hoverinfo: "x+y"
19269     boxpoints: "outliers"
19270     whiskerwidth: 0
19271   layout:
19272     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19273     layout: "plot-throughput"
19274
19275 -
19276   type: "plot"
19277   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19278   algorithm: "plot_performance_box"
19279   output-file-type: ".html"
19280   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19281   data: "plot-dpdk-throughput-latency-3n-skx"
19282   filter: "'NIC_Intel-X710' and
19283            '64B' and
19284            'BASE' and
19285            'NDRPDR' and
19286            '4T2C' and
19287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19288   parameters:
19289   - "throughput"
19290   - "parent"
19291   - "tags"
19292   traces:
19293     hoverinfo: "x+y"
19294     boxpoints: "outliers"
19295     whiskerwidth: 0
19296   layout:
19297     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19298     layout: "plot-throughput"
19299
19300 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
19301 -
19302   type: "plot"
19303   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19304   algorithm: "plot_performance_box"
19305   output-file-type: ".html"
19306   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19307   data: "plot-dpdk-throughput-latency-3n-skx"
19308   filter: "'NIC_Intel-XXV710' and
19309            '64B' and
19310            'BASE' and
19311            'NDRPDR' and
19312            '2T1C' and
19313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19314   parameters:
19315   - "throughput"
19316   - "parent"
19317   - "tags"
19318   traces:
19319     hoverinfo: "x+y"
19320     boxpoints: "outliers"
19321     whiskerwidth: 0
19322   layout:
19323     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19324     layout: "plot-throughput"
19325
19326 -
19327   type: "plot"
19328   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19329   algorithm: "plot_performance_box"
19330   output-file-type: ".html"
19331   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19332   data: "plot-dpdk-throughput-latency-3n-skx"
19333   filter: "'NIC_Intel-XXV710' and
19334            '64B' and
19335            'BASE' and
19336            'NDRPDR' and
19337            '4T2C' and
19338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19339   parameters:
19340   - "throughput"
19341   - "parent"
19342   - "tags"
19343   traces:
19344     hoverinfo: "x+y"
19345     boxpoints: "outliers"
19346     whiskerwidth: 0
19347   layout:
19348     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19349     layout: "plot-throughput"
19350
19351 -
19352   type: "plot"
19353   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19354   algorithm: "plot_performance_box"
19355   output-file-type: ".html"
19356   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19357   data: "plot-dpdk-throughput-latency-3n-skx"
19358   filter: "'NIC_Intel-XXV710' and
19359            '64B' and
19360            'BASE' and
19361            'NDRPDR' and
19362            '2T1C' and
19363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19364   parameters:
19365   - "throughput"
19366   - "parent"
19367   - "tags"
19368   traces:
19369     hoverinfo: "x+y"
19370     boxpoints: "outliers"
19371     whiskerwidth: 0
19372   layout:
19373     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19374     layout: "plot-throughput"
19375
19376 -
19377   type: "plot"
19378   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19379   algorithm: "plot_performance_box"
19380   output-file-type: ".html"
19381   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19382   data: "plot-dpdk-throughput-latency-3n-skx"
19383   filter: "'NIC_Intel-XXV710' and
19384            '64B' and
19385            'BASE' and
19386            'NDRPDR' and
19387            '4T2C' and
19388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19389   parameters:
19390   - "throughput"
19391   - "parent"
19392   - "tags"
19393   traces:
19394     hoverinfo: "x+y"
19395     boxpoints: "outliers"
19396     whiskerwidth: 0
19397   layout:
19398     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19399     layout: "plot-throughput"
19400
19401 # Packet Throughput - DPDK testpmd 2n-skx-x710
19402 -
19403   type: "plot"
19404   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19405   algorithm: "plot_performance_box"
19406   output-file-type: ".html"
19407   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19408   data: "plot-dpdk-throughput-latency-2n-skx"
19409   filter: "'NIC_Intel-X710' and
19410            '64B' and
19411            'BASE' and
19412            'NDRPDR' and
19413            '2T1C' and
19414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19415   parameters:
19416   - "throughput"
19417   - "parent"
19418   - "tags"
19419   traces:
19420     hoverinfo: "x+y"
19421     boxpoints: "outliers"
19422     whiskerwidth: 0
19423   layout:
19424     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19425     layout: "plot-throughput"
19426
19427 -
19428   type: "plot"
19429   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19430   algorithm: "plot_performance_box"
19431   output-file-type: ".html"
19432   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19433   data: "plot-dpdk-throughput-latency-2n-skx"
19434   filter: "'NIC_Intel-X710' and
19435            '64B' and
19436            'BASE' and
19437            'NDRPDR' and
19438            '4T2C' and
19439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19440   parameters:
19441   - "throughput"
19442   - "parent"
19443   - "tags"
19444   traces:
19445     hoverinfo: "x+y"
19446     boxpoints: "outliers"
19447     whiskerwidth: 0
19448   layout:
19449     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19450     layout: "plot-throughput"
19451
19452 -
19453   type: "plot"
19454   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19455   algorithm: "plot_performance_box"
19456   output-file-type: ".html"
19457   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19458   data: "plot-dpdk-throughput-latency-2n-skx"
19459   filter: "'NIC_Intel-X710' and
19460            '64B' and
19461            'BASE' and
19462            'NDRPDR' and
19463            '2T1C' and
19464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19465   parameters:
19466   - "throughput"
19467   - "parent"
19468   - "tags"
19469   traces:
19470     hoverinfo: "x+y"
19471     boxpoints: "outliers"
19472     whiskerwidth: 0
19473   layout:
19474     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19475     layout: "plot-throughput"
19476
19477 -
19478   type: "plot"
19479   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19480   algorithm: "plot_performance_box"
19481   output-file-type: ".html"
19482   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19483   data: "plot-dpdk-throughput-latency-2n-skx"
19484   filter: "'NIC_Intel-X710' and
19485            '64B' and
19486            'BASE' and
19487            'NDRPDR' and
19488            '4T2C' and
19489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19490   parameters:
19491   - "throughput"
19492   - "parent"
19493   - "tags"
19494   traces:
19495     hoverinfo: "x+y"
19496     boxpoints: "outliers"
19497     whiskerwidth: 0
19498   layout:
19499     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19500     layout: "plot-throughput"
19501
19502 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
19503 -
19504   type: "plot"
19505   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19506   algorithm: "plot_performance_box"
19507   output-file-type: ".html"
19508   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19509   data: "plot-dpdk-throughput-latency-2n-skx"
19510   filter: "'NIC_Intel-XXV710' and
19511            '64B' and
19512            'BASE' and
19513            'NDRPDR' and
19514            '2T1C' and
19515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19516   parameters:
19517   - "throughput"
19518   - "parent"
19519   - "tags"
19520   traces:
19521     hoverinfo: "x+y"
19522     boxpoints: "outliers"
19523     whiskerwidth: 0
19524   layout:
19525     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19526     layout: "plot-throughput"
19527
19528 -
19529   type: "plot"
19530   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19531   algorithm: "plot_performance_box"
19532   output-file-type: ".html"
19533   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19534   data: "plot-dpdk-throughput-latency-2n-skx"
19535   filter: "'NIC_Intel-XXV710' and
19536            '64B' and
19537            'BASE' and
19538            'NDRPDR' and
19539            '4T2C' and
19540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19541   parameters:
19542   - "throughput"
19543   - "parent"
19544   - "tags"
19545   traces:
19546     hoverinfo: "x+y"
19547     boxpoints: "outliers"
19548     whiskerwidth: 0
19549   layout:
19550     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19551     layout: "plot-throughput"
19552
19553 -
19554   type: "plot"
19555   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19556   algorithm: "plot_performance_box"
19557   output-file-type: ".html"
19558   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19559   data: "plot-dpdk-throughput-latency-2n-skx"
19560   filter: "'NIC_Intel-XXV710' and
19561            '64B' and
19562            'BASE' and
19563            'NDRPDR' and
19564            '2T1C' and
19565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19566   parameters:
19567   - "throughput"
19568   - "parent"
19569   - "tags"
19570   traces:
19571     hoverinfo: "x+y"
19572     boxpoints: "outliers"
19573     whiskerwidth: 0
19574   layout:
19575     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19576     layout: "plot-throughput"
19577
19578 -
19579   type: "plot"
19580   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19581   algorithm: "plot_performance_box"
19582   output-file-type: ".html"
19583   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19584   data: "plot-dpdk-throughput-latency-2n-skx"
19585   filter: "'NIC_Intel-XXV710' and
19586            '64B' and
19587            'BASE' and
19588            'NDRPDR' and
19589            '4T2C' and
19590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19591   parameters:
19592   - "throughput"
19593   - "parent"
19594   - "tags"
19595   traces:
19596     hoverinfo: "x+y"
19597     boxpoints: "outliers"
19598     whiskerwidth: 0
19599   layout:
19600     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19601     layout: "plot-throughput"
19602
19603 ################################################################################
19604
19605 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
19606 -
19607   type: "plot"
19608   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19609   algorithm: "plot_latency_error_bars"
19610   output-file-type: ".html"
19611   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19612   data: "plot-vpp-throughput-latency-3n-hsw"
19613   filter: "'NIC_Intel-X520-DA2' and
19614            '64B' and
19615            ('BASE' or 'SCALE') and
19616            'NDRPDR' and
19617            'ETH' and
19618            '1T1C' and
19619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19620            not 'VHOST' and
19621            not 'MEMIF'"
19622   parameters:
19623   - "latency"
19624   - "parent"
19625   - "tags"
19626   sort:
19627   - "L2XCFWD"
19628   - "L2PATCH"
19629   - "L2BDMACLRN"
19630   - "FIB_10K"
19631   - "FIB_100K"
19632   - "FIB_1M"
19633   layout:
19634     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19635     layout: "plot-latency"
19636
19637 -
19638   type: "plot"
19639   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19640   algorithm: "plot_latency_error_bars"
19641   output-file-type: ".html"
19642   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19643   data: "plot-vpp-throughput-latency-3n-hsw"
19644   filter: "'NIC_Intel-X520-DA2' and
19645            '64B' and
19646            ('BASE' or 'SCALE') and
19647            'NDRPDR' and
19648            'ETH' and
19649            '2T2C' and
19650            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19651            not 'VHOST' and
19652            not 'MEMIF'"
19653   parameters:
19654   - "latency"
19655   - "parent"
19656   - "tags"
19657   sort:
19658   - "L2XCFWD"
19659   - "L2PATCH"
19660   - "L2BDMACLRN"
19661   - "FIB_10K"
19662   - "FIB_100K"
19663   - "FIB_1M"
19664   layout:
19665     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19666     layout: "plot-latency"
19667
19668 # Packet Latency - VPP L2 3n-hsw-x520 features
19669 -
19670   type: "plot"
19671   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19672   algorithm: "plot_latency_error_bars"
19673   output-file-type: ".html"
19674   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19675   data: "plot-vpp-throughput-latency-3n-hsw"
19676   filter: "'NIC_Intel-X520-DA2' and
19677            '64B' and
19678            'NDRPDR' and
19679            '1T1C' and
19680            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19681            not 'ACL' and
19682            not 'VHOST' and
19683            not 'MEMIF'"
19684   parameters:
19685   - "latency"
19686   - "parent"
19687   - "tags"
19688   sort:
19689   - "L2XCBASE"    # l2xcbase
19690   - "L2BDBASE"    # l2bdbase
19691   - "L2XCFWD"     # dot1q-l2xcbase
19692   - "L2BDMACLRN"  # dot1q-l2bdbase
19693   layout:
19694     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
19695     layout: "plot-latency"
19696
19697 -
19698   type: "plot"
19699   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19700   algorithm: "plot_latency_error_bars"
19701   output-file-type: ".html"
19702   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19703   data: "plot-vpp-throughput-latency-3n-hsw"
19704   filter: "'NIC_Intel-X520-DA2' and
19705            '64B' and
19706            'NDRPDR' and
19707            '2T2C' and
19708            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19709            not 'ACL' and
19710            not 'VHOST' and
19711            not 'MEMIF'"
19712   parameters:
19713   - "latency"
19714   - "parent"
19715   - "tags"
19716   sort:
19717   - "L2XCBASE"    # l2xcbase
19718   - "L2BDBASE"    # l2bdbase
19719   - "L2XCFWD"     # dot1q-l2xcbase
19720   - "L2BDMACLRN"  # dot1q-l2bdbase
19721   layout:
19722     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
19723     layout: "plot-latency"
19724
19725 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
19726 -
19727   type: "plot"
19728   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19729   algorithm: "plot_latency_error_bars"
19730   output-file-type: ".html"
19731   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19732   data: "plot-vpp-throughput-latency-3n-hsw"
19733   filter: "'NIC_Intel-X710' and
19734            '64B' and
19735            ('BASE' or 'SCALE') and
19736            'NDRPDR' and
19737            'ETH' and
19738            '1T1C' and
19739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19740            not 'VHOST' and
19741            not 'MEMIF'"
19742   parameters:
19743   - "latency"
19744   - "parent"
19745   - "tags"
19746   sort:
19747   - "L2PATCH"
19748   - "L2XCBASE"
19749   - "BASE"
19750   - "FIB_10K"
19751   - "FIB_100K"
19752   - "FIB_1M"
19753   layout:
19754     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19755     layout: "plot-latency"
19756
19757 -
19758   type: "plot"
19759   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19760   algorithm: "plot_latency_error_bars"
19761   output-file-type: ".html"
19762   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19763   data: "plot-vpp-throughput-latency-3n-hsw"
19764   filter: "'NIC_Intel-X710' and
19765            '64B' and
19766            ('BASE' or 'SCALE') and
19767            'NDRPDR' and
19768            'ETH' and
19769            '2T2C' and
19770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19771            not 'VHOST' and
19772            not 'MEMIF'"
19773   parameters:
19774   - "latency"
19775   - "parent"
19776   - "tags"
19777   sort:
19778   - "L2PATCH"
19779   - "L2XCBASE"
19780   - "BASE"
19781   - "FIB_10K"
19782   - "FIB_100K"
19783   - "FIB_1M"
19784   layout:
19785     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19786     layout: "plot-latency"
19787
19788 # Packet Latency - VPP L2 3n-hsw-x710 features
19789 -
19790   type: "plot"
19791   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19792   algorithm: "plot_latency_error_bars"
19793   output-file-type: ".html"
19794   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19795   data: "plot-vpp-throughput-latency-3n-hsw"
19796   filter: "'NIC_Intel-X710' and
19797            '64B' and
19798            'NDRPDR' and
19799            '1T1C' and
19800            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19801            not 'ACL' and
19802            not 'VHOST' and
19803            not 'MEMIF'"
19804   parameters:
19805   - "latency"
19806   - "parent"
19807   - "tags"
19808   sort:
19809   - "L2XCBASE"    # l2xcbase
19810   - "L2BDBASE"    # l2bdbase
19811   - "L2XCFWD"     # dot1q-l2xcbase
19812   - "L2BDMACLRN"  # dot1q-l2bdbase
19813   layout:
19814     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
19815     layout: "plot-latency"
19816
19817 -
19818   type: "plot"
19819   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19820   algorithm: "plot_latency_error_bars"
19821   output-file-type: ".html"
19822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19823   data: "plot-vpp-throughput-latency-3n-hsw"
19824   filter: "'NIC_Intel-X710' and
19825            '64B' and
19826            'NDRPDR' and
19827            '2T2C' and
19828            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19829            not 'ACL' and
19830            not 'VHOST' and
19831            not 'MEMIF'"
19832   parameters:
19833   - "latency"
19834   - "parent"
19835   - "tags"
19836   sort:
19837   - "L2XCBASE"    # l2xcbase
19838   - "L2BDBASE"    # l2bdbase
19839   - "L2XCFWD"     # dot1q-l2xcbase
19840   - "L2BDMACLRN"  # dot1q-l2bdbase
19841   layout:
19842     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
19843     layout: "plot-latency"
19844
19845 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
19846 -
19847   type: "plot"
19848   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19849   algorithm: "plot_latency_error_bars"
19850   output-file-type: ".html"
19851   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19852   data: "plot-vpp-throughput-latency-3n-hsw"
19853   filter: "'NIC_Intel-XL710' and
19854            '64B' and
19855            ('BASE' or 'SCALE') and
19856            'NDRPDR' and
19857            'ETH' and
19858            '1T1C' and
19859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19860            not 'VHOST' and
19861            not 'MEMIF'"
19862   parameters:
19863   - "latency"
19864   - "parent"
19865   - "tags"
19866   sort:
19867   - "L2PATCH"
19868   - "L2XCBASE"
19869   - "BASE"
19870   - "FIB_10K"
19871   - "FIB_100K"
19872   - "FIB_1M"
19873   layout:
19874     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19875     layout: "plot-latency"
19876
19877 -
19878   type: "plot"
19879   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19880   algorithm: "plot_latency_error_bars"
19881   output-file-type: ".html"
19882   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19883   data: "plot-vpp-throughput-latency-3n-hsw"
19884   filter: "'NIC_Intel-XL710' and
19885            '64B' and
19886            ('BASE' or 'SCALE') and
19887            'NDRPDR' and
19888            'ETH' and
19889            '2T2C' and
19890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19891            not 'VHOST' and
19892            not 'MEMIF'"
19893   parameters:
19894   - "latency"
19895   - "parent"
19896   - "tags"
19897   sort:
19898   - "L2PATCH"
19899   - "L2XCBASE"
19900   - "BASE"
19901   - "FIB_10K"
19902   - "FIB_100K"
19903   - "FIB_1M"
19904   layout:
19905     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19906     layout: "plot-latency"
19907
19908 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19909 -
19910   type: "plot"
19911   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19912   algorithm: "plot_latency_error_bars"
19913   output-file-type: ".html"
19914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19915   data: "plot-vpp-throughput-latency-3n-skx"
19916   filter: "'NIC_Intel-X710' and
19917            '64B' and
19918            ('BASE' or 'SCALE') and
19919            'NDRPDR' and
19920            'ETH' and
19921            '2T1C' and
19922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19923            not 'VHOST' and
19924            not 'MEMIF' and
19925            not 'DRV_AVF'"
19926   parameters:
19927   - "latency"
19928   - "parent"
19929   - "tags"
19930   sort:
19931   - "L2PATCH"
19932   - "L2XCBASE"
19933   - "BASE"
19934   - "FIB_10K"
19935   - "FIB_100K"
19936   - "FIB_1M"
19937   layout:
19938     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19939     layout: "plot-latency"
19940
19941 -
19942   type: "plot"
19943   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19944   algorithm: "plot_latency_error_bars"
19945   output-file-type: ".html"
19946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19947   data: "plot-vpp-throughput-latency-3n-skx"
19948   filter: "'NIC_Intel-X710' and
19949            '64B' and
19950            ('BASE' or 'SCALE') and
19951            'NDRPDR' and
19952            'ETH' and
19953            '4T2C' and
19954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19955            not 'VHOST' and
19956            not 'MEMIF' and
19957            not 'DRV_AVF'"
19958   parameters:
19959   - "latency"
19960   - "parent"
19961   - "tags"
19962   sort:
19963   - "L2PATCH"
19964   - "L2XCBASE"
19965   - "BASE"
19966   - "FIB_10K"
19967   - "FIB_100K"
19968   - "FIB_1M"
19969   layout:
19970     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19971     layout: "plot-latency"
19972
19973 # Packet Latency - VPP L2 3n-skx-x710 features
19974 -
19975   type: "plot"
19976   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19977   algorithm: "plot_latency_error_bars"
19978   output-file-type: ".html"
19979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19980   data: "plot-vpp-throughput-latency-3n-skx"
19981   filter: "'NIC_Intel-X710' and
19982            '64B' and
19983            'NDRPDR' and
19984            '2T1C' and
19985            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19986            not 'ACL' and
19987            not 'VHOST' and
19988            not 'MEMIF'"
19989   parameters:
19990   - "latency"
19991   - "parent"
19992   - "tags"
19993   sort:
19994   - "L2XCBASE"    # l2xcbase
19995   - "L2BDBASE"    # l2bdbase
19996   - "L2XCFWD"     # dot1q-l2xcbase
19997   - "L2BDMACLRN"  # dot1q-l2bdbase
19998   layout:
19999     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
20000     layout: "plot-latency"
20001
20002 -
20003   type: "plot"
20004   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
20005   algorithm: "plot_latency_error_bars"
20006   output-file-type: ".html"
20007   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
20008   data: "plot-vpp-throughput-latency-3n-skx"
20009   filter: "'NIC_Intel-X710' and
20010            '64B' and
20011            'NDRPDR' and
20012            '4T2C' and
20013            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
20014            not 'ACL' and
20015            not 'VHOST' and
20016            not 'MEMIF'"
20017   parameters:
20018   - "latency"
20019   - "parent"
20020   - "tags"
20021   sort:
20022   - "L2XCBASE"    # l2xcbase
20023   - "L2BDBASE"    # l2bdbase
20024   - "L2XCFWD"     # dot1q-l2xcbase
20025   - "L2BDMACLRN"  # dot1q-l2bdbase
20026   layout:
20027     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
20028     layout: "plot-latency"
20029
20030 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
20031 -
20032   type: "plot"
20033   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20034   algorithm: "plot_latency_error_bars"
20035   output-file-type: ".html"
20036   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20037   data: "plot-vpp-throughput-latency-3n-skx"
20038   filter: "'NIC_Intel-XXV710' and
20039            '64B' and
20040            ('BASE' or 'SCALE') and
20041            'NDRPDR' and
20042            'ETH' and
20043            '2T1C' and
20044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20045            not 'VHOST' and
20046            not 'MEMIF' and
20047            not 'DRV_AVF'"
20048   parameters:
20049   - "latency"
20050   - "parent"
20051   - "tags"
20052   sort:
20053   - "L2PATCH"
20054   - "L2XCBASE"
20055   - "BASE"
20056   - "FIB_10K"
20057   - "FIB_100K"
20058   - "FIB_1M"
20059   layout:
20060     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20061     layout: "plot-latency"
20062
20063 -
20064   type: "plot"
20065   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20066   algorithm: "plot_latency_error_bars"
20067   output-file-type: ".html"
20068   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20069   data: "plot-vpp-throughput-latency-3n-skx"
20070   filter: "'NIC_Intel-XXV710' and
20071            '64B' and
20072            ('BASE' or 'SCALE') and
20073            'NDRPDR' and
20074            'ETH' and
20075            '4T2C' and
20076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20077            not 'VHOST' and
20078            not 'MEMIF' and
20079            not 'DRV_AVF'"
20080   parameters:
20081   - "latency"
20082   - "parent"
20083   - "tags"
20084   sort:
20085   - "L2PATCH"
20086   - "L2XCBASE"
20087   - "BASE"
20088   - "FIB_10K"
20089   - "FIB_100K"
20090   - "FIB_1M"
20091   layout:
20092     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20093     layout: "plot-latency"
20094
20095 # Packet Latency - VPP L2 2n-skx-x710 base and scale
20096 -
20097   type: "plot"
20098   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20099   algorithm: "plot_latency_error_bars"
20100   output-file-type: ".html"
20101   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20102   data: "plot-vpp-throughput-latency-2n-skx"
20103   filter: "'NIC_Intel-X710' and
20104            '64B' and
20105            'ETH' and
20106            ('BASE' or 'SCALE') and
20107            'NDRPDR' and
20108            '2T1C' and
20109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20110            not 'VHOST' and
20111            not 'MEMIF'"
20112   parameters:
20113   - "latency"
20114   - "parent"
20115   - "tags"
20116   sort:
20117   - "L2PATCH"
20118   - "L2XCBASE"
20119   - "BASE"
20120   - "FIB_10K"
20121   - "FIB_100K"
20122   - "FIB_1M"
20123   layout:
20124     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20125     layout: "plot-latency"
20126
20127 -
20128   type: "plot"
20129   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20130   algorithm: "plot_latency_error_bars"
20131   output-file-type: ".html"
20132   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20133   data: "plot-vpp-throughput-latency-2n-skx"
20134   filter: "'NIC_Intel-X710' and
20135            '64B' and
20136            ('BASE' or 'SCALE') and
20137            'NDRPDR' and
20138            'ETH' and
20139            '4T2C' and
20140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20141            not 'VHOST' and
20142            not 'MEMIF'"
20143   parameters:
20144   - "latency"
20145   - "parent"
20146   - "tags"
20147   sort:
20148   - "L2PATCH"
20149   - "L2XCBASE"
20150   - "BASE"
20151   - "FIB_10K"
20152   - "FIB_100K"
20153   - "FIB_1M"
20154   layout:
20155     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20156     layout: "plot-latency"
20157
20158 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
20159 -
20160   type: "plot"
20161   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20162   algorithm: "plot_latency_error_bars"
20163   output-file-type: ".html"
20164   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20165   data: "plot-vpp-throughput-latency-2n-skx"
20166   filter: "'NIC_Intel-XXV710' and
20167            '64B' and
20168            ('BASE' or 'SCALE') and
20169            'NDRPDR' and
20170            'ETH' and
20171            '2T1C' and
20172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20173            not 'VHOST' and
20174            not 'MEMIF'"
20175   parameters:
20176   - "latency"
20177   - "parent"
20178   - "tags"
20179   sort:
20180   - "L2PATCH"
20181   - "L2XCBASE"
20182   - "BASE"
20183   - "FIB_10K"
20184   - "FIB_100K"
20185   - "FIB_1M"
20186   layout:
20187     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20188     layout: "plot-latency"
20189
20190 -
20191   type: "plot"
20192   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20193   algorithm: "plot_latency_error_bars"
20194   output-file-type: ".html"
20195   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20196   data: "plot-vpp-throughput-latency-2n-skx"
20197   filter: "'NIC_Intel-XXV710' and
20198            '64B' and
20199            ('BASE' or 'SCALE') and
20200            'NDRPDR' and
20201            'ETH' and
20202            '4T2C' and
20203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20204            not 'VHOST' and
20205            not 'MEMIF'"
20206   parameters:
20207   - "latency"
20208   - "parent"
20209   - "tags"
20210   sort:
20211   - "L2PATCH"
20212   - "L2XCBASE"
20213   - "BASE"
20214   - "FIB_10K"
20215   - "FIB_100K"
20216   - "FIB_1M"
20217   layout:
20218     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20219     layout: "plot-latency"
20220
20221 ################################################################################
20222
20223 # Packet Latency - VPP Container Memif 3n-hsw-x520
20224 -
20225   type: "plot"
20226   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20227   algorithm: "plot_latency_error_bars"
20228   output-file-type: ".html"
20229   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20230   data: "plot-vpp-throughput-latency-3n-hsw"
20231   filter: "'NIC_Intel-X520-DA2' and
20232            '64B' and
20233            ('BASE' or 'SCALE') and
20234            'NDRPDR' and
20235            '1T1C' and
20236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20237            not 'VHOST' and
20238            'MEMIF'"
20239   parameters:
20240   - "latency"
20241   - "parent"
20242   - "tags"
20243   sort:
20244   - "L2XCFWD"
20245   - "L2XCFWD"
20246   - "L2XCFWD"
20247   - "L2BDMACLRN"
20248   - "L2BDMACLRN"
20249   - "L2BDMACLRN"
20250   layout:
20251     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20252     layout: "plot-latency"
20253
20254 -
20255   type: "plot"
20256   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20257   algorithm: "plot_latency_error_bars"
20258   output-file-type: ".html"
20259   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20260   data: "plot-vpp-throughput-latency-3n-hsw"
20261   filter: "'NIC_Intel-X520-DA2' and
20262            '64B' and
20263            ('BASE' or 'SCALE') and
20264            'NDRPDR' and
20265            '2T2C' and
20266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20267            not 'VHOST' and
20268            'MEMIF'"
20269   parameters:
20270   - "latency"
20271   - "parent"
20272   - "tags"
20273   sort:
20274   - "L2XCFWD"
20275   - "L2XCFWD"
20276   - "L2XCFWD"
20277   - "L2BDMACLRN"
20278   - "L2BDMACLRN"
20279   - "L2BDMACLRN"
20280   layout:
20281     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20282     layout: "plot-latency"
20283
20284 # Packet Latency - VPP Container Memif 3n-hsw-x710
20285 -
20286   type: "plot"
20287   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20288   algorithm: "plot_latency_error_bars"
20289   output-file-type: ".html"
20290   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20291   data: "plot-vpp-throughput-latency-3n-hsw"
20292   filter: "'NIC_Intel-X710' and
20293            '64B' and
20294            ('BASE' or 'SCALE') and
20295            'NDRPDR' and
20296            '1T1C' and
20297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20298            not 'VHOST' and
20299            'MEMIF'"
20300   parameters:
20301   - "latency"
20302   - "parent"
20303   - "tags"
20304   sort:
20305   - "L2XCFWD"
20306   - "L2XCFWD"
20307   - "L2XCFWD"
20308   - "L2BDMACLRN"
20309   - "L2BDMACLRN"
20310   - "L2BDMACLRN"
20311   layout:
20312     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20313     layout: "plot-latency"
20314
20315 -
20316   type: "plot"
20317   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20318   algorithm: "plot_latency_error_bars"
20319   output-file-type: ".html"
20320   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20321   data: "plot-vpp-throughput-latency-3n-hsw"
20322   filter: "'NIC_Intel-X710' and
20323            '64B' and
20324            ('BASE' or 'SCALE') and
20325            'NDRPDR' and
20326            '2T2C' and
20327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20328            not 'VHOST' and
20329            'MEMIF'"
20330   parameters:
20331   - "latency"
20332   - "parent"
20333   - "tags"
20334   sort:
20335   - "L2XCFWD"
20336   - "L2XCFWD"
20337   - "L2XCFWD"
20338   - "L2BDMACLRN"
20339   - "L2BDMACLRN"
20340   - "L2BDMACLRN"
20341   layout:
20342     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20343     layout: "plot-latency"
20344
20345 # Packet Latency - VPP Container Memif 3n-hsw-xl710
20346 -
20347   type: "plot"
20348   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20349   algorithm: "plot_latency_error_bars"
20350   output-file-type: ".html"
20351   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20352   data: "plot-vpp-throughput-latency-3n-hsw"
20353   filter: "'NIC_Intel-XL710' and
20354            '64B' and
20355            ('BASE' or 'SCALE') and
20356            'NDRPDR' and
20357            '1T1C' and
20358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20359            not 'VHOST' and
20360            'MEMIF'"
20361   parameters:
20362   - "latency"
20363   - "parent"
20364   - "tags"
20365   sort:
20366   - "L2XCFWD"
20367   - "L2XCFWD"
20368   - "L2XCFWD"
20369   - "L2BDMACLRN"
20370   - "L2BDMACLRN"
20371   - "L2BDMACLRN"
20372   layout:
20373     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20374     layout: "plot-latency"
20375
20376 -
20377   type: "plot"
20378   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20379   algorithm: "plot_latency_error_bars"
20380   output-file-type: ".html"
20381   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20382   data: "plot-vpp-throughput-latency-3n-hsw"
20383   filter: "'NIC_Intel-XL710' and
20384            '64B' and
20385            ('BASE' or 'SCALE') and
20386            'NDRPDR' and
20387            '2T2C' and
20388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20389            not 'VHOST' and
20390            'MEMIF'"
20391   parameters:
20392   - "latency"
20393   - "parent"
20394   - "tags"
20395   sort:
20396   - "L2XCFWD"
20397   - "L2XCFWD"
20398   - "L2XCFWD"
20399   - "L2BDMACLRN"
20400   - "L2BDMACLRN"
20401   - "L2BDMACLRN"
20402   layout:
20403     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20404     layout: "plot-latency"
20405
20406 # Packet Latency - VPP Container Memif 3n-skx-x710
20407 -
20408   type: "plot"
20409   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20410   algorithm: "plot_latency_error_bars"
20411   output-file-type: ".html"
20412   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20413   data: "plot-vpp-throughput-latency-3n-skx"
20414   filter: "'NIC_Intel-X710' and
20415            '64B' and
20416            ('BASE' or 'SCALE') and
20417            'NDRPDR' and
20418            '2T1C' and
20419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20420            not 'VHOST' and
20421            'MEMIF'"
20422   parameters:
20423   - "latency"
20424   - "parent"
20425   - "tags"
20426   sort:
20427   - "L2XCFWD"
20428   - "L2XCFWD"
20429   - "L2XCFWD"
20430   - "L2BDMACLRN"
20431   - "L2BDMACLRN"
20432   - "L2BDMACLRN"
20433   layout:
20434     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20435     layout: "plot-latency"
20436
20437 -
20438   type: "plot"
20439   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20440   algorithm: "plot_latency_error_bars"
20441   output-file-type: ".html"
20442   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20443   data: "plot-vpp-throughput-latency-3n-skx"
20444   filter: "'NIC_Intel-X710' and
20445            '64B' and
20446            ('BASE' or 'SCALE') and
20447            'NDRPDR' and
20448            '4T2C' and
20449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20450            not 'VHOST' and
20451            'MEMIF'"
20452   parameters:
20453   - "latency"
20454   - "parent"
20455   - "tags"
20456   sort:
20457   - "L2XCFWD"
20458   - "L2XCFWD"
20459   - "L2XCFWD"
20460   - "L2BDMACLRN"
20461   - "L2BDMACLRN"
20462   - "L2BDMACLRN"
20463   layout:
20464     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20465     layout: "plot-latency"
20466
20467 # Packet Latency - VPP Container Memif 2n-skx-x710
20468 -
20469   type: "plot"
20470   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20471   algorithm: "plot_latency_error_bars"
20472   output-file-type: ".html"
20473   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20474   data: "plot-vpp-throughput-latency-2n-skx"
20475   filter: "'NIC_Intel-X710' and
20476            '64B' and
20477            ('BASE' or 'SCALE') and
20478            'NDRPDR' and
20479            '2T1C' and
20480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20481            not 'VHOST' and
20482            'MEMIF'"
20483   parameters:
20484   - "latency"
20485   - "parent"
20486   - "tags"
20487   sort:
20488   - "L2XCFWD"
20489   - "L2XCFWD"
20490   - "L2XCFWD"
20491   - "L2BDMACLRN"
20492   - "L2BDMACLRN"
20493   - "L2BDMACLRN"
20494   layout:
20495     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20496     layout: "plot-latency"
20497
20498 -
20499   type: "plot"
20500   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20501   algorithm: "plot_latency_error_bars"
20502   output-file-type: ".html"
20503   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20504   data: "plot-vpp-throughput-latency-2n-skx"
20505   filter: "'NIC_Intel-X710' and
20506            '64B' and
20507            ('BASE' or 'SCALE') and
20508            'NDRPDR' and
20509            '4T2C' and
20510            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20511            not 'VHOST' and
20512            'MEMIF'"
20513   parameters:
20514   - "latency"
20515   - "parent"
20516   - "tags"
20517   sort:
20518   - "L2XCFWD"
20519   - "L2XCFWD"
20520   - "L2XCFWD"
20521   - "L2BDMACLRN"
20522   - "L2BDMACLRN"
20523   - "L2BDMACLRN"
20524   layout:
20525     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20526     layout: "plot-latency"
20527
20528 # Packet Latency - VPP Container Memif 2n-skx-xxv710
20529 -
20530   type: "plot"
20531   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20532   algorithm: "plot_latency_error_bars"
20533   output-file-type: ".html"
20534   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20535   data: "plot-vpp-throughput-latency-2n-skx"
20536   filter: "'NIC_Intel-XXV710' and
20537            '64B' and
20538            ('BASE' or 'SCALE') and
20539            'NDRPDR' and
20540            '2T1C' and
20541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20542            not 'VHOST' and
20543            'MEMIF'"
20544   parameters:
20545   - "latency"
20546   - "parent"
20547   - "tags"
20548   sort:
20549   - "L2XCFWD"
20550   - "L2XCFWD"
20551   - "L2XCFWD"
20552   - "L2BDMACLRN"
20553   - "L2BDMACLRN"
20554   - "L2BDMACLRN"
20555   layout:
20556     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20557     layout: "plot-latency"
20558
20559 -
20560   type: "plot"
20561   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20562   algorithm: "plot_latency_error_bars"
20563   output-file-type: ".html"
20564   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20565   data: "plot-vpp-throughput-latency-2n-skx"
20566   filter: "'NIC_Intel-XXV710' and
20567            '64B' and
20568            ('BASE' or 'SCALE') and
20569            'NDRPDR' and
20570            '4T2C' and
20571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20572            not 'VHOST' and
20573            'MEMIF'"
20574   parameters:
20575   - "latency"
20576   - "parent"
20577   - "tags"
20578   sort:
20579   - "L2XCFWD"
20580   - "L2XCFWD"
20581   - "L2XCFWD"
20582   - "L2BDMACLRN"
20583   - "L2BDMACLRN"
20584   - "L2BDMACLRN"
20585   layout:
20586     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20587     layout: "plot-latency"
20588
20589 ################################################################################
20590
20591 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
20592 -
20593   type: "plot"
20594   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20595   algorithm: "plot_latency_error_bars"
20596   output-file-type: ".html"
20597   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20598   data: "plot-ligato-throughput-latency-3n-hsw"
20599   filter: "'NIC_Intel-X520-DA2' and
20600            '64B' and
20601            ('BASE' or 'SCALE') and
20602            'NDRPDR' and
20603            '1T1C' and
20604            'L2XCFWD' and
20605            not 'VHOST' and
20606            'MEMIF'"
20607   parameters:
20608   - "latency"
20609   - "parent"
20610   - "tags"
20611   sort:
20612   - "1VNF"
20613   - "2VNF"
20614   - "4VNF"
20615   - "2VNF"
20616   - "4VNF"
20617   layout:
20618     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
20619     layout: "plot-latency"
20620
20621 -
20622   type: "plot"
20623   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20624   algorithm: "plot_latency_error_bars"
20625   output-file-type: ".html"
20626   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20627   data: "plot-ligato-throughput-latency-3n-hsw"
20628   filter: "'NIC_Intel-X520-DA2' and
20629            '64B' and
20630            ('BASE' or 'SCALE') and
20631            'NDRPDR' and
20632            '2T2C' and
20633            'L2XCFWD' and
20634            not 'VHOST' and
20635            'MEMIF'"
20636   parameters:
20637   - "latency"
20638   - "parent"
20639   - "tags"
20640   sort:
20641   - "1VNF"
20642   - "2VNF"
20643   - "4VNF"
20644   - "2VNF"
20645   - "4VNF"
20646   layout:
20647     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
20648     layout: "plot-latency"
20649
20650 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
20651 -
20652   type: "plot"
20653   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20654   algorithm: "plot_latency_error_bars"
20655   output-file-type: ".html"
20656   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20657   data: "plot-ligato-throughput-latency-3n-hsw"
20658   filter: "'NIC_Intel-X520-DA2' and
20659            '64B' and
20660            ('BASE' or 'SCALE') and
20661            'NDRPDR' and
20662            '1T1C' and
20663            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20664            not 'VHOST' and
20665            'MEMIF'"
20666   parameters:
20667   - "latency"
20668   - "parent"
20669   - "tags"
20670   sort:
20671   - "1VNF"
20672   - "2VNF"
20673   - "4VNF"
20674   - "2VNF"
20675   - "4VNF"
20676   layout:
20677     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
20678     layout: "plot-latency"
20679
20680 -
20681   type: "plot"
20682   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20683   algorithm: "plot_latency_error_bars"
20684   output-file-type: ".html"
20685   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20686   data: "plot-ligato-throughput-latency-3n-hsw"
20687   filter: "'NIC_Intel-X520-DA2' and
20688            '64B' and
20689            ('BASE' or 'SCALE') and
20690            'NDRPDR' and
20691            '2T2C' and
20692            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20693            not 'VHOST' and
20694            'MEMIF'"
20695   parameters:
20696   - "latency"
20697   - "parent"
20698   - "tags"
20699   sort:
20700   - "1VNF"
20701   - "2VNF"
20702   - "4VNF"
20703   - "2VNF"
20704   - "4VNF"
20705   layout:
20706     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
20707     layout: "plot-latency"
20708
20709 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
20710 -
20711   type: "plot"
20712   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20713   algorithm: "plot_latency_error_bars"
20714   output-file-type: ".html"
20715   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20716   data: "plot-ligato-throughput-latency-3n-hsw"
20717   filter: "'NIC_Intel-X710' and
20718            '64B' and
20719            ('BASE' or 'SCALE') and
20720            'NDRPDR' and
20721            '1T1C' and
20722            'L2XCFWD' and
20723            not 'VHOST' and
20724            'MEMIF'"
20725   parameters:
20726   - "latency"
20727   - "parent"
20728   - "tags"
20729   sort:
20730   - "1VNF"
20731   - "2VNF"
20732   - "4VNF"
20733   - "2VNF"
20734   - "4VNF"
20735   layout:
20736     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
20737     layout: "plot-latency"
20738
20739 -
20740   type: "plot"
20741   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20742   algorithm: "plot_latency_error_bars"
20743   output-file-type: ".html"
20744   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20745   data: "plot-ligato-throughput-latency-3n-hsw"
20746   filter: "'NIC_Intel-X710' and
20747            '64B' and
20748            ('BASE' or 'SCALE') and
20749            'NDRPDR' and
20750            '2T2C' and
20751            'L2XCFWD' and
20752            not 'VHOST' and
20753            'MEMIF'"
20754   parameters:
20755   - "latency"
20756   - "parent"
20757   - "tags"
20758   sort:
20759   - "1VNF"
20760   - "2VNF"
20761   - "4VNF"
20762   - "2VNF"
20763   - "4VNF"
20764   layout:
20765     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
20766     layout: "plot-latency"
20767
20768 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
20769 -
20770   type: "plot"
20771   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20772   algorithm: "plot_latency_error_bars"
20773   output-file-type: ".html"
20774   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20775   data: "plot-ligato-throughput-latency-3n-hsw"
20776   filter: "'NIC_Intel-X710' and
20777            '64B' and
20778            ('BASE' or 'SCALE') and
20779            'NDRPDR' and
20780            '1T1C' and
20781            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20782            not 'VHOST' and
20783            'MEMIF'"
20784   parameters:
20785   - "latency"
20786   - "parent"
20787   - "tags"
20788   sort:
20789   - "1VNF"
20790   - "2VNF"
20791   - "4VNF"
20792   - "2VNF"
20793   - "4VNF"
20794   layout:
20795     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
20796     layout: "plot-latency"
20797
20798 -
20799   type: "plot"
20800   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20801   algorithm: "plot_latency_error_bars"
20802   output-file-type: ".html"
20803   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20804   data: "plot-ligato-throughput-latency-3n-hsw"
20805   filter: "'NIC_Intel-X710' and
20806            '64B' and
20807            ('BASE' or 'SCALE') and
20808            'NDRPDR' and
20809            '2T2C' and
20810            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20811            not 'VHOST' and
20812            'MEMIF'"
20813   parameters:
20814   - "latency"
20815   - "parent"
20816   - "tags"
20817   sort:
20818   - "1VNF"
20819   - "2VNF"
20820   - "4VNF"
20821   - "2VNF"
20822   - "4VNF"
20823   layout:
20824     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
20825     layout: "plot-latency"
20826
20827 ################################################################################
20828
20829 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
20830 -
20831   type: "plot"
20832   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-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-base_and_scale-ndr-lat"
20836   data: "plot-vpp-throughput-latency-3n-hsw"
20837   filter: "'NIC_Intel-X520-DA2' and
20838            '64B' and
20839            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20840            'NDRPDR' and
20841            '1T1C' and
20842            'IP4FWD' and
20843            not 'IPSEC' and
20844            not 'VHOST'"
20845   parameters:
20846   - "latency"
20847   - "parent"
20848   - "tags"
20849   sort:
20850   - "DOT1Q"
20851   - "IP4BASE"
20852   - "FIB_20k"
20853   - "FIB_200k"
20854   - "FIB_2M"
20855   layout:
20856     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20857     layout: "plot-latency"
20858
20859 -
20860   type: "plot"
20861   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-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-base_and_scale-ndr-lat"
20865   data: "plot-vpp-throughput-latency-3n-hsw"
20866   filter: "'NIC_Intel-X520-DA2' and
20867            '64B' and
20868            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20869            'NDRPDR' and
20870            '2T2C' and
20871            'IP4FWD' and
20872            not 'IPSEC' and
20873            not 'VHOST'"
20874   parameters:
20875   - "latency"
20876   - "parent"
20877   - "tags"
20878   sort:
20879   - "DOT1Q"
20880   - "IP4BASE"
20881   - "FIB_20k"
20882   - "FIB_200k"
20883   - "FIB_2M"
20884   layout:
20885     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20886     layout: "plot-latency"
20887
20888 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20889 -
20890   type: "plot"
20891   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-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-ndr-lat"
20895   data: "plot-vpp-throughput-latency-3n-hsw"
20896   filter: "'NIC_Intel-X520-DA2' and
20897            '64B' and
20898            ('IP4BASE' or
20899             'POLICE_MARK' or
20900             'COPWHLIST' or
20901             ('NAT44' and 'BASE') or
20902             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20903            'NDRPDR' and
20904            '1T1C' and
20905            'IP4FWD' and
20906            not 'IPSEC' and
20907            not 'VHOST'"
20908   parameters:
20909   - "latency"
20910   - "parent"
20911   - "tags"
20912   sort:
20913   - "DOT1Q"
20914   - "IP4BASE"
20915   - "NAT44"
20916   - "POLICE_MARK"
20917   - "COPWHLIST"
20918   - "IACL"
20919   - "OACL"
20920   layout:
20921     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20922     layout: "plot-latency"
20923
20924 -
20925   type: "plot"
20926   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20927   algorithm: "plot_latency_error_bars"
20928   output-file-type: ".html"
20929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20930   data: "plot-vpp-throughput-latency-3n-hsw"
20931   filter: "'NIC_Intel-X520-DA2' and
20932            '64B' and
20933            ('IP4BASE' or
20934             'POLICE_MARK' or
20935             'COPWHLIST' or
20936             ('NAT44' and 'BASE') or
20937             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20938            'NDRPDR' and
20939            '2T2C' and
20940            'IP4FWD' and
20941            not 'IPSEC' and
20942            not 'VHOST'"
20943   parameters:
20944   - "latency"
20945   - "parent"
20946   - "tags"
20947   sort:
20948   - "DOT1Q"
20949   - "IP4BASE"
20950   - "NAT44"
20951   - "POLICE_MARK"
20952   - "COPWHLIST"
20953   - "IACL"
20954   - "OACL"
20955   layout:
20956     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20957     layout: "plot-latency"
20958
20959 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20960 -
20961   type: "plot"
20962   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20963   algorithm: "plot_latency_error_bars"
20964   output-file-type: ".html"
20965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20966   data: "plot-vpp-throughput-latency-3n-hsw"
20967   filter: "'NIC_Intel-X520-DA2' and
20968            '64B' and
20969            'NDRPDR' and
20970            '1T1C' and
20971            'IP4FWD' and
20972            'NAT44' and
20973            not 'IPSEC' and
20974            not 'VHOST'"
20975   parameters:
20976   - "latency"
20977   - "parent"
20978   - "tags"
20979   sort:
20980   - "BASE"
20981   - "BASE"
20982   - "SRC_USER_10"
20983   - "SRC_USER_100"
20984   - "SRC_USER_1000"
20985   - "SRC_USER_2000"
20986   layout:
20987     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20988     layout: "plot-latency"
20989
20990 -
20991   type: "plot"
20992   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20993   algorithm: "plot_latency_error_bars"
20994   output-file-type: ".html"
20995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20996   data: "plot-vpp-throughput-latency-3n-hsw"
20997   filter: "'NIC_Intel-X520-DA2' and
20998            '64B' and
20999            'NDRPDR' and
21000            '2T2C' and
21001            'IP4FWD' and
21002            'NAT44' and
21003            not 'IPSEC' and
21004            not 'VHOST'"
21005   parameters:
21006   - "latency"
21007   - "parent"
21008   - "tags"
21009   sort:
21010   - "BASE"
21011   - "BASE"
21012   - "SRC_USER_10"
21013   - "SRC_USER_100"
21014   - "SRC_USER_1000"
21015   - "SRC_USER_2000"
21016   layout:
21017     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
21018     layout: "plot-latency"
21019
21020 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
21021 -
21022   type: "plot"
21023   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
21024   algorithm: "plot_latency_error_bars"
21025   output-file-type: ".html"
21026   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
21027   data: "plot-vpp-throughput-latency-3n-hsw"
21028   filter: "'NIC_Intel-X520-DA2' and
21029            '64B' and
21030            'NDRPDR' and
21031            '1T1C' and
21032            'IP4FWD' and
21033            'IACL' and
21034            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21035            not 'IPSEC' and
21036            not 'VHOST'"
21037   parameters:
21038   - "latency"
21039   - "parent"
21040   - "tags"
21041   sort:
21042   - "ACL_STATELESS"
21043   - "ACL_STATEFUL"
21044   - "ACL_STATELESS"
21045   - "ACL_STATEFUL"
21046   layout:
21047     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
21048     layout: "plot-latency"
21049
21050 -
21051   type: "plot"
21052   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
21053   algorithm: "plot_latency_error_bars"
21054   output-file-type: ".html"
21055   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
21056   data: "plot-vpp-throughput-latency-3n-hsw"
21057   filter: "'NIC_Intel-X520-DA2' and
21058            '64B' and
21059            'NDRPDR' and
21060            '2T2C' and
21061            'IP4FWD' and
21062            'IACL' and
21063            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21064            not 'IPSEC' and
21065            not 'VHOST'"
21066   parameters:
21067   - "latency"
21068   - "parent"
21069   - "tags"
21070   sort:
21071   - "ACL_STATELESS"
21072   - "ACL_STATEFUL"
21073   - "ACL_STATELESS"
21074   - "ACL_STATEFUL"
21075   layout:
21076     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
21077     layout: "plot-latency"
21078
21079 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
21080 -
21081   type: "plot"
21082   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
21083   algorithm: "plot_latency_error_bars"
21084   output-file-type: ".html"
21085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
21086   data: "plot-vpp-throughput-latency-3n-hsw"
21087   filter: "'NIC_Intel-X520-DA2' and
21088            '64B' and
21089            'NDRPDR' and
21090            '1T1C' and
21091            'IP4FWD' and
21092            'OACL' and
21093            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21094            not 'IPSEC' and
21095            not 'VHOST'"
21096   parameters:
21097   - "latency"
21098   - "parent"
21099   - "tags"
21100   sort:
21101   - "ACL_STATELESS"
21102   - "ACL_STATEFUL"
21103   - "ACL_STATELESS"
21104   - "ACL_STATEFUL"
21105   layout:
21106     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
21107     layout: "plot-latency"
21108
21109 -
21110   type: "plot"
21111   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
21112   algorithm: "plot_latency_error_bars"
21113   output-file-type: ".html"
21114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
21115   data: "plot-vpp-throughput-latency-3n-hsw"
21116   filter: "'NIC_Intel-X520-DA2' and
21117            '64B' and
21118            'NDRPDR' and
21119            '2T2C' and
21120            'IP4FWD' and
21121            'OACL' and
21122            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21123            not 'IPSEC' and
21124            not 'VHOST'"
21125   parameters:
21126   - "latency"
21127   - "parent"
21128   - "tags"
21129   sort:
21130   - "ACL_STATELESS"
21131   - "ACL_STATEFUL"
21132   - "ACL_STATELESS"
21133   - "ACL_STATEFUL"
21134   layout:
21135     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
21136     layout: "plot-latency"
21137
21138 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
21139 -
21140   type: "plot"
21141   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21142   algorithm: "plot_latency_error_bars"
21143   output-file-type: ".html"
21144   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21145   data: "plot-vpp-throughput-latency-3n-hsw"
21146   filter: "'NIC_Intel-X710' and
21147            '64B' and
21148            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21149            'NDRPDR' and
21150            '1T1C' and
21151            'IP4FWD' and
21152            not 'IPSEC' and
21153            not 'VHOST'"
21154   parameters:
21155   - "latency"
21156   - "parent"
21157   - "tags"
21158   sort:
21159   - "DOT1Q"
21160   - "IP4BASE"
21161   - "FIB_20K"
21162   - "FIB_200K"
21163   - "FIB_2M"
21164   layout:
21165     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21166     layout: "plot-latency"
21167
21168 -
21169   type: "plot"
21170   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21171   algorithm: "plot_latency_error_bars"
21172   output-file-type: ".html"
21173   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21174   data: "plot-vpp-throughput-latency-3n-hsw"
21175   filter: "'NIC_Intel-X710' and
21176            '64B' and
21177            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21178            'NDRPDR' and
21179            '2T2C' and
21180            'IP4FWD' and
21181            not 'IPSEC' and
21182            not 'VHOST'"
21183   parameters:
21184   - "latency"
21185   - "parent"
21186   - "tags"
21187   sort:
21188   - "DOT1Q"
21189   - "IP4BASE"
21190   - "FIB_20K"
21191   - "FIB_200K"
21192   - "FIB_2M"
21193   layout:
21194     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21195     layout: "plot-latency"
21196
21197 # Packet Latency - VPP IPv4 3n-hsw-x710 features
21198 -
21199   type: "plot"
21200   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21201   algorithm: "plot_latency_error_bars"
21202   output-file-type: ".html"
21203   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21204   data: "plot-vpp-throughput-latency-3n-hsw"
21205   filter: "'NIC_Intel-X710' and
21206            '64B' and
21207            ('IP4BASE' or
21208             'POLICE_MARK' or
21209             'COPWHLIST' or
21210             ('NAT44' and 'BASE') or
21211             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21212            'NDRPDR' and
21213            '1T1C' and
21214            'IP4FWD' and
21215            not 'IPSEC' and
21216            not 'VHOST'"
21217   parameters:
21218   - "latency"
21219   - "parent"
21220   - "tags"
21221   sort:
21222   - "IP4BASE"
21223   - "NAT44"
21224   - "POLICE_MARK"
21225   - "COPWHLIST"
21226   - "IACL"
21227   - "OACL"
21228   layout:
21229     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
21230     layout: "plot-latency"
21231
21232 -
21233   type: "plot"
21234   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21235   algorithm: "plot_latency_error_bars"
21236   output-file-type: ".html"
21237   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21238   data: "plot-vpp-throughput-latency-3n-hsw"
21239   filter: "'NIC_Intel-X710' and
21240            '64B' and
21241            ('IP4BASE' or
21242             'POLICE_MARK' or
21243             'COPWHLIST' or
21244             ('NAT44' and 'BASE') or
21245             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21246            'NDRPDR' and
21247            '2T2C' and
21248            'IP4FWD' and
21249            not 'IPSEC' and
21250            not 'VHOST'"
21251   parameters:
21252   - "latency"
21253   - "parent"
21254   - "tags"
21255   sort:
21256   - "IP4BASE"
21257   - "NAT44"
21258   - "POLICE_MARK"
21259   - "COPWHLIST"
21260   - "IACL"
21261   - "OACL"
21262   layout:
21263     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
21264     layout: "plot-latency"
21265
21266 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
21267 -
21268   type: "plot"
21269   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21270   algorithm: "plot_latency_error_bars"
21271   output-file-type: ".html"
21272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21273   data: "plot-vpp-throughput-latency-3n-hsw"
21274   filter: "'NIC_Intel-X710' and
21275            '64B' and
21276            'NDRPDR' and
21277            '1T1C' and
21278            'IP4FWD' and
21279            'NAT44' and
21280            not 'IPSEC' and
21281            not 'VHOST'"
21282   parameters:
21283   - "latency"
21284   - "parent"
21285   - "tags"
21286   sort:
21287   - "BASE"
21288   - "BASE"
21289   - "SRC_USER_10"
21290   - "SRC_USER_100"
21291   - "SRC_USER_1000"
21292   - "SRC_USER_2000"
21293   layout:
21294     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
21295     layout: "plot-latency"
21296
21297 -
21298   type: "plot"
21299   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21300   algorithm: "plot_latency_error_bars"
21301   output-file-type: ".html"
21302   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21303   data: "plot-vpp-throughput-latency-3n-hsw"
21304   filter: "'NIC_Intel-X710' and
21305            '64B' and
21306            'NDRPDR' and
21307            '2T2C' and
21308            'IP4FWD' and
21309            'NAT44' and
21310            not 'IPSEC' and
21311            not 'VHOST'"
21312   parameters:
21313   - "latency"
21314   - "parent"
21315   - "tags"
21316   sort:
21317   - "BASE"
21318   - "BASE"
21319   - "SRC_USER_10"
21320   - "SRC_USER_100"
21321   - "SRC_USER_1000"
21322   - "SRC_USER_2000"
21323   layout:
21324     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
21325     layout: "plot-latency"
21326
21327 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
21328 -
21329   type: "plot"
21330   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21331   algorithm: "plot_latency_error_bars"
21332   output-file-type: ".html"
21333   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21334   data: "plot-vpp-throughput-latency-3n-hsw"
21335   filter: "'NIC_Intel-X710' and
21336            '64B' and
21337            'NDRPDR' and
21338            '1T1C' and
21339            'IP4FWD' and
21340            'IACL' and
21341            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21342            not 'IPSEC' and
21343            not 'VHOST'"
21344   parameters:
21345   - "latency"
21346   - "parent"
21347   - "tags"
21348   sort:
21349   - "ACL_STATELESS"
21350   - "ACL_STATEFUL"
21351   - "ACL_STATELESS"
21352   - "ACL_STATEFUL"
21353   layout:
21354     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
21355     layout: "plot-latency"
21356
21357 -
21358   type: "plot"
21359   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21360   algorithm: "plot_latency_error_bars"
21361   output-file-type: ".html"
21362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21363   data: "plot-vpp-throughput-latency-3n-hsw"
21364   filter: "'NIC_Intel-X710' and
21365            '64B' and
21366            'NDRPDR' and
21367            '2T2C' and
21368            'IP4FWD' and
21369            'IACL' and
21370            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21371            not 'IPSEC' and
21372            not 'VHOST'"
21373   parameters:
21374   - "latency"
21375   - "parent"
21376   - "tags"
21377   sort:
21378   - "ACL_STATELESS"
21379   - "ACL_STATEFUL"
21380   - "ACL_STATELESS"
21381   - "ACL_STATEFUL"
21382   layout:
21383     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
21384     layout: "plot-latency"
21385
21386 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
21387 -
21388   type: "plot"
21389   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21390   algorithm: "plot_latency_error_bars"
21391   output-file-type: ".html"
21392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21393   data: "plot-vpp-throughput-latency-3n-hsw"
21394   filter: "'NIC_Intel-X710' and
21395            '64B' and
21396            'NDRPDR' and
21397            '1T1C' and
21398            'IP4FWD' and
21399            'OACL' and
21400            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21401            not 'IPSEC' and
21402            not 'VHOST'"
21403   parameters:
21404   - "latency"
21405   - "parent"
21406   - "tags"
21407   sort:
21408   - "ACL_STATELESS"
21409   - "ACL_STATEFUL"
21410   - "ACL_STATELESS"
21411   - "ACL_STATEFUL"
21412   layout:
21413     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
21414     layout: "plot-latency"
21415
21416 -
21417   type: "plot"
21418   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21419   algorithm: "plot_latency_error_bars"
21420   output-file-type: ".html"
21421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21422   data: "plot-vpp-throughput-latency-3n-hsw"
21423   filter: "'NIC_Intel-X710' and
21424            '64B' and
21425            'NDRPDR' and
21426            '2T2C' and
21427            'IP4FWD' and
21428            'OACL' and
21429            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21430            not 'IPSEC' and
21431            not 'VHOST'"
21432   parameters:
21433   - "latency"
21434   - "parent"
21435   - "tags"
21436   sort:
21437   - "ACL_STATELESS"
21438   - "ACL_STATEFUL"
21439   - "ACL_STATELESS"
21440   - "ACL_STATEFUL"
21441   layout:
21442     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
21443     layout: "plot-latency"
21444
21445 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
21446 -
21447   type: "plot"
21448   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21449   algorithm: "plot_latency_error_bars"
21450   output-file-type: ".html"
21451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21452   data: "plot-vpp-throughput-latency-3n-hsw"
21453   filter: "'NIC_Intel-XL710' and
21454            '64B' and
21455            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21456            'NDRPDR' and
21457            '1T1C' and
21458            'IP4FWD' and
21459            not 'IPSEC' and
21460            not 'VHOST'"
21461   parameters:
21462   - "latency"
21463   - "parent"
21464   - "tags"
21465   sort:
21466   - "IP4BASE"
21467   - "FIB_20K"
21468   - "FIB_200K"
21469   - "FIB_2M"
21470   layout:
21471     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21472     layout: "plot-latency"
21473
21474 -
21475   type: "plot"
21476   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21477   algorithm: "plot_latency_error_bars"
21478   output-file-type: ".html"
21479   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21480   data: "plot-vpp-throughput-latency-3n-hsw"
21481   filter: "'NIC_Intel-XL710' and
21482            '64B' and
21483            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21484            'NDRPDR' and
21485            '2T2C' and
21486            'IP4FWD' and
21487            not 'IPSEC' and
21488            not 'VHOST'"
21489   parameters:
21490   - "latency"
21491   - "parent"
21492   - "tags"
21493   sort:
21494   - "IP4BASE"
21495   - "FIB_20K"
21496   - "FIB_200K"
21497   - "FIB_2M"
21498   layout:
21499     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21500     layout: "plot-latency"
21501
21502 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
21503 -
21504   type: "plot"
21505   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21506   algorithm: "plot_latency_error_bars"
21507   output-file-type: ".html"
21508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21509   data: "plot-vpp-throughput-latency-3n-skx"
21510   filter: "'NIC_Intel-X710' and
21511            '64B' and
21512            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21513            'NDRPDR' and
21514            '2T1C' and
21515            'IP4FWD' and
21516            not 'IPSEC' and
21517            not 'VHOST'"
21518   parameters:
21519   - "latency"
21520   - "parent"
21521   - "tags"
21522   sort:
21523   - "IP4BASE"
21524   - "FIB_20K"
21525   - "FIB_200K"
21526   - "FIB_2M"
21527   layout:
21528     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21529     layout: "plot-latency"
21530
21531 -
21532   type: "plot"
21533   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21534   algorithm: "plot_latency_error_bars"
21535   output-file-type: ".html"
21536   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21537   data: "plot-vpp-throughput-latency-3n-skx"
21538   filter: "'NIC_Intel-X710' and
21539            '64B' and
21540            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21541            'NDRPDR' and
21542            '4T2C' and
21543            'IP4FWD' and
21544            not 'IPSEC' and
21545            not 'VHOST'"
21546   parameters:
21547   - "latency"
21548   - "parent"
21549   - "tags"
21550   sort:
21551   - "IP4BASE"
21552   - "FIB_20K"
21553   - "FIB_200K"
21554   - "FIB_2M"
21555   layout:
21556     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21557     layout: "plot-latency"
21558
21559 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21560 -
21561   type: "plot"
21562   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21563   algorithm: "plot_latency_error_bars"
21564   output-file-type: ".html"
21565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21566   data: "plot-vpp-throughput-latency-3n-skx"
21567   filter: "'NIC_Intel-X710' and
21568            '64B' and
21569            ('IP4BASE' or
21570             'POLICE_MARK' or
21571             'COPWHLIST' or
21572             ('NAT44' and 'BASE') or
21573             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21574            'NDRPDR' and
21575            '2T1C' and
21576            'IP4FWD' and
21577            not 'IPSEC' and
21578            not 'VHOST'"
21579   parameters:
21580   - "latency"
21581   - "parent"
21582   - "tags"
21583   sort:
21584   - "IP4BASE"
21585   - "NAT44"
21586   - "POLICE_MARK"
21587   - "COPWHLIST"
21588   - "IACL"
21589   - "OACL"
21590   layout:
21591     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
21592     layout: "plot-latency"
21593
21594 -
21595   type: "plot"
21596   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21597   algorithm: "plot_latency_error_bars"
21598   output-file-type: ".html"
21599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21600   data: "plot-vpp-throughput-latency-3n-skx"
21601   filter: "'NIC_Intel-X710' and
21602            '64B' and
21603            ('IP4BASE' or
21604             'POLICE_MARK' or
21605             'COPWHLIST' or
21606             ('NAT44' and 'BASE') or
21607             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21608            'NDRPDR' and
21609            '4T2C' and
21610            'IP4FWD' and
21611            not 'IPSEC' and
21612            not 'VHOST'"
21613   parameters:
21614   - "latency"
21615   - "parent"
21616   - "tags"
21617   sort:
21618   - "IP4BASE"
21619   - "NAT44"
21620   - "POLICE_MARK"
21621   - "COPWHLIST"
21622   - "IACL"
21623   - "OACL"
21624   layout:
21625     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
21626     layout: "plot-latency"
21627
21628 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
21629 -
21630   type: "plot"
21631   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21632   algorithm: "plot_latency_error_bars"
21633   output-file-type: ".html"
21634   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21635   data: "plot-vpp-throughput-latency-3n-skx"
21636   filter: "'NIC_Intel-X710' and
21637            '64B' and
21638            'NDRPDR' and
21639            '2T1C' and
21640            'IP4FWD' and
21641            'NAT44' and
21642            not 'IPSEC' and
21643            not 'VHOST'"
21644   parameters:
21645   - "latency"
21646   - "parent"
21647   - "tags"
21648   sort:
21649   - "BASE"
21650   - "BASE"
21651   - "SRC_USER_10"
21652   - "SRC_USER_100"
21653   - "SRC_USER_1000"
21654   - "SRC_USER_2000"
21655   layout:
21656     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
21657     layout: "plot-latency"
21658
21659 -
21660   type: "plot"
21661   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21662   algorithm: "plot_latency_error_bars"
21663   output-file-type: ".html"
21664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21665   data: "plot-vpp-throughput-latency-3n-skx"
21666   filter: "'NIC_Intel-X710' and
21667            '64B' and
21668            'NDRPDR' and
21669            '4T2C' and
21670            'IP4FWD' and
21671            'NAT44' and
21672            not 'IPSEC' and
21673            not 'VHOST'"
21674   parameters:
21675   - "latency"
21676   - "parent"
21677   - "tags"
21678   sort:
21679   - "BASE"
21680   - "BASE"
21681   - "SRC_USER_10"
21682   - "SRC_USER_100"
21683   - "SRC_USER_1000"
21684   - "SRC_USER_2000"
21685   layout:
21686     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
21687     layout: "plot-latency"
21688
21689 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
21690 -
21691   type: "plot"
21692   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21693   algorithm: "plot_latency_error_bars"
21694   output-file-type: ".html"
21695   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21696   data: "plot-vpp-throughput-latency-3n-skx"
21697   filter: "'NIC_Intel-X710' and
21698            '64B' and
21699            'NDRPDR' and
21700            '2T1C' and
21701            'IP4FWD' and
21702            'IACL' and
21703            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21704            not 'IPSEC' and
21705            not 'VHOST'"
21706   parameters:
21707   - "latency"
21708   - "parent"
21709   - "tags"
21710   sort:
21711   - "ACL_STATELESS"
21712   - "ACL_STATEFUL"
21713   - "ACL_STATELESS"
21714   - "ACL_STATEFUL"
21715   layout:
21716     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
21717     layout: "plot-latency"
21718
21719 -
21720   type: "plot"
21721   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21722   algorithm: "plot_latency_error_bars"
21723   output-file-type: ".html"
21724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21725   data: "plot-vpp-throughput-latency-3n-skx"
21726   filter: "'NIC_Intel-X710' and
21727            '64B' and
21728            'NDRPDR' and
21729            '4T2C' and
21730            'IP4FWD' and
21731            'IACL' and
21732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21733            not 'IPSEC' and
21734            not 'VHOST'"
21735   parameters:
21736   - "latency"
21737   - "parent"
21738   - "tags"
21739   sort:
21740   - "ACL_STATELESS"
21741   - "ACL_STATEFUL"
21742   - "ACL_STATELESS"
21743   - "ACL_STATEFUL"
21744   layout:
21745     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
21746     layout: "plot-latency"
21747
21748 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21749 -
21750   type: "plot"
21751   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21752   algorithm: "plot_latency_error_bars"
21753   output-file-type: ".html"
21754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21755   data: "plot-vpp-throughput-latency-3n-skx"
21756   filter: "'NIC_Intel-X710' and
21757            '64B' and
21758            'NDRPDR' and
21759            '2T1C' and
21760            'IP4FWD' and
21761            'OACL' and
21762            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21763            not 'IPSEC' and
21764            not 'VHOST'"
21765   parameters:
21766   - "latency"
21767   - "parent"
21768   - "tags"
21769   sort:
21770   - "ACL_STATELESS"
21771   - "ACL_STATEFUL"
21772   - "ACL_STATELESS"
21773   - "ACL_STATEFUL"
21774   layout:
21775     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
21776     layout: "plot-latency"
21777
21778 -
21779   type: "plot"
21780   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
21781   algorithm: "plot_latency_error_bars"
21782   output-file-type: ".html"
21783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
21784   data: "plot-vpp-throughput-latency-3n-skx"
21785   filter: "'NIC_Intel-X710' and
21786            '64B' and
21787            'NDRPDR' and
21788            '4T2C' and
21789            'IP4FWD' and
21790            'OACL' and
21791            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21792            not 'IPSEC' and
21793            not 'VHOST'"
21794   parameters:
21795   - "latency"
21796   - "parent"
21797   - "tags"
21798   sort:
21799   - "ACL_STATELESS"
21800   - "ACL_STATEFUL"
21801   - "ACL_STATELESS"
21802   - "ACL_STATEFUL"
21803   layout:
21804     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
21805     layout: "plot-latency"
21806
21807 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
21808 -
21809   type: "plot"
21810   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21811   algorithm: "plot_latency_error_bars"
21812   output-file-type: ".html"
21813   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21814   data: "plot-vpp-throughput-latency-2n-skx"
21815   filter: "'NIC_Intel-X710' and
21816            '64B' and
21817            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21818            'NDRPDR' and
21819            '2T1C' and
21820            'IP4FWD' and
21821            not 'IPSEC' and
21822            not 'VHOST'"
21823   parameters:
21824   - "latency"
21825   - "parent"
21826   - "tags"
21827   sort:
21828   - "DOT1Q"
21829   - "IP4BASE"
21830   - "FIB_20k"
21831   - "FIB_200k"
21832   - "FIB_2M"
21833   layout:
21834     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21835     layout: "plot-latency"
21836
21837 -
21838   type: "plot"
21839   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21840   algorithm: "plot_latency_error_bars"
21841   output-file-type: ".html"
21842   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21843   data: "plot-vpp-throughput-latency-2n-skx"
21844   filter: "'NIC_Intel-X710' and
21845            '64B' and
21846            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21847            'NDRPDR' and
21848            '4T2C' and
21849            'IP4FWD' and
21850            not 'IPSEC' and
21851            not 'VHOST'"
21852   parameters:
21853   - "latency"
21854   - "parent"
21855   - "tags"
21856   sort:
21857   - "DOT1Q"
21858   - "IP4BASE"
21859   - "FIB_20k"
21860   - "FIB_200k"
21861   - "FIB_2M"
21862   layout:
21863     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21864     layout: "plot-latency"
21865
21866 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21867 -
21868   type: "plot"
21869   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21870   algorithm: "plot_latency_error_bars"
21871   output-file-type: ".html"
21872   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21873   data: "plot-vpp-throughput-latency-2n-skx"
21874   filter: "'NIC_Intel-XXV710' and
21875            '64B' and
21876            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21877            'NDRPDR' and
21878            '2T1C' and
21879            'IP4FWD' and
21880            not 'IPSEC' and
21881            not 'VHOST'"
21882   parameters:
21883   - "latency"
21884   - "parent"
21885   - "tags"
21886   sort:
21887   - "DOT1Q"
21888   - "IP4BASE"
21889   - "FIB_20k"
21890   - "FIB_200k"
21891   - "FIB_2M"
21892   layout:
21893     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21894     layout: "plot-latency"
21895
21896 -
21897   type: "plot"
21898   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21899   algorithm: "plot_latency_error_bars"
21900   output-file-type: ".html"
21901   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21902   data: "plot-vpp-throughput-latency-2n-skx"
21903   filter: "'NIC_Intel-XXV710' and
21904            '64B' and
21905            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21906            'NDRPDR' and
21907            '4T2C' and
21908            'IP4FWD' and
21909            not 'IPSEC' and
21910            not 'VHOST'"
21911   parameters:
21912   - "latency"
21913   - "parent"
21914   - "tags"
21915   sort:
21916   - "DOT1Q"
21917   - "IP4BASE"
21918   - "FIB_20k"
21919   - "FIB_200k"
21920   - "FIB_2M"
21921   layout:
21922     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21923     layout: "plot-latency"
21924
21925 ################################################################################
21926
21927 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21928 -
21929   type: "plot"
21930   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21931   algorithm: "plot_latency_error_bars"
21932   output-file-type: ".html"
21933   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21934   data: "plot-vpp-throughput-latency-3n-hsw"
21935   filter: "'NIC_Intel-X520-DA2' and
21936            '64B' and
21937            'ENCAP' and
21938            'NDRPDR' and
21939            '1T1C' and
21940            ('VXLAN' or 'LISP') and
21941            not 'VHOST' and
21942            not 'IPSECHW'"
21943   parameters:
21944   - "latency"
21945   - "parent"
21946   - "tags"
21947   sort:
21948   - "not DOT1Q"
21949   - "VXLAN_1"
21950   - "VXLAN_10"
21951   - "VXLAN_100"
21952   - "VXLAN_1000"
21953   layout:
21954     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21955     layout: "plot-latency"
21956
21957 -
21958   type: "plot"
21959   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21960   algorithm: "plot_latency_error_bars"
21961   output-file-type: ".html"
21962   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21963   data: "plot-vpp-throughput-latency-3n-hsw"
21964   filter: "'NIC_Intel-X520-DA2' and
21965            '64B' and
21966            'ENCAP' and
21967            'NDRPDR' and
21968            '2T2C' and
21969            ('VXLAN' or 'LISP') and
21970            not 'VHOST' and
21971            not 'IPSECHW'"
21972   parameters:
21973   - "latency"
21974   - "parent"
21975   - "tags"
21976   sort:
21977   - "not DOT1Q"
21978   - "VXLAN_1"
21979   - "VXLAN_10"
21980   - "VXLAN_100"
21981   - "VXLAN_1000"
21982   layout:
21983     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21984     layout: "plot-latency"
21985
21986 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21987 -
21988   type: "plot"
21989   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21990   algorithm: "plot_latency_error_bars"
21991   output-file-type: ".html"
21992   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21993   data: "plot-vpp-throughput-latency-3n-hsw"
21994   filter: "'NIC_Intel-X520-DA2' and
21995            '64B' and
21996            'ENCAP' and
21997            'NDRPDR' and
21998            '1T1C' and
21999            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22000            not 'DOT1Q' and
22001            not 'VHOST' and
22002            not 'IPSECHW'"
22003   parameters:
22004   - "latency"
22005   - "parent"
22006   - "tags"
22007   sort:
22008   - "L2BDMACLRN"
22009   - "L2XCFWD"
22010   - "LISP"
22011   layout:
22012     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
22013     layout: "plot-latency"
22014
22015 -
22016   type: "plot"
22017   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
22018   algorithm: "plot_latency_error_bars"
22019   output-file-type: ".html"
22020   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
22021   data: "plot-vpp-throughput-latency-3n-hsw"
22022   filter: "'NIC_Intel-X520-DA2' and
22023            '64B' and
22024            'ENCAP' and
22025            'NDRPDR' and
22026            '2T2C' and
22027            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22028            not 'DOT1Q' and
22029            not 'VHOST' and
22030            not 'IPSECHW'"
22031   parameters:
22032   - "latency"
22033   - "parent"
22034   - "tags"
22035   sort:
22036   - "L2BDMACLRN"
22037   - "L2XCFWD"
22038   - "LISP"
22039   layout:
22040     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
22041     layout: "plot-latency"
22042
22043 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
22044 -
22045   type: "plot"
22046   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22047   algorithm: "plot_latency_error_bars"
22048   output-file-type: ".html"
22049   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22050   data: "plot-vpp-throughput-latency-3n-hsw"
22051   filter: "'NIC_Intel-X710' and
22052            '64B' and
22053            'ENCAP' and
22054            'NDRPDR' and
22055            '1T1C' and
22056            ('VXLAN' or 'LISP') and
22057            not 'VHOST' and
22058            not 'IPSECHW'"
22059   parameters:
22060   - "latency"
22061   - "parent"
22062   - "tags"
22063   sort:
22064   - "LISP"
22065   - "VXLAN_1"
22066   - "VXLAN_10"
22067   - "VXLAN_100"
22068   - "VXLAN_1000"
22069   layout:
22070     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22071     layout: "plot-latency"
22072
22073 -
22074   type: "plot"
22075   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22076   algorithm: "plot_latency_error_bars"
22077   output-file-type: ".html"
22078   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22079   data: "plot-vpp-throughput-latency-3n-hsw"
22080   filter: "'NIC_Intel-X710' and
22081            '64B' and
22082            'ENCAP' and
22083            'NDRPDR' and
22084            '2T2C' and
22085            ('VXLAN' or 'LISP') and
22086            not 'VHOST' and
22087            not 'IPSECHW'"
22088   parameters:
22089   - "latency"
22090   - "parent"
22091   - "tags"
22092   sort:
22093   - "LISP"
22094   - "VXLAN_1"
22095   - "VXLAN_10"
22096   - "VXLAN_100"
22097   - "VXLAN_1000"
22098   layout:
22099     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22100     layout: "plot-latency"
22101
22102 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
22103 -
22104   type: "plot"
22105   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
22106   algorithm: "plot_latency_error_bars"
22107   output-file-type: ".html"
22108   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
22109   data: "plot-vpp-throughput-latency-3n-hsw"
22110   filter: "'NIC_Intel-X710' and
22111            '64B' and
22112            'ENCAP' and
22113            'NDRPDR' and
22114            '1T1C' and
22115            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22116            not 'DOT1Q' and
22117            not 'VHOST' and
22118            not 'IPSECHW'"
22119   parameters:
22120   - "latency"
22121   - "parent"
22122   - "tags"
22123   sort:
22124   - "L2BDMACLRN"
22125   - "L2XCFWD"
22126   - "LISP"
22127   layout:
22128     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
22129     layout: "plot-latency"
22130
22131 -
22132   type: "plot"
22133   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
22134   algorithm: "plot_latency_error_bars"
22135   output-file-type: ".html"
22136   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
22137   data: "plot-vpp-throughput-latency-3n-hsw"
22138   filter: "'NIC_Intel-X710' and
22139            '64B' and
22140            'ENCAP' and
22141            'NDRPDR' and
22142            '2T2C' and
22143            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22144            not 'DOT1Q' and
22145            not 'VHOST' and
22146            not 'IPSECHW'"
22147   parameters:
22148   - "latency"
22149   - "parent"
22150   - "tags"
22151   sort:
22152   - "L2BDMACLRN"
22153   - "L2XCFWD"
22154   - "LISP"
22155   layout:
22156     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
22157     layout: "plot-latency"
22158
22159 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
22160 -
22161   type: "plot"
22162   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22163   algorithm: "plot_latency_error_bars"
22164   output-file-type: ".html"
22165   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22166   data: "plot-vpp-throughput-latency-3n-skx"
22167   filter: "'NIC_Intel-X710' and
22168            '64B' and
22169            'ENCAP' and
22170            'NDRPDR' and
22171            '2T1C' and
22172            ('VXLAN' or 'LISP') and
22173            not 'VHOST' and
22174            not 'IPSECHW'"
22175   parameters:
22176   - "latency"
22177   - "parent"
22178   - "tags"
22179   sort:
22180   - "LISP"
22181   - "VXLAN_1"
22182   - "VXLAN_10"
22183   - "VXLAN_100"
22184   - "VXLAN_1000"
22185   layout:
22186     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22187     layout: "plot-latency"
22188
22189 -
22190   type: "plot"
22191   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22192   algorithm: "plot_latency_error_bars"
22193   output-file-type: ".html"
22194   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22195   data: "plot-vpp-throughput-latency-3n-skx"
22196   filter: "'NIC_Intel-X710' and
22197            '64B' and
22198            'ENCAP' and
22199            'NDRPDR' and
22200            '4T2C' and
22201            ('VXLAN' or 'LISP') and
22202            not 'VHOST' and
22203            not 'IPSECHW'"
22204   parameters:
22205   - "latency"
22206   - "parent"
22207   - "tags"
22208   sort:
22209   - "LISP"
22210   - "VXLAN_1"
22211   - "VXLAN_10"
22212   - "VXLAN_100"
22213   - "VXLAN_1000"
22214   layout:
22215     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22216     layout: "plot-latency"
22217
22218 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
22219 -
22220   type: "plot"
22221   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22222   algorithm: "plot_latency_error_bars"
22223   output-file-type: ".html"
22224   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22225   data: "plot-vpp-throughput-latency-3n-skx"
22226   filter: "'NIC_Intel-X710' and
22227            '64B' and
22228            'ENCAP' and
22229            'NDRPDR' and
22230            '2T1C' and
22231            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22232            not 'DOT1Q' and
22233            not 'VHOST' and
22234            not 'IPSECHW'"
22235   parameters:
22236   - "latency"
22237   - "parent"
22238   - "tags"
22239   sort:
22240   - "L2BDMACLRN"
22241   - "L2XCFWD"
22242   - "LISP"
22243   layout:
22244     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22245     layout: "plot-latency"
22246
22247 -
22248   type: "plot"
22249   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22250   algorithm: "plot_latency_error_bars"
22251   output-file-type: ".html"
22252   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22253   data: "plot-vpp-throughput-latency-3n-skx"
22254   filter: "'NIC_Intel-X710' and
22255            '64B' and
22256            'ENCAP' and
22257            'NDRPDR' and
22258            '4T2C' and
22259            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22260            not 'DOT1Q' and
22261            not 'VHOST' and
22262            not 'IPSECHW'"
22263   parameters:
22264   - "latency"
22265   - "parent"
22266   - "tags"
22267   sort:
22268   - "L2BDMACLRN"
22269   - "L2XCFWD"
22270   - "LISP"
22271   layout:
22272     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22273     layout: "plot-latency"
22274
22275 ################################################################################
22276
22277 # Packet Latency - VPP IPv6 3n-hsw-x520
22278 -
22279   type: "plot"
22280   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22281   algorithm: "plot_latency_error_bars"
22282   output-file-type: ".html"
22283   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22284   data: "plot-vpp-throughput-latency-3n-hsw"
22285   filter: "'NIC_Intel-X520-DA2' and
22286            '78B' and
22287            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22288            'NDRPDR' and
22289            '1T1C' and
22290            'IP6FWD' and
22291            not 'SRv6' and
22292            not 'IPSEC' and
22293            not 'VHOST'"
22294   parameters:
22295   - "latency"
22296   - "parent"
22297   - "tags"
22298   sort:
22299   - "IP6BASE"
22300   - "FIB_20K"
22301   - "FIB_200K"
22302   - "FIB_2M"
22303   layout:
22304     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22305     layout: "plot-latency"
22306
22307 -
22308   type: "plot"
22309   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22310   algorithm: "plot_latency_error_bars"
22311   output-file-type: ".html"
22312   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22313   data: "plot-vpp-throughput-latency-3n-hsw"
22314   filter: "'NIC_Intel-X520-DA2' and
22315            '78B' and
22316            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22317            'NDRPDR' and
22318            '2T2C' and
22319            'IP6FWD' and
22320            not 'SRv6' and
22321            not 'IPSEC' and
22322            not 'VHOST'"
22323   parameters:
22324   - "latency"
22325   - "parent"
22326   - "tags"
22327   sort:
22328   - "IP6BASE"
22329   - "FIB_20K"
22330   - "FIB_200K"
22331   - "FIB_2M"
22332   layout:
22333     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22334     layout: "plot-latency"
22335
22336 # Packet Latency - VPP IPv6 3n-hsw-x710
22337 -
22338   type: "plot"
22339   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22340   algorithm: "plot_latency_error_bars"
22341   output-file-type: ".html"
22342   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22343   data: "plot-vpp-throughput-latency-3n-hsw"
22344   filter: "'NIC_Intel-X710' and
22345            '78B' and
22346            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22347            'NDRPDR' and
22348            '1T1C' and
22349            'IP6FWD' and
22350            not 'SRv6' and
22351            not 'IPSEC' and
22352            not 'VHOST'"
22353   parameters:
22354   - "latency"
22355   - "parent"
22356   - "tags"
22357   sort:
22358   - "IP6BASE"
22359   - "FIB_20K"
22360   - "FIB_200K"
22361   - "FIB_2M"
22362   layout:
22363     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
22364     layout: "plot-latency"
22365
22366 -
22367   type: "plot"
22368   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22369   algorithm: "plot_latency_error_bars"
22370   output-file-type: ".html"
22371   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22372   data: "plot-vpp-throughput-latency-3n-hsw"
22373   filter: "'NIC_Intel-X710' and
22374            '78B' and
22375            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22376            'NDRPDR' and
22377            '2T2C' and
22378            'IP6FWD' and
22379            not 'SRv6' and
22380            not 'IPSEC' and
22381            not 'VHOST'"
22382   parameters:
22383   - "latency"
22384   - "parent"
22385   - "tags"
22386   sort:
22387   - "IP6BASE"
22388   - "FIB_20K"
22389   - "FIB_200K"
22390   - "FIB_2M"
22391   layout:
22392     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
22393     layout: "plot-latency"
22394
22395 # Packet Latency - VPP IPv6 3n-hsw-xl710
22396 -
22397   type: "plot"
22398   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22399   algorithm: "plot_latency_error_bars"
22400   output-file-type: ".html"
22401   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22402   data: "plot-vpp-throughput-latency-3n-hsw"
22403   filter: "'NIC_Intel-XL710' and
22404            '78B' and
22405            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22406            'NDRPDR' and
22407            '1T1C' and
22408            'IP6FWD' and
22409            not 'SRv6' and
22410            not 'IPSEC' and
22411            not 'VHOST'"
22412   parameters:
22413   - "latency"
22414   - "parent"
22415   - "tags"
22416   sort:
22417   - "IP6BASE"
22418   - "FIB_20K"
22419   - "FIB_200K"
22420   - "FIB_2M"
22421   layout:
22422     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
22423     layout: "plot-latency"
22424
22425 -
22426   type: "plot"
22427   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22428   algorithm: "plot_latency_error_bars"
22429   output-file-type: ".html"
22430   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22431   data: "plot-vpp-throughput-latency-3n-hsw"
22432   filter: "'NIC_Intel-XL710' and
22433            '78B' and
22434            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22435            'NDRPDR' and
22436            '2T2C' and
22437            'IP6FWD' and
22438            not 'SRv6' and
22439            not 'IPSEC' and
22440            not 'VHOST'"
22441   parameters:
22442   - "latency"
22443   - "parent"
22444   - "tags"
22445   sort:
22446   - "IP6BASE"
22447   - "FIB_20K"
22448   - "FIB_200K"
22449   - "FIB_2M"
22450   layout:
22451     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
22452     layout: "plot-latency"
22453
22454 # Packet Latency - VPP IPv6 3n-skx-x710
22455 -
22456   type: "plot"
22457   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22458   algorithm: "plot_latency_error_bars"
22459   output-file-type: ".html"
22460   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22461   data: "plot-vpp-throughput-latency-3n-skx"
22462   filter: "'NIC_Intel-X710' and
22463            '78B' and
22464            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22465            'NDRPDR' and
22466            '2T1C' and
22467            'IP6FWD' and
22468            not 'SRv6' and
22469            not 'IPSEC' and
22470            not 'VHOST'"
22471   parameters:
22472   - "latency"
22473   - "parent"
22474   - "tags"
22475   sort:
22476   - "IP6BASE"
22477   - "FIB_20K"
22478   - "FIB_200K"
22479   - "FIB_2M"
22480   layout:
22481     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
22482     layout: "plot-latency"
22483
22484 -
22485   type: "plot"
22486   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22487   algorithm: "plot_latency_error_bars"
22488   output-file-type: ".html"
22489   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22490   data: "plot-vpp-throughput-latency-3n-skx"
22491   filter: "'NIC_Intel-X710' and
22492            '78B' and
22493            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22494            'NDRPDR' and
22495            '4T2C' and
22496            'IP6FWD' and
22497            not 'SRv6' and
22498            not 'IPSEC' and
22499            not 'VHOST'"
22500   parameters:
22501   - "latency"
22502   - "parent"
22503   - "tags"
22504   sort:
22505   - "IP6BASE"
22506   - "FIB_20K"
22507   - "FIB_200K"
22508   - "FIB_2M"
22509   layout:
22510     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
22511     layout: "plot-latency"
22512
22513 # Packet Latency - VPP IPv6 2n-skx-x710
22514 -
22515   type: "plot"
22516   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22517   algorithm: "plot_latency_error_bars"
22518   output-file-type: ".html"
22519   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22520   data: "plot-vpp-throughput-latency-2n-skx"
22521   filter: "'NIC_Intel-X710' and
22522            '78B' and
22523            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22524            'NDRPDR' and
22525            '2T1C' and
22526            'IP6FWD' and
22527            not 'SRv6' and
22528            not 'IPSEC' and
22529            not 'VHOST'"
22530   parameters:
22531   - "latency"
22532   - "parent"
22533   - "tags"
22534   sort:
22535   - "IP6BASE"
22536   - "FIB_20k"
22537   - "FIB_200k"
22538   - "FIB_2M"
22539   layout:
22540     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
22541     layout: "plot-latency"
22542
22543 -
22544   type: "plot"
22545   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22546   algorithm: "plot_latency_error_bars"
22547   output-file-type: ".html"
22548   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22549   data: "plot-vpp-throughput-latency-2n-skx"
22550   filter: "'NIC_Intel-X710' and
22551            '78B' and
22552            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22553            'NDRPDR' and
22554            '4T2C' and
22555            'IP6FWD' and
22556            not 'SRv6' and
22557            not 'IPSEC' and
22558            not 'VHOST'"
22559   parameters:
22560   - "latency"
22561   - "parent"
22562   - "tags"
22563   sort:
22564   - "IP6BASE"
22565   - "FIB_20k"
22566   - "FIB_200k"
22567   - "FIB_2M"
22568   layout:
22569     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
22570     layout: "plot-latency"
22571
22572 # Packet Latency - VPP IPv6 2n-skx-xxv710
22573 -
22574   type: "plot"
22575   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22576   algorithm: "plot_latency_error_bars"
22577   output-file-type: ".html"
22578   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22579   data: "plot-vpp-throughput-latency-2n-skx"
22580   filter: "'NIC_Intel-XXV710' and
22581            '78B' and
22582            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22583            'NDRPDR' and
22584            '2T1C' and
22585            'IP6FWD' and
22586            not 'SRv6' and
22587            not 'IPSEC' and
22588            not 'VHOST'"
22589   parameters:
22590   - "latency"
22591   - "parent"
22592   - "tags"
22593   sort:
22594   - "IP6BASE"
22595   - "FIB_20k"
22596   - "FIB_200k"
22597   - "FIB_2M"
22598   layout:
22599     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
22600     layout: "plot-latency"
22601
22602 -
22603   type: "plot"
22604   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22605   algorithm: "plot_latency_error_bars"
22606   output-file-type: ".html"
22607   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22608   data: "plot-vpp-throughput-latency-2n-skx"
22609   filter: "'NIC_Intel-XXV710' and
22610            '78B' and
22611            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22612            'NDRPDR' and
22613            '4T2C' and
22614            'IP6FWD' and
22615            not 'SRv6' and
22616            not 'IPSEC' and
22617            not 'VHOST'"
22618   parameters:
22619   - "latency"
22620   - "parent"
22621   - "tags"
22622   sort:
22623   - "IP6BASE"
22624   - "FIB_20k"
22625   - "FIB_200k"
22626   - "FIB_2M"
22627   layout:
22628     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
22629     layout: "plot-latency"
22630
22631 ################################################################################
22632
22633 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
22634 -
22635   type: "plot"
22636   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22637   algorithm: "plot_latency_error_bars"
22638   output-file-type: ".html"
22639   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22640   data: "plot-vpp-throughput-latency-3n-hsw"
22641   filter: "'NIC_Intel-X520-DA2' and
22642            '78B' and
22643            'ENCAP' and
22644            'NDRPDR' and
22645            '1T1C' and
22646            'LISP' and
22647            not 'VHOST'"
22648   parameters:
22649   - "latency"
22650   - "parent"
22651   - "tags"
22652   sort:
22653   - "IP4UNRLAY"
22654   - "IP6UNRLAY"
22655   layout:
22656     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22657     layout: "plot-latency"
22658
22659 -
22660   type: "plot"
22661   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22662   algorithm: "plot_latency_error_bars"
22663   output-file-type: ".html"
22664   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22665   data: "plot-vpp-throughput-latency-3n-hsw"
22666   filter: "'NIC_Intel-X520-DA2' and
22667            '78B' and
22668            'ENCAP' and
22669            'NDRPDR' and
22670            '2T2C' and
22671            'LISP' and
22672            not 'VHOST'"
22673   parameters:
22674   - "latency"
22675   - "parent"
22676   - "tags"
22677   sort:
22678   - "IP4UNRLAY"
22679   - "IP6UNRLAY"
22680   layout:
22681     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22682     layout: "plot-latency"
22683
22684 ################################################################################
22685
22686 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
22687 -
22688   type: "plot"
22689   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22690   algorithm: "plot_latency_error_bars"
22691   output-file-type: ".html"
22692   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22693   data: "plot-vpp-throughput-latency-3n-hsw"
22694   filter: "'NIC_Intel-XL710' and
22695            '64B' and
22696            'IP4FWD' and
22697            'NDRPDR' and
22698            'BASE' and
22699            '1T1C' and
22700            'IPSECHW' and
22701            ('IPSECTRAN' or 'IPSECTUN') and
22702            not 'VHOST'"
22703   parameters:
22704   - "latency"
22705   - "parent"
22706   - "tags"
22707   layout:
22708     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
22709     layout: "plot-latency"
22710
22711 -
22712   type: "plot"
22713   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22714   algorithm: "plot_latency_error_bars"
22715   output-file-type: ".html"
22716   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22717   data: "plot-vpp-throughput-latency-3n-hsw"
22718   filter: "'NIC_Intel-XL710' and
22719            '64B' and
22720            'IP4FWD' and
22721            'NDRPDR' and
22722            'BASE' and
22723            '2T2C' and
22724            'IPSECHW' and
22725            ('IPSECTRAN' or 'IPSECTUN') and
22726            not 'VHOST'"
22727   parameters:
22728   - "latency"
22729   - "parent"
22730   - "tags"
22731   layout:
22732     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
22733     layout: "plot-latency"
22734
22735 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
22736 -
22737   type: "plot"
22738   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22739   algorithm: "plot_latency_error_bars"
22740   output-file-type: ".html"
22741   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22742   data: "plot-vpp-throughput-latency-3n-hsw"
22743   filter: "'NIC_Intel-XL710' and
22744            '64B' and
22745            'IP4FWD' and
22746            'NDRPDR' and
22747            'SCALE' and
22748            '1T1C' and
22749            'IPSECHW' and
22750            ('IPSECTRAN' or 'IPSECTUN') and
22751            not 'VHOST'"
22752   parameters:
22753   - "latency"
22754   - "parent"
22755   - "tags"
22756   layout:
22757     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
22758     layout: "plot-latency"
22759
22760 -
22761   type: "plot"
22762   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22763   algorithm: "plot_latency_error_bars"
22764   output-file-type: ".html"
22765   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22766   data: "plot-vpp-throughput-latency-3n-hsw"
22767   filter: "'NIC_Intel-XL710' and
22768            '64B' and
22769            'IP4FWD' and
22770            'NDRPDR' and
22771            'SCALE' and
22772            '2T2C' and
22773            'IPSECHW' and
22774            ('IPSECTRAN' or 'IPSECTUN') and
22775            not 'VHOST'"
22776   parameters:
22777   - "latency"
22778   - "parent"
22779   - "tags"
22780   layout:
22781     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
22782     layout: "plot-latency"
22783
22784 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
22785 -
22786   type: "plot"
22787   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22788   algorithm: "plot_latency_error_bars"
22789   output-file-type: ".html"
22790   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22791   data: "plot-vpp-throughput-latency-3n-hsw"
22792   filter: "'NIC_Intel-XL710' and
22793            '64B' and
22794            'IP4FWD' and
22795            'NDRPDR' and
22796            '1T1C' and
22797            'IPSECSW' and
22798            ('IPSECTRAN' or 'IPSECTUN') and
22799            not 'VHOST'"
22800   parameters:
22801   - "latency"
22802   - "parent"
22803   - "tags"
22804   layout:
22805     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
22806     layout: "plot-latency"
22807
22808 -
22809   type: "plot"
22810   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22811   algorithm: "plot_latency_error_bars"
22812   output-file-type: ".html"
22813   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22814   data: "plot-vpp-throughput-latency-3n-hsw"
22815   filter: "'NIC_Intel-XL710' and
22816            '64B' and
22817            'IP4FWD' and
22818            'NDRPDR' and
22819            '2T2C' and
22820            'IPSECSW' and
22821            ('IPSECTRAN' or 'IPSECTUN') and
22822            not 'VHOST'"
22823   parameters:
22824   - "latency"
22825   - "parent"
22826   - "tags"
22827   layout:
22828     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22829     layout: "plot-latency"
22830
22831 ################################################################################
22832
22833 # Packet Latency - VPP SRv6 3n-hsw-x520
22834 -
22835   type: "plot"
22836   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22837   algorithm: "plot_latency_error_bars"
22838   output-file-type: ".html"
22839   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22840   data: "plot-vpp-throughput-latency-3n-hsw"
22841   filter: "'NIC_Intel-X520-DA2' and
22842            '78B' and
22843            'FEATURE' and
22844            'NDRPDR' and
22845            '1T1C' and
22846            'IP6FWD' and
22847            'SRv6'"
22848   parameters:
22849   - "latency"
22850   - "parent"
22851   - "tags"
22852   layout:
22853     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22854     layout: "plot-latency"
22855
22856 -
22857   type: "plot"
22858   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22859   algorithm: "plot_latency_error_bars"
22860   output-file-type: ".html"
22861   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22862   data: "plot-vpp-throughput-latency-3n-hsw"
22863   filter: "'NIC_Intel-X520-DA2' and
22864            '78B' and
22865            'FEATURE' and
22866            'NDRPDR' and
22867            '2T2C' and
22868            'IP6FWD' and
22869            'SRv6'"
22870   parameters:
22871   - "latency"
22872   - "parent"
22873   - "tags"
22874   layout:
22875     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22876     layout: "plot-latency"
22877
22878 ################################################################################
22879
22880 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22881 -
22882   type: "plot"
22883   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22884   algorithm: "plot_latency_error_bars"
22885   output-file-type: ".html"
22886   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22887   data: "plot-vpp-throughput-latency-3n-hsw"
22888   filter: "'NIC_Intel-X520-DA2' and
22889            '64B' and
22890            'NDRPDR' and
22891            'ETH' and
22892            'IP4FWD' and
22893            '1T1C' and
22894            'VHOST_1024' and
22895            not 'VXLAN' and
22896            not 'DOT1Q'"
22897   parameters:
22898   - "latency"
22899   - "parent"
22900   - "tags"
22901   sort:
22902   - "not CFS_OPT"
22903   - "1VM"
22904   - "2VM"
22905   layout:
22906     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22907     layout: "plot-latency"
22908
22909 -
22910   type: "plot"
22911   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22912   algorithm: "plot_latency_error_bars"
22913   output-file-type: ".html"
22914   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22915   data: "plot-vpp-throughput-latency-3n-hsw"
22916   filter: "'NIC_Intel-X520-DA2' and
22917            '64B' and
22918            'NDRPDR' and
22919            'ETH' and
22920            'IP4FWD' and
22921            '2T2C' and
22922            'VHOST_1024' and
22923            not 'VXLAN' and
22924            not 'DOT1Q'"
22925   parameters:
22926   - "latency"
22927   - "parent"
22928   - "tags"
22929   sort:
22930   - "not CFS_OPT"
22931   - "1VM"
22932   - "2VM"
22933   layout:
22934     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22935     layout: "plot-latency"
22936
22937 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
22938 -
22939   type: "plot"
22940   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22941   algorithm: "plot_latency_error_bars"
22942   output-file-type: ".html"
22943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22944   data: "plot-vpp-throughput-latency-3n-hsw"
22945   filter: "'NIC_Intel-X520-DA2' and
22946            '64B' and
22947            'NDRPDR' and
22948            ('ETH' or 'DOT1Q') and
22949            '1T1C' and
22950            'L2BDMACLRN' and
22951            'VHOST_1024' and
22952            not 'VXLAN' and
22953            not 'IP4FWD' and
22954            not '2VM'"
22955   parameters:
22956   - "latency"
22957   - "parent"
22958   - "tags"
22959 #  sort:
22960 #  - "VM"  # "not CFS_OPT"
22961 #  - "CFS_OPT"
22962 #  - "FIB_10K"
22963 #  - "FIB_100K"
22964 #  - "FIB_1M"
22965   layout:
22966     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22967     layout: "plot-latency"
22968
22969 -
22970   type: "plot"
22971   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22972   algorithm: "plot_latency_error_bars"
22973   output-file-type: ".html"
22974   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22975   data: "plot-vpp-throughput-latency-3n-hsw"
22976   filter: "'NIC_Intel-X520-DA2' and
22977            '64B' and
22978            'NDRPDR' and
22979            ('ETH' or 'DOT1Q') and
22980            '2T2C' and
22981            'L2BDMACLRN' and
22982            'VHOST_1024' and
22983            not 'VXLAN' and
22984            not 'IP4FWD' and
22985            not '2VM'"
22986   parameters:
22987   - "latency"
22988   - "parent"
22989   - "tags"
22990 #  sort:
22991 #  - "VM"  # "not CFS_OPT"
22992 #  - "CFS_OPT"
22993 #  - "FIB_10K"
22994 #  - "FIB_100K"
22995 #  - "FIB_1M"
22996   layout:
22997     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22998     layout: "plot-latency"
22999
23000 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
23001 -
23002   type: "plot"
23003   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23004   algorithm: "plot_latency_error_bars"
23005   output-file-type: ".html"
23006   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23007   data: "plot-vpp-throughput-latency-3n-hsw"
23008   filter: "'NIC_Intel-X520-DA2' and
23009            '64B' and
23010            'NDRPDR' and
23011            ('ETH' or 'DOT1Q') and
23012            'BASE' and
23013            '1T1C' and
23014            ('L2BDMACLRN' or 'L2XCFWD') and
23015            'VHOST_1024' and
23016            not 'VXLAN' and
23017            not 'IP4FWD' and
23018            not '2VM'"
23019   parameters:
23020   - "latency"
23021   - "parent"
23022   - "tags"
23023 #  sort:
23024 #  - "not CFS_OPT"
23025 #  - "L2XCFWD"
23026 #  - "not CFS_OPT"
23027 #  - "CFS_OPT"
23028   layout:
23029     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
23030     layout: "plot-latency"
23031
23032 -
23033   type: "plot"
23034   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23035   algorithm: "plot_latency_error_bars"
23036   output-file-type: ".html"
23037   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23038   data: "plot-vpp-throughput-latency-3n-hsw"
23039   filter: "'NIC_Intel-X520-DA2' and
23040            '64B' and
23041            'NDRPDR' and
23042            ('ETH' or 'DOT1Q') and
23043            'BASE' and
23044            '2T2C' and
23045            ('L2BDMACLRN' or 'L2XCFWD') and
23046            'VHOST_1024' and
23047            not 'VXLAN' and
23048            not 'IP4FWD' and
23049            not '2VM'"
23050   parameters:
23051   - "latency"
23052   - "parent"
23053   - "tags"
23054 #  sort:
23055 #  - "not CFS_OPT"
23056 #  - "L2XCFWD"
23057 #  - "not CFS_OPT"
23058 #  - "CFS_OPT"
23059   layout:
23060     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
23061     layout: "plot-latency"
23062
23063 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
23064 -
23065   type: "plot"
23066   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
23067   algorithm: "plot_latency_error_bars"
23068   output-file-type: ".html"
23069   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
23070   data: "plot-vpp-throughput-latency-3n-hsw"
23071   filter: "'NIC_Intel-X520-DA2' and
23072            '64B' and
23073            'NDRPDR' and
23074            ('ETH' or 'DOT1Q') and
23075            '1T1C' and
23076            ('L2BDMACLRN' or 'L2XCFWD') and
23077            'VHOST_1024' and
23078            not 'CFS_OPT' and
23079            not 'VXLAN' and
23080            not 'IP4FWD' and
23081            not 'LBOND'"
23082   parameters:
23083   - "latency"
23084   - "parent"
23085   - "tags"
23086 #  sort:
23087 #  - "1VM"
23088 #  - "L2XCFWD"
23089 #  - "1VM"
23090 #  - "L2BDMACLRN"
23091   layout:
23092     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
23093     layout: "plot-latency"
23094
23095 -
23096   type: "plot"
23097   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
23098   algorithm: "plot_latency_error_bars"
23099   output-file-type: ".html"
23100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
23101   data: "plot-vpp-throughput-latency-3n-hsw"
23102   filter: "'NIC_Intel-X520-DA2' and
23103            '64B' and
23104            'NDRPDR' and
23105            ('ETH' or 'DOT1Q') and
23106            '2T2C' and
23107            ('L2BDMACLRN' or 'L2XCFWD') and
23108            'VHOST_1024' and
23109            not 'CFS_OPT' and
23110            not 'VXLAN' and
23111            not 'IP4FWD' and
23112            not 'LBOND'"
23113   parameters:
23114   - "latency"
23115   - "parent"
23116   - "tags"
23117 #  sort:
23118 #  - "1VM"
23119 #  - "L2XCFWD"
23120 #  - "1VM"
23121 #  - "L2BDMACLRN"
23122   layout:
23123     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
23124     layout: "plot-latency"
23125
23126 # Packet Latency - VPP vhost ip4 3n-hsw-x710
23127 -
23128   type: "plot"
23129   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23130   algorithm: "plot_latency_error_bars"
23131   output-file-type: ".html"
23132   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23133   data: "plot-vpp-throughput-latency-3n-hsw"
23134   filter: "'NIC_Intel-X710' and
23135            '64B' and
23136            'NDRPDR' and
23137            'ETH' and
23138            'IP4FWD' and
23139            '1T1C' and
23140            'VHOST_1024' and
23141            not 'VXLAN' and
23142            not 'DOT1Q'"
23143   parameters:
23144   - "latency"
23145   - "parent"
23146   - "tags"
23147   sort:
23148   - "not CFS_OPT"
23149   - "1VM"
23150   - "2VM"
23151   layout:
23152     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23153     layout: "plot-latency"
23154
23155 -
23156   type: "plot"
23157   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23158   algorithm: "plot_latency_error_bars"
23159   output-file-type: ".html"
23160   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23161   data: "plot-vpp-throughput-latency-3n-hsw"
23162   filter: "'NIC_Intel-X710' and
23163            '64B' and
23164            'NDRPDR' and
23165            'ETH' and
23166            'IP4FWD' and
23167            '2T2C' and
23168            'VHOST_1024' and
23169            not 'VXLAN' and
23170            not 'DOT1Q'"
23171   parameters:
23172   - "latency"
23173   - "parent"
23174   - "tags"
23175   sort:
23176   - "not CFS_OPT"
23177   - "1VM"
23178   - "2VM"
23179   layout:
23180     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23181     layout: "plot-latency"
23182
23183 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
23184 -
23185   type: "plot"
23186   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23187   algorithm: "plot_latency_error_bars"
23188   output-file-type: ".html"
23189   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23190   data: "plot-vpp-throughput-latency-3n-hsw"
23191   filter: "'NIC_Intel-X710' and
23192            '64B' and
23193            'NDRPDR' and
23194            ('ETH' or 'DOT1Q') and
23195            '1T1C' and
23196            'L2BDMACLRN' and
23197            'VHOST_1024' and
23198            not 'VXLAN' and
23199            not 'IP4FWD' and
23200            not '2VM'"
23201   parameters:
23202   - "latency"
23203   - "parent"
23204   - "tags"
23205 #  sort:
23206 #  - "VM"  # "not CFS_OPT"
23207 #  - "CFS_OPT"
23208 #  - "FIB_10K"
23209 #  - "FIB_100K"
23210 #  - "FIB_1M"
23211   layout:
23212     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23213     layout: "plot-latency"
23214
23215 -
23216   type: "plot"
23217   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23218   algorithm: "plot_latency_error_bars"
23219   output-file-type: ".html"
23220   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23221   data: "plot-vpp-throughput-latency-3n-hsw"
23222   filter: "'NIC_Intel-X710' and
23223            '64B' and
23224            'NDRPDR' and
23225            ('ETH' or 'DOT1Q') and
23226            '2T2C' and
23227            'L2BDMACLRN' and
23228            'VHOST_1024' and
23229            not 'VXLAN' and
23230            not 'IP4FWD' and
23231            not '2VM'"
23232   parameters:
23233   - "latency"
23234   - "parent"
23235   - "tags"
23236 #  sort:
23237 #  - "VM"  # "not CFS_OPT"
23238 #  - "CFS_OPT"
23239 #  - "FIB_10K"
23240 #  - "FIB_100K"
23241 #  - "FIB_1M"
23242   layout:
23243     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23244     layout: "plot-latency"
23245
23246 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
23247 -
23248   type: "plot"
23249   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23250   algorithm: "plot_latency_error_bars"
23251   output-file-type: ".html"
23252   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23253   data: "plot-vpp-throughput-latency-3n-hsw"
23254   filter: "'NIC_Intel-X710' and
23255            '64B' and
23256            'NDRPDR' and
23257            ('ETH' or 'DOT1Q') and
23258            'BASE' and
23259            '1T1C' and
23260            ('L2BDMACLRN' or 'L2XCFWD') and
23261            'VHOST_1024' and
23262            not 'VXLAN' and
23263            not 'IP4FWD' and
23264            not '2VM'"
23265   parameters:
23266   - "latency"
23267   - "parent"
23268   - "tags"
23269 #  sort:
23270 #  - "not CFS_OPT"
23271 #  - "L2XCFWD"
23272 #  - "not CFS_OPT"
23273 #  - "CFS_OPT"
23274   layout:
23275     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
23276     layout: "plot-latency"
23277
23278 -
23279   type: "plot"
23280   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23281   algorithm: "plot_latency_error_bars"
23282   output-file-type: ".html"
23283   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23284   data: "plot-vpp-throughput-latency-3n-hsw"
23285   filter: "'NIC_Intel-X710' and
23286            '64B' and
23287            'NDRPDR' and
23288            ('ETH' or 'DOT1Q') and
23289            'BASE' and
23290            '2T2C' and
23291            ('L2BDMACLRN' or 'L2XCFWD') and
23292            'VHOST_1024' and
23293            not 'VXLAN' and
23294            not 'IP4FWD' and
23295            not '2VM'"
23296   parameters:
23297   - "latency"
23298   - "parent"
23299   - "tags"
23300 #  sort:
23301 #  - "not CFS_OPT"
23302 #  - "L2XCFWD"
23303 #  - "not CFS_OPT"
23304 #  - "CFS_OPT"
23305   layout:
23306     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
23307     layout: "plot-latency"
23308
23309 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
23310 -
23311   type: "plot"
23312   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23313   algorithm: "plot_latency_error_bars"
23314   output-file-type: ".html"
23315   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23316   data: "plot-vpp-throughput-latency-3n-hsw"
23317   filter: "'NIC_Intel-X710' and
23318            '64B' and
23319            'NDRPDR' and
23320            ('ETH' or 'DOT1Q') and
23321            '1T1C' and
23322            ('L2BDMACLRN' or 'L2XCFWD') and
23323            'VHOST_1024' and
23324            not 'CFS_OPT' and
23325            not 'VXLAN' and
23326            not 'IP4FWD' and
23327            not 'LBOND'"
23328   parameters:
23329   - "latency"
23330   - "parent"
23331   - "tags"
23332 #  sort:
23333 #  - "1VM"
23334 #  - "L2XCFWD"
23335 #  - "1VM"
23336 #  - "L2BDMACLRN"
23337   layout:
23338     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
23339     layout: "plot-latency"
23340
23341 -
23342   type: "plot"
23343   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23344   algorithm: "plot_latency_error_bars"
23345   output-file-type: ".html"
23346   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23347   data: "plot-vpp-throughput-latency-3n-hsw"
23348   filter: "'NIC_Intel-X710' and
23349            '64B' and
23350            'NDRPDR' and
23351            ('ETH' or 'DOT1Q') and
23352            '2T2C' and
23353            ('L2BDMACLRN' or 'L2XCFWD') and
23354            'VHOST_1024' and
23355            not 'CFS_OPT' and
23356            not 'VXLAN' and
23357            not 'IP4FWD' and
23358            not 'LBOND'"
23359   parameters:
23360   - "latency"
23361   - "parent"
23362   - "tags"
23363 #  sort:
23364 #  - "1VM"
23365 #  - "L2XCFWD"
23366 #  - "1VM"
23367 #  - "L2BDMACLRN"
23368   layout:
23369     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
23370     layout: "plot-latency"
23371
23372 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
23373 -
23374   type: "plot"
23375   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23376   algorithm: "plot_latency_error_bars"
23377   output-file-type: ".html"
23378   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23379   data: "plot-vpp-throughput-latency-3n-hsw"
23380   filter: "'NIC_Intel-XL710' and
23381            '64B' and
23382            'NDRPDR' and
23383            'ETH' and
23384            'IP4FWD' and
23385            '1T1C' and
23386            'VHOST_1024' and
23387            not 'VXLAN' and
23388            not 'DOT1Q'"
23389   parameters:
23390   - "latency"
23391   - "parent"
23392   - "tags"
23393   sort:
23394   - "not CFS_OPT"
23395   - "1VM"
23396   - "2VM"
23397   layout:
23398     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23399     layout: "plot-latency"
23400
23401 -
23402   type: "plot"
23403   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23404   algorithm: "plot_latency_error_bars"
23405   output-file-type: ".html"
23406   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23407   data: "plot-vpp-throughput-latency-3n-hsw"
23408   filter: "'NIC_Intel-XL710' and
23409            '64B' and
23410            'NDRPDR' and
23411            'ETH' and
23412            'IP4FWD' and
23413            '2T2C' and
23414            'VHOST_1024' and
23415            not 'VXLAN' and
23416            not 'DOT1Q'"
23417   parameters:
23418   - "latency"
23419   - "parent"
23420   - "tags"
23421   sort:
23422   - "not CFS_OPT"
23423   - "1VM"
23424   - "2VM"
23425   layout:
23426     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23427     layout: "plot-latency"
23428
23429 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
23430 -
23431   type: "plot"
23432   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23433   algorithm: "plot_latency_error_bars"
23434   output-file-type: ".html"
23435   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23436   data: "plot-vpp-throughput-latency-3n-hsw"
23437   filter: "'NIC_Intel-XL710' and
23438            '64B' and
23439            'NDRPDR' and
23440            ('ETH' or 'DOT1Q') and
23441            '1T1C' and
23442            'L2BDMACLRN' and
23443            'VHOST_1024' and
23444            not 'VXLAN' and
23445            not 'IP4FWD' and
23446            not '2VM'"
23447   parameters:
23448   - "latency"
23449   - "parent"
23450   - "tags"
23451 #  sort:
23452 #  - "VM"  # "not CFS_OPT"
23453 #  - "CFS_OPT"
23454 #  - "FIB_10K"
23455 #  - "FIB_100K"
23456 #  - "FIB_1M"
23457   layout:
23458     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23459     layout: "plot-latency"
23460
23461 -
23462   type: "plot"
23463   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23464   algorithm: "plot_latency_error_bars"
23465   output-file-type: ".html"
23466   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23467   data: "plot-vpp-throughput-latency-3n-hsw"
23468   filter: "'NIC_Intel-XL710' and
23469            '64B' and
23470            'NDRPDR' and
23471            ('ETH' or 'DOT1Q') and
23472            '2T2C' and
23473            'L2BDMACLRN' and
23474            'VHOST_1024' and
23475            not 'VXLAN' and
23476            not 'IP4FWD' and
23477            not '2VM'"
23478   parameters:
23479   - "latency"
23480   - "parent"
23481   - "tags"
23482 #  sort:
23483 #  - "VM"  # "not CFS_OPT"
23484 #  - "CFS_OPT"
23485 #  - "FIB_10K"
23486 #  - "FIB_100K"
23487 #  - "FIB_1M"
23488   layout:
23489     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23490     layout: "plot-latency"
23491
23492 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
23493 -
23494   type: "plot"
23495   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23496   algorithm: "plot_latency_error_bars"
23497   output-file-type: ".html"
23498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23499   data: "plot-vpp-throughput-latency-3n-hsw"
23500   filter: "'NIC_Intel-XL710' and
23501            '64B' and
23502            'NDRPDR' and
23503            ('ETH' or 'DOT1Q') and
23504            'BASE' and
23505            '1T1C' and
23506            ('L2BDMACLRN' or 'L2XCFWD') and
23507            'VHOST_1024' and
23508            not 'VXLAN' and
23509            not 'IP4FWD' and
23510            not '2VM'"
23511   parameters:
23512   - "latency"
23513   - "parent"
23514   - "tags"
23515 #  sort:
23516 #  - "not CFS_OPT"
23517 #  - "L2XCFWD"
23518 #  - "not CFS_OPT"
23519 #  - "CFS_OPT"
23520   layout:
23521     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
23522     layout: "plot-latency"
23523
23524 -
23525   type: "plot"
23526   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23527   algorithm: "plot_latency_error_bars"
23528   output-file-type: ".html"
23529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23530   data: "plot-vpp-throughput-latency-3n-hsw"
23531   filter: "'NIC_Intel-XL710' and
23532            '64B' and
23533            'NDRPDR' and
23534            ('ETH' or 'DOT1Q') and
23535            'BASE' and
23536            '2T2C' and
23537            ('L2BDMACLRN' or 'L2XCFWD') and
23538            'VHOST_1024' and
23539            not 'VXLAN' and
23540            not 'IP4FWD' and
23541            not '2VM'"
23542   parameters:
23543   - "latency"
23544   - "parent"
23545   - "tags"
23546 #  sort:
23547 #  - "not CFS_OPT"
23548 #  - "L2XCFWD"
23549 #  - "not CFS_OPT"
23550 #  - "CFS_OPT"
23551   layout:
23552     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
23553     layout: "plot-latency"
23554
23555 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
23556 -
23557   type: "plot"
23558   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23559   algorithm: "plot_latency_error_bars"
23560   output-file-type: ".html"
23561   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23562   data: "plot-vpp-throughput-latency-3n-hsw"
23563   filter: "'NIC_Intel-XL710' and
23564            '64B' and
23565            'NDRPDR' and
23566            ('ETH' or 'DOT1Q') and
23567            '1T1C' and
23568            ('L2BDMACLRN' or 'L2XCFWD') and
23569            'VHOST_1024' and
23570            not 'CFS_OPT' and
23571            not 'VXLAN' and
23572            not 'IP4FWD'"
23573   parameters:
23574   - "latency"
23575   - "parent"
23576   - "tags"
23577 #  sort:
23578 #  - "1VM"
23579 #  - "L2XCFWD"
23580 #  - "1VM"
23581 #  - "L2BDMACLRN"
23582   layout:
23583     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
23584     layout: "plot-latency"
23585
23586 -
23587   type: "plot"
23588   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23589   algorithm: "plot_latency_error_bars"
23590   output-file-type: ".html"
23591   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23592   data: "plot-vpp-throughput-latency-3n-hsw"
23593   filter: "'NIC_Intel-XL710' and
23594            '64B' and
23595            'NDRPDR' and
23596            ('ETH' or 'DOT1Q') and
23597            '2T2C' and
23598            ('L2BDMACLRN' or 'L2XCFWD') and
23599            'VHOST_1024' and
23600            not 'CFS_OPT' and
23601            not 'VXLAN' and
23602            not 'IP4FWD'"
23603   parameters:
23604   - "latency"
23605   - "parent"
23606   - "tags"
23607 #  sort:
23608 #  - "1VM"
23609 #  - "L2XCFWD"
23610 #  - "1VM"
23611 #  - "L2BDMACLRN"
23612   layout:
23613     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
23614     layout: "plot-latency"
23615
23616 # Packet Latency - VPP vhost ip4 3n-skx-x710
23617 -
23618   type: "plot"
23619   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23620   algorithm: "plot_latency_error_bars"
23621   output-file-type: ".html"
23622   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23623   data: "plot-vpp-throughput-latency-3n-skx"
23624   filter: "'NIC_Intel-X710' and
23625            '64B' and
23626            'NDRPDR' and
23627            'ETH' and
23628            'IP4FWD' and
23629            '2T1C' and
23630            'VHOST_1024' and
23631            not 'VXLAN' and
23632            not 'DOT1Q'"
23633   parameters:
23634   - "latency"
23635   - "parent"
23636   - "tags"
23637   sort:
23638   - "not CFS_OPT"
23639   - "1VM"
23640   - "2VM"
23641   layout:
23642     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23643     layout: "plot-latency"
23644
23645 -
23646   type: "plot"
23647   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23648   algorithm: "plot_latency_error_bars"
23649   output-file-type: ".html"
23650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23651   data: "plot-vpp-throughput-latency-3n-skx"
23652   filter: "'NIC_Intel-X710' and
23653            '64B' and
23654            'NDRPDR' and
23655            'ETH' and
23656            'IP4FWD' and
23657            '4T2C' and
23658            'VHOST_1024' and
23659            not 'VXLAN' and
23660            not 'DOT1Q'"
23661   parameters:
23662   - "latency"
23663   - "parent"
23664   - "tags"
23665   sort:
23666   - "not CFS_OPT"
23667   - "1VM"
23668   - "2VM"
23669   layout:
23670     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23671     layout: "plot-latency"
23672
23673 # Packet Latency - VPP vhost l2sw 3n-skx-x710
23674 -
23675   type: "plot"
23676   title: "VPP Latency: vhost-l2sw-3n-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-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23680   data: "plot-vpp-throughput-latency-3n-skx"
23681   filter: "'NIC_Intel-X710' and
23682            '64B' and
23683            'NDRPDR' and
23684            ('ETH' or 'DOT1Q') and
23685            '2T1C' and
23686            'L2BDMACLRN' and
23687            'VHOST_1024' and
23688            not 'VXLAN' and
23689            not 'IP4FWD' and
23690            not '2VM'"
23691   parameters:
23692   - "latency"
23693   - "parent"
23694   - "tags"
23695 #  sort:
23696 #  - "VM"  # "not CFS_OPT"
23697 #  - "CFS_OPT"
23698 #  - "FIB_10K"
23699 #  - "FIB_100K"
23700 #  - "FIB_1M"
23701   layout:
23702     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23703     layout: "plot-latency"
23704
23705 -
23706   type: "plot"
23707   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23708   algorithm: "plot_latency_error_bars"
23709   output-file-type: ".html"
23710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23711   data: "plot-vpp-throughput-latency-3n-skx"
23712   filter: "'NIC_Intel-X710' and
23713            '64B' and
23714            'NDRPDR' and
23715            ('ETH' or 'DOT1Q') and
23716            '4T2C' and
23717            'L2BDMACLRN' and
23718            'VHOST_1024' and
23719            not 'VXLAN' and
23720            not 'IP4FWD' and
23721            not '2VM'"
23722   parameters:
23723   - "latency"
23724   - "parent"
23725   - "tags"
23726 #  sort:
23727 #  - "VM"  # "not CFS_OPT"
23728 #  - "CFS_OPT"
23729 #  - "FIB_10K"
23730 #  - "FIB_100K"
23731 #  - "FIB_1M"
23732   layout:
23733     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23734     layout: "plot-latency"
23735
23736 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
23737 -
23738   type: "plot"
23739   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23740   algorithm: "plot_latency_error_bars"
23741   output-file-type: ".html"
23742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23743   data: "plot-vpp-throughput-latency-3n-skx"
23744   filter: "'NIC_Intel-X710' and
23745            '64B' and
23746            'NDRPDR' and
23747            ('ETH' or 'DOT1Q') and
23748            'BASE' and
23749            '2T1C' and
23750            ('L2BDMACLRN' or 'L2XCFWD') and
23751            'VHOST_1024' and
23752            not 'VXLAN' and
23753            not 'IP4FWD' and
23754            not '2VM' and
23755            not 'LBOND'"
23756   parameters:
23757   - "latency"
23758   - "parent"
23759   - "tags"
23760 #  sort:
23761 #  - "not CFS_OPT"
23762 #  - "L2XCFWD"
23763 #  - "not CFS_OPT"
23764 #  - "CFS_OPT"
23765   layout:
23766     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
23767     layout: "plot-latency"
23768
23769 -
23770   type: "plot"
23771   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23772   algorithm: "plot_latency_error_bars"
23773   output-file-type: ".html"
23774   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23775   data: "plot-vpp-throughput-latency-3n-skx"
23776   filter: "'NIC_Intel-X710' and
23777            '64B' and
23778            'NDRPDR' and
23779            ('ETH' or 'DOT1Q') and
23780            'BASE' and
23781            '4T2C' and
23782            ('L2BDMACLRN' or 'L2XCFWD') and
23783            'VHOST_1024' and
23784            not 'VXLAN' and
23785            not 'IP4FWD' and
23786            not '2VM' and
23787            not 'LBOND'"
23788   parameters:
23789   - "latency"
23790   - "parent"
23791   - "tags"
23792 #  sort:
23793 #  - "not CFS_OPT"
23794 #  - "L2XCFWD"
23795 #  - "not CFS_OPT"
23796 #  - "CFS_OPT"
23797   layout:
23798     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
23799     layout: "plot-latency"
23800
23801 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
23802 -
23803   type: "plot"
23804   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23805   algorithm: "plot_latency_error_bars"
23806   output-file-type: ".html"
23807   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23808   data: "plot-vpp-throughput-latency-3n-skx"
23809   filter: "'NIC_Intel-X710' and
23810            '64B' and
23811            'NDRPDR' and
23812            ('ETH' or 'DOT1Q') and
23813            '2T1C' and
23814            ('L2BDMACLRN' or 'L2XCFWD') and
23815            'VHOST_1024' and
23816            not 'CFS_OPT' and
23817            not 'VXLAN' and
23818            not 'IP4FWD' and
23819            not 'LBOND'"
23820   parameters:
23821   - "latency"
23822   - "parent"
23823   - "tags"
23824 #  sort:
23825 #  - "1VM"
23826 #  - "L2XCFWD"
23827 #  - "1VM"
23828 #  - "L2BDMACLRN"
23829   layout:
23830     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23831     layout: "plot-latency"
23832
23833 -
23834   type: "plot"
23835   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23836   algorithm: "plot_latency_error_bars"
23837   output-file-type: ".html"
23838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23839   data: "plot-vpp-throughput-latency-3n-skx"
23840   filter: "'NIC_Intel-X710' and
23841            '64B' and
23842            'NDRPDR' and
23843            ('ETH' or 'DOT1Q') and
23844            '4T2C' and
23845            ('L2BDMACLRN' or 'L2XCFWD') and
23846            'VHOST_1024' and
23847            not 'CFS_OPT' and
23848            not 'VXLAN' and
23849            not 'IP4FWD' and
23850            not 'LBOND'"
23851   parameters:
23852   - "latency"
23853   - "parent"
23854   - "tags"
23855 #  sort:
23856 #  - "1VM"
23857 #  - "L2XCFWD"
23858 #  - "1VM"
23859 #  - "L2BDMACLRN"
23860   layout:
23861     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23862     layout: "plot-latency"
23863
23864 # Packet Latency - VPP vhost ip4 2n-skx-x710
23865 -
23866   type: "plot"
23867   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23868   algorithm: "plot_latency_error_bars"
23869   output-file-type: ".html"
23870   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23871   data: "plot-vpp-throughput-latency-2n-skx"
23872   filter: "'NIC_Intel-X710' and
23873            '64B' and
23874            'NDRPDR' and
23875            'ETH' and
23876            'IP4FWD' and
23877            '2T1C' and
23878            'VHOST_1024' and
23879            not 'VXLAN' and
23880            not 'NF_DENSITY' and
23881            not 'DOT1Q'"
23882   parameters:
23883   - "latency"
23884   - "parent"
23885   - "tags"
23886   sort:
23887   - "not CFS_OPT"
23888   - "1VM"
23889   - "2VM"
23890   layout:
23891     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23892     layout: "plot-latency"
23893
23894 -
23895   type: "plot"
23896   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23897   algorithm: "plot_latency_error_bars"
23898   output-file-type: ".html"
23899   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23900   data: "plot-vpp-throughput-latency-2n-skx"
23901   filter: "'NIC_Intel-X710' and
23902            '64B' and
23903            'NDRPDR' and
23904            'ETH' and
23905            'IP4FWD' and
23906            '4T2C' and
23907            'VHOST_1024' and
23908            not 'VXLAN' and
23909            not 'NF_DENSITY' and
23910            not 'DOT1Q'"
23911   parameters:
23912   - "latency"
23913   - "parent"
23914   - "tags"
23915   sort:
23916   - "not CFS_OPT"
23917   - "1VM"
23918   - "2VM"
23919   layout:
23920     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23921     layout: "plot-latency"
23922
23923 # Packet Latency - VPP vhost l2sw 2n-skx-x710
23924 -
23925   type: "plot"
23926   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23927   algorithm: "plot_latency_error_bars"
23928   output-file-type: ".html"
23929   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23930   data: "plot-vpp-throughput-latency-2n-skx"
23931   filter: "'NIC_Intel-X710' and
23932            '64B' and
23933            'NDRPDR' and
23934            ('ETH' or 'DOT1Q') and
23935            '2T1C' and
23936            'L2BDMACLRN' and
23937            'VHOST_1024' and
23938            not 'VXLAN' and
23939            not 'IP4FWD' and
23940            not 'NF_DENSITY' and
23941            not '2VM'"
23942   parameters:
23943   - "latency"
23944   - "parent"
23945   - "tags"
23946 #  sort:
23947 #  - "VM"  # "not CFS_OPT"
23948 #  - "CFS_OPT"
23949 #  - "FIB_10K"
23950 #  - "FIB_100K"
23951 #  - "FIB_1M"
23952   layout:
23953     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23954     layout: "plot-latency"
23955
23956 -
23957   type: "plot"
23958   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23959   algorithm: "plot_latency_error_bars"
23960   output-file-type: ".html"
23961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23962   data: "plot-vpp-throughput-latency-2n-skx"
23963   filter: "'NIC_Intel-X710' and
23964            '64B' and
23965            'NDRPDR' and
23966            ('ETH' or 'DOT1Q') and
23967            '4T2C' and
23968            'L2BDMACLRN' and
23969            'VHOST_1024' and
23970            not 'VXLAN' and
23971            not 'NF_DENSITY' and
23972            not 'IP4FWD' and
23973            not '2VM'"
23974   parameters:
23975   - "latency"
23976   - "parent"
23977   - "tags"
23978 #  sort:
23979 #  - "VM"  # "not CFS_OPT"
23980 #  - "CFS_OPT"
23981 #  - "FIB_10K"
23982 #  - "FIB_100K"
23983 #  - "FIB_1M"
23984   layout:
23985     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23986     layout: "plot-latency"
23987
23988 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23989 -
23990   type: "plot"
23991   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23992   algorithm: "plot_latency_error_bars"
23993   output-file-type: ".html"
23994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23995   data: "plot-vpp-throughput-latency-2n-skx"
23996   filter: "'NIC_Intel-X710' and
23997            '64B' and
23998            'NDRPDR' and
23999            ('ETH' or 'DOT1Q') and
24000            'BASE' and
24001            '2T1C' and
24002            ('L2BDMACLRN' or 'L2XCFWD') and
24003            'VHOST_1024' and
24004            not 'VXLAN' and
24005            not 'NF_DENSITY' and
24006            not 'IP4FWD' and
24007            not '2VM'"
24008   parameters:
24009   - "latency"
24010   - "parent"
24011   - "tags"
24012 #  sort:
24013 #  - "not CFS_OPT"
24014 #  - "L2XCFWD"
24015 #  - "not CFS_OPT"
24016 #  - "CFS_OPT"
24017   layout:
24018     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
24019     layout: "plot-latency"
24020
24021 -
24022   type: "plot"
24023   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
24024   algorithm: "plot_latency_error_bars"
24025   output-file-type: ".html"
24026   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
24027   data: "plot-vpp-throughput-latency-2n-skx"
24028   filter: "'NIC_Intel-X710' and
24029            '64B' and
24030            'NDRPDR' and
24031            ('ETH' or 'DOT1Q') and
24032            'BASE' and
24033            '4T2C' and
24034            ('L2BDMACLRN' or 'L2XCFWD') and
24035            'VHOST_1024' and
24036            not 'VXLAN' and
24037            not 'NF_DENSITY' and
24038            not 'IP4FWD' and
24039            not '2VM'"
24040   parameters:
24041   - "latency"
24042   - "parent"
24043   - "tags"
24044 #  sort:
24045 #  - "not CFS_OPT"
24046 #  - "L2XCFWD"
24047 #  - "not CFS_OPT"
24048 #  - "CFS_OPT"
24049   layout:
24050     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
24051     layout: "plot-latency"
24052
24053 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
24054 -
24055   type: "plot"
24056   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
24057   algorithm: "plot_latency_error_bars"
24058   output-file-type: ".html"
24059   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
24060   data: "plot-vpp-throughput-latency-2n-skx"
24061   filter: "'NIC_Intel-X710' and
24062            '64B' and
24063            'NDRPDR' and
24064            ('ETH' or 'DOT1Q') and
24065            '2T1C' and
24066            ('L2BDMACLRN' or 'L2XCFWD') and
24067            'VHOST_1024' and
24068            not 'CFS_OPT' and
24069            not 'VXLAN' and
24070            not 'NF_DENSITY' and
24071            not 'IP4FWD'"
24072   parameters:
24073   - "latency"
24074   - "parent"
24075   - "tags"
24076 #  sort:
24077 #  - "1VM"
24078 #  - "L2XCFWD"
24079 #  - "1VM"
24080 #  - "L2BDMACLRN"
24081   layout:
24082     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
24083     layout: "plot-latency"
24084
24085 -
24086   type: "plot"
24087   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
24088   algorithm: "plot_latency_error_bars"
24089   output-file-type: ".html"
24090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
24091   data: "plot-vpp-throughput-latency-2n-skx"
24092   filter: "'NIC_Intel-X710' and
24093            '64B' and
24094            'NDRPDR' and
24095            ('ETH' or 'DOT1Q') and
24096            '4T2C' and
24097            ('L2BDMACLRN' or 'L2XCFWD') and
24098            'VHOST_1024' and
24099            not 'CFS_OPT' and
24100            not 'VXLAN' and
24101            not 'NF_DENSITY' and
24102            not 'IP4FWD'"
24103   parameters:
24104   - "latency"
24105   - "parent"
24106   - "tags"
24107 #  sort:
24108 #  - "1VM"
24109 #  - "L2XCFWD"
24110 #  - "1VM"
24111 #  - "L2BDMACLRN"
24112   layout:
24113     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
24114     layout: "plot-latency"
24115
24116 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
24117 -
24118   type: "plot"
24119   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24120   algorithm: "plot_latency_error_bars"
24121   output-file-type: ".html"
24122   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24123   data: "plot-vpp-throughput-latency-2n-skx"
24124   filter: "'NIC_Intel-XXV710' and
24125            '64B' and
24126            'NDRPDR' and
24127            'ETH' and
24128            'IP4FWD' and
24129            '2T1C' and
24130            'VHOST_1024' and
24131            not 'VXLAN' and
24132            not 'DOT1Q'"
24133   parameters:
24134   - "latency"
24135   - "parent"
24136   - "tags"
24137   sort:
24138   - "not CFS_OPT"
24139   - "1VM"
24140   - "2VM"
24141   layout:
24142     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24143     layout: "plot-latency"
24144
24145 -
24146   type: "plot"
24147   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24148   algorithm: "plot_latency_error_bars"
24149   output-file-type: ".html"
24150   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24151   data: "plot-vpp-throughput-latency-2n-skx"
24152   filter: "'NIC_Intel-XXV710' and
24153            '64B' and
24154            'NDRPDR' and
24155            'ETH' and
24156            'IP4FWD' and
24157            '4T2C' and
24158            'VHOST_1024' and
24159            not 'VXLAN' and
24160            not 'DOT1Q'"
24161   parameters:
24162   - "latency"
24163   - "parent"
24164   - "tags"
24165   sort:
24166   - "not CFS_OPT"
24167   - "1VM"
24168   - "2VM"
24169   layout:
24170     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24171     layout: "plot-latency"
24172
24173 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
24174 -
24175   type: "plot"
24176   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24177   algorithm: "plot_latency_error_bars"
24178   output-file-type: ".html"
24179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24180   data: "plot-vpp-throughput-latency-2n-skx"
24181   filter: "'NIC_Intel-XXV710' and
24182            '64B' and
24183            'NDRPDR' and
24184            ('ETH' or 'DOT1Q') and
24185            '2T1C' and
24186            'L2BDMACLRN' and
24187            'VHOST_1024' and
24188            not 'VXLAN' and
24189            not 'IP4FWD' and
24190            not '2VM'"
24191   parameters:
24192   - "latency"
24193   - "parent"
24194   - "tags"
24195 #  sort:
24196 #  - "VM"  # "not CFS_OPT"
24197 #  - "CFS_OPT"
24198 #  - "FIB_10K"
24199 #  - "FIB_100K"
24200 #  - "FIB_1M"
24201   layout:
24202     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24203     layout: "plot-latency"
24204
24205 -
24206   type: "plot"
24207   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24208   algorithm: "plot_latency_error_bars"
24209   output-file-type: ".html"
24210   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24211   data: "plot-vpp-throughput-latency-2n-skx"
24212   filter: "'NIC_Intel-XXV710' and
24213            '64B' and
24214            'NDRPDR' and
24215            ('ETH' or 'DOT1Q') and
24216            '4T2C' and
24217            'L2BDMACLRN' and
24218            'VHOST_1024' and
24219            not 'VXLAN' and
24220            not 'IP4FWD' and
24221            not '2VM'"
24222   parameters:
24223   - "latency"
24224   - "parent"
24225   - "tags"
24226 #  sort:
24227 #  - "VM"  # "not CFS_OPT"
24228 #  - "CFS_OPT"
24229 #  - "FIB_10K"
24230 #  - "FIB_100K"
24231 #  - "FIB_1M"
24232   layout:
24233     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24234     layout: "plot-latency"
24235
24236 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
24237 -
24238   type: "plot"
24239   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24240   algorithm: "plot_latency_error_bars"
24241   output-file-type: ".html"
24242   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24243   data: "plot-vpp-throughput-latency-2n-skx"
24244   filter: "'NIC_Intel-XXV710' and
24245            '64B' and
24246            'NDRPDR' and
24247            ('ETH' or 'DOT1Q') and
24248            'BASE' and
24249            '2T1C' and
24250            ('L2BDMACLRN' or 'L2XCFWD') and
24251            'VHOST_1024' and
24252            not 'VXLAN' and
24253            not 'IP4FWD' and
24254            not '2VM'"
24255   parameters:
24256   - "latency"
24257   - "parent"
24258   - "tags"
24259 #  sort:
24260 #  - "not CFS_OPT"
24261 #  - "L2XCFWD"
24262 #  - "not CFS_OPT"
24263 #  - "CFS_OPT"
24264   layout:
24265     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
24266     layout: "plot-latency"
24267
24268 -
24269   type: "plot"
24270   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24271   algorithm: "plot_latency_error_bars"
24272   output-file-type: ".html"
24273   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24274   data: "plot-vpp-throughput-latency-2n-skx"
24275   filter: "'NIC_Intel-XXV710' and
24276            '64B' and
24277            'NDRPDR' and
24278            ('ETH' or 'DOT1Q') and
24279            'BASE' and
24280            '4T2C' and
24281            ('L2BDMACLRN' or 'L2XCFWD') and
24282            'VHOST_1024' and
24283            not 'VXLAN' and
24284            not 'IP4FWD' and
24285            not '2VM'"
24286   parameters:
24287   - "latency"
24288   - "parent"
24289   - "tags"
24290 #  sort:
24291 #  - "not CFS_OPT"
24292 #  - "L2XCFWD"
24293 #  - "not CFS_OPT"
24294 #  - "CFS_OPT"
24295   layout:
24296     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
24297     layout: "plot-latency"
24298
24299 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
24300 -
24301   type: "plot"
24302   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24303   algorithm: "plot_latency_error_bars"
24304   output-file-type: ".html"
24305   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24306   data: "plot-vpp-throughput-latency-2n-skx"
24307   filter: "'NIC_Intel-XXV710' and
24308            '64B' and
24309            'NDRPDR' and
24310            ('ETH' or 'DOT1Q') and
24311            '2T1C' and
24312            ('L2BDMACLRN' or 'L2XCFWD') and
24313            'VHOST_1024' and
24314            not 'CFS_OPT' and
24315            not 'VXLAN' and
24316            not 'IP4FWD'"
24317   parameters:
24318   - "latency"
24319   - "parent"
24320   - "tags"
24321 #  sort:
24322 #  - "1VM"
24323 #  - "L2XCFWD"
24324 #  - "1VM"
24325 #  - "L2BDMACLRN"
24326   layout:
24327     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
24328     layout: "plot-latency"
24329
24330 -
24331   type: "plot"
24332   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24333   algorithm: "plot_latency_error_bars"
24334   output-file-type: ".html"
24335   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24336   data: "plot-vpp-throughput-latency-2n-skx"
24337   filter: "'NIC_Intel-XXV710' and
24338            '64B' and
24339            'NDRPDR' and
24340            ('ETH' or 'DOT1Q') and
24341            '4T2C' and
24342            ('L2BDMACLRN' or 'L2XCFWD') and
24343            'VHOST_1024' and
24344            not 'CFS_OPT' and
24345            not 'VXLAN' and
24346            not 'IP4FWD'"
24347   parameters:
24348   - "latency"
24349   - "parent"
24350   - "tags"
24351 #  sort:
24352 #  - "1VM"
24353 #  - "L2XCFWD"
24354 #  - "1VM"
24355 #  - "L2BDMACLRN"
24356   layout:
24357     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
24358     layout: "plot-latency"
24359
24360 ################################################################################
24361
24362 # Packet Latency - VPP VTS 3n-hsw-x520
24363 -
24364   type: "plot"
24365   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24366   algorithm: "plot_latency_error_bars"
24367   output-file-type: ".html"
24368   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24369   data: "plot-vpp-throughput-latency-3n-hsw"
24370   filter: "'NIC_Intel-X520-DA2' and
24371            '114B' and
24372            'NDRPDR' and
24373            '1T1C' and
24374            'VTS'"
24375   parameters:
24376   - "latency"
24377   - "parent"
24378   - "tags"
24379   layout:
24380     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
24381     layout: "plot-latency"
24382
24383 -
24384   type: "plot"
24385   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24386   algorithm: "plot_latency_error_bars"
24387   output-file-type: ".html"
24388   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24389   data: "plot-vpp-throughput-latency-3n-hsw"
24390   filter: "'NIC_Intel-X520-DA2' and
24391            '114B' and
24392            'NDRPDR' and
24393            '2T2C' and
24394            'VTS'"
24395   parameters:
24396   - "latency"
24397   - "parent"
24398   - "tags"
24399   layout:
24400     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
24401     layout: "plot-latency"
24402
24403 ################################################################################
24404
24405 # Packet Latency - DPDK l3fwd 3n-hsw-x520
24406 -
24407   type: "plot"
24408   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24409   algorithm: "plot_latency_error_bars"
24410   output-file-type: ".html"
24411   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24412   data: "plot-dpdk-throughput-latency-3n-hsw"
24413   filter: "'NIC_Intel-X520-DA2' and
24414            '64B' and
24415            'BASE' and
24416            'NDRPDR' and
24417            '1T1C' and
24418            'IP4FWD'"
24419   parameters:
24420   - "latency"
24421   - "parent"
24422   - "tags"
24423   layout:
24424     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
24425     layout: "plot-latency"
24426
24427 -
24428   type: "plot"
24429   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24430   algorithm: "plot_latency_error_bars"
24431   output-file-type: ".html"
24432   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24433   data: "plot-dpdk-throughput-latency-3n-hsw"
24434   filter: "'NIC_Intel-X520-DA2' and
24435            '64B' and
24436            'BASE' and
24437            'NDRPDR' and
24438            '2T2C' and
24439            'IP4FWD'"
24440   parameters:
24441   - "latency"
24442   - "parent"
24443   - "tags"
24444   layout:
24445     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
24446     layout: "plot-latency"
24447
24448 # Packet Latency - DPDK l3fwd 3n-hsw-x710
24449 -
24450   type: "plot"
24451   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24452   algorithm: "plot_latency_error_bars"
24453   output-file-type: ".html"
24454   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24455   data: "plot-dpdk-throughput-latency-3n-hsw"
24456   filter: "'NIC_Intel-X710' and
24457            '64B' and
24458            'BASE' and
24459            'NDRPDR' and
24460            '1T1C' and
24461            'IP4FWD'"
24462   parameters:
24463   - "latency"
24464   - "parent"
24465   - "tags"
24466   layout:
24467     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
24468     layout: "plot-latency"
24469
24470 -
24471   type: "plot"
24472   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24473   algorithm: "plot_latency_error_bars"
24474   output-file-type: ".html"
24475   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24476   data: "plot-dpdk-throughput-latency-3n-hsw"
24477   filter: "'NIC_Intel-X710' and
24478            '64B' and
24479            'BASE' and
24480            'NDRPDR' and
24481            '2T2C' and
24482            'IP4FWD'"
24483   parameters:
24484   - "latency"
24485   - "parent"
24486   - "tags"
24487   layout:
24488     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
24489     layout: "plot-latency"
24490
24491 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
24492 -
24493   type: "plot"
24494   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24495   algorithm: "plot_latency_error_bars"
24496   output-file-type: ".html"
24497   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24498   data: "plot-dpdk-throughput-latency-3n-hsw"
24499   filter: "'NIC_Intel-XL710' and
24500            '64B' and
24501            'BASE' and
24502            'NDRPDR' and
24503            '1T1C' and
24504            'IP4FWD'"
24505   parameters:
24506   - "latency"
24507   - "parent"
24508   - "tags"
24509   layout:
24510     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
24511     layout: "plot-latency"
24512
24513 -
24514   type: "plot"
24515   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24516   algorithm: "plot_latency_error_bars"
24517   output-file-type: ".html"
24518   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24519   data: "plot-dpdk-throughput-latency-3n-hsw"
24520   filter: "'NIC_Intel-XL710' and
24521            '64B' and
24522            'BASE' and
24523            'NDRPDR' and
24524            '2T2C' and
24525            'IP4FWD'"
24526   parameters:
24527   - "latency"
24528   - "parent"
24529   - "tags"
24530   layout:
24531     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
24532     layout: "plot-latency"
24533
24534 # Packet Latency - DPDK l3fwd 3n-skx-x710
24535 -
24536   type: "plot"
24537   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24538   algorithm: "plot_latency_error_bars"
24539   output-file-type: ".html"
24540   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24541   data: "plot-dpdk-throughput-latency-3n-skx"
24542   filter: "'NIC_Intel-X710' and
24543            '64B' and
24544            'BASE' and
24545            'NDRPDR' and
24546            '2T1C' and
24547            'IP4FWD'"
24548   parameters:
24549   - "latency"
24550   - "parent"
24551   - "tags"
24552   layout:
24553     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
24554     layout: "plot-latency"
24555
24556 -
24557   type: "plot"
24558   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24559   algorithm: "plot_latency_error_bars"
24560   output-file-type: ".html"
24561   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24562   data: "plot-dpdk-throughput-latency-3n-skx"
24563   filter: "'NIC_Intel-X710' and
24564            '64B' and
24565            'BASE' and
24566            'NDRPDR' and
24567            '4T2C' and
24568            'IP4FWD'"
24569   parameters:
24570   - "latency"
24571   - "parent"
24572   - "tags"
24573   layout:
24574     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
24575     layout: "plot-latency"
24576
24577 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
24578 -
24579   type: "plot"
24580   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24581   algorithm: "plot_latency_error_bars"
24582   output-file-type: ".html"
24583   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24584   data: "plot-dpdk-throughput-latency-3n-skx"
24585   filter: "'NIC_Intel-XXV710' and
24586            '64B' and
24587            'BASE' and
24588            'NDRPDR' and
24589            '2T1C' and
24590            'IP4FWD'"
24591   parameters:
24592   - "latency"
24593   - "parent"
24594   - "tags"
24595   layout:
24596     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
24597     layout: "plot-latency"
24598
24599 -
24600   type: "plot"
24601   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24602   algorithm: "plot_latency_error_bars"
24603   output-file-type: ".html"
24604   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24605   data: "plot-dpdk-throughput-latency-3n-skx"
24606   filter: "'NIC_Intel-XXV710' and
24607            '64B' and
24608            'BASE' and
24609            'NDRPDR' and
24610            '4T2C' and
24611            'IP4FWD'"
24612   parameters:
24613   - "latency"
24614   - "parent"
24615   - "tags"
24616   layout:
24617     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
24618     layout: "plot-latency"
24619
24620 # Packet Latency - DPDK l3fwd 2n-skx-x710
24621 -
24622   type: "plot"
24623   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24624   algorithm: "plot_latency_error_bars"
24625   output-file-type: ".html"
24626   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24627   data: "plot-dpdk-throughput-latency-2n-skx"
24628   filter: "'NIC_Intel-X710' and
24629            '64B' and
24630            'BASE' and
24631            'NDRPDR' and
24632            '2T1C' and
24633            'IP4FWD'"
24634   parameters:
24635   - "latency"
24636   - "parent"
24637   - "tags"
24638   layout:
24639     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
24640     layout: "plot-latency"
24641
24642 -
24643   type: "plot"
24644   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24645   algorithm: "plot_latency_error_bars"
24646   output-file-type: ".html"
24647   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24648   data: "plot-dpdk-throughput-latency-2n-skx"
24649   filter: "'NIC_Intel-X710' and
24650            '64B' and
24651            'BASE' and
24652            'NDRPDR' and
24653            '4T2C' and
24654            'IP4FWD'"
24655   parameters:
24656   - "latency"
24657   - "parent"
24658   - "tags"
24659   layout:
24660     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
24661     layout: "plot-latency"
24662
24663 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
24664 -
24665   type: "plot"
24666   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24667   algorithm: "plot_latency_error_bars"
24668   output-file-type: ".html"
24669   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24670   data: "plot-dpdk-throughput-latency-2n-skx"
24671   filter: "'NIC_Intel-XXV710' and
24672            '64B' and
24673            'BASE' and
24674            'NDRPDR' and
24675            '2T1C' and
24676            'IP4FWD'"
24677   parameters:
24678   - "latency"
24679   - "parent"
24680   - "tags"
24681   layout:
24682     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
24683     layout: "plot-latency"
24684
24685 -
24686   type: "plot"
24687   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24688   algorithm: "plot_latency_error_bars"
24689   output-file-type: ".html"
24690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24691   data: "plot-dpdk-throughput-latency-2n-skx"
24692   filter: "'NIC_Intel-XXV710' and
24693            '64B' and
24694            'BASE' and
24695            'NDRPDR' and
24696            '4T2C' and
24697            'IP4FWD'"
24698   parameters:
24699   - "latency"
24700   - "parent"
24701   - "tags"
24702   layout:
24703     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
24704     layout: "plot-latency"
24705
24706 ################################################################################
24707
24708 # Packet Latency - DPDK testpmd 3n-hsw-x520
24709 -
24710   type: "plot"
24711   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24712   algorithm: "plot_latency_error_bars"
24713   output-file-type: ".html"
24714   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24715   data: "plot-dpdk-throughput-latency-3n-hsw"
24716   filter: "'NIC_Intel-X520-DA2' and
24717            '64B' and
24718            'BASE' and
24719            'NDRPDR' and
24720            '1T1C' and
24721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24722   parameters:
24723   - "latency"
24724   - "parent"
24725   - "tags"
24726   layout:
24727     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
24728     layout: "plot-latency"
24729
24730 -
24731   type: "plot"
24732   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24733   algorithm: "plot_latency_error_bars"
24734   output-file-type: ".html"
24735   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24736   data: "plot-dpdk-throughput-latency-3n-hsw"
24737   filter: "'NIC_Intel-X520-DA2' and
24738            '64B' and
24739            'BASE' and
24740            'NDRPDR' and
24741            '2T2C' and
24742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24743   parameters:
24744   - "latency"
24745   - "parent"
24746   - "tags"
24747   layout:
24748     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
24749     layout: "plot-latency"
24750
24751 # Packet Latency - DPDK testpmd 3n-hsw-x710
24752 -
24753   type: "plot"
24754   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24755   algorithm: "plot_latency_error_bars"
24756   output-file-type: ".html"
24757   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24758   data: "plot-dpdk-throughput-latency-3n-hsw"
24759   filter: "'NIC_Intel-X710' and
24760            '64B' and
24761            'BASE' and
24762            'NDRPDR' and
24763            '1T1C' and
24764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24765   parameters:
24766   - "latency"
24767   - "parent"
24768   - "tags"
24769   layout:
24770     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
24771     layout: "plot-latency"
24772
24773 -
24774   type: "plot"
24775   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24776   algorithm: "plot_latency_error_bars"
24777   output-file-type: ".html"
24778   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24779   data: "plot-dpdk-throughput-latency-3n-hsw"
24780   filter: "'NIC_Intel-X710' and
24781            '64B' and
24782            'BASE' and
24783            'NDRPDR' and
24784            '2T2C' and
24785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24786   parameters:
24787   - "latency"
24788   - "parent"
24789   - "tags"
24790   layout:
24791     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
24792     layout: "plot-latency"
24793
24794 # Packet Latency - DPDK testpmd 3n-hsw-xl710
24795 -
24796   type: "plot"
24797   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24798   algorithm: "plot_latency_error_bars"
24799   output-file-type: ".html"
24800   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24801   data: "plot-dpdk-throughput-latency-3n-hsw"
24802   filter: "'NIC_Intel-XL710' and
24803            '64B' and
24804            'BASE' and
24805            'NDRPDR' and
24806            '1T1C' and
24807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24808   parameters:
24809   - "latency"
24810   - "parent"
24811   - "tags"
24812   layout:
24813     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24814     layout: "plot-latency"
24815
24816 -
24817   type: "plot"
24818   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24819   algorithm: "plot_latency_error_bars"
24820   output-file-type: ".html"
24821   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24822   data: "plot-dpdk-throughput-latency-3n-hsw"
24823   filter: "'NIC_Intel-XL710' and
24824            '64B' and
24825            'BASE' and
24826            'NDRPDR' and
24827            '2T2C' and
24828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24829   parameters:
24830   - "latency"
24831   - "parent"
24832   - "tags"
24833   layout:
24834     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24835     layout: "plot-latency"
24836
24837 # Packet Latency - DPDK testpmd 3n-skx-x710
24838 -
24839   type: "plot"
24840   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24841   algorithm: "plot_latency_error_bars"
24842   output-file-type: ".html"
24843   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24844   data: "plot-dpdk-throughput-latency-3n-skx"
24845   filter: "'NIC_Intel-X710' and
24846            '64B' and
24847            'BASE' and
24848            'NDRPDR' and
24849            '2T1C' and
24850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24851   parameters:
24852   - "latency"
24853   - "parent"
24854   - "tags"
24855   layout:
24856     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24857     layout: "plot-latency"
24858
24859 -
24860   type: "plot"
24861   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24862   algorithm: "plot_latency_error_bars"
24863   output-file-type: ".html"
24864   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24865   data: "plot-dpdk-throughput-latency-3n-skx"
24866   filter: "'NIC_Intel-X710' and
24867            '64B' and
24868            'BASE' and
24869            'NDRPDR' and
24870            '4T2C' and
24871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24872   parameters:
24873   - "latency"
24874   - "parent"
24875   - "tags"
24876   layout:
24877     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24878     layout: "plot-latency"
24879
24880 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24881 -
24882   type: "plot"
24883   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24884   algorithm: "plot_latency_error_bars"
24885   output-file-type: ".html"
24886   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24887   data: "plot-dpdk-throughput-latency-3n-skx"
24888   filter: "'NIC_Intel-XXV710' and
24889            '64B' and
24890            'BASE' and
24891            'NDRPDR' and
24892            '2T1C' and
24893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24894   parameters:
24895   - "latency"
24896   - "parent"
24897   - "tags"
24898   layout:
24899     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24900     layout: "plot-latency"
24901
24902 -
24903   type: "plot"
24904   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24905   algorithm: "plot_latency_error_bars"
24906   output-file-type: ".html"
24907   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24908   data: "plot-dpdk-throughput-latency-3n-skx"
24909   filter: "'NIC_Intel-XXV710' and
24910            '64B' and
24911            'BASE' and
24912            'NDRPDR' and
24913            '4T2C' and
24914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24915   parameters:
24916   - "latency"
24917   - "parent"
24918   - "tags"
24919   layout:
24920     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24921     layout: "plot-latency"
24922
24923 # Packet Latency - DPDK testpmd 2n-skx-x710
24924 -
24925   type: "plot"
24926   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24927   algorithm: "plot_latency_error_bars"
24928   output-file-type: ".html"
24929   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24930   data: "plot-dpdk-throughput-latency-2n-skx"
24931   filter: "'NIC_Intel-X710' and
24932            '64B' and
24933            'BASE' and
24934            'NDRPDR' and
24935            '2T1C' and
24936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24937   parameters:
24938   - "latency"
24939   - "parent"
24940   - "tags"
24941   layout:
24942     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24943     layout: "plot-latency"
24944
24945 -
24946   type: "plot"
24947   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24948   algorithm: "plot_latency_error_bars"
24949   output-file-type: ".html"
24950   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24951   data: "plot-dpdk-throughput-latency-2n-skx"
24952   filter: "'NIC_Intel-X710' and
24953            '64B' and
24954            'BASE' and
24955            'NDRPDR' and
24956            '4T2C' and
24957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24958   parameters:
24959   - "latency"
24960   - "parent"
24961   - "tags"
24962   layout:
24963     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24964     layout: "plot-latency"
24965
24966 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24967 -
24968   type: "plot"
24969   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24970   algorithm: "plot_latency_error_bars"
24971   output-file-type: ".html"
24972   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24973   data: "plot-dpdk-throughput-latency-2n-skx"
24974   filter: "'NIC_Intel-XXV710' and
24975            '64B' and
24976            'BASE' and
24977            'NDRPDR' and
24978            '2T1C' and
24979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24980   parameters:
24981   - "latency"
24982   - "parent"
24983   - "tags"
24984   layout:
24985     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24986     layout: "plot-latency"
24987
24988 -
24989   type: "plot"
24990   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24991   algorithm: "plot_latency_error_bars"
24992   output-file-type: ".html"
24993   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24994   data: "plot-dpdk-throughput-latency-2n-skx"
24995   filter: "'NIC_Intel-XXV710' and
24996            '64B' and
24997            'BASE' and
24998            'NDRPDR' and
24999            '4T2C' and
25000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
25001   parameters:
25002   - "latency"
25003   - "parent"
25004   - "tags"
25005   layout:
25006     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
25007     layout: "plot-latency"
25008
25009 ################################################################################
25010
25011 # Speedup - VPP Container Memif 3n-hsw-x520
25012 -
25013   type: "plot"
25014   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25015   algorithm: "plot_throughput_speedup_analysis"
25016   output-file-type: ".html"
25017   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25018   data: "plot-throughput-speedup-analysis-3n-hsw"
25019   filter: "'NIC_Intel-X520-DA2' and
25020            '64B' and
25021            ('BASE' or 'SCALE') and
25022            'NDRPDR' and
25023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25024            not 'VHOST' and
25025            'MEMIF'"
25026   parameters:
25027   - "throughput"
25028   - "parent"
25029   - "tags"
25030   sort:
25031   - "L2XCFWD"
25032   - "L2XCFWD"
25033   - "L2XCFWD"
25034   - "L2BDMACLRN"
25035   - "L2BDMACLRN"
25036   - "L2BDMACLRN"
25037   layout:
25038     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
25039     layout: "plot-throughput-speedup-analysis"
25040
25041 -
25042   type: "plot"
25043   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25044   algorithm: "plot_throughput_speedup_analysis"
25045   output-file-type: ".html"
25046   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25047   data: "plot-throughput-speedup-analysis-3n-hsw"
25048   filter: "'NIC_Intel-X520-DA2' and
25049            '64B' and
25050            ('BASE' or 'SCALE') and
25051            'NDRPDR' and
25052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25053            not 'VHOST' and
25054            'MEMIF'"
25055   parameters:
25056   - "throughput"
25057   - "parent"
25058   - "tags"
25059   sort:
25060   - "L2XCFWD"
25061   - "L2XCFWD"
25062   - "L2XCFWD"
25063   - "L2BDMACLRN"
25064   - "L2BDMACLRN"
25065   - "L2BDMACLRN"
25066   layout:
25067     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
25068     layout: "plot-throughput-speedup-analysis"
25069
25070 # Speedup - VPP Container Memif 3n-hsw-x710
25071 -
25072   type: "plot"
25073   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25074   algorithm: "plot_throughput_speedup_analysis"
25075   output-file-type: ".html"
25076   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25077   data: "plot-throughput-speedup-analysis-3n-hsw"
25078   filter: "'NIC_Intel-X710' and
25079            '64B' and
25080            ('BASE' or 'SCALE') and
25081            'NDRPDR' and
25082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25083            not 'VHOST' and
25084            'MEMIF'"
25085   parameters:
25086   - "throughput"
25087   - "parent"
25088   - "tags"
25089   sort:
25090   - "L2XCFWD"
25091   - "L2XCFWD"
25092   - "L2XCFWD"
25093   - "L2BDMACLRN"
25094   - "L2BDMACLRN"
25095   - "L2BDMACLRN"
25096   layout:
25097     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
25098     layout: "plot-throughput-speedup-analysis"
25099
25100 -
25101   type: "plot"
25102   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25103   algorithm: "plot_throughput_speedup_analysis"
25104   output-file-type: ".html"
25105   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25106   data: "plot-throughput-speedup-analysis-3n-hsw"
25107   filter: "'NIC_Intel-X710' and
25108            '64B' and
25109            ('BASE' or 'SCALE') and
25110            'NDRPDR' and
25111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25112            not 'VHOST' and
25113            'MEMIF'"
25114   parameters:
25115   - "throughput"
25116   - "parent"
25117   - "tags"
25118   sort:
25119   - "L2XCFWD"
25120   - "L2XCFWD"
25121   - "L2XCFWD"
25122   - "L2BDMACLRN"
25123   - "L2BDMACLRN"
25124   - "L2BDMACLRN"
25125   layout:
25126     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
25127     layout: "plot-throughput-speedup-analysis"
25128
25129 # Speedup - VPP Container Memif 3n-hsw-xl710
25130 -
25131   type: "plot"
25132   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25133   algorithm: "plot_throughput_speedup_analysis"
25134   output-file-type: ".html"
25135   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25136   data: "plot-throughput-speedup-analysis-3n-hsw"
25137   filter: "'NIC_Intel-XL710' and
25138            '64B' and
25139            ('BASE' or 'SCALE') and
25140            'NDRPDR' and
25141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25142            not 'VHOST' and
25143            'MEMIF'"
25144   parameters:
25145   - "throughput"
25146   - "parent"
25147   - "tags"
25148   sort:
25149   - "L2XCFWD"
25150   - "L2XCFWD"
25151   - "L2XCFWD"
25152   - "L2BDMACLRN"
25153   - "L2BDMACLRN"
25154   - "L2BDMACLRN"
25155   layout:
25156     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
25157     layout: "plot-throughput-speedup-analysis"
25158
25159 -
25160   type: "plot"
25161   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25162   algorithm: "plot_throughput_speedup_analysis"
25163   output-file-type: ".html"
25164   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25165   data: "plot-throughput-speedup-analysis-3n-hsw"
25166   filter: "'NIC_Intel-XL710' and
25167            '64B' and
25168            ('BASE' or 'SCALE') and
25169            'NDRPDR' and
25170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25171            not 'VHOST' and
25172            'MEMIF'"
25173   parameters:
25174   - "throughput"
25175   - "parent"
25176   - "tags"
25177   sort:
25178   - "L2XCFWD"
25179   - "L2XCFWD"
25180   - "L2XCFWD"
25181   - "L2BDMACLRN"
25182   - "L2BDMACLRN"
25183   - "L2BDMACLRN"
25184   layout:
25185     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
25186     layout: "plot-throughput-speedup-analysis"
25187
25188 # Speedup - VPP Container Memif 3n-skx-x710
25189 -
25190   type: "plot"
25191   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25192   algorithm: "plot_throughput_speedup_analysis"
25193   output-file-type: ".html"
25194   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25195   data: "plot-throughput-speedup-analysis-3n-skx"
25196   filter: "'NIC_Intel-X710' and
25197            '64B' and
25198            ('BASE' or 'SCALE') and
25199            'NDRPDR' and
25200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25201            not 'VHOST' and
25202            'MEMIF'"
25203   parameters:
25204   - "throughput"
25205   - "parent"
25206   - "tags"
25207   sort:
25208   - "L2XCFWD"
25209   - "L2XCFWD"
25210   - "L2XCFWD"
25211   - "L2BDMACLRN"
25212   - "L2BDMACLRN"
25213   - "L2BDMACLRN"
25214   layout:
25215     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
25216     layout: "plot-throughput-speedup-analysis"
25217
25218 -
25219   type: "plot"
25220   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25221   algorithm: "plot_throughput_speedup_analysis"
25222   output-file-type: ".html"
25223   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25224   data: "plot-throughput-speedup-analysis-3n-skx"
25225   filter: "'NIC_Intel-X710' and
25226            '64B' and
25227            ('BASE' or 'SCALE') and
25228            'NDRPDR' and
25229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25230            not 'VHOST' and
25231             'MEMIF'"
25232   parameters:
25233   - "throughput"
25234   - "parent"
25235   - "tags"
25236   sort:
25237   - "L2XCFWD"
25238   - "L2XCFWD"
25239   - "L2XCFWD"
25240   - "L2BDMACLRN"
25241   - "L2BDMACLRN"
25242   - "L2BDMACLRN"
25243   layout:
25244     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
25245     layout: "plot-throughput-speedup-analysis"
25246
25247 # Speedup - VPP Container Memif 2n-skx-x710
25248 -
25249   type: "plot"
25250   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25251   algorithm: "plot_throughput_speedup_analysis"
25252   output-file-type: ".html"
25253   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25254   data: "plot-throughput-speedup-analysis-2n-skx"
25255   filter: "'NIC_Intel-X710' and
25256            '64B' and
25257            ('BASE' or 'SCALE') and
25258            'NDRPDR' and
25259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25260            not 'VHOST' and
25261            'MEMIF'"
25262   parameters:
25263   - "throughput"
25264   - "parent"
25265   - "tags"
25266   sort:
25267   - "L2XCFWD"
25268   - "L2XCFWD"
25269   - "L2XCFWD"
25270   - "L2BDMACLRN"
25271   - "L2BDMACLRN"
25272   - "L2BDMACLRN"
25273   layout:
25274     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
25275     layout: "plot-throughput-speedup-analysis"
25276
25277 -
25278   type: "plot"
25279   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25280   algorithm: "plot_throughput_speedup_analysis"
25281   output-file-type: ".html"
25282   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25283   data: "plot-throughput-speedup-analysis-2n-skx"
25284   filter: "'NIC_Intel-X710' and
25285            '64B' and
25286            ('BASE' or 'SCALE') and
25287            'NDRPDR' and
25288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25289            not 'VHOST' and
25290             'MEMIF'"
25291   parameters:
25292   - "throughput"
25293   - "parent"
25294   - "tags"
25295   sort:
25296   - "L2XCFWD"
25297   - "L2XCFWD"
25298   - "L2XCFWD"
25299   - "L2BDMACLRN"
25300   - "L2BDMACLRN"
25301   - "L2BDMACLRN"
25302   layout:
25303     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
25304     layout: "plot-throughput-speedup-analysis"
25305
25306 # Speedup - VPP Container Memif 2n-skx-xxv710
25307 -
25308   type: "plot"
25309   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25310   algorithm: "plot_throughput_speedup_analysis"
25311   output-file-type: ".html"
25312   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25313   data: "plot-throughput-speedup-analysis-2n-skx"
25314   filter: "'NIC_Intel-XXV710' and
25315            '64B' and
25316            ('BASE' or 'SCALE') and
25317            'NDRPDR' and
25318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25319            not 'VHOST' and
25320            'MEMIF'"
25321   parameters:
25322   - "throughput"
25323   - "parent"
25324   - "tags"
25325   sort:
25326   - "L2XCFWD"
25327   - "L2XCFWD"
25328   - "L2XCFWD"
25329   - "L2BDMACLRN"
25330   - "L2BDMACLRN"
25331   - "L2BDMACLRN"
25332   layout:
25333     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
25334     layout: "plot-throughput-speedup-analysis"
25335
25336 -
25337   type: "plot"
25338   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25339   algorithm: "plot_throughput_speedup_analysis"
25340   output-file-type: ".html"
25341   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25342   data: "plot-throughput-speedup-analysis-2n-skx"
25343   filter: "'NIC_Intel-XXV710' and
25344            '64B' and
25345            ('BASE' or 'SCALE') and
25346            'NDRPDR' and
25347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25348            not 'VHOST' and
25349             'MEMIF'"
25350   parameters:
25351   - "throughput"
25352   - "parent"
25353   - "tags"
25354   sort:
25355   - "L2XCFWD"
25356   - "L2XCFWD"
25357   - "L2XCFWD"
25358   - "L2BDMACLRN"
25359   - "L2BDMACLRN"
25360   - "L2BDMACLRN"
25361   layout:
25362     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
25363     layout: "plot-throughput-speedup-analysis"
25364
25365 ################################################################################
25366
25367 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
25368 -
25369   type: "plot"
25370   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25371   algorithm: "plot_throughput_speedup_analysis"
25372   output-file-type: ".html"
25373   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25374   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25375   filter: "'NIC_Intel-X520-DA2' and
25376            '64B' and
25377            ('BASE' or 'SCALE') and
25378            'NDRPDR' and
25379            'L2XCFWD' and
25380            not 'VHOST' and
25381            'MEMIF'"
25382   parameters:
25383   - "throughput"
25384   - "parent"
25385   - "tags"
25386   sort:
25387   - "1VNF"
25388   - "2VNF"
25389   - "4VNF"
25390   - "2VNF"
25391   - "4VNF"
25392   layout:
25393     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
25394     layout: "plot-throughput-speedup-analysis"
25395
25396 -
25397   type: "plot"
25398   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25399   algorithm: "plot_throughput_speedup_analysis"
25400   output-file-type: ".html"
25401   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25402   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25403   filter: "'NIC_Intel-X520-DA2' and
25404            '64B' and
25405            ('BASE' or 'SCALE') and
25406            'NDRPDR' and
25407            'L2XCFWD' and
25408            not 'VHOST' and
25409            'MEMIF'"
25410   parameters:
25411   - "throughput"
25412   - "parent"
25413   - "tags"
25414   sort:
25415   - "1VNF"
25416   - "2VNF"
25417   - "4VNF"
25418   - "2VNF"
25419   - "4VNF"
25420   layout:
25421     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
25422     layout: "plot-throughput-speedup-analysis"
25423
25424 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
25425 -
25426   type: "plot"
25427   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25428   algorithm: "plot_throughput_speedup_analysis"
25429   output-file-type: ".html"
25430   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25431   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25432   filter: "'NIC_Intel-X520-DA2' and
25433            '64B' and
25434            ('BASE' or 'SCALE') and
25435            'NDRPDR' and
25436            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25437            not 'VHOST' and
25438            'MEMIF'"
25439   parameters:
25440   - "throughput"
25441   - "parent"
25442   - "tags"
25443   sort:
25444   - "1VNF"
25445   - "2VNF"
25446   - "4VNF"
25447   - "2VNF"
25448   - "4VNF"
25449   layout:
25450     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
25451     layout: "plot-throughput-speedup-analysis"
25452
25453 -
25454   type: "plot"
25455   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25456   algorithm: "plot_throughput_speedup_analysis"
25457   output-file-type: ".html"
25458   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25459   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25460   filter: "'NIC_Intel-X520-DA2' and
25461            '64B' and
25462            ('BASE' or 'SCALE') and
25463            'NDRPDR' and
25464            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25465            not 'VHOST' and
25466            'MEMIF'"
25467   parameters:
25468   - "throughput"
25469   - "parent"
25470   - "tags"
25471   sort:
25472   - "1VNF"
25473   - "2VNF"
25474   - "4VNF"
25475   - "2VNF"
25476   - "4VNF"
25477   layout:
25478     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
25479     layout: "plot-throughput-speedup-analysis"
25480
25481 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
25482 -
25483   type: "plot"
25484   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25485   algorithm: "plot_throughput_speedup_analysis"
25486   output-file-type: ".html"
25487   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25488   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25489   filter: "'NIC_Intel-X710' and
25490            '64B' and
25491            ('BASE' or 'SCALE') and
25492            'NDRPDR' and
25493            'L2XCFWD' and
25494            not 'VHOST' and
25495            'MEMIF'"
25496   parameters:
25497   - "throughput"
25498   - "parent"
25499   - "tags"
25500   sort:
25501   - "1VNF"
25502   - "2VNF"
25503   - "4VNF"
25504   - "2VNF"
25505   - "4VNF"
25506   layout:
25507     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
25508     layout: "plot-throughput-speedup-analysis"
25509
25510 -
25511   type: "plot"
25512   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25513   algorithm: "plot_throughput_speedup_analysis"
25514   output-file-type: ".html"
25515   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25516   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25517   filter: "'NIC_Intel-X710' and
25518            '64B' and
25519            ('BASE' or 'SCALE') and
25520            'NDRPDR' and
25521            'L2XCFWD' and
25522            not 'VHOST' and
25523            'MEMIF'"
25524   parameters:
25525   - "throughput"
25526   - "parent"
25527   - "tags"
25528   sort:
25529   - "1VNF"
25530   - "2VNF"
25531   - "4VNF"
25532   - "2VNF"
25533   - "4VNF"
25534   layout:
25535     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
25536     layout: "plot-throughput-speedup-analysis"
25537
25538 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
25539 -
25540   type: "plot"
25541   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25542   algorithm: "plot_throughput_speedup_analysis"
25543   output-file-type: ".html"
25544   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25545   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25546   filter: "'NIC_Intel-X710' and
25547            '64B' and
25548            ('BASE' or 'SCALE') and
25549            'NDRPDR' and
25550            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25551            not 'VHOST' and
25552            'MEMIF'"
25553   parameters:
25554   - "throughput"
25555   - "parent"
25556   - "tags"
25557   sort:
25558   - "1VNF"
25559   - "2VNF"
25560   - "4VNF"
25561   - "2VNF"
25562   - "4VNF"
25563   layout:
25564     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
25565     layout: "plot-throughput-speedup-analysis"
25566
25567 -
25568   type: "plot"
25569   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25570   algorithm: "plot_throughput_speedup_analysis"
25571   output-file-type: ".html"
25572   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25573   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25574   filter: "'NIC_Intel-X710' and
25575            '64B' and
25576            ('BASE' or 'SCALE') and
25577            'NDRPDR' and
25578            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25579            not 'VHOST' and
25580            'MEMIF'"
25581   parameters:
25582   - "throughput"
25583   - "parent"
25584   - "tags"
25585   sort:
25586   - "1VNF"
25587   - "2VNF"
25588   - "4VNF"
25589   - "2VNF"
25590   - "4VNF"
25591   layout:
25592     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
25593     layout: "plot-throughput-speedup-analysis"
25594
25595 ################################################################################
25596
25597 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
25598 -
25599   type: "plot"
25600   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25601   algorithm: "plot_throughput_speedup_analysis"
25602   output-file-type: ".html"
25603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25604   data: "plot-throughput-speedup-analysis-3n-hsw"
25605   filter: "'NIC_Intel-X520-DA2' and
25606            '64B' and
25607            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25608            'NDRPDR' and
25609            'IP4FWD' and
25610            not 'IPSEC' and
25611            not 'VHOST'"
25612   parameters:
25613   - "throughput"
25614   - "parent"
25615   - "tags"
25616   sort:
25617   - "DOT1Q"
25618   - "IP4BASE"
25619   - "FIB_20k"
25620   - "FIB_200k"
25621   - "FIB_2M"
25622   layout:
25623     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25624     layout: "plot-throughput-speedup-analysis"
25625
25626 -
25627   type: "plot"
25628   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25629   algorithm: "plot_throughput_speedup_analysis"
25630   output-file-type: ".html"
25631   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25632   data: "plot-throughput-speedup-analysis-3n-hsw"
25633   filter: "'NIC_Intel-X520-DA2' and
25634            '64B' and
25635            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25636            'NDRPDR' and
25637            'IP4FWD' and
25638            not 'IPSEC' and
25639            not 'VHOST'"
25640   parameters:
25641   - "throughput"
25642   - "parent"
25643   - "tags"
25644   sort:
25645   - "DOT1Q"
25646   - "IP4BASE"
25647   - "FIB_20k"
25648   - "FIB_200k"
25649   - "FIB_2M"
25650   layout:
25651     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25652     layout: "plot-throughput-speedup-analysis"
25653
25654 # Speedup - VPP IPv4 3n-hsw-x520 features
25655 -
25656   type: "plot"
25657   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
25658   algorithm: "plot_throughput_speedup_analysis"
25659   output-file-type: ".html"
25660   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
25661   data: "plot-throughput-speedup-analysis-3n-hsw"
25662   filter: "'NIC_Intel-X520-DA2' and
25663            '64B' and
25664            ('IP4BASE' or
25665             'POLICE_MARK' or
25666             'COPWHLIST' or
25667             ('NAT44' and 'BASE') or
25668             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25669            'NDRPDR' and
25670            'IP4FWD' and
25671            not 'IPSEC' and
25672            not 'VHOST'"
25673   parameters:
25674   - "throughput"
25675   - "parent"
25676   - "tags"
25677   sort:
25678   - "DOT1Q"
25679   - "IP4BASE"
25680   - "NAT44"
25681   - "POLICE_MARK"
25682   - "COPWHLIST"
25683   - "IACL"
25684   - "OACL"
25685   layout:
25686     title: "ip4-3n-hsw-x520-64b-features-ndr"
25687     layout: "plot-throughput-speedup-analysis"
25688
25689 -
25690   type: "plot"
25691   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
25692   algorithm: "plot_throughput_speedup_analysis"
25693   output-file-type: ".html"
25694   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
25695   data: "plot-throughput-speedup-analysis-3n-hsw"
25696   filter: "'NIC_Intel-X520-DA2' and
25697            '64B' and
25698            ('IP4BASE' or
25699             'POLICE_MARK' or
25700             'COPWHLIST' or
25701             ('NAT44' and 'BASE') or
25702             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25703            'NDRPDR' and
25704            'IP4FWD' and
25705            not 'IPSEC' and
25706            not 'VHOST'"
25707   parameters:
25708   - "throughput"
25709   - "parent"
25710   - "tags"
25711   sort:
25712   - "DOT1Q"
25713   - "IP4BASE"
25714   - "NAT44"
25715   - "POLICE_MARK"
25716   - "COPWHLIST"
25717   - "IACL"
25718   - "OACL"
25719   layout:
25720     title: "ip4-3n-hsw-x520-64b-features-pdr"
25721     layout: "plot-throughput-speedup-analysis"
25722
25723 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
25724 -
25725   type: "plot"
25726   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25727   algorithm: "plot_throughput_speedup_analysis"
25728   output-file-type: ".html"
25729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25730   data: "plot-throughput-speedup-analysis-3n-hsw"
25731   filter: "'NIC_Intel-X520-DA2' and
25732            '64B' and
25733            'NDRPDR' and
25734            'IP4FWD' and
25735            'NAT44' and
25736            not 'IPSEC' and
25737            not 'VHOST'"
25738   parameters:
25739   - "throughput"
25740   - "parent"
25741   - "tags"
25742   sort:
25743   - "BASE"
25744   - "BASE"
25745   - "SRC_USER_10"
25746   - "SRC_USER_100"
25747   - "SRC_USER_1000"
25748   - "SRC_USER_2000"
25749   layout:
25750     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
25751     layout: "plot-throughput-speedup-analysis"
25752
25753 -
25754   type: "plot"
25755   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25756   algorithm: "plot_throughput_speedup_analysis"
25757   output-file-type: ".html"
25758   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25759   data: "plot-throughput-speedup-analysis-3n-hsw"
25760   filter: "'NIC_Intel-X520-DA2' and
25761            '64B' and
25762            'NDRPDR' and
25763            'IP4FWD' and
25764            'NAT44' and
25765            not 'IPSEC' and
25766            not 'VHOST'"
25767   parameters:
25768   - "throughput"
25769   - "parent"
25770   - "tags"
25771   sort:
25772   - "BASE"
25773   - "BASE"
25774   - "SRC_USER_10"
25775   - "SRC_USER_100"
25776   - "SRC_USER_1000"
25777   - "SRC_USER_2000"
25778   layout:
25779     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25780     layout: "plot-throughput-speedup-analysis"
25781
25782 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25783 -
25784   type: "plot"
25785   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25786   algorithm: "plot_throughput_speedup_analysis"
25787   output-file-type: ".html"
25788   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25789   data: "plot-throughput-speedup-analysis-3n-hsw"
25790   filter: "'NIC_Intel-X520-DA2' and
25791            '64B' and
25792            'NDRPDR' and
25793            'IP4FWD' and
25794            'IACL' and
25795            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25796            not 'IPSEC' and
25797            not 'VHOST'"
25798   parameters:
25799   - "throughput"
25800   - "parent"
25801   - "tags"
25802   sort:
25803   - "ACL_STATELESS"
25804   - "ACL_STATEFUL"
25805   - "ACL_STATELESS"
25806   - "ACL_STATEFUL"
25807   layout:
25808     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25809     layout: "plot-throughput-speedup-analysis"
25810
25811 -
25812   type: "plot"
25813   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25814   algorithm: "plot_throughput_speedup_analysis"
25815   output-file-type: ".html"
25816   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25817   data: "plot-throughput-speedup-analysis-3n-hsw"
25818   filter: "'NIC_Intel-X520-DA2' and
25819            '64B' and
25820            'NDRPDR' and
25821            'IP4FWD' and
25822            'IACL' and
25823            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25824            not 'IPSEC' and
25825            not 'VHOST'"
25826   parameters:
25827   - "throughput"
25828   - "parent"
25829   - "tags"
25830   sort:
25831   - "ACL_STATELESS"
25832   - "ACL_STATEFUL"
25833   - "ACL_STATELESS"
25834   - "ACL_STATEFUL"
25835   layout:
25836     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25837     layout: "plot-throughput-speedup-analysis"
25838
25839 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25840 -
25841   type: "plot"
25842   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25843   algorithm: "plot_throughput_speedup_analysis"
25844   output-file-type: ".html"
25845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25846   data: "plot-throughput-speedup-analysis-3n-hsw"
25847   filter: "'NIC_Intel-X520-DA2' and
25848            '64B' and
25849            'NDRPDR' and
25850            'IP4FWD' and
25851            'OACL' and
25852            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25853            not 'IPSEC' and
25854            not 'VHOST'"
25855   parameters:
25856   - "throughput"
25857   - "parent"
25858   - "tags"
25859   sort:
25860   - "ACL_STATELESS"
25861   - "ACL_STATEFUL"
25862   - "ACL_STATELESS"
25863   - "ACL_STATEFUL"
25864   layout:
25865     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25866     layout: "plot-throughput-speedup-analysis"
25867
25868 -
25869   type: "plot"
25870   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25871   algorithm: "plot_throughput_speedup_analysis"
25872   output-file-type: ".html"
25873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25874   data: "plot-throughput-speedup-analysis-3n-hsw"
25875   filter: "'NIC_Intel-X520-DA2' and
25876            '64B' and
25877            'NDRPDR' and
25878            'IP4FWD' and
25879            'OACL' and
25880            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25881            not 'IPSEC' and
25882            not 'VHOST'"
25883   parameters:
25884   - "throughput"
25885   - "parent"
25886   - "tags"
25887   sort:
25888   - "ACL_STATELESS"
25889   - "ACL_STATEFUL"
25890   - "ACL_STATELESS"
25891   - "ACL_STATEFUL"
25892   layout:
25893     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25894     layout: "plot-throughput-speedup-analysis"
25895
25896 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25897 -
25898   type: "plot"
25899   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25900   algorithm: "plot_throughput_speedup_analysis"
25901   output-file-type: ".html"
25902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25903   data: "plot-throughput-speedup-analysis-3n-hsw"
25904   filter: "'NIC_Intel-X710' and
25905            '64B' and
25906            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25907            'NDRPDR' and
25908            'IP4FWD' and
25909            not 'IPSEC' and
25910            not 'VHOST'"
25911   parameters:
25912   - "throughput"
25913   - "parent"
25914   - "tags"
25915   sort:
25916   - "DOT1Q"
25917   - "IP4BASE"
25918   - "FIB_20K"
25919   - "FIB_200K"
25920   - "FIB_2M"
25921   layout:
25922     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25923     layout: "plot-throughput-speedup-analysis"
25924
25925 -
25926   type: "plot"
25927   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25928   algorithm: "plot_throughput_speedup_analysis"
25929   output-file-type: ".html"
25930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25931   data: "plot-throughput-speedup-analysis-3n-hsw"
25932   filter: "'NIC_Intel-X710' and
25933            '64B' and
25934            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25935            'NDRPDR' and
25936            'IP4FWD' and
25937            not 'IPSEC' and
25938            not 'VHOST'"
25939   parameters:
25940   - "throughput"
25941   - "parent"
25942   - "tags"
25943   sort:
25944   - "DOT1Q"
25945   - "IP4BASE"
25946   - "FIB_20K"
25947   - "FIB_200K"
25948   - "FIB_2M"
25949   layout:
25950     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25951     layout: "plot-throughput-speedup-analysis"
25952
25953 # Speedup - VPP IPv4 3n-hsw-x710 features
25954 -
25955   type: "plot"
25956   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25957   algorithm: "plot_throughput_speedup_analysis"
25958   output-file-type: ".html"
25959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25960   data: "plot-throughput-speedup-analysis-3n-hsw"
25961   filter: "'NIC_Intel-X710' and
25962            '64B' and
25963            ('IP4BASE' or
25964             'POLICE_MARK' or
25965             'COPWHLIST' or
25966             ('NAT44' and 'BASE') or
25967             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25968            'NDRPDR' and
25969            'IP4FWD' and
25970            not 'IPSEC' and
25971            not 'VHOST'"
25972   parameters:
25973   - "throughput"
25974   - "parent"
25975   - "tags"
25976   sort:
25977   - "IP4BASE"
25978   - "NAT44"
25979   - "POLICE_MARK"
25980   - "COPWHLIST"
25981   - "IACL"
25982   - "OACL"
25983   layout:
25984     title: "ip4-3n-hsw-x710-64b-features-ndr"
25985     layout: "plot-throughput-speedup-analysis"
25986
25987 -
25988   type: "plot"
25989   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25990   algorithm: "plot_throughput_speedup_analysis"
25991   output-file-type: ".html"
25992   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25993   data: "plot-throughput-speedup-analysis-3n-hsw"
25994   filter: "'NIC_Intel-X710' and
25995            '64B' and
25996            ('IP4BASE' or
25997             'POLICE_MARK' or
25998             'COPWHLIST' or
25999             ('NAT44' and 'BASE') or
26000             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26001            'NDRPDR' and
26002            'IP4FWD' and
26003            not 'IPSEC' and
26004            not 'VHOST'"
26005   parameters:
26006   - "throughput"
26007   - "parent"
26008   - "tags"
26009   sort:
26010   - "IP4BASE"
26011   - "NAT44"
26012   - "POLICE_MARK"
26013   - "COPWHLIST"
26014   - "IACL"
26015   - "OACL"
26016   layout:
26017     title: "ip4-3n-hsw-x710-64b-features-pdr"
26018     layout: "plot-throughput-speedup-analysis"
26019
26020 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
26021 -
26022   type: "plot"
26023   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
26024   algorithm: "plot_throughput_speedup_analysis"
26025   output-file-type: ".html"
26026   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
26027   data: "plot-throughput-speedup-analysis-3n-hsw"
26028   filter: "'NIC_Intel-X710' and
26029            '64B' and
26030            'NDRPDR' and
26031            'IP4FWD' and
26032            'NAT44' and
26033            not 'IPSEC' and
26034            not 'VHOST'"
26035   parameters:
26036   - "throughput"
26037   - "parent"
26038   - "tags"
26039   sort:
26040   - "BASE"
26041   - "BASE"
26042   - "SRC_USER_10"
26043   - "SRC_USER_100"
26044   - "SRC_USER_1000"
26045   - "SRC_USER_2000"
26046   layout:
26047     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
26048     layout: "plot-throughput-speedup-analysis"
26049
26050 -
26051   type: "plot"
26052   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
26053   algorithm: "plot_throughput_speedup_analysis"
26054   output-file-type: ".html"
26055   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
26056   data: "plot-throughput-speedup-analysis-3n-hsw"
26057   filter: "'NIC_Intel-X710' and
26058            '64B' and
26059            'NDRPDR' and
26060            'IP4FWD' and
26061            'NAT44' and
26062            not 'IPSEC' and
26063            not 'VHOST'"
26064   parameters:
26065   - "throughput"
26066   - "parent"
26067   - "tags"
26068   sort:
26069   - "BASE"
26070   - "BASE"
26071   - "SRC_USER_10"
26072   - "SRC_USER_100"
26073   - "SRC_USER_1000"
26074   - "SRC_USER_2000"
26075   layout:
26076     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
26077     layout: "plot-throughput-speedup-analysis"
26078
26079 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
26080 -
26081   type: "plot"
26082   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26083   algorithm: "plot_throughput_speedup_analysis"
26084   output-file-type: ".html"
26085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26086   data: "plot-throughput-speedup-analysis-3n-hsw"
26087   filter: "'NIC_Intel-X710' and
26088            '64B' and
26089            'NDRPDR' and
26090            'IP4FWD' and
26091            'IACL' and
26092            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26093            not 'IPSEC' and
26094            not 'VHOST'"
26095   parameters:
26096   - "throughput"
26097   - "parent"
26098   - "tags"
26099   sort:
26100   - "ACL_STATELESS"
26101   - "ACL_STATEFUL"
26102   - "ACL_STATELESS"
26103   - "ACL_STATEFUL"
26104   layout:
26105     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
26106     layout: "plot-throughput-speedup-analysis"
26107
26108 -
26109   type: "plot"
26110   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26111   algorithm: "plot_throughput_speedup_analysis"
26112   output-file-type: ".html"
26113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26114   data: "plot-throughput-speedup-analysis-3n-hsw"
26115   filter: "'NIC_Intel-X710' and
26116            '64B' and
26117            'NDRPDR' and
26118            'IP4FWD' and
26119            'IACL' and
26120            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26121            not 'IPSEC' and
26122            not 'VHOST'"
26123   parameters:
26124   - "throughput"
26125   - "parent"
26126   - "tags"
26127   sort:
26128   - "ACL_STATELESS"
26129   - "ACL_STATEFUL"
26130   - "ACL_STATELESS"
26131   - "ACL_STATEFUL"
26132   layout:
26133     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
26134     layout: "plot-throughput-speedup-analysis"
26135
26136 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
26137 -
26138   type: "plot"
26139   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
26140   algorithm: "plot_throughput_speedup_analysis"
26141   output-file-type: ".html"
26142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
26143   data: "plot-throughput-speedup-analysis-3n-hsw"
26144   filter: "'NIC_Intel-X710' and
26145            '64B' and
26146            'NDRPDR' and
26147            'IP4FWD' and
26148            'OACL' and
26149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26150            not 'IPSEC' and
26151            not 'VHOST'"
26152   parameters:
26153   - "throughput"
26154   - "parent"
26155   - "tags"
26156   sort:
26157   - "ACL_STATELESS"
26158   - "ACL_STATEFUL"
26159   - "ACL_STATELESS"
26160   - "ACL_STATEFUL"
26161   layout:
26162     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
26163     layout: "plot-throughput-speedup-analysis"
26164
26165 -
26166   type: "plot"
26167   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
26168   algorithm: "plot_throughput_speedup_analysis"
26169   output-file-type: ".html"
26170   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
26171   data: "plot-throughput-speedup-analysis-3n-hsw"
26172   filter: "'NIC_Intel-X710' and
26173            '64B' and
26174            'NDRPDR' and
26175            'IP4FWD' and
26176            'OACL' and
26177            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26178            not 'IPSEC' and
26179            not 'VHOST'"
26180   parameters:
26181   - "throughput"
26182   - "parent"
26183   - "tags"
26184   sort:
26185   - "ACL_STATELESS"
26186   - "ACL_STATEFUL"
26187   - "ACL_STATELESS"
26188   - "ACL_STATEFUL"
26189   layout:
26190     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
26191     layout: "plot-throughput-speedup-analysis"
26192
26193 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
26194 -
26195   type: "plot"
26196   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26197   algorithm: "plot_throughput_speedup_analysis"
26198   output-file-type: ".html"
26199   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26200   data: "plot-throughput-speedup-analysis-3n-hsw"
26201   filter: "'NIC_Intel-XL710' and
26202            '64B' and
26203            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26204            'NDRPDR' and
26205            'IP4FWD' and
26206            not 'IPSEC' and
26207            not 'VHOST'"
26208   parameters:
26209   - "throughput"
26210   - "parent"
26211   - "tags"
26212   sort:
26213   - "IP4BASE"
26214   - "FIB_20K"
26215   - "FIB_200K"
26216   - "FIB_2M"
26217   layout:
26218     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26219     layout: "plot-throughput-speedup-analysis"
26220
26221 -
26222   type: "plot"
26223   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26224   algorithm: "plot_throughput_speedup_analysis"
26225   output-file-type: ".html"
26226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26227   data: "plot-throughput-speedup-analysis-3n-hsw"
26228   filter: "'NIC_Intel-XL710' and
26229            '64B' and
26230            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26231            'NDRPDR' and
26232            'IP4FWD' and
26233            not 'IPSEC' and
26234            not 'VHOST'"
26235   parameters:
26236   - "throughput"
26237   - "parent"
26238   - "tags"
26239   sort:
26240   - "IP4BASE"
26241   - "FIB_20K"
26242   - "FIB_200K"
26243   - "FIB_2M"
26244   layout:
26245     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26246     layout: "plot-throughput-speedup-analysis"
26247
26248 # Speedup - VPP IPv4 3n-skx-x710 base and scale
26249 -
26250   type: "plot"
26251   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26252   algorithm: "plot_throughput_speedup_analysis"
26253   output-file-type: ".html"
26254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26255   data: "plot-throughput-speedup-analysis-3n-skx"
26256   filter: "'NIC_Intel-X710' and
26257            '64B' and
26258            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26259            'NDRPDR' and
26260            'IP4FWD' and
26261            not 'IPSEC' and
26262            not 'VHOST'"
26263   parameters:
26264   - "throughput"
26265   - "parent"
26266   - "tags"
26267   sort:
26268   - "IP4BASE"
26269   - "FIB_20K"
26270   - "FIB_200K"
26271   - "FIB_2M"
26272   layout:
26273     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
26274     layout: "plot-throughput-speedup-analysis"
26275
26276 -
26277   type: "plot"
26278   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26279   algorithm: "plot_throughput_speedup_analysis"
26280   output-file-type: ".html"
26281   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26282   data: "plot-throughput-speedup-analysis-3n-skx"
26283   filter: "'NIC_Intel-X710' and
26284            '64B' and
26285            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26286            'NDRPDR' and
26287            'IP4FWD' and
26288            not 'IPSEC' and
26289            not 'VHOST'"
26290   parameters:
26291   - "throughput"
26292   - "parent"
26293   - "tags"
26294   sort:
26295   - "IP4BASE"
26296   - "FIB_20K"
26297   - "FIB_200K"
26298   - "FIB_2M"
26299   layout:
26300     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
26301     layout: "plot-throughput-speedup-analysis"
26302
26303 # Speedup - VPP IPv4 3n-skx-x710 features
26304 -
26305   type: "plot"
26306   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
26307   algorithm: "plot_throughput_speedup_analysis"
26308   output-file-type: ".html"
26309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
26310   data: "plot-throughput-speedup-analysis-3n-skx"
26311   filter: "'NIC_Intel-X710' and
26312            '64B' and
26313            ('IP4BASE' or
26314             'POLICE_MARK' or
26315             'COPWHLIST' or
26316             ('NAT44' and 'BASE') or
26317             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26318            'NDRPDR' and
26319            'IP4FWD' and
26320            not 'IPSEC' and
26321            not 'VHOST'"
26322   parameters:
26323   - "throughput"
26324   - "parent"
26325   - "tags"
26326   sort:
26327   - "IP4BASE"
26328   - "NAT44"
26329   - "POLICE_MARK"
26330   - "COPWHLIST"
26331   - "IACL"
26332   - "OACL"
26333   layout:
26334     title: "ip4-3n-skx-x710-64b-features-ndr"
26335     layout: "plot-throughput-speedup-analysis"
26336
26337 -
26338   type: "plot"
26339   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
26340   algorithm: "plot_throughput_speedup_analysis"
26341   output-file-type: ".html"
26342   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
26343   data: "plot-throughput-speedup-analysis-3n-skx"
26344   filter: "'NIC_Intel-X710' and
26345            '64B' and
26346            ('IP4BASE' or
26347             'POLICE_MARK' or
26348             'COPWHLIST' or
26349             ('NAT44' and 'BASE') or
26350             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26351            'NDRPDR' and
26352            'IP4FWD' and
26353            not 'IPSEC' and
26354            not 'VHOST'"
26355   parameters:
26356   - "throughput"
26357   - "parent"
26358   - "tags"
26359   sort:
26360   - "IP4BASE"
26361   - "NAT44"
26362   - "POLICE_MARK"
26363   - "COPWHLIST"
26364   - "IACL"
26365   - "OACL"
26366   layout:
26367     title: "ip4-3n-skx-x710-64b-features-pdr"
26368     layout: "plot-throughput-speedup-analysis"
26369
26370 # Speedup - VPP IPv4 3n-skx-x710 features nat44
26371 -
26372   type: "plot"
26373   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26374   algorithm: "plot_throughput_speedup_analysis"
26375   output-file-type: ".html"
26376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26377   data: "plot-throughput-speedup-analysis-3n-skx"
26378   filter: "'NIC_Intel-X710' and
26379            '64B' and
26380            'NDRPDR' and
26381            'IP4FWD' and
26382            'NAT44' and
26383            not 'IPSEC' and
26384            not 'VHOST'"
26385   parameters:
26386   - "throughput"
26387   - "parent"
26388   - "tags"
26389   sort:
26390   - "BASE"
26391   - "BASE"
26392   - "SRC_USER_10"
26393   - "SRC_USER_100"
26394   - "SRC_USER_1000"
26395   - "SRC_USER_2000"
26396   layout:
26397     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
26398     layout: "plot-throughput-speedup-analysis"
26399
26400 -
26401   type: "plot"
26402   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26403   algorithm: "plot_throughput_speedup_analysis"
26404   output-file-type: ".html"
26405   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26406   data: "plot-throughput-speedup-analysis-3n-skx"
26407   filter: "'NIC_Intel-X710' and
26408            '64B' and
26409            'NDRPDR' and
26410            'IP4FWD' and
26411            'NAT44' and
26412            not 'IPSEC' and
26413            not 'VHOST'"
26414   parameters:
26415   - "throughput"
26416   - "parent"
26417   - "tags"
26418   sort:
26419   - "BASE"
26420   - "BASE"
26421   - "SRC_USER_10"
26422   - "SRC_USER_100"
26423   - "SRC_USER_1000"
26424   - "SRC_USER_2000"
26425   layout:
26426     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
26427     layout: "plot-throughput-speedup-analysis"
26428
26429 # Speedup - VPP IPv4 3n-skx-x710 features iacl
26430 -
26431   type: "plot"
26432   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26433   algorithm: "plot_throughput_speedup_analysis"
26434   output-file-type: ".html"
26435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26436   data: "plot-throughput-speedup-analysis-3n-skx"
26437   filter: "'NIC_Intel-X710' and
26438            '64B' and
26439            'NDRPDR' and
26440            'IP4FWD' and
26441            'IACL' and
26442            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26443            not 'IPSEC' and
26444            not 'VHOST'"
26445   parameters:
26446   - "throughput"
26447   - "parent"
26448   - "tags"
26449   sort:
26450   - "ACL_STATELESS"
26451   - "ACL_STATEFUL"
26452   - "ACL_STATELESS"
26453   - "ACL_STATEFUL"
26454   layout:
26455     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
26456     layout: "plot-throughput-speedup-analysis"
26457
26458 -
26459   type: "plot"
26460   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26461   algorithm: "plot_throughput_speedup_analysis"
26462   output-file-type: ".html"
26463   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26464   data: "plot-throughput-speedup-analysis-3n-skx"
26465   filter: "'NIC_Intel-X710' and
26466            '64B' and
26467            'NDRPDR' and
26468            'IP4FWD' and
26469            'IACL' and
26470            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26471            not 'IPSEC' and
26472            not 'VHOST'"
26473   parameters:
26474   - "throughput"
26475   - "parent"
26476   - "tags"
26477   sort:
26478   - "ACL_STATELESS"
26479   - "ACL_STATEFUL"
26480   - "ACL_STATELESS"
26481   - "ACL_STATEFUL"
26482   layout:
26483     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
26484     layout: "plot-throughput-speedup-analysis"
26485
26486 # Speedup - VPP IPv4 3n-skx-x710 features oacl
26487 -
26488   type: "plot"
26489   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26490   algorithm: "plot_throughput_speedup_analysis"
26491   output-file-type: ".html"
26492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26493   data: "plot-throughput-speedup-analysis-3n-skx"
26494   filter: "'NIC_Intel-X710' and
26495            '64B' and
26496            'NDRPDR' and
26497            'IP4FWD' and
26498            'OACL' and
26499            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26500            not 'IPSEC' and
26501            not 'VHOST'"
26502   parameters:
26503   - "throughput"
26504   - "parent"
26505   - "tags"
26506   sort:
26507   - "ACL_STATELESS"
26508   - "ACL_STATEFUL"
26509   - "ACL_STATELESS"
26510   - "ACL_STATEFUL"
26511   layout:
26512     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
26513     layout: "plot-throughput-speedup-analysis"
26514
26515 -
26516   type: "plot"
26517   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26518   algorithm: "plot_throughput_speedup_analysis"
26519   output-file-type: ".html"
26520   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26521   data: "plot-throughput-speedup-analysis-3n-skx"
26522   filter: "'NIC_Intel-X710' and
26523            '64B' and
26524            'NDRPDR' and
26525            'IP4FWD' and
26526            'OACL' and
26527            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26528            not 'IPSEC' and
26529            not 'VHOST'"
26530   parameters:
26531   - "throughput"
26532   - "parent"
26533   - "tags"
26534   sort:
26535   - "ACL_STATELESS"
26536   - "ACL_STATEFUL"
26537   - "ACL_STATELESS"
26538   - "ACL_STATEFUL"
26539   layout:
26540     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
26541     layout: "plot-throughput-speedup-analysis"
26542
26543 # Speedup - VPP IPv4 2n-skx-x710 base and scale
26544 -
26545   type: "plot"
26546   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26547   algorithm: "plot_throughput_speedup_analysis"
26548   output-file-type: ".html"
26549   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26550   data: "plot-throughput-speedup-analysis-2n-skx"
26551   filter: "'NIC_Intel-X710' and
26552            '64B' and
26553            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26554            'NDRPDR' and
26555            'IP4FWD' and
26556            not 'IPSEC' and
26557            not 'VHOST'"
26558   parameters:
26559   - "throughput"
26560   - "parent"
26561   - "tags"
26562   sort:
26563   - "DOT1Q"
26564   - "IP4BASE"
26565   - "FIB_20k"
26566   - "FIB_200k"
26567   - "FIB_2M"
26568   layout:
26569     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
26570     layout: "plot-throughput-speedup-analysis"
26571
26572 -
26573   type: "plot"
26574   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26575   algorithm: "plot_throughput_speedup_analysis"
26576   output-file-type: ".html"
26577   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26578   data: "plot-throughput-speedup-analysis-2n-skx"
26579   filter: "'NIC_Intel-X710' and
26580            '64B' and
26581            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26582            'NDRPDR' and
26583            'IP4FWD' and
26584            not 'IPSEC' and
26585            not 'VHOST'"
26586   parameters:
26587   - "throughput"
26588   - "parent"
26589   - "tags"
26590   sort:
26591   - "DOT1Q"
26592   - "IP4BASE"
26593   - "FIB_20k"
26594   - "FIB_200k"
26595   - "FIB_2M"
26596   layout:
26597     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
26598     layout: "plot-throughput-speedup-analysis"
26599
26600 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
26601 -
26602   type: "plot"
26603   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26604   algorithm: "plot_throughput_speedup_analysis"
26605   output-file-type: ".html"
26606   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26607   data: "plot-throughput-speedup-analysis-2n-skx"
26608   filter: "'NIC_Intel-XXV710' and
26609            '64B' and
26610            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26611            'NDRPDR' and
26612            'IP4FWD' and
26613            not 'IPSEC' and
26614            not 'VHOST'"
26615   parameters:
26616   - "throughput"
26617   - "parent"
26618   - "tags"
26619   sort:
26620   - "DOT1Q"
26621   - "IP4BASE"
26622   - "FIB_20k"
26623   - "FIB_200k"
26624   - "FIB_2M"
26625   layout:
26626     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26627     layout: "plot-throughput-speedup-analysis"
26628
26629 -
26630   type: "plot"
26631   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26632   algorithm: "plot_throughput_speedup_analysis"
26633   output-file-type: ".html"
26634   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26635   data: "plot-throughput-speedup-analysis-2n-skx"
26636   filter: "'NIC_Intel-XXV710' and
26637            '64B' and
26638            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26639            'NDRPDR' and
26640            'IP4FWD' and
26641            not 'IPSEC' and
26642            not 'VHOST'"
26643   parameters:
26644   - "throughput"
26645   - "parent"
26646   - "tags"
26647   sort:
26648   - "DOT1Q"
26649   - "IP4BASE"
26650   - "FIB_20k"
26651   - "FIB_200k"
26652   - "FIB_2M"
26653   layout:
26654     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26655     layout: "plot-throughput-speedup-analysis"
26656
26657 # Speedup - VPP IPv4 2n-dnv-x553 base
26658 -
26659   type: "plot"
26660   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
26661   algorithm: "plot_throughput_speedup_analysis"
26662   output-file-type: ".html"
26663   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
26664   data: "intel-dnv-vpp"
26665   filter: "'NIC_Intel-X553' and
26666            '64B' and
26667            'IP4BASE' and
26668            'NDRPDR' and
26669            'IP4FWD' and
26670            not 'IPSEC' and
26671            not 'VHOST'"
26672   parameters:
26673   - "throughput"
26674   - "parent"
26675   - "tags"
26676   sort:
26677   - "IP4BASE"
26678   layout:
26679     title: "ip4-2n-dnv-x553-64b-base-ndr"
26680     layout: "plot-throughput-speedup-analysis"
26681
26682 -
26683   type: "plot"
26684   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
26685   algorithm: "plot_throughput_speedup_analysis"
26686   output-file-type: ".html"
26687   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
26688   data: "intel-dnv-vpp"
26689   filter: "'NIC_Intel-X553' and
26690            '64B' and
26691            'IP4BASE' and
26692            'NDRPDR' and
26693            'IP4FWD' and
26694            not 'IPSEC' and
26695            not 'VHOST'"
26696   parameters:
26697   - "throughput"
26698   - "parent"
26699   - "tags"
26700   sort:
26701   - "IP4BASE"
26702   layout:
26703     title: "ip4-2n-dnv-x553-64b-base-pdr"
26704     layout: "plot-throughput-speedup-analysis"
26705
26706 ################################################################################
26707
26708 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
26709 -
26710   type: "plot"
26711   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26712   algorithm: "plot_throughput_speedup_analysis"
26713   output-file-type: ".html"
26714   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26715   data: "plot-throughput-speedup-analysis-3n-hsw"
26716   filter: "'NIC_Intel-X520_DA2' and
26717            '64B' and
26718            'ENCAP' and
26719            'NDRPDR' and
26720            ('VXLAN' or 'LISP') and
26721            not 'VHOST' and
26722            not 'IPSECHW'"
26723   parameters:
26724   - "throughput"
26725   - "parent"
26726   - "tags"
26727   sort:
26728   - "not DOT1Q"
26729   - "VXLAN_1"
26730   - "VXLAN_10"
26731   - "VXLAN_100"
26732   - "VXLAN_1000"
26733   layout:
26734     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
26735     layout: "plot-throughput-speedup-analysis"
26736
26737 -
26738   type: "plot"
26739   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26740   algorithm: "plot_throughput_speedup_analysis"
26741   output-file-type: ".html"
26742   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26743   data: "plot-throughput-speedup-analysis-3n-hsw"
26744   filter: "'NIC_Intel-X520_DA2' and
26745            '64B' and
26746            'ENCAP' and
26747            'NDRPDR' and
26748            ('VXLAN' or 'LISP') and
26749            not 'VHOST' and
26750            not 'IPSECHW'"
26751   parameters:
26752   - "throughput"
26753   - "parent"
26754   - "tags"
26755   sort:
26756   - "not DOT1Q"
26757   - "VXLAN_1"
26758   - "VXLAN_10"
26759   - "VXLAN_100"
26760   - "VXLAN_1000"
26761   layout:
26762     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
26763     layout: "plot-throughput-speedup-analysis"
26764
26765 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
26766 -
26767   type: "plot"
26768   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26769   algorithm: "plot_throughput_speedup_analysis"
26770   output-file-type: ".html"
26771   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26772   data: "plot-throughput-speedup-analysis-3n-hsw"
26773   filter: "'NIC_Intel-X520-DA2' and
26774            '64B' and
26775            'ENCAP' and
26776            'NDRPDR' and
26777            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26778            not 'DOT1Q' and
26779            not 'VHOST' and
26780            not 'IPSECHW'"
26781   parameters:
26782   - "throughput"
26783   - "parent"
26784   - "tags"
26785   sort:
26786   - "L2BDMACLRN"
26787   - "L2XCFWD"
26788   - "LISP"
26789   layout:
26790     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26791     layout: "plot-throughput-speedup-analysis"
26792
26793 -
26794   type: "plot"
26795   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26796   algorithm: "plot_throughput_speedup_analysis"
26797   output-file-type: ".html"
26798   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26799   data: "plot-throughput-speedup-analysis-3n-hsw"
26800   filter: "'NIC_Intel-X520-DA2' and
26801            '64B' and
26802            'ENCAP' and
26803            'NDRPDR' and
26804            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26805            not 'DOT1Q' and
26806            not 'VHOST' and
26807            not 'IPSECHW'"
26808   parameters:
26809   - "throughput"
26810   - "parent"
26811   - "tags"
26812   sort:
26813   - "L2BDMACLRN"
26814   - "L2XCFWD"
26815   - "LISP"
26816   layout:
26817     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26818     layout: "plot-throughput-speedup-analysis"
26819
26820 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26821 -
26822   type: "plot"
26823   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26824   algorithm: "plot_throughput_speedup_analysis"
26825   output-file-type: ".html"
26826   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26827   data: "plot-throughput-speedup-analysis-3n-hsw"
26828   filter: "'NIC_Intel-X710' and
26829            '64B' and
26830            'ENCAP' and
26831            'NDRPDR' and
26832            ('VXLAN' or 'LISP') and
26833            not 'VHOST' and
26834            not 'IPSECHW'"
26835   parameters:
26836   - "throughput"
26837   - "parent"
26838   - "tags"
26839   sort:
26840   - "LISP"
26841   - "VXLAN_1"
26842   - "VXLAN_10"
26843   - "VXLAN_100"
26844   - "VXLAN_1000"
26845   layout:
26846     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26847     layout: "plot-throughput-speedup-analysis"
26848
26849 -
26850   type: "plot"
26851   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26852   algorithm: "plot_throughput_speedup_analysis"
26853   output-file-type: ".html"
26854   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26855   data: "plot-throughput-speedup-analysis-3n-hsw"
26856   filter: "'NIC_Intel-X710' and
26857            '64B' and
26858            'ENCAP' and
26859            'NDRPDR' and
26860            ('VXLAN' or 'LISP') and
26861            not 'VHOST' and
26862            not 'IPSECHW'"
26863   parameters:
26864   - "throughput"
26865   - "parent"
26866   - "tags"
26867   sort:
26868   - "LISP"
26869   - "VXLAN_1"
26870   - "VXLAN_10"
26871   - "VXLAN_100"
26872   - "VXLAN_1000"
26873   layout:
26874     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26875     layout: "plot-throughput-speedup-analysis"
26876
26877 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26878 -
26879   type: "plot"
26880   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26881   algorithm: "plot_throughput_speedup_analysis"
26882   output-file-type: ".html"
26883   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26884   data: "plot-throughput-speedup-analysis-3n-hsw"
26885   filter: "'NIC_Intel-X710' and
26886            '64B' and
26887            'ENCAP' and
26888            'NDRPDR' and
26889            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26890            not 'DOT1Q' and
26891            not 'VHOST' and
26892            not 'IPSECHW'"
26893   parameters:
26894   - "throughput"
26895   - "parent"
26896   - "tags"
26897   sort:
26898   - "L2BDMACLRN"
26899   - "L2XCFWD"
26900   - "LISP"
26901   layout:
26902     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26903     layout: "plot-throughput-speedup-analysis"
26904
26905 -
26906   type: "plot"
26907   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26908   algorithm: "plot_throughput_speedup_analysis"
26909   output-file-type: ".html"
26910   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26911   data: "plot-throughput-speedup-analysis-3n-hsw"
26912   filter: "'NIC_Intel-X710' and
26913            '64B' and
26914            'ENCAP' and
26915            'NDRPDR' and
26916            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26917            not 'DOT1Q' and
26918            not 'VHOST' and
26919            not 'IPSECHW'"
26920   parameters:
26921   - "throughput"
26922   - "parent"
26923   - "tags"
26924   sort:
26925   - "L2BDMACLRN"
26926   - "L2XCFWD"
26927   - "LISP"
26928   layout:
26929     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26930     layout: "plot-throughput-speedup-analysis"
26931
26932 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26933 -
26934   type: "plot"
26935   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26936   algorithm: "plot_throughput_speedup_analysis"
26937   output-file-type: ".html"
26938   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26939   data: "plot-throughput-speedup-analysis-3n-skx"
26940   filter: "'NIC_Intel-X710' and
26941            '64B' and
26942            'ENCAP' and
26943            'NDRPDR' and
26944            'VXLAN' and
26945            'L2BDMACLRN' and
26946            not 'VHOST' and
26947            not 'IPSECHW'"
26948   parameters:
26949   - "throughput"
26950   - "parent"
26951   - "tags"
26952   sort:
26953   - "LISP"
26954   - "VXLAN_1"
26955   - "VXLAN_10"
26956   - "VXLAN_100"
26957   - "VXLAN_1000"
26958   layout:
26959     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26960     layout: "plot-throughput-speedup-analysis"
26961
26962 -
26963   type: "plot"
26964   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26965   algorithm: "plot_throughput_speedup_analysis"
26966   output-file-type: ".html"
26967   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26968   data: "plot-throughput-speedup-analysis-3n-skx"
26969   filter: "'NIC_Intel-X710' and
26970            '64B' and
26971            'ENCAP' and
26972            'NDRPDR' and
26973            'VXLAN' and
26974            'L2BDMACLRN' and
26975            not 'VHOST' and
26976            not 'IPSECHW'"
26977   parameters:
26978   - "throughput"
26979   - "parent"
26980   - "tags"
26981   sort:
26982   - "LISP"
26983   - "VXLAN_1"
26984   - "VXLAN_10"
26985   - "VXLAN_100"
26986   - "VXLAN_1000"
26987   layout:
26988     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26989     layout: "plot-throughput-speedup-analysis"
26990
26991 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26992 -
26993   type: "plot"
26994   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26995   algorithm: "plot_throughput_speedup_analysis"
26996   output-file-type: ".html"
26997   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26998   data: "plot-throughput-speedup-analysis-3n-skx"
26999   filter: "'NIC_Intel-X710' and
27000            '64B' and
27001            'ENCAP' and
27002            'NDRPDR' and
27003            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27004            not 'DOT1Q' and
27005            not 'VHOST' and
27006            not 'IPSECHW'"
27007   parameters:
27008   - "throughput"
27009   - "parent"
27010   - "tags"
27011   sort:
27012   - "L2BDMACLRN"
27013   - "L2XCFWD"
27014   - "LISP"
27015   layout:
27016     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
27017     layout: "plot-throughput-speedup-analysis"
27018
27019 -
27020   type: "plot"
27021   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
27022   algorithm: "plot_throughput_speedup_analysis"
27023   output-file-type: ".html"
27024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
27025   data: "plot-throughput-speedup-analysis-3n-skx"
27026   filter: "'NIC_Intel-X710' and
27027            '64B' and
27028            'ENCAP' and
27029            'NDRPDR' and
27030            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27031            not 'DOT1Q' and
27032            not 'VHOST' and
27033            not 'IPSECHW'"
27034   parameters:
27035   - "throughput"
27036   - "parent"
27037   - "tags"
27038   sort:
27039   - "L2BDMACLRN"
27040   - "L2XCFWD"
27041   - "LISP"
27042   layout:
27043     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
27044     layout: "plot-throughput-speedup-analysis"
27045
27046 ################################################################################
27047
27048 # Speedup - VPP IPv6 3n-hsw-x520
27049 -
27050   type: "plot"
27051   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27052   algorithm: "plot_throughput_speedup_analysis"
27053   output-file-type: ".html"
27054   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27055   data: "plot-throughput-speedup-analysis-3n-hsw"
27056   filter: "'NIC_Intel-X520-DA2' and
27057            '78B' and
27058            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27059            'NDRPDR' and
27060            'IP6FWD' and
27061            not 'SRv6' and
27062            not 'IPSEC' and
27063            not 'VHOST'"
27064   parameters:
27065   - "throughput"
27066   - "parent"
27067   - "tags"
27068   sort:
27069   - "IP6BASE"
27070   - "FIB_20K"
27071   - "FIB_200K"
27072   - "FIB_2M"
27073   layout:
27074     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
27075     layout: "plot-throughput-speedup-analysis"
27076
27077 -
27078   type: "plot"
27079   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27080   algorithm: "plot_throughput_speedup_analysis"
27081   output-file-type: ".html"
27082   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27083   data: "plot-throughput-speedup-analysis-3n-hsw"
27084   filter: "'NIC_Intel-X520-DA2' and
27085            '78B' and
27086            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27087            'NDRPDR' and
27088            'IP6FWD' and
27089            not 'SRv6' and
27090            not 'IPSEC' and
27091            not 'VHOST'"
27092   parameters:
27093   - "throughput"
27094   - "parent"
27095   - "tags"
27096   sort:
27097   - "IP6BASE"
27098   - "FIB_20K"
27099   - "FIB_200K"
27100   - "FIB_2M"
27101   layout:
27102     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
27103     layout: "plot-throughput-speedup-analysis"
27104
27105 # Speedup - VPP IPv6 3n-hsw-x520 features
27106 -
27107   type: "plot"
27108   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
27109   algorithm: "plot_throughput_speedup_analysis"
27110   output-file-type: ".html"
27111   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
27112   data: "plot-throughput-speedup-analysis-3n-hsw"
27113   filter: "'NIC_Intel-X520-DA2' and
27114            '78B' and
27115            ('IP6BASE' or
27116             'POLICE_MARK' or
27117             'COPWHLIST' or
27118             'IACLDST') and
27119            'NDRPDR' and
27120            'IP6FWD' and
27121            not 'SRv6' and
27122            not 'IPSEC' and
27123            not 'VHOST'"
27124   parameters:
27125   - "throughput"
27126   - "parent"
27127   - "tags"
27128   sort:
27129   - "IP6BASE"
27130   - "POLICE_MARK"
27131   - "COPWHLIST"
27132   - "IACLDST"
27133   layout:
27134     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
27135     layout: "plot-throughput-speedup-analysis"
27136
27137 -
27138   type: "plot"
27139   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
27140   algorithm: "plot_throughput_speedup_analysis"
27141   output-file-type: ".html"
27142   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
27143   data: "plot-throughput-speedup-analysis-3n-hsw"
27144   filter: "'NIC_Intel-X520-DA2' and
27145            '78B' and
27146            ('IP6BASE' or
27147             'POLICE_MARK' or
27148             'COPWHLIST' or
27149             'IACLDST') and
27150            'NDRPDR' and
27151            'IP6FWD' and
27152            not 'SRv6' and
27153            not 'IPSEC' and
27154            not 'VHOST'"
27155   parameters:
27156   - "throughput"
27157   - "parent"
27158   - "tags"
27159   sort:
27160   - "IP6BASE"
27161   - "POLICE_MARK"
27162   - "COPWHLIST"
27163   - "IACLDST"
27164   layout:
27165     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
27166     layout: "plot-throughput-speedup-analysis"
27167
27168 # Speedup - VPP IPv6 3n-hsw-x710
27169 -
27170   type: "plot"
27171   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
27172   algorithm: "plot_throughput_speedup_analysis"
27173   output-file-type: ".html"
27174   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
27175   data: "plot-throughput-speedup-analysis-3n-hsw"
27176   filter: "'NIC_Intel-X710' and
27177            '78B' and
27178            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27179            'NDRPDR' and
27180            'IP6FWD' and
27181            not 'SRv6' and
27182            not 'IPSEC' and
27183            not 'VHOST'"
27184   parameters:
27185   - "throughput"
27186   - "parent"
27187   - "tags"
27188   sort:
27189   - "IP6BASE"
27190   - "FIB_20K"
27191   - "FIB_200K"
27192   - "FIB_2M"
27193   layout:
27194     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
27195     layout: "plot-throughput-speedup-analysis"
27196
27197 -
27198   type: "plot"
27199   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27200   algorithm: "plot_throughput_speedup_analysis"
27201   output-file-type: ".html"
27202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27203   data: "plot-throughput-speedup-analysis-3n-hsw"
27204   filter: "'NIC_Intel-X710' and
27205            '78B' and
27206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27207            'NDRPDR' and
27208            'IP6FWD' and
27209            not 'SRv6' and
27210            not 'IPSEC' and
27211            not 'VHOST'"
27212   parameters:
27213   - "throughput"
27214   - "parent"
27215   - "tags"
27216   sort:
27217   - "IP6BASE"
27218   - "FIB_20K"
27219   - "FIB_200K"
27220   - "FIB_2M"
27221   layout:
27222     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
27223     layout: "plot-throughput-speedup-analysis"
27224
27225 # Speedup - VPP IPv6 3n-hsw-x710 features
27226 -
27227   type: "plot"
27228   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27229   algorithm: "plot_throughput_speedup_analysis"
27230   output-file-type: ".html"
27231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27232   data: "plot-throughput-speedup-analysis-3n-hsw"
27233   filter: "'NIC_Intel-X710' and
27234            '78B' and
27235            ('IP6BASE' or
27236             'POLICE_MARK' or
27237             'COPWHLIST' or
27238             'IACLDST') and
27239            'NDRPDR' and
27240            'IP6FWD' and
27241            not 'SRv6' and
27242            not 'IPSEC' and
27243            not 'VHOST'"
27244   parameters:
27245   - "throughput"
27246   - "parent"
27247   - "tags"
27248   sort:
27249   - "IP6BASE"
27250   - "POLICE_MARK"
27251   - "COPWHLIST"
27252   - "IACLDST"
27253   layout:
27254     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
27255     layout: "plot-throughput-speedup-analysis"
27256
27257 -
27258   type: "plot"
27259   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27260   algorithm: "plot_throughput_speedup_analysis"
27261   output-file-type: ".html"
27262   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27263   data: "plot-throughput-speedup-analysis-3n-hsw"
27264   filter: "'NIC_Intel-X710' and
27265            '78B' and
27266            ('IP6BASE' or
27267             'POLICE_MARK' or
27268             'COPWHLIST' or
27269             'IACLDST') and
27270            'NDRPDR' and
27271            'IP6FWD' and
27272            not 'SRv6' and
27273            not 'IPSEC' and
27274            not 'VHOST'"
27275   parameters:
27276   - "throughput"
27277   - "parent"
27278   - "tags"
27279   sort:
27280   - "IP6BASE"
27281   - "POLICE_MARK"
27282   - "COPWHLIST"
27283   - "IACLDST"
27284   layout:
27285     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
27286     layout: "plot-throughput-speedup-analysis"
27287
27288 # Speedup - VPP IPv6 3n-hsw-xl710
27289 -
27290   type: "plot"
27291   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27292   algorithm: "plot_throughput_speedup_analysis"
27293   output-file-type: ".html"
27294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27295   data: "plot-throughput-speedup-analysis-3n-hsw"
27296   filter: "'NIC_Intel-XL710' and
27297            '78B' and
27298            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27299            'NDRPDR' and
27300            'IP6FWD' and
27301            not 'SRv6' and
27302            not 'IPSEC' and
27303            not 'VHOST'"
27304   parameters:
27305   - "throughput"
27306   - "parent"
27307   - "tags"
27308   sort:
27309   - "IP6BASE"
27310   - "FIB_20K"
27311   - "FIB_200K"
27312   - "FIB_2M"
27313   layout:
27314     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
27315     layout: "plot-throughput-speedup-analysis"
27316
27317 -
27318   type: "plot"
27319   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27320   algorithm: "plot_throughput_speedup_analysis"
27321   output-file-type: ".html"
27322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27323   data: "plot-throughput-speedup-analysis-3n-hsw"
27324   filter: "'NIC_Intel-XL710' and
27325            '78B' and
27326            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27327            'NDRPDR' and
27328            'IP6FWD' and
27329            not 'SRv6' and
27330            not 'IPSEC' and
27331            not 'VHOST'"
27332   parameters:
27333   - "throughput"
27334   - "parent"
27335   - "tags"
27336   sort:
27337   - "IP6BASE"
27338   - "FIB_20K"
27339   - "FIB_200K"
27340   - "FIB_2M"
27341   layout:
27342     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
27343     layout: "plot-throughput-speedup-analysis"
27344
27345 # Speedup - VPP IPv6 3n-skx-x710
27346 -
27347   type: "plot"
27348   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27349   algorithm: "plot_throughput_speedup_analysis"
27350   output-file-type: ".html"
27351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27352   data: "plot-throughput-speedup-analysis-3n-skx"
27353   filter: "'NIC_Intel-X710' and
27354            '78B' and
27355            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27356            'NDRPDR' and
27357            'IP6FWD' and
27358            not 'SRv6' and
27359            not 'IPSEC' and
27360            not 'VHOST'"
27361   parameters:
27362   - "throughput"
27363   - "parent"
27364   - "tags"
27365   sort:
27366   - "IP6BASE"
27367   - "FIB_20K"
27368   - "FIB_200K"
27369   - "FIB_2M"
27370   layout:
27371     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27372     layout: "plot-throughput-speedup-analysis"
27373
27374 -
27375   type: "plot"
27376   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27377   algorithm: "plot_throughput_speedup_analysis"
27378   output-file-type: ".html"
27379   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27380   data: "plot-throughput-speedup-analysis-3n-skx"
27381   filter: "'NIC_Intel-X710' and
27382            '78B' and
27383            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27384            'NDRPDR' and
27385            'IP6FWD' and
27386            not 'SRv6' and
27387            not 'IPSEC' and
27388            not 'VHOST'"
27389   parameters:
27390   - "throughput"
27391   - "parent"
27392   - "tags"
27393   sort:
27394   - "IP6BASE"
27395   - "FIB_20K"
27396   - "FIB_200K"
27397   - "FIB_2M"
27398   layout:
27399     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27400     layout: "plot-throughput-speedup-analysis"
27401
27402 # Speedup - VPP IPv6 3n-skx-x710 features
27403 -
27404   type: "plot"
27405   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27406   algorithm: "plot_throughput_speedup_analysis"
27407   output-file-type: ".html"
27408   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27409   data: "plot-throughput-speedup-analysis-3n-skx"
27410   filter: "'NIC_Intel-X710' and
27411            '78B' and
27412            ('IP6BASE' or
27413             'POLICE_MARK' or
27414             'COPWHLIST' or
27415             'IACLDST') and
27416            'NDRPDR' and
27417            'IP6FWD' and
27418            not 'SRv6' and
27419            not 'IPSEC' and
27420            not 'VHOST'"
27421   parameters:
27422   - "throughput"
27423   - "parent"
27424   - "tags"
27425   sort:
27426   - "IP6BASE"
27427   - "POLICE_MARK"
27428   - "COPWHLIST"
27429   - "IACLDST"
27430   layout:
27431     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27432     layout: "plot-throughput-speedup-analysis"
27433
27434 -
27435   type: "plot"
27436   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27437   algorithm: "plot_throughput_speedup_analysis"
27438   output-file-type: ".html"
27439   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27440   data: "plot-throughput-speedup-analysis-3n-skx"
27441   filter: "'NIC_Intel-X710' and
27442            '78B' and
27443            ('IP6BASE' or
27444             'POLICE_MARK' or
27445             'COPWHLIST' or
27446             'IACLDST') and
27447            'NDRPDR' and
27448            'IP6FWD' and
27449            not 'SRv6' and
27450            not 'IPSEC' and
27451            not 'VHOST'"
27452   parameters:
27453   - "throughput"
27454   - "parent"
27455   - "tags"
27456   sort:
27457   - "IP6BASE"
27458   - "POLICE_MARK"
27459   - "COPWHLIST"
27460   - "IACLDST"
27461   layout:
27462     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27463     layout: "plot-throughput-speedup-analysis"
27464
27465 # Speedup - VPP IPv6 2n-skx-x710
27466 -
27467   type: "plot"
27468   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27469   algorithm: "plot_throughput_speedup_analysis"
27470   output-file-type: ".html"
27471   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27472   data: "plot-throughput-speedup-analysis-2n-skx"
27473   filter: "'NIC_Intel-X710' and
27474            '78B' and
27475            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27476            'NDRPDR' and
27477            'IP6FWD' and
27478            not 'SRv6' and
27479            not 'IPSEC' and
27480            not 'VHOST'"
27481   parameters:
27482   - "throughput"
27483   - "parent"
27484   - "tags"
27485   sort:
27486   - "IP6BASE"
27487   - "FIB_20k"
27488   - "FIB_200k"
27489   - "FIB_2M"
27490   layout:
27491     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
27492     layout: "plot-throughput-speedup-analysis"
27493
27494 -
27495   type: "plot"
27496   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27497   algorithm: "plot_throughput_speedup_analysis"
27498   output-file-type: ".html"
27499   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27500   data: "plot-throughput-speedup-analysis-2n-skx"
27501   filter: "'NIC_Intel-X710' and
27502            '78B' and
27503            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27504            'NDRPDR' and
27505            'IP6FWD' and
27506            not 'SRv6' and
27507            not 'IPSEC' and
27508            not 'VHOST'"
27509   parameters:
27510   - "throughput"
27511   - "parent"
27512   - "tags"
27513   sort:
27514   - "IP6BASE"
27515   - "FIB_20k"
27516   - "FIB_200k"
27517   - "FIB_2M"
27518   layout:
27519     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
27520     layout: "plot-throughput-speedup-analysis"
27521
27522 # Speedup - VPP IPv6 2n-skx-xxv710
27523 -
27524   type: "plot"
27525   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27526   algorithm: "plot_throughput_speedup_analysis"
27527   output-file-type: ".html"
27528   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27529   data: "plot-throughput-speedup-analysis-2n-skx"
27530   filter: "'NIC_Intel-XXV710' and
27531            '78B' and
27532            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27533            'NDRPDR' and
27534            'IP6FWD' and
27535            not 'SRv6' and
27536            not 'IPSEC' and
27537            not 'VHOST'"
27538   parameters:
27539   - "throughput"
27540   - "parent"
27541   - "tags"
27542   sort:
27543   - "IP6BASE"
27544   - "FIB_20k"
27545   - "FIB_200k"
27546   - "FIB_2M"
27547   layout:
27548     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
27549     layout: "plot-throughput-speedup-analysis"
27550
27551 -
27552   type: "plot"
27553   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27554   algorithm: "plot_throughput_speedup_analysis"
27555   output-file-type: ".html"
27556   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27557   data: "plot-throughput-speedup-analysis-2n-skx"
27558   filter: "'NIC_Intel-XXV710' and
27559            '78B' and
27560            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27561            'NDRPDR' and
27562            'IP6FWD' and
27563            not 'SRv6' and
27564            not 'IPSEC' and
27565            not 'VHOST'"
27566   parameters:
27567   - "throughput"
27568   - "parent"
27569   - "tags"
27570   sort:
27571   - "IP6BASE"
27572   - "FIB_20k"
27573   - "FIB_200k"
27574   - "FIB_2M"
27575   layout:
27576     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
27577     layout: "plot-throughput-speedup-analysis"
27578
27579 # Speedup - VPP IPv6 2n-dnv-x553 base
27580 -
27581   type: "plot"
27582   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
27583   algorithm: "plot_throughput_speedup_analysis"
27584   output-file-type: ".html"
27585   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
27586   data: "intel-dnv-vpp"
27587   filter: "'NIC_Intel-X553' and
27588            '78B' and
27589            'IP6BASE' and
27590            'NDRPDR' and
27591            'IP6FWD' and
27592            not 'SRv6' and
27593            not 'IPSEC' and
27594            not 'VHOST'"
27595   parameters:
27596   - "throughput"
27597   - "parent"
27598   - "tags"
27599   sort:
27600   - "IP6BASE"
27601   layout:
27602     title: "ip6-2n-dnv-x553-78b-base-ndr"
27603     layout: "plot-throughput-speedup-analysis"
27604
27605 -
27606   type: "plot"
27607   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
27608   algorithm: "plot_throughput_speedup_analysis"
27609   output-file-type: ".html"
27610   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
27611   data: "intel-dnv-vpp"
27612   filter: "'NIC_Intel-X553' and
27613            '78B' and
27614            'IP6BASE' and
27615            'NDRPDR' and
27616            'IP6FWD' and
27617            not 'SRv6' and
27618            not 'IPSEC' and
27619            not 'VHOST'"
27620   parameters:
27621   - "throughput"
27622   - "parent"
27623   - "tags"
27624   sort:
27625   - "IP6BASE"
27626   layout:
27627     title: "ip6-2n-dnv-x553-78b-base-pdr"
27628     layout: "plot-throughput-speedup-analysis"
27629
27630 ################################################################################
27631
27632 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
27633 -
27634   type: "plot"
27635   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27636   algorithm: "plot_throughput_speedup_analysis"
27637   output-file-type: ".html"
27638   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27639   data: "plot-throughput-speedup-analysis-3n-hsw"
27640   filter: "'NIC_Intel-X520-DA2' and
27641            '78B' and
27642            'ENCAP' and
27643            'NDRPDR' and
27644            'LISP' and
27645            not 'VHOST'"
27646   parameters:
27647   - "throughput"
27648   - "parent"
27649   - "tags"
27650   sort:
27651   - "IP4UNRLAY"
27652   - "IP6UNRLAY"
27653   layout:
27654     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
27655     layout: "plot-throughput-speedup-analysis"
27656
27657 -
27658   type: "plot"
27659   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27660   algorithm: "plot_throughput_speedup_analysis"
27661   output-file-type: ".html"
27662   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27663   data: "plot-throughput-speedup-analysis-3n-hsw"
27664   filter: "'NIC_Intel-X520-DA2' and
27665            '78B' and
27666            'ENCAP' and
27667            'NDRPDR' and
27668            'LISP' and
27669            not 'VHOST'"
27670   parameters:
27671   - "throughput"
27672   - "parent"
27673   - "tags"
27674   sort:
27675   - "IP4UNRLAY"
27676   - "IP6UNRLAY"
27677   layout:
27678     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
27679     layout: "plot-throughput-speedup-analysis"
27680
27681 ################################################################################
27682
27683 # Speedup - VPP IPSec 3n-hsw-xl710 base
27684 -
27685   type: "plot"
27686   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27687   algorithm: "plot_throughput_speedup_analysis"
27688   output-file-type: ".html"
27689   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27690   data: "plot-throughput-speedup-analysis-3n-hsw"
27691   filter: "'NIC_Intel-XL710' and
27692            '64B' and
27693            'IP4FWD' and
27694            'NDRPDR' and
27695            'BASE' and
27696            'IPSECHW' and
27697            ('IPSECTRAN' or 'IPSECTUN') and
27698            not 'VHOST'"
27699   parameters:
27700   - "throughput"
27701   - "parent"
27702   - "tags"
27703   layout:
27704     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
27705     layout: "plot-throughput-speedup-analysis"
27706
27707 -
27708   type: "plot"
27709   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27710   algorithm: "plot_throughput_speedup_analysis"
27711   output-file-type: ".html"
27712   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27713   data: "plot-throughput-speedup-analysis-3n-hsw"
27714   filter: "'NIC_Intel-XL710' and
27715            '64B' and
27716            'IP4FWD' and
27717            'NDRPDR' and
27718            'BASE' and
27719            'IPSECHW' and
27720            ('IPSECTRAN' or 'IPSECTUN') and
27721            not 'VHOST'"
27722   parameters:
27723   - "throughput"
27724   - "parent"
27725   - "tags"
27726   layout:
27727     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
27728     layout: "plot-throughput-speedup-analysis"
27729
27730 # Speedup - VPP IPSec 3n-hsw-xl710 scale
27731 -
27732   type: "plot"
27733   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27734   algorithm: "plot_throughput_speedup_analysis"
27735   output-file-type: ".html"
27736   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27737   data: "plot-throughput-speedup-analysis-3n-hsw"
27738   filter: "'NIC_Intel-XL710' and
27739            '64B' and
27740            'IP4FWD' and
27741            'NDRPDR' and
27742            'SCALE' and
27743            'IPSECHW' and
27744            ('IPSECTRAN' or 'IPSECTUN') and
27745            not 'VHOST'"
27746   parameters:
27747   - "throughput"
27748   - "parent"
27749   - "tags"
27750   layout:
27751     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
27752     layout: "plot-throughput-speedup-analysis"
27753
27754 -
27755   type: "plot"
27756   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27757   algorithm: "plot_throughput_speedup_analysis"
27758   output-file-type: ".html"
27759   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27760   data: "plot-throughput-speedup-analysis-3n-hsw"
27761   filter: "'NIC_Intel-XL710' and
27762            '64B' and
27763            'IP4FWD' and
27764            'NDRPDR' and
27765            'SCALE' and
27766            'IPSECHW' and
27767            ('IPSECTRAN' or 'IPSECTUN') and
27768            not 'VHOST'"
27769   parameters:
27770   - "throughput"
27771   - "parent"
27772   - "tags"
27773   layout:
27774     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27775     layout: "plot-throughput-speedup-analysis"
27776
27777 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27778 -
27779   type: "plot"
27780   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27781   algorithm: "plot_throughput_speedup_analysis"
27782   output-file-type: ".html"
27783   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27784   data: "plot-throughput-speedup-analysis-3n-hsw"
27785   filter: "'NIC_Intel-XL710' and
27786            '64B' and
27787            'IP4FWD' and
27788            'NDRPDR' and
27789            'IPSECSW' and
27790            ('IPSECTRAN' or 'IPSECTUN') and
27791            not 'VHOST'"
27792   parameters:
27793   - "throughput"
27794   - "parent"
27795   - "tags"
27796   layout:
27797     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27798     layout: "plot-throughput-speedup-analysis"
27799
27800 -
27801   type: "plot"
27802   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27803   algorithm: "plot_throughput_speedup_analysis"
27804   output-file-type: ".html"
27805   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27806   data: "plot-throughput-speedup-analysis-3n-hsw"
27807   filter: "'NIC_Intel-XL710' and
27808            '64B' and
27809            'IP4FWD' and
27810            'NDRPDR' and
27811            'IPSECSW' and
27812            ('IPSECTRAN' or 'IPSECTUN') and
27813            not 'VHOST'"
27814   parameters:
27815   - "throughput"
27816   - "parent"
27817   - "tags"
27818   layout:
27819     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27820     layout: "plot-throughput-speedup-analysis"
27821
27822 ################################################################################
27823
27824 # Speedup - VPP SRv6 3n-hsw-x520
27825 -
27826   type: "plot"
27827   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27828   algorithm: "plot_throughput_speedup_analysis"
27829   output-file-type: ".html"
27830   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27831   data: "plot-throughput-speedup-analysis-3n-hsw"
27832   filter: "'NIC_Intel-X520-DA2' and
27833            '78B' and
27834            'FEATURE' and
27835            'NDRPDR' and
27836            'IP6FWD' and
27837            'SRv6'"
27838   parameters:
27839   - "throughput"
27840   - "parent"
27841   - "tags"
27842   layout:
27843     title: "srv6-3n-hsw-x520-78b-features-ndr"
27844     layout: "plot-throughput-speedup-analysis"
27845
27846 -
27847   type: "plot"
27848   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27849   algorithm: "plot_throughput_speedup_analysis"
27850   output-file-type: ".html"
27851   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27852   data: "plot-throughput-speedup-analysis-3n-hsw"
27853   filter: "'NIC_Intel-X520-DA2' and
27854            '78B' and
27855            'FEATURE' and
27856            'NDRPDR' and
27857            'IP6FWD' and
27858            'SRv6'"
27859   parameters:
27860   - "throughput"
27861   - "parent"
27862   - "tags"
27863   layout:
27864     title: "srv6-3n-hsw-x520-78b-features-pdr"
27865     layout: "plot-throughput-speedup-analysis"
27866
27867 ################################################################################
27868
27869 # Speedup - VPP L2 3n-hsw-x520 base and scale
27870 -
27871   type: "plot"
27872   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27873   algorithm: "plot_throughput_speedup_analysis"
27874   output-file-type: ".html"
27875   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27876   data: "plot-throughput-speedup-analysis-3n-hsw"
27877   filter: "'NIC_Intel-X520-DA2' and
27878            '64B' and
27879            ('BASE' or 'SCALE') and
27880            'NDRPDR' and
27881            'ETH' and
27882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27883            not 'VHOST' and
27884            not 'MEMIF'"
27885   parameters:
27886   - "throughput"
27887   - "parent"
27888   - "tags"
27889   sort:
27890   - "L2XCFWD"
27891   - "L2PATCH"
27892   - "L2BDMACLRN"
27893   - "FIB_10K"
27894   - "FIB_100K"
27895   - "FIB_1M"
27896   layout:
27897     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27898     layout: "plot-throughput-speedup-analysis"
27899
27900 -
27901   type: "plot"
27902   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27903   algorithm: "plot_throughput_speedup_analysis"
27904   output-file-type: ".html"
27905   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27906   data: "plot-throughput-speedup-analysis-3n-hsw"
27907   filter: "'NIC_Intel-X520-DA2' and
27908            '64B' and
27909            ('BASE' or 'SCALE') and
27910            'NDRPDR' and
27911            'ETH' and
27912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27913            not 'VHOST' and
27914            not 'MEMIF'"
27915   parameters:
27916   - "throughput"
27917   - "parent"
27918   - "tags"
27919   sort:
27920   - "L2XCFWD"
27921   - "L2PATCH"
27922   - "L2BDMACLRN"
27923   - "FIB_10K"
27924   - "FIB_100K"
27925   - "FIB_1M"
27926   layout:
27927     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27928     layout: "plot-throughput-speedup-analysis"
27929
27930 # Speedup - VPP L2 3n-hsw-x520 features
27931 -
27932   type: "plot"
27933   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27934   algorithm: "plot_throughput_speedup_analysis"
27935   output-file-type: ".html"
27936   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27937   data: "plot-throughput-speedup-analysis-3n-hsw"
27938   filter: "'NIC_Intel-X520-DA2' and
27939            '64B' and
27940            'NDRPDR' and
27941            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27942            not 'ACL' and
27943            not 'VHOST' and
27944            not 'MEMIF'"
27945   parameters:
27946   - "throughput"
27947   - "parent"
27948   - "tags"
27949   sort:
27950   - "L2XCBASE"    # l2xcbase
27951   - "L2BDBASE"    # l2bdbase
27952   - "L2XCFWD"     # dot1q-l2xcbase
27953   - "L2BDMACLRN"  # dot1q-l2bdbase
27954   layout:
27955     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27956     layout: "plot-throughput-speedup-analysis"
27957
27958 -
27959   type: "plot"
27960   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27961   algorithm: "plot_throughput_speedup_analysis"
27962   output-file-type: ".html"
27963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27964   data: "plot-throughput-speedup-analysis-3n-hsw"
27965   filter: "'NIC_Intel-X520-DA2' and
27966            '64B' and
27967            'NDRPDR' and
27968            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27969            not 'ACL' and
27970            not 'VHOST' and
27971            not 'MEMIF'"
27972   parameters:
27973   - "throughput"
27974   - "parent"
27975   - "tags"
27976   sort:
27977   - "L2XCBASE"    # l2xcbase
27978   - "L2BDBASE"    # l2bdbase
27979   - "L2XCFWD"     # dot1q-l2xcbase
27980   - "L2BDMACLRN"  # dot1q-l2bdbase
27981   layout:
27982     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27983     layout: "plot-throughput-speedup-analysis"
27984
27985 # Speedup - VPP L2 3n-hsw-x710 base and scale
27986 -
27987   type: "plot"
27988   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27989   algorithm: "plot_throughput_speedup_analysis"
27990   output-file-type: ".html"
27991   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27992   data: "plot-throughput-speedup-analysis-3n-hsw"
27993   filter: "'NIC_Intel-X710' and
27994            '64B' and
27995            ('BASE' or 'SCALE') and
27996            'NDRPDR' and
27997            'ETH' and
27998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27999            not 'VHOST' and
28000            not 'MEMIF' and
28001            not 'DRV_AVF'"
28002   parameters:
28003   - "throughput"
28004   - "parent"
28005   - "tags"
28006   sort:
28007   - "L2PATCH"
28008   - "L2XCBASE"
28009   - "BASE"
28010   - "FIB_10K"
28011   - "FIB_100K"
28012   - "FIB_1M"
28013   layout:
28014     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28015     layout: "plot-throughput-speedup-analysis"
28016
28017 -
28018   type: "plot"
28019   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28020   algorithm: "plot_throughput_speedup_analysis"
28021   output-file-type: ".html"
28022   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28023   data: "plot-throughput-speedup-analysis-3n-hsw"
28024   filter: "'NIC_Intel-X710' and
28025            '64B' and
28026            ('BASE' or 'SCALE') and
28027            'NDRPDR' and
28028            'ETH' and
28029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28030            not 'VHOST' and
28031            not 'MEMIF' and
28032            not 'DRV_AVF'"
28033   parameters:
28034   - "throughput"
28035   - "parent"
28036   - "tags"
28037   sort:
28038   - "L2PATCH"
28039   - "L2XCBASE"
28040   - "BASE"
28041   - "FIB_10K"
28042   - "FIB_100K"
28043   - "FIB_1M"
28044   layout:
28045     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28046     layout: "plot-throughput-speedup-analysis"
28047
28048 # Speedup - VPP L2 3n-hsw-x710 features
28049 -
28050   type: "plot"
28051   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
28052   algorithm: "plot_throughput_speedup_analysis"
28053   output-file-type: ".html"
28054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
28055   data: "plot-throughput-speedup-analysis-3n-hsw"
28056   filter: "'NIC_Intel-X710' and
28057            '64B' and
28058            'NDRPDR' and
28059            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28060            not 'ACL' and
28061            not 'VHOST' and
28062            not 'MEMIF'"
28063   parameters:
28064   - "throughput"
28065   - "parent"
28066   - "tags"
28067   sort:
28068   - "L2XCBASE"    # l2xcbase
28069   - "L2BDBASE"    # l2bdbase
28070   - "L2XCFWD"     # dot1q-l2xcbase
28071   - "L2BDMACLRN"  # dot1q-l2bdbase
28072   layout:
28073     title: "l2sw-3n-hsw-x710-64b-features-ndr"
28074     layout: "plot-throughput-speedup-analysis"
28075
28076 -
28077   type: "plot"
28078   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
28079   algorithm: "plot_throughput_speedup_analysis"
28080   output-file-type: ".html"
28081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
28082   data: "plot-throughput-speedup-analysis-3n-hsw"
28083   filter: "'NIC_Intel-X710' and
28084            '64B' and
28085            'NDRPDR' and
28086            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28087            not 'ACL' and
28088            not 'VHOST' and
28089            not 'MEMIF'"
28090   parameters:
28091   - "throughput"
28092   - "parent"
28093   - "tags"
28094   sort:
28095   - "L2XCBASE"    # l2xcbase
28096   - "L2BDBASE"    # l2bdbase
28097   - "L2XCFWD"     # dot1q-l2xcbase
28098   - "L2BDMACLRN"  # dot1q-l2bdbase
28099   layout:
28100     title: "l2sw-3n-hsw-x710-64b-features-pdr"
28101     layout: "plot-throughput-speedup-analysis"
28102
28103 # Speedup - VPP L2 3n-hsw-xl710 base and scale
28104 -
28105   type: "plot"
28106   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28107   algorithm: "plot_throughput_speedup_analysis"
28108   output-file-type: ".html"
28109   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28110   data: "plot-throughput-speedup-analysis-3n-hsw"
28111   filter: "'NIC_Intel-XL710' and
28112            '64B' and
28113            ('BASE' or 'SCALE') and
28114            'NDRPDR' and
28115            'ETH' and
28116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28117            not 'VHOST' and
28118            not 'MEMIF'"
28119   parameters:
28120   - "throughput"
28121   - "parent"
28122   - "tags"
28123   sort:
28124   - "L2PATCH"
28125   - "L2XCBASE"
28126   - "BASE"
28127   - "FIB_10K"
28128   - "FIB_100K"
28129   - "FIB_1M"
28130   layout:
28131     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28132     layout: "plot-throughput-speedup-analysis"
28133
28134 -
28135   type: "plot"
28136   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28137   algorithm: "plot_throughput_speedup_analysis"
28138   output-file-type: ".html"
28139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28140   data: "plot-throughput-speedup-analysis-3n-hsw"
28141   filter: "'NIC_Intel-XL710' and
28142            '64B' and
28143            ('BASE' or 'SCALE') and
28144            'NDRPDR' and
28145            'ETH' and
28146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28147            not 'VHOST' and
28148            not 'MEMIF'"
28149   parameters:
28150   - "throughput"
28151   - "parent"
28152   - "tags"
28153   sort:
28154   - "L2PATCH"
28155   - "L2XCBASE"
28156   - "BASE"
28157   - "FIB_10K"
28158   - "FIB_100K"
28159   - "FIB_1M"
28160   layout:
28161     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28162     layout: "plot-throughput-speedup-analysis"
28163
28164 # Speedup - VPP L2 3n-skx-x710 base and scale
28165 -
28166   type: "plot"
28167   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28168   algorithm: "plot_throughput_speedup_analysis"
28169   output-file-type: ".html"
28170   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28171   data: "plot-throughput-speedup-analysis-3n-skx"
28172   filter: "'NIC_Intel-X710' and
28173            '64B' and
28174            ('BASE' or 'SCALE') and
28175            'NDRPDR' and
28176            'ETH' and
28177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28178            not 'VHOST' and
28179            not 'DRV_AVF' and
28180            not 'MEMIF'"
28181   parameters:
28182   - "throughput"
28183   - "parent"
28184   - "tags"
28185   sort:
28186   - "L2PATCH"
28187   - "L2XCBASE"
28188   - "BASE"
28189   - "FIB_10K"
28190   - "FIB_100K"
28191   - "FIB_1M"
28192   layout:
28193     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28194     layout: "plot-throughput-speedup-analysis"
28195
28196 -
28197   type: "plot"
28198   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28199   algorithm: "plot_throughput_speedup_analysis"
28200   output-file-type: ".html"
28201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28202   data: "plot-throughput-speedup-analysis-3n-skx"
28203   filter: "'NIC_Intel-X710' and
28204            '64B' and
28205            ('BASE' or 'SCALE') and
28206            'NDRPDR' and
28207            'ETH' and
28208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28209            not 'VHOST' and
28210            not 'DRV_AVF' and
28211            not 'MEMIF'"
28212   parameters:
28213   - "throughput"
28214   - "parent"
28215   - "tags"
28216   sort:
28217   - "L2PATCH"
28218   - "L2XCBASE"
28219   - "BASE"
28220   - "FIB_10K"
28221   - "FIB_100K"
28222   - "FIB_1M"
28223   layout:
28224     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28225     layout: "plot-throughput-speedup-analysis"
28226
28227 # Speedup - VPP L2 3n-skx-x710 features
28228 -
28229   type: "plot"
28230   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
28231   algorithm: "plot_throughput_speedup_analysis"
28232   output-file-type: ".html"
28233   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
28234   data: "plot-throughput-speedup-analysis-3n-skx"
28235   filter: "'NIC_Intel-X710' and
28236            '64B' and
28237            'NDRPDR' and
28238            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28239            not 'ACL' and
28240            not 'VHOST' and
28241            not 'MEMIF'"
28242   parameters:
28243   - "throughput"
28244   - "parent"
28245   - "tags"
28246   sort:
28247   - "L2XCBASE"    # l2xcbase
28248   - "L2BDBASE"    # l2bdbase
28249   - "L2XCFWD"     # dot1q-l2xcbase
28250   - "L2BDMACLRN"  # dot1q-l2bdbase
28251   layout:
28252     title: "l2sw-3n-skx-x710-64b-features-ndr"
28253     layout: "plot-throughput-speedup-analysis"
28254
28255 -
28256   type: "plot"
28257   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
28258   algorithm: "plot_throughput_speedup_analysis"
28259   output-file-type: ".html"
28260   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
28261   data: "plot-throughput-speedup-analysis-3n-skx"
28262   filter: "'NIC_Intel-X710' and
28263            '64B' and
28264            'NDRPDR' and
28265            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28266            not 'ACL' and
28267            not 'VHOST' and
28268            not 'MEMIF'"
28269   parameters:
28270   - "throughput"
28271   - "parent"
28272   - "tags"
28273   sort:
28274   - "L2XCBASE"    # l2xcbase
28275   - "L2BDBASE"    # l2bdbase
28276   - "L2XCFWD"     # dot1q-l2xcbase
28277   - "L2BDMACLRN"  # dot1q-l2bdbase
28278   layout:
28279     title: "l2sw-3n-skx-x710-64b-features-pdr"
28280     layout: "plot-throughput-speedup-analysis"
28281
28282 # Speedup - VPP L2 3n-skx-xxv710 base and scale
28283 -
28284   type: "plot"
28285   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28286   algorithm: "plot_throughput_speedup_analysis"
28287   output-file-type: ".html"
28288   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28289   data: "plot-throughput-speedup-analysis-3n-skx"
28290   filter: "'NIC_Intel-XXV710' and
28291            '64B' and
28292            ('BASE' or 'SCALE') and
28293            'NDRPDR' and
28294            'ETH' and
28295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28296            not 'VHOST' and
28297            not 'MEMIF' and
28298            not 'DRV_AVF'"
28299   parameters:
28300   - "throughput"
28301   - "parent"
28302   - "tags"
28303   sort:
28304   - "L2PATCH"
28305   - "L2XCBASE"
28306   - "BASE"
28307   - "FIB_10K"
28308   - "FIB_100K"
28309   - "FIB_1M"
28310   layout:
28311     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
28312     layout: "plot-throughput-speedup-analysis"
28313
28314 -
28315   type: "plot"
28316   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28317   algorithm: "plot_throughput_speedup_analysis"
28318   output-file-type: ".html"
28319   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28320   data: "plot-throughput-speedup-analysis-3n-skx"
28321   filter: "'NIC_Intel-XXV710' and
28322            '64B' and
28323            ('BASE' or 'SCALE') and
28324            'NDRPDR' and
28325            'ETH' and
28326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28327            not 'VHOST' and
28328            not 'MEMIF' and
28329            not 'DRV_AVF'"
28330   parameters:
28331   - "throughput"
28332   - "parent"
28333   - "tags"
28334   sort:
28335   - "L2PATCH"
28336   - "L2XCBASE"
28337   - "BASE"
28338   - "FIB_10K"
28339   - "FIB_100K"
28340   - "FIB_1M"
28341   layout:
28342     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
28343     layout: "plot-throughput-speedup-analysis"
28344
28345 # Speedup - VPP L2 2n-skx-x710 base and scale
28346 -
28347   type: "plot"
28348   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28349   algorithm: "plot_throughput_speedup_analysis"
28350   output-file-type: ".html"
28351   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28352   data: "plot-throughput-speedup-analysis-2n-skx"
28353   filter: "'NIC_Intel-X710' and
28354            '64B' and
28355            ('BASE' or 'SCALE') and
28356            'NDRPDR' and
28357            'ETH' and
28358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28359            not 'VHOST' and
28360            not 'MEMIF'"
28361   parameters:
28362   - "throughput"
28363   - "parent"
28364   - "tags"
28365   sort:
28366   - "L2PATCH"
28367   - "L2XCBASE"
28368   - "BASE"
28369   - "FIB_10K"
28370   - "FIB_100K"
28371   - "FIB_1M"
28372   layout:
28373     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28374     layout: "plot-throughput-speedup-analysis"
28375
28376 -
28377   type: "plot"
28378   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28379   algorithm: "plot_throughput_speedup_analysis"
28380   output-file-type: ".html"
28381   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28382   data: "plot-throughput-speedup-analysis-2n-skx"
28383   filter: "'NIC_Intel-X710' and
28384            '64B' and
28385            ('BASE' or 'SCALE') and
28386            'NDRPDR' and
28387            'ETH' and
28388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28389            not 'VHOST' and
28390            not 'MEMIF'"
28391   parameters:
28392   - "throughput"
28393   - "parent"
28394   - "tags"
28395   sort:
28396   - "L2PATCH"
28397   - "L2XCBASE"
28398   - "BASE"
28399   - "FIB_10K"
28400   - "FIB_100K"
28401   - "FIB_1M"
28402   layout:
28403     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28404     layout: "plot-throughput-speedup-analysis"
28405
28406 # Speedup - VPP L2 2n-skx-xxv710 base and scale
28407 -
28408   type: "plot"
28409   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28410   algorithm: "plot_throughput_speedup_analysis"
28411   output-file-type: ".html"
28412   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28413   data: "plot-throughput-speedup-analysis-2n-skx"
28414   filter: "'NIC_Intel-XXV710' and
28415            '64B' and
28416            ('BASE' or 'SCALE') and
28417            'NDRPDR' and
28418            'ETH' and
28419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28420            not 'VHOST' and
28421            not 'MEMIF'"
28422   parameters:
28423   - "throughput"
28424   - "parent"
28425   - "tags"
28426   sort:
28427   - "L2PATCH"
28428   - "L2XCBASE"
28429   - "BASE"
28430   - "FIB_10K"
28431   - "FIB_100K"
28432   - "FIB_1M"
28433   layout:
28434     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28435     layout: "plot-throughput-speedup-analysis"
28436
28437 -
28438   type: "plot"
28439   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28440   algorithm: "plot_throughput_speedup_analysis"
28441   output-file-type: ".html"
28442   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28443   data: "plot-throughput-speedup-analysis-2n-skx"
28444   filter: "'NIC_Intel-XXV710' and
28445            '64B' and
28446            ('BASE' or 'SCALE') and
28447            'NDRPDR' and
28448            'ETH' and
28449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28450            not 'VHOST' and
28451            not 'MEMIF'"
28452   parameters:
28453   - "throughput"
28454   - "parent"
28455   - "tags"
28456   sort:
28457   - "L2PATCH"
28458   - "L2XCBASE"
28459   - "BASE"
28460   - "FIB_10K"
28461   - "FIB_100K"
28462   - "FIB_1M"
28463   layout:
28464     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28465     layout: "plot-throughput-speedup-analysis"
28466
28467 # Speedup - VPP L2 2n-dnv-x553 base
28468 -
28469   type: "plot"
28470   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28471   algorithm: "plot_throughput_speedup_analysis"
28472   output-file-type: ".html"
28473   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28474   data: "intel-dnv-vpp"
28475   filter: "'NIC_Intel-X553' and
28476            '64B' and
28477            ('BASE' or 'SCALE') and
28478            'NDRPDR' and
28479            'ETH' and
28480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28481            not 'VHOST' and
28482            not 'MEMIF'"
28483   parameters:
28484   - "throughput"
28485   - "parent"
28486   - "tags"
28487   sort:
28488   - "L2XCBASE"
28489   - "L2BDMACLRN"
28490   - "L2PATCH"
28491   layout:
28492     title: "l2sw-2n-dnv-x553-64b-base-ndr"
28493     layout: "plot-throughput-speedup-analysis"
28494
28495 -
28496   type: "plot"
28497   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28498   algorithm: "plot_throughput_speedup_analysis"
28499   output-file-type: ".html"
28500   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28501   data: "intel-dnv-vpp"
28502   filter: "'NIC_Intel-X553' and
28503            '64B' and
28504            ('BASE' or 'SCALE') and
28505            'NDRPDR' and
28506            'ETH' and
28507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28508            not 'VHOST' and
28509            not 'MEMIF'"
28510   parameters:
28511   - "throughput"
28512   - "parent"
28513   - "tags"
28514   sort:
28515   - "L2XCBASE"
28516   - "L2BDMACLRN"
28517   - "L2PATCH"
28518   layout:
28519     title: "l2sw-2n-dnv-x553-64b-base-pdr"
28520     layout: "plot-throughput-speedup-analysis"
28521
28522 ################################################################################
28523
28524 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
28525 -
28526   type: "plot"
28527   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28528   algorithm: "plot_throughput_speedup_analysis"
28529   output-file-type: ".html"
28530   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28531   data: "plot-throughput-speedup-analysis-3n-hsw"
28532   filter: "'NIC_Intel-X520-DA2' and
28533            '64B' and
28534            'NDRPDR' and
28535            'ETH' and
28536            'IP4FWD' and
28537            'VHOST_1024' and
28538            not 'VXLAN' and
28539            not 'DOT1Q'"
28540   parameters:
28541   - "throughput"
28542   - "parent"
28543   - "tags"
28544   sort:
28545   - "not CFS_OPT"
28546   - "1VM"
28547   - "2VM"
28548   layout:
28549     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
28550     layout: "plot-throughput-speedup-analysis"
28551
28552 -
28553   type: "plot"
28554   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28555   algorithm: "plot_throughput_speedup_analysis"
28556   output-file-type: ".html"
28557   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28558   data: "plot-throughput-speedup-analysis-3n-hsw"
28559   filter: "'NIC_Intel-X520-DA2' and
28560            '64B' and
28561            'NDRPDR' and
28562            'ETH' and
28563            'IP4FWD' and
28564            'VHOST_1024' and
28565            not 'VXLAN' and
28566            not 'DOT1Q'"
28567   parameters:
28568   - "throughput"
28569   - "parent"
28570   - "tags"
28571   sort:
28572   - "not CFS_OPT"
28573   - "1VM"
28574   - "2VM"
28575   layout:
28576     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
28577     layout: "plot-throughput-speedup-analysis"
28578
28579 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
28580 -
28581   type: "plot"
28582   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28583   algorithm: "plot_throughput_speedup_analysis"
28584   output-file-type: ".html"
28585   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28586   data: "plot-throughput-speedup-analysis-3n-hsw"
28587   filter: "'NIC_Intel-X520-DA2' and
28588            '64B' and
28589            'NDRPDR' and
28590            ('ETH' or 'DOT1Q') and
28591            'VHOST_1024' and
28592            not 'VXLAN' and
28593            not 'IP4FWD' and
28594            not '2VM'"
28595   parameters:
28596   - "throughput"
28597   - "parent"
28598   - "tags"
28599 #  sort:
28600 #  - "VM"  # "not CFS_OPT"
28601 #  - "CFS_OPT"
28602 #  - "FIB_10K"
28603 #  - "FIB_100K"
28604 #  - "FIB_1M"
28605   layout:
28606     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
28607     layout: "plot-throughput-speedup-analysis"
28608
28609 -
28610   type: "plot"
28611   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28612   algorithm: "plot_throughput_speedup_analysis"
28613   output-file-type: ".html"
28614   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28615   data: "plot-throughput-speedup-analysis-3n-hsw"
28616   filter: "'NIC_Intel-X520-DA2' and
28617            '64B' and
28618            'NDRPDR' and
28619            ('ETH' or 'DOT1Q') and
28620            'L2BDMACLRN' and
28621            'VHOST_1024' and
28622            not 'VXLAN' and
28623            not 'IP4FWD' and
28624            not '2VM'"
28625   parameters:
28626   - "throughput"
28627   - "parent"
28628   - "tags"
28629 #  sort:
28630 #  - "VM"  # "not CFS_OPT"
28631 #  - "CFS_OPT"
28632 #  - "FIB_10K"
28633 #  - "FIB_100K"
28634 #  - "FIB_1M"
28635   layout:
28636     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
28637     layout: "plot-throughput-speedup-analysis"
28638
28639 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
28640 -
28641   type: "plot"
28642   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28643   algorithm: "plot_throughput_speedup_analysis"
28644   output-file-type: ".html"
28645   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28646   data: "plot-throughput-speedup-analysis-3n-hsw"
28647   filter: "'NIC_Intel-X520-DA2' and
28648            '64B' and
28649            'NDRPDR' and
28650            ('ETH' or 'DOT1Q') and
28651            'BASE' and
28652            ('L2BDMACLRN' or 'L2XCFWD') and
28653            'VHOST_1024' and
28654            not 'VXLAN' and
28655            not 'IP4FWD' and
28656            not '2VM'"
28657   parameters:
28658   - "throughput"
28659   - "parent"
28660   - "tags"
28661 #  sort:
28662 #  - "not CFS_OPT"
28663 #  - "L2XCFWD"
28664 #  - "not CFS_OPT"
28665 #  - "CFS_OPT"
28666   layout:
28667     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
28668     layout: "plot-throughput-speedup-analysis"
28669
28670 -
28671   type: "plot"
28672   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28673   algorithm: "plot_throughput_speedup_analysis"
28674   output-file-type: ".html"
28675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28676   data: "plot-throughput-speedup-analysis-3n-hsw"
28677   filter: "'NIC_Intel-X520-DA2' and
28678            '64B' and
28679            'NDRPDR' and
28680            ('ETH' or 'DOT1Q') and
28681            'BASE' and
28682            ('L2BDMACLRN' or 'L2XCFWD') and
28683            'VHOST_1024' and
28684            not 'VXLAN' and
28685            not 'IP4FWD' and
28686            not '2VM'"
28687   parameters:
28688   - "throughput"
28689   - "parent"
28690   - "tags"
28691 #  sort:
28692 #  - "not CFS_OPT"
28693 #  - "L2XCFWD"
28694 #  - "not CFS_OPT"
28695 #  - "CFS_OPT"
28696   layout:
28697     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
28698     layout: "plot-throughput-speedup-analysis"
28699
28700 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
28701 -
28702   type: "plot"
28703   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28704   algorithm: "plot_throughput_speedup_analysis"
28705   output-file-type: ".html"
28706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28707   data: "plot-throughput-speedup-analysis-3n-hsw"
28708   filter: "'NIC_Intel-X520-DA2' and
28709            '64B' and
28710            'NDRPDR' and
28711            ('ETH' or 'DOT1Q') and
28712            ('L2BDMACLRN' or 'L2XCFWD') and
28713            'VHOST_1024' and
28714            not 'CFS_OPT' and
28715            not 'VXLAN' and
28716            not 'IP4FWD' and
28717            not 'LBOND'"
28718   parameters:
28719   - "throughput"
28720   - "parent"
28721   - "tags"
28722 #  sort:
28723 #  - "1VM"
28724 #  - "L2XCFWD"
28725 #  - "1VM"
28726 #  - "L2BDMACLRN"
28727   layout:
28728     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
28729     layout: "plot-throughput-speedup-analysis"
28730
28731 -
28732   type: "plot"
28733   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28734   algorithm: "plot_throughput_speedup_analysis"
28735   output-file-type: ".html"
28736   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28737   data: "plot-throughput-speedup-analysis-3n-hsw"
28738   filter: "'NIC_Intel-X520-DA2' and
28739            '64B' and
28740            'NDRPDR' and
28741            ('ETH' or 'DOT1Q') and
28742            ('L2BDMACLRN' or 'L2XCFWD') and
28743            'VHOST_1024' and
28744            not 'CFS_OPT' and
28745            not 'VXLAN' and
28746            not 'IP4FWD' and
28747            not 'LBOND'"
28748   parameters:
28749   - "throughput"
28750   - "parent"
28751   - "tags"
28752 #  sort:
28753 #  - "1VM"
28754 #  - "L2XCFWD"
28755 #  - "1VM"
28756 #  - "L2BDMACLRN"
28757   layout:
28758     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
28759     layout: "plot-throughput-speedup-analysis"
28760
28761 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28762 -
28763   type: "plot"
28764   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28765   algorithm: "plot_throughput_speedup_analysis"
28766   output-file-type: ".html"
28767   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28768   data: "plot-throughput-speedup-analysis-3n-hsw"
28769   filter: "'NIC_Intel-X710' and
28770            '64B' and
28771            'NDRPDR' and
28772            'ETH' and
28773            'IP4FWD' and
28774            'VHOST_1024' and
28775            not 'VXLAN' and
28776            not 'DOT1Q'"
28777   parameters:
28778   - "throughput"
28779   - "parent"
28780   - "tags"
28781   sort:
28782   - "not CFS_OPT"
28783   - "1VM"
28784   - "2VM"
28785   layout:
28786     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28787     layout: "plot-throughput-speedup-analysis"
28788
28789 -
28790   type: "plot"
28791   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28792   algorithm: "plot_throughput_speedup_analysis"
28793   output-file-type: ".html"
28794   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28795   data: "plot-throughput-speedup-analysis-3n-hsw"
28796   filter: "'NIC_Intel-X710' and
28797            '64B' and
28798            'NDRPDR' and
28799            'ETH' and
28800            'IP4FWD' and
28801            'VHOST_1024' and
28802            not 'VXLAN' and
28803            not 'DOT1Q'"
28804   parameters:
28805   - "throughput"
28806   - "parent"
28807   - "tags"
28808   sort:
28809   - "not CFS_OPT"
28810   - "1VM"
28811   - "2VM"
28812   layout:
28813     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28814     layout: "plot-throughput-speedup-analysis"
28815
28816 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28817 -
28818   type: "plot"
28819   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28820   algorithm: "plot_throughput_speedup_analysis"
28821   output-file-type: ".html"
28822   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28823   data: "plot-throughput-speedup-analysis-3n-hsw"
28824   filter: "'NIC_Intel-X710' and
28825            '64B' and
28826            'NDRPDR' and
28827            ('ETH' or 'DOT1Q') and
28828            'L2BDMACLRN' and
28829            'VHOST_1024' and
28830            not 'VXLAN' and
28831            not 'IP4FWD' and
28832            not '2VM'"
28833   parameters:
28834   - "throughput"
28835   - "parent"
28836   - "tags"
28837 #  sort:
28838 #  - "VM"  # "not CFS_OPT"
28839 #  - "CFS_OPT"
28840 #  - "FIB_10K"
28841 #  - "FIB_100K"
28842 #  - "FIB_1M"
28843   layout:
28844     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28845     layout: "plot-throughput-speedup-analysis"
28846
28847 -
28848   type: "plot"
28849   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28850   algorithm: "plot_throughput_speedup_analysis"
28851   output-file-type: ".html"
28852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28853   data: "plot-throughput-speedup-analysis-3n-hsw"
28854   filter: "'NIC_Intel-X710' and
28855            '64B' and
28856            'NDRPDR' and
28857            ('ETH' or 'DOT1Q') and
28858            'L2BDMACLRN' and
28859            'VHOST_1024' and
28860            not 'VXLAN' and
28861            not 'IP4FWD' and
28862            not '2VM'"
28863   parameters:
28864   - "throughput"
28865   - "parent"
28866   - "tags"
28867 #  sort:
28868 #  - "VM"  # "not CFS_OPT"
28869 #  - "CFS_OPT"
28870 #  - "FIB_10K"
28871 #  - "FIB_100K"
28872 #  - "FIB_1M"
28873   layout:
28874     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28875     layout: "plot-throughput-speedup-analysis"
28876
28877 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28878 -
28879   type: "plot"
28880   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28881   algorithm: "plot_throughput_speedup_analysis"
28882   output-file-type: ".html"
28883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28884   data: "plot-throughput-speedup-analysis-3n-hsw"
28885   filter: "'NIC_Intel-X710' and
28886            '64B' and
28887            'NDRPDR' and
28888            ('ETH' or 'DOT1Q') and
28889            'BASE' and
28890            ('L2BDMACLRN' or 'L2XCFWD') and
28891            'VHOST_1024' and
28892            not 'VXLAN' and
28893            not 'IP4FWD' and
28894            not '2VM'"
28895   parameters:
28896   - "throughput"
28897   - "parent"
28898   - "tags"
28899 #  sort:
28900 #  - "not CFS_OPT"
28901 #  - "L2XCFWD"
28902 #  - "not CFS_OPT"
28903 #  - "CFS_OPT"
28904   layout:
28905     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28906     layout: "plot-throughput-speedup-analysis"
28907
28908 -
28909   type: "plot"
28910   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28911   algorithm: "plot_throughput_speedup_analysis"
28912   output-file-type: ".html"
28913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28914   data: "plot-throughput-speedup-analysis-3n-hsw"
28915   filter: "'NIC_Intel-X710' and
28916            '64B' and
28917            'NDRPDR' and
28918            ('ETH' or 'DOT1Q') and
28919            'BASE' and
28920            ('L2BDMACLRN' or 'L2XCFWD') and
28921            'VHOST_1024' and
28922            not 'VXLAN' and
28923            not 'IP4FWD' and
28924            not '2VM'"
28925   parameters:
28926   - "throughput"
28927   - "parent"
28928   - "tags"
28929 #  sort:
28930 #  - "not CFS_OPT"
28931 #  - "L2XCFWD"
28932 #  - "not CFS_OPT"
28933 #  - "CFS_OPT"
28934   layout:
28935     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28936     layout: "plot-throughput-speedup-analysis"
28937
28938 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28939 -
28940   type: "plot"
28941   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28942   algorithm: "plot_throughput_speedup_analysis"
28943   output-file-type: ".html"
28944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28945   data: "plot-throughput-speedup-analysis-3n-hsw"
28946   filter: "'NIC_Intel-X710' and
28947            '64B' and
28948            'NDRPDR' and
28949            ('ETH' or 'DOT1Q') and
28950            ('L2BDMACLRN' or 'L2XCFWD') and
28951            'VHOST_1024' and
28952            not 'CFS_OPT' and
28953            not 'VXLAN' and
28954            not 'IP4FWD' and
28955            not 'LBOND'"
28956   parameters:
28957   - "throughput"
28958   - "parent"
28959   - "tags"
28960 #  sort:
28961 #  - "1VM"
28962 #  - "L2XCFWD"
28963 #  - "1VM"
28964 #  - "L2BDMACLRN"
28965   layout:
28966     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28967     layout: "plot-throughput-speedup-analysis"
28968
28969 -
28970   type: "plot"
28971   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28972   algorithm: "plot_throughput_speedup_analysis"
28973   output-file-type: ".html"
28974   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28975   data: "plot-throughput-speedup-analysis-3n-hsw"
28976   filter: "'NIC_Intel-X710' and
28977            '64B' and
28978            'NDRPDR' and
28979            ('ETH' or 'DOT1Q') and
28980            ('L2BDMACLRN' or 'L2XCFWD') and
28981            'VHOST_1024' and
28982            not 'CFS_OPT' and
28983            not 'VXLAN' and
28984            not 'IP4FWD' and
28985            not 'LBOND'"
28986   parameters:
28987   - "throughput"
28988   - "parent"
28989   - "tags"
28990 #  sort:
28991 #  - "1VM"
28992 #  - "L2XCFWD"
28993 #  - "1VM"
28994 #  - "L2BDMACLRN"
28995   layout:
28996     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28997     layout: "plot-throughput-speedup-analysis"
28998
28999 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
29000 -
29001   type: "plot"
29002   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29003   algorithm: "plot_throughput_speedup_analysis"
29004   output-file-type: ".html"
29005   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29006   data: "plot-throughput-speedup-analysis-3n-hsw"
29007   filter: "'NIC_Intel-XL710' and
29008            '64B' and
29009            'NDRPDR' and
29010            'ETH' and
29011            'IP4FWD' and
29012            'VHOST_1024' and
29013            not 'VXLAN' and
29014            not 'DOT1Q'"
29015   parameters:
29016   - "throughput"
29017   - "parent"
29018   - "tags"
29019   sort:
29020   - "not CFS_OPT"
29021   - "1VM"
29022   - "2VM"
29023   layout:
29024     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
29025     layout: "plot-throughput-speedup-analysis"
29026
29027 -
29028   type: "plot"
29029   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29030   algorithm: "plot_throughput_speedup_analysis"
29031   output-file-type: ".html"
29032   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29033   data: "plot-throughput-speedup-analysis-3n-hsw"
29034   filter: "'NIC_Intel-XL710' and
29035            '64B' and
29036            'NDRPDR' and
29037            'ETH' and
29038            'IP4FWD' and
29039            'VHOST_1024' and
29040            not 'VXLAN' and
29041            not 'DOT1Q'"
29042   parameters:
29043   - "throughput"
29044   - "parent"
29045   - "tags"
29046   sort:
29047   - "not CFS_OPT"
29048   - "1VM"
29049   - "2VM"
29050   layout:
29051     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
29052     layout: "plot-throughput-speedup-analysis"
29053
29054 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
29055 -
29056   type: "plot"
29057   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29058   algorithm: "plot_throughput_speedup_analysis"
29059   output-file-type: ".html"
29060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29061   data: "plot-throughput-speedup-analysis-3n-hsw"
29062   filter: "'NIC_Intel-XL710' and
29063            '64B' and
29064            'NDRPDR' and
29065            ('ETH' or 'DOT1Q') and
29066            'L2BDMACLRN' and
29067            'VHOST_1024' and
29068            not 'VXLAN' and
29069            not 'IP4FWD' and
29070            not '2VM'"
29071   parameters:
29072   - "throughput"
29073   - "parent"
29074   - "tags"
29075 #  sort:
29076 #  - "VM"  # "not CFS_OPT"
29077 #  - "CFS_OPT"
29078 #  - "FIB_10K"
29079 #  - "FIB_100K"
29080 #  - "FIB_1M"
29081   layout:
29082     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
29083     layout: "plot-throughput-speedup-analysis"
29084
29085 -
29086   type: "plot"
29087   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29088   algorithm: "plot_throughput_speedup_analysis"
29089   output-file-type: ".html"
29090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29091   data: "plot-throughput-speedup-analysis-3n-hsw"
29092   filter: "'NIC_Intel-XL710' and
29093            '64B' and
29094            'NDRPDR' and
29095            ('ETH' or 'DOT1Q') and
29096            'L2BDMACLRN' and
29097            'VHOST_1024' and
29098            not 'VXLAN' and
29099            not 'IP4FWD' and
29100            not '2VM'"
29101   parameters:
29102   - "throughput"
29103   - "parent"
29104   - "tags"
29105 #  sort:
29106 #  - "VM"  # "not CFS_OPT"
29107 #  - "CFS_OPT"
29108 #  - "FIB_10K"
29109 #  - "FIB_100K"
29110 #  - "FIB_1M"
29111   layout:
29112     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
29113     layout: "plot-throughput-speedup-analysis"
29114
29115 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
29116 -
29117   type: "plot"
29118   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
29119   algorithm: "plot_throughput_speedup_analysis"
29120   output-file-type: ".html"
29121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
29122   data: "plot-throughput-speedup-analysis-3n-hsw"
29123   filter: "'NIC_Intel-XL710' and
29124            '64B' and
29125            'NDRPDR' and
29126            ('ETH' or 'DOT1Q') and
29127            'BASE' and
29128            ('L2BDMACLRN' or 'L2XCFWD') and
29129            'VHOST_1024' and
29130            not 'VXLAN' and
29131            not 'IP4FWD' and
29132            not '2VM'"
29133   parameters:
29134   - "throughput"
29135   - "parent"
29136   - "tags"
29137 #  sort:
29138 #  - "not CFS_OPT"
29139 #  - "L2XCFWD"
29140 #  - "not CFS_OPT"
29141 #  - "CFS_OPT"
29142   layout:
29143     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
29144     layout: "plot-throughput-speedup-analysis"
29145
29146 -
29147   type: "plot"
29148   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
29149   algorithm: "plot_throughput_speedup_analysis"
29150   output-file-type: ".html"
29151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
29152   data: "plot-throughput-speedup-analysis-3n-hsw"
29153   filter: "'NIC_Intel-XL710' and
29154            '64B' and
29155            'NDRPDR' and
29156            ('ETH' or 'DOT1Q') and
29157            'BASE' and
29158            ('L2BDMACLRN' or 'L2XCFWD') and
29159            'VHOST_1024' and
29160            not 'VXLAN' and
29161            not 'IP4FWD' and
29162            not '2VM'"
29163   parameters:
29164   - "throughput"
29165   - "parent"
29166   - "tags"
29167 #  sort:
29168 #  - "not CFS_OPT"
29169 #  - "L2XCFWD"
29170 #  - "not CFS_OPT"
29171 #  - "CFS_OPT"
29172   layout:
29173     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
29174     layout: "plot-throughput-speedup-analysis"
29175
29176 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
29177 -
29178   type: "plot"
29179   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
29180   algorithm: "plot_throughput_speedup_analysis"
29181   output-file-type: ".html"
29182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
29183   data: "plot-throughput-speedup-analysis-3n-hsw"
29184   filter: "'NIC_Intel-XL710' and
29185            '64B' and
29186            'NDRPDR' and
29187            ('ETH' or 'DOT1Q') and
29188            ('L2BDMACLRN' or 'L2XCFWD') and
29189            'VHOST_1024' and
29190            not 'CFS_OPT' and
29191            not 'VXLAN' and
29192            not 'IP4FWD'"
29193   parameters:
29194   - "throughput"
29195   - "parent"
29196   - "tags"
29197 #  sort:
29198 #  - "1VM"
29199 #  - "L2XCFWD"
29200 #  - "1VM"
29201 #  - "L2BDMACLRN"
29202   layout:
29203     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
29204     layout: "plot-throughput-speedup-analysis"
29205
29206 -
29207   type: "plot"
29208   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29209   algorithm: "plot_throughput_speedup_analysis"
29210   output-file-type: ".html"
29211   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29212   data: "plot-throughput-speedup-analysis-3n-hsw"
29213   filter: "'NIC_Intel-XL710' and
29214            '64B' and
29215            'NDRPDR' and
29216            ('ETH' or 'DOT1Q') and
29217            ('L2BDMACLRN' or 'L2XCFWD') and
29218            'VHOST_1024' and
29219            not 'CFS_OPT' and
29220            not 'VXLAN' and
29221            not 'IP4FWD'"
29222   parameters:
29223   - "throughput"
29224   - "parent"
29225   - "tags"
29226 #  sort:
29227 #  - "1VM"
29228 #  - "L2XCFWD"
29229 #  - "1VM"
29230 #  - "L2BDMACLRN"
29231   layout:
29232     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
29233     layout: "plot-throughput-speedup-analysis"
29234
29235 # Packet Speedup - VPP vhost ip4 3n-skx-x710
29236 -
29237   type: "plot"
29238   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29239   algorithm: "plot_throughput_speedup_analysis"
29240   output-file-type: ".html"
29241   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29242   data: "plot-throughput-speedup-analysis-3n-skx"
29243   filter: "'NIC_Intel-X710' and
29244            '64B' and
29245            'NDRPDR' and
29246            'ETH' and
29247            'IP4FWD' and
29248            'VHOST_1024' and
29249            not 'VXLAN' and
29250            not 'DOT1Q'"
29251   parameters:
29252   - "throughput"
29253   - "parent"
29254   - "tags"
29255   sort:
29256   - "not CFS_OPT"
29257   - "1VM"
29258   - "2VM"
29259   layout:
29260     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
29261     layout: "plot-throughput-speedup-analysis"
29262
29263 -
29264   type: "plot"
29265   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29266   algorithm: "plot_throughput_speedup_analysis"
29267   output-file-type: ".html"
29268   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29269   data: "plot-throughput-speedup-analysis-3n-skx"
29270   filter: "'NIC_Intel-X710' and
29271            '64B' and
29272            'NDRPDR' and
29273            'ETH' and
29274            'IP4FWD' and
29275            'VHOST_1024' and
29276            not 'VXLAN' and
29277            not 'DOT1Q'"
29278   parameters:
29279   - "throughput"
29280   - "parent"
29281   - "tags"
29282   sort:
29283   - "not CFS_OPT"
29284   - "1VM"
29285   - "2VM"
29286   layout:
29287     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
29288     layout: "plot-throughput-speedup-analysis"
29289
29290 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
29291 -
29292   type: "plot"
29293   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29294   algorithm: "plot_throughput_speedup_analysis"
29295   output-file-type: ".html"
29296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29297   data: "plot-throughput-speedup-analysis-3n-skx"
29298   filter: "'NIC_Intel-X710' and
29299            '64B' and
29300            'NDRPDR' and
29301            ('ETH' or 'DOT1Q') and
29302            'L2BDMACLRN' and
29303            'VHOST_1024' and
29304            not 'VXLAN' and
29305            not 'IP4FWD' and
29306            not '2VM'"
29307   parameters:
29308   - "throughput"
29309   - "parent"
29310   - "tags"
29311 #  sort:
29312 #  - "VM"  # "not CFS_OPT"
29313 #  - "CFS_OPT"
29314 #  - "FIB_10K"
29315 #  - "FIB_100K"
29316 #  - "FIB_1M"
29317   layout:
29318     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
29319     layout: "plot-throughput-speedup-analysis"
29320
29321 -
29322   type: "plot"
29323   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29324   algorithm: "plot_throughput_speedup_analysis"
29325   output-file-type: ".html"
29326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29327   data: "plot-throughput-speedup-analysis-3n-skx"
29328   filter: "'NIC_Intel-X710' and
29329            '64B' and
29330            'NDRPDR' and
29331            ('ETH' or 'DOT1Q') and
29332            'L2BDMACLRN' and
29333            'VHOST_1024' and
29334            not 'VXLAN' and
29335            not 'IP4FWD' and
29336            not '2VM'"
29337   parameters:
29338   - "throughput"
29339   - "parent"
29340   - "tags"
29341 #  sort:
29342 #  - "VM"  # "not CFS_OPT"
29343 #  - "CFS_OPT"
29344 #  - "FIB_10K"
29345 #  - "FIB_100K"
29346 #  - "FIB_1M"
29347   layout:
29348     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
29349     layout: "plot-throughput-speedup-analysis"
29350
29351 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
29352 -
29353   type: "plot"
29354   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29355   algorithm: "plot_throughput_speedup_analysis"
29356   output-file-type: ".html"
29357   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29358   data: "plot-throughput-speedup-analysis-3n-skx"
29359   filter: "'NIC_Intel-X710' and
29360            '64B' and
29361            'NDRPDR' and
29362            ('ETH' or 'DOT1Q') and
29363            'BASE' and
29364            ('L2BDMACLRN' or 'L2XCFWD') and
29365            'VHOST_1024' and
29366            not 'VXLAN' and
29367            not 'IP4FWD' and
29368            not '2VM' and
29369            not 'LBOND'"
29370   parameters:
29371   - "throughput"
29372   - "parent"
29373   - "tags"
29374 #  sort:
29375 #  - "not CFS_OPT"
29376 #  - "L2XCFWD"
29377 #  - "not CFS_OPT"
29378 #  - "CFS_OPT"
29379   layout:
29380     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
29381     layout: "plot-throughput-speedup-analysis"
29382
29383 -
29384   type: "plot"
29385   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29386   algorithm: "plot_throughput_speedup_analysis"
29387   output-file-type: ".html"
29388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29389   data: "plot-throughput-speedup-analysis-3n-skx"
29390   filter: "'NIC_Intel-X710' and
29391            '64B' and
29392            'NDRPDR' and
29393            ('ETH' or 'DOT1Q') and
29394            'BASE' and
29395            ('L2BDMACLRN' or 'L2XCFWD') and
29396            'VHOST_1024' and
29397            not 'VXLAN' and
29398            not 'IP4FWD' and
29399            not '2VM' and
29400            not 'LBOND'"
29401   parameters:
29402   - "throughput"
29403   - "parent"
29404   - "tags"
29405 #  sort:
29406 #  - "not CFS_OPT"
29407 #  - "L2XCFWD"
29408 #  - "not CFS_OPT"
29409 #  - "CFS_OPT"
29410   layout:
29411     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
29412     layout: "plot-throughput-speedup-analysis"
29413
29414 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
29415 -
29416   type: "plot"
29417   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29418   algorithm: "plot_throughput_speedup_analysis"
29419   output-file-type: ".html"
29420   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29421   data: "plot-throughput-speedup-analysis-3n-skx"
29422   filter: "'NIC_Intel-X710' and
29423            '64B' and
29424            'NDRPDR' and
29425            ('ETH' or 'DOT1Q') and
29426            ('L2BDMACLRN' or 'L2XCFWD') and
29427            'VHOST_1024' and
29428            not 'CFS_OPT' and
29429            not 'VXLAN' and
29430            not 'IP4FWD' and
29431            not 'LBOND'"
29432   parameters:
29433   - "throughput"
29434   - "parent"
29435   - "tags"
29436 #  sort:
29437 #  - "1VM"
29438 #  - "L2XCFWD"
29439 #  - "1VM"
29440 #  - "L2BDMACLRN"
29441   layout:
29442     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
29443     layout: "plot-throughput-speedup-analysis"
29444
29445 -
29446   type: "plot"
29447   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29448   algorithm: "plot_throughput_speedup_analysis"
29449   output-file-type: ".html"
29450   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29451   data: "plot-throughput-speedup-analysis-3n-skx"
29452   filter: "'NIC_Intel-X710' and
29453            '64B' and
29454            'NDRPDR' and
29455            ('ETH' or 'DOT1Q') and
29456            ('L2BDMACLRN' or 'L2XCFWD') and
29457            'VHOST_1024' and
29458            not 'CFS_OPT' and
29459            not 'VXLAN' and
29460            not 'IP4FWD' and
29461            not 'LBOND'"
29462   parameters:
29463   - "throughput"
29464   - "parent"
29465   - "tags"
29466 #  sort:
29467 #  - "1VM"
29468 #  - "L2XCFWD"
29469 #  - "1VM"
29470 #  - "L2BDMACLRN"
29471   layout:
29472     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
29473     layout: "plot-throughput-speedup-analysis"
29474
29475 # Packet Speedup - VPP vhost ip4 2n-skx-x710
29476 -
29477   type: "plot"
29478   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29479   algorithm: "plot_throughput_speedup_analysis"
29480   output-file-type: ".html"
29481   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29482   data: "plot-throughput-speedup-analysis-2n-skx"
29483   filter: "'NIC_Intel-X710' and
29484            '64B' and
29485            'NDRPDR' and
29486            'ETH' and
29487            'IP4FWD' and
29488            'VHOST_1024' and
29489            not 'VXLAN' and
29490            not 'NF_DENSITY' and
29491            not 'DOT1Q'"
29492   parameters:
29493   - "throughput"
29494   - "parent"
29495   - "tags"
29496   sort:
29497   - "not CFS_OPT"
29498   - "1VM"
29499   - "2VM"
29500   layout:
29501     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
29502     layout: "plot-throughput-speedup-analysis"
29503
29504 -
29505   type: "plot"
29506   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29507   algorithm: "plot_throughput_speedup_analysis"
29508   output-file-type: ".html"
29509   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29510   data: "plot-throughput-speedup-analysis-2n-skx"
29511   filter: "'NIC_Intel-X710' and
29512            '64B' and
29513            'NDRPDR' and
29514            'ETH' and
29515            'IP4FWD' and
29516            'VHOST_1024' and
29517            not 'VXLAN' and
29518            not 'NF_DENSITY' and
29519            not 'DOT1Q'"
29520   parameters:
29521   - "throughput"
29522   - "parent"
29523   - "tags"
29524   sort:
29525   - "not CFS_OPT"
29526   - "1VM"
29527   - "2VM"
29528   layout:
29529     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
29530     layout: "plot-throughput-speedup-analysis"
29531
29532 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
29533 -
29534   type: "plot"
29535   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29536   algorithm: "plot_throughput_speedup_analysis"
29537   output-file-type: ".html"
29538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29539   data: "plot-throughput-speedup-analysis-2n-skx"
29540   filter: "'NIC_Intel-X710' and
29541            '64B' and
29542            'NDRPDR' and
29543            ('ETH' or 'DOT1Q') and
29544            'L2BDMACLRN' and
29545            'VHOST_1024' and
29546            not 'VXLAN' and
29547            not 'NF_DENSITY' and
29548            not 'IP4FWD' and
29549            not '2VM'"
29550   parameters:
29551   - "throughput"
29552   - "parent"
29553   - "tags"
29554 #  sort:
29555 #  - "VM"  # "not CFS_OPT"
29556 #  - "CFS_OPT"
29557 #  - "FIB_10K"
29558 #  - "FIB_100K"
29559 #  - "FIB_1M"
29560   layout:
29561     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
29562     layout: "plot-throughput-speedup-analysis"
29563
29564 -
29565   type: "plot"
29566   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29567   algorithm: "plot_throughput_speedup_analysis"
29568   output-file-type: ".html"
29569   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29570   data: "plot-throughput-speedup-analysis-2n-skx"
29571   filter: "'NIC_Intel-X710' and
29572            '64B' and
29573            'NDRPDR' and
29574            ('ETH' or 'DOT1Q') and
29575            'L2BDMACLRN' and
29576            'VHOST_1024' and
29577            not 'VXLAN' and
29578            not 'NF_DENSITY' and
29579            not 'IP4FWD' and
29580            not '2VM'"
29581   parameters:
29582   - "throughput"
29583   - "parent"
29584   - "tags"
29585 #  sort:
29586 #  - "VM"  # "not CFS_OPT"
29587 #  - "CFS_OPT"
29588 #  - "FIB_10K"
29589 #  - "FIB_100K"
29590 #  - "FIB_1M"
29591   layout:
29592     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
29593     layout: "plot-throughput-speedup-analysis"
29594
29595 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
29596 -
29597   type: "plot"
29598   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29599   algorithm: "plot_throughput_speedup_analysis"
29600   output-file-type: ".html"
29601   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29602   data: "plot-throughput-speedup-analysis-2n-skx"
29603   filter: "'NIC_Intel-X710' and
29604            '64B' and
29605            'NDRPDR' and
29606            ('ETH' or 'DOT1Q') and
29607            'BASE' and
29608            ('L2BDMACLRN' or 'L2XCFWD') and
29609            'VHOST_1024' and
29610            not 'VXLAN' and
29611            not 'NF_DENSITY' and
29612            not 'IP4FWD' and
29613            not '2VM'"
29614   parameters:
29615   - "throughput"
29616   - "parent"
29617   - "tags"
29618 #  sort:
29619 #  - "not CFS_OPT"
29620 #  - "L2XCFWD"
29621 #  - "not CFS_OPT"
29622 #  - "CFS_OPT"
29623   layout:
29624     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
29625     layout: "plot-throughput-speedup-analysis"
29626
29627 -
29628   type: "plot"
29629   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29630   algorithm: "plot_throughput_speedup_analysis"
29631   output-file-type: ".html"
29632   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29633   data: "plot-throughput-speedup-analysis-2n-skx"
29634   filter: "'NIC_Intel-X710' and
29635            '64B' and
29636            'NDRPDR' and
29637            ('ETH' or 'DOT1Q') and
29638            'BASE' and
29639            ('L2BDMACLRN' or 'L2XCFWD') and
29640            'VHOST_1024' and
29641            not 'VXLAN' and
29642            not 'NF_DENSITY' and
29643            not 'IP4FWD' and
29644            not '2VM'"
29645   parameters:
29646   - "throughput"
29647   - "parent"
29648   - "tags"
29649 #  sort:
29650 #  - "not CFS_OPT"
29651 #  - "L2XCFWD"
29652 #  - "not CFS_OPT"
29653 #  - "CFS_OPT"
29654   layout:
29655     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
29656     layout: "plot-throughput-speedup-analysis"
29657
29658 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
29659 -
29660   type: "plot"
29661   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29662   algorithm: "plot_throughput_speedup_analysis"
29663   output-file-type: ".html"
29664   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29665   data: "plot-throughput-speedup-analysis-2n-skx"
29666   filter: "'NIC_Intel-X710' and
29667            '64B' and
29668            'NDRPDR' and
29669            ('ETH' or 'DOT1Q') and
29670            ('L2BDMACLRN' or 'L2XCFWD') and
29671            'VHOST_1024' and
29672            not 'CFS_OPT' and
29673            not 'VXLAN' and
29674            not 'NF_DENSITY' and
29675            not 'IP4FWD'"
29676   parameters:
29677   - "throughput"
29678   - "parent"
29679   - "tags"
29680 #  sort:
29681 #  - "1VM"
29682 #  - "L2XCFWD"
29683 #  - "1VM"
29684 #  - "L2BDMACLRN"
29685   layout:
29686     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
29687     layout: "plot-throughput-speedup-analysis"
29688
29689 -
29690   type: "plot"
29691   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29692   algorithm: "plot_throughput_speedup_analysis"
29693   output-file-type: ".html"
29694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29695   data: "plot-throughput-speedup-analysis-2n-skx"
29696   filter: "'NIC_Intel-X710' and
29697            '64B' and
29698            'NDRPDR' and
29699            ('ETH' or 'DOT1Q') and
29700            ('L2BDMACLRN' or 'L2XCFWD') and
29701            'VHOST_1024' and
29702            not 'CFS_OPT' and
29703            not 'VXLAN' and
29704            not 'NF_DENSITY' and
29705            not 'IP4FWD'"
29706   parameters:
29707   - "throughput"
29708   - "parent"
29709   - "tags"
29710 #  sort:
29711 #  - "1VM"
29712 #  - "L2XCFWD"
29713 #  - "1VM"
29714 #  - "L2BDMACLRN"
29715   layout:
29716     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
29717     layout: "plot-throughput-speedup-analysis"
29718
29719 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
29720 -
29721   type: "plot"
29722   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29723   algorithm: "plot_throughput_speedup_analysis"
29724   output-file-type: ".html"
29725   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29726   data: "plot-throughput-speedup-analysis-2n-skx"
29727   filter: "'NIC_Intel-XXV710' and
29728            '64B' and
29729            'NDRPDR' and
29730            'ETH' and
29731            'IP4FWD' and
29732            'VHOST_1024' and
29733            not 'VXLAN' and
29734            not 'DOT1Q'"
29735   parameters:
29736   - "throughput"
29737   - "parent"
29738   - "tags"
29739   sort:
29740   - "not CFS_OPT"
29741   - "1VM"
29742   - "2VM"
29743   layout:
29744     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
29745     layout: "plot-throughput-speedup-analysis"
29746
29747 -
29748   type: "plot"
29749   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29750   algorithm: "plot_throughput_speedup_analysis"
29751   output-file-type: ".html"
29752   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29753   data: "plot-throughput-speedup-analysis-2n-skx"
29754   filter: "'NIC_Intel-XXV710' and
29755            '64B' and
29756            'NDRPDR' and
29757            'ETH' and
29758            'IP4FWD' and
29759            'VHOST_1024' and
29760            not 'VXLAN' and
29761            not 'DOT1Q'"
29762   parameters:
29763   - "throughput"
29764   - "parent"
29765   - "tags"
29766   sort:
29767   - "not CFS_OPT"
29768   - "1VM"
29769   - "2VM"
29770   layout:
29771     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29772     layout: "plot-throughput-speedup-analysis"
29773
29774 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29775 -
29776   type: "plot"
29777   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29778   algorithm: "plot_throughput_speedup_analysis"
29779   output-file-type: ".html"
29780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29781   data: "plot-throughput-speedup-analysis-2n-skx"
29782   filter: "'NIC_Intel-XXV710' and
29783            '64B' and
29784            'NDRPDR' and
29785            ('ETH' or 'DOT1Q') and
29786            'L2BDMACLRN' and
29787            'VHOST_1024' and
29788            not 'VXLAN' and
29789            not 'IP4FWD' and
29790            not '2VM'"
29791   parameters:
29792   - "throughput"
29793   - "parent"
29794   - "tags"
29795 #  sort:
29796 #  - "VM"  # "not CFS_OPT"
29797 #  - "CFS_OPT"
29798 #  - "FIB_10K"
29799 #  - "FIB_100K"
29800 #  - "FIB_1M"
29801   layout:
29802     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29803     layout: "plot-throughput-speedup-analysis"
29804
29805 -
29806   type: "plot"
29807   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29808   algorithm: "plot_throughput_speedup_analysis"
29809   output-file-type: ".html"
29810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29811   data: "plot-throughput-speedup-analysis-2n-skx"
29812   filter: "'NIC_Intel-XXV710' and
29813            '64B' and
29814            'NDRPDR' and
29815            ('ETH' or 'DOT1Q') and
29816            'L2BDMACLRN' and
29817            'VHOST_1024' and
29818            not 'VXLAN' and
29819            not 'IP4FWD' and
29820            not '2VM'"
29821   parameters:
29822   - "throughput"
29823   - "parent"
29824   - "tags"
29825 #  sort:
29826 #  - "VM"  # "not CFS_OPT"
29827 #  - "CFS_OPT"
29828 #  - "FIB_10K"
29829 #  - "FIB_100K"
29830 #  - "FIB_1M"
29831   layout:
29832     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29833     layout: "plot-throughput-speedup-analysis"
29834
29835 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29836 -
29837   type: "plot"
29838   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29839   algorithm: "plot_throughput_speedup_analysis"
29840   output-file-type: ".html"
29841   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29842   data: "plot-throughput-speedup-analysis-2n-skx"
29843   filter: "'NIC_Intel-XXV710' and
29844            '64B' and
29845            'NDRPDR' and
29846            ('ETH' or 'DOT1Q') and
29847            'BASE' and
29848            ('L2BDMACLRN' or 'L2XCFWD') and
29849            'VHOST_1024' and
29850            not 'VXLAN' and
29851            not 'IP4FWD' and
29852            not '2VM'"
29853   parameters:
29854   - "throughput"
29855   - "parent"
29856   - "tags"
29857 #  sort:
29858 #  - "not CFS_OPT"
29859 #  - "L2XCFWD"
29860 #  - "not CFS_OPT"
29861 #  - "CFS_OPT"
29862   layout:
29863     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29864     layout: "plot-throughput-speedup-analysis"
29865
29866 -
29867   type: "plot"
29868   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29869   algorithm: "plot_throughput_speedup_analysis"
29870   output-file-type: ".html"
29871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29872   data: "plot-throughput-speedup-analysis-2n-skx"
29873   filter: "'NIC_Intel-XXV710' and
29874            '64B' and
29875            'NDRPDR' and
29876            ('ETH' or 'DOT1Q') and
29877            'BASE' and
29878            ('L2BDMACLRN' or 'L2XCFWD') and
29879            'VHOST_1024' and
29880            not 'VXLAN' and
29881            not 'IP4FWD' and
29882            not '2VM'"
29883   parameters:
29884   - "throughput"
29885   - "parent"
29886   - "tags"
29887 #  sort:
29888 #  - "not CFS_OPT"
29889 #  - "L2XCFWD"
29890 #  - "not CFS_OPT"
29891 #  - "CFS_OPT"
29892   layout:
29893     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29894     layout: "plot-throughput-speedup-analysis"
29895
29896 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29897 -
29898   type: "plot"
29899   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29900   algorithm: "plot_throughput_speedup_analysis"
29901   output-file-type: ".html"
29902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29903   data: "plot-throughput-speedup-analysis-2n-skx"
29904   filter: "'NIC_Intel-XXV710' and
29905            '64B' and
29906            'NDRPDR' and
29907            ('ETH' or 'DOT1Q') and
29908            ('L2BDMACLRN' or 'L2XCFWD') and
29909            'VHOST_1024' and
29910            not 'CFS_OPT' and
29911            not 'VXLAN' and
29912            not 'IP4FWD'"
29913   parameters:
29914   - "throughput"
29915   - "parent"
29916   - "tags"
29917 #  sort:
29918 #  - "1VM"
29919 #  - "L2XCFWD"
29920 #  - "1VM"
29921 #  - "L2BDMACLRN"
29922   layout:
29923     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29924     layout: "plot-throughput-speedup-analysis"
29925
29926 -
29927   type: "plot"
29928   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29929   algorithm: "plot_throughput_speedup_analysis"
29930   output-file-type: ".html"
29931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29932   data: "plot-throughput-speedup-analysis-2n-skx"
29933   filter: "'NIC_Intel-XXV710' and
29934            '64B' and
29935            'NDRPDR' and
29936            ('ETH' or 'DOT1Q') and
29937            ('L2BDMACLRN' or 'L2XCFWD') and
29938            'VHOST_1024' and
29939            not 'CFS_OPT' and
29940            not 'VXLAN' and
29941            not 'IP4FWD'"
29942   parameters:
29943   - "throughput"
29944   - "parent"
29945   - "tags"
29946 #  sort:
29947 #  - "1VM"
29948 #  - "L2XCFWD"
29949 #  - "1VM"
29950 #  - "L2BDMACLRN"
29951   layout:
29952     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29953     layout: "plot-throughput-speedup-analysis"
29954
29955 ################################################################################
29956
29957 # Speedup - VPP vts 3n-hsw-x520
29958 -
29959   type: "plot"
29960   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29961   algorithm: "plot_throughput_speedup_analysis"
29962   output-file-type: ".html"
29963   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29964   data: "plot-throughput-speedup-analysis-3n-hsw"
29965   filter: "'NIC_Intel-X520-DA2' and
29966            '114B' and
29967            'NDRPDR' and
29968            'VTS'"
29969   parameters:
29970   - "throughput"
29971   - "parent"
29972   - "tags"
29973   layout:
29974     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29975     layout: "plot-throughput-speedup-analysis"
29976
29977 -
29978   type: "plot"
29979   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29980   algorithm: "plot_throughput_speedup_analysis"
29981   output-file-type: ".html"
29982   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29983   data: "plot-throughput-speedup-analysis-3n-hsw"
29984   filter: "'NIC_Intel-X520-DA2' and
29985            '114B' and
29986            'NDRPDR' and
29987            'VTS'"
29988   parameters:
29989   - "throughput"
29990   - "parent"
29991   - "tags"
29992   layout:
29993     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29994     layout: "plot-throughput-speedup-analysis"