CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       # TODO: Add 1904 data
134       csit-vpp-perf-verify-1904-3n-hsw:
135         - 11  # NDRPDR sel
136         - 12  # NDRPDR sel
137         - 20  # NDRPDR sel
138         - 21  # NDRPDR sel
139         - 23  # NDRPDR sel
140         - 24  # NDRPDR sel
141         - 25  # NDRPDR sel
142         - 26  # NDRPDR sel
143         - 29  # NDRPDR sel
144
145     plot-vpp-http-server-performance:
146       # TODO: Replace with 1904 data
147       # csit-vpp-perf-verify-1904-3n-hsw:
148       csit-vpp-perf-verify-1810-3n-hsw:
149         - 28  # WRK
150         - 29  # WRK
151         - 30  # WRK
152         - 31  # WRK
153         - 32  # WRK
154         - 33  # WRK
155         - 34  # WRK
156         - 35  # WRK
157         - 36  # WRK
158         - 37  # WRK
159
160     plot-ligato-throughput-lat-tsa-3n-hsw:
161       # TODO: Replace with 1904 data
162       # csit-ligato-perf-verify-1904-3n-hsw:
163       csit-ligato-perf-verify-1901-3n-hsw:
164         - 8   # NDRPDR sel
165         - 9   # NDRPDR sel
166         - 11  # NDRPDR sel
167         - 12  # NDRPDR sel
168         - 13  # NDRPDR sel
169         - 14  # NDRPDR sel
170         - 15  # NDRPDR sel
171         - 16  # NDRPDR sel
172         - 17  # NDRPDR sel
173         - 18  # NDRPDR sel
174
175     plot-dpdk-throughput-latency-3n-hsw:
176       csit-dpdk-perf-verify-1904-3n-hsw:
177         - 2   # NDRPDR sel
178         - 3   # NDRPDR sel
179         - 5   # NDRPDR sel
180         - 6   # NDRPDR sel
181         - 13  # NDRPDR sel
182         - 14  # NDRPDR sel
183         - 15  # NDRPDR sel
184         - 18  # NDRPDR sel
185         - 19  # NDRPDR sel
186         - 20  # NDRPDR sel
187
188     # 3n-skx
189
190     plot-vpp-throughput-lat-tsa-3n-skx:
191       csit-vpp-perf-verify-1904-3n-skx:
192         - 8   # NDRPDR sel
193         - 9   # NDRPDR sel
194         - 10  # NDRPDR sel
195         - 11  # NDRPDR sel
196         - 12  # NDRPDR sel
197         - 14  # NDRPDR sel
198         - 16  # NDRPDR sel
199         - 21  # NDRPDR sel
200         - 23  # NDRPDR sel
201         - 25  # NDRPDR sel
202
203     plot-dpdk-throughput-latency-3n-skx:
204       csit-dpdk-perf-verify-1904-3n-skx:
205         - 2   # NDRPDR sel
206         - 3   # NDRPDR sel
207         - 4   # NDRPDR sel
208         - 5   # NDRPDR sel
209         - 6   # NDRPDR sel
210         - 7   # NDRPDR sel
211         - 11  # NDRPDR sel
212         - 12  # NDRPDR sel
213         - 13  # NDRPDR sel
214         - 14  # NDRPDR sel
215
216     # 2n-skx
217
218     plot-vpp-throughput-lat-tsa-2n-skx:
219       csit-vpp-perf-verify-1904-2n-skx:
220         - 12  # NDRPDR sel
221         - 14  # NDRPDR sel
222         - 16  # NDRPDR sel
223         - 17  # NDRPDR sel
224         - 18  # NDRPDR sel
225         - 21  # NDRPDR sel
226         - 27  # NDRPDR sel
227         - 30  # NDRPDR sel
228         - 31  # NDRPDR sel
229         - 32  # NDRPDR sel
230
231     plot-vpp-soak-2n-skx:
232       # TODO: Replace with 1904 data
233       # csit-vpp-perf-verify-1904-2n-skx:
234       csit-vpp-perf-verify-1901-2n-skx:
235         - 45  # SOAK sel
236
237     plot-vpp-nfv-2n-skx-ndrpdr-64b:
238       # TODO: Add 1904 data
239       csit-vpp-perf-verify-1904-2n-skx:
240         - 56  # NFV NDRPDR 64b
241         - 59  # NFV NDRPDR 64b
242         - 60  # NFV NDRPDR 64b
243
244     plot-vpp-nfv-2n-skx-ndrpdr-imix:
245       # TODO: Add 1904 data
246       csit-vpp-perf-verify-1904-2n-skx:
247         - 61  # NFV NDRPDR IMIX
248         - 63  # NFV NDRPDR IMIX
249
250     plot-vpp-nfv-2n-skx-mrr-64b:
251       csit-vpp-perf-verify-1904-2n-skx:
252         - 40  # NFV MRR 64b
253         - 41  # NFV MRR 64b
254         - 42  # NFV MRR 64b
255         - 47  # NFV MRR 64b
256         - 48  # NFV MRR 64b
257
258     plot-vpp-nfv-2n-skx-mrr-imix:
259       csit-vpp-perf-verify-1904-2n-skx:
260         - 49  # NFV MRR IMIX
261         - 50  # NFV MRR IMIX
262         - 51  # NFV MRR IMIX
263         - 54  # NFV MRR IMIX
264         - 55  # NFV MRR IMIX
265
266     plot-dpdk-throughput-latency-2n-skx:
267       csit-dpdk-perf-verify-1904-2n-skx:
268         - 2   # NDRPDR sel
269         - 3   # NDRPDR sel
270         - 4   # NDRPDR sel
271         - 5   # NDRPDR sel
272         - 7   # NDRPDR sel
273         - 8   # NDRPDR sel
274         - 9   # NDRPDR sel
275         - 10  # NDRPDR sel
276         - 11  # NDRPDR sel
277         - 12  # NDRPDR sel
278
279     # 3rd party
280
281     # Denverton:
282     intel-dnv-vpp:
283       # TODO: Replace with 1904 data
284       # intel-dnv-vpp-release-1904:
285       intel-dnv-vpp-release-1901:
286         - 1
287
288     ###########################################################################
289     # Simple tables (only one data set):
290
291     # NIC Comparisons
292
293     vpp-nic-comparison-3n-hsw:
294       # TODO: Add 1904 data
295       csit-vpp-perf-verify-1904-3n-hsw:
296         - 11  # NDRPDR sel
297         - 12  # NDRPDR sel
298         - 20  # NDRPDR sel
299         - 21  # NDRPDR sel
300         - 23  # NDRPDR sel
301         - 24  # NDRPDR sel
302         - 25  # NDRPDR sel
303         - 26  # NDRPDR sel
304         - 29  # NDRPDR sel
305
306     vpp-nic-comparison-3n-skx:
307       csit-vpp-perf-verify-1904-3n-skx:
308         - 8   # NDRPDR sel
309         - 9   # NDRPDR sel
310         - 10  # NDRPDR sel
311         - 11  # NDRPDR sel
312         - 12  # NDRPDR sel
313         - 14  # NDRPDR sel
314         - 16  # NDRPDR sel
315         - 21  # NDRPDR sel
316         - 23  # NDRPDR sel
317         - 25  # NDRPDR sel
318
319     vpp-nic-comparison-2n-skx:
320       csit-vpp-perf-verify-1904-2n-skx:
321         - 12  # NDRPDR sel
322         - 14  # NDRPDR sel
323         - 16  # NDRPDR sel
324         - 17  # NDRPDR sel
325         - 18  # NDRPDR sel
326         - 21  # NDRPDR sel
327         - 27  # NDRPDR sel
328         - 30  # NDRPDR sel
329         - 31  # NDRPDR sel
330         - 32  # NDRPDR sel
331
332     vpp-nic-comparison-3n-hsw-mrr:
333       csit-vpp-perf-verify-1904-3n-hsw:
334         - 9   # MRR sel
335
336     vpp-nic-comparison-3n-skx-mrr:
337       csit-vpp-perf-verify-1904-3n-skx:
338         - 7   # MRR sel
339
340     vpp-nic-comparison-2n-skx-mrr:
341       csit-vpp-perf-verify-1904-2n-skx:
342         - 11  # MRR sel
343
344     # Results
345
346     vpp-perf-results-3n-hsw:
347       # TODO: Replace with FULL 1904 data
348       csit-vpp-perf-verify-1904-3n-hsw:
349         - 12  # NDRPDR sel
350
351     vpp-perf-results-3n-skx:
352       # TODO: Add FULL 1904 data
353       csit-vpp-perf-verify-1904-3n-skx:
354         - 26  # NDRPDR full
355         - 27  # NDRPDR full
356
357     vpp-perf-results-2n-skx:
358       csit-vpp-perf-verify-1904-2n-skx:
359         - 33  # NDRPDR full
360         - 39  # NDRPDR full
361         - 58  # NDRPDR full
362         - 62  # NDRPDR full
363
364     vpp-mrr-results-3n-hsw:
365       csit-vpp-perf-verify-1904-3n-hsw:
366         - 9   # MRR sel
367
368     vpp-mrr-results-3n-skx:
369       csit-vpp-perf-verify-1904-3n-skx:
370         - 7   # MRR sel
371
372     vpp-mrr-results-2n-skx:
373       csit-vpp-perf-verify-1904-2n-skx:
374         - 11  # MRR sel
375
376     vpp-func-results-ubuntu:
377       csit-vpp-functional-1904-ubuntu1604-virl:
378         - 29
379
380     vpp-func-results-centos:
381       csit-vpp-functional-1904-centos7-virl:
382         - 32
383
384     vpp-device-results-ubuntu:
385       csit-vpp-device-1904-ubuntu1804-1n-skx:
386         - 33
387
388     # VPP Ligato
389     ligato-perf-results-3n-hsw:
390       # TODO: Replace with 1904 data
391       # csit-ligato-perf-verify-1904-3n-hsw:
392       csit-ligato-perf-verify-1901-3n-hsw:
393         - 10  # NDRPDR full
394
395     dpdk-perf-results-3n-hsw:
396       csit-dpdk-perf-verify-1904-3n-hsw:
397         - 5   # NDRPDR sel
398
399     dpdk-perf-results-3n-skx:
400       csit-dpdk-perf-verify-1904-3n-skx:
401         - 7   # NDRPDR sel
402
403     dpdk-perf-results-2n-skx:
404       csit-dpdk-perf-verify-1904-2n-skx:
405         - 9   # NDRPDR sel
406
407     # HoneyComb Functional
408     hc-func-results:
409       csit-hc2vpp-verify-func-1904-ubuntu1604:
410         - 1
411
412 #    # NSH SFC Functional
413 #    nsh-func-results:
414 #      # Not used
415 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
416 #        - 1
417
418     # DMM Functional
419     dmm-func-results:
420       csit-dmm-functional-1904-ubuntu1604-virl:
421         - 1
422
423     ###########################################################################
424     # Tables (more than one data set)
425
426     # Performance changes
427
428     intel-dnv-vpp-changes-2n-dnv-h1:
429       intel-dnv-vpp-release-1810:
430         - 1
431     intel-dnv-vpp-changes-2n-dnv-ref:
432       intel-dnv-vpp-release-1901:
433         - 1
434     intel-dnv-vpp-changes-2n-dnv-cmp:
435       # TODO: Replace with 1904 data
436       # intel-dnv-vpp-release-1904:
437       intel-dnv-vpp-release-1901:
438         - 1
439     intel-dnv-vpp-changes-2n-dnv:
440       - "intel-dnv-vpp-changes-2n-dnv-h1"
441       - "intel-dnv-vpp-changes-2n-dnv-ref"
442       - "intel-dnv-vpp-changes-2n-dnv-cmp"
443
444     vpp-performance-changes-3n-hsw-h1:
445       csit-vpp-perf-verify-1810-3n-hsw:
446         - 8   # NDRPDR sel
447         - 12  # NDRPDR sel
448         - 14  # NDRPDR sel
449         - 18  # NDRPDR sel
450         - 23  # NDRPDR sel
451         - 25  # NDRPDR sel
452         - 38  # NDRPDR sel
453         - 39  # NDRPDR sel
454         - 41  # NDRPDR sel
455         - 42  # NDRPDR sel
456     vpp-performance-changes-3n-hsw-ref:
457       csit-vpp-perf-verify-1901-3n-hsw:
458         - 10  # NDRPDR sel
459         - 19  # NDRPDR sel
460         - 31  # NDRPDR sel
461         - 36  # NDRPDR sel
462         - 40  # NDRPDR sel
463         - 42  # NDRPDR sel
464         - 44  # NDRPDR sel
465         - 46  # NDRPDR sel
466         - 47  # NDRPDR sel
467         - 48  # NDRPDR sel
468         - 61  # NDRPDR LB
469         - 62  # NDRPDR LB
470         - 63  # NDRPDR LB
471         - 64  # NDRPDR LB
472         - 65  # NDRPDR LB
473         - 66  # NDRPDR LB
474         - 67  # NDRPDR LB
475         - 69  # NDRPDR LB
476         - 70  # NDRPDR LB
477         - 71  # NDRPDR LB
478     vpp-performance-changes-3n-hsw-cmp:
479       # TODO: Add 1904 data
480       csit-vpp-perf-verify-1904-3n-hsw:
481         - 11  # NDRPDR sel
482         - 12  # NDRPDR sel
483         - 20  # NDRPDR sel
484         - 21  # NDRPDR sel
485         - 23  # NDRPDR sel
486         - 24  # NDRPDR sel
487         - 25  # NDRPDR sel
488         - 26  # NDRPDR sel
489         - 29  # NDRPDR sel
490     vpp-performance-changes-3n-hsw:
491       - "vpp-performance-changes-3n-hsw-h1"
492       - "vpp-performance-changes-3n-hsw-ref"
493       - "vpp-performance-changes-3n-hsw-cmp"
494
495     vpp-performance-changes-3n-skx-h1:
496       csit-vpp-perf-verify-1810-3n-skx:
497         - 10  # NDRPDR sel
498         - 14  # NDRPDR sel
499         - 15  # NDRPDR sel
500         - 16  # NDRPDR sel
501         - 17  # NDRPDR sel
502         - 19  # NDRPDR sel
503         - 20  # NDRPDR sel
504         - 21  # NDRPDR sel
505         - 22  # NDRPDR sel
506         - 25  # NDRPDR sel
507     vpp-performance-changes-3n-skx-ref:
508       csit-vpp-perf-verify-1901-3n-skx:
509         - 18  # NDRPDR sel
510         - 19  # NDRPDR sel
511         - 20  # NDRPDR sel
512         - 28  # NDRPDR sel
513         - 31  # NDRPDR sel
514         - 33  # NDRPDR sel
515         - 36  # NDRPDR sel
516         - 38  # NDRPDR sel
517         - 47  # NDRPDR sel
518         - 48  # NDRPDR sel
519         - 54  # NDRPDR LB
520         - 57  # NDRPDR LB
521         - 58  # NDRPDR LB
522         - 59  # NDRPDR LB
523         - 60  # NDRPDR LB
524         - 63  # NDRPDR LB
525         - 64  # NDRPDR LB
526         - 65  # NDRPDR LB
527         - 66  # NDRPDR LB
528         - 67  # NDRPDR LB
529     vpp-performance-changes-3n-skx-cmp:
530       csit-vpp-perf-verify-1904-3n-skx:
531         - 8   # NDRPDR sel
532         - 9   # NDRPDR sel
533         - 10  # NDRPDR sel
534         - 11  # NDRPDR sel
535         - 12  # NDRPDR sel
536         - 14  # NDRPDR sel
537         - 16  # NDRPDR sel
538         - 21  # NDRPDR sel
539         - 23  # NDRPDR sel
540         - 25  # NDRPDR sel
541     vpp-performance-changes-3n-skx:
542       - "vpp-performance-changes-3n-skx-h1"
543       - "vpp-performance-changes-3n-skx-ref"
544       - "vpp-performance-changes-3n-skx-cmp"
545
546     vpp-performance-changes-2n-skx-h1:
547       csit-vpp-perf-verify-1810-2n-skx:
548         - 9   # NDRPDR sel
549         - 13  # NDRPDR sel
550         - 14  # NDRPDR sel
551         - 19  # NDRPDR sel
552         - 20  # NDRPDR sel
553         - 21  # NDRPDR sel
554         - 22  # NDRPDR sel
555         - 23  # NDRPDR sel
556         - 24  # NDRPDR sel
557         - 27  # NDRPDR sel
558     vpp-performance-changes-2n-skx-ref:
559       csit-vpp-perf-verify-1901-2n-skx:
560         - 5   # NDRPDR sel
561         - 12  # NDRPDR sel
562         - 13  # NDRPDR sel
563         - 21  # NDRPDR sel
564         - 23  # NDRPDR sel
565         - 31  # NDRPDR sel
566         - 34  # NDRPDR sel
567         - 40  # NDRPDR sel
568         - 42  # NDRPDR sel
569         - 43  # NDRPDR sel
570     vpp-performance-changes-2n-skx-cmp:
571       csit-vpp-perf-verify-1904-2n-skx:
572         - 12  # NDRPDR sel
573         - 14  # NDRPDR sel
574         - 16  # NDRPDR sel
575         - 17  # NDRPDR sel
576         - 18  # NDRPDR sel
577         - 21  # NDRPDR sel
578         - 27  # NDRPDR sel
579         - 30  # NDRPDR sel
580         - 31  # NDRPDR sel
581         - 32  # NDRPDR sel
582     vpp-performance-changes-2n-skx:
583       - "vpp-performance-changes-2n-skx-h1"
584       - "vpp-performance-changes-2n-skx-ref"
585       - "vpp-performance-changes-2n-skx-cmp"
586
587     vpp-performance-changes-3n-hsw-mrr-h1:
588       csit-vpp-perf-verify-1810-3n-hsw:
589         - 9   # MRR sel
590     vpp-performance-changes-3n-hsw-mrr-ref:
591       csit-vpp-perf-verify-1901-3n-hsw:
592         - 35  # MRR sel
593     vpp-performance-changes-3n-hsw-mrr-cmp:
594       csit-vpp-perf-verify-1904-3n-hsw:
595         - 9   # MRR sel
596     vpp-performance-changes-3n-hsw-mrr:
597       - "vpp-performance-changes-3n-hsw-mrr-h1"
598       - "vpp-performance-changes-3n-hsw-mrr-ref"
599       - "vpp-performance-changes-3n-hsw-mrr-cmp"
600
601     vpp-performance-changes-3n-skx-mrr-h1:
602       csit-vpp-perf-verify-1810-3n-skx:
603         - 9   # MRR sel
604         - 11  # MRR sel
605         - 12  # MRR sel
606         - 13  # MRR sel
607     vpp-performance-changes-3n-skx-mrr-ref:
608       csit-vpp-perf-verify-1901-3n-skx:
609         - 32  # MRR sel
610     vpp-performance-changes-3n-skx-mrr-cmp:
611       csit-vpp-perf-verify-1904-3n-skx:
612         - 7   # MRR sel
613     vpp-performance-changes-3n-skx-mrr:
614       - "vpp-performance-changes-3n-skx-mrr-h1"
615       - "vpp-performance-changes-3n-skx-mrr-ref"
616       - "vpp-performance-changes-3n-skx-mrr-cmp"
617
618     vpp-performance-changes-2n-skx-mrr-h1:
619       csit-vpp-perf-verify-1810-2n-skx:
620         - 8   # MRR sel
621         - 10  # MRR sel
622         - 11  # MRR sel
623         - 12  # MRR sel
624     vpp-performance-changes-2n-skx-mrr-ref:
625       csit-vpp-perf-verify-1901-2n-skx:
626         - 22  # MRR sel
627     vpp-performance-changes-2n-skx-mrr-cmp:
628       csit-vpp-perf-verify-1904-2n-skx:
629         - 11  # MRR sel
630     vpp-performance-changes-2n-skx-mrr:
631       - "vpp-performance-changes-2n-skx-mrr-h1"
632       - "vpp-performance-changes-2n-skx-mrr-ref"
633       - "vpp-performance-changes-2n-skx-mrr-cmp"
634
635     dpdk-performance-changes-3n-hsw-h1:
636       csit-dpdk-perf-verify-1810-3n-hsw:
637         - 1   # NDRPDR sel
638         - 2   # NDRPDR sel
639         - 3   # NDRPDR sel
640         - 4   # NDRPDR sel
641         - 5   # NDRPDR sel
642         - 6   # NDRPDR sel
643         - 7   # NDRPDR sel
644         - 8   # NDRPDR sel
645         - 9   # NDRPDR sel
646         - 10  # NDRPDR sel
647     dpdk-performance-changes-3n-hsw-ref:
648       csit-dpdk-perf-verify-1901-3n-hsw:
649         - 13  # NDRPDR sel
650         - 14  # NDRPDR sel
651         - 16  # NDRPDR sel
652         - 17  # NDRPDR sel
653         - 18  # NDRPDR sel
654         - 19  # NDRPDR sel
655         - 20  # NDRPDR sel
656         - 21  # NDRPDR sel
657         - 22  # NDRPDR sel
658         - 23  # NDRPDR sel
659     dpdk-performance-changes-3n-hsw-cmp:
660       csit-dpdk-perf-verify-1904-3n-hsw:
661         - 2   # NDRPDR sel
662         - 3   # NDRPDR sel
663         - 5   # NDRPDR sel
664         - 6   # NDRPDR sel
665         - 13  # NDRPDR sel
666         - 14  # NDRPDR sel
667         - 15  # NDRPDR sel
668         - 18  # NDRPDR sel
669         - 19  # NDRPDR sel
670         - 20  # NDRPDR sel
671     dpdk-performance-changes-3n-hsw:
672       - "dpdk-performance-changes-3n-hsw-h1"
673       - "dpdk-performance-changes-3n-hsw-ref"
674       - "dpdk-performance-changes-3n-hsw-cmp"
675
676     dpdk-performance-changes-3n-skx-h1:
677       csit-dpdk-perf-verify-1810-3n-skx:
678         - 3   # NDRPDR sel
679         - 4   # NDRPDR sel
680         - 6   # NDRPDR sel
681         - 7   # NDRPDR sel
682         - 8   # NDRPDR sel
683         - 9   # NDRPDR sel
684         - 10  # NDRPDR sel
685         - 11  # NDRPDR sel
686         - 12  # NDRPDR sel
687         - 13  # NDRPDR sel
688     dpdk-performance-changes-3n-skx-ref:
689       csit-dpdk-perf-verify-1901-3n-skx:
690         - 3   # NDRPDR sel
691         - 5   # NDRPDR sel
692         - 6   # NDRPDR sel
693         - 7   # NDRPDR sel
694         - 8   # NDRPDR sel
695         - 9   # NDRPDR sel
696         - 10  # NDRPDR sel
697         - 11  # NDRPDR sel
698         - 12  # NDRPDR sel
699         - 13  # NDRPDR sel
700     dpdk-performance-changes-3n-skx-cmp:
701       csit-dpdk-perf-verify-1904-3n-skx:
702         - 2   # NDRPDR sel
703         - 3   # NDRPDR sel
704         - 4   # NDRPDR sel
705         - 5   # NDRPDR sel
706         - 6   # NDRPDR sel
707         - 7   # NDRPDR sel
708         - 11  # NDRPDR sel
709         - 12  # NDRPDR sel
710         - 13  # NDRPDR sel
711         - 14  # NDRPDR sel
712     dpdk-performance-changes-3n-skx:
713       - "dpdk-performance-changes-3n-skx-h1"
714       - "dpdk-performance-changes-3n-skx-ref"
715       - "dpdk-performance-changes-3n-skx-cmp"
716
717     dpdk-performance-changes-2n-skx-h1:
718       csit-dpdk-perf-verify-1810-2n-skx:
719         - 3   # NDRPDR sel
720         - 4   # NDRPDR sel
721         - 5   # NDRPDR sel
722         - 7   # NDRPDR sel
723         - 8   # NDRPDR sel
724         - 9   # NDRPDR sel
725         - 10  # NDRPDR sel
726         - 11  # NDRPDR sel
727         - 12  # NDRPDR sel
728         - 13  # NDRPDR sel
729     dpdk-performance-changes-2n-skx-ref:
730       csit-dpdk-perf-verify-1901-2n-skx:
731         - 12  # NDRPDR sel
732         - 13  # NDRPDR sel
733         - 14  # NDRPDR sel
734         - 15  # NDRPDR sel
735         - 16  # NDRPDR sel
736         - 17  # NDRPDR sel
737         - 18  # NDRPDR sel
738         - 19  # NDRPDR sel
739         - 20  # NDRPDR sel
740         - 21  # NDRPDR sel
741     dpdk-performance-changes-2n-skx-cmp:
742       csit-dpdk-perf-verify-1904-2n-skx:
743         - 2   # NDRPDR sel
744         - 3   # NDRPDR sel
745         - 4   # NDRPDR sel
746         - 5   # NDRPDR sel
747         - 7   # NDRPDR sel
748         - 8   # NDRPDR sel
749         - 9   # NDRPDR sel
750         - 10  # NDRPDR sel
751         - 11  # NDRPDR sel
752         - 12  # NDRPDR sel
753     dpdk-performance-changes-2n-skx:
754       - "dpdk-performance-changes-2n-skx-h1"
755       - "dpdk-performance-changes-2n-skx-ref"
756       - "dpdk-performance-changes-2n-skx-cmp"
757
758     # Compare testbeds
759
760     vpp-compare-testbeds-ref:
761       # TODO: Add 1904 data
762       csit-vpp-perf-verify-1904-3n-hsw:
763         - 11  # NDRPDR sel
764         - 12  # NDRPDR sel
765         - 20  # NDRPDR sel
766         - 21  # NDRPDR sel
767         - 23  # NDRPDR sel
768         - 24  # NDRPDR sel
769         - 25  # NDRPDR sel
770         - 26  # NDRPDR sel
771         - 29  # NDRPDR sel
772     vpp-compare-testbeds-cmp:
773       csit-vpp-perf-verify-1904-3n-skx:
774         - 8   # NDRPDR sel
775         - 9   # NDRPDR sel
776         - 10  # NDRPDR sel
777         - 11  # NDRPDR sel
778         - 12  # NDRPDR sel
779         - 14  # NDRPDR sel
780         - 16  # NDRPDR sel
781         - 21  # NDRPDR sel
782         - 23  # NDRPDR sel
783         - 25  # NDRPDR sel
784     vpp-compare-testbeds:
785       - "vpp-compare-testbeds-ref"
786       - "vpp-compare-testbeds-cmp"
787
788     vpp-compare-testbeds-mrr-ref:
789       csit-vpp-perf-verify-1904-3n-hsw:
790         - 9   # MRR sel
791     vpp-compare-testbeds-mrr-cmp:
792       csit-vpp-perf-verify-1904-3n-skx:
793         - 7   # MRR sel
794     vpp-compare-testbeds-mrr:
795       - "vpp-compare-testbeds-mrr-ref"
796       - "vpp-compare-testbeds-mrr-cmp"
797
798     dpdk-compare-testbeds-ref:
799       csit-dpdk-perf-verify-1904-3n-hsw:
800         - 2   # NDRPDR sel
801         - 3   # NDRPDR sel
802         - 5   # NDRPDR sel
803         - 6   # NDRPDR sel
804         - 13  # NDRPDR sel
805         - 14  # NDRPDR sel
806         - 15  # NDRPDR sel
807         - 18  # NDRPDR sel
808         - 19  # NDRPDR sel
809         - 20  # NDRPDR sel
810     dpdk-compare-testbeds-cmp:
811       csit-dpdk-perf-verify-1904-3n-skx:
812         - 2   # NDRPDR sel
813         - 3   # NDRPDR sel
814         - 4   # NDRPDR sel
815         - 5   # NDRPDR sel
816         - 6   # NDRPDR sel
817         - 7   # NDRPDR sel
818         - 11  # NDRPDR sel
819         - 12  # NDRPDR sel
820         - 13  # NDRPDR sel
821         - 14  # NDRPDR sel
822     dpdk-compare-testbeds:
823       - "dpdk-compare-testbeds-ref"
824       - "dpdk-compare-testbeds-cmp"
825
826     # Compare topologies
827
828     vpp-compare-topologies-ref:
829       csit-vpp-perf-verify-1904-3n-skx:
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 11  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 14  # NDRPDR sel
836         - 16  # NDRPDR sel
837         - 21  # NDRPDR sel
838         - 23  # NDRPDR sel
839         - 25  # NDRPDR sel
840     vpp-compare-topologies-cmp:
841       csit-vpp-perf-verify-1904-2n-skx:
842         - 12  # NDRPDR sel
843         - 14  # NDRPDR sel
844         - 16  # NDRPDR sel
845         - 17  # NDRPDR sel
846         - 18  # NDRPDR sel
847         - 21  # NDRPDR sel
848         - 27  # NDRPDR sel
849         - 30  # NDRPDR sel
850         - 31  # NDRPDR sel
851         - 32  # NDRPDR sel
852     vpp-compare-topologies:
853       - "vpp-compare-topologies-ref"
854       - "vpp-compare-topologies-cmp"
855
856     vpp-compare-topologies-mrr-ref:
857       csit-vpp-perf-verify-1904-3n-skx:
858         - 7   # MRR sel
859     vpp-compare-topologies-mrr-cmp:
860       csit-vpp-perf-verify-1904-2n-skx:
861         - 11  # MRR sel
862     vpp-compare-topologies-mrr:
863       - "vpp-compare-topologies-mrr-ref"
864       - "vpp-compare-topologies-mrr-cmp"
865
866     dpdk-compare-topologies-ref:
867       csit-dpdk-perf-verify-1904-3n-skx:
868         - 2   # NDRPDR sel
869         - 3   # NDRPDR sel
870         - 4   # NDRPDR sel
871         - 5   # NDRPDR sel
872         - 6   # NDRPDR sel
873         - 7   # NDRPDR sel
874         - 11  # NDRPDR sel
875         - 12  # NDRPDR sel
876         - 13  # NDRPDR sel
877         - 14  # NDRPDR sel
878     dpdk-compare-topologies-cmp:
879       csit-dpdk-perf-verify-1904-2n-skx:
880         - 2   # NDRPDR sel
881         - 3   # NDRPDR sel
882         - 4   # NDRPDR sel
883         - 5   # NDRPDR sel
884         - 7   # NDRPDR sel
885         - 8   # NDRPDR sel
886         - 9   # NDRPDR sel
887         - 10  # NDRPDR sel
888         - 11  # NDRPDR sel
889         - 12  # NDRPDR sel
890     dpdk-compare-topologies:
891       - "dpdk-compare-topologies-ref"
892       - "dpdk-compare-topologies-cmp"
893
894   plot-layouts:
895
896     plot-soak-throughput:
897       titlefont:
898         size: 18
899       xaxis:
900         title: "<b>Test Cases [Index]</b>"
901         titlefont:
902           size: 16
903         autorange: True
904         fixedrange: False
905         gridcolor: "rgb(230, 230, 230)"
906         linecolor: "rgb(220, 220, 220)"
907         linewidth: 1
908         showgrid: True
909         showline: True
910         showticklabels: True
911         tickcolor: "rgb(220, 220, 220)"
912         tickmode: "linear"
913         tickfont:
914           size: 16
915         zeroline: False
916       yaxis:
917         title: "<b>Packet Throughput [Mpps]</b>"
918         titlefont:
919           size: 16
920         gridcolor: "rgb(230, 230, 230)"
921         hoverformat: ".4s"
922         tickformat: ".3s"
923         linecolor: "rgb(220, 220, 220)"
924         linewidth: 1
925         showgrid: True
926         showline: True
927         showticklabels: True
928         tickcolor: "rgb(220, 220, 220)"
929         tickfont:
930           size: 16
931         zeroline: False
932         range: [0,50]
933       autosize: False
934       margin:
935         t: 50
936         b: 0
937         l: 80
938         r: 20
939       showlegend: True
940       legend:
941         orientation: "h"
942         font:
943           size: 16
944       width: 700
945       height: 900
946
947     plot-service-density:
948       titlefont:
949         size: 18
950       xaxis:
951         side: "top"
952         autorange: True
953         fixedrange: False
954         showgrid: False
955         showline: False
956         showticklabels: False
957         ticks: ""
958         ticklen: 0
959         tickwidth: 0
960         zeroline: False
961       yaxis:
962         autorange: "reversed"
963         showgrid: False
964         showline: False
965         showticklabels: False
966         ticks: ""
967         ticklen: 0
968         tickwidth: 0
969         zeroline: False
970       autosize: True
971       showlegend: False
972       width: 700
973       height: 700
974
975     plot-cps:
976       titlefont:
977         size: 18
978       xaxis:
979         title: "<b>Test Cases [Index]</b>"
980         titlefont:
981           size: 16
982         autorange: True
983         fixedrange: False
984         gridcolor: "rgb(230, 230, 230)"
985         linecolor: "rgb(220, 220, 220)"
986         linewidth: 1
987         showgrid: True
988         showline: True
989         showticklabels: True
990         tickcolor: "rgb(220, 220, 220)"
991         tickmode: "linear"
992         tickfont:
993           size: 16
994         zeroline: False
995       yaxis:
996         title: "<b>Connections Per Second [cps]</b>"
997         titlefont:
998           size: 16
999         gridcolor: "rgb(230, 230, 230)"
1000         hoverformat: ".4s"
1001         linecolor: "rgb(220, 220, 220)"
1002         linewidth: 1
1003         rangemode: "tozero"
1004         showgrid: True
1005         showline: True
1006         showticklabels: True
1007         tickcolor: "rgb(220, 220, 220)"
1008         tickformat: ".3s"
1009         tickfont:
1010           size: 16
1011         zeroline: False
1012       boxmode: "group"
1013       boxgroupgap: 0.5
1014       autosize: False
1015       margin:
1016         t: 50
1017         b: 20
1018         l: 80
1019         r: 20
1020       showlegend: True
1021       legend:
1022         orientation: "h"
1023         font:
1024           size: 16
1025       width: 700
1026       height: 800
1027
1028     plot-rps:
1029       titlefont:
1030         size: 18
1031       xaxis:
1032         title: "<b>Test Cases [Index]</b>"
1033         titlefont:
1034           size: 16
1035         autorange: True
1036         fixedrange: False
1037         gridcolor: "rgb(230, 230, 230)"
1038         linecolor: "rgb(220, 220, 220)"
1039         linewidth: 1
1040         showgrid: True
1041         showline: True
1042         showticklabels: True
1043         tickcolor: "rgb(220, 220, 220)"
1044         tickmode: "linear"
1045         tickfont:
1046           size: 16
1047         zeroline: False
1048       yaxis:
1049         title: "<b>Requests Per Second [rps]</b>"
1050         titlefont:
1051           size: 16
1052         gridcolor: "rgb(230, 230, 230)"
1053         hoverformat: ".4s"
1054         linecolor: "rgb(220, 220, 220)"
1055         linewidth: 1
1056         rangemode: "tozero"
1057         showgrid: True
1058         showline: True
1059         showticklabels: True
1060         tickcolor: "rgb(230, 230, 230)"
1061         tickformat: ".3s"
1062         tickfont:
1063           size: 16
1064         zeroline: False
1065       boxmode: "group"
1066       boxgroupgap: 0.5
1067       autosize: False
1068       margin:
1069         t: 50
1070         b: 20
1071         l: 80
1072         r: 20
1073       showlegend: True
1074       legend:
1075         orientation: "h"
1076         font:
1077           size: 16
1078       width: 700
1079       height: 800
1080
1081     plot-throughput:
1082       titlefont:
1083         size: 18
1084       xaxis:
1085         title: "<b>Test Cases [Index]</b>"
1086         titlefont:
1087           size: 16
1088         autorange: True
1089         fixedrange: False
1090         gridcolor: "rgb(230, 230, 230)"
1091         linecolor: "rgb(220, 220, 220)"
1092         linewidth: 1
1093         showgrid: True
1094         showline: True
1095         showticklabels: True
1096         tickcolor: "rgb(220, 220, 220)"
1097         tickmode: "linear"
1098         tickfont:
1099           size: 16
1100         zeroline: False
1101       yaxis:
1102         title: "<b>Packet Throughput [Mpps]</b>"
1103         titlefont:
1104           size: 16
1105         gridcolor: "rgb(230, 230, 230)"
1106         hoverformat: ".4s"
1107         tickformat: ".3s"
1108         linecolor: "rgb(220, 220, 220)"
1109         linewidth: 1
1110         showgrid: True
1111         showline: True
1112         showticklabels: True
1113         tickcolor: "rgb(220, 220, 220)"
1114         tickfont:
1115           size: 16
1116         zeroline: False
1117         range: [0,50]
1118       boxmode: "group"
1119       boxgroupgap: 0.5
1120       autosize: False
1121       margin:
1122         t: 50
1123         b: 0
1124         l: 80
1125         r: 20
1126       showlegend: True
1127       legend:
1128         orientation: "h"
1129         font:
1130           size: 16
1131       width: 700
1132       height: 900
1133
1134     plot-throughput-speedup-analysis:
1135       titlefont:
1136         size: 18
1137       xaxis:
1138         title: "<b>Number of Cores [Qty]</b>"
1139         titlefont:
1140           size: 16
1141         autorange: True
1142         fixedrange: False
1143         gridcolor: "rgb(230, 230, 230)"
1144         linecolor: "rgb(220, 220, 220)"
1145         linewidth: 1
1146         showgrid: True
1147         showline: True
1148         showticklabels: True
1149         tickcolor: "rgb(238, 238, 238)"
1150         tickmode: "linear"
1151         tickfont:
1152           size: 16
1153         zeroline: False
1154       yaxis:
1155         title: "<b>Packet Throughput [Mpps]</b>"
1156         titlefont:
1157           size: 16
1158         type: "linear"
1159         gridcolor: "rgb(230, 230, 230)"
1160         hoverformat: ".4s"
1161         linecolor: "rgb(220, 220, 220)"
1162         linewidth: 1
1163         showgrid: True
1164         showline: True
1165         showticklabels: True
1166         tickcolor: "rgb(220, 220, 220)"
1167         tickformat: ".4s"
1168         tickfont:
1169           size: 16
1170         zeroline: True
1171         rangemode: "tozero"
1172         range: [0,100]
1173       legend:
1174         orientation: "h"
1175         font:
1176           size: 16
1177         xanchor: "left"
1178         yanchor: "top"
1179         x: 0
1180         y: -0.2
1181         bgcolor: "rgba(255, 255, 255, 0)"
1182         bordercolor: "rgba(255, 255, 255, 0)"
1183         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1184       autosize: False
1185       margin:
1186           't': 50
1187           'b': 150
1188           'l': 85
1189           'r': 10
1190       showlegend: True
1191       width: 700
1192       height: 700
1193       hoverlabel:
1194         namelength: -1
1195       annotations: [
1196         {
1197           text: "_ _          __          ...",
1198           align: "left",
1199           showarrow: False,
1200           xref: "paper",
1201           yref: "paper",
1202           xanchor: "left",
1203           yanchor: "top",
1204           x: 0,
1205           y: -0.13,
1206           font: {
1207             family: "Consolas, Courier New",
1208             size: 15
1209           },
1210         },
1211         {
1212           text: "    Perfect     Measured     Limit",
1213           align: "left",
1214           showarrow: False,
1215           xref: "paper",
1216           yref: "paper",
1217           xanchor: "left",
1218           yanchor: "top",
1219           x: 0,
1220           y: -0.15,
1221           font: {
1222             family: "Consolas, Courier New",
1223             size: 15
1224           },
1225         },
1226       ]
1227
1228     plot-latency:
1229       titlefont:
1230         size: 18
1231       xaxis:
1232         title: "<b>Direction</b>"
1233         titlefont:
1234           size: 16
1235         autorange: True
1236         fixedrange: False
1237         gridcolor: "rgb(230, 230, 230)"
1238         linecolor: "rgb(220, 220, 220)"
1239         linewidth: 1
1240         showgrid: True
1241         showline: True
1242         showticklabels: False
1243         tickcolor: "rgb(220, 220, 220)"
1244         tickmode: "linear"
1245         tickfont:
1246           size: 16
1247         zeroline: False
1248       yaxis:
1249         title: "<b>Packet Latency [uSec]</b>"
1250         titlefont:
1251           size: 16
1252         type: "linear"
1253         gridcolor: "rgb(230, 230, 230)"
1254         hoverformat: ".4s"
1255         linecolor: "rgb(220, 220, 220)"
1256         linewidth: 1
1257         showgrid: True
1258         showline: True
1259         showticklabels: True
1260         tickcolor: "rgb(220, 220, 220)"
1261         tickformat: ".4s"
1262         tickfont:
1263           size: 16
1264         zeroline: True
1265         rangemode: "tozero"
1266       legend:
1267         orientation: "h"
1268         font:
1269           size: 16
1270         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1271       autosize: False
1272       margin:
1273           't': 50
1274           'b': 150
1275           'l': 80
1276           'r': 10
1277       showlegend: True
1278       width: 700
1279       height: 700
1280       hoverlabel:
1281         namelength: -1
1282
1283 - type: "static"
1284   src-path: "{DIR[RST]}"
1285   dst-path: "{DIR[WORKING,SRC]}"
1286
1287 - type: "input"
1288   general:
1289     file-name: "robot-plugin.zip"
1290     file-format: ".zip"
1291     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1292     extract: "robot-plugin/output.xml"
1293
1294   builds:
1295     # TODO: Add 1904 data
1296 #    intel-dnv-vpp-release-1904:
1297 #      - 1
1298
1299     intel-dnv-vpp-release-1901:
1300       - 1
1301
1302     intel-dnv-vpp-release-1810:
1303       - 1
1304
1305     csit-vpp-perf-verify-1810-3n-hsw:
1306       - 9   # MRR sel
1307       - 8   # NDRPDR sel
1308       - 12  # NDRPDR sel
1309       - 14  # NDRPDR sel
1310       - 18  # NDRPDR sel
1311       - 23  # NDRPDR sel
1312       - 25  # NDRPDR sel
1313       - 38  # NDRPDR sel
1314       - 39  # NDRPDR sel
1315       - 41  # NDRPDR sel
1316       - 42  # NDRPDR sel
1317       - 28  # WRK
1318       - 29  # WRK
1319       - 30  # WRK
1320       - 31  # WRK
1321       - 32  # WRK
1322       - 33  # WRK
1323       - 34  # WRK
1324       - 35  # WRK
1325       - 36  # WRK
1326       - 37  # WRK
1327     csit-vpp-perf-verify-1901-3n-hsw:
1328       - 35  # MRR sel
1329       - 10  # NDRPDR sel
1330       - 19  # NDRPDR sel
1331       - 31  # NDRPDR sel
1332       - 36  # NDRPDR sel
1333       - 40  # NDRPDR sel
1334       - 42  # NDRPDR sel
1335       - 44  # NDRPDR sel
1336       - 46  # NDRPDR sel
1337       - 47  # NDRPDR sel
1338       - 48  # NDRPDR sel
1339       - 61  # NDRPDR LB
1340       - 62  # NDRPDR LB
1341       - 63  # NDRPDR LB
1342       - 64  # NDRPDR LB
1343       - 65  # NDRPDR LB
1344       - 66  # NDRPDR LB
1345       - 67  # NDRPDR LB
1346       - 69  # NDRPDR LB
1347       - 70  # NDRPDR LB
1348       - 71  # NDRPDR LB
1349     # TODO: Add 1904 Data
1350     csit-vpp-perf-verify-1904-3n-hsw:
1351       - 9   # MRR sel
1352       - 11  # NDRPDR sel
1353       - 12  # NDRPDR sel
1354       - 20  # NDRPDR sel
1355       - 21  # NDRPDR sel
1356       - 23  # NDRPDR sel
1357       - 24  # NDRPDR sel
1358       - 25  # NDRPDR sel
1359       - 26  # NDRPDR sel
1360       - 29  # NDRPDR sel
1361
1362     csit-vpp-perf-verify-1810-3n-skx:
1363       - 9   # MRR sel
1364       - 11  # MRR sel
1365       - 12  # MRR sel
1366       - 13  # MRR sel
1367       - 10  # NDRPDR sel
1368       - 14  # NDRPDR sel
1369       - 15  # NDRPDR sel
1370       - 16  # NDRPDR sel
1371       - 17  # NDRPDR sel
1372       - 19  # NDRPDR sel
1373       - 20  # NDRPDR sel
1374       - 21  # NDRPDR sel
1375       - 22  # NDRPDR sel
1376       - 25  # NDRPDR sel
1377     csit-vpp-perf-verify-1901-3n-skx:
1378       - 32  # MRR sel
1379       - 18  # NDRPDR sel
1380       - 19  # NDRPDR sel
1381       - 20  # NDRPDR sel
1382       - 28  # NDRPDR sel
1383       - 31  # NDRPDR sel
1384       - 33  # NDRPDR sel
1385       - 36  # NDRPDR sel
1386       - 38  # NDRPDR sel
1387       - 47  # NDRPDR sel
1388       - 48  # NDRPDR sel
1389       - 54  # NDRPDR LB
1390       - 57  # NDRPDR LB
1391       - 58  # NDRPDR LB
1392       - 59  # NDRPDR LB
1393       - 60  # NDRPDR LB
1394       - 63  # NDRPDR LB
1395       - 64  # NDRPDR LB
1396       - 65  # NDRPDR LB
1397       - 66  # NDRPDR LB
1398       - 67  # NDRPDR LB
1399     csit-vpp-perf-verify-1904-3n-skx:
1400       - 7   # MRR sel
1401       - 26  # NDRPDR full
1402       - 27  # NDRPDR full
1403       - 8   # NDRPDR sel
1404       - 9   # NDRPDR sel
1405       - 10  # NDRPDR sel
1406       - 11  # NDRPDR sel
1407       - 12  # NDRPDR sel
1408       - 14  # NDRPDR sel
1409       - 16  # NDRPDR sel
1410       - 21  # NDRPDR sel
1411       - 23  # NDRPDR sel
1412       - 25  # NDRPDR sel
1413
1414     csit-vpp-perf-verify-1810-2n-skx:
1415       - 8   # MRR sel
1416       - 10  # MRR sel
1417       - 11  # MRR sel
1418       - 12  # MRR sel
1419       - 9   # NDRPDR sel
1420       - 13  # NDRPDR sel
1421       - 14  # NDRPDR sel
1422       - 19  # NDRPDR sel
1423       - 20  # NDRPDR sel
1424       - 21  # NDRPDR sel
1425       - 22  # NDRPDR sel
1426       - 23  # NDRPDR sel
1427       - 24  # NDRPDR sel
1428       - 27  # NDRPDR sel
1429     csit-vpp-perf-verify-1901-2n-skx:
1430       - 22  # MRR sel
1431       - 5   # NDRPDR sel
1432       - 12  # NDRPDR sel
1433       - 13  # NDRPDR sel
1434       - 21  # NDRPDR sel
1435       - 23  # NDRPDR sel
1436       - 31  # NDRPDR sel
1437       - 34  # NDRPDR sel
1438       - 40  # NDRPDR sel
1439       - 42  # NDRPDR sel
1440       - 43  # NDRPDR sel
1441       - 45  # SOAK
1442     # TODO: Add 1904 data
1443     csit-vpp-perf-verify-1904-2n-skx:
1444       - 11  # MRR sel
1445       - 33  # NDRPDR full
1446       - 39  # NDRPDR full
1447       - 58  # NDRPDR full
1448       - 62  # NDRPDR full
1449       - 12  # NDRPDR sel
1450       - 14  # NDRPDR sel
1451       - 16  # NDRPDR sel
1452       - 17  # NDRPDR sel
1453       - 18  # NDRPDR sel
1454       - 21  # NDRPDR sel
1455       - 27  # NDRPDR sel
1456       - 30  # NDRPDR sel
1457       - 31  # NDRPDR sel
1458       - 32  # NDRPDR sel
1459       - 40  # NFV MRR 64b
1460       - 41  # NFV MRR 64b
1461       - 42  # NFV MRR 64b
1462       - 47  # NFV MRR 64b
1463       - 48  # NFV MRR 64b
1464       - 49  # NFV MRR IMIX
1465       - 50  # NFV MRR IMIX
1466       - 51  # NFV MRR IMIX
1467       - 54  # NFV MRR IMIX
1468       - 55  # NFV MRR IMIX
1469       - 56  # NFV NDRPDR 64b
1470       - 59  # NFV NDRPDR 64b
1471       - 60  # NFV NDRPDR 64b
1472       - 61  # NFV NDRPDR IMIX
1473       - 63  # NFV NDRPDR IMIX
1474
1475     # TODO: Remove
1476     csit-ligato-perf-verify-1901-3n-hsw:
1477       - 10  # NDRPDR full
1478       - 8   # NDRPDR sel
1479       - 9   # NDRPDR sel
1480       - 11  # NDRPDR sel
1481       - 12  # NDRPDR sel
1482       - 13  # NDRPDR sel
1483       - 14  # NDRPDR sel
1484       - 15  # NDRPDR sel
1485       - 16  # NDRPDR sel
1486       - 17  # NDRPDR sel
1487       - 18  # NDRPDR sel
1488     # TODO: Add 1904 data
1489 #    csit-ligato-perf-verify-1904-3n-hsw:
1490 #      -
1491
1492     csit-dpdk-perf-verify-1810-3n-hsw:
1493       - 1   # NDRPDR sel
1494       - 2   # NDRPDR sel
1495       - 3   # NDRPDR sel
1496       - 4   # NDRPDR sel
1497       - 5   # NDRPDR sel
1498       - 6   # NDRPDR sel
1499       - 7   # NDRPDR sel
1500       - 8   # NDRPDR sel
1501       - 9   # NDRPDR sel
1502       - 10  # NDRPDR sel
1503     csit-dpdk-perf-verify-1901-3n-hsw:
1504       - 13  # NDRPDR sel
1505       - 14  # NDRPDR sel
1506       - 16  # NDRPDR sel
1507       - 17  # NDRPDR sel
1508       - 18  # NDRPDR sel
1509       - 19  # NDRPDR sel
1510       - 20  # NDRPDR sel
1511       - 21  # NDRPDR sel
1512       - 22  # NDRPDR sel
1513       - 23  # NDRPDR sel
1514     csit-dpdk-perf-verify-1904-3n-hsw:
1515       - 2   # NDRPDR sel
1516       - 3   # NDRPDR sel
1517       - 5   # NDRPDR sel
1518       - 6   # NDRPDR sel
1519       - 13  # NDRPDR sel
1520       - 14  # NDRPDR sel
1521       - 15  # NDRPDR sel
1522       - 18  # NDRPDR sel
1523       - 19  # NDRPDR sel
1524       - 20  # NDRPDR sel
1525
1526     csit-dpdk-perf-verify-1810-3n-skx:
1527       - 3   # NDRPDR sel
1528       - 4   # NDRPDR sel
1529       - 6   # NDRPDR sel
1530       - 7   # NDRPDR sel
1531       - 8   # NDRPDR sel
1532       - 9   # NDRPDR sel
1533       - 10  # NDRPDR sel
1534       - 11  # NDRPDR sel
1535       - 12  # NDRPDR sel
1536       - 13  # NDRPDR sel
1537     csit-dpdk-perf-verify-1901-3n-skx:
1538       - 3   # NDRPDR sel
1539       - 5   # NDRPDR sel
1540       - 6   # NDRPDR sel
1541       - 7   # NDRPDR sel
1542       - 8   # NDRPDR sel
1543       - 9   # NDRPDR sel
1544       - 10  # NDRPDR sel
1545       - 11  # NDRPDR sel
1546       - 12  # NDRPDR sel
1547       - 13  # NDRPDR sel
1548     csit-dpdk-perf-verify-1904-3n-skx:
1549       - 2   # NDRPDR sel
1550       - 3   # NDRPDR sel
1551       - 4   # NDRPDR sel
1552       - 5   # NDRPDR sel
1553       - 6   # NDRPDR sel
1554       - 7   # NDRPDR sel
1555       - 11  # NDRPDR sel
1556       - 12  # NDRPDR sel
1557       - 13  # NDRPDR sel
1558       - 14  # NDRPDR sel
1559
1560     csit-dpdk-perf-verify-1810-2n-skx:
1561       - 3   # NDRPDR sel
1562       - 4   # NDRPDR sel
1563       - 5   # NDRPDR sel
1564       - 7   # NDRPDR sel
1565       - 8   # NDRPDR sel
1566       - 9   # NDRPDR sel
1567       - 10  # NDRPDR sel
1568       - 11  # NDRPDR sel
1569       - 12  # NDRPDR sel
1570       - 13  # NDRPDR sel
1571     csit-dpdk-perf-verify-1901-2n-skx:
1572       - 12  # NDRPDR sel
1573       - 13  # NDRPDR sel
1574       - 14  # NDRPDR sel
1575       - 15  # NDRPDR sel
1576       - 16  # NDRPDR sel
1577       - 17  # NDRPDR sel
1578       - 18  # NDRPDR sel
1579       - 19  # NDRPDR sel
1580       - 20  # NDRPDR sel
1581       - 21  # NDRPDR sel
1582     csit-dpdk-perf-verify-1904-2n-skx:
1583       - 2   # NDRPDR sel
1584       - 3   # NDRPDR sel
1585       - 4   # NDRPDR sel
1586       - 5   # NDRPDR sel
1587       - 7   # NDRPDR sel
1588       - 8   # NDRPDR sel
1589       - 9   # NDRPDR sel
1590       - 10  # NDRPDR sel
1591       - 11  # NDRPDR sel
1592       - 12  # NDRPDR sel
1593
1594     csit-vpp-functional-1904-ubuntu1604-virl:
1595       - 33
1596     csit-vpp-functional-1904-centos7-virl:
1597       - 32
1598     csit-vpp-device-1904-ubuntu1804-1n-skx:
1599       - 32
1600 #    # Not used
1601 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1602 #      - 1
1603     csit-dmm-functional-1904-ubuntu1604-virl:
1604       - 1
1605     csit-hc2vpp-verify-func-1904-ubuntu1604:
1606       - 1
1607
1608 - type: "output"
1609   output: "report"
1610   format:
1611     html:
1612     - full
1613 #    pdf:
1614 #    - minimal
1615
1616 ################################################################################
1617 ###                               T A B L E S                                ###
1618 ################################################################################
1619
1620 # VPP Compare NICs 3n-hsw 1t1c ndr
1621 - type: "table"
1622   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1623   algorithm: "table_nics_comparison"
1624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1625   reference:
1626     title: "Intel-x520"
1627     nic: "NIC_Intel-X520-DA2"
1628   compare:
1629     title: "Intel-x710"
1630     nic: "NIC_Intel-X710"
1631   data: "vpp-nic-comparison-3n-hsw"
1632   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1633   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1634   parameters:
1635   - "name"
1636   - "parent"
1637   - "throughput"
1638   - "tags"
1639
1640 # VPP Compare NICs 3n-hsw 2t2c ndr
1641 - type: "table"
1642   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1643   algorithm: "table_nics_comparison"
1644   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1645   reference:
1646     title: "Intel-x520"
1647     nic: "NIC_Intel-X520-DA2"
1648   compare:
1649     title: "Intel-x710"
1650     nic: "NIC_Intel-X710"
1651   data: "vpp-nic-comparison-3n-hsw"
1652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1653   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1654   parameters:
1655   - "name"
1656   - "parent"
1657   - "throughput"
1658   - "tags"
1659
1660 # VPP Compare NICs 3n-hsw 1t1c pdr
1661 - type: "table"
1662   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1663   algorithm: "table_nics_comparison"
1664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1665   reference:
1666     title: "Intel-x520"
1667     nic: "NIC_Intel-X520-DA2"
1668   compare:
1669     title: "Intel-x710"
1670     nic: "NIC_Intel-X710"
1671   data: "vpp-nic-comparison-3n-hsw"
1672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1673   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1674   parameters:
1675   - "name"
1676   - "parent"
1677   - "throughput"
1678   - "tags"
1679
1680 # VPP Compare NICs 3n-hsw 2t2c pdr
1681 - type: "table"
1682   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1683   algorithm: "table_nics_comparison"
1684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1685   reference:
1686     title: "Intel-x520"
1687     nic: "NIC_Intel-X520-DA2"
1688   compare:
1689     title: "Intel-x710"
1690     nic: "NIC_Intel-X710"
1691   data: "vpp-nic-comparison-3n-hsw"
1692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1693   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1694   parameters:
1695   - "name"
1696   - "parent"
1697   - "throughput"
1698   - "tags"
1699
1700 # VPP Compare NICs 3n-hsw 1t1c mrr
1701 - type: "table"
1702   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1703   algorithm: "table_nics_comparison"
1704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1705   reference:
1706     title: "Intel-x520"
1707     nic: "NIC_Intel-X520-DA2"
1708   compare:
1709     title: "Intel-x710"
1710     nic: "NIC_Intel-X710"
1711   data: "vpp-nic-comparison-3n-hsw-mrr"
1712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1713   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1714   parameters:
1715   - "name"
1716   - "parent"
1717   - "result"
1718   - "tags"
1719
1720 # VPP Compare NICs 3n-hsw 2t2c mrr
1721 - type: "table"
1722   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1723   algorithm: "table_nics_comparison"
1724   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1725   reference:
1726     title: "Intel-x520"
1727     nic: "NIC_Intel-X520-DA2"
1728   compare:
1729     title: "Intel-x710"
1730     nic: "NIC_Intel-X710"
1731   data: "vpp-nic-comparison-3n-hsw-mrr"
1732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1733   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1734   parameters:
1735   - "name"
1736   - "parent"
1737   - "result"
1738   - "tags"
1739
1740 # VPP Compare NICs 3n-hsw 4t4c mrr
1741 - type: "table"
1742   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1743   algorithm: "table_nics_comparison"
1744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1745   reference:
1746     title: "Intel-x520"
1747     nic: "NIC_Intel-X520-DA2"
1748   compare:
1749     title: "Intel-x710"
1750     nic: "NIC_Intel-X710"
1751   data: "vpp-nic-comparison-3n-hsw-mrr"
1752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1753   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1754   parameters:
1755   - "name"
1756   - "parent"
1757   - "result"
1758   - "tags"
1759
1760 # VPP Compare NICs 3n-skx 2t1c ndr
1761 - type: "table"
1762   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1763   algorithm: "table_nics_comparison"
1764   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1765   reference:
1766     title: "Intel-x710"
1767     nic: "NIC_Intel-X710"
1768   compare:
1769     title: "Intel-xxv710"
1770     nic: "NIC_Intel-XXV710"
1771   data: "vpp-nic-comparison-3n-skx"
1772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1773   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1774   parameters:
1775   - "name"
1776   - "parent"
1777   - "throughput"
1778   - "tags"
1779
1780 # VPP Compare NICs 3n-skx 4t2c ndr
1781 - type: "table"
1782   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1783   algorithm: "table_nics_comparison"
1784   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1785   reference:
1786     title: "Intel-x710"
1787     nic: "NIC_Intel-X710"
1788   compare:
1789     title: "Intel-xxv710"
1790     nic: "NIC_Intel-XXV710"
1791   data: "vpp-nic-comparison-3n-skx"
1792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1793   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1794   parameters:
1795   - "name"
1796   - "parent"
1797   - "throughput"
1798   - "tags"
1799
1800 # VPP Compare NICs 3n-skx 2t1c pdr
1801 - type: "table"
1802   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1803   algorithm: "table_nics_comparison"
1804   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1805   reference:
1806     title: "Intel-x710"
1807     nic: "NIC_Intel-X710"
1808   compare:
1809     title: "Intel-xxv710"
1810     nic: "NIC_Intel-XXV710"
1811   data: "vpp-nic-comparison-3n-skx"
1812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1813   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1814   parameters:
1815   - "name"
1816   - "parent"
1817   - "throughput"
1818   - "tags"
1819
1820  # VPP Compare NICs 3n-skx 4t2c pdr
1821 - type: "table"
1822   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1823   algorithm: "table_nics_comparison"
1824   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1825   reference:
1826     title: "Intel-x710"
1827     nic: "NIC_Intel-X710"
1828   compare:
1829     title: "Intel-xxv710"
1830     nic: "NIC_Intel-XXV710"
1831   data: "vpp-nic-comparison-3n-skx"
1832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1833   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1834   parameters:
1835   - "name"
1836   - "parent"
1837   - "throughput"
1838   - "tags"
1839
1840 # VPP Compare NICs 3n-skx 2t1c mrr
1841 - type: "table"
1842   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1843   algorithm: "table_nics_comparison"
1844   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1845   reference:
1846     title: "Intel-x710"
1847     nic: "NIC_Intel-X710"
1848   compare:
1849     title: "Intel-xxv710"
1850     nic: "NIC_Intel-XXV710"
1851   data: "vpp-nic-comparison-3n-skx-mrr"
1852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1853   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1854   parameters:
1855   - "name"
1856   - "parent"
1857   - "result"
1858   - "tags"
1859
1860 # VPP Compare NICs 3n-skx 4t2c mrr
1861 - type: "table"
1862   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1863   algorithm: "table_nics_comparison"
1864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1865   reference:
1866     title: "Intel-x710"
1867     nic: "NIC_Intel-X710"
1868   compare:
1869     title: "Intel-xxv710"
1870     nic: "NIC_Intel-XXV710"
1871   data: "vpp-nic-comparison-3n-skx-mrr"
1872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1873   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1874   parameters:
1875   - "name"
1876   - "parent"
1877   - "result"
1878   - "tags"
1879
1880  # VPP Compare NICs 3n-skx 8t4c mrr
1881 - type: "table"
1882   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1883   algorithm: "table_nics_comparison"
1884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1885   reference:
1886     title: "Intel-x710"
1887     nic: "NIC_Intel-X710"
1888   compare:
1889     title: "Intel-xxv710"
1890     nic: "NIC_Intel-XXV710"
1891   data: "vpp-nic-comparison-3n-skx-mrr"
1892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1893   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1894   parameters:
1895   - "name"
1896   - "parent"
1897   - "result"
1898   - "tags"
1899
1900 # VPP Compare NICs 2n-skx 2t1c ndr
1901 - type: "table"
1902   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1903   algorithm: "table_nics_comparison"
1904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
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"
1912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1913   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1914   parameters:
1915   - "name"
1916   - "parent"
1917   - "throughput"
1918   - "tags"
1919
1920 # VPP Compare NICs 2n-skx 4t2c ndr
1921 - type: "table"
1922   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1923   algorithm: "table_nics_comparison"
1924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1925   reference:
1926     title: "Intel-x710"
1927     nic: "NIC_Intel-X710"
1928   compare:
1929     title: "Intel-xxv710"
1930     nic: "NIC_Intel-XXV710"
1931   data: "vpp-nic-comparison-2n-skx"
1932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1933   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1934   parameters:
1935   - "name"
1936   - "parent"
1937   - "throughput"
1938   - "tags"
1939
1940  # VPP Compare NICs 2n-skx 2t1c pdr
1941 - type: "table"
1942   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1943   algorithm: "table_nics_comparison"
1944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1945   reference:
1946     title: "Intel-x710"
1947     nic: "NIC_Intel-X710"
1948   compare:
1949     title: "Intel-xxv710"
1950     nic: "NIC_Intel-XXV710"
1951   data: "vpp-nic-comparison-2n-skx"
1952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1953   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1954   parameters:
1955   - "name"
1956   - "parent"
1957   - "throughput"
1958   - "tags"
1959
1960 # VPP Compare NICs 2n-skx 4t2c pdr
1961 - type: "table"
1962   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1963   algorithm: "table_nics_comparison"
1964   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1965   reference:
1966     title: "Intel-x710"
1967     nic: "NIC_Intel-X710"
1968   compare:
1969     title: "Intel-xxv710"
1970     nic: "NIC_Intel-XXV710"
1971   data: "vpp-nic-comparison-2n-skx"
1972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1973   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1974   parameters:
1975   - "name"
1976   - "parent"
1977   - "throughput"
1978   - "tags"
1979
1980 # VPP Compare NICs 2n-skx 2t1c mrr
1981 - type: "table"
1982   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1983   algorithm: "table_nics_comparison"
1984   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1985   reference:
1986     title: "Intel-x710"
1987     nic: "NIC_Intel-X710"
1988   compare:
1989     title: "Intel-xxv710"
1990     nic: "NIC_Intel-XXV710"
1991   data: "vpp-nic-comparison-2n-skx-mrr"
1992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1993   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1994   parameters:
1995   - "name"
1996   - "parent"
1997   - "result"
1998   - "tags"
1999
2000 # VPP Compare NICs 2n-skx 4t2c mrr
2001 - type: "table"
2002   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2003   algorithm: "table_nics_comparison"
2004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2005   reference:
2006     title: "Intel-x710"
2007     nic: "NIC_Intel-X710"
2008   compare:
2009     title: "Intel-xxv710"
2010     nic: "NIC_Intel-XXV710"
2011   data: "vpp-nic-comparison-2n-skx-mrr"
2012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2013   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2014   parameters:
2015   - "name"
2016   - "parent"
2017   - "result"
2018   - "tags"
2019
2020 # VPP Compare NICs 2n-skx 8t4c mrr
2021 - type: "table"
2022   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2023   algorithm: "table_nics_comparison"
2024   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2025   reference:
2026     title: "Intel-x710"
2027     nic: "NIC_Intel-X710"
2028   compare:
2029     title: "Intel-xxv710"
2030     nic: "NIC_Intel-XXV710"
2031   data: "vpp-nic-comparison-2n-skx-mrr"
2032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2033   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2034   parameters:
2035   - "name"
2036   - "parent"
2037   - "result"
2038   - "tags"
2039
2040 ################################################################################
2041 # VPP
2042
2043 # VPP Performance Changes 2n-dnv 1t1c pdr
2044 - type: "table"
2045   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2046   algorithm: "table_performance_comparison"
2047   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2048   history:
2049     - title: "rls1810"
2050       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2051   reference:
2052     title: "rls1901"
2053     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2054   compare:
2055     title: "rls1904"
2056     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2057   data: "intel-dnv-vpp-changes-2n-dnv"
2058   include-tests: "PDR"
2059   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2060   parameters:
2061   - "name"
2062   - "parent"
2063   - "throughput"
2064
2065 # VPP Performance Changes 2n-dnv 2t2c pdr
2066 - type: "table"
2067   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2068   algorithm: "table_performance_comparison"
2069   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2070   history:
2071     - title: "rls1810"
2072       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2073   reference:
2074     title: "rls1901"
2075     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2076   compare:
2077     title: "rls1904"
2078     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2079   data: "intel-dnv-vpp-changes-2n-dnv"
2080   include-tests: "PDR"
2081   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2082   parameters:
2083   - "name"
2084   - "parent"
2085   - "throughput"
2086
2087 # VPP Performance Changes 2n-dnv 1t1c ndr
2088 - type: "table"
2089   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2090   algorithm: "table_performance_comparison"
2091   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2092   history:
2093     - title: "rls1810"
2094       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2095   reference:
2096     title: "rls1901"
2097     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2098   compare:
2099     title: "rls1904"
2100     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2101   data: "intel-dnv-vpp-changes-2n-dnv"
2102   include-tests: "NDR"
2103   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2104   parameters:
2105   - "name"
2106   - "parent"
2107   - "throughput"
2108
2109 # VPP Performance Changes 2n-dnv 2t2c ndr
2110 - type: "table"
2111   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2112   algorithm: "table_performance_comparison"
2113   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2114   history:
2115     - title: "rls1810"
2116       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2117   reference:
2118     title: "rls1901"
2119     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2120   compare:
2121     title: "rls1904"
2122     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2123   data: "intel-dnv-vpp-changes-2n-dnv"
2124   include-tests: "NDR"
2125   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2126   parameters:
2127   - "name"
2128   - "parent"
2129   - "throughput"
2130
2131 # VPP Performance Changes 2n-dnv 1t1c MRR
2132 - type: "table"
2133   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2134   algorithm: "table_performance_comparison"
2135   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2136   history:
2137     - title: "rls1810"
2138       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2139   reference:
2140     title: "rls1901"
2141     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2142   compare:
2143     title: "rls1904"
2144     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2145   data: "intel-dnv-vpp-changes-2n-dnv"
2146   include-tests: "MRR"
2147   filter: "'1T1C' and 'MRR'"
2148   parameters:
2149   - "name"
2150   - "parent"
2151   - "result"
2152
2153 # VPP Performance Changes 2n-dnv 2t2c MRR
2154 - type: "table"
2155   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2156   algorithm: "table_performance_comparison"
2157   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2158   history:
2159     - title: "rls1810"
2160       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2161   reference:
2162     title: "rls1901"
2163     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2164   compare:
2165     title: "rls1904"
2166     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2167   data: "intel-dnv-vpp-changes-2n-dnv"
2168   include-tests: "MRR"
2169   filter: "'2T2C' and 'MRR'"
2170   parameters:
2171   - "name"
2172   - "parent"
2173   - "result"
2174
2175 # VPP Performance Changes 2n-dnv 4t4c MRR
2176 - type: "table"
2177   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2178   algorithm: "table_performance_comparison"
2179   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2180   history:
2181     - title: "rls1810"
2182       data: "intel-dnv-vpp-changes-2n-dnv-h1"
2183   reference:
2184     title: "rls1901"
2185     data: "intel-dnv-vpp-changes-2n-dnv-ref"
2186   compare:
2187     title: "rls1904"
2188     data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2189   data: "intel-dnv-vpp-changes-2n-dnv"
2190   include-tests: "MRR"
2191   filter: "'4T4C' and 'MRR'"
2192   parameters:
2193   - "name"
2194   - "parent"
2195   - "result"
2196
2197 # VPP Performance Changes 3n-hsw 1t1c pdr
2198 - type: "table"
2199   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2200   algorithm: "table_performance_comparison"
2201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2202   history:
2203     - title: "rls1810"
2204       data: "vpp-performance-changes-3n-hsw-h1"
2205   reference:
2206     title: "rls1901"
2207     data: "vpp-performance-changes-3n-hsw-ref"
2208   compare:
2209     title: "rls1904"
2210     data: "vpp-performance-changes-3n-hsw-cmp"
2211   data: "vpp-performance-changes-3n-hsw"
2212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2213   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2214   parameters:
2215   - "name"
2216   - "parent"
2217   - "throughput"
2218
2219 # VPP Performance Changes 3n-hsw 2t2c pdr
2220 - type: "table"
2221   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2222   algorithm: "table_performance_comparison"
2223   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2224   history:
2225     - title: "rls1810"
2226       data: "vpp-performance-changes-3n-hsw-h1"
2227   reference:
2228     title: "rls1901"
2229     data: "vpp-performance-changes-3n-hsw-ref"
2230   compare:
2231     title: "rls1904"
2232     data: "vpp-performance-changes-3n-hsw-cmp"
2233   data: "vpp-performance-changes-3n-hsw"
2234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2235   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2236   parameters:
2237   - "name"
2238   - "parent"
2239   - "throughput"
2240
2241 # VPP Performance Changes 3n-hsw 1t1c ndr
2242 - type: "table"
2243   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2244   algorithm: "table_performance_comparison"
2245   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2246   history:
2247     - title: "rls1810"
2248       data: "vpp-performance-changes-3n-hsw-h1"
2249   reference:
2250     title: "rls1901"
2251     data: "vpp-performance-changes-3n-hsw-ref"
2252   compare:
2253     title: "rls1904"
2254     data: "vpp-performance-changes-3n-hsw-cmp"
2255   data: "vpp-performance-changes-3n-hsw"
2256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2257   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2258   parameters:
2259   - "name"
2260   - "parent"
2261   - "throughput"
2262
2263 # VPP Performance Changes 3n-hsw 2t2c ndr
2264 - type: "table"
2265   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2266   algorithm: "table_performance_comparison"
2267   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2268   history:
2269     - title: "rls1810"
2270       data: "vpp-performance-changes-3n-hsw-h1"
2271   reference:
2272     title: "rls1901"
2273     data: "vpp-performance-changes-3n-hsw-ref"
2274   compare:
2275     title: "rls1904"
2276     data: "vpp-performance-changes-3n-hsw-cmp"
2277   data: "vpp-performance-changes-3n-hsw"
2278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2279   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2280   parameters:
2281   - "name"
2282   - "parent"
2283   - "throughput"
2284
2285 # VPP Performance Changes 3n-skx 2t1c pdr
2286 - type: "table"
2287   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2288   algorithm: "table_performance_comparison"
2289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2290   history:
2291     - title: "rls1810"
2292       data: "vpp-performance-changes-3n-skx-h1"
2293   reference:
2294     title: "rls1901"
2295     data: "vpp-performance-changes-3n-skx-ref"
2296   compare:
2297     title: "rls1904"
2298     data: "vpp-performance-changes-3n-skx-cmp"
2299   data: "vpp-performance-changes-3n-skx"
2300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2301   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2302   parameters:
2303   - "name"
2304   - "parent"
2305   - "throughput"
2306
2307 # VPP Performance Changes 3n-skx 4t2c pdr
2308 - type: "table"
2309   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2310   algorithm: "table_performance_comparison"
2311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2312   history:
2313     - title: "rls1810"
2314       data: "vpp-performance-changes-3n-skx-h1"
2315   reference:
2316     title: "rls1901"
2317     data: "vpp-performance-changes-3n-skx-ref"
2318   compare:
2319     title: "rls1904"
2320     data: "vpp-performance-changes-3n-skx-cmp"
2321   data: "vpp-performance-changes-3n-skx"
2322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2323   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2324   parameters:
2325   - "name"
2326   - "parent"
2327   - "throughput"
2328
2329 # VPP Performance Changes 3n-skx 2t1c ndr
2330 - type: "table"
2331   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2332   algorithm: "table_performance_comparison"
2333   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2334   history:
2335     - title: "rls1810"
2336       data: "vpp-performance-changes-3n-skx-h1"
2337   reference:
2338     title: "rls1901"
2339     data: "vpp-performance-changes-3n-skx-ref"
2340   compare:
2341     title: "rls1904"
2342     data: "vpp-performance-changes-3n-skx-cmp"
2343   data: "vpp-performance-changes-3n-skx"
2344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2345   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2346   parameters:
2347   - "name"
2348   - "parent"
2349   - "throughput"
2350
2351 # VPP Performance Changes 3n-skx 4t2c ndr
2352 - type: "table"
2353   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2354   algorithm: "table_performance_comparison"
2355   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2356   history:
2357     - title: "rls1810"
2358       data: "vpp-performance-changes-3n-skx-h1"
2359   reference:
2360     title: "rls1901"
2361     data: "vpp-performance-changes-3n-skx-ref"
2362   compare:
2363     title: "rls1904"
2364     data: "vpp-performance-changes-3n-skx-cmp"
2365   data: "vpp-performance-changes-3n-skx"
2366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2367   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2368   parameters:
2369   - "name"
2370   - "parent"
2371   - "throughput"
2372
2373 # VPP Performance Changes 2n-skx 2t1c pdr
2374 - type: "table"
2375   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2376   algorithm: "table_performance_comparison"
2377   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2378   history:
2379     - title: "rls1810"
2380       data: "vpp-performance-changes-2n-skx-h1"
2381   reference:
2382     title: "rls1901"
2383     data: "vpp-performance-changes-2n-skx-ref"
2384   compare:
2385     title: "rls1904"
2386     data: "vpp-performance-changes-2n-skx-cmp"
2387   data: "vpp-performance-changes-2n-skx"
2388   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2389   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2390   parameters:
2391   - "name"
2392   - "parent"
2393   - "throughput"
2394
2395 # VPP Performance Changes 2n-skx 4t2c pdr
2396 - type: "table"
2397   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2398   algorithm: "table_performance_comparison"
2399   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2400   history:
2401     - title: "rls1810"
2402       data: "vpp-performance-changes-2n-skx-h1"
2403   reference:
2404     title: "rls1901"
2405     data: "vpp-performance-changes-2n-skx-ref"
2406   compare:
2407     title: "rls1904"
2408     data: "vpp-performance-changes-2n-skx-cmp"
2409   data: "vpp-performance-changes-2n-skx"
2410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2411   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2412   parameters:
2413   - "name"
2414   - "parent"
2415   - "throughput"
2416
2417 # VPP Performance Changes 2n-skx 2t1c ndr
2418 - type: "table"
2419   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2420   algorithm: "table_performance_comparison"
2421   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2422   history:
2423     - title: "rls1810"
2424       data: "vpp-performance-changes-2n-skx-h1"
2425   reference:
2426     title: "rls1901"
2427     data: "vpp-performance-changes-2n-skx-ref"
2428   compare:
2429     title: "rls1904"
2430     data: "vpp-performance-changes-2n-skx-cmp"
2431   data: "vpp-performance-changes-2n-skx"
2432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2433   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2434   parameters:
2435   - "name"
2436   - "parent"
2437   - "throughput"
2438
2439 # VPP Performance Changes 2n-skx 4t2c ndr
2440 - type: "table"
2441   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2442   algorithm: "table_performance_comparison"
2443   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2444   history:
2445     - title: "rls1810"
2446       data: "vpp-performance-changes-2n-skx-h1"
2447   reference:
2448     title: "rls1901"
2449     data: "vpp-performance-changes-2n-skx-ref"
2450   compare:
2451     title: "rls1904"
2452     data: "vpp-performance-changes-2n-skx-cmp"
2453   data: "vpp-performance-changes-2n-skx"
2454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2455   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2456   parameters:
2457   - "name"
2458   - "parent"
2459   - "throughput"
2460
2461 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2462 - type: "table"
2463   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2464   algorithm: "table_performance_comparison"
2465   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2466   reference:
2467     title: "3-Node Hsw"
2468     data: "vpp-compare-testbeds-ref"
2469   compare:
2470     title: "3-Node Skx"
2471     data: "vpp-compare-testbeds-cmp"
2472   data: "vpp-compare-testbeds"
2473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2474   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2475   parameters:
2476   - "name"
2477   - "parent"
2478   - "throughput"
2479
2480 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2481 - type: "table"
2482   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2483   algorithm: "table_performance_comparison"
2484   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2485   reference:
2486     title: "3-Node Hsw"
2487     data: "vpp-compare-testbeds-ref"
2488   compare:
2489     title: "3-Node Skx"
2490     data: "vpp-compare-testbeds-cmp"
2491   data: "vpp-compare-testbeds"
2492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2493   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2494   parameters:
2495   - "name"
2496   - "parent"
2497   - "throughput"
2498
2499 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2500 - type: "table"
2501   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2502   algorithm: "table_performance_comparison"
2503   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2504   reference:
2505     title: "3-Node Hsw"
2506     data: "vpp-compare-testbeds-ref"
2507   compare:
2508     title: "3-Node Skx"
2509     data: "vpp-compare-testbeds-cmp"
2510   data: "vpp-compare-testbeds"
2511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2512   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2513   parameters:
2514   - "name"
2515   - "parent"
2516   - "throughput"
2517
2518 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2519 - type: "table"
2520   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2521   algorithm: "table_performance_comparison"
2522   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2523   reference:
2524     title: "3-Node Hsw"
2525     data: "vpp-compare-testbeds-ref"
2526   compare:
2527     title: "3-Node Skx"
2528     data: "vpp-compare-testbeds-cmp"
2529   data: "vpp-compare-testbeds"
2530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2531   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2532   parameters:
2533   - "name"
2534   - "parent"
2535   - "throughput"
2536
2537 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2538 - type: "table"
2539   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2540   algorithm: "table_performance_comparison"
2541   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2542   reference:
2543     title: "3-Node Skx"
2544     data: "vpp-compare-topologies-ref"
2545   compare:
2546     title: "2-Node Skx"
2547     data: "vpp-compare-topologies-cmp"
2548   data: "vpp-compare-topologies"
2549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2550   filter: "'NDRPDR' and '1C'"
2551   parameters:
2552   - "name"
2553   - "parent"
2554   - "throughput"
2555
2556 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2557 - type: "table"
2558   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2559   algorithm: "table_performance_comparison"
2560   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2561   reference:
2562     title: "3-Node Skx"
2563     data: "vpp-compare-topologies-ref"
2564   compare:
2565     title: "2-Node Skx"
2566     data: "vpp-compare-topologies-cmp"
2567   data: "vpp-compare-topologies"
2568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2569   filter: "'NDRPDR' and '2C'"
2570   parameters:
2571   - "name"
2572   - "parent"
2573   - "throughput"
2574
2575 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2576 - type: "table"
2577   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2578   algorithm: "table_performance_comparison"
2579   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2580   reference:
2581     title: "3-Node Skx"
2582     data: "vpp-compare-topologies-ref"
2583   compare:
2584     title: "2-Node Skx"
2585     data: "vpp-compare-topologies-cmp"
2586   data: "vpp-compare-topologies"
2587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2588   filter: "'NDRPDR' and '1C'"
2589   parameters:
2590   - "name"
2591   - "parent"
2592   - "throughput"
2593
2594 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2595 - type: "table"
2596   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2597   algorithm: "table_performance_comparison"
2598   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2599   reference:
2600     title: "3-Node Skx"
2601     data: "vpp-compare-topologies-ref"
2602   compare:
2603     title: "2-Node Skx"
2604     data: "vpp-compare-topologies-cmp"
2605   data: "vpp-compare-topologies"
2606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2607   filter: "'NDRPDR' and '2C'"
2608   parameters:
2609   - "name"
2610   - "parent"
2611   - "throughput"
2612
2613 # VPP Performance Changes 3n-hsw 1t1c MRR
2614 - type: "table"
2615   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2616   algorithm: "table_performance_comparison"
2617   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2618   history:
2619     - title: "rls1810"
2620       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2621   reference:
2622     title: "rls1901"
2623     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2624   compare:
2625     title: "rls1904"
2626     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2627   data: "vpp-performance-changes-3n-hsw-mrr"
2628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2629   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2630   parameters:
2631   - "name"
2632   - "parent"
2633   - "result"
2634
2635 # VPP Performance Changes 3n-hsw 2t2c MRR
2636 - type: "table"
2637   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2638   algorithm: "table_performance_comparison"
2639   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2640   history:
2641     - title: "rls1810"
2642       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2643   reference:
2644     title: "rls1901"
2645     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2646   compare:
2647     title: "rls1904"
2648     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2649   data: "vpp-performance-changes-3n-hsw-mrr"
2650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2651   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2652   parameters:
2653   - "name"
2654   - "parent"
2655   - "result"
2656
2657 # VPP Performance Changes 3n-hsw 4t4c MRR
2658 - type: "table"
2659   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2660   algorithm: "table_performance_comparison"
2661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2662   history:
2663     - title: "rls1810"
2664       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2665   reference:
2666     title: "rls1901"
2667     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2668   compare:
2669     title: "rls1904"
2670     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2671   data: "vpp-performance-changes-3n-hsw-mrr"
2672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2673   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2674   parameters:
2675   - "name"
2676   - "parent"
2677   - "result"
2678
2679 # VPP Performance Changes 3n-skx 2t1c MRR
2680 - type: "table"
2681   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2682   algorithm: "table_performance_comparison"
2683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2684   history:
2685     - title: "rls1810"
2686       data: "vpp-performance-changes-3n-skx-mrr-h1"
2687   reference:
2688     title: "rls1901"
2689     data: "vpp-performance-changes-3n-skx-mrr-ref"
2690   compare:
2691     title: "rls1904"
2692     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2693   data: "vpp-performance-changes-3n-skx-mrr"
2694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2695   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2696   parameters:
2697   - "name"
2698   - "parent"
2699   - "result"
2700
2701 # VPP Performance Changes 3n-skx 4t2c MRR
2702 - type: "table"
2703   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2704   algorithm: "table_performance_comparison"
2705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2706   history:
2707     - title: "rls1810"
2708       data: "vpp-performance-changes-3n-skx-mrr-h1"
2709   reference:
2710     title: "rls1901"
2711     data: "vpp-performance-changes-3n-skx-mrr-ref"
2712   compare:
2713     title: "rls1904"
2714     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2715   data: "vpp-performance-changes-3n-skx-mrr"
2716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2717   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2718   parameters:
2719   - "name"
2720   - "parent"
2721   - "result"
2722
2723 # VPP Performance Changes 3n-skx 8t4c MRR
2724 - type: "table"
2725   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2726   algorithm: "table_performance_comparison"
2727   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2728   history:
2729     - title: "rls1810"
2730       data: "vpp-performance-changes-3n-skx-mrr-h1"
2731   reference:
2732     title: "rls1901"
2733     data: "vpp-performance-changes-3n-skx-mrr-ref"
2734   compare:
2735     title: "rls1904"
2736     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2737   data: "vpp-performance-changes-3n-skx-mrr"
2738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2739   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2740   parameters:
2741   - "name"
2742   - "parent"
2743   - "result"
2744
2745 # VPP Performance Changes 2n-skx 2t1c MRR
2746 - type: "table"
2747   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2748   algorithm: "table_performance_comparison"
2749   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2750   history:
2751     - title: "rls1810"
2752       data: "vpp-performance-changes-2n-skx-mrr-h1"
2753   reference:
2754     title: "rls1901"
2755     data: "vpp-performance-changes-2n-skx-mrr-ref"
2756   compare:
2757     title: "rls1904"
2758     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2759   data: "vpp-performance-changes-2n-skx-mrr"
2760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2761   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2762   parameters:
2763   - "name"
2764   - "parent"
2765   - "result"
2766
2767 # VPP Performance Changes 2n-skx 4t2c MRR
2768 - type: "table"
2769   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2770   algorithm: "table_performance_comparison"
2771   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2772   history:
2773     - title: "rls1810"
2774       data: "vpp-performance-changes-2n-skx-mrr-h1"
2775   reference:
2776     title: "rls1901"
2777     data: "vpp-performance-changes-2n-skx-mrr-ref"
2778   compare:
2779     title: "rls1904"
2780     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2781   data: "vpp-performance-changes-2n-skx-mrr"
2782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2783   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2784   parameters:
2785   - "name"
2786   - "parent"
2787   - "result"
2788
2789 # VPP Performance Changes 2n-skx 8t4c MRR
2790 - type: "table"
2791   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2792   algorithm: "table_performance_comparison"
2793   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2794   history:
2795     - title: "rls1810"
2796       data: "vpp-performance-changes-2n-skx-mrr-h1"
2797   reference:
2798     title: "rls1901"
2799     data: "vpp-performance-changes-2n-skx-mrr-ref"
2800   compare:
2801     title: "rls1904"
2802     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2803   data: "vpp-performance-changes-2n-skx-mrr"
2804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2805   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2806   parameters:
2807   - "name"
2808   - "parent"
2809   - "result"
2810
2811 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2812 - type: "table"
2813   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2814   algorithm: "table_performance_comparison"
2815   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2816   reference:
2817     title: "3-Node Hsw"
2818     data: "vpp-compare-testbeds-mrr-ref"
2819   compare:
2820     title: "3-Node Skx"
2821     data: "vpp-compare-testbeds-mrr-cmp"
2822   data: "vpp-compare-testbeds-mrr"
2823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2824   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2825   parameters:
2826   - "name"
2827   - "parent"
2828   - "result"
2829
2830 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2831 - type: "table"
2832   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2833   algorithm: "table_performance_comparison"
2834   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2835   reference:
2836     title: "3-Node Hsw"
2837     data: "vpp-compare-testbeds-mrr-ref"
2838   compare:
2839     title: "3-Node Skx"
2840     data: "vpp-compare-testbeds-mrr-cmp"
2841   data: "vpp-compare-testbeds-mrr"
2842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2843   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2844   parameters:
2845   - "name"
2846   - "parent"
2847   - "result"
2848
2849 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2850 - type: "table"
2851   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2852   algorithm: "table_performance_comparison"
2853   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2854   reference:
2855     title: "3-Node Hsw"
2856     data: "vpp-compare-testbeds-mrr-ref"
2857   compare:
2858     title: "3-Node Skx"
2859     data: "vpp-compare-testbeds-mrr-cmp"
2860   data: "vpp-compare-testbeds-mrr"
2861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2862   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2863   parameters:
2864   - "name"
2865   - "parent"
2866   - "result"
2867
2868 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2869 - type: "table"
2870   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2871   algorithm: "table_performance_comparison"
2872   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2873   reference:
2874     title: "3-Node Skx"
2875     data: "vpp-compare-topologies-mrr-ref"
2876   compare:
2877     title: "2-Node Skx"
2878     data: "vpp-compare-topologies-mrr-cmp"
2879   data: "vpp-compare-topologies-mrr"
2880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2881   filter: "'MRR' and '1C'"
2882   parameters:
2883   - "name"
2884   - "parent"
2885   - "result"
2886
2887 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2888 - type: "table"
2889   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2890   algorithm: "table_performance_comparison"
2891   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2892   reference:
2893     title: "3-Node Skx"
2894     data: "vpp-compare-topologies-mrr-ref"
2895   compare:
2896     title: "2-Node Skx"
2897     data: "vpp-compare-topologies-mrr-cmp"
2898   data: "vpp-compare-topologies-mrr"
2899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2900   filter: "'MRR' and '2C'"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "result"
2905
2906 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2907 - type: "table"
2908   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2909   algorithm: "table_performance_comparison"
2910   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2911   reference:
2912     title: "3-Node Skx"
2913     data: "vpp-compare-topologies-mrr-ref"
2914   compare:
2915     title: "2-Node Skx"
2916     data: "vpp-compare-topologies-mrr-cmp"
2917   data: "vpp-compare-topologies-mrr"
2918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2919   filter: "'MRR' and '4C'"
2920   parameters:
2921   - "name"
2922   - "parent"
2923   - "result"
2924
2925 # Detailed Test Results - VPP Performance Results 3n-hsw
2926 - type: "table"
2927   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2928   algorithm: "table_merged_details"
2929   output-file-ext: ".csv"
2930   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2931   columns:
2932   - title: "Name"
2933     data: "data name"
2934   - title: "Status"
2935     data: "data msg"
2936   rows: "generated"
2937   data: "vpp-perf-results-3n-hsw"
2938   filter: "not 'NDRCHK' and not 'PDRCHK'"
2939   parameters:
2940   - "name"
2941   - "parent"
2942   - "msg"
2943
2944 # Detailed Test Results - VPP Performance Results 3n-skx
2945 - type: "table"
2946   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2947   algorithm: "table_merged_details"
2948   output-file-ext: ".csv"
2949   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2950   columns:
2951   - title: "Name"
2952     data: "data name"
2953   - title: "Status"
2954     data: "data msg"
2955   rows: "generated"
2956   data: "vpp-perf-results-3n-skx"
2957   filter: "not 'NDRCHK' and not 'PDRCHK'"
2958   parameters:
2959   - "name"
2960   - "parent"
2961   - "msg"
2962
2963 # Detailed Test Results - VPP Performance Results 2n-skx
2964 - type: "table"
2965   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2966   algorithm: "table_merged_details"
2967   output-file-ext: ".csv"
2968   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2969   columns:
2970   - title: "Name"
2971     data: "data name"
2972   - title: "Status"
2973     data: "data msg"
2974   rows: "generated"
2975   data: "vpp-perf-results-2n-skx"
2976   filter: "not 'NDRCHK' and not 'PDRCHK'"
2977   parameters:
2978   - "name"
2979   - "parent"
2980   - "msg"
2981
2982 # Detailed Test Results - VPP Performance Results 2n-dnv
2983 - type: "table"
2984   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2985   algorithm: "table_details"
2986   output-file-ext: ".csv"
2987   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2988   columns:
2989   - title: "Name"
2990     data: "data name"
2991   - title: "Status"
2992     data: "data msg"
2993   rows: "generated"
2994   data: "intel-dnv-vpp"
2995   filter: "'NDRPDR'"
2996   parameters:
2997   - "name"
2998   - "parent"
2999   - "msg"
3000
3001 # Test configuration - VPP Performance Test Configs 3n-hsw
3002 - type: "table"
3003   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3004   algorithm: "table_merged_details"
3005   output-file-ext: ".csv"
3006   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3007   columns:
3008   - title: "Name"
3009     data: "data name"
3010   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3011     data: "data conf-history"
3012   rows: "generated"
3013   data: "vpp-perf-results-3n-hsw"
3014   filter: "not 'NDRCHK' and not 'PDRCHK'"
3015   parameters:
3016   - "parent"
3017   - "name"
3018   - "conf-history"
3019
3020 # Test configuration - VPP Performance Test Configs 3n-skx
3021 - type: "table"
3022   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3023   algorithm: "table_merged_details"
3024   output-file-ext: ".csv"
3025   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3026   columns:
3027   - title: "Name"
3028     data: "data name"
3029   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3030     data: "data conf-history"
3031   rows: "generated"
3032   data: "vpp-perf-results-3n-skx"
3033   filter: "not 'NDRCHK' and not 'PDRCHK'"
3034   parameters:
3035   - "parent"
3036   - "name"
3037   - "conf-history"
3038
3039 # Test configuration - VPP Performance Test Configs 2n-skx
3040 - type: "table"
3041   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3042   algorithm: "table_merged_details"
3043   output-file-ext: ".csv"
3044   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3045   columns:
3046   - title: "Name"
3047     data: "data name"
3048   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3049     data: "data conf-history"
3050   rows: "generated"
3051   data: "vpp-perf-results-2n-skx"
3052   filter: "not 'NDRCHK' and not 'PDRCHK'"
3053   parameters:
3054   - "parent"
3055   - "name"
3056   - "conf-history"
3057
3058 # Test configuration - VPP Performance Test Configs 2n-dnv
3059 - type: "table"
3060   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3061   algorithm: "table_details"
3062   output-file-ext: ".csv"
3063   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3064   columns:
3065   - title: "Name"
3066     data: "data name"
3067   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3068     data: "data conf-history"
3069   rows: "generated"
3070   data: "intel-dnv-vpp"
3071   filter: "'NDRPDR'"
3072   parameters:
3073   - "parent"
3074   - "name"
3075   - "conf-history"
3076
3077 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3078 - type: "table"
3079   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3080   algorithm: "table_merged_details"
3081   output-file-ext: ".csv"
3082   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3083   columns:
3084   - title: "Name"
3085     data: "data name"
3086   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3087     data: "data show-run"
3088   rows: "generated"
3089   data: "vpp-perf-results-3n-hsw"
3090   filter: "not 'NDRCHK' and not 'PDRCHK'"
3091   parameters:
3092   - "parent"
3093   - "name"
3094   - "show-run"
3095
3096 # Test Operational Data - VPP Performance Operational Data 3n-skx
3097 - type: "table"
3098   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3099   algorithm: "table_merged_details"
3100   output-file-ext: ".csv"
3101   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3102   columns:
3103   - title: "Name"
3104     data: "data name"
3105   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3106     data: "data show-run"
3107   rows: "generated"
3108   data: "vpp-perf-results-3n-skx"
3109   filter: "not 'NDRCHK' and not 'PDRCHK'"
3110   parameters:
3111   - "parent"
3112   - "name"
3113   - "show-run"
3114
3115 # Test Operational Data - VPP Performance Operational Data 2n-skx
3116 - type: "table"
3117   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3118   algorithm: "table_merged_details"
3119   output-file-ext: ".csv"
3120   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3121   columns:
3122   - title: "Name"
3123     data: "data name"
3124   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3125     data: "data show-run"
3126   rows: "generated"
3127   data: "vpp-perf-results-2n-skx"
3128   filter: "not 'NDRCHK' and not 'PDRCHK'"
3129   parameters:
3130   - "parent"
3131   - "name"
3132   - "show-run"
3133
3134 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3135 - type: "table"
3136   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3137   algorithm: "table_details"
3138   output-file-ext: ".csv"
3139   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3140   columns:
3141   - title: "Name"
3142     data: "data name"
3143   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3144     data: "data show-run"
3145   rows: "generated"
3146   data: "intel-dnv-vpp"
3147   filter: "'NDRPDR'"
3148   parameters:
3149   - "parent"
3150   - "name"
3151   - "show-run"
3152
3153 # Detailed Test Results - VPP MRR Results 3n-hsw
3154 - type: "table"
3155   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3156   algorithm: "table_details"
3157   output-file-ext: ".csv"
3158   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3159   columns:
3160   - title: "Name"
3161     data: "data name"
3162   - title: "Status"
3163     data: "data msg"
3164   rows: "generated"
3165   data: "vpp-mrr-results-3n-hsw"
3166   filter: "'MRR'"
3167   parameters:
3168   - "name"
3169   - "parent"
3170   - "msg"
3171
3172 # Detailed Test Results - VPP MRR Results 3n-skx
3173 - type: "table"
3174   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3175   algorithm: "table_details"
3176   output-file-ext: ".csv"
3177   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3178   columns:
3179   - title: "Name"
3180     data: "data name"
3181   - title: "Status"
3182     data: "data msg"
3183   rows: "generated"
3184   data: "vpp-mrr-results-3n-skx"
3185   filter: "'MRR'"
3186   parameters:
3187   - "name"
3188   - "parent"
3189   - "msg"
3190
3191 # Detailed Test Results - VPP MRR Results 2n-skx
3192 - type: "table"
3193   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3194   algorithm: "table_details"
3195   output-file-ext: ".csv"
3196   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3197   columns:
3198   - title: "Name"
3199     data: "data name"
3200   - title: "Status"
3201     data: "data msg"
3202   rows: "generated"
3203   data: "vpp-mrr-results-2n-skx"
3204   filter: "'MRR'"
3205   parameters:
3206   - "name"
3207   - "parent"
3208   - "msg"
3209
3210 # Detailed Test Results - VPP MRR Results 2n-dnv
3211 - type: "table"
3212   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3213   algorithm: "table_details"
3214   output-file-ext: ".csv"
3215   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3216   columns:
3217   - title: "Name"
3218     data: "data name"
3219   - title: "Status"
3220     data: "data msg"
3221   rows: "generated"
3222   data: "intel-dnv-vpp"
3223   filter: "'MRR'"
3224   parameters:
3225   - "name"
3226   - "parent"
3227   - "msg"
3228
3229 # Test configuration - VPP MRR Test Configs 3n-hsw
3230 - type: "table"
3231   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3232   algorithm: "table_details"
3233   output-file-ext: ".csv"
3234   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3235   columns:
3236   - title: "Name"
3237     data: "data name"
3238   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3239     data: "data conf-history"
3240   rows: "generated"
3241   data: "vpp-mrr-results-3n-hsw"
3242   filter: "'MRR'"
3243   parameters:
3244   - "parent"
3245   - "name"
3246   - "conf-history"
3247
3248 # Test configuration - VPP MRR Test Configs 3n-skx
3249 - type: "table"
3250   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3251   algorithm: "table_details"
3252   output-file-ext: ".csv"
3253   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3254   columns:
3255   - title: "Name"
3256     data: "data name"
3257   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3258     data: "data conf-history"
3259   rows: "generated"
3260   data: "vpp-mrr-results-3n-skx"
3261   filter: "'MRR'"
3262   parameters:
3263   - "parent"
3264   - "name"
3265   - "conf-history"
3266
3267 # Test configuration - VPP MRR Test Configs 2n-skx
3268 - type: "table"
3269   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3270   algorithm: "table_details"
3271   output-file-ext: ".csv"
3272   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3273   columns:
3274   - title: "Name"
3275     data: "data name"
3276   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3277     data: "data conf-history"
3278   rows: "generated"
3279   data: "vpp-mrr-results-2n-skx"
3280   filter: "'MRR'"
3281   parameters:
3282   - "parent"
3283   - "name"
3284   - "conf-history"
3285
3286 # Test configuration - VPP MRR Test Configs 2n-dnv
3287 - type: "table"
3288   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3289   algorithm: "table_details"
3290   output-file-ext: ".csv"
3291   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3292   columns:
3293   - title: "Name"
3294     data: "data name"
3295   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3296     data: "data conf-history"
3297   rows: "generated"
3298   data: "intel-dnv-vpp"
3299   filter: "'MRR'"
3300   parameters:
3301   - "parent"
3302   - "name"
3303   - "conf-history"
3304
3305 # Detailed Test Results - VPP Functional Results - Ubuntu
3306 - type: "table"
3307   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3308   algorithm: "table_details"
3309   output-file-ext: ".csv"
3310   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3311   columns:
3312   - title: "Name"
3313     data: "data name"
3314   - title: "Documentation"
3315     data: "data doc"
3316   - title: "Status"
3317     data: "data status"
3318   rows: "generated"
3319   data: "vpp-func-results-ubuntu"
3320   filter: "all"
3321   parameters:
3322   - "name"
3323   - "parent"
3324   - "doc"
3325   - "status"
3326
3327 # Detailed Test Results - VPP Functional Results - CentOS
3328 - type: "table"
3329   title: "Detailed Test Results - VPP Functional Results - CentOS"
3330   algorithm: "table_details"
3331   output-file-ext: ".csv"
3332   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3333   columns:
3334   - title: "Name"
3335     data: "data name"
3336   - title: "Documentation"
3337     data: "data doc"
3338   -
3339     title: "Status"
3340     data: "data status"
3341   rows: "generated"
3342   data:
3343     "vpp-func-results-centos"
3344   filter: "all"
3345   parameters:
3346   - "name"
3347   - "parent"
3348   - "doc"
3349   - "status"
3350
3351 # Test configuration - VPP Functional Test Configs - Ubuntu
3352 - type: "table"
3353   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3354   algorithm: "table_details"
3355   output-file-ext: ".csv"
3356   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3357   columns:
3358   - title: "Name"
3359     data: "data name"
3360   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3361     data: "data conf-history"
3362   rows: "generated"
3363   data: "vpp-func-results-ubuntu"
3364   filter: "all"
3365   parameters:
3366   - "parent"
3367   - "name"
3368   - "conf-history"
3369
3370 # Test configuration - VPP Functional Test Configs - CentOS
3371 - type: "table"
3372   title: "Test configuration - VPP Functional Test Configs - CentOS"
3373   algorithm: "table_details"
3374   output-file-ext: ".csv"
3375   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3376   columns:
3377   - title: "Name"
3378     data: "data name"
3379   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3380     data: "data conf-history"
3381   rows: "generated"
3382   data: "vpp-func-results-centos"
3383   filter: "all"
3384   parameters:
3385   - "parent"
3386   - "name"
3387   - "conf-history"
3388
3389 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3390 - type: "table"
3391   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3392   algorithm: "table_details"
3393   output-file-ext: ".csv"
3394   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3395   columns:
3396   - title: "Name"
3397     data: "data name"
3398   - title: "Status"
3399     data: "data msg"
3400   rows: "generated"
3401   data: "ligato-perf-results-3n-hsw"
3402   filter: "all"
3403   parameters:
3404   - "name"
3405   - "parent"
3406   - "msg"
3407
3408 # Detailed Test Results - VPP Device Results - Ubuntu
3409 - type: "table"
3410   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3411   algorithm: "table_details"
3412   output-file-ext: ".csv"
3413   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3414   columns:
3415   - title: "Name"
3416     data: "data name"
3417   - title: "Documentation"
3418     data: "data doc"
3419   - title: "Status"
3420     data: "data status"
3421   rows: "generated"
3422   data: "vpp-device-results-ubuntu"
3423   filter: "all"
3424   parameters:
3425   - "name"
3426   - "parent"
3427   - "doc"
3428   - "status"
3429
3430 # Test configuration - VPP Device Test Configs - Ubuntu
3431 - type: "table"
3432   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3433   algorithm: "table_details"
3434   output-file-ext: ".csv"
3435   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3436   columns:
3437   - title: "Name"
3438     data: "data name"
3439   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3440     data: "data conf-history"
3441   rows: "generated"
3442   data: "vpp-device-results-ubuntu"
3443   filter: "all"
3444   parameters:
3445   - "parent"
3446   - "name"
3447   - "conf-history"
3448
3449 ################################################################################
3450
3451 # DPDK Performance Changes 3n-hsw 1t1c pdr
3452 - type: "table"
3453   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3454   algorithm: "table_performance_comparison"
3455   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3456   history:
3457     - title: "rls1810"
3458       data: "dpdk-performance-changes-3n-hsw-h1"
3459   reference:
3460     title: "rls1901"
3461     data: "dpdk-performance-changes-3n-hsw-ref"
3462   compare:
3463     title: "rls1904"
3464     data: "dpdk-performance-changes-3n-hsw-cmp"
3465   data: "dpdk-performance-changes-3n-hsw"
3466   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3467   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3468   parameters:
3469   - "name"
3470   - "parent"
3471   - "throughput"
3472
3473 # DPDK Performance Changes 3n-hsw 2t2c pdr
3474 - type: "table"
3475   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3476   algorithm: "table_performance_comparison"
3477   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3478   history:
3479     - title: "rls1810"
3480       data: "dpdk-performance-changes-3n-hsw-h1"
3481   reference:
3482     title: "rls1901"
3483     data: "dpdk-performance-changes-3n-hsw-ref"
3484   compare:
3485     title: "rls1904"
3486     data: "dpdk-performance-changes-3n-hsw-cmp"
3487   data: "dpdk-performance-changes-3n-hsw"
3488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3490   parameters:
3491   - "name"
3492   - "parent"
3493   - "throughput"
3494
3495 # DPDK Performance Changes 3n-hsw 1t1c ndr
3496 - type: "table"
3497   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3498   algorithm: "table_performance_comparison"
3499   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3500   history:
3501     - title: "rls1810"
3502       data: "dpdk-performance-changes-3n-hsw-h1"
3503   reference:
3504     title: "rls1901"
3505     data: "dpdk-performance-changes-3n-hsw-ref"
3506   compare:
3507     title: "rls1904"
3508     data: "dpdk-performance-changes-3n-hsw-cmp"
3509   data: "dpdk-performance-changes-3n-hsw"
3510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3511   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3512   parameters:
3513   - "name"
3514   - "parent"
3515   - "throughput"
3516
3517 # DPDK Performance Changes 3n-hsw 2t2c ndr
3518 - type: "table"
3519   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3520   algorithm: "table_performance_comparison"
3521   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3522   history:
3523     - title: "rls1810"
3524       data: "dpdk-performance-changes-3n-hsw-h1"
3525   reference:
3526     title: "rls1901"
3527     data: "dpdk-performance-changes-3n-hsw-ref"
3528   compare:
3529     title: "rls1904"
3530     data: "dpdk-performance-changes-3n-hsw-cmp"
3531   data: "dpdk-performance-changes-3n-hsw"
3532   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3533   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3534   parameters:
3535   - "name"
3536   - "parent"
3537   - "throughput"
3538
3539 # DPDK Performance Changes 3n-skx 2t1c pdr
3540 - type: "table"
3541   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3542   algorithm: "table_performance_comparison"
3543   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3544   history:
3545     - title: "rls1810"
3546       data: "dpdk-performance-changes-3n-skx-h1"
3547   reference:
3548     title: "rls1901"
3549     data: "dpdk-performance-changes-3n-skx-ref"
3550   compare:
3551     title: "rls1904"
3552     data: "dpdk-performance-changes-3n-skx-cmp"
3553   data: "dpdk-performance-changes-3n-skx"
3554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3556   parameters:
3557   - "name"
3558   - "parent"
3559   - "throughput"
3560
3561 # DPDK Performance Changes 3n-skx 4t2c pdr
3562 - type: "table"
3563   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3564   algorithm: "table_performance_comparison"
3565   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3566   history:
3567     - title: "rls1810"
3568       data: "dpdk-performance-changes-3n-skx-h1"
3569   reference:
3570     title: "rls1901"
3571     data: "dpdk-performance-changes-3n-skx-ref"
3572   compare:
3573     title: "rls1904"
3574     data: "dpdk-performance-changes-3n-skx-cmp"
3575   data: "dpdk-performance-changes-3n-skx"
3576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3577   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3578   parameters:
3579   - "name"
3580   - "parent"
3581   - "throughput"
3582
3583 # DPDK Performance Changes 3n-skx 2t1c ndr
3584 - type: "table"
3585   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3586   algorithm: "table_performance_comparison"
3587   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3588   history:
3589     - title: "rls1810"
3590       data: "dpdk-performance-changes-3n-skx-h1"
3591   reference:
3592     title: "rls1901"
3593     data: "dpdk-performance-changes-3n-skx-ref"
3594   compare:
3595     title: "rls1904"
3596     data: "dpdk-performance-changes-3n-skx-cmp"
3597   data: "dpdk-performance-changes-3n-skx"
3598   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3600   parameters:
3601   - "name"
3602   - "parent"
3603   - "throughput"
3604
3605 # DPDK Performance Changes 3n-skx 4t2c ndr
3606 - type: "table"
3607   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3608   algorithm: "table_performance_comparison"
3609   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3610   history:
3611     - title: "rls1810"
3612       data: "dpdk-performance-changes-3n-skx-h1"
3613   reference:
3614     title: "rls1901"
3615     data: "dpdk-performance-changes-3n-skx-ref"
3616   compare:
3617     title: "rls1904"
3618     data: "dpdk-performance-changes-3n-skx-cmp"
3619   data: "dpdk-performance-changes-3n-skx"
3620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3622   parameters:
3623   - "name"
3624   - "parent"
3625   - "throughput"
3626
3627 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3628 - type: "table"
3629   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3630   algorithm: "table_performance_comparison"
3631   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3632   reference:
3633     title: "3-Node Hsw"
3634     data: "dpdk-compare-testbeds-ref"
3635   compare:
3636     title: "3-Node Skx"
3637     data: "dpdk-compare-testbeds-cmp"
3638   data: "dpdk-compare-testbeds"
3639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3640   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3641   parameters:
3642   - "name"
3643   - "parent"
3644   - "throughput"
3645
3646 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3647 - type: "table"
3648   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3649   algorithm: "table_performance_comparison"
3650   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3651   reference:
3652     title: "3-Node Hsw"
3653     data: "dpdk-compare-testbeds-ref"
3654   compare:
3655     title: "3-Node Skx"
3656     data: "dpdk-compare-testbeds-cmp"
3657   data: "dpdk-compare-testbeds"
3658   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3659   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3660   parameters:
3661   - "name"
3662   - "parent"
3663   - "throughput"
3664
3665 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3666 - type: "table"
3667   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3668   algorithm: "table_performance_comparison"
3669   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3670   reference:
3671     title: "3-Node Skx"
3672     data: "dpdk-compare-topologies-ref"
3673   compare:
3674     title: "2-Node Skx"
3675     data: "dpdk-compare-topologies-cmp"
3676   data: "dpdk-compare-topologies"
3677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3678   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3679   parameters:
3680   - "name"
3681   - "parent"
3682   - "throughput"
3683
3684 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3685 - type: "table"
3686   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3687   algorithm: "table_performance_comparison"
3688   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3689   reference:
3690     title: "3-Node Skx"
3691     data: "dpdk-compare-topologies-ref"
3692   compare:
3693     title: "2-Node Skx"
3694     data: "dpdk-compare-topologies-cmp"
3695   data: "dpdk-compare-topologies"
3696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3697   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3698   parameters:
3699   - "name"
3700   - "parent"
3701   - "throughput"
3702
3703 # DPDK Performance Changes 2n-skx 2t1c pdr
3704 - type: "table"
3705   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3706   algorithm: "table_performance_comparison"
3707   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3708   history:
3709     - title: "rls1810"
3710       data: "dpdk-performance-changes-2n-skx-h1"
3711   reference:
3712     title: "rls1901"
3713     data: "dpdk-performance-changes-2n-skx-ref"
3714   compare:
3715     title: "rls1904"
3716     data: "dpdk-performance-changes-2n-skx-cmp"
3717   data: "dpdk-performance-changes-2n-skx"
3718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3719   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3720   parameters:
3721   - "name"
3722   - "parent"
3723   - "throughput"
3724
3725 # DPDK Performance Changes 2n-skx 4t2c pdr
3726 - type: "table"
3727   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3728   algorithm: "table_performance_comparison"
3729   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3730   history:
3731     - title: "rls1810"
3732       data: "dpdk-performance-changes-2n-skx-h1"
3733   reference:
3734     title: "rls1901"
3735     data: "dpdk-performance-changes-2n-skx-ref"
3736   compare:
3737     title: "rls1904"
3738     data: "dpdk-performance-changes-2n-skx-cmp"
3739   data: "dpdk-performance-changes-2n-skx"
3740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3741   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "throughput"
3746
3747 # DPDK Performance Changes 2n-skx 2t1c ndr
3748 - type: "table"
3749   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3750   algorithm: "table_performance_comparison"
3751   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3752   history:
3753     - title: "rls1810"
3754       data: "dpdk-performance-changes-2n-skx-h1"
3755   reference:
3756     title: "rls1901"
3757     data: "dpdk-performance-changes-2n-skx-ref"
3758   compare:
3759     title: "rls1904"
3760     data: "dpdk-performance-changes-2n-skx-cmp"
3761   data: "dpdk-performance-changes-2n-skx"
3762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3763   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3764   parameters:
3765   - "name"
3766   - "parent"
3767   - "throughput"
3768
3769 # DPDK Performance Changes 2n-skx 4t2c ndr
3770 - type: "table"
3771   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3772   algorithm: "table_performance_comparison"
3773   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3774   history:
3775     - title: "rls1810"
3776       data: "dpdk-performance-changes-2n-skx-h1"
3777   reference:
3778     title: "rls1901"
3779     data: "dpdk-performance-changes-2n-skx-ref"
3780   compare:
3781     title: "rls1904"
3782     data: "dpdk-performance-changes-2n-skx-cmp"
3783   data: "dpdk-performance-changes-2n-skx"
3784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3785   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3786   parameters:
3787   - "name"
3788   - "parent"
3789   - "throughput"
3790
3791 # Detailed Test Results - DPDK Performance Results 3n-hsw
3792 - type: "table"
3793   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3794   algorithm: "table_details"
3795   output-file-ext: ".csv"
3796   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3797   columns:
3798   - title: "Name"
3799     data: "data name"
3800   - title: "Status"
3801     data: "data msg"
3802   rows: "generated"
3803   data: "dpdk-perf-results-3n-hsw"
3804   filter: "all"
3805   parameters:
3806   - "name"
3807   - "parent"
3808   - "msg"
3809
3810 # Detailed Test Results - DPDK Performance Results 3n-skx
3811 - type: "table"
3812   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3813   algorithm: "table_details"
3814   output-file-ext: ".csv"
3815   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3816   columns:
3817   - title: "Name"
3818     data: "data name"
3819   - title: "Status"
3820     data: "data msg"
3821   rows: "generated"
3822   data: "dpdk-perf-results-3n-skx"
3823   filter: "all"
3824   parameters:
3825   - "name"
3826   - "parent"
3827   - "msg"
3828
3829 # Detailed Test Results - DPDK Performance Results 2n-skx
3830 - type: "table"
3831   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3832   algorithm: "table_details"
3833   output-file-ext: ".csv"
3834   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3835   columns:
3836   - title: "Name"
3837     data: "data name"
3838   - title: "Status"
3839     data: "data msg"
3840   rows: "generated"
3841   data: "dpdk-perf-results-2n-skx"
3842   filter: "all"
3843   parameters:
3844   - "name"
3845   - "parent"
3846   - "msg"
3847
3848 ################################################################################
3849 # HoneyComb
3850 - type: "table"
3851   title: "Detailed Test Results - Honeycomb Functional Results"
3852   algorithm: "table_details"
3853   output-file-ext: ".csv"
3854   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3855   columns:
3856   - title: "Name"
3857     data: "data name"
3858   - title: "Documentation"
3859     data: "data doc"
3860   - title: "Status"
3861     data: "data status"
3862   rows: "generated"
3863   data:
3864     "hc-func-results"
3865   filter: "all"
3866   parameters:
3867   - "name"
3868   - "parent"
3869   - "doc"
3870   - "status"
3871
3872 ################################################################################
3873 # NSH SFC
3874 #-
3875 #  type: "table"
3876 #  title: "Detailed Test Results - NSH SFC Functional Results"
3877 #  algorithm: "table_details"
3878 #  output-file-ext: ".csv"
3879 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3880 #  columns:
3881 #  -
3882 #    title: "Name"
3883 #    data: "data name"
3884 #  -
3885 #    title: "Documentation"
3886 #    data: "data doc"
3887 #  -
3888 #    title: "Status"
3889 #    data: "data status"
3890 #  rows: "generated"
3891 #  data:
3892 #    "nsh-func-results"
3893 #  filter: "all"
3894 #  parameters:
3895 #  - "name"
3896 #  - "parent"
3897 #  - "doc"
3898 #  - "status"
3899
3900 ################################################################################
3901 # DMM
3902 - type: "table"
3903   title: "Detailed Test Results - DMM Functional Results"
3904   algorithm: "table_details"
3905   output-file-ext: ".csv"
3906   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3907   columns:
3908   - title: "Name"
3909     data: "data name"
3910   - title: "Documentation"
3911     data: "data doc"
3912   - title: "Status"
3913     data: "data status"
3914   rows: "generated"
3915   data:
3916     "dmm-func-results"
3917   filter: "all"
3918   parameters:
3919   - "name"
3920   - "parent"
3921   - "doc"
3922   - "status"
3923
3924 ################################################################################
3925 ###                                F I L E S                                 ###
3926 ################################################################################
3927
3928 # VPP Performance Results 3n-hsw
3929 - type: "file"
3930   title: "VPP Performance Results 3n-hsw"
3931   algorithm: "file_test_results"
3932   output-file-ext: ".rst"
3933   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3934   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"
3935   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3936   data: "vpp-perf-results-3n-hsw"
3937   filter: "not 'NDRCHK' and not 'PDRCHK'"
3938   parameters:
3939   - "name"
3940   - "doc"
3941   - "level"
3942   - "parent"
3943   data-start-level: 3
3944
3945 # VPP Performance Results 3n-skx
3946 - type: "file"
3947   title: "VPP Performance Results 3n-skx"
3948   algorithm: "file_test_results"
3949   output-file-ext: ".rst"
3950   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3951   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"
3952   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3953   data: "vpp-perf-results-3n-skx"
3954   filter: "not 'NDRCHK' and not 'PDRCHK'"
3955   parameters:
3956   - "name"
3957   - "doc"
3958   - "level"
3959   - "parent"
3960   data-start-level: 3
3961
3962 # VPP Performance Results 2n-skx
3963 - type: "file"
3964   title: "VPP Performance Results 2n-skx"
3965   algorithm: "file_test_results"
3966   output-file-ext: ".rst"
3967   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3968   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"
3969   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3970   data: "vpp-perf-results-2n-skx"
3971   filter: "not 'NDRCHK' and not 'PDRCHK'"
3972   parameters:
3973   - "name"
3974   - "doc"
3975   - "level"
3976   - "parent"
3977   data-start-level: 3
3978
3979 # VPP Performance Results 2n-dnv
3980 - type: "file"
3981   title: "VPP Performance Results 2n-dnv"
3982   algorithm: "file_test_results"
3983   output-file-ext: ".rst"
3984   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3985   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"
3986   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3987   data: "intel-dnv-vpp"
3988   filter: "'NDRPDR'"
3989   parameters:
3990   - "name"
3991   - "doc"
3992   - "level"
3993   - "parent"
3994   data-start-level: 3
3995
3996 # VPP Performance Configuration 3n-hsw
3997 - type: "file"
3998   title: "VPP Performance Configuration 3n-hsw"
3999   algorithm: "file_test_results"
4000   output-file-ext: ".rst"
4001   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4002   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"
4003   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4004   data: "vpp-perf-results-3n-hsw"
4005   filter: "not 'NDRCHK' and not 'PDRCHK'"
4006   parameters:
4007   - "name"
4008   - "doc"
4009   - "level"
4010   - "parent"
4011   data-start-level: 3
4012
4013 # VPP Performance Configuration 3n-skx
4014 - type: "file"
4015   title: "VPP Performance Configuration 3n-skx"
4016   algorithm: "file_test_results"
4017   output-file-ext: ".rst"
4018   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4019   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"
4020   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4021   data: "vpp-perf-results-3n-skx"
4022   filter: "not 'NDRCHK' and not 'PDRCHK'"
4023   parameters:
4024   - "name"
4025   - "doc"
4026   - "level"
4027   - "parent"
4028   data-start-level: 3
4029
4030 # VPP Performance Configuration 2n-skx
4031 - type: "file"
4032   title: "VPP Performance Configuration 2n-skx"
4033   algorithm: "file_test_results"
4034   output-file-ext: ".rst"
4035   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4036   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"
4037   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4038   data: "vpp-perf-results-2n-skx"
4039   filter: "not 'NDRCHK' and not 'PDRCHK'"
4040   parameters:
4041   - "name"
4042   - "doc"
4043   - "level"
4044   - "parent"
4045   data-start-level: 3
4046
4047 # VPP Performance Configuration 2n-dnv
4048 - type: "file"
4049   title: "VPP Performance Configuration 2n-dnv"
4050   algorithm: "file_test_results"
4051   output-file-ext: ".rst"
4052   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4053   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"
4054   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4055   data: "intel-dnv-vpp"
4056   filter: "'NDRPDR'"
4057   parameters:
4058   - "name"
4059   - "doc"
4060   - "level"
4061   - "parent"
4062   data-start-level: 3
4063
4064 # VPP Performance Operational Data 3n-hsw
4065 - type: "file"
4066   title: "VPP Performance Operational Data 3n-hsw"
4067   algorithm: "file_test_results"
4068   output-file-ext: ".rst"
4069   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4070   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"
4071   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4072   data: "vpp-perf-results-3n-hsw"
4073   filter: "not 'NDRCHK' and not 'PDRCHK'"
4074   parameters:
4075   - "name"
4076   - "doc"
4077   - "level"
4078   - "parent"
4079   data-start-level: 3
4080
4081 # VPP Performance Operational Data 3n-skx
4082 - type: "file"
4083   title: "VPP Performance Operational Data 3n-skx"
4084   algorithm: "file_test_results"
4085   output-file-ext: ".rst"
4086   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4087   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"
4088   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4089   data: "vpp-perf-results-3n-skx"
4090   filter: "not 'NDRCHK' and not 'PDRCHK'"
4091   parameters:
4092   - "name"
4093   - "doc"
4094   - "level"
4095   - "parent"
4096   data-start-level: 3
4097
4098 # VPP Performance Operational Data 2n-skx
4099 - type: "file"
4100   title: "VPP Performance Operational Data 2n-skx"
4101   algorithm: "file_test_results"
4102   output-file-ext: ".rst"
4103   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4104   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"
4105   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4106   data: "vpp-perf-results-2n-skx"
4107   filter: "not 'NDRCHK' and not 'PDRCHK'"
4108   parameters:
4109   - "name"
4110   - "doc"
4111   - "level"
4112   - "parent"
4113   data-start-level: 3
4114
4115 # VPP Performance Operational Data 2n-dnv
4116 - type: "file"
4117   title: "VPP Performance Operational Data 2n-dnv"
4118   algorithm: "file_test_results"
4119   output-file-ext: ".rst"
4120   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4121   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"
4122   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4123   data: "intel-dnv-vpp"
4124   filter: "'NDRPDR'"
4125   parameters:
4126   - "name"
4127   - "doc"
4128   - "level"
4129   - "parent"
4130   data-start-level: 3
4131
4132 # VPP MRR Results 3n-hsw
4133 - type: "file"
4134   title: "VPP MRR Results 3n-hsw"
4135   algorithm: "file_test_results"
4136   output-file-ext: ".rst"
4137   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4138   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"
4139   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4140   data: "vpp-mrr-results-3n-hsw"
4141   filter: "'MRR'"
4142   parameters:
4143   - "name"
4144   - "doc"
4145   - "level"
4146   - "parent"
4147   data-start-level: 3
4148
4149 # VPP MRR Results 3n-skx
4150 - type: "file"
4151   title: "VPP MRR Results 3n-skx"
4152   algorithm: "file_test_results"
4153   output-file-ext: ".rst"
4154   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4155   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"
4156   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4157   data: "vpp-mrr-results-3n-skx"
4158   filter: "'MRR'"
4159   parameters:
4160   - "name"
4161   - "doc"
4162   - "level"
4163   - "parent"
4164   data-start-level: 3
4165
4166 # VPP MRR Results 2n-skx
4167 - type: "file"
4168   title: "VPP MRR Results 2n-skx"
4169   algorithm: "file_test_results"
4170   output-file-ext: ".rst"
4171   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4172   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"
4173   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4174   data: "vpp-mrr-results-2n-skx"
4175   filter: "all"
4176   parameters:
4177   - "name"
4178   - "doc"
4179   - "level"
4180   - "parent"
4181   data-start-level: 3
4182
4183 # VPP MRR Results 2n-dnv
4184 - type: "file"
4185   title: "VPP MRR Results 2n-dnv"
4186   algorithm: "file_test_results"
4187   output-file-ext: ".rst"
4188   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4189   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"
4190   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4191   data: "intel-dnv-vpp"
4192   filter: "'MRR'"
4193   parameters:
4194   - "name"
4195   - "doc"
4196   - "level"
4197   - "parent"
4198   data-start-level: 3
4199
4200 # VPP MRR Configuration 3n-hsw
4201 - type: "file"
4202   title: "VPP MRR Configuration 3n-hsw"
4203   algorithm: "file_test_results"
4204   output-file-ext: ".rst"
4205   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4206   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"
4207   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4208   data: "vpp-mrr-results-3n-hsw"
4209   filter: "'MRR'"
4210   parameters:
4211   - "name"
4212   - "doc"
4213   - "level"
4214   - "parent"
4215   data-start-level: 3
4216
4217 # VPP MRR Configuration 3n-skx
4218 - type: "file"
4219   title: "VPP MRR Configuration 3n-skx"
4220   algorithm: "file_test_results"
4221   output-file-ext: ".rst"
4222   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4223   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"
4224   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4225   data: "vpp-mrr-results-3n-skx"
4226   filter: "'MRR'"
4227   parameters:
4228   - "name"
4229   - "doc"
4230   - "level"
4231   - "parent"
4232   data-start-level: 3
4233
4234 # VPP MRR Configuration 2n-skx
4235 - type: "file"
4236   title: "VPP MRR Configuration 2n-skx"
4237   algorithm: "file_test_results"
4238   output-file-ext: ".rst"
4239   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4240   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"
4241   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4242   data: "vpp-mrr-results-2n-skx"
4243   filter: "'MRR'"
4244   parameters:
4245   - "name"
4246   - "doc"
4247   - "level"
4248   - "parent"
4249   data-start-level: 3
4250
4251 # VPP MRR Configuration 2n-dnv
4252 - type: "file"
4253   title: "VPP MRR Configuration 2n-dnv"
4254   algorithm: "file_test_results"
4255   output-file-ext: ".rst"
4256   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4257   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"
4258   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4259   data: "intel-dnv-vpp"
4260   filter: "'MRR'"
4261   parameters:
4262   - "name"
4263   - "doc"
4264   - "level"
4265   - "parent"
4266   data-start-level: 3
4267
4268 # VPP Functional Results - Ubuntu
4269 - type: "file"
4270   title: "VPP Functional Results - Ubuntu"
4271   algorithm: "file_test_results"
4272   output-file-ext: ".rst"
4273   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4274   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"
4275   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4276   data: "vpp-func-results-ubuntu"
4277   filter: "all"
4278   parameters:
4279   - "name"
4280   - "doc"
4281   - "level"
4282   - "parent"
4283   data-start-level: 3
4284
4285 # VPP Functional Results - CentOS
4286 - type: "file"
4287   title: "VPP Functional Results - CentOS"
4288   algorithm: "file_test_results"
4289   output-file-ext: ".rst"
4290   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4291   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"
4292   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4293   data:
4294     "vpp-func-results-centos"
4295   filter: "all"
4296   parameters:
4297   - "name"
4298   - "doc"
4299   - "level"
4300   - "parent"
4301   data-start-level: 3
4302
4303 # VPP Functional Configuration - Ubuntu
4304 - type: "file"
4305   title: "VPP Functional Configuration - Ubuntu"
4306   algorithm: "file_test_results"
4307   output-file-ext: ".rst"
4308   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4309   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"
4310   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4311   data: "vpp-func-results-ubuntu"
4312   filter: "all"
4313   parameters:
4314   - "name"
4315   - "doc"
4316   - "level"
4317   - "parent"
4318   data-start-level: 3
4319
4320 # VPP Functional Configuration - CentOS
4321 - type: "file"
4322   title: "VPP Functional Configuration - CentOS"
4323   algorithm: "file_test_results"
4324   output-file-ext: ".rst"
4325   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4326   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"
4327   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4328   data:
4329     "vpp-func-results-centos"
4330   filter: "all"
4331   parameters:
4332   - "name"
4333   - "doc"
4334   - "level"
4335   - "parent"
4336   data-start-level: 3
4337
4338 # VPP Device Results - Ubuntu
4339 - type: "file"
4340   title: "VPP Device Results - Ubuntu"
4341   algorithm: "file_test_results"
4342   output-file-ext: ".rst"
4343   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4344   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"
4345   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4346   data: "vpp-device-results-ubuntu"
4347   filter: "all"
4348   parameters:
4349   - "name"
4350   - "doc"
4351   - "level"
4352   - "parent"
4353   data-start-level: 2
4354
4355 # VPP Device Configuration - Ubuntu
4356 - type: "file"
4357   title: "VPP Device Configuration - Ubuntu"
4358   algorithm: "file_test_results"
4359   output-file-ext: ".rst"
4360   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4361   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"
4362   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4363   data: "vpp-device-results-ubuntu"
4364   filter: "all"
4365   parameters:
4366   - "name"
4367   - "doc"
4368   - "level"
4369   - "parent"
4370   data-start-level: 2
4371
4372 # Container Orchestrated Performance Results 3n-hsw
4373 - type: "file"
4374   title: "Container Orchestrated Performance Results 3n-hsw"
4375   algorithm: "file_test_results"
4376   output-file-ext: ".rst"
4377   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4378   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"
4379   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4380   data: "ligato-perf-results-3n-hsw"
4381   filter: "all"
4382   parameters:
4383   - "name"
4384   - "doc"
4385   - "level"
4386   - "parent"
4387   data-start-level: 3
4388
4389 # DPDK Performance Results 3n-hsw
4390 - type: "file"
4391   title: "DPDK Performance Results 3n-hsw"
4392   algorithm: "file_test_results"
4393   output-file-ext: ".rst"
4394   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4395   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"
4396   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4397   data: "dpdk-perf-results-3n-hsw"
4398   filter: "all"
4399   parameters:
4400   - "name"
4401   - "doc"
4402   - "level"
4403   - "parent"
4404   data-start-level: 3
4405
4406 # DPDK Performance Results 3n-skx
4407 - type: "file"
4408   title: "DPDK Performance Results 3n-skx"
4409   algorithm: "file_test_results"
4410   output-file-ext: ".rst"
4411   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4412   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"
4413   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4414   data: "dpdk-perf-results-3n-skx"
4415   filter: "all"
4416   parameters:
4417   - "name"
4418   - "doc"
4419   - "level"
4420   - "parent"
4421   data-start-level: 3
4422
4423 # DPDK Performance Results 2n-skx
4424 - type: "file"
4425   title: "DPDK Performance Results 2n-skx"
4426   algorithm: "file_test_results"
4427   output-file-ext: ".rst"
4428   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4429   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"
4430   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4431   data: "dpdk-perf-results-2n-skx"
4432   filter: "all"
4433   parameters:
4434   - "name"
4435   - "doc"
4436   - "level"
4437   - "parent"
4438   data-start-level: 3
4439
4440 # Honeycomb Functional Results
4441 - type: "file"
4442   title: "Honeycomb Functional Results"
4443   algorithm: "file_test_results"
4444   output-file-ext: ".rst"
4445   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4446   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"
4447   dir-tables: "{DIR[DTR,FUNC,HC]}"
4448   data:
4449     "hc-func-results"
4450   filter: "all"
4451   parameters:
4452   - "name"
4453   - "doc"
4454   - "level"
4455   - "parent"
4456   data-start-level: 3
4457
4458 # NSH SFC Functional Results
4459 #-
4460 #  type: "file"
4461 #  title: "NSH SFC Functional Results"
4462 #  algorithm: "file_test_results"
4463 #  output-file-ext: ".rst"
4464 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4465 #  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"
4466 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4467 #  data:
4468 #    "nsh-func-results"
4469 #  filter: "all"
4470 #  parameters:
4471 #  - "name"
4472 #  - "doc"
4473 #  - "level"
4474 #  - "parent"
4475 #  data-start-level: 3
4476
4477 # DMM Functional Results
4478 - type: "file"
4479   title: "DMM Functional Results"
4480   algorithm: "file_test_results"
4481   output-file-ext: ".rst"
4482   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4483   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"
4484   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4485   data:
4486     "dmm-func-results"
4487   filter: "all"
4488   parameters:
4489   - "name"
4490   - "doc"
4491   - "level"
4492   - "parent"
4493   data-start-level: 3
4494
4495 ################################################################################
4496 ###                                P L O T S                                 ###
4497 ################################################################################
4498
4499 # Soak test - 30min Soak Test (PLRsearch), boxes
4500 - type: "plot"
4501   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4502   algorithm: "plot_soak_boxes"
4503   output-file-type: ".html"
4504   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4505   data: "plot-vpp-soak-2n-skx"
4506   filter: "'SOAK'"
4507   parameters:
4508   - "throughput"
4509   - "parent"
4510   - "tags"
4511   sort:
4512   - "L2PATCH"
4513 #  - "L2XCBASE"
4514 #  - "L2BDMACLRN"
4515 #  - "IP4FWD"
4516 #  - "IP6FWD"
4517   - "VHOST"
4518   layout:
4519     title: "30min Soak Test (PLRsearch)"
4520     layout: "plot-soak-throughput"
4521
4522 # Soak test - example, not used
4523 - type: "plot"
4524   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4525   algorithm: "plot_soak_bars"
4526   output-file-type: ".html"
4527   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4528   data: "plot-vpp-soak-2n-skx"
4529   filter: "'SOAK'"
4530   parameters:
4531   - "throughput"
4532   - "parent"
4533   - "tags"
4534   sort:
4535   - "L2PATCH"
4536 #  - "L2XCBASE"
4537 #  - "L2BDMACLRN"
4538 #  - "IP4FWD"
4539 #  - "IP6FWD"
4540   - "VHOST"
4541   layout:
4542     title: "30min Soak Test (PLRsearch)"
4543     layout: "plot-soak-throughput"
4544
4545 ################################################################################
4546 # Plots - NF Density - VSC - MRR 64b
4547 - type: "plot"
4548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4549   algorithm: "plot_service_density_heatmap_compare"
4550   output-file-type: ".html"
4551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4552   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4553   filter: "'NIC_Intel-X710' and
4554            'NF_DENSITY' and
4555            'VHOST' and
4556            'CHAIN' and
4557            'NF_VPPIP4' and
4558            '64B' and
4559            '2T1C' and
4560            'MRR'"
4561   reference:
4562     include: "2"
4563     name: "VNF-1c"
4564   compare:
4565     include: "1"
4566     name: "VNF-0.5c"
4567   parameters:
4568   - "result"
4569   - "name"
4570   - "tags"
4571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4572   x-axis: "X = VNFs per Service Chain"
4573   y-axis: "Y = Number of Service Chains"
4574   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4575   layout:
4576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4577     layout: "plot-service-density"
4578
4579 - type: "plot"
4580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4581   algorithm: "plot_service_density_heatmap_compare"
4582   output-file-type: ".html"
4583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4584   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4585   filter: "'NIC_Intel-X710' and
4586            'NF_DENSITY' and
4587            'VHOST' and
4588            'CHAIN' and
4589            'NF_VPPIP4' and
4590            '64B' and
4591            '4T2C' and
4592            'MRR'"
4593   reference:
4594     include: "2"
4595     name: "VNF-1c"
4596   compare:
4597     include: "1"
4598     name: "VNF-0.5c"
4599   parameters:
4600   - "result"
4601   - "name"
4602   - "tags"
4603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4604   x-axis: "X = VNFs per Service Chain"
4605   y-axis: "Y = Number of Service Chains"
4606   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4607   layout:
4608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4609     layout: "plot-service-density"
4610
4611 - type: "plot"
4612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4613   algorithm: "plot_service_density_heatmap_compare"
4614   output-file-type: ".html"
4615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4616   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4617   filter: "'NIC_Intel-X710' and
4618            'NF_DENSITY' and
4619            'VHOST' and
4620            'CHAIN' and
4621            'NF_VPPIP4' and
4622            '64B' and
4623            '8T4C' and
4624            'MRR'"
4625   reference:
4626     include: "2"
4627     name: "VNF-1c"
4628   compare:
4629     include: "1"
4630     name: "VNF-0.5c"
4631   parameters:
4632   - "result"
4633   - "name"
4634   - "tags"
4635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4636   x-axis: "X = VNFs per Service Chain"
4637   y-axis: "Y = Number of Service Chains"
4638   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4639   layout:
4640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4641     layout: "plot-service-density"
4642
4643 # Plots - NF Density - VSC - MRR IMIX
4644 - type: "plot"
4645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4646   algorithm: "plot_service_density_heatmap_compare"
4647   output-file-type: ".html"
4648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4649   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4650   filter: "'NIC_Intel-X710' and
4651            'NF_DENSITY' and
4652            'VHOST' and
4653            'CHAIN' and
4654            'NF_VPPIP4' and
4655            'IMIX' and
4656            '2T1C' and
4657            'MRR'"
4658   reference:
4659     include: "2"
4660     name: "VNF-1c"
4661   compare:
4662     include: "1"
4663     name: "VNF-0.5c"
4664   parameters:
4665   - "result"
4666   - "name"
4667   - "tags"
4668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4669   x-axis: "X = VNFs per Service Chain"
4670   y-axis: "Y = Number of Service Chains"
4671   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4672   layout:
4673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4674     layout: "plot-service-density"
4675
4676 - type: "plot"
4677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4678   algorithm: "plot_service_density_heatmap_compare"
4679   output-file-type: ".html"
4680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4681   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4682   filter: "'NIC_Intel-X710' and
4683            'NF_DENSITY' and
4684            'VHOST' and
4685            'CHAIN' and
4686            'NF_VPPIP4' and
4687            'IMIX' and
4688            '4T2C' and
4689            'MRR'"
4690   reference:
4691     include: "2"
4692     name: "VNF-1c"
4693   compare:
4694     include: "1"
4695     name: "VNF-0.5c"
4696   parameters:
4697   - "result"
4698   - "name"
4699   - "tags"
4700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4701   x-axis: "X = VNFs per Service Chain"
4702   y-axis: "Y = Number of Service Chains"
4703   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4704   layout:
4705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4706     layout: "plot-service-density"
4707
4708 - type: "plot"
4709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4710   algorithm: "plot_service_density_heatmap_compare"
4711   output-file-type: ".html"
4712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4713   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4714   filter: "'NIC_Intel-X710' and
4715            'NF_DENSITY' and
4716            'VHOST' and
4717            'CHAIN' and
4718            'NF_VPPIP4' and
4719            'IMIX' and
4720            '8T4C' and
4721            'MRR'"
4722   reference:
4723     include: "2"
4724     name: "VNF-1c"
4725   compare:
4726     include: "1"
4727     name: "VNF-0.5c"
4728   parameters:
4729   - "result"
4730   - "name"
4731   - "tags"
4732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4733   x-axis: "X = VNFs per Service Chain"
4734   y-axis: "Y = Number of Service Chains"
4735   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4736   layout:
4737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4738     layout: "plot-service-density"
4739
4740 # Plots - NF Density - VSC - NDR 64b
4741 - type: "plot"
4742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4743   algorithm: "plot_service_density_heatmap_compare"
4744   output-file-type: ".html"
4745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4746   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4747   filter: "'NIC_Intel-X710' and
4748            'NF_DENSITY' and
4749            'VHOST' and
4750            'CHAIN' and
4751            'NF_VPPIP4' and
4752            '64B' and
4753            '2T1C' and
4754            'NDRPDR'"
4755   reference:
4756     include: "2"
4757     name: "VNF-1c"
4758   compare:
4759     include: "1"
4760     name: "VNF-0.5c"
4761   parameters:
4762   - "throughput"
4763   - "name"
4764   - "tags"
4765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4766   x-axis: "X = VNFs per Service Chain"
4767   y-axis: "Y = Number of Service Chains"
4768   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4769   layout:
4770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4771     layout: "plot-service-density"
4772
4773 - type: "plot"
4774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4775   algorithm: "plot_service_density_heatmap_compare"
4776   output-file-type: ".html"
4777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4778   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4779   filter: "'NIC_Intel-X710' and
4780            'NF_DENSITY' and
4781            'VHOST' and
4782            'CHAIN' and
4783            'NF_VPPIP4' and
4784            '64B' and
4785            '4T2C' and
4786            'NDRPDR'"
4787   reference:
4788     include: "2"
4789     name: "VNF-1c"
4790   compare:
4791     include: "1"
4792     name: "VNF-0.5c"
4793   parameters:
4794   - "throughput"
4795   - "name"
4796   - "tags"
4797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4798   x-axis: "X = VNFs per Service Chain"
4799   y-axis: "Y = Number of Service Chains"
4800   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4801   layout:
4802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4803     layout: "plot-service-density"
4804
4805 - type: "plot"
4806   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4807   algorithm: "plot_service_density_heatmap_compare"
4808   output-file-type: ".html"
4809   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4810   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4811   filter: "'NIC_Intel-X710' and
4812            'NF_DENSITY' and
4813            'VHOST' and
4814            'CHAIN' and
4815            'NF_VPPIP4' and
4816            '64B' and
4817            '8T4C' and
4818            'NDRPDR'"
4819   reference:
4820     include: "2"
4821     name: "VNF-1c"
4822   compare:
4823     include: "1"
4824     name: "VNF-0.5c"
4825   parameters:
4826   - "throughput"
4827   - "name"
4828   - "tags"
4829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4830   x-axis: "X = VNFs per Service Chain"
4831   y-axis: "Y = Number of Service Chains"
4832   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4833   layout:
4834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4835     layout: "plot-service-density"
4836
4837 # Plots - NF Density - VSC - NDR IMIX
4838 - type: "plot"
4839   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4840   algorithm: "plot_service_density_heatmap_compare"
4841   output-file-type: ".html"
4842   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4843   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4844   filter: "'NIC_Intel-X710' and
4845            'NF_DENSITY' and
4846            'VHOST' and
4847            'CHAIN' and
4848            'NF_VPPIP4' and
4849            'IMIX' and
4850            '2T1C' and
4851            'NDRPDR'"
4852   reference:
4853     include: "2"
4854     name: "VNF-1c"
4855   compare:
4856     include: "1"
4857     name: "VNF-0.5c"
4858   parameters:
4859   - "throughput"
4860   - "name"
4861   - "tags"
4862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4863   x-axis: "X = VNFs per Service Chain"
4864   y-axis: "Y = Number of Service Chains"
4865   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4866   layout:
4867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4868     layout: "plot-service-density"
4869
4870 - type: "plot"
4871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4872   algorithm: "plot_service_density_heatmap_compare"
4873   output-file-type: ".html"
4874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4875   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4876   filter: "'NIC_Intel-X710' and
4877            'NF_DENSITY' and
4878            'VHOST' and
4879            'CHAIN' and
4880            'NF_VPPIP4' and
4881            'IMIX' and
4882            '4T2C' and
4883            'NDRPDR'"
4884   reference:
4885     include: "2"
4886     name: "VNF-1c"
4887   compare:
4888     include: "1"
4889     name: "VNF-0.5c"
4890   parameters:
4891   - "throughput"
4892   - "name"
4893   - "tags"
4894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4895   x-axis: "X = VNFs per Service Chain"
4896   y-axis: "Y = Number of Service Chains"
4897   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4898   layout:
4899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4900     layout: "plot-service-density"
4901
4902 - type: "plot"
4903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4904   algorithm: "plot_service_density_heatmap_compare"
4905   output-file-type: ".html"
4906   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4907   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4908   filter: "'NIC_Intel-X710' and
4909            'NF_DENSITY' and
4910            'VHOST' and
4911            'CHAIN' and
4912            'NF_VPPIP4' and
4913            'IMIX' and
4914            '8T4C' and
4915            'NDRPDR'"
4916   reference:
4917     include: "2"
4918     name: "VNF-1c"
4919   compare:
4920     include: "1"
4921     name: "VNF-0.5c"
4922   parameters:
4923   - "throughput"
4924   - "name"
4925   - "tags"
4926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4927   x-axis: "X = VNFs per Service Chain"
4928   y-axis: "Y = Number of Service Chains"
4929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4930   layout:
4931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4932     layout: "plot-service-density"
4933
4934 # Plots - NF Density - VSC - PDR 64b
4935 - type: "plot"
4936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4937   algorithm: "plot_service_density_heatmap_compare"
4938   output-file-type: ".html"
4939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4940   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4941   filter: "'NIC_Intel-X710' and
4942            'NF_DENSITY' and
4943            'VHOST' and
4944            'CHAIN' and
4945            'NF_VPPIP4' and
4946            '64B' and
4947            '2T1C' and
4948            'NDRPDR'"
4949   reference:
4950     include: "2"
4951     name: "VNF-1c"
4952   compare:
4953     include: "1"
4954     name: "VNF-0.5c"
4955   parameters:
4956   - "throughput"
4957   - "name"
4958   - "tags"
4959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4960   x-axis: "X = VNFs per Service Chain"
4961   y-axis: "Y = Number of Service Chains"
4962   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4963   layout:
4964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4965     layout: "plot-service-density"
4966
4967 - type: "plot"
4968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4969   algorithm: "plot_service_density_heatmap_compare"
4970   output-file-type: ".html"
4971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4972   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4973   filter: "'NIC_Intel-X710' and
4974            'NF_DENSITY' and
4975            'VHOST' and
4976            'CHAIN' and
4977            'NF_VPPIP4' and
4978            '64B' and
4979            '4T2C' and
4980            'NDRPDR'"
4981   reference:
4982     include: "2"
4983     name: "VNF-1c"
4984   compare:
4985     include: "1"
4986     name: "VNF-0.5c"
4987   parameters:
4988   - "throughput"
4989   - "name"
4990   - "tags"
4991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4992   x-axis: "X = VNFs per Service Chain"
4993   y-axis: "Y = Number of Service Chains"
4994   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4995   layout:
4996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4997     layout: "plot-service-density"
4998
4999 - type: "plot"
5000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5001   algorithm: "plot_service_density_heatmap_compare"
5002   output-file-type: ".html"
5003   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5004   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5005   filter: "'NIC_Intel-X710' and
5006            'NF_DENSITY' and
5007            'VHOST' and
5008            'CHAIN' and
5009            'NF_VPPIP4' and
5010            '64B' and
5011            '8T4C' and
5012            'NDRPDR'"
5013   reference:
5014     include: "2"
5015     name: "VNF-1c"
5016   compare:
5017     include: "1"
5018     name: "VNF-0.5c"
5019   parameters:
5020   - "throughput"
5021   - "name"
5022   - "tags"
5023   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5024   x-axis: "X = VNFs per Service Chain"
5025   y-axis: "Y = Number of Service Chains"
5026   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5027   layout:
5028     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5029     layout: "plot-service-density"
5030
5031 # Plots - NF Density - VSC - PDR IMIX
5032 - type: "plot"
5033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5034   algorithm: "plot_service_density_heatmap_compare"
5035   output-file-type: ".html"
5036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5037   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5038   filter: "'NIC_Intel-X710' and
5039            'NF_DENSITY' and
5040            'VHOST' and
5041            'CHAIN' and
5042            'NF_VPPIP4' and
5043            'IMIX' and
5044            '2T1C' and
5045            'NDRPDR'"
5046   reference:
5047     include: "2"
5048     name: "VNF-1c"
5049   compare:
5050     include: "1"
5051     name: "VNF-0.5c"
5052   parameters:
5053   - "throughput"
5054   - "name"
5055   - "tags"
5056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5057   x-axis: "X = VNFs per Service Chain"
5058   y-axis: "Y = Number of Service Chains"
5059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5060   layout:
5061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5062     layout: "plot-service-density"
5063
5064 - type: "plot"
5065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5066   algorithm: "plot_service_density_heatmap_compare"
5067   output-file-type: ".html"
5068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5069   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5070   filter: "'NIC_Intel-X710' and
5071            'NF_DENSITY' and
5072            'VHOST' and
5073            'CHAIN' and
5074            'NF_VPPIP4' and
5075            'IMIX' and
5076            '4T2C' and
5077            'NDRPDR'"
5078   reference:
5079     include: "2"
5080     name: "VNF-1c"
5081   compare:
5082     include: "1"
5083     name: "VNF-0.5c"
5084   parameters:
5085   - "throughput"
5086   - "name"
5087   - "tags"
5088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5089   x-axis: "X = VNFs per Service Chain"
5090   y-axis: "Y = Number of Service Chains"
5091   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5092   layout:
5093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5094     layout: "plot-service-density"
5095
5096 - type: "plot"
5097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5098   algorithm: "plot_service_density_heatmap_compare"
5099   output-file-type: ".html"
5100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5101   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5102   filter: "'NIC_Intel-X710' and
5103            'NF_DENSITY' and
5104            'VHOST' and
5105            'CHAIN' and
5106            'NF_VPPIP4' and
5107            'IMIX' and
5108            '8T4C' and
5109            'NDRPDR'"
5110   reference:
5111     include: "2"
5112     name: "VNF-1c"
5113   compare:
5114     include: "1"
5115     name: "VNF-0.5c"
5116   parameters:
5117   - "throughput"
5118   - "name"
5119   - "tags"
5120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5121   x-axis: "X = VNFs per Service Chain"
5122   y-axis: "Y = Number of Service Chains"
5123   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5124   layout:
5125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5126     layout: "plot-service-density"
5127
5128 ################################################################################
5129 # Plots - NF Density - CSC - MRR 64b
5130 - type: "plot"
5131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5132   algorithm: "plot_service_density_heatmap_compare"
5133   output-file-type: ".html"
5134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5135   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5136   filter: "'NIC_Intel-X710' and
5137            'NF_DENSITY' and
5138            'DOCKER' and
5139            'CHAIN' and
5140            'NF_VPPIP4' and
5141            '64B' and
5142            '2T1C' and
5143            'MRR'"
5144   reference:
5145     include: "2"
5146     name: "CNF-1c"
5147   compare:
5148     include: "1"
5149     name: "CNF-0.5c"
5150   parameters:
5151   - "result"
5152   - "name"
5153   - "tags"
5154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5155   x-axis: "X = CNFs per Service Chain"
5156   y-axis: "Y = Number of Service Chains"
5157   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5158   layout:
5159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5160     layout: "plot-service-density"
5161
5162 - type: "plot"
5163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5164   algorithm: "plot_service_density_heatmap_compare"
5165   output-file-type: ".html"
5166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5167   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5168   filter: "'NIC_Intel-X710' and
5169            'NF_DENSITY' and
5170            'DOCKER' and
5171            'CHAIN' and
5172            'NF_VPPIP4' and
5173            '64B' and
5174            '4T2C' and
5175            'MRR'"
5176   reference:
5177     include: "2"
5178     name: "CNF-1c"
5179   compare:
5180     include: "1"
5181     name: "CNF-0.5c"
5182   parameters:
5183   - "result"
5184   - "name"
5185   - "tags"
5186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5187   x-axis: "X = CNFs per Service Chain"
5188   y-axis: "Y = Number of Service Chains"
5189   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5190   layout:
5191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5192     layout: "plot-service-density"
5193
5194 - type: "plot"
5195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5196   algorithm: "plot_service_density_heatmap_compare"
5197   output-file-type: ".html"
5198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5199   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5200   filter: "'NIC_Intel-X710' and
5201            'NF_DENSITY' and
5202            'DOCKER' and
5203            'CHAIN' and
5204            'NF_VPPIP4' and
5205            '64B' and
5206            '8T4C' and
5207            'MRR'"
5208   reference:
5209     include: "2"
5210     name: "CNF-1c"
5211   compare:
5212     include: "1"
5213     name: "CNF-0.5c"
5214   parameters:
5215   - "result"
5216   - "name"
5217   - "tags"
5218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5219   x-axis: "X = CNFs per Service Chain"
5220   y-axis: "Y = Number of Service Chains"
5221   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5222   layout:
5223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5224     layout: "plot-service-density"
5225
5226 # Plots - NF Density - CSC - MRR IMIX
5227 - type: "plot"
5228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5229   algorithm: "plot_service_density_heatmap_compare"
5230   output-file-type: ".html"
5231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5232   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5233   filter: "'NIC_Intel-X710' and
5234            'NF_DENSITY' and
5235            'DOCKER' and
5236            'CHAIN' and
5237            'NF_VPPIP4' and
5238            'IMIX' and
5239            '2T1C' and
5240            'MRR'"
5241   reference:
5242     include: "2"
5243     name: "CNF-1c"
5244   compare:
5245     include: "1"
5246     name: "CNF-0.5c"
5247   parameters:
5248   - "result"
5249   - "name"
5250   - "tags"
5251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5252   x-axis: "X = CNFs per Service Chain"
5253   y-axis: "Y = Number of Service Chains"
5254   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5255   layout:
5256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5257     layout: "plot-service-density"
5258
5259 - type: "plot"
5260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5261   algorithm: "plot_service_density_heatmap_compare"
5262   output-file-type: ".html"
5263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5264   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5265   filter: "'NIC_Intel-X710' and
5266            'NF_DENSITY' and
5267            'DOCKER' and
5268            'CHAIN' and
5269            'NF_VPPIP4' and
5270            'IMIX' and
5271            '4T2C' and
5272            'MRR'"
5273   reference:
5274     include: "2"
5275     name: "CNF-1c"
5276   compare:
5277     include: "1"
5278     name: "CNF-0.5c"
5279   parameters:
5280   - "result"
5281   - "name"
5282   - "tags"
5283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5284   x-axis: "X = CNFs per Service Chain"
5285   y-axis: "Y = Number of Service Chains"
5286   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5287   layout:
5288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5289     layout: "plot-service-density"
5290
5291 - type: "plot"
5292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5293   algorithm: "plot_service_density_heatmap_compare"
5294   output-file-type: ".html"
5295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5296   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5297   filter: "'NIC_Intel-X710' and
5298            'NF_DENSITY' and
5299            'DOCKER' and
5300            'CHAIN' and
5301            'NF_VPPIP4' and
5302            'IMIX' and
5303            '8T4C' and
5304            'MRR'"
5305   reference:
5306     include: "2"
5307     name: "CNF-1c"
5308   compare:
5309     include: "1"
5310     name: "CNF-0.5c"
5311   parameters:
5312   - "result"
5313   - "name"
5314   - "tags"
5315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5316   x-axis: "X = CNFs per Service Chain"
5317   y-axis: "Y = Number of Service Chains"
5318   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5319   layout:
5320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5321     layout: "plot-service-density"
5322
5323 # Plots - NF Density - CSC - NDR 64b
5324 - type: "plot"
5325   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5326   algorithm: "plot_service_density_heatmap_compare"
5327   output-file-type: ".html"
5328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5329   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5330   filter: "'NIC_Intel-X710' and
5331            'NF_DENSITY' and
5332            'DOCKER' and
5333            'CHAIN' and
5334            'NF_VPPIP4' and
5335            '64B' and
5336            '2T1C' and
5337            'NDRPDR'"
5338   reference:
5339     include: "2"
5340     name: "CNF-1c"
5341   compare:
5342     include: "1"
5343     name: "CNF-0.5c"
5344   parameters:
5345   - "throughput"
5346   - "name"
5347   - "tags"
5348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5349   x-axis: "X = CNFs per Service Chain"
5350   y-axis: "Y = Number of Service Chains"
5351   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5352   layout:
5353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5354     layout: "plot-service-density"
5355
5356 - type: "plot"
5357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5358   algorithm: "plot_service_density_heatmap_compare"
5359   output-file-type: ".html"
5360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5361   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5362   filter: "'NIC_Intel-X710' and
5363            'NF_DENSITY' and
5364            'DOCKER' and
5365            'CHAIN' and
5366            'NF_VPPIP4' and
5367            '64B' and
5368            '4T2C' and
5369            'NDRPDR'"
5370   reference:
5371     include: "2"
5372     name: "CNF-1c"
5373   compare:
5374     include: "1"
5375     name: "CNF-0.5c"
5376   parameters:
5377   - "throughput"
5378   - "name"
5379   - "tags"
5380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5381   x-axis: "X = CNFs per Service Chain"
5382   y-axis: "Y = Number of Service Chains"
5383   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5384   layout:
5385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5386     layout: "plot-service-density"
5387
5388 - type: "plot"
5389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5390   algorithm: "plot_service_density_heatmap_compare"
5391   output-file-type: ".html"
5392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5393   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5394   filter: "'NIC_Intel-X710' and
5395            'NF_DENSITY' and
5396            'DOCKER' and
5397            'CHAIN' and
5398            'NF_VPPIP4' and
5399            '64B' and
5400            '8T4C' and
5401            'NDRPDR'"
5402   reference:
5403     include: "2"
5404     name: "CNF-1c"
5405   compare:
5406     include: "1"
5407     name: "CNF-0.5c"
5408   parameters:
5409   - "throughput"
5410   - "name"
5411   - "tags"
5412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5413   x-axis: "X = CNFs per Service Chain"
5414   y-axis: "Y = Number of Service Chains"
5415   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5416   layout:
5417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5418     layout: "plot-service-density"
5419
5420 # Plots - NF Density - CSC - NDR IMIX
5421 - type: "plot"
5422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5423   algorithm: "plot_service_density_heatmap_compare"
5424   output-file-type: ".html"
5425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5426   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5427   filter: "'NIC_Intel-X710' and
5428            'NF_DENSITY' and
5429            'DOCKER' and
5430            'CHAIN' and
5431            'NF_VPPIP4' and
5432            'IMIX' and
5433            '2T1C' and
5434            'NDRPDR'"
5435   reference:
5436     include: "2"
5437     name: "CNF-1c"
5438   compare:
5439     include: "1"
5440     name: "CNF-0.5c"
5441   parameters:
5442   - "throughput"
5443   - "name"
5444   - "tags"
5445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5446   x-axis: "X = CNFs per Service Chain"
5447   y-axis: "Y = Number of Service Chains"
5448   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5449   layout:
5450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5451     layout: "plot-service-density"
5452
5453 - type: "plot"
5454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5455   algorithm: "plot_service_density_heatmap_compare"
5456   output-file-type: ".html"
5457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5458   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5459   filter: "'NIC_Intel-X710' and
5460            'NF_DENSITY' and
5461            'DOCKER' and
5462            'CHAIN' and
5463            'NF_VPPIP4' and
5464            'IMIX' and
5465            '4T2C' and
5466            'NDRPDR'"
5467   reference:
5468     include: "2"
5469     name: "CNF-1c"
5470   compare:
5471     include: "1"
5472     name: "CNF-0.5c"
5473   parameters:
5474   - "throughput"
5475   - "name"
5476   - "tags"
5477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5478   x-axis: "X = CNFs per Service Chain"
5479   y-axis: "Y = Number of Service Chains"
5480   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5481   layout:
5482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5483     layout: "plot-service-density"
5484
5485 - type: "plot"
5486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5487   algorithm: "plot_service_density_heatmap_compare"
5488   output-file-type: ".html"
5489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5490   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5491   filter: "'NIC_Intel-X710' and
5492            'NF_DENSITY' and
5493            'DOCKER' and
5494            'CHAIN' and
5495            'NF_VPPIP4' and
5496            'IMIX' and
5497            '8T4C' and
5498            'NDRPDR'"
5499   reference:
5500     include: "2"
5501     name: "CNF-1c"
5502   compare:
5503     include: "1"
5504     name: "CNF-0.5c"
5505   parameters:
5506   - "throughput"
5507   - "name"
5508   - "tags"
5509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5510   x-axis: "X = CNFs per Service Chain"
5511   y-axis: "Y = Number of Service Chains"
5512   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5513   layout:
5514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5515     layout: "plot-service-density"
5516
5517 # Plots - NF Density - CSC - PDR 64b
5518 - type: "plot"
5519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5520   algorithm: "plot_service_density_heatmap_compare"
5521   output-file-type: ".html"
5522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5523   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5524   filter: "'NIC_Intel-X710' and
5525            'NF_DENSITY' and
5526            'DOCKER' and
5527            'CHAIN' and
5528            'NF_VPPIP4' and
5529            '64B' and
5530            '2T1C' and
5531            'NDRPDR'"
5532   reference:
5533     include: "2"
5534     name: "CNF-1c"
5535   compare:
5536     include: "1"
5537     name: "CNF-0.5c"
5538   parameters:
5539   - "throughput"
5540   - "name"
5541   - "tags"
5542   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5543   x-axis: "X = CNFs per Service Chain"
5544   y-axis: "Y = Number of Service Chains"
5545   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5546   layout:
5547     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5548     layout: "plot-service-density"
5549
5550 - type: "plot"
5551   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5552   algorithm: "plot_service_density_heatmap_compare"
5553   output-file-type: ".html"
5554   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5555   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5556   filter: "'NIC_Intel-X710' and
5557            'NF_DENSITY' and
5558            'DOCKER' and
5559            'CHAIN' and
5560            'NF_VPPIP4' and
5561            '64B' and
5562            '4T2C' and
5563            'NDRPDR'"
5564   reference:
5565     include: "2"
5566     name: "CNF-1c"
5567   compare:
5568     include: "1"
5569     name: "CNF-0.5c"
5570   parameters:
5571   - "throughput"
5572   - "name"
5573   - "tags"
5574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5575   x-axis: "X = CNFs per Service Chain"
5576   y-axis: "Y = Number of Service Chains"
5577   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5578   layout:
5579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5580     layout: "plot-service-density"
5581
5582 - type: "plot"
5583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5584   algorithm: "plot_service_density_heatmap_compare"
5585   output-file-type: ".html"
5586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5587   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5588   filter: "'NIC_Intel-X710' and
5589            'NF_DENSITY' and
5590            'DOCKER' and
5591            'CHAIN' and
5592            'NF_VPPIP4' and
5593            '64B' and
5594            '8T4C' and
5595            'NDRPDR'"
5596   reference:
5597     include: "2"
5598     name: "CNF-1c"
5599   compare:
5600     include: "1"
5601     name: "CNF-0.5c"
5602   parameters:
5603   - "throughput"
5604   - "name"
5605   - "tags"
5606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5607   x-axis: "X = CNFs per Service Chain"
5608   y-axis: "Y = Number of Service Chains"
5609   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5610   layout:
5611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5612     layout: "plot-service-density"
5613
5614 # Plots - NF Density - CSC - PDR IMIX
5615 - type: "plot"
5616   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5617   algorithm: "plot_service_density_heatmap_compare"
5618   output-file-type: ".html"
5619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5620   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5621   filter: "'NIC_Intel-X710' and
5622            'NF_DENSITY' and
5623            'DOCKER' and
5624            'CHAIN' and
5625            'NF_VPPIP4' and
5626            'IMIX' and
5627            '2T1C' and
5628            'NDRPDR'"
5629   reference:
5630     include: "2"
5631     name: "CNF-1c"
5632   compare:
5633     include: "1"
5634     name: "CNF-0.5c"
5635   parameters:
5636   - "throughput"
5637   - "name"
5638   - "tags"
5639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5640   x-axis: "X = CNFs per Service Chain"
5641   y-axis: "Y = Number of Service Chains"
5642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5643   layout:
5644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5645     layout: "plot-service-density"
5646
5647 - type: "plot"
5648   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5649   algorithm: "plot_service_density_heatmap_compare"
5650   output-file-type: ".html"
5651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5652   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5653   filter: "'NIC_Intel-X710' and
5654            'NF_DENSITY' and
5655            'DOCKER' and
5656            'CHAIN' and
5657            'NF_VPPIP4' and
5658            'IMIX' and
5659            '4T2C' and
5660            'NDRPDR'"
5661   reference:
5662     include: "2"
5663     name: "CNF-1c"
5664   compare:
5665     include: "1"
5666     name: "CNF-0.5c"
5667   parameters:
5668   - "throughput"
5669   - "name"
5670   - "tags"
5671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5672   x-axis: "X = CNFs per Service Chain"
5673   y-axis: "Y = Number of Service Chains"
5674   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5675   layout:
5676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5677     layout: "plot-service-density"
5678
5679 - type: "plot"
5680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5681   algorithm: "plot_service_density_heatmap_compare"
5682   output-file-type: ".html"
5683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5684   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5685   filter: "'NIC_Intel-X710' and
5686            'NF_DENSITY' and
5687            'DOCKER' and
5688            'CHAIN' and
5689            'NF_VPPIP4' and
5690            'IMIX' and
5691            '8T4C' and
5692            'NDRPDR'"
5693   reference:
5694     include: "2"
5695     name: "CNF-1c"
5696   compare:
5697     include: "1"
5698     name: "CNF-0.5c"
5699   parameters:
5700   - "throughput"
5701   - "name"
5702   - "tags"
5703   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5704   x-axis: "X = CNFs per Service Chain"
5705   y-axis: "Y = Number of Service Chains"
5706   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5707   layout:
5708     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5709     layout: "plot-service-density"
5710
5711 ################################################################################
5712 # Plots - NF Density - CSP - MRR 64b
5713 - type: "plot"
5714   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5715   algorithm: "plot_service_density_heatmap_compare"
5716   output-file-type: ".html"
5717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5718   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5719   filter: "'NIC_Intel-X710' and
5720            'NF_DENSITY' and
5721            'DOCKER' and
5722            'PIPELINE' and
5723            'NF_VPPIP4' and
5724            '64B' and
5725            '2T1C' and
5726            'MRR'"
5727   reference:
5728     include: "2"
5729     name: "CNF-1c"
5730   compare:
5731     include: "1"
5732     name: "CNF-0.5c"
5733   parameters:
5734   - "result"
5735   - "name"
5736   - "tags"
5737   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5738   x-axis: "X = CNFs per Service Pipeline"
5739   y-axis: "Y = Number of Service Pipelines"
5740   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5741   layout:
5742     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5743     layout: "plot-service-density"
5744
5745 - type: "plot"
5746   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5747   algorithm: "plot_service_density_heatmap_compare"
5748   output-file-type: ".html"
5749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5750   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5751   filter: "'NIC_Intel-X710' and
5752            'NF_DENSITY' and
5753            'DOCKER' and
5754            'PIPELINE' and
5755            'NF_VPPIP4' and
5756            '64B' and
5757            '4T2C' and
5758            'MRR'"
5759   reference:
5760     include: "2"
5761     name: "CNF-1c"
5762   compare:
5763     include: "1"
5764     name: "CNF-0.5c"
5765   parameters:
5766   - "result"
5767   - "name"
5768   - "tags"
5769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5770   x-axis: "X = CNFs per Service Pipeline"
5771   y-axis: "Y = Number of Service Pipelines"
5772   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5773   layout:
5774     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5775     layout: "plot-service-density"
5776
5777 - type: "plot"
5778   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5779   algorithm: "plot_service_density_heatmap_compare"
5780   output-file-type: ".html"
5781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5782   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5783   filter: "'NIC_Intel-X710' and
5784            'NF_DENSITY' and
5785            'DOCKER' and
5786            'PIPELINE' and
5787            'NF_VPPIP4' and
5788            '64B' and
5789            '8T4C' and
5790            'MRR'"
5791   reference:
5792     include: "2"
5793     name: "CNF-1c"
5794   compare:
5795     include: "1"
5796     name: "CNF-0.5c"
5797   parameters:
5798   - "result"
5799   - "name"
5800   - "tags"
5801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5802   x-axis: "X = CNFs per Service Pipeline"
5803   y-axis: "Y = Number of Service Pipelines"
5804   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5805   layout:
5806     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5807     layout: "plot-service-density"
5808
5809 # Plots - NF Density - CSP - MRR IMIX
5810 - type: "plot"
5811   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5812   algorithm: "plot_service_density_heatmap_compare"
5813   output-file-type: ".html"
5814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5815   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5816   filter: "'NIC_Intel-X710' and
5817            'NF_DENSITY' and
5818            'DOCKER' and
5819            'PIPELINE' and
5820            'NF_VPPIP4' and
5821            'IMIX' and
5822            '2T1C' and
5823            'MRR'"
5824   reference:
5825     include: "2"
5826     name: "CNF-1c"
5827   compare:
5828     include: "1"
5829     name: "CNF-0.5c"
5830   parameters:
5831   - "result"
5832   - "name"
5833   - "tags"
5834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5835   x-axis: "X = CNFs per Service Pipeline"
5836   y-axis: "Y = Number of Service Pipelines"
5837   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5838   layout:
5839     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5840     layout: "plot-service-density"
5841
5842 - type: "plot"
5843   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5844   algorithm: "plot_service_density_heatmap_compare"
5845   output-file-type: ".html"
5846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5847   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5848   filter: "'NIC_Intel-X710' and
5849            'NF_DENSITY' and
5850            'DOCKER' and
5851            'PIPELINE' and
5852            'NF_VPPIP4' and
5853            'IMIX' and
5854            '4T2C' and
5855            'MRR'"
5856   reference:
5857     include: "2"
5858     name: "CNF-1c"
5859   compare:
5860     include: "1"
5861     name: "CNF-0.5c"
5862   parameters:
5863   - "result"
5864   - "name"
5865   - "tags"
5866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5867   x-axis: "X = CNFs per Service Pipeline"
5868   y-axis: "Y = Number of Service Pipelines"
5869   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5870   layout:
5871     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5872     layout: "plot-service-density"
5873
5874 - type: "plot"
5875   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5876   algorithm: "plot_service_density_heatmap_compare"
5877   output-file-type: ".html"
5878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5879   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5880   filter: "'NIC_Intel-X710' and
5881            'NF_DENSITY' and
5882            'DOCKER' and
5883            'PIPELINE' and
5884            'NF_VPPIP4' and
5885            'IMIX' and
5886            '8T4C' and
5887            'MRR'"
5888   reference:
5889     include: "2"
5890     name: "CNF-1c"
5891   compare:
5892     include: "1"
5893     name: "CNF-0.5c"
5894   parameters:
5895   - "result"
5896   - "name"
5897   - "tags"
5898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5899   x-axis: "X = CNFs per Service Pipeline"
5900   y-axis: "Y = Number of Service Pipelines"
5901   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5902   layout:
5903     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5904     layout: "plot-service-density"
5905
5906 # Plots - NF Density - CSP - NDR 64b
5907 - type: "plot"
5908   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5909   algorithm: "plot_service_density_heatmap_compare"
5910   output-file-type: ".html"
5911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5912   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5913   filter: "'NIC_Intel-X710' and
5914            'NF_DENSITY' and
5915            'DOCKER' and
5916            'PIPELINE' and
5917            'NF_VPPIP4' and
5918            '64B' and
5919            '2T1C' and
5920            'NDRPDR'"
5921   reference:
5922     include: "2"
5923     name: "CNF-1c"
5924   compare:
5925     include: "1"
5926     name: "CNF-0.5c"
5927   parameters:
5928   - "throughput"
5929   - "name"
5930   - "tags"
5931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5932   x-axis: "X = CNFs per Service Pipeline"
5933   y-axis: "Y = Number of Service Pipelines"
5934   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5935   layout:
5936     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5937     layout: "plot-service-density"
5938
5939 - type: "plot"
5940   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5941   algorithm: "plot_service_density_heatmap_compare"
5942   output-file-type: ".html"
5943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5944   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5945   filter: "'NIC_Intel-X710' and
5946            'NF_DENSITY' and
5947            'DOCKER' and
5948            'PIPELINE' and
5949            'NF_VPPIP4' and
5950            '64B' and
5951            '4T2C' and
5952            'NDRPDR'"
5953   reference:
5954     include: "2"
5955     name: "CNF-1c"
5956   compare:
5957     include: "1"
5958     name: "CNF-0.5c"
5959   parameters:
5960   - "throughput"
5961   - "name"
5962   - "tags"
5963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5964   x-axis: "X = CNFs per Service Pipeline"
5965   y-axis: "Y = Number of Service Pipelines"
5966   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5967   layout:
5968     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5969     layout: "plot-service-density"
5970
5971 - type: "plot"
5972   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5973   algorithm: "plot_service_density_heatmap_compare"
5974   output-file-type: ".html"
5975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
5976   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5977   filter: "'NIC_Intel-X710' and
5978            'NF_DENSITY' and
5979            'DOCKER' and
5980            'PIPELINE' and
5981            'NF_VPPIP4' and
5982            '64B' and
5983            '8T4C' and
5984            'NDRPDR'"
5985   reference:
5986     include: "2"
5987     name: "CNF-1c"
5988   compare:
5989     include: "1"
5990     name: "CNF-0.5c"
5991   parameters:
5992   - "throughput"
5993   - "name"
5994   - "tags"
5995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5996   x-axis: "X = CNFs per Service Pipeline"
5997   y-axis: "Y = Number of Service Pipelines"
5998   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5999   layout:
6000     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6001     layout: "plot-service-density"
6002
6003 # Plots - NF Density - CSP - NDR IMIX
6004 - type: "plot"
6005   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6006   algorithm: "plot_service_density_heatmap_compare"
6007   output-file-type: ".html"
6008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6009   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6010   filter: "'NIC_Intel-X710' and
6011            'NF_DENSITY' and
6012            'DOCKER' and
6013            'PIPELINE' and
6014            'NF_VPPIP4' and
6015            'IMIX' and
6016            '2T1C' and
6017            'NDRPDR'"
6018   reference:
6019     include: "2"
6020     name: "CNF-1c"
6021   compare:
6022     include: "1"
6023     name: "CNF-0.5c"
6024   parameters:
6025   - "throughput"
6026   - "name"
6027   - "tags"
6028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6029   x-axis: "X = CNFs per Service Pipeline"
6030   y-axis: "Y = Number of Service Pipelines"
6031   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6032   layout:
6033     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6034     layout: "plot-service-density"
6035
6036 - type: "plot"
6037   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6038   algorithm: "plot_service_density_heatmap_compare"
6039   output-file-type: ".html"
6040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6041   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6042   filter: "'NIC_Intel-X710' and
6043            'NF_DENSITY' and
6044            'DOCKER' and
6045            'PIPELINE' and
6046            'NF_VPPIP4' and
6047            'IMIX' and
6048            '4T2C' and
6049            'NDRPDR'"
6050   reference:
6051     include: "2"
6052     name: "CNF-1c"
6053   compare:
6054     include: "1"
6055     name: "CNF-0.5c"
6056   parameters:
6057   - "throughput"
6058   - "name"
6059   - "tags"
6060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6061   x-axis: "X = CNFs per Service Pipeline"
6062   y-axis: "Y = Number of Service Pipelines"
6063   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6064   layout:
6065     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6066     layout: "plot-service-density"
6067
6068 - type: "plot"
6069   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6070   algorithm: "plot_service_density_heatmap_compare"
6071   output-file-type: ".html"
6072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6073   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6074   filter: "'NIC_Intel-X710' and
6075            'NF_DENSITY' and
6076            'DOCKER' and
6077            'PIPELINE' and
6078            'NF_VPPIP4' and
6079            'IMIX' and
6080            '8T4C' and
6081            'NDRPDR'"
6082   reference:
6083     include: "2"
6084     name: "CNF-1c"
6085   compare:
6086     include: "1"
6087     name: "CNF-0.5c"
6088   parameters:
6089   - "throughput"
6090   - "name"
6091   - "tags"
6092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6093   x-axis: "X = CNFs per Service Pipeline"
6094   y-axis: "Y = Number of Service Pipelines"
6095   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6096   layout:
6097     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6098     layout: "plot-service-density"
6099
6100 # Plots - NF Density - CSP - PDR 64b
6101 - type: "plot"
6102   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6103   algorithm: "plot_service_density_heatmap_compare"
6104   output-file-type: ".html"
6105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6106   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6107   filter: "'NIC_Intel-X710' and
6108            'NF_DENSITY' and
6109            'DOCKER' and
6110            'PIPELINE' and
6111            'NF_VPPIP4' and
6112            '64B' and
6113            '2T1C' and
6114            'NDRPDR'"
6115   reference:
6116     include: "2"
6117     name: "CNF-1c"
6118   compare:
6119     include: "1"
6120     name: "CNF-0.5c"
6121   parameters:
6122   - "throughput"
6123   - "name"
6124   - "tags"
6125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6126   x-axis: "X = CNFs per Service Pipeline"
6127   y-axis: "Y = Number of Service Pipelines"
6128   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6129   layout:
6130     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6131     layout: "plot-service-density"
6132
6133 - type: "plot"
6134   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6135   algorithm: "plot_service_density_heatmap_compare"
6136   output-file-type: ".html"
6137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6138   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6139   filter: "'NIC_Intel-X710' and
6140            'NF_DENSITY' and
6141            'DOCKER' and
6142            'PIPELINE' and
6143            'NF_VPPIP4' and
6144            '64B' and
6145            '4T2C' and
6146            'NDRPDR'"
6147   reference:
6148     include: "2"
6149     name: "CNF-1c"
6150   compare:
6151     include: "1"
6152     name: "CNF-0.5c"
6153   parameters:
6154   - "throughput"
6155   - "name"
6156   - "tags"
6157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6158   x-axis: "X = CNFs per Service Pipeline"
6159   y-axis: "Y = Number of Service Pipelines"
6160   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6161   layout:
6162     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6163     layout: "plot-service-density"
6164
6165 - type: "plot"
6166   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6167   algorithm: "plot_service_density_heatmap_compare"
6168   output-file-type: ".html"
6169   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6170   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6171   filter: "'NIC_Intel-X710' and
6172            'NF_DENSITY' and
6173            'DOCKER' and
6174            'PIPELINE' and
6175            'NF_VPPIP4' and
6176            '64B' and
6177            '8T4C' and
6178            'NDRPDR'"
6179   reference:
6180     include: "2"
6181     name: "CNF-1c"
6182   compare:
6183     include: "1"
6184     name: "CNF-0.5c"
6185   parameters:
6186   - "throughput"
6187   - "name"
6188   - "tags"
6189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6190   x-axis: "X = CNFs per Service Pipeline"
6191   y-axis: "Y = Number of Service Pipelines"
6192   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6193   layout:
6194     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6195     layout: "plot-service-density"
6196
6197 # Plots - NF Density - CSP - PDR IMIX
6198 - type: "plot"
6199   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6200   algorithm: "plot_service_density_heatmap_compare"
6201   output-file-type: ".html"
6202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6203   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6204   filter: "'NIC_Intel-X710' and
6205            'NF_DENSITY' and
6206            'DOCKER' and
6207            'PIPELINE' and
6208            'NF_VPPIP4' and
6209            'IMIX' and
6210            '2T1C' and
6211            'NDRPDR'"
6212   reference:
6213     include: "2"
6214     name: "CNF-1c"
6215   compare:
6216     include: "1"
6217     name: "CNF-0.5c"
6218   parameters:
6219   - "throughput"
6220   - "name"
6221   - "tags"
6222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6223   x-axis: "X = CNFs per Service Pipeline"
6224   y-axis: "Y = Number of Service Pipelines"
6225   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6226   layout:
6227     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6228     layout: "plot-service-density"
6229
6230 - type: "plot"
6231   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6232   algorithm: "plot_service_density_heatmap_compare"
6233   output-file-type: ".html"
6234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6235   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6236   filter: "'NIC_Intel-X710' and
6237            'NF_DENSITY' and
6238            'DOCKER' and
6239            'PIPELINE' and
6240            'NF_VPPIP4' and
6241            'IMIX' and
6242            '4T2C' and
6243            'NDRPDR'"
6244   reference:
6245     include: "2"
6246     name: "CNF-1c"
6247   compare:
6248     include: "1"
6249     name: "CNF-0.5c"
6250   parameters:
6251   - "throughput"
6252   - "name"
6253   - "tags"
6254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6255   x-axis: "X = CNFs per Service Pipeline"
6256   y-axis: "Y = Number of Service Pipelines"
6257   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6258   layout:
6259     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6260     layout: "plot-service-density"
6261
6262 - type: "plot"
6263   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6264   algorithm: "plot_service_density_heatmap_compare"
6265   output-file-type: ".html"
6266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6267   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6268   filter: "'NIC_Intel-X710' and
6269            'NF_DENSITY' and
6270            'DOCKER' and
6271            'PIPELINE' and
6272            'NF_VPPIP4' and
6273            'IMIX' and
6274            '8T4C' and
6275            'NDRPDR'"
6276   reference:
6277     include: "2"
6278     name: "CNF-1c"
6279   compare:
6280     include: "1"
6281     name: "CNF-0.5c"
6282   parameters:
6283   - "throughput"
6284   - "name"
6285   - "tags"
6286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6287   x-axis: "X = CNFs per Service Pipeline"
6288   y-axis: "Y = Number of Service Pipelines"
6289   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6290   layout:
6291     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6292     layout: "plot-service-density"
6293
6294 ################################################################################
6295 # Plots VPP HTTP Server Performance
6296 - type: "plot"
6297   title: "VPP HTTP Server Performance"
6298   algorithm: "plot_http_server_performance_box"
6299   output-file-type: ".html"
6300   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6301   data:
6302     "plot-vpp-http-server-performance"
6303   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6304   # each tag is enclosed with ' (apostrophe).
6305   filter: "'HTTP' and 'TCP_CPS'"
6306   parameters:
6307   - "result"
6308   - "name"
6309   traces:
6310     hoverinfo: "x+y"
6311     boxpoints: "outliers"
6312     whiskerwidth: 0
6313   layout:
6314     title: "VPP HTTP Server Performance"
6315     layout:
6316       "plot-cps"
6317
6318 - type: "plot"
6319   title: "VPP HTTP Server Performance"
6320   algorithm: "plot_http_server_performance_box"
6321   output-file-type: ".html"
6322   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6323   data:
6324     "plot-vpp-http-server-performance"
6325   filter: "'HTTP' and 'TCP_RPS'"
6326   parameters:
6327   - "result"
6328   - "name"
6329   traces:
6330     hoverinfo: "x+y"
6331     boxpoints: "outliers"
6332     whiskerwidth: 0
6333   layout:
6334     title: "VPP HTTP Server Performance"
6335     layout:
6336       "plot-rps"
6337
6338 ################################################################################
6339
6340 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6341 - type: "plot"
6342   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6343   algorithm: "plot_performance_box"
6344   output-file-type: ".html"
6345   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6347   filter: "'NIC_Intel-X520-DA2' and
6348            '64B' and
6349            ('BASE' or 'SCALE') and
6350            'NDRPDR' and
6351            'ETH' and
6352            '1T1C' and
6353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6354            not 'VHOST' and
6355            not 'MEMIF'"
6356   parameters:
6357   - "throughput"
6358   - "parent"
6359   - "tags"
6360   sort:
6361   - "L2PATCH"
6362   - "L2XCBASE"
6363   - "BASE"
6364   - "FIB_10K"
6365   - "FIB_100K"
6366   - "FIB_1M"
6367   traces:
6368     hoverinfo: "x+y"
6369     boxpoints: "outliers"
6370     whiskerwidth: 0
6371   layout:
6372     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6373     layout: "plot-throughput"
6374
6375 - type: "plot"
6376   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6377   algorithm: "plot_performance_box"
6378   output-file-type: ".html"
6379   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6381   filter: "'NIC_Intel-X520-DA2' and
6382            '64B' and
6383            ('BASE' or 'SCALE') and
6384            'NDRPDR' and
6385            'ETH' and
6386            '1T1C' and
6387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6388            not 'VHOST' and
6389            not 'MEMIF'"
6390   parameters:
6391   - "throughput"
6392   - "parent"
6393   - "tags"
6394   sort:
6395   - "L2PATCH"
6396   - "L2XCBASE"
6397   - "BASE"
6398   - "FIB_10K"
6399   - "FIB_100K"
6400   - "FIB_1M"
6401   traces:
6402     hoverinfo: "x+y"
6403     boxpoints: "outliers"
6404     whiskerwidth: 0
6405   layout:
6406     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6407     layout: "plot-throughput"
6408
6409 - type: "plot"
6410   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6411   algorithm: "plot_performance_box"
6412   output-file-type: ".html"
6413   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6415   filter: "'NIC_Intel-X520-DA2' and
6416            '64B' and
6417            ('BASE' or 'SCALE') and
6418            'NDRPDR' and
6419            'ETH' and
6420            '2T2C' and
6421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6422            not 'VHOST' and
6423            not 'MEMIF'"
6424   parameters:
6425   - "throughput"
6426   - "parent"
6427   - "tags"
6428   sort:
6429   - "L2PATCH"
6430   - "L2XCBASE"
6431   - "BASE"
6432   - "FIB_10K"
6433   - "FIB_100K"
6434   - "FIB_1M"
6435   traces:
6436     hoverinfo: "x+y"
6437     boxpoints: "outliers"
6438     whiskerwidth: 0
6439   layout:
6440     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6441     layout: "plot-throughput"
6442
6443 - type: "plot"
6444   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6445   algorithm: "plot_performance_box"
6446   output-file-type: ".html"
6447   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6449   filter: "'NIC_Intel-X520-DA2' and
6450            '64B' and
6451            ('BASE' or 'SCALE') and
6452            'NDRPDR' and
6453            'ETH' and
6454            '2T2C' and
6455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6456            not 'VHOST' and
6457            not 'MEMIF'"
6458   parameters:
6459   - "throughput"
6460   - "parent"
6461   - "tags"
6462   sort:
6463   - "L2PATCH"
6464   - "L2XCBASE"
6465   - "BASE"
6466   - "FIB_10K"
6467   - "FIB_100K"
6468   - "FIB_1M"
6469   traces:
6470     hoverinfo: "x+y"
6471     boxpoints: "outliers"
6472     whiskerwidth: 0
6473   layout:
6474     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6475     layout: "plot-throughput"
6476
6477 # Packet Throughput - VPP L2 3n-hsw-x520 features
6478 - type: "plot"
6479   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6480   algorithm: "plot_performance_box"
6481   output-file-type: ".html"
6482   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6484   filter: "'NIC_Intel-X520-DA2' and
6485            '64B' and
6486            'NDRPDR' and
6487            '1T1C' and
6488            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6489            not 'ACL' and
6490            not 'VHOST' and
6491            not 'MEMIF'"
6492   parameters:
6493   - "throughput"
6494   - "parent"
6495   - "tags"
6496   sort:
6497   - "L2XCBASE"    # l2xcbase
6498   - "L2BDBASE"    # l2bdbase
6499   - "L2XCFWD"     # dot1q-l2xcbase
6500   - "L2BDMACLRN"  # dot1q-l2bdbase
6501   traces:
6502     hoverinfo: "x+y"
6503     boxpoints: "outliers"
6504     whiskerwidth: 0
6505   layout:
6506     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6507     layout: "plot-throughput"
6508
6509 - type: "plot"
6510   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6511   algorithm: "plot_performance_box"
6512   output-file-type: ".html"
6513   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6515   filter: "'NIC_Intel-X520-DA2' and
6516            '64B' and
6517            'NDRPDR' and
6518            '1T1C' and
6519            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6520            not 'ACL' and
6521            not 'VHOST' and
6522            not 'MEMIF'"
6523   parameters:
6524   - "throughput"
6525   - "parent"
6526   - "tags"
6527   sort:
6528   - "L2XCBASE"    # l2xcbase
6529   - "L2BDBASE"    # l2bdbase
6530   - "L2XCFWD"     # dot1q-l2xcbase
6531   - "L2BDMACLRN"  # dot1q-l2bdbase
6532   traces:
6533     hoverinfo: "x+y"
6534     boxpoints: "outliers"
6535     whiskerwidth: 0
6536   layout:
6537     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6538     layout: "plot-throughput"
6539
6540 - type: "plot"
6541   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6542   algorithm: "plot_performance_box"
6543   output-file-type: ".html"
6544   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6546   filter: "'NIC_Intel-X520-DA2' and
6547            '64B' and
6548            'NDRPDR' and
6549            '2T2C' and
6550            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6551            not 'ACL' and
6552            not 'VHOST' and
6553            not 'MEMIF'"
6554   parameters:
6555   - "throughput"
6556   - "parent"
6557   - "tags"
6558   sort:
6559   - "L2XCBASE"    # l2xcbase
6560   - "L2BDBASE"    # l2bdbase
6561   - "L2XCFWD"     # dot1q-l2xcbase
6562   - "L2BDMACLRN"  # dot1q-l2bdbase
6563   traces:
6564     hoverinfo: "x+y"
6565     boxpoints: "outliers"
6566     whiskerwidth: 0
6567   layout:
6568     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6569     layout: "plot-throughput"
6570
6571 - type: "plot"
6572   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6573   algorithm: "plot_performance_box"
6574   output-file-type: ".html"
6575   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6577   filter: "'NIC_Intel-X520-DA2' and
6578            '64B' and
6579            'NDRPDR' and
6580            '2T2C' and
6581            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6582            not 'ACL' and
6583            not 'VHOST' and
6584            not 'MEMIF'"
6585   parameters:
6586   - "throughput"
6587   - "parent"
6588   - "tags"
6589   sort:
6590   - "L2XCBASE"    # l2xcbase
6591   - "L2BDBASE"    # l2bdbase
6592   - "L2XCFWD"     # dot1q-l2xcbase
6593   - "L2BDMACLRN"  # dot1q-l2bdbase
6594   traces:
6595     hoverinfo: "x+y"
6596     boxpoints: "outliers"
6597     whiskerwidth: 0
6598   layout:
6599     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6600     layout: "plot-throughput"
6601
6602 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6603 - type: "plot"
6604   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6605   algorithm: "plot_performance_box"
6606   output-file-type: ".html"
6607   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6609   filter: "'NIC_Intel-X520-DA2' and
6610            '64B' and
6611            'NDRPDR' and
6612            '1T1C' and
6613            'FEATURE' and
6614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6615            'IACL' and
6616            ('ACL1' or 'ACL50') and
6617            ('10K_FLOWS' or '10k_FLOWS') and
6618            not 'MACIP' and
6619            not 'VHOST' and
6620            not 'MEMIF'"
6621   parameters:
6622   - "throughput"
6623   - "parent"
6624   - "tags"
6625   traces:
6626     hoverinfo: "x+y"
6627     boxpoints: "outliers"
6628     whiskerwidth: 0
6629   layout:
6630     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6631     layout: "plot-throughput"
6632
6633 - type: "plot"
6634   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6635   algorithm: "plot_performance_box"
6636   output-file-type: ".html"
6637   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6639   filter: "'NIC_Intel-X520-DA2' and
6640            '64B' and
6641            'NDRPDR' and
6642            '1T1C' and
6643            'FEATURE' and
6644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6645            'IACL' and
6646            ('ACL1' or 'ACL50') and
6647            ('10K_FLOWS' or '10k_FLOWS') and
6648            not 'MACIP' and
6649            not 'VHOST' and
6650            not 'MEMIF'"
6651   parameters:
6652   - "throughput"
6653   - "parent"
6654   - "tags"
6655   traces:
6656     hoverinfo: "x+y"
6657     boxpoints: "outliers"
6658     whiskerwidth: 0
6659   layout:
6660     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6661     layout: "plot-throughput"
6662
6663 - type: "plot"
6664   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6665   algorithm: "plot_performance_box"
6666   output-file-type: ".html"
6667   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6669   filter: "'NIC_Intel-X520-DA2' and
6670            '64B' and
6671            'NDRPDR' and
6672            '2T2C' and
6673            'FEATURE' and
6674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6675            'IACL' and
6676            ('ACL1' or 'ACL50') and
6677            ('10K_FLOWS' or '10k_FLOWS') and
6678            not 'MACIP' and
6679            not 'VHOST' and
6680            not 'MEMIF'"
6681   parameters:
6682   - "throughput"
6683   - "parent"
6684   - "tags"
6685   traces:
6686     hoverinfo: "x+y"
6687     boxpoints: "outliers"
6688     whiskerwidth: 0
6689   layout:
6690     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6691     layout: "plot-throughput"
6692
6693 - type: "plot"
6694   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6695   algorithm: "plot_performance_box"
6696   output-file-type: ".html"
6697   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6699   filter: "'NIC_Intel-X520-DA2' and
6700            '64B' and
6701            'NDRPDR' and
6702            '2T2C' and
6703            'FEATURE' and
6704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6705            'IACL' and
6706            ('ACL1' or 'ACL50') and
6707            ('10K_FLOWS' or '10k_FLOWS') and
6708            not 'MACIP' and
6709            not 'VHOST' and
6710            not 'MEMIF'"
6711   parameters:
6712   - "throughput"
6713   - "parent"
6714   - "tags"
6715   traces:
6716     hoverinfo: "x+y"
6717     boxpoints: "outliers"
6718     whiskerwidth: 0
6719   layout:
6720     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6721     layout: "plot-throughput"
6722
6723 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6724 - type: "plot"
6725   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6726   algorithm: "plot_performance_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6730   filter: "'NIC_Intel-X520-DA2' and
6731            '64B' and
6732            'NDRPDR' and
6733            '1T1C' and
6734            'FEATURE' and
6735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6736            'OACL' and
6737            ('ACL1' or 'ACL50') and
6738            ('10K_FLOWS' or '10k_FLOWS') and
6739            not 'MACIP' and
6740            not 'VHOST' and
6741            not 'MEMIF'"
6742   parameters:
6743   - "throughput"
6744   - "parent"
6745   - "tags"
6746   traces:
6747     hoverinfo: "x+y"
6748     boxpoints: "outliers"
6749     whiskerwidth: 0
6750   layout:
6751     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6752     layout: "plot-throughput"
6753
6754 - type: "plot"
6755   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6756   algorithm: "plot_performance_box"
6757   output-file-type: ".html"
6758   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6760   filter: "'NIC_Intel-X520-DA2' and
6761            '64B' and
6762            'NDRPDR' and
6763            '1T1C' and
6764            'FEATURE' and
6765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6766            'OACL' and
6767            ('ACL1' or 'ACL50') and
6768            ('10K_FLOWS' or '10k_FLOWS') and
6769            not 'MACIP' and
6770            not 'VHOST' and
6771            not 'MEMIF'"
6772   parameters:
6773   - "throughput"
6774   - "parent"
6775   - "tags"
6776   traces:
6777     hoverinfo: "x+y"
6778     boxpoints: "outliers"
6779     whiskerwidth: 0
6780   layout:
6781     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6782     layout: "plot-throughput"
6783
6784 - type: "plot"
6785   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6786   algorithm: "plot_performance_box"
6787   output-file-type: ".html"
6788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6790   filter: "'NIC_Intel-X520-DA2' and
6791            '64B' and
6792            'NDRPDR' and
6793            '2T2C' and
6794            'FEATURE' and
6795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6796            'OACL' and
6797            ('ACL1' or 'ACL50') and
6798            ('10K_FLOWS' or '10k_FLOWS') and
6799            not 'MACIP' and
6800            not 'VHOST' and
6801            not 'MEMIF'"
6802   parameters:
6803   - "throughput"
6804   - "parent"
6805   - "tags"
6806   traces:
6807     hoverinfo: "x+y"
6808     boxpoints: "outliers"
6809     whiskerwidth: 0
6810   layout:
6811     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6812     layout: "plot-throughput"
6813
6814 - type: "plot"
6815   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6816   algorithm: "plot_performance_box"
6817   output-file-type: ".html"
6818   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6820   filter: "'NIC_Intel-X520-DA2' and
6821            '64B' and
6822            'NDRPDR' and
6823            '2T2C' and
6824            'FEATURE' and
6825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6826            'OACL' and
6827            ('ACL1' or 'ACL50') and
6828            ('10K_FLOWS' or '10k_FLOWS') and
6829            not 'MACIP' and
6830            not 'VHOST' and
6831            not 'MEMIF'"
6832   parameters:
6833   - "throughput"
6834   - "parent"
6835   - "tags"
6836   traces:
6837     hoverinfo: "x+y"
6838     boxpoints: "outliers"
6839     whiskerwidth: 0
6840   layout:
6841     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6842     layout: "plot-throughput"
6843
6844 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6845 - type: "plot"
6846   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6847   algorithm: "plot_performance_box"
6848   output-file-type: ".html"
6849   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6851   filter: "'NIC_Intel-X520-DA2' and
6852            '64B' and
6853            'NDRPDR' and
6854            '1T1C' and
6855            'FEATURE' and
6856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6857            'MACIP' and
6858            ('ACL1' or 'ACL50') and
6859            ('10K_FLOWS' or '10k_FLOWS') and
6860            not 'VHOST' and
6861            not 'MEMIF'"
6862   parameters:
6863   - "throughput"
6864   - "parent"
6865   - "tags"
6866   traces:
6867     hoverinfo: "x+y"
6868     boxpoints: "outliers"
6869     whiskerwidth: 0
6870   layout:
6871     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6872     layout: "plot-throughput"
6873
6874 - type: "plot"
6875   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6876   algorithm: "plot_performance_box"
6877   output-file-type: ".html"
6878   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6880   filter: "'NIC_Intel-X520-DA2' and
6881            '64B' and
6882            'NDRPDR' and
6883            '1T1C' and
6884            'FEATURE' and
6885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6886            'MACIP' and
6887            ('ACL1' or 'ACL50') and
6888            ('10K_FLOWS' or '10k_FLOWS') and
6889            not 'VHOST' and
6890            not 'MEMIF'"
6891   parameters:
6892   - "throughput"
6893   - "parent"
6894   - "tags"
6895   traces:
6896     hoverinfo: "x+y"
6897     boxpoints: "outliers"
6898     whiskerwidth: 0
6899   layout:
6900     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6901     layout: "plot-throughput"
6902
6903 - type: "plot"
6904   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6905   algorithm: "plot_performance_box"
6906   output-file-type: ".html"
6907   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6909   filter: "'NIC_Intel-X520-DA2' and
6910            '64B' and
6911            'NDRPDR' and
6912            '2T2C' and
6913            'FEATURE' and
6914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6915            'MACIP' and
6916            ('ACL1' or 'ACL50') and
6917            ('10K_FLOWS' or '10k_FLOWS') and
6918            not 'VHOST' and
6919            not 'MEMIF'"
6920   parameters:
6921   - "throughput"
6922   - "parent"
6923   - "tags"
6924   traces:
6925     hoverinfo: "x+y"
6926     boxpoints: "outliers"
6927     whiskerwidth: 0
6928   layout:
6929     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6930     layout: "plot-throughput"
6931
6932 - type: "plot"
6933   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6934   algorithm: "plot_performance_box"
6935   output-file-type: ".html"
6936   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6938   filter: "'NIC_Intel-X520-DA2' and
6939            '64B' and
6940            'NDRPDR' and
6941            '2T2C' and
6942            'FEATURE' and
6943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6944            'MACIP' and
6945            ('ACL1' or 'ACL50') and
6946            ('10K_FLOWS' or '10k_FLOWS') and
6947            not 'VHOST' and
6948            not 'MEMIF'"
6949   parameters:
6950   - "throughput"
6951   - "parent"
6952   - "tags"
6953   traces:
6954     hoverinfo: "x+y"
6955     boxpoints: "outliers"
6956     whiskerwidth: 0
6957   layout:
6958     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6959     layout: "plot-throughput"
6960
6961 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6962 - type: "plot"
6963   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6964   algorithm: "plot_performance_box"
6965   output-file-type: ".html"
6966   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6968   filter: "'NIC_Intel-X710' and
6969            '64B' and
6970            ('BASE' or 'SCALE') and
6971            'NDRPDR' and
6972            'ETH' and
6973            '1T1C' and
6974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6975            not 'VHOST' and
6976            not 'MEMIF'"
6977   parameters:
6978   - "throughput"
6979   - "parent"
6980   - "tags"
6981   sort:
6982   - "L2PATCH"
6983   - "L2XCFWD"
6984   - "L2BDMACLRN"
6985   - "FIB_10K"
6986   - "FIB_100K"
6987   - "FIB_1M"
6988   traces:
6989     hoverinfo: "x+y"
6990     boxpoints: "outliers"
6991     whiskerwidth: 0
6992   layout:
6993     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6994     layout: "plot-throughput"
6995
6996 - type: "plot"
6997   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6998   algorithm: "plot_performance_box"
6999   output-file-type: ".html"
7000   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7002   filter: "'NIC_Intel-X710' and
7003            '64B' and
7004            ('BASE' or 'SCALE') and
7005            'NDRPDR' and
7006            'ETH' and
7007            '1T1C' and
7008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7009            not 'VHOST' and
7010            not 'MEMIF'"
7011   parameters:
7012   - "throughput"
7013   - "parent"
7014   - "tags"
7015   sort:
7016   - "L2PATCH"
7017   - "L2XCFWD"
7018   - "L2BDMACLRN"
7019   - "FIB_10K"
7020   - "FIB_100K"
7021   - "FIB_1M"
7022   traces:
7023     hoverinfo: "x+y"
7024     boxpoints: "outliers"
7025     whiskerwidth: 0
7026   layout:
7027     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7028     layout: "plot-throughput"
7029
7030 - type: "plot"
7031   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7032   algorithm: "plot_performance_box"
7033   output-file-type: ".html"
7034   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7036   filter: "'NIC_Intel-X710' and
7037            '64B' and
7038            ('BASE' or 'SCALE') and
7039            'NDRPDR' and
7040            'ETH' and
7041            '2T2C' and
7042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7043            not 'VHOST' and
7044            not 'MEMIF'"
7045   parameters:
7046   - "throughput"
7047   - "parent"
7048   - "tags"
7049   sort:
7050   - "L2PATCH"
7051   - "L2XCFWD"
7052   - "L2BDMACLRN"
7053   - "FIB_10K"
7054   - "FIB_100K"
7055   - "FIB_1M"
7056   traces:
7057     hoverinfo: "x+y"
7058     boxpoints: "outliers"
7059     whiskerwidth: 0
7060   layout:
7061     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7062     layout: "plot-throughput"
7063
7064 - type: "plot"
7065   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7066   algorithm: "plot_performance_box"
7067   output-file-type: ".html"
7068   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7070   filter: "'NIC_Intel-X710' and
7071            '64B' and
7072            ('BASE' or 'SCALE') and
7073            'NDRPDR' and
7074            'ETH' and
7075            '2T2C' and
7076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7077            not 'VHOST' and
7078            not 'MEMIF'"
7079   parameters:
7080   - "throughput"
7081   - "parent"
7082   - "tags"
7083   sort:
7084   - "L2PATCH"
7085   - "L2XCFWD"
7086   - "L2BDMACLRN"
7087   - "FIB_10K"
7088   - "FIB_100K"
7089   - "FIB_1M"
7090   traces:
7091     hoverinfo: "x+y"
7092     boxpoints: "outliers"
7093     whiskerwidth: 0
7094   layout:
7095     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7096     layout: "plot-throughput"
7097
7098 # Packet Throughput - VPP L2 3n-hsw-x710 features
7099 - type: "plot"
7100   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7101   algorithm: "plot_performance_box"
7102   output-file-type: ".html"
7103   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7105   filter: "'NIC_Intel-X710' and
7106            '64B' and
7107            'NDRPDR' and
7108            '1T1C' and
7109            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7110            not 'ACL' and
7111            not 'VHOST' and
7112            not 'L2OVRLAY' and
7113            not 'MEMIF'"
7114   parameters:
7115   - "throughput"
7116   - "parent"
7117   - "tags"
7118   sort:
7119   - "L2XCBASE"    # l2xcbase
7120   - "L2BDBASE"    # l2bdbase
7121   - "L2XCFWD"     # dot1q-l2xcbase
7122   - "L2BDMACLRN"  # dot1q-l2bdbase
7123   traces:
7124     hoverinfo: "x+y"
7125     boxpoints: "outliers"
7126     whiskerwidth: 0
7127   layout:
7128     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7129     layout: "plot-throughput"
7130
7131 - type: "plot"
7132   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7133   algorithm: "plot_performance_box"
7134   output-file-type: ".html"
7135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7137   filter: "'NIC_Intel-X710' and
7138            '64B' and
7139            'NDRPDR' and
7140            '1T1C' and
7141            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7142            not 'ACL' and
7143            not 'VHOST' and
7144            not 'L2OVRLAY' and
7145            not 'MEMIF'"
7146   parameters:
7147   - "throughput"
7148   - "parent"
7149   - "tags"
7150   sort:
7151   - "L2XCBASE"    # l2xcbase
7152   - "L2BDBASE"    # l2bdbase
7153   - "L2XCFWD"     # dot1q-l2xcbase
7154   - "L2BDMACLRN"  # dot1q-l2bdbase
7155   traces:
7156     hoverinfo: "x+y"
7157     boxpoints: "outliers"
7158     whiskerwidth: 0
7159   layout:
7160     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7161     layout: "plot-throughput"
7162
7163 - type: "plot"
7164   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7165   algorithm: "plot_performance_box"
7166   output-file-type: ".html"
7167   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7169   filter: "'NIC_Intel-X710' and
7170            '64B' and
7171            'NDRPDR' and
7172            '2T2C' and
7173            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7174            not 'ACL' and
7175            not 'VHOST' and
7176            not 'L2OVRLAY' and
7177            not 'MEMIF'"
7178   parameters:
7179   - "throughput"
7180   - "parent"
7181   - "tags"
7182   sort:
7183   - "L2XCBASE"    # l2xcbase
7184   - "L2BDBASE"    # l2bdbase
7185   - "L2XCFWD"     # dot1q-l2xcbase
7186   - "L2BDMACLRN"  # dot1q-l2bdbase
7187   traces:
7188     hoverinfo: "x+y"
7189     boxpoints: "outliers"
7190     whiskerwidth: 0
7191   layout:
7192     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7193     layout: "plot-throughput"
7194
7195 - type: "plot"
7196   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7197   algorithm: "plot_performance_box"
7198   output-file-type: ".html"
7199   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7200   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7201   filter: "'NIC_Intel-X710' and
7202            '64B' and
7203            'NDRPDR' and
7204            '2T2C' and
7205            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7206            not 'ACL' and
7207            not 'VHOST' and
7208            not 'L2OVRLAY' and
7209            not 'MEMIF'"
7210   parameters:
7211   - "throughput"
7212   - "parent"
7213   - "tags"
7214   sort:
7215   - "L2XCBASE"    # l2xcbase
7216   - "L2BDBASE"    # l2bdbase
7217   - "L2XCFWD"     # dot1q-l2xcbase
7218   - "L2BDMACLRN"  # dot1q-l2bdbase
7219   traces:
7220     hoverinfo: "x+y"
7221     boxpoints: "outliers"
7222     whiskerwidth: 0
7223   layout:
7224     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7225     layout: "plot-throughput"
7226
7227 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7228 - type: "plot"
7229   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7230   algorithm: "plot_performance_box"
7231   output-file-type: ".html"
7232   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7234   filter: "'NIC_Intel-X710' and
7235            '64B' and
7236            'NDRPDR' and
7237            '1T1C' and
7238            'FEATURE' and
7239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7240            'IACL' and
7241            ('ACL1' or 'ACL50') and
7242            ('10K_FLOWS' or '10k_FLOWS') and
7243            not 'MACIP' and
7244            not 'VHOST' and
7245            not 'MEMIF'"
7246   parameters:
7247   - "throughput"
7248   - "parent"
7249   - "tags"
7250   traces:
7251     hoverinfo: "x+y"
7252     boxpoints: "outliers"
7253     whiskerwidth: 0
7254   layout:
7255     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7256     layout: "plot-throughput"
7257
7258 - type: "plot"
7259   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7260   algorithm: "plot_performance_box"
7261   output-file-type: ".html"
7262   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7264   filter: "'NIC_Intel-X710' and
7265            '64B' and
7266            'NDRPDR' and
7267            '1T1C' and
7268            'FEATURE' and
7269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7270            'IACL' and
7271            ('ACL1' or 'ACL50') and
7272            ('10K_FLOWS' or '10k_FLOWS') and
7273            not 'MACIP' and
7274            not 'VHOST' and
7275            not 'MEMIF'"
7276   parameters:
7277   - "throughput"
7278   - "parent"
7279   - "tags"
7280   traces:
7281     hoverinfo: "x+y"
7282     boxpoints: "outliers"
7283     whiskerwidth: 0
7284   layout:
7285     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7286     layout: "plot-throughput"
7287
7288 - type: "plot"
7289   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7290   algorithm: "plot_performance_box"
7291   output-file-type: ".html"
7292   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7294   filter: "'NIC_Intel-X710' and
7295            '64B' and
7296            'NDRPDR' and
7297            '2T2C' and
7298            'FEATURE' and
7299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7300            'IACL' and
7301            ('ACL1' or 'ACL50') and
7302            ('10K_FLOWS' or '10k_FLOWS') and
7303            not 'MACIP' and
7304            not 'VHOST' and
7305            not 'MEMIF'"
7306   parameters:
7307   - "throughput"
7308   - "parent"
7309   - "tags"
7310   traces:
7311     hoverinfo: "x+y"
7312     boxpoints: "outliers"
7313     whiskerwidth: 0
7314   layout:
7315     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7316     layout: "plot-throughput"
7317
7318 - type: "plot"
7319   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7320   algorithm: "plot_performance_box"
7321   output-file-type: ".html"
7322   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7324   filter: "'NIC_Intel-X710' and
7325            '64B' and
7326            'NDRPDR' and
7327            '2T2C' and
7328            'FEATURE' and
7329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7330            'IACL' and
7331            ('ACL1' or 'ACL50') and
7332            ('10K_FLOWS' or '10k_FLOWS') and
7333            not 'MACIP' and
7334            not 'VHOST' and
7335            not 'MEMIF'"
7336   parameters:
7337   - "throughput"
7338   - "parent"
7339   - "tags"
7340   traces:
7341     hoverinfo: "x+y"
7342     boxpoints: "outliers"
7343     whiskerwidth: 0
7344   layout:
7345     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7346     layout: "plot-throughput"
7347
7348 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7349 - type: "plot"
7350   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7351   algorithm: "plot_performance_box"
7352   output-file-type: ".html"
7353   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7355   filter: "'NIC_Intel-XL710' and
7356            '64B' and
7357            'BASE' and
7358            'NDRPDR' and
7359            'ETH' and
7360            '1T1C' and
7361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7362            not 'VHOST' and
7363            not 'MEMIF'"
7364   parameters:
7365   - "throughput"
7366   - "parent"
7367   - "tags"
7368   sort:
7369   - "L2PATCH"
7370   - "L2XCFWD"
7371   - "L2BDMACLRN"
7372   traces:
7373     hoverinfo: "x+y"
7374     boxpoints: "outliers"
7375     whiskerwidth: 0
7376   layout:
7377     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7378     layout: "plot-throughput"
7379
7380 - type: "plot"
7381   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7382   algorithm: "plot_performance_box"
7383   output-file-type: ".html"
7384   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7386   filter: "'NIC_Intel-XL710' and
7387            '64B' and
7388            'BASE' and
7389            'NDRPDR' and
7390            'ETH' and
7391            '1T1C' and
7392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7393            not 'VHOST' and
7394            not 'MEMIF'"
7395   parameters:
7396   - "throughput"
7397   - "parent"
7398   - "tags"
7399   sort:
7400   - "L2PATCH"
7401   - "L2XCFWD"
7402   - "L2BDMACLRN"
7403   traces:
7404     hoverinfo: "x+y"
7405     boxpoints: "outliers"
7406     whiskerwidth: 0
7407   layout:
7408     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7409     layout: "plot-throughput"
7410
7411 - type: "plot"
7412   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7413   algorithm: "plot_performance_box"
7414   output-file-type: ".html"
7415   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7416   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7417   filter: "'NIC_Intel-XL710' and
7418            '64B' and
7419            'BASE' and
7420            'NDRPDR' and
7421            'ETH' and
7422            '2T2C' and
7423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7424            not 'VHOST' and
7425            not 'MEMIF'"
7426   parameters:
7427   - "throughput"
7428   - "parent"
7429   - "tags"
7430   sort:
7431   - "L2PATCH"
7432   - "L2XCFWD"
7433   - "L2BDMACLRN"
7434   traces:
7435     hoverinfo: "x+y"
7436     boxpoints: "outliers"
7437     whiskerwidth: 0
7438   layout:
7439     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7440     layout: "plot-throughput"
7441
7442 - type: "plot"
7443   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7444   algorithm: "plot_performance_box"
7445   output-file-type: ".html"
7446   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7448   filter: "'NIC_Intel-XL710' and
7449            '64B' and
7450            'BASE' and
7451            'NDRPDR' and
7452            'ETH' and
7453            '2T2C' and
7454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7455            not 'VHOST' and
7456            not 'MEMIF'"
7457   parameters:
7458   - "throughput"
7459   - "parent"
7460   - "tags"
7461   sort:
7462   - "L2PATCH"
7463   - "L2XCFWD"
7464   - "L2BDMACLRN"
7465   traces:
7466     hoverinfo: "x+y"
7467     boxpoints: "outliers"
7468     whiskerwidth: 0
7469   layout:
7470     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7471     layout: "plot-throughput"
7472
7473 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7474 - type: "plot"
7475   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7476   algorithm: "plot_performance_box"
7477   output-file-type: ".html"
7478   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7480   filter: "'NIC_Intel-X710' and
7481            '64B' and
7482            ('BASE' or 'SCALE') and
7483            'NDRPDR' and
7484            'ETH' and
7485            '2T1C' and
7486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7487            not 'VHOST' and
7488            not 'MEMIF' and
7489            not 'DRV_AVF'"
7490   parameters:
7491   - "throughput"
7492   - "parent"
7493   - "tags"
7494   sort:
7495   - "L2PATCH"
7496   - "L2XCBASE"
7497   - "BASE"
7498   - "FIB_10K"
7499   - "FIB_100K"
7500   - "FIB_1M"
7501   traces:
7502     hoverinfo: "x+y"
7503     boxpoints: "outliers"
7504     whiskerwidth: 0
7505   layout:
7506     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7507     layout: "plot-throughput"
7508
7509 - type: "plot"
7510   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7511   algorithm: "plot_performance_box"
7512   output-file-type: ".html"
7513   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7515   filter: "'NIC_Intel-X710' and
7516            '64B' and
7517            ('BASE' or 'SCALE') and
7518            'NDRPDR' and
7519            'ETH' and
7520            '2T1C' and
7521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7522            not 'VHOST' and
7523            not 'MEMIF' and
7524            not 'DRV_AVF'"
7525   parameters:
7526   - "throughput"
7527   - "parent"
7528   - "tags"
7529   sort:
7530   - "L2PATCH"
7531   - "L2XCBASE"
7532   - "BASE"
7533   - "FIB_10K"
7534   - "FIB_100K"
7535   - "FIB_1M"
7536   traces:
7537     hoverinfo: "x+y"
7538     boxpoints: "outliers"
7539     whiskerwidth: 0
7540   layout:
7541     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7542     layout: "plot-throughput"
7543
7544 - type: "plot"
7545   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7546   algorithm: "plot_performance_box"
7547   output-file-type: ".html"
7548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7550   filter: "'NIC_Intel-X710' and
7551            '64B' and
7552            ('BASE' or 'SCALE') and
7553            'NDRPDR' and
7554            'ETH' and
7555            '4T2C' and
7556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7557            not 'VHOST' and
7558            not 'MEMIF' and
7559            not 'DRV_AVF'"
7560   parameters:
7561   - "throughput"
7562   - "parent"
7563   - "tags"
7564   sort:
7565   - "L2PATCH"
7566   - "L2XCBASE"
7567   - "BASE"
7568   - "FIB_10K"
7569   - "FIB_100K"
7570   - "FIB_1M"
7571   traces:
7572     hoverinfo: "x+y"
7573     boxpoints: "outliers"
7574     whiskerwidth: 0
7575   layout:
7576     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7577     layout: "plot-throughput"
7578
7579 - type: "plot"
7580   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7581   algorithm: "plot_performance_box"
7582   output-file-type: ".html"
7583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7585   filter: "'NIC_Intel-X710' and
7586            '64B' and
7587            ('BASE' or 'SCALE') and
7588            'NDRPDR' and
7589            'ETH' and
7590            '4T2C' and
7591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7592            not 'VHOST' and
7593            not 'MEMIF' and
7594            not 'DRV_AVF'"
7595   parameters:
7596   - "throughput"
7597   - "parent"
7598   - "tags"
7599   sort:
7600   - "L2PATCH"
7601   - "L2XCBASE"
7602   - "BASE"
7603   - "FIB_10K"
7604   - "FIB_100K"
7605   - "FIB_1M"
7606   traces:
7607     hoverinfo: "x+y"
7608     boxpoints: "outliers"
7609     whiskerwidth: 0
7610   layout:
7611     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7612     layout: "plot-throughput"
7613
7614 # Packet Throughput - VPP L2 3n-skx-x710 features
7615 - type: "plot"
7616   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7617   algorithm: "plot_performance_box"
7618   output-file-type: ".html"
7619   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7621   filter: "'NIC_Intel-X710' and
7622            '64B' and
7623            'NDRPDR' and
7624            '2T1C' and
7625            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7626            not 'ACL' and
7627            not 'VHOST' and
7628            not 'DRV_AVF' and
7629            not 'L2OVRLAY' and
7630            not 'MEMIF'"
7631   parameters:
7632   - "throughput"
7633   - "parent"
7634   - "tags"
7635   sort:
7636   - "L2XCBASE"    # l2xcbase
7637   - "L2BDBASE"    # l2bdbase
7638   - "L2XCFWD"     # dot1q-l2xcbase
7639   - "L2BDMACLRN"  # dot1q-l2bdbase
7640   traces:
7641     hoverinfo: "x+y"
7642     boxpoints: "outliers"
7643     whiskerwidth: 0
7644   layout:
7645     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7646     layout: "plot-throughput"
7647
7648 - type: "plot"
7649   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7650   algorithm: "plot_performance_box"
7651   output-file-type: ".html"
7652   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7654   filter: "'NIC_Intel-X710' and
7655            '64B' and
7656            'NDRPDR' and
7657            '2T1C' and
7658            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7659            not 'ACL' and
7660            not 'VHOST' and
7661            not 'DRV_AVF' and
7662            not 'L2OVRLAY' and
7663            not 'MEMIF'"
7664   parameters:
7665   - "throughput"
7666   - "parent"
7667   - "tags"
7668   sort:
7669   - "L2XCBASE"    # l2xcbase
7670   - "L2BDBASE"    # l2bdbase
7671   - "L2XCFWD"     # dot1q-l2xcbase
7672   - "L2BDMACLRN"  # dot1q-l2bdbase
7673   traces:
7674     hoverinfo: "x+y"
7675     boxpoints: "outliers"
7676     whiskerwidth: 0
7677   layout:
7678     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7679     layout: "plot-throughput"
7680
7681 - type: "plot"
7682   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7683   algorithm: "plot_performance_box"
7684   output-file-type: ".html"
7685   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7687   filter: "'NIC_Intel-X710' and
7688            '64B' and
7689            'NDRPDR' and
7690            '4T2C' and
7691            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7692            not 'ACL' and
7693            not 'VHOST' and
7694            not 'DRV_AVF' and
7695            not 'L2OVRLAY' and
7696            not 'MEMIF'"
7697   parameters:
7698   - "throughput"
7699   - "parent"
7700   - "tags"
7701   sort:
7702   - "L2XCBASE"    # l2xcbase
7703   - "L2BDBASE"    # l2bdbase
7704   - "L2XCFWD"     # dot1q-l2xcbase
7705   - "L2BDMACLRN"  # dot1q-l2bdbase
7706   traces:
7707     hoverinfo: "x+y"
7708     boxpoints: "outliers"
7709     whiskerwidth: 0
7710   layout:
7711     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7712     layout: "plot-throughput"
7713
7714 - type: "plot"
7715   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7716   algorithm: "plot_performance_box"
7717   output-file-type: ".html"
7718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7720   filter: "'NIC_Intel-X710' and
7721            '64B' and
7722            'NDRPDR' and
7723            '4T2C' and
7724            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7725            not 'ACL' and
7726            not 'VHOST' and
7727            not 'DRV_AVF' and
7728            not 'L2OVRLAY' and
7729            not 'MEMIF'"
7730   parameters:
7731   - "throughput"
7732   - "parent"
7733   - "tags"
7734   sort:
7735   - "L2XCBASE"    # l2xcbase
7736   - "L2BDBASE"    # l2bdbase
7737   - "L2XCFWD"     # dot1q-l2xcbase
7738   - "L2BDMACLRN"  # dot1q-l2bdbase
7739   traces:
7740     hoverinfo: "x+y"
7741     boxpoints: "outliers"
7742     whiskerwidth: 0
7743   layout:
7744     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7745     layout: "plot-throughput"
7746
7747 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7748 - type: "plot"
7749   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7750   algorithm: "plot_performance_box"
7751   output-file-type: ".html"
7752   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7754   filter: "'NIC_Intel-X710' and
7755            '64B' and
7756            'NDRPDR' and
7757            '2T1C' and
7758            'FEATURE' and
7759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7760            'IACL' and
7761            ('ACL1' or 'ACL50') and
7762            ('10K_FLOWS' or '10k_FLOWS') and
7763            not 'MACIP' and
7764            not 'VHOST' and
7765            not 'MEMIF'"
7766   parameters:
7767   - "throughput"
7768   - "parent"
7769   - "tags"
7770   traces:
7771     hoverinfo: "x+y"
7772     boxpoints: "outliers"
7773     whiskerwidth: 0
7774   layout:
7775     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7776     layout: "plot-throughput"
7777
7778 - type: "plot"
7779   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7780   algorithm: "plot_performance_box"
7781   output-file-type: ".html"
7782   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7784   filter: "'NIC_Intel-X710' and
7785            '64B' and
7786            'NDRPDR' and
7787            '2T1C' and
7788            'FEATURE' and
7789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7790            'IACL' and
7791            ('ACL1' or 'ACL50') and
7792            ('10K_FLOWS' or '10k_FLOWS') and
7793            not 'MACIP' and
7794            not 'VHOST' and
7795            not 'MEMIF'"
7796   parameters:
7797   - "throughput"
7798   - "parent"
7799   - "tags"
7800   traces:
7801     hoverinfo: "x+y"
7802     boxpoints: "outliers"
7803     whiskerwidth: 0
7804   layout:
7805     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7806     layout: "plot-throughput"
7807
7808 - type: "plot"
7809   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7810   algorithm: "plot_performance_box"
7811   output-file-type: ".html"
7812   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7814   filter: "'NIC_Intel-X710' and
7815            '64B' and
7816            'NDRPDR' and
7817            '4T2C' and
7818            'FEATURE' and
7819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7820            'IACL' and
7821            ('ACL1' or 'ACL50') and
7822            ('10K_FLOWS' or '10k_FLOWS') and
7823            not 'MACIP' and
7824            not 'VHOST' and
7825            not 'MEMIF'"
7826   parameters:
7827   - "throughput"
7828   - "parent"
7829   - "tags"
7830   traces:
7831     hoverinfo: "x+y"
7832     boxpoints: "outliers"
7833     whiskerwidth: 0
7834   layout:
7835     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7836     layout: "plot-throughput"
7837
7838 - type: "plot"
7839   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7840   algorithm: "plot_performance_box"
7841   output-file-type: ".html"
7842   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7844   filter: "'NIC_Intel-X710' and
7845            '64B' and
7846            'NDRPDR' and
7847            '4T2C' and
7848            'FEATURE' and
7849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7850            'IACL' and
7851            ('ACL1' or 'ACL50') and
7852            ('10K_FLOWS' or '10k_FLOWS') and
7853            not 'MACIP' and
7854            not 'VHOST' and
7855            not 'MEMIF'"
7856   parameters:
7857   - "throughput"
7858   - "parent"
7859   - "tags"
7860   traces:
7861     hoverinfo: "x+y"
7862     boxpoints: "outliers"
7863     whiskerwidth: 0
7864   layout:
7865     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7866     layout: "plot-throughput"
7867
7868 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7869 - type: "plot"
7870   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7871   algorithm: "plot_performance_box"
7872   output-file-type: ".html"
7873   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7875   filter: "'NIC_Intel-XXV710' and
7876            '64B' and
7877            ('BASE' or 'SCALE') and
7878            'NDRPDR' and
7879            'ETH' and
7880            '2T1C' and
7881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7882            not 'VHOST' and
7883            not 'MEMIF'"
7884   parameters:
7885   - "throughput"
7886   - "parent"
7887   - "tags"
7888   sort:
7889   - "L2PATCH"
7890   - "L2PATCH"
7891   - "L2XCBASE"
7892   - "L2BDMACLRN"
7893   traces:
7894     hoverinfo: "x+y"
7895     boxpoints: "outliers"
7896     whiskerwidth: 0
7897   layout:
7898     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7899     layout: "plot-throughput"
7900
7901 - type: "plot"
7902   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7903   algorithm: "plot_performance_box"
7904   output-file-type: ".html"
7905   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7907   filter: "'NIC_Intel-XXV710' and
7908            '64B' and
7909            ('BASE' or 'SCALE') and
7910            'NDRPDR' and
7911            'ETH' and
7912            '2T1C' and
7913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7914            not 'VHOST' and
7915            not 'MEMIF'"
7916   parameters:
7917   - "throughput"
7918   - "parent"
7919   - "tags"
7920   sort:
7921   - "L2PATCH"
7922   - "L2PATCH"
7923   - "L2XCBASE"
7924   - "L2BDMACLRN"
7925   traces:
7926     hoverinfo: "x+y"
7927     boxpoints: "outliers"
7928     whiskerwidth: 0
7929   layout:
7930     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7931     layout: "plot-throughput"
7932
7933 - type: "plot"
7934   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7935   algorithm: "plot_performance_box"
7936   output-file-type: ".html"
7937   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7939   filter: "'NIC_Intel-XXV710' and
7940            '64B' and
7941            ('BASE' or 'SCALE') and
7942            'NDRPDR' and
7943            'ETH' and
7944            '4T2C' and
7945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7946            not 'VHOST' and
7947            not 'MEMIF'"
7948   parameters:
7949   - "throughput"
7950   - "parent"
7951   - "tags"
7952   sort:
7953   - "L2PATCH"
7954   - "L2PATCH"
7955   - "L2XCBASE"
7956   - "L2BDMACLRN"
7957   traces:
7958     hoverinfo: "x+y"
7959     boxpoints: "outliers"
7960     whiskerwidth: 0
7961   layout:
7962     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7963     layout: "plot-throughput"
7964
7965 - type: "plot"
7966   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7967   algorithm: "plot_performance_box"
7968   output-file-type: ".html"
7969   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7971   filter: "'NIC_Intel-XXV710' and
7972            '64B' and
7973            ('BASE' or 'SCALE') and
7974            'NDRPDR' and
7975            'ETH' and
7976            '4T2C' and
7977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7978            not 'VHOST' and
7979            not 'MEMIF'"
7980   parameters:
7981   - "throughput"
7982   - "parent"
7983   - "tags"
7984   sort:
7985   - "L2PATCH"
7986   - "L2PATCH"
7987   - "L2XCBASE"
7988   - "L2BDMACLRN"
7989   traces:
7990     hoverinfo: "x+y"
7991     boxpoints: "outliers"
7992     whiskerwidth: 0
7993   layout:
7994     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7995     layout: "plot-throughput"
7996
7997 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7998 - type: "plot"
7999   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8000   algorithm: "plot_performance_box"
8001   output-file-type: ".html"
8002   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8004   filter: "'NIC_Intel-X710' and
8005            '64B' and
8006            ('BASE' or 'SCALE') and
8007            'NDRPDR' and
8008            'ETH' and
8009            '2T1C' and
8010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8011            not 'VHOST' and
8012            not 'MEMIF'"
8013   parameters:
8014   - "throughput"
8015   - "parent"
8016   - "tags"
8017   sort:
8018   - "L2PATCH"
8019   - "L2XCBASE"
8020   - "BASE"
8021   - "FIB_10K"
8022   - "FIB_100K"
8023   - "FIB_1M"
8024   traces:
8025     hoverinfo: "x+y"
8026     boxpoints: "outliers"
8027     whiskerwidth: 0
8028   layout:
8029     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8030     layout: "plot-throughput"
8031
8032 - type: "plot"
8033   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8034   algorithm: "plot_performance_box"
8035   output-file-type: ".html"
8036   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8038   filter: "'NIC_Intel-X710' and
8039            '64B' and
8040            ('BASE' or 'SCALE') and
8041            'NDRPDR' and
8042            'ETH' and
8043            '2T1C' and
8044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8045            not 'VHOST' and
8046            not 'MEMIF'"
8047   parameters:
8048   - "throughput"
8049   - "parent"
8050   - "tags"
8051   sort:
8052   - "L2PATCH"
8053   - "L2XCBASE"
8054   - "BASE"
8055   - "FIB_10K"
8056   - "FIB_100K"
8057   - "FIB_1M"
8058   traces:
8059     hoverinfo: "x+y"
8060     boxpoints: "outliers"
8061     whiskerwidth: 0
8062   layout:
8063     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8064     layout: "plot-throughput"
8065
8066 - type: "plot"
8067   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8068   algorithm: "plot_performance_box"
8069   output-file-type: ".html"
8070   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8072   filter: "'NIC_Intel-X710' and
8073            '64B' and
8074            ('BASE' or 'SCALE') and
8075            'NDRPDR' and
8076            'ETH' and
8077            '4T2C' and
8078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8079            not 'VHOST' and
8080            not 'MEMIF'"
8081   parameters:
8082   - "throughput"
8083   - "parent"
8084   - "tags"
8085   sort:
8086   - "L2PATCH"
8087   - "L2XCBASE"
8088   - "BASE"
8089   - "FIB_10K"
8090   - "FIB_100K"
8091   - "FIB_1M"
8092   traces:
8093     hoverinfo: "x+y"
8094     boxpoints: "outliers"
8095     whiskerwidth: 0
8096   layout:
8097     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8098     layout: "plot-throughput"
8099
8100 - type: "plot"
8101   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8102   algorithm: "plot_performance_box"
8103   output-file-type: ".html"
8104   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8106   filter: "'NIC_Intel-X710' and
8107            '64B' and
8108            ('BASE' or 'SCALE') and
8109            'NDRPDR' and
8110            'ETH' and
8111            '4T2C' and
8112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8113            not 'VHOST' and
8114            not 'MEMIF'"
8115   parameters:
8116   - "throughput"
8117   - "parent"
8118   - "tags"
8119   sort:
8120   - "L2PATCH"
8121   - "L2XCBASE"
8122   - "BASE"
8123   - "FIB_10K"
8124   - "FIB_100K"
8125   - "FIB_1M"
8126   traces:
8127     hoverinfo: "x+y"
8128     boxpoints: "outliers"
8129     whiskerwidth: 0
8130   layout:
8131     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8132     layout: "plot-throughput"
8133
8134 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8135 - type: "plot"
8136   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8137   algorithm: "plot_performance_box"
8138   output-file-type: ".html"
8139   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8141   filter: "'NIC_Intel-XXV710' and
8142            '64B' and
8143            ('BASE' or 'SCALE') and
8144            'NDRPDR' and
8145            'ETH' and
8146            '2T1C' and
8147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8148            not 'VHOST' and
8149            not 'MEMIF'"
8150   parameters:
8151   - "throughput"
8152   - "parent"
8153   - "tags"
8154   sort:
8155   - "L2PATCH"
8156   - "L2XCBASE"
8157   - "BASE"
8158   - "FIB_10K"
8159   - "FIB_100K"
8160   - "FIB_1M"
8161   traces:
8162     hoverinfo: "x+y"
8163     boxpoints: "outliers"
8164     whiskerwidth: 0
8165   layout:
8166     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8167     layout: "plot-throughput"
8168
8169 - type: "plot"
8170   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8171   algorithm: "plot_performance_box"
8172   output-file-type: ".html"
8173   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8175   filter: "'NIC_Intel-XXV710' and
8176            '64B' and
8177            ('BASE' or 'SCALE') and
8178            'NDRPDR' and
8179            'ETH' and
8180            '2T1C' and
8181            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8182            not 'VHOST' and
8183            not 'MEMIF'"
8184   parameters:
8185   - "throughput"
8186   - "parent"
8187   - "tags"
8188   sort:
8189   - "L2PATCH"
8190   - "L2XCBASE"
8191   - "BASE"
8192   - "FIB_10K"
8193   - "FIB_100K"
8194   - "FIB_1M"
8195   traces:
8196     hoverinfo: "x+y"
8197     boxpoints: "outliers"
8198     whiskerwidth: 0
8199   layout:
8200     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8201     layout: "plot-throughput"
8202
8203 - type: "plot"
8204   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8205   algorithm: "plot_performance_box"
8206   output-file-type: ".html"
8207   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8209   filter: "'NIC_Intel-XXV710' and
8210            '64B' and
8211            ('BASE' or 'SCALE') and
8212            'NDRPDR' and
8213            'ETH' and
8214            '4T2C' and
8215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8216            not 'VHOST' and
8217            not 'MEMIF'"
8218   parameters:
8219   - "throughput"
8220   - "parent"
8221   - "tags"
8222   sort:
8223   - "L2PATCH"
8224   - "L2XCBASE"
8225   - "BASE"
8226   - "FIB_10K"
8227   - "FIB_100K"
8228   - "FIB_1M"
8229   traces:
8230     hoverinfo: "x+y"
8231     boxpoints: "outliers"
8232     whiskerwidth: 0
8233   layout:
8234     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8235     layout: "plot-throughput"
8236
8237 - type: "plot"
8238   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8239   algorithm: "plot_performance_box"
8240   output-file-type: ".html"
8241   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8243   filter: "'NIC_Intel-XXV710' and
8244            '64B' and
8245            ('BASE' or 'SCALE') and
8246            'NDRPDR' and
8247            'ETH' and
8248            '4T2C' and
8249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8250            not 'VHOST' and
8251            not 'MEMIF'"
8252   parameters:
8253   - "throughput"
8254   - "parent"
8255   - "tags"
8256   sort:
8257   - "L2PATCH"
8258   - "L2XCBASE"
8259   - "BASE"
8260   - "FIB_10K"
8261   - "FIB_100K"
8262   - "FIB_1M"
8263   traces:
8264     hoverinfo: "x+y"
8265     boxpoints: "outliers"
8266     whiskerwidth: 0
8267   layout:
8268     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8269     layout: "plot-throughput"
8270
8271 # Packet Throughput - VPP L2 2n-dnv-x553 base
8272 - type: "plot"
8273   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8274   algorithm: "plot_performance_box"
8275   output-file-type: ".html"
8276   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8277   data: "intel-dnv-vpp"
8278   filter: "'NIC_Intel-X553' and
8279            '64B' and
8280            'BASE' and
8281            'NDRPDR' and
8282            'ETH' and
8283            '1T1C' and
8284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8285            not 'VHOST' and
8286            not 'MEMIF'"
8287   parameters:
8288   - "throughput"
8289   - "parent"
8290   - "tags"
8291   sort:
8292   - "L2XCBASE"
8293   - "L2BDMACLRN"
8294   - "L2PATCH"
8295   traces:
8296     hoverinfo: "x+y"
8297     boxpoints: "outliers"
8298     whiskerwidth: 0
8299   layout:
8300     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8301     layout: "plot-throughput"
8302
8303 - type: "plot"
8304   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8305   algorithm: "plot_performance_box"
8306   output-file-type: ".html"
8307   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8308   data: "intel-dnv-vpp"
8309   filter: "'NIC_Intel-X553' and
8310            '64B' and
8311            ('BASE' or 'SCALE') and
8312            'NDRPDR' and
8313            'ETH' and
8314            '1T1C' and
8315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8316            not 'VHOST' and
8317            not 'MEMIF'"
8318   parameters:
8319   - "throughput"
8320   - "parent"
8321   - "tags"
8322   sort:
8323   - "L2XCBASE"
8324   - "L2BDMACLRN"
8325   - "L2PATCH"
8326   traces:
8327     hoverinfo: "x+y"
8328     boxpoints: "outliers"
8329     whiskerwidth: 0
8330   layout:
8331     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8332     layout: "plot-throughput"
8333
8334 - type: "plot"
8335   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8336   algorithm: "plot_performance_box"
8337   output-file-type: ".html"
8338   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8339   data: "intel-dnv-vpp"
8340   filter: "'NIC_Intel-X553' and
8341            '64B' and
8342            ('BASE' or 'SCALE') and
8343            'NDRPDR' and
8344            'ETH' and
8345            '2T2C' and
8346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8347            not 'VHOST' and
8348            not 'MEMIF'"
8349   parameters:
8350   - "throughput"
8351   - "parent"
8352   - "tags"
8353   sort:
8354   - "L2XCBASE"
8355   - "L2BDMACLRN"
8356   - "L2PATCH"
8357   traces:
8358     hoverinfo: "x+y"
8359     boxpoints: "outliers"
8360     whiskerwidth: 0
8361   layout:
8362     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8363     layout: "plot-throughput"
8364
8365 - type: "plot"
8366   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8367   algorithm: "plot_performance_box"
8368   output-file-type: ".html"
8369   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8370   data: "intel-dnv-vpp"
8371   filter: "'NIC_Intel-X553' and
8372            '64B' and
8373            ('BASE' or 'SCALE') and
8374            'NDRPDR' and
8375            'ETH' and
8376            '2T2C' and
8377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8378            not 'VHOST' and
8379            not 'MEMIF'"
8380   parameters:
8381   - "throughput"
8382   - "parent"
8383   - "tags"
8384   sort:
8385   - "L2XCBASE"
8386   - "L2BDMACLRN"
8387   - "L2PATCH"
8388   traces:
8389     hoverinfo: "x+y"
8390     boxpoints: "outliers"
8391     whiskerwidth: 0
8392   layout:
8393     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8394     layout: "plot-throughput"
8395
8396 ################################################################################
8397
8398 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8399 - type: "plot"
8400   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8401   algorithm: "plot_performance_box"
8402   output-file-type: ".html"
8403   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8405   filter: "'NIC_Intel-X520-DA2' and
8406            '64B' and
8407            ('BASE' or 'SCALE') and
8408            'NDRPDR' and
8409            '1T1C' and
8410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8411            not 'VHOST' and
8412            'MEMIF'"
8413   parameters:
8414   - "throughput"
8415   - "parent"
8416   - "tags"
8417   sort:
8418   - "L2XCFWD"
8419   - "L2XCFWD"
8420   - "L2XCFWD"
8421   - "L2BDMACLRN"
8422   - "L2BDMACLRN"
8423   - "L2BDMACLRN"
8424   - "IP4FWD"
8425   traces:
8426     hoverinfo: "x+y"
8427     boxpoints: "outliers"
8428     whiskerwidth: 0
8429   layout:
8430     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8431     layout: "plot-throughput"
8432
8433 - type: "plot"
8434   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8435   algorithm: "plot_performance_box"
8436   output-file-type: ".html"
8437   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8439   filter: "'NIC_Intel-X520-DA2' and
8440            '64B' and
8441            ('BASE' or 'SCALE') and
8442            'NDRPDR' and
8443            '1T1C' and
8444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8445            not 'VHOST' and
8446            'MEMIF'"
8447   parameters:
8448   - "throughput"
8449   - "parent"
8450   - "tags"
8451   sort:
8452   - "L2XCFWD"
8453   - "L2XCFWD"
8454   - "L2XCFWD"
8455   - "L2BDMACLRN"
8456   - "L2BDMACLRN"
8457   - "L2BDMACLRN"
8458   - "IP4FWD"
8459   traces:
8460     hoverinfo: "x+y"
8461     boxpoints: "outliers"
8462     whiskerwidth: 0
8463   layout:
8464     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8465     layout: "plot-throughput"
8466
8467 - type: "plot"
8468   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8469   algorithm: "plot_performance_box"
8470   output-file-type: ".html"
8471   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8473   filter: "'NIC_Intel-X520-DA2' and
8474            '64B' and
8475            ('BASE' or 'SCALE') and
8476            'NDRPDR' and
8477            '2T2C' and
8478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8479            not 'VHOST' and
8480            'MEMIF'"
8481   parameters:
8482   - "throughput"
8483   - "parent"
8484   - "tags"
8485   sort:
8486   - "L2XCFWD"
8487   - "L2XCFWD"
8488   - "L2XCFWD"
8489   - "L2BDMACLRN"
8490   - "L2BDMACLRN"
8491   - "L2BDMACLRN"
8492   - "IP4FWD"
8493   traces:
8494     hoverinfo: "x+y"
8495     boxpoints: "outliers"
8496     whiskerwidth: 0
8497   layout:
8498     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8499     layout: "plot-throughput"
8500
8501 - type: "plot"
8502   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8503   algorithm: "plot_performance_box"
8504   output-file-type: ".html"
8505   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8507   filter: "'NIC_Intel-X520-DA2' and
8508            '64B' and
8509            ('BASE' or 'SCALE') and
8510            'NDRPDR' and
8511            '2T2C' and
8512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8513            not 'VHOST' and
8514            'MEMIF'"
8515   parameters:
8516   - "throughput"
8517   - "parent"
8518   - "tags"
8519   sort:
8520   - "L2XCFWD"
8521   - "L2XCFWD"
8522   - "L2XCFWD"
8523   - "L2BDMACLRN"
8524   - "L2BDMACLRN"
8525   - "L2BDMACLRN"
8526   - "IP4FWD"
8527   traces:
8528     hoverinfo: "x+y"
8529     boxpoints: "outliers"
8530     whiskerwidth: 0
8531   layout:
8532     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8533     layout: "plot-throughput"
8534
8535 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8536 - type: "plot"
8537   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8538   algorithm: "plot_performance_box"
8539   output-file-type: ".html"
8540   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8542   filter: "'NIC_Intel-X710' and
8543            '64B' and
8544            ('BASE' or 'SCALE') and
8545            'NDRPDR' and
8546            '1T1C' and
8547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8548            not 'VHOST' and
8549            'MEMIF'"
8550   parameters:
8551   - "throughput"
8552   - "parent"
8553   - "tags"
8554   sort:
8555   - "L2XCFWD"
8556   - "L2XCFWD"
8557   - "L2XCFWD"
8558   - "L2BDMACLRN"
8559   - "L2BDMACLRN"
8560   - "L2BDMACLRN"
8561   - "IP4FWD"
8562   traces:
8563     hoverinfo: "x+y"
8564     boxpoints: "outliers"
8565     whiskerwidth: 0
8566   layout:
8567     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8568     layout: "plot-throughput"
8569
8570 - type: "plot"
8571   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8572   algorithm: "plot_performance_box"
8573   output-file-type: ".html"
8574   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8576   filter: "'NIC_Intel-X710' and
8577            '64B' and
8578            ('BASE' or 'SCALE') and
8579            'NDRPDR' and
8580            '1T1C' and
8581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8582            not 'VHOST' and
8583            'MEMIF'"
8584   parameters:
8585   - "throughput"
8586   - "parent"
8587   - "tags"
8588   sort:
8589   - "L2XCFWD"
8590   - "L2XCFWD"
8591   - "L2XCFWD"
8592   - "L2BDMACLRN"
8593   - "L2BDMACLRN"
8594   - "L2BDMACLRN"
8595   - "IP4FWD"
8596   traces:
8597     hoverinfo: "x+y"
8598     boxpoints: "outliers"
8599     whiskerwidth: 0
8600   layout:
8601     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8602     layout: "plot-throughput"
8603
8604 - type: "plot"
8605   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8606   algorithm: "plot_performance_box"
8607   output-file-type: ".html"
8608   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8610   filter: "'NIC_Intel-X710' and
8611            '64B' and
8612            ('BASE' or 'SCALE') and
8613            'NDRPDR' and
8614            '2T2C' and
8615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8616            not 'VHOST' and
8617            'MEMIF'"
8618   parameters:
8619   - "throughput"
8620   - "parent"
8621   - "tags"
8622   sort:
8623   - "L2XCFWD"
8624   - "L2XCFWD"
8625   - "L2XCFWD"
8626   - "L2BDMACLRN"
8627   - "L2BDMACLRN"
8628   - "L2BDMACLRN"
8629   - "IP4FWD"
8630   traces:
8631     hoverinfo: "x+y"
8632     boxpoints: "outliers"
8633     whiskerwidth: 0
8634   layout:
8635     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8636     layout: "plot-throughput"
8637
8638 - type: "plot"
8639   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8640   algorithm: "plot_performance_box"
8641   output-file-type: ".html"
8642   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8644   filter: "'NIC_Intel-X710' and
8645            '64B' and
8646            ('BASE' or 'SCALE') and
8647            'NDRPDR' and
8648            '2T2C' and
8649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8650            not 'VHOST' and
8651            'MEMIF'"
8652   parameters:
8653   - "throughput"
8654   - "parent"
8655   - "tags"
8656   sort:
8657   - "L2XCFWD"
8658   - "L2XCFWD"
8659   - "L2XCFWD"
8660   - "L2BDMACLRN"
8661   - "L2BDMACLRN"
8662   - "L2BDMACLRN"
8663   - "IP4FWD"
8664   traces:
8665     hoverinfo: "x+y"
8666     boxpoints: "outliers"
8667     whiskerwidth: 0
8668   layout:
8669     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8670     layout: "plot-throughput"
8671
8672 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8673 - type: "plot"
8674   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8675   algorithm: "plot_performance_box"
8676   output-file-type: ".html"
8677   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8679   filter: "'NIC_Intel-XL710' and
8680            '64B' and
8681            ('BASE' or 'SCALE') and
8682            'NDRPDR' and
8683            '1T1C' and
8684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8685            not 'VHOST' and
8686            'MEMIF'"
8687   parameters:
8688   - "throughput"
8689   - "parent"
8690   - "tags"
8691   sort:
8692   - "L2XCFWD"
8693   - "L2XCFWD"
8694   - "L2XCFWD"
8695   - "L2BDMACLRN"
8696   - "L2BDMACLRN"
8697   - "L2BDMACLRN"
8698   - "IP4FWD"
8699   traces:
8700     hoverinfo: "x+y"
8701     boxpoints: "outliers"
8702     whiskerwidth: 0
8703   layout:
8704     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8705     layout: "plot-throughput"
8706
8707 - type: "plot"
8708   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8709   algorithm: "plot_performance_box"
8710   output-file-type: ".html"
8711   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8713   filter: "'NIC_Intel-XL710' and
8714            '64B' and
8715            ('BASE' or 'SCALE') and
8716            'NDRPDR' and
8717            '1T1C' and
8718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8719            not 'VHOST' and
8720            'MEMIF'"
8721   parameters:
8722   - "throughput"
8723   - "parent"
8724   - "tags"
8725   sort:
8726   - "L2XCFWD"
8727   - "L2XCFWD"
8728   - "L2XCFWD"
8729   - "L2BDMACLRN"
8730   - "L2BDMACLRN"
8731   - "L2BDMACLRN"
8732   - "IP4FWD"
8733   traces:
8734     hoverinfo: "x+y"
8735     boxpoints: "outliers"
8736     whiskerwidth: 0
8737   layout:
8738     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8739     layout: "plot-throughput"
8740
8741 - type: "plot"
8742   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8743   algorithm: "plot_performance_box"
8744   output-file-type: ".html"
8745   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8747   filter: "'NIC_Intel-XL710' and
8748            '64B' and
8749            ('BASE' or 'SCALE') and
8750            'NDRPDR' and
8751            '2T2C' and
8752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8753            not 'VHOST' and
8754            'MEMIF'"
8755   parameters:
8756   - "throughput"
8757   - "parent"
8758   - "tags"
8759   sort:
8760   - "L2XCFWD"
8761   - "L2XCFWD"
8762   - "L2XCFWD"
8763   - "L2BDMACLRN"
8764   - "L2BDMACLRN"
8765   - "L2BDMACLRN"
8766   - "IP4FWD"
8767   traces:
8768     hoverinfo: "x+y"
8769     boxpoints: "outliers"
8770     whiskerwidth: 0
8771   layout:
8772     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8773     layout: "plot-throughput"
8774
8775 - type: "plot"
8776   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8777   algorithm: "plot_performance_box"
8778   output-file-type: ".html"
8779   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8781   filter: "'NIC_Intel-XL710' and
8782            '64B' and
8783            ('BASE' or 'SCALE') and
8784            'NDRPDR' and
8785            '2T2C' and
8786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8787            not 'VHOST' and
8788            'MEMIF'"
8789   parameters:
8790   - "throughput"
8791   - "parent"
8792   - "tags"
8793   sort:
8794   - "L2XCFWD"
8795   - "L2XCFWD"
8796   - "L2XCFWD"
8797   - "L2BDMACLRN"
8798   - "L2BDMACLRN"
8799   - "L2BDMACLRN"
8800   - "IP4FWD"
8801   traces:
8802     hoverinfo: "x+y"
8803     boxpoints: "outliers"
8804     whiskerwidth: 0
8805   layout:
8806     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8807     layout: "plot-throughput"
8808
8809 # Packet Throughput - VPP Container Memif 3n-skx-x710
8810 - type: "plot"
8811   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8812   algorithm: "plot_performance_box"
8813   output-file-type: ".html"
8814   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8816   filter: "'NIC_Intel-X710' and
8817            '64B' and
8818            ('BASE' or 'SCALE') and
8819            'NDRPDR' and
8820            '2T1C' and
8821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8822            not 'VHOST' and
8823            'MEMIF'"
8824   parameters:
8825   - "throughput"
8826   - "parent"
8827   - "tags"
8828   sort:
8829   - "L2XCFWD"
8830   - "L2XCFWD"
8831   - "L2XCFWD"
8832   - "L2BDMACLRN"
8833   - "L2BDMACLRN"
8834   - "L2BDMACLRN"
8835   - "IP4FWD"
8836   traces:
8837     hoverinfo: "x+y"
8838     boxpoints: "outliers"
8839     whiskerwidth: 0
8840   layout:
8841     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8842     layout: "plot-throughput"
8843
8844 - type: "plot"
8845   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8846   algorithm: "plot_performance_box"
8847   output-file-type: ".html"
8848   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8850   filter: "'NIC_Intel-X710' and
8851            '64B' and
8852            ('BASE' or 'SCALE') and
8853            'NDRPDR' and
8854            '2T1C' and
8855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8856            not 'VHOST' and
8857            'MEMIF'"
8858   parameters:
8859   - "throughput"
8860   - "parent"
8861   - "tags"
8862   sort:
8863   - "L2XCFWD"
8864   - "L2XCFWD"
8865   - "L2XCFWD"
8866   - "L2BDMACLRN"
8867   - "L2BDMACLRN"
8868   - "L2BDMACLRN"
8869   - "IP4FWD"
8870   traces:
8871     hoverinfo: "x+y"
8872     boxpoints: "outliers"
8873     whiskerwidth: 0
8874   layout:
8875     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8876     layout: "plot-throughput"
8877
8878 - type: "plot"
8879   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8880   algorithm: "plot_performance_box"
8881   output-file-type: ".html"
8882   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8884   filter: "'NIC_Intel-X710' and
8885            '64B' and
8886            ('BASE' or 'SCALE') and
8887            'NDRPDR' and
8888            '4T2C' and
8889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8890            not 'VHOST' and
8891            'MEMIF'"
8892   parameters:
8893   - "throughput"
8894   - "parent"
8895   - "tags"
8896   sort:
8897   - "L2XCFWD"
8898   - "L2XCFWD"
8899   - "L2XCFWD"
8900   - "L2BDMACLRN"
8901   - "L2BDMACLRN"
8902   - "L2BDMACLRN"
8903   - "IP4FWD"
8904   traces:
8905     hoverinfo: "x+y"
8906     boxpoints: "outliers"
8907     whiskerwidth: 0
8908   layout:
8909     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8910     layout: "plot-throughput"
8911
8912 - type: "plot"
8913   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8914   algorithm: "plot_performance_box"
8915   output-file-type: ".html"
8916   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8918   filter: "'NIC_Intel-X710' and
8919            '64B' and
8920            ('BASE' or 'SCALE') and
8921            'NDRPDR' and
8922            '4T2C' and
8923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8924            not 'VHOST' and
8925            'MEMIF'"
8926   parameters:
8927   - "throughput"
8928   - "parent"
8929   - "tags"
8930   sort:
8931   - "L2XCFWD"
8932   - "L2XCFWD"
8933   - "L2XCFWD"
8934   - "L2BDMACLRN"
8935   - "L2BDMACLRN"
8936   - "L2BDMACLRN"
8937   - "IP4FWD"
8938   traces:
8939     hoverinfo: "x+y"
8940     boxpoints: "outliers"
8941     whiskerwidth: 0
8942   layout:
8943     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8944     layout: "plot-throughput"
8945
8946 # Packet Throughput - VPP Container Memif 2n-skx-x710
8947 - type: "plot"
8948   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8949   algorithm: "plot_performance_box"
8950   output-file-type: ".html"
8951   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8953   filter: "'NIC_Intel-X710' and
8954            '64B' and
8955            ('BASE' or 'SCALE') and
8956            'NDRPDR' and
8957            '2T1C' and
8958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8959            not 'VHOST' and
8960            not 'NF_DENSITY' and
8961            'MEMIF'"
8962   parameters:
8963   - "throughput"
8964   - "parent"
8965   - "tags"
8966   sort:
8967   - "L2XCFWD"
8968   - "L2XCFWD"
8969   - "L2XCFWD"
8970   - "L2BDMACLRN"
8971   - "L2BDMACLRN"
8972   - "L2BDMACLRN"
8973   - "IP4FWD"
8974   traces:
8975     hoverinfo: "x+y"
8976     boxpoints: "outliers"
8977     whiskerwidth: 0
8978   layout:
8979     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8980     layout: "plot-throughput"
8981
8982 - type: "plot"
8983   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8984   algorithm: "plot_performance_box"
8985   output-file-type: ".html"
8986   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8988   filter: "'NIC_Intel-X710' and
8989            '64B' and
8990            ('BASE' or 'SCALE') and
8991            'NDRPDR' and
8992            '2T1C' and
8993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8994            not 'VHOST' and
8995            not 'NF_DENSITY' and
8996            'MEMIF'"
8997   parameters:
8998   - "throughput"
8999   - "parent"
9000   - "tags"
9001   sort:
9002   - "L2XCFWD"
9003   - "L2XCFWD"
9004   - "L2XCFWD"
9005   - "L2BDMACLRN"
9006   - "L2BDMACLRN"
9007   - "L2BDMACLRN"
9008   - "IP4FWD"
9009   traces:
9010     hoverinfo: "x+y"
9011     boxpoints: "outliers"
9012     whiskerwidth: 0
9013   layout:
9014     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9015     layout: "plot-throughput"
9016
9017 - type: "plot"
9018   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9019   algorithm: "plot_performance_box"
9020   output-file-type: ".html"
9021   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9023   filter: "'NIC_Intel-X710' and
9024            '64B' and
9025            ('BASE' or 'SCALE') and
9026            'NDRPDR' and
9027            '4T2C' and
9028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9029            not 'VHOST' and
9030            not 'NF_DENSITY' and
9031            'MEMIF'"
9032   parameters:
9033   - "throughput"
9034   - "parent"
9035   - "tags"
9036   sort:
9037   - "L2XCFWD"
9038   - "L2XCFWD"
9039   - "L2XCFWD"
9040   - "L2BDMACLRN"
9041   - "L2BDMACLRN"
9042   - "L2BDMACLRN"
9043   - "IP4FWD"
9044   traces:
9045     hoverinfo: "x+y"
9046     boxpoints: "outliers"
9047     whiskerwidth: 0
9048   layout:
9049     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9050     layout: "plot-throughput"
9051
9052 - type: "plot"
9053   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9054   algorithm: "plot_performance_box"
9055   output-file-type: ".html"
9056   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9058   filter: "'NIC_Intel-X710' and
9059            '64B' and
9060            ('BASE' or 'SCALE') and
9061            'NDRPDR' and
9062            '4T2C' and
9063            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9064            not 'VHOST' and
9065            not 'NF_DENSITY' and
9066            'MEMIF'"
9067   parameters:
9068   - "throughput"
9069   - "parent"
9070   - "tags"
9071   sort:
9072   - "L2XCFWD"
9073   - "L2XCFWD"
9074   - "L2XCFWD"
9075   - "L2BDMACLRN"
9076   - "L2BDMACLRN"
9077   - "L2BDMACLRN"
9078   - "IP4FWD"
9079   traces:
9080     hoverinfo: "x+y"
9081     boxpoints: "outliers"
9082     whiskerwidth: 0
9083   layout:
9084     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9085     layout: "plot-throughput"
9086
9087 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9088 #- type: "plot"
9089 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9090 #  algorithm: "plot_performance_box"
9091 #  output-file-type: ".html"
9092 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9093 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9094 #  filter: "'NIC_Intel-XXV710' and
9095 #           '64B' and
9096 #           ('BASE' or 'SCALE') and
9097 #           'NDRPDR' and
9098 #           '2T1C' and
9099 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9100 #           not 'VHOST' and
9101 #           'MEMIF'"
9102 #  parameters:
9103 #  - "throughput"
9104 #  - "parent"
9105 #  - "tags"
9106 #  sort:
9107 #  - "L2XCFWD"
9108 #  - "L2XCFWD"
9109 #  - "L2XCFWD"
9110 #  - "L2BDMACLRN"
9111 #  - "L2BDMACLRN"
9112 #  - "L2BDMACLRN"
9113 #  - "IP4FWD"
9114 #  traces:
9115 #    hoverinfo: "x+y"
9116 #    boxpoints: "outliers"
9117 #    whiskerwidth: 0
9118 #  layout:
9119 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9120 #    layout: "plot-throughput"
9121 #
9122 #- type: "plot"
9123 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9124 #  algorithm: "plot_performance_box"
9125 #  output-file-type: ".html"
9126 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9127 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9128 #  filter: "'NIC_Intel-XXV710' and
9129 #           '64B' and
9130 #           ('BASE' or 'SCALE') and
9131 #           'NDRPDR' and
9132 #           '2T1C' and
9133 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9134 #           not 'VHOST' and
9135 #           'MEMIF'"
9136 #  parameters:
9137 #  - "throughput"
9138 #  - "parent"
9139 #  - "tags"
9140 #  sort:
9141 #  - "L2XCFWD"
9142 #  - "L2XCFWD"
9143 #  - "L2XCFWD"
9144 #  - "L2BDMACLRN"
9145 #  - "L2BDMACLRN"
9146 #  - "L2BDMACLRN"
9147 #  - "IP4FWD"
9148 #  traces:
9149 #    hoverinfo: "x+y"
9150 #    boxpoints: "outliers"
9151 #    whiskerwidth: 0
9152 #  layout:
9153 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9154 #    layout: "plot-throughput"
9155 #
9156 #- type: "plot"
9157 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9158 #  algorithm: "plot_performance_box"
9159 #  output-file-type: ".html"
9160 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9161 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9162 #  filter: "'NIC_Intel-XXV710' and
9163 #           '64B' and
9164 #           ('BASE' or 'SCALE') and
9165 #           'NDRPDR' and
9166 #           '4T2C' and
9167 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9168 #           not 'VHOST' and
9169 #           'MEMIF'"
9170 #  parameters:
9171 #  - "throughput"
9172 #  - "parent"
9173 #  - "tags"
9174 #  sort:
9175 #  - "L2XCFWD"
9176 #  - "L2XCFWD"
9177 #  - "L2XCFWD"
9178 #  - "L2BDMACLRN"
9179 #  - "L2BDMACLRN"
9180 #  - "L2BDMACLRN"
9181 #  - "IP4FWD"
9182 #  traces:
9183 #    hoverinfo: "x+y"
9184 #    boxpoints: "outliers"
9185 #    whiskerwidth: 0
9186 #  layout:
9187 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9188 #    layout: "plot-throughput"
9189 #
9190 #- type: "plot"
9191 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9192 #  algorithm: "plot_performance_box"
9193 #  output-file-type: ".html"
9194 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9195 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9196 #  filter: "'NIC_Intel-XXV710' and
9197 #           '64B' and
9198 #           ('BASE' or 'SCALE') and
9199 #           'NDRPDR' and
9200 #           '4T2C' and
9201 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9202 #           not 'VHOST' and
9203 #           'MEMIF'"
9204 #  parameters:
9205 #  - "throughput"
9206 #  - "parent"
9207 #  - "tags"
9208 #  sort:
9209 #  - "L2XCFWD"
9210 #  - "L2XCFWD"
9211 #  - "L2XCFWD"
9212 #  - "L2BDMACLRN"
9213 #  - "L2BDMACLRN"
9214 #  - "L2BDMACLRN"
9215 #  - "IP4FWD"
9216 #  traces:
9217 #    hoverinfo: "x+y"
9218 #    boxpoints: "outliers"
9219 #    whiskerwidth: 0
9220 #  layout:
9221 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9222 #    layout: "plot-throughput"
9223
9224 ################################################################################
9225
9226 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9227 - type: "plot"
9228   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9229   algorithm: "plot_performance_box"
9230   output-file-type: ".html"
9231   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9232   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9233   filter: "'NIC_Intel-X520-DA2' and
9234            '64B' and
9235            ('BASE' or 'SCALE') and
9236            'NDRPDR' and
9237            '1T1C' and
9238            'L2XCFWD' and
9239            not 'VHOST' and
9240            not 'NF_DENSITY' and
9241            'MEMIF'"
9242   parameters:
9243   - "throughput"
9244   - "parent"
9245   - "tags"
9246   sort:
9247   - "1VNF"
9248   - "2VNF"
9249   - "4VNF"
9250   - "2VNF"
9251   - "4VNF"
9252   traces:
9253     hoverinfo: "x+y"
9254     boxpoints: "outliers"
9255     whiskerwidth: 0
9256   layout:
9257     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9258     layout: "plot-throughput"
9259
9260 - type: "plot"
9261   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9262   algorithm: "plot_performance_box"
9263   output-file-type: ".html"
9264   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9265   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9266   filter: "'NIC_Intel-X520-DA2' and
9267            '64B' and
9268            ('BASE' or 'SCALE') and
9269            'NDRPDR' and
9270            '1T1C' and
9271            'L2XCFWD' and
9272            not 'VHOST' and
9273            not 'NF_DENSITY' and
9274            'MEMIF'"
9275   parameters:
9276   - "throughput"
9277   - "parent"
9278   - "tags"
9279   sort:
9280   - "1VNF"
9281   - "2VNF"
9282   - "4VNF"
9283   - "2VNF"
9284   - "4VNF"
9285   traces:
9286     hoverinfo: "x+y"
9287     boxpoints: "outliers"
9288     whiskerwidth: 0
9289   layout:
9290     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9291     layout: "plot-throughput"
9292
9293 - type: "plot"
9294   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9295   algorithm: "plot_performance_box"
9296   output-file-type: ".html"
9297   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9298   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9299   filter: "'NIC_Intel-X520-DA2' and
9300            '64B' and
9301            ('BASE' or 'SCALE') and
9302            'NDRPDR' and
9303            '2T2C' and
9304            'L2XCFWD' and
9305            not 'VHOST' and
9306            not 'NF_DENSITY' and
9307            'MEMIF'"
9308   parameters:
9309   - "throughput"
9310   - "parent"
9311   - "tags"
9312   sort:
9313   - "1VNF"
9314   - "2VNF"
9315   - "4VNF"
9316   - "2VNF"
9317   - "4VNF"
9318   traces:
9319     hoverinfo: "x+y"
9320     boxpoints: "outliers"
9321     whiskerwidth: 0
9322   layout:
9323     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9324     layout: "plot-throughput"
9325
9326 - type: "plot"
9327   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9328   algorithm: "plot_performance_box"
9329   output-file-type: ".html"
9330   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9331   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9332   filter: "'NIC_Intel-X520-DA2' and
9333            '64B' and
9334            ('BASE' or 'SCALE') and
9335            'NDRPDR' and
9336            '2T2C' and
9337            'L2XCFWD' and
9338            not 'VHOST' and
9339            not 'NF_DENSITY' and
9340            'MEMIF'"
9341   parameters:
9342   - "throughput"
9343   - "parent"
9344   - "tags"
9345   sort:
9346   - "1VNF"
9347   - "2VNF"
9348   - "4VNF"
9349   - "2VNF"
9350   - "4VNF"
9351   traces:
9352     hoverinfo: "x+y"
9353     boxpoints: "outliers"
9354     whiskerwidth: 0
9355   layout:
9356     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9357     layout: "plot-throughput"
9358
9359 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9360 - type: "plot"
9361   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9362   algorithm: "plot_performance_box"
9363   output-file-type: ".html"
9364   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9365   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9366   filter: "'NIC_Intel-X520-DA2' and
9367            '64B' and
9368            ('BASE' or 'SCALE') and
9369            'NDRPDR' and
9370            '1T1C' and
9371            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9372            not 'VHOST' and
9373            not 'NF_DENSITY' and
9374            'MEMIF'"
9375   parameters:
9376   - "throughput"
9377   - "parent"
9378   - "tags"
9379   sort:
9380   - "1VNF"
9381   - "2VNF"
9382   - "4VNF"
9383   - "2VNF"
9384   - "4VNF"
9385   traces:
9386     hoverinfo: "x+y"
9387     boxpoints: "outliers"
9388     whiskerwidth: 0
9389   layout:
9390     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9391     layout: "plot-throughput"
9392
9393 - type: "plot"
9394   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9395   algorithm: "plot_performance_box"
9396   output-file-type: ".html"
9397   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9398   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9399   filter: "'NIC_Intel-X520-DA2' and
9400            '64B' and
9401            ('BASE' or 'SCALE') and
9402            'NDRPDR' and
9403            '1T1C' and
9404            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9405            not 'VHOST' and
9406            not 'NF_DENSITY' and
9407            'MEMIF'"
9408   parameters:
9409   - "throughput"
9410   - "parent"
9411   - "tags"
9412   sort:
9413   - "1VNF"
9414   - "2VNF"
9415   - "4VNF"
9416   - "2VNF"
9417   - "4VNF"
9418   traces:
9419     hoverinfo: "x+y"
9420     boxpoints: "outliers"
9421     whiskerwidth: 0
9422   layout:
9423     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9424     layout: "plot-throughput"
9425
9426 - type: "plot"
9427   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9428   algorithm: "plot_performance_box"
9429   output-file-type: ".html"
9430   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9431   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9432   filter: "'NIC_Intel-X520-DA2' and
9433            '64B' and
9434            ('BASE' or 'SCALE') and
9435            'NDRPDR' and
9436            '2T2C' and
9437            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9438            not 'VHOST' and
9439            not 'NF_DENSITY' and
9440            'MEMIF'"
9441   parameters:
9442   - "throughput"
9443   - "parent"
9444   - "tags"
9445   sort:
9446   - "1VNF"
9447   - "2VNF"
9448   - "4VNF"
9449   - "2VNF"
9450   - "4VNF"
9451   traces:
9452     hoverinfo: "x+y"
9453     boxpoints: "outliers"
9454     whiskerwidth: 0
9455   layout:
9456     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9457     layout: "plot-throughput"
9458
9459 - type: "plot"
9460   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9461   algorithm: "plot_performance_box"
9462   output-file-type: ".html"
9463   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9464   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9465   filter: "'NIC_Intel-X520-DA2' and
9466            '64B' and
9467            ('BASE' or 'SCALE') and
9468            'NDRPDR' and
9469            '2T2C' and
9470            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9471            not 'VHOST' and
9472            not 'NF_DENSITY' and
9473            'MEMIF'"
9474   parameters:
9475   - "throughput"
9476   - "parent"
9477   - "tags"
9478   sort:
9479   - "1VNF"
9480   - "2VNF"
9481   - "4VNF"
9482   - "2VNF"
9483   - "4VNF"
9484   traces:
9485     hoverinfo: "x+y"
9486     boxpoints: "outliers"
9487     whiskerwidth: 0
9488   layout:
9489     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9490     layout: "plot-throughput"
9491
9492 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9493 - type: "plot"
9494   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9495   algorithm: "plot_performance_box"
9496   output-file-type: ".html"
9497   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9498   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9499   filter: "'NIC_Intel-X710' and
9500            '64B' and
9501            ('BASE' or 'SCALE') and
9502            'NDRPDR' and
9503            '1T1C' and
9504            'L2XCFWD' and
9505            not 'VHOST' and
9506            not 'NF_DENSITY' and
9507            'MEMIF'"
9508   parameters:
9509   - "throughput"
9510   - "parent"
9511   - "tags"
9512   sort:
9513   - "1VNF"
9514   - "2VNF"
9515   - "4VNF"
9516   - "2VNF"
9517   - "4VNF"
9518   traces:
9519     hoverinfo: "x+y"
9520     boxpoints: "outliers"
9521     whiskerwidth: 0
9522   layout:
9523     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9524     layout: "plot-throughput"
9525
9526 - type: "plot"
9527   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9528   algorithm: "plot_performance_box"
9529   output-file-type: ".html"
9530   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9531   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9532   filter: "'NIC_Intel-X710' and
9533            '64B' and
9534            ('BASE' or 'SCALE') and
9535            'NDRPDR' and
9536            '1T1C' and
9537            'L2XCFWD' and
9538            not 'VHOST' and
9539            not 'NF_DENSITY' and
9540            'MEMIF'"
9541   parameters:
9542   - "throughput"
9543   - "parent"
9544   - "tags"
9545   sort:
9546   - "1VNF"
9547   - "2VNF"
9548   - "4VNF"
9549   - "2VNF"
9550   - "4VNF"
9551   traces:
9552     hoverinfo: "x+y"
9553     boxpoints: "outliers"
9554     whiskerwidth: 0
9555   layout:
9556     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9557     layout: "plot-throughput"
9558
9559 - type: "plot"
9560   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9561   algorithm: "plot_performance_box"
9562   output-file-type: ".html"
9563   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9564   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9565   filter: "'NIC_Intel-X710' and
9566            '64B' and
9567            ('BASE' or 'SCALE') and
9568            'NDRPDR' and
9569            '2T2C' and
9570            'L2XCFWD' and
9571            not 'VHOST' and
9572            not 'NF_DENSITY' and
9573            'MEMIF'"
9574   parameters:
9575   - "throughput"
9576   - "parent"
9577   - "tags"
9578   sort:
9579   - "1VNF"
9580   - "2VNF"
9581   - "4VNF"
9582   - "2VNF"
9583   - "4VNF"
9584   traces:
9585     hoverinfo: "x+y"
9586     boxpoints: "outliers"
9587     whiskerwidth: 0
9588   layout:
9589     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9590     layout: "plot-throughput"
9591
9592 - type: "plot"
9593   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9594   algorithm: "plot_performance_box"
9595   output-file-type: ".html"
9596   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9597   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9598   filter: "'NIC_Intel-X710' and
9599            '64B' and
9600            ('BASE' or 'SCALE') and
9601            'NDRPDR' and
9602            '2T2C' and
9603            'L2XCFWD' and
9604            not 'VHOST' and
9605            not 'NF_DENSITY' and
9606            'MEMIF'"
9607   parameters:
9608   - "throughput"
9609   - "parent"
9610   - "tags"
9611   sort:
9612   - "1VNF"
9613   - "2VNF"
9614   - "4VNF"
9615   - "2VNF"
9616   - "4VNF"
9617   traces:
9618     hoverinfo: "x+y"
9619     boxpoints: "outliers"
9620     whiskerwidth: 0
9621   layout:
9622     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9623     layout: "plot-throughput"
9624
9625 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9626 - type: "plot"
9627   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9628   algorithm: "plot_performance_box"
9629   output-file-type: ".html"
9630   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9631   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9632   filter: "'NIC_Intel-X710' and
9633            '64B' and
9634            ('BASE' or 'SCALE') and
9635            'NDRPDR' and
9636            '1T1C' and
9637            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9638            not 'VHOST' and
9639            not 'NF_DENSITY' and
9640            'MEMIF'"
9641   parameters:
9642   - "throughput"
9643   - "parent"
9644   - "tags"
9645   sort:
9646   - "1VNF"
9647   - "2VNF"
9648   - "4VNF"
9649   - "2VNF"
9650   - "4VNF"
9651   traces:
9652     hoverinfo: "x+y"
9653     boxpoints: "outliers"
9654     whiskerwidth: 0
9655   layout:
9656     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9657     layout: "plot-throughput"
9658
9659 - type: "plot"
9660   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9661   algorithm: "plot_performance_box"
9662   output-file-type: ".html"
9663   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9664   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9665   filter: "'NIC_Intel-X710' and
9666            '64B' and
9667            ('BASE' or 'SCALE') and
9668            'NDRPDR' and
9669            '1T1C' and
9670            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9671            not 'VHOST' and
9672            not 'NF_DENSITY' and
9673            'MEMIF'"
9674   parameters:
9675   - "throughput"
9676   - "parent"
9677   - "tags"
9678   sort:
9679   - "1VNF"
9680   - "2VNF"
9681   - "4VNF"
9682   - "2VNF"
9683   - "4VNF"
9684   traces:
9685     hoverinfo: "x+y"
9686     boxpoints: "outliers"
9687     whiskerwidth: 0
9688   layout:
9689     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9690     layout: "plot-throughput"
9691
9692 - type: "plot"
9693   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9694   algorithm: "plot_performance_box"
9695   output-file-type: ".html"
9696   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9697   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9698   filter: "'NIC_Intel-X710' and
9699            '64B' and
9700            ('BASE' or 'SCALE') and
9701            'NDRPDR' and
9702            '2T2C' and
9703            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9704            not 'VHOST' and
9705            not 'NF_DENSITY' and
9706            'MEMIF'"
9707   parameters:
9708   - "throughput"
9709   - "parent"
9710   - "tags"
9711   sort:
9712   - "1VNF"
9713   - "2VNF"
9714   - "4VNF"
9715   - "2VNF"
9716   - "4VNF"
9717   traces:
9718     hoverinfo: "x+y"
9719     boxpoints: "outliers"
9720     whiskerwidth: 0
9721   layout:
9722     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9723     layout: "plot-throughput"
9724
9725 - type: "plot"
9726   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9727   algorithm: "plot_performance_box"
9728   output-file-type: ".html"
9729   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9730   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9731   filter: "'NIC_Intel-X710' and
9732            '64B' and
9733            ('BASE' or 'SCALE') and
9734            'NDRPDR' and
9735            '2T2C' and
9736            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9737            not 'VHOST' and
9738            not 'NF_DENSITY' and
9739            'MEMIF'"
9740   parameters:
9741   - "throughput"
9742   - "parent"
9743   - "tags"
9744   sort:
9745   - "1VNF"
9746   - "2VNF"
9747   - "4VNF"
9748   - "2VNF"
9749   - "4VNF"
9750   traces:
9751     hoverinfo: "x+y"
9752     boxpoints: "outliers"
9753     whiskerwidth: 0
9754   layout:
9755     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9756     layout: "plot-throughput"
9757
9758 ################################################################################
9759
9760 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9761 - type: "plot"
9762   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9763   algorithm: "plot_performance_box"
9764   output-file-type: ".html"
9765   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9767   filter: "'NIC_Intel-X520-DA2' and
9768            '64B' and
9769            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9770            'NDRPDR' and
9771            '1T1C' and
9772            'IP4FWD' and
9773            not 'IPSEC' and
9774            not 'DOT1Q' and
9775            not 'VHOST'"
9776   parameters:
9777   - "throughput"
9778   - "parent"
9779   - "tags"
9780   sort:
9781   - "IP4BASE"
9782   - "FIB_20K"
9783   - "FIB_200K"
9784   - "FIB_2M"
9785   traces:
9786     hoverinfo: "x+y"
9787     boxpoints: "outliers"
9788     whiskerwidth: 0
9789   layout:
9790     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9791     layout: "plot-throughput"
9792
9793 - type: "plot"
9794   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9795   algorithm: "plot_performance_box"
9796   output-file-type: ".html"
9797   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9799   filter: "'NIC_Intel-X520-DA2' and
9800            '64B' and
9801            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9802            'NDRPDR' and
9803            '1T1C' and
9804            'IP4FWD' and
9805            not 'IPSEC' and
9806            not 'DOT1Q' and
9807            not 'VHOST'"
9808   parameters:
9809   - "throughput"
9810   - "parent"
9811   - "tags"
9812   sort:
9813   - "IP4BASE"
9814   - "FIB_20K"
9815   - "FIB_200K"
9816   - "FIB_2M"
9817   traces:
9818     hoverinfo: "x+y"
9819     boxpoints: "outliers"
9820     whiskerwidth: 0
9821   layout:
9822     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9823     layout: "plot-throughput"
9824
9825 - type: "plot"
9826   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9827   algorithm: "plot_performance_box"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9831   filter: "'NIC_Intel-X520-DA2' and
9832            '64B' and
9833            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9834            'NDRPDR' and
9835            '2T2C' and
9836            'IP4FWD' and
9837            not 'IPSEC' and
9838            not 'DOT1Q' and
9839            not 'VHOST'"
9840   parameters:
9841   - "throughput"
9842   - "parent"
9843   - "tags"
9844   sort:
9845   - "IP4BASE"
9846   - "FIB_20K"
9847   - "FIB_200K"
9848   - "FIB_2M"
9849   traces:
9850     hoverinfo: "x+y"
9851     boxpoints: "outliers"
9852     whiskerwidth: 0
9853   layout:
9854     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9855     layout: "plot-throughput"
9856
9857 - type: "plot"
9858   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9859   algorithm: "plot_performance_box"
9860   output-file-type: ".html"
9861   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9863   filter: "'NIC_Intel-X520-DA2' and
9864            '64B' and
9865            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9866            'NDRPDR' and
9867            '2T2C' and
9868            'IP4FWD' and
9869            not 'IPSEC' and
9870            not 'DOT1Q' and
9871            not 'VHOST'"
9872   parameters:
9873   - "throughput"
9874   - "parent"
9875   - "tags"
9876   sort:
9877   - "IP4BASE"
9878   - "FIB_20K"
9879   - "FIB_200K"
9880   - "FIB_2M"
9881   traces:
9882     hoverinfo: "x+y"
9883     boxpoints: "outliers"
9884     whiskerwidth: 0
9885   layout:
9886     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9887     layout: "plot-throughput"
9888
9889 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9890 - type: "plot"
9891   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9892   algorithm: "plot_performance_box"
9893   output-file-type: ".html"
9894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9896   filter: "'NIC_Intel-X520-DA2' and
9897            '64B' and
9898            ('IP4BASE' or
9899             'POLICE_MARK' or
9900             'COPWHLIST' or
9901             ('NAT44' and 'BASE') or
9902             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9903            'NDRPDR' and
9904            '1T1C' and
9905            'IP4FWD' and
9906            not 'IPSEC' and
9907            not 'VHOST'"
9908   parameters:
9909   - "throughput"
9910   - "parent"
9911   - "tags"
9912   sort:
9913   - "DOT1Q"
9914   - "IP4BASE"
9915   - "NAT44"
9916   - "POLICE_MARK"
9917   - "COPWHLIST"
9918   - "IACL"
9919   - "OACL"
9920   traces:
9921     hoverinfo: "x+y"
9922     boxpoints: "outliers"
9923     whiskerwidth: 0
9924   layout:
9925     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9926     layout: "plot-throughput"
9927
9928 - type: "plot"
9929   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9930   algorithm: "plot_performance_box"
9931   output-file-type: ".html"
9932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9934   filter: "'NIC_Intel-X520-DA2' and
9935            '64B' and
9936            ('IP4BASE' or
9937             'POLICE_MARK' or
9938             'COPWHLIST' or
9939             ('NAT44' and 'BASE') or
9940             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9941            'NDRPDR' and
9942            '1T1C' and
9943            'IP4FWD' and
9944            not 'IPSEC' and
9945            not 'VHOST'"
9946   parameters:
9947   - "throughput"
9948   - "parent"
9949   - "tags"
9950   sort:
9951   - "DOT1Q"
9952   - "IP4BASE"
9953   - "NAT44"
9954   - "POLICE_MARK"
9955   - "COPWHLIST"
9956   - "IACL"
9957   - "OACL"
9958   traces:
9959     hoverinfo: "x+y"
9960     boxpoints: "outliers"
9961     whiskerwidth: 0
9962   layout:
9963     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9964     layout: "plot-throughput"
9965
9966 - type: "plot"
9967   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9968   algorithm: "plot_performance_box"
9969   output-file-type: ".html"
9970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9972   filter: "'NIC_Intel-X520-DA2' and
9973            '64B' and
9974            ('IP4BASE' or
9975             'POLICE_MARK' or
9976             'COPWHLIST' or
9977             ('NAT44' and 'BASE') or
9978             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9979            'NDRPDR' and
9980            '2T2C' and
9981            'IP4FWD' and
9982            not 'IPSEC' and
9983            not 'VHOST'"
9984   parameters:
9985   - "throughput"
9986   - "parent"
9987   - "tags"
9988   sort:
9989   - "DOT1Q"
9990   - "IP4BASE"
9991   - "NAT44"
9992   - "POLICE_MARK"
9993   - "COPWHLIST"
9994   - "IACL"
9995   - "OACL"
9996   traces:
9997     hoverinfo: "x+y"
9998     boxpoints: "outliers"
9999     whiskerwidth: 0
10000   layout:
10001     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10002     layout: "plot-throughput"
10003
10004 - type: "plot"
10005   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10006   algorithm: "plot_performance_box"
10007   output-file-type: ".html"
10008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10010   filter: "'NIC_Intel-X520-DA2' and
10011            '64B' and
10012            ('IP4BASE' or
10013             'POLICE_MARK' or
10014             'COPWHLIST' or
10015             ('NAT44' and 'BASE') or
10016             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10017            'NDRPDR' and
10018            '2T2C' and
10019            'IP4FWD' and
10020            not 'IPSEC' and
10021            not 'VHOST'"
10022   parameters:
10023   - "throughput"
10024   - "parent"
10025   - "tags"
10026   sort:
10027   - "DOT1Q"
10028   - "IP4BASE"
10029   - "NAT44"
10030   - "POLICE_MARK"
10031   - "COPWHLIST"
10032   - "IACL"
10033   - "OACL"
10034   traces:
10035     hoverinfo: "x+y"
10036     boxpoints: "outliers"
10037     whiskerwidth: 0
10038   layout:
10039     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10040     layout: "plot-throughput"
10041
10042 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10043 - type: "plot"
10044   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10045   algorithm: "plot_performance_box"
10046   output-file-type: ".html"
10047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10049   filter: "'NIC_Intel-X520-DA2' and
10050            '64B' and
10051            'NDRPDR' and
10052            '1T1C' and
10053            'IP4FWD' and
10054            ('NAT44' or 'IP4BASE') and
10055            not 'DOT1Q' and
10056            not 'IPSEC' and
10057            not 'VHOST'"
10058   parameters:
10059   - "throughput"
10060   - "parent"
10061   - "tags"
10062   sort:
10063   - "IP4BASE"
10064   - "BASE"
10065   - "SRC_USER_10"
10066   - "SRC_USER_100"
10067   - "SRC_USER_1000"
10068   - "SRC_USER_2000"
10069   traces:
10070     hoverinfo: "x+y"
10071     boxpoints: "outliers"
10072     whiskerwidth: 0
10073   layout:
10074     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10075     layout: "plot-throughput"
10076
10077 - type: "plot"
10078   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10079   algorithm: "plot_performance_box"
10080   output-file-type: ".html"
10081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10083   filter: "'NIC_Intel-X520-DA2' and
10084            '64B' and
10085            'NDRPDR' and
10086            '1T1C' and
10087            'IP4FWD' and
10088            ('NAT44' or 'IP4BASE') and
10089            not 'DOT1Q' and
10090            not 'IPSEC' and
10091            not 'VHOST'"
10092   parameters:
10093   - "throughput"
10094   - "parent"
10095   - "tags"
10096   sort:
10097   - "IP4BASE"
10098   - "BASE"
10099   - "SRC_USER_10"
10100   - "SRC_USER_100"
10101   - "SRC_USER_1000"
10102   - "SRC_USER_2000"
10103   traces:
10104     hoverinfo: "x+y"
10105     boxpoints: "outliers"
10106     whiskerwidth: 0
10107   layout:
10108     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10109     layout: "plot-throughput"
10110
10111 - type: "plot"
10112   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10113   algorithm: "plot_performance_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10117   filter: "'NIC_Intel-X520-DA2' and
10118            '64B' and
10119            'NDRPDR' and
10120            '2T2C' and
10121            'IP4FWD' and
10122            ('NAT44' or 'IP4BASE') and
10123            not 'DOT1Q' and
10124            not 'IPSEC' and
10125            not 'VHOST'"
10126   parameters:
10127   - "throughput"
10128   - "parent"
10129   - "tags"
10130   sort:
10131   - "IP4BASE"
10132   - "BASE"
10133   - "SRC_USER_10"
10134   - "SRC_USER_100"
10135   - "SRC_USER_1000"
10136   - "SRC_USER_2000"
10137   traces:
10138     hoverinfo: "x+y"
10139     boxpoints: "outliers"
10140     whiskerwidth: 0
10141   layout:
10142     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10143     layout: "plot-throughput"
10144
10145 - type: "plot"
10146   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10147   algorithm: "plot_performance_box"
10148   output-file-type: ".html"
10149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10151   filter: "'NIC_Intel-X520-DA2' and
10152            '64B' and
10153            'NDRPDR' and
10154            '2T2C' and
10155            'IP4FWD' and
10156            ('NAT44' or 'IP4BASE') and
10157            not 'DOT1Q' and
10158            not 'IPSEC' and
10159            not 'VHOST'"
10160   parameters:
10161   - "throughput"
10162   - "parent"
10163   - "tags"
10164   sort:
10165   - "IP4BASE"
10166   - "BASE"
10167   - "SRC_USER_10"
10168   - "SRC_USER_100"
10169   - "SRC_USER_1000"
10170   - "SRC_USER_2000"
10171   traces:
10172     hoverinfo: "x+y"
10173     boxpoints: "outliers"
10174     whiskerwidth: 0
10175   layout:
10176     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10177     layout: "plot-throughput"
10178
10179 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10180 - type: "plot"
10181   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10182   algorithm: "plot_performance_box"
10183   output-file-type: ".html"
10184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10186   filter: "'NIC_Intel-X520-DA2' and
10187            '64B' and
10188            'NDRPDR' and
10189            '1T1C' and
10190            'IP4FWD' and
10191            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10192            not 'IPSEC' and
10193            not 'DOT1Q' and
10194            not 'VHOST'"
10195   parameters:
10196   - "throughput"
10197   - "parent"
10198   - "tags"
10199   sort:
10200   - "IP4BASE"
10201   - "ACL_STATELESS"
10202   - "ACL_STATEFUL"
10203   - "ACL_STATELESS"
10204   - "ACL_STATEFUL"
10205   traces:
10206     hoverinfo: "x+y"
10207     boxpoints: "outliers"
10208     whiskerwidth: 0
10209   layout:
10210     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10211     layout: "plot-throughput"
10212
10213 - type: "plot"
10214   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10215   algorithm: "plot_performance_box"
10216   output-file-type: ".html"
10217   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10219   filter: "'NIC_Intel-X520-DA2' and
10220            '64B' and
10221            'NDRPDR' and
10222            '1T1C' and
10223            'IP4FWD' and
10224            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10225            not 'IPSEC' and
10226            not 'DOT1Q' and
10227            not 'VHOST'"
10228   parameters:
10229   - "throughput"
10230   - "parent"
10231   - "tags"
10232   sort:
10233   - "IP4BASE"
10234   - "ACL_STATELESS"
10235   - "ACL_STATEFUL"
10236   - "ACL_STATELESS"
10237   - "ACL_STATEFUL"
10238   traces:
10239     hoverinfo: "x+y"
10240     boxpoints: "outliers"
10241     whiskerwidth: 0
10242   layout:
10243     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10244     layout: "plot-throughput"
10245
10246 - type: "plot"
10247   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10248   algorithm: "plot_performance_box"
10249   output-file-type: ".html"
10250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10252   filter: "'NIC_Intel-X520-DA2' and
10253            '64B' and
10254            'NDRPDR' and
10255            '2T2C' and
10256            'IP4FWD' and
10257            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10258            not 'IPSEC' and
10259            not 'DOT1Q' and
10260            not 'VHOST'"
10261   parameters:
10262   - "throughput"
10263   - "parent"
10264   - "tags"
10265   sort:
10266   - "IP4BASE"
10267   - "ACL_STATELESS"
10268   - "ACL_STATEFUL"
10269   - "ACL_STATELESS"
10270   - "ACL_STATEFUL"
10271   traces:
10272     hoverinfo: "x+y"
10273     boxpoints: "outliers"
10274     whiskerwidth: 0
10275   layout:
10276     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10277     layout: "plot-throughput"
10278
10279 - type: "plot"
10280   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10281   algorithm: "plot_performance_box"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10285   filter: "'NIC_Intel-X520-DA2' and
10286            '64B' and
10287            'NDRPDR' and
10288            '2T2C' and
10289            'IP4FWD' and
10290            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10291            not 'IPSEC' and
10292            not 'DOT1Q' and
10293            not 'VHOST'"
10294   parameters:
10295   - "throughput"
10296   - "parent"
10297   - "tags"
10298   sort:
10299   - "IP4BASE"
10300   - "ACL_STATELESS"
10301   - "ACL_STATEFUL"
10302   - "ACL_STATELESS"
10303   - "ACL_STATEFUL"
10304   traces:
10305     hoverinfo: "x+y"
10306     boxpoints: "outliers"
10307     whiskerwidth: 0
10308   layout:
10309     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10310     layout: "plot-throughput"
10311
10312 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10313 - type: "plot"
10314   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10315   algorithm: "plot_performance_box"
10316   output-file-type: ".html"
10317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10319   filter: "'NIC_Intel-X520-DA2' and
10320            '64B' and
10321            'NDRPDR' and
10322            '1T1C' and
10323            'IP4FWD' and
10324            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10325            not 'IPSEC' and
10326            not 'DOT1Q' and
10327            not 'VHOST'"
10328   parameters:
10329   - "throughput"
10330   - "parent"
10331   - "tags"
10332   sort:
10333   - "IP4BASE"
10334   - "ACL_STATELESS"
10335   - "ACL_STATEFUL"
10336   - "ACL_STATELESS"
10337   - "ACL_STATEFUL"
10338   traces:
10339     hoverinfo: "x+y"
10340     boxpoints: "outliers"
10341     whiskerwidth: 0
10342   layout:
10343     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10344     layout: "plot-throughput"
10345
10346 - type: "plot"
10347   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10348   algorithm: "plot_performance_box"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10352   filter: "'NIC_Intel-X520-DA2' and
10353            '64B' and
10354            'NDRPDR' and
10355            '1T1C' and
10356            'IP4FWD' and
10357            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10358            not 'IPSEC' and
10359            not 'DOT1Q' and
10360            not 'VHOST'"
10361   parameters:
10362   - "throughput"
10363   - "parent"
10364   - "tags"
10365   sort:
10366   - "IP4BASE"
10367   - "ACL_STATELESS"
10368   - "ACL_STATEFUL"
10369   - "ACL_STATELESS"
10370   - "ACL_STATEFUL"
10371   traces:
10372     hoverinfo: "x+y"
10373     boxpoints: "outliers"
10374     whiskerwidth: 0
10375   layout:
10376     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10377     layout: "plot-throughput"
10378
10379 - type: "plot"
10380   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10381   algorithm: "plot_performance_box"
10382   output-file-type: ".html"
10383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10385   filter: "'NIC_Intel-X520-DA2' and
10386            '64B' and
10387            'NDRPDR' and
10388            '2T2C' and
10389            'IP4FWD' and
10390            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10391            not 'IPSEC' and
10392            not 'DOT1Q' and
10393            not 'VHOST'"
10394   parameters:
10395   - "throughput"
10396   - "parent"
10397   - "tags"
10398   sort:
10399   - "IP4BASE"
10400   - "ACL_STATELESS"
10401   - "ACL_STATEFUL"
10402   - "ACL_STATELESS"
10403   - "ACL_STATEFUL"
10404   traces:
10405     hoverinfo: "x+y"
10406     boxpoints: "outliers"
10407     whiskerwidth: 0
10408   layout:
10409     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10410     layout: "plot-throughput"
10411
10412 - type: "plot"
10413   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10414   algorithm: "plot_performance_box"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10418   filter: "'NIC_Intel-X520-DA2' and
10419            '64B' and
10420            'NDRPDR' and
10421            '2T2C' and
10422            'IP4FWD' and
10423            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10424            not 'IPSEC' and
10425            not 'DOT1Q' and
10426            not 'VHOST'"
10427   parameters:
10428   - "throughput"
10429   - "parent"
10430   - "tags"
10431   sort:
10432   - "IP4BASE"
10433   - "ACL_STATELESS"
10434   - "ACL_STATEFUL"
10435   - "ACL_STATELESS"
10436   - "ACL_STATEFUL"
10437   traces:
10438     hoverinfo: "x+y"
10439     boxpoints: "outliers"
10440     whiskerwidth: 0
10441   layout:
10442     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10443     layout: "plot-throughput"
10444
10445 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10446 - type: "plot"
10447   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10448   algorithm: "plot_performance_box"
10449   output-file-type: ".html"
10450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10452   filter: "'NIC_Intel-X710' and
10453            '64B' and
10454            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10455            'NDRPDR' and
10456            '1T1C' and
10457            'IP4FWD' and
10458            not 'IPSEC' and
10459            not 'DOT1Q' and
10460            not 'VHOST'"
10461   parameters:
10462   - "throughput"
10463   - "parent"
10464   - "tags"
10465   sort:
10466   - "IP4BASE"
10467   - "FIB_20K"
10468   - "FIB_200K"
10469   - "FIB_2M"
10470   traces:
10471     hoverinfo: "x+y"
10472     boxpoints: "outliers"
10473     whiskerwidth: 0
10474   layout:
10475     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10476     layout: "plot-throughput"
10477
10478 - type: "plot"
10479   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10480   algorithm: "plot_performance_box"
10481   output-file-type: ".html"
10482   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10484   filter: "'NIC_Intel-X710' and
10485            '64B' and
10486            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10487            'NDRPDR' and
10488            '1T1C' and
10489            'IP4FWD' and
10490            not 'IPSEC' and
10491            not 'DOT1Q' and
10492            not 'VHOST'"
10493   parameters:
10494   - "throughput"
10495   - "parent"
10496   - "tags"
10497   sort:
10498   - "IP4BASE"
10499   - "FIB_20K"
10500   - "FIB_200K"
10501   - "FIB_2M"
10502   traces:
10503     hoverinfo: "x+y"
10504     boxpoints: "outliers"
10505     whiskerwidth: 0
10506   layout:
10507     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10508     layout: "plot-throughput"
10509
10510 - type: "plot"
10511   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10512   algorithm: "plot_performance_box"
10513   output-file-type: ".html"
10514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10516   filter: "'NIC_Intel-X710' and
10517            '64B' and
10518            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10519            'NDRPDR' and
10520            '2T2C' and
10521            'IP4FWD' and
10522            not 'IPSEC' and
10523            not 'DOT1Q' and
10524            not 'VHOST'"
10525   parameters:
10526   - "throughput"
10527   - "parent"
10528   - "tags"
10529   sort:
10530   - "IP4BASE"
10531   - "FIB_20K"
10532   - "FIB_200K"
10533   - "FIB_2M"
10534   traces:
10535     hoverinfo: "x+y"
10536     boxpoints: "outliers"
10537     whiskerwidth: 0
10538   layout:
10539     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10540     layout: "plot-throughput"
10541
10542 - type: "plot"
10543   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10544   algorithm: "plot_performance_box"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10548   filter: "'NIC_Intel-X710' and
10549            '64B' and
10550            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10551            'NDRPDR' and
10552            '2T2C' and
10553            'IP4FWD' and
10554            not 'IPSEC' and
10555            not 'DOT1Q' and
10556            not 'VHOST'"
10557   parameters:
10558   - "throughput"
10559   - "parent"
10560   - "tags"
10561   sort:
10562   - "IP4BASE"
10563   - "FIB_20K"
10564   - "FIB_200K"
10565   - "FIB_2M"
10566   traces:
10567     hoverinfo: "x+y"
10568     boxpoints: "outliers"
10569     whiskerwidth: 0
10570   layout:
10571     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10572     layout: "plot-throughput"
10573
10574 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10575 - type: "plot"
10576   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10577   algorithm: "plot_performance_box"
10578   output-file-type: ".html"
10579   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10581   filter: "'NIC_Intel-X710' and
10582            '64B' and
10583            ('IP4BASE' or
10584             'POLICE_MARK' or
10585             'COPWHLIST' or
10586             ('NAT44' and 'BASE') or
10587             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10588            'NDRPDR' and
10589            '1T1C' and
10590            'IP4FWD' and
10591            not 'IPSEC' and
10592            not 'VHOST'"
10593   parameters:
10594   - "throughput"
10595   - "parent"
10596   - "tags"
10597   sort:
10598   - "DOT1Q"
10599   - "IP4BASE"
10600   - "NAT44"
10601   - "POLICE_MARK"
10602   - "COPWHLIST"
10603   - "IACL"
10604   - "OACL"
10605   traces:
10606     hoverinfo: "x+y"
10607     boxpoints: "outliers"
10608     whiskerwidth: 0
10609   layout:
10610     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10611     layout: "plot-throughput"
10612
10613 - type: "plot"
10614   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10615   algorithm: "plot_performance_box"
10616   output-file-type: ".html"
10617   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10619   filter: "'NIC_Intel-X710' and
10620            '64B' and
10621            ('IP4BASE' or
10622             'POLICE_MARK' or
10623             'COPWHLIST' or
10624             ('NAT44' and 'BASE') or
10625             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10626            'NDRPDR' and
10627            '1T1C' and
10628            'IP4FWD' and
10629            not 'IPSEC' and
10630            not 'VHOST'"
10631   parameters:
10632   - "throughput"
10633   - "parent"
10634   - "tags"
10635   sort:
10636   - "DOT1Q"
10637   - "IP4BASE"
10638   - "NAT44"
10639   - "POLICE_MARK"
10640   - "COPWHLIST"
10641   - "IACL"
10642   - "OACL"
10643   traces:
10644     hoverinfo: "x+y"
10645     boxpoints: "outliers"
10646     whiskerwidth: 0
10647   layout:
10648     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10649     layout: "plot-throughput"
10650
10651 - type: "plot"
10652   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10653   algorithm: "plot_performance_box"
10654   output-file-type: ".html"
10655   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10656   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10657   filter: "'NIC_Intel-X710' and
10658            '64B' and
10659            ('IP4BASE' or
10660             'POLICE_MARK' or
10661             'COPWHLIST' or
10662             ('NAT44' and 'BASE') or
10663             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10664            'NDRPDR' and
10665            '2T2C' and
10666            'IP4FWD' and
10667            not 'IPSEC' and
10668            not 'VHOST'"
10669   parameters:
10670   - "throughput"
10671   - "parent"
10672   - "tags"
10673   sort:
10674   - "DOT1Q"
10675   - "IP4BASE"
10676   - "NAT44"
10677   - "POLICE_MARK"
10678   - "COPWHLIST"
10679   - "IACL"
10680   - "OACL"
10681   traces:
10682     hoverinfo: "x+y"
10683     boxpoints: "outliers"
10684     whiskerwidth: 0
10685   layout:
10686     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10687     layout: "plot-throughput"
10688
10689 - type: "plot"
10690   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10691   algorithm: "plot_performance_box"
10692   output-file-type: ".html"
10693   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10695   filter: "'NIC_Intel-X710' and
10696            '64B' and
10697            ('IP4BASE' or
10698             'POLICE_MARK' or
10699             'COPWHLIST' or
10700             ('NAT44' and 'BASE') or
10701             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10702            'NDRPDR' and
10703            '2T2C' and
10704            'IP4FWD' and
10705            not 'IPSEC' and
10706            not 'VHOST'"
10707   parameters:
10708   - "throughput"
10709   - "parent"
10710   - "tags"
10711   sort:
10712   - "DOT1Q"
10713   - "IP4BASE"
10714   - "NAT44"
10715   - "POLICE_MARK"
10716   - "COPWHLIST"
10717   - "IACL"
10718   - "OACL"
10719   traces:
10720     hoverinfo: "x+y"
10721     boxpoints: "outliers"
10722     whiskerwidth: 0
10723   layout:
10724     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10725     layout: "plot-throughput"
10726
10727 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10728 - type: "plot"
10729   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10730   algorithm: "plot_performance_box"
10731   output-file-type: ".html"
10732   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10734   filter: "'NIC_Intel-X710' and
10735            '64B' and
10736            'NDRPDR' and
10737            '2T1C' and
10738            'IP4FWD' and
10739            ('NAT44' or 'IP4BASE') and
10740            not 'IPSEC' and
10741            not 'VHOST'"
10742   parameters:
10743   - "throughput"
10744   - "parent"
10745   - "tags"
10746   sort:
10747   - "IP4BASE"
10748   - "BASE"
10749   - "SRC_USER_10"
10750   - "SRC_USER_100"
10751   - "SRC_USER_1000"
10752   - "SRC_USER_2000"
10753   traces:
10754     hoverinfo: "x+y"
10755     boxpoints: "outliers"
10756     whiskerwidth: 0
10757   layout:
10758     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10759     layout: "plot-throughput"
10760
10761 - type: "plot"
10762   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10763   algorithm: "plot_performance_box"
10764   output-file-type: ".html"
10765   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10767   filter: "'NIC_Intel-X710' and
10768            '64B' and
10769            'NDRPDR' and
10770            '2T1C' and
10771            'IP4FWD' and
10772            ('NAT44' or 'IP4BASE') and
10773            not 'IPSEC' and
10774            not 'VHOST'"
10775   parameters:
10776   - "throughput"
10777   - "parent"
10778   - "tags"
10779   sort:
10780   - "IP4BASE"
10781   - "BASE"
10782   - "SRC_USER_10"
10783   - "SRC_USER_100"
10784   - "SRC_USER_1000"
10785   - "SRC_USER_2000"
10786   traces:
10787     hoverinfo: "x+y"
10788     boxpoints: "outliers"
10789     whiskerwidth: 0
10790   layout:
10791     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10792     layout: "plot-throughput"
10793
10794 - type: "plot"
10795   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10796   algorithm: "plot_performance_box"
10797   output-file-type: ".html"
10798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10800   filter: "'NIC_Intel-X710' and
10801            '64B' and
10802            'NDRPDR' and
10803            '4T2C' and
10804            'IP4FWD' and
10805            ('NAT44' or 'IP4BASE') and
10806            not 'IPSEC' and
10807            not 'VHOST'"
10808   parameters:
10809   - "throughput"
10810   - "parent"
10811   - "tags"
10812   sort:
10813   - "IP4BASE"
10814   - "BASE"
10815   - "SRC_USER_10"
10816   - "SRC_USER_100"
10817   - "SRC_USER_1000"
10818   - "SRC_USER_2000"
10819   traces:
10820     hoverinfo: "x+y"
10821     boxpoints: "outliers"
10822     whiskerwidth: 0
10823   layout:
10824     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10825     layout: "plot-throughput"
10826
10827 - type: "plot"
10828   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10829   algorithm: "plot_performance_box"
10830   output-file-type: ".html"
10831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10833   filter: "'NIC_Intel-X710' and
10834            '64B' and
10835            'NDRPDR' and
10836            '4T2C' and
10837            'IP4FWD' and
10838            ('NAT44' or 'IP4BASE') and
10839            not 'IPSEC' and
10840            not 'VHOST'"
10841   parameters:
10842   - "throughput"
10843   - "parent"
10844   - "tags"
10845   sort:
10846   - "IP4BASE"
10847   - "BASE"
10848   - "SRC_USER_10"
10849   - "SRC_USER_100"
10850   - "SRC_USER_1000"
10851   - "SRC_USER_2000"
10852   traces:
10853     hoverinfo: "x+y"
10854     boxpoints: "outliers"
10855     whiskerwidth: 0
10856   layout:
10857     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10858     layout: "plot-throughput"
10859
10860 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10861 - type: "plot"
10862   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10863   algorithm: "plot_performance_box"
10864   output-file-type: ".html"
10865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10867   filter: "'NIC_Intel-X710' and
10868            '64B' and
10869            'NDRPDR' and
10870            '2T1C' and
10871            'IP4FWD' and
10872            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10873            not 'IPSEC' and
10874            not 'VHOST'"
10875   parameters:
10876   - "throughput"
10877   - "parent"
10878   - "tags"
10879   sort:
10880   - "IP4BASE"
10881   - "ACL_STATELESS"
10882   - "ACL_STATEFUL"
10883   - "ACL_STATELESS"
10884   - "ACL_STATEFUL"
10885   traces:
10886     hoverinfo: "x+y"
10887     boxpoints: "outliers"
10888     whiskerwidth: 0
10889   layout:
10890     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10891     layout: "plot-throughput"
10892
10893 - type: "plot"
10894   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10895   algorithm: "plot_performance_box"
10896   output-file-type: ".html"
10897   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10899   filter: "'NIC_Intel-X710' and
10900            '64B' and
10901            'NDRPDR' and
10902            '2T1C' and
10903            'IP4FWD' and
10904            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10905            not 'IPSEC' and
10906            not 'VHOST'"
10907   parameters:
10908   - "throughput"
10909   - "parent"
10910   - "tags"
10911   sort:
10912   - "IP4BASE"
10913   - "ACL_STATELESS"
10914   - "ACL_STATEFUL"
10915   - "ACL_STATELESS"
10916   - "ACL_STATEFUL"
10917   traces:
10918     hoverinfo: "x+y"
10919     boxpoints: "outliers"
10920     whiskerwidth: 0
10921   layout:
10922     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10923     layout: "plot-throughput"
10924
10925 - type: "plot"
10926   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10927   algorithm: "plot_performance_box"
10928   output-file-type: ".html"
10929   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10931   filter: "'NIC_Intel-X710' and
10932            '64B' and
10933            'NDRPDR' and
10934            '4T2C' and
10935            'IP4FWD' and
10936            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10937            not 'IPSEC' and
10938            not 'VHOST'"
10939   parameters:
10940   - "throughput"
10941   - "parent"
10942   - "tags"
10943   sort:
10944   - "IP4BASE"
10945   - "ACL_STATELESS"
10946   - "ACL_STATEFUL"
10947   - "ACL_STATELESS"
10948   - "ACL_STATEFUL"
10949   traces:
10950     hoverinfo: "x+y"
10951     boxpoints: "outliers"
10952     whiskerwidth: 0
10953   layout:
10954     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10955     layout: "plot-throughput"
10956
10957 - type: "plot"
10958   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10959   algorithm: "plot_performance_box"
10960   output-file-type: ".html"
10961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10963   filter: "'NIC_Intel-X710' and
10964            '64B' and
10965            'NDRPDR' and
10966            '4T2C' and
10967            'IP4FWD' and
10968            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10969            not 'IPSEC' and
10970            not 'VHOST'"
10971   parameters:
10972   - "throughput"
10973   - "parent"
10974   - "tags"
10975   sort:
10976   - "IP4BASE"
10977   - "ACL_STATELESS"
10978   - "ACL_STATEFUL"
10979   - "ACL_STATELESS"
10980   - "ACL_STATEFUL"
10981   traces:
10982     hoverinfo: "x+y"
10983     boxpoints: "outliers"
10984     whiskerwidth: 0
10985   layout:
10986     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10987     layout: "plot-throughput"
10988
10989 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10990 - type: "plot"
10991   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10992   algorithm: "plot_performance_box"
10993   output-file-type: ".html"
10994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
10995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10996   filter: "'NIC_Intel-XL710' and
10997            '64B' and
10998            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10999            'NDRPDR' and
11000            '1T1C' and
11001            'IP4FWD' and
11002            not 'IPSEC' and
11003            not 'VHOST'"
11004   parameters:
11005   - "throughput"
11006   - "parent"
11007   - "tags"
11008   sort:
11009   - "IP4BASE"
11010   - "FIB_20K"
11011   - "FIB_200K"
11012   - "FIB_2M"
11013   traces:
11014     hoverinfo: "x+y"
11015     boxpoints: "outliers"
11016     whiskerwidth: 0
11017   layout:
11018     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11019     layout: "plot-throughput"
11020
11021 - type: "plot"
11022   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11023   algorithm: "plot_performance_box"
11024   output-file-type: ".html"
11025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11027   filter: "'NIC_Intel-XL710' and
11028            '64B' and
11029            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11030            'NDRPDR' and
11031            '1T1C' and
11032            'IP4FWD' and
11033            not 'IPSEC' and
11034            not 'VHOST'"
11035   parameters:
11036   - "throughput"
11037   - "parent"
11038   - "tags"
11039   sort:
11040   - "IP4BASE"
11041   - "FIB_20K"
11042   - "FIB_200K"
11043   - "FIB_2M"
11044   traces:
11045     hoverinfo: "x+y"
11046     boxpoints: "outliers"
11047     whiskerwidth: 0
11048   layout:
11049     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11050     layout: "plot-throughput"
11051
11052 - type: "plot"
11053   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11054   algorithm: "plot_performance_box"
11055   output-file-type: ".html"
11056   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11058   filter: "'NIC_Intel-XL710' and
11059            '64B' and
11060            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11061            'NDRPDR' and
11062            '2T2C' and
11063            'IP4FWD' and
11064            not 'IPSEC' and
11065            not 'VHOST'"
11066   parameters:
11067   - "throughput"
11068   - "parent"
11069   - "tags"
11070   sort:
11071   - "IP4BASE"
11072   - "FIB_20K"
11073   - "FIB_200K"
11074   - "FIB_2M"
11075   traces:
11076     hoverinfo: "x+y"
11077     boxpoints: "outliers"
11078     whiskerwidth: 0
11079   layout:
11080     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11085   algorithm: "plot_performance_box"
11086   output-file-type: ".html"
11087   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11089   filter: "'NIC_Intel-XL710' and
11090            '64B' and
11091            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11092            'NDRPDR' and
11093            '2T2C' and
11094            'IP4FWD' and
11095            not 'IPSEC' and
11096            not 'VHOST'"
11097   parameters:
11098   - "throughput"
11099   - "parent"
11100   - "tags"
11101   sort:
11102   - "IP4BASE"
11103   - "FIB_20K"
11104   - "FIB_200K"
11105   - "FIB_2M"
11106   traces:
11107     hoverinfo: "x+y"
11108     boxpoints: "outliers"
11109     whiskerwidth: 0
11110   layout:
11111     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11112     layout: "plot-throughput"
11113
11114 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11115 - type: "plot"
11116   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11117   algorithm: "plot_performance_box"
11118   output-file-type: ".html"
11119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11121   filter: "'NIC_Intel-X710' and
11122            '64B' and
11123            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11124            'NDRPDR' and
11125            '2T1C' and
11126            'IP4FWD' and
11127            not 'IPSEC' and
11128            not 'DOT1Q' and
11129            not 'VHOST'"
11130   parameters:
11131   - "throughput"
11132   - "parent"
11133   - "tags"
11134   sort:
11135   - "IP4BASE"
11136   - "FIB_20K"
11137   - "FIB_200K"
11138   - "FIB_2M"
11139   traces:
11140     hoverinfo: "x+y"
11141     boxpoints: "outliers"
11142     whiskerwidth: 0
11143   layout:
11144     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11145     layout: "plot-throughput"
11146
11147 - type: "plot"
11148   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11149   algorithm: "plot_performance_box"
11150   output-file-type: ".html"
11151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11153   filter: "'NIC_Intel-X710' and
11154            '64B' and
11155            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11156            'NDRPDR' and
11157            '2T1C' and
11158            'IP4FWD' and
11159            not 'IPSEC' and
11160            not 'DOT1Q' and
11161            not 'VHOST'"
11162   parameters:
11163   - "throughput"
11164   - "parent"
11165   - "tags"
11166   sort:
11167   - "IP4BASE"
11168   - "FIB_20K"
11169   - "FIB_200K"
11170   - "FIB_2M"
11171   traces:
11172     hoverinfo: "x+y"
11173     boxpoints: "outliers"
11174     whiskerwidth: 0
11175   layout:
11176     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11177     layout: "plot-throughput"
11178
11179 - type: "plot"
11180   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11181   algorithm: "plot_performance_box"
11182   output-file-type: ".html"
11183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11185   filter: "'NIC_Intel-X710' and
11186            '64B' and
11187            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11188            'NDRPDR' and
11189            '4T2C' and
11190            'IP4FWD' and
11191            not 'IPSEC' and
11192            not 'DOT1Q' and
11193            not 'VHOST'"
11194   parameters:
11195   - "throughput"
11196   - "parent"
11197   - "tags"
11198   sort:
11199   - "IP4BASE"
11200   - "FIB_20K"
11201   - "FIB_200K"
11202   - "FIB_2M"
11203   traces:
11204     hoverinfo: "x+y"
11205     boxpoints: "outliers"
11206     whiskerwidth: 0
11207   layout:
11208     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11213   algorithm: "plot_performance_box"
11214   output-file-type: ".html"
11215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11217   filter: "'NIC_Intel-X710' and
11218            '64B' and
11219            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11220            'NDRPDR' and
11221            '4T2C' and
11222            'IP4FWD' and
11223            not 'IPSEC' and
11224            not 'DOT1Q' and
11225            not 'VHOST'"
11226   parameters:
11227   - "throughput"
11228   - "parent"
11229   - "tags"
11230   sort:
11231   - "IP4BASE"
11232   - "FIB_20K"
11233   - "FIB_200K"
11234   - "FIB_2M"
11235   traces:
11236     hoverinfo: "x+y"
11237     boxpoints: "outliers"
11238     whiskerwidth: 0
11239   layout:
11240     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11241     layout: "plot-throughput"
11242
11243 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11244 - type: "plot"
11245   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11246   algorithm: "plot_performance_box"
11247   output-file-type: ".html"
11248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11250   filter: "'NIC_Intel-X710' and
11251            '64B' and
11252            ('IP4BASE' or
11253             'POLICE_MARK' or
11254             'COPWHLIST' or
11255             ('NAT44' and 'BASE') or
11256             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11257            'NDRPDR' and
11258            '2T1C' and
11259            'IP4FWD' and
11260            not 'IPSEC' and
11261            not 'VHOST'"
11262   parameters:
11263   - "throughput"
11264   - "parent"
11265   - "tags"
11266   sort:
11267   - "DOT1Q"
11268   - "IP4BASE"
11269   - "NAT44"
11270   - "POLICE_MARK"
11271   - "COPWHLIST"
11272   - "IACL"
11273   - "OACL"
11274   traces:
11275     hoverinfo: "x+y"
11276     boxpoints: "outliers"
11277     whiskerwidth: 0
11278   layout:
11279     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11280     layout: "plot-throughput"
11281
11282 - type: "plot"
11283   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11284   algorithm: "plot_performance_box"
11285   output-file-type: ".html"
11286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11288   filter: "'NIC_Intel-X710' and
11289            '64B' and
11290            ('IP4BASE' or
11291             'POLICE_MARK' or
11292             'COPWHLIST' or
11293             ('NAT44' and 'BASE') or
11294             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11295            'NDRPDR' and
11296            '2T1C' and
11297            'IP4FWD' and
11298            not 'IPSEC' and
11299            not 'VHOST'"
11300   parameters:
11301   - "throughput"
11302   - "parent"
11303   - "tags"
11304   sort:
11305   - "DOT1Q"
11306   - "IP4BASE"
11307   - "NAT44"
11308   - "POLICE_MARK"
11309   - "COPWHLIST"
11310   - "IACL"
11311   - "OACL"
11312   traces:
11313     hoverinfo: "x+y"
11314     boxpoints: "outliers"
11315     whiskerwidth: 0
11316   layout:
11317     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11318     layout: "plot-throughput"
11319
11320 - type: "plot"
11321   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11322   algorithm: "plot_performance_box"
11323   output-file-type: ".html"
11324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11326   filter: "'NIC_Intel-X710' and
11327            '64B' and
11328            ('IP4BASE' or
11329             'POLICE_MARK' or
11330             'COPWHLIST' or
11331             ('NAT44' and 'BASE') or
11332             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11333            'NDRPDR' and
11334            '4T2C' and
11335            'IP4FWD' and
11336            not 'IPSEC' and
11337            not 'VHOST'"
11338   parameters:
11339   - "throughput"
11340   - "parent"
11341   - "tags"
11342   sort:
11343   - "DOT1Q"
11344   - "IP4BASE"
11345   - "NAT44"
11346   - "POLICE_MARK"
11347   - "COPWHLIST"
11348   - "IACL"
11349   - "OACL"
11350   traces:
11351     hoverinfo: "x+y"
11352     boxpoints: "outliers"
11353     whiskerwidth: 0
11354   layout:
11355     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11360   algorithm: "plot_performance_box"
11361   output-file-type: ".html"
11362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11364   filter: "'NIC_Intel-X710' and
11365            '64B' and
11366            ('IP4BASE' or
11367             'POLICE_MARK' or
11368             'COPWHLIST' or
11369             ('NAT44' and 'BASE') or
11370             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11371            'NDRPDR' and
11372            '4T2C' and
11373            'IP4FWD' and
11374            not 'IPSEC' and
11375            not 'VHOST'"
11376   parameters:
11377   - "throughput"
11378   - "parent"
11379   - "tags"
11380   sort:
11381   - "DOT1Q"
11382   - "IP4BASE"
11383   - "NAT44"
11384   - "POLICE_MARK"
11385   - "COPWHLIST"
11386   - "IACL"
11387   - "OACL"
11388   traces:
11389     hoverinfo: "x+y"
11390     boxpoints: "outliers"
11391     whiskerwidth: 0
11392   layout:
11393     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11394     layout: "plot-throughput"
11395
11396 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11397 - type: "plot"
11398   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11399   algorithm: "plot_performance_box"
11400   output-file-type: ".html"
11401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11403   filter: "'NIC_Intel-X710' and
11404            '64B' and
11405            'NDRPDR' and
11406            '1T1C' and
11407            'IP4FWD' and
11408            ('NAT44' or 'IP4BASE') and
11409            not 'IPSEC' and
11410            not 'VHOST'"
11411   parameters:
11412   - "throughput"
11413   - "parent"
11414   - "tags"
11415   sort:
11416   - "IP4BASE"
11417   - "BASE"
11418   - "SRC_USER_10"
11419   - "SRC_USER_100"
11420   - "SRC_USER_1000"
11421   - "SRC_USER_2000"
11422   traces:
11423     hoverinfo: "x+y"
11424     boxpoints: "outliers"
11425     whiskerwidth: 0
11426   layout:
11427     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11432   algorithm: "plot_performance_box"
11433   output-file-type: ".html"
11434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11436   filter: "'NIC_Intel-X710' and
11437            '64B' and
11438            'NDRPDR' and
11439            '1T1C' and
11440            'IP4FWD' and
11441            ('NAT44' or 'IP4BASE') and
11442            not 'IPSEC' and
11443            not 'VHOST'"
11444   parameters:
11445   - "throughput"
11446   - "parent"
11447   - "tags"
11448   sort:
11449   - "IP4BASE"
11450   - "BASE"
11451   - "SRC_USER_10"
11452   - "SRC_USER_100"
11453   - "SRC_USER_1000"
11454   - "SRC_USER_2000"
11455   traces:
11456     hoverinfo: "x+y"
11457     boxpoints: "outliers"
11458     whiskerwidth: 0
11459   layout:
11460     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11465   algorithm: "plot_performance_box"
11466   output-file-type: ".html"
11467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11469   filter: "'NIC_Intel-X710' and
11470            '64B' and
11471            'NDRPDR' and
11472            '2T2C' and
11473            'IP4FWD' and
11474            ('NAT44' or 'IP4BASE') and
11475            not 'IPSEC' and
11476            not 'VHOST'"
11477   parameters:
11478   - "throughput"
11479   - "parent"
11480   - "tags"
11481   sort:
11482   - "IP4BASE"
11483   - "BASE"
11484   - "SRC_USER_10"
11485   - "SRC_USER_100"
11486   - "SRC_USER_1000"
11487   - "SRC_USER_2000"
11488   traces:
11489     hoverinfo: "x+y"
11490     boxpoints: "outliers"
11491     whiskerwidth: 0
11492   layout:
11493     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11498   algorithm: "plot_performance_box"
11499   output-file-type: ".html"
11500   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11502   filter: "'NIC_Intel-X710' and
11503            '64B' and
11504            'NDRPDR' and
11505            '2T2C' and
11506            'IP4FWD' and
11507            ('NAT44' or 'IP4BASE') and
11508            not 'IPSEC' and
11509            not 'VHOST'"
11510   parameters:
11511   - "throughput"
11512   - "parent"
11513   - "tags"
11514   sort:
11515   - "IP4BASE"
11516   - "BASE"
11517   - "SRC_USER_10"
11518   - "SRC_USER_100"
11519   - "SRC_USER_1000"
11520   - "SRC_USER_2000"
11521   traces:
11522     hoverinfo: "x+y"
11523     boxpoints: "outliers"
11524     whiskerwidth: 0
11525   layout:
11526     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11527     layout: "plot-throughput"
11528
11529 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11530 - type: "plot"
11531   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11532   algorithm: "plot_performance_box"
11533   output-file-type: ".html"
11534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11536   filter: "'NIC_Intel-X710' and
11537            '64B' and
11538            'NDRPDR' and
11539            '1T1C' and
11540            'IP4FWD' and
11541            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11542            not 'IPSEC' and
11543            not 'VHOST'"
11544   parameters:
11545   - "throughput"
11546   - "parent"
11547   - "tags"
11548   sort:
11549   - "IP4BASE"
11550   - "ACL_STATELESS"
11551   - "ACL_STATEFUL"
11552   - "ACL_STATELESS"
11553   - "ACL_STATEFUL"
11554   traces:
11555     hoverinfo: "x+y"
11556     boxpoints: "outliers"
11557     whiskerwidth: 0
11558   layout:
11559     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11560     layout: "plot-throughput"
11561
11562 - type: "plot"
11563   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11564   algorithm: "plot_performance_box"
11565   output-file-type: ".html"
11566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11568   filter: "'NIC_Intel-X710' and
11569            '64B' and
11570            'NDRPDR' and
11571            '1T1C' and
11572            'IP4FWD' and
11573            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11574            not 'IPSEC' and
11575            not 'VHOST'"
11576   parameters:
11577   - "throughput"
11578   - "parent"
11579   - "tags"
11580   sort:
11581   - "IP4BASE"
11582   - "ACL_STATELESS"
11583   - "ACL_STATEFUL"
11584   - "ACL_STATELESS"
11585   - "ACL_STATEFUL"
11586   traces:
11587     hoverinfo: "x+y"
11588     boxpoints: "outliers"
11589     whiskerwidth: 0
11590   layout:
11591     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11592     layout: "plot-throughput"
11593
11594 - type: "plot"
11595   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11596   algorithm: "plot_performance_box"
11597   output-file-type: ".html"
11598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11600   filter: "'NIC_Intel-X710' and
11601            '64B' and
11602            'NDRPDR' and
11603            '2T2C' and
11604            'IP4FWD' and
11605            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11606            not 'IPSEC' and
11607            not 'VHOST'"
11608   parameters:
11609   - "throughput"
11610   - "parent"
11611   - "tags"
11612   sort:
11613   - "IP4BASE"
11614   - "ACL_STATELESS"
11615   - "ACL_STATEFUL"
11616   - "ACL_STATELESS"
11617   - "ACL_STATEFUL"
11618   traces:
11619     hoverinfo: "x+y"
11620     boxpoints: "outliers"
11621     whiskerwidth: 0
11622   layout:
11623     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11624     layout: "plot-throughput"
11625
11626 - type: "plot"
11627   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11628   algorithm: "plot_performance_box"
11629   output-file-type: ".html"
11630   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11632   filter: "'NIC_Intel-X710' and
11633            '64B' and
11634            'NDRPDR' and
11635            '2T2C' and
11636            'IP4FWD' and
11637            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11638            not 'IPSEC' and
11639            not 'VHOST'"
11640   parameters:
11641   - "throughput"
11642   - "parent"
11643   - "tags"
11644   sort:
11645   - "IP4BASE"
11646   - "ACL_STATELESS"
11647   - "ACL_STATEFUL"
11648   - "ACL_STATELESS"
11649   - "ACL_STATEFUL"
11650   traces:
11651     hoverinfo: "x+y"
11652     boxpoints: "outliers"
11653     whiskerwidth: 0
11654   layout:
11655     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11656     layout: "plot-throughput"
11657
11658 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11659 - type: "plot"
11660   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11661   algorithm: "plot_performance_box"
11662   output-file-type: ".html"
11663   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11665   filter: "'NIC_Intel-X710' and
11666            '64B' and
11667            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11668            'NDRPDR' and
11669            '2T1C' and
11670            'IP4FWD' and
11671            not 'IPSEC' and
11672            not 'DOT1Q' and
11673            not 'VHOST'"
11674   parameters:
11675   - "throughput"
11676   - "parent"
11677   - "tags"
11678   sort:
11679   - "IP4BASE"
11680   - "FIB_20K"
11681   - "FIB_200K"
11682   - "FIB_2M"
11683   traces:
11684     hoverinfo: "x+y"
11685     boxpoints: "outliers"
11686     whiskerwidth: 0
11687   layout:
11688     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11689     layout: "plot-throughput"
11690
11691 - type: "plot"
11692   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11693   algorithm: "plot_performance_box"
11694   output-file-type: ".html"
11695   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11697   filter: "'NIC_Intel-X710' and
11698            '64B' and
11699            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11700            'NDRPDR' and
11701            '2T1C' and
11702            'IP4FWD' and
11703            not 'IPSEC' and
11704            not 'DOT1Q' and
11705            not 'VHOST'"
11706   parameters:
11707   - "throughput"
11708   - "parent"
11709   - "tags"
11710   sort:
11711   - "IP4BASE"
11712   - "FIB_20K"
11713   - "FIB_200K"
11714   - "FIB_2M"
11715   traces:
11716     hoverinfo: "x+y"
11717     boxpoints: "outliers"
11718     whiskerwidth: 0
11719   layout:
11720     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11721     layout: "plot-throughput"
11722
11723 - type: "plot"
11724   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11725   algorithm: "plot_performance_box"
11726   output-file-type: ".html"
11727   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11729   filter: "'NIC_Intel-X710' and
11730            '64B' and
11731            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11732            'NDRPDR' and
11733            '4T2C' and
11734            'IP4FWD' and
11735            not 'IPSEC' and
11736            not 'DOT1Q' and
11737            not 'VHOST'"
11738   parameters:
11739   - "throughput"
11740   - "parent"
11741   - "tags"
11742   sort:
11743   - "IP4BASE"
11744   - "FIB_20K"
11745   - "FIB_200K"
11746   - "FIB_2M"
11747   traces:
11748     hoverinfo: "x+y"
11749     boxpoints: "outliers"
11750     whiskerwidth: 0
11751   layout:
11752     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11753     layout: "plot-throughput"
11754
11755 - type: "plot"
11756   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11757   algorithm: "plot_performance_box"
11758   output-file-type: ".html"
11759   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11761   filter: "'NIC_Intel-X710' and
11762            '64B' and
11763            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11764            'NDRPDR' and
11765            '4T2C' and
11766            'IP4FWD' and
11767            not 'IPSEC' and
11768            not 'DOT1Q' and
11769            not 'VHOST'"
11770   parameters:
11771   - "throughput"
11772   - "parent"
11773   - "tags"
11774   sort:
11775   - "IP4BASE"
11776   - "FIB_20K"
11777   - "FIB_200K"
11778   - "FIB_2M"
11779   traces:
11780     hoverinfo: "x+y"
11781     boxpoints: "outliers"
11782     whiskerwidth: 0
11783   layout:
11784     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11785     layout: "plot-throughput"
11786
11787 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11788 - type: "plot"
11789   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11790   algorithm: "plot_performance_box"
11791   output-file-type: ".html"
11792   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11794   filter: "'NIC_Intel-X710' and
11795            '64B' and
11796            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11797            'NDRPDR' and
11798            '2T1C' and
11799            'IP4FWD' and
11800            not 'IPSEC' and
11801            not 'DOT1Q' and
11802            not 'VHOST'"
11803   parameters:
11804   - "throughput"
11805   - "parent"
11806   - "tags"
11807   sort:
11808   - "IP4BASE"
11809   - "ACL_STATELESS"
11810   - "ACL_STATEFUL"
11811   - "ACL_STATELESS"
11812   - "ACL_STATEFUL"
11813   traces:
11814     hoverinfo: "x+y"
11815     boxpoints: "outliers"
11816     whiskerwidth: 0
11817   layout:
11818     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11823   algorithm: "plot_performance_box"
11824   output-file-type: ".html"
11825   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11827   filter: "'NIC_Intel-X710' and
11828            '64B' and
11829            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11830            'NDRPDR' and
11831            '2T1C' and
11832            'IP4FWD' and
11833            not 'IPSEC' and
11834            not 'DOT1Q' and
11835            not 'VHOST'"
11836   parameters:
11837   - "throughput"
11838   - "parent"
11839   - "tags"
11840   sort:
11841   - "IP4BASE"
11842   - "ACL_STATELESS"
11843   - "ACL_STATEFUL"
11844   - "ACL_STATELESS"
11845   - "ACL_STATEFUL"
11846   traces:
11847     hoverinfo: "x+y"
11848     boxpoints: "outliers"
11849     whiskerwidth: 0
11850   layout:
11851     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11856   algorithm: "plot_performance_box"
11857   output-file-type: ".html"
11858   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11860   filter: "'NIC_Intel-X710' and
11861            '64B' and
11862            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11863            'NDRPDR' and
11864            '4T2C' and
11865            'IP4FWD' and
11866            not 'IPSEC' and
11867            not 'DOT1Q' and
11868            not 'VHOST'"
11869   parameters:
11870   - "throughput"
11871   - "parent"
11872   - "tags"
11873   sort:
11874   - "IP4BASE"
11875   - "ACL_STATELESS"
11876   - "ACL_STATEFUL"
11877   - "ACL_STATELESS"
11878   - "ACL_STATEFUL"
11879   traces:
11880     hoverinfo: "x+y"
11881     boxpoints: "outliers"
11882     whiskerwidth: 0
11883   layout:
11884     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11889   algorithm: "plot_performance_box"
11890   output-file-type: ".html"
11891   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11893   filter: "'NIC_Intel-X710' and
11894            '64B' and
11895            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11896            'NDRPDR' and
11897            '4T2C' and
11898            'IP4FWD' and
11899            not 'IPSEC' and
11900            not 'DOT1Q' and
11901            not 'VHOST'"
11902   parameters:
11903   - "throughput"
11904   - "parent"
11905   - "tags"
11906   sort:
11907   - "IP4BASE"
11908   - "ACL_STATELESS"
11909   - "ACL_STATEFUL"
11910   - "ACL_STATELESS"
11911   - "ACL_STATEFUL"
11912   traces:
11913     hoverinfo: "x+y"
11914     boxpoints: "outliers"
11915     whiskerwidth: 0
11916   layout:
11917     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11918     layout: "plot-throughput"
11919
11920 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11921 - type: "plot"
11922   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11923   algorithm: "plot_performance_box"
11924   output-file-type: ".html"
11925   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11927   filter: "'NIC_Intel-XXV710' and
11928            '64B' and
11929            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11930            'NDRPDR' and
11931            '2T1C' and
11932            'IP4FWD' and
11933            not 'IPSEC' and
11934            not 'DOT1Q' and
11935            not 'VHOST'"
11936   parameters:
11937   - "throughput"
11938   - "parent"
11939   - "tags"
11940   sort:
11941   - "IP4BASE"
11942   - "FIB_20K"
11943   - "FIB_200K"
11944   - "FIB_2M"
11945   traces:
11946     hoverinfo: "x+y"
11947     boxpoints: "outliers"
11948     whiskerwidth: 0
11949   layout:
11950     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11951     layout: "plot-throughput"
11952
11953 - type: "plot"
11954   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11955   algorithm: "plot_performance_box"
11956   output-file-type: ".html"
11957   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11959   filter: "'NIC_Intel-XXV710' and
11960            '64B' and
11961            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11962            'NDRPDR' and
11963            '2T1C' and
11964            'IP4FWD' and
11965            not 'IPSEC' and
11966            not 'DOT1Q' and
11967            not 'VHOST'"
11968   parameters:
11969   - "throughput"
11970   - "parent"
11971   - "tags"
11972   sort:
11973   - "IP4BASE"
11974   - "FIB_20K"
11975   - "FIB_200K"
11976   - "FIB_2M"
11977   traces:
11978     hoverinfo: "x+y"
11979     boxpoints: "outliers"
11980     whiskerwidth: 0
11981   layout:
11982     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11987   algorithm: "plot_performance_box"
11988   output-file-type: ".html"
11989   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11991   filter: "'NIC_Intel-XXV710' and
11992            '64B' and
11993            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11994            'NDRPDR' and
11995            '4T2C' and
11996            'IP4FWD' and
11997            not 'IPSEC' and
11998            not 'DOT1Q' and
11999            not 'VHOST'"
12000   parameters:
12001   - "throughput"
12002   - "parent"
12003   - "tags"
12004   sort:
12005   - "IP4BASE"
12006   - "FIB_20K"
12007   - "FIB_200K"
12008   - "FIB_2M"
12009   traces:
12010     hoverinfo: "x+y"
12011     boxpoints: "outliers"
12012     whiskerwidth: 0
12013   layout:
12014     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12015     layout: "plot-throughput"
12016
12017 - type: "plot"
12018   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12019   algorithm: "plot_performance_box"
12020   output-file-type: ".html"
12021   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12023   filter: "'NIC_Intel-XXV710' and
12024            '64B' and
12025            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12026            'NDRPDR' and
12027            '4T2C' and
12028            'IP4FWD' and
12029            not 'IPSEC' and
12030            not 'DOT1Q' and
12031            not 'VHOST'"
12032   parameters:
12033   - "throughput"
12034   - "parent"
12035   - "tags"
12036   sort:
12037   - "IP4BASE"
12038   - "FIB_20K"
12039   - "FIB_200K"
12040   - "FIB_2M"
12041   traces:
12042     hoverinfo: "x+y"
12043     boxpoints: "outliers"
12044     whiskerwidth: 0
12045   layout:
12046     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12047     layout: "plot-throughput"
12048
12049 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12050 - type: "plot"
12051   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12052   algorithm: "plot_performance_box"
12053   output-file-type: ".html"
12054   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12055   data: "intel-dnv-vpp"
12056   filter: "'NIC_Intel-X553' and
12057            '64B' and
12058            'IP4BASE' and
12059            'NDRPDR' and
12060            '1T1C' and
12061            'IP4FWD' and
12062            not 'IPSEC' and
12063            not 'VHOST'"
12064   parameters:
12065   - "throughput"
12066   - "parent"
12067   - "tags"
12068   sort:
12069   - "IP4BASE"
12070   traces:
12071     hoverinfo: "x+y"
12072     boxpoints: "outliers"
12073     whiskerwidth: 0
12074   layout:
12075     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12080   algorithm: "plot_performance_box"
12081   output-file-type: ".html"
12082   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12083   data: "intel-dnv-vpp"
12084   filter: "'NIC_Intel-X553' and
12085            '64B' and
12086            'IP4BASE' and
12087            'NDRPDR' and
12088            '1T1C' and
12089            'IP4FWD' and
12090            not 'IPSEC' and
12091            not 'VHOST'"
12092   parameters:
12093   - "throughput"
12094   - "parent"
12095   - "tags"
12096   sort:
12097   - "IP4BASE"
12098   traces:
12099     hoverinfo: "x+y"
12100     boxpoints: "outliers"
12101     whiskerwidth: 0
12102   layout:
12103     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12108   algorithm: "plot_performance_box"
12109   output-file-type: ".html"
12110   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12111   data: "intel-dnv-vpp"
12112   filter: "'NIC_Intel-X553' and
12113            '64B' and
12114            'IP4BASE' and
12115            'NDRPDR' and
12116            '2T2C' and
12117            'IP4FWD' and
12118            not 'IPSEC' and
12119            not 'VHOST'"
12120   parameters:
12121   - "throughput"
12122   - "parent"
12123   - "tags"
12124   sort:
12125   - "IP4BASE"
12126   traces:
12127     hoverinfo: "x+y"
12128     boxpoints: "outliers"
12129     whiskerwidth: 0
12130   layout:
12131     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12136   algorithm: "plot_performance_box"
12137   output-file-type: ".html"
12138   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12139   data: "intel-dnv-vpp"
12140   filter: "'NIC_Intel-X553' and
12141            '64B' and
12142            'IP4BASE' and
12143            'NDRPDR' and
12144            '2T2C' and
12145            'IP4FWD' and
12146            not 'IPSEC' and
12147            not 'VHOST'"
12148   parameters:
12149   - "throughput"
12150   - "parent"
12151   - "tags"
12152   sort:
12153   - "IP4BASE"
12154   traces:
12155     hoverinfo: "x+y"
12156     boxpoints: "outliers"
12157     whiskerwidth: 0
12158   layout:
12159     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12160     layout: "plot-throughput"
12161
12162 ################################################################################
12163
12164 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12165 - type: "plot"
12166   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12167   algorithm: "plot_performance_box"
12168   output-file-type: ".html"
12169   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12171   filter: "'NIC_Intel-X520-DA2' and
12172            '64B' and
12173            'ENCAP' and
12174            'NDRPDR' and
12175            '1T1C' and
12176            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12177            not 'DOT1Q' and
12178            not 'VHOST' and
12179            not 'IPSECHW'"
12180   parameters:
12181   - "throughput"
12182   - "parent"
12183   - "tags"
12184   sort:
12185   - "IP4BASE"
12186   - "L2BDMACLRN"
12187   - "L2XCFWD"
12188   - "LISP"
12189   traces:
12190     hoverinfo: "x+y"
12191     boxpoints: "outliers"
12192     whiskerwidth: 0
12193   layout:
12194     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12195     layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12199   algorithm: "plot_performance_box"
12200   output-file-type: ".html"
12201   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12203   filter: "'NIC_Intel-X520-DA2' and
12204            '64B' and
12205            'ENCAP' and
12206            'NDRPDR' and
12207            '2T2C' and
12208            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12209            not 'DOT1Q' and
12210            not 'VHOST' and
12211            not 'IPSECHW'"
12212   parameters:
12213   - "throughput"
12214   - "parent"
12215   - "tags"
12216   sort:
12217   - "IP4BASE"
12218   - "L2BDMACLRN"
12219   - "L2XCFWD"
12220   - "LISP"
12221   traces:
12222     hoverinfo: "x+y"
12223     boxpoints: "outliers"
12224     whiskerwidth: 0
12225   layout:
12226     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12231   algorithm: "plot_performance_box"
12232   output-file-type: ".html"
12233   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12235   filter: "'NIC_Intel-X520-DA2' and
12236            '64B' and
12237            'ENCAP' and
12238            'NDRPDR' and
12239            '1T1C' and
12240            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12241            not 'DOT1Q' and
12242            not 'VHOST' and
12243            not 'IPSECHW'"
12244   parameters:
12245   - "throughput"
12246   - "parent"
12247   - "tags"
12248   sort:
12249   - "IP4BASE"
12250   - "L2BDMACLRN"
12251   - "L2XCFWD"
12252   - "LISP"
12253   traces:
12254     hoverinfo: "x+y"
12255     boxpoints: "outliers"
12256     whiskerwidth: 0
12257   layout:
12258     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12263   algorithm: "plot_performance_box"
12264   output-file-type: ".html"
12265   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12267   filter: "'NIC_Intel-X520-DA2' and
12268            '64B' and
12269            'ENCAP' and
12270            'NDRPDR' and
12271            '2T2C' and
12272            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12273            not 'DOT1Q' and
12274            not 'VHOST' and
12275            not 'IPSECHW'"
12276   parameters:
12277   - "throughput"
12278   - "parent"
12279   - "tags"
12280   sort:
12281   - "IP4BASE"
12282   - "L2BDMACLRN"
12283   - "L2XCFWD"
12284   - "LISP"
12285   traces:
12286     hoverinfo: "x+y"
12287     boxpoints: "outliers"
12288     whiskerwidth: 0
12289   layout:
12290     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12291     layout: "plot-throughput"
12292
12293 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12294 - type: "plot"
12295   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12296   algorithm: "plot_performance_box"
12297   output-file-type: ".html"
12298   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12300   filter: "'NIC_Intel-X710' and
12301            '64B' and
12302            'ENCAP' and
12303            'NDRPDR' and
12304            '1T1C' and
12305            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12306            not 'VHOST' and
12307            not 'IPSECHW'"
12308   parameters:
12309   - "throughput"
12310   - "parent"
12311   - "tags"
12312   sort:
12313   - "IP4BASE"
12314   - "LISP"
12315   - "VXLAN_1"
12316   - "VXLAN_10"
12317   - "VXLAN_100"
12318   - "VXLAN_1000"
12319   traces:
12320     hoverinfo: "x+y"
12321     boxpoints: "outliers"
12322     whiskerwidth: 0
12323   layout:
12324     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12329   algorithm: "plot_performance_box"
12330   output-file-type: ".html"
12331   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12333   filter: "'NIC_Intel-X710' and
12334            '64B' and
12335            'ENCAP' and
12336            'NDRPDR' and
12337            '1T1C' and
12338            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12339            not 'VHOST' and
12340            not 'IPSECHW'"
12341   parameters:
12342   - "throughput"
12343   - "parent"
12344   - "tags"
12345   sort:
12346   - "IP4BASE"
12347   - "LISP"
12348   - "VXLAN_1"
12349   - "VXLAN_10"
12350   - "VXLAN_100"
12351   - "VXLAN_1000"
12352   traces:
12353     hoverinfo: "x+y"
12354     boxpoints: "outliers"
12355     whiskerwidth: 0
12356   layout:
12357     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12358     layout: "plot-throughput"
12359
12360 - type: "plot"
12361   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12362   algorithm: "plot_performance_box"
12363   output-file-type: ".html"
12364   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12366   filter: "'NIC_Intel-X710' and
12367            '64B' and
12368            'ENCAP' and
12369            'NDRPDR' and
12370            '2T2C' and
12371            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12372            not 'VHOST' and
12373            not 'IPSECHW'"
12374   parameters:
12375   - "throughput"
12376   - "parent"
12377   - "tags"
12378   sort:
12379   - "IP4BASE"
12380   - "LISP"
12381   - "VXLAN_1"
12382   - "VXLAN_10"
12383   - "VXLAN_100"
12384   - "VXLAN_1000"
12385   traces:
12386     hoverinfo: "x+y"
12387     boxpoints: "outliers"
12388     whiskerwidth: 0
12389   layout:
12390     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12395   algorithm: "plot_performance_box"
12396   output-file-type: ".html"
12397   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12398   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12399   filter: "'NIC_Intel-X710' and
12400            '64B' and
12401            'ENCAP' and
12402            'NDRPDR' and
12403            '2T2C' and
12404            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12405            not 'VHOST' and
12406            not 'IPSECHW'"
12407   parameters:
12408   - "throughput"
12409   - "parent"
12410   - "tags"
12411   sort:
12412   - "IP4BASE"
12413   - "LISP"
12414   - "VXLAN_1"
12415   - "VXLAN_10"
12416   - "VXLAN_100"
12417   - "VXLAN_1000"
12418   traces:
12419     hoverinfo: "x+y"
12420     boxpoints: "outliers"
12421     whiskerwidth: 0
12422   layout:
12423     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12424     layout: "plot-throughput"
12425
12426 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12427 - type: "plot"
12428   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12429   algorithm: "plot_performance_box"
12430   output-file-type: ".html"
12431   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12433   filter: "'NIC_Intel-X710' and
12434            '64B' and
12435            'ENCAP' and
12436            'NDRPDR' and
12437            '1T1C' and
12438            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12439            not 'DOT1Q' and
12440            not 'VHOST' and
12441            not 'IPSECHW'"
12442   parameters:
12443   - "throughput"
12444   - "parent"
12445   - "tags"
12446   sort:
12447   - "IP4BASE"
12448   - "L2BDMACLRN"
12449   - "L2XCFWD"
12450   - "LISP"
12451   traces:
12452     hoverinfo: "x+y"
12453     boxpoints: "outliers"
12454     whiskerwidth: 0
12455   layout:
12456     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12461   algorithm: "plot_performance_box"
12462   output-file-type: ".html"
12463   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12465   filter: "'NIC_Intel-X710' and
12466            '64B' and
12467            'ENCAP' and
12468            'NDRPDR' and
12469            '2T2C' and
12470            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12471            not 'DOT1Q' and
12472            not 'VHOST' and
12473            not 'IPSECHW'"
12474   parameters:
12475   - "throughput"
12476   - "parent"
12477   - "tags"
12478   sort:
12479   - "IP4BASE"
12480   - "L2BDMACLRN"
12481   - "L2XCFWD"
12482   - "LISP"
12483   traces:
12484     hoverinfo: "x+y"
12485     boxpoints: "outliers"
12486     whiskerwidth: 0
12487   layout:
12488     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12493   algorithm: "plot_performance_box"
12494   output-file-type: ".html"
12495   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12497   filter: "'NIC_Intel-X710' and
12498            '64B' and
12499            'ENCAP' and
12500            'NDRPDR' and
12501            '1T1C' and
12502            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12503            not 'DOT1Q' and
12504            not 'VHOST' and
12505            not 'IPSECHW'"
12506   parameters:
12507   - "throughput"
12508   - "parent"
12509   - "tags"
12510   sort:
12511   - "IP4BASE"
12512   - "L2BDMACLRN"
12513   - "L2XCFWD"
12514   - "LISP"
12515   traces:
12516     hoverinfo: "x+y"
12517     boxpoints: "outliers"
12518     whiskerwidth: 0
12519   layout:
12520     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12525   algorithm: "plot_performance_box"
12526   output-file-type: ".html"
12527   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12529   filter: "'NIC_Intel-X710' and
12530            '64B' and
12531            'ENCAP' and
12532            'NDRPDR' and
12533            '2T2C' and
12534            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12535            not 'DOT1Q' and
12536            not 'VHOST' and
12537            not 'IPSECHW'"
12538   parameters:
12539   - "throughput"
12540   - "parent"
12541   - "tags"
12542   sort:
12543   - "IP4BASE"
12544   - "L2BDMACLRN"
12545   - "L2XCFWD"
12546   - "LISP"
12547   traces:
12548     hoverinfo: "x+y"
12549     boxpoints: "outliers"
12550     whiskerwidth: 0
12551   layout:
12552     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12553     layout: "plot-throughput"
12554
12555 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12556 - type: "plot"
12557   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12558   algorithm: "plot_performance_box"
12559   output-file-type: ".html"
12560   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12562   filter: "'NIC_Intel-X710' and
12563            '64B' and
12564            'ENCAP' and
12565            'NDRPDR' and
12566            '2T1C' and
12567            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12568            not 'VHOST' and
12569            not 'IPSECHW'"
12570   parameters:
12571   - "throughput"
12572   - "parent"
12573   - "tags"
12574   sort:
12575   - "IP4BASE"
12576   - "LISP"
12577   - "VXLAN_1"
12578   - "VXLAN_10"
12579   - "VXLAN_100"
12580   - "VXLAN_1000"
12581   traces:
12582     hoverinfo: "x+y"
12583     boxpoints: "outliers"
12584     whiskerwidth: 0
12585   layout:
12586     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12591   algorithm: "plot_performance_box"
12592   output-file-type: ".html"
12593   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   filter: "'NIC_Intel-X710' and
12596            '64B' and
12597            'ENCAP' and
12598            'NDRPDR' and
12599            '2T1C' and
12600            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12601            not 'VHOST' and
12602            not 'IPSECHW'"
12603   parameters:
12604   - "throughput"
12605   - "parent"
12606   - "tags"
12607   sort:
12608   - "IP4BASE"
12609   - "LISP"
12610   - "VXLAN_1"
12611   - "VXLAN_10"
12612   - "VXLAN_100"
12613   - "VXLAN_1000"
12614   traces:
12615     hoverinfo: "x+y"
12616     boxpoints: "outliers"
12617     whiskerwidth: 0
12618   layout:
12619     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12624   algorithm: "plot_performance_box"
12625   output-file-type: ".html"
12626   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12628   filter: "'NIC_Intel-X710' and
12629            '64B' and
12630            'ENCAP' and
12631            'NDRPDR' and
12632            '4T2C' and
12633            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12634            not 'VHOST' and
12635            not 'IPSECHW'"
12636   parameters:
12637   - "throughput"
12638   - "parent"
12639   - "tags"
12640   sort:
12641   - "IP4BASE"
12642   - "LISP"
12643   - "VXLAN_1"
12644   - "VXLAN_10"
12645   - "VXLAN_100"
12646   - "VXLAN_1000"
12647   traces:
12648     hoverinfo: "x+y"
12649     boxpoints: "outliers"
12650     whiskerwidth: 0
12651   layout:
12652     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12657   algorithm: "plot_performance_box"
12658   output-file-type: ".html"
12659   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12661   filter: "'NIC_Intel-X710' and
12662            '64B' and
12663            'ENCAP' and
12664            'NDRPDR' and
12665            '4T2C' and
12666            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12667            not 'VHOST' and
12668            not 'IPSECHW'"
12669   parameters:
12670   - "throughput"
12671   - "parent"
12672   - "tags"
12673   sort:
12674   - "IP4BASE"
12675   - "LISP"
12676   - "VXLAN_1"
12677   - "VXLAN_10"
12678   - "VXLAN_100"
12679   - "VXLAN_1000"
12680   traces:
12681     hoverinfo: "x+y"
12682     boxpoints: "outliers"
12683     whiskerwidth: 0
12684   layout:
12685     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12686     layout: "plot-throughput"
12687
12688 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12689 - type: "plot"
12690   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12691   algorithm: "plot_performance_box"
12692   output-file-type: ".html"
12693   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12695   filter: "'NIC_Intel-X710' and
12696            '64B' and
12697            'ENCAP' and
12698            'NDRPDR' and
12699            '2T1C' and
12700            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12701            not 'DOT1Q' and
12702            not 'VHOST' and
12703            not 'IPSECHW'"
12704   parameters:
12705   - "throughput"
12706   - "parent"
12707   - "tags"
12708   sort:
12709   - "IP4BASE"
12710   - "L2BDMACLRN"
12711   - "L2XCFWD"
12712   - "LISP"
12713   traces:
12714     hoverinfo: "x+y"
12715     boxpoints: "outliers"
12716     whiskerwidth: 0
12717   layout:
12718     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12723   algorithm: "plot_performance_box"
12724   output-file-type: ".html"
12725   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12727   filter: "'NIC_Intel-X710' and
12728            '64B' and
12729            'ENCAP' and
12730            'NDRPDR' and
12731            '4T2C' and
12732            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12733            not 'DOT1Q' and
12734            not 'VHOST' and
12735            not 'IPSECHW'"
12736   parameters:
12737   - "throughput"
12738   - "parent"
12739   - "tags"
12740   sort:
12741   - "IP4BASE"
12742   - "L2BDMACLRN"
12743   - "L2XCFWD"
12744   - "LISP"
12745   traces:
12746     hoverinfo: "x+y"
12747     boxpoints: "outliers"
12748     whiskerwidth: 0
12749   layout:
12750     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12751     layout: "plot-throughput"
12752
12753 - type: "plot"
12754   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12755   algorithm: "plot_performance_box"
12756   output-file-type: ".html"
12757   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12759   filter: "'NIC_Intel-X710' and
12760            '64B' and
12761            'ENCAP' and
12762            'NDRPDR' and
12763            '2T1C' and
12764            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12765            not 'DOT1Q' and
12766            not 'VHOST' and
12767            not 'IPSECHW'"
12768   parameters:
12769   - "throughput"
12770   - "parent"
12771   - "tags"
12772   sort:
12773   - "IP4BASE"
12774   - "L2BDMACLRN"
12775   - "L2XCFWD"
12776   - "LISP"
12777   traces:
12778     hoverinfo: "x+y"
12779     boxpoints: "outliers"
12780     whiskerwidth: 0
12781   layout:
12782     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12783     layout: "plot-throughput"
12784
12785 - type: "plot"
12786   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12787   algorithm: "plot_performance_box"
12788   output-file-type: ".html"
12789   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12791   filter: "'NIC_Intel-X710' and
12792            '64B' and
12793            'ENCAP' and
12794            'NDRPDR' and
12795            '4T2C' and
12796            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12797            not 'DOT1Q' and
12798            not 'VHOST' and
12799            not 'IPSECHW'"
12800   parameters:
12801   - "throughput"
12802   - "parent"
12803   - "tags"
12804   sort:
12805   - "IP4BASE"
12806   - "L2BDMACLRN"
12807   - "L2XCFWD"
12808   - "LISP"
12809   traces:
12810     hoverinfo: "x+y"
12811     boxpoints: "outliers"
12812     whiskerwidth: 0
12813   layout:
12814     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12815     layout: "plot-throughput"
12816
12817 ################################################################################
12818
12819 # Packet Throughput - VPP IPv6 3n-hsw-x520
12820 - type: "plot"
12821   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12822   algorithm: "plot_performance_box"
12823   output-file-type: ".html"
12824   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12826   filter: "'NIC_Intel-X520-DA2' and
12827            '78B' and
12828            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12829            'NDRPDR' and
12830            '1T1C' and
12831            'IP6FWD' and
12832            not 'SRv6' and
12833            not 'IPSEC' and
12834            not 'VHOST'"
12835   parameters:
12836   - "throughput"
12837   - "parent"
12838   - "tags"
12839   sort:
12840   - "IP6BASE"
12841   - "FIB_20K"
12842   - "FIB_200K"
12843   - "FIB_2M"
12844   traces:
12845     hoverinfo: "x+y"
12846     boxpoints: "outliers"
12847     whiskerwidth: 0
12848   layout:
12849     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12850     layout: "plot-throughput"
12851
12852 - type: "plot"
12853   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12854   algorithm: "plot_performance_box"
12855   output-file-type: ".html"
12856   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12858   filter: "'NIC_Intel-X520-DA2' and
12859            '78B' and
12860            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12861            'NDRPDR' and
12862            '1T1C' and
12863            'IP6FWD' and
12864            not 'SRv6' and
12865            not 'IPSEC' and
12866            not 'VHOST'"
12867   parameters:
12868   - "throughput"
12869   - "parent"
12870   - "tags"
12871   sort:
12872   - "IP6BASE"
12873   - "FIB_20K"
12874   - "FIB_200K"
12875   - "FIB_2M"
12876   traces:
12877     hoverinfo: "x+y"
12878     boxpoints: "outliers"
12879     whiskerwidth: 0
12880   layout:
12881     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12886   algorithm: "plot_performance_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12890   filter: "'NIC_Intel-X520-DA2' and
12891            '78B' and
12892            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12893            'NDRPDR' and
12894            '2T2C' and
12895            'IP6FWD' and
12896            not 'SRv6' and
12897            not 'IPSEC' and
12898            not 'VHOST'"
12899   parameters:
12900   - "throughput"
12901   - "parent"
12902   - "tags"
12903   sort:
12904   - "IP6BASE"
12905   - "FIB_20K"
12906   - "FIB_200K"
12907   - "FIB_2M"
12908   traces:
12909     hoverinfo: "x+y"
12910     boxpoints: "outliers"
12911     whiskerwidth: 0
12912   layout:
12913     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12918   algorithm: "plot_performance_box"
12919   output-file-type: ".html"
12920   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12922   filter: "'NIC_Intel-X520-DA2' and
12923            '78B' and
12924            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12925            'NDRPDR' and
12926            '2T2C' and
12927            'IP6FWD' and
12928            not 'SRv6' and
12929            not 'IPSEC' and
12930            not 'VHOST'"
12931   parameters:
12932   - "throughput"
12933   - "parent"
12934   - "tags"
12935   sort:
12936   - "IP6BASE"
12937   - "FIB_20K"
12938   - "FIB_200K"
12939   - "FIB_2M"
12940   traces:
12941     hoverinfo: "x+y"
12942     boxpoints: "outliers"
12943     whiskerwidth: 0
12944   layout:
12945     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12946     layout: "plot-throughput"
12947
12948 # Packet Throughput - VPP IPv6 3n-hsw-x710
12949 - type: "plot"
12950   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12951   algorithm: "plot_performance_box"
12952   output-file-type: ".html"
12953   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12955   filter: "'NIC_Intel-X710' and
12956            '78B' and
12957            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12958            'NDRPDR' and
12959            '1T1C' and
12960            'IP6FWD' and
12961            not 'SRv6' and
12962            not 'IPSEC' and
12963            not 'VHOST'"
12964   parameters:
12965   - "throughput"
12966   - "parent"
12967   - "tags"
12968   sort:
12969   - "IP6BASE"
12970   - "FIB_20K"
12971   - "FIB_200K"
12972   - "FIB_2M"
12973   traces:
12974     hoverinfo: "x+y"
12975     boxpoints: "outliers"
12976     whiskerwidth: 0
12977   layout:
12978     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12983   algorithm: "plot_performance_box"
12984   output-file-type: ".html"
12985   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12987   filter: "'NIC_Intel-X710' and
12988            '78B' and
12989            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12990            'NDRPDR' and
12991            '1T1C' and
12992            'IP6FWD' and
12993            not 'SRv6' and
12994            not 'IPSEC' and
12995            not 'VHOST'"
12996   parameters:
12997   - "throughput"
12998   - "parent"
12999   - "tags"
13000   sort:
13001   - "IP6BASE"
13002   - "FIB_20K"
13003   - "FIB_200K"
13004   - "FIB_2M"
13005   traces:
13006     hoverinfo: "x+y"
13007     boxpoints: "outliers"
13008     whiskerwidth: 0
13009   layout:
13010     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13015   algorithm: "plot_performance_box"
13016   output-file-type: ".html"
13017   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13019   filter: "'NIC_Intel-X710' and
13020            '78B' and
13021            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13022            'NDRPDR' and
13023            '2T2C' and
13024            'IP6FWD' and
13025            not 'SRv6' and
13026            not 'IPSEC' and
13027            not 'VHOST'"
13028   parameters:
13029   - "throughput"
13030   - "parent"
13031   - "tags"
13032   sort:
13033   - "IP6BASE"
13034   - "FIB_20K"
13035   - "FIB_200K"
13036   - "FIB_2M"
13037   traces:
13038     hoverinfo: "x+y"
13039     boxpoints: "outliers"
13040     whiskerwidth: 0
13041   layout:
13042     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13047   algorithm: "plot_performance_box"
13048   output-file-type: ".html"
13049   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13051   filter: "'NIC_Intel-X710' and
13052            '78B' and
13053            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13054            'NDRPDR' and
13055            '2T2C' and
13056            'IP6FWD' and
13057            not 'SRv6' and
13058            not 'IPSEC' and
13059            not 'VHOST'"
13060   parameters:
13061   - "throughput"
13062   - "parent"
13063   - "tags"
13064   sort:
13065   - "IP6BASE"
13066   - "FIB_20K"
13067   - "FIB_200K"
13068   - "FIB_2M"
13069   traces:
13070     hoverinfo: "x+y"
13071     boxpoints: "outliers"
13072     whiskerwidth: 0
13073   layout:
13074     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13075     layout: "plot-throughput"
13076
13077 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13078 - type: "plot"
13079   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13080   algorithm: "plot_performance_box"
13081   output-file-type: ".html"
13082   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13084   filter: "'NIC_Intel-X710' and
13085            '78B' and
13086            ('IP6BASE' or
13087             'POLICE_MARK' or
13088             'COPWHLIST' or
13089             'IACLDST') and
13090            'NDRPDR' and
13091            '1T1C' and
13092            'IP6FWD' and
13093            not 'SRv6' and
13094            not 'IPSEC' and
13095            not 'VHOST'"
13096   parameters:
13097   - "throughput"
13098   - "parent"
13099   - "tags"
13100   sort:
13101   - "IP6BASE"
13102   - "POLICE_MARK"
13103   - "COPWHLIST"
13104   - "IACLDST"
13105   traces:
13106     hoverinfo: "x+y"
13107     boxpoints: "outliers"
13108     whiskerwidth: 0
13109   layout:
13110     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13115   algorithm: "plot_performance_box"
13116   output-file-type: ".html"
13117   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13119   filter: "'NIC_Intel-X710' and
13120            '78B' and
13121            ('IP6BASE' or
13122             'POLICE_MARK' or
13123             'COPWHLIST' or
13124             'IACLDST') and
13125            'NDRPDR' and
13126            '2T2C' and
13127            'IP6FWD' and
13128            not 'SRv6' and
13129            not 'IPSEC' and
13130            not 'VHOST'"
13131   parameters:
13132   - "throughput"
13133   - "parent"
13134   - "tags"
13135   sort:
13136   - "IP6BASE"
13137   - "POLICE_MARK"
13138   - "COPWHLIST"
13139   - "IACLDST"
13140   traces:
13141     hoverinfo: "x+y"
13142     boxpoints: "outliers"
13143     whiskerwidth: 0
13144   layout:
13145     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13150   algorithm: "plot_performance_box"
13151   output-file-type: ".html"
13152   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13154   filter: "'NIC_Intel-X710' and
13155            '78B' and
13156            ('IP6BASE' or
13157             'POLICE_MARK' or
13158             'COPWHLIST' or
13159             'IACLDST') and
13160            'NDRPDR' and
13161            '1T1C' and
13162            'IP6FWD' and
13163            not 'SRv6' and
13164            not 'IPSEC' and
13165            not 'VHOST'"
13166   parameters:
13167   - "throughput"
13168   - "parent"
13169   - "tags"
13170   sort:
13171   - "IP6BASE"
13172   - "POLICE_MARK"
13173   - "COPWHLIST"
13174   - "IACLDST"
13175   traces:
13176     hoverinfo: "x+y"
13177     boxpoints: "outliers"
13178     whiskerwidth: 0
13179   layout:
13180     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13185   algorithm: "plot_performance_box"
13186   output-file-type: ".html"
13187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13189   filter: "'NIC_Intel-X710' and
13190            '78B' and
13191            ('IP6BASE' or
13192             'POLICE_MARK' or
13193             'COPWHLIST' or
13194             'IACLDST') and
13195            'NDRPDR' and
13196            '2T2C' and
13197            'IP6FWD' and
13198            not 'SRv6' and
13199            not 'IPSEC' and
13200            not 'VHOST'"
13201   parameters:
13202   - "throughput"
13203   - "parent"
13204   - "tags"
13205   sort:
13206   - "IP6BASE"
13207   - "POLICE_MARK"
13208   - "COPWHLIST"
13209   - "IACLDST"
13210   traces:
13211     hoverinfo: "x+y"
13212     boxpoints: "outliers"
13213     whiskerwidth: 0
13214   layout:
13215     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13216     layout: "plot-throughput"
13217
13218 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13219 - type: "plot"
13220   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13221   algorithm: "plot_performance_box"
13222   output-file-type: ".html"
13223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13225   filter: "'NIC_Intel-XL710' and
13226            '78B' and
13227            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13228            'NDRPDR' and
13229            '1T1C' and
13230            'IP6FWD' and
13231            not 'SRv6' and
13232            not 'IPSEC' and
13233            not 'VHOST'"
13234   parameters:
13235   - "throughput"
13236   - "parent"
13237   - "tags"
13238   sort:
13239   - "IP6BASE"
13240   - "FIB_20K"
13241   - "FIB_200K"
13242   - "FIB_2M"
13243   traces:
13244     hoverinfo: "x+y"
13245     boxpoints: "outliers"
13246     whiskerwidth: 0
13247   layout:
13248     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13249     layout: "plot-throughput"
13250
13251 - type: "plot"
13252   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13253   algorithm: "plot_performance_box"
13254   output-file-type: ".html"
13255   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13257   filter: "'NIC_Intel-XL710' and
13258            '78B' and
13259            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13260            'NDRPDR' and
13261            '1T1C' and
13262            'IP6FWD' and
13263            not 'SRv6' and
13264            not 'IPSEC' and
13265            not 'VHOST'"
13266   parameters:
13267   - "throughput"
13268   - "parent"
13269   - "tags"
13270   sort:
13271   - "IP6BASE"
13272   - "FIB_20K"
13273   - "FIB_200K"
13274   - "FIB_2M"
13275   traces:
13276     hoverinfo: "x+y"
13277     boxpoints: "outliers"
13278     whiskerwidth: 0
13279   layout:
13280     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13281     layout: "plot-throughput"
13282
13283 - type: "plot"
13284   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13285   algorithm: "plot_performance_box"
13286   output-file-type: ".html"
13287   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13289   filter: "'NIC_Intel-XL710' and
13290            '78B' and
13291            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13292            'NDRPDR' and
13293            '2T2C' and
13294            'IP6FWD' and
13295            not 'SRv6' and
13296            not 'IPSEC' and
13297            not 'VHOST'"
13298   parameters:
13299   - "throughput"
13300   - "parent"
13301   - "tags"
13302   sort:
13303   - "IP6BASE"
13304   - "FIB_20K"
13305   - "FIB_200K"
13306   - "FIB_2M"
13307   traces:
13308     hoverinfo: "x+y"
13309     boxpoints: "outliers"
13310     whiskerwidth: 0
13311   layout:
13312     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13313     layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13317   algorithm: "plot_performance_box"
13318   output-file-type: ".html"
13319   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13321   filter: "'NIC_Intel-XL710' and
13322            '78B' and
13323            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13324            'NDRPDR' and
13325            '2T2C' and
13326            'IP6FWD' and
13327            not 'SRv6' and
13328            not 'IPSEC' and
13329            not 'VHOST'"
13330   parameters:
13331   - "throughput"
13332   - "parent"
13333   - "tags"
13334   sort:
13335   - "IP6BASE"
13336   - "FIB_20K"
13337   - "FIB_200K"
13338   - "FIB_2M"
13339   traces:
13340     hoverinfo: "x+y"
13341     boxpoints: "outliers"
13342     whiskerwidth: 0
13343   layout:
13344     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13345     layout: "plot-throughput"
13346
13347 # Packet Throughput - VPP IPv6 3n-skx-x710
13348 - type: "plot"
13349   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13350   algorithm: "plot_performance_box"
13351   output-file-type: ".html"
13352   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13354   filter: "'NIC_Intel-X710' and
13355            '78B' and
13356            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13357            'NDRPDR' and
13358            '2T1C' and
13359            'IP6FWD' and
13360            not 'SRv6' and
13361            not 'IPSEC' and
13362            not 'VHOST'"
13363   parameters:
13364   - "throughput"
13365   - "parent"
13366   - "tags"
13367   sort:
13368   - "IP6BASE"
13369   - "FIB_20K"
13370   - "FIB_200K"
13371   - "FIB_2M"
13372   traces:
13373     hoverinfo: "x+y"
13374     boxpoints: "outliers"
13375     whiskerwidth: 0
13376   layout:
13377     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13382   algorithm: "plot_performance_box"
13383   output-file-type: ".html"
13384   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   filter: "'NIC_Intel-X710' and
13387            '78B' and
13388            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13389            'NDRPDR' and
13390            '2T1C' and
13391            'IP6FWD' and
13392            not 'SRv6' and
13393            not 'IPSEC' and
13394            not 'VHOST'"
13395   parameters:
13396   - "throughput"
13397   - "parent"
13398   - "tags"
13399   sort:
13400   - "IP6BASE"
13401   - "FIB_20K"
13402   - "FIB_200K"
13403   - "FIB_2M"
13404   traces:
13405     hoverinfo: "x+y"
13406     boxpoints: "outliers"
13407     whiskerwidth: 0
13408   layout:
13409     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13414   algorithm: "plot_performance_box"
13415   output-file-type: ".html"
13416   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13418   filter: "'NIC_Intel-X710' and
13419            '78B' and
13420            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13421            'NDRPDR' and
13422            '4T2C' and
13423            'IP6FWD' and
13424            not 'SRv6' and
13425            not 'IPSEC' and
13426            not 'VHOST'"
13427   parameters:
13428   - "throughput"
13429   - "parent"
13430   - "tags"
13431   sort:
13432   - "IP6BASE"
13433   - "FIB_20K"
13434   - "FIB_200K"
13435   - "FIB_2M"
13436   traces:
13437     hoverinfo: "x+y"
13438     boxpoints: "outliers"
13439     whiskerwidth: 0
13440   layout:
13441     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13442     layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13446   algorithm: "plot_performance_box"
13447   output-file-type: ".html"
13448   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   filter: "'NIC_Intel-X710' and
13451            '78B' and
13452            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13453            'NDRPDR' and
13454            '4T2C' and
13455            'IP6FWD' and
13456            not 'SRv6' and
13457            not 'IPSEC' and
13458            not 'VHOST'"
13459   parameters:
13460   - "throughput"
13461   - "parent"
13462   - "tags"
13463   sort:
13464   - "IP6BASE"
13465   - "FIB_20K"
13466   - "FIB_200K"
13467   - "FIB_2M"
13468   traces:
13469     hoverinfo: "x+y"
13470     boxpoints: "outliers"
13471     whiskerwidth: 0
13472   layout:
13473     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13474     layout: "plot-throughput"
13475
13476 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13477 - type: "plot"
13478   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13479   algorithm: "plot_performance_box"
13480   output-file-type: ".html"
13481   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13483   filter: "'NIC_Intel-X710' and
13484            '78B' and
13485            ('IP6BASE' or
13486             'POLICE_MARK' or
13487             'COPWHLIST' or
13488             'IACLDST') and
13489            'NDRPDR' and
13490            '2T1C' and
13491            'IP6FWD' and
13492            not 'SRv6' and
13493            not 'IPSEC' and
13494            not 'VHOST'"
13495   parameters:
13496   - "throughput"
13497   - "parent"
13498   - "tags"
13499   sort:
13500   - "IP6BASE"
13501   - "POLICE_MARK"
13502   - "COPWHLIST"
13503   - "IACLDST"
13504   traces:
13505     hoverinfo: "x+y"
13506     boxpoints: "outliers"
13507     whiskerwidth: 0
13508   layout:
13509     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13514   algorithm: "plot_performance_box"
13515   output-file-type: ".html"
13516   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13518   filter: "'NIC_Intel-X710' and
13519            '78B' and
13520            ('IP6BASE' or
13521             'POLICE_MARK' or
13522             'COPWHLIST' or
13523             'IACLDST') and
13524            'NDRPDR' and
13525            '4T2C' and
13526            'IP6FWD' and
13527            not 'SRv6' and
13528            not 'IPSEC' and
13529            not 'VHOST'"
13530   parameters:
13531   - "throughput"
13532   - "parent"
13533   - "tags"
13534   sort:
13535   - "IP6BASE"
13536   - "POLICE_MARK"
13537   - "COPWHLIST"
13538   - "IACLDST"
13539   traces:
13540     hoverinfo: "x+y"
13541     boxpoints: "outliers"
13542     whiskerwidth: 0
13543   layout:
13544     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13545     layout: "plot-throughput"
13546
13547 - type: "plot"
13548   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13549   algorithm: "plot_performance_box"
13550   output-file-type: ".html"
13551   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13553   filter: "'NIC_Intel-X710' and
13554            '78B' and
13555            ('IP6BASE' or
13556             'POLICE_MARK' or
13557             'COPWHLIST' or
13558             'IACLDST') and
13559            'NDRPDR' and
13560            '2T1C' and
13561            'IP6FWD' and
13562            not 'SRv6' and
13563            not 'IPSEC' and
13564            not 'VHOST'"
13565   parameters:
13566   - "throughput"
13567   - "parent"
13568   - "tags"
13569   sort:
13570   - "IP6BASE"
13571   - "POLICE_MARK"
13572   - "COPWHLIST"
13573   - "IACLDST"
13574   traces:
13575     hoverinfo: "x+y"
13576     boxpoints: "outliers"
13577     whiskerwidth: 0
13578   layout:
13579     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13584   algorithm: "plot_performance_box"
13585   output-file-type: ".html"
13586   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13588   filter: "'NIC_Intel-X710' and
13589            '78B' and
13590            ('IP6BASE' or
13591             'POLICE_MARK' or
13592             'COPWHLIST' or
13593             'IACLDST') and
13594            'NDRPDR' and
13595            '4T2C' and
13596            'IP6FWD' and
13597            not 'SRv6' and
13598            not 'IPSEC' and
13599            not 'VHOST'"
13600   parameters:
13601   - "throughput"
13602   - "parent"
13603   - "tags"
13604   sort:
13605   - "IP6BASE"
13606   - "POLICE_MARK"
13607   - "COPWHLIST"
13608   - "IACLDST"
13609   traces:
13610     hoverinfo: "x+y"
13611     boxpoints: "outliers"
13612     whiskerwidth: 0
13613   layout:
13614     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13615     layout: "plot-throughput"
13616
13617 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13618 - type: "plot"
13619   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13620   algorithm: "plot_performance_box"
13621   output-file-type: ".html"
13622   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13624   filter: "'NIC_Intel-XXV710' and
13625            '78B' and
13626            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13627            'NDRPDR' and
13628            '2T1C' and
13629            'IP6FWD' and
13630            not 'SRv6' and
13631            not 'IPSEC' and
13632            not 'VHOST'"
13633   parameters:
13634   - "throughput"
13635   - "parent"
13636   - "tags"
13637   sort:
13638   - "IP6BASE"
13639   - "FIB_20K"
13640   - "FIB_200K"
13641   - "FIB_2M"
13642   traces:
13643     hoverinfo: "x+y"
13644     boxpoints: "outliers"
13645     whiskerwidth: 0
13646   layout:
13647     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13648     layout: "plot-throughput"
13649
13650 - type: "plot"
13651   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13652   algorithm: "plot_performance_box"
13653   output-file-type: ".html"
13654   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13656   filter: "'NIC_Intel-XXV710' and
13657            '78B' and
13658            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13659            'NDRPDR' and
13660            '2T1C' and
13661            'IP6FWD' and
13662            not 'SRv6' and
13663            not 'IPSEC' and
13664            not 'VHOST'"
13665   parameters:
13666   - "throughput"
13667   - "parent"
13668   - "tags"
13669   sort:
13670   - "IP6BASE"
13671   - "FIB_20K"
13672   - "FIB_200K"
13673   - "FIB_2M"
13674   traces:
13675     hoverinfo: "x+y"
13676     boxpoints: "outliers"
13677     whiskerwidth: 0
13678   layout:
13679     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13680     layout: "plot-throughput"
13681
13682 - type: "plot"
13683   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13684   algorithm: "plot_performance_box"
13685   output-file-type: ".html"
13686   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13688   filter: "'NIC_Intel-XXV710' and
13689            '78B' and
13690            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13691            'NDRPDR' and
13692            '4T2C' and
13693            'IP6FWD' and
13694            not 'SRv6' and
13695            not 'IPSEC' and
13696            not 'VHOST'"
13697   parameters:
13698   - "throughput"
13699   - "parent"
13700   - "tags"
13701   sort:
13702   - "IP6BASE"
13703   - "FIB_20K"
13704   - "FIB_200K"
13705   - "FIB_2M"
13706   traces:
13707     hoverinfo: "x+y"
13708     boxpoints: "outliers"
13709     whiskerwidth: 0
13710   layout:
13711     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13712     layout: "plot-throughput"
13713
13714 - type: "plot"
13715   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13716   algorithm: "plot_performance_box"
13717   output-file-type: ".html"
13718   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13720   filter: "'NIC_Intel-XXV710' and
13721            '78B' and
13722            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13723            'NDRPDR' and
13724            '4T2C' and
13725            'IP6FWD' and
13726            not 'SRv6' and
13727            not 'IPSEC' and
13728            not 'VHOST'"
13729   parameters:
13730   - "throughput"
13731   - "parent"
13732   - "tags"
13733   sort:
13734   - "IP6BASE"
13735   - "FIB_20K"
13736   - "FIB_200K"
13737   - "FIB_2M"
13738   traces:
13739     hoverinfo: "x+y"
13740     boxpoints: "outliers"
13741     whiskerwidth: 0
13742   layout:
13743     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13744     layout: "plot-throughput"
13745
13746 # Packet Throughput - VPP IPv6 2n-skx-x710
13747 - type: "plot"
13748   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13749   algorithm: "plot_performance_box"
13750   output-file-type: ".html"
13751   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13753   filter: "'NIC_Intel-X710' and
13754            '78B' and
13755            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13756            'NDRPDR' and
13757            '2T1C' and
13758            'IP6FWD' and
13759            not 'SRv6' and
13760            not 'IPSEC' and
13761            not 'VHOST'"
13762   parameters:
13763   - "throughput"
13764   - "parent"
13765   - "tags"
13766   sort:
13767   - "IP6BASE"
13768   - "FIB_20K"
13769   - "FIB_200K"
13770   - "FIB_2M"
13771   traces:
13772     hoverinfo: "x+y"
13773     boxpoints: "outliers"
13774     whiskerwidth: 0
13775   layout:
13776     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13781   algorithm: "plot_performance_box"
13782   output-file-type: ".html"
13783   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13785   filter: "'NIC_Intel-X710' and
13786            '78B' and
13787            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13788            'NDRPDR' and
13789            '2T1C' and
13790            'IP6FWD' and
13791            not 'SRv6' and
13792            not 'IPSEC' and
13793            not 'VHOST'"
13794   parameters:
13795   - "throughput"
13796   - "parent"
13797   - "tags"
13798   sort:
13799   - "IP6BASE"
13800   - "FIB_20K"
13801   - "FIB_200K"
13802   - "FIB_2M"
13803   traces:
13804     hoverinfo: "x+y"
13805     boxpoints: "outliers"
13806     whiskerwidth: 0
13807   layout:
13808     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13809     layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13813   algorithm: "plot_performance_box"
13814   output-file-type: ".html"
13815   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13817   filter: "'NIC_Intel-X710' and
13818            '78B' and
13819            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13820            'NDRPDR' and
13821            '4T2C' and
13822            'IP6FWD' and
13823            not 'SRv6' and
13824            not 'IPSEC' and
13825            not 'VHOST'"
13826   parameters:
13827   - "throughput"
13828   - "parent"
13829   - "tags"
13830   sort:
13831   - "IP6BASE"
13832   - "FIB_20K"
13833   - "FIB_200K"
13834   - "FIB_2M"
13835   traces:
13836     hoverinfo: "x+y"
13837     boxpoints: "outliers"
13838     whiskerwidth: 0
13839   layout:
13840     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13841     layout: "plot-throughput"
13842
13843 - type: "plot"
13844   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13845   algorithm: "plot_performance_box"
13846   output-file-type: ".html"
13847   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13849   filter: "'NIC_Intel-X710' and
13850            '78B' and
13851            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13852            'NDRPDR' and
13853            '4T2C' and
13854            'IP6FWD' and
13855            not 'SRv6' and
13856            not 'IPSEC' and
13857            not 'VHOST'"
13858   parameters:
13859   - "throughput"
13860   - "parent"
13861   - "tags"
13862   sort:
13863   - "IP6BASE"
13864   - "FIB_20K"
13865   - "FIB_200K"
13866   - "FIB_2M"
13867   traces:
13868     hoverinfo: "x+y"
13869     boxpoints: "outliers"
13870     whiskerwidth: 0
13871   layout:
13872     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13873     layout: "plot-throughput"
13874
13875 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13876 - type: "plot"
13877   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13878   algorithm: "plot_performance_box"
13879   output-file-type: ".html"
13880   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13882   filter: "'NIC_Intel-XXV710' and
13883            '78B' and
13884            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13885            'NDRPDR' and
13886            '2T1C' and
13887            'IP6FWD' and
13888            not 'SRv6' and
13889            not 'IPSEC' and
13890            not 'VHOST'"
13891   parameters:
13892   - "throughput"
13893   - "parent"
13894   - "tags"
13895   sort:
13896   - "IP6BASE"
13897   - "FIB_20K"
13898   - "FIB_200K"
13899   - "FIB_2M"
13900   traces:
13901     hoverinfo: "x+y"
13902     boxpoints: "outliers"
13903     whiskerwidth: 0
13904   layout:
13905     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13906     layout: "plot-throughput"
13907
13908 - type: "plot"
13909   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13910   algorithm: "plot_performance_box"
13911   output-file-type: ".html"
13912   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13914   filter: "'NIC_Intel-XXV710' and
13915            '78B' and
13916            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13917            'NDRPDR' and
13918            '2T1C' and
13919            'IP6FWD' and
13920            not 'SRv6' and
13921            not 'IPSEC' and
13922            not 'VHOST'"
13923   parameters:
13924   - "throughput"
13925   - "parent"
13926   - "tags"
13927   sort:
13928   - "IP6BASE"
13929   - "FIB_20K"
13930   - "FIB_200K"
13931   - "FIB_2M"
13932   traces:
13933     hoverinfo: "x+y"
13934     boxpoints: "outliers"
13935     whiskerwidth: 0
13936   layout:
13937     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13938     layout: "plot-throughput"
13939
13940 - type: "plot"
13941   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13942   algorithm: "plot_performance_box"
13943   output-file-type: ".html"
13944   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13946   filter: "'NIC_Intel-XXV710' and
13947            '78B' and
13948            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13949            'NDRPDR' and
13950            '4T2C' and
13951            'IP6FWD' and
13952            not 'SRv6' and
13953            not 'IPSEC' and
13954            not 'VHOST'"
13955   parameters:
13956   - "throughput"
13957   - "parent"
13958   - "tags"
13959   sort:
13960   - "IP6BASE"
13961   - "FIB_20K"
13962   - "FIB_200K"
13963   - "FIB_2M"
13964   traces:
13965     hoverinfo: "x+y"
13966     boxpoints: "outliers"
13967     whiskerwidth: 0
13968   layout:
13969     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13970     layout: "plot-throughput"
13971
13972 - type: "plot"
13973   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13974   algorithm: "plot_performance_box"
13975   output-file-type: ".html"
13976   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13978   filter: "'NIC_Intel-XXV710' and
13979            '78B' and
13980            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13981            'NDRPDR' and
13982            '4T2C' and
13983            'IP6FWD' and
13984            not 'SRv6' and
13985            not 'IPSEC' and
13986            not 'VHOST'"
13987   parameters:
13988   - "throughput"
13989   - "parent"
13990   - "tags"
13991   sort:
13992   - "IP6BASE"
13993   - "FIB_20K"
13994   - "FIB_200K"
13995   - "FIB_2M"
13996   traces:
13997     hoverinfo: "x+y"
13998     boxpoints: "outliers"
13999     whiskerwidth: 0
14000   layout:
14001     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14002     layout: "plot-throughput"
14003
14004 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
14005 - type: "plot"
14006   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14007   algorithm: "plot_performance_box"
14008   output-file-type: ".html"
14009   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14010   data: "intel-dnv-vpp"
14011   filter: "'NIC_Intel-X553' and
14012            '78B' and
14013            'IP6BASE' and
14014            'NDRPDR' and
14015            '1T1C' and
14016            'IP6FWD' and
14017            not 'SRv6' and
14018            not 'IPSEC' and
14019            not 'VHOST'"
14020   parameters:
14021   - "throughput"
14022   - "parent"
14023   - "tags"
14024   sort:
14025   - "IP6BASE"
14026   traces:
14027     hoverinfo: "x+y"
14028     boxpoints: "outliers"
14029     whiskerwidth: 0
14030   layout:
14031     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14032     layout: "plot-throughput"
14033
14034 - type: "plot"
14035   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14036   algorithm: "plot_performance_box"
14037   output-file-type: ".html"
14038   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14039   data: "intel-dnv-vpp"
14040   filter: "'NIC_Intel-X553' and
14041            '78B' and
14042            'IP6BASE' and
14043            'NDRPDR' and
14044            '1T1C' and
14045            'IP6FWD' and
14046            not 'SRv6' and
14047            not 'IPSEC' and
14048            not 'VHOST'"
14049   parameters:
14050   - "throughput"
14051   - "parent"
14052   - "tags"
14053   sort:
14054   - "IP6BASE"
14055   traces:
14056     hoverinfo: "x+y"
14057     boxpoints: "outliers"
14058     whiskerwidth: 0
14059   layout:
14060     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14061     layout: "plot-throughput"
14062
14063 - type: "plot"
14064   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14065   algorithm: "plot_performance_box"
14066   output-file-type: ".html"
14067   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14068   data: "intel-dnv-vpp"
14069   filter: "'NIC_Intel-X553' and
14070            '78B' and
14071            'IP6BASE' and
14072            'NDRPDR' and
14073            '2T2C' and
14074            'IP6FWD' and
14075            not 'SRv6' and
14076            not 'IPSEC' and
14077            not 'VHOST'"
14078   parameters:
14079   - "throughput"
14080   - "parent"
14081   - "tags"
14082   sort:
14083   - "IP6BASE"
14084   traces:
14085     hoverinfo: "x+y"
14086     boxpoints: "outliers"
14087     whiskerwidth: 0
14088   layout:
14089     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14090     layout: "plot-throughput"
14091
14092 - type: "plot"
14093   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14094   algorithm: "plot_performance_box"
14095   output-file-type: ".html"
14096   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14097   data: "intel-dnv-vpp"
14098   filter: "'NIC_Intel-X553' and
14099            '78B' and
14100            'IP6BASE' and
14101            'NDRPDR' and
14102            '2T2C' and
14103            'IP6FWD' and
14104            not 'SRv6' and
14105            not 'IPSEC' and
14106            not 'VHOST'"
14107   parameters:
14108   - "throughput"
14109   - "parent"
14110   - "tags"
14111   sort:
14112   - "IP6BASE"
14113   traces:
14114     hoverinfo: "x+y"
14115     boxpoints: "outliers"
14116     whiskerwidth: 0
14117   layout:
14118     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14119     layout: "plot-throughput"
14120
14121 ################################################################################
14122
14123 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14124 - type: "plot"
14125   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14126   algorithm: "plot_performance_box"
14127   output-file-type: ".html"
14128   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14130   filter: "'NIC_Intel-X520-DA2' and
14131            '78B' and
14132            'ENCAP' and
14133            'NDRPDR' and
14134            '1T1C' and
14135            'LISP' and
14136            not 'VHOST'"
14137   parameters:
14138   - "throughput"
14139   - "parent"
14140   - "tags"
14141   sort:
14142   - "IP4UNRLAY"
14143   - "IP6UNRLAY"
14144   traces:
14145     hoverinfo: "x+y"
14146     boxpoints: "outliers"
14147     whiskerwidth: 0
14148   layout:
14149     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14150     layout: "plot-throughput"
14151
14152 - type: "plot"
14153   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14154   algorithm: "plot_performance_box"
14155   output-file-type: ".html"
14156   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14158   filter: "'NIC_Intel-X520-DA2' and
14159            '78B' and
14160            'ENCAP' and
14161            'NDRPDR' and
14162            '1T1C' and
14163            'LISP' and
14164            not 'VHOST'"
14165   parameters:
14166   - "throughput"
14167   - "parent"
14168   - "tags"
14169   sort:
14170   - "IP4UNRLAY"
14171   - "IP6UNRLAY"
14172   traces:
14173     hoverinfo: "x+y"
14174     boxpoints: "outliers"
14175     whiskerwidth: 0
14176   layout:
14177     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14178     layout: "plot-throughput"
14179
14180 - type: "plot"
14181   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14182   algorithm: "plot_performance_box"
14183   output-file-type: ".html"
14184   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14186   filter: "'NIC_Intel-X520-DA2' and
14187            '78B' and
14188            'ENCAP' and
14189            'NDRPDR' and
14190            '2T2C' and
14191            'LISP' and
14192            not 'VHOST'"
14193   parameters:
14194   - "throughput"
14195   - "parent"
14196   - "tags"
14197   sort:
14198   - "IP4UNRLAY"
14199   - "IP6UNRLAY"
14200   traces:
14201     hoverinfo: "x+y"
14202     boxpoints: "outliers"
14203     whiskerwidth: 0
14204   layout:
14205     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14206     layout: "plot-throughput"
14207
14208 - type: "plot"
14209   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14210   algorithm: "plot_performance_box"
14211   output-file-type: ".html"
14212   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14214   filter: "'NIC_Intel-X520-DA2' and
14215            '78B' and
14216            'ENCAP' and
14217            'NDRPDR' and
14218            '2T2C' and
14219            'LISP' and
14220            not 'VHOST'"
14221   parameters:
14222   - "throughput"
14223   - "parent"
14224   - "tags"
14225   sort:
14226   - "IP4UNRLAY"
14227   - "IP6UNRLAY"
14228   traces:
14229     hoverinfo: "x+y"
14230     boxpoints: "outliers"
14231     whiskerwidth: 0
14232   layout:
14233     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14234     layout: "plot-throughput"
14235
14236 ################################################################################
14237
14238 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14239 - type: "plot"
14240   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14241   algorithm: "plot_performance_box"
14242   output-file-type: ".html"
14243   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14245   filter: "'NIC_Intel-XL710' and
14246            '64B' and
14247            'IP4FWD' and
14248            'NDRPDR' and
14249            'BASE' and
14250            '1T1C' and
14251            'IPSECHW' and
14252            ('IPSECTRAN' or 'IPSECTUN') and
14253            not 'VHOST'"
14254   parameters:
14255   - "throughput"
14256   - "parent"
14257   - "tags"
14258   traces:
14259     hoverinfo: "x+y"
14260     boxpoints: "outliers"
14261     whiskerwidth: 0
14262   layout:
14263     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14264     layout: "plot-throughput"
14265
14266 - type: "plot"
14267   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14268   algorithm: "plot_performance_box"
14269   output-file-type: ".html"
14270   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14272   filter: "'NIC_Intel-XL710' and
14273            '64B' and
14274            'IP4FWD' and
14275            'NDRPDR' and
14276            'BASE' and
14277            '1T1C' and
14278            'IPSECHW' and
14279            ('IPSECTRAN' or 'IPSECTUN') and
14280            not 'VHOST'"
14281   parameters:
14282   - "throughput"
14283   - "parent"
14284   - "tags"
14285   traces:
14286     hoverinfo: "x+y"
14287     boxpoints: "outliers"
14288     whiskerwidth: 0
14289   layout:
14290     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14291     layout: "plot-throughput"
14292
14293 - type: "plot"
14294   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14295   algorithm: "plot_performance_box"
14296   output-file-type: ".html"
14297   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14299   filter: "'NIC_Intel-XL710' and
14300            '64B' and
14301            'IP4FWD' and
14302            'NDRPDR' and
14303            'BASE' and
14304            '2T2C' and
14305            'IPSECHW' and
14306            ('IPSECTRAN' or 'IPSECTUN') and
14307            not 'VHOST'"
14308   parameters:
14309   - "throughput"
14310   - "parent"
14311   - "tags"
14312   traces:
14313     hoverinfo: "x+y"
14314     boxpoints: "outliers"
14315     whiskerwidth: 0
14316   layout:
14317     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14318     layout: "plot-throughput"
14319
14320 - type: "plot"
14321   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14322   algorithm: "plot_performance_box"
14323   output-file-type: ".html"
14324   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14326   filter: "'NIC_Intel-XL710' and
14327            '64B' and
14328            'IP4FWD' and
14329            'NDRPDR' and
14330            'BASE' and
14331            '2T2C' and
14332            'IPSECHW' and
14333            ('IPSECTRAN' or 'IPSECTUN') and
14334            not 'VHOST'"
14335   parameters:
14336   - "throughput"
14337   - "parent"
14338   - "tags"
14339   traces:
14340     hoverinfo: "x+y"
14341     boxpoints: "outliers"
14342     whiskerwidth: 0
14343   layout:
14344     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14345     layout: "plot-throughput"
14346
14347 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14348 - type: "plot"
14349   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14350   algorithm: "plot_performance_box"
14351   output-file-type: ".html"
14352   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14354   filter: "'NIC_Intel-XL710' and
14355            '64B' and
14356            'IP4FWD' and
14357            'NDRPDR' and
14358            'SCALE' and
14359            '1T1C' and
14360            'IPSECHW' and
14361            ('IPSECTRAN' or 'IPSECTUN') and
14362            not 'VHOST'"
14363   parameters:
14364   - "throughput"
14365   - "parent"
14366   - "tags"
14367   traces:
14368     hoverinfo: "x+y"
14369     boxpoints: "outliers"
14370     whiskerwidth: 0
14371   layout:
14372     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14373     layout: "plot-throughput"
14374
14375 - type: "plot"
14376   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14377   algorithm: "plot_performance_box"
14378   output-file-type: ".html"
14379   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14381   filter: "'NIC_Intel-XL710' and
14382            '64B' and
14383            'IP4FWD' and
14384            'NDRPDR' and
14385            'SCALE' and
14386            '1T1C' and
14387            'IPSECHW' and
14388            ('IPSECTRAN' or 'IPSECTUN') and
14389            not 'VHOST'"
14390   parameters:
14391   - "throughput"
14392   - "parent"
14393   - "tags"
14394   traces:
14395     hoverinfo: "x+y"
14396     boxpoints: "outliers"
14397     whiskerwidth: 0
14398   layout:
14399     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14400     layout: "plot-throughput"
14401
14402 - type: "plot"
14403   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14404   algorithm: "plot_performance_box"
14405   output-file-type: ".html"
14406   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14408   filter: "'NIC_Intel-XL710' and
14409            '64B' and
14410            'IP4FWD' and
14411            'NDRPDR' and
14412            'SCALE' and
14413            '2T2C' and
14414            'IPSECHW' and
14415            ('IPSECTRAN' or 'IPSECTUN') and
14416            not 'VHOST'"
14417   parameters:
14418   - "throughput"
14419   - "parent"
14420   - "tags"
14421   traces:
14422     hoverinfo: "x+y"
14423     boxpoints: "outliers"
14424     whiskerwidth: 0
14425   layout:
14426     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14427     layout: "plot-throughput"
14428
14429 - type: "plot"
14430   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14431   algorithm: "plot_performance_box"
14432   output-file-type: ".html"
14433   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14435   filter: "'NIC_Intel-XL710' and
14436            '64B' and
14437            'IP4FWD' and
14438            'NDRPDR' and
14439            'SCALE' and
14440            '2T2C' and
14441            'IPSECHW' and
14442            ('IPSECTRAN' or 'IPSECTUN') and
14443            not 'VHOST'"
14444   parameters:
14445   - "throughput"
14446   - "parent"
14447   - "tags"
14448   traces:
14449     hoverinfo: "x+y"
14450     boxpoints: "outliers"
14451     whiskerwidth: 0
14452   layout:
14453     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14454     layout: "plot-throughput"
14455
14456 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14457 - type: "plot"
14458   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14459   algorithm: "plot_performance_box"
14460   output-file-type: ".html"
14461   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14463   filter: "'NIC_Intel-XL710' and
14464            '64B' and
14465            'IP4FWD' and
14466            'NDRPDR' and
14467            '1T1C' and
14468            'IPSECSW' and
14469            ('IPSECTRAN' or 'IPSECTUN') and
14470            not 'VHOST'"
14471   parameters:
14472   - "throughput"
14473   - "parent"
14474   - "tags"
14475   traces:
14476     hoverinfo: "x+y"
14477     boxpoints: "outliers"
14478     whiskerwidth: 0
14479   layout:
14480     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14481     layout: "plot-throughput"
14482
14483 - type: "plot"
14484   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14485   algorithm: "plot_performance_box"
14486   output-file-type: ".html"
14487   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14489   filter: "'NIC_Intel-XL710' and
14490            '64B' and
14491            'IP4FWD' and
14492            'NDRPDR' and
14493            '1T1C' and
14494            'IPSECSW' and
14495            ('IPSECTRAN' or 'IPSECTUN') and
14496            not 'VHOST'"
14497   parameters:
14498   - "throughput"
14499   - "parent"
14500   - "tags"
14501   traces:
14502     hoverinfo: "x+y"
14503     boxpoints: "outliers"
14504     whiskerwidth: 0
14505   layout:
14506     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14507     layout: "plot-throughput"
14508
14509 - type: "plot"
14510   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14511   algorithm: "plot_performance_box"
14512   output-file-type: ".html"
14513   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14515   filter: "'NIC_Intel-XL710' and
14516            '64B' and
14517            'IP4FWD' and
14518            'NDRPDR' and
14519            '2T2C' and
14520            'IPSECSW' and
14521            ('IPSECTRAN' or 'IPSECTUN') and
14522            not 'VHOST'"
14523   parameters:
14524   - "throughput"
14525   - "parent"
14526   - "tags"
14527   traces:
14528     hoverinfo: "x+y"
14529     boxpoints: "outliers"
14530     whiskerwidth: 0
14531   layout:
14532     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14533     layout: "plot-throughput"
14534
14535 - type: "plot"
14536   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14537   algorithm: "plot_performance_box"
14538   output-file-type: ".html"
14539   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14541   filter: "'NIC_Intel-XL710' and
14542            '64B' and
14543            'IP4FWD' and
14544            'NDRPDR' and
14545            '2T2C' and
14546            'IPSECSW' and
14547            ('IPSECTRAN' or 'IPSECTUN') and
14548            not 'VHOST'"
14549   parameters:
14550   - "throughput"
14551   - "parent"
14552   - "tags"
14553   traces:
14554     hoverinfo: "x+y"
14555     boxpoints: "outliers"
14556     whiskerwidth: 0
14557   layout:
14558     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14559     layout: "plot-throughput"
14560
14561 ################################################################################
14562
14563 # Packet Throughput - VPP SRv6 3n-hsw-x520
14564 - type: "plot"
14565   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14566   algorithm: "plot_performance_box"
14567   output-file-type: ".html"
14568   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14570   filter: "'NIC_Intel-X520-DA2' and
14571            '78B' and
14572            'FEATURE' and
14573            'NDRPDR' and
14574            '1T1C' and
14575            'IP6FWD' and
14576            'SRv6'"
14577   parameters:
14578   - "throughput"
14579   - "parent"
14580   - "tags"
14581   traces:
14582     hoverinfo: "x+y"
14583     boxpoints: "outliers"
14584     whiskerwidth: 0
14585   layout:
14586     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14587     layout: "plot-throughput"
14588
14589 - type: "plot"
14590   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14591   algorithm: "plot_performance_box"
14592   output-file-type: ".html"
14593   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14595   filter: "'NIC_Intel-X520-DA2' and
14596            '78B' and
14597            'FEATURE' and
14598            'NDRPDR' and
14599            '1T1C' and
14600            'IP6FWD' and
14601            'SRv6'"
14602   parameters:
14603   - "throughput"
14604   - "parent"
14605   - "tags"
14606   traces:
14607     hoverinfo: "x+y"
14608     boxpoints: "outliers"
14609     whiskerwidth: 0
14610   layout:
14611     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14612     layout: "plot-throughput"
14613
14614 - type: "plot"
14615   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14616   algorithm: "plot_performance_box"
14617   output-file-type: ".html"
14618   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14620   filter: "'NIC_Intel-X520-DA2' and
14621            '78B' and
14622            'FEATURE' and
14623            'NDRPDR' and
14624            '2T2C' and
14625            'IP6FWD' and
14626            'SRv6'"
14627   parameters:
14628   - "throughput"
14629   - "parent"
14630   - "tags"
14631   traces:
14632     hoverinfo: "x+y"
14633     boxpoints: "outliers"
14634     whiskerwidth: 0
14635   layout:
14636     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14637     layout: "plot-throughput"
14638
14639 - type: "plot"
14640   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14641   algorithm: "plot_performance_box"
14642   output-file-type: ".html"
14643   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14644   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14645   filter: "'NIC_Intel-X520-DA2' and
14646            '78B' and
14647            'FEATURE' and
14648            'NDRPDR' and
14649            '2T2C' and
14650            'IP6FWD' and
14651            'SRv6'"
14652   parameters:
14653   - "throughput"
14654   - "parent"
14655   - "tags"
14656   traces:
14657     hoverinfo: "x+y"
14658     boxpoints: "outliers"
14659     whiskerwidth: 0
14660   layout:
14661     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14662     layout: "plot-throughput"
14663
14664 ################################################################################
14665
14666 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14667 - type: "plot"
14668   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14669   algorithm: "plot_performance_box"
14670   output-file-type: ".html"
14671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14672   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14673   filter: "'NIC_Intel-X520-DA2' and
14674            '64B' and
14675            'NDRPDR' and
14676            'ETH' and
14677            'IP4FWD' and
14678            '1T1C' and
14679            'VHOST_1024' and
14680            not 'VXLAN' and
14681            not 'DOT1Q'"
14682   parameters:
14683   - "throughput"
14684   - "parent"
14685   - "tags"
14686   sort:
14687   - "not CFS_OPT"
14688   - "1VM"
14689   - "2VM"
14690   traces:
14691     hoverinfo: "x+y"
14692     boxpoints: "outliers"
14693     whiskerwidth: 0
14694   layout:
14695     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14696     layout: "plot-throughput"
14697
14698 - type: "plot"
14699   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14700   algorithm: "plot_performance_box"
14701   output-file-type: ".html"
14702   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14704   filter: "'NIC_Intel-X520-DA2' and
14705            '64B' and
14706            'NDRPDR' and
14707            'ETH' and
14708            'IP4FWD' and
14709            '2T2C' and
14710            'VHOST_1024' and
14711            not 'VXLAN' and
14712            not 'DOT1Q'"
14713   parameters:
14714   - "throughput"
14715   - "parent"
14716   - "tags"
14717   sort:
14718   - "not CFS_OPT"
14719   - "1VM"
14720   - "2VM"
14721   traces:
14722     hoverinfo: "x+y"
14723     boxpoints: "outliers"
14724     whiskerwidth: 0
14725   layout:
14726     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14727     layout: "plot-throughput"
14728
14729 - type: "plot"
14730   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14731   algorithm: "plot_performance_box"
14732   output-file-type: ".html"
14733   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14735   filter: "'NIC_Intel-X520-DA2' and
14736            '64B' and
14737            'NDRPDR' and
14738            'ETH' and
14739            'IP4FWD' and
14740            '1T1C' and
14741            'VHOST_1024' and
14742            not 'VXLAN' and
14743            not 'DOT1Q'"
14744   parameters:
14745   - "throughput"
14746   - "parent"
14747   - "tags"
14748   sort:
14749   - "not CFS_OPT"
14750   - "1VM"
14751   - "2VM"
14752   traces:
14753     hoverinfo: "x+y"
14754     boxpoints: "outliers"
14755     whiskerwidth: 0
14756   layout:
14757     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14758     layout: "plot-throughput"
14759
14760 - type: "plot"
14761   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14762   algorithm: "plot_performance_box"
14763   output-file-type: ".html"
14764   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14766   filter: "'NIC_Intel-X520-DA2' and
14767            '64B' and
14768            'NDRPDR' and
14769            'ETH' and
14770            'IP4FWD' and
14771            '2T2C' and
14772            'VHOST_1024' and
14773            not 'VXLAN' and
14774            not 'DOT1Q'"
14775   parameters:
14776   - "throughput"
14777   - "parent"
14778   - "tags"
14779   sort:
14780   - "not CFS_OPT"
14781   - "1VM"
14782   - "2VM"
14783   traces:
14784     hoverinfo: "x+y"
14785     boxpoints: "outliers"
14786     whiskerwidth: 0
14787   layout:
14788     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14789     layout: "plot-throughput"
14790
14791 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14792 - type: "plot"
14793   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14794   algorithm: "plot_performance_box"
14795   output-file-type: ".html"
14796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14798   filter: "'NIC_Intel-X520-DA2' and
14799            '64B' and
14800            'NDRPDR' and
14801            ('ETH' or 'DOT1Q') and
14802            'BASE' and
14803            '1T1C' and
14804            ('L2BDMACLRN' or 'L2XCFWD') and
14805            'VHOST_1024' and
14806            not 'VXLAN' and
14807            not 'IP4FWD' and
14808            not '2VM'"
14809   parameters:
14810   - "throughput"
14811   - "parent"
14812   - "tags"
14813   sort:
14814   - "L2BDMACLRN"
14815   - "L2BDMACLRN"
14816   - "L2BDMACLRN"
14817   - "L2XCFWD"
14818   - "L2XCFWD"
14819   - "L2XCFWD"
14820   traces:
14821     hoverinfo: "x+y"
14822     boxpoints: "outliers"
14823     whiskerwidth: 0
14824   layout:
14825     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14826     layout: "plot-throughput"
14827
14828 - type: "plot"
14829   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14830   algorithm: "plot_performance_box"
14831   output-file-type: ".html"
14832   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14834   filter: "'NIC_Intel-X520-DA2' and
14835            '64B' and
14836            'NDRPDR' and
14837            ('ETH' or 'DOT1Q') and
14838            'BASE' and
14839            '1T1C' and
14840            ('L2BDMACLRN' or 'L2XCFWD') and
14841            'VHOST_1024' and
14842            not 'VXLAN' and
14843            not 'IP4FWD' and
14844            not '2VM'"
14845   parameters:
14846   - "throughput"
14847   - "parent"
14848   - "tags"
14849   sort:
14850   - "L2BDMACLRN"
14851   - "L2BDMACLRN"
14852   - "L2BDMACLRN"
14853   - "L2XCFWD"
14854   - "L2XCFWD"
14855   - "L2XCFWD"
14856   traces:
14857     hoverinfo: "x+y"
14858     boxpoints: "outliers"
14859     whiskerwidth: 0
14860   layout:
14861     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14862     layout: "plot-throughput"
14863
14864 - type: "plot"
14865   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14866   algorithm: "plot_performance_box"
14867   output-file-type: ".html"
14868   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14869   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14870   filter: "'NIC_Intel-X520-DA2' and
14871            '64B' and
14872            'NDRPDR' and
14873            ('ETH' or 'DOT1Q') and
14874            'BASE' and
14875            '2T2C' and
14876            ('L2BDMACLRN' or 'L2XCFWD') and
14877            'VHOST_1024' and
14878            not 'VXLAN' and
14879            not 'IP4FWD' and
14880            not '2VM'"
14881   parameters:
14882   - "throughput"
14883   - "parent"
14884   - "tags"
14885   sort:
14886   - "L2BDMACLRN"
14887   - "L2BDMACLRN"
14888   - "L2BDMACLRN"
14889   - "L2XCFWD"
14890   - "L2XCFWD"
14891   - "L2XCFWD"
14892   traces:
14893     hoverinfo: "x+y"
14894     boxpoints: "outliers"
14895     whiskerwidth: 0
14896   layout:
14897     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14898     layout: "plot-throughput"
14899
14900 - type: "plot"
14901   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14902   algorithm: "plot_performance_box"
14903   output-file-type: ".html"
14904   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14906   filter: "'NIC_Intel-X520-DA2' and
14907            '64B' and
14908            'NDRPDR' and
14909            ('ETH' or 'DOT1Q') and
14910            'BASE' and
14911            '2T2C' and
14912            ('L2BDMACLRN' or 'L2XCFWD') and
14913            'VHOST_1024' and
14914            not 'VXLAN' and
14915            not 'IP4FWD' and
14916            not '2VM'"
14917   parameters:
14918   - "throughput"
14919   - "parent"
14920   - "tags"
14921   sort:
14922   - "L2BDMACLRN"
14923   - "L2BDMACLRN"
14924   - "L2BDMACLRN"
14925   - "L2XCFWD"
14926   - "L2XCFWD"
14927   - "L2XCFWD"
14928   traces:
14929     hoverinfo: "x+y"
14930     boxpoints: "outliers"
14931     whiskerwidth: 0
14932   layout:
14933     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14934     layout: "plot-throughput"
14935
14936 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14937 - type: "plot"
14938   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14939   algorithm: "plot_performance_box"
14940   output-file-type: ".html"
14941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14942   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14943   filter: "'NIC_Intel-X520-DA2' and
14944            '64B' and
14945            'NDRPDR' and
14946            ('ETH' or 'DOT1Q') and
14947            '1T1C' and
14948            ('L2BDMACLRN' or 'L2XCFWD') and
14949            'VHOST_1024' and
14950            not 'CFS_OPT' and
14951            not 'DOT1Q' and
14952            not 'VXLAN' and
14953            not 'IP4FWD' and
14954            not 'LBOND'"
14955   parameters:
14956   - "throughput"
14957   - "parent"
14958   - "tags"
14959 #  sort:
14960 #  - "1VM"
14961 #  - "L2XCFWD"
14962 #  - "1VM"
14963 #  - "L2BDMACLRN"
14964   traces:
14965     hoverinfo: "x+y"
14966     boxpoints: "outliers"
14967     whiskerwidth: 0
14968   layout:
14969     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14970     layout: "plot-throughput"
14971
14972 - type: "plot"
14973   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14974   algorithm: "plot_performance_box"
14975   output-file-type: ".html"
14976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14978   filter: "'NIC_Intel-X520-DA2' and
14979            '64B' and
14980            'NDRPDR' and
14981            ('ETH' or 'DOT1Q') and
14982            '1T1C' and
14983            ('L2BDMACLRN' or 'L2XCFWD') and
14984            'VHOST_1024' and
14985            not 'CFS_OPT' and
14986            not 'DOT1Q' and
14987            not 'VXLAN' and
14988            not 'IP4FWD' and
14989            not 'LBOND'"
14990   parameters:
14991   - "throughput"
14992   - "parent"
14993   - "tags"
14994 #  sort:
14995 #  - "1VM"
14996 #  - "L2XCFWD"
14997 #  - "1VM"
14998 #  - "L2BDMACLRN"
14999   traces:
15000     hoverinfo: "x+y"
15001     boxpoints: "outliers"
15002     whiskerwidth: 0
15003   layout:
15004     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15005     layout: "plot-throughput"
15006
15007 - type: "plot"
15008   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15009   algorithm: "plot_performance_box"
15010   output-file-type: ".html"
15011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15013   filter: "'NIC_Intel-X520-DA2' and
15014            '64B' and
15015            'NDRPDR' and
15016            ('ETH' or 'DOT1Q') and
15017            '2T2C' and
15018            ('L2BDMACLRN' or 'L2XCFWD') and
15019            'VHOST_1024' and
15020            not 'CFS_OPT' and
15021            not 'DOT1Q' and
15022            not 'VXLAN' and
15023            not 'IP4FWD' and
15024            not 'LBOND'"
15025   parameters:
15026   - "throughput"
15027   - "parent"
15028   - "tags"
15029 #  sort:
15030 #  - "1VM"
15031 #  - "L2XCFWD"
15032 #  - "1VM"
15033 #  - "L2BDMACLRN"
15034   traces:
15035     hoverinfo: "x+y"
15036     boxpoints: "outliers"
15037     whiskerwidth: 0
15038   layout:
15039     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15040     layout: "plot-throughput"
15041
15042 - type: "plot"
15043   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15044   algorithm: "plot_performance_box"
15045   output-file-type: ".html"
15046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15048   filter: "'NIC_Intel-X520-DA2' and
15049            '64B' and
15050            'NDRPDR' and
15051            ('ETH' or 'DOT1Q') and
15052            '2T2C' and
15053            ('L2BDMACLRN' or 'L2XCFWD') and
15054            'VHOST_1024' and
15055            not 'CFS_OPT' and
15056            not 'DOT1Q' and
15057            not 'VXLAN' and
15058            not 'IP4FWD' and
15059            not 'LBOND'"
15060   parameters:
15061   - "throughput"
15062   - "parent"
15063   - "tags"
15064 #  sort:
15065 #  - "1VM"
15066 #  - "L2XCFWD"
15067 #  - "1VM"
15068 #  - "L2BDMACLRN"
15069   traces:
15070     hoverinfo: "x+y"
15071     boxpoints: "outliers"
15072     whiskerwidth: 0
15073   layout:
15074     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15075     layout: "plot-throughput"
15076
15077 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15078 - type: "plot"
15079   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15080   algorithm: "plot_performance_box"
15081   output-file-type: ".html"
15082   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15084   filter: "'NIC_Intel-X710' and
15085            '64B' and
15086            'NDRPDR' and
15087            'ETH' and
15088            'IP4FWD' and
15089            '1T1C' and
15090            'VHOST_1024' and
15091            not 'VXLAN' and
15092            not 'CFS_OPT' and
15093            not 'DOT1Q'"
15094   parameters:
15095   - "throughput"
15096   - "parent"
15097   - "tags"
15098   sort:
15099   - "1VM"
15100   - "2VM"
15101   traces:
15102     hoverinfo: "x+y"
15103     boxpoints: "outliers"
15104     whiskerwidth: 0
15105   layout:
15106     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15107     layout: "plot-throughput"
15108
15109 - type: "plot"
15110   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15111   algorithm: "plot_performance_box"
15112   output-file-type: ".html"
15113   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15115   filter: "'NIC_Intel-X710' and
15116            '64B' and
15117            'NDRPDR' and
15118            'ETH' and
15119            'IP4FWD' and
15120            '2T2C' and
15121            'VHOST_1024' and
15122            not 'VXLAN' and
15123            not 'CFS_OPT' and
15124            not 'DOT1Q'"
15125   parameters:
15126   - "throughput"
15127   - "parent"
15128   - "tags"
15129   sort:
15130   - "1VM"
15131   - "2VM"
15132   traces:
15133     hoverinfo: "x+y"
15134     boxpoints: "outliers"
15135     whiskerwidth: 0
15136   layout:
15137     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15138     layout: "plot-throughput"
15139
15140 - type: "plot"
15141   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15142   algorithm: "plot_performance_box"
15143   output-file-type: ".html"
15144   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15146   filter: "'NIC_Intel-X710' and
15147            '64B' and
15148            'NDRPDR' and
15149            'ETH' and
15150            'IP4FWD' and
15151            '1T1C' and
15152            'VHOST_1024' and
15153            not 'VXLAN' and
15154            not 'CFS_OPT' and
15155            not 'DOT1Q'"
15156   parameters:
15157   - "throughput"
15158   - "parent"
15159   - "tags"
15160   sort:
15161   - "1VM"
15162   - "2VM"
15163   traces:
15164     hoverinfo: "x+y"
15165     boxpoints: "outliers"
15166     whiskerwidth: 0
15167   layout:
15168     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15169     layout: "plot-throughput"
15170
15171 - type: "plot"
15172   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15173   algorithm: "plot_performance_box"
15174   output-file-type: ".html"
15175   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15177   filter: "'NIC_Intel-X710' and
15178            '64B' and
15179            'NDRPDR' and
15180            'ETH' and
15181            'IP4FWD' and
15182            '2T2C' and
15183            'VHOST_1024' and
15184            not 'VXLAN' and
15185            not 'CFS_OPT' and
15186            not 'DOT1Q'"
15187   parameters:
15188   - "throughput"
15189   - "parent"
15190   - "tags"
15191   sort:
15192   - "1VM"
15193   - "2VM"
15194   traces:
15195     hoverinfo: "x+y"
15196     boxpoints: "outliers"
15197     whiskerwidth: 0
15198   layout:
15199     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15200     layout: "plot-throughput"
15201
15202 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15203 - type: "plot"
15204   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15205   algorithm: "plot_performance_box"
15206   output-file-type: ".html"
15207   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15209   filter: "'NIC_Intel-X710' and
15210            '64B' and
15211            'NDRPDR' and
15212            ('ETH' or 'DOT1Q') and
15213            'BASE' and
15214            '1T1C' and
15215            ('L2BDMACLRN' or 'L2XCFWD') and
15216            'VHOST_1024' and
15217            not 'VXLAN' and
15218            not 'IP4FWD' and
15219            not '2VM'"
15220   parameters:
15221   - "throughput"
15222   - "parent"
15223   - "tags"
15224   sort:
15225   - "L2BDMACLRN"
15226   - "L2BDMACLRN"
15227   - "L2BDMACLRN"
15228   - "L2XCFWD"
15229   - "L2XCFWD"
15230   - "L2XCFWD"
15231   traces:
15232     hoverinfo: "x+y"
15233     boxpoints: "outliers"
15234     whiskerwidth: 0
15235   layout:
15236     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15237     layout: "plot-throughput"
15238
15239 - type: "plot"
15240   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15241   algorithm: "plot_performance_box"
15242   output-file-type: ".html"
15243   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15245   filter: "'NIC_Intel-X710' and
15246            '64B' and
15247            'NDRPDR' and
15248            ('ETH' or 'DOT1Q') and
15249            'BASE' and
15250            '1T1C' and
15251            ('L2BDMACLRN' or 'L2XCFWD') and
15252            'VHOST_1024' and
15253            not 'VXLAN' and
15254            not 'IP4FWD' and
15255            not '2VM'"
15256   parameters:
15257   - "throughput"
15258   - "parent"
15259   - "tags"
15260   sort:
15261   - "L2BDMACLRN"
15262   - "L2BDMACLRN"
15263   - "L2BDMACLRN"
15264   - "L2XCFWD"
15265   - "L2XCFWD"
15266   - "L2XCFWD"
15267   traces:
15268     hoverinfo: "x+y"
15269     boxpoints: "outliers"
15270     whiskerwidth: 0
15271   layout:
15272     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15273     layout: "plot-throughput"
15274
15275 - type: "plot"
15276   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15277   algorithm: "plot_performance_box"
15278   output-file-type: ".html"
15279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15281   filter: "'NIC_Intel-X710' and
15282            '64B' and
15283            'NDRPDR' and
15284            ('ETH' or 'DOT1Q') and
15285            'BASE' and
15286            '2T2C' and
15287            ('L2BDMACLRN' or 'L2XCFWD') and
15288            'VHOST_1024' and
15289            not 'VXLAN' and
15290            not 'IP4FWD' and
15291            not '2VM'"
15292   parameters:
15293   - "throughput"
15294   - "parent"
15295   - "tags"
15296   sort:
15297   - "L2BDMACLRN"
15298   - "L2BDMACLRN"
15299   - "L2BDMACLRN"
15300   - "L2XCFWD"
15301   - "L2XCFWD"
15302   - "L2XCFWD"
15303   traces:
15304     hoverinfo: "x+y"
15305     boxpoints: "outliers"
15306     whiskerwidth: 0
15307   layout:
15308     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15309     layout: "plot-throughput"
15310
15311 - type: "plot"
15312   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15313   algorithm: "plot_performance_box"
15314   output-file-type: ".html"
15315   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15317   filter: "'NIC_Intel-X710' and
15318            '64B' and
15319            'NDRPDR' and
15320            ('ETH' or 'DOT1Q') and
15321            'BASE' and
15322            '2T2C' and
15323            ('L2BDMACLRN' or 'L2XCFWD') and
15324            'VHOST_1024' and
15325            not 'VXLAN' and
15326            not 'IP4FWD' and
15327            not '2VM'"
15328   parameters:
15329   - "throughput"
15330   - "parent"
15331   - "tags"
15332   sort:
15333   - "L2BDMACLRN"
15334   - "L2BDMACLRN"
15335   - "L2BDMACLRN"
15336   - "L2XCFWD"
15337   - "L2XCFWD"
15338   - "L2XCFWD"
15339   traces:
15340     hoverinfo: "x+y"
15341     boxpoints: "outliers"
15342     whiskerwidth: 0
15343   layout:
15344     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15345     layout: "plot-throughput"
15346
15347 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15348 - type: "plot"
15349   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15350   algorithm: "plot_performance_box"
15351   output-file-type: ".html"
15352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15354   filter: "'NIC_Intel-X710' and
15355            '64B' and
15356            'NDRPDR' and
15357            ('ETH' or 'DOT1Q') and
15358            '1T1C' and
15359            ('L2BDMACLRN' or 'L2XCFWD') and
15360            'VHOST_1024' and
15361            not 'CFS_OPT' and
15362            not 'VXLAN' and
15363            not 'IP4FWD' and
15364            not 'LBOND'"
15365   parameters:
15366   - "throughput"
15367   - "parent"
15368   - "tags"
15369   sort:
15370   - "L2BDMACLRN"
15371   - "L2BDMACLRN"
15372   - "L2BDMACLRN"
15373   - "L2XCFWD"
15374   - "L2XCFWD"
15375   - "L2XCFWD"
15376   traces:
15377     hoverinfo: "x+y"
15378     boxpoints: "outliers"
15379     whiskerwidth: 0
15380   layout:
15381     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15382     layout: "plot-throughput"
15383
15384 - type: "plot"
15385   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15386   algorithm: "plot_performance_box"
15387   output-file-type: ".html"
15388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15390   filter: "'NIC_Intel-X710' and
15391            '64B' and
15392            'NDRPDR' and
15393            ('ETH' or 'DOT1Q') and
15394            '1T1C' and
15395            ('L2BDMACLRN' or 'L2XCFWD') and
15396            'VHOST_1024' and
15397            not 'CFS_OPT' and
15398            not 'VXLAN' and
15399            not 'IP4FWD' and
15400            not 'LBOND'"
15401   parameters:
15402   - "throughput"
15403   - "parent"
15404   - "tags"
15405   sort:
15406   - "L2BDMACLRN"
15407   - "L2BDMACLRN"
15408   - "L2BDMACLRN"
15409   - "L2XCFWD"
15410   - "L2XCFWD"
15411   - "L2XCFWD"
15412   traces:
15413     hoverinfo: "x+y"
15414     boxpoints: "outliers"
15415     whiskerwidth: 0
15416   layout:
15417     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15418     layout: "plot-throughput"
15419
15420 - type: "plot"
15421   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15422   algorithm: "plot_performance_box"
15423   output-file-type: ".html"
15424   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15426   filter: "'NIC_Intel-X710' and
15427            '64B' and
15428            'NDRPDR' and
15429            ('ETH' or 'DOT1Q') and
15430            '2T2C' and
15431            ('L2BDMACLRN' or 'L2XCFWD') and
15432            'VHOST_1024' and
15433            not 'CFS_OPT' and
15434            not 'VXLAN' and
15435            not 'IP4FWD' and
15436            not 'LBOND'"
15437   parameters:
15438   - "throughput"
15439   - "parent"
15440   - "tags"
15441   sort:
15442   - "L2BDMACLRN"
15443   - "L2BDMACLRN"
15444   - "L2BDMACLRN"
15445   - "L2XCFWD"
15446   - "L2XCFWD"
15447   - "L2XCFWD"
15448   traces:
15449     hoverinfo: "x+y"
15450     boxpoints: "outliers"
15451     whiskerwidth: 0
15452   layout:
15453     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15454     layout: "plot-throughput"
15455
15456 - type: "plot"
15457   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15458   algorithm: "plot_performance_box"
15459   output-file-type: ".html"
15460   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15462   filter: "'NIC_Intel-X710' and
15463            '64B' and
15464            'NDRPDR' and
15465            ('ETH' or 'DOT1Q') and
15466            '2T2C' and
15467            ('L2BDMACLRN' or 'L2XCFWD') and
15468            'VHOST_1024' and
15469            not 'CFS_OPT' and
15470            not 'VXLAN' and
15471            not 'IP4FWD' and
15472            not 'LBOND'"
15473   parameters:
15474   - "throughput"
15475   - "parent"
15476   - "tags"
15477   sort:
15478   - "L2BDMACLRN"
15479   - "L2BDMACLRN"
15480   - "L2BDMACLRN"
15481   - "L2XCFWD"
15482   - "L2XCFWD"
15483   - "L2XCFWD"
15484   traces:
15485     hoverinfo: "x+y"
15486     boxpoints: "outliers"
15487     whiskerwidth: 0
15488   layout:
15489     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15490     layout: "plot-throughput"
15491
15492 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15493 - type: "plot"
15494   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15495   algorithm: "plot_performance_box"
15496   output-file-type: ".html"
15497   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15499   filter: "'NIC_Intel-X710' and
15500            '64B' and
15501            'NDRPDR' and
15502            'ETH' and
15503            'IP4FWD' and
15504            '2T1C' and
15505            'VHOST_1024' and
15506            not 'VXLAN' and
15507            not 'DOT1Q'"
15508   parameters:
15509   - "throughput"
15510   - "parent"
15511   - "tags"
15512   sort:
15513   - "1VM"
15514   - "2VM"
15515   traces:
15516     hoverinfo: "x+y"
15517     boxpoints: "outliers"
15518     whiskerwidth: 0
15519   layout:
15520     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15521     layout: "plot-throughput"
15522
15523 - type: "plot"
15524   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15525   algorithm: "plot_performance_box"
15526   output-file-type: ".html"
15527   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15529   filter: "'NIC_Intel-X710' and
15530            '64B' and
15531            'NDRPDR' and
15532            'ETH' and
15533            'IP4FWD' and
15534            '4T2C' and
15535            'VHOST_1024' and
15536            not 'VXLAN' and
15537            not 'DOT1Q'"
15538   parameters:
15539   - "throughput"
15540   - "parent"
15541   - "tags"
15542   sort:
15543   - "1VM"
15544   - "2VM"
15545   traces:
15546     hoverinfo: "x+y"
15547     boxpoints: "outliers"
15548     whiskerwidth: 0
15549   layout:
15550     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15551     layout: "plot-throughput"
15552
15553 - type: "plot"
15554   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15555   algorithm: "plot_performance_box"
15556   output-file-type: ".html"
15557   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15559   filter: "'NIC_Intel-X710' and
15560            '64B' and
15561            'NDRPDR' and
15562            'ETH' and
15563            'IP4FWD' and
15564            '2T1C' and
15565            'VHOST_1024' and
15566            not 'VXLAN' and
15567            not 'DOT1Q'"
15568   parameters:
15569   - "throughput"
15570   - "parent"
15571   - "tags"
15572   sort:
15573   - "1VM"
15574   - "2VM"
15575   traces:
15576     hoverinfo: "x+y"
15577     boxpoints: "outliers"
15578     whiskerwidth: 0
15579   layout:
15580     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15581     layout: "plot-throughput"
15582
15583 - type: "plot"
15584   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15585   algorithm: "plot_performance_box"
15586   output-file-type: ".html"
15587   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15589   filter: "'NIC_Intel-X710' and
15590            '64B' and
15591            'NDRPDR' and
15592            'ETH' and
15593            'IP4FWD' and
15594            '4T2C' and
15595            'VHOST_1024' and
15596            not 'VXLAN' and
15597            not 'DOT1Q'"
15598   parameters:
15599   - "throughput"
15600   - "parent"
15601   - "tags"
15602   sort:
15603   - "1VM"
15604   - "2VM"
15605   traces:
15606     hoverinfo: "x+y"
15607     boxpoints: "outliers"
15608     whiskerwidth: 0
15609   layout:
15610     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15611     layout: "plot-throughput"
15612
15613 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15614 - type: "plot"
15615   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15616   algorithm: "plot_performance_box"
15617   output-file-type: ".html"
15618   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15620   filter: "'NIC_Intel-X710' and
15621            '64B' and
15622            'NDRPDR' and
15623            ('ETH' or 'DOT1Q') and
15624            'BASE' and
15625            '2T1C' and
15626            ('L2BDMACLRN' or 'L2XCFWD') and
15627            'VHOST_1024' and
15628            not 'VXLAN' and
15629            not 'IP4FWD' and
15630            not '2VM'"
15631   parameters:
15632   - "throughput"
15633   - "parent"
15634   - "tags"
15635   sort:
15636   - "L2BDMACLRN"
15637   - "L2BDMACLRN"
15638   - "L2BDMACLRN"
15639   - "L2XCFWD"
15640   - "L2XCFWD"
15641   - "L2XCFWD"
15642   traces:
15643     hoverinfo: "x+y"
15644     boxpoints: "outliers"
15645     whiskerwidth: 0
15646   layout:
15647     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15648     layout: "plot-throughput"
15649
15650 - type: "plot"
15651   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15652   algorithm: "plot_performance_box"
15653   output-file-type: ".html"
15654   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15656   filter: "'NIC_Intel-X710' and
15657            '64B' and
15658            'NDRPDR' and
15659            ('ETH' or 'DOT1Q') and
15660            'BASE' and
15661            '2T1C' and
15662            ('L2BDMACLRN' or 'L2XCFWD') and
15663            'VHOST_1024' and
15664            not 'VXLAN' and
15665            not 'IP4FWD' and
15666            not '2VM'"
15667   parameters:
15668   - "throughput"
15669   - "parent"
15670   - "tags"
15671   sort:
15672   - "L2BDMACLRN"
15673   - "L2BDMACLRN"
15674   - "L2BDMACLRN"
15675   - "L2XCFWD"
15676   - "L2XCFWD"
15677   - "L2XCFWD"
15678   traces:
15679     hoverinfo: "x+y"
15680     boxpoints: "outliers"
15681     whiskerwidth: 0
15682   layout:
15683     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15684     layout: "plot-throughput"
15685
15686 - type: "plot"
15687   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15688   algorithm: "plot_performance_box"
15689   output-file-type: ".html"
15690   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15692   filter: "'NIC_Intel-X710' and
15693            '64B' and
15694            'NDRPDR' and
15695            ('ETH' or 'DOT1Q') and
15696            'BASE' and
15697            '4T2C' and
15698            ('L2BDMACLRN' or 'L2XCFWD') and
15699            'VHOST_1024' and
15700            not 'VXLAN' and
15701            not 'IP4FWD' and
15702            not '2VM'"
15703   parameters:
15704   - "throughput"
15705   - "parent"
15706   - "tags"
15707   sort:
15708   - "L2BDMACLRN"
15709   - "L2BDMACLRN"
15710   - "L2BDMACLRN"
15711   - "L2XCFWD"
15712   - "L2XCFWD"
15713   - "L2XCFWD"
15714   traces:
15715     hoverinfo: "x+y"
15716     boxpoints: "outliers"
15717     whiskerwidth: 0
15718   layout:
15719     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15720     layout: "plot-throughput"
15721
15722 - type: "plot"
15723   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15724   algorithm: "plot_performance_box"
15725   output-file-type: ".html"
15726   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15728   filter: "'NIC_Intel-X710' and
15729            '64B' and
15730            'NDRPDR' and
15731            ('ETH' or 'DOT1Q') and
15732            'BASE' and
15733            '4T2C' and
15734            ('L2BDMACLRN' or 'L2XCFWD') and
15735            'VHOST_1024' and
15736            not 'VXLAN' and
15737            not 'IP4FWD' and
15738            not '2VM'"
15739   parameters:
15740   - "throughput"
15741   - "parent"
15742   - "tags"
15743   sort:
15744   - "L2BDMACLRN"
15745   - "L2BDMACLRN"
15746   - "L2BDMACLRN"
15747   - "L2XCFWD"
15748   - "L2XCFWD"
15749   - "L2XCFWD"
15750   traces:
15751     hoverinfo: "x+y"
15752     boxpoints: "outliers"
15753     whiskerwidth: 0
15754   layout:
15755     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15756     layout: "plot-throughput"
15757
15758 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15759 - type: "plot"
15760   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15761   algorithm: "plot_performance_box"
15762   output-file-type: ".html"
15763   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15765   filter: "'NIC_Intel-X710' and
15766            '64B' and
15767            'NDRPDR' and
15768            ('ETH' or 'DOT1Q') and
15769            '2T1C' and
15770            ('L2BDMACLRN' or 'L2XCFWD') and
15771            'VHOST_1024' and
15772            not 'CFS_OPT' and
15773            not 'VXLAN' and
15774            not 'IP4FWD' and
15775            not 'LBOND'"
15776   parameters:
15777   - "throughput"
15778   - "parent"
15779   - "tags"
15780   sort:
15781   - "L2BDMACLRN"
15782   - "L2BDMACLRN"
15783   - "L2BDMACLRN"
15784   - "L2XCFWD"
15785   - "L2XCFWD"
15786   - "L2XCFWD"
15787   traces:
15788     hoverinfo: "x+y"
15789     boxpoints: "outliers"
15790     whiskerwidth: 0
15791   layout:
15792     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15793     layout: "plot-throughput"
15794
15795 - type: "plot"
15796   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15797   algorithm: "plot_performance_box"
15798   output-file-type: ".html"
15799   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15801   filter: "'NIC_Intel-X710' and
15802            '64B' and
15803            'NDRPDR' and
15804            ('ETH' or 'DOT1Q') and
15805            '2T1C' and
15806            ('L2BDMACLRN' or 'L2XCFWD') and
15807            'VHOST_1024' and
15808            not 'CFS_OPT' and
15809            not 'VXLAN' and
15810            not 'IP4FWD' and
15811            not 'LBOND'"
15812   parameters:
15813   - "throughput"
15814   - "parent"
15815   - "tags"
15816   sort:
15817   - "L2BDMACLRN"
15818   - "L2BDMACLRN"
15819   - "L2BDMACLRN"
15820   - "L2XCFWD"
15821   - "L2XCFWD"
15822   - "L2XCFWD"
15823   traces:
15824     hoverinfo: "x+y"
15825     boxpoints: "outliers"
15826     whiskerwidth: 0
15827   layout:
15828     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15829     layout: "plot-throughput"
15830
15831 - type: "plot"
15832   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15833   algorithm: "plot_performance_box"
15834   output-file-type: ".html"
15835   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15837   filter: "'NIC_Intel-X710' and
15838            '64B' and
15839            'NDRPDR' and
15840            ('ETH' or 'DOT1Q') and
15841            '4T2C' and
15842            ('L2BDMACLRN' or 'L2XCFWD') and
15843            'VHOST_1024' and
15844            not 'CFS_OPT' and
15845            not 'VXLAN' and
15846            not 'IP4FWD' and
15847            not 'LBOND'"
15848   parameters:
15849   - "throughput"
15850   - "parent"
15851   - "tags"
15852   sort:
15853   - "L2BDMACLRN"
15854   - "L2BDMACLRN"
15855   - "L2BDMACLRN"
15856   - "L2XCFWD"
15857   - "L2XCFWD"
15858   - "L2XCFWD"
15859   traces:
15860     hoverinfo: "x+y"
15861     boxpoints: "outliers"
15862     whiskerwidth: 0
15863   layout:
15864     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15865     layout: "plot-throughput"
15866
15867 - type: "plot"
15868   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15869   algorithm: "plot_performance_box"
15870   output-file-type: ".html"
15871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15873   filter: "'NIC_Intel-X710' and
15874            '64B' and
15875            'NDRPDR' and
15876            ('ETH' or 'DOT1Q') and
15877            '4T2C' and
15878            ('L2BDMACLRN' or 'L2XCFWD') and
15879            'VHOST_1024' and
15880            not 'CFS_OPT' and
15881            not 'VXLAN' and
15882            not 'IP4FWD' and
15883            not 'LBOND'"
15884   parameters:
15885   - "throughput"
15886   - "parent"
15887   - "tags"
15888   sort:
15889   - "L2BDMACLRN"
15890   - "L2BDMACLRN"
15891   - "L2BDMACLRN"
15892   - "L2XCFWD"
15893   - "L2XCFWD"
15894   - "L2XCFWD"
15895   traces:
15896     hoverinfo: "x+y"
15897     boxpoints: "outliers"
15898     whiskerwidth: 0
15899   layout:
15900     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15901     layout: "plot-throughput"
15902
15903 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15904 - type: "plot"
15905   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15906   algorithm: "plot_performance_box"
15907   output-file-type: ".html"
15908   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15910   filter: "'NIC_Intel-X710' and
15911            '64B' and
15912            'NDRPDR' and
15913            'ETH' and
15914            'IP4FWD' and
15915            '2T1C' and
15916            'VHOST_1024' and
15917            not 'VXLAN' and
15918            not 'NF_DENSITY' and
15919            not 'CFS_OPT' and
15920            not 'DOT1Q'"
15921   parameters:
15922   - "throughput"
15923   - "parent"
15924   - "tags"
15925   sort:
15926   - "1VM"
15927   - "2VM"
15928   traces:
15929     hoverinfo: "x+y"
15930     boxpoints: "outliers"
15931     whiskerwidth: 0
15932   layout:
15933     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15934     layout: "plot-throughput"
15935
15936 - type: "plot"
15937   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15938   algorithm: "plot_performance_box"
15939   output-file-type: ".html"
15940   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15942   filter: "'NIC_Intel-X710' and
15943            '64B' and
15944            'NDRPDR' and
15945            'ETH' and
15946            'IP4FWD' and
15947            '4T2C' and
15948            'VHOST_1024' and
15949            not 'VXLAN' and
15950            not 'NF_DENSITY' and
15951            not 'CFS_OPT' and
15952            not 'DOT1Q'"
15953   parameters:
15954   - "throughput"
15955   - "parent"
15956   - "tags"
15957   sort:
15958   - "1VM"
15959   - "2VM"
15960   traces:
15961     hoverinfo: "x+y"
15962     boxpoints: "outliers"
15963     whiskerwidth: 0
15964   layout:
15965     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15966     layout: "plot-throughput"
15967
15968 - type: "plot"
15969   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15970   algorithm: "plot_performance_box"
15971   output-file-type: ".html"
15972   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15974   filter: "'NIC_Intel-X710' and
15975            '64B' and
15976            'NDRPDR' and
15977            'ETH' and
15978            'IP4FWD' and
15979            '2T1C' and
15980            'VHOST_1024' and
15981            not 'VXLAN' and
15982            not 'NF_DENSITY' and
15983            not 'CFS_OPT' and
15984            not 'DOT1Q'"
15985   parameters:
15986   - "throughput"
15987   - "parent"
15988   - "tags"
15989   sort:
15990   - "1VM"
15991   - "2VM"
15992   traces:
15993     hoverinfo: "x+y"
15994     boxpoints: "outliers"
15995     whiskerwidth: 0
15996   layout:
15997     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15998     layout: "plot-throughput"
15999
16000 - type: "plot"
16001   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16002   algorithm: "plot_performance_box"
16003   output-file-type: ".html"
16004   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16006   filter: "'NIC_Intel-X710' and
16007            '64B' and
16008            'NDRPDR' and
16009            'ETH' and
16010            'IP4FWD' and
16011            '4T2C' and
16012            'VHOST_1024' and
16013            not 'VXLAN' and
16014            not 'NF_DENSITY' and
16015            not 'CFS_OPT' and
16016            not 'DOT1Q'"
16017   parameters:
16018   - "throughput"
16019   - "parent"
16020   - "tags"
16021   sort:
16022   - "1VM"
16023   - "2VM"
16024   traces:
16025     hoverinfo: "x+y"
16026     boxpoints: "outliers"
16027     whiskerwidth: 0
16028   layout:
16029     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16030     layout: "plot-throughput"
16031
16032 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16033 - type: "plot"
16034   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16035   algorithm: "plot_performance_box"
16036   output-file-type: ".html"
16037   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16039   filter: "'NIC_Intel-X710' and
16040            '64B' and
16041            'NDRPDR' and
16042            ('ETH' or 'DOT1Q') and
16043            'BASE' and
16044            '2T1C' and
16045            ('L2BDMACLRN' or 'L2XCFWD') and
16046            'VHOST_1024' and
16047            not 'VXLAN' and
16048            not 'NF_DENSITY' and
16049            not 'IP4FWD' and
16050            not '2VM'"
16051   parameters:
16052   - "throughput"
16053   - "parent"
16054   - "tags"
16055 #  sort:
16056 #  - "not CFS_OPT"
16057 #  - "L2XCFWD"
16058 #  - "not CFS_OPT"
16059 #  - "CFS_OPT"
16060   traces:
16061     hoverinfo: "x+y"
16062     boxpoints: "outliers"
16063     whiskerwidth: 0
16064   layout:
16065     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16066     layout: "plot-throughput"
16067
16068 - type: "plot"
16069   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16070   algorithm: "plot_performance_box"
16071   output-file-type: ".html"
16072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16074   filter: "'NIC_Intel-X710' and
16075            '64B' and
16076            'NDRPDR' and
16077            ('ETH' or 'DOT1Q') and
16078            'BASE' and
16079            '2T1C' and
16080            ('L2BDMACLRN' or 'L2XCFWD') and
16081            'VHOST_1024' and
16082            not 'VXLAN' and
16083            not 'NF_DENSITY' and
16084            not 'IP4FWD' and
16085            not '2VM'"
16086   parameters:
16087   - "throughput"
16088   - "parent"
16089   - "tags"
16090 #  sort:
16091 #  - "not CFS_OPT"
16092 #  - "L2XCFWD"
16093 #  - "not CFS_OPT"
16094 #  - "CFS_OPT"
16095   traces:
16096     hoverinfo: "x+y"
16097     boxpoints: "outliers"
16098     whiskerwidth: 0
16099   layout:
16100     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16101     layout: "plot-throughput"
16102
16103 - type: "plot"
16104   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16105   algorithm: "plot_performance_box"
16106   output-file-type: ".html"
16107   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16109   filter: "'NIC_Intel-X710' and
16110            '64B' and
16111            'NDRPDR' and
16112            ('ETH' or 'DOT1Q') and
16113            'BASE' and
16114            '4T2C' and
16115            ('L2BDMACLRN' or 'L2XCFWD') and
16116            'VHOST_1024' and
16117            not 'VXLAN' and
16118            not 'NF_DENSITY' and
16119            not 'IP4FWD' and
16120            not '2VM'"
16121   parameters:
16122   - "throughput"
16123   - "parent"
16124   - "tags"
16125 #  sort:
16126 #  - "not CFS_OPT"
16127 #  - "L2XCFWD"
16128 #  - "not CFS_OPT"
16129 #  - "CFS_OPT"
16130   traces:
16131     hoverinfo: "x+y"
16132     boxpoints: "outliers"
16133     whiskerwidth: 0
16134   layout:
16135     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16136     layout: "plot-throughput"
16137
16138 - type: "plot"
16139   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16140   algorithm: "plot_performance_box"
16141   output-file-type: ".html"
16142   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16144   filter: "'NIC_Intel-X710' and
16145            '64B' and
16146            'NDRPDR' and
16147            ('ETH' or 'DOT1Q') and
16148            'BASE' and
16149            '4T2C' and
16150            ('L2BDMACLRN' or 'L2XCFWD') and
16151            'VHOST_1024' and
16152            not 'VXLAN' and
16153            not 'NF_DENSITY' and
16154            not 'IP4FWD' and
16155            not '2VM'"
16156   parameters:
16157   - "throughput"
16158   - "parent"
16159   - "tags"
16160 #  sort:
16161 #  - "not CFS_OPT"
16162 #  - "L2XCFWD"
16163 #  - "not CFS_OPT"
16164 #  - "CFS_OPT"
16165   traces:
16166     hoverinfo: "x+y"
16167     boxpoints: "outliers"
16168     whiskerwidth: 0
16169   layout:
16170     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16171     layout: "plot-throughput"
16172
16173 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16174 - type: "plot"
16175   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16176   algorithm: "plot_performance_box"
16177   output-file-type: ".html"
16178   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16180   filter: "'NIC_Intel-X710' and
16181            '64B' and
16182            'NDRPDR' and
16183            ('ETH' or 'DOT1Q') and
16184            '2T1C' and
16185            ('L2BDMACLRN' or 'L2XCFWD') and
16186            'VHOST_1024' and
16187            not 'CFS_OPT' and
16188            not 'VXLAN' and
16189            not 'NF_DENSITY' and
16190            not 'DOT1Q' and
16191            not 'IP4FWD'"
16192   parameters:
16193   - "throughput"
16194   - "parent"
16195   - "tags"
16196 #  sort:
16197 #  - "1VM"
16198 #  - "L2XCFWD"
16199 #  - "1VM"
16200 #  - "L2BDMACLRN"
16201   traces:
16202     hoverinfo: "x+y"
16203     boxpoints: "outliers"
16204     whiskerwidth: 0
16205   layout:
16206     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16207     layout: "plot-throughput"
16208
16209 - type: "plot"
16210   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16211   algorithm: "plot_performance_box"
16212   output-file-type: ".html"
16213   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16215   filter: "'NIC_Intel-X710' and
16216            '64B' and
16217            'NDRPDR' and
16218            ('ETH' or 'DOT1Q') and
16219            '2T1C' and
16220            ('L2BDMACLRN' or 'L2XCFWD') and
16221            'VHOST_1024' and
16222            not 'CFS_OPT' and
16223            not 'VXLAN' and
16224            not 'NF_DENSITY' and
16225            not 'DOT1Q' and
16226            not 'IP4FWD'"
16227   parameters:
16228   - "throughput"
16229   - "parent"
16230   - "tags"
16231 #  sort:
16232 #  - "1VM"
16233 #  - "L2XCFWD"
16234 #  - "1VM"
16235 #  - "L2BDMACLRN"
16236   traces:
16237     hoverinfo: "x+y"
16238     boxpoints: "outliers"
16239     whiskerwidth: 0
16240   layout:
16241     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16242     layout: "plot-throughput"
16243
16244 - type: "plot"
16245   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16246   algorithm: "plot_performance_box"
16247   output-file-type: ".html"
16248   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16250   filter: "'NIC_Intel-X710' and
16251            '64B' and
16252            'NDRPDR' and
16253            ('ETH' or 'DOT1Q') and
16254            '4T2C' and
16255            ('L2BDMACLRN' or 'L2XCFWD') and
16256            'VHOST_1024' and
16257            not 'CFS_OPT' and
16258            not 'VXLAN' and
16259            not 'NF_DENSITY' and
16260            not 'DOT1Q' and
16261            not 'IP4FWD'"
16262   parameters:
16263   - "throughput"
16264   - "parent"
16265   - "tags"
16266 #  sort:
16267 #  - "1VM"
16268 #  - "L2XCFWD"
16269 #  - "1VM"
16270 #  - "L2BDMACLRN"
16271   traces:
16272     hoverinfo: "x+y"
16273     boxpoints: "outliers"
16274     whiskerwidth: 0
16275   layout:
16276     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16277     layout: "plot-throughput"
16278
16279 - type: "plot"
16280   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16281   algorithm: "plot_performance_box"
16282   output-file-type: ".html"
16283   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16285   filter: "'NIC_Intel-X710' and
16286            '64B' and
16287            'NDRPDR' and
16288            ('ETH' or 'DOT1Q') and
16289            '4T2C' and
16290            ('L2BDMACLRN' or 'L2XCFWD') and
16291            'VHOST_1024' and
16292            not 'CFS_OPT' and
16293            not 'VXLAN' and
16294            not 'NF_DENSITY' and
16295            not 'DOT1Q' and
16296            not 'IP4FWD'"
16297   parameters:
16298   - "throughput"
16299   - "parent"
16300   - "tags"
16301 #  sort:
16302 #  - "1VM"
16303 #  - "L2XCFWD"
16304 #  - "1VM"
16305 #  - "L2BDMACLRN"
16306   traces:
16307     hoverinfo: "x+y"
16308     boxpoints: "outliers"
16309     whiskerwidth: 0
16310   layout:
16311     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16312     layout: "plot-throughput"
16313
16314 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16315 - type: "plot"
16316   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16317   algorithm: "plot_performance_box"
16318   output-file-type: ".html"
16319   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16321   filter: "'NIC_Intel-XXV710' and
16322            '64B' and
16323            'NDRPDR' and
16324            'ETH' and
16325            'IP4FWD' and
16326            '2T1C' and
16327            'VHOST_1024' and
16328            not 'VXLAN' and
16329            not 'CFS_OPT' and
16330            not 'DOT1Q'"
16331   parameters:
16332   - "throughput"
16333   - "parent"
16334   - "tags"
16335   sort:
16336   - "1VM"
16337   - "2VM"
16338   traces:
16339     hoverinfo: "x+y"
16340     boxpoints: "outliers"
16341     whiskerwidth: 0
16342   layout:
16343     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16344     layout: "plot-throughput"
16345
16346 - type: "plot"
16347   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16348   algorithm: "plot_performance_box"
16349   output-file-type: ".html"
16350   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16352   filter: "'NIC_Intel-XXV710' and
16353            '64B' and
16354            'NDRPDR' and
16355            'ETH' and
16356            'IP4FWD' and
16357            '4T2C' and
16358            'VHOST_1024' and
16359            not 'VXLAN' and
16360            not 'CFS_OPT' and
16361            not 'DOT1Q'"
16362   parameters:
16363   - "throughput"
16364   - "parent"
16365   - "tags"
16366   sort:
16367   - "1VM"
16368   - "2VM"
16369   traces:
16370     hoverinfo: "x+y"
16371     boxpoints: "outliers"
16372     whiskerwidth: 0
16373   layout:
16374     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16375     layout: "plot-throughput"
16376
16377 - type: "plot"
16378   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16379   algorithm: "plot_performance_box"
16380   output-file-type: ".html"
16381   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16383   filter: "'NIC_Intel-XXV710' and
16384            '64B' and
16385            'NDRPDR' and
16386            'ETH' and
16387            'IP4FWD' and
16388            '2T1C' and
16389            'VHOST_1024' and
16390            not 'VXLAN' and
16391            not 'CFS_OPT' and
16392            not 'DOT1Q'"
16393   parameters:
16394   - "throughput"
16395   - "parent"
16396   - "tags"
16397   sort:
16398   - "1VM"
16399   - "2VM"
16400   traces:
16401     hoverinfo: "x+y"
16402     boxpoints: "outliers"
16403     whiskerwidth: 0
16404   layout:
16405     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16406     layout: "plot-throughput"
16407
16408 - type: "plot"
16409   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16410   algorithm: "plot_performance_box"
16411   output-file-type: ".html"
16412   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16414   filter: "'NIC_Intel-XXV710' and
16415            '64B' and
16416            'NDRPDR' and
16417            'ETH' and
16418            'IP4FWD' and
16419            '4T2C' and
16420            'VHOST_1024' and
16421            not 'VXLAN' and
16422            not 'CFS_OPT' and
16423            not 'DOT1Q'"
16424   parameters:
16425   - "throughput"
16426   - "parent"
16427   - "tags"
16428   sort:
16429   - "1VM"
16430   - "2VM"
16431   traces:
16432     hoverinfo: "x+y"
16433     boxpoints: "outliers"
16434     whiskerwidth: 0
16435   layout:
16436     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16437     layout: "plot-throughput"
16438
16439 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16440 #- type: "plot"
16441 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16442 #  algorithm: "plot_performance_box"
16443 #  output-file-type: ".html"
16444 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16445 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16446 #  filter: "'NIC_Intel-XXV710' and
16447 #           '64B' and
16448 #           'NDRPDR' and
16449 #           ('ETH' or 'DOT1Q') and
16450 #           'BASE' and
16451 #           '2T1C' and
16452 #           ('L2BDMACLRN' or 'L2XCFWD') and
16453 #           'VHOST_1024' and
16454 #           not 'VXLAN' and
16455 #           not 'IP4FWD' and
16456 #           not '2VM'"
16457 #  parameters:
16458 #  - "throughput"
16459 #  - "parent"
16460 #  - "tags"
16461 ##  sort:
16462 ##  - "not CFS_OPT"
16463 ##  - "L2XCFWD"
16464 ##  - "not CFS_OPT"
16465 ##  - "CFS_OPT"
16466 #  traces:
16467 #    hoverinfo: "x+y"
16468 #    boxpoints: "outliers"
16469 #    whiskerwidth: 0
16470 #  layout:
16471 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16472 #    layout: "plot-throughput"
16473 #
16474 #- type: "plot"
16475 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16476 #  algorithm: "plot_performance_box"
16477 #  output-file-type: ".html"
16478 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16479 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16480 #  filter: "'NIC_Intel-XXV710' and
16481 #           '64B' and
16482 #           'NDRPDR' and
16483 #           ('ETH' or 'DOT1Q') and
16484 #           'BASE' and
16485 #           '2T1C' and
16486 #           ('L2BDMACLRN' or 'L2XCFWD') and
16487 #           'VHOST_1024' and
16488 #           not 'VXLAN' and
16489 #           not 'IP4FWD' and
16490 #           not '2VM'"
16491 #  parameters:
16492 #  - "throughput"
16493 #  - "parent"
16494 #  - "tags"
16495 ##  sort:
16496 ##  - "not CFS_OPT"
16497 ##  - "L2XCFWD"
16498 ##  - "not CFS_OPT"
16499 ##  - "CFS_OPT"
16500 #  traces:
16501 #    hoverinfo: "x+y"
16502 #    boxpoints: "outliers"
16503 #    whiskerwidth: 0
16504 #  layout:
16505 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16506 #    layout: "plot-throughput"
16507 #
16508 #- type: "plot"
16509 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16510 #  algorithm: "plot_performance_box"
16511 #  output-file-type: ".html"
16512 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16513 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16514 #  filter: "'NIC_Intel-XXV710' and
16515 #           '64B' and
16516 #           'NDRPDR' and
16517 #           ('ETH' or 'DOT1Q') and
16518 #           'BASE' and
16519 #           '4T2C' and
16520 #           ('L2BDMACLRN' or 'L2XCFWD') and
16521 #           'VHOST_1024' and
16522 #           not 'VXLAN' and
16523 #           not 'IP4FWD' and
16524 #           not '2VM'"
16525 #  parameters:
16526 #  - "throughput"
16527 #  - "parent"
16528 #  - "tags"
16529 ##  sort:
16530 ##  - "not CFS_OPT"
16531 ##  - "L2XCFWD"
16532 ##  - "not CFS_OPT"
16533 ##  - "CFS_OPT"
16534 #  traces:
16535 #    hoverinfo: "x+y"
16536 #    boxpoints: "outliers"
16537 #    whiskerwidth: 0
16538 #  layout:
16539 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16540 #    layout: "plot-throughput"
16541 #
16542 #- type: "plot"
16543 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16544 #  algorithm: "plot_performance_box"
16545 #  output-file-type: ".html"
16546 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16547 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16548 #  filter: "'NIC_Intel-XXV710' and
16549 #           '64B' and
16550 #           'NDRPDR' and
16551 #           ('ETH' or 'DOT1Q') and
16552 #           'BASE' and
16553 #           '4T2C' and
16554 #           ('L2BDMACLRN' or 'L2XCFWD') and
16555 #           'VHOST_1024' and
16556 #           not 'VXLAN' and
16557 #           not 'IP4FWD' and
16558 #           not '2VM'"
16559 #  parameters:
16560 #  - "throughput"
16561 #  - "parent"
16562 #  - "tags"
16563 ##  sort:
16564 ##  - "not CFS_OPT"
16565 ##  - "L2XCFWD"
16566 ##  - "not CFS_OPT"
16567 ##  - "CFS_OPT"
16568 #  traces:
16569 #    hoverinfo: "x+y"
16570 #    boxpoints: "outliers"
16571 #    whiskerwidth: 0
16572 #  layout:
16573 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16574 #    layout: "plot-throughput"
16575 #
16576 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16577 #- type: "plot"
16578 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16579 #  algorithm: "plot_performance_box"
16580 #  output-file-type: ".html"
16581 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16582 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16583 #  filter: "'NIC_Intel-XXV710' and
16584 #           '64B' and
16585 #           'NDRPDR' and
16586 #           ('ETH' or 'DOT1Q') and
16587 #           '2T1C' and
16588 #           ('L2BDMACLRN' or 'L2XCFWD') and
16589 #           'VHOST_1024' and
16590 #           not 'CFS_OPT' and
16591 #           not 'VXLAN' and
16592 #           not 'DOT1Q' and
16593 #           not 'IP4FWD'"
16594 #  parameters:
16595 #  - "throughput"
16596 #  - "parent"
16597 #  - "tags"
16598 ##  sort:
16599 ##  - "1VM"
16600 ##  - "L2XCFWD"
16601 ##  - "1VM"
16602 ##  - "L2BDMACLRN"
16603 #  traces:
16604 #    hoverinfo: "x+y"
16605 #    boxpoints: "outliers"
16606 #    whiskerwidth: 0
16607 #  layout:
16608 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16609 #    layout: "plot-throughput"
16610 #
16611 #- type: "plot"
16612 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16613 #  algorithm: "plot_performance_box"
16614 #  output-file-type: ".html"
16615 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16616 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16617 #  filter: "'NIC_Intel-XXV710' and
16618 #           '64B' and
16619 #           'NDRPDR' and
16620 #           ('ETH' or 'DOT1Q') and
16621 #           '2T1C' and
16622 #           ('L2BDMACLRN' or 'L2XCFWD') and
16623 #           'VHOST_1024' and
16624 #           not 'CFS_OPT' and
16625 #           not 'VXLAN' and
16626 #           not 'DOT1Q' and
16627 #           not 'IP4FWD'"
16628 #  parameters:
16629 #  - "throughput"
16630 #  - "parent"
16631 #  - "tags"
16632 ##  sort:
16633 ##  - "1VM"
16634 ##  - "L2XCFWD"
16635 ##  - "1VM"
16636 ##  - "L2BDMACLRN"
16637 #  traces:
16638 #    hoverinfo: "x+y"
16639 #    boxpoints: "outliers"
16640 #    whiskerwidth: 0
16641 #  layout:
16642 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16643 #    layout: "plot-throughput"
16644 #
16645 #- type: "plot"
16646 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16647 #  algorithm: "plot_performance_box"
16648 #  output-file-type: ".html"
16649 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16650 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16651 #  filter: "'NIC_Intel-XXV710' and
16652 #           '64B' and
16653 #           'NDRPDR' and
16654 #           ('ETH' or 'DOT1Q') and
16655 #           '4T2C' and
16656 #           ('L2BDMACLRN' or 'L2XCFWD') and
16657 #           'VHOST_1024' and
16658 #           not 'CFS_OPT' and
16659 #           not 'VXLAN' and
16660 #           not 'DOT1Q' and
16661 #           not 'IP4FWD'"
16662 #  parameters:
16663 #  - "throughput"
16664 #  - "parent"
16665 #  - "tags"
16666 ##  sort:
16667 ##  - "1VM"
16668 ##  - "L2XCFWD"
16669 ##  - "1VM"
16670 ##  - "L2BDMACLRN"
16671 #  traces:
16672 #    hoverinfo: "x+y"
16673 #    boxpoints: "outliers"
16674 #    whiskerwidth: 0
16675 #  layout:
16676 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16677 #    layout: "plot-throughput"
16678 #
16679 #- type: "plot"
16680 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16681 #  algorithm: "plot_performance_box"
16682 #  output-file-type: ".html"
16683 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16684 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16685 #  filter: "'NIC_Intel-XXV710' and
16686 #           '64B' and
16687 #           'NDRPDR' and
16688 #           ('ETH' or 'DOT1Q') and
16689 #           '4T2C' and
16690 #           ('L2BDMACLRN' or 'L2XCFWD') and
16691 #           'VHOST_1024' and
16692 #           not 'CFS_OPT' and
16693 #           not 'VXLAN' and
16694 #           not 'DOT1Q' and
16695 #           not 'IP4FWD'"
16696 #  parameters:
16697 #  - "throughput"
16698 #  - "parent"
16699 #  - "tags"
16700 ##  sort:
16701 ##  - "1VM"
16702 ##  - "L2XCFWD"
16703 ##  - "1VM"
16704 ##  - "L2BDMACLRN"
16705 #  traces:
16706 #    hoverinfo: "x+y"
16707 #    boxpoints: "outliers"
16708 #    whiskerwidth: 0
16709 #  layout:
16710 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16711 #    layout: "plot-throughput"
16712
16713 ################################################################################
16714
16715 # Packet Throughput - VPP VTS 3n-hsw-x520
16716 - type: "plot"
16717   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16718   algorithm: "plot_performance_box"
16719   output-file-type: ".html"
16720   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16722   filter: "'NIC_Intel-X520-DA2' and
16723            '114B' and
16724            'NDRPDR' and
16725            '1T1C' and
16726            'VTS'"
16727   parameters:
16728   - "throughput"
16729   - "parent"
16730   - "tags"
16731   traces:
16732     hoverinfo: "x+y"
16733     boxpoints: "outliers"
16734     whiskerwidth: 0
16735   layout:
16736     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16737     layout: "plot-throughput"
16738
16739 - type: "plot"
16740   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16741   algorithm: "plot_performance_box"
16742   output-file-type: ".html"
16743   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16745   filter: "'NIC_Intel-X520-DA2' and
16746            '114B' and
16747            'NDRPDR' and
16748            '2T2C' and
16749            'VTS'"
16750   parameters:
16751   - "throughput"
16752   - "parent"
16753   - "tags"
16754   traces:
16755     hoverinfo: "x+y"
16756     boxpoints: "outliers"
16757     whiskerwidth: 0
16758   layout:
16759     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16760     layout: "plot-throughput"
16761
16762 - type: "plot"
16763   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16764   algorithm: "plot_performance_box"
16765   output-file-type: ".html"
16766   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16768   filter: "'NIC_Intel-X520-DA2' and
16769            '114B' and
16770            'NDRPDR' and
16771            '1T1C' and
16772            'VTS'"
16773   parameters:
16774   - "throughput"
16775   - "parent"
16776   - "tags"
16777   traces:
16778     hoverinfo: "x+y"
16779     boxpoints: "outliers"
16780     whiskerwidth: 0
16781   layout:
16782     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16783     layout: "plot-throughput"
16784
16785 - type: "plot"
16786   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16787   algorithm: "plot_performance_box"
16788   output-file-type: ".html"
16789   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16791   filter: "'NIC_Intel-X520-DA2' and
16792            '114B' and
16793            'NDRPDR' and
16794            '2T2C' and
16795            'VTS'"
16796   parameters:
16797   - "throughput"
16798   - "parent"
16799   - "tags"
16800   traces:
16801     hoverinfo: "x+y"
16802     boxpoints: "outliers"
16803     whiskerwidth: 0
16804   layout:
16805     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16806     layout: "plot-throughput"
16807
16808 ################################################################################
16809
16810 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16811 - type: "plot"
16812   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16813   algorithm: "plot_performance_box"
16814   output-file-type: ".html"
16815   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16816   data: "plot-dpdk-throughput-latency-3n-hsw"
16817   filter: "'NIC_Intel-X520-DA2' and
16818            '64B' and
16819            'BASE' and
16820            'NDRPDR' and
16821            '1T1C' and
16822            'IP4FWD'"
16823   parameters:
16824   - "throughput"
16825   - "parent"
16826   - "tags"
16827   traces:
16828     hoverinfo: "x+y"
16829     boxpoints: "outliers"
16830     whiskerwidth: 0
16831   layout:
16832     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16833     layout: "plot-throughput"
16834
16835 - type: "plot"
16836   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16837   algorithm: "plot_performance_box"
16838   output-file-type: ".html"
16839   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16840   data: "plot-dpdk-throughput-latency-3n-hsw"
16841   filter: "'NIC_Intel-X520-DA2' and
16842            '64B' and
16843            'BASE' and
16844            'NDRPDR' and
16845            '2T2C' and
16846            'IP4FWD'"
16847   parameters:
16848   - "throughput"
16849   - "parent"
16850   - "tags"
16851   traces:
16852     hoverinfo: "x+y"
16853     boxpoints: "outliers"
16854     whiskerwidth: 0
16855   layout:
16856     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16861   algorithm: "plot_performance_box"
16862   output-file-type: ".html"
16863   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16864   data: "plot-dpdk-throughput-latency-3n-hsw"
16865   filter: "'NIC_Intel-X520-DA2' and
16866            '64B' and
16867            'BASE' and
16868            'NDRPDR' and
16869            '1T1C' and
16870            'IP4FWD'"
16871   parameters:
16872   - "throughput"
16873   - "parent"
16874   - "tags"
16875   traces:
16876     hoverinfo: "x+y"
16877     boxpoints: "outliers"
16878     whiskerwidth: 0
16879   layout:
16880     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16881     layout: "plot-throughput"
16882
16883 - type: "plot"
16884   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16885   algorithm: "plot_performance_box"
16886   output-file-type: ".html"
16887   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16888   data: "plot-dpdk-throughput-latency-3n-hsw"
16889   filter: "'NIC_Intel-X520-DA2' and
16890            '64B' and
16891            'BASE' and
16892            'NDRPDR' and
16893            '2T2C' and
16894            'IP4FWD'"
16895   parameters:
16896   - "throughput"
16897   - "parent"
16898   - "tags"
16899   traces:
16900     hoverinfo: "x+y"
16901     boxpoints: "outliers"
16902     whiskerwidth: 0
16903   layout:
16904     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16905     layout: "plot-throughput"
16906
16907 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16908 - type: "plot"
16909   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16910   algorithm: "plot_performance_box"
16911   output-file-type: ".html"
16912   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16913   data: "plot-dpdk-throughput-latency-3n-hsw"
16914   filter: "'NIC_Intel-X710' and
16915            '64B' and
16916            'BASE' and
16917            'NDRPDR' and
16918            '1T1C' and
16919            'IP4FWD'"
16920   parameters:
16921   - "throughput"
16922   - "parent"
16923   - "tags"
16924   traces:
16925     hoverinfo: "x+y"
16926     boxpoints: "outliers"
16927     whiskerwidth: 0
16928   layout:
16929     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16930     layout: "plot-throughput"
16931
16932 - type: "plot"
16933   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16934   algorithm: "plot_performance_box"
16935   output-file-type: ".html"
16936   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16937   data: "plot-dpdk-throughput-latency-3n-hsw"
16938   filter: "'NIC_Intel-X710' and
16939            '64B' and
16940            'BASE' and
16941            'NDRPDR' and
16942            '2T2C' and
16943            'IP4FWD'"
16944   parameters:
16945   - "throughput"
16946   - "parent"
16947   - "tags"
16948   traces:
16949     hoverinfo: "x+y"
16950     boxpoints: "outliers"
16951     whiskerwidth: 0
16952   layout:
16953     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16954     layout: "plot-throughput"
16955
16956 - type: "plot"
16957   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16958   algorithm: "plot_performance_box"
16959   output-file-type: ".html"
16960   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16961   data: "plot-dpdk-throughput-latency-3n-hsw"
16962   filter: "'NIC_Intel-X710' and
16963            '64B' and
16964            'BASE' and
16965            'NDRPDR' and
16966            '1T1C' and
16967            'IP4FWD'"
16968   parameters:
16969   - "throughput"
16970   - "parent"
16971   - "tags"
16972   traces:
16973     hoverinfo: "x+y"
16974     boxpoints: "outliers"
16975     whiskerwidth: 0
16976   layout:
16977     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16978     layout: "plot-throughput"
16979
16980 - type: "plot"
16981   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16982   algorithm: "plot_performance_box"
16983   output-file-type: ".html"
16984   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16985   data: "plot-dpdk-throughput-latency-3n-hsw"
16986   filter: "'NIC_Intel-X710' and
16987            '64B' and
16988            'BASE' and
16989            'NDRPDR' and
16990            '2T2C' and
16991            'IP4FWD'"
16992   parameters:
16993   - "throughput"
16994   - "parent"
16995   - "tags"
16996   traces:
16997     hoverinfo: "x+y"
16998     boxpoints: "outliers"
16999     whiskerwidth: 0
17000   layout:
17001     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17002     layout: "plot-throughput"
17003
17004 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17005 - type: "plot"
17006   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17007   algorithm: "plot_performance_box"
17008   output-file-type: ".html"
17009   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17010   data: "plot-dpdk-throughput-latency-3n-hsw"
17011   filter: "'NIC_Intel-XL710' and
17012            '64B' and
17013            'BASE' and
17014            'NDRPDR' and
17015            '1T1C' and
17016            'IP4FWD'"
17017   parameters:
17018   - "throughput"
17019   - "parent"
17020   - "tags"
17021   traces:
17022     hoverinfo: "x+y"
17023     boxpoints: "outliers"
17024     whiskerwidth: 0
17025   layout:
17026     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17027     layout: "plot-throughput"
17028
17029 - type: "plot"
17030   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17031   algorithm: "plot_performance_box"
17032   output-file-type: ".html"
17033   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17034   data: "plot-dpdk-throughput-latency-3n-hsw"
17035   filter: "'NIC_Intel-XL710' and
17036            '64B' and
17037            'BASE' and
17038            'NDRPDR' and
17039            '2T2C' and
17040            'IP4FWD'"
17041   parameters:
17042   - "throughput"
17043   - "parent"
17044   - "tags"
17045   traces:
17046     hoverinfo: "x+y"
17047     boxpoints: "outliers"
17048     whiskerwidth: 0
17049   layout:
17050     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17051     layout: "plot-throughput"
17052
17053 - type: "plot"
17054   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17055   algorithm: "plot_performance_box"
17056   output-file-type: ".html"
17057   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17058   data: "plot-dpdk-throughput-latency-3n-hsw"
17059   filter: "'NIC_Intel-XL710' and
17060            '64B' and
17061            'BASE' and
17062            'NDRPDR' and
17063            '1T1C' and
17064            'IP4FWD'"
17065   parameters:
17066   - "throughput"
17067   - "parent"
17068   - "tags"
17069   traces:
17070     hoverinfo: "x+y"
17071     boxpoints: "outliers"
17072     whiskerwidth: 0
17073   layout:
17074     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17079   algorithm: "plot_performance_box"
17080   output-file-type: ".html"
17081   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17082   data: "plot-dpdk-throughput-latency-3n-hsw"
17083   filter: "'NIC_Intel-XL710' and
17084            '64B' and
17085            'BASE' and
17086            'NDRPDR' and
17087            '2T2C' and
17088            'IP4FWD'"
17089   parameters:
17090   - "throughput"
17091   - "parent"
17092   - "tags"
17093   traces:
17094     hoverinfo: "x+y"
17095     boxpoints: "outliers"
17096     whiskerwidth: 0
17097   layout:
17098     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17099     layout: "plot-throughput"
17100
17101 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17102 - type: "plot"
17103   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17104   algorithm: "plot_performance_box"
17105   output-file-type: ".html"
17106   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17107   data: "plot-dpdk-throughput-latency-3n-skx"
17108   filter: "'NIC_Intel-X710' and
17109            '64B' and
17110            'BASE' and
17111            'NDRPDR' and
17112            '2T1C' and
17113            'IP4FWD'"
17114   parameters:
17115   - "throughput"
17116   - "parent"
17117   - "tags"
17118   traces:
17119     hoverinfo: "x+y"
17120     boxpoints: "outliers"
17121     whiskerwidth: 0
17122   layout:
17123     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17124     layout: "plot-throughput"
17125
17126 - type: "plot"
17127   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17128   algorithm: "plot_performance_box"
17129   output-file-type: ".html"
17130   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17131   data: "plot-dpdk-throughput-latency-3n-skx"
17132   filter: "'NIC_Intel-X710' and
17133            '64B' and
17134            'BASE' and
17135            'NDRPDR' and
17136            '4T2C' and
17137            'IP4FWD'"
17138   parameters:
17139   - "throughput"
17140   - "parent"
17141   - "tags"
17142   traces:
17143     hoverinfo: "x+y"
17144     boxpoints: "outliers"
17145     whiskerwidth: 0
17146   layout:
17147     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17152   algorithm: "plot_performance_box"
17153   output-file-type: ".html"
17154   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17155   data: "plot-dpdk-throughput-latency-3n-skx"
17156   filter: "'NIC_Intel-X710' and
17157            '64B' and
17158            'BASE' and
17159            'NDRPDR' and
17160            '2T1C' and
17161            'IP4FWD'"
17162   parameters:
17163   - "throughput"
17164   - "parent"
17165   - "tags"
17166   traces:
17167     hoverinfo: "x+y"
17168     boxpoints: "outliers"
17169     whiskerwidth: 0
17170   layout:
17171     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17176   algorithm: "plot_performance_box"
17177   output-file-type: ".html"
17178   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17179   data: "plot-dpdk-throughput-latency-3n-skx"
17180   filter: "'NIC_Intel-X710' and
17181            '64B' and
17182            'BASE' and
17183            'NDRPDR' and
17184            '4T2C' and
17185            'IP4FWD'"
17186   parameters:
17187   - "throughput"
17188   - "parent"
17189   - "tags"
17190   traces:
17191     hoverinfo: "x+y"
17192     boxpoints: "outliers"
17193     whiskerwidth: 0
17194   layout:
17195     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17196     layout: "plot-throughput"
17197
17198 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17199 - type: "plot"
17200   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17201   algorithm: "plot_performance_box"
17202   output-file-type: ".html"
17203   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17204   data: "plot-dpdk-throughput-latency-3n-skx"
17205   filter: "'NIC_Intel-XXV710' and
17206            '64B' and
17207            'BASE' and
17208            'NDRPDR' and
17209            '2T1C' and
17210            'IP4FWD'"
17211   parameters:
17212   - "throughput"
17213   - "parent"
17214   - "tags"
17215   traces:
17216     hoverinfo: "x+y"
17217     boxpoints: "outliers"
17218     whiskerwidth: 0
17219   layout:
17220     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17225   algorithm: "plot_performance_box"
17226   output-file-type: ".html"
17227   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17228   data: "plot-dpdk-throughput-latency-3n-skx"
17229   filter: "'NIC_Intel-XXV710' and
17230            '64B' and
17231            'BASE' and
17232            'NDRPDR' and
17233            '4T2C' and
17234            'IP4FWD'"
17235   parameters:
17236   - "throughput"
17237   - "parent"
17238   - "tags"
17239   traces:
17240     hoverinfo: "x+y"
17241     boxpoints: "outliers"
17242     whiskerwidth: 0
17243   layout:
17244     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17245     layout: "plot-throughput"
17246
17247 - type: "plot"
17248   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17249   algorithm: "plot_performance_box"
17250   output-file-type: ".html"
17251   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17252   data: "plot-dpdk-throughput-latency-3n-skx"
17253   filter: "'NIC_Intel-XXV710' and
17254            '64B' and
17255            'BASE' and
17256            'NDRPDR' and
17257            '2T1C' and
17258            'IP4FWD'"
17259   parameters:
17260   - "throughput"
17261   - "parent"
17262   - "tags"
17263   traces:
17264     hoverinfo: "x+y"
17265     boxpoints: "outliers"
17266     whiskerwidth: 0
17267   layout:
17268     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17269     layout: "plot-throughput"
17270
17271 - type: "plot"
17272   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17273   algorithm: "plot_performance_box"
17274   output-file-type: ".html"
17275   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17276   data: "plot-dpdk-throughput-latency-3n-skx"
17277   filter: "'NIC_Intel-XXV710' and
17278            '64B' and
17279            'BASE' and
17280            'NDRPDR' and
17281            '4T2C' and
17282            'IP4FWD'"
17283   parameters:
17284   - "throughput"
17285   - "parent"
17286   - "tags"
17287   traces:
17288     hoverinfo: "x+y"
17289     boxpoints: "outliers"
17290     whiskerwidth: 0
17291   layout:
17292     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17293     layout: "plot-throughput"
17294
17295 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17296 - type: "plot"
17297   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17298   algorithm: "plot_performance_box"
17299   output-file-type: ".html"
17300   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17301   data: "plot-dpdk-throughput-latency-2n-skx"
17302   filter: "'NIC_Intel-X710' and
17303            '64B' and
17304            'BASE' and
17305            'NDRPDR' and
17306            '2T1C' and
17307            'IP4FWD'"
17308   parameters:
17309   - "throughput"
17310   - "parent"
17311   - "tags"
17312   traces:
17313     hoverinfo: "x+y"
17314     boxpoints: "outliers"
17315     whiskerwidth: 0
17316   layout:
17317     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17322   algorithm: "plot_performance_box"
17323   output-file-type: ".html"
17324   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17325   data: "plot-dpdk-throughput-latency-2n-skx"
17326   filter: "'NIC_Intel-X710' and
17327            '64B' and
17328            'BASE' and
17329            'NDRPDR' and
17330            '4T2C' and
17331            'IP4FWD'"
17332   parameters:
17333   - "throughput"
17334   - "parent"
17335   - "tags"
17336   traces:
17337     hoverinfo: "x+y"
17338     boxpoints: "outliers"
17339     whiskerwidth: 0
17340   layout:
17341     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17342     layout: "plot-throughput"
17343
17344 - type: "plot"
17345   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17346   algorithm: "plot_performance_box"
17347   output-file-type: ".html"
17348   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17349   data: "plot-dpdk-throughput-latency-2n-skx"
17350   filter: "'NIC_Intel-X710' and
17351            '64B' and
17352            'BASE' and
17353            'NDRPDR' and
17354            '2T1C' and
17355            'IP4FWD'"
17356   parameters:
17357   - "throughput"
17358   - "parent"
17359   - "tags"
17360   traces:
17361     hoverinfo: "x+y"
17362     boxpoints: "outliers"
17363     whiskerwidth: 0
17364   layout:
17365     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17370   algorithm: "plot_performance_box"
17371   output-file-type: ".html"
17372   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17373   data: "plot-dpdk-throughput-latency-2n-skx"
17374   filter: "'NIC_Intel-X710' and
17375            '64B' and
17376            'BASE' and
17377            'NDRPDR' and
17378            '4T2C' and
17379            'IP4FWD'"
17380   parameters:
17381   - "throughput"
17382   - "parent"
17383   - "tags"
17384   traces:
17385     hoverinfo: "x+y"
17386     boxpoints: "outliers"
17387     whiskerwidth: 0
17388   layout:
17389     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17390     layout: "plot-throughput"
17391
17392 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17393 - type: "plot"
17394   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17395   algorithm: "plot_performance_box"
17396   output-file-type: ".html"
17397   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17398   data: "plot-dpdk-throughput-latency-2n-skx"
17399   filter: "'NIC_Intel-XXV710' and
17400            '64B' and
17401            'BASE' and
17402            'NDRPDR' and
17403            '2T1C' and
17404            'IP4FWD'"
17405   parameters:
17406   - "throughput"
17407   - "parent"
17408   - "tags"
17409   traces:
17410     hoverinfo: "x+y"
17411     boxpoints: "outliers"
17412     whiskerwidth: 0
17413   layout:
17414     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17419   algorithm: "plot_performance_box"
17420   output-file-type: ".html"
17421   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17422   data: "plot-dpdk-throughput-latency-2n-skx"
17423   filter: "'NIC_Intel-XXV710' and
17424            '64B' and
17425            'BASE' and
17426            'NDRPDR' and
17427            '4T2C' and
17428            'IP4FWD'"
17429   parameters:
17430   - "throughput"
17431   - "parent"
17432   - "tags"
17433   traces:
17434     hoverinfo: "x+y"
17435     boxpoints: "outliers"
17436     whiskerwidth: 0
17437   layout:
17438     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17443   algorithm: "plot_performance_box"
17444   output-file-type: ".html"
17445   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17446   data: "plot-dpdk-throughput-latency-2n-skx"
17447   filter: "'NIC_Intel-XXV710' and
17448            '64B' and
17449            'BASE' and
17450            'NDRPDR' and
17451            '2T1C' and
17452            'IP4FWD'"
17453   parameters:
17454   - "throughput"
17455   - "parent"
17456   - "tags"
17457   traces:
17458     hoverinfo: "x+y"
17459     boxpoints: "outliers"
17460     whiskerwidth: 0
17461   layout:
17462     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17467   algorithm: "plot_performance_box"
17468   output-file-type: ".html"
17469   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17470   data: "plot-dpdk-throughput-latency-2n-skx"
17471   filter: "'NIC_Intel-XXV710' and
17472            '64B' and
17473            'BASE' and
17474            'NDRPDR' and
17475            '4T2C' and
17476            'IP4FWD'"
17477   parameters:
17478   - "throughput"
17479   - "parent"
17480   - "tags"
17481   traces:
17482     hoverinfo: "x+y"
17483     boxpoints: "outliers"
17484     whiskerwidth: 0
17485   layout:
17486     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17487     layout: "plot-throughput"
17488
17489 ################################################################################
17490
17491 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17492 - type: "plot"
17493   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17494   algorithm: "plot_performance_box"
17495   output-file-type: ".html"
17496   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17497   data: "plot-dpdk-throughput-latency-3n-hsw"
17498   filter: "'NIC_Intel-X520-DA2' and
17499            '64B' and
17500            'BASE' and
17501            'NDRPDR' and
17502            '1T1C' and
17503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17504   parameters:
17505   - "throughput"
17506   - "parent"
17507   - "tags"
17508   traces:
17509     hoverinfo: "x+y"
17510     boxpoints: "outliers"
17511     whiskerwidth: 0
17512   layout:
17513     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17514     layout: "plot-throughput"
17515
17516 - type: "plot"
17517   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17518   algorithm: "plot_performance_box"
17519   output-file-type: ".html"
17520   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17521   data: "plot-dpdk-throughput-latency-3n-hsw"
17522   filter: "'NIC_Intel-X520-DA2' and
17523            '64B' and
17524            'BASE' and
17525            'NDRPDR' and
17526            '2T2C' and
17527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17528   parameters:
17529   - "throughput"
17530   - "parent"
17531   - "tags"
17532   traces:
17533     hoverinfo: "x+y"
17534     boxpoints: "outliers"
17535     whiskerwidth: 0
17536   layout:
17537     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17542   algorithm: "plot_performance_box"
17543   output-file-type: ".html"
17544   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17545   data: "plot-dpdk-throughput-latency-3n-hsw"
17546   filter: "'NIC_Intel-X520-DA2' and
17547            '64B' and
17548            'BASE' and
17549            'NDRPDR' and
17550            '1T1C' and
17551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17552   parameters:
17553   - "throughput"
17554   - "parent"
17555   - "tags"
17556   traces:
17557     hoverinfo: "x+y"
17558     boxpoints: "outliers"
17559     whiskerwidth: 0
17560   layout:
17561     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17566   algorithm: "plot_performance_box"
17567   output-file-type: ".html"
17568   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17569   data: "plot-dpdk-throughput-latency-3n-hsw"
17570   filter: "'NIC_Intel-X520-DA2' and
17571            '64B' and
17572            'BASE' and
17573            'NDRPDR' and
17574            '2T2C' and
17575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17576   parameters:
17577   - "throughput"
17578   - "parent"
17579   - "tags"
17580   traces:
17581     hoverinfo: "x+y"
17582     boxpoints: "outliers"
17583     whiskerwidth: 0
17584   layout:
17585     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17586     layout: "plot-throughput"
17587
17588 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17589 - type: "plot"
17590   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17591   algorithm: "plot_performance_box"
17592   output-file-type: ".html"
17593   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17594   data: "plot-dpdk-throughput-latency-3n-hsw"
17595   filter: "'NIC_Intel-X710' and
17596            '64B' and
17597            'BASE' and
17598            'NDRPDR' and
17599            '1T1C' and
17600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17601   parameters:
17602   - "throughput"
17603   - "parent"
17604   - "tags"
17605   traces:
17606     hoverinfo: "x+y"
17607     boxpoints: "outliers"
17608     whiskerwidth: 0
17609   layout:
17610     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17611     layout: "plot-throughput"
17612
17613 - type: "plot"
17614   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17615   algorithm: "plot_performance_box"
17616   output-file-type: ".html"
17617   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17618   data: "plot-dpdk-throughput-latency-3n-hsw"
17619   filter: "'NIC_Intel-X710' and
17620            '64B' and
17621            'BASE' and
17622            'NDRPDR' and
17623            '2T2C' and
17624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17625   parameters:
17626   - "throughput"
17627   - "parent"
17628   - "tags"
17629   traces:
17630     hoverinfo: "x+y"
17631     boxpoints: "outliers"
17632     whiskerwidth: 0
17633   layout:
17634     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17639   algorithm: "plot_performance_box"
17640   output-file-type: ".html"
17641   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17642   data: "plot-dpdk-throughput-latency-3n-hsw"
17643   filter: "'NIC_Intel-X710' and
17644            '64B' and
17645            'BASE' and
17646            'NDRPDR' and
17647            '1T1C' and
17648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17649   parameters:
17650   - "throughput"
17651   - "parent"
17652   - "tags"
17653   traces:
17654     hoverinfo: "x+y"
17655     boxpoints: "outliers"
17656     whiskerwidth: 0
17657   layout:
17658     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17659     layout: "plot-throughput"
17660
17661 - type: "plot"
17662   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17663   algorithm: "plot_performance_box"
17664   output-file-type: ".html"
17665   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17666   data: "plot-dpdk-throughput-latency-3n-hsw"
17667   filter: "'NIC_Intel-X710' and
17668            '64B' and
17669            'BASE' and
17670            'NDRPDR' and
17671            '2T2C' and
17672            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17673   parameters:
17674   - "throughput"
17675   - "parent"
17676   - "tags"
17677   traces:
17678     hoverinfo: "x+y"
17679     boxpoints: "outliers"
17680     whiskerwidth: 0
17681   layout:
17682     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17683     layout: "plot-throughput"
17684
17685 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17686 - type: "plot"
17687   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17688   algorithm: "plot_performance_box"
17689   output-file-type: ".html"
17690   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17691   data: "plot-dpdk-throughput-latency-3n-hsw"
17692   filter: "'NIC_Intel-XL710' and
17693            '64B' and
17694            'BASE' and
17695            'NDRPDR' and
17696            '1T1C' and
17697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17698   parameters:
17699   - "throughput"
17700   - "parent"
17701   - "tags"
17702   traces:
17703     hoverinfo: "x+y"
17704     boxpoints: "outliers"
17705     whiskerwidth: 0
17706   layout:
17707     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17708     layout: "plot-throughput"
17709
17710 - type: "plot"
17711   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17712   algorithm: "plot_performance_box"
17713   output-file-type: ".html"
17714   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17715   data: "plot-dpdk-throughput-latency-3n-hsw"
17716   filter: "'NIC_Intel-XL710' and
17717            '64B' and
17718            'BASE' and
17719            'NDRPDR' and
17720            '2T2C' and
17721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17722   parameters:
17723   - "throughput"
17724   - "parent"
17725   - "tags"
17726   traces:
17727     hoverinfo: "x+y"
17728     boxpoints: "outliers"
17729     whiskerwidth: 0
17730   layout:
17731     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17736   algorithm: "plot_performance_box"
17737   output-file-type: ".html"
17738   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17739   data: "plot-dpdk-throughput-latency-3n-hsw"
17740   filter: "'NIC_Intel-XL710' and
17741            '64B' and
17742            'BASE' and
17743            'NDRPDR' and
17744            '1T1C' and
17745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17746   parameters:
17747   - "throughput"
17748   - "parent"
17749   - "tags"
17750   traces:
17751     hoverinfo: "x+y"
17752     boxpoints: "outliers"
17753     whiskerwidth: 0
17754   layout:
17755     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17756     layout: "plot-throughput"
17757
17758 - type: "plot"
17759   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17760   algorithm: "plot_performance_box"
17761   output-file-type: ".html"
17762   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17763   data: "plot-dpdk-throughput-latency-3n-hsw"
17764   filter: "'NIC_Intel-XL710' and
17765            '64B' and
17766            'BASE' and
17767            'NDRPDR' and
17768            '2T2C' and
17769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17770   parameters:
17771   - "throughput"
17772   - "parent"
17773   - "tags"
17774   traces:
17775     hoverinfo: "x+y"
17776     boxpoints: "outliers"
17777     whiskerwidth: 0
17778   layout:
17779     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17780     layout: "plot-throughput"
17781
17782 # Packet Throughput - DPDK testpmd 3n-skx-x710
17783 - type: "plot"
17784   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17785   algorithm: "plot_performance_box"
17786   output-file-type: ".html"
17787   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17788   data: "plot-dpdk-throughput-latency-3n-skx"
17789   filter: "'NIC_Intel-X710' and
17790            '64B' and
17791            'BASE' and
17792            'NDRPDR' and
17793            '2T1C' and
17794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17795   parameters:
17796   - "throughput"
17797   - "parent"
17798   - "tags"
17799   traces:
17800     hoverinfo: "x+y"
17801     boxpoints: "outliers"
17802     whiskerwidth: 0
17803   layout:
17804     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17805     layout: "plot-throughput"
17806
17807 - type: "plot"
17808   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17809   algorithm: "plot_performance_box"
17810   output-file-type: ".html"
17811   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17812   data: "plot-dpdk-throughput-latency-3n-skx"
17813   filter: "'NIC_Intel-X710' and
17814            '64B' and
17815            'BASE' and
17816            'NDRPDR' and
17817            '4T2C' and
17818            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17819   parameters:
17820   - "throughput"
17821   - "parent"
17822   - "tags"
17823   traces:
17824     hoverinfo: "x+y"
17825     boxpoints: "outliers"
17826     whiskerwidth: 0
17827   layout:
17828     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17833   algorithm: "plot_performance_box"
17834   output-file-type: ".html"
17835   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17836   data: "plot-dpdk-throughput-latency-3n-skx"
17837   filter: "'NIC_Intel-X710' and
17838            '64B' and
17839            'BASE' and
17840            'NDRPDR' and
17841            '2T1C' and
17842            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17843   parameters:
17844   - "throughput"
17845   - "parent"
17846   - "tags"
17847   traces:
17848     hoverinfo: "x+y"
17849     boxpoints: "outliers"
17850     whiskerwidth: 0
17851   layout:
17852     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17857   algorithm: "plot_performance_box"
17858   output-file-type: ".html"
17859   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17860   data: "plot-dpdk-throughput-latency-3n-skx"
17861   filter: "'NIC_Intel-X710' and
17862            '64B' and
17863            'BASE' and
17864            'NDRPDR' and
17865            '4T2C' and
17866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17867   parameters:
17868   - "throughput"
17869   - "parent"
17870   - "tags"
17871   traces:
17872     hoverinfo: "x+y"
17873     boxpoints: "outliers"
17874     whiskerwidth: 0
17875   layout:
17876     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17877     layout: "plot-throughput"
17878
17879 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17880 - type: "plot"
17881   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17882   algorithm: "plot_performance_box"
17883   output-file-type: ".html"
17884   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17885   data: "plot-dpdk-throughput-latency-3n-skx"
17886   filter: "'NIC_Intel-XXV710' and
17887            '64B' and
17888            'BASE' and
17889            'NDRPDR' and
17890            '2T1C' and
17891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17892   parameters:
17893   - "throughput"
17894   - "parent"
17895   - "tags"
17896   traces:
17897     hoverinfo: "x+y"
17898     boxpoints: "outliers"
17899     whiskerwidth: 0
17900   layout:
17901     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17902     layout: "plot-throughput"
17903
17904 - type: "plot"
17905   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17906   algorithm: "plot_performance_box"
17907   output-file-type: ".html"
17908   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17909   data: "plot-dpdk-throughput-latency-3n-skx"
17910   filter: "'NIC_Intel-XXV710' and
17911            '64B' and
17912            'BASE' and
17913            'NDRPDR' and
17914            '4T2C' and
17915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17916   parameters:
17917   - "throughput"
17918   - "parent"
17919   - "tags"
17920   traces:
17921     hoverinfo: "x+y"
17922     boxpoints: "outliers"
17923     whiskerwidth: 0
17924   layout:
17925     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17930   algorithm: "plot_performance_box"
17931   output-file-type: ".html"
17932   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17933   data: "plot-dpdk-throughput-latency-3n-skx"
17934   filter: "'NIC_Intel-XXV710' and
17935            '64B' and
17936            'BASE' and
17937            'NDRPDR' and
17938            '2T1C' and
17939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17940   parameters:
17941   - "throughput"
17942   - "parent"
17943   - "tags"
17944   traces:
17945     hoverinfo: "x+y"
17946     boxpoints: "outliers"
17947     whiskerwidth: 0
17948   layout:
17949     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17950     layout: "plot-throughput"
17951
17952 - type: "plot"
17953   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17954   algorithm: "plot_performance_box"
17955   output-file-type: ".html"
17956   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17957   data: "plot-dpdk-throughput-latency-3n-skx"
17958   filter: "'NIC_Intel-XXV710' and
17959            '64B' and
17960            'BASE' and
17961            'NDRPDR' and
17962            '4T2C' and
17963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17964   parameters:
17965   - "throughput"
17966   - "parent"
17967   - "tags"
17968   traces:
17969     hoverinfo: "x+y"
17970     boxpoints: "outliers"
17971     whiskerwidth: 0
17972   layout:
17973     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17974     layout: "plot-throughput"
17975
17976 # Packet Throughput - DPDK testpmd 2n-skx-x710
17977 - type: "plot"
17978   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17979   algorithm: "plot_performance_box"
17980   output-file-type: ".html"
17981   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17982   data: "plot-dpdk-throughput-latency-2n-skx"
17983   filter: "'NIC_Intel-X710' and
17984            '64B' and
17985            'BASE' and
17986            'NDRPDR' and
17987            '2T1C' and
17988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17989   parameters:
17990   - "throughput"
17991   - "parent"
17992   - "tags"
17993   traces:
17994     hoverinfo: "x+y"
17995     boxpoints: "outliers"
17996     whiskerwidth: 0
17997   layout:
17998     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18003   algorithm: "plot_performance_box"
18004   output-file-type: ".html"
18005   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18006   data: "plot-dpdk-throughput-latency-2n-skx"
18007   filter: "'NIC_Intel-X710' and
18008            '64B' and
18009            'BASE' and
18010            'NDRPDR' and
18011            '4T2C' and
18012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18013   parameters:
18014   - "throughput"
18015   - "parent"
18016   - "tags"
18017   traces:
18018     hoverinfo: "x+y"
18019     boxpoints: "outliers"
18020     whiskerwidth: 0
18021   layout:
18022     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18023     layout: "plot-throughput"
18024
18025 - type: "plot"
18026   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18027   algorithm: "plot_performance_box"
18028   output-file-type: ".html"
18029   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18030   data: "plot-dpdk-throughput-latency-2n-skx"
18031   filter: "'NIC_Intel-X710' and
18032            '64B' and
18033            'BASE' and
18034            'NDRPDR' and
18035            '2T1C' and
18036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18037   parameters:
18038   - "throughput"
18039   - "parent"
18040   - "tags"
18041   traces:
18042     hoverinfo: "x+y"
18043     boxpoints: "outliers"
18044     whiskerwidth: 0
18045   layout:
18046     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18047     layout: "plot-throughput"
18048
18049 - type: "plot"
18050   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18051   algorithm: "plot_performance_box"
18052   output-file-type: ".html"
18053   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18054   data: "plot-dpdk-throughput-latency-2n-skx"
18055   filter: "'NIC_Intel-X710' and
18056            '64B' and
18057            'BASE' and
18058            'NDRPDR' and
18059            '4T2C' and
18060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18061   parameters:
18062   - "throughput"
18063   - "parent"
18064   - "tags"
18065   traces:
18066     hoverinfo: "x+y"
18067     boxpoints: "outliers"
18068     whiskerwidth: 0
18069   layout:
18070     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18071     layout: "plot-throughput"
18072
18073 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18074 - type: "plot"
18075   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18076   algorithm: "plot_performance_box"
18077   output-file-type: ".html"
18078   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18079   data: "plot-dpdk-throughput-latency-2n-skx"
18080   filter: "'NIC_Intel-XXV710' and
18081            '64B' and
18082            'BASE' and
18083            'NDRPDR' and
18084            '2T1C' and
18085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18086   parameters:
18087   - "throughput"
18088   - "parent"
18089   - "tags"
18090   traces:
18091     hoverinfo: "x+y"
18092     boxpoints: "outliers"
18093     whiskerwidth: 0
18094   layout:
18095     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18096     layout: "plot-throughput"
18097
18098 - type: "plot"
18099   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18100   algorithm: "plot_performance_box"
18101   output-file-type: ".html"
18102   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18103   data: "plot-dpdk-throughput-latency-2n-skx"
18104   filter: "'NIC_Intel-XXV710' and
18105            '64B' and
18106            'BASE' and
18107            'NDRPDR' and
18108            '4T2C' and
18109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18110   parameters:
18111   - "throughput"
18112   - "parent"
18113   - "tags"
18114   traces:
18115     hoverinfo: "x+y"
18116     boxpoints: "outliers"
18117     whiskerwidth: 0
18118   layout:
18119     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18120     layout: "plot-throughput"
18121
18122 - type: "plot"
18123   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18124   algorithm: "plot_performance_box"
18125   output-file-type: ".html"
18126   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18127   data: "plot-dpdk-throughput-latency-2n-skx"
18128   filter: "'NIC_Intel-XXV710' and
18129            '64B' and
18130            'BASE' and
18131            'NDRPDR' and
18132            '2T1C' and
18133            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18134   parameters:
18135   - "throughput"
18136   - "parent"
18137   - "tags"
18138   traces:
18139     hoverinfo: "x+y"
18140     boxpoints: "outliers"
18141     whiskerwidth: 0
18142   layout:
18143     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18144     layout: "plot-throughput"
18145
18146 - type: "plot"
18147   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18148   algorithm: "plot_performance_box"
18149   output-file-type: ".html"
18150   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18151   data: "plot-dpdk-throughput-latency-2n-skx"
18152   filter: "'NIC_Intel-XXV710' and
18153            '64B' and
18154            'BASE' and
18155            'NDRPDR' and
18156            '4T2C' and
18157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18158   parameters:
18159   - "throughput"
18160   - "parent"
18161   - "tags"
18162   traces:
18163     hoverinfo: "x+y"
18164     boxpoints: "outliers"
18165     whiskerwidth: 0
18166   layout:
18167     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18168     layout: "plot-throughput"
18169
18170 ################################################################################
18171
18172 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18173 - type: "plot"
18174   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18175   algorithm: "plot_latency_error_bars"
18176   output-file-type: ".html"
18177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18179   filter: "'NIC_Intel-X520-DA2' and
18180            '64B' and
18181            ('BASE' or 'SCALE') and
18182            'NDRPDR' and
18183            'ETH' and
18184            '1T1C' and
18185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18186            not 'VHOST' and
18187            not 'MEMIF'"
18188   parameters:
18189   - "latency"
18190   - "parent"
18191   - "tags"
18192   sort:
18193   - "L2XCFWD"
18194   - "L2PATCH"
18195   - "L2BDMACLRN"
18196   - "FIB_10K"
18197   - "FIB_100K"
18198   - "FIB_1M"
18199   layout:
18200     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18201     layout: "plot-latency"
18202
18203 - type: "plot"
18204   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18205   algorithm: "plot_latency_error_bars"
18206   output-file-type: ".html"
18207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18209   filter: "'NIC_Intel-X520-DA2' and
18210            '64B' and
18211            ('BASE' or 'SCALE') and
18212            'NDRPDR' and
18213            'ETH' and
18214            '2T2C' and
18215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18216            not 'VHOST' and
18217            not 'MEMIF'"
18218   parameters:
18219   - "latency"
18220   - "parent"
18221   - "tags"
18222   sort:
18223   - "L2XCFWD"
18224   - "L2PATCH"
18225   - "L2BDMACLRN"
18226   - "FIB_10K"
18227   - "FIB_100K"
18228   - "FIB_1M"
18229   layout:
18230     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18231     layout: "plot-latency"
18232
18233 # Packet Latency - VPP L2 3n-hsw-x520 features
18234 - type: "plot"
18235   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18236   algorithm: "plot_latency_error_bars"
18237   output-file-type: ".html"
18238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18240   filter: "'NIC_Intel-X520-DA2' and
18241            '64B' and
18242            'NDRPDR' and
18243            '1T1C' and
18244            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18245            not 'ACL' and
18246            not 'VHOST' and
18247            not 'MEMIF'"
18248   parameters:
18249   - "latency"
18250   - "parent"
18251   - "tags"
18252   sort:
18253   - "L2XCBASE"    # l2xcbase
18254   - "L2BDBASE"    # l2bdbase
18255   - "L2XCFWD"     # dot1q-l2xcbase
18256   - "L2BDMACLRN"  # dot1q-l2bdbase
18257   layout:
18258     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18259     layout: "plot-latency"
18260
18261 - type: "plot"
18262   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18263   algorithm: "plot_latency_error_bars"
18264   output-file-type: ".html"
18265   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18267   filter: "'NIC_Intel-X520-DA2' and
18268            '64B' and
18269            'NDRPDR' and
18270            '2T2C' and
18271            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18272            not 'ACL' and
18273            not 'VHOST' and
18274            not 'MEMIF'"
18275   parameters:
18276   - "latency"
18277   - "parent"
18278   - "tags"
18279   sort:
18280   - "L2XCBASE"    # l2xcbase
18281   - "L2BDBASE"    # l2bdbase
18282   - "L2XCFWD"     # dot1q-l2xcbase
18283   - "L2BDMACLRN"  # dot1q-l2bdbase
18284   layout:
18285     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18286     layout: "plot-latency"
18287
18288 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18289 - type: "plot"
18290   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18291   algorithm: "plot_latency_error_bars"
18292   output-file-type: ".html"
18293   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18295   filter: "'NIC_Intel-X520-DA2' and
18296            '64B' and
18297            'NDRPDR' and
18298            '1T1C' and
18299            'FEATURE' and
18300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18301            'IACL' and
18302            ('ACL1' or 'ACL50') and
18303            ('10K_FLOWS' or '10k_FLOWS') and
18304            not 'MACIP' and
18305            not 'VHOST' and
18306            not 'MEMIF'"
18307   parameters:
18308   - "latency"
18309   - "parent"
18310   - "tags"
18311   layout:
18312     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18313     layout: "plot-latency"
18314
18315 - type: "plot"
18316   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18317   algorithm: "plot_latency_error_bars"
18318   output-file-type: ".html"
18319   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18321   filter: "'NIC_Intel-X520-DA2' and
18322            '64B' and
18323            'NDRPDR' and
18324            '2T2C' and
18325            'FEATURE' and
18326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18327            'IACL' and
18328            ('ACL1' or 'ACL50') and
18329            ('10K_FLOWS' or '10k_FLOWS') and
18330            not 'MACIP' and
18331            not 'VHOST' and
18332            not 'MEMIF'"
18333   parameters:
18334   - "latency"
18335   - "parent"
18336   - "tags"
18337   layout:
18338     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18339     layout: "plot-latency"
18340
18341 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18342 - type: "plot"
18343   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18344   algorithm: "plot_latency_error_bars"
18345   output-file-type: ".html"
18346   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18348   filter: "'NIC_Intel-X520-DA2' and
18349            '64B' and
18350            'NDRPDR' and
18351            '1T1C' and
18352            'FEATURE' and
18353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18354            'OACL' and
18355            ('ACL1' or 'ACL50') and
18356            ('10K_FLOWS' or '10k_FLOWS') and
18357            not 'MACIP' and
18358            not 'VHOST' and
18359            not 'MEMIF'"
18360   parameters:
18361   - "latency"
18362   - "parent"
18363   - "tags"
18364   layout:
18365     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18366     layout: "plot-latency"
18367
18368 - type: "plot"
18369   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18370   algorithm: "plot_latency_error_bars"
18371   output-file-type: ".html"
18372   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18374   filter: "'NIC_Intel-X520-DA2' and
18375            '64B' and
18376            'NDRPDR' and
18377            '2T2C' and
18378            'FEATURE' and
18379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18380            'OACL' and
18381            ('ACL1' or 'ACL50') and
18382            ('10K_FLOWS' or '10k_FLOWS') and
18383            not 'MACIP' and
18384            not 'VHOST' and
18385            not 'MEMIF'"
18386   parameters:
18387   - "latency"
18388   - "parent"
18389   - "tags"
18390   layout:
18391     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18392     layout: "plot-latency"
18393
18394 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18395 - type: "plot"
18396   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18397   algorithm: "plot_latency_error_bars"
18398   output-file-type: ".html"
18399   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18401   filter: "'NIC_Intel-X520-DA2' and
18402            '64B' and
18403            'NDRPDR' and
18404            '1T1C' and
18405            'FEATURE' and
18406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18407            'MACIP' and
18408            ('ACL1' or 'ACL50') and
18409            ('10K_FLOWS' or '10k_FLOWS') and
18410            not 'VHOST' and
18411            not 'MEMIF'"
18412   parameters:
18413   - "latency"
18414   - "parent"
18415   - "tags"
18416   layout:
18417     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18418     layout: "plot-latency"
18419
18420 - type: "plot"
18421   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18422   algorithm: "plot_latency_error_bars"
18423   output-file-type: ".html"
18424   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18426   filter: "'NIC_Intel-X520-DA2' and
18427            '64B' and
18428            'NDRPDR' and
18429            '2T2C' and
18430            'FEATURE' and
18431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18432            'MACIP' and
18433            ('ACL1' or 'ACL50') and
18434            ('10K_FLOWS' or '10k_FLOWS') and
18435            not 'VHOST' and
18436            not 'MEMIF'"
18437   parameters:
18438   - "latency"
18439   - "parent"
18440   - "tags"
18441   layout:
18442     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18443     layout: "plot-latency"
18444
18445 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18446 - type: "plot"
18447   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18448   algorithm: "plot_latency_error_bars"
18449   output-file-type: ".html"
18450   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18452   filter: "'NIC_Intel-X710' and
18453            '64B' and
18454            ('BASE' or 'SCALE') and
18455            'NDRPDR' and
18456            'ETH' and
18457            '1T1C' and
18458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18459            not 'VHOST' and
18460            not 'MEMIF'"
18461   parameters:
18462   - "latency"
18463   - "parent"
18464   - "tags"
18465   sort:
18466   - "L2PATCH"
18467   - "L2XCFWD"
18468   - "L2BDMACLRN"
18469   - "FIB_10K"
18470   - "FIB_100K"
18471   - "FIB_1M"
18472   layout:
18473     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18474     layout: "plot-latency"
18475
18476 - type: "plot"
18477   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18478   algorithm: "plot_latency_error_bars"
18479   output-file-type: ".html"
18480   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18482   filter: "'NIC_Intel-X710' and
18483            '64B' and
18484            ('BASE' or 'SCALE') and
18485            'NDRPDR' and
18486            'ETH' and
18487            '2T2C' and
18488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18489            not 'VHOST' and
18490            not 'MEMIF'"
18491   parameters:
18492   - "latency"
18493   - "parent"
18494   - "tags"
18495   sort:
18496   - "L2PATCH"
18497   - "L2XCFWD"
18498   - "L2BDMACLRN"
18499   - "FIB_10K"
18500   - "FIB_100K"
18501   - "FIB_1M"
18502   layout:
18503     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18504     layout: "plot-latency"
18505
18506 # Packet Latency - VPP L2 3n-hsw-x710 features
18507 - type: "plot"
18508   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18509   algorithm: "plot_latency_error_bars"
18510   output-file-type: ".html"
18511   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18513   filter: "'NIC_Intel-X710' and
18514            '64B' and
18515            'NDRPDR' and
18516            '1T1C' and
18517            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18518            not 'ACL' and
18519            not 'VHOST' and
18520            not 'L2OVRLAY' and
18521            not 'MEMIF'"
18522   parameters:
18523   - "latency"
18524   - "parent"
18525   - "tags"
18526   sort:
18527   - "L2XCBASE"    # l2xcbase
18528   - "L2BDBASE"    # l2bdbase
18529   - "L2XCFWD"     # dot1q-l2xcbase
18530   - "L2BDMACLRN"  # dot1q-l2bdbase
18531   layout:
18532     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18533     layout: "plot-latency"
18534
18535 - type: "plot"
18536   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18537   algorithm: "plot_latency_error_bars"
18538   output-file-type: ".html"
18539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18541   filter: "'NIC_Intel-X710' and
18542            '64B' and
18543            'NDRPDR' and
18544            '2T2C' and
18545            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18546            not 'ACL' and
18547            not 'VHOST' and
18548            not 'L2OVRLAY' and
18549            not 'MEMIF'"
18550   parameters:
18551   - "latency"
18552   - "parent"
18553   - "tags"
18554   sort:
18555   - "L2XCBASE"    # l2xcbase
18556   - "L2BDBASE"    # l2bdbase
18557   - "L2XCFWD"     # dot1q-l2xcbase
18558   - "L2BDMACLRN"  # dot1q-l2bdbase
18559   layout:
18560     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18561     layout: "plot-latency"
18562
18563 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18564 - type: "plot"
18565   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18566   algorithm: "plot_latency_error_bars"
18567   output-file-type: ".html"
18568   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18570   filter: "'NIC_Intel-X710' and
18571            '64B' and
18572            'NDRPDR' and
18573            '1T1C' and
18574            'FEATURE' and
18575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18576            'IACL' and
18577            ('ACL1' or 'ACL50') and
18578            ('10K_FLOWS' or '10k_FLOWS') and
18579            not 'MACIP' and
18580            not 'VHOST' and
18581            not 'MEMIF'"
18582   parameters:
18583   - "latency"
18584   - "parent"
18585   - "tags"
18586   layout:
18587     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18588     layout: "plot-latency"
18589
18590 - type: "plot"
18591   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18592   algorithm: "plot_latency_error_bars"
18593   output-file-type: ".html"
18594   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18596   filter: "'NIC_Intel-X710' and
18597            '64B' and
18598            'NDRPDR' and
18599            '2T2C' and
18600            'FEATURE' and
18601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18602            'IACL' and
18603            ('ACL1' or 'ACL50') and
18604            ('10K_FLOWS' or '10k_FLOWS') and
18605            not 'MACIP' and
18606            not 'VHOST' and
18607            not 'MEMIF'"
18608   parameters:
18609   - "latency"
18610   - "parent"
18611   - "tags"
18612   layout:
18613     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18614     layout: "plot-latency"
18615
18616 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18617 - type: "plot"
18618   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18619   algorithm: "plot_latency_error_bars"
18620   output-file-type: ".html"
18621   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18623   filter: "'NIC_Intel-XL710' and
18624            '64B' and
18625            'BASE' and
18626            'NDRPDR' and
18627            'ETH' and
18628            '1T1C' and
18629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18630            not 'VHOST' and
18631            not 'MEMIF'"
18632   parameters:
18633   - "latency"
18634   - "parent"
18635   - "tags"
18636   sort:
18637   - "L2PATCH"
18638   - "L2XCFWD"
18639   - "L2BDMACLRN"
18640   layout:
18641     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18642     layout: "plot-latency"
18643
18644 - type: "plot"
18645   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18646   algorithm: "plot_latency_error_bars"
18647   output-file-type: ".html"
18648   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18650   filter: "'NIC_Intel-XL710' and
18651            '64B' and
18652            'BASE' and
18653            'NDRPDR' and
18654            'ETH' and
18655            '2T2C' and
18656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18657            not 'VHOST' and
18658            not 'MEMIF'"
18659   parameters:
18660   - "latency"
18661   - "parent"
18662   - "tags"
18663   sort:
18664   - "L2PATCH"
18665   - "L2XCFWD"
18666   - "L2BDMACLRN"
18667   layout:
18668     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18669     layout: "plot-latency"
18670
18671 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18672 - type: "plot"
18673   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18674   algorithm: "plot_latency_error_bars"
18675   output-file-type: ".html"
18676   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18678   filter: "'NIC_Intel-X710' and
18679            '64B' and
18680            ('BASE' or 'SCALE') and
18681            'NDRPDR' and
18682            'ETH' and
18683            '2T1C' and
18684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18685            not 'VHOST' and
18686            not 'MEMIF' and
18687            not 'DRV_AVF'"
18688   parameters:
18689   - "latency"
18690   - "parent"
18691   - "tags"
18692   sort:
18693   - "L2PATCH"
18694   - "L2XCBASE"
18695   - "BASE"
18696   - "FIB_10K"
18697   - "FIB_100K"
18698   - "FIB_1M"
18699   layout:
18700     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18701     layout: "plot-latency"
18702
18703 - type: "plot"
18704   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18705   algorithm: "plot_latency_error_bars"
18706   output-file-type: ".html"
18707   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18709   filter: "'NIC_Intel-X710' and
18710            '64B' and
18711            ('BASE' or 'SCALE') and
18712            'NDRPDR' and
18713            'ETH' and
18714            '4T2C' and
18715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18716            not 'VHOST' and
18717            not 'MEMIF' and
18718            not 'DRV_AVF'"
18719   parameters:
18720   - "latency"
18721   - "parent"
18722   - "tags"
18723   sort:
18724   - "L2PATCH"
18725   - "L2XCBASE"
18726   - "BASE"
18727   - "FIB_10K"
18728   - "FIB_100K"
18729   - "FIB_1M"
18730   layout:
18731     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18732     layout: "plot-latency"
18733
18734 # Packet Latency - VPP L2 3n-skx-x710 features
18735 - type: "plot"
18736   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18737   algorithm: "plot_latency_error_bars"
18738   output-file-type: ".html"
18739   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18741   filter: "'NIC_Intel-X710' and
18742            '64B' and
18743            'NDRPDR' and
18744            '2T1C' and
18745            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18746            not 'ACL' and
18747            not 'VHOST' and
18748            not 'DRV_AVF' and
18749            not 'L2OVRLAY' and
18750            not 'MEMIF'"
18751   parameters:
18752   - "latency"
18753   - "parent"
18754   - "tags"
18755   sort:
18756   - "L2XCBASE"    # l2xcbase
18757   - "L2BDBASE"    # l2bdbase
18758   - "L2XCFWD"     # dot1q-l2xcbase
18759   - "L2BDMACLRN"  # dot1q-l2bdbase
18760   layout:
18761     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18762     layout: "plot-latency"
18763
18764 - type: "plot"
18765   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18766   algorithm: "plot_latency_error_bars"
18767   output-file-type: ".html"
18768   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18770   filter: "'NIC_Intel-X710' and
18771            '64B' and
18772            'NDRPDR' and
18773            '4T2C' and
18774            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18775            not 'ACL' and
18776            not 'VHOST' and
18777            not 'DRV_AVF' and
18778            not 'L2OVRLAY' and
18779            not 'MEMIF'"
18780   parameters:
18781   - "latency"
18782   - "parent"
18783   - "tags"
18784   sort:
18785   - "L2XCBASE"    # l2xcbase
18786   - "L2BDBASE"    # l2bdbase
18787   - "L2XCFWD"     # dot1q-l2xcbase
18788   - "L2BDMACLRN"  # dot1q-l2bdbase
18789   layout:
18790     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18791     layout: "plot-latency"
18792
18793 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18794 - type: "plot"
18795   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18796   algorithm: "plot_latency_error_bars"
18797   output-file-type: ".html"
18798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18800   filter: "'NIC_Intel-X710' and
18801            '64B' and
18802            'NDRPDR' and
18803            '2T1C' and
18804            'FEATURE' and
18805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18806            'IACL' and
18807            ('ACL1' or 'ACL50') and
18808            ('10K_FLOWS' or '10k_FLOWS') and
18809            not 'MACIP' and
18810            not 'VHOST' and
18811            not 'MEMIF'"
18812   parameters:
18813   - "latency"
18814   - "parent"
18815   - "tags"
18816   layout:
18817     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18818     layout: "plot-latency"
18819
18820 - type: "plot"
18821   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18822   algorithm: "plot_latency_error_bars"
18823   output-file-type: ".html"
18824   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18826   filter: "'NIC_Intel-X710' and
18827            '64B' and
18828            'NDRPDR' and
18829            '4T2C' and
18830            'FEATURE' and
18831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18832            'IACL' and
18833            ('ACL1' or 'ACL50') and
18834            ('10K_FLOWS' or '10k_FLOWS') and
18835            not 'MACIP' and
18836            not 'VHOST' and
18837            not 'MEMIF'"
18838   parameters:
18839   - "latency"
18840   - "parent"
18841   - "tags"
18842   layout:
18843     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18844     layout: "plot-latency"
18845
18846 # Packet Latency - VPP L2 3n-skx-xxv710 base
18847 - type: "plot"
18848   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18849   algorithm: "plot_latency_error_bars"
18850   output-file-type: ".html"
18851   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18853   filter: "'NIC_Intel-XXV710' and
18854            '64B' and
18855            ('BASE' or 'SCALE') and
18856            'NDRPDR' and
18857            'ETH' and
18858            '2T1C' and
18859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18860            not 'VHOST' and
18861            not 'MEMIF'"
18862   parameters:
18863   - "latency"
18864   - "parent"
18865   - "tags"
18866   sort:
18867   - "L2PATCH"
18868   - "L2PATCH"
18869   - "L2XCBASE"
18870   - "L2BDMACLRN"
18871   layout:
18872     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18873     layout: "plot-latency"
18874
18875 - type: "plot"
18876   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18877   algorithm: "plot_latency_error_bars"
18878   output-file-type: ".html"
18879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18881   filter: "'NIC_Intel-XXV710' and
18882            '64B' and
18883            ('BASE' or 'SCALE') and
18884            'NDRPDR' and
18885            'ETH' and
18886            '4T2C' and
18887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18888            not 'VHOST' and
18889            not 'MEMIF'"
18890   parameters:
18891   - "latency"
18892   - "parent"
18893   - "tags"
18894   sort:
18895   - "L2PATCH"
18896   - "L2PATCH"
18897   - "L2XCBASE"
18898   - "L2BDMACLRN"
18899   layout:
18900     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18901     layout: "plot-latency"
18902
18903 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18904 - type: "plot"
18905   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
18906   algorithm: "plot_latency_error_bars"
18907   output-file-type: ".html"
18908   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
18909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18910   filter: "'NIC_Intel-X710' and
18911            '64B' and
18912            'ETH' and
18913            ('BASE' or 'SCALE') and
18914            'NDRPDR' and
18915            '2T1C' and
18916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18917            not 'VHOST' and
18918            not 'MEMIF'"
18919   parameters:
18920   - "latency"
18921   - "parent"
18922   - "tags"
18923   sort:
18924   - "L2PATCH"
18925   - "L2XCBASE"
18926   - "BASE"
18927   - "FIB_10K"
18928   - "FIB_100K"
18929   - "FIB_1M"
18930   layout:
18931     title: "l2sw-2n-skx-x710-64b-2t1c-base-ndr"
18932     layout: "plot-latency"
18933
18934 - type: "plot"
18935   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
18936   algorithm: "plot_latency_error_bars"
18937   output-file-type: ".html"
18938   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
18939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18940   filter: "'NIC_Intel-X710' and
18941            '64B' and
18942            ('BASE' or 'SCALE') and
18943            'NDRPDR' and
18944            'ETH' and
18945            '4T2C' and
18946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18947            not 'VHOST' and
18948            not 'MEMIF'"
18949   parameters:
18950   - "latency"
18951   - "parent"
18952   - "tags"
18953   sort:
18954   - "L2PATCH"
18955   - "L2XCBASE"
18956   - "BASE"
18957   - "FIB_10K"
18958   - "FIB_100K"
18959   - "FIB_1M"
18960   layout:
18961     title: "l2sw-2n-skx-x710-64b-4t2c-base-ndr"
18962     layout: "plot-latency"
18963
18964 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18965 - type: "plot"
18966   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18967   algorithm: "plot_latency_error_bars"
18968   output-file-type: ".html"
18969   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18971   filter: "'NIC_Intel-XXV710' and
18972            '64B' and
18973            ('BASE' or 'SCALE') and
18974            'NDRPDR' and
18975            'ETH' and
18976            '2T1C' and
18977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18978            not 'VHOST' and
18979            not 'MEMIF'"
18980   parameters:
18981   - "latency"
18982   - "parent"
18983   - "tags"
18984   sort:
18985   - "L2PATCH"
18986   - "L2XCBASE"
18987   - "BASE"
18988   - "FIB_10K"
18989   - "FIB_100K"
18990   - "FIB_1M"
18991   layout:
18992     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18993     layout: "plot-latency"
18994
18995 - type: "plot"
18996   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18997   algorithm: "plot_latency_error_bars"
18998   output-file-type: ".html"
18999   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19001   filter: "'NIC_Intel-XXV710' and
19002            '64B' and
19003            ('BASE' or 'SCALE') and
19004            'NDRPDR' and
19005            'ETH' and
19006            '4T2C' and
19007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19008            not 'VHOST' and
19009            not 'MEMIF'"
19010   parameters:
19011   - "latency"
19012   - "parent"
19013   - "tags"
19014   sort:
19015   - "L2PATCH"
19016   - "L2XCBASE"
19017   - "BASE"
19018   - "FIB_10K"
19019   - "FIB_100K"
19020   - "FIB_1M"
19021   layout:
19022     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19023     layout: "plot-latency"
19024
19025 ################################################################################
19026
19027 # Packet Latency - VPP Container Memif 3n-hsw-x520
19028 - type: "plot"
19029   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19030   algorithm: "plot_latency_error_bars"
19031   output-file-type: ".html"
19032   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19034   filter: "'NIC_Intel-X520-DA2' and
19035            '64B' and
19036            ('BASE' or 'SCALE') and
19037            'NDRPDR' and
19038            '1T1C' and
19039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19040            not 'VHOST' and
19041            'MEMIF'"
19042   parameters:
19043   - "latency"
19044   - "parent"
19045   - "tags"
19046   sort:
19047   - "L2XCFWD"
19048   - "L2XCFWD"
19049   - "L2XCFWD"
19050   - "L2BDMACLRN"
19051   - "L2BDMACLRN"
19052   - "L2BDMACLRN"
19053   - "IP4FWD"
19054   layout:
19055     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19056     layout: "plot-latency"
19057
19058 - type: "plot"
19059   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19060   algorithm: "plot_latency_error_bars"
19061   output-file-type: ".html"
19062   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19064   filter: "'NIC_Intel-X520-DA2' and
19065            '64B' and
19066            ('BASE' or 'SCALE') and
19067            'NDRPDR' and
19068            '2T2C' and
19069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19070            not 'VHOST' and
19071            'MEMIF'"
19072   parameters:
19073   - "latency"
19074   - "parent"
19075   - "tags"
19076   sort:
19077   - "L2XCFWD"
19078   - "L2XCFWD"
19079   - "L2XCFWD"
19080   - "L2BDMACLRN"
19081   - "L2BDMACLRN"
19082   - "L2BDMACLRN"
19083   - "IP4FWD"
19084   layout:
19085     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19086     layout: "plot-latency"
19087
19088 # Packet Latency - VPP Container Memif 3n-hsw-x710
19089 - type: "plot"
19090   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19091   algorithm: "plot_latency_error_bars"
19092   output-file-type: ".html"
19093   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19095   filter: "'NIC_Intel-X710' and
19096            '64B' and
19097            ('BASE' or 'SCALE') and
19098            'NDRPDR' and
19099            '1T1C' and
19100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19101            not 'VHOST' and
19102            'MEMIF'"
19103   parameters:
19104   - "latency"
19105   - "parent"
19106   - "tags"
19107   sort:
19108   - "L2XCFWD"
19109   - "L2XCFWD"
19110   - "L2XCFWD"
19111   - "L2BDMACLRN"
19112   - "L2BDMACLRN"
19113   - "L2BDMACLRN"
19114   - "IP4FWD"
19115   layout:
19116     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19117     layout: "plot-latency"
19118
19119 - type: "plot"
19120   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19121   algorithm: "plot_latency_error_bars"
19122   output-file-type: ".html"
19123   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19125   filter: "'NIC_Intel-X710' and
19126            '64B' and
19127            ('BASE' or 'SCALE') and
19128            'NDRPDR' and
19129            '2T2C' and
19130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19131            not 'VHOST' and
19132            'MEMIF'"
19133   parameters:
19134   - "latency"
19135   - "parent"
19136   - "tags"
19137   sort:
19138   - "L2XCFWD"
19139   - "L2XCFWD"
19140   - "L2XCFWD"
19141   - "L2BDMACLRN"
19142   - "L2BDMACLRN"
19143   - "L2BDMACLRN"
19144   - "IP4FWD"
19145   layout:
19146     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19147     layout: "plot-latency"
19148
19149 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19150 - type: "plot"
19151   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19152   algorithm: "plot_latency_error_bars"
19153   output-file-type: ".html"
19154   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19156   filter: "'NIC_Intel-XL710' and
19157            '64B' and
19158            ('BASE' or 'SCALE') and
19159            'NDRPDR' and
19160            '1T1C' and
19161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19162            not 'VHOST' and
19163            'MEMIF'"
19164   parameters:
19165   - "latency"
19166   - "parent"
19167   - "tags"
19168   sort:
19169   - "L2XCFWD"
19170   - "L2XCFWD"
19171   - "L2XCFWD"
19172   - "L2BDMACLRN"
19173   - "L2BDMACLRN"
19174   - "L2BDMACLRN"
19175   - "IP4FWD"
19176   layout:
19177     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19178     layout: "plot-latency"
19179
19180 - type: "plot"
19181   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19182   algorithm: "plot_latency_error_bars"
19183   output-file-type: ".html"
19184   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19186   filter: "'NIC_Intel-XL710' and
19187            '64B' and
19188            ('BASE' or 'SCALE') and
19189            'NDRPDR' and
19190            '2T2C' and
19191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19192            not 'VHOST' and
19193            'MEMIF'"
19194   parameters:
19195   - "latency"
19196   - "parent"
19197   - "tags"
19198   sort:
19199   - "L2XCFWD"
19200   - "L2XCFWD"
19201   - "L2XCFWD"
19202   - "L2BDMACLRN"
19203   - "L2BDMACLRN"
19204   - "L2BDMACLRN"
19205   - "IP4FWD"
19206   layout:
19207     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19208     layout: "plot-latency"
19209
19210 # Packet Latency - VPP Container Memif 3n-skx-x710
19211 - type: "plot"
19212   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19213   algorithm: "plot_latency_error_bars"
19214   output-file-type: ".html"
19215   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19217   filter: "'NIC_Intel-X710' and
19218            '64B' and
19219            ('BASE' or 'SCALE') and
19220            'NDRPDR' and
19221            '2T1C' and
19222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19223            not 'VHOST' and
19224            'MEMIF'"
19225   parameters:
19226   - "latency"
19227   - "parent"
19228   - "tags"
19229   sort:
19230   - "L2XCFWD"
19231   - "L2XCFWD"
19232   - "L2XCFWD"
19233   - "L2BDMACLRN"
19234   - "L2BDMACLRN"
19235   - "L2BDMACLRN"
19236   - "IP4FWD"
19237   layout:
19238     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19239     layout: "plot-latency"
19240
19241 - type: "plot"
19242   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19243   algorithm: "plot_latency_error_bars"
19244   output-file-type: ".html"
19245   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19247   filter: "'NIC_Intel-X710' and
19248            '64B' and
19249            ('BASE' or 'SCALE') and
19250            'NDRPDR' and
19251            '4T2C' and
19252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19253            not 'VHOST' and
19254            'MEMIF'"
19255   parameters:
19256   - "latency"
19257   - "parent"
19258   - "tags"
19259   sort:
19260   - "L2XCFWD"
19261   - "L2XCFWD"
19262   - "L2XCFWD"
19263   - "L2BDMACLRN"
19264   - "L2BDMACLRN"
19265   - "L2BDMACLRN"
19266   - "IP4FWD"
19267   layout:
19268     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19269     layout: "plot-latency"
19270
19271 # Packet Latency - VPP Container Memif 2n-skx-x710
19272 - type: "plot"
19273   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19274   algorithm: "plot_latency_error_bars"
19275   output-file-type: ".html"
19276   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19277   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19278   filter: "'NIC_Intel-X710' and
19279            '64B' and
19280            ('BASE' or 'SCALE') and
19281            'NDRPDR' and
19282            '2T1C' and
19283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19284            not 'VHOST' and
19285            not 'NF_DENSITY' and
19286            'MEMIF'"
19287   parameters:
19288   - "latency"
19289   - "parent"
19290   - "tags"
19291   sort:
19292   - "L2XCFWD"
19293   - "L2XCFWD"
19294   - "L2XCFWD"
19295   - "L2BDMACLRN"
19296   - "L2BDMACLRN"
19297   - "L2BDMACLRN"
19298   - "IP4FWD"
19299   layout:
19300     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19301     layout: "plot-latency"
19302
19303 - type: "plot"
19304   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19305   algorithm: "plot_latency_error_bars"
19306   output-file-type: ".html"
19307   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19309   filter: "'NIC_Intel-X710' and
19310            '64B' and
19311            ('BASE' or 'SCALE') and
19312            'NDRPDR' and
19313            '4T2C' and
19314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19315            not 'VHOST' and
19316            not 'NF_DENSITY' and
19317            'MEMIF'"
19318   parameters:
19319   - "latency"
19320   - "parent"
19321   - "tags"
19322   sort:
19323   - "L2XCFWD"
19324   - "L2XCFWD"
19325   - "L2XCFWD"
19326   - "L2BDMACLRN"
19327   - "L2BDMACLRN"
19328   - "L2BDMACLRN"
19329   - "IP4FWD"
19330   layout:
19331     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19332     layout: "plot-latency"
19333
19334 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19335 #- type: "plot"
19336 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19337 #  algorithm: "plot_latency_error_bars"
19338 #  output-file-type: ".html"
19339 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19340 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19341 #  filter: "'NIC_Intel-XXV710' and
19342 #           '64B' and
19343 #           ('BASE' or 'SCALE') and
19344 #           'NDRPDR' and
19345 #           '2T1C' and
19346 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19347 #           not 'VHOST' and
19348 #           'MEMIF'"
19349 #  parameters:
19350 #  - "latency"
19351 #  - "parent"
19352 #  - "tags"
19353 #  sort:
19354 #  - "L2XCFWD"
19355 #  - "L2XCFWD"
19356 #  - "L2XCFWD"
19357 #  - "L2BDMACLRN"
19358 #  - "L2BDMACLRN"
19359 #  - "L2BDMACLRN"
19360 #  - "IP4FWD"
19361 #  layout:
19362 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19363 #    layout: "plot-latency"
19364 #
19365 #- type: "plot"
19366 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19367 #  algorithm: "plot_latency_error_bars"
19368 #  output-file-type: ".html"
19369 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19370 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19371 #  filter: "'NIC_Intel-XXV710' and
19372 #           '64B' and
19373 #           ('BASE' or 'SCALE') and
19374 #           'NDRPDR' and
19375 #           '4T2C' and
19376 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19377 #           not 'VHOST' and
19378 #           'MEMIF'"
19379 #  parameters:
19380 #  - "latency"
19381 #  - "parent"
19382 #  - "tags"
19383 #  sort:
19384 #  - "L2XCFWD"
19385 #  - "L2XCFWD"
19386 #  - "L2XCFWD"
19387 #  - "L2BDMACLRN"
19388 #  - "L2BDMACLRN"
19389 #  - "L2BDMACLRN"
19390 #  - "IP4FWD"
19391 #  layout:
19392 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19393 #    layout: "plot-latency"
19394
19395 ################################################################################
19396
19397 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19398 - type: "plot"
19399   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19400   algorithm: "plot_latency_error_bars"
19401   output-file-type: ".html"
19402   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19403   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19404   filter: "'NIC_Intel-X520-DA2' and
19405            '64B' and
19406            ('BASE' or 'SCALE') and
19407            'NDRPDR' and
19408            '1T1C' and
19409            'L2XCFWD' and
19410            not 'VHOST' and
19411            not 'NF_DENSITY' and
19412            'MEMIF'"
19413   parameters:
19414   - "latency"
19415   - "parent"
19416   - "tags"
19417   sort:
19418   - "1VNF"
19419   - "2VNF"
19420   - "4VNF"
19421   - "2VNF"
19422   - "4VNF"
19423   layout:
19424     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19425     layout: "plot-latency"
19426
19427 - type: "plot"
19428   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19429   algorithm: "plot_latency_error_bars"
19430   output-file-type: ".html"
19431   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19432   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19433   filter: "'NIC_Intel-X520-DA2' and
19434            '64B' and
19435            ('BASE' or 'SCALE') and
19436            'NDRPDR' and
19437            '2T2C' and
19438            'L2XCFWD' and
19439            not 'VHOST' and
19440            not 'NF_DENSITY' and
19441            'MEMIF'"
19442   parameters:
19443   - "latency"
19444   - "parent"
19445   - "tags"
19446   sort:
19447   - "1VNF"
19448   - "2VNF"
19449   - "4VNF"
19450   - "2VNF"
19451   - "4VNF"
19452   layout:
19453     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19454     layout: "plot-latency"
19455
19456 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19457 - type: "plot"
19458   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19459   algorithm: "plot_latency_error_bars"
19460   output-file-type: ".html"
19461   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19462   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19463   filter: "'NIC_Intel-X520-DA2' and
19464            '64B' and
19465            ('BASE' or 'SCALE') and
19466            'NDRPDR' and
19467            '1T1C' and
19468            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19469            not 'VHOST' and
19470            not 'NF_DENSITY' and
19471            'MEMIF'"
19472   parameters:
19473   - "latency"
19474   - "parent"
19475   - "tags"
19476   sort:
19477   - "1VNF"
19478   - "2VNF"
19479   - "4VNF"
19480   - "2VNF"
19481   - "4VNF"
19482   layout:
19483     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19484     layout: "plot-latency"
19485
19486 - type: "plot"
19487   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19488   algorithm: "plot_latency_error_bars"
19489   output-file-type: ".html"
19490   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19491   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19492   filter: "'NIC_Intel-X520-DA2' and
19493            '64B' and
19494            ('BASE' or 'SCALE') and
19495            'NDRPDR' and
19496            '2T2C' and
19497            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19498            not 'VHOST' and
19499            not 'NF_DENSITY' and
19500            'MEMIF'"
19501   parameters:
19502   - "latency"
19503   - "parent"
19504   - "tags"
19505   sort:
19506   - "1VNF"
19507   - "2VNF"
19508   - "4VNF"
19509   - "2VNF"
19510   - "4VNF"
19511   layout:
19512     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19513     layout: "plot-latency"
19514
19515 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19516 - type: "plot"
19517   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19518   algorithm: "plot_latency_error_bars"
19519   output-file-type: ".html"
19520   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19521   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19522   filter: "'NIC_Intel-X710' and
19523            '64B' and
19524            ('BASE' or 'SCALE') and
19525            'NDRPDR' and
19526            '1T1C' and
19527            'L2XCFWD' and
19528            not 'VHOST' and
19529            not 'NF_DENSITY' and
19530            'MEMIF'"
19531   parameters:
19532   - "latency"
19533   - "parent"
19534   - "tags"
19535   sort:
19536   - "1VNF"
19537   - "2VNF"
19538   - "4VNF"
19539   - "2VNF"
19540   - "4VNF"
19541   layout:
19542     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19543     layout: "plot-latency"
19544
19545 - type: "plot"
19546   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19547   algorithm: "plot_latency_error_bars"
19548   output-file-type: ".html"
19549   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19550   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19551   filter: "'NIC_Intel-X710' and
19552            '64B' and
19553            ('BASE' or 'SCALE') and
19554            'NDRPDR' and
19555            '2T2C' and
19556            'L2XCFWD' and
19557            not 'VHOST' and
19558            not 'NF_DENSITY' and
19559            'MEMIF'"
19560   parameters:
19561   - "latency"
19562   - "parent"
19563   - "tags"
19564   sort:
19565   - "1VNF"
19566   - "2VNF"
19567   - "4VNF"
19568   - "2VNF"
19569   - "4VNF"
19570   layout:
19571     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19572     layout: "plot-latency"
19573
19574 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19575 - type: "plot"
19576   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19577   algorithm: "plot_latency_error_bars"
19578   output-file-type: ".html"
19579   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19580   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19581   filter: "'NIC_Intel-X710' and
19582            '64B' and
19583            ('BASE' or 'SCALE') and
19584            'NDRPDR' and
19585            '1T1C' and
19586            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19587            not 'VHOST' and
19588            not 'NF_DENSITY' and
19589            'MEMIF'"
19590   parameters:
19591   - "latency"
19592   - "parent"
19593   - "tags"
19594   sort:
19595   - "1VNF"
19596   - "2VNF"
19597   - "4VNF"
19598   - "2VNF"
19599   - "4VNF"
19600   layout:
19601     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19602     layout: "plot-latency"
19603
19604 - type: "plot"
19605   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19606   algorithm: "plot_latency_error_bars"
19607   output-file-type: ".html"
19608   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19609   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19610   filter: "'NIC_Intel-X710' and
19611            '64B' and
19612            ('BASE' or 'SCALE') and
19613            'NDRPDR' and
19614            '2T2C' and
19615            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19616            not 'VHOST' and
19617            not 'NF_DENSITY' and
19618            'MEMIF'"
19619   parameters:
19620   - "latency"
19621   - "parent"
19622   - "tags"
19623   sort:
19624   - "1VNF"
19625   - "2VNF"
19626   - "4VNF"
19627   - "2VNF"
19628   - "4VNF"
19629   layout:
19630     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19631     layout: "plot-latency"
19632
19633 ################################################################################
19634
19635 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19636 - type: "plot"
19637   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19638   algorithm: "plot_latency_error_bars"
19639   output-file-type: ".html"
19640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19642   filter: "'NIC_Intel-X520-DA2' and
19643            '64B' and
19644            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19645            'NDRPDR' and
19646            '1T1C' and
19647            'IP4FWD' and
19648            not 'IPSEC' and
19649            not 'DOT1Q' and
19650            not 'VHOST'"
19651   parameters:
19652   - "latency"
19653   - "parent"
19654   - "tags"
19655   sort:
19656   - "DOT1Q"
19657   - "IP4BASE"
19658   - "FIB_20K"
19659   - "FIB_200K"
19660   - "FIB_2M"
19661   layout:
19662     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19663     layout: "plot-latency"
19664
19665 - type: "plot"
19666   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19667   algorithm: "plot_latency_error_bars"
19668   output-file-type: ".html"
19669   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19671   filter: "'NIC_Intel-X520-DA2' and
19672            '64B' and
19673            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19674            'NDRPDR' and
19675            '2T2C' and
19676            'IP4FWD' and
19677            not 'IPSEC' and
19678            not 'DOT1Q' and
19679            not 'VHOST'"
19680   parameters:
19681   - "latency"
19682   - "parent"
19683   - "tags"
19684   sort:
19685   - "DOT1Q"
19686   - "IP4BASE"
19687   - "FIB_20K"
19688   - "FIB_200K"
19689   - "FIB_2M"
19690   layout:
19691     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19692     layout: "plot-latency"
19693
19694 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19695 - type: "plot"
19696   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19697   algorithm: "plot_latency_error_bars"
19698   output-file-type: ".html"
19699   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19701   filter: "'NIC_Intel-X520-DA2' and
19702            '64B' and
19703            ('IP4BASE' or
19704             'POLICE_MARK' or
19705             'COPWHLIST' or
19706             ('NAT44' and 'BASE') or
19707             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19708            'NDRPDR' and
19709            '1T1C' and
19710            'IP4FWD' and
19711            not 'IPSEC' and
19712            not 'VHOST'"
19713   parameters:
19714   - "latency"
19715   - "parent"
19716   - "tags"
19717   sort:
19718   - "DOT1Q"
19719   - "IP4BASE"
19720   - "NAT44"
19721   - "POLICE_MARK"
19722   - "COPWHLIST"
19723   - "IACL"
19724   - "OACL"
19725   layout:
19726     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19727     layout: "plot-latency"
19728
19729 - type: "plot"
19730   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19731   algorithm: "plot_latency_error_bars"
19732   output-file-type: ".html"
19733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19735   filter: "'NIC_Intel-X520-DA2' and
19736            '64B' and
19737            ('IP4BASE' or
19738             'POLICE_MARK' or
19739             'COPWHLIST' or
19740             ('NAT44' and 'BASE') or
19741             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19742            'NDRPDR' and
19743            '2T2C' and
19744            'IP4FWD' and
19745            not 'IPSEC' and
19746            not 'VHOST'"
19747   parameters:
19748   - "latency"
19749   - "parent"
19750   - "tags"
19751   sort:
19752   - "DOT1Q"
19753   - "IP4BASE"
19754   - "NAT44"
19755   - "POLICE_MARK"
19756   - "COPWHLIST"
19757   - "IACL"
19758   - "OACL"
19759   layout:
19760     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19761     layout: "plot-latency"
19762
19763 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19764 - type: "plot"
19765   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19766   algorithm: "plot_latency_error_bars"
19767   output-file-type: ".html"
19768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19770   filter: "'NIC_Intel-X520-DA2' and
19771            '64B' and
19772            'NDRPDR' and
19773            '1T1C' and
19774            'IP4FWD' and
19775            ('NAT44' or 'IP4BASE') and
19776            not 'DOT1Q' and
19777            not 'IPSEC' and
19778            not 'VHOST'"
19779   parameters:
19780   - "latency"
19781   - "parent"
19782   - "tags"
19783   sort:
19784   - "IP4BASE"
19785   - "BASE"
19786   - "SRC_USER_10"
19787   - "SRC_USER_100"
19788   - "SRC_USER_1000"
19789   - "SRC_USER_2000"
19790   layout:
19791     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19792     layout: "plot-latency"
19793
19794 - type: "plot"
19795   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19796   algorithm: "plot_latency_error_bars"
19797   output-file-type: ".html"
19798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19800   filter: "'NIC_Intel-X520-DA2' and
19801            '64B' and
19802            'NDRPDR' and
19803            '2T2C' and
19804            'IP4FWD' and
19805            ('NAT44' or 'IP4BASE') and
19806            not 'DOT1Q' and
19807            not 'IPSEC' and
19808            not 'VHOST'"
19809   parameters:
19810   - "latency"
19811   - "parent"
19812   - "tags"
19813   sort:
19814   - "IP4BASE"
19815   - "BASE"
19816   - "SRC_USER_10"
19817   - "SRC_USER_100"
19818   - "SRC_USER_1000"
19819   - "SRC_USER_2000"
19820   layout:
19821     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19822     layout: "plot-latency"
19823
19824 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19825 - type: "plot"
19826   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19827   algorithm: "plot_latency_error_bars"
19828   output-file-type: ".html"
19829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19831   filter: "'NIC_Intel-X520-DA2' and
19832            '64B' and
19833            'NDRPDR' and
19834            '1T1C' and
19835            'IP4FWD' and
19836            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19837            not 'IPSEC' and
19838            not 'DOT1Q' and
19839            not 'VHOST'"
19840   parameters:
19841   - "latency"
19842   - "parent"
19843   - "tags"
19844   sort:
19845   - "IP4BASE"
19846   - "ACL_STATELESS"
19847   - "ACL_STATEFUL"
19848   - "ACL_STATELESS"
19849   - "ACL_STATEFUL"
19850   layout:
19851     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19852     layout: "plot-latency"
19853
19854 - type: "plot"
19855   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19856   algorithm: "plot_latency_error_bars"
19857   output-file-type: ".html"
19858   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19860   filter: "'NIC_Intel-X520-DA2' and
19861            '64B' and
19862            'NDRPDR' and
19863            '2T2C' and
19864            'IP4FWD' and
19865            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19866            not 'IPSEC' and
19867            not 'DOT1Q' and
19868            not 'VHOST'"
19869   parameters:
19870   - "latency"
19871   - "parent"
19872   - "tags"
19873   sort:
19874   - "IP4BASE"
19875   - "ACL_STATELESS"
19876   - "ACL_STATEFUL"
19877   - "ACL_STATELESS"
19878   - "ACL_STATEFUL"
19879   layout:
19880     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19881     layout: "plot-latency"
19882
19883 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19884 - type: "plot"
19885   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19886   algorithm: "plot_latency_error_bars"
19887   output-file-type: ".html"
19888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19890   filter: "'NIC_Intel-X520-DA2' and
19891            '64B' and
19892            'NDRPDR' and
19893            '1T1C' and
19894            'IP4FWD' and
19895            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19896            not 'IPSEC' and
19897            not 'DOT1Q' and
19898            not 'VHOST'"
19899   parameters:
19900   - "latency"
19901   - "parent"
19902   - "tags"
19903   sort:
19904   - "IP4BASE"
19905   - "ACL_STATELESS"
19906   - "ACL_STATEFUL"
19907   - "ACL_STATELESS"
19908   - "ACL_STATEFUL"
19909   layout:
19910     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19911     layout: "plot-latency"
19912
19913 - type: "plot"
19914   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19915   algorithm: "plot_latency_error_bars"
19916   output-file-type: ".html"
19917   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19919   filter: "'NIC_Intel-X520-DA2' and
19920            '64B' and
19921            'NDRPDR' and
19922            '2T2C' and
19923            'IP4FWD' and
19924            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19925            not 'IPSEC' and
19926            not 'DOT1Q' and
19927            not 'VHOST'"
19928   parameters:
19929   - "latency"
19930   - "parent"
19931   - "tags"
19932   sort:
19933   - "IP4BASE"
19934   - "ACL_STATELESS"
19935   - "ACL_STATEFUL"
19936   - "ACL_STATELESS"
19937   - "ACL_STATEFUL"
19938   layout:
19939     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19940     layout: "plot-latency"
19941
19942 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19943 - type: "plot"
19944   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19945   algorithm: "plot_latency_error_bars"
19946   output-file-type: ".html"
19947   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19949   filter: "'NIC_Intel-X710' and
19950            '64B' and
19951            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19952            'NDRPDR' and
19953            '1T1C' and
19954            'IP4FWD' and
19955            not 'IPSEC' and
19956            not 'DOT1Q' and
19957            not 'VHOST'"
19958   parameters:
19959   - "latency"
19960   - "parent"
19961   - "tags"
19962   sort:
19963   - "IP4BASE"
19964   - "FIB_20K"
19965   - "FIB_200K"
19966   - "FIB_2M"
19967   layout:
19968     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19969     layout: "plot-latency"
19970
19971 - type: "plot"
19972   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19973   algorithm: "plot_latency_error_bars"
19974   output-file-type: ".html"
19975   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19977   filter: "'NIC_Intel-X710' and
19978            '64B' and
19979            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19980            'NDRPDR' and
19981            '2T2C' and
19982            'IP4FWD' and
19983            not 'IPSEC' and
19984            not 'DOT1Q' and
19985            not 'VHOST'"
19986   parameters:
19987   - "latency"
19988   - "parent"
19989   - "tags"
19990   sort:
19991   - "IP4BASE"
19992   - "FIB_20K"
19993   - "FIB_200K"
19994   - "FIB_2M"
19995   layout:
19996     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19997     layout: "plot-latency"
19998
19999 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20000 - type: "plot"
20001   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20002   algorithm: "plot_latency_error_bars"
20003   output-file-type: ".html"
20004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20006   filter: "'NIC_Intel-X710' and
20007            '64B' and
20008            ('IP4BASE' or
20009             'POLICE_MARK' or
20010             'COPWHLIST' or
20011             ('NAT44' and 'BASE') or
20012             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20013            'NDRPDR' and
20014            '1T1C' and
20015            'IP4FWD' and
20016            not 'IPSEC' and
20017            not 'VHOST'"
20018   parameters:
20019   - "latency"
20020   - "parent"
20021   - "tags"
20022   sort:
20023   - "DOT1Q"
20024   - "IP4BASE"
20025   - "NAT44"
20026   - "POLICE_MARK"
20027   - "COPWHLIST"
20028   - "IACL"
20029   - "OACL"
20030   layout:
20031     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20032     layout: "plot-latency"
20033
20034 - type: "plot"
20035   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20036   algorithm: "plot_latency_error_bars"
20037   output-file-type: ".html"
20038   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20040   filter: "'NIC_Intel-X710' and
20041            '64B' and
20042            ('IP4BASE' or
20043             'POLICE_MARK' or
20044             'COPWHLIST' or
20045             ('NAT44' and 'BASE') or
20046             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20047            'NDRPDR' and
20048            '2T2C' and
20049            'IP4FWD' and
20050            not 'IPSEC' and
20051            not 'VHOST'"
20052   parameters:
20053   - "latency"
20054   - "parent"
20055   - "tags"
20056   sort:
20057   - "DOT1Q"
20058   - "IP4BASE"
20059   - "NAT44"
20060   - "POLICE_MARK"
20061   - "COPWHLIST"
20062   - "IACL"
20063   - "OACL"
20064   layout:
20065     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20066     layout: "plot-latency"
20067
20068 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20069 - type: "plot"
20070   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20071   algorithm: "plot_latency_error_bars"
20072   output-file-type: ".html"
20073   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20074   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20075   filter: "'NIC_Intel-X710' and
20076            '64B' and
20077            'NDRPDR' and
20078            '1T1C' and
20079            'IP4FWD' and
20080            ('NAT44' or 'IP4BASE') and
20081            not 'IPSEC' and
20082            not 'VHOST'"
20083   parameters:
20084   - "latency"
20085   - "parent"
20086   - "tags"
20087   sort:
20088   - "IP4BASE"
20089   - "BASE"
20090   - "SRC_USER_10"
20091   - "SRC_USER_100"
20092   - "SRC_USER_1000"
20093   - "SRC_USER_2000"
20094   layout:
20095     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20096     layout: "plot-latency"
20097
20098 - type: "plot"
20099   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20100   algorithm: "plot_latency_error_bars"
20101   output-file-type: ".html"
20102   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20104   filter: "'NIC_Intel-X710' and
20105            '64B' and
20106            'NDRPDR' and
20107            '2T2C' and
20108            'IP4FWD' and
20109            ('NAT44' or 'IP4BASE') and
20110            not 'IPSEC' and
20111            not 'VHOST'"
20112   parameters:
20113   - "latency"
20114   - "parent"
20115   - "tags"
20116   sort:
20117   - "IP4BASE"
20118   - "BASE"
20119   - "SRC_USER_10"
20120   - "SRC_USER_100"
20121   - "SRC_USER_1000"
20122   - "SRC_USER_2000"
20123   layout:
20124     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20125     layout: "plot-latency"
20126
20127 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20128 - type: "plot"
20129   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20130   algorithm: "plot_latency_error_bars"
20131   output-file-type: ".html"
20132   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20134   filter: "'NIC_Intel-X710' and
20135            '64B' and
20136            'NDRPDR' and
20137            '1T1C' and
20138            'IP4FWD' and
20139            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20140            not 'IPSEC' and
20141            not 'VHOST'"
20142   parameters:
20143   - "latency"
20144   - "parent"
20145   - "tags"
20146   sort:
20147   - "IP4BASE"
20148   - "ACL_STATELESS"
20149   - "ACL_STATEFUL"
20150   - "ACL_STATELESS"
20151   - "ACL_STATEFUL"
20152   layout:
20153     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20154     layout: "plot-latency"
20155
20156 - type: "plot"
20157   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20158   algorithm: "plot_latency_error_bars"
20159   output-file-type: ".html"
20160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20162   filter: "'NIC_Intel-X710' and
20163            '64B' and
20164            'NDRPDR' and
20165            '2T2C' and
20166            'IP4FWD' and
20167            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20168            not 'IPSEC' and
20169            not 'VHOST'"
20170   parameters:
20171   - "latency"
20172   - "parent"
20173   - "tags"
20174   sort:
20175   - "IP4BASE"
20176   - "ACL_STATELESS"
20177   - "ACL_STATEFUL"
20178   - "ACL_STATELESS"
20179   - "ACL_STATEFUL"
20180   layout:
20181     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20182     layout: "plot-latency"
20183
20184 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20185 - type: "plot"
20186   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20187   algorithm: "plot_latency_error_bars"
20188   output-file-type: ".html"
20189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20191   filter: "'NIC_Intel-XL710' and
20192            '64B' and
20193            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20194            'NDRPDR' and
20195            '1T1C' and
20196            'IP4FWD' and
20197            not 'IPSEC' and
20198            not 'VHOST'"
20199   parameters:
20200   - "latency"
20201   - "parent"
20202   - "tags"
20203   sort:
20204   - "IP4BASE"
20205   - "FIB_20K"
20206   - "FIB_200K"
20207   - "FIB_2M"
20208   layout:
20209     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20210     layout: "plot-latency"
20211
20212 - type: "plot"
20213   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20214   algorithm: "plot_latency_error_bars"
20215   output-file-type: ".html"
20216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20218   filter: "'NIC_Intel-XL710' and
20219            '64B' and
20220            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20221            'NDRPDR' and
20222            '2T2C' and
20223            'IP4FWD' and
20224            not 'IPSEC' and
20225            not 'VHOST'"
20226   parameters:
20227   - "latency"
20228   - "parent"
20229   - "tags"
20230   sort:
20231   - "IP4BASE"
20232   - "FIB_20K"
20233   - "FIB_200K"
20234   - "FIB_2M"
20235   layout:
20236     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20237     layout: "plot-latency"
20238
20239 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20240 - type: "plot"
20241   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20242   algorithm: "plot_latency_error_bars"
20243   output-file-type: ".html"
20244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20246   filter: "'NIC_Intel-X710' and
20247            '64B' and
20248            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20249            'NDRPDR' and
20250            '2T1C' and
20251            'IP4FWD' and
20252            not 'IPSEC' and
20253            not 'DOT1Q' and
20254            not 'VHOST'"
20255   parameters:
20256   - "latency"
20257   - "parent"
20258   - "tags"
20259   sort:
20260   - "IP4BASE"
20261   - "FIB_20K"
20262   - "FIB_200K"
20263   - "FIB_2M"
20264   layout:
20265     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20266     layout: "plot-latency"
20267
20268 - type: "plot"
20269   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20270   algorithm: "plot_latency_error_bars"
20271   output-file-type: ".html"
20272   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20274   filter: "'NIC_Intel-X710' and
20275            '64B' and
20276            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20277            'NDRPDR' and
20278            '4T2C' and
20279            'IP4FWD' and
20280            not 'IPSEC' and
20281            not 'DOT1Q' and
20282            not 'VHOST'"
20283   parameters:
20284   - "latency"
20285   - "parent"
20286   - "tags"
20287   sort:
20288   - "IP4BASE"
20289   - "FIB_20K"
20290   - "FIB_200K"
20291   - "FIB_2M"
20292   layout:
20293     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20294     layout: "plot-latency"
20295
20296 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20297 - type: "plot"
20298   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20299   algorithm: "plot_latency_error_bars"
20300   output-file-type: ".html"
20301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20303   filter: "'NIC_Intel-X710' and
20304            '64B' and
20305            ('IP4BASE' or
20306             'POLICE_MARK' or
20307             'COPWHLIST' or
20308             ('NAT44' and 'BASE') or
20309             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20310            'NDRPDR' and
20311            '2T1C' and
20312            'IP4FWD' and
20313            not 'IPSEC' and
20314            not 'VHOST'"
20315   parameters:
20316   - "latency"
20317   - "parent"
20318   - "tags"
20319   sort:
20320   - "DOT1Q"
20321   - "IP4BASE"
20322   - "NAT44"
20323   - "POLICE_MARK"
20324   - "COPWHLIST"
20325   - "IACL"
20326   - "OACL"
20327   layout:
20328     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20329     layout: "plot-latency"
20330
20331 - type: "plot"
20332   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20333   algorithm: "plot_latency_error_bars"
20334   output-file-type: ".html"
20335   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20337   filter: "'NIC_Intel-X710' and
20338            '64B' and
20339            ('IP4BASE' or
20340             'POLICE_MARK' or
20341             'COPWHLIST' or
20342             ('NAT44' and 'BASE') or
20343             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20344            'NDRPDR' and
20345            '4T2C' and
20346            'IP4FWD' and
20347            not 'IPSEC' and
20348            not 'VHOST'"
20349   parameters:
20350   - "latency"
20351   - "parent"
20352   - "tags"
20353   sort:
20354   - "DOT1Q"
20355   - "IP4BASE"
20356   - "NAT44"
20357   - "POLICE_MARK"
20358   - "COPWHLIST"
20359   - "IACL"
20360   - "OACL"
20361   layout:
20362     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20363     layout: "plot-latency"
20364
20365 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20366 - type: "plot"
20367   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20368   algorithm: "plot_latency_error_bars"
20369   output-file-type: ".html"
20370   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20372   filter: "'NIC_Intel-X710' and
20373            '64B' and
20374            'NDRPDR' and
20375            '2T1C' and
20376            'IP4FWD' and
20377            ('NAT44' or 'IP4BASE') and
20378            not 'IPSEC' and
20379            not 'VHOST'"
20380   parameters:
20381   - "latency"
20382   - "parent"
20383   - "tags"
20384   sort:
20385   - "IP4BASE"
20386   - "BASE"
20387   - "SRC_USER_10"
20388   - "SRC_USER_100"
20389   - "SRC_USER_1000"
20390   - "SRC_USER_2000"
20391   layout:
20392     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20393     layout: "plot-latency"
20394
20395 - type: "plot"
20396   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20397   algorithm: "plot_latency_error_bars"
20398   output-file-type: ".html"
20399   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20401   filter: "'NIC_Intel-X710' and
20402            '64B' and
20403            'NDRPDR' and
20404            '4T2C' and
20405            'IP4FWD' and
20406            ('NAT44' or 'IP4BASE') and
20407            not 'IPSEC' and
20408            not 'VHOST'"
20409   parameters:
20410   - "latency"
20411   - "parent"
20412   - "tags"
20413   sort:
20414   - "IP4BASE"
20415   - "BASE"
20416   - "SRC_USER_10"
20417   - "SRC_USER_100"
20418   - "SRC_USER_1000"
20419   - "SRC_USER_2000"
20420   layout:
20421     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20422     layout: "plot-latency"
20423
20424 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20425 - type: "plot"
20426   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20427   algorithm: "plot_latency_error_bars"
20428   output-file-type: ".html"
20429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20431   filter: "'NIC_Intel-X710' and
20432            '64B' and
20433            'NDRPDR' and
20434            '2T1C' and
20435            'IP4FWD' and
20436            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20437            not 'IPSEC' and
20438            not 'VHOST'"
20439   parameters:
20440   - "latency"
20441   - "parent"
20442   - "tags"
20443   sort:
20444   - "IP4BASE"
20445   - "ACL_STATELESS"
20446   - "ACL_STATEFUL"
20447   - "ACL_STATELESS"
20448   - "ACL_STATEFUL"
20449   layout:
20450     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20451     layout: "plot-latency"
20452
20453 - type: "plot"
20454   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20455   algorithm: "plot_latency_error_bars"
20456   output-file-type: ".html"
20457   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20459   filter: "'NIC_Intel-X710' and
20460            '64B' and
20461            'NDRPDR' and
20462            '4T2C' and
20463            'IP4FWD' and
20464            'IACL' and
20465            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20466            not 'IPSEC' and
20467            not 'VHOST'"
20468   parameters:
20469   - "latency"
20470   - "parent"
20471   - "tags"
20472   sort:
20473   - "IP4BASE"
20474   - "ACL_STATELESS"
20475   - "ACL_STATEFUL"
20476   - "ACL_STATELESS"
20477   - "ACL_STATEFUL"
20478   layout:
20479     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20480     layout: "plot-latency"
20481
20482 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20483 - type: "plot"
20484   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20485   algorithm: "plot_latency_error_bars"
20486   output-file-type: ".html"
20487   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20489   filter: "'NIC_Intel-X710' and
20490            '64B' and
20491            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20492            'NDRPDR' and
20493            '2T1C' and
20494            'IP4FWD' and
20495            not 'IPSEC' and
20496            not 'DOT1Q' and
20497            not 'VHOST'"
20498   parameters:
20499   - "latency"
20500   - "parent"
20501   - "tags"
20502   sort:
20503   - "IP4BASE"
20504   - "FIB_20K"
20505   - "FIB_200K"
20506   - "FIB_2M"
20507   layout:
20508     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20509     layout: "plot-latency"
20510
20511 - type: "plot"
20512   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20513   algorithm: "plot_latency_error_bars"
20514   output-file-type: ".html"
20515   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20517   filter: "'NIC_Intel-X710' and
20518            '64B' and
20519            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20520            'NDRPDR' and
20521            '4T2C' and
20522            'IP4FWD' and
20523            not 'IPSEC' and
20524            not 'DOT1Q' and
20525            not 'VHOST'"
20526   parameters:
20527   - "latency"
20528   - "parent"
20529   - "tags"
20530   sort:
20531   - "IP4BASE"
20532   - "FIB_20K"
20533   - "FIB_200K"
20534   - "FIB_2M"
20535   layout:
20536     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20537     layout: "plot-latency"
20538
20539 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20540 - type: "plot"
20541   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20542   algorithm: "plot_latency_error_bars"
20543   output-file-type: ".html"
20544   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20546   filter: "'NIC_Intel-X710' and
20547            '64B' and
20548            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20549            'NDRPDR' and
20550            '2T1C' and
20551            'IP4FWD' and
20552            not 'IPSEC' and
20553            not 'DOT1Q' and
20554            not 'VHOST'"
20555   parameters:
20556   - "latency"
20557   - "parent"
20558   - "tags"
20559   sort:
20560   - "IP4BASE"
20561   - "ACL_STATELESS"
20562   - "ACL_STATEFUL"
20563   - "ACL_STATELESS"
20564   - "ACL_STATEFUL"
20565   layout:
20566     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20567     layout: "plot-latency"
20568
20569 - type: "plot"
20570   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20571   algorithm: "plot_latency_error_bars"
20572   output-file-type: ".html"
20573   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20575   filter: "'NIC_Intel-X710' and
20576            '64B' and
20577            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20578            'NDRPDR' and
20579            '4T2C' and
20580            'IP4FWD' and
20581            not 'IPSEC' and
20582            not 'DOT1Q' and
20583            not 'VHOST'"
20584   parameters:
20585   - "latency"
20586   - "parent"
20587   - "tags"
20588   sort:
20589   - "IP4BASE"
20590   - "ACL_STATELESS"
20591   - "ACL_STATEFUL"
20592   - "ACL_STATELESS"
20593   - "ACL_STATEFUL"
20594   layout:
20595     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20596     layout: "plot-latency"
20597
20598 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20599 - type: "plot"
20600   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20601   algorithm: "plot_latency_error_bars"
20602   output-file-type: ".html"
20603   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20605   filter: "'NIC_Intel-XXV710' and
20606            '64B' and
20607            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20608            'NDRPDR' and
20609            '2T1C' and
20610            'IP4FWD' and
20611            not 'IPSEC' and
20612            not 'DOT1Q' and
20613            not 'VHOST'"
20614   parameters:
20615   - "latency"
20616   - "parent"
20617   - "tags"
20618   sort:
20619   - "IP4BASE"
20620   - "FIB_20K"
20621   - "FIB_200K"
20622   - "FIB_2M"
20623   layout:
20624     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20625     layout: "plot-latency"
20626
20627 - type: "plot"
20628   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20629   algorithm: "plot_latency_error_bars"
20630   output-file-type: ".html"
20631   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20633   filter: "'NIC_Intel-XXV710' and
20634            '64B' and
20635            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20636            'NDRPDR' and
20637            '4T2C' and
20638            'IP4FWD' and
20639            not 'IPSEC' and
20640            not 'DOT1Q' and
20641            not 'VHOST'"
20642   parameters:
20643   - "latency"
20644   - "parent"
20645   - "tags"
20646   sort:
20647   - "IP4BASE"
20648   - "FIB_20K"
20649   - "FIB_200K"
20650   - "FIB_2M"
20651   layout:
20652     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20653     layout: "plot-latency"
20654
20655 ################################################################################
20656
20657 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20658 - type: "plot"
20659   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20660   algorithm: "plot_latency_error_bars"
20661   output-file-type: ".html"
20662   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20663   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20664   filter: "'NIC_Intel-X520-DA2' and
20665            '64B' and
20666            'ENCAP' and
20667            'NDRPDR' and
20668            '1T1C' and
20669            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20670            not 'DOT1Q' and
20671            not 'VHOST' and
20672            not 'IPSECHW'"
20673   parameters:
20674   - "latency"
20675   - "parent"
20676   - "tags"
20677   sort:
20678   - "IP4BASE"
20679   - "L2BDMACLRN"
20680   - "L2XCFWD"
20681   - "LISP"
20682   layout:
20683     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20684     layout: "plot-latency"
20685
20686 - type: "plot"
20687   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20688   algorithm: "plot_latency_error_bars"
20689   output-file-type: ".html"
20690   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20692   filter: "'NIC_Intel-X520-DA2' and
20693            '64B' and
20694            'ENCAP' and
20695            'NDRPDR' and
20696            '2T2C' and
20697            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20698            not 'DOT1Q' and
20699            not 'VHOST' and
20700            not 'IPSECHW'"
20701   parameters:
20702   - "latency"
20703   - "parent"
20704   - "tags"
20705   sort:
20706   - "IP4BASE"
20707   - "L2BDMACLRN"
20708   - "L2XCFWD"
20709   - "LISP"
20710   layout:
20711     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20712     layout: "plot-latency"
20713
20714 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20715 - type: "plot"
20716   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20717   algorithm: "plot_latency_error_bars"
20718   output-file-type: ".html"
20719   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20721   filter: "'NIC_Intel-X710' and
20722            '64B' and
20723            'ENCAP' and
20724            'NDRPDR' and
20725            '1T1C' and
20726            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20727            not 'VHOST' and
20728            not 'IPSECHW'"
20729   parameters:
20730   - "latency"
20731   - "parent"
20732   - "tags"
20733   sort:
20734   - "IP4BASE"
20735   - "LISP"
20736   - "VXLAN_1"
20737   - "VXLAN_10"
20738   - "VXLAN_100"
20739   - "VXLAN_1000"
20740   layout:
20741     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20742     layout: "plot-latency"
20743
20744 - type: "plot"
20745   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20746   algorithm: "plot_latency_error_bars"
20747   output-file-type: ".html"
20748   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20750   filter: "'NIC_Intel-X710' and
20751            '64B' and
20752            'ENCAP' and
20753            'NDRPDR' and
20754            '2T2C' and
20755            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20756            not 'VHOST' and
20757            not 'IPSECHW'"
20758   parameters:
20759   - "latency"
20760   - "parent"
20761   - "tags"
20762   sort:
20763   - "IP4BASE"
20764   - "LISP"
20765   - "VXLAN_1"
20766   - "VXLAN_10"
20767   - "VXLAN_100"
20768   - "VXLAN_1000"
20769   layout:
20770     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20771     layout: "plot-latency"
20772
20773 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20774 - type: "plot"
20775   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20776   algorithm: "plot_latency_error_bars"
20777   output-file-type: ".html"
20778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20780   filter: "'NIC_Intel-X710' and
20781            '64B' and
20782            'ENCAP' and
20783            'NDRPDR' and
20784            '1T1C' and
20785            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20786            not 'DOT1Q' and
20787            not 'VHOST' and
20788            not 'IPSECHW'"
20789   parameters:
20790   - "latency"
20791   - "parent"
20792   - "tags"
20793   sort:
20794   - "IP4BASE"
20795   - "L2BDMACLRN"
20796   - "L2XCFWD"
20797   - "LISP"
20798   layout:
20799     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20800     layout: "plot-latency"
20801
20802 - type: "plot"
20803   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20804   algorithm: "plot_latency_error_bars"
20805   output-file-type: ".html"
20806   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20808   filter: "'NIC_Intel-X710' and
20809            '64B' and
20810            'ENCAP' and
20811            'NDRPDR' and
20812            '2T2C' and
20813            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20814            not 'DOT1Q' and
20815            not 'VHOST' and
20816            not 'IPSECHW'"
20817   parameters:
20818   - "latency"
20819   - "parent"
20820   - "tags"
20821   sort:
20822   - "IP4BASE"
20823   - "L2BDMACLRN"
20824   - "L2XCFWD"
20825   - "LISP"
20826   layout:
20827     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20828     layout: "plot-latency"
20829
20830 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20831 - type: "plot"
20832   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20833   algorithm: "plot_latency_error_bars"
20834   output-file-type: ".html"
20835   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20837   filter: "'NIC_Intel-X710' and
20838            '64B' and
20839            'ENCAP' and
20840            'NDRPDR' and
20841            '2T1C' and
20842            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20843            not 'VHOST' and
20844            not 'IPSECHW'"
20845   parameters:
20846   - "latency"
20847   - "parent"
20848   - "tags"
20849   sort:
20850   - "IP4BASE"
20851   - "LISP"
20852   - "VXLAN_1"
20853   - "VXLAN_10"
20854   - "VXLAN_100"
20855   - "VXLAN_1000"
20856   layout:
20857     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20858     layout: "plot-latency"
20859
20860 - type: "plot"
20861   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20862   algorithm: "plot_latency_error_bars"
20863   output-file-type: ".html"
20864   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20866   filter: "'NIC_Intel-X710' and
20867            '64B' and
20868            'ENCAP' and
20869            'NDRPDR' and
20870            '4T2C' and
20871            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20872            not 'VHOST' and
20873            not 'IPSECHW'"
20874   parameters:
20875   - "latency"
20876   - "parent"
20877   - "tags"
20878   sort:
20879   - "IP4BASE"
20880   - "LISP"
20881   - "VXLAN_1"
20882   - "VXLAN_10"
20883   - "VXLAN_100"
20884   - "VXLAN_1000"
20885   layout:
20886     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20887     layout: "plot-latency"
20888
20889 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20890 - type: "plot"
20891   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20892   algorithm: "plot_latency_error_bars"
20893   output-file-type: ".html"
20894   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20896   filter: "'NIC_Intel-X710' and
20897            '64B' and
20898            'ENCAP' and
20899            'NDRPDR' and
20900            '2T1C' and
20901            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20902            not 'DOT1Q' and
20903            not 'VHOST' and
20904            not 'IPSECHW'"
20905   parameters:
20906   - "latency"
20907   - "parent"
20908   - "tags"
20909   sort:
20910   - "IP4BASE"
20911   - "L2BDMACLRN"
20912   - "L2XCFWD"
20913   - "LISP"
20914   layout:
20915     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20916     layout: "plot-latency"
20917
20918 - type: "plot"
20919   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20920   algorithm: "plot_latency_error_bars"
20921   output-file-type: ".html"
20922   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20924   filter: "'NIC_Intel-X710' and
20925            '64B' and
20926            'ENCAP' and
20927            'NDRPDR' and
20928            '4T2C' and
20929            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20930            not 'DOT1Q' and
20931            not 'VHOST' and
20932            not 'IPSECHW'"
20933   parameters:
20934   - "latency"
20935   - "parent"
20936   - "tags"
20937   sort:
20938   - "IP4BASE"
20939   - "L2BDMACLRN"
20940   - "L2XCFWD"
20941   - "LISP"
20942   layout:
20943     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20944     layout: "plot-latency"
20945
20946 ################################################################################
20947
20948 # Packet Latency - VPP IPv6 3n-hsw-x520
20949 - type: "plot"
20950   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20955   filter: "'NIC_Intel-X520-DA2' and
20956            '78B' and
20957            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20958            'NDRPDR' and
20959            '1T1C' and
20960            'IP6FWD' and
20961            not 'SRv6' and
20962            not 'IPSEC' and
20963            not 'VHOST'"
20964   parameters:
20965   - "latency"
20966   - "parent"
20967   - "tags"
20968   sort:
20969   - "IP6BASE"
20970   - "FIB_20K"
20971   - "FIB_200K"
20972   - "FIB_2M"
20973   layout:
20974     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
20975     layout: "plot-latency"
20976
20977 - type: "plot"
20978   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20979   algorithm: "plot_latency_error_bars"
20980   output-file-type: ".html"
20981   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20983   filter: "'NIC_Intel-X520-DA2' and
20984            '78B' and
20985            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20986            'NDRPDR' and
20987            '2T2C' and
20988            'IP6FWD' and
20989            not 'SRv6' and
20990            not 'IPSEC' and
20991            not 'VHOST'"
20992   parameters:
20993   - "latency"
20994   - "parent"
20995   - "tags"
20996   sort:
20997   - "IP6BASE"
20998   - "FIB_20K"
20999   - "FIB_200K"
21000   - "FIB_2M"
21001   layout:
21002     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21003     layout: "plot-latency"
21004
21005 # Packet Latency - VPP IPv6 3n-hsw-x710
21006 - type: "plot"
21007   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21008   algorithm: "plot_latency_error_bars"
21009   output-file-type: ".html"
21010   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21012   filter: "'NIC_Intel-X710' and
21013            '78B' and
21014            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21015            'NDRPDR' and
21016            '1T1C' and
21017            'IP6FWD' and
21018            not 'SRv6' and
21019            not 'IPSEC' and
21020            not 'VHOST'"
21021   parameters:
21022   - "latency"
21023   - "parent"
21024   - "tags"
21025   sort:
21026   - "IP6BASE"
21027   - "FIB_20K"
21028   - "FIB_200K"
21029   - "FIB_2M"
21030   layout:
21031     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21032     layout: "plot-latency"
21033
21034 - type: "plot"
21035   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21036   algorithm: "plot_latency_error_bars"
21037   output-file-type: ".html"
21038   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21040   filter: "'NIC_Intel-X710' and
21041            '78B' and
21042            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21043            'NDRPDR' and
21044            '2T2C' and
21045            'IP6FWD' and
21046            not 'SRv6' and
21047            not 'IPSEC' and
21048            not 'VHOST'"
21049   parameters:
21050   - "latency"
21051   - "parent"
21052   - "tags"
21053   sort:
21054   - "IP6BASE"
21055   - "FIB_20K"
21056   - "FIB_200K"
21057   - "FIB_2M"
21058   layout:
21059     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21060     layout: "plot-latency"
21061
21062 # Packet Latency - VPP IPv6 3n-hsw-xl710
21063 - type: "plot"
21064   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21065   algorithm: "plot_latency_error_bars"
21066   output-file-type: ".html"
21067   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21069   filter: "'NIC_Intel-XL710' and
21070            '78B' and
21071            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21072            'NDRPDR' and
21073            '1T1C' and
21074            'IP6FWD' and
21075            not 'SRv6' and
21076            not 'IPSEC' and
21077            not 'VHOST'"
21078   parameters:
21079   - "latency"
21080   - "parent"
21081   - "tags"
21082   sort:
21083   - "IP6BASE"
21084   - "FIB_20K"
21085   - "FIB_200K"
21086   - "FIB_2M"
21087   layout:
21088     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21089     layout: "plot-latency"
21090
21091 - type: "plot"
21092   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21093   algorithm: "plot_latency_error_bars"
21094   output-file-type: ".html"
21095   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21097   filter: "'NIC_Intel-XL710' and
21098            '78B' and
21099            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21100            'NDRPDR' and
21101            '2T2C' and
21102            'IP6FWD' and
21103            not 'SRv6' and
21104            not 'IPSEC' and
21105            not 'VHOST'"
21106   parameters:
21107   - "latency"
21108   - "parent"
21109   - "tags"
21110   sort:
21111   - "IP6BASE"
21112   - "FIB_20K"
21113   - "FIB_200K"
21114   - "FIB_2M"
21115   layout:
21116     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21117     layout: "plot-latency"
21118
21119 # Packet Latency - VPP IPv6 3n-skx-x710
21120 - type: "plot"
21121   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21122   algorithm: "plot_latency_error_bars"
21123   output-file-type: ".html"
21124   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21126   filter: "'NIC_Intel-X710' and
21127            '78B' and
21128            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21129            'NDRPDR' and
21130            '2T1C' and
21131            'IP6FWD' and
21132            not 'SRv6' and
21133            not 'IPSEC' and
21134            not 'VHOST'"
21135   parameters:
21136   - "latency"
21137   - "parent"
21138   - "tags"
21139   sort:
21140   - "IP6BASE"
21141   - "FIB_20K"
21142   - "FIB_200K"
21143   - "FIB_2M"
21144   layout:
21145     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21146     layout: "plot-latency"
21147
21148 - type: "plot"
21149   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21150   algorithm: "plot_latency_error_bars"
21151   output-file-type: ".html"
21152   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21154   filter: "'NIC_Intel-X710' and
21155            '78B' and
21156            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21157            'NDRPDR' and
21158            '4T2C' and
21159            'IP6FWD' and
21160            not 'SRv6' and
21161            not 'IPSEC' and
21162            not 'VHOST'"
21163   parameters:
21164   - "latency"
21165   - "parent"
21166   - "tags"
21167   sort:
21168   - "IP6BASE"
21169   - "FIB_20K"
21170   - "FIB_200K"
21171   - "FIB_2M"
21172   layout:
21173     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21174     layout: "plot-latency"
21175
21176 # Packet Latency - VPP IPv6 3n-skx-xxv710
21177 - type: "plot"
21178   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21179   algorithm: "plot_latency_error_bars"
21180   output-file-type: ".html"
21181   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21183   filter: "'NIC_Intel-XXV710' and
21184            '78B' and
21185            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21186            'NDRPDR' and
21187            '2T1C' and
21188            'IP6FWD' and
21189            not 'SRv6' and
21190            not 'IPSEC' and
21191            not 'VHOST'"
21192   parameters:
21193   - "latency"
21194   - "parent"
21195   - "tags"
21196   sort:
21197   - "IP6BASE"
21198   - "FIB_20K"
21199   - "FIB_200K"
21200   - "FIB_2M"
21201   layout:
21202     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21203     layout: "plot-latency"
21204
21205 - type: "plot"
21206   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21207   algorithm: "plot_latency_error_bars"
21208   output-file-type: ".html"
21209   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21211   filter: "'NIC_Intel-XXV710' and
21212            '78B' and
21213            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21214            'NDRPDR' and
21215            '4T2C' and
21216            'IP6FWD' and
21217            not 'SRv6' and
21218            not 'IPSEC' and
21219            not 'VHOST'"
21220   parameters:
21221   - "latency"
21222   - "parent"
21223   - "tags"
21224   sort:
21225   - "IP6BASE"
21226   - "FIB_20K"
21227   - "FIB_200K"
21228   - "FIB_2M"
21229   layout:
21230     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21231     layout: "plot-latency"
21232
21233 # Packet Latency - VPP IPv6 2n-skx-x710
21234 - type: "plot"
21235   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21236   algorithm: "plot_latency_error_bars"
21237   output-file-type: ".html"
21238   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21240   filter: "'NIC_Intel-X710' and
21241            '78B' and
21242            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21243            'NDRPDR' and
21244            '2T1C' and
21245            'IP6FWD' and
21246            not 'SRv6' and
21247            not 'IPSEC' and
21248            not 'VHOST'"
21249   parameters:
21250   - "latency"
21251   - "parent"
21252   - "tags"
21253   sort:
21254   - "IP6BASE"
21255   - "FIB_20K"
21256   - "FIB_200K"
21257   - "FIB_2M"
21258   layout:
21259     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21260     layout: "plot-latency"
21261
21262 - type: "plot"
21263   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21264   algorithm: "plot_latency_error_bars"
21265   output-file-type: ".html"
21266   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21268   filter: "'NIC_Intel-X710' and
21269            '78B' and
21270            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21271            'NDRPDR' and
21272            '4T2C' and
21273            'IP6FWD' and
21274            not 'SRv6' and
21275            not 'IPSEC' and
21276            not 'VHOST'"
21277   parameters:
21278   - "latency"
21279   - "parent"
21280   - "tags"
21281   sort:
21282   - "IP6BASE"
21283   - "FIB_20K"
21284   - "FIB_200K"
21285   - "FIB_2M"
21286   layout:
21287     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21288     layout: "plot-latency"
21289
21290 # Packet Latency - VPP IPv6 2n-skx-xxv710
21291 - type: "plot"
21292   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21293   algorithm: "plot_latency_error_bars"
21294   output-file-type: ".html"
21295   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21297   filter: "'NIC_Intel-XXV710' and
21298            '78B' and
21299            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21300            'NDRPDR' and
21301            '2T1C' and
21302            'IP6FWD' and
21303            not 'SRv6' and
21304            not 'IPSEC' and
21305            not 'VHOST'"
21306   parameters:
21307   - "latency"
21308   - "parent"
21309   - "tags"
21310   sort:
21311   - "IP6BASE"
21312   - "FIB_20K"
21313   - "FIB_200K"
21314   - "FIB_2M"
21315   layout:
21316     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21317     layout: "plot-latency"
21318
21319 - type: "plot"
21320   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21321   algorithm: "plot_latency_error_bars"
21322   output-file-type: ".html"
21323   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21325   filter: "'NIC_Intel-XXV710' and
21326            '78B' and
21327            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21328            'NDRPDR' and
21329            '4T2C' and
21330            'IP6FWD' and
21331            not 'SRv6' and
21332            not 'IPSEC' and
21333            not 'VHOST'"
21334   parameters:
21335   - "latency"
21336   - "parent"
21337   - "tags"
21338   sort:
21339   - "IP6BASE"
21340   - "FIB_20K"
21341   - "FIB_200K"
21342   - "FIB_2M"
21343   layout:
21344     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21345     layout: "plot-latency"
21346
21347 ################################################################################
21348
21349 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21350 - type: "plot"
21351   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21352   algorithm: "plot_latency_error_bars"
21353   output-file-type: ".html"
21354   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21356   filter: "'NIC_Intel-X520-DA2' and
21357            '78B' and
21358            'ENCAP' and
21359            'NDRPDR' and
21360            '1T1C' and
21361            'LISP' and
21362            not 'VHOST'"
21363   parameters:
21364   - "latency"
21365   - "parent"
21366   - "tags"
21367   sort:
21368   - "IP4UNRLAY"
21369   - "IP6UNRLAY"
21370   layout:
21371     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21372     layout: "plot-latency"
21373
21374 - type: "plot"
21375   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21376   algorithm: "plot_latency_error_bars"
21377   output-file-type: ".html"
21378   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21380   filter: "'NIC_Intel-X520-DA2' and
21381            '78B' and
21382            'ENCAP' and
21383            'NDRPDR' and
21384            '2T2C' and
21385            'LISP' and
21386            not 'VHOST'"
21387   parameters:
21388   - "latency"
21389   - "parent"
21390   - "tags"
21391   sort:
21392   - "IP4UNRLAY"
21393   - "IP6UNRLAY"
21394   layout:
21395     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21396     layout: "plot-latency"
21397
21398 ################################################################################
21399
21400 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21401 - type: "plot"
21402   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21403   algorithm: "plot_latency_error_bars"
21404   output-file-type: ".html"
21405   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21407   filter: "'NIC_Intel-XL710' and
21408            '64B' and
21409            'IP4FWD' and
21410            'NDRPDR' and
21411            'BASE' and
21412            '1T1C' and
21413            'IPSECHW' and
21414            ('IPSECTRAN' or 'IPSECTUN') and
21415            not 'VHOST'"
21416   parameters:
21417   - "latency"
21418   - "parent"
21419   - "tags"
21420   layout:
21421     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21422     layout: "plot-latency"
21423
21424 - type: "plot"
21425   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21426   algorithm: "plot_latency_error_bars"
21427   output-file-type: ".html"
21428   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21430   filter: "'NIC_Intel-XL710' and
21431            '64B' and
21432            'IP4FWD' and
21433            'NDRPDR' and
21434            'BASE' and
21435            '2T2C' and
21436            'IPSECHW' and
21437            ('IPSECTRAN' or 'IPSECTUN') and
21438            not 'VHOST'"
21439   parameters:
21440   - "latency"
21441   - "parent"
21442   - "tags"
21443   layout:
21444     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21445     layout: "plot-latency"
21446
21447 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21448 - type: "plot"
21449   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21450   algorithm: "plot_latency_error_bars"
21451   output-file-type: ".html"
21452   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21454   filter: "'NIC_Intel-XL710' and
21455            '64B' and
21456            'IP4FWD' and
21457            'NDRPDR' and
21458            'SCALE' and
21459            '1T1C' and
21460            'IPSECHW' and
21461            ('IPSECTRAN' or 'IPSECTUN') and
21462            not 'VHOST'"
21463   parameters:
21464   - "latency"
21465   - "parent"
21466   - "tags"
21467   layout:
21468     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21469     layout: "plot-latency"
21470
21471 - type: "plot"
21472   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21473   algorithm: "plot_latency_error_bars"
21474   output-file-type: ".html"
21475   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21477   filter: "'NIC_Intel-XL710' and
21478            '64B' and
21479            'IP4FWD' and
21480            'NDRPDR' and
21481            'SCALE' and
21482            '2T2C' and
21483            'IPSECHW' and
21484            ('IPSECTRAN' or 'IPSECTUN') and
21485            not 'VHOST'"
21486   parameters:
21487   - "latency"
21488   - "parent"
21489   - "tags"
21490   layout:
21491     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21492     layout: "plot-latency"
21493
21494 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21495 - type: "plot"
21496   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21497   algorithm: "plot_latency_error_bars"
21498   output-file-type: ".html"
21499   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21501   filter: "'NIC_Intel-XL710' and
21502            '64B' and
21503            'IP4FWD' and
21504            'NDRPDR' and
21505            '1T1C' and
21506            'IPSECSW' and
21507            ('IPSECTRAN' or 'IPSECTUN') and
21508            not 'VHOST'"
21509   parameters:
21510   - "latency"
21511   - "parent"
21512   - "tags"
21513   layout:
21514     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21515     layout: "plot-latency"
21516
21517 - type: "plot"
21518   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21519   algorithm: "plot_latency_error_bars"
21520   output-file-type: ".html"
21521   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21523   filter: "'NIC_Intel-XL710' and
21524            '64B' and
21525            'IP4FWD' and
21526            'NDRPDR' and
21527            '2T2C' and
21528            'IPSECSW' and
21529            ('IPSECTRAN' or 'IPSECTUN') and
21530            not 'VHOST'"
21531   parameters:
21532   - "latency"
21533   - "parent"
21534   - "tags"
21535   layout:
21536     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21537     layout: "plot-latency"
21538
21539 ################################################################################
21540
21541 # Packet Latency - VPP SRv6 3n-hsw-x520
21542 - type: "plot"
21543   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21544   algorithm: "plot_latency_error_bars"
21545   output-file-type: ".html"
21546   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21548   filter: "'NIC_Intel-X520-DA2' and
21549            '78B' and
21550            'FEATURE' and
21551            'NDRPDR' and
21552            '1T1C' and
21553            'IP6FWD' and
21554            'SRv6'"
21555   parameters:
21556   - "latency"
21557   - "parent"
21558   - "tags"
21559   layout:
21560     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21561     layout: "plot-latency"
21562
21563 - type: "plot"
21564   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21565   algorithm: "plot_latency_error_bars"
21566   output-file-type: ".html"
21567   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21569   filter: "'NIC_Intel-X520-DA2' and
21570            '78B' and
21571            'FEATURE' and
21572            'NDRPDR' and
21573            '2T2C' and
21574            'IP6FWD' and
21575            'SRv6'"
21576   parameters:
21577   - "latency"
21578   - "parent"
21579   - "tags"
21580   layout:
21581     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21582     layout: "plot-latency"
21583
21584 ################################################################################
21585
21586 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21587 - type: "plot"
21588   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21589   algorithm: "plot_latency_error_bars"
21590   output-file-type: ".html"
21591   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21592   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21593   filter: "'NIC_Intel-X520-DA2' and
21594            '64B' and
21595            'NDRPDR' and
21596            'ETH' and
21597            'IP4FWD' and
21598            '1T1C' and
21599            'VHOST_1024' and
21600            not 'VXLAN' and
21601            not 'DOT1Q'"
21602   parameters:
21603   - "latency"
21604   - "parent"
21605   - "tags"
21606   sort:
21607   - "not CFS_OPT"
21608   - "1VM"
21609   - "2VM"
21610   layout:
21611     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21612     layout: "plot-latency"
21613
21614 - type: "plot"
21615   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21616   algorithm: "plot_latency_error_bars"
21617   output-file-type: ".html"
21618   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21620   filter: "'NIC_Intel-X520-DA2' and
21621            '64B' and
21622            'NDRPDR' and
21623            'ETH' and
21624            'IP4FWD' and
21625            '2T2C' and
21626            'VHOST_1024' and
21627            not 'VXLAN' and
21628            not 'DOT1Q'"
21629   parameters:
21630   - "latency"
21631   - "parent"
21632   - "tags"
21633   sort:
21634   - "not CFS_OPT"
21635   - "1VM"
21636   - "2VM"
21637   layout:
21638     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21639     layout: "plot-latency"
21640
21641 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21642 - type: "plot"
21643   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21644   algorithm: "plot_latency_error_bars"
21645   output-file-type: ".html"
21646   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21648   filter: "'NIC_Intel-X520-DA2' and
21649            '64B' and
21650            'NDRPDR' and
21651            ('ETH' or 'DOT1Q') and
21652            'BASE' and
21653            '1T1C' and
21654            ('L2BDMACLRN' or 'L2XCFWD') and
21655            'VHOST_1024' and
21656            not 'VXLAN' and
21657            not 'IP4FWD' and
21658            not '2VM'"
21659   parameters:
21660   - "latency"
21661   - "parent"
21662   - "tags"
21663   sort:
21664   - "L2BDMACLRN"
21665   - "L2BDMACLRN"
21666   - "L2BDMACLRN"
21667   - "L2XCFWD"
21668   - "L2XCFWD"
21669   - "L2XCFWD"
21670   layout:
21671     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21672     layout: "plot-latency"
21673
21674 - type: "plot"
21675   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21676   algorithm: "plot_latency_error_bars"
21677   output-file-type: ".html"
21678   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21680   filter: "'NIC_Intel-X520-DA2' and
21681            '64B' and
21682            'NDRPDR' and
21683            ('ETH' or 'DOT1Q') and
21684            'BASE' and
21685            '2T2C' and
21686            ('L2BDMACLRN' or 'L2XCFWD') and
21687            'VHOST_1024' and
21688            not 'VXLAN' and
21689            not 'IP4FWD' and
21690            not '2VM'"
21691   parameters:
21692   - "latency"
21693   - "parent"
21694   - "tags"
21695   sort:
21696   - "L2BDMACLRN"
21697   - "L2BDMACLRN"
21698   - "L2BDMACLRN"
21699   - "L2XCFWD"
21700   - "L2XCFWD"
21701   - "L2XCFWD"
21702   layout:
21703     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21704     layout: "plot-latency"
21705
21706 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21707 - type: "plot"
21708   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21709   algorithm: "plot_latency_error_bars"
21710   output-file-type: ".html"
21711   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21713   filter: "'NIC_Intel-X520-DA2' and
21714            '64B' and
21715            'NDRPDR' and
21716            ('ETH' or 'DOT1Q') and
21717            '1T1C' and
21718            ('L2BDMACLRN' or 'L2XCFWD') and
21719            'VHOST_1024' and
21720            not 'CFS_OPT' and
21721            not 'DOT1Q' and
21722            not 'VXLAN' and
21723            not 'IP4FWD' and
21724            not 'LBOND'"
21725   parameters:
21726   - "latency"
21727   - "parent"
21728   - "tags"
21729 #  sort:
21730 #  - "1VM"
21731 #  - "L2XCFWD"
21732 #  - "1VM"
21733 #  - "L2BDMACLRN"
21734   layout:
21735     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21736     layout: "plot-latency"
21737
21738 - type: "plot"
21739   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21740   algorithm: "plot_latency_error_bars"
21741   output-file-type: ".html"
21742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21744   filter: "'NIC_Intel-X520-DA2' and
21745            '64B' and
21746            'NDRPDR' and
21747            ('ETH' or 'DOT1Q') and
21748            '2T2C' and
21749            ('L2BDMACLRN' or 'L2XCFWD') and
21750            'VHOST_1024' and
21751            not 'CFS_OPT' and
21752            not 'DOT1Q' and
21753            not 'VXLAN' and
21754            not 'IP4FWD' and
21755            not 'LBOND'"
21756   parameters:
21757   - "latency"
21758   - "parent"
21759   - "tags"
21760 #  sort:
21761 #  - "1VM"
21762 #  - "L2XCFWD"
21763 #  - "1VM"
21764 #  - "L2BDMACLRN"
21765   layout:
21766     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21767     layout: "plot-latency"
21768
21769 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21770 - type: "plot"
21771   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21772   algorithm: "plot_latency_error_bars"
21773   output-file-type: ".html"
21774   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21776   filter: "'NIC_Intel-X710' and
21777            '64B' and
21778            'NDRPDR' and
21779            'ETH' and
21780            'IP4FWD' and
21781            '1T1C' and
21782            'VHOST_1024' and
21783            not 'VXLAN' and
21784            not 'CFS_OPT' and
21785            not 'DOT1Q'"
21786   parameters:
21787   - "latency"
21788   - "parent"
21789   - "tags"
21790   sort:
21791   - "1VM"
21792   - "2VM"
21793   layout:
21794     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21795     layout: "plot-latency"
21796
21797 - type: "plot"
21798   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21799   algorithm: "plot_latency_error_bars"
21800   output-file-type: ".html"
21801   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21803   filter: "'NIC_Intel-X710' and
21804            '64B' and
21805            'NDRPDR' and
21806            'ETH' and
21807            'IP4FWD' and
21808            '2T2C' and
21809            'VHOST_1024' and
21810            not 'VXLAN' and
21811            not 'CFS_OPT' and
21812            not 'DOT1Q'"
21813   parameters:
21814   - "latency"
21815   - "parent"
21816   - "tags"
21817   sort:
21818   - "1VM"
21819   - "2VM"
21820   layout:
21821     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21822     layout: "plot-latency"
21823
21824 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21825 - type: "plot"
21826   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21827   algorithm: "plot_latency_error_bars"
21828   output-file-type: ".html"
21829   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21831   filter: "'NIC_Intel-X710' and
21832            '64B' and
21833            'NDRPDR' and
21834            ('ETH' or 'DOT1Q') and
21835            'BASE' and
21836            '1T1C' and
21837            ('L2BDMACLRN' or 'L2XCFWD') and
21838            'VHOST_1024' and
21839            not 'VXLAN' and
21840            not 'IP4FWD' and
21841            not '2VM'"
21842   parameters:
21843   - "latency"
21844   - "parent"
21845   - "tags"
21846   sort:
21847   - "L2BDMACLRN"
21848   - "L2BDMACLRN"
21849   - "L2BDMACLRN"
21850   - "L2XCFWD"
21851   - "L2XCFWD"
21852   - "L2XCFWD"
21853   layout:
21854     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21855     layout: "plot-latency"
21856
21857 - type: "plot"
21858   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21859   algorithm: "plot_latency_error_bars"
21860   output-file-type: ".html"
21861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21863   filter: "'NIC_Intel-X710' and
21864            '64B' and
21865            'NDRPDR' and
21866            ('ETH' or 'DOT1Q') and
21867            'BASE' and
21868            '2T2C' and
21869            ('L2BDMACLRN' or 'L2XCFWD') and
21870            'VHOST_1024' and
21871            not 'VXLAN' and
21872            not 'IP4FWD' and
21873            not '2VM'"
21874   parameters:
21875   - "latency"
21876   - "parent"
21877   - "tags"
21878   sort:
21879   - "L2BDMACLRN"
21880   - "L2BDMACLRN"
21881   - "L2BDMACLRN"
21882   - "L2XCFWD"
21883   - "L2XCFWD"
21884   - "L2XCFWD"
21885   layout:
21886     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21887     layout: "plot-latency"
21888
21889 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21890 - type: "plot"
21891   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21892   algorithm: "plot_latency_error_bars"
21893   output-file-type: ".html"
21894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21896   filter: "'NIC_Intel-X710' and
21897            '64B' and
21898            'NDRPDR' and
21899            ('ETH' or 'DOT1Q') and
21900            '1T1C' and
21901            ('L2BDMACLRN' or 'L2XCFWD') and
21902            'VHOST_1024' and
21903            not 'CFS_OPT' and
21904            not 'VXLAN' and
21905            not 'IP4FWD' and
21906            not 'LBOND'"
21907   parameters:
21908   - "latency"
21909   - "parent"
21910   - "tags"
21911   sort:
21912   - "L2BDMACLRN"
21913   - "L2BDMACLRN"
21914   - "L2BDMACLRN"
21915   - "L2XCFWD"
21916   - "L2XCFWD"
21917   - "L2XCFWD"
21918   layout:
21919     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21920     layout: "plot-latency"
21921
21922 - type: "plot"
21923   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21924   algorithm: "plot_latency_error_bars"
21925   output-file-type: ".html"
21926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21928   filter: "'NIC_Intel-X710' and
21929            '64B' and
21930            'NDRPDR' and
21931            ('ETH' or 'DOT1Q') and
21932            '2T2C' and
21933            ('L2BDMACLRN' or 'L2XCFWD') and
21934            'VHOST_1024' and
21935            not 'CFS_OPT' and
21936            not 'VXLAN' and
21937            not 'IP4FWD' and
21938            not 'LBOND'"
21939   parameters:
21940   - "latency"
21941   - "parent"
21942   - "tags"
21943   sort:
21944   - "L2BDMACLRN"
21945   - "L2BDMACLRN"
21946   - "L2BDMACLRN"
21947   - "L2XCFWD"
21948   - "L2XCFWD"
21949   - "L2XCFWD"
21950   layout:
21951     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
21952     layout: "plot-latency"
21953
21954 # Packet Latency - VPP vhost ip4 3n-skx-x710
21955 - type: "plot"
21956   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21957   algorithm: "plot_latency_error_bars"
21958   output-file-type: ".html"
21959   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21961   filter: "'NIC_Intel-X710' and
21962            '64B' and
21963            'NDRPDR' and
21964            'ETH' and
21965            'IP4FWD' and
21966            '2T1C' and
21967            'VHOST_1024' and
21968            not 'VXLAN' and
21969            not 'DOT1Q'"
21970   parameters:
21971   - "latency"
21972   - "parent"
21973   - "tags"
21974   sort:
21975   - "1VM"
21976   - "2VM"
21977   layout:
21978     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21979     layout: "plot-latency"
21980
21981 - type: "plot"
21982   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21983   algorithm: "plot_latency_error_bars"
21984   output-file-type: ".html"
21985   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21987   filter: "'NIC_Intel-X710' and
21988            '64B' and
21989            'NDRPDR' and
21990            'ETH' and
21991            'IP4FWD' and
21992            '4T2C' and
21993            'VHOST_1024' and
21994            not 'VXLAN' and
21995            not 'DOT1Q'"
21996   parameters:
21997   - "latency"
21998   - "parent"
21999   - "tags"
22000   sort:
22001   - "1VM"
22002   - "2VM"
22003   layout:
22004     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22005     layout: "plot-latency"
22006
22007 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22008 - type: "plot"
22009   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22010   algorithm: "plot_latency_error_bars"
22011   output-file-type: ".html"
22012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22014   filter: "'NIC_Intel-X710' and
22015            '64B' and
22016            'NDRPDR' and
22017            ('ETH' or 'DOT1Q') and
22018            'BASE' and
22019            '2T1C' and
22020            ('L2BDMACLRN' or 'L2XCFWD') and
22021            'VHOST_1024' and
22022            not 'VXLAN' and
22023            not 'IP4FWD' and
22024            not '2VM'"
22025   parameters:
22026   - "latency"
22027   - "parent"
22028   - "tags"
22029   sort:
22030   - "L2BDMACLRN"
22031   - "L2BDMACLRN"
22032   - "L2BDMACLRN"
22033   - "L2XCFWD"
22034   - "L2XCFWD"
22035   - "L2XCFWD"
22036   layout:
22037     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22038     layout: "plot-latency"
22039
22040 - type: "plot"
22041   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22042   algorithm: "plot_latency_error_bars"
22043   output-file-type: ".html"
22044   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22046   filter: "'NIC_Intel-X710' and
22047            '64B' and
22048            'NDRPDR' and
22049            ('ETH' or 'DOT1Q') and
22050            'BASE' and
22051            '4T2C' and
22052            ('L2BDMACLRN' or 'L2XCFWD') and
22053            'VHOST_1024' and
22054            not 'VXLAN' and
22055            not 'IP4FWD' and
22056            not '2VM'"
22057   parameters:
22058   - "latency"
22059   - "parent"
22060   - "tags"
22061   sort:
22062   - "L2BDMACLRN"
22063   - "L2BDMACLRN"
22064   - "L2BDMACLRN"
22065   - "L2XCFWD"
22066   - "L2XCFWD"
22067   - "L2XCFWD"
22068   layout:
22069     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22070     layout: "plot-latency"
22071
22072 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22073 - type: "plot"
22074   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22075   algorithm: "plot_latency_error_bars"
22076   output-file-type: ".html"
22077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22079   filter: "'NIC_Intel-X710' and
22080            '64B' and
22081            'NDRPDR' and
22082            ('ETH' or 'DOT1Q') and
22083            '2T1C' and
22084            ('L2BDMACLRN' or 'L2XCFWD') and
22085            'VHOST_1024' and
22086            not 'CFS_OPT' and
22087            not 'VXLAN' and
22088            not 'IP4FWD' and
22089            not 'LBOND'"
22090   parameters:
22091   - "latency"
22092   - "parent"
22093   - "tags"
22094   sort:
22095   - "L2BDMACLRN"
22096   - "L2BDMACLRN"
22097   - "L2BDMACLRN"
22098   - "L2XCFWD"
22099   - "L2XCFWD"
22100   - "L2XCFWD"
22101   layout:
22102     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22103     layout: "plot-latency"
22104
22105 - type: "plot"
22106   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22107   algorithm: "plot_latency_error_bars"
22108   output-file-type: ".html"
22109   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22111   filter: "'NIC_Intel-X710' and
22112            '64B' and
22113            'NDRPDR' and
22114            ('ETH' or 'DOT1Q') and
22115            '4T2C' and
22116            ('L2BDMACLRN' or 'L2XCFWD') and
22117            'VHOST_1024' and
22118            not 'CFS_OPT' and
22119            not 'VXLAN' and
22120            not 'IP4FWD' and
22121            not 'LBOND'"
22122   parameters:
22123   - "latency"
22124   - "parent"
22125   - "tags"
22126   sort:
22127   - "L2BDMACLRN"
22128   - "L2BDMACLRN"
22129   - "L2BDMACLRN"
22130   - "L2XCFWD"
22131   - "L2XCFWD"
22132   - "L2XCFWD"
22133   layout:
22134     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22135     layout: "plot-latency"
22136
22137 # Packet Latency - VPP vhost ip4 2n-skx-x710
22138 - type: "plot"
22139   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22140   algorithm: "plot_latency_error_bars"
22141   output-file-type: ".html"
22142   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22144   filter: "'NIC_Intel-X710' and
22145            '64B' and
22146            'NDRPDR' and
22147            'ETH' and
22148            'IP4FWD' and
22149            '2T1C' and
22150            'VHOST_1024' and
22151            not 'VXLAN' and
22152            not 'NF_DENSITY' and
22153            not 'CFS_OPT' and
22154            not 'DOT1Q'"
22155   parameters:
22156   - "latency"
22157   - "parent"
22158   - "tags"
22159   sort:
22160   - "1VM"
22161   - "2VM"
22162   layout:
22163     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22164     layout: "plot-latency"
22165
22166 - type: "plot"
22167   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22168   algorithm: "plot_latency_error_bars"
22169   output-file-type: ".html"
22170   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22172   filter: "'NIC_Intel-X710' and
22173            '64B' and
22174            'NDRPDR' and
22175            'ETH' and
22176            'IP4FWD' and
22177            '4T2C' and
22178            'VHOST_1024' and
22179            not 'VXLAN' and
22180            not 'NF_DENSITY' and
22181            not 'CFS_OPT' and
22182            not 'DOT1Q'"
22183   parameters:
22184   - "latency"
22185   - "parent"
22186   - "tags"
22187   sort:
22188   - "1VM"
22189   - "2VM"
22190   layout:
22191     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22192     layout: "plot-latency"
22193
22194 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22195 - type: "plot"
22196   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22197   algorithm: "plot_latency_error_bars"
22198   output-file-type: ".html"
22199   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22201   filter: "'NIC_Intel-X710' and
22202            '64B' and
22203            'NDRPDR' and
22204            ('ETH' or 'DOT1Q') and
22205            'BASE' and
22206            '2T1C' and
22207            ('L2BDMACLRN' or 'L2XCFWD') and
22208            'VHOST_1024' and
22209            not 'VXLAN' and
22210            not 'NF_DENSITY' and
22211            not 'IP4FWD' and
22212            not '2VM'"
22213   parameters:
22214   - "latency"
22215   - "parent"
22216   - "tags"
22217 #  sort:
22218 #  - "not CFS_OPT"
22219 #  - "L2XCFWD"
22220 #  - "not CFS_OPT"
22221 #  - "CFS_OPT"
22222   layout:
22223     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22224     layout: "plot-latency"
22225
22226 - type: "plot"
22227   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22228   algorithm: "plot_latency_error_bars"
22229   output-file-type: ".html"
22230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22232   filter: "'NIC_Intel-X710' and
22233            '64B' and
22234            'NDRPDR' and
22235            ('ETH' or 'DOT1Q') and
22236            'BASE' and
22237            '4T2C' and
22238            ('L2BDMACLRN' or 'L2XCFWD') and
22239            'VHOST_1024' and
22240            not 'VXLAN' and
22241            not 'NF_DENSITY' and
22242            not 'IP4FWD' and
22243            not '2VM'"
22244   parameters:
22245   - "latency"
22246   - "parent"
22247   - "tags"
22248 #  sort:
22249 #  - "not CFS_OPT"
22250 #  - "L2XCFWD"
22251 #  - "not CFS_OPT"
22252 #  - "CFS_OPT"
22253   layout:
22254     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22255     layout: "plot-latency"
22256
22257 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22258 - type: "plot"
22259   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22260   algorithm: "plot_latency_error_bars"
22261   output-file-type: ".html"
22262   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22264   filter: "'NIC_Intel-X710' and
22265            '64B' and
22266            'NDRPDR' and
22267            ('ETH' or 'DOT1Q') and
22268            '2T1C' and
22269            ('L2BDMACLRN' or 'L2XCFWD') and
22270            'VHOST_1024' and
22271            not 'CFS_OPT' and
22272            not 'VXLAN' and
22273            not 'NF_DENSITY' and
22274            not 'DOT1Q' and
22275            not 'IP4FWD'"
22276   parameters:
22277   - "latency"
22278   - "parent"
22279   - "tags"
22280 #  sort:
22281 #  - "1VM"
22282 #  - "L2XCFWD"
22283 #  - "1VM"
22284 #  - "L2BDMACLRN"
22285   layout:
22286     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22287     layout: "plot-latency"
22288
22289 - type: "plot"
22290   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22291   algorithm: "plot_latency_error_bars"
22292   output-file-type: ".html"
22293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22295   filter: "'NIC_Intel-X710' and
22296            '64B' and
22297            'NDRPDR' and
22298            ('ETH' or 'DOT1Q') and
22299            '4T2C' and
22300            ('L2BDMACLRN' or 'L2XCFWD') and
22301            'VHOST_1024' and
22302            not 'CFS_OPT' and
22303            not 'VXLAN' and
22304            not 'NF_DENSITY' and
22305            not 'DOT1Q' and
22306            not 'IP4FWD'"
22307   parameters:
22308   - "latency"
22309   - "parent"
22310   - "tags"
22311 #  sort:
22312 #  - "1VM"
22313 #  - "L2XCFWD"
22314 #  - "1VM"
22315 #  - "L2BDMACLRN"
22316   layout:
22317     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22318     layout: "plot-latency"
22319
22320 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22321 - type: "plot"
22322   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22323   algorithm: "plot_latency_error_bars"
22324   output-file-type: ".html"
22325   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22327   filter: "'NIC_Intel-XXV710' and
22328            '64B' and
22329            'NDRPDR' and
22330            'ETH' and
22331            'IP4FWD' and
22332            '2T1C' and
22333            'VHOST_1024' and
22334            not 'VXLAN' and
22335            not 'CFS_OPT' and
22336            not 'DOT1Q'"
22337   parameters:
22338   - "latency"
22339   - "parent"
22340   - "tags"
22341   sort:
22342   - "not CFS_OPT"
22343   - "1VM"
22344   - "2VM"
22345   layout:
22346     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22347     layout: "plot-latency"
22348
22349 - type: "plot"
22350   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22351   algorithm: "plot_latency_error_bars"
22352   output-file-type: ".html"
22353   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22355   filter: "'NIC_Intel-XXV710' and
22356            '64B' and
22357            'NDRPDR' and
22358            'ETH' and
22359            'IP4FWD' and
22360            '4T2C' and
22361            'VHOST_1024' and
22362            not 'VXLAN' and
22363            not 'CFS_OPT' and
22364            not 'DOT1Q'"
22365   parameters:
22366   - "latency"
22367   - "parent"
22368   - "tags"
22369   sort:
22370   - "not CFS_OPT"
22371   - "1VM"
22372   - "2VM"
22373   layout:
22374     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22375     layout: "plot-latency"
22376
22377 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22378 #- type: "plot"
22379 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22380 #  algorithm: "plot_latency_error_bars"
22381 #  output-file-type: ".html"
22382 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22383 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22384 #  filter: "'NIC_Intel-XXV710' and
22385 #           '64B' and
22386 #           'NDRPDR' and
22387 #           ('ETH' or 'DOT1Q') and
22388 #           'BASE' and
22389 #           '2T1C' and
22390 #           ('L2BDMACLRN' or 'L2XCFWD') and
22391 #           'VHOST_1024' and
22392 #           not 'VXLAN' and
22393 #           not 'IP4FWD' and
22394 #           not '2VM'"
22395 #  parameters:
22396 #  - "latency"
22397 #  - "parent"
22398 #  - "tags"
22399 ##  sort:
22400 ##  - "not CFS_OPT"
22401 ##  - "L2XCFWD"
22402 ##  - "not CFS_OPT"
22403 ##  - "CFS_OPT"
22404 #  layout:
22405 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22406 #    layout: "plot-latency"
22407 #
22408 #- type: "plot"
22409 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22410 #  algorithm: "plot_latency_error_bars"
22411 #  output-file-type: ".html"
22412 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22413 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22414 #  filter: "'NIC_Intel-XXV710' and
22415 #           '64B' and
22416 #           'NDRPDR' and
22417 #           ('ETH' or 'DOT1Q') and
22418 #           'BASE' and
22419 #           '4T2C' and
22420 #           ('L2BDMACLRN' or 'L2XCFWD') and
22421 #           'VHOST_1024' and
22422 #           not 'VXLAN' and
22423 #           not 'IP4FWD' and
22424 #           not '2VM'"
22425 #  parameters:
22426 #  - "latency"
22427 #  - "parent"
22428 #  - "tags"
22429 ##  sort:
22430 ##  - "not CFS_OPT"
22431 ##  - "L2XCFWD"
22432 ##  - "not CFS_OPT"
22433 ##  - "CFS_OPT"
22434 #  layout:
22435 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22436 #    layout: "plot-latency"
22437 #
22438 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22439 #- type: "plot"
22440 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22441 #  algorithm: "plot_latency_error_bars"
22442 #  output-file-type: ".html"
22443 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22444 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22445 #  filter: "'NIC_Intel-XXV710' and
22446 #           '64B' and
22447 #           'NDRPDR' and
22448 #           ('ETH' or 'DOT1Q') and
22449 #           '2T1C' and
22450 #           ('L2BDMACLRN' or 'L2XCFWD') and
22451 #           'VHOST_1024' and
22452 #           not 'CFS_OPT' and
22453 #           not 'VXLAN' and
22454 #           not 'DOT1Q' and
22455 #           not 'IP4FWD'"
22456 #  parameters:
22457 #  - "latency"
22458 #  - "parent"
22459 #  - "tags"
22460 ##  sort:
22461 ##  - "1VM"
22462 ##  - "L2XCFWD"
22463 ##  - "1VM"
22464 ##  - "L2BDMACLRN"
22465 #  layout:
22466 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22467 #    layout: "plot-latency"
22468 #
22469 #- type: "plot"
22470 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22471 #  algorithm: "plot_latency_error_bars"
22472 #  output-file-type: ".html"
22473 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22474 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22475 #  filter: "'NIC_Intel-XXV710' and
22476 #           '64B' and
22477 #           'NDRPDR' and
22478 #           ('ETH' or 'DOT1Q') and
22479 #           '4T2C' and
22480 #           ('L2BDMACLRN' or 'L2XCFWD') and
22481 #           'VHOST_1024' and
22482 #           not 'CFS_OPT' and
22483 #           not 'VXLAN' and
22484 #           not 'DOT1Q' and
22485 #           not 'IP4FWD'"
22486 #  parameters:
22487 #  - "latency"
22488 #  - "parent"
22489 #  - "tags"
22490 ##  sort:
22491 ##  - "1VM"
22492 ##  - "L2XCFWD"
22493 ##  - "1VM"
22494 ##  - "L2BDMACLRN"
22495 #  layout:
22496 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22497 #    layout: "plot-latency"
22498
22499 ################################################################################
22500
22501 # Packet Latency - VPP VTS 3n-hsw-x520
22502 - type: "plot"
22503   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22504   algorithm: "plot_latency_error_bars"
22505   output-file-type: ".html"
22506   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22508   filter: "'NIC_Intel-X520-DA2' and
22509            '114B' and
22510            'NDRPDR' and
22511            '1T1C' and
22512            'VTS'"
22513   parameters:
22514   - "latency"
22515   - "parent"
22516   - "tags"
22517   layout:
22518     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22519     layout: "plot-latency"
22520
22521 - type: "plot"
22522   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22523   algorithm: "plot_latency_error_bars"
22524   output-file-type: ".html"
22525   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22527   filter: "'NIC_Intel-X520-DA2' and
22528            '114B' and
22529            'NDRPDR' and
22530            '2T2C' and
22531            'VTS'"
22532   parameters:
22533   - "latency"
22534   - "parent"
22535   - "tags"
22536   layout:
22537     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22538     layout: "plot-latency"
22539
22540 ################################################################################
22541
22542 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22543 - type: "plot"
22544   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22545   algorithm: "plot_latency_error_bars"
22546   output-file-type: ".html"
22547   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22548   data: "plot-dpdk-throughput-latency-3n-hsw"
22549   filter: "'NIC_Intel-X520-DA2' and
22550            '64B' and
22551            'BASE' and
22552            'NDRPDR' and
22553            '1T1C' and
22554            'IP4FWD'"
22555   parameters:
22556   - "latency"
22557   - "parent"
22558   - "tags"
22559   layout:
22560     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22561     layout: "plot-latency"
22562
22563 - type: "plot"
22564   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22565   algorithm: "plot_latency_error_bars"
22566   output-file-type: ".html"
22567   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22568   data: "plot-dpdk-throughput-latency-3n-hsw"
22569   filter: "'NIC_Intel-X520-DA2' and
22570            '64B' and
22571            'BASE' and
22572            'NDRPDR' and
22573            '2T2C' and
22574            'IP4FWD'"
22575   parameters:
22576   - "latency"
22577   - "parent"
22578   - "tags"
22579   layout:
22580     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22581     layout: "plot-latency"
22582
22583 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22584 - type: "plot"
22585   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22586   algorithm: "plot_latency_error_bars"
22587   output-file-type: ".html"
22588   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22589   data: "plot-dpdk-throughput-latency-3n-hsw"
22590   filter: "'NIC_Intel-X710' and
22591            '64B' and
22592            'BASE' and
22593            'NDRPDR' and
22594            '1T1C' and
22595            'IP4FWD'"
22596   parameters:
22597   - "latency"
22598   - "parent"
22599   - "tags"
22600   layout:
22601     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22602     layout: "plot-latency"
22603
22604 - type: "plot"
22605   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22606   algorithm: "plot_latency_error_bars"
22607   output-file-type: ".html"
22608   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22609   data: "plot-dpdk-throughput-latency-3n-hsw"
22610   filter: "'NIC_Intel-X710' and
22611            '64B' and
22612            'BASE' and
22613            'NDRPDR' and
22614            '2T2C' and
22615            'IP4FWD'"
22616   parameters:
22617   - "latency"
22618   - "parent"
22619   - "tags"
22620   layout:
22621     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22622     layout: "plot-latency"
22623
22624 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22625 - type: "plot"
22626   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22627   algorithm: "plot_latency_error_bars"
22628   output-file-type: ".html"
22629   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22630   data: "plot-dpdk-throughput-latency-3n-hsw"
22631   filter: "'NIC_Intel-XL710' and
22632            '64B' and
22633            'BASE' and
22634            'NDRPDR' and
22635            '1T1C' and
22636            'IP4FWD'"
22637   parameters:
22638   - "latency"
22639   - "parent"
22640   - "tags"
22641   layout:
22642     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22643     layout: "plot-latency"
22644
22645 - type: "plot"
22646   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22647   algorithm: "plot_latency_error_bars"
22648   output-file-type: ".html"
22649   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22650   data: "plot-dpdk-throughput-latency-3n-hsw"
22651   filter: "'NIC_Intel-XL710' and
22652            '64B' and
22653            'BASE' and
22654            'NDRPDR' and
22655            '2T2C' and
22656            'IP4FWD'"
22657   parameters:
22658   - "latency"
22659   - "parent"
22660   - "tags"
22661   layout:
22662     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22663     layout: "plot-latency"
22664
22665 # Packet Latency - DPDK l3fwd 3n-skx-x710
22666 - type: "plot"
22667   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22668   algorithm: "plot_latency_error_bars"
22669   output-file-type: ".html"
22670   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22671   data: "plot-dpdk-throughput-latency-3n-skx"
22672   filter: "'NIC_Intel-X710' and
22673            '64B' and
22674            'BASE' and
22675            'NDRPDR' and
22676            '2T1C' and
22677            'IP4FWD'"
22678   parameters:
22679   - "latency"
22680   - "parent"
22681   - "tags"
22682   layout:
22683     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22684     layout: "plot-latency"
22685
22686 - type: "plot"
22687   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22688   algorithm: "plot_latency_error_bars"
22689   output-file-type: ".html"
22690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22691   data: "plot-dpdk-throughput-latency-3n-skx"
22692   filter: "'NIC_Intel-X710' and
22693            '64B' and
22694            'BASE' and
22695            'NDRPDR' and
22696            '4T2C' and
22697            'IP4FWD'"
22698   parameters:
22699   - "latency"
22700   - "parent"
22701   - "tags"
22702   layout:
22703     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22704     layout: "plot-latency"
22705
22706 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22707 - type: "plot"
22708   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22709   algorithm: "plot_latency_error_bars"
22710   output-file-type: ".html"
22711   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22712   data: "plot-dpdk-throughput-latency-3n-skx"
22713   filter: "'NIC_Intel-XXV710' and
22714            '64B' and
22715            'BASE' and
22716            'NDRPDR' and
22717            '2T1C' and
22718            'IP4FWD'"
22719   parameters:
22720   - "latency"
22721   - "parent"
22722   - "tags"
22723   layout:
22724     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22725     layout: "plot-latency"
22726
22727 - type: "plot"
22728   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22729   algorithm: "plot_latency_error_bars"
22730   output-file-type: ".html"
22731   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22732   data: "plot-dpdk-throughput-latency-3n-skx"
22733   filter: "'NIC_Intel-XXV710' and
22734            '64B' and
22735            'BASE' and
22736            'NDRPDR' and
22737            '4T2C' and
22738            'IP4FWD'"
22739   parameters:
22740   - "latency"
22741   - "parent"
22742   - "tags"
22743   layout:
22744     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22745     layout: "plot-latency"
22746
22747 # Packet Latency - DPDK l3fwd 2n-skx-x710
22748 - type: "plot"
22749   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22750   algorithm: "plot_latency_error_bars"
22751   output-file-type: ".html"
22752   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22753   data: "plot-dpdk-throughput-latency-2n-skx"
22754   filter: "'NIC_Intel-X710' and
22755            '64B' and
22756            'BASE' and
22757            'NDRPDR' and
22758            '2T1C' and
22759            'IP4FWD'"
22760   parameters:
22761   - "latency"
22762   - "parent"
22763   - "tags"
22764   layout:
22765     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22766     layout: "plot-latency"
22767
22768 - type: "plot"
22769   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22770   algorithm: "plot_latency_error_bars"
22771   output-file-type: ".html"
22772   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22773   data: "plot-dpdk-throughput-latency-2n-skx"
22774   filter: "'NIC_Intel-X710' and
22775            '64B' and
22776            'BASE' and
22777            'NDRPDR' and
22778            '4T2C' and
22779            'IP4FWD'"
22780   parameters:
22781   - "latency"
22782   - "parent"
22783   - "tags"
22784   layout:
22785     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22786     layout: "plot-latency"
22787
22788 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22789 - type: "plot"
22790   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22791   algorithm: "plot_latency_error_bars"
22792   output-file-type: ".html"
22793   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22794   data: "plot-dpdk-throughput-latency-2n-skx"
22795   filter: "'NIC_Intel-XXV710' and
22796            '64B' and
22797            'BASE' and
22798            'NDRPDR' and
22799            '2T1C' and
22800            'IP4FWD'"
22801   parameters:
22802   - "latency"
22803   - "parent"
22804   - "tags"
22805   layout:
22806     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22807     layout: "plot-latency"
22808
22809 - type: "plot"
22810   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22811   algorithm: "plot_latency_error_bars"
22812   output-file-type: ".html"
22813   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22814   data: "plot-dpdk-throughput-latency-2n-skx"
22815   filter: "'NIC_Intel-XXV710' and
22816            '64B' and
22817            'BASE' and
22818            'NDRPDR' and
22819            '4T2C' and
22820            'IP4FWD'"
22821   parameters:
22822   - "latency"
22823   - "parent"
22824   - "tags"
22825   layout:
22826     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22827     layout: "plot-latency"
22828
22829 ################################################################################
22830
22831 # Packet Latency - DPDK testpmd 3n-hsw-x520
22832 - type: "plot"
22833   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22834   algorithm: "plot_latency_error_bars"
22835   output-file-type: ".html"
22836   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22837   data: "plot-dpdk-throughput-latency-3n-hsw"
22838   filter: "'NIC_Intel-X520-DA2' and
22839            '64B' and
22840            'BASE' and
22841            'NDRPDR' and
22842            '1T1C' and
22843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22844   parameters:
22845   - "latency"
22846   - "parent"
22847   - "tags"
22848   layout:
22849     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22850     layout: "plot-latency"
22851
22852 - type: "plot"
22853   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22854   algorithm: "plot_latency_error_bars"
22855   output-file-type: ".html"
22856   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22857   data: "plot-dpdk-throughput-latency-3n-hsw"
22858   filter: "'NIC_Intel-X520-DA2' and
22859            '64B' and
22860            'BASE' and
22861            'NDRPDR' and
22862            '2T2C' and
22863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22864   parameters:
22865   - "latency"
22866   - "parent"
22867   - "tags"
22868   layout:
22869     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22870     layout: "plot-latency"
22871
22872 # Packet Latency - DPDK testpmd 3n-hsw-x710
22873 - type: "plot"
22874   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22875   algorithm: "plot_latency_error_bars"
22876   output-file-type: ".html"
22877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22878   data: "plot-dpdk-throughput-latency-3n-hsw"
22879   filter: "'NIC_Intel-X710' and
22880            '64B' and
22881            'BASE' and
22882            'NDRPDR' and
22883            '1T1C' and
22884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22885   parameters:
22886   - "latency"
22887   - "parent"
22888   - "tags"
22889   layout:
22890     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22891     layout: "plot-latency"
22892
22893 - type: "plot"
22894   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22895   algorithm: "plot_latency_error_bars"
22896   output-file-type: ".html"
22897   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22898   data: "plot-dpdk-throughput-latency-3n-hsw"
22899   filter: "'NIC_Intel-X710' and
22900            '64B' and
22901            'BASE' and
22902            'NDRPDR' and
22903            '2T2C' and
22904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22905   parameters:
22906   - "latency"
22907   - "parent"
22908   - "tags"
22909   layout:
22910     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22911     layout: "plot-latency"
22912
22913 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22914 - type: "plot"
22915   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22916   algorithm: "plot_latency_error_bars"
22917   output-file-type: ".html"
22918   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22919   data: "plot-dpdk-throughput-latency-3n-hsw"
22920   filter: "'NIC_Intel-XL710' and
22921            '64B' and
22922            'BASE' and
22923            'NDRPDR' and
22924            '1T1C' and
22925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22926   parameters:
22927   - "latency"
22928   - "parent"
22929   - "tags"
22930   layout:
22931     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22932     layout: "plot-latency"
22933
22934 - type: "plot"
22935   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22936   algorithm: "plot_latency_error_bars"
22937   output-file-type: ".html"
22938   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22939   data: "plot-dpdk-throughput-latency-3n-hsw"
22940   filter: "'NIC_Intel-XL710' and
22941            '64B' and
22942            'BASE' and
22943            'NDRPDR' and
22944            '2T2C' and
22945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22946   parameters:
22947   - "latency"
22948   - "parent"
22949   - "tags"
22950   layout:
22951     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22952     layout: "plot-latency"
22953
22954 # Packet Latency - DPDK testpmd 3n-skx-x710
22955 - type: "plot"
22956   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22957   algorithm: "plot_latency_error_bars"
22958   output-file-type: ".html"
22959   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22960   data: "plot-dpdk-throughput-latency-3n-skx"
22961   filter: "'NIC_Intel-X710' and
22962            '64B' and
22963            'BASE' and
22964            'NDRPDR' and
22965            '2T1C' and
22966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22967   parameters:
22968   - "latency"
22969   - "parent"
22970   - "tags"
22971   layout:
22972     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22973     layout: "plot-latency"
22974
22975 - type: "plot"
22976   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22977   algorithm: "plot_latency_error_bars"
22978   output-file-type: ".html"
22979   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22980   data: "plot-dpdk-throughput-latency-3n-skx"
22981   filter: "'NIC_Intel-X710' and
22982            '64B' and
22983            'BASE' and
22984            'NDRPDR' and
22985            '4T2C' and
22986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22987   parameters:
22988   - "latency"
22989   - "parent"
22990   - "tags"
22991   layout:
22992     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22993     layout: "plot-latency"
22994
22995 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22996 - type: "plot"
22997   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22998   algorithm: "plot_latency_error_bars"
22999   output-file-type: ".html"
23000   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23001   data: "plot-dpdk-throughput-latency-3n-skx"
23002   filter: "'NIC_Intel-XXV710' and
23003            '64B' and
23004            'BASE' and
23005            'NDRPDR' and
23006            '2T1C' and
23007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23008   parameters:
23009   - "latency"
23010   - "parent"
23011   - "tags"
23012   layout:
23013     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23014     layout: "plot-latency"
23015
23016 - type: "plot"
23017   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23018   algorithm: "plot_latency_error_bars"
23019   output-file-type: ".html"
23020   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23021   data: "plot-dpdk-throughput-latency-3n-skx"
23022   filter: "'NIC_Intel-XXV710' and
23023            '64B' and
23024            'BASE' and
23025            'NDRPDR' and
23026            '4T2C' and
23027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23028   parameters:
23029   - "latency"
23030   - "parent"
23031   - "tags"
23032   layout:
23033     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23034     layout: "plot-latency"
23035
23036 # Packet Latency - DPDK testpmd 2n-skx-x710
23037 - type: "plot"
23038   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23039   algorithm: "plot_latency_error_bars"
23040   output-file-type: ".html"
23041   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23042   data: "plot-dpdk-throughput-latency-2n-skx"
23043   filter: "'NIC_Intel-X710' and
23044            '64B' and
23045            'BASE' and
23046            'NDRPDR' and
23047            '2T1C' and
23048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23049   parameters:
23050   - "latency"
23051   - "parent"
23052   - "tags"
23053   layout:
23054     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23055     layout: "plot-latency"
23056
23057 - type: "plot"
23058   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23059   algorithm: "plot_latency_error_bars"
23060   output-file-type: ".html"
23061   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23062   data: "plot-dpdk-throughput-latency-2n-skx"
23063   filter: "'NIC_Intel-X710' and
23064            '64B' and
23065            'BASE' and
23066            'NDRPDR' and
23067            '4T2C' and
23068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23069   parameters:
23070   - "latency"
23071   - "parent"
23072   - "tags"
23073   layout:
23074     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23075     layout: "plot-latency"
23076
23077 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23078 - type: "plot"
23079   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23080   algorithm: "plot_latency_error_bars"
23081   output-file-type: ".html"
23082   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23083   data: "plot-dpdk-throughput-latency-2n-skx"
23084   filter: "'NIC_Intel-XXV710' and
23085            '64B' and
23086            'BASE' and
23087            'NDRPDR' and
23088            '2T1C' and
23089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23090   parameters:
23091   - "latency"
23092   - "parent"
23093   - "tags"
23094   layout:
23095     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23096     layout: "plot-latency"
23097
23098 - type: "plot"
23099   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23100   algorithm: "plot_latency_error_bars"
23101   output-file-type: ".html"
23102   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23103   data: "plot-dpdk-throughput-latency-2n-skx"
23104   filter: "'NIC_Intel-XXV710' and
23105            '64B' and
23106            'BASE' and
23107            'NDRPDR' and
23108            '4T2C' and
23109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23110   parameters:
23111   - "latency"
23112   - "parent"
23113   - "tags"
23114   layout:
23115     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23116     layout: "plot-latency"
23117
23118 ################################################################################
23119
23120 # Speedup - VPP Container Memif 3n-hsw-x520
23121 - type: "plot"
23122   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23123   algorithm: "plot_throughput_speedup_analysis"
23124   output-file-type: ".html"
23125   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23127   filter: "'NIC_Intel-X520-DA2' and
23128            '64B' and
23129            ('BASE' or 'SCALE') and
23130            'NDRPDR' and
23131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23132            not 'VHOST' and
23133            'MEMIF'"
23134   parameters:
23135   - "throughput"
23136   - "parent"
23137   - "tags"
23138   sort:
23139   - "L2XCFWD"
23140   - "L2XCFWD"
23141   - "L2XCFWD"
23142   - "L2BDMACLRN"
23143   - "L2BDMACLRN"
23144   - "L2BDMACLRN"
23145   - "IP4FWD"
23146   layout:
23147     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23148     layout: "plot-throughput-speedup-analysis"
23149
23150 - type: "plot"
23151   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23152   algorithm: "plot_throughput_speedup_analysis"
23153   output-file-type: ".html"
23154   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23156   filter: "'NIC_Intel-X520-DA2' and
23157            '64B' and
23158            ('BASE' or 'SCALE') and
23159            'NDRPDR' and
23160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23161            not 'VHOST' and
23162            'MEMIF'"
23163   parameters:
23164   - "throughput"
23165   - "parent"
23166   - "tags"
23167   sort:
23168   - "L2XCFWD"
23169   - "L2XCFWD"
23170   - "L2XCFWD"
23171   - "L2BDMACLRN"
23172   - "L2BDMACLRN"
23173   - "L2BDMACLRN"
23174   - "IP4FWD"
23175   layout:
23176     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23177     layout: "plot-throughput-speedup-analysis"
23178
23179 # Speedup - VPP Container Memif 3n-hsw-x710
23180 - type: "plot"
23181   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23182   algorithm: "plot_throughput_speedup_analysis"
23183   output-file-type: ".html"
23184   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23186   filter: "'NIC_Intel-X710' and
23187            '64B' and
23188            ('BASE' or 'SCALE') and
23189            'NDRPDR' and
23190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23191            not 'VHOST' and
23192            'MEMIF'"
23193   parameters:
23194   - "throughput"
23195   - "parent"
23196   - "tags"
23197   sort:
23198   - "L2XCFWD"
23199   - "L2XCFWD"
23200   - "L2XCFWD"
23201   - "L2BDMACLRN"
23202   - "L2BDMACLRN"
23203   - "L2BDMACLRN"
23204   - "IP4FWD"
23205   layout:
23206     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23207     layout: "plot-throughput-speedup-analysis"
23208
23209 - type: "plot"
23210   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23211   algorithm: "plot_throughput_speedup_analysis"
23212   output-file-type: ".html"
23213   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23215   filter: "'NIC_Intel-X710' and
23216            '64B' and
23217            ('BASE' or 'SCALE') and
23218            'NDRPDR' and
23219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23220            not 'VHOST' and
23221            'MEMIF'"
23222   parameters:
23223   - "throughput"
23224   - "parent"
23225   - "tags"
23226   sort:
23227   - "L2XCFWD"
23228   - "L2XCFWD"
23229   - "L2XCFWD"
23230   - "L2BDMACLRN"
23231   - "L2BDMACLRN"
23232   - "L2BDMACLRN"
23233   - "IP4FWD"
23234   layout:
23235     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23236     layout: "plot-throughput-speedup-analysis"
23237
23238 # Speedup - VPP Container Memif 3n-hsw-xl710
23239 - type: "plot"
23240   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23241   algorithm: "plot_throughput_speedup_analysis"
23242   output-file-type: ".html"
23243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23245   filter: "'NIC_Intel-XL710' and
23246            '64B' and
23247            ('BASE' or 'SCALE') and
23248            'NDRPDR' and
23249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23250            not 'VHOST' and
23251            'MEMIF'"
23252   parameters:
23253   - "throughput"
23254   - "parent"
23255   - "tags"
23256   sort:
23257   - "L2XCFWD"
23258   - "L2XCFWD"
23259   - "L2XCFWD"
23260   - "L2BDMACLRN"
23261   - "L2BDMACLRN"
23262   - "L2BDMACLRN"
23263   - "IP4FWD"
23264   layout:
23265     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23266     layout: "plot-throughput-speedup-analysis"
23267
23268 - type: "plot"
23269   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23270   algorithm: "plot_throughput_speedup_analysis"
23271   output-file-type: ".html"
23272   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23274   filter: "'NIC_Intel-XL710' and
23275            '64B' and
23276            ('BASE' or 'SCALE') and
23277            'NDRPDR' and
23278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23279            not 'VHOST' and
23280            'MEMIF'"
23281   parameters:
23282   - "throughput"
23283   - "parent"
23284   - "tags"
23285   sort:
23286   - "L2XCFWD"
23287   - "L2XCFWD"
23288   - "L2XCFWD"
23289   - "L2BDMACLRN"
23290   - "L2BDMACLRN"
23291   - "L2BDMACLRN"
23292   - "IP4FWD"
23293   layout:
23294     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23295     layout: "plot-throughput-speedup-analysis"
23296
23297 # Speedup - VPP Container Memif 3n-skx-x710
23298 - type: "plot"
23299   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23300   algorithm: "plot_throughput_speedup_analysis"
23301   output-file-type: ".html"
23302   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23304   filter: "'NIC_Intel-X710' and
23305            '64B' and
23306            ('BASE' or 'SCALE') and
23307            'NDRPDR' and
23308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23309            not 'VHOST' and
23310            'MEMIF'"
23311   parameters:
23312   - "throughput"
23313   - "parent"
23314   - "tags"
23315   sort:
23316   - "L2XCFWD"
23317   - "L2XCFWD"
23318   - "L2XCFWD"
23319   - "L2BDMACLRN"
23320   - "L2BDMACLRN"
23321   - "L2BDMACLRN"
23322   - "IP4FWD"
23323   layout:
23324     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23325     layout: "plot-throughput-speedup-analysis"
23326
23327 - type: "plot"
23328   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23329   algorithm: "plot_throughput_speedup_analysis"
23330   output-file-type: ".html"
23331   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23333   filter: "'NIC_Intel-X710' and
23334            '64B' and
23335            ('BASE' or 'SCALE') and
23336            'NDRPDR' and
23337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23338            not 'VHOST' and
23339            'MEMIF'"
23340   parameters:
23341   - "throughput"
23342   - "parent"
23343   - "tags"
23344   sort:
23345   - "L2XCFWD"
23346   - "L2XCFWD"
23347   - "L2XCFWD"
23348   - "L2BDMACLRN"
23349   - "L2BDMACLRN"
23350   - "L2BDMACLRN"
23351   - "IP4FWD"
23352   layout:
23353     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23354     layout: "plot-throughput-speedup-analysis"
23355
23356 # Speedup - VPP Container Memif 2n-skx-x710
23357 - type: "plot"
23358   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23359   algorithm: "plot_throughput_speedup_analysis"
23360   output-file-type: ".html"
23361   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23363   filter: "'NIC_Intel-X710' and
23364            '64B' and
23365            ('BASE' or 'SCALE') and
23366            'NDRPDR' and
23367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23368            not 'VHOST' and
23369            not 'NF_DENSITY' and
23370            'MEMIF'"
23371   parameters:
23372   - "throughput"
23373   - "parent"
23374   - "tags"
23375   sort:
23376   - "L2XCFWD"
23377   - "L2XCFWD"
23378   - "L2XCFWD"
23379   - "L2BDMACLRN"
23380   - "L2BDMACLRN"
23381   - "L2BDMACLRN"
23382   - "IP4FWD"
23383   layout:
23384     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23385     layout: "plot-throughput-speedup-analysis"
23386
23387 - type: "plot"
23388   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23389   algorithm: "plot_throughput_speedup_analysis"
23390   output-file-type: ".html"
23391   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23393   filter: "'NIC_Intel-X710' and
23394            '64B' and
23395            ('BASE' or 'SCALE') and
23396            'NDRPDR' and
23397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23398            not 'VHOST' and
23399            not 'NF_DENSITY' and
23400            'MEMIF'"
23401   parameters:
23402   - "throughput"
23403   - "parent"
23404   - "tags"
23405   sort:
23406   - "L2XCFWD"
23407   - "L2XCFWD"
23408   - "L2XCFWD"
23409   - "L2BDMACLRN"
23410   - "L2BDMACLRN"
23411   - "L2BDMACLRN"
23412   - "IP4FWD"
23413   layout:
23414     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23415     layout: "plot-throughput-speedup-analysis"
23416
23417 ## Speedup - VPP Container Memif 2n-skx-xxv710
23418 #- type: "plot"
23419 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23420 #  algorithm: "plot_throughput_speedup_analysis"
23421 #  output-file-type: ".html"
23422 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23423 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23424 #  filter: "'NIC_Intel-XXV710' and
23425 #           '64B' and
23426 #           ('BASE' or 'SCALE') and
23427 #           'NDRPDR' and
23428 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23429 #           not 'VHOST' and
23430 #           'MEMIF'"
23431 #  parameters:
23432 #  - "throughput"
23433 #  - "parent"
23434 #  - "tags"
23435 #  sort:
23436 #  - "L2XCFWD"
23437 #  - "L2XCFWD"
23438 #  - "L2XCFWD"
23439 #  - "L2BDMACLRN"
23440 #  - "L2BDMACLRN"
23441 #  - "L2BDMACLRN"
23442 #  - "IP4FWD"
23443 #  layout:
23444 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23445 #    layout: "plot-throughput-speedup-analysis"
23446 #
23447 #- type: "plot"
23448 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23449 #  algorithm: "plot_throughput_speedup_analysis"
23450 #  output-file-type: ".html"
23451 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23452 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23453 #  filter: "'NIC_Intel-XXV710' and
23454 #           '64B' and
23455 #           ('BASE' or 'SCALE') and
23456 #           'NDRPDR' and
23457 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23458 #           not 'VHOST' and
23459 #           'MEMIF'"
23460 #  parameters:
23461 #  - "throughput"
23462 #  - "parent"
23463 #  - "tags"
23464 #  sort:
23465 #  - "L2XCFWD"
23466 #  - "L2XCFWD"
23467 #  - "L2XCFWD"
23468 #  - "L2BDMACLRN"
23469 #  - "L2BDMACLRN"
23470 #  - "L2BDMACLRN"
23471 #  - "IP4FWD"
23472 #  layout:
23473 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23474 #    layout: "plot-throughput-speedup-analysis"
23475
23476 ################################################################################
23477
23478 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23479 - type: "plot"
23480   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23481   algorithm: "plot_throughput_speedup_analysis"
23482   output-file-type: ".html"
23483   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23484   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23485   filter: "'NIC_Intel-X520-DA2' and
23486            '64B' and
23487            ('BASE' or 'SCALE') and
23488            'NDRPDR' and
23489            'L2XCFWD' and
23490            not 'VHOST' and
23491            not 'NF_DENSITY' and
23492            'MEMIF'"
23493   parameters:
23494   - "throughput"
23495   - "parent"
23496   - "tags"
23497   sort:
23498   - "1VNF"
23499   - "2VNF"
23500   - "4VNF"
23501   - "2VNF"
23502   - "4VNF"
23503   layout:
23504     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23505     layout: "plot-throughput-speedup-analysis"
23506
23507 - type: "plot"
23508   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23509   algorithm: "plot_throughput_speedup_analysis"
23510   output-file-type: ".html"
23511   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23512   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23513   filter: "'NIC_Intel-X520-DA2' and
23514            '64B' and
23515            ('BASE' or 'SCALE') and
23516            'NDRPDR' and
23517            'L2XCFWD' and
23518            not 'VHOST' and
23519            not 'NF_DENSITY' and
23520            'MEMIF'"
23521   parameters:
23522   - "throughput"
23523   - "parent"
23524   - "tags"
23525   sort:
23526   - "1VNF"
23527   - "2VNF"
23528   - "4VNF"
23529   - "2VNF"
23530   - "4VNF"
23531   layout:
23532     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23533     layout: "plot-throughput-speedup-analysis"
23534
23535 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23536 - type: "plot"
23537   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23538   algorithm: "plot_throughput_speedup_analysis"
23539   output-file-type: ".html"
23540   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23541   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23542   filter: "'NIC_Intel-X520-DA2' and
23543            '64B' and
23544            ('BASE' or 'SCALE') and
23545            'NDRPDR' and
23546            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23547            not 'VHOST' and
23548            not 'NF_DENSITY' and
23549            'MEMIF'"
23550   parameters:
23551   - "throughput"
23552   - "parent"
23553   - "tags"
23554   sort:
23555   - "1VNF"
23556   - "2VNF"
23557   - "4VNF"
23558   - "2VNF"
23559   - "4VNF"
23560   layout:
23561     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23562     layout: "plot-throughput-speedup-analysis"
23563
23564 - type: "plot"
23565   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23566   algorithm: "plot_throughput_speedup_analysis"
23567   output-file-type: ".html"
23568   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23569   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23570   filter: "'NIC_Intel-X520-DA2' and
23571            '64B' and
23572            ('BASE' or 'SCALE') and
23573            'NDRPDR' and
23574            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23575            not 'VHOST' and
23576            not 'NF_DENSITY' and
23577            'MEMIF'"
23578   parameters:
23579   - "throughput"
23580   - "parent"
23581   - "tags"
23582   sort:
23583   - "1VNF"
23584   - "2VNF"
23585   - "4VNF"
23586   - "2VNF"
23587   - "4VNF"
23588   layout:
23589     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23590     layout: "plot-throughput-speedup-analysis"
23591
23592 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23593 - type: "plot"
23594   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23595   algorithm: "plot_throughput_speedup_analysis"
23596   output-file-type: ".html"
23597   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23598   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23599   filter: "'NIC_Intel-X710' and
23600            '64B' and
23601            ('BASE' or 'SCALE') and
23602            'NDRPDR' and
23603            'L2XCFWD' and
23604            not 'VHOST' and
23605            not 'NF_DENSITY' and
23606            'MEMIF'"
23607   parameters:
23608   - "throughput"
23609   - "parent"
23610   - "tags"
23611   sort:
23612   - "1VNF"
23613   - "2VNF"
23614   - "4VNF"
23615   - "2VNF"
23616   - "4VNF"
23617   layout:
23618     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23619     layout: "plot-throughput-speedup-analysis"
23620
23621 - type: "plot"
23622   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23623   algorithm: "plot_throughput_speedup_analysis"
23624   output-file-type: ".html"
23625   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23626   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23627   filter: "'NIC_Intel-X710' and
23628            '64B' and
23629            ('BASE' or 'SCALE') and
23630            'NDRPDR' and
23631            'L2XCFWD' and
23632            not 'VHOST' and
23633            not 'NF_DENSITY' and
23634            'MEMIF'"
23635   parameters:
23636   - "throughput"
23637   - "parent"
23638   - "tags"
23639   sort:
23640   - "1VNF"
23641   - "2VNF"
23642   - "4VNF"
23643   - "2VNF"
23644   - "4VNF"
23645   layout:
23646     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23647     layout: "plot-throughput-speedup-analysis"
23648
23649 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23650 - type: "plot"
23651   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23652   algorithm: "plot_throughput_speedup_analysis"
23653   output-file-type: ".html"
23654   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23655   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23656   filter: "'NIC_Intel-X710' and
23657            '64B' and
23658            ('BASE' or 'SCALE') and
23659            'NDRPDR' and
23660            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23661            not 'VHOST' and
23662            not 'NF_DENSITY' and
23663            'MEMIF'"
23664   parameters:
23665   - "throughput"
23666   - "parent"
23667   - "tags"
23668   sort:
23669   - "1VNF"
23670   - "2VNF"
23671   - "4VNF"
23672   - "2VNF"
23673   - "4VNF"
23674   layout:
23675     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23676     layout: "plot-throughput-speedup-analysis"
23677
23678 - type: "plot"
23679   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23680   algorithm: "plot_throughput_speedup_analysis"
23681   output-file-type: ".html"
23682   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23683   data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23684   filter: "'NIC_Intel-X710' and
23685            '64B' and
23686            ('BASE' or 'SCALE') and
23687            'NDRPDR' and
23688            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23689            not 'VHOST' and
23690            not 'NF_DENSITY' and
23691            'MEMIF'"
23692   parameters:
23693   - "throughput"
23694   - "parent"
23695   - "tags"
23696   sort:
23697   - "1VNF"
23698   - "2VNF"
23699   - "4VNF"
23700   - "2VNF"
23701   - "4VNF"
23702   layout:
23703     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23704     layout: "plot-throughput-speedup-analysis"
23705
23706 ################################################################################
23707
23708 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23709 - type: "plot"
23710   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23711   algorithm: "plot_throughput_speedup_analysis"
23712   output-file-type: ".html"
23713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23715   filter: "'NIC_Intel-X520-DA2' and
23716            '64B' and
23717            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23718            'NDRPDR' and
23719            'IP4FWD' and
23720            not 'IPSEC' and
23721            not 'DOT1Q' and
23722            not 'VHOST'"
23723   parameters:
23724   - "throughput"
23725   - "parent"
23726   - "tags"
23727   sort:
23728   - "DOT1Q"
23729   - "IP4BASE"
23730   - "FIB_20K"
23731   - "FIB_200K"
23732   - "FIB_2M"
23733   layout:
23734     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23735     layout: "plot-throughput-speedup-analysis"
23736
23737 - type: "plot"
23738   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23739   algorithm: "plot_throughput_speedup_analysis"
23740   output-file-type: ".html"
23741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23743   filter: "'NIC_Intel-X520-DA2' and
23744            '64B' and
23745            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23746            'NDRPDR' and
23747            'IP4FWD' and
23748            not 'IPSEC' and
23749            not 'DOT1Q' and
23750            not 'VHOST'"
23751   parameters:
23752   - "throughput"
23753   - "parent"
23754   - "tags"
23755   sort:
23756   - "DOT1Q"
23757   - "IP4BASE"
23758   - "FIB_20K"
23759   - "FIB_200K"
23760   - "FIB_2M"
23761   layout:
23762     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23763     layout: "plot-throughput-speedup-analysis"
23764
23765 # Speedup - VPP IPv4 3n-hsw-x520 features
23766 - type: "plot"
23767   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23768   algorithm: "plot_throughput_speedup_analysis"
23769   output-file-type: ".html"
23770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23772   filter: "'NIC_Intel-X520-DA2' and
23773            '64B' and
23774            ('IP4BASE' or
23775             'POLICE_MARK' or
23776             'COPWHLIST' or
23777             ('NAT44' and 'BASE') or
23778             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23779            'NDRPDR' and
23780            'IP4FWD' and
23781            not 'IPSEC' and
23782            not 'VHOST'"
23783   parameters:
23784   - "throughput"
23785   - "parent"
23786   - "tags"
23787   sort:
23788   - "DOT1Q"
23789   - "IP4BASE"
23790   - "NAT44"
23791   - "POLICE_MARK"
23792   - "COPWHLIST"
23793   - "IACL"
23794   - "OACL"
23795   layout:
23796     title: "ip4-3n-hsw-x520-64b-features-ndr"
23797     layout: "plot-throughput-speedup-analysis"
23798
23799 - type: "plot"
23800   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23801   algorithm: "plot_throughput_speedup_analysis"
23802   output-file-type: ".html"
23803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23805   filter: "'NIC_Intel-X520-DA2' and
23806            '64B' and
23807            ('IP4BASE' or
23808             'POLICE_MARK' or
23809             'COPWHLIST' or
23810             ('NAT44' and 'BASE') or
23811             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23812            'NDRPDR' and
23813            'IP4FWD' and
23814            not 'IPSEC' and
23815            not 'VHOST'"
23816   parameters:
23817   - "throughput"
23818   - "parent"
23819   - "tags"
23820   sort:
23821   - "DOT1Q"
23822   - "IP4BASE"
23823   - "NAT44"
23824   - "POLICE_MARK"
23825   - "COPWHLIST"
23826   - "IACL"
23827   - "OACL"
23828   layout:
23829     title: "ip4-3n-hsw-x520-64b-features-pdr"
23830     layout: "plot-throughput-speedup-analysis"
23831
23832 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23833 - type: "plot"
23834   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23835   algorithm: "plot_throughput_speedup_analysis"
23836   output-file-type: ".html"
23837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23839   filter: "'NIC_Intel-X520-DA2' and
23840            '64B' and
23841            'NDRPDR' and
23842            'IP4FWD' and
23843            ('NAT44' or 'IP4BASE') and
23844            not 'DOT1Q' and
23845            not 'IPSEC' and
23846            not 'VHOST'"
23847   parameters:
23848   - "throughput"
23849   - "parent"
23850   - "tags"
23851   sort:
23852   - "IP4BASE"
23853   - "BASE"
23854   - "SRC_USER_10"
23855   - "SRC_USER_100"
23856   - "SRC_USER_1000"
23857   - "SRC_USER_2000"
23858   layout:
23859     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23860     layout: "plot-throughput-speedup-analysis"
23861
23862 - type: "plot"
23863   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23864   algorithm: "plot_throughput_speedup_analysis"
23865   output-file-type: ".html"
23866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23868   filter: "'NIC_Intel-X520-DA2' and
23869            '64B' and
23870            'NDRPDR' and
23871            'IP4FWD' and
23872            ('NAT44' or 'IP4BASE') and
23873            not 'DOT1Q' and
23874            not 'IPSEC' and
23875            not 'VHOST'"
23876   parameters:
23877   - "throughput"
23878   - "parent"
23879   - "tags"
23880   sort:
23881   - "IP4BASE"
23882   - "BASE"
23883   - "SRC_USER_10"
23884   - "SRC_USER_100"
23885   - "SRC_USER_1000"
23886   - "SRC_USER_2000"
23887   layout:
23888     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23889     layout: "plot-throughput-speedup-analysis"
23890
23891 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23892 - type: "plot"
23893   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23894   algorithm: "plot_throughput_speedup_analysis"
23895   output-file-type: ".html"
23896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23898   filter: "'NIC_Intel-X520-DA2' and
23899            '64B' and
23900            'NDRPDR' and
23901            'IP4FWD' and
23902            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23903            not 'IPSEC' and
23904            not 'DOT1Q' and
23905            not 'VHOST'"
23906   parameters:
23907   - "throughput"
23908   - "parent"
23909   - "tags"
23910   sort:
23911   - "IP4BASE"
23912   - "ACL_STATELESS"
23913   - "ACL_STATEFUL"
23914   - "ACL_STATELESS"
23915   - "ACL_STATEFUL"
23916   layout:
23917     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23918     layout: "plot-throughput-speedup-analysis"
23919
23920 - type: "plot"
23921   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23922   algorithm: "plot_throughput_speedup_analysis"
23923   output-file-type: ".html"
23924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23926   filter: "'NIC_Intel-X520-DA2' and
23927            '64B' and
23928            'NDRPDR' and
23929            'IP4FWD' and
23930            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23931            not 'IPSEC' and
23932            not 'DOT1Q' and
23933            not 'VHOST'"
23934   parameters:
23935   - "throughput"
23936   - "parent"
23937   - "tags"
23938   sort:
23939   - "IP4BASE"
23940   - "ACL_STATELESS"
23941   - "ACL_STATEFUL"
23942   - "ACL_STATELESS"
23943   - "ACL_STATEFUL"
23944   layout:
23945     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23946     layout: "plot-throughput-speedup-analysis"
23947
23948 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23949 - type: "plot"
23950   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23951   algorithm: "plot_throughput_speedup_analysis"
23952   output-file-type: ".html"
23953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23955   filter: "'NIC_Intel-X520-DA2' and
23956            '64B' and
23957            'NDRPDR' and
23958            'IP4FWD' and
23959            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23960            not 'IPSEC' and
23961            not 'DOT1Q' and
23962            not 'VHOST'"
23963   parameters:
23964   - "throughput"
23965   - "parent"
23966   - "tags"
23967   sort:
23968   - "IP4BASE"
23969   - "ACL_STATELESS"
23970   - "ACL_STATEFUL"
23971   - "ACL_STATELESS"
23972   - "ACL_STATEFUL"
23973   layout:
23974     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23975     layout: "plot-throughput-speedup-analysis"
23976
23977 - type: "plot"
23978   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23979   algorithm: "plot_throughput_speedup_analysis"
23980   output-file-type: ".html"
23981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23983   filter: "'NIC_Intel-X520-DA2' and
23984            '64B' and
23985            'NDRPDR' and
23986            'IP4FWD' and
23987            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23988            not 'IPSEC' and
23989            not 'DOT1Q' and
23990            not 'VHOST'"
23991   parameters:
23992   - "throughput"
23993   - "parent"
23994   - "tags"
23995   sort:
23996   - "IP4BASE"
23997   - "ACL_STATELESS"
23998   - "ACL_STATEFUL"
23999   - "ACL_STATELESS"
24000   - "ACL_STATEFUL"
24001   layout:
24002     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24003     layout: "plot-throughput-speedup-analysis"
24004
24005 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24006 - type: "plot"
24007   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24008   algorithm: "plot_throughput_speedup_analysis"
24009   output-file-type: ".html"
24010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24012   filter: "'NIC_Intel-X710' and
24013            '64B' and
24014            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24015            'NDRPDR' and
24016            'IP4FWD' and
24017            not 'IPSEC' and
24018            not 'DOT1Q' and
24019            not 'VHOST'"
24020   parameters:
24021   - "throughput"
24022   - "parent"
24023   - "tags"
24024   sort:
24025   - "IP4BASE"
24026   - "FIB_20K"
24027   - "FIB_200K"
24028   - "FIB_2M"
24029   layout:
24030     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24031     layout: "plot-throughput-speedup-analysis"
24032
24033 - type: "plot"
24034   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24035   algorithm: "plot_throughput_speedup_analysis"
24036   output-file-type: ".html"
24037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24039   filter: "'NIC_Intel-X710' and
24040            '64B' and
24041            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24042            'NDRPDR' and
24043            'IP4FWD' and
24044            not 'IPSEC' and
24045            not 'DOT1Q' and
24046            not 'VHOST'"
24047   parameters:
24048   - "throughput"
24049   - "parent"
24050   - "tags"
24051   sort:
24052   - "IP4BASE"
24053   - "FIB_20K"
24054   - "FIB_200K"
24055   - "FIB_2M"
24056   layout:
24057     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24058     layout: "plot-throughput-speedup-analysis"
24059
24060 # Speedup - VPP IPv4 3n-hsw-x710 features
24061 - type: "plot"
24062   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24063   algorithm: "plot_throughput_speedup_analysis"
24064   output-file-type: ".html"
24065   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24067   filter: "'NIC_Intel-X710' and
24068            '64B' and
24069            ('IP4BASE' or
24070             'POLICE_MARK' or
24071             'COPWHLIST' or
24072             ('NAT44' and 'BASE') or
24073             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24074            'NDRPDR' and
24075            'IP4FWD' and
24076            not 'IPSEC' and
24077            not 'VHOST'"
24078   parameters:
24079   - "throughput"
24080   - "parent"
24081   - "tags"
24082   sort:
24083   - "DOT1Q"
24084   - "IP4BASE"
24085   - "NAT44"
24086   - "POLICE_MARK"
24087   - "COPWHLIST"
24088   - "IACL"
24089   - "OACL"
24090   layout:
24091     title: "ip4-3n-hsw-x710-64b-features-ndr"
24092     layout: "plot-throughput-speedup-analysis"
24093
24094 - type: "plot"
24095   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24096   algorithm: "plot_throughput_speedup_analysis"
24097   output-file-type: ".html"
24098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24100   filter: "'NIC_Intel-X710' and
24101            '64B' and
24102            ('IP4BASE' or
24103             'POLICE_MARK' or
24104             'COPWHLIST' or
24105             ('NAT44' and 'BASE') or
24106             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24107            'NDRPDR' and
24108            'IP4FWD' and
24109            not 'IPSEC' and
24110            not 'VHOST'"
24111   parameters:
24112   - "throughput"
24113   - "parent"
24114   - "tags"
24115   sort:
24116   - "DOT1Q"
24117   - "IP4BASE"
24118   - "NAT44"
24119   - "POLICE_MARK"
24120   - "COPWHLIST"
24121   - "IACL"
24122   - "OACL"
24123   layout:
24124     title: "ip4-3n-hsw-x710-64b-features-pdr"
24125     layout: "plot-throughput-speedup-analysis"
24126
24127 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24128 - type: "plot"
24129   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24130   algorithm: "plot_throughput_speedup_analysis"
24131   output-file-type: ".html"
24132   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24134   filter: "'NIC_Intel-X710' and
24135            '64B' and
24136            'NDRPDR' and
24137            'IP4FWD' and
24138            ('NAT44' or 'IP4BASE') and
24139            not 'IPSEC' and
24140            not 'VHOST'"
24141   parameters:
24142   - "throughput"
24143   - "parent"
24144   - "tags"
24145   sort:
24146   - "IP4BASE"
24147   - "BASE"
24148   - "SRC_USER_10"
24149   - "SRC_USER_100"
24150   - "SRC_USER_1000"
24151   - "SRC_USER_2000"
24152   layout:
24153     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24154     layout: "plot-throughput-speedup-analysis"
24155
24156 - type: "plot"
24157   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24158   algorithm: "plot_throughput_speedup_analysis"
24159   output-file-type: ".html"
24160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24162   filter: "'NIC_Intel-X710' and
24163            '64B' and
24164            'NDRPDR' and
24165            'IP4FWD' and
24166            ('NAT44' or 'IP4BASE') and
24167            not 'IPSEC' and
24168            not 'VHOST'"
24169   parameters:
24170   - "throughput"
24171   - "parent"
24172   - "tags"
24173   sort:
24174   - "IP4BASE"
24175   - "BASE"
24176   - "SRC_USER_10"
24177   - "SRC_USER_100"
24178   - "SRC_USER_1000"
24179   - "SRC_USER_2000"
24180   layout:
24181     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24182     layout: "plot-throughput-speedup-analysis"
24183
24184 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24185 - type: "plot"
24186   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24187   algorithm: "plot_throughput_speedup_analysis"
24188   output-file-type: ".html"
24189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24191   filter: "'NIC_Intel-X710' and
24192            '64B' and
24193            'NDRPDR' and
24194            'IP4FWD' and
24195            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24196            not 'IPSEC' and
24197            not 'VHOST'"
24198   parameters:
24199   - "throughput"
24200   - "parent"
24201   - "tags"
24202   sort:
24203   - "IP4BASE"
24204   - "ACL_STATELESS"
24205   - "ACL_STATEFUL"
24206   - "ACL_STATELESS"
24207   - "ACL_STATEFUL"
24208   layout:
24209     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24210     layout: "plot-throughput-speedup-analysis"
24211
24212 - type: "plot"
24213   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24214   algorithm: "plot_throughput_speedup_analysis"
24215   output-file-type: ".html"
24216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24218   filter: "'NIC_Intel-X710' and
24219            '64B' and
24220            'NDRPDR' and
24221            'IP4FWD' and
24222            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24223            not 'IPSEC' and
24224            not 'VHOST'"
24225   parameters:
24226   - "throughput"
24227   - "parent"
24228   - "tags"
24229   sort:
24230   - "IP4BASE"
24231   - "ACL_STATELESS"
24232   - "ACL_STATEFUL"
24233   - "ACL_STATELESS"
24234   - "ACL_STATEFUL"
24235   layout:
24236     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24237     layout: "plot-throughput-speedup-analysis"
24238
24239 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24240 - type: "plot"
24241   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24242   algorithm: "plot_throughput_speedup_analysis"
24243   output-file-type: ".html"
24244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24246   filter: "'NIC_Intel-XL710' and
24247            '64B' and
24248            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24249            'NDRPDR' and
24250            'IP4FWD' and
24251            not 'IPSEC' and
24252            not 'VHOST'"
24253   parameters:
24254   - "throughput"
24255   - "parent"
24256   - "tags"
24257   sort:
24258   - "IP4BASE"
24259   - "FIB_20K"
24260   - "FIB_200K"
24261   - "FIB_2M"
24262   layout:
24263     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24264     layout: "plot-throughput-speedup-analysis"
24265
24266 - type: "plot"
24267   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24268   algorithm: "plot_throughput_speedup_analysis"
24269   output-file-type: ".html"
24270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24272   filter: "'NIC_Intel-XL710' and
24273            '64B' and
24274            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24275            'NDRPDR' and
24276            'IP4FWD' and
24277            not 'IPSEC' and
24278            not 'VHOST'"
24279   parameters:
24280   - "throughput"
24281   - "parent"
24282   - "tags"
24283   sort:
24284   - "IP4BASE"
24285   - "FIB_20K"
24286   - "FIB_200K"
24287   - "FIB_2M"
24288   layout:
24289     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24290     layout: "plot-throughput-speedup-analysis"
24291
24292 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24293 - type: "plot"
24294   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24295   algorithm: "plot_throughput_speedup_analysis"
24296   output-file-type: ".html"
24297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24299   filter: "'NIC_Intel-X710' and
24300            '64B' and
24301            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24302            'NDRPDR' and
24303            'IP4FWD' and
24304            not 'IPSEC' and
24305            not 'DOT1Q' and
24306            not 'VHOST'"
24307   parameters:
24308   - "throughput"
24309   - "parent"
24310   - "tags"
24311   sort:
24312   - "IP4BASE"
24313   - "FIB_20K"
24314   - "FIB_200K"
24315   - "FIB_2M"
24316   layout:
24317     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24318     layout: "plot-throughput-speedup-analysis"
24319
24320 - type: "plot"
24321   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24322   algorithm: "plot_throughput_speedup_analysis"
24323   output-file-type: ".html"
24324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24326   filter: "'NIC_Intel-X710' and
24327            '64B' and
24328            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24329            'NDRPDR' and
24330            'IP4FWD' and
24331            not 'IPSEC' and
24332            not 'DOT1Q' and
24333            not 'VHOST'"
24334   parameters:
24335   - "throughput"
24336   - "parent"
24337   - "tags"
24338   sort:
24339   - "IP4BASE"
24340   - "FIB_20K"
24341   - "FIB_200K"
24342   - "FIB_2M"
24343   layout:
24344     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24345     layout: "plot-throughput-speedup-analysis"
24346
24347 # Speedup - VPP IPv4 3n-skx-x710 features
24348 - type: "plot"
24349   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24350   algorithm: "plot_throughput_speedup_analysis"
24351   output-file-type: ".html"
24352   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24354   filter: "'NIC_Intel-X710' and
24355            '64B' and
24356            ('IP4BASE' or
24357             'POLICE_MARK' or
24358             'COPWHLIST' or
24359             ('NAT44' and 'BASE') or
24360             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24361            'NDRPDR' and
24362            'IP4FWD' and
24363            not 'IPSEC' and
24364            not 'VHOST'"
24365   parameters:
24366   - "throughput"
24367   - "parent"
24368   - "tags"
24369   sort:
24370   - "DOT1Q"
24371   - "IP4BASE"
24372   - "NAT44"
24373   - "POLICE_MARK"
24374   - "COPWHLIST"
24375   - "IACL"
24376   - "OACL"
24377   layout:
24378     title: "ip4-3n-skx-x710-64b-features-ndr"
24379     layout: "plot-throughput-speedup-analysis"
24380
24381 - type: "plot"
24382   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24383   algorithm: "plot_throughput_speedup_analysis"
24384   output-file-type: ".html"
24385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24387   filter: "'NIC_Intel-X710' and
24388            '64B' and
24389            ('IP4BASE' or
24390             'POLICE_MARK' or
24391             'COPWHLIST' or
24392             ('NAT44' and 'BASE') or
24393             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24394            'NDRPDR' and
24395            'IP4FWD' and
24396            not 'IPSEC' and
24397            not 'VHOST'"
24398   parameters:
24399   - "throughput"
24400   - "parent"
24401   - "tags"
24402   sort:
24403   - "DOT1Q"
24404   - "IP4BASE"
24405   - "NAT44"
24406   - "POLICE_MARK"
24407   - "COPWHLIST"
24408   - "IACL"
24409   - "OACL"
24410   layout:
24411     title: "ip4-3n-skx-x710-64b-features-pdr"
24412     layout: "plot-throughput-speedup-analysis"
24413
24414 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24415 - type: "plot"
24416   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24417   algorithm: "plot_throughput_speedup_analysis"
24418   output-file-type: ".html"
24419   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24421   filter: "'NIC_Intel-X710' and
24422            '64B' and
24423            'NDRPDR' and
24424            'IP4FWD' and
24425            ('NAT44' or 'IP4BASE') and
24426            not 'IPSEC' and
24427            not 'VHOST'"
24428   parameters:
24429   - "throughput"
24430   - "parent"
24431   - "tags"
24432   sort:
24433   - "IP4BASE"
24434   - "BASE"
24435   - "SRC_USER_10"
24436   - "SRC_USER_100"
24437   - "SRC_USER_1000"
24438   - "SRC_USER_2000"
24439   layout:
24440     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24441     layout: "plot-throughput-speedup-analysis"
24442
24443 - type: "plot"
24444   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24445   algorithm: "plot_throughput_speedup_analysis"
24446   output-file-type: ".html"
24447   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24449   filter: "'NIC_Intel-X710' and
24450            '64B' and
24451            'NDRPDR' and
24452            'IP4FWD' and
24453            ('NAT44' or 'IP4BASE') and
24454            not 'IPSEC' and
24455            not 'VHOST'"
24456   parameters:
24457   - "throughput"
24458   - "parent"
24459   - "tags"
24460   sort:
24461   - "IP4BASE"
24462   - "BASE"
24463   - "SRC_USER_10"
24464   - "SRC_USER_100"
24465   - "SRC_USER_1000"
24466   - "SRC_USER_2000"
24467   layout:
24468     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24469     layout: "plot-throughput-speedup-analysis"
24470
24471 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24472 - type: "plot"
24473   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24474   algorithm: "plot_throughput_speedup_analysis"
24475   output-file-type: ".html"
24476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24478   filter: "'NIC_Intel-X710' and
24479            '64B' and
24480            'NDRPDR' and
24481            'IP4FWD' and
24482            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24483            not 'IPSEC' and
24484            not 'VHOST'"
24485   parameters:
24486   - "throughput"
24487   - "parent"
24488   - "tags"
24489   sort:
24490   - "IP4BASE"
24491   - "ACL_STATELESS"
24492   - "ACL_STATEFUL"
24493   - "ACL_STATELESS"
24494   - "ACL_STATEFUL"
24495   layout:
24496     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24497     layout: "plot-throughput-speedup-analysis"
24498
24499 - type: "plot"
24500   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24501   algorithm: "plot_throughput_speedup_analysis"
24502   output-file-type: ".html"
24503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24505   filter: "'NIC_Intel-X710' and
24506            '64B' and
24507            'NDRPDR' and
24508            'IP4FWD' and
24509            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24510            not 'IPSEC' and
24511            not 'VHOST'"
24512   parameters:
24513   - "throughput"
24514   - "parent"
24515   - "tags"
24516   sort:
24517   - "IP4BASE"
24518   - "ACL_STATELESS"
24519   - "ACL_STATEFUL"
24520   - "ACL_STATELESS"
24521   - "ACL_STATEFUL"
24522   layout:
24523     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24524     layout: "plot-throughput-speedup-analysis"
24525
24526 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24527 #- type: "plot"
24528 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24529 #  algorithm: "plot_throughput_speedup_analysis"
24530 #  output-file-type: ".html"
24531 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24532 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24533 #  filter: "'NIC_Intel-X710' and
24534 #           '64B' and
24535 #           'NDRPDR' and
24536 #           'IP4FWD' and
24537 #           'OACL' and
24538 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24539 #           not 'IPSEC' and
24540 #           not 'VHOST'"
24541 #  parameters:
24542 #  - "throughput"
24543 #  - "parent"
24544 #  - "tags"
24545 #  sort:
24546 #  - "ACL_STATELESS"
24547 #  - "ACL_STATEFUL"
24548 #  - "ACL_STATELESS"
24549 #  - "ACL_STATEFUL"
24550 #  layout:
24551 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24552 #    layout: "plot-throughput-speedup-analysis"
24553 #
24554 #- type: "plot"
24555 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24556 #  algorithm: "plot_throughput_speedup_analysis"
24557 #  output-file-type: ".html"
24558 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24559 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24560 #  filter: "'NIC_Intel-X710' and
24561 #           '64B' and
24562 #           'NDRPDR' and
24563 #           'IP4FWD' and
24564 #           'OACL' and
24565 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24566 #           not 'IPSEC' and
24567 #           not 'VHOST'"
24568 #  parameters:
24569 #  - "throughput"
24570 #  - "parent"
24571 #  - "tags"
24572 #  sort:
24573 #  - "ACL_STATELESS"
24574 #  - "ACL_STATEFUL"
24575 #  - "ACL_STATELESS"
24576 #  - "ACL_STATEFUL"
24577 #  layout:
24578 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24579 #    layout: "plot-throughput-speedup-analysis"
24580
24581 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24582 - type: "plot"
24583   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24584   algorithm: "plot_throughput_speedup_analysis"
24585   output-file-type: ".html"
24586   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24588   filter: "'NIC_Intel-X710' and
24589            '64B' and
24590            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24591            'NDRPDR' and
24592            'IP4FWD' and
24593            not 'IPSEC' and
24594            not 'DOT1Q' and
24595            not 'VHOST'"
24596   parameters:
24597   - "throughput"
24598   - "parent"
24599   - "tags"
24600   sort:
24601   - "IP4BASE"
24602   - "FIB_20K"
24603   - "FIB_200K"
24604   - "FIB_2M"
24605   layout:
24606     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24607     layout: "plot-throughput-speedup-analysis"
24608
24609 - type: "plot"
24610   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24611   algorithm: "plot_throughput_speedup_analysis"
24612   output-file-type: ".html"
24613   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24615   filter: "'NIC_Intel-X710' and
24616            '64B' and
24617            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24618            'NDRPDR' and
24619            'IP4FWD' and
24620            not 'IPSEC' and
24621            not 'DOT1Q' and
24622            not 'VHOST'"
24623   parameters:
24624   - "throughput"
24625   - "parent"
24626   - "tags"
24627   sort:
24628   - "IP4BASE"
24629   - "FIB_20K"
24630   - "FIB_200K"
24631   - "FIB_2M"
24632   layout:
24633     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24634     layout: "plot-throughput-speedup-analysis"
24635
24636 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24637 - type: "plot"
24638   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24639   algorithm: "plot_throughput_speedup_analysis"
24640   output-file-type: ".html"
24641   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24643   filter: "'NIC_Intel-X710' and
24644            '64B' and
24645            'NDRPDR' and
24646            'IP4FWD' and
24647            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24648            not 'IPSEC' and
24649            not 'VHOST'"
24650   parameters:
24651   - "throughput"
24652   - "parent"
24653   - "tags"
24654   sort:
24655   - "IP4BASE"
24656   - "ACL_STATELESS"
24657   - "ACL_STATEFUL"
24658   - "ACL_STATELESS"
24659   - "ACL_STATEFUL"
24660   layout:
24661     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24662     layout: "plot-throughput-speedup-analysis"
24663
24664 - type: "plot"
24665   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24666   algorithm: "plot_throughput_speedup_analysis"
24667   output-file-type: ".html"
24668   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24670   filter: "'NIC_Intel-X710' and
24671            '64B' and
24672            'NDRPDR' and
24673            'IP4FWD' and
24674            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24675            not 'IPSEC' and
24676            not 'VHOST'"
24677   parameters:
24678   - "throughput"
24679   - "parent"
24680   - "tags"
24681   sort:
24682   - "IP4BASE"
24683   - "ACL_STATELESS"
24684   - "ACL_STATEFUL"
24685   - "ACL_STATELESS"
24686   - "ACL_STATEFUL"
24687   layout:
24688     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24689     layout: "plot-throughput-speedup-analysis"
24690
24691 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24692 - type: "plot"
24693   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24694   algorithm: "plot_throughput_speedup_analysis"
24695   output-file-type: ".html"
24696   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24698   filter: "'NIC_Intel-XXV710' and
24699            '64B' and
24700            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24701            'NDRPDR' and
24702            'IP4FWD' and
24703            not 'IPSEC' and
24704            not 'DOT1Q' and
24705            not 'VHOST'"
24706   parameters:
24707   - "throughput"
24708   - "parent"
24709   - "tags"
24710   sort:
24711   - "IP4BASE"
24712   - "FIB_20K"
24713   - "FIB_200K"
24714   - "FIB_2M"
24715   layout:
24716     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24717     layout: "plot-throughput-speedup-analysis"
24718
24719 - type: "plot"
24720   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24721   algorithm: "plot_throughput_speedup_analysis"
24722   output-file-type: ".html"
24723   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24725   filter: "'NIC_Intel-XXV710' and
24726            '64B' and
24727            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24728            'NDRPDR' and
24729            'IP4FWD' and
24730            not 'IPSEC' and
24731            not 'DOT1Q' and
24732            not 'VHOST'"
24733   parameters:
24734   - "throughput"
24735   - "parent"
24736   - "tags"
24737   sort:
24738   - "IP4BASE"
24739   - "FIB_20K"
24740   - "FIB_200K"
24741   - "FIB_2M"
24742   layout:
24743     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24744     layout: "plot-throughput-speedup-analysis"
24745
24746 # Speedup - VPP IPv4 2n-dnv-x553 base
24747 - type: "plot"
24748   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24749   algorithm: "plot_throughput_speedup_analysis"
24750   output-file-type: ".html"
24751   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24752   data: "intel-dnv-vpp"
24753   filter: "'NIC_Intel-X553' and
24754            '64B' and
24755            'IP4BASE' and
24756            'NDRPDR' and
24757            'IP4FWD' and
24758            not 'IPSEC' and
24759            not 'VHOST'"
24760   parameters:
24761   - "throughput"
24762   - "parent"
24763   - "tags"
24764   sort:
24765   - "IP4BASE"
24766   layout:
24767     title: "ip4-2n-dnv-x553-64b-base-ndr"
24768     layout: "plot-throughput-speedup-analysis"
24769
24770 - type: "plot"
24771   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24772   algorithm: "plot_throughput_speedup_analysis"
24773   output-file-type: ".html"
24774   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24775   data: "intel-dnv-vpp"
24776   filter: "'NIC_Intel-X553' and
24777            '64B' and
24778            'IP4BASE' and
24779            'NDRPDR' and
24780            'IP4FWD' and
24781            not 'IPSEC' and
24782            not 'VHOST'"
24783   parameters:
24784   - "throughput"
24785   - "parent"
24786   - "tags"
24787   sort:
24788   - "IP4BASE"
24789   layout:
24790     title: "ip4-2n-dnv-x553-64b-base-pdr"
24791     layout: "plot-throughput-speedup-analysis"
24792
24793 ################################################################################
24794
24795 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24796 - type: "plot"
24797   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24798   algorithm: "plot_throughput_speedup_analysis"
24799   output-file-type: ".html"
24800   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24802   filter: "'NIC_Intel-X520-DA2' and
24803            '64B' and
24804            'ENCAP' and
24805            'NDRPDR' and
24806            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24807            not 'DOT1Q' and
24808            not 'VHOST' and
24809            not 'IPSECHW'"
24810   parameters:
24811   - "throughput"
24812   - "parent"
24813   - "tags"
24814   sort:
24815   - "IP4BASE"
24816   - "L2BDMACLRN"
24817   - "L2XCFWD"
24818   - "LISP"
24819   layout:
24820     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24821     layout: "plot-throughput-speedup-analysis"
24822
24823 - type: "plot"
24824   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24825   algorithm: "plot_throughput_speedup_analysis"
24826   output-file-type: ".html"
24827   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24829   filter: "'NIC_Intel-X520-DA2' and
24830            '64B' and
24831            'ENCAP' and
24832            'NDRPDR' and
24833            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24834            not 'DOT1Q' and
24835            not 'VHOST' and
24836            not 'IPSECHW'"
24837   parameters:
24838   - "throughput"
24839   - "parent"
24840   - "tags"
24841   sort:
24842   - "IP4BASE"
24843   - "L2BDMACLRN"
24844   - "L2XCFWD"
24845   - "LISP"
24846   layout:
24847     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24848     layout: "plot-throughput-speedup-analysis"
24849
24850 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24851 - type: "plot"
24852   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24853   algorithm: "plot_throughput_speedup_analysis"
24854   output-file-type: ".html"
24855   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24857   filter: "'NIC_Intel-X710' and
24858            '64B' and
24859            'ENCAP' and
24860            'NDRPDR' and
24861            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24862            not 'VHOST' and
24863            not 'IPSECHW'"
24864   parameters:
24865   - "throughput"
24866   - "parent"
24867   - "tags"
24868   sort:
24869   - "IP4BASE"
24870   - "LISP"
24871   - "VXLAN_1"
24872   - "VXLAN_10"
24873   - "VXLAN_100"
24874   - "VXLAN_1000"
24875   layout:
24876     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24877     layout: "plot-throughput-speedup-analysis"
24878
24879 - type: "plot"
24880   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24881   algorithm: "plot_throughput_speedup_analysis"
24882   output-file-type: ".html"
24883   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24885   filter: "'NIC_Intel-X710' and
24886            '64B' and
24887            'ENCAP' and
24888            'NDRPDR' and
24889            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24890            not 'VHOST' and
24891            not 'IPSECHW'"
24892   parameters:
24893   - "throughput"
24894   - "parent"
24895   - "tags"
24896   sort:
24897   - "IP4BASE"
24898   - "LISP"
24899   - "VXLAN_1"
24900   - "VXLAN_10"
24901   - "VXLAN_100"
24902   - "VXLAN_1000"
24903   layout:
24904     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24905     layout: "plot-throughput-speedup-analysis"
24906
24907 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24908 - type: "plot"
24909   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24910   algorithm: "plot_throughput_speedup_analysis"
24911   output-file-type: ".html"
24912   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24914   filter: "'NIC_Intel-X710' and
24915            '64B' and
24916            'ENCAP' and
24917            'NDRPDR' and
24918            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24919            not 'DOT1Q' and
24920            not 'VHOST' and
24921            not 'IPSECHW'"
24922   parameters:
24923   - "throughput"
24924   - "parent"
24925   - "tags"
24926   sort:
24927   - "IP4BASE"
24928   - "L2BDMACLRN"
24929   - "L2XCFWD"
24930   - "LISP"
24931   layout:
24932     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24933     layout: "plot-throughput-speedup-analysis"
24934
24935 - type: "plot"
24936   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24937   algorithm: "plot_throughput_speedup_analysis"
24938   output-file-type: ".html"
24939   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24941   filter: "'NIC_Intel-X710' and
24942            '64B' and
24943            'ENCAP' and
24944            'NDRPDR' and
24945            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24946            not 'DOT1Q' and
24947            not 'VHOST' and
24948            not 'IPSECHW'"
24949   parameters:
24950   - "throughput"
24951   - "parent"
24952   - "tags"
24953   sort:
24954   - "IP4BASE"
24955   - "L2BDMACLRN"
24956   - "L2XCFWD"
24957   - "LISP"
24958   layout:
24959     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24960     layout: "plot-throughput-speedup-analysis"
24961
24962 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24963 - type: "plot"
24964   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24965   algorithm: "plot_throughput_speedup_analysis"
24966   output-file-type: ".html"
24967   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24969   filter: "'NIC_Intel-X710' and
24970            '64B' and
24971            'ENCAP' and
24972            'NDRPDR' and
24973            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24974            not 'VHOST' and
24975            not 'IPSECHW'"
24976   parameters:
24977   - "throughput"
24978   - "parent"
24979   - "tags"
24980   sort:
24981   - "IP4BASE"
24982   - "LISP"
24983   - "VXLAN_1"
24984   - "VXLAN_10"
24985   - "VXLAN_100"
24986   - "VXLAN_1000"
24987   layout:
24988     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24989     layout: "plot-throughput-speedup-analysis"
24990
24991 - type: "plot"
24992   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24993   algorithm: "plot_throughput_speedup_analysis"
24994   output-file-type: ".html"
24995   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24997   filter: "'NIC_Intel-X710' and
24998            '64B' and
24999            'ENCAP' and
25000            'NDRPDR' and
25001            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25002            not 'VHOST' and
25003            not 'IPSECHW'"
25004   parameters:
25005   - "throughput"
25006   - "parent"
25007   - "tags"
25008   sort:
25009   - "IP4BASE"
25010   - "LISP"
25011   - "VXLAN_1"
25012   - "VXLAN_10"
25013   - "VXLAN_100"
25014   - "VXLAN_1000"
25015   layout:
25016     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25017     layout: "plot-throughput-speedup-analysis"
25018
25019 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25020 - type: "plot"
25021   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25022   algorithm: "plot_throughput_speedup_analysis"
25023   output-file-type: ".html"
25024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25026   filter: "'NIC_Intel-X710' and
25027            '64B' and
25028            'ENCAP' and
25029            'NDRPDR' and
25030            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25031            not 'DOT1Q' and
25032            not 'VHOST' and
25033            not 'IPSECHW'"
25034   parameters:
25035   - "throughput"
25036   - "parent"
25037   - "tags"
25038   sort:
25039   - "IP4BASE"
25040   - "L2BDMACLRN"
25041   - "L2XCFWD"
25042   - "LISP"
25043   layout:
25044     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25045     layout: "plot-throughput-speedup-analysis"
25046
25047 - type: "plot"
25048   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25049   algorithm: "plot_throughput_speedup_analysis"
25050   output-file-type: ".html"
25051   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25053   filter: "'NIC_Intel-X710' and
25054            '64B' and
25055            'ENCAP' and
25056            'NDRPDR' and
25057            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25058            not 'DOT1Q' and
25059            not 'VHOST' and
25060            not 'IPSECHW'"
25061   parameters:
25062   - "throughput"
25063   - "parent"
25064   - "tags"
25065   sort:
25066   - "IP4BASE"
25067   - "L2BDMACLRN"
25068   - "L2XCFWD"
25069   - "LISP"
25070   layout:
25071     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25072     layout: "plot-throughput-speedup-analysis"
25073
25074 ################################################################################
25075
25076 # Speedup - VPP IPv6 3n-hsw-x520
25077 - type: "plot"
25078   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25079   algorithm: "plot_throughput_speedup_analysis"
25080   output-file-type: ".html"
25081   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25083   filter: "'NIC_Intel-X520-DA2' and
25084            '78B' and
25085            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25086            'NDRPDR' and
25087            'IP6FWD' and
25088            not 'SRv6' and
25089            not 'IPSEC' and
25090            not 'VHOST'"
25091   parameters:
25092   - "throughput"
25093   - "parent"
25094   - "tags"
25095   sort:
25096   - "IP6BASE"
25097   - "FIB_20K"
25098   - "FIB_200K"
25099   - "FIB_2M"
25100   layout:
25101     title: "ip6-3n-hsw-x520-78b-base-ndr"
25102     layout: "plot-throughput-speedup-analysis"
25103
25104 - type: "plot"
25105   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25106   algorithm: "plot_throughput_speedup_analysis"
25107   output-file-type: ".html"
25108   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25110   filter: "'NIC_Intel-X520-DA2' and
25111            '78B' and
25112            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25113            'NDRPDR' and
25114            'IP6FWD' and
25115            not 'SRv6' and
25116            not 'IPSEC' and
25117            not 'VHOST'"
25118   parameters:
25119   - "throughput"
25120   - "parent"
25121   - "tags"
25122   sort:
25123   - "IP6BASE"
25124   - "FIB_20K"
25125   - "FIB_200K"
25126   - "FIB_2M"
25127   layout:
25128     title: "ip6-3n-hsw-x520-78b-base-pdr"
25129     layout: "plot-throughput-speedup-analysis"
25130
25131 # Speedup - VPP IPv6 3n-hsw-x710
25132 - type: "plot"
25133   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25134   algorithm: "plot_throughput_speedup_analysis"
25135   output-file-type: ".html"
25136   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25138   filter: "'NIC_Intel-X710' and
25139            '78B' and
25140            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25141            'NDRPDR' and
25142            'IP6FWD' and
25143            not 'SRv6' and
25144            not 'IPSEC' and
25145            not 'VHOST'"
25146   parameters:
25147   - "throughput"
25148   - "parent"
25149   - "tags"
25150   sort:
25151   - "IP6BASE"
25152   - "FIB_20K"
25153   - "FIB_200K"
25154   - "FIB_2M"
25155   layout:
25156     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25157     layout: "plot-throughput-speedup-analysis"
25158
25159 - type: "plot"
25160   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25161   algorithm: "plot_throughput_speedup_analysis"
25162   output-file-type: ".html"
25163   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25165   filter: "'NIC_Intel-X710' and
25166            '78B' and
25167            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25168            'NDRPDR' and
25169            'IP6FWD' and
25170            not 'SRv6' and
25171            not 'IPSEC' and
25172            not 'VHOST'"
25173   parameters:
25174   - "throughput"
25175   - "parent"
25176   - "tags"
25177   sort:
25178   - "IP6BASE"
25179   - "FIB_20K"
25180   - "FIB_200K"
25181   - "FIB_2M"
25182   layout:
25183     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25184     layout: "plot-throughput-speedup-analysis"
25185
25186 # Speedup - VPP IPv6 3n-hsw-x710 features
25187 - type: "plot"
25188   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25189   algorithm: "plot_throughput_speedup_analysis"
25190   output-file-type: ".html"
25191   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25193   filter: "'NIC_Intel-X710' and
25194            '78B' and
25195            ('IP6BASE' or
25196             'POLICE_MARK' or
25197             'COPWHLIST' or
25198             'IACLDST') and
25199            'NDRPDR' and
25200            'IP6FWD' and
25201            not 'SRv6' and
25202            not 'IPSEC' and
25203            not 'VHOST'"
25204   parameters:
25205   - "throughput"
25206   - "parent"
25207   - "tags"
25208   sort:
25209   - "IP6BASE"
25210   - "POLICE_MARK"
25211   - "COPWHLIST"
25212   - "IACLDST"
25213   layout:
25214     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25215     layout: "plot-throughput-speedup-analysis"
25216
25217 - type: "plot"
25218   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25219   algorithm: "plot_throughput_speedup_analysis"
25220   output-file-type: ".html"
25221   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25223   filter: "'NIC_Intel-X710' and
25224            '78B' and
25225            ('IP6BASE' or
25226             'POLICE_MARK' or
25227             'COPWHLIST' or
25228             'IACLDST') and
25229            'NDRPDR' and
25230            'IP6FWD' and
25231            not 'SRv6' and
25232            not 'IPSEC' and
25233            not 'VHOST'"
25234   parameters:
25235   - "throughput"
25236   - "parent"
25237   - "tags"
25238   sort:
25239   - "IP6BASE"
25240   - "POLICE_MARK"
25241   - "COPWHLIST"
25242   - "IACLDST"
25243   layout:
25244     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25245     layout: "plot-throughput-speedup-analysis"
25246
25247 # Speedup - VPP IPv6 3n-hsw-xl710
25248 - type: "plot"
25249   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25250   algorithm: "plot_throughput_speedup_analysis"
25251   output-file-type: ".html"
25252   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25254   filter: "'NIC_Intel-XL710' and
25255            '78B' and
25256            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25257            'NDRPDR' and
25258            'IP6FWD' and
25259            not 'SRv6' and
25260            not 'IPSEC' and
25261            not 'VHOST'"
25262   parameters:
25263   - "throughput"
25264   - "parent"
25265   - "tags"
25266   sort:
25267   - "IP6BASE"
25268   - "FIB_20K"
25269   - "FIB_200K"
25270   - "FIB_2M"
25271   layout:
25272     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25273     layout: "plot-throughput-speedup-analysis"
25274
25275 - type: "plot"
25276   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25277   algorithm: "plot_throughput_speedup_analysis"
25278   output-file-type: ".html"
25279   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25281   filter: "'NIC_Intel-XL710' and
25282            '78B' and
25283            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25284            'NDRPDR' and
25285            'IP6FWD' and
25286            not 'SRv6' and
25287            not 'IPSEC' and
25288            not 'VHOST'"
25289   parameters:
25290   - "throughput"
25291   - "parent"
25292   - "tags"
25293   sort:
25294   - "IP6BASE"
25295   - "FIB_20K"
25296   - "FIB_200K"
25297   - "FIB_2M"
25298   layout:
25299     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25300     layout: "plot-throughput-speedup-analysis"
25301
25302 # Speedup - VPP IPv6 3n-skx-x710
25303 - type: "plot"
25304   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25305   algorithm: "plot_throughput_speedup_analysis"
25306   output-file-type: ".html"
25307   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25309   filter: "'NIC_Intel-X710' and
25310            '78B' and
25311            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25312            'NDRPDR' and
25313            'IP6FWD' and
25314            not 'SRv6' and
25315            not 'IPSEC' and
25316            not 'VHOST'"
25317   parameters:
25318   - "throughput"
25319   - "parent"
25320   - "tags"
25321   sort:
25322   - "IP6BASE"
25323   - "FIB_20K"
25324   - "FIB_200K"
25325   - "FIB_2M"
25326   layout:
25327     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25328     layout: "plot-throughput-speedup-analysis"
25329
25330 - type: "plot"
25331   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25332   algorithm: "plot_throughput_speedup_analysis"
25333   output-file-type: ".html"
25334   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25336   filter: "'NIC_Intel-X710' and
25337            '78B' and
25338            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25339            'NDRPDR' and
25340            'IP6FWD' and
25341            not 'SRv6' and
25342            not 'IPSEC' and
25343            not 'VHOST'"
25344   parameters:
25345   - "throughput"
25346   - "parent"
25347   - "tags"
25348   sort:
25349   - "IP6BASE"
25350   - "FIB_20K"
25351   - "FIB_200K"
25352   - "FIB_2M"
25353   layout:
25354     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25355     layout: "plot-throughput-speedup-analysis"
25356
25357 # Speedup - VPP IPv6 3n-skx-x710 features
25358 - type: "plot"
25359   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25360   algorithm: "plot_throughput_speedup_analysis"
25361   output-file-type: ".html"
25362   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25364   filter: "'NIC_Intel-X710' and
25365            '78B' and
25366            ('IP6BASE' or
25367             'POLICE_MARK' or
25368             'COPWHLIST' or
25369             'IACLDST') and
25370            'NDRPDR' and
25371            'IP6FWD' and
25372            not 'SRv6' and
25373            not 'IPSEC' and
25374            not 'VHOST'"
25375   parameters:
25376   - "throughput"
25377   - "parent"
25378   - "tags"
25379   sort:
25380   - "IP6BASE"
25381   - "POLICE_MARK"
25382   - "COPWHLIST"
25383   - "IACLDST"
25384   layout:
25385     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25386     layout: "plot-throughput-speedup-analysis"
25387
25388 - type: "plot"
25389   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25390   algorithm: "plot_throughput_speedup_analysis"
25391   output-file-type: ".html"
25392   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25394   filter: "'NIC_Intel-X710' and
25395            '78B' and
25396            ('IP6BASE' or
25397             'POLICE_MARK' or
25398             'COPWHLIST' or
25399             'IACLDST') and
25400            'NDRPDR' and
25401            'IP6FWD' and
25402            not 'SRv6' and
25403            not 'IPSEC' and
25404            not 'VHOST'"
25405   parameters:
25406   - "throughput"
25407   - "parent"
25408   - "tags"
25409   sort:
25410   - "IP6BASE"
25411   - "POLICE_MARK"
25412   - "COPWHLIST"
25413   - "IACLDST"
25414   layout:
25415     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25416     layout: "plot-throughput-speedup-analysis"
25417
25418 # Speedup - VPP IPv6 3n-skx-xxv710
25419 - type: "plot"
25420   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25421   algorithm: "plot_throughput_speedup_analysis"
25422   output-file-type: ".html"
25423   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25425   filter: "'NIC_Intel-XXV710' and
25426            '78B' and
25427            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25428            'NDRPDR' and
25429            'IP6FWD' and
25430            not 'SRv6' and
25431            not 'IPSEC' and
25432            not 'VHOST'"
25433   parameters:
25434   - "throughput"
25435   - "parent"
25436   - "tags"
25437   sort:
25438   - "IP6BASE"
25439   - "FIB_20K"
25440   - "FIB_200K"
25441   - "FIB_2M"
25442   layout:
25443     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25444     layout: "plot-throughput-speedup-analysis"
25445
25446 - type: "plot"
25447   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25448   algorithm: "plot_throughput_speedup_analysis"
25449   output-file-type: ".html"
25450   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25452   filter: "'NIC_Intel-XXV710' and
25453            '78B' and
25454            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25455            'NDRPDR' and
25456            'IP6FWD' and
25457            not 'SRv6' and
25458            not 'IPSEC' and
25459            not 'VHOST'"
25460   parameters:
25461   - "throughput"
25462   - "parent"
25463   - "tags"
25464   sort:
25465   - "IP6BASE"
25466   - "FIB_20K"
25467   - "FIB_200K"
25468   - "FIB_2M"
25469   layout:
25470     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25471     layout: "plot-throughput-speedup-analysis"
25472
25473 # Speedup - VPP IPv6 2n-skx-x710
25474 - type: "plot"
25475   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25476   algorithm: "plot_throughput_speedup_analysis"
25477   output-file-type: ".html"
25478   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25480   filter: "'NIC_Intel-X710' and
25481            '78B' and
25482            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25483            'NDRPDR' and
25484            'IP6FWD' and
25485            not 'SRv6' and
25486            not 'IPSEC' and
25487            not 'VHOST'"
25488   parameters:
25489   - "throughput"
25490   - "parent"
25491   - "tags"
25492   sort:
25493   - "IP6BASE"
25494   - "FIB_20K"
25495   - "FIB_200K"
25496   - "FIB_2M"
25497   layout:
25498     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25499     layout: "plot-throughput-speedup-analysis"
25500
25501 - type: "plot"
25502   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25503   algorithm: "plot_throughput_speedup_analysis"
25504   output-file-type: ".html"
25505   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25507   filter: "'NIC_Intel-X710' and
25508            '78B' and
25509            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25510            'NDRPDR' and
25511            'IP6FWD' and
25512            not 'SRv6' and
25513            not 'IPSEC' and
25514            not 'VHOST'"
25515   parameters:
25516   - "throughput"
25517   - "parent"
25518   - "tags"
25519   sort:
25520   - "IP6BASE"
25521   - "FIB_20K"
25522   - "FIB_200K"
25523   - "FIB_2M"
25524   layout:
25525     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25526     layout: "plot-throughput-speedup-analysis"
25527
25528 # Speedup - VPP IPv6 2n-skx-xxv710
25529 - type: "plot"
25530   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25531   algorithm: "plot_throughput_speedup_analysis"
25532   output-file-type: ".html"
25533   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25535   filter: "'NIC_Intel-XXV710' and
25536            '78B' and
25537            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25538            'NDRPDR' and
25539            'IP6FWD' and
25540            not 'SRv6' and
25541            not 'IPSEC' and
25542            not 'VHOST'"
25543   parameters:
25544   - "throughput"
25545   - "parent"
25546   - "tags"
25547   sort:
25548   - "IP6BASE"
25549   - "FIB_20K"
25550   - "FIB_200K"
25551   - "FIB_2M"
25552   layout:
25553     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25554     layout: "plot-throughput-speedup-analysis"
25555
25556 - type: "plot"
25557   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25558   algorithm: "plot_throughput_speedup_analysis"
25559   output-file-type: ".html"
25560   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25562   filter: "'NIC_Intel-XXV710' and
25563            '78B' and
25564            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25565            'NDRPDR' and
25566            'IP6FWD' and
25567            not 'SRv6' and
25568            not 'IPSEC' and
25569            not 'VHOST'"
25570   parameters:
25571   - "throughput"
25572   - "parent"
25573   - "tags"
25574   sort:
25575   - "IP6BASE"
25576   - "FIB_20K"
25577   - "FIB_200K"
25578   - "FIB_2M"
25579   layout:
25580     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25581     layout: "plot-throughput-speedup-analysis"
25582
25583 # Speedup - VPP IPv6 2n-dnv-x553 base
25584 - type: "plot"
25585   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25586   algorithm: "plot_throughput_speedup_analysis"
25587   output-file-type: ".html"
25588   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25589   data: "intel-dnv-vpp"
25590   filter: "'NIC_Intel-X553' and
25591            '78B' and
25592            'IP6BASE' and
25593            'NDRPDR' and
25594            'IP6FWD' and
25595            not 'SRv6' and
25596            not 'IPSEC' and
25597            not 'VHOST'"
25598   parameters:
25599   - "throughput"
25600   - "parent"
25601   - "tags"
25602   sort:
25603   - "IP6BASE"
25604   layout:
25605     title: "ip6-2n-dnv-x553-78b-base-ndr"
25606     layout: "plot-throughput-speedup-analysis"
25607
25608 - type: "plot"
25609   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25610   algorithm: "plot_throughput_speedup_analysis"
25611   output-file-type: ".html"
25612   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25613   data: "intel-dnv-vpp"
25614   filter: "'NIC_Intel-X553' and
25615            '78B' and
25616            'IP6BASE' and
25617            'NDRPDR' and
25618            'IP6FWD' and
25619            not 'SRv6' and
25620            not 'IPSEC' and
25621            not 'VHOST'"
25622   parameters:
25623   - "throughput"
25624   - "parent"
25625   - "tags"
25626   sort:
25627   - "IP6BASE"
25628   layout:
25629     title: "ip6-2n-dnv-x553-78b-base-pdr"
25630     layout: "plot-throughput-speedup-analysis"
25631
25632 ################################################################################
25633
25634 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25635 - type: "plot"
25636   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25637   algorithm: "plot_throughput_speedup_analysis"
25638   output-file-type: ".html"
25639   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25641   filter: "'NIC_Intel-X520-DA2' and
25642            '78B' and
25643            'ENCAP' and
25644            'NDRPDR' and
25645            'LISP' and
25646            not 'VHOST'"
25647   parameters:
25648   - "throughput"
25649   - "parent"
25650   - "tags"
25651   sort:
25652   - "IP4UNRLAY"
25653   - "IP6UNRLAY"
25654   layout:
25655     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25656     layout: "plot-throughput-speedup-analysis"
25657
25658 - type: "plot"
25659   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25660   algorithm: "plot_throughput_speedup_analysis"
25661   output-file-type: ".html"
25662   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25663   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25664   filter: "'NIC_Intel-X520-DA2' and
25665            '78B' and
25666            'ENCAP' and
25667            'NDRPDR' and
25668            'LISP' and
25669            not 'VHOST'"
25670   parameters:
25671   - "throughput"
25672   - "parent"
25673   - "tags"
25674   sort:
25675   - "IP4UNRLAY"
25676   - "IP6UNRLAY"
25677   layout:
25678     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25679     layout: "plot-throughput-speedup-analysis"
25680
25681 ################################################################################
25682
25683 # Speedup - VPP IPSec 3n-hsw-xl710 base
25684 - type: "plot"
25685   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25686   algorithm: "plot_throughput_speedup_analysis"
25687   output-file-type: ".html"
25688   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25690   filter: "'NIC_Intel-XL710' and
25691            '64B' and
25692            'IP4FWD' and
25693            'NDRPDR' and
25694            'BASE' and
25695            'IPSECHW' and
25696            ('IPSECTRAN' or 'IPSECTUN') and
25697            not 'VHOST'"
25698   parameters:
25699   - "throughput"
25700   - "parent"
25701   - "tags"
25702   layout:
25703     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25704     layout: "plot-throughput-speedup-analysis"
25705
25706 - type: "plot"
25707   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25708   algorithm: "plot_throughput_speedup_analysis"
25709   output-file-type: ".html"
25710   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25712   filter: "'NIC_Intel-XL710' and
25713            '64B' and
25714            'IP4FWD' and
25715            'NDRPDR' and
25716            'BASE' and
25717            'IPSECHW' and
25718            ('IPSECTRAN' or 'IPSECTUN') and
25719            not 'VHOST'"
25720   parameters:
25721   - "throughput"
25722   - "parent"
25723   - "tags"
25724   layout:
25725     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25726     layout: "plot-throughput-speedup-analysis"
25727
25728 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25729 - type: "plot"
25730   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25731   algorithm: "plot_throughput_speedup_analysis"
25732   output-file-type: ".html"
25733   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25735   filter: "'NIC_Intel-XL710' and
25736            '64B' and
25737            'IP4FWD' and
25738            'NDRPDR' and
25739            'SCALE' and
25740            'IPSECHW' and
25741            ('IPSECTRAN' or 'IPSECTUN') and
25742            not 'VHOST'"
25743   parameters:
25744   - "throughput"
25745   - "parent"
25746   - "tags"
25747   layout:
25748     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25749     layout: "plot-throughput-speedup-analysis"
25750
25751 - type: "plot"
25752   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25753   algorithm: "plot_throughput_speedup_analysis"
25754   output-file-type: ".html"
25755   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25757   filter: "'NIC_Intel-XL710' and
25758            '64B' and
25759            'IP4FWD' and
25760            'NDRPDR' and
25761            'SCALE' and
25762            'IPSECHW' and
25763            ('IPSECTRAN' or 'IPSECTUN') and
25764            not 'VHOST'"
25765   parameters:
25766   - "throughput"
25767   - "parent"
25768   - "tags"
25769   layout:
25770     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25771     layout: "plot-throughput-speedup-analysis"
25772
25773 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25774 - type: "plot"
25775   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25776   algorithm: "plot_throughput_speedup_analysis"
25777   output-file-type: ".html"
25778   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25780   filter: "'NIC_Intel-XL710' and
25781            '64B' and
25782            'IP4FWD' and
25783            'NDRPDR' and
25784            'IPSECSW' and
25785            ('IPSECTRAN' or 'IPSECTUN') and
25786            not 'VHOST'"
25787   parameters:
25788   - "throughput"
25789   - "parent"
25790   - "tags"
25791   layout:
25792     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25793     layout: "plot-throughput-speedup-analysis"
25794
25795 - type: "plot"
25796   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25797   algorithm: "plot_throughput_speedup_analysis"
25798   output-file-type: ".html"
25799   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25801   filter: "'NIC_Intel-XL710' and
25802            '64B' and
25803            'IP4FWD' and
25804            'NDRPDR' and
25805            'IPSECSW' and
25806            ('IPSECTRAN' or 'IPSECTUN') and
25807            not 'VHOST'"
25808   parameters:
25809   - "throughput"
25810   - "parent"
25811   - "tags"
25812   layout:
25813     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25814     layout: "plot-throughput-speedup-analysis"
25815
25816 ################################################################################
25817
25818 # Speedup - VPP SRv6 3n-hsw-x520
25819 - type: "plot"
25820   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25821   algorithm: "plot_throughput_speedup_analysis"
25822   output-file-type: ".html"
25823   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25825   filter: "'NIC_Intel-X520-DA2' and
25826            '78B' and
25827            'FEATURE' and
25828            'NDRPDR' and
25829            'IP6FWD' and
25830            'SRv6'"
25831   parameters:
25832   - "throughput"
25833   - "parent"
25834   - "tags"
25835   layout:
25836     title: "srv6-3n-hsw-x520-78b-features-ndr"
25837     layout: "plot-throughput-speedup-analysis"
25838
25839 - type: "plot"
25840   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25841   algorithm: "plot_throughput_speedup_analysis"
25842   output-file-type: ".html"
25843   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25845   filter: "'NIC_Intel-X520-DA2' and
25846            '78B' and
25847            'FEATURE' and
25848            'NDRPDR' and
25849            'IP6FWD' and
25850            'SRv6'"
25851   parameters:
25852   - "throughput"
25853   - "parent"
25854   - "tags"
25855   layout:
25856     title: "srv6-3n-hsw-x520-78b-features-pdr"
25857     layout: "plot-throughput-speedup-analysis"
25858
25859 ################################################################################
25860
25861 # Speedup - VPP L2 3n-hsw-x520 base and scale
25862 - type: "plot"
25863   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25864   algorithm: "plot_throughput_speedup_analysis"
25865   output-file-type: ".html"
25866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25868   filter: "'NIC_Intel-X520-DA2' and
25869            '64B' and
25870            ('BASE' or 'SCALE') and
25871            'NDRPDR' and
25872            'ETH' and
25873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25874            not 'VHOST' and
25875            not 'MEMIF'"
25876   parameters:
25877   - "throughput"
25878   - "parent"
25879   - "tags"
25880   sort:
25881   - "L2XCFWD"
25882   - "L2PATCH"
25883   - "L2BDMACLRN"
25884   - "FIB_10K"
25885   - "FIB_100K"
25886   - "FIB_1M"
25887   layout:
25888     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25889     layout: "plot-throughput-speedup-analysis"
25890
25891 - type: "plot"
25892   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25893   algorithm: "plot_throughput_speedup_analysis"
25894   output-file-type: ".html"
25895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25897   filter: "'NIC_Intel-X520-DA2' and
25898            '64B' and
25899            ('BASE' or 'SCALE') and
25900            'NDRPDR' and
25901            'ETH' and
25902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25903            not 'VHOST' and
25904            not 'MEMIF'"
25905   parameters:
25906   - "throughput"
25907   - "parent"
25908   - "tags"
25909   sort:
25910   - "L2XCFWD"
25911   - "L2PATCH"
25912   - "L2BDMACLRN"
25913   - "FIB_10K"
25914   - "FIB_100K"
25915   - "FIB_1M"
25916   layout:
25917     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25918     layout: "plot-throughput-speedup-analysis"
25919
25920 # Speedup - VPP L2 3n-hsw-x520 features
25921 - type: "plot"
25922   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25923   algorithm: "plot_throughput_speedup_analysis"
25924   output-file-type: ".html"
25925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25927   filter: "'NIC_Intel-X520-DA2' and
25928            '64B' and
25929            'NDRPDR' and
25930            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25931            not 'ACL' and
25932            not 'VHOST' and
25933            not 'MEMIF'"
25934   parameters:
25935   - "throughput"
25936   - "parent"
25937   - "tags"
25938   sort:
25939   - "L2XCBASE"    # l2xcbase
25940   - "L2BDBASE"    # l2bdbase
25941   - "L2XCFWD"     # dot1q-l2xcbase
25942   - "L2BDMACLRN"  # dot1q-l2bdbase
25943   layout:
25944     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25945     layout: "plot-throughput-speedup-analysis"
25946
25947 - type: "plot"
25948   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25949   algorithm: "plot_throughput_speedup_analysis"
25950   output-file-type: ".html"
25951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25953   filter: "'NIC_Intel-X520-DA2' and
25954            '64B' and
25955            'NDRPDR' and
25956            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25957            not 'ACL' and
25958            not 'VHOST' and
25959            not 'MEMIF'"
25960   parameters:
25961   - "throughput"
25962   - "parent"
25963   - "tags"
25964   sort:
25965   - "L2XCBASE"    # l2xcbase
25966   - "L2BDBASE"    # l2bdbase
25967   - "L2XCFWD"     # dot1q-l2xcbase
25968   - "L2BDMACLRN"  # dot1q-l2bdbase
25969   layout:
25970     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25971     layout: "plot-throughput-speedup-analysis"
25972
25973 # Speedup - VPP L2 3n-hsw-x520 features-iacl
25974 - type: "plot"
25975   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25976   algorithm: "plot_throughput_speedup_analysis"
25977   output-file-type: ".html"
25978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25980   filter: "'NIC_Intel-X520-DA2' and
25981            'NDRPDR' and
25982            '64B' and
25983            'FEATURE' and
25984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25985            'IACL' and
25986            ('ACL1' or 'ACL50') and
25987            ('10K_FLOWS' or '10k_FLOWS') and
25988            not 'MACIP' and
25989            not 'VHOST' and
25990            not 'MEMIF'"
25991   parameters:
25992   - "throughput"
25993   - "parent"
25994   - "tags"
25995   layout:
25996     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
25997     layout: "plot-throughput-speedup-analysis"
25998
25999 - type: "plot"
26000   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26001   algorithm: "plot_throughput_speedup_analysis"
26002   output-file-type: ".html"
26003   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26005   filter: "'NIC_Intel-X520-DA2' and
26006            'NDRPDR' and
26007            '64B' and
26008            'FEATURE' and
26009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26010            'IACL' and
26011            ('ACL1' or 'ACL50') and
26012            ('10K_FLOWS' or '10k_FLOWS') and
26013            not 'MACIP' and
26014            not 'VHOST' and
26015            not 'MEMIF'"
26016   parameters:
26017   - "throughput"
26018   - "parent"
26019   - "tags"
26020   layout:
26021     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26022     layout: "plot-throughput-speedup-analysis"
26023
26024 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26025 - type: "plot"
26026   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26027   algorithm: "plot_throughput_speedup_analysis"
26028   output-file-type: ".html"
26029   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26031   filter: "'NIC_Intel-X520-DA2' and
26032            'NDRPDR' and
26033            '64B' and
26034            'FEATURE' and
26035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26036            'OACL' and
26037            ('ACL1' or 'ACL50') and
26038            ('10K_FLOWS' or '10k_FLOWS') and
26039            not 'MACIP' and
26040            not 'VHOST' and
26041            not 'MEMIF'"
26042   parameters:
26043   - "throughput"
26044   - "parent"
26045   - "tags"
26046   layout:
26047     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26048     layout: "plot-throughput-speedup-analysis"
26049
26050 - type: "plot"
26051   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26052   algorithm: "plot_throughput_speedup_analysis"
26053   output-file-type: ".html"
26054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26056   filter: "'NIC_Intel-X520-DA2' and
26057            'NDRPDR' and
26058            '64B' and
26059            'FEATURE' and
26060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26061            'OACL' and
26062            ('ACL1' or 'ACL50') and
26063            ('10K_FLOWS' or '10k_FLOWS') and
26064            not 'MACIP' and
26065            not 'VHOST' and
26066            not 'MEMIF'"
26067   parameters:
26068   - "throughput"
26069   - "parent"
26070   - "tags"
26071   layout:
26072     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26073     layout: "plot-throughput-speedup-analysis"
26074
26075 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26076 - type: "plot"
26077   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26078   algorithm: "plot_throughput_speedup_analysis"
26079   output-file-type: ".html"
26080   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26082   filter: "'NIC_Intel-X520-DA2' and
26083            'NDRPDR' and
26084            '64B' and
26085            'FEATURE' and
26086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26087            'OACL' and
26088            ('ACL1' or 'ACL50') and
26089            ('10K_FLOWS' or '10k_FLOWS') and
26090            not 'MACIP' and
26091            not 'VHOST' and
26092            not 'MEMIF'"
26093   parameters:
26094   - "throughput"
26095   - "parent"
26096   - "tags"
26097   layout:
26098     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26099     layout: "plot-throughput-speedup-analysis"
26100
26101 - type: "plot"
26102   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26103   algorithm: "plot_throughput_speedup_analysis"
26104   output-file-type: ".html"
26105   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26107   filter: "'NIC_Intel-X520-DA2' and
26108            'NDRPDR' and
26109            '64B' and
26110            'FEATURE' and
26111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26112            'OACL' and
26113            ('ACL1' or 'ACL50') and
26114            ('10K_FLOWS' or '10k_FLOWS') and
26115            not 'MACIP' and
26116            not 'VHOST' and
26117            not 'MEMIF'"
26118   parameters:
26119   - "throughput"
26120   - "parent"
26121   - "tags"
26122   layout:
26123     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26124     layout: "plot-throughput-speedup-analysis"
26125
26126 # Speedup - VPP L2 3n-hsw-x520 features-macip
26127 - type: "plot"
26128   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26129   algorithm: "plot_throughput_speedup_analysis"
26130   output-file-type: ".html"
26131   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26133   filter: "'NIC_Intel-X520-DA2' and
26134            'NDRPDR' and
26135            '64B' and
26136            'FEATURE' and
26137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26138            'MACIP' and
26139            ('ACL1' or 'ACL50') and
26140            ('10K_FLOWS' or '10k_FLOWS') and
26141            not 'VHOST' and
26142            not 'MEMIF'"
26143   parameters:
26144   - "throughput"
26145   - "parent"
26146   - "tags"
26147   layout:
26148     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26149     layout: "plot-throughput-speedup-analysis"
26150
26151 - type: "plot"
26152   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26153   algorithm: "plot_throughput_speedup_analysis"
26154   output-file-type: ".html"
26155   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26157   filter: "'NIC_Intel-X520-DA2' and
26158            'NDRPDR' and
26159            '64B' and
26160            'FEATURE' and
26161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26162            'MACIP' and
26163            ('ACL1' or 'ACL50') and
26164            ('10K_FLOWS' or '10k_FLOWS') and
26165            not 'VHOST' and
26166            not 'MEMIF'"
26167   parameters:
26168   - "throughput"
26169   - "parent"
26170   - "tags"
26171   layout:
26172     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26173     layout: "plot-throughput-speedup-analysis"
26174
26175 # Speedup - VPP L2 3n-hsw-x710 base and scale
26176 - type: "plot"
26177   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26178   algorithm: "plot_throughput_speedup_analysis"
26179   output-file-type: ".html"
26180   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26182   filter: "'NIC_Intel-X710' and
26183            '64B' and
26184            ('BASE' or 'SCALE') and
26185            'NDRPDR' and
26186            'ETH' and
26187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26188            not 'VHOST' and
26189            not 'MEMIF' and
26190            not 'DRV_AVF'"
26191   parameters:
26192   - "throughput"
26193   - "parent"
26194   - "tags"
26195   sort:
26196   - "L2PATCH"
26197   - "L2XCFWD"
26198   - "L2BDMACLRN"
26199   - "FIB_10K"
26200   - "FIB_100K"
26201   - "FIB_1M"
26202   layout:
26203     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26204     layout: "plot-throughput-speedup-analysis"
26205
26206 - type: "plot"
26207   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26208   algorithm: "plot_throughput_speedup_analysis"
26209   output-file-type: ".html"
26210   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26212   filter: "'NIC_Intel-X710' and
26213            '64B' and
26214            ('BASE' or 'SCALE') and
26215            'NDRPDR' and
26216            'ETH' and
26217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26218            not 'VHOST' and
26219            not 'MEMIF' and
26220            not 'DRV_AVF'"
26221   parameters:
26222   - "throughput"
26223   - "parent"
26224   - "tags"
26225   sort:
26226   - "L2PATCH"
26227   - "L2XCFWD"
26228   - "L2BDMACLRN"
26229   - "FIB_10K"
26230   - "FIB_100K"
26231   - "FIB_1M"
26232   layout:
26233     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26234     layout: "plot-throughput-speedup-analysis"
26235
26236 # Speedup - VPP L2 3n-hsw-x710 features
26237 - type: "plot"
26238   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26239   algorithm: "plot_throughput_speedup_analysis"
26240   output-file-type: ".html"
26241   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26243   filter: "'NIC_Intel-X710' and
26244            '64B' and
26245            'NDRPDR' and
26246            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26247            not 'ACL' and
26248            not 'VHOST' and
26249            not 'L2OVRLAY' and
26250            not 'MEMIF'"
26251   parameters:
26252   - "throughput"
26253   - "parent"
26254   - "tags"
26255   sort:
26256   - "L2XCBASE"    # l2xcbase
26257   - "L2BDBASE"    # l2bdbase
26258   - "L2XCFWD"     # dot1q-l2xcbase
26259   - "L2BDMACLRN"  # dot1q-l2bdbase
26260   layout:
26261     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26262     layout: "plot-throughput-speedup-analysis"
26263
26264 - type: "plot"
26265   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26266   algorithm: "plot_throughput_speedup_analysis"
26267   output-file-type: ".html"
26268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26270   filter: "'NIC_Intel-X710' and
26271            '64B' and
26272            'NDRPDR' and
26273            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26274            not 'ACL' and
26275            not 'VHOST' and
26276            not 'L2OVRLAY' and
26277            not 'MEMIF'"
26278   parameters:
26279   - "throughput"
26280   - "parent"
26281   - "tags"
26282   sort:
26283   - "L2XCBASE"    # l2xcbase
26284   - "L2BDBASE"    # l2bdbase
26285   - "L2XCFWD"     # dot1q-l2xcbase
26286   - "L2BDMACLRN"  # dot1q-l2bdbase
26287   layout:
26288     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26289     layout: "plot-throughput-speedup-analysis"
26290
26291 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26292 - type: "plot"
26293   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26294   algorithm: "plot_throughput_speedup_analysis"
26295   output-file-type: ".html"
26296   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26298   filter: "'NIC_Intel-X710' and
26299            'NDRPDR' and
26300            '64B' and
26301            'FEATURE' and
26302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26303            'IACL' and
26304            ('ACL1' or 'ACL50') and
26305            ('10K_FLOWS' or '10k_FLOWS') and
26306            not 'MACIP' and
26307            not 'VHOST' and
26308            not 'MEMIF'"
26309   parameters:
26310   - "throughput"
26311   - "parent"
26312   - "tags"
26313   layout:
26314     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26315     layout: "plot-throughput-speedup-analysis"
26316
26317 - type: "plot"
26318   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26319   algorithm: "plot_throughput_speedup_analysis"
26320   output-file-type: ".html"
26321   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26323   filter: "'NIC_Intel-X710' and
26324            'NDRPDR' and
26325            '64B' and
26326            'FEATURE' and
26327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26328            'IACL' and
26329            ('ACL1' or 'ACL50') and
26330            ('10K_FLOWS' or '10k_FLOWS') and
26331            not 'MACIP' and
26332            not 'VHOST' and
26333            not 'MEMIF'"
26334   parameters:
26335   - "throughput"
26336   - "parent"
26337   - "tags"
26338   layout:
26339     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26340     layout: "plot-throughput-speedup-analysis"
26341
26342 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26343 - type: "plot"
26344   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26345   algorithm: "plot_throughput_speedup_analysis"
26346   output-file-type: ".html"
26347   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26349   filter: "'NIC_Intel-XL710' and
26350            '64B' and
26351            'BASE' and
26352            'NDRPDR' and
26353            'ETH' and
26354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26355            not 'VHOST' and
26356            not 'MEMIF'"
26357   parameters:
26358   - "throughput"
26359   - "parent"
26360   - "tags"
26361   sort:
26362   - "L2PATCH"
26363   - "L2XCFWD"
26364   - "L2BDMACLRN"
26365   layout:
26366     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26367     layout: "plot-throughput-speedup-analysis"
26368
26369 - type: "plot"
26370   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26371   algorithm: "plot_throughput_speedup_analysis"
26372   output-file-type: ".html"
26373   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26375   filter: "'NIC_Intel-XL710' and
26376            '64B' and
26377            'BASE' and
26378            'NDRPDR' and
26379            'ETH' and
26380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26381            not 'VHOST' and
26382            not 'MEMIF'"
26383   parameters:
26384   - "throughput"
26385   - "parent"
26386   - "tags"
26387   sort:
26388   - "L2PATCH"
26389   - "L2XCFWD"
26390   - "L2BDMACLRN"
26391   layout:
26392     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26393     layout: "plot-throughput-speedup-analysis"
26394
26395 # Speedup - VPP L2 3n-skx-x710 base and scale
26396 - type: "plot"
26397   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26398   algorithm: "plot_throughput_speedup_analysis"
26399   output-file-type: ".html"
26400   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26402   filter: "'NIC_Intel-X710' and
26403            '64B' and
26404            ('BASE' or 'SCALE') and
26405            'NDRPDR' and
26406            'ETH' and
26407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26408            not 'VHOST' and
26409            not 'DRV_AVF' and
26410            not 'MEMIF'"
26411   parameters:
26412   - "throughput"
26413   - "parent"
26414   - "tags"
26415   sort:
26416   - "L2PATCH"
26417   - "L2XCBASE"
26418   - "BASE"
26419   - "FIB_10K"
26420   - "FIB_100K"
26421   - "FIB_1M"
26422   layout:
26423     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26424     layout: "plot-throughput-speedup-analysis"
26425
26426 - type: "plot"
26427   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26428   algorithm: "plot_throughput_speedup_analysis"
26429   output-file-type: ".html"
26430   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26432   filter: "'NIC_Intel-X710' and
26433            '64B' and
26434            ('BASE' or 'SCALE') and
26435            'NDRPDR' and
26436            'ETH' and
26437            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26438            not 'VHOST' and
26439            not 'DRV_AVF' and
26440            not 'MEMIF'"
26441   parameters:
26442   - "throughput"
26443   - "parent"
26444   - "tags"
26445   sort:
26446   - "L2PATCH"
26447   - "L2XCBASE"
26448   - "BASE"
26449   - "FIB_10K"
26450   - "FIB_100K"
26451   - "FIB_1M"
26452   layout:
26453     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26454     layout: "plot-throughput-speedup-analysis"
26455
26456 # Speedup - VPP L2 3n-skx-x710 features
26457 - type: "plot"
26458   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26459   algorithm: "plot_throughput_speedup_analysis"
26460   output-file-type: ".html"
26461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26463   filter: "'NIC_Intel-X710' and
26464            '64B' and
26465            'NDRPDR' and
26466            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26467            not 'ACL' and
26468            not 'VHOST' and
26469            not 'DRV_AVF' and
26470            not 'L2OVRLAY' and
26471            not 'MEMIF'"
26472   parameters:
26473   - "throughput"
26474   - "parent"
26475   - "tags"
26476   sort:
26477   - "L2XCBASE"    # l2xcbase
26478   - "L2BDBASE"    # l2bdbase
26479   - "L2XCFWD"     # dot1q-l2xcbase
26480   - "L2BDMACLRN"  # dot1q-l2bdbase
26481   layout:
26482     title: "l2sw-3n-skx-x710-64b-features-ndr"
26483     layout: "plot-throughput-speedup-analysis"
26484
26485 - type: "plot"
26486   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26487   algorithm: "plot_throughput_speedup_analysis"
26488   output-file-type: ".html"
26489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26491   filter: "'NIC_Intel-X710' and
26492            '64B' and
26493            'NDRPDR' and
26494            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26495            not 'ACL' and
26496            not 'VHOST' and
26497            not 'DRV_AVF' and
26498            not 'L2OVRLAY' and
26499            not 'MEMIF'"
26500   parameters:
26501   - "throughput"
26502   - "parent"
26503   - "tags"
26504   sort:
26505   - "L2XCBASE"    # l2xcbase
26506   - "L2BDBASE"    # l2bdbase
26507   - "L2XCFWD"     # dot1q-l2xcbase
26508   - "L2BDMACLRN"  # dot1q-l2bdbase
26509   layout:
26510     title: "l2sw-3n-skx-x710-64b-features-pdr"
26511     layout: "plot-throughput-speedup-analysis"
26512
26513 # Speedup - VPP L2 3n-skx-x710 features-iacl
26514 - type: "plot"
26515   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26516   algorithm: "plot_throughput_speedup_analysis"
26517   output-file-type: ".html"
26518   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26520   filter: "'NIC_Intel-X710' and
26521            'NDRPDR' and
26522            '64B' and
26523            'FEATURE' and
26524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26525            'IACL' and
26526            ('ACL1' or 'ACL50') and
26527            ('10K_FLOWS' or '10k_FLOWS') and
26528            not 'MACIP' and
26529            not 'VHOST' and
26530            not 'MEMIF'"
26531   parameters:
26532   - "throughput"
26533   - "parent"
26534   - "tags"
26535   layout:
26536     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26537     layout: "plot-throughput-speedup-analysis"
26538
26539 - type: "plot"
26540   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26541   algorithm: "plot_throughput_speedup_analysis"
26542   output-file-type: ".html"
26543   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26545   filter: "'NIC_Intel-X710' and
26546            'NDRPDR' and
26547            '64B' and
26548            'FEATURE' and
26549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26550            'IACL' and
26551            ('ACL1' or 'ACL50') and
26552            ('10K_FLOWS' or '10k_FLOWS') and
26553            not 'MACIP' and
26554            not 'VHOST' and
26555            not 'MEMIF'"
26556   parameters:
26557   - "throughput"
26558   - "parent"
26559   - "tags"
26560   layout:
26561     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26562     layout: "plot-throughput-speedup-analysis"
26563
26564 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26565 - type: "plot"
26566   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26567   algorithm: "plot_throughput_speedup_analysis"
26568   output-file-type: ".html"
26569   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26571   filter: "'NIC_Intel-XXV710' and
26572            '64B' and
26573            ('BASE' or 'SCALE') and
26574            'NDRPDR' and
26575            'ETH' and
26576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26577            not 'DRV_AVF' and
26578            not 'VHOST' and
26579            not 'MEMIF'"
26580   parameters:
26581   - "throughput"
26582   - "parent"
26583   - "tags"
26584 #  sort:
26585 #  - "L2PATCH"
26586 #  - "L2PATCH"
26587 #  - "L2XCBASE"
26588 #  - "L2BDMACLRN"
26589   layout:
26590     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26591     layout: "plot-throughput-speedup-analysis"
26592
26593 - type: "plot"
26594   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26595   algorithm: "plot_throughput_speedup_analysis"
26596   output-file-type: ".html"
26597   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26599   filter: "'NIC_Intel-XXV710' and
26600            '64B' and
26601            ('BASE' or 'SCALE') and
26602            'NDRPDR' and
26603            'ETH' and
26604            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26605            not 'DRV_AVF' and
26606            not 'VHOST' and
26607            not 'MEMIF'"
26608   parameters:
26609   - "throughput"
26610   - "parent"
26611   - "tags"
26612 #  sort:
26613 #  - "L2PATCH"
26614 #  - "L2PATCH"
26615 #  - "L2XCBASE"
26616 #  - "L2BDMACLRN"
26617   layout:
26618     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26619     layout: "plot-throughput-speedup-analysis"
26620
26621 # Speedup - VPP L2 2n-skx-x710 base and scale
26622 - type: "plot"
26623   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26624   algorithm: "plot_throughput_speedup_analysis"
26625   output-file-type: ".html"
26626   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26628   filter: "'NIC_Intel-X710' and
26629            '64B' and
26630            ('BASE' or 'SCALE') and
26631            'NDRPDR' and
26632            'ETH' and
26633            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26634            not 'VHOST' and
26635            not 'MEMIF'"
26636   parameters:
26637   - "throughput"
26638   - "parent"
26639   - "tags"
26640   sort:
26641   - "L2PATCH"
26642   - "L2XCBASE"
26643   - "BASE"
26644   - "FIB_10K"
26645   - "FIB_100K"
26646   - "FIB_1M"
26647   layout:
26648     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26649     layout: "plot-throughput-speedup-analysis"
26650
26651 - type: "plot"
26652   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26653   algorithm: "plot_throughput_speedup_analysis"
26654   output-file-type: ".html"
26655   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26657   filter: "'NIC_Intel-X710' and
26658            '64B' and
26659            ('BASE' or 'SCALE') and
26660            'NDRPDR' and
26661            'ETH' and
26662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26663            not 'VHOST' and
26664            not 'MEMIF'"
26665   parameters:
26666   - "throughput"
26667   - "parent"
26668   - "tags"
26669   sort:
26670   - "L2PATCH"
26671   - "L2XCBASE"
26672   - "BASE"
26673   - "FIB_10K"
26674   - "FIB_100K"
26675   - "FIB_1M"
26676   layout:
26677     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26678     layout: "plot-throughput-speedup-analysis"
26679
26680 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26681 - type: "plot"
26682   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26683   algorithm: "plot_throughput_speedup_analysis"
26684   output-file-type: ".html"
26685   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26687   filter: "'NIC_Intel-XXV710' and
26688            '64B' and
26689            ('BASE' or 'SCALE') and
26690            'NDRPDR' and
26691            'ETH' and
26692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26693            not 'VHOST' and
26694            not 'MEMIF'"
26695   parameters:
26696   - "throughput"
26697   - "parent"
26698   - "tags"
26699   sort:
26700   - "L2PATCH"
26701   - "L2XCBASE"
26702   - "BASE"
26703   - "FIB_10K"
26704   - "FIB_100K"
26705   - "FIB_1M"
26706   layout:
26707     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26708     layout: "plot-throughput-speedup-analysis"
26709
26710 - type: "plot"
26711   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26712   algorithm: "plot_throughput_speedup_analysis"
26713   output-file-type: ".html"
26714   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26716   filter: "'NIC_Intel-XXV710' and
26717            '64B' and
26718            ('BASE' or 'SCALE') and
26719            'NDRPDR' and
26720            'ETH' and
26721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26722            not 'VHOST' and
26723            not 'MEMIF'"
26724   parameters:
26725   - "throughput"
26726   - "parent"
26727   - "tags"
26728   sort:
26729   - "L2PATCH"
26730   - "L2XCBASE"
26731   - "BASE"
26732   - "FIB_10K"
26733   - "FIB_100K"
26734   - "FIB_1M"
26735   layout:
26736     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26737     layout: "plot-throughput-speedup-analysis"
26738
26739 # Speedup - VPP L2 2n-dnv-x553 base
26740 - type: "plot"
26741   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26742   algorithm: "plot_throughput_speedup_analysis"
26743   output-file-type: ".html"
26744   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26745   data: "intel-dnv-vpp"
26746   filter: "'NIC_Intel-X553' and
26747            '64B' and
26748            ('BASE' or 'SCALE') and
26749            'NDRPDR' and
26750            'ETH' and
26751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26752            not 'VHOST' and
26753            not 'MEMIF'"
26754   parameters:
26755   - "throughput"
26756   - "parent"
26757   - "tags"
26758   sort:
26759   - "L2XCBASE"
26760   - "L2BDMACLRN"
26761   - "L2PATCH"
26762   layout:
26763     title: "l2sw-2n-dnv-x553-64b-base-ndr"
26764     layout: "plot-throughput-speedup-analysis"
26765
26766 - type: "plot"
26767   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26768   algorithm: "plot_throughput_speedup_analysis"
26769   output-file-type: ".html"
26770   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26771   data: "intel-dnv-vpp"
26772   filter: "'NIC_Intel-X553' and
26773            '64B' and
26774            ('BASE' or 'SCALE') and
26775            'NDRPDR' and
26776            'ETH' and
26777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26778            not 'VHOST' and
26779            not 'MEMIF'"
26780   parameters:
26781   - "throughput"
26782   - "parent"
26783   - "tags"
26784   sort:
26785   - "L2XCBASE"
26786   - "L2BDMACLRN"
26787   - "L2PATCH"
26788   layout:
26789     title: "l2sw-2n-dnv-x553-64b-base-pdr"
26790     layout: "plot-throughput-speedup-analysis"
26791
26792 ################################################################################
26793
26794 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26795 - type: "plot"
26796   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26797   algorithm: "plot_throughput_speedup_analysis"
26798   output-file-type: ".html"
26799   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26801   filter: "'NIC_Intel-X520-DA2' and
26802            '64B' and
26803            'NDRPDR' and
26804            'ETH' and
26805            'IP4FWD' and
26806            'VHOST_1024' and
26807            not 'VXLAN' and
26808            not 'DOT1Q'"
26809   parameters:
26810   - "throughput"
26811   - "parent"
26812   - "tags"
26813   sort:
26814   - "not CFS_OPT"
26815   - "1VM"
26816   - "2VM"
26817   layout:
26818     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26819     layout: "plot-throughput-speedup-analysis"
26820
26821 - type: "plot"
26822   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26823   algorithm: "plot_throughput_speedup_analysis"
26824   output-file-type: ".html"
26825   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26827   filter: "'NIC_Intel-X520-DA2' and
26828            '64B' and
26829            'NDRPDR' and
26830            'ETH' and
26831            'IP4FWD' and
26832            'VHOST_1024' and
26833            not 'VXLAN' and
26834            not 'DOT1Q'"
26835   parameters:
26836   - "throughput"
26837   - "parent"
26838   - "tags"
26839   sort:
26840   - "not CFS_OPT"
26841   - "1VM"
26842   - "2VM"
26843   layout:
26844     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26845     layout: "plot-throughput-speedup-analysis"
26846
26847 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26848 - type: "plot"
26849   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26850   algorithm: "plot_throughput_speedup_analysis"
26851   output-file-type: ".html"
26852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26854   filter: "'NIC_Intel-X520-DA2' and
26855            '64B' and
26856            'NDRPDR' and
26857            ('ETH' or 'DOT1Q') and
26858            'BASE' and
26859            ('L2BDMACLRN' or 'L2XCFWD') and
26860            'VHOST_1024' and
26861            not 'VXLAN' and
26862            not 'IP4FWD' and
26863            not '2VM'"
26864   parameters:
26865   - "throughput"
26866   - "parent"
26867   - "tags"
26868   sort:
26869   - "L2BDMACLRN"
26870   - "L2BDMACLRN"
26871   - "L2BDMACLRN"
26872   - "L2XCFWD"
26873   - "L2XCFWD"
26874   - "L2XCFWD"
26875   layout:
26876     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26877     layout: "plot-throughput-speedup-analysis"
26878
26879 - type: "plot"
26880   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26881   algorithm: "plot_throughput_speedup_analysis"
26882   output-file-type: ".html"
26883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26885   filter: "'NIC_Intel-X520-DA2' and
26886            '64B' and
26887            'NDRPDR' and
26888            ('ETH' or 'DOT1Q') and
26889            'BASE' and
26890            ('L2BDMACLRN' or 'L2XCFWD') and
26891            'VHOST_1024' and
26892            not 'VXLAN' and
26893            not 'IP4FWD' and
26894            not '2VM'"
26895   parameters:
26896   - "throughput"
26897   - "parent"
26898   - "tags"
26899   sort:
26900   - "L2BDMACLRN"
26901   - "L2BDMACLRN"
26902   - "L2BDMACLRN"
26903   - "L2XCFWD"
26904   - "L2XCFWD"
26905   - "L2XCFWD"
26906   layout:
26907     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26908     layout: "plot-throughput-speedup-analysis"
26909
26910 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26911 - type: "plot"
26912   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26913   algorithm: "plot_throughput_speedup_analysis"
26914   output-file-type: ".html"
26915   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26917   filter: "'NIC_Intel-X520-DA2' and
26918            '64B' and
26919            'NDRPDR' and
26920            ('ETH' or 'DOT1Q') and
26921            ('L2BDMACLRN' or 'L2XCFWD') and
26922            'VHOST_1024' and
26923            not 'CFS_OPT' and
26924            not 'DOT1Q' and
26925            not 'VXLAN' and
26926            not 'IP4FWD' and
26927            not 'LBOND'"
26928   parameters:
26929   - "throughput"
26930   - "parent"
26931   - "tags"
26932 #  sort:
26933 #  - "1VM"
26934 #  - "L2XCFWD"
26935 #  - "1VM"
26936 #  - "L2BDMACLRN"
26937   layout:
26938     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26939     layout: "plot-throughput-speedup-analysis"
26940
26941 - type: "plot"
26942   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26943   algorithm: "plot_throughput_speedup_analysis"
26944   output-file-type: ".html"
26945   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26947   filter: "'NIC_Intel-X520-DA2' and
26948            '64B' and
26949            'NDRPDR' and
26950            ('ETH' or 'DOT1Q') and
26951            ('L2BDMACLRN' or 'L2XCFWD') and
26952            'VHOST_1024' and
26953            not 'CFS_OPT' and
26954            not 'DOT1Q' and
26955            not 'VXLAN' and
26956            not 'IP4FWD' and
26957            not 'LBOND'"
26958   parameters:
26959   - "throughput"
26960   - "parent"
26961   - "tags"
26962 #  sort:
26963 #  - "1VM"
26964 #  - "L2XCFWD"
26965 #  - "1VM"
26966 #  - "L2BDMACLRN"
26967   layout:
26968     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26969     layout: "plot-throughput-speedup-analysis"
26970
26971 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26972 - type: "plot"
26973   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26974   algorithm: "plot_throughput_speedup_analysis"
26975   output-file-type: ".html"
26976   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26978   filter: "'NIC_Intel-X710' and
26979            '64B' and
26980            'NDRPDR' and
26981            'ETH' and
26982            'IP4FWD' and
26983            'VHOST_1024' and
26984            not 'VXLAN' and
26985            not 'CFS_OPT' and
26986            not 'DOT1Q'"
26987   parameters:
26988   - "throughput"
26989   - "parent"
26990   - "tags"
26991   sort:
26992   - "1VM"
26993   - "2VM"
26994   layout:
26995     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26996     layout: "plot-throughput-speedup-analysis"
26997
26998 - type: "plot"
26999   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27000   algorithm: "plot_throughput_speedup_analysis"
27001   output-file-type: ".html"
27002   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27004   filter: "'NIC_Intel-X710' and
27005            '64B' and
27006            'NDRPDR' and
27007            'ETH' and
27008            'IP4FWD' and
27009            'VHOST_1024' and
27010            not 'VXLAN' and
27011            not 'CFS_OPT' and
27012            not 'DOT1Q'"
27013   parameters:
27014   - "throughput"
27015   - "parent"
27016   - "tags"
27017   sort:
27018   - "1VM"
27019   - "2VM"
27020   layout:
27021     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27022     layout: "plot-throughput-speedup-analysis"
27023
27024 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27025 - type: "plot"
27026   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27027   algorithm: "plot_throughput_speedup_analysis"
27028   output-file-type: ".html"
27029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27031   filter: "'NIC_Intel-X710' and
27032            '64B' and
27033            'NDRPDR' and
27034            ('ETH' or 'DOT1Q') and
27035            'BASE' and
27036            ('L2BDMACLRN' or 'L2XCFWD') and
27037            'VHOST_1024' and
27038            not 'VXLAN' and
27039            not 'IP4FWD' and
27040            not '2VM'"
27041   parameters:
27042   - "throughput"
27043   - "parent"
27044   - "tags"
27045   sort:
27046   - "L2BDMACLRN"
27047   - "L2BDMACLRN"
27048   - "L2BDMACLRN"
27049   - "L2XCFWD"
27050   - "L2XCFWD"
27051   - "L2XCFWD"
27052   layout:
27053     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27054     layout: "plot-throughput-speedup-analysis"
27055
27056 - type: "plot"
27057   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27058   algorithm: "plot_throughput_speedup_analysis"
27059   output-file-type: ".html"
27060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27062   filter: "'NIC_Intel-X710' and
27063            '64B' and
27064            'NDRPDR' and
27065            ('ETH' or 'DOT1Q') and
27066            'BASE' and
27067            ('L2BDMACLRN' or 'L2XCFWD') and
27068            'VHOST_1024' and
27069            not 'VXLAN' and
27070            not 'IP4FWD' and
27071            not '2VM'"
27072   parameters:
27073   - "throughput"
27074   - "parent"
27075   - "tags"
27076   sort:
27077   - "L2BDMACLRN"
27078   - "L2BDMACLRN"
27079   - "L2BDMACLRN"
27080   - "L2XCFWD"
27081   - "L2XCFWD"
27082   - "L2XCFWD"
27083   layout:
27084     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27085     layout: "plot-throughput-speedup-analysis"
27086
27087 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27088 - type: "plot"
27089   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27090   algorithm: "plot_throughput_speedup_analysis"
27091   output-file-type: ".html"
27092   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27094   filter: "'NIC_Intel-X710' and
27095            '64B' and
27096            'NDRPDR' and
27097            ('ETH' or 'DOT1Q') and
27098            ('L2BDMACLRN' or 'L2XCFWD') and
27099            'VHOST_1024' and
27100            not 'CFS_OPT' and
27101            not 'VXLAN' and
27102            not 'IP4FWD' and
27103            not 'LBOND'"
27104   parameters:
27105   - "throughput"
27106   - "parent"
27107   - "tags"
27108   sort:
27109   - "L2BDMACLRN"
27110   - "L2BDMACLRN"
27111   - "L2BDMACLRN"
27112   - "L2XCFWD"
27113   - "L2XCFWD"
27114   - "L2XCFWD"
27115   layout:
27116     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27117     layout: "plot-throughput-speedup-analysis"
27118
27119 - type: "plot"
27120   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27121   algorithm: "plot_throughput_speedup_analysis"
27122   output-file-type: ".html"
27123   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27125   filter: "'NIC_Intel-X710' and
27126            '64B' and
27127            'NDRPDR' and
27128            ('ETH' or 'DOT1Q') and
27129            ('L2BDMACLRN' or 'L2XCFWD') and
27130            'VHOST_1024' and
27131            not 'CFS_OPT' and
27132            not 'VXLAN' and
27133            not 'IP4FWD' and
27134            not 'LBOND'"
27135   parameters:
27136   - "throughput"
27137   - "parent"
27138   - "tags"
27139   sort:
27140   - "L2BDMACLRN"
27141   - "L2BDMACLRN"
27142   - "L2BDMACLRN"
27143   - "L2XCFWD"
27144   - "L2XCFWD"
27145   - "L2XCFWD"
27146   layout:
27147     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27148     layout: "plot-throughput-speedup-analysis"
27149
27150 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27151 - type: "plot"
27152   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27153   algorithm: "plot_throughput_speedup_analysis"
27154   output-file-type: ".html"
27155   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27157   filter: "'NIC_Intel-X710' and
27158            '64B' and
27159            'NDRPDR' and
27160            'ETH' and
27161            'IP4FWD' and
27162            'VHOST_1024' and
27163            not 'VXLAN' and
27164            not 'DOT1Q'"
27165   parameters:
27166   - "throughput"
27167   - "parent"
27168   - "tags"
27169   sort:
27170   - "1VM"
27171   - "2VM"
27172   layout:
27173     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27174     layout: "plot-throughput-speedup-analysis"
27175
27176 - type: "plot"
27177   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27178   algorithm: "plot_throughput_speedup_analysis"
27179   output-file-type: ".html"
27180   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27182   filter: "'NIC_Intel-X710' and
27183            '64B' and
27184            'NDRPDR' and
27185            'ETH' and
27186            'IP4FWD' and
27187            'VHOST_1024' and
27188            not 'VXLAN' and
27189            not 'DOT1Q'"
27190   parameters:
27191   - "throughput"
27192   - "parent"
27193   - "tags"
27194   sort:
27195   - "1VM"
27196   - "2VM"
27197   layout:
27198     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27199     layout: "plot-throughput-speedup-analysis"
27200
27201 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27202 - type: "plot"
27203   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27204   algorithm: "plot_throughput_speedup_analysis"
27205   output-file-type: ".html"
27206   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27208   filter: "'NIC_Intel-X710' and
27209            '64B' and
27210            'NDRPDR' and
27211            'ETH' and
27212            'IP4FWD' and
27213            'VHOST_1024' and
27214            not 'VXLAN' and
27215            not 'NF_DENSITY' and
27216            not 'CFS_OPT' and
27217            not 'DOT1Q'"
27218   parameters:
27219   - "throughput"
27220   - "parent"
27221   - "tags"
27222   sort:
27223   - "1VM"
27224   - "2VM"
27225   layout:
27226     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27227     layout: "plot-throughput-speedup-analysis"
27228
27229 - type: "plot"
27230   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27231   algorithm: "plot_throughput_speedup_analysis"
27232   output-file-type: ".html"
27233   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27235   filter: "'NIC_Intel-X710' and
27236            '64B' and
27237            'NDRPDR' and
27238            'ETH' and
27239            'IP4FWD' and
27240            'VHOST_1024' and
27241            not 'VXLAN' and
27242            not 'NF_DENSITY' and
27243            not 'CFS_OPT' and
27244            not 'DOT1Q'"
27245   parameters:
27246   - "throughput"
27247   - "parent"
27248   - "tags"
27249   sort:
27250   - "1VM"
27251   - "2VM"
27252   layout:
27253     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27254     layout: "plot-throughput-speedup-analysis"
27255
27256 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27257 - type: "plot"
27258   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27259   algorithm: "plot_throughput_speedup_analysis"
27260   output-file-type: ".html"
27261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27263   filter: "'NIC_Intel-X710' and
27264            '64B' and
27265            'NDRPDR' and
27266            ('ETH' or 'DOT1Q') and
27267            'BASE' and
27268            ('L2BDMACLRN' or 'L2XCFWD') and
27269            'VHOST_1024' and
27270            not 'VXLAN' and
27271            not 'NF_DENSITY' and
27272            not 'IP4FWD' and
27273            not '2VM'"
27274   parameters:
27275   - "throughput"
27276   - "parent"
27277   - "tags"
27278 #  sort:
27279 #  - "not CFS_OPT"
27280 #  - "L2XCFWD"
27281 #  - "not CFS_OPT"
27282 #  - "CFS_OPT"
27283   layout:
27284     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27285     layout: "plot-throughput-speedup-analysis"
27286
27287 - type: "plot"
27288   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27289   algorithm: "plot_throughput_speedup_analysis"
27290   output-file-type: ".html"
27291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27293   filter: "'NIC_Intel-X710' and
27294            '64B' and
27295            'NDRPDR' and
27296            ('ETH' or 'DOT1Q') and
27297            'BASE' and
27298            ('L2BDMACLRN' or 'L2XCFWD') and
27299            'VHOST_1024' and
27300            not 'VXLAN' and
27301            not 'NF_DENSITY' and
27302            not 'IP4FWD' and
27303            not '2VM'"
27304   parameters:
27305   - "throughput"
27306   - "parent"
27307   - "tags"
27308 #  sort:
27309 #  - "not CFS_OPT"
27310 #  - "L2XCFWD"
27311 #  - "not CFS_OPT"
27312 #  - "CFS_OPT"
27313   layout:
27314     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27315     layout: "plot-throughput-speedup-analysis"
27316
27317 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27318 - type: "plot"
27319   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27320   algorithm: "plot_throughput_speedup_analysis"
27321   output-file-type: ".html"
27322   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27324   filter: "'NIC_Intel-X710' and
27325            '64B' and
27326            'NDRPDR' and
27327            ('ETH' or 'DOT1Q') and
27328            ('L2BDMACLRN' or 'L2XCFWD') and
27329            'VHOST_1024' and
27330            not 'CFS_OPT' and
27331            not 'VXLAN' and
27332            not 'NF_DENSITY' and
27333            not 'DOT1Q' and
27334            not 'IP4FWD'"
27335   parameters:
27336   - "throughput"
27337   - "parent"
27338   - "tags"
27339 #  sort:
27340 #  - "1VM"
27341 #  - "L2XCFWD"
27342 #  - "1VM"
27343 #  - "L2BDMACLRN"
27344   layout:
27345     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27346     layout: "plot-throughput-speedup-analysis"
27347
27348 - type: "plot"
27349   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27350   algorithm: "plot_throughput_speedup_analysis"
27351   output-file-type: ".html"
27352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27354   filter: "'NIC_Intel-X710' and
27355            '64B' and
27356            'NDRPDR' and
27357            ('ETH' or 'DOT1Q') and
27358            ('L2BDMACLRN' or 'L2XCFWD') and
27359            'VHOST_1024' and
27360            not 'CFS_OPT' and
27361            not 'VXLAN' and
27362            not 'NF_DENSITY' and
27363            not 'DOT1Q' and
27364            not 'IP4FWD'"
27365   parameters:
27366   - "throughput"
27367   - "parent"
27368   - "tags"
27369 #  sort:
27370 #  - "1VM"
27371 #  - "L2XCFWD"
27372 #  - "1VM"
27373 #  - "L2BDMACLRN"
27374   layout:
27375     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27376     layout: "plot-throughput-speedup-analysis"
27377
27378 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27379 - type: "plot"
27380   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27381   algorithm: "plot_throughput_speedup_analysis"
27382   output-file-type: ".html"
27383   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27385   filter: "'NIC_Intel-XXV710' and
27386            '64B' and
27387            'NDRPDR' and
27388            'ETH' and
27389            'IP4FWD' and
27390            'VHOST_1024' and
27391            not 'VXLAN' and
27392            not 'CFS_OPT' and
27393            not 'DOT1Q'"
27394   parameters:
27395   - "throughput"
27396   - "parent"
27397   - "tags"
27398   sort:
27399   - "not CFS_OPT"
27400   - "1VM"
27401   - "2VM"
27402   layout:
27403     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27404     layout: "plot-throughput-speedup-analysis"
27405
27406 - type: "plot"
27407   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27408   algorithm: "plot_throughput_speedup_analysis"
27409   output-file-type: ".html"
27410   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27412   filter: "'NIC_Intel-XXV710' and
27413            '64B' and
27414            'NDRPDR' and
27415            'ETH' and
27416            'IP4FWD' and
27417            'VHOST_1024' and
27418            not 'VXLAN' and
27419            not 'CFS_OPT' and
27420            not 'DOT1Q'"
27421   parameters:
27422   - "throughput"
27423   - "parent"
27424   - "tags"
27425   sort:
27426   - "not CFS_OPT"
27427   - "1VM"
27428   - "2VM"
27429   layout:
27430     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27431     layout: "plot-throughput-speedup-analysis"
27432
27433 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27434 #- type: "plot"
27435 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27436 #  algorithm: "plot_throughput_speedup_analysis"
27437 #  output-file-type: ".html"
27438 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27439 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27440 #  filter: "'NIC_Intel-XXV710' and
27441 #           '64B' and
27442 #           'NDRPDR' and
27443 #           ('ETH' or 'DOT1Q') and
27444 #           'BASE' and
27445 #           ('L2BDMACLRN' or 'L2XCFWD') and
27446 #           'VHOST_1024' and
27447 #           not 'VXLAN' and
27448 #           not 'IP4FWD' and
27449 #           not '2VM'"
27450 #  parameters:
27451 #  - "throughput"
27452 #  - "parent"
27453 #  - "tags"
27454 ##  sort:
27455 ##  - "not CFS_OPT"
27456 ##  - "L2XCFWD"
27457 ##  - "not CFS_OPT"
27458 ##  - "CFS_OPT"
27459 #  layout:
27460 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27461 #    layout: "plot-throughput-speedup-analysis"
27462 #
27463 #- type: "plot"
27464 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27465 #  algorithm: "plot_throughput_speedup_analysis"
27466 #  output-file-type: ".html"
27467 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27468 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27469 #  filter: "'NIC_Intel-XXV710' and
27470 #           '64B' and
27471 #           'NDRPDR' and
27472 #           ('ETH' or 'DOT1Q') and
27473 #           'BASE' and
27474 #           ('L2BDMACLRN' or 'L2XCFWD') and
27475 #           'VHOST_1024' and
27476 #           not 'VXLAN' and
27477 #           not 'IP4FWD' and
27478 #           not '2VM'"
27479 #  parameters:
27480 #  - "throughput"
27481 #  - "parent"
27482 #  - "tags"
27483 ##  sort:
27484 ##  - "not CFS_OPT"
27485 ##  - "L2XCFWD"
27486 ##  - "not CFS_OPT"
27487 ##  - "CFS_OPT"
27488 #  layout:
27489 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27490 #    layout: "plot-throughput-speedup-analysis"
27491 #
27492 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27493 #- type: "plot"
27494 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27495 #  algorithm: "plot_throughput_speedup_analysis"
27496 #  output-file-type: ".html"
27497 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27498 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27499 #  filter: "'NIC_Intel-XXV710' and
27500 #           '64B' and
27501 #           'NDRPDR' and
27502 #           ('ETH' or 'DOT1Q') and
27503 #           ('L2BDMACLRN' or 'L2XCFWD') and
27504 #           'VHOST_1024' and
27505 #           not 'CFS_OPT' and
27506 #           not 'VXLAN' and
27507 #           not 'DOT1Q' and
27508 #           not 'IP4FWD'"
27509 #  parameters:
27510 #  - "throughput"
27511 #  - "parent"
27512 #  - "tags"
27513 ##  sort:
27514 ##  - "1VM"
27515 ##  - "L2XCFWD"
27516 ##  - "1VM"
27517 ##  - "L2BDMACLRN"
27518 #  layout:
27519 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27520 #    layout: "plot-throughput-speedup-analysis"
27521 #
27522 #- type: "plot"
27523 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27524 #  algorithm: "plot_throughput_speedup_analysis"
27525 #  output-file-type: ".html"
27526 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27527 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27528 #  filter: "'NIC_Intel-XXV710' and
27529 #           '64B' and
27530 #           'NDRPDR' and
27531 #           ('ETH' or 'DOT1Q') and
27532 #           ('L2BDMACLRN' or 'L2XCFWD') and
27533 #           'VHOST_1024' and
27534 #           not 'CFS_OPT' and
27535 #           not 'VXLAN' and
27536 #           not 'DOT1Q' and
27537 #           not 'IP4FWD'"
27538 #  parameters:
27539 #  - "throughput"
27540 #  - "parent"
27541 #  - "tags"
27542 ##  sort:
27543 ##  - "1VM"
27544 ##  - "L2XCFWD"
27545 ##  - "1VM"
27546 ##  - "L2BDMACLRN"
27547 #  layout:
27548 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27549 #    layout: "plot-throughput-speedup-analysis"
27550
27551 ################################################################################
27552
27553 # Speedup - VPP vts 3n-hsw-x520
27554 - type: "plot"
27555   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27556   algorithm: "plot_throughput_speedup_analysis"
27557   output-file-type: ".html"
27558   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27560   filter: "'NIC_Intel-X520-DA2' and
27561            '114B' and
27562            'NDRPDR' and
27563            'VTS'"
27564   parameters:
27565   - "throughput"
27566   - "parent"
27567   - "tags"
27568   layout:
27569     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27570     layout: "plot-throughput-speedup-analysis"
27571
27572 - type: "plot"
27573   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27574   algorithm: "plot_throughput_speedup_analysis"
27575   output-file-type: ".html"
27576   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27578   filter: "'NIC_Intel-X520-DA2' and
27579            '114B' and
27580            'NDRPDR' and
27581            'VTS'"
27582   parameters:
27583   - "throughput"
27584   - "parent"
27585   - "tags"
27586   layout:
27587     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27588     layout: "plot-throughput-speedup-analysis"