CSIT-1504: Soak tests - graph
[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       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # 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: Add 1904 data
233       csit-vpp-perf-verify-1904-2n-skx:
234         - 70  # SOAK
235         - 71  # SOAK
236
237     plot-vpp-nfv-2n-skx-ndrpdr-64b:
238       csit-vpp-perf-verify-1904-2n-skx:
239         - 56  # NFV NDRPDR 64b
240         - 59  # NFV NDRPDR 64b
241         - 60  # NFV NDRPDR 64b
242         - 65  # NFV NDRPDR 64b
243         - 68  # NFV NDRPDR 64b
244         - 80  # NFV MRR NDRPDR 64b IMIX
245
246     plot-vpp-nfv-2n-skx-ndrpdr-imix:
247       # TODO: Add 1904 data
248       csit-vpp-perf-verify-1904-2n-skx:
249         - 66  # NFV NDRPDR IMIX
250         - 67  # NFV NDRPDR IMIX
251         - 69  # NFV NDRPDR IMIX
252         - 80  # NFV MRR NDRPDR 64b IMIX
253
254     plot-vpp-nfv-2n-skx-mrr-64b:
255       csit-vpp-perf-verify-1904-2n-skx:
256         - 40  # NFV MRR 64b
257         - 41  # NFV MRR 64b
258         - 42  # NFV MRR 64b
259         - 47  # NFV MRR 64b
260         - 48  # NFV MRR 64b
261         - 80  # NFV MRR NDRPDR 64b IMIX
262
263     plot-vpp-nfv-2n-skx-mrr-imix:
264       csit-vpp-perf-verify-1904-2n-skx:
265         - 49  # NFV MRR IMIX
266         - 50  # NFV MRR IMIX
267         - 51  # NFV MRR IMIX
268         - 54  # NFV MRR IMIX
269         - 55  # NFV MRR IMIX
270         - 80  # NFV MRR NDRPDR 64b IMIX
271
272     plot-dpdk-throughput-latency-2n-skx:
273       csit-dpdk-perf-verify-1904-2n-skx:
274         - 2   # NDRPDR sel
275         - 3   # NDRPDR sel
276         - 4   # NDRPDR sel
277         - 5   # NDRPDR sel
278         - 7   # NDRPDR sel
279         - 8   # NDRPDR sel
280         - 9   # NDRPDR sel
281         - 10  # NDRPDR sel
282         - 11  # NDRPDR sel
283         - 12  # NDRPDR sel
284
285     # 3rd party
286
287 #    # Denverton:
288 #    intel-dnv-vpp:
289 #      # TODO: Replace with 1904 data
290 #      # intel-dnv-vpp-release-1904:
291 #      intel-dnv-vpp-release-1901:
292 #        - 1
293
294     ###########################################################################
295     # Simple tables (only one data set):
296
297     # NIC Comparisons
298
299     vpp-nic-comparison-3n-hsw:
300       csit-vpp-perf-verify-1904-3n-hsw:
301         - 11  # NDRPDR sel
302         - 12  # NDRPDR sel
303         - 20  # NDRPDR sel
304         - 21  # NDRPDR sel
305         - 23  # NDRPDR sel
306         - 24  # NDRPDR sel
307         - 25  # NDRPDR sel
308         - 26  # NDRPDR sel
309         - 29  # NDRPDR sel
310         - 30  # NDRPDR sel
311
312     vpp-nic-comparison-3n-skx:
313       csit-vpp-perf-verify-1904-3n-skx:
314         - 8   # NDRPDR sel
315         - 9   # NDRPDR sel
316         - 10  # NDRPDR sel
317         - 11  # NDRPDR sel
318         - 12  # NDRPDR sel
319         - 14  # NDRPDR sel
320         - 16  # NDRPDR sel
321         - 21  # NDRPDR sel
322         - 23  # NDRPDR sel
323         - 25  # NDRPDR sel
324
325     vpp-nic-comparison-2n-skx:
326       csit-vpp-perf-verify-1904-2n-skx:
327         - 12  # NDRPDR sel
328         - 14  # NDRPDR sel
329         - 16  # NDRPDR sel
330         - 17  # NDRPDR sel
331         - 18  # NDRPDR sel
332         - 21  # NDRPDR sel
333         - 27  # NDRPDR sel
334         - 30  # NDRPDR sel
335         - 31  # NDRPDR sel
336         - 32  # NDRPDR sel
337
338     vpp-nic-comparison-3n-hsw-mrr:
339       csit-vpp-perf-verify-1904-3n-hsw:
340         - 9   # MRR sel
341
342     vpp-nic-comparison-3n-skx-mrr:
343       csit-vpp-perf-verify-1904-3n-skx:
344         - 7   # MRR sel
345
346     vpp-nic-comparison-2n-skx-mrr:
347       csit-vpp-perf-verify-1904-2n-skx:
348         - 11  # MRR sel
349
350     # Results
351
352     vpp-perf-results-3n-hsw:
353       # TODO: Replace with FULL 1904 data
354       csit-vpp-perf-verify-1904-3n-hsw:
355         - 12  # NDRPDR sel
356
357     vpp-perf-results-3n-skx:
358       csit-vpp-perf-verify-1904-3n-skx:
359         - 26  # NDRPDR full
360         - 27  # NDRPDR full
361         - 30  # NDRPDR full
362         - 31  # NDRPDR full
363
364     vpp-perf-results-2n-skx:
365       csit-vpp-perf-verify-1904-2n-skx:
366         - 33  # NDRPDR full
367         - 39  # NDRPDR full
368         - 58  # NDRPDR full
369         - 62  # NDRPDR full
370
371     vpp-mrr-results-3n-hsw:
372       csit-vpp-perf-verify-1904-3n-hsw:
373         - 9   # MRR sel
374
375     vpp-mrr-results-3n-skx:
376       csit-vpp-perf-verify-1904-3n-skx:
377         - 7   # MRR sel
378
379     vpp-mrr-results-2n-skx:
380       csit-vpp-perf-verify-1904-2n-skx:
381         - 11  # MRR sel
382
383     vpp-func-results-ubuntu:
384       csit-vpp-functional-1904-ubuntu1604-virl:
385         - 29
386
387     vpp-func-results-centos:
388       csit-vpp-functional-1904-centos7-virl:
389         - 32
390
391     vpp-device-results-ubuntu:
392       csit-vpp-device-1904-ubuntu1804-1n-skx:
393         - 33
394
395 #    # VPP Ligato
396 #    ligato-perf-results-3n-hsw:
397 #      # TODO: Replace with 1904 data
398 #      # csit-ligato-perf-verify-1904-3n-hsw:
399 #      csit-ligato-perf-verify-1901-3n-hsw:
400 #        - 10  # NDRPDR full
401
402     dpdk-perf-results-3n-hsw:
403       csit-dpdk-perf-verify-1904-3n-hsw:
404         - 5   # NDRPDR sel
405
406     dpdk-perf-results-3n-skx:
407       csit-dpdk-perf-verify-1904-3n-skx:
408         - 7   # NDRPDR sel
409
410     dpdk-perf-results-2n-skx:
411       csit-dpdk-perf-verify-1904-2n-skx:
412         - 9   # NDRPDR sel
413
414     # HoneyComb Functional
415     hc-func-results:
416       csit-hc2vpp-verify-func-1904-ubuntu1604:
417         - 4
418
419 #    # NSH SFC Functional
420 #    nsh-func-results:
421 #      # Not used
422 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
423 #        - 1
424
425     # DMM Functional
426     dmm-func-results:
427       csit-dmm-functional-1904-ubuntu1604-virl:
428         - 1
429
430     ###########################################################################
431     # Tables (more than one data set)
432
433     # Performance changes
434
435 #    intel-dnv-vpp-changes-2n-dnv-h1:
436 #      intel-dnv-vpp-release-1810:
437 #        - 1
438 #    intel-dnv-vpp-changes-2n-dnv-ref:
439 #      intel-dnv-vpp-release-1901:
440 #        - 1
441 #    intel-dnv-vpp-changes-2n-dnv-cmp:
442 #      # TODO: Replace with 1904 data
443 #      # intel-dnv-vpp-release-1904:
444 #      intel-dnv-vpp-release-1901:
445 #        - 1
446 #    intel-dnv-vpp-changes-2n-dnv:
447 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
448 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
449 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
450
451     vpp-performance-changes-3n-hsw-h1:
452       csit-vpp-perf-verify-1810-3n-hsw:
453         - 8   # NDRPDR sel
454         - 12  # NDRPDR sel
455         - 14  # NDRPDR sel
456         - 18  # NDRPDR sel
457         - 23  # NDRPDR sel
458         - 25  # NDRPDR sel
459         - 38  # NDRPDR sel
460         - 39  # NDRPDR sel
461         - 41  # NDRPDR sel
462         - 42  # NDRPDR sel
463     vpp-performance-changes-3n-hsw-ref:
464       csit-vpp-perf-verify-1901-3n-hsw:
465         - 10  # NDRPDR sel
466         - 19  # NDRPDR sel
467         - 31  # NDRPDR sel
468         - 36  # NDRPDR sel
469         - 40  # NDRPDR sel
470         - 42  # NDRPDR sel
471         - 44  # NDRPDR sel
472         - 46  # NDRPDR sel
473         - 47  # NDRPDR sel
474         - 48  # NDRPDR sel
475         - 61  # NDRPDR LB
476         - 62  # NDRPDR LB
477         - 63  # NDRPDR LB
478         - 64  # NDRPDR LB
479         - 65  # NDRPDR LB
480         - 66  # NDRPDR LB
481         - 67  # NDRPDR LB
482         - 69  # NDRPDR LB
483         - 70  # NDRPDR LB
484         - 71  # NDRPDR LB
485     vpp-performance-changes-3n-hsw-cmp:
486       csit-vpp-perf-verify-1904-3n-hsw:
487         - 11  # NDRPDR sel
488         - 12  # NDRPDR sel
489         - 20  # NDRPDR sel
490         - 21  # NDRPDR sel
491         - 23  # NDRPDR sel
492         - 24  # NDRPDR sel
493         - 25  # NDRPDR sel
494         - 26  # NDRPDR sel
495         - 29  # NDRPDR sel
496         - 30  # NDRPDR sel
497     vpp-performance-changes-3n-hsw:
498       - "vpp-performance-changes-3n-hsw-h1"
499       - "vpp-performance-changes-3n-hsw-ref"
500       - "vpp-performance-changes-3n-hsw-cmp"
501
502     vpp-performance-changes-3n-skx-h1:
503       csit-vpp-perf-verify-1810-3n-skx:
504         - 10  # NDRPDR sel
505         - 14  # NDRPDR sel
506         - 15  # NDRPDR sel
507         - 16  # NDRPDR sel
508         - 17  # NDRPDR sel
509         - 19  # NDRPDR sel
510         - 20  # NDRPDR sel
511         - 21  # NDRPDR sel
512         - 22  # NDRPDR sel
513         - 25  # NDRPDR sel
514     vpp-performance-changes-3n-skx-ref:
515       csit-vpp-perf-verify-1901-3n-skx:
516         - 18  # NDRPDR sel
517         - 19  # NDRPDR sel
518         - 20  # NDRPDR sel
519         - 28  # NDRPDR sel
520         - 31  # NDRPDR sel
521         - 33  # NDRPDR sel
522         - 36  # NDRPDR sel
523         - 38  # NDRPDR sel
524         - 47  # NDRPDR sel
525         - 48  # NDRPDR sel
526         - 54  # NDRPDR LB
527         - 57  # NDRPDR LB
528         - 58  # NDRPDR LB
529         - 59  # NDRPDR LB
530         - 60  # NDRPDR LB
531         - 63  # NDRPDR LB
532         - 64  # NDRPDR LB
533         - 65  # NDRPDR LB
534         - 66  # NDRPDR LB
535         - 67  # NDRPDR LB
536     vpp-performance-changes-3n-skx-cmp:
537       csit-vpp-perf-verify-1904-3n-skx:
538         - 8   # NDRPDR sel
539         - 9   # NDRPDR sel
540         - 10  # NDRPDR sel
541         - 11  # NDRPDR sel
542         - 12  # NDRPDR sel
543         - 14  # NDRPDR sel
544         - 16  # NDRPDR sel
545         - 21  # NDRPDR sel
546         - 23  # NDRPDR sel
547         - 25  # NDRPDR sel
548     vpp-performance-changes-3n-skx:
549       - "vpp-performance-changes-3n-skx-h1"
550       - "vpp-performance-changes-3n-skx-ref"
551       - "vpp-performance-changes-3n-skx-cmp"
552
553     vpp-performance-changes-2n-skx-h1:
554       csit-vpp-perf-verify-1810-2n-skx:
555         - 9   # NDRPDR sel
556         - 13  # NDRPDR sel
557         - 14  # NDRPDR sel
558         - 19  # NDRPDR sel
559         - 20  # NDRPDR sel
560         - 21  # NDRPDR sel
561         - 22  # NDRPDR sel
562         - 23  # NDRPDR sel
563         - 24  # NDRPDR sel
564         - 27  # NDRPDR sel
565     vpp-performance-changes-2n-skx-ref:
566       csit-vpp-perf-verify-1901-2n-skx:
567         - 5   # NDRPDR sel
568         - 12  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 21  # NDRPDR sel
571         - 23  # NDRPDR sel
572         - 31  # NDRPDR sel
573         - 34  # NDRPDR sel
574         - 40  # NDRPDR sel
575         - 42  # NDRPDR sel
576         - 43  # NDRPDR sel
577     vpp-performance-changes-2n-skx-cmp:
578       csit-vpp-perf-verify-1904-2n-skx:
579         - 12  # NDRPDR sel
580         - 14  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584         - 21  # NDRPDR sel
585         - 27  # NDRPDR sel
586         - 30  # NDRPDR sel
587         - 31  # NDRPDR sel
588         - 32  # NDRPDR sel
589     vpp-performance-changes-2n-skx:
590       - "vpp-performance-changes-2n-skx-h1"
591       - "vpp-performance-changes-2n-skx-ref"
592       - "vpp-performance-changes-2n-skx-cmp"
593
594     vpp-soak-vs-ndr-2n-skx-ref:
595       csit-vpp-perf-verify-1904-2n-skx:
596         - 12  # NDRPDR sel
597         - 14  # NDRPDR sel
598         - 16  # NDRPDR sel
599         - 17  # NDRPDR sel
600         - 18  # NDRPDR sel
601         - 21  # NDRPDR sel
602         - 27  # NDRPDR sel
603         - 30  # NDRPDR sel
604         - 31  # NDRPDR sel
605         - 32  # NDRPDR sel
606     vpp-soak-vs-ndr-2n-skx-cmp:
607       csit-vpp-perf-verify-1904-2n-skx:
608         - 70  # SOAK
609         - 71  # SOAK
610     vpp-soak-vs-ndr-2n-skx:
611       csit-vpp-perf-verify-1904-2n-skx:
612         - 12  # NDRPDR sel
613         - 14  # NDRPDR sel
614         - 16  # NDRPDR sel
615         - 17  # NDRPDR sel
616         - 18  # NDRPDR sel
617         - 21  # NDRPDR sel
618         - 27  # NDRPDR sel
619         - 30  # NDRPDR sel
620         - 31  # NDRPDR sel
621         - 32  # NDRPDR sel
622         - 70  # SOAK
623         - 71  # SOAK
624
625     vpp-performance-changes-3n-hsw-mrr-h1:
626       csit-vpp-perf-verify-1810-3n-hsw:
627         - 9   # MRR sel
628     vpp-performance-changes-3n-hsw-mrr-ref:
629       csit-vpp-perf-verify-1901-3n-hsw:
630         - 35  # MRR sel
631     vpp-performance-changes-3n-hsw-mrr-cmp:
632       csit-vpp-perf-verify-1904-3n-hsw:
633         - 9   # MRR sel
634     vpp-performance-changes-3n-hsw-mrr:
635       - "vpp-performance-changes-3n-hsw-mrr-h1"
636       - "vpp-performance-changes-3n-hsw-mrr-ref"
637       - "vpp-performance-changes-3n-hsw-mrr-cmp"
638
639     vpp-performance-changes-3n-skx-mrr-h1:
640       csit-vpp-perf-verify-1810-3n-skx:
641         - 9   # MRR sel
642         - 11  # MRR sel
643         - 12  # MRR sel
644         - 13  # MRR sel
645     vpp-performance-changes-3n-skx-mrr-ref:
646       csit-vpp-perf-verify-1901-3n-skx:
647         - 32  # MRR sel
648     vpp-performance-changes-3n-skx-mrr-cmp:
649       csit-vpp-perf-verify-1904-3n-skx:
650         - 7   # MRR sel
651     vpp-performance-changes-3n-skx-mrr:
652       - "vpp-performance-changes-3n-skx-mrr-h1"
653       - "vpp-performance-changes-3n-skx-mrr-ref"
654       - "vpp-performance-changes-3n-skx-mrr-cmp"
655
656     vpp-performance-changes-2n-skx-mrr-h1:
657       csit-vpp-perf-verify-1810-2n-skx:
658         - 8   # MRR sel
659         - 10  # MRR sel
660         - 11  # MRR sel
661         - 12  # MRR sel
662     vpp-performance-changes-2n-skx-mrr-ref:
663       csit-vpp-perf-verify-1901-2n-skx:
664         - 22  # MRR sel
665     vpp-performance-changes-2n-skx-mrr-cmp:
666       csit-vpp-perf-verify-1904-2n-skx:
667         - 11  # MRR sel
668     vpp-performance-changes-2n-skx-mrr:
669       - "vpp-performance-changes-2n-skx-mrr-h1"
670       - "vpp-performance-changes-2n-skx-mrr-ref"
671       - "vpp-performance-changes-2n-skx-mrr-cmp"
672
673     dpdk-performance-changes-3n-hsw-h1:
674       csit-dpdk-perf-verify-1810-3n-hsw:
675         - 1   # NDRPDR sel
676         - 2   # NDRPDR sel
677         - 3   # NDRPDR sel
678         - 4   # NDRPDR sel
679         - 5   # NDRPDR sel
680         - 6   # NDRPDR sel
681         - 7   # NDRPDR sel
682         - 8   # NDRPDR sel
683         - 9   # NDRPDR sel
684         - 10  # NDRPDR sel
685     dpdk-performance-changes-3n-hsw-ref:
686       csit-dpdk-perf-verify-1901-3n-hsw:
687         - 13  # NDRPDR sel
688         - 14  # NDRPDR sel
689         - 16  # NDRPDR sel
690         - 17  # NDRPDR sel
691         - 18  # NDRPDR sel
692         - 19  # NDRPDR sel
693         - 20  # NDRPDR sel
694         - 21  # NDRPDR sel
695         - 22  # NDRPDR sel
696         - 23  # NDRPDR sel
697     dpdk-performance-changes-3n-hsw-cmp:
698       csit-dpdk-perf-verify-1904-3n-hsw:
699         - 2   # NDRPDR sel
700         - 3   # NDRPDR sel
701         - 5   # NDRPDR sel
702         - 6   # NDRPDR sel
703         - 13  # NDRPDR sel
704         - 14  # NDRPDR sel
705         - 15  # NDRPDR sel
706         - 18  # NDRPDR sel
707         - 19  # NDRPDR sel
708         - 20  # NDRPDR sel
709     dpdk-performance-changes-3n-hsw:
710       - "dpdk-performance-changes-3n-hsw-h1"
711       - "dpdk-performance-changes-3n-hsw-ref"
712       - "dpdk-performance-changes-3n-hsw-cmp"
713
714     dpdk-performance-changes-3n-skx-h1:
715       csit-dpdk-perf-verify-1810-3n-skx:
716         - 3   # NDRPDR sel
717         - 4   # NDRPDR sel
718         - 6   # NDRPDR sel
719         - 7   # NDRPDR sel
720         - 8   # NDRPDR sel
721         - 9   # NDRPDR sel
722         - 10  # NDRPDR sel
723         - 11  # NDRPDR sel
724         - 12  # NDRPDR sel
725         - 13  # NDRPDR sel
726     dpdk-performance-changes-3n-skx-ref:
727       csit-dpdk-perf-verify-1901-3n-skx:
728         - 3   # NDRPDR sel
729         - 5   # NDRPDR sel
730         - 6   # NDRPDR sel
731         - 7   # NDRPDR sel
732         - 8   # NDRPDR sel
733         - 9   # NDRPDR sel
734         - 10  # NDRPDR sel
735         - 11  # NDRPDR sel
736         - 12  # NDRPDR sel
737         - 13  # NDRPDR sel
738     dpdk-performance-changes-3n-skx-cmp:
739       csit-dpdk-perf-verify-1904-3n-skx:
740         - 2   # NDRPDR sel
741         - 3   # NDRPDR sel
742         - 4   # NDRPDR sel
743         - 5   # NDRPDR sel
744         - 6   # NDRPDR sel
745         - 7   # NDRPDR sel
746         - 11  # NDRPDR sel
747         - 12  # NDRPDR sel
748         - 13  # NDRPDR sel
749         - 14  # NDRPDR sel
750     dpdk-performance-changes-3n-skx:
751       - "dpdk-performance-changes-3n-skx-h1"
752       - "dpdk-performance-changes-3n-skx-ref"
753       - "dpdk-performance-changes-3n-skx-cmp"
754
755     dpdk-performance-changes-2n-skx-h1:
756       csit-dpdk-perf-verify-1810-2n-skx:
757         - 3   # NDRPDR sel
758         - 4   # NDRPDR sel
759         - 5   # NDRPDR sel
760         - 7   # NDRPDR sel
761         - 8   # NDRPDR sel
762         - 9   # NDRPDR sel
763         - 10  # NDRPDR sel
764         - 11  # NDRPDR sel
765         - 12  # NDRPDR sel
766         - 13  # NDRPDR sel
767     dpdk-performance-changes-2n-skx-ref:
768       csit-dpdk-perf-verify-1901-2n-skx:
769         - 12  # NDRPDR sel
770         - 13  # NDRPDR sel
771         - 14  # NDRPDR sel
772         - 15  # NDRPDR sel
773         - 16  # NDRPDR sel
774         - 17  # NDRPDR sel
775         - 18  # NDRPDR sel
776         - 19  # NDRPDR sel
777         - 20  # NDRPDR sel
778         - 21  # NDRPDR sel
779     dpdk-performance-changes-2n-skx-cmp:
780       csit-dpdk-perf-verify-1904-2n-skx:
781         - 2   # NDRPDR sel
782         - 3   # NDRPDR sel
783         - 4   # NDRPDR sel
784         - 5   # NDRPDR sel
785         - 7   # NDRPDR sel
786         - 8   # NDRPDR sel
787         - 9   # NDRPDR sel
788         - 10  # NDRPDR sel
789         - 11  # NDRPDR sel
790         - 12  # NDRPDR sel
791     dpdk-performance-changes-2n-skx:
792       - "dpdk-performance-changes-2n-skx-h1"
793       - "dpdk-performance-changes-2n-skx-ref"
794       - "dpdk-performance-changes-2n-skx-cmp"
795
796     # Compare testbeds
797
798     vpp-compare-testbeds-ref:
799       csit-vpp-perf-verify-1904-3n-hsw:
800         - 11  # NDRPDR sel
801         - 12  # NDRPDR sel
802         - 20  # NDRPDR sel
803         - 21  # NDRPDR sel
804         - 23  # NDRPDR sel
805         - 24  # NDRPDR sel
806         - 25  # NDRPDR sel
807         - 26  # NDRPDR sel
808         - 29  # NDRPDR sel
809         - 30  # NDRPDR sel
810     vpp-compare-testbeds-cmp:
811       csit-vpp-perf-verify-1904-3n-skx:
812         - 8   # NDRPDR sel
813         - 9   # NDRPDR sel
814         - 10  # NDRPDR sel
815         - 11  # NDRPDR sel
816         - 12  # NDRPDR sel
817         - 14  # NDRPDR sel
818         - 16  # NDRPDR sel
819         - 21  # NDRPDR sel
820         - 23  # NDRPDR sel
821         - 25  # NDRPDR sel
822     vpp-compare-testbeds:
823       - "vpp-compare-testbeds-ref"
824       - "vpp-compare-testbeds-cmp"
825
826     vpp-compare-testbeds-mrr-ref:
827       csit-vpp-perf-verify-1904-3n-hsw:
828         - 9   # MRR sel
829     vpp-compare-testbeds-mrr-cmp:
830       csit-vpp-perf-verify-1904-3n-skx:
831         - 7   # MRR sel
832     vpp-compare-testbeds-mrr:
833       - "vpp-compare-testbeds-mrr-ref"
834       - "vpp-compare-testbeds-mrr-cmp"
835
836     dpdk-compare-testbeds-ref:
837       csit-dpdk-perf-verify-1904-3n-hsw:
838         - 2   # NDRPDR sel
839         - 3   # NDRPDR sel
840         - 5   # NDRPDR sel
841         - 6   # NDRPDR sel
842         - 13  # NDRPDR sel
843         - 14  # NDRPDR sel
844         - 15  # NDRPDR sel
845         - 18  # NDRPDR sel
846         - 19  # NDRPDR sel
847         - 20  # NDRPDR sel
848     dpdk-compare-testbeds-cmp:
849       csit-dpdk-perf-verify-1904-3n-skx:
850         - 2   # NDRPDR sel
851         - 3   # NDRPDR sel
852         - 4   # NDRPDR sel
853         - 5   # NDRPDR sel
854         - 6   # NDRPDR sel
855         - 7   # NDRPDR sel
856         - 11  # NDRPDR sel
857         - 12  # NDRPDR sel
858         - 13  # NDRPDR sel
859         - 14  # NDRPDR sel
860     dpdk-compare-testbeds:
861       - "dpdk-compare-testbeds-ref"
862       - "dpdk-compare-testbeds-cmp"
863
864     # Compare topologies
865
866     vpp-compare-topologies-ref:
867       csit-vpp-perf-verify-1904-3n-skx:
868         - 8   # NDRPDR sel
869         - 9   # NDRPDR sel
870         - 10  # NDRPDR sel
871         - 11  # NDRPDR sel
872         - 12  # NDRPDR sel
873         - 14  # NDRPDR sel
874         - 16  # NDRPDR sel
875         - 21  # NDRPDR sel
876         - 23  # NDRPDR sel
877         - 25  # NDRPDR sel
878     vpp-compare-topologies-cmp:
879       csit-vpp-perf-verify-1904-2n-skx:
880         - 12  # NDRPDR sel
881         - 14  # NDRPDR sel
882         - 16  # NDRPDR sel
883         - 17  # NDRPDR sel
884         - 18  # NDRPDR sel
885         - 21  # NDRPDR sel
886         - 27  # NDRPDR sel
887         - 30  # NDRPDR sel
888         - 31  # NDRPDR sel
889         - 32  # NDRPDR sel
890     vpp-compare-topologies:
891       - "vpp-compare-topologies-ref"
892       - "vpp-compare-topologies-cmp"
893
894     vpp-compare-topologies-mrr-ref:
895       csit-vpp-perf-verify-1904-3n-skx:
896         - 7   # MRR sel
897     vpp-compare-topologies-mrr-cmp:
898       csit-vpp-perf-verify-1904-2n-skx:
899         - 11  # MRR sel
900     vpp-compare-topologies-mrr:
901       - "vpp-compare-topologies-mrr-ref"
902       - "vpp-compare-topologies-mrr-cmp"
903
904     dpdk-compare-topologies-ref:
905       csit-dpdk-perf-verify-1904-3n-skx:
906         - 2   # NDRPDR sel
907         - 3   # NDRPDR sel
908         - 4   # NDRPDR sel
909         - 5   # NDRPDR sel
910         - 6   # NDRPDR sel
911         - 7   # NDRPDR sel
912         - 11  # NDRPDR sel
913         - 12  # NDRPDR sel
914         - 13  # NDRPDR sel
915         - 14  # NDRPDR sel
916     dpdk-compare-topologies-cmp:
917       csit-dpdk-perf-verify-1904-2n-skx:
918         - 2   # NDRPDR sel
919         - 3   # NDRPDR sel
920         - 4   # NDRPDR sel
921         - 5   # NDRPDR sel
922         - 7   # NDRPDR sel
923         - 8   # NDRPDR sel
924         - 9   # NDRPDR sel
925         - 10  # NDRPDR sel
926         - 11  # NDRPDR sel
927         - 12  # NDRPDR sel
928     dpdk-compare-topologies:
929       - "dpdk-compare-topologies-ref"
930       - "dpdk-compare-topologies-cmp"
931
932   plot-layouts:
933
934     plot-soak-throughput:
935       titlefont:
936         size: 18
937       xaxis:
938         title: "<b>Test Cases [Index]</b>"
939         titlefont:
940           size: 16
941         autorange: True
942         fixedrange: False
943         gridcolor: "rgb(230, 230, 230)"
944         linecolor: "rgb(220, 220, 220)"
945         linewidth: 1
946         showgrid: True
947         showline: True
948         showticklabels: True
949         tickcolor: "rgb(220, 220, 220)"
950         tickmode: "linear"
951         tickfont:
952           size: 16
953         zeroline: False
954       yaxis:
955         title: "<b>Packet Throughput [Mpps]</b>"
956         titlefont:
957           size: 16
958         gridcolor: "rgb(230, 230, 230)"
959         hoverformat: ".4r"
960         tickformat: ".3r"
961         linecolor: "rgb(220, 220, 220)"
962         linewidth: 1
963         showgrid: True
964         showline: True
965         showticklabels: True
966         tickcolor: "rgb(220, 220, 220)"
967         tickfont:
968           size: 16
969         zeroline: False
970         range: [0,50]
971       autosize: False
972       margin:
973         t: 50
974         b: 0
975         l: 80
976         r: 20
977       showlegend: True
978       legend:
979         orientation: "h"
980         font:
981           size: 16
982       width: 700
983       height: 900
984
985     plot-service-density:
986       titlefont:
987         size: 18
988       xaxis:
989         side: "top"
990         autorange: True
991         fixedrange: False
992         showgrid: False
993         showline: False
994         showticklabels: False
995         ticks: ""
996         ticklen: 0
997         tickwidth: 0
998         zeroline: False
999       yaxis:
1000         autorange: "reversed"
1001         showgrid: False
1002         showline: False
1003         showticklabels: False
1004         ticks: ""
1005         ticklen: 0
1006         tickwidth: 0
1007         zeroline: False
1008       autosize: True
1009       showlegend: False
1010       width: 700
1011       height: 700
1012
1013     plot-cps:
1014       titlefont:
1015         size: 18
1016       xaxis:
1017         title: "<b>Test Cases [Index]</b>"
1018         titlefont:
1019           size: 16
1020         autorange: True
1021         fixedrange: False
1022         gridcolor: "rgb(230, 230, 230)"
1023         linecolor: "rgb(220, 220, 220)"
1024         linewidth: 1
1025         showgrid: True
1026         showline: True
1027         showticklabels: True
1028         tickcolor: "rgb(220, 220, 220)"
1029         tickmode: "linear"
1030         tickfont:
1031           size: 16
1032         zeroline: False
1033       yaxis:
1034         title: "<b>Connections Per Second [cps]</b>"
1035         titlefont:
1036           size: 16
1037         gridcolor: "rgb(230, 230, 230)"
1038         hoverformat: ".4s"
1039         linecolor: "rgb(220, 220, 220)"
1040         linewidth: 1
1041         rangemode: "tozero"
1042         showgrid: True
1043         showline: True
1044         showticklabels: True
1045         tickcolor: "rgb(220, 220, 220)"
1046         tickformat: ".3s"
1047         tickfont:
1048           size: 16
1049         zeroline: False
1050       boxmode: "group"
1051       boxgroupgap: 0.5
1052       autosize: False
1053       margin:
1054         t: 50
1055         b: 20
1056         l: 80
1057         r: 20
1058       showlegend: True
1059       legend:
1060         orientation: "h"
1061         font:
1062           size: 16
1063       width: 700
1064       height: 800
1065
1066     plot-rps:
1067       titlefont:
1068         size: 18
1069       xaxis:
1070         title: "<b>Test Cases [Index]</b>"
1071         titlefont:
1072           size: 16
1073         autorange: True
1074         fixedrange: False
1075         gridcolor: "rgb(230, 230, 230)"
1076         linecolor: "rgb(220, 220, 220)"
1077         linewidth: 1
1078         showgrid: True
1079         showline: True
1080         showticklabels: True
1081         tickcolor: "rgb(220, 220, 220)"
1082         tickmode: "linear"
1083         tickfont:
1084           size: 16
1085         zeroline: False
1086       yaxis:
1087         title: "<b>Requests Per Second [rps]</b>"
1088         titlefont:
1089           size: 16
1090         gridcolor: "rgb(230, 230, 230)"
1091         hoverformat: ".4s"
1092         linecolor: "rgb(220, 220, 220)"
1093         linewidth: 1
1094         rangemode: "tozero"
1095         showgrid: True
1096         showline: True
1097         showticklabels: True
1098         tickcolor: "rgb(230, 230, 230)"
1099         tickformat: ".3s"
1100         tickfont:
1101           size: 16
1102         zeroline: False
1103       boxmode: "group"
1104       boxgroupgap: 0.5
1105       autosize: False
1106       margin:
1107         t: 50
1108         b: 20
1109         l: 80
1110         r: 20
1111       showlegend: True
1112       legend:
1113         orientation: "h"
1114         font:
1115           size: 16
1116       width: 700
1117       height: 800
1118
1119     plot-throughput:
1120       titlefont:
1121         size: 18
1122       xaxis:
1123         title: "<b>Test Cases [Index]</b>"
1124         titlefont:
1125           size: 16
1126         autorange: True
1127         fixedrange: False
1128         gridcolor: "rgb(230, 230, 230)"
1129         linecolor: "rgb(220, 220, 220)"
1130         linewidth: 1
1131         showgrid: True
1132         showline: True
1133         showticklabels: True
1134         tickcolor: "rgb(220, 220, 220)"
1135         tickmode: "linear"
1136         tickfont:
1137           size: 16
1138         zeroline: False
1139       yaxis:
1140         title: "<b>Packet Throughput [Mpps]</b>"
1141         titlefont:
1142           size: 16
1143         gridcolor: "rgb(230, 230, 230)"
1144         hoverformat: ".4r"
1145         tickformat: ".3r"
1146         linecolor: "rgb(220, 220, 220)"
1147         linewidth: 1
1148         showgrid: True
1149         showline: True
1150         showticklabels: True
1151         tickcolor: "rgb(220, 220, 220)"
1152         tickfont:
1153           size: 16
1154         zeroline: False
1155         range: [0,50]
1156       boxmode: "group"
1157       boxgroupgap: 0.5
1158       autosize: False
1159       margin:
1160         t: 50
1161         b: 0
1162         l: 80
1163         r: 20
1164       showlegend: True
1165       legend:
1166         orientation: "h"
1167         font:
1168           size: 16
1169       width: 700
1170       height: 900
1171
1172     plot-throughput-speedup-analysis:
1173       titlefont:
1174         size: 18
1175       xaxis:
1176         title: "<b>Number of Cores [Qty]</b>"
1177         titlefont:
1178           size: 16
1179         autorange: True
1180         fixedrange: False
1181         gridcolor: "rgb(230, 230, 230)"
1182         linecolor: "rgb(220, 220, 220)"
1183         linewidth: 1
1184         showgrid: True
1185         showline: True
1186         showticklabels: True
1187         tickcolor: "rgb(238, 238, 238)"
1188         tickmode: "linear"
1189         tickfont:
1190           size: 16
1191         zeroline: False
1192       yaxis:
1193         title: "<b>Packet Throughput [Mpps]</b>"
1194         titlefont:
1195           size: 16
1196         type: "linear"
1197         gridcolor: "rgb(230, 230, 230)"
1198         hoverformat: ".4s"
1199         linecolor: "rgb(220, 220, 220)"
1200         linewidth: 1
1201         showgrid: True
1202         showline: True
1203         showticklabels: True
1204         tickcolor: "rgb(220, 220, 220)"
1205         tickformat: ".4s"
1206         tickfont:
1207           size: 16
1208         zeroline: True
1209         rangemode: "tozero"
1210         range: [0,100]
1211       legend:
1212         orientation: "h"
1213         font:
1214           size: 16
1215         xanchor: "left"
1216         yanchor: "top"
1217         x: 0
1218         y: -0.2
1219         bgcolor: "rgba(255, 255, 255, 0)"
1220         bordercolor: "rgba(255, 255, 255, 0)"
1221         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1222       autosize: False
1223       margin:
1224           't': 50
1225           'b': 150
1226           'l': 85
1227           'r': 10
1228       showlegend: True
1229       width: 700
1230       height: 700
1231       hoverlabel:
1232         namelength: -1
1233       annotations: [
1234         {
1235           text: "_ _          __          ...",
1236           align: "left",
1237           showarrow: False,
1238           xref: "paper",
1239           yref: "paper",
1240           xanchor: "left",
1241           yanchor: "top",
1242           x: 0,
1243           y: -0.13,
1244           font: {
1245             family: "Consolas, Courier New",
1246             size: 15
1247           },
1248         },
1249         {
1250           text: "    Perfect     Measured     Limit",
1251           align: "left",
1252           showarrow: False,
1253           xref: "paper",
1254           yref: "paper",
1255           xanchor: "left",
1256           yanchor: "top",
1257           x: 0,
1258           y: -0.15,
1259           font: {
1260             family: "Consolas, Courier New",
1261             size: 15
1262           },
1263         },
1264       ]
1265
1266     plot-latency:
1267       titlefont:
1268         size: 18
1269       xaxis:
1270         title: "<b>Direction</b>"
1271         titlefont:
1272           size: 16
1273         autorange: True
1274         fixedrange: False
1275         gridcolor: "rgb(230, 230, 230)"
1276         linecolor: "rgb(220, 220, 220)"
1277         linewidth: 1
1278         showgrid: True
1279         showline: True
1280         showticklabels: False
1281         tickcolor: "rgb(220, 220, 220)"
1282         tickmode: "linear"
1283         tickfont:
1284           size: 16
1285         zeroline: False
1286       yaxis:
1287         title: "<b>Packet Latency [uSec]</b>"
1288         titlefont:
1289           size: 16
1290         type: "linear"
1291         gridcolor: "rgb(230, 230, 230)"
1292         hoverformat: ".4s"
1293         linecolor: "rgb(220, 220, 220)"
1294         linewidth: 1
1295         showgrid: True
1296         showline: True
1297         showticklabels: True
1298         tickcolor: "rgb(220, 220, 220)"
1299         tickformat: ".4s"
1300         tickfont:
1301           size: 16
1302         zeroline: True
1303         rangemode: "tozero"
1304       legend:
1305         orientation: "h"
1306         font:
1307           size: 16
1308         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1309       autosize: False
1310       margin:
1311           't': 50
1312           'b': 150
1313           'l': 80
1314           'r': 10
1315       showlegend: True
1316       width: 700
1317       height: 700
1318       hoverlabel:
1319         namelength: -1
1320
1321 - type: "static"
1322   src-path: "{DIR[RST]}"
1323   dst-path: "{DIR[WORKING,SRC]}"
1324
1325 - type: "input"
1326   general:
1327     file-name: "robot-plugin.zip"
1328     file-format: ".zip"
1329     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1330     extract: "robot-plugin/output.xml"
1331
1332   builds:
1333 #    # TODO: Add 1904 data
1334 ##    intel-dnv-vpp-release-1904:
1335 ##      - 1
1336 #
1337 #    intel-dnv-vpp-release-1901:
1338 #      - 1
1339 #
1340 #    intel-dnv-vpp-release-1810:
1341 #      - 1
1342
1343     csit-vpp-perf-verify-1810-3n-hsw:
1344       - 9   # MRR sel
1345       - 8   # NDRPDR sel
1346       - 12  # NDRPDR sel
1347       - 14  # NDRPDR sel
1348       - 18  # NDRPDR sel
1349       - 23  # NDRPDR sel
1350       - 25  # NDRPDR sel
1351       - 38  # NDRPDR sel
1352       - 39  # NDRPDR sel
1353       - 41  # NDRPDR sel
1354       - 42  # NDRPDR sel
1355 #      - 28  # WRK
1356 #      - 29  # WRK
1357 #      - 30  # WRK
1358 #      - 31  # WRK
1359 #      - 32  # WRK
1360 #      - 33  # WRK
1361 #      - 34  # WRK
1362 #      - 35  # WRK
1363 #      - 36  # WRK
1364 #      - 37  # WRK
1365     csit-vpp-perf-verify-1901-3n-hsw:
1366       - 35  # MRR sel
1367       - 10  # NDRPDR sel
1368       - 19  # NDRPDR sel
1369       - 31  # NDRPDR sel
1370       - 36  # NDRPDR sel
1371       - 40  # NDRPDR sel
1372       - 42  # NDRPDR sel
1373       - 44  # NDRPDR sel
1374       - 46  # NDRPDR sel
1375       - 47  # NDRPDR sel
1376       - 48  # NDRPDR sel
1377       - 61  # NDRPDR LB
1378       - 62  # NDRPDR LB
1379       - 63  # NDRPDR LB
1380       - 64  # NDRPDR LB
1381       - 65  # NDRPDR LB
1382       - 66  # NDRPDR LB
1383       - 67  # NDRPDR LB
1384       - 69  # NDRPDR LB
1385       - 70  # NDRPDR LB
1386       - 71  # NDRPDR LB
1387     # TODO: Add 1904 Data
1388     csit-vpp-perf-verify-1904-3n-hsw:
1389       - 9   # MRR sel
1390       - 11  # NDRPDR sel
1391       - 12  # NDRPDR sel
1392       - 20  # NDRPDR sel
1393       - 21  # NDRPDR sel
1394       - 23  # NDRPDR sel
1395       - 24  # NDRPDR sel
1396       - 25  # NDRPDR sel
1397       - 26  # NDRPDR sel
1398       - 29  # NDRPDR sel
1399       - 30  # NDRPDR sel
1400
1401     csit-vpp-perf-verify-1810-3n-skx:
1402       - 9   # MRR sel
1403       - 11  # MRR sel
1404       - 12  # MRR sel
1405       - 13  # MRR sel
1406       - 10  # NDRPDR sel
1407       - 14  # NDRPDR sel
1408       - 15  # NDRPDR sel
1409       - 16  # NDRPDR sel
1410       - 17  # NDRPDR sel
1411       - 19  # NDRPDR sel
1412       - 20  # NDRPDR sel
1413       - 21  # NDRPDR sel
1414       - 22  # NDRPDR sel
1415       - 25  # NDRPDR sel
1416     csit-vpp-perf-verify-1901-3n-skx:
1417       - 32  # MRR sel
1418       - 18  # NDRPDR sel
1419       - 19  # NDRPDR sel
1420       - 20  # NDRPDR sel
1421       - 28  # NDRPDR sel
1422       - 31  # NDRPDR sel
1423       - 33  # NDRPDR sel
1424       - 36  # NDRPDR sel
1425       - 38  # NDRPDR sel
1426       - 47  # NDRPDR sel
1427       - 48  # NDRPDR sel
1428       - 54  # NDRPDR LB
1429       - 57  # NDRPDR LB
1430       - 58  # NDRPDR LB
1431       - 59  # NDRPDR LB
1432       - 60  # NDRPDR LB
1433       - 63  # NDRPDR LB
1434       - 64  # NDRPDR LB
1435       - 65  # NDRPDR LB
1436       - 66  # NDRPDR LB
1437       - 67  # NDRPDR LB
1438     csit-vpp-perf-verify-1904-3n-skx:
1439       - 7   # MRR sel
1440       - 26  # NDRPDR full
1441       - 27  # NDRPDR full
1442       - 30  # NDRPDR full
1443       - 31  # NDRPDR full
1444       - 8   # NDRPDR sel
1445       - 9   # NDRPDR sel
1446       - 10  # NDRPDR sel
1447       - 11  # NDRPDR sel
1448       - 12  # NDRPDR sel
1449       - 14  # NDRPDR sel
1450       - 16  # NDRPDR sel
1451       - 21  # NDRPDR sel
1452       - 23  # NDRPDR sel
1453       - 25  # NDRPDR sel
1454
1455     csit-vpp-perf-verify-1810-2n-skx:
1456       - 8   # MRR sel
1457       - 10  # MRR sel
1458       - 11  # MRR sel
1459       - 12  # MRR sel
1460       - 9   # NDRPDR sel
1461       - 13  # NDRPDR sel
1462       - 14  # NDRPDR sel
1463       - 19  # NDRPDR sel
1464       - 20  # NDRPDR sel
1465       - 21  # NDRPDR sel
1466       - 22  # NDRPDR sel
1467       - 23  # NDRPDR sel
1468       - 24  # NDRPDR sel
1469       - 27  # NDRPDR sel
1470     csit-vpp-perf-verify-1901-2n-skx:
1471       - 22  # MRR sel
1472       - 5   # NDRPDR sel
1473       - 12  # NDRPDR sel
1474       - 13  # NDRPDR sel
1475       - 21  # NDRPDR sel
1476       - 23  # NDRPDR sel
1477       - 31  # NDRPDR sel
1478       - 34  # NDRPDR sel
1479       - 40  # NDRPDR sel
1480       - 42  # NDRPDR sel
1481       - 43  # NDRPDR sel
1482     # TODO: Add 1904 data
1483     csit-vpp-perf-verify-1904-2n-skx:
1484       - 11  # MRR sel
1485       - 33  # NDRPDR full
1486       - 39  # NDRPDR full
1487       - 58  # NDRPDR full
1488       - 62  # NDRPDR full
1489       - 12  # NDRPDR sel
1490       - 14  # NDRPDR sel
1491       - 16  # NDRPDR sel
1492       - 17  # NDRPDR sel
1493       - 18  # NDRPDR sel
1494       - 21  # NDRPDR sel
1495       - 27  # NDRPDR sel
1496       - 30  # NDRPDR sel
1497       - 31  # NDRPDR sel
1498       - 32  # NDRPDR sel
1499       - 40  # NFV MRR 64b
1500       - 41  # NFV MRR 64b
1501       - 42  # NFV MRR 64b
1502       - 47  # NFV MRR 64b
1503       - 48  # NFV MRR 64b
1504       - 49  # NFV MRR IMIX
1505       - 50  # NFV MRR IMIX
1506       - 51  # NFV MRR IMIX
1507       - 54  # NFV MRR IMIX
1508       - 55  # NFV MRR IMIX
1509       - 56  # NFV NDRPDR 64b
1510       - 59  # NFV NDRPDR 64b
1511       - 60  # NFV NDRPDR 64b
1512       - 65  # NFV NDRPDR 64b
1513       - 68  # NFV NDRPDR 64b
1514       - 66  # NFV NDRPDR IMIX
1515       - 67  # NFV NDRPDR IMIX
1516       - 69  # NFV NDRPDR IMIX
1517       - 80  # NFV MRR NDRPDR 64b IMIX
1518       - 70  # SOAK
1519       - 71  # SOAK
1520
1521 #    csit-ligato-perf-verify-1901-3n-hsw:
1522 #      - 10  # NDRPDR full
1523 #      - 8   # NDRPDR sel
1524 #      - 9   # NDRPDR sel
1525 #      - 11  # NDRPDR sel
1526 #      - 12  # NDRPDR sel
1527 #      - 13  # NDRPDR sel
1528 #      - 14  # NDRPDR sel
1529 #      - 15  # NDRPDR sel
1530 #      - 16  # NDRPDR sel
1531 #      - 17  # NDRPDR sel
1532 #      - 18  # NDRPDR sel
1533 #    # TODO: Add 1904 data
1534 ##    csit-ligato-perf-verify-1904-3n-hsw:
1535 ##      -
1536
1537     csit-dpdk-perf-verify-1810-3n-hsw:
1538       - 1   # NDRPDR sel
1539       - 2   # NDRPDR sel
1540       - 3   # NDRPDR sel
1541       - 4   # NDRPDR sel
1542       - 5   # NDRPDR sel
1543       - 6   # NDRPDR sel
1544       - 7   # NDRPDR sel
1545       - 8   # NDRPDR sel
1546       - 9   # NDRPDR sel
1547       - 10  # NDRPDR sel
1548     csit-dpdk-perf-verify-1901-3n-hsw:
1549       - 13  # NDRPDR sel
1550       - 14  # NDRPDR sel
1551       - 16  # NDRPDR sel
1552       - 17  # NDRPDR sel
1553       - 18  # NDRPDR sel
1554       - 19  # NDRPDR sel
1555       - 20  # NDRPDR sel
1556       - 21  # NDRPDR sel
1557       - 22  # NDRPDR sel
1558       - 23  # NDRPDR sel
1559     csit-dpdk-perf-verify-1904-3n-hsw:
1560       - 2   # NDRPDR sel
1561       - 3   # NDRPDR sel
1562       - 5   # NDRPDR sel
1563       - 6   # NDRPDR sel
1564       - 13  # NDRPDR sel
1565       - 14  # NDRPDR sel
1566       - 15  # NDRPDR sel
1567       - 18  # NDRPDR sel
1568       - 19  # NDRPDR sel
1569       - 20  # NDRPDR sel
1570
1571     csit-dpdk-perf-verify-1810-3n-skx:
1572       - 3   # NDRPDR sel
1573       - 4   # NDRPDR sel
1574       - 6   # NDRPDR sel
1575       - 7   # NDRPDR sel
1576       - 8   # NDRPDR sel
1577       - 9   # NDRPDR sel
1578       - 10  # NDRPDR sel
1579       - 11  # NDRPDR sel
1580       - 12  # NDRPDR sel
1581       - 13  # NDRPDR sel
1582     csit-dpdk-perf-verify-1901-3n-skx:
1583       - 3   # NDRPDR sel
1584       - 5   # NDRPDR sel
1585       - 6   # NDRPDR sel
1586       - 7   # NDRPDR sel
1587       - 8   # NDRPDR sel
1588       - 9   # NDRPDR sel
1589       - 10  # NDRPDR sel
1590       - 11  # NDRPDR sel
1591       - 12  # NDRPDR sel
1592       - 13  # NDRPDR sel
1593     csit-dpdk-perf-verify-1904-3n-skx:
1594       - 2   # NDRPDR sel
1595       - 3   # NDRPDR sel
1596       - 4   # NDRPDR sel
1597       - 5   # NDRPDR sel
1598       - 6   # NDRPDR sel
1599       - 7   # NDRPDR sel
1600       - 11  # NDRPDR sel
1601       - 12  # NDRPDR sel
1602       - 13  # NDRPDR sel
1603       - 14  # NDRPDR sel
1604
1605     csit-dpdk-perf-verify-1810-2n-skx:
1606       - 3   # NDRPDR sel
1607       - 4   # NDRPDR sel
1608       - 5   # NDRPDR sel
1609       - 7   # NDRPDR sel
1610       - 8   # NDRPDR sel
1611       - 9   # NDRPDR sel
1612       - 10  # NDRPDR sel
1613       - 11  # NDRPDR sel
1614       - 12  # NDRPDR sel
1615       - 13  # NDRPDR sel
1616     csit-dpdk-perf-verify-1901-2n-skx:
1617       - 12  # NDRPDR sel
1618       - 13  # NDRPDR sel
1619       - 14  # NDRPDR sel
1620       - 15  # NDRPDR sel
1621       - 16  # NDRPDR sel
1622       - 17  # NDRPDR sel
1623       - 18  # NDRPDR sel
1624       - 19  # NDRPDR sel
1625       - 20  # NDRPDR sel
1626       - 21  # NDRPDR sel
1627     csit-dpdk-perf-verify-1904-2n-skx:
1628       - 2   # NDRPDR sel
1629       - 3   # NDRPDR sel
1630       - 4   # NDRPDR sel
1631       - 5   # NDRPDR sel
1632       - 7   # NDRPDR sel
1633       - 8   # NDRPDR sel
1634       - 9   # NDRPDR sel
1635       - 10  # NDRPDR sel
1636       - 11  # NDRPDR sel
1637       - 12  # NDRPDR sel
1638
1639     csit-vpp-functional-1904-ubuntu1604-virl:
1640       - 33
1641     csit-vpp-functional-1904-centos7-virl:
1642       - 32
1643     csit-vpp-device-1904-ubuntu1804-1n-skx:
1644       - 32
1645 #    # Not used
1646 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1647 #      - 1
1648     csit-dmm-functional-1904-ubuntu1604-virl:
1649       - 1
1650     csit-hc2vpp-verify-func-1904-ubuntu1604:
1651       - 4
1652
1653 - type: "output"
1654   output: "report"
1655   format:
1656     html:
1657     - full
1658 #    pdf:
1659 #    - minimal
1660
1661 ################################################################################
1662 ###                               T A B L E S                                ###
1663 ################################################################################
1664
1665 # VPP SOAK vs NDR
1666 - type: "table"
1667   title: "VPP Soak vs NDR 2n-skx"
1668   algorithm: "table_soak_vs_ndr"
1669   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1670   reference:
1671     title: "NDR"
1672     data: "vpp-soak-vs-ndr-2n-skx-ref"
1673   compare:
1674     title: "Soak"
1675     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1676   data: "vpp-soak-vs-ndr-2n-skx"
1677   include-tests: "NDR"
1678   filter: "('NDRPDR' or 'SOAK')"
1679   parameters:
1680     - "throughput"
1681     - "name"
1682     - "parent"
1683
1684 ################################################################################
1685
1686 # VPP Compare NICs 3n-hsw 1t1c ndr
1687 - type: "table"
1688   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1689   algorithm: "table_nics_comparison"
1690   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1691   reference:
1692     title: "Intel-x520"
1693     nic: "NIC_Intel-X520-DA2"
1694   compare:
1695     title: "Intel-x710"
1696     nic: "NIC_Intel-X710"
1697   data: "vpp-nic-comparison-3n-hsw"
1698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1699   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1700   parameters:
1701   - "name"
1702   - "parent"
1703   - "throughput"
1704   - "tags"
1705
1706 # VPP Compare NICs 3n-hsw 2t2c ndr
1707 - type: "table"
1708   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1709   algorithm: "table_nics_comparison"
1710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1711   reference:
1712     title: "Intel-x520"
1713     nic: "NIC_Intel-X520-DA2"
1714   compare:
1715     title: "Intel-x710"
1716     nic: "NIC_Intel-X710"
1717   data: "vpp-nic-comparison-3n-hsw"
1718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1719   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1720   parameters:
1721   - "name"
1722   - "parent"
1723   - "throughput"
1724   - "tags"
1725
1726 # VPP Compare NICs 3n-hsw 1t1c pdr
1727 - type: "table"
1728   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1729   algorithm: "table_nics_comparison"
1730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1731   reference:
1732     title: "Intel-x520"
1733     nic: "NIC_Intel-X520-DA2"
1734   compare:
1735     title: "Intel-x710"
1736     nic: "NIC_Intel-X710"
1737   data: "vpp-nic-comparison-3n-hsw"
1738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1739   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1740   parameters:
1741   - "name"
1742   - "parent"
1743   - "throughput"
1744   - "tags"
1745
1746 # VPP Compare NICs 3n-hsw 2t2c pdr
1747 - type: "table"
1748   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1749   algorithm: "table_nics_comparison"
1750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1751   reference:
1752     title: "Intel-x520"
1753     nic: "NIC_Intel-X520-DA2"
1754   compare:
1755     title: "Intel-x710"
1756     nic: "NIC_Intel-X710"
1757   data: "vpp-nic-comparison-3n-hsw"
1758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1759   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1760   parameters:
1761   - "name"
1762   - "parent"
1763   - "throughput"
1764   - "tags"
1765
1766 # VPP Compare NICs 3n-hsw 1t1c mrr
1767 - type: "table"
1768   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1769   algorithm: "table_nics_comparison"
1770   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1771   reference:
1772     title: "Intel-x520"
1773     nic: "NIC_Intel-X520-DA2"
1774   compare:
1775     title: "Intel-x710"
1776     nic: "NIC_Intel-X710"
1777   data: "vpp-nic-comparison-3n-hsw-mrr"
1778   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1779   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1780   parameters:
1781   - "name"
1782   - "parent"
1783   - "result"
1784   - "tags"
1785
1786 # VPP Compare NICs 3n-hsw 2t2c mrr
1787 - type: "table"
1788   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1789   algorithm: "table_nics_comparison"
1790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1791   reference:
1792     title: "Intel-x520"
1793     nic: "NIC_Intel-X520-DA2"
1794   compare:
1795     title: "Intel-x710"
1796     nic: "NIC_Intel-X710"
1797   data: "vpp-nic-comparison-3n-hsw-mrr"
1798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1799   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1800   parameters:
1801   - "name"
1802   - "parent"
1803   - "result"
1804   - "tags"
1805
1806 # VPP Compare NICs 3n-hsw 4t4c mrr
1807 - type: "table"
1808   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1809   algorithm: "table_nics_comparison"
1810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1811   reference:
1812     title: "Intel-x520"
1813     nic: "NIC_Intel-X520-DA2"
1814   compare:
1815     title: "Intel-x710"
1816     nic: "NIC_Intel-X710"
1817   data: "vpp-nic-comparison-3n-hsw-mrr"
1818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1819   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1820   parameters:
1821   - "name"
1822   - "parent"
1823   - "result"
1824   - "tags"
1825
1826 # VPP Compare NICs 3n-skx 2t1c ndr
1827 - type: "table"
1828   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1829   algorithm: "table_nics_comparison"
1830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1831   reference:
1832     title: "Intel-x710"
1833     nic: "NIC_Intel-X710"
1834   compare:
1835     title: "Intel-xxv710"
1836     nic: "NIC_Intel-XXV710"
1837   data: "vpp-nic-comparison-3n-skx"
1838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1839   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1840   parameters:
1841   - "name"
1842   - "parent"
1843   - "throughput"
1844   - "tags"
1845
1846 # VPP Compare NICs 3n-skx 4t2c ndr
1847 - type: "table"
1848   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1849   algorithm: "table_nics_comparison"
1850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1851   reference:
1852     title: "Intel-x710"
1853     nic: "NIC_Intel-X710"
1854   compare:
1855     title: "Intel-xxv710"
1856     nic: "NIC_Intel-XXV710"
1857   data: "vpp-nic-comparison-3n-skx"
1858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1859   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1860   parameters:
1861   - "name"
1862   - "parent"
1863   - "throughput"
1864   - "tags"
1865
1866 # VPP Compare NICs 3n-skx 2t1c pdr
1867 - type: "table"
1868   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1869   algorithm: "table_nics_comparison"
1870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1871   reference:
1872     title: "Intel-x710"
1873     nic: "NIC_Intel-X710"
1874   compare:
1875     title: "Intel-xxv710"
1876     nic: "NIC_Intel-XXV710"
1877   data: "vpp-nic-comparison-3n-skx"
1878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1879   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1880   parameters:
1881   - "name"
1882   - "parent"
1883   - "throughput"
1884   - "tags"
1885
1886  # VPP Compare NICs 3n-skx 4t2c pdr
1887 - type: "table"
1888   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1889   algorithm: "table_nics_comparison"
1890   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1891   reference:
1892     title: "Intel-x710"
1893     nic: "NIC_Intel-X710"
1894   compare:
1895     title: "Intel-xxv710"
1896     nic: "NIC_Intel-XXV710"
1897   data: "vpp-nic-comparison-3n-skx"
1898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1899   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1900   parameters:
1901   - "name"
1902   - "parent"
1903   - "throughput"
1904   - "tags"
1905
1906 # VPP Compare NICs 3n-skx 2t1c mrr
1907 - type: "table"
1908   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1909   algorithm: "table_nics_comparison"
1910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1911   reference:
1912     title: "Intel-x710"
1913     nic: "NIC_Intel-X710"
1914   compare:
1915     title: "Intel-xxv710"
1916     nic: "NIC_Intel-XXV710"
1917   data: "vpp-nic-comparison-3n-skx-mrr"
1918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1919   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1920   parameters:
1921   - "name"
1922   - "parent"
1923   - "result"
1924   - "tags"
1925
1926 # VPP Compare NICs 3n-skx 4t2c mrr
1927 - type: "table"
1928   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1929   algorithm: "table_nics_comparison"
1930   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1931   reference:
1932     title: "Intel-x710"
1933     nic: "NIC_Intel-X710"
1934   compare:
1935     title: "Intel-xxv710"
1936     nic: "NIC_Intel-XXV710"
1937   data: "vpp-nic-comparison-3n-skx-mrr"
1938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1939   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1940   parameters:
1941   - "name"
1942   - "parent"
1943   - "result"
1944   - "tags"
1945
1946  # VPP Compare NICs 3n-skx 8t4c mrr
1947 - type: "table"
1948   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1949   algorithm: "table_nics_comparison"
1950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1951   reference:
1952     title: "Intel-x710"
1953     nic: "NIC_Intel-X710"
1954   compare:
1955     title: "Intel-xxv710"
1956     nic: "NIC_Intel-XXV710"
1957   data: "vpp-nic-comparison-3n-skx-mrr"
1958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1959   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1960   parameters:
1961   - "name"
1962   - "parent"
1963   - "result"
1964   - "tags"
1965
1966 # VPP Compare NICs 2n-skx 2t1c ndr
1967 - type: "table"
1968   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1969   algorithm: "table_nics_comparison"
1970   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1971   reference:
1972     title: "Intel-x710"
1973     nic: "NIC_Intel-X710"
1974   compare:
1975     title: "Intel-xxv710"
1976     nic: "NIC_Intel-XXV710"
1977   data: "vpp-nic-comparison-2n-skx"
1978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1979   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1980   parameters:
1981   - "name"
1982   - "parent"
1983   - "throughput"
1984   - "tags"
1985
1986 # VPP Compare NICs 2n-skx 4t2c ndr
1987 - type: "table"
1988   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1989   algorithm: "table_nics_comparison"
1990   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1991   reference:
1992     title: "Intel-x710"
1993     nic: "NIC_Intel-X710"
1994   compare:
1995     title: "Intel-xxv710"
1996     nic: "NIC_Intel-XXV710"
1997   data: "vpp-nic-comparison-2n-skx"
1998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1999   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2000   parameters:
2001   - "name"
2002   - "parent"
2003   - "throughput"
2004   - "tags"
2005
2006  # VPP Compare NICs 2n-skx 2t1c pdr
2007 - type: "table"
2008   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2009   algorithm: "table_nics_comparison"
2010   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2011   reference:
2012     title: "Intel-x710"
2013     nic: "NIC_Intel-X710"
2014   compare:
2015     title: "Intel-xxv710"
2016     nic: "NIC_Intel-XXV710"
2017   data: "vpp-nic-comparison-2n-skx"
2018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2019   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2020   parameters:
2021   - "name"
2022   - "parent"
2023   - "throughput"
2024   - "tags"
2025
2026 # VPP Compare NICs 2n-skx 4t2c pdr
2027 - type: "table"
2028   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2029   algorithm: "table_nics_comparison"
2030   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2031   reference:
2032     title: "Intel-x710"
2033     nic: "NIC_Intel-X710"
2034   compare:
2035     title: "Intel-xxv710"
2036     nic: "NIC_Intel-XXV710"
2037   data: "vpp-nic-comparison-2n-skx"
2038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2039   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2040   parameters:
2041   - "name"
2042   - "parent"
2043   - "throughput"
2044   - "tags"
2045
2046 # VPP Compare NICs 2n-skx 2t1c mrr
2047 - type: "table"
2048   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2049   algorithm: "table_nics_comparison"
2050   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2051   reference:
2052     title: "Intel-x710"
2053     nic: "NIC_Intel-X710"
2054   compare:
2055     title: "Intel-xxv710"
2056     nic: "NIC_Intel-XXV710"
2057   data: "vpp-nic-comparison-2n-skx-mrr"
2058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2059   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2060   parameters:
2061   - "name"
2062   - "parent"
2063   - "result"
2064   - "tags"
2065
2066 # VPP Compare NICs 2n-skx 4t2c mrr
2067 - type: "table"
2068   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2069   algorithm: "table_nics_comparison"
2070   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2071   reference:
2072     title: "Intel-x710"
2073     nic: "NIC_Intel-X710"
2074   compare:
2075     title: "Intel-xxv710"
2076     nic: "NIC_Intel-XXV710"
2077   data: "vpp-nic-comparison-2n-skx-mrr"
2078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2079   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2080   parameters:
2081   - "name"
2082   - "parent"
2083   - "result"
2084   - "tags"
2085
2086 # VPP Compare NICs 2n-skx 8t4c mrr
2087 - type: "table"
2088   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2089   algorithm: "table_nics_comparison"
2090   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2091   reference:
2092     title: "Intel-x710"
2093     nic: "NIC_Intel-X710"
2094   compare:
2095     title: "Intel-xxv710"
2096     nic: "NIC_Intel-XXV710"
2097   data: "vpp-nic-comparison-2n-skx-mrr"
2098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2099   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2100   parameters:
2101   - "name"
2102   - "parent"
2103   - "result"
2104   - "tags"
2105
2106 ################################################################################
2107 # VPP
2108
2109 ## VPP Performance Changes 2n-dnv 1t1c pdr
2110 #- type: "table"
2111 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2112 #  algorithm: "table_performance_comparison"
2113 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
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: "PDR"
2125 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2126 #  parameters:
2127 #  - "name"
2128 #  - "parent"
2129 #  - "throughput"
2130 #
2131 ## VPP Performance Changes 2n-dnv 2t2c pdr
2132 #- type: "table"
2133 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2134 #  algorithm: "table_performance_comparison"
2135 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
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: "PDR"
2147 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2148 #  parameters:
2149 #  - "name"
2150 #  - "parent"
2151 #  - "throughput"
2152 #
2153 ## VPP Performance Changes 2n-dnv 1t1c ndr
2154 #- type: "table"
2155 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2156 #  algorithm: "table_performance_comparison"
2157 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
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: "NDR"
2169 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2170 #  parameters:
2171 #  - "name"
2172 #  - "parent"
2173 #  - "throughput"
2174 #
2175 ## VPP Performance Changes 2n-dnv 2t2c ndr
2176 #- type: "table"
2177 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2178 #  algorithm: "table_performance_comparison"
2179 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
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: "NDR"
2191 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2192 #  parameters:
2193 #  - "name"
2194 #  - "parent"
2195 #  - "throughput"
2196 #
2197 ## VPP Performance Changes 2n-dnv 1t1c MRR
2198 #- type: "table"
2199 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2200 #  algorithm: "table_performance_comparison"
2201 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2202 #  history:
2203 #    - title: "rls1810"
2204 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2205 #  reference:
2206 #    title: "rls1901"
2207 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2208 #  compare:
2209 #    title: "rls1904"
2210 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2211 #  data: "intel-dnv-vpp-changes-2n-dnv"
2212 #  include-tests: "MRR"
2213 #  filter: "'1T1C' and 'MRR'"
2214 #  parameters:
2215 #  - "name"
2216 #  - "parent"
2217 #  - "result"
2218 #
2219 ## VPP Performance Changes 2n-dnv 2t2c MRR
2220 #- type: "table"
2221 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2222 #  algorithm: "table_performance_comparison"
2223 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2224 #  history:
2225 #    - title: "rls1810"
2226 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2227 #  reference:
2228 #    title: "rls1901"
2229 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2230 #  compare:
2231 #    title: "rls1904"
2232 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2233 #  data: "intel-dnv-vpp-changes-2n-dnv"
2234 #  include-tests: "MRR"
2235 #  filter: "'2T2C' and 'MRR'"
2236 #  parameters:
2237 #  - "name"
2238 #  - "parent"
2239 #  - "result"
2240 #
2241 ## VPP Performance Changes 2n-dnv 4t4c MRR
2242 #- type: "table"
2243 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2244 #  algorithm: "table_performance_comparison"
2245 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2246 #  history:
2247 #    - title: "rls1810"
2248 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2249 #  reference:
2250 #    title: "rls1901"
2251 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2252 #  compare:
2253 #    title: "rls1904"
2254 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2255 #  data: "intel-dnv-vpp-changes-2n-dnv"
2256 #  include-tests: "MRR"
2257 #  filter: "'4T4C' and 'MRR'"
2258 #  parameters:
2259 #  - "name"
2260 #  - "parent"
2261 #  - "result"
2262
2263 # VPP Performance Changes 3n-hsw 1t1c pdr
2264 - type: "table"
2265   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2266   algorithm: "table_performance_comparison"
2267   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
2279   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2280   parameters:
2281   - "name"
2282   - "parent"
2283   - "throughput"
2284
2285 # VPP Performance Changes 3n-hsw 2t2c pdr
2286 - type: "table"
2287   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2288   algorithm: "table_performance_comparison"
2289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2290   history:
2291     - title: "rls1810"
2292       data: "vpp-performance-changes-3n-hsw-h1"
2293   reference:
2294     title: "rls1901"
2295     data: "vpp-performance-changes-3n-hsw-ref"
2296   compare:
2297     title: "rls1904"
2298     data: "vpp-performance-changes-3n-hsw-cmp"
2299   data: "vpp-performance-changes-3n-hsw"
2300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2301   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2302   parameters:
2303   - "name"
2304   - "parent"
2305   - "throughput"
2306
2307 # VPP Performance Changes 3n-hsw 1t1c ndr
2308 - type: "table"
2309   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2310   algorithm: "table_performance_comparison"
2311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2312   history:
2313     - title: "rls1810"
2314       data: "vpp-performance-changes-3n-hsw-h1"
2315   reference:
2316     title: "rls1901"
2317     data: "vpp-performance-changes-3n-hsw-ref"
2318   compare:
2319     title: "rls1904"
2320     data: "vpp-performance-changes-3n-hsw-cmp"
2321   data: "vpp-performance-changes-3n-hsw"
2322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2323   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2324   parameters:
2325   - "name"
2326   - "parent"
2327   - "throughput"
2328
2329 # VPP Performance Changes 3n-hsw 2t2c ndr
2330 - type: "table"
2331   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2332   algorithm: "table_performance_comparison"
2333   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2334   history:
2335     - title: "rls1810"
2336       data: "vpp-performance-changes-3n-hsw-h1"
2337   reference:
2338     title: "rls1901"
2339     data: "vpp-performance-changes-3n-hsw-ref"
2340   compare:
2341     title: "rls1904"
2342     data: "vpp-performance-changes-3n-hsw-cmp"
2343   data: "vpp-performance-changes-3n-hsw"
2344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2345   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2346   parameters:
2347   - "name"
2348   - "parent"
2349   - "throughput"
2350
2351 # VPP Performance Changes 3n-skx 2t1c pdr
2352 - type: "table"
2353   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2354   algorithm: "table_performance_comparison"
2355   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
2367   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2368   parameters:
2369   - "name"
2370   - "parent"
2371   - "throughput"
2372
2373 # VPP Performance Changes 3n-skx 4t2c pdr
2374 - type: "table"
2375   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2376   algorithm: "table_performance_comparison"
2377   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2378   history:
2379     - title: "rls1810"
2380       data: "vpp-performance-changes-3n-skx-h1"
2381   reference:
2382     title: "rls1901"
2383     data: "vpp-performance-changes-3n-skx-ref"
2384   compare:
2385     title: "rls1904"
2386     data: "vpp-performance-changes-3n-skx-cmp"
2387   data: "vpp-performance-changes-3n-skx"
2388   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2389   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2390   parameters:
2391   - "name"
2392   - "parent"
2393   - "throughput"
2394
2395 # VPP Performance Changes 3n-skx 2t1c ndr
2396 - type: "table"
2397   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2398   algorithm: "table_performance_comparison"
2399   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2400   history:
2401     - title: "rls1810"
2402       data: "vpp-performance-changes-3n-skx-h1"
2403   reference:
2404     title: "rls1901"
2405     data: "vpp-performance-changes-3n-skx-ref"
2406   compare:
2407     title: "rls1904"
2408     data: "vpp-performance-changes-3n-skx-cmp"
2409   data: "vpp-performance-changes-3n-skx"
2410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2411   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2412   parameters:
2413   - "name"
2414   - "parent"
2415   - "throughput"
2416
2417 # VPP Performance Changes 3n-skx 4t2c ndr
2418 - type: "table"
2419   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2420   algorithm: "table_performance_comparison"
2421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2422   history:
2423     - title: "rls1810"
2424       data: "vpp-performance-changes-3n-skx-h1"
2425   reference:
2426     title: "rls1901"
2427     data: "vpp-performance-changes-3n-skx-ref"
2428   compare:
2429     title: "rls1904"
2430     data: "vpp-performance-changes-3n-skx-cmp"
2431   data: "vpp-performance-changes-3n-skx"
2432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2433   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2434   parameters:
2435   - "name"
2436   - "parent"
2437   - "throughput"
2438
2439 # VPP Performance Changes 2n-skx 2t1c pdr
2440 - type: "table"
2441   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2442   algorithm: "table_performance_comparison"
2443   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
2455   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2456   parameters:
2457   - "name"
2458   - "parent"
2459   - "throughput"
2460
2461 # VPP Performance Changes 2n-skx 4t2c pdr
2462 - type: "table"
2463   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2464   algorithm: "table_performance_comparison"
2465   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2466   history:
2467     - title: "rls1810"
2468       data: "vpp-performance-changes-2n-skx-h1"
2469   reference:
2470     title: "rls1901"
2471     data: "vpp-performance-changes-2n-skx-ref"
2472   compare:
2473     title: "rls1904"
2474     data: "vpp-performance-changes-2n-skx-cmp"
2475   data: "vpp-performance-changes-2n-skx"
2476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2477   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2478   parameters:
2479   - "name"
2480   - "parent"
2481   - "throughput"
2482
2483 # VPP Performance Changes 2n-skx 2t1c ndr
2484 - type: "table"
2485   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2486   algorithm: "table_performance_comparison"
2487   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2488   history:
2489     - title: "rls1810"
2490       data: "vpp-performance-changes-2n-skx-h1"
2491   reference:
2492     title: "rls1901"
2493     data: "vpp-performance-changes-2n-skx-ref"
2494   compare:
2495     title: "rls1904"
2496     data: "vpp-performance-changes-2n-skx-cmp"
2497   data: "vpp-performance-changes-2n-skx"
2498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2499   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2500   parameters:
2501   - "name"
2502   - "parent"
2503   - "throughput"
2504
2505 # VPP Performance Changes 2n-skx 4t2c ndr
2506 - type: "table"
2507   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2508   algorithm: "table_performance_comparison"
2509   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2510   history:
2511     - title: "rls1810"
2512       data: "vpp-performance-changes-2n-skx-h1"
2513   reference:
2514     title: "rls1901"
2515     data: "vpp-performance-changes-2n-skx-ref"
2516   compare:
2517     title: "rls1904"
2518     data: "vpp-performance-changes-2n-skx-cmp"
2519   data: "vpp-performance-changes-2n-skx"
2520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2521   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2522   parameters:
2523   - "name"
2524   - "parent"
2525   - "throughput"
2526
2527 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2528 - type: "table"
2529   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2530   algorithm: "table_performance_comparison"
2531   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2532   reference:
2533     title: "3-Node Hsw"
2534     data: "vpp-compare-testbeds-ref"
2535   compare:
2536     title: "3-Node Skx"
2537     data: "vpp-compare-testbeds-cmp"
2538   data: "vpp-compare-testbeds"
2539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2540   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2541   parameters:
2542   - "name"
2543   - "parent"
2544   - "throughput"
2545
2546 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2547 - type: "table"
2548   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2549   algorithm: "table_performance_comparison"
2550   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2551   reference:
2552     title: "3-Node Hsw"
2553     data: "vpp-compare-testbeds-ref"
2554   compare:
2555     title: "3-Node Skx"
2556     data: "vpp-compare-testbeds-cmp"
2557   data: "vpp-compare-testbeds"
2558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2559   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2560   parameters:
2561   - "name"
2562   - "parent"
2563   - "throughput"
2564
2565 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2566 - type: "table"
2567   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2568   algorithm: "table_performance_comparison"
2569   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2570   reference:
2571     title: "3-Node Hsw"
2572     data: "vpp-compare-testbeds-ref"
2573   compare:
2574     title: "3-Node Skx"
2575     data: "vpp-compare-testbeds-cmp"
2576   data: "vpp-compare-testbeds"
2577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2578   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2579   parameters:
2580   - "name"
2581   - "parent"
2582   - "throughput"
2583
2584 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2585 - type: "table"
2586   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2587   algorithm: "table_performance_comparison"
2588   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2589   reference:
2590     title: "3-Node Hsw"
2591     data: "vpp-compare-testbeds-ref"
2592   compare:
2593     title: "3-Node Skx"
2594     data: "vpp-compare-testbeds-cmp"
2595   data: "vpp-compare-testbeds"
2596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2597   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2598   parameters:
2599   - "name"
2600   - "parent"
2601   - "throughput"
2602
2603 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2604 - type: "table"
2605   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2606   algorithm: "table_performance_comparison"
2607   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2608   reference:
2609     title: "3-Node Skx"
2610     data: "vpp-compare-topologies-ref"
2611   compare:
2612     title: "2-Node Skx"
2613     data: "vpp-compare-topologies-cmp"
2614   data: "vpp-compare-topologies"
2615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2616   filter: "'NDRPDR' and '1C'"
2617   parameters:
2618   - "name"
2619   - "parent"
2620   - "throughput"
2621
2622 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2623 - type: "table"
2624   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2625   algorithm: "table_performance_comparison"
2626   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2627   reference:
2628     title: "3-Node Skx"
2629     data: "vpp-compare-topologies-ref"
2630   compare:
2631     title: "2-Node Skx"
2632     data: "vpp-compare-topologies-cmp"
2633   data: "vpp-compare-topologies"
2634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2635   filter: "'NDRPDR' and '2C'"
2636   parameters:
2637   - "name"
2638   - "parent"
2639   - "throughput"
2640
2641 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2642 - type: "table"
2643   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2644   algorithm: "table_performance_comparison"
2645   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2646   reference:
2647     title: "3-Node Skx"
2648     data: "vpp-compare-topologies-ref"
2649   compare:
2650     title: "2-Node Skx"
2651     data: "vpp-compare-topologies-cmp"
2652   data: "vpp-compare-topologies"
2653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2654   filter: "'NDRPDR' and '1C'"
2655   parameters:
2656   - "name"
2657   - "parent"
2658   - "throughput"
2659
2660 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2661 - type: "table"
2662   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2663   algorithm: "table_performance_comparison"
2664   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2665   reference:
2666     title: "3-Node Skx"
2667     data: "vpp-compare-topologies-ref"
2668   compare:
2669     title: "2-Node Skx"
2670     data: "vpp-compare-topologies-cmp"
2671   data: "vpp-compare-topologies"
2672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2673   filter: "'NDRPDR' and '2C'"
2674   parameters:
2675   - "name"
2676   - "parent"
2677   - "throughput"
2678
2679 # VPP Performance Changes 3n-hsw 1t1c MRR
2680 - type: "table"
2681   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2682   algorithm: "table_performance_comparison"
2683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2684   history:
2685     - title: "rls1810"
2686       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2687   reference:
2688     title: "rls1901"
2689     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2690   compare:
2691     title: "rls1904"
2692     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2693   data: "vpp-performance-changes-3n-hsw-mrr"
2694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2695   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2696   parameters:
2697   - "name"
2698   - "parent"
2699   - "result"
2700
2701 # VPP Performance Changes 3n-hsw 2t2c MRR
2702 - type: "table"
2703   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2704   algorithm: "table_performance_comparison"
2705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2706   history:
2707     - title: "rls1810"
2708       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2709   reference:
2710     title: "rls1901"
2711     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2712   compare:
2713     title: "rls1904"
2714     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2715   data: "vpp-performance-changes-3n-hsw-mrr"
2716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2717   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2718   parameters:
2719   - "name"
2720   - "parent"
2721   - "result"
2722
2723 # VPP Performance Changes 3n-hsw 4t4c MRR
2724 - type: "table"
2725   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2726   algorithm: "table_performance_comparison"
2727   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2728   history:
2729     - title: "rls1810"
2730       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2731   reference:
2732     title: "rls1901"
2733     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2734   compare:
2735     title: "rls1904"
2736     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2737   data: "vpp-performance-changes-3n-hsw-mrr"
2738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2739   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2740   parameters:
2741   - "name"
2742   - "parent"
2743   - "result"
2744
2745 # VPP Performance Changes 3n-skx 2t1c MRR
2746 - type: "table"
2747   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2748   algorithm: "table_performance_comparison"
2749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2750   history:
2751     - title: "rls1810"
2752       data: "vpp-performance-changes-3n-skx-mrr-h1"
2753   reference:
2754     title: "rls1901"
2755     data: "vpp-performance-changes-3n-skx-mrr-ref"
2756   compare:
2757     title: "rls1904"
2758     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2759   data: "vpp-performance-changes-3n-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 3n-skx 4t2c MRR
2768 - type: "table"
2769   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2770   algorithm: "table_performance_comparison"
2771   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2772   history:
2773     - title: "rls1810"
2774       data: "vpp-performance-changes-3n-skx-mrr-h1"
2775   reference:
2776     title: "rls1901"
2777     data: "vpp-performance-changes-3n-skx-mrr-ref"
2778   compare:
2779     title: "rls1904"
2780     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2781   data: "vpp-performance-changes-3n-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 3n-skx 8t4c MRR
2790 - type: "table"
2791   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2792   algorithm: "table_performance_comparison"
2793   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2794   history:
2795     - title: "rls1810"
2796       data: "vpp-performance-changes-3n-skx-mrr-h1"
2797   reference:
2798     title: "rls1901"
2799     data: "vpp-performance-changes-3n-skx-mrr-ref"
2800   compare:
2801     title: "rls1904"
2802     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2803   data: "vpp-performance-changes-3n-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 Performance Changes 2n-skx 2t1c MRR
2812 - type: "table"
2813   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2814   algorithm: "table_performance_comparison"
2815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2816   history:
2817     - title: "rls1810"
2818       data: "vpp-performance-changes-2n-skx-mrr-h1"
2819   reference:
2820     title: "rls1901"
2821     data: "vpp-performance-changes-2n-skx-mrr-ref"
2822   compare:
2823     title: "rls1904"
2824     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2825   data: "vpp-performance-changes-2n-skx-mrr"
2826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2827   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2828   parameters:
2829   - "name"
2830   - "parent"
2831   - "result"
2832
2833 # VPP Performance Changes 2n-skx 4t2c MRR
2834 - type: "table"
2835   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2836   algorithm: "table_performance_comparison"
2837   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2838   history:
2839     - title: "rls1810"
2840       data: "vpp-performance-changes-2n-skx-mrr-h1"
2841   reference:
2842     title: "rls1901"
2843     data: "vpp-performance-changes-2n-skx-mrr-ref"
2844   compare:
2845     title: "rls1904"
2846     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2847   data: "vpp-performance-changes-2n-skx-mrr"
2848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2849   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2850   parameters:
2851   - "name"
2852   - "parent"
2853   - "result"
2854
2855 # VPP Performance Changes 2n-skx 8t4c MRR
2856 - type: "table"
2857   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2858   algorithm: "table_performance_comparison"
2859   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2860   history:
2861     - title: "rls1810"
2862       data: "vpp-performance-changes-2n-skx-mrr-h1"
2863   reference:
2864     title: "rls1901"
2865     data: "vpp-performance-changes-2n-skx-mrr-ref"
2866   compare:
2867     title: "rls1904"
2868     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2869   data: "vpp-performance-changes-2n-skx-mrr"
2870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2871   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2872   parameters:
2873   - "name"
2874   - "parent"
2875   - "result"
2876
2877 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2878 - type: "table"
2879   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2880   algorithm: "table_performance_comparison"
2881   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2882   reference:
2883     title: "3-Node Hsw"
2884     data: "vpp-compare-testbeds-mrr-ref"
2885   compare:
2886     title: "3-Node Skx"
2887     data: "vpp-compare-testbeds-mrr-cmp"
2888   data: "vpp-compare-testbeds-mrr"
2889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2890   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2891   parameters:
2892   - "name"
2893   - "parent"
2894   - "result"
2895
2896 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2897 - type: "table"
2898   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2899   algorithm: "table_performance_comparison"
2900   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2901   reference:
2902     title: "3-Node Hsw"
2903     data: "vpp-compare-testbeds-mrr-ref"
2904   compare:
2905     title: "3-Node Skx"
2906     data: "vpp-compare-testbeds-mrr-cmp"
2907   data: "vpp-compare-testbeds-mrr"
2908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2909   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2910   parameters:
2911   - "name"
2912   - "parent"
2913   - "result"
2914
2915 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2916 - type: "table"
2917   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2918   algorithm: "table_performance_comparison"
2919   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2920   reference:
2921     title: "3-Node Hsw"
2922     data: "vpp-compare-testbeds-mrr-ref"
2923   compare:
2924     title: "3-Node Skx"
2925     data: "vpp-compare-testbeds-mrr-cmp"
2926   data: "vpp-compare-testbeds-mrr"
2927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2928   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2929   parameters:
2930   - "name"
2931   - "parent"
2932   - "result"
2933
2934 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2935 - type: "table"
2936   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2937   algorithm: "table_performance_comparison"
2938   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2939   reference:
2940     title: "3-Node Skx"
2941     data: "vpp-compare-topologies-mrr-ref"
2942   compare:
2943     title: "2-Node Skx"
2944     data: "vpp-compare-topologies-mrr-cmp"
2945   data: "vpp-compare-topologies-mrr"
2946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2947   filter: "'MRR' and '1C'"
2948   parameters:
2949   - "name"
2950   - "parent"
2951   - "result"
2952
2953 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2954 - type: "table"
2955   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2956   algorithm: "table_performance_comparison"
2957   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2958   reference:
2959     title: "3-Node Skx"
2960     data: "vpp-compare-topologies-mrr-ref"
2961   compare:
2962     title: "2-Node Skx"
2963     data: "vpp-compare-topologies-mrr-cmp"
2964   data: "vpp-compare-topologies-mrr"
2965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2966   filter: "'MRR' and '2C'"
2967   parameters:
2968   - "name"
2969   - "parent"
2970   - "result"
2971
2972 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2973 - type: "table"
2974   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2975   algorithm: "table_performance_comparison"
2976   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2977   reference:
2978     title: "3-Node Skx"
2979     data: "vpp-compare-topologies-mrr-ref"
2980   compare:
2981     title: "2-Node Skx"
2982     data: "vpp-compare-topologies-mrr-cmp"
2983   data: "vpp-compare-topologies-mrr"
2984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2985   filter: "'MRR' and '4C'"
2986   parameters:
2987   - "name"
2988   - "parent"
2989   - "result"
2990
2991 # Detailed Test Results - VPP Performance Results 3n-hsw
2992 - type: "table"
2993   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2994   algorithm: "table_merged_details"
2995   output-file-ext: ".csv"
2996   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2997   columns:
2998   - title: "Name"
2999     data: "data name"
3000   - title: "Status"
3001     data: "data msg"
3002   rows: "generated"
3003   data: "vpp-perf-results-3n-hsw"
3004   filter: "not 'NDRCHK' and not 'PDRCHK'"
3005   parameters:
3006   - "name"
3007   - "parent"
3008   - "msg"
3009
3010 # Detailed Test Results - VPP Performance Results 3n-skx
3011 - type: "table"
3012   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3013   algorithm: "table_merged_details"
3014   output-file-ext: ".csv"
3015   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3016   columns:
3017   - title: "Name"
3018     data: "data name"
3019   - title: "Status"
3020     data: "data msg"
3021   rows: "generated"
3022   data: "vpp-perf-results-3n-skx"
3023   filter: "not 'CFS_OPT'"
3024   parameters:
3025   - "name"
3026   - "parent"
3027   - "msg"
3028
3029 # Detailed Test Results - VPP Performance Results 2n-skx
3030 - type: "table"
3031   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3032   algorithm: "table_merged_details"
3033   output-file-ext: ".csv"
3034   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3035   columns:
3036   - title: "Name"
3037     data: "data name"
3038   - title: "Status"
3039     data: "data msg"
3040   rows: "generated"
3041   data: "vpp-perf-results-2n-skx"
3042   filter: "not 'CFS_OPT'"
3043   parameters:
3044   - "name"
3045   - "parent"
3046   - "msg"
3047
3048 ## Detailed Test Results - VPP Performance Results 2n-dnv
3049 #- type: "table"
3050 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3051 #  algorithm: "table_details"
3052 #  output-file-ext: ".csv"
3053 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3054 #  columns:
3055 #  - title: "Name"
3056 #    data: "data name"
3057 #  - title: "Status"
3058 #    data: "data msg"
3059 #  rows: "generated"
3060 #  data: "intel-dnv-vpp"
3061 #  filter: "'NDRPDR'"
3062 #  parameters:
3063 #  - "name"
3064 #  - "parent"
3065 #  - "msg"
3066
3067 # Test configuration - VPP Performance Test Configs 3n-hsw
3068 - type: "table"
3069   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3070   algorithm: "table_merged_details"
3071   output-file-ext: ".csv"
3072   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3073   columns:
3074   - title: "Name"
3075     data: "data name"
3076   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3077     data: "data conf-history"
3078   rows: "generated"
3079   data: "vpp-perf-results-3n-hsw"
3080   filter: "not 'NDRCHK' and not 'PDRCHK'"
3081   parameters:
3082   - "parent"
3083   - "name"
3084   - "conf-history"
3085
3086 # Test configuration - VPP Performance Test Configs 3n-skx
3087 - type: "table"
3088   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3089   algorithm: "table_merged_details"
3090   output-file-ext: ".csv"
3091   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3092   columns:
3093   - title: "Name"
3094     data: "data name"
3095   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3096     data: "data conf-history"
3097   rows: "generated"
3098   data: "vpp-perf-results-3n-skx"
3099   filter: "not 'CFS_OPT'"
3100   parameters:
3101   - "parent"
3102   - "name"
3103   - "conf-history"
3104
3105 # Test configuration - VPP Performance Test Configs 2n-skx
3106 - type: "table"
3107   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3108   algorithm: "table_merged_details"
3109   output-file-ext: ".csv"
3110   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3111   columns:
3112   - title: "Name"
3113     data: "data name"
3114   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3115     data: "data conf-history"
3116   rows: "generated"
3117   data: "vpp-perf-results-2n-skx"
3118   filter: "not 'CFS_OPT'"
3119   parameters:
3120   - "parent"
3121   - "name"
3122   - "conf-history"
3123
3124 ## Test configuration - VPP Performance Test Configs 2n-dnv
3125 #- type: "table"
3126 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3127 #  algorithm: "table_details"
3128 #  output-file-ext: ".csv"
3129 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3130 #  columns:
3131 #  - title: "Name"
3132 #    data: "data name"
3133 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3134 #    data: "data conf-history"
3135 #  rows: "generated"
3136 #  data: "intel-dnv-vpp"
3137 #  filter: "'NDRPDR'"
3138 #  parameters:
3139 #  - "parent"
3140 #  - "name"
3141 #  - "conf-history"
3142
3143 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3144 - type: "table"
3145   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3146   algorithm: "table_merged_details"
3147   output-file-ext: ".csv"
3148   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3149   columns:
3150   - title: "Name"
3151     data: "data name"
3152   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3153     data: "data show-run"
3154   rows: "generated"
3155   data: "vpp-perf-results-3n-hsw"
3156   filter: "not 'NDRCHK' and not 'PDRCHK'"
3157   parameters:
3158   - "parent"
3159   - "name"
3160   - "show-run"
3161
3162 # Test Operational Data - VPP Performance Operational Data 3n-skx
3163 - type: "table"
3164   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3165   algorithm: "table_merged_details"
3166   output-file-ext: ".csv"
3167   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3168   columns:
3169   - title: "Name"
3170     data: "data name"
3171   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3172     data: "data show-run"
3173   rows: "generated"
3174   data: "vpp-perf-results-3n-skx"
3175   filter: "not 'CFS_OPT'"
3176   parameters:
3177   - "parent"
3178   - "name"
3179   - "show-run"
3180
3181 # Test Operational Data - VPP Performance Operational Data 2n-skx
3182 - type: "table"
3183   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3184   algorithm: "table_merged_details"
3185   output-file-ext: ".csv"
3186   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3187   columns:
3188   - title: "Name"
3189     data: "data name"
3190   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3191     data: "data show-run"
3192   rows: "generated"
3193   data: "vpp-perf-results-2n-skx"
3194   filter: "not 'CFS_OPT'"
3195   parameters:
3196   - "parent"
3197   - "name"
3198   - "show-run"
3199
3200 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3201 #- type: "table"
3202 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3203 #  algorithm: "table_details"
3204 #  output-file-ext: ".csv"
3205 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3206 #  columns:
3207 #  - title: "Name"
3208 #    data: "data name"
3209 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3210 #    data: "data show-run"
3211 #  rows: "generated"
3212 #  data: "intel-dnv-vpp"
3213 #  filter: "'NDRPDR'"
3214 #  parameters:
3215 #  - "parent"
3216 #  - "name"
3217 #  - "show-run"
3218
3219 # Detailed Test Results - VPP MRR Results 3n-hsw
3220 - type: "table"
3221   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3222   algorithm: "table_details"
3223   output-file-ext: ".csv"
3224   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3225   columns:
3226   - title: "Name"
3227     data: "data name"
3228   - title: "Status"
3229     data: "data msg"
3230   rows: "generated"
3231   data: "vpp-mrr-results-3n-hsw"
3232   filter: "'MRR'"
3233   parameters:
3234   - "name"
3235   - "parent"
3236   - "msg"
3237
3238 # Detailed Test Results - VPP MRR Results 3n-skx
3239 - type: "table"
3240   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3241   algorithm: "table_details"
3242   output-file-ext: ".csv"
3243   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3244   columns:
3245   - title: "Name"
3246     data: "data name"
3247   - title: "Status"
3248     data: "data msg"
3249   rows: "generated"
3250   data: "vpp-mrr-results-3n-skx"
3251   filter: "'MRR'"
3252   parameters:
3253   - "name"
3254   - "parent"
3255   - "msg"
3256
3257 # Detailed Test Results - VPP MRR Results 2n-skx
3258 - type: "table"
3259   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3260   algorithm: "table_details"
3261   output-file-ext: ".csv"
3262   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3263   columns:
3264   - title: "Name"
3265     data: "data name"
3266   - title: "Status"
3267     data: "data msg"
3268   rows: "generated"
3269   data: "vpp-mrr-results-2n-skx"
3270   filter: "'MRR'"
3271   parameters:
3272   - "name"
3273   - "parent"
3274   - "msg"
3275
3276 ## Detailed Test Results - VPP MRR Results 2n-dnv
3277 #- type: "table"
3278 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3279 #  algorithm: "table_details"
3280 #  output-file-ext: ".csv"
3281 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3282 #  columns:
3283 #  - title: "Name"
3284 #    data: "data name"
3285 #  - title: "Status"
3286 #    data: "data msg"
3287 #  rows: "generated"
3288 #  data: "intel-dnv-vpp"
3289 #  filter: "'MRR'"
3290 #  parameters:
3291 #  - "name"
3292 #  - "parent"
3293 #  - "msg"
3294
3295 # Test configuration - VPP MRR Test Configs 3n-hsw
3296 - type: "table"
3297   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3298   algorithm: "table_details"
3299   output-file-ext: ".csv"
3300   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3301   columns:
3302   - title: "Name"
3303     data: "data name"
3304   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3305     data: "data conf-history"
3306   rows: "generated"
3307   data: "vpp-mrr-results-3n-hsw"
3308   filter: "'MRR'"
3309   parameters:
3310   - "parent"
3311   - "name"
3312   - "conf-history"
3313
3314 # Test configuration - VPP MRR Test Configs 3n-skx
3315 - type: "table"
3316   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3317   algorithm: "table_details"
3318   output-file-ext: ".csv"
3319   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3320   columns:
3321   - title: "Name"
3322     data: "data name"
3323   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3324     data: "data conf-history"
3325   rows: "generated"
3326   data: "vpp-mrr-results-3n-skx"
3327   filter: "'MRR'"
3328   parameters:
3329   - "parent"
3330   - "name"
3331   - "conf-history"
3332
3333 # Test configuration - VPP MRR Test Configs 2n-skx
3334 - type: "table"
3335   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3336   algorithm: "table_details"
3337   output-file-ext: ".csv"
3338   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3339   columns:
3340   - title: "Name"
3341     data: "data name"
3342   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3343     data: "data conf-history"
3344   rows: "generated"
3345   data: "vpp-mrr-results-2n-skx"
3346   filter: "'MRR'"
3347   parameters:
3348   - "parent"
3349   - "name"
3350   - "conf-history"
3351
3352 ## Test configuration - VPP MRR Test Configs 2n-dnv
3353 #- type: "table"
3354 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3355 #  algorithm: "table_details"
3356 #  output-file-ext: ".csv"
3357 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3358 #  columns:
3359 #  - title: "Name"
3360 #    data: "data name"
3361 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3362 #    data: "data conf-history"
3363 #  rows: "generated"
3364 #  data: "intel-dnv-vpp"
3365 #  filter: "'MRR'"
3366 #  parameters:
3367 #  - "parent"
3368 #  - "name"
3369 #  - "conf-history"
3370
3371 # Detailed Test Results - VPP Functional Results - Ubuntu
3372 - type: "table"
3373   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3374   algorithm: "table_details"
3375   output-file-ext: ".csv"
3376   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3377   columns:
3378   - title: "Name"
3379     data: "data name"
3380   - title: "Documentation"
3381     data: "data doc"
3382   - title: "Status"
3383     data: "data status"
3384   rows: "generated"
3385   data: "vpp-func-results-ubuntu"
3386   filter: "all"
3387   parameters:
3388   - "name"
3389   - "parent"
3390   - "doc"
3391   - "status"
3392
3393 # Detailed Test Results - VPP Functional Results - CentOS
3394 - type: "table"
3395   title: "Detailed Test Results - VPP Functional Results - CentOS"
3396   algorithm: "table_details"
3397   output-file-ext: ".csv"
3398   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3399   columns:
3400   - title: "Name"
3401     data: "data name"
3402   - title: "Documentation"
3403     data: "data doc"
3404   -
3405     title: "Status"
3406     data: "data status"
3407   rows: "generated"
3408   data:
3409     "vpp-func-results-centos"
3410   filter: "all"
3411   parameters:
3412   - "name"
3413   - "parent"
3414   - "doc"
3415   - "status"
3416
3417 # Test configuration - VPP Functional Test Configs - Ubuntu
3418 - type: "table"
3419   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3420   algorithm: "table_details"
3421   output-file-ext: ".csv"
3422   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3423   columns:
3424   - title: "Name"
3425     data: "data name"
3426   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3427     data: "data conf-history"
3428   rows: "generated"
3429   data: "vpp-func-results-ubuntu"
3430   filter: "all"
3431   parameters:
3432   - "parent"
3433   - "name"
3434   - "conf-history"
3435
3436 # Test configuration - VPP Functional Test Configs - CentOS
3437 - type: "table"
3438   title: "Test configuration - VPP Functional Test Configs - CentOS"
3439   algorithm: "table_details"
3440   output-file-ext: ".csv"
3441   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3442   columns:
3443   - title: "Name"
3444     data: "data name"
3445   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3446     data: "data conf-history"
3447   rows: "generated"
3448   data: "vpp-func-results-centos"
3449   filter: "all"
3450   parameters:
3451   - "parent"
3452   - "name"
3453   - "conf-history"
3454
3455 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3456 #- type: "table"
3457 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3458 #  algorithm: "table_details"
3459 #  output-file-ext: ".csv"
3460 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3461 #  columns:
3462 #  - title: "Name"
3463 #    data: "data name"
3464 #  - title: "Status"
3465 #    data: "data msg"
3466 #  rows: "generated"
3467 #  data: "ligato-perf-results-3n-hsw"
3468 #  filter: "all"
3469 #  parameters:
3470 #  - "name"
3471 #  - "parent"
3472 #  - "msg"
3473
3474 # Detailed Test Results - VPP Device Results - Ubuntu
3475 - type: "table"
3476   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3477   algorithm: "table_details"
3478   output-file-ext: ".csv"
3479   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3480   columns:
3481   - title: "Name"
3482     data: "data name"
3483   - title: "Documentation"
3484     data: "data doc"
3485   - title: "Status"
3486     data: "data status"
3487   rows: "generated"
3488   data: "vpp-device-results-ubuntu"
3489   filter: "all"
3490   parameters:
3491   - "name"
3492   - "parent"
3493   - "doc"
3494   - "status"
3495
3496 # Test configuration - VPP Device Test Configs - Ubuntu
3497 - type: "table"
3498   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3499   algorithm: "table_details"
3500   output-file-ext: ".csv"
3501   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3502   columns:
3503   - title: "Name"
3504     data: "data name"
3505   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3506     data: "data conf-history"
3507   rows: "generated"
3508   data: "vpp-device-results-ubuntu"
3509   filter: "all"
3510   parameters:
3511   - "parent"
3512   - "name"
3513   - "conf-history"
3514
3515 ################################################################################
3516
3517 # DPDK Performance Changes 3n-hsw 1t1c pdr
3518 - type: "table"
3519   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3520   algorithm: "table_performance_comparison"
3521   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
3533   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3534   parameters:
3535   - "name"
3536   - "parent"
3537   - "throughput"
3538
3539 # DPDK Performance Changes 3n-hsw 2t2c pdr
3540 - type: "table"
3541   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3542   algorithm: "table_performance_comparison"
3543   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3544   history:
3545     - title: "rls1810"
3546       data: "dpdk-performance-changes-3n-hsw-h1"
3547   reference:
3548     title: "rls1901"
3549     data: "dpdk-performance-changes-3n-hsw-ref"
3550   compare:
3551     title: "rls1904"
3552     data: "dpdk-performance-changes-3n-hsw-cmp"
3553   data: "dpdk-performance-changes-3n-hsw"
3554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3556   parameters:
3557   - "name"
3558   - "parent"
3559   - "throughput"
3560
3561 # DPDK Performance Changes 3n-hsw 1t1c ndr
3562 - type: "table"
3563   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3564   algorithm: "table_performance_comparison"
3565   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3566   history:
3567     - title: "rls1810"
3568       data: "dpdk-performance-changes-3n-hsw-h1"
3569   reference:
3570     title: "rls1901"
3571     data: "dpdk-performance-changes-3n-hsw-ref"
3572   compare:
3573     title: "rls1904"
3574     data: "dpdk-performance-changes-3n-hsw-cmp"
3575   data: "dpdk-performance-changes-3n-hsw"
3576   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3577   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3578   parameters:
3579   - "name"
3580   - "parent"
3581   - "throughput"
3582
3583 # DPDK Performance Changes 3n-hsw 2t2c ndr
3584 - type: "table"
3585   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3586   algorithm: "table_performance_comparison"
3587   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3588   history:
3589     - title: "rls1810"
3590       data: "dpdk-performance-changes-3n-hsw-h1"
3591   reference:
3592     title: "rls1901"
3593     data: "dpdk-performance-changes-3n-hsw-ref"
3594   compare:
3595     title: "rls1904"
3596     data: "dpdk-performance-changes-3n-hsw-cmp"
3597   data: "dpdk-performance-changes-3n-hsw"
3598   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3600   parameters:
3601   - "name"
3602   - "parent"
3603   - "throughput"
3604
3605 # DPDK Performance Changes 3n-skx 2t1c pdr
3606 - type: "table"
3607   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3608   algorithm: "table_performance_comparison"
3609   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3622   parameters:
3623   - "name"
3624   - "parent"
3625   - "throughput"
3626
3627 # DPDK Performance Changes 3n-skx 4t2c pdr
3628 - type: "table"
3629   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3630   algorithm: "table_performance_comparison"
3631   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3632   history:
3633     - title: "rls1810"
3634       data: "dpdk-performance-changes-3n-skx-h1"
3635   reference:
3636     title: "rls1901"
3637     data: "dpdk-performance-changes-3n-skx-ref"
3638   compare:
3639     title: "rls1904"
3640     data: "dpdk-performance-changes-3n-skx-cmp"
3641   data: "dpdk-performance-changes-3n-skx"
3642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3643   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3644   parameters:
3645   - "name"
3646   - "parent"
3647   - "throughput"
3648
3649 # DPDK Performance Changes 3n-skx 2t1c ndr
3650 - type: "table"
3651   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3652   algorithm: "table_performance_comparison"
3653   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3654   history:
3655     - title: "rls1810"
3656       data: "dpdk-performance-changes-3n-skx-h1"
3657   reference:
3658     title: "rls1901"
3659     data: "dpdk-performance-changes-3n-skx-ref"
3660   compare:
3661     title: "rls1904"
3662     data: "dpdk-performance-changes-3n-skx-cmp"
3663   data: "dpdk-performance-changes-3n-skx"
3664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3665   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3666   parameters:
3667   - "name"
3668   - "parent"
3669   - "throughput"
3670
3671 # DPDK Performance Changes 3n-skx 4t2c ndr
3672 - type: "table"
3673   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3674   algorithm: "table_performance_comparison"
3675   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3676   history:
3677     - title: "rls1810"
3678       data: "dpdk-performance-changes-3n-skx-h1"
3679   reference:
3680     title: "rls1901"
3681     data: "dpdk-performance-changes-3n-skx-ref"
3682   compare:
3683     title: "rls1904"
3684     data: "dpdk-performance-changes-3n-skx-cmp"
3685   data: "dpdk-performance-changes-3n-skx"
3686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3688   parameters:
3689   - "name"
3690   - "parent"
3691   - "throughput"
3692
3693 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3694 - type: "table"
3695   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3696   algorithm: "table_performance_comparison"
3697   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3698   reference:
3699     title: "3-Node Hsw"
3700     data: "dpdk-compare-testbeds-ref"
3701   compare:
3702     title: "3-Node Skx"
3703     data: "dpdk-compare-testbeds-cmp"
3704   data: "dpdk-compare-testbeds"
3705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3706   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3707   parameters:
3708   - "name"
3709   - "parent"
3710   - "throughput"
3711
3712 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3713 - type: "table"
3714   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3715   algorithm: "table_performance_comparison"
3716   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3717   reference:
3718     title: "3-Node Hsw"
3719     data: "dpdk-compare-testbeds-ref"
3720   compare:
3721     title: "3-Node Skx"
3722     data: "dpdk-compare-testbeds-cmp"
3723   data: "dpdk-compare-testbeds"
3724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3725   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3726   parameters:
3727   - "name"
3728   - "parent"
3729   - "throughput"
3730
3731 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3732 - type: "table"
3733   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3734   algorithm: "table_performance_comparison"
3735   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3736   reference:
3737     title: "3-Node Skx"
3738     data: "dpdk-compare-topologies-ref"
3739   compare:
3740     title: "2-Node Skx"
3741     data: "dpdk-compare-topologies-cmp"
3742   data: "dpdk-compare-topologies"
3743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3744   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3745   parameters:
3746   - "name"
3747   - "parent"
3748   - "throughput"
3749
3750 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3751 - type: "table"
3752   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3753   algorithm: "table_performance_comparison"
3754   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3755   reference:
3756     title: "3-Node Skx"
3757     data: "dpdk-compare-topologies-ref"
3758   compare:
3759     title: "2-Node Skx"
3760     data: "dpdk-compare-topologies-cmp"
3761   data: "dpdk-compare-topologies"
3762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3763   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3764   parameters:
3765   - "name"
3766   - "parent"
3767   - "throughput"
3768
3769 # DPDK Performance Changes 2n-skx 2t1c pdr
3770 - type: "table"
3771   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3772   algorithm: "table_performance_comparison"
3773   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
3785   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3786   parameters:
3787   - "name"
3788   - "parent"
3789   - "throughput"
3790
3791 # DPDK Performance Changes 2n-skx 4t2c pdr
3792 - type: "table"
3793   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3794   algorithm: "table_performance_comparison"
3795   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3796   history:
3797     - title: "rls1810"
3798       data: "dpdk-performance-changes-2n-skx-h1"
3799   reference:
3800     title: "rls1901"
3801     data: "dpdk-performance-changes-2n-skx-ref"
3802   compare:
3803     title: "rls1904"
3804     data: "dpdk-performance-changes-2n-skx-cmp"
3805   data: "dpdk-performance-changes-2n-skx"
3806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3807   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3808   parameters:
3809   - "name"
3810   - "parent"
3811   - "throughput"
3812
3813 # DPDK Performance Changes 2n-skx 2t1c ndr
3814 - type: "table"
3815   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3816   algorithm: "table_performance_comparison"
3817   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3818   history:
3819     - title: "rls1810"
3820       data: "dpdk-performance-changes-2n-skx-h1"
3821   reference:
3822     title: "rls1901"
3823     data: "dpdk-performance-changes-2n-skx-ref"
3824   compare:
3825     title: "rls1904"
3826     data: "dpdk-performance-changes-2n-skx-cmp"
3827   data: "dpdk-performance-changes-2n-skx"
3828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3829   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3830   parameters:
3831   - "name"
3832   - "parent"
3833   - "throughput"
3834
3835 # DPDK Performance Changes 2n-skx 4t2c ndr
3836 - type: "table"
3837   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3838   algorithm: "table_performance_comparison"
3839   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3840   history:
3841     - title: "rls1810"
3842       data: "dpdk-performance-changes-2n-skx-h1"
3843   reference:
3844     title: "rls1901"
3845     data: "dpdk-performance-changes-2n-skx-ref"
3846   compare:
3847     title: "rls1904"
3848     data: "dpdk-performance-changes-2n-skx-cmp"
3849   data: "dpdk-performance-changes-2n-skx"
3850   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3851   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3852   parameters:
3853   - "name"
3854   - "parent"
3855   - "throughput"
3856
3857 # Detailed Test Results - DPDK Performance Results 3n-hsw
3858 - type: "table"
3859   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3860   algorithm: "table_details"
3861   output-file-ext: ".csv"
3862   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3863   columns:
3864   - title: "Name"
3865     data: "data name"
3866   - title: "Status"
3867     data: "data msg"
3868   rows: "generated"
3869   data: "dpdk-perf-results-3n-hsw"
3870   filter: "all"
3871   parameters:
3872   - "name"
3873   - "parent"
3874   - "msg"
3875
3876 # Detailed Test Results - DPDK Performance Results 3n-skx
3877 - type: "table"
3878   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3879   algorithm: "table_details"
3880   output-file-ext: ".csv"
3881   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3882   columns:
3883   - title: "Name"
3884     data: "data name"
3885   - title: "Status"
3886     data: "data msg"
3887   rows: "generated"
3888   data: "dpdk-perf-results-3n-skx"
3889   filter: "all"
3890   parameters:
3891   - "name"
3892   - "parent"
3893   - "msg"
3894
3895 # Detailed Test Results - DPDK Performance Results 2n-skx
3896 - type: "table"
3897   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3898   algorithm: "table_details"
3899   output-file-ext: ".csv"
3900   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3901   columns:
3902   - title: "Name"
3903     data: "data name"
3904   - title: "Status"
3905     data: "data msg"
3906   rows: "generated"
3907   data: "dpdk-perf-results-2n-skx"
3908   filter: "all"
3909   parameters:
3910   - "name"
3911   - "parent"
3912   - "msg"
3913
3914 ################################################################################
3915 # HoneyComb
3916 - type: "table"
3917   title: "Detailed Test Results - Honeycomb Functional Results"
3918   algorithm: "table_details"
3919   output-file-ext: ".csv"
3920   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3921   columns:
3922   - title: "Name"
3923     data: "data name"
3924   - title: "Documentation"
3925     data: "data doc"
3926   - title: "Status"
3927     data: "data status"
3928   rows: "generated"
3929   data:
3930     "hc-func-results"
3931   filter: "all"
3932   parameters:
3933   - "name"
3934   - "parent"
3935   - "doc"
3936   - "status"
3937
3938 ################################################################################
3939 # NSH SFC
3940 #-
3941 #  type: "table"
3942 #  title: "Detailed Test Results - NSH SFC Functional Results"
3943 #  algorithm: "table_details"
3944 #  output-file-ext: ".csv"
3945 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3946 #  columns:
3947 #  -
3948 #    title: "Name"
3949 #    data: "data name"
3950 #  -
3951 #    title: "Documentation"
3952 #    data: "data doc"
3953 #  -
3954 #    title: "Status"
3955 #    data: "data status"
3956 #  rows: "generated"
3957 #  data:
3958 #    "nsh-func-results"
3959 #  filter: "all"
3960 #  parameters:
3961 #  - "name"
3962 #  - "parent"
3963 #  - "doc"
3964 #  - "status"
3965
3966 ################################################################################
3967 # DMM
3968 - type: "table"
3969   title: "Detailed Test Results - DMM Functional Results"
3970   algorithm: "table_details"
3971   output-file-ext: ".csv"
3972   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3973   columns:
3974   - title: "Name"
3975     data: "data name"
3976   - title: "Documentation"
3977     data: "data doc"
3978   - title: "Status"
3979     data: "data status"
3980   rows: "generated"
3981   data:
3982     "dmm-func-results"
3983   filter: "all"
3984   parameters:
3985   - "name"
3986   - "parent"
3987   - "doc"
3988   - "status"
3989
3990 ################################################################################
3991 ###                                F I L E S                                 ###
3992 ################################################################################
3993
3994 # VPP Performance Results 3n-hsw
3995 - type: "file"
3996   title: "VPP Performance Results 3n-hsw"
3997   algorithm: "file_test_results"
3998   output-file-ext: ".rst"
3999   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4000   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"
4001   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4002   data: "vpp-perf-results-3n-hsw"
4003   filter: "not 'NDRCHK' and not 'PDRCHK'"
4004   parameters:
4005   - "name"
4006   - "doc"
4007   - "level"
4008   - "parent"
4009   data-start-level: 3
4010
4011 # VPP Performance Results 3n-skx
4012 - type: "file"
4013   title: "VPP Performance Results 3n-skx"
4014   algorithm: "file_test_results"
4015   output-file-ext: ".rst"
4016   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4017   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"
4018   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4019   data: "vpp-perf-results-3n-skx"
4020   filter: "not 'CFS_OPT'"
4021   parameters:
4022   - "name"
4023   - "doc"
4024   - "level"
4025   - "parent"
4026   data-start-level: 3
4027
4028 # VPP Performance Results 2n-skx
4029 - type: "file"
4030   title: "VPP Performance Results 2n-skx"
4031   algorithm: "file_test_results"
4032   output-file-ext: ".rst"
4033   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4034   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"
4035   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4036   data: "vpp-perf-results-2n-skx"
4037   filter: "not 'CFS_OPT'"
4038   parameters:
4039   - "name"
4040   - "doc"
4041   - "level"
4042   - "parent"
4043   data-start-level: 3
4044
4045 ## VPP Performance Results 2n-dnv
4046 #- type: "file"
4047 #  title: "VPP Performance Results 2n-dnv"
4048 #  algorithm: "file_test_results"
4049 #  output-file-ext: ".rst"
4050 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4051 #  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"
4052 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4053 #  data: "intel-dnv-vpp"
4054 #  filter: "'NDRPDR'"
4055 #  parameters:
4056 #  - "name"
4057 #  - "doc"
4058 #  - "level"
4059 #  - "parent"
4060 #  data-start-level: 3
4061
4062 # VPP Performance Configuration 3n-hsw
4063 - type: "file"
4064   title: "VPP Performance Configuration 3n-hsw"
4065   algorithm: "file_test_results"
4066   output-file-ext: ".rst"
4067   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4068   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"
4069   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4070   data: "vpp-perf-results-3n-hsw"
4071   filter: "not 'NDRCHK' and not 'PDRCHK'"
4072   parameters:
4073   - "name"
4074   - "doc"
4075   - "level"
4076   - "parent"
4077   data-start-level: 3
4078
4079 # VPP Performance Configuration 3n-skx
4080 - type: "file"
4081   title: "VPP Performance Configuration 3n-skx"
4082   algorithm: "file_test_results"
4083   output-file-ext: ".rst"
4084   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4085   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"
4086   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4087   data: "vpp-perf-results-3n-skx"
4088   filter: "not 'CFS_OPT'"
4089   parameters:
4090   - "name"
4091   - "doc"
4092   - "level"
4093   - "parent"
4094   data-start-level: 3
4095
4096 # VPP Performance Configuration 2n-skx
4097 - type: "file"
4098   title: "VPP Performance Configuration 2n-skx"
4099   algorithm: "file_test_results"
4100   output-file-ext: ".rst"
4101   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4102   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"
4103   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4104   data: "vpp-perf-results-2n-skx"
4105   filter: "not 'CFS_OPT'"
4106   parameters:
4107   - "name"
4108   - "doc"
4109   - "level"
4110   - "parent"
4111   data-start-level: 3
4112
4113 ## VPP Performance Configuration 2n-dnv
4114 #- type: "file"
4115 #  title: "VPP Performance Configuration 2n-dnv"
4116 #  algorithm: "file_test_results"
4117 #  output-file-ext: ".rst"
4118 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4119 #  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"
4120 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4121 #  data: "intel-dnv-vpp"
4122 #  filter: "'NDRPDR'"
4123 #  parameters:
4124 #  - "name"
4125 #  - "doc"
4126 #  - "level"
4127 #  - "parent"
4128 #  data-start-level: 3
4129
4130 # VPP Performance Operational Data 3n-hsw
4131 - type: "file"
4132   title: "VPP Performance Operational Data 3n-hsw"
4133   algorithm: "file_test_results"
4134   output-file-ext: ".rst"
4135   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4136   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"
4137   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4138   data: "vpp-perf-results-3n-hsw"
4139   filter: "not 'NDRCHK' and not 'PDRCHK'"
4140   parameters:
4141   - "name"
4142   - "doc"
4143   - "level"
4144   - "parent"
4145   data-start-level: 3
4146
4147 # VPP Performance Operational Data 3n-skx
4148 - type: "file"
4149   title: "VPP Performance Operational Data 3n-skx"
4150   algorithm: "file_test_results"
4151   output-file-ext: ".rst"
4152   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4153   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"
4154   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4155   data: "vpp-perf-results-3n-skx"
4156   filter: "not 'CFS_OPT'"
4157   parameters:
4158   - "name"
4159   - "doc"
4160   - "level"
4161   - "parent"
4162   data-start-level: 3
4163
4164 # VPP Performance Operational Data 2n-skx
4165 - type: "file"
4166   title: "VPP Performance Operational Data 2n-skx"
4167   algorithm: "file_test_results"
4168   output-file-ext: ".rst"
4169   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4170   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"
4171   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4172   data: "vpp-perf-results-2n-skx"
4173   filter: "not 'CFS_OPT'"
4174   parameters:
4175   - "name"
4176   - "doc"
4177   - "level"
4178   - "parent"
4179   data-start-level: 3
4180
4181 ## VPP Performance Operational Data 2n-dnv
4182 #- type: "file"
4183 #  title: "VPP Performance Operational Data 2n-dnv"
4184 #  algorithm: "file_test_results"
4185 #  output-file-ext: ".rst"
4186 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4187 #  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"
4188 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4189 #  data: "intel-dnv-vpp"
4190 #  filter: "'NDRPDR'"
4191 #  parameters:
4192 #  - "name"
4193 #  - "doc"
4194 #  - "level"
4195 #  - "parent"
4196 #  data-start-level: 3
4197
4198 # VPP MRR Results 3n-hsw
4199 - type: "file"
4200   title: "VPP MRR Results 3n-hsw"
4201   algorithm: "file_test_results"
4202   output-file-ext: ".rst"
4203   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4204   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"
4205   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4206   data: "vpp-mrr-results-3n-hsw"
4207   filter: "'MRR'"
4208   parameters:
4209   - "name"
4210   - "doc"
4211   - "level"
4212   - "parent"
4213   data-start-level: 3
4214
4215 # VPP MRR Results 3n-skx
4216 - type: "file"
4217   title: "VPP MRR Results 3n-skx"
4218   algorithm: "file_test_results"
4219   output-file-ext: ".rst"
4220   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4221   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"
4222   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4223   data: "vpp-mrr-results-3n-skx"
4224   filter: "'MRR'"
4225   parameters:
4226   - "name"
4227   - "doc"
4228   - "level"
4229   - "parent"
4230   data-start-level: 3
4231
4232 # VPP MRR Results 2n-skx
4233 - type: "file"
4234   title: "VPP MRR Results 2n-skx"
4235   algorithm: "file_test_results"
4236   output-file-ext: ".rst"
4237   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4238   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"
4239   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4240   data: "vpp-mrr-results-2n-skx"
4241   filter: "all"
4242   parameters:
4243   - "name"
4244   - "doc"
4245   - "level"
4246   - "parent"
4247   data-start-level: 3
4248
4249 ## VPP MRR Results 2n-dnv
4250 #- type: "file"
4251 #  title: "VPP MRR Results 2n-dnv"
4252 #  algorithm: "file_test_results"
4253 #  output-file-ext: ".rst"
4254 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4255 #  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"
4256 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4257 #  data: "intel-dnv-vpp"
4258 #  filter: "'MRR'"
4259 #  parameters:
4260 #  - "name"
4261 #  - "doc"
4262 #  - "level"
4263 #  - "parent"
4264 #  data-start-level: 3
4265
4266 # VPP MRR Configuration 3n-hsw
4267 - type: "file"
4268   title: "VPP MRR Configuration 3n-hsw"
4269   algorithm: "file_test_results"
4270   output-file-ext: ".rst"
4271   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4272   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"
4273   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4274   data: "vpp-mrr-results-3n-hsw"
4275   filter: "'MRR'"
4276   parameters:
4277   - "name"
4278   - "doc"
4279   - "level"
4280   - "parent"
4281   data-start-level: 3
4282
4283 # VPP MRR Configuration 3n-skx
4284 - type: "file"
4285   title: "VPP MRR Configuration 3n-skx"
4286   algorithm: "file_test_results"
4287   output-file-ext: ".rst"
4288   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4289   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"
4290   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4291   data: "vpp-mrr-results-3n-skx"
4292   filter: "'MRR'"
4293   parameters:
4294   - "name"
4295   - "doc"
4296   - "level"
4297   - "parent"
4298   data-start-level: 3
4299
4300 # VPP MRR Configuration 2n-skx
4301 - type: "file"
4302   title: "VPP MRR Configuration 2n-skx"
4303   algorithm: "file_test_results"
4304   output-file-ext: ".rst"
4305   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4306   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"
4307   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4308   data: "vpp-mrr-results-2n-skx"
4309   filter: "'MRR'"
4310   parameters:
4311   - "name"
4312   - "doc"
4313   - "level"
4314   - "parent"
4315   data-start-level: 3
4316
4317 ## VPP MRR Configuration 2n-dnv
4318 #- type: "file"
4319 #  title: "VPP MRR Configuration 2n-dnv"
4320 #  algorithm: "file_test_results"
4321 #  output-file-ext: ".rst"
4322 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4323 #  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"
4324 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4325 #  data: "intel-dnv-vpp"
4326 #  filter: "'MRR'"
4327 #  parameters:
4328 #  - "name"
4329 #  - "doc"
4330 #  - "level"
4331 #  - "parent"
4332 #  data-start-level: 3
4333
4334 # VPP Functional Results - Ubuntu
4335 - type: "file"
4336   title: "VPP Functional Results - Ubuntu"
4337   algorithm: "file_test_results"
4338   output-file-ext: ".rst"
4339   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4340   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"
4341   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4342   data: "vpp-func-results-ubuntu"
4343   filter: "all"
4344   parameters:
4345   - "name"
4346   - "doc"
4347   - "level"
4348   - "parent"
4349   data-start-level: 3
4350
4351 # VPP Functional Results - CentOS
4352 - type: "file"
4353   title: "VPP Functional Results - CentOS"
4354   algorithm: "file_test_results"
4355   output-file-ext: ".rst"
4356   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4357   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"
4358   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4359   data:
4360     "vpp-func-results-centos"
4361   filter: "all"
4362   parameters:
4363   - "name"
4364   - "doc"
4365   - "level"
4366   - "parent"
4367   data-start-level: 3
4368
4369 # VPP Functional Configuration - Ubuntu
4370 - type: "file"
4371   title: "VPP Functional Configuration - Ubuntu"
4372   algorithm: "file_test_results"
4373   output-file-ext: ".rst"
4374   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4375   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"
4376   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4377   data: "vpp-func-results-ubuntu"
4378   filter: "all"
4379   parameters:
4380   - "name"
4381   - "doc"
4382   - "level"
4383   - "parent"
4384   data-start-level: 3
4385
4386 # VPP Functional Configuration - CentOS
4387 - type: "file"
4388   title: "VPP Functional Configuration - CentOS"
4389   algorithm: "file_test_results"
4390   output-file-ext: ".rst"
4391   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4392   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"
4393   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4394   data:
4395     "vpp-func-results-centos"
4396   filter: "all"
4397   parameters:
4398   - "name"
4399   - "doc"
4400   - "level"
4401   - "parent"
4402   data-start-level: 3
4403
4404 # VPP Device Results - Ubuntu
4405 - type: "file"
4406   title: "VPP Device Results - Ubuntu"
4407   algorithm: "file_test_results"
4408   output-file-ext: ".rst"
4409   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4410   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"
4411   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4412   data: "vpp-device-results-ubuntu"
4413   filter: "all"
4414   parameters:
4415   - "name"
4416   - "doc"
4417   - "level"
4418   - "parent"
4419   data-start-level: 2
4420
4421 # VPP Device Configuration - Ubuntu
4422 - type: "file"
4423   title: "VPP Device Configuration - Ubuntu"
4424   algorithm: "file_test_results"
4425   output-file-ext: ".rst"
4426   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4427   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"
4428   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4429   data: "vpp-device-results-ubuntu"
4430   filter: "all"
4431   parameters:
4432   - "name"
4433   - "doc"
4434   - "level"
4435   - "parent"
4436   data-start-level: 2
4437
4438 ## Container Orchestrated Performance Results 3n-hsw
4439 #- type: "file"
4440 #  title: "Container Orchestrated Performance Results 3n-hsw"
4441 #  algorithm: "file_test_results"
4442 #  output-file-ext: ".rst"
4443 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4444 #  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"
4445 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4446 #  data: "ligato-perf-results-3n-hsw"
4447 #  filter: "all"
4448 #  parameters:
4449 #  - "name"
4450 #  - "doc"
4451 #  - "level"
4452 #  - "parent"
4453 #  data-start-level: 3
4454
4455 # DPDK Performance Results 3n-hsw
4456 - type: "file"
4457   title: "DPDK Performance Results 3n-hsw"
4458   algorithm: "file_test_results"
4459   output-file-ext: ".rst"
4460   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4461   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"
4462   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4463   data: "dpdk-perf-results-3n-hsw"
4464   filter: "all"
4465   parameters:
4466   - "name"
4467   - "doc"
4468   - "level"
4469   - "parent"
4470   data-start-level: 3
4471
4472 # DPDK Performance Results 3n-skx
4473 - type: "file"
4474   title: "DPDK Performance Results 3n-skx"
4475   algorithm: "file_test_results"
4476   output-file-ext: ".rst"
4477   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4478   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"
4479   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4480   data: "dpdk-perf-results-3n-skx"
4481   filter: "all"
4482   parameters:
4483   - "name"
4484   - "doc"
4485   - "level"
4486   - "parent"
4487   data-start-level: 3
4488
4489 # DPDK Performance Results 2n-skx
4490 - type: "file"
4491   title: "DPDK Performance Results 2n-skx"
4492   algorithm: "file_test_results"
4493   output-file-ext: ".rst"
4494   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4495   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"
4496   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4497   data: "dpdk-perf-results-2n-skx"
4498   filter: "all"
4499   parameters:
4500   - "name"
4501   - "doc"
4502   - "level"
4503   - "parent"
4504   data-start-level: 3
4505
4506 # Honeycomb Functional Results
4507 - type: "file"
4508   title: "Honeycomb Functional Results"
4509   algorithm: "file_test_results"
4510   output-file-ext: ".rst"
4511   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4512   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"
4513   dir-tables: "{DIR[DTR,FUNC,HC]}"
4514   data:
4515     "hc-func-results"
4516   filter: "all"
4517   parameters:
4518   - "name"
4519   - "doc"
4520   - "level"
4521   - "parent"
4522   data-start-level: 3
4523
4524 # NSH SFC Functional Results
4525 #-
4526 #  type: "file"
4527 #  title: "NSH SFC Functional Results"
4528 #  algorithm: "file_test_results"
4529 #  output-file-ext: ".rst"
4530 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4531 #  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"
4532 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4533 #  data:
4534 #    "nsh-func-results"
4535 #  filter: "all"
4536 #  parameters:
4537 #  - "name"
4538 #  - "doc"
4539 #  - "level"
4540 #  - "parent"
4541 #  data-start-level: 3
4542
4543 # DMM Functional Results
4544 - type: "file"
4545   title: "DMM Functional Results"
4546   algorithm: "file_test_results"
4547   output-file-ext: ".rst"
4548   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4549   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"
4550   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4551   data:
4552     "dmm-func-results"
4553   filter: "all"
4554   parameters:
4555   - "name"
4556   - "doc"
4557   - "level"
4558   - "parent"
4559   data-start-level: 3
4560
4561 ################################################################################
4562 ###                                P L O T S                                 ###
4563 ################################################################################
4564
4565 # Soak test - 30min Soak Test (PLRsearch), boxes
4566 - type: "plot"
4567   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4568   algorithm: "plot_performance_box"
4569   output-file-type: ".html"
4570   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4571   data: "plot-vpp-soak-2n-skx"
4572   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4573   parameters:
4574     - "throughput"
4575     - "parent"
4576     - "tags"
4577   sort:
4578     - "DRV_AVF"
4579     - "DRV_AVF"
4580     - "DRV_AVF"
4581     - "L2PATCH"
4582     - "L2BDMACLRN"
4583     - "L2XCBASE"
4584   traces:
4585     hoverinfo: "x+y"
4586     boxpoints: "all"
4587     whiskerwidth: 0
4588   layout:
4589     title: "30min Soak Test (PLRsearch)"
4590     layout: "plot-soak-throughput"
4591
4592 # Soak test - 30min Soak Test (PLRsearch), boxes
4593 - type: "plot"
4594   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4595   algorithm: "plot_performance_box"
4596   output-file-type: ".html"
4597   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4598   data: "plot-vpp-soak-2n-skx"
4599   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4600   parameters:
4601     - "throughput"
4602     - "parent"
4603     - "tags"
4604   sort:
4605     - "VHOST"
4606     - "MEMIF"
4607     - "IP4FWD"
4608     - "IP6FWD"
4609   traces:
4610     hoverinfo: "x+y"
4611     boxpoints: "all"
4612     whiskerwidth: 0
4613   layout:
4614     title: "30min Soak Test (PLRsearch)"
4615     layout: "plot-soak-throughput"
4616
4617 ################################################################################
4618 # Plots - NF Density - VSC - MRR 64b
4619 - type: "plot"
4620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4621   algorithm: "plot_service_density_heatmap_compare"
4622   output-file-type: ".html"
4623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4624   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4625   filter: "'NIC_Intel-X710' and
4626            'NF_DENSITY' and
4627            'VHOST' and
4628            'CHAIN' and
4629            'NF_VPPIP4' and
4630            '64B' and
4631            '2T1C' and
4632            'MRR'"
4633   reference:
4634     include: "2"
4635     name: "VNF-1c"
4636   compare:
4637     include: "1"
4638     name: "VNF-0.5c"
4639   parameters:
4640   - "result"
4641   - "name"
4642   - "tags"
4643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4644   x-axis: "X = VNFs per Service Chain"
4645   y-axis: "Y = Number of Service Chains"
4646   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4647   layout:
4648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4649     layout: "plot-service-density"
4650
4651 - type: "plot"
4652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4653   algorithm: "plot_service_density_heatmap_compare"
4654   output-file-type: ".html"
4655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4656   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4657   filter: "'NIC_Intel-X710' and
4658            'NF_DENSITY' and
4659            'VHOST' and
4660            'CHAIN' and
4661            'NF_VPPIP4' and
4662            '64B' and
4663            '4T2C' and
4664            'MRR'"
4665   reference:
4666     include: "2"
4667     name: "VNF-1c"
4668   compare:
4669     include: "1"
4670     name: "VNF-0.5c"
4671   parameters:
4672   - "result"
4673   - "name"
4674   - "tags"
4675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4676   x-axis: "X = VNFs per Service Chain"
4677   y-axis: "Y = Number of Service Chains"
4678   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4679   layout:
4680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4681     layout: "plot-service-density"
4682
4683 - type: "plot"
4684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4685   algorithm: "plot_service_density_heatmap_compare"
4686   output-file-type: ".html"
4687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4688   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4689   filter: "'NIC_Intel-X710' and
4690            'NF_DENSITY' and
4691            'VHOST' and
4692            'CHAIN' and
4693            'NF_VPPIP4' and
4694            '64B' and
4695            '8T4C' and
4696            'MRR'"
4697   reference:
4698     include: "2"
4699     name: "VNF-1c"
4700   compare:
4701     include: "1"
4702     name: "VNF-0.5c"
4703   parameters:
4704   - "result"
4705   - "name"
4706   - "tags"
4707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4708   x-axis: "X = VNFs per Service Chain"
4709   y-axis: "Y = Number of Service Chains"
4710   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4711   layout:
4712     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4713     layout: "plot-service-density"
4714
4715 # Plots - NF Density - VSC - MRR IMIX
4716 - type: "plot"
4717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4718   algorithm: "plot_service_density_heatmap_compare"
4719   output-file-type: ".html"
4720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4721   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4722   filter: "'NIC_Intel-X710' and
4723            'NF_DENSITY' and
4724            'VHOST' and
4725            'CHAIN' and
4726            'NF_VPPIP4' and
4727            'IMIX' and
4728            '2T1C' and
4729            'MRR'"
4730   reference:
4731     include: "2"
4732     name: "VNF-1c"
4733   compare:
4734     include: "1"
4735     name: "VNF-0.5c"
4736   parameters:
4737   - "result"
4738   - "name"
4739   - "tags"
4740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4741   x-axis: "X = VNFs per Service Chain"
4742   y-axis: "Y = Number of Service Chains"
4743   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4744   layout:
4745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4746     layout: "plot-service-density"
4747
4748 - type: "plot"
4749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4750   algorithm: "plot_service_density_heatmap_compare"
4751   output-file-type: ".html"
4752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4753   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4754   filter: "'NIC_Intel-X710' and
4755            'NF_DENSITY' and
4756            'VHOST' and
4757            'CHAIN' and
4758            'NF_VPPIP4' and
4759            'IMIX' and
4760            '4T2C' and
4761            'MRR'"
4762   reference:
4763     include: "2"
4764     name: "VNF-1c"
4765   compare:
4766     include: "1"
4767     name: "VNF-0.5c"
4768   parameters:
4769   - "result"
4770   - "name"
4771   - "tags"
4772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4773   x-axis: "X = VNFs per Service Chain"
4774   y-axis: "Y = Number of Service Chains"
4775   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4776   layout:
4777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4778     layout: "plot-service-density"
4779
4780 - type: "plot"
4781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4782   algorithm: "plot_service_density_heatmap_compare"
4783   output-file-type: ".html"
4784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4785   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4786   filter: "'NIC_Intel-X710' and
4787            'NF_DENSITY' and
4788            'VHOST' and
4789            'CHAIN' and
4790            'NF_VPPIP4' and
4791            'IMIX' and
4792            '8T4C' and
4793            'MRR'"
4794   reference:
4795     include: "2"
4796     name: "VNF-1c"
4797   compare:
4798     include: "1"
4799     name: "VNF-0.5c"
4800   parameters:
4801   - "result"
4802   - "name"
4803   - "tags"
4804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4805   x-axis: "X = VNFs per Service Chain"
4806   y-axis: "Y = Number of Service Chains"
4807   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4808   layout:
4809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4810     layout: "plot-service-density"
4811
4812 # Plots - NF Density - VSC - NDR 64b
4813 - type: "plot"
4814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4815   algorithm: "plot_service_density_heatmap_compare"
4816   output-file-type: ".html"
4817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4818   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4819   filter: "'NIC_Intel-X710' and
4820            'NF_DENSITY' and
4821            'VHOST' and
4822            'CHAIN' and
4823            'NF_VPPIP4' and
4824            '64B' and
4825            '2T1C' and
4826            'NDRPDR'"
4827   reference:
4828     include: "2"
4829     name: "VNF-1c"
4830   compare:
4831     include: "1"
4832     name: "VNF-0.5c"
4833   parameters:
4834   - "throughput"
4835   - "name"
4836   - "tags"
4837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4838   x-axis: "X = VNFs per Service Chain"
4839   y-axis: "Y = Number of Service Chains"
4840   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4841   layout:
4842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4843     layout: "plot-service-density"
4844
4845 - type: "plot"
4846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4847   algorithm: "plot_service_density_heatmap_compare"
4848   output-file-type: ".html"
4849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4850   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4851   filter: "'NIC_Intel-X710' and
4852            'NF_DENSITY' and
4853            'VHOST' and
4854            'CHAIN' and
4855            'NF_VPPIP4' and
4856            '64B' and
4857            '4T2C' and
4858            'NDRPDR'"
4859   reference:
4860     include: "2"
4861     name: "VNF-1c"
4862   compare:
4863     include: "1"
4864     name: "VNF-0.5c"
4865   parameters:
4866   - "throughput"
4867   - "name"
4868   - "tags"
4869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4870   x-axis: "X = VNFs per Service Chain"
4871   y-axis: "Y = Number of Service Chains"
4872   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4873   layout:
4874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4875     layout: "plot-service-density"
4876
4877 - type: "plot"
4878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4879   algorithm: "plot_service_density_heatmap_compare"
4880   output-file-type: ".html"
4881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4882   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4883   filter: "'NIC_Intel-X710' and
4884            'NF_DENSITY' and
4885            'VHOST' and
4886            'CHAIN' and
4887            'NF_VPPIP4' and
4888            '64B' and
4889            '8T4C' and
4890            'NDRPDR'"
4891   reference:
4892     include: "2"
4893     name: "VNF-1c"
4894   compare:
4895     include: "1"
4896     name: "VNF-0.5c"
4897   parameters:
4898   - "throughput"
4899   - "name"
4900   - "tags"
4901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4902   x-axis: "X = VNFs per Service Chain"
4903   y-axis: "Y = Number of Service Chains"
4904   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4905   layout:
4906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4907     layout: "plot-service-density"
4908
4909 # Plots - NF Density - VSC - NDR IMIX
4910 - type: "plot"
4911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4912   algorithm: "plot_service_density_heatmap_compare"
4913   output-file-type: ".html"
4914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4915   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4916   filter: "'NIC_Intel-X710' and
4917            'NF_DENSITY' and
4918            'VHOST' and
4919            'CHAIN' and
4920            'NF_VPPIP4' and
4921            'IMIX' and
4922            '2T1C' and
4923            'NDRPDR'"
4924   reference:
4925     include: "2"
4926     name: "VNF-1c"
4927   compare:
4928     include: "1"
4929     name: "VNF-0.5c"
4930   parameters:
4931   - "throughput"
4932   - "name"
4933   - "tags"
4934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4935   x-axis: "X = VNFs per Service Chain"
4936   y-axis: "Y = Number of Service Chains"
4937   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4938   layout:
4939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4940     layout: "plot-service-density"
4941
4942 - type: "plot"
4943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4944   algorithm: "plot_service_density_heatmap_compare"
4945   output-file-type: ".html"
4946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4947   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4948   filter: "'NIC_Intel-X710' and
4949            'NF_DENSITY' and
4950            'VHOST' and
4951            'CHAIN' and
4952            'NF_VPPIP4' and
4953            'IMIX' and
4954            '4T2C' and
4955            'NDRPDR'"
4956   reference:
4957     include: "2"
4958     name: "VNF-1c"
4959   compare:
4960     include: "1"
4961     name: "VNF-0.5c"
4962   parameters:
4963   - "throughput"
4964   - "name"
4965   - "tags"
4966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4967   x-axis: "X = VNFs per Service Chain"
4968   y-axis: "Y = Number of Service Chains"
4969   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4970   layout:
4971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4972     layout: "plot-service-density"
4973
4974 - type: "plot"
4975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4976   algorithm: "plot_service_density_heatmap_compare"
4977   output-file-type: ".html"
4978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4979   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4980   filter: "'NIC_Intel-X710' and
4981            'NF_DENSITY' and
4982            'VHOST' and
4983            'CHAIN' and
4984            'NF_VPPIP4' and
4985            'IMIX' and
4986            '8T4C' and
4987            'NDRPDR'"
4988   reference:
4989     include: "2"
4990     name: "VNF-1c"
4991   compare:
4992     include: "1"
4993     name: "VNF-0.5c"
4994   parameters:
4995   - "throughput"
4996   - "name"
4997   - "tags"
4998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4999   x-axis: "X = VNFs per Service Chain"
5000   y-axis: "Y = Number of Service Chains"
5001   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5002   layout:
5003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5004     layout: "plot-service-density"
5005
5006 # Plots - NF Density - VSC - PDR 64b
5007 - type: "plot"
5008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5009   algorithm: "plot_service_density_heatmap_compare"
5010   output-file-type: ".html"
5011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5012   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5013   filter: "'NIC_Intel-X710' and
5014            'NF_DENSITY' and
5015            'VHOST' and
5016            'CHAIN' and
5017            'NF_VPPIP4' and
5018            '64B' and
5019            '2T1C' and
5020            'NDRPDR'"
5021   reference:
5022     include: "2"
5023     name: "VNF-1c"
5024   compare:
5025     include: "1"
5026     name: "VNF-0.5c"
5027   parameters:
5028   - "throughput"
5029   - "name"
5030   - "tags"
5031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5032   x-axis: "X = VNFs per Service Chain"
5033   y-axis: "Y = Number of Service Chains"
5034   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5035   layout:
5036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5037     layout: "plot-service-density"
5038
5039 - type: "plot"
5040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5041   algorithm: "plot_service_density_heatmap_compare"
5042   output-file-type: ".html"
5043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5044   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5045   filter: "'NIC_Intel-X710' and
5046            'NF_DENSITY' and
5047            'VHOST' and
5048            'CHAIN' and
5049            'NF_VPPIP4' and
5050            '64B' and
5051            '4T2C' and
5052            'NDRPDR'"
5053   reference:
5054     include: "2"
5055     name: "VNF-1c"
5056   compare:
5057     include: "1"
5058     name: "VNF-0.5c"
5059   parameters:
5060   - "throughput"
5061   - "name"
5062   - "tags"
5063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5064   x-axis: "X = VNFs per Service Chain"
5065   y-axis: "Y = Number of Service Chains"
5066   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5067   layout:
5068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5069     layout: "plot-service-density"
5070
5071 - type: "plot"
5072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5073   algorithm: "plot_service_density_heatmap_compare"
5074   output-file-type: ".html"
5075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5076   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5077   filter: "'NIC_Intel-X710' and
5078            'NF_DENSITY' and
5079            'VHOST' and
5080            'CHAIN' and
5081            'NF_VPPIP4' and
5082            '64B' and
5083            '8T4C' and
5084            'NDRPDR'"
5085   reference:
5086     include: "2"
5087     name: "VNF-1c"
5088   compare:
5089     include: "1"
5090     name: "VNF-0.5c"
5091   parameters:
5092   - "throughput"
5093   - "name"
5094   - "tags"
5095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5096   x-axis: "X = VNFs per Service Chain"
5097   y-axis: "Y = Number of Service Chains"
5098   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5099   layout:
5100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5101     layout: "plot-service-density"
5102
5103 # Plots - NF Density - VSC - PDR IMIX
5104 - type: "plot"
5105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5106   algorithm: "plot_service_density_heatmap_compare"
5107   output-file-type: ".html"
5108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5109   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5110   filter: "'NIC_Intel-X710' and
5111            'NF_DENSITY' and
5112            'VHOST' and
5113            'CHAIN' and
5114            'NF_VPPIP4' and
5115            'IMIX' and
5116            '2T1C' and
5117            'NDRPDR'"
5118   reference:
5119     include: "2"
5120     name: "VNF-1c"
5121   compare:
5122     include: "1"
5123     name: "VNF-0.5c"
5124   parameters:
5125   - "throughput"
5126   - "name"
5127   - "tags"
5128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5129   x-axis: "X = VNFs per Service Chain"
5130   y-axis: "Y = Number of Service Chains"
5131   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5132   layout:
5133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5134     layout: "plot-service-density"
5135
5136 - type: "plot"
5137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5138   algorithm: "plot_service_density_heatmap_compare"
5139   output-file-type: ".html"
5140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5141   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5142   filter: "'NIC_Intel-X710' and
5143            'NF_DENSITY' and
5144            'VHOST' and
5145            'CHAIN' and
5146            'NF_VPPIP4' and
5147            'IMIX' and
5148            '4T2C' and
5149            'NDRPDR'"
5150   reference:
5151     include: "2"
5152     name: "VNF-1c"
5153   compare:
5154     include: "1"
5155     name: "VNF-0.5c"
5156   parameters:
5157   - "throughput"
5158   - "name"
5159   - "tags"
5160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5161   x-axis: "X = VNFs per Service Chain"
5162   y-axis: "Y = Number of Service Chains"
5163   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5164   layout:
5165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5166     layout: "plot-service-density"
5167
5168 - type: "plot"
5169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5170   algorithm: "plot_service_density_heatmap_compare"
5171   output-file-type: ".html"
5172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5173   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5174   filter: "'NIC_Intel-X710' and
5175            'NF_DENSITY' and
5176            'VHOST' and
5177            'CHAIN' and
5178            'NF_VPPIP4' and
5179            'IMIX' and
5180            '8T4C' and
5181            'NDRPDR'"
5182   reference:
5183     include: "2"
5184     name: "VNF-1c"
5185   compare:
5186     include: "1"
5187     name: "VNF-0.5c"
5188   parameters:
5189   - "throughput"
5190   - "name"
5191   - "tags"
5192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5193   x-axis: "X = VNFs per Service Chain"
5194   y-axis: "Y = Number of Service Chains"
5195   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5196   layout:
5197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5198     layout: "plot-service-density"
5199
5200 ################################################################################
5201 # Plots - NF Density - CSC - MRR 64b
5202 - type: "plot"
5203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5204   algorithm: "plot_service_density_heatmap_compare"
5205   output-file-type: ".html"
5206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5207   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5208   filter: "'NIC_Intel-X710' and
5209            'NF_DENSITY' and
5210            'DOCKER' and
5211            'CHAIN' and
5212            'NF_VPPIP4' and
5213            '64B' and
5214            '2T1C' and
5215            'MRR'"
5216   reference:
5217     include: "2"
5218     name: "CNF-1c"
5219   compare:
5220     include: "1"
5221     name: "CNF-0.5c"
5222   parameters:
5223   - "result"
5224   - "name"
5225   - "tags"
5226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5227   x-axis: "X = CNFs per Service Chain"
5228   y-axis: "Y = Number of Service Chains"
5229   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5230   layout:
5231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5232     layout: "plot-service-density"
5233
5234 - type: "plot"
5235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5236   algorithm: "plot_service_density_heatmap_compare"
5237   output-file-type: ".html"
5238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5239   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5240   filter: "'NIC_Intel-X710' and
5241            'NF_DENSITY' and
5242            'DOCKER' and
5243            'CHAIN' and
5244            'NF_VPPIP4' and
5245            '64B' and
5246            '4T2C' and
5247            'MRR'"
5248   reference:
5249     include: "2"
5250     name: "CNF-1c"
5251   compare:
5252     include: "1"
5253     name: "CNF-0.5c"
5254   parameters:
5255   - "result"
5256   - "name"
5257   - "tags"
5258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5259   x-axis: "X = CNFs per Service Chain"
5260   y-axis: "Y = Number of Service Chains"
5261   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5262   layout:
5263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5264     layout: "plot-service-density"
5265
5266 - type: "plot"
5267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5268   algorithm: "plot_service_density_heatmap_compare"
5269   output-file-type: ".html"
5270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5271   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5272   filter: "'NIC_Intel-X710' and
5273            'NF_DENSITY' and
5274            'DOCKER' and
5275            'CHAIN' and
5276            'NF_VPPIP4' and
5277            '64B' and
5278            '8T4C' and
5279            'MRR'"
5280   reference:
5281     include: "2"
5282     name: "CNF-1c"
5283   compare:
5284     include: "1"
5285     name: "CNF-0.5c"
5286   parameters:
5287   - "result"
5288   - "name"
5289   - "tags"
5290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5291   x-axis: "X = CNFs per Service Chain"
5292   y-axis: "Y = Number of Service Chains"
5293   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5294   layout:
5295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5296     layout: "plot-service-density"
5297
5298 # Plots - NF Density - CSC - MRR IMIX
5299 - type: "plot"
5300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5301   algorithm: "plot_service_density_heatmap_compare"
5302   output-file-type: ".html"
5303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5304   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5305   filter: "'NIC_Intel-X710' and
5306            'NF_DENSITY' and
5307            'DOCKER' and
5308            'CHAIN' and
5309            'NF_VPPIP4' and
5310            'IMIX' and
5311            '2T1C' and
5312            'MRR'"
5313   reference:
5314     include: "2"
5315     name: "CNF-1c"
5316   compare:
5317     include: "1"
5318     name: "CNF-0.5c"
5319   parameters:
5320   - "result"
5321   - "name"
5322   - "tags"
5323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5324   x-axis: "X = CNFs per Service Chain"
5325   y-axis: "Y = Number of Service Chains"
5326   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5327   layout:
5328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5329     layout: "plot-service-density"
5330
5331 - type: "plot"
5332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5333   algorithm: "plot_service_density_heatmap_compare"
5334   output-file-type: ".html"
5335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5336   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5337   filter: "'NIC_Intel-X710' and
5338            'NF_DENSITY' and
5339            'DOCKER' and
5340            'CHAIN' and
5341            'NF_VPPIP4' and
5342            'IMIX' and
5343            '4T2C' and
5344            'MRR'"
5345   reference:
5346     include: "2"
5347     name: "CNF-1c"
5348   compare:
5349     include: "1"
5350     name: "CNF-0.5c"
5351   parameters:
5352   - "result"
5353   - "name"
5354   - "tags"
5355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5356   x-axis: "X = CNFs per Service Chain"
5357   y-axis: "Y = Number of Service Chains"
5358   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5359   layout:
5360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5361     layout: "plot-service-density"
5362
5363 - type: "plot"
5364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5365   algorithm: "plot_service_density_heatmap_compare"
5366   output-file-type: ".html"
5367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5368   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5369   filter: "'NIC_Intel-X710' and
5370            'NF_DENSITY' and
5371            'DOCKER' and
5372            'CHAIN' and
5373            'NF_VPPIP4' and
5374            'IMIX' and
5375            '8T4C' and
5376            'MRR'"
5377   reference:
5378     include: "2"
5379     name: "CNF-1c"
5380   compare:
5381     include: "1"
5382     name: "CNF-0.5c"
5383   parameters:
5384   - "result"
5385   - "name"
5386   - "tags"
5387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5388   x-axis: "X = CNFs per Service Chain"
5389   y-axis: "Y = Number of Service Chains"
5390   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5391   layout:
5392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5393     layout: "plot-service-density"
5394
5395 # Plots - NF Density - CSC - NDR 64b
5396 - type: "plot"
5397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5398   algorithm: "plot_service_density_heatmap_compare"
5399   output-file-type: ".html"
5400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5401   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5402   filter: "'NIC_Intel-X710' and
5403            'NF_DENSITY' and
5404            'DOCKER' and
5405            'CHAIN' and
5406            'NF_VPPIP4' and
5407            '64B' and
5408            '2T1C' and
5409            'NDRPDR'"
5410   reference:
5411     include: "2"
5412     name: "CNF-1c"
5413   compare:
5414     include: "1"
5415     name: "CNF-0.5c"
5416   parameters:
5417   - "throughput"
5418   - "name"
5419   - "tags"
5420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5421   x-axis: "X = CNFs per Service Chain"
5422   y-axis: "Y = Number of Service Chains"
5423   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5424   layout:
5425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5426     layout: "plot-service-density"
5427
5428 - type: "plot"
5429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5430   algorithm: "plot_service_density_heatmap_compare"
5431   output-file-type: ".html"
5432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5433   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5434   filter: "'NIC_Intel-X710' and
5435            'NF_DENSITY' and
5436            'DOCKER' and
5437            'CHAIN' and
5438            'NF_VPPIP4' and
5439            '64B' and
5440            '4T2C' and
5441            'NDRPDR'"
5442   reference:
5443     include: "2"
5444     name: "CNF-1c"
5445   compare:
5446     include: "1"
5447     name: "CNF-0.5c"
5448   parameters:
5449   - "throughput"
5450   - "name"
5451   - "tags"
5452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5453   x-axis: "X = CNFs per Service Chain"
5454   y-axis: "Y = Number of Service Chains"
5455   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5456   layout:
5457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5458     layout: "plot-service-density"
5459
5460 - type: "plot"
5461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5462   algorithm: "plot_service_density_heatmap_compare"
5463   output-file-type: ".html"
5464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5465   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5466   filter: "'NIC_Intel-X710' and
5467            'NF_DENSITY' and
5468            'DOCKER' and
5469            'CHAIN' and
5470            'NF_VPPIP4' and
5471            '64B' and
5472            '8T4C' and
5473            'NDRPDR'"
5474   reference:
5475     include: "2"
5476     name: "CNF-1c"
5477   compare:
5478     include: "1"
5479     name: "CNF-0.5c"
5480   parameters:
5481   - "throughput"
5482   - "name"
5483   - "tags"
5484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5485   x-axis: "X = CNFs per Service Chain"
5486   y-axis: "Y = Number of Service Chains"
5487   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5488   layout:
5489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5490     layout: "plot-service-density"
5491
5492 # Plots - NF Density - CSC - NDR IMIX
5493 - type: "plot"
5494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5495   algorithm: "plot_service_density_heatmap_compare"
5496   output-file-type: ".html"
5497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5498   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5499   filter: "'NIC_Intel-X710' and
5500            'NF_DENSITY' and
5501            'DOCKER' and
5502            'CHAIN' and
5503            'NF_VPPIP4' and
5504            'IMIX' and
5505            '2T1C' and
5506            'NDRPDR'"
5507   reference:
5508     include: "2"
5509     name: "CNF-1c"
5510   compare:
5511     include: "1"
5512     name: "CNF-0.5c"
5513   parameters:
5514   - "throughput"
5515   - "name"
5516   - "tags"
5517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5518   x-axis: "X = CNFs per Service Chain"
5519   y-axis: "Y = Number of Service Chains"
5520   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5521   layout:
5522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5523     layout: "plot-service-density"
5524
5525 - type: "plot"
5526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5527   algorithm: "plot_service_density_heatmap_compare"
5528   output-file-type: ".html"
5529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5530   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5531   filter: "'NIC_Intel-X710' and
5532            'NF_DENSITY' and
5533            'DOCKER' and
5534            'CHAIN' and
5535            'NF_VPPIP4' and
5536            'IMIX' and
5537            '4T2C' and
5538            'NDRPDR'"
5539   reference:
5540     include: "2"
5541     name: "CNF-1c"
5542   compare:
5543     include: "1"
5544     name: "CNF-0.5c"
5545   parameters:
5546   - "throughput"
5547   - "name"
5548   - "tags"
5549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5550   x-axis: "X = CNFs per Service Chain"
5551   y-axis: "Y = Number of Service Chains"
5552   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5553   layout:
5554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5555     layout: "plot-service-density"
5556
5557 - type: "plot"
5558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5559   algorithm: "plot_service_density_heatmap_compare"
5560   output-file-type: ".html"
5561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5562   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5563   filter: "'NIC_Intel-X710' and
5564            'NF_DENSITY' and
5565            'DOCKER' and
5566            'CHAIN' and
5567            'NF_VPPIP4' and
5568            'IMIX' and
5569            '8T4C' and
5570            'NDRPDR'"
5571   reference:
5572     include: "2"
5573     name: "CNF-1c"
5574   compare:
5575     include: "1"
5576     name: "CNF-0.5c"
5577   parameters:
5578   - "throughput"
5579   - "name"
5580   - "tags"
5581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5582   x-axis: "X = CNFs per Service Chain"
5583   y-axis: "Y = Number of Service Chains"
5584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5585   layout:
5586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5587     layout: "plot-service-density"
5588
5589 # Plots - NF Density - CSC - PDR 64b
5590 - type: "plot"
5591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5592   algorithm: "plot_service_density_heatmap_compare"
5593   output-file-type: ".html"
5594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5595   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5596   filter: "'NIC_Intel-X710' and
5597            'NF_DENSITY' and
5598            'DOCKER' and
5599            'CHAIN' and
5600            'NF_VPPIP4' and
5601            '64B' and
5602            '2T1C' and
5603            'NDRPDR'"
5604   reference:
5605     include: "2"
5606     name: "CNF-1c"
5607   compare:
5608     include: "1"
5609     name: "CNF-0.5c"
5610   parameters:
5611   - "throughput"
5612   - "name"
5613   - "tags"
5614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5615   x-axis: "X = CNFs per Service Chain"
5616   y-axis: "Y = Number of Service Chains"
5617   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5618   layout:
5619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5620     layout: "plot-service-density"
5621
5622 - type: "plot"
5623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5624   algorithm: "plot_service_density_heatmap_compare"
5625   output-file-type: ".html"
5626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5627   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5628   filter: "'NIC_Intel-X710' and
5629            'NF_DENSITY' and
5630            'DOCKER' and
5631            'CHAIN' and
5632            'NF_VPPIP4' and
5633            '64B' and
5634            '4T2C' and
5635            'NDRPDR'"
5636   reference:
5637     include: "2"
5638     name: "CNF-1c"
5639   compare:
5640     include: "1"
5641     name: "CNF-0.5c"
5642   parameters:
5643   - "throughput"
5644   - "name"
5645   - "tags"
5646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5647   x-axis: "X = CNFs per Service Chain"
5648   y-axis: "Y = Number of Service Chains"
5649   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5650   layout:
5651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5652     layout: "plot-service-density"
5653
5654 - type: "plot"
5655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5656   algorithm: "plot_service_density_heatmap_compare"
5657   output-file-type: ".html"
5658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5659   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5660   filter: "'NIC_Intel-X710' and
5661            'NF_DENSITY' and
5662            'DOCKER' and
5663            'CHAIN' and
5664            'NF_VPPIP4' and
5665            '64B' and
5666            '8T4C' and
5667            'NDRPDR'"
5668   reference:
5669     include: "2"
5670     name: "CNF-1c"
5671   compare:
5672     include: "1"
5673     name: "CNF-0.5c"
5674   parameters:
5675   - "throughput"
5676   - "name"
5677   - "tags"
5678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5679   x-axis: "X = CNFs per Service Chain"
5680   y-axis: "Y = Number of Service Chains"
5681   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5682   layout:
5683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5684     layout: "plot-service-density"
5685
5686 # Plots - NF Density - CSC - PDR IMIX
5687 - type: "plot"
5688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5689   algorithm: "plot_service_density_heatmap_compare"
5690   output-file-type: ".html"
5691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5692   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5693   filter: "'NIC_Intel-X710' and
5694            'NF_DENSITY' and
5695            'DOCKER' and
5696            'CHAIN' and
5697            'NF_VPPIP4' and
5698            'IMIX' and
5699            '2T1C' and
5700            'NDRPDR'"
5701   reference:
5702     include: "2"
5703     name: "CNF-1c"
5704   compare:
5705     include: "1"
5706     name: "CNF-0.5c"
5707   parameters:
5708   - "throughput"
5709   - "name"
5710   - "tags"
5711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5712   x-axis: "X = CNFs per Service Chain"
5713   y-axis: "Y = Number of Service Chains"
5714   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5715   layout:
5716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5717     layout: "plot-service-density"
5718
5719 - type: "plot"
5720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5721   algorithm: "plot_service_density_heatmap_compare"
5722   output-file-type: ".html"
5723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5724   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5725   filter: "'NIC_Intel-X710' and
5726            'NF_DENSITY' and
5727            'DOCKER' and
5728            'CHAIN' and
5729            'NF_VPPIP4' and
5730            'IMIX' and
5731            '4T2C' and
5732            'NDRPDR'"
5733   reference:
5734     include: "2"
5735     name: "CNF-1c"
5736   compare:
5737     include: "1"
5738     name: "CNF-0.5c"
5739   parameters:
5740   - "throughput"
5741   - "name"
5742   - "tags"
5743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5744   x-axis: "X = CNFs per Service Chain"
5745   y-axis: "Y = Number of Service Chains"
5746   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5747   layout:
5748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5749     layout: "plot-service-density"
5750
5751 - type: "plot"
5752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5753   algorithm: "plot_service_density_heatmap_compare"
5754   output-file-type: ".html"
5755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5756   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5757   filter: "'NIC_Intel-X710' and
5758            'NF_DENSITY' and
5759            'DOCKER' and
5760            'CHAIN' and
5761            'NF_VPPIP4' and
5762            'IMIX' and
5763            '8T4C' and
5764            'NDRPDR'"
5765   reference:
5766     include: "2"
5767     name: "CNF-1c"
5768   compare:
5769     include: "1"
5770     name: "CNF-0.5c"
5771   parameters:
5772   - "throughput"
5773   - "name"
5774   - "tags"
5775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5776   x-axis: "X = CNFs per Service Chain"
5777   y-axis: "Y = Number of Service Chains"
5778   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5779   layout:
5780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5781     layout: "plot-service-density"
5782
5783 ################################################################################
5784 # Plots - NF Density - CSP - MRR 64b
5785 - type: "plot"
5786   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5787   algorithm: "plot_service_density_heatmap_compare"
5788   output-file-type: ".html"
5789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5790   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5791   filter: "'NIC_Intel-X710' and
5792            'NF_DENSITY' and
5793            'DOCKER' and
5794            'PIPELINE' and
5795            'NF_VPPIP4' and
5796            '64B' and
5797            '2T1C' and
5798            'MRR'"
5799   reference:
5800     include: "2"
5801     name: "CNF-1c"
5802   compare:
5803     include: "1"
5804     name: "CNF-0.5c"
5805   parameters:
5806   - "result"
5807   - "name"
5808   - "tags"
5809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5810   x-axis: "X = CNFs per Service Pipeline"
5811   y-axis: "Y = Number of Service Pipelines"
5812   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5813   layout:
5814     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5815     layout: "plot-service-density"
5816
5817 - type: "plot"
5818   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5819   algorithm: "plot_service_density_heatmap_compare"
5820   output-file-type: ".html"
5821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5822   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5823   filter: "'NIC_Intel-X710' and
5824            'NF_DENSITY' and
5825            'DOCKER' and
5826            'PIPELINE' and
5827            'NF_VPPIP4' and
5828            '64B' and
5829            '4T2C' and
5830            'MRR'"
5831   reference:
5832     include: "2"
5833     name: "CNF-1c"
5834   compare:
5835     include: "1"
5836     name: "CNF-0.5c"
5837   parameters:
5838   - "result"
5839   - "name"
5840   - "tags"
5841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5842   x-axis: "X = CNFs per Service Pipeline"
5843   y-axis: "Y = Number of Service Pipelines"
5844   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5845   layout:
5846     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5847     layout: "plot-service-density"
5848
5849 - type: "plot"
5850   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5851   algorithm: "plot_service_density_heatmap_compare"
5852   output-file-type: ".html"
5853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5854   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5855   filter: "'NIC_Intel-X710' and
5856            'NF_DENSITY' and
5857            'DOCKER' and
5858            'PIPELINE' and
5859            'NF_VPPIP4' and
5860            '64B' and
5861            '8T4C' and
5862            'MRR'"
5863   reference:
5864     include: "2"
5865     name: "CNF-1c"
5866   compare:
5867     include: "1"
5868     name: "CNF-0.5c"
5869   parameters:
5870   - "result"
5871   - "name"
5872   - "tags"
5873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5874   x-axis: "X = CNFs per Service Pipeline"
5875   y-axis: "Y = Number of Service Pipelines"
5876   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5877   layout:
5878     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5879     layout: "plot-service-density"
5880
5881 # Plots - NF Density - CSP - MRR IMIX
5882 - type: "plot"
5883   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5884   algorithm: "plot_service_density_heatmap_compare"
5885   output-file-type: ".html"
5886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5887   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5888   filter: "'NIC_Intel-X710' and
5889            'NF_DENSITY' and
5890            'DOCKER' and
5891            'PIPELINE' and
5892            'NF_VPPIP4' and
5893            'IMIX' and
5894            '2T1C' and
5895            'MRR'"
5896   reference:
5897     include: "2"
5898     name: "CNF-1c"
5899   compare:
5900     include: "1"
5901     name: "CNF-0.5c"
5902   parameters:
5903   - "result"
5904   - "name"
5905   - "tags"
5906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5907   x-axis: "X = CNFs per Service Pipeline"
5908   y-axis: "Y = Number of Service Pipelines"
5909   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5910   layout:
5911     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5912     layout: "plot-service-density"
5913
5914 - type: "plot"
5915   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5916   algorithm: "plot_service_density_heatmap_compare"
5917   output-file-type: ".html"
5918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5919   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5920   filter: "'NIC_Intel-X710' and
5921            'NF_DENSITY' and
5922            'DOCKER' and
5923            'PIPELINE' and
5924            'NF_VPPIP4' and
5925            'IMIX' and
5926            '4T2C' and
5927            'MRR'"
5928   reference:
5929     include: "2"
5930     name: "CNF-1c"
5931   compare:
5932     include: "1"
5933     name: "CNF-0.5c"
5934   parameters:
5935   - "result"
5936   - "name"
5937   - "tags"
5938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5939   x-axis: "X = CNFs per Service Pipeline"
5940   y-axis: "Y = Number of Service Pipelines"
5941   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5942   layout:
5943     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5944     layout: "plot-service-density"
5945
5946 - type: "plot"
5947   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5948   algorithm: "plot_service_density_heatmap_compare"
5949   output-file-type: ".html"
5950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5951   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5952   filter: "'NIC_Intel-X710' and
5953            'NF_DENSITY' and
5954            'DOCKER' and
5955            'PIPELINE' and
5956            'NF_VPPIP4' and
5957            'IMIX' and
5958            '8T4C' and
5959            'MRR'"
5960   reference:
5961     include: "2"
5962     name: "CNF-1c"
5963   compare:
5964     include: "1"
5965     name: "CNF-0.5c"
5966   parameters:
5967   - "result"
5968   - "name"
5969   - "tags"
5970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5971   x-axis: "X = CNFs per Service Pipeline"
5972   y-axis: "Y = Number of Service Pipelines"
5973   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5974   layout:
5975     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5976     layout: "plot-service-density"
5977
5978 # Plots - NF Density - CSP - NDR 64b
5979 - type: "plot"
5980   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5981   algorithm: "plot_service_density_heatmap_compare"
5982   output-file-type: ".html"
5983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5984   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5985   filter: "'NIC_Intel-X710' and
5986            'NF_DENSITY' and
5987            'DOCKER' and
5988            'PIPELINE' and
5989            'NF_VPPIP4' and
5990            '64B' and
5991            '2T1C' and
5992            'NDRPDR'"
5993   reference:
5994     include: "2"
5995     name: "CNF-1c"
5996   compare:
5997     include: "1"
5998     name: "CNF-0.5c"
5999   parameters:
6000   - "throughput"
6001   - "name"
6002   - "tags"
6003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6004   x-axis: "X = CNFs per Service Pipeline"
6005   y-axis: "Y = Number of Service Pipelines"
6006   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6007   layout:
6008     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6009     layout: "plot-service-density"
6010
6011 - type: "plot"
6012   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6013   algorithm: "plot_service_density_heatmap_compare"
6014   output-file-type: ".html"
6015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6016   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6017   filter: "'NIC_Intel-X710' and
6018            'NF_DENSITY' and
6019            'DOCKER' and
6020            'PIPELINE' and
6021            'NF_VPPIP4' and
6022            '64B' and
6023            '4T2C' and
6024            'NDRPDR'"
6025   reference:
6026     include: "2"
6027     name: "CNF-1c"
6028   compare:
6029     include: "1"
6030     name: "CNF-0.5c"
6031   parameters:
6032   - "throughput"
6033   - "name"
6034   - "tags"
6035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6036   x-axis: "X = CNFs per Service Pipeline"
6037   y-axis: "Y = Number of Service Pipelines"
6038   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6039   layout:
6040     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6041     layout: "plot-service-density"
6042
6043 - type: "plot"
6044   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6045   algorithm: "plot_service_density_heatmap_compare"
6046   output-file-type: ".html"
6047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6048   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6049   filter: "'NIC_Intel-X710' and
6050            'NF_DENSITY' and
6051            'DOCKER' and
6052            'PIPELINE' and
6053            'NF_VPPIP4' and
6054            '64B' and
6055            '8T4C' and
6056            'NDRPDR'"
6057   reference:
6058     include: "2"
6059     name: "CNF-1c"
6060   compare:
6061     include: "1"
6062     name: "CNF-0.5c"
6063   parameters:
6064   - "throughput"
6065   - "name"
6066   - "tags"
6067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6068   x-axis: "X = CNFs per Service Pipeline"
6069   y-axis: "Y = Number of Service Pipelines"
6070   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6071   layout:
6072     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6073     layout: "plot-service-density"
6074
6075 # Plots - NF Density - CSP - NDR IMIX
6076 - type: "plot"
6077   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6078   algorithm: "plot_service_density_heatmap_compare"
6079   output-file-type: ".html"
6080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6081   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6082   filter: "'NIC_Intel-X710' and
6083            'NF_DENSITY' and
6084            'DOCKER' and
6085            'PIPELINE' and
6086            'NF_VPPIP4' and
6087            'IMIX' and
6088            '2T1C' and
6089            'NDRPDR'"
6090   reference:
6091     include: "2"
6092     name: "CNF-1c"
6093   compare:
6094     include: "1"
6095     name: "CNF-0.5c"
6096   parameters:
6097   - "throughput"
6098   - "name"
6099   - "tags"
6100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6101   x-axis: "X = CNFs per Service Pipeline"
6102   y-axis: "Y = Number of Service Pipelines"
6103   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6104   layout:
6105     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6106     layout: "plot-service-density"
6107
6108 - type: "plot"
6109   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6110   algorithm: "plot_service_density_heatmap_compare"
6111   output-file-type: ".html"
6112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6113   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6114   filter: "'NIC_Intel-X710' and
6115            'NF_DENSITY' and
6116            'DOCKER' and
6117            'PIPELINE' and
6118            'NF_VPPIP4' and
6119            'IMIX' and
6120            '4T2C' and
6121            'NDRPDR'"
6122   reference:
6123     include: "2"
6124     name: "CNF-1c"
6125   compare:
6126     include: "1"
6127     name: "CNF-0.5c"
6128   parameters:
6129   - "throughput"
6130   - "name"
6131   - "tags"
6132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6133   x-axis: "X = CNFs per Service Pipeline"
6134   y-axis: "Y = Number of Service Pipelines"
6135   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6136   layout:
6137     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6138     layout: "plot-service-density"
6139
6140 - type: "plot"
6141   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6142   algorithm: "plot_service_density_heatmap_compare"
6143   output-file-type: ".html"
6144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6145   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6146   filter: "'NIC_Intel-X710' and
6147            'NF_DENSITY' and
6148            'DOCKER' and
6149            'PIPELINE' and
6150            'NF_VPPIP4' and
6151            'IMIX' and
6152            '8T4C' and
6153            'NDRPDR'"
6154   reference:
6155     include: "2"
6156     name: "CNF-1c"
6157   compare:
6158     include: "1"
6159     name: "CNF-0.5c"
6160   parameters:
6161   - "throughput"
6162   - "name"
6163   - "tags"
6164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6165   x-axis: "X = CNFs per Service Pipeline"
6166   y-axis: "Y = Number of Service Pipelines"
6167   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6168   layout:
6169     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6170     layout: "plot-service-density"
6171
6172 # Plots - NF Density - CSP - PDR 64b
6173 - type: "plot"
6174   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6175   algorithm: "plot_service_density_heatmap_compare"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6178   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6179   filter: "'NIC_Intel-X710' and
6180            'NF_DENSITY' and
6181            'DOCKER' and
6182            'PIPELINE' and
6183            'NF_VPPIP4' and
6184            '64B' and
6185            '2T1C' and
6186            'NDRPDR'"
6187   reference:
6188     include: "2"
6189     name: "CNF-1c"
6190   compare:
6191     include: "1"
6192     name: "CNF-0.5c"
6193   parameters:
6194   - "throughput"
6195   - "name"
6196   - "tags"
6197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6198   x-axis: "X = CNFs per Service Pipeline"
6199   y-axis: "Y = Number of Service Pipelines"
6200   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6201   layout:
6202     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6203     layout: "plot-service-density"
6204
6205 - type: "plot"
6206   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6207   algorithm: "plot_service_density_heatmap_compare"
6208   output-file-type: ".html"
6209   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6210   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6211   filter: "'NIC_Intel-X710' and
6212            'NF_DENSITY' and
6213            'DOCKER' and
6214            'PIPELINE' and
6215            'NF_VPPIP4' and
6216            '64B' and
6217            '4T2C' and
6218            'NDRPDR'"
6219   reference:
6220     include: "2"
6221     name: "CNF-1c"
6222   compare:
6223     include: "1"
6224     name: "CNF-0.5c"
6225   parameters:
6226   - "throughput"
6227   - "name"
6228   - "tags"
6229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6230   x-axis: "X = CNFs per Service Pipeline"
6231   y-axis: "Y = Number of Service Pipelines"
6232   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6233   layout:
6234     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6235     layout: "plot-service-density"
6236
6237 - type: "plot"
6238   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6239   algorithm: "plot_service_density_heatmap_compare"
6240   output-file-type: ".html"
6241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6242   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6243   filter: "'NIC_Intel-X710' and
6244            'NF_DENSITY' and
6245            'DOCKER' and
6246            'PIPELINE' and
6247            'NF_VPPIP4' and
6248            '64B' and
6249            '8T4C' and
6250            'NDRPDR'"
6251   reference:
6252     include: "2"
6253     name: "CNF-1c"
6254   compare:
6255     include: "1"
6256     name: "CNF-0.5c"
6257   parameters:
6258   - "throughput"
6259   - "name"
6260   - "tags"
6261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6262   x-axis: "X = CNFs per Service Pipeline"
6263   y-axis: "Y = Number of Service Pipelines"
6264   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6265   layout:
6266     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6267     layout: "plot-service-density"
6268
6269 # Plots - NF Density - CSP - PDR IMIX
6270 - type: "plot"
6271   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6272   algorithm: "plot_service_density_heatmap_compare"
6273   output-file-type: ".html"
6274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6275   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6276   filter: "'NIC_Intel-X710' and
6277            'NF_DENSITY' and
6278            'DOCKER' and
6279            'PIPELINE' and
6280            'NF_VPPIP4' and
6281            'IMIX' and
6282            '2T1C' and
6283            'NDRPDR'"
6284   reference:
6285     include: "2"
6286     name: "CNF-1c"
6287   compare:
6288     include: "1"
6289     name: "CNF-0.5c"
6290   parameters:
6291   - "throughput"
6292   - "name"
6293   - "tags"
6294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6295   x-axis: "X = CNFs per Service Pipeline"
6296   y-axis: "Y = Number of Service Pipelines"
6297   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6298   layout:
6299     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6300     layout: "plot-service-density"
6301
6302 - type: "plot"
6303   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6304   algorithm: "plot_service_density_heatmap_compare"
6305   output-file-type: ".html"
6306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6307   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6308   filter: "'NIC_Intel-X710' and
6309            'NF_DENSITY' and
6310            'DOCKER' and
6311            'PIPELINE' and
6312            'NF_VPPIP4' and
6313            'IMIX' and
6314            '4T2C' and
6315            'NDRPDR'"
6316   reference:
6317     include: "2"
6318     name: "CNF-1c"
6319   compare:
6320     include: "1"
6321     name: "CNF-0.5c"
6322   parameters:
6323   - "throughput"
6324   - "name"
6325   - "tags"
6326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6327   x-axis: "X = CNFs per Service Pipeline"
6328   y-axis: "Y = Number of Service Pipelines"
6329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6330   layout:
6331     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6332     layout: "plot-service-density"
6333
6334 - type: "plot"
6335   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6336   algorithm: "plot_service_density_heatmap_compare"
6337   output-file-type: ".html"
6338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6339   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6340   filter: "'NIC_Intel-X710' and
6341            'NF_DENSITY' and
6342            'DOCKER' and
6343            'PIPELINE' and
6344            'NF_VPPIP4' and
6345            'IMIX' and
6346            '8T4C' and
6347            'NDRPDR'"
6348   reference:
6349     include: "2"
6350     name: "CNF-1c"
6351   compare:
6352     include: "1"
6353     name: "CNF-0.5c"
6354   parameters:
6355   - "throughput"
6356   - "name"
6357   - "tags"
6358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6359   x-axis: "X = CNFs per Service Pipeline"
6360   y-axis: "Y = Number of Service Pipelines"
6361   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6362   layout:
6363     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6364     layout: "plot-service-density"
6365
6366 ################################################################################
6367 ## Plots VPP HTTP Server Performance
6368 #- type: "plot"
6369 #  title: "VPP HTTP Server Performance"
6370 #  algorithm: "plot_http_server_performance_box"
6371 #  output-file-type: ".html"
6372 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6373 #  data:
6374 #    "plot-vpp-http-server-performance"
6375 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6376 #  # each tag is enclosed with ' (apostrophe).
6377 #  filter: "'HTTP' and 'TCP_CPS'"
6378 #  parameters:
6379 #  - "result"
6380 #  - "name"
6381 #  traces:
6382 #    hoverinfo: "x+y"
6383 #    boxpoints: "outliers"
6384 #    whiskerwidth: 0
6385 #  layout:
6386 #    title: "VPP HTTP Server Performance"
6387 #    layout:
6388 #      "plot-cps"
6389 #
6390 #- type: "plot"
6391 #  title: "VPP HTTP Server Performance"
6392 #  algorithm: "plot_http_server_performance_box"
6393 #  output-file-type: ".html"
6394 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6395 #  data:
6396 #    "plot-vpp-http-server-performance"
6397 #  filter: "'HTTP' and 'TCP_RPS'"
6398 #  parameters:
6399 #  - "result"
6400 #  - "name"
6401 #  traces:
6402 #    hoverinfo: "x+y"
6403 #    boxpoints: "outliers"
6404 #    whiskerwidth: 0
6405 #  layout:
6406 #    title: "VPP HTTP Server Performance"
6407 #    layout:
6408 #      "plot-rps"
6409
6410 ################################################################################
6411
6412 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6413 - type: "plot"
6414   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6415   algorithm: "plot_performance_box"
6416   output-file-type: ".html"
6417   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6418   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6419   filter: "'NIC_Intel-X520-DA2' and
6420            '64B' and
6421            ('BASE' or 'SCALE') and
6422            'NDRPDR' and
6423            'ETH' and
6424            '1T1C' and
6425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6426            not 'VHOST' and
6427            not 'MEMIF'"
6428   parameters:
6429   - "throughput"
6430   - "parent"
6431   - "tags"
6432   sort:
6433   - "L2PATCH"
6434   - "L2XCBASE"
6435   - "BASE"
6436   - "FIB_10K"
6437   - "FIB_100K"
6438   - "FIB_1M"
6439   traces:
6440     hoverinfo: "x+y"
6441     boxpoints: "outliers"
6442     whiskerwidth: 0
6443   layout:
6444     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6445     layout: "plot-throughput"
6446
6447 - type: "plot"
6448   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6449   algorithm: "plot_performance_box"
6450   output-file-type: ".html"
6451   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6453   filter: "'NIC_Intel-X520-DA2' and
6454            '64B' and
6455            ('BASE' or 'SCALE') and
6456            'NDRPDR' and
6457            'ETH' and
6458            '1T1C' and
6459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6460            not 'VHOST' and
6461            not 'MEMIF'"
6462   parameters:
6463   - "throughput"
6464   - "parent"
6465   - "tags"
6466   sort:
6467   - "L2PATCH"
6468   - "L2XCBASE"
6469   - "BASE"
6470   - "FIB_10K"
6471   - "FIB_100K"
6472   - "FIB_1M"
6473   traces:
6474     hoverinfo: "x+y"
6475     boxpoints: "outliers"
6476     whiskerwidth: 0
6477   layout:
6478     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6479     layout: "plot-throughput"
6480
6481 - type: "plot"
6482   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6483   algorithm: "plot_performance_box"
6484   output-file-type: ".html"
6485   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6487   filter: "'NIC_Intel-X520-DA2' and
6488            '64B' and
6489            ('BASE' or 'SCALE') and
6490            'NDRPDR' and
6491            'ETH' and
6492            '2T2C' and
6493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6494            not 'VHOST' and
6495            not 'MEMIF'"
6496   parameters:
6497   - "throughput"
6498   - "parent"
6499   - "tags"
6500   sort:
6501   - "L2PATCH"
6502   - "L2XCBASE"
6503   - "BASE"
6504   - "FIB_10K"
6505   - "FIB_100K"
6506   - "FIB_1M"
6507   traces:
6508     hoverinfo: "x+y"
6509     boxpoints: "outliers"
6510     whiskerwidth: 0
6511   layout:
6512     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6513     layout: "plot-throughput"
6514
6515 - type: "plot"
6516   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6517   algorithm: "plot_performance_box"
6518   output-file-type: ".html"
6519   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6521   filter: "'NIC_Intel-X520-DA2' and
6522            '64B' and
6523            ('BASE' or 'SCALE') and
6524            'NDRPDR' and
6525            'ETH' and
6526            '2T2C' and
6527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6528            not 'VHOST' and
6529            not 'MEMIF'"
6530   parameters:
6531   - "throughput"
6532   - "parent"
6533   - "tags"
6534   sort:
6535   - "L2PATCH"
6536   - "L2XCBASE"
6537   - "BASE"
6538   - "FIB_10K"
6539   - "FIB_100K"
6540   - "FIB_1M"
6541   traces:
6542     hoverinfo: "x+y"
6543     boxpoints: "outliers"
6544     whiskerwidth: 0
6545   layout:
6546     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6547     layout: "plot-throughput"
6548
6549 # Packet Throughput - VPP L2 3n-hsw-x520 features
6550 - type: "plot"
6551   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6552   algorithm: "plot_performance_box"
6553   output-file-type: ".html"
6554   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6556   filter: "'NIC_Intel-X520-DA2' and
6557            '64B' and
6558            'NDRPDR' and
6559            '1T1C' and
6560            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6561            not 'ACL' and
6562            not 'VHOST' and
6563            not 'MEMIF'"
6564   parameters:
6565   - "throughput"
6566   - "parent"
6567   - "tags"
6568   sort:
6569   - "L2XCBASE"    # l2xcbase
6570   - "L2BDBASE"    # l2bdbase
6571   - "L2XCFWD"     # dot1q-l2xcbase
6572   - "L2BDMACLRN"  # dot1q-l2bdbase
6573   traces:
6574     hoverinfo: "x+y"
6575     boxpoints: "outliers"
6576     whiskerwidth: 0
6577   layout:
6578     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6579     layout: "plot-throughput"
6580
6581 - type: "plot"
6582   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6583   algorithm: "plot_performance_box"
6584   output-file-type: ".html"
6585   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6587   filter: "'NIC_Intel-X520-DA2' and
6588            '64B' and
6589            'NDRPDR' and
6590            '1T1C' and
6591            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6592            not 'ACL' and
6593            not 'VHOST' and
6594            not 'MEMIF'"
6595   parameters:
6596   - "throughput"
6597   - "parent"
6598   - "tags"
6599   sort:
6600   - "L2XCBASE"    # l2xcbase
6601   - "L2BDBASE"    # l2bdbase
6602   - "L2XCFWD"     # dot1q-l2xcbase
6603   - "L2BDMACLRN"  # dot1q-l2bdbase
6604   traces:
6605     hoverinfo: "x+y"
6606     boxpoints: "outliers"
6607     whiskerwidth: 0
6608   layout:
6609     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6610     layout: "plot-throughput"
6611
6612 - type: "plot"
6613   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6614   algorithm: "plot_performance_box"
6615   output-file-type: ".html"
6616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6618   filter: "'NIC_Intel-X520-DA2' and
6619            '64B' and
6620            'NDRPDR' and
6621            '2T2C' and
6622            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6623            not 'ACL' and
6624            not 'VHOST' and
6625            not 'MEMIF'"
6626   parameters:
6627   - "throughput"
6628   - "parent"
6629   - "tags"
6630   sort:
6631   - "L2XCBASE"    # l2xcbase
6632   - "L2BDBASE"    # l2bdbase
6633   - "L2XCFWD"     # dot1q-l2xcbase
6634   - "L2BDMACLRN"  # dot1q-l2bdbase
6635   traces:
6636     hoverinfo: "x+y"
6637     boxpoints: "outliers"
6638     whiskerwidth: 0
6639   layout:
6640     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6641     layout: "plot-throughput"
6642
6643 - type: "plot"
6644   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6645   algorithm: "plot_performance_box"
6646   output-file-type: ".html"
6647   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6649   filter: "'NIC_Intel-X520-DA2' and
6650            '64B' and
6651            'NDRPDR' and
6652            '2T2C' and
6653            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6654            not 'ACL' and
6655            not 'VHOST' and
6656            not 'MEMIF'"
6657   parameters:
6658   - "throughput"
6659   - "parent"
6660   - "tags"
6661   sort:
6662   - "L2XCBASE"    # l2xcbase
6663   - "L2BDBASE"    # l2bdbase
6664   - "L2XCFWD"     # dot1q-l2xcbase
6665   - "L2BDMACLRN"  # dot1q-l2bdbase
6666   traces:
6667     hoverinfo: "x+y"
6668     boxpoints: "outliers"
6669     whiskerwidth: 0
6670   layout:
6671     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6672     layout: "plot-throughput"
6673
6674 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6675 - type: "plot"
6676   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6677   algorithm: "plot_performance_box"
6678   output-file-type: ".html"
6679   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6681   filter: "'NIC_Intel-X520-DA2' and
6682            '64B' and
6683            'NDRPDR' and
6684            '1T1C' and
6685            'FEATURE' and
6686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6687            'IACL' and
6688            ('ACL1' or 'ACL50') and
6689            ('10K_FLOWS' or '10k_FLOWS') and
6690            not 'MACIP' and
6691            not 'VHOST' and
6692            not 'MEMIF'"
6693   parameters:
6694   - "throughput"
6695   - "parent"
6696   - "tags"
6697   traces:
6698     hoverinfo: "x+y"
6699     boxpoints: "outliers"
6700     whiskerwidth: 0
6701   layout:
6702     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6703     layout: "plot-throughput"
6704
6705 - type: "plot"
6706   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6707   algorithm: "plot_performance_box"
6708   output-file-type: ".html"
6709   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6711   filter: "'NIC_Intel-X520-DA2' and
6712            '64B' and
6713            'NDRPDR' and
6714            '1T1C' and
6715            'FEATURE' and
6716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6717            'IACL' and
6718            ('ACL1' or 'ACL50') and
6719            ('10K_FLOWS' or '10k_FLOWS') and
6720            not 'MACIP' and
6721            not 'VHOST' and
6722            not 'MEMIF'"
6723   parameters:
6724   - "throughput"
6725   - "parent"
6726   - "tags"
6727   traces:
6728     hoverinfo: "x+y"
6729     boxpoints: "outliers"
6730     whiskerwidth: 0
6731   layout:
6732     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6733     layout: "plot-throughput"
6734
6735 - type: "plot"
6736   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6737   algorithm: "plot_performance_box"
6738   output-file-type: ".html"
6739   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6741   filter: "'NIC_Intel-X520-DA2' and
6742            '64B' and
6743            'NDRPDR' and
6744            '2T2C' and
6745            'FEATURE' and
6746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6747            'IACL' and
6748            ('ACL1' or 'ACL50') and
6749            ('10K_FLOWS' or '10k_FLOWS') and
6750            not 'MACIP' and
6751            not 'VHOST' and
6752            not 'MEMIF'"
6753   parameters:
6754   - "throughput"
6755   - "parent"
6756   - "tags"
6757   traces:
6758     hoverinfo: "x+y"
6759     boxpoints: "outliers"
6760     whiskerwidth: 0
6761   layout:
6762     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6763     layout: "plot-throughput"
6764
6765 - type: "plot"
6766   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6767   algorithm: "plot_performance_box"
6768   output-file-type: ".html"
6769   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6770   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6771   filter: "'NIC_Intel-X520-DA2' and
6772            '64B' and
6773            'NDRPDR' and
6774            '2T2C' and
6775            'FEATURE' and
6776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6777            'IACL' and
6778            ('ACL1' or 'ACL50') and
6779            ('10K_FLOWS' or '10k_FLOWS') and
6780            not 'MACIP' and
6781            not 'VHOST' and
6782            not 'MEMIF'"
6783   parameters:
6784   - "throughput"
6785   - "parent"
6786   - "tags"
6787   traces:
6788     hoverinfo: "x+y"
6789     boxpoints: "outliers"
6790     whiskerwidth: 0
6791   layout:
6792     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6793     layout: "plot-throughput"
6794
6795 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6796 - type: "plot"
6797   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6798   algorithm: "plot_performance_box"
6799   output-file-type: ".html"
6800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6802   filter: "'NIC_Intel-X520-DA2' and
6803            '64B' and
6804            'NDRPDR' and
6805            '1T1C' and
6806            'FEATURE' and
6807            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6808            'OACL' and
6809            ('ACL1' or 'ACL50') and
6810            ('10K_FLOWS' or '10k_FLOWS') and
6811            not 'MACIP' and
6812            not 'VHOST' and
6813            not 'MEMIF'"
6814   parameters:
6815   - "throughput"
6816   - "parent"
6817   - "tags"
6818   traces:
6819     hoverinfo: "x+y"
6820     boxpoints: "outliers"
6821     whiskerwidth: 0
6822   layout:
6823     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6824     layout: "plot-throughput"
6825
6826 - type: "plot"
6827   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6828   algorithm: "plot_performance_box"
6829   output-file-type: ".html"
6830   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6832   filter: "'NIC_Intel-X520-DA2' and
6833            '64B' and
6834            'NDRPDR' and
6835            '1T1C' and
6836            'FEATURE' and
6837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6838            'OACL' and
6839            ('ACL1' or 'ACL50') and
6840            ('10K_FLOWS' or '10k_FLOWS') and
6841            not 'MACIP' and
6842            not 'VHOST' and
6843            not 'MEMIF'"
6844   parameters:
6845   - "throughput"
6846   - "parent"
6847   - "tags"
6848   traces:
6849     hoverinfo: "x+y"
6850     boxpoints: "outliers"
6851     whiskerwidth: 0
6852   layout:
6853     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6854     layout: "plot-throughput"
6855
6856 - type: "plot"
6857   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6858   algorithm: "plot_performance_box"
6859   output-file-type: ".html"
6860   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6862   filter: "'NIC_Intel-X520-DA2' and
6863            '64B' and
6864            'NDRPDR' and
6865            '2T2C' and
6866            'FEATURE' and
6867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6868            'OACL' and
6869            ('ACL1' or 'ACL50') and
6870            ('10K_FLOWS' or '10k_FLOWS') and
6871            not 'MACIP' and
6872            not 'VHOST' and
6873            not 'MEMIF'"
6874   parameters:
6875   - "throughput"
6876   - "parent"
6877   - "tags"
6878   traces:
6879     hoverinfo: "x+y"
6880     boxpoints: "outliers"
6881     whiskerwidth: 0
6882   layout:
6883     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6884     layout: "plot-throughput"
6885
6886 - type: "plot"
6887   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6888   algorithm: "plot_performance_box"
6889   output-file-type: ".html"
6890   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6892   filter: "'NIC_Intel-X520-DA2' and
6893            '64B' and
6894            'NDRPDR' and
6895            '2T2C' and
6896            'FEATURE' and
6897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6898            'OACL' and
6899            ('ACL1' or 'ACL50') and
6900            ('10K_FLOWS' or '10k_FLOWS') and
6901            not 'MACIP' and
6902            not 'VHOST' and
6903            not 'MEMIF'"
6904   parameters:
6905   - "throughput"
6906   - "parent"
6907   - "tags"
6908   traces:
6909     hoverinfo: "x+y"
6910     boxpoints: "outliers"
6911     whiskerwidth: 0
6912   layout:
6913     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6914     layout: "plot-throughput"
6915
6916 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6917 - type: "plot"
6918   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6919   algorithm: "plot_performance_box"
6920   output-file-type: ".html"
6921   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6922   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6923   filter: "'NIC_Intel-X520-DA2' and
6924            '64B' and
6925            'NDRPDR' and
6926            '1T1C' and
6927            'FEATURE' and
6928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6929            'MACIP' and
6930            ('ACL1' or 'ACL50') and
6931            ('10K_FLOWS' or '10k_FLOWS') and
6932            not 'VHOST' and
6933            not 'MEMIF'"
6934   parameters:
6935   - "throughput"
6936   - "parent"
6937   - "tags"
6938   traces:
6939     hoverinfo: "x+y"
6940     boxpoints: "outliers"
6941     whiskerwidth: 0
6942   layout:
6943     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6944     layout: "plot-throughput"
6945
6946 - type: "plot"
6947   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6948   algorithm: "plot_performance_box"
6949   output-file-type: ".html"
6950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6952   filter: "'NIC_Intel-X520-DA2' and
6953            '64B' and
6954            'NDRPDR' and
6955            '1T1C' and
6956            'FEATURE' and
6957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6958            'MACIP' and
6959            ('ACL1' or 'ACL50') and
6960            ('10K_FLOWS' or '10k_FLOWS') and
6961            not 'VHOST' and
6962            not 'MEMIF'"
6963   parameters:
6964   - "throughput"
6965   - "parent"
6966   - "tags"
6967   traces:
6968     hoverinfo: "x+y"
6969     boxpoints: "outliers"
6970     whiskerwidth: 0
6971   layout:
6972     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6973     layout: "plot-throughput"
6974
6975 - type: "plot"
6976   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6977   algorithm: "plot_performance_box"
6978   output-file-type: ".html"
6979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6981   filter: "'NIC_Intel-X520-DA2' and
6982            '64B' and
6983            'NDRPDR' and
6984            '2T2C' and
6985            'FEATURE' and
6986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6987            'MACIP' and
6988            ('ACL1' or 'ACL50') and
6989            ('10K_FLOWS' or '10k_FLOWS') and
6990            not 'VHOST' and
6991            not 'MEMIF'"
6992   parameters:
6993   - "throughput"
6994   - "parent"
6995   - "tags"
6996   traces:
6997     hoverinfo: "x+y"
6998     boxpoints: "outliers"
6999     whiskerwidth: 0
7000   layout:
7001     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7002     layout: "plot-throughput"
7003
7004 - type: "plot"
7005   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7006   algorithm: "plot_performance_box"
7007   output-file-type: ".html"
7008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7010   filter: "'NIC_Intel-X520-DA2' and
7011            '64B' and
7012            'NDRPDR' and
7013            '2T2C' and
7014            'FEATURE' and
7015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7016            'MACIP' and
7017            ('ACL1' or 'ACL50') and
7018            ('10K_FLOWS' or '10k_FLOWS') and
7019            not 'VHOST' and
7020            not 'MEMIF'"
7021   parameters:
7022   - "throughput"
7023   - "parent"
7024   - "tags"
7025   traces:
7026     hoverinfo: "x+y"
7027     boxpoints: "outliers"
7028     whiskerwidth: 0
7029   layout:
7030     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7031     layout: "plot-throughput"
7032
7033 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7034 - type: "plot"
7035   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7036   algorithm: "plot_performance_box"
7037   output-file-type: ".html"
7038   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7040   filter: "'NIC_Intel-X710' and
7041            '64B' and
7042            ('BASE' or 'SCALE') and
7043            'NDRPDR' and
7044            'ETH' and
7045            '1T1C' and
7046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7047            not 'VHOST' and
7048            not 'MEMIF'"
7049   parameters:
7050   - "throughput"
7051   - "parent"
7052   - "tags"
7053   sort:
7054   - "L2PATCH"
7055   - "L2XCFWD"
7056   - "L2BDMACLRN"
7057   - "FIB_10K"
7058   - "FIB_100K"
7059   - "FIB_1M"
7060   traces:
7061     hoverinfo: "x+y"
7062     boxpoints: "outliers"
7063     whiskerwidth: 0
7064   layout:
7065     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7066     layout: "plot-throughput"
7067
7068 - type: "plot"
7069   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7070   algorithm: "plot_performance_box"
7071   output-file-type: ".html"
7072   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7074   filter: "'NIC_Intel-X710' and
7075            '64B' and
7076            ('BASE' or 'SCALE') and
7077            'NDRPDR' and
7078            'ETH' and
7079            '1T1C' and
7080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7081            not 'VHOST' and
7082            not 'MEMIF'"
7083   parameters:
7084   - "throughput"
7085   - "parent"
7086   - "tags"
7087   sort:
7088   - "L2PATCH"
7089   - "L2XCFWD"
7090   - "L2BDMACLRN"
7091   - "FIB_10K"
7092   - "FIB_100K"
7093   - "FIB_1M"
7094   traces:
7095     hoverinfo: "x+y"
7096     boxpoints: "outliers"
7097     whiskerwidth: 0
7098   layout:
7099     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7100     layout: "plot-throughput"
7101
7102 - type: "plot"
7103   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7104   algorithm: "plot_performance_box"
7105   output-file-type: ".html"
7106   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7108   filter: "'NIC_Intel-X710' and
7109            '64B' and
7110            ('BASE' or 'SCALE') and
7111            'NDRPDR' and
7112            'ETH' and
7113            '2T2C' and
7114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7115            not 'VHOST' and
7116            not 'MEMIF'"
7117   parameters:
7118   - "throughput"
7119   - "parent"
7120   - "tags"
7121   sort:
7122   - "L2PATCH"
7123   - "L2XCFWD"
7124   - "L2BDMACLRN"
7125   - "FIB_10K"
7126   - "FIB_100K"
7127   - "FIB_1M"
7128   traces:
7129     hoverinfo: "x+y"
7130     boxpoints: "outliers"
7131     whiskerwidth: 0
7132   layout:
7133     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7134     layout: "plot-throughput"
7135
7136 - type: "plot"
7137   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7138   algorithm: "plot_performance_box"
7139   output-file-type: ".html"
7140   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7142   filter: "'NIC_Intel-X710' and
7143            '64B' and
7144            ('BASE' or 'SCALE') and
7145            'NDRPDR' and
7146            'ETH' and
7147            '2T2C' and
7148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7149            not 'VHOST' and
7150            not 'MEMIF'"
7151   parameters:
7152   - "throughput"
7153   - "parent"
7154   - "tags"
7155   sort:
7156   - "L2PATCH"
7157   - "L2XCFWD"
7158   - "L2BDMACLRN"
7159   - "FIB_10K"
7160   - "FIB_100K"
7161   - "FIB_1M"
7162   traces:
7163     hoverinfo: "x+y"
7164     boxpoints: "outliers"
7165     whiskerwidth: 0
7166   layout:
7167     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7168     layout: "plot-throughput"
7169
7170 # Packet Throughput - VPP L2 3n-hsw-x710 features
7171 - type: "plot"
7172   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7173   algorithm: "plot_performance_box"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7177   filter: "'NIC_Intel-X710' and
7178            '64B' and
7179            'NDRPDR' and
7180            '1T1C' and
7181            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7182            not 'ACL' and
7183            not 'VHOST' and
7184            not 'L2OVRLAY' and
7185            not 'MEMIF'"
7186   parameters:
7187   - "throughput"
7188   - "parent"
7189   - "tags"
7190   sort:
7191   - "L2XCBASE"    # l2xcbase
7192   - "L2BDBASE"    # l2bdbase
7193   - "L2XCFWD"     # dot1q-l2xcbase
7194   - "L2BDMACLRN"  # dot1q-l2bdbase
7195   traces:
7196     hoverinfo: "x+y"
7197     boxpoints: "outliers"
7198     whiskerwidth: 0
7199   layout:
7200     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7201     layout: "plot-throughput"
7202
7203 - type: "plot"
7204   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7205   algorithm: "plot_performance_box"
7206   output-file-type: ".html"
7207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7209   filter: "'NIC_Intel-X710' and
7210            '64B' and
7211            'NDRPDR' and
7212            '1T1C' and
7213            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7214            not 'ACL' and
7215            not 'VHOST' and
7216            not 'L2OVRLAY' and
7217            not 'MEMIF'"
7218   parameters:
7219   - "throughput"
7220   - "parent"
7221   - "tags"
7222   sort:
7223   - "L2XCBASE"    # l2xcbase
7224   - "L2BDBASE"    # l2bdbase
7225   - "L2XCFWD"     # dot1q-l2xcbase
7226   - "L2BDMACLRN"  # dot1q-l2bdbase
7227   traces:
7228     hoverinfo: "x+y"
7229     boxpoints: "outliers"
7230     whiskerwidth: 0
7231   layout:
7232     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7233     layout: "plot-throughput"
7234
7235 - type: "plot"
7236   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7237   algorithm: "plot_performance_box"
7238   output-file-type: ".html"
7239   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7241   filter: "'NIC_Intel-X710' and
7242            '64B' and
7243            'NDRPDR' and
7244            '2T2C' and
7245            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7246            not 'ACL' and
7247            not 'VHOST' and
7248            not 'L2OVRLAY' and
7249            not 'MEMIF'"
7250   parameters:
7251   - "throughput"
7252   - "parent"
7253   - "tags"
7254   sort:
7255   - "L2XCBASE"    # l2xcbase
7256   - "L2BDBASE"    # l2bdbase
7257   - "L2XCFWD"     # dot1q-l2xcbase
7258   - "L2BDMACLRN"  # dot1q-l2bdbase
7259   traces:
7260     hoverinfo: "x+y"
7261     boxpoints: "outliers"
7262     whiskerwidth: 0
7263   layout:
7264     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7265     layout: "plot-throughput"
7266
7267 - type: "plot"
7268   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7269   algorithm: "plot_performance_box"
7270   output-file-type: ".html"
7271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7273   filter: "'NIC_Intel-X710' and
7274            '64B' and
7275            'NDRPDR' and
7276            '2T2C' and
7277            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7278            not 'ACL' and
7279            not 'VHOST' and
7280            not 'L2OVRLAY' and
7281            not 'MEMIF'"
7282   parameters:
7283   - "throughput"
7284   - "parent"
7285   - "tags"
7286   sort:
7287   - "L2XCBASE"    # l2xcbase
7288   - "L2BDBASE"    # l2bdbase
7289   - "L2XCFWD"     # dot1q-l2xcbase
7290   - "L2BDMACLRN"  # dot1q-l2bdbase
7291   traces:
7292     hoverinfo: "x+y"
7293     boxpoints: "outliers"
7294     whiskerwidth: 0
7295   layout:
7296     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7297     layout: "plot-throughput"
7298
7299 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7300 - type: "plot"
7301   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7302   algorithm: "plot_performance_box"
7303   output-file-type: ".html"
7304   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7306   filter: "'NIC_Intel-X710' and
7307            '64B' and
7308            'NDRPDR' and
7309            '1T1C' and
7310            'FEATURE' and
7311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7312            'IACL' and
7313            ('ACL1' or 'ACL50') and
7314            ('10K_FLOWS' or '10k_FLOWS') and
7315            not 'MACIP' and
7316            not 'VHOST' and
7317            not 'MEMIF'"
7318   parameters:
7319   - "throughput"
7320   - "parent"
7321   - "tags"
7322   traces:
7323     hoverinfo: "x+y"
7324     boxpoints: "outliers"
7325     whiskerwidth: 0
7326   layout:
7327     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7328     layout: "plot-throughput"
7329
7330 - type: "plot"
7331   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7332   algorithm: "plot_performance_box"
7333   output-file-type: ".html"
7334   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7336   filter: "'NIC_Intel-X710' and
7337            '64B' and
7338            'NDRPDR' and
7339            '1T1C' and
7340            'FEATURE' and
7341            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7342            'IACL' and
7343            ('ACL1' or 'ACL50') and
7344            ('10K_FLOWS' or '10k_FLOWS') and
7345            not 'MACIP' and
7346            not 'VHOST' and
7347            not 'MEMIF'"
7348   parameters:
7349   - "throughput"
7350   - "parent"
7351   - "tags"
7352   traces:
7353     hoverinfo: "x+y"
7354     boxpoints: "outliers"
7355     whiskerwidth: 0
7356   layout:
7357     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7358     layout: "plot-throughput"
7359
7360 - type: "plot"
7361   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7362   algorithm: "plot_performance_box"
7363   output-file-type: ".html"
7364   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7366   filter: "'NIC_Intel-X710' and
7367            '64B' and
7368            'NDRPDR' and
7369            '2T2C' and
7370            'FEATURE' and
7371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7372            'IACL' and
7373            ('ACL1' or 'ACL50') and
7374            ('10K_FLOWS' or '10k_FLOWS') and
7375            not 'MACIP' and
7376            not 'VHOST' and
7377            not 'MEMIF'"
7378   parameters:
7379   - "throughput"
7380   - "parent"
7381   - "tags"
7382   traces:
7383     hoverinfo: "x+y"
7384     boxpoints: "outliers"
7385     whiskerwidth: 0
7386   layout:
7387     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7388     layout: "plot-throughput"
7389
7390 - type: "plot"
7391   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7392   algorithm: "plot_performance_box"
7393   output-file-type: ".html"
7394   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7396   filter: "'NIC_Intel-X710' and
7397            '64B' and
7398            'NDRPDR' and
7399            '2T2C' and
7400            'FEATURE' and
7401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7402            'IACL' and
7403            ('ACL1' or 'ACL50') and
7404            ('10K_FLOWS' or '10k_FLOWS') and
7405            not 'MACIP' and
7406            not 'VHOST' and
7407            not 'MEMIF'"
7408   parameters:
7409   - "throughput"
7410   - "parent"
7411   - "tags"
7412   traces:
7413     hoverinfo: "x+y"
7414     boxpoints: "outliers"
7415     whiskerwidth: 0
7416   layout:
7417     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7418     layout: "plot-throughput"
7419
7420 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7421 - type: "plot"
7422   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7423   algorithm: "plot_performance_box"
7424   output-file-type: ".html"
7425   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7427   filter: "'NIC_Intel-XL710' and
7428            '64B' and
7429            'BASE' and
7430            'NDRPDR' and
7431            'ETH' and
7432            '1T1C' and
7433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7434            not 'VHOST' and
7435            not 'MEMIF'"
7436   parameters:
7437   - "throughput"
7438   - "parent"
7439   - "tags"
7440   sort:
7441   - "L2PATCH"
7442   - "L2XCFWD"
7443   - "L2BDMACLRN"
7444   traces:
7445     hoverinfo: "x+y"
7446     boxpoints: "outliers"
7447     whiskerwidth: 0
7448   layout:
7449     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7450     layout: "plot-throughput"
7451
7452 - type: "plot"
7453   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7454   algorithm: "plot_performance_box"
7455   output-file-type: ".html"
7456   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7458   filter: "'NIC_Intel-XL710' and
7459            '64B' and
7460            'BASE' and
7461            'NDRPDR' and
7462            'ETH' and
7463            '1T1C' and
7464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7465            not 'VHOST' and
7466            not 'MEMIF'"
7467   parameters:
7468   - "throughput"
7469   - "parent"
7470   - "tags"
7471   sort:
7472   - "L2PATCH"
7473   - "L2XCFWD"
7474   - "L2BDMACLRN"
7475   traces:
7476     hoverinfo: "x+y"
7477     boxpoints: "outliers"
7478     whiskerwidth: 0
7479   layout:
7480     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7481     layout: "plot-throughput"
7482
7483 - type: "plot"
7484   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7485   algorithm: "plot_performance_box"
7486   output-file-type: ".html"
7487   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7489   filter: "'NIC_Intel-XL710' and
7490            '64B' and
7491            'BASE' and
7492            'NDRPDR' and
7493            'ETH' and
7494            '2T2C' and
7495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7496            not 'VHOST' and
7497            not 'MEMIF'"
7498   parameters:
7499   - "throughput"
7500   - "parent"
7501   - "tags"
7502   sort:
7503   - "L2PATCH"
7504   - "L2XCFWD"
7505   - "L2BDMACLRN"
7506   traces:
7507     hoverinfo: "x+y"
7508     boxpoints: "outliers"
7509     whiskerwidth: 0
7510   layout:
7511     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7512     layout: "plot-throughput"
7513
7514 - type: "plot"
7515   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7516   algorithm: "plot_performance_box"
7517   output-file-type: ".html"
7518   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7520   filter: "'NIC_Intel-XL710' and
7521            '64B' and
7522            'BASE' and
7523            'NDRPDR' and
7524            'ETH' and
7525            '2T2C' and
7526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7527            not 'VHOST' and
7528            not 'MEMIF'"
7529   parameters:
7530   - "throughput"
7531   - "parent"
7532   - "tags"
7533   sort:
7534   - "L2PATCH"
7535   - "L2XCFWD"
7536   - "L2BDMACLRN"
7537   traces:
7538     hoverinfo: "x+y"
7539     boxpoints: "outliers"
7540     whiskerwidth: 0
7541   layout:
7542     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7543     layout: "plot-throughput"
7544
7545 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7546 - type: "plot"
7547   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7548   algorithm: "plot_performance_box"
7549   output-file-type: ".html"
7550   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7552   filter: "'NIC_Intel-X710' and
7553            '64B' and
7554            ('BASE' or 'SCALE') and
7555            'NDRPDR' and
7556            'ETH' and
7557            '2T1C' and
7558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7559            not 'VHOST' and
7560            not 'MEMIF' and
7561            not 'DRV_AVF'"
7562   parameters:
7563   - "throughput"
7564   - "parent"
7565   - "tags"
7566   sort:
7567   - "L2PATCH"
7568   - "L2XCBASE"
7569   - "BASE"
7570   - "FIB_10K"
7571   - "FIB_100K"
7572   - "FIB_1M"
7573   traces:
7574     hoverinfo: "x+y"
7575     boxpoints: "outliers"
7576     whiskerwidth: 0
7577   layout:
7578     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7579     layout: "plot-throughput"
7580
7581 - type: "plot"
7582   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7583   algorithm: "plot_performance_box"
7584   output-file-type: ".html"
7585   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7587   filter: "'NIC_Intel-X710' and
7588            '64B' and
7589            ('BASE' or 'SCALE') and
7590            'NDRPDR' and
7591            'ETH' and
7592            '2T1C' and
7593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7594            not 'VHOST' and
7595            not 'MEMIF' and
7596            not 'DRV_AVF'"
7597   parameters:
7598   - "throughput"
7599   - "parent"
7600   - "tags"
7601   sort:
7602   - "L2PATCH"
7603   - "L2XCBASE"
7604   - "BASE"
7605   - "FIB_10K"
7606   - "FIB_100K"
7607   - "FIB_1M"
7608   traces:
7609     hoverinfo: "x+y"
7610     boxpoints: "outliers"
7611     whiskerwidth: 0
7612   layout:
7613     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7614     layout: "plot-throughput"
7615
7616 - type: "plot"
7617   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7618   algorithm: "plot_performance_box"
7619   output-file-type: ".html"
7620   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7622   filter: "'NIC_Intel-X710' and
7623            '64B' and
7624            ('BASE' or 'SCALE') and
7625            'NDRPDR' and
7626            'ETH' and
7627            '4T2C' and
7628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7629            not 'VHOST' and
7630            not 'MEMIF' and
7631            not 'DRV_AVF'"
7632   parameters:
7633   - "throughput"
7634   - "parent"
7635   - "tags"
7636   sort:
7637   - "L2PATCH"
7638   - "L2XCBASE"
7639   - "BASE"
7640   - "FIB_10K"
7641   - "FIB_100K"
7642   - "FIB_1M"
7643   traces:
7644     hoverinfo: "x+y"
7645     boxpoints: "outliers"
7646     whiskerwidth: 0
7647   layout:
7648     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7649     layout: "plot-throughput"
7650
7651 - type: "plot"
7652   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7653   algorithm: "plot_performance_box"
7654   output-file-type: ".html"
7655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7657   filter: "'NIC_Intel-X710' and
7658            '64B' and
7659            ('BASE' or 'SCALE') and
7660            'NDRPDR' and
7661            'ETH' and
7662            '4T2C' and
7663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7664            not 'VHOST' and
7665            not 'MEMIF' and
7666            not 'DRV_AVF'"
7667   parameters:
7668   - "throughput"
7669   - "parent"
7670   - "tags"
7671   sort:
7672   - "L2PATCH"
7673   - "L2XCBASE"
7674   - "BASE"
7675   - "FIB_10K"
7676   - "FIB_100K"
7677   - "FIB_1M"
7678   traces:
7679     hoverinfo: "x+y"
7680     boxpoints: "outliers"
7681     whiskerwidth: 0
7682   layout:
7683     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7684     layout: "plot-throughput"
7685
7686 # Packet Throughput - VPP L2 3n-skx-x710 features
7687 - type: "plot"
7688   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7689   algorithm: "plot_performance_box"
7690   output-file-type: ".html"
7691   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7693   filter: "'NIC_Intel-X710' and
7694            '64B' and
7695            'NDRPDR' and
7696            '2T1C' and
7697            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7698            not 'ACL' and
7699            not 'VHOST' and
7700            not 'DRV_AVF' and
7701            not 'L2OVRLAY' and
7702            not 'MEMIF'"
7703   parameters:
7704   - "throughput"
7705   - "parent"
7706   - "tags"
7707   sort:
7708   - "L2XCBASE"    # l2xcbase
7709   - "L2BDBASE"    # l2bdbase
7710   - "L2XCFWD"     # dot1q-l2xcbase
7711   - "L2BDMACLRN"  # dot1q-l2bdbase
7712   traces:
7713     hoverinfo: "x+y"
7714     boxpoints: "outliers"
7715     whiskerwidth: 0
7716   layout:
7717     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7718     layout: "plot-throughput"
7719
7720 - type: "plot"
7721   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7722   algorithm: "plot_performance_box"
7723   output-file-type: ".html"
7724   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7726   filter: "'NIC_Intel-X710' and
7727            '64B' and
7728            'NDRPDR' and
7729            '2T1C' and
7730            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7731            not 'ACL' and
7732            not 'VHOST' and
7733            not 'DRV_AVF' and
7734            not 'L2OVRLAY' and
7735            not 'MEMIF'"
7736   parameters:
7737   - "throughput"
7738   - "parent"
7739   - "tags"
7740   sort:
7741   - "L2XCBASE"    # l2xcbase
7742   - "L2BDBASE"    # l2bdbase
7743   - "L2XCFWD"     # dot1q-l2xcbase
7744   - "L2BDMACLRN"  # dot1q-l2bdbase
7745   traces:
7746     hoverinfo: "x+y"
7747     boxpoints: "outliers"
7748     whiskerwidth: 0
7749   layout:
7750     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7751     layout: "plot-throughput"
7752
7753 - type: "plot"
7754   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7755   algorithm: "plot_performance_box"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7759   filter: "'NIC_Intel-X710' and
7760            '64B' and
7761            'NDRPDR' and
7762            '4T2C' and
7763            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7764            not 'ACL' and
7765            not 'VHOST' and
7766            not 'DRV_AVF' and
7767            not 'L2OVRLAY' and
7768            not 'MEMIF'"
7769   parameters:
7770   - "throughput"
7771   - "parent"
7772   - "tags"
7773   sort:
7774   - "L2XCBASE"    # l2xcbase
7775   - "L2BDBASE"    # l2bdbase
7776   - "L2XCFWD"     # dot1q-l2xcbase
7777   - "L2BDMACLRN"  # dot1q-l2bdbase
7778   traces:
7779     hoverinfo: "x+y"
7780     boxpoints: "outliers"
7781     whiskerwidth: 0
7782   layout:
7783     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7784     layout: "plot-throughput"
7785
7786 - type: "plot"
7787   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7788   algorithm: "plot_performance_box"
7789   output-file-type: ".html"
7790   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7792   filter: "'NIC_Intel-X710' and
7793            '64B' and
7794            'NDRPDR' and
7795            '4T2C' and
7796            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7797            not 'ACL' and
7798            not 'VHOST' and
7799            not 'DRV_AVF' and
7800            not 'L2OVRLAY' and
7801            not 'MEMIF'"
7802   parameters:
7803   - "throughput"
7804   - "parent"
7805   - "tags"
7806   sort:
7807   - "L2XCBASE"    # l2xcbase
7808   - "L2BDBASE"    # l2bdbase
7809   - "L2XCFWD"     # dot1q-l2xcbase
7810   - "L2BDMACLRN"  # dot1q-l2bdbase
7811   traces:
7812     hoverinfo: "x+y"
7813     boxpoints: "outliers"
7814     whiskerwidth: 0
7815   layout:
7816     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7817     layout: "plot-throughput"
7818
7819 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7820 - type: "plot"
7821   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7822   algorithm: "plot_performance_box"
7823   output-file-type: ".html"
7824   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7826   filter: "'NIC_Intel-X710' and
7827            '64B' and
7828            'NDRPDR' and
7829            '2T1C' and
7830            'FEATURE' and
7831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7832            'IACL' and
7833            ('ACL1' or 'ACL50') and
7834            ('10K_FLOWS' or '10k_FLOWS') and
7835            not 'MACIP' and
7836            not 'VHOST' and
7837            not 'MEMIF'"
7838   parameters:
7839   - "throughput"
7840   - "parent"
7841   - "tags"
7842   traces:
7843     hoverinfo: "x+y"
7844     boxpoints: "outliers"
7845     whiskerwidth: 0
7846   layout:
7847     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7848     layout: "plot-throughput"
7849
7850 - type: "plot"
7851   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7852   algorithm: "plot_performance_box"
7853   output-file-type: ".html"
7854   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7856   filter: "'NIC_Intel-X710' and
7857            '64B' and
7858            'NDRPDR' and
7859            '2T1C' and
7860            'FEATURE' and
7861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7862            'IACL' and
7863            ('ACL1' or 'ACL50') and
7864            ('10K_FLOWS' or '10k_FLOWS') and
7865            not 'MACIP' and
7866            not 'VHOST' and
7867            not 'MEMIF'"
7868   parameters:
7869   - "throughput"
7870   - "parent"
7871   - "tags"
7872   traces:
7873     hoverinfo: "x+y"
7874     boxpoints: "outliers"
7875     whiskerwidth: 0
7876   layout:
7877     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7878     layout: "plot-throughput"
7879
7880 - type: "plot"
7881   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7882   algorithm: "plot_performance_box"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7886   filter: "'NIC_Intel-X710' and
7887            '64B' and
7888            'NDRPDR' and
7889            '4T2C' and
7890            'FEATURE' and
7891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7892            'IACL' and
7893            ('ACL1' or 'ACL50') and
7894            ('10K_FLOWS' or '10k_FLOWS') and
7895            not 'MACIP' and
7896            not 'VHOST' and
7897            not 'MEMIF'"
7898   parameters:
7899   - "throughput"
7900   - "parent"
7901   - "tags"
7902   traces:
7903     hoverinfo: "x+y"
7904     boxpoints: "outliers"
7905     whiskerwidth: 0
7906   layout:
7907     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7908     layout: "plot-throughput"
7909
7910 - type: "plot"
7911   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7912   algorithm: "plot_performance_box"
7913   output-file-type: ".html"
7914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7916   filter: "'NIC_Intel-X710' and
7917            '64B' and
7918            'NDRPDR' and
7919            '4T2C' and
7920            'FEATURE' and
7921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7922            'IACL' and
7923            ('ACL1' or 'ACL50') and
7924            ('10K_FLOWS' or '10k_FLOWS') and
7925            not 'MACIP' and
7926            not 'VHOST' and
7927            not 'MEMIF'"
7928   parameters:
7929   - "throughput"
7930   - "parent"
7931   - "tags"
7932   traces:
7933     hoverinfo: "x+y"
7934     boxpoints: "outliers"
7935     whiskerwidth: 0
7936   layout:
7937     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7938     layout: "plot-throughput"
7939
7940 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7941 - type: "plot"
7942   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7943   algorithm: "plot_performance_box"
7944   output-file-type: ".html"
7945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7947   filter: "'NIC_Intel-XXV710' and
7948            '64B' and
7949            ('BASE' or 'SCALE') and
7950            'NDRPDR' and
7951            'ETH' and
7952            '2T1C' and
7953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7954            not 'VHOST' and
7955            not 'MEMIF'"
7956   parameters:
7957   - "throughput"
7958   - "parent"
7959   - "tags"
7960   sort:
7961   - "L2PATCH"
7962   - "L2PATCH"
7963   - "L2XCBASE"
7964   - "L2BDMACLRN"
7965   traces:
7966     hoverinfo: "x+y"
7967     boxpoints: "outliers"
7968     whiskerwidth: 0
7969   layout:
7970     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7971     layout: "plot-throughput"
7972
7973 - type: "plot"
7974   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7975   algorithm: "plot_performance_box"
7976   output-file-type: ".html"
7977   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7979   filter: "'NIC_Intel-XXV710' and
7980            '64B' and
7981            ('BASE' or 'SCALE') and
7982            'NDRPDR' and
7983            'ETH' and
7984            '2T1C' and
7985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7986            not 'VHOST' and
7987            not 'MEMIF'"
7988   parameters:
7989   - "throughput"
7990   - "parent"
7991   - "tags"
7992   sort:
7993   - "L2PATCH"
7994   - "L2PATCH"
7995   - "L2XCBASE"
7996   - "L2BDMACLRN"
7997   traces:
7998     hoverinfo: "x+y"
7999     boxpoints: "outliers"
8000     whiskerwidth: 0
8001   layout:
8002     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8003     layout: "plot-throughput"
8004
8005 - type: "plot"
8006   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8007   algorithm: "plot_performance_box"
8008   output-file-type: ".html"
8009   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8011   filter: "'NIC_Intel-XXV710' and
8012            '64B' and
8013            ('BASE' or 'SCALE') and
8014            'NDRPDR' and
8015            'ETH' and
8016            '4T2C' and
8017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8018            not 'VHOST' and
8019            not 'MEMIF'"
8020   parameters:
8021   - "throughput"
8022   - "parent"
8023   - "tags"
8024   sort:
8025   - "L2PATCH"
8026   - "L2PATCH"
8027   - "L2XCBASE"
8028   - "L2BDMACLRN"
8029   traces:
8030     hoverinfo: "x+y"
8031     boxpoints: "outliers"
8032     whiskerwidth: 0
8033   layout:
8034     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8035     layout: "plot-throughput"
8036
8037 - type: "plot"
8038   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8039   algorithm: "plot_performance_box"
8040   output-file-type: ".html"
8041   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8043   filter: "'NIC_Intel-XXV710' and
8044            '64B' and
8045            ('BASE' or 'SCALE') and
8046            'NDRPDR' and
8047            'ETH' and
8048            '4T2C' and
8049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8050            not 'VHOST' and
8051            not 'MEMIF'"
8052   parameters:
8053   - "throughput"
8054   - "parent"
8055   - "tags"
8056   sort:
8057   - "L2PATCH"
8058   - "L2PATCH"
8059   - "L2XCBASE"
8060   - "L2BDMACLRN"
8061   traces:
8062     hoverinfo: "x+y"
8063     boxpoints: "outliers"
8064     whiskerwidth: 0
8065   layout:
8066     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8067     layout: "plot-throughput"
8068
8069 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8070 - type: "plot"
8071   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8072   algorithm: "plot_performance_box"
8073   output-file-type: ".html"
8074   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8076   filter: "'NIC_Intel-X710' and
8077            '64B' and
8078            ('BASE' or 'SCALE') and
8079            'NDRPDR' and
8080            'ETH' and
8081            '2T1C' and
8082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8083            not 'VHOST' and
8084            not 'MEMIF'"
8085   parameters:
8086   - "throughput"
8087   - "parent"
8088   - "tags"
8089   sort:
8090   - "L2PATCH"
8091   - "L2XCBASE"
8092   - "BASE"
8093   - "FIB_10K"
8094   - "FIB_100K"
8095   - "FIB_1M"
8096   traces:
8097     hoverinfo: "x+y"
8098     boxpoints: "outliers"
8099     whiskerwidth: 0
8100   layout:
8101     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8102     layout: "plot-throughput"
8103
8104 - type: "plot"
8105   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8106   algorithm: "plot_performance_box"
8107   output-file-type: ".html"
8108   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8110   filter: "'NIC_Intel-X710' and
8111            '64B' and
8112            ('BASE' or 'SCALE') and
8113            'NDRPDR' and
8114            'ETH' and
8115            '2T1C' and
8116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8117            not 'VHOST' and
8118            not 'MEMIF'"
8119   parameters:
8120   - "throughput"
8121   - "parent"
8122   - "tags"
8123   sort:
8124   - "L2PATCH"
8125   - "L2XCBASE"
8126   - "BASE"
8127   - "FIB_10K"
8128   - "FIB_100K"
8129   - "FIB_1M"
8130   traces:
8131     hoverinfo: "x+y"
8132     boxpoints: "outliers"
8133     whiskerwidth: 0
8134   layout:
8135     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8136     layout: "plot-throughput"
8137
8138 - type: "plot"
8139   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8140   algorithm: "plot_performance_box"
8141   output-file-type: ".html"
8142   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8144   filter: "'NIC_Intel-X710' and
8145            '64B' and
8146            ('BASE' or 'SCALE') and
8147            'NDRPDR' and
8148            'ETH' and
8149            '4T2C' and
8150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8151            not 'VHOST' and
8152            not 'MEMIF'"
8153   parameters:
8154   - "throughput"
8155   - "parent"
8156   - "tags"
8157   sort:
8158   - "L2PATCH"
8159   - "L2XCBASE"
8160   - "BASE"
8161   - "FIB_10K"
8162   - "FIB_100K"
8163   - "FIB_1M"
8164   traces:
8165     hoverinfo: "x+y"
8166     boxpoints: "outliers"
8167     whiskerwidth: 0
8168   layout:
8169     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8170     layout: "plot-throughput"
8171
8172 - type: "plot"
8173   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8174   algorithm: "plot_performance_box"
8175   output-file-type: ".html"
8176   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8178   filter: "'NIC_Intel-X710' and
8179            '64B' and
8180            ('BASE' or 'SCALE') and
8181            'NDRPDR' and
8182            'ETH' and
8183            '4T2C' and
8184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8185            not 'VHOST' and
8186            not 'MEMIF'"
8187   parameters:
8188   - "throughput"
8189   - "parent"
8190   - "tags"
8191   sort:
8192   - "L2PATCH"
8193   - "L2XCBASE"
8194   - "BASE"
8195   - "FIB_10K"
8196   - "FIB_100K"
8197   - "FIB_1M"
8198   traces:
8199     hoverinfo: "x+y"
8200     boxpoints: "outliers"
8201     whiskerwidth: 0
8202   layout:
8203     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8204     layout: "plot-throughput"
8205
8206 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8207 - type: "plot"
8208   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8209   algorithm: "plot_performance_box"
8210   output-file-type: ".html"
8211   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8213   filter: "'NIC_Intel-XXV710' and
8214            '64B' and
8215            ('BASE' or 'SCALE') and
8216            'NDRPDR' and
8217            'ETH' and
8218            '2T1C' and
8219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8220            not 'VHOST' and
8221            not 'MEMIF'"
8222   parameters:
8223   - "throughput"
8224   - "parent"
8225   - "tags"
8226   sort:
8227   - "L2PATCH"
8228   - "L2XCBASE"
8229   - "BASE"
8230   - "FIB_10K"
8231   - "FIB_100K"
8232   - "FIB_1M"
8233   traces:
8234     hoverinfo: "x+y"
8235     boxpoints: "outliers"
8236     whiskerwidth: 0
8237   layout:
8238     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8239     layout: "plot-throughput"
8240
8241 - type: "plot"
8242   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8243   algorithm: "plot_performance_box"
8244   output-file-type: ".html"
8245   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8247   filter: "'NIC_Intel-XXV710' and
8248            '64B' and
8249            ('BASE' or 'SCALE') and
8250            'NDRPDR' and
8251            'ETH' and
8252            '2T1C' and
8253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8254            not 'VHOST' and
8255            not 'MEMIF'"
8256   parameters:
8257   - "throughput"
8258   - "parent"
8259   - "tags"
8260   sort:
8261   - "L2PATCH"
8262   - "L2XCBASE"
8263   - "BASE"
8264   - "FIB_10K"
8265   - "FIB_100K"
8266   - "FIB_1M"
8267   traces:
8268     hoverinfo: "x+y"
8269     boxpoints: "outliers"
8270     whiskerwidth: 0
8271   layout:
8272     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8273     layout: "plot-throughput"
8274
8275 - type: "plot"
8276   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8277   algorithm: "plot_performance_box"
8278   output-file-type: ".html"
8279   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8281   filter: "'NIC_Intel-XXV710' and
8282            '64B' and
8283            ('BASE' or 'SCALE') and
8284            'NDRPDR' and
8285            'ETH' and
8286            '4T2C' and
8287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8288            not 'VHOST' and
8289            not 'MEMIF'"
8290   parameters:
8291   - "throughput"
8292   - "parent"
8293   - "tags"
8294   sort:
8295   - "L2PATCH"
8296   - "L2XCBASE"
8297   - "BASE"
8298   - "FIB_10K"
8299   - "FIB_100K"
8300   - "FIB_1M"
8301   traces:
8302     hoverinfo: "x+y"
8303     boxpoints: "outliers"
8304     whiskerwidth: 0
8305   layout:
8306     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8307     layout: "plot-throughput"
8308
8309 - type: "plot"
8310   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8311   algorithm: "plot_performance_box"
8312   output-file-type: ".html"
8313   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8315   filter: "'NIC_Intel-XXV710' and
8316            '64B' and
8317            ('BASE' or 'SCALE') and
8318            'NDRPDR' and
8319            'ETH' and
8320            '4T2C' and
8321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8322            not 'VHOST' and
8323            not 'MEMIF'"
8324   parameters:
8325   - "throughput"
8326   - "parent"
8327   - "tags"
8328   sort:
8329   - "L2PATCH"
8330   - "L2XCBASE"
8331   - "BASE"
8332   - "FIB_10K"
8333   - "FIB_100K"
8334   - "FIB_1M"
8335   traces:
8336     hoverinfo: "x+y"
8337     boxpoints: "outliers"
8338     whiskerwidth: 0
8339   layout:
8340     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8341     layout: "plot-throughput"
8342
8343 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8344 #- type: "plot"
8345 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8346 #  algorithm: "plot_performance_box"
8347 #  output-file-type: ".html"
8348 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8349 #  data: "intel-dnv-vpp"
8350 #  filter: "'NIC_Intel-X553' and
8351 #           '64B' and
8352 #           'BASE' and
8353 #           'NDRPDR' and
8354 #           'ETH' and
8355 #           '1T1C' and
8356 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8357 #           not 'VHOST' and
8358 #           not 'MEMIF'"
8359 #  parameters:
8360 #  - "throughput"
8361 #  - "parent"
8362 #  - "tags"
8363 #  sort:
8364 #  - "L2XCBASE"
8365 #  - "L2BDMACLRN"
8366 #  - "L2PATCH"
8367 #  traces:
8368 #    hoverinfo: "x+y"
8369 #    boxpoints: "outliers"
8370 #    whiskerwidth: 0
8371 #  layout:
8372 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8373 #    layout: "plot-throughput"
8374 #
8375 #- type: "plot"
8376 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8377 #  algorithm: "plot_performance_box"
8378 #  output-file-type: ".html"
8379 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8380 #  data: "intel-dnv-vpp"
8381 #  filter: "'NIC_Intel-X553' and
8382 #           '64B' and
8383 #           ('BASE' or 'SCALE') and
8384 #           'NDRPDR' and
8385 #           'ETH' and
8386 #           '1T1C' and
8387 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8388 #           not 'VHOST' and
8389 #           not 'MEMIF'"
8390 #  parameters:
8391 #  - "throughput"
8392 #  - "parent"
8393 #  - "tags"
8394 #  sort:
8395 #  - "L2XCBASE"
8396 #  - "L2BDMACLRN"
8397 #  - "L2PATCH"
8398 #  traces:
8399 #    hoverinfo: "x+y"
8400 #    boxpoints: "outliers"
8401 #    whiskerwidth: 0
8402 #  layout:
8403 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8404 #    layout: "plot-throughput"
8405 #
8406 #- type: "plot"
8407 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8408 #  algorithm: "plot_performance_box"
8409 #  output-file-type: ".html"
8410 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8411 #  data: "intel-dnv-vpp"
8412 #  filter: "'NIC_Intel-X553' and
8413 #           '64B' and
8414 #           ('BASE' or 'SCALE') and
8415 #           'NDRPDR' and
8416 #           'ETH' and
8417 #           '2T2C' and
8418 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8419 #           not 'VHOST' and
8420 #           not 'MEMIF'"
8421 #  parameters:
8422 #  - "throughput"
8423 #  - "parent"
8424 #  - "tags"
8425 #  sort:
8426 #  - "L2XCBASE"
8427 #  - "L2BDMACLRN"
8428 #  - "L2PATCH"
8429 #  traces:
8430 #    hoverinfo: "x+y"
8431 #    boxpoints: "outliers"
8432 #    whiskerwidth: 0
8433 #  layout:
8434 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8435 #    layout: "plot-throughput"
8436 #
8437 #- type: "plot"
8438 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8439 #  algorithm: "plot_performance_box"
8440 #  output-file-type: ".html"
8441 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8442 #  data: "intel-dnv-vpp"
8443 #  filter: "'NIC_Intel-X553' and
8444 #           '64B' and
8445 #           ('BASE' or 'SCALE') and
8446 #           'NDRPDR' and
8447 #           'ETH' and
8448 #           '2T2C' and
8449 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8450 #           not 'VHOST' and
8451 #           not 'MEMIF'"
8452 #  parameters:
8453 #  - "throughput"
8454 #  - "parent"
8455 #  - "tags"
8456 #  sort:
8457 #  - "L2XCBASE"
8458 #  - "L2BDMACLRN"
8459 #  - "L2PATCH"
8460 #  traces:
8461 #    hoverinfo: "x+y"
8462 #    boxpoints: "outliers"
8463 #    whiskerwidth: 0
8464 #  layout:
8465 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8466 #    layout: "plot-throughput"
8467
8468 ################################################################################
8469
8470 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8471 - type: "plot"
8472   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8473   algorithm: "plot_performance_box"
8474   output-file-type: ".html"
8475   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8477   filter: "'NIC_Intel-X520-DA2' and
8478            '64B' and
8479            ('BASE' or 'SCALE') and
8480            'NDRPDR' and
8481            '1T1C' and
8482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8483            not 'VHOST' and
8484            'MEMIF'"
8485   parameters:
8486   - "throughput"
8487   - "parent"
8488   - "tags"
8489   sort:
8490   - "L2XCFWD"
8491   - "L2XCFWD"
8492   - "L2XCFWD"
8493   - "L2BDMACLRN"
8494   - "L2BDMACLRN"
8495   - "L2BDMACLRN"
8496   - "IP4FWD"
8497   traces:
8498     hoverinfo: "x+y"
8499     boxpoints: "outliers"
8500     whiskerwidth: 0
8501   layout:
8502     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8503     layout: "plot-throughput"
8504
8505 - type: "plot"
8506   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8507   algorithm: "plot_performance_box"
8508   output-file-type: ".html"
8509   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8511   filter: "'NIC_Intel-X520-DA2' and
8512            '64B' and
8513            ('BASE' or 'SCALE') and
8514            'NDRPDR' and
8515            '1T1C' and
8516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8517            not 'VHOST' and
8518            'MEMIF'"
8519   parameters:
8520   - "throughput"
8521   - "parent"
8522   - "tags"
8523   sort:
8524   - "L2XCFWD"
8525   - "L2XCFWD"
8526   - "L2XCFWD"
8527   - "L2BDMACLRN"
8528   - "L2BDMACLRN"
8529   - "L2BDMACLRN"
8530   - "IP4FWD"
8531   traces:
8532     hoverinfo: "x+y"
8533     boxpoints: "outliers"
8534     whiskerwidth: 0
8535   layout:
8536     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8537     layout: "plot-throughput"
8538
8539 - type: "plot"
8540   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8541   algorithm: "plot_performance_box"
8542   output-file-type: ".html"
8543   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8545   filter: "'NIC_Intel-X520-DA2' and
8546            '64B' and
8547            ('BASE' or 'SCALE') and
8548            'NDRPDR' and
8549            '2T2C' and
8550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8551            not 'VHOST' and
8552            'MEMIF'"
8553   parameters:
8554   - "throughput"
8555   - "parent"
8556   - "tags"
8557   sort:
8558   - "L2XCFWD"
8559   - "L2XCFWD"
8560   - "L2XCFWD"
8561   - "L2BDMACLRN"
8562   - "L2BDMACLRN"
8563   - "L2BDMACLRN"
8564   - "IP4FWD"
8565   traces:
8566     hoverinfo: "x+y"
8567     boxpoints: "outliers"
8568     whiskerwidth: 0
8569   layout:
8570     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8571     layout: "plot-throughput"
8572
8573 - type: "plot"
8574   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8575   algorithm: "plot_performance_box"
8576   output-file-type: ".html"
8577   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8578   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8579   filter: "'NIC_Intel-X520-DA2' and
8580            '64B' and
8581            ('BASE' or 'SCALE') and
8582            'NDRPDR' and
8583            '2T2C' and
8584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8585            not 'VHOST' and
8586            'MEMIF'"
8587   parameters:
8588   - "throughput"
8589   - "parent"
8590   - "tags"
8591   sort:
8592   - "L2XCFWD"
8593   - "L2XCFWD"
8594   - "L2XCFWD"
8595   - "L2BDMACLRN"
8596   - "L2BDMACLRN"
8597   - "L2BDMACLRN"
8598   - "IP4FWD"
8599   traces:
8600     hoverinfo: "x+y"
8601     boxpoints: "outliers"
8602     whiskerwidth: 0
8603   layout:
8604     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8605     layout: "plot-throughput"
8606
8607 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8608 - type: "plot"
8609   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8610   algorithm: "plot_performance_box"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8614   filter: "'NIC_Intel-X710' and
8615            '64B' and
8616            ('BASE' or 'SCALE') and
8617            'NDRPDR' and
8618            '1T1C' and
8619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8620            not 'VHOST' and
8621            'MEMIF'"
8622   parameters:
8623   - "throughput"
8624   - "parent"
8625   - "tags"
8626   sort:
8627   - "L2XCFWD"
8628   - "L2XCFWD"
8629   - "L2XCFWD"
8630   - "L2BDMACLRN"
8631   - "L2BDMACLRN"
8632   - "L2BDMACLRN"
8633   - "IP4FWD"
8634   traces:
8635     hoverinfo: "x+y"
8636     boxpoints: "outliers"
8637     whiskerwidth: 0
8638   layout:
8639     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8640     layout: "plot-throughput"
8641
8642 - type: "plot"
8643   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8644   algorithm: "plot_performance_box"
8645   output-file-type: ".html"
8646   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8648   filter: "'NIC_Intel-X710' and
8649            '64B' and
8650            ('BASE' or 'SCALE') and
8651            'NDRPDR' and
8652            '1T1C' and
8653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8654            not 'VHOST' and
8655            'MEMIF'"
8656   parameters:
8657   - "throughput"
8658   - "parent"
8659   - "tags"
8660   sort:
8661   - "L2XCFWD"
8662   - "L2XCFWD"
8663   - "L2XCFWD"
8664   - "L2BDMACLRN"
8665   - "L2BDMACLRN"
8666   - "L2BDMACLRN"
8667   - "IP4FWD"
8668   traces:
8669     hoverinfo: "x+y"
8670     boxpoints: "outliers"
8671     whiskerwidth: 0
8672   layout:
8673     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8674     layout: "plot-throughput"
8675
8676 - type: "plot"
8677   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8678   algorithm: "plot_performance_box"
8679   output-file-type: ".html"
8680   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8682   filter: "'NIC_Intel-X710' and
8683            '64B' and
8684            ('BASE' or 'SCALE') and
8685            'NDRPDR' and
8686            '2T2C' and
8687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8688            not 'VHOST' and
8689            'MEMIF'"
8690   parameters:
8691   - "throughput"
8692   - "parent"
8693   - "tags"
8694   sort:
8695   - "L2XCFWD"
8696   - "L2XCFWD"
8697   - "L2XCFWD"
8698   - "L2BDMACLRN"
8699   - "L2BDMACLRN"
8700   - "L2BDMACLRN"
8701   - "IP4FWD"
8702   traces:
8703     hoverinfo: "x+y"
8704     boxpoints: "outliers"
8705     whiskerwidth: 0
8706   layout:
8707     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8708     layout: "plot-throughput"
8709
8710 - type: "plot"
8711   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8712   algorithm: "plot_performance_box"
8713   output-file-type: ".html"
8714   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8716   filter: "'NIC_Intel-X710' and
8717            '64B' and
8718            ('BASE' or 'SCALE') and
8719            'NDRPDR' and
8720            '2T2C' and
8721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8722            not 'VHOST' and
8723            'MEMIF'"
8724   parameters:
8725   - "throughput"
8726   - "parent"
8727   - "tags"
8728   sort:
8729   - "L2XCFWD"
8730   - "L2XCFWD"
8731   - "L2XCFWD"
8732   - "L2BDMACLRN"
8733   - "L2BDMACLRN"
8734   - "L2BDMACLRN"
8735   - "IP4FWD"
8736   traces:
8737     hoverinfo: "x+y"
8738     boxpoints: "outliers"
8739     whiskerwidth: 0
8740   layout:
8741     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8742     layout: "plot-throughput"
8743
8744 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8745 - type: "plot"
8746   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8747   algorithm: "plot_performance_box"
8748   output-file-type: ".html"
8749   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8751   filter: "'NIC_Intel-XL710' and
8752            '64B' and
8753            ('BASE' or 'SCALE') and
8754            'NDRPDR' and
8755            '1T1C' and
8756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8757            not 'VHOST' and
8758            'MEMIF'"
8759   parameters:
8760   - "throughput"
8761   - "parent"
8762   - "tags"
8763   sort:
8764   - "L2XCFWD"
8765   - "L2XCFWD"
8766   - "L2XCFWD"
8767   - "L2BDMACLRN"
8768   - "L2BDMACLRN"
8769   - "L2BDMACLRN"
8770   - "IP4FWD"
8771   traces:
8772     hoverinfo: "x+y"
8773     boxpoints: "outliers"
8774     whiskerwidth: 0
8775   layout:
8776     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8777     layout: "plot-throughput"
8778
8779 - type: "plot"
8780   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8781   algorithm: "plot_performance_box"
8782   output-file-type: ".html"
8783   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8785   filter: "'NIC_Intel-XL710' and
8786            '64B' and
8787            ('BASE' or 'SCALE') and
8788            'NDRPDR' and
8789            '1T1C' and
8790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8791            not 'VHOST' and
8792            'MEMIF'"
8793   parameters:
8794   - "throughput"
8795   - "parent"
8796   - "tags"
8797   sort:
8798   - "L2XCFWD"
8799   - "L2XCFWD"
8800   - "L2XCFWD"
8801   - "L2BDMACLRN"
8802   - "L2BDMACLRN"
8803   - "L2BDMACLRN"
8804   - "IP4FWD"
8805   traces:
8806     hoverinfo: "x+y"
8807     boxpoints: "outliers"
8808     whiskerwidth: 0
8809   layout:
8810     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8811     layout: "plot-throughput"
8812
8813 - type: "plot"
8814   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8815   algorithm: "plot_performance_box"
8816   output-file-type: ".html"
8817   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8819   filter: "'NIC_Intel-XL710' and
8820            '64B' and
8821            ('BASE' or 'SCALE') and
8822            'NDRPDR' and
8823            '2T2C' and
8824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8825            not 'VHOST' and
8826            'MEMIF'"
8827   parameters:
8828   - "throughput"
8829   - "parent"
8830   - "tags"
8831   sort:
8832   - "L2XCFWD"
8833   - "L2XCFWD"
8834   - "L2XCFWD"
8835   - "L2BDMACLRN"
8836   - "L2BDMACLRN"
8837   - "L2BDMACLRN"
8838   - "IP4FWD"
8839   traces:
8840     hoverinfo: "x+y"
8841     boxpoints: "outliers"
8842     whiskerwidth: 0
8843   layout:
8844     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8845     layout: "plot-throughput"
8846
8847 - type: "plot"
8848   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8849   algorithm: "plot_performance_box"
8850   output-file-type: ".html"
8851   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8853   filter: "'NIC_Intel-XL710' and
8854            '64B' and
8855            ('BASE' or 'SCALE') and
8856            'NDRPDR' and
8857            '2T2C' and
8858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8859            not 'VHOST' and
8860            'MEMIF'"
8861   parameters:
8862   - "throughput"
8863   - "parent"
8864   - "tags"
8865   sort:
8866   - "L2XCFWD"
8867   - "L2XCFWD"
8868   - "L2XCFWD"
8869   - "L2BDMACLRN"
8870   - "L2BDMACLRN"
8871   - "L2BDMACLRN"
8872   - "IP4FWD"
8873   traces:
8874     hoverinfo: "x+y"
8875     boxpoints: "outliers"
8876     whiskerwidth: 0
8877   layout:
8878     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8879     layout: "plot-throughput"
8880
8881 # Packet Throughput - VPP Container Memif 3n-skx-x710
8882 - type: "plot"
8883   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8884   algorithm: "plot_performance_box"
8885   output-file-type: ".html"
8886   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8888   filter: "'NIC_Intel-X710' and
8889            '64B' and
8890            ('BASE' or 'SCALE') and
8891            'NDRPDR' and
8892            '2T1C' and
8893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8894            not 'VHOST' and
8895            'MEMIF'"
8896   parameters:
8897   - "throughput"
8898   - "parent"
8899   - "tags"
8900   sort:
8901   - "L2XCFWD"
8902   - "L2XCFWD"
8903   - "L2XCFWD"
8904   - "L2BDMACLRN"
8905   - "L2BDMACLRN"
8906   - "L2BDMACLRN"
8907   - "IP4FWD"
8908   traces:
8909     hoverinfo: "x+y"
8910     boxpoints: "outliers"
8911     whiskerwidth: 0
8912   layout:
8913     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8914     layout: "plot-throughput"
8915
8916 - type: "plot"
8917   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8918   algorithm: "plot_performance_box"
8919   output-file-type: ".html"
8920   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8922   filter: "'NIC_Intel-X710' and
8923            '64B' and
8924            ('BASE' or 'SCALE') and
8925            'NDRPDR' and
8926            '2T1C' and
8927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8928            not 'VHOST' and
8929            'MEMIF'"
8930   parameters:
8931   - "throughput"
8932   - "parent"
8933   - "tags"
8934   sort:
8935   - "L2XCFWD"
8936   - "L2XCFWD"
8937   - "L2XCFWD"
8938   - "L2BDMACLRN"
8939   - "L2BDMACLRN"
8940   - "L2BDMACLRN"
8941   - "IP4FWD"
8942   traces:
8943     hoverinfo: "x+y"
8944     boxpoints: "outliers"
8945     whiskerwidth: 0
8946   layout:
8947     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8948     layout: "plot-throughput"
8949
8950 - type: "plot"
8951   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8952   algorithm: "plot_performance_box"
8953   output-file-type: ".html"
8954   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8956   filter: "'NIC_Intel-X710' and
8957            '64B' and
8958            ('BASE' or 'SCALE') and
8959            'NDRPDR' and
8960            '4T2C' and
8961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8962            not 'VHOST' and
8963            'MEMIF'"
8964   parameters:
8965   - "throughput"
8966   - "parent"
8967   - "tags"
8968   sort:
8969   - "L2XCFWD"
8970   - "L2XCFWD"
8971   - "L2XCFWD"
8972   - "L2BDMACLRN"
8973   - "L2BDMACLRN"
8974   - "L2BDMACLRN"
8975   - "IP4FWD"
8976   traces:
8977     hoverinfo: "x+y"
8978     boxpoints: "outliers"
8979     whiskerwidth: 0
8980   layout:
8981     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8982     layout: "plot-throughput"
8983
8984 - type: "plot"
8985   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8986   algorithm: "plot_performance_box"
8987   output-file-type: ".html"
8988   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8990   filter: "'NIC_Intel-X710' and
8991            '64B' and
8992            ('BASE' or 'SCALE') and
8993            'NDRPDR' and
8994            '4T2C' and
8995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8996            not 'VHOST' and
8997            'MEMIF'"
8998   parameters:
8999   - "throughput"
9000   - "parent"
9001   - "tags"
9002   sort:
9003   - "L2XCFWD"
9004   - "L2XCFWD"
9005   - "L2XCFWD"
9006   - "L2BDMACLRN"
9007   - "L2BDMACLRN"
9008   - "L2BDMACLRN"
9009   - "IP4FWD"
9010   traces:
9011     hoverinfo: "x+y"
9012     boxpoints: "outliers"
9013     whiskerwidth: 0
9014   layout:
9015     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9016     layout: "plot-throughput"
9017
9018 # Packet Throughput - VPP Container Memif 2n-skx-x710
9019 - type: "plot"
9020   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9021   algorithm: "plot_performance_box"
9022   output-file-type: ".html"
9023   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9025   filter: "'NIC_Intel-X710' and
9026            '64B' and
9027            ('BASE' or 'SCALE') and
9028            'NDRPDR' and
9029            '2T1C' and
9030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9031            not 'VHOST' and
9032            not 'NF_DENSITY' and
9033            'MEMIF'"
9034   parameters:
9035   - "throughput"
9036   - "parent"
9037   - "tags"
9038   sort:
9039   - "L2XCFWD"
9040   - "L2XCFWD"
9041   - "L2XCFWD"
9042   - "L2BDMACLRN"
9043   - "L2BDMACLRN"
9044   - "L2BDMACLRN"
9045   - "IP4FWD"
9046   traces:
9047     hoverinfo: "x+y"
9048     boxpoints: "outliers"
9049     whiskerwidth: 0
9050   layout:
9051     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9052     layout: "plot-throughput"
9053
9054 - type: "plot"
9055   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9056   algorithm: "plot_performance_box"
9057   output-file-type: ".html"
9058   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9060   filter: "'NIC_Intel-X710' and
9061            '64B' and
9062            ('BASE' or 'SCALE') and
9063            'NDRPDR' and
9064            '2T1C' and
9065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9066            not 'VHOST' and
9067            not 'NF_DENSITY' and
9068            'MEMIF'"
9069   parameters:
9070   - "throughput"
9071   - "parent"
9072   - "tags"
9073   sort:
9074   - "L2XCFWD"
9075   - "L2XCFWD"
9076   - "L2XCFWD"
9077   - "L2BDMACLRN"
9078   - "L2BDMACLRN"
9079   - "L2BDMACLRN"
9080   - "IP4FWD"
9081   traces:
9082     hoverinfo: "x+y"
9083     boxpoints: "outliers"
9084     whiskerwidth: 0
9085   layout:
9086     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9087     layout: "plot-throughput"
9088
9089 - type: "plot"
9090   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9091   algorithm: "plot_performance_box"
9092   output-file-type: ".html"
9093   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9095   filter: "'NIC_Intel-X710' and
9096            '64B' and
9097            ('BASE' or 'SCALE') and
9098            'NDRPDR' and
9099            '4T2C' and
9100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9101            not 'VHOST' and
9102            not 'NF_DENSITY' and
9103            'MEMIF'"
9104   parameters:
9105   - "throughput"
9106   - "parent"
9107   - "tags"
9108   sort:
9109   - "L2XCFWD"
9110   - "L2XCFWD"
9111   - "L2XCFWD"
9112   - "L2BDMACLRN"
9113   - "L2BDMACLRN"
9114   - "L2BDMACLRN"
9115   - "IP4FWD"
9116   traces:
9117     hoverinfo: "x+y"
9118     boxpoints: "outliers"
9119     whiskerwidth: 0
9120   layout:
9121     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9122     layout: "plot-throughput"
9123
9124 - type: "plot"
9125   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9126   algorithm: "plot_performance_box"
9127   output-file-type: ".html"
9128   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9130   filter: "'NIC_Intel-X710' and
9131            '64B' and
9132            ('BASE' or 'SCALE') and
9133            'NDRPDR' and
9134            '4T2C' and
9135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9136            not 'VHOST' and
9137            not 'NF_DENSITY' and
9138            'MEMIF'"
9139   parameters:
9140   - "throughput"
9141   - "parent"
9142   - "tags"
9143   sort:
9144   - "L2XCFWD"
9145   - "L2XCFWD"
9146   - "L2XCFWD"
9147   - "L2BDMACLRN"
9148   - "L2BDMACLRN"
9149   - "L2BDMACLRN"
9150   - "IP4FWD"
9151   traces:
9152     hoverinfo: "x+y"
9153     boxpoints: "outliers"
9154     whiskerwidth: 0
9155   layout:
9156     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9157     layout: "plot-throughput"
9158
9159 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9160 #- type: "plot"
9161 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9162 #  algorithm: "plot_performance_box"
9163 #  output-file-type: ".html"
9164 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9165 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9166 #  filter: "'NIC_Intel-XXV710' and
9167 #           '64B' and
9168 #           ('BASE' or 'SCALE') and
9169 #           'NDRPDR' and
9170 #           '2T1C' and
9171 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9172 #           not 'VHOST' and
9173 #           'MEMIF'"
9174 #  parameters:
9175 #  - "throughput"
9176 #  - "parent"
9177 #  - "tags"
9178 #  sort:
9179 #  - "L2XCFWD"
9180 #  - "L2XCFWD"
9181 #  - "L2XCFWD"
9182 #  - "L2BDMACLRN"
9183 #  - "L2BDMACLRN"
9184 #  - "L2BDMACLRN"
9185 #  - "IP4FWD"
9186 #  traces:
9187 #    hoverinfo: "x+y"
9188 #    boxpoints: "outliers"
9189 #    whiskerwidth: 0
9190 #  layout:
9191 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9192 #    layout: "plot-throughput"
9193 #
9194 #- type: "plot"
9195 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9196 #  algorithm: "plot_performance_box"
9197 #  output-file-type: ".html"
9198 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9199 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9200 #  filter: "'NIC_Intel-XXV710' and
9201 #           '64B' and
9202 #           ('BASE' or 'SCALE') and
9203 #           'NDRPDR' and
9204 #           '2T1C' and
9205 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9206 #           not 'VHOST' and
9207 #           'MEMIF'"
9208 #  parameters:
9209 #  - "throughput"
9210 #  - "parent"
9211 #  - "tags"
9212 #  sort:
9213 #  - "L2XCFWD"
9214 #  - "L2XCFWD"
9215 #  - "L2XCFWD"
9216 #  - "L2BDMACLRN"
9217 #  - "L2BDMACLRN"
9218 #  - "L2BDMACLRN"
9219 #  - "IP4FWD"
9220 #  traces:
9221 #    hoverinfo: "x+y"
9222 #    boxpoints: "outliers"
9223 #    whiskerwidth: 0
9224 #  layout:
9225 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9226 #    layout: "plot-throughput"
9227 #
9228 #- type: "plot"
9229 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9230 #  algorithm: "plot_performance_box"
9231 #  output-file-type: ".html"
9232 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9233 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9234 #  filter: "'NIC_Intel-XXV710' and
9235 #           '64B' and
9236 #           ('BASE' or 'SCALE') and
9237 #           'NDRPDR' and
9238 #           '4T2C' and
9239 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9240 #           not 'VHOST' and
9241 #           'MEMIF'"
9242 #  parameters:
9243 #  - "throughput"
9244 #  - "parent"
9245 #  - "tags"
9246 #  sort:
9247 #  - "L2XCFWD"
9248 #  - "L2XCFWD"
9249 #  - "L2XCFWD"
9250 #  - "L2BDMACLRN"
9251 #  - "L2BDMACLRN"
9252 #  - "L2BDMACLRN"
9253 #  - "IP4FWD"
9254 #  traces:
9255 #    hoverinfo: "x+y"
9256 #    boxpoints: "outliers"
9257 #    whiskerwidth: 0
9258 #  layout:
9259 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9260 #    layout: "plot-throughput"
9261 #
9262 #- type: "plot"
9263 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9264 #  algorithm: "plot_performance_box"
9265 #  output-file-type: ".html"
9266 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9267 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9268 #  filter: "'NIC_Intel-XXV710' and
9269 #           '64B' and
9270 #           ('BASE' or 'SCALE') and
9271 #           'NDRPDR' and
9272 #           '4T2C' and
9273 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9274 #           not 'VHOST' and
9275 #           'MEMIF'"
9276 #  parameters:
9277 #  - "throughput"
9278 #  - "parent"
9279 #  - "tags"
9280 #  sort:
9281 #  - "L2XCFWD"
9282 #  - "L2XCFWD"
9283 #  - "L2XCFWD"
9284 #  - "L2BDMACLRN"
9285 #  - "L2BDMACLRN"
9286 #  - "L2BDMACLRN"
9287 #  - "IP4FWD"
9288 #  traces:
9289 #    hoverinfo: "x+y"
9290 #    boxpoints: "outliers"
9291 #    whiskerwidth: 0
9292 #  layout:
9293 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9294 #    layout: "plot-throughput"
9295
9296 ################################################################################
9297
9298 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9299 #- type: "plot"
9300 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9301 #  algorithm: "plot_performance_box"
9302 #  output-file-type: ".html"
9303 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9304 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9305 #  filter: "'NIC_Intel-X520-DA2' and
9306 #           '64B' and
9307 #           ('BASE' or 'SCALE') and
9308 #           'NDRPDR' and
9309 #           '1T1C' and
9310 #           'L2XCFWD' and
9311 #           not 'VHOST' and
9312 #           not 'NF_DENSITY' and
9313 #           'MEMIF'"
9314 #  parameters:
9315 #  - "throughput"
9316 #  - "parent"
9317 #  - "tags"
9318 #  sort:
9319 #  - "1VNF"
9320 #  - "2VNF"
9321 #  - "4VNF"
9322 #  - "2VNF"
9323 #  - "4VNF"
9324 #  traces:
9325 #    hoverinfo: "x+y"
9326 #    boxpoints: "outliers"
9327 #    whiskerwidth: 0
9328 #  layout:
9329 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9330 #    layout: "plot-throughput"
9331 #
9332 #- type: "plot"
9333 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9334 #  algorithm: "plot_performance_box"
9335 #  output-file-type: ".html"
9336 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9337 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9338 #  filter: "'NIC_Intel-X520-DA2' and
9339 #           '64B' and
9340 #           ('BASE' or 'SCALE') and
9341 #           'NDRPDR' and
9342 #           '1T1C' and
9343 #           'L2XCFWD' and
9344 #           not 'VHOST' and
9345 #           not 'NF_DENSITY' and
9346 #           'MEMIF'"
9347 #  parameters:
9348 #  - "throughput"
9349 #  - "parent"
9350 #  - "tags"
9351 #  sort:
9352 #  - "1VNF"
9353 #  - "2VNF"
9354 #  - "4VNF"
9355 #  - "2VNF"
9356 #  - "4VNF"
9357 #  traces:
9358 #    hoverinfo: "x+y"
9359 #    boxpoints: "outliers"
9360 #    whiskerwidth: 0
9361 #  layout:
9362 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9363 #    layout: "plot-throughput"
9364 #
9365 #- type: "plot"
9366 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9367 #  algorithm: "plot_performance_box"
9368 #  output-file-type: ".html"
9369 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9370 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9371 #  filter: "'NIC_Intel-X520-DA2' and
9372 #           '64B' and
9373 #           ('BASE' or 'SCALE') and
9374 #           'NDRPDR' and
9375 #           '2T2C' and
9376 #           'L2XCFWD' and
9377 #           not 'VHOST' and
9378 #           not 'NF_DENSITY' and
9379 #           'MEMIF'"
9380 #  parameters:
9381 #  - "throughput"
9382 #  - "parent"
9383 #  - "tags"
9384 #  sort:
9385 #  - "1VNF"
9386 #  - "2VNF"
9387 #  - "4VNF"
9388 #  - "2VNF"
9389 #  - "4VNF"
9390 #  traces:
9391 #    hoverinfo: "x+y"
9392 #    boxpoints: "outliers"
9393 #    whiskerwidth: 0
9394 #  layout:
9395 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9396 #    layout: "plot-throughput"
9397 #
9398 #- type: "plot"
9399 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9400 #  algorithm: "plot_performance_box"
9401 #  output-file-type: ".html"
9402 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9403 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9404 #  filter: "'NIC_Intel-X520-DA2' and
9405 #           '64B' and
9406 #           ('BASE' or 'SCALE') and
9407 #           'NDRPDR' and
9408 #           '2T2C' and
9409 #           'L2XCFWD' and
9410 #           not 'VHOST' and
9411 #           not 'NF_DENSITY' and
9412 #           'MEMIF'"
9413 #  parameters:
9414 #  - "throughput"
9415 #  - "parent"
9416 #  - "tags"
9417 #  sort:
9418 #  - "1VNF"
9419 #  - "2VNF"
9420 #  - "4VNF"
9421 #  - "2VNF"
9422 #  - "4VNF"
9423 #  traces:
9424 #    hoverinfo: "x+y"
9425 #    boxpoints: "outliers"
9426 #    whiskerwidth: 0
9427 #  layout:
9428 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9429 #    layout: "plot-throughput"
9430 #
9431 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9432 #- type: "plot"
9433 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9434 #  algorithm: "plot_performance_box"
9435 #  output-file-type: ".html"
9436 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9437 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9438 #  filter: "'NIC_Intel-X520-DA2' and
9439 #           '64B' and
9440 #           ('BASE' or 'SCALE') and
9441 #           'NDRPDR' and
9442 #           '1T1C' and
9443 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9444 #           not 'VHOST' and
9445 #           not 'NF_DENSITY' and
9446 #           'MEMIF'"
9447 #  parameters:
9448 #  - "throughput"
9449 #  - "parent"
9450 #  - "tags"
9451 #  sort:
9452 #  - "1VNF"
9453 #  - "2VNF"
9454 #  - "4VNF"
9455 #  - "2VNF"
9456 #  - "4VNF"
9457 #  traces:
9458 #    hoverinfo: "x+y"
9459 #    boxpoints: "outliers"
9460 #    whiskerwidth: 0
9461 #  layout:
9462 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9463 #    layout: "plot-throughput"
9464 #
9465 #- type: "plot"
9466 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9467 #  algorithm: "plot_performance_box"
9468 #  output-file-type: ".html"
9469 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9470 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9471 #  filter: "'NIC_Intel-X520-DA2' and
9472 #           '64B' and
9473 #           ('BASE' or 'SCALE') and
9474 #           'NDRPDR' and
9475 #           '1T1C' and
9476 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9477 #           not 'VHOST' and
9478 #           not 'NF_DENSITY' and
9479 #           'MEMIF'"
9480 #  parameters:
9481 #  - "throughput"
9482 #  - "parent"
9483 #  - "tags"
9484 #  sort:
9485 #  - "1VNF"
9486 #  - "2VNF"
9487 #  - "4VNF"
9488 #  - "2VNF"
9489 #  - "4VNF"
9490 #  traces:
9491 #    hoverinfo: "x+y"
9492 #    boxpoints: "outliers"
9493 #    whiskerwidth: 0
9494 #  layout:
9495 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9496 #    layout: "plot-throughput"
9497 #
9498 #- type: "plot"
9499 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9500 #  algorithm: "plot_performance_box"
9501 #  output-file-type: ".html"
9502 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9503 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9504 #  filter: "'NIC_Intel-X520-DA2' and
9505 #           '64B' and
9506 #           ('BASE' or 'SCALE') and
9507 #           'NDRPDR' and
9508 #           '2T2C' and
9509 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9510 #           not 'VHOST' and
9511 #           not 'NF_DENSITY' and
9512 #           'MEMIF'"
9513 #  parameters:
9514 #  - "throughput"
9515 #  - "parent"
9516 #  - "tags"
9517 #  sort:
9518 #  - "1VNF"
9519 #  - "2VNF"
9520 #  - "4VNF"
9521 #  - "2VNF"
9522 #  - "4VNF"
9523 #  traces:
9524 #    hoverinfo: "x+y"
9525 #    boxpoints: "outliers"
9526 #    whiskerwidth: 0
9527 #  layout:
9528 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9529 #    layout: "plot-throughput"
9530 #
9531 #- type: "plot"
9532 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9533 #  algorithm: "plot_performance_box"
9534 #  output-file-type: ".html"
9535 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9536 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9537 #  filter: "'NIC_Intel-X520-DA2' and
9538 #           '64B' and
9539 #           ('BASE' or 'SCALE') and
9540 #           'NDRPDR' and
9541 #           '2T2C' and
9542 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9543 #           not 'VHOST' and
9544 #           not 'NF_DENSITY' and
9545 #           'MEMIF'"
9546 #  parameters:
9547 #  - "throughput"
9548 #  - "parent"
9549 #  - "tags"
9550 #  sort:
9551 #  - "1VNF"
9552 #  - "2VNF"
9553 #  - "4VNF"
9554 #  - "2VNF"
9555 #  - "4VNF"
9556 #  traces:
9557 #    hoverinfo: "x+y"
9558 #    boxpoints: "outliers"
9559 #    whiskerwidth: 0
9560 #  layout:
9561 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9562 #    layout: "plot-throughput"
9563 #
9564 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9565 #- type: "plot"
9566 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9567 #  algorithm: "plot_performance_box"
9568 #  output-file-type: ".html"
9569 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9570 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9571 #  filter: "'NIC_Intel-X710' and
9572 #           '64B' and
9573 #           ('BASE' or 'SCALE') and
9574 #           'NDRPDR' and
9575 #           '1T1C' and
9576 #           'L2XCFWD' and
9577 #           not 'VHOST' and
9578 #           not 'NF_DENSITY' and
9579 #           'MEMIF'"
9580 #  parameters:
9581 #  - "throughput"
9582 #  - "parent"
9583 #  - "tags"
9584 #  sort:
9585 #  - "1VNF"
9586 #  - "2VNF"
9587 #  - "4VNF"
9588 #  - "2VNF"
9589 #  - "4VNF"
9590 #  traces:
9591 #    hoverinfo: "x+y"
9592 #    boxpoints: "outliers"
9593 #    whiskerwidth: 0
9594 #  layout:
9595 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9596 #    layout: "plot-throughput"
9597 #
9598 #- type: "plot"
9599 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9600 #  algorithm: "plot_performance_box"
9601 #  output-file-type: ".html"
9602 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9603 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9604 #  filter: "'NIC_Intel-X710' and
9605 #           '64B' and
9606 #           ('BASE' or 'SCALE') and
9607 #           'NDRPDR' and
9608 #           '1T1C' and
9609 #           'L2XCFWD' and
9610 #           not 'VHOST' and
9611 #           not 'NF_DENSITY' and
9612 #           'MEMIF'"
9613 #  parameters:
9614 #  - "throughput"
9615 #  - "parent"
9616 #  - "tags"
9617 #  sort:
9618 #  - "1VNF"
9619 #  - "2VNF"
9620 #  - "4VNF"
9621 #  - "2VNF"
9622 #  - "4VNF"
9623 #  traces:
9624 #    hoverinfo: "x+y"
9625 #    boxpoints: "outliers"
9626 #    whiskerwidth: 0
9627 #  layout:
9628 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9629 #    layout: "plot-throughput"
9630 #
9631 #- type: "plot"
9632 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9633 #  algorithm: "plot_performance_box"
9634 #  output-file-type: ".html"
9635 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9636 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9637 #  filter: "'NIC_Intel-X710' and
9638 #           '64B' and
9639 #           ('BASE' or 'SCALE') and
9640 #           'NDRPDR' and
9641 #           '2T2C' and
9642 #           'L2XCFWD' and
9643 #           not 'VHOST' and
9644 #           not 'NF_DENSITY' and
9645 #           'MEMIF'"
9646 #  parameters:
9647 #  - "throughput"
9648 #  - "parent"
9649 #  - "tags"
9650 #  sort:
9651 #  - "1VNF"
9652 #  - "2VNF"
9653 #  - "4VNF"
9654 #  - "2VNF"
9655 #  - "4VNF"
9656 #  traces:
9657 #    hoverinfo: "x+y"
9658 #    boxpoints: "outliers"
9659 #    whiskerwidth: 0
9660 #  layout:
9661 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9662 #    layout: "plot-throughput"
9663 #
9664 #- type: "plot"
9665 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9666 #  algorithm: "plot_performance_box"
9667 #  output-file-type: ".html"
9668 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9669 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9670 #  filter: "'NIC_Intel-X710' and
9671 #           '64B' and
9672 #           ('BASE' or 'SCALE') and
9673 #           'NDRPDR' and
9674 #           '2T2C' and
9675 #           'L2XCFWD' and
9676 #           not 'VHOST' and
9677 #           not 'NF_DENSITY' and
9678 #           'MEMIF'"
9679 #  parameters:
9680 #  - "throughput"
9681 #  - "parent"
9682 #  - "tags"
9683 #  sort:
9684 #  - "1VNF"
9685 #  - "2VNF"
9686 #  - "4VNF"
9687 #  - "2VNF"
9688 #  - "4VNF"
9689 #  traces:
9690 #    hoverinfo: "x+y"
9691 #    boxpoints: "outliers"
9692 #    whiskerwidth: 0
9693 #  layout:
9694 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9695 #    layout: "plot-throughput"
9696 #
9697 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9698 #- type: "plot"
9699 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9700 #  algorithm: "plot_performance_box"
9701 #  output-file-type: ".html"
9702 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9703 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9704 #  filter: "'NIC_Intel-X710' and
9705 #           '64B' and
9706 #           ('BASE' or 'SCALE') and
9707 #           'NDRPDR' and
9708 #           '1T1C' and
9709 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9710 #           not 'VHOST' and
9711 #           not 'NF_DENSITY' and
9712 #           'MEMIF'"
9713 #  parameters:
9714 #  - "throughput"
9715 #  - "parent"
9716 #  - "tags"
9717 #  sort:
9718 #  - "1VNF"
9719 #  - "2VNF"
9720 #  - "4VNF"
9721 #  - "2VNF"
9722 #  - "4VNF"
9723 #  traces:
9724 #    hoverinfo: "x+y"
9725 #    boxpoints: "outliers"
9726 #    whiskerwidth: 0
9727 #  layout:
9728 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9729 #    layout: "plot-throughput"
9730 #
9731 #- type: "plot"
9732 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9733 #  algorithm: "plot_performance_box"
9734 #  output-file-type: ".html"
9735 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9736 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9737 #  filter: "'NIC_Intel-X710' and
9738 #           '64B' and
9739 #           ('BASE' or 'SCALE') and
9740 #           'NDRPDR' and
9741 #           '1T1C' and
9742 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9743 #           not 'VHOST' and
9744 #           not 'NF_DENSITY' and
9745 #           'MEMIF'"
9746 #  parameters:
9747 #  - "throughput"
9748 #  - "parent"
9749 #  - "tags"
9750 #  sort:
9751 #  - "1VNF"
9752 #  - "2VNF"
9753 #  - "4VNF"
9754 #  - "2VNF"
9755 #  - "4VNF"
9756 #  traces:
9757 #    hoverinfo: "x+y"
9758 #    boxpoints: "outliers"
9759 #    whiskerwidth: 0
9760 #  layout:
9761 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9762 #    layout: "plot-throughput"
9763 #
9764 #- type: "plot"
9765 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9766 #  algorithm: "plot_performance_box"
9767 #  output-file-type: ".html"
9768 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9769 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9770 #  filter: "'NIC_Intel-X710' and
9771 #           '64B' and
9772 #           ('BASE' or 'SCALE') and
9773 #           'NDRPDR' and
9774 #           '2T2C' and
9775 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9776 #           not 'VHOST' and
9777 #           not 'NF_DENSITY' and
9778 #           'MEMIF'"
9779 #  parameters:
9780 #  - "throughput"
9781 #  - "parent"
9782 #  - "tags"
9783 #  sort:
9784 #  - "1VNF"
9785 #  - "2VNF"
9786 #  - "4VNF"
9787 #  - "2VNF"
9788 #  - "4VNF"
9789 #  traces:
9790 #    hoverinfo: "x+y"
9791 #    boxpoints: "outliers"
9792 #    whiskerwidth: 0
9793 #  layout:
9794 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9795 #    layout: "plot-throughput"
9796 #
9797 #- type: "plot"
9798 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9799 #  algorithm: "plot_performance_box"
9800 #  output-file-type: ".html"
9801 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9802 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9803 #  filter: "'NIC_Intel-X710' and
9804 #           '64B' and
9805 #           ('BASE' or 'SCALE') and
9806 #           'NDRPDR' and
9807 #           '2T2C' and
9808 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9809 #           not 'VHOST' and
9810 #           not 'NF_DENSITY' and
9811 #           'MEMIF'"
9812 #  parameters:
9813 #  - "throughput"
9814 #  - "parent"
9815 #  - "tags"
9816 #  sort:
9817 #  - "1VNF"
9818 #  - "2VNF"
9819 #  - "4VNF"
9820 #  - "2VNF"
9821 #  - "4VNF"
9822 #  traces:
9823 #    hoverinfo: "x+y"
9824 #    boxpoints: "outliers"
9825 #    whiskerwidth: 0
9826 #  layout:
9827 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9828 #    layout: "plot-throughput"
9829
9830 ################################################################################
9831
9832 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9833 - type: "plot"
9834   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9835   algorithm: "plot_performance_box"
9836   output-file-type: ".html"
9837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9839   filter: "'NIC_Intel-X520-DA2' and
9840            '64B' and
9841            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9842            'NDRPDR' and
9843            '1T1C' and
9844            'IP4FWD' and
9845            not 'IPSEC' and
9846            not 'DOT1Q' and
9847            not 'VHOST'"
9848   parameters:
9849   - "throughput"
9850   - "parent"
9851   - "tags"
9852   sort:
9853   - "IP4BASE"
9854   - "FIB_20K"
9855   - "FIB_200K"
9856   - "FIB_2M"
9857   traces:
9858     hoverinfo: "x+y"
9859     boxpoints: "outliers"
9860     whiskerwidth: 0
9861   layout:
9862     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9863     layout: "plot-throughput"
9864
9865 - type: "plot"
9866   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9867   algorithm: "plot_performance_box"
9868   output-file-type: ".html"
9869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9871   filter: "'NIC_Intel-X520-DA2' and
9872            '64B' and
9873            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9874            'NDRPDR' and
9875            '1T1C' and
9876            'IP4FWD' and
9877            not 'IPSEC' and
9878            not 'DOT1Q' and
9879            not 'VHOST'"
9880   parameters:
9881   - "throughput"
9882   - "parent"
9883   - "tags"
9884   sort:
9885   - "IP4BASE"
9886   - "FIB_20K"
9887   - "FIB_200K"
9888   - "FIB_2M"
9889   traces:
9890     hoverinfo: "x+y"
9891     boxpoints: "outliers"
9892     whiskerwidth: 0
9893   layout:
9894     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9895     layout: "plot-throughput"
9896
9897 - type: "plot"
9898   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9899   algorithm: "plot_performance_box"
9900   output-file-type: ".html"
9901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9903   filter: "'NIC_Intel-X520-DA2' and
9904            '64B' and
9905            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9906            'NDRPDR' and
9907            '2T2C' and
9908            'IP4FWD' and
9909            not 'IPSEC' and
9910            not 'DOT1Q' and
9911            not 'VHOST'"
9912   parameters:
9913   - "throughput"
9914   - "parent"
9915   - "tags"
9916   sort:
9917   - "IP4BASE"
9918   - "FIB_20K"
9919   - "FIB_200K"
9920   - "FIB_2M"
9921   traces:
9922     hoverinfo: "x+y"
9923     boxpoints: "outliers"
9924     whiskerwidth: 0
9925   layout:
9926     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9927     layout: "plot-throughput"
9928
9929 - type: "plot"
9930   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9931   algorithm: "plot_performance_box"
9932   output-file-type: ".html"
9933   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9935   filter: "'NIC_Intel-X520-DA2' and
9936            '64B' and
9937            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9938            'NDRPDR' and
9939            '2T2C' and
9940            'IP4FWD' and
9941            not 'IPSEC' and
9942            not 'DOT1Q' and
9943            not 'VHOST'"
9944   parameters:
9945   - "throughput"
9946   - "parent"
9947   - "tags"
9948   sort:
9949   - "IP4BASE"
9950   - "FIB_20K"
9951   - "FIB_200K"
9952   - "FIB_2M"
9953   traces:
9954     hoverinfo: "x+y"
9955     boxpoints: "outliers"
9956     whiskerwidth: 0
9957   layout:
9958     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9959     layout: "plot-throughput"
9960
9961 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9962 - type: "plot"
9963   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9964   algorithm: "plot_performance_box"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9968   filter: "'NIC_Intel-X520-DA2' and
9969            '64B' and
9970            ('IP4BASE' or
9971             'POLICE_MARK' or
9972             'COPWHLIST' or
9973             ('NAT44' and 'BASE') or
9974             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9975            'NDRPDR' and
9976            '1T1C' and
9977            'IP4FWD' and
9978            not 'IPSEC' and
9979            not 'VHOST'"
9980   parameters:
9981   - "throughput"
9982   - "parent"
9983   - "tags"
9984   sort:
9985   - "DOT1Q"
9986   - "IP4BASE"
9987   - "NAT44"
9988   - "POLICE_MARK"
9989   - "COPWHLIST"
9990   - "IACL"
9991   - "OACL"
9992   traces:
9993     hoverinfo: "x+y"
9994     boxpoints: "outliers"
9995     whiskerwidth: 0
9996   layout:
9997     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9998     layout: "plot-throughput"
9999
10000 - type: "plot"
10001   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10002   algorithm: "plot_performance_box"
10003   output-file-type: ".html"
10004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10006   filter: "'NIC_Intel-X520-DA2' and
10007            '64B' and
10008            ('IP4BASE' or
10009             'POLICE_MARK' or
10010             'COPWHLIST' or
10011             ('NAT44' and 'BASE') or
10012             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10013            'NDRPDR' and
10014            '1T1C' and
10015            'IP4FWD' and
10016            not 'IPSEC' and
10017            not 'VHOST'"
10018   parameters:
10019   - "throughput"
10020   - "parent"
10021   - "tags"
10022   sort:
10023   - "DOT1Q"
10024   - "IP4BASE"
10025   - "NAT44"
10026   - "POLICE_MARK"
10027   - "COPWHLIST"
10028   - "IACL"
10029   - "OACL"
10030   traces:
10031     hoverinfo: "x+y"
10032     boxpoints: "outliers"
10033     whiskerwidth: 0
10034   layout:
10035     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10036     layout: "plot-throughput"
10037
10038 - type: "plot"
10039   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10040   algorithm: "plot_performance_box"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10044   filter: "'NIC_Intel-X520-DA2' and
10045            '64B' and
10046            ('IP4BASE' or
10047             'POLICE_MARK' or
10048             'COPWHLIST' or
10049             ('NAT44' and 'BASE') or
10050             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10051            'NDRPDR' and
10052            '2T2C' and
10053            'IP4FWD' and
10054            not 'IPSEC' and
10055            not 'VHOST'"
10056   parameters:
10057   - "throughput"
10058   - "parent"
10059   - "tags"
10060   sort:
10061   - "DOT1Q"
10062   - "IP4BASE"
10063   - "NAT44"
10064   - "POLICE_MARK"
10065   - "COPWHLIST"
10066   - "IACL"
10067   - "OACL"
10068   traces:
10069     hoverinfo: "x+y"
10070     boxpoints: "outliers"
10071     whiskerwidth: 0
10072   layout:
10073     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10074     layout: "plot-throughput"
10075
10076 - type: "plot"
10077   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10078   algorithm: "plot_performance_box"
10079   output-file-type: ".html"
10080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10082   filter: "'NIC_Intel-X520-DA2' and
10083            '64B' and
10084            ('IP4BASE' or
10085             'POLICE_MARK' or
10086             'COPWHLIST' or
10087             ('NAT44' and 'BASE') or
10088             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10089            'NDRPDR' and
10090            '2T2C' and
10091            'IP4FWD' and
10092            not 'IPSEC' and
10093            not 'VHOST'"
10094   parameters:
10095   - "throughput"
10096   - "parent"
10097   - "tags"
10098   sort:
10099   - "DOT1Q"
10100   - "IP4BASE"
10101   - "NAT44"
10102   - "POLICE_MARK"
10103   - "COPWHLIST"
10104   - "IACL"
10105   - "OACL"
10106   traces:
10107     hoverinfo: "x+y"
10108     boxpoints: "outliers"
10109     whiskerwidth: 0
10110   layout:
10111     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10112     layout: "plot-throughput"
10113
10114 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10115 - type: "plot"
10116   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10117   algorithm: "plot_performance_box"
10118   output-file-type: ".html"
10119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10121   filter: "'NIC_Intel-X520-DA2' and
10122            '64B' and
10123            'NDRPDR' and
10124            '1T1C' and
10125            'IP4FWD' and
10126            ('NAT44' or 'IP4BASE') and
10127            not 'DOT1Q' and
10128            not 'IPSEC' and
10129            not 'VHOST'"
10130   parameters:
10131   - "throughput"
10132   - "parent"
10133   - "tags"
10134   sort:
10135   - "IP4BASE"
10136   - "BASE"
10137   - "SRC_USER_10"
10138   - "SRC_USER_100"
10139   - "SRC_USER_1000"
10140   - "SRC_USER_2000"
10141   traces:
10142     hoverinfo: "x+y"
10143     boxpoints: "outliers"
10144     whiskerwidth: 0
10145   layout:
10146     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10147     layout: "plot-throughput"
10148
10149 - type: "plot"
10150   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10151   algorithm: "plot_performance_box"
10152   output-file-type: ".html"
10153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10155   filter: "'NIC_Intel-X520-DA2' and
10156            '64B' and
10157            'NDRPDR' and
10158            '1T1C' and
10159            'IP4FWD' and
10160            ('NAT44' or 'IP4BASE') and
10161            not 'DOT1Q' and
10162            not 'IPSEC' and
10163            not 'VHOST'"
10164   parameters:
10165   - "throughput"
10166   - "parent"
10167   - "tags"
10168   sort:
10169   - "IP4BASE"
10170   - "BASE"
10171   - "SRC_USER_10"
10172   - "SRC_USER_100"
10173   - "SRC_USER_1000"
10174   - "SRC_USER_2000"
10175   traces:
10176     hoverinfo: "x+y"
10177     boxpoints: "outliers"
10178     whiskerwidth: 0
10179   layout:
10180     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10181     layout: "plot-throughput"
10182
10183 - type: "plot"
10184   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10185   algorithm: "plot_performance_box"
10186   output-file-type: ".html"
10187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10189   filter: "'NIC_Intel-X520-DA2' and
10190            '64B' and
10191            'NDRPDR' and
10192            '2T2C' and
10193            'IP4FWD' and
10194            ('NAT44' or 'IP4BASE') and
10195            not 'DOT1Q' and
10196            not 'IPSEC' and
10197            not 'VHOST'"
10198   parameters:
10199   - "throughput"
10200   - "parent"
10201   - "tags"
10202   sort:
10203   - "IP4BASE"
10204   - "BASE"
10205   - "SRC_USER_10"
10206   - "SRC_USER_100"
10207   - "SRC_USER_1000"
10208   - "SRC_USER_2000"
10209   traces:
10210     hoverinfo: "x+y"
10211     boxpoints: "outliers"
10212     whiskerwidth: 0
10213   layout:
10214     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10215     layout: "plot-throughput"
10216
10217 - type: "plot"
10218   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10219   algorithm: "plot_performance_box"
10220   output-file-type: ".html"
10221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10223   filter: "'NIC_Intel-X520-DA2' and
10224            '64B' and
10225            'NDRPDR' and
10226            '2T2C' and
10227            'IP4FWD' and
10228            ('NAT44' or 'IP4BASE') and
10229            not 'DOT1Q' and
10230            not 'IPSEC' and
10231            not 'VHOST'"
10232   parameters:
10233   - "throughput"
10234   - "parent"
10235   - "tags"
10236   sort:
10237   - "IP4BASE"
10238   - "BASE"
10239   - "SRC_USER_10"
10240   - "SRC_USER_100"
10241   - "SRC_USER_1000"
10242   - "SRC_USER_2000"
10243   traces:
10244     hoverinfo: "x+y"
10245     boxpoints: "outliers"
10246     whiskerwidth: 0
10247   layout:
10248     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10249     layout: "plot-throughput"
10250
10251 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10252 - type: "plot"
10253   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10254   algorithm: "plot_performance_box"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10258   filter: "'NIC_Intel-X520-DA2' and
10259            '64B' and
10260            'NDRPDR' and
10261            '1T1C' and
10262            'IP4FWD' and
10263            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10264            not 'IPSEC' and
10265            not 'DOT1Q' and
10266            not 'VHOST'"
10267   parameters:
10268   - "throughput"
10269   - "parent"
10270   - "tags"
10271   sort:
10272   - "IP4BASE"
10273   - "ACL_STATELESS"
10274   - "ACL_STATEFUL"
10275   - "ACL_STATELESS"
10276   - "ACL_STATEFUL"
10277   traces:
10278     hoverinfo: "x+y"
10279     boxpoints: "outliers"
10280     whiskerwidth: 0
10281   layout:
10282     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10283     layout: "plot-throughput"
10284
10285 - type: "plot"
10286   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10287   algorithm: "plot_performance_box"
10288   output-file-type: ".html"
10289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10291   filter: "'NIC_Intel-X520-DA2' and
10292            '64B' and
10293            'NDRPDR' and
10294            '1T1C' and
10295            'IP4FWD' and
10296            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10297            not 'IPSEC' and
10298            not 'DOT1Q' and
10299            not 'VHOST'"
10300   parameters:
10301   - "throughput"
10302   - "parent"
10303   - "tags"
10304   sort:
10305   - "IP4BASE"
10306   - "ACL_STATELESS"
10307   - "ACL_STATEFUL"
10308   - "ACL_STATELESS"
10309   - "ACL_STATEFUL"
10310   traces:
10311     hoverinfo: "x+y"
10312     boxpoints: "outliers"
10313     whiskerwidth: 0
10314   layout:
10315     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10316     layout: "plot-throughput"
10317
10318 - type: "plot"
10319   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10320   algorithm: "plot_performance_box"
10321   output-file-type: ".html"
10322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10324   filter: "'NIC_Intel-X520-DA2' and
10325            '64B' and
10326            'NDRPDR' and
10327            '2T2C' and
10328            'IP4FWD' and
10329            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10330            not 'IPSEC' and
10331            not 'DOT1Q' and
10332            not 'VHOST'"
10333   parameters:
10334   - "throughput"
10335   - "parent"
10336   - "tags"
10337   sort:
10338   - "IP4BASE"
10339   - "ACL_STATELESS"
10340   - "ACL_STATEFUL"
10341   - "ACL_STATELESS"
10342   - "ACL_STATEFUL"
10343   traces:
10344     hoverinfo: "x+y"
10345     boxpoints: "outliers"
10346     whiskerwidth: 0
10347   layout:
10348     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10349     layout: "plot-throughput"
10350
10351 - type: "plot"
10352   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10353   algorithm: "plot_performance_box"
10354   output-file-type: ".html"
10355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10357   filter: "'NIC_Intel-X520-DA2' and
10358            '64B' and
10359            'NDRPDR' and
10360            '2T2C' and
10361            'IP4FWD' and
10362            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10363            not 'IPSEC' and
10364            not 'DOT1Q' and
10365            not 'VHOST'"
10366   parameters:
10367   - "throughput"
10368   - "parent"
10369   - "tags"
10370   sort:
10371   - "IP4BASE"
10372   - "ACL_STATELESS"
10373   - "ACL_STATEFUL"
10374   - "ACL_STATELESS"
10375   - "ACL_STATEFUL"
10376   traces:
10377     hoverinfo: "x+y"
10378     boxpoints: "outliers"
10379     whiskerwidth: 0
10380   layout:
10381     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10382     layout: "plot-throughput"
10383
10384 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10385 - type: "plot"
10386   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10387   algorithm: "plot_performance_box"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10391   filter: "'NIC_Intel-X520-DA2' and
10392            '64B' and
10393            'NDRPDR' and
10394            '1T1C' and
10395            'IP4FWD' and
10396            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10397            not 'IPSEC' and
10398            not 'DOT1Q' and
10399            not 'VHOST'"
10400   parameters:
10401   - "throughput"
10402   - "parent"
10403   - "tags"
10404   sort:
10405   - "IP4BASE"
10406   - "ACL_STATELESS"
10407   - "ACL_STATEFUL"
10408   - "ACL_STATELESS"
10409   - "ACL_STATEFUL"
10410   traces:
10411     hoverinfo: "x+y"
10412     boxpoints: "outliers"
10413     whiskerwidth: 0
10414   layout:
10415     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10416     layout: "plot-throughput"
10417
10418 - type: "plot"
10419   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10420   algorithm: "plot_performance_box"
10421   output-file-type: ".html"
10422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10424   filter: "'NIC_Intel-X520-DA2' and
10425            '64B' and
10426            'NDRPDR' and
10427            '1T1C' and
10428            'IP4FWD' and
10429            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10430            not 'IPSEC' and
10431            not 'DOT1Q' and
10432            not 'VHOST'"
10433   parameters:
10434   - "throughput"
10435   - "parent"
10436   - "tags"
10437   sort:
10438   - "IP4BASE"
10439   - "ACL_STATELESS"
10440   - "ACL_STATEFUL"
10441   - "ACL_STATELESS"
10442   - "ACL_STATEFUL"
10443   traces:
10444     hoverinfo: "x+y"
10445     boxpoints: "outliers"
10446     whiskerwidth: 0
10447   layout:
10448     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10449     layout: "plot-throughput"
10450
10451 - type: "plot"
10452   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10453   algorithm: "plot_performance_box"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10457   filter: "'NIC_Intel-X520-DA2' and
10458            '64B' and
10459            'NDRPDR' and
10460            '2T2C' and
10461            'IP4FWD' and
10462            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10463            not 'IPSEC' and
10464            not 'DOT1Q' and
10465            not 'VHOST'"
10466   parameters:
10467   - "throughput"
10468   - "parent"
10469   - "tags"
10470   sort:
10471   - "IP4BASE"
10472   - "ACL_STATELESS"
10473   - "ACL_STATEFUL"
10474   - "ACL_STATELESS"
10475   - "ACL_STATEFUL"
10476   traces:
10477     hoverinfo: "x+y"
10478     boxpoints: "outliers"
10479     whiskerwidth: 0
10480   layout:
10481     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10482     layout: "plot-throughput"
10483
10484 - type: "plot"
10485   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10486   algorithm: "plot_performance_box"
10487   output-file-type: ".html"
10488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10490   filter: "'NIC_Intel-X520-DA2' and
10491            '64B' and
10492            'NDRPDR' and
10493            '2T2C' and
10494            'IP4FWD' and
10495            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10496            not 'IPSEC' and
10497            not 'DOT1Q' and
10498            not 'VHOST'"
10499   parameters:
10500   - "throughput"
10501   - "parent"
10502   - "tags"
10503   sort:
10504   - "IP4BASE"
10505   - "ACL_STATELESS"
10506   - "ACL_STATEFUL"
10507   - "ACL_STATELESS"
10508   - "ACL_STATEFUL"
10509   traces:
10510     hoverinfo: "x+y"
10511     boxpoints: "outliers"
10512     whiskerwidth: 0
10513   layout:
10514     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10515     layout: "plot-throughput"
10516
10517 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10518 - type: "plot"
10519   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10520   algorithm: "plot_performance_box"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10524   filter: "'NIC_Intel-X710' and
10525            '64B' and
10526            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10527            'NDRPDR' and
10528            '1T1C' and
10529            'IP4FWD' and
10530            not 'IPSEC' and
10531            not 'DOT1Q' and
10532            not 'VHOST'"
10533   parameters:
10534   - "throughput"
10535   - "parent"
10536   - "tags"
10537   sort:
10538   - "IP4BASE"
10539   - "FIB_20K"
10540   - "FIB_200K"
10541   - "FIB_2M"
10542   traces:
10543     hoverinfo: "x+y"
10544     boxpoints: "outliers"
10545     whiskerwidth: 0
10546   layout:
10547     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10548     layout: "plot-throughput"
10549
10550 - type: "plot"
10551   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10552   algorithm: "plot_performance_box"
10553   output-file-type: ".html"
10554   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10556   filter: "'NIC_Intel-X710' and
10557            '64B' and
10558            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10559            'NDRPDR' and
10560            '1T1C' and
10561            'IP4FWD' and
10562            not 'IPSEC' and
10563            not 'DOT1Q' and
10564            not 'VHOST'"
10565   parameters:
10566   - "throughput"
10567   - "parent"
10568   - "tags"
10569   sort:
10570   - "IP4BASE"
10571   - "FIB_20K"
10572   - "FIB_200K"
10573   - "FIB_2M"
10574   traces:
10575     hoverinfo: "x+y"
10576     boxpoints: "outliers"
10577     whiskerwidth: 0
10578   layout:
10579     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10580     layout: "plot-throughput"
10581
10582 - type: "plot"
10583   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10584   algorithm: "plot_performance_box"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10588   filter: "'NIC_Intel-X710' and
10589            '64B' and
10590            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10591            'NDRPDR' and
10592            '2T2C' and
10593            'IP4FWD' and
10594            not 'IPSEC' and
10595            not 'DOT1Q' and
10596            not 'VHOST'"
10597   parameters:
10598   - "throughput"
10599   - "parent"
10600   - "tags"
10601   sort:
10602   - "IP4BASE"
10603   - "FIB_20K"
10604   - "FIB_200K"
10605   - "FIB_2M"
10606   traces:
10607     hoverinfo: "x+y"
10608     boxpoints: "outliers"
10609     whiskerwidth: 0
10610   layout:
10611     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10612     layout: "plot-throughput"
10613
10614 - type: "plot"
10615   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10616   algorithm: "plot_performance_box"
10617   output-file-type: ".html"
10618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10620   filter: "'NIC_Intel-X710' and
10621            '64B' and
10622            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10623            'NDRPDR' and
10624            '2T2C' and
10625            'IP4FWD' and
10626            not 'IPSEC' and
10627            not 'DOT1Q' and
10628            not 'VHOST'"
10629   parameters:
10630   - "throughput"
10631   - "parent"
10632   - "tags"
10633   sort:
10634   - "IP4BASE"
10635   - "FIB_20K"
10636   - "FIB_200K"
10637   - "FIB_2M"
10638   traces:
10639     hoverinfo: "x+y"
10640     boxpoints: "outliers"
10641     whiskerwidth: 0
10642   layout:
10643     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10644     layout: "plot-throughput"
10645
10646 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10647 - type: "plot"
10648   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10649   algorithm: "plot_performance_box"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10653   filter: "'NIC_Intel-X710' and
10654            '64B' and
10655            ('IP4BASE' or
10656             'POLICE_MARK' or
10657             'COPWHLIST' or
10658             ('NAT44' and 'BASE') or
10659             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10660            'NDRPDR' and
10661            '1T1C' and
10662            'IP4FWD' and
10663            not 'IPSEC' and
10664            not 'VHOST'"
10665   parameters:
10666   - "throughput"
10667   - "parent"
10668   - "tags"
10669   sort:
10670   - "DOT1Q"
10671   - "IP4BASE"
10672   - "NAT44"
10673   - "POLICE_MARK"
10674   - "COPWHLIST"
10675   - "IACL"
10676   - "OACL"
10677   traces:
10678     hoverinfo: "x+y"
10679     boxpoints: "outliers"
10680     whiskerwidth: 0
10681   layout:
10682     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10683     layout: "plot-throughput"
10684
10685 - type: "plot"
10686   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10687   algorithm: "plot_performance_box"
10688   output-file-type: ".html"
10689   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10691   filter: "'NIC_Intel-X710' and
10692            '64B' and
10693            ('IP4BASE' or
10694             'POLICE_MARK' or
10695             'COPWHLIST' or
10696             ('NAT44' and 'BASE') or
10697             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10698            'NDRPDR' and
10699            '1T1C' and
10700            'IP4FWD' and
10701            not 'IPSEC' and
10702            not 'VHOST'"
10703   parameters:
10704   - "throughput"
10705   - "parent"
10706   - "tags"
10707   sort:
10708   - "DOT1Q"
10709   - "IP4BASE"
10710   - "NAT44"
10711   - "POLICE_MARK"
10712   - "COPWHLIST"
10713   - "IACL"
10714   - "OACL"
10715   traces:
10716     hoverinfo: "x+y"
10717     boxpoints: "outliers"
10718     whiskerwidth: 0
10719   layout:
10720     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10721     layout: "plot-throughput"
10722
10723 - type: "plot"
10724   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10725   algorithm: "plot_performance_box"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10729   filter: "'NIC_Intel-X710' and
10730            '64B' and
10731            ('IP4BASE' or
10732             'POLICE_MARK' or
10733             'COPWHLIST' or
10734             ('NAT44' and 'BASE') or
10735             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10736            'NDRPDR' and
10737            '2T2C' and
10738            'IP4FWD' and
10739            not 'IPSEC' and
10740            not 'VHOST'"
10741   parameters:
10742   - "throughput"
10743   - "parent"
10744   - "tags"
10745   sort:
10746   - "DOT1Q"
10747   - "IP4BASE"
10748   - "NAT44"
10749   - "POLICE_MARK"
10750   - "COPWHLIST"
10751   - "IACL"
10752   - "OACL"
10753   traces:
10754     hoverinfo: "x+y"
10755     boxpoints: "outliers"
10756     whiskerwidth: 0
10757   layout:
10758     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10759     layout: "plot-throughput"
10760
10761 - type: "plot"
10762   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10763   algorithm: "plot_performance_box"
10764   output-file-type: ".html"
10765   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10767   filter: "'NIC_Intel-X710' and
10768            '64B' and
10769            ('IP4BASE' or
10770             'POLICE_MARK' or
10771             'COPWHLIST' or
10772             ('NAT44' and 'BASE') or
10773             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10774            'NDRPDR' and
10775            '2T2C' and
10776            'IP4FWD' and
10777            not 'IPSEC' and
10778            not 'VHOST'"
10779   parameters:
10780   - "throughput"
10781   - "parent"
10782   - "tags"
10783   sort:
10784   - "DOT1Q"
10785   - "IP4BASE"
10786   - "NAT44"
10787   - "POLICE_MARK"
10788   - "COPWHLIST"
10789   - "IACL"
10790   - "OACL"
10791   traces:
10792     hoverinfo: "x+y"
10793     boxpoints: "outliers"
10794     whiskerwidth: 0
10795   layout:
10796     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10797     layout: "plot-throughput"
10798
10799 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10800 - type: "plot"
10801   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10802   algorithm: "plot_performance_box"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10806   filter: "'NIC_Intel-X710' and
10807            '64B' and
10808            'NDRPDR' and
10809            '2T1C' and
10810            'IP4FWD' and
10811            ('NAT44' or 'IP4BASE') and
10812            not 'IPSEC' and
10813            not 'VHOST'"
10814   parameters:
10815   - "throughput"
10816   - "parent"
10817   - "tags"
10818   sort:
10819   - "IP4BASE"
10820   - "BASE"
10821   - "SRC_USER_10"
10822   - "SRC_USER_100"
10823   - "SRC_USER_1000"
10824   - "SRC_USER_2000"
10825   traces:
10826     hoverinfo: "x+y"
10827     boxpoints: "outliers"
10828     whiskerwidth: 0
10829   layout:
10830     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10831     layout: "plot-throughput"
10832
10833 - type: "plot"
10834   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10835   algorithm: "plot_performance_box"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10839   filter: "'NIC_Intel-X710' and
10840            '64B' and
10841            'NDRPDR' and
10842            '2T1C' and
10843            'IP4FWD' and
10844            ('NAT44' or 'IP4BASE') and
10845            not 'IPSEC' and
10846            not 'VHOST'"
10847   parameters:
10848   - "throughput"
10849   - "parent"
10850   - "tags"
10851   sort:
10852   - "IP4BASE"
10853   - "BASE"
10854   - "SRC_USER_10"
10855   - "SRC_USER_100"
10856   - "SRC_USER_1000"
10857   - "SRC_USER_2000"
10858   traces:
10859     hoverinfo: "x+y"
10860     boxpoints: "outliers"
10861     whiskerwidth: 0
10862   layout:
10863     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10864     layout: "plot-throughput"
10865
10866 - type: "plot"
10867   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10868   algorithm: "plot_performance_box"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10872   filter: "'NIC_Intel-X710' and
10873            '64B' and
10874            'NDRPDR' and
10875            '4T2C' and
10876            'IP4FWD' and
10877            ('NAT44' or 'IP4BASE') and
10878            not 'IPSEC' and
10879            not 'VHOST'"
10880   parameters:
10881   - "throughput"
10882   - "parent"
10883   - "tags"
10884   sort:
10885   - "IP4BASE"
10886   - "BASE"
10887   - "SRC_USER_10"
10888   - "SRC_USER_100"
10889   - "SRC_USER_1000"
10890   - "SRC_USER_2000"
10891   traces:
10892     hoverinfo: "x+y"
10893     boxpoints: "outliers"
10894     whiskerwidth: 0
10895   layout:
10896     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10897     layout: "plot-throughput"
10898
10899 - type: "plot"
10900   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10901   algorithm: "plot_performance_box"
10902   output-file-type: ".html"
10903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10905   filter: "'NIC_Intel-X710' and
10906            '64B' and
10907            'NDRPDR' and
10908            '4T2C' and
10909            'IP4FWD' and
10910            ('NAT44' or 'IP4BASE') and
10911            not 'IPSEC' and
10912            not 'VHOST'"
10913   parameters:
10914   - "throughput"
10915   - "parent"
10916   - "tags"
10917   sort:
10918   - "IP4BASE"
10919   - "BASE"
10920   - "SRC_USER_10"
10921   - "SRC_USER_100"
10922   - "SRC_USER_1000"
10923   - "SRC_USER_2000"
10924   traces:
10925     hoverinfo: "x+y"
10926     boxpoints: "outliers"
10927     whiskerwidth: 0
10928   layout:
10929     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10930     layout: "plot-throughput"
10931
10932 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10933 - type: "plot"
10934   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10935   algorithm: "plot_performance_box"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10939   filter: "'NIC_Intel-X710' and
10940            '64B' and
10941            'NDRPDR' and
10942            '2T1C' and
10943            'IP4FWD' and
10944            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10945            not 'IPSEC' and
10946            not 'VHOST'"
10947   parameters:
10948   - "throughput"
10949   - "parent"
10950   - "tags"
10951   sort:
10952   - "IP4BASE"
10953   - "ACL_STATELESS"
10954   - "ACL_STATEFUL"
10955   - "ACL_STATELESS"
10956   - "ACL_STATEFUL"
10957   traces:
10958     hoverinfo: "x+y"
10959     boxpoints: "outliers"
10960     whiskerwidth: 0
10961   layout:
10962     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10967   algorithm: "plot_performance_box"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10971   filter: "'NIC_Intel-X710' and
10972            '64B' and
10973            'NDRPDR' and
10974            '2T1C' and
10975            'IP4FWD' and
10976            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10977            not 'IPSEC' and
10978            not 'VHOST'"
10979   parameters:
10980   - "throughput"
10981   - "parent"
10982   - "tags"
10983   sort:
10984   - "IP4BASE"
10985   - "ACL_STATELESS"
10986   - "ACL_STATEFUL"
10987   - "ACL_STATELESS"
10988   - "ACL_STATEFUL"
10989   traces:
10990     hoverinfo: "x+y"
10991     boxpoints: "outliers"
10992     whiskerwidth: 0
10993   layout:
10994     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10995     layout: "plot-throughput"
10996
10997 - type: "plot"
10998   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10999   algorithm: "plot_performance_box"
11000   output-file-type: ".html"
11001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11003   filter: "'NIC_Intel-X710' and
11004            '64B' and
11005            'NDRPDR' and
11006            '4T2C' and
11007            'IP4FWD' and
11008            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11009            not 'IPSEC' and
11010            not 'VHOST'"
11011   parameters:
11012   - "throughput"
11013   - "parent"
11014   - "tags"
11015   sort:
11016   - "IP4BASE"
11017   - "ACL_STATELESS"
11018   - "ACL_STATEFUL"
11019   - "ACL_STATELESS"
11020   - "ACL_STATEFUL"
11021   traces:
11022     hoverinfo: "x+y"
11023     boxpoints: "outliers"
11024     whiskerwidth: 0
11025   layout:
11026     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11031   algorithm: "plot_performance_box"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11035   filter: "'NIC_Intel-X710' and
11036            '64B' and
11037            'NDRPDR' and
11038            '4T2C' and
11039            'IP4FWD' and
11040            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11041            not 'IPSEC' and
11042            not 'VHOST'"
11043   parameters:
11044   - "throughput"
11045   - "parent"
11046   - "tags"
11047   sort:
11048   - "IP4BASE"
11049   - "ACL_STATELESS"
11050   - "ACL_STATEFUL"
11051   - "ACL_STATELESS"
11052   - "ACL_STATEFUL"
11053   traces:
11054     hoverinfo: "x+y"
11055     boxpoints: "outliers"
11056     whiskerwidth: 0
11057   layout:
11058     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11059     layout: "plot-throughput"
11060
11061 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11062 - type: "plot"
11063   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11064   algorithm: "plot_performance_box"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11068   filter: "'NIC_Intel-XL710' and
11069            '64B' and
11070            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11071            'NDRPDR' and
11072            '1T1C' and
11073            'IP4FWD' and
11074            not 'IPSEC' and
11075            not 'VHOST'"
11076   parameters:
11077   - "throughput"
11078   - "parent"
11079   - "tags"
11080   sort:
11081   - "IP4BASE"
11082   - "FIB_20K"
11083   - "FIB_200K"
11084   - "FIB_2M"
11085   traces:
11086     hoverinfo: "x+y"
11087     boxpoints: "outliers"
11088     whiskerwidth: 0
11089   layout:
11090     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11091     layout: "plot-throughput"
11092
11093 - type: "plot"
11094   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11095   algorithm: "plot_performance_box"
11096   output-file-type: ".html"
11097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11099   filter: "'NIC_Intel-XL710' and
11100            '64B' and
11101            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11102            'NDRPDR' and
11103            '1T1C' and
11104            'IP4FWD' and
11105            not 'IPSEC' and
11106            not 'VHOST'"
11107   parameters:
11108   - "throughput"
11109   - "parent"
11110   - "tags"
11111   sort:
11112   - "IP4BASE"
11113   - "FIB_20K"
11114   - "FIB_200K"
11115   - "FIB_2M"
11116   traces:
11117     hoverinfo: "x+y"
11118     boxpoints: "outliers"
11119     whiskerwidth: 0
11120   layout:
11121     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11122     layout: "plot-throughput"
11123
11124 - type: "plot"
11125   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11126   algorithm: "plot_performance_box"
11127   output-file-type: ".html"
11128   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11130   filter: "'NIC_Intel-XL710' and
11131            '64B' and
11132            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11133            'NDRPDR' and
11134            '2T2C' and
11135            'IP4FWD' and
11136            not 'IPSEC' and
11137            not 'VHOST'"
11138   parameters:
11139   - "throughput"
11140   - "parent"
11141   - "tags"
11142   sort:
11143   - "IP4BASE"
11144   - "FIB_20K"
11145   - "FIB_200K"
11146   - "FIB_2M"
11147   traces:
11148     hoverinfo: "x+y"
11149     boxpoints: "outliers"
11150     whiskerwidth: 0
11151   layout:
11152     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11153     layout: "plot-throughput"
11154
11155 - type: "plot"
11156   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11157   algorithm: "plot_performance_box"
11158   output-file-type: ".html"
11159   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11161   filter: "'NIC_Intel-XL710' and
11162            '64B' and
11163            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11164            'NDRPDR' and
11165            '2T2C' and
11166            'IP4FWD' and
11167            not 'IPSEC' and
11168            not 'VHOST'"
11169   parameters:
11170   - "throughput"
11171   - "parent"
11172   - "tags"
11173   sort:
11174   - "IP4BASE"
11175   - "FIB_20K"
11176   - "FIB_200K"
11177   - "FIB_2M"
11178   traces:
11179     hoverinfo: "x+y"
11180     boxpoints: "outliers"
11181     whiskerwidth: 0
11182   layout:
11183     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11184     layout: "plot-throughput"
11185
11186 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11187 - type: "plot"
11188   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11189   algorithm: "plot_performance_box"
11190   output-file-type: ".html"
11191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11193   filter: "'NIC_Intel-X710' and
11194            '64B' and
11195            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11196            'NDRPDR' and
11197            '2T1C' and
11198            'IP4FWD' and
11199            not 'IPSEC' and
11200            not 'DOT1Q' and
11201            not 'VHOST'"
11202   parameters:
11203   - "throughput"
11204   - "parent"
11205   - "tags"
11206   sort:
11207   - "IP4BASE"
11208   - "FIB_20K"
11209   - "FIB_200K"
11210   - "FIB_2M"
11211   traces:
11212     hoverinfo: "x+y"
11213     boxpoints: "outliers"
11214     whiskerwidth: 0
11215   layout:
11216     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11217     layout: "plot-throughput"
11218
11219 - type: "plot"
11220   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11221   algorithm: "plot_performance_box"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11225   filter: "'NIC_Intel-X710' and
11226            '64B' and
11227            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11228            'NDRPDR' and
11229            '2T1C' and
11230            'IP4FWD' and
11231            not 'IPSEC' and
11232            not 'DOT1Q' and
11233            not 'VHOST'"
11234   parameters:
11235   - "throughput"
11236   - "parent"
11237   - "tags"
11238   sort:
11239   - "IP4BASE"
11240   - "FIB_20K"
11241   - "FIB_200K"
11242   - "FIB_2M"
11243   traces:
11244     hoverinfo: "x+y"
11245     boxpoints: "outliers"
11246     whiskerwidth: 0
11247   layout:
11248     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11249     layout: "plot-throughput"
11250
11251 - type: "plot"
11252   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11253   algorithm: "plot_performance_box"
11254   output-file-type: ".html"
11255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11257   filter: "'NIC_Intel-X710' and
11258            '64B' and
11259            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11260            'NDRPDR' and
11261            '4T2C' and
11262            'IP4FWD' and
11263            not 'IPSEC' and
11264            not 'DOT1Q' and
11265            not 'VHOST'"
11266   parameters:
11267   - "throughput"
11268   - "parent"
11269   - "tags"
11270   sort:
11271   - "IP4BASE"
11272   - "FIB_20K"
11273   - "FIB_200K"
11274   - "FIB_2M"
11275   traces:
11276     hoverinfo: "x+y"
11277     boxpoints: "outliers"
11278     whiskerwidth: 0
11279   layout:
11280     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11281     layout: "plot-throughput"
11282
11283 - type: "plot"
11284   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11285   algorithm: "plot_performance_box"
11286   output-file-type: ".html"
11287   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11289   filter: "'NIC_Intel-X710' and
11290            '64B' and
11291            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11292            'NDRPDR' and
11293            '4T2C' and
11294            'IP4FWD' and
11295            not 'IPSEC' and
11296            not 'DOT1Q' and
11297            not 'VHOST'"
11298   parameters:
11299   - "throughput"
11300   - "parent"
11301   - "tags"
11302   sort:
11303   - "IP4BASE"
11304   - "FIB_20K"
11305   - "FIB_200K"
11306   - "FIB_2M"
11307   traces:
11308     hoverinfo: "x+y"
11309     boxpoints: "outliers"
11310     whiskerwidth: 0
11311   layout:
11312     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11313     layout: "plot-throughput"
11314
11315 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11316 - type: "plot"
11317   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11318   algorithm: "plot_performance_box"
11319   output-file-type: ".html"
11320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11322   filter: "'NIC_Intel-X710' and
11323            '64B' and
11324            ('IP4BASE' or
11325             'POLICE_MARK' or
11326             'COPWHLIST' or
11327             ('NAT44' and 'BASE') or
11328             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11329            'NDRPDR' and
11330            '2T1C' and
11331            'IP4FWD' and
11332            not 'IPSEC' and
11333            not 'VHOST'"
11334   parameters:
11335   - "throughput"
11336   - "parent"
11337   - "tags"
11338   sort:
11339   - "DOT1Q"
11340   - "IP4BASE"
11341   - "NAT44"
11342   - "POLICE_MARK"
11343   - "COPWHLIST"
11344   - "IACL"
11345   - "OACL"
11346   traces:
11347     hoverinfo: "x+y"
11348     boxpoints: "outliers"
11349     whiskerwidth: 0
11350   layout:
11351     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11352     layout: "plot-throughput"
11353
11354 - type: "plot"
11355   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11356   algorithm: "plot_performance_box"
11357   output-file-type: ".html"
11358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11360   filter: "'NIC_Intel-X710' and
11361            '64B' and
11362            ('IP4BASE' or
11363             'POLICE_MARK' or
11364             'COPWHLIST' or
11365             ('NAT44' and 'BASE') or
11366             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11367            'NDRPDR' and
11368            '2T1C' and
11369            'IP4FWD' and
11370            not 'IPSEC' and
11371            not 'VHOST'"
11372   parameters:
11373   - "throughput"
11374   - "parent"
11375   - "tags"
11376   sort:
11377   - "DOT1Q"
11378   - "IP4BASE"
11379   - "NAT44"
11380   - "POLICE_MARK"
11381   - "COPWHLIST"
11382   - "IACL"
11383   - "OACL"
11384   traces:
11385     hoverinfo: "x+y"
11386     boxpoints: "outliers"
11387     whiskerwidth: 0
11388   layout:
11389     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11390     layout: "plot-throughput"
11391
11392 - type: "plot"
11393   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11394   algorithm: "plot_performance_box"
11395   output-file-type: ".html"
11396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11398   filter: "'NIC_Intel-X710' and
11399            '64B' and
11400            ('IP4BASE' or
11401             'POLICE_MARK' or
11402             'COPWHLIST' or
11403             ('NAT44' and 'BASE') or
11404             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11405            'NDRPDR' and
11406            '4T2C' and
11407            'IP4FWD' and
11408            not 'IPSEC' and
11409            not 'VHOST'"
11410   parameters:
11411   - "throughput"
11412   - "parent"
11413   - "tags"
11414   sort:
11415   - "DOT1Q"
11416   - "IP4BASE"
11417   - "NAT44"
11418   - "POLICE_MARK"
11419   - "COPWHLIST"
11420   - "IACL"
11421   - "OACL"
11422   traces:
11423     hoverinfo: "x+y"
11424     boxpoints: "outliers"
11425     whiskerwidth: 0
11426   layout:
11427     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11432   algorithm: "plot_performance_box"
11433   output-file-type: ".html"
11434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11436   filter: "'NIC_Intel-X710' and
11437            '64B' and
11438            ('IP4BASE' or
11439             'POLICE_MARK' or
11440             'COPWHLIST' or
11441             ('NAT44' and 'BASE') or
11442             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11443            'NDRPDR' and
11444            '4T2C' and
11445            'IP4FWD' and
11446            not 'IPSEC' and
11447            not 'VHOST'"
11448   parameters:
11449   - "throughput"
11450   - "parent"
11451   - "tags"
11452   sort:
11453   - "DOT1Q"
11454   - "IP4BASE"
11455   - "NAT44"
11456   - "POLICE_MARK"
11457   - "COPWHLIST"
11458   - "IACL"
11459   - "OACL"
11460   traces:
11461     hoverinfo: "x+y"
11462     boxpoints: "outliers"
11463     whiskerwidth: 0
11464   layout:
11465     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11466     layout: "plot-throughput"
11467
11468 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11469 - type: "plot"
11470   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11471   algorithm: "plot_performance_box"
11472   output-file-type: ".html"
11473   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11475   filter: "'NIC_Intel-X710' and
11476            '64B' and
11477            'NDRPDR' and
11478            '1T1C' and
11479            'IP4FWD' and
11480            ('NAT44' or 'IP4BASE') and
11481            not 'IPSEC' and
11482            not 'VHOST'"
11483   parameters:
11484   - "throughput"
11485   - "parent"
11486   - "tags"
11487   sort:
11488   - "IP4BASE"
11489   - "BASE"
11490   - "SRC_USER_10"
11491   - "SRC_USER_100"
11492   - "SRC_USER_1000"
11493   - "SRC_USER_2000"
11494   traces:
11495     hoverinfo: "x+y"
11496     boxpoints: "outliers"
11497     whiskerwidth: 0
11498   layout:
11499     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11500     layout: "plot-throughput"
11501
11502 - type: "plot"
11503   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11504   algorithm: "plot_performance_box"
11505   output-file-type: ".html"
11506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11508   filter: "'NIC_Intel-X710' and
11509            '64B' and
11510            'NDRPDR' and
11511            '1T1C' and
11512            'IP4FWD' and
11513            ('NAT44' or 'IP4BASE') and
11514            not 'IPSEC' and
11515            not 'VHOST'"
11516   parameters:
11517   - "throughput"
11518   - "parent"
11519   - "tags"
11520   sort:
11521   - "IP4BASE"
11522   - "BASE"
11523   - "SRC_USER_10"
11524   - "SRC_USER_100"
11525   - "SRC_USER_1000"
11526   - "SRC_USER_2000"
11527   traces:
11528     hoverinfo: "x+y"
11529     boxpoints: "outliers"
11530     whiskerwidth: 0
11531   layout:
11532     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11533     layout: "plot-throughput"
11534
11535 - type: "plot"
11536   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11537   algorithm: "plot_performance_box"
11538   output-file-type: ".html"
11539   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11541   filter: "'NIC_Intel-X710' and
11542            '64B' and
11543            'NDRPDR' and
11544            '2T2C' and
11545            'IP4FWD' and
11546            ('NAT44' or 'IP4BASE') and
11547            not 'IPSEC' and
11548            not 'VHOST'"
11549   parameters:
11550   - "throughput"
11551   - "parent"
11552   - "tags"
11553   sort:
11554   - "IP4BASE"
11555   - "BASE"
11556   - "SRC_USER_10"
11557   - "SRC_USER_100"
11558   - "SRC_USER_1000"
11559   - "SRC_USER_2000"
11560   traces:
11561     hoverinfo: "x+y"
11562     boxpoints: "outliers"
11563     whiskerwidth: 0
11564   layout:
11565     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11570   algorithm: "plot_performance_box"
11571   output-file-type: ".html"
11572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11574   filter: "'NIC_Intel-X710' and
11575            '64B' and
11576            'NDRPDR' and
11577            '2T2C' and
11578            'IP4FWD' and
11579            ('NAT44' or 'IP4BASE') and
11580            not 'IPSEC' and
11581            not 'VHOST'"
11582   parameters:
11583   - "throughput"
11584   - "parent"
11585   - "tags"
11586   sort:
11587   - "IP4BASE"
11588   - "BASE"
11589   - "SRC_USER_10"
11590   - "SRC_USER_100"
11591   - "SRC_USER_1000"
11592   - "SRC_USER_2000"
11593   traces:
11594     hoverinfo: "x+y"
11595     boxpoints: "outliers"
11596     whiskerwidth: 0
11597   layout:
11598     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11599     layout: "plot-throughput"
11600
11601 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11602 - type: "plot"
11603   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11604   algorithm: "plot_performance_box"
11605   output-file-type: ".html"
11606   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11608   filter: "'NIC_Intel-X710' and
11609            '64B' and
11610            'NDRPDR' and
11611            '1T1C' and
11612            'IP4FWD' and
11613            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11614            not 'IPSEC' and
11615            not 'VHOST'"
11616   parameters:
11617   - "throughput"
11618   - "parent"
11619   - "tags"
11620   sort:
11621   - "IP4BASE"
11622   - "ACL_STATELESS"
11623   - "ACL_STATEFUL"
11624   - "ACL_STATELESS"
11625   - "ACL_STATEFUL"
11626   traces:
11627     hoverinfo: "x+y"
11628     boxpoints: "outliers"
11629     whiskerwidth: 0
11630   layout:
11631     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11636   algorithm: "plot_performance_box"
11637   output-file-type: ".html"
11638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11640   filter: "'NIC_Intel-X710' and
11641            '64B' and
11642            'NDRPDR' and
11643            '1T1C' and
11644            'IP4FWD' and
11645            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11646            not 'IPSEC' and
11647            not 'VHOST'"
11648   parameters:
11649   - "throughput"
11650   - "parent"
11651   - "tags"
11652   sort:
11653   - "IP4BASE"
11654   - "ACL_STATELESS"
11655   - "ACL_STATEFUL"
11656   - "ACL_STATELESS"
11657   - "ACL_STATEFUL"
11658   traces:
11659     hoverinfo: "x+y"
11660     boxpoints: "outliers"
11661     whiskerwidth: 0
11662   layout:
11663     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11668   algorithm: "plot_performance_box"
11669   output-file-type: ".html"
11670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11672   filter: "'NIC_Intel-X710' and
11673            '64B' and
11674            'NDRPDR' and
11675            '2T2C' and
11676            'IP4FWD' and
11677            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11678            not 'IPSEC' and
11679            not 'VHOST'"
11680   parameters:
11681   - "throughput"
11682   - "parent"
11683   - "tags"
11684   sort:
11685   - "IP4BASE"
11686   - "ACL_STATELESS"
11687   - "ACL_STATEFUL"
11688   - "ACL_STATELESS"
11689   - "ACL_STATEFUL"
11690   traces:
11691     hoverinfo: "x+y"
11692     boxpoints: "outliers"
11693     whiskerwidth: 0
11694   layout:
11695     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11700   algorithm: "plot_performance_box"
11701   output-file-type: ".html"
11702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11704   filter: "'NIC_Intel-X710' and
11705            '64B' and
11706            'NDRPDR' and
11707            '2T2C' and
11708            'IP4FWD' and
11709            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11710            not 'IPSEC' and
11711            not 'VHOST'"
11712   parameters:
11713   - "throughput"
11714   - "parent"
11715   - "tags"
11716   sort:
11717   - "IP4BASE"
11718   - "ACL_STATELESS"
11719   - "ACL_STATEFUL"
11720   - "ACL_STATELESS"
11721   - "ACL_STATEFUL"
11722   traces:
11723     hoverinfo: "x+y"
11724     boxpoints: "outliers"
11725     whiskerwidth: 0
11726   layout:
11727     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11728     layout: "plot-throughput"
11729
11730 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11731 - type: "plot"
11732   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11733   algorithm: "plot_performance_box"
11734   output-file-type: ".html"
11735   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11737   filter: "'NIC_Intel-X710' and
11738            '64B' and
11739            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11740            'NDRPDR' and
11741            '2T1C' and
11742            'IP4FWD' and
11743            not 'IPSEC' and
11744            not 'DOT1Q' and
11745            not 'VHOST'"
11746   parameters:
11747   - "throughput"
11748   - "parent"
11749   - "tags"
11750   sort:
11751   - "IP4BASE"
11752   - "FIB_20K"
11753   - "FIB_200K"
11754   - "FIB_2M"
11755   traces:
11756     hoverinfo: "x+y"
11757     boxpoints: "outliers"
11758     whiskerwidth: 0
11759   layout:
11760     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11765   algorithm: "plot_performance_box"
11766   output-file-type: ".html"
11767   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11769   filter: "'NIC_Intel-X710' and
11770            '64B' and
11771            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11772            'NDRPDR' and
11773            '2T1C' and
11774            'IP4FWD' and
11775            not 'IPSEC' and
11776            not 'DOT1Q' and
11777            not 'VHOST'"
11778   parameters:
11779   - "throughput"
11780   - "parent"
11781   - "tags"
11782   sort:
11783   - "IP4BASE"
11784   - "FIB_20K"
11785   - "FIB_200K"
11786   - "FIB_2M"
11787   traces:
11788     hoverinfo: "x+y"
11789     boxpoints: "outliers"
11790     whiskerwidth: 0
11791   layout:
11792     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11797   algorithm: "plot_performance_box"
11798   output-file-type: ".html"
11799   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11801   filter: "'NIC_Intel-X710' and
11802            '64B' and
11803            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11804            'NDRPDR' and
11805            '4T2C' and
11806            'IP4FWD' and
11807            not 'IPSEC' and
11808            not 'DOT1Q' and
11809            not 'VHOST'"
11810   parameters:
11811   - "throughput"
11812   - "parent"
11813   - "tags"
11814   sort:
11815   - "IP4BASE"
11816   - "FIB_20K"
11817   - "FIB_200K"
11818   - "FIB_2M"
11819   traces:
11820     hoverinfo: "x+y"
11821     boxpoints: "outliers"
11822     whiskerwidth: 0
11823   layout:
11824     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11825     layout: "plot-throughput"
11826
11827 - type: "plot"
11828   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11829   algorithm: "plot_performance_box"
11830   output-file-type: ".html"
11831   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11833   filter: "'NIC_Intel-X710' and
11834            '64B' and
11835            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11836            'NDRPDR' and
11837            '4T2C' and
11838            'IP4FWD' and
11839            not 'IPSEC' and
11840            not 'DOT1Q' and
11841            not 'VHOST'"
11842   parameters:
11843   - "throughput"
11844   - "parent"
11845   - "tags"
11846   sort:
11847   - "IP4BASE"
11848   - "FIB_20K"
11849   - "FIB_200K"
11850   - "FIB_2M"
11851   traces:
11852     hoverinfo: "x+y"
11853     boxpoints: "outliers"
11854     whiskerwidth: 0
11855   layout:
11856     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11857     layout: "plot-throughput"
11858
11859 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11860 - type: "plot"
11861   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11862   algorithm: "plot_performance_box"
11863   output-file-type: ".html"
11864   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11866   filter: "'NIC_Intel-X710' and
11867            '64B' and
11868            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11869            'NDRPDR' and
11870            '2T1C' and
11871            'IP4FWD' and
11872            not 'IPSEC' and
11873            not 'DOT1Q' and
11874            not 'VHOST'"
11875   parameters:
11876   - "throughput"
11877   - "parent"
11878   - "tags"
11879   sort:
11880   - "IP4BASE"
11881   - "ACL_STATELESS"
11882   - "ACL_STATEFUL"
11883   - "ACL_STATELESS"
11884   - "ACL_STATEFUL"
11885   traces:
11886     hoverinfo: "x+y"
11887     boxpoints: "outliers"
11888     whiskerwidth: 0
11889   layout:
11890     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11891     layout: "plot-throughput"
11892
11893 - type: "plot"
11894   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11895   algorithm: "plot_performance_box"
11896   output-file-type: ".html"
11897   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11899   filter: "'NIC_Intel-X710' and
11900            '64B' and
11901            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11902            'NDRPDR' and
11903            '2T1C' and
11904            'IP4FWD' and
11905            not 'IPSEC' and
11906            not 'DOT1Q' and
11907            not 'VHOST'"
11908   parameters:
11909   - "throughput"
11910   - "parent"
11911   - "tags"
11912   sort:
11913   - "IP4BASE"
11914   - "ACL_STATELESS"
11915   - "ACL_STATEFUL"
11916   - "ACL_STATELESS"
11917   - "ACL_STATEFUL"
11918   traces:
11919     hoverinfo: "x+y"
11920     boxpoints: "outliers"
11921     whiskerwidth: 0
11922   layout:
11923     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11928   algorithm: "plot_performance_box"
11929   output-file-type: ".html"
11930   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11932   filter: "'NIC_Intel-X710' and
11933            '64B' and
11934            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11935            'NDRPDR' and
11936            '4T2C' and
11937            'IP4FWD' and
11938            not 'IPSEC' and
11939            not 'DOT1Q' and
11940            not 'VHOST'"
11941   parameters:
11942   - "throughput"
11943   - "parent"
11944   - "tags"
11945   sort:
11946   - "IP4BASE"
11947   - "ACL_STATELESS"
11948   - "ACL_STATEFUL"
11949   - "ACL_STATELESS"
11950   - "ACL_STATEFUL"
11951   traces:
11952     hoverinfo: "x+y"
11953     boxpoints: "outliers"
11954     whiskerwidth: 0
11955   layout:
11956     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11961   algorithm: "plot_performance_box"
11962   output-file-type: ".html"
11963   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11965   filter: "'NIC_Intel-X710' and
11966            '64B' and
11967            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11968            'NDRPDR' and
11969            '4T2C' and
11970            'IP4FWD' and
11971            not 'IPSEC' and
11972            not 'DOT1Q' and
11973            not 'VHOST'"
11974   parameters:
11975   - "throughput"
11976   - "parent"
11977   - "tags"
11978   sort:
11979   - "IP4BASE"
11980   - "ACL_STATELESS"
11981   - "ACL_STATEFUL"
11982   - "ACL_STATELESS"
11983   - "ACL_STATEFUL"
11984   traces:
11985     hoverinfo: "x+y"
11986     boxpoints: "outliers"
11987     whiskerwidth: 0
11988   layout:
11989     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11990     layout: "plot-throughput"
11991
11992 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11993 - type: "plot"
11994   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11995   algorithm: "plot_performance_box"
11996   output-file-type: ".html"
11997   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11999   filter: "'NIC_Intel-XXV710' and
12000            '64B' and
12001            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12002            'NDRPDR' and
12003            '2T1C' and
12004            'IP4FWD' and
12005            not 'IPSEC' and
12006            not 'DOT1Q' and
12007            not 'VHOST'"
12008   parameters:
12009   - "throughput"
12010   - "parent"
12011   - "tags"
12012   sort:
12013   - "IP4BASE"
12014   - "FIB_20K"
12015   - "FIB_200K"
12016   - "FIB_2M"
12017   traces:
12018     hoverinfo: "x+y"
12019     boxpoints: "outliers"
12020     whiskerwidth: 0
12021   layout:
12022     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12023     layout: "plot-throughput"
12024
12025 - type: "plot"
12026   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12027   algorithm: "plot_performance_box"
12028   output-file-type: ".html"
12029   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   filter: "'NIC_Intel-XXV710' and
12032            '64B' and
12033            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12034            'NDRPDR' and
12035            '2T1C' and
12036            'IP4FWD' and
12037            not 'IPSEC' and
12038            not 'DOT1Q' and
12039            not 'VHOST'"
12040   parameters:
12041   - "throughput"
12042   - "parent"
12043   - "tags"
12044   sort:
12045   - "IP4BASE"
12046   - "FIB_20K"
12047   - "FIB_200K"
12048   - "FIB_2M"
12049   traces:
12050     hoverinfo: "x+y"
12051     boxpoints: "outliers"
12052     whiskerwidth: 0
12053   layout:
12054     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12059   algorithm: "plot_performance_box"
12060   output-file-type: ".html"
12061   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12063   filter: "'NIC_Intel-XXV710' and
12064            '64B' and
12065            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12066            'NDRPDR' and
12067            '4T2C' and
12068            'IP4FWD' and
12069            not 'IPSEC' and
12070            not 'DOT1Q' and
12071            not 'VHOST'"
12072   parameters:
12073   - "throughput"
12074   - "parent"
12075   - "tags"
12076   sort:
12077   - "IP4BASE"
12078   - "FIB_20K"
12079   - "FIB_200K"
12080   - "FIB_2M"
12081   traces:
12082     hoverinfo: "x+y"
12083     boxpoints: "outliers"
12084     whiskerwidth: 0
12085   layout:
12086     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12091   algorithm: "plot_performance_box"
12092   output-file-type: ".html"
12093   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12095   filter: "'NIC_Intel-XXV710' and
12096            '64B' and
12097            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12098            'NDRPDR' and
12099            '4T2C' and
12100            'IP4FWD' and
12101            not 'IPSEC' and
12102            not 'DOT1Q' and
12103            not 'VHOST'"
12104   parameters:
12105   - "throughput"
12106   - "parent"
12107   - "tags"
12108   sort:
12109   - "IP4BASE"
12110   - "FIB_20K"
12111   - "FIB_200K"
12112   - "FIB_2M"
12113   traces:
12114     hoverinfo: "x+y"
12115     boxpoints: "outliers"
12116     whiskerwidth: 0
12117   layout:
12118     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12119     layout: "plot-throughput"
12120
12121 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12122 #- type: "plot"
12123 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12124 #  algorithm: "plot_performance_box"
12125 #  output-file-type: ".html"
12126 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12127 #  data: "intel-dnv-vpp"
12128 #  filter: "'NIC_Intel-X553' and
12129 #           '64B' and
12130 #           'IP4BASE' and
12131 #           'NDRPDR' and
12132 #           '1T1C' and
12133 #           'IP4FWD' and
12134 #           not 'IPSEC' and
12135 #           not 'VHOST'"
12136 #  parameters:
12137 #  - "throughput"
12138 #  - "parent"
12139 #  - "tags"
12140 #  sort:
12141 #  - "IP4BASE"
12142 #  traces:
12143 #    hoverinfo: "x+y"
12144 #    boxpoints: "outliers"
12145 #    whiskerwidth: 0
12146 #  layout:
12147 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12148 #    layout: "plot-throughput"
12149 #
12150 #- type: "plot"
12151 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12152 #  algorithm: "plot_performance_box"
12153 #  output-file-type: ".html"
12154 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12155 #  data: "intel-dnv-vpp"
12156 #  filter: "'NIC_Intel-X553' and
12157 #           '64B' and
12158 #           'IP4BASE' and
12159 #           'NDRPDR' and
12160 #           '1T1C' and
12161 #           'IP4FWD' and
12162 #           not 'IPSEC' and
12163 #           not 'VHOST'"
12164 #  parameters:
12165 #  - "throughput"
12166 #  - "parent"
12167 #  - "tags"
12168 #  sort:
12169 #  - "IP4BASE"
12170 #  traces:
12171 #    hoverinfo: "x+y"
12172 #    boxpoints: "outliers"
12173 #    whiskerwidth: 0
12174 #  layout:
12175 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12176 #    layout: "plot-throughput"
12177 #
12178 #- type: "plot"
12179 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12180 #  algorithm: "plot_performance_box"
12181 #  output-file-type: ".html"
12182 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12183 #  data: "intel-dnv-vpp"
12184 #  filter: "'NIC_Intel-X553' and
12185 #           '64B' and
12186 #           'IP4BASE' and
12187 #           'NDRPDR' and
12188 #           '2T2C' and
12189 #           'IP4FWD' and
12190 #           not 'IPSEC' and
12191 #           not 'VHOST'"
12192 #  parameters:
12193 #  - "throughput"
12194 #  - "parent"
12195 #  - "tags"
12196 #  sort:
12197 #  - "IP4BASE"
12198 #  traces:
12199 #    hoverinfo: "x+y"
12200 #    boxpoints: "outliers"
12201 #    whiskerwidth: 0
12202 #  layout:
12203 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12204 #    layout: "plot-throughput"
12205 #
12206 #- type: "plot"
12207 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12208 #  algorithm: "plot_performance_box"
12209 #  output-file-type: ".html"
12210 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12211 #  data: "intel-dnv-vpp"
12212 #  filter: "'NIC_Intel-X553' and
12213 #           '64B' and
12214 #           'IP4BASE' and
12215 #           'NDRPDR' and
12216 #           '2T2C' and
12217 #           'IP4FWD' and
12218 #           not 'IPSEC' and
12219 #           not 'VHOST'"
12220 #  parameters:
12221 #  - "throughput"
12222 #  - "parent"
12223 #  - "tags"
12224 #  sort:
12225 #  - "IP4BASE"
12226 #  traces:
12227 #    hoverinfo: "x+y"
12228 #    boxpoints: "outliers"
12229 #    whiskerwidth: 0
12230 #  layout:
12231 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12232 #    layout: "plot-throughput"
12233
12234 ################################################################################
12235
12236 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12237 - type: "plot"
12238   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12239   algorithm: "plot_performance_box"
12240   output-file-type: ".html"
12241   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12243   filter: "'NIC_Intel-X520-DA2' and
12244            '64B' and
12245            'ENCAP' and
12246            'NDRPDR' and
12247            '1T1C' and
12248            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12249            not 'DOT1Q' and
12250            not 'VHOST' and
12251            not 'IPSECHW'"
12252   parameters:
12253   - "throughput"
12254   - "parent"
12255   - "tags"
12256   sort:
12257   - "IP4BASE"
12258   - "L2BDMACLRN"
12259   - "L2XCFWD"
12260   - "LISP"
12261   traces:
12262     hoverinfo: "x+y"
12263     boxpoints: "outliers"
12264     whiskerwidth: 0
12265   layout:
12266     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12271   algorithm: "plot_performance_box"
12272   output-file-type: ".html"
12273   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12275   filter: "'NIC_Intel-X520-DA2' and
12276            '64B' and
12277            'ENCAP' and
12278            'NDRPDR' and
12279            '2T2C' and
12280            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12281            not 'DOT1Q' and
12282            not 'VHOST' and
12283            not 'IPSECHW'"
12284   parameters:
12285   - "throughput"
12286   - "parent"
12287   - "tags"
12288   sort:
12289   - "IP4BASE"
12290   - "L2BDMACLRN"
12291   - "L2XCFWD"
12292   - "LISP"
12293   traces:
12294     hoverinfo: "x+y"
12295     boxpoints: "outliers"
12296     whiskerwidth: 0
12297   layout:
12298     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12299     layout: "plot-throughput"
12300
12301 - type: "plot"
12302   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12303   algorithm: "plot_performance_box"
12304   output-file-type: ".html"
12305   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12307   filter: "'NIC_Intel-X520-DA2' and
12308            '64B' and
12309            'ENCAP' and
12310            'NDRPDR' and
12311            '1T1C' and
12312            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12313            not 'DOT1Q' and
12314            not 'VHOST' and
12315            not 'IPSECHW'"
12316   parameters:
12317   - "throughput"
12318   - "parent"
12319   - "tags"
12320   sort:
12321   - "IP4BASE"
12322   - "L2BDMACLRN"
12323   - "L2XCFWD"
12324   - "LISP"
12325   traces:
12326     hoverinfo: "x+y"
12327     boxpoints: "outliers"
12328     whiskerwidth: 0
12329   layout:
12330     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12335   algorithm: "plot_performance_box"
12336   output-file-type: ".html"
12337   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12339   filter: "'NIC_Intel-X520-DA2' and
12340            '64B' and
12341            'ENCAP' and
12342            'NDRPDR' and
12343            '2T2C' and
12344            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12345            not 'DOT1Q' and
12346            not 'VHOST' and
12347            not 'IPSECHW'"
12348   parameters:
12349   - "throughput"
12350   - "parent"
12351   - "tags"
12352   sort:
12353   - "IP4BASE"
12354   - "L2BDMACLRN"
12355   - "L2XCFWD"
12356   - "LISP"
12357   traces:
12358     hoverinfo: "x+y"
12359     boxpoints: "outliers"
12360     whiskerwidth: 0
12361   layout:
12362     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12363     layout: "plot-throughput"
12364
12365 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12366 - type: "plot"
12367   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12368   algorithm: "plot_performance_box"
12369   output-file-type: ".html"
12370   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12372   filter: "'NIC_Intel-X710' and
12373            '64B' and
12374            'ENCAP' and
12375            'NDRPDR' and
12376            '1T1C' and
12377            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12378            not 'VHOST' and
12379            not 'IPSECHW'"
12380   parameters:
12381   - "throughput"
12382   - "parent"
12383   - "tags"
12384   sort:
12385   - "IP4BASE"
12386   - "LISP"
12387   - "VXLAN_1"
12388   - "VXLAN_10"
12389   - "VXLAN_100"
12390   - "VXLAN_1000"
12391   traces:
12392     hoverinfo: "x+y"
12393     boxpoints: "outliers"
12394     whiskerwidth: 0
12395   layout:
12396     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12401   algorithm: "plot_performance_box"
12402   output-file-type: ".html"
12403   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12405   filter: "'NIC_Intel-X710' and
12406            '64B' and
12407            'ENCAP' and
12408            'NDRPDR' and
12409            '1T1C' and
12410            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12411            not 'VHOST' and
12412            not 'IPSECHW'"
12413   parameters:
12414   - "throughput"
12415   - "parent"
12416   - "tags"
12417   sort:
12418   - "IP4BASE"
12419   - "LISP"
12420   - "VXLAN_1"
12421   - "VXLAN_10"
12422   - "VXLAN_100"
12423   - "VXLAN_1000"
12424   traces:
12425     hoverinfo: "x+y"
12426     boxpoints: "outliers"
12427     whiskerwidth: 0
12428   layout:
12429     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12434   algorithm: "plot_performance_box"
12435   output-file-type: ".html"
12436   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12438   filter: "'NIC_Intel-X710' and
12439            '64B' and
12440            'ENCAP' and
12441            'NDRPDR' and
12442            '2T2C' and
12443            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12444            not 'VHOST' and
12445            not 'IPSECHW'"
12446   parameters:
12447   - "throughput"
12448   - "parent"
12449   - "tags"
12450   sort:
12451   - "IP4BASE"
12452   - "LISP"
12453   - "VXLAN_1"
12454   - "VXLAN_10"
12455   - "VXLAN_100"
12456   - "VXLAN_1000"
12457   traces:
12458     hoverinfo: "x+y"
12459     boxpoints: "outliers"
12460     whiskerwidth: 0
12461   layout:
12462     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12467   algorithm: "plot_performance_box"
12468   output-file-type: ".html"
12469   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12471   filter: "'NIC_Intel-X710' and
12472            '64B' and
12473            'ENCAP' and
12474            'NDRPDR' and
12475            '2T2C' and
12476            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12477            not 'VHOST' and
12478            not 'IPSECHW'"
12479   parameters:
12480   - "throughput"
12481   - "parent"
12482   - "tags"
12483   sort:
12484   - "IP4BASE"
12485   - "LISP"
12486   - "VXLAN_1"
12487   - "VXLAN_10"
12488   - "VXLAN_100"
12489   - "VXLAN_1000"
12490   traces:
12491     hoverinfo: "x+y"
12492     boxpoints: "outliers"
12493     whiskerwidth: 0
12494   layout:
12495     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12496     layout: "plot-throughput"
12497
12498 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12499 - type: "plot"
12500   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12501   algorithm: "plot_performance_box"
12502   output-file-type: ".html"
12503   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12505   filter: "'NIC_Intel-X710' and
12506            '64B' and
12507            'ENCAP' and
12508            'NDRPDR' and
12509            '1T1C' and
12510            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12511            not 'DOT1Q' and
12512            not 'VHOST' and
12513            not 'IPSECHW'"
12514   parameters:
12515   - "throughput"
12516   - "parent"
12517   - "tags"
12518   sort:
12519   - "IP4BASE"
12520   - "L2BDMACLRN"
12521   - "L2XCFWD"
12522   - "LISP"
12523   traces:
12524     hoverinfo: "x+y"
12525     boxpoints: "outliers"
12526     whiskerwidth: 0
12527   layout:
12528     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12529     layout: "plot-throughput"
12530
12531 - type: "plot"
12532   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12533   algorithm: "plot_performance_box"
12534   output-file-type: ".html"
12535   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12537   filter: "'NIC_Intel-X710' and
12538            '64B' and
12539            'ENCAP' and
12540            'NDRPDR' and
12541            '2T2C' and
12542            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12543            not 'DOT1Q' and
12544            not 'VHOST' and
12545            not 'IPSECHW'"
12546   parameters:
12547   - "throughput"
12548   - "parent"
12549   - "tags"
12550   sort:
12551   - "IP4BASE"
12552   - "L2BDMACLRN"
12553   - "L2XCFWD"
12554   - "LISP"
12555   traces:
12556     hoverinfo: "x+y"
12557     boxpoints: "outliers"
12558     whiskerwidth: 0
12559   layout:
12560     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12565   algorithm: "plot_performance_box"
12566   output-file-type: ".html"
12567   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12569   filter: "'NIC_Intel-X710' and
12570            '64B' and
12571            'ENCAP' and
12572            'NDRPDR' and
12573            '1T1C' and
12574            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12575            not 'DOT1Q' and
12576            not 'VHOST' and
12577            not 'IPSECHW'"
12578   parameters:
12579   - "throughput"
12580   - "parent"
12581   - "tags"
12582   sort:
12583   - "IP4BASE"
12584   - "L2BDMACLRN"
12585   - "L2XCFWD"
12586   - "LISP"
12587   traces:
12588     hoverinfo: "x+y"
12589     boxpoints: "outliers"
12590     whiskerwidth: 0
12591   layout:
12592     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12597   algorithm: "plot_performance_box"
12598   output-file-type: ".html"
12599   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12601   filter: "'NIC_Intel-X710' and
12602            '64B' and
12603            'ENCAP' and
12604            'NDRPDR' and
12605            '2T2C' and
12606            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12607            not 'DOT1Q' and
12608            not 'VHOST' and
12609            not 'IPSECHW'"
12610   parameters:
12611   - "throughput"
12612   - "parent"
12613   - "tags"
12614   sort:
12615   - "IP4BASE"
12616   - "L2BDMACLRN"
12617   - "L2XCFWD"
12618   - "LISP"
12619   traces:
12620     hoverinfo: "x+y"
12621     boxpoints: "outliers"
12622     whiskerwidth: 0
12623   layout:
12624     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12625     layout: "plot-throughput"
12626
12627 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12628 - type: "plot"
12629   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12630   algorithm: "plot_performance_box"
12631   output-file-type: ".html"
12632   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12634   filter: "'NIC_Intel-X710' and
12635            '64B' and
12636            'ENCAP' and
12637            'NDRPDR' and
12638            '2T1C' and
12639            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12640            not 'VHOST' and
12641            not 'IPSECHW'"
12642   parameters:
12643   - "throughput"
12644   - "parent"
12645   - "tags"
12646   sort:
12647   - "IP4BASE"
12648   - "LISP"
12649   - "VXLAN_1"
12650   - "VXLAN_10"
12651   - "VXLAN_100"
12652   - "VXLAN_1000"
12653   traces:
12654     hoverinfo: "x+y"
12655     boxpoints: "outliers"
12656     whiskerwidth: 0
12657   layout:
12658     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12663   algorithm: "plot_performance_box"
12664   output-file-type: ".html"
12665   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12667   filter: "'NIC_Intel-X710' and
12668            '64B' and
12669            'ENCAP' and
12670            'NDRPDR' and
12671            '2T1C' and
12672            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12673            not 'VHOST' and
12674            not 'IPSECHW'"
12675   parameters:
12676   - "throughput"
12677   - "parent"
12678   - "tags"
12679   sort:
12680   - "IP4BASE"
12681   - "LISP"
12682   - "VXLAN_1"
12683   - "VXLAN_10"
12684   - "VXLAN_100"
12685   - "VXLAN_1000"
12686   traces:
12687     hoverinfo: "x+y"
12688     boxpoints: "outliers"
12689     whiskerwidth: 0
12690   layout:
12691     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12696   algorithm: "plot_performance_box"
12697   output-file-type: ".html"
12698   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12700   filter: "'NIC_Intel-X710' and
12701            '64B' and
12702            'ENCAP' and
12703            'NDRPDR' and
12704            '4T2C' and
12705            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12706            not 'VHOST' and
12707            not 'IPSECHW'"
12708   parameters:
12709   - "throughput"
12710   - "parent"
12711   - "tags"
12712   sort:
12713   - "IP4BASE"
12714   - "LISP"
12715   - "VXLAN_1"
12716   - "VXLAN_10"
12717   - "VXLAN_100"
12718   - "VXLAN_1000"
12719   traces:
12720     hoverinfo: "x+y"
12721     boxpoints: "outliers"
12722     whiskerwidth: 0
12723   layout:
12724     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12725     layout: "plot-throughput"
12726
12727 - type: "plot"
12728   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12729   algorithm: "plot_performance_box"
12730   output-file-type: ".html"
12731   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12733   filter: "'NIC_Intel-X710' and
12734            '64B' and
12735            'ENCAP' and
12736            'NDRPDR' and
12737            '4T2C' and
12738            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12739            not 'VHOST' and
12740            not 'IPSECHW'"
12741   parameters:
12742   - "throughput"
12743   - "parent"
12744   - "tags"
12745   sort:
12746   - "IP4BASE"
12747   - "LISP"
12748   - "VXLAN_1"
12749   - "VXLAN_10"
12750   - "VXLAN_100"
12751   - "VXLAN_1000"
12752   traces:
12753     hoverinfo: "x+y"
12754     boxpoints: "outliers"
12755     whiskerwidth: 0
12756   layout:
12757     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12758     layout: "plot-throughput"
12759
12760 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12761 - type: "plot"
12762   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12763   algorithm: "plot_performance_box"
12764   output-file-type: ".html"
12765   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12767   filter: "'NIC_Intel-X710' and
12768            '64B' and
12769            'ENCAP' and
12770            'NDRPDR' and
12771            '2T1C' and
12772            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12773            not 'DOT1Q' and
12774            not 'VHOST' and
12775            not 'IPSECHW'"
12776   parameters:
12777   - "throughput"
12778   - "parent"
12779   - "tags"
12780   sort:
12781   - "IP4BASE"
12782   - "L2BDMACLRN"
12783   - "L2XCFWD"
12784   - "LISP"
12785   traces:
12786     hoverinfo: "x+y"
12787     boxpoints: "outliers"
12788     whiskerwidth: 0
12789   layout:
12790     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12795   algorithm: "plot_performance_box"
12796   output-file-type: ".html"
12797   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12799   filter: "'NIC_Intel-X710' and
12800            '64B' and
12801            'ENCAP' and
12802            'NDRPDR' and
12803            '4T2C' and
12804            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12805            not 'DOT1Q' and
12806            not 'VHOST' and
12807            not 'IPSECHW'"
12808   parameters:
12809   - "throughput"
12810   - "parent"
12811   - "tags"
12812   sort:
12813   - "IP4BASE"
12814   - "L2BDMACLRN"
12815   - "L2XCFWD"
12816   - "LISP"
12817   traces:
12818     hoverinfo: "x+y"
12819     boxpoints: "outliers"
12820     whiskerwidth: 0
12821   layout:
12822     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12827   algorithm: "plot_performance_box"
12828   output-file-type: ".html"
12829   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12831   filter: "'NIC_Intel-X710' and
12832            '64B' and
12833            'ENCAP' and
12834            'NDRPDR' and
12835            '2T1C' and
12836            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12837            not 'DOT1Q' and
12838            not 'VHOST' and
12839            not 'IPSECHW'"
12840   parameters:
12841   - "throughput"
12842   - "parent"
12843   - "tags"
12844   sort:
12845   - "IP4BASE"
12846   - "L2BDMACLRN"
12847   - "L2XCFWD"
12848   - "LISP"
12849   traces:
12850     hoverinfo: "x+y"
12851     boxpoints: "outliers"
12852     whiskerwidth: 0
12853   layout:
12854     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12859   algorithm: "plot_performance_box"
12860   output-file-type: ".html"
12861   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12863   filter: "'NIC_Intel-X710' and
12864            '64B' and
12865            'ENCAP' and
12866            'NDRPDR' and
12867            '4T2C' and
12868            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12869            not 'DOT1Q' and
12870            not 'VHOST' and
12871            not 'IPSECHW'"
12872   parameters:
12873   - "throughput"
12874   - "parent"
12875   - "tags"
12876   sort:
12877   - "IP4BASE"
12878   - "L2BDMACLRN"
12879   - "L2XCFWD"
12880   - "LISP"
12881   traces:
12882     hoverinfo: "x+y"
12883     boxpoints: "outliers"
12884     whiskerwidth: 0
12885   layout:
12886     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12887     layout: "plot-throughput"
12888
12889 ################################################################################
12890
12891 # Packet Throughput - VPP IPv6 3n-hsw-x520
12892 - type: "plot"
12893   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12894   algorithm: "plot_performance_box"
12895   output-file-type: ".html"
12896   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12898   filter: "'NIC_Intel-X520-DA2' and
12899            '78B' and
12900            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12901            'NDRPDR' and
12902            '1T1C' and
12903            'IP6FWD' and
12904            not 'SRv6' and
12905            not 'IPSEC' and
12906            not 'VHOST'"
12907   parameters:
12908   - "throughput"
12909   - "parent"
12910   - "tags"
12911   sort:
12912   - "IP6BASE"
12913   - "FIB_20K"
12914   - "FIB_200K"
12915   - "FIB_2M"
12916   traces:
12917     hoverinfo: "x+y"
12918     boxpoints: "outliers"
12919     whiskerwidth: 0
12920   layout:
12921     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12926   algorithm: "plot_performance_box"
12927   output-file-type: ".html"
12928   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12930   filter: "'NIC_Intel-X520-DA2' and
12931            '78B' and
12932            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12933            'NDRPDR' and
12934            '1T1C' and
12935            'IP6FWD' and
12936            not 'SRv6' and
12937            not 'IPSEC' and
12938            not 'VHOST'"
12939   parameters:
12940   - "throughput"
12941   - "parent"
12942   - "tags"
12943   sort:
12944   - "IP6BASE"
12945   - "FIB_20K"
12946   - "FIB_200K"
12947   - "FIB_2M"
12948   traces:
12949     hoverinfo: "x+y"
12950     boxpoints: "outliers"
12951     whiskerwidth: 0
12952   layout:
12953     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12958   algorithm: "plot_performance_box"
12959   output-file-type: ".html"
12960   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12962   filter: "'NIC_Intel-X520-DA2' and
12963            '78B' and
12964            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12965            'NDRPDR' and
12966            '2T2C' and
12967            'IP6FWD' and
12968            not 'SRv6' and
12969            not 'IPSEC' and
12970            not 'VHOST'"
12971   parameters:
12972   - "throughput"
12973   - "parent"
12974   - "tags"
12975   sort:
12976   - "IP6BASE"
12977   - "FIB_20K"
12978   - "FIB_200K"
12979   - "FIB_2M"
12980   traces:
12981     hoverinfo: "x+y"
12982     boxpoints: "outliers"
12983     whiskerwidth: 0
12984   layout:
12985     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12986     layout: "plot-throughput"
12987
12988 - type: "plot"
12989   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12990   algorithm: "plot_performance_box"
12991   output-file-type: ".html"
12992   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12994   filter: "'NIC_Intel-X520-DA2' and
12995            '78B' and
12996            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12997            'NDRPDR' and
12998            '2T2C' and
12999            'IP6FWD' and
13000            not 'SRv6' and
13001            not 'IPSEC' and
13002            not 'VHOST'"
13003   parameters:
13004   - "throughput"
13005   - "parent"
13006   - "tags"
13007   sort:
13008   - "IP6BASE"
13009   - "FIB_20K"
13010   - "FIB_200K"
13011   - "FIB_2M"
13012   traces:
13013     hoverinfo: "x+y"
13014     boxpoints: "outliers"
13015     whiskerwidth: 0
13016   layout:
13017     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13018     layout: "plot-throughput"
13019
13020 # Packet Throughput - VPP IPv6 3n-hsw-x710
13021 - type: "plot"
13022   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13023   algorithm: "plot_performance_box"
13024   output-file-type: ".html"
13025   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13027   filter: "'NIC_Intel-X710' and
13028            '78B' and
13029            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13030            'NDRPDR' and
13031            '1T1C' and
13032            'IP6FWD' and
13033            not 'SRv6' and
13034            not 'IPSEC' and
13035            not 'VHOST'"
13036   parameters:
13037   - "throughput"
13038   - "parent"
13039   - "tags"
13040   sort:
13041   - "IP6BASE"
13042   - "FIB_20K"
13043   - "FIB_200K"
13044   - "FIB_2M"
13045   traces:
13046     hoverinfo: "x+y"
13047     boxpoints: "outliers"
13048     whiskerwidth: 0
13049   layout:
13050     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13055   algorithm: "plot_performance_box"
13056   output-file-type: ".html"
13057   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13059   filter: "'NIC_Intel-X710' and
13060            '78B' and
13061            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13062            'NDRPDR' and
13063            '1T1C' and
13064            'IP6FWD' and
13065            not 'SRv6' and
13066            not 'IPSEC' and
13067            not 'VHOST'"
13068   parameters:
13069   - "throughput"
13070   - "parent"
13071   - "tags"
13072   sort:
13073   - "IP6BASE"
13074   - "FIB_20K"
13075   - "FIB_200K"
13076   - "FIB_2M"
13077   traces:
13078     hoverinfo: "x+y"
13079     boxpoints: "outliers"
13080     whiskerwidth: 0
13081   layout:
13082     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13083     layout: "plot-throughput"
13084
13085 - type: "plot"
13086   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13087   algorithm: "plot_performance_box"
13088   output-file-type: ".html"
13089   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13091   filter: "'NIC_Intel-X710' and
13092            '78B' and
13093            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13094            'NDRPDR' and
13095            '2T2C' and
13096            'IP6FWD' and
13097            not 'SRv6' and
13098            not 'IPSEC' and
13099            not 'VHOST'"
13100   parameters:
13101   - "throughput"
13102   - "parent"
13103   - "tags"
13104   sort:
13105   - "IP6BASE"
13106   - "FIB_20K"
13107   - "FIB_200K"
13108   - "FIB_2M"
13109   traces:
13110     hoverinfo: "x+y"
13111     boxpoints: "outliers"
13112     whiskerwidth: 0
13113   layout:
13114     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13115     layout: "plot-throughput"
13116
13117 - type: "plot"
13118   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13119   algorithm: "plot_performance_box"
13120   output-file-type: ".html"
13121   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13123   filter: "'NIC_Intel-X710' and
13124            '78B' and
13125            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13126            'NDRPDR' and
13127            '2T2C' and
13128            'IP6FWD' and
13129            not 'SRv6' and
13130            not 'IPSEC' and
13131            not 'VHOST'"
13132   parameters:
13133   - "throughput"
13134   - "parent"
13135   - "tags"
13136   sort:
13137   - "IP6BASE"
13138   - "FIB_20K"
13139   - "FIB_200K"
13140   - "FIB_2M"
13141   traces:
13142     hoverinfo: "x+y"
13143     boxpoints: "outliers"
13144     whiskerwidth: 0
13145   layout:
13146     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13147     layout: "plot-throughput"
13148
13149 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13150 - type: "plot"
13151   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13152   algorithm: "plot_performance_box"
13153   output-file-type: ".html"
13154   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13156   filter: "'NIC_Intel-X710' and
13157            '78B' and
13158            ('IP6BASE' or
13159             'POLICE_MARK' or
13160             'COPWHLIST' or
13161             'IACLDST') and
13162            'NDRPDR' and
13163            '1T1C' and
13164            'IP6FWD' and
13165            not 'SRv6' and
13166            not 'IPSEC' and
13167            not 'VHOST'"
13168   parameters:
13169   - "throughput"
13170   - "parent"
13171   - "tags"
13172   sort:
13173   - "IP6BASE"
13174   - "POLICE_MARK"
13175   - "COPWHLIST"
13176   - "IACLDST"
13177   traces:
13178     hoverinfo: "x+y"
13179     boxpoints: "outliers"
13180     whiskerwidth: 0
13181   layout:
13182     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13187   algorithm: "plot_performance_box"
13188   output-file-type: ".html"
13189   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13191   filter: "'NIC_Intel-X710' and
13192            '78B' and
13193            ('IP6BASE' or
13194             'POLICE_MARK' or
13195             'COPWHLIST' or
13196             'IACLDST') and
13197            'NDRPDR' and
13198            '2T2C' and
13199            'IP6FWD' and
13200            not 'SRv6' and
13201            not 'IPSEC' and
13202            not 'VHOST'"
13203   parameters:
13204   - "throughput"
13205   - "parent"
13206   - "tags"
13207   sort:
13208   - "IP6BASE"
13209   - "POLICE_MARK"
13210   - "COPWHLIST"
13211   - "IACLDST"
13212   traces:
13213     hoverinfo: "x+y"
13214     boxpoints: "outliers"
13215     whiskerwidth: 0
13216   layout:
13217     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13218     layout: "plot-throughput"
13219
13220 - type: "plot"
13221   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13222   algorithm: "plot_performance_box"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13226   filter: "'NIC_Intel-X710' and
13227            '78B' and
13228            ('IP6BASE' or
13229             'POLICE_MARK' or
13230             'COPWHLIST' or
13231             'IACLDST') and
13232            'NDRPDR' and
13233            '1T1C' and
13234            'IP6FWD' and
13235            not 'SRv6' and
13236            not 'IPSEC' and
13237            not 'VHOST'"
13238   parameters:
13239   - "throughput"
13240   - "parent"
13241   - "tags"
13242   sort:
13243   - "IP6BASE"
13244   - "POLICE_MARK"
13245   - "COPWHLIST"
13246   - "IACLDST"
13247   traces:
13248     hoverinfo: "x+y"
13249     boxpoints: "outliers"
13250     whiskerwidth: 0
13251   layout:
13252     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13257   algorithm: "plot_performance_box"
13258   output-file-type: ".html"
13259   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13261   filter: "'NIC_Intel-X710' and
13262            '78B' and
13263            ('IP6BASE' or
13264             'POLICE_MARK' or
13265             'COPWHLIST' or
13266             'IACLDST') and
13267            'NDRPDR' and
13268            '2T2C' and
13269            'IP6FWD' and
13270            not 'SRv6' and
13271            not 'IPSEC' and
13272            not 'VHOST'"
13273   parameters:
13274   - "throughput"
13275   - "parent"
13276   - "tags"
13277   sort:
13278   - "IP6BASE"
13279   - "POLICE_MARK"
13280   - "COPWHLIST"
13281   - "IACLDST"
13282   traces:
13283     hoverinfo: "x+y"
13284     boxpoints: "outliers"
13285     whiskerwidth: 0
13286   layout:
13287     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13288     layout: "plot-throughput"
13289
13290 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13291 - type: "plot"
13292   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13293   algorithm: "plot_performance_box"
13294   output-file-type: ".html"
13295   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13297   filter: "'NIC_Intel-XL710' and
13298            '78B' and
13299            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13300            'NDRPDR' and
13301            '1T1C' and
13302            'IP6FWD' and
13303            not 'SRv6' and
13304            not 'IPSEC' and
13305            not 'VHOST'"
13306   parameters:
13307   - "throughput"
13308   - "parent"
13309   - "tags"
13310   sort:
13311   - "IP6BASE"
13312   - "FIB_20K"
13313   - "FIB_200K"
13314   - "FIB_2M"
13315   traces:
13316     hoverinfo: "x+y"
13317     boxpoints: "outliers"
13318     whiskerwidth: 0
13319   layout:
13320     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13325   algorithm: "plot_performance_box"
13326   output-file-type: ".html"
13327   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13329   filter: "'NIC_Intel-XL710' and
13330            '78B' and
13331            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13332            'NDRPDR' and
13333            '1T1C' and
13334            'IP6FWD' and
13335            not 'SRv6' and
13336            not 'IPSEC' and
13337            not 'VHOST'"
13338   parameters:
13339   - "throughput"
13340   - "parent"
13341   - "tags"
13342   sort:
13343   - "IP6BASE"
13344   - "FIB_20K"
13345   - "FIB_200K"
13346   - "FIB_2M"
13347   traces:
13348     hoverinfo: "x+y"
13349     boxpoints: "outliers"
13350     whiskerwidth: 0
13351   layout:
13352     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13357   algorithm: "plot_performance_box"
13358   output-file-type: ".html"
13359   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13361   filter: "'NIC_Intel-XL710' and
13362            '78B' and
13363            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13364            'NDRPDR' and
13365            '2T2C' and
13366            'IP6FWD' and
13367            not 'SRv6' and
13368            not 'IPSEC' and
13369            not 'VHOST'"
13370   parameters:
13371   - "throughput"
13372   - "parent"
13373   - "tags"
13374   sort:
13375   - "IP6BASE"
13376   - "FIB_20K"
13377   - "FIB_200K"
13378   - "FIB_2M"
13379   traces:
13380     hoverinfo: "x+y"
13381     boxpoints: "outliers"
13382     whiskerwidth: 0
13383   layout:
13384     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13389   algorithm: "plot_performance_box"
13390   output-file-type: ".html"
13391   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13393   filter: "'NIC_Intel-XL710' and
13394            '78B' and
13395            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13396            'NDRPDR' and
13397            '2T2C' and
13398            'IP6FWD' and
13399            not 'SRv6' and
13400            not 'IPSEC' and
13401            not 'VHOST'"
13402   parameters:
13403   - "throughput"
13404   - "parent"
13405   - "tags"
13406   sort:
13407   - "IP6BASE"
13408   - "FIB_20K"
13409   - "FIB_200K"
13410   - "FIB_2M"
13411   traces:
13412     hoverinfo: "x+y"
13413     boxpoints: "outliers"
13414     whiskerwidth: 0
13415   layout:
13416     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13417     layout: "plot-throughput"
13418
13419 # Packet Throughput - VPP IPv6 3n-skx-x710
13420 - type: "plot"
13421   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13422   algorithm: "plot_performance_box"
13423   output-file-type: ".html"
13424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13426   filter: "'NIC_Intel-X710' and
13427            '78B' and
13428            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13429            'NDRPDR' and
13430            '2T1C' and
13431            'IP6FWD' and
13432            not 'SRv6' and
13433            not 'IPSEC' and
13434            not 'VHOST'"
13435   parameters:
13436   - "throughput"
13437   - "parent"
13438   - "tags"
13439   sort:
13440   - "IP6BASE"
13441   - "FIB_20K"
13442   - "FIB_200K"
13443   - "FIB_2M"
13444   traces:
13445     hoverinfo: "x+y"
13446     boxpoints: "outliers"
13447     whiskerwidth: 0
13448   layout:
13449     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13450     layout: "plot-throughput"
13451
13452 - type: "plot"
13453   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13454   algorithm: "plot_performance_box"
13455   output-file-type: ".html"
13456   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13458   filter: "'NIC_Intel-X710' and
13459            '78B' and
13460            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13461            'NDRPDR' and
13462            '2T1C' and
13463            'IP6FWD' and
13464            not 'SRv6' and
13465            not 'IPSEC' and
13466            not 'VHOST'"
13467   parameters:
13468   - "throughput"
13469   - "parent"
13470   - "tags"
13471   sort:
13472   - "IP6BASE"
13473   - "FIB_20K"
13474   - "FIB_200K"
13475   - "FIB_2M"
13476   traces:
13477     hoverinfo: "x+y"
13478     boxpoints: "outliers"
13479     whiskerwidth: 0
13480   layout:
13481     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13482     layout: "plot-throughput"
13483
13484 - type: "plot"
13485   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13486   algorithm: "plot_performance_box"
13487   output-file-type: ".html"
13488   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13490   filter: "'NIC_Intel-X710' and
13491            '78B' and
13492            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13493            'NDRPDR' and
13494            '4T2C' and
13495            'IP6FWD' and
13496            not 'SRv6' and
13497            not 'IPSEC' and
13498            not 'VHOST'"
13499   parameters:
13500   - "throughput"
13501   - "parent"
13502   - "tags"
13503   sort:
13504   - "IP6BASE"
13505   - "FIB_20K"
13506   - "FIB_200K"
13507   - "FIB_2M"
13508   traces:
13509     hoverinfo: "x+y"
13510     boxpoints: "outliers"
13511     whiskerwidth: 0
13512   layout:
13513     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13514     layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13518   algorithm: "plot_performance_box"
13519   output-file-type: ".html"
13520   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13522   filter: "'NIC_Intel-X710' and
13523            '78B' and
13524            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13525            'NDRPDR' and
13526            '4T2C' and
13527            'IP6FWD' and
13528            not 'SRv6' and
13529            not 'IPSEC' and
13530            not 'VHOST'"
13531   parameters:
13532   - "throughput"
13533   - "parent"
13534   - "tags"
13535   sort:
13536   - "IP6BASE"
13537   - "FIB_20K"
13538   - "FIB_200K"
13539   - "FIB_2M"
13540   traces:
13541     hoverinfo: "x+y"
13542     boxpoints: "outliers"
13543     whiskerwidth: 0
13544   layout:
13545     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13546     layout: "plot-throughput"
13547
13548 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13549 - type: "plot"
13550   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13551   algorithm: "plot_performance_box"
13552   output-file-type: ".html"
13553   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13555   filter: "'NIC_Intel-X710' and
13556            '78B' and
13557            ('IP6BASE' or
13558             'POLICE_MARK' or
13559             'COPWHLIST' or
13560             'IACLDST') and
13561            'NDRPDR' and
13562            '2T1C' and
13563            'IP6FWD' and
13564            not 'SRv6' and
13565            not 'IPSEC' and
13566            not 'VHOST'"
13567   parameters:
13568   - "throughput"
13569   - "parent"
13570   - "tags"
13571   sort:
13572   - "IP6BASE"
13573   - "POLICE_MARK"
13574   - "COPWHLIST"
13575   - "IACLDST"
13576   traces:
13577     hoverinfo: "x+y"
13578     boxpoints: "outliers"
13579     whiskerwidth: 0
13580   layout:
13581     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13582     layout: "plot-throughput"
13583
13584 - type: "plot"
13585   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13586   algorithm: "plot_performance_box"
13587   output-file-type: ".html"
13588   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13590   filter: "'NIC_Intel-X710' and
13591            '78B' and
13592            ('IP6BASE' or
13593             'POLICE_MARK' or
13594             'COPWHLIST' or
13595             'IACLDST') and
13596            'NDRPDR' and
13597            '4T2C' and
13598            'IP6FWD' and
13599            not 'SRv6' and
13600            not 'IPSEC' and
13601            not 'VHOST'"
13602   parameters:
13603   - "throughput"
13604   - "parent"
13605   - "tags"
13606   sort:
13607   - "IP6BASE"
13608   - "POLICE_MARK"
13609   - "COPWHLIST"
13610   - "IACLDST"
13611   traces:
13612     hoverinfo: "x+y"
13613     boxpoints: "outliers"
13614     whiskerwidth: 0
13615   layout:
13616     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13621   algorithm: "plot_performance_box"
13622   output-file-type: ".html"
13623   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13625   filter: "'NIC_Intel-X710' and
13626            '78B' and
13627            ('IP6BASE' or
13628             'POLICE_MARK' or
13629             'COPWHLIST' or
13630             'IACLDST') and
13631            'NDRPDR' and
13632            '2T1C' and
13633            'IP6FWD' and
13634            not 'SRv6' and
13635            not 'IPSEC' and
13636            not 'VHOST'"
13637   parameters:
13638   - "throughput"
13639   - "parent"
13640   - "tags"
13641   sort:
13642   - "IP6BASE"
13643   - "POLICE_MARK"
13644   - "COPWHLIST"
13645   - "IACLDST"
13646   traces:
13647     hoverinfo: "x+y"
13648     boxpoints: "outliers"
13649     whiskerwidth: 0
13650   layout:
13651     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13652     layout: "plot-throughput"
13653
13654 - type: "plot"
13655   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13656   algorithm: "plot_performance_box"
13657   output-file-type: ".html"
13658   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13660   filter: "'NIC_Intel-X710' and
13661            '78B' and
13662            ('IP6BASE' or
13663             'POLICE_MARK' or
13664             'COPWHLIST' or
13665             'IACLDST') and
13666            'NDRPDR' and
13667            '4T2C' and
13668            'IP6FWD' and
13669            not 'SRv6' and
13670            not 'IPSEC' and
13671            not 'VHOST'"
13672   parameters:
13673   - "throughput"
13674   - "parent"
13675   - "tags"
13676   sort:
13677   - "IP6BASE"
13678   - "POLICE_MARK"
13679   - "COPWHLIST"
13680   - "IACLDST"
13681   traces:
13682     hoverinfo: "x+y"
13683     boxpoints: "outliers"
13684     whiskerwidth: 0
13685   layout:
13686     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13687     layout: "plot-throughput"
13688
13689 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13690 - type: "plot"
13691   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13692   algorithm: "plot_performance_box"
13693   output-file-type: ".html"
13694   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13696   filter: "'NIC_Intel-XXV710' and
13697            '78B' and
13698            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13699            'NDRPDR' and
13700            '2T1C' and
13701            'IP6FWD' and
13702            not 'SRv6' and
13703            not 'IPSEC' and
13704            not 'VHOST'"
13705   parameters:
13706   - "throughput"
13707   - "parent"
13708   - "tags"
13709   sort:
13710   - "IP6BASE"
13711   - "FIB_20K"
13712   - "FIB_200K"
13713   - "FIB_2M"
13714   traces:
13715     hoverinfo: "x+y"
13716     boxpoints: "outliers"
13717     whiskerwidth: 0
13718   layout:
13719     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13720     layout: "plot-throughput"
13721
13722 - type: "plot"
13723   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13724   algorithm: "plot_performance_box"
13725   output-file-type: ".html"
13726   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13728   filter: "'NIC_Intel-XXV710' and
13729            '78B' and
13730            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13731            'NDRPDR' and
13732            '2T1C' and
13733            'IP6FWD' and
13734            not 'SRv6' and
13735            not 'IPSEC' and
13736            not 'VHOST'"
13737   parameters:
13738   - "throughput"
13739   - "parent"
13740   - "tags"
13741   sort:
13742   - "IP6BASE"
13743   - "FIB_20K"
13744   - "FIB_200K"
13745   - "FIB_2M"
13746   traces:
13747     hoverinfo: "x+y"
13748     boxpoints: "outliers"
13749     whiskerwidth: 0
13750   layout:
13751     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13756   algorithm: "plot_performance_box"
13757   output-file-type: ".html"
13758   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760   filter: "'NIC_Intel-XXV710' and
13761            '78B' and
13762            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13763            'NDRPDR' and
13764            '4T2C' and
13765            'IP6FWD' and
13766            not 'SRv6' and
13767            not 'IPSEC' and
13768            not 'VHOST'"
13769   parameters:
13770   - "throughput"
13771   - "parent"
13772   - "tags"
13773   sort:
13774   - "IP6BASE"
13775   - "FIB_20K"
13776   - "FIB_200K"
13777   - "FIB_2M"
13778   traces:
13779     hoverinfo: "x+y"
13780     boxpoints: "outliers"
13781     whiskerwidth: 0
13782   layout:
13783     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13784     layout: "plot-throughput"
13785
13786 - type: "plot"
13787   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13788   algorithm: "plot_performance_box"
13789   output-file-type: ".html"
13790   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13792   filter: "'NIC_Intel-XXV710' and
13793            '78B' and
13794            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13795            'NDRPDR' and
13796            '4T2C' and
13797            'IP6FWD' and
13798            not 'SRv6' and
13799            not 'IPSEC' and
13800            not 'VHOST'"
13801   parameters:
13802   - "throughput"
13803   - "parent"
13804   - "tags"
13805   sort:
13806   - "IP6BASE"
13807   - "FIB_20K"
13808   - "FIB_200K"
13809   - "FIB_2M"
13810   traces:
13811     hoverinfo: "x+y"
13812     boxpoints: "outliers"
13813     whiskerwidth: 0
13814   layout:
13815     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13816     layout: "plot-throughput"
13817
13818 # Packet Throughput - VPP IPv6 2n-skx-x710
13819 - type: "plot"
13820   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13821   algorithm: "plot_performance_box"
13822   output-file-type: ".html"
13823   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13825   filter: "'NIC_Intel-X710' and
13826            '78B' and
13827            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13828            'NDRPDR' and
13829            '2T1C' and
13830            'IP6FWD' and
13831            not 'SRv6' and
13832            not 'IPSEC' and
13833            not 'VHOST'"
13834   parameters:
13835   - "throughput"
13836   - "parent"
13837   - "tags"
13838   sort:
13839   - "IP6BASE"
13840   - "FIB_20K"
13841   - "FIB_200K"
13842   - "FIB_2M"
13843   traces:
13844     hoverinfo: "x+y"
13845     boxpoints: "outliers"
13846     whiskerwidth: 0
13847   layout:
13848     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13849     layout: "plot-throughput"
13850
13851 - type: "plot"
13852   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13853   algorithm: "plot_performance_box"
13854   output-file-type: ".html"
13855   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   filter: "'NIC_Intel-X710' and
13858            '78B' and
13859            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13860            'NDRPDR' and
13861            '2T1C' and
13862            'IP6FWD' and
13863            not 'SRv6' and
13864            not 'IPSEC' and
13865            not 'VHOST'"
13866   parameters:
13867   - "throughput"
13868   - "parent"
13869   - "tags"
13870   sort:
13871   - "IP6BASE"
13872   - "FIB_20K"
13873   - "FIB_200K"
13874   - "FIB_2M"
13875   traces:
13876     hoverinfo: "x+y"
13877     boxpoints: "outliers"
13878     whiskerwidth: 0
13879   layout:
13880     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13881     layout: "plot-throughput"
13882
13883 - type: "plot"
13884   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13885   algorithm: "plot_performance_box"
13886   output-file-type: ".html"
13887   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13889   filter: "'NIC_Intel-X710' and
13890            '78B' and
13891            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13892            'NDRPDR' and
13893            '4T2C' and
13894            'IP6FWD' and
13895            not 'SRv6' and
13896            not 'IPSEC' and
13897            not 'VHOST'"
13898   parameters:
13899   - "throughput"
13900   - "parent"
13901   - "tags"
13902   sort:
13903   - "IP6BASE"
13904   - "FIB_20K"
13905   - "FIB_200K"
13906   - "FIB_2M"
13907   traces:
13908     hoverinfo: "x+y"
13909     boxpoints: "outliers"
13910     whiskerwidth: 0
13911   layout:
13912     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13913     layout: "plot-throughput"
13914
13915 - type: "plot"
13916   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13917   algorithm: "plot_performance_box"
13918   output-file-type: ".html"
13919   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13921   filter: "'NIC_Intel-X710' and
13922            '78B' and
13923            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13924            'NDRPDR' and
13925            '4T2C' and
13926            'IP6FWD' and
13927            not 'SRv6' and
13928            not 'IPSEC' and
13929            not 'VHOST'"
13930   parameters:
13931   - "throughput"
13932   - "parent"
13933   - "tags"
13934   sort:
13935   - "IP6BASE"
13936   - "FIB_20K"
13937   - "FIB_200K"
13938   - "FIB_2M"
13939   traces:
13940     hoverinfo: "x+y"
13941     boxpoints: "outliers"
13942     whiskerwidth: 0
13943   layout:
13944     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13945     layout: "plot-throughput"
13946
13947 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13948 - type: "plot"
13949   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13950   algorithm: "plot_performance_box"
13951   output-file-type: ".html"
13952   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13954   filter: "'NIC_Intel-XXV710' and
13955            '78B' and
13956            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13957            'NDRPDR' and
13958            '2T1C' and
13959            'IP6FWD' and
13960            not 'SRv6' and
13961            not 'IPSEC' and
13962            not 'VHOST'"
13963   parameters:
13964   - "throughput"
13965   - "parent"
13966   - "tags"
13967   sort:
13968   - "IP6BASE"
13969   - "FIB_20K"
13970   - "FIB_200K"
13971   - "FIB_2M"
13972   traces:
13973     hoverinfo: "x+y"
13974     boxpoints: "outliers"
13975     whiskerwidth: 0
13976   layout:
13977     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13978     layout: "plot-throughput"
13979
13980 - type: "plot"
13981   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13982   algorithm: "plot_performance_box"
13983   output-file-type: ".html"
13984   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13986   filter: "'NIC_Intel-XXV710' and
13987            '78B' and
13988            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13989            'NDRPDR' and
13990            '2T1C' and
13991            'IP6FWD' and
13992            not 'SRv6' and
13993            not 'IPSEC' and
13994            not 'VHOST'"
13995   parameters:
13996   - "throughput"
13997   - "parent"
13998   - "tags"
13999   sort:
14000   - "IP6BASE"
14001   - "FIB_20K"
14002   - "FIB_200K"
14003   - "FIB_2M"
14004   traces:
14005     hoverinfo: "x+y"
14006     boxpoints: "outliers"
14007     whiskerwidth: 0
14008   layout:
14009     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14010     layout: "plot-throughput"
14011
14012 - type: "plot"
14013   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14014   algorithm: "plot_performance_box"
14015   output-file-type: ".html"
14016   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14018   filter: "'NIC_Intel-XXV710' and
14019            '78B' and
14020            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14021            'NDRPDR' and
14022            '4T2C' and
14023            'IP6FWD' and
14024            not 'SRv6' and
14025            not 'IPSEC' and
14026            not 'VHOST'"
14027   parameters:
14028   - "throughput"
14029   - "parent"
14030   - "tags"
14031   sort:
14032   - "IP6BASE"
14033   - "FIB_20K"
14034   - "FIB_200K"
14035   - "FIB_2M"
14036   traces:
14037     hoverinfo: "x+y"
14038     boxpoints: "outliers"
14039     whiskerwidth: 0
14040   layout:
14041     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14042     layout: "plot-throughput"
14043
14044 - type: "plot"
14045   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14046   algorithm: "plot_performance_box"
14047   output-file-type: ".html"
14048   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14050   filter: "'NIC_Intel-XXV710' and
14051            '78B' and
14052            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14053            'NDRPDR' and
14054            '4T2C' and
14055            'IP6FWD' and
14056            not 'SRv6' and
14057            not 'IPSEC' and
14058            not 'VHOST'"
14059   parameters:
14060   - "throughput"
14061   - "parent"
14062   - "tags"
14063   sort:
14064   - "IP6BASE"
14065   - "FIB_20K"
14066   - "FIB_200K"
14067   - "FIB_2M"
14068   traces:
14069     hoverinfo: "x+y"
14070     boxpoints: "outliers"
14071     whiskerwidth: 0
14072   layout:
14073     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14074     layout: "plot-throughput"
14075
14076 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14077 #- type: "plot"
14078 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14079 #  algorithm: "plot_performance_box"
14080 #  output-file-type: ".html"
14081 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14082 #  data: "intel-dnv-vpp"
14083 #  filter: "'NIC_Intel-X553' and
14084 #           '78B' and
14085 #           'IP6BASE' and
14086 #           'NDRPDR' and
14087 #           '1T1C' and
14088 #           'IP6FWD' and
14089 #           not 'SRv6' and
14090 #           not 'IPSEC' and
14091 #           not 'VHOST'"
14092 #  parameters:
14093 #  - "throughput"
14094 #  - "parent"
14095 #  - "tags"
14096 #  sort:
14097 #  - "IP6BASE"
14098 #  traces:
14099 #    hoverinfo: "x+y"
14100 #    boxpoints: "outliers"
14101 #    whiskerwidth: 0
14102 #  layout:
14103 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14104 #    layout: "plot-throughput"
14105 #
14106 #- type: "plot"
14107 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14108 #  algorithm: "plot_performance_box"
14109 #  output-file-type: ".html"
14110 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14111 #  data: "intel-dnv-vpp"
14112 #  filter: "'NIC_Intel-X553' and
14113 #           '78B' and
14114 #           'IP6BASE' and
14115 #           'NDRPDR' and
14116 #           '1T1C' and
14117 #           'IP6FWD' and
14118 #           not 'SRv6' and
14119 #           not 'IPSEC' and
14120 #           not 'VHOST'"
14121 #  parameters:
14122 #  - "throughput"
14123 #  - "parent"
14124 #  - "tags"
14125 #  sort:
14126 #  - "IP6BASE"
14127 #  traces:
14128 #    hoverinfo: "x+y"
14129 #    boxpoints: "outliers"
14130 #    whiskerwidth: 0
14131 #  layout:
14132 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14133 #    layout: "plot-throughput"
14134 #
14135 #- type: "plot"
14136 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14137 #  algorithm: "plot_performance_box"
14138 #  output-file-type: ".html"
14139 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14140 #  data: "intel-dnv-vpp"
14141 #  filter: "'NIC_Intel-X553' and
14142 #           '78B' and
14143 #           'IP6BASE' and
14144 #           'NDRPDR' and
14145 #           '2T2C' and
14146 #           'IP6FWD' and
14147 #           not 'SRv6' and
14148 #           not 'IPSEC' and
14149 #           not 'VHOST'"
14150 #  parameters:
14151 #  - "throughput"
14152 #  - "parent"
14153 #  - "tags"
14154 #  sort:
14155 #  - "IP6BASE"
14156 #  traces:
14157 #    hoverinfo: "x+y"
14158 #    boxpoints: "outliers"
14159 #    whiskerwidth: 0
14160 #  layout:
14161 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14162 #    layout: "plot-throughput"
14163 #
14164 #- type: "plot"
14165 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14166 #  algorithm: "plot_performance_box"
14167 #  output-file-type: ".html"
14168 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14169 #  data: "intel-dnv-vpp"
14170 #  filter: "'NIC_Intel-X553' and
14171 #           '78B' and
14172 #           'IP6BASE' and
14173 #           'NDRPDR' and
14174 #           '2T2C' and
14175 #           'IP6FWD' and
14176 #           not 'SRv6' and
14177 #           not 'IPSEC' and
14178 #           not 'VHOST'"
14179 #  parameters:
14180 #  - "throughput"
14181 #  - "parent"
14182 #  - "tags"
14183 #  sort:
14184 #  - "IP6BASE"
14185 #  traces:
14186 #    hoverinfo: "x+y"
14187 #    boxpoints: "outliers"
14188 #    whiskerwidth: 0
14189 #  layout:
14190 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14191 #    layout: "plot-throughput"
14192
14193 ################################################################################
14194
14195 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14196 - type: "plot"
14197   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14198   algorithm: "plot_performance_box"
14199   output-file-type: ".html"
14200   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14202   filter: "'NIC_Intel-X520-DA2' and
14203            '78B' and
14204            'ENCAP' and
14205            'NDRPDR' and
14206            '1T1C' and
14207            'LISP' and
14208            not 'VHOST'"
14209   parameters:
14210   - "throughput"
14211   - "parent"
14212   - "tags"
14213   sort:
14214   - "IP4UNRLAY"
14215   - "IP6UNRLAY"
14216   traces:
14217     hoverinfo: "x+y"
14218     boxpoints: "outliers"
14219     whiskerwidth: 0
14220   layout:
14221     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14222     layout: "plot-throughput"
14223
14224 - type: "plot"
14225   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14226   algorithm: "plot_performance_box"
14227   output-file-type: ".html"
14228   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14230   filter: "'NIC_Intel-X520-DA2' and
14231            '78B' and
14232            'ENCAP' and
14233            'NDRPDR' and
14234            '1T1C' and
14235            'LISP' and
14236            not 'VHOST'"
14237   parameters:
14238   - "throughput"
14239   - "parent"
14240   - "tags"
14241   sort:
14242   - "IP4UNRLAY"
14243   - "IP6UNRLAY"
14244   traces:
14245     hoverinfo: "x+y"
14246     boxpoints: "outliers"
14247     whiskerwidth: 0
14248   layout:
14249     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14250     layout: "plot-throughput"
14251
14252 - type: "plot"
14253   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14254   algorithm: "plot_performance_box"
14255   output-file-type: ".html"
14256   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14258   filter: "'NIC_Intel-X520-DA2' and
14259            '78B' and
14260            'ENCAP' and
14261            'NDRPDR' and
14262            '2T2C' and
14263            'LISP' and
14264            not 'VHOST'"
14265   parameters:
14266   - "throughput"
14267   - "parent"
14268   - "tags"
14269   sort:
14270   - "IP4UNRLAY"
14271   - "IP6UNRLAY"
14272   traces:
14273     hoverinfo: "x+y"
14274     boxpoints: "outliers"
14275     whiskerwidth: 0
14276   layout:
14277     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14278     layout: "plot-throughput"
14279
14280 - type: "plot"
14281   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14282   algorithm: "plot_performance_box"
14283   output-file-type: ".html"
14284   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14286   filter: "'NIC_Intel-X520-DA2' and
14287            '78B' and
14288            'ENCAP' and
14289            'NDRPDR' and
14290            '2T2C' and
14291            'LISP' and
14292            not 'VHOST'"
14293   parameters:
14294   - "throughput"
14295   - "parent"
14296   - "tags"
14297   sort:
14298   - "IP4UNRLAY"
14299   - "IP6UNRLAY"
14300   traces:
14301     hoverinfo: "x+y"
14302     boxpoints: "outliers"
14303     whiskerwidth: 0
14304   layout:
14305     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14306     layout: "plot-throughput"
14307
14308 ################################################################################
14309
14310 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14311 - type: "plot"
14312   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14313   algorithm: "plot_performance_box"
14314   output-file-type: ".html"
14315   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14317   filter: "'NIC_Intel-XL710' and
14318            '64B' and
14319            'IP4FWD' and
14320            'NDRPDR' and
14321            'BASE' and
14322            '1T1C' and
14323            'IPSECHW' and
14324            not 'VHOST'"
14325   parameters:
14326   - "throughput"
14327   - "parent"
14328   - "tags"
14329   traces:
14330     hoverinfo: "x+y"
14331     boxpoints: "outliers"
14332     whiskerwidth: 0
14333   layout:
14334     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14335     layout: "plot-throughput"
14336
14337 - type: "plot"
14338   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14339   algorithm: "plot_performance_box"
14340   output-file-type: ".html"
14341   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14343   filter: "'NIC_Intel-XL710' and
14344            '64B' and
14345            'IP4FWD' and
14346            'NDRPDR' and
14347            'BASE' and
14348            '1T1C' and
14349            'IPSECHW' and
14350            not 'VHOST'"
14351   parameters:
14352   - "throughput"
14353   - "parent"
14354   - "tags"
14355   traces:
14356     hoverinfo: "x+y"
14357     boxpoints: "outliers"
14358     whiskerwidth: 0
14359   layout:
14360     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14361     layout: "plot-throughput"
14362
14363 - type: "plot"
14364   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14365   algorithm: "plot_performance_box"
14366   output-file-type: ".html"
14367   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14369   filter: "'NIC_Intel-XL710' and
14370            '64B' and
14371            'IP4FWD' and
14372            'NDRPDR' and
14373            'BASE' and
14374            '2T2C' and
14375            'IPSECHW' and
14376            not 'VHOST'"
14377   parameters:
14378   - "throughput"
14379   - "parent"
14380   - "tags"
14381   traces:
14382     hoverinfo: "x+y"
14383     boxpoints: "outliers"
14384     whiskerwidth: 0
14385   layout:
14386     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14387     layout: "plot-throughput"
14388
14389 - type: "plot"
14390   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14391   algorithm: "plot_performance_box"
14392   output-file-type: ".html"
14393   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14395   filter: "'NIC_Intel-XL710' and
14396            '64B' and
14397            'IP4FWD' and
14398            'NDRPDR' and
14399            'BASE' and
14400            '2T2C' and
14401            'IPSECHW' and
14402            not 'VHOST'"
14403   parameters:
14404   - "throughput"
14405   - "parent"
14406   - "tags"
14407   traces:
14408     hoverinfo: "x+y"
14409     boxpoints: "outliers"
14410     whiskerwidth: 0
14411   layout:
14412     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14413     layout: "plot-throughput"
14414
14415 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14416 - type: "plot"
14417   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14418   algorithm: "plot_performance_box"
14419   output-file-type: ".html"
14420   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14422   filter: "'NIC_Intel-XL710' and
14423            '64B' and
14424            'IP4FWD' and
14425            'NDRPDR' and
14426            'SCALE' and
14427            '1T1C' and
14428            'IPSECHW' and
14429            not 'VHOST'"
14430   parameters:
14431   - "throughput"
14432   - "parent"
14433   - "tags"
14434   traces:
14435     hoverinfo: "x+y"
14436     boxpoints: "outliers"
14437     whiskerwidth: 0
14438   layout:
14439     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14440     layout: "plot-throughput"
14441
14442 - type: "plot"
14443   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14444   algorithm: "plot_performance_box"
14445   output-file-type: ".html"
14446   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14448   filter: "'NIC_Intel-XL710' and
14449            '64B' and
14450            'IP4FWD' and
14451            'NDRPDR' and
14452            'SCALE' and
14453            '1T1C' and
14454            'IPSECHW' and
14455            not 'VHOST'"
14456   parameters:
14457   - "throughput"
14458   - "parent"
14459   - "tags"
14460   traces:
14461     hoverinfo: "x+y"
14462     boxpoints: "outliers"
14463     whiskerwidth: 0
14464   layout:
14465     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14466     layout: "plot-throughput"
14467
14468 - type: "plot"
14469   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14470   algorithm: "plot_performance_box"
14471   output-file-type: ".html"
14472   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14474   filter: "'NIC_Intel-XL710' and
14475            '64B' and
14476            'IP4FWD' and
14477            'NDRPDR' and
14478            'SCALE' and
14479            '2T2C' and
14480            'IPSECHW' and
14481            not 'VHOST'"
14482   parameters:
14483   - "throughput"
14484   - "parent"
14485   - "tags"
14486   traces:
14487     hoverinfo: "x+y"
14488     boxpoints: "outliers"
14489     whiskerwidth: 0
14490   layout:
14491     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14492     layout: "plot-throughput"
14493
14494 - type: "plot"
14495   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14496   algorithm: "plot_performance_box"
14497   output-file-type: ".html"
14498   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14500   filter: "'NIC_Intel-XL710' and
14501            '64B' and
14502            'IP4FWD' and
14503            'NDRPDR' and
14504            'SCALE' and
14505            '2T2C' and
14506            'IPSECHW' and
14507            not 'VHOST'"
14508   parameters:
14509   - "throughput"
14510   - "parent"
14511   - "tags"
14512   traces:
14513     hoverinfo: "x+y"
14514     boxpoints: "outliers"
14515     whiskerwidth: 0
14516   layout:
14517     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14518     layout: "plot-throughput"
14519
14520 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14521 - type: "plot"
14522   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14523   algorithm: "plot_performance_box"
14524   output-file-type: ".html"
14525   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14527   filter: "'NIC_Intel-XL710' and
14528            '64B' and
14529            'IP4FWD' and
14530            'NDRPDR' and
14531            '1T1C' and
14532            'IPSECSW' and
14533            not 'VHOST'"
14534   parameters:
14535   - "throughput"
14536   - "parent"
14537   - "tags"
14538   traces:
14539     hoverinfo: "x+y"
14540     boxpoints: "outliers"
14541     whiskerwidth: 0
14542   layout:
14543     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14544     layout: "plot-throughput"
14545
14546 - type: "plot"
14547   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14548   algorithm: "plot_performance_box"
14549   output-file-type: ".html"
14550   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14552   filter: "'NIC_Intel-XL710' and
14553            '64B' and
14554            'IP4FWD' and
14555            'NDRPDR' and
14556            '1T1C' and
14557            'IPSECSW' and
14558            not 'VHOST'"
14559   parameters:
14560   - "throughput"
14561   - "parent"
14562   - "tags"
14563   traces:
14564     hoverinfo: "x+y"
14565     boxpoints: "outliers"
14566     whiskerwidth: 0
14567   layout:
14568     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14569     layout: "plot-throughput"
14570
14571 - type: "plot"
14572   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14573   algorithm: "plot_performance_box"
14574   output-file-type: ".html"
14575   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14577   filter: "'NIC_Intel-XL710' and
14578            '64B' and
14579            'IP4FWD' and
14580            'NDRPDR' and
14581            '2T2C' and
14582            'IPSECSW' and
14583            not 'VHOST'"
14584   parameters:
14585   - "throughput"
14586   - "parent"
14587   - "tags"
14588   traces:
14589     hoverinfo: "x+y"
14590     boxpoints: "outliers"
14591     whiskerwidth: 0
14592   layout:
14593     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14594     layout: "plot-throughput"
14595
14596 - type: "plot"
14597   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14598   algorithm: "plot_performance_box"
14599   output-file-type: ".html"
14600   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14602   filter: "'NIC_Intel-XL710' and
14603            '64B' and
14604            'IP4FWD' and
14605            'NDRPDR' and
14606            '2T2C' and
14607            'IPSECSW' and
14608            not 'VHOST'"
14609   parameters:
14610   - "throughput"
14611   - "parent"
14612   - "tags"
14613   traces:
14614     hoverinfo: "x+y"
14615     boxpoints: "outliers"
14616     whiskerwidth: 0
14617   layout:
14618     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14619     layout: "plot-throughput"
14620
14621 ################################################################################
14622
14623 # Packet Throughput - VPP SRv6 3n-hsw-x520
14624 - type: "plot"
14625   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14626   algorithm: "plot_performance_box"
14627   output-file-type: ".html"
14628   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14630   filter: "'NIC_Intel-X520-DA2' and
14631            '78B' and
14632            'FEATURE' and
14633            'NDRPDR' and
14634            '1T1C' and
14635            'IP6FWD' and
14636            'SRv6'"
14637   parameters:
14638   - "throughput"
14639   - "parent"
14640   - "tags"
14641   traces:
14642     hoverinfo: "x+y"
14643     boxpoints: "outliers"
14644     whiskerwidth: 0
14645   layout:
14646     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14647     layout: "plot-throughput"
14648
14649 - type: "plot"
14650   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14651   algorithm: "plot_performance_box"
14652   output-file-type: ".html"
14653   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14655   filter: "'NIC_Intel-X520-DA2' and
14656            '78B' and
14657            'FEATURE' and
14658            'NDRPDR' and
14659            '1T1C' and
14660            'IP6FWD' and
14661            'SRv6'"
14662   parameters:
14663   - "throughput"
14664   - "parent"
14665   - "tags"
14666   traces:
14667     hoverinfo: "x+y"
14668     boxpoints: "outliers"
14669     whiskerwidth: 0
14670   layout:
14671     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14672     layout: "plot-throughput"
14673
14674 - type: "plot"
14675   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14676   algorithm: "plot_performance_box"
14677   output-file-type: ".html"
14678   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14680   filter: "'NIC_Intel-X520-DA2' and
14681            '78B' and
14682            'FEATURE' and
14683            'NDRPDR' and
14684            '2T2C' and
14685            'IP6FWD' and
14686            'SRv6'"
14687   parameters:
14688   - "throughput"
14689   - "parent"
14690   - "tags"
14691   traces:
14692     hoverinfo: "x+y"
14693     boxpoints: "outliers"
14694     whiskerwidth: 0
14695   layout:
14696     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14697     layout: "plot-throughput"
14698
14699 - type: "plot"
14700   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14701   algorithm: "plot_performance_box"
14702   output-file-type: ".html"
14703   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14705   filter: "'NIC_Intel-X520-DA2' and
14706            '78B' and
14707            'FEATURE' and
14708            'NDRPDR' and
14709            '2T2C' and
14710            'IP6FWD' and
14711            'SRv6'"
14712   parameters:
14713   - "throughput"
14714   - "parent"
14715   - "tags"
14716   traces:
14717     hoverinfo: "x+y"
14718     boxpoints: "outliers"
14719     whiskerwidth: 0
14720   layout:
14721     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14722     layout: "plot-throughput"
14723
14724 ################################################################################
14725
14726 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14727 - type: "plot"
14728   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14729   algorithm: "plot_performance_box"
14730   output-file-type: ".html"
14731   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14733   filter: "'NIC_Intel-X520-DA2' and
14734            '64B' and
14735            'NDRPDR' and
14736            'ETH' and
14737            'IP4FWD' and
14738            '1T1C' and
14739            'VHOST_1024' and
14740            not 'VXLAN' and
14741            not 'DOT1Q'"
14742   parameters:
14743   - "throughput"
14744   - "parent"
14745   - "tags"
14746   sort:
14747   - "not CFS_OPT"
14748   - "1VM"
14749   - "2VM"
14750   traces:
14751     hoverinfo: "x+y"
14752     boxpoints: "outliers"
14753     whiskerwidth: 0
14754   layout:
14755     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14756     layout: "plot-throughput"
14757
14758 - type: "plot"
14759   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14760   algorithm: "plot_performance_box"
14761   output-file-type: ".html"
14762   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14764   filter: "'NIC_Intel-X520-DA2' and
14765            '64B' and
14766            'NDRPDR' and
14767            'ETH' and
14768            'IP4FWD' and
14769            '2T2C' and
14770            'VHOST_1024' and
14771            not 'VXLAN' and
14772            not 'DOT1Q'"
14773   parameters:
14774   - "throughput"
14775   - "parent"
14776   - "tags"
14777   sort:
14778   - "not CFS_OPT"
14779   - "1VM"
14780   - "2VM"
14781   traces:
14782     hoverinfo: "x+y"
14783     boxpoints: "outliers"
14784     whiskerwidth: 0
14785   layout:
14786     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14787     layout: "plot-throughput"
14788
14789 - type: "plot"
14790   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14791   algorithm: "plot_performance_box"
14792   output-file-type: ".html"
14793   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14795   filter: "'NIC_Intel-X520-DA2' and
14796            '64B' and
14797            'NDRPDR' and
14798            'ETH' and
14799            'IP4FWD' and
14800            '1T1C' and
14801            'VHOST_1024' and
14802            not 'VXLAN' and
14803            not 'DOT1Q'"
14804   parameters:
14805   - "throughput"
14806   - "parent"
14807   - "tags"
14808   sort:
14809   - "not CFS_OPT"
14810   - "1VM"
14811   - "2VM"
14812   traces:
14813     hoverinfo: "x+y"
14814     boxpoints: "outliers"
14815     whiskerwidth: 0
14816   layout:
14817     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14818     layout: "plot-throughput"
14819
14820 - type: "plot"
14821   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14822   algorithm: "plot_performance_box"
14823   output-file-type: ".html"
14824   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14826   filter: "'NIC_Intel-X520-DA2' and
14827            '64B' and
14828            'NDRPDR' and
14829            'ETH' and
14830            'IP4FWD' and
14831            '2T2C' and
14832            'VHOST_1024' and
14833            not 'VXLAN' and
14834            not 'DOT1Q'"
14835   parameters:
14836   - "throughput"
14837   - "parent"
14838   - "tags"
14839   sort:
14840   - "not CFS_OPT"
14841   - "1VM"
14842   - "2VM"
14843   traces:
14844     hoverinfo: "x+y"
14845     boxpoints: "outliers"
14846     whiskerwidth: 0
14847   layout:
14848     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14849     layout: "plot-throughput"
14850
14851 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14852 - type: "plot"
14853   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14854   algorithm: "plot_performance_box"
14855   output-file-type: ".html"
14856   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14858   filter: "'NIC_Intel-X520-DA2' and
14859            '64B' and
14860            'NDRPDR' and
14861            ('ETH' or 'DOT1Q') and
14862            'BASE' and
14863            '1T1C' and
14864            ('L2BDMACLRN' or 'L2XCFWD') and
14865            'VHOST_1024' and
14866            not 'VXLAN' and
14867            not 'IP4FWD' and
14868            not '2VM'"
14869   parameters:
14870   - "throughput"
14871   - "parent"
14872   - "tags"
14873   sort:
14874   - "L2BDMACLRN"
14875   - "L2BDMACLRN"
14876   - "L2BDMACLRN"
14877   - "L2XCFWD"
14878   - "L2XCFWD"
14879   - "L2XCFWD"
14880   traces:
14881     hoverinfo: "x+y"
14882     boxpoints: "outliers"
14883     whiskerwidth: 0
14884   layout:
14885     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14886     layout: "plot-throughput"
14887
14888 - type: "plot"
14889   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14890   algorithm: "plot_performance_box"
14891   output-file-type: ".html"
14892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14894   filter: "'NIC_Intel-X520-DA2' and
14895            '64B' and
14896            'NDRPDR' and
14897            ('ETH' or 'DOT1Q') and
14898            'BASE' and
14899            '1T1C' and
14900            ('L2BDMACLRN' or 'L2XCFWD') and
14901            'VHOST_1024' and
14902            not 'VXLAN' and
14903            not 'IP4FWD' and
14904            not '2VM'"
14905   parameters:
14906   - "throughput"
14907   - "parent"
14908   - "tags"
14909   sort:
14910   - "L2BDMACLRN"
14911   - "L2BDMACLRN"
14912   - "L2BDMACLRN"
14913   - "L2XCFWD"
14914   - "L2XCFWD"
14915   - "L2XCFWD"
14916   traces:
14917     hoverinfo: "x+y"
14918     boxpoints: "outliers"
14919     whiskerwidth: 0
14920   layout:
14921     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14922     layout: "plot-throughput"
14923
14924 - type: "plot"
14925   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14926   algorithm: "plot_performance_box"
14927   output-file-type: ".html"
14928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14930   filter: "'NIC_Intel-X520-DA2' and
14931            '64B' and
14932            'NDRPDR' and
14933            ('ETH' or 'DOT1Q') and
14934            'BASE' and
14935            '2T2C' and
14936            ('L2BDMACLRN' or 'L2XCFWD') and
14937            'VHOST_1024' and
14938            not 'VXLAN' and
14939            not 'IP4FWD' and
14940            not '2VM'"
14941   parameters:
14942   - "throughput"
14943   - "parent"
14944   - "tags"
14945   sort:
14946   - "L2BDMACLRN"
14947   - "L2BDMACLRN"
14948   - "L2BDMACLRN"
14949   - "L2XCFWD"
14950   - "L2XCFWD"
14951   - "L2XCFWD"
14952   traces:
14953     hoverinfo: "x+y"
14954     boxpoints: "outliers"
14955     whiskerwidth: 0
14956   layout:
14957     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14958     layout: "plot-throughput"
14959
14960 - type: "plot"
14961   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14962   algorithm: "plot_performance_box"
14963   output-file-type: ".html"
14964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14966   filter: "'NIC_Intel-X520-DA2' and
14967            '64B' and
14968            'NDRPDR' and
14969            ('ETH' or 'DOT1Q') and
14970            'BASE' and
14971            '2T2C' and
14972            ('L2BDMACLRN' or 'L2XCFWD') and
14973            'VHOST_1024' and
14974            not 'VXLAN' and
14975            not 'IP4FWD' and
14976            not '2VM'"
14977   parameters:
14978   - "throughput"
14979   - "parent"
14980   - "tags"
14981   sort:
14982   - "L2BDMACLRN"
14983   - "L2BDMACLRN"
14984   - "L2BDMACLRN"
14985   - "L2XCFWD"
14986   - "L2XCFWD"
14987   - "L2XCFWD"
14988   traces:
14989     hoverinfo: "x+y"
14990     boxpoints: "outliers"
14991     whiskerwidth: 0
14992   layout:
14993     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14994     layout: "plot-throughput"
14995
14996 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14997 - type: "plot"
14998   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14999   algorithm: "plot_performance_box"
15000   output-file-type: ".html"
15001   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15003   filter: "'NIC_Intel-X520-DA2' and
15004            '64B' and
15005            'NDRPDR' and
15006            ('ETH' or 'DOT1Q') and
15007            '1T1C' and
15008            ('L2BDMACLRN' or 'L2XCFWD') and
15009            'VHOST_1024' and
15010            not 'CFS_OPT' and
15011            not 'DOT1Q' and
15012            not 'VXLAN' and
15013            not 'IP4FWD' and
15014            not 'LBOND'"
15015   parameters:
15016   - "throughput"
15017   - "parent"
15018   - "tags"
15019 #  sort:
15020 #  - "1VM"
15021 #  - "L2XCFWD"
15022 #  - "1VM"
15023 #  - "L2BDMACLRN"
15024   traces:
15025     hoverinfo: "x+y"
15026     boxpoints: "outliers"
15027     whiskerwidth: 0
15028   layout:
15029     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15030     layout: "plot-throughput"
15031
15032 - type: "plot"
15033   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15034   algorithm: "plot_performance_box"
15035   output-file-type: ".html"
15036   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15038   filter: "'NIC_Intel-X520-DA2' and
15039            '64B' and
15040            'NDRPDR' and
15041            ('ETH' or 'DOT1Q') and
15042            '1T1C' and
15043            ('L2BDMACLRN' or 'L2XCFWD') and
15044            'VHOST_1024' and
15045            not 'CFS_OPT' and
15046            not 'DOT1Q' and
15047            not 'VXLAN' and
15048            not 'IP4FWD' and
15049            not 'LBOND'"
15050   parameters:
15051   - "throughput"
15052   - "parent"
15053   - "tags"
15054 #  sort:
15055 #  - "1VM"
15056 #  - "L2XCFWD"
15057 #  - "1VM"
15058 #  - "L2BDMACLRN"
15059   traces:
15060     hoverinfo: "x+y"
15061     boxpoints: "outliers"
15062     whiskerwidth: 0
15063   layout:
15064     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15065     layout: "plot-throughput"
15066
15067 - type: "plot"
15068   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15069   algorithm: "plot_performance_box"
15070   output-file-type: ".html"
15071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15073   filter: "'NIC_Intel-X520-DA2' and
15074            '64B' and
15075            'NDRPDR' and
15076            ('ETH' or 'DOT1Q') and
15077            '2T2C' and
15078            ('L2BDMACLRN' or 'L2XCFWD') and
15079            'VHOST_1024' and
15080            not 'CFS_OPT' and
15081            not 'DOT1Q' and
15082            not 'VXLAN' and
15083            not 'IP4FWD' and
15084            not 'LBOND'"
15085   parameters:
15086   - "throughput"
15087   - "parent"
15088   - "tags"
15089 #  sort:
15090 #  - "1VM"
15091 #  - "L2XCFWD"
15092 #  - "1VM"
15093 #  - "L2BDMACLRN"
15094   traces:
15095     hoverinfo: "x+y"
15096     boxpoints: "outliers"
15097     whiskerwidth: 0
15098   layout:
15099     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15100     layout: "plot-throughput"
15101
15102 - type: "plot"
15103   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15104   algorithm: "plot_performance_box"
15105   output-file-type: ".html"
15106   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15108   filter: "'NIC_Intel-X520-DA2' and
15109            '64B' and
15110            'NDRPDR' and
15111            ('ETH' or 'DOT1Q') and
15112            '2T2C' and
15113            ('L2BDMACLRN' or 'L2XCFWD') and
15114            'VHOST_1024' and
15115            not 'CFS_OPT' and
15116            not 'DOT1Q' and
15117            not 'VXLAN' and
15118            not 'IP4FWD' and
15119            not 'LBOND'"
15120   parameters:
15121   - "throughput"
15122   - "parent"
15123   - "tags"
15124 #  sort:
15125 #  - "1VM"
15126 #  - "L2XCFWD"
15127 #  - "1VM"
15128 #  - "L2BDMACLRN"
15129   traces:
15130     hoverinfo: "x+y"
15131     boxpoints: "outliers"
15132     whiskerwidth: 0
15133   layout:
15134     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15135     layout: "plot-throughput"
15136
15137 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15138 - type: "plot"
15139   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15140   algorithm: "plot_performance_box"
15141   output-file-type: ".html"
15142   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15144   filter: "'NIC_Intel-X710' and
15145            '64B' and
15146            'NDRPDR' and
15147            'ETH' and
15148            'IP4FWD' and
15149            '1T1C' and
15150            'VHOST_1024' and
15151            not 'VXLAN' and
15152            not 'CFS_OPT' and
15153            not 'DOT1Q'"
15154   parameters:
15155   - "throughput"
15156   - "parent"
15157   - "tags"
15158   sort:
15159   - "1VM"
15160   - "2VM"
15161   traces:
15162     hoverinfo: "x+y"
15163     boxpoints: "outliers"
15164     whiskerwidth: 0
15165   layout:
15166     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15167     layout: "plot-throughput"
15168
15169 - type: "plot"
15170   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15171   algorithm: "plot_performance_box"
15172   output-file-type: ".html"
15173   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15175   filter: "'NIC_Intel-X710' and
15176            '64B' and
15177            'NDRPDR' and
15178            'ETH' and
15179            'IP4FWD' and
15180            '2T2C' and
15181            'VHOST_1024' and
15182            not 'VXLAN' and
15183            not 'CFS_OPT' and
15184            not 'DOT1Q'"
15185   parameters:
15186   - "throughput"
15187   - "parent"
15188   - "tags"
15189   sort:
15190   - "1VM"
15191   - "2VM"
15192   traces:
15193     hoverinfo: "x+y"
15194     boxpoints: "outliers"
15195     whiskerwidth: 0
15196   layout:
15197     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15198     layout: "plot-throughput"
15199
15200 - type: "plot"
15201   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15202   algorithm: "plot_performance_box"
15203   output-file-type: ".html"
15204   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15206   filter: "'NIC_Intel-X710' and
15207            '64B' and
15208            'NDRPDR' and
15209            'ETH' and
15210            'IP4FWD' and
15211            '1T1C' and
15212            'VHOST_1024' and
15213            not 'VXLAN' and
15214            not 'CFS_OPT' and
15215            not 'DOT1Q'"
15216   parameters:
15217   - "throughput"
15218   - "parent"
15219   - "tags"
15220   sort:
15221   - "1VM"
15222   - "2VM"
15223   traces:
15224     hoverinfo: "x+y"
15225     boxpoints: "outliers"
15226     whiskerwidth: 0
15227   layout:
15228     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15229     layout: "plot-throughput"
15230
15231 - type: "plot"
15232   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15233   algorithm: "plot_performance_box"
15234   output-file-type: ".html"
15235   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15236   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15237   filter: "'NIC_Intel-X710' and
15238            '64B' and
15239            'NDRPDR' and
15240            'ETH' and
15241            'IP4FWD' and
15242            '2T2C' and
15243            'VHOST_1024' and
15244            not 'VXLAN' and
15245            not 'CFS_OPT' and
15246            not 'DOT1Q'"
15247   parameters:
15248   - "throughput"
15249   - "parent"
15250   - "tags"
15251   sort:
15252   - "1VM"
15253   - "2VM"
15254   traces:
15255     hoverinfo: "x+y"
15256     boxpoints: "outliers"
15257     whiskerwidth: 0
15258   layout:
15259     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15260     layout: "plot-throughput"
15261
15262 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15263 - type: "plot"
15264   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15265   algorithm: "plot_performance_box"
15266   output-file-type: ".html"
15267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15269   filter: "'NIC_Intel-X710' and
15270            '64B' and
15271            'NDRPDR' and
15272            ('ETH' or 'DOT1Q') and
15273            'BASE' and
15274            '1T1C' and
15275            ('L2BDMACLRN' or 'L2XCFWD') and
15276            'VHOST_1024' and
15277            not 'VXLAN' and
15278            not 'IP4FWD' and
15279            not '2VM'"
15280   parameters:
15281   - "throughput"
15282   - "parent"
15283   - "tags"
15284   sort:
15285   - "L2BDMACLRN"
15286   - "L2BDMACLRN"
15287   - "L2BDMACLRN"
15288   - "L2XCFWD"
15289   - "L2XCFWD"
15290   - "L2XCFWD"
15291   traces:
15292     hoverinfo: "x+y"
15293     boxpoints: "outliers"
15294     whiskerwidth: 0
15295   layout:
15296     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15297     layout: "plot-throughput"
15298
15299 - type: "plot"
15300   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15301   algorithm: "plot_performance_box"
15302   output-file-type: ".html"
15303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15305   filter: "'NIC_Intel-X710' and
15306            '64B' and
15307            'NDRPDR' and
15308            ('ETH' or 'DOT1Q') and
15309            'BASE' and
15310            '1T1C' and
15311            ('L2BDMACLRN' or 'L2XCFWD') and
15312            'VHOST_1024' and
15313            not 'VXLAN' and
15314            not 'IP4FWD' and
15315            not '2VM'"
15316   parameters:
15317   - "throughput"
15318   - "parent"
15319   - "tags"
15320   sort:
15321   - "L2BDMACLRN"
15322   - "L2BDMACLRN"
15323   - "L2BDMACLRN"
15324   - "L2XCFWD"
15325   - "L2XCFWD"
15326   - "L2XCFWD"
15327   traces:
15328     hoverinfo: "x+y"
15329     boxpoints: "outliers"
15330     whiskerwidth: 0
15331   layout:
15332     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15333     layout: "plot-throughput"
15334
15335 - type: "plot"
15336   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15337   algorithm: "plot_performance_box"
15338   output-file-type: ".html"
15339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15341   filter: "'NIC_Intel-X710' and
15342            '64B' and
15343            'NDRPDR' and
15344            ('ETH' or 'DOT1Q') and
15345            'BASE' and
15346            '2T2C' and
15347            ('L2BDMACLRN' or 'L2XCFWD') and
15348            'VHOST_1024' and
15349            not 'VXLAN' and
15350            not 'IP4FWD' and
15351            not '2VM'"
15352   parameters:
15353   - "throughput"
15354   - "parent"
15355   - "tags"
15356   sort:
15357   - "L2BDMACLRN"
15358   - "L2BDMACLRN"
15359   - "L2BDMACLRN"
15360   - "L2XCFWD"
15361   - "L2XCFWD"
15362   - "L2XCFWD"
15363   traces:
15364     hoverinfo: "x+y"
15365     boxpoints: "outliers"
15366     whiskerwidth: 0
15367   layout:
15368     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15369     layout: "plot-throughput"
15370
15371 - type: "plot"
15372   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15373   algorithm: "plot_performance_box"
15374   output-file-type: ".html"
15375   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15377   filter: "'NIC_Intel-X710' and
15378            '64B' and
15379            'NDRPDR' and
15380            ('ETH' or 'DOT1Q') and
15381            'BASE' and
15382            '2T2C' and
15383            ('L2BDMACLRN' or 'L2XCFWD') and
15384            'VHOST_1024' and
15385            not 'VXLAN' and
15386            not 'IP4FWD' and
15387            not '2VM'"
15388   parameters:
15389   - "throughput"
15390   - "parent"
15391   - "tags"
15392   sort:
15393   - "L2BDMACLRN"
15394   - "L2BDMACLRN"
15395   - "L2BDMACLRN"
15396   - "L2XCFWD"
15397   - "L2XCFWD"
15398   - "L2XCFWD"
15399   traces:
15400     hoverinfo: "x+y"
15401     boxpoints: "outliers"
15402     whiskerwidth: 0
15403   layout:
15404     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15405     layout: "plot-throughput"
15406
15407 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15408 - type: "plot"
15409   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15410   algorithm: "plot_performance_box"
15411   output-file-type: ".html"
15412   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15414   filter: "'NIC_Intel-X710' and
15415            '64B' and
15416            'NDRPDR' and
15417            ('ETH' or 'DOT1Q') and
15418            '1T1C' and
15419            ('L2BDMACLRN' or 'L2XCFWD') and
15420            'VHOST_1024' and
15421            not 'CFS_OPT' and
15422            not 'VXLAN' and
15423            not 'IP4FWD' and
15424            not 'LBOND'"
15425   parameters:
15426   - "throughput"
15427   - "parent"
15428   - "tags"
15429   sort:
15430   - "L2BDMACLRN"
15431   - "L2BDMACLRN"
15432   - "L2BDMACLRN"
15433   - "L2XCFWD"
15434   - "L2XCFWD"
15435   - "L2XCFWD"
15436   traces:
15437     hoverinfo: "x+y"
15438     boxpoints: "outliers"
15439     whiskerwidth: 0
15440   layout:
15441     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15442     layout: "plot-throughput"
15443
15444 - type: "plot"
15445   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15446   algorithm: "plot_performance_box"
15447   output-file-type: ".html"
15448   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15450   filter: "'NIC_Intel-X710' and
15451            '64B' and
15452            'NDRPDR' and
15453            ('ETH' or 'DOT1Q') and
15454            '1T1C' and
15455            ('L2BDMACLRN' or 'L2XCFWD') and
15456            'VHOST_1024' and
15457            not 'CFS_OPT' and
15458            not 'VXLAN' and
15459            not 'IP4FWD' and
15460            not 'LBOND'"
15461   parameters:
15462   - "throughput"
15463   - "parent"
15464   - "tags"
15465   sort:
15466   - "L2BDMACLRN"
15467   - "L2BDMACLRN"
15468   - "L2BDMACLRN"
15469   - "L2XCFWD"
15470   - "L2XCFWD"
15471   - "L2XCFWD"
15472   traces:
15473     hoverinfo: "x+y"
15474     boxpoints: "outliers"
15475     whiskerwidth: 0
15476   layout:
15477     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15478     layout: "plot-throughput"
15479
15480 - type: "plot"
15481   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15482   algorithm: "plot_performance_box"
15483   output-file-type: ".html"
15484   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15486   filter: "'NIC_Intel-X710' and
15487            '64B' and
15488            'NDRPDR' and
15489            ('ETH' or 'DOT1Q') and
15490            '2T2C' and
15491            ('L2BDMACLRN' or 'L2XCFWD') and
15492            'VHOST_1024' and
15493            not 'CFS_OPT' and
15494            not 'VXLAN' and
15495            not 'IP4FWD' and
15496            not 'LBOND'"
15497   parameters:
15498   - "throughput"
15499   - "parent"
15500   - "tags"
15501   sort:
15502   - "L2BDMACLRN"
15503   - "L2BDMACLRN"
15504   - "L2BDMACLRN"
15505   - "L2XCFWD"
15506   - "L2XCFWD"
15507   - "L2XCFWD"
15508   traces:
15509     hoverinfo: "x+y"
15510     boxpoints: "outliers"
15511     whiskerwidth: 0
15512   layout:
15513     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15514     layout: "plot-throughput"
15515
15516 - type: "plot"
15517   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15518   algorithm: "plot_performance_box"
15519   output-file-type: ".html"
15520   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15522   filter: "'NIC_Intel-X710' and
15523            '64B' and
15524            'NDRPDR' and
15525            ('ETH' or 'DOT1Q') and
15526            '2T2C' and
15527            ('L2BDMACLRN' or 'L2XCFWD') and
15528            'VHOST_1024' and
15529            not 'CFS_OPT' and
15530            not 'VXLAN' and
15531            not 'IP4FWD' and
15532            not 'LBOND'"
15533   parameters:
15534   - "throughput"
15535   - "parent"
15536   - "tags"
15537   sort:
15538   - "L2BDMACLRN"
15539   - "L2BDMACLRN"
15540   - "L2BDMACLRN"
15541   - "L2XCFWD"
15542   - "L2XCFWD"
15543   - "L2XCFWD"
15544   traces:
15545     hoverinfo: "x+y"
15546     boxpoints: "outliers"
15547     whiskerwidth: 0
15548   layout:
15549     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15550     layout: "plot-throughput"
15551
15552 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15553 - type: "plot"
15554   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
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-ndr"
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-ndr"
15581     layout: "plot-throughput"
15582
15583 - type: "plot"
15584   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
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-ndr"
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-ndr"
15611     layout: "plot-throughput"
15612
15613 - type: "plot"
15614   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15615   algorithm: "plot_performance_box"
15616   output-file-type: ".html"
15617   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15619   filter: "'NIC_Intel-X710' and
15620            '64B' and
15621            'NDRPDR' and
15622            'ETH' and
15623            'IP4FWD' and
15624            '2T1C' and
15625            'VHOST_1024' and
15626            not 'VXLAN' and
15627            not 'DOT1Q'"
15628   parameters:
15629   - "throughput"
15630   - "parent"
15631   - "tags"
15632   sort:
15633   - "1VM"
15634   - "2VM"
15635   traces:
15636     hoverinfo: "x+y"
15637     boxpoints: "outliers"
15638     whiskerwidth: 0
15639   layout:
15640     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15641     layout: "plot-throughput"
15642
15643 - type: "plot"
15644   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15645   algorithm: "plot_performance_box"
15646   output-file-type: ".html"
15647   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15649   filter: "'NIC_Intel-X710' and
15650            '64B' and
15651            'NDRPDR' and
15652            'ETH' and
15653            'IP4FWD' and
15654            '4T2C' and
15655            'VHOST_1024' and
15656            not 'VXLAN' and
15657            not 'DOT1Q'"
15658   parameters:
15659   - "throughput"
15660   - "parent"
15661   - "tags"
15662   sort:
15663   - "1VM"
15664   - "2VM"
15665   traces:
15666     hoverinfo: "x+y"
15667     boxpoints: "outliers"
15668     whiskerwidth: 0
15669   layout:
15670     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15671     layout: "plot-throughput"
15672
15673 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15674 - type: "plot"
15675   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15676   algorithm: "plot_performance_box"
15677   output-file-type: ".html"
15678   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15680   filter: "'NIC_Intel-X710' and
15681            '64B' and
15682            'NDRPDR' and
15683            ('ETH' or 'DOT1Q') and
15684            'BASE' and
15685            '2T1C' and
15686            ('L2BDMACLRN' or 'L2XCFWD') and
15687            'VHOST_1024' and
15688            not 'VXLAN' and
15689            not 'IP4FWD' and
15690            not '2VM'"
15691   parameters:
15692   - "throughput"
15693   - "parent"
15694   - "tags"
15695   sort:
15696   - "L2BDMACLRN"
15697   - "L2BDMACLRN"
15698   - "L2BDMACLRN"
15699   - "L2XCFWD"
15700   - "L2XCFWD"
15701   - "L2XCFWD"
15702   traces:
15703     hoverinfo: "x+y"
15704     boxpoints: "outliers"
15705     whiskerwidth: 0
15706   layout:
15707     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15708     layout: "plot-throughput"
15709
15710 - type: "plot"
15711   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15712   algorithm: "plot_performance_box"
15713   output-file-type: ".html"
15714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15716   filter: "'NIC_Intel-X710' and
15717            '64B' and
15718            'NDRPDR' and
15719            ('ETH' or 'DOT1Q') and
15720            'BASE' and
15721            '2T1C' and
15722            ('L2BDMACLRN' or 'L2XCFWD') and
15723            'VHOST_1024' and
15724            not 'VXLAN' and
15725            not 'IP4FWD' and
15726            not '2VM'"
15727   parameters:
15728   - "throughput"
15729   - "parent"
15730   - "tags"
15731   sort:
15732   - "L2BDMACLRN"
15733   - "L2BDMACLRN"
15734   - "L2BDMACLRN"
15735   - "L2XCFWD"
15736   - "L2XCFWD"
15737   - "L2XCFWD"
15738   traces:
15739     hoverinfo: "x+y"
15740     boxpoints: "outliers"
15741     whiskerwidth: 0
15742   layout:
15743     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15744     layout: "plot-throughput"
15745
15746 - type: "plot"
15747   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15748   algorithm: "plot_performance_box"
15749   output-file-type: ".html"
15750   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15752   filter: "'NIC_Intel-X710' and
15753            '64B' and
15754            'NDRPDR' and
15755            ('ETH' or 'DOT1Q') and
15756            'BASE' and
15757            '4T2C' and
15758            ('L2BDMACLRN' or 'L2XCFWD') and
15759            'VHOST_1024' and
15760            not 'VXLAN' and
15761            not 'IP4FWD' and
15762            not '2VM'"
15763   parameters:
15764   - "throughput"
15765   - "parent"
15766   - "tags"
15767   sort:
15768   - "L2BDMACLRN"
15769   - "L2BDMACLRN"
15770   - "L2BDMACLRN"
15771   - "L2XCFWD"
15772   - "L2XCFWD"
15773   - "L2XCFWD"
15774   traces:
15775     hoverinfo: "x+y"
15776     boxpoints: "outliers"
15777     whiskerwidth: 0
15778   layout:
15779     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15780     layout: "plot-throughput"
15781
15782 - type: "plot"
15783   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15784   algorithm: "plot_performance_box"
15785   output-file-type: ".html"
15786   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15788   filter: "'NIC_Intel-X710' and
15789            '64B' and
15790            'NDRPDR' and
15791            ('ETH' or 'DOT1Q') and
15792            'BASE' and
15793            '4T2C' and
15794            ('L2BDMACLRN' or 'L2XCFWD') and
15795            'VHOST_1024' and
15796            not 'VXLAN' and
15797            not 'IP4FWD' and
15798            not '2VM'"
15799   parameters:
15800   - "throughput"
15801   - "parent"
15802   - "tags"
15803   sort:
15804   - "L2BDMACLRN"
15805   - "L2BDMACLRN"
15806   - "L2BDMACLRN"
15807   - "L2XCFWD"
15808   - "L2XCFWD"
15809   - "L2XCFWD"
15810   traces:
15811     hoverinfo: "x+y"
15812     boxpoints: "outliers"
15813     whiskerwidth: 0
15814   layout:
15815     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15816     layout: "plot-throughput"
15817
15818 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15819 - type: "plot"
15820   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15821   algorithm: "plot_performance_box"
15822   output-file-type: ".html"
15823   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15825   filter: "'NIC_Intel-X710' and
15826            '64B' and
15827            'NDRPDR' and
15828            ('ETH' or 'DOT1Q') and
15829            '2T1C' and
15830            ('L2BDMACLRN' or 'L2XCFWD') and
15831            'VHOST_1024' and
15832            not 'CFS_OPT' and
15833            not 'VXLAN' and
15834            not 'IP4FWD' and
15835            not 'LBOND'"
15836   parameters:
15837   - "throughput"
15838   - "parent"
15839   - "tags"
15840   sort:
15841   - "L2BDMACLRN"
15842   - "L2BDMACLRN"
15843   - "L2BDMACLRN"
15844   - "L2XCFWD"
15845   - "L2XCFWD"
15846   - "L2XCFWD"
15847   traces:
15848     hoverinfo: "x+y"
15849     boxpoints: "outliers"
15850     whiskerwidth: 0
15851   layout:
15852     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15853     layout: "plot-throughput"
15854
15855 - type: "plot"
15856   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15857   algorithm: "plot_performance_box"
15858   output-file-type: ".html"
15859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15861   filter: "'NIC_Intel-X710' and
15862            '64B' and
15863            'NDRPDR' and
15864            ('ETH' or 'DOT1Q') and
15865            '2T1C' and
15866            ('L2BDMACLRN' or 'L2XCFWD') and
15867            'VHOST_1024' and
15868            not 'CFS_OPT' and
15869            not 'VXLAN' and
15870            not 'IP4FWD' and
15871            not 'LBOND'"
15872   parameters:
15873   - "throughput"
15874   - "parent"
15875   - "tags"
15876   sort:
15877   - "L2BDMACLRN"
15878   - "L2BDMACLRN"
15879   - "L2BDMACLRN"
15880   - "L2XCFWD"
15881   - "L2XCFWD"
15882   - "L2XCFWD"
15883   traces:
15884     hoverinfo: "x+y"
15885     boxpoints: "outliers"
15886     whiskerwidth: 0
15887   layout:
15888     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15889     layout: "plot-throughput"
15890
15891 - type: "plot"
15892   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15893   algorithm: "plot_performance_box"
15894   output-file-type: ".html"
15895   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15897   filter: "'NIC_Intel-X710' and
15898            '64B' and
15899            'NDRPDR' and
15900            ('ETH' or 'DOT1Q') and
15901            '4T2C' and
15902            ('L2BDMACLRN' or 'L2XCFWD') and
15903            'VHOST_1024' and
15904            not 'CFS_OPT' and
15905            not 'VXLAN' and
15906            not 'IP4FWD' and
15907            not 'LBOND'"
15908   parameters:
15909   - "throughput"
15910   - "parent"
15911   - "tags"
15912   sort:
15913   - "L2BDMACLRN"
15914   - "L2BDMACLRN"
15915   - "L2BDMACLRN"
15916   - "L2XCFWD"
15917   - "L2XCFWD"
15918   - "L2XCFWD"
15919   traces:
15920     hoverinfo: "x+y"
15921     boxpoints: "outliers"
15922     whiskerwidth: 0
15923   layout:
15924     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15925     layout: "plot-throughput"
15926
15927 - type: "plot"
15928   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15929   algorithm: "plot_performance_box"
15930   output-file-type: ".html"
15931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15933   filter: "'NIC_Intel-X710' and
15934            '64B' and
15935            'NDRPDR' and
15936            ('ETH' or 'DOT1Q') and
15937            '4T2C' and
15938            ('L2BDMACLRN' or 'L2XCFWD') and
15939            'VHOST_1024' and
15940            not 'CFS_OPT' and
15941            not 'VXLAN' and
15942            not 'IP4FWD' and
15943            not 'LBOND'"
15944   parameters:
15945   - "throughput"
15946   - "parent"
15947   - "tags"
15948   sort:
15949   - "L2BDMACLRN"
15950   - "L2BDMACLRN"
15951   - "L2BDMACLRN"
15952   - "L2XCFWD"
15953   - "L2XCFWD"
15954   - "L2XCFWD"
15955   traces:
15956     hoverinfo: "x+y"
15957     boxpoints: "outliers"
15958     whiskerwidth: 0
15959   layout:
15960     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15961     layout: "plot-throughput"
15962
15963 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15964 - type: "plot"
15965   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15966   algorithm: "plot_performance_box"
15967   output-file-type: ".html"
15968   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15970   filter: "'NIC_Intel-X710' and
15971            '64B' and
15972            'NDRPDR' and
15973            'ETH' and
15974            'IP4FWD' and
15975            '2T1C' and
15976            'VHOST_1024' and
15977            not 'VXLAN' and
15978            not 'NF_DENSITY' and
15979            not 'CFS_OPT' and
15980            not 'DOT1Q'"
15981   parameters:
15982   - "throughput"
15983   - "parent"
15984   - "tags"
15985   sort:
15986   - "1VM"
15987   - "2VM"
15988   traces:
15989     hoverinfo: "x+y"
15990     boxpoints: "outliers"
15991     whiskerwidth: 0
15992   layout:
15993     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15994     layout: "plot-throughput"
15995
15996 - type: "plot"
15997   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15998   algorithm: "plot_performance_box"
15999   output-file-type: ".html"
16000   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16002   filter: "'NIC_Intel-X710' and
16003            '64B' and
16004            'NDRPDR' and
16005            'ETH' and
16006            'IP4FWD' and
16007            '4T2C' and
16008            'VHOST_1024' and
16009            not 'VXLAN' and
16010            not 'NF_DENSITY' and
16011            not 'CFS_OPT' and
16012            not 'DOT1Q'"
16013   parameters:
16014   - "throughput"
16015   - "parent"
16016   - "tags"
16017   sort:
16018   - "1VM"
16019   - "2VM"
16020   traces:
16021     hoverinfo: "x+y"
16022     boxpoints: "outliers"
16023     whiskerwidth: 0
16024   layout:
16025     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16026     layout: "plot-throughput"
16027
16028 - type: "plot"
16029   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16030   algorithm: "plot_performance_box"
16031   output-file-type: ".html"
16032   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16034   filter: "'NIC_Intel-X710' and
16035            '64B' and
16036            'NDRPDR' and
16037            'ETH' and
16038            'IP4FWD' and
16039            '2T1C' and
16040            'VHOST_1024' and
16041            not 'VXLAN' and
16042            not 'NF_DENSITY' and
16043            not 'CFS_OPT' and
16044            not 'DOT1Q'"
16045   parameters:
16046   - "throughput"
16047   - "parent"
16048   - "tags"
16049   sort:
16050   - "1VM"
16051   - "2VM"
16052   traces:
16053     hoverinfo: "x+y"
16054     boxpoints: "outliers"
16055     whiskerwidth: 0
16056   layout:
16057     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16058     layout: "plot-throughput"
16059
16060 - type: "plot"
16061   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16062   algorithm: "plot_performance_box"
16063   output-file-type: ".html"
16064   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16066   filter: "'NIC_Intel-X710' and
16067            '64B' and
16068            'NDRPDR' and
16069            'ETH' and
16070            'IP4FWD' and
16071            '4T2C' and
16072            'VHOST_1024' and
16073            not 'VXLAN' and
16074            not 'NF_DENSITY' and
16075            not 'CFS_OPT' and
16076            not 'DOT1Q'"
16077   parameters:
16078   - "throughput"
16079   - "parent"
16080   - "tags"
16081   sort:
16082   - "1VM"
16083   - "2VM"
16084   traces:
16085     hoverinfo: "x+y"
16086     boxpoints: "outliers"
16087     whiskerwidth: 0
16088   layout:
16089     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16090     layout: "plot-throughput"
16091
16092 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16093 - type: "plot"
16094   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16095   algorithm: "plot_performance_box"
16096   output-file-type: ".html"
16097   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16099   filter: "'NIC_Intel-X710' and
16100            '64B' and
16101            'NDRPDR' and
16102            ('ETH' or 'DOT1Q') and
16103            'BASE' and
16104            '2T1C' and
16105            ('L2BDMACLRN' or 'L2XCFWD') and
16106            'VHOST_1024' and
16107            not 'VXLAN' and
16108            not 'NF_DENSITY' and
16109            not 'IP4FWD' and
16110            not '2VM'"
16111   parameters:
16112   - "throughput"
16113   - "parent"
16114   - "tags"
16115 #  sort:
16116 #  - "not CFS_OPT"
16117 #  - "L2XCFWD"
16118 #  - "not CFS_OPT"
16119 #  - "CFS_OPT"
16120   traces:
16121     hoverinfo: "x+y"
16122     boxpoints: "outliers"
16123     whiskerwidth: 0
16124   layout:
16125     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16126     layout: "plot-throughput"
16127
16128 - type: "plot"
16129   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16130   algorithm: "plot_performance_box"
16131   output-file-type: ".html"
16132   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16134   filter: "'NIC_Intel-X710' and
16135            '64B' and
16136            'NDRPDR' and
16137            ('ETH' or 'DOT1Q') and
16138            'BASE' and
16139            '2T1C' and
16140            ('L2BDMACLRN' or 'L2XCFWD') and
16141            'VHOST_1024' and
16142            not 'VXLAN' and
16143            not 'NF_DENSITY' and
16144            not 'IP4FWD' and
16145            not '2VM'"
16146   parameters:
16147   - "throughput"
16148   - "parent"
16149   - "tags"
16150 #  sort:
16151 #  - "not CFS_OPT"
16152 #  - "L2XCFWD"
16153 #  - "not CFS_OPT"
16154 #  - "CFS_OPT"
16155   traces:
16156     hoverinfo: "x+y"
16157     boxpoints: "outliers"
16158     whiskerwidth: 0
16159   layout:
16160     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16161     layout: "plot-throughput"
16162
16163 - type: "plot"
16164   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16165   algorithm: "plot_performance_box"
16166   output-file-type: ".html"
16167   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16169   filter: "'NIC_Intel-X710' and
16170            '64B' and
16171            'NDRPDR' and
16172            ('ETH' or 'DOT1Q') and
16173            'BASE' and
16174            '4T2C' and
16175            ('L2BDMACLRN' or 'L2XCFWD') and
16176            'VHOST_1024' and
16177            not 'VXLAN' and
16178            not 'NF_DENSITY' and
16179            not 'IP4FWD' and
16180            not '2VM'"
16181   parameters:
16182   - "throughput"
16183   - "parent"
16184   - "tags"
16185 #  sort:
16186 #  - "not CFS_OPT"
16187 #  - "L2XCFWD"
16188 #  - "not CFS_OPT"
16189 #  - "CFS_OPT"
16190   traces:
16191     hoverinfo: "x+y"
16192     boxpoints: "outliers"
16193     whiskerwidth: 0
16194   layout:
16195     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16196     layout: "plot-throughput"
16197
16198 - type: "plot"
16199   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16200   algorithm: "plot_performance_box"
16201   output-file-type: ".html"
16202   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16204   filter: "'NIC_Intel-X710' and
16205            '64B' and
16206            'NDRPDR' and
16207            ('ETH' or 'DOT1Q') and
16208            'BASE' and
16209            '4T2C' and
16210            ('L2BDMACLRN' or 'L2XCFWD') and
16211            'VHOST_1024' and
16212            not 'VXLAN' and
16213            not 'NF_DENSITY' and
16214            not 'IP4FWD' and
16215            not '2VM'"
16216   parameters:
16217   - "throughput"
16218   - "parent"
16219   - "tags"
16220 #  sort:
16221 #  - "not CFS_OPT"
16222 #  - "L2XCFWD"
16223 #  - "not CFS_OPT"
16224 #  - "CFS_OPT"
16225   traces:
16226     hoverinfo: "x+y"
16227     boxpoints: "outliers"
16228     whiskerwidth: 0
16229   layout:
16230     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16231     layout: "plot-throughput"
16232
16233 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16234 - type: "plot"
16235   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16236   algorithm: "plot_performance_box"
16237   output-file-type: ".html"
16238   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16240   filter: "'NIC_Intel-X710' and
16241            '64B' and
16242            'NDRPDR' and
16243            ('ETH' or 'DOT1Q') and
16244            '2T1C' and
16245            ('L2BDMACLRN' or 'L2XCFWD') and
16246            'VHOST_1024' and
16247            not 'CFS_OPT' and
16248            not 'VXLAN' and
16249            not 'NF_DENSITY' and
16250            not 'DOT1Q' and
16251            not 'IP4FWD'"
16252   parameters:
16253   - "throughput"
16254   - "parent"
16255   - "tags"
16256 #  sort:
16257 #  - "1VM"
16258 #  - "L2XCFWD"
16259 #  - "1VM"
16260 #  - "L2BDMACLRN"
16261   traces:
16262     hoverinfo: "x+y"
16263     boxpoints: "outliers"
16264     whiskerwidth: 0
16265   layout:
16266     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16267     layout: "plot-throughput"
16268
16269 - type: "plot"
16270   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16271   algorithm: "plot_performance_box"
16272   output-file-type: ".html"
16273   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16275   filter: "'NIC_Intel-X710' and
16276            '64B' and
16277            'NDRPDR' and
16278            ('ETH' or 'DOT1Q') and
16279            '2T1C' and
16280            ('L2BDMACLRN' or 'L2XCFWD') and
16281            'VHOST_1024' and
16282            not 'CFS_OPT' and
16283            not 'VXLAN' and
16284            not 'NF_DENSITY' and
16285            not 'DOT1Q' and
16286            not 'IP4FWD'"
16287   parameters:
16288   - "throughput"
16289   - "parent"
16290   - "tags"
16291 #  sort:
16292 #  - "1VM"
16293 #  - "L2XCFWD"
16294 #  - "1VM"
16295 #  - "L2BDMACLRN"
16296   traces:
16297     hoverinfo: "x+y"
16298     boxpoints: "outliers"
16299     whiskerwidth: 0
16300   layout:
16301     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16302     layout: "plot-throughput"
16303
16304 - type: "plot"
16305   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16306   algorithm: "plot_performance_box"
16307   output-file-type: ".html"
16308   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16310   filter: "'NIC_Intel-X710' and
16311            '64B' and
16312            'NDRPDR' and
16313            ('ETH' or 'DOT1Q') and
16314            '4T2C' and
16315            ('L2BDMACLRN' or 'L2XCFWD') and
16316            'VHOST_1024' and
16317            not 'CFS_OPT' and
16318            not 'VXLAN' and
16319            not 'NF_DENSITY' and
16320            not 'DOT1Q' and
16321            not 'IP4FWD'"
16322   parameters:
16323   - "throughput"
16324   - "parent"
16325   - "tags"
16326 #  sort:
16327 #  - "1VM"
16328 #  - "L2XCFWD"
16329 #  - "1VM"
16330 #  - "L2BDMACLRN"
16331   traces:
16332     hoverinfo: "x+y"
16333     boxpoints: "outliers"
16334     whiskerwidth: 0
16335   layout:
16336     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16337     layout: "plot-throughput"
16338
16339 - type: "plot"
16340   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16341   algorithm: "plot_performance_box"
16342   output-file-type: ".html"
16343   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16345   filter: "'NIC_Intel-X710' and
16346            '64B' and
16347            'NDRPDR' and
16348            ('ETH' or 'DOT1Q') and
16349            '4T2C' and
16350            ('L2BDMACLRN' or 'L2XCFWD') and
16351            'VHOST_1024' and
16352            not 'CFS_OPT' and
16353            not 'VXLAN' and
16354            not 'NF_DENSITY' and
16355            not 'DOT1Q' and
16356            not 'IP4FWD'"
16357   parameters:
16358   - "throughput"
16359   - "parent"
16360   - "tags"
16361 #  sort:
16362 #  - "1VM"
16363 #  - "L2XCFWD"
16364 #  - "1VM"
16365 #  - "L2BDMACLRN"
16366   traces:
16367     hoverinfo: "x+y"
16368     boxpoints: "outliers"
16369     whiskerwidth: 0
16370   layout:
16371     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16372     layout: "plot-throughput"
16373
16374 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16375 - type: "plot"
16376   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16377   algorithm: "plot_performance_box"
16378   output-file-type: ".html"
16379   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16381   filter: "'NIC_Intel-XXV710' and
16382            '64B' and
16383            'NDRPDR' and
16384            'ETH' and
16385            'IP4FWD' and
16386            '2T1C' and
16387            'VHOST_1024' and
16388            not 'VXLAN' and
16389            not 'CFS_OPT' and
16390            not 'DOT1Q'"
16391   parameters:
16392   - "throughput"
16393   - "parent"
16394   - "tags"
16395   sort:
16396   - "1VM"
16397   - "2VM"
16398   traces:
16399     hoverinfo: "x+y"
16400     boxpoints: "outliers"
16401     whiskerwidth: 0
16402   layout:
16403     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16404     layout: "plot-throughput"
16405
16406 - type: "plot"
16407   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16408   algorithm: "plot_performance_box"
16409   output-file-type: ".html"
16410   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16412   filter: "'NIC_Intel-XXV710' and
16413            '64B' and
16414            'NDRPDR' and
16415            'ETH' and
16416            'IP4FWD' and
16417            '4T2C' and
16418            'VHOST_1024' and
16419            not 'VXLAN' and
16420            not 'CFS_OPT' and
16421            not 'DOT1Q'"
16422   parameters:
16423   - "throughput"
16424   - "parent"
16425   - "tags"
16426   sort:
16427   - "1VM"
16428   - "2VM"
16429   traces:
16430     hoverinfo: "x+y"
16431     boxpoints: "outliers"
16432     whiskerwidth: 0
16433   layout:
16434     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16435     layout: "plot-throughput"
16436
16437 - type: "plot"
16438   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16439   algorithm: "plot_performance_box"
16440   output-file-type: ".html"
16441   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16443   filter: "'NIC_Intel-XXV710' and
16444            '64B' and
16445            'NDRPDR' and
16446            'ETH' and
16447            'IP4FWD' and
16448            '2T1C' and
16449            'VHOST_1024' and
16450            not 'VXLAN' and
16451            not 'CFS_OPT' and
16452            not 'DOT1Q'"
16453   parameters:
16454   - "throughput"
16455   - "parent"
16456   - "tags"
16457   sort:
16458   - "1VM"
16459   - "2VM"
16460   traces:
16461     hoverinfo: "x+y"
16462     boxpoints: "outliers"
16463     whiskerwidth: 0
16464   layout:
16465     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16466     layout: "plot-throughput"
16467
16468 - type: "plot"
16469   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16470   algorithm: "plot_performance_box"
16471   output-file-type: ".html"
16472   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16474   filter: "'NIC_Intel-XXV710' and
16475            '64B' and
16476            'NDRPDR' and
16477            'ETH' and
16478            'IP4FWD' and
16479            '4T2C' and
16480            'VHOST_1024' and
16481            not 'VXLAN' and
16482            not 'CFS_OPT' and
16483            not 'DOT1Q'"
16484   parameters:
16485   - "throughput"
16486   - "parent"
16487   - "tags"
16488   sort:
16489   - "1VM"
16490   - "2VM"
16491   traces:
16492     hoverinfo: "x+y"
16493     boxpoints: "outliers"
16494     whiskerwidth: 0
16495   layout:
16496     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16497     layout: "plot-throughput"
16498
16499 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16500 #- type: "plot"
16501 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16502 #  algorithm: "plot_performance_box"
16503 #  output-file-type: ".html"
16504 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16505 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16506 #  filter: "'NIC_Intel-XXV710' and
16507 #           '64B' and
16508 #           'NDRPDR' and
16509 #           ('ETH' or 'DOT1Q') and
16510 #           'BASE' and
16511 #           '2T1C' and
16512 #           ('L2BDMACLRN' or 'L2XCFWD') and
16513 #           'VHOST_1024' and
16514 #           not 'VXLAN' and
16515 #           not 'IP4FWD' and
16516 #           not '2VM'"
16517 #  parameters:
16518 #  - "throughput"
16519 #  - "parent"
16520 #  - "tags"
16521 ##  sort:
16522 ##  - "not CFS_OPT"
16523 ##  - "L2XCFWD"
16524 ##  - "not CFS_OPT"
16525 ##  - "CFS_OPT"
16526 #  traces:
16527 #    hoverinfo: "x+y"
16528 #    boxpoints: "outliers"
16529 #    whiskerwidth: 0
16530 #  layout:
16531 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16532 #    layout: "plot-throughput"
16533 #
16534 #- type: "plot"
16535 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16536 #  algorithm: "plot_performance_box"
16537 #  output-file-type: ".html"
16538 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16539 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16540 #  filter: "'NIC_Intel-XXV710' and
16541 #           '64B' and
16542 #           'NDRPDR' and
16543 #           ('ETH' or 'DOT1Q') and
16544 #           'BASE' and
16545 #           '2T1C' and
16546 #           ('L2BDMACLRN' or 'L2XCFWD') and
16547 #           'VHOST_1024' and
16548 #           not 'VXLAN' and
16549 #           not 'IP4FWD' and
16550 #           not '2VM'"
16551 #  parameters:
16552 #  - "throughput"
16553 #  - "parent"
16554 #  - "tags"
16555 ##  sort:
16556 ##  - "not CFS_OPT"
16557 ##  - "L2XCFWD"
16558 ##  - "not CFS_OPT"
16559 ##  - "CFS_OPT"
16560 #  traces:
16561 #    hoverinfo: "x+y"
16562 #    boxpoints: "outliers"
16563 #    whiskerwidth: 0
16564 #  layout:
16565 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16566 #    layout: "plot-throughput"
16567 #
16568 #- type: "plot"
16569 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16570 #  algorithm: "plot_performance_box"
16571 #  output-file-type: ".html"
16572 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16573 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16574 #  filter: "'NIC_Intel-XXV710' and
16575 #           '64B' and
16576 #           'NDRPDR' and
16577 #           ('ETH' or 'DOT1Q') and
16578 #           'BASE' and
16579 #           '4T2C' and
16580 #           ('L2BDMACLRN' or 'L2XCFWD') and
16581 #           'VHOST_1024' and
16582 #           not 'VXLAN' and
16583 #           not 'IP4FWD' and
16584 #           not '2VM'"
16585 #  parameters:
16586 #  - "throughput"
16587 #  - "parent"
16588 #  - "tags"
16589 ##  sort:
16590 ##  - "not CFS_OPT"
16591 ##  - "L2XCFWD"
16592 ##  - "not CFS_OPT"
16593 ##  - "CFS_OPT"
16594 #  traces:
16595 #    hoverinfo: "x+y"
16596 #    boxpoints: "outliers"
16597 #    whiskerwidth: 0
16598 #  layout:
16599 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16600 #    layout: "plot-throughput"
16601 #
16602 #- type: "plot"
16603 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16604 #  algorithm: "plot_performance_box"
16605 #  output-file-type: ".html"
16606 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16607 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16608 #  filter: "'NIC_Intel-XXV710' and
16609 #           '64B' and
16610 #           'NDRPDR' and
16611 #           ('ETH' or 'DOT1Q') and
16612 #           'BASE' and
16613 #           '4T2C' and
16614 #           ('L2BDMACLRN' or 'L2XCFWD') and
16615 #           'VHOST_1024' and
16616 #           not 'VXLAN' and
16617 #           not 'IP4FWD' and
16618 #           not '2VM'"
16619 #  parameters:
16620 #  - "throughput"
16621 #  - "parent"
16622 #  - "tags"
16623 ##  sort:
16624 ##  - "not CFS_OPT"
16625 ##  - "L2XCFWD"
16626 ##  - "not CFS_OPT"
16627 ##  - "CFS_OPT"
16628 #  traces:
16629 #    hoverinfo: "x+y"
16630 #    boxpoints: "outliers"
16631 #    whiskerwidth: 0
16632 #  layout:
16633 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16634 #    layout: "plot-throughput"
16635 #
16636 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16637 #- type: "plot"
16638 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16639 #  algorithm: "plot_performance_box"
16640 #  output-file-type: ".html"
16641 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16642 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16643 #  filter: "'NIC_Intel-XXV710' and
16644 #           '64B' and
16645 #           'NDRPDR' and
16646 #           ('ETH' or 'DOT1Q') and
16647 #           '2T1C' and
16648 #           ('L2BDMACLRN' or 'L2XCFWD') and
16649 #           'VHOST_1024' and
16650 #           not 'CFS_OPT' and
16651 #           not 'VXLAN' and
16652 #           not 'DOT1Q' and
16653 #           not 'IP4FWD'"
16654 #  parameters:
16655 #  - "throughput"
16656 #  - "parent"
16657 #  - "tags"
16658 ##  sort:
16659 ##  - "1VM"
16660 ##  - "L2XCFWD"
16661 ##  - "1VM"
16662 ##  - "L2BDMACLRN"
16663 #  traces:
16664 #    hoverinfo: "x+y"
16665 #    boxpoints: "outliers"
16666 #    whiskerwidth: 0
16667 #  layout:
16668 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16669 #    layout: "plot-throughput"
16670 #
16671 #- type: "plot"
16672 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16673 #  algorithm: "plot_performance_box"
16674 #  output-file-type: ".html"
16675 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16676 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16677 #  filter: "'NIC_Intel-XXV710' and
16678 #           '64B' and
16679 #           'NDRPDR' and
16680 #           ('ETH' or 'DOT1Q') and
16681 #           '2T1C' and
16682 #           ('L2BDMACLRN' or 'L2XCFWD') and
16683 #           'VHOST_1024' and
16684 #           not 'CFS_OPT' and
16685 #           not 'VXLAN' and
16686 #           not 'DOT1Q' and
16687 #           not 'IP4FWD'"
16688 #  parameters:
16689 #  - "throughput"
16690 #  - "parent"
16691 #  - "tags"
16692 ##  sort:
16693 ##  - "1VM"
16694 ##  - "L2XCFWD"
16695 ##  - "1VM"
16696 ##  - "L2BDMACLRN"
16697 #  traces:
16698 #    hoverinfo: "x+y"
16699 #    boxpoints: "outliers"
16700 #    whiskerwidth: 0
16701 #  layout:
16702 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16703 #    layout: "plot-throughput"
16704 #
16705 #- type: "plot"
16706 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16707 #  algorithm: "plot_performance_box"
16708 #  output-file-type: ".html"
16709 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16710 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16711 #  filter: "'NIC_Intel-XXV710' and
16712 #           '64B' and
16713 #           'NDRPDR' and
16714 #           ('ETH' or 'DOT1Q') and
16715 #           '4T2C' and
16716 #           ('L2BDMACLRN' or 'L2XCFWD') and
16717 #           'VHOST_1024' and
16718 #           not 'CFS_OPT' and
16719 #           not 'VXLAN' and
16720 #           not 'DOT1Q' and
16721 #           not 'IP4FWD'"
16722 #  parameters:
16723 #  - "throughput"
16724 #  - "parent"
16725 #  - "tags"
16726 ##  sort:
16727 ##  - "1VM"
16728 ##  - "L2XCFWD"
16729 ##  - "1VM"
16730 ##  - "L2BDMACLRN"
16731 #  traces:
16732 #    hoverinfo: "x+y"
16733 #    boxpoints: "outliers"
16734 #    whiskerwidth: 0
16735 #  layout:
16736 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16737 #    layout: "plot-throughput"
16738 #
16739 #- type: "plot"
16740 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16741 #  algorithm: "plot_performance_box"
16742 #  output-file-type: ".html"
16743 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16744 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16745 #  filter: "'NIC_Intel-XXV710' and
16746 #           '64B' and
16747 #           'NDRPDR' and
16748 #           ('ETH' or 'DOT1Q') and
16749 #           '4T2C' and
16750 #           ('L2BDMACLRN' or 'L2XCFWD') and
16751 #           'VHOST_1024' and
16752 #           not 'CFS_OPT' and
16753 #           not 'VXLAN' and
16754 #           not 'DOT1Q' and
16755 #           not 'IP4FWD'"
16756 #  parameters:
16757 #  - "throughput"
16758 #  - "parent"
16759 #  - "tags"
16760 ##  sort:
16761 ##  - "1VM"
16762 ##  - "L2XCFWD"
16763 ##  - "1VM"
16764 ##  - "L2BDMACLRN"
16765 #  traces:
16766 #    hoverinfo: "x+y"
16767 #    boxpoints: "outliers"
16768 #    whiskerwidth: 0
16769 #  layout:
16770 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16771 #    layout: "plot-throughput"
16772
16773 ################################################################################
16774
16775 # Packet Throughput - VPP VTS 3n-hsw-x520
16776 - type: "plot"
16777   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16778   algorithm: "plot_performance_box"
16779   output-file-type: ".html"
16780   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16782   filter: "'NIC_Intel-X520-DA2' and
16783            '114B' and
16784            'NDRPDR' and
16785            '1T1C' and
16786            'VTS'"
16787   parameters:
16788   - "throughput"
16789   - "parent"
16790   - "tags"
16791   traces:
16792     hoverinfo: "x+y"
16793     boxpoints: "outliers"
16794     whiskerwidth: 0
16795   layout:
16796     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16797     layout: "plot-throughput"
16798
16799 - type: "plot"
16800   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16801   algorithm: "plot_performance_box"
16802   output-file-type: ".html"
16803   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16805   filter: "'NIC_Intel-X520-DA2' and
16806            '114B' and
16807            'NDRPDR' and
16808            '2T2C' and
16809            'VTS'"
16810   parameters:
16811   - "throughput"
16812   - "parent"
16813   - "tags"
16814   traces:
16815     hoverinfo: "x+y"
16816     boxpoints: "outliers"
16817     whiskerwidth: 0
16818   layout:
16819     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16820     layout: "plot-throughput"
16821
16822 - type: "plot"
16823   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16824   algorithm: "plot_performance_box"
16825   output-file-type: ".html"
16826   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16828   filter: "'NIC_Intel-X520-DA2' and
16829            '114B' and
16830            'NDRPDR' and
16831            '1T1C' and
16832            'VTS'"
16833   parameters:
16834   - "throughput"
16835   - "parent"
16836   - "tags"
16837   traces:
16838     hoverinfo: "x+y"
16839     boxpoints: "outliers"
16840     whiskerwidth: 0
16841   layout:
16842     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16843     layout: "plot-throughput"
16844
16845 - type: "plot"
16846   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16847   algorithm: "plot_performance_box"
16848   output-file-type: ".html"
16849   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16851   filter: "'NIC_Intel-X520-DA2' and
16852            '114B' and
16853            'NDRPDR' and
16854            '2T2C' and
16855            'VTS'"
16856   parameters:
16857   - "throughput"
16858   - "parent"
16859   - "tags"
16860   traces:
16861     hoverinfo: "x+y"
16862     boxpoints: "outliers"
16863     whiskerwidth: 0
16864   layout:
16865     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16866     layout: "plot-throughput"
16867
16868 ################################################################################
16869
16870 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16871 - type: "plot"
16872   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16873   algorithm: "plot_performance_box"
16874   output-file-type: ".html"
16875   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16876   data: "plot-dpdk-throughput-latency-3n-hsw"
16877   filter: "'NIC_Intel-X520-DA2' and
16878            '64B' and
16879            'BASE' and
16880            'NDRPDR' and
16881            '1T1C' and
16882            'IP4FWD'"
16883   parameters:
16884   - "throughput"
16885   - "parent"
16886   - "tags"
16887   traces:
16888     hoverinfo: "x+y"
16889     boxpoints: "outliers"
16890     whiskerwidth: 0
16891   layout:
16892     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16893     layout: "plot-throughput"
16894
16895 - type: "plot"
16896   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16897   algorithm: "plot_performance_box"
16898   output-file-type: ".html"
16899   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16900   data: "plot-dpdk-throughput-latency-3n-hsw"
16901   filter: "'NIC_Intel-X520-DA2' and
16902            '64B' and
16903            'BASE' and
16904            'NDRPDR' and
16905            '2T2C' and
16906            'IP4FWD'"
16907   parameters:
16908   - "throughput"
16909   - "parent"
16910   - "tags"
16911   traces:
16912     hoverinfo: "x+y"
16913     boxpoints: "outliers"
16914     whiskerwidth: 0
16915   layout:
16916     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16917     layout: "plot-throughput"
16918
16919 - type: "plot"
16920   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16921   algorithm: "plot_performance_box"
16922   output-file-type: ".html"
16923   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16924   data: "plot-dpdk-throughput-latency-3n-hsw"
16925   filter: "'NIC_Intel-X520-DA2' and
16926            '64B' and
16927            'BASE' and
16928            'NDRPDR' and
16929            '1T1C' and
16930            'IP4FWD'"
16931   parameters:
16932   - "throughput"
16933   - "parent"
16934   - "tags"
16935   traces:
16936     hoverinfo: "x+y"
16937     boxpoints: "outliers"
16938     whiskerwidth: 0
16939   layout:
16940     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16941     layout: "plot-throughput"
16942
16943 - type: "plot"
16944   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16945   algorithm: "plot_performance_box"
16946   output-file-type: ".html"
16947   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16948   data: "plot-dpdk-throughput-latency-3n-hsw"
16949   filter: "'NIC_Intel-X520-DA2' and
16950            '64B' and
16951            'BASE' and
16952            'NDRPDR' and
16953            '2T2C' and
16954            'IP4FWD'"
16955   parameters:
16956   - "throughput"
16957   - "parent"
16958   - "tags"
16959   traces:
16960     hoverinfo: "x+y"
16961     boxpoints: "outliers"
16962     whiskerwidth: 0
16963   layout:
16964     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16965     layout: "plot-throughput"
16966
16967 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16968 - type: "plot"
16969   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16970   algorithm: "plot_performance_box"
16971   output-file-type: ".html"
16972   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16973   data: "plot-dpdk-throughput-latency-3n-hsw"
16974   filter: "'NIC_Intel-X710' and
16975            '64B' and
16976            'BASE' and
16977            'NDRPDR' and
16978            '1T1C' and
16979            'IP4FWD'"
16980   parameters:
16981   - "throughput"
16982   - "parent"
16983   - "tags"
16984   traces:
16985     hoverinfo: "x+y"
16986     boxpoints: "outliers"
16987     whiskerwidth: 0
16988   layout:
16989     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16990     layout: "plot-throughput"
16991
16992 - type: "plot"
16993   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16994   algorithm: "plot_performance_box"
16995   output-file-type: ".html"
16996   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16997   data: "plot-dpdk-throughput-latency-3n-hsw"
16998   filter: "'NIC_Intel-X710' and
16999            '64B' and
17000            'BASE' and
17001            'NDRPDR' and
17002            '2T2C' and
17003            'IP4FWD'"
17004   parameters:
17005   - "throughput"
17006   - "parent"
17007   - "tags"
17008   traces:
17009     hoverinfo: "x+y"
17010     boxpoints: "outliers"
17011     whiskerwidth: 0
17012   layout:
17013     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17014     layout: "plot-throughput"
17015
17016 - type: "plot"
17017   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17018   algorithm: "plot_performance_box"
17019   output-file-type: ".html"
17020   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17021   data: "plot-dpdk-throughput-latency-3n-hsw"
17022   filter: "'NIC_Intel-X710' and
17023            '64B' and
17024            'BASE' and
17025            'NDRPDR' and
17026            '1T1C' and
17027            'IP4FWD'"
17028   parameters:
17029   - "throughput"
17030   - "parent"
17031   - "tags"
17032   traces:
17033     hoverinfo: "x+y"
17034     boxpoints: "outliers"
17035     whiskerwidth: 0
17036   layout:
17037     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17038     layout: "plot-throughput"
17039
17040 - type: "plot"
17041   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17042   algorithm: "plot_performance_box"
17043   output-file-type: ".html"
17044   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17045   data: "plot-dpdk-throughput-latency-3n-hsw"
17046   filter: "'NIC_Intel-X710' and
17047            '64B' and
17048            'BASE' and
17049            'NDRPDR' and
17050            '2T2C' and
17051            'IP4FWD'"
17052   parameters:
17053   - "throughput"
17054   - "parent"
17055   - "tags"
17056   traces:
17057     hoverinfo: "x+y"
17058     boxpoints: "outliers"
17059     whiskerwidth: 0
17060   layout:
17061     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17062     layout: "plot-throughput"
17063
17064 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17065 - type: "plot"
17066   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17067   algorithm: "plot_performance_box"
17068   output-file-type: ".html"
17069   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17070   data: "plot-dpdk-throughput-latency-3n-hsw"
17071   filter: "'NIC_Intel-XL710' and
17072            '64B' and
17073            'BASE' and
17074            'NDRPDR' and
17075            '1T1C' and
17076            'IP4FWD'"
17077   parameters:
17078   - "throughput"
17079   - "parent"
17080   - "tags"
17081   traces:
17082     hoverinfo: "x+y"
17083     boxpoints: "outliers"
17084     whiskerwidth: 0
17085   layout:
17086     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17091   algorithm: "plot_performance_box"
17092   output-file-type: ".html"
17093   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17094   data: "plot-dpdk-throughput-latency-3n-hsw"
17095   filter: "'NIC_Intel-XL710' and
17096            '64B' and
17097            'BASE' and
17098            'NDRPDR' and
17099            '2T2C' and
17100            'IP4FWD'"
17101   parameters:
17102   - "throughput"
17103   - "parent"
17104   - "tags"
17105   traces:
17106     hoverinfo: "x+y"
17107     boxpoints: "outliers"
17108     whiskerwidth: 0
17109   layout:
17110     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17115   algorithm: "plot_performance_box"
17116   output-file-type: ".html"
17117   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17118   data: "plot-dpdk-throughput-latency-3n-hsw"
17119   filter: "'NIC_Intel-XL710' and
17120            '64B' and
17121            'BASE' and
17122            'NDRPDR' and
17123            '1T1C' and
17124            'IP4FWD'"
17125   parameters:
17126   - "throughput"
17127   - "parent"
17128   - "tags"
17129   traces:
17130     hoverinfo: "x+y"
17131     boxpoints: "outliers"
17132     whiskerwidth: 0
17133   layout:
17134     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17139   algorithm: "plot_performance_box"
17140   output-file-type: ".html"
17141   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17142   data: "plot-dpdk-throughput-latency-3n-hsw"
17143   filter: "'NIC_Intel-XL710' and
17144            '64B' and
17145            'BASE' and
17146            'NDRPDR' and
17147            '2T2C' and
17148            'IP4FWD'"
17149   parameters:
17150   - "throughput"
17151   - "parent"
17152   - "tags"
17153   traces:
17154     hoverinfo: "x+y"
17155     boxpoints: "outliers"
17156     whiskerwidth: 0
17157   layout:
17158     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17159     layout: "plot-throughput"
17160
17161 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17162 - type: "plot"
17163   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17164   algorithm: "plot_performance_box"
17165   output-file-type: ".html"
17166   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17167   data: "plot-dpdk-throughput-latency-3n-skx"
17168   filter: "'NIC_Intel-X710' and
17169            '64B' and
17170            'BASE' and
17171            'NDRPDR' and
17172            '2T1C' and
17173            'IP4FWD'"
17174   parameters:
17175   - "throughput"
17176   - "parent"
17177   - "tags"
17178   traces:
17179     hoverinfo: "x+y"
17180     boxpoints: "outliers"
17181     whiskerwidth: 0
17182   layout:
17183     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17184     layout: "plot-throughput"
17185
17186 - type: "plot"
17187   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17188   algorithm: "plot_performance_box"
17189   output-file-type: ".html"
17190   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17191   data: "plot-dpdk-throughput-latency-3n-skx"
17192   filter: "'NIC_Intel-X710' and
17193            '64B' and
17194            'BASE' and
17195            'NDRPDR' and
17196            '4T2C' and
17197            'IP4FWD'"
17198   parameters:
17199   - "throughput"
17200   - "parent"
17201   - "tags"
17202   traces:
17203     hoverinfo: "x+y"
17204     boxpoints: "outliers"
17205     whiskerwidth: 0
17206   layout:
17207     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17212   algorithm: "plot_performance_box"
17213   output-file-type: ".html"
17214   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17215   data: "plot-dpdk-throughput-latency-3n-skx"
17216   filter: "'NIC_Intel-X710' and
17217            '64B' and
17218            'BASE' and
17219            'NDRPDR' and
17220            '2T1C' and
17221            'IP4FWD'"
17222   parameters:
17223   - "throughput"
17224   - "parent"
17225   - "tags"
17226   traces:
17227     hoverinfo: "x+y"
17228     boxpoints: "outliers"
17229     whiskerwidth: 0
17230   layout:
17231     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17236   algorithm: "plot_performance_box"
17237   output-file-type: ".html"
17238   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17239   data: "plot-dpdk-throughput-latency-3n-skx"
17240   filter: "'NIC_Intel-X710' and
17241            '64B' and
17242            'BASE' and
17243            'NDRPDR' and
17244            '4T2C' and
17245            'IP4FWD'"
17246   parameters:
17247   - "throughput"
17248   - "parent"
17249   - "tags"
17250   traces:
17251     hoverinfo: "x+y"
17252     boxpoints: "outliers"
17253     whiskerwidth: 0
17254   layout:
17255     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17256     layout: "plot-throughput"
17257
17258 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17259 - type: "plot"
17260   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17261   algorithm: "plot_performance_box"
17262   output-file-type: ".html"
17263   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17264   data: "plot-dpdk-throughput-latency-3n-skx"
17265   filter: "'NIC_Intel-XXV710' and
17266            '64B' and
17267            'BASE' and
17268            'NDRPDR' and
17269            '2T1C' and
17270            'IP4FWD'"
17271   parameters:
17272   - "throughput"
17273   - "parent"
17274   - "tags"
17275   traces:
17276     hoverinfo: "x+y"
17277     boxpoints: "outliers"
17278     whiskerwidth: 0
17279   layout:
17280     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17281     layout: "plot-throughput"
17282
17283 - type: "plot"
17284   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17285   algorithm: "plot_performance_box"
17286   output-file-type: ".html"
17287   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17288   data: "plot-dpdk-throughput-latency-3n-skx"
17289   filter: "'NIC_Intel-XXV710' and
17290            '64B' and
17291            'BASE' and
17292            'NDRPDR' and
17293            '4T2C' and
17294            'IP4FWD'"
17295   parameters:
17296   - "throughput"
17297   - "parent"
17298   - "tags"
17299   traces:
17300     hoverinfo: "x+y"
17301     boxpoints: "outliers"
17302     whiskerwidth: 0
17303   layout:
17304     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17305     layout: "plot-throughput"
17306
17307 - type: "plot"
17308   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17309   algorithm: "plot_performance_box"
17310   output-file-type: ".html"
17311   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17312   data: "plot-dpdk-throughput-latency-3n-skx"
17313   filter: "'NIC_Intel-XXV710' and
17314            '64B' and
17315            'BASE' and
17316            'NDRPDR' and
17317            '2T1C' and
17318            'IP4FWD'"
17319   parameters:
17320   - "throughput"
17321   - "parent"
17322   - "tags"
17323   traces:
17324     hoverinfo: "x+y"
17325     boxpoints: "outliers"
17326     whiskerwidth: 0
17327   layout:
17328     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17329     layout: "plot-throughput"
17330
17331 - type: "plot"
17332   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17333   algorithm: "plot_performance_box"
17334   output-file-type: ".html"
17335   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17336   data: "plot-dpdk-throughput-latency-3n-skx"
17337   filter: "'NIC_Intel-XXV710' and
17338            '64B' and
17339            'BASE' and
17340            'NDRPDR' and
17341            '4T2C' and
17342            'IP4FWD'"
17343   parameters:
17344   - "throughput"
17345   - "parent"
17346   - "tags"
17347   traces:
17348     hoverinfo: "x+y"
17349     boxpoints: "outliers"
17350     whiskerwidth: 0
17351   layout:
17352     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17353     layout: "plot-throughput"
17354
17355 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17356 - type: "plot"
17357   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17358   algorithm: "plot_performance_box"
17359   output-file-type: ".html"
17360   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17361   data: "plot-dpdk-throughput-latency-2n-skx"
17362   filter: "'NIC_Intel-X710' and
17363            '64B' and
17364            'BASE' and
17365            'NDRPDR' and
17366            '2T1C' and
17367            'IP4FWD'"
17368   parameters:
17369   - "throughput"
17370   - "parent"
17371   - "tags"
17372   traces:
17373     hoverinfo: "x+y"
17374     boxpoints: "outliers"
17375     whiskerwidth: 0
17376   layout:
17377     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17378     layout: "plot-throughput"
17379
17380 - type: "plot"
17381   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17382   algorithm: "plot_performance_box"
17383   output-file-type: ".html"
17384   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17385   data: "plot-dpdk-throughput-latency-2n-skx"
17386   filter: "'NIC_Intel-X710' and
17387            '64B' and
17388            'BASE' and
17389            'NDRPDR' and
17390            '4T2C' and
17391            'IP4FWD'"
17392   parameters:
17393   - "throughput"
17394   - "parent"
17395   - "tags"
17396   traces:
17397     hoverinfo: "x+y"
17398     boxpoints: "outliers"
17399     whiskerwidth: 0
17400   layout:
17401     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17402     layout: "plot-throughput"
17403
17404 - type: "plot"
17405   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17406   algorithm: "plot_performance_box"
17407   output-file-type: ".html"
17408   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17409   data: "plot-dpdk-throughput-latency-2n-skx"
17410   filter: "'NIC_Intel-X710' and
17411            '64B' and
17412            'BASE' and
17413            'NDRPDR' and
17414            '2T1C' and
17415            'IP4FWD'"
17416   parameters:
17417   - "throughput"
17418   - "parent"
17419   - "tags"
17420   traces:
17421     hoverinfo: "x+y"
17422     boxpoints: "outliers"
17423     whiskerwidth: 0
17424   layout:
17425     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17426     layout: "plot-throughput"
17427
17428 - type: "plot"
17429   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17430   algorithm: "plot_performance_box"
17431   output-file-type: ".html"
17432   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17433   data: "plot-dpdk-throughput-latency-2n-skx"
17434   filter: "'NIC_Intel-X710' and
17435            '64B' and
17436            'BASE' and
17437            'NDRPDR' and
17438            '4T2C' and
17439            'IP4FWD'"
17440   parameters:
17441   - "throughput"
17442   - "parent"
17443   - "tags"
17444   traces:
17445     hoverinfo: "x+y"
17446     boxpoints: "outliers"
17447     whiskerwidth: 0
17448   layout:
17449     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17450     layout: "plot-throughput"
17451
17452 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17453 - type: "plot"
17454   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17455   algorithm: "plot_performance_box"
17456   output-file-type: ".html"
17457   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17458   data: "plot-dpdk-throughput-latency-2n-skx"
17459   filter: "'NIC_Intel-XXV710' and
17460            '64B' and
17461            'BASE' and
17462            'NDRPDR' and
17463            '2T1C' and
17464            'IP4FWD'"
17465   parameters:
17466   - "throughput"
17467   - "parent"
17468   - "tags"
17469   traces:
17470     hoverinfo: "x+y"
17471     boxpoints: "outliers"
17472     whiskerwidth: 0
17473   layout:
17474     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17479   algorithm: "plot_performance_box"
17480   output-file-type: ".html"
17481   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17482   data: "plot-dpdk-throughput-latency-2n-skx"
17483   filter: "'NIC_Intel-XXV710' and
17484            '64B' and
17485            'BASE' and
17486            'NDRPDR' and
17487            '4T2C' and
17488            'IP4FWD'"
17489   parameters:
17490   - "throughput"
17491   - "parent"
17492   - "tags"
17493   traces:
17494     hoverinfo: "x+y"
17495     boxpoints: "outliers"
17496     whiskerwidth: 0
17497   layout:
17498     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17499     layout: "plot-throughput"
17500
17501 - type: "plot"
17502   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17503   algorithm: "plot_performance_box"
17504   output-file-type: ".html"
17505   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17506   data: "plot-dpdk-throughput-latency-2n-skx"
17507   filter: "'NIC_Intel-XXV710' and
17508            '64B' and
17509            'BASE' and
17510            'NDRPDR' and
17511            '2T1C' and
17512            'IP4FWD'"
17513   parameters:
17514   - "throughput"
17515   - "parent"
17516   - "tags"
17517   traces:
17518     hoverinfo: "x+y"
17519     boxpoints: "outliers"
17520     whiskerwidth: 0
17521   layout:
17522     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17523     layout: "plot-throughput"
17524
17525 - type: "plot"
17526   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17527   algorithm: "plot_performance_box"
17528   output-file-type: ".html"
17529   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17530   data: "plot-dpdk-throughput-latency-2n-skx"
17531   filter: "'NIC_Intel-XXV710' and
17532            '64B' and
17533            'BASE' and
17534            'NDRPDR' and
17535            '4T2C' and
17536            'IP4FWD'"
17537   parameters:
17538   - "throughput"
17539   - "parent"
17540   - "tags"
17541   traces:
17542     hoverinfo: "x+y"
17543     boxpoints: "outliers"
17544     whiskerwidth: 0
17545   layout:
17546     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17547     layout: "plot-throughput"
17548
17549 ################################################################################
17550
17551 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17552 - type: "plot"
17553   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17554   algorithm: "plot_performance_box"
17555   output-file-type: ".html"
17556   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17557   data: "plot-dpdk-throughput-latency-3n-hsw"
17558   filter: "'NIC_Intel-X520-DA2' and
17559            '64B' and
17560            'BASE' and
17561            'NDRPDR' and
17562            '1T1C' and
17563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17564   parameters:
17565   - "throughput"
17566   - "parent"
17567   - "tags"
17568   traces:
17569     hoverinfo: "x+y"
17570     boxpoints: "outliers"
17571     whiskerwidth: 0
17572   layout:
17573     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17578   algorithm: "plot_performance_box"
17579   output-file-type: ".html"
17580   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17581   data: "plot-dpdk-throughput-latency-3n-hsw"
17582   filter: "'NIC_Intel-X520-DA2' and
17583            '64B' and
17584            'BASE' and
17585            'NDRPDR' and
17586            '2T2C' and
17587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17588   parameters:
17589   - "throughput"
17590   - "parent"
17591   - "tags"
17592   traces:
17593     hoverinfo: "x+y"
17594     boxpoints: "outliers"
17595     whiskerwidth: 0
17596   layout:
17597     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17598     layout: "plot-throughput"
17599
17600 - type: "plot"
17601   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17602   algorithm: "plot_performance_box"
17603   output-file-type: ".html"
17604   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17605   data: "plot-dpdk-throughput-latency-3n-hsw"
17606   filter: "'NIC_Intel-X520-DA2' and
17607            '64B' and
17608            'BASE' and
17609            'NDRPDR' and
17610            '1T1C' and
17611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17612   parameters:
17613   - "throughput"
17614   - "parent"
17615   - "tags"
17616   traces:
17617     hoverinfo: "x+y"
17618     boxpoints: "outliers"
17619     whiskerwidth: 0
17620   layout:
17621     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17622     layout: "plot-throughput"
17623
17624 - type: "plot"
17625   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17626   algorithm: "plot_performance_box"
17627   output-file-type: ".html"
17628   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17629   data: "plot-dpdk-throughput-latency-3n-hsw"
17630   filter: "'NIC_Intel-X520-DA2' and
17631            '64B' and
17632            'BASE' and
17633            'NDRPDR' and
17634            '2T2C' and
17635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17636   parameters:
17637   - "throughput"
17638   - "parent"
17639   - "tags"
17640   traces:
17641     hoverinfo: "x+y"
17642     boxpoints: "outliers"
17643     whiskerwidth: 0
17644   layout:
17645     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17646     layout: "plot-throughput"
17647
17648 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17649 - type: "plot"
17650   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17651   algorithm: "plot_performance_box"
17652   output-file-type: ".html"
17653   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17654   data: "plot-dpdk-throughput-latency-3n-hsw"
17655   filter: "'NIC_Intel-X710' and
17656            '64B' and
17657            'BASE' and
17658            'NDRPDR' and
17659            '1T1C' and
17660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17661   parameters:
17662   - "throughput"
17663   - "parent"
17664   - "tags"
17665   traces:
17666     hoverinfo: "x+y"
17667     boxpoints: "outliers"
17668     whiskerwidth: 0
17669   layout:
17670     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17675   algorithm: "plot_performance_box"
17676   output-file-type: ".html"
17677   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17678   data: "plot-dpdk-throughput-latency-3n-hsw"
17679   filter: "'NIC_Intel-X710' and
17680            '64B' and
17681            'BASE' and
17682            'NDRPDR' and
17683            '2T2C' and
17684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17685   parameters:
17686   - "throughput"
17687   - "parent"
17688   - "tags"
17689   traces:
17690     hoverinfo: "x+y"
17691     boxpoints: "outliers"
17692     whiskerwidth: 0
17693   layout:
17694     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17699   algorithm: "plot_performance_box"
17700   output-file-type: ".html"
17701   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17702   data: "plot-dpdk-throughput-latency-3n-hsw"
17703   filter: "'NIC_Intel-X710' and
17704            '64B' and
17705            'BASE' and
17706            'NDRPDR' and
17707            '1T1C' and
17708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17709   parameters:
17710   - "throughput"
17711   - "parent"
17712   - "tags"
17713   traces:
17714     hoverinfo: "x+y"
17715     boxpoints: "outliers"
17716     whiskerwidth: 0
17717   layout:
17718     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17719     layout: "plot-throughput"
17720
17721 - type: "plot"
17722   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17723   algorithm: "plot_performance_box"
17724   output-file-type: ".html"
17725   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17726   data: "plot-dpdk-throughput-latency-3n-hsw"
17727   filter: "'NIC_Intel-X710' and
17728            '64B' and
17729            'BASE' and
17730            'NDRPDR' and
17731            '2T2C' and
17732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17733   parameters:
17734   - "throughput"
17735   - "parent"
17736   - "tags"
17737   traces:
17738     hoverinfo: "x+y"
17739     boxpoints: "outliers"
17740     whiskerwidth: 0
17741   layout:
17742     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17743     layout: "plot-throughput"
17744
17745 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17746 - type: "plot"
17747   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17748   algorithm: "plot_performance_box"
17749   output-file-type: ".html"
17750   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17751   data: "plot-dpdk-throughput-latency-3n-hsw"
17752   filter: "'NIC_Intel-XL710' and
17753            '64B' and
17754            'BASE' and
17755            'NDRPDR' and
17756            '1T1C' and
17757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17758   parameters:
17759   - "throughput"
17760   - "parent"
17761   - "tags"
17762   traces:
17763     hoverinfo: "x+y"
17764     boxpoints: "outliers"
17765     whiskerwidth: 0
17766   layout:
17767     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17768     layout: "plot-throughput"
17769
17770 - type: "plot"
17771   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17772   algorithm: "plot_performance_box"
17773   output-file-type: ".html"
17774   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17775   data: "plot-dpdk-throughput-latency-3n-hsw"
17776   filter: "'NIC_Intel-XL710' and
17777            '64B' and
17778            'BASE' and
17779            'NDRPDR' and
17780            '2T2C' and
17781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17782   parameters:
17783   - "throughput"
17784   - "parent"
17785   - "tags"
17786   traces:
17787     hoverinfo: "x+y"
17788     boxpoints: "outliers"
17789     whiskerwidth: 0
17790   layout:
17791     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17792     layout: "plot-throughput"
17793
17794 - type: "plot"
17795   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17796   algorithm: "plot_performance_box"
17797   output-file-type: ".html"
17798   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17799   data: "plot-dpdk-throughput-latency-3n-hsw"
17800   filter: "'NIC_Intel-XL710' and
17801            '64B' and
17802            'BASE' and
17803            'NDRPDR' and
17804            '1T1C' and
17805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17806   parameters:
17807   - "throughput"
17808   - "parent"
17809   - "tags"
17810   traces:
17811     hoverinfo: "x+y"
17812     boxpoints: "outliers"
17813     whiskerwidth: 0
17814   layout:
17815     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17816     layout: "plot-throughput"
17817
17818 - type: "plot"
17819   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17820   algorithm: "plot_performance_box"
17821   output-file-type: ".html"
17822   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17823   data: "plot-dpdk-throughput-latency-3n-hsw"
17824   filter: "'NIC_Intel-XL710' and
17825            '64B' and
17826            'BASE' and
17827            'NDRPDR' and
17828            '2T2C' and
17829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17830   parameters:
17831   - "throughput"
17832   - "parent"
17833   - "tags"
17834   traces:
17835     hoverinfo: "x+y"
17836     boxpoints: "outliers"
17837     whiskerwidth: 0
17838   layout:
17839     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17840     layout: "plot-throughput"
17841
17842 # Packet Throughput - DPDK testpmd 3n-skx-x710
17843 - type: "plot"
17844   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17845   algorithm: "plot_performance_box"
17846   output-file-type: ".html"
17847   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17848   data: "plot-dpdk-throughput-latency-3n-skx"
17849   filter: "'NIC_Intel-X710' and
17850            '64B' and
17851            'BASE' and
17852            'NDRPDR' and
17853            '2T1C' and
17854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17855   parameters:
17856   - "throughput"
17857   - "parent"
17858   - "tags"
17859   traces:
17860     hoverinfo: "x+y"
17861     boxpoints: "outliers"
17862     whiskerwidth: 0
17863   layout:
17864     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17865     layout: "plot-throughput"
17866
17867 - type: "plot"
17868   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17869   algorithm: "plot_performance_box"
17870   output-file-type: ".html"
17871   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17872   data: "plot-dpdk-throughput-latency-3n-skx"
17873   filter: "'NIC_Intel-X710' and
17874            '64B' and
17875            'BASE' and
17876            'NDRPDR' and
17877            '4T2C' and
17878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17879   parameters:
17880   - "throughput"
17881   - "parent"
17882   - "tags"
17883   traces:
17884     hoverinfo: "x+y"
17885     boxpoints: "outliers"
17886     whiskerwidth: 0
17887   layout:
17888     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17889     layout: "plot-throughput"
17890
17891 - type: "plot"
17892   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17893   algorithm: "plot_performance_box"
17894   output-file-type: ".html"
17895   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17896   data: "plot-dpdk-throughput-latency-3n-skx"
17897   filter: "'NIC_Intel-X710' and
17898            '64B' and
17899            'BASE' and
17900            'NDRPDR' and
17901            '2T1C' and
17902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17903   parameters:
17904   - "throughput"
17905   - "parent"
17906   - "tags"
17907   traces:
17908     hoverinfo: "x+y"
17909     boxpoints: "outliers"
17910     whiskerwidth: 0
17911   layout:
17912     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17917   algorithm: "plot_performance_box"
17918   output-file-type: ".html"
17919   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17920   data: "plot-dpdk-throughput-latency-3n-skx"
17921   filter: "'NIC_Intel-X710' and
17922            '64B' and
17923            'BASE' and
17924            'NDRPDR' and
17925            '4T2C' and
17926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17927   parameters:
17928   - "throughput"
17929   - "parent"
17930   - "tags"
17931   traces:
17932     hoverinfo: "x+y"
17933     boxpoints: "outliers"
17934     whiskerwidth: 0
17935   layout:
17936     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17937     layout: "plot-throughput"
17938
17939 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17940 - type: "plot"
17941   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17942   algorithm: "plot_performance_box"
17943   output-file-type: ".html"
17944   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17945   data: "plot-dpdk-throughput-latency-3n-skx"
17946   filter: "'NIC_Intel-XXV710' and
17947            '64B' and
17948            'BASE' and
17949            'NDRPDR' and
17950            '2T1C' and
17951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17952   parameters:
17953   - "throughput"
17954   - "parent"
17955   - "tags"
17956   traces:
17957     hoverinfo: "x+y"
17958     boxpoints: "outliers"
17959     whiskerwidth: 0
17960   layout:
17961     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17962     layout: "plot-throughput"
17963
17964 - type: "plot"
17965   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17966   algorithm: "plot_performance_box"
17967   output-file-type: ".html"
17968   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17969   data: "plot-dpdk-throughput-latency-3n-skx"
17970   filter: "'NIC_Intel-XXV710' and
17971            '64B' and
17972            'BASE' and
17973            'NDRPDR' and
17974            '4T2C' and
17975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17976   parameters:
17977   - "throughput"
17978   - "parent"
17979   - "tags"
17980   traces:
17981     hoverinfo: "x+y"
17982     boxpoints: "outliers"
17983     whiskerwidth: 0
17984   layout:
17985     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17990   algorithm: "plot_performance_box"
17991   output-file-type: ".html"
17992   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17993   data: "plot-dpdk-throughput-latency-3n-skx"
17994   filter: "'NIC_Intel-XXV710' and
17995            '64B' and
17996            'BASE' and
17997            'NDRPDR' and
17998            '2T1C' and
17999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18000   parameters:
18001   - "throughput"
18002   - "parent"
18003   - "tags"
18004   traces:
18005     hoverinfo: "x+y"
18006     boxpoints: "outliers"
18007     whiskerwidth: 0
18008   layout:
18009     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18010     layout: "plot-throughput"
18011
18012 - type: "plot"
18013   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18014   algorithm: "plot_performance_box"
18015   output-file-type: ".html"
18016   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18017   data: "plot-dpdk-throughput-latency-3n-skx"
18018   filter: "'NIC_Intel-XXV710' and
18019            '64B' and
18020            'BASE' and
18021            'NDRPDR' and
18022            '4T2C' and
18023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18024   parameters:
18025   - "throughput"
18026   - "parent"
18027   - "tags"
18028   traces:
18029     hoverinfo: "x+y"
18030     boxpoints: "outliers"
18031     whiskerwidth: 0
18032   layout:
18033     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18034     layout: "plot-throughput"
18035
18036 # Packet Throughput - DPDK testpmd 2n-skx-x710
18037 - type: "plot"
18038   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18039   algorithm: "plot_performance_box"
18040   output-file-type: ".html"
18041   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18042   data: "plot-dpdk-throughput-latency-2n-skx"
18043   filter: "'NIC_Intel-X710' and
18044            '64B' and
18045            'BASE' and
18046            'NDRPDR' and
18047            '2T1C' and
18048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18049   parameters:
18050   - "throughput"
18051   - "parent"
18052   - "tags"
18053   traces:
18054     hoverinfo: "x+y"
18055     boxpoints: "outliers"
18056     whiskerwidth: 0
18057   layout:
18058     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18059     layout: "plot-throughput"
18060
18061 - type: "plot"
18062   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18063   algorithm: "plot_performance_box"
18064   output-file-type: ".html"
18065   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18066   data: "plot-dpdk-throughput-latency-2n-skx"
18067   filter: "'NIC_Intel-X710' and
18068            '64B' and
18069            'BASE' and
18070            'NDRPDR' and
18071            '4T2C' and
18072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18073   parameters:
18074   - "throughput"
18075   - "parent"
18076   - "tags"
18077   traces:
18078     hoverinfo: "x+y"
18079     boxpoints: "outliers"
18080     whiskerwidth: 0
18081   layout:
18082     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18083     layout: "plot-throughput"
18084
18085 - type: "plot"
18086   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18087   algorithm: "plot_performance_box"
18088   output-file-type: ".html"
18089   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18090   data: "plot-dpdk-throughput-latency-2n-skx"
18091   filter: "'NIC_Intel-X710' and
18092            '64B' and
18093            'BASE' and
18094            'NDRPDR' and
18095            '2T1C' and
18096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18097   parameters:
18098   - "throughput"
18099   - "parent"
18100   - "tags"
18101   traces:
18102     hoverinfo: "x+y"
18103     boxpoints: "outliers"
18104     whiskerwidth: 0
18105   layout:
18106     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18107     layout: "plot-throughput"
18108
18109 - type: "plot"
18110   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18111   algorithm: "plot_performance_box"
18112   output-file-type: ".html"
18113   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18114   data: "plot-dpdk-throughput-latency-2n-skx"
18115   filter: "'NIC_Intel-X710' and
18116            '64B' and
18117            'BASE' and
18118            'NDRPDR' and
18119            '4T2C' and
18120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18121   parameters:
18122   - "throughput"
18123   - "parent"
18124   - "tags"
18125   traces:
18126     hoverinfo: "x+y"
18127     boxpoints: "outliers"
18128     whiskerwidth: 0
18129   layout:
18130     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18131     layout: "plot-throughput"
18132
18133 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18134 - type: "plot"
18135   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18136   algorithm: "plot_performance_box"
18137   output-file-type: ".html"
18138   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18139   data: "plot-dpdk-throughput-latency-2n-skx"
18140   filter: "'NIC_Intel-XXV710' and
18141            '64B' and
18142            'BASE' and
18143            'NDRPDR' and
18144            '2T1C' and
18145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18146   parameters:
18147   - "throughput"
18148   - "parent"
18149   - "tags"
18150   traces:
18151     hoverinfo: "x+y"
18152     boxpoints: "outliers"
18153     whiskerwidth: 0
18154   layout:
18155     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18156     layout: "plot-throughput"
18157
18158 - type: "plot"
18159   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18160   algorithm: "plot_performance_box"
18161   output-file-type: ".html"
18162   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18163   data: "plot-dpdk-throughput-latency-2n-skx"
18164   filter: "'NIC_Intel-XXV710' and
18165            '64B' and
18166            'BASE' and
18167            'NDRPDR' and
18168            '4T2C' and
18169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18170   parameters:
18171   - "throughput"
18172   - "parent"
18173   - "tags"
18174   traces:
18175     hoverinfo: "x+y"
18176     boxpoints: "outliers"
18177     whiskerwidth: 0
18178   layout:
18179     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18180     layout: "plot-throughput"
18181
18182 - type: "plot"
18183   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18184   algorithm: "plot_performance_box"
18185   output-file-type: ".html"
18186   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18187   data: "plot-dpdk-throughput-latency-2n-skx"
18188   filter: "'NIC_Intel-XXV710' and
18189            '64B' and
18190            'BASE' and
18191            'NDRPDR' and
18192            '2T1C' and
18193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18194   parameters:
18195   - "throughput"
18196   - "parent"
18197   - "tags"
18198   traces:
18199     hoverinfo: "x+y"
18200     boxpoints: "outliers"
18201     whiskerwidth: 0
18202   layout:
18203     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18204     layout: "plot-throughput"
18205
18206 - type: "plot"
18207   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18208   algorithm: "plot_performance_box"
18209   output-file-type: ".html"
18210   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18211   data: "plot-dpdk-throughput-latency-2n-skx"
18212   filter: "'NIC_Intel-XXV710' and
18213            '64B' and
18214            'BASE' and
18215            'NDRPDR' and
18216            '4T2C' and
18217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18218   parameters:
18219   - "throughput"
18220   - "parent"
18221   - "tags"
18222   traces:
18223     hoverinfo: "x+y"
18224     boxpoints: "outliers"
18225     whiskerwidth: 0
18226   layout:
18227     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18228     layout: "plot-throughput"
18229
18230 ################################################################################
18231
18232 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18233 - type: "plot"
18234   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18235   algorithm: "plot_latency_error_bars"
18236   output-file-type: ".html"
18237   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18239   filter: "'NIC_Intel-X520-DA2' and
18240            '64B' and
18241            ('BASE' or 'SCALE') and
18242            'NDRPDR' and
18243            'ETH' and
18244            '1T1C' and
18245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18246            not 'VHOST' and
18247            not 'MEMIF'"
18248   parameters:
18249   - "latency"
18250   - "parent"
18251   - "tags"
18252   sort:
18253   - "L2XCFWD"
18254   - "L2PATCH"
18255   - "L2BDMACLRN"
18256   - "FIB_10K"
18257   - "FIB_100K"
18258   - "FIB_1M"
18259   layout:
18260     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18261     layout: "plot-latency"
18262
18263 - type: "plot"
18264   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18265   algorithm: "plot_latency_error_bars"
18266   output-file-type: ".html"
18267   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18269   filter: "'NIC_Intel-X520-DA2' and
18270            '64B' and
18271            ('BASE' or 'SCALE') and
18272            'NDRPDR' and
18273            'ETH' and
18274            '2T2C' and
18275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18276            not 'VHOST' and
18277            not 'MEMIF'"
18278   parameters:
18279   - "latency"
18280   - "parent"
18281   - "tags"
18282   sort:
18283   - "L2XCFWD"
18284   - "L2PATCH"
18285   - "L2BDMACLRN"
18286   - "FIB_10K"
18287   - "FIB_100K"
18288   - "FIB_1M"
18289   layout:
18290     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18291     layout: "plot-latency"
18292
18293 # Packet Latency - VPP L2 3n-hsw-x520 features
18294 - type: "plot"
18295   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18296   algorithm: "plot_latency_error_bars"
18297   output-file-type: ".html"
18298   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18300   filter: "'NIC_Intel-X520-DA2' and
18301            '64B' and
18302            'NDRPDR' and
18303            '1T1C' and
18304            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18305            not 'ACL' and
18306            not 'VHOST' and
18307            not 'MEMIF'"
18308   parameters:
18309   - "latency"
18310   - "parent"
18311   - "tags"
18312   sort:
18313   - "L2XCBASE"    # l2xcbase
18314   - "L2BDBASE"    # l2bdbase
18315   - "L2XCFWD"     # dot1q-l2xcbase
18316   - "L2BDMACLRN"  # dot1q-l2bdbase
18317   layout:
18318     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18319     layout: "plot-latency"
18320
18321 - type: "plot"
18322   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18323   algorithm: "plot_latency_error_bars"
18324   output-file-type: ".html"
18325   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18327   filter: "'NIC_Intel-X520-DA2' and
18328            '64B' and
18329            'NDRPDR' and
18330            '2T2C' and
18331            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18332            not 'ACL' and
18333            not 'VHOST' and
18334            not 'MEMIF'"
18335   parameters:
18336   - "latency"
18337   - "parent"
18338   - "tags"
18339   sort:
18340   - "L2XCBASE"    # l2xcbase
18341   - "L2BDBASE"    # l2bdbase
18342   - "L2XCFWD"     # dot1q-l2xcbase
18343   - "L2BDMACLRN"  # dot1q-l2bdbase
18344   layout:
18345     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18346     layout: "plot-latency"
18347
18348 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18349 - type: "plot"
18350   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18351   algorithm: "plot_latency_error_bars"
18352   output-file-type: ".html"
18353   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18355   filter: "'NIC_Intel-X520-DA2' and
18356            '64B' and
18357            'NDRPDR' and
18358            '1T1C' and
18359            'FEATURE' and
18360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18361            'IACL' and
18362            ('ACL1' or 'ACL50') and
18363            ('10K_FLOWS' or '10k_FLOWS') and
18364            not 'MACIP' and
18365            not 'VHOST' and
18366            not 'MEMIF'"
18367   parameters:
18368   - "latency"
18369   - "parent"
18370   - "tags"
18371   layout:
18372     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18373     layout: "plot-latency"
18374
18375 - type: "plot"
18376   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18377   algorithm: "plot_latency_error_bars"
18378   output-file-type: ".html"
18379   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18381   filter: "'NIC_Intel-X520-DA2' and
18382            '64B' and
18383            'NDRPDR' and
18384            '2T2C' and
18385            'FEATURE' and
18386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18387            'IACL' and
18388            ('ACL1' or 'ACL50') and
18389            ('10K_FLOWS' or '10k_FLOWS') and
18390            not 'MACIP' and
18391            not 'VHOST' and
18392            not 'MEMIF'"
18393   parameters:
18394   - "latency"
18395   - "parent"
18396   - "tags"
18397   layout:
18398     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18399     layout: "plot-latency"
18400
18401 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18402 - type: "plot"
18403   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18404   algorithm: "plot_latency_error_bars"
18405   output-file-type: ".html"
18406   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18408   filter: "'NIC_Intel-X520-DA2' and
18409            '64B' and
18410            'NDRPDR' and
18411            '1T1C' and
18412            'FEATURE' and
18413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18414            'OACL' and
18415            ('ACL1' or 'ACL50') and
18416            ('10K_FLOWS' or '10k_FLOWS') and
18417            not 'MACIP' and
18418            not 'VHOST' and
18419            not 'MEMIF'"
18420   parameters:
18421   - "latency"
18422   - "parent"
18423   - "tags"
18424   layout:
18425     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18426     layout: "plot-latency"
18427
18428 - type: "plot"
18429   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18430   algorithm: "plot_latency_error_bars"
18431   output-file-type: ".html"
18432   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18434   filter: "'NIC_Intel-X520-DA2' and
18435            '64B' and
18436            'NDRPDR' and
18437            '2T2C' and
18438            'FEATURE' and
18439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18440            'OACL' and
18441            ('ACL1' or 'ACL50') and
18442            ('10K_FLOWS' or '10k_FLOWS') and
18443            not 'MACIP' and
18444            not 'VHOST' and
18445            not 'MEMIF'"
18446   parameters:
18447   - "latency"
18448   - "parent"
18449   - "tags"
18450   layout:
18451     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18452     layout: "plot-latency"
18453
18454 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18455 - type: "plot"
18456   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18457   algorithm: "plot_latency_error_bars"
18458   output-file-type: ".html"
18459   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18461   filter: "'NIC_Intel-X520-DA2' and
18462            '64B' and
18463            'NDRPDR' and
18464            '1T1C' and
18465            'FEATURE' and
18466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18467            'MACIP' and
18468            ('ACL1' or 'ACL50') and
18469            ('10K_FLOWS' or '10k_FLOWS') and
18470            not 'VHOST' and
18471            not 'MEMIF'"
18472   parameters:
18473   - "latency"
18474   - "parent"
18475   - "tags"
18476   layout:
18477     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18478     layout: "plot-latency"
18479
18480 - type: "plot"
18481   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18482   algorithm: "plot_latency_error_bars"
18483   output-file-type: ".html"
18484   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18486   filter: "'NIC_Intel-X520-DA2' and
18487            '64B' and
18488            'NDRPDR' and
18489            '2T2C' and
18490            'FEATURE' and
18491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18492            'MACIP' and
18493            ('ACL1' or 'ACL50') and
18494            ('10K_FLOWS' or '10k_FLOWS') and
18495            not 'VHOST' and
18496            not 'MEMIF'"
18497   parameters:
18498   - "latency"
18499   - "parent"
18500   - "tags"
18501   layout:
18502     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18503     layout: "plot-latency"
18504
18505 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18506 - type: "plot"
18507   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18508   algorithm: "plot_latency_error_bars"
18509   output-file-type: ".html"
18510   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18512   filter: "'NIC_Intel-X710' and
18513            '64B' and
18514            ('BASE' or 'SCALE') and
18515            'NDRPDR' and
18516            'ETH' and
18517            '1T1C' and
18518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18519            not 'VHOST' and
18520            not 'MEMIF'"
18521   parameters:
18522   - "latency"
18523   - "parent"
18524   - "tags"
18525   sort:
18526   - "L2PATCH"
18527   - "L2XCFWD"
18528   - "L2BDMACLRN"
18529   - "FIB_10K"
18530   - "FIB_100K"
18531   - "FIB_1M"
18532   layout:
18533     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18534     layout: "plot-latency"
18535
18536 - type: "plot"
18537   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18538   algorithm: "plot_latency_error_bars"
18539   output-file-type: ".html"
18540   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18542   filter: "'NIC_Intel-X710' and
18543            '64B' and
18544            ('BASE' or 'SCALE') and
18545            'NDRPDR' and
18546            'ETH' and
18547            '2T2C' and
18548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18549            not 'VHOST' and
18550            not 'MEMIF'"
18551   parameters:
18552   - "latency"
18553   - "parent"
18554   - "tags"
18555   sort:
18556   - "L2PATCH"
18557   - "L2XCFWD"
18558   - "L2BDMACLRN"
18559   - "FIB_10K"
18560   - "FIB_100K"
18561   - "FIB_1M"
18562   layout:
18563     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18564     layout: "plot-latency"
18565
18566 # Packet Latency - VPP L2 3n-hsw-x710 features
18567 - type: "plot"
18568   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18569   algorithm: "plot_latency_error_bars"
18570   output-file-type: ".html"
18571   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18572   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18573   filter: "'NIC_Intel-X710' and
18574            '64B' and
18575            'NDRPDR' and
18576            '1T1C' and
18577            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18578            not 'ACL' and
18579            not 'VHOST' and
18580            not 'L2OVRLAY' and
18581            not 'MEMIF'"
18582   parameters:
18583   - "latency"
18584   - "parent"
18585   - "tags"
18586   sort:
18587   - "L2XCBASE"    # l2xcbase
18588   - "L2BDBASE"    # l2bdbase
18589   - "L2XCFWD"     # dot1q-l2xcbase
18590   - "L2BDMACLRN"  # dot1q-l2bdbase
18591   layout:
18592     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18593     layout: "plot-latency"
18594
18595 - type: "plot"
18596   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18597   algorithm: "plot_latency_error_bars"
18598   output-file-type: ".html"
18599   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18601   filter: "'NIC_Intel-X710' and
18602            '64B' and
18603            'NDRPDR' and
18604            '2T2C' and
18605            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18606            not 'ACL' and
18607            not 'VHOST' and
18608            not 'L2OVRLAY' and
18609            not 'MEMIF'"
18610   parameters:
18611   - "latency"
18612   - "parent"
18613   - "tags"
18614   sort:
18615   - "L2XCBASE"    # l2xcbase
18616   - "L2BDBASE"    # l2bdbase
18617   - "L2XCFWD"     # dot1q-l2xcbase
18618   - "L2BDMACLRN"  # dot1q-l2bdbase
18619   layout:
18620     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18621     layout: "plot-latency"
18622
18623 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18624 - type: "plot"
18625   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18626   algorithm: "plot_latency_error_bars"
18627   output-file-type: ".html"
18628   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18630   filter: "'NIC_Intel-X710' and
18631            '64B' and
18632            'NDRPDR' and
18633            '1T1C' and
18634            'FEATURE' and
18635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18636            'IACL' and
18637            ('ACL1' or 'ACL50') and
18638            ('10K_FLOWS' or '10k_FLOWS') and
18639            not 'MACIP' and
18640            not 'VHOST' and
18641            not 'MEMIF'"
18642   parameters:
18643   - "latency"
18644   - "parent"
18645   - "tags"
18646   layout:
18647     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18648     layout: "plot-latency"
18649
18650 - type: "plot"
18651   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18652   algorithm: "plot_latency_error_bars"
18653   output-file-type: ".html"
18654   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18656   filter: "'NIC_Intel-X710' and
18657            '64B' and
18658            'NDRPDR' and
18659            '2T2C' and
18660            'FEATURE' and
18661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18662            'IACL' and
18663            ('ACL1' or 'ACL50') and
18664            ('10K_FLOWS' or '10k_FLOWS') and
18665            not 'MACIP' and
18666            not 'VHOST' and
18667            not 'MEMIF'"
18668   parameters:
18669   - "latency"
18670   - "parent"
18671   - "tags"
18672   layout:
18673     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18674     layout: "plot-latency"
18675
18676 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18677 - type: "plot"
18678   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18679   algorithm: "plot_latency_error_bars"
18680   output-file-type: ".html"
18681   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18683   filter: "'NIC_Intel-XL710' and
18684            '64B' and
18685            'BASE' and
18686            'NDRPDR' and
18687            'ETH' and
18688            '1T1C' and
18689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18690            not 'VHOST' and
18691            not 'MEMIF'"
18692   parameters:
18693   - "latency"
18694   - "parent"
18695   - "tags"
18696   sort:
18697   - "L2PATCH"
18698   - "L2XCFWD"
18699   - "L2BDMACLRN"
18700   layout:
18701     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18702     layout: "plot-latency"
18703
18704 - type: "plot"
18705   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18706   algorithm: "plot_latency_error_bars"
18707   output-file-type: ".html"
18708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18710   filter: "'NIC_Intel-XL710' and
18711            '64B' and
18712            'BASE' and
18713            'NDRPDR' and
18714            'ETH' and
18715            '2T2C' and
18716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18717            not 'VHOST' and
18718            not 'MEMIF'"
18719   parameters:
18720   - "latency"
18721   - "parent"
18722   - "tags"
18723   sort:
18724   - "L2PATCH"
18725   - "L2XCFWD"
18726   - "L2BDMACLRN"
18727   layout:
18728     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18729     layout: "plot-latency"
18730
18731 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18732 - type: "plot"
18733   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18734   algorithm: "plot_latency_error_bars"
18735   output-file-type: ".html"
18736   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18738   filter: "'NIC_Intel-X710' and
18739            '64B' and
18740            ('BASE' or 'SCALE') and
18741            'NDRPDR' and
18742            'ETH' and
18743            '2T1C' and
18744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18745            not 'VHOST' and
18746            not 'MEMIF' and
18747            not 'DRV_AVF'"
18748   parameters:
18749   - "latency"
18750   - "parent"
18751   - "tags"
18752   sort:
18753   - "L2PATCH"
18754   - "L2XCBASE"
18755   - "BASE"
18756   - "FIB_10K"
18757   - "FIB_100K"
18758   - "FIB_1M"
18759   layout:
18760     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18761     layout: "plot-latency"
18762
18763 - type: "plot"
18764   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18765   algorithm: "plot_latency_error_bars"
18766   output-file-type: ".html"
18767   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18769   filter: "'NIC_Intel-X710' and
18770            '64B' and
18771            ('BASE' or 'SCALE') and
18772            'NDRPDR' and
18773            'ETH' and
18774            '4T2C' and
18775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18776            not 'VHOST' and
18777            not 'MEMIF' and
18778            not 'DRV_AVF'"
18779   parameters:
18780   - "latency"
18781   - "parent"
18782   - "tags"
18783   sort:
18784   - "L2PATCH"
18785   - "L2XCBASE"
18786   - "BASE"
18787   - "FIB_10K"
18788   - "FIB_100K"
18789   - "FIB_1M"
18790   layout:
18791     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18792     layout: "plot-latency"
18793
18794 # Packet Latency - VPP L2 3n-skx-x710 features
18795 - type: "plot"
18796   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18797   algorithm: "plot_latency_error_bars"
18798   output-file-type: ".html"
18799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18801   filter: "'NIC_Intel-X710' and
18802            '64B' and
18803            'NDRPDR' and
18804            '2T1C' and
18805            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18806            not 'ACL' and
18807            not 'VHOST' and
18808            not 'DRV_AVF' and
18809            not 'L2OVRLAY' and
18810            not 'MEMIF'"
18811   parameters:
18812   - "latency"
18813   - "parent"
18814   - "tags"
18815   sort:
18816   - "L2XCBASE"    # l2xcbase
18817   - "L2BDBASE"    # l2bdbase
18818   - "L2XCFWD"     # dot1q-l2xcbase
18819   - "L2BDMACLRN"  # dot1q-l2bdbase
18820   layout:
18821     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18822     layout: "plot-latency"
18823
18824 - type: "plot"
18825   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18826   algorithm: "plot_latency_error_bars"
18827   output-file-type: ".html"
18828   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18830   filter: "'NIC_Intel-X710' and
18831            '64B' and
18832            'NDRPDR' and
18833            '4T2C' and
18834            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18835            not 'ACL' and
18836            not 'VHOST' and
18837            not 'DRV_AVF' and
18838            not 'L2OVRLAY' and
18839            not 'MEMIF'"
18840   parameters:
18841   - "latency"
18842   - "parent"
18843   - "tags"
18844   sort:
18845   - "L2XCBASE"    # l2xcbase
18846   - "L2BDBASE"    # l2bdbase
18847   - "L2XCFWD"     # dot1q-l2xcbase
18848   - "L2BDMACLRN"  # dot1q-l2bdbase
18849   layout:
18850     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18851     layout: "plot-latency"
18852
18853 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18854 - type: "plot"
18855   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18856   algorithm: "plot_latency_error_bars"
18857   output-file-type: ".html"
18858   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18860   filter: "'NIC_Intel-X710' and
18861            '64B' and
18862            'NDRPDR' and
18863            '2T1C' and
18864            'FEATURE' and
18865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18866            'IACL' and
18867            ('ACL1' or 'ACL50') and
18868            ('10K_FLOWS' or '10k_FLOWS') and
18869            not 'MACIP' and
18870            not 'VHOST' and
18871            not 'MEMIF'"
18872   parameters:
18873   - "latency"
18874   - "parent"
18875   - "tags"
18876   layout:
18877     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18878     layout: "plot-latency"
18879
18880 - type: "plot"
18881   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18882   algorithm: "plot_latency_error_bars"
18883   output-file-type: ".html"
18884   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18886   filter: "'NIC_Intel-X710' and
18887            '64B' and
18888            'NDRPDR' and
18889            '4T2C' and
18890            'FEATURE' and
18891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18892            'IACL' and
18893            ('ACL1' or 'ACL50') and
18894            ('10K_FLOWS' or '10k_FLOWS') and
18895            not 'MACIP' and
18896            not 'VHOST' and
18897            not 'MEMIF'"
18898   parameters:
18899   - "latency"
18900   - "parent"
18901   - "tags"
18902   layout:
18903     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18904     layout: "plot-latency"
18905
18906 # Packet Latency - VPP L2 3n-skx-xxv710 base
18907 - type: "plot"
18908   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18909   algorithm: "plot_latency_error_bars"
18910   output-file-type: ".html"
18911   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18913   filter: "'NIC_Intel-XXV710' and
18914            '64B' and
18915            ('BASE' or 'SCALE') and
18916            'NDRPDR' and
18917            'ETH' and
18918            '2T1C' and
18919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18920            not 'VHOST' and
18921            not 'MEMIF'"
18922   parameters:
18923   - "latency"
18924   - "parent"
18925   - "tags"
18926   sort:
18927   - "L2PATCH"
18928   - "L2PATCH"
18929   - "L2XCBASE"
18930   - "L2BDMACLRN"
18931   layout:
18932     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18933     layout: "plot-latency"
18934
18935 - type: "plot"
18936   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18937   algorithm: "plot_latency_error_bars"
18938   output-file-type: ".html"
18939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18941   filter: "'NIC_Intel-XXV710' and
18942            '64B' and
18943            ('BASE' or 'SCALE') and
18944            'NDRPDR' and
18945            'ETH' and
18946            '4T2C' and
18947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18948            not 'VHOST' and
18949            not 'MEMIF'"
18950   parameters:
18951   - "latency"
18952   - "parent"
18953   - "tags"
18954   sort:
18955   - "L2PATCH"
18956   - "L2PATCH"
18957   - "L2XCBASE"
18958   - "L2BDMACLRN"
18959   layout:
18960     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18961     layout: "plot-latency"
18962
18963 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18964 - type: "plot"
18965   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18966   algorithm: "plot_latency_error_bars"
18967   output-file-type: ".html"
18968   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18970   filter: "'NIC_Intel-X710' and
18971            '64B' and
18972            'ETH' and
18973            ('BASE' or 'SCALE') and
18974            'NDRPDR' and
18975            '2T1C' and
18976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18977            not 'VHOST' and
18978            not 'MEMIF'"
18979   parameters:
18980   - "latency"
18981   - "parent"
18982   - "tags"
18983   sort:
18984   - "L2PATCH"
18985   - "L2XCBASE"
18986   - "BASE"
18987   - "FIB_10K"
18988   - "FIB_100K"
18989   - "FIB_1M"
18990   layout:
18991     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18992     layout: "plot-latency"
18993
18994 - type: "plot"
18995   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18996   algorithm: "plot_latency_error_bars"
18997   output-file-type: ".html"
18998   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19000   filter: "'NIC_Intel-X710' and
19001            '64B' and
19002            ('BASE' or 'SCALE') and
19003            'NDRPDR' and
19004            'ETH' and
19005            '4T2C' and
19006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19007            not 'VHOST' and
19008            not 'MEMIF'"
19009   parameters:
19010   - "latency"
19011   - "parent"
19012   - "tags"
19013   sort:
19014   - "L2PATCH"
19015   - "L2XCBASE"
19016   - "BASE"
19017   - "FIB_10K"
19018   - "FIB_100K"
19019   - "FIB_1M"
19020   layout:
19021     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19022     layout: "plot-latency"
19023
19024 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19025 - type: "plot"
19026   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19027   algorithm: "plot_latency_error_bars"
19028   output-file-type: ".html"
19029   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19031   filter: "'NIC_Intel-XXV710' and
19032            '64B' and
19033            ('BASE' or 'SCALE') and
19034            'NDRPDR' and
19035            'ETH' and
19036            '2T1C' and
19037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19038            not 'VHOST' and
19039            not 'MEMIF'"
19040   parameters:
19041   - "latency"
19042   - "parent"
19043   - "tags"
19044   sort:
19045   - "L2PATCH"
19046   - "L2XCBASE"
19047   - "BASE"
19048   - "FIB_10K"
19049   - "FIB_100K"
19050   - "FIB_1M"
19051   layout:
19052     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19053     layout: "plot-latency"
19054
19055 - type: "plot"
19056   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19057   algorithm: "plot_latency_error_bars"
19058   output-file-type: ".html"
19059   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19061   filter: "'NIC_Intel-XXV710' and
19062            '64B' and
19063            ('BASE' or 'SCALE') and
19064            'NDRPDR' and
19065            'ETH' and
19066            '4T2C' and
19067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19068            not 'VHOST' and
19069            not 'MEMIF'"
19070   parameters:
19071   - "latency"
19072   - "parent"
19073   - "tags"
19074   sort:
19075   - "L2PATCH"
19076   - "L2XCBASE"
19077   - "BASE"
19078   - "FIB_10K"
19079   - "FIB_100K"
19080   - "FIB_1M"
19081   layout:
19082     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19083     layout: "plot-latency"
19084
19085 ################################################################################
19086
19087 # Packet Latency - VPP Container Memif 3n-hsw-x520
19088 - type: "plot"
19089   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19090   algorithm: "plot_latency_error_bars"
19091   output-file-type: ".html"
19092   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19094   filter: "'NIC_Intel-X520-DA2' and
19095            '64B' and
19096            ('BASE' or 'SCALE') and
19097            'NDRPDR' and
19098            '1T1C' and
19099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19100            not 'VHOST' and
19101            'MEMIF'"
19102   parameters:
19103   - "latency"
19104   - "parent"
19105   - "tags"
19106   sort:
19107   - "L2XCFWD"
19108   - "L2XCFWD"
19109   - "L2XCFWD"
19110   - "L2BDMACLRN"
19111   - "L2BDMACLRN"
19112   - "L2BDMACLRN"
19113   - "IP4FWD"
19114   layout:
19115     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19116     layout: "plot-latency"
19117
19118 - type: "plot"
19119   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19120   algorithm: "plot_latency_error_bars"
19121   output-file-type: ".html"
19122   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19124   filter: "'NIC_Intel-X520-DA2' and
19125            '64B' and
19126            ('BASE' or 'SCALE') and
19127            'NDRPDR' and
19128            '2T2C' and
19129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19130            not 'VHOST' and
19131            'MEMIF'"
19132   parameters:
19133   - "latency"
19134   - "parent"
19135   - "tags"
19136   sort:
19137   - "L2XCFWD"
19138   - "L2XCFWD"
19139   - "L2XCFWD"
19140   - "L2BDMACLRN"
19141   - "L2BDMACLRN"
19142   - "L2BDMACLRN"
19143   - "IP4FWD"
19144   layout:
19145     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19146     layout: "plot-latency"
19147
19148 # Packet Latency - VPP Container Memif 3n-hsw-x710
19149 - type: "plot"
19150   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19151   algorithm: "plot_latency_error_bars"
19152   output-file-type: ".html"
19153   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19155   filter: "'NIC_Intel-X710' and
19156            '64B' and
19157            ('BASE' or 'SCALE') and
19158            'NDRPDR' and
19159            '1T1C' and
19160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19161            not 'VHOST' and
19162            'MEMIF'"
19163   parameters:
19164   - "latency"
19165   - "parent"
19166   - "tags"
19167   sort:
19168   - "L2XCFWD"
19169   - "L2XCFWD"
19170   - "L2XCFWD"
19171   - "L2BDMACLRN"
19172   - "L2BDMACLRN"
19173   - "L2BDMACLRN"
19174   - "IP4FWD"
19175   layout:
19176     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19177     layout: "plot-latency"
19178
19179 - type: "plot"
19180   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19181   algorithm: "plot_latency_error_bars"
19182   output-file-type: ".html"
19183   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19185   filter: "'NIC_Intel-X710' and
19186            '64B' and
19187            ('BASE' or 'SCALE') and
19188            'NDRPDR' and
19189            '2T2C' and
19190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19191            not 'VHOST' and
19192            'MEMIF'"
19193   parameters:
19194   - "latency"
19195   - "parent"
19196   - "tags"
19197   sort:
19198   - "L2XCFWD"
19199   - "L2XCFWD"
19200   - "L2XCFWD"
19201   - "L2BDMACLRN"
19202   - "L2BDMACLRN"
19203   - "L2BDMACLRN"
19204   - "IP4FWD"
19205   layout:
19206     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19207     layout: "plot-latency"
19208
19209 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19210 - type: "plot"
19211   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19212   algorithm: "plot_latency_error_bars"
19213   output-file-type: ".html"
19214   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19216   filter: "'NIC_Intel-XL710' and
19217            '64B' and
19218            ('BASE' or 'SCALE') and
19219            'NDRPDR' and
19220            '1T1C' and
19221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19222            not 'VHOST' and
19223            'MEMIF'"
19224   parameters:
19225   - "latency"
19226   - "parent"
19227   - "tags"
19228   sort:
19229   - "L2XCFWD"
19230   - "L2XCFWD"
19231   - "L2XCFWD"
19232   - "L2BDMACLRN"
19233   - "L2BDMACLRN"
19234   - "L2BDMACLRN"
19235   - "IP4FWD"
19236   layout:
19237     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19238     layout: "plot-latency"
19239
19240 - type: "plot"
19241   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19242   algorithm: "plot_latency_error_bars"
19243   output-file-type: ".html"
19244   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19246   filter: "'NIC_Intel-XL710' and
19247            '64B' and
19248            ('BASE' or 'SCALE') and
19249            'NDRPDR' and
19250            '2T2C' and
19251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19252            not 'VHOST' and
19253            'MEMIF'"
19254   parameters:
19255   - "latency"
19256   - "parent"
19257   - "tags"
19258   sort:
19259   - "L2XCFWD"
19260   - "L2XCFWD"
19261   - "L2XCFWD"
19262   - "L2BDMACLRN"
19263   - "L2BDMACLRN"
19264   - "L2BDMACLRN"
19265   - "IP4FWD"
19266   layout:
19267     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19268     layout: "plot-latency"
19269
19270 # Packet Latency - VPP Container Memif 3n-skx-x710
19271 - type: "plot"
19272   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19273   algorithm: "plot_latency_error_bars"
19274   output-file-type: ".html"
19275   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19277   filter: "'NIC_Intel-X710' and
19278            '64B' and
19279            ('BASE' or 'SCALE') and
19280            'NDRPDR' and
19281            '2T1C' and
19282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19283            not 'VHOST' and
19284            'MEMIF'"
19285   parameters:
19286   - "latency"
19287   - "parent"
19288   - "tags"
19289   sort:
19290   - "L2XCFWD"
19291   - "L2XCFWD"
19292   - "L2XCFWD"
19293   - "L2BDMACLRN"
19294   - "L2BDMACLRN"
19295   - "L2BDMACLRN"
19296   - "IP4FWD"
19297   layout:
19298     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19299     layout: "plot-latency"
19300
19301 - type: "plot"
19302   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19303   algorithm: "plot_latency_error_bars"
19304   output-file-type: ".html"
19305   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19307   filter: "'NIC_Intel-X710' and
19308            '64B' and
19309            ('BASE' or 'SCALE') and
19310            'NDRPDR' and
19311            '4T2C' and
19312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19313            not 'VHOST' and
19314            'MEMIF'"
19315   parameters:
19316   - "latency"
19317   - "parent"
19318   - "tags"
19319   sort:
19320   - "L2XCFWD"
19321   - "L2XCFWD"
19322   - "L2XCFWD"
19323   - "L2BDMACLRN"
19324   - "L2BDMACLRN"
19325   - "L2BDMACLRN"
19326   - "IP4FWD"
19327   layout:
19328     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19329     layout: "plot-latency"
19330
19331 # Packet Latency - VPP Container Memif 2n-skx-x710
19332 - type: "plot"
19333   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19334   algorithm: "plot_latency_error_bars"
19335   output-file-type: ".html"
19336   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19338   filter: "'NIC_Intel-X710' and
19339            '64B' and
19340            ('BASE' or 'SCALE') and
19341            'NDRPDR' and
19342            '2T1C' and
19343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19344            not 'VHOST' and
19345            not 'NF_DENSITY' and
19346            'MEMIF'"
19347   parameters:
19348   - "latency"
19349   - "parent"
19350   - "tags"
19351   sort:
19352   - "L2XCFWD"
19353   - "L2XCFWD"
19354   - "L2XCFWD"
19355   - "L2BDMACLRN"
19356   - "L2BDMACLRN"
19357   - "L2BDMACLRN"
19358   - "IP4FWD"
19359   layout:
19360     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19361     layout: "plot-latency"
19362
19363 - type: "plot"
19364   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19365   algorithm: "plot_latency_error_bars"
19366   output-file-type: ".html"
19367   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19369   filter: "'NIC_Intel-X710' and
19370            '64B' and
19371            ('BASE' or 'SCALE') and
19372            'NDRPDR' and
19373            '4T2C' and
19374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19375            not 'VHOST' and
19376            not 'NF_DENSITY' and
19377            'MEMIF'"
19378   parameters:
19379   - "latency"
19380   - "parent"
19381   - "tags"
19382   sort:
19383   - "L2XCFWD"
19384   - "L2XCFWD"
19385   - "L2XCFWD"
19386   - "L2BDMACLRN"
19387   - "L2BDMACLRN"
19388   - "L2BDMACLRN"
19389   - "IP4FWD"
19390   layout:
19391     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19392     layout: "plot-latency"
19393
19394 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19395 #- type: "plot"
19396 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19397 #  algorithm: "plot_latency_error_bars"
19398 #  output-file-type: ".html"
19399 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19400 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19401 #  filter: "'NIC_Intel-XXV710' and
19402 #           '64B' and
19403 #           ('BASE' or 'SCALE') and
19404 #           'NDRPDR' and
19405 #           '2T1C' and
19406 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19407 #           not 'VHOST' and
19408 #           'MEMIF'"
19409 #  parameters:
19410 #  - "latency"
19411 #  - "parent"
19412 #  - "tags"
19413 #  sort:
19414 #  - "L2XCFWD"
19415 #  - "L2XCFWD"
19416 #  - "L2XCFWD"
19417 #  - "L2BDMACLRN"
19418 #  - "L2BDMACLRN"
19419 #  - "L2BDMACLRN"
19420 #  - "IP4FWD"
19421 #  layout:
19422 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19423 #    layout: "plot-latency"
19424 #
19425 #- type: "plot"
19426 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19427 #  algorithm: "plot_latency_error_bars"
19428 #  output-file-type: ".html"
19429 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19430 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19431 #  filter: "'NIC_Intel-XXV710' and
19432 #           '64B' and
19433 #           ('BASE' or 'SCALE') and
19434 #           'NDRPDR' and
19435 #           '4T2C' and
19436 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19437 #           not 'VHOST' and
19438 #           'MEMIF'"
19439 #  parameters:
19440 #  - "latency"
19441 #  - "parent"
19442 #  - "tags"
19443 #  sort:
19444 #  - "L2XCFWD"
19445 #  - "L2XCFWD"
19446 #  - "L2XCFWD"
19447 #  - "L2BDMACLRN"
19448 #  - "L2BDMACLRN"
19449 #  - "L2BDMACLRN"
19450 #  - "IP4FWD"
19451 #  layout:
19452 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19453 #    layout: "plot-latency"
19454
19455 ################################################################################
19456
19457 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19458 #- type: "plot"
19459 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19460 #  algorithm: "plot_latency_error_bars"
19461 #  output-file-type: ".html"
19462 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19463 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19464 #  filter: "'NIC_Intel-X520-DA2' and
19465 #           '64B' and
19466 #           ('BASE' or 'SCALE') and
19467 #           'NDRPDR' and
19468 #           '1T1C' and
19469 #           'L2XCFWD' and
19470 #           not 'VHOST' and
19471 #           not 'NF_DENSITY' and
19472 #           'MEMIF'"
19473 #  parameters:
19474 #  - "latency"
19475 #  - "parent"
19476 #  - "tags"
19477 #  sort:
19478 #  - "1VNF"
19479 #  - "2VNF"
19480 #  - "4VNF"
19481 #  - "2VNF"
19482 #  - "4VNF"
19483 #  layout:
19484 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19485 #    layout: "plot-latency"
19486 #
19487 #- type: "plot"
19488 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19489 #  algorithm: "plot_latency_error_bars"
19490 #  output-file-type: ".html"
19491 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19492 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19493 #  filter: "'NIC_Intel-X520-DA2' and
19494 #           '64B' and
19495 #           ('BASE' or 'SCALE') and
19496 #           'NDRPDR' and
19497 #           '2T2C' and
19498 #           'L2XCFWD' and
19499 #           not 'VHOST' and
19500 #           not 'NF_DENSITY' and
19501 #           'MEMIF'"
19502 #  parameters:
19503 #  - "latency"
19504 #  - "parent"
19505 #  - "tags"
19506 #  sort:
19507 #  - "1VNF"
19508 #  - "2VNF"
19509 #  - "4VNF"
19510 #  - "2VNF"
19511 #  - "4VNF"
19512 #  layout:
19513 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19514 #    layout: "plot-latency"
19515 #
19516 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19517 #- type: "plot"
19518 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19519 #  algorithm: "plot_latency_error_bars"
19520 #  output-file-type: ".html"
19521 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19522 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19523 #  filter: "'NIC_Intel-X520-DA2' and
19524 #           '64B' and
19525 #           ('BASE' or 'SCALE') and
19526 #           'NDRPDR' and
19527 #           '1T1C' and
19528 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19529 #           not 'VHOST' and
19530 #           not 'NF_DENSITY' and
19531 #           'MEMIF'"
19532 #  parameters:
19533 #  - "latency"
19534 #  - "parent"
19535 #  - "tags"
19536 #  sort:
19537 #  - "1VNF"
19538 #  - "2VNF"
19539 #  - "4VNF"
19540 #  - "2VNF"
19541 #  - "4VNF"
19542 #  layout:
19543 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19544 #    layout: "plot-latency"
19545 #
19546 #- type: "plot"
19547 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19548 #  algorithm: "plot_latency_error_bars"
19549 #  output-file-type: ".html"
19550 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19551 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19552 #  filter: "'NIC_Intel-X520-DA2' and
19553 #           '64B' and
19554 #           ('BASE' or 'SCALE') and
19555 #           'NDRPDR' and
19556 #           '2T2C' and
19557 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19558 #           not 'VHOST' and
19559 #           not 'NF_DENSITY' and
19560 #           'MEMIF'"
19561 #  parameters:
19562 #  - "latency"
19563 #  - "parent"
19564 #  - "tags"
19565 #  sort:
19566 #  - "1VNF"
19567 #  - "2VNF"
19568 #  - "4VNF"
19569 #  - "2VNF"
19570 #  - "4VNF"
19571 #  layout:
19572 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19573 #    layout: "plot-latency"
19574 #
19575 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19576 #- type: "plot"
19577 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19578 #  algorithm: "plot_latency_error_bars"
19579 #  output-file-type: ".html"
19580 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19581 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19582 #  filter: "'NIC_Intel-X710' and
19583 #           '64B' and
19584 #           ('BASE' or 'SCALE') and
19585 #           'NDRPDR' and
19586 #           '1T1C' and
19587 #           'L2XCFWD' and
19588 #           not 'VHOST' and
19589 #           not 'NF_DENSITY' and
19590 #           'MEMIF'"
19591 #  parameters:
19592 #  - "latency"
19593 #  - "parent"
19594 #  - "tags"
19595 #  sort:
19596 #  - "1VNF"
19597 #  - "2VNF"
19598 #  - "4VNF"
19599 #  - "2VNF"
19600 #  - "4VNF"
19601 #  layout:
19602 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19603 #    layout: "plot-latency"
19604 #
19605 #- type: "plot"
19606 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19607 #  algorithm: "plot_latency_error_bars"
19608 #  output-file-type: ".html"
19609 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19610 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19611 #  filter: "'NIC_Intel-X710' and
19612 #           '64B' and
19613 #           ('BASE' or 'SCALE') and
19614 #           'NDRPDR' and
19615 #           '2T2C' and
19616 #           'L2XCFWD' and
19617 #           not 'VHOST' and
19618 #           not 'NF_DENSITY' and
19619 #           'MEMIF'"
19620 #  parameters:
19621 #  - "latency"
19622 #  - "parent"
19623 #  - "tags"
19624 #  sort:
19625 #  - "1VNF"
19626 #  - "2VNF"
19627 #  - "4VNF"
19628 #  - "2VNF"
19629 #  - "4VNF"
19630 #  layout:
19631 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19632 #    layout: "plot-latency"
19633 #
19634 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19635 #- type: "plot"
19636 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19637 #  algorithm: "plot_latency_error_bars"
19638 #  output-file-type: ".html"
19639 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19640 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19641 #  filter: "'NIC_Intel-X710' and
19642 #           '64B' and
19643 #           ('BASE' or 'SCALE') and
19644 #           'NDRPDR' and
19645 #           '1T1C' and
19646 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19647 #           not 'VHOST' and
19648 #           not 'NF_DENSITY' and
19649 #           'MEMIF'"
19650 #  parameters:
19651 #  - "latency"
19652 #  - "parent"
19653 #  - "tags"
19654 #  sort:
19655 #  - "1VNF"
19656 #  - "2VNF"
19657 #  - "4VNF"
19658 #  - "2VNF"
19659 #  - "4VNF"
19660 #  layout:
19661 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19662 #    layout: "plot-latency"
19663 #
19664 #- type: "plot"
19665 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19666 #  algorithm: "plot_latency_error_bars"
19667 #  output-file-type: ".html"
19668 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19669 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19670 #  filter: "'NIC_Intel-X710' and
19671 #           '64B' and
19672 #           ('BASE' or 'SCALE') and
19673 #           'NDRPDR' and
19674 #           '2T2C' and
19675 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19676 #           not 'VHOST' and
19677 #           not 'NF_DENSITY' and
19678 #           'MEMIF'"
19679 #  parameters:
19680 #  - "latency"
19681 #  - "parent"
19682 #  - "tags"
19683 #  sort:
19684 #  - "1VNF"
19685 #  - "2VNF"
19686 #  - "4VNF"
19687 #  - "2VNF"
19688 #  - "4VNF"
19689 #  layout:
19690 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19691 #    layout: "plot-latency"
19692
19693 ################################################################################
19694
19695 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19696 - type: "plot"
19697   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19698   algorithm: "plot_latency_error_bars"
19699   output-file-type: ".html"
19700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19702   filter: "'NIC_Intel-X520-DA2' and
19703            '64B' and
19704            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19705            'NDRPDR' and
19706            '1T1C' and
19707            'IP4FWD' and
19708            not 'IPSEC' and
19709            not 'DOT1Q' and
19710            not 'VHOST'"
19711   parameters:
19712   - "latency"
19713   - "parent"
19714   - "tags"
19715   sort:
19716   - "DOT1Q"
19717   - "IP4BASE"
19718   - "FIB_20K"
19719   - "FIB_200K"
19720   - "FIB_2M"
19721   layout:
19722     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19723     layout: "plot-latency"
19724
19725 - type: "plot"
19726   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19727   algorithm: "plot_latency_error_bars"
19728   output-file-type: ".html"
19729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19731   filter: "'NIC_Intel-X520-DA2' and
19732            '64B' and
19733            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19734            'NDRPDR' and
19735            '2T2C' and
19736            'IP4FWD' and
19737            not 'IPSEC' and
19738            not 'DOT1Q' and
19739            not 'VHOST'"
19740   parameters:
19741   - "latency"
19742   - "parent"
19743   - "tags"
19744   sort:
19745   - "DOT1Q"
19746   - "IP4BASE"
19747   - "FIB_20K"
19748   - "FIB_200K"
19749   - "FIB_2M"
19750   layout:
19751     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19752     layout: "plot-latency"
19753
19754 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19755 - type: "plot"
19756   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19757   algorithm: "plot_latency_error_bars"
19758   output-file-type: ".html"
19759   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19761   filter: "'NIC_Intel-X520-DA2' and
19762            '64B' and
19763            ('IP4BASE' or
19764             'POLICE_MARK' or
19765             'COPWHLIST' or
19766             ('NAT44' and 'BASE') or
19767             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19768            'NDRPDR' and
19769            '1T1C' and
19770            'IP4FWD' and
19771            not 'IPSEC' and
19772            not 'VHOST'"
19773   parameters:
19774   - "latency"
19775   - "parent"
19776   - "tags"
19777   sort:
19778   - "DOT1Q"
19779   - "IP4BASE"
19780   - "NAT44"
19781   - "POLICE_MARK"
19782   - "COPWHLIST"
19783   - "IACL"
19784   - "OACL"
19785   layout:
19786     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19787     layout: "plot-latency"
19788
19789 - type: "plot"
19790   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19791   algorithm: "plot_latency_error_bars"
19792   output-file-type: ".html"
19793   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19795   filter: "'NIC_Intel-X520-DA2' and
19796            '64B' and
19797            ('IP4BASE' or
19798             'POLICE_MARK' or
19799             'COPWHLIST' or
19800             ('NAT44' and 'BASE') or
19801             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19802            'NDRPDR' and
19803            '2T2C' and
19804            'IP4FWD' and
19805            not 'IPSEC' and
19806            not 'VHOST'"
19807   parameters:
19808   - "latency"
19809   - "parent"
19810   - "tags"
19811   sort:
19812   - "DOT1Q"
19813   - "IP4BASE"
19814   - "NAT44"
19815   - "POLICE_MARK"
19816   - "COPWHLIST"
19817   - "IACL"
19818   - "OACL"
19819   layout:
19820     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19821     layout: "plot-latency"
19822
19823 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19824 - type: "plot"
19825   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19826   algorithm: "plot_latency_error_bars"
19827   output-file-type: ".html"
19828   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19830   filter: "'NIC_Intel-X520-DA2' and
19831            '64B' and
19832            'NDRPDR' and
19833            '1T1C' and
19834            'IP4FWD' and
19835            ('NAT44' or 'IP4BASE') and
19836            not 'DOT1Q' and
19837            not 'IPSEC' and
19838            not 'VHOST'"
19839   parameters:
19840   - "latency"
19841   - "parent"
19842   - "tags"
19843   sort:
19844   - "IP4BASE"
19845   - "BASE"
19846   - "SRC_USER_10"
19847   - "SRC_USER_100"
19848   - "SRC_USER_1000"
19849   - "SRC_USER_2000"
19850   layout:
19851     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19852     layout: "plot-latency"
19853
19854 - type: "plot"
19855   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-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-nat44-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            ('NAT44' or 'IP4BASE') and
19866            not 'DOT1Q' and
19867            not 'IPSEC' and
19868            not 'VHOST'"
19869   parameters:
19870   - "latency"
19871   - "parent"
19872   - "tags"
19873   sort:
19874   - "IP4BASE"
19875   - "BASE"
19876   - "SRC_USER_10"
19877   - "SRC_USER_100"
19878   - "SRC_USER_1000"
19879   - "SRC_USER_2000"
19880   layout:
19881     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19882     layout: "plot-latency"
19883
19884 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19885 - type: "plot"
19886   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19887   algorithm: "plot_latency_error_bars"
19888   output-file-type: ".html"
19889   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19891   filter: "'NIC_Intel-X520-DA2' and
19892            '64B' and
19893            'NDRPDR' and
19894            '1T1C' and
19895            'IP4FWD' and
19896            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19897            not 'IPSEC' and
19898            not 'DOT1Q' and
19899            not 'VHOST'"
19900   parameters:
19901   - "latency"
19902   - "parent"
19903   - "tags"
19904   sort:
19905   - "IP4BASE"
19906   - "ACL_STATELESS"
19907   - "ACL_STATEFUL"
19908   - "ACL_STATELESS"
19909   - "ACL_STATEFUL"
19910   layout:
19911     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19912     layout: "plot-latency"
19913
19914 - type: "plot"
19915   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19916   algorithm: "plot_latency_error_bars"
19917   output-file-type: ".html"
19918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19920   filter: "'NIC_Intel-X520-DA2' and
19921            '64B' and
19922            'NDRPDR' and
19923            '2T2C' and
19924            'IP4FWD' and
19925            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19926            not 'IPSEC' and
19927            not 'DOT1Q' and
19928            not 'VHOST'"
19929   parameters:
19930   - "latency"
19931   - "parent"
19932   - "tags"
19933   sort:
19934   - "IP4BASE"
19935   - "ACL_STATELESS"
19936   - "ACL_STATEFUL"
19937   - "ACL_STATELESS"
19938   - "ACL_STATEFUL"
19939   layout:
19940     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19941     layout: "plot-latency"
19942
19943 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19944 - type: "plot"
19945   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19946   algorithm: "plot_latency_error_bars"
19947   output-file-type: ".html"
19948   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19950   filter: "'NIC_Intel-X520-DA2' and
19951            '64B' and
19952            'NDRPDR' and
19953            '1T1C' and
19954            'IP4FWD' and
19955            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19956            not 'IPSEC' and
19957            not 'DOT1Q' and
19958            not 'VHOST'"
19959   parameters:
19960   - "latency"
19961   - "parent"
19962   - "tags"
19963   sort:
19964   - "IP4BASE"
19965   - "ACL_STATELESS"
19966   - "ACL_STATEFUL"
19967   - "ACL_STATELESS"
19968   - "ACL_STATEFUL"
19969   layout:
19970     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19971     layout: "plot-latency"
19972
19973 - type: "plot"
19974   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19975   algorithm: "plot_latency_error_bars"
19976   output-file-type: ".html"
19977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19979   filter: "'NIC_Intel-X520-DA2' and
19980            '64B' and
19981            'NDRPDR' and
19982            '2T2C' and
19983            'IP4FWD' and
19984            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19985            not 'IPSEC' and
19986            not 'DOT1Q' and
19987            not 'VHOST'"
19988   parameters:
19989   - "latency"
19990   - "parent"
19991   - "tags"
19992   sort:
19993   - "IP4BASE"
19994   - "ACL_STATELESS"
19995   - "ACL_STATEFUL"
19996   - "ACL_STATELESS"
19997   - "ACL_STATEFUL"
19998   layout:
19999     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20000     layout: "plot-latency"
20001
20002 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20003 - type: "plot"
20004   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20005   algorithm: "plot_latency_error_bars"
20006   output-file-type: ".html"
20007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20009   filter: "'NIC_Intel-X710' and
20010            '64B' and
20011            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20012            'NDRPDR' and
20013            '1T1C' and
20014            'IP4FWD' and
20015            not 'IPSEC' and
20016            not 'DOT1Q' and
20017            not 'VHOST'"
20018   parameters:
20019   - "latency"
20020   - "parent"
20021   - "tags"
20022   sort:
20023   - "IP4BASE"
20024   - "FIB_20K"
20025   - "FIB_200K"
20026   - "FIB_2M"
20027   layout:
20028     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20029     layout: "plot-latency"
20030
20031 - type: "plot"
20032   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20033   algorithm: "plot_latency_error_bars"
20034   output-file-type: ".html"
20035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20037   filter: "'NIC_Intel-X710' and
20038            '64B' and
20039            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20040            'NDRPDR' and
20041            '2T2C' and
20042            'IP4FWD' and
20043            not 'IPSEC' and
20044            not 'DOT1Q' and
20045            not 'VHOST'"
20046   parameters:
20047   - "latency"
20048   - "parent"
20049   - "tags"
20050   sort:
20051   - "IP4BASE"
20052   - "FIB_20K"
20053   - "FIB_200K"
20054   - "FIB_2M"
20055   layout:
20056     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20057     layout: "plot-latency"
20058
20059 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20060 - type: "plot"
20061   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20062   algorithm: "plot_latency_error_bars"
20063   output-file-type: ".html"
20064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20066   filter: "'NIC_Intel-X710' and
20067            '64B' and
20068            ('IP4BASE' or
20069             'POLICE_MARK' or
20070             'COPWHLIST' or
20071             ('NAT44' and 'BASE') or
20072             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20073            'NDRPDR' and
20074            '1T1C' and
20075            'IP4FWD' and
20076            not 'IPSEC' and
20077            not 'VHOST'"
20078   parameters:
20079   - "latency"
20080   - "parent"
20081   - "tags"
20082   sort:
20083   - "DOT1Q"
20084   - "IP4BASE"
20085   - "NAT44"
20086   - "POLICE_MARK"
20087   - "COPWHLIST"
20088   - "IACL"
20089   - "OACL"
20090   layout:
20091     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20092     layout: "plot-latency"
20093
20094 - type: "plot"
20095   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20096   algorithm: "plot_latency_error_bars"
20097   output-file-type: ".html"
20098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20100   filter: "'NIC_Intel-X710' and
20101            '64B' and
20102            ('IP4BASE' or
20103             'POLICE_MARK' or
20104             'COPWHLIST' or
20105             ('NAT44' and 'BASE') or
20106             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20107            'NDRPDR' and
20108            '2T2C' and
20109            'IP4FWD' and
20110            not 'IPSEC' and
20111            not 'VHOST'"
20112   parameters:
20113   - "latency"
20114   - "parent"
20115   - "tags"
20116   sort:
20117   - "DOT1Q"
20118   - "IP4BASE"
20119   - "NAT44"
20120   - "POLICE_MARK"
20121   - "COPWHLIST"
20122   - "IACL"
20123   - "OACL"
20124   layout:
20125     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20126     layout: "plot-latency"
20127
20128 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20129 - type: "plot"
20130   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20131   algorithm: "plot_latency_error_bars"
20132   output-file-type: ".html"
20133   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20135   filter: "'NIC_Intel-X710' and
20136            '64B' and
20137            'NDRPDR' and
20138            '1T1C' and
20139            'IP4FWD' and
20140            ('NAT44' or 'IP4BASE') and
20141            not 'IPSEC' and
20142            not 'VHOST'"
20143   parameters:
20144   - "latency"
20145   - "parent"
20146   - "tags"
20147   sort:
20148   - "IP4BASE"
20149   - "BASE"
20150   - "SRC_USER_10"
20151   - "SRC_USER_100"
20152   - "SRC_USER_1000"
20153   - "SRC_USER_2000"
20154   layout:
20155     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20156     layout: "plot-latency"
20157
20158 - type: "plot"
20159   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20160   algorithm: "plot_latency_error_bars"
20161   output-file-type: ".html"
20162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20164   filter: "'NIC_Intel-X710' and
20165            '64B' and
20166            'NDRPDR' and
20167            '2T2C' and
20168            'IP4FWD' and
20169            ('NAT44' or 'IP4BASE') and
20170            not 'IPSEC' and
20171            not 'VHOST'"
20172   parameters:
20173   - "latency"
20174   - "parent"
20175   - "tags"
20176   sort:
20177   - "IP4BASE"
20178   - "BASE"
20179   - "SRC_USER_10"
20180   - "SRC_USER_100"
20181   - "SRC_USER_1000"
20182   - "SRC_USER_2000"
20183   layout:
20184     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20185     layout: "plot-latency"
20186
20187 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20188 - type: "plot"
20189   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20190   algorithm: "plot_latency_error_bars"
20191   output-file-type: ".html"
20192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20194   filter: "'NIC_Intel-X710' and
20195            '64B' and
20196            'NDRPDR' and
20197            '1T1C' and
20198            'IP4FWD' and
20199            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20200            not 'IPSEC' and
20201            not 'VHOST'"
20202   parameters:
20203   - "latency"
20204   - "parent"
20205   - "tags"
20206   sort:
20207   - "IP4BASE"
20208   - "ACL_STATELESS"
20209   - "ACL_STATEFUL"
20210   - "ACL_STATELESS"
20211   - "ACL_STATEFUL"
20212   layout:
20213     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20214     layout: "plot-latency"
20215
20216 - type: "plot"
20217   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20218   algorithm: "plot_latency_error_bars"
20219   output-file-type: ".html"
20220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20222   filter: "'NIC_Intel-X710' and
20223            '64B' and
20224            'NDRPDR' and
20225            '2T2C' and
20226            'IP4FWD' and
20227            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20228            not 'IPSEC' and
20229            not 'VHOST'"
20230   parameters:
20231   - "latency"
20232   - "parent"
20233   - "tags"
20234   sort:
20235   - "IP4BASE"
20236   - "ACL_STATELESS"
20237   - "ACL_STATEFUL"
20238   - "ACL_STATELESS"
20239   - "ACL_STATEFUL"
20240   layout:
20241     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20242     layout: "plot-latency"
20243
20244 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20245 - type: "plot"
20246   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20247   algorithm: "plot_latency_error_bars"
20248   output-file-type: ".html"
20249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20251   filter: "'NIC_Intel-XL710' and
20252            '64B' and
20253            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20254            'NDRPDR' and
20255            '1T1C' and
20256            'IP4FWD' and
20257            not 'IPSEC' and
20258            not 'VHOST'"
20259   parameters:
20260   - "latency"
20261   - "parent"
20262   - "tags"
20263   sort:
20264   - "IP4BASE"
20265   - "FIB_20K"
20266   - "FIB_200K"
20267   - "FIB_2M"
20268   layout:
20269     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20270     layout: "plot-latency"
20271
20272 - type: "plot"
20273   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20274   algorithm: "plot_latency_error_bars"
20275   output-file-type: ".html"
20276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20278   filter: "'NIC_Intel-XL710' and
20279            '64B' and
20280            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20281            'NDRPDR' and
20282            '2T2C' and
20283            'IP4FWD' and
20284            not 'IPSEC' and
20285            not 'VHOST'"
20286   parameters:
20287   - "latency"
20288   - "parent"
20289   - "tags"
20290   sort:
20291   - "IP4BASE"
20292   - "FIB_20K"
20293   - "FIB_200K"
20294   - "FIB_2M"
20295   layout:
20296     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20297     layout: "plot-latency"
20298
20299 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20300 - type: "plot"
20301   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20302   algorithm: "plot_latency_error_bars"
20303   output-file-type: ".html"
20304   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20306   filter: "'NIC_Intel-X710' and
20307            '64B' and
20308            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20309            'NDRPDR' and
20310            '2T1C' and
20311            'IP4FWD' and
20312            not 'IPSEC' and
20313            not 'DOT1Q' and
20314            not 'VHOST'"
20315   parameters:
20316   - "latency"
20317   - "parent"
20318   - "tags"
20319   sort:
20320   - "IP4BASE"
20321   - "FIB_20K"
20322   - "FIB_200K"
20323   - "FIB_2M"
20324   layout:
20325     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20326     layout: "plot-latency"
20327
20328 - type: "plot"
20329   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20330   algorithm: "plot_latency_error_bars"
20331   output-file-type: ".html"
20332   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20334   filter: "'NIC_Intel-X710' and
20335            '64B' and
20336            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20337            'NDRPDR' and
20338            '4T2C' and
20339            'IP4FWD' and
20340            not 'IPSEC' and
20341            not 'DOT1Q' and
20342            not 'VHOST'"
20343   parameters:
20344   - "latency"
20345   - "parent"
20346   - "tags"
20347   sort:
20348   - "IP4BASE"
20349   - "FIB_20K"
20350   - "FIB_200K"
20351   - "FIB_2M"
20352   layout:
20353     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20354     layout: "plot-latency"
20355
20356 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20357 - type: "plot"
20358   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20359   algorithm: "plot_latency_error_bars"
20360   output-file-type: ".html"
20361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20363   filter: "'NIC_Intel-X710' and
20364            '64B' and
20365            ('IP4BASE' or
20366             'POLICE_MARK' or
20367             'COPWHLIST' or
20368             ('NAT44' and 'BASE') or
20369             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20370            'NDRPDR' and
20371            '2T1C' and
20372            'IP4FWD' and
20373            not 'IPSEC' and
20374            not 'VHOST'"
20375   parameters:
20376   - "latency"
20377   - "parent"
20378   - "tags"
20379   sort:
20380   - "DOT1Q"
20381   - "IP4BASE"
20382   - "NAT44"
20383   - "POLICE_MARK"
20384   - "COPWHLIST"
20385   - "IACL"
20386   - "OACL"
20387   layout:
20388     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20389     layout: "plot-latency"
20390
20391 - type: "plot"
20392   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20393   algorithm: "plot_latency_error_bars"
20394   output-file-type: ".html"
20395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20397   filter: "'NIC_Intel-X710' and
20398            '64B' and
20399            ('IP4BASE' or
20400             'POLICE_MARK' or
20401             'COPWHLIST' or
20402             ('NAT44' and 'BASE') or
20403             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20404            'NDRPDR' and
20405            '4T2C' and
20406            'IP4FWD' and
20407            not 'IPSEC' and
20408            not 'VHOST'"
20409   parameters:
20410   - "latency"
20411   - "parent"
20412   - "tags"
20413   sort:
20414   - "DOT1Q"
20415   - "IP4BASE"
20416   - "NAT44"
20417   - "POLICE_MARK"
20418   - "COPWHLIST"
20419   - "IACL"
20420   - "OACL"
20421   layout:
20422     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20423     layout: "plot-latency"
20424
20425 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20426 - type: "plot"
20427   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20428   algorithm: "plot_latency_error_bars"
20429   output-file-type: ".html"
20430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20432   filter: "'NIC_Intel-X710' and
20433            '64B' and
20434            'NDRPDR' and
20435            '2T1C' and
20436            'IP4FWD' and
20437            ('NAT44' or 'IP4BASE') and
20438            not 'IPSEC' and
20439            not 'VHOST'"
20440   parameters:
20441   - "latency"
20442   - "parent"
20443   - "tags"
20444   sort:
20445   - "IP4BASE"
20446   - "BASE"
20447   - "SRC_USER_10"
20448   - "SRC_USER_100"
20449   - "SRC_USER_1000"
20450   - "SRC_USER_2000"
20451   layout:
20452     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20453     layout: "plot-latency"
20454
20455 - type: "plot"
20456   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20457   algorithm: "plot_latency_error_bars"
20458   output-file-type: ".html"
20459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20461   filter: "'NIC_Intel-X710' and
20462            '64B' and
20463            'NDRPDR' and
20464            '4T2C' and
20465            'IP4FWD' and
20466            ('NAT44' or 'IP4BASE') and
20467            not 'IPSEC' and
20468            not 'VHOST'"
20469   parameters:
20470   - "latency"
20471   - "parent"
20472   - "tags"
20473   sort:
20474   - "IP4BASE"
20475   - "BASE"
20476   - "SRC_USER_10"
20477   - "SRC_USER_100"
20478   - "SRC_USER_1000"
20479   - "SRC_USER_2000"
20480   layout:
20481     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20482     layout: "plot-latency"
20483
20484 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20485 - type: "plot"
20486   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20487   algorithm: "plot_latency_error_bars"
20488   output-file-type: ".html"
20489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20491   filter: "'NIC_Intel-X710' and
20492            '64B' and
20493            'NDRPDR' and
20494            '2T1C' and
20495            'IP4FWD' and
20496            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20497            not 'IPSEC' and
20498            not 'VHOST'"
20499   parameters:
20500   - "latency"
20501   - "parent"
20502   - "tags"
20503   sort:
20504   - "IP4BASE"
20505   - "ACL_STATELESS"
20506   - "ACL_STATEFUL"
20507   - "ACL_STATELESS"
20508   - "ACL_STATEFUL"
20509   layout:
20510     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20511     layout: "plot-latency"
20512
20513 - type: "plot"
20514   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20515   algorithm: "plot_latency_error_bars"
20516   output-file-type: ".html"
20517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20519   filter: "'NIC_Intel-X710' and
20520            '64B' and
20521            'NDRPDR' and
20522            '4T2C' and
20523            'IP4FWD' and
20524            'IACL' and
20525            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20526            not 'IPSEC' and
20527            not 'VHOST'"
20528   parameters:
20529   - "latency"
20530   - "parent"
20531   - "tags"
20532   sort:
20533   - "IP4BASE"
20534   - "ACL_STATELESS"
20535   - "ACL_STATEFUL"
20536   - "ACL_STATELESS"
20537   - "ACL_STATEFUL"
20538   layout:
20539     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20540     layout: "plot-latency"
20541
20542 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20543 - type: "plot"
20544   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20545   algorithm: "plot_latency_error_bars"
20546   output-file-type: ".html"
20547   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20549   filter: "'NIC_Intel-X710' and
20550            '64B' and
20551            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20552            'NDRPDR' and
20553            '2T1C' and
20554            'IP4FWD' and
20555            not 'IPSEC' and
20556            not 'DOT1Q' and
20557            not 'VHOST'"
20558   parameters:
20559   - "latency"
20560   - "parent"
20561   - "tags"
20562   sort:
20563   - "IP4BASE"
20564   - "FIB_20K"
20565   - "FIB_200K"
20566   - "FIB_2M"
20567   layout:
20568     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20569     layout: "plot-latency"
20570
20571 - type: "plot"
20572   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20573   algorithm: "plot_latency_error_bars"
20574   output-file-type: ".html"
20575   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20577   filter: "'NIC_Intel-X710' and
20578            '64B' and
20579            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20580            'NDRPDR' and
20581            '4T2C' and
20582            'IP4FWD' and
20583            not 'IPSEC' and
20584            not 'DOT1Q' and
20585            not 'VHOST'"
20586   parameters:
20587   - "latency"
20588   - "parent"
20589   - "tags"
20590   sort:
20591   - "IP4BASE"
20592   - "FIB_20K"
20593   - "FIB_200K"
20594   - "FIB_2M"
20595   layout:
20596     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20597     layout: "plot-latency"
20598
20599 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20600 - type: "plot"
20601   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20602   algorithm: "plot_latency_error_bars"
20603   output-file-type: ".html"
20604   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20606   filter: "'NIC_Intel-X710' and
20607            '64B' and
20608            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20609            'NDRPDR' and
20610            '2T1C' and
20611            'IP4FWD' and
20612            not 'IPSEC' and
20613            not 'DOT1Q' and
20614            not 'VHOST'"
20615   parameters:
20616   - "latency"
20617   - "parent"
20618   - "tags"
20619   sort:
20620   - "IP4BASE"
20621   - "ACL_STATELESS"
20622   - "ACL_STATEFUL"
20623   - "ACL_STATELESS"
20624   - "ACL_STATEFUL"
20625   layout:
20626     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20627     layout: "plot-latency"
20628
20629 - type: "plot"
20630   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20631   algorithm: "plot_latency_error_bars"
20632   output-file-type: ".html"
20633   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20635   filter: "'NIC_Intel-X710' and
20636            '64B' and
20637            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20638            'NDRPDR' and
20639            '4T2C' and
20640            'IP4FWD' and
20641            not 'IPSEC' and
20642            not 'DOT1Q' and
20643            not 'VHOST'"
20644   parameters:
20645   - "latency"
20646   - "parent"
20647   - "tags"
20648   sort:
20649   - "IP4BASE"
20650   - "ACL_STATELESS"
20651   - "ACL_STATEFUL"
20652   - "ACL_STATELESS"
20653   - "ACL_STATEFUL"
20654   layout:
20655     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20656     layout: "plot-latency"
20657
20658 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20659 - type: "plot"
20660   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20661   algorithm: "plot_latency_error_bars"
20662   output-file-type: ".html"
20663   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20665   filter: "'NIC_Intel-XXV710' and
20666            '64B' and
20667            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20668            'NDRPDR' and
20669            '2T1C' and
20670            'IP4FWD' and
20671            not 'IPSEC' and
20672            not 'DOT1Q' and
20673            not 'VHOST'"
20674   parameters:
20675   - "latency"
20676   - "parent"
20677   - "tags"
20678   sort:
20679   - "IP4BASE"
20680   - "FIB_20K"
20681   - "FIB_200K"
20682   - "FIB_2M"
20683   layout:
20684     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20685     layout: "plot-latency"
20686
20687 - type: "plot"
20688   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20689   algorithm: "plot_latency_error_bars"
20690   output-file-type: ".html"
20691   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20693   filter: "'NIC_Intel-XXV710' and
20694            '64B' and
20695            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20696            'NDRPDR' and
20697            '4T2C' and
20698            'IP4FWD' and
20699            not 'IPSEC' and
20700            not 'DOT1Q' and
20701            not 'VHOST'"
20702   parameters:
20703   - "latency"
20704   - "parent"
20705   - "tags"
20706   sort:
20707   - "IP4BASE"
20708   - "FIB_20K"
20709   - "FIB_200K"
20710   - "FIB_2M"
20711   layout:
20712     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20713     layout: "plot-latency"
20714
20715 ################################################################################
20716
20717 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20718 - type: "plot"
20719   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20720   algorithm: "plot_latency_error_bars"
20721   output-file-type: ".html"
20722   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20724   filter: "'NIC_Intel-X520-DA2' and
20725            '64B' and
20726            'ENCAP' and
20727            'NDRPDR' and
20728            '1T1C' and
20729            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20730            not 'DOT1Q' and
20731            not 'VHOST' and
20732            not 'IPSECHW'"
20733   parameters:
20734   - "latency"
20735   - "parent"
20736   - "tags"
20737   sort:
20738   - "IP4BASE"
20739   - "L2BDMACLRN"
20740   - "L2XCFWD"
20741   - "LISP"
20742   layout:
20743     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20744     layout: "plot-latency"
20745
20746 - type: "plot"
20747   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20748   algorithm: "plot_latency_error_bars"
20749   output-file-type: ".html"
20750   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20751   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20752   filter: "'NIC_Intel-X520-DA2' and
20753            '64B' and
20754            'ENCAP' and
20755            'NDRPDR' and
20756            '2T2C' and
20757            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20758            not 'DOT1Q' and
20759            not 'VHOST' and
20760            not 'IPSECHW'"
20761   parameters:
20762   - "latency"
20763   - "parent"
20764   - "tags"
20765   sort:
20766   - "IP4BASE"
20767   - "L2BDMACLRN"
20768   - "L2XCFWD"
20769   - "LISP"
20770   layout:
20771     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20772     layout: "plot-latency"
20773
20774 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20775 - type: "plot"
20776   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20777   algorithm: "plot_latency_error_bars"
20778   output-file-type: ".html"
20779   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20781   filter: "'NIC_Intel-X710' and
20782            '64B' and
20783            'ENCAP' and
20784            'NDRPDR' and
20785            '1T1C' and
20786            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20787            not 'VHOST' and
20788            not 'IPSECHW'"
20789   parameters:
20790   - "latency"
20791   - "parent"
20792   - "tags"
20793   sort:
20794   - "IP4BASE"
20795   - "LISP"
20796   - "VXLAN_1"
20797   - "VXLAN_10"
20798   - "VXLAN_100"
20799   - "VXLAN_1000"
20800   layout:
20801     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20802     layout: "plot-latency"
20803
20804 - type: "plot"
20805   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20806   algorithm: "plot_latency_error_bars"
20807   output-file-type: ".html"
20808   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20810   filter: "'NIC_Intel-X710' and
20811            '64B' and
20812            'ENCAP' and
20813            'NDRPDR' and
20814            '2T2C' and
20815            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20816            not 'VHOST' and
20817            not 'IPSECHW'"
20818   parameters:
20819   - "latency"
20820   - "parent"
20821   - "tags"
20822   sort:
20823   - "IP4BASE"
20824   - "LISP"
20825   - "VXLAN_1"
20826   - "VXLAN_10"
20827   - "VXLAN_100"
20828   - "VXLAN_1000"
20829   layout:
20830     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20831     layout: "plot-latency"
20832
20833 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20834 - type: "plot"
20835   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20836   algorithm: "plot_latency_error_bars"
20837   output-file-type: ".html"
20838   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20840   filter: "'NIC_Intel-X710' and
20841            '64B' and
20842            'ENCAP' and
20843            'NDRPDR' and
20844            '1T1C' and
20845            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20846            not 'DOT1Q' and
20847            not 'VHOST' and
20848            not 'IPSECHW'"
20849   parameters:
20850   - "latency"
20851   - "parent"
20852   - "tags"
20853   sort:
20854   - "IP4BASE"
20855   - "L2BDMACLRN"
20856   - "L2XCFWD"
20857   - "LISP"
20858   layout:
20859     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20860     layout: "plot-latency"
20861
20862 - type: "plot"
20863   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20864   algorithm: "plot_latency_error_bars"
20865   output-file-type: ".html"
20866   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20868   filter: "'NIC_Intel-X710' and
20869            '64B' and
20870            'ENCAP' and
20871            'NDRPDR' and
20872            '2T2C' and
20873            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20874            not 'DOT1Q' and
20875            not 'VHOST' and
20876            not 'IPSECHW'"
20877   parameters:
20878   - "latency"
20879   - "parent"
20880   - "tags"
20881   sort:
20882   - "IP4BASE"
20883   - "L2BDMACLRN"
20884   - "L2XCFWD"
20885   - "LISP"
20886   layout:
20887     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20888     layout: "plot-latency"
20889
20890 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20891 - type: "plot"
20892   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20893   algorithm: "plot_latency_error_bars"
20894   output-file-type: ".html"
20895   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20897   filter: "'NIC_Intel-X710' and
20898            '64B' and
20899            'ENCAP' and
20900            'NDRPDR' and
20901            '2T1C' and
20902            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20903            not 'VHOST' and
20904            not 'IPSECHW'"
20905   parameters:
20906   - "latency"
20907   - "parent"
20908   - "tags"
20909   sort:
20910   - "IP4BASE"
20911   - "LISP"
20912   - "VXLAN_1"
20913   - "VXLAN_10"
20914   - "VXLAN_100"
20915   - "VXLAN_1000"
20916   layout:
20917     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20918     layout: "plot-latency"
20919
20920 - type: "plot"
20921   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20922   algorithm: "plot_latency_error_bars"
20923   output-file-type: ".html"
20924   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20926   filter: "'NIC_Intel-X710' and
20927            '64B' and
20928            'ENCAP' and
20929            'NDRPDR' and
20930            '4T2C' and
20931            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20932            not 'VHOST' and
20933            not 'IPSECHW'"
20934   parameters:
20935   - "latency"
20936   - "parent"
20937   - "tags"
20938   sort:
20939   - "IP4BASE"
20940   - "LISP"
20941   - "VXLAN_1"
20942   - "VXLAN_10"
20943   - "VXLAN_100"
20944   - "VXLAN_1000"
20945   layout:
20946     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20947     layout: "plot-latency"
20948
20949 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20950 - type: "plot"
20951   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20952   algorithm: "plot_latency_error_bars"
20953   output-file-type: ".html"
20954   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20956   filter: "'NIC_Intel-X710' and
20957            '64B' and
20958            'ENCAP' and
20959            'NDRPDR' and
20960            '2T1C' and
20961            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20962            not 'DOT1Q' and
20963            not 'VHOST' and
20964            not 'IPSECHW'"
20965   parameters:
20966   - "latency"
20967   - "parent"
20968   - "tags"
20969   sort:
20970   - "IP4BASE"
20971   - "L2BDMACLRN"
20972   - "L2XCFWD"
20973   - "LISP"
20974   layout:
20975     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20976     layout: "plot-latency"
20977
20978 - type: "plot"
20979   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20980   algorithm: "plot_latency_error_bars"
20981   output-file-type: ".html"
20982   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20984   filter: "'NIC_Intel-X710' and
20985            '64B' and
20986            'ENCAP' and
20987            'NDRPDR' and
20988            '4T2C' and
20989            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20990            not 'DOT1Q' and
20991            not 'VHOST' and
20992            not 'IPSECHW'"
20993   parameters:
20994   - "latency"
20995   - "parent"
20996   - "tags"
20997   sort:
20998   - "IP4BASE"
20999   - "L2BDMACLRN"
21000   - "L2XCFWD"
21001   - "LISP"
21002   layout:
21003     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21004     layout: "plot-latency"
21005
21006 ################################################################################
21007
21008 # Packet Latency - VPP IPv6 3n-hsw-x520
21009 - type: "plot"
21010   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21011   algorithm: "plot_latency_error_bars"
21012   output-file-type: ".html"
21013   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21015   filter: "'NIC_Intel-X520-DA2' and
21016            '78B' and
21017            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21018            'NDRPDR' and
21019            '1T1C' and
21020            'IP6FWD' and
21021            not 'SRv6' and
21022            not 'IPSEC' and
21023            not 'VHOST'"
21024   parameters:
21025   - "latency"
21026   - "parent"
21027   - "tags"
21028   sort:
21029   - "IP6BASE"
21030   - "FIB_20K"
21031   - "FIB_200K"
21032   - "FIB_2M"
21033   layout:
21034     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21035     layout: "plot-latency"
21036
21037 - type: "plot"
21038   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21039   algorithm: "plot_latency_error_bars"
21040   output-file-type: ".html"
21041   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21043   filter: "'NIC_Intel-X520-DA2' and
21044            '78B' and
21045            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21046            'NDRPDR' and
21047            '2T2C' and
21048            'IP6FWD' and
21049            not 'SRv6' and
21050            not 'IPSEC' and
21051            not 'VHOST'"
21052   parameters:
21053   - "latency"
21054   - "parent"
21055   - "tags"
21056   sort:
21057   - "IP6BASE"
21058   - "FIB_20K"
21059   - "FIB_200K"
21060   - "FIB_2M"
21061   layout:
21062     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21063     layout: "plot-latency"
21064
21065 # Packet Latency - VPP IPv6 3n-hsw-x710
21066 - type: "plot"
21067   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21068   algorithm: "plot_latency_error_bars"
21069   output-file-type: ".html"
21070   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21072   filter: "'NIC_Intel-X710' and
21073            '78B' and
21074            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21075            'NDRPDR' and
21076            '1T1C' and
21077            'IP6FWD' and
21078            not 'SRv6' and
21079            not 'IPSEC' and
21080            not 'VHOST'"
21081   parameters:
21082   - "latency"
21083   - "parent"
21084   - "tags"
21085   sort:
21086   - "IP6BASE"
21087   - "FIB_20K"
21088   - "FIB_200K"
21089   - "FIB_2M"
21090   layout:
21091     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21092     layout: "plot-latency"
21093
21094 - type: "plot"
21095   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21096   algorithm: "plot_latency_error_bars"
21097   output-file-type: ".html"
21098   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21100   filter: "'NIC_Intel-X710' and
21101            '78B' and
21102            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21103            'NDRPDR' and
21104            '2T2C' and
21105            'IP6FWD' and
21106            not 'SRv6' and
21107            not 'IPSEC' and
21108            not 'VHOST'"
21109   parameters:
21110   - "latency"
21111   - "parent"
21112   - "tags"
21113   sort:
21114   - "IP6BASE"
21115   - "FIB_20K"
21116   - "FIB_200K"
21117   - "FIB_2M"
21118   layout:
21119     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21120     layout: "plot-latency"
21121
21122 # Packet Latency - VPP IPv6 3n-hsw-xl710
21123 - type: "plot"
21124   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21125   algorithm: "plot_latency_error_bars"
21126   output-file-type: ".html"
21127   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21129   filter: "'NIC_Intel-XL710' and
21130            '78B' and
21131            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21132            'NDRPDR' and
21133            '1T1C' and
21134            'IP6FWD' and
21135            not 'SRv6' and
21136            not 'IPSEC' and
21137            not 'VHOST'"
21138   parameters:
21139   - "latency"
21140   - "parent"
21141   - "tags"
21142   sort:
21143   - "IP6BASE"
21144   - "FIB_20K"
21145   - "FIB_200K"
21146   - "FIB_2M"
21147   layout:
21148     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21149     layout: "plot-latency"
21150
21151 - type: "plot"
21152   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21153   algorithm: "plot_latency_error_bars"
21154   output-file-type: ".html"
21155   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21157   filter: "'NIC_Intel-XL710' and
21158            '78B' and
21159            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21160            'NDRPDR' and
21161            '2T2C' and
21162            'IP6FWD' and
21163            not 'SRv6' and
21164            not 'IPSEC' and
21165            not 'VHOST'"
21166   parameters:
21167   - "latency"
21168   - "parent"
21169   - "tags"
21170   sort:
21171   - "IP6BASE"
21172   - "FIB_20K"
21173   - "FIB_200K"
21174   - "FIB_2M"
21175   layout:
21176     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21177     layout: "plot-latency"
21178
21179 # Packet Latency - VPP IPv6 3n-skx-x710
21180 - type: "plot"
21181   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21182   algorithm: "plot_latency_error_bars"
21183   output-file-type: ".html"
21184   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21186   filter: "'NIC_Intel-X710' and
21187            '78B' and
21188            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21189            'NDRPDR' and
21190            '2T1C' and
21191            'IP6FWD' and
21192            not 'SRv6' and
21193            not 'IPSEC' and
21194            not 'VHOST'"
21195   parameters:
21196   - "latency"
21197   - "parent"
21198   - "tags"
21199   sort:
21200   - "IP6BASE"
21201   - "FIB_20K"
21202   - "FIB_200K"
21203   - "FIB_2M"
21204   layout:
21205     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21206     layout: "plot-latency"
21207
21208 - type: "plot"
21209   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21210   algorithm: "plot_latency_error_bars"
21211   output-file-type: ".html"
21212   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21214   filter: "'NIC_Intel-X710' and
21215            '78B' and
21216            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21217            'NDRPDR' and
21218            '4T2C' and
21219            'IP6FWD' and
21220            not 'SRv6' and
21221            not 'IPSEC' and
21222            not 'VHOST'"
21223   parameters:
21224   - "latency"
21225   - "parent"
21226   - "tags"
21227   sort:
21228   - "IP6BASE"
21229   - "FIB_20K"
21230   - "FIB_200K"
21231   - "FIB_2M"
21232   layout:
21233     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21234     layout: "plot-latency"
21235
21236 # Packet Latency - VPP IPv6 3n-skx-xxv710
21237 - type: "plot"
21238   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21239   algorithm: "plot_latency_error_bars"
21240   output-file-type: ".html"
21241   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21243   filter: "'NIC_Intel-XXV710' and
21244            '78B' and
21245            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21246            'NDRPDR' and
21247            '2T1C' and
21248            'IP6FWD' and
21249            not 'SRv6' and
21250            not 'IPSEC' and
21251            not 'VHOST'"
21252   parameters:
21253   - "latency"
21254   - "parent"
21255   - "tags"
21256   sort:
21257   - "IP6BASE"
21258   - "FIB_20K"
21259   - "FIB_200K"
21260   - "FIB_2M"
21261   layout:
21262     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21263     layout: "plot-latency"
21264
21265 - type: "plot"
21266   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21267   algorithm: "plot_latency_error_bars"
21268   output-file-type: ".html"
21269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21271   filter: "'NIC_Intel-XXV710' and
21272            '78B' and
21273            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21274            'NDRPDR' and
21275            '4T2C' and
21276            'IP6FWD' and
21277            not 'SRv6' and
21278            not 'IPSEC' and
21279            not 'VHOST'"
21280   parameters:
21281   - "latency"
21282   - "parent"
21283   - "tags"
21284   sort:
21285   - "IP6BASE"
21286   - "FIB_20K"
21287   - "FIB_200K"
21288   - "FIB_2M"
21289   layout:
21290     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21291     layout: "plot-latency"
21292
21293 # Packet Latency - VPP IPv6 2n-skx-x710
21294 - type: "plot"
21295   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21296   algorithm: "plot_latency_error_bars"
21297   output-file-type: ".html"
21298   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21300   filter: "'NIC_Intel-X710' and
21301            '78B' and
21302            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21303            'NDRPDR' and
21304            '2T1C' and
21305            'IP6FWD' and
21306            not 'SRv6' and
21307            not 'IPSEC' and
21308            not 'VHOST'"
21309   parameters:
21310   - "latency"
21311   - "parent"
21312   - "tags"
21313   sort:
21314   - "IP6BASE"
21315   - "FIB_20K"
21316   - "FIB_200K"
21317   - "FIB_2M"
21318   layout:
21319     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21320     layout: "plot-latency"
21321
21322 - type: "plot"
21323   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21324   algorithm: "plot_latency_error_bars"
21325   output-file-type: ".html"
21326   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21328   filter: "'NIC_Intel-X710' and
21329            '78B' and
21330            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21331            'NDRPDR' and
21332            '4T2C' and
21333            'IP6FWD' and
21334            not 'SRv6' and
21335            not 'IPSEC' and
21336            not 'VHOST'"
21337   parameters:
21338   - "latency"
21339   - "parent"
21340   - "tags"
21341   sort:
21342   - "IP6BASE"
21343   - "FIB_20K"
21344   - "FIB_200K"
21345   - "FIB_2M"
21346   layout:
21347     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21348     layout: "plot-latency"
21349
21350 # Packet Latency - VPP IPv6 2n-skx-xxv710
21351 - type: "plot"
21352   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21353   algorithm: "plot_latency_error_bars"
21354   output-file-type: ".html"
21355   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21357   filter: "'NIC_Intel-XXV710' and
21358            '78B' and
21359            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21360            'NDRPDR' and
21361            '2T1C' and
21362            'IP6FWD' and
21363            not 'SRv6' and
21364            not 'IPSEC' and
21365            not 'VHOST'"
21366   parameters:
21367   - "latency"
21368   - "parent"
21369   - "tags"
21370   sort:
21371   - "IP6BASE"
21372   - "FIB_20K"
21373   - "FIB_200K"
21374   - "FIB_2M"
21375   layout:
21376     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21377     layout: "plot-latency"
21378
21379 - type: "plot"
21380   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21381   algorithm: "plot_latency_error_bars"
21382   output-file-type: ".html"
21383   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21385   filter: "'NIC_Intel-XXV710' and
21386            '78B' and
21387            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21388            'NDRPDR' and
21389            '4T2C' and
21390            'IP6FWD' and
21391            not 'SRv6' and
21392            not 'IPSEC' and
21393            not 'VHOST'"
21394   parameters:
21395   - "latency"
21396   - "parent"
21397   - "tags"
21398   sort:
21399   - "IP6BASE"
21400   - "FIB_20K"
21401   - "FIB_200K"
21402   - "FIB_2M"
21403   layout:
21404     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21405     layout: "plot-latency"
21406
21407 ################################################################################
21408
21409 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21410 - type: "plot"
21411   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21412   algorithm: "plot_latency_error_bars"
21413   output-file-type: ".html"
21414   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21416   filter: "'NIC_Intel-X520-DA2' and
21417            '78B' and
21418            'ENCAP' and
21419            'NDRPDR' and
21420            '1T1C' and
21421            'LISP' and
21422            not 'VHOST'"
21423   parameters:
21424   - "latency"
21425   - "parent"
21426   - "tags"
21427   sort:
21428   - "IP4UNRLAY"
21429   - "IP6UNRLAY"
21430   layout:
21431     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21432     layout: "plot-latency"
21433
21434 - type: "plot"
21435   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21436   algorithm: "plot_latency_error_bars"
21437   output-file-type: ".html"
21438   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21440   filter: "'NIC_Intel-X520-DA2' and
21441            '78B' and
21442            'ENCAP' and
21443            'NDRPDR' and
21444            '2T2C' and
21445            'LISP' and
21446            not 'VHOST'"
21447   parameters:
21448   - "latency"
21449   - "parent"
21450   - "tags"
21451   sort:
21452   - "IP4UNRLAY"
21453   - "IP6UNRLAY"
21454   layout:
21455     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21456     layout: "plot-latency"
21457
21458 ################################################################################
21459
21460 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21461 - type: "plot"
21462   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21463   algorithm: "plot_latency_error_bars"
21464   output-file-type: ".html"
21465   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21467   filter: "'NIC_Intel-XL710' and
21468            '64B' and
21469            'IP4FWD' and
21470            'NDRPDR' and
21471            'BASE' and
21472            '1T1C' and
21473            'IPSECHW' and
21474            not 'VHOST'"
21475   parameters:
21476   - "latency"
21477   - "parent"
21478   - "tags"
21479   layout:
21480     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21481     layout: "plot-latency"
21482
21483 - type: "plot"
21484   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21485   algorithm: "plot_latency_error_bars"
21486   output-file-type: ".html"
21487   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21489   filter: "'NIC_Intel-XL710' and
21490            '64B' and
21491            'IP4FWD' and
21492            'NDRPDR' and
21493            'BASE' and
21494            '2T2C' and
21495            'IPSECHW' and
21496            not 'VHOST'"
21497   parameters:
21498   - "latency"
21499   - "parent"
21500   - "tags"
21501   layout:
21502     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21503     layout: "plot-latency"
21504
21505 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21506 - type: "plot"
21507   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21508   algorithm: "plot_latency_error_bars"
21509   output-file-type: ".html"
21510   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21512   filter: "'NIC_Intel-XL710' and
21513            '64B' and
21514            'IP4FWD' and
21515            'NDRPDR' and
21516            'SCALE' and
21517            '1T1C' and
21518            'IPSECHW' and
21519            not 'VHOST'"
21520   parameters:
21521   - "latency"
21522   - "parent"
21523   - "tags"
21524   layout:
21525     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21526     layout: "plot-latency"
21527
21528 - type: "plot"
21529   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21530   algorithm: "plot_latency_error_bars"
21531   output-file-type: ".html"
21532   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21534   filter: "'NIC_Intel-XL710' and
21535            '64B' and
21536            'IP4FWD' and
21537            'NDRPDR' and
21538            'SCALE' and
21539            '2T2C' and
21540            'IPSECHW' and
21541            not 'VHOST'"
21542   parameters:
21543   - "latency"
21544   - "parent"
21545   - "tags"
21546   layout:
21547     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21548     layout: "plot-latency"
21549
21550 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21551 - type: "plot"
21552   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21553   algorithm: "plot_latency_error_bars"
21554   output-file-type: ".html"
21555   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21557   filter: "'NIC_Intel-XL710' and
21558            '64B' and
21559            'IP4FWD' and
21560            'NDRPDR' and
21561            '1T1C' and
21562            'IPSECSW' and
21563            not 'VHOST'"
21564   parameters:
21565   - "latency"
21566   - "parent"
21567   - "tags"
21568   layout:
21569     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21570     layout: "plot-latency"
21571
21572 - type: "plot"
21573   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21574   algorithm: "plot_latency_error_bars"
21575   output-file-type: ".html"
21576   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21578   filter: "'NIC_Intel-XL710' and
21579            '64B' and
21580            'IP4FWD' and
21581            'NDRPDR' and
21582            '2T2C' and
21583            'IPSECSW' and
21584            not 'VHOST'"
21585   parameters:
21586   - "latency"
21587   - "parent"
21588   - "tags"
21589   layout:
21590     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21591     layout: "plot-latency"
21592
21593 ################################################################################
21594
21595 # Packet Latency - VPP SRv6 3n-hsw-x520
21596 - type: "plot"
21597   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21598   algorithm: "plot_latency_error_bars"
21599   output-file-type: ".html"
21600   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21602   filter: "'NIC_Intel-X520-DA2' and
21603            '78B' and
21604            'FEATURE' and
21605            'NDRPDR' and
21606            '1T1C' and
21607            'IP6FWD' and
21608            'SRv6'"
21609   parameters:
21610   - "latency"
21611   - "parent"
21612   - "tags"
21613   layout:
21614     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21615     layout: "plot-latency"
21616
21617 - type: "plot"
21618   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21619   algorithm: "plot_latency_error_bars"
21620   output-file-type: ".html"
21621   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21623   filter: "'NIC_Intel-X520-DA2' and
21624            '78B' and
21625            'FEATURE' and
21626            'NDRPDR' and
21627            '2T2C' and
21628            'IP6FWD' and
21629            'SRv6'"
21630   parameters:
21631   - "latency"
21632   - "parent"
21633   - "tags"
21634   layout:
21635     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21636     layout: "plot-latency"
21637
21638 ################################################################################
21639
21640 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21641 - type: "plot"
21642   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21643   algorithm: "plot_latency_error_bars"
21644   output-file-type: ".html"
21645   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21647   filter: "'NIC_Intel-X520-DA2' and
21648            '64B' and
21649            'NDRPDR' and
21650            'ETH' and
21651            'IP4FWD' and
21652            '1T1C' and
21653            'VHOST_1024' and
21654            not 'VXLAN' and
21655            not 'DOT1Q'"
21656   parameters:
21657   - "latency"
21658   - "parent"
21659   - "tags"
21660   sort:
21661   - "not CFS_OPT"
21662   - "1VM"
21663   - "2VM"
21664   layout:
21665     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21666     layout: "plot-latency"
21667
21668 - type: "plot"
21669   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21670   algorithm: "plot_latency_error_bars"
21671   output-file-type: ".html"
21672   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21674   filter: "'NIC_Intel-X520-DA2' and
21675            '64B' and
21676            'NDRPDR' and
21677            'ETH' and
21678            'IP4FWD' and
21679            '2T2C' and
21680            'VHOST_1024' and
21681            not 'VXLAN' and
21682            not 'DOT1Q'"
21683   parameters:
21684   - "latency"
21685   - "parent"
21686   - "tags"
21687   sort:
21688   - "not CFS_OPT"
21689   - "1VM"
21690   - "2VM"
21691   layout:
21692     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21693     layout: "plot-latency"
21694
21695 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21696 - type: "plot"
21697   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21698   algorithm: "plot_latency_error_bars"
21699   output-file-type: ".html"
21700   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21702   filter: "'NIC_Intel-X520-DA2' and
21703            '64B' and
21704            'NDRPDR' and
21705            ('ETH' or 'DOT1Q') and
21706            'BASE' and
21707            '1T1C' and
21708            ('L2BDMACLRN' or 'L2XCFWD') and
21709            'VHOST_1024' and
21710            not 'VXLAN' and
21711            not 'IP4FWD' and
21712            not '2VM'"
21713   parameters:
21714   - "latency"
21715   - "parent"
21716   - "tags"
21717   sort:
21718   - "L2BDMACLRN"
21719   - "L2BDMACLRN"
21720   - "L2BDMACLRN"
21721   - "L2XCFWD"
21722   - "L2XCFWD"
21723   - "L2XCFWD"
21724   layout:
21725     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21726     layout: "plot-latency"
21727
21728 - type: "plot"
21729   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21730   algorithm: "plot_latency_error_bars"
21731   output-file-type: ".html"
21732   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21734   filter: "'NIC_Intel-X520-DA2' and
21735            '64B' and
21736            'NDRPDR' and
21737            ('ETH' or 'DOT1Q') and
21738            'BASE' and
21739            '2T2C' and
21740            ('L2BDMACLRN' or 'L2XCFWD') and
21741            'VHOST_1024' and
21742            not 'VXLAN' and
21743            not 'IP4FWD' and
21744            not '2VM'"
21745   parameters:
21746   - "latency"
21747   - "parent"
21748   - "tags"
21749   sort:
21750   - "L2BDMACLRN"
21751   - "L2BDMACLRN"
21752   - "L2BDMACLRN"
21753   - "L2XCFWD"
21754   - "L2XCFWD"
21755   - "L2XCFWD"
21756   layout:
21757     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21758     layout: "plot-latency"
21759
21760 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21761 - type: "plot"
21762   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21763   algorithm: "plot_latency_error_bars"
21764   output-file-type: ".html"
21765   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21767   filter: "'NIC_Intel-X520-DA2' and
21768            '64B' and
21769            'NDRPDR' and
21770            ('ETH' or 'DOT1Q') and
21771            '1T1C' and
21772            ('L2BDMACLRN' or 'L2XCFWD') and
21773            'VHOST_1024' and
21774            not 'CFS_OPT' and
21775            not 'DOT1Q' and
21776            not 'VXLAN' and
21777            not 'IP4FWD' and
21778            not 'LBOND'"
21779   parameters:
21780   - "latency"
21781   - "parent"
21782   - "tags"
21783 #  sort:
21784 #  - "1VM"
21785 #  - "L2XCFWD"
21786 #  - "1VM"
21787 #  - "L2BDMACLRN"
21788   layout:
21789     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21790     layout: "plot-latency"
21791
21792 - type: "plot"
21793   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21794   algorithm: "plot_latency_error_bars"
21795   output-file-type: ".html"
21796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21798   filter: "'NIC_Intel-X520-DA2' and
21799            '64B' and
21800            'NDRPDR' and
21801            ('ETH' or 'DOT1Q') and
21802            '2T2C' and
21803            ('L2BDMACLRN' or 'L2XCFWD') and
21804            'VHOST_1024' and
21805            not 'CFS_OPT' and
21806            not 'DOT1Q' and
21807            not 'VXLAN' and
21808            not 'IP4FWD' and
21809            not 'LBOND'"
21810   parameters:
21811   - "latency"
21812   - "parent"
21813   - "tags"
21814 #  sort:
21815 #  - "1VM"
21816 #  - "L2XCFWD"
21817 #  - "1VM"
21818 #  - "L2BDMACLRN"
21819   layout:
21820     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21821     layout: "plot-latency"
21822
21823 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21824 - type: "plot"
21825   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21826   algorithm: "plot_latency_error_bars"
21827   output-file-type: ".html"
21828   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21830   filter: "'NIC_Intel-X710' and
21831            '64B' and
21832            'NDRPDR' and
21833            'ETH' and
21834            'IP4FWD' and
21835            '1T1C' and
21836            'VHOST_1024' and
21837            not 'VXLAN' and
21838            not 'CFS_OPT' and
21839            not 'DOT1Q'"
21840   parameters:
21841   - "latency"
21842   - "parent"
21843   - "tags"
21844   sort:
21845   - "1VM"
21846   - "2VM"
21847   layout:
21848     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21849     layout: "plot-latency"
21850
21851 - type: "plot"
21852   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21853   algorithm: "plot_latency_error_bars"
21854   output-file-type: ".html"
21855   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21857   filter: "'NIC_Intel-X710' and
21858            '64B' and
21859            'NDRPDR' and
21860            'ETH' and
21861            'IP4FWD' and
21862            '2T2C' and
21863            'VHOST_1024' and
21864            not 'VXLAN' and
21865            not 'CFS_OPT' and
21866            not 'DOT1Q'"
21867   parameters:
21868   - "latency"
21869   - "parent"
21870   - "tags"
21871   sort:
21872   - "1VM"
21873   - "2VM"
21874   layout:
21875     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21876     layout: "plot-latency"
21877
21878 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21879 - type: "plot"
21880   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21881   algorithm: "plot_latency_error_bars"
21882   output-file-type: ".html"
21883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21885   filter: "'NIC_Intel-X710' and
21886            '64B' and
21887            'NDRPDR' and
21888            ('ETH' or 'DOT1Q') and
21889            'BASE' and
21890            '1T1C' and
21891            ('L2BDMACLRN' or 'L2XCFWD') and
21892            'VHOST_1024' and
21893            not 'VXLAN' and
21894            not 'IP4FWD' and
21895            not '2VM'"
21896   parameters:
21897   - "latency"
21898   - "parent"
21899   - "tags"
21900   sort:
21901   - "L2BDMACLRN"
21902   - "L2BDMACLRN"
21903   - "L2BDMACLRN"
21904   - "L2XCFWD"
21905   - "L2XCFWD"
21906   - "L2XCFWD"
21907   layout:
21908     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21909     layout: "plot-latency"
21910
21911 - type: "plot"
21912   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21913   algorithm: "plot_latency_error_bars"
21914   output-file-type: ".html"
21915   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21917   filter: "'NIC_Intel-X710' and
21918            '64B' and
21919            'NDRPDR' and
21920            ('ETH' or 'DOT1Q') and
21921            'BASE' and
21922            '2T2C' and
21923            ('L2BDMACLRN' or 'L2XCFWD') and
21924            'VHOST_1024' and
21925            not 'VXLAN' and
21926            not 'IP4FWD' and
21927            not '2VM'"
21928   parameters:
21929   - "latency"
21930   - "parent"
21931   - "tags"
21932   sort:
21933   - "L2BDMACLRN"
21934   - "L2BDMACLRN"
21935   - "L2BDMACLRN"
21936   - "L2XCFWD"
21937   - "L2XCFWD"
21938   - "L2XCFWD"
21939   layout:
21940     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21941     layout: "plot-latency"
21942
21943 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21944 - type: "plot"
21945   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21946   algorithm: "plot_latency_error_bars"
21947   output-file-type: ".html"
21948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21950   filter: "'NIC_Intel-X710' and
21951            '64B' and
21952            'NDRPDR' and
21953            ('ETH' or 'DOT1Q') and
21954            '1T1C' and
21955            ('L2BDMACLRN' or 'L2XCFWD') and
21956            'VHOST_1024' and
21957            not 'CFS_OPT' and
21958            not 'VXLAN' and
21959            not 'IP4FWD' and
21960            not 'LBOND'"
21961   parameters:
21962   - "latency"
21963   - "parent"
21964   - "tags"
21965   sort:
21966   - "L2BDMACLRN"
21967   - "L2BDMACLRN"
21968   - "L2BDMACLRN"
21969   - "L2XCFWD"
21970   - "L2XCFWD"
21971   - "L2XCFWD"
21972   layout:
21973     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21974     layout: "plot-latency"
21975
21976 - type: "plot"
21977   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21978   algorithm: "plot_latency_error_bars"
21979   output-file-type: ".html"
21980   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21982   filter: "'NIC_Intel-X710' and
21983            '64B' and
21984            'NDRPDR' and
21985            ('ETH' or 'DOT1Q') and
21986            '2T2C' and
21987            ('L2BDMACLRN' or 'L2XCFWD') and
21988            'VHOST_1024' and
21989            not 'CFS_OPT' and
21990            not 'VXLAN' and
21991            not 'IP4FWD' and
21992            not 'LBOND'"
21993   parameters:
21994   - "latency"
21995   - "parent"
21996   - "tags"
21997   sort:
21998   - "L2BDMACLRN"
21999   - "L2BDMACLRN"
22000   - "L2BDMACLRN"
22001   - "L2XCFWD"
22002   - "L2XCFWD"
22003   - "L2XCFWD"
22004   layout:
22005     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22006     layout: "plot-latency"
22007
22008 # Packet Latency - VPP vhost ip4 3n-skx-x710
22009 - type: "plot"
22010   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22011   algorithm: "plot_latency_error_bars"
22012   output-file-type: ".html"
22013   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22015   filter: "'NIC_Intel-X710' and
22016            '64B' and
22017            'NDRPDR' and
22018            'ETH' and
22019            'IP4FWD' and
22020            '2T1C' and
22021            'VHOST_1024' and
22022            not 'VXLAN' and
22023            not 'DOT1Q'"
22024   parameters:
22025   - "latency"
22026   - "parent"
22027   - "tags"
22028   sort:
22029   - "1VM"
22030   - "2VM"
22031   layout:
22032     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22033     layout: "plot-latency"
22034
22035 - type: "plot"
22036   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22037   algorithm: "plot_latency_error_bars"
22038   output-file-type: ".html"
22039   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22041   filter: "'NIC_Intel-X710' and
22042            '64B' and
22043            'NDRPDR' and
22044            'ETH' and
22045            'IP4FWD' and
22046            '4T2C' and
22047            'VHOST_1024' and
22048            not 'VXLAN' and
22049            not 'DOT1Q'"
22050   parameters:
22051   - "latency"
22052   - "parent"
22053   - "tags"
22054   sort:
22055   - "1VM"
22056   - "2VM"
22057   layout:
22058     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22059     layout: "plot-latency"
22060
22061 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22062 - type: "plot"
22063   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22064   algorithm: "plot_latency_error_bars"
22065   output-file-type: ".html"
22066   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22068   filter: "'NIC_Intel-X710' and
22069            '64B' and
22070            'NDRPDR' and
22071            ('ETH' or 'DOT1Q') and
22072            'BASE' and
22073            '2T1C' and
22074            ('L2BDMACLRN' or 'L2XCFWD') and
22075            'VHOST_1024' and
22076            not 'VXLAN' and
22077            not 'IP4FWD' and
22078            not '2VM'"
22079   parameters:
22080   - "latency"
22081   - "parent"
22082   - "tags"
22083   sort:
22084   - "L2BDMACLRN"
22085   - "L2BDMACLRN"
22086   - "L2BDMACLRN"
22087   - "L2XCFWD"
22088   - "L2XCFWD"
22089   - "L2XCFWD"
22090   layout:
22091     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22092     layout: "plot-latency"
22093
22094 - type: "plot"
22095   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22096   algorithm: "plot_latency_error_bars"
22097   output-file-type: ".html"
22098   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22100   filter: "'NIC_Intel-X710' and
22101            '64B' and
22102            'NDRPDR' and
22103            ('ETH' or 'DOT1Q') and
22104            'BASE' and
22105            '4T2C' and
22106            ('L2BDMACLRN' or 'L2XCFWD') and
22107            'VHOST_1024' and
22108            not 'VXLAN' and
22109            not 'IP4FWD' and
22110            not '2VM'"
22111   parameters:
22112   - "latency"
22113   - "parent"
22114   - "tags"
22115   sort:
22116   - "L2BDMACLRN"
22117   - "L2BDMACLRN"
22118   - "L2BDMACLRN"
22119   - "L2XCFWD"
22120   - "L2XCFWD"
22121   - "L2XCFWD"
22122   layout:
22123     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22124     layout: "plot-latency"
22125
22126 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22127 - type: "plot"
22128   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22129   algorithm: "plot_latency_error_bars"
22130   output-file-type: ".html"
22131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22133   filter: "'NIC_Intel-X710' and
22134            '64B' and
22135            'NDRPDR' and
22136            ('ETH' or 'DOT1Q') and
22137            '2T1C' and
22138            ('L2BDMACLRN' or 'L2XCFWD') and
22139            'VHOST_1024' and
22140            not 'CFS_OPT' and
22141            not 'VXLAN' and
22142            not 'IP4FWD' and
22143            not 'LBOND'"
22144   parameters:
22145   - "latency"
22146   - "parent"
22147   - "tags"
22148   sort:
22149   - "L2BDMACLRN"
22150   - "L2BDMACLRN"
22151   - "L2BDMACLRN"
22152   - "L2XCFWD"
22153   - "L2XCFWD"
22154   - "L2XCFWD"
22155   layout:
22156     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22157     layout: "plot-latency"
22158
22159 - type: "plot"
22160   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22161   algorithm: "plot_latency_error_bars"
22162   output-file-type: ".html"
22163   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22165   filter: "'NIC_Intel-X710' and
22166            '64B' and
22167            'NDRPDR' and
22168            ('ETH' or 'DOT1Q') and
22169            '4T2C' and
22170            ('L2BDMACLRN' or 'L2XCFWD') and
22171            'VHOST_1024' and
22172            not 'CFS_OPT' and
22173            not 'VXLAN' and
22174            not 'IP4FWD' and
22175            not 'LBOND'"
22176   parameters:
22177   - "latency"
22178   - "parent"
22179   - "tags"
22180   sort:
22181   - "L2BDMACLRN"
22182   - "L2BDMACLRN"
22183   - "L2BDMACLRN"
22184   - "L2XCFWD"
22185   - "L2XCFWD"
22186   - "L2XCFWD"
22187   layout:
22188     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22189     layout: "plot-latency"
22190
22191 # Packet Latency - VPP vhost ip4 2n-skx-x710
22192 - type: "plot"
22193   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22194   algorithm: "plot_latency_error_bars"
22195   output-file-type: ".html"
22196   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22198   filter: "'NIC_Intel-X710' and
22199            '64B' and
22200            'NDRPDR' and
22201            'ETH' and
22202            'IP4FWD' and
22203            '2T1C' and
22204            'VHOST_1024' and
22205            not 'VXLAN' and
22206            not 'NF_DENSITY' and
22207            not 'CFS_OPT' and
22208            not 'DOT1Q'"
22209   parameters:
22210   - "latency"
22211   - "parent"
22212   - "tags"
22213   sort:
22214   - "1VM"
22215   - "2VM"
22216   layout:
22217     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22218     layout: "plot-latency"
22219
22220 - type: "plot"
22221   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22222   algorithm: "plot_latency_error_bars"
22223   output-file-type: ".html"
22224   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22226   filter: "'NIC_Intel-X710' and
22227            '64B' and
22228            'NDRPDR' and
22229            'ETH' and
22230            'IP4FWD' and
22231            '4T2C' and
22232            'VHOST_1024' and
22233            not 'VXLAN' and
22234            not 'NF_DENSITY' and
22235            not 'CFS_OPT' and
22236            not 'DOT1Q'"
22237   parameters:
22238   - "latency"
22239   - "parent"
22240   - "tags"
22241   sort:
22242   - "1VM"
22243   - "2VM"
22244   layout:
22245     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22246     layout: "plot-latency"
22247
22248 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22249 - type: "plot"
22250   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22251   algorithm: "plot_latency_error_bars"
22252   output-file-type: ".html"
22253   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22255   filter: "'NIC_Intel-X710' and
22256            '64B' and
22257            'NDRPDR' and
22258            ('ETH' or 'DOT1Q') and
22259            'BASE' and
22260            '2T1C' and
22261            ('L2BDMACLRN' or 'L2XCFWD') and
22262            'VHOST_1024' and
22263            not 'VXLAN' and
22264            not 'NF_DENSITY' and
22265            not 'IP4FWD' and
22266            not '2VM'"
22267   parameters:
22268   - "latency"
22269   - "parent"
22270   - "tags"
22271 #  sort:
22272 #  - "not CFS_OPT"
22273 #  - "L2XCFWD"
22274 #  - "not CFS_OPT"
22275 #  - "CFS_OPT"
22276   layout:
22277     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22278     layout: "plot-latency"
22279
22280 - type: "plot"
22281   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22282   algorithm: "plot_latency_error_bars"
22283   output-file-type: ".html"
22284   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22286   filter: "'NIC_Intel-X710' and
22287            '64B' and
22288            'NDRPDR' and
22289            ('ETH' or 'DOT1Q') and
22290            'BASE' and
22291            '4T2C' and
22292            ('L2BDMACLRN' or 'L2XCFWD') and
22293            'VHOST_1024' and
22294            not 'VXLAN' and
22295            not 'NF_DENSITY' and
22296            not 'IP4FWD' and
22297            not '2VM'"
22298   parameters:
22299   - "latency"
22300   - "parent"
22301   - "tags"
22302 #  sort:
22303 #  - "not CFS_OPT"
22304 #  - "L2XCFWD"
22305 #  - "not CFS_OPT"
22306 #  - "CFS_OPT"
22307   layout:
22308     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22309     layout: "plot-latency"
22310
22311 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22312 - type: "plot"
22313   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22314   algorithm: "plot_latency_error_bars"
22315   output-file-type: ".html"
22316   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22318   filter: "'NIC_Intel-X710' and
22319            '64B' and
22320            'NDRPDR' and
22321            ('ETH' or 'DOT1Q') and
22322            '2T1C' and
22323            ('L2BDMACLRN' or 'L2XCFWD') and
22324            'VHOST_1024' and
22325            not 'CFS_OPT' and
22326            not 'VXLAN' and
22327            not 'NF_DENSITY' and
22328            not 'DOT1Q' and
22329            not 'IP4FWD'"
22330   parameters:
22331   - "latency"
22332   - "parent"
22333   - "tags"
22334 #  sort:
22335 #  - "1VM"
22336 #  - "L2XCFWD"
22337 #  - "1VM"
22338 #  - "L2BDMACLRN"
22339   layout:
22340     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22341     layout: "plot-latency"
22342
22343 - type: "plot"
22344   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22345   algorithm: "plot_latency_error_bars"
22346   output-file-type: ".html"
22347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22349   filter: "'NIC_Intel-X710' and
22350            '64B' and
22351            'NDRPDR' and
22352            ('ETH' or 'DOT1Q') and
22353            '4T2C' and
22354            ('L2BDMACLRN' or 'L2XCFWD') and
22355            'VHOST_1024' and
22356            not 'CFS_OPT' and
22357            not 'VXLAN' and
22358            not 'NF_DENSITY' and
22359            not 'DOT1Q' and
22360            not 'IP4FWD'"
22361   parameters:
22362   - "latency"
22363   - "parent"
22364   - "tags"
22365 #  sort:
22366 #  - "1VM"
22367 #  - "L2XCFWD"
22368 #  - "1VM"
22369 #  - "L2BDMACLRN"
22370   layout:
22371     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22372     layout: "plot-latency"
22373
22374 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22375 - type: "plot"
22376   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22377   algorithm: "plot_latency_error_bars"
22378   output-file-type: ".html"
22379   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22381   filter: "'NIC_Intel-XXV710' and
22382            '64B' and
22383            'NDRPDR' and
22384            'ETH' and
22385            'IP4FWD' and
22386            '2T1C' and
22387            'VHOST_1024' and
22388            not 'VXLAN' and
22389            not 'CFS_OPT' and
22390            not 'DOT1Q'"
22391   parameters:
22392   - "latency"
22393   - "parent"
22394   - "tags"
22395   sort:
22396   - "not CFS_OPT"
22397   - "1VM"
22398   - "2VM"
22399   layout:
22400     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22401     layout: "plot-latency"
22402
22403 - type: "plot"
22404   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22405   algorithm: "plot_latency_error_bars"
22406   output-file-type: ".html"
22407   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22409   filter: "'NIC_Intel-XXV710' and
22410            '64B' and
22411            'NDRPDR' and
22412            'ETH' and
22413            'IP4FWD' and
22414            '4T2C' and
22415            'VHOST_1024' and
22416            not 'VXLAN' and
22417            not 'CFS_OPT' and
22418            not 'DOT1Q'"
22419   parameters:
22420   - "latency"
22421   - "parent"
22422   - "tags"
22423   sort:
22424   - "not CFS_OPT"
22425   - "1VM"
22426   - "2VM"
22427   layout:
22428     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22429     layout: "plot-latency"
22430
22431 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22432 #- type: "plot"
22433 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22434 #  algorithm: "plot_latency_error_bars"
22435 #  output-file-type: ".html"
22436 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22437 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22438 #  filter: "'NIC_Intel-XXV710' and
22439 #           '64B' and
22440 #           'NDRPDR' and
22441 #           ('ETH' or 'DOT1Q') and
22442 #           'BASE' and
22443 #           '2T1C' and
22444 #           ('L2BDMACLRN' or 'L2XCFWD') and
22445 #           'VHOST_1024' and
22446 #           not 'VXLAN' and
22447 #           not 'IP4FWD' and
22448 #           not '2VM'"
22449 #  parameters:
22450 #  - "latency"
22451 #  - "parent"
22452 #  - "tags"
22453 ##  sort:
22454 ##  - "not CFS_OPT"
22455 ##  - "L2XCFWD"
22456 ##  - "not CFS_OPT"
22457 ##  - "CFS_OPT"
22458 #  layout:
22459 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22460 #    layout: "plot-latency"
22461 #
22462 #- type: "plot"
22463 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22464 #  algorithm: "plot_latency_error_bars"
22465 #  output-file-type: ".html"
22466 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22467 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22468 #  filter: "'NIC_Intel-XXV710' and
22469 #           '64B' and
22470 #           'NDRPDR' and
22471 #           ('ETH' or 'DOT1Q') and
22472 #           'BASE' and
22473 #           '4T2C' and
22474 #           ('L2BDMACLRN' or 'L2XCFWD') and
22475 #           'VHOST_1024' and
22476 #           not 'VXLAN' and
22477 #           not 'IP4FWD' and
22478 #           not '2VM'"
22479 #  parameters:
22480 #  - "latency"
22481 #  - "parent"
22482 #  - "tags"
22483 ##  sort:
22484 ##  - "not CFS_OPT"
22485 ##  - "L2XCFWD"
22486 ##  - "not CFS_OPT"
22487 ##  - "CFS_OPT"
22488 #  layout:
22489 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22490 #    layout: "plot-latency"
22491 #
22492 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22493 #- type: "plot"
22494 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22495 #  algorithm: "plot_latency_error_bars"
22496 #  output-file-type: ".html"
22497 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22498 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22499 #  filter: "'NIC_Intel-XXV710' and
22500 #           '64B' and
22501 #           'NDRPDR' and
22502 #           ('ETH' or 'DOT1Q') and
22503 #           '2T1C' and
22504 #           ('L2BDMACLRN' or 'L2XCFWD') and
22505 #           'VHOST_1024' and
22506 #           not 'CFS_OPT' and
22507 #           not 'VXLAN' and
22508 #           not 'DOT1Q' and
22509 #           not 'IP4FWD'"
22510 #  parameters:
22511 #  - "latency"
22512 #  - "parent"
22513 #  - "tags"
22514 ##  sort:
22515 ##  - "1VM"
22516 ##  - "L2XCFWD"
22517 ##  - "1VM"
22518 ##  - "L2BDMACLRN"
22519 #  layout:
22520 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22521 #    layout: "plot-latency"
22522 #
22523 #- type: "plot"
22524 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22525 #  algorithm: "plot_latency_error_bars"
22526 #  output-file-type: ".html"
22527 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22528 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22529 #  filter: "'NIC_Intel-XXV710' and
22530 #           '64B' and
22531 #           'NDRPDR' and
22532 #           ('ETH' or 'DOT1Q') and
22533 #           '4T2C' and
22534 #           ('L2BDMACLRN' or 'L2XCFWD') and
22535 #           'VHOST_1024' and
22536 #           not 'CFS_OPT' and
22537 #           not 'VXLAN' and
22538 #           not 'DOT1Q' and
22539 #           not 'IP4FWD'"
22540 #  parameters:
22541 #  - "latency"
22542 #  - "parent"
22543 #  - "tags"
22544 ##  sort:
22545 ##  - "1VM"
22546 ##  - "L2XCFWD"
22547 ##  - "1VM"
22548 ##  - "L2BDMACLRN"
22549 #  layout:
22550 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22551 #    layout: "plot-latency"
22552
22553 ################################################################################
22554
22555 # Packet Latency - VPP VTS 3n-hsw-x520
22556 - type: "plot"
22557   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22558   algorithm: "plot_latency_error_bars"
22559   output-file-type: ".html"
22560   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22562   filter: "'NIC_Intel-X520-DA2' and
22563            '114B' and
22564            'NDRPDR' and
22565            '1T1C' and
22566            'VTS'"
22567   parameters:
22568   - "latency"
22569   - "parent"
22570   - "tags"
22571   layout:
22572     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22573     layout: "plot-latency"
22574
22575 - type: "plot"
22576   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22577   algorithm: "plot_latency_error_bars"
22578   output-file-type: ".html"
22579   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22581   filter: "'NIC_Intel-X520-DA2' and
22582            '114B' and
22583            'NDRPDR' and
22584            '2T2C' and
22585            'VTS'"
22586   parameters:
22587   - "latency"
22588   - "parent"
22589   - "tags"
22590   layout:
22591     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22592     layout: "plot-latency"
22593
22594 ################################################################################
22595
22596 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22597 - type: "plot"
22598   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22599   algorithm: "plot_latency_error_bars"
22600   output-file-type: ".html"
22601   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22602   data: "plot-dpdk-throughput-latency-3n-hsw"
22603   filter: "'NIC_Intel-X520-DA2' and
22604            '64B' and
22605            'BASE' and
22606            'NDRPDR' and
22607            '1T1C' and
22608            'IP4FWD'"
22609   parameters:
22610   - "latency"
22611   - "parent"
22612   - "tags"
22613   layout:
22614     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22615     layout: "plot-latency"
22616
22617 - type: "plot"
22618   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22619   algorithm: "plot_latency_error_bars"
22620   output-file-type: ".html"
22621   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22622   data: "plot-dpdk-throughput-latency-3n-hsw"
22623   filter: "'NIC_Intel-X520-DA2' and
22624            '64B' and
22625            'BASE' and
22626            'NDRPDR' and
22627            '2T2C' and
22628            'IP4FWD'"
22629   parameters:
22630   - "latency"
22631   - "parent"
22632   - "tags"
22633   layout:
22634     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22635     layout: "plot-latency"
22636
22637 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22638 - type: "plot"
22639   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22640   algorithm: "plot_latency_error_bars"
22641   output-file-type: ".html"
22642   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22643   data: "plot-dpdk-throughput-latency-3n-hsw"
22644   filter: "'NIC_Intel-X710' and
22645            '64B' and
22646            'BASE' and
22647            'NDRPDR' and
22648            '1T1C' and
22649            'IP4FWD'"
22650   parameters:
22651   - "latency"
22652   - "parent"
22653   - "tags"
22654   layout:
22655     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22656     layout: "plot-latency"
22657
22658 - type: "plot"
22659   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22660   algorithm: "plot_latency_error_bars"
22661   output-file-type: ".html"
22662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22663   data: "plot-dpdk-throughput-latency-3n-hsw"
22664   filter: "'NIC_Intel-X710' and
22665            '64B' and
22666            'BASE' and
22667            'NDRPDR' and
22668            '2T2C' and
22669            'IP4FWD'"
22670   parameters:
22671   - "latency"
22672   - "parent"
22673   - "tags"
22674   layout:
22675     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22676     layout: "plot-latency"
22677
22678 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22679 - type: "plot"
22680   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22681   algorithm: "plot_latency_error_bars"
22682   output-file-type: ".html"
22683   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22684   data: "plot-dpdk-throughput-latency-3n-hsw"
22685   filter: "'NIC_Intel-XL710' and
22686            '64B' and
22687            'BASE' and
22688            'NDRPDR' and
22689            '1T1C' and
22690            'IP4FWD'"
22691   parameters:
22692   - "latency"
22693   - "parent"
22694   - "tags"
22695   layout:
22696     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22697     layout: "plot-latency"
22698
22699 - type: "plot"
22700   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22701   algorithm: "plot_latency_error_bars"
22702   output-file-type: ".html"
22703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22704   data: "plot-dpdk-throughput-latency-3n-hsw"
22705   filter: "'NIC_Intel-XL710' and
22706            '64B' and
22707            'BASE' and
22708            'NDRPDR' and
22709            '2T2C' and
22710            'IP4FWD'"
22711   parameters:
22712   - "latency"
22713   - "parent"
22714   - "tags"
22715   layout:
22716     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22717     layout: "plot-latency"
22718
22719 # Packet Latency - DPDK l3fwd 3n-skx-x710
22720 - type: "plot"
22721   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22722   algorithm: "plot_latency_error_bars"
22723   output-file-type: ".html"
22724   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22725   data: "plot-dpdk-throughput-latency-3n-skx"
22726   filter: "'NIC_Intel-X710' and
22727            '64B' and
22728            'BASE' and
22729            'NDRPDR' and
22730            '2T1C' and
22731            'IP4FWD'"
22732   parameters:
22733   - "latency"
22734   - "parent"
22735   - "tags"
22736   layout:
22737     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22738     layout: "plot-latency"
22739
22740 - type: "plot"
22741   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22742   algorithm: "plot_latency_error_bars"
22743   output-file-type: ".html"
22744   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22745   data: "plot-dpdk-throughput-latency-3n-skx"
22746   filter: "'NIC_Intel-X710' and
22747            '64B' and
22748            'BASE' and
22749            'NDRPDR' and
22750            '4T2C' and
22751            'IP4FWD'"
22752   parameters:
22753   - "latency"
22754   - "parent"
22755   - "tags"
22756   layout:
22757     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22758     layout: "plot-latency"
22759
22760 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22761 - type: "plot"
22762   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22763   algorithm: "plot_latency_error_bars"
22764   output-file-type: ".html"
22765   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22766   data: "plot-dpdk-throughput-latency-3n-skx"
22767   filter: "'NIC_Intel-XXV710' and
22768            '64B' and
22769            'BASE' and
22770            'NDRPDR' and
22771            '2T1C' and
22772            'IP4FWD'"
22773   parameters:
22774   - "latency"
22775   - "parent"
22776   - "tags"
22777   layout:
22778     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22779     layout: "plot-latency"
22780
22781 - type: "plot"
22782   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22783   algorithm: "plot_latency_error_bars"
22784   output-file-type: ".html"
22785   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22786   data: "plot-dpdk-throughput-latency-3n-skx"
22787   filter: "'NIC_Intel-XXV710' and
22788            '64B' and
22789            'BASE' and
22790            'NDRPDR' and
22791            '4T2C' and
22792            'IP4FWD'"
22793   parameters:
22794   - "latency"
22795   - "parent"
22796   - "tags"
22797   layout:
22798     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22799     layout: "plot-latency"
22800
22801 # Packet Latency - DPDK l3fwd 2n-skx-x710
22802 - type: "plot"
22803   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22804   algorithm: "plot_latency_error_bars"
22805   output-file-type: ".html"
22806   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22807   data: "plot-dpdk-throughput-latency-2n-skx"
22808   filter: "'NIC_Intel-X710' and
22809            '64B' and
22810            'BASE' and
22811            'NDRPDR' and
22812            '2T1C' and
22813            'IP4FWD'"
22814   parameters:
22815   - "latency"
22816   - "parent"
22817   - "tags"
22818   layout:
22819     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22820     layout: "plot-latency"
22821
22822 - type: "plot"
22823   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22824   algorithm: "plot_latency_error_bars"
22825   output-file-type: ".html"
22826   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22827   data: "plot-dpdk-throughput-latency-2n-skx"
22828   filter: "'NIC_Intel-X710' and
22829            '64B' and
22830            'BASE' and
22831            'NDRPDR' and
22832            '4T2C' and
22833            'IP4FWD'"
22834   parameters:
22835   - "latency"
22836   - "parent"
22837   - "tags"
22838   layout:
22839     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22840     layout: "plot-latency"
22841
22842 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22843 - type: "plot"
22844   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22845   algorithm: "plot_latency_error_bars"
22846   output-file-type: ".html"
22847   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22848   data: "plot-dpdk-throughput-latency-2n-skx"
22849   filter: "'NIC_Intel-XXV710' and
22850            '64B' and
22851            'BASE' and
22852            'NDRPDR' and
22853            '2T1C' and
22854            'IP4FWD'"
22855   parameters:
22856   - "latency"
22857   - "parent"
22858   - "tags"
22859   layout:
22860     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22861     layout: "plot-latency"
22862
22863 - type: "plot"
22864   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22865   algorithm: "plot_latency_error_bars"
22866   output-file-type: ".html"
22867   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22868   data: "plot-dpdk-throughput-latency-2n-skx"
22869   filter: "'NIC_Intel-XXV710' and
22870            '64B' and
22871            'BASE' and
22872            'NDRPDR' and
22873            '4T2C' and
22874            'IP4FWD'"
22875   parameters:
22876   - "latency"
22877   - "parent"
22878   - "tags"
22879   layout:
22880     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22881     layout: "plot-latency"
22882
22883 ################################################################################
22884
22885 # Packet Latency - DPDK testpmd 3n-hsw-x520
22886 - type: "plot"
22887   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22888   algorithm: "plot_latency_error_bars"
22889   output-file-type: ".html"
22890   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22891   data: "plot-dpdk-throughput-latency-3n-hsw"
22892   filter: "'NIC_Intel-X520-DA2' and
22893            '64B' and
22894            'BASE' and
22895            'NDRPDR' and
22896            '1T1C' and
22897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22898   parameters:
22899   - "latency"
22900   - "parent"
22901   - "tags"
22902   layout:
22903     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22904     layout: "plot-latency"
22905
22906 - type: "plot"
22907   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22908   algorithm: "plot_latency_error_bars"
22909   output-file-type: ".html"
22910   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22911   data: "plot-dpdk-throughput-latency-3n-hsw"
22912   filter: "'NIC_Intel-X520-DA2' and
22913            '64B' and
22914            'BASE' and
22915            'NDRPDR' and
22916            '2T2C' and
22917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22918   parameters:
22919   - "latency"
22920   - "parent"
22921   - "tags"
22922   layout:
22923     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22924     layout: "plot-latency"
22925
22926 # Packet Latency - DPDK testpmd 3n-hsw-x710
22927 - type: "plot"
22928   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22929   algorithm: "plot_latency_error_bars"
22930   output-file-type: ".html"
22931   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22932   data: "plot-dpdk-throughput-latency-3n-hsw"
22933   filter: "'NIC_Intel-X710' and
22934            '64B' and
22935            'BASE' and
22936            'NDRPDR' and
22937            '1T1C' and
22938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22939   parameters:
22940   - "latency"
22941   - "parent"
22942   - "tags"
22943   layout:
22944     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22945     layout: "plot-latency"
22946
22947 - type: "plot"
22948   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22949   algorithm: "plot_latency_error_bars"
22950   output-file-type: ".html"
22951   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22952   data: "plot-dpdk-throughput-latency-3n-hsw"
22953   filter: "'NIC_Intel-X710' and
22954            '64B' and
22955            'BASE' and
22956            'NDRPDR' and
22957            '2T2C' and
22958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22959   parameters:
22960   - "latency"
22961   - "parent"
22962   - "tags"
22963   layout:
22964     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22965     layout: "plot-latency"
22966
22967 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22968 - type: "plot"
22969   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22970   algorithm: "plot_latency_error_bars"
22971   output-file-type: ".html"
22972   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22973   data: "plot-dpdk-throughput-latency-3n-hsw"
22974   filter: "'NIC_Intel-XL710' and
22975            '64B' and
22976            'BASE' and
22977            'NDRPDR' and
22978            '1T1C' and
22979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22980   parameters:
22981   - "latency"
22982   - "parent"
22983   - "tags"
22984   layout:
22985     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22986     layout: "plot-latency"
22987
22988 - type: "plot"
22989   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22990   algorithm: "plot_latency_error_bars"
22991   output-file-type: ".html"
22992   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22993   data: "plot-dpdk-throughput-latency-3n-hsw"
22994   filter: "'NIC_Intel-XL710' and
22995            '64B' and
22996            'BASE' and
22997            'NDRPDR' and
22998            '2T2C' and
22999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23000   parameters:
23001   - "latency"
23002   - "parent"
23003   - "tags"
23004   layout:
23005     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23006     layout: "plot-latency"
23007
23008 # Packet Latency - DPDK testpmd 3n-skx-x710
23009 - type: "plot"
23010   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23011   algorithm: "plot_latency_error_bars"
23012   output-file-type: ".html"
23013   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23014   data: "plot-dpdk-throughput-latency-3n-skx"
23015   filter: "'NIC_Intel-X710' and
23016            '64B' and
23017            'BASE' and
23018            'NDRPDR' and
23019            '2T1C' and
23020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23021   parameters:
23022   - "latency"
23023   - "parent"
23024   - "tags"
23025   layout:
23026     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23027     layout: "plot-latency"
23028
23029 - type: "plot"
23030   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23031   algorithm: "plot_latency_error_bars"
23032   output-file-type: ".html"
23033   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23034   data: "plot-dpdk-throughput-latency-3n-skx"
23035   filter: "'NIC_Intel-X710' and
23036            '64B' and
23037            'BASE' and
23038            'NDRPDR' and
23039            '4T2C' and
23040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23041   parameters:
23042   - "latency"
23043   - "parent"
23044   - "tags"
23045   layout:
23046     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23047     layout: "plot-latency"
23048
23049 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23050 - type: "plot"
23051   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23052   algorithm: "plot_latency_error_bars"
23053   output-file-type: ".html"
23054   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23055   data: "plot-dpdk-throughput-latency-3n-skx"
23056   filter: "'NIC_Intel-XXV710' and
23057            '64B' and
23058            'BASE' and
23059            'NDRPDR' and
23060            '2T1C' and
23061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23062   parameters:
23063   - "latency"
23064   - "parent"
23065   - "tags"
23066   layout:
23067     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23068     layout: "plot-latency"
23069
23070 - type: "plot"
23071   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23072   algorithm: "plot_latency_error_bars"
23073   output-file-type: ".html"
23074   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23075   data: "plot-dpdk-throughput-latency-3n-skx"
23076   filter: "'NIC_Intel-XXV710' and
23077            '64B' and
23078            'BASE' and
23079            'NDRPDR' and
23080            '4T2C' and
23081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23082   parameters:
23083   - "latency"
23084   - "parent"
23085   - "tags"
23086   layout:
23087     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23088     layout: "plot-latency"
23089
23090 # Packet Latency - DPDK testpmd 2n-skx-x710
23091 - type: "plot"
23092   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23093   algorithm: "plot_latency_error_bars"
23094   output-file-type: ".html"
23095   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23096   data: "plot-dpdk-throughput-latency-2n-skx"
23097   filter: "'NIC_Intel-X710' and
23098            '64B' and
23099            'BASE' and
23100            'NDRPDR' and
23101            '2T1C' and
23102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23103   parameters:
23104   - "latency"
23105   - "parent"
23106   - "tags"
23107   layout:
23108     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23109     layout: "plot-latency"
23110
23111 - type: "plot"
23112   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23113   algorithm: "plot_latency_error_bars"
23114   output-file-type: ".html"
23115   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23116   data: "plot-dpdk-throughput-latency-2n-skx"
23117   filter: "'NIC_Intel-X710' and
23118            '64B' and
23119            'BASE' and
23120            'NDRPDR' and
23121            '4T2C' and
23122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23123   parameters:
23124   - "latency"
23125   - "parent"
23126   - "tags"
23127   layout:
23128     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23129     layout: "plot-latency"
23130
23131 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23132 - type: "plot"
23133   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23134   algorithm: "plot_latency_error_bars"
23135   output-file-type: ".html"
23136   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23137   data: "plot-dpdk-throughput-latency-2n-skx"
23138   filter: "'NIC_Intel-XXV710' and
23139            '64B' and
23140            'BASE' and
23141            'NDRPDR' and
23142            '2T1C' and
23143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23144   parameters:
23145   - "latency"
23146   - "parent"
23147   - "tags"
23148   layout:
23149     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23150     layout: "plot-latency"
23151
23152 - type: "plot"
23153   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23154   algorithm: "plot_latency_error_bars"
23155   output-file-type: ".html"
23156   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23157   data: "plot-dpdk-throughput-latency-2n-skx"
23158   filter: "'NIC_Intel-XXV710' and
23159            '64B' and
23160            'BASE' and
23161            'NDRPDR' and
23162            '4T2C' and
23163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23164   parameters:
23165   - "latency"
23166   - "parent"
23167   - "tags"
23168   layout:
23169     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23170     layout: "plot-latency"
23171
23172 ################################################################################
23173
23174 # Speedup - VPP Container Memif 3n-hsw-x520
23175 - type: "plot"
23176   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23177   algorithm: "plot_throughput_speedup_analysis"
23178   output-file-type: ".html"
23179   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23180   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23181   filter: "'NIC_Intel-X520-DA2' and
23182            '64B' and
23183            ('BASE' or 'SCALE') and
23184            'NDRPDR' and
23185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23186            not 'VHOST' and
23187            'MEMIF'"
23188   parameters:
23189   - "throughput"
23190   - "parent"
23191   - "tags"
23192   sort:
23193   - "L2XCFWD"
23194   - "L2XCFWD"
23195   - "L2XCFWD"
23196   - "L2BDMACLRN"
23197   - "L2BDMACLRN"
23198   - "L2BDMACLRN"
23199   - "IP4FWD"
23200   layout:
23201     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23202     layout: "plot-throughput-speedup-analysis"
23203
23204 - type: "plot"
23205   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23206   algorithm: "plot_throughput_speedup_analysis"
23207   output-file-type: ".html"
23208   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23210   filter: "'NIC_Intel-X520-DA2' and
23211            '64B' and
23212            ('BASE' or 'SCALE') and
23213            'NDRPDR' and
23214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23215            not 'VHOST' and
23216            'MEMIF'"
23217   parameters:
23218   - "throughput"
23219   - "parent"
23220   - "tags"
23221   sort:
23222   - "L2XCFWD"
23223   - "L2XCFWD"
23224   - "L2XCFWD"
23225   - "L2BDMACLRN"
23226   - "L2BDMACLRN"
23227   - "L2BDMACLRN"
23228   - "IP4FWD"
23229   layout:
23230     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23231     layout: "plot-throughput-speedup-analysis"
23232
23233 # Speedup - VPP Container Memif 3n-hsw-x710
23234 - type: "plot"
23235   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23236   algorithm: "plot_throughput_speedup_analysis"
23237   output-file-type: ".html"
23238   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23240   filter: "'NIC_Intel-X710' and
23241            '64B' and
23242            ('BASE' or 'SCALE') and
23243            'NDRPDR' and
23244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23245            not 'VHOST' and
23246            'MEMIF'"
23247   parameters:
23248   - "throughput"
23249   - "parent"
23250   - "tags"
23251   sort:
23252   - "L2XCFWD"
23253   - "L2XCFWD"
23254   - "L2XCFWD"
23255   - "L2BDMACLRN"
23256   - "L2BDMACLRN"
23257   - "L2BDMACLRN"
23258   - "IP4FWD"
23259   layout:
23260     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23261     layout: "plot-throughput-speedup-analysis"
23262
23263 - type: "plot"
23264   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23265   algorithm: "plot_throughput_speedup_analysis"
23266   output-file-type: ".html"
23267   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23269   filter: "'NIC_Intel-X710' and
23270            '64B' and
23271            ('BASE' or 'SCALE') and
23272            'NDRPDR' and
23273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23274            not 'VHOST' and
23275            'MEMIF'"
23276   parameters:
23277   - "throughput"
23278   - "parent"
23279   - "tags"
23280   sort:
23281   - "L2XCFWD"
23282   - "L2XCFWD"
23283   - "L2XCFWD"
23284   - "L2BDMACLRN"
23285   - "L2BDMACLRN"
23286   - "L2BDMACLRN"
23287   - "IP4FWD"
23288   layout:
23289     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23290     layout: "plot-throughput-speedup-analysis"
23291
23292 # Speedup - VPP Container Memif 3n-hsw-xl710
23293 - type: "plot"
23294   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23295   algorithm: "plot_throughput_speedup_analysis"
23296   output-file-type: ".html"
23297   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23299   filter: "'NIC_Intel-XL710' and
23300            '64B' and
23301            ('BASE' or 'SCALE') and
23302            'NDRPDR' and
23303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23304            not 'VHOST' and
23305            'MEMIF'"
23306   parameters:
23307   - "throughput"
23308   - "parent"
23309   - "tags"
23310   sort:
23311   - "L2XCFWD"
23312   - "L2XCFWD"
23313   - "L2XCFWD"
23314   - "L2BDMACLRN"
23315   - "L2BDMACLRN"
23316   - "L2BDMACLRN"
23317   - "IP4FWD"
23318   layout:
23319     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23320     layout: "plot-throughput-speedup-analysis"
23321
23322 - type: "plot"
23323   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23324   algorithm: "plot_throughput_speedup_analysis"
23325   output-file-type: ".html"
23326   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23327   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23328   filter: "'NIC_Intel-XL710' and
23329            '64B' and
23330            ('BASE' or 'SCALE') and
23331            'NDRPDR' and
23332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23333            not 'VHOST' and
23334            'MEMIF'"
23335   parameters:
23336   - "throughput"
23337   - "parent"
23338   - "tags"
23339   sort:
23340   - "L2XCFWD"
23341   - "L2XCFWD"
23342   - "L2XCFWD"
23343   - "L2BDMACLRN"
23344   - "L2BDMACLRN"
23345   - "L2BDMACLRN"
23346   - "IP4FWD"
23347   layout:
23348     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23349     layout: "plot-throughput-speedup-analysis"
23350
23351 # Speedup - VPP Container Memif 3n-skx-x710
23352 - type: "plot"
23353   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23354   algorithm: "plot_throughput_speedup_analysis"
23355   output-file-type: ".html"
23356   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23358   filter: "'NIC_Intel-X710' and
23359            '64B' and
23360            ('BASE' or 'SCALE') and
23361            'NDRPDR' and
23362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23363            not 'VHOST' and
23364            'MEMIF'"
23365   parameters:
23366   - "throughput"
23367   - "parent"
23368   - "tags"
23369   sort:
23370   - "L2XCFWD"
23371   - "L2XCFWD"
23372   - "L2XCFWD"
23373   - "L2BDMACLRN"
23374   - "L2BDMACLRN"
23375   - "L2BDMACLRN"
23376   - "IP4FWD"
23377   layout:
23378     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23379     layout: "plot-throughput-speedup-analysis"
23380
23381 - type: "plot"
23382   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23383   algorithm: "plot_throughput_speedup_analysis"
23384   output-file-type: ".html"
23385   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23387   filter: "'NIC_Intel-X710' and
23388            '64B' and
23389            ('BASE' or 'SCALE') and
23390            'NDRPDR' and
23391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23392            not 'VHOST' and
23393            'MEMIF'"
23394   parameters:
23395   - "throughput"
23396   - "parent"
23397   - "tags"
23398   sort:
23399   - "L2XCFWD"
23400   - "L2XCFWD"
23401   - "L2XCFWD"
23402   - "L2BDMACLRN"
23403   - "L2BDMACLRN"
23404   - "L2BDMACLRN"
23405   - "IP4FWD"
23406   layout:
23407     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23408     layout: "plot-throughput-speedup-analysis"
23409
23410 # Speedup - VPP Container Memif 2n-skx-x710
23411 - type: "plot"
23412   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23413   algorithm: "plot_throughput_speedup_analysis"
23414   output-file-type: ".html"
23415   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23417   filter: "'NIC_Intel-X710' and
23418            '64B' and
23419            ('BASE' or 'SCALE') and
23420            'NDRPDR' and
23421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23422            not 'VHOST' and
23423            not 'NF_DENSITY' and
23424            'MEMIF'"
23425   parameters:
23426   - "throughput"
23427   - "parent"
23428   - "tags"
23429   sort:
23430   - "L2XCFWD"
23431   - "L2XCFWD"
23432   - "L2XCFWD"
23433   - "L2BDMACLRN"
23434   - "L2BDMACLRN"
23435   - "L2BDMACLRN"
23436   - "IP4FWD"
23437   layout:
23438     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23439     layout: "plot-throughput-speedup-analysis"
23440
23441 - type: "plot"
23442   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23443   algorithm: "plot_throughput_speedup_analysis"
23444   output-file-type: ".html"
23445   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23447   filter: "'NIC_Intel-X710' and
23448            '64B' and
23449            ('BASE' or 'SCALE') and
23450            'NDRPDR' and
23451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23452            not 'VHOST' and
23453            not 'NF_DENSITY' and
23454            'MEMIF'"
23455   parameters:
23456   - "throughput"
23457   - "parent"
23458   - "tags"
23459   sort:
23460   - "L2XCFWD"
23461   - "L2XCFWD"
23462   - "L2XCFWD"
23463   - "L2BDMACLRN"
23464   - "L2BDMACLRN"
23465   - "L2BDMACLRN"
23466   - "IP4FWD"
23467   layout:
23468     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23469     layout: "plot-throughput-speedup-analysis"
23470
23471 ## Speedup - VPP Container Memif 2n-skx-xxv710
23472 #- type: "plot"
23473 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23474 #  algorithm: "plot_throughput_speedup_analysis"
23475 #  output-file-type: ".html"
23476 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23477 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23478 #  filter: "'NIC_Intel-XXV710' and
23479 #           '64B' and
23480 #           ('BASE' or 'SCALE') and
23481 #           'NDRPDR' and
23482 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23483 #           not 'VHOST' and
23484 #           'MEMIF'"
23485 #  parameters:
23486 #  - "throughput"
23487 #  - "parent"
23488 #  - "tags"
23489 #  sort:
23490 #  - "L2XCFWD"
23491 #  - "L2XCFWD"
23492 #  - "L2XCFWD"
23493 #  - "L2BDMACLRN"
23494 #  - "L2BDMACLRN"
23495 #  - "L2BDMACLRN"
23496 #  - "IP4FWD"
23497 #  layout:
23498 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23499 #    layout: "plot-throughput-speedup-analysis"
23500 #
23501 #- type: "plot"
23502 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23503 #  algorithm: "plot_throughput_speedup_analysis"
23504 #  output-file-type: ".html"
23505 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23507 #  filter: "'NIC_Intel-XXV710' and
23508 #           '64B' and
23509 #           ('BASE' or 'SCALE') and
23510 #           'NDRPDR' and
23511 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23512 #           not 'VHOST' and
23513 #           'MEMIF'"
23514 #  parameters:
23515 #  - "throughput"
23516 #  - "parent"
23517 #  - "tags"
23518 #  sort:
23519 #  - "L2XCFWD"
23520 #  - "L2XCFWD"
23521 #  - "L2XCFWD"
23522 #  - "L2BDMACLRN"
23523 #  - "L2BDMACLRN"
23524 #  - "L2BDMACLRN"
23525 #  - "IP4FWD"
23526 #  layout:
23527 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23528 #    layout: "plot-throughput-speedup-analysis"
23529
23530 ################################################################################
23531
23532 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23533 #- type: "plot"
23534 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23535 #  algorithm: "plot_throughput_speedup_analysis"
23536 #  output-file-type: ".html"
23537 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23538 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23539 #  filter: "'NIC_Intel-X520-DA2' and
23540 #           '64B' and
23541 #           ('BASE' or 'SCALE') and
23542 #           'NDRPDR' and
23543 #           'L2XCFWD' and
23544 #           not 'VHOST' and
23545 #           not 'NF_DENSITY' and
23546 #           'MEMIF'"
23547 #  parameters:
23548 #  - "throughput"
23549 #  - "parent"
23550 #  - "tags"
23551 #  sort:
23552 #  - "1VNF"
23553 #  - "2VNF"
23554 #  - "4VNF"
23555 #  - "2VNF"
23556 #  - "4VNF"
23557 #  layout:
23558 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23559 #    layout: "plot-throughput-speedup-analysis"
23560 #
23561 #- type: "plot"
23562 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23563 #  algorithm: "plot_throughput_speedup_analysis"
23564 #  output-file-type: ".html"
23565 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23566 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23567 #  filter: "'NIC_Intel-X520-DA2' and
23568 #           '64B' and
23569 #           ('BASE' or 'SCALE') and
23570 #           'NDRPDR' and
23571 #           'L2XCFWD' and
23572 #           not 'VHOST' and
23573 #           not 'NF_DENSITY' and
23574 #           'MEMIF'"
23575 #  parameters:
23576 #  - "throughput"
23577 #  - "parent"
23578 #  - "tags"
23579 #  sort:
23580 #  - "1VNF"
23581 #  - "2VNF"
23582 #  - "4VNF"
23583 #  - "2VNF"
23584 #  - "4VNF"
23585 #  layout:
23586 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23587 #    layout: "plot-throughput-speedup-analysis"
23588 #
23589 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23590 #- type: "plot"
23591 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23592 #  algorithm: "plot_throughput_speedup_analysis"
23593 #  output-file-type: ".html"
23594 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23595 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23596 #  filter: "'NIC_Intel-X520-DA2' and
23597 #           '64B' and
23598 #           ('BASE' or 'SCALE') and
23599 #           'NDRPDR' and
23600 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23601 #           not 'VHOST' and
23602 #           not 'NF_DENSITY' and
23603 #           'MEMIF'"
23604 #  parameters:
23605 #  - "throughput"
23606 #  - "parent"
23607 #  - "tags"
23608 #  sort:
23609 #  - "1VNF"
23610 #  - "2VNF"
23611 #  - "4VNF"
23612 #  - "2VNF"
23613 #  - "4VNF"
23614 #  layout:
23615 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23616 #    layout: "plot-throughput-speedup-analysis"
23617 #
23618 #- type: "plot"
23619 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23620 #  algorithm: "plot_throughput_speedup_analysis"
23621 #  output-file-type: ".html"
23622 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23623 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23624 #  filter: "'NIC_Intel-X520-DA2' and
23625 #           '64B' and
23626 #           ('BASE' or 'SCALE') and
23627 #           'NDRPDR' and
23628 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23629 #           not 'VHOST' and
23630 #           not 'NF_DENSITY' and
23631 #           'MEMIF'"
23632 #  parameters:
23633 #  - "throughput"
23634 #  - "parent"
23635 #  - "tags"
23636 #  sort:
23637 #  - "1VNF"
23638 #  - "2VNF"
23639 #  - "4VNF"
23640 #  - "2VNF"
23641 #  - "4VNF"
23642 #  layout:
23643 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23644 #    layout: "plot-throughput-speedup-analysis"
23645 #
23646 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23647 #- type: "plot"
23648 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23649 #  algorithm: "plot_throughput_speedup_analysis"
23650 #  output-file-type: ".html"
23651 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23652 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23653 #  filter: "'NIC_Intel-X710' and
23654 #           '64B' and
23655 #           ('BASE' or 'SCALE') and
23656 #           'NDRPDR' and
23657 #           'L2XCFWD' and
23658 #           not 'VHOST' and
23659 #           not 'NF_DENSITY' and
23660 #           'MEMIF'"
23661 #  parameters:
23662 #  - "throughput"
23663 #  - "parent"
23664 #  - "tags"
23665 #  sort:
23666 #  - "1VNF"
23667 #  - "2VNF"
23668 #  - "4VNF"
23669 #  - "2VNF"
23670 #  - "4VNF"
23671 #  layout:
23672 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23673 #    layout: "plot-throughput-speedup-analysis"
23674 #
23675 #- type: "plot"
23676 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23677 #  algorithm: "plot_throughput_speedup_analysis"
23678 #  output-file-type: ".html"
23679 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23680 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23681 #  filter: "'NIC_Intel-X710' and
23682 #           '64B' and
23683 #           ('BASE' or 'SCALE') and
23684 #           'NDRPDR' and
23685 #           'L2XCFWD' and
23686 #           not 'VHOST' and
23687 #           not 'NF_DENSITY' and
23688 #           'MEMIF'"
23689 #  parameters:
23690 #  - "throughput"
23691 #  - "parent"
23692 #  - "tags"
23693 #  sort:
23694 #  - "1VNF"
23695 #  - "2VNF"
23696 #  - "4VNF"
23697 #  - "2VNF"
23698 #  - "4VNF"
23699 #  layout:
23700 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23701 #    layout: "plot-throughput-speedup-analysis"
23702 #
23703 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23704 #- type: "plot"
23705 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23706 #  algorithm: "plot_throughput_speedup_analysis"
23707 #  output-file-type: ".html"
23708 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23709 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23710 #  filter: "'NIC_Intel-X710' and
23711 #           '64B' and
23712 #           ('BASE' or 'SCALE') and
23713 #           'NDRPDR' and
23714 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23715 #           not 'VHOST' and
23716 #           not 'NF_DENSITY' and
23717 #           'MEMIF'"
23718 #  parameters:
23719 #  - "throughput"
23720 #  - "parent"
23721 #  - "tags"
23722 #  sort:
23723 #  - "1VNF"
23724 #  - "2VNF"
23725 #  - "4VNF"
23726 #  - "2VNF"
23727 #  - "4VNF"
23728 #  layout:
23729 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23730 #    layout: "plot-throughput-speedup-analysis"
23731 #
23732 #- type: "plot"
23733 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23734 #  algorithm: "plot_throughput_speedup_analysis"
23735 #  output-file-type: ".html"
23736 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23737 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23738 #  filter: "'NIC_Intel-X710' and
23739 #           '64B' and
23740 #           ('BASE' or 'SCALE') and
23741 #           'NDRPDR' and
23742 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23743 #           not 'VHOST' and
23744 #           not 'NF_DENSITY' and
23745 #           'MEMIF'"
23746 #  parameters:
23747 #  - "throughput"
23748 #  - "parent"
23749 #  - "tags"
23750 #  sort:
23751 #  - "1VNF"
23752 #  - "2VNF"
23753 #  - "4VNF"
23754 #  - "2VNF"
23755 #  - "4VNF"
23756 #  layout:
23757 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23758 #    layout: "plot-throughput-speedup-analysis"
23759
23760 ################################################################################
23761
23762 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23763 - type: "plot"
23764   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23765   algorithm: "plot_throughput_speedup_analysis"
23766   output-file-type: ".html"
23767   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23769   filter: "'NIC_Intel-X520-DA2' and
23770            '64B' and
23771            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23772            'NDRPDR' and
23773            'IP4FWD' and
23774            not 'IPSEC' and
23775            not 'DOT1Q' and
23776            not 'VHOST'"
23777   parameters:
23778   - "throughput"
23779   - "parent"
23780   - "tags"
23781   sort:
23782   - "DOT1Q"
23783   - "IP4BASE"
23784   - "FIB_20K"
23785   - "FIB_200K"
23786   - "FIB_2M"
23787   layout:
23788     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23789     layout: "plot-throughput-speedup-analysis"
23790
23791 - type: "plot"
23792   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23793   algorithm: "plot_throughput_speedup_analysis"
23794   output-file-type: ".html"
23795   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23797   filter: "'NIC_Intel-X520-DA2' and
23798            '64B' and
23799            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23800            'NDRPDR' and
23801            'IP4FWD' and
23802            not 'IPSEC' and
23803            not 'DOT1Q' and
23804            not 'VHOST'"
23805   parameters:
23806   - "throughput"
23807   - "parent"
23808   - "tags"
23809   sort:
23810   - "DOT1Q"
23811   - "IP4BASE"
23812   - "FIB_20K"
23813   - "FIB_200K"
23814   - "FIB_2M"
23815   layout:
23816     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23817     layout: "plot-throughput-speedup-analysis"
23818
23819 # Speedup - VPP IPv4 3n-hsw-x520 features
23820 - type: "plot"
23821   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23822   algorithm: "plot_throughput_speedup_analysis"
23823   output-file-type: ".html"
23824   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23826   filter: "'NIC_Intel-X520-DA2' and
23827            '64B' and
23828            ('IP4BASE' or
23829             'POLICE_MARK' or
23830             'COPWHLIST' or
23831             ('NAT44' and 'BASE') or
23832             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23833            'NDRPDR' and
23834            'IP4FWD' and
23835            not 'IPSEC' and
23836            not 'VHOST'"
23837   parameters:
23838   - "throughput"
23839   - "parent"
23840   - "tags"
23841   sort:
23842   - "DOT1Q"
23843   - "IP4BASE"
23844   - "NAT44"
23845   - "POLICE_MARK"
23846   - "COPWHLIST"
23847   - "IACL"
23848   - "OACL"
23849   layout:
23850     title: "ip4-3n-hsw-x520-64b-features-ndr"
23851     layout: "plot-throughput-speedup-analysis"
23852
23853 - type: "plot"
23854   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23855   algorithm: "plot_throughput_speedup_analysis"
23856   output-file-type: ".html"
23857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23859   filter: "'NIC_Intel-X520-DA2' and
23860            '64B' and
23861            ('IP4BASE' or
23862             'POLICE_MARK' or
23863             'COPWHLIST' or
23864             ('NAT44' and 'BASE') or
23865             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23866            'NDRPDR' and
23867            'IP4FWD' and
23868            not 'IPSEC' and
23869            not 'VHOST'"
23870   parameters:
23871   - "throughput"
23872   - "parent"
23873   - "tags"
23874   sort:
23875   - "DOT1Q"
23876   - "IP4BASE"
23877   - "NAT44"
23878   - "POLICE_MARK"
23879   - "COPWHLIST"
23880   - "IACL"
23881   - "OACL"
23882   layout:
23883     title: "ip4-3n-hsw-x520-64b-features-pdr"
23884     layout: "plot-throughput-speedup-analysis"
23885
23886 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23887 - type: "plot"
23888   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23889   algorithm: "plot_throughput_speedup_analysis"
23890   output-file-type: ".html"
23891   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23893   filter: "'NIC_Intel-X520-DA2' and
23894            '64B' and
23895            'NDRPDR' and
23896            'IP4FWD' and
23897            ('NAT44' or 'IP4BASE') and
23898            not 'DOT1Q' and
23899            not 'IPSEC' and
23900            not 'VHOST'"
23901   parameters:
23902   - "throughput"
23903   - "parent"
23904   - "tags"
23905   sort:
23906   - "IP4BASE"
23907   - "BASE"
23908   - "SRC_USER_10"
23909   - "SRC_USER_100"
23910   - "SRC_USER_1000"
23911   - "SRC_USER_2000"
23912   layout:
23913     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23914     layout: "plot-throughput-speedup-analysis"
23915
23916 - type: "plot"
23917   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23918   algorithm: "plot_throughput_speedup_analysis"
23919   output-file-type: ".html"
23920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23922   filter: "'NIC_Intel-X520-DA2' and
23923            '64B' and
23924            'NDRPDR' and
23925            'IP4FWD' and
23926            ('NAT44' or 'IP4BASE') and
23927            not 'DOT1Q' and
23928            not 'IPSEC' and
23929            not 'VHOST'"
23930   parameters:
23931   - "throughput"
23932   - "parent"
23933   - "tags"
23934   sort:
23935   - "IP4BASE"
23936   - "BASE"
23937   - "SRC_USER_10"
23938   - "SRC_USER_100"
23939   - "SRC_USER_1000"
23940   - "SRC_USER_2000"
23941   layout:
23942     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23943     layout: "plot-throughput-speedup-analysis"
23944
23945 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23946 - type: "plot"
23947   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23948   algorithm: "plot_throughput_speedup_analysis"
23949   output-file-type: ".html"
23950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23952   filter: "'NIC_Intel-X520-DA2' and
23953            '64B' and
23954            'NDRPDR' and
23955            'IP4FWD' and
23956            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23957            not 'IPSEC' and
23958            not 'DOT1Q' and
23959            not 'VHOST'"
23960   parameters:
23961   - "throughput"
23962   - "parent"
23963   - "tags"
23964   sort:
23965   - "IP4BASE"
23966   - "ACL_STATELESS"
23967   - "ACL_STATEFUL"
23968   - "ACL_STATELESS"
23969   - "ACL_STATEFUL"
23970   layout:
23971     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23972     layout: "plot-throughput-speedup-analysis"
23973
23974 - type: "plot"
23975   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23976   algorithm: "plot_throughput_speedup_analysis"
23977   output-file-type: ".html"
23978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23980   filter: "'NIC_Intel-X520-DA2' and
23981            '64B' and
23982            'NDRPDR' and
23983            'IP4FWD' and
23984            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23985            not 'IPSEC' and
23986            not 'DOT1Q' and
23987            not 'VHOST'"
23988   parameters:
23989   - "throughput"
23990   - "parent"
23991   - "tags"
23992   sort:
23993   - "IP4BASE"
23994   - "ACL_STATELESS"
23995   - "ACL_STATEFUL"
23996   - "ACL_STATELESS"
23997   - "ACL_STATEFUL"
23998   layout:
23999     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24000     layout: "plot-throughput-speedup-analysis"
24001
24002 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24003 - type: "plot"
24004   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24005   algorithm: "plot_throughput_speedup_analysis"
24006   output-file-type: ".html"
24007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24009   filter: "'NIC_Intel-X520-DA2' and
24010            '64B' and
24011            'NDRPDR' and
24012            'IP4FWD' and
24013            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24014            not 'IPSEC' and
24015            not 'DOT1Q' and
24016            not 'VHOST'"
24017   parameters:
24018   - "throughput"
24019   - "parent"
24020   - "tags"
24021   sort:
24022   - "IP4BASE"
24023   - "ACL_STATELESS"
24024   - "ACL_STATEFUL"
24025   - "ACL_STATELESS"
24026   - "ACL_STATEFUL"
24027   layout:
24028     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24029     layout: "plot-throughput-speedup-analysis"
24030
24031 - type: "plot"
24032   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24033   algorithm: "plot_throughput_speedup_analysis"
24034   output-file-type: ".html"
24035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24037   filter: "'NIC_Intel-X520-DA2' and
24038            '64B' and
24039            'NDRPDR' and
24040            'IP4FWD' and
24041            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24042            not 'IPSEC' and
24043            not 'DOT1Q' and
24044            not 'VHOST'"
24045   parameters:
24046   - "throughput"
24047   - "parent"
24048   - "tags"
24049   sort:
24050   - "IP4BASE"
24051   - "ACL_STATELESS"
24052   - "ACL_STATEFUL"
24053   - "ACL_STATELESS"
24054   - "ACL_STATEFUL"
24055   layout:
24056     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24057     layout: "plot-throughput-speedup-analysis"
24058
24059 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24060 - type: "plot"
24061   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24062   algorithm: "plot_throughput_speedup_analysis"
24063   output-file-type: ".html"
24064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24066   filter: "'NIC_Intel-X710' and
24067            '64B' and
24068            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24069            'NDRPDR' and
24070            'IP4FWD' and
24071            not 'IPSEC' and
24072            not 'DOT1Q' and
24073            not 'VHOST'"
24074   parameters:
24075   - "throughput"
24076   - "parent"
24077   - "tags"
24078   sort:
24079   - "IP4BASE"
24080   - "FIB_20K"
24081   - "FIB_200K"
24082   - "FIB_2M"
24083   layout:
24084     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24085     layout: "plot-throughput-speedup-analysis"
24086
24087 - type: "plot"
24088   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24089   algorithm: "plot_throughput_speedup_analysis"
24090   output-file-type: ".html"
24091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24093   filter: "'NIC_Intel-X710' and
24094            '64B' and
24095            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24096            'NDRPDR' and
24097            'IP4FWD' and
24098            not 'IPSEC' and
24099            not 'DOT1Q' and
24100            not 'VHOST'"
24101   parameters:
24102   - "throughput"
24103   - "parent"
24104   - "tags"
24105   sort:
24106   - "IP4BASE"
24107   - "FIB_20K"
24108   - "FIB_200K"
24109   - "FIB_2M"
24110   layout:
24111     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24112     layout: "plot-throughput-speedup-analysis"
24113
24114 # Speedup - VPP IPv4 3n-hsw-x710 features
24115 - type: "plot"
24116   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24117   algorithm: "plot_throughput_speedup_analysis"
24118   output-file-type: ".html"
24119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24121   filter: "'NIC_Intel-X710' and
24122            '64B' and
24123            ('IP4BASE' or
24124             'POLICE_MARK' or
24125             'COPWHLIST' or
24126             ('NAT44' and 'BASE') or
24127             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24128            'NDRPDR' and
24129            'IP4FWD' and
24130            not 'IPSEC' and
24131            not 'VHOST'"
24132   parameters:
24133   - "throughput"
24134   - "parent"
24135   - "tags"
24136   sort:
24137   - "DOT1Q"
24138   - "IP4BASE"
24139   - "NAT44"
24140   - "POLICE_MARK"
24141   - "COPWHLIST"
24142   - "IACL"
24143   - "OACL"
24144   layout:
24145     title: "ip4-3n-hsw-x710-64b-features-ndr"
24146     layout: "plot-throughput-speedup-analysis"
24147
24148 - type: "plot"
24149   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24150   algorithm: "plot_throughput_speedup_analysis"
24151   output-file-type: ".html"
24152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24154   filter: "'NIC_Intel-X710' and
24155            '64B' and
24156            ('IP4BASE' or
24157             'POLICE_MARK' or
24158             'COPWHLIST' or
24159             ('NAT44' and 'BASE') or
24160             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24161            'NDRPDR' and
24162            'IP4FWD' and
24163            not 'IPSEC' and
24164            not 'VHOST'"
24165   parameters:
24166   - "throughput"
24167   - "parent"
24168   - "tags"
24169   sort:
24170   - "DOT1Q"
24171   - "IP4BASE"
24172   - "NAT44"
24173   - "POLICE_MARK"
24174   - "COPWHLIST"
24175   - "IACL"
24176   - "OACL"
24177   layout:
24178     title: "ip4-3n-hsw-x710-64b-features-pdr"
24179     layout: "plot-throughput-speedup-analysis"
24180
24181 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24182 - type: "plot"
24183   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24184   algorithm: "plot_throughput_speedup_analysis"
24185   output-file-type: ".html"
24186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24188   filter: "'NIC_Intel-X710' and
24189            '64B' and
24190            'NDRPDR' and
24191            'IP4FWD' and
24192            ('NAT44' or 'IP4BASE') and
24193            not 'IPSEC' and
24194            not 'VHOST'"
24195   parameters:
24196   - "throughput"
24197   - "parent"
24198   - "tags"
24199   sort:
24200   - "IP4BASE"
24201   - "BASE"
24202   - "SRC_USER_10"
24203   - "SRC_USER_100"
24204   - "SRC_USER_1000"
24205   - "SRC_USER_2000"
24206   layout:
24207     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24208     layout: "plot-throughput-speedup-analysis"
24209
24210 - type: "plot"
24211   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24212   algorithm: "plot_throughput_speedup_analysis"
24213   output-file-type: ".html"
24214   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24216   filter: "'NIC_Intel-X710' and
24217            '64B' and
24218            'NDRPDR' and
24219            'IP4FWD' and
24220            ('NAT44' or 'IP4BASE') and
24221            not 'IPSEC' and
24222            not 'VHOST'"
24223   parameters:
24224   - "throughput"
24225   - "parent"
24226   - "tags"
24227   sort:
24228   - "IP4BASE"
24229   - "BASE"
24230   - "SRC_USER_10"
24231   - "SRC_USER_100"
24232   - "SRC_USER_1000"
24233   - "SRC_USER_2000"
24234   layout:
24235     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24236     layout: "plot-throughput-speedup-analysis"
24237
24238 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24239 - type: "plot"
24240   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24241   algorithm: "plot_throughput_speedup_analysis"
24242   output-file-type: ".html"
24243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24245   filter: "'NIC_Intel-X710' and
24246            '64B' and
24247            'NDRPDR' and
24248            'IP4FWD' and
24249            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24250            not 'IPSEC' and
24251            not 'VHOST'"
24252   parameters:
24253   - "throughput"
24254   - "parent"
24255   - "tags"
24256   sort:
24257   - "IP4BASE"
24258   - "ACL_STATELESS"
24259   - "ACL_STATEFUL"
24260   - "ACL_STATELESS"
24261   - "ACL_STATEFUL"
24262   layout:
24263     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24264     layout: "plot-throughput-speedup-analysis"
24265
24266 - type: "plot"
24267   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24268   algorithm: "plot_throughput_speedup_analysis"
24269   output-file-type: ".html"
24270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24272   filter: "'NIC_Intel-X710' and
24273            '64B' and
24274            'NDRPDR' and
24275            'IP4FWD' and
24276            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24277            not 'IPSEC' and
24278            not 'VHOST'"
24279   parameters:
24280   - "throughput"
24281   - "parent"
24282   - "tags"
24283   sort:
24284   - "IP4BASE"
24285   - "ACL_STATELESS"
24286   - "ACL_STATEFUL"
24287   - "ACL_STATELESS"
24288   - "ACL_STATEFUL"
24289   layout:
24290     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24291     layout: "plot-throughput-speedup-analysis"
24292
24293 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24294 - type: "plot"
24295   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24296   algorithm: "plot_throughput_speedup_analysis"
24297   output-file-type: ".html"
24298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24300   filter: "'NIC_Intel-XL710' and
24301            '64B' and
24302            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24303            'NDRPDR' and
24304            'IP4FWD' and
24305            not 'IPSEC' 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-hsw-xl710-64b-base-ndr"
24318     layout: "plot-throughput-speedup-analysis"
24319
24320 - type: "plot"
24321   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24322   algorithm: "plot_throughput_speedup_analysis"
24323   output-file-type: ".html"
24324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24326   filter: "'NIC_Intel-XL710' 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 'VHOST'"
24333   parameters:
24334   - "throughput"
24335   - "parent"
24336   - "tags"
24337   sort:
24338   - "IP4BASE"
24339   - "FIB_20K"
24340   - "FIB_200K"
24341   - "FIB_2M"
24342   layout:
24343     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24344     layout: "plot-throughput-speedup-analysis"
24345
24346 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24347 - type: "plot"
24348   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24349   algorithm: "plot_throughput_speedup_analysis"
24350   output-file-type: ".html"
24351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24353   filter: "'NIC_Intel-X710' and
24354            '64B' and
24355            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24356            'NDRPDR' and
24357            'IP4FWD' and
24358            not 'IPSEC' and
24359            not 'DOT1Q' and
24360            not 'VHOST'"
24361   parameters:
24362   - "throughput"
24363   - "parent"
24364   - "tags"
24365   sort:
24366   - "IP4BASE"
24367   - "FIB_20K"
24368   - "FIB_200K"
24369   - "FIB_2M"
24370   layout:
24371     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24372     layout: "plot-throughput-speedup-analysis"
24373
24374 - type: "plot"
24375   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24376   algorithm: "plot_throughput_speedup_analysis"
24377   output-file-type: ".html"
24378   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24380   filter: "'NIC_Intel-X710' and
24381            '64B' and
24382            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24383            'NDRPDR' and
24384            'IP4FWD' and
24385            not 'IPSEC' and
24386            not 'DOT1Q' and
24387            not 'VHOST'"
24388   parameters:
24389   - "throughput"
24390   - "parent"
24391   - "tags"
24392   sort:
24393   - "IP4BASE"
24394   - "FIB_20K"
24395   - "FIB_200K"
24396   - "FIB_2M"
24397   layout:
24398     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24399     layout: "plot-throughput-speedup-analysis"
24400
24401 # Speedup - VPP IPv4 3n-skx-x710 features
24402 - type: "plot"
24403   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24404   algorithm: "plot_throughput_speedup_analysis"
24405   output-file-type: ".html"
24406   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24408   filter: "'NIC_Intel-X710' and
24409            '64B' and
24410            ('IP4BASE' or
24411             'POLICE_MARK' or
24412             'COPWHLIST' or
24413             ('NAT44' and 'BASE') or
24414             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24415            'NDRPDR' and
24416            'IP4FWD' and
24417            not 'IPSEC' and
24418            not 'VHOST'"
24419   parameters:
24420   - "throughput"
24421   - "parent"
24422   - "tags"
24423   sort:
24424   - "DOT1Q"
24425   - "IP4BASE"
24426   - "NAT44"
24427   - "POLICE_MARK"
24428   - "COPWHLIST"
24429   - "IACL"
24430   - "OACL"
24431   layout:
24432     title: "ip4-3n-skx-x710-64b-features-ndr"
24433     layout: "plot-throughput-speedup-analysis"
24434
24435 - type: "plot"
24436   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24437   algorithm: "plot_throughput_speedup_analysis"
24438   output-file-type: ".html"
24439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24441   filter: "'NIC_Intel-X710' and
24442            '64B' and
24443            ('IP4BASE' or
24444             'POLICE_MARK' or
24445             'COPWHLIST' or
24446             ('NAT44' and 'BASE') or
24447             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24448            'NDRPDR' and
24449            'IP4FWD' and
24450            not 'IPSEC' and
24451            not 'VHOST'"
24452   parameters:
24453   - "throughput"
24454   - "parent"
24455   - "tags"
24456   sort:
24457   - "DOT1Q"
24458   - "IP4BASE"
24459   - "NAT44"
24460   - "POLICE_MARK"
24461   - "COPWHLIST"
24462   - "IACL"
24463   - "OACL"
24464   layout:
24465     title: "ip4-3n-skx-x710-64b-features-pdr"
24466     layout: "plot-throughput-speedup-analysis"
24467
24468 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24469 - type: "plot"
24470   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24471   algorithm: "plot_throughput_speedup_analysis"
24472   output-file-type: ".html"
24473   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24475   filter: "'NIC_Intel-X710' and
24476            '64B' and
24477            'NDRPDR' and
24478            'IP4FWD' and
24479            ('NAT44' or 'IP4BASE') and
24480            not 'IPSEC' and
24481            not 'VHOST'"
24482   parameters:
24483   - "throughput"
24484   - "parent"
24485   - "tags"
24486   sort:
24487   - "IP4BASE"
24488   - "BASE"
24489   - "SRC_USER_10"
24490   - "SRC_USER_100"
24491   - "SRC_USER_1000"
24492   - "SRC_USER_2000"
24493   layout:
24494     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24495     layout: "plot-throughput-speedup-analysis"
24496
24497 - type: "plot"
24498   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24499   algorithm: "plot_throughput_speedup_analysis"
24500   output-file-type: ".html"
24501   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24503   filter: "'NIC_Intel-X710' and
24504            '64B' and
24505            'NDRPDR' and
24506            'IP4FWD' and
24507            ('NAT44' or 'IP4BASE') and
24508            not 'IPSEC' and
24509            not 'VHOST'"
24510   parameters:
24511   - "throughput"
24512   - "parent"
24513   - "tags"
24514   sort:
24515   - "IP4BASE"
24516   - "BASE"
24517   - "SRC_USER_10"
24518   - "SRC_USER_100"
24519   - "SRC_USER_1000"
24520   - "SRC_USER_2000"
24521   layout:
24522     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24523     layout: "plot-throughput-speedup-analysis"
24524
24525 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24526 - type: "plot"
24527   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24528   algorithm: "plot_throughput_speedup_analysis"
24529   output-file-type: ".html"
24530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24532   filter: "'NIC_Intel-X710' and
24533            '64B' and
24534            'NDRPDR' and
24535            'IP4FWD' and
24536            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24537            not 'IPSEC' and
24538            not 'VHOST'"
24539   parameters:
24540   - "throughput"
24541   - "parent"
24542   - "tags"
24543   sort:
24544   - "IP4BASE"
24545   - "ACL_STATELESS"
24546   - "ACL_STATEFUL"
24547   - "ACL_STATELESS"
24548   - "ACL_STATEFUL"
24549   layout:
24550     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24551     layout: "plot-throughput-speedup-analysis"
24552
24553 - type: "plot"
24554   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24555   algorithm: "plot_throughput_speedup_analysis"
24556   output-file-type: ".html"
24557   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24559   filter: "'NIC_Intel-X710' and
24560            '64B' and
24561            'NDRPDR' and
24562            'IP4FWD' and
24563            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24564            not 'IPSEC' and
24565            not 'VHOST'"
24566   parameters:
24567   - "throughput"
24568   - "parent"
24569   - "tags"
24570   sort:
24571   - "IP4BASE"
24572   - "ACL_STATELESS"
24573   - "ACL_STATEFUL"
24574   - "ACL_STATELESS"
24575   - "ACL_STATEFUL"
24576   layout:
24577     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24578     layout: "plot-throughput-speedup-analysis"
24579
24580 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24581 #- type: "plot"
24582 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24583 #  algorithm: "plot_throughput_speedup_analysis"
24584 #  output-file-type: ".html"
24585 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24586 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24587 #  filter: "'NIC_Intel-X710' and
24588 #           '64B' and
24589 #           'NDRPDR' and
24590 #           'IP4FWD' and
24591 #           'OACL' and
24592 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24593 #           not 'IPSEC' and
24594 #           not 'VHOST'"
24595 #  parameters:
24596 #  - "throughput"
24597 #  - "parent"
24598 #  - "tags"
24599 #  sort:
24600 #  - "ACL_STATELESS"
24601 #  - "ACL_STATEFUL"
24602 #  - "ACL_STATELESS"
24603 #  - "ACL_STATEFUL"
24604 #  layout:
24605 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24606 #    layout: "plot-throughput-speedup-analysis"
24607 #
24608 #- type: "plot"
24609 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24610 #  algorithm: "plot_throughput_speedup_analysis"
24611 #  output-file-type: ".html"
24612 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24613 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24614 #  filter: "'NIC_Intel-X710' and
24615 #           '64B' and
24616 #           'NDRPDR' and
24617 #           'IP4FWD' and
24618 #           'OACL' and
24619 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24620 #           not 'IPSEC' and
24621 #           not 'VHOST'"
24622 #  parameters:
24623 #  - "throughput"
24624 #  - "parent"
24625 #  - "tags"
24626 #  sort:
24627 #  - "ACL_STATELESS"
24628 #  - "ACL_STATEFUL"
24629 #  - "ACL_STATELESS"
24630 #  - "ACL_STATEFUL"
24631 #  layout:
24632 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24633 #    layout: "plot-throughput-speedup-analysis"
24634
24635 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24636 - type: "plot"
24637   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24638   algorithm: "plot_throughput_speedup_analysis"
24639   output-file-type: ".html"
24640   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24642   filter: "'NIC_Intel-X710' and
24643            '64B' and
24644            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24645            'NDRPDR' and
24646            'IP4FWD' and
24647            not 'IPSEC' and
24648            not 'DOT1Q' and
24649            not 'VHOST'"
24650   parameters:
24651   - "throughput"
24652   - "parent"
24653   - "tags"
24654   sort:
24655   - "IP4BASE"
24656   - "FIB_20K"
24657   - "FIB_200K"
24658   - "FIB_2M"
24659   layout:
24660     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24661     layout: "plot-throughput-speedup-analysis"
24662
24663 - type: "plot"
24664   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24665   algorithm: "plot_throughput_speedup_analysis"
24666   output-file-type: ".html"
24667   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24669   filter: "'NIC_Intel-X710' and
24670            '64B' and
24671            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24672            'NDRPDR' and
24673            'IP4FWD' and
24674            not 'IPSEC' and
24675            not 'DOT1Q' and
24676            not 'VHOST'"
24677   parameters:
24678   - "throughput"
24679   - "parent"
24680   - "tags"
24681   sort:
24682   - "IP4BASE"
24683   - "FIB_20K"
24684   - "FIB_200K"
24685   - "FIB_2M"
24686   layout:
24687     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24688     layout: "plot-throughput-speedup-analysis"
24689
24690 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24691 - type: "plot"
24692   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24693   algorithm: "plot_throughput_speedup_analysis"
24694   output-file-type: ".html"
24695   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24697   filter: "'NIC_Intel-X710' and
24698            '64B' and
24699            'NDRPDR' and
24700            'IP4FWD' and
24701            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24702            not 'IPSEC' and
24703            not 'VHOST'"
24704   parameters:
24705   - "throughput"
24706   - "parent"
24707   - "tags"
24708   sort:
24709   - "IP4BASE"
24710   - "ACL_STATELESS"
24711   - "ACL_STATEFUL"
24712   - "ACL_STATELESS"
24713   - "ACL_STATEFUL"
24714   layout:
24715     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24716     layout: "plot-throughput-speedup-analysis"
24717
24718 - type: "plot"
24719   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24720   algorithm: "plot_throughput_speedup_analysis"
24721   output-file-type: ".html"
24722   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24724   filter: "'NIC_Intel-X710' and
24725            '64B' and
24726            'NDRPDR' and
24727            'IP4FWD' and
24728            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24729            not 'IPSEC' and
24730            not 'VHOST'"
24731   parameters:
24732   - "throughput"
24733   - "parent"
24734   - "tags"
24735   sort:
24736   - "IP4BASE"
24737   - "ACL_STATELESS"
24738   - "ACL_STATEFUL"
24739   - "ACL_STATELESS"
24740   - "ACL_STATEFUL"
24741   layout:
24742     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24743     layout: "plot-throughput-speedup-analysis"
24744
24745 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24746 - type: "plot"
24747   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24748   algorithm: "plot_throughput_speedup_analysis"
24749   output-file-type: ".html"
24750   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24752   filter: "'NIC_Intel-XXV710' and
24753            '64B' and
24754            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24755            'NDRPDR' and
24756            'IP4FWD' and
24757            not 'IPSEC' and
24758            not 'DOT1Q' and
24759            not 'VHOST'"
24760   parameters:
24761   - "throughput"
24762   - "parent"
24763   - "tags"
24764   sort:
24765   - "IP4BASE"
24766   - "FIB_20K"
24767   - "FIB_200K"
24768   - "FIB_2M"
24769   layout:
24770     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24771     layout: "plot-throughput-speedup-analysis"
24772
24773 - type: "plot"
24774   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24775   algorithm: "plot_throughput_speedup_analysis"
24776   output-file-type: ".html"
24777   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24779   filter: "'NIC_Intel-XXV710' and
24780            '64B' and
24781            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24782            'NDRPDR' and
24783            'IP4FWD' and
24784            not 'IPSEC' and
24785            not 'DOT1Q' and
24786            not 'VHOST'"
24787   parameters:
24788   - "throughput"
24789   - "parent"
24790   - "tags"
24791   sort:
24792   - "IP4BASE"
24793   - "FIB_20K"
24794   - "FIB_200K"
24795   - "FIB_2M"
24796   layout:
24797     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24798     layout: "plot-throughput-speedup-analysis"
24799
24800 ## Speedup - VPP IPv4 2n-dnv-x553 base
24801 #- type: "plot"
24802 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24803 #  algorithm: "plot_throughput_speedup_analysis"
24804 #  output-file-type: ".html"
24805 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24806 #  data: "intel-dnv-vpp"
24807 #  filter: "'NIC_Intel-X553' and
24808 #           '64B' and
24809 #           'IP4BASE' and
24810 #           'NDRPDR' and
24811 #           'IP4FWD' and
24812 #           not 'IPSEC' and
24813 #           not 'VHOST'"
24814 #  parameters:
24815 #  - "throughput"
24816 #  - "parent"
24817 #  - "tags"
24818 #  sort:
24819 #  - "IP4BASE"
24820 #  layout:
24821 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24822 #    layout: "plot-throughput-speedup-analysis"
24823 #
24824 #- type: "plot"
24825 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24826 #  algorithm: "plot_throughput_speedup_analysis"
24827 #  output-file-type: ".html"
24828 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24829 #  data: "intel-dnv-vpp"
24830 #  filter: "'NIC_Intel-X553' and
24831 #           '64B' and
24832 #           'IP4BASE' and
24833 #           'NDRPDR' and
24834 #           'IP4FWD' and
24835 #           not 'IPSEC' and
24836 #           not 'VHOST'"
24837 #  parameters:
24838 #  - "throughput"
24839 #  - "parent"
24840 #  - "tags"
24841 #  sort:
24842 #  - "IP4BASE"
24843 #  layout:
24844 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24845 #    layout: "plot-throughput-speedup-analysis"
24846
24847 ################################################################################
24848
24849 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24850 - type: "plot"
24851   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24852   algorithm: "plot_throughput_speedup_analysis"
24853   output-file-type: ".html"
24854   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24855   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24856   filter: "'NIC_Intel-X520-DA2' and
24857            '64B' and
24858            'ENCAP' and
24859            'NDRPDR' and
24860            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24861            not 'DOT1Q' and
24862            not 'VHOST' and
24863            not 'IPSECHW'"
24864   parameters:
24865   - "throughput"
24866   - "parent"
24867   - "tags"
24868   sort:
24869   - "IP4BASE"
24870   - "L2BDMACLRN"
24871   - "L2XCFWD"
24872   - "LISP"
24873   layout:
24874     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24875     layout: "plot-throughput-speedup-analysis"
24876
24877 - type: "plot"
24878   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24879   algorithm: "plot_throughput_speedup_analysis"
24880   output-file-type: ".html"
24881   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24883   filter: "'NIC_Intel-X520-DA2' and
24884            '64B' and
24885            'ENCAP' and
24886            'NDRPDR' and
24887            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24888            not 'DOT1Q' and
24889            not 'VHOST' and
24890            not 'IPSECHW'"
24891   parameters:
24892   - "throughput"
24893   - "parent"
24894   - "tags"
24895   sort:
24896   - "IP4BASE"
24897   - "L2BDMACLRN"
24898   - "L2XCFWD"
24899   - "LISP"
24900   layout:
24901     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24902     layout: "plot-throughput-speedup-analysis"
24903
24904 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24905 - type: "plot"
24906   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24907   algorithm: "plot_throughput_speedup_analysis"
24908   output-file-type: ".html"
24909   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24911   filter: "'NIC_Intel-X710' and
24912            '64B' and
24913            'ENCAP' and
24914            'NDRPDR' and
24915            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24916            not 'VHOST' and
24917            not 'IPSECHW'"
24918   parameters:
24919   - "throughput"
24920   - "parent"
24921   - "tags"
24922   sort:
24923   - "IP4BASE"
24924   - "LISP"
24925   - "VXLAN_1"
24926   - "VXLAN_10"
24927   - "VXLAN_100"
24928   - "VXLAN_1000"
24929   layout:
24930     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24931     layout: "plot-throughput-speedup-analysis"
24932
24933 - type: "plot"
24934   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24935   algorithm: "plot_throughput_speedup_analysis"
24936   output-file-type: ".html"
24937   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24939   filter: "'NIC_Intel-X710' and
24940            '64B' and
24941            'ENCAP' and
24942            'NDRPDR' and
24943            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24944            not 'VHOST' and
24945            not 'IPSECHW'"
24946   parameters:
24947   - "throughput"
24948   - "parent"
24949   - "tags"
24950   sort:
24951   - "IP4BASE"
24952   - "LISP"
24953   - "VXLAN_1"
24954   - "VXLAN_10"
24955   - "VXLAN_100"
24956   - "VXLAN_1000"
24957   layout:
24958     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24959     layout: "plot-throughput-speedup-analysis"
24960
24961 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24962 - type: "plot"
24963   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24964   algorithm: "plot_throughput_speedup_analysis"
24965   output-file-type: ".html"
24966   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24968   filter: "'NIC_Intel-X710' and
24969            '64B' and
24970            'ENCAP' and
24971            'NDRPDR' and
24972            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24973            not 'DOT1Q' and
24974            not 'VHOST' and
24975            not 'IPSECHW'"
24976   parameters:
24977   - "throughput"
24978   - "parent"
24979   - "tags"
24980   sort:
24981   - "IP4BASE"
24982   - "L2BDMACLRN"
24983   - "L2XCFWD"
24984   - "LISP"
24985   layout:
24986     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24987     layout: "plot-throughput-speedup-analysis"
24988
24989 - type: "plot"
24990   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24991   algorithm: "plot_throughput_speedup_analysis"
24992   output-file-type: ".html"
24993   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24995   filter: "'NIC_Intel-X710' and
24996            '64B' and
24997            'ENCAP' and
24998            'NDRPDR' and
24999            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25000            not 'DOT1Q' and
25001            not 'VHOST' and
25002            not 'IPSECHW'"
25003   parameters:
25004   - "throughput"
25005   - "parent"
25006   - "tags"
25007   sort:
25008   - "IP4BASE"
25009   - "L2BDMACLRN"
25010   - "L2XCFWD"
25011   - "LISP"
25012   layout:
25013     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25014     layout: "plot-throughput-speedup-analysis"
25015
25016 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25017 - type: "plot"
25018   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25019   algorithm: "plot_throughput_speedup_analysis"
25020   output-file-type: ".html"
25021   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25023   filter: "'NIC_Intel-X710' and
25024            '64B' and
25025            'ENCAP' and
25026            'NDRPDR' and
25027            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25028            not 'VHOST' and
25029            not 'IPSECHW'"
25030   parameters:
25031   - "throughput"
25032   - "parent"
25033   - "tags"
25034   sort:
25035   - "IP4BASE"
25036   - "LISP"
25037   - "VXLAN_1"
25038   - "VXLAN_10"
25039   - "VXLAN_100"
25040   - "VXLAN_1000"
25041   layout:
25042     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25043     layout: "plot-throughput-speedup-analysis"
25044
25045 - type: "plot"
25046   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25047   algorithm: "plot_throughput_speedup_analysis"
25048   output-file-type: ".html"
25049   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25051   filter: "'NIC_Intel-X710' and
25052            '64B' and
25053            'ENCAP' and
25054            'NDRPDR' and
25055            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25056            not 'VHOST' and
25057            not 'IPSECHW'"
25058   parameters:
25059   - "throughput"
25060   - "parent"
25061   - "tags"
25062   sort:
25063   - "IP4BASE"
25064   - "LISP"
25065   - "VXLAN_1"
25066   - "VXLAN_10"
25067   - "VXLAN_100"
25068   - "VXLAN_1000"
25069   layout:
25070     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25071     layout: "plot-throughput-speedup-analysis"
25072
25073 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25074 - type: "plot"
25075   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25076   algorithm: "plot_throughput_speedup_analysis"
25077   output-file-type: ".html"
25078   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25080   filter: "'NIC_Intel-X710' and
25081            '64B' and
25082            'ENCAP' and
25083            'NDRPDR' and
25084            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25085            not 'DOT1Q' and
25086            not 'VHOST' and
25087            not 'IPSECHW'"
25088   parameters:
25089   - "throughput"
25090   - "parent"
25091   - "tags"
25092   sort:
25093   - "IP4BASE"
25094   - "L2BDMACLRN"
25095   - "L2XCFWD"
25096   - "LISP"
25097   layout:
25098     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25099     layout: "plot-throughput-speedup-analysis"
25100
25101 - type: "plot"
25102   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25103   algorithm: "plot_throughput_speedup_analysis"
25104   output-file-type: ".html"
25105   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25107   filter: "'NIC_Intel-X710' and
25108            '64B' and
25109            'ENCAP' and
25110            'NDRPDR' and
25111            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25112            not 'DOT1Q' and
25113            not 'VHOST' and
25114            not 'IPSECHW'"
25115   parameters:
25116   - "throughput"
25117   - "parent"
25118   - "tags"
25119   sort:
25120   - "IP4BASE"
25121   - "L2BDMACLRN"
25122   - "L2XCFWD"
25123   - "LISP"
25124   layout:
25125     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25126     layout: "plot-throughput-speedup-analysis"
25127
25128 ################################################################################
25129
25130 # Speedup - VPP IPv6 3n-hsw-x520
25131 - type: "plot"
25132   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25133   algorithm: "plot_throughput_speedup_analysis"
25134   output-file-type: ".html"
25135   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25137   filter: "'NIC_Intel-X520-DA2' and
25138            '78B' and
25139            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25140            'NDRPDR' and
25141            'IP6FWD' and
25142            not 'SRv6' and
25143            not 'IPSEC' and
25144            not 'VHOST'"
25145   parameters:
25146   - "throughput"
25147   - "parent"
25148   - "tags"
25149   sort:
25150   - "IP6BASE"
25151   - "FIB_20K"
25152   - "FIB_200K"
25153   - "FIB_2M"
25154   layout:
25155     title: "ip6-3n-hsw-x520-78b-base-ndr"
25156     layout: "plot-throughput-speedup-analysis"
25157
25158 - type: "plot"
25159   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25160   algorithm: "plot_throughput_speedup_analysis"
25161   output-file-type: ".html"
25162   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25164   filter: "'NIC_Intel-X520-DA2' and
25165            '78B' and
25166            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25167            'NDRPDR' and
25168            'IP6FWD' and
25169            not 'SRv6' and
25170            not 'IPSEC' and
25171            not 'VHOST'"
25172   parameters:
25173   - "throughput"
25174   - "parent"
25175   - "tags"
25176   sort:
25177   - "IP6BASE"
25178   - "FIB_20K"
25179   - "FIB_200K"
25180   - "FIB_2M"
25181   layout:
25182     title: "ip6-3n-hsw-x520-78b-base-pdr"
25183     layout: "plot-throughput-speedup-analysis"
25184
25185 # Speedup - VPP IPv6 3n-hsw-x710
25186 - type: "plot"
25187   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25188   algorithm: "plot_throughput_speedup_analysis"
25189   output-file-type: ".html"
25190   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25192   filter: "'NIC_Intel-X710' and
25193            '78B' and
25194            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25195            'NDRPDR' and
25196            'IP6FWD' and
25197            not 'SRv6' and
25198            not 'IPSEC' and
25199            not 'VHOST'"
25200   parameters:
25201   - "throughput"
25202   - "parent"
25203   - "tags"
25204   sort:
25205   - "IP6BASE"
25206   - "FIB_20K"
25207   - "FIB_200K"
25208   - "FIB_2M"
25209   layout:
25210     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25211     layout: "plot-throughput-speedup-analysis"
25212
25213 - type: "plot"
25214   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25215   algorithm: "plot_throughput_speedup_analysis"
25216   output-file-type: ".html"
25217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25219   filter: "'NIC_Intel-X710' and
25220            '78B' and
25221            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25222            'NDRPDR' and
25223            'IP6FWD' and
25224            not 'SRv6' and
25225            not 'IPSEC' and
25226            not 'VHOST'"
25227   parameters:
25228   - "throughput"
25229   - "parent"
25230   - "tags"
25231   sort:
25232   - "IP6BASE"
25233   - "FIB_20K"
25234   - "FIB_200K"
25235   - "FIB_2M"
25236   layout:
25237     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25238     layout: "plot-throughput-speedup-analysis"
25239
25240 # Speedup - VPP IPv6 3n-hsw-x710 features
25241 - type: "plot"
25242   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25243   algorithm: "plot_throughput_speedup_analysis"
25244   output-file-type: ".html"
25245   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25247   filter: "'NIC_Intel-X710' and
25248            '78B' and
25249            ('IP6BASE' or
25250             'POLICE_MARK' or
25251             'COPWHLIST' or
25252             'IACLDST') and
25253            'NDRPDR' and
25254            'IP6FWD' and
25255            not 'SRv6' and
25256            not 'IPSEC' and
25257            not 'VHOST'"
25258   parameters:
25259   - "throughput"
25260   - "parent"
25261   - "tags"
25262   sort:
25263   - "IP6BASE"
25264   - "POLICE_MARK"
25265   - "COPWHLIST"
25266   - "IACLDST"
25267   layout:
25268     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25269     layout: "plot-throughput-speedup-analysis"
25270
25271 - type: "plot"
25272   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25273   algorithm: "plot_throughput_speedup_analysis"
25274   output-file-type: ".html"
25275   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25277   filter: "'NIC_Intel-X710' and
25278            '78B' and
25279            ('IP6BASE' or
25280             'POLICE_MARK' or
25281             'COPWHLIST' or
25282             'IACLDST') and
25283            'NDRPDR' and
25284            'IP6FWD' and
25285            not 'SRv6' and
25286            not 'IPSEC' and
25287            not 'VHOST'"
25288   parameters:
25289   - "throughput"
25290   - "parent"
25291   - "tags"
25292   sort:
25293   - "IP6BASE"
25294   - "POLICE_MARK"
25295   - "COPWHLIST"
25296   - "IACLDST"
25297   layout:
25298     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25299     layout: "plot-throughput-speedup-analysis"
25300
25301 # Speedup - VPP IPv6 3n-hsw-xl710
25302 - type: "plot"
25303   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25304   algorithm: "plot_throughput_speedup_analysis"
25305   output-file-type: ".html"
25306   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25308   filter: "'NIC_Intel-XL710' and
25309            '78B' and
25310            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25311            'NDRPDR' and
25312            'IP6FWD' and
25313            not 'SRv6' and
25314            not 'IPSEC' and
25315            not 'VHOST'"
25316   parameters:
25317   - "throughput"
25318   - "parent"
25319   - "tags"
25320   sort:
25321   - "IP6BASE"
25322   - "FIB_20K"
25323   - "FIB_200K"
25324   - "FIB_2M"
25325   layout:
25326     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25327     layout: "plot-throughput-speedup-analysis"
25328
25329 - type: "plot"
25330   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25331   algorithm: "plot_throughput_speedup_analysis"
25332   output-file-type: ".html"
25333   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25335   filter: "'NIC_Intel-XL710' and
25336            '78B' and
25337            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25338            'NDRPDR' and
25339            'IP6FWD' and
25340            not 'SRv6' and
25341            not 'IPSEC' and
25342            not 'VHOST'"
25343   parameters:
25344   - "throughput"
25345   - "parent"
25346   - "tags"
25347   sort:
25348   - "IP6BASE"
25349   - "FIB_20K"
25350   - "FIB_200K"
25351   - "FIB_2M"
25352   layout:
25353     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25354     layout: "plot-throughput-speedup-analysis"
25355
25356 # Speedup - VPP IPv6 3n-skx-x710
25357 - type: "plot"
25358   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25359   algorithm: "plot_throughput_speedup_analysis"
25360   output-file-type: ".html"
25361   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25363   filter: "'NIC_Intel-X710' and
25364            '78B' and
25365            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25366            'NDRPDR' and
25367            'IP6FWD' and
25368            not 'SRv6' and
25369            not 'IPSEC' and
25370            not 'VHOST'"
25371   parameters:
25372   - "throughput"
25373   - "parent"
25374   - "tags"
25375   sort:
25376   - "IP6BASE"
25377   - "FIB_20K"
25378   - "FIB_200K"
25379   - "FIB_2M"
25380   layout:
25381     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25382     layout: "plot-throughput-speedup-analysis"
25383
25384 - type: "plot"
25385   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25386   algorithm: "plot_throughput_speedup_analysis"
25387   output-file-type: ".html"
25388   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25390   filter: "'NIC_Intel-X710' and
25391            '78B' and
25392            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25393            'NDRPDR' and
25394            'IP6FWD' and
25395            not 'SRv6' and
25396            not 'IPSEC' and
25397            not 'VHOST'"
25398   parameters:
25399   - "throughput"
25400   - "parent"
25401   - "tags"
25402   sort:
25403   - "IP6BASE"
25404   - "FIB_20K"
25405   - "FIB_200K"
25406   - "FIB_2M"
25407   layout:
25408     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25409     layout: "plot-throughput-speedup-analysis"
25410
25411 # Speedup - VPP IPv6 3n-skx-x710 features
25412 - type: "plot"
25413   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25414   algorithm: "plot_throughput_speedup_analysis"
25415   output-file-type: ".html"
25416   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25418   filter: "'NIC_Intel-X710' and
25419            '78B' and
25420            ('IP6BASE' or
25421             'POLICE_MARK' or
25422             'COPWHLIST' or
25423             'IACLDST') and
25424            'NDRPDR' and
25425            'IP6FWD' and
25426            not 'SRv6' and
25427            not 'IPSEC' and
25428            not 'VHOST'"
25429   parameters:
25430   - "throughput"
25431   - "parent"
25432   - "tags"
25433   sort:
25434   - "IP6BASE"
25435   - "POLICE_MARK"
25436   - "COPWHLIST"
25437   - "IACLDST"
25438   layout:
25439     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25440     layout: "plot-throughput-speedup-analysis"
25441
25442 - type: "plot"
25443   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25444   algorithm: "plot_throughput_speedup_analysis"
25445   output-file-type: ".html"
25446   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25448   filter: "'NIC_Intel-X710' and
25449            '78B' and
25450            ('IP6BASE' or
25451             'POLICE_MARK' or
25452             'COPWHLIST' or
25453             'IACLDST') and
25454            'NDRPDR' and
25455            'IP6FWD' and
25456            not 'SRv6' and
25457            not 'IPSEC' and
25458            not 'VHOST'"
25459   parameters:
25460   - "throughput"
25461   - "parent"
25462   - "tags"
25463   sort:
25464   - "IP6BASE"
25465   - "POLICE_MARK"
25466   - "COPWHLIST"
25467   - "IACLDST"
25468   layout:
25469     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25470     layout: "plot-throughput-speedup-analysis"
25471
25472 # Speedup - VPP IPv6 3n-skx-xxv710
25473 - type: "plot"
25474   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25475   algorithm: "plot_throughput_speedup_analysis"
25476   output-file-type: ".html"
25477   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25479   filter: "'NIC_Intel-XXV710' and
25480            '78B' and
25481            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25482            'NDRPDR' and
25483            'IP6FWD' and
25484            not 'SRv6' and
25485            not 'IPSEC' and
25486            not 'VHOST'"
25487   parameters:
25488   - "throughput"
25489   - "parent"
25490   - "tags"
25491   sort:
25492   - "IP6BASE"
25493   - "FIB_20K"
25494   - "FIB_200K"
25495   - "FIB_2M"
25496   layout:
25497     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25498     layout: "plot-throughput-speedup-analysis"
25499
25500 - type: "plot"
25501   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25502   algorithm: "plot_throughput_speedup_analysis"
25503   output-file-type: ".html"
25504   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25506   filter: "'NIC_Intel-XXV710' and
25507            '78B' and
25508            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25509            'NDRPDR' and
25510            'IP6FWD' and
25511            not 'SRv6' and
25512            not 'IPSEC' and
25513            not 'VHOST'"
25514   parameters:
25515   - "throughput"
25516   - "parent"
25517   - "tags"
25518   sort:
25519   - "IP6BASE"
25520   - "FIB_20K"
25521   - "FIB_200K"
25522   - "FIB_2M"
25523   layout:
25524     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25525     layout: "plot-throughput-speedup-analysis"
25526
25527 # Speedup - VPP IPv6 2n-skx-x710
25528 - type: "plot"
25529   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25530   algorithm: "plot_throughput_speedup_analysis"
25531   output-file-type: ".html"
25532   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25534   filter: "'NIC_Intel-X710' and
25535            '78B' and
25536            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25537            'NDRPDR' and
25538            'IP6FWD' and
25539            not 'SRv6' and
25540            not 'IPSEC' and
25541            not 'VHOST'"
25542   parameters:
25543   - "throughput"
25544   - "parent"
25545   - "tags"
25546   sort:
25547   - "IP6BASE"
25548   - "FIB_20K"
25549   - "FIB_200K"
25550   - "FIB_2M"
25551   layout:
25552     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25553     layout: "plot-throughput-speedup-analysis"
25554
25555 - type: "plot"
25556   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25557   algorithm: "plot_throughput_speedup_analysis"
25558   output-file-type: ".html"
25559   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25561   filter: "'NIC_Intel-X710' and
25562            '78B' and
25563            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25564            'NDRPDR' and
25565            'IP6FWD' and
25566            not 'SRv6' and
25567            not 'IPSEC' and
25568            not 'VHOST'"
25569   parameters:
25570   - "throughput"
25571   - "parent"
25572   - "tags"
25573   sort:
25574   - "IP6BASE"
25575   - "FIB_20K"
25576   - "FIB_200K"
25577   - "FIB_2M"
25578   layout:
25579     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25580     layout: "plot-throughput-speedup-analysis"
25581
25582 # Speedup - VPP IPv6 2n-skx-xxv710
25583 - type: "plot"
25584   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25585   algorithm: "plot_throughput_speedup_analysis"
25586   output-file-type: ".html"
25587   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25589   filter: "'NIC_Intel-XXV710' and
25590            '78B' and
25591            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25592            'NDRPDR' and
25593            'IP6FWD' and
25594            not 'SRv6' and
25595            not 'IPSEC' and
25596            not 'VHOST'"
25597   parameters:
25598   - "throughput"
25599   - "parent"
25600   - "tags"
25601   sort:
25602   - "IP6BASE"
25603   - "FIB_20K"
25604   - "FIB_200K"
25605   - "FIB_2M"
25606   layout:
25607     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25608     layout: "plot-throughput-speedup-analysis"
25609
25610 - type: "plot"
25611   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25612   algorithm: "plot_throughput_speedup_analysis"
25613   output-file-type: ".html"
25614   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25616   filter: "'NIC_Intel-XXV710' and
25617            '78B' and
25618            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25619            'NDRPDR' and
25620            'IP6FWD' and
25621            not 'SRv6' and
25622            not 'IPSEC' and
25623            not 'VHOST'"
25624   parameters:
25625   - "throughput"
25626   - "parent"
25627   - "tags"
25628   sort:
25629   - "IP6BASE"
25630   - "FIB_20K"
25631   - "FIB_200K"
25632   - "FIB_2M"
25633   layout:
25634     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25635     layout: "plot-throughput-speedup-analysis"
25636
25637 ## Speedup - VPP IPv6 2n-dnv-x553 base
25638 #- type: "plot"
25639 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25640 #  algorithm: "plot_throughput_speedup_analysis"
25641 #  output-file-type: ".html"
25642 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25643 #  data: "intel-dnv-vpp"
25644 #  filter: "'NIC_Intel-X553' and
25645 #           '78B' and
25646 #           'IP6BASE' and
25647 #           'NDRPDR' and
25648 #           'IP6FWD' and
25649 #           not 'SRv6' and
25650 #           not 'IPSEC' and
25651 #           not 'VHOST'"
25652 #  parameters:
25653 #  - "throughput"
25654 #  - "parent"
25655 #  - "tags"
25656 #  sort:
25657 #  - "IP6BASE"
25658 #  layout:
25659 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25660 #    layout: "plot-throughput-speedup-analysis"
25661 #
25662 #- type: "plot"
25663 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25664 #  algorithm: "plot_throughput_speedup_analysis"
25665 #  output-file-type: ".html"
25666 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25667 #  data: "intel-dnv-vpp"
25668 #  filter: "'NIC_Intel-X553' and
25669 #           '78B' and
25670 #           'IP6BASE' and
25671 #           'NDRPDR' and
25672 #           'IP6FWD' and
25673 #           not 'SRv6' and
25674 #           not 'IPSEC' and
25675 #           not 'VHOST'"
25676 #  parameters:
25677 #  - "throughput"
25678 #  - "parent"
25679 #  - "tags"
25680 #  sort:
25681 #  - "IP6BASE"
25682 #  layout:
25683 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25684 #    layout: "plot-throughput-speedup-analysis"
25685
25686 ################################################################################
25687
25688 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25689 - type: "plot"
25690   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25691   algorithm: "plot_throughput_speedup_analysis"
25692   output-file-type: ".html"
25693   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25695   filter: "'NIC_Intel-X520-DA2' and
25696            '78B' and
25697            'ENCAP' and
25698            'NDRPDR' and
25699            'LISP' and
25700            not 'VHOST'"
25701   parameters:
25702   - "throughput"
25703   - "parent"
25704   - "tags"
25705   sort:
25706   - "IP4UNRLAY"
25707   - "IP6UNRLAY"
25708   layout:
25709     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25710     layout: "plot-throughput-speedup-analysis"
25711
25712 - type: "plot"
25713   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25714   algorithm: "plot_throughput_speedup_analysis"
25715   output-file-type: ".html"
25716   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25718   filter: "'NIC_Intel-X520-DA2' and
25719            '78B' and
25720            'ENCAP' and
25721            'NDRPDR' and
25722            'LISP' and
25723            not 'VHOST'"
25724   parameters:
25725   - "throughput"
25726   - "parent"
25727   - "tags"
25728   sort:
25729   - "IP4UNRLAY"
25730   - "IP6UNRLAY"
25731   layout:
25732     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25733     layout: "plot-throughput-speedup-analysis"
25734
25735 ################################################################################
25736
25737 # Speedup - VPP IPSec 3n-hsw-xl710 base
25738 - type: "plot"
25739   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25740   algorithm: "plot_throughput_speedup_analysis"
25741   output-file-type: ".html"
25742   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25744   filter: "'NIC_Intel-XL710' and
25745            '64B' and
25746            'IP4FWD' and
25747            'NDRPDR' and
25748            'BASE' and
25749            'IPSECHW' and
25750            not 'VHOST'"
25751   parameters:
25752   - "throughput"
25753   - "parent"
25754   - "tags"
25755   layout:
25756     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25757     layout: "plot-throughput-speedup-analysis"
25758
25759 - type: "plot"
25760   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25761   algorithm: "plot_throughput_speedup_analysis"
25762   output-file-type: ".html"
25763   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25765   filter: "'NIC_Intel-XL710' and
25766            '64B' and
25767            'IP4FWD' and
25768            'NDRPDR' and
25769            'BASE' and
25770            'IPSECHW' and
25771            not 'VHOST'"
25772   parameters:
25773   - "throughput"
25774   - "parent"
25775   - "tags"
25776   layout:
25777     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25778     layout: "plot-throughput-speedup-analysis"
25779
25780 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25781 - type: "plot"
25782   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25783   algorithm: "plot_throughput_speedup_analysis"
25784   output-file-type: ".html"
25785   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25787   filter: "'NIC_Intel-XL710' and
25788            '64B' and
25789            'IP4FWD' and
25790            'NDRPDR' and
25791            'SCALE' and
25792            'IPSECHW' and
25793            not 'VHOST'"
25794   parameters:
25795   - "throughput"
25796   - "parent"
25797   - "tags"
25798   layout:
25799     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25800     layout: "plot-throughput-speedup-analysis"
25801
25802 - type: "plot"
25803   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25804   algorithm: "plot_throughput_speedup_analysis"
25805   output-file-type: ".html"
25806   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25808   filter: "'NIC_Intel-XL710' and
25809            '64B' and
25810            'IP4FWD' and
25811            'NDRPDR' and
25812            'SCALE' and
25813            'IPSECHW' and
25814            not 'VHOST'"
25815   parameters:
25816   - "throughput"
25817   - "parent"
25818   - "tags"
25819   layout:
25820     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25821     layout: "plot-throughput-speedup-analysis"
25822
25823 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25824 - type: "plot"
25825   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25826   algorithm: "plot_throughput_speedup_analysis"
25827   output-file-type: ".html"
25828   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25830   filter: "'NIC_Intel-XL710' and
25831            '64B' and
25832            'IP4FWD' and
25833            'NDRPDR' and
25834            'IPSECSW' and
25835            not 'VHOST'"
25836   parameters:
25837   - "throughput"
25838   - "parent"
25839   - "tags"
25840   layout:
25841     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25842     layout: "plot-throughput-speedup-analysis"
25843
25844 - type: "plot"
25845   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25846   algorithm: "plot_throughput_speedup_analysis"
25847   output-file-type: ".html"
25848   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25850   filter: "'NIC_Intel-XL710' and
25851            '64B' and
25852            'IP4FWD' and
25853            'NDRPDR' and
25854            'IPSECSW' and
25855            not 'VHOST'"
25856   parameters:
25857   - "throughput"
25858   - "parent"
25859   - "tags"
25860   layout:
25861     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25862     layout: "plot-throughput-speedup-analysis"
25863
25864 ################################################################################
25865
25866 # Speedup - VPP SRv6 3n-hsw-x520
25867 - type: "plot"
25868   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25869   algorithm: "plot_throughput_speedup_analysis"
25870   output-file-type: ".html"
25871   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25873   filter: "'NIC_Intel-X520-DA2' and
25874            '78B' and
25875            'FEATURE' and
25876            'NDRPDR' and
25877            'IP6FWD' and
25878            'SRv6'"
25879   parameters:
25880   - "throughput"
25881   - "parent"
25882   - "tags"
25883   layout:
25884     title: "srv6-3n-hsw-x520-78b-features-ndr"
25885     layout: "plot-throughput-speedup-analysis"
25886
25887 - type: "plot"
25888   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25889   algorithm: "plot_throughput_speedup_analysis"
25890   output-file-type: ".html"
25891   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25893   filter: "'NIC_Intel-X520-DA2' and
25894            '78B' and
25895            'FEATURE' and
25896            'NDRPDR' and
25897            'IP6FWD' and
25898            'SRv6'"
25899   parameters:
25900   - "throughput"
25901   - "parent"
25902   - "tags"
25903   layout:
25904     title: "srv6-3n-hsw-x520-78b-features-pdr"
25905     layout: "plot-throughput-speedup-analysis"
25906
25907 ################################################################################
25908
25909 # Speedup - VPP L2 3n-hsw-x520 base and scale
25910 - type: "plot"
25911   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25912   algorithm: "plot_throughput_speedup_analysis"
25913   output-file-type: ".html"
25914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25916   filter: "'NIC_Intel-X520-DA2' and
25917            '64B' and
25918            ('BASE' or 'SCALE') and
25919            'NDRPDR' and
25920            'ETH' and
25921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25922            not 'VHOST' and
25923            not 'MEMIF'"
25924   parameters:
25925   - "throughput"
25926   - "parent"
25927   - "tags"
25928   sort:
25929   - "L2XCFWD"
25930   - "L2PATCH"
25931   - "L2BDMACLRN"
25932   - "FIB_10K"
25933   - "FIB_100K"
25934   - "FIB_1M"
25935   layout:
25936     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25937     layout: "plot-throughput-speedup-analysis"
25938
25939 - type: "plot"
25940   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25941   algorithm: "plot_throughput_speedup_analysis"
25942   output-file-type: ".html"
25943   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25945   filter: "'NIC_Intel-X520-DA2' and
25946            '64B' and
25947            ('BASE' or 'SCALE') and
25948            'NDRPDR' and
25949            'ETH' and
25950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25951            not 'VHOST' and
25952            not 'MEMIF'"
25953   parameters:
25954   - "throughput"
25955   - "parent"
25956   - "tags"
25957   sort:
25958   - "L2XCFWD"
25959   - "L2PATCH"
25960   - "L2BDMACLRN"
25961   - "FIB_10K"
25962   - "FIB_100K"
25963   - "FIB_1M"
25964   layout:
25965     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25966     layout: "plot-throughput-speedup-analysis"
25967
25968 # Speedup - VPP L2 3n-hsw-x520 features
25969 - type: "plot"
25970   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25971   algorithm: "plot_throughput_speedup_analysis"
25972   output-file-type: ".html"
25973   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25975   filter: "'NIC_Intel-X520-DA2' and
25976            '64B' and
25977            'NDRPDR' and
25978            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25979            not 'ACL' and
25980            not 'VHOST' and
25981            not 'MEMIF'"
25982   parameters:
25983   - "throughput"
25984   - "parent"
25985   - "tags"
25986   sort:
25987   - "L2XCBASE"    # l2xcbase
25988   - "L2BDBASE"    # l2bdbase
25989   - "L2XCFWD"     # dot1q-l2xcbase
25990   - "L2BDMACLRN"  # dot1q-l2bdbase
25991   layout:
25992     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25993     layout: "plot-throughput-speedup-analysis"
25994
25995 - type: "plot"
25996   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25997   algorithm: "plot_throughput_speedup_analysis"
25998   output-file-type: ".html"
25999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26001   filter: "'NIC_Intel-X520-DA2' and
26002            '64B' and
26003            'NDRPDR' and
26004            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26005            not 'ACL' and
26006            not 'VHOST' and
26007            not 'MEMIF'"
26008   parameters:
26009   - "throughput"
26010   - "parent"
26011   - "tags"
26012   sort:
26013   - "L2XCBASE"    # l2xcbase
26014   - "L2BDBASE"    # l2bdbase
26015   - "L2XCFWD"     # dot1q-l2xcbase
26016   - "L2BDMACLRN"  # dot1q-l2bdbase
26017   layout:
26018     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26019     layout: "plot-throughput-speedup-analysis"
26020
26021 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26022 - type: "plot"
26023   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26024   algorithm: "plot_throughput_speedup_analysis"
26025   output-file-type: ".html"
26026   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26028   filter: "'NIC_Intel-X520-DA2' and
26029            'NDRPDR' and
26030            '64B' and
26031            'FEATURE' and
26032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26033            'IACL' and
26034            ('ACL1' or 'ACL50') and
26035            ('10K_FLOWS' or '10k_FLOWS') and
26036            not 'MACIP' and
26037            not 'VHOST' and
26038            not 'MEMIF'"
26039   parameters:
26040   - "throughput"
26041   - "parent"
26042   - "tags"
26043   layout:
26044     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26045     layout: "plot-throughput-speedup-analysis"
26046
26047 - type: "plot"
26048   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26049   algorithm: "plot_throughput_speedup_analysis"
26050   output-file-type: ".html"
26051   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26053   filter: "'NIC_Intel-X520-DA2' and
26054            'NDRPDR' and
26055            '64B' and
26056            'FEATURE' and
26057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26058            'IACL' and
26059            ('ACL1' or 'ACL50') and
26060            ('10K_FLOWS' or '10k_FLOWS') and
26061            not 'MACIP' and
26062            not 'VHOST' and
26063            not 'MEMIF'"
26064   parameters:
26065   - "throughput"
26066   - "parent"
26067   - "tags"
26068   layout:
26069     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26070     layout: "plot-throughput-speedup-analysis"
26071
26072 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26073 - type: "plot"
26074   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26075   algorithm: "plot_throughput_speedup_analysis"
26076   output-file-type: ".html"
26077   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26079   filter: "'NIC_Intel-X520-DA2' and
26080            'NDRPDR' and
26081            '64B' and
26082            'FEATURE' and
26083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26084            'OACL' and
26085            ('ACL1' or 'ACL50') and
26086            ('10K_FLOWS' or '10k_FLOWS') and
26087            not 'MACIP' and
26088            not 'VHOST' and
26089            not 'MEMIF'"
26090   parameters:
26091   - "throughput"
26092   - "parent"
26093   - "tags"
26094   layout:
26095     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26096     layout: "plot-throughput-speedup-analysis"
26097
26098 - type: "plot"
26099   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26100   algorithm: "plot_throughput_speedup_analysis"
26101   output-file-type: ".html"
26102   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26104   filter: "'NIC_Intel-X520-DA2' and
26105            'NDRPDR' and
26106            '64B' and
26107            'FEATURE' and
26108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26109            'OACL' and
26110            ('ACL1' or 'ACL50') and
26111            ('10K_FLOWS' or '10k_FLOWS') and
26112            not 'MACIP' and
26113            not 'VHOST' and
26114            not 'MEMIF'"
26115   parameters:
26116   - "throughput"
26117   - "parent"
26118   - "tags"
26119   layout:
26120     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26121     layout: "plot-throughput-speedup-analysis"
26122
26123 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26124 - type: "plot"
26125   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26126   algorithm: "plot_throughput_speedup_analysis"
26127   output-file-type: ".html"
26128   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26130   filter: "'NIC_Intel-X520-DA2' and
26131            'NDRPDR' and
26132            '64B' and
26133            'FEATURE' and
26134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26135            'OACL' and
26136            ('ACL1' or 'ACL50') and
26137            ('10K_FLOWS' or '10k_FLOWS') and
26138            not 'MACIP' and
26139            not 'VHOST' and
26140            not 'MEMIF'"
26141   parameters:
26142   - "throughput"
26143   - "parent"
26144   - "tags"
26145   layout:
26146     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26147     layout: "plot-throughput-speedup-analysis"
26148
26149 - type: "plot"
26150   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26151   algorithm: "plot_throughput_speedup_analysis"
26152   output-file-type: ".html"
26153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26155   filter: "'NIC_Intel-X520-DA2' and
26156            'NDRPDR' and
26157            '64B' and
26158            'FEATURE' and
26159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26160            'OACL' and
26161            ('ACL1' or 'ACL50') and
26162            ('10K_FLOWS' or '10k_FLOWS') and
26163            not 'MACIP' and
26164            not 'VHOST' and
26165            not 'MEMIF'"
26166   parameters:
26167   - "throughput"
26168   - "parent"
26169   - "tags"
26170   layout:
26171     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26172     layout: "plot-throughput-speedup-analysis"
26173
26174 # Speedup - VPP L2 3n-hsw-x520 features-macip
26175 - type: "plot"
26176   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26177   algorithm: "plot_throughput_speedup_analysis"
26178   output-file-type: ".html"
26179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26180   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26181   filter: "'NIC_Intel-X520-DA2' and
26182            'NDRPDR' and
26183            '64B' and
26184            'FEATURE' and
26185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26186            'MACIP' and
26187            ('ACL1' or 'ACL50') and
26188            ('10K_FLOWS' or '10k_FLOWS') and
26189            not 'VHOST' and
26190            not 'MEMIF'"
26191   parameters:
26192   - "throughput"
26193   - "parent"
26194   - "tags"
26195   layout:
26196     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26197     layout: "plot-throughput-speedup-analysis"
26198
26199 - type: "plot"
26200   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26201   algorithm: "plot_throughput_speedup_analysis"
26202   output-file-type: ".html"
26203   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26205   filter: "'NIC_Intel-X520-DA2' and
26206            'NDRPDR' and
26207            '64B' and
26208            'FEATURE' and
26209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26210            'MACIP' and
26211            ('ACL1' or 'ACL50') and
26212            ('10K_FLOWS' or '10k_FLOWS') and
26213            not 'VHOST' and
26214            not 'MEMIF'"
26215   parameters:
26216   - "throughput"
26217   - "parent"
26218   - "tags"
26219   layout:
26220     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26221     layout: "plot-throughput-speedup-analysis"
26222
26223 # Speedup - VPP L2 3n-hsw-x710 base and scale
26224 - type: "plot"
26225   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26226   algorithm: "plot_throughput_speedup_analysis"
26227   output-file-type: ".html"
26228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26230   filter: "'NIC_Intel-X710' and
26231            '64B' and
26232            ('BASE' or 'SCALE') and
26233            'NDRPDR' and
26234            'ETH' and
26235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26236            not 'VHOST' and
26237            not 'MEMIF' and
26238            not 'DRV_AVF'"
26239   parameters:
26240   - "throughput"
26241   - "parent"
26242   - "tags"
26243   sort:
26244   - "L2PATCH"
26245   - "L2XCFWD"
26246   - "L2BDMACLRN"
26247   - "FIB_10K"
26248   - "FIB_100K"
26249   - "FIB_1M"
26250   layout:
26251     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26252     layout: "plot-throughput-speedup-analysis"
26253
26254 - type: "plot"
26255   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26256   algorithm: "plot_throughput_speedup_analysis"
26257   output-file-type: ".html"
26258   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26260   filter: "'NIC_Intel-X710' and
26261            '64B' and
26262            ('BASE' or 'SCALE') and
26263            'NDRPDR' and
26264            'ETH' and
26265            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26266            not 'VHOST' and
26267            not 'MEMIF' and
26268            not 'DRV_AVF'"
26269   parameters:
26270   - "throughput"
26271   - "parent"
26272   - "tags"
26273   sort:
26274   - "L2PATCH"
26275   - "L2XCFWD"
26276   - "L2BDMACLRN"
26277   - "FIB_10K"
26278   - "FIB_100K"
26279   - "FIB_1M"
26280   layout:
26281     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26282     layout: "plot-throughput-speedup-analysis"
26283
26284 # Speedup - VPP L2 3n-hsw-x710 features
26285 - type: "plot"
26286   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26287   algorithm: "plot_throughput_speedup_analysis"
26288   output-file-type: ".html"
26289   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26291   filter: "'NIC_Intel-X710' and
26292            '64B' and
26293            'NDRPDR' and
26294            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26295            not 'ACL' and
26296            not 'VHOST' and
26297            not 'L2OVRLAY' and
26298            not 'MEMIF'"
26299   parameters:
26300   - "throughput"
26301   - "parent"
26302   - "tags"
26303   sort:
26304   - "L2XCBASE"    # l2xcbase
26305   - "L2BDBASE"    # l2bdbase
26306   - "L2XCFWD"     # dot1q-l2xcbase
26307   - "L2BDMACLRN"  # dot1q-l2bdbase
26308   layout:
26309     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26310     layout: "plot-throughput-speedup-analysis"
26311
26312 - type: "plot"
26313   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26314   algorithm: "plot_throughput_speedup_analysis"
26315   output-file-type: ".html"
26316   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26318   filter: "'NIC_Intel-X710' and
26319            '64B' and
26320            'NDRPDR' and
26321            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26322            not 'ACL' and
26323            not 'VHOST' and
26324            not 'L2OVRLAY' and
26325            not 'MEMIF'"
26326   parameters:
26327   - "throughput"
26328   - "parent"
26329   - "tags"
26330   sort:
26331   - "L2XCBASE"    # l2xcbase
26332   - "L2BDBASE"    # l2bdbase
26333   - "L2XCFWD"     # dot1q-l2xcbase
26334   - "L2BDMACLRN"  # dot1q-l2bdbase
26335   layout:
26336     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26337     layout: "plot-throughput-speedup-analysis"
26338
26339 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26340 - type: "plot"
26341   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26342   algorithm: "plot_throughput_speedup_analysis"
26343   output-file-type: ".html"
26344   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26346   filter: "'NIC_Intel-X710' and
26347            'NDRPDR' and
26348            '64B' and
26349            'FEATURE' and
26350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26351            'IACL' and
26352            ('ACL1' or 'ACL50') and
26353            ('10K_FLOWS' or '10k_FLOWS') and
26354            not 'MACIP' and
26355            not 'VHOST' and
26356            not 'MEMIF'"
26357   parameters:
26358   - "throughput"
26359   - "parent"
26360   - "tags"
26361   layout:
26362     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26363     layout: "plot-throughput-speedup-analysis"
26364
26365 - type: "plot"
26366   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26367   algorithm: "plot_throughput_speedup_analysis"
26368   output-file-type: ".html"
26369   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26371   filter: "'NIC_Intel-X710' and
26372            'NDRPDR' and
26373            '64B' and
26374            'FEATURE' and
26375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26376            'IACL' and
26377            ('ACL1' or 'ACL50') and
26378            ('10K_FLOWS' or '10k_FLOWS') and
26379            not 'MACIP' and
26380            not 'VHOST' and
26381            not 'MEMIF'"
26382   parameters:
26383   - "throughput"
26384   - "parent"
26385   - "tags"
26386   layout:
26387     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26388     layout: "plot-throughput-speedup-analysis"
26389
26390 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26391 - type: "plot"
26392   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26393   algorithm: "plot_throughput_speedup_analysis"
26394   output-file-type: ".html"
26395   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26397   filter: "'NIC_Intel-XL710' and
26398            '64B' and
26399            'BASE' and
26400            'NDRPDR' and
26401            'ETH' and
26402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26403            not 'VHOST' and
26404            not 'MEMIF'"
26405   parameters:
26406   - "throughput"
26407   - "parent"
26408   - "tags"
26409   sort:
26410   - "L2PATCH"
26411   - "L2XCFWD"
26412   - "L2BDMACLRN"
26413   layout:
26414     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26415     layout: "plot-throughput-speedup-analysis"
26416
26417 - type: "plot"
26418   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26419   algorithm: "plot_throughput_speedup_analysis"
26420   output-file-type: ".html"
26421   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26423   filter: "'NIC_Intel-XL710' and
26424            '64B' and
26425            'BASE' and
26426            'NDRPDR' and
26427            'ETH' and
26428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26429            not 'VHOST' and
26430            not 'MEMIF'"
26431   parameters:
26432   - "throughput"
26433   - "parent"
26434   - "tags"
26435   sort:
26436   - "L2PATCH"
26437   - "L2XCFWD"
26438   - "L2BDMACLRN"
26439   layout:
26440     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26441     layout: "plot-throughput-speedup-analysis"
26442
26443 # Speedup - VPP L2 3n-skx-x710 base and scale
26444 - type: "plot"
26445   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26446   algorithm: "plot_throughput_speedup_analysis"
26447   output-file-type: ".html"
26448   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26450   filter: "'NIC_Intel-X710' and
26451            '64B' and
26452            ('BASE' or 'SCALE') and
26453            'NDRPDR' and
26454            'ETH' and
26455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26456            not 'VHOST' and
26457            not 'DRV_AVF' and
26458            not 'MEMIF'"
26459   parameters:
26460   - "throughput"
26461   - "parent"
26462   - "tags"
26463   sort:
26464   - "L2PATCH"
26465   - "L2XCBASE"
26466   - "BASE"
26467   - "FIB_10K"
26468   - "FIB_100K"
26469   - "FIB_1M"
26470   layout:
26471     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26472     layout: "plot-throughput-speedup-analysis"
26473
26474 - type: "plot"
26475   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26476   algorithm: "plot_throughput_speedup_analysis"
26477   output-file-type: ".html"
26478   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26480   filter: "'NIC_Intel-X710' and
26481            '64B' and
26482            ('BASE' or 'SCALE') and
26483            'NDRPDR' and
26484            'ETH' and
26485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26486            not 'VHOST' and
26487            not 'DRV_AVF' and
26488            not 'MEMIF'"
26489   parameters:
26490   - "throughput"
26491   - "parent"
26492   - "tags"
26493   sort:
26494   - "L2PATCH"
26495   - "L2XCBASE"
26496   - "BASE"
26497   - "FIB_10K"
26498   - "FIB_100K"
26499   - "FIB_1M"
26500   layout:
26501     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26502     layout: "plot-throughput-speedup-analysis"
26503
26504 # Speedup - VPP L2 3n-skx-x710 features
26505 - type: "plot"
26506   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26507   algorithm: "plot_throughput_speedup_analysis"
26508   output-file-type: ".html"
26509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26511   filter: "'NIC_Intel-X710' and
26512            '64B' and
26513            'NDRPDR' and
26514            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26515            not 'ACL' and
26516            not 'VHOST' and
26517            not 'DRV_AVF' and
26518            not 'L2OVRLAY' and
26519            not 'MEMIF'"
26520   parameters:
26521   - "throughput"
26522   - "parent"
26523   - "tags"
26524   sort:
26525   - "L2XCBASE"    # l2xcbase
26526   - "L2BDBASE"    # l2bdbase
26527   - "L2XCFWD"     # dot1q-l2xcbase
26528   - "L2BDMACLRN"  # dot1q-l2bdbase
26529   layout:
26530     title: "l2sw-3n-skx-x710-64b-features-ndr"
26531     layout: "plot-throughput-speedup-analysis"
26532
26533 - type: "plot"
26534   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26535   algorithm: "plot_throughput_speedup_analysis"
26536   output-file-type: ".html"
26537   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26539   filter: "'NIC_Intel-X710' and
26540            '64B' and
26541            'NDRPDR' and
26542            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26543            not 'ACL' and
26544            not 'VHOST' and
26545            not 'DRV_AVF' and
26546            not 'L2OVRLAY' and
26547            not 'MEMIF'"
26548   parameters:
26549   - "throughput"
26550   - "parent"
26551   - "tags"
26552   sort:
26553   - "L2XCBASE"    # l2xcbase
26554   - "L2BDBASE"    # l2bdbase
26555   - "L2XCFWD"     # dot1q-l2xcbase
26556   - "L2BDMACLRN"  # dot1q-l2bdbase
26557   layout:
26558     title: "l2sw-3n-skx-x710-64b-features-pdr"
26559     layout: "plot-throughput-speedup-analysis"
26560
26561 # Speedup - VPP L2 3n-skx-x710 features-iacl
26562 - type: "plot"
26563   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26564   algorithm: "plot_throughput_speedup_analysis"
26565   output-file-type: ".html"
26566   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26568   filter: "'NIC_Intel-X710' and
26569            'NDRPDR' and
26570            '64B' and
26571            'FEATURE' and
26572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26573            'IACL' and
26574            ('ACL1' or 'ACL50') and
26575            ('10K_FLOWS' or '10k_FLOWS') and
26576            not 'MACIP' and
26577            not 'VHOST' and
26578            not 'MEMIF'"
26579   parameters:
26580   - "throughput"
26581   - "parent"
26582   - "tags"
26583   layout:
26584     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26585     layout: "plot-throughput-speedup-analysis"
26586
26587 - type: "plot"
26588   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26589   algorithm: "plot_throughput_speedup_analysis"
26590   output-file-type: ".html"
26591   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26593   filter: "'NIC_Intel-X710' and
26594            'NDRPDR' and
26595            '64B' and
26596            'FEATURE' and
26597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26598            'IACL' and
26599            ('ACL1' or 'ACL50') and
26600            ('10K_FLOWS' or '10k_FLOWS') and
26601            not 'MACIP' and
26602            not 'VHOST' and
26603            not 'MEMIF'"
26604   parameters:
26605   - "throughput"
26606   - "parent"
26607   - "tags"
26608   layout:
26609     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26610     layout: "plot-throughput-speedup-analysis"
26611
26612 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26613 - type: "plot"
26614   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26615   algorithm: "plot_throughput_speedup_analysis"
26616   output-file-type: ".html"
26617   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26619   filter: "'NIC_Intel-XXV710' and
26620            '64B' and
26621            ('BASE' or 'SCALE') and
26622            'NDRPDR' and
26623            'ETH' and
26624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26625            not 'DRV_AVF' and
26626            not 'VHOST' and
26627            not 'MEMIF'"
26628   parameters:
26629   - "throughput"
26630   - "parent"
26631   - "tags"
26632 #  sort:
26633 #  - "L2PATCH"
26634 #  - "L2PATCH"
26635 #  - "L2XCBASE"
26636 #  - "L2BDMACLRN"
26637   layout:
26638     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26639     layout: "plot-throughput-speedup-analysis"
26640
26641 - type: "plot"
26642   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26643   algorithm: "plot_throughput_speedup_analysis"
26644   output-file-type: ".html"
26645   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26647   filter: "'NIC_Intel-XXV710' and
26648            '64B' and
26649            ('BASE' or 'SCALE') and
26650            'NDRPDR' and
26651            'ETH' and
26652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26653            not 'DRV_AVF' and
26654            not 'VHOST' and
26655            not 'MEMIF'"
26656   parameters:
26657   - "throughput"
26658   - "parent"
26659   - "tags"
26660 #  sort:
26661 #  - "L2PATCH"
26662 #  - "L2PATCH"
26663 #  - "L2XCBASE"
26664 #  - "L2BDMACLRN"
26665   layout:
26666     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26667     layout: "plot-throughput-speedup-analysis"
26668
26669 # Speedup - VPP L2 2n-skx-x710 base and scale
26670 - type: "plot"
26671   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26672   algorithm: "plot_throughput_speedup_analysis"
26673   output-file-type: ".html"
26674   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26676   filter: "'NIC_Intel-X710' and
26677            '64B' and
26678            ('BASE' or 'SCALE') and
26679            'NDRPDR' and
26680            'ETH' and
26681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26682            not 'VHOST' and
26683            not 'MEMIF'"
26684   parameters:
26685   - "throughput"
26686   - "parent"
26687   - "tags"
26688   sort:
26689   - "L2PATCH"
26690   - "L2XCBASE"
26691   - "BASE"
26692   - "FIB_10K"
26693   - "FIB_100K"
26694   - "FIB_1M"
26695   layout:
26696     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26697     layout: "plot-throughput-speedup-analysis"
26698
26699 - type: "plot"
26700   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26701   algorithm: "plot_throughput_speedup_analysis"
26702   output-file-type: ".html"
26703   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26705   filter: "'NIC_Intel-X710' and
26706            '64B' and
26707            ('BASE' or 'SCALE') and
26708            'NDRPDR' and
26709            'ETH' and
26710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26711            not 'VHOST' and
26712            not 'MEMIF'"
26713   parameters:
26714   - "throughput"
26715   - "parent"
26716   - "tags"
26717   sort:
26718   - "L2PATCH"
26719   - "L2XCBASE"
26720   - "BASE"
26721   - "FIB_10K"
26722   - "FIB_100K"
26723   - "FIB_1M"
26724   layout:
26725     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26726     layout: "plot-throughput-speedup-analysis"
26727
26728 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26729 - type: "plot"
26730   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26731   algorithm: "plot_throughput_speedup_analysis"
26732   output-file-type: ".html"
26733   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26735   filter: "'NIC_Intel-XXV710' and
26736            '64B' and
26737            ('BASE' or 'SCALE') and
26738            'NDRPDR' and
26739            'ETH' and
26740            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26741            not 'VHOST' and
26742            not 'MEMIF'"
26743   parameters:
26744   - "throughput"
26745   - "parent"
26746   - "tags"
26747   sort:
26748   - "L2PATCH"
26749   - "L2XCBASE"
26750   - "BASE"
26751   - "FIB_10K"
26752   - "FIB_100K"
26753   - "FIB_1M"
26754   layout:
26755     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26756     layout: "plot-throughput-speedup-analysis"
26757
26758 - type: "plot"
26759   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26760   algorithm: "plot_throughput_speedup_analysis"
26761   output-file-type: ".html"
26762   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26764   filter: "'NIC_Intel-XXV710' and
26765            '64B' and
26766            ('BASE' or 'SCALE') and
26767            'NDRPDR' and
26768            'ETH' and
26769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26770            not 'VHOST' and
26771            not 'MEMIF'"
26772   parameters:
26773   - "throughput"
26774   - "parent"
26775   - "tags"
26776   sort:
26777   - "L2PATCH"
26778   - "L2XCBASE"
26779   - "BASE"
26780   - "FIB_10K"
26781   - "FIB_100K"
26782   - "FIB_1M"
26783   layout:
26784     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26785     layout: "plot-throughput-speedup-analysis"
26786
26787 ## Speedup - VPP L2 2n-dnv-x553 base
26788 #- type: "plot"
26789 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26790 #  algorithm: "plot_throughput_speedup_analysis"
26791 #  output-file-type: ".html"
26792 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26793 #  data: "intel-dnv-vpp"
26794 #  filter: "'NIC_Intel-X553' and
26795 #           '64B' and
26796 #           ('BASE' or 'SCALE') and
26797 #           'NDRPDR' and
26798 #           'ETH' and
26799 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26800 #           not 'VHOST' and
26801 #           not 'MEMIF'"
26802 #  parameters:
26803 #  - "throughput"
26804 #  - "parent"
26805 #  - "tags"
26806 #  sort:
26807 #  - "L2XCBASE"
26808 #  - "L2BDMACLRN"
26809 #  - "L2PATCH"
26810 #  layout:
26811 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26812 #    layout: "plot-throughput-speedup-analysis"
26813 #
26814 #- type: "plot"
26815 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26816 #  algorithm: "plot_throughput_speedup_analysis"
26817 #  output-file-type: ".html"
26818 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26819 #  data: "intel-dnv-vpp"
26820 #  filter: "'NIC_Intel-X553' and
26821 #           '64B' and
26822 #           ('BASE' or 'SCALE') and
26823 #           'NDRPDR' and
26824 #           'ETH' and
26825 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26826 #           not 'VHOST' and
26827 #           not 'MEMIF'"
26828 #  parameters:
26829 #  - "throughput"
26830 #  - "parent"
26831 #  - "tags"
26832 #  sort:
26833 #  - "L2XCBASE"
26834 #  - "L2BDMACLRN"
26835 #  - "L2PATCH"
26836 #  layout:
26837 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26838 #    layout: "plot-throughput-speedup-analysis"
26839
26840 ################################################################################
26841
26842 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26843 - type: "plot"
26844   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26845   algorithm: "plot_throughput_speedup_analysis"
26846   output-file-type: ".html"
26847   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26849   filter: "'NIC_Intel-X520-DA2' and
26850            '64B' and
26851            'NDRPDR' and
26852            'ETH' and
26853            'IP4FWD' and
26854            'VHOST_1024' and
26855            not 'VXLAN' and
26856            not 'DOT1Q'"
26857   parameters:
26858   - "throughput"
26859   - "parent"
26860   - "tags"
26861   sort:
26862   - "not CFS_OPT"
26863   - "1VM"
26864   - "2VM"
26865   layout:
26866     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26867     layout: "plot-throughput-speedup-analysis"
26868
26869 - type: "plot"
26870   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26871   algorithm: "plot_throughput_speedup_analysis"
26872   output-file-type: ".html"
26873   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26875   filter: "'NIC_Intel-X520-DA2' and
26876            '64B' and
26877            'NDRPDR' and
26878            'ETH' and
26879            'IP4FWD' and
26880            'VHOST_1024' and
26881            not 'VXLAN' and
26882            not 'DOT1Q'"
26883   parameters:
26884   - "throughput"
26885   - "parent"
26886   - "tags"
26887   sort:
26888   - "not CFS_OPT"
26889   - "1VM"
26890   - "2VM"
26891   layout:
26892     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26893     layout: "plot-throughput-speedup-analysis"
26894
26895 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26896 - type: "plot"
26897   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26898   algorithm: "plot_throughput_speedup_analysis"
26899   output-file-type: ".html"
26900   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26902   filter: "'NIC_Intel-X520-DA2' and
26903            '64B' and
26904            'NDRPDR' and
26905            ('ETH' or 'DOT1Q') and
26906            'BASE' and
26907            ('L2BDMACLRN' or 'L2XCFWD') and
26908            'VHOST_1024' and
26909            not 'VXLAN' and
26910            not 'IP4FWD' and
26911            not '2VM'"
26912   parameters:
26913   - "throughput"
26914   - "parent"
26915   - "tags"
26916   sort:
26917   - "L2BDMACLRN"
26918   - "L2BDMACLRN"
26919   - "L2BDMACLRN"
26920   - "L2XCFWD"
26921   - "L2XCFWD"
26922   - "L2XCFWD"
26923   layout:
26924     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26925     layout: "plot-throughput-speedup-analysis"
26926
26927 - type: "plot"
26928   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26929   algorithm: "plot_throughput_speedup_analysis"
26930   output-file-type: ".html"
26931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26933   filter: "'NIC_Intel-X520-DA2' and
26934            '64B' and
26935            'NDRPDR' and
26936            ('ETH' or 'DOT1Q') and
26937            'BASE' and
26938            ('L2BDMACLRN' or 'L2XCFWD') and
26939            'VHOST_1024' and
26940            not 'VXLAN' and
26941            not 'IP4FWD' and
26942            not '2VM'"
26943   parameters:
26944   - "throughput"
26945   - "parent"
26946   - "tags"
26947   sort:
26948   - "L2BDMACLRN"
26949   - "L2BDMACLRN"
26950   - "L2BDMACLRN"
26951   - "L2XCFWD"
26952   - "L2XCFWD"
26953   - "L2XCFWD"
26954   layout:
26955     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26956     layout: "plot-throughput-speedup-analysis"
26957
26958 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26959 - type: "plot"
26960   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26961   algorithm: "plot_throughput_speedup_analysis"
26962   output-file-type: ".html"
26963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26965   filter: "'NIC_Intel-X520-DA2' and
26966            '64B' and
26967            'NDRPDR' and
26968            ('ETH' or 'DOT1Q') and
26969            ('L2BDMACLRN' or 'L2XCFWD') and
26970            'VHOST_1024' and
26971            not 'CFS_OPT' and
26972            not 'DOT1Q' and
26973            not 'VXLAN' and
26974            not 'IP4FWD' and
26975            not 'LBOND'"
26976   parameters:
26977   - "throughput"
26978   - "parent"
26979   - "tags"
26980 #  sort:
26981 #  - "1VM"
26982 #  - "L2XCFWD"
26983 #  - "1VM"
26984 #  - "L2BDMACLRN"
26985   layout:
26986     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26987     layout: "plot-throughput-speedup-analysis"
26988
26989 - type: "plot"
26990   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26991   algorithm: "plot_throughput_speedup_analysis"
26992   output-file-type: ".html"
26993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26995   filter: "'NIC_Intel-X520-DA2' and
26996            '64B' and
26997            'NDRPDR' and
26998            ('ETH' or 'DOT1Q') and
26999            ('L2BDMACLRN' or 'L2XCFWD') and
27000            'VHOST_1024' and
27001            not 'CFS_OPT' and
27002            not 'DOT1Q' and
27003            not 'VXLAN' and
27004            not 'IP4FWD' and
27005            not 'LBOND'"
27006   parameters:
27007   - "throughput"
27008   - "parent"
27009   - "tags"
27010 #  sort:
27011 #  - "1VM"
27012 #  - "L2XCFWD"
27013 #  - "1VM"
27014 #  - "L2BDMACLRN"
27015   layout:
27016     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27017     layout: "plot-throughput-speedup-analysis"
27018
27019 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27020 - type: "plot"
27021   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27022   algorithm: "plot_throughput_speedup_analysis"
27023   output-file-type: ".html"
27024   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27026   filter: "'NIC_Intel-X710' and
27027            '64B' and
27028            'NDRPDR' and
27029            'ETH' and
27030            'IP4FWD' and
27031            'VHOST_1024' and
27032            not 'VXLAN' and
27033            not 'CFS_OPT' and
27034            not 'DOT1Q'"
27035   parameters:
27036   - "throughput"
27037   - "parent"
27038   - "tags"
27039   sort:
27040   - "1VM"
27041   - "2VM"
27042   layout:
27043     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27044     layout: "plot-throughput-speedup-analysis"
27045
27046 - type: "plot"
27047   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27048   algorithm: "plot_throughput_speedup_analysis"
27049   output-file-type: ".html"
27050   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27052   filter: "'NIC_Intel-X710' and
27053            '64B' and
27054            'NDRPDR' and
27055            'ETH' and
27056            'IP4FWD' and
27057            'VHOST_1024' and
27058            not 'VXLAN' and
27059            not 'CFS_OPT' and
27060            not 'DOT1Q'"
27061   parameters:
27062   - "throughput"
27063   - "parent"
27064   - "tags"
27065   sort:
27066   - "1VM"
27067   - "2VM"
27068   layout:
27069     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27070     layout: "plot-throughput-speedup-analysis"
27071
27072 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27073 - type: "plot"
27074   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27075   algorithm: "plot_throughput_speedup_analysis"
27076   output-file-type: ".html"
27077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27079   filter: "'NIC_Intel-X710' and
27080            '64B' and
27081            'NDRPDR' and
27082            ('ETH' or 'DOT1Q') and
27083            'BASE' and
27084            ('L2BDMACLRN' or 'L2XCFWD') and
27085            'VHOST_1024' and
27086            not 'VXLAN' and
27087            not 'IP4FWD' and
27088            not '2VM'"
27089   parameters:
27090   - "throughput"
27091   - "parent"
27092   - "tags"
27093   sort:
27094   - "L2BDMACLRN"
27095   - "L2BDMACLRN"
27096   - "L2BDMACLRN"
27097   - "L2XCFWD"
27098   - "L2XCFWD"
27099   - "L2XCFWD"
27100   layout:
27101     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27102     layout: "plot-throughput-speedup-analysis"
27103
27104 - type: "plot"
27105   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27106   algorithm: "plot_throughput_speedup_analysis"
27107   output-file-type: ".html"
27108   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27110   filter: "'NIC_Intel-X710' and
27111            '64B' and
27112            'NDRPDR' and
27113            ('ETH' or 'DOT1Q') and
27114            'BASE' and
27115            ('L2BDMACLRN' or 'L2XCFWD') and
27116            'VHOST_1024' and
27117            not 'VXLAN' and
27118            not 'IP4FWD' and
27119            not '2VM'"
27120   parameters:
27121   - "throughput"
27122   - "parent"
27123   - "tags"
27124   sort:
27125   - "L2BDMACLRN"
27126   - "L2BDMACLRN"
27127   - "L2BDMACLRN"
27128   - "L2XCFWD"
27129   - "L2XCFWD"
27130   - "L2XCFWD"
27131   layout:
27132     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27133     layout: "plot-throughput-speedup-analysis"
27134
27135 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27136 - type: "plot"
27137   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27138   algorithm: "plot_throughput_speedup_analysis"
27139   output-file-type: ".html"
27140   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27142   filter: "'NIC_Intel-X710' and
27143            '64B' and
27144            'NDRPDR' and
27145            ('ETH' or 'DOT1Q') and
27146            ('L2BDMACLRN' or 'L2XCFWD') and
27147            'VHOST_1024' and
27148            not 'CFS_OPT' and
27149            not 'VXLAN' and
27150            not 'IP4FWD' and
27151            not 'LBOND'"
27152   parameters:
27153   - "throughput"
27154   - "parent"
27155   - "tags"
27156   sort:
27157   - "L2BDMACLRN"
27158   - "L2BDMACLRN"
27159   - "L2BDMACLRN"
27160   - "L2XCFWD"
27161   - "L2XCFWD"
27162   - "L2XCFWD"
27163   layout:
27164     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27165     layout: "plot-throughput-speedup-analysis"
27166
27167 - type: "plot"
27168   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27169   algorithm: "plot_throughput_speedup_analysis"
27170   output-file-type: ".html"
27171   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27173   filter: "'NIC_Intel-X710' and
27174            '64B' and
27175            'NDRPDR' and
27176            ('ETH' or 'DOT1Q') and
27177            ('L2BDMACLRN' or 'L2XCFWD') and
27178            'VHOST_1024' and
27179            not 'CFS_OPT' and
27180            not 'VXLAN' and
27181            not 'IP4FWD' and
27182            not 'LBOND'"
27183   parameters:
27184   - "throughput"
27185   - "parent"
27186   - "tags"
27187   sort:
27188   - "L2BDMACLRN"
27189   - "L2BDMACLRN"
27190   - "L2BDMACLRN"
27191   - "L2XCFWD"
27192   - "L2XCFWD"
27193   - "L2XCFWD"
27194   layout:
27195     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27196     layout: "plot-throughput-speedup-analysis"
27197
27198 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27199 - type: "plot"
27200   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27201   algorithm: "plot_throughput_speedup_analysis"
27202   output-file-type: ".html"
27203   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27205   filter: "'NIC_Intel-X710' and
27206            '64B' and
27207            'NDRPDR' and
27208            'ETH' and
27209            'IP4FWD' and
27210            'VHOST_1024' and
27211            not 'VXLAN' and
27212            not 'DOT1Q'"
27213   parameters:
27214   - "throughput"
27215   - "parent"
27216   - "tags"
27217   sort:
27218   - "1VM"
27219   - "2VM"
27220   layout:
27221     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27222     layout: "plot-throughput-speedup-analysis"
27223
27224 - type: "plot"
27225   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27226   algorithm: "plot_throughput_speedup_analysis"
27227   output-file-type: ".html"
27228   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27230   filter: "'NIC_Intel-X710' and
27231            '64B' and
27232            'NDRPDR' and
27233            'ETH' and
27234            'IP4FWD' and
27235            'VHOST_1024' and
27236            not 'VXLAN' and
27237            not 'DOT1Q'"
27238   parameters:
27239   - "throughput"
27240   - "parent"
27241   - "tags"
27242   sort:
27243   - "1VM"
27244   - "2VM"
27245   layout:
27246     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27247     layout: "plot-throughput-speedup-analysis"
27248
27249 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27250 - type: "plot"
27251   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27252   algorithm: "plot_throughput_speedup_analysis"
27253   output-file-type: ".html"
27254   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27256   filter: "'NIC_Intel-X710' and
27257            '64B' and
27258            'NDRPDR' and
27259            'ETH' and
27260            'IP4FWD' and
27261            'VHOST_1024' and
27262            not 'VXLAN' and
27263            not 'NF_DENSITY' and
27264            not 'CFS_OPT' and
27265            not 'DOT1Q'"
27266   parameters:
27267   - "throughput"
27268   - "parent"
27269   - "tags"
27270   sort:
27271   - "1VM"
27272   - "2VM"
27273   layout:
27274     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27275     layout: "plot-throughput-speedup-analysis"
27276
27277 - type: "plot"
27278   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27279   algorithm: "plot_throughput_speedup_analysis"
27280   output-file-type: ".html"
27281   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27283   filter: "'NIC_Intel-X710' and
27284            '64B' and
27285            'NDRPDR' and
27286            'ETH' and
27287            'IP4FWD' and
27288            'VHOST_1024' and
27289            not 'VXLAN' and
27290            not 'NF_DENSITY' and
27291            not 'CFS_OPT' and
27292            not 'DOT1Q'"
27293   parameters:
27294   - "throughput"
27295   - "parent"
27296   - "tags"
27297   sort:
27298   - "1VM"
27299   - "2VM"
27300   layout:
27301     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27302     layout: "plot-throughput-speedup-analysis"
27303
27304 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27305 - type: "plot"
27306   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27307   algorithm: "plot_throughput_speedup_analysis"
27308   output-file-type: ".html"
27309   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27311   filter: "'NIC_Intel-X710' and
27312            '64B' and
27313            'NDRPDR' and
27314            ('ETH' or 'DOT1Q') and
27315            'BASE' and
27316            ('L2BDMACLRN' or 'L2XCFWD') and
27317            'VHOST_1024' and
27318            not 'VXLAN' and
27319            not 'NF_DENSITY' and
27320            not 'IP4FWD' and
27321            not '2VM'"
27322   parameters:
27323   - "throughput"
27324   - "parent"
27325   - "tags"
27326 #  sort:
27327 #  - "not CFS_OPT"
27328 #  - "L2XCFWD"
27329 #  - "not CFS_OPT"
27330 #  - "CFS_OPT"
27331   layout:
27332     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27333     layout: "plot-throughput-speedup-analysis"
27334
27335 - type: "plot"
27336   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27337   algorithm: "plot_throughput_speedup_analysis"
27338   output-file-type: ".html"
27339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27341   filter: "'NIC_Intel-X710' and
27342            '64B' and
27343            'NDRPDR' and
27344            ('ETH' or 'DOT1Q') and
27345            'BASE' and
27346            ('L2BDMACLRN' or 'L2XCFWD') and
27347            'VHOST_1024' and
27348            not 'VXLAN' and
27349            not 'NF_DENSITY' and
27350            not 'IP4FWD' and
27351            not '2VM'"
27352   parameters:
27353   - "throughput"
27354   - "parent"
27355   - "tags"
27356 #  sort:
27357 #  - "not CFS_OPT"
27358 #  - "L2XCFWD"
27359 #  - "not CFS_OPT"
27360 #  - "CFS_OPT"
27361   layout:
27362     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27363     layout: "plot-throughput-speedup-analysis"
27364
27365 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27366 - type: "plot"
27367   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27368   algorithm: "plot_throughput_speedup_analysis"
27369   output-file-type: ".html"
27370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27372   filter: "'NIC_Intel-X710' and
27373            '64B' and
27374            'NDRPDR' and
27375            ('ETH' or 'DOT1Q') and
27376            ('L2BDMACLRN' or 'L2XCFWD') and
27377            'VHOST_1024' and
27378            not 'CFS_OPT' and
27379            not 'VXLAN' and
27380            not 'NF_DENSITY' and
27381            not 'DOT1Q' and
27382            not 'IP4FWD'"
27383   parameters:
27384   - "throughput"
27385   - "parent"
27386   - "tags"
27387 #  sort:
27388 #  - "1VM"
27389 #  - "L2XCFWD"
27390 #  - "1VM"
27391 #  - "L2BDMACLRN"
27392   layout:
27393     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27394     layout: "plot-throughput-speedup-analysis"
27395
27396 - type: "plot"
27397   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27398   algorithm: "plot_throughput_speedup_analysis"
27399   output-file-type: ".html"
27400   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27402   filter: "'NIC_Intel-X710' and
27403            '64B' and
27404            'NDRPDR' and
27405            ('ETH' or 'DOT1Q') and
27406            ('L2BDMACLRN' or 'L2XCFWD') and
27407            'VHOST_1024' and
27408            not 'CFS_OPT' and
27409            not 'VXLAN' and
27410            not 'NF_DENSITY' and
27411            not 'DOT1Q' and
27412            not 'IP4FWD'"
27413   parameters:
27414   - "throughput"
27415   - "parent"
27416   - "tags"
27417 #  sort:
27418 #  - "1VM"
27419 #  - "L2XCFWD"
27420 #  - "1VM"
27421 #  - "L2BDMACLRN"
27422   layout:
27423     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27424     layout: "plot-throughput-speedup-analysis"
27425
27426 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27427 - type: "plot"
27428   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27429   algorithm: "plot_throughput_speedup_analysis"
27430   output-file-type: ".html"
27431   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27433   filter: "'NIC_Intel-XXV710' and
27434            '64B' and
27435            'NDRPDR' and
27436            'ETH' and
27437            'IP4FWD' and
27438            'VHOST_1024' and
27439            not 'VXLAN' and
27440            not 'CFS_OPT' and
27441            not 'DOT1Q'"
27442   parameters:
27443   - "throughput"
27444   - "parent"
27445   - "tags"
27446   sort:
27447   - "not CFS_OPT"
27448   - "1VM"
27449   - "2VM"
27450   layout:
27451     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27452     layout: "plot-throughput-speedup-analysis"
27453
27454 - type: "plot"
27455   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27456   algorithm: "plot_throughput_speedup_analysis"
27457   output-file-type: ".html"
27458   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27460   filter: "'NIC_Intel-XXV710' and
27461            '64B' and
27462            'NDRPDR' and
27463            'ETH' and
27464            'IP4FWD' and
27465            'VHOST_1024' and
27466            not 'VXLAN' and
27467            not 'CFS_OPT' and
27468            not 'DOT1Q'"
27469   parameters:
27470   - "throughput"
27471   - "parent"
27472   - "tags"
27473   sort:
27474   - "not CFS_OPT"
27475   - "1VM"
27476   - "2VM"
27477   layout:
27478     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27479     layout: "plot-throughput-speedup-analysis"
27480
27481 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27482 #- type: "plot"
27483 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27484 #  algorithm: "plot_throughput_speedup_analysis"
27485 #  output-file-type: ".html"
27486 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27487 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27488 #  filter: "'NIC_Intel-XXV710' and
27489 #           '64B' and
27490 #           'NDRPDR' and
27491 #           ('ETH' or 'DOT1Q') and
27492 #           'BASE' and
27493 #           ('L2BDMACLRN' or 'L2XCFWD') and
27494 #           'VHOST_1024' and
27495 #           not 'VXLAN' and
27496 #           not 'IP4FWD' and
27497 #           not '2VM'"
27498 #  parameters:
27499 #  - "throughput"
27500 #  - "parent"
27501 #  - "tags"
27502 ##  sort:
27503 ##  - "not CFS_OPT"
27504 ##  - "L2XCFWD"
27505 ##  - "not CFS_OPT"
27506 ##  - "CFS_OPT"
27507 #  layout:
27508 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27509 #    layout: "plot-throughput-speedup-analysis"
27510 #
27511 #- type: "plot"
27512 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27513 #  algorithm: "plot_throughput_speedup_analysis"
27514 #  output-file-type: ".html"
27515 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27516 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27517 #  filter: "'NIC_Intel-XXV710' and
27518 #           '64B' and
27519 #           'NDRPDR' and
27520 #           ('ETH' or 'DOT1Q') and
27521 #           'BASE' and
27522 #           ('L2BDMACLRN' or 'L2XCFWD') and
27523 #           'VHOST_1024' and
27524 #           not 'VXLAN' and
27525 #           not 'IP4FWD' and
27526 #           not '2VM'"
27527 #  parameters:
27528 #  - "throughput"
27529 #  - "parent"
27530 #  - "tags"
27531 ##  sort:
27532 ##  - "not CFS_OPT"
27533 ##  - "L2XCFWD"
27534 ##  - "not CFS_OPT"
27535 ##  - "CFS_OPT"
27536 #  layout:
27537 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27538 #    layout: "plot-throughput-speedup-analysis"
27539 #
27540 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27541 #- type: "plot"
27542 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27543 #  algorithm: "plot_throughput_speedup_analysis"
27544 #  output-file-type: ".html"
27545 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27546 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27547 #  filter: "'NIC_Intel-XXV710' and
27548 #           '64B' and
27549 #           'NDRPDR' and
27550 #           ('ETH' or 'DOT1Q') and
27551 #           ('L2BDMACLRN' or 'L2XCFWD') and
27552 #           'VHOST_1024' and
27553 #           not 'CFS_OPT' and
27554 #           not 'VXLAN' and
27555 #           not 'DOT1Q' and
27556 #           not 'IP4FWD'"
27557 #  parameters:
27558 #  - "throughput"
27559 #  - "parent"
27560 #  - "tags"
27561 ##  sort:
27562 ##  - "1VM"
27563 ##  - "L2XCFWD"
27564 ##  - "1VM"
27565 ##  - "L2BDMACLRN"
27566 #  layout:
27567 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27568 #    layout: "plot-throughput-speedup-analysis"
27569 #
27570 #- type: "plot"
27571 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27572 #  algorithm: "plot_throughput_speedup_analysis"
27573 #  output-file-type: ".html"
27574 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27575 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27576 #  filter: "'NIC_Intel-XXV710' and
27577 #           '64B' and
27578 #           'NDRPDR' and
27579 #           ('ETH' or 'DOT1Q') and
27580 #           ('L2BDMACLRN' or 'L2XCFWD') and
27581 #           'VHOST_1024' and
27582 #           not 'CFS_OPT' and
27583 #           not 'VXLAN' and
27584 #           not 'DOT1Q' and
27585 #           not 'IP4FWD'"
27586 #  parameters:
27587 #  - "throughput"
27588 #  - "parent"
27589 #  - "tags"
27590 ##  sort:
27591 ##  - "1VM"
27592 ##  - "L2XCFWD"
27593 ##  - "1VM"
27594 ##  - "L2BDMACLRN"
27595 #  layout:
27596 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27597 #    layout: "plot-throughput-speedup-analysis"
27598
27599 ################################################################################
27600
27601 # Speedup - VPP vts 3n-hsw-x520
27602 - type: "plot"
27603   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27604   algorithm: "plot_throughput_speedup_analysis"
27605   output-file-type: ".html"
27606   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27608   filter: "'NIC_Intel-X520-DA2' and
27609            '114B' and
27610            'NDRPDR' and
27611            'VTS'"
27612   parameters:
27613   - "throughput"
27614   - "parent"
27615   - "tags"
27616   layout:
27617     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27618     layout: "plot-throughput-speedup-analysis"
27619
27620 - type: "plot"
27621   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27622   algorithm: "plot_throughput_speedup_analysis"
27623   output-file-type: ".html"
27624   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27626   filter: "'NIC_Intel-X520-DA2' and
27627            '114B' and
27628            'NDRPDR' and
27629            'VTS'"
27630   parameters:
27631   - "throughput"
27632   - "parent"
27633   - "tags"
27634   layout:
27635     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27636     layout: "plot-throughput-speedup-analysis"