7afcc19b570acbf812fa041a85588ce903367113
[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
245     plot-vpp-nfv-2n-skx-ndrpdr-imix:
246       # TODO: Add 1904 data
247       csit-vpp-perf-verify-1904-2n-skx:
248         - 66  # NFV NDRPDR IMIX
249         - 67  # NFV NDRPDR IMIX
250         - 69  # NFV NDRPDR IMIX
251
252     plot-vpp-nfv-2n-skx-mrr-64b:
253       csit-vpp-perf-verify-1904-2n-skx:
254         - 40  # NFV MRR 64b
255         - 41  # NFV MRR 64b
256         - 42  # NFV MRR 64b
257         - 47  # NFV MRR 64b
258         - 48  # NFV MRR 64b
259
260     plot-vpp-nfv-2n-skx-mrr-imix:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 49  # NFV MRR IMIX
263         - 50  # NFV MRR IMIX
264         - 51  # NFV MRR IMIX
265         - 54  # NFV MRR IMIX
266         - 55  # NFV MRR IMIX
267
268     plot-dpdk-throughput-latency-2n-skx:
269       csit-dpdk-perf-verify-1904-2n-skx:
270         - 2   # NDRPDR sel
271         - 3   # NDRPDR sel
272         - 4   # NDRPDR sel
273         - 5   # NDRPDR sel
274         - 7   # NDRPDR sel
275         - 8   # NDRPDR sel
276         - 9   # NDRPDR sel
277         - 10  # NDRPDR sel
278         - 11  # NDRPDR sel
279         - 12  # NDRPDR sel
280
281     # 3rd party
282
283 #    # Denverton:
284 #    intel-dnv-vpp:
285 #      # TODO: Replace with 1904 data
286 #      # intel-dnv-vpp-release-1904:
287 #      intel-dnv-vpp-release-1901:
288 #        - 1
289
290     ###########################################################################
291     # Simple tables (only one data set):
292
293     # NIC Comparisons
294
295     vpp-nic-comparison-3n-hsw:
296       csit-vpp-perf-verify-1904-3n-hsw:
297         - 11  # NDRPDR sel
298         - 12  # NDRPDR sel
299         - 20  # NDRPDR sel
300         - 21  # NDRPDR sel
301         - 23  # NDRPDR sel
302         - 24  # NDRPDR sel
303         - 25  # NDRPDR sel
304         - 26  # NDRPDR sel
305         - 29  # NDRPDR sel
306         - 30  # NDRPDR sel
307
308     vpp-nic-comparison-3n-skx:
309       csit-vpp-perf-verify-1904-3n-skx:
310         - 8   # NDRPDR sel
311         - 9   # NDRPDR sel
312         - 10  # NDRPDR sel
313         - 11  # NDRPDR sel
314         - 12  # NDRPDR sel
315         - 14  # NDRPDR sel
316         - 16  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 25  # NDRPDR sel
320
321     vpp-nic-comparison-2n-skx:
322       csit-vpp-perf-verify-1904-2n-skx:
323         - 12  # NDRPDR sel
324         - 14  # NDRPDR sel
325         - 16  # NDRPDR sel
326         - 17  # NDRPDR sel
327         - 18  # NDRPDR sel
328         - 21  # NDRPDR sel
329         - 27  # NDRPDR sel
330         - 30  # NDRPDR sel
331         - 31  # NDRPDR sel
332         - 32  # NDRPDR sel
333
334     vpp-nic-comparison-3n-hsw-mrr:
335       csit-vpp-perf-verify-1904-3n-hsw:
336         - 9   # MRR sel
337
338     vpp-nic-comparison-3n-skx-mrr:
339       csit-vpp-perf-verify-1904-3n-skx:
340         - 7   # MRR sel
341
342     vpp-nic-comparison-2n-skx-mrr:
343       csit-vpp-perf-verify-1904-2n-skx:
344         - 11  # MRR sel
345
346     # Results
347
348     vpp-perf-results-3n-hsw:
349       # TODO: Replace with FULL 1904 data
350       csit-vpp-perf-verify-1904-3n-hsw:
351         - 12  # NDRPDR sel
352
353     vpp-perf-results-3n-skx:
354       csit-vpp-perf-verify-1904-3n-skx:
355         - 26  # NDRPDR full
356         - 27  # NDRPDR full
357         - 30  # NDRPDR full
358         - 31  # NDRPDR full
359
360     vpp-perf-results-2n-skx:
361       csit-vpp-perf-verify-1904-2n-skx:
362         - 33  # NDRPDR full
363         - 39  # NDRPDR full
364         - 58  # NDRPDR full
365         - 62  # NDRPDR full
366
367     vpp-mrr-results-3n-hsw:
368       csit-vpp-perf-verify-1904-3n-hsw:
369         - 9   # MRR sel
370
371     vpp-mrr-results-3n-skx:
372       csit-vpp-perf-verify-1904-3n-skx:
373         - 7   # MRR sel
374
375     vpp-mrr-results-2n-skx:
376       csit-vpp-perf-verify-1904-2n-skx:
377         - 11  # MRR sel
378
379     vpp-func-results-ubuntu:
380       csit-vpp-functional-1904-ubuntu1604-virl:
381         - 29
382
383     vpp-func-results-centos:
384       csit-vpp-functional-1904-centos7-virl:
385         - 32
386
387     vpp-device-results-ubuntu:
388       csit-vpp-device-1904-ubuntu1804-1n-skx:
389         - 33
390
391 #    # VPP Ligato
392 #    ligato-perf-results-3n-hsw:
393 #      # TODO: Replace with 1904 data
394 #      # csit-ligato-perf-verify-1904-3n-hsw:
395 #      csit-ligato-perf-verify-1901-3n-hsw:
396 #        - 10  # NDRPDR full
397
398     dpdk-perf-results-3n-hsw:
399       csit-dpdk-perf-verify-1904-3n-hsw:
400         - 5   # NDRPDR sel
401
402     dpdk-perf-results-3n-skx:
403       csit-dpdk-perf-verify-1904-3n-skx:
404         - 7   # NDRPDR sel
405
406     dpdk-perf-results-2n-skx:
407       csit-dpdk-perf-verify-1904-2n-skx:
408         - 9   # NDRPDR sel
409
410     # HoneyComb Functional
411     hc-func-results:
412       csit-hc2vpp-verify-func-1904-ubuntu1604:
413         - 4
414
415 #    # NSH SFC Functional
416 #    nsh-func-results:
417 #      # Not used
418 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
419 #        - 1
420
421     # DMM Functional
422     dmm-func-results:
423       csit-dmm-functional-1904-ubuntu1604-virl:
424         - 1
425
426     ###########################################################################
427     # Tables (more than one data set)
428
429     # Performance changes
430
431 #    intel-dnv-vpp-changes-2n-dnv-h1:
432 #      intel-dnv-vpp-release-1810:
433 #        - 1
434 #    intel-dnv-vpp-changes-2n-dnv-ref:
435 #      intel-dnv-vpp-release-1901:
436 #        - 1
437 #    intel-dnv-vpp-changes-2n-dnv-cmp:
438 #      # TODO: Replace with 1904 data
439 #      # intel-dnv-vpp-release-1904:
440 #      intel-dnv-vpp-release-1901:
441 #        - 1
442 #    intel-dnv-vpp-changes-2n-dnv:
443 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
444 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
445 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
446
447     vpp-performance-changes-3n-hsw-h1:
448       csit-vpp-perf-verify-1810-3n-hsw:
449         - 8   # NDRPDR sel
450         - 12  # NDRPDR sel
451         - 14  # NDRPDR sel
452         - 18  # NDRPDR sel
453         - 23  # NDRPDR sel
454         - 25  # NDRPDR sel
455         - 38  # NDRPDR sel
456         - 39  # NDRPDR sel
457         - 41  # NDRPDR sel
458         - 42  # NDRPDR sel
459     vpp-performance-changes-3n-hsw-ref:
460       csit-vpp-perf-verify-1901-3n-hsw:
461         - 10  # NDRPDR sel
462         - 19  # NDRPDR sel
463         - 31  # NDRPDR sel
464         - 36  # NDRPDR sel
465         - 40  # NDRPDR sel
466         - 42  # NDRPDR sel
467         - 44  # NDRPDR sel
468         - 46  # NDRPDR sel
469         - 47  # NDRPDR sel
470         - 48  # NDRPDR sel
471         - 61  # NDRPDR LB
472         - 62  # NDRPDR LB
473         - 63  # NDRPDR LB
474         - 64  # NDRPDR LB
475         - 65  # NDRPDR LB
476         - 66  # NDRPDR LB
477         - 67  # NDRPDR LB
478         - 69  # NDRPDR LB
479         - 70  # NDRPDR LB
480         - 71  # NDRPDR LB
481     vpp-performance-changes-3n-hsw-cmp:
482       csit-vpp-perf-verify-1904-3n-hsw:
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 20  # NDRPDR sel
486         - 21  # NDRPDR sel
487         - 23  # NDRPDR sel
488         - 24  # NDRPDR sel
489         - 25  # NDRPDR sel
490         - 26  # NDRPDR sel
491         - 29  # NDRPDR sel
492         - 30  # NDRPDR sel
493     vpp-performance-changes-3n-hsw:
494       - "vpp-performance-changes-3n-hsw-h1"
495       - "vpp-performance-changes-3n-hsw-ref"
496       - "vpp-performance-changes-3n-hsw-cmp"
497
498     vpp-performance-changes-3n-skx-h1:
499       csit-vpp-perf-verify-1810-3n-skx:
500         - 10  # NDRPDR sel
501         - 14  # NDRPDR sel
502         - 15  # NDRPDR sel
503         - 16  # NDRPDR sel
504         - 17  # NDRPDR sel
505         - 19  # NDRPDR sel
506         - 20  # NDRPDR sel
507         - 21  # NDRPDR sel
508         - 22  # NDRPDR sel
509         - 25  # NDRPDR sel
510     vpp-performance-changes-3n-skx-ref:
511       csit-vpp-perf-verify-1901-3n-skx:
512         - 18  # NDRPDR sel
513         - 19  # NDRPDR sel
514         - 20  # NDRPDR sel
515         - 28  # NDRPDR sel
516         - 31  # NDRPDR sel
517         - 33  # NDRPDR sel
518         - 36  # NDRPDR sel
519         - 38  # NDRPDR sel
520         - 47  # NDRPDR sel
521         - 48  # NDRPDR sel
522         - 54  # NDRPDR LB
523         - 57  # NDRPDR LB
524         - 58  # NDRPDR LB
525         - 59  # NDRPDR LB
526         - 60  # NDRPDR LB
527         - 63  # NDRPDR LB
528         - 64  # NDRPDR LB
529         - 65  # NDRPDR LB
530         - 66  # NDRPDR LB
531         - 67  # NDRPDR LB
532     vpp-performance-changes-3n-skx-cmp:
533       csit-vpp-perf-verify-1904-3n-skx:
534         - 8   # NDRPDR sel
535         - 9   # NDRPDR sel
536         - 10  # NDRPDR sel
537         - 11  # NDRPDR sel
538         - 12  # NDRPDR sel
539         - 14  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 21  # NDRPDR sel
542         - 23  # NDRPDR sel
543         - 25  # NDRPDR sel
544     vpp-performance-changes-3n-skx:
545       - "vpp-performance-changes-3n-skx-h1"
546       - "vpp-performance-changes-3n-skx-ref"
547       - "vpp-performance-changes-3n-skx-cmp"
548
549     vpp-performance-changes-2n-skx-h1:
550       csit-vpp-perf-verify-1810-2n-skx:
551         - 9   # NDRPDR sel
552         - 13  # NDRPDR sel
553         - 14  # NDRPDR sel
554         - 19  # NDRPDR sel
555         - 20  # NDRPDR sel
556         - 21  # NDRPDR sel
557         - 22  # NDRPDR sel
558         - 23  # NDRPDR sel
559         - 24  # NDRPDR sel
560         - 27  # NDRPDR sel
561     vpp-performance-changes-2n-skx-ref:
562       csit-vpp-perf-verify-1901-2n-skx:
563         - 5   # NDRPDR sel
564         - 12  # NDRPDR sel
565         - 13  # NDRPDR sel
566         - 21  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 31  # NDRPDR sel
569         - 34  # NDRPDR sel
570         - 40  # NDRPDR sel
571         - 42  # NDRPDR sel
572         - 43  # NDRPDR sel
573     vpp-performance-changes-2n-skx-cmp:
574       csit-vpp-perf-verify-1904-2n-skx:
575         - 12  # NDRPDR sel
576         - 14  # NDRPDR sel
577         - 16  # NDRPDR sel
578         - 17  # NDRPDR sel
579         - 18  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 27  # NDRPDR sel
582         - 30  # NDRPDR sel
583         - 31  # NDRPDR sel
584         - 32  # NDRPDR sel
585     vpp-performance-changes-2n-skx:
586       - "vpp-performance-changes-2n-skx-h1"
587       - "vpp-performance-changes-2n-skx-ref"
588       - "vpp-performance-changes-2n-skx-cmp"
589
590     vpp-soak-vs-ndr-2n-skx-ref:
591       csit-vpp-perf-verify-1904-2n-skx:
592         - 12  # NDRPDR sel
593         - 14  # NDRPDR sel
594         - 16  # NDRPDR sel
595         - 17  # NDRPDR sel
596         - 18  # NDRPDR sel
597         - 21  # NDRPDR sel
598         - 27  # NDRPDR sel
599         - 30  # NDRPDR sel
600         - 31  # NDRPDR sel
601         - 32  # NDRPDR sel
602     vpp-soak-vs-ndr-2n-skx-cmp:
603       csit-vpp-perf-verify-1904-2n-skx:
604         - 70  # SOAK
605         - 71  # SOAK
606     vpp-soak-vs-ndr-2n-skx:
607       csit-vpp-perf-verify-1904-2n-skx:
608         - 12  # NDRPDR sel
609         - 14  # NDRPDR sel
610         - 16  # NDRPDR sel
611         - 17  # NDRPDR sel
612         - 18  # NDRPDR sel
613         - 21  # NDRPDR sel
614         - 27  # NDRPDR sel
615         - 30  # NDRPDR sel
616         - 31  # NDRPDR sel
617         - 32  # NDRPDR sel
618         - 70  # SOAK
619         - 71  # SOAK
620
621     vpp-performance-changes-3n-hsw-mrr-h1:
622       csit-vpp-perf-verify-1810-3n-hsw:
623         - 9   # MRR sel
624     vpp-performance-changes-3n-hsw-mrr-ref:
625       csit-vpp-perf-verify-1901-3n-hsw:
626         - 35  # MRR sel
627     vpp-performance-changes-3n-hsw-mrr-cmp:
628       csit-vpp-perf-verify-1904-3n-hsw:
629         - 9   # MRR sel
630     vpp-performance-changes-3n-hsw-mrr:
631       - "vpp-performance-changes-3n-hsw-mrr-h1"
632       - "vpp-performance-changes-3n-hsw-mrr-ref"
633       - "vpp-performance-changes-3n-hsw-mrr-cmp"
634
635     vpp-performance-changes-3n-skx-mrr-h1:
636       csit-vpp-perf-verify-1810-3n-skx:
637         - 9   # MRR sel
638         - 11  # MRR sel
639         - 12  # MRR sel
640         - 13  # MRR sel
641     vpp-performance-changes-3n-skx-mrr-ref:
642       csit-vpp-perf-verify-1901-3n-skx:
643         - 32  # MRR sel
644     vpp-performance-changes-3n-skx-mrr-cmp:
645       csit-vpp-perf-verify-1904-3n-skx:
646         - 7   # MRR sel
647     vpp-performance-changes-3n-skx-mrr:
648       - "vpp-performance-changes-3n-skx-mrr-h1"
649       - "vpp-performance-changes-3n-skx-mrr-ref"
650       - "vpp-performance-changes-3n-skx-mrr-cmp"
651
652     vpp-performance-changes-2n-skx-mrr-h1:
653       csit-vpp-perf-verify-1810-2n-skx:
654         - 8   # MRR sel
655         - 10  # MRR sel
656         - 11  # MRR sel
657         - 12  # MRR sel
658     vpp-performance-changes-2n-skx-mrr-ref:
659       csit-vpp-perf-verify-1901-2n-skx:
660         - 22  # MRR sel
661     vpp-performance-changes-2n-skx-mrr-cmp:
662       csit-vpp-perf-verify-1904-2n-skx:
663         - 11  # MRR sel
664     vpp-performance-changes-2n-skx-mrr:
665       - "vpp-performance-changes-2n-skx-mrr-h1"
666       - "vpp-performance-changes-2n-skx-mrr-ref"
667       - "vpp-performance-changes-2n-skx-mrr-cmp"
668
669     dpdk-performance-changes-3n-hsw-h1:
670       csit-dpdk-perf-verify-1810-3n-hsw:
671         - 1   # NDRPDR sel
672         - 2   # NDRPDR sel
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 6   # NDRPDR sel
677         - 7   # NDRPDR sel
678         - 8   # NDRPDR sel
679         - 9   # NDRPDR sel
680         - 10  # NDRPDR sel
681     dpdk-performance-changes-3n-hsw-ref:
682       csit-dpdk-perf-verify-1901-3n-hsw:
683         - 13  # NDRPDR sel
684         - 14  # NDRPDR sel
685         - 16  # NDRPDR sel
686         - 17  # NDRPDR sel
687         - 18  # NDRPDR sel
688         - 19  # NDRPDR sel
689         - 20  # NDRPDR sel
690         - 21  # NDRPDR sel
691         - 22  # NDRPDR sel
692         - 23  # NDRPDR sel
693     dpdk-performance-changes-3n-hsw-cmp:
694       csit-dpdk-perf-verify-1904-3n-hsw:
695         - 2   # NDRPDR sel
696         - 3   # NDRPDR sel
697         - 5   # NDRPDR sel
698         - 6   # NDRPDR sel
699         - 13  # NDRPDR sel
700         - 14  # NDRPDR sel
701         - 15  # NDRPDR sel
702         - 18  # NDRPDR sel
703         - 19  # NDRPDR sel
704         - 20  # NDRPDR sel
705     dpdk-performance-changes-3n-hsw:
706       - "dpdk-performance-changes-3n-hsw-h1"
707       - "dpdk-performance-changes-3n-hsw-ref"
708       - "dpdk-performance-changes-3n-hsw-cmp"
709
710     dpdk-performance-changes-3n-skx-h1:
711       csit-dpdk-perf-verify-1810-3n-skx:
712         - 3   # NDRPDR sel
713         - 4   # NDRPDR sel
714         - 6   # NDRPDR sel
715         - 7   # NDRPDR sel
716         - 8   # NDRPDR sel
717         - 9   # NDRPDR sel
718         - 10  # NDRPDR sel
719         - 11  # NDRPDR sel
720         - 12  # NDRPDR sel
721         - 13  # NDRPDR sel
722     dpdk-performance-changes-3n-skx-ref:
723       csit-dpdk-perf-verify-1901-3n-skx:
724         - 3   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733         - 13  # NDRPDR sel
734     dpdk-performance-changes-3n-skx-cmp:
735       csit-dpdk-perf-verify-1904-3n-skx:
736         - 2   # NDRPDR sel
737         - 3   # NDRPDR sel
738         - 4   # NDRPDR sel
739         - 5   # NDRPDR sel
740         - 6   # NDRPDR sel
741         - 7   # NDRPDR sel
742         - 11  # NDRPDR sel
743         - 12  # NDRPDR sel
744         - 13  # NDRPDR sel
745         - 14  # NDRPDR sel
746     dpdk-performance-changes-3n-skx:
747       - "dpdk-performance-changes-3n-skx-h1"
748       - "dpdk-performance-changes-3n-skx-ref"
749       - "dpdk-performance-changes-3n-skx-cmp"
750
751     dpdk-performance-changes-2n-skx-h1:
752       csit-dpdk-perf-verify-1810-2n-skx:
753         - 3   # NDRPDR sel
754         - 4   # NDRPDR sel
755         - 5   # NDRPDR sel
756         - 7   # NDRPDR sel
757         - 8   # NDRPDR sel
758         - 9   # NDRPDR sel
759         - 10  # NDRPDR sel
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 13  # NDRPDR sel
763     dpdk-performance-changes-2n-skx-ref:
764       csit-dpdk-perf-verify-1901-2n-skx:
765         - 12  # NDRPDR sel
766         - 13  # NDRPDR sel
767         - 14  # NDRPDR sel
768         - 15  # NDRPDR sel
769         - 16  # NDRPDR sel
770         - 17  # NDRPDR sel
771         - 18  # NDRPDR sel
772         - 19  # NDRPDR sel
773         - 20  # NDRPDR sel
774         - 21  # NDRPDR sel
775     dpdk-performance-changes-2n-skx-cmp:
776       csit-dpdk-perf-verify-1904-2n-skx:
777         - 2   # NDRPDR sel
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 8   # NDRPDR sel
783         - 9   # NDRPDR sel
784         - 10  # NDRPDR sel
785         - 11  # NDRPDR sel
786         - 12  # NDRPDR sel
787     dpdk-performance-changes-2n-skx:
788       - "dpdk-performance-changes-2n-skx-h1"
789       - "dpdk-performance-changes-2n-skx-ref"
790       - "dpdk-performance-changes-2n-skx-cmp"
791
792     # Compare testbeds
793
794     vpp-compare-testbeds-ref:
795       csit-vpp-perf-verify-1904-3n-hsw:
796         - 11  # NDRPDR sel
797         - 12  # NDRPDR sel
798         - 20  # NDRPDR sel
799         - 21  # NDRPDR sel
800         - 23  # NDRPDR sel
801         - 24  # NDRPDR sel
802         - 25  # NDRPDR sel
803         - 26  # NDRPDR sel
804         - 29  # NDRPDR sel
805         - 30  # NDRPDR sel
806     vpp-compare-testbeds-cmp:
807       csit-vpp-perf-verify-1904-3n-skx:
808         - 8   # NDRPDR sel
809         - 9   # NDRPDR sel
810         - 10  # NDRPDR sel
811         - 11  # NDRPDR sel
812         - 12  # NDRPDR sel
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 21  # NDRPDR sel
816         - 23  # NDRPDR sel
817         - 25  # NDRPDR sel
818     vpp-compare-testbeds:
819       - "vpp-compare-testbeds-ref"
820       - "vpp-compare-testbeds-cmp"
821
822     vpp-compare-testbeds-mrr-ref:
823       csit-vpp-perf-verify-1904-3n-hsw:
824         - 9   # MRR sel
825     vpp-compare-testbeds-mrr-cmp:
826       csit-vpp-perf-verify-1904-3n-skx:
827         - 7   # MRR sel
828     vpp-compare-testbeds-mrr:
829       - "vpp-compare-testbeds-mrr-ref"
830       - "vpp-compare-testbeds-mrr-cmp"
831
832     dpdk-compare-testbeds-ref:
833       csit-dpdk-perf-verify-1904-3n-hsw:
834         - 2   # NDRPDR sel
835         - 3   # NDRPDR sel
836         - 5   # NDRPDR sel
837         - 6   # NDRPDR sel
838         - 13  # NDRPDR sel
839         - 14  # NDRPDR sel
840         - 15  # NDRPDR sel
841         - 18  # NDRPDR sel
842         - 19  # NDRPDR sel
843         - 20  # NDRPDR sel
844     dpdk-compare-testbeds-cmp:
845       csit-dpdk-perf-verify-1904-3n-skx:
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854         - 13  # NDRPDR sel
855         - 14  # NDRPDR sel
856     dpdk-compare-testbeds:
857       - "dpdk-compare-testbeds-ref"
858       - "dpdk-compare-testbeds-cmp"
859
860     # Compare topologies
861
862     vpp-compare-topologies-ref:
863       csit-vpp-perf-verify-1904-3n-skx:
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 11  # NDRPDR sel
868         - 12  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 16  # NDRPDR sel
871         - 21  # NDRPDR sel
872         - 23  # NDRPDR sel
873         - 25  # NDRPDR sel
874     vpp-compare-topologies-cmp:
875       csit-vpp-perf-verify-1904-2n-skx:
876         - 12  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 16  # NDRPDR sel
879         - 17  # NDRPDR sel
880         - 18  # NDRPDR sel
881         - 21  # NDRPDR sel
882         - 27  # NDRPDR sel
883         - 30  # NDRPDR sel
884         - 31  # NDRPDR sel
885         - 32  # NDRPDR sel
886     vpp-compare-topologies:
887       - "vpp-compare-topologies-ref"
888       - "vpp-compare-topologies-cmp"
889
890     vpp-compare-topologies-mrr-ref:
891       csit-vpp-perf-verify-1904-3n-skx:
892         - 7   # MRR sel
893     vpp-compare-topologies-mrr-cmp:
894       csit-vpp-perf-verify-1904-2n-skx:
895         - 11  # MRR sel
896     vpp-compare-topologies-mrr:
897       - "vpp-compare-topologies-mrr-ref"
898       - "vpp-compare-topologies-mrr-cmp"
899
900     dpdk-compare-topologies-ref:
901       csit-dpdk-perf-verify-1904-3n-skx:
902         - 2   # NDRPDR sel
903         - 3   # NDRPDR sel
904         - 4   # NDRPDR sel
905         - 5   # NDRPDR sel
906         - 6   # NDRPDR sel
907         - 7   # NDRPDR sel
908         - 11  # NDRPDR sel
909         - 12  # NDRPDR sel
910         - 13  # NDRPDR sel
911         - 14  # NDRPDR sel
912     dpdk-compare-topologies-cmp:
913       csit-dpdk-perf-verify-1904-2n-skx:
914         - 2   # NDRPDR sel
915         - 3   # NDRPDR sel
916         - 4   # NDRPDR sel
917         - 5   # NDRPDR sel
918         - 7   # NDRPDR sel
919         - 8   # NDRPDR sel
920         - 9   # NDRPDR sel
921         - 10  # NDRPDR sel
922         - 11  # NDRPDR sel
923         - 12  # NDRPDR sel
924     dpdk-compare-topologies:
925       - "dpdk-compare-topologies-ref"
926       - "dpdk-compare-topologies-cmp"
927
928   plot-layouts:
929
930     plot-soak-throughput:
931       titlefont:
932         size: 18
933       xaxis:
934         title: "<b>Test Cases [Index]</b>"
935         titlefont:
936           size: 16
937         autorange: True
938         fixedrange: False
939         gridcolor: "rgb(230, 230, 230)"
940         linecolor: "rgb(220, 220, 220)"
941         linewidth: 1
942         showgrid: True
943         showline: True
944         showticklabels: True
945         tickcolor: "rgb(220, 220, 220)"
946         tickmode: "linear"
947         tickfont:
948           size: 16
949         zeroline: False
950       yaxis:
951         title: "<b>Packet Throughput [Mpps]</b>"
952         titlefont:
953           size: 16
954         gridcolor: "rgb(230, 230, 230)"
955         hoverformat: ".4s"
956         tickformat: ".3s"
957         linecolor: "rgb(220, 220, 220)"
958         linewidth: 1
959         showgrid: True
960         showline: True
961         showticklabels: True
962         tickcolor: "rgb(220, 220, 220)"
963         tickfont:
964           size: 16
965         zeroline: False
966         range: [0,50]
967       autosize: False
968       margin:
969         t: 50
970         b: 0
971         l: 80
972         r: 20
973       showlegend: True
974       legend:
975         orientation: "h"
976         font:
977           size: 16
978       width: 700
979       height: 900
980
981     plot-service-density:
982       titlefont:
983         size: 18
984       xaxis:
985         side: "top"
986         autorange: True
987         fixedrange: False
988         showgrid: False
989         showline: False
990         showticklabels: False
991         ticks: ""
992         ticklen: 0
993         tickwidth: 0
994         zeroline: False
995       yaxis:
996         autorange: "reversed"
997         showgrid: False
998         showline: False
999         showticklabels: False
1000         ticks: ""
1001         ticklen: 0
1002         tickwidth: 0
1003         zeroline: False
1004       autosize: True
1005       showlegend: False
1006       width: 700
1007       height: 700
1008
1009     plot-cps:
1010       titlefont:
1011         size: 18
1012       xaxis:
1013         title: "<b>Test Cases [Index]</b>"
1014         titlefont:
1015           size: 16
1016         autorange: True
1017         fixedrange: False
1018         gridcolor: "rgb(230, 230, 230)"
1019         linecolor: "rgb(220, 220, 220)"
1020         linewidth: 1
1021         showgrid: True
1022         showline: True
1023         showticklabels: True
1024         tickcolor: "rgb(220, 220, 220)"
1025         tickmode: "linear"
1026         tickfont:
1027           size: 16
1028         zeroline: False
1029       yaxis:
1030         title: "<b>Connections Per Second [cps]</b>"
1031         titlefont:
1032           size: 16
1033         gridcolor: "rgb(230, 230, 230)"
1034         hoverformat: ".4s"
1035         linecolor: "rgb(220, 220, 220)"
1036         linewidth: 1
1037         rangemode: "tozero"
1038         showgrid: True
1039         showline: True
1040         showticklabels: True
1041         tickcolor: "rgb(220, 220, 220)"
1042         tickformat: ".3s"
1043         tickfont:
1044           size: 16
1045         zeroline: False
1046       boxmode: "group"
1047       boxgroupgap: 0.5
1048       autosize: False
1049       margin:
1050         t: 50
1051         b: 20
1052         l: 80
1053         r: 20
1054       showlegend: True
1055       legend:
1056         orientation: "h"
1057         font:
1058           size: 16
1059       width: 700
1060       height: 800
1061
1062     plot-rps:
1063       titlefont:
1064         size: 18
1065       xaxis:
1066         title: "<b>Test Cases [Index]</b>"
1067         titlefont:
1068           size: 16
1069         autorange: True
1070         fixedrange: False
1071         gridcolor: "rgb(230, 230, 230)"
1072         linecolor: "rgb(220, 220, 220)"
1073         linewidth: 1
1074         showgrid: True
1075         showline: True
1076         showticklabels: True
1077         tickcolor: "rgb(220, 220, 220)"
1078         tickmode: "linear"
1079         tickfont:
1080           size: 16
1081         zeroline: False
1082       yaxis:
1083         title: "<b>Requests Per Second [rps]</b>"
1084         titlefont:
1085           size: 16
1086         gridcolor: "rgb(230, 230, 230)"
1087         hoverformat: ".4s"
1088         linecolor: "rgb(220, 220, 220)"
1089         linewidth: 1
1090         rangemode: "tozero"
1091         showgrid: True
1092         showline: True
1093         showticklabels: True
1094         tickcolor: "rgb(230, 230, 230)"
1095         tickformat: ".3s"
1096         tickfont:
1097           size: 16
1098         zeroline: False
1099       boxmode: "group"
1100       boxgroupgap: 0.5
1101       autosize: False
1102       margin:
1103         t: 50
1104         b: 20
1105         l: 80
1106         r: 20
1107       showlegend: True
1108       legend:
1109         orientation: "h"
1110         font:
1111           size: 16
1112       width: 700
1113       height: 800
1114
1115     plot-throughput:
1116       titlefont:
1117         size: 18
1118       xaxis:
1119         title: "<b>Test Cases [Index]</b>"
1120         titlefont:
1121           size: 16
1122         autorange: True
1123         fixedrange: False
1124         gridcolor: "rgb(230, 230, 230)"
1125         linecolor: "rgb(220, 220, 220)"
1126         linewidth: 1
1127         showgrid: True
1128         showline: True
1129         showticklabels: True
1130         tickcolor: "rgb(220, 220, 220)"
1131         tickmode: "linear"
1132         tickfont:
1133           size: 16
1134         zeroline: False
1135       yaxis:
1136         title: "<b>Packet Throughput [Mpps]</b>"
1137         titlefont:
1138           size: 16
1139         gridcolor: "rgb(230, 230, 230)"
1140         hoverformat: ".4s"
1141         tickformat: ".3s"
1142         linecolor: "rgb(220, 220, 220)"
1143         linewidth: 1
1144         showgrid: True
1145         showline: True
1146         showticklabels: True
1147         tickcolor: "rgb(220, 220, 220)"
1148         tickfont:
1149           size: 16
1150         zeroline: False
1151         range: [0,50]
1152       boxmode: "group"
1153       boxgroupgap: 0.5
1154       autosize: False
1155       margin:
1156         t: 50
1157         b: 0
1158         l: 80
1159         r: 20
1160       showlegend: True
1161       legend:
1162         orientation: "h"
1163         font:
1164           size: 16
1165       width: 700
1166       height: 900
1167
1168     plot-throughput-speedup-analysis:
1169       titlefont:
1170         size: 18
1171       xaxis:
1172         title: "<b>Number of Cores [Qty]</b>"
1173         titlefont:
1174           size: 16
1175         autorange: True
1176         fixedrange: False
1177         gridcolor: "rgb(230, 230, 230)"
1178         linecolor: "rgb(220, 220, 220)"
1179         linewidth: 1
1180         showgrid: True
1181         showline: True
1182         showticklabels: True
1183         tickcolor: "rgb(238, 238, 238)"
1184         tickmode: "linear"
1185         tickfont:
1186           size: 16
1187         zeroline: False
1188       yaxis:
1189         title: "<b>Packet Throughput [Mpps]</b>"
1190         titlefont:
1191           size: 16
1192         type: "linear"
1193         gridcolor: "rgb(230, 230, 230)"
1194         hoverformat: ".4s"
1195         linecolor: "rgb(220, 220, 220)"
1196         linewidth: 1
1197         showgrid: True
1198         showline: True
1199         showticklabels: True
1200         tickcolor: "rgb(220, 220, 220)"
1201         tickformat: ".4s"
1202         tickfont:
1203           size: 16
1204         zeroline: True
1205         rangemode: "tozero"
1206         range: [0,100]
1207       legend:
1208         orientation: "h"
1209         font:
1210           size: 16
1211         xanchor: "left"
1212         yanchor: "top"
1213         x: 0
1214         y: -0.2
1215         bgcolor: "rgba(255, 255, 255, 0)"
1216         bordercolor: "rgba(255, 255, 255, 0)"
1217         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1218       autosize: False
1219       margin:
1220           't': 50
1221           'b': 150
1222           'l': 85
1223           'r': 10
1224       showlegend: True
1225       width: 700
1226       height: 700
1227       hoverlabel:
1228         namelength: -1
1229       annotations: [
1230         {
1231           text: "_ _          __          ...",
1232           align: "left",
1233           showarrow: False,
1234           xref: "paper",
1235           yref: "paper",
1236           xanchor: "left",
1237           yanchor: "top",
1238           x: 0,
1239           y: -0.13,
1240           font: {
1241             family: "Consolas, Courier New",
1242             size: 15
1243           },
1244         },
1245         {
1246           text: "    Perfect     Measured     Limit",
1247           align: "left",
1248           showarrow: False,
1249           xref: "paper",
1250           yref: "paper",
1251           xanchor: "left",
1252           yanchor: "top",
1253           x: 0,
1254           y: -0.15,
1255           font: {
1256             family: "Consolas, Courier New",
1257             size: 15
1258           },
1259         },
1260       ]
1261
1262     plot-latency:
1263       titlefont:
1264         size: 18
1265       xaxis:
1266         title: "<b>Direction</b>"
1267         titlefont:
1268           size: 16
1269         autorange: True
1270         fixedrange: False
1271         gridcolor: "rgb(230, 230, 230)"
1272         linecolor: "rgb(220, 220, 220)"
1273         linewidth: 1
1274         showgrid: True
1275         showline: True
1276         showticklabels: False
1277         tickcolor: "rgb(220, 220, 220)"
1278         tickmode: "linear"
1279         tickfont:
1280           size: 16
1281         zeroline: False
1282       yaxis:
1283         title: "<b>Packet Latency [uSec]</b>"
1284         titlefont:
1285           size: 16
1286         type: "linear"
1287         gridcolor: "rgb(230, 230, 230)"
1288         hoverformat: ".4s"
1289         linecolor: "rgb(220, 220, 220)"
1290         linewidth: 1
1291         showgrid: True
1292         showline: True
1293         showticklabels: True
1294         tickcolor: "rgb(220, 220, 220)"
1295         tickformat: ".4s"
1296         tickfont:
1297           size: 16
1298         zeroline: True
1299         rangemode: "tozero"
1300       legend:
1301         orientation: "h"
1302         font:
1303           size: 16
1304         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1305       autosize: False
1306       margin:
1307           't': 50
1308           'b': 150
1309           'l': 80
1310           'r': 10
1311       showlegend: True
1312       width: 700
1313       height: 700
1314       hoverlabel:
1315         namelength: -1
1316
1317 - type: "static"
1318   src-path: "{DIR[RST]}"
1319   dst-path: "{DIR[WORKING,SRC]}"
1320
1321 - type: "input"
1322   general:
1323     file-name: "robot-plugin.zip"
1324     file-format: ".zip"
1325     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1326     extract: "robot-plugin/output.xml"
1327
1328   builds:
1329 #    # TODO: Add 1904 data
1330 ##    intel-dnv-vpp-release-1904:
1331 ##      - 1
1332 #
1333 #    intel-dnv-vpp-release-1901:
1334 #      - 1
1335 #
1336 #    intel-dnv-vpp-release-1810:
1337 #      - 1
1338
1339     csit-vpp-perf-verify-1810-3n-hsw:
1340       - 9   # MRR sel
1341       - 8   # NDRPDR sel
1342       - 12  # NDRPDR sel
1343       - 14  # NDRPDR sel
1344       - 18  # NDRPDR sel
1345       - 23  # NDRPDR sel
1346       - 25  # NDRPDR sel
1347       - 38  # NDRPDR sel
1348       - 39  # NDRPDR sel
1349       - 41  # NDRPDR sel
1350       - 42  # NDRPDR sel
1351 #      - 28  # WRK
1352 #      - 29  # WRK
1353 #      - 30  # WRK
1354 #      - 31  # WRK
1355 #      - 32  # WRK
1356 #      - 33  # WRK
1357 #      - 34  # WRK
1358 #      - 35  # WRK
1359 #      - 36  # WRK
1360 #      - 37  # WRK
1361     csit-vpp-perf-verify-1901-3n-hsw:
1362       - 35  # MRR sel
1363       - 10  # NDRPDR sel
1364       - 19  # NDRPDR sel
1365       - 31  # NDRPDR sel
1366       - 36  # NDRPDR sel
1367       - 40  # NDRPDR sel
1368       - 42  # NDRPDR sel
1369       - 44  # NDRPDR sel
1370       - 46  # NDRPDR sel
1371       - 47  # NDRPDR sel
1372       - 48  # NDRPDR sel
1373       - 61  # NDRPDR LB
1374       - 62  # NDRPDR LB
1375       - 63  # NDRPDR LB
1376       - 64  # NDRPDR LB
1377       - 65  # NDRPDR LB
1378       - 66  # NDRPDR LB
1379       - 67  # NDRPDR LB
1380       - 69  # NDRPDR LB
1381       - 70  # NDRPDR LB
1382       - 71  # NDRPDR LB
1383     # TODO: Add 1904 Data
1384     csit-vpp-perf-verify-1904-3n-hsw:
1385       - 9   # MRR sel
1386       - 11  # NDRPDR sel
1387       - 12  # NDRPDR sel
1388       - 20  # NDRPDR sel
1389       - 21  # NDRPDR sel
1390       - 23  # NDRPDR sel
1391       - 24  # NDRPDR sel
1392       - 25  # NDRPDR sel
1393       - 26  # NDRPDR sel
1394       - 29  # NDRPDR sel
1395       - 30  # NDRPDR sel
1396
1397     csit-vpp-perf-verify-1810-3n-skx:
1398       - 9   # MRR sel
1399       - 11  # MRR sel
1400       - 12  # MRR sel
1401       - 13  # MRR sel
1402       - 10  # NDRPDR sel
1403       - 14  # NDRPDR sel
1404       - 15  # NDRPDR sel
1405       - 16  # NDRPDR sel
1406       - 17  # NDRPDR sel
1407       - 19  # NDRPDR sel
1408       - 20  # NDRPDR sel
1409       - 21  # NDRPDR sel
1410       - 22  # NDRPDR sel
1411       - 25  # NDRPDR sel
1412     csit-vpp-perf-verify-1901-3n-skx:
1413       - 32  # MRR sel
1414       - 18  # NDRPDR sel
1415       - 19  # NDRPDR sel
1416       - 20  # NDRPDR sel
1417       - 28  # NDRPDR sel
1418       - 31  # NDRPDR sel
1419       - 33  # NDRPDR sel
1420       - 36  # NDRPDR sel
1421       - 38  # NDRPDR sel
1422       - 47  # NDRPDR sel
1423       - 48  # NDRPDR sel
1424       - 54  # NDRPDR LB
1425       - 57  # NDRPDR LB
1426       - 58  # NDRPDR LB
1427       - 59  # NDRPDR LB
1428       - 60  # NDRPDR LB
1429       - 63  # NDRPDR LB
1430       - 64  # NDRPDR LB
1431       - 65  # NDRPDR LB
1432       - 66  # NDRPDR LB
1433       - 67  # NDRPDR LB
1434     csit-vpp-perf-verify-1904-3n-skx:
1435       - 7   # MRR sel
1436       - 26  # NDRPDR full
1437       - 27  # NDRPDR full
1438       - 30  # NDRPDR full
1439       - 31  # NDRPDR full
1440       - 8   # NDRPDR sel
1441       - 9   # NDRPDR sel
1442       - 10  # NDRPDR sel
1443       - 11  # NDRPDR sel
1444       - 12  # NDRPDR sel
1445       - 14  # NDRPDR sel
1446       - 16  # NDRPDR sel
1447       - 21  # NDRPDR sel
1448       - 23  # NDRPDR sel
1449       - 25  # NDRPDR sel
1450
1451     csit-vpp-perf-verify-1810-2n-skx:
1452       - 8   # MRR sel
1453       - 10  # MRR sel
1454       - 11  # MRR sel
1455       - 12  # MRR sel
1456       - 9   # NDRPDR sel
1457       - 13  # NDRPDR sel
1458       - 14  # NDRPDR sel
1459       - 19  # NDRPDR sel
1460       - 20  # NDRPDR sel
1461       - 21  # NDRPDR sel
1462       - 22  # NDRPDR sel
1463       - 23  # NDRPDR sel
1464       - 24  # NDRPDR sel
1465       - 27  # NDRPDR sel
1466     csit-vpp-perf-verify-1901-2n-skx:
1467       - 22  # MRR sel
1468       - 5   # NDRPDR sel
1469       - 12  # NDRPDR sel
1470       - 13  # NDRPDR sel
1471       - 21  # NDRPDR sel
1472       - 23  # NDRPDR sel
1473       - 31  # NDRPDR sel
1474       - 34  # NDRPDR sel
1475       - 40  # NDRPDR sel
1476       - 42  # NDRPDR sel
1477       - 43  # NDRPDR sel
1478     # TODO: Add 1904 data
1479     csit-vpp-perf-verify-1904-2n-skx:
1480       - 11  # MRR sel
1481       - 33  # NDRPDR full
1482       - 39  # NDRPDR full
1483       - 58  # NDRPDR full
1484       - 62  # NDRPDR full
1485       - 12  # NDRPDR sel
1486       - 14  # NDRPDR sel
1487       - 16  # NDRPDR sel
1488       - 17  # NDRPDR sel
1489       - 18  # NDRPDR sel
1490       - 21  # NDRPDR sel
1491       - 27  # NDRPDR sel
1492       - 30  # NDRPDR sel
1493       - 31  # NDRPDR sel
1494       - 32  # NDRPDR sel
1495       - 40  # NFV MRR 64b
1496       - 41  # NFV MRR 64b
1497       - 42  # NFV MRR 64b
1498       - 47  # NFV MRR 64b
1499       - 48  # NFV MRR 64b
1500       - 49  # NFV MRR IMIX
1501       - 50  # NFV MRR IMIX
1502       - 51  # NFV MRR IMIX
1503       - 54  # NFV MRR IMIX
1504       - 55  # NFV MRR IMIX
1505       - 56  # NFV NDRPDR 64b
1506       - 59  # NFV NDRPDR 64b
1507       - 60  # NFV NDRPDR 64b
1508       - 65  # NFV NDRPDR 64b
1509       - 68  # NFV NDRPDR 64b
1510       - 66  # NFV NDRPDR IMIX
1511       - 67  # NFV NDRPDR IMIX
1512       - 69  # NFV NDRPDR IMIX
1513       - 70  # SOAK
1514       - 71  # SOAK
1515
1516 #    csit-ligato-perf-verify-1901-3n-hsw:
1517 #      - 10  # NDRPDR full
1518 #      - 8   # NDRPDR sel
1519 #      - 9   # NDRPDR sel
1520 #      - 11  # NDRPDR sel
1521 #      - 12  # NDRPDR sel
1522 #      - 13  # NDRPDR sel
1523 #      - 14  # NDRPDR sel
1524 #      - 15  # NDRPDR sel
1525 #      - 16  # NDRPDR sel
1526 #      - 17  # NDRPDR sel
1527 #      - 18  # NDRPDR sel
1528 #    # TODO: Add 1904 data
1529 ##    csit-ligato-perf-verify-1904-3n-hsw:
1530 ##      -
1531
1532     csit-dpdk-perf-verify-1810-3n-hsw:
1533       - 1   # NDRPDR sel
1534       - 2   # NDRPDR sel
1535       - 3   # NDRPDR sel
1536       - 4   # NDRPDR sel
1537       - 5   # NDRPDR sel
1538       - 6   # NDRPDR sel
1539       - 7   # NDRPDR sel
1540       - 8   # NDRPDR sel
1541       - 9   # NDRPDR sel
1542       - 10  # NDRPDR sel
1543     csit-dpdk-perf-verify-1901-3n-hsw:
1544       - 13  # NDRPDR sel
1545       - 14  # NDRPDR sel
1546       - 16  # NDRPDR sel
1547       - 17  # NDRPDR sel
1548       - 18  # NDRPDR sel
1549       - 19  # NDRPDR sel
1550       - 20  # NDRPDR sel
1551       - 21  # NDRPDR sel
1552       - 22  # NDRPDR sel
1553       - 23  # NDRPDR sel
1554     csit-dpdk-perf-verify-1904-3n-hsw:
1555       - 2   # NDRPDR sel
1556       - 3   # NDRPDR sel
1557       - 5   # NDRPDR sel
1558       - 6   # NDRPDR sel
1559       - 13  # NDRPDR sel
1560       - 14  # NDRPDR sel
1561       - 15  # NDRPDR sel
1562       - 18  # NDRPDR sel
1563       - 19  # NDRPDR sel
1564       - 20  # NDRPDR sel
1565
1566     csit-dpdk-perf-verify-1810-3n-skx:
1567       - 3   # NDRPDR sel
1568       - 4   # NDRPDR sel
1569       - 6   # NDRPDR sel
1570       - 7   # NDRPDR sel
1571       - 8   # NDRPDR sel
1572       - 9   # NDRPDR sel
1573       - 10  # NDRPDR sel
1574       - 11  # NDRPDR sel
1575       - 12  # NDRPDR sel
1576       - 13  # NDRPDR sel
1577     csit-dpdk-perf-verify-1901-3n-skx:
1578       - 3   # NDRPDR sel
1579       - 5   # NDRPDR sel
1580       - 6   # NDRPDR sel
1581       - 7   # NDRPDR sel
1582       - 8   # NDRPDR sel
1583       - 9   # NDRPDR sel
1584       - 10  # NDRPDR sel
1585       - 11  # NDRPDR sel
1586       - 12  # NDRPDR sel
1587       - 13  # NDRPDR sel
1588     csit-dpdk-perf-verify-1904-3n-skx:
1589       - 2   # NDRPDR sel
1590       - 3   # NDRPDR sel
1591       - 4   # NDRPDR sel
1592       - 5   # NDRPDR sel
1593       - 6   # NDRPDR sel
1594       - 7   # NDRPDR sel
1595       - 11  # NDRPDR sel
1596       - 12  # NDRPDR sel
1597       - 13  # NDRPDR sel
1598       - 14  # NDRPDR sel
1599
1600     csit-dpdk-perf-verify-1810-2n-skx:
1601       - 3   # NDRPDR sel
1602       - 4   # NDRPDR sel
1603       - 5   # NDRPDR sel
1604       - 7   # NDRPDR sel
1605       - 8   # NDRPDR sel
1606       - 9   # NDRPDR sel
1607       - 10  # NDRPDR sel
1608       - 11  # NDRPDR sel
1609       - 12  # NDRPDR sel
1610       - 13  # NDRPDR sel
1611     csit-dpdk-perf-verify-1901-2n-skx:
1612       - 12  # NDRPDR sel
1613       - 13  # NDRPDR sel
1614       - 14  # NDRPDR sel
1615       - 15  # NDRPDR sel
1616       - 16  # NDRPDR sel
1617       - 17  # NDRPDR sel
1618       - 18  # NDRPDR sel
1619       - 19  # NDRPDR sel
1620       - 20  # NDRPDR sel
1621       - 21  # NDRPDR sel
1622     csit-dpdk-perf-verify-1904-2n-skx:
1623       - 2   # NDRPDR sel
1624       - 3   # NDRPDR sel
1625       - 4   # NDRPDR sel
1626       - 5   # NDRPDR sel
1627       - 7   # NDRPDR sel
1628       - 8   # NDRPDR sel
1629       - 9   # NDRPDR sel
1630       - 10  # NDRPDR sel
1631       - 11  # NDRPDR sel
1632       - 12  # NDRPDR sel
1633
1634     csit-vpp-functional-1904-ubuntu1604-virl:
1635       - 33
1636     csit-vpp-functional-1904-centos7-virl:
1637       - 32
1638     csit-vpp-device-1904-ubuntu1804-1n-skx:
1639       - 32
1640 #    # Not used
1641 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1642 #      - 1
1643     csit-dmm-functional-1904-ubuntu1604-virl:
1644       - 1
1645     csit-hc2vpp-verify-func-1904-ubuntu1604:
1646       - 4
1647
1648 - type: "output"
1649   output: "report"
1650   format:
1651     html:
1652     - full
1653 #    pdf:
1654 #    - minimal
1655
1656 ################################################################################
1657 ###                               T A B L E S                                ###
1658 ################################################################################
1659
1660 # VPP SOAK vs NDR
1661 - type: "table"
1662   title: "VPP SOAK vs NDR 2n-skx"
1663   algorithm: "table_soak_vs_ndr"
1664   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1665   reference:
1666     title: "NDR"
1667     data: "vpp-soak-vs-ndr-2n-skx-ref"
1668   compare:
1669     title: "SOAK"
1670     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1671   data: "vpp-soak-vs-ndr-2n-skx"
1672   include-tests: "NDR"
1673   filter: "('NDRPDR' or 'SOAK')"
1674   parameters:
1675     - "throughput"
1676     - "name"
1677     - "parent"
1678
1679 ################################################################################
1680
1681 # VPP Compare NICs 3n-hsw 1t1c ndr
1682 - type: "table"
1683   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1684   algorithm: "table_nics_comparison"
1685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1686   reference:
1687     title: "Intel-x520"
1688     nic: "NIC_Intel-X520-DA2"
1689   compare:
1690     title: "Intel-x710"
1691     nic: "NIC_Intel-X710"
1692   data: "vpp-nic-comparison-3n-hsw"
1693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1694   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1695   parameters:
1696   - "name"
1697   - "parent"
1698   - "throughput"
1699   - "tags"
1700
1701 # VPP Compare NICs 3n-hsw 2t2c ndr
1702 - type: "table"
1703   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1704   algorithm: "table_nics_comparison"
1705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1706   reference:
1707     title: "Intel-x520"
1708     nic: "NIC_Intel-X520-DA2"
1709   compare:
1710     title: "Intel-x710"
1711     nic: "NIC_Intel-X710"
1712   data: "vpp-nic-comparison-3n-hsw"
1713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1714   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1715   parameters:
1716   - "name"
1717   - "parent"
1718   - "throughput"
1719   - "tags"
1720
1721 # VPP Compare NICs 3n-hsw 1t1c pdr
1722 - type: "table"
1723   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1724   algorithm: "table_nics_comparison"
1725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1726   reference:
1727     title: "Intel-x520"
1728     nic: "NIC_Intel-X520-DA2"
1729   compare:
1730     title: "Intel-x710"
1731     nic: "NIC_Intel-X710"
1732   data: "vpp-nic-comparison-3n-hsw"
1733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1734   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1735   parameters:
1736   - "name"
1737   - "parent"
1738   - "throughput"
1739   - "tags"
1740
1741 # VPP Compare NICs 3n-hsw 2t2c pdr
1742 - type: "table"
1743   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1744   algorithm: "table_nics_comparison"
1745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1746   reference:
1747     title: "Intel-x520"
1748     nic: "NIC_Intel-X520-DA2"
1749   compare:
1750     title: "Intel-x710"
1751     nic: "NIC_Intel-X710"
1752   data: "vpp-nic-comparison-3n-hsw"
1753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1754   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1755   parameters:
1756   - "name"
1757   - "parent"
1758   - "throughput"
1759   - "tags"
1760
1761 # VPP Compare NICs 3n-hsw 1t1c mrr
1762 - type: "table"
1763   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1764   algorithm: "table_nics_comparison"
1765   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1766   reference:
1767     title: "Intel-x520"
1768     nic: "NIC_Intel-X520-DA2"
1769   compare:
1770     title: "Intel-x710"
1771     nic: "NIC_Intel-X710"
1772   data: "vpp-nic-comparison-3n-hsw-mrr"
1773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1774   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1775   parameters:
1776   - "name"
1777   - "parent"
1778   - "result"
1779   - "tags"
1780
1781 # VPP Compare NICs 3n-hsw 2t2c mrr
1782 - type: "table"
1783   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1784   algorithm: "table_nics_comparison"
1785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1786   reference:
1787     title: "Intel-x520"
1788     nic: "NIC_Intel-X520-DA2"
1789   compare:
1790     title: "Intel-x710"
1791     nic: "NIC_Intel-X710"
1792   data: "vpp-nic-comparison-3n-hsw-mrr"
1793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1794   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1795   parameters:
1796   - "name"
1797   - "parent"
1798   - "result"
1799   - "tags"
1800
1801 # VPP Compare NICs 3n-hsw 4t4c mrr
1802 - type: "table"
1803   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1804   algorithm: "table_nics_comparison"
1805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1806   reference:
1807     title: "Intel-x520"
1808     nic: "NIC_Intel-X520-DA2"
1809   compare:
1810     title: "Intel-x710"
1811     nic: "NIC_Intel-X710"
1812   data: "vpp-nic-comparison-3n-hsw-mrr"
1813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1814   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1815   parameters:
1816   - "name"
1817   - "parent"
1818   - "result"
1819   - "tags"
1820
1821 # VPP Compare NICs 3n-skx 2t1c ndr
1822 - type: "table"
1823   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1824   algorithm: "table_nics_comparison"
1825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1826   reference:
1827     title: "Intel-x710"
1828     nic: "NIC_Intel-X710"
1829   compare:
1830     title: "Intel-xxv710"
1831     nic: "NIC_Intel-XXV710"
1832   data: "vpp-nic-comparison-3n-skx"
1833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1834   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "throughput"
1839   - "tags"
1840
1841 # VPP Compare NICs 3n-skx 4t2c ndr
1842 - type: "table"
1843   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1844   algorithm: "table_nics_comparison"
1845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1846   reference:
1847     title: "Intel-x710"
1848     nic: "NIC_Intel-X710"
1849   compare:
1850     title: "Intel-xxv710"
1851     nic: "NIC_Intel-XXV710"
1852   data: "vpp-nic-comparison-3n-skx"
1853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1854   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1855   parameters:
1856   - "name"
1857   - "parent"
1858   - "throughput"
1859   - "tags"
1860
1861 # VPP Compare NICs 3n-skx 2t1c pdr
1862 - type: "table"
1863   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1864   algorithm: "table_nics_comparison"
1865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1866   reference:
1867     title: "Intel-x710"
1868     nic: "NIC_Intel-X710"
1869   compare:
1870     title: "Intel-xxv710"
1871     nic: "NIC_Intel-XXV710"
1872   data: "vpp-nic-comparison-3n-skx"
1873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1874   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "throughput"
1879   - "tags"
1880
1881  # VPP Compare NICs 3n-skx 4t2c pdr
1882 - type: "table"
1883   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1884   algorithm: "table_nics_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1886   reference:
1887     title: "Intel-x710"
1888     nic: "NIC_Intel-X710"
1889   compare:
1890     title: "Intel-xxv710"
1891     nic: "NIC_Intel-XXV710"
1892   data: "vpp-nic-comparison-3n-skx"
1893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1894   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1895   parameters:
1896   - "name"
1897   - "parent"
1898   - "throughput"
1899   - "tags"
1900
1901 # VPP Compare NICs 3n-skx 2t1c mrr
1902 - type: "table"
1903   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1904   algorithm: "table_nics_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1906   reference:
1907     title: "Intel-x710"
1908     nic: "NIC_Intel-X710"
1909   compare:
1910     title: "Intel-xxv710"
1911     nic: "NIC_Intel-XXV710"
1912   data: "vpp-nic-comparison-3n-skx-mrr"
1913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1914   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1915   parameters:
1916   - "name"
1917   - "parent"
1918   - "result"
1919   - "tags"
1920
1921 # VPP Compare NICs 3n-skx 4t2c mrr
1922 - type: "table"
1923   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1924   algorithm: "table_nics_comparison"
1925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1926   reference:
1927     title: "Intel-x710"
1928     nic: "NIC_Intel-X710"
1929   compare:
1930     title: "Intel-xxv710"
1931     nic: "NIC_Intel-XXV710"
1932   data: "vpp-nic-comparison-3n-skx-mrr"
1933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1935   parameters:
1936   - "name"
1937   - "parent"
1938   - "result"
1939   - "tags"
1940
1941  # VPP Compare NICs 3n-skx 8t4c mrr
1942 - type: "table"
1943   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1944   algorithm: "table_nics_comparison"
1945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1946   reference:
1947     title: "Intel-x710"
1948     nic: "NIC_Intel-X710"
1949   compare:
1950     title: "Intel-xxv710"
1951     nic: "NIC_Intel-XXV710"
1952   data: "vpp-nic-comparison-3n-skx-mrr"
1953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1954   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "result"
1959   - "tags"
1960
1961 # VPP Compare NICs 2n-skx 2t1c ndr
1962 - type: "table"
1963   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1964   algorithm: "table_nics_comparison"
1965   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1966   reference:
1967     title: "Intel-x710"
1968     nic: "NIC_Intel-X710"
1969   compare:
1970     title: "Intel-xxv710"
1971     nic: "NIC_Intel-XXV710"
1972   data: "vpp-nic-comparison-2n-skx"
1973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1974   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1975   parameters:
1976   - "name"
1977   - "parent"
1978   - "throughput"
1979   - "tags"
1980
1981 # VPP Compare NICs 2n-skx 4t2c ndr
1982 - type: "table"
1983   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1984   algorithm: "table_nics_comparison"
1985   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1986   reference:
1987     title: "Intel-x710"
1988     nic: "NIC_Intel-X710"
1989   compare:
1990     title: "Intel-xxv710"
1991     nic: "NIC_Intel-XXV710"
1992   data: "vpp-nic-comparison-2n-skx"
1993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1994   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1995   parameters:
1996   - "name"
1997   - "parent"
1998   - "throughput"
1999   - "tags"
2000
2001  # VPP Compare NICs 2n-skx 2t1c pdr
2002 - type: "table"
2003   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2004   algorithm: "table_nics_comparison"
2005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2006   reference:
2007     title: "Intel-x710"
2008     nic: "NIC_Intel-X710"
2009   compare:
2010     title: "Intel-xxv710"
2011     nic: "NIC_Intel-XXV710"
2012   data: "vpp-nic-comparison-2n-skx"
2013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2014   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2015   parameters:
2016   - "name"
2017   - "parent"
2018   - "throughput"
2019   - "tags"
2020
2021 # VPP Compare NICs 2n-skx 4t2c pdr
2022 - type: "table"
2023   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2024   algorithm: "table_nics_comparison"
2025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2026   reference:
2027     title: "Intel-x710"
2028     nic: "NIC_Intel-X710"
2029   compare:
2030     title: "Intel-xxv710"
2031     nic: "NIC_Intel-XXV710"
2032   data: "vpp-nic-comparison-2n-skx"
2033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2034   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2035   parameters:
2036   - "name"
2037   - "parent"
2038   - "throughput"
2039   - "tags"
2040
2041 # VPP Compare NICs 2n-skx 2t1c mrr
2042 - type: "table"
2043   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2044   algorithm: "table_nics_comparison"
2045   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2046   reference:
2047     title: "Intel-x710"
2048     nic: "NIC_Intel-X710"
2049   compare:
2050     title: "Intel-xxv710"
2051     nic: "NIC_Intel-XXV710"
2052   data: "vpp-nic-comparison-2n-skx-mrr"
2053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2054   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2055   parameters:
2056   - "name"
2057   - "parent"
2058   - "result"
2059   - "tags"
2060
2061 # VPP Compare NICs 2n-skx 4t2c mrr
2062 - type: "table"
2063   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2064   algorithm: "table_nics_comparison"
2065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2066   reference:
2067     title: "Intel-x710"
2068     nic: "NIC_Intel-X710"
2069   compare:
2070     title: "Intel-xxv710"
2071     nic: "NIC_Intel-XXV710"
2072   data: "vpp-nic-comparison-2n-skx-mrr"
2073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2074   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2075   parameters:
2076   - "name"
2077   - "parent"
2078   - "result"
2079   - "tags"
2080
2081 # VPP Compare NICs 2n-skx 8t4c mrr
2082 - type: "table"
2083   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2084   algorithm: "table_nics_comparison"
2085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2086   reference:
2087     title: "Intel-x710"
2088     nic: "NIC_Intel-X710"
2089   compare:
2090     title: "Intel-xxv710"
2091     nic: "NIC_Intel-XXV710"
2092   data: "vpp-nic-comparison-2n-skx-mrr"
2093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2095   parameters:
2096   - "name"
2097   - "parent"
2098   - "result"
2099   - "tags"
2100
2101 ################################################################################
2102 # VPP
2103
2104 ## VPP Performance Changes 2n-dnv 1t1c pdr
2105 #- type: "table"
2106 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2107 #  algorithm: "table_performance_comparison"
2108 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2109 #  history:
2110 #    - title: "rls1810"
2111 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2112 #  reference:
2113 #    title: "rls1901"
2114 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2115 #  compare:
2116 #    title: "rls1904"
2117 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2118 #  data: "intel-dnv-vpp-changes-2n-dnv"
2119 #  include-tests: "PDR"
2120 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2121 #  parameters:
2122 #  - "name"
2123 #  - "parent"
2124 #  - "throughput"
2125 #
2126 ## VPP Performance Changes 2n-dnv 2t2c pdr
2127 #- type: "table"
2128 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2129 #  algorithm: "table_performance_comparison"
2130 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2131 #  history:
2132 #    - title: "rls1810"
2133 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2134 #  reference:
2135 #    title: "rls1901"
2136 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2137 #  compare:
2138 #    title: "rls1904"
2139 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2140 #  data: "intel-dnv-vpp-changes-2n-dnv"
2141 #  include-tests: "PDR"
2142 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2143 #  parameters:
2144 #  - "name"
2145 #  - "parent"
2146 #  - "throughput"
2147 #
2148 ## VPP Performance Changes 2n-dnv 1t1c ndr
2149 #- type: "table"
2150 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2151 #  algorithm: "table_performance_comparison"
2152 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2153 #  history:
2154 #    - title: "rls1810"
2155 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2156 #  reference:
2157 #    title: "rls1901"
2158 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2159 #  compare:
2160 #    title: "rls1904"
2161 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2162 #  data: "intel-dnv-vpp-changes-2n-dnv"
2163 #  include-tests: "NDR"
2164 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2165 #  parameters:
2166 #  - "name"
2167 #  - "parent"
2168 #  - "throughput"
2169 #
2170 ## VPP Performance Changes 2n-dnv 2t2c ndr
2171 #- type: "table"
2172 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2173 #  algorithm: "table_performance_comparison"
2174 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2175 #  history:
2176 #    - title: "rls1810"
2177 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2178 #  reference:
2179 #    title: "rls1901"
2180 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2181 #  compare:
2182 #    title: "rls1904"
2183 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2184 #  data: "intel-dnv-vpp-changes-2n-dnv"
2185 #  include-tests: "NDR"
2186 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2187 #  parameters:
2188 #  - "name"
2189 #  - "parent"
2190 #  - "throughput"
2191 #
2192 ## VPP Performance Changes 2n-dnv 1t1c MRR
2193 #- type: "table"
2194 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2195 #  algorithm: "table_performance_comparison"
2196 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2197 #  history:
2198 #    - title: "rls1810"
2199 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2200 #  reference:
2201 #    title: "rls1901"
2202 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2203 #  compare:
2204 #    title: "rls1904"
2205 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2206 #  data: "intel-dnv-vpp-changes-2n-dnv"
2207 #  include-tests: "MRR"
2208 #  filter: "'1T1C' and 'MRR'"
2209 #  parameters:
2210 #  - "name"
2211 #  - "parent"
2212 #  - "result"
2213 #
2214 ## VPP Performance Changes 2n-dnv 2t2c MRR
2215 #- type: "table"
2216 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2217 #  algorithm: "table_performance_comparison"
2218 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2219 #  history:
2220 #    - title: "rls1810"
2221 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2222 #  reference:
2223 #    title: "rls1901"
2224 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2225 #  compare:
2226 #    title: "rls1904"
2227 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2228 #  data: "intel-dnv-vpp-changes-2n-dnv"
2229 #  include-tests: "MRR"
2230 #  filter: "'2T2C' and 'MRR'"
2231 #  parameters:
2232 #  - "name"
2233 #  - "parent"
2234 #  - "result"
2235 #
2236 ## VPP Performance Changes 2n-dnv 4t4c MRR
2237 #- type: "table"
2238 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2239 #  algorithm: "table_performance_comparison"
2240 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2241 #  history:
2242 #    - title: "rls1810"
2243 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2244 #  reference:
2245 #    title: "rls1901"
2246 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2247 #  compare:
2248 #    title: "rls1904"
2249 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2250 #  data: "intel-dnv-vpp-changes-2n-dnv"
2251 #  include-tests: "MRR"
2252 #  filter: "'4T4C' and 'MRR'"
2253 #  parameters:
2254 #  - "name"
2255 #  - "parent"
2256 #  - "result"
2257
2258 # VPP Performance Changes 3n-hsw 1t1c pdr
2259 - type: "table"
2260   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2261   algorithm: "table_performance_comparison"
2262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2263   history:
2264     - title: "rls1810"
2265       data: "vpp-performance-changes-3n-hsw-h1"
2266   reference:
2267     title: "rls1901"
2268     data: "vpp-performance-changes-3n-hsw-ref"
2269   compare:
2270     title: "rls1904"
2271     data: "vpp-performance-changes-3n-hsw-cmp"
2272   data: "vpp-performance-changes-3n-hsw"
2273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2274   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2275   parameters:
2276   - "name"
2277   - "parent"
2278   - "throughput"
2279
2280 # VPP Performance Changes 3n-hsw 2t2c pdr
2281 - type: "table"
2282   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2283   algorithm: "table_performance_comparison"
2284   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2285   history:
2286     - title: "rls1810"
2287       data: "vpp-performance-changes-3n-hsw-h1"
2288   reference:
2289     title: "rls1901"
2290     data: "vpp-performance-changes-3n-hsw-ref"
2291   compare:
2292     title: "rls1904"
2293     data: "vpp-performance-changes-3n-hsw-cmp"
2294   data: "vpp-performance-changes-3n-hsw"
2295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2296   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2297   parameters:
2298   - "name"
2299   - "parent"
2300   - "throughput"
2301
2302 # VPP Performance Changes 3n-hsw 1t1c ndr
2303 - type: "table"
2304   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2305   algorithm: "table_performance_comparison"
2306   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2307   history:
2308     - title: "rls1810"
2309       data: "vpp-performance-changes-3n-hsw-h1"
2310   reference:
2311     title: "rls1901"
2312     data: "vpp-performance-changes-3n-hsw-ref"
2313   compare:
2314     title: "rls1904"
2315     data: "vpp-performance-changes-3n-hsw-cmp"
2316   data: "vpp-performance-changes-3n-hsw"
2317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2318   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2319   parameters:
2320   - "name"
2321   - "parent"
2322   - "throughput"
2323
2324 # VPP Performance Changes 3n-hsw 2t2c ndr
2325 - type: "table"
2326   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2327   algorithm: "table_performance_comparison"
2328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2329   history:
2330     - title: "rls1810"
2331       data: "vpp-performance-changes-3n-hsw-h1"
2332   reference:
2333     title: "rls1901"
2334     data: "vpp-performance-changes-3n-hsw-ref"
2335   compare:
2336     title: "rls1904"
2337     data: "vpp-performance-changes-3n-hsw-cmp"
2338   data: "vpp-performance-changes-3n-hsw"
2339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2340   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341   parameters:
2342   - "name"
2343   - "parent"
2344   - "throughput"
2345
2346 # VPP Performance Changes 3n-skx 2t1c pdr
2347 - type: "table"
2348   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2349   algorithm: "table_performance_comparison"
2350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2351   history:
2352     - title: "rls1810"
2353       data: "vpp-performance-changes-3n-skx-h1"
2354   reference:
2355     title: "rls1901"
2356     data: "vpp-performance-changes-3n-skx-ref"
2357   compare:
2358     title: "rls1904"
2359     data: "vpp-performance-changes-3n-skx-cmp"
2360   data: "vpp-performance-changes-3n-skx"
2361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2362   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2363   parameters:
2364   - "name"
2365   - "parent"
2366   - "throughput"
2367
2368 # VPP Performance Changes 3n-skx 4t2c pdr
2369 - type: "table"
2370   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2371   algorithm: "table_performance_comparison"
2372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2373   history:
2374     - title: "rls1810"
2375       data: "vpp-performance-changes-3n-skx-h1"
2376   reference:
2377     title: "rls1901"
2378     data: "vpp-performance-changes-3n-skx-ref"
2379   compare:
2380     title: "rls1904"
2381     data: "vpp-performance-changes-3n-skx-cmp"
2382   data: "vpp-performance-changes-3n-skx"
2383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2384   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "throughput"
2389
2390 # VPP Performance Changes 3n-skx 2t1c ndr
2391 - type: "table"
2392   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2393   algorithm: "table_performance_comparison"
2394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2395   history:
2396     - title: "rls1810"
2397       data: "vpp-performance-changes-3n-skx-h1"
2398   reference:
2399     title: "rls1901"
2400     data: "vpp-performance-changes-3n-skx-ref"
2401   compare:
2402     title: "rls1904"
2403     data: "vpp-performance-changes-3n-skx-cmp"
2404   data: "vpp-performance-changes-3n-skx"
2405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2406   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2407   parameters:
2408   - "name"
2409   - "parent"
2410   - "throughput"
2411
2412 # VPP Performance Changes 3n-skx 4t2c ndr
2413 - type: "table"
2414   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2417   history:
2418     - title: "rls1810"
2419       data: "vpp-performance-changes-3n-skx-h1"
2420   reference:
2421     title: "rls1901"
2422     data: "vpp-performance-changes-3n-skx-ref"
2423   compare:
2424     title: "rls1904"
2425     data: "vpp-performance-changes-3n-skx-cmp"
2426   data: "vpp-performance-changes-3n-skx"
2427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2428   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "throughput"
2433
2434 # VPP Performance Changes 2n-skx 2t1c pdr
2435 - type: "table"
2436   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2437   algorithm: "table_performance_comparison"
2438   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2439   history:
2440     - title: "rls1810"
2441       data: "vpp-performance-changes-2n-skx-h1"
2442   reference:
2443     title: "rls1901"
2444     data: "vpp-performance-changes-2n-skx-ref"
2445   compare:
2446     title: "rls1904"
2447     data: "vpp-performance-changes-2n-skx-cmp"
2448   data: "vpp-performance-changes-2n-skx"
2449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2450   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2451   parameters:
2452   - "name"
2453   - "parent"
2454   - "throughput"
2455
2456 # VPP Performance Changes 2n-skx 4t2c pdr
2457 - type: "table"
2458   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2459   algorithm: "table_performance_comparison"
2460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2461   history:
2462     - title: "rls1810"
2463       data: "vpp-performance-changes-2n-skx-h1"
2464   reference:
2465     title: "rls1901"
2466     data: "vpp-performance-changes-2n-skx-ref"
2467   compare:
2468     title: "rls1904"
2469     data: "vpp-performance-changes-2n-skx-cmp"
2470   data: "vpp-performance-changes-2n-skx"
2471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2472   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "throughput"
2477
2478 # VPP Performance Changes 2n-skx 2t1c ndr
2479 - type: "table"
2480   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2483   history:
2484     - title: "rls1810"
2485       data: "vpp-performance-changes-2n-skx-h1"
2486   reference:
2487     title: "rls1901"
2488     data: "vpp-performance-changes-2n-skx-ref"
2489   compare:
2490     title: "rls1904"
2491     data: "vpp-performance-changes-2n-skx-cmp"
2492   data: "vpp-performance-changes-2n-skx"
2493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2494   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "throughput"
2499
2500 # VPP Performance Changes 2n-skx 4t2c ndr
2501 - type: "table"
2502   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2503   algorithm: "table_performance_comparison"
2504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2505   history:
2506     - title: "rls1810"
2507       data: "vpp-performance-changes-2n-skx-h1"
2508   reference:
2509     title: "rls1901"
2510     data: "vpp-performance-changes-2n-skx-ref"
2511   compare:
2512     title: "rls1904"
2513     data: "vpp-performance-changes-2n-skx-cmp"
2514   data: "vpp-performance-changes-2n-skx"
2515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2516   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2517   parameters:
2518   - "name"
2519   - "parent"
2520   - "throughput"
2521
2522 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2523 - type: "table"
2524   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2525   algorithm: "table_performance_comparison"
2526   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2527   reference:
2528     title: "3-Node Hsw"
2529     data: "vpp-compare-testbeds-ref"
2530   compare:
2531     title: "3-Node Skx"
2532     data: "vpp-compare-testbeds-cmp"
2533   data: "vpp-compare-testbeds"
2534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2535   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2536   parameters:
2537   - "name"
2538   - "parent"
2539   - "throughput"
2540
2541 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2542 - type: "table"
2543   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2544   algorithm: "table_performance_comparison"
2545   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2546   reference:
2547     title: "3-Node Hsw"
2548     data: "vpp-compare-testbeds-ref"
2549   compare:
2550     title: "3-Node Skx"
2551     data: "vpp-compare-testbeds-cmp"
2552   data: "vpp-compare-testbeds"
2553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2554   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2555   parameters:
2556   - "name"
2557   - "parent"
2558   - "throughput"
2559
2560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2561 - type: "table"
2562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2563   algorithm: "table_performance_comparison"
2564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2565   reference:
2566     title: "3-Node Hsw"
2567     data: "vpp-compare-testbeds-ref"
2568   compare:
2569     title: "3-Node Skx"
2570     data: "vpp-compare-testbeds-cmp"
2571   data: "vpp-compare-testbeds"
2572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2573   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2574   parameters:
2575   - "name"
2576   - "parent"
2577   - "throughput"
2578
2579 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2580 - type: "table"
2581   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2582   algorithm: "table_performance_comparison"
2583   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2584   reference:
2585     title: "3-Node Hsw"
2586     data: "vpp-compare-testbeds-ref"
2587   compare:
2588     title: "3-Node Skx"
2589     data: "vpp-compare-testbeds-cmp"
2590   data: "vpp-compare-testbeds"
2591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2592   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "throughput"
2597
2598 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2599 - type: "table"
2600   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2601   algorithm: "table_performance_comparison"
2602   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2603   reference:
2604     title: "3-Node Skx"
2605     data: "vpp-compare-topologies-ref"
2606   compare:
2607     title: "2-Node Skx"
2608     data: "vpp-compare-topologies-cmp"
2609   data: "vpp-compare-topologies"
2610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2611   filter: "'NDRPDR' and '1C'"
2612   parameters:
2613   - "name"
2614   - "parent"
2615   - "throughput"
2616
2617 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2618 - type: "table"
2619   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2620   algorithm: "table_performance_comparison"
2621   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2622   reference:
2623     title: "3-Node Skx"
2624     data: "vpp-compare-topologies-ref"
2625   compare:
2626     title: "2-Node Skx"
2627     data: "vpp-compare-topologies-cmp"
2628   data: "vpp-compare-topologies"
2629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2630   filter: "'NDRPDR' and '2C'"
2631   parameters:
2632   - "name"
2633   - "parent"
2634   - "throughput"
2635
2636 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2637 - type: "table"
2638   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2641   reference:
2642     title: "3-Node Skx"
2643     data: "vpp-compare-topologies-ref"
2644   compare:
2645     title: "2-Node Skx"
2646     data: "vpp-compare-topologies-cmp"
2647   data: "vpp-compare-topologies"
2648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2649   filter: "'NDRPDR' and '1C'"
2650   parameters:
2651   - "name"
2652   - "parent"
2653   - "throughput"
2654
2655 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2656 - type: "table"
2657   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2658   algorithm: "table_performance_comparison"
2659   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2660   reference:
2661     title: "3-Node Skx"
2662     data: "vpp-compare-topologies-ref"
2663   compare:
2664     title: "2-Node Skx"
2665     data: "vpp-compare-topologies-cmp"
2666   data: "vpp-compare-topologies"
2667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2668   filter: "'NDRPDR' and '2C'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "throughput"
2673
2674 # VPP Performance Changes 3n-hsw 1t1c MRR
2675 - type: "table"
2676   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2677   algorithm: "table_performance_comparison"
2678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2679   history:
2680     - title: "rls1810"
2681       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2682   reference:
2683     title: "rls1901"
2684     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2685   compare:
2686     title: "rls1904"
2687     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2688   data: "vpp-performance-changes-3n-hsw-mrr"
2689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2690   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2691   parameters:
2692   - "name"
2693   - "parent"
2694   - "result"
2695
2696 # VPP Performance Changes 3n-hsw 2t2c MRR
2697 - type: "table"
2698   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2699   algorithm: "table_performance_comparison"
2700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2701   history:
2702     - title: "rls1810"
2703       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2704   reference:
2705     title: "rls1901"
2706     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2707   compare:
2708     title: "rls1904"
2709     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2710   data: "vpp-performance-changes-3n-hsw-mrr"
2711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2712   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2713   parameters:
2714   - "name"
2715   - "parent"
2716   - "result"
2717
2718 # VPP Performance Changes 3n-hsw 4t4c MRR
2719 - type: "table"
2720   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2721   algorithm: "table_performance_comparison"
2722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2723   history:
2724     - title: "rls1810"
2725       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2726   reference:
2727     title: "rls1901"
2728     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2729   compare:
2730     title: "rls1904"
2731     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2732   data: "vpp-performance-changes-3n-hsw-mrr"
2733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2734   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2735   parameters:
2736   - "name"
2737   - "parent"
2738   - "result"
2739
2740 # VPP Performance Changes 3n-skx 2t1c MRR
2741 - type: "table"
2742   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2743   algorithm: "table_performance_comparison"
2744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2745   history:
2746     - title: "rls1810"
2747       data: "vpp-performance-changes-3n-skx-mrr-h1"
2748   reference:
2749     title: "rls1901"
2750     data: "vpp-performance-changes-3n-skx-mrr-ref"
2751   compare:
2752     title: "rls1904"
2753     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2754   data: "vpp-performance-changes-3n-skx-mrr"
2755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2756   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2757   parameters:
2758   - "name"
2759   - "parent"
2760   - "result"
2761
2762 # VPP Performance Changes 3n-skx 4t2c MRR
2763 - type: "table"
2764   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2765   algorithm: "table_performance_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2767   history:
2768     - title: "rls1810"
2769       data: "vpp-performance-changes-3n-skx-mrr-h1"
2770   reference:
2771     title: "rls1901"
2772     data: "vpp-performance-changes-3n-skx-mrr-ref"
2773   compare:
2774     title: "rls1904"
2775     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2776   data: "vpp-performance-changes-3n-skx-mrr"
2777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2779   parameters:
2780   - "name"
2781   - "parent"
2782   - "result"
2783
2784 # VPP Performance Changes 3n-skx 8t4c MRR
2785 - type: "table"
2786   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2787   algorithm: "table_performance_comparison"
2788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2789   history:
2790     - title: "rls1810"
2791       data: "vpp-performance-changes-3n-skx-mrr-h1"
2792   reference:
2793     title: "rls1901"
2794     data: "vpp-performance-changes-3n-skx-mrr-ref"
2795   compare:
2796     title: "rls1904"
2797     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2798   data: "vpp-performance-changes-3n-skx-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2801   parameters:
2802   - "name"
2803   - "parent"
2804   - "result"
2805
2806 # VPP Performance Changes 2n-skx 2t1c MRR
2807 - type: "table"
2808   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2809   algorithm: "table_performance_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2811   history:
2812     - title: "rls1810"
2813       data: "vpp-performance-changes-2n-skx-mrr-h1"
2814   reference:
2815     title: "rls1901"
2816     data: "vpp-performance-changes-2n-skx-mrr-ref"
2817   compare:
2818     title: "rls1904"
2819     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2820   data: "vpp-performance-changes-2n-skx-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "result"
2827
2828 # VPP Performance Changes 2n-skx 4t2c MRR
2829 - type: "table"
2830   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2831   algorithm: "table_performance_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2833   history:
2834     - title: "rls1810"
2835       data: "vpp-performance-changes-2n-skx-mrr-h1"
2836   reference:
2837     title: "rls1901"
2838     data: "vpp-performance-changes-2n-skx-mrr-ref"
2839   compare:
2840     title: "rls1904"
2841     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2842   data: "vpp-performance-changes-2n-skx-mrr"
2843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "result"
2849
2850 # VPP Performance Changes 2n-skx 8t4c MRR
2851 - type: "table"
2852   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2853   algorithm: "table_performance_comparison"
2854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2855   history:
2856     - title: "rls1810"
2857       data: "vpp-performance-changes-2n-skx-mrr-h1"
2858   reference:
2859     title: "rls1901"
2860     data: "vpp-performance-changes-2n-skx-mrr-ref"
2861   compare:
2862     title: "rls1904"
2863     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2864   data: "vpp-performance-changes-2n-skx-mrr"
2865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2866   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2867   parameters:
2868   - "name"
2869   - "parent"
2870   - "result"
2871
2872 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2873 - type: "table"
2874   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2875   algorithm: "table_performance_comparison"
2876   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2877   reference:
2878     title: "3-Node Hsw"
2879     data: "vpp-compare-testbeds-mrr-ref"
2880   compare:
2881     title: "3-Node Skx"
2882     data: "vpp-compare-testbeds-mrr-cmp"
2883   data: "vpp-compare-testbeds-mrr"
2884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2885   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2886   parameters:
2887   - "name"
2888   - "parent"
2889   - "result"
2890
2891 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2892 - type: "table"
2893   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2894   algorithm: "table_performance_comparison"
2895   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2896   reference:
2897     title: "3-Node Hsw"
2898     data: "vpp-compare-testbeds-mrr-ref"
2899   compare:
2900     title: "3-Node Skx"
2901     data: "vpp-compare-testbeds-mrr-cmp"
2902   data: "vpp-compare-testbeds-mrr"
2903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2904   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "result"
2909
2910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2911 - type: "table"
2912   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2913   algorithm: "table_performance_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2915   reference:
2916     title: "3-Node Hsw"
2917     data: "vpp-compare-testbeds-mrr-ref"
2918   compare:
2919     title: "3-Node Skx"
2920     data: "vpp-compare-testbeds-mrr-cmp"
2921   data: "vpp-compare-testbeds-mrr"
2922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2923   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "result"
2928
2929 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2930 - type: "table"
2931   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2932   algorithm: "table_performance_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2934   reference:
2935     title: "3-Node Skx"
2936     data: "vpp-compare-topologies-mrr-ref"
2937   compare:
2938     title: "2-Node Skx"
2939     data: "vpp-compare-topologies-mrr-cmp"
2940   data: "vpp-compare-topologies-mrr"
2941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2942   filter: "'MRR' and '1C'"
2943   parameters:
2944   - "name"
2945   - "parent"
2946   - "result"
2947
2948 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2949 - type: "table"
2950   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2951   algorithm: "table_performance_comparison"
2952   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2953   reference:
2954     title: "3-Node Skx"
2955     data: "vpp-compare-topologies-mrr-ref"
2956   compare:
2957     title: "2-Node Skx"
2958     data: "vpp-compare-topologies-mrr-cmp"
2959   data: "vpp-compare-topologies-mrr"
2960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961   filter: "'MRR' and '2C'"
2962   parameters:
2963   - "name"
2964   - "parent"
2965   - "result"
2966
2967 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2968 - type: "table"
2969   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2970   algorithm: "table_performance_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2972   reference:
2973     title: "3-Node Skx"
2974     data: "vpp-compare-topologies-mrr-ref"
2975   compare:
2976     title: "2-Node Skx"
2977     data: "vpp-compare-topologies-mrr-cmp"
2978   data: "vpp-compare-topologies-mrr"
2979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2980   filter: "'MRR' and '4C'"
2981   parameters:
2982   - "name"
2983   - "parent"
2984   - "result"
2985
2986 # Detailed Test Results - VPP Performance Results 3n-hsw
2987 - type: "table"
2988   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2989   algorithm: "table_merged_details"
2990   output-file-ext: ".csv"
2991   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2992   columns:
2993   - title: "Name"
2994     data: "data name"
2995   - title: "Status"
2996     data: "data msg"
2997   rows: "generated"
2998   data: "vpp-perf-results-3n-hsw"
2999   filter: "not 'NDRCHK' and not 'PDRCHK'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "msg"
3004
3005 # Detailed Test Results - VPP Performance Results 3n-skx
3006 - type: "table"
3007   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3008   algorithm: "table_merged_details"
3009   output-file-ext: ".csv"
3010   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3011   columns:
3012   - title: "Name"
3013     data: "data name"
3014   - title: "Status"
3015     data: "data msg"
3016   rows: "generated"
3017   data: "vpp-perf-results-3n-skx"
3018   filter: "not 'NDRCHK' and not 'PDRCHK'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "msg"
3023
3024 # Detailed Test Results - VPP Performance Results 2n-skx
3025 - type: "table"
3026   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3027   algorithm: "table_merged_details"
3028   output-file-ext: ".csv"
3029   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3030   columns:
3031   - title: "Name"
3032     data: "data name"
3033   - title: "Status"
3034     data: "data msg"
3035   rows: "generated"
3036   data: "vpp-perf-results-2n-skx"
3037   filter: "not 'NDRCHK' and not 'PDRCHK'"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "msg"
3042
3043 ## Detailed Test Results - VPP Performance Results 2n-dnv
3044 #- type: "table"
3045 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3046 #  algorithm: "table_details"
3047 #  output-file-ext: ".csv"
3048 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3049 #  columns:
3050 #  - title: "Name"
3051 #    data: "data name"
3052 #  - title: "Status"
3053 #    data: "data msg"
3054 #  rows: "generated"
3055 #  data: "intel-dnv-vpp"
3056 #  filter: "'NDRPDR'"
3057 #  parameters:
3058 #  - "name"
3059 #  - "parent"
3060 #  - "msg"
3061
3062 # Test configuration - VPP Performance Test Configs 3n-hsw
3063 - type: "table"
3064   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3065   algorithm: "table_merged_details"
3066   output-file-ext: ".csv"
3067   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3068   columns:
3069   - title: "Name"
3070     data: "data name"
3071   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3072     data: "data conf-history"
3073   rows: "generated"
3074   data: "vpp-perf-results-3n-hsw"
3075   filter: "not 'NDRCHK' and not 'PDRCHK'"
3076   parameters:
3077   - "parent"
3078   - "name"
3079   - "conf-history"
3080
3081 # Test configuration - VPP Performance Test Configs 3n-skx
3082 - type: "table"
3083   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3084   algorithm: "table_merged_details"
3085   output-file-ext: ".csv"
3086   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3087   columns:
3088   - title: "Name"
3089     data: "data name"
3090   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3091     data: "data conf-history"
3092   rows: "generated"
3093   data: "vpp-perf-results-3n-skx"
3094   filter: "not 'NDRCHK' and not 'PDRCHK'"
3095   parameters:
3096   - "parent"
3097   - "name"
3098   - "conf-history"
3099
3100 # Test configuration - VPP Performance Test Configs 2n-skx
3101 - type: "table"
3102   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3103   algorithm: "table_merged_details"
3104   output-file-ext: ".csv"
3105   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3106   columns:
3107   - title: "Name"
3108     data: "data name"
3109   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3110     data: "data conf-history"
3111   rows: "generated"
3112   data: "vpp-perf-results-2n-skx"
3113   filter: "not 'NDRCHK' and not 'PDRCHK'"
3114   parameters:
3115   - "parent"
3116   - "name"
3117   - "conf-history"
3118
3119 ## Test configuration - VPP Performance Test Configs 2n-dnv
3120 #- type: "table"
3121 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3122 #  algorithm: "table_details"
3123 #  output-file-ext: ".csv"
3124 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3125 #  columns:
3126 #  - title: "Name"
3127 #    data: "data name"
3128 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3129 #    data: "data conf-history"
3130 #  rows: "generated"
3131 #  data: "intel-dnv-vpp"
3132 #  filter: "'NDRPDR'"
3133 #  parameters:
3134 #  - "parent"
3135 #  - "name"
3136 #  - "conf-history"
3137
3138 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3139 - type: "table"
3140   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3141   algorithm: "table_merged_details"
3142   output-file-ext: ".csv"
3143   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3144   columns:
3145   - title: "Name"
3146     data: "data name"
3147   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3148     data: "data show-run"
3149   rows: "generated"
3150   data: "vpp-perf-results-3n-hsw"
3151   filter: "not 'NDRCHK' and not 'PDRCHK'"
3152   parameters:
3153   - "parent"
3154   - "name"
3155   - "show-run"
3156
3157 # Test Operational Data - VPP Performance Operational Data 3n-skx
3158 - type: "table"
3159   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3160   algorithm: "table_merged_details"
3161   output-file-ext: ".csv"
3162   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3163   columns:
3164   - title: "Name"
3165     data: "data name"
3166   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3167     data: "data show-run"
3168   rows: "generated"
3169   data: "vpp-perf-results-3n-skx"
3170   filter: "not 'NDRCHK' and not 'PDRCHK'"
3171   parameters:
3172   - "parent"
3173   - "name"
3174   - "show-run"
3175
3176 # Test Operational Data - VPP Performance Operational Data 2n-skx
3177 - type: "table"
3178   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3179   algorithm: "table_merged_details"
3180   output-file-ext: ".csv"
3181   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3182   columns:
3183   - title: "Name"
3184     data: "data name"
3185   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3186     data: "data show-run"
3187   rows: "generated"
3188   data: "vpp-perf-results-2n-skx"
3189   filter: "not 'NDRCHK' and not 'PDRCHK'"
3190   parameters:
3191   - "parent"
3192   - "name"
3193   - "show-run"
3194
3195 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3196 #- type: "table"
3197 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3198 #  algorithm: "table_details"
3199 #  output-file-ext: ".csv"
3200 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3201 #  columns:
3202 #  - title: "Name"
3203 #    data: "data name"
3204 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3205 #    data: "data show-run"
3206 #  rows: "generated"
3207 #  data: "intel-dnv-vpp"
3208 #  filter: "'NDRPDR'"
3209 #  parameters:
3210 #  - "parent"
3211 #  - "name"
3212 #  - "show-run"
3213
3214 # Detailed Test Results - VPP MRR Results 3n-hsw
3215 - type: "table"
3216   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3217   algorithm: "table_details"
3218   output-file-ext: ".csv"
3219   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3220   columns:
3221   - title: "Name"
3222     data: "data name"
3223   - title: "Status"
3224     data: "data msg"
3225   rows: "generated"
3226   data: "vpp-mrr-results-3n-hsw"
3227   filter: "'MRR'"
3228   parameters:
3229   - "name"
3230   - "parent"
3231   - "msg"
3232
3233 # Detailed Test Results - VPP MRR Results 3n-skx
3234 - type: "table"
3235   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3236   algorithm: "table_details"
3237   output-file-ext: ".csv"
3238   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3239   columns:
3240   - title: "Name"
3241     data: "data name"
3242   - title: "Status"
3243     data: "data msg"
3244   rows: "generated"
3245   data: "vpp-mrr-results-3n-skx"
3246   filter: "'MRR'"
3247   parameters:
3248   - "name"
3249   - "parent"
3250   - "msg"
3251
3252 # Detailed Test Results - VPP MRR Results 2n-skx
3253 - type: "table"
3254   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3255   algorithm: "table_details"
3256   output-file-ext: ".csv"
3257   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3258   columns:
3259   - title: "Name"
3260     data: "data name"
3261   - title: "Status"
3262     data: "data msg"
3263   rows: "generated"
3264   data: "vpp-mrr-results-2n-skx"
3265   filter: "'MRR'"
3266   parameters:
3267   - "name"
3268   - "parent"
3269   - "msg"
3270
3271 ## Detailed Test Results - VPP MRR Results 2n-dnv
3272 #- type: "table"
3273 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3274 #  algorithm: "table_details"
3275 #  output-file-ext: ".csv"
3276 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3277 #  columns:
3278 #  - title: "Name"
3279 #    data: "data name"
3280 #  - title: "Status"
3281 #    data: "data msg"
3282 #  rows: "generated"
3283 #  data: "intel-dnv-vpp"
3284 #  filter: "'MRR'"
3285 #  parameters:
3286 #  - "name"
3287 #  - "parent"
3288 #  - "msg"
3289
3290 # Test configuration - VPP MRR Test Configs 3n-hsw
3291 - type: "table"
3292   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3293   algorithm: "table_details"
3294   output-file-ext: ".csv"
3295   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3296   columns:
3297   - title: "Name"
3298     data: "data name"
3299   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3300     data: "data conf-history"
3301   rows: "generated"
3302   data: "vpp-mrr-results-3n-hsw"
3303   filter: "'MRR'"
3304   parameters:
3305   - "parent"
3306   - "name"
3307   - "conf-history"
3308
3309 # Test configuration - VPP MRR Test Configs 3n-skx
3310 - type: "table"
3311   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3312   algorithm: "table_details"
3313   output-file-ext: ".csv"
3314   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3315   columns:
3316   - title: "Name"
3317     data: "data name"
3318   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3319     data: "data conf-history"
3320   rows: "generated"
3321   data: "vpp-mrr-results-3n-skx"
3322   filter: "'MRR'"
3323   parameters:
3324   - "parent"
3325   - "name"
3326   - "conf-history"
3327
3328 # Test configuration - VPP MRR Test Configs 2n-skx
3329 - type: "table"
3330   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3331   algorithm: "table_details"
3332   output-file-ext: ".csv"
3333   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3334   columns:
3335   - title: "Name"
3336     data: "data name"
3337   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3338     data: "data conf-history"
3339   rows: "generated"
3340   data: "vpp-mrr-results-2n-skx"
3341   filter: "'MRR'"
3342   parameters:
3343   - "parent"
3344   - "name"
3345   - "conf-history"
3346
3347 ## Test configuration - VPP MRR Test Configs 2n-dnv
3348 #- type: "table"
3349 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3350 #  algorithm: "table_details"
3351 #  output-file-ext: ".csv"
3352 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3353 #  columns:
3354 #  - title: "Name"
3355 #    data: "data name"
3356 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3357 #    data: "data conf-history"
3358 #  rows: "generated"
3359 #  data: "intel-dnv-vpp"
3360 #  filter: "'MRR'"
3361 #  parameters:
3362 #  - "parent"
3363 #  - "name"
3364 #  - "conf-history"
3365
3366 # Detailed Test Results - VPP Functional Results - Ubuntu
3367 - type: "table"
3368   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3369   algorithm: "table_details"
3370   output-file-ext: ".csv"
3371   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3372   columns:
3373   - title: "Name"
3374     data: "data name"
3375   - title: "Documentation"
3376     data: "data doc"
3377   - title: "Status"
3378     data: "data status"
3379   rows: "generated"
3380   data: "vpp-func-results-ubuntu"
3381   filter: "all"
3382   parameters:
3383   - "name"
3384   - "parent"
3385   - "doc"
3386   - "status"
3387
3388 # Detailed Test Results - VPP Functional Results - CentOS
3389 - type: "table"
3390   title: "Detailed Test Results - VPP Functional Results - CentOS"
3391   algorithm: "table_details"
3392   output-file-ext: ".csv"
3393   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3394   columns:
3395   - title: "Name"
3396     data: "data name"
3397   - title: "Documentation"
3398     data: "data doc"
3399   -
3400     title: "Status"
3401     data: "data status"
3402   rows: "generated"
3403   data:
3404     "vpp-func-results-centos"
3405   filter: "all"
3406   parameters:
3407   - "name"
3408   - "parent"
3409   - "doc"
3410   - "status"
3411
3412 # Test configuration - VPP Functional Test Configs - Ubuntu
3413 - type: "table"
3414   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3415   algorithm: "table_details"
3416   output-file-ext: ".csv"
3417   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3418   columns:
3419   - title: "Name"
3420     data: "data name"
3421   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3422     data: "data conf-history"
3423   rows: "generated"
3424   data: "vpp-func-results-ubuntu"
3425   filter: "all"
3426   parameters:
3427   - "parent"
3428   - "name"
3429   - "conf-history"
3430
3431 # Test configuration - VPP Functional Test Configs - CentOS
3432 - type: "table"
3433   title: "Test configuration - VPP Functional Test Configs - CentOS"
3434   algorithm: "table_details"
3435   output-file-ext: ".csv"
3436   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3437   columns:
3438   - title: "Name"
3439     data: "data name"
3440   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3441     data: "data conf-history"
3442   rows: "generated"
3443   data: "vpp-func-results-centos"
3444   filter: "all"
3445   parameters:
3446   - "parent"
3447   - "name"
3448   - "conf-history"
3449
3450 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3451 #- type: "table"
3452 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3453 #  algorithm: "table_details"
3454 #  output-file-ext: ".csv"
3455 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3456 #  columns:
3457 #  - title: "Name"
3458 #    data: "data name"
3459 #  - title: "Status"
3460 #    data: "data msg"
3461 #  rows: "generated"
3462 #  data: "ligato-perf-results-3n-hsw"
3463 #  filter: "all"
3464 #  parameters:
3465 #  - "name"
3466 #  - "parent"
3467 #  - "msg"
3468
3469 # Detailed Test Results - VPP Device Results - Ubuntu
3470 - type: "table"
3471   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3472   algorithm: "table_details"
3473   output-file-ext: ".csv"
3474   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3475   columns:
3476   - title: "Name"
3477     data: "data name"
3478   - title: "Documentation"
3479     data: "data doc"
3480   - title: "Status"
3481     data: "data status"
3482   rows: "generated"
3483   data: "vpp-device-results-ubuntu"
3484   filter: "all"
3485   parameters:
3486   - "name"
3487   - "parent"
3488   - "doc"
3489   - "status"
3490
3491 # Test configuration - VPP Device Test Configs - Ubuntu
3492 - type: "table"
3493   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3494   algorithm: "table_details"
3495   output-file-ext: ".csv"
3496   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3497   columns:
3498   - title: "Name"
3499     data: "data name"
3500   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3501     data: "data conf-history"
3502   rows: "generated"
3503   data: "vpp-device-results-ubuntu"
3504   filter: "all"
3505   parameters:
3506   - "parent"
3507   - "name"
3508   - "conf-history"
3509
3510 ################################################################################
3511
3512 # DPDK Performance Changes 3n-hsw 1t1c pdr
3513 - type: "table"
3514   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3515   algorithm: "table_performance_comparison"
3516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3517   history:
3518     - title: "rls1810"
3519       data: "dpdk-performance-changes-3n-hsw-h1"
3520   reference:
3521     title: "rls1901"
3522     data: "dpdk-performance-changes-3n-hsw-ref"
3523   compare:
3524     title: "rls1904"
3525     data: "dpdk-performance-changes-3n-hsw-cmp"
3526   data: "dpdk-performance-changes-3n-hsw"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "throughput"
3533
3534 # DPDK Performance Changes 3n-hsw 2t2c pdr
3535 - type: "table"
3536   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3537   algorithm: "table_performance_comparison"
3538   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3539   history:
3540     - title: "rls1810"
3541       data: "dpdk-performance-changes-3n-hsw-h1"
3542   reference:
3543     title: "rls1901"
3544     data: "dpdk-performance-changes-3n-hsw-ref"
3545   compare:
3546     title: "rls1904"
3547     data: "dpdk-performance-changes-3n-hsw-cmp"
3548   data: "dpdk-performance-changes-3n-hsw"
3549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "throughput"
3555
3556 # DPDK Performance Changes 3n-hsw 1t1c ndr
3557 - type: "table"
3558   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3559   algorithm: "table_performance_comparison"
3560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3561   history:
3562     - title: "rls1810"
3563       data: "dpdk-performance-changes-3n-hsw-h1"
3564   reference:
3565     title: "rls1901"
3566     data: "dpdk-performance-changes-3n-hsw-ref"
3567   compare:
3568     title: "rls1904"
3569     data: "dpdk-performance-changes-3n-hsw-cmp"
3570   data: "dpdk-performance-changes-3n-hsw"
3571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577
3578 # DPDK Performance Changes 3n-hsw 2t2c ndr
3579 - type: "table"
3580   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3581   algorithm: "table_performance_comparison"
3582   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3583   history:
3584     - title: "rls1810"
3585       data: "dpdk-performance-changes-3n-hsw-h1"
3586   reference:
3587     title: "rls1901"
3588     data: "dpdk-performance-changes-3n-hsw-ref"
3589   compare:
3590     title: "rls1904"
3591     data: "dpdk-performance-changes-3n-hsw-cmp"
3592   data: "dpdk-performance-changes-3n-hsw"
3593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3595   parameters:
3596   - "name"
3597   - "parent"
3598   - "throughput"
3599
3600 # DPDK Performance Changes 3n-skx 2t1c pdr
3601 - type: "table"
3602   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3603   algorithm: "table_performance_comparison"
3604   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3605   history:
3606     - title: "rls1810"
3607       data: "dpdk-performance-changes-3n-skx-h1"
3608   reference:
3609     title: "rls1901"
3610     data: "dpdk-performance-changes-3n-skx-ref"
3611   compare:
3612     title: "rls1904"
3613     data: "dpdk-performance-changes-3n-skx-cmp"
3614   data: "dpdk-performance-changes-3n-skx"
3615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3617   parameters:
3618   - "name"
3619   - "parent"
3620   - "throughput"
3621
3622 # DPDK Performance Changes 3n-skx 4t2c pdr
3623 - type: "table"
3624   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3625   algorithm: "table_performance_comparison"
3626   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3627   history:
3628     - title: "rls1810"
3629       data: "dpdk-performance-changes-3n-skx-h1"
3630   reference:
3631     title: "rls1901"
3632     data: "dpdk-performance-changes-3n-skx-ref"
3633   compare:
3634     title: "rls1904"
3635     data: "dpdk-performance-changes-3n-skx-cmp"
3636   data: "dpdk-performance-changes-3n-skx"
3637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3639   parameters:
3640   - "name"
3641   - "parent"
3642   - "throughput"
3643
3644 # DPDK Performance Changes 3n-skx 2t1c ndr
3645 - type: "table"
3646   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3647   algorithm: "table_performance_comparison"
3648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3649   history:
3650     - title: "rls1810"
3651       data: "dpdk-performance-changes-3n-skx-h1"
3652   reference:
3653     title: "rls1901"
3654     data: "dpdk-performance-changes-3n-skx-ref"
3655   compare:
3656     title: "rls1904"
3657     data: "dpdk-performance-changes-3n-skx-cmp"
3658   data: "dpdk-performance-changes-3n-skx"
3659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3661   parameters:
3662   - "name"
3663   - "parent"
3664   - "throughput"
3665
3666 # DPDK Performance Changes 3n-skx 4t2c ndr
3667 - type: "table"
3668   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3669   algorithm: "table_performance_comparison"
3670   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3671   history:
3672     - title: "rls1810"
3673       data: "dpdk-performance-changes-3n-skx-h1"
3674   reference:
3675     title: "rls1901"
3676     data: "dpdk-performance-changes-3n-skx-ref"
3677   compare:
3678     title: "rls1904"
3679     data: "dpdk-performance-changes-3n-skx-cmp"
3680   data: "dpdk-performance-changes-3n-skx"
3681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3683   parameters:
3684   - "name"
3685   - "parent"
3686   - "throughput"
3687
3688 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3689 - type: "table"
3690   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3691   algorithm: "table_performance_comparison"
3692   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3693   reference:
3694     title: "3-Node Hsw"
3695     data: "dpdk-compare-testbeds-ref"
3696   compare:
3697     title: "3-Node Skx"
3698     data: "dpdk-compare-testbeds-cmp"
3699   data: "dpdk-compare-testbeds"
3700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3702   parameters:
3703   - "name"
3704   - "parent"
3705   - "throughput"
3706
3707 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3708 - type: "table"
3709   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3710   algorithm: "table_performance_comparison"
3711   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3712   reference:
3713     title: "3-Node Hsw"
3714     data: "dpdk-compare-testbeds-ref"
3715   compare:
3716     title: "3-Node Skx"
3717     data: "dpdk-compare-testbeds-cmp"
3718   data: "dpdk-compare-testbeds"
3719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "throughput"
3725
3726 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3727 - type: "table"
3728   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3729   algorithm: "table_performance_comparison"
3730   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3731   reference:
3732     title: "3-Node Skx"
3733     data: "dpdk-compare-topologies-ref"
3734   compare:
3735     title: "2-Node Skx"
3736     data: "dpdk-compare-topologies-cmp"
3737   data: "dpdk-compare-topologies"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744
3745 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3746 - type: "table"
3747   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3748   algorithm: "table_performance_comparison"
3749   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3750   reference:
3751     title: "3-Node Skx"
3752     data: "dpdk-compare-topologies-ref"
3753   compare:
3754     title: "2-Node Skx"
3755     data: "dpdk-compare-topologies-cmp"
3756   data: "dpdk-compare-topologies"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763
3764 # DPDK Performance Changes 2n-skx 2t1c pdr
3765 - type: "table"
3766   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3767   algorithm: "table_performance_comparison"
3768   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3769   history:
3770     - title: "rls1810"
3771       data: "dpdk-performance-changes-2n-skx-h1"
3772   reference:
3773     title: "rls1901"
3774     data: "dpdk-performance-changes-2n-skx-ref"
3775   compare:
3776     title: "rls1904"
3777     data: "dpdk-performance-changes-2n-skx-cmp"
3778   data: "dpdk-performance-changes-2n-skx"
3779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3781   parameters:
3782   - "name"
3783   - "parent"
3784   - "throughput"
3785
3786 # DPDK Performance Changes 2n-skx 4t2c pdr
3787 - type: "table"
3788   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3789   algorithm: "table_performance_comparison"
3790   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3791   history:
3792     - title: "rls1810"
3793       data: "dpdk-performance-changes-2n-skx-h1"
3794   reference:
3795     title: "rls1901"
3796     data: "dpdk-performance-changes-2n-skx-ref"
3797   compare:
3798     title: "rls1904"
3799     data: "dpdk-performance-changes-2n-skx-cmp"
3800   data: "dpdk-performance-changes-2n-skx"
3801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "throughput"
3807
3808 # DPDK Performance Changes 2n-skx 2t1c ndr
3809 - type: "table"
3810   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3811   algorithm: "table_performance_comparison"
3812   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3813   history:
3814     - title: "rls1810"
3815       data: "dpdk-performance-changes-2n-skx-h1"
3816   reference:
3817     title: "rls1901"
3818     data: "dpdk-performance-changes-2n-skx-ref"
3819   compare:
3820     title: "rls1904"
3821     data: "dpdk-performance-changes-2n-skx-cmp"
3822   data: "dpdk-performance-changes-2n-skx"
3823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3825   parameters:
3826   - "name"
3827   - "parent"
3828   - "throughput"
3829
3830 # DPDK Performance Changes 2n-skx 4t2c ndr
3831 - type: "table"
3832   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3833   algorithm: "table_performance_comparison"
3834   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3835   history:
3836     - title: "rls1810"
3837       data: "dpdk-performance-changes-2n-skx-h1"
3838   reference:
3839     title: "rls1901"
3840     data: "dpdk-performance-changes-2n-skx-ref"
3841   compare:
3842     title: "rls1904"
3843     data: "dpdk-performance-changes-2n-skx-cmp"
3844   data: "dpdk-performance-changes-2n-skx"
3845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3847   parameters:
3848   - "name"
3849   - "parent"
3850   - "throughput"
3851
3852 # Detailed Test Results - DPDK Performance Results 3n-hsw
3853 - type: "table"
3854   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3855   algorithm: "table_details"
3856   output-file-ext: ".csv"
3857   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3858   columns:
3859   - title: "Name"
3860     data: "data name"
3861   - title: "Status"
3862     data: "data msg"
3863   rows: "generated"
3864   data: "dpdk-perf-results-3n-hsw"
3865   filter: "all"
3866   parameters:
3867   - "name"
3868   - "parent"
3869   - "msg"
3870
3871 # Detailed Test Results - DPDK Performance Results 3n-skx
3872 - type: "table"
3873   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3874   algorithm: "table_details"
3875   output-file-ext: ".csv"
3876   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3877   columns:
3878   - title: "Name"
3879     data: "data name"
3880   - title: "Status"
3881     data: "data msg"
3882   rows: "generated"
3883   data: "dpdk-perf-results-3n-skx"
3884   filter: "all"
3885   parameters:
3886   - "name"
3887   - "parent"
3888   - "msg"
3889
3890 # Detailed Test Results - DPDK Performance Results 2n-skx
3891 - type: "table"
3892   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3893   algorithm: "table_details"
3894   output-file-ext: ".csv"
3895   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3896   columns:
3897   - title: "Name"
3898     data: "data name"
3899   - title: "Status"
3900     data: "data msg"
3901   rows: "generated"
3902   data: "dpdk-perf-results-2n-skx"
3903   filter: "all"
3904   parameters:
3905   - "name"
3906   - "parent"
3907   - "msg"
3908
3909 ################################################################################
3910 # HoneyComb
3911 - type: "table"
3912   title: "Detailed Test Results - Honeycomb Functional Results"
3913   algorithm: "table_details"
3914   output-file-ext: ".csv"
3915   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3916   columns:
3917   - title: "Name"
3918     data: "data name"
3919   - title: "Documentation"
3920     data: "data doc"
3921   - title: "Status"
3922     data: "data status"
3923   rows: "generated"
3924   data:
3925     "hc-func-results"
3926   filter: "all"
3927   parameters:
3928   - "name"
3929   - "parent"
3930   - "doc"
3931   - "status"
3932
3933 ################################################################################
3934 # NSH SFC
3935 #-
3936 #  type: "table"
3937 #  title: "Detailed Test Results - NSH SFC Functional Results"
3938 #  algorithm: "table_details"
3939 #  output-file-ext: ".csv"
3940 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3941 #  columns:
3942 #  -
3943 #    title: "Name"
3944 #    data: "data name"
3945 #  -
3946 #    title: "Documentation"
3947 #    data: "data doc"
3948 #  -
3949 #    title: "Status"
3950 #    data: "data status"
3951 #  rows: "generated"
3952 #  data:
3953 #    "nsh-func-results"
3954 #  filter: "all"
3955 #  parameters:
3956 #  - "name"
3957 #  - "parent"
3958 #  - "doc"
3959 #  - "status"
3960
3961 ################################################################################
3962 # DMM
3963 - type: "table"
3964   title: "Detailed Test Results - DMM Functional Results"
3965   algorithm: "table_details"
3966   output-file-ext: ".csv"
3967   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3968   columns:
3969   - title: "Name"
3970     data: "data name"
3971   - title: "Documentation"
3972     data: "data doc"
3973   - title: "Status"
3974     data: "data status"
3975   rows: "generated"
3976   data:
3977     "dmm-func-results"
3978   filter: "all"
3979   parameters:
3980   - "name"
3981   - "parent"
3982   - "doc"
3983   - "status"
3984
3985 ################################################################################
3986 ###                                F I L E S                                 ###
3987 ################################################################################
3988
3989 # VPP Performance Results 3n-hsw
3990 - type: "file"
3991   title: "VPP Performance Results 3n-hsw"
3992   algorithm: "file_test_results"
3993   output-file-ext: ".rst"
3994   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3995   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"
3996   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3997   data: "vpp-perf-results-3n-hsw"
3998   filter: "not 'NDRCHK' and not 'PDRCHK'"
3999   parameters:
4000   - "name"
4001   - "doc"
4002   - "level"
4003   - "parent"
4004   data-start-level: 3
4005
4006 # VPP Performance Results 3n-skx
4007 - type: "file"
4008   title: "VPP Performance Results 3n-skx"
4009   algorithm: "file_test_results"
4010   output-file-ext: ".rst"
4011   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4012   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"
4013   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4014   data: "vpp-perf-results-3n-skx"
4015   filter: "not 'NDRCHK' and not 'PDRCHK'"
4016   parameters:
4017   - "name"
4018   - "doc"
4019   - "level"
4020   - "parent"
4021   data-start-level: 3
4022
4023 # VPP Performance Results 2n-skx
4024 - type: "file"
4025   title: "VPP Performance Results 2n-skx"
4026   algorithm: "file_test_results"
4027   output-file-ext: ".rst"
4028   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4029   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"
4030   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4031   data: "vpp-perf-results-2n-skx"
4032   filter: "not 'NDRCHK' and not 'PDRCHK'"
4033   parameters:
4034   - "name"
4035   - "doc"
4036   - "level"
4037   - "parent"
4038   data-start-level: 3
4039
4040 ## VPP Performance Results 2n-dnv
4041 #- type: "file"
4042 #  title: "VPP Performance Results 2n-dnv"
4043 #  algorithm: "file_test_results"
4044 #  output-file-ext: ".rst"
4045 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4046 #  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"
4047 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4048 #  data: "intel-dnv-vpp"
4049 #  filter: "'NDRPDR'"
4050 #  parameters:
4051 #  - "name"
4052 #  - "doc"
4053 #  - "level"
4054 #  - "parent"
4055 #  data-start-level: 3
4056
4057 # VPP Performance Configuration 3n-hsw
4058 - type: "file"
4059   title: "VPP Performance Configuration 3n-hsw"
4060   algorithm: "file_test_results"
4061   output-file-ext: ".rst"
4062   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4063   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"
4064   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4065   data: "vpp-perf-results-3n-hsw"
4066   filter: "not 'NDRCHK' and not 'PDRCHK'"
4067   parameters:
4068   - "name"
4069   - "doc"
4070   - "level"
4071   - "parent"
4072   data-start-level: 3
4073
4074 # VPP Performance Configuration 3n-skx
4075 - type: "file"
4076   title: "VPP Performance Configuration 3n-skx"
4077   algorithm: "file_test_results"
4078   output-file-ext: ".rst"
4079   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4080   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"
4081   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4082   data: "vpp-perf-results-3n-skx"
4083   filter: "not 'NDRCHK' and not 'PDRCHK'"
4084   parameters:
4085   - "name"
4086   - "doc"
4087   - "level"
4088   - "parent"
4089   data-start-level: 3
4090
4091 # VPP Performance Configuration 2n-skx
4092 - type: "file"
4093   title: "VPP Performance Configuration 2n-skx"
4094   algorithm: "file_test_results"
4095   output-file-ext: ".rst"
4096   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4097   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"
4098   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4099   data: "vpp-perf-results-2n-skx"
4100   filter: "not 'NDRCHK' and not 'PDRCHK'"
4101   parameters:
4102   - "name"
4103   - "doc"
4104   - "level"
4105   - "parent"
4106   data-start-level: 3
4107
4108 ## VPP Performance Configuration 2n-dnv
4109 #- type: "file"
4110 #  title: "VPP Performance Configuration 2n-dnv"
4111 #  algorithm: "file_test_results"
4112 #  output-file-ext: ".rst"
4113 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4114 #  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"
4115 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4116 #  data: "intel-dnv-vpp"
4117 #  filter: "'NDRPDR'"
4118 #  parameters:
4119 #  - "name"
4120 #  - "doc"
4121 #  - "level"
4122 #  - "parent"
4123 #  data-start-level: 3
4124
4125 # VPP Performance Operational Data 3n-hsw
4126 - type: "file"
4127   title: "VPP Performance Operational Data 3n-hsw"
4128   algorithm: "file_test_results"
4129   output-file-ext: ".rst"
4130   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4131   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"
4132   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4133   data: "vpp-perf-results-3n-hsw"
4134   filter: "not 'NDRCHK' and not 'PDRCHK'"
4135   parameters:
4136   - "name"
4137   - "doc"
4138   - "level"
4139   - "parent"
4140   data-start-level: 3
4141
4142 # VPP Performance Operational Data 3n-skx
4143 - type: "file"
4144   title: "VPP Performance Operational Data 3n-skx"
4145   algorithm: "file_test_results"
4146   output-file-ext: ".rst"
4147   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4148   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"
4149   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4150   data: "vpp-perf-results-3n-skx"
4151   filter: "not 'NDRCHK' and not 'PDRCHK'"
4152   parameters:
4153   - "name"
4154   - "doc"
4155   - "level"
4156   - "parent"
4157   data-start-level: 3
4158
4159 # VPP Performance Operational Data 2n-skx
4160 - type: "file"
4161   title: "VPP Performance Operational Data 2n-skx"
4162   algorithm: "file_test_results"
4163   output-file-ext: ".rst"
4164   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4165   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"
4166   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4167   data: "vpp-perf-results-2n-skx"
4168   filter: "not 'NDRCHK' and not 'PDRCHK'"
4169   parameters:
4170   - "name"
4171   - "doc"
4172   - "level"
4173   - "parent"
4174   data-start-level: 3
4175
4176 ## VPP Performance Operational Data 2n-dnv
4177 #- type: "file"
4178 #  title: "VPP Performance Operational Data 2n-dnv"
4179 #  algorithm: "file_test_results"
4180 #  output-file-ext: ".rst"
4181 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4182 #  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"
4183 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4184 #  data: "intel-dnv-vpp"
4185 #  filter: "'NDRPDR'"
4186 #  parameters:
4187 #  - "name"
4188 #  - "doc"
4189 #  - "level"
4190 #  - "parent"
4191 #  data-start-level: 3
4192
4193 # VPP MRR Results 3n-hsw
4194 - type: "file"
4195   title: "VPP MRR Results 3n-hsw"
4196   algorithm: "file_test_results"
4197   output-file-ext: ".rst"
4198   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4199   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"
4200   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4201   data: "vpp-mrr-results-3n-hsw"
4202   filter: "'MRR'"
4203   parameters:
4204   - "name"
4205   - "doc"
4206   - "level"
4207   - "parent"
4208   data-start-level: 3
4209
4210 # VPP MRR Results 3n-skx
4211 - type: "file"
4212   title: "VPP MRR Results 3n-skx"
4213   algorithm: "file_test_results"
4214   output-file-ext: ".rst"
4215   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4216   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"
4217   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4218   data: "vpp-mrr-results-3n-skx"
4219   filter: "'MRR'"
4220   parameters:
4221   - "name"
4222   - "doc"
4223   - "level"
4224   - "parent"
4225   data-start-level: 3
4226
4227 # VPP MRR Results 2n-skx
4228 - type: "file"
4229   title: "VPP MRR Results 2n-skx"
4230   algorithm: "file_test_results"
4231   output-file-ext: ".rst"
4232   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4233   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"
4234   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4235   data: "vpp-mrr-results-2n-skx"
4236   filter: "all"
4237   parameters:
4238   - "name"
4239   - "doc"
4240   - "level"
4241   - "parent"
4242   data-start-level: 3
4243
4244 ## VPP MRR Results 2n-dnv
4245 #- type: "file"
4246 #  title: "VPP MRR Results 2n-dnv"
4247 #  algorithm: "file_test_results"
4248 #  output-file-ext: ".rst"
4249 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4250 #  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"
4251 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4252 #  data: "intel-dnv-vpp"
4253 #  filter: "'MRR'"
4254 #  parameters:
4255 #  - "name"
4256 #  - "doc"
4257 #  - "level"
4258 #  - "parent"
4259 #  data-start-level: 3
4260
4261 # VPP MRR Configuration 3n-hsw
4262 - type: "file"
4263   title: "VPP MRR Configuration 3n-hsw"
4264   algorithm: "file_test_results"
4265   output-file-ext: ".rst"
4266   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4267   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"
4268   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4269   data: "vpp-mrr-results-3n-hsw"
4270   filter: "'MRR'"
4271   parameters:
4272   - "name"
4273   - "doc"
4274   - "level"
4275   - "parent"
4276   data-start-level: 3
4277
4278 # VPP MRR Configuration 3n-skx
4279 - type: "file"
4280   title: "VPP MRR Configuration 3n-skx"
4281   algorithm: "file_test_results"
4282   output-file-ext: ".rst"
4283   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4284   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"
4285   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4286   data: "vpp-mrr-results-3n-skx"
4287   filter: "'MRR'"
4288   parameters:
4289   - "name"
4290   - "doc"
4291   - "level"
4292   - "parent"
4293   data-start-level: 3
4294
4295 # VPP MRR Configuration 2n-skx
4296 - type: "file"
4297   title: "VPP MRR Configuration 2n-skx"
4298   algorithm: "file_test_results"
4299   output-file-ext: ".rst"
4300   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4301   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"
4302   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4303   data: "vpp-mrr-results-2n-skx"
4304   filter: "'MRR'"
4305   parameters:
4306   - "name"
4307   - "doc"
4308   - "level"
4309   - "parent"
4310   data-start-level: 3
4311
4312 ## VPP MRR Configuration 2n-dnv
4313 #- type: "file"
4314 #  title: "VPP MRR Configuration 2n-dnv"
4315 #  algorithm: "file_test_results"
4316 #  output-file-ext: ".rst"
4317 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4318 #  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"
4319 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4320 #  data: "intel-dnv-vpp"
4321 #  filter: "'MRR'"
4322 #  parameters:
4323 #  - "name"
4324 #  - "doc"
4325 #  - "level"
4326 #  - "parent"
4327 #  data-start-level: 3
4328
4329 # VPP Functional Results - Ubuntu
4330 - type: "file"
4331   title: "VPP Functional Results - Ubuntu"
4332   algorithm: "file_test_results"
4333   output-file-ext: ".rst"
4334   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4335   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"
4336   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4337   data: "vpp-func-results-ubuntu"
4338   filter: "all"
4339   parameters:
4340   - "name"
4341   - "doc"
4342   - "level"
4343   - "parent"
4344   data-start-level: 3
4345
4346 # VPP Functional Results - CentOS
4347 - type: "file"
4348   title: "VPP Functional Results - CentOS"
4349   algorithm: "file_test_results"
4350   output-file-ext: ".rst"
4351   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4352   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"
4353   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4354   data:
4355     "vpp-func-results-centos"
4356   filter: "all"
4357   parameters:
4358   - "name"
4359   - "doc"
4360   - "level"
4361   - "parent"
4362   data-start-level: 3
4363
4364 # VPP Functional Configuration - Ubuntu
4365 - type: "file"
4366   title: "VPP Functional Configuration - Ubuntu"
4367   algorithm: "file_test_results"
4368   output-file-ext: ".rst"
4369   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4370   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"
4371   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4372   data: "vpp-func-results-ubuntu"
4373   filter: "all"
4374   parameters:
4375   - "name"
4376   - "doc"
4377   - "level"
4378   - "parent"
4379   data-start-level: 3
4380
4381 # VPP Functional Configuration - CentOS
4382 - type: "file"
4383   title: "VPP Functional Configuration - CentOS"
4384   algorithm: "file_test_results"
4385   output-file-ext: ".rst"
4386   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4387   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"
4388   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4389   data:
4390     "vpp-func-results-centos"
4391   filter: "all"
4392   parameters:
4393   - "name"
4394   - "doc"
4395   - "level"
4396   - "parent"
4397   data-start-level: 3
4398
4399 # VPP Device Results - Ubuntu
4400 - type: "file"
4401   title: "VPP Device Results - Ubuntu"
4402   algorithm: "file_test_results"
4403   output-file-ext: ".rst"
4404   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4405   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"
4406   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4407   data: "vpp-device-results-ubuntu"
4408   filter: "all"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 2
4415
4416 # VPP Device Configuration - Ubuntu
4417 - type: "file"
4418   title: "VPP Device Configuration - Ubuntu"
4419   algorithm: "file_test_results"
4420   output-file-ext: ".rst"
4421   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4422   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"
4423   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4424   data: "vpp-device-results-ubuntu"
4425   filter: "all"
4426   parameters:
4427   - "name"
4428   - "doc"
4429   - "level"
4430   - "parent"
4431   data-start-level: 2
4432
4433 ## Container Orchestrated Performance Results 3n-hsw
4434 #- type: "file"
4435 #  title: "Container Orchestrated Performance Results 3n-hsw"
4436 #  algorithm: "file_test_results"
4437 #  output-file-ext: ".rst"
4438 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4439 #  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"
4440 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4441 #  data: "ligato-perf-results-3n-hsw"
4442 #  filter: "all"
4443 #  parameters:
4444 #  - "name"
4445 #  - "doc"
4446 #  - "level"
4447 #  - "parent"
4448 #  data-start-level: 3
4449
4450 # DPDK Performance Results 3n-hsw
4451 - type: "file"
4452   title: "DPDK Performance Results 3n-hsw"
4453   algorithm: "file_test_results"
4454   output-file-ext: ".rst"
4455   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4456   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"
4457   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4458   data: "dpdk-perf-results-3n-hsw"
4459   filter: "all"
4460   parameters:
4461   - "name"
4462   - "doc"
4463   - "level"
4464   - "parent"
4465   data-start-level: 3
4466
4467 # DPDK Performance Results 3n-skx
4468 - type: "file"
4469   title: "DPDK Performance Results 3n-skx"
4470   algorithm: "file_test_results"
4471   output-file-ext: ".rst"
4472   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4473   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"
4474   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4475   data: "dpdk-perf-results-3n-skx"
4476   filter: "all"
4477   parameters:
4478   - "name"
4479   - "doc"
4480   - "level"
4481   - "parent"
4482   data-start-level: 3
4483
4484 # DPDK Performance Results 2n-skx
4485 - type: "file"
4486   title: "DPDK Performance Results 2n-skx"
4487   algorithm: "file_test_results"
4488   output-file-ext: ".rst"
4489   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4490   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"
4491   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4492   data: "dpdk-perf-results-2n-skx"
4493   filter: "all"
4494   parameters:
4495   - "name"
4496   - "doc"
4497   - "level"
4498   - "parent"
4499   data-start-level: 3
4500
4501 # Honeycomb Functional Results
4502 - type: "file"
4503   title: "Honeycomb Functional Results"
4504   algorithm: "file_test_results"
4505   output-file-ext: ".rst"
4506   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4507   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"
4508   dir-tables: "{DIR[DTR,FUNC,HC]}"
4509   data:
4510     "hc-func-results"
4511   filter: "all"
4512   parameters:
4513   - "name"
4514   - "doc"
4515   - "level"
4516   - "parent"
4517   data-start-level: 3
4518
4519 # NSH SFC Functional Results
4520 #-
4521 #  type: "file"
4522 #  title: "NSH SFC Functional Results"
4523 #  algorithm: "file_test_results"
4524 #  output-file-ext: ".rst"
4525 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4526 #  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"
4527 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4528 #  data:
4529 #    "nsh-func-results"
4530 #  filter: "all"
4531 #  parameters:
4532 #  - "name"
4533 #  - "doc"
4534 #  - "level"
4535 #  - "parent"
4536 #  data-start-level: 3
4537
4538 # DMM Functional Results
4539 - type: "file"
4540   title: "DMM Functional Results"
4541   algorithm: "file_test_results"
4542   output-file-ext: ".rst"
4543   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4544   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"
4545   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4546   data:
4547     "dmm-func-results"
4548   filter: "all"
4549   parameters:
4550   - "name"
4551   - "doc"
4552   - "level"
4553   - "parent"
4554   data-start-level: 3
4555
4556 ################################################################################
4557 ###                                P L O T S                                 ###
4558 ################################################################################
4559
4560 # Soak test - 30min Soak Test (PLRsearch), boxes
4561 - type: "plot"
4562   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4563   algorithm: "plot_soak_boxes"
4564   output-file-type: ".html"
4565   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4566   data: "plot-vpp-soak-2n-skx"
4567   filter: "'SOAK'"
4568   parameters:
4569   - "throughput"
4570   - "parent"
4571   - "tags"
4572 #  sort:
4573 #  - "L2PATCH"
4574 #  - "L2XCBASE"
4575 #  - "L2BDMACLRN"
4576 #  - "IP4FWD"
4577 #  - "IP6FWD"
4578   - "VHOST"
4579   layout:
4580     title: "30min Soak Test (PLRsearch)"
4581     layout: "plot-soak-throughput"
4582
4583 # Soak test - example, not used
4584 - type: "plot"
4585   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4586   algorithm: "plot_soak_bars"
4587   output-file-type: ".html"
4588   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4589   data: "plot-vpp-soak-2n-skx"
4590   filter: "'SOAK'"
4591   parameters:
4592   - "throughput"
4593   - "parent"
4594   - "tags"
4595 #  sort:
4596 #  - "L2PATCH"
4597 #  - "L2XCBASE"
4598 #  - "L2BDMACLRN"
4599 #  - "IP4FWD"
4600 #  - "IP6FWD"
4601   - "VHOST"
4602   layout:
4603     title: "30min Soak Test (PLRsearch)"
4604     layout: "plot-soak-throughput"
4605
4606 ################################################################################
4607 # Plots - NF Density - VSC - MRR 64b
4608 - type: "plot"
4609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4610   algorithm: "plot_service_density_heatmap_compare"
4611   output-file-type: ".html"
4612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4613   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4614   filter: "'NIC_Intel-X710' and
4615            'NF_DENSITY' and
4616            'VHOST' and
4617            'CHAIN' and
4618            'NF_VPPIP4' and
4619            '64B' and
4620            '2T1C' and
4621            'MRR'"
4622   reference:
4623     include: "2"
4624     name: "VNF-1c"
4625   compare:
4626     include: "1"
4627     name: "VNF-0.5c"
4628   parameters:
4629   - "result"
4630   - "name"
4631   - "tags"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   x-axis: "X = VNFs per Service Chain"
4634   y-axis: "Y = Number of Service Chains"
4635   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4636   layout:
4637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4638     layout: "plot-service-density"
4639
4640 - type: "plot"
4641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4642   algorithm: "plot_service_density_heatmap_compare"
4643   output-file-type: ".html"
4644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4645   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4646   filter: "'NIC_Intel-X710' and
4647            'NF_DENSITY' and
4648            'VHOST' and
4649            'CHAIN' and
4650            'NF_VPPIP4' and
4651            '64B' and
4652            '4T2C' and
4653            'MRR'"
4654   reference:
4655     include: "2"
4656     name: "VNF-1c"
4657   compare:
4658     include: "1"
4659     name: "VNF-0.5c"
4660   parameters:
4661   - "result"
4662   - "name"
4663   - "tags"
4664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4665   x-axis: "X = VNFs per Service Chain"
4666   y-axis: "Y = Number of Service Chains"
4667   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4668   layout:
4669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4670     layout: "plot-service-density"
4671
4672 - type: "plot"
4673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4674   algorithm: "plot_service_density_heatmap_compare"
4675   output-file-type: ".html"
4676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4677   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4678   filter: "'NIC_Intel-X710' and
4679            'NF_DENSITY' and
4680            'VHOST' and
4681            'CHAIN' and
4682            'NF_VPPIP4' and
4683            '64B' and
4684            '8T4C' and
4685            'MRR'"
4686   reference:
4687     include: "2"
4688     name: "VNF-1c"
4689   compare:
4690     include: "1"
4691     name: "VNF-0.5c"
4692   parameters:
4693   - "result"
4694   - "name"
4695   - "tags"
4696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4697   x-axis: "X = VNFs per Service Chain"
4698   y-axis: "Y = Number of Service Chains"
4699   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4700   layout:
4701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4702     layout: "plot-service-density"
4703
4704 # Plots - NF Density - VSC - MRR IMIX
4705 - type: "plot"
4706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4707   algorithm: "plot_service_density_heatmap_compare"
4708   output-file-type: ".html"
4709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4710   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4711   filter: "'NIC_Intel-X710' and
4712            'NF_DENSITY' and
4713            'VHOST' and
4714            'CHAIN' and
4715            'NF_VPPIP4' and
4716            'IMIX' and
4717            '2T1C' and
4718            'MRR'"
4719   reference:
4720     include: "2"
4721     name: "VNF-1c"
4722   compare:
4723     include: "1"
4724     name: "VNF-0.5c"
4725   parameters:
4726   - "result"
4727   - "name"
4728   - "tags"
4729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4730   x-axis: "X = VNFs per Service Chain"
4731   y-axis: "Y = Number of Service Chains"
4732   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4733   layout:
4734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4735     layout: "plot-service-density"
4736
4737 - type: "plot"
4738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4739   algorithm: "plot_service_density_heatmap_compare"
4740   output-file-type: ".html"
4741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4742   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4743   filter: "'NIC_Intel-X710' and
4744            'NF_DENSITY' and
4745            'VHOST' and
4746            'CHAIN' and
4747            'NF_VPPIP4' and
4748            'IMIX' and
4749            '4T2C' and
4750            'MRR'"
4751   reference:
4752     include: "2"
4753     name: "VNF-1c"
4754   compare:
4755     include: "1"
4756     name: "VNF-0.5c"
4757   parameters:
4758   - "result"
4759   - "name"
4760   - "tags"
4761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4762   x-axis: "X = VNFs per Service Chain"
4763   y-axis: "Y = Number of Service Chains"
4764   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4765   layout:
4766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4767     layout: "plot-service-density"
4768
4769 - type: "plot"
4770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4771   algorithm: "plot_service_density_heatmap_compare"
4772   output-file-type: ".html"
4773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4774   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4775   filter: "'NIC_Intel-X710' and
4776            'NF_DENSITY' and
4777            'VHOST' and
4778            'CHAIN' and
4779            'NF_VPPIP4' and
4780            'IMIX' and
4781            '8T4C' and
4782            'MRR'"
4783   reference:
4784     include: "2"
4785     name: "VNF-1c"
4786   compare:
4787     include: "1"
4788     name: "VNF-0.5c"
4789   parameters:
4790   - "result"
4791   - "name"
4792   - "tags"
4793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4794   x-axis: "X = VNFs per Service Chain"
4795   y-axis: "Y = Number of Service Chains"
4796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4797   layout:
4798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4799     layout: "plot-service-density"
4800
4801 # Plots - NF Density - VSC - NDR 64b
4802 - type: "plot"
4803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4804   algorithm: "plot_service_density_heatmap_compare"
4805   output-file-type: ".html"
4806   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4807   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4808   filter: "'NIC_Intel-X710' and
4809            'NF_DENSITY' and
4810            'VHOST' and
4811            'CHAIN' and
4812            'NF_VPPIP4' and
4813            '64B' and
4814            '2T1C' and
4815            'NDRPDR'"
4816   reference:
4817     include: "2"
4818     name: "VNF-1c"
4819   compare:
4820     include: "1"
4821     name: "VNF-0.5c"
4822   parameters:
4823   - "throughput"
4824   - "name"
4825   - "tags"
4826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4827   x-axis: "X = VNFs per Service Chain"
4828   y-axis: "Y = Number of Service Chains"
4829   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4830   layout:
4831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4832     layout: "plot-service-density"
4833
4834 - type: "plot"
4835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4836   algorithm: "plot_service_density_heatmap_compare"
4837   output-file-type: ".html"
4838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4839   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4840   filter: "'NIC_Intel-X710' and
4841            'NF_DENSITY' and
4842            'VHOST' and
4843            'CHAIN' and
4844            'NF_VPPIP4' and
4845            '64B' and
4846            '4T2C' and
4847            'NDRPDR'"
4848   reference:
4849     include: "2"
4850     name: "VNF-1c"
4851   compare:
4852     include: "1"
4853     name: "VNF-0.5c"
4854   parameters:
4855   - "throughput"
4856   - "name"
4857   - "tags"
4858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4859   x-axis: "X = VNFs per Service Chain"
4860   y-axis: "Y = Number of Service Chains"
4861   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4862   layout:
4863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4864     layout: "plot-service-density"
4865
4866 - type: "plot"
4867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4868   algorithm: "plot_service_density_heatmap_compare"
4869   output-file-type: ".html"
4870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4871   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4872   filter: "'NIC_Intel-X710' and
4873            'NF_DENSITY' and
4874            'VHOST' and
4875            'CHAIN' and
4876            'NF_VPPIP4' and
4877            '64B' and
4878            '8T4C' and
4879            'NDRPDR'"
4880   reference:
4881     include: "2"
4882     name: "VNF-1c"
4883   compare:
4884     include: "1"
4885     name: "VNF-0.5c"
4886   parameters:
4887   - "throughput"
4888   - "name"
4889   - "tags"
4890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4891   x-axis: "X = VNFs per Service Chain"
4892   y-axis: "Y = Number of Service Chains"
4893   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4894   layout:
4895     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4896     layout: "plot-service-density"
4897
4898 # Plots - NF Density - VSC - NDR IMIX
4899 - type: "plot"
4900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4901   algorithm: "plot_service_density_heatmap_compare"
4902   output-file-type: ".html"
4903   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4904   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4905   filter: "'NIC_Intel-X710' and
4906            'NF_DENSITY' and
4907            'VHOST' and
4908            'CHAIN' and
4909            'NF_VPPIP4' and
4910            'IMIX' and
4911            '2T1C' and
4912            'NDRPDR'"
4913   reference:
4914     include: "2"
4915     name: "VNF-1c"
4916   compare:
4917     include: "1"
4918     name: "VNF-0.5c"
4919   parameters:
4920   - "throughput"
4921   - "name"
4922   - "tags"
4923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4924   x-axis: "X = VNFs per Service Chain"
4925   y-axis: "Y = Number of Service Chains"
4926   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4927   layout:
4928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4929     layout: "plot-service-density"
4930
4931 - type: "plot"
4932   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4933   algorithm: "plot_service_density_heatmap_compare"
4934   output-file-type: ".html"
4935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4936   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4937   filter: "'NIC_Intel-X710' and
4938            'NF_DENSITY' and
4939            'VHOST' and
4940            'CHAIN' and
4941            'NF_VPPIP4' and
4942            'IMIX' and
4943            '4T2C' and
4944            'NDRPDR'"
4945   reference:
4946     include: "2"
4947     name: "VNF-1c"
4948   compare:
4949     include: "1"
4950     name: "VNF-0.5c"
4951   parameters:
4952   - "throughput"
4953   - "name"
4954   - "tags"
4955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4956   x-axis: "X = VNFs per Service Chain"
4957   y-axis: "Y = Number of Service Chains"
4958   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4959   layout:
4960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4961     layout: "plot-service-density"
4962
4963 - type: "plot"
4964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4965   algorithm: "plot_service_density_heatmap_compare"
4966   output-file-type: ".html"
4967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4968   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4969   filter: "'NIC_Intel-X710' and
4970            'NF_DENSITY' and
4971            'VHOST' and
4972            'CHAIN' and
4973            'NF_VPPIP4' and
4974            'IMIX' and
4975            '8T4C' and
4976            'NDRPDR'"
4977   reference:
4978     include: "2"
4979     name: "VNF-1c"
4980   compare:
4981     include: "1"
4982     name: "VNF-0.5c"
4983   parameters:
4984   - "throughput"
4985   - "name"
4986   - "tags"
4987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4988   x-axis: "X = VNFs per Service Chain"
4989   y-axis: "Y = Number of Service Chains"
4990   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4991   layout:
4992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4993     layout: "plot-service-density"
4994
4995 # Plots - NF Density - VSC - PDR 64b
4996 - type: "plot"
4997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4998   algorithm: "plot_service_density_heatmap_compare"
4999   output-file-type: ".html"
5000   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5001   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5002   filter: "'NIC_Intel-X710' and
5003            'NF_DENSITY' and
5004            'VHOST' and
5005            'CHAIN' and
5006            'NF_VPPIP4' and
5007            '64B' and
5008            '2T1C' and
5009            'NDRPDR'"
5010   reference:
5011     include: "2"
5012     name: "VNF-1c"
5013   compare:
5014     include: "1"
5015     name: "VNF-0.5c"
5016   parameters:
5017   - "throughput"
5018   - "name"
5019   - "tags"
5020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5021   x-axis: "X = VNFs per Service Chain"
5022   y-axis: "Y = Number of Service Chains"
5023   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5024   layout:
5025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5026     layout: "plot-service-density"
5027
5028 - type: "plot"
5029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5030   algorithm: "plot_service_density_heatmap_compare"
5031   output-file-type: ".html"
5032   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5033   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5034   filter: "'NIC_Intel-X710' and
5035            'NF_DENSITY' and
5036            'VHOST' and
5037            'CHAIN' and
5038            'NF_VPPIP4' and
5039            '64B' and
5040            '4T2C' and
5041            'NDRPDR'"
5042   reference:
5043     include: "2"
5044     name: "VNF-1c"
5045   compare:
5046     include: "1"
5047     name: "VNF-0.5c"
5048   parameters:
5049   - "throughput"
5050   - "name"
5051   - "tags"
5052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5053   x-axis: "X = VNFs per Service Chain"
5054   y-axis: "Y = Number of Service Chains"
5055   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5056   layout:
5057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5058     layout: "plot-service-density"
5059
5060 - type: "plot"
5061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5062   algorithm: "plot_service_density_heatmap_compare"
5063   output-file-type: ".html"
5064   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5065   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5066   filter: "'NIC_Intel-X710' and
5067            'NF_DENSITY' and
5068            'VHOST' and
5069            'CHAIN' and
5070            'NF_VPPIP4' and
5071            '64B' and
5072            '8T4C' and
5073            'NDRPDR'"
5074   reference:
5075     include: "2"
5076     name: "VNF-1c"
5077   compare:
5078     include: "1"
5079     name: "VNF-0.5c"
5080   parameters:
5081   - "throughput"
5082   - "name"
5083   - "tags"
5084   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5085   x-axis: "X = VNFs per Service Chain"
5086   y-axis: "Y = Number of Service Chains"
5087   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5088   layout:
5089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5090     layout: "plot-service-density"
5091
5092 # Plots - NF Density - VSC - PDR IMIX
5093 - type: "plot"
5094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5095   algorithm: "plot_service_density_heatmap_compare"
5096   output-file-type: ".html"
5097   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5098   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5099   filter: "'NIC_Intel-X710' and
5100            'NF_DENSITY' and
5101            'VHOST' and
5102            'CHAIN' and
5103            'NF_VPPIP4' and
5104            'IMIX' and
5105            '2T1C' and
5106            'NDRPDR'"
5107   reference:
5108     include: "2"
5109     name: "VNF-1c"
5110   compare:
5111     include: "1"
5112     name: "VNF-0.5c"
5113   parameters:
5114   - "throughput"
5115   - "name"
5116   - "tags"
5117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5118   x-axis: "X = VNFs per Service Chain"
5119   y-axis: "Y = Number of Service Chains"
5120   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5121   layout:
5122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5123     layout: "plot-service-density"
5124
5125 - type: "plot"
5126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5127   algorithm: "plot_service_density_heatmap_compare"
5128   output-file-type: ".html"
5129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5130   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5131   filter: "'NIC_Intel-X710' and
5132            'NF_DENSITY' and
5133            'VHOST' and
5134            'CHAIN' and
5135            'NF_VPPIP4' and
5136            'IMIX' and
5137            '4T2C' and
5138            'NDRPDR'"
5139   reference:
5140     include: "2"
5141     name: "VNF-1c"
5142   compare:
5143     include: "1"
5144     name: "VNF-0.5c"
5145   parameters:
5146   - "throughput"
5147   - "name"
5148   - "tags"
5149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5150   x-axis: "X = VNFs per Service Chain"
5151   y-axis: "Y = Number of Service Chains"
5152   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5153   layout:
5154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5155     layout: "plot-service-density"
5156
5157 - type: "plot"
5158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5159   algorithm: "plot_service_density_heatmap_compare"
5160   output-file-type: ".html"
5161   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5162   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5163   filter: "'NIC_Intel-X710' and
5164            'NF_DENSITY' and
5165            'VHOST' and
5166            'CHAIN' and
5167            'NF_VPPIP4' and
5168            'IMIX' and
5169            '8T4C' and
5170            'NDRPDR'"
5171   reference:
5172     include: "2"
5173     name: "VNF-1c"
5174   compare:
5175     include: "1"
5176     name: "VNF-0.5c"
5177   parameters:
5178   - "throughput"
5179   - "name"
5180   - "tags"
5181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5182   x-axis: "X = VNFs per Service Chain"
5183   y-axis: "Y = Number of Service Chains"
5184   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5185   layout:
5186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5187     layout: "plot-service-density"
5188
5189 ################################################################################
5190 # Plots - NF Density - CSC - MRR 64b
5191 - type: "plot"
5192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5193   algorithm: "plot_service_density_heatmap_compare"
5194   output-file-type: ".html"
5195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5196   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5197   filter: "'NIC_Intel-X710' and
5198            'NF_DENSITY' and
5199            'DOCKER' and
5200            'CHAIN' and
5201            'NF_VPPIP4' and
5202            '64B' and
5203            '2T1C' and
5204            'MRR'"
5205   reference:
5206     include: "2"
5207     name: "CNF-1c"
5208   compare:
5209     include: "1"
5210     name: "CNF-0.5c"
5211   parameters:
5212   - "result"
5213   - "name"
5214   - "tags"
5215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5216   x-axis: "X = CNFs per Service Chain"
5217   y-axis: "Y = Number of Service Chains"
5218   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5219   layout:
5220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5221     layout: "plot-service-density"
5222
5223 - type: "plot"
5224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5225   algorithm: "plot_service_density_heatmap_compare"
5226   output-file-type: ".html"
5227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5228   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5229   filter: "'NIC_Intel-X710' and
5230            'NF_DENSITY' and
5231            'DOCKER' and
5232            'CHAIN' and
5233            'NF_VPPIP4' and
5234            '64B' and
5235            '4T2C' and
5236            'MRR'"
5237   reference:
5238     include: "2"
5239     name: "CNF-1c"
5240   compare:
5241     include: "1"
5242     name: "CNF-0.5c"
5243   parameters:
5244   - "result"
5245   - "name"
5246   - "tags"
5247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5248   x-axis: "X = CNFs per Service Chain"
5249   y-axis: "Y = Number of Service Chains"
5250   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5251   layout:
5252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5253     layout: "plot-service-density"
5254
5255 - type: "plot"
5256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5257   algorithm: "plot_service_density_heatmap_compare"
5258   output-file-type: ".html"
5259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5260   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5261   filter: "'NIC_Intel-X710' and
5262            'NF_DENSITY' and
5263            'DOCKER' and
5264            'CHAIN' and
5265            'NF_VPPIP4' and
5266            '64B' and
5267            '8T4C' and
5268            'MRR'"
5269   reference:
5270     include: "2"
5271     name: "CNF-1c"
5272   compare:
5273     include: "1"
5274     name: "CNF-0.5c"
5275   parameters:
5276   - "result"
5277   - "name"
5278   - "tags"
5279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5280   x-axis: "X = CNFs per Service Chain"
5281   y-axis: "Y = Number of Service Chains"
5282   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5283   layout:
5284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5285     layout: "plot-service-density"
5286
5287 # Plots - NF Density - CSC - MRR IMIX
5288 - type: "plot"
5289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5290   algorithm: "plot_service_density_heatmap_compare"
5291   output-file-type: ".html"
5292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5293   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5294   filter: "'NIC_Intel-X710' and
5295            'NF_DENSITY' and
5296            'DOCKER' and
5297            'CHAIN' and
5298            'NF_VPPIP4' and
5299            'IMIX' and
5300            '2T1C' and
5301            'MRR'"
5302   reference:
5303     include: "2"
5304     name: "CNF-1c"
5305   compare:
5306     include: "1"
5307     name: "CNF-0.5c"
5308   parameters:
5309   - "result"
5310   - "name"
5311   - "tags"
5312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5313   x-axis: "X = CNFs per Service Chain"
5314   y-axis: "Y = Number of Service Chains"
5315   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5316   layout:
5317     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5318     layout: "plot-service-density"
5319
5320 - type: "plot"
5321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5322   algorithm: "plot_service_density_heatmap_compare"
5323   output-file-type: ".html"
5324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5325   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5326   filter: "'NIC_Intel-X710' and
5327            'NF_DENSITY' and
5328            'DOCKER' and
5329            'CHAIN' and
5330            'NF_VPPIP4' and
5331            'IMIX' and
5332            '4T2C' and
5333            'MRR'"
5334   reference:
5335     include: "2"
5336     name: "CNF-1c"
5337   compare:
5338     include: "1"
5339     name: "CNF-0.5c"
5340   parameters:
5341   - "result"
5342   - "name"
5343   - "tags"
5344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5345   x-axis: "X = CNFs per Service Chain"
5346   y-axis: "Y = Number of Service Chains"
5347   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5348   layout:
5349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5350     layout: "plot-service-density"
5351
5352 - type: "plot"
5353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5354   algorithm: "plot_service_density_heatmap_compare"
5355   output-file-type: ".html"
5356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5357   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5358   filter: "'NIC_Intel-X710' and
5359            'NF_DENSITY' and
5360            'DOCKER' and
5361            'CHAIN' and
5362            'NF_VPPIP4' and
5363            'IMIX' and
5364            '8T4C' and
5365            'MRR'"
5366   reference:
5367     include: "2"
5368     name: "CNF-1c"
5369   compare:
5370     include: "1"
5371     name: "CNF-0.5c"
5372   parameters:
5373   - "result"
5374   - "name"
5375   - "tags"
5376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5377   x-axis: "X = CNFs per Service Chain"
5378   y-axis: "Y = Number of Service Chains"
5379   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5380   layout:
5381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5382     layout: "plot-service-density"
5383
5384 # Plots - NF Density - CSC - NDR 64b
5385 - type: "plot"
5386   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5387   algorithm: "plot_service_density_heatmap_compare"
5388   output-file-type: ".html"
5389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5390   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5391   filter: "'NIC_Intel-X710' and
5392            'NF_DENSITY' and
5393            'DOCKER' and
5394            'CHAIN' and
5395            'NF_VPPIP4' and
5396            '64B' and
5397            '2T1C' and
5398            'NDRPDR'"
5399   reference:
5400     include: "2"
5401     name: "CNF-1c"
5402   compare:
5403     include: "1"
5404     name: "CNF-0.5c"
5405   parameters:
5406   - "throughput"
5407   - "name"
5408   - "tags"
5409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5410   x-axis: "X = CNFs per Service Chain"
5411   y-axis: "Y = Number of Service Chains"
5412   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5413   layout:
5414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5415     layout: "plot-service-density"
5416
5417 - type: "plot"
5418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5419   algorithm: "plot_service_density_heatmap_compare"
5420   output-file-type: ".html"
5421   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5422   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5423   filter: "'NIC_Intel-X710' and
5424            'NF_DENSITY' and
5425            'DOCKER' and
5426            'CHAIN' and
5427            'NF_VPPIP4' and
5428            '64B' and
5429            '4T2C' and
5430            'NDRPDR'"
5431   reference:
5432     include: "2"
5433     name: "CNF-1c"
5434   compare:
5435     include: "1"
5436     name: "CNF-0.5c"
5437   parameters:
5438   - "throughput"
5439   - "name"
5440   - "tags"
5441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5442   x-axis: "X = CNFs per Service Chain"
5443   y-axis: "Y = Number of Service Chains"
5444   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5445   layout:
5446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5447     layout: "plot-service-density"
5448
5449 - type: "plot"
5450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5451   algorithm: "plot_service_density_heatmap_compare"
5452   output-file-type: ".html"
5453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5454   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5455   filter: "'NIC_Intel-X710' and
5456            'NF_DENSITY' and
5457            'DOCKER' and
5458            'CHAIN' and
5459            'NF_VPPIP4' and
5460            '64B' and
5461            '8T4C' and
5462            'NDRPDR'"
5463   reference:
5464     include: "2"
5465     name: "CNF-1c"
5466   compare:
5467     include: "1"
5468     name: "CNF-0.5c"
5469   parameters:
5470   - "throughput"
5471   - "name"
5472   - "tags"
5473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5474   x-axis: "X = CNFs per Service Chain"
5475   y-axis: "Y = Number of Service Chains"
5476   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5477   layout:
5478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5479     layout: "plot-service-density"
5480
5481 # Plots - NF Density - CSC - NDR IMIX
5482 - type: "plot"
5483   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5484   algorithm: "plot_service_density_heatmap_compare"
5485   output-file-type: ".html"
5486   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5487   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5488   filter: "'NIC_Intel-X710' and
5489            'NF_DENSITY' and
5490            'DOCKER' and
5491            'CHAIN' and
5492            'NF_VPPIP4' and
5493            'IMIX' and
5494            '2T1C' and
5495            'NDRPDR'"
5496   reference:
5497     include: "2"
5498     name: "CNF-1c"
5499   compare:
5500     include: "1"
5501     name: "CNF-0.5c"
5502   parameters:
5503   - "throughput"
5504   - "name"
5505   - "tags"
5506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5507   x-axis: "X = CNFs per Service Chain"
5508   y-axis: "Y = Number of Service Chains"
5509   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5510   layout:
5511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5512     layout: "plot-service-density"
5513
5514 - type: "plot"
5515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5516   algorithm: "plot_service_density_heatmap_compare"
5517   output-file-type: ".html"
5518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5519   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5520   filter: "'NIC_Intel-X710' and
5521            'NF_DENSITY' and
5522            'DOCKER' and
5523            'CHAIN' and
5524            'NF_VPPIP4' and
5525            'IMIX' and
5526            '4T2C' and
5527            'NDRPDR'"
5528   reference:
5529     include: "2"
5530     name: "CNF-1c"
5531   compare:
5532     include: "1"
5533     name: "CNF-0.5c"
5534   parameters:
5535   - "throughput"
5536   - "name"
5537   - "tags"
5538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5539   x-axis: "X = CNFs per Service Chain"
5540   y-axis: "Y = Number of Service Chains"
5541   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5542   layout:
5543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5544     layout: "plot-service-density"
5545
5546 - type: "plot"
5547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5548   algorithm: "plot_service_density_heatmap_compare"
5549   output-file-type: ".html"
5550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5551   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5552   filter: "'NIC_Intel-X710' and
5553            'NF_DENSITY' and
5554            'DOCKER' and
5555            'CHAIN' and
5556            'NF_VPPIP4' and
5557            'IMIX' and
5558            '8T4C' and
5559            'NDRPDR'"
5560   reference:
5561     include: "2"
5562     name: "CNF-1c"
5563   compare:
5564     include: "1"
5565     name: "CNF-0.5c"
5566   parameters:
5567   - "throughput"
5568   - "name"
5569   - "tags"
5570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5571   x-axis: "X = CNFs per Service Chain"
5572   y-axis: "Y = Number of Service Chains"
5573   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5574   layout:
5575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5576     layout: "plot-service-density"
5577
5578 # Plots - NF Density - CSC - PDR 64b
5579 - type: "plot"
5580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5581   algorithm: "plot_service_density_heatmap_compare"
5582   output-file-type: ".html"
5583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5584   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5585   filter: "'NIC_Intel-X710' and
5586            'NF_DENSITY' and
5587            'DOCKER' and
5588            'CHAIN' and
5589            'NF_VPPIP4' and
5590            '64B' and
5591            '2T1C' and
5592            'NDRPDR'"
5593   reference:
5594     include: "2"
5595     name: "CNF-1c"
5596   compare:
5597     include: "1"
5598     name: "CNF-0.5c"
5599   parameters:
5600   - "throughput"
5601   - "name"
5602   - "tags"
5603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5604   x-axis: "X = CNFs per Service Chain"
5605   y-axis: "Y = Number of Service Chains"
5606   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5607   layout:
5608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5609     layout: "plot-service-density"
5610
5611 - type: "plot"
5612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5613   algorithm: "plot_service_density_heatmap_compare"
5614   output-file-type: ".html"
5615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5616   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5617   filter: "'NIC_Intel-X710' and
5618            'NF_DENSITY' and
5619            'DOCKER' and
5620            'CHAIN' and
5621            'NF_VPPIP4' and
5622            '64B' and
5623            '4T2C' and
5624            'NDRPDR'"
5625   reference:
5626     include: "2"
5627     name: "CNF-1c"
5628   compare:
5629     include: "1"
5630     name: "CNF-0.5c"
5631   parameters:
5632   - "throughput"
5633   - "name"
5634   - "tags"
5635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5636   x-axis: "X = CNFs per Service Chain"
5637   y-axis: "Y = Number of Service Chains"
5638   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5639   layout:
5640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5641     layout: "plot-service-density"
5642
5643 - type: "plot"
5644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5645   algorithm: "plot_service_density_heatmap_compare"
5646   output-file-type: ".html"
5647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5648   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5649   filter: "'NIC_Intel-X710' and
5650            'NF_DENSITY' and
5651            'DOCKER' and
5652            'CHAIN' and
5653            'NF_VPPIP4' and
5654            '64B' and
5655            '8T4C' and
5656            'NDRPDR'"
5657   reference:
5658     include: "2"
5659     name: "CNF-1c"
5660   compare:
5661     include: "1"
5662     name: "CNF-0.5c"
5663   parameters:
5664   - "throughput"
5665   - "name"
5666   - "tags"
5667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5668   x-axis: "X = CNFs per Service Chain"
5669   y-axis: "Y = Number of Service Chains"
5670   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5671   layout:
5672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5673     layout: "plot-service-density"
5674
5675 # Plots - NF Density - CSC - PDR IMIX
5676 - type: "plot"
5677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5678   algorithm: "plot_service_density_heatmap_compare"
5679   output-file-type: ".html"
5680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5681   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5682   filter: "'NIC_Intel-X710' and
5683            'NF_DENSITY' and
5684            'DOCKER' and
5685            'CHAIN' and
5686            'NF_VPPIP4' and
5687            'IMIX' and
5688            '2T1C' and
5689            'NDRPDR'"
5690   reference:
5691     include: "2"
5692     name: "CNF-1c"
5693   compare:
5694     include: "1"
5695     name: "CNF-0.5c"
5696   parameters:
5697   - "throughput"
5698   - "name"
5699   - "tags"
5700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5701   x-axis: "X = CNFs per Service Chain"
5702   y-axis: "Y = Number of Service Chains"
5703   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5704   layout:
5705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5706     layout: "plot-service-density"
5707
5708 - type: "plot"
5709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5710   algorithm: "plot_service_density_heatmap_compare"
5711   output-file-type: ".html"
5712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5713   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5714   filter: "'NIC_Intel-X710' and
5715            'NF_DENSITY' and
5716            'DOCKER' and
5717            'CHAIN' and
5718            'NF_VPPIP4' and
5719            'IMIX' and
5720            '4T2C' and
5721            'NDRPDR'"
5722   reference:
5723     include: "2"
5724     name: "CNF-1c"
5725   compare:
5726     include: "1"
5727     name: "CNF-0.5c"
5728   parameters:
5729   - "throughput"
5730   - "name"
5731   - "tags"
5732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5733   x-axis: "X = CNFs per Service Chain"
5734   y-axis: "Y = Number of Service Chains"
5735   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5736   layout:
5737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5738     layout: "plot-service-density"
5739
5740 - type: "plot"
5741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5742   algorithm: "plot_service_density_heatmap_compare"
5743   output-file-type: ".html"
5744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5745   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5746   filter: "'NIC_Intel-X710' and
5747            'NF_DENSITY' and
5748            'DOCKER' and
5749            'CHAIN' and
5750            'NF_VPPIP4' and
5751            'IMIX' and
5752            '8T4C' and
5753            'NDRPDR'"
5754   reference:
5755     include: "2"
5756     name: "CNF-1c"
5757   compare:
5758     include: "1"
5759     name: "CNF-0.5c"
5760   parameters:
5761   - "throughput"
5762   - "name"
5763   - "tags"
5764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5765   x-axis: "X = CNFs per Service Chain"
5766   y-axis: "Y = Number of Service Chains"
5767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5768   layout:
5769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5770     layout: "plot-service-density"
5771
5772 ################################################################################
5773 # Plots - NF Density - CSP - MRR 64b
5774 - type: "plot"
5775   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5776   algorithm: "plot_service_density_heatmap_compare"
5777   output-file-type: ".html"
5778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5779   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5780   filter: "'NIC_Intel-X710' and
5781            'NF_DENSITY' and
5782            'DOCKER' and
5783            'PIPELINE' and
5784            'NF_VPPIP4' and
5785            '64B' and
5786            '2T1C' and
5787            'MRR'"
5788   reference:
5789     include: "2"
5790     name: "CNF-1c"
5791   compare:
5792     include: "1"
5793     name: "CNF-0.5c"
5794   parameters:
5795   - "result"
5796   - "name"
5797   - "tags"
5798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5799   x-axis: "X = CNFs per Service Pipeline"
5800   y-axis: "Y = Number of Service Pipelines"
5801   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5802   layout:
5803     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5804     layout: "plot-service-density"
5805
5806 - type: "plot"
5807   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5808   algorithm: "plot_service_density_heatmap_compare"
5809   output-file-type: ".html"
5810   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5811   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5812   filter: "'NIC_Intel-X710' and
5813            'NF_DENSITY' and
5814            'DOCKER' and
5815            'PIPELINE' and
5816            'NF_VPPIP4' and
5817            '64B' and
5818            '4T2C' and
5819            'MRR'"
5820   reference:
5821     include: "2"
5822     name: "CNF-1c"
5823   compare:
5824     include: "1"
5825     name: "CNF-0.5c"
5826   parameters:
5827   - "result"
5828   - "name"
5829   - "tags"
5830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5831   x-axis: "X = CNFs per Service Pipeline"
5832   y-axis: "Y = Number of Service Pipelines"
5833   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5834   layout:
5835     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5836     layout: "plot-service-density"
5837
5838 - type: "plot"
5839   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5840   algorithm: "plot_service_density_heatmap_compare"
5841   output-file-type: ".html"
5842   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5843   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5844   filter: "'NIC_Intel-X710' and
5845            'NF_DENSITY' and
5846            'DOCKER' and
5847            'PIPELINE' and
5848            'NF_VPPIP4' and
5849            '64B' and
5850            '8T4C' and
5851            'MRR'"
5852   reference:
5853     include: "2"
5854     name: "CNF-1c"
5855   compare:
5856     include: "1"
5857     name: "CNF-0.5c"
5858   parameters:
5859   - "result"
5860   - "name"
5861   - "tags"
5862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5863   x-axis: "X = CNFs per Service Pipeline"
5864   y-axis: "Y = Number of Service Pipelines"
5865   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5866   layout:
5867     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5868     layout: "plot-service-density"
5869
5870 # Plots - NF Density - CSP - MRR IMIX
5871 - type: "plot"
5872   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5873   algorithm: "plot_service_density_heatmap_compare"
5874   output-file-type: ".html"
5875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5876   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5877   filter: "'NIC_Intel-X710' and
5878            'NF_DENSITY' and
5879            'DOCKER' and
5880            'PIPELINE' and
5881            'NF_VPPIP4' and
5882            'IMIX' and
5883            '2T1C' and
5884            'MRR'"
5885   reference:
5886     include: "2"
5887     name: "CNF-1c"
5888   compare:
5889     include: "1"
5890     name: "CNF-0.5c"
5891   parameters:
5892   - "result"
5893   - "name"
5894   - "tags"
5895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5896   x-axis: "X = CNFs per Service Pipeline"
5897   y-axis: "Y = Number of Service Pipelines"
5898   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5899   layout:
5900     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5901     layout: "plot-service-density"
5902
5903 - type: "plot"
5904   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5905   algorithm: "plot_service_density_heatmap_compare"
5906   output-file-type: ".html"
5907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5908   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5909   filter: "'NIC_Intel-X710' and
5910            'NF_DENSITY' and
5911            'DOCKER' and
5912            'PIPELINE' and
5913            'NF_VPPIP4' and
5914            'IMIX' and
5915            '4T2C' and
5916            'MRR'"
5917   reference:
5918     include: "2"
5919     name: "CNF-1c"
5920   compare:
5921     include: "1"
5922     name: "CNF-0.5c"
5923   parameters:
5924   - "result"
5925   - "name"
5926   - "tags"
5927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5928   x-axis: "X = CNFs per Service Pipeline"
5929   y-axis: "Y = Number of Service Pipelines"
5930   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5931   layout:
5932     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5933     layout: "plot-service-density"
5934
5935 - type: "plot"
5936   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5937   algorithm: "plot_service_density_heatmap_compare"
5938   output-file-type: ".html"
5939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5940   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5941   filter: "'NIC_Intel-X710' and
5942            'NF_DENSITY' and
5943            'DOCKER' and
5944            'PIPELINE' and
5945            'NF_VPPIP4' and
5946            'IMIX' and
5947            '8T4C' and
5948            'MRR'"
5949   reference:
5950     include: "2"
5951     name: "CNF-1c"
5952   compare:
5953     include: "1"
5954     name: "CNF-0.5c"
5955   parameters:
5956   - "result"
5957   - "name"
5958   - "tags"
5959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5960   x-axis: "X = CNFs per Service Pipeline"
5961   y-axis: "Y = Number of Service Pipelines"
5962   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5963   layout:
5964     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5965     layout: "plot-service-density"
5966
5967 # Plots - NF Density - CSP - NDR 64b
5968 - type: "plot"
5969   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5970   algorithm: "plot_service_density_heatmap_compare"
5971   output-file-type: ".html"
5972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5973   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5974   filter: "'NIC_Intel-X710' and
5975            'NF_DENSITY' and
5976            'DOCKER' and
5977            'PIPELINE' and
5978            'NF_VPPIP4' and
5979            '64B' and
5980            '2T1C' and
5981            'NDRPDR'"
5982   reference:
5983     include: "2"
5984     name: "CNF-1c"
5985   compare:
5986     include: "1"
5987     name: "CNF-0.5c"
5988   parameters:
5989   - "throughput"
5990   - "name"
5991   - "tags"
5992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5993   x-axis: "X = CNFs per Service Pipeline"
5994   y-axis: "Y = Number of Service Pipelines"
5995   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5996   layout:
5997     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5998     layout: "plot-service-density"
5999
6000 - type: "plot"
6001   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6002   algorithm: "plot_service_density_heatmap_compare"
6003   output-file-type: ".html"
6004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6005   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6006   filter: "'NIC_Intel-X710' and
6007            'NF_DENSITY' and
6008            'DOCKER' and
6009            'PIPELINE' and
6010            'NF_VPPIP4' and
6011            '64B' and
6012            '4T2C' and
6013            'NDRPDR'"
6014   reference:
6015     include: "2"
6016     name: "CNF-1c"
6017   compare:
6018     include: "1"
6019     name: "CNF-0.5c"
6020   parameters:
6021   - "throughput"
6022   - "name"
6023   - "tags"
6024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6025   x-axis: "X = CNFs per Service Pipeline"
6026   y-axis: "Y = Number of Service Pipelines"
6027   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6028   layout:
6029     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6030     layout: "plot-service-density"
6031
6032 - type: "plot"
6033   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6034   algorithm: "plot_service_density_heatmap_compare"
6035   output-file-type: ".html"
6036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6037   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6038   filter: "'NIC_Intel-X710' and
6039            'NF_DENSITY' and
6040            'DOCKER' and
6041            'PIPELINE' and
6042            'NF_VPPIP4' and
6043            '64B' and
6044            '8T4C' and
6045            'NDRPDR'"
6046   reference:
6047     include: "2"
6048     name: "CNF-1c"
6049   compare:
6050     include: "1"
6051     name: "CNF-0.5c"
6052   parameters:
6053   - "throughput"
6054   - "name"
6055   - "tags"
6056   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6057   x-axis: "X = CNFs per Service Pipeline"
6058   y-axis: "Y = Number of Service Pipelines"
6059   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6060   layout:
6061     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6062     layout: "plot-service-density"
6063
6064 # Plots - NF Density - CSP - NDR IMIX
6065 - type: "plot"
6066   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6067   algorithm: "plot_service_density_heatmap_compare"
6068   output-file-type: ".html"
6069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6070   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6071   filter: "'NIC_Intel-X710' and
6072            'NF_DENSITY' and
6073            'DOCKER' and
6074            'PIPELINE' and
6075            'NF_VPPIP4' and
6076            'IMIX' and
6077            '2T1C' and
6078            'NDRPDR'"
6079   reference:
6080     include: "2"
6081     name: "CNF-1c"
6082   compare:
6083     include: "1"
6084     name: "CNF-0.5c"
6085   parameters:
6086   - "throughput"
6087   - "name"
6088   - "tags"
6089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6090   x-axis: "X = CNFs per Service Pipeline"
6091   y-axis: "Y = Number of Service Pipelines"
6092   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6093   layout:
6094     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6095     layout: "plot-service-density"
6096
6097 - type: "plot"
6098   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6099   algorithm: "plot_service_density_heatmap_compare"
6100   output-file-type: ".html"
6101   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6102   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6103   filter: "'NIC_Intel-X710' and
6104            'NF_DENSITY' and
6105            'DOCKER' and
6106            'PIPELINE' and
6107            'NF_VPPIP4' and
6108            'IMIX' and
6109            '4T2C' and
6110            'NDRPDR'"
6111   reference:
6112     include: "2"
6113     name: "CNF-1c"
6114   compare:
6115     include: "1"
6116     name: "CNF-0.5c"
6117   parameters:
6118   - "throughput"
6119   - "name"
6120   - "tags"
6121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6122   x-axis: "X = CNFs per Service Pipeline"
6123   y-axis: "Y = Number of Service Pipelines"
6124   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6125   layout:
6126     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6127     layout: "plot-service-density"
6128
6129 - type: "plot"
6130   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6131   algorithm: "plot_service_density_heatmap_compare"
6132   output-file-type: ".html"
6133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6134   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6135   filter: "'NIC_Intel-X710' and
6136            'NF_DENSITY' and
6137            'DOCKER' and
6138            'PIPELINE' and
6139            'NF_VPPIP4' and
6140            'IMIX' and
6141            '8T4C' and
6142            'NDRPDR'"
6143   reference:
6144     include: "2"
6145     name: "CNF-1c"
6146   compare:
6147     include: "1"
6148     name: "CNF-0.5c"
6149   parameters:
6150   - "throughput"
6151   - "name"
6152   - "tags"
6153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6154   x-axis: "X = CNFs per Service Pipeline"
6155   y-axis: "Y = Number of Service Pipelines"
6156   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6157   layout:
6158     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6159     layout: "plot-service-density"
6160
6161 # Plots - NF Density - CSP - PDR 64b
6162 - type: "plot"
6163   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6164   algorithm: "plot_service_density_heatmap_compare"
6165   output-file-type: ".html"
6166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6167   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6168   filter: "'NIC_Intel-X710' and
6169            'NF_DENSITY' and
6170            'DOCKER' and
6171            'PIPELINE' and
6172            'NF_VPPIP4' and
6173            '64B' and
6174            '2T1C' and
6175            'NDRPDR'"
6176   reference:
6177     include: "2"
6178     name: "CNF-1c"
6179   compare:
6180     include: "1"
6181     name: "CNF-0.5c"
6182   parameters:
6183   - "throughput"
6184   - "name"
6185   - "tags"
6186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6187   x-axis: "X = CNFs per Service Pipeline"
6188   y-axis: "Y = Number of Service Pipelines"
6189   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6190   layout:
6191     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6192     layout: "plot-service-density"
6193
6194 - type: "plot"
6195   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6196   algorithm: "plot_service_density_heatmap_compare"
6197   output-file-type: ".html"
6198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6199   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6200   filter: "'NIC_Intel-X710' and
6201            'NF_DENSITY' and
6202            'DOCKER' and
6203            'PIPELINE' and
6204            'NF_VPPIP4' and
6205            '64B' and
6206            '4T2C' and
6207            'NDRPDR'"
6208   reference:
6209     include: "2"
6210     name: "CNF-1c"
6211   compare:
6212     include: "1"
6213     name: "CNF-0.5c"
6214   parameters:
6215   - "throughput"
6216   - "name"
6217   - "tags"
6218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6219   x-axis: "X = CNFs per Service Pipeline"
6220   y-axis: "Y = Number of Service Pipelines"
6221   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6222   layout:
6223     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6224     layout: "plot-service-density"
6225
6226 - type: "plot"
6227   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6228   algorithm: "plot_service_density_heatmap_compare"
6229   output-file-type: ".html"
6230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6231   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6232   filter: "'NIC_Intel-X710' and
6233            'NF_DENSITY' and
6234            'DOCKER' and
6235            'PIPELINE' and
6236            'NF_VPPIP4' and
6237            '64B' and
6238            '8T4C' and
6239            'NDRPDR'"
6240   reference:
6241     include: "2"
6242     name: "CNF-1c"
6243   compare:
6244     include: "1"
6245     name: "CNF-0.5c"
6246   parameters:
6247   - "throughput"
6248   - "name"
6249   - "tags"
6250   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6251   x-axis: "X = CNFs per Service Pipeline"
6252   y-axis: "Y = Number of Service Pipelines"
6253   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6254   layout:
6255     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6256     layout: "plot-service-density"
6257
6258 # Plots - NF Density - CSP - PDR IMIX
6259 - type: "plot"
6260   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6261   algorithm: "plot_service_density_heatmap_compare"
6262   output-file-type: ".html"
6263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6264   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6265   filter: "'NIC_Intel-X710' and
6266            'NF_DENSITY' and
6267            'DOCKER' and
6268            'PIPELINE' and
6269            'NF_VPPIP4' and
6270            'IMIX' and
6271            '2T1C' and
6272            'NDRPDR'"
6273   reference:
6274     include: "2"
6275     name: "CNF-1c"
6276   compare:
6277     include: "1"
6278     name: "CNF-0.5c"
6279   parameters:
6280   - "throughput"
6281   - "name"
6282   - "tags"
6283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6284   x-axis: "X = CNFs per Service Pipeline"
6285   y-axis: "Y = Number of Service Pipelines"
6286   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6287   layout:
6288     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6289     layout: "plot-service-density"
6290
6291 - type: "plot"
6292   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6293   algorithm: "plot_service_density_heatmap_compare"
6294   output-file-type: ".html"
6295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6296   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6297   filter: "'NIC_Intel-X710' and
6298            'NF_DENSITY' and
6299            'DOCKER' and
6300            'PIPELINE' and
6301            'NF_VPPIP4' and
6302            'IMIX' and
6303            '4T2C' and
6304            'NDRPDR'"
6305   reference:
6306     include: "2"
6307     name: "CNF-1c"
6308   compare:
6309     include: "1"
6310     name: "CNF-0.5c"
6311   parameters:
6312   - "throughput"
6313   - "name"
6314   - "tags"
6315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6316   x-axis: "X = CNFs per Service Pipeline"
6317   y-axis: "Y = Number of Service Pipelines"
6318   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6319   layout:
6320     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6321     layout: "plot-service-density"
6322
6323 - type: "plot"
6324   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6325   algorithm: "plot_service_density_heatmap_compare"
6326   output-file-type: ".html"
6327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6328   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6329   filter: "'NIC_Intel-X710' and
6330            'NF_DENSITY' and
6331            'DOCKER' and
6332            'PIPELINE' and
6333            'NF_VPPIP4' and
6334            'IMIX' and
6335            '8T4C' and
6336            'NDRPDR'"
6337   reference:
6338     include: "2"
6339     name: "CNF-1c"
6340   compare:
6341     include: "1"
6342     name: "CNF-0.5c"
6343   parameters:
6344   - "throughput"
6345   - "name"
6346   - "tags"
6347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6348   x-axis: "X = CNFs per Service Pipeline"
6349   y-axis: "Y = Number of Service Pipelines"
6350   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6351   layout:
6352     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6353     layout: "plot-service-density"
6354
6355 ################################################################################
6356 ## Plots VPP HTTP Server Performance
6357 #- type: "plot"
6358 #  title: "VPP HTTP Server Performance"
6359 #  algorithm: "plot_http_server_performance_box"
6360 #  output-file-type: ".html"
6361 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6362 #  data:
6363 #    "plot-vpp-http-server-performance"
6364 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6365 #  # each tag is enclosed with ' (apostrophe).
6366 #  filter: "'HTTP' and 'TCP_CPS'"
6367 #  parameters:
6368 #  - "result"
6369 #  - "name"
6370 #  traces:
6371 #    hoverinfo: "x+y"
6372 #    boxpoints: "outliers"
6373 #    whiskerwidth: 0
6374 #  layout:
6375 #    title: "VPP HTTP Server Performance"
6376 #    layout:
6377 #      "plot-cps"
6378 #
6379 #- type: "plot"
6380 #  title: "VPP HTTP Server Performance"
6381 #  algorithm: "plot_http_server_performance_box"
6382 #  output-file-type: ".html"
6383 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6384 #  data:
6385 #    "plot-vpp-http-server-performance"
6386 #  filter: "'HTTP' and 'TCP_RPS'"
6387 #  parameters:
6388 #  - "result"
6389 #  - "name"
6390 #  traces:
6391 #    hoverinfo: "x+y"
6392 #    boxpoints: "outliers"
6393 #    whiskerwidth: 0
6394 #  layout:
6395 #    title: "VPP HTTP Server Performance"
6396 #    layout:
6397 #      "plot-rps"
6398
6399 ################################################################################
6400
6401 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6402 - type: "plot"
6403   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6404   algorithm: "plot_performance_box"
6405   output-file-type: ".html"
6406   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6408   filter: "'NIC_Intel-X520-DA2' and
6409            '64B' and
6410            ('BASE' or 'SCALE') and
6411            'NDRPDR' and
6412            'ETH' and
6413            '1T1C' and
6414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6415            not 'VHOST' and
6416            not 'MEMIF'"
6417   parameters:
6418   - "throughput"
6419   - "parent"
6420   - "tags"
6421   sort:
6422   - "L2PATCH"
6423   - "L2XCBASE"
6424   - "BASE"
6425   - "FIB_10K"
6426   - "FIB_100K"
6427   - "FIB_1M"
6428   traces:
6429     hoverinfo: "x+y"
6430     boxpoints: "outliers"
6431     whiskerwidth: 0
6432   layout:
6433     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6434     layout: "plot-throughput"
6435
6436 - type: "plot"
6437   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6438   algorithm: "plot_performance_box"
6439   output-file-type: ".html"
6440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6442   filter: "'NIC_Intel-X520-DA2' and
6443            '64B' and
6444            ('BASE' or 'SCALE') and
6445            'NDRPDR' and
6446            'ETH' and
6447            '1T1C' and
6448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6449            not 'VHOST' and
6450            not 'MEMIF'"
6451   parameters:
6452   - "throughput"
6453   - "parent"
6454   - "tags"
6455   sort:
6456   - "L2PATCH"
6457   - "L2XCBASE"
6458   - "BASE"
6459   - "FIB_10K"
6460   - "FIB_100K"
6461   - "FIB_1M"
6462   traces:
6463     hoverinfo: "x+y"
6464     boxpoints: "outliers"
6465     whiskerwidth: 0
6466   layout:
6467     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6468     layout: "plot-throughput"
6469
6470 - type: "plot"
6471   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6472   algorithm: "plot_performance_box"
6473   output-file-type: ".html"
6474   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6476   filter: "'NIC_Intel-X520-DA2' and
6477            '64B' and
6478            ('BASE' or 'SCALE') and
6479            'NDRPDR' and
6480            'ETH' and
6481            '2T2C' and
6482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6483            not 'VHOST' and
6484            not 'MEMIF'"
6485   parameters:
6486   - "throughput"
6487   - "parent"
6488   - "tags"
6489   sort:
6490   - "L2PATCH"
6491   - "L2XCBASE"
6492   - "BASE"
6493   - "FIB_10K"
6494   - "FIB_100K"
6495   - "FIB_1M"
6496   traces:
6497     hoverinfo: "x+y"
6498     boxpoints: "outliers"
6499     whiskerwidth: 0
6500   layout:
6501     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6502     layout: "plot-throughput"
6503
6504 - type: "plot"
6505   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6506   algorithm: "plot_performance_box"
6507   output-file-type: ".html"
6508   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6510   filter: "'NIC_Intel-X520-DA2' and
6511            '64B' and
6512            ('BASE' or 'SCALE') and
6513            'NDRPDR' and
6514            'ETH' and
6515            '2T2C' and
6516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6517            not 'VHOST' and
6518            not 'MEMIF'"
6519   parameters:
6520   - "throughput"
6521   - "parent"
6522   - "tags"
6523   sort:
6524   - "L2PATCH"
6525   - "L2XCBASE"
6526   - "BASE"
6527   - "FIB_10K"
6528   - "FIB_100K"
6529   - "FIB_1M"
6530   traces:
6531     hoverinfo: "x+y"
6532     boxpoints: "outliers"
6533     whiskerwidth: 0
6534   layout:
6535     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6536     layout: "plot-throughput"
6537
6538 # Packet Throughput - VPP L2 3n-hsw-x520 features
6539 - type: "plot"
6540   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6541   algorithm: "plot_performance_box"
6542   output-file-type: ".html"
6543   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6545   filter: "'NIC_Intel-X520-DA2' and
6546            '64B' and
6547            'NDRPDR' and
6548            '1T1C' and
6549            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6550            not 'ACL' and
6551            not 'VHOST' and
6552            not 'MEMIF'"
6553   parameters:
6554   - "throughput"
6555   - "parent"
6556   - "tags"
6557   sort:
6558   - "L2XCBASE"    # l2xcbase
6559   - "L2BDBASE"    # l2bdbase
6560   - "L2XCFWD"     # dot1q-l2xcbase
6561   - "L2BDMACLRN"  # dot1q-l2bdbase
6562   traces:
6563     hoverinfo: "x+y"
6564     boxpoints: "outliers"
6565     whiskerwidth: 0
6566   layout:
6567     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6568     layout: "plot-throughput"
6569
6570 - type: "plot"
6571   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6572   algorithm: "plot_performance_box"
6573   output-file-type: ".html"
6574   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6576   filter: "'NIC_Intel-X520-DA2' and
6577            '64B' and
6578            'NDRPDR' and
6579            '1T1C' and
6580            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6581            not 'ACL' and
6582            not 'VHOST' and
6583            not 'MEMIF'"
6584   parameters:
6585   - "throughput"
6586   - "parent"
6587   - "tags"
6588   sort:
6589   - "L2XCBASE"    # l2xcbase
6590   - "L2BDBASE"    # l2bdbase
6591   - "L2XCFWD"     # dot1q-l2xcbase
6592   - "L2BDMACLRN"  # dot1q-l2bdbase
6593   traces:
6594     hoverinfo: "x+y"
6595     boxpoints: "outliers"
6596     whiskerwidth: 0
6597   layout:
6598     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6599     layout: "plot-throughput"
6600
6601 - type: "plot"
6602   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6603   algorithm: "plot_performance_box"
6604   output-file-type: ".html"
6605   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6607   filter: "'NIC_Intel-X520-DA2' and
6608            '64B' and
6609            'NDRPDR' and
6610            '2T2C' and
6611            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6612            not 'ACL' and
6613            not 'VHOST' and
6614            not 'MEMIF'"
6615   parameters:
6616   - "throughput"
6617   - "parent"
6618   - "tags"
6619   sort:
6620   - "L2XCBASE"    # l2xcbase
6621   - "L2BDBASE"    # l2bdbase
6622   - "L2XCFWD"     # dot1q-l2xcbase
6623   - "L2BDMACLRN"  # dot1q-l2bdbase
6624   traces:
6625     hoverinfo: "x+y"
6626     boxpoints: "outliers"
6627     whiskerwidth: 0
6628   layout:
6629     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6630     layout: "plot-throughput"
6631
6632 - type: "plot"
6633   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6634   algorithm: "plot_performance_box"
6635   output-file-type: ".html"
6636   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6638   filter: "'NIC_Intel-X520-DA2' and
6639            '64B' and
6640            'NDRPDR' and
6641            '2T2C' and
6642            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6643            not 'ACL' and
6644            not 'VHOST' and
6645            not 'MEMIF'"
6646   parameters:
6647   - "throughput"
6648   - "parent"
6649   - "tags"
6650   sort:
6651   - "L2XCBASE"    # l2xcbase
6652   - "L2BDBASE"    # l2bdbase
6653   - "L2XCFWD"     # dot1q-l2xcbase
6654   - "L2BDMACLRN"  # dot1q-l2bdbase
6655   traces:
6656     hoverinfo: "x+y"
6657     boxpoints: "outliers"
6658     whiskerwidth: 0
6659   layout:
6660     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6661     layout: "plot-throughput"
6662
6663 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6664 - type: "plot"
6665   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6666   algorithm: "plot_performance_box"
6667   output-file-type: ".html"
6668   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6669   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6670   filter: "'NIC_Intel-X520-DA2' and
6671            '64B' and
6672            'NDRPDR' and
6673            '1T1C' and
6674            'FEATURE' and
6675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6676            'IACL' and
6677            ('ACL1' or 'ACL50') and
6678            ('10K_FLOWS' or '10k_FLOWS') and
6679            not 'MACIP' and
6680            not 'VHOST' and
6681            not 'MEMIF'"
6682   parameters:
6683   - "throughput"
6684   - "parent"
6685   - "tags"
6686   traces:
6687     hoverinfo: "x+y"
6688     boxpoints: "outliers"
6689     whiskerwidth: 0
6690   layout:
6691     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6692     layout: "plot-throughput"
6693
6694 - type: "plot"
6695   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6696   algorithm: "plot_performance_box"
6697   output-file-type: ".html"
6698   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6700   filter: "'NIC_Intel-X520-DA2' and
6701            '64B' and
6702            'NDRPDR' and
6703            '1T1C' and
6704            'FEATURE' and
6705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6706            'IACL' and
6707            ('ACL1' or 'ACL50') and
6708            ('10K_FLOWS' or '10k_FLOWS') and
6709            not 'MACIP' and
6710            not 'VHOST' and
6711            not 'MEMIF'"
6712   parameters:
6713   - "throughput"
6714   - "parent"
6715   - "tags"
6716   traces:
6717     hoverinfo: "x+y"
6718     boxpoints: "outliers"
6719     whiskerwidth: 0
6720   layout:
6721     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6722     layout: "plot-throughput"
6723
6724 - type: "plot"
6725   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6726   algorithm: "plot_performance_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6730   filter: "'NIC_Intel-X520-DA2' and
6731            '64B' and
6732            'NDRPDR' and
6733            '2T2C' and
6734            'FEATURE' and
6735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6736            'IACL' and
6737            ('ACL1' or 'ACL50') and
6738            ('10K_FLOWS' or '10k_FLOWS') and
6739            not 'MACIP' and
6740            not 'VHOST' and
6741            not 'MEMIF'"
6742   parameters:
6743   - "throughput"
6744   - "parent"
6745   - "tags"
6746   traces:
6747     hoverinfo: "x+y"
6748     boxpoints: "outliers"
6749     whiskerwidth: 0
6750   layout:
6751     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6752     layout: "plot-throughput"
6753
6754 - type: "plot"
6755   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6756   algorithm: "plot_performance_box"
6757   output-file-type: ".html"
6758   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6760   filter: "'NIC_Intel-X520-DA2' and
6761            '64B' and
6762            'NDRPDR' and
6763            '2T2C' and
6764            'FEATURE' and
6765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6766            'IACL' and
6767            ('ACL1' or 'ACL50') and
6768            ('10K_FLOWS' or '10k_FLOWS') and
6769            not 'MACIP' and
6770            not 'VHOST' and
6771            not 'MEMIF'"
6772   parameters:
6773   - "throughput"
6774   - "parent"
6775   - "tags"
6776   traces:
6777     hoverinfo: "x+y"
6778     boxpoints: "outliers"
6779     whiskerwidth: 0
6780   layout:
6781     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6782     layout: "plot-throughput"
6783
6784 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6785 - type: "plot"
6786   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6787   algorithm: "plot_performance_box"
6788   output-file-type: ".html"
6789   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6791   filter: "'NIC_Intel-X520-DA2' and
6792            '64B' and
6793            'NDRPDR' and
6794            '1T1C' and
6795            'FEATURE' and
6796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6797            'OACL' and
6798            ('ACL1' or 'ACL50') and
6799            ('10K_FLOWS' or '10k_FLOWS') and
6800            not 'MACIP' and
6801            not 'VHOST' and
6802            not 'MEMIF'"
6803   parameters:
6804   - "throughput"
6805   - "parent"
6806   - "tags"
6807   traces:
6808     hoverinfo: "x+y"
6809     boxpoints: "outliers"
6810     whiskerwidth: 0
6811   layout:
6812     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6813     layout: "plot-throughput"
6814
6815 - type: "plot"
6816   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6817   algorithm: "plot_performance_box"
6818   output-file-type: ".html"
6819   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6821   filter: "'NIC_Intel-X520-DA2' and
6822            '64B' and
6823            'NDRPDR' and
6824            '1T1C' and
6825            'FEATURE' and
6826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6827            'OACL' and
6828            ('ACL1' or 'ACL50') and
6829            ('10K_FLOWS' or '10k_FLOWS') and
6830            not 'MACIP' and
6831            not 'VHOST' and
6832            not 'MEMIF'"
6833   parameters:
6834   - "throughput"
6835   - "parent"
6836   - "tags"
6837   traces:
6838     hoverinfo: "x+y"
6839     boxpoints: "outliers"
6840     whiskerwidth: 0
6841   layout:
6842     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6843     layout: "plot-throughput"
6844
6845 - type: "plot"
6846   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6847   algorithm: "plot_performance_box"
6848   output-file-type: ".html"
6849   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6851   filter: "'NIC_Intel-X520-DA2' and
6852            '64B' and
6853            'NDRPDR' and
6854            '2T2C' and
6855            'FEATURE' and
6856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6857            'OACL' and
6858            ('ACL1' or 'ACL50') and
6859            ('10K_FLOWS' or '10k_FLOWS') and
6860            not 'MACIP' and
6861            not 'VHOST' and
6862            not 'MEMIF'"
6863   parameters:
6864   - "throughput"
6865   - "parent"
6866   - "tags"
6867   traces:
6868     hoverinfo: "x+y"
6869     boxpoints: "outliers"
6870     whiskerwidth: 0
6871   layout:
6872     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6873     layout: "plot-throughput"
6874
6875 - type: "plot"
6876   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6877   algorithm: "plot_performance_box"
6878   output-file-type: ".html"
6879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6881   filter: "'NIC_Intel-X520-DA2' and
6882            '64B' and
6883            'NDRPDR' and
6884            '2T2C' and
6885            'FEATURE' and
6886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6887            'OACL' and
6888            ('ACL1' or 'ACL50') and
6889            ('10K_FLOWS' or '10k_FLOWS') and
6890            not 'MACIP' and
6891            not 'VHOST' and
6892            not 'MEMIF'"
6893   parameters:
6894   - "throughput"
6895   - "parent"
6896   - "tags"
6897   traces:
6898     hoverinfo: "x+y"
6899     boxpoints: "outliers"
6900     whiskerwidth: 0
6901   layout:
6902     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6903     layout: "plot-throughput"
6904
6905 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6906 - type: "plot"
6907   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6908   algorithm: "plot_performance_box"
6909   output-file-type: ".html"
6910   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6912   filter: "'NIC_Intel-X520-DA2' and
6913            '64B' and
6914            'NDRPDR' and
6915            '1T1C' and
6916            'FEATURE' and
6917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6918            'MACIP' and
6919            ('ACL1' or 'ACL50') and
6920            ('10K_FLOWS' or '10k_FLOWS') and
6921            not 'VHOST' and
6922            not 'MEMIF'"
6923   parameters:
6924   - "throughput"
6925   - "parent"
6926   - "tags"
6927   traces:
6928     hoverinfo: "x+y"
6929     boxpoints: "outliers"
6930     whiskerwidth: 0
6931   layout:
6932     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6933     layout: "plot-throughput"
6934
6935 - type: "plot"
6936   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6937   algorithm: "plot_performance_box"
6938   output-file-type: ".html"
6939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6941   filter: "'NIC_Intel-X520-DA2' and
6942            '64B' and
6943            'NDRPDR' and
6944            '1T1C' and
6945            'FEATURE' and
6946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6947            'MACIP' and
6948            ('ACL1' or 'ACL50') and
6949            ('10K_FLOWS' or '10k_FLOWS') and
6950            not 'VHOST' and
6951            not 'MEMIF'"
6952   parameters:
6953   - "throughput"
6954   - "parent"
6955   - "tags"
6956   traces:
6957     hoverinfo: "x+y"
6958     boxpoints: "outliers"
6959     whiskerwidth: 0
6960   layout:
6961     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6962     layout: "plot-throughput"
6963
6964 - type: "plot"
6965   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6966   algorithm: "plot_performance_box"
6967   output-file-type: ".html"
6968   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6970   filter: "'NIC_Intel-X520-DA2' and
6971            '64B' and
6972            'NDRPDR' and
6973            '2T2C' and
6974            'FEATURE' and
6975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6976            'MACIP' and
6977            ('ACL1' or 'ACL50') and
6978            ('10K_FLOWS' or '10k_FLOWS') and
6979            not 'VHOST' and
6980            not 'MEMIF'"
6981   parameters:
6982   - "throughput"
6983   - "parent"
6984   - "tags"
6985   traces:
6986     hoverinfo: "x+y"
6987     boxpoints: "outliers"
6988     whiskerwidth: 0
6989   layout:
6990     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6991     layout: "plot-throughput"
6992
6993 - type: "plot"
6994   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6995   algorithm: "plot_performance_box"
6996   output-file-type: ".html"
6997   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6999   filter: "'NIC_Intel-X520-DA2' and
7000            '64B' and
7001            'NDRPDR' and
7002            '2T2C' and
7003            'FEATURE' and
7004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7005            'MACIP' and
7006            ('ACL1' or 'ACL50') and
7007            ('10K_FLOWS' or '10k_FLOWS') and
7008            not 'VHOST' and
7009            not 'MEMIF'"
7010   parameters:
7011   - "throughput"
7012   - "parent"
7013   - "tags"
7014   traces:
7015     hoverinfo: "x+y"
7016     boxpoints: "outliers"
7017     whiskerwidth: 0
7018   layout:
7019     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7020     layout: "plot-throughput"
7021
7022 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7023 - type: "plot"
7024   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7025   algorithm: "plot_performance_box"
7026   output-file-type: ".html"
7027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7029   filter: "'NIC_Intel-X710' and
7030            '64B' and
7031            ('BASE' or 'SCALE') and
7032            'NDRPDR' and
7033            'ETH' and
7034            '1T1C' and
7035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7036            not 'VHOST' and
7037            not 'MEMIF'"
7038   parameters:
7039   - "throughput"
7040   - "parent"
7041   - "tags"
7042   sort:
7043   - "L2PATCH"
7044   - "L2XCFWD"
7045   - "L2BDMACLRN"
7046   - "FIB_10K"
7047   - "FIB_100K"
7048   - "FIB_1M"
7049   traces:
7050     hoverinfo: "x+y"
7051     boxpoints: "outliers"
7052     whiskerwidth: 0
7053   layout:
7054     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7055     layout: "plot-throughput"
7056
7057 - type: "plot"
7058   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7059   algorithm: "plot_performance_box"
7060   output-file-type: ".html"
7061   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7063   filter: "'NIC_Intel-X710' and
7064            '64B' and
7065            ('BASE' or 'SCALE') and
7066            'NDRPDR' and
7067            'ETH' and
7068            '1T1C' and
7069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7070            not 'VHOST' and
7071            not 'MEMIF'"
7072   parameters:
7073   - "throughput"
7074   - "parent"
7075   - "tags"
7076   sort:
7077   - "L2PATCH"
7078   - "L2XCFWD"
7079   - "L2BDMACLRN"
7080   - "FIB_10K"
7081   - "FIB_100K"
7082   - "FIB_1M"
7083   traces:
7084     hoverinfo: "x+y"
7085     boxpoints: "outliers"
7086     whiskerwidth: 0
7087   layout:
7088     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7089     layout: "plot-throughput"
7090
7091 - type: "plot"
7092   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7093   algorithm: "plot_performance_box"
7094   output-file-type: ".html"
7095   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7097   filter: "'NIC_Intel-X710' and
7098            '64B' and
7099            ('BASE' or 'SCALE') and
7100            'NDRPDR' and
7101            'ETH' and
7102            '2T2C' and
7103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7104            not 'VHOST' and
7105            not 'MEMIF'"
7106   parameters:
7107   - "throughput"
7108   - "parent"
7109   - "tags"
7110   sort:
7111   - "L2PATCH"
7112   - "L2XCFWD"
7113   - "L2BDMACLRN"
7114   - "FIB_10K"
7115   - "FIB_100K"
7116   - "FIB_1M"
7117   traces:
7118     hoverinfo: "x+y"
7119     boxpoints: "outliers"
7120     whiskerwidth: 0
7121   layout:
7122     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7123     layout: "plot-throughput"
7124
7125 - type: "plot"
7126   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7127   algorithm: "plot_performance_box"
7128   output-file-type: ".html"
7129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7131   filter: "'NIC_Intel-X710' and
7132            '64B' and
7133            ('BASE' or 'SCALE') and
7134            'NDRPDR' and
7135            'ETH' and
7136            '2T2C' and
7137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7138            not 'VHOST' and
7139            not 'MEMIF'"
7140   parameters:
7141   - "throughput"
7142   - "parent"
7143   - "tags"
7144   sort:
7145   - "L2PATCH"
7146   - "L2XCFWD"
7147   - "L2BDMACLRN"
7148   - "FIB_10K"
7149   - "FIB_100K"
7150   - "FIB_1M"
7151   traces:
7152     hoverinfo: "x+y"
7153     boxpoints: "outliers"
7154     whiskerwidth: 0
7155   layout:
7156     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7157     layout: "plot-throughput"
7158
7159 # Packet Throughput - VPP L2 3n-hsw-x710 features
7160 - type: "plot"
7161   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7162   algorithm: "plot_performance_box"
7163   output-file-type: ".html"
7164   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7166   filter: "'NIC_Intel-X710' and
7167            '64B' and
7168            'NDRPDR' and
7169            '1T1C' and
7170            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7171            not 'ACL' and
7172            not 'VHOST' and
7173            not 'L2OVRLAY' and
7174            not 'MEMIF'"
7175   parameters:
7176   - "throughput"
7177   - "parent"
7178   - "tags"
7179   sort:
7180   - "L2XCBASE"    # l2xcbase
7181   - "L2BDBASE"    # l2bdbase
7182   - "L2XCFWD"     # dot1q-l2xcbase
7183   - "L2BDMACLRN"  # dot1q-l2bdbase
7184   traces:
7185     hoverinfo: "x+y"
7186     boxpoints: "outliers"
7187     whiskerwidth: 0
7188   layout:
7189     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7190     layout: "plot-throughput"
7191
7192 - type: "plot"
7193   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7194   algorithm: "plot_performance_box"
7195   output-file-type: ".html"
7196   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7198   filter: "'NIC_Intel-X710' and
7199            '64B' and
7200            'NDRPDR' and
7201            '1T1C' and
7202            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7203            not 'ACL' and
7204            not 'VHOST' and
7205            not 'L2OVRLAY' and
7206            not 'MEMIF'"
7207   parameters:
7208   - "throughput"
7209   - "parent"
7210   - "tags"
7211   sort:
7212   - "L2XCBASE"    # l2xcbase
7213   - "L2BDBASE"    # l2bdbase
7214   - "L2XCFWD"     # dot1q-l2xcbase
7215   - "L2BDMACLRN"  # dot1q-l2bdbase
7216   traces:
7217     hoverinfo: "x+y"
7218     boxpoints: "outliers"
7219     whiskerwidth: 0
7220   layout:
7221     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7222     layout: "plot-throughput"
7223
7224 - type: "plot"
7225   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7226   algorithm: "plot_performance_box"
7227   output-file-type: ".html"
7228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7230   filter: "'NIC_Intel-X710' and
7231            '64B' and
7232            'NDRPDR' and
7233            '2T2C' and
7234            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7235            not 'ACL' and
7236            not 'VHOST' and
7237            not 'L2OVRLAY' and
7238            not 'MEMIF'"
7239   parameters:
7240   - "throughput"
7241   - "parent"
7242   - "tags"
7243   sort:
7244   - "L2XCBASE"    # l2xcbase
7245   - "L2BDBASE"    # l2bdbase
7246   - "L2XCFWD"     # dot1q-l2xcbase
7247   - "L2BDMACLRN"  # dot1q-l2bdbase
7248   traces:
7249     hoverinfo: "x+y"
7250     boxpoints: "outliers"
7251     whiskerwidth: 0
7252   layout:
7253     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7254     layout: "plot-throughput"
7255
7256 - type: "plot"
7257   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7258   algorithm: "plot_performance_box"
7259   output-file-type: ".html"
7260   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7262   filter: "'NIC_Intel-X710' and
7263            '64B' and
7264            'NDRPDR' and
7265            '2T2C' and
7266            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7267            not 'ACL' and
7268            not 'VHOST' and
7269            not 'L2OVRLAY' and
7270            not 'MEMIF'"
7271   parameters:
7272   - "throughput"
7273   - "parent"
7274   - "tags"
7275   sort:
7276   - "L2XCBASE"    # l2xcbase
7277   - "L2BDBASE"    # l2bdbase
7278   - "L2XCFWD"     # dot1q-l2xcbase
7279   - "L2BDMACLRN"  # dot1q-l2bdbase
7280   traces:
7281     hoverinfo: "x+y"
7282     boxpoints: "outliers"
7283     whiskerwidth: 0
7284   layout:
7285     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7286     layout: "plot-throughput"
7287
7288 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7289 - type: "plot"
7290   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7291   algorithm: "plot_performance_box"
7292   output-file-type: ".html"
7293   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7295   filter: "'NIC_Intel-X710' and
7296            '64B' and
7297            'NDRPDR' and
7298            '1T1C' and
7299            'FEATURE' and
7300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7301            'IACL' and
7302            ('ACL1' or 'ACL50') and
7303            ('10K_FLOWS' or '10k_FLOWS') and
7304            not 'MACIP' and
7305            not 'VHOST' and
7306            not 'MEMIF'"
7307   parameters:
7308   - "throughput"
7309   - "parent"
7310   - "tags"
7311   traces:
7312     hoverinfo: "x+y"
7313     boxpoints: "outliers"
7314     whiskerwidth: 0
7315   layout:
7316     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7317     layout: "plot-throughput"
7318
7319 - type: "plot"
7320   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7321   algorithm: "plot_performance_box"
7322   output-file-type: ".html"
7323   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7325   filter: "'NIC_Intel-X710' and
7326            '64B' and
7327            'NDRPDR' and
7328            '1T1C' and
7329            'FEATURE' and
7330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7331            'IACL' and
7332            ('ACL1' or 'ACL50') and
7333            ('10K_FLOWS' or '10k_FLOWS') and
7334            not 'MACIP' and
7335            not 'VHOST' and
7336            not 'MEMIF'"
7337   parameters:
7338   - "throughput"
7339   - "parent"
7340   - "tags"
7341   traces:
7342     hoverinfo: "x+y"
7343     boxpoints: "outliers"
7344     whiskerwidth: 0
7345   layout:
7346     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7347     layout: "plot-throughput"
7348
7349 - type: "plot"
7350   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7351   algorithm: "plot_performance_box"
7352   output-file-type: ".html"
7353   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7355   filter: "'NIC_Intel-X710' and
7356            '64B' and
7357            'NDRPDR' and
7358            '2T2C' and
7359            'FEATURE' and
7360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7361            'IACL' and
7362            ('ACL1' or 'ACL50') and
7363            ('10K_FLOWS' or '10k_FLOWS') and
7364            not 'MACIP' and
7365            not 'VHOST' and
7366            not 'MEMIF'"
7367   parameters:
7368   - "throughput"
7369   - "parent"
7370   - "tags"
7371   traces:
7372     hoverinfo: "x+y"
7373     boxpoints: "outliers"
7374     whiskerwidth: 0
7375   layout:
7376     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7377     layout: "plot-throughput"
7378
7379 - type: "plot"
7380   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7381   algorithm: "plot_performance_box"
7382   output-file-type: ".html"
7383   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7385   filter: "'NIC_Intel-X710' and
7386            '64B' and
7387            'NDRPDR' and
7388            '2T2C' and
7389            'FEATURE' and
7390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7391            'IACL' and
7392            ('ACL1' or 'ACL50') and
7393            ('10K_FLOWS' or '10k_FLOWS') and
7394            not 'MACIP' and
7395            not 'VHOST' and
7396            not 'MEMIF'"
7397   parameters:
7398   - "throughput"
7399   - "parent"
7400   - "tags"
7401   traces:
7402     hoverinfo: "x+y"
7403     boxpoints: "outliers"
7404     whiskerwidth: 0
7405   layout:
7406     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7407     layout: "plot-throughput"
7408
7409 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7410 - type: "plot"
7411   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7412   algorithm: "plot_performance_box"
7413   output-file-type: ".html"
7414   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7416   filter: "'NIC_Intel-XL710' and
7417            '64B' and
7418            'BASE' and
7419            'NDRPDR' and
7420            'ETH' and
7421            '1T1C' and
7422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7423            not 'VHOST' and
7424            not 'MEMIF'"
7425   parameters:
7426   - "throughput"
7427   - "parent"
7428   - "tags"
7429   sort:
7430   - "L2PATCH"
7431   - "L2XCFWD"
7432   - "L2BDMACLRN"
7433   traces:
7434     hoverinfo: "x+y"
7435     boxpoints: "outliers"
7436     whiskerwidth: 0
7437   layout:
7438     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7439     layout: "plot-throughput"
7440
7441 - type: "plot"
7442   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7443   algorithm: "plot_performance_box"
7444   output-file-type: ".html"
7445   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7447   filter: "'NIC_Intel-XL710' and
7448            '64B' and
7449            'BASE' and
7450            'NDRPDR' and
7451            'ETH' and
7452            '1T1C' and
7453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7454            not 'VHOST' and
7455            not 'MEMIF'"
7456   parameters:
7457   - "throughput"
7458   - "parent"
7459   - "tags"
7460   sort:
7461   - "L2PATCH"
7462   - "L2XCFWD"
7463   - "L2BDMACLRN"
7464   traces:
7465     hoverinfo: "x+y"
7466     boxpoints: "outliers"
7467     whiskerwidth: 0
7468   layout:
7469     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7470     layout: "plot-throughput"
7471
7472 - type: "plot"
7473   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7474   algorithm: "plot_performance_box"
7475   output-file-type: ".html"
7476   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7477   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7478   filter: "'NIC_Intel-XL710' and
7479            '64B' and
7480            'BASE' and
7481            'NDRPDR' and
7482            'ETH' and
7483            '2T2C' and
7484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7485            not 'VHOST' and
7486            not 'MEMIF'"
7487   parameters:
7488   - "throughput"
7489   - "parent"
7490   - "tags"
7491   sort:
7492   - "L2PATCH"
7493   - "L2XCFWD"
7494   - "L2BDMACLRN"
7495   traces:
7496     hoverinfo: "x+y"
7497     boxpoints: "outliers"
7498     whiskerwidth: 0
7499   layout:
7500     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7501     layout: "plot-throughput"
7502
7503 - type: "plot"
7504   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7505   algorithm: "plot_performance_box"
7506   output-file-type: ".html"
7507   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7509   filter: "'NIC_Intel-XL710' and
7510            '64B' and
7511            'BASE' and
7512            'NDRPDR' and
7513            'ETH' and
7514            '2T2C' and
7515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7516            not 'VHOST' and
7517            not 'MEMIF'"
7518   parameters:
7519   - "throughput"
7520   - "parent"
7521   - "tags"
7522   sort:
7523   - "L2PATCH"
7524   - "L2XCFWD"
7525   - "L2BDMACLRN"
7526   traces:
7527     hoverinfo: "x+y"
7528     boxpoints: "outliers"
7529     whiskerwidth: 0
7530   layout:
7531     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7532     layout: "plot-throughput"
7533
7534 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7535 - type: "plot"
7536   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7537   algorithm: "plot_performance_box"
7538   output-file-type: ".html"
7539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7541   filter: "'NIC_Intel-X710' and
7542            '64B' and
7543            ('BASE' or 'SCALE') and
7544            'NDRPDR' and
7545            'ETH' and
7546            '2T1C' and
7547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7548            not 'VHOST' and
7549            not 'MEMIF' and
7550            not 'DRV_AVF'"
7551   parameters:
7552   - "throughput"
7553   - "parent"
7554   - "tags"
7555   sort:
7556   - "L2PATCH"
7557   - "L2XCBASE"
7558   - "BASE"
7559   - "FIB_10K"
7560   - "FIB_100K"
7561   - "FIB_1M"
7562   traces:
7563     hoverinfo: "x+y"
7564     boxpoints: "outliers"
7565     whiskerwidth: 0
7566   layout:
7567     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7568     layout: "plot-throughput"
7569
7570 - type: "plot"
7571   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7572   algorithm: "plot_performance_box"
7573   output-file-type: ".html"
7574   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7576   filter: "'NIC_Intel-X710' and
7577            '64B' and
7578            ('BASE' or 'SCALE') and
7579            'NDRPDR' and
7580            'ETH' and
7581            '2T1C' and
7582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7583            not 'VHOST' and
7584            not 'MEMIF' and
7585            not 'DRV_AVF'"
7586   parameters:
7587   - "throughput"
7588   - "parent"
7589   - "tags"
7590   sort:
7591   - "L2PATCH"
7592   - "L2XCBASE"
7593   - "BASE"
7594   - "FIB_10K"
7595   - "FIB_100K"
7596   - "FIB_1M"
7597   traces:
7598     hoverinfo: "x+y"
7599     boxpoints: "outliers"
7600     whiskerwidth: 0
7601   layout:
7602     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7603     layout: "plot-throughput"
7604
7605 - type: "plot"
7606   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7607   algorithm: "plot_performance_box"
7608   output-file-type: ".html"
7609   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7611   filter: "'NIC_Intel-X710' and
7612            '64B' and
7613            ('BASE' or 'SCALE') and
7614            'NDRPDR' and
7615            'ETH' and
7616            '4T2C' and
7617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7618            not 'VHOST' and
7619            not 'MEMIF' and
7620            not 'DRV_AVF'"
7621   parameters:
7622   - "throughput"
7623   - "parent"
7624   - "tags"
7625   sort:
7626   - "L2PATCH"
7627   - "L2XCBASE"
7628   - "BASE"
7629   - "FIB_10K"
7630   - "FIB_100K"
7631   - "FIB_1M"
7632   traces:
7633     hoverinfo: "x+y"
7634     boxpoints: "outliers"
7635     whiskerwidth: 0
7636   layout:
7637     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7638     layout: "plot-throughput"
7639
7640 - type: "plot"
7641   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7642   algorithm: "plot_performance_box"
7643   output-file-type: ".html"
7644   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7646   filter: "'NIC_Intel-X710' and
7647            '64B' and
7648            ('BASE' or 'SCALE') and
7649            'NDRPDR' and
7650            'ETH' and
7651            '4T2C' and
7652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7653            not 'VHOST' and
7654            not 'MEMIF' and
7655            not 'DRV_AVF'"
7656   parameters:
7657   - "throughput"
7658   - "parent"
7659   - "tags"
7660   sort:
7661   - "L2PATCH"
7662   - "L2XCBASE"
7663   - "BASE"
7664   - "FIB_10K"
7665   - "FIB_100K"
7666   - "FIB_1M"
7667   traces:
7668     hoverinfo: "x+y"
7669     boxpoints: "outliers"
7670     whiskerwidth: 0
7671   layout:
7672     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7673     layout: "plot-throughput"
7674
7675 # Packet Throughput - VPP L2 3n-skx-x710 features
7676 - type: "plot"
7677   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7678   algorithm: "plot_performance_box"
7679   output-file-type: ".html"
7680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7682   filter: "'NIC_Intel-X710' and
7683            '64B' and
7684            'NDRPDR' and
7685            '2T1C' and
7686            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7687            not 'ACL' and
7688            not 'VHOST' and
7689            not 'DRV_AVF' and
7690            not 'L2OVRLAY' and
7691            not 'MEMIF'"
7692   parameters:
7693   - "throughput"
7694   - "parent"
7695   - "tags"
7696   sort:
7697   - "L2XCBASE"    # l2xcbase
7698   - "L2BDBASE"    # l2bdbase
7699   - "L2XCFWD"     # dot1q-l2xcbase
7700   - "L2BDMACLRN"  # dot1q-l2bdbase
7701   traces:
7702     hoverinfo: "x+y"
7703     boxpoints: "outliers"
7704     whiskerwidth: 0
7705   layout:
7706     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7707     layout: "plot-throughput"
7708
7709 - type: "plot"
7710   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7711   algorithm: "plot_performance_box"
7712   output-file-type: ".html"
7713   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7715   filter: "'NIC_Intel-X710' and
7716            '64B' and
7717            'NDRPDR' and
7718            '2T1C' and
7719            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7720            not 'ACL' and
7721            not 'VHOST' and
7722            not 'DRV_AVF' and
7723            not 'L2OVRLAY' and
7724            not 'MEMIF'"
7725   parameters:
7726   - "throughput"
7727   - "parent"
7728   - "tags"
7729   sort:
7730   - "L2XCBASE"    # l2xcbase
7731   - "L2BDBASE"    # l2bdbase
7732   - "L2XCFWD"     # dot1q-l2xcbase
7733   - "L2BDMACLRN"  # dot1q-l2bdbase
7734   traces:
7735     hoverinfo: "x+y"
7736     boxpoints: "outliers"
7737     whiskerwidth: 0
7738   layout:
7739     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7740     layout: "plot-throughput"
7741
7742 - type: "plot"
7743   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7744   algorithm: "plot_performance_box"
7745   output-file-type: ".html"
7746   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7748   filter: "'NIC_Intel-X710' and
7749            '64B' and
7750            'NDRPDR' and
7751            '4T2C' and
7752            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7753            not 'ACL' and
7754            not 'VHOST' and
7755            not 'DRV_AVF' and
7756            not 'L2OVRLAY' and
7757            not 'MEMIF'"
7758   parameters:
7759   - "throughput"
7760   - "parent"
7761   - "tags"
7762   sort:
7763   - "L2XCBASE"    # l2xcbase
7764   - "L2BDBASE"    # l2bdbase
7765   - "L2XCFWD"     # dot1q-l2xcbase
7766   - "L2BDMACLRN"  # dot1q-l2bdbase
7767   traces:
7768     hoverinfo: "x+y"
7769     boxpoints: "outliers"
7770     whiskerwidth: 0
7771   layout:
7772     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7773     layout: "plot-throughput"
7774
7775 - type: "plot"
7776   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7777   algorithm: "plot_performance_box"
7778   output-file-type: ".html"
7779   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7781   filter: "'NIC_Intel-X710' and
7782            '64B' and
7783            'NDRPDR' and
7784            '4T2C' and
7785            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7786            not 'ACL' and
7787            not 'VHOST' and
7788            not 'DRV_AVF' and
7789            not 'L2OVRLAY' and
7790            not 'MEMIF'"
7791   parameters:
7792   - "throughput"
7793   - "parent"
7794   - "tags"
7795   sort:
7796   - "L2XCBASE"    # l2xcbase
7797   - "L2BDBASE"    # l2bdbase
7798   - "L2XCFWD"     # dot1q-l2xcbase
7799   - "L2BDMACLRN"  # dot1q-l2bdbase
7800   traces:
7801     hoverinfo: "x+y"
7802     boxpoints: "outliers"
7803     whiskerwidth: 0
7804   layout:
7805     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7806     layout: "plot-throughput"
7807
7808 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7809 - type: "plot"
7810   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7811   algorithm: "plot_performance_box"
7812   output-file-type: ".html"
7813   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7815   filter: "'NIC_Intel-X710' and
7816            '64B' and
7817            'NDRPDR' and
7818            '2T1C' and
7819            'FEATURE' and
7820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7821            'IACL' and
7822            ('ACL1' or 'ACL50') and
7823            ('10K_FLOWS' or '10k_FLOWS') and
7824            not 'MACIP' and
7825            not 'VHOST' and
7826            not 'MEMIF'"
7827   parameters:
7828   - "throughput"
7829   - "parent"
7830   - "tags"
7831   traces:
7832     hoverinfo: "x+y"
7833     boxpoints: "outliers"
7834     whiskerwidth: 0
7835   layout:
7836     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7837     layout: "plot-throughput"
7838
7839 - type: "plot"
7840   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7841   algorithm: "plot_performance_box"
7842   output-file-type: ".html"
7843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7845   filter: "'NIC_Intel-X710' and
7846            '64B' and
7847            'NDRPDR' and
7848            '2T1C' and
7849            'FEATURE' and
7850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7851            'IACL' and
7852            ('ACL1' or 'ACL50') and
7853            ('10K_FLOWS' or '10k_FLOWS') and
7854            not 'MACIP' and
7855            not 'VHOST' and
7856            not 'MEMIF'"
7857   parameters:
7858   - "throughput"
7859   - "parent"
7860   - "tags"
7861   traces:
7862     hoverinfo: "x+y"
7863     boxpoints: "outliers"
7864     whiskerwidth: 0
7865   layout:
7866     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7867     layout: "plot-throughput"
7868
7869 - type: "plot"
7870   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7871   algorithm: "plot_performance_box"
7872   output-file-type: ".html"
7873   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7875   filter: "'NIC_Intel-X710' and
7876            '64B' and
7877            'NDRPDR' and
7878            '4T2C' and
7879            'FEATURE' and
7880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7881            'IACL' and
7882            ('ACL1' or 'ACL50') and
7883            ('10K_FLOWS' or '10k_FLOWS') and
7884            not 'MACIP' and
7885            not 'VHOST' and
7886            not 'MEMIF'"
7887   parameters:
7888   - "throughput"
7889   - "parent"
7890   - "tags"
7891   traces:
7892     hoverinfo: "x+y"
7893     boxpoints: "outliers"
7894     whiskerwidth: 0
7895   layout:
7896     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7897     layout: "plot-throughput"
7898
7899 - type: "plot"
7900   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7901   algorithm: "plot_performance_box"
7902   output-file-type: ".html"
7903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7905   filter: "'NIC_Intel-X710' and
7906            '64B' and
7907            'NDRPDR' and
7908            '4T2C' and
7909            'FEATURE' and
7910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7911            'IACL' and
7912            ('ACL1' or 'ACL50') and
7913            ('10K_FLOWS' or '10k_FLOWS') and
7914            not 'MACIP' and
7915            not 'VHOST' and
7916            not 'MEMIF'"
7917   parameters:
7918   - "throughput"
7919   - "parent"
7920   - "tags"
7921   traces:
7922     hoverinfo: "x+y"
7923     boxpoints: "outliers"
7924     whiskerwidth: 0
7925   layout:
7926     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7927     layout: "plot-throughput"
7928
7929 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7930 - type: "plot"
7931   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7932   algorithm: "plot_performance_box"
7933   output-file-type: ".html"
7934   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7936   filter: "'NIC_Intel-XXV710' and
7937            '64B' and
7938            ('BASE' or 'SCALE') and
7939            'NDRPDR' and
7940            'ETH' and
7941            '2T1C' and
7942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7943            not 'VHOST' and
7944            not 'MEMIF'"
7945   parameters:
7946   - "throughput"
7947   - "parent"
7948   - "tags"
7949   sort:
7950   - "L2PATCH"
7951   - "L2PATCH"
7952   - "L2XCBASE"
7953   - "L2BDMACLRN"
7954   traces:
7955     hoverinfo: "x+y"
7956     boxpoints: "outliers"
7957     whiskerwidth: 0
7958   layout:
7959     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7960     layout: "plot-throughput"
7961
7962 - type: "plot"
7963   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7964   algorithm: "plot_performance_box"
7965   output-file-type: ".html"
7966   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7968   filter: "'NIC_Intel-XXV710' and
7969            '64B' and
7970            ('BASE' or 'SCALE') and
7971            'NDRPDR' and
7972            'ETH' and
7973            '2T1C' and
7974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7975            not 'VHOST' and
7976            not 'MEMIF'"
7977   parameters:
7978   - "throughput"
7979   - "parent"
7980   - "tags"
7981   sort:
7982   - "L2PATCH"
7983   - "L2PATCH"
7984   - "L2XCBASE"
7985   - "L2BDMACLRN"
7986   traces:
7987     hoverinfo: "x+y"
7988     boxpoints: "outliers"
7989     whiskerwidth: 0
7990   layout:
7991     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7992     layout: "plot-throughput"
7993
7994 - type: "plot"
7995   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7996   algorithm: "plot_performance_box"
7997   output-file-type: ".html"
7998   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8000   filter: "'NIC_Intel-XXV710' and
8001            '64B' and
8002            ('BASE' or 'SCALE') and
8003            'NDRPDR' and
8004            'ETH' and
8005            '4T2C' and
8006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8007            not 'VHOST' and
8008            not 'MEMIF'"
8009   parameters:
8010   - "throughput"
8011   - "parent"
8012   - "tags"
8013   sort:
8014   - "L2PATCH"
8015   - "L2PATCH"
8016   - "L2XCBASE"
8017   - "L2BDMACLRN"
8018   traces:
8019     hoverinfo: "x+y"
8020     boxpoints: "outliers"
8021     whiskerwidth: 0
8022   layout:
8023     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8024     layout: "plot-throughput"
8025
8026 - type: "plot"
8027   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8028   algorithm: "plot_performance_box"
8029   output-file-type: ".html"
8030   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8032   filter: "'NIC_Intel-XXV710' and
8033            '64B' and
8034            ('BASE' or 'SCALE') and
8035            'NDRPDR' and
8036            'ETH' and
8037            '4T2C' and
8038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8039            not 'VHOST' and
8040            not 'MEMIF'"
8041   parameters:
8042   - "throughput"
8043   - "parent"
8044   - "tags"
8045   sort:
8046   - "L2PATCH"
8047   - "L2PATCH"
8048   - "L2XCBASE"
8049   - "L2BDMACLRN"
8050   traces:
8051     hoverinfo: "x+y"
8052     boxpoints: "outliers"
8053     whiskerwidth: 0
8054   layout:
8055     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8056     layout: "plot-throughput"
8057
8058 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8059 - type: "plot"
8060   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8061   algorithm: "plot_performance_box"
8062   output-file-type: ".html"
8063   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8065   filter: "'NIC_Intel-X710' and
8066            '64B' and
8067            ('BASE' or 'SCALE') and
8068            'NDRPDR' and
8069            'ETH' and
8070            '2T1C' and
8071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8072            not 'VHOST' and
8073            not 'MEMIF'"
8074   parameters:
8075   - "throughput"
8076   - "parent"
8077   - "tags"
8078   sort:
8079   - "L2PATCH"
8080   - "L2XCBASE"
8081   - "BASE"
8082   - "FIB_10K"
8083   - "FIB_100K"
8084   - "FIB_1M"
8085   traces:
8086     hoverinfo: "x+y"
8087     boxpoints: "outliers"
8088     whiskerwidth: 0
8089   layout:
8090     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8091     layout: "plot-throughput"
8092
8093 - type: "plot"
8094   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8095   algorithm: "plot_performance_box"
8096   output-file-type: ".html"
8097   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8099   filter: "'NIC_Intel-X710' and
8100            '64B' and
8101            ('BASE' or 'SCALE') and
8102            'NDRPDR' and
8103            'ETH' and
8104            '2T1C' and
8105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8106            not 'VHOST' and
8107            not 'MEMIF'"
8108   parameters:
8109   - "throughput"
8110   - "parent"
8111   - "tags"
8112   sort:
8113   - "L2PATCH"
8114   - "L2XCBASE"
8115   - "BASE"
8116   - "FIB_10K"
8117   - "FIB_100K"
8118   - "FIB_1M"
8119   traces:
8120     hoverinfo: "x+y"
8121     boxpoints: "outliers"
8122     whiskerwidth: 0
8123   layout:
8124     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8125     layout: "plot-throughput"
8126
8127 - type: "plot"
8128   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8129   algorithm: "plot_performance_box"
8130   output-file-type: ".html"
8131   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8133   filter: "'NIC_Intel-X710' and
8134            '64B' and
8135            ('BASE' or 'SCALE') and
8136            'NDRPDR' and
8137            'ETH' and
8138            '4T2C' and
8139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8140            not 'VHOST' and
8141            not 'MEMIF'"
8142   parameters:
8143   - "throughput"
8144   - "parent"
8145   - "tags"
8146   sort:
8147   - "L2PATCH"
8148   - "L2XCBASE"
8149   - "BASE"
8150   - "FIB_10K"
8151   - "FIB_100K"
8152   - "FIB_1M"
8153   traces:
8154     hoverinfo: "x+y"
8155     boxpoints: "outliers"
8156     whiskerwidth: 0
8157   layout:
8158     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8159     layout: "plot-throughput"
8160
8161 - type: "plot"
8162   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8163   algorithm: "plot_performance_box"
8164   output-file-type: ".html"
8165   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8167   filter: "'NIC_Intel-X710' and
8168            '64B' and
8169            ('BASE' or 'SCALE') and
8170            'NDRPDR' and
8171            'ETH' and
8172            '4T2C' and
8173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8174            not 'VHOST' and
8175            not 'MEMIF'"
8176   parameters:
8177   - "throughput"
8178   - "parent"
8179   - "tags"
8180   sort:
8181   - "L2PATCH"
8182   - "L2XCBASE"
8183   - "BASE"
8184   - "FIB_10K"
8185   - "FIB_100K"
8186   - "FIB_1M"
8187   traces:
8188     hoverinfo: "x+y"
8189     boxpoints: "outliers"
8190     whiskerwidth: 0
8191   layout:
8192     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8193     layout: "plot-throughput"
8194
8195 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8196 - type: "plot"
8197   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8198   algorithm: "plot_performance_box"
8199   output-file-type: ".html"
8200   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8202   filter: "'NIC_Intel-XXV710' and
8203            '64B' and
8204            ('BASE' or 'SCALE') and
8205            'NDRPDR' and
8206            'ETH' and
8207            '2T1C' and
8208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8209            not 'VHOST' and
8210            not 'MEMIF'"
8211   parameters:
8212   - "throughput"
8213   - "parent"
8214   - "tags"
8215   sort:
8216   - "L2PATCH"
8217   - "L2XCBASE"
8218   - "BASE"
8219   - "FIB_10K"
8220   - "FIB_100K"
8221   - "FIB_1M"
8222   traces:
8223     hoverinfo: "x+y"
8224     boxpoints: "outliers"
8225     whiskerwidth: 0
8226   layout:
8227     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8228     layout: "plot-throughput"
8229
8230 - type: "plot"
8231   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8232   algorithm: "plot_performance_box"
8233   output-file-type: ".html"
8234   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8236   filter: "'NIC_Intel-XXV710' and
8237            '64B' and
8238            ('BASE' or 'SCALE') and
8239            'NDRPDR' and
8240            'ETH' and
8241            '2T1C' and
8242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8243            not 'VHOST' and
8244            not 'MEMIF'"
8245   parameters:
8246   - "throughput"
8247   - "parent"
8248   - "tags"
8249   sort:
8250   - "L2PATCH"
8251   - "L2XCBASE"
8252   - "BASE"
8253   - "FIB_10K"
8254   - "FIB_100K"
8255   - "FIB_1M"
8256   traces:
8257     hoverinfo: "x+y"
8258     boxpoints: "outliers"
8259     whiskerwidth: 0
8260   layout:
8261     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8262     layout: "plot-throughput"
8263
8264 - type: "plot"
8265   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8266   algorithm: "plot_performance_box"
8267   output-file-type: ".html"
8268   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8270   filter: "'NIC_Intel-XXV710' and
8271            '64B' and
8272            ('BASE' or 'SCALE') and
8273            'NDRPDR' and
8274            'ETH' and
8275            '4T2C' and
8276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8277            not 'VHOST' and
8278            not 'MEMIF'"
8279   parameters:
8280   - "throughput"
8281   - "parent"
8282   - "tags"
8283   sort:
8284   - "L2PATCH"
8285   - "L2XCBASE"
8286   - "BASE"
8287   - "FIB_10K"
8288   - "FIB_100K"
8289   - "FIB_1M"
8290   traces:
8291     hoverinfo: "x+y"
8292     boxpoints: "outliers"
8293     whiskerwidth: 0
8294   layout:
8295     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8296     layout: "plot-throughput"
8297
8298 - type: "plot"
8299   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8300   algorithm: "plot_performance_box"
8301   output-file-type: ".html"
8302   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8304   filter: "'NIC_Intel-XXV710' and
8305            '64B' and
8306            ('BASE' or 'SCALE') and
8307            'NDRPDR' and
8308            'ETH' and
8309            '4T2C' and
8310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8311            not 'VHOST' and
8312            not 'MEMIF'"
8313   parameters:
8314   - "throughput"
8315   - "parent"
8316   - "tags"
8317   sort:
8318   - "L2PATCH"
8319   - "L2XCBASE"
8320   - "BASE"
8321   - "FIB_10K"
8322   - "FIB_100K"
8323   - "FIB_1M"
8324   traces:
8325     hoverinfo: "x+y"
8326     boxpoints: "outliers"
8327     whiskerwidth: 0
8328   layout:
8329     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8330     layout: "plot-throughput"
8331
8332 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8333 #- type: "plot"
8334 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8335 #  algorithm: "plot_performance_box"
8336 #  output-file-type: ".html"
8337 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8338 #  data: "intel-dnv-vpp"
8339 #  filter: "'NIC_Intel-X553' and
8340 #           '64B' and
8341 #           'BASE' and
8342 #           'NDRPDR' and
8343 #           'ETH' and
8344 #           '1T1C' and
8345 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8346 #           not 'VHOST' and
8347 #           not 'MEMIF'"
8348 #  parameters:
8349 #  - "throughput"
8350 #  - "parent"
8351 #  - "tags"
8352 #  sort:
8353 #  - "L2XCBASE"
8354 #  - "L2BDMACLRN"
8355 #  - "L2PATCH"
8356 #  traces:
8357 #    hoverinfo: "x+y"
8358 #    boxpoints: "outliers"
8359 #    whiskerwidth: 0
8360 #  layout:
8361 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8362 #    layout: "plot-throughput"
8363 #
8364 #- type: "plot"
8365 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8366 #  algorithm: "plot_performance_box"
8367 #  output-file-type: ".html"
8368 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8369 #  data: "intel-dnv-vpp"
8370 #  filter: "'NIC_Intel-X553' and
8371 #           '64B' and
8372 #           ('BASE' or 'SCALE') and
8373 #           'NDRPDR' and
8374 #           'ETH' and
8375 #           '1T1C' and
8376 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8377 #           not 'VHOST' and
8378 #           not 'MEMIF'"
8379 #  parameters:
8380 #  - "throughput"
8381 #  - "parent"
8382 #  - "tags"
8383 #  sort:
8384 #  - "L2XCBASE"
8385 #  - "L2BDMACLRN"
8386 #  - "L2PATCH"
8387 #  traces:
8388 #    hoverinfo: "x+y"
8389 #    boxpoints: "outliers"
8390 #    whiskerwidth: 0
8391 #  layout:
8392 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8393 #    layout: "plot-throughput"
8394 #
8395 #- type: "plot"
8396 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8397 #  algorithm: "plot_performance_box"
8398 #  output-file-type: ".html"
8399 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8400 #  data: "intel-dnv-vpp"
8401 #  filter: "'NIC_Intel-X553' and
8402 #           '64B' and
8403 #           ('BASE' or 'SCALE') and
8404 #           'NDRPDR' and
8405 #           'ETH' and
8406 #           '2T2C' and
8407 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8408 #           not 'VHOST' and
8409 #           not 'MEMIF'"
8410 #  parameters:
8411 #  - "throughput"
8412 #  - "parent"
8413 #  - "tags"
8414 #  sort:
8415 #  - "L2XCBASE"
8416 #  - "L2BDMACLRN"
8417 #  - "L2PATCH"
8418 #  traces:
8419 #    hoverinfo: "x+y"
8420 #    boxpoints: "outliers"
8421 #    whiskerwidth: 0
8422 #  layout:
8423 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8424 #    layout: "plot-throughput"
8425 #
8426 #- type: "plot"
8427 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8428 #  algorithm: "plot_performance_box"
8429 #  output-file-type: ".html"
8430 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8431 #  data: "intel-dnv-vpp"
8432 #  filter: "'NIC_Intel-X553' and
8433 #           '64B' and
8434 #           ('BASE' or 'SCALE') and
8435 #           'NDRPDR' and
8436 #           'ETH' and
8437 #           '2T2C' and
8438 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8439 #           not 'VHOST' and
8440 #           not 'MEMIF'"
8441 #  parameters:
8442 #  - "throughput"
8443 #  - "parent"
8444 #  - "tags"
8445 #  sort:
8446 #  - "L2XCBASE"
8447 #  - "L2BDMACLRN"
8448 #  - "L2PATCH"
8449 #  traces:
8450 #    hoverinfo: "x+y"
8451 #    boxpoints: "outliers"
8452 #    whiskerwidth: 0
8453 #  layout:
8454 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8455 #    layout: "plot-throughput"
8456
8457 ################################################################################
8458
8459 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8460 - type: "plot"
8461   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8462   algorithm: "plot_performance_box"
8463   output-file-type: ".html"
8464   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8466   filter: "'NIC_Intel-X520-DA2' and
8467            '64B' and
8468            ('BASE' or 'SCALE') and
8469            'NDRPDR' and
8470            '1T1C' and
8471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8472            not 'VHOST' and
8473            'MEMIF'"
8474   parameters:
8475   - "throughput"
8476   - "parent"
8477   - "tags"
8478   sort:
8479   - "L2XCFWD"
8480   - "L2XCFWD"
8481   - "L2XCFWD"
8482   - "L2BDMACLRN"
8483   - "L2BDMACLRN"
8484   - "L2BDMACLRN"
8485   - "IP4FWD"
8486   traces:
8487     hoverinfo: "x+y"
8488     boxpoints: "outliers"
8489     whiskerwidth: 0
8490   layout:
8491     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8492     layout: "plot-throughput"
8493
8494 - type: "plot"
8495   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8496   algorithm: "plot_performance_box"
8497   output-file-type: ".html"
8498   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8500   filter: "'NIC_Intel-X520-DA2' and
8501            '64B' and
8502            ('BASE' or 'SCALE') and
8503            'NDRPDR' and
8504            '1T1C' and
8505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8506            not 'VHOST' and
8507            'MEMIF'"
8508   parameters:
8509   - "throughput"
8510   - "parent"
8511   - "tags"
8512   sort:
8513   - "L2XCFWD"
8514   - "L2XCFWD"
8515   - "L2XCFWD"
8516   - "L2BDMACLRN"
8517   - "L2BDMACLRN"
8518   - "L2BDMACLRN"
8519   - "IP4FWD"
8520   traces:
8521     hoverinfo: "x+y"
8522     boxpoints: "outliers"
8523     whiskerwidth: 0
8524   layout:
8525     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8526     layout: "plot-throughput"
8527
8528 - type: "plot"
8529   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8530   algorithm: "plot_performance_box"
8531   output-file-type: ".html"
8532   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8534   filter: "'NIC_Intel-X520-DA2' and
8535            '64B' and
8536            ('BASE' or 'SCALE') and
8537            'NDRPDR' and
8538            '2T2C' and
8539            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8540            not 'VHOST' and
8541            'MEMIF'"
8542   parameters:
8543   - "throughput"
8544   - "parent"
8545   - "tags"
8546   sort:
8547   - "L2XCFWD"
8548   - "L2XCFWD"
8549   - "L2XCFWD"
8550   - "L2BDMACLRN"
8551   - "L2BDMACLRN"
8552   - "L2BDMACLRN"
8553   - "IP4FWD"
8554   traces:
8555     hoverinfo: "x+y"
8556     boxpoints: "outliers"
8557     whiskerwidth: 0
8558   layout:
8559     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8560     layout: "plot-throughput"
8561
8562 - type: "plot"
8563   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8564   algorithm: "plot_performance_box"
8565   output-file-type: ".html"
8566   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8568   filter: "'NIC_Intel-X520-DA2' and
8569            '64B' and
8570            ('BASE' or 'SCALE') and
8571            'NDRPDR' and
8572            '2T2C' and
8573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8574            not 'VHOST' and
8575            'MEMIF'"
8576   parameters:
8577   - "throughput"
8578   - "parent"
8579   - "tags"
8580   sort:
8581   - "L2XCFWD"
8582   - "L2XCFWD"
8583   - "L2XCFWD"
8584   - "L2BDMACLRN"
8585   - "L2BDMACLRN"
8586   - "L2BDMACLRN"
8587   - "IP4FWD"
8588   traces:
8589     hoverinfo: "x+y"
8590     boxpoints: "outliers"
8591     whiskerwidth: 0
8592   layout:
8593     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8594     layout: "plot-throughput"
8595
8596 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8597 - type: "plot"
8598   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8599   algorithm: "plot_performance_box"
8600   output-file-type: ".html"
8601   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8603   filter: "'NIC_Intel-X710' and
8604            '64B' and
8605            ('BASE' or 'SCALE') and
8606            'NDRPDR' and
8607            '1T1C' and
8608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8609            not 'VHOST' and
8610            'MEMIF'"
8611   parameters:
8612   - "throughput"
8613   - "parent"
8614   - "tags"
8615   sort:
8616   - "L2XCFWD"
8617   - "L2XCFWD"
8618   - "L2XCFWD"
8619   - "L2BDMACLRN"
8620   - "L2BDMACLRN"
8621   - "L2BDMACLRN"
8622   - "IP4FWD"
8623   traces:
8624     hoverinfo: "x+y"
8625     boxpoints: "outliers"
8626     whiskerwidth: 0
8627   layout:
8628     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8629     layout: "plot-throughput"
8630
8631 - type: "plot"
8632   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8633   algorithm: "plot_performance_box"
8634   output-file-type: ".html"
8635   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8637   filter: "'NIC_Intel-X710' and
8638            '64B' and
8639            ('BASE' or 'SCALE') and
8640            'NDRPDR' and
8641            '1T1C' and
8642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8643            not 'VHOST' and
8644            'MEMIF'"
8645   parameters:
8646   - "throughput"
8647   - "parent"
8648   - "tags"
8649   sort:
8650   - "L2XCFWD"
8651   - "L2XCFWD"
8652   - "L2XCFWD"
8653   - "L2BDMACLRN"
8654   - "L2BDMACLRN"
8655   - "L2BDMACLRN"
8656   - "IP4FWD"
8657   traces:
8658     hoverinfo: "x+y"
8659     boxpoints: "outliers"
8660     whiskerwidth: 0
8661   layout:
8662     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8663     layout: "plot-throughput"
8664
8665 - type: "plot"
8666   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8667   algorithm: "plot_performance_box"
8668   output-file-type: ".html"
8669   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8671   filter: "'NIC_Intel-X710' and
8672            '64B' and
8673            ('BASE' or 'SCALE') and
8674            'NDRPDR' and
8675            '2T2C' and
8676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8677            not 'VHOST' and
8678            'MEMIF'"
8679   parameters:
8680   - "throughput"
8681   - "parent"
8682   - "tags"
8683   sort:
8684   - "L2XCFWD"
8685   - "L2XCFWD"
8686   - "L2XCFWD"
8687   - "L2BDMACLRN"
8688   - "L2BDMACLRN"
8689   - "L2BDMACLRN"
8690   - "IP4FWD"
8691   traces:
8692     hoverinfo: "x+y"
8693     boxpoints: "outliers"
8694     whiskerwidth: 0
8695   layout:
8696     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8697     layout: "plot-throughput"
8698
8699 - type: "plot"
8700   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8701   algorithm: "plot_performance_box"
8702   output-file-type: ".html"
8703   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8705   filter: "'NIC_Intel-X710' and
8706            '64B' and
8707            ('BASE' or 'SCALE') and
8708            'NDRPDR' and
8709            '2T2C' and
8710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8711            not 'VHOST' and
8712            'MEMIF'"
8713   parameters:
8714   - "throughput"
8715   - "parent"
8716   - "tags"
8717   sort:
8718   - "L2XCFWD"
8719   - "L2XCFWD"
8720   - "L2XCFWD"
8721   - "L2BDMACLRN"
8722   - "L2BDMACLRN"
8723   - "L2BDMACLRN"
8724   - "IP4FWD"
8725   traces:
8726     hoverinfo: "x+y"
8727     boxpoints: "outliers"
8728     whiskerwidth: 0
8729   layout:
8730     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8731     layout: "plot-throughput"
8732
8733 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8734 - type: "plot"
8735   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8736   algorithm: "plot_performance_box"
8737   output-file-type: ".html"
8738   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8740   filter: "'NIC_Intel-XL710' and
8741            '64B' and
8742            ('BASE' or 'SCALE') and
8743            'NDRPDR' and
8744            '1T1C' and
8745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8746            not 'VHOST' and
8747            'MEMIF'"
8748   parameters:
8749   - "throughput"
8750   - "parent"
8751   - "tags"
8752   sort:
8753   - "L2XCFWD"
8754   - "L2XCFWD"
8755   - "L2XCFWD"
8756   - "L2BDMACLRN"
8757   - "L2BDMACLRN"
8758   - "L2BDMACLRN"
8759   - "IP4FWD"
8760   traces:
8761     hoverinfo: "x+y"
8762     boxpoints: "outliers"
8763     whiskerwidth: 0
8764   layout:
8765     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8766     layout: "plot-throughput"
8767
8768 - type: "plot"
8769   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8770   algorithm: "plot_performance_box"
8771   output-file-type: ".html"
8772   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8774   filter: "'NIC_Intel-XL710' and
8775            '64B' and
8776            ('BASE' or 'SCALE') and
8777            'NDRPDR' and
8778            '1T1C' and
8779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8780            not 'VHOST' and
8781            'MEMIF'"
8782   parameters:
8783   - "throughput"
8784   - "parent"
8785   - "tags"
8786   sort:
8787   - "L2XCFWD"
8788   - "L2XCFWD"
8789   - "L2XCFWD"
8790   - "L2BDMACLRN"
8791   - "L2BDMACLRN"
8792   - "L2BDMACLRN"
8793   - "IP4FWD"
8794   traces:
8795     hoverinfo: "x+y"
8796     boxpoints: "outliers"
8797     whiskerwidth: 0
8798   layout:
8799     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8800     layout: "plot-throughput"
8801
8802 - type: "plot"
8803   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8804   algorithm: "plot_performance_box"
8805   output-file-type: ".html"
8806   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8808   filter: "'NIC_Intel-XL710' and
8809            '64B' and
8810            ('BASE' or 'SCALE') and
8811            'NDRPDR' and
8812            '2T2C' and
8813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8814            not 'VHOST' and
8815            'MEMIF'"
8816   parameters:
8817   - "throughput"
8818   - "parent"
8819   - "tags"
8820   sort:
8821   - "L2XCFWD"
8822   - "L2XCFWD"
8823   - "L2XCFWD"
8824   - "L2BDMACLRN"
8825   - "L2BDMACLRN"
8826   - "L2BDMACLRN"
8827   - "IP4FWD"
8828   traces:
8829     hoverinfo: "x+y"
8830     boxpoints: "outliers"
8831     whiskerwidth: 0
8832   layout:
8833     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8834     layout: "plot-throughput"
8835
8836 - type: "plot"
8837   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8838   algorithm: "plot_performance_box"
8839   output-file-type: ".html"
8840   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8842   filter: "'NIC_Intel-XL710' and
8843            '64B' and
8844            ('BASE' or 'SCALE') and
8845            'NDRPDR' and
8846            '2T2C' and
8847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8848            not 'VHOST' and
8849            'MEMIF'"
8850   parameters:
8851   - "throughput"
8852   - "parent"
8853   - "tags"
8854   sort:
8855   - "L2XCFWD"
8856   - "L2XCFWD"
8857   - "L2XCFWD"
8858   - "L2BDMACLRN"
8859   - "L2BDMACLRN"
8860   - "L2BDMACLRN"
8861   - "IP4FWD"
8862   traces:
8863     hoverinfo: "x+y"
8864     boxpoints: "outliers"
8865     whiskerwidth: 0
8866   layout:
8867     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8868     layout: "plot-throughput"
8869
8870 # Packet Throughput - VPP Container Memif 3n-skx-x710
8871 - type: "plot"
8872   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8873   algorithm: "plot_performance_box"
8874   output-file-type: ".html"
8875   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8877   filter: "'NIC_Intel-X710' and
8878            '64B' and
8879            ('BASE' or 'SCALE') and
8880            'NDRPDR' and
8881            '2T1C' and
8882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8883            not 'VHOST' and
8884            'MEMIF'"
8885   parameters:
8886   - "throughput"
8887   - "parent"
8888   - "tags"
8889   sort:
8890   - "L2XCFWD"
8891   - "L2XCFWD"
8892   - "L2XCFWD"
8893   - "L2BDMACLRN"
8894   - "L2BDMACLRN"
8895   - "L2BDMACLRN"
8896   - "IP4FWD"
8897   traces:
8898     hoverinfo: "x+y"
8899     boxpoints: "outliers"
8900     whiskerwidth: 0
8901   layout:
8902     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8903     layout: "plot-throughput"
8904
8905 - type: "plot"
8906   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8907   algorithm: "plot_performance_box"
8908   output-file-type: ".html"
8909   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8911   filter: "'NIC_Intel-X710' and
8912            '64B' and
8913            ('BASE' or 'SCALE') and
8914            'NDRPDR' and
8915            '2T1C' and
8916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8917            not 'VHOST' and
8918            'MEMIF'"
8919   parameters:
8920   - "throughput"
8921   - "parent"
8922   - "tags"
8923   sort:
8924   - "L2XCFWD"
8925   - "L2XCFWD"
8926   - "L2XCFWD"
8927   - "L2BDMACLRN"
8928   - "L2BDMACLRN"
8929   - "L2BDMACLRN"
8930   - "IP4FWD"
8931   traces:
8932     hoverinfo: "x+y"
8933     boxpoints: "outliers"
8934     whiskerwidth: 0
8935   layout:
8936     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8937     layout: "plot-throughput"
8938
8939 - type: "plot"
8940   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8941   algorithm: "plot_performance_box"
8942   output-file-type: ".html"
8943   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8945   filter: "'NIC_Intel-X710' and
8946            '64B' and
8947            ('BASE' or 'SCALE') and
8948            'NDRPDR' and
8949            '4T2C' and
8950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8951            not 'VHOST' and
8952            'MEMIF'"
8953   parameters:
8954   - "throughput"
8955   - "parent"
8956   - "tags"
8957   sort:
8958   - "L2XCFWD"
8959   - "L2XCFWD"
8960   - "L2XCFWD"
8961   - "L2BDMACLRN"
8962   - "L2BDMACLRN"
8963   - "L2BDMACLRN"
8964   - "IP4FWD"
8965   traces:
8966     hoverinfo: "x+y"
8967     boxpoints: "outliers"
8968     whiskerwidth: 0
8969   layout:
8970     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8971     layout: "plot-throughput"
8972
8973 - type: "plot"
8974   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8975   algorithm: "plot_performance_box"
8976   output-file-type: ".html"
8977   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8979   filter: "'NIC_Intel-X710' and
8980            '64B' and
8981            ('BASE' or 'SCALE') and
8982            'NDRPDR' and
8983            '4T2C' and
8984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8985            not 'VHOST' and
8986            'MEMIF'"
8987   parameters:
8988   - "throughput"
8989   - "parent"
8990   - "tags"
8991   sort:
8992   - "L2XCFWD"
8993   - "L2XCFWD"
8994   - "L2XCFWD"
8995   - "L2BDMACLRN"
8996   - "L2BDMACLRN"
8997   - "L2BDMACLRN"
8998   - "IP4FWD"
8999   traces:
9000     hoverinfo: "x+y"
9001     boxpoints: "outliers"
9002     whiskerwidth: 0
9003   layout:
9004     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9005     layout: "plot-throughput"
9006
9007 # Packet Throughput - VPP Container Memif 2n-skx-x710
9008 - type: "plot"
9009   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9010   algorithm: "plot_performance_box"
9011   output-file-type: ".html"
9012   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9014   filter: "'NIC_Intel-X710' and
9015            '64B' and
9016            ('BASE' or 'SCALE') and
9017            'NDRPDR' and
9018            '2T1C' and
9019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9020            not 'VHOST' and
9021            not 'NF_DENSITY' and
9022            'MEMIF'"
9023   parameters:
9024   - "throughput"
9025   - "parent"
9026   - "tags"
9027   sort:
9028   - "L2XCFWD"
9029   - "L2XCFWD"
9030   - "L2XCFWD"
9031   - "L2BDMACLRN"
9032   - "L2BDMACLRN"
9033   - "L2BDMACLRN"
9034   - "IP4FWD"
9035   traces:
9036     hoverinfo: "x+y"
9037     boxpoints: "outliers"
9038     whiskerwidth: 0
9039   layout:
9040     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9041     layout: "plot-throughput"
9042
9043 - type: "plot"
9044   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9045   algorithm: "plot_performance_box"
9046   output-file-type: ".html"
9047   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9049   filter: "'NIC_Intel-X710' and
9050            '64B' and
9051            ('BASE' or 'SCALE') and
9052            'NDRPDR' and
9053            '2T1C' and
9054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9055            not 'VHOST' and
9056            not 'NF_DENSITY' and
9057            'MEMIF'"
9058   parameters:
9059   - "throughput"
9060   - "parent"
9061   - "tags"
9062   sort:
9063   - "L2XCFWD"
9064   - "L2XCFWD"
9065   - "L2XCFWD"
9066   - "L2BDMACLRN"
9067   - "L2BDMACLRN"
9068   - "L2BDMACLRN"
9069   - "IP4FWD"
9070   traces:
9071     hoverinfo: "x+y"
9072     boxpoints: "outliers"
9073     whiskerwidth: 0
9074   layout:
9075     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9076     layout: "plot-throughput"
9077
9078 - type: "plot"
9079   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9080   algorithm: "plot_performance_box"
9081   output-file-type: ".html"
9082   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9084   filter: "'NIC_Intel-X710' and
9085            '64B' and
9086            ('BASE' or 'SCALE') and
9087            'NDRPDR' and
9088            '4T2C' and
9089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9090            not 'VHOST' and
9091            not 'NF_DENSITY' and
9092            'MEMIF'"
9093   parameters:
9094   - "throughput"
9095   - "parent"
9096   - "tags"
9097   sort:
9098   - "L2XCFWD"
9099   - "L2XCFWD"
9100   - "L2XCFWD"
9101   - "L2BDMACLRN"
9102   - "L2BDMACLRN"
9103   - "L2BDMACLRN"
9104   - "IP4FWD"
9105   traces:
9106     hoverinfo: "x+y"
9107     boxpoints: "outliers"
9108     whiskerwidth: 0
9109   layout:
9110     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9111     layout: "plot-throughput"
9112
9113 - type: "plot"
9114   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9115   algorithm: "plot_performance_box"
9116   output-file-type: ".html"
9117   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9119   filter: "'NIC_Intel-X710' and
9120            '64B' and
9121            ('BASE' or 'SCALE') and
9122            'NDRPDR' and
9123            '4T2C' and
9124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9125            not 'VHOST' and
9126            not 'NF_DENSITY' and
9127            'MEMIF'"
9128   parameters:
9129   - "throughput"
9130   - "parent"
9131   - "tags"
9132   sort:
9133   - "L2XCFWD"
9134   - "L2XCFWD"
9135   - "L2XCFWD"
9136   - "L2BDMACLRN"
9137   - "L2BDMACLRN"
9138   - "L2BDMACLRN"
9139   - "IP4FWD"
9140   traces:
9141     hoverinfo: "x+y"
9142     boxpoints: "outliers"
9143     whiskerwidth: 0
9144   layout:
9145     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9146     layout: "plot-throughput"
9147
9148 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9149 #- type: "plot"
9150 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9151 #  algorithm: "plot_performance_box"
9152 #  output-file-type: ".html"
9153 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9154 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9155 #  filter: "'NIC_Intel-XXV710' and
9156 #           '64B' and
9157 #           ('BASE' or 'SCALE') and
9158 #           'NDRPDR' and
9159 #           '2T1C' and
9160 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9161 #           not 'VHOST' and
9162 #           'MEMIF'"
9163 #  parameters:
9164 #  - "throughput"
9165 #  - "parent"
9166 #  - "tags"
9167 #  sort:
9168 #  - "L2XCFWD"
9169 #  - "L2XCFWD"
9170 #  - "L2XCFWD"
9171 #  - "L2BDMACLRN"
9172 #  - "L2BDMACLRN"
9173 #  - "L2BDMACLRN"
9174 #  - "IP4FWD"
9175 #  traces:
9176 #    hoverinfo: "x+y"
9177 #    boxpoints: "outliers"
9178 #    whiskerwidth: 0
9179 #  layout:
9180 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9181 #    layout: "plot-throughput"
9182 #
9183 #- type: "plot"
9184 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9185 #  algorithm: "plot_performance_box"
9186 #  output-file-type: ".html"
9187 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9188 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9189 #  filter: "'NIC_Intel-XXV710' and
9190 #           '64B' and
9191 #           ('BASE' or 'SCALE') and
9192 #           'NDRPDR' and
9193 #           '2T1C' and
9194 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9195 #           not 'VHOST' and
9196 #           'MEMIF'"
9197 #  parameters:
9198 #  - "throughput"
9199 #  - "parent"
9200 #  - "tags"
9201 #  sort:
9202 #  - "L2XCFWD"
9203 #  - "L2XCFWD"
9204 #  - "L2XCFWD"
9205 #  - "L2BDMACLRN"
9206 #  - "L2BDMACLRN"
9207 #  - "L2BDMACLRN"
9208 #  - "IP4FWD"
9209 #  traces:
9210 #    hoverinfo: "x+y"
9211 #    boxpoints: "outliers"
9212 #    whiskerwidth: 0
9213 #  layout:
9214 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9215 #    layout: "plot-throughput"
9216 #
9217 #- type: "plot"
9218 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9219 #  algorithm: "plot_performance_box"
9220 #  output-file-type: ".html"
9221 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9222 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9223 #  filter: "'NIC_Intel-XXV710' and
9224 #           '64B' and
9225 #           ('BASE' or 'SCALE') and
9226 #           'NDRPDR' and
9227 #           '4T2C' and
9228 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9229 #           not 'VHOST' and
9230 #           'MEMIF'"
9231 #  parameters:
9232 #  - "throughput"
9233 #  - "parent"
9234 #  - "tags"
9235 #  sort:
9236 #  - "L2XCFWD"
9237 #  - "L2XCFWD"
9238 #  - "L2XCFWD"
9239 #  - "L2BDMACLRN"
9240 #  - "L2BDMACLRN"
9241 #  - "L2BDMACLRN"
9242 #  - "IP4FWD"
9243 #  traces:
9244 #    hoverinfo: "x+y"
9245 #    boxpoints: "outliers"
9246 #    whiskerwidth: 0
9247 #  layout:
9248 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9249 #    layout: "plot-throughput"
9250 #
9251 #- type: "plot"
9252 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9253 #  algorithm: "plot_performance_box"
9254 #  output-file-type: ".html"
9255 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9256 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9257 #  filter: "'NIC_Intel-XXV710' and
9258 #           '64B' and
9259 #           ('BASE' or 'SCALE') and
9260 #           'NDRPDR' and
9261 #           '4T2C' and
9262 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9263 #           not 'VHOST' and
9264 #           'MEMIF'"
9265 #  parameters:
9266 #  - "throughput"
9267 #  - "parent"
9268 #  - "tags"
9269 #  sort:
9270 #  - "L2XCFWD"
9271 #  - "L2XCFWD"
9272 #  - "L2XCFWD"
9273 #  - "L2BDMACLRN"
9274 #  - "L2BDMACLRN"
9275 #  - "L2BDMACLRN"
9276 #  - "IP4FWD"
9277 #  traces:
9278 #    hoverinfo: "x+y"
9279 #    boxpoints: "outliers"
9280 #    whiskerwidth: 0
9281 #  layout:
9282 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9283 #    layout: "plot-throughput"
9284
9285 ################################################################################
9286
9287 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9288 #- type: "plot"
9289 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9290 #  algorithm: "plot_performance_box"
9291 #  output-file-type: ".html"
9292 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9293 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9294 #  filter: "'NIC_Intel-X520-DA2' and
9295 #           '64B' and
9296 #           ('BASE' or 'SCALE') and
9297 #           'NDRPDR' and
9298 #           '1T1C' and
9299 #           'L2XCFWD' and
9300 #           not 'VHOST' and
9301 #           not 'NF_DENSITY' and
9302 #           'MEMIF'"
9303 #  parameters:
9304 #  - "throughput"
9305 #  - "parent"
9306 #  - "tags"
9307 #  sort:
9308 #  - "1VNF"
9309 #  - "2VNF"
9310 #  - "4VNF"
9311 #  - "2VNF"
9312 #  - "4VNF"
9313 #  traces:
9314 #    hoverinfo: "x+y"
9315 #    boxpoints: "outliers"
9316 #    whiskerwidth: 0
9317 #  layout:
9318 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9319 #    layout: "plot-throughput"
9320 #
9321 #- type: "plot"
9322 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9323 #  algorithm: "plot_performance_box"
9324 #  output-file-type: ".html"
9325 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9326 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9327 #  filter: "'NIC_Intel-X520-DA2' and
9328 #           '64B' and
9329 #           ('BASE' or 'SCALE') and
9330 #           'NDRPDR' and
9331 #           '1T1C' and
9332 #           'L2XCFWD' and
9333 #           not 'VHOST' and
9334 #           not 'NF_DENSITY' and
9335 #           'MEMIF'"
9336 #  parameters:
9337 #  - "throughput"
9338 #  - "parent"
9339 #  - "tags"
9340 #  sort:
9341 #  - "1VNF"
9342 #  - "2VNF"
9343 #  - "4VNF"
9344 #  - "2VNF"
9345 #  - "4VNF"
9346 #  traces:
9347 #    hoverinfo: "x+y"
9348 #    boxpoints: "outliers"
9349 #    whiskerwidth: 0
9350 #  layout:
9351 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9352 #    layout: "plot-throughput"
9353 #
9354 #- type: "plot"
9355 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9356 #  algorithm: "plot_performance_box"
9357 #  output-file-type: ".html"
9358 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9359 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9360 #  filter: "'NIC_Intel-X520-DA2' and
9361 #           '64B' and
9362 #           ('BASE' or 'SCALE') and
9363 #           'NDRPDR' and
9364 #           '2T2C' and
9365 #           'L2XCFWD' and
9366 #           not 'VHOST' and
9367 #           not 'NF_DENSITY' and
9368 #           'MEMIF'"
9369 #  parameters:
9370 #  - "throughput"
9371 #  - "parent"
9372 #  - "tags"
9373 #  sort:
9374 #  - "1VNF"
9375 #  - "2VNF"
9376 #  - "4VNF"
9377 #  - "2VNF"
9378 #  - "4VNF"
9379 #  traces:
9380 #    hoverinfo: "x+y"
9381 #    boxpoints: "outliers"
9382 #    whiskerwidth: 0
9383 #  layout:
9384 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9385 #    layout: "plot-throughput"
9386 #
9387 #- type: "plot"
9388 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9389 #  algorithm: "plot_performance_box"
9390 #  output-file-type: ".html"
9391 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9392 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9393 #  filter: "'NIC_Intel-X520-DA2' and
9394 #           '64B' and
9395 #           ('BASE' or 'SCALE') and
9396 #           'NDRPDR' and
9397 #           '2T2C' and
9398 #           'L2XCFWD' and
9399 #           not 'VHOST' and
9400 #           not 'NF_DENSITY' and
9401 #           'MEMIF'"
9402 #  parameters:
9403 #  - "throughput"
9404 #  - "parent"
9405 #  - "tags"
9406 #  sort:
9407 #  - "1VNF"
9408 #  - "2VNF"
9409 #  - "4VNF"
9410 #  - "2VNF"
9411 #  - "4VNF"
9412 #  traces:
9413 #    hoverinfo: "x+y"
9414 #    boxpoints: "outliers"
9415 #    whiskerwidth: 0
9416 #  layout:
9417 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9418 #    layout: "plot-throughput"
9419 #
9420 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9421 #- type: "plot"
9422 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9423 #  algorithm: "plot_performance_box"
9424 #  output-file-type: ".html"
9425 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9426 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9427 #  filter: "'NIC_Intel-X520-DA2' and
9428 #           '64B' and
9429 #           ('BASE' or 'SCALE') and
9430 #           'NDRPDR' and
9431 #           '1T1C' and
9432 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9433 #           not 'VHOST' and
9434 #           not 'NF_DENSITY' and
9435 #           'MEMIF'"
9436 #  parameters:
9437 #  - "throughput"
9438 #  - "parent"
9439 #  - "tags"
9440 #  sort:
9441 #  - "1VNF"
9442 #  - "2VNF"
9443 #  - "4VNF"
9444 #  - "2VNF"
9445 #  - "4VNF"
9446 #  traces:
9447 #    hoverinfo: "x+y"
9448 #    boxpoints: "outliers"
9449 #    whiskerwidth: 0
9450 #  layout:
9451 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9452 #    layout: "plot-throughput"
9453 #
9454 #- type: "plot"
9455 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9456 #  algorithm: "plot_performance_box"
9457 #  output-file-type: ".html"
9458 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9459 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9460 #  filter: "'NIC_Intel-X520-DA2' and
9461 #           '64B' and
9462 #           ('BASE' or 'SCALE') and
9463 #           'NDRPDR' and
9464 #           '1T1C' and
9465 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9466 #           not 'VHOST' and
9467 #           not 'NF_DENSITY' and
9468 #           'MEMIF'"
9469 #  parameters:
9470 #  - "throughput"
9471 #  - "parent"
9472 #  - "tags"
9473 #  sort:
9474 #  - "1VNF"
9475 #  - "2VNF"
9476 #  - "4VNF"
9477 #  - "2VNF"
9478 #  - "4VNF"
9479 #  traces:
9480 #    hoverinfo: "x+y"
9481 #    boxpoints: "outliers"
9482 #    whiskerwidth: 0
9483 #  layout:
9484 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9485 #    layout: "plot-throughput"
9486 #
9487 #- type: "plot"
9488 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9489 #  algorithm: "plot_performance_box"
9490 #  output-file-type: ".html"
9491 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9492 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9493 #  filter: "'NIC_Intel-X520-DA2' and
9494 #           '64B' and
9495 #           ('BASE' or 'SCALE') and
9496 #           'NDRPDR' and
9497 #           '2T2C' and
9498 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9499 #           not 'VHOST' and
9500 #           not 'NF_DENSITY' and
9501 #           'MEMIF'"
9502 #  parameters:
9503 #  - "throughput"
9504 #  - "parent"
9505 #  - "tags"
9506 #  sort:
9507 #  - "1VNF"
9508 #  - "2VNF"
9509 #  - "4VNF"
9510 #  - "2VNF"
9511 #  - "4VNF"
9512 #  traces:
9513 #    hoverinfo: "x+y"
9514 #    boxpoints: "outliers"
9515 #    whiskerwidth: 0
9516 #  layout:
9517 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9518 #    layout: "plot-throughput"
9519 #
9520 #- type: "plot"
9521 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9522 #  algorithm: "plot_performance_box"
9523 #  output-file-type: ".html"
9524 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9525 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9526 #  filter: "'NIC_Intel-X520-DA2' and
9527 #           '64B' and
9528 #           ('BASE' or 'SCALE') and
9529 #           'NDRPDR' and
9530 #           '2T2C' and
9531 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9532 #           not 'VHOST' and
9533 #           not 'NF_DENSITY' and
9534 #           'MEMIF'"
9535 #  parameters:
9536 #  - "throughput"
9537 #  - "parent"
9538 #  - "tags"
9539 #  sort:
9540 #  - "1VNF"
9541 #  - "2VNF"
9542 #  - "4VNF"
9543 #  - "2VNF"
9544 #  - "4VNF"
9545 #  traces:
9546 #    hoverinfo: "x+y"
9547 #    boxpoints: "outliers"
9548 #    whiskerwidth: 0
9549 #  layout:
9550 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9551 #    layout: "plot-throughput"
9552 #
9553 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9554 #- type: "plot"
9555 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9556 #  algorithm: "plot_performance_box"
9557 #  output-file-type: ".html"
9558 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9559 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9560 #  filter: "'NIC_Intel-X710' and
9561 #           '64B' and
9562 #           ('BASE' or 'SCALE') and
9563 #           'NDRPDR' and
9564 #           '1T1C' and
9565 #           'L2XCFWD' and
9566 #           not 'VHOST' and
9567 #           not 'NF_DENSITY' and
9568 #           'MEMIF'"
9569 #  parameters:
9570 #  - "throughput"
9571 #  - "parent"
9572 #  - "tags"
9573 #  sort:
9574 #  - "1VNF"
9575 #  - "2VNF"
9576 #  - "4VNF"
9577 #  - "2VNF"
9578 #  - "4VNF"
9579 #  traces:
9580 #    hoverinfo: "x+y"
9581 #    boxpoints: "outliers"
9582 #    whiskerwidth: 0
9583 #  layout:
9584 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9585 #    layout: "plot-throughput"
9586 #
9587 #- type: "plot"
9588 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9589 #  algorithm: "plot_performance_box"
9590 #  output-file-type: ".html"
9591 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9592 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9593 #  filter: "'NIC_Intel-X710' and
9594 #           '64B' and
9595 #           ('BASE' or 'SCALE') and
9596 #           'NDRPDR' and
9597 #           '1T1C' and
9598 #           'L2XCFWD' and
9599 #           not 'VHOST' and
9600 #           not 'NF_DENSITY' and
9601 #           'MEMIF'"
9602 #  parameters:
9603 #  - "throughput"
9604 #  - "parent"
9605 #  - "tags"
9606 #  sort:
9607 #  - "1VNF"
9608 #  - "2VNF"
9609 #  - "4VNF"
9610 #  - "2VNF"
9611 #  - "4VNF"
9612 #  traces:
9613 #    hoverinfo: "x+y"
9614 #    boxpoints: "outliers"
9615 #    whiskerwidth: 0
9616 #  layout:
9617 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9618 #    layout: "plot-throughput"
9619 #
9620 #- type: "plot"
9621 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9622 #  algorithm: "plot_performance_box"
9623 #  output-file-type: ".html"
9624 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9625 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9626 #  filter: "'NIC_Intel-X710' and
9627 #           '64B' and
9628 #           ('BASE' or 'SCALE') and
9629 #           'NDRPDR' and
9630 #           '2T2C' and
9631 #           'L2XCFWD' and
9632 #           not 'VHOST' and
9633 #           not 'NF_DENSITY' and
9634 #           'MEMIF'"
9635 #  parameters:
9636 #  - "throughput"
9637 #  - "parent"
9638 #  - "tags"
9639 #  sort:
9640 #  - "1VNF"
9641 #  - "2VNF"
9642 #  - "4VNF"
9643 #  - "2VNF"
9644 #  - "4VNF"
9645 #  traces:
9646 #    hoverinfo: "x+y"
9647 #    boxpoints: "outliers"
9648 #    whiskerwidth: 0
9649 #  layout:
9650 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9651 #    layout: "plot-throughput"
9652 #
9653 #- type: "plot"
9654 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9655 #  algorithm: "plot_performance_box"
9656 #  output-file-type: ".html"
9657 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9658 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9659 #  filter: "'NIC_Intel-X710' and
9660 #           '64B' and
9661 #           ('BASE' or 'SCALE') and
9662 #           'NDRPDR' and
9663 #           '2T2C' and
9664 #           'L2XCFWD' and
9665 #           not 'VHOST' and
9666 #           not 'NF_DENSITY' and
9667 #           'MEMIF'"
9668 #  parameters:
9669 #  - "throughput"
9670 #  - "parent"
9671 #  - "tags"
9672 #  sort:
9673 #  - "1VNF"
9674 #  - "2VNF"
9675 #  - "4VNF"
9676 #  - "2VNF"
9677 #  - "4VNF"
9678 #  traces:
9679 #    hoverinfo: "x+y"
9680 #    boxpoints: "outliers"
9681 #    whiskerwidth: 0
9682 #  layout:
9683 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9684 #    layout: "plot-throughput"
9685 #
9686 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9687 #- type: "plot"
9688 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9689 #  algorithm: "plot_performance_box"
9690 #  output-file-type: ".html"
9691 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9692 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9693 #  filter: "'NIC_Intel-X710' and
9694 #           '64B' and
9695 #           ('BASE' or 'SCALE') and
9696 #           'NDRPDR' and
9697 #           '1T1C' and
9698 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9699 #           not 'VHOST' and
9700 #           not 'NF_DENSITY' and
9701 #           'MEMIF'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "parent"
9705 #  - "tags"
9706 #  sort:
9707 #  - "1VNF"
9708 #  - "2VNF"
9709 #  - "4VNF"
9710 #  - "2VNF"
9711 #  - "4VNF"
9712 #  traces:
9713 #    hoverinfo: "x+y"
9714 #    boxpoints: "outliers"
9715 #    whiskerwidth: 0
9716 #  layout:
9717 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9718 #    layout: "plot-throughput"
9719 #
9720 #- type: "plot"
9721 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9722 #  algorithm: "plot_performance_box"
9723 #  output-file-type: ".html"
9724 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9725 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9726 #  filter: "'NIC_Intel-X710' and
9727 #           '64B' and
9728 #           ('BASE' or 'SCALE') and
9729 #           'NDRPDR' and
9730 #           '1T1C' and
9731 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9732 #           not 'VHOST' and
9733 #           not 'NF_DENSITY' and
9734 #           'MEMIF'"
9735 #  parameters:
9736 #  - "throughput"
9737 #  - "parent"
9738 #  - "tags"
9739 #  sort:
9740 #  - "1VNF"
9741 #  - "2VNF"
9742 #  - "4VNF"
9743 #  - "2VNF"
9744 #  - "4VNF"
9745 #  traces:
9746 #    hoverinfo: "x+y"
9747 #    boxpoints: "outliers"
9748 #    whiskerwidth: 0
9749 #  layout:
9750 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9751 #    layout: "plot-throughput"
9752 #
9753 #- type: "plot"
9754 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9755 #  algorithm: "plot_performance_box"
9756 #  output-file-type: ".html"
9757 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9758 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9759 #  filter: "'NIC_Intel-X710' and
9760 #           '64B' and
9761 #           ('BASE' or 'SCALE') and
9762 #           'NDRPDR' and
9763 #           '2T2C' and
9764 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9765 #           not 'VHOST' and
9766 #           not 'NF_DENSITY' and
9767 #           'MEMIF'"
9768 #  parameters:
9769 #  - "throughput"
9770 #  - "parent"
9771 #  - "tags"
9772 #  sort:
9773 #  - "1VNF"
9774 #  - "2VNF"
9775 #  - "4VNF"
9776 #  - "2VNF"
9777 #  - "4VNF"
9778 #  traces:
9779 #    hoverinfo: "x+y"
9780 #    boxpoints: "outliers"
9781 #    whiskerwidth: 0
9782 #  layout:
9783 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9784 #    layout: "plot-throughput"
9785 #
9786 #- type: "plot"
9787 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9788 #  algorithm: "plot_performance_box"
9789 #  output-file-type: ".html"
9790 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9791 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9792 #  filter: "'NIC_Intel-X710' and
9793 #           '64B' and
9794 #           ('BASE' or 'SCALE') and
9795 #           'NDRPDR' and
9796 #           '2T2C' and
9797 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9798 #           not 'VHOST' and
9799 #           not 'NF_DENSITY' and
9800 #           'MEMIF'"
9801 #  parameters:
9802 #  - "throughput"
9803 #  - "parent"
9804 #  - "tags"
9805 #  sort:
9806 #  - "1VNF"
9807 #  - "2VNF"
9808 #  - "4VNF"
9809 #  - "2VNF"
9810 #  - "4VNF"
9811 #  traces:
9812 #    hoverinfo: "x+y"
9813 #    boxpoints: "outliers"
9814 #    whiskerwidth: 0
9815 #  layout:
9816 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9817 #    layout: "plot-throughput"
9818
9819 ################################################################################
9820
9821 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9822 - type: "plot"
9823   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9824   algorithm: "plot_performance_box"
9825   output-file-type: ".html"
9826   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9828   filter: "'NIC_Intel-X520-DA2' and
9829            '64B' and
9830            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9831            'NDRPDR' and
9832            '1T1C' and
9833            'IP4FWD' and
9834            not 'IPSEC' and
9835            not 'DOT1Q' and
9836            not 'VHOST'"
9837   parameters:
9838   - "throughput"
9839   - "parent"
9840   - "tags"
9841   sort:
9842   - "IP4BASE"
9843   - "FIB_20K"
9844   - "FIB_200K"
9845   - "FIB_2M"
9846   traces:
9847     hoverinfo: "x+y"
9848     boxpoints: "outliers"
9849     whiskerwidth: 0
9850   layout:
9851     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9852     layout: "plot-throughput"
9853
9854 - type: "plot"
9855   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9856   algorithm: "plot_performance_box"
9857   output-file-type: ".html"
9858   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9860   filter: "'NIC_Intel-X520-DA2' and
9861            '64B' and
9862            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9863            'NDRPDR' and
9864            '1T1C' and
9865            'IP4FWD' and
9866            not 'IPSEC' and
9867            not 'DOT1Q' and
9868            not 'VHOST'"
9869   parameters:
9870   - "throughput"
9871   - "parent"
9872   - "tags"
9873   sort:
9874   - "IP4BASE"
9875   - "FIB_20K"
9876   - "FIB_200K"
9877   - "FIB_2M"
9878   traces:
9879     hoverinfo: "x+y"
9880     boxpoints: "outliers"
9881     whiskerwidth: 0
9882   layout:
9883     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9884     layout: "plot-throughput"
9885
9886 - type: "plot"
9887   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9888   algorithm: "plot_performance_box"
9889   output-file-type: ".html"
9890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9892   filter: "'NIC_Intel-X520-DA2' and
9893            '64B' and
9894            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9895            'NDRPDR' and
9896            '2T2C' and
9897            'IP4FWD' and
9898            not 'IPSEC' and
9899            not 'DOT1Q' and
9900            not 'VHOST'"
9901   parameters:
9902   - "throughput"
9903   - "parent"
9904   - "tags"
9905   sort:
9906   - "IP4BASE"
9907   - "FIB_20K"
9908   - "FIB_200K"
9909   - "FIB_2M"
9910   traces:
9911     hoverinfo: "x+y"
9912     boxpoints: "outliers"
9913     whiskerwidth: 0
9914   layout:
9915     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9916     layout: "plot-throughput"
9917
9918 - type: "plot"
9919   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9920   algorithm: "plot_performance_box"
9921   output-file-type: ".html"
9922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9924   filter: "'NIC_Intel-X520-DA2' and
9925            '64B' and
9926            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9927            'NDRPDR' and
9928            '2T2C' and
9929            'IP4FWD' and
9930            not 'IPSEC' and
9931            not 'DOT1Q' and
9932            not 'VHOST'"
9933   parameters:
9934   - "throughput"
9935   - "parent"
9936   - "tags"
9937   sort:
9938   - "IP4BASE"
9939   - "FIB_20K"
9940   - "FIB_200K"
9941   - "FIB_2M"
9942   traces:
9943     hoverinfo: "x+y"
9944     boxpoints: "outliers"
9945     whiskerwidth: 0
9946   layout:
9947     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9948     layout: "plot-throughput"
9949
9950 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9951 - type: "plot"
9952   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9953   algorithm: "plot_performance_box"
9954   output-file-type: ".html"
9955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9957   filter: "'NIC_Intel-X520-DA2' and
9958            '64B' and
9959            ('IP4BASE' or
9960             'POLICE_MARK' or
9961             'COPWHLIST' or
9962             ('NAT44' and 'BASE') or
9963             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9964            'NDRPDR' and
9965            '1T1C' and
9966            'IP4FWD' and
9967            not 'IPSEC' and
9968            not 'VHOST'"
9969   parameters:
9970   - "throughput"
9971   - "parent"
9972   - "tags"
9973   sort:
9974   - "DOT1Q"
9975   - "IP4BASE"
9976   - "NAT44"
9977   - "POLICE_MARK"
9978   - "COPWHLIST"
9979   - "IACL"
9980   - "OACL"
9981   traces:
9982     hoverinfo: "x+y"
9983     boxpoints: "outliers"
9984     whiskerwidth: 0
9985   layout:
9986     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9987     layout: "plot-throughput"
9988
9989 - type: "plot"
9990   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9991   algorithm: "plot_performance_box"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9995   filter: "'NIC_Intel-X520-DA2' and
9996            '64B' and
9997            ('IP4BASE' or
9998             'POLICE_MARK' or
9999             'COPWHLIST' or
10000             ('NAT44' and 'BASE') or
10001             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10002            'NDRPDR' and
10003            '1T1C' and
10004            'IP4FWD' and
10005            not 'IPSEC' and
10006            not 'VHOST'"
10007   parameters:
10008   - "throughput"
10009   - "parent"
10010   - "tags"
10011   sort:
10012   - "DOT1Q"
10013   - "IP4BASE"
10014   - "NAT44"
10015   - "POLICE_MARK"
10016   - "COPWHLIST"
10017   - "IACL"
10018   - "OACL"
10019   traces:
10020     hoverinfo: "x+y"
10021     boxpoints: "outliers"
10022     whiskerwidth: 0
10023   layout:
10024     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10025     layout: "plot-throughput"
10026
10027 - type: "plot"
10028   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10029   algorithm: "plot_performance_box"
10030   output-file-type: ".html"
10031   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10033   filter: "'NIC_Intel-X520-DA2' and
10034            '64B' and
10035            ('IP4BASE' or
10036             'POLICE_MARK' or
10037             'COPWHLIST' or
10038             ('NAT44' and 'BASE') or
10039             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10040            'NDRPDR' and
10041            '2T2C' and
10042            'IP4FWD' and
10043            not 'IPSEC' and
10044            not 'VHOST'"
10045   parameters:
10046   - "throughput"
10047   - "parent"
10048   - "tags"
10049   sort:
10050   - "DOT1Q"
10051   - "IP4BASE"
10052   - "NAT44"
10053   - "POLICE_MARK"
10054   - "COPWHLIST"
10055   - "IACL"
10056   - "OACL"
10057   traces:
10058     hoverinfo: "x+y"
10059     boxpoints: "outliers"
10060     whiskerwidth: 0
10061   layout:
10062     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10063     layout: "plot-throughput"
10064
10065 - type: "plot"
10066   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10067   algorithm: "plot_performance_box"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10071   filter: "'NIC_Intel-X520-DA2' and
10072            '64B' and
10073            ('IP4BASE' or
10074             'POLICE_MARK' or
10075             'COPWHLIST' or
10076             ('NAT44' and 'BASE') or
10077             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10078            'NDRPDR' and
10079            '2T2C' and
10080            'IP4FWD' and
10081            not 'IPSEC' and
10082            not 'VHOST'"
10083   parameters:
10084   - "throughput"
10085   - "parent"
10086   - "tags"
10087   sort:
10088   - "DOT1Q"
10089   - "IP4BASE"
10090   - "NAT44"
10091   - "POLICE_MARK"
10092   - "COPWHLIST"
10093   - "IACL"
10094   - "OACL"
10095   traces:
10096     hoverinfo: "x+y"
10097     boxpoints: "outliers"
10098     whiskerwidth: 0
10099   layout:
10100     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10101     layout: "plot-throughput"
10102
10103 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10104 - type: "plot"
10105   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10106   algorithm: "plot_performance_box"
10107   output-file-type: ".html"
10108   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10110   filter: "'NIC_Intel-X520-DA2' and
10111            '64B' and
10112            'NDRPDR' and
10113            '1T1C' and
10114            'IP4FWD' and
10115            ('NAT44' or 'IP4BASE') and
10116            not 'DOT1Q' and
10117            not 'IPSEC' and
10118            not 'VHOST'"
10119   parameters:
10120   - "throughput"
10121   - "parent"
10122   - "tags"
10123   sort:
10124   - "IP4BASE"
10125   - "BASE"
10126   - "SRC_USER_10"
10127   - "SRC_USER_100"
10128   - "SRC_USER_1000"
10129   - "SRC_USER_2000"
10130   traces:
10131     hoverinfo: "x+y"
10132     boxpoints: "outliers"
10133     whiskerwidth: 0
10134   layout:
10135     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10136     layout: "plot-throughput"
10137
10138 - type: "plot"
10139   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10140   algorithm: "plot_performance_box"
10141   output-file-type: ".html"
10142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10144   filter: "'NIC_Intel-X520-DA2' and
10145            '64B' and
10146            'NDRPDR' and
10147            '1T1C' and
10148            'IP4FWD' and
10149            ('NAT44' or 'IP4BASE') and
10150            not 'DOT1Q' and
10151            not 'IPSEC' and
10152            not 'VHOST'"
10153   parameters:
10154   - "throughput"
10155   - "parent"
10156   - "tags"
10157   sort:
10158   - "IP4BASE"
10159   - "BASE"
10160   - "SRC_USER_10"
10161   - "SRC_USER_100"
10162   - "SRC_USER_1000"
10163   - "SRC_USER_2000"
10164   traces:
10165     hoverinfo: "x+y"
10166     boxpoints: "outliers"
10167     whiskerwidth: 0
10168   layout:
10169     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10170     layout: "plot-throughput"
10171
10172 - type: "plot"
10173   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10174   algorithm: "plot_performance_box"
10175   output-file-type: ".html"
10176   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10178   filter: "'NIC_Intel-X520-DA2' and
10179            '64B' and
10180            'NDRPDR' and
10181            '2T2C' and
10182            'IP4FWD' and
10183            ('NAT44' or 'IP4BASE') and
10184            not 'DOT1Q' and
10185            not 'IPSEC' and
10186            not 'VHOST'"
10187   parameters:
10188   - "throughput"
10189   - "parent"
10190   - "tags"
10191   sort:
10192   - "IP4BASE"
10193   - "BASE"
10194   - "SRC_USER_10"
10195   - "SRC_USER_100"
10196   - "SRC_USER_1000"
10197   - "SRC_USER_2000"
10198   traces:
10199     hoverinfo: "x+y"
10200     boxpoints: "outliers"
10201     whiskerwidth: 0
10202   layout:
10203     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10204     layout: "plot-throughput"
10205
10206 - type: "plot"
10207   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10208   algorithm: "plot_performance_box"
10209   output-file-type: ".html"
10210   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10212   filter: "'NIC_Intel-X520-DA2' and
10213            '64B' and
10214            'NDRPDR' and
10215            '2T2C' and
10216            'IP4FWD' and
10217            ('NAT44' or 'IP4BASE') and
10218            not 'DOT1Q' and
10219            not 'IPSEC' and
10220            not 'VHOST'"
10221   parameters:
10222   - "throughput"
10223   - "parent"
10224   - "tags"
10225   sort:
10226   - "IP4BASE"
10227   - "BASE"
10228   - "SRC_USER_10"
10229   - "SRC_USER_100"
10230   - "SRC_USER_1000"
10231   - "SRC_USER_2000"
10232   traces:
10233     hoverinfo: "x+y"
10234     boxpoints: "outliers"
10235     whiskerwidth: 0
10236   layout:
10237     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10238     layout: "plot-throughput"
10239
10240 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10241 - type: "plot"
10242   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10243   algorithm: "plot_performance_box"
10244   output-file-type: ".html"
10245   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10247   filter: "'NIC_Intel-X520-DA2' and
10248            '64B' and
10249            'NDRPDR' and
10250            '1T1C' and
10251            'IP4FWD' and
10252            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10253            not 'IPSEC' and
10254            not 'DOT1Q' and
10255            not 'VHOST'"
10256   parameters:
10257   - "throughput"
10258   - "parent"
10259   - "tags"
10260   sort:
10261   - "IP4BASE"
10262   - "ACL_STATELESS"
10263   - "ACL_STATEFUL"
10264   - "ACL_STATELESS"
10265   - "ACL_STATEFUL"
10266   traces:
10267     hoverinfo: "x+y"
10268     boxpoints: "outliers"
10269     whiskerwidth: 0
10270   layout:
10271     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10272     layout: "plot-throughput"
10273
10274 - type: "plot"
10275   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10276   algorithm: "plot_performance_box"
10277   output-file-type: ".html"
10278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10280   filter: "'NIC_Intel-X520-DA2' and
10281            '64B' and
10282            'NDRPDR' and
10283            '1T1C' and
10284            'IP4FWD' and
10285            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10286            not 'IPSEC' and
10287            not 'DOT1Q' and
10288            not 'VHOST'"
10289   parameters:
10290   - "throughput"
10291   - "parent"
10292   - "tags"
10293   sort:
10294   - "IP4BASE"
10295   - "ACL_STATELESS"
10296   - "ACL_STATEFUL"
10297   - "ACL_STATELESS"
10298   - "ACL_STATEFUL"
10299   traces:
10300     hoverinfo: "x+y"
10301     boxpoints: "outliers"
10302     whiskerwidth: 0
10303   layout:
10304     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10305     layout: "plot-throughput"
10306
10307 - type: "plot"
10308   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10309   algorithm: "plot_performance_box"
10310   output-file-type: ".html"
10311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10313   filter: "'NIC_Intel-X520-DA2' and
10314            '64B' and
10315            'NDRPDR' and
10316            '2T2C' and
10317            'IP4FWD' and
10318            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10319            not 'IPSEC' and
10320            not 'DOT1Q' and
10321            not 'VHOST'"
10322   parameters:
10323   - "throughput"
10324   - "parent"
10325   - "tags"
10326   sort:
10327   - "IP4BASE"
10328   - "ACL_STATELESS"
10329   - "ACL_STATEFUL"
10330   - "ACL_STATELESS"
10331   - "ACL_STATEFUL"
10332   traces:
10333     hoverinfo: "x+y"
10334     boxpoints: "outliers"
10335     whiskerwidth: 0
10336   layout:
10337     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10338     layout: "plot-throughput"
10339
10340 - type: "plot"
10341   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10342   algorithm: "plot_performance_box"
10343   output-file-type: ".html"
10344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10346   filter: "'NIC_Intel-X520-DA2' and
10347            '64B' and
10348            'NDRPDR' and
10349            '2T2C' and
10350            'IP4FWD' and
10351            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10352            not 'IPSEC' and
10353            not 'DOT1Q' and
10354            not 'VHOST'"
10355   parameters:
10356   - "throughput"
10357   - "parent"
10358   - "tags"
10359   sort:
10360   - "IP4BASE"
10361   - "ACL_STATELESS"
10362   - "ACL_STATEFUL"
10363   - "ACL_STATELESS"
10364   - "ACL_STATEFUL"
10365   traces:
10366     hoverinfo: "x+y"
10367     boxpoints: "outliers"
10368     whiskerwidth: 0
10369   layout:
10370     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10371     layout: "plot-throughput"
10372
10373 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10374 - type: "plot"
10375   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10376   algorithm: "plot_performance_box"
10377   output-file-type: ".html"
10378   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10380   filter: "'NIC_Intel-X520-DA2' and
10381            '64B' and
10382            'NDRPDR' and
10383            '1T1C' and
10384            'IP4FWD' and
10385            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10386            not 'IPSEC' and
10387            not 'DOT1Q' and
10388            not 'VHOST'"
10389   parameters:
10390   - "throughput"
10391   - "parent"
10392   - "tags"
10393   sort:
10394   - "IP4BASE"
10395   - "ACL_STATELESS"
10396   - "ACL_STATEFUL"
10397   - "ACL_STATELESS"
10398   - "ACL_STATEFUL"
10399   traces:
10400     hoverinfo: "x+y"
10401     boxpoints: "outliers"
10402     whiskerwidth: 0
10403   layout:
10404     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10405     layout: "plot-throughput"
10406
10407 - type: "plot"
10408   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10409   algorithm: "plot_performance_box"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10413   filter: "'NIC_Intel-X520-DA2' and
10414            '64B' and
10415            'NDRPDR' and
10416            '1T1C' and
10417            'IP4FWD' and
10418            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10419            not 'IPSEC' and
10420            not 'DOT1Q' and
10421            not 'VHOST'"
10422   parameters:
10423   - "throughput"
10424   - "parent"
10425   - "tags"
10426   sort:
10427   - "IP4BASE"
10428   - "ACL_STATELESS"
10429   - "ACL_STATEFUL"
10430   - "ACL_STATELESS"
10431   - "ACL_STATEFUL"
10432   traces:
10433     hoverinfo: "x+y"
10434     boxpoints: "outliers"
10435     whiskerwidth: 0
10436   layout:
10437     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10438     layout: "plot-throughput"
10439
10440 - type: "plot"
10441   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10442   algorithm: "plot_performance_box"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10446   filter: "'NIC_Intel-X520-DA2' and
10447            '64B' and
10448            'NDRPDR' and
10449            '2T2C' and
10450            'IP4FWD' and
10451            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10452            not 'IPSEC' and
10453            not 'DOT1Q' and
10454            not 'VHOST'"
10455   parameters:
10456   - "throughput"
10457   - "parent"
10458   - "tags"
10459   sort:
10460   - "IP4BASE"
10461   - "ACL_STATELESS"
10462   - "ACL_STATEFUL"
10463   - "ACL_STATELESS"
10464   - "ACL_STATEFUL"
10465   traces:
10466     hoverinfo: "x+y"
10467     boxpoints: "outliers"
10468     whiskerwidth: 0
10469   layout:
10470     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10471     layout: "plot-throughput"
10472
10473 - type: "plot"
10474   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10475   algorithm: "plot_performance_box"
10476   output-file-type: ".html"
10477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10479   filter: "'NIC_Intel-X520-DA2' and
10480            '64B' and
10481            'NDRPDR' and
10482            '2T2C' and
10483            'IP4FWD' and
10484            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10485            not 'IPSEC' and
10486            not 'DOT1Q' and
10487            not 'VHOST'"
10488   parameters:
10489   - "throughput"
10490   - "parent"
10491   - "tags"
10492   sort:
10493   - "IP4BASE"
10494   - "ACL_STATELESS"
10495   - "ACL_STATEFUL"
10496   - "ACL_STATELESS"
10497   - "ACL_STATEFUL"
10498   traces:
10499     hoverinfo: "x+y"
10500     boxpoints: "outliers"
10501     whiskerwidth: 0
10502   layout:
10503     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10504     layout: "plot-throughput"
10505
10506 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10507 - type: "plot"
10508   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10509   algorithm: "plot_performance_box"
10510   output-file-type: ".html"
10511   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10513   filter: "'NIC_Intel-X710' and
10514            '64B' and
10515            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10516            'NDRPDR' and
10517            '1T1C' and
10518            'IP4FWD' and
10519            not 'IPSEC' and
10520            not 'DOT1Q' and
10521            not 'VHOST'"
10522   parameters:
10523   - "throughput"
10524   - "parent"
10525   - "tags"
10526   sort:
10527   - "IP4BASE"
10528   - "FIB_20K"
10529   - "FIB_200K"
10530   - "FIB_2M"
10531   traces:
10532     hoverinfo: "x+y"
10533     boxpoints: "outliers"
10534     whiskerwidth: 0
10535   layout:
10536     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10537     layout: "plot-throughput"
10538
10539 - type: "plot"
10540   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10541   algorithm: "plot_performance_box"
10542   output-file-type: ".html"
10543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10545   filter: "'NIC_Intel-X710' and
10546            '64B' and
10547            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10548            'NDRPDR' and
10549            '1T1C' and
10550            'IP4FWD' and
10551            not 'IPSEC' and
10552            not 'DOT1Q' and
10553            not 'VHOST'"
10554   parameters:
10555   - "throughput"
10556   - "parent"
10557   - "tags"
10558   sort:
10559   - "IP4BASE"
10560   - "FIB_20K"
10561   - "FIB_200K"
10562   - "FIB_2M"
10563   traces:
10564     hoverinfo: "x+y"
10565     boxpoints: "outliers"
10566     whiskerwidth: 0
10567   layout:
10568     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10569     layout: "plot-throughput"
10570
10571 - type: "plot"
10572   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10573   algorithm: "plot_performance_box"
10574   output-file-type: ".html"
10575   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10577   filter: "'NIC_Intel-X710' and
10578            '64B' and
10579            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10580            'NDRPDR' and
10581            '2T2C' and
10582            'IP4FWD' and
10583            not 'IPSEC' and
10584            not 'DOT1Q' and
10585            not 'VHOST'"
10586   parameters:
10587   - "throughput"
10588   - "parent"
10589   - "tags"
10590   sort:
10591   - "IP4BASE"
10592   - "FIB_20K"
10593   - "FIB_200K"
10594   - "FIB_2M"
10595   traces:
10596     hoverinfo: "x+y"
10597     boxpoints: "outliers"
10598     whiskerwidth: 0
10599   layout:
10600     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10601     layout: "plot-throughput"
10602
10603 - type: "plot"
10604   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10605   algorithm: "plot_performance_box"
10606   output-file-type: ".html"
10607   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10609   filter: "'NIC_Intel-X710' and
10610            '64B' and
10611            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10612            'NDRPDR' and
10613            '2T2C' and
10614            'IP4FWD' and
10615            not 'IPSEC' and
10616            not 'DOT1Q' and
10617            not 'VHOST'"
10618   parameters:
10619   - "throughput"
10620   - "parent"
10621   - "tags"
10622   sort:
10623   - "IP4BASE"
10624   - "FIB_20K"
10625   - "FIB_200K"
10626   - "FIB_2M"
10627   traces:
10628     hoverinfo: "x+y"
10629     boxpoints: "outliers"
10630     whiskerwidth: 0
10631   layout:
10632     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10633     layout: "plot-throughput"
10634
10635 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10636 - type: "plot"
10637   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10638   algorithm: "plot_performance_box"
10639   output-file-type: ".html"
10640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10642   filter: "'NIC_Intel-X710' and
10643            '64B' and
10644            ('IP4BASE' or
10645             'POLICE_MARK' or
10646             'COPWHLIST' or
10647             ('NAT44' and 'BASE') or
10648             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10649            'NDRPDR' and
10650            '1T1C' and
10651            'IP4FWD' and
10652            not 'IPSEC' and
10653            not 'VHOST'"
10654   parameters:
10655   - "throughput"
10656   - "parent"
10657   - "tags"
10658   sort:
10659   - "DOT1Q"
10660   - "IP4BASE"
10661   - "NAT44"
10662   - "POLICE_MARK"
10663   - "COPWHLIST"
10664   - "IACL"
10665   - "OACL"
10666   traces:
10667     hoverinfo: "x+y"
10668     boxpoints: "outliers"
10669     whiskerwidth: 0
10670   layout:
10671     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10672     layout: "plot-throughput"
10673
10674 - type: "plot"
10675   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10676   algorithm: "plot_performance_box"
10677   output-file-type: ".html"
10678   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10680   filter: "'NIC_Intel-X710' and
10681            '64B' and
10682            ('IP4BASE' or
10683             'POLICE_MARK' or
10684             'COPWHLIST' or
10685             ('NAT44' and 'BASE') or
10686             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10687            'NDRPDR' and
10688            '1T1C' and
10689            'IP4FWD' and
10690            not 'IPSEC' and
10691            not 'VHOST'"
10692   parameters:
10693   - "throughput"
10694   - "parent"
10695   - "tags"
10696   sort:
10697   - "DOT1Q"
10698   - "IP4BASE"
10699   - "NAT44"
10700   - "POLICE_MARK"
10701   - "COPWHLIST"
10702   - "IACL"
10703   - "OACL"
10704   traces:
10705     hoverinfo: "x+y"
10706     boxpoints: "outliers"
10707     whiskerwidth: 0
10708   layout:
10709     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10710     layout: "plot-throughput"
10711
10712 - type: "plot"
10713   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10714   algorithm: "plot_performance_box"
10715   output-file-type: ".html"
10716   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10718   filter: "'NIC_Intel-X710' and
10719            '64B' and
10720            ('IP4BASE' or
10721             'POLICE_MARK' or
10722             'COPWHLIST' or
10723             ('NAT44' and 'BASE') or
10724             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10725            'NDRPDR' and
10726            '2T2C' and
10727            'IP4FWD' and
10728            not 'IPSEC' and
10729            not 'VHOST'"
10730   parameters:
10731   - "throughput"
10732   - "parent"
10733   - "tags"
10734   sort:
10735   - "DOT1Q"
10736   - "IP4BASE"
10737   - "NAT44"
10738   - "POLICE_MARK"
10739   - "COPWHLIST"
10740   - "IACL"
10741   - "OACL"
10742   traces:
10743     hoverinfo: "x+y"
10744     boxpoints: "outliers"
10745     whiskerwidth: 0
10746   layout:
10747     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10748     layout: "plot-throughput"
10749
10750 - type: "plot"
10751   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10752   algorithm: "plot_performance_box"
10753   output-file-type: ".html"
10754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10756   filter: "'NIC_Intel-X710' and
10757            '64B' and
10758            ('IP4BASE' or
10759             'POLICE_MARK' or
10760             'COPWHLIST' or
10761             ('NAT44' and 'BASE') or
10762             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10763            'NDRPDR' and
10764            '2T2C' and
10765            'IP4FWD' and
10766            not 'IPSEC' and
10767            not 'VHOST'"
10768   parameters:
10769   - "throughput"
10770   - "parent"
10771   - "tags"
10772   sort:
10773   - "DOT1Q"
10774   - "IP4BASE"
10775   - "NAT44"
10776   - "POLICE_MARK"
10777   - "COPWHLIST"
10778   - "IACL"
10779   - "OACL"
10780   traces:
10781     hoverinfo: "x+y"
10782     boxpoints: "outliers"
10783     whiskerwidth: 0
10784   layout:
10785     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10786     layout: "plot-throughput"
10787
10788 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10789 - type: "plot"
10790   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10791   algorithm: "plot_performance_box"
10792   output-file-type: ".html"
10793   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10795   filter: "'NIC_Intel-X710' and
10796            '64B' and
10797            'NDRPDR' and
10798            '2T1C' and
10799            'IP4FWD' and
10800            ('NAT44' or 'IP4BASE') and
10801            not 'IPSEC' and
10802            not 'VHOST'"
10803   parameters:
10804   - "throughput"
10805   - "parent"
10806   - "tags"
10807   sort:
10808   - "IP4BASE"
10809   - "BASE"
10810   - "SRC_USER_10"
10811   - "SRC_USER_100"
10812   - "SRC_USER_1000"
10813   - "SRC_USER_2000"
10814   traces:
10815     hoverinfo: "x+y"
10816     boxpoints: "outliers"
10817     whiskerwidth: 0
10818   layout:
10819     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10820     layout: "plot-throughput"
10821
10822 - type: "plot"
10823   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10824   algorithm: "plot_performance_box"
10825   output-file-type: ".html"
10826   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10828   filter: "'NIC_Intel-X710' and
10829            '64B' and
10830            'NDRPDR' and
10831            '2T1C' and
10832            'IP4FWD' and
10833            ('NAT44' or 'IP4BASE') and
10834            not 'IPSEC' and
10835            not 'VHOST'"
10836   parameters:
10837   - "throughput"
10838   - "parent"
10839   - "tags"
10840   sort:
10841   - "IP4BASE"
10842   - "BASE"
10843   - "SRC_USER_10"
10844   - "SRC_USER_100"
10845   - "SRC_USER_1000"
10846   - "SRC_USER_2000"
10847   traces:
10848     hoverinfo: "x+y"
10849     boxpoints: "outliers"
10850     whiskerwidth: 0
10851   layout:
10852     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10853     layout: "plot-throughput"
10854
10855 - type: "plot"
10856   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10857   algorithm: "plot_performance_box"
10858   output-file-type: ".html"
10859   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10861   filter: "'NIC_Intel-X710' and
10862            '64B' and
10863            'NDRPDR' and
10864            '4T2C' and
10865            'IP4FWD' and
10866            ('NAT44' or 'IP4BASE') and
10867            not 'IPSEC' and
10868            not 'VHOST'"
10869   parameters:
10870   - "throughput"
10871   - "parent"
10872   - "tags"
10873   sort:
10874   - "IP4BASE"
10875   - "BASE"
10876   - "SRC_USER_10"
10877   - "SRC_USER_100"
10878   - "SRC_USER_1000"
10879   - "SRC_USER_2000"
10880   traces:
10881     hoverinfo: "x+y"
10882     boxpoints: "outliers"
10883     whiskerwidth: 0
10884   layout:
10885     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10886     layout: "plot-throughput"
10887
10888 - type: "plot"
10889   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10890   algorithm: "plot_performance_box"
10891   output-file-type: ".html"
10892   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10894   filter: "'NIC_Intel-X710' and
10895            '64B' and
10896            'NDRPDR' and
10897            '4T2C' and
10898            'IP4FWD' and
10899            ('NAT44' or 'IP4BASE') and
10900            not 'IPSEC' and
10901            not 'VHOST'"
10902   parameters:
10903   - "throughput"
10904   - "parent"
10905   - "tags"
10906   sort:
10907   - "IP4BASE"
10908   - "BASE"
10909   - "SRC_USER_10"
10910   - "SRC_USER_100"
10911   - "SRC_USER_1000"
10912   - "SRC_USER_2000"
10913   traces:
10914     hoverinfo: "x+y"
10915     boxpoints: "outliers"
10916     whiskerwidth: 0
10917   layout:
10918     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10919     layout: "plot-throughput"
10920
10921 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10922 - type: "plot"
10923   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10924   algorithm: "plot_performance_box"
10925   output-file-type: ".html"
10926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10928   filter: "'NIC_Intel-X710' and
10929            '64B' and
10930            'NDRPDR' and
10931            '2T1C' and
10932            'IP4FWD' and
10933            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10934            not 'IPSEC' and
10935            not 'VHOST'"
10936   parameters:
10937   - "throughput"
10938   - "parent"
10939   - "tags"
10940   sort:
10941   - "IP4BASE"
10942   - "ACL_STATELESS"
10943   - "ACL_STATEFUL"
10944   - "ACL_STATELESS"
10945   - "ACL_STATEFUL"
10946   traces:
10947     hoverinfo: "x+y"
10948     boxpoints: "outliers"
10949     whiskerwidth: 0
10950   layout:
10951     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10956   algorithm: "plot_performance_box"
10957   output-file-type: ".html"
10958   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10960   filter: "'NIC_Intel-X710' and
10961            '64B' and
10962            'NDRPDR' and
10963            '2T1C' and
10964            'IP4FWD' and
10965            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10966            not 'IPSEC' and
10967            not 'VHOST'"
10968   parameters:
10969   - "throughput"
10970   - "parent"
10971   - "tags"
10972   sort:
10973   - "IP4BASE"
10974   - "ACL_STATELESS"
10975   - "ACL_STATEFUL"
10976   - "ACL_STATELESS"
10977   - "ACL_STATEFUL"
10978   traces:
10979     hoverinfo: "x+y"
10980     boxpoints: "outliers"
10981     whiskerwidth: 0
10982   layout:
10983     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10984     layout: "plot-throughput"
10985
10986 - type: "plot"
10987   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10988   algorithm: "plot_performance_box"
10989   output-file-type: ".html"
10990   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10992   filter: "'NIC_Intel-X710' and
10993            '64B' and
10994            'NDRPDR' and
10995            '4T2C' and
10996            'IP4FWD' and
10997            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10998            not 'IPSEC' and
10999            not 'VHOST'"
11000   parameters:
11001   - "throughput"
11002   - "parent"
11003   - "tags"
11004   sort:
11005   - "IP4BASE"
11006   - "ACL_STATELESS"
11007   - "ACL_STATEFUL"
11008   - "ACL_STATELESS"
11009   - "ACL_STATEFUL"
11010   traces:
11011     hoverinfo: "x+y"
11012     boxpoints: "outliers"
11013     whiskerwidth: 0
11014   layout:
11015     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11020   algorithm: "plot_performance_box"
11021   output-file-type: ".html"
11022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11024   filter: "'NIC_Intel-X710' and
11025            '64B' and
11026            'NDRPDR' and
11027            '4T2C' and
11028            'IP4FWD' and
11029            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11030            not 'IPSEC' and
11031            not 'VHOST'"
11032   parameters:
11033   - "throughput"
11034   - "parent"
11035   - "tags"
11036   sort:
11037   - "IP4BASE"
11038   - "ACL_STATELESS"
11039   - "ACL_STATEFUL"
11040   - "ACL_STATELESS"
11041   - "ACL_STATEFUL"
11042   traces:
11043     hoverinfo: "x+y"
11044     boxpoints: "outliers"
11045     whiskerwidth: 0
11046   layout:
11047     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11048     layout: "plot-throughput"
11049
11050 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11051 - type: "plot"
11052   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11053   algorithm: "plot_performance_box"
11054   output-file-type: ".html"
11055   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11057   filter: "'NIC_Intel-XL710' and
11058            '64B' and
11059            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11060            'NDRPDR' and
11061            '1T1C' and
11062            'IP4FWD' and
11063            not 'IPSEC' and
11064            not 'VHOST'"
11065   parameters:
11066   - "throughput"
11067   - "parent"
11068   - "tags"
11069   sort:
11070   - "IP4BASE"
11071   - "FIB_20K"
11072   - "FIB_200K"
11073   - "FIB_2M"
11074   traces:
11075     hoverinfo: "x+y"
11076     boxpoints: "outliers"
11077     whiskerwidth: 0
11078   layout:
11079     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11080     layout: "plot-throughput"
11081
11082 - type: "plot"
11083   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11084   algorithm: "plot_performance_box"
11085   output-file-type: ".html"
11086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11088   filter: "'NIC_Intel-XL710' and
11089            '64B' and
11090            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11091            'NDRPDR' and
11092            '1T1C' and
11093            'IP4FWD' and
11094            not 'IPSEC' and
11095            not 'VHOST'"
11096   parameters:
11097   - "throughput"
11098   - "parent"
11099   - "tags"
11100   sort:
11101   - "IP4BASE"
11102   - "FIB_20K"
11103   - "FIB_200K"
11104   - "FIB_2M"
11105   traces:
11106     hoverinfo: "x+y"
11107     boxpoints: "outliers"
11108     whiskerwidth: 0
11109   layout:
11110     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11111     layout: "plot-throughput"
11112
11113 - type: "plot"
11114   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11115   algorithm: "plot_performance_box"
11116   output-file-type: ".html"
11117   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11119   filter: "'NIC_Intel-XL710' and
11120            '64B' and
11121            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11122            'NDRPDR' and
11123            '2T2C' and
11124            'IP4FWD' and
11125            not 'IPSEC' and
11126            not 'VHOST'"
11127   parameters:
11128   - "throughput"
11129   - "parent"
11130   - "tags"
11131   sort:
11132   - "IP4BASE"
11133   - "FIB_20K"
11134   - "FIB_200K"
11135   - "FIB_2M"
11136   traces:
11137     hoverinfo: "x+y"
11138     boxpoints: "outliers"
11139     whiskerwidth: 0
11140   layout:
11141     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11142     layout: "plot-throughput"
11143
11144 - type: "plot"
11145   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11146   algorithm: "plot_performance_box"
11147   output-file-type: ".html"
11148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11150   filter: "'NIC_Intel-XL710' and
11151            '64B' and
11152            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11153            'NDRPDR' and
11154            '2T2C' and
11155            'IP4FWD' and
11156            not 'IPSEC' and
11157            not 'VHOST'"
11158   parameters:
11159   - "throughput"
11160   - "parent"
11161   - "tags"
11162   sort:
11163   - "IP4BASE"
11164   - "FIB_20K"
11165   - "FIB_200K"
11166   - "FIB_2M"
11167   traces:
11168     hoverinfo: "x+y"
11169     boxpoints: "outliers"
11170     whiskerwidth: 0
11171   layout:
11172     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11173     layout: "plot-throughput"
11174
11175 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11176 - type: "plot"
11177   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11178   algorithm: "plot_performance_box"
11179   output-file-type: ".html"
11180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11182   filter: "'NIC_Intel-X710' and
11183            '64B' and
11184            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11185            'NDRPDR' and
11186            '2T1C' and
11187            'IP4FWD' and
11188            not 'IPSEC' and
11189            not 'DOT1Q' and
11190            not 'VHOST'"
11191   parameters:
11192   - "throughput"
11193   - "parent"
11194   - "tags"
11195   sort:
11196   - "IP4BASE"
11197   - "FIB_20K"
11198   - "FIB_200K"
11199   - "FIB_2M"
11200   traces:
11201     hoverinfo: "x+y"
11202     boxpoints: "outliers"
11203     whiskerwidth: 0
11204   layout:
11205     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11206     layout: "plot-throughput"
11207
11208 - type: "plot"
11209   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11210   algorithm: "plot_performance_box"
11211   output-file-type: ".html"
11212   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11214   filter: "'NIC_Intel-X710' and
11215            '64B' and
11216            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11217            'NDRPDR' and
11218            '2T1C' and
11219            'IP4FWD' and
11220            not 'IPSEC' and
11221            not 'DOT1Q' and
11222            not 'VHOST'"
11223   parameters:
11224   - "throughput"
11225   - "parent"
11226   - "tags"
11227   sort:
11228   - "IP4BASE"
11229   - "FIB_20K"
11230   - "FIB_200K"
11231   - "FIB_2M"
11232   traces:
11233     hoverinfo: "x+y"
11234     boxpoints: "outliers"
11235     whiskerwidth: 0
11236   layout:
11237     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11238     layout: "plot-throughput"
11239
11240 - type: "plot"
11241   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11242   algorithm: "plot_performance_box"
11243   output-file-type: ".html"
11244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11246   filter: "'NIC_Intel-X710' and
11247            '64B' and
11248            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11249            'NDRPDR' and
11250            '4T2C' and
11251            'IP4FWD' and
11252            not 'IPSEC' and
11253            not 'DOT1Q' and
11254            not 'VHOST'"
11255   parameters:
11256   - "throughput"
11257   - "parent"
11258   - "tags"
11259   sort:
11260   - "IP4BASE"
11261   - "FIB_20K"
11262   - "FIB_200K"
11263   - "FIB_2M"
11264   traces:
11265     hoverinfo: "x+y"
11266     boxpoints: "outliers"
11267     whiskerwidth: 0
11268   layout:
11269     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11270     layout: "plot-throughput"
11271
11272 - type: "plot"
11273   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11274   algorithm: "plot_performance_box"
11275   output-file-type: ".html"
11276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11278   filter: "'NIC_Intel-X710' and
11279            '64B' and
11280            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11281            'NDRPDR' and
11282            '4T2C' and
11283            'IP4FWD' and
11284            not 'IPSEC' and
11285            not 'DOT1Q' and
11286            not 'VHOST'"
11287   parameters:
11288   - "throughput"
11289   - "parent"
11290   - "tags"
11291   sort:
11292   - "IP4BASE"
11293   - "FIB_20K"
11294   - "FIB_200K"
11295   - "FIB_2M"
11296   traces:
11297     hoverinfo: "x+y"
11298     boxpoints: "outliers"
11299     whiskerwidth: 0
11300   layout:
11301     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11302     layout: "plot-throughput"
11303
11304 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11305 - type: "plot"
11306   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11307   algorithm: "plot_performance_box"
11308   output-file-type: ".html"
11309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11311   filter: "'NIC_Intel-X710' and
11312            '64B' and
11313            ('IP4BASE' or
11314             'POLICE_MARK' or
11315             'COPWHLIST' or
11316             ('NAT44' and 'BASE') or
11317             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11318            'NDRPDR' and
11319            '2T1C' and
11320            'IP4FWD' and
11321            not 'IPSEC' and
11322            not 'VHOST'"
11323   parameters:
11324   - "throughput"
11325   - "parent"
11326   - "tags"
11327   sort:
11328   - "DOT1Q"
11329   - "IP4BASE"
11330   - "NAT44"
11331   - "POLICE_MARK"
11332   - "COPWHLIST"
11333   - "IACL"
11334   - "OACL"
11335   traces:
11336     hoverinfo: "x+y"
11337     boxpoints: "outliers"
11338     whiskerwidth: 0
11339   layout:
11340     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11341     layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11345   algorithm: "plot_performance_box"
11346   output-file-type: ".html"
11347   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11349   filter: "'NIC_Intel-X710' and
11350            '64B' and
11351            ('IP4BASE' or
11352             'POLICE_MARK' or
11353             'COPWHLIST' or
11354             ('NAT44' and 'BASE') or
11355             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11356            'NDRPDR' and
11357            '2T1C' and
11358            'IP4FWD' and
11359            not 'IPSEC' and
11360            not 'VHOST'"
11361   parameters:
11362   - "throughput"
11363   - "parent"
11364   - "tags"
11365   sort:
11366   - "DOT1Q"
11367   - "IP4BASE"
11368   - "NAT44"
11369   - "POLICE_MARK"
11370   - "COPWHLIST"
11371   - "IACL"
11372   - "OACL"
11373   traces:
11374     hoverinfo: "x+y"
11375     boxpoints: "outliers"
11376     whiskerwidth: 0
11377   layout:
11378     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11379     layout: "plot-throughput"
11380
11381 - type: "plot"
11382   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11383   algorithm: "plot_performance_box"
11384   output-file-type: ".html"
11385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11387   filter: "'NIC_Intel-X710' and
11388            '64B' and
11389            ('IP4BASE' or
11390             'POLICE_MARK' or
11391             'COPWHLIST' or
11392             ('NAT44' and 'BASE') or
11393             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11394            'NDRPDR' and
11395            '4T2C' and
11396            'IP4FWD' and
11397            not 'IPSEC' and
11398            not 'VHOST'"
11399   parameters:
11400   - "throughput"
11401   - "parent"
11402   - "tags"
11403   sort:
11404   - "DOT1Q"
11405   - "IP4BASE"
11406   - "NAT44"
11407   - "POLICE_MARK"
11408   - "COPWHLIST"
11409   - "IACL"
11410   - "OACL"
11411   traces:
11412     hoverinfo: "x+y"
11413     boxpoints: "outliers"
11414     whiskerwidth: 0
11415   layout:
11416     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11417     layout: "plot-throughput"
11418
11419 - type: "plot"
11420   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11421   algorithm: "plot_performance_box"
11422   output-file-type: ".html"
11423   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11425   filter: "'NIC_Intel-X710' and
11426            '64B' and
11427            ('IP4BASE' or
11428             'POLICE_MARK' or
11429             'COPWHLIST' or
11430             ('NAT44' and 'BASE') or
11431             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11432            'NDRPDR' and
11433            '4T2C' and
11434            'IP4FWD' and
11435            not 'IPSEC' and
11436            not 'VHOST'"
11437   parameters:
11438   - "throughput"
11439   - "parent"
11440   - "tags"
11441   sort:
11442   - "DOT1Q"
11443   - "IP4BASE"
11444   - "NAT44"
11445   - "POLICE_MARK"
11446   - "COPWHLIST"
11447   - "IACL"
11448   - "OACL"
11449   traces:
11450     hoverinfo: "x+y"
11451     boxpoints: "outliers"
11452     whiskerwidth: 0
11453   layout:
11454     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11455     layout: "plot-throughput"
11456
11457 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11458 - type: "plot"
11459   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11460   algorithm: "plot_performance_box"
11461   output-file-type: ".html"
11462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11464   filter: "'NIC_Intel-X710' and
11465            '64B' and
11466            'NDRPDR' and
11467            '1T1C' and
11468            'IP4FWD' and
11469            ('NAT44' or 'IP4BASE') and
11470            not 'IPSEC' and
11471            not 'VHOST'"
11472   parameters:
11473   - "throughput"
11474   - "parent"
11475   - "tags"
11476   sort:
11477   - "IP4BASE"
11478   - "BASE"
11479   - "SRC_USER_10"
11480   - "SRC_USER_100"
11481   - "SRC_USER_1000"
11482   - "SRC_USER_2000"
11483   traces:
11484     hoverinfo: "x+y"
11485     boxpoints: "outliers"
11486     whiskerwidth: 0
11487   layout:
11488     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11493   algorithm: "plot_performance_box"
11494   output-file-type: ".html"
11495   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11497   filter: "'NIC_Intel-X710' and
11498            '64B' and
11499            'NDRPDR' and
11500            '1T1C' and
11501            'IP4FWD' and
11502            ('NAT44' or 'IP4BASE') and
11503            not 'IPSEC' and
11504            not 'VHOST'"
11505   parameters:
11506   - "throughput"
11507   - "parent"
11508   - "tags"
11509   sort:
11510   - "IP4BASE"
11511   - "BASE"
11512   - "SRC_USER_10"
11513   - "SRC_USER_100"
11514   - "SRC_USER_1000"
11515   - "SRC_USER_2000"
11516   traces:
11517     hoverinfo: "x+y"
11518     boxpoints: "outliers"
11519     whiskerwidth: 0
11520   layout:
11521     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11526   algorithm: "plot_performance_box"
11527   output-file-type: ".html"
11528   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11530   filter: "'NIC_Intel-X710' and
11531            '64B' and
11532            'NDRPDR' and
11533            '2T2C' and
11534            'IP4FWD' and
11535            ('NAT44' or 'IP4BASE') and
11536            not 'IPSEC' and
11537            not 'VHOST'"
11538   parameters:
11539   - "throughput"
11540   - "parent"
11541   - "tags"
11542   sort:
11543   - "IP4BASE"
11544   - "BASE"
11545   - "SRC_USER_10"
11546   - "SRC_USER_100"
11547   - "SRC_USER_1000"
11548   - "SRC_USER_2000"
11549   traces:
11550     hoverinfo: "x+y"
11551     boxpoints: "outliers"
11552     whiskerwidth: 0
11553   layout:
11554     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11559   algorithm: "plot_performance_box"
11560   output-file-type: ".html"
11561   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11563   filter: "'NIC_Intel-X710' and
11564            '64B' and
11565            'NDRPDR' and
11566            '2T2C' and
11567            'IP4FWD' and
11568            ('NAT44' or 'IP4BASE') and
11569            not 'IPSEC' and
11570            not 'VHOST'"
11571   parameters:
11572   - "throughput"
11573   - "parent"
11574   - "tags"
11575   sort:
11576   - "IP4BASE"
11577   - "BASE"
11578   - "SRC_USER_10"
11579   - "SRC_USER_100"
11580   - "SRC_USER_1000"
11581   - "SRC_USER_2000"
11582   traces:
11583     hoverinfo: "x+y"
11584     boxpoints: "outliers"
11585     whiskerwidth: 0
11586   layout:
11587     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11588     layout: "plot-throughput"
11589
11590 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11591 - type: "plot"
11592   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11593   algorithm: "plot_performance_box"
11594   output-file-type: ".html"
11595   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11597   filter: "'NIC_Intel-X710' and
11598            '64B' and
11599            'NDRPDR' and
11600            '1T1C' and
11601            'IP4FWD' and
11602            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11603            not 'IPSEC' and
11604            not 'VHOST'"
11605   parameters:
11606   - "throughput"
11607   - "parent"
11608   - "tags"
11609   sort:
11610   - "IP4BASE"
11611   - "ACL_STATELESS"
11612   - "ACL_STATEFUL"
11613   - "ACL_STATELESS"
11614   - "ACL_STATEFUL"
11615   traces:
11616     hoverinfo: "x+y"
11617     boxpoints: "outliers"
11618     whiskerwidth: 0
11619   layout:
11620     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11621     layout: "plot-throughput"
11622
11623 - type: "plot"
11624   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11625   algorithm: "plot_performance_box"
11626   output-file-type: ".html"
11627   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11629   filter: "'NIC_Intel-X710' and
11630            '64B' and
11631            'NDRPDR' and
11632            '1T1C' and
11633            'IP4FWD' and
11634            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11635            not 'IPSEC' and
11636            not 'VHOST'"
11637   parameters:
11638   - "throughput"
11639   - "parent"
11640   - "tags"
11641   sort:
11642   - "IP4BASE"
11643   - "ACL_STATELESS"
11644   - "ACL_STATEFUL"
11645   - "ACL_STATELESS"
11646   - "ACL_STATEFUL"
11647   traces:
11648     hoverinfo: "x+y"
11649     boxpoints: "outliers"
11650     whiskerwidth: 0
11651   layout:
11652     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11657   algorithm: "plot_performance_box"
11658   output-file-type: ".html"
11659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11661   filter: "'NIC_Intel-X710' and
11662            '64B' and
11663            'NDRPDR' and
11664            '2T2C' and
11665            'IP4FWD' and
11666            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11667            not 'IPSEC' and
11668            not 'VHOST'"
11669   parameters:
11670   - "throughput"
11671   - "parent"
11672   - "tags"
11673   sort:
11674   - "IP4BASE"
11675   - "ACL_STATELESS"
11676   - "ACL_STATEFUL"
11677   - "ACL_STATELESS"
11678   - "ACL_STATEFUL"
11679   traces:
11680     hoverinfo: "x+y"
11681     boxpoints: "outliers"
11682     whiskerwidth: 0
11683   layout:
11684     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11685     layout: "plot-throughput"
11686
11687 - type: "plot"
11688   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11689   algorithm: "plot_performance_box"
11690   output-file-type: ".html"
11691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11693   filter: "'NIC_Intel-X710' and
11694            '64B' and
11695            'NDRPDR' and
11696            '2T2C' and
11697            'IP4FWD' and
11698            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11699            not 'IPSEC' and
11700            not 'VHOST'"
11701   parameters:
11702   - "throughput"
11703   - "parent"
11704   - "tags"
11705   sort:
11706   - "IP4BASE"
11707   - "ACL_STATELESS"
11708   - "ACL_STATEFUL"
11709   - "ACL_STATELESS"
11710   - "ACL_STATEFUL"
11711   traces:
11712     hoverinfo: "x+y"
11713     boxpoints: "outliers"
11714     whiskerwidth: 0
11715   layout:
11716     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11717     layout: "plot-throughput"
11718
11719 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11720 - type: "plot"
11721   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11722   algorithm: "plot_performance_box"
11723   output-file-type: ".html"
11724   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11726   filter: "'NIC_Intel-X710' and
11727            '64B' and
11728            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11729            'NDRPDR' and
11730            '2T1C' and
11731            'IP4FWD' and
11732            not 'IPSEC' and
11733            not 'DOT1Q' and
11734            not 'VHOST'"
11735   parameters:
11736   - "throughput"
11737   - "parent"
11738   - "tags"
11739   sort:
11740   - "IP4BASE"
11741   - "FIB_20K"
11742   - "FIB_200K"
11743   - "FIB_2M"
11744   traces:
11745     hoverinfo: "x+y"
11746     boxpoints: "outliers"
11747     whiskerwidth: 0
11748   layout:
11749     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11754   algorithm: "plot_performance_box"
11755   output-file-type: ".html"
11756   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11758   filter: "'NIC_Intel-X710' and
11759            '64B' and
11760            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11761            'NDRPDR' and
11762            '2T1C' and
11763            'IP4FWD' and
11764            not 'IPSEC' and
11765            not 'DOT1Q' and
11766            not 'VHOST'"
11767   parameters:
11768   - "throughput"
11769   - "parent"
11770   - "tags"
11771   sort:
11772   - "IP4BASE"
11773   - "FIB_20K"
11774   - "FIB_200K"
11775   - "FIB_2M"
11776   traces:
11777     hoverinfo: "x+y"
11778     boxpoints: "outliers"
11779     whiskerwidth: 0
11780   layout:
11781     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11786   algorithm: "plot_performance_box"
11787   output-file-type: ".html"
11788   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11790   filter: "'NIC_Intel-X710' and
11791            '64B' and
11792            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11793            'NDRPDR' and
11794            '4T2C' and
11795            'IP4FWD' and
11796            not 'IPSEC' and
11797            not 'DOT1Q' and
11798            not 'VHOST'"
11799   parameters:
11800   - "throughput"
11801   - "parent"
11802   - "tags"
11803   sort:
11804   - "IP4BASE"
11805   - "FIB_20K"
11806   - "FIB_200K"
11807   - "FIB_2M"
11808   traces:
11809     hoverinfo: "x+y"
11810     boxpoints: "outliers"
11811     whiskerwidth: 0
11812   layout:
11813     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11818   algorithm: "plot_performance_box"
11819   output-file-type: ".html"
11820   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11822   filter: "'NIC_Intel-X710' and
11823            '64B' and
11824            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11825            'NDRPDR' and
11826            '4T2C' and
11827            'IP4FWD' and
11828            not 'IPSEC' and
11829            not 'DOT1Q' and
11830            not 'VHOST'"
11831   parameters:
11832   - "throughput"
11833   - "parent"
11834   - "tags"
11835   sort:
11836   - "IP4BASE"
11837   - "FIB_20K"
11838   - "FIB_200K"
11839   - "FIB_2M"
11840   traces:
11841     hoverinfo: "x+y"
11842     boxpoints: "outliers"
11843     whiskerwidth: 0
11844   layout:
11845     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11846     layout: "plot-throughput"
11847
11848 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11849 - type: "plot"
11850   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11851   algorithm: "plot_performance_box"
11852   output-file-type: ".html"
11853   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11855   filter: "'NIC_Intel-X710' and
11856            '64B' and
11857            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11858            'NDRPDR' and
11859            '2T1C' and
11860            'IP4FWD' and
11861            not 'IPSEC' and
11862            not 'DOT1Q' and
11863            not 'VHOST'"
11864   parameters:
11865   - "throughput"
11866   - "parent"
11867   - "tags"
11868   sort:
11869   - "IP4BASE"
11870   - "ACL_STATELESS"
11871   - "ACL_STATEFUL"
11872   - "ACL_STATELESS"
11873   - "ACL_STATEFUL"
11874   traces:
11875     hoverinfo: "x+y"
11876     boxpoints: "outliers"
11877     whiskerwidth: 0
11878   layout:
11879     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11884   algorithm: "plot_performance_box"
11885   output-file-type: ".html"
11886   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11888   filter: "'NIC_Intel-X710' and
11889            '64B' and
11890            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11891            'NDRPDR' and
11892            '2T1C' and
11893            'IP4FWD' and
11894            not 'IPSEC' and
11895            not 'DOT1Q' and
11896            not 'VHOST'"
11897   parameters:
11898   - "throughput"
11899   - "parent"
11900   - "tags"
11901   sort:
11902   - "IP4BASE"
11903   - "ACL_STATELESS"
11904   - "ACL_STATEFUL"
11905   - "ACL_STATELESS"
11906   - "ACL_STATEFUL"
11907   traces:
11908     hoverinfo: "x+y"
11909     boxpoints: "outliers"
11910     whiskerwidth: 0
11911   layout:
11912     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11917   algorithm: "plot_performance_box"
11918   output-file-type: ".html"
11919   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11921   filter: "'NIC_Intel-X710' and
11922            '64B' and
11923            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11924            'NDRPDR' and
11925            '4T2C' and
11926            'IP4FWD' and
11927            not 'IPSEC' and
11928            not 'DOT1Q' and
11929            not 'VHOST'"
11930   parameters:
11931   - "throughput"
11932   - "parent"
11933   - "tags"
11934   sort:
11935   - "IP4BASE"
11936   - "ACL_STATELESS"
11937   - "ACL_STATEFUL"
11938   - "ACL_STATELESS"
11939   - "ACL_STATEFUL"
11940   traces:
11941     hoverinfo: "x+y"
11942     boxpoints: "outliers"
11943     whiskerwidth: 0
11944   layout:
11945     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11950   algorithm: "plot_performance_box"
11951   output-file-type: ".html"
11952   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11954   filter: "'NIC_Intel-X710' and
11955            '64B' and
11956            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11957            'NDRPDR' and
11958            '4T2C' and
11959            'IP4FWD' and
11960            not 'IPSEC' and
11961            not 'DOT1Q' and
11962            not 'VHOST'"
11963   parameters:
11964   - "throughput"
11965   - "parent"
11966   - "tags"
11967   sort:
11968   - "IP4BASE"
11969   - "ACL_STATELESS"
11970   - "ACL_STATEFUL"
11971   - "ACL_STATELESS"
11972   - "ACL_STATEFUL"
11973   traces:
11974     hoverinfo: "x+y"
11975     boxpoints: "outliers"
11976     whiskerwidth: 0
11977   layout:
11978     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11979     layout: "plot-throughput"
11980
11981 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11982 - type: "plot"
11983   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11984   algorithm: "plot_performance_box"
11985   output-file-type: ".html"
11986   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11988   filter: "'NIC_Intel-XXV710' and
11989            '64B' and
11990            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11991            'NDRPDR' and
11992            '2T1C' and
11993            'IP4FWD' and
11994            not 'IPSEC' and
11995            not 'DOT1Q' and
11996            not 'VHOST'"
11997   parameters:
11998   - "throughput"
11999   - "parent"
12000   - "tags"
12001   sort:
12002   - "IP4BASE"
12003   - "FIB_20K"
12004   - "FIB_200K"
12005   - "FIB_2M"
12006   traces:
12007     hoverinfo: "x+y"
12008     boxpoints: "outliers"
12009     whiskerwidth: 0
12010   layout:
12011     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12016   algorithm: "plot_performance_box"
12017   output-file-type: ".html"
12018   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12020   filter: "'NIC_Intel-XXV710' and
12021            '64B' and
12022            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12023            'NDRPDR' and
12024            '2T1C' and
12025            'IP4FWD' and
12026            not 'IPSEC' and
12027            not 'DOT1Q' and
12028            not 'VHOST'"
12029   parameters:
12030   - "throughput"
12031   - "parent"
12032   - "tags"
12033   sort:
12034   - "IP4BASE"
12035   - "FIB_20K"
12036   - "FIB_200K"
12037   - "FIB_2M"
12038   traces:
12039     hoverinfo: "x+y"
12040     boxpoints: "outliers"
12041     whiskerwidth: 0
12042   layout:
12043     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12048   algorithm: "plot_performance_box"
12049   output-file-type: ".html"
12050   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12052   filter: "'NIC_Intel-XXV710' and
12053            '64B' and
12054            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12055            'NDRPDR' and
12056            '4T2C' and
12057            'IP4FWD' and
12058            not 'IPSEC' and
12059            not 'DOT1Q' and
12060            not 'VHOST'"
12061   parameters:
12062   - "throughput"
12063   - "parent"
12064   - "tags"
12065   sort:
12066   - "IP4BASE"
12067   - "FIB_20K"
12068   - "FIB_200K"
12069   - "FIB_2M"
12070   traces:
12071     hoverinfo: "x+y"
12072     boxpoints: "outliers"
12073     whiskerwidth: 0
12074   layout:
12075     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12080   algorithm: "plot_performance_box"
12081   output-file-type: ".html"
12082   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12084   filter: "'NIC_Intel-XXV710' and
12085            '64B' and
12086            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12087            'NDRPDR' and
12088            '4T2C' and
12089            'IP4FWD' and
12090            not 'IPSEC' and
12091            not 'DOT1Q' and
12092            not 'VHOST'"
12093   parameters:
12094   - "throughput"
12095   - "parent"
12096   - "tags"
12097   sort:
12098   - "IP4BASE"
12099   - "FIB_20K"
12100   - "FIB_200K"
12101   - "FIB_2M"
12102   traces:
12103     hoverinfo: "x+y"
12104     boxpoints: "outliers"
12105     whiskerwidth: 0
12106   layout:
12107     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12108     layout: "plot-throughput"
12109
12110 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12111 #- type: "plot"
12112 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12113 #  algorithm: "plot_performance_box"
12114 #  output-file-type: ".html"
12115 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12116 #  data: "intel-dnv-vpp"
12117 #  filter: "'NIC_Intel-X553' and
12118 #           '64B' and
12119 #           'IP4BASE' and
12120 #           'NDRPDR' and
12121 #           '1T1C' and
12122 #           'IP4FWD' and
12123 #           not 'IPSEC' and
12124 #           not 'VHOST'"
12125 #  parameters:
12126 #  - "throughput"
12127 #  - "parent"
12128 #  - "tags"
12129 #  sort:
12130 #  - "IP4BASE"
12131 #  traces:
12132 #    hoverinfo: "x+y"
12133 #    boxpoints: "outliers"
12134 #    whiskerwidth: 0
12135 #  layout:
12136 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12137 #    layout: "plot-throughput"
12138 #
12139 #- type: "plot"
12140 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12141 #  algorithm: "plot_performance_box"
12142 #  output-file-type: ".html"
12143 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12144 #  data: "intel-dnv-vpp"
12145 #  filter: "'NIC_Intel-X553' and
12146 #           '64B' and
12147 #           'IP4BASE' and
12148 #           'NDRPDR' and
12149 #           '1T1C' and
12150 #           'IP4FWD' and
12151 #           not 'IPSEC' and
12152 #           not 'VHOST'"
12153 #  parameters:
12154 #  - "throughput"
12155 #  - "parent"
12156 #  - "tags"
12157 #  sort:
12158 #  - "IP4BASE"
12159 #  traces:
12160 #    hoverinfo: "x+y"
12161 #    boxpoints: "outliers"
12162 #    whiskerwidth: 0
12163 #  layout:
12164 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12165 #    layout: "plot-throughput"
12166 #
12167 #- type: "plot"
12168 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12169 #  algorithm: "plot_performance_box"
12170 #  output-file-type: ".html"
12171 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12172 #  data: "intel-dnv-vpp"
12173 #  filter: "'NIC_Intel-X553' and
12174 #           '64B' and
12175 #           'IP4BASE' and
12176 #           'NDRPDR' and
12177 #           '2T2C' and
12178 #           'IP4FWD' and
12179 #           not 'IPSEC' and
12180 #           not 'VHOST'"
12181 #  parameters:
12182 #  - "throughput"
12183 #  - "parent"
12184 #  - "tags"
12185 #  sort:
12186 #  - "IP4BASE"
12187 #  traces:
12188 #    hoverinfo: "x+y"
12189 #    boxpoints: "outliers"
12190 #    whiskerwidth: 0
12191 #  layout:
12192 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12193 #    layout: "plot-throughput"
12194 #
12195 #- type: "plot"
12196 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12197 #  algorithm: "plot_performance_box"
12198 #  output-file-type: ".html"
12199 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12200 #  data: "intel-dnv-vpp"
12201 #  filter: "'NIC_Intel-X553' and
12202 #           '64B' and
12203 #           'IP4BASE' and
12204 #           'NDRPDR' and
12205 #           '2T2C' and
12206 #           'IP4FWD' and
12207 #           not 'IPSEC' and
12208 #           not 'VHOST'"
12209 #  parameters:
12210 #  - "throughput"
12211 #  - "parent"
12212 #  - "tags"
12213 #  sort:
12214 #  - "IP4BASE"
12215 #  traces:
12216 #    hoverinfo: "x+y"
12217 #    boxpoints: "outliers"
12218 #    whiskerwidth: 0
12219 #  layout:
12220 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12221 #    layout: "plot-throughput"
12222
12223 ################################################################################
12224
12225 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12226 - type: "plot"
12227   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12228   algorithm: "plot_performance_box"
12229   output-file-type: ".html"
12230   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12232   filter: "'NIC_Intel-X520-DA2' and
12233            '64B' and
12234            'ENCAP' and
12235            'NDRPDR' and
12236            '1T1C' and
12237            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12238            not 'DOT1Q' and
12239            not 'VHOST' and
12240            not 'IPSECHW'"
12241   parameters:
12242   - "throughput"
12243   - "parent"
12244   - "tags"
12245   sort:
12246   - "IP4BASE"
12247   - "L2BDMACLRN"
12248   - "L2XCFWD"
12249   - "LISP"
12250   traces:
12251     hoverinfo: "x+y"
12252     boxpoints: "outliers"
12253     whiskerwidth: 0
12254   layout:
12255     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12260   algorithm: "plot_performance_box"
12261   output-file-type: ".html"
12262   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12264   filter: "'NIC_Intel-X520-DA2' and
12265            '64B' and
12266            'ENCAP' and
12267            'NDRPDR' and
12268            '2T2C' and
12269            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12270            not 'DOT1Q' and
12271            not 'VHOST' and
12272            not 'IPSECHW'"
12273   parameters:
12274   - "throughput"
12275   - "parent"
12276   - "tags"
12277   sort:
12278   - "IP4BASE"
12279   - "L2BDMACLRN"
12280   - "L2XCFWD"
12281   - "LISP"
12282   traces:
12283     hoverinfo: "x+y"
12284     boxpoints: "outliers"
12285     whiskerwidth: 0
12286   layout:
12287     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12292   algorithm: "plot_performance_box"
12293   output-file-type: ".html"
12294   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12296   filter: "'NIC_Intel-X520-DA2' and
12297            '64B' and
12298            'ENCAP' and
12299            'NDRPDR' and
12300            '1T1C' and
12301            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12302            not 'DOT1Q' and
12303            not 'VHOST' and
12304            not 'IPSECHW'"
12305   parameters:
12306   - "throughput"
12307   - "parent"
12308   - "tags"
12309   sort:
12310   - "IP4BASE"
12311   - "L2BDMACLRN"
12312   - "L2XCFWD"
12313   - "LISP"
12314   traces:
12315     hoverinfo: "x+y"
12316     boxpoints: "outliers"
12317     whiskerwidth: 0
12318   layout:
12319     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12324   algorithm: "plot_performance_box"
12325   output-file-type: ".html"
12326   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12327   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12328   filter: "'NIC_Intel-X520-DA2' and
12329            '64B' and
12330            'ENCAP' and
12331            'NDRPDR' and
12332            '2T2C' and
12333            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12334            not 'DOT1Q' and
12335            not 'VHOST' and
12336            not 'IPSECHW'"
12337   parameters:
12338   - "throughput"
12339   - "parent"
12340   - "tags"
12341   sort:
12342   - "IP4BASE"
12343   - "L2BDMACLRN"
12344   - "L2XCFWD"
12345   - "LISP"
12346   traces:
12347     hoverinfo: "x+y"
12348     boxpoints: "outliers"
12349     whiskerwidth: 0
12350   layout:
12351     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12352     layout: "plot-throughput"
12353
12354 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12355 - type: "plot"
12356   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12357   algorithm: "plot_performance_box"
12358   output-file-type: ".html"
12359   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12361   filter: "'NIC_Intel-X710' and
12362            '64B' and
12363            'ENCAP' and
12364            'NDRPDR' and
12365            '1T1C' and
12366            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12367            not 'VHOST' and
12368            not 'IPSECHW'"
12369   parameters:
12370   - "throughput"
12371   - "parent"
12372   - "tags"
12373   sort:
12374   - "IP4BASE"
12375   - "LISP"
12376   - "VXLAN_1"
12377   - "VXLAN_10"
12378   - "VXLAN_100"
12379   - "VXLAN_1000"
12380   traces:
12381     hoverinfo: "x+y"
12382     boxpoints: "outliers"
12383     whiskerwidth: 0
12384   layout:
12385     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12386     layout: "plot-throughput"
12387
12388 - type: "plot"
12389   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12390   algorithm: "plot_performance_box"
12391   output-file-type: ".html"
12392   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12394   filter: "'NIC_Intel-X710' and
12395            '64B' and
12396            'ENCAP' and
12397            'NDRPDR' and
12398            '1T1C' and
12399            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12400            not 'VHOST' and
12401            not 'IPSECHW'"
12402   parameters:
12403   - "throughput"
12404   - "parent"
12405   - "tags"
12406   sort:
12407   - "IP4BASE"
12408   - "LISP"
12409   - "VXLAN_1"
12410   - "VXLAN_10"
12411   - "VXLAN_100"
12412   - "VXLAN_1000"
12413   traces:
12414     hoverinfo: "x+y"
12415     boxpoints: "outliers"
12416     whiskerwidth: 0
12417   layout:
12418     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12423   algorithm: "plot_performance_box"
12424   output-file-type: ".html"
12425   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12427   filter: "'NIC_Intel-X710' and
12428            '64B' and
12429            'ENCAP' and
12430            'NDRPDR' and
12431            '2T2C' and
12432            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12433            not 'VHOST' and
12434            not 'IPSECHW'"
12435   parameters:
12436   - "throughput"
12437   - "parent"
12438   - "tags"
12439   sort:
12440   - "IP4BASE"
12441   - "LISP"
12442   - "VXLAN_1"
12443   - "VXLAN_10"
12444   - "VXLAN_100"
12445   - "VXLAN_1000"
12446   traces:
12447     hoverinfo: "x+y"
12448     boxpoints: "outliers"
12449     whiskerwidth: 0
12450   layout:
12451     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12456   algorithm: "plot_performance_box"
12457   output-file-type: ".html"
12458   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12460   filter: "'NIC_Intel-X710' and
12461            '64B' and
12462            'ENCAP' and
12463            'NDRPDR' and
12464            '2T2C' and
12465            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12466            not 'VHOST' and
12467            not 'IPSECHW'"
12468   parameters:
12469   - "throughput"
12470   - "parent"
12471   - "tags"
12472   sort:
12473   - "IP4BASE"
12474   - "LISP"
12475   - "VXLAN_1"
12476   - "VXLAN_10"
12477   - "VXLAN_100"
12478   - "VXLAN_1000"
12479   traces:
12480     hoverinfo: "x+y"
12481     boxpoints: "outliers"
12482     whiskerwidth: 0
12483   layout:
12484     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12485     layout: "plot-throughput"
12486
12487 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12488 - type: "plot"
12489   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12490   algorithm: "plot_performance_box"
12491   output-file-type: ".html"
12492   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12494   filter: "'NIC_Intel-X710' and
12495            '64B' and
12496            'ENCAP' and
12497            'NDRPDR' and
12498            '1T1C' and
12499            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12500            not 'DOT1Q' and
12501            not 'VHOST' and
12502            not 'IPSECHW'"
12503   parameters:
12504   - "throughput"
12505   - "parent"
12506   - "tags"
12507   sort:
12508   - "IP4BASE"
12509   - "L2BDMACLRN"
12510   - "L2XCFWD"
12511   - "LISP"
12512   traces:
12513     hoverinfo: "x+y"
12514     boxpoints: "outliers"
12515     whiskerwidth: 0
12516   layout:
12517     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12518     layout: "plot-throughput"
12519
12520 - type: "plot"
12521   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12522   algorithm: "plot_performance_box"
12523   output-file-type: ".html"
12524   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12526   filter: "'NIC_Intel-X710' and
12527            '64B' and
12528            'ENCAP' and
12529            'NDRPDR' and
12530            '2T2C' and
12531            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12532            not 'DOT1Q' and
12533            not 'VHOST' and
12534            not 'IPSECHW'"
12535   parameters:
12536   - "throughput"
12537   - "parent"
12538   - "tags"
12539   sort:
12540   - "IP4BASE"
12541   - "L2BDMACLRN"
12542   - "L2XCFWD"
12543   - "LISP"
12544   traces:
12545     hoverinfo: "x+y"
12546     boxpoints: "outliers"
12547     whiskerwidth: 0
12548   layout:
12549     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12554   algorithm: "plot_performance_box"
12555   output-file-type: ".html"
12556   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12558   filter: "'NIC_Intel-X710' and
12559            '64B' and
12560            'ENCAP' and
12561            'NDRPDR' and
12562            '1T1C' and
12563            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12564            not 'DOT1Q' and
12565            not 'VHOST' and
12566            not 'IPSECHW'"
12567   parameters:
12568   - "throughput"
12569   - "parent"
12570   - "tags"
12571   sort:
12572   - "IP4BASE"
12573   - "L2BDMACLRN"
12574   - "L2XCFWD"
12575   - "LISP"
12576   traces:
12577     hoverinfo: "x+y"
12578     boxpoints: "outliers"
12579     whiskerwidth: 0
12580   layout:
12581     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12582     layout: "plot-throughput"
12583
12584 - type: "plot"
12585   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12586   algorithm: "plot_performance_box"
12587   output-file-type: ".html"
12588   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12590   filter: "'NIC_Intel-X710' and
12591            '64B' and
12592            'ENCAP' and
12593            'NDRPDR' and
12594            '2T2C' and
12595            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12596            not 'DOT1Q' and
12597            not 'VHOST' and
12598            not 'IPSECHW'"
12599   parameters:
12600   - "throughput"
12601   - "parent"
12602   - "tags"
12603   sort:
12604   - "IP4BASE"
12605   - "L2BDMACLRN"
12606   - "L2XCFWD"
12607   - "LISP"
12608   traces:
12609     hoverinfo: "x+y"
12610     boxpoints: "outliers"
12611     whiskerwidth: 0
12612   layout:
12613     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12614     layout: "plot-throughput"
12615
12616 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12617 - type: "plot"
12618   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12619   algorithm: "plot_performance_box"
12620   output-file-type: ".html"
12621   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12623   filter: "'NIC_Intel-X710' and
12624            '64B' and
12625            'ENCAP' and
12626            'NDRPDR' and
12627            '2T1C' and
12628            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12629            not 'VHOST' and
12630            not 'IPSECHW'"
12631   parameters:
12632   - "throughput"
12633   - "parent"
12634   - "tags"
12635   sort:
12636   - "IP4BASE"
12637   - "LISP"
12638   - "VXLAN_1"
12639   - "VXLAN_10"
12640   - "VXLAN_100"
12641   - "VXLAN_1000"
12642   traces:
12643     hoverinfo: "x+y"
12644     boxpoints: "outliers"
12645     whiskerwidth: 0
12646   layout:
12647     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12648     layout: "plot-throughput"
12649
12650 - type: "plot"
12651   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12652   algorithm: "plot_performance_box"
12653   output-file-type: ".html"
12654   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12656   filter: "'NIC_Intel-X710' and
12657            '64B' and
12658            'ENCAP' and
12659            'NDRPDR' and
12660            '2T1C' and
12661            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12662            not 'VHOST' and
12663            not 'IPSECHW'"
12664   parameters:
12665   - "throughput"
12666   - "parent"
12667   - "tags"
12668   sort:
12669   - "IP4BASE"
12670   - "LISP"
12671   - "VXLAN_1"
12672   - "VXLAN_10"
12673   - "VXLAN_100"
12674   - "VXLAN_1000"
12675   traces:
12676     hoverinfo: "x+y"
12677     boxpoints: "outliers"
12678     whiskerwidth: 0
12679   layout:
12680     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12681     layout: "plot-throughput"
12682
12683 - type: "plot"
12684   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12685   algorithm: "plot_performance_box"
12686   output-file-type: ".html"
12687   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689   filter: "'NIC_Intel-X710' and
12690            '64B' and
12691            'ENCAP' and
12692            'NDRPDR' and
12693            '4T2C' and
12694            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12695            not 'VHOST' and
12696            not 'IPSECHW'"
12697   parameters:
12698   - "throughput"
12699   - "parent"
12700   - "tags"
12701   sort:
12702   - "IP4BASE"
12703   - "LISP"
12704   - "VXLAN_1"
12705   - "VXLAN_10"
12706   - "VXLAN_100"
12707   - "VXLAN_1000"
12708   traces:
12709     hoverinfo: "x+y"
12710     boxpoints: "outliers"
12711     whiskerwidth: 0
12712   layout:
12713     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12718   algorithm: "plot_performance_box"
12719   output-file-type: ".html"
12720   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12722   filter: "'NIC_Intel-X710' and
12723            '64B' and
12724            'ENCAP' and
12725            'NDRPDR' and
12726            '4T2C' and
12727            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12728            not 'VHOST' and
12729            not 'IPSECHW'"
12730   parameters:
12731   - "throughput"
12732   - "parent"
12733   - "tags"
12734   sort:
12735   - "IP4BASE"
12736   - "LISP"
12737   - "VXLAN_1"
12738   - "VXLAN_10"
12739   - "VXLAN_100"
12740   - "VXLAN_1000"
12741   traces:
12742     hoverinfo: "x+y"
12743     boxpoints: "outliers"
12744     whiskerwidth: 0
12745   layout:
12746     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12747     layout: "plot-throughput"
12748
12749 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12750 - type: "plot"
12751   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12752   algorithm: "plot_performance_box"
12753   output-file-type: ".html"
12754   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12756   filter: "'NIC_Intel-X710' and
12757            '64B' and
12758            'ENCAP' and
12759            'NDRPDR' and
12760            '2T1C' and
12761            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12762            not 'DOT1Q' and
12763            not 'VHOST' and
12764            not 'IPSECHW'"
12765   parameters:
12766   - "throughput"
12767   - "parent"
12768   - "tags"
12769   sort:
12770   - "IP4BASE"
12771   - "L2BDMACLRN"
12772   - "L2XCFWD"
12773   - "LISP"
12774   traces:
12775     hoverinfo: "x+y"
12776     boxpoints: "outliers"
12777     whiskerwidth: 0
12778   layout:
12779     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12784   algorithm: "plot_performance_box"
12785   output-file-type: ".html"
12786   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12788   filter: "'NIC_Intel-X710' and
12789            '64B' and
12790            'ENCAP' and
12791            'NDRPDR' and
12792            '4T2C' and
12793            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12794            not 'DOT1Q' and
12795            not 'VHOST' and
12796            not 'IPSECHW'"
12797   parameters:
12798   - "throughput"
12799   - "parent"
12800   - "tags"
12801   sort:
12802   - "IP4BASE"
12803   - "L2BDMACLRN"
12804   - "L2XCFWD"
12805   - "LISP"
12806   traces:
12807     hoverinfo: "x+y"
12808     boxpoints: "outliers"
12809     whiskerwidth: 0
12810   layout:
12811     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12816   algorithm: "plot_performance_box"
12817   output-file-type: ".html"
12818   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12820   filter: "'NIC_Intel-X710' and
12821            '64B' and
12822            'ENCAP' and
12823            'NDRPDR' and
12824            '2T1C' and
12825            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12826            not 'DOT1Q' and
12827            not 'VHOST' and
12828            not 'IPSECHW'"
12829   parameters:
12830   - "throughput"
12831   - "parent"
12832   - "tags"
12833   sort:
12834   - "IP4BASE"
12835   - "L2BDMACLRN"
12836   - "L2XCFWD"
12837   - "LISP"
12838   traces:
12839     hoverinfo: "x+y"
12840     boxpoints: "outliers"
12841     whiskerwidth: 0
12842   layout:
12843     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12848   algorithm: "plot_performance_box"
12849   output-file-type: ".html"
12850   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12852   filter: "'NIC_Intel-X710' and
12853            '64B' and
12854            'ENCAP' and
12855            'NDRPDR' and
12856            '4T2C' and
12857            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12858            not 'DOT1Q' and
12859            not 'VHOST' and
12860            not 'IPSECHW'"
12861   parameters:
12862   - "throughput"
12863   - "parent"
12864   - "tags"
12865   sort:
12866   - "IP4BASE"
12867   - "L2BDMACLRN"
12868   - "L2XCFWD"
12869   - "LISP"
12870   traces:
12871     hoverinfo: "x+y"
12872     boxpoints: "outliers"
12873     whiskerwidth: 0
12874   layout:
12875     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12876     layout: "plot-throughput"
12877
12878 ################################################################################
12879
12880 # Packet Throughput - VPP IPv6 3n-hsw-x520
12881 - type: "plot"
12882   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12883   algorithm: "plot_performance_box"
12884   output-file-type: ".html"
12885   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12887   filter: "'NIC_Intel-X520-DA2' and
12888            '78B' and
12889            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12890            'NDRPDR' and
12891            '1T1C' and
12892            'IP6FWD' and
12893            not 'SRv6' and
12894            not 'IPSEC' and
12895            not 'VHOST'"
12896   parameters:
12897   - "throughput"
12898   - "parent"
12899   - "tags"
12900   sort:
12901   - "IP6BASE"
12902   - "FIB_20K"
12903   - "FIB_200K"
12904   - "FIB_2M"
12905   traces:
12906     hoverinfo: "x+y"
12907     boxpoints: "outliers"
12908     whiskerwidth: 0
12909   layout:
12910     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12915   algorithm: "plot_performance_box"
12916   output-file-type: ".html"
12917   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12919   filter: "'NIC_Intel-X520-DA2' and
12920            '78B' and
12921            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12922            'NDRPDR' and
12923            '1T1C' and
12924            'IP6FWD' and
12925            not 'SRv6' and
12926            not 'IPSEC' and
12927            not 'VHOST'"
12928   parameters:
12929   - "throughput"
12930   - "parent"
12931   - "tags"
12932   sort:
12933   - "IP6BASE"
12934   - "FIB_20K"
12935   - "FIB_200K"
12936   - "FIB_2M"
12937   traces:
12938     hoverinfo: "x+y"
12939     boxpoints: "outliers"
12940     whiskerwidth: 0
12941   layout:
12942     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12947   algorithm: "plot_performance_box"
12948   output-file-type: ".html"
12949   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12951   filter: "'NIC_Intel-X520-DA2' and
12952            '78B' and
12953            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12954            'NDRPDR' and
12955            '2T2C' and
12956            'IP6FWD' and
12957            not 'SRv6' and
12958            not 'IPSEC' and
12959            not 'VHOST'"
12960   parameters:
12961   - "throughput"
12962   - "parent"
12963   - "tags"
12964   sort:
12965   - "IP6BASE"
12966   - "FIB_20K"
12967   - "FIB_200K"
12968   - "FIB_2M"
12969   traces:
12970     hoverinfo: "x+y"
12971     boxpoints: "outliers"
12972     whiskerwidth: 0
12973   layout:
12974     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12979   algorithm: "plot_performance_box"
12980   output-file-type: ".html"
12981   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12983   filter: "'NIC_Intel-X520-DA2' and
12984            '78B' and
12985            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12986            'NDRPDR' and
12987            '2T2C' and
12988            'IP6FWD' and
12989            not 'SRv6' and
12990            not 'IPSEC' and
12991            not 'VHOST'"
12992   parameters:
12993   - "throughput"
12994   - "parent"
12995   - "tags"
12996   sort:
12997   - "IP6BASE"
12998   - "FIB_20K"
12999   - "FIB_200K"
13000   - "FIB_2M"
13001   traces:
13002     hoverinfo: "x+y"
13003     boxpoints: "outliers"
13004     whiskerwidth: 0
13005   layout:
13006     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13007     layout: "plot-throughput"
13008
13009 # Packet Throughput - VPP IPv6 3n-hsw-x710
13010 - type: "plot"
13011   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13012   algorithm: "plot_performance_box"
13013   output-file-type: ".html"
13014   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13016   filter: "'NIC_Intel-X710' and
13017            '78B' and
13018            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13019            'NDRPDR' and
13020            '1T1C' and
13021            'IP6FWD' and
13022            not 'SRv6' and
13023            not 'IPSEC' and
13024            not 'VHOST'"
13025   parameters:
13026   - "throughput"
13027   - "parent"
13028   - "tags"
13029   sort:
13030   - "IP6BASE"
13031   - "FIB_20K"
13032   - "FIB_200K"
13033   - "FIB_2M"
13034   traces:
13035     hoverinfo: "x+y"
13036     boxpoints: "outliers"
13037     whiskerwidth: 0
13038   layout:
13039     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13044   algorithm: "plot_performance_box"
13045   output-file-type: ".html"
13046   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13048   filter: "'NIC_Intel-X710' and
13049            '78B' and
13050            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13051            'NDRPDR' and
13052            '1T1C' and
13053            'IP6FWD' and
13054            not 'SRv6' and
13055            not 'IPSEC' and
13056            not 'VHOST'"
13057   parameters:
13058   - "throughput"
13059   - "parent"
13060   - "tags"
13061   sort:
13062   - "IP6BASE"
13063   - "FIB_20K"
13064   - "FIB_200K"
13065   - "FIB_2M"
13066   traces:
13067     hoverinfo: "x+y"
13068     boxpoints: "outliers"
13069     whiskerwidth: 0
13070   layout:
13071     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13076   algorithm: "plot_performance_box"
13077   output-file-type: ".html"
13078   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13080   filter: "'NIC_Intel-X710' and
13081            '78B' and
13082            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13083            'NDRPDR' and
13084            '2T2C' and
13085            'IP6FWD' and
13086            not 'SRv6' and
13087            not 'IPSEC' and
13088            not 'VHOST'"
13089   parameters:
13090   - "throughput"
13091   - "parent"
13092   - "tags"
13093   sort:
13094   - "IP6BASE"
13095   - "FIB_20K"
13096   - "FIB_200K"
13097   - "FIB_2M"
13098   traces:
13099     hoverinfo: "x+y"
13100     boxpoints: "outliers"
13101     whiskerwidth: 0
13102   layout:
13103     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13108   algorithm: "plot_performance_box"
13109   output-file-type: ".html"
13110   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13112   filter: "'NIC_Intel-X710' and
13113            '78B' and
13114            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13115            'NDRPDR' and
13116            '2T2C' and
13117            'IP6FWD' and
13118            not 'SRv6' and
13119            not 'IPSEC' and
13120            not 'VHOST'"
13121   parameters:
13122   - "throughput"
13123   - "parent"
13124   - "tags"
13125   sort:
13126   - "IP6BASE"
13127   - "FIB_20K"
13128   - "FIB_200K"
13129   - "FIB_2M"
13130   traces:
13131     hoverinfo: "x+y"
13132     boxpoints: "outliers"
13133     whiskerwidth: 0
13134   layout:
13135     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13136     layout: "plot-throughput"
13137
13138 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13139 - type: "plot"
13140   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13141   algorithm: "plot_performance_box"
13142   output-file-type: ".html"
13143   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13145   filter: "'NIC_Intel-X710' and
13146            '78B' and
13147            ('IP6BASE' or
13148             'POLICE_MARK' or
13149             'COPWHLIST' or
13150             'IACLDST') and
13151            'NDRPDR' and
13152            '1T1C' and
13153            'IP6FWD' and
13154            not 'SRv6' and
13155            not 'IPSEC' and
13156            not 'VHOST'"
13157   parameters:
13158   - "throughput"
13159   - "parent"
13160   - "tags"
13161   sort:
13162   - "IP6BASE"
13163   - "POLICE_MARK"
13164   - "COPWHLIST"
13165   - "IACLDST"
13166   traces:
13167     hoverinfo: "x+y"
13168     boxpoints: "outliers"
13169     whiskerwidth: 0
13170   layout:
13171     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13176   algorithm: "plot_performance_box"
13177   output-file-type: ".html"
13178   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13180   filter: "'NIC_Intel-X710' and
13181            '78B' and
13182            ('IP6BASE' or
13183             'POLICE_MARK' or
13184             'COPWHLIST' or
13185             'IACLDST') and
13186            'NDRPDR' and
13187            '2T2C' and
13188            'IP6FWD' and
13189            not 'SRv6' and
13190            not 'IPSEC' and
13191            not 'VHOST'"
13192   parameters:
13193   - "throughput"
13194   - "parent"
13195   - "tags"
13196   sort:
13197   - "IP6BASE"
13198   - "POLICE_MARK"
13199   - "COPWHLIST"
13200   - "IACLDST"
13201   traces:
13202     hoverinfo: "x+y"
13203     boxpoints: "outliers"
13204     whiskerwidth: 0
13205   layout:
13206     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13207     layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13211   algorithm: "plot_performance_box"
13212   output-file-type: ".html"
13213   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13215   filter: "'NIC_Intel-X710' and
13216            '78B' and
13217            ('IP6BASE' or
13218             'POLICE_MARK' or
13219             'COPWHLIST' or
13220             'IACLDST') and
13221            'NDRPDR' and
13222            '1T1C' and
13223            'IP6FWD' and
13224            not 'SRv6' and
13225            not 'IPSEC' and
13226            not 'VHOST'"
13227   parameters:
13228   - "throughput"
13229   - "parent"
13230   - "tags"
13231   sort:
13232   - "IP6BASE"
13233   - "POLICE_MARK"
13234   - "COPWHLIST"
13235   - "IACLDST"
13236   traces:
13237     hoverinfo: "x+y"
13238     boxpoints: "outliers"
13239     whiskerwidth: 0
13240   layout:
13241     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13242     layout: "plot-throughput"
13243
13244 - type: "plot"
13245   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13246   algorithm: "plot_performance_box"
13247   output-file-type: ".html"
13248   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13250   filter: "'NIC_Intel-X710' and
13251            '78B' and
13252            ('IP6BASE' or
13253             'POLICE_MARK' or
13254             'COPWHLIST' or
13255             'IACLDST') and
13256            'NDRPDR' and
13257            '2T2C' and
13258            'IP6FWD' and
13259            not 'SRv6' and
13260            not 'IPSEC' and
13261            not 'VHOST'"
13262   parameters:
13263   - "throughput"
13264   - "parent"
13265   - "tags"
13266   sort:
13267   - "IP6BASE"
13268   - "POLICE_MARK"
13269   - "COPWHLIST"
13270   - "IACLDST"
13271   traces:
13272     hoverinfo: "x+y"
13273     boxpoints: "outliers"
13274     whiskerwidth: 0
13275   layout:
13276     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13277     layout: "plot-throughput"
13278
13279 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13280 - type: "plot"
13281   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13282   algorithm: "plot_performance_box"
13283   output-file-type: ".html"
13284   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13286   filter: "'NIC_Intel-XL710' and
13287            '78B' and
13288            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13289            'NDRPDR' and
13290            '1T1C' and
13291            'IP6FWD' and
13292            not 'SRv6' and
13293            not 'IPSEC' and
13294            not 'VHOST'"
13295   parameters:
13296   - "throughput"
13297   - "parent"
13298   - "tags"
13299   sort:
13300   - "IP6BASE"
13301   - "FIB_20K"
13302   - "FIB_200K"
13303   - "FIB_2M"
13304   traces:
13305     hoverinfo: "x+y"
13306     boxpoints: "outliers"
13307     whiskerwidth: 0
13308   layout:
13309     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13310     layout: "plot-throughput"
13311
13312 - type: "plot"
13313   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13314   algorithm: "plot_performance_box"
13315   output-file-type: ".html"
13316   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13318   filter: "'NIC_Intel-XL710' and
13319            '78B' and
13320            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13321            'NDRPDR' and
13322            '1T1C' and
13323            'IP6FWD' and
13324            not 'SRv6' and
13325            not 'IPSEC' and
13326            not 'VHOST'"
13327   parameters:
13328   - "throughput"
13329   - "parent"
13330   - "tags"
13331   sort:
13332   - "IP6BASE"
13333   - "FIB_20K"
13334   - "FIB_200K"
13335   - "FIB_2M"
13336   traces:
13337     hoverinfo: "x+y"
13338     boxpoints: "outliers"
13339     whiskerwidth: 0
13340   layout:
13341     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13342     layout: "plot-throughput"
13343
13344 - type: "plot"
13345   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13346   algorithm: "plot_performance_box"
13347   output-file-type: ".html"
13348   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13350   filter: "'NIC_Intel-XL710' and
13351            '78B' and
13352            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13353            'NDRPDR' and
13354            '2T2C' and
13355            'IP6FWD' and
13356            not 'SRv6' and
13357            not 'IPSEC' and
13358            not 'VHOST'"
13359   parameters:
13360   - "throughput"
13361   - "parent"
13362   - "tags"
13363   sort:
13364   - "IP6BASE"
13365   - "FIB_20K"
13366   - "FIB_200K"
13367   - "FIB_2M"
13368   traces:
13369     hoverinfo: "x+y"
13370     boxpoints: "outliers"
13371     whiskerwidth: 0
13372   layout:
13373     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13374     layout: "plot-throughput"
13375
13376 - type: "plot"
13377   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13378   algorithm: "plot_performance_box"
13379   output-file-type: ".html"
13380   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13382   filter: "'NIC_Intel-XL710' and
13383            '78B' and
13384            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13385            'NDRPDR' and
13386            '2T2C' and
13387            'IP6FWD' and
13388            not 'SRv6' and
13389            not 'IPSEC' and
13390            not 'VHOST'"
13391   parameters:
13392   - "throughput"
13393   - "parent"
13394   - "tags"
13395   sort:
13396   - "IP6BASE"
13397   - "FIB_20K"
13398   - "FIB_200K"
13399   - "FIB_2M"
13400   traces:
13401     hoverinfo: "x+y"
13402     boxpoints: "outliers"
13403     whiskerwidth: 0
13404   layout:
13405     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13406     layout: "plot-throughput"
13407
13408 # Packet Throughput - VPP IPv6 3n-skx-x710
13409 - type: "plot"
13410   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13411   algorithm: "plot_performance_box"
13412   output-file-type: ".html"
13413   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   filter: "'NIC_Intel-X710' and
13416            '78B' and
13417            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13418            'NDRPDR' and
13419            '2T1C' and
13420            'IP6FWD' and
13421            not 'SRv6' and
13422            not 'IPSEC' and
13423            not 'VHOST'"
13424   parameters:
13425   - "throughput"
13426   - "parent"
13427   - "tags"
13428   sort:
13429   - "IP6BASE"
13430   - "FIB_20K"
13431   - "FIB_200K"
13432   - "FIB_2M"
13433   traces:
13434     hoverinfo: "x+y"
13435     boxpoints: "outliers"
13436     whiskerwidth: 0
13437   layout:
13438     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13443   algorithm: "plot_performance_box"
13444   output-file-type: ".html"
13445   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   filter: "'NIC_Intel-X710' and
13448            '78B' and
13449            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13450            'NDRPDR' and
13451            '2T1C' and
13452            'IP6FWD' and
13453            not 'SRv6' and
13454            not 'IPSEC' and
13455            not 'VHOST'"
13456   parameters:
13457   - "throughput"
13458   - "parent"
13459   - "tags"
13460   sort:
13461   - "IP6BASE"
13462   - "FIB_20K"
13463   - "FIB_200K"
13464   - "FIB_2M"
13465   traces:
13466     hoverinfo: "x+y"
13467     boxpoints: "outliers"
13468     whiskerwidth: 0
13469   layout:
13470     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13475   algorithm: "plot_performance_box"
13476   output-file-type: ".html"
13477   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479   filter: "'NIC_Intel-X710' and
13480            '78B' and
13481            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13482            'NDRPDR' and
13483            '4T2C' and
13484            'IP6FWD' and
13485            not 'SRv6' and
13486            not 'IPSEC' and
13487            not 'VHOST'"
13488   parameters:
13489   - "throughput"
13490   - "parent"
13491   - "tags"
13492   sort:
13493   - "IP6BASE"
13494   - "FIB_20K"
13495   - "FIB_200K"
13496   - "FIB_2M"
13497   traces:
13498     hoverinfo: "x+y"
13499     boxpoints: "outliers"
13500     whiskerwidth: 0
13501   layout:
13502     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13503     layout: "plot-throughput"
13504
13505 - type: "plot"
13506   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13507   algorithm: "plot_performance_box"
13508   output-file-type: ".html"
13509   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13511   filter: "'NIC_Intel-X710' and
13512            '78B' and
13513            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13514            'NDRPDR' and
13515            '4T2C' and
13516            'IP6FWD' and
13517            not 'SRv6' and
13518            not 'IPSEC' and
13519            not 'VHOST'"
13520   parameters:
13521   - "throughput"
13522   - "parent"
13523   - "tags"
13524   sort:
13525   - "IP6BASE"
13526   - "FIB_20K"
13527   - "FIB_200K"
13528   - "FIB_2M"
13529   traces:
13530     hoverinfo: "x+y"
13531     boxpoints: "outliers"
13532     whiskerwidth: 0
13533   layout:
13534     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13535     layout: "plot-throughput"
13536
13537 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13538 - type: "plot"
13539   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13540   algorithm: "plot_performance_box"
13541   output-file-type: ".html"
13542   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13544   filter: "'NIC_Intel-X710' and
13545            '78B' and
13546            ('IP6BASE' or
13547             'POLICE_MARK' or
13548             'COPWHLIST' or
13549             'IACLDST') and
13550            'NDRPDR' and
13551            '2T1C' and
13552            'IP6FWD' and
13553            not 'SRv6' and
13554            not 'IPSEC' and
13555            not 'VHOST'"
13556   parameters:
13557   - "throughput"
13558   - "parent"
13559   - "tags"
13560   sort:
13561   - "IP6BASE"
13562   - "POLICE_MARK"
13563   - "COPWHLIST"
13564   - "IACLDST"
13565   traces:
13566     hoverinfo: "x+y"
13567     boxpoints: "outliers"
13568     whiskerwidth: 0
13569   layout:
13570     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13571     layout: "plot-throughput"
13572
13573 - type: "plot"
13574   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13575   algorithm: "plot_performance_box"
13576   output-file-type: ".html"
13577   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13579   filter: "'NIC_Intel-X710' and
13580            '78B' and
13581            ('IP6BASE' or
13582             'POLICE_MARK' or
13583             'COPWHLIST' or
13584             'IACLDST') and
13585            'NDRPDR' and
13586            '4T2C' and
13587            'IP6FWD' and
13588            not 'SRv6' and
13589            not 'IPSEC' and
13590            not 'VHOST'"
13591   parameters:
13592   - "throughput"
13593   - "parent"
13594   - "tags"
13595   sort:
13596   - "IP6BASE"
13597   - "POLICE_MARK"
13598   - "COPWHLIST"
13599   - "IACLDST"
13600   traces:
13601     hoverinfo: "x+y"
13602     boxpoints: "outliers"
13603     whiskerwidth: 0
13604   layout:
13605     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13606     layout: "plot-throughput"
13607
13608 - type: "plot"
13609   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13610   algorithm: "plot_performance_box"
13611   output-file-type: ".html"
13612   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13614   filter: "'NIC_Intel-X710' and
13615            '78B' and
13616            ('IP6BASE' or
13617             'POLICE_MARK' or
13618             'COPWHLIST' or
13619             'IACLDST') and
13620            'NDRPDR' and
13621            '2T1C' and
13622            'IP6FWD' and
13623            not 'SRv6' and
13624            not 'IPSEC' and
13625            not 'VHOST'"
13626   parameters:
13627   - "throughput"
13628   - "parent"
13629   - "tags"
13630   sort:
13631   - "IP6BASE"
13632   - "POLICE_MARK"
13633   - "COPWHLIST"
13634   - "IACLDST"
13635   traces:
13636     hoverinfo: "x+y"
13637     boxpoints: "outliers"
13638     whiskerwidth: 0
13639   layout:
13640     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13641     layout: "plot-throughput"
13642
13643 - type: "plot"
13644   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13645   algorithm: "plot_performance_box"
13646   output-file-type: ".html"
13647   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13649   filter: "'NIC_Intel-X710' and
13650            '78B' and
13651            ('IP6BASE' or
13652             'POLICE_MARK' or
13653             'COPWHLIST' or
13654             'IACLDST') and
13655            'NDRPDR' and
13656            '4T2C' and
13657            'IP6FWD' and
13658            not 'SRv6' and
13659            not 'IPSEC' and
13660            not 'VHOST'"
13661   parameters:
13662   - "throughput"
13663   - "parent"
13664   - "tags"
13665   sort:
13666   - "IP6BASE"
13667   - "POLICE_MARK"
13668   - "COPWHLIST"
13669   - "IACLDST"
13670   traces:
13671     hoverinfo: "x+y"
13672     boxpoints: "outliers"
13673     whiskerwidth: 0
13674   layout:
13675     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13676     layout: "plot-throughput"
13677
13678 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13679 - type: "plot"
13680   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13681   algorithm: "plot_performance_box"
13682   output-file-type: ".html"
13683   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13685   filter: "'NIC_Intel-XXV710' and
13686            '78B' and
13687            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13688            'NDRPDR' and
13689            '2T1C' and
13690            'IP6FWD' and
13691            not 'SRv6' and
13692            not 'IPSEC' and
13693            not 'VHOST'"
13694   parameters:
13695   - "throughput"
13696   - "parent"
13697   - "tags"
13698   sort:
13699   - "IP6BASE"
13700   - "FIB_20K"
13701   - "FIB_200K"
13702   - "FIB_2M"
13703   traces:
13704     hoverinfo: "x+y"
13705     boxpoints: "outliers"
13706     whiskerwidth: 0
13707   layout:
13708     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13709     layout: "plot-throughput"
13710
13711 - type: "plot"
13712   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13713   algorithm: "plot_performance_box"
13714   output-file-type: ".html"
13715   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717   filter: "'NIC_Intel-XXV710' and
13718            '78B' and
13719            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13720            'NDRPDR' and
13721            '2T1C' and
13722            'IP6FWD' and
13723            not 'SRv6' and
13724            not 'IPSEC' and
13725            not 'VHOST'"
13726   parameters:
13727   - "throughput"
13728   - "parent"
13729   - "tags"
13730   sort:
13731   - "IP6BASE"
13732   - "FIB_20K"
13733   - "FIB_200K"
13734   - "FIB_2M"
13735   traces:
13736     hoverinfo: "x+y"
13737     boxpoints: "outliers"
13738     whiskerwidth: 0
13739   layout:
13740     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13741     layout: "plot-throughput"
13742
13743 - type: "plot"
13744   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13745   algorithm: "plot_performance_box"
13746   output-file-type: ".html"
13747   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13749   filter: "'NIC_Intel-XXV710' and
13750            '78B' and
13751            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13752            'NDRPDR' and
13753            '4T2C' and
13754            'IP6FWD' and
13755            not 'SRv6' and
13756            not 'IPSEC' and
13757            not 'VHOST'"
13758   parameters:
13759   - "throughput"
13760   - "parent"
13761   - "tags"
13762   sort:
13763   - "IP6BASE"
13764   - "FIB_20K"
13765   - "FIB_200K"
13766   - "FIB_2M"
13767   traces:
13768     hoverinfo: "x+y"
13769     boxpoints: "outliers"
13770     whiskerwidth: 0
13771   layout:
13772     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13773     layout: "plot-throughput"
13774
13775 - type: "plot"
13776   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13777   algorithm: "plot_performance_box"
13778   output-file-type: ".html"
13779   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13781   filter: "'NIC_Intel-XXV710' and
13782            '78B' and
13783            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13784            'NDRPDR' and
13785            '4T2C' and
13786            'IP6FWD' and
13787            not 'SRv6' and
13788            not 'IPSEC' and
13789            not 'VHOST'"
13790   parameters:
13791   - "throughput"
13792   - "parent"
13793   - "tags"
13794   sort:
13795   - "IP6BASE"
13796   - "FIB_20K"
13797   - "FIB_200K"
13798   - "FIB_2M"
13799   traces:
13800     hoverinfo: "x+y"
13801     boxpoints: "outliers"
13802     whiskerwidth: 0
13803   layout:
13804     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13805     layout: "plot-throughput"
13806
13807 # Packet Throughput - VPP IPv6 2n-skx-x710
13808 - type: "plot"
13809   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13810   algorithm: "plot_performance_box"
13811   output-file-type: ".html"
13812   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13814   filter: "'NIC_Intel-X710' and
13815            '78B' and
13816            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13817            'NDRPDR' and
13818            '2T1C' and
13819            'IP6FWD' and
13820            not 'SRv6' and
13821            not 'IPSEC' and
13822            not 'VHOST'"
13823   parameters:
13824   - "throughput"
13825   - "parent"
13826   - "tags"
13827   sort:
13828   - "IP6BASE"
13829   - "FIB_20K"
13830   - "FIB_200K"
13831   - "FIB_2M"
13832   traces:
13833     hoverinfo: "x+y"
13834     boxpoints: "outliers"
13835     whiskerwidth: 0
13836   layout:
13837     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13838     layout: "plot-throughput"
13839
13840 - type: "plot"
13841   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13842   algorithm: "plot_performance_box"
13843   output-file-type: ".html"
13844   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13846   filter: "'NIC_Intel-X710' and
13847            '78B' and
13848            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13849            'NDRPDR' and
13850            '2T1C' and
13851            'IP6FWD' and
13852            not 'SRv6' and
13853            not 'IPSEC' and
13854            not 'VHOST'"
13855   parameters:
13856   - "throughput"
13857   - "parent"
13858   - "tags"
13859   sort:
13860   - "IP6BASE"
13861   - "FIB_20K"
13862   - "FIB_200K"
13863   - "FIB_2M"
13864   traces:
13865     hoverinfo: "x+y"
13866     boxpoints: "outliers"
13867     whiskerwidth: 0
13868   layout:
13869     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13870     layout: "plot-throughput"
13871
13872 - type: "plot"
13873   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13874   algorithm: "plot_performance_box"
13875   output-file-type: ".html"
13876   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13878   filter: "'NIC_Intel-X710' and
13879            '78B' and
13880            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13881            'NDRPDR' and
13882            '4T2C' and
13883            'IP6FWD' and
13884            not 'SRv6' and
13885            not 'IPSEC' and
13886            not 'VHOST'"
13887   parameters:
13888   - "throughput"
13889   - "parent"
13890   - "tags"
13891   sort:
13892   - "IP6BASE"
13893   - "FIB_20K"
13894   - "FIB_200K"
13895   - "FIB_2M"
13896   traces:
13897     hoverinfo: "x+y"
13898     boxpoints: "outliers"
13899     whiskerwidth: 0
13900   layout:
13901     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13902     layout: "plot-throughput"
13903
13904 - type: "plot"
13905   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13906   algorithm: "plot_performance_box"
13907   output-file-type: ".html"
13908   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13910   filter: "'NIC_Intel-X710' and
13911            '78B' and
13912            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13913            'NDRPDR' and
13914            '4T2C' and
13915            'IP6FWD' and
13916            not 'SRv6' and
13917            not 'IPSEC' and
13918            not 'VHOST'"
13919   parameters:
13920   - "throughput"
13921   - "parent"
13922   - "tags"
13923   sort:
13924   - "IP6BASE"
13925   - "FIB_20K"
13926   - "FIB_200K"
13927   - "FIB_2M"
13928   traces:
13929     hoverinfo: "x+y"
13930     boxpoints: "outliers"
13931     whiskerwidth: 0
13932   layout:
13933     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13934     layout: "plot-throughput"
13935
13936 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13937 - type: "plot"
13938   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13939   algorithm: "plot_performance_box"
13940   output-file-type: ".html"
13941   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13943   filter: "'NIC_Intel-XXV710' and
13944            '78B' and
13945            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13946            'NDRPDR' and
13947            '2T1C' and
13948            'IP6FWD' and
13949            not 'SRv6' and
13950            not 'IPSEC' and
13951            not 'VHOST'"
13952   parameters:
13953   - "throughput"
13954   - "parent"
13955   - "tags"
13956   sort:
13957   - "IP6BASE"
13958   - "FIB_20K"
13959   - "FIB_200K"
13960   - "FIB_2M"
13961   traces:
13962     hoverinfo: "x+y"
13963     boxpoints: "outliers"
13964     whiskerwidth: 0
13965   layout:
13966     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13967     layout: "plot-throughput"
13968
13969 - type: "plot"
13970   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13971   algorithm: "plot_performance_box"
13972   output-file-type: ".html"
13973   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13975   filter: "'NIC_Intel-XXV710' and
13976            '78B' and
13977            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13978            'NDRPDR' and
13979            '2T1C' and
13980            'IP6FWD' and
13981            not 'SRv6' and
13982            not 'IPSEC' and
13983            not 'VHOST'"
13984   parameters:
13985   - "throughput"
13986   - "parent"
13987   - "tags"
13988   sort:
13989   - "IP6BASE"
13990   - "FIB_20K"
13991   - "FIB_200K"
13992   - "FIB_2M"
13993   traces:
13994     hoverinfo: "x+y"
13995     boxpoints: "outliers"
13996     whiskerwidth: 0
13997   layout:
13998     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14003   algorithm: "plot_performance_box"
14004   output-file-type: ".html"
14005   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14007   filter: "'NIC_Intel-XXV710' and
14008            '78B' and
14009            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14010            'NDRPDR' and
14011            '4T2C' and
14012            'IP6FWD' and
14013            not 'SRv6' and
14014            not 'IPSEC' and
14015            not 'VHOST'"
14016   parameters:
14017   - "throughput"
14018   - "parent"
14019   - "tags"
14020   sort:
14021   - "IP6BASE"
14022   - "FIB_20K"
14023   - "FIB_200K"
14024   - "FIB_2M"
14025   traces:
14026     hoverinfo: "x+y"
14027     boxpoints: "outliers"
14028     whiskerwidth: 0
14029   layout:
14030     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14031     layout: "plot-throughput"
14032
14033 - type: "plot"
14034   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14035   algorithm: "plot_performance_box"
14036   output-file-type: ".html"
14037   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14039   filter: "'NIC_Intel-XXV710' and
14040            '78B' and
14041            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14042            'NDRPDR' and
14043            '4T2C' and
14044            'IP6FWD' and
14045            not 'SRv6' and
14046            not 'IPSEC' and
14047            not 'VHOST'"
14048   parameters:
14049   - "throughput"
14050   - "parent"
14051   - "tags"
14052   sort:
14053   - "IP6BASE"
14054   - "FIB_20K"
14055   - "FIB_200K"
14056   - "FIB_2M"
14057   traces:
14058     hoverinfo: "x+y"
14059     boxpoints: "outliers"
14060     whiskerwidth: 0
14061   layout:
14062     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14063     layout: "plot-throughput"
14064
14065 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14066 #- type: "plot"
14067 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14068 #  algorithm: "plot_performance_box"
14069 #  output-file-type: ".html"
14070 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14071 #  data: "intel-dnv-vpp"
14072 #  filter: "'NIC_Intel-X553' and
14073 #           '78B' and
14074 #           'IP6BASE' and
14075 #           'NDRPDR' and
14076 #           '1T1C' and
14077 #           'IP6FWD' and
14078 #           not 'SRv6' and
14079 #           not 'IPSEC' and
14080 #           not 'VHOST'"
14081 #  parameters:
14082 #  - "throughput"
14083 #  - "parent"
14084 #  - "tags"
14085 #  sort:
14086 #  - "IP6BASE"
14087 #  traces:
14088 #    hoverinfo: "x+y"
14089 #    boxpoints: "outliers"
14090 #    whiskerwidth: 0
14091 #  layout:
14092 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14093 #    layout: "plot-throughput"
14094 #
14095 #- type: "plot"
14096 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14097 #  algorithm: "plot_performance_box"
14098 #  output-file-type: ".html"
14099 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14100 #  data: "intel-dnv-vpp"
14101 #  filter: "'NIC_Intel-X553' and
14102 #           '78B' and
14103 #           'IP6BASE' and
14104 #           'NDRPDR' and
14105 #           '1T1C' and
14106 #           'IP6FWD' and
14107 #           not 'SRv6' and
14108 #           not 'IPSEC' and
14109 #           not 'VHOST'"
14110 #  parameters:
14111 #  - "throughput"
14112 #  - "parent"
14113 #  - "tags"
14114 #  sort:
14115 #  - "IP6BASE"
14116 #  traces:
14117 #    hoverinfo: "x+y"
14118 #    boxpoints: "outliers"
14119 #    whiskerwidth: 0
14120 #  layout:
14121 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14122 #    layout: "plot-throughput"
14123 #
14124 #- type: "plot"
14125 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14126 #  algorithm: "plot_performance_box"
14127 #  output-file-type: ".html"
14128 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14129 #  data: "intel-dnv-vpp"
14130 #  filter: "'NIC_Intel-X553' and
14131 #           '78B' and
14132 #           'IP6BASE' and
14133 #           'NDRPDR' and
14134 #           '2T2C' and
14135 #           'IP6FWD' and
14136 #           not 'SRv6' and
14137 #           not 'IPSEC' and
14138 #           not 'VHOST'"
14139 #  parameters:
14140 #  - "throughput"
14141 #  - "parent"
14142 #  - "tags"
14143 #  sort:
14144 #  - "IP6BASE"
14145 #  traces:
14146 #    hoverinfo: "x+y"
14147 #    boxpoints: "outliers"
14148 #    whiskerwidth: 0
14149 #  layout:
14150 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14151 #    layout: "plot-throughput"
14152 #
14153 #- type: "plot"
14154 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14155 #  algorithm: "plot_performance_box"
14156 #  output-file-type: ".html"
14157 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14158 #  data: "intel-dnv-vpp"
14159 #  filter: "'NIC_Intel-X553' and
14160 #           '78B' and
14161 #           'IP6BASE' and
14162 #           'NDRPDR' and
14163 #           '2T2C' and
14164 #           'IP6FWD' and
14165 #           not 'SRv6' and
14166 #           not 'IPSEC' and
14167 #           not 'VHOST'"
14168 #  parameters:
14169 #  - "throughput"
14170 #  - "parent"
14171 #  - "tags"
14172 #  sort:
14173 #  - "IP6BASE"
14174 #  traces:
14175 #    hoverinfo: "x+y"
14176 #    boxpoints: "outliers"
14177 #    whiskerwidth: 0
14178 #  layout:
14179 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14180 #    layout: "plot-throughput"
14181
14182 ################################################################################
14183
14184 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14185 - type: "plot"
14186   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14187   algorithm: "plot_performance_box"
14188   output-file-type: ".html"
14189   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14191   filter: "'NIC_Intel-X520-DA2' and
14192            '78B' and
14193            'ENCAP' and
14194            'NDRPDR' and
14195            '1T1C' and
14196            'LISP' and
14197            not 'VHOST'"
14198   parameters:
14199   - "throughput"
14200   - "parent"
14201   - "tags"
14202   sort:
14203   - "IP4UNRLAY"
14204   - "IP6UNRLAY"
14205   traces:
14206     hoverinfo: "x+y"
14207     boxpoints: "outliers"
14208     whiskerwidth: 0
14209   layout:
14210     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14211     layout: "plot-throughput"
14212
14213 - type: "plot"
14214   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14215   algorithm: "plot_performance_box"
14216   output-file-type: ".html"
14217   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14219   filter: "'NIC_Intel-X520-DA2' and
14220            '78B' and
14221            'ENCAP' and
14222            'NDRPDR' and
14223            '1T1C' and
14224            'LISP' and
14225            not 'VHOST'"
14226   parameters:
14227   - "throughput"
14228   - "parent"
14229   - "tags"
14230   sort:
14231   - "IP4UNRLAY"
14232   - "IP6UNRLAY"
14233   traces:
14234     hoverinfo: "x+y"
14235     boxpoints: "outliers"
14236     whiskerwidth: 0
14237   layout:
14238     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14239     layout: "plot-throughput"
14240
14241 - type: "plot"
14242   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14243   algorithm: "plot_performance_box"
14244   output-file-type: ".html"
14245   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14247   filter: "'NIC_Intel-X520-DA2' and
14248            '78B' and
14249            'ENCAP' and
14250            'NDRPDR' and
14251            '2T2C' and
14252            'LISP' and
14253            not 'VHOST'"
14254   parameters:
14255   - "throughput"
14256   - "parent"
14257   - "tags"
14258   sort:
14259   - "IP4UNRLAY"
14260   - "IP6UNRLAY"
14261   traces:
14262     hoverinfo: "x+y"
14263     boxpoints: "outliers"
14264     whiskerwidth: 0
14265   layout:
14266     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14267     layout: "plot-throughput"
14268
14269 - type: "plot"
14270   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14271   algorithm: "plot_performance_box"
14272   output-file-type: ".html"
14273   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14275   filter: "'NIC_Intel-X520-DA2' and
14276            '78B' and
14277            'ENCAP' and
14278            'NDRPDR' and
14279            '2T2C' and
14280            'LISP' and
14281            not 'VHOST'"
14282   parameters:
14283   - "throughput"
14284   - "parent"
14285   - "tags"
14286   sort:
14287   - "IP4UNRLAY"
14288   - "IP6UNRLAY"
14289   traces:
14290     hoverinfo: "x+y"
14291     boxpoints: "outliers"
14292     whiskerwidth: 0
14293   layout:
14294     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14295     layout: "plot-throughput"
14296
14297 ################################################################################
14298
14299 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14300 - type: "plot"
14301   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14302   algorithm: "plot_performance_box"
14303   output-file-type: ".html"
14304   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14306   filter: "'NIC_Intel-XL710' and
14307            '64B' and
14308            'IP4FWD' and
14309            'NDRPDR' and
14310            'BASE' and
14311            '1T1C' and
14312            'IPSECHW' and
14313            ('IPSECTRAN' or 'IPSECTUN') and
14314            not 'VHOST'"
14315   parameters:
14316   - "throughput"
14317   - "parent"
14318   - "tags"
14319   traces:
14320     hoverinfo: "x+y"
14321     boxpoints: "outliers"
14322     whiskerwidth: 0
14323   layout:
14324     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14325     layout: "plot-throughput"
14326
14327 - type: "plot"
14328   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14329   algorithm: "plot_performance_box"
14330   output-file-type: ".html"
14331   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14333   filter: "'NIC_Intel-XL710' and
14334            '64B' and
14335            'IP4FWD' and
14336            'NDRPDR' and
14337            'BASE' and
14338            '1T1C' and
14339            'IPSECHW' and
14340            ('IPSECTRAN' or 'IPSECTUN') and
14341            not 'VHOST'"
14342   parameters:
14343   - "throughput"
14344   - "parent"
14345   - "tags"
14346   traces:
14347     hoverinfo: "x+y"
14348     boxpoints: "outliers"
14349     whiskerwidth: 0
14350   layout:
14351     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14352     layout: "plot-throughput"
14353
14354 - type: "plot"
14355   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14356   algorithm: "plot_performance_box"
14357   output-file-type: ".html"
14358   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14360   filter: "'NIC_Intel-XL710' and
14361            '64B' and
14362            'IP4FWD' and
14363            'NDRPDR' and
14364            'BASE' and
14365            '2T2C' and
14366            'IPSECHW' and
14367            ('IPSECTRAN' or 'IPSECTUN') and
14368            not 'VHOST'"
14369   parameters:
14370   - "throughput"
14371   - "parent"
14372   - "tags"
14373   traces:
14374     hoverinfo: "x+y"
14375     boxpoints: "outliers"
14376     whiskerwidth: 0
14377   layout:
14378     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14383   algorithm: "plot_performance_box"
14384   output-file-type: ".html"
14385   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14387   filter: "'NIC_Intel-XL710' and
14388            '64B' and
14389            'IP4FWD' and
14390            'NDRPDR' and
14391            'BASE' and
14392            '2T2C' and
14393            'IPSECHW' and
14394            ('IPSECTRAN' or 'IPSECTUN') and
14395            not 'VHOST'"
14396   parameters:
14397   - "throughput"
14398   - "parent"
14399   - "tags"
14400   traces:
14401     hoverinfo: "x+y"
14402     boxpoints: "outliers"
14403     whiskerwidth: 0
14404   layout:
14405     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14406     layout: "plot-throughput"
14407
14408 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14409 - type: "plot"
14410   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14411   algorithm: "plot_performance_box"
14412   output-file-type: ".html"
14413   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14415   filter: "'NIC_Intel-XL710' and
14416            '64B' and
14417            'IP4FWD' and
14418            'NDRPDR' and
14419            'SCALE' and
14420            '1T1C' and
14421            'IPSECHW' and
14422            ('IPSECTRAN' or 'IPSECTUN') and
14423            not 'VHOST'"
14424   parameters:
14425   - "throughput"
14426   - "parent"
14427   - "tags"
14428   traces:
14429     hoverinfo: "x+y"
14430     boxpoints: "outliers"
14431     whiskerwidth: 0
14432   layout:
14433     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14434     layout: "plot-throughput"
14435
14436 - type: "plot"
14437   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14438   algorithm: "plot_performance_box"
14439   output-file-type: ".html"
14440   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14442   filter: "'NIC_Intel-XL710' and
14443            '64B' and
14444            'IP4FWD' and
14445            'NDRPDR' and
14446            'SCALE' and
14447            '1T1C' and
14448            'IPSECHW' and
14449            ('IPSECTRAN' or 'IPSECTUN') and
14450            not 'VHOST'"
14451   parameters:
14452   - "throughput"
14453   - "parent"
14454   - "tags"
14455   traces:
14456     hoverinfo: "x+y"
14457     boxpoints: "outliers"
14458     whiskerwidth: 0
14459   layout:
14460     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14461     layout: "plot-throughput"
14462
14463 - type: "plot"
14464   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14465   algorithm: "plot_performance_box"
14466   output-file-type: ".html"
14467   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14469   filter: "'NIC_Intel-XL710' and
14470            '64B' and
14471            'IP4FWD' and
14472            'NDRPDR' and
14473            'SCALE' and
14474            '2T2C' and
14475            'IPSECHW' and
14476            ('IPSECTRAN' or 'IPSECTUN') and
14477            not 'VHOST'"
14478   parameters:
14479   - "throughput"
14480   - "parent"
14481   - "tags"
14482   traces:
14483     hoverinfo: "x+y"
14484     boxpoints: "outliers"
14485     whiskerwidth: 0
14486   layout:
14487     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14488     layout: "plot-throughput"
14489
14490 - type: "plot"
14491   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14492   algorithm: "plot_performance_box"
14493   output-file-type: ".html"
14494   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14496   filter: "'NIC_Intel-XL710' and
14497            '64B' and
14498            'IP4FWD' and
14499            'NDRPDR' and
14500            'SCALE' and
14501            '2T2C' and
14502            'IPSECHW' and
14503            ('IPSECTRAN' or 'IPSECTUN') and
14504            not 'VHOST'"
14505   parameters:
14506   - "throughput"
14507   - "parent"
14508   - "tags"
14509   traces:
14510     hoverinfo: "x+y"
14511     boxpoints: "outliers"
14512     whiskerwidth: 0
14513   layout:
14514     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14515     layout: "plot-throughput"
14516
14517 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14518 - type: "plot"
14519   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14520   algorithm: "plot_performance_box"
14521   output-file-type: ".html"
14522   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14524   filter: "'NIC_Intel-XL710' and
14525            '64B' and
14526            'IP4FWD' and
14527            'NDRPDR' and
14528            '1T1C' and
14529            'IPSECSW' and
14530            ('IPSECTRAN' or 'IPSECTUN') and
14531            not 'VHOST'"
14532   parameters:
14533   - "throughput"
14534   - "parent"
14535   - "tags"
14536   traces:
14537     hoverinfo: "x+y"
14538     boxpoints: "outliers"
14539     whiskerwidth: 0
14540   layout:
14541     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14542     layout: "plot-throughput"
14543
14544 - type: "plot"
14545   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14546   algorithm: "plot_performance_box"
14547   output-file-type: ".html"
14548   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14550   filter: "'NIC_Intel-XL710' and
14551            '64B' and
14552            'IP4FWD' and
14553            'NDRPDR' and
14554            '1T1C' and
14555            'IPSECSW' and
14556            ('IPSECTRAN' or 'IPSECTUN') and
14557            not 'VHOST'"
14558   parameters:
14559   - "throughput"
14560   - "parent"
14561   - "tags"
14562   traces:
14563     hoverinfo: "x+y"
14564     boxpoints: "outliers"
14565     whiskerwidth: 0
14566   layout:
14567     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14568     layout: "plot-throughput"
14569
14570 - type: "plot"
14571   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14572   algorithm: "plot_performance_box"
14573   output-file-type: ".html"
14574   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14576   filter: "'NIC_Intel-XL710' and
14577            '64B' and
14578            'IP4FWD' and
14579            'NDRPDR' and
14580            '2T2C' and
14581            'IPSECSW' and
14582            ('IPSECTRAN' or 'IPSECTUN') 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            ('IPSECTRAN' or 'IPSECTUN') and
14609            not 'VHOST'"
14610   parameters:
14611   - "throughput"
14612   - "parent"
14613   - "tags"
14614   traces:
14615     hoverinfo: "x+y"
14616     boxpoints: "outliers"
14617     whiskerwidth: 0
14618   layout:
14619     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14620     layout: "plot-throughput"
14621
14622 ################################################################################
14623
14624 # Packet Throughput - VPP SRv6 3n-hsw-x520
14625 - type: "plot"
14626   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14627   algorithm: "plot_performance_box"
14628   output-file-type: ".html"
14629   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14631   filter: "'NIC_Intel-X520-DA2' and
14632            '78B' and
14633            'FEATURE' and
14634            'NDRPDR' and
14635            '1T1C' and
14636            'IP6FWD' and
14637            'SRv6'"
14638   parameters:
14639   - "throughput"
14640   - "parent"
14641   - "tags"
14642   traces:
14643     hoverinfo: "x+y"
14644     boxpoints: "outliers"
14645     whiskerwidth: 0
14646   layout:
14647     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14648     layout: "plot-throughput"
14649
14650 - type: "plot"
14651   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14652   algorithm: "plot_performance_box"
14653   output-file-type: ".html"
14654   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14656   filter: "'NIC_Intel-X520-DA2' and
14657            '78B' and
14658            'FEATURE' and
14659            'NDRPDR' and
14660            '1T1C' and
14661            'IP6FWD' and
14662            'SRv6'"
14663   parameters:
14664   - "throughput"
14665   - "parent"
14666   - "tags"
14667   traces:
14668     hoverinfo: "x+y"
14669     boxpoints: "outliers"
14670     whiskerwidth: 0
14671   layout:
14672     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14673     layout: "plot-throughput"
14674
14675 - type: "plot"
14676   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14677   algorithm: "plot_performance_box"
14678   output-file-type: ".html"
14679   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14681   filter: "'NIC_Intel-X520-DA2' and
14682            '78B' and
14683            'FEATURE' and
14684            'NDRPDR' and
14685            '2T2C' and
14686            'IP6FWD' and
14687            'SRv6'"
14688   parameters:
14689   - "throughput"
14690   - "parent"
14691   - "tags"
14692   traces:
14693     hoverinfo: "x+y"
14694     boxpoints: "outliers"
14695     whiskerwidth: 0
14696   layout:
14697     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14698     layout: "plot-throughput"
14699
14700 - type: "plot"
14701   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14702   algorithm: "plot_performance_box"
14703   output-file-type: ".html"
14704   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14706   filter: "'NIC_Intel-X520-DA2' and
14707            '78B' and
14708            'FEATURE' and
14709            'NDRPDR' and
14710            '2T2C' and
14711            'IP6FWD' and
14712            'SRv6'"
14713   parameters:
14714   - "throughput"
14715   - "parent"
14716   - "tags"
14717   traces:
14718     hoverinfo: "x+y"
14719     boxpoints: "outliers"
14720     whiskerwidth: 0
14721   layout:
14722     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14723     layout: "plot-throughput"
14724
14725 ################################################################################
14726
14727 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14728 - type: "plot"
14729   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14730   algorithm: "plot_performance_box"
14731   output-file-type: ".html"
14732   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14734   filter: "'NIC_Intel-X520-DA2' and
14735            '64B' and
14736            'NDRPDR' and
14737            'ETH' and
14738            'IP4FWD' and
14739            '1T1C' and
14740            'VHOST_1024' and
14741            not 'VXLAN' and
14742            not 'DOT1Q'"
14743   parameters:
14744   - "throughput"
14745   - "parent"
14746   - "tags"
14747   sort:
14748   - "not CFS_OPT"
14749   - "1VM"
14750   - "2VM"
14751   traces:
14752     hoverinfo: "x+y"
14753     boxpoints: "outliers"
14754     whiskerwidth: 0
14755   layout:
14756     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14757     layout: "plot-throughput"
14758
14759 - type: "plot"
14760   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14761   algorithm: "plot_performance_box"
14762   output-file-type: ".html"
14763   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14765   filter: "'NIC_Intel-X520-DA2' and
14766            '64B' and
14767            'NDRPDR' and
14768            'ETH' and
14769            'IP4FWD' and
14770            '2T2C' and
14771            'VHOST_1024' and
14772            not 'VXLAN' and
14773            not 'DOT1Q'"
14774   parameters:
14775   - "throughput"
14776   - "parent"
14777   - "tags"
14778   sort:
14779   - "not CFS_OPT"
14780   - "1VM"
14781   - "2VM"
14782   traces:
14783     hoverinfo: "x+y"
14784     boxpoints: "outliers"
14785     whiskerwidth: 0
14786   layout:
14787     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14788     layout: "plot-throughput"
14789
14790 - type: "plot"
14791   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14792   algorithm: "plot_performance_box"
14793   output-file-type: ".html"
14794   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14796   filter: "'NIC_Intel-X520-DA2' and
14797            '64B' and
14798            'NDRPDR' and
14799            'ETH' and
14800            'IP4FWD' and
14801            '1T1C' and
14802            'VHOST_1024' and
14803            not 'VXLAN' and
14804            not 'DOT1Q'"
14805   parameters:
14806   - "throughput"
14807   - "parent"
14808   - "tags"
14809   sort:
14810   - "not CFS_OPT"
14811   - "1VM"
14812   - "2VM"
14813   traces:
14814     hoverinfo: "x+y"
14815     boxpoints: "outliers"
14816     whiskerwidth: 0
14817   layout:
14818     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14819     layout: "plot-throughput"
14820
14821 - type: "plot"
14822   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14823   algorithm: "plot_performance_box"
14824   output-file-type: ".html"
14825   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14827   filter: "'NIC_Intel-X520-DA2' and
14828            '64B' and
14829            'NDRPDR' and
14830            'ETH' and
14831            'IP4FWD' and
14832            '2T2C' and
14833            'VHOST_1024' and
14834            not 'VXLAN' and
14835            not 'DOT1Q'"
14836   parameters:
14837   - "throughput"
14838   - "parent"
14839   - "tags"
14840   sort:
14841   - "not CFS_OPT"
14842   - "1VM"
14843   - "2VM"
14844   traces:
14845     hoverinfo: "x+y"
14846     boxpoints: "outliers"
14847     whiskerwidth: 0
14848   layout:
14849     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14850     layout: "plot-throughput"
14851
14852 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14853 - type: "plot"
14854   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14855   algorithm: "plot_performance_box"
14856   output-file-type: ".html"
14857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14859   filter: "'NIC_Intel-X520-DA2' and
14860            '64B' and
14861            'NDRPDR' and
14862            ('ETH' or 'DOT1Q') and
14863            'BASE' and
14864            '1T1C' and
14865            ('L2BDMACLRN' or 'L2XCFWD') and
14866            'VHOST_1024' and
14867            not 'VXLAN' and
14868            not 'IP4FWD' and
14869            not '2VM'"
14870   parameters:
14871   - "throughput"
14872   - "parent"
14873   - "tags"
14874   sort:
14875   - "L2BDMACLRN"
14876   - "L2BDMACLRN"
14877   - "L2BDMACLRN"
14878   - "L2XCFWD"
14879   - "L2XCFWD"
14880   - "L2XCFWD"
14881   traces:
14882     hoverinfo: "x+y"
14883     boxpoints: "outliers"
14884     whiskerwidth: 0
14885   layout:
14886     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14887     layout: "plot-throughput"
14888
14889 - type: "plot"
14890   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14891   algorithm: "plot_performance_box"
14892   output-file-type: ".html"
14893   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14895   filter: "'NIC_Intel-X520-DA2' and
14896            '64B' and
14897            'NDRPDR' and
14898            ('ETH' or 'DOT1Q') and
14899            'BASE' and
14900            '1T1C' and
14901            ('L2BDMACLRN' or 'L2XCFWD') and
14902            'VHOST_1024' and
14903            not 'VXLAN' and
14904            not 'IP4FWD' and
14905            not '2VM'"
14906   parameters:
14907   - "throughput"
14908   - "parent"
14909   - "tags"
14910   sort:
14911   - "L2BDMACLRN"
14912   - "L2BDMACLRN"
14913   - "L2BDMACLRN"
14914   - "L2XCFWD"
14915   - "L2XCFWD"
14916   - "L2XCFWD"
14917   traces:
14918     hoverinfo: "x+y"
14919     boxpoints: "outliers"
14920     whiskerwidth: 0
14921   layout:
14922     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14923     layout: "plot-throughput"
14924
14925 - type: "plot"
14926   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14927   algorithm: "plot_performance_box"
14928   output-file-type: ".html"
14929   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14931   filter: "'NIC_Intel-X520-DA2' and
14932            '64B' and
14933            'NDRPDR' and
14934            ('ETH' or 'DOT1Q') and
14935            'BASE' and
14936            '2T2C' and
14937            ('L2BDMACLRN' or 'L2XCFWD') and
14938            'VHOST_1024' and
14939            not 'VXLAN' and
14940            not 'IP4FWD' and
14941            not '2VM'"
14942   parameters:
14943   - "throughput"
14944   - "parent"
14945   - "tags"
14946   sort:
14947   - "L2BDMACLRN"
14948   - "L2BDMACLRN"
14949   - "L2BDMACLRN"
14950   - "L2XCFWD"
14951   - "L2XCFWD"
14952   - "L2XCFWD"
14953   traces:
14954     hoverinfo: "x+y"
14955     boxpoints: "outliers"
14956     whiskerwidth: 0
14957   layout:
14958     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14959     layout: "plot-throughput"
14960
14961 - type: "plot"
14962   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14963   algorithm: "plot_performance_box"
14964   output-file-type: ".html"
14965   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14967   filter: "'NIC_Intel-X520-DA2' and
14968            '64B' and
14969            'NDRPDR' and
14970            ('ETH' or 'DOT1Q') and
14971            'BASE' and
14972            '2T2C' and
14973            ('L2BDMACLRN' or 'L2XCFWD') and
14974            'VHOST_1024' and
14975            not 'VXLAN' and
14976            not 'IP4FWD' and
14977            not '2VM'"
14978   parameters:
14979   - "throughput"
14980   - "parent"
14981   - "tags"
14982   sort:
14983   - "L2BDMACLRN"
14984   - "L2BDMACLRN"
14985   - "L2BDMACLRN"
14986   - "L2XCFWD"
14987   - "L2XCFWD"
14988   - "L2XCFWD"
14989   traces:
14990     hoverinfo: "x+y"
14991     boxpoints: "outliers"
14992     whiskerwidth: 0
14993   layout:
14994     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14995     layout: "plot-throughput"
14996
14997 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14998 - type: "plot"
14999   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15000   algorithm: "plot_performance_box"
15001   output-file-type: ".html"
15002   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15004   filter: "'NIC_Intel-X520-DA2' and
15005            '64B' and
15006            'NDRPDR' and
15007            ('ETH' or 'DOT1Q') and
15008            '1T1C' and
15009            ('L2BDMACLRN' or 'L2XCFWD') and
15010            'VHOST_1024' and
15011            not 'CFS_OPT' and
15012            not 'DOT1Q' and
15013            not 'VXLAN' and
15014            not 'IP4FWD' and
15015            not 'LBOND'"
15016   parameters:
15017   - "throughput"
15018   - "parent"
15019   - "tags"
15020 #  sort:
15021 #  - "1VM"
15022 #  - "L2XCFWD"
15023 #  - "1VM"
15024 #  - "L2BDMACLRN"
15025   traces:
15026     hoverinfo: "x+y"
15027     boxpoints: "outliers"
15028     whiskerwidth: 0
15029   layout:
15030     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15031     layout: "plot-throughput"
15032
15033 - type: "plot"
15034   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15035   algorithm: "plot_performance_box"
15036   output-file-type: ".html"
15037   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15039   filter: "'NIC_Intel-X520-DA2' and
15040            '64B' and
15041            'NDRPDR' and
15042            ('ETH' or 'DOT1Q') and
15043            '1T1C' and
15044            ('L2BDMACLRN' or 'L2XCFWD') and
15045            'VHOST_1024' and
15046            not 'CFS_OPT' and
15047            not 'DOT1Q' and
15048            not 'VXLAN' and
15049            not 'IP4FWD' and
15050            not 'LBOND'"
15051   parameters:
15052   - "throughput"
15053   - "parent"
15054   - "tags"
15055 #  sort:
15056 #  - "1VM"
15057 #  - "L2XCFWD"
15058 #  - "1VM"
15059 #  - "L2BDMACLRN"
15060   traces:
15061     hoverinfo: "x+y"
15062     boxpoints: "outliers"
15063     whiskerwidth: 0
15064   layout:
15065     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15066     layout: "plot-throughput"
15067
15068 - type: "plot"
15069   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15070   algorithm: "plot_performance_box"
15071   output-file-type: ".html"
15072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15074   filter: "'NIC_Intel-X520-DA2' and
15075            '64B' and
15076            'NDRPDR' and
15077            ('ETH' or 'DOT1Q') and
15078            '2T2C' and
15079            ('L2BDMACLRN' or 'L2XCFWD') and
15080            'VHOST_1024' and
15081            not 'CFS_OPT' and
15082            not 'DOT1Q' and
15083            not 'VXLAN' and
15084            not 'IP4FWD' and
15085            not 'LBOND'"
15086   parameters:
15087   - "throughput"
15088   - "parent"
15089   - "tags"
15090 #  sort:
15091 #  - "1VM"
15092 #  - "L2XCFWD"
15093 #  - "1VM"
15094 #  - "L2BDMACLRN"
15095   traces:
15096     hoverinfo: "x+y"
15097     boxpoints: "outliers"
15098     whiskerwidth: 0
15099   layout:
15100     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15101     layout: "plot-throughput"
15102
15103 - type: "plot"
15104   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15105   algorithm: "plot_performance_box"
15106   output-file-type: ".html"
15107   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15109   filter: "'NIC_Intel-X520-DA2' and
15110            '64B' and
15111            'NDRPDR' and
15112            ('ETH' or 'DOT1Q') and
15113            '2T2C' and
15114            ('L2BDMACLRN' or 'L2XCFWD') and
15115            'VHOST_1024' and
15116            not 'CFS_OPT' and
15117            not 'DOT1Q' and
15118            not 'VXLAN' and
15119            not 'IP4FWD' and
15120            not 'LBOND'"
15121   parameters:
15122   - "throughput"
15123   - "parent"
15124   - "tags"
15125 #  sort:
15126 #  - "1VM"
15127 #  - "L2XCFWD"
15128 #  - "1VM"
15129 #  - "L2BDMACLRN"
15130   traces:
15131     hoverinfo: "x+y"
15132     boxpoints: "outliers"
15133     whiskerwidth: 0
15134   layout:
15135     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15136     layout: "plot-throughput"
15137
15138 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15139 - type: "plot"
15140   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15141   algorithm: "plot_performance_box"
15142   output-file-type: ".html"
15143   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15145   filter: "'NIC_Intel-X710' and
15146            '64B' and
15147            'NDRPDR' and
15148            'ETH' and
15149            'IP4FWD' and
15150            '1T1C' and
15151            'VHOST_1024' and
15152            not 'VXLAN' and
15153            not 'CFS_OPT' and
15154            not 'DOT1Q'"
15155   parameters:
15156   - "throughput"
15157   - "parent"
15158   - "tags"
15159   sort:
15160   - "1VM"
15161   - "2VM"
15162   traces:
15163     hoverinfo: "x+y"
15164     boxpoints: "outliers"
15165     whiskerwidth: 0
15166   layout:
15167     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15168     layout: "plot-throughput"
15169
15170 - type: "plot"
15171   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15172   algorithm: "plot_performance_box"
15173   output-file-type: ".html"
15174   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15176   filter: "'NIC_Intel-X710' and
15177            '64B' and
15178            'NDRPDR' and
15179            'ETH' and
15180            'IP4FWD' and
15181            '2T2C' and
15182            'VHOST_1024' and
15183            not 'VXLAN' and
15184            not 'CFS_OPT' and
15185            not 'DOT1Q'"
15186   parameters:
15187   - "throughput"
15188   - "parent"
15189   - "tags"
15190   sort:
15191   - "1VM"
15192   - "2VM"
15193   traces:
15194     hoverinfo: "x+y"
15195     boxpoints: "outliers"
15196     whiskerwidth: 0
15197   layout:
15198     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15199     layout: "plot-throughput"
15200
15201 - type: "plot"
15202   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15203   algorithm: "plot_performance_box"
15204   output-file-type: ".html"
15205   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15206   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15207   filter: "'NIC_Intel-X710' and
15208            '64B' and
15209            'NDRPDR' and
15210            'ETH' and
15211            'IP4FWD' and
15212            '1T1C' and
15213            'VHOST_1024' and
15214            not 'VXLAN' and
15215            not 'CFS_OPT' and
15216            not 'DOT1Q'"
15217   parameters:
15218   - "throughput"
15219   - "parent"
15220   - "tags"
15221   sort:
15222   - "1VM"
15223   - "2VM"
15224   traces:
15225     hoverinfo: "x+y"
15226     boxpoints: "outliers"
15227     whiskerwidth: 0
15228   layout:
15229     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15230     layout: "plot-throughput"
15231
15232 - type: "plot"
15233   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15234   algorithm: "plot_performance_box"
15235   output-file-type: ".html"
15236   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15238   filter: "'NIC_Intel-X710' and
15239            '64B' and
15240            'NDRPDR' and
15241            'ETH' and
15242            'IP4FWD' and
15243            '2T2C' and
15244            'VHOST_1024' and
15245            not 'VXLAN' and
15246            not 'CFS_OPT' and
15247            not 'DOT1Q'"
15248   parameters:
15249   - "throughput"
15250   - "parent"
15251   - "tags"
15252   sort:
15253   - "1VM"
15254   - "2VM"
15255   traces:
15256     hoverinfo: "x+y"
15257     boxpoints: "outliers"
15258     whiskerwidth: 0
15259   layout:
15260     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15261     layout: "plot-throughput"
15262
15263 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15264 - type: "plot"
15265   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15266   algorithm: "plot_performance_box"
15267   output-file-type: ".html"
15268   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15270   filter: "'NIC_Intel-X710' and
15271            '64B' and
15272            'NDRPDR' and
15273            ('ETH' or 'DOT1Q') and
15274            'BASE' and
15275            '1T1C' and
15276            ('L2BDMACLRN' or 'L2XCFWD') and
15277            'VHOST_1024' and
15278            not 'VXLAN' and
15279            not 'IP4FWD' and
15280            not '2VM'"
15281   parameters:
15282   - "throughput"
15283   - "parent"
15284   - "tags"
15285   sort:
15286   - "L2BDMACLRN"
15287   - "L2BDMACLRN"
15288   - "L2BDMACLRN"
15289   - "L2XCFWD"
15290   - "L2XCFWD"
15291   - "L2XCFWD"
15292   traces:
15293     hoverinfo: "x+y"
15294     boxpoints: "outliers"
15295     whiskerwidth: 0
15296   layout:
15297     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15298     layout: "plot-throughput"
15299
15300 - type: "plot"
15301   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15302   algorithm: "plot_performance_box"
15303   output-file-type: ".html"
15304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15306   filter: "'NIC_Intel-X710' and
15307            '64B' and
15308            'NDRPDR' and
15309            ('ETH' or 'DOT1Q') and
15310            'BASE' and
15311            '1T1C' and
15312            ('L2BDMACLRN' or 'L2XCFWD') and
15313            'VHOST_1024' and
15314            not 'VXLAN' and
15315            not 'IP4FWD' and
15316            not '2VM'"
15317   parameters:
15318   - "throughput"
15319   - "parent"
15320   - "tags"
15321   sort:
15322   - "L2BDMACLRN"
15323   - "L2BDMACLRN"
15324   - "L2BDMACLRN"
15325   - "L2XCFWD"
15326   - "L2XCFWD"
15327   - "L2XCFWD"
15328   traces:
15329     hoverinfo: "x+y"
15330     boxpoints: "outliers"
15331     whiskerwidth: 0
15332   layout:
15333     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15334     layout: "plot-throughput"
15335
15336 - type: "plot"
15337   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15338   algorithm: "plot_performance_box"
15339   output-file-type: ".html"
15340   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15342   filter: "'NIC_Intel-X710' and
15343            '64B' and
15344            'NDRPDR' and
15345            ('ETH' or 'DOT1Q') and
15346            'BASE' and
15347            '2T2C' and
15348            ('L2BDMACLRN' or 'L2XCFWD') and
15349            'VHOST_1024' and
15350            not 'VXLAN' and
15351            not 'IP4FWD' and
15352            not '2VM'"
15353   parameters:
15354   - "throughput"
15355   - "parent"
15356   - "tags"
15357   sort:
15358   - "L2BDMACLRN"
15359   - "L2BDMACLRN"
15360   - "L2BDMACLRN"
15361   - "L2XCFWD"
15362   - "L2XCFWD"
15363   - "L2XCFWD"
15364   traces:
15365     hoverinfo: "x+y"
15366     boxpoints: "outliers"
15367     whiskerwidth: 0
15368   layout:
15369     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15370     layout: "plot-throughput"
15371
15372 - type: "plot"
15373   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15374   algorithm: "plot_performance_box"
15375   output-file-type: ".html"
15376   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15378   filter: "'NIC_Intel-X710' and
15379            '64B' and
15380            'NDRPDR' and
15381            ('ETH' or 'DOT1Q') and
15382            'BASE' and
15383            '2T2C' and
15384            ('L2BDMACLRN' or 'L2XCFWD') and
15385            'VHOST_1024' and
15386            not 'VXLAN' and
15387            not 'IP4FWD' and
15388            not '2VM'"
15389   parameters:
15390   - "throughput"
15391   - "parent"
15392   - "tags"
15393   sort:
15394   - "L2BDMACLRN"
15395   - "L2BDMACLRN"
15396   - "L2BDMACLRN"
15397   - "L2XCFWD"
15398   - "L2XCFWD"
15399   - "L2XCFWD"
15400   traces:
15401     hoverinfo: "x+y"
15402     boxpoints: "outliers"
15403     whiskerwidth: 0
15404   layout:
15405     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15406     layout: "plot-throughput"
15407
15408 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15409 - type: "plot"
15410   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15411   algorithm: "plot_performance_box"
15412   output-file-type: ".html"
15413   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15415   filter: "'NIC_Intel-X710' and
15416            '64B' and
15417            'NDRPDR' and
15418            ('ETH' or 'DOT1Q') and
15419            '1T1C' and
15420            ('L2BDMACLRN' or 'L2XCFWD') and
15421            'VHOST_1024' and
15422            not 'CFS_OPT' and
15423            not 'VXLAN' and
15424            not 'IP4FWD' and
15425            not 'LBOND'"
15426   parameters:
15427   - "throughput"
15428   - "parent"
15429   - "tags"
15430   sort:
15431   - "L2BDMACLRN"
15432   - "L2BDMACLRN"
15433   - "L2BDMACLRN"
15434   - "L2XCFWD"
15435   - "L2XCFWD"
15436   - "L2XCFWD"
15437   traces:
15438     hoverinfo: "x+y"
15439     boxpoints: "outliers"
15440     whiskerwidth: 0
15441   layout:
15442     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15443     layout: "plot-throughput"
15444
15445 - type: "plot"
15446   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15447   algorithm: "plot_performance_box"
15448   output-file-type: ".html"
15449   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15451   filter: "'NIC_Intel-X710' and
15452            '64B' and
15453            'NDRPDR' and
15454            ('ETH' or 'DOT1Q') and
15455            '1T1C' and
15456            ('L2BDMACLRN' or 'L2XCFWD') and
15457            'VHOST_1024' and
15458            not 'CFS_OPT' and
15459            not 'VXLAN' and
15460            not 'IP4FWD' and
15461            not 'LBOND'"
15462   parameters:
15463   - "throughput"
15464   - "parent"
15465   - "tags"
15466   sort:
15467   - "L2BDMACLRN"
15468   - "L2BDMACLRN"
15469   - "L2BDMACLRN"
15470   - "L2XCFWD"
15471   - "L2XCFWD"
15472   - "L2XCFWD"
15473   traces:
15474     hoverinfo: "x+y"
15475     boxpoints: "outliers"
15476     whiskerwidth: 0
15477   layout:
15478     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15479     layout: "plot-throughput"
15480
15481 - type: "plot"
15482   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15483   algorithm: "plot_performance_box"
15484   output-file-type: ".html"
15485   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15487   filter: "'NIC_Intel-X710' and
15488            '64B' and
15489            'NDRPDR' and
15490            ('ETH' or 'DOT1Q') and
15491            '2T2C' and
15492            ('L2BDMACLRN' or 'L2XCFWD') and
15493            'VHOST_1024' and
15494            not 'CFS_OPT' and
15495            not 'VXLAN' and
15496            not 'IP4FWD' and
15497            not 'LBOND'"
15498   parameters:
15499   - "throughput"
15500   - "parent"
15501   - "tags"
15502   sort:
15503   - "L2BDMACLRN"
15504   - "L2BDMACLRN"
15505   - "L2BDMACLRN"
15506   - "L2XCFWD"
15507   - "L2XCFWD"
15508   - "L2XCFWD"
15509   traces:
15510     hoverinfo: "x+y"
15511     boxpoints: "outliers"
15512     whiskerwidth: 0
15513   layout:
15514     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15515     layout: "plot-throughput"
15516
15517 - type: "plot"
15518   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15519   algorithm: "plot_performance_box"
15520   output-file-type: ".html"
15521   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15523   filter: "'NIC_Intel-X710' and
15524            '64B' and
15525            'NDRPDR' and
15526            ('ETH' or 'DOT1Q') and
15527            '2T2C' and
15528            ('L2BDMACLRN' or 'L2XCFWD') and
15529            'VHOST_1024' and
15530            not 'CFS_OPT' and
15531            not 'VXLAN' and
15532            not 'IP4FWD' and
15533            not 'LBOND'"
15534   parameters:
15535   - "throughput"
15536   - "parent"
15537   - "tags"
15538   sort:
15539   - "L2BDMACLRN"
15540   - "L2BDMACLRN"
15541   - "L2BDMACLRN"
15542   - "L2XCFWD"
15543   - "L2XCFWD"
15544   - "L2XCFWD"
15545   traces:
15546     hoverinfo: "x+y"
15547     boxpoints: "outliers"
15548     whiskerwidth: 0
15549   layout:
15550     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15551     layout: "plot-throughput"
15552
15553 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15554 - type: "plot"
15555   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15556   algorithm: "plot_performance_box"
15557   output-file-type: ".html"
15558   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15560   filter: "'NIC_Intel-X710' and
15561            '64B' and
15562            'NDRPDR' and
15563            'ETH' and
15564            'IP4FWD' and
15565            '2T1C' and
15566            'VHOST_1024' and
15567            not 'VXLAN' and
15568            not 'DOT1Q'"
15569   parameters:
15570   - "throughput"
15571   - "parent"
15572   - "tags"
15573   sort:
15574   - "1VM"
15575   - "2VM"
15576   traces:
15577     hoverinfo: "x+y"
15578     boxpoints: "outliers"
15579     whiskerwidth: 0
15580   layout:
15581     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15582     layout: "plot-throughput"
15583
15584 - type: "plot"
15585   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15586   algorithm: "plot_performance_box"
15587   output-file-type: ".html"
15588   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15590   filter: "'NIC_Intel-X710' and
15591            '64B' and
15592            'NDRPDR' and
15593            'ETH' and
15594            'IP4FWD' and
15595            '4T2C' and
15596            'VHOST_1024' and
15597            not 'VXLAN' and
15598            not 'DOT1Q'"
15599   parameters:
15600   - "throughput"
15601   - "parent"
15602   - "tags"
15603   sort:
15604   - "1VM"
15605   - "2VM"
15606   traces:
15607     hoverinfo: "x+y"
15608     boxpoints: "outliers"
15609     whiskerwidth: 0
15610   layout:
15611     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15612     layout: "plot-throughput"
15613
15614 - type: "plot"
15615   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15616   algorithm: "plot_performance_box"
15617   output-file-type: ".html"
15618   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15620   filter: "'NIC_Intel-X710' and
15621            '64B' and
15622            'NDRPDR' and
15623            'ETH' and
15624            'IP4FWD' and
15625            '2T1C' and
15626            'VHOST_1024' and
15627            not 'VXLAN' and
15628            not 'DOT1Q'"
15629   parameters:
15630   - "throughput"
15631   - "parent"
15632   - "tags"
15633   sort:
15634   - "1VM"
15635   - "2VM"
15636   traces:
15637     hoverinfo: "x+y"
15638     boxpoints: "outliers"
15639     whiskerwidth: 0
15640   layout:
15641     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15642     layout: "plot-throughput"
15643
15644 - type: "plot"
15645   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15646   algorithm: "plot_performance_box"
15647   output-file-type: ".html"
15648   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15650   filter: "'NIC_Intel-X710' and
15651            '64B' and
15652            'NDRPDR' and
15653            'ETH' and
15654            'IP4FWD' and
15655            '4T2C' and
15656            'VHOST_1024' and
15657            not 'VXLAN' and
15658            not 'DOT1Q'"
15659   parameters:
15660   - "throughput"
15661   - "parent"
15662   - "tags"
15663   sort:
15664   - "1VM"
15665   - "2VM"
15666   traces:
15667     hoverinfo: "x+y"
15668     boxpoints: "outliers"
15669     whiskerwidth: 0
15670   layout:
15671     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15672     layout: "plot-throughput"
15673
15674 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15675 - type: "plot"
15676   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15677   algorithm: "plot_performance_box"
15678   output-file-type: ".html"
15679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15681   filter: "'NIC_Intel-X710' and
15682            '64B' and
15683            'NDRPDR' and
15684            ('ETH' or 'DOT1Q') and
15685            'BASE' and
15686            '2T1C' and
15687            ('L2BDMACLRN' or 'L2XCFWD') and
15688            'VHOST_1024' and
15689            not 'VXLAN' and
15690            not 'IP4FWD' and
15691            not '2VM'"
15692   parameters:
15693   - "throughput"
15694   - "parent"
15695   - "tags"
15696   sort:
15697   - "L2BDMACLRN"
15698   - "L2BDMACLRN"
15699   - "L2BDMACLRN"
15700   - "L2XCFWD"
15701   - "L2XCFWD"
15702   - "L2XCFWD"
15703   traces:
15704     hoverinfo: "x+y"
15705     boxpoints: "outliers"
15706     whiskerwidth: 0
15707   layout:
15708     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15709     layout: "plot-throughput"
15710
15711 - type: "plot"
15712   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15713   algorithm: "plot_performance_box"
15714   output-file-type: ".html"
15715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15717   filter: "'NIC_Intel-X710' and
15718            '64B' and
15719            'NDRPDR' and
15720            ('ETH' or 'DOT1Q') and
15721            'BASE' and
15722            '2T1C' and
15723            ('L2BDMACLRN' or 'L2XCFWD') and
15724            'VHOST_1024' and
15725            not 'VXLAN' and
15726            not 'IP4FWD' and
15727            not '2VM'"
15728   parameters:
15729   - "throughput"
15730   - "parent"
15731   - "tags"
15732   sort:
15733   - "L2BDMACLRN"
15734   - "L2BDMACLRN"
15735   - "L2BDMACLRN"
15736   - "L2XCFWD"
15737   - "L2XCFWD"
15738   - "L2XCFWD"
15739   traces:
15740     hoverinfo: "x+y"
15741     boxpoints: "outliers"
15742     whiskerwidth: 0
15743   layout:
15744     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15745     layout: "plot-throughput"
15746
15747 - type: "plot"
15748   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15749   algorithm: "plot_performance_box"
15750   output-file-type: ".html"
15751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15753   filter: "'NIC_Intel-X710' and
15754            '64B' and
15755            'NDRPDR' and
15756            ('ETH' or 'DOT1Q') and
15757            'BASE' and
15758            '4T2C' and
15759            ('L2BDMACLRN' or 'L2XCFWD') and
15760            'VHOST_1024' and
15761            not 'VXLAN' and
15762            not 'IP4FWD' and
15763            not '2VM'"
15764   parameters:
15765   - "throughput"
15766   - "parent"
15767   - "tags"
15768   sort:
15769   - "L2BDMACLRN"
15770   - "L2BDMACLRN"
15771   - "L2BDMACLRN"
15772   - "L2XCFWD"
15773   - "L2XCFWD"
15774   - "L2XCFWD"
15775   traces:
15776     hoverinfo: "x+y"
15777     boxpoints: "outliers"
15778     whiskerwidth: 0
15779   layout:
15780     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15781     layout: "plot-throughput"
15782
15783 - type: "plot"
15784   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15785   algorithm: "plot_performance_box"
15786   output-file-type: ".html"
15787   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15789   filter: "'NIC_Intel-X710' and
15790            '64B' and
15791            'NDRPDR' and
15792            ('ETH' or 'DOT1Q') and
15793            'BASE' and
15794            '4T2C' and
15795            ('L2BDMACLRN' or 'L2XCFWD') and
15796            'VHOST_1024' and
15797            not 'VXLAN' and
15798            not 'IP4FWD' and
15799            not '2VM'"
15800   parameters:
15801   - "throughput"
15802   - "parent"
15803   - "tags"
15804   sort:
15805   - "L2BDMACLRN"
15806   - "L2BDMACLRN"
15807   - "L2BDMACLRN"
15808   - "L2XCFWD"
15809   - "L2XCFWD"
15810   - "L2XCFWD"
15811   traces:
15812     hoverinfo: "x+y"
15813     boxpoints: "outliers"
15814     whiskerwidth: 0
15815   layout:
15816     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15817     layout: "plot-throughput"
15818
15819 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15820 - type: "plot"
15821   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15822   algorithm: "plot_performance_box"
15823   output-file-type: ".html"
15824   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15826   filter: "'NIC_Intel-X710' and
15827            '64B' and
15828            'NDRPDR' and
15829            ('ETH' or 'DOT1Q') and
15830            '2T1C' and
15831            ('L2BDMACLRN' or 'L2XCFWD') and
15832            'VHOST_1024' and
15833            not 'CFS_OPT' and
15834            not 'VXLAN' and
15835            not 'IP4FWD' and
15836            not 'LBOND'"
15837   parameters:
15838   - "throughput"
15839   - "parent"
15840   - "tags"
15841   sort:
15842   - "L2BDMACLRN"
15843   - "L2BDMACLRN"
15844   - "L2BDMACLRN"
15845   - "L2XCFWD"
15846   - "L2XCFWD"
15847   - "L2XCFWD"
15848   traces:
15849     hoverinfo: "x+y"
15850     boxpoints: "outliers"
15851     whiskerwidth: 0
15852   layout:
15853     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15854     layout: "plot-throughput"
15855
15856 - type: "plot"
15857   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15858   algorithm: "plot_performance_box"
15859   output-file-type: ".html"
15860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15862   filter: "'NIC_Intel-X710' and
15863            '64B' and
15864            'NDRPDR' and
15865            ('ETH' or 'DOT1Q') and
15866            '2T1C' and
15867            ('L2BDMACLRN' or 'L2XCFWD') and
15868            'VHOST_1024' and
15869            not 'CFS_OPT' and
15870            not 'VXLAN' and
15871            not 'IP4FWD' and
15872            not 'LBOND'"
15873   parameters:
15874   - "throughput"
15875   - "parent"
15876   - "tags"
15877   sort:
15878   - "L2BDMACLRN"
15879   - "L2BDMACLRN"
15880   - "L2BDMACLRN"
15881   - "L2XCFWD"
15882   - "L2XCFWD"
15883   - "L2XCFWD"
15884   traces:
15885     hoverinfo: "x+y"
15886     boxpoints: "outliers"
15887     whiskerwidth: 0
15888   layout:
15889     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15890     layout: "plot-throughput"
15891
15892 - type: "plot"
15893   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15894   algorithm: "plot_performance_box"
15895   output-file-type: ".html"
15896   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15898   filter: "'NIC_Intel-X710' and
15899            '64B' and
15900            'NDRPDR' and
15901            ('ETH' or 'DOT1Q') and
15902            '4T2C' and
15903            ('L2BDMACLRN' or 'L2XCFWD') and
15904            'VHOST_1024' and
15905            not 'CFS_OPT' and
15906            not 'VXLAN' and
15907            not 'IP4FWD' and
15908            not 'LBOND'"
15909   parameters:
15910   - "throughput"
15911   - "parent"
15912   - "tags"
15913   sort:
15914   - "L2BDMACLRN"
15915   - "L2BDMACLRN"
15916   - "L2BDMACLRN"
15917   - "L2XCFWD"
15918   - "L2XCFWD"
15919   - "L2XCFWD"
15920   traces:
15921     hoverinfo: "x+y"
15922     boxpoints: "outliers"
15923     whiskerwidth: 0
15924   layout:
15925     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15926     layout: "plot-throughput"
15927
15928 - type: "plot"
15929   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15930   algorithm: "plot_performance_box"
15931   output-file-type: ".html"
15932   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15934   filter: "'NIC_Intel-X710' and
15935            '64B' and
15936            'NDRPDR' and
15937            ('ETH' or 'DOT1Q') and
15938            '4T2C' and
15939            ('L2BDMACLRN' or 'L2XCFWD') and
15940            'VHOST_1024' and
15941            not 'CFS_OPT' and
15942            not 'VXLAN' and
15943            not 'IP4FWD' and
15944            not 'LBOND'"
15945   parameters:
15946   - "throughput"
15947   - "parent"
15948   - "tags"
15949   sort:
15950   - "L2BDMACLRN"
15951   - "L2BDMACLRN"
15952   - "L2BDMACLRN"
15953   - "L2XCFWD"
15954   - "L2XCFWD"
15955   - "L2XCFWD"
15956   traces:
15957     hoverinfo: "x+y"
15958     boxpoints: "outliers"
15959     whiskerwidth: 0
15960   layout:
15961     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15962     layout: "plot-throughput"
15963
15964 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15965 - type: "plot"
15966   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15967   algorithm: "plot_performance_box"
15968   output-file-type: ".html"
15969   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15971   filter: "'NIC_Intel-X710' and
15972            '64B' and
15973            'NDRPDR' and
15974            'ETH' and
15975            'IP4FWD' and
15976            '2T1C' and
15977            'VHOST_1024' and
15978            not 'VXLAN' and
15979            not 'NF_DENSITY' and
15980            not 'CFS_OPT' and
15981            not 'DOT1Q'"
15982   parameters:
15983   - "throughput"
15984   - "parent"
15985   - "tags"
15986   sort:
15987   - "1VM"
15988   - "2VM"
15989   traces:
15990     hoverinfo: "x+y"
15991     boxpoints: "outliers"
15992     whiskerwidth: 0
15993   layout:
15994     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15995     layout: "plot-throughput"
15996
15997 - type: "plot"
15998   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15999   algorithm: "plot_performance_box"
16000   output-file-type: ".html"
16001   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16003   filter: "'NIC_Intel-X710' and
16004            '64B' and
16005            'NDRPDR' and
16006            'ETH' and
16007            'IP4FWD' and
16008            '4T2C' and
16009            'VHOST_1024' and
16010            not 'VXLAN' and
16011            not 'NF_DENSITY' and
16012            not 'CFS_OPT' and
16013            not 'DOT1Q'"
16014   parameters:
16015   - "throughput"
16016   - "parent"
16017   - "tags"
16018   sort:
16019   - "1VM"
16020   - "2VM"
16021   traces:
16022     hoverinfo: "x+y"
16023     boxpoints: "outliers"
16024     whiskerwidth: 0
16025   layout:
16026     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16027     layout: "plot-throughput"
16028
16029 - type: "plot"
16030   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16031   algorithm: "plot_performance_box"
16032   output-file-type: ".html"
16033   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16035   filter: "'NIC_Intel-X710' and
16036            '64B' and
16037            'NDRPDR' and
16038            'ETH' and
16039            'IP4FWD' and
16040            '2T1C' and
16041            'VHOST_1024' and
16042            not 'VXLAN' and
16043            not 'NF_DENSITY' and
16044            not 'CFS_OPT' and
16045            not 'DOT1Q'"
16046   parameters:
16047   - "throughput"
16048   - "parent"
16049   - "tags"
16050   sort:
16051   - "1VM"
16052   - "2VM"
16053   traces:
16054     hoverinfo: "x+y"
16055     boxpoints: "outliers"
16056     whiskerwidth: 0
16057   layout:
16058     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16059     layout: "plot-throughput"
16060
16061 - type: "plot"
16062   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16063   algorithm: "plot_performance_box"
16064   output-file-type: ".html"
16065   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16067   filter: "'NIC_Intel-X710' and
16068            '64B' and
16069            'NDRPDR' and
16070            'ETH' and
16071            'IP4FWD' and
16072            '4T2C' and
16073            'VHOST_1024' and
16074            not 'VXLAN' and
16075            not 'NF_DENSITY' and
16076            not 'CFS_OPT' and
16077            not 'DOT1Q'"
16078   parameters:
16079   - "throughput"
16080   - "parent"
16081   - "tags"
16082   sort:
16083   - "1VM"
16084   - "2VM"
16085   traces:
16086     hoverinfo: "x+y"
16087     boxpoints: "outliers"
16088     whiskerwidth: 0
16089   layout:
16090     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16091     layout: "plot-throughput"
16092
16093 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16094 - type: "plot"
16095   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16096   algorithm: "plot_performance_box"
16097   output-file-type: ".html"
16098   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16100   filter: "'NIC_Intel-X710' and
16101            '64B' and
16102            'NDRPDR' and
16103            ('ETH' or 'DOT1Q') and
16104            'BASE' and
16105            '2T1C' and
16106            ('L2BDMACLRN' or 'L2XCFWD') and
16107            'VHOST_1024' and
16108            not 'VXLAN' and
16109            not 'NF_DENSITY' and
16110            not 'IP4FWD' and
16111            not '2VM'"
16112   parameters:
16113   - "throughput"
16114   - "parent"
16115   - "tags"
16116 #  sort:
16117 #  - "not CFS_OPT"
16118 #  - "L2XCFWD"
16119 #  - "not CFS_OPT"
16120 #  - "CFS_OPT"
16121   traces:
16122     hoverinfo: "x+y"
16123     boxpoints: "outliers"
16124     whiskerwidth: 0
16125   layout:
16126     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16127     layout: "plot-throughput"
16128
16129 - type: "plot"
16130   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16131   algorithm: "plot_performance_box"
16132   output-file-type: ".html"
16133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16135   filter: "'NIC_Intel-X710' and
16136            '64B' and
16137            'NDRPDR' and
16138            ('ETH' or 'DOT1Q') and
16139            'BASE' and
16140            '2T1C' and
16141            ('L2BDMACLRN' or 'L2XCFWD') and
16142            'VHOST_1024' and
16143            not 'VXLAN' and
16144            not 'NF_DENSITY' and
16145            not 'IP4FWD' and
16146            not '2VM'"
16147   parameters:
16148   - "throughput"
16149   - "parent"
16150   - "tags"
16151 #  sort:
16152 #  - "not CFS_OPT"
16153 #  - "L2XCFWD"
16154 #  - "not CFS_OPT"
16155 #  - "CFS_OPT"
16156   traces:
16157     hoverinfo: "x+y"
16158     boxpoints: "outliers"
16159     whiskerwidth: 0
16160   layout:
16161     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16162     layout: "plot-throughput"
16163
16164 - type: "plot"
16165   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16166   algorithm: "plot_performance_box"
16167   output-file-type: ".html"
16168   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16170   filter: "'NIC_Intel-X710' and
16171            '64B' and
16172            'NDRPDR' and
16173            ('ETH' or 'DOT1Q') and
16174            'BASE' and
16175            '4T2C' and
16176            ('L2BDMACLRN' or 'L2XCFWD') and
16177            'VHOST_1024' and
16178            not 'VXLAN' and
16179            not 'NF_DENSITY' and
16180            not 'IP4FWD' and
16181            not '2VM'"
16182   parameters:
16183   - "throughput"
16184   - "parent"
16185   - "tags"
16186 #  sort:
16187 #  - "not CFS_OPT"
16188 #  - "L2XCFWD"
16189 #  - "not CFS_OPT"
16190 #  - "CFS_OPT"
16191   traces:
16192     hoverinfo: "x+y"
16193     boxpoints: "outliers"
16194     whiskerwidth: 0
16195   layout:
16196     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16197     layout: "plot-throughput"
16198
16199 - type: "plot"
16200   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16201   algorithm: "plot_performance_box"
16202   output-file-type: ".html"
16203   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16205   filter: "'NIC_Intel-X710' and
16206            '64B' and
16207            'NDRPDR' and
16208            ('ETH' or 'DOT1Q') and
16209            'BASE' and
16210            '4T2C' and
16211            ('L2BDMACLRN' or 'L2XCFWD') and
16212            'VHOST_1024' and
16213            not 'VXLAN' and
16214            not 'NF_DENSITY' and
16215            not 'IP4FWD' and
16216            not '2VM'"
16217   parameters:
16218   - "throughput"
16219   - "parent"
16220   - "tags"
16221 #  sort:
16222 #  - "not CFS_OPT"
16223 #  - "L2XCFWD"
16224 #  - "not CFS_OPT"
16225 #  - "CFS_OPT"
16226   traces:
16227     hoverinfo: "x+y"
16228     boxpoints: "outliers"
16229     whiskerwidth: 0
16230   layout:
16231     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16232     layout: "plot-throughput"
16233
16234 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16235 - type: "plot"
16236   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16237   algorithm: "plot_performance_box"
16238   output-file-type: ".html"
16239   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16241   filter: "'NIC_Intel-X710' and
16242            '64B' and
16243            'NDRPDR' and
16244            ('ETH' or 'DOT1Q') and
16245            '2T1C' and
16246            ('L2BDMACLRN' or 'L2XCFWD') and
16247            'VHOST_1024' and
16248            not 'CFS_OPT' and
16249            not 'VXLAN' and
16250            not 'NF_DENSITY' and
16251            not 'DOT1Q' and
16252            not 'IP4FWD'"
16253   parameters:
16254   - "throughput"
16255   - "parent"
16256   - "tags"
16257 #  sort:
16258 #  - "1VM"
16259 #  - "L2XCFWD"
16260 #  - "1VM"
16261 #  - "L2BDMACLRN"
16262   traces:
16263     hoverinfo: "x+y"
16264     boxpoints: "outliers"
16265     whiskerwidth: 0
16266   layout:
16267     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16268     layout: "plot-throughput"
16269
16270 - type: "plot"
16271   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16272   algorithm: "plot_performance_box"
16273   output-file-type: ".html"
16274   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16276   filter: "'NIC_Intel-X710' and
16277            '64B' and
16278            'NDRPDR' and
16279            ('ETH' or 'DOT1Q') and
16280            '2T1C' and
16281            ('L2BDMACLRN' or 'L2XCFWD') and
16282            'VHOST_1024' and
16283            not 'CFS_OPT' and
16284            not 'VXLAN' and
16285            not 'NF_DENSITY' and
16286            not 'DOT1Q' and
16287            not 'IP4FWD'"
16288   parameters:
16289   - "throughput"
16290   - "parent"
16291   - "tags"
16292 #  sort:
16293 #  - "1VM"
16294 #  - "L2XCFWD"
16295 #  - "1VM"
16296 #  - "L2BDMACLRN"
16297   traces:
16298     hoverinfo: "x+y"
16299     boxpoints: "outliers"
16300     whiskerwidth: 0
16301   layout:
16302     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16303     layout: "plot-throughput"
16304
16305 - type: "plot"
16306   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16307   algorithm: "plot_performance_box"
16308   output-file-type: ".html"
16309   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16311   filter: "'NIC_Intel-X710' and
16312            '64B' and
16313            'NDRPDR' and
16314            ('ETH' or 'DOT1Q') and
16315            '4T2C' and
16316            ('L2BDMACLRN' or 'L2XCFWD') and
16317            'VHOST_1024' and
16318            not 'CFS_OPT' and
16319            not 'VXLAN' and
16320            not 'NF_DENSITY' and
16321            not 'DOT1Q' and
16322            not 'IP4FWD'"
16323   parameters:
16324   - "throughput"
16325   - "parent"
16326   - "tags"
16327 #  sort:
16328 #  - "1VM"
16329 #  - "L2XCFWD"
16330 #  - "1VM"
16331 #  - "L2BDMACLRN"
16332   traces:
16333     hoverinfo: "x+y"
16334     boxpoints: "outliers"
16335     whiskerwidth: 0
16336   layout:
16337     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16338     layout: "plot-throughput"
16339
16340 - type: "plot"
16341   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16342   algorithm: "plot_performance_box"
16343   output-file-type: ".html"
16344   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16346   filter: "'NIC_Intel-X710' and
16347            '64B' and
16348            'NDRPDR' and
16349            ('ETH' or 'DOT1Q') and
16350            '4T2C' and
16351            ('L2BDMACLRN' or 'L2XCFWD') and
16352            'VHOST_1024' and
16353            not 'CFS_OPT' and
16354            not 'VXLAN' and
16355            not 'NF_DENSITY' and
16356            not 'DOT1Q' and
16357            not 'IP4FWD'"
16358   parameters:
16359   - "throughput"
16360   - "parent"
16361   - "tags"
16362 #  sort:
16363 #  - "1VM"
16364 #  - "L2XCFWD"
16365 #  - "1VM"
16366 #  - "L2BDMACLRN"
16367   traces:
16368     hoverinfo: "x+y"
16369     boxpoints: "outliers"
16370     whiskerwidth: 0
16371   layout:
16372     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16373     layout: "plot-throughput"
16374
16375 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16376 - type: "plot"
16377   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16378   algorithm: "plot_performance_box"
16379   output-file-type: ".html"
16380   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16382   filter: "'NIC_Intel-XXV710' and
16383            '64B' and
16384            'NDRPDR' and
16385            'ETH' and
16386            'IP4FWD' and
16387            '2T1C' and
16388            'VHOST_1024' and
16389            not 'VXLAN' and
16390            not 'CFS_OPT' and
16391            not 'DOT1Q'"
16392   parameters:
16393   - "throughput"
16394   - "parent"
16395   - "tags"
16396   sort:
16397   - "1VM"
16398   - "2VM"
16399   traces:
16400     hoverinfo: "x+y"
16401     boxpoints: "outliers"
16402     whiskerwidth: 0
16403   layout:
16404     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16405     layout: "plot-throughput"
16406
16407 - type: "plot"
16408   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16409   algorithm: "plot_performance_box"
16410   output-file-type: ".html"
16411   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16413   filter: "'NIC_Intel-XXV710' and
16414            '64B' and
16415            'NDRPDR' and
16416            'ETH' and
16417            'IP4FWD' and
16418            '4T2C' and
16419            'VHOST_1024' and
16420            not 'VXLAN' and
16421            not 'CFS_OPT' and
16422            not 'DOT1Q'"
16423   parameters:
16424   - "throughput"
16425   - "parent"
16426   - "tags"
16427   sort:
16428   - "1VM"
16429   - "2VM"
16430   traces:
16431     hoverinfo: "x+y"
16432     boxpoints: "outliers"
16433     whiskerwidth: 0
16434   layout:
16435     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16436     layout: "plot-throughput"
16437
16438 - type: "plot"
16439   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16440   algorithm: "plot_performance_box"
16441   output-file-type: ".html"
16442   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16444   filter: "'NIC_Intel-XXV710' and
16445            '64B' and
16446            'NDRPDR' and
16447            'ETH' and
16448            'IP4FWD' and
16449            '2T1C' and
16450            'VHOST_1024' and
16451            not 'VXLAN' and
16452            not 'CFS_OPT' and
16453            not 'DOT1Q'"
16454   parameters:
16455   - "throughput"
16456   - "parent"
16457   - "tags"
16458   sort:
16459   - "1VM"
16460   - "2VM"
16461   traces:
16462     hoverinfo: "x+y"
16463     boxpoints: "outliers"
16464     whiskerwidth: 0
16465   layout:
16466     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16467     layout: "plot-throughput"
16468
16469 - type: "plot"
16470   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16471   algorithm: "plot_performance_box"
16472   output-file-type: ".html"
16473   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16475   filter: "'NIC_Intel-XXV710' and
16476            '64B' and
16477            'NDRPDR' and
16478            'ETH' and
16479            'IP4FWD' and
16480            '4T2C' and
16481            'VHOST_1024' and
16482            not 'VXLAN' and
16483            not 'CFS_OPT' and
16484            not 'DOT1Q'"
16485   parameters:
16486   - "throughput"
16487   - "parent"
16488   - "tags"
16489   sort:
16490   - "1VM"
16491   - "2VM"
16492   traces:
16493     hoverinfo: "x+y"
16494     boxpoints: "outliers"
16495     whiskerwidth: 0
16496   layout:
16497     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16498     layout: "plot-throughput"
16499
16500 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16501 #- type: "plot"
16502 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16503 #  algorithm: "plot_performance_box"
16504 #  output-file-type: ".html"
16505 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16507 #  filter: "'NIC_Intel-XXV710' and
16508 #           '64B' and
16509 #           'NDRPDR' and
16510 #           ('ETH' or 'DOT1Q') and
16511 #           'BASE' and
16512 #           '2T1C' and
16513 #           ('L2BDMACLRN' or 'L2XCFWD') and
16514 #           'VHOST_1024' and
16515 #           not 'VXLAN' and
16516 #           not 'IP4FWD' and
16517 #           not '2VM'"
16518 #  parameters:
16519 #  - "throughput"
16520 #  - "parent"
16521 #  - "tags"
16522 ##  sort:
16523 ##  - "not CFS_OPT"
16524 ##  - "L2XCFWD"
16525 ##  - "not CFS_OPT"
16526 ##  - "CFS_OPT"
16527 #  traces:
16528 #    hoverinfo: "x+y"
16529 #    boxpoints: "outliers"
16530 #    whiskerwidth: 0
16531 #  layout:
16532 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16533 #    layout: "plot-throughput"
16534 #
16535 #- type: "plot"
16536 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16537 #  algorithm: "plot_performance_box"
16538 #  output-file-type: ".html"
16539 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16540 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16541 #  filter: "'NIC_Intel-XXV710' and
16542 #           '64B' and
16543 #           'NDRPDR' and
16544 #           ('ETH' or 'DOT1Q') and
16545 #           'BASE' and
16546 #           '2T1C' and
16547 #           ('L2BDMACLRN' or 'L2XCFWD') and
16548 #           'VHOST_1024' and
16549 #           not 'VXLAN' and
16550 #           not 'IP4FWD' and
16551 #           not '2VM'"
16552 #  parameters:
16553 #  - "throughput"
16554 #  - "parent"
16555 #  - "tags"
16556 ##  sort:
16557 ##  - "not CFS_OPT"
16558 ##  - "L2XCFWD"
16559 ##  - "not CFS_OPT"
16560 ##  - "CFS_OPT"
16561 #  traces:
16562 #    hoverinfo: "x+y"
16563 #    boxpoints: "outliers"
16564 #    whiskerwidth: 0
16565 #  layout:
16566 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16567 #    layout: "plot-throughput"
16568 #
16569 #- type: "plot"
16570 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16571 #  algorithm: "plot_performance_box"
16572 #  output-file-type: ".html"
16573 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16574 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16575 #  filter: "'NIC_Intel-XXV710' and
16576 #           '64B' and
16577 #           'NDRPDR' and
16578 #           ('ETH' or 'DOT1Q') and
16579 #           'BASE' and
16580 #           '4T2C' and
16581 #           ('L2BDMACLRN' or 'L2XCFWD') and
16582 #           'VHOST_1024' and
16583 #           not 'VXLAN' and
16584 #           not 'IP4FWD' and
16585 #           not '2VM'"
16586 #  parameters:
16587 #  - "throughput"
16588 #  - "parent"
16589 #  - "tags"
16590 ##  sort:
16591 ##  - "not CFS_OPT"
16592 ##  - "L2XCFWD"
16593 ##  - "not CFS_OPT"
16594 ##  - "CFS_OPT"
16595 #  traces:
16596 #    hoverinfo: "x+y"
16597 #    boxpoints: "outliers"
16598 #    whiskerwidth: 0
16599 #  layout:
16600 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16601 #    layout: "plot-throughput"
16602 #
16603 #- type: "plot"
16604 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16605 #  algorithm: "plot_performance_box"
16606 #  output-file-type: ".html"
16607 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16608 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16609 #  filter: "'NIC_Intel-XXV710' and
16610 #           '64B' and
16611 #           'NDRPDR' and
16612 #           ('ETH' or 'DOT1Q') and
16613 #           'BASE' and
16614 #           '4T2C' and
16615 #           ('L2BDMACLRN' or 'L2XCFWD') and
16616 #           'VHOST_1024' and
16617 #           not 'VXLAN' and
16618 #           not 'IP4FWD' and
16619 #           not '2VM'"
16620 #  parameters:
16621 #  - "throughput"
16622 #  - "parent"
16623 #  - "tags"
16624 ##  sort:
16625 ##  - "not CFS_OPT"
16626 ##  - "L2XCFWD"
16627 ##  - "not CFS_OPT"
16628 ##  - "CFS_OPT"
16629 #  traces:
16630 #    hoverinfo: "x+y"
16631 #    boxpoints: "outliers"
16632 #    whiskerwidth: 0
16633 #  layout:
16634 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16635 #    layout: "plot-throughput"
16636 #
16637 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16638 #- type: "plot"
16639 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16640 #  algorithm: "plot_performance_box"
16641 #  output-file-type: ".html"
16642 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16643 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16644 #  filter: "'NIC_Intel-XXV710' and
16645 #           '64B' and
16646 #           'NDRPDR' and
16647 #           ('ETH' or 'DOT1Q') and
16648 #           '2T1C' and
16649 #           ('L2BDMACLRN' or 'L2XCFWD') and
16650 #           'VHOST_1024' and
16651 #           not 'CFS_OPT' and
16652 #           not 'VXLAN' and
16653 #           not 'DOT1Q' and
16654 #           not 'IP4FWD'"
16655 #  parameters:
16656 #  - "throughput"
16657 #  - "parent"
16658 #  - "tags"
16659 ##  sort:
16660 ##  - "1VM"
16661 ##  - "L2XCFWD"
16662 ##  - "1VM"
16663 ##  - "L2BDMACLRN"
16664 #  traces:
16665 #    hoverinfo: "x+y"
16666 #    boxpoints: "outliers"
16667 #    whiskerwidth: 0
16668 #  layout:
16669 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16670 #    layout: "plot-throughput"
16671 #
16672 #- type: "plot"
16673 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16674 #  algorithm: "plot_performance_box"
16675 #  output-file-type: ".html"
16676 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16677 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16678 #  filter: "'NIC_Intel-XXV710' and
16679 #           '64B' and
16680 #           'NDRPDR' and
16681 #           ('ETH' or 'DOT1Q') and
16682 #           '2T1C' and
16683 #           ('L2BDMACLRN' or 'L2XCFWD') and
16684 #           'VHOST_1024' and
16685 #           not 'CFS_OPT' and
16686 #           not 'VXLAN' and
16687 #           not 'DOT1Q' and
16688 #           not 'IP4FWD'"
16689 #  parameters:
16690 #  - "throughput"
16691 #  - "parent"
16692 #  - "tags"
16693 ##  sort:
16694 ##  - "1VM"
16695 ##  - "L2XCFWD"
16696 ##  - "1VM"
16697 ##  - "L2BDMACLRN"
16698 #  traces:
16699 #    hoverinfo: "x+y"
16700 #    boxpoints: "outliers"
16701 #    whiskerwidth: 0
16702 #  layout:
16703 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16704 #    layout: "plot-throughput"
16705 #
16706 #- type: "plot"
16707 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16708 #  algorithm: "plot_performance_box"
16709 #  output-file-type: ".html"
16710 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16711 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16712 #  filter: "'NIC_Intel-XXV710' and
16713 #           '64B' and
16714 #           'NDRPDR' and
16715 #           ('ETH' or 'DOT1Q') and
16716 #           '4T2C' and
16717 #           ('L2BDMACLRN' or 'L2XCFWD') and
16718 #           'VHOST_1024' and
16719 #           not 'CFS_OPT' and
16720 #           not 'VXLAN' and
16721 #           not 'DOT1Q' and
16722 #           not 'IP4FWD'"
16723 #  parameters:
16724 #  - "throughput"
16725 #  - "parent"
16726 #  - "tags"
16727 ##  sort:
16728 ##  - "1VM"
16729 ##  - "L2XCFWD"
16730 ##  - "1VM"
16731 ##  - "L2BDMACLRN"
16732 #  traces:
16733 #    hoverinfo: "x+y"
16734 #    boxpoints: "outliers"
16735 #    whiskerwidth: 0
16736 #  layout:
16737 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16738 #    layout: "plot-throughput"
16739 #
16740 #- type: "plot"
16741 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16742 #  algorithm: "plot_performance_box"
16743 #  output-file-type: ".html"
16744 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16745 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16746 #  filter: "'NIC_Intel-XXV710' and
16747 #           '64B' and
16748 #           'NDRPDR' and
16749 #           ('ETH' or 'DOT1Q') and
16750 #           '4T2C' and
16751 #           ('L2BDMACLRN' or 'L2XCFWD') and
16752 #           'VHOST_1024' and
16753 #           not 'CFS_OPT' and
16754 #           not 'VXLAN' and
16755 #           not 'DOT1Q' and
16756 #           not 'IP4FWD'"
16757 #  parameters:
16758 #  - "throughput"
16759 #  - "parent"
16760 #  - "tags"
16761 ##  sort:
16762 ##  - "1VM"
16763 ##  - "L2XCFWD"
16764 ##  - "1VM"
16765 ##  - "L2BDMACLRN"
16766 #  traces:
16767 #    hoverinfo: "x+y"
16768 #    boxpoints: "outliers"
16769 #    whiskerwidth: 0
16770 #  layout:
16771 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16772 #    layout: "plot-throughput"
16773
16774 ################################################################################
16775
16776 # Packet Throughput - VPP VTS 3n-hsw-x520
16777 - type: "plot"
16778   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16779   algorithm: "plot_performance_box"
16780   output-file-type: ".html"
16781   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16782   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16783   filter: "'NIC_Intel-X520-DA2' and
16784            '114B' and
16785            'NDRPDR' and
16786            '1T1C' and
16787            'VTS'"
16788   parameters:
16789   - "throughput"
16790   - "parent"
16791   - "tags"
16792   traces:
16793     hoverinfo: "x+y"
16794     boxpoints: "outliers"
16795     whiskerwidth: 0
16796   layout:
16797     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16798     layout: "plot-throughput"
16799
16800 - type: "plot"
16801   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16802   algorithm: "plot_performance_box"
16803   output-file-type: ".html"
16804   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16806   filter: "'NIC_Intel-X520-DA2' and
16807            '114B' and
16808            'NDRPDR' and
16809            '2T2C' and
16810            'VTS'"
16811   parameters:
16812   - "throughput"
16813   - "parent"
16814   - "tags"
16815   traces:
16816     hoverinfo: "x+y"
16817     boxpoints: "outliers"
16818     whiskerwidth: 0
16819   layout:
16820     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16821     layout: "plot-throughput"
16822
16823 - type: "plot"
16824   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16825   algorithm: "plot_performance_box"
16826   output-file-type: ".html"
16827   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16829   filter: "'NIC_Intel-X520-DA2' and
16830            '114B' and
16831            'NDRPDR' and
16832            '1T1C' and
16833            'VTS'"
16834   parameters:
16835   - "throughput"
16836   - "parent"
16837   - "tags"
16838   traces:
16839     hoverinfo: "x+y"
16840     boxpoints: "outliers"
16841     whiskerwidth: 0
16842   layout:
16843     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16848   algorithm: "plot_performance_box"
16849   output-file-type: ".html"
16850   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16852   filter: "'NIC_Intel-X520-DA2' and
16853            '114B' and
16854            'NDRPDR' and
16855            '2T2C' and
16856            'VTS'"
16857   parameters:
16858   - "throughput"
16859   - "parent"
16860   - "tags"
16861   traces:
16862     hoverinfo: "x+y"
16863     boxpoints: "outliers"
16864     whiskerwidth: 0
16865   layout:
16866     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16867     layout: "plot-throughput"
16868
16869 ################################################################################
16870
16871 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16872 - type: "plot"
16873   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16874   algorithm: "plot_performance_box"
16875   output-file-type: ".html"
16876   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16877   data: "plot-dpdk-throughput-latency-3n-hsw"
16878   filter: "'NIC_Intel-X520-DA2' and
16879            '64B' and
16880            'BASE' and
16881            'NDRPDR' and
16882            '1T1C' and
16883            'IP4FWD'"
16884   parameters:
16885   - "throughput"
16886   - "parent"
16887   - "tags"
16888   traces:
16889     hoverinfo: "x+y"
16890     boxpoints: "outliers"
16891     whiskerwidth: 0
16892   layout:
16893     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16894     layout: "plot-throughput"
16895
16896 - type: "plot"
16897   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16898   algorithm: "plot_performance_box"
16899   output-file-type: ".html"
16900   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16901   data: "plot-dpdk-throughput-latency-3n-hsw"
16902   filter: "'NIC_Intel-X520-DA2' and
16903            '64B' and
16904            'BASE' and
16905            'NDRPDR' and
16906            '2T2C' and
16907            'IP4FWD'"
16908   parameters:
16909   - "throughput"
16910   - "parent"
16911   - "tags"
16912   traces:
16913     hoverinfo: "x+y"
16914     boxpoints: "outliers"
16915     whiskerwidth: 0
16916   layout:
16917     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16922   algorithm: "plot_performance_box"
16923   output-file-type: ".html"
16924   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16925   data: "plot-dpdk-throughput-latency-3n-hsw"
16926   filter: "'NIC_Intel-X520-DA2' and
16927            '64B' and
16928            'BASE' and
16929            'NDRPDR' and
16930            '1T1C' and
16931            'IP4FWD'"
16932   parameters:
16933   - "throughput"
16934   - "parent"
16935   - "tags"
16936   traces:
16937     hoverinfo: "x+y"
16938     boxpoints: "outliers"
16939     whiskerwidth: 0
16940   layout:
16941     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16942     layout: "plot-throughput"
16943
16944 - type: "plot"
16945   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16946   algorithm: "plot_performance_box"
16947   output-file-type: ".html"
16948   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16949   data: "plot-dpdk-throughput-latency-3n-hsw"
16950   filter: "'NIC_Intel-X520-DA2' and
16951            '64B' and
16952            'BASE' and
16953            'NDRPDR' and
16954            '2T2C' and
16955            'IP4FWD'"
16956   parameters:
16957   - "throughput"
16958   - "parent"
16959   - "tags"
16960   traces:
16961     hoverinfo: "x+y"
16962     boxpoints: "outliers"
16963     whiskerwidth: 0
16964   layout:
16965     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16966     layout: "plot-throughput"
16967
16968 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16969 - type: "plot"
16970   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16971   algorithm: "plot_performance_box"
16972   output-file-type: ".html"
16973   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16974   data: "plot-dpdk-throughput-latency-3n-hsw"
16975   filter: "'NIC_Intel-X710' and
16976            '64B' and
16977            'BASE' and
16978            'NDRPDR' and
16979            '1T1C' and
16980            'IP4FWD'"
16981   parameters:
16982   - "throughput"
16983   - "parent"
16984   - "tags"
16985   traces:
16986     hoverinfo: "x+y"
16987     boxpoints: "outliers"
16988     whiskerwidth: 0
16989   layout:
16990     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16991     layout: "plot-throughput"
16992
16993 - type: "plot"
16994   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16995   algorithm: "plot_performance_box"
16996   output-file-type: ".html"
16997   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16998   data: "plot-dpdk-throughput-latency-3n-hsw"
16999   filter: "'NIC_Intel-X710' and
17000            '64B' and
17001            'BASE' and
17002            'NDRPDR' and
17003            '2T2C' and
17004            'IP4FWD'"
17005   parameters:
17006   - "throughput"
17007   - "parent"
17008   - "tags"
17009   traces:
17010     hoverinfo: "x+y"
17011     boxpoints: "outliers"
17012     whiskerwidth: 0
17013   layout:
17014     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17019   algorithm: "plot_performance_box"
17020   output-file-type: ".html"
17021   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17022   data: "plot-dpdk-throughput-latency-3n-hsw"
17023   filter: "'NIC_Intel-X710' and
17024            '64B' and
17025            'BASE' and
17026            'NDRPDR' and
17027            '1T1C' and
17028            'IP4FWD'"
17029   parameters:
17030   - "throughput"
17031   - "parent"
17032   - "tags"
17033   traces:
17034     hoverinfo: "x+y"
17035     boxpoints: "outliers"
17036     whiskerwidth: 0
17037   layout:
17038     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17039     layout: "plot-throughput"
17040
17041 - type: "plot"
17042   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17043   algorithm: "plot_performance_box"
17044   output-file-type: ".html"
17045   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17046   data: "plot-dpdk-throughput-latency-3n-hsw"
17047   filter: "'NIC_Intel-X710' and
17048            '64B' and
17049            'BASE' and
17050            'NDRPDR' and
17051            '2T2C' and
17052            'IP4FWD'"
17053   parameters:
17054   - "throughput"
17055   - "parent"
17056   - "tags"
17057   traces:
17058     hoverinfo: "x+y"
17059     boxpoints: "outliers"
17060     whiskerwidth: 0
17061   layout:
17062     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17063     layout: "plot-throughput"
17064
17065 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17066 - type: "plot"
17067   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17068   algorithm: "plot_performance_box"
17069   output-file-type: ".html"
17070   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17071   data: "plot-dpdk-throughput-latency-3n-hsw"
17072   filter: "'NIC_Intel-XL710' and
17073            '64B' and
17074            'BASE' and
17075            'NDRPDR' and
17076            '1T1C' and
17077            'IP4FWD'"
17078   parameters:
17079   - "throughput"
17080   - "parent"
17081   - "tags"
17082   traces:
17083     hoverinfo: "x+y"
17084     boxpoints: "outliers"
17085     whiskerwidth: 0
17086   layout:
17087     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17088     layout: "plot-throughput"
17089
17090 - type: "plot"
17091   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17092   algorithm: "plot_performance_box"
17093   output-file-type: ".html"
17094   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17095   data: "plot-dpdk-throughput-latency-3n-hsw"
17096   filter: "'NIC_Intel-XL710' and
17097            '64B' and
17098            'BASE' and
17099            'NDRPDR' and
17100            '2T2C' and
17101            'IP4FWD'"
17102   parameters:
17103   - "throughput"
17104   - "parent"
17105   - "tags"
17106   traces:
17107     hoverinfo: "x+y"
17108     boxpoints: "outliers"
17109     whiskerwidth: 0
17110   layout:
17111     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17116   algorithm: "plot_performance_box"
17117   output-file-type: ".html"
17118   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17119   data: "plot-dpdk-throughput-latency-3n-hsw"
17120   filter: "'NIC_Intel-XL710' and
17121            '64B' and
17122            'BASE' and
17123            'NDRPDR' and
17124            '1T1C' and
17125            'IP4FWD'"
17126   parameters:
17127   - "throughput"
17128   - "parent"
17129   - "tags"
17130   traces:
17131     hoverinfo: "x+y"
17132     boxpoints: "outliers"
17133     whiskerwidth: 0
17134   layout:
17135     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17136     layout: "plot-throughput"
17137
17138 - type: "plot"
17139   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17140   algorithm: "plot_performance_box"
17141   output-file-type: ".html"
17142   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17143   data: "plot-dpdk-throughput-latency-3n-hsw"
17144   filter: "'NIC_Intel-XL710' and
17145            '64B' and
17146            'BASE' and
17147            'NDRPDR' and
17148            '2T2C' and
17149            'IP4FWD'"
17150   parameters:
17151   - "throughput"
17152   - "parent"
17153   - "tags"
17154   traces:
17155     hoverinfo: "x+y"
17156     boxpoints: "outliers"
17157     whiskerwidth: 0
17158   layout:
17159     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17160     layout: "plot-throughput"
17161
17162 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17163 - type: "plot"
17164   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17165   algorithm: "plot_performance_box"
17166   output-file-type: ".html"
17167   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17168   data: "plot-dpdk-throughput-latency-3n-skx"
17169   filter: "'NIC_Intel-X710' and
17170            '64B' and
17171            'BASE' and
17172            'NDRPDR' and
17173            '2T1C' and
17174            'IP4FWD'"
17175   parameters:
17176   - "throughput"
17177   - "parent"
17178   - "tags"
17179   traces:
17180     hoverinfo: "x+y"
17181     boxpoints: "outliers"
17182     whiskerwidth: 0
17183   layout:
17184     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17185     layout: "plot-throughput"
17186
17187 - type: "plot"
17188   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17189   algorithm: "plot_performance_box"
17190   output-file-type: ".html"
17191   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17192   data: "plot-dpdk-throughput-latency-3n-skx"
17193   filter: "'NIC_Intel-X710' and
17194            '64B' and
17195            'BASE' and
17196            'NDRPDR' and
17197            '4T2C' and
17198            'IP4FWD'"
17199   parameters:
17200   - "throughput"
17201   - "parent"
17202   - "tags"
17203   traces:
17204     hoverinfo: "x+y"
17205     boxpoints: "outliers"
17206     whiskerwidth: 0
17207   layout:
17208     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17213   algorithm: "plot_performance_box"
17214   output-file-type: ".html"
17215   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17216   data: "plot-dpdk-throughput-latency-3n-skx"
17217   filter: "'NIC_Intel-X710' and
17218            '64B' and
17219            'BASE' and
17220            'NDRPDR' and
17221            '2T1C' and
17222            'IP4FWD'"
17223   parameters:
17224   - "throughput"
17225   - "parent"
17226   - "tags"
17227   traces:
17228     hoverinfo: "x+y"
17229     boxpoints: "outliers"
17230     whiskerwidth: 0
17231   layout:
17232     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17237   algorithm: "plot_performance_box"
17238   output-file-type: ".html"
17239   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17240   data: "plot-dpdk-throughput-latency-3n-skx"
17241   filter: "'NIC_Intel-X710' and
17242            '64B' and
17243            'BASE' and
17244            'NDRPDR' and
17245            '4T2C' and
17246            'IP4FWD'"
17247   parameters:
17248   - "throughput"
17249   - "parent"
17250   - "tags"
17251   traces:
17252     hoverinfo: "x+y"
17253     boxpoints: "outliers"
17254     whiskerwidth: 0
17255   layout:
17256     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17257     layout: "plot-throughput"
17258
17259 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17260 - type: "plot"
17261   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17262   algorithm: "plot_performance_box"
17263   output-file-type: ".html"
17264   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17265   data: "plot-dpdk-throughput-latency-3n-skx"
17266   filter: "'NIC_Intel-XXV710' and
17267            '64B' and
17268            'BASE' and
17269            'NDRPDR' and
17270            '2T1C' and
17271            'IP4FWD'"
17272   parameters:
17273   - "throughput"
17274   - "parent"
17275   - "tags"
17276   traces:
17277     hoverinfo: "x+y"
17278     boxpoints: "outliers"
17279     whiskerwidth: 0
17280   layout:
17281     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17282     layout: "plot-throughput"
17283
17284 - type: "plot"
17285   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17286   algorithm: "plot_performance_box"
17287   output-file-type: ".html"
17288   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17289   data: "plot-dpdk-throughput-latency-3n-skx"
17290   filter: "'NIC_Intel-XXV710' and
17291            '64B' and
17292            'BASE' and
17293            'NDRPDR' and
17294            '4T2C' and
17295            'IP4FWD'"
17296   parameters:
17297   - "throughput"
17298   - "parent"
17299   - "tags"
17300   traces:
17301     hoverinfo: "x+y"
17302     boxpoints: "outliers"
17303     whiskerwidth: 0
17304   layout:
17305     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17306     layout: "plot-throughput"
17307
17308 - type: "plot"
17309   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17310   algorithm: "plot_performance_box"
17311   output-file-type: ".html"
17312   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17313   data: "plot-dpdk-throughput-latency-3n-skx"
17314   filter: "'NIC_Intel-XXV710' and
17315            '64B' and
17316            'BASE' and
17317            'NDRPDR' and
17318            '2T1C' and
17319            'IP4FWD'"
17320   parameters:
17321   - "throughput"
17322   - "parent"
17323   - "tags"
17324   traces:
17325     hoverinfo: "x+y"
17326     boxpoints: "outliers"
17327     whiskerwidth: 0
17328   layout:
17329     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17330     layout: "plot-throughput"
17331
17332 - type: "plot"
17333   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17334   algorithm: "plot_performance_box"
17335   output-file-type: ".html"
17336   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17337   data: "plot-dpdk-throughput-latency-3n-skx"
17338   filter: "'NIC_Intel-XXV710' and
17339            '64B' and
17340            'BASE' and
17341            'NDRPDR' and
17342            '4T2C' and
17343            'IP4FWD'"
17344   parameters:
17345   - "throughput"
17346   - "parent"
17347   - "tags"
17348   traces:
17349     hoverinfo: "x+y"
17350     boxpoints: "outliers"
17351     whiskerwidth: 0
17352   layout:
17353     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17354     layout: "plot-throughput"
17355
17356 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17357 - type: "plot"
17358   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17359   algorithm: "plot_performance_box"
17360   output-file-type: ".html"
17361   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17362   data: "plot-dpdk-throughput-latency-2n-skx"
17363   filter: "'NIC_Intel-X710' and
17364            '64B' and
17365            'BASE' and
17366            'NDRPDR' and
17367            '2T1C' and
17368            'IP4FWD'"
17369   parameters:
17370   - "throughput"
17371   - "parent"
17372   - "tags"
17373   traces:
17374     hoverinfo: "x+y"
17375     boxpoints: "outliers"
17376     whiskerwidth: 0
17377   layout:
17378     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17379     layout: "plot-throughput"
17380
17381 - type: "plot"
17382   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17383   algorithm: "plot_performance_box"
17384   output-file-type: ".html"
17385   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17386   data: "plot-dpdk-throughput-latency-2n-skx"
17387   filter: "'NIC_Intel-X710' and
17388            '64B' and
17389            'BASE' and
17390            'NDRPDR' and
17391            '4T2C' and
17392            'IP4FWD'"
17393   parameters:
17394   - "throughput"
17395   - "parent"
17396   - "tags"
17397   traces:
17398     hoverinfo: "x+y"
17399     boxpoints: "outliers"
17400     whiskerwidth: 0
17401   layout:
17402     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17403     layout: "plot-throughput"
17404
17405 - type: "plot"
17406   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17407   algorithm: "plot_performance_box"
17408   output-file-type: ".html"
17409   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17410   data: "plot-dpdk-throughput-latency-2n-skx"
17411   filter: "'NIC_Intel-X710' and
17412            '64B' and
17413            'BASE' and
17414            'NDRPDR' and
17415            '2T1C' and
17416            'IP4FWD'"
17417   parameters:
17418   - "throughput"
17419   - "parent"
17420   - "tags"
17421   traces:
17422     hoverinfo: "x+y"
17423     boxpoints: "outliers"
17424     whiskerwidth: 0
17425   layout:
17426     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17427     layout: "plot-throughput"
17428
17429 - type: "plot"
17430   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17431   algorithm: "plot_performance_box"
17432   output-file-type: ".html"
17433   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17434   data: "plot-dpdk-throughput-latency-2n-skx"
17435   filter: "'NIC_Intel-X710' and
17436            '64B' and
17437            'BASE' and
17438            'NDRPDR' and
17439            '4T2C' and
17440            'IP4FWD'"
17441   parameters:
17442   - "throughput"
17443   - "parent"
17444   - "tags"
17445   traces:
17446     hoverinfo: "x+y"
17447     boxpoints: "outliers"
17448     whiskerwidth: 0
17449   layout:
17450     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17451     layout: "plot-throughput"
17452
17453 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17454 - type: "plot"
17455   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17456   algorithm: "plot_performance_box"
17457   output-file-type: ".html"
17458   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17459   data: "plot-dpdk-throughput-latency-2n-skx"
17460   filter: "'NIC_Intel-XXV710' and
17461            '64B' and
17462            'BASE' and
17463            'NDRPDR' and
17464            '2T1C' and
17465            'IP4FWD'"
17466   parameters:
17467   - "throughput"
17468   - "parent"
17469   - "tags"
17470   traces:
17471     hoverinfo: "x+y"
17472     boxpoints: "outliers"
17473     whiskerwidth: 0
17474   layout:
17475     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17476     layout: "plot-throughput"
17477
17478 - type: "plot"
17479   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17480   algorithm: "plot_performance_box"
17481   output-file-type: ".html"
17482   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17483   data: "plot-dpdk-throughput-latency-2n-skx"
17484   filter: "'NIC_Intel-XXV710' and
17485            '64B' and
17486            'BASE' and
17487            'NDRPDR' and
17488            '4T2C' and
17489            'IP4FWD'"
17490   parameters:
17491   - "throughput"
17492   - "parent"
17493   - "tags"
17494   traces:
17495     hoverinfo: "x+y"
17496     boxpoints: "outliers"
17497     whiskerwidth: 0
17498   layout:
17499     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17500     layout: "plot-throughput"
17501
17502 - type: "plot"
17503   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17504   algorithm: "plot_performance_box"
17505   output-file-type: ".html"
17506   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17507   data: "plot-dpdk-throughput-latency-2n-skx"
17508   filter: "'NIC_Intel-XXV710' and
17509            '64B' and
17510            'BASE' and
17511            'NDRPDR' and
17512            '2T1C' and
17513            'IP4FWD'"
17514   parameters:
17515   - "throughput"
17516   - "parent"
17517   - "tags"
17518   traces:
17519     hoverinfo: "x+y"
17520     boxpoints: "outliers"
17521     whiskerwidth: 0
17522   layout:
17523     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17524     layout: "plot-throughput"
17525
17526 - type: "plot"
17527   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17528   algorithm: "plot_performance_box"
17529   output-file-type: ".html"
17530   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17531   data: "plot-dpdk-throughput-latency-2n-skx"
17532   filter: "'NIC_Intel-XXV710' and
17533            '64B' and
17534            'BASE' and
17535            'NDRPDR' and
17536            '4T2C' and
17537            'IP4FWD'"
17538   parameters:
17539   - "throughput"
17540   - "parent"
17541   - "tags"
17542   traces:
17543     hoverinfo: "x+y"
17544     boxpoints: "outliers"
17545     whiskerwidth: 0
17546   layout:
17547     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17548     layout: "plot-throughput"
17549
17550 ################################################################################
17551
17552 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17553 - type: "plot"
17554   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17555   algorithm: "plot_performance_box"
17556   output-file-type: ".html"
17557   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17558   data: "plot-dpdk-throughput-latency-3n-hsw"
17559   filter: "'NIC_Intel-X520-DA2' and
17560            '64B' and
17561            'BASE' and
17562            'NDRPDR' and
17563            '1T1C' and
17564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17565   parameters:
17566   - "throughput"
17567   - "parent"
17568   - "tags"
17569   traces:
17570     hoverinfo: "x+y"
17571     boxpoints: "outliers"
17572     whiskerwidth: 0
17573   layout:
17574     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17575     layout: "plot-throughput"
17576
17577 - type: "plot"
17578   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17579   algorithm: "plot_performance_box"
17580   output-file-type: ".html"
17581   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17582   data: "plot-dpdk-throughput-latency-3n-hsw"
17583   filter: "'NIC_Intel-X520-DA2' and
17584            '64B' and
17585            'BASE' and
17586            'NDRPDR' and
17587            '2T2C' and
17588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17589   parameters:
17590   - "throughput"
17591   - "parent"
17592   - "tags"
17593   traces:
17594     hoverinfo: "x+y"
17595     boxpoints: "outliers"
17596     whiskerwidth: 0
17597   layout:
17598     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17603   algorithm: "plot_performance_box"
17604   output-file-type: ".html"
17605   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17606   data: "plot-dpdk-throughput-latency-3n-hsw"
17607   filter: "'NIC_Intel-X520-DA2' and
17608            '64B' and
17609            'BASE' and
17610            'NDRPDR' and
17611            '1T1C' and
17612            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17613   parameters:
17614   - "throughput"
17615   - "parent"
17616   - "tags"
17617   traces:
17618     hoverinfo: "x+y"
17619     boxpoints: "outliers"
17620     whiskerwidth: 0
17621   layout:
17622     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17623     layout: "plot-throughput"
17624
17625 - type: "plot"
17626   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17627   algorithm: "plot_performance_box"
17628   output-file-type: ".html"
17629   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17630   data: "plot-dpdk-throughput-latency-3n-hsw"
17631   filter: "'NIC_Intel-X520-DA2' and
17632            '64B' and
17633            'BASE' and
17634            'NDRPDR' and
17635            '2T2C' and
17636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17637   parameters:
17638   - "throughput"
17639   - "parent"
17640   - "tags"
17641   traces:
17642     hoverinfo: "x+y"
17643     boxpoints: "outliers"
17644     whiskerwidth: 0
17645   layout:
17646     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17647     layout: "plot-throughput"
17648
17649 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17650 - type: "plot"
17651   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17652   algorithm: "plot_performance_box"
17653   output-file-type: ".html"
17654   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17655   data: "plot-dpdk-throughput-latency-3n-hsw"
17656   filter: "'NIC_Intel-X710' and
17657            '64B' and
17658            'BASE' and
17659            'NDRPDR' and
17660            '1T1C' and
17661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17662   parameters:
17663   - "throughput"
17664   - "parent"
17665   - "tags"
17666   traces:
17667     hoverinfo: "x+y"
17668     boxpoints: "outliers"
17669     whiskerwidth: 0
17670   layout:
17671     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17672     layout: "plot-throughput"
17673
17674 - type: "plot"
17675   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17676   algorithm: "plot_performance_box"
17677   output-file-type: ".html"
17678   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17679   data: "plot-dpdk-throughput-latency-3n-hsw"
17680   filter: "'NIC_Intel-X710' and
17681            '64B' and
17682            'BASE' and
17683            'NDRPDR' and
17684            '2T2C' and
17685            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17686   parameters:
17687   - "throughput"
17688   - "parent"
17689   - "tags"
17690   traces:
17691     hoverinfo: "x+y"
17692     boxpoints: "outliers"
17693     whiskerwidth: 0
17694   layout:
17695     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17700   algorithm: "plot_performance_box"
17701   output-file-type: ".html"
17702   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17703   data: "plot-dpdk-throughput-latency-3n-hsw"
17704   filter: "'NIC_Intel-X710' and
17705            '64B' and
17706            'BASE' and
17707            'NDRPDR' and
17708            '1T1C' and
17709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17710   parameters:
17711   - "throughput"
17712   - "parent"
17713   - "tags"
17714   traces:
17715     hoverinfo: "x+y"
17716     boxpoints: "outliers"
17717     whiskerwidth: 0
17718   layout:
17719     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17724   algorithm: "plot_performance_box"
17725   output-file-type: ".html"
17726   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17727   data: "plot-dpdk-throughput-latency-3n-hsw"
17728   filter: "'NIC_Intel-X710' and
17729            '64B' and
17730            'BASE' and
17731            'NDRPDR' and
17732            '2T2C' and
17733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17734   parameters:
17735   - "throughput"
17736   - "parent"
17737   - "tags"
17738   traces:
17739     hoverinfo: "x+y"
17740     boxpoints: "outliers"
17741     whiskerwidth: 0
17742   layout:
17743     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17744     layout: "plot-throughput"
17745
17746 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17747 - type: "plot"
17748   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17749   algorithm: "plot_performance_box"
17750   output-file-type: ".html"
17751   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17752   data: "plot-dpdk-throughput-latency-3n-hsw"
17753   filter: "'NIC_Intel-XL710' and
17754            '64B' and
17755            'BASE' and
17756            'NDRPDR' and
17757            '1T1C' and
17758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17759   parameters:
17760   - "throughput"
17761   - "parent"
17762   - "tags"
17763   traces:
17764     hoverinfo: "x+y"
17765     boxpoints: "outliers"
17766     whiskerwidth: 0
17767   layout:
17768     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17769     layout: "plot-throughput"
17770
17771 - type: "plot"
17772   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17773   algorithm: "plot_performance_box"
17774   output-file-type: ".html"
17775   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17776   data: "plot-dpdk-throughput-latency-3n-hsw"
17777   filter: "'NIC_Intel-XL710' and
17778            '64B' and
17779            'BASE' and
17780            'NDRPDR' and
17781            '2T2C' and
17782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17783   parameters:
17784   - "throughput"
17785   - "parent"
17786   - "tags"
17787   traces:
17788     hoverinfo: "x+y"
17789     boxpoints: "outliers"
17790     whiskerwidth: 0
17791   layout:
17792     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17793     layout: "plot-throughput"
17794
17795 - type: "plot"
17796   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17797   algorithm: "plot_performance_box"
17798   output-file-type: ".html"
17799   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17800   data: "plot-dpdk-throughput-latency-3n-hsw"
17801   filter: "'NIC_Intel-XL710' and
17802            '64B' and
17803            'BASE' and
17804            'NDRPDR' and
17805            '1T1C' and
17806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17807   parameters:
17808   - "throughput"
17809   - "parent"
17810   - "tags"
17811   traces:
17812     hoverinfo: "x+y"
17813     boxpoints: "outliers"
17814     whiskerwidth: 0
17815   layout:
17816     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17817     layout: "plot-throughput"
17818
17819 - type: "plot"
17820   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17821   algorithm: "plot_performance_box"
17822   output-file-type: ".html"
17823   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17824   data: "plot-dpdk-throughput-latency-3n-hsw"
17825   filter: "'NIC_Intel-XL710' and
17826            '64B' and
17827            'BASE' and
17828            'NDRPDR' and
17829            '2T2C' and
17830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17831   parameters:
17832   - "throughput"
17833   - "parent"
17834   - "tags"
17835   traces:
17836     hoverinfo: "x+y"
17837     boxpoints: "outliers"
17838     whiskerwidth: 0
17839   layout:
17840     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17841     layout: "plot-throughput"
17842
17843 # Packet Throughput - DPDK testpmd 3n-skx-x710
17844 - type: "plot"
17845   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17846   algorithm: "plot_performance_box"
17847   output-file-type: ".html"
17848   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17849   data: "plot-dpdk-throughput-latency-3n-skx"
17850   filter: "'NIC_Intel-X710' and
17851            '64B' and
17852            'BASE' and
17853            'NDRPDR' and
17854            '2T1C' and
17855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17856   parameters:
17857   - "throughput"
17858   - "parent"
17859   - "tags"
17860   traces:
17861     hoverinfo: "x+y"
17862     boxpoints: "outliers"
17863     whiskerwidth: 0
17864   layout:
17865     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17870   algorithm: "plot_performance_box"
17871   output-file-type: ".html"
17872   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17873   data: "plot-dpdk-throughput-latency-3n-skx"
17874   filter: "'NIC_Intel-X710' and
17875            '64B' and
17876            'BASE' and
17877            'NDRPDR' and
17878            '4T2C' and
17879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17880   parameters:
17881   - "throughput"
17882   - "parent"
17883   - "tags"
17884   traces:
17885     hoverinfo: "x+y"
17886     boxpoints: "outliers"
17887     whiskerwidth: 0
17888   layout:
17889     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17890     layout: "plot-throughput"
17891
17892 - type: "plot"
17893   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17894   algorithm: "plot_performance_box"
17895   output-file-type: ".html"
17896   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17897   data: "plot-dpdk-throughput-latency-3n-skx"
17898   filter: "'NIC_Intel-X710' and
17899            '64B' and
17900            'BASE' and
17901            'NDRPDR' and
17902            '2T1C' and
17903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17904   parameters:
17905   - "throughput"
17906   - "parent"
17907   - "tags"
17908   traces:
17909     hoverinfo: "x+y"
17910     boxpoints: "outliers"
17911     whiskerwidth: 0
17912   layout:
17913     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17914     layout: "plot-throughput"
17915
17916 - type: "plot"
17917   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17918   algorithm: "plot_performance_box"
17919   output-file-type: ".html"
17920   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17921   data: "plot-dpdk-throughput-latency-3n-skx"
17922   filter: "'NIC_Intel-X710' and
17923            '64B' and
17924            'BASE' and
17925            'NDRPDR' and
17926            '4T2C' and
17927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17928   parameters:
17929   - "throughput"
17930   - "parent"
17931   - "tags"
17932   traces:
17933     hoverinfo: "x+y"
17934     boxpoints: "outliers"
17935     whiskerwidth: 0
17936   layout:
17937     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17938     layout: "plot-throughput"
17939
17940 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17941 - type: "plot"
17942   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17943   algorithm: "plot_performance_box"
17944   output-file-type: ".html"
17945   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17946   data: "plot-dpdk-throughput-latency-3n-skx"
17947   filter: "'NIC_Intel-XXV710' and
17948            '64B' and
17949            'BASE' and
17950            'NDRPDR' and
17951            '2T1C' and
17952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17953   parameters:
17954   - "throughput"
17955   - "parent"
17956   - "tags"
17957   traces:
17958     hoverinfo: "x+y"
17959     boxpoints: "outliers"
17960     whiskerwidth: 0
17961   layout:
17962     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17963     layout: "plot-throughput"
17964
17965 - type: "plot"
17966   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17967   algorithm: "plot_performance_box"
17968   output-file-type: ".html"
17969   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17970   data: "plot-dpdk-throughput-latency-3n-skx"
17971   filter: "'NIC_Intel-XXV710' and
17972            '64B' and
17973            'BASE' and
17974            'NDRPDR' and
17975            '4T2C' and
17976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17977   parameters:
17978   - "throughput"
17979   - "parent"
17980   - "tags"
17981   traces:
17982     hoverinfo: "x+y"
17983     boxpoints: "outliers"
17984     whiskerwidth: 0
17985   layout:
17986     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17987     layout: "plot-throughput"
17988
17989 - type: "plot"
17990   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17991   algorithm: "plot_performance_box"
17992   output-file-type: ".html"
17993   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17994   data: "plot-dpdk-throughput-latency-3n-skx"
17995   filter: "'NIC_Intel-XXV710' and
17996            '64B' and
17997            'BASE' and
17998            'NDRPDR' and
17999            '2T1C' and
18000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18001   parameters:
18002   - "throughput"
18003   - "parent"
18004   - "tags"
18005   traces:
18006     hoverinfo: "x+y"
18007     boxpoints: "outliers"
18008     whiskerwidth: 0
18009   layout:
18010     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18011     layout: "plot-throughput"
18012
18013 - type: "plot"
18014   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18015   algorithm: "plot_performance_box"
18016   output-file-type: ".html"
18017   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18018   data: "plot-dpdk-throughput-latency-3n-skx"
18019   filter: "'NIC_Intel-XXV710' and
18020            '64B' and
18021            'BASE' and
18022            'NDRPDR' and
18023            '4T2C' and
18024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18025   parameters:
18026   - "throughput"
18027   - "parent"
18028   - "tags"
18029   traces:
18030     hoverinfo: "x+y"
18031     boxpoints: "outliers"
18032     whiskerwidth: 0
18033   layout:
18034     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18035     layout: "plot-throughput"
18036
18037 # Packet Throughput - DPDK testpmd 2n-skx-x710
18038 - type: "plot"
18039   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18040   algorithm: "plot_performance_box"
18041   output-file-type: ".html"
18042   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18043   data: "plot-dpdk-throughput-latency-2n-skx"
18044   filter: "'NIC_Intel-X710' and
18045            '64B' and
18046            'BASE' and
18047            'NDRPDR' and
18048            '2T1C' and
18049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18050   parameters:
18051   - "throughput"
18052   - "parent"
18053   - "tags"
18054   traces:
18055     hoverinfo: "x+y"
18056     boxpoints: "outliers"
18057     whiskerwidth: 0
18058   layout:
18059     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18060     layout: "plot-throughput"
18061
18062 - type: "plot"
18063   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18064   algorithm: "plot_performance_box"
18065   output-file-type: ".html"
18066   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18067   data: "plot-dpdk-throughput-latency-2n-skx"
18068   filter: "'NIC_Intel-X710' and
18069            '64B' and
18070            'BASE' and
18071            'NDRPDR' and
18072            '4T2C' and
18073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18074   parameters:
18075   - "throughput"
18076   - "parent"
18077   - "tags"
18078   traces:
18079     hoverinfo: "x+y"
18080     boxpoints: "outliers"
18081     whiskerwidth: 0
18082   layout:
18083     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18084     layout: "plot-throughput"
18085
18086 - type: "plot"
18087   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18088   algorithm: "plot_performance_box"
18089   output-file-type: ".html"
18090   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18091   data: "plot-dpdk-throughput-latency-2n-skx"
18092   filter: "'NIC_Intel-X710' and
18093            '64B' and
18094            'BASE' and
18095            'NDRPDR' and
18096            '2T1C' and
18097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18098   parameters:
18099   - "throughput"
18100   - "parent"
18101   - "tags"
18102   traces:
18103     hoverinfo: "x+y"
18104     boxpoints: "outliers"
18105     whiskerwidth: 0
18106   layout:
18107     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18108     layout: "plot-throughput"
18109
18110 - type: "plot"
18111   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18112   algorithm: "plot_performance_box"
18113   output-file-type: ".html"
18114   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18115   data: "plot-dpdk-throughput-latency-2n-skx"
18116   filter: "'NIC_Intel-X710' and
18117            '64B' and
18118            'BASE' and
18119            'NDRPDR' and
18120            '4T2C' and
18121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18122   parameters:
18123   - "throughput"
18124   - "parent"
18125   - "tags"
18126   traces:
18127     hoverinfo: "x+y"
18128     boxpoints: "outliers"
18129     whiskerwidth: 0
18130   layout:
18131     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18132     layout: "plot-throughput"
18133
18134 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18135 - type: "plot"
18136   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18137   algorithm: "plot_performance_box"
18138   output-file-type: ".html"
18139   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18140   data: "plot-dpdk-throughput-latency-2n-skx"
18141   filter: "'NIC_Intel-XXV710' and
18142            '64B' and
18143            'BASE' and
18144            'NDRPDR' and
18145            '2T1C' and
18146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18147   parameters:
18148   - "throughput"
18149   - "parent"
18150   - "tags"
18151   traces:
18152     hoverinfo: "x+y"
18153     boxpoints: "outliers"
18154     whiskerwidth: 0
18155   layout:
18156     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18157     layout: "plot-throughput"
18158
18159 - type: "plot"
18160   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18161   algorithm: "plot_performance_box"
18162   output-file-type: ".html"
18163   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18164   data: "plot-dpdk-throughput-latency-2n-skx"
18165   filter: "'NIC_Intel-XXV710' and
18166            '64B' and
18167            'BASE' and
18168            'NDRPDR' and
18169            '4T2C' and
18170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18171   parameters:
18172   - "throughput"
18173   - "parent"
18174   - "tags"
18175   traces:
18176     hoverinfo: "x+y"
18177     boxpoints: "outliers"
18178     whiskerwidth: 0
18179   layout:
18180     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18181     layout: "plot-throughput"
18182
18183 - type: "plot"
18184   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18185   algorithm: "plot_performance_box"
18186   output-file-type: ".html"
18187   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18188   data: "plot-dpdk-throughput-latency-2n-skx"
18189   filter: "'NIC_Intel-XXV710' and
18190            '64B' and
18191            'BASE' and
18192            'NDRPDR' and
18193            '2T1C' and
18194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18195   parameters:
18196   - "throughput"
18197   - "parent"
18198   - "tags"
18199   traces:
18200     hoverinfo: "x+y"
18201     boxpoints: "outliers"
18202     whiskerwidth: 0
18203   layout:
18204     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18205     layout: "plot-throughput"
18206
18207 - type: "plot"
18208   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18209   algorithm: "plot_performance_box"
18210   output-file-type: ".html"
18211   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18212   data: "plot-dpdk-throughput-latency-2n-skx"
18213   filter: "'NIC_Intel-XXV710' and
18214            '64B' and
18215            'BASE' and
18216            'NDRPDR' and
18217            '4T2C' and
18218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18219   parameters:
18220   - "throughput"
18221   - "parent"
18222   - "tags"
18223   traces:
18224     hoverinfo: "x+y"
18225     boxpoints: "outliers"
18226     whiskerwidth: 0
18227   layout:
18228     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18229     layout: "plot-throughput"
18230
18231 ################################################################################
18232
18233 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18234 - type: "plot"
18235   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18236   algorithm: "plot_latency_error_bars"
18237   output-file-type: ".html"
18238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18240   filter: "'NIC_Intel-X520-DA2' and
18241            '64B' and
18242            ('BASE' or 'SCALE') and
18243            'NDRPDR' and
18244            'ETH' and
18245            '1T1C' and
18246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18247            not 'VHOST' and
18248            not 'MEMIF'"
18249   parameters:
18250   - "latency"
18251   - "parent"
18252   - "tags"
18253   sort:
18254   - "L2XCFWD"
18255   - "L2PATCH"
18256   - "L2BDMACLRN"
18257   - "FIB_10K"
18258   - "FIB_100K"
18259   - "FIB_1M"
18260   layout:
18261     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18262     layout: "plot-latency"
18263
18264 - type: "plot"
18265   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18266   algorithm: "plot_latency_error_bars"
18267   output-file-type: ".html"
18268   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18270   filter: "'NIC_Intel-X520-DA2' and
18271            '64B' and
18272            ('BASE' or 'SCALE') and
18273            'NDRPDR' and
18274            'ETH' and
18275            '2T2C' and
18276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18277            not 'VHOST' and
18278            not 'MEMIF'"
18279   parameters:
18280   - "latency"
18281   - "parent"
18282   - "tags"
18283   sort:
18284   - "L2XCFWD"
18285   - "L2PATCH"
18286   - "L2BDMACLRN"
18287   - "FIB_10K"
18288   - "FIB_100K"
18289   - "FIB_1M"
18290   layout:
18291     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18292     layout: "plot-latency"
18293
18294 # Packet Latency - VPP L2 3n-hsw-x520 features
18295 - type: "plot"
18296   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18297   algorithm: "plot_latency_error_bars"
18298   output-file-type: ".html"
18299   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18301   filter: "'NIC_Intel-X520-DA2' and
18302            '64B' and
18303            'NDRPDR' and
18304            '1T1C' and
18305            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18306            not 'ACL' and
18307            not 'VHOST' and
18308            not 'MEMIF'"
18309   parameters:
18310   - "latency"
18311   - "parent"
18312   - "tags"
18313   sort:
18314   - "L2XCBASE"    # l2xcbase
18315   - "L2BDBASE"    # l2bdbase
18316   - "L2XCFWD"     # dot1q-l2xcbase
18317   - "L2BDMACLRN"  # dot1q-l2bdbase
18318   layout:
18319     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18320     layout: "plot-latency"
18321
18322 - type: "plot"
18323   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18324   algorithm: "plot_latency_error_bars"
18325   output-file-type: ".html"
18326   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18327   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18328   filter: "'NIC_Intel-X520-DA2' and
18329            '64B' and
18330            'NDRPDR' and
18331            '2T2C' and
18332            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18333            not 'ACL' and
18334            not 'VHOST' and
18335            not 'MEMIF'"
18336   parameters:
18337   - "latency"
18338   - "parent"
18339   - "tags"
18340   sort:
18341   - "L2XCBASE"    # l2xcbase
18342   - "L2BDBASE"    # l2bdbase
18343   - "L2XCFWD"     # dot1q-l2xcbase
18344   - "L2BDMACLRN"  # dot1q-l2bdbase
18345   layout:
18346     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18347     layout: "plot-latency"
18348
18349 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18350 - type: "plot"
18351   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18352   algorithm: "plot_latency_error_bars"
18353   output-file-type: ".html"
18354   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18356   filter: "'NIC_Intel-X520-DA2' and
18357            '64B' and
18358            'NDRPDR' and
18359            '1T1C' and
18360            'FEATURE' and
18361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18362            'IACL' and
18363            ('ACL1' or 'ACL50') and
18364            ('10K_FLOWS' or '10k_FLOWS') and
18365            not 'MACIP' and
18366            not 'VHOST' and
18367            not 'MEMIF'"
18368   parameters:
18369   - "latency"
18370   - "parent"
18371   - "tags"
18372   layout:
18373     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18374     layout: "plot-latency"
18375
18376 - type: "plot"
18377   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18378   algorithm: "plot_latency_error_bars"
18379   output-file-type: ".html"
18380   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18382   filter: "'NIC_Intel-X520-DA2' and
18383            '64B' and
18384            'NDRPDR' and
18385            '2T2C' and
18386            'FEATURE' and
18387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18388            'IACL' and
18389            ('ACL1' or 'ACL50') and
18390            ('10K_FLOWS' or '10k_FLOWS') and
18391            not 'MACIP' and
18392            not 'VHOST' and
18393            not 'MEMIF'"
18394   parameters:
18395   - "latency"
18396   - "parent"
18397   - "tags"
18398   layout:
18399     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18400     layout: "plot-latency"
18401
18402 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18403 - type: "plot"
18404   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18405   algorithm: "plot_latency_error_bars"
18406   output-file-type: ".html"
18407   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18409   filter: "'NIC_Intel-X520-DA2' and
18410            '64B' and
18411            'NDRPDR' and
18412            '1T1C' and
18413            'FEATURE' and
18414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18415            'OACL' and
18416            ('ACL1' or 'ACL50') and
18417            ('10K_FLOWS' or '10k_FLOWS') and
18418            not 'MACIP' and
18419            not 'VHOST' and
18420            not 'MEMIF'"
18421   parameters:
18422   - "latency"
18423   - "parent"
18424   - "tags"
18425   layout:
18426     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18427     layout: "plot-latency"
18428
18429 - type: "plot"
18430   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18431   algorithm: "plot_latency_error_bars"
18432   output-file-type: ".html"
18433   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18435   filter: "'NIC_Intel-X520-DA2' and
18436            '64B' and
18437            'NDRPDR' and
18438            '2T2C' and
18439            'FEATURE' and
18440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18441            'OACL' and
18442            ('ACL1' or 'ACL50') and
18443            ('10K_FLOWS' or '10k_FLOWS') and
18444            not 'MACIP' and
18445            not 'VHOST' and
18446            not 'MEMIF'"
18447   parameters:
18448   - "latency"
18449   - "parent"
18450   - "tags"
18451   layout:
18452     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18453     layout: "plot-latency"
18454
18455 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18456 - type: "plot"
18457   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18458   algorithm: "plot_latency_error_bars"
18459   output-file-type: ".html"
18460   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18462   filter: "'NIC_Intel-X520-DA2' and
18463            '64B' and
18464            'NDRPDR' and
18465            '1T1C' and
18466            'FEATURE' and
18467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18468            'MACIP' and
18469            ('ACL1' or 'ACL50') and
18470            ('10K_FLOWS' or '10k_FLOWS') and
18471            not 'VHOST' and
18472            not 'MEMIF'"
18473   parameters:
18474   - "latency"
18475   - "parent"
18476   - "tags"
18477   layout:
18478     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18479     layout: "plot-latency"
18480
18481 - type: "plot"
18482   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18483   algorithm: "plot_latency_error_bars"
18484   output-file-type: ".html"
18485   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18487   filter: "'NIC_Intel-X520-DA2' and
18488            '64B' and
18489            'NDRPDR' and
18490            '2T2C' and
18491            'FEATURE' and
18492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18493            'MACIP' and
18494            ('ACL1' or 'ACL50') and
18495            ('10K_FLOWS' or '10k_FLOWS') and
18496            not 'VHOST' and
18497            not 'MEMIF'"
18498   parameters:
18499   - "latency"
18500   - "parent"
18501   - "tags"
18502   layout:
18503     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18504     layout: "plot-latency"
18505
18506 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18507 - type: "plot"
18508   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18509   algorithm: "plot_latency_error_bars"
18510   output-file-type: ".html"
18511   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18513   filter: "'NIC_Intel-X710' and
18514            '64B' and
18515            ('BASE' or 'SCALE') and
18516            'NDRPDR' and
18517            'ETH' and
18518            '1T1C' and
18519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18520            not 'VHOST' and
18521            not 'MEMIF'"
18522   parameters:
18523   - "latency"
18524   - "parent"
18525   - "tags"
18526   sort:
18527   - "L2PATCH"
18528   - "L2XCFWD"
18529   - "L2BDMACLRN"
18530   - "FIB_10K"
18531   - "FIB_100K"
18532   - "FIB_1M"
18533   layout:
18534     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18535     layout: "plot-latency"
18536
18537 - type: "plot"
18538   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18539   algorithm: "plot_latency_error_bars"
18540   output-file-type: ".html"
18541   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18543   filter: "'NIC_Intel-X710' and
18544            '64B' and
18545            ('BASE' or 'SCALE') and
18546            'NDRPDR' and
18547            'ETH' and
18548            '2T2C' and
18549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18550            not 'VHOST' and
18551            not 'MEMIF'"
18552   parameters:
18553   - "latency"
18554   - "parent"
18555   - "tags"
18556   sort:
18557   - "L2PATCH"
18558   - "L2XCFWD"
18559   - "L2BDMACLRN"
18560   - "FIB_10K"
18561   - "FIB_100K"
18562   - "FIB_1M"
18563   layout:
18564     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18565     layout: "plot-latency"
18566
18567 # Packet Latency - VPP L2 3n-hsw-x710 features
18568 - type: "plot"
18569   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18570   algorithm: "plot_latency_error_bars"
18571   output-file-type: ".html"
18572   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18574   filter: "'NIC_Intel-X710' and
18575            '64B' and
18576            'NDRPDR' and
18577            '1T1C' and
18578            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18579            not 'ACL' and
18580            not 'VHOST' and
18581            not 'L2OVRLAY' and
18582            not 'MEMIF'"
18583   parameters:
18584   - "latency"
18585   - "parent"
18586   - "tags"
18587   sort:
18588   - "L2XCBASE"    # l2xcbase
18589   - "L2BDBASE"    # l2bdbase
18590   - "L2XCFWD"     # dot1q-l2xcbase
18591   - "L2BDMACLRN"  # dot1q-l2bdbase
18592   layout:
18593     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18594     layout: "plot-latency"
18595
18596 - type: "plot"
18597   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18598   algorithm: "plot_latency_error_bars"
18599   output-file-type: ".html"
18600   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18602   filter: "'NIC_Intel-X710' and
18603            '64B' and
18604            'NDRPDR' and
18605            '2T2C' and
18606            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18607            not 'ACL' and
18608            not 'VHOST' and
18609            not 'L2OVRLAY' and
18610            not 'MEMIF'"
18611   parameters:
18612   - "latency"
18613   - "parent"
18614   - "tags"
18615   sort:
18616   - "L2XCBASE"    # l2xcbase
18617   - "L2BDBASE"    # l2bdbase
18618   - "L2XCFWD"     # dot1q-l2xcbase
18619   - "L2BDMACLRN"  # dot1q-l2bdbase
18620   layout:
18621     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18622     layout: "plot-latency"
18623
18624 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18625 - type: "plot"
18626   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18627   algorithm: "plot_latency_error_bars"
18628   output-file-type: ".html"
18629   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18631   filter: "'NIC_Intel-X710' and
18632            '64B' and
18633            'NDRPDR' and
18634            '1T1C' and
18635            'FEATURE' and
18636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18637            'IACL' and
18638            ('ACL1' or 'ACL50') and
18639            ('10K_FLOWS' or '10k_FLOWS') and
18640            not 'MACIP' and
18641            not 'VHOST' and
18642            not 'MEMIF'"
18643   parameters:
18644   - "latency"
18645   - "parent"
18646   - "tags"
18647   layout:
18648     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18649     layout: "plot-latency"
18650
18651 - type: "plot"
18652   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18653   algorithm: "plot_latency_error_bars"
18654   output-file-type: ".html"
18655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18656   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18657   filter: "'NIC_Intel-X710' and
18658            '64B' and
18659            'NDRPDR' and
18660            '2T2C' and
18661            'FEATURE' and
18662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18663            'IACL' and
18664            ('ACL1' or 'ACL50') and
18665            ('10K_FLOWS' or '10k_FLOWS') and
18666            not 'MACIP' and
18667            not 'VHOST' and
18668            not 'MEMIF'"
18669   parameters:
18670   - "latency"
18671   - "parent"
18672   - "tags"
18673   layout:
18674     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18675     layout: "plot-latency"
18676
18677 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18678 - type: "plot"
18679   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18680   algorithm: "plot_latency_error_bars"
18681   output-file-type: ".html"
18682   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18683   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18684   filter: "'NIC_Intel-XL710' and
18685            '64B' and
18686            'BASE' and
18687            'NDRPDR' and
18688            'ETH' and
18689            '1T1C' and
18690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18691            not 'VHOST' and
18692            not 'MEMIF'"
18693   parameters:
18694   - "latency"
18695   - "parent"
18696   - "tags"
18697   sort:
18698   - "L2PATCH"
18699   - "L2XCFWD"
18700   - "L2BDMACLRN"
18701   layout:
18702     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18703     layout: "plot-latency"
18704
18705 - type: "plot"
18706   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18707   algorithm: "plot_latency_error_bars"
18708   output-file-type: ".html"
18709   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18711   filter: "'NIC_Intel-XL710' and
18712            '64B' and
18713            'BASE' and
18714            'NDRPDR' and
18715            'ETH' and
18716            '2T2C' and
18717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18718            not 'VHOST' and
18719            not 'MEMIF'"
18720   parameters:
18721   - "latency"
18722   - "parent"
18723   - "tags"
18724   sort:
18725   - "L2PATCH"
18726   - "L2XCFWD"
18727   - "L2BDMACLRN"
18728   layout:
18729     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18730     layout: "plot-latency"
18731
18732 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18733 - type: "plot"
18734   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18735   algorithm: "plot_latency_error_bars"
18736   output-file-type: ".html"
18737   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18739   filter: "'NIC_Intel-X710' and
18740            '64B' and
18741            ('BASE' or 'SCALE') and
18742            'NDRPDR' and
18743            'ETH' and
18744            '2T1C' and
18745            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18746            not 'VHOST' and
18747            not 'MEMIF' and
18748            not 'DRV_AVF'"
18749   parameters:
18750   - "latency"
18751   - "parent"
18752   - "tags"
18753   sort:
18754   - "L2PATCH"
18755   - "L2XCBASE"
18756   - "BASE"
18757   - "FIB_10K"
18758   - "FIB_100K"
18759   - "FIB_1M"
18760   layout:
18761     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18762     layout: "plot-latency"
18763
18764 - type: "plot"
18765   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18766   algorithm: "plot_latency_error_bars"
18767   output-file-type: ".html"
18768   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18770   filter: "'NIC_Intel-X710' and
18771            '64B' and
18772            ('BASE' or 'SCALE') and
18773            'NDRPDR' and
18774            'ETH' and
18775            '4T2C' and
18776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18777            not 'VHOST' and
18778            not 'MEMIF' and
18779            not 'DRV_AVF'"
18780   parameters:
18781   - "latency"
18782   - "parent"
18783   - "tags"
18784   sort:
18785   - "L2PATCH"
18786   - "L2XCBASE"
18787   - "BASE"
18788   - "FIB_10K"
18789   - "FIB_100K"
18790   - "FIB_1M"
18791   layout:
18792     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18793     layout: "plot-latency"
18794
18795 # Packet Latency - VPP L2 3n-skx-x710 features
18796 - type: "plot"
18797   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18798   algorithm: "plot_latency_error_bars"
18799   output-file-type: ".html"
18800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18802   filter: "'NIC_Intel-X710' and
18803            '64B' and
18804            'NDRPDR' and
18805            '2T1C' and
18806            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18807            not 'ACL' and
18808            not 'VHOST' and
18809            not 'DRV_AVF' and
18810            not 'L2OVRLAY' and
18811            not 'MEMIF'"
18812   parameters:
18813   - "latency"
18814   - "parent"
18815   - "tags"
18816   sort:
18817   - "L2XCBASE"    # l2xcbase
18818   - "L2BDBASE"    # l2bdbase
18819   - "L2XCFWD"     # dot1q-l2xcbase
18820   - "L2BDMACLRN"  # dot1q-l2bdbase
18821   layout:
18822     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18823     layout: "plot-latency"
18824
18825 - type: "plot"
18826   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18827   algorithm: "plot_latency_error_bars"
18828   output-file-type: ".html"
18829   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18831   filter: "'NIC_Intel-X710' and
18832            '64B' and
18833            'NDRPDR' and
18834            '4T2C' and
18835            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18836            not 'ACL' and
18837            not 'VHOST' and
18838            not 'DRV_AVF' and
18839            not 'L2OVRLAY' and
18840            not 'MEMIF'"
18841   parameters:
18842   - "latency"
18843   - "parent"
18844   - "tags"
18845   sort:
18846   - "L2XCBASE"    # l2xcbase
18847   - "L2BDBASE"    # l2bdbase
18848   - "L2XCFWD"     # dot1q-l2xcbase
18849   - "L2BDMACLRN"  # dot1q-l2bdbase
18850   layout:
18851     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18852     layout: "plot-latency"
18853
18854 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18855 - type: "plot"
18856   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18857   algorithm: "plot_latency_error_bars"
18858   output-file-type: ".html"
18859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18861   filter: "'NIC_Intel-X710' and
18862            '64B' and
18863            'NDRPDR' and
18864            '2T1C' and
18865            'FEATURE' and
18866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18867            'IACL' and
18868            ('ACL1' or 'ACL50') and
18869            ('10K_FLOWS' or '10k_FLOWS') and
18870            not 'MACIP' and
18871            not 'VHOST' and
18872            not 'MEMIF'"
18873   parameters:
18874   - "latency"
18875   - "parent"
18876   - "tags"
18877   layout:
18878     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18879     layout: "plot-latency"
18880
18881 - type: "plot"
18882   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18883   algorithm: "plot_latency_error_bars"
18884   output-file-type: ".html"
18885   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18887   filter: "'NIC_Intel-X710' and
18888            '64B' and
18889            'NDRPDR' and
18890            '4T2C' and
18891            'FEATURE' and
18892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18893            'IACL' and
18894            ('ACL1' or 'ACL50') and
18895            ('10K_FLOWS' or '10k_FLOWS') and
18896            not 'MACIP' and
18897            not 'VHOST' and
18898            not 'MEMIF'"
18899   parameters:
18900   - "latency"
18901   - "parent"
18902   - "tags"
18903   layout:
18904     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18905     layout: "plot-latency"
18906
18907 # Packet Latency - VPP L2 3n-skx-xxv710 base
18908 - type: "plot"
18909   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18910   algorithm: "plot_latency_error_bars"
18911   output-file-type: ".html"
18912   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18914   filter: "'NIC_Intel-XXV710' and
18915            '64B' and
18916            ('BASE' or 'SCALE') and
18917            'NDRPDR' and
18918            'ETH' and
18919            '2T1C' and
18920            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18921            not 'VHOST' and
18922            not 'MEMIF'"
18923   parameters:
18924   - "latency"
18925   - "parent"
18926   - "tags"
18927   sort:
18928   - "L2PATCH"
18929   - "L2PATCH"
18930   - "L2XCBASE"
18931   - "L2BDMACLRN"
18932   layout:
18933     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18934     layout: "plot-latency"
18935
18936 - type: "plot"
18937   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18938   algorithm: "plot_latency_error_bars"
18939   output-file-type: ".html"
18940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18942   filter: "'NIC_Intel-XXV710' and
18943            '64B' and
18944            ('BASE' or 'SCALE') and
18945            'NDRPDR' and
18946            'ETH' and
18947            '4T2C' and
18948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18949            not 'VHOST' and
18950            not 'MEMIF'"
18951   parameters:
18952   - "latency"
18953   - "parent"
18954   - "tags"
18955   sort:
18956   - "L2PATCH"
18957   - "L2PATCH"
18958   - "L2XCBASE"
18959   - "L2BDMACLRN"
18960   layout:
18961     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18962     layout: "plot-latency"
18963
18964 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18965 - type: "plot"
18966   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18967   algorithm: "plot_latency_error_bars"
18968   output-file-type: ".html"
18969   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18971   filter: "'NIC_Intel-X710' and
18972            '64B' and
18973            'ETH' and
18974            ('BASE' or 'SCALE') and
18975            'NDRPDR' and
18976            '2T1C' and
18977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18978            not 'VHOST' and
18979            not 'MEMIF'"
18980   parameters:
18981   - "latency"
18982   - "parent"
18983   - "tags"
18984   sort:
18985   - "L2PATCH"
18986   - "L2XCBASE"
18987   - "BASE"
18988   - "FIB_10K"
18989   - "FIB_100K"
18990   - "FIB_1M"
18991   layout:
18992     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18993     layout: "plot-latency"
18994
18995 - type: "plot"
18996   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18997   algorithm: "plot_latency_error_bars"
18998   output-file-type: ".html"
18999   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19001   filter: "'NIC_Intel-X710' and
19002            '64B' and
19003            ('BASE' or 'SCALE') and
19004            'NDRPDR' and
19005            'ETH' and
19006            '4T2C' and
19007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19008            not 'VHOST' and
19009            not 'MEMIF'"
19010   parameters:
19011   - "latency"
19012   - "parent"
19013   - "tags"
19014   sort:
19015   - "L2PATCH"
19016   - "L2XCBASE"
19017   - "BASE"
19018   - "FIB_10K"
19019   - "FIB_100K"
19020   - "FIB_1M"
19021   layout:
19022     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19023     layout: "plot-latency"
19024
19025 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19026 - type: "plot"
19027   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19028   algorithm: "plot_latency_error_bars"
19029   output-file-type: ".html"
19030   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19032   filter: "'NIC_Intel-XXV710' and
19033            '64B' and
19034            ('BASE' or 'SCALE') and
19035            'NDRPDR' and
19036            'ETH' and
19037            '2T1C' and
19038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19039            not 'VHOST' and
19040            not 'MEMIF'"
19041   parameters:
19042   - "latency"
19043   - "parent"
19044   - "tags"
19045   sort:
19046   - "L2PATCH"
19047   - "L2XCBASE"
19048   - "BASE"
19049   - "FIB_10K"
19050   - "FIB_100K"
19051   - "FIB_1M"
19052   layout:
19053     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19054     layout: "plot-latency"
19055
19056 - type: "plot"
19057   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19058   algorithm: "plot_latency_error_bars"
19059   output-file-type: ".html"
19060   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19062   filter: "'NIC_Intel-XXV710' and
19063            '64B' and
19064            ('BASE' or 'SCALE') and
19065            'NDRPDR' and
19066            'ETH' and
19067            '4T2C' and
19068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19069            not 'VHOST' and
19070            not 'MEMIF'"
19071   parameters:
19072   - "latency"
19073   - "parent"
19074   - "tags"
19075   sort:
19076   - "L2PATCH"
19077   - "L2XCBASE"
19078   - "BASE"
19079   - "FIB_10K"
19080   - "FIB_100K"
19081   - "FIB_1M"
19082   layout:
19083     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19084     layout: "plot-latency"
19085
19086 ################################################################################
19087
19088 # Packet Latency - VPP Container Memif 3n-hsw-x520
19089 - type: "plot"
19090   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19091   algorithm: "plot_latency_error_bars"
19092   output-file-type: ".html"
19093   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19095   filter: "'NIC_Intel-X520-DA2' and
19096            '64B' and
19097            ('BASE' or 'SCALE') and
19098            'NDRPDR' and
19099            '1T1C' and
19100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19101            not 'VHOST' and
19102            'MEMIF'"
19103   parameters:
19104   - "latency"
19105   - "parent"
19106   - "tags"
19107   sort:
19108   - "L2XCFWD"
19109   - "L2XCFWD"
19110   - "L2XCFWD"
19111   - "L2BDMACLRN"
19112   - "L2BDMACLRN"
19113   - "L2BDMACLRN"
19114   - "IP4FWD"
19115   layout:
19116     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19117     layout: "plot-latency"
19118
19119 - type: "plot"
19120   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19121   algorithm: "plot_latency_error_bars"
19122   output-file-type: ".html"
19123   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19125   filter: "'NIC_Intel-X520-DA2' and
19126            '64B' and
19127            ('BASE' or 'SCALE') and
19128            'NDRPDR' and
19129            '2T2C' and
19130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19131            not 'VHOST' and
19132            'MEMIF'"
19133   parameters:
19134   - "latency"
19135   - "parent"
19136   - "tags"
19137   sort:
19138   - "L2XCFWD"
19139   - "L2XCFWD"
19140   - "L2XCFWD"
19141   - "L2BDMACLRN"
19142   - "L2BDMACLRN"
19143   - "L2BDMACLRN"
19144   - "IP4FWD"
19145   layout:
19146     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19147     layout: "plot-latency"
19148
19149 # Packet Latency - VPP Container Memif 3n-hsw-x710
19150 - type: "plot"
19151   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19152   algorithm: "plot_latency_error_bars"
19153   output-file-type: ".html"
19154   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19156   filter: "'NIC_Intel-X710' and
19157            '64B' and
19158            ('BASE' or 'SCALE') and
19159            'NDRPDR' and
19160            '1T1C' and
19161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19162            not 'VHOST' and
19163            'MEMIF'"
19164   parameters:
19165   - "latency"
19166   - "parent"
19167   - "tags"
19168   sort:
19169   - "L2XCFWD"
19170   - "L2XCFWD"
19171   - "L2XCFWD"
19172   - "L2BDMACLRN"
19173   - "L2BDMACLRN"
19174   - "L2BDMACLRN"
19175   - "IP4FWD"
19176   layout:
19177     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19178     layout: "plot-latency"
19179
19180 - type: "plot"
19181   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19182   algorithm: "plot_latency_error_bars"
19183   output-file-type: ".html"
19184   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19186   filter: "'NIC_Intel-X710' and
19187            '64B' and
19188            ('BASE' or 'SCALE') and
19189            'NDRPDR' and
19190            '2T2C' and
19191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19192            not 'VHOST' and
19193            'MEMIF'"
19194   parameters:
19195   - "latency"
19196   - "parent"
19197   - "tags"
19198   sort:
19199   - "L2XCFWD"
19200   - "L2XCFWD"
19201   - "L2XCFWD"
19202   - "L2BDMACLRN"
19203   - "L2BDMACLRN"
19204   - "L2BDMACLRN"
19205   - "IP4FWD"
19206   layout:
19207     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19208     layout: "plot-latency"
19209
19210 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19211 - type: "plot"
19212   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19213   algorithm: "plot_latency_error_bars"
19214   output-file-type: ".html"
19215   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19217   filter: "'NIC_Intel-XL710' and
19218            '64B' and
19219            ('BASE' or 'SCALE') and
19220            'NDRPDR' and
19221            '1T1C' and
19222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19223            not 'VHOST' and
19224            'MEMIF'"
19225   parameters:
19226   - "latency"
19227   - "parent"
19228   - "tags"
19229   sort:
19230   - "L2XCFWD"
19231   - "L2XCFWD"
19232   - "L2XCFWD"
19233   - "L2BDMACLRN"
19234   - "L2BDMACLRN"
19235   - "L2BDMACLRN"
19236   - "IP4FWD"
19237   layout:
19238     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19239     layout: "plot-latency"
19240
19241 - type: "plot"
19242   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19243   algorithm: "plot_latency_error_bars"
19244   output-file-type: ".html"
19245   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19247   filter: "'NIC_Intel-XL710' and
19248            '64B' and
19249            ('BASE' or 'SCALE') and
19250            'NDRPDR' and
19251            '2T2C' and
19252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19253            not 'VHOST' and
19254            'MEMIF'"
19255   parameters:
19256   - "latency"
19257   - "parent"
19258   - "tags"
19259   sort:
19260   - "L2XCFWD"
19261   - "L2XCFWD"
19262   - "L2XCFWD"
19263   - "L2BDMACLRN"
19264   - "L2BDMACLRN"
19265   - "L2BDMACLRN"
19266   - "IP4FWD"
19267   layout:
19268     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19269     layout: "plot-latency"
19270
19271 # Packet Latency - VPP Container Memif 3n-skx-x710
19272 - type: "plot"
19273   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19274   algorithm: "plot_latency_error_bars"
19275   output-file-type: ".html"
19276   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19278   filter: "'NIC_Intel-X710' and
19279            '64B' and
19280            ('BASE' or 'SCALE') and
19281            'NDRPDR' and
19282            '2T1C' and
19283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19284            not 'VHOST' and
19285            'MEMIF'"
19286   parameters:
19287   - "latency"
19288   - "parent"
19289   - "tags"
19290   sort:
19291   - "L2XCFWD"
19292   - "L2XCFWD"
19293   - "L2XCFWD"
19294   - "L2BDMACLRN"
19295   - "L2BDMACLRN"
19296   - "L2BDMACLRN"
19297   - "IP4FWD"
19298   layout:
19299     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19300     layout: "plot-latency"
19301
19302 - type: "plot"
19303   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19304   algorithm: "plot_latency_error_bars"
19305   output-file-type: ".html"
19306   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19308   filter: "'NIC_Intel-X710' and
19309            '64B' and
19310            ('BASE' or 'SCALE') and
19311            'NDRPDR' and
19312            '4T2C' and
19313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19314            not 'VHOST' and
19315            'MEMIF'"
19316   parameters:
19317   - "latency"
19318   - "parent"
19319   - "tags"
19320   sort:
19321   - "L2XCFWD"
19322   - "L2XCFWD"
19323   - "L2XCFWD"
19324   - "L2BDMACLRN"
19325   - "L2BDMACLRN"
19326   - "L2BDMACLRN"
19327   - "IP4FWD"
19328   layout:
19329     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19330     layout: "plot-latency"
19331
19332 # Packet Latency - VPP Container Memif 2n-skx-x710
19333 - type: "plot"
19334   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19335   algorithm: "plot_latency_error_bars"
19336   output-file-type: ".html"
19337   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19339   filter: "'NIC_Intel-X710' and
19340            '64B' and
19341            ('BASE' or 'SCALE') and
19342            'NDRPDR' and
19343            '2T1C' and
19344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19345            not 'VHOST' and
19346            not 'NF_DENSITY' and
19347            'MEMIF'"
19348   parameters:
19349   - "latency"
19350   - "parent"
19351   - "tags"
19352   sort:
19353   - "L2XCFWD"
19354   - "L2XCFWD"
19355   - "L2XCFWD"
19356   - "L2BDMACLRN"
19357   - "L2BDMACLRN"
19358   - "L2BDMACLRN"
19359   - "IP4FWD"
19360   layout:
19361     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19362     layout: "plot-latency"
19363
19364 - type: "plot"
19365   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19366   algorithm: "plot_latency_error_bars"
19367   output-file-type: ".html"
19368   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19370   filter: "'NIC_Intel-X710' and
19371            '64B' and
19372            ('BASE' or 'SCALE') and
19373            'NDRPDR' and
19374            '4T2C' and
19375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19376            not 'VHOST' and
19377            not 'NF_DENSITY' and
19378            'MEMIF'"
19379   parameters:
19380   - "latency"
19381   - "parent"
19382   - "tags"
19383   sort:
19384   - "L2XCFWD"
19385   - "L2XCFWD"
19386   - "L2XCFWD"
19387   - "L2BDMACLRN"
19388   - "L2BDMACLRN"
19389   - "L2BDMACLRN"
19390   - "IP4FWD"
19391   layout:
19392     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19393     layout: "plot-latency"
19394
19395 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19396 #- type: "plot"
19397 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19398 #  algorithm: "plot_latency_error_bars"
19399 #  output-file-type: ".html"
19400 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19401 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19402 #  filter: "'NIC_Intel-XXV710' and
19403 #           '64B' and
19404 #           ('BASE' or 'SCALE') and
19405 #           'NDRPDR' and
19406 #           '2T1C' and
19407 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19408 #           not 'VHOST' and
19409 #           'MEMIF'"
19410 #  parameters:
19411 #  - "latency"
19412 #  - "parent"
19413 #  - "tags"
19414 #  sort:
19415 #  - "L2XCFWD"
19416 #  - "L2XCFWD"
19417 #  - "L2XCFWD"
19418 #  - "L2BDMACLRN"
19419 #  - "L2BDMACLRN"
19420 #  - "L2BDMACLRN"
19421 #  - "IP4FWD"
19422 #  layout:
19423 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19424 #    layout: "plot-latency"
19425 #
19426 #- type: "plot"
19427 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19428 #  algorithm: "plot_latency_error_bars"
19429 #  output-file-type: ".html"
19430 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19431 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19432 #  filter: "'NIC_Intel-XXV710' and
19433 #           '64B' and
19434 #           ('BASE' or 'SCALE') and
19435 #           'NDRPDR' and
19436 #           '4T2C' and
19437 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19438 #           not 'VHOST' and
19439 #           'MEMIF'"
19440 #  parameters:
19441 #  - "latency"
19442 #  - "parent"
19443 #  - "tags"
19444 #  sort:
19445 #  - "L2XCFWD"
19446 #  - "L2XCFWD"
19447 #  - "L2XCFWD"
19448 #  - "L2BDMACLRN"
19449 #  - "L2BDMACLRN"
19450 #  - "L2BDMACLRN"
19451 #  - "IP4FWD"
19452 #  layout:
19453 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19454 #    layout: "plot-latency"
19455
19456 ################################################################################
19457
19458 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19459 #- type: "plot"
19460 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19461 #  algorithm: "plot_latency_error_bars"
19462 #  output-file-type: ".html"
19463 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19464 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19465 #  filter: "'NIC_Intel-X520-DA2' and
19466 #           '64B' and
19467 #           ('BASE' or 'SCALE') and
19468 #           'NDRPDR' and
19469 #           '1T1C' and
19470 #           'L2XCFWD' and
19471 #           not 'VHOST' and
19472 #           not 'NF_DENSITY' and
19473 #           'MEMIF'"
19474 #  parameters:
19475 #  - "latency"
19476 #  - "parent"
19477 #  - "tags"
19478 #  sort:
19479 #  - "1VNF"
19480 #  - "2VNF"
19481 #  - "4VNF"
19482 #  - "2VNF"
19483 #  - "4VNF"
19484 #  layout:
19485 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19486 #    layout: "plot-latency"
19487 #
19488 #- type: "plot"
19489 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19490 #  algorithm: "plot_latency_error_bars"
19491 #  output-file-type: ".html"
19492 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19493 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19494 #  filter: "'NIC_Intel-X520-DA2' and
19495 #           '64B' and
19496 #           ('BASE' or 'SCALE') and
19497 #           'NDRPDR' and
19498 #           '2T2C' and
19499 #           'L2XCFWD' and
19500 #           not 'VHOST' and
19501 #           not 'NF_DENSITY' and
19502 #           'MEMIF'"
19503 #  parameters:
19504 #  - "latency"
19505 #  - "parent"
19506 #  - "tags"
19507 #  sort:
19508 #  - "1VNF"
19509 #  - "2VNF"
19510 #  - "4VNF"
19511 #  - "2VNF"
19512 #  - "4VNF"
19513 #  layout:
19514 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19515 #    layout: "plot-latency"
19516 #
19517 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19518 #- type: "plot"
19519 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19520 #  algorithm: "plot_latency_error_bars"
19521 #  output-file-type: ".html"
19522 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19523 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19524 #  filter: "'NIC_Intel-X520-DA2' and
19525 #           '64B' and
19526 #           ('BASE' or 'SCALE') and
19527 #           'NDRPDR' and
19528 #           '1T1C' and
19529 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19530 #           not 'VHOST' and
19531 #           not 'NF_DENSITY' and
19532 #           'MEMIF'"
19533 #  parameters:
19534 #  - "latency"
19535 #  - "parent"
19536 #  - "tags"
19537 #  sort:
19538 #  - "1VNF"
19539 #  - "2VNF"
19540 #  - "4VNF"
19541 #  - "2VNF"
19542 #  - "4VNF"
19543 #  layout:
19544 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19545 #    layout: "plot-latency"
19546 #
19547 #- type: "plot"
19548 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19549 #  algorithm: "plot_latency_error_bars"
19550 #  output-file-type: ".html"
19551 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19552 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19553 #  filter: "'NIC_Intel-X520-DA2' and
19554 #           '64B' and
19555 #           ('BASE' or 'SCALE') and
19556 #           'NDRPDR' and
19557 #           '2T2C' and
19558 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19559 #           not 'VHOST' and
19560 #           not 'NF_DENSITY' and
19561 #           'MEMIF'"
19562 #  parameters:
19563 #  - "latency"
19564 #  - "parent"
19565 #  - "tags"
19566 #  sort:
19567 #  - "1VNF"
19568 #  - "2VNF"
19569 #  - "4VNF"
19570 #  - "2VNF"
19571 #  - "4VNF"
19572 #  layout:
19573 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19574 #    layout: "plot-latency"
19575 #
19576 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19577 #- type: "plot"
19578 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19579 #  algorithm: "plot_latency_error_bars"
19580 #  output-file-type: ".html"
19581 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19582 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19583 #  filter: "'NIC_Intel-X710' and
19584 #           '64B' and
19585 #           ('BASE' or 'SCALE') and
19586 #           'NDRPDR' and
19587 #           '1T1C' and
19588 #           'L2XCFWD' and
19589 #           not 'VHOST' and
19590 #           not 'NF_DENSITY' and
19591 #           'MEMIF'"
19592 #  parameters:
19593 #  - "latency"
19594 #  - "parent"
19595 #  - "tags"
19596 #  sort:
19597 #  - "1VNF"
19598 #  - "2VNF"
19599 #  - "4VNF"
19600 #  - "2VNF"
19601 #  - "4VNF"
19602 #  layout:
19603 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19604 #    layout: "plot-latency"
19605 #
19606 #- type: "plot"
19607 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19608 #  algorithm: "plot_latency_error_bars"
19609 #  output-file-type: ".html"
19610 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19611 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19612 #  filter: "'NIC_Intel-X710' and
19613 #           '64B' and
19614 #           ('BASE' or 'SCALE') and
19615 #           'NDRPDR' and
19616 #           '2T2C' and
19617 #           'L2XCFWD' and
19618 #           not 'VHOST' and
19619 #           not 'NF_DENSITY' and
19620 #           'MEMIF'"
19621 #  parameters:
19622 #  - "latency"
19623 #  - "parent"
19624 #  - "tags"
19625 #  sort:
19626 #  - "1VNF"
19627 #  - "2VNF"
19628 #  - "4VNF"
19629 #  - "2VNF"
19630 #  - "4VNF"
19631 #  layout:
19632 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19633 #    layout: "plot-latency"
19634 #
19635 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19636 #- type: "plot"
19637 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19638 #  algorithm: "plot_latency_error_bars"
19639 #  output-file-type: ".html"
19640 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19641 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19642 #  filter: "'NIC_Intel-X710' and
19643 #           '64B' and
19644 #           ('BASE' or 'SCALE') and
19645 #           'NDRPDR' and
19646 #           '1T1C' and
19647 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19648 #           not 'VHOST' and
19649 #           not 'NF_DENSITY' and
19650 #           'MEMIF'"
19651 #  parameters:
19652 #  - "latency"
19653 #  - "parent"
19654 #  - "tags"
19655 #  sort:
19656 #  - "1VNF"
19657 #  - "2VNF"
19658 #  - "4VNF"
19659 #  - "2VNF"
19660 #  - "4VNF"
19661 #  layout:
19662 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19663 #    layout: "plot-latency"
19664 #
19665 #- type: "plot"
19666 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19667 #  algorithm: "plot_latency_error_bars"
19668 #  output-file-type: ".html"
19669 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19670 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19671 #  filter: "'NIC_Intel-X710' and
19672 #           '64B' and
19673 #           ('BASE' or 'SCALE') and
19674 #           'NDRPDR' and
19675 #           '2T2C' and
19676 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19677 #           not 'VHOST' and
19678 #           not 'NF_DENSITY' and
19679 #           'MEMIF'"
19680 #  parameters:
19681 #  - "latency"
19682 #  - "parent"
19683 #  - "tags"
19684 #  sort:
19685 #  - "1VNF"
19686 #  - "2VNF"
19687 #  - "4VNF"
19688 #  - "2VNF"
19689 #  - "4VNF"
19690 #  layout:
19691 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19692 #    layout: "plot-latency"
19693
19694 ################################################################################
19695
19696 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19697 - type: "plot"
19698   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19699   algorithm: "plot_latency_error_bars"
19700   output-file-type: ".html"
19701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19703   filter: "'NIC_Intel-X520-DA2' and
19704            '64B' and
19705            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19706            'NDRPDR' and
19707            '1T1C' and
19708            'IP4FWD' and
19709            not 'IPSEC' and
19710            not 'DOT1Q' and
19711            not 'VHOST'"
19712   parameters:
19713   - "latency"
19714   - "parent"
19715   - "tags"
19716   sort:
19717   - "DOT1Q"
19718   - "IP4BASE"
19719   - "FIB_20K"
19720   - "FIB_200K"
19721   - "FIB_2M"
19722   layout:
19723     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19724     layout: "plot-latency"
19725
19726 - type: "plot"
19727   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19728   algorithm: "plot_latency_error_bars"
19729   output-file-type: ".html"
19730   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19732   filter: "'NIC_Intel-X520-DA2' and
19733            '64B' and
19734            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19735            'NDRPDR' and
19736            '2T2C' and
19737            'IP4FWD' and
19738            not 'IPSEC' and
19739            not 'DOT1Q' and
19740            not 'VHOST'"
19741   parameters:
19742   - "latency"
19743   - "parent"
19744   - "tags"
19745   sort:
19746   - "DOT1Q"
19747   - "IP4BASE"
19748   - "FIB_20K"
19749   - "FIB_200K"
19750   - "FIB_2M"
19751   layout:
19752     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19753     layout: "plot-latency"
19754
19755 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19756 - type: "plot"
19757   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19758   algorithm: "plot_latency_error_bars"
19759   output-file-type: ".html"
19760   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19762   filter: "'NIC_Intel-X520-DA2' and
19763            '64B' and
19764            ('IP4BASE' or
19765             'POLICE_MARK' or
19766             'COPWHLIST' or
19767             ('NAT44' and 'BASE') or
19768             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19769            'NDRPDR' and
19770            '1T1C' and
19771            'IP4FWD' and
19772            not 'IPSEC' and
19773            not 'VHOST'"
19774   parameters:
19775   - "latency"
19776   - "parent"
19777   - "tags"
19778   sort:
19779   - "DOT1Q"
19780   - "IP4BASE"
19781   - "NAT44"
19782   - "POLICE_MARK"
19783   - "COPWHLIST"
19784   - "IACL"
19785   - "OACL"
19786   layout:
19787     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19788     layout: "plot-latency"
19789
19790 - type: "plot"
19791   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19792   algorithm: "plot_latency_error_bars"
19793   output-file-type: ".html"
19794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19796   filter: "'NIC_Intel-X520-DA2' and
19797            '64B' and
19798            ('IP4BASE' or
19799             'POLICE_MARK' or
19800             'COPWHLIST' or
19801             ('NAT44' and 'BASE') or
19802             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19803            'NDRPDR' and
19804            '2T2C' and
19805            'IP4FWD' and
19806            not 'IPSEC' and
19807            not 'VHOST'"
19808   parameters:
19809   - "latency"
19810   - "parent"
19811   - "tags"
19812   sort:
19813   - "DOT1Q"
19814   - "IP4BASE"
19815   - "NAT44"
19816   - "POLICE_MARK"
19817   - "COPWHLIST"
19818   - "IACL"
19819   - "OACL"
19820   layout:
19821     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19822     layout: "plot-latency"
19823
19824 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19825 - type: "plot"
19826   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19827   algorithm: "plot_latency_error_bars"
19828   output-file-type: ".html"
19829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19831   filter: "'NIC_Intel-X520-DA2' and
19832            '64B' and
19833            'NDRPDR' and
19834            '1T1C' and
19835            'IP4FWD' and
19836            ('NAT44' or 'IP4BASE') and
19837            not 'DOT1Q' and
19838            not 'IPSEC' and
19839            not 'VHOST'"
19840   parameters:
19841   - "latency"
19842   - "parent"
19843   - "tags"
19844   sort:
19845   - "IP4BASE"
19846   - "BASE"
19847   - "SRC_USER_10"
19848   - "SRC_USER_100"
19849   - "SRC_USER_1000"
19850   - "SRC_USER_2000"
19851   layout:
19852     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19853     layout: "plot-latency"
19854
19855 - type: "plot"
19856   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19857   algorithm: "plot_latency_error_bars"
19858   output-file-type: ".html"
19859   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19861   filter: "'NIC_Intel-X520-DA2' and
19862            '64B' and
19863            'NDRPDR' and
19864            '2T2C' and
19865            'IP4FWD' and
19866            ('NAT44' or 'IP4BASE') and
19867            not 'DOT1Q' and
19868            not 'IPSEC' and
19869            not 'VHOST'"
19870   parameters:
19871   - "latency"
19872   - "parent"
19873   - "tags"
19874   sort:
19875   - "IP4BASE"
19876   - "BASE"
19877   - "SRC_USER_10"
19878   - "SRC_USER_100"
19879   - "SRC_USER_1000"
19880   - "SRC_USER_2000"
19881   layout:
19882     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19883     layout: "plot-latency"
19884
19885 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19886 - type: "plot"
19887   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19888   algorithm: "plot_latency_error_bars"
19889   output-file-type: ".html"
19890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19892   filter: "'NIC_Intel-X520-DA2' and
19893            '64B' and
19894            'NDRPDR' and
19895            '1T1C' and
19896            'IP4FWD' and
19897            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19898            not 'IPSEC' and
19899            not 'DOT1Q' and
19900            not 'VHOST'"
19901   parameters:
19902   - "latency"
19903   - "parent"
19904   - "tags"
19905   sort:
19906   - "IP4BASE"
19907   - "ACL_STATELESS"
19908   - "ACL_STATEFUL"
19909   - "ACL_STATELESS"
19910   - "ACL_STATEFUL"
19911   layout:
19912     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19913     layout: "plot-latency"
19914
19915 - type: "plot"
19916   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19917   algorithm: "plot_latency_error_bars"
19918   output-file-type: ".html"
19919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19921   filter: "'NIC_Intel-X520-DA2' and
19922            '64B' and
19923            'NDRPDR' and
19924            '2T2C' and
19925            'IP4FWD' and
19926            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19927            not 'IPSEC' and
19928            not 'DOT1Q' and
19929            not 'VHOST'"
19930   parameters:
19931   - "latency"
19932   - "parent"
19933   - "tags"
19934   sort:
19935   - "IP4BASE"
19936   - "ACL_STATELESS"
19937   - "ACL_STATEFUL"
19938   - "ACL_STATELESS"
19939   - "ACL_STATEFUL"
19940   layout:
19941     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19942     layout: "plot-latency"
19943
19944 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19945 - type: "plot"
19946   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19947   algorithm: "plot_latency_error_bars"
19948   output-file-type: ".html"
19949   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19951   filter: "'NIC_Intel-X520-DA2' and
19952            '64B' and
19953            'NDRPDR' and
19954            '1T1C' and
19955            'IP4FWD' and
19956            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19957            not 'IPSEC' and
19958            not 'DOT1Q' and
19959            not 'VHOST'"
19960   parameters:
19961   - "latency"
19962   - "parent"
19963   - "tags"
19964   sort:
19965   - "IP4BASE"
19966   - "ACL_STATELESS"
19967   - "ACL_STATEFUL"
19968   - "ACL_STATELESS"
19969   - "ACL_STATEFUL"
19970   layout:
19971     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19972     layout: "plot-latency"
19973
19974 - type: "plot"
19975   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19976   algorithm: "plot_latency_error_bars"
19977   output-file-type: ".html"
19978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19980   filter: "'NIC_Intel-X520-DA2' and
19981            '64B' and
19982            'NDRPDR' and
19983            '2T2C' and
19984            'IP4FWD' and
19985            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19986            not 'IPSEC' and
19987            not 'DOT1Q' and
19988            not 'VHOST'"
19989   parameters:
19990   - "latency"
19991   - "parent"
19992   - "tags"
19993   sort:
19994   - "IP4BASE"
19995   - "ACL_STATELESS"
19996   - "ACL_STATEFUL"
19997   - "ACL_STATELESS"
19998   - "ACL_STATEFUL"
19999   layout:
20000     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20001     layout: "plot-latency"
20002
20003 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20004 - type: "plot"
20005   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20006   algorithm: "plot_latency_error_bars"
20007   output-file-type: ".html"
20008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20010   filter: "'NIC_Intel-X710' and
20011            '64B' and
20012            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20013            'NDRPDR' and
20014            '1T1C' and
20015            'IP4FWD' and
20016            not 'IPSEC' and
20017            not 'DOT1Q' and
20018            not 'VHOST'"
20019   parameters:
20020   - "latency"
20021   - "parent"
20022   - "tags"
20023   sort:
20024   - "IP4BASE"
20025   - "FIB_20K"
20026   - "FIB_200K"
20027   - "FIB_2M"
20028   layout:
20029     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20030     layout: "plot-latency"
20031
20032 - type: "plot"
20033   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20034   algorithm: "plot_latency_error_bars"
20035   output-file-type: ".html"
20036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20038   filter: "'NIC_Intel-X710' and
20039            '64B' and
20040            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20041            'NDRPDR' and
20042            '2T2C' and
20043            'IP4FWD' and
20044            not 'IPSEC' and
20045            not 'DOT1Q' and
20046            not 'VHOST'"
20047   parameters:
20048   - "latency"
20049   - "parent"
20050   - "tags"
20051   sort:
20052   - "IP4BASE"
20053   - "FIB_20K"
20054   - "FIB_200K"
20055   - "FIB_2M"
20056   layout:
20057     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20058     layout: "plot-latency"
20059
20060 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20061 - type: "plot"
20062   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20063   algorithm: "plot_latency_error_bars"
20064   output-file-type: ".html"
20065   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20067   filter: "'NIC_Intel-X710' and
20068            '64B' and
20069            ('IP4BASE' or
20070             'POLICE_MARK' or
20071             'COPWHLIST' or
20072             ('NAT44' and 'BASE') or
20073             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20074            'NDRPDR' and
20075            '1T1C' and
20076            'IP4FWD' and
20077            not 'IPSEC' and
20078            not 'VHOST'"
20079   parameters:
20080   - "latency"
20081   - "parent"
20082   - "tags"
20083   sort:
20084   - "DOT1Q"
20085   - "IP4BASE"
20086   - "NAT44"
20087   - "POLICE_MARK"
20088   - "COPWHLIST"
20089   - "IACL"
20090   - "OACL"
20091   layout:
20092     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20093     layout: "plot-latency"
20094
20095 - type: "plot"
20096   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20097   algorithm: "plot_latency_error_bars"
20098   output-file-type: ".html"
20099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20101   filter: "'NIC_Intel-X710' and
20102            '64B' and
20103            ('IP4BASE' or
20104             'POLICE_MARK' or
20105             'COPWHLIST' or
20106             ('NAT44' and 'BASE') or
20107             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20108            'NDRPDR' and
20109            '2T2C' and
20110            'IP4FWD' and
20111            not 'IPSEC' and
20112            not 'VHOST'"
20113   parameters:
20114   - "latency"
20115   - "parent"
20116   - "tags"
20117   sort:
20118   - "DOT1Q"
20119   - "IP4BASE"
20120   - "NAT44"
20121   - "POLICE_MARK"
20122   - "COPWHLIST"
20123   - "IACL"
20124   - "OACL"
20125   layout:
20126     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20127     layout: "plot-latency"
20128
20129 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20130 - type: "plot"
20131   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20132   algorithm: "plot_latency_error_bars"
20133   output-file-type: ".html"
20134   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20136   filter: "'NIC_Intel-X710' and
20137            '64B' and
20138            'NDRPDR' and
20139            '1T1C' and
20140            'IP4FWD' and
20141            ('NAT44' or 'IP4BASE') and
20142            not 'IPSEC' and
20143            not 'VHOST'"
20144   parameters:
20145   - "latency"
20146   - "parent"
20147   - "tags"
20148   sort:
20149   - "IP4BASE"
20150   - "BASE"
20151   - "SRC_USER_10"
20152   - "SRC_USER_100"
20153   - "SRC_USER_1000"
20154   - "SRC_USER_2000"
20155   layout:
20156     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20157     layout: "plot-latency"
20158
20159 - type: "plot"
20160   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20161   algorithm: "plot_latency_error_bars"
20162   output-file-type: ".html"
20163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20165   filter: "'NIC_Intel-X710' and
20166            '64B' and
20167            'NDRPDR' and
20168            '2T2C' and
20169            'IP4FWD' and
20170            ('NAT44' or 'IP4BASE') and
20171            not 'IPSEC' and
20172            not 'VHOST'"
20173   parameters:
20174   - "latency"
20175   - "parent"
20176   - "tags"
20177   sort:
20178   - "IP4BASE"
20179   - "BASE"
20180   - "SRC_USER_10"
20181   - "SRC_USER_100"
20182   - "SRC_USER_1000"
20183   - "SRC_USER_2000"
20184   layout:
20185     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20186     layout: "plot-latency"
20187
20188 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20189 - type: "plot"
20190   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20191   algorithm: "plot_latency_error_bars"
20192   output-file-type: ".html"
20193   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20195   filter: "'NIC_Intel-X710' and
20196            '64B' and
20197            'NDRPDR' and
20198            '1T1C' and
20199            'IP4FWD' and
20200            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20201            not 'IPSEC' and
20202            not 'VHOST'"
20203   parameters:
20204   - "latency"
20205   - "parent"
20206   - "tags"
20207   sort:
20208   - "IP4BASE"
20209   - "ACL_STATELESS"
20210   - "ACL_STATEFUL"
20211   - "ACL_STATELESS"
20212   - "ACL_STATEFUL"
20213   layout:
20214     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20215     layout: "plot-latency"
20216
20217 - type: "plot"
20218   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20219   algorithm: "plot_latency_error_bars"
20220   output-file-type: ".html"
20221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20223   filter: "'NIC_Intel-X710' and
20224            '64B' and
20225            'NDRPDR' and
20226            '2T2C' and
20227            'IP4FWD' and
20228            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20229            not 'IPSEC' and
20230            not 'VHOST'"
20231   parameters:
20232   - "latency"
20233   - "parent"
20234   - "tags"
20235   sort:
20236   - "IP4BASE"
20237   - "ACL_STATELESS"
20238   - "ACL_STATEFUL"
20239   - "ACL_STATELESS"
20240   - "ACL_STATEFUL"
20241   layout:
20242     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20243     layout: "plot-latency"
20244
20245 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20246 - type: "plot"
20247   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20248   algorithm: "plot_latency_error_bars"
20249   output-file-type: ".html"
20250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20252   filter: "'NIC_Intel-XL710' and
20253            '64B' and
20254            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20255            'NDRPDR' and
20256            '1T1C' and
20257            'IP4FWD' and
20258            not 'IPSEC' and
20259            not 'VHOST'"
20260   parameters:
20261   - "latency"
20262   - "parent"
20263   - "tags"
20264   sort:
20265   - "IP4BASE"
20266   - "FIB_20K"
20267   - "FIB_200K"
20268   - "FIB_2M"
20269   layout:
20270     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20271     layout: "plot-latency"
20272
20273 - type: "plot"
20274   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20275   algorithm: "plot_latency_error_bars"
20276   output-file-type: ".html"
20277   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20279   filter: "'NIC_Intel-XL710' and
20280            '64B' and
20281            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20282            'NDRPDR' and
20283            '2T2C' and
20284            'IP4FWD' and
20285            not 'IPSEC' and
20286            not 'VHOST'"
20287   parameters:
20288   - "latency"
20289   - "parent"
20290   - "tags"
20291   sort:
20292   - "IP4BASE"
20293   - "FIB_20K"
20294   - "FIB_200K"
20295   - "FIB_2M"
20296   layout:
20297     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20298     layout: "plot-latency"
20299
20300 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20301 - type: "plot"
20302   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20303   algorithm: "plot_latency_error_bars"
20304   output-file-type: ".html"
20305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20307   filter: "'NIC_Intel-X710' and
20308            '64B' and
20309            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20310            'NDRPDR' and
20311            '2T1C' and
20312            'IP4FWD' and
20313            not 'IPSEC' and
20314            not 'DOT1Q' and
20315            not 'VHOST'"
20316   parameters:
20317   - "latency"
20318   - "parent"
20319   - "tags"
20320   sort:
20321   - "IP4BASE"
20322   - "FIB_20K"
20323   - "FIB_200K"
20324   - "FIB_2M"
20325   layout:
20326     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20327     layout: "plot-latency"
20328
20329 - type: "plot"
20330   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20331   algorithm: "plot_latency_error_bars"
20332   output-file-type: ".html"
20333   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20335   filter: "'NIC_Intel-X710' and
20336            '64B' and
20337            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20338            'NDRPDR' and
20339            '4T2C' and
20340            'IP4FWD' and
20341            not 'IPSEC' and
20342            not 'DOT1Q' and
20343            not 'VHOST'"
20344   parameters:
20345   - "latency"
20346   - "parent"
20347   - "tags"
20348   sort:
20349   - "IP4BASE"
20350   - "FIB_20K"
20351   - "FIB_200K"
20352   - "FIB_2M"
20353   layout:
20354     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20355     layout: "plot-latency"
20356
20357 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20358 - type: "plot"
20359   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20360   algorithm: "plot_latency_error_bars"
20361   output-file-type: ".html"
20362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20364   filter: "'NIC_Intel-X710' and
20365            '64B' and
20366            ('IP4BASE' or
20367             'POLICE_MARK' or
20368             'COPWHLIST' or
20369             ('NAT44' and 'BASE') or
20370             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20371            'NDRPDR' and
20372            '2T1C' and
20373            'IP4FWD' and
20374            not 'IPSEC' and
20375            not 'VHOST'"
20376   parameters:
20377   - "latency"
20378   - "parent"
20379   - "tags"
20380   sort:
20381   - "DOT1Q"
20382   - "IP4BASE"
20383   - "NAT44"
20384   - "POLICE_MARK"
20385   - "COPWHLIST"
20386   - "IACL"
20387   - "OACL"
20388   layout:
20389     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20390     layout: "plot-latency"
20391
20392 - type: "plot"
20393   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20394   algorithm: "plot_latency_error_bars"
20395   output-file-type: ".html"
20396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20398   filter: "'NIC_Intel-X710' and
20399            '64B' and
20400            ('IP4BASE' or
20401             'POLICE_MARK' or
20402             'COPWHLIST' or
20403             ('NAT44' and 'BASE') or
20404             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20405            'NDRPDR' and
20406            '4T2C' and
20407            'IP4FWD' and
20408            not 'IPSEC' and
20409            not 'VHOST'"
20410   parameters:
20411   - "latency"
20412   - "parent"
20413   - "tags"
20414   sort:
20415   - "DOT1Q"
20416   - "IP4BASE"
20417   - "NAT44"
20418   - "POLICE_MARK"
20419   - "COPWHLIST"
20420   - "IACL"
20421   - "OACL"
20422   layout:
20423     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20424     layout: "plot-latency"
20425
20426 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20427 - type: "plot"
20428   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20429   algorithm: "plot_latency_error_bars"
20430   output-file-type: ".html"
20431   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20433   filter: "'NIC_Intel-X710' and
20434            '64B' and
20435            'NDRPDR' and
20436            '2T1C' and
20437            'IP4FWD' and
20438            ('NAT44' or 'IP4BASE') and
20439            not 'IPSEC' and
20440            not 'VHOST'"
20441   parameters:
20442   - "latency"
20443   - "parent"
20444   - "tags"
20445   sort:
20446   - "IP4BASE"
20447   - "BASE"
20448   - "SRC_USER_10"
20449   - "SRC_USER_100"
20450   - "SRC_USER_1000"
20451   - "SRC_USER_2000"
20452   layout:
20453     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20454     layout: "plot-latency"
20455
20456 - type: "plot"
20457   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20458   algorithm: "plot_latency_error_bars"
20459   output-file-type: ".html"
20460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20462   filter: "'NIC_Intel-X710' and
20463            '64B' and
20464            'NDRPDR' and
20465            '4T2C' and
20466            'IP4FWD' and
20467            ('NAT44' or 'IP4BASE') and
20468            not 'IPSEC' and
20469            not 'VHOST'"
20470   parameters:
20471   - "latency"
20472   - "parent"
20473   - "tags"
20474   sort:
20475   - "IP4BASE"
20476   - "BASE"
20477   - "SRC_USER_10"
20478   - "SRC_USER_100"
20479   - "SRC_USER_1000"
20480   - "SRC_USER_2000"
20481   layout:
20482     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20483     layout: "plot-latency"
20484
20485 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20486 - type: "plot"
20487   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20488   algorithm: "plot_latency_error_bars"
20489   output-file-type: ".html"
20490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20492   filter: "'NIC_Intel-X710' and
20493            '64B' and
20494            'NDRPDR' and
20495            '2T1C' and
20496            'IP4FWD' and
20497            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20498            not 'IPSEC' and
20499            not 'VHOST'"
20500   parameters:
20501   - "latency"
20502   - "parent"
20503   - "tags"
20504   sort:
20505   - "IP4BASE"
20506   - "ACL_STATELESS"
20507   - "ACL_STATEFUL"
20508   - "ACL_STATELESS"
20509   - "ACL_STATEFUL"
20510   layout:
20511     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20512     layout: "plot-latency"
20513
20514 - type: "plot"
20515   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20516   algorithm: "plot_latency_error_bars"
20517   output-file-type: ".html"
20518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20520   filter: "'NIC_Intel-X710' and
20521            '64B' and
20522            'NDRPDR' and
20523            '4T2C' and
20524            'IP4FWD' and
20525            'IACL' and
20526            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20527            not 'IPSEC' and
20528            not 'VHOST'"
20529   parameters:
20530   - "latency"
20531   - "parent"
20532   - "tags"
20533   sort:
20534   - "IP4BASE"
20535   - "ACL_STATELESS"
20536   - "ACL_STATEFUL"
20537   - "ACL_STATELESS"
20538   - "ACL_STATEFUL"
20539   layout:
20540     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20541     layout: "plot-latency"
20542
20543 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20544 - type: "plot"
20545   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20546   algorithm: "plot_latency_error_bars"
20547   output-file-type: ".html"
20548   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20550   filter: "'NIC_Intel-X710' and
20551            '64B' and
20552            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20553            'NDRPDR' and
20554            '2T1C' and
20555            'IP4FWD' and
20556            not 'IPSEC' and
20557            not 'DOT1Q' and
20558            not 'VHOST'"
20559   parameters:
20560   - "latency"
20561   - "parent"
20562   - "tags"
20563   sort:
20564   - "IP4BASE"
20565   - "FIB_20K"
20566   - "FIB_200K"
20567   - "FIB_2M"
20568   layout:
20569     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20570     layout: "plot-latency"
20571
20572 - type: "plot"
20573   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20574   algorithm: "plot_latency_error_bars"
20575   output-file-type: ".html"
20576   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20578   filter: "'NIC_Intel-X710' and
20579            '64B' and
20580            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20581            'NDRPDR' and
20582            '4T2C' and
20583            'IP4FWD' and
20584            not 'IPSEC' and
20585            not 'DOT1Q' and
20586            not 'VHOST'"
20587   parameters:
20588   - "latency"
20589   - "parent"
20590   - "tags"
20591   sort:
20592   - "IP4BASE"
20593   - "FIB_20K"
20594   - "FIB_200K"
20595   - "FIB_2M"
20596   layout:
20597     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20598     layout: "plot-latency"
20599
20600 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20601 - type: "plot"
20602   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20603   algorithm: "plot_latency_error_bars"
20604   output-file-type: ".html"
20605   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20607   filter: "'NIC_Intel-X710' and
20608            '64B' and
20609            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20610            'NDRPDR' and
20611            '2T1C' and
20612            'IP4FWD' and
20613            not 'IPSEC' and
20614            not 'DOT1Q' and
20615            not 'VHOST'"
20616   parameters:
20617   - "latency"
20618   - "parent"
20619   - "tags"
20620   sort:
20621   - "IP4BASE"
20622   - "ACL_STATELESS"
20623   - "ACL_STATEFUL"
20624   - "ACL_STATELESS"
20625   - "ACL_STATEFUL"
20626   layout:
20627     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20628     layout: "plot-latency"
20629
20630 - type: "plot"
20631   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20632   algorithm: "plot_latency_error_bars"
20633   output-file-type: ".html"
20634   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20636   filter: "'NIC_Intel-X710' and
20637            '64B' and
20638            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20639            'NDRPDR' and
20640            '4T2C' and
20641            'IP4FWD' and
20642            not 'IPSEC' and
20643            not 'DOT1Q' and
20644            not 'VHOST'"
20645   parameters:
20646   - "latency"
20647   - "parent"
20648   - "tags"
20649   sort:
20650   - "IP4BASE"
20651   - "ACL_STATELESS"
20652   - "ACL_STATEFUL"
20653   - "ACL_STATELESS"
20654   - "ACL_STATEFUL"
20655   layout:
20656     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20657     layout: "plot-latency"
20658
20659 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20660 - type: "plot"
20661   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20662   algorithm: "plot_latency_error_bars"
20663   output-file-type: ".html"
20664   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20666   filter: "'NIC_Intel-XXV710' and
20667            '64B' and
20668            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20669            'NDRPDR' and
20670            '2T1C' and
20671            'IP4FWD' and
20672            not 'IPSEC' and
20673            not 'DOT1Q' and
20674            not 'VHOST'"
20675   parameters:
20676   - "latency"
20677   - "parent"
20678   - "tags"
20679   sort:
20680   - "IP4BASE"
20681   - "FIB_20K"
20682   - "FIB_200K"
20683   - "FIB_2M"
20684   layout:
20685     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20686     layout: "plot-latency"
20687
20688 - type: "plot"
20689   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20690   algorithm: "plot_latency_error_bars"
20691   output-file-type: ".html"
20692   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20694   filter: "'NIC_Intel-XXV710' and
20695            '64B' and
20696            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20697            'NDRPDR' and
20698            '4T2C' and
20699            'IP4FWD' and
20700            not 'IPSEC' and
20701            not 'DOT1Q' and
20702            not 'VHOST'"
20703   parameters:
20704   - "latency"
20705   - "parent"
20706   - "tags"
20707   sort:
20708   - "IP4BASE"
20709   - "FIB_20K"
20710   - "FIB_200K"
20711   - "FIB_2M"
20712   layout:
20713     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20714     layout: "plot-latency"
20715
20716 ################################################################################
20717
20718 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20719 - type: "plot"
20720   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20721   algorithm: "plot_latency_error_bars"
20722   output-file-type: ".html"
20723   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20725   filter: "'NIC_Intel-X520-DA2' and
20726            '64B' and
20727            'ENCAP' and
20728            'NDRPDR' and
20729            '1T1C' and
20730            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20731            not 'DOT1Q' and
20732            not 'VHOST' and
20733            not 'IPSECHW'"
20734   parameters:
20735   - "latency"
20736   - "parent"
20737   - "tags"
20738   sort:
20739   - "IP4BASE"
20740   - "L2BDMACLRN"
20741   - "L2XCFWD"
20742   - "LISP"
20743   layout:
20744     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20745     layout: "plot-latency"
20746
20747 - type: "plot"
20748   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20749   algorithm: "plot_latency_error_bars"
20750   output-file-type: ".html"
20751   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20753   filter: "'NIC_Intel-X520-DA2' and
20754            '64B' and
20755            'ENCAP' and
20756            'NDRPDR' and
20757            '2T2C' and
20758            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20759            not 'DOT1Q' and
20760            not 'VHOST' and
20761            not 'IPSECHW'"
20762   parameters:
20763   - "latency"
20764   - "parent"
20765   - "tags"
20766   sort:
20767   - "IP4BASE"
20768   - "L2BDMACLRN"
20769   - "L2XCFWD"
20770   - "LISP"
20771   layout:
20772     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20773     layout: "plot-latency"
20774
20775 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20776 - type: "plot"
20777   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20778   algorithm: "plot_latency_error_bars"
20779   output-file-type: ".html"
20780   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20782   filter: "'NIC_Intel-X710' and
20783            '64B' and
20784            'ENCAP' and
20785            'NDRPDR' and
20786            '1T1C' and
20787            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20788            not 'VHOST' and
20789            not 'IPSECHW'"
20790   parameters:
20791   - "latency"
20792   - "parent"
20793   - "tags"
20794   sort:
20795   - "IP4BASE"
20796   - "LISP"
20797   - "VXLAN_1"
20798   - "VXLAN_10"
20799   - "VXLAN_100"
20800   - "VXLAN_1000"
20801   layout:
20802     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20803     layout: "plot-latency"
20804
20805 - type: "plot"
20806   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20807   algorithm: "plot_latency_error_bars"
20808   output-file-type: ".html"
20809   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20811   filter: "'NIC_Intel-X710' and
20812            '64B' and
20813            'ENCAP' and
20814            'NDRPDR' and
20815            '2T2C' and
20816            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20817            not 'VHOST' and
20818            not 'IPSECHW'"
20819   parameters:
20820   - "latency"
20821   - "parent"
20822   - "tags"
20823   sort:
20824   - "IP4BASE"
20825   - "LISP"
20826   - "VXLAN_1"
20827   - "VXLAN_10"
20828   - "VXLAN_100"
20829   - "VXLAN_1000"
20830   layout:
20831     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20832     layout: "plot-latency"
20833
20834 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20835 - type: "plot"
20836   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20837   algorithm: "plot_latency_error_bars"
20838   output-file-type: ".html"
20839   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20841   filter: "'NIC_Intel-X710' and
20842            '64B' and
20843            'ENCAP' and
20844            'NDRPDR' and
20845            '1T1C' and
20846            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20847            not 'DOT1Q' and
20848            not 'VHOST' and
20849            not 'IPSECHW'"
20850   parameters:
20851   - "latency"
20852   - "parent"
20853   - "tags"
20854   sort:
20855   - "IP4BASE"
20856   - "L2BDMACLRN"
20857   - "L2XCFWD"
20858   - "LISP"
20859   layout:
20860     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20861     layout: "plot-latency"
20862
20863 - type: "plot"
20864   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20865   algorithm: "plot_latency_error_bars"
20866   output-file-type: ".html"
20867   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20869   filter: "'NIC_Intel-X710' and
20870            '64B' and
20871            'ENCAP' and
20872            'NDRPDR' and
20873            '2T2C' and
20874            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20875            not 'DOT1Q' and
20876            not 'VHOST' and
20877            not 'IPSECHW'"
20878   parameters:
20879   - "latency"
20880   - "parent"
20881   - "tags"
20882   sort:
20883   - "IP4BASE"
20884   - "L2BDMACLRN"
20885   - "L2XCFWD"
20886   - "LISP"
20887   layout:
20888     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20889     layout: "plot-latency"
20890
20891 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20892 - type: "plot"
20893   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20894   algorithm: "plot_latency_error_bars"
20895   output-file-type: ".html"
20896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20898   filter: "'NIC_Intel-X710' and
20899            '64B' and
20900            'ENCAP' and
20901            'NDRPDR' and
20902            '2T1C' and
20903            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20904            not 'VHOST' and
20905            not 'IPSECHW'"
20906   parameters:
20907   - "latency"
20908   - "parent"
20909   - "tags"
20910   sort:
20911   - "IP4BASE"
20912   - "LISP"
20913   - "VXLAN_1"
20914   - "VXLAN_10"
20915   - "VXLAN_100"
20916   - "VXLAN_1000"
20917   layout:
20918     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20919     layout: "plot-latency"
20920
20921 - type: "plot"
20922   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20923   algorithm: "plot_latency_error_bars"
20924   output-file-type: ".html"
20925   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20927   filter: "'NIC_Intel-X710' and
20928            '64B' and
20929            'ENCAP' and
20930            'NDRPDR' and
20931            '4T2C' and
20932            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20933            not 'VHOST' and
20934            not 'IPSECHW'"
20935   parameters:
20936   - "latency"
20937   - "parent"
20938   - "tags"
20939   sort:
20940   - "IP4BASE"
20941   - "LISP"
20942   - "VXLAN_1"
20943   - "VXLAN_10"
20944   - "VXLAN_100"
20945   - "VXLAN_1000"
20946   layout:
20947     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20948     layout: "plot-latency"
20949
20950 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20951 - type: "plot"
20952   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20953   algorithm: "plot_latency_error_bars"
20954   output-file-type: ".html"
20955   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20957   filter: "'NIC_Intel-X710' and
20958            '64B' and
20959            'ENCAP' and
20960            'NDRPDR' and
20961            '2T1C' and
20962            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20963            not 'DOT1Q' and
20964            not 'VHOST' and
20965            not 'IPSECHW'"
20966   parameters:
20967   - "latency"
20968   - "parent"
20969   - "tags"
20970   sort:
20971   - "IP4BASE"
20972   - "L2BDMACLRN"
20973   - "L2XCFWD"
20974   - "LISP"
20975   layout:
20976     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20977     layout: "plot-latency"
20978
20979 - type: "plot"
20980   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20981   algorithm: "plot_latency_error_bars"
20982   output-file-type: ".html"
20983   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20985   filter: "'NIC_Intel-X710' and
20986            '64B' and
20987            'ENCAP' and
20988            'NDRPDR' and
20989            '4T2C' and
20990            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20991            not 'DOT1Q' and
20992            not 'VHOST' and
20993            not 'IPSECHW'"
20994   parameters:
20995   - "latency"
20996   - "parent"
20997   - "tags"
20998   sort:
20999   - "IP4BASE"
21000   - "L2BDMACLRN"
21001   - "L2XCFWD"
21002   - "LISP"
21003   layout:
21004     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21005     layout: "plot-latency"
21006
21007 ################################################################################
21008
21009 # Packet Latency - VPP IPv6 3n-hsw-x520
21010 - type: "plot"
21011   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21012   algorithm: "plot_latency_error_bars"
21013   output-file-type: ".html"
21014   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21016   filter: "'NIC_Intel-X520-DA2' and
21017            '78B' and
21018            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21019            'NDRPDR' and
21020            '1T1C' and
21021            'IP6FWD' and
21022            not 'SRv6' and
21023            not 'IPSEC' and
21024            not 'VHOST'"
21025   parameters:
21026   - "latency"
21027   - "parent"
21028   - "tags"
21029   sort:
21030   - "IP6BASE"
21031   - "FIB_20K"
21032   - "FIB_200K"
21033   - "FIB_2M"
21034   layout:
21035     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21036     layout: "plot-latency"
21037
21038 - type: "plot"
21039   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21040   algorithm: "plot_latency_error_bars"
21041   output-file-type: ".html"
21042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21044   filter: "'NIC_Intel-X520-DA2' and
21045            '78B' and
21046            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21047            'NDRPDR' and
21048            '2T2C' and
21049            'IP6FWD' and
21050            not 'SRv6' and
21051            not 'IPSEC' and
21052            not 'VHOST'"
21053   parameters:
21054   - "latency"
21055   - "parent"
21056   - "tags"
21057   sort:
21058   - "IP6BASE"
21059   - "FIB_20K"
21060   - "FIB_200K"
21061   - "FIB_2M"
21062   layout:
21063     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21064     layout: "plot-latency"
21065
21066 # Packet Latency - VPP IPv6 3n-hsw-x710
21067 - type: "plot"
21068   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21069   algorithm: "plot_latency_error_bars"
21070   output-file-type: ".html"
21071   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21073   filter: "'NIC_Intel-X710' and
21074            '78B' and
21075            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21076            'NDRPDR' and
21077            '1T1C' and
21078            'IP6FWD' and
21079            not 'SRv6' and
21080            not 'IPSEC' and
21081            not 'VHOST'"
21082   parameters:
21083   - "latency"
21084   - "parent"
21085   - "tags"
21086   sort:
21087   - "IP6BASE"
21088   - "FIB_20K"
21089   - "FIB_200K"
21090   - "FIB_2M"
21091   layout:
21092     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21093     layout: "plot-latency"
21094
21095 - type: "plot"
21096   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21097   algorithm: "plot_latency_error_bars"
21098   output-file-type: ".html"
21099   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21101   filter: "'NIC_Intel-X710' and
21102            '78B' and
21103            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21104            'NDRPDR' and
21105            '2T2C' and
21106            'IP6FWD' and
21107            not 'SRv6' and
21108            not 'IPSEC' and
21109            not 'VHOST'"
21110   parameters:
21111   - "latency"
21112   - "parent"
21113   - "tags"
21114   sort:
21115   - "IP6BASE"
21116   - "FIB_20K"
21117   - "FIB_200K"
21118   - "FIB_2M"
21119   layout:
21120     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21121     layout: "plot-latency"
21122
21123 # Packet Latency - VPP IPv6 3n-hsw-xl710
21124 - type: "plot"
21125   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21126   algorithm: "plot_latency_error_bars"
21127   output-file-type: ".html"
21128   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21130   filter: "'NIC_Intel-XL710' and
21131            '78B' and
21132            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21133            'NDRPDR' and
21134            '1T1C' and
21135            'IP6FWD' and
21136            not 'SRv6' and
21137            not 'IPSEC' and
21138            not 'VHOST'"
21139   parameters:
21140   - "latency"
21141   - "parent"
21142   - "tags"
21143   sort:
21144   - "IP6BASE"
21145   - "FIB_20K"
21146   - "FIB_200K"
21147   - "FIB_2M"
21148   layout:
21149     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21150     layout: "plot-latency"
21151
21152 - type: "plot"
21153   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21154   algorithm: "plot_latency_error_bars"
21155   output-file-type: ".html"
21156   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21158   filter: "'NIC_Intel-XL710' and
21159            '78B' and
21160            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21161            'NDRPDR' and
21162            '2T2C' and
21163            'IP6FWD' and
21164            not 'SRv6' and
21165            not 'IPSEC' and
21166            not 'VHOST'"
21167   parameters:
21168   - "latency"
21169   - "parent"
21170   - "tags"
21171   sort:
21172   - "IP6BASE"
21173   - "FIB_20K"
21174   - "FIB_200K"
21175   - "FIB_2M"
21176   layout:
21177     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21178     layout: "plot-latency"
21179
21180 # Packet Latency - VPP IPv6 3n-skx-x710
21181 - type: "plot"
21182   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21183   algorithm: "plot_latency_error_bars"
21184   output-file-type: ".html"
21185   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21187   filter: "'NIC_Intel-X710' and
21188            '78B' and
21189            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21190            'NDRPDR' and
21191            '2T1C' and
21192            'IP6FWD' and
21193            not 'SRv6' and
21194            not 'IPSEC' and
21195            not 'VHOST'"
21196   parameters:
21197   - "latency"
21198   - "parent"
21199   - "tags"
21200   sort:
21201   - "IP6BASE"
21202   - "FIB_20K"
21203   - "FIB_200K"
21204   - "FIB_2M"
21205   layout:
21206     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21207     layout: "plot-latency"
21208
21209 - type: "plot"
21210   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21211   algorithm: "plot_latency_error_bars"
21212   output-file-type: ".html"
21213   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21215   filter: "'NIC_Intel-X710' and
21216            '78B' and
21217            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21218            'NDRPDR' and
21219            '4T2C' and
21220            'IP6FWD' and
21221            not 'SRv6' and
21222            not 'IPSEC' and
21223            not 'VHOST'"
21224   parameters:
21225   - "latency"
21226   - "parent"
21227   - "tags"
21228   sort:
21229   - "IP6BASE"
21230   - "FIB_20K"
21231   - "FIB_200K"
21232   - "FIB_2M"
21233   layout:
21234     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21235     layout: "plot-latency"
21236
21237 # Packet Latency - VPP IPv6 3n-skx-xxv710
21238 - type: "plot"
21239   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21240   algorithm: "plot_latency_error_bars"
21241   output-file-type: ".html"
21242   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21244   filter: "'NIC_Intel-XXV710' and
21245            '78B' and
21246            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21247            'NDRPDR' and
21248            '2T1C' and
21249            'IP6FWD' and
21250            not 'SRv6' and
21251            not 'IPSEC' and
21252            not 'VHOST'"
21253   parameters:
21254   - "latency"
21255   - "parent"
21256   - "tags"
21257   sort:
21258   - "IP6BASE"
21259   - "FIB_20K"
21260   - "FIB_200K"
21261   - "FIB_2M"
21262   layout:
21263     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21264     layout: "plot-latency"
21265
21266 - type: "plot"
21267   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21268   algorithm: "plot_latency_error_bars"
21269   output-file-type: ".html"
21270   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21272   filter: "'NIC_Intel-XXV710' and
21273            '78B' and
21274            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21275            'NDRPDR' and
21276            '4T2C' and
21277            'IP6FWD' and
21278            not 'SRv6' and
21279            not 'IPSEC' and
21280            not 'VHOST'"
21281   parameters:
21282   - "latency"
21283   - "parent"
21284   - "tags"
21285   sort:
21286   - "IP6BASE"
21287   - "FIB_20K"
21288   - "FIB_200K"
21289   - "FIB_2M"
21290   layout:
21291     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21292     layout: "plot-latency"
21293
21294 # Packet Latency - VPP IPv6 2n-skx-x710
21295 - type: "plot"
21296   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21297   algorithm: "plot_latency_error_bars"
21298   output-file-type: ".html"
21299   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21301   filter: "'NIC_Intel-X710' and
21302            '78B' and
21303            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21304            'NDRPDR' and
21305            '2T1C' and
21306            'IP6FWD' and
21307            not 'SRv6' and
21308            not 'IPSEC' and
21309            not 'VHOST'"
21310   parameters:
21311   - "latency"
21312   - "parent"
21313   - "tags"
21314   sort:
21315   - "IP6BASE"
21316   - "FIB_20K"
21317   - "FIB_200K"
21318   - "FIB_2M"
21319   layout:
21320     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21321     layout: "plot-latency"
21322
21323 - type: "plot"
21324   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21325   algorithm: "plot_latency_error_bars"
21326   output-file-type: ".html"
21327   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21329   filter: "'NIC_Intel-X710' and
21330            '78B' and
21331            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21332            'NDRPDR' and
21333            '4T2C' and
21334            'IP6FWD' and
21335            not 'SRv6' and
21336            not 'IPSEC' and
21337            not 'VHOST'"
21338   parameters:
21339   - "latency"
21340   - "parent"
21341   - "tags"
21342   sort:
21343   - "IP6BASE"
21344   - "FIB_20K"
21345   - "FIB_200K"
21346   - "FIB_2M"
21347   layout:
21348     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21349     layout: "plot-latency"
21350
21351 # Packet Latency - VPP IPv6 2n-skx-xxv710
21352 - type: "plot"
21353   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21354   algorithm: "plot_latency_error_bars"
21355   output-file-type: ".html"
21356   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21358   filter: "'NIC_Intel-XXV710' and
21359            '78B' and
21360            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21361            'NDRPDR' and
21362            '2T1C' and
21363            'IP6FWD' and
21364            not 'SRv6' and
21365            not 'IPSEC' and
21366            not 'VHOST'"
21367   parameters:
21368   - "latency"
21369   - "parent"
21370   - "tags"
21371   sort:
21372   - "IP6BASE"
21373   - "FIB_20K"
21374   - "FIB_200K"
21375   - "FIB_2M"
21376   layout:
21377     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21378     layout: "plot-latency"
21379
21380 - type: "plot"
21381   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21382   algorithm: "plot_latency_error_bars"
21383   output-file-type: ".html"
21384   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21386   filter: "'NIC_Intel-XXV710' and
21387            '78B' and
21388            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21389            'NDRPDR' and
21390            '4T2C' and
21391            'IP6FWD' and
21392            not 'SRv6' and
21393            not 'IPSEC' and
21394            not 'VHOST'"
21395   parameters:
21396   - "latency"
21397   - "parent"
21398   - "tags"
21399   sort:
21400   - "IP6BASE"
21401   - "FIB_20K"
21402   - "FIB_200K"
21403   - "FIB_2M"
21404   layout:
21405     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21406     layout: "plot-latency"
21407
21408 ################################################################################
21409
21410 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21411 - type: "plot"
21412   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21413   algorithm: "plot_latency_error_bars"
21414   output-file-type: ".html"
21415   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21416   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21417   filter: "'NIC_Intel-X520-DA2' and
21418            '78B' and
21419            'ENCAP' and
21420            'NDRPDR' and
21421            '1T1C' and
21422            'LISP' and
21423            not 'VHOST'"
21424   parameters:
21425   - "latency"
21426   - "parent"
21427   - "tags"
21428   sort:
21429   - "IP4UNRLAY"
21430   - "IP6UNRLAY"
21431   layout:
21432     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21433     layout: "plot-latency"
21434
21435 - type: "plot"
21436   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21437   algorithm: "plot_latency_error_bars"
21438   output-file-type: ".html"
21439   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21441   filter: "'NIC_Intel-X520-DA2' and
21442            '78B' and
21443            'ENCAP' and
21444            'NDRPDR' and
21445            '2T2C' and
21446            'LISP' and
21447            not 'VHOST'"
21448   parameters:
21449   - "latency"
21450   - "parent"
21451   - "tags"
21452   sort:
21453   - "IP4UNRLAY"
21454   - "IP6UNRLAY"
21455   layout:
21456     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21457     layout: "plot-latency"
21458
21459 ################################################################################
21460
21461 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21462 - type: "plot"
21463   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21464   algorithm: "plot_latency_error_bars"
21465   output-file-type: ".html"
21466   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21468   filter: "'NIC_Intel-XL710' and
21469            '64B' and
21470            'IP4FWD' and
21471            'NDRPDR' and
21472            'BASE' and
21473            '1T1C' and
21474            'IPSECHW' and
21475            ('IPSECTRAN' or 'IPSECTUN') and
21476            not 'VHOST'"
21477   parameters:
21478   - "latency"
21479   - "parent"
21480   - "tags"
21481   layout:
21482     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21483     layout: "plot-latency"
21484
21485 - type: "plot"
21486   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21487   algorithm: "plot_latency_error_bars"
21488   output-file-type: ".html"
21489   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21491   filter: "'NIC_Intel-XL710' and
21492            '64B' and
21493            'IP4FWD' and
21494            'NDRPDR' and
21495            'BASE' and
21496            '2T2C' and
21497            'IPSECHW' and
21498            ('IPSECTRAN' or 'IPSECTUN') and
21499            not 'VHOST'"
21500   parameters:
21501   - "latency"
21502   - "parent"
21503   - "tags"
21504   layout:
21505     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21506     layout: "plot-latency"
21507
21508 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21509 - type: "plot"
21510   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21511   algorithm: "plot_latency_error_bars"
21512   output-file-type: ".html"
21513   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21515   filter: "'NIC_Intel-XL710' and
21516            '64B' and
21517            'IP4FWD' and
21518            'NDRPDR' and
21519            'SCALE' and
21520            '1T1C' and
21521            'IPSECHW' and
21522            ('IPSECTRAN' or 'IPSECTUN') and
21523            not 'VHOST'"
21524   parameters:
21525   - "latency"
21526   - "parent"
21527   - "tags"
21528   layout:
21529     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21530     layout: "plot-latency"
21531
21532 - type: "plot"
21533   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21534   algorithm: "plot_latency_error_bars"
21535   output-file-type: ".html"
21536   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21538   filter: "'NIC_Intel-XL710' and
21539            '64B' and
21540            'IP4FWD' and
21541            'NDRPDR' and
21542            'SCALE' and
21543            '2T2C' and
21544            'IPSECHW' and
21545            ('IPSECTRAN' or 'IPSECTUN') and
21546            not 'VHOST'"
21547   parameters:
21548   - "latency"
21549   - "parent"
21550   - "tags"
21551   layout:
21552     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21553     layout: "plot-latency"
21554
21555 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21556 - type: "plot"
21557   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21558   algorithm: "plot_latency_error_bars"
21559   output-file-type: ".html"
21560   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21562   filter: "'NIC_Intel-XL710' and
21563            '64B' and
21564            'IP4FWD' and
21565            'NDRPDR' and
21566            '1T1C' and
21567            'IPSECSW' and
21568            ('IPSECTRAN' or 'IPSECTUN') and
21569            not 'VHOST'"
21570   parameters:
21571   - "latency"
21572   - "parent"
21573   - "tags"
21574   layout:
21575     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21576     layout: "plot-latency"
21577
21578 - type: "plot"
21579   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21580   algorithm: "plot_latency_error_bars"
21581   output-file-type: ".html"
21582   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21584   filter: "'NIC_Intel-XL710' and
21585            '64B' and
21586            'IP4FWD' and
21587            'NDRPDR' and
21588            '2T2C' and
21589            'IPSECSW' and
21590            ('IPSECTRAN' or 'IPSECTUN') and
21591            not 'VHOST'"
21592   parameters:
21593   - "latency"
21594   - "parent"
21595   - "tags"
21596   layout:
21597     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21598     layout: "plot-latency"
21599
21600 ################################################################################
21601
21602 # Packet Latency - VPP SRv6 3n-hsw-x520
21603 - type: "plot"
21604   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21605   algorithm: "plot_latency_error_bars"
21606   output-file-type: ".html"
21607   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21609   filter: "'NIC_Intel-X520-DA2' and
21610            '78B' and
21611            'FEATURE' and
21612            'NDRPDR' and
21613            '1T1C' and
21614            'IP6FWD' and
21615            'SRv6'"
21616   parameters:
21617   - "latency"
21618   - "parent"
21619   - "tags"
21620   layout:
21621     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21622     layout: "plot-latency"
21623
21624 - type: "plot"
21625   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21626   algorithm: "plot_latency_error_bars"
21627   output-file-type: ".html"
21628   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21630   filter: "'NIC_Intel-X520-DA2' and
21631            '78B' and
21632            'FEATURE' and
21633            'NDRPDR' and
21634            '2T2C' and
21635            'IP6FWD' and
21636            'SRv6'"
21637   parameters:
21638   - "latency"
21639   - "parent"
21640   - "tags"
21641   layout:
21642     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21643     layout: "plot-latency"
21644
21645 ################################################################################
21646
21647 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21648 - type: "plot"
21649   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21650   algorithm: "plot_latency_error_bars"
21651   output-file-type: ".html"
21652   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21653   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21654   filter: "'NIC_Intel-X520-DA2' and
21655            '64B' and
21656            'NDRPDR' and
21657            'ETH' and
21658            'IP4FWD' and
21659            '1T1C' and
21660            'VHOST_1024' and
21661            not 'VXLAN' and
21662            not 'DOT1Q'"
21663   parameters:
21664   - "latency"
21665   - "parent"
21666   - "tags"
21667   sort:
21668   - "not CFS_OPT"
21669   - "1VM"
21670   - "2VM"
21671   layout:
21672     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21673     layout: "plot-latency"
21674
21675 - type: "plot"
21676   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21677   algorithm: "plot_latency_error_bars"
21678   output-file-type: ".html"
21679   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21681   filter: "'NIC_Intel-X520-DA2' and
21682            '64B' and
21683            'NDRPDR' and
21684            'ETH' and
21685            'IP4FWD' and
21686            '2T2C' and
21687            'VHOST_1024' and
21688            not 'VXLAN' and
21689            not 'DOT1Q'"
21690   parameters:
21691   - "latency"
21692   - "parent"
21693   - "tags"
21694   sort:
21695   - "not CFS_OPT"
21696   - "1VM"
21697   - "2VM"
21698   layout:
21699     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21700     layout: "plot-latency"
21701
21702 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21703 - type: "plot"
21704   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21705   algorithm: "plot_latency_error_bars"
21706   output-file-type: ".html"
21707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21709   filter: "'NIC_Intel-X520-DA2' and
21710            '64B' and
21711            'NDRPDR' and
21712            ('ETH' or 'DOT1Q') and
21713            'BASE' and
21714            '1T1C' and
21715            ('L2BDMACLRN' or 'L2XCFWD') and
21716            'VHOST_1024' and
21717            not 'VXLAN' and
21718            not 'IP4FWD' and
21719            not '2VM'"
21720   parameters:
21721   - "latency"
21722   - "parent"
21723   - "tags"
21724   sort:
21725   - "L2BDMACLRN"
21726   - "L2BDMACLRN"
21727   - "L2BDMACLRN"
21728   - "L2XCFWD"
21729   - "L2XCFWD"
21730   - "L2XCFWD"
21731   layout:
21732     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21733     layout: "plot-latency"
21734
21735 - type: "plot"
21736   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21737   algorithm: "plot_latency_error_bars"
21738   output-file-type: ".html"
21739   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21741   filter: "'NIC_Intel-X520-DA2' and
21742            '64B' and
21743            'NDRPDR' and
21744            ('ETH' or 'DOT1Q') and
21745            'BASE' and
21746            '2T2C' and
21747            ('L2BDMACLRN' or 'L2XCFWD') and
21748            'VHOST_1024' and
21749            not 'VXLAN' and
21750            not 'IP4FWD' and
21751            not '2VM'"
21752   parameters:
21753   - "latency"
21754   - "parent"
21755   - "tags"
21756   sort:
21757   - "L2BDMACLRN"
21758   - "L2BDMACLRN"
21759   - "L2BDMACLRN"
21760   - "L2XCFWD"
21761   - "L2XCFWD"
21762   - "L2XCFWD"
21763   layout:
21764     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21765     layout: "plot-latency"
21766
21767 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21768 - type: "plot"
21769   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21770   algorithm: "plot_latency_error_bars"
21771   output-file-type: ".html"
21772   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21774   filter: "'NIC_Intel-X520-DA2' and
21775            '64B' and
21776            'NDRPDR' and
21777            ('ETH' or 'DOT1Q') and
21778            '1T1C' and
21779            ('L2BDMACLRN' or 'L2XCFWD') and
21780            'VHOST_1024' and
21781            not 'CFS_OPT' and
21782            not 'DOT1Q' and
21783            not 'VXLAN' and
21784            not 'IP4FWD' and
21785            not 'LBOND'"
21786   parameters:
21787   - "latency"
21788   - "parent"
21789   - "tags"
21790 #  sort:
21791 #  - "1VM"
21792 #  - "L2XCFWD"
21793 #  - "1VM"
21794 #  - "L2BDMACLRN"
21795   layout:
21796     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21797     layout: "plot-latency"
21798
21799 - type: "plot"
21800   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21801   algorithm: "plot_latency_error_bars"
21802   output-file-type: ".html"
21803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21805   filter: "'NIC_Intel-X520-DA2' and
21806            '64B' and
21807            'NDRPDR' and
21808            ('ETH' or 'DOT1Q') and
21809            '2T2C' and
21810            ('L2BDMACLRN' or 'L2XCFWD') and
21811            'VHOST_1024' and
21812            not 'CFS_OPT' and
21813            not 'DOT1Q' and
21814            not 'VXLAN' and
21815            not 'IP4FWD' and
21816            not 'LBOND'"
21817   parameters:
21818   - "latency"
21819   - "parent"
21820   - "tags"
21821 #  sort:
21822 #  - "1VM"
21823 #  - "L2XCFWD"
21824 #  - "1VM"
21825 #  - "L2BDMACLRN"
21826   layout:
21827     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21828     layout: "plot-latency"
21829
21830 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21831 - type: "plot"
21832   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21833   algorithm: "plot_latency_error_bars"
21834   output-file-type: ".html"
21835   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21837   filter: "'NIC_Intel-X710' and
21838            '64B' and
21839            'NDRPDR' and
21840            'ETH' and
21841            'IP4FWD' and
21842            '1T1C' and
21843            'VHOST_1024' and
21844            not 'VXLAN' and
21845            not 'CFS_OPT' and
21846            not 'DOT1Q'"
21847   parameters:
21848   - "latency"
21849   - "parent"
21850   - "tags"
21851   sort:
21852   - "1VM"
21853   - "2VM"
21854   layout:
21855     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21856     layout: "plot-latency"
21857
21858 - type: "plot"
21859   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21860   algorithm: "plot_latency_error_bars"
21861   output-file-type: ".html"
21862   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21864   filter: "'NIC_Intel-X710' and
21865            '64B' and
21866            'NDRPDR' and
21867            'ETH' and
21868            'IP4FWD' and
21869            '2T2C' and
21870            'VHOST_1024' and
21871            not 'VXLAN' and
21872            not 'CFS_OPT' and
21873            not 'DOT1Q'"
21874   parameters:
21875   - "latency"
21876   - "parent"
21877   - "tags"
21878   sort:
21879   - "1VM"
21880   - "2VM"
21881   layout:
21882     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21883     layout: "plot-latency"
21884
21885 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21886 - type: "plot"
21887   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21888   algorithm: "plot_latency_error_bars"
21889   output-file-type: ".html"
21890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21892   filter: "'NIC_Intel-X710' and
21893            '64B' and
21894            'NDRPDR' and
21895            ('ETH' or 'DOT1Q') and
21896            'BASE' and
21897            '1T1C' and
21898            ('L2BDMACLRN' or 'L2XCFWD') and
21899            'VHOST_1024' and
21900            not 'VXLAN' and
21901            not 'IP4FWD' and
21902            not '2VM'"
21903   parameters:
21904   - "latency"
21905   - "parent"
21906   - "tags"
21907   sort:
21908   - "L2BDMACLRN"
21909   - "L2BDMACLRN"
21910   - "L2BDMACLRN"
21911   - "L2XCFWD"
21912   - "L2XCFWD"
21913   - "L2XCFWD"
21914   layout:
21915     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21916     layout: "plot-latency"
21917
21918 - type: "plot"
21919   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21920   algorithm: "plot_latency_error_bars"
21921   output-file-type: ".html"
21922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21924   filter: "'NIC_Intel-X710' and
21925            '64B' and
21926            'NDRPDR' and
21927            ('ETH' or 'DOT1Q') and
21928            'BASE' and
21929            '2T2C' and
21930            ('L2BDMACLRN' or 'L2XCFWD') and
21931            'VHOST_1024' and
21932            not 'VXLAN' and
21933            not 'IP4FWD' and
21934            not '2VM'"
21935   parameters:
21936   - "latency"
21937   - "parent"
21938   - "tags"
21939   sort:
21940   - "L2BDMACLRN"
21941   - "L2BDMACLRN"
21942   - "L2BDMACLRN"
21943   - "L2XCFWD"
21944   - "L2XCFWD"
21945   - "L2XCFWD"
21946   layout:
21947     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21948     layout: "plot-latency"
21949
21950 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21951 - type: "plot"
21952   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21953   algorithm: "plot_latency_error_bars"
21954   output-file-type: ".html"
21955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21957   filter: "'NIC_Intel-X710' and
21958            '64B' and
21959            'NDRPDR' and
21960            ('ETH' or 'DOT1Q') and
21961            '1T1C' and
21962            ('L2BDMACLRN' or 'L2XCFWD') and
21963            'VHOST_1024' and
21964            not 'CFS_OPT' and
21965            not 'VXLAN' and
21966            not 'IP4FWD' and
21967            not 'LBOND'"
21968   parameters:
21969   - "latency"
21970   - "parent"
21971   - "tags"
21972   sort:
21973   - "L2BDMACLRN"
21974   - "L2BDMACLRN"
21975   - "L2BDMACLRN"
21976   - "L2XCFWD"
21977   - "L2XCFWD"
21978   - "L2XCFWD"
21979   layout:
21980     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21981     layout: "plot-latency"
21982
21983 - type: "plot"
21984   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21985   algorithm: "plot_latency_error_bars"
21986   output-file-type: ".html"
21987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21989   filter: "'NIC_Intel-X710' and
21990            '64B' and
21991            'NDRPDR' and
21992            ('ETH' or 'DOT1Q') and
21993            '2T2C' and
21994            ('L2BDMACLRN' or 'L2XCFWD') and
21995            'VHOST_1024' and
21996            not 'CFS_OPT' and
21997            not 'VXLAN' and
21998            not 'IP4FWD' and
21999            not 'LBOND'"
22000   parameters:
22001   - "latency"
22002   - "parent"
22003   - "tags"
22004   sort:
22005   - "L2BDMACLRN"
22006   - "L2BDMACLRN"
22007   - "L2BDMACLRN"
22008   - "L2XCFWD"
22009   - "L2XCFWD"
22010   - "L2XCFWD"
22011   layout:
22012     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22013     layout: "plot-latency"
22014
22015 # Packet Latency - VPP vhost ip4 3n-skx-x710
22016 - type: "plot"
22017   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22018   algorithm: "plot_latency_error_bars"
22019   output-file-type: ".html"
22020   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22022   filter: "'NIC_Intel-X710' and
22023            '64B' and
22024            'NDRPDR' and
22025            'ETH' and
22026            'IP4FWD' and
22027            '2T1C' and
22028            'VHOST_1024' and
22029            not 'VXLAN' and
22030            not 'DOT1Q'"
22031   parameters:
22032   - "latency"
22033   - "parent"
22034   - "tags"
22035   sort:
22036   - "1VM"
22037   - "2VM"
22038   layout:
22039     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22040     layout: "plot-latency"
22041
22042 - type: "plot"
22043   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22044   algorithm: "plot_latency_error_bars"
22045   output-file-type: ".html"
22046   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22048   filter: "'NIC_Intel-X710' and
22049            '64B' and
22050            'NDRPDR' and
22051            'ETH' and
22052            'IP4FWD' and
22053            '4T2C' and
22054            'VHOST_1024' and
22055            not 'VXLAN' and
22056            not 'DOT1Q'"
22057   parameters:
22058   - "latency"
22059   - "parent"
22060   - "tags"
22061   sort:
22062   - "1VM"
22063   - "2VM"
22064   layout:
22065     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22066     layout: "plot-latency"
22067
22068 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22069 - type: "plot"
22070   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22071   algorithm: "plot_latency_error_bars"
22072   output-file-type: ".html"
22073   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22075   filter: "'NIC_Intel-X710' and
22076            '64B' and
22077            'NDRPDR' and
22078            ('ETH' or 'DOT1Q') and
22079            'BASE' and
22080            '2T1C' and
22081            ('L2BDMACLRN' or 'L2XCFWD') and
22082            'VHOST_1024' and
22083            not 'VXLAN' and
22084            not 'IP4FWD' and
22085            not '2VM'"
22086   parameters:
22087   - "latency"
22088   - "parent"
22089   - "tags"
22090   sort:
22091   - "L2BDMACLRN"
22092   - "L2BDMACLRN"
22093   - "L2BDMACLRN"
22094   - "L2XCFWD"
22095   - "L2XCFWD"
22096   - "L2XCFWD"
22097   layout:
22098     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22099     layout: "plot-latency"
22100
22101 - type: "plot"
22102   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22103   algorithm: "plot_latency_error_bars"
22104   output-file-type: ".html"
22105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22107   filter: "'NIC_Intel-X710' and
22108            '64B' and
22109            'NDRPDR' and
22110            ('ETH' or 'DOT1Q') and
22111            'BASE' and
22112            '4T2C' and
22113            ('L2BDMACLRN' or 'L2XCFWD') and
22114            'VHOST_1024' and
22115            not 'VXLAN' and
22116            not 'IP4FWD' and
22117            not '2VM'"
22118   parameters:
22119   - "latency"
22120   - "parent"
22121   - "tags"
22122   sort:
22123   - "L2BDMACLRN"
22124   - "L2BDMACLRN"
22125   - "L2BDMACLRN"
22126   - "L2XCFWD"
22127   - "L2XCFWD"
22128   - "L2XCFWD"
22129   layout:
22130     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22131     layout: "plot-latency"
22132
22133 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22134 - type: "plot"
22135   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22136   algorithm: "plot_latency_error_bars"
22137   output-file-type: ".html"
22138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22140   filter: "'NIC_Intel-X710' and
22141            '64B' and
22142            'NDRPDR' and
22143            ('ETH' or 'DOT1Q') and
22144            '2T1C' and
22145            ('L2BDMACLRN' or 'L2XCFWD') and
22146            'VHOST_1024' and
22147            not 'CFS_OPT' and
22148            not 'VXLAN' and
22149            not 'IP4FWD' and
22150            not 'LBOND'"
22151   parameters:
22152   - "latency"
22153   - "parent"
22154   - "tags"
22155   sort:
22156   - "L2BDMACLRN"
22157   - "L2BDMACLRN"
22158   - "L2BDMACLRN"
22159   - "L2XCFWD"
22160   - "L2XCFWD"
22161   - "L2XCFWD"
22162   layout:
22163     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22164     layout: "plot-latency"
22165
22166 - type: "plot"
22167   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22168   algorithm: "plot_latency_error_bars"
22169   output-file-type: ".html"
22170   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22172   filter: "'NIC_Intel-X710' and
22173            '64B' and
22174            'NDRPDR' and
22175            ('ETH' or 'DOT1Q') and
22176            '4T2C' and
22177            ('L2BDMACLRN' or 'L2XCFWD') and
22178            'VHOST_1024' and
22179            not 'CFS_OPT' and
22180            not 'VXLAN' and
22181            not 'IP4FWD' and
22182            not 'LBOND'"
22183   parameters:
22184   - "latency"
22185   - "parent"
22186   - "tags"
22187   sort:
22188   - "L2BDMACLRN"
22189   - "L2BDMACLRN"
22190   - "L2BDMACLRN"
22191   - "L2XCFWD"
22192   - "L2XCFWD"
22193   - "L2XCFWD"
22194   layout:
22195     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22196     layout: "plot-latency"
22197
22198 # Packet Latency - VPP vhost ip4 2n-skx-x710
22199 - type: "plot"
22200   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22201   algorithm: "plot_latency_error_bars"
22202   output-file-type: ".html"
22203   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22205   filter: "'NIC_Intel-X710' and
22206            '64B' and
22207            'NDRPDR' and
22208            'ETH' and
22209            'IP4FWD' and
22210            '2T1C' and
22211            'VHOST_1024' and
22212            not 'VXLAN' and
22213            not 'NF_DENSITY' and
22214            not 'CFS_OPT' and
22215            not 'DOT1Q'"
22216   parameters:
22217   - "latency"
22218   - "parent"
22219   - "tags"
22220   sort:
22221   - "1VM"
22222   - "2VM"
22223   layout:
22224     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22225     layout: "plot-latency"
22226
22227 - type: "plot"
22228   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22229   algorithm: "plot_latency_error_bars"
22230   output-file-type: ".html"
22231   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22233   filter: "'NIC_Intel-X710' and
22234            '64B' and
22235            'NDRPDR' and
22236            'ETH' and
22237            'IP4FWD' and
22238            '4T2C' and
22239            'VHOST_1024' and
22240            not 'VXLAN' and
22241            not 'NF_DENSITY' and
22242            not 'CFS_OPT' and
22243            not 'DOT1Q'"
22244   parameters:
22245   - "latency"
22246   - "parent"
22247   - "tags"
22248   sort:
22249   - "1VM"
22250   - "2VM"
22251   layout:
22252     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22253     layout: "plot-latency"
22254
22255 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22256 - type: "plot"
22257   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22258   algorithm: "plot_latency_error_bars"
22259   output-file-type: ".html"
22260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22262   filter: "'NIC_Intel-X710' and
22263            '64B' and
22264            'NDRPDR' and
22265            ('ETH' or 'DOT1Q') and
22266            'BASE' and
22267            '2T1C' and
22268            ('L2BDMACLRN' or 'L2XCFWD') and
22269            'VHOST_1024' and
22270            not 'VXLAN' and
22271            not 'NF_DENSITY' and
22272            not 'IP4FWD' and
22273            not '2VM'"
22274   parameters:
22275   - "latency"
22276   - "parent"
22277   - "tags"
22278 #  sort:
22279 #  - "not CFS_OPT"
22280 #  - "L2XCFWD"
22281 #  - "not CFS_OPT"
22282 #  - "CFS_OPT"
22283   layout:
22284     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22285     layout: "plot-latency"
22286
22287 - type: "plot"
22288   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22289   algorithm: "plot_latency_error_bars"
22290   output-file-type: ".html"
22291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22293   filter: "'NIC_Intel-X710' and
22294            '64B' and
22295            'NDRPDR' and
22296            ('ETH' or 'DOT1Q') and
22297            'BASE' and
22298            '4T2C' and
22299            ('L2BDMACLRN' or 'L2XCFWD') and
22300            'VHOST_1024' and
22301            not 'VXLAN' and
22302            not 'NF_DENSITY' and
22303            not 'IP4FWD' and
22304            not '2VM'"
22305   parameters:
22306   - "latency"
22307   - "parent"
22308   - "tags"
22309 #  sort:
22310 #  - "not CFS_OPT"
22311 #  - "L2XCFWD"
22312 #  - "not CFS_OPT"
22313 #  - "CFS_OPT"
22314   layout:
22315     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22316     layout: "plot-latency"
22317
22318 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22319 - type: "plot"
22320   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22321   algorithm: "plot_latency_error_bars"
22322   output-file-type: ".html"
22323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22325   filter: "'NIC_Intel-X710' and
22326            '64B' and
22327            'NDRPDR' and
22328            ('ETH' or 'DOT1Q') and
22329            '2T1C' and
22330            ('L2BDMACLRN' or 'L2XCFWD') and
22331            'VHOST_1024' and
22332            not 'CFS_OPT' and
22333            not 'VXLAN' and
22334            not 'NF_DENSITY' and
22335            not 'DOT1Q' and
22336            not 'IP4FWD'"
22337   parameters:
22338   - "latency"
22339   - "parent"
22340   - "tags"
22341 #  sort:
22342 #  - "1VM"
22343 #  - "L2XCFWD"
22344 #  - "1VM"
22345 #  - "L2BDMACLRN"
22346   layout:
22347     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22348     layout: "plot-latency"
22349
22350 - type: "plot"
22351   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22352   algorithm: "plot_latency_error_bars"
22353   output-file-type: ".html"
22354   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22356   filter: "'NIC_Intel-X710' and
22357            '64B' and
22358            'NDRPDR' and
22359            ('ETH' or 'DOT1Q') and
22360            '4T2C' and
22361            ('L2BDMACLRN' or 'L2XCFWD') and
22362            'VHOST_1024' and
22363            not 'CFS_OPT' and
22364            not 'VXLAN' and
22365            not 'NF_DENSITY' and
22366            not 'DOT1Q' and
22367            not 'IP4FWD'"
22368   parameters:
22369   - "latency"
22370   - "parent"
22371   - "tags"
22372 #  sort:
22373 #  - "1VM"
22374 #  - "L2XCFWD"
22375 #  - "1VM"
22376 #  - "L2BDMACLRN"
22377   layout:
22378     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22379     layout: "plot-latency"
22380
22381 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22382 - type: "plot"
22383   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22384   algorithm: "plot_latency_error_bars"
22385   output-file-type: ".html"
22386   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22388   filter: "'NIC_Intel-XXV710' and
22389            '64B' and
22390            'NDRPDR' and
22391            'ETH' and
22392            'IP4FWD' and
22393            '2T1C' and
22394            'VHOST_1024' and
22395            not 'VXLAN' and
22396            not 'CFS_OPT' and
22397            not 'DOT1Q'"
22398   parameters:
22399   - "latency"
22400   - "parent"
22401   - "tags"
22402   sort:
22403   - "not CFS_OPT"
22404   - "1VM"
22405   - "2VM"
22406   layout:
22407     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22408     layout: "plot-latency"
22409
22410 - type: "plot"
22411   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22412   algorithm: "plot_latency_error_bars"
22413   output-file-type: ".html"
22414   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22416   filter: "'NIC_Intel-XXV710' and
22417            '64B' and
22418            'NDRPDR' and
22419            'ETH' and
22420            'IP4FWD' and
22421            '4T2C' and
22422            'VHOST_1024' and
22423            not 'VXLAN' and
22424            not 'CFS_OPT' and
22425            not 'DOT1Q'"
22426   parameters:
22427   - "latency"
22428   - "parent"
22429   - "tags"
22430   sort:
22431   - "not CFS_OPT"
22432   - "1VM"
22433   - "2VM"
22434   layout:
22435     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22436     layout: "plot-latency"
22437
22438 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22439 #- type: "plot"
22440 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22441 #  algorithm: "plot_latency_error_bars"
22442 #  output-file-type: ".html"
22443 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22444 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22445 #  filter: "'NIC_Intel-XXV710' and
22446 #           '64B' and
22447 #           'NDRPDR' and
22448 #           ('ETH' or 'DOT1Q') and
22449 #           'BASE' and
22450 #           '2T1C' and
22451 #           ('L2BDMACLRN' or 'L2XCFWD') and
22452 #           'VHOST_1024' and
22453 #           not 'VXLAN' and
22454 #           not 'IP4FWD' and
22455 #           not '2VM'"
22456 #  parameters:
22457 #  - "latency"
22458 #  - "parent"
22459 #  - "tags"
22460 ##  sort:
22461 ##  - "not CFS_OPT"
22462 ##  - "L2XCFWD"
22463 ##  - "not CFS_OPT"
22464 ##  - "CFS_OPT"
22465 #  layout:
22466 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22467 #    layout: "plot-latency"
22468 #
22469 #- type: "plot"
22470 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22471 #  algorithm: "plot_latency_error_bars"
22472 #  output-file-type: ".html"
22473 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22474 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22475 #  filter: "'NIC_Intel-XXV710' and
22476 #           '64B' and
22477 #           'NDRPDR' and
22478 #           ('ETH' or 'DOT1Q') and
22479 #           'BASE' and
22480 #           '4T2C' and
22481 #           ('L2BDMACLRN' or 'L2XCFWD') and
22482 #           'VHOST_1024' and
22483 #           not 'VXLAN' and
22484 #           not 'IP4FWD' and
22485 #           not '2VM'"
22486 #  parameters:
22487 #  - "latency"
22488 #  - "parent"
22489 #  - "tags"
22490 ##  sort:
22491 ##  - "not CFS_OPT"
22492 ##  - "L2XCFWD"
22493 ##  - "not CFS_OPT"
22494 ##  - "CFS_OPT"
22495 #  layout:
22496 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22497 #    layout: "plot-latency"
22498 #
22499 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22500 #- type: "plot"
22501 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22502 #  algorithm: "plot_latency_error_bars"
22503 #  output-file-type: ".html"
22504 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22505 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22506 #  filter: "'NIC_Intel-XXV710' and
22507 #           '64B' and
22508 #           'NDRPDR' and
22509 #           ('ETH' or 'DOT1Q') and
22510 #           '2T1C' and
22511 #           ('L2BDMACLRN' or 'L2XCFWD') and
22512 #           'VHOST_1024' and
22513 #           not 'CFS_OPT' and
22514 #           not 'VXLAN' and
22515 #           not 'DOT1Q' and
22516 #           not 'IP4FWD'"
22517 #  parameters:
22518 #  - "latency"
22519 #  - "parent"
22520 #  - "tags"
22521 ##  sort:
22522 ##  - "1VM"
22523 ##  - "L2XCFWD"
22524 ##  - "1VM"
22525 ##  - "L2BDMACLRN"
22526 #  layout:
22527 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22528 #    layout: "plot-latency"
22529 #
22530 #- type: "plot"
22531 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22532 #  algorithm: "plot_latency_error_bars"
22533 #  output-file-type: ".html"
22534 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22535 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22536 #  filter: "'NIC_Intel-XXV710' and
22537 #           '64B' and
22538 #           'NDRPDR' and
22539 #           ('ETH' or 'DOT1Q') and
22540 #           '4T2C' and
22541 #           ('L2BDMACLRN' or 'L2XCFWD') and
22542 #           'VHOST_1024' and
22543 #           not 'CFS_OPT' and
22544 #           not 'VXLAN' and
22545 #           not 'DOT1Q' and
22546 #           not 'IP4FWD'"
22547 #  parameters:
22548 #  - "latency"
22549 #  - "parent"
22550 #  - "tags"
22551 ##  sort:
22552 ##  - "1VM"
22553 ##  - "L2XCFWD"
22554 ##  - "1VM"
22555 ##  - "L2BDMACLRN"
22556 #  layout:
22557 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22558 #    layout: "plot-latency"
22559
22560 ################################################################################
22561
22562 # Packet Latency - VPP VTS 3n-hsw-x520
22563 - type: "plot"
22564   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22565   algorithm: "plot_latency_error_bars"
22566   output-file-type: ".html"
22567   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22569   filter: "'NIC_Intel-X520-DA2' and
22570            '114B' and
22571            'NDRPDR' and
22572            '1T1C' and
22573            'VTS'"
22574   parameters:
22575   - "latency"
22576   - "parent"
22577   - "tags"
22578   layout:
22579     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22580     layout: "plot-latency"
22581
22582 - type: "plot"
22583   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22584   algorithm: "plot_latency_error_bars"
22585   output-file-type: ".html"
22586   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22588   filter: "'NIC_Intel-X520-DA2' and
22589            '114B' and
22590            'NDRPDR' and
22591            '2T2C' and
22592            'VTS'"
22593   parameters:
22594   - "latency"
22595   - "parent"
22596   - "tags"
22597   layout:
22598     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22599     layout: "plot-latency"
22600
22601 ################################################################################
22602
22603 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22604 - type: "plot"
22605   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22606   algorithm: "plot_latency_error_bars"
22607   output-file-type: ".html"
22608   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22609   data: "plot-dpdk-throughput-latency-3n-hsw"
22610   filter: "'NIC_Intel-X520-DA2' and
22611            '64B' and
22612            'BASE' and
22613            'NDRPDR' and
22614            '1T1C' and
22615            'IP4FWD'"
22616   parameters:
22617   - "latency"
22618   - "parent"
22619   - "tags"
22620   layout:
22621     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22622     layout: "plot-latency"
22623
22624 - type: "plot"
22625   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22626   algorithm: "plot_latency_error_bars"
22627   output-file-type: ".html"
22628   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22629   data: "plot-dpdk-throughput-latency-3n-hsw"
22630   filter: "'NIC_Intel-X520-DA2' and
22631            '64B' and
22632            'BASE' and
22633            'NDRPDR' and
22634            '2T2C' and
22635            'IP4FWD'"
22636   parameters:
22637   - "latency"
22638   - "parent"
22639   - "tags"
22640   layout:
22641     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22642     layout: "plot-latency"
22643
22644 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22645 - type: "plot"
22646   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22647   algorithm: "plot_latency_error_bars"
22648   output-file-type: ".html"
22649   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22650   data: "plot-dpdk-throughput-latency-3n-hsw"
22651   filter: "'NIC_Intel-X710' and
22652            '64B' and
22653            'BASE' and
22654            'NDRPDR' and
22655            '1T1C' and
22656            'IP4FWD'"
22657   parameters:
22658   - "latency"
22659   - "parent"
22660   - "tags"
22661   layout:
22662     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22663     layout: "plot-latency"
22664
22665 - type: "plot"
22666   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22667   algorithm: "plot_latency_error_bars"
22668   output-file-type: ".html"
22669   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22670   data: "plot-dpdk-throughput-latency-3n-hsw"
22671   filter: "'NIC_Intel-X710' and
22672            '64B' and
22673            'BASE' and
22674            'NDRPDR' and
22675            '2T2C' and
22676            'IP4FWD'"
22677   parameters:
22678   - "latency"
22679   - "parent"
22680   - "tags"
22681   layout:
22682     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22683     layout: "plot-latency"
22684
22685 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22686 - type: "plot"
22687   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22688   algorithm: "plot_latency_error_bars"
22689   output-file-type: ".html"
22690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22691   data: "plot-dpdk-throughput-latency-3n-hsw"
22692   filter: "'NIC_Intel-XL710' and
22693            '64B' and
22694            'BASE' and
22695            'NDRPDR' and
22696            '1T1C' and
22697            'IP4FWD'"
22698   parameters:
22699   - "latency"
22700   - "parent"
22701   - "tags"
22702   layout:
22703     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22704     layout: "plot-latency"
22705
22706 - type: "plot"
22707   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22708   algorithm: "plot_latency_error_bars"
22709   output-file-type: ".html"
22710   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22711   data: "plot-dpdk-throughput-latency-3n-hsw"
22712   filter: "'NIC_Intel-XL710' and
22713            '64B' and
22714            'BASE' and
22715            'NDRPDR' and
22716            '2T2C' and
22717            'IP4FWD'"
22718   parameters:
22719   - "latency"
22720   - "parent"
22721   - "tags"
22722   layout:
22723     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22724     layout: "plot-latency"
22725
22726 # Packet Latency - DPDK l3fwd 3n-skx-x710
22727 - type: "plot"
22728   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22729   algorithm: "plot_latency_error_bars"
22730   output-file-type: ".html"
22731   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22732   data: "plot-dpdk-throughput-latency-3n-skx"
22733   filter: "'NIC_Intel-X710' and
22734            '64B' and
22735            'BASE' and
22736            'NDRPDR' and
22737            '2T1C' and
22738            'IP4FWD'"
22739   parameters:
22740   - "latency"
22741   - "parent"
22742   - "tags"
22743   layout:
22744     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22745     layout: "plot-latency"
22746
22747 - type: "plot"
22748   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22749   algorithm: "plot_latency_error_bars"
22750   output-file-type: ".html"
22751   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22752   data: "plot-dpdk-throughput-latency-3n-skx"
22753   filter: "'NIC_Intel-X710' and
22754            '64B' and
22755            'BASE' and
22756            'NDRPDR' and
22757            '4T2C' and
22758            'IP4FWD'"
22759   parameters:
22760   - "latency"
22761   - "parent"
22762   - "tags"
22763   layout:
22764     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22765     layout: "plot-latency"
22766
22767 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22768 - type: "plot"
22769   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22770   algorithm: "plot_latency_error_bars"
22771   output-file-type: ".html"
22772   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22773   data: "plot-dpdk-throughput-latency-3n-skx"
22774   filter: "'NIC_Intel-XXV710' and
22775            '64B' and
22776            'BASE' and
22777            'NDRPDR' and
22778            '2T1C' and
22779            'IP4FWD'"
22780   parameters:
22781   - "latency"
22782   - "parent"
22783   - "tags"
22784   layout:
22785     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22786     layout: "plot-latency"
22787
22788 - type: "plot"
22789   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22790   algorithm: "plot_latency_error_bars"
22791   output-file-type: ".html"
22792   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22793   data: "plot-dpdk-throughput-latency-3n-skx"
22794   filter: "'NIC_Intel-XXV710' and
22795            '64B' and
22796            'BASE' and
22797            'NDRPDR' and
22798            '4T2C' and
22799            'IP4FWD'"
22800   parameters:
22801   - "latency"
22802   - "parent"
22803   - "tags"
22804   layout:
22805     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22806     layout: "plot-latency"
22807
22808 # Packet Latency - DPDK l3fwd 2n-skx-x710
22809 - type: "plot"
22810   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22811   algorithm: "plot_latency_error_bars"
22812   output-file-type: ".html"
22813   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22814   data: "plot-dpdk-throughput-latency-2n-skx"
22815   filter: "'NIC_Intel-X710' and
22816            '64B' and
22817            'BASE' and
22818            'NDRPDR' and
22819            '2T1C' and
22820            'IP4FWD'"
22821   parameters:
22822   - "latency"
22823   - "parent"
22824   - "tags"
22825   layout:
22826     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22827     layout: "plot-latency"
22828
22829 - type: "plot"
22830   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22831   algorithm: "plot_latency_error_bars"
22832   output-file-type: ".html"
22833   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22834   data: "plot-dpdk-throughput-latency-2n-skx"
22835   filter: "'NIC_Intel-X710' and
22836            '64B' and
22837            'BASE' and
22838            'NDRPDR' and
22839            '4T2C' and
22840            'IP4FWD'"
22841   parameters:
22842   - "latency"
22843   - "parent"
22844   - "tags"
22845   layout:
22846     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22847     layout: "plot-latency"
22848
22849 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22850 - type: "plot"
22851   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22852   algorithm: "plot_latency_error_bars"
22853   output-file-type: ".html"
22854   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22855   data: "plot-dpdk-throughput-latency-2n-skx"
22856   filter: "'NIC_Intel-XXV710' and
22857            '64B' and
22858            'BASE' and
22859            'NDRPDR' and
22860            '2T1C' and
22861            'IP4FWD'"
22862   parameters:
22863   - "latency"
22864   - "parent"
22865   - "tags"
22866   layout:
22867     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22868     layout: "plot-latency"
22869
22870 - type: "plot"
22871   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22872   algorithm: "plot_latency_error_bars"
22873   output-file-type: ".html"
22874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22875   data: "plot-dpdk-throughput-latency-2n-skx"
22876   filter: "'NIC_Intel-XXV710' and
22877            '64B' and
22878            'BASE' and
22879            'NDRPDR' and
22880            '4T2C' and
22881            'IP4FWD'"
22882   parameters:
22883   - "latency"
22884   - "parent"
22885   - "tags"
22886   layout:
22887     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22888     layout: "plot-latency"
22889
22890 ################################################################################
22891
22892 # Packet Latency - DPDK testpmd 3n-hsw-x520
22893 - type: "plot"
22894   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22895   algorithm: "plot_latency_error_bars"
22896   output-file-type: ".html"
22897   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22898   data: "plot-dpdk-throughput-latency-3n-hsw"
22899   filter: "'NIC_Intel-X520-DA2' and
22900            '64B' and
22901            'BASE' and
22902            'NDRPDR' and
22903            '1T1C' and
22904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22905   parameters:
22906   - "latency"
22907   - "parent"
22908   - "tags"
22909   layout:
22910     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22911     layout: "plot-latency"
22912
22913 - type: "plot"
22914   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22915   algorithm: "plot_latency_error_bars"
22916   output-file-type: ".html"
22917   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22918   data: "plot-dpdk-throughput-latency-3n-hsw"
22919   filter: "'NIC_Intel-X520-DA2' and
22920            '64B' and
22921            'BASE' and
22922            'NDRPDR' and
22923            '2T2C' and
22924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22925   parameters:
22926   - "latency"
22927   - "parent"
22928   - "tags"
22929   layout:
22930     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22931     layout: "plot-latency"
22932
22933 # Packet Latency - DPDK testpmd 3n-hsw-x710
22934 - type: "plot"
22935   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22936   algorithm: "plot_latency_error_bars"
22937   output-file-type: ".html"
22938   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22939   data: "plot-dpdk-throughput-latency-3n-hsw"
22940   filter: "'NIC_Intel-X710' and
22941            '64B' and
22942            'BASE' and
22943            'NDRPDR' and
22944            '1T1C' and
22945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22946   parameters:
22947   - "latency"
22948   - "parent"
22949   - "tags"
22950   layout:
22951     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22952     layout: "plot-latency"
22953
22954 - type: "plot"
22955   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22956   algorithm: "plot_latency_error_bars"
22957   output-file-type: ".html"
22958   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22959   data: "plot-dpdk-throughput-latency-3n-hsw"
22960   filter: "'NIC_Intel-X710' and
22961            '64B' and
22962            'BASE' and
22963            'NDRPDR' and
22964            '2T2C' and
22965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22966   parameters:
22967   - "latency"
22968   - "parent"
22969   - "tags"
22970   layout:
22971     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22972     layout: "plot-latency"
22973
22974 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22975 - type: "plot"
22976   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22977   algorithm: "plot_latency_error_bars"
22978   output-file-type: ".html"
22979   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22980   data: "plot-dpdk-throughput-latency-3n-hsw"
22981   filter: "'NIC_Intel-XL710' and
22982            '64B' and
22983            'BASE' and
22984            'NDRPDR' and
22985            '1T1C' and
22986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22987   parameters:
22988   - "latency"
22989   - "parent"
22990   - "tags"
22991   layout:
22992     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22993     layout: "plot-latency"
22994
22995 - type: "plot"
22996   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22997   algorithm: "plot_latency_error_bars"
22998   output-file-type: ".html"
22999   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23000   data: "plot-dpdk-throughput-latency-3n-hsw"
23001   filter: "'NIC_Intel-XL710' and
23002            '64B' and
23003            'BASE' and
23004            'NDRPDR' and
23005            '2T2C' and
23006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23007   parameters:
23008   - "latency"
23009   - "parent"
23010   - "tags"
23011   layout:
23012     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23013     layout: "plot-latency"
23014
23015 # Packet Latency - DPDK testpmd 3n-skx-x710
23016 - type: "plot"
23017   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23018   algorithm: "plot_latency_error_bars"
23019   output-file-type: ".html"
23020   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23021   data: "plot-dpdk-throughput-latency-3n-skx"
23022   filter: "'NIC_Intel-X710' and
23023            '64B' and
23024            'BASE' and
23025            'NDRPDR' and
23026            '2T1C' and
23027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23028   parameters:
23029   - "latency"
23030   - "parent"
23031   - "tags"
23032   layout:
23033     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23034     layout: "plot-latency"
23035
23036 - type: "plot"
23037   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23038   algorithm: "plot_latency_error_bars"
23039   output-file-type: ".html"
23040   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23041   data: "plot-dpdk-throughput-latency-3n-skx"
23042   filter: "'NIC_Intel-X710' and
23043            '64B' and
23044            'BASE' and
23045            'NDRPDR' and
23046            '4T2C' and
23047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23048   parameters:
23049   - "latency"
23050   - "parent"
23051   - "tags"
23052   layout:
23053     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23054     layout: "plot-latency"
23055
23056 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23057 - type: "plot"
23058   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23059   algorithm: "plot_latency_error_bars"
23060   output-file-type: ".html"
23061   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23062   data: "plot-dpdk-throughput-latency-3n-skx"
23063   filter: "'NIC_Intel-XXV710' and
23064            '64B' and
23065            'BASE' and
23066            'NDRPDR' and
23067            '2T1C' and
23068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23069   parameters:
23070   - "latency"
23071   - "parent"
23072   - "tags"
23073   layout:
23074     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23075     layout: "plot-latency"
23076
23077 - type: "plot"
23078   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23079   algorithm: "plot_latency_error_bars"
23080   output-file-type: ".html"
23081   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23082   data: "plot-dpdk-throughput-latency-3n-skx"
23083   filter: "'NIC_Intel-XXV710' and
23084            '64B' and
23085            'BASE' and
23086            'NDRPDR' and
23087            '4T2C' and
23088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23089   parameters:
23090   - "latency"
23091   - "parent"
23092   - "tags"
23093   layout:
23094     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23095     layout: "plot-latency"
23096
23097 # Packet Latency - DPDK testpmd 2n-skx-x710
23098 - type: "plot"
23099   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23100   algorithm: "plot_latency_error_bars"
23101   output-file-type: ".html"
23102   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23103   data: "plot-dpdk-throughput-latency-2n-skx"
23104   filter: "'NIC_Intel-X710' and
23105            '64B' and
23106            'BASE' and
23107            'NDRPDR' and
23108            '2T1C' and
23109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23110   parameters:
23111   - "latency"
23112   - "parent"
23113   - "tags"
23114   layout:
23115     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23116     layout: "plot-latency"
23117
23118 - type: "plot"
23119   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23120   algorithm: "plot_latency_error_bars"
23121   output-file-type: ".html"
23122   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23123   data: "plot-dpdk-throughput-latency-2n-skx"
23124   filter: "'NIC_Intel-X710' and
23125            '64B' and
23126            'BASE' and
23127            'NDRPDR' and
23128            '4T2C' and
23129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23130   parameters:
23131   - "latency"
23132   - "parent"
23133   - "tags"
23134   layout:
23135     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23136     layout: "plot-latency"
23137
23138 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23139 - type: "plot"
23140   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23141   algorithm: "plot_latency_error_bars"
23142   output-file-type: ".html"
23143   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23144   data: "plot-dpdk-throughput-latency-2n-skx"
23145   filter: "'NIC_Intel-XXV710' and
23146            '64B' and
23147            'BASE' and
23148            'NDRPDR' and
23149            '2T1C' and
23150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23151   parameters:
23152   - "latency"
23153   - "parent"
23154   - "tags"
23155   layout:
23156     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23157     layout: "plot-latency"
23158
23159 - type: "plot"
23160   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23161   algorithm: "plot_latency_error_bars"
23162   output-file-type: ".html"
23163   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23164   data: "plot-dpdk-throughput-latency-2n-skx"
23165   filter: "'NIC_Intel-XXV710' and
23166            '64B' and
23167            'BASE' and
23168            'NDRPDR' and
23169            '4T2C' and
23170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23171   parameters:
23172   - "latency"
23173   - "parent"
23174   - "tags"
23175   layout:
23176     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23177     layout: "plot-latency"
23178
23179 ################################################################################
23180
23181 # Speedup - VPP Container Memif 3n-hsw-x520
23182 - type: "plot"
23183   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23184   algorithm: "plot_throughput_speedup_analysis"
23185   output-file-type: ".html"
23186   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23188   filter: "'NIC_Intel-X520-DA2' and
23189            '64B' and
23190            ('BASE' or 'SCALE') and
23191            'NDRPDR' and
23192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23193            not 'VHOST' and
23194            'MEMIF'"
23195   parameters:
23196   - "throughput"
23197   - "parent"
23198   - "tags"
23199   sort:
23200   - "L2XCFWD"
23201   - "L2XCFWD"
23202   - "L2XCFWD"
23203   - "L2BDMACLRN"
23204   - "L2BDMACLRN"
23205   - "L2BDMACLRN"
23206   - "IP4FWD"
23207   layout:
23208     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23209     layout: "plot-throughput-speedup-analysis"
23210
23211 - type: "plot"
23212   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23213   algorithm: "plot_throughput_speedup_analysis"
23214   output-file-type: ".html"
23215   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23217   filter: "'NIC_Intel-X520-DA2' and
23218            '64B' and
23219            ('BASE' or 'SCALE') and
23220            'NDRPDR' and
23221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23222            not 'VHOST' and
23223            'MEMIF'"
23224   parameters:
23225   - "throughput"
23226   - "parent"
23227   - "tags"
23228   sort:
23229   - "L2XCFWD"
23230   - "L2XCFWD"
23231   - "L2XCFWD"
23232   - "L2BDMACLRN"
23233   - "L2BDMACLRN"
23234   - "L2BDMACLRN"
23235   - "IP4FWD"
23236   layout:
23237     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23238     layout: "plot-throughput-speedup-analysis"
23239
23240 # Speedup - VPP Container Memif 3n-hsw-x710
23241 - type: "plot"
23242   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23243   algorithm: "plot_throughput_speedup_analysis"
23244   output-file-type: ".html"
23245   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23247   filter: "'NIC_Intel-X710' and
23248            '64B' and
23249            ('BASE' or 'SCALE') and
23250            'NDRPDR' and
23251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23252            not 'VHOST' and
23253            'MEMIF'"
23254   parameters:
23255   - "throughput"
23256   - "parent"
23257   - "tags"
23258   sort:
23259   - "L2XCFWD"
23260   - "L2XCFWD"
23261   - "L2XCFWD"
23262   - "L2BDMACLRN"
23263   - "L2BDMACLRN"
23264   - "L2BDMACLRN"
23265   - "IP4FWD"
23266   layout:
23267     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23268     layout: "plot-throughput-speedup-analysis"
23269
23270 - type: "plot"
23271   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23272   algorithm: "plot_throughput_speedup_analysis"
23273   output-file-type: ".html"
23274   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23276   filter: "'NIC_Intel-X710' and
23277            '64B' and
23278            ('BASE' or 'SCALE') and
23279            'NDRPDR' and
23280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23281            not 'VHOST' and
23282            'MEMIF'"
23283   parameters:
23284   - "throughput"
23285   - "parent"
23286   - "tags"
23287   sort:
23288   - "L2XCFWD"
23289   - "L2XCFWD"
23290   - "L2XCFWD"
23291   - "L2BDMACLRN"
23292   - "L2BDMACLRN"
23293   - "L2BDMACLRN"
23294   - "IP4FWD"
23295   layout:
23296     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23297     layout: "plot-throughput-speedup-analysis"
23298
23299 # Speedup - VPP Container Memif 3n-hsw-xl710
23300 - type: "plot"
23301   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23302   algorithm: "plot_throughput_speedup_analysis"
23303   output-file-type: ".html"
23304   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23306   filter: "'NIC_Intel-XL710' and
23307            '64B' and
23308            ('BASE' or 'SCALE') and
23309            'NDRPDR' and
23310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23311            not 'VHOST' and
23312            'MEMIF'"
23313   parameters:
23314   - "throughput"
23315   - "parent"
23316   - "tags"
23317   sort:
23318   - "L2XCFWD"
23319   - "L2XCFWD"
23320   - "L2XCFWD"
23321   - "L2BDMACLRN"
23322   - "L2BDMACLRN"
23323   - "L2BDMACLRN"
23324   - "IP4FWD"
23325   layout:
23326     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23327     layout: "plot-throughput-speedup-analysis"
23328
23329 - type: "plot"
23330   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23331   algorithm: "plot_throughput_speedup_analysis"
23332   output-file-type: ".html"
23333   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23335   filter: "'NIC_Intel-XL710' and
23336            '64B' and
23337            ('BASE' or 'SCALE') and
23338            'NDRPDR' and
23339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23340            not 'VHOST' and
23341            'MEMIF'"
23342   parameters:
23343   - "throughput"
23344   - "parent"
23345   - "tags"
23346   sort:
23347   - "L2XCFWD"
23348   - "L2XCFWD"
23349   - "L2XCFWD"
23350   - "L2BDMACLRN"
23351   - "L2BDMACLRN"
23352   - "L2BDMACLRN"
23353   - "IP4FWD"
23354   layout:
23355     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23356     layout: "plot-throughput-speedup-analysis"
23357
23358 # Speedup - VPP Container Memif 3n-skx-x710
23359 - type: "plot"
23360   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23361   algorithm: "plot_throughput_speedup_analysis"
23362   output-file-type: ".html"
23363   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23365   filter: "'NIC_Intel-X710' and
23366            '64B' and
23367            ('BASE' or 'SCALE') and
23368            'NDRPDR' and
23369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23370            not 'VHOST' and
23371            'MEMIF'"
23372   parameters:
23373   - "throughput"
23374   - "parent"
23375   - "tags"
23376   sort:
23377   - "L2XCFWD"
23378   - "L2XCFWD"
23379   - "L2XCFWD"
23380   - "L2BDMACLRN"
23381   - "L2BDMACLRN"
23382   - "L2BDMACLRN"
23383   - "IP4FWD"
23384   layout:
23385     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23386     layout: "plot-throughput-speedup-analysis"
23387
23388 - type: "plot"
23389   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23390   algorithm: "plot_throughput_speedup_analysis"
23391   output-file-type: ".html"
23392   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23394   filter: "'NIC_Intel-X710' and
23395            '64B' and
23396            ('BASE' or 'SCALE') and
23397            'NDRPDR' and
23398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23399            not 'VHOST' and
23400            'MEMIF'"
23401   parameters:
23402   - "throughput"
23403   - "parent"
23404   - "tags"
23405   sort:
23406   - "L2XCFWD"
23407   - "L2XCFWD"
23408   - "L2XCFWD"
23409   - "L2BDMACLRN"
23410   - "L2BDMACLRN"
23411   - "L2BDMACLRN"
23412   - "IP4FWD"
23413   layout:
23414     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23415     layout: "plot-throughput-speedup-analysis"
23416
23417 # Speedup - VPP Container Memif 2n-skx-x710
23418 - type: "plot"
23419   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23420   algorithm: "plot_throughput_speedup_analysis"
23421   output-file-type: ".html"
23422   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23424   filter: "'NIC_Intel-X710' and
23425            '64B' and
23426            ('BASE' or 'SCALE') and
23427            'NDRPDR' and
23428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23429            not 'VHOST' and
23430            not 'NF_DENSITY' and
23431            'MEMIF'"
23432   parameters:
23433   - "throughput"
23434   - "parent"
23435   - "tags"
23436   sort:
23437   - "L2XCFWD"
23438   - "L2XCFWD"
23439   - "L2XCFWD"
23440   - "L2BDMACLRN"
23441   - "L2BDMACLRN"
23442   - "L2BDMACLRN"
23443   - "IP4FWD"
23444   layout:
23445     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23446     layout: "plot-throughput-speedup-analysis"
23447
23448 - type: "plot"
23449   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23450   algorithm: "plot_throughput_speedup_analysis"
23451   output-file-type: ".html"
23452   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23454   filter: "'NIC_Intel-X710' and
23455            '64B' and
23456            ('BASE' or 'SCALE') and
23457            'NDRPDR' and
23458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23459            not 'VHOST' and
23460            not 'NF_DENSITY' and
23461            'MEMIF'"
23462   parameters:
23463   - "throughput"
23464   - "parent"
23465   - "tags"
23466   sort:
23467   - "L2XCFWD"
23468   - "L2XCFWD"
23469   - "L2XCFWD"
23470   - "L2BDMACLRN"
23471   - "L2BDMACLRN"
23472   - "L2BDMACLRN"
23473   - "IP4FWD"
23474   layout:
23475     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23476     layout: "plot-throughput-speedup-analysis"
23477
23478 ## Speedup - VPP Container Memif 2n-skx-xxv710
23479 #- type: "plot"
23480 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23481 #  algorithm: "plot_throughput_speedup_analysis"
23482 #  output-file-type: ".html"
23483 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23484 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23485 #  filter: "'NIC_Intel-XXV710' and
23486 #           '64B' and
23487 #           ('BASE' or 'SCALE') and
23488 #           'NDRPDR' and
23489 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23490 #           not 'VHOST' and
23491 #           'MEMIF'"
23492 #  parameters:
23493 #  - "throughput"
23494 #  - "parent"
23495 #  - "tags"
23496 #  sort:
23497 #  - "L2XCFWD"
23498 #  - "L2XCFWD"
23499 #  - "L2XCFWD"
23500 #  - "L2BDMACLRN"
23501 #  - "L2BDMACLRN"
23502 #  - "L2BDMACLRN"
23503 #  - "IP4FWD"
23504 #  layout:
23505 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23506 #    layout: "plot-throughput-speedup-analysis"
23507 #
23508 #- type: "plot"
23509 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23510 #  algorithm: "plot_throughput_speedup_analysis"
23511 #  output-file-type: ".html"
23512 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23513 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23514 #  filter: "'NIC_Intel-XXV710' and
23515 #           '64B' and
23516 #           ('BASE' or 'SCALE') and
23517 #           'NDRPDR' and
23518 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23519 #           not 'VHOST' and
23520 #           'MEMIF'"
23521 #  parameters:
23522 #  - "throughput"
23523 #  - "parent"
23524 #  - "tags"
23525 #  sort:
23526 #  - "L2XCFWD"
23527 #  - "L2XCFWD"
23528 #  - "L2XCFWD"
23529 #  - "L2BDMACLRN"
23530 #  - "L2BDMACLRN"
23531 #  - "L2BDMACLRN"
23532 #  - "IP4FWD"
23533 #  layout:
23534 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23535 #    layout: "plot-throughput-speedup-analysis"
23536
23537 ################################################################################
23538
23539 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23540 #- type: "plot"
23541 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23542 #  algorithm: "plot_throughput_speedup_analysis"
23543 #  output-file-type: ".html"
23544 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23545 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23546 #  filter: "'NIC_Intel-X520-DA2' and
23547 #           '64B' and
23548 #           ('BASE' or 'SCALE') and
23549 #           'NDRPDR' and
23550 #           'L2XCFWD' and
23551 #           not 'VHOST' and
23552 #           not 'NF_DENSITY' and
23553 #           'MEMIF'"
23554 #  parameters:
23555 #  - "throughput"
23556 #  - "parent"
23557 #  - "tags"
23558 #  sort:
23559 #  - "1VNF"
23560 #  - "2VNF"
23561 #  - "4VNF"
23562 #  - "2VNF"
23563 #  - "4VNF"
23564 #  layout:
23565 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23566 #    layout: "plot-throughput-speedup-analysis"
23567 #
23568 #- type: "plot"
23569 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23570 #  algorithm: "plot_throughput_speedup_analysis"
23571 #  output-file-type: ".html"
23572 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23573 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23574 #  filter: "'NIC_Intel-X520-DA2' and
23575 #           '64B' and
23576 #           ('BASE' or 'SCALE') and
23577 #           'NDRPDR' and
23578 #           'L2XCFWD' and
23579 #           not 'VHOST' and
23580 #           not 'NF_DENSITY' and
23581 #           'MEMIF'"
23582 #  parameters:
23583 #  - "throughput"
23584 #  - "parent"
23585 #  - "tags"
23586 #  sort:
23587 #  - "1VNF"
23588 #  - "2VNF"
23589 #  - "4VNF"
23590 #  - "2VNF"
23591 #  - "4VNF"
23592 #  layout:
23593 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23594 #    layout: "plot-throughput-speedup-analysis"
23595 #
23596 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23597 #- type: "plot"
23598 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23599 #  algorithm: "plot_throughput_speedup_analysis"
23600 #  output-file-type: ".html"
23601 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23602 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23603 #  filter: "'NIC_Intel-X520-DA2' and
23604 #           '64B' and
23605 #           ('BASE' or 'SCALE') and
23606 #           'NDRPDR' and
23607 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23608 #           not 'VHOST' and
23609 #           not 'NF_DENSITY' and
23610 #           'MEMIF'"
23611 #  parameters:
23612 #  - "throughput"
23613 #  - "parent"
23614 #  - "tags"
23615 #  sort:
23616 #  - "1VNF"
23617 #  - "2VNF"
23618 #  - "4VNF"
23619 #  - "2VNF"
23620 #  - "4VNF"
23621 #  layout:
23622 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23623 #    layout: "plot-throughput-speedup-analysis"
23624 #
23625 #- type: "plot"
23626 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23627 #  algorithm: "plot_throughput_speedup_analysis"
23628 #  output-file-type: ".html"
23629 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23630 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23631 #  filter: "'NIC_Intel-X520-DA2' and
23632 #           '64B' and
23633 #           ('BASE' or 'SCALE') and
23634 #           'NDRPDR' and
23635 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23636 #           not 'VHOST' and
23637 #           not 'NF_DENSITY' and
23638 #           'MEMIF'"
23639 #  parameters:
23640 #  - "throughput"
23641 #  - "parent"
23642 #  - "tags"
23643 #  sort:
23644 #  - "1VNF"
23645 #  - "2VNF"
23646 #  - "4VNF"
23647 #  - "2VNF"
23648 #  - "4VNF"
23649 #  layout:
23650 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23651 #    layout: "plot-throughput-speedup-analysis"
23652 #
23653 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23654 #- type: "plot"
23655 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23656 #  algorithm: "plot_throughput_speedup_analysis"
23657 #  output-file-type: ".html"
23658 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23659 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23660 #  filter: "'NIC_Intel-X710' and
23661 #           '64B' and
23662 #           ('BASE' or 'SCALE') and
23663 #           'NDRPDR' and
23664 #           'L2XCFWD' and
23665 #           not 'VHOST' and
23666 #           not 'NF_DENSITY' and
23667 #           'MEMIF'"
23668 #  parameters:
23669 #  - "throughput"
23670 #  - "parent"
23671 #  - "tags"
23672 #  sort:
23673 #  - "1VNF"
23674 #  - "2VNF"
23675 #  - "4VNF"
23676 #  - "2VNF"
23677 #  - "4VNF"
23678 #  layout:
23679 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23680 #    layout: "plot-throughput-speedup-analysis"
23681 #
23682 #- type: "plot"
23683 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23684 #  algorithm: "plot_throughput_speedup_analysis"
23685 #  output-file-type: ".html"
23686 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23687 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23688 #  filter: "'NIC_Intel-X710' and
23689 #           '64B' and
23690 #           ('BASE' or 'SCALE') and
23691 #           'NDRPDR' and
23692 #           'L2XCFWD' and
23693 #           not 'VHOST' and
23694 #           not 'NF_DENSITY' and
23695 #           'MEMIF'"
23696 #  parameters:
23697 #  - "throughput"
23698 #  - "parent"
23699 #  - "tags"
23700 #  sort:
23701 #  - "1VNF"
23702 #  - "2VNF"
23703 #  - "4VNF"
23704 #  - "2VNF"
23705 #  - "4VNF"
23706 #  layout:
23707 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23708 #    layout: "plot-throughput-speedup-analysis"
23709 #
23710 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23711 #- type: "plot"
23712 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23713 #  algorithm: "plot_throughput_speedup_analysis"
23714 #  output-file-type: ".html"
23715 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23716 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23717 #  filter: "'NIC_Intel-X710' and
23718 #           '64B' and
23719 #           ('BASE' or 'SCALE') and
23720 #           'NDRPDR' and
23721 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23722 #           not 'VHOST' and
23723 #           not 'NF_DENSITY' and
23724 #           'MEMIF'"
23725 #  parameters:
23726 #  - "throughput"
23727 #  - "parent"
23728 #  - "tags"
23729 #  sort:
23730 #  - "1VNF"
23731 #  - "2VNF"
23732 #  - "4VNF"
23733 #  - "2VNF"
23734 #  - "4VNF"
23735 #  layout:
23736 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23737 #    layout: "plot-throughput-speedup-analysis"
23738 #
23739 #- type: "plot"
23740 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23741 #  algorithm: "plot_throughput_speedup_analysis"
23742 #  output-file-type: ".html"
23743 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23744 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23745 #  filter: "'NIC_Intel-X710' and
23746 #           '64B' and
23747 #           ('BASE' or 'SCALE') and
23748 #           'NDRPDR' and
23749 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23750 #           not 'VHOST' and
23751 #           not 'NF_DENSITY' and
23752 #           'MEMIF'"
23753 #  parameters:
23754 #  - "throughput"
23755 #  - "parent"
23756 #  - "tags"
23757 #  sort:
23758 #  - "1VNF"
23759 #  - "2VNF"
23760 #  - "4VNF"
23761 #  - "2VNF"
23762 #  - "4VNF"
23763 #  layout:
23764 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23765 #    layout: "plot-throughput-speedup-analysis"
23766
23767 ################################################################################
23768
23769 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23770 - type: "plot"
23771   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23772   algorithm: "plot_throughput_speedup_analysis"
23773   output-file-type: ".html"
23774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23776   filter: "'NIC_Intel-X520-DA2' and
23777            '64B' and
23778            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23779            'NDRPDR' and
23780            'IP4FWD' and
23781            not 'IPSEC' and
23782            not 'DOT1Q' and
23783            not 'VHOST'"
23784   parameters:
23785   - "throughput"
23786   - "parent"
23787   - "tags"
23788   sort:
23789   - "DOT1Q"
23790   - "IP4BASE"
23791   - "FIB_20K"
23792   - "FIB_200K"
23793   - "FIB_2M"
23794   layout:
23795     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23796     layout: "plot-throughput-speedup-analysis"
23797
23798 - type: "plot"
23799   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23800   algorithm: "plot_throughput_speedup_analysis"
23801   output-file-type: ".html"
23802   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23804   filter: "'NIC_Intel-X520-DA2' and
23805            '64B' and
23806            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23807            'NDRPDR' and
23808            'IP4FWD' and
23809            not 'IPSEC' and
23810            not 'DOT1Q' and
23811            not 'VHOST'"
23812   parameters:
23813   - "throughput"
23814   - "parent"
23815   - "tags"
23816   sort:
23817   - "DOT1Q"
23818   - "IP4BASE"
23819   - "FIB_20K"
23820   - "FIB_200K"
23821   - "FIB_2M"
23822   layout:
23823     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23824     layout: "plot-throughput-speedup-analysis"
23825
23826 # Speedup - VPP IPv4 3n-hsw-x520 features
23827 - type: "plot"
23828   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23829   algorithm: "plot_throughput_speedup_analysis"
23830   output-file-type: ".html"
23831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23833   filter: "'NIC_Intel-X520-DA2' and
23834            '64B' and
23835            ('IP4BASE' or
23836             'POLICE_MARK' or
23837             'COPWHLIST' or
23838             ('NAT44' and 'BASE') or
23839             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23840            'NDRPDR' and
23841            'IP4FWD' and
23842            not 'IPSEC' and
23843            not 'VHOST'"
23844   parameters:
23845   - "throughput"
23846   - "parent"
23847   - "tags"
23848   sort:
23849   - "DOT1Q"
23850   - "IP4BASE"
23851   - "NAT44"
23852   - "POLICE_MARK"
23853   - "COPWHLIST"
23854   - "IACL"
23855   - "OACL"
23856   layout:
23857     title: "ip4-3n-hsw-x520-64b-features-ndr"
23858     layout: "plot-throughput-speedup-analysis"
23859
23860 - type: "plot"
23861   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23862   algorithm: "plot_throughput_speedup_analysis"
23863   output-file-type: ".html"
23864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23866   filter: "'NIC_Intel-X520-DA2' and
23867            '64B' and
23868            ('IP4BASE' or
23869             'POLICE_MARK' or
23870             'COPWHLIST' or
23871             ('NAT44' and 'BASE') or
23872             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23873            'NDRPDR' and
23874            'IP4FWD' and
23875            not 'IPSEC' and
23876            not 'VHOST'"
23877   parameters:
23878   - "throughput"
23879   - "parent"
23880   - "tags"
23881   sort:
23882   - "DOT1Q"
23883   - "IP4BASE"
23884   - "NAT44"
23885   - "POLICE_MARK"
23886   - "COPWHLIST"
23887   - "IACL"
23888   - "OACL"
23889   layout:
23890     title: "ip4-3n-hsw-x520-64b-features-pdr"
23891     layout: "plot-throughput-speedup-analysis"
23892
23893 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23894 - type: "plot"
23895   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23896   algorithm: "plot_throughput_speedup_analysis"
23897   output-file-type: ".html"
23898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23900   filter: "'NIC_Intel-X520-DA2' and
23901            '64B' and
23902            'NDRPDR' and
23903            'IP4FWD' and
23904            ('NAT44' or 'IP4BASE') and
23905            not 'DOT1Q' and
23906            not 'IPSEC' and
23907            not 'VHOST'"
23908   parameters:
23909   - "throughput"
23910   - "parent"
23911   - "tags"
23912   sort:
23913   - "IP4BASE"
23914   - "BASE"
23915   - "SRC_USER_10"
23916   - "SRC_USER_100"
23917   - "SRC_USER_1000"
23918   - "SRC_USER_2000"
23919   layout:
23920     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23921     layout: "plot-throughput-speedup-analysis"
23922
23923 - type: "plot"
23924   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23925   algorithm: "plot_throughput_speedup_analysis"
23926   output-file-type: ".html"
23927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23929   filter: "'NIC_Intel-X520-DA2' and
23930            '64B' and
23931            'NDRPDR' and
23932            'IP4FWD' and
23933            ('NAT44' or 'IP4BASE') and
23934            not 'DOT1Q' and
23935            not 'IPSEC' and
23936            not 'VHOST'"
23937   parameters:
23938   - "throughput"
23939   - "parent"
23940   - "tags"
23941   sort:
23942   - "IP4BASE"
23943   - "BASE"
23944   - "SRC_USER_10"
23945   - "SRC_USER_100"
23946   - "SRC_USER_1000"
23947   - "SRC_USER_2000"
23948   layout:
23949     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23950     layout: "plot-throughput-speedup-analysis"
23951
23952 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23953 - type: "plot"
23954   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23955   algorithm: "plot_throughput_speedup_analysis"
23956   output-file-type: ".html"
23957   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23959   filter: "'NIC_Intel-X520-DA2' and
23960            '64B' and
23961            'NDRPDR' and
23962            'IP4FWD' and
23963            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23964            not 'IPSEC' and
23965            not 'DOT1Q' and
23966            not 'VHOST'"
23967   parameters:
23968   - "throughput"
23969   - "parent"
23970   - "tags"
23971   sort:
23972   - "IP4BASE"
23973   - "ACL_STATELESS"
23974   - "ACL_STATEFUL"
23975   - "ACL_STATELESS"
23976   - "ACL_STATEFUL"
23977   layout:
23978     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23979     layout: "plot-throughput-speedup-analysis"
23980
23981 - type: "plot"
23982   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23983   algorithm: "plot_throughput_speedup_analysis"
23984   output-file-type: ".html"
23985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23987   filter: "'NIC_Intel-X520-DA2' and
23988            '64B' and
23989            'NDRPDR' and
23990            'IP4FWD' and
23991            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23992            not 'IPSEC' and
23993            not 'DOT1Q' and
23994            not 'VHOST'"
23995   parameters:
23996   - "throughput"
23997   - "parent"
23998   - "tags"
23999   sort:
24000   - "IP4BASE"
24001   - "ACL_STATELESS"
24002   - "ACL_STATEFUL"
24003   - "ACL_STATELESS"
24004   - "ACL_STATEFUL"
24005   layout:
24006     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24007     layout: "plot-throughput-speedup-analysis"
24008
24009 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24010 - type: "plot"
24011   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24012   algorithm: "plot_throughput_speedup_analysis"
24013   output-file-type: ".html"
24014   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24016   filter: "'NIC_Intel-X520-DA2' and
24017            '64B' and
24018            'NDRPDR' and
24019            'IP4FWD' and
24020            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24021            not 'IPSEC' and
24022            not 'DOT1Q' and
24023            not 'VHOST'"
24024   parameters:
24025   - "throughput"
24026   - "parent"
24027   - "tags"
24028   sort:
24029   - "IP4BASE"
24030   - "ACL_STATELESS"
24031   - "ACL_STATEFUL"
24032   - "ACL_STATELESS"
24033   - "ACL_STATEFUL"
24034   layout:
24035     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24036     layout: "plot-throughput-speedup-analysis"
24037
24038 - type: "plot"
24039   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24040   algorithm: "plot_throughput_speedup_analysis"
24041   output-file-type: ".html"
24042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24044   filter: "'NIC_Intel-X520-DA2' and
24045            '64B' and
24046            'NDRPDR' and
24047            'IP4FWD' and
24048            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24049            not 'IPSEC' and
24050            not 'DOT1Q' and
24051            not 'VHOST'"
24052   parameters:
24053   - "throughput"
24054   - "parent"
24055   - "tags"
24056   sort:
24057   - "IP4BASE"
24058   - "ACL_STATELESS"
24059   - "ACL_STATEFUL"
24060   - "ACL_STATELESS"
24061   - "ACL_STATEFUL"
24062   layout:
24063     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24064     layout: "plot-throughput-speedup-analysis"
24065
24066 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24067 - type: "plot"
24068   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24069   algorithm: "plot_throughput_speedup_analysis"
24070   output-file-type: ".html"
24071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24073   filter: "'NIC_Intel-X710' and
24074            '64B' and
24075            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24076            'NDRPDR' and
24077            'IP4FWD' and
24078            not 'IPSEC' and
24079            not 'DOT1Q' and
24080            not 'VHOST'"
24081   parameters:
24082   - "throughput"
24083   - "parent"
24084   - "tags"
24085   sort:
24086   - "IP4BASE"
24087   - "FIB_20K"
24088   - "FIB_200K"
24089   - "FIB_2M"
24090   layout:
24091     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24092     layout: "plot-throughput-speedup-analysis"
24093
24094 - type: "plot"
24095   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24096   algorithm: "plot_throughput_speedup_analysis"
24097   output-file-type: ".html"
24098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24100   filter: "'NIC_Intel-X710' and
24101            '64B' and
24102            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24103            'NDRPDR' and
24104            'IP4FWD' and
24105            not 'IPSEC' and
24106            not 'DOT1Q' and
24107            not 'VHOST'"
24108   parameters:
24109   - "throughput"
24110   - "parent"
24111   - "tags"
24112   sort:
24113   - "IP4BASE"
24114   - "FIB_20K"
24115   - "FIB_200K"
24116   - "FIB_2M"
24117   layout:
24118     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24119     layout: "plot-throughput-speedup-analysis"
24120
24121 # Speedup - VPP IPv4 3n-hsw-x710 features
24122 - type: "plot"
24123   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24124   algorithm: "plot_throughput_speedup_analysis"
24125   output-file-type: ".html"
24126   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24128   filter: "'NIC_Intel-X710' and
24129            '64B' and
24130            ('IP4BASE' or
24131             'POLICE_MARK' or
24132             'COPWHLIST' or
24133             ('NAT44' and 'BASE') or
24134             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24135            'NDRPDR' and
24136            'IP4FWD' and
24137            not 'IPSEC' and
24138            not 'VHOST'"
24139   parameters:
24140   - "throughput"
24141   - "parent"
24142   - "tags"
24143   sort:
24144   - "DOT1Q"
24145   - "IP4BASE"
24146   - "NAT44"
24147   - "POLICE_MARK"
24148   - "COPWHLIST"
24149   - "IACL"
24150   - "OACL"
24151   layout:
24152     title: "ip4-3n-hsw-x710-64b-features-ndr"
24153     layout: "plot-throughput-speedup-analysis"
24154
24155 - type: "plot"
24156   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24157   algorithm: "plot_throughput_speedup_analysis"
24158   output-file-type: ".html"
24159   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24161   filter: "'NIC_Intel-X710' and
24162            '64B' and
24163            ('IP4BASE' or
24164             'POLICE_MARK' or
24165             'COPWHLIST' or
24166             ('NAT44' and 'BASE') or
24167             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24168            'NDRPDR' and
24169            'IP4FWD' and
24170            not 'IPSEC' and
24171            not 'VHOST'"
24172   parameters:
24173   - "throughput"
24174   - "parent"
24175   - "tags"
24176   sort:
24177   - "DOT1Q"
24178   - "IP4BASE"
24179   - "NAT44"
24180   - "POLICE_MARK"
24181   - "COPWHLIST"
24182   - "IACL"
24183   - "OACL"
24184   layout:
24185     title: "ip4-3n-hsw-x710-64b-features-pdr"
24186     layout: "plot-throughput-speedup-analysis"
24187
24188 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24189 - type: "plot"
24190   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24191   algorithm: "plot_throughput_speedup_analysis"
24192   output-file-type: ".html"
24193   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24195   filter: "'NIC_Intel-X710' and
24196            '64B' and
24197            'NDRPDR' and
24198            'IP4FWD' and
24199            ('NAT44' or 'IP4BASE') and
24200            not 'IPSEC' and
24201            not 'VHOST'"
24202   parameters:
24203   - "throughput"
24204   - "parent"
24205   - "tags"
24206   sort:
24207   - "IP4BASE"
24208   - "BASE"
24209   - "SRC_USER_10"
24210   - "SRC_USER_100"
24211   - "SRC_USER_1000"
24212   - "SRC_USER_2000"
24213   layout:
24214     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24215     layout: "plot-throughput-speedup-analysis"
24216
24217 - type: "plot"
24218   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24219   algorithm: "plot_throughput_speedup_analysis"
24220   output-file-type: ".html"
24221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24223   filter: "'NIC_Intel-X710' and
24224            '64B' and
24225            'NDRPDR' and
24226            'IP4FWD' and
24227            ('NAT44' or 'IP4BASE') and
24228            not 'IPSEC' and
24229            not 'VHOST'"
24230   parameters:
24231   - "throughput"
24232   - "parent"
24233   - "tags"
24234   sort:
24235   - "IP4BASE"
24236   - "BASE"
24237   - "SRC_USER_10"
24238   - "SRC_USER_100"
24239   - "SRC_USER_1000"
24240   - "SRC_USER_2000"
24241   layout:
24242     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24243     layout: "plot-throughput-speedup-analysis"
24244
24245 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24246 - type: "plot"
24247   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24248   algorithm: "plot_throughput_speedup_analysis"
24249   output-file-type: ".html"
24250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24252   filter: "'NIC_Intel-X710' and
24253            '64B' and
24254            'NDRPDR' and
24255            'IP4FWD' and
24256            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24257            not 'IPSEC' and
24258            not 'VHOST'"
24259   parameters:
24260   - "throughput"
24261   - "parent"
24262   - "tags"
24263   sort:
24264   - "IP4BASE"
24265   - "ACL_STATELESS"
24266   - "ACL_STATEFUL"
24267   - "ACL_STATELESS"
24268   - "ACL_STATEFUL"
24269   layout:
24270     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24271     layout: "plot-throughput-speedup-analysis"
24272
24273 - type: "plot"
24274   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24275   algorithm: "plot_throughput_speedup_analysis"
24276   output-file-type: ".html"
24277   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24279   filter: "'NIC_Intel-X710' and
24280            '64B' and
24281            'NDRPDR' and
24282            'IP4FWD' and
24283            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24284            not 'IPSEC' and
24285            not 'VHOST'"
24286   parameters:
24287   - "throughput"
24288   - "parent"
24289   - "tags"
24290   sort:
24291   - "IP4BASE"
24292   - "ACL_STATELESS"
24293   - "ACL_STATEFUL"
24294   - "ACL_STATELESS"
24295   - "ACL_STATEFUL"
24296   layout:
24297     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24298     layout: "plot-throughput-speedup-analysis"
24299
24300 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24301 - type: "plot"
24302   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24303   algorithm: "plot_throughput_speedup_analysis"
24304   output-file-type: ".html"
24305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24307   filter: "'NIC_Intel-XL710' and
24308            '64B' and
24309            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24310            'NDRPDR' and
24311            'IP4FWD' and
24312            not 'IPSEC' and
24313            not 'VHOST'"
24314   parameters:
24315   - "throughput"
24316   - "parent"
24317   - "tags"
24318   sort:
24319   - "IP4BASE"
24320   - "FIB_20K"
24321   - "FIB_200K"
24322   - "FIB_2M"
24323   layout:
24324     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24325     layout: "plot-throughput-speedup-analysis"
24326
24327 - type: "plot"
24328   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24329   algorithm: "plot_throughput_speedup_analysis"
24330   output-file-type: ".html"
24331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24333   filter: "'NIC_Intel-XL710' and
24334            '64B' and
24335            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24336            'NDRPDR' and
24337            'IP4FWD' and
24338            not 'IPSEC' and
24339            not 'VHOST'"
24340   parameters:
24341   - "throughput"
24342   - "parent"
24343   - "tags"
24344   sort:
24345   - "IP4BASE"
24346   - "FIB_20K"
24347   - "FIB_200K"
24348   - "FIB_2M"
24349   layout:
24350     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24351     layout: "plot-throughput-speedup-analysis"
24352
24353 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24354 - type: "plot"
24355   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24356   algorithm: "plot_throughput_speedup_analysis"
24357   output-file-type: ".html"
24358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24360   filter: "'NIC_Intel-X710' and
24361            '64B' and
24362            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24363            'NDRPDR' and
24364            'IP4FWD' and
24365            not 'IPSEC' and
24366            not 'DOT1Q' and
24367            not 'VHOST'"
24368   parameters:
24369   - "throughput"
24370   - "parent"
24371   - "tags"
24372   sort:
24373   - "IP4BASE"
24374   - "FIB_20K"
24375   - "FIB_200K"
24376   - "FIB_2M"
24377   layout:
24378     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24379     layout: "plot-throughput-speedup-analysis"
24380
24381 - type: "plot"
24382   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24383   algorithm: "plot_throughput_speedup_analysis"
24384   output-file-type: ".html"
24385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24387   filter: "'NIC_Intel-X710' and
24388            '64B' and
24389            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24390            'NDRPDR' and
24391            'IP4FWD' and
24392            not 'IPSEC' and
24393            not 'DOT1Q' and
24394            not 'VHOST'"
24395   parameters:
24396   - "throughput"
24397   - "parent"
24398   - "tags"
24399   sort:
24400   - "IP4BASE"
24401   - "FIB_20K"
24402   - "FIB_200K"
24403   - "FIB_2M"
24404   layout:
24405     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24406     layout: "plot-throughput-speedup-analysis"
24407
24408 # Speedup - VPP IPv4 3n-skx-x710 features
24409 - type: "plot"
24410   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24411   algorithm: "plot_throughput_speedup_analysis"
24412   output-file-type: ".html"
24413   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24415   filter: "'NIC_Intel-X710' and
24416            '64B' and
24417            ('IP4BASE' or
24418             'POLICE_MARK' or
24419             'COPWHLIST' or
24420             ('NAT44' and 'BASE') or
24421             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24422            'NDRPDR' and
24423            'IP4FWD' and
24424            not 'IPSEC' and
24425            not 'VHOST'"
24426   parameters:
24427   - "throughput"
24428   - "parent"
24429   - "tags"
24430   sort:
24431   - "DOT1Q"
24432   - "IP4BASE"
24433   - "NAT44"
24434   - "POLICE_MARK"
24435   - "COPWHLIST"
24436   - "IACL"
24437   - "OACL"
24438   layout:
24439     title: "ip4-3n-skx-x710-64b-features-ndr"
24440     layout: "plot-throughput-speedup-analysis"
24441
24442 - type: "plot"
24443   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24444   algorithm: "plot_throughput_speedup_analysis"
24445   output-file-type: ".html"
24446   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24448   filter: "'NIC_Intel-X710' and
24449            '64B' and
24450            ('IP4BASE' or
24451             'POLICE_MARK' or
24452             'COPWHLIST' or
24453             ('NAT44' and 'BASE') or
24454             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24455            'NDRPDR' and
24456            'IP4FWD' and
24457            not 'IPSEC' and
24458            not 'VHOST'"
24459   parameters:
24460   - "throughput"
24461   - "parent"
24462   - "tags"
24463   sort:
24464   - "DOT1Q"
24465   - "IP4BASE"
24466   - "NAT44"
24467   - "POLICE_MARK"
24468   - "COPWHLIST"
24469   - "IACL"
24470   - "OACL"
24471   layout:
24472     title: "ip4-3n-skx-x710-64b-features-pdr"
24473     layout: "plot-throughput-speedup-analysis"
24474
24475 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24476 - type: "plot"
24477   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24478   algorithm: "plot_throughput_speedup_analysis"
24479   output-file-type: ".html"
24480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24482   filter: "'NIC_Intel-X710' and
24483            '64B' and
24484            'NDRPDR' and
24485            'IP4FWD' and
24486            ('NAT44' or 'IP4BASE') and
24487            not 'IPSEC' and
24488            not 'VHOST'"
24489   parameters:
24490   - "throughput"
24491   - "parent"
24492   - "tags"
24493   sort:
24494   - "IP4BASE"
24495   - "BASE"
24496   - "SRC_USER_10"
24497   - "SRC_USER_100"
24498   - "SRC_USER_1000"
24499   - "SRC_USER_2000"
24500   layout:
24501     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24502     layout: "plot-throughput-speedup-analysis"
24503
24504 - type: "plot"
24505   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24506   algorithm: "plot_throughput_speedup_analysis"
24507   output-file-type: ".html"
24508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24510   filter: "'NIC_Intel-X710' and
24511            '64B' and
24512            'NDRPDR' and
24513            'IP4FWD' and
24514            ('NAT44' or 'IP4BASE') and
24515            not 'IPSEC' and
24516            not 'VHOST'"
24517   parameters:
24518   - "throughput"
24519   - "parent"
24520   - "tags"
24521   sort:
24522   - "IP4BASE"
24523   - "BASE"
24524   - "SRC_USER_10"
24525   - "SRC_USER_100"
24526   - "SRC_USER_1000"
24527   - "SRC_USER_2000"
24528   layout:
24529     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24530     layout: "plot-throughput-speedup-analysis"
24531
24532 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24533 - type: "plot"
24534   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24535   algorithm: "plot_throughput_speedup_analysis"
24536   output-file-type: ".html"
24537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24539   filter: "'NIC_Intel-X710' and
24540            '64B' and
24541            'NDRPDR' and
24542            'IP4FWD' and
24543            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24544            not 'IPSEC' and
24545            not 'VHOST'"
24546   parameters:
24547   - "throughput"
24548   - "parent"
24549   - "tags"
24550   sort:
24551   - "IP4BASE"
24552   - "ACL_STATELESS"
24553   - "ACL_STATEFUL"
24554   - "ACL_STATELESS"
24555   - "ACL_STATEFUL"
24556   layout:
24557     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24558     layout: "plot-throughput-speedup-analysis"
24559
24560 - type: "plot"
24561   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24562   algorithm: "plot_throughput_speedup_analysis"
24563   output-file-type: ".html"
24564   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24566   filter: "'NIC_Intel-X710' and
24567            '64B' and
24568            'NDRPDR' and
24569            'IP4FWD' and
24570            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24571            not 'IPSEC' and
24572            not 'VHOST'"
24573   parameters:
24574   - "throughput"
24575   - "parent"
24576   - "tags"
24577   sort:
24578   - "IP4BASE"
24579   - "ACL_STATELESS"
24580   - "ACL_STATEFUL"
24581   - "ACL_STATELESS"
24582   - "ACL_STATEFUL"
24583   layout:
24584     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24585     layout: "plot-throughput-speedup-analysis"
24586
24587 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24588 #- type: "plot"
24589 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24590 #  algorithm: "plot_throughput_speedup_analysis"
24591 #  output-file-type: ".html"
24592 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24593 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24594 #  filter: "'NIC_Intel-X710' and
24595 #           '64B' and
24596 #           'NDRPDR' and
24597 #           'IP4FWD' and
24598 #           'OACL' and
24599 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24600 #           not 'IPSEC' and
24601 #           not 'VHOST'"
24602 #  parameters:
24603 #  - "throughput"
24604 #  - "parent"
24605 #  - "tags"
24606 #  sort:
24607 #  - "ACL_STATELESS"
24608 #  - "ACL_STATEFUL"
24609 #  - "ACL_STATELESS"
24610 #  - "ACL_STATEFUL"
24611 #  layout:
24612 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24613 #    layout: "plot-throughput-speedup-analysis"
24614 #
24615 #- type: "plot"
24616 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24617 #  algorithm: "plot_throughput_speedup_analysis"
24618 #  output-file-type: ".html"
24619 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24620 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24621 #  filter: "'NIC_Intel-X710' and
24622 #           '64B' and
24623 #           'NDRPDR' and
24624 #           'IP4FWD' and
24625 #           'OACL' and
24626 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24627 #           not 'IPSEC' and
24628 #           not 'VHOST'"
24629 #  parameters:
24630 #  - "throughput"
24631 #  - "parent"
24632 #  - "tags"
24633 #  sort:
24634 #  - "ACL_STATELESS"
24635 #  - "ACL_STATEFUL"
24636 #  - "ACL_STATELESS"
24637 #  - "ACL_STATEFUL"
24638 #  layout:
24639 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24640 #    layout: "plot-throughput-speedup-analysis"
24641
24642 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24643 - type: "plot"
24644   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24645   algorithm: "plot_throughput_speedup_analysis"
24646   output-file-type: ".html"
24647   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24649   filter: "'NIC_Intel-X710' and
24650            '64B' and
24651            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24652            'NDRPDR' and
24653            'IP4FWD' and
24654            not 'IPSEC' and
24655            not 'DOT1Q' and
24656            not 'VHOST'"
24657   parameters:
24658   - "throughput"
24659   - "parent"
24660   - "tags"
24661   sort:
24662   - "IP4BASE"
24663   - "FIB_20K"
24664   - "FIB_200K"
24665   - "FIB_2M"
24666   layout:
24667     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24668     layout: "plot-throughput-speedup-analysis"
24669
24670 - type: "plot"
24671   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24672   algorithm: "plot_throughput_speedup_analysis"
24673   output-file-type: ".html"
24674   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24676   filter: "'NIC_Intel-X710' and
24677            '64B' and
24678            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24679            'NDRPDR' and
24680            'IP4FWD' and
24681            not 'IPSEC' and
24682            not 'DOT1Q' and
24683            not 'VHOST'"
24684   parameters:
24685   - "throughput"
24686   - "parent"
24687   - "tags"
24688   sort:
24689   - "IP4BASE"
24690   - "FIB_20K"
24691   - "FIB_200K"
24692   - "FIB_2M"
24693   layout:
24694     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24695     layout: "plot-throughput-speedup-analysis"
24696
24697 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24698 - type: "plot"
24699   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24700   algorithm: "plot_throughput_speedup_analysis"
24701   output-file-type: ".html"
24702   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24704   filter: "'NIC_Intel-X710' and
24705            '64B' and
24706            'NDRPDR' and
24707            'IP4FWD' and
24708            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24709            not 'IPSEC' and
24710            not 'VHOST'"
24711   parameters:
24712   - "throughput"
24713   - "parent"
24714   - "tags"
24715   sort:
24716   - "IP4BASE"
24717   - "ACL_STATELESS"
24718   - "ACL_STATEFUL"
24719   - "ACL_STATELESS"
24720   - "ACL_STATEFUL"
24721   layout:
24722     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24723     layout: "plot-throughput-speedup-analysis"
24724
24725 - type: "plot"
24726   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24727   algorithm: "plot_throughput_speedup_analysis"
24728   output-file-type: ".html"
24729   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24731   filter: "'NIC_Intel-X710' and
24732            '64B' and
24733            'NDRPDR' and
24734            'IP4FWD' and
24735            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24736            not 'IPSEC' and
24737            not 'VHOST'"
24738   parameters:
24739   - "throughput"
24740   - "parent"
24741   - "tags"
24742   sort:
24743   - "IP4BASE"
24744   - "ACL_STATELESS"
24745   - "ACL_STATEFUL"
24746   - "ACL_STATELESS"
24747   - "ACL_STATEFUL"
24748   layout:
24749     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24750     layout: "plot-throughput-speedup-analysis"
24751
24752 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24753 - type: "plot"
24754   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24755   algorithm: "plot_throughput_speedup_analysis"
24756   output-file-type: ".html"
24757   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24759   filter: "'NIC_Intel-XXV710' and
24760            '64B' and
24761            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24762            'NDRPDR' and
24763            'IP4FWD' and
24764            not 'IPSEC' and
24765            not 'DOT1Q' and
24766            not 'VHOST'"
24767   parameters:
24768   - "throughput"
24769   - "parent"
24770   - "tags"
24771   sort:
24772   - "IP4BASE"
24773   - "FIB_20K"
24774   - "FIB_200K"
24775   - "FIB_2M"
24776   layout:
24777     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24778     layout: "plot-throughput-speedup-analysis"
24779
24780 - type: "plot"
24781   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24782   algorithm: "plot_throughput_speedup_analysis"
24783   output-file-type: ".html"
24784   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24786   filter: "'NIC_Intel-XXV710' and
24787            '64B' and
24788            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24789            'NDRPDR' and
24790            'IP4FWD' and
24791            not 'IPSEC' and
24792            not 'DOT1Q' and
24793            not 'VHOST'"
24794   parameters:
24795   - "throughput"
24796   - "parent"
24797   - "tags"
24798   sort:
24799   - "IP4BASE"
24800   - "FIB_20K"
24801   - "FIB_200K"
24802   - "FIB_2M"
24803   layout:
24804     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24805     layout: "plot-throughput-speedup-analysis"
24806
24807 ## Speedup - VPP IPv4 2n-dnv-x553 base
24808 #- type: "plot"
24809 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24810 #  algorithm: "plot_throughput_speedup_analysis"
24811 #  output-file-type: ".html"
24812 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24813 #  data: "intel-dnv-vpp"
24814 #  filter: "'NIC_Intel-X553' and
24815 #           '64B' and
24816 #           'IP4BASE' and
24817 #           'NDRPDR' and
24818 #           'IP4FWD' and
24819 #           not 'IPSEC' and
24820 #           not 'VHOST'"
24821 #  parameters:
24822 #  - "throughput"
24823 #  - "parent"
24824 #  - "tags"
24825 #  sort:
24826 #  - "IP4BASE"
24827 #  layout:
24828 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24829 #    layout: "plot-throughput-speedup-analysis"
24830 #
24831 #- type: "plot"
24832 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24833 #  algorithm: "plot_throughput_speedup_analysis"
24834 #  output-file-type: ".html"
24835 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24836 #  data: "intel-dnv-vpp"
24837 #  filter: "'NIC_Intel-X553' and
24838 #           '64B' and
24839 #           'IP4BASE' and
24840 #           'NDRPDR' and
24841 #           'IP4FWD' and
24842 #           not 'IPSEC' and
24843 #           not 'VHOST'"
24844 #  parameters:
24845 #  - "throughput"
24846 #  - "parent"
24847 #  - "tags"
24848 #  sort:
24849 #  - "IP4BASE"
24850 #  layout:
24851 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24852 #    layout: "plot-throughput-speedup-analysis"
24853
24854 ################################################################################
24855
24856 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24857 - type: "plot"
24858   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24859   algorithm: "plot_throughput_speedup_analysis"
24860   output-file-type: ".html"
24861   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24863   filter: "'NIC_Intel-X520-DA2' and
24864            '64B' and
24865            'ENCAP' and
24866            'NDRPDR' and
24867            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24868            not 'DOT1Q' and
24869            not 'VHOST' and
24870            not 'IPSECHW'"
24871   parameters:
24872   - "throughput"
24873   - "parent"
24874   - "tags"
24875   sort:
24876   - "IP4BASE"
24877   - "L2BDMACLRN"
24878   - "L2XCFWD"
24879   - "LISP"
24880   layout:
24881     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24882     layout: "plot-throughput-speedup-analysis"
24883
24884 - type: "plot"
24885   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24886   algorithm: "plot_throughput_speedup_analysis"
24887   output-file-type: ".html"
24888   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24890   filter: "'NIC_Intel-X520-DA2' and
24891            '64B' and
24892            'ENCAP' and
24893            'NDRPDR' and
24894            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24895            not 'DOT1Q' and
24896            not 'VHOST' and
24897            not 'IPSECHW'"
24898   parameters:
24899   - "throughput"
24900   - "parent"
24901   - "tags"
24902   sort:
24903   - "IP4BASE"
24904   - "L2BDMACLRN"
24905   - "L2XCFWD"
24906   - "LISP"
24907   layout:
24908     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24909     layout: "plot-throughput-speedup-analysis"
24910
24911 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24912 - type: "plot"
24913   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24914   algorithm: "plot_throughput_speedup_analysis"
24915   output-file-type: ".html"
24916   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24918   filter: "'NIC_Intel-X710' and
24919            '64B' and
24920            'ENCAP' and
24921            'NDRPDR' and
24922            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24923            not 'VHOST' and
24924            not 'IPSECHW'"
24925   parameters:
24926   - "throughput"
24927   - "parent"
24928   - "tags"
24929   sort:
24930   - "IP4BASE"
24931   - "LISP"
24932   - "VXLAN_1"
24933   - "VXLAN_10"
24934   - "VXLAN_100"
24935   - "VXLAN_1000"
24936   layout:
24937     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24938     layout: "plot-throughput-speedup-analysis"
24939
24940 - type: "plot"
24941   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24942   algorithm: "plot_throughput_speedup_analysis"
24943   output-file-type: ".html"
24944   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24946   filter: "'NIC_Intel-X710' and
24947            '64B' and
24948            'ENCAP' and
24949            'NDRPDR' and
24950            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24951            not 'VHOST' and
24952            not 'IPSECHW'"
24953   parameters:
24954   - "throughput"
24955   - "parent"
24956   - "tags"
24957   sort:
24958   - "IP4BASE"
24959   - "LISP"
24960   - "VXLAN_1"
24961   - "VXLAN_10"
24962   - "VXLAN_100"
24963   - "VXLAN_1000"
24964   layout:
24965     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24966     layout: "plot-throughput-speedup-analysis"
24967
24968 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24969 - type: "plot"
24970   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24971   algorithm: "plot_throughput_speedup_analysis"
24972   output-file-type: ".html"
24973   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24975   filter: "'NIC_Intel-X710' and
24976            '64B' and
24977            'ENCAP' and
24978            'NDRPDR' and
24979            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24980            not 'DOT1Q' and
24981            not 'VHOST' and
24982            not 'IPSECHW'"
24983   parameters:
24984   - "throughput"
24985   - "parent"
24986   - "tags"
24987   sort:
24988   - "IP4BASE"
24989   - "L2BDMACLRN"
24990   - "L2XCFWD"
24991   - "LISP"
24992   layout:
24993     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24994     layout: "plot-throughput-speedup-analysis"
24995
24996 - type: "plot"
24997   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24998   algorithm: "plot_throughput_speedup_analysis"
24999   output-file-type: ".html"
25000   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25002   filter: "'NIC_Intel-X710' and
25003            '64B' and
25004            'ENCAP' and
25005            'NDRPDR' and
25006            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25007            not 'DOT1Q' and
25008            not 'VHOST' and
25009            not 'IPSECHW'"
25010   parameters:
25011   - "throughput"
25012   - "parent"
25013   - "tags"
25014   sort:
25015   - "IP4BASE"
25016   - "L2BDMACLRN"
25017   - "L2XCFWD"
25018   - "LISP"
25019   layout:
25020     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25021     layout: "plot-throughput-speedup-analysis"
25022
25023 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25024 - type: "plot"
25025   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25026   algorithm: "plot_throughput_speedup_analysis"
25027   output-file-type: ".html"
25028   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25030   filter: "'NIC_Intel-X710' and
25031            '64B' and
25032            'ENCAP' and
25033            'NDRPDR' and
25034            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25035            not 'VHOST' and
25036            not 'IPSECHW'"
25037   parameters:
25038   - "throughput"
25039   - "parent"
25040   - "tags"
25041   sort:
25042   - "IP4BASE"
25043   - "LISP"
25044   - "VXLAN_1"
25045   - "VXLAN_10"
25046   - "VXLAN_100"
25047   - "VXLAN_1000"
25048   layout:
25049     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25050     layout: "plot-throughput-speedup-analysis"
25051
25052 - type: "plot"
25053   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25054   algorithm: "plot_throughput_speedup_analysis"
25055   output-file-type: ".html"
25056   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25058   filter: "'NIC_Intel-X710' and
25059            '64B' and
25060            'ENCAP' and
25061            'NDRPDR' and
25062            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25063            not 'VHOST' and
25064            not 'IPSECHW'"
25065   parameters:
25066   - "throughput"
25067   - "parent"
25068   - "tags"
25069   sort:
25070   - "IP4BASE"
25071   - "LISP"
25072   - "VXLAN_1"
25073   - "VXLAN_10"
25074   - "VXLAN_100"
25075   - "VXLAN_1000"
25076   layout:
25077     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25078     layout: "plot-throughput-speedup-analysis"
25079
25080 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25081 - type: "plot"
25082   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25083   algorithm: "plot_throughput_speedup_analysis"
25084   output-file-type: ".html"
25085   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25087   filter: "'NIC_Intel-X710' and
25088            '64B' and
25089            'ENCAP' and
25090            'NDRPDR' and
25091            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25092            not 'DOT1Q' and
25093            not 'VHOST' and
25094            not 'IPSECHW'"
25095   parameters:
25096   - "throughput"
25097   - "parent"
25098   - "tags"
25099   sort:
25100   - "IP4BASE"
25101   - "L2BDMACLRN"
25102   - "L2XCFWD"
25103   - "LISP"
25104   layout:
25105     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25106     layout: "plot-throughput-speedup-analysis"
25107
25108 - type: "plot"
25109   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25110   algorithm: "plot_throughput_speedup_analysis"
25111   output-file-type: ".html"
25112   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25114   filter: "'NIC_Intel-X710' and
25115            '64B' and
25116            'ENCAP' and
25117            'NDRPDR' and
25118            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25119            not 'DOT1Q' and
25120            not 'VHOST' and
25121            not 'IPSECHW'"
25122   parameters:
25123   - "throughput"
25124   - "parent"
25125   - "tags"
25126   sort:
25127   - "IP4BASE"
25128   - "L2BDMACLRN"
25129   - "L2XCFWD"
25130   - "LISP"
25131   layout:
25132     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25133     layout: "plot-throughput-speedup-analysis"
25134
25135 ################################################################################
25136
25137 # Speedup - VPP IPv6 3n-hsw-x520
25138 - type: "plot"
25139   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25140   algorithm: "plot_throughput_speedup_analysis"
25141   output-file-type: ".html"
25142   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25144   filter: "'NIC_Intel-X520-DA2' and
25145            '78B' and
25146            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25147            'NDRPDR' and
25148            'IP6FWD' and
25149            not 'SRv6' and
25150            not 'IPSEC' and
25151            not 'VHOST'"
25152   parameters:
25153   - "throughput"
25154   - "parent"
25155   - "tags"
25156   sort:
25157   - "IP6BASE"
25158   - "FIB_20K"
25159   - "FIB_200K"
25160   - "FIB_2M"
25161   layout:
25162     title: "ip6-3n-hsw-x520-78b-base-ndr"
25163     layout: "plot-throughput-speedup-analysis"
25164
25165 - type: "plot"
25166   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25167   algorithm: "plot_throughput_speedup_analysis"
25168   output-file-type: ".html"
25169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25171   filter: "'NIC_Intel-X520-DA2' and
25172            '78B' and
25173            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25174            'NDRPDR' and
25175            'IP6FWD' and
25176            not 'SRv6' and
25177            not 'IPSEC' and
25178            not 'VHOST'"
25179   parameters:
25180   - "throughput"
25181   - "parent"
25182   - "tags"
25183   sort:
25184   - "IP6BASE"
25185   - "FIB_20K"
25186   - "FIB_200K"
25187   - "FIB_2M"
25188   layout:
25189     title: "ip6-3n-hsw-x520-78b-base-pdr"
25190     layout: "plot-throughput-speedup-analysis"
25191
25192 # Speedup - VPP IPv6 3n-hsw-x710
25193 - type: "plot"
25194   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25195   algorithm: "plot_throughput_speedup_analysis"
25196   output-file-type: ".html"
25197   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25199   filter: "'NIC_Intel-X710' and
25200            '78B' and
25201            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25202            'NDRPDR' and
25203            'IP6FWD' and
25204            not 'SRv6' and
25205            not 'IPSEC' and
25206            not 'VHOST'"
25207   parameters:
25208   - "throughput"
25209   - "parent"
25210   - "tags"
25211   sort:
25212   - "IP6BASE"
25213   - "FIB_20K"
25214   - "FIB_200K"
25215   - "FIB_2M"
25216   layout:
25217     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25218     layout: "plot-throughput-speedup-analysis"
25219
25220 - type: "plot"
25221   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25222   algorithm: "plot_throughput_speedup_analysis"
25223   output-file-type: ".html"
25224   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25226   filter: "'NIC_Intel-X710' and
25227            '78B' and
25228            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25229            'NDRPDR' and
25230            'IP6FWD' and
25231            not 'SRv6' and
25232            not 'IPSEC' and
25233            not 'VHOST'"
25234   parameters:
25235   - "throughput"
25236   - "parent"
25237   - "tags"
25238   sort:
25239   - "IP6BASE"
25240   - "FIB_20K"
25241   - "FIB_200K"
25242   - "FIB_2M"
25243   layout:
25244     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25245     layout: "plot-throughput-speedup-analysis"
25246
25247 # Speedup - VPP IPv6 3n-hsw-x710 features
25248 - type: "plot"
25249   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25250   algorithm: "plot_throughput_speedup_analysis"
25251   output-file-type: ".html"
25252   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25254   filter: "'NIC_Intel-X710' and
25255            '78B' and
25256            ('IP6BASE' or
25257             'POLICE_MARK' or
25258             'COPWHLIST' or
25259             'IACLDST') and
25260            'NDRPDR' and
25261            'IP6FWD' and
25262            not 'SRv6' and
25263            not 'IPSEC' and
25264            not 'VHOST'"
25265   parameters:
25266   - "throughput"
25267   - "parent"
25268   - "tags"
25269   sort:
25270   - "IP6BASE"
25271   - "POLICE_MARK"
25272   - "COPWHLIST"
25273   - "IACLDST"
25274   layout:
25275     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25276     layout: "plot-throughput-speedup-analysis"
25277
25278 - type: "plot"
25279   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25280   algorithm: "plot_throughput_speedup_analysis"
25281   output-file-type: ".html"
25282   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25284   filter: "'NIC_Intel-X710' and
25285            '78B' and
25286            ('IP6BASE' or
25287             'POLICE_MARK' or
25288             'COPWHLIST' or
25289             'IACLDST') and
25290            'NDRPDR' and
25291            'IP6FWD' and
25292            not 'SRv6' and
25293            not 'IPSEC' and
25294            not 'VHOST'"
25295   parameters:
25296   - "throughput"
25297   - "parent"
25298   - "tags"
25299   sort:
25300   - "IP6BASE"
25301   - "POLICE_MARK"
25302   - "COPWHLIST"
25303   - "IACLDST"
25304   layout:
25305     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25306     layout: "plot-throughput-speedup-analysis"
25307
25308 # Speedup - VPP IPv6 3n-hsw-xl710
25309 - type: "plot"
25310   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25311   algorithm: "plot_throughput_speedup_analysis"
25312   output-file-type: ".html"
25313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25315   filter: "'NIC_Intel-XL710' and
25316            '78B' and
25317            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25318            'NDRPDR' and
25319            'IP6FWD' and
25320            not 'SRv6' and
25321            not 'IPSEC' and
25322            not 'VHOST'"
25323   parameters:
25324   - "throughput"
25325   - "parent"
25326   - "tags"
25327   sort:
25328   - "IP6BASE"
25329   - "FIB_20K"
25330   - "FIB_200K"
25331   - "FIB_2M"
25332   layout:
25333     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25334     layout: "plot-throughput-speedup-analysis"
25335
25336 - type: "plot"
25337   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25338   algorithm: "plot_throughput_speedup_analysis"
25339   output-file-type: ".html"
25340   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25342   filter: "'NIC_Intel-XL710' and
25343            '78B' and
25344            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25345            'NDRPDR' and
25346            'IP6FWD' and
25347            not 'SRv6' and
25348            not 'IPSEC' and
25349            not 'VHOST'"
25350   parameters:
25351   - "throughput"
25352   - "parent"
25353   - "tags"
25354   sort:
25355   - "IP6BASE"
25356   - "FIB_20K"
25357   - "FIB_200K"
25358   - "FIB_2M"
25359   layout:
25360     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25361     layout: "plot-throughput-speedup-analysis"
25362
25363 # Speedup - VPP IPv6 3n-skx-x710
25364 - type: "plot"
25365   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25366   algorithm: "plot_throughput_speedup_analysis"
25367   output-file-type: ".html"
25368   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25370   filter: "'NIC_Intel-X710' and
25371            '78B' and
25372            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25373            'NDRPDR' and
25374            'IP6FWD' and
25375            not 'SRv6' and
25376            not 'IPSEC' and
25377            not 'VHOST'"
25378   parameters:
25379   - "throughput"
25380   - "parent"
25381   - "tags"
25382   sort:
25383   - "IP6BASE"
25384   - "FIB_20K"
25385   - "FIB_200K"
25386   - "FIB_2M"
25387   layout:
25388     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25389     layout: "plot-throughput-speedup-analysis"
25390
25391 - type: "plot"
25392   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25393   algorithm: "plot_throughput_speedup_analysis"
25394   output-file-type: ".html"
25395   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25397   filter: "'NIC_Intel-X710' and
25398            '78B' and
25399            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25400            'NDRPDR' and
25401            'IP6FWD' and
25402            not 'SRv6' and
25403            not 'IPSEC' and
25404            not 'VHOST'"
25405   parameters:
25406   - "throughput"
25407   - "parent"
25408   - "tags"
25409   sort:
25410   - "IP6BASE"
25411   - "FIB_20K"
25412   - "FIB_200K"
25413   - "FIB_2M"
25414   layout:
25415     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25416     layout: "plot-throughput-speedup-analysis"
25417
25418 # Speedup - VPP IPv6 3n-skx-x710 features
25419 - type: "plot"
25420   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25421   algorithm: "plot_throughput_speedup_analysis"
25422   output-file-type: ".html"
25423   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25425   filter: "'NIC_Intel-X710' and
25426            '78B' and
25427            ('IP6BASE' or
25428             'POLICE_MARK' or
25429             'COPWHLIST' or
25430             'IACLDST') and
25431            'NDRPDR' and
25432            'IP6FWD' and
25433            not 'SRv6' and
25434            not 'IPSEC' and
25435            not 'VHOST'"
25436   parameters:
25437   - "throughput"
25438   - "parent"
25439   - "tags"
25440   sort:
25441   - "IP6BASE"
25442   - "POLICE_MARK"
25443   - "COPWHLIST"
25444   - "IACLDST"
25445   layout:
25446     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25447     layout: "plot-throughput-speedup-analysis"
25448
25449 - type: "plot"
25450   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25451   algorithm: "plot_throughput_speedup_analysis"
25452   output-file-type: ".html"
25453   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25455   filter: "'NIC_Intel-X710' and
25456            '78B' and
25457            ('IP6BASE' or
25458             'POLICE_MARK' or
25459             'COPWHLIST' or
25460             'IACLDST') and
25461            'NDRPDR' and
25462            'IP6FWD' and
25463            not 'SRv6' and
25464            not 'IPSEC' and
25465            not 'VHOST'"
25466   parameters:
25467   - "throughput"
25468   - "parent"
25469   - "tags"
25470   sort:
25471   - "IP6BASE"
25472   - "POLICE_MARK"
25473   - "COPWHLIST"
25474   - "IACLDST"
25475   layout:
25476     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25477     layout: "plot-throughput-speedup-analysis"
25478
25479 # Speedup - VPP IPv6 3n-skx-xxv710
25480 - type: "plot"
25481   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25482   algorithm: "plot_throughput_speedup_analysis"
25483   output-file-type: ".html"
25484   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25486   filter: "'NIC_Intel-XXV710' and
25487            '78B' and
25488            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25489            'NDRPDR' and
25490            'IP6FWD' and
25491            not 'SRv6' and
25492            not 'IPSEC' and
25493            not 'VHOST'"
25494   parameters:
25495   - "throughput"
25496   - "parent"
25497   - "tags"
25498   sort:
25499   - "IP6BASE"
25500   - "FIB_20K"
25501   - "FIB_200K"
25502   - "FIB_2M"
25503   layout:
25504     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25505     layout: "plot-throughput-speedup-analysis"
25506
25507 - type: "plot"
25508   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25509   algorithm: "plot_throughput_speedup_analysis"
25510   output-file-type: ".html"
25511   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25513   filter: "'NIC_Intel-XXV710' and
25514            '78B' and
25515            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25516            'NDRPDR' and
25517            'IP6FWD' and
25518            not 'SRv6' and
25519            not 'IPSEC' and
25520            not 'VHOST'"
25521   parameters:
25522   - "throughput"
25523   - "parent"
25524   - "tags"
25525   sort:
25526   - "IP6BASE"
25527   - "FIB_20K"
25528   - "FIB_200K"
25529   - "FIB_2M"
25530   layout:
25531     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25532     layout: "plot-throughput-speedup-analysis"
25533
25534 # Speedup - VPP IPv6 2n-skx-x710
25535 - type: "plot"
25536   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25537   algorithm: "plot_throughput_speedup_analysis"
25538   output-file-type: ".html"
25539   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25541   filter: "'NIC_Intel-X710' and
25542            '78B' and
25543            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25544            'NDRPDR' and
25545            'IP6FWD' and
25546            not 'SRv6' and
25547            not 'IPSEC' and
25548            not 'VHOST'"
25549   parameters:
25550   - "throughput"
25551   - "parent"
25552   - "tags"
25553   sort:
25554   - "IP6BASE"
25555   - "FIB_20K"
25556   - "FIB_200K"
25557   - "FIB_2M"
25558   layout:
25559     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25560     layout: "plot-throughput-speedup-analysis"
25561
25562 - type: "plot"
25563   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25564   algorithm: "plot_throughput_speedup_analysis"
25565   output-file-type: ".html"
25566   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25568   filter: "'NIC_Intel-X710' and
25569            '78B' and
25570            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25571            'NDRPDR' and
25572            'IP6FWD' and
25573            not 'SRv6' and
25574            not 'IPSEC' and
25575            not 'VHOST'"
25576   parameters:
25577   - "throughput"
25578   - "parent"
25579   - "tags"
25580   sort:
25581   - "IP6BASE"
25582   - "FIB_20K"
25583   - "FIB_200K"
25584   - "FIB_2M"
25585   layout:
25586     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25587     layout: "plot-throughput-speedup-analysis"
25588
25589 # Speedup - VPP IPv6 2n-skx-xxv710
25590 - type: "plot"
25591   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25592   algorithm: "plot_throughput_speedup_analysis"
25593   output-file-type: ".html"
25594   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25596   filter: "'NIC_Intel-XXV710' and
25597            '78B' and
25598            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25599            'NDRPDR' and
25600            'IP6FWD' and
25601            not 'SRv6' and
25602            not 'IPSEC' and
25603            not 'VHOST'"
25604   parameters:
25605   - "throughput"
25606   - "parent"
25607   - "tags"
25608   sort:
25609   - "IP6BASE"
25610   - "FIB_20K"
25611   - "FIB_200K"
25612   - "FIB_2M"
25613   layout:
25614     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25615     layout: "plot-throughput-speedup-analysis"
25616
25617 - type: "plot"
25618   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25619   algorithm: "plot_throughput_speedup_analysis"
25620   output-file-type: ".html"
25621   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25623   filter: "'NIC_Intel-XXV710' and
25624            '78B' and
25625            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25626            'NDRPDR' and
25627            'IP6FWD' and
25628            not 'SRv6' and
25629            not 'IPSEC' and
25630            not 'VHOST'"
25631   parameters:
25632   - "throughput"
25633   - "parent"
25634   - "tags"
25635   sort:
25636   - "IP6BASE"
25637   - "FIB_20K"
25638   - "FIB_200K"
25639   - "FIB_2M"
25640   layout:
25641     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25642     layout: "plot-throughput-speedup-analysis"
25643
25644 ## Speedup - VPP IPv6 2n-dnv-x553 base
25645 #- type: "plot"
25646 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25647 #  algorithm: "plot_throughput_speedup_analysis"
25648 #  output-file-type: ".html"
25649 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25650 #  data: "intel-dnv-vpp"
25651 #  filter: "'NIC_Intel-X553' and
25652 #           '78B' and
25653 #           'IP6BASE' and
25654 #           'NDRPDR' and
25655 #           'IP6FWD' and
25656 #           not 'SRv6' and
25657 #           not 'IPSEC' and
25658 #           not 'VHOST'"
25659 #  parameters:
25660 #  - "throughput"
25661 #  - "parent"
25662 #  - "tags"
25663 #  sort:
25664 #  - "IP6BASE"
25665 #  layout:
25666 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25667 #    layout: "plot-throughput-speedup-analysis"
25668 #
25669 #- type: "plot"
25670 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25671 #  algorithm: "plot_throughput_speedup_analysis"
25672 #  output-file-type: ".html"
25673 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25674 #  data: "intel-dnv-vpp"
25675 #  filter: "'NIC_Intel-X553' and
25676 #           '78B' and
25677 #           'IP6BASE' and
25678 #           'NDRPDR' and
25679 #           'IP6FWD' and
25680 #           not 'SRv6' and
25681 #           not 'IPSEC' and
25682 #           not 'VHOST'"
25683 #  parameters:
25684 #  - "throughput"
25685 #  - "parent"
25686 #  - "tags"
25687 #  sort:
25688 #  - "IP6BASE"
25689 #  layout:
25690 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25691 #    layout: "plot-throughput-speedup-analysis"
25692
25693 ################################################################################
25694
25695 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25696 - type: "plot"
25697   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25698   algorithm: "plot_throughput_speedup_analysis"
25699   output-file-type: ".html"
25700   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25702   filter: "'NIC_Intel-X520-DA2' and
25703            '78B' and
25704            'ENCAP' and
25705            'NDRPDR' and
25706            'LISP' and
25707            not 'VHOST'"
25708   parameters:
25709   - "throughput"
25710   - "parent"
25711   - "tags"
25712   sort:
25713   - "IP4UNRLAY"
25714   - "IP6UNRLAY"
25715   layout:
25716     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25717     layout: "plot-throughput-speedup-analysis"
25718
25719 - type: "plot"
25720   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25721   algorithm: "plot_throughput_speedup_analysis"
25722   output-file-type: ".html"
25723   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25725   filter: "'NIC_Intel-X520-DA2' and
25726            '78B' and
25727            'ENCAP' and
25728            'NDRPDR' and
25729            'LISP' and
25730            not 'VHOST'"
25731   parameters:
25732   - "throughput"
25733   - "parent"
25734   - "tags"
25735   sort:
25736   - "IP4UNRLAY"
25737   - "IP6UNRLAY"
25738   layout:
25739     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25740     layout: "plot-throughput-speedup-analysis"
25741
25742 ################################################################################
25743
25744 # Speedup - VPP IPSec 3n-hsw-xl710 base
25745 - type: "plot"
25746   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25747   algorithm: "plot_throughput_speedup_analysis"
25748   output-file-type: ".html"
25749   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25751   filter: "'NIC_Intel-XL710' and
25752            '64B' and
25753            'IP4FWD' and
25754            'NDRPDR' and
25755            'BASE' and
25756            'IPSECHW' and
25757            ('IPSECTRAN' or 'IPSECTUN') and
25758            not 'VHOST'"
25759   parameters:
25760   - "throughput"
25761   - "parent"
25762   - "tags"
25763   layout:
25764     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25765     layout: "plot-throughput-speedup-analysis"
25766
25767 - type: "plot"
25768   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25769   algorithm: "plot_throughput_speedup_analysis"
25770   output-file-type: ".html"
25771   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25773   filter: "'NIC_Intel-XL710' and
25774            '64B' and
25775            'IP4FWD' and
25776            'NDRPDR' and
25777            'BASE' and
25778            'IPSECHW' and
25779            ('IPSECTRAN' or 'IPSECTUN') and
25780            not 'VHOST'"
25781   parameters:
25782   - "throughput"
25783   - "parent"
25784   - "tags"
25785   layout:
25786     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25787     layout: "plot-throughput-speedup-analysis"
25788
25789 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25790 - type: "plot"
25791   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25792   algorithm: "plot_throughput_speedup_analysis"
25793   output-file-type: ".html"
25794   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25796   filter: "'NIC_Intel-XL710' and
25797            '64B' and
25798            'IP4FWD' and
25799            'NDRPDR' and
25800            'SCALE' and
25801            'IPSECHW' and
25802            ('IPSECTRAN' or 'IPSECTUN') and
25803            not 'VHOST'"
25804   parameters:
25805   - "throughput"
25806   - "parent"
25807   - "tags"
25808   layout:
25809     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25810     layout: "plot-throughput-speedup-analysis"
25811
25812 - type: "plot"
25813   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25814   algorithm: "plot_throughput_speedup_analysis"
25815   output-file-type: ".html"
25816   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25818   filter: "'NIC_Intel-XL710' and
25819            '64B' and
25820            'IP4FWD' and
25821            'NDRPDR' and
25822            'SCALE' and
25823            'IPSECHW' and
25824            ('IPSECTRAN' or 'IPSECTUN') and
25825            not 'VHOST'"
25826   parameters:
25827   - "throughput"
25828   - "parent"
25829   - "tags"
25830   layout:
25831     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25832     layout: "plot-throughput-speedup-analysis"
25833
25834 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25835 - type: "plot"
25836   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25837   algorithm: "plot_throughput_speedup_analysis"
25838   output-file-type: ".html"
25839   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25841   filter: "'NIC_Intel-XL710' and
25842            '64B' and
25843            'IP4FWD' and
25844            'NDRPDR' and
25845            'IPSECSW' and
25846            ('IPSECTRAN' or 'IPSECTUN') and
25847            not 'VHOST'"
25848   parameters:
25849   - "throughput"
25850   - "parent"
25851   - "tags"
25852   layout:
25853     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25854     layout: "plot-throughput-speedup-analysis"
25855
25856 - type: "plot"
25857   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25858   algorithm: "plot_throughput_speedup_analysis"
25859   output-file-type: ".html"
25860   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25862   filter: "'NIC_Intel-XL710' and
25863            '64B' and
25864            'IP4FWD' and
25865            'NDRPDR' and
25866            'IPSECSW' and
25867            ('IPSECTRAN' or 'IPSECTUN') and
25868            not 'VHOST'"
25869   parameters:
25870   - "throughput"
25871   - "parent"
25872   - "tags"
25873   layout:
25874     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25875     layout: "plot-throughput-speedup-analysis"
25876
25877 ################################################################################
25878
25879 # Speedup - VPP SRv6 3n-hsw-x520
25880 - type: "plot"
25881   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25882   algorithm: "plot_throughput_speedup_analysis"
25883   output-file-type: ".html"
25884   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25886   filter: "'NIC_Intel-X520-DA2' and
25887            '78B' and
25888            'FEATURE' and
25889            'NDRPDR' and
25890            'IP6FWD' and
25891            'SRv6'"
25892   parameters:
25893   - "throughput"
25894   - "parent"
25895   - "tags"
25896   layout:
25897     title: "srv6-3n-hsw-x520-78b-features-ndr"
25898     layout: "plot-throughput-speedup-analysis"
25899
25900 - type: "plot"
25901   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25902   algorithm: "plot_throughput_speedup_analysis"
25903   output-file-type: ".html"
25904   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25906   filter: "'NIC_Intel-X520-DA2' and
25907            '78B' and
25908            'FEATURE' and
25909            'NDRPDR' and
25910            'IP6FWD' and
25911            'SRv6'"
25912   parameters:
25913   - "throughput"
25914   - "parent"
25915   - "tags"
25916   layout:
25917     title: "srv6-3n-hsw-x520-78b-features-pdr"
25918     layout: "plot-throughput-speedup-analysis"
25919
25920 ################################################################################
25921
25922 # Speedup - VPP L2 3n-hsw-x520 base and scale
25923 - type: "plot"
25924   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25925   algorithm: "plot_throughput_speedup_analysis"
25926   output-file-type: ".html"
25927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25929   filter: "'NIC_Intel-X520-DA2' and
25930            '64B' and
25931            ('BASE' or 'SCALE') and
25932            'NDRPDR' and
25933            'ETH' and
25934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25935            not 'VHOST' and
25936            not 'MEMIF'"
25937   parameters:
25938   - "throughput"
25939   - "parent"
25940   - "tags"
25941   sort:
25942   - "L2XCFWD"
25943   - "L2PATCH"
25944   - "L2BDMACLRN"
25945   - "FIB_10K"
25946   - "FIB_100K"
25947   - "FIB_1M"
25948   layout:
25949     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25950     layout: "plot-throughput-speedup-analysis"
25951
25952 - type: "plot"
25953   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25954   algorithm: "plot_throughput_speedup_analysis"
25955   output-file-type: ".html"
25956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25958   filter: "'NIC_Intel-X520-DA2' and
25959            '64B' and
25960            ('BASE' or 'SCALE') and
25961            'NDRPDR' and
25962            'ETH' and
25963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25964            not 'VHOST' and
25965            not 'MEMIF'"
25966   parameters:
25967   - "throughput"
25968   - "parent"
25969   - "tags"
25970   sort:
25971   - "L2XCFWD"
25972   - "L2PATCH"
25973   - "L2BDMACLRN"
25974   - "FIB_10K"
25975   - "FIB_100K"
25976   - "FIB_1M"
25977   layout:
25978     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25979     layout: "plot-throughput-speedup-analysis"
25980
25981 # Speedup - VPP L2 3n-hsw-x520 features
25982 - type: "plot"
25983   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25984   algorithm: "plot_throughput_speedup_analysis"
25985   output-file-type: ".html"
25986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25988   filter: "'NIC_Intel-X520-DA2' and
25989            '64B' and
25990            'NDRPDR' and
25991            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25992            not 'ACL' and
25993            not 'VHOST' and
25994            not 'MEMIF'"
25995   parameters:
25996   - "throughput"
25997   - "parent"
25998   - "tags"
25999   sort:
26000   - "L2XCBASE"    # l2xcbase
26001   - "L2BDBASE"    # l2bdbase
26002   - "L2XCFWD"     # dot1q-l2xcbase
26003   - "L2BDMACLRN"  # dot1q-l2bdbase
26004   layout:
26005     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26006     layout: "plot-throughput-speedup-analysis"
26007
26008 - type: "plot"
26009   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26010   algorithm: "plot_throughput_speedup_analysis"
26011   output-file-type: ".html"
26012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26014   filter: "'NIC_Intel-X520-DA2' and
26015            '64B' and
26016            'NDRPDR' and
26017            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26018            not 'ACL' and
26019            not 'VHOST' and
26020            not 'MEMIF'"
26021   parameters:
26022   - "throughput"
26023   - "parent"
26024   - "tags"
26025   sort:
26026   - "L2XCBASE"    # l2xcbase
26027   - "L2BDBASE"    # l2bdbase
26028   - "L2XCFWD"     # dot1q-l2xcbase
26029   - "L2BDMACLRN"  # dot1q-l2bdbase
26030   layout:
26031     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26032     layout: "plot-throughput-speedup-analysis"
26033
26034 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26035 - type: "plot"
26036   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26037   algorithm: "plot_throughput_speedup_analysis"
26038   output-file-type: ".html"
26039   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26041   filter: "'NIC_Intel-X520-DA2' and
26042            'NDRPDR' and
26043            '64B' and
26044            'FEATURE' and
26045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26046            'IACL' and
26047            ('ACL1' or 'ACL50') and
26048            ('10K_FLOWS' or '10k_FLOWS') and
26049            not 'MACIP' and
26050            not 'VHOST' and
26051            not 'MEMIF'"
26052   parameters:
26053   - "throughput"
26054   - "parent"
26055   - "tags"
26056   layout:
26057     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26058     layout: "plot-throughput-speedup-analysis"
26059
26060 - type: "plot"
26061   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26062   algorithm: "plot_throughput_speedup_analysis"
26063   output-file-type: ".html"
26064   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26066   filter: "'NIC_Intel-X520-DA2' and
26067            'NDRPDR' and
26068            '64B' and
26069            'FEATURE' and
26070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26071            'IACL' and
26072            ('ACL1' or 'ACL50') and
26073            ('10K_FLOWS' or '10k_FLOWS') and
26074            not 'MACIP' and
26075            not 'VHOST' and
26076            not 'MEMIF'"
26077   parameters:
26078   - "throughput"
26079   - "parent"
26080   - "tags"
26081   layout:
26082     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26083     layout: "plot-throughput-speedup-analysis"
26084
26085 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26086 - type: "plot"
26087   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26088   algorithm: "plot_throughput_speedup_analysis"
26089   output-file-type: ".html"
26090   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26092   filter: "'NIC_Intel-X520-DA2' and
26093            'NDRPDR' and
26094            '64B' and
26095            'FEATURE' and
26096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26097            'OACL' and
26098            ('ACL1' or 'ACL50') and
26099            ('10K_FLOWS' or '10k_FLOWS') and
26100            not 'MACIP' and
26101            not 'VHOST' and
26102            not 'MEMIF'"
26103   parameters:
26104   - "throughput"
26105   - "parent"
26106   - "tags"
26107   layout:
26108     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26109     layout: "plot-throughput-speedup-analysis"
26110
26111 - type: "plot"
26112   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26113   algorithm: "plot_throughput_speedup_analysis"
26114   output-file-type: ".html"
26115   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26117   filter: "'NIC_Intel-X520-DA2' and
26118            'NDRPDR' and
26119            '64B' and
26120            'FEATURE' and
26121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26122            'OACL' and
26123            ('ACL1' or 'ACL50') and
26124            ('10K_FLOWS' or '10k_FLOWS') and
26125            not 'MACIP' and
26126            not 'VHOST' and
26127            not 'MEMIF'"
26128   parameters:
26129   - "throughput"
26130   - "parent"
26131   - "tags"
26132   layout:
26133     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26134     layout: "plot-throughput-speedup-analysis"
26135
26136 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26137 - type: "plot"
26138   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26139   algorithm: "plot_throughput_speedup_analysis"
26140   output-file-type: ".html"
26141   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26143   filter: "'NIC_Intel-X520-DA2' and
26144            'NDRPDR' and
26145            '64B' and
26146            'FEATURE' and
26147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26148            'OACL' and
26149            ('ACL1' or 'ACL50') and
26150            ('10K_FLOWS' or '10k_FLOWS') and
26151            not 'MACIP' and
26152            not 'VHOST' and
26153            not 'MEMIF'"
26154   parameters:
26155   - "throughput"
26156   - "parent"
26157   - "tags"
26158   layout:
26159     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26160     layout: "plot-throughput-speedup-analysis"
26161
26162 - type: "plot"
26163   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26164   algorithm: "plot_throughput_speedup_analysis"
26165   output-file-type: ".html"
26166   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26168   filter: "'NIC_Intel-X520-DA2' and
26169            'NDRPDR' and
26170            '64B' and
26171            'FEATURE' and
26172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26173            'OACL' and
26174            ('ACL1' or 'ACL50') and
26175            ('10K_FLOWS' or '10k_FLOWS') and
26176            not 'MACIP' and
26177            not 'VHOST' and
26178            not 'MEMIF'"
26179   parameters:
26180   - "throughput"
26181   - "parent"
26182   - "tags"
26183   layout:
26184     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26185     layout: "plot-throughput-speedup-analysis"
26186
26187 # Speedup - VPP L2 3n-hsw-x520 features-macip
26188 - type: "plot"
26189   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26190   algorithm: "plot_throughput_speedup_analysis"
26191   output-file-type: ".html"
26192   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26194   filter: "'NIC_Intel-X520-DA2' and
26195            'NDRPDR' and
26196            '64B' and
26197            'FEATURE' and
26198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26199            'MACIP' and
26200            ('ACL1' or 'ACL50') and
26201            ('10K_FLOWS' or '10k_FLOWS') and
26202            not 'VHOST' and
26203            not 'MEMIF'"
26204   parameters:
26205   - "throughput"
26206   - "parent"
26207   - "tags"
26208   layout:
26209     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26210     layout: "plot-throughput-speedup-analysis"
26211
26212 - type: "plot"
26213   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26214   algorithm: "plot_throughput_speedup_analysis"
26215   output-file-type: ".html"
26216   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26218   filter: "'NIC_Intel-X520-DA2' and
26219            'NDRPDR' and
26220            '64B' and
26221            'FEATURE' and
26222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26223            'MACIP' and
26224            ('ACL1' or 'ACL50') and
26225            ('10K_FLOWS' or '10k_FLOWS') and
26226            not 'VHOST' and
26227            not 'MEMIF'"
26228   parameters:
26229   - "throughput"
26230   - "parent"
26231   - "tags"
26232   layout:
26233     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26234     layout: "plot-throughput-speedup-analysis"
26235
26236 # Speedup - VPP L2 3n-hsw-x710 base and scale
26237 - type: "plot"
26238   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26239   algorithm: "plot_throughput_speedup_analysis"
26240   output-file-type: ".html"
26241   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26243   filter: "'NIC_Intel-X710' and
26244            '64B' and
26245            ('BASE' or 'SCALE') and
26246            'NDRPDR' and
26247            'ETH' and
26248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26249            not 'VHOST' and
26250            not 'MEMIF' and
26251            not 'DRV_AVF'"
26252   parameters:
26253   - "throughput"
26254   - "parent"
26255   - "tags"
26256   sort:
26257   - "L2PATCH"
26258   - "L2XCFWD"
26259   - "L2BDMACLRN"
26260   - "FIB_10K"
26261   - "FIB_100K"
26262   - "FIB_1M"
26263   layout:
26264     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26265     layout: "plot-throughput-speedup-analysis"
26266
26267 - type: "plot"
26268   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26269   algorithm: "plot_throughput_speedup_analysis"
26270   output-file-type: ".html"
26271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26273   filter: "'NIC_Intel-X710' and
26274            '64B' and
26275            ('BASE' or 'SCALE') and
26276            'NDRPDR' and
26277            'ETH' and
26278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26279            not 'VHOST' and
26280            not 'MEMIF' and
26281            not 'DRV_AVF'"
26282   parameters:
26283   - "throughput"
26284   - "parent"
26285   - "tags"
26286   sort:
26287   - "L2PATCH"
26288   - "L2XCFWD"
26289   - "L2BDMACLRN"
26290   - "FIB_10K"
26291   - "FIB_100K"
26292   - "FIB_1M"
26293   layout:
26294     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26295     layout: "plot-throughput-speedup-analysis"
26296
26297 # Speedup - VPP L2 3n-hsw-x710 features
26298 - type: "plot"
26299   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26300   algorithm: "plot_throughput_speedup_analysis"
26301   output-file-type: ".html"
26302   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26304   filter: "'NIC_Intel-X710' and
26305            '64B' and
26306            'NDRPDR' and
26307            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26308            not 'ACL' and
26309            not 'VHOST' and
26310            not 'L2OVRLAY' and
26311            not 'MEMIF'"
26312   parameters:
26313   - "throughput"
26314   - "parent"
26315   - "tags"
26316   sort:
26317   - "L2XCBASE"    # l2xcbase
26318   - "L2BDBASE"    # l2bdbase
26319   - "L2XCFWD"     # dot1q-l2xcbase
26320   - "L2BDMACLRN"  # dot1q-l2bdbase
26321   layout:
26322     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26323     layout: "plot-throughput-speedup-analysis"
26324
26325 - type: "plot"
26326   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26327   algorithm: "plot_throughput_speedup_analysis"
26328   output-file-type: ".html"
26329   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26331   filter: "'NIC_Intel-X710' and
26332            '64B' and
26333            'NDRPDR' and
26334            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26335            not 'ACL' and
26336            not 'VHOST' and
26337            not 'L2OVRLAY' and
26338            not 'MEMIF'"
26339   parameters:
26340   - "throughput"
26341   - "parent"
26342   - "tags"
26343   sort:
26344   - "L2XCBASE"    # l2xcbase
26345   - "L2BDBASE"    # l2bdbase
26346   - "L2XCFWD"     # dot1q-l2xcbase
26347   - "L2BDMACLRN"  # dot1q-l2bdbase
26348   layout:
26349     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26350     layout: "plot-throughput-speedup-analysis"
26351
26352 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26353 - type: "plot"
26354   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26355   algorithm: "plot_throughput_speedup_analysis"
26356   output-file-type: ".html"
26357   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26359   filter: "'NIC_Intel-X710' and
26360            'NDRPDR' and
26361            '64B' and
26362            'FEATURE' and
26363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26364            'IACL' and
26365            ('ACL1' or 'ACL50') and
26366            ('10K_FLOWS' or '10k_FLOWS') and
26367            not 'MACIP' and
26368            not 'VHOST' and
26369            not 'MEMIF'"
26370   parameters:
26371   - "throughput"
26372   - "parent"
26373   - "tags"
26374   layout:
26375     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26376     layout: "plot-throughput-speedup-analysis"
26377
26378 - type: "plot"
26379   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26380   algorithm: "plot_throughput_speedup_analysis"
26381   output-file-type: ".html"
26382   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26384   filter: "'NIC_Intel-X710' and
26385            'NDRPDR' and
26386            '64B' and
26387            'FEATURE' and
26388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26389            'IACL' and
26390            ('ACL1' or 'ACL50') and
26391            ('10K_FLOWS' or '10k_FLOWS') and
26392            not 'MACIP' and
26393            not 'VHOST' and
26394            not 'MEMIF'"
26395   parameters:
26396   - "throughput"
26397   - "parent"
26398   - "tags"
26399   layout:
26400     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26401     layout: "plot-throughput-speedup-analysis"
26402
26403 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26404 - type: "plot"
26405   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26406   algorithm: "plot_throughput_speedup_analysis"
26407   output-file-type: ".html"
26408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26410   filter: "'NIC_Intel-XL710' and
26411            '64B' and
26412            'BASE' and
26413            'NDRPDR' and
26414            'ETH' and
26415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26416            not 'VHOST' and
26417            not 'MEMIF'"
26418   parameters:
26419   - "throughput"
26420   - "parent"
26421   - "tags"
26422   sort:
26423   - "L2PATCH"
26424   - "L2XCFWD"
26425   - "L2BDMACLRN"
26426   layout:
26427     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26428     layout: "plot-throughput-speedup-analysis"
26429
26430 - type: "plot"
26431   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26432   algorithm: "plot_throughput_speedup_analysis"
26433   output-file-type: ".html"
26434   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26436   filter: "'NIC_Intel-XL710' and
26437            '64B' and
26438            'BASE' and
26439            'NDRPDR' and
26440            'ETH' and
26441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26442            not 'VHOST' and
26443            not 'MEMIF'"
26444   parameters:
26445   - "throughput"
26446   - "parent"
26447   - "tags"
26448   sort:
26449   - "L2PATCH"
26450   - "L2XCFWD"
26451   - "L2BDMACLRN"
26452   layout:
26453     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26454     layout: "plot-throughput-speedup-analysis"
26455
26456 # Speedup - VPP L2 3n-skx-x710 base and scale
26457 - type: "plot"
26458   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26459   algorithm: "plot_throughput_speedup_analysis"
26460   output-file-type: ".html"
26461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26463   filter: "'NIC_Intel-X710' and
26464            '64B' and
26465            ('BASE' or 'SCALE') and
26466            'NDRPDR' and
26467            'ETH' and
26468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26469            not 'VHOST' and
26470            not 'DRV_AVF' and
26471            not 'MEMIF'"
26472   parameters:
26473   - "throughput"
26474   - "parent"
26475   - "tags"
26476   sort:
26477   - "L2PATCH"
26478   - "L2XCBASE"
26479   - "BASE"
26480   - "FIB_10K"
26481   - "FIB_100K"
26482   - "FIB_1M"
26483   layout:
26484     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26485     layout: "plot-throughput-speedup-analysis"
26486
26487 - type: "plot"
26488   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26489   algorithm: "plot_throughput_speedup_analysis"
26490   output-file-type: ".html"
26491   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26493   filter: "'NIC_Intel-X710' and
26494            '64B' and
26495            ('BASE' or 'SCALE') and
26496            'NDRPDR' and
26497            'ETH' and
26498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26499            not 'VHOST' and
26500            not 'DRV_AVF' and
26501            not 'MEMIF'"
26502   parameters:
26503   - "throughput"
26504   - "parent"
26505   - "tags"
26506   sort:
26507   - "L2PATCH"
26508   - "L2XCBASE"
26509   - "BASE"
26510   - "FIB_10K"
26511   - "FIB_100K"
26512   - "FIB_1M"
26513   layout:
26514     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26515     layout: "plot-throughput-speedup-analysis"
26516
26517 # Speedup - VPP L2 3n-skx-x710 features
26518 - type: "plot"
26519   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26520   algorithm: "plot_throughput_speedup_analysis"
26521   output-file-type: ".html"
26522   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26524   filter: "'NIC_Intel-X710' and
26525            '64B' and
26526            'NDRPDR' and
26527            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26528            not 'ACL' and
26529            not 'VHOST' and
26530            not 'DRV_AVF' and
26531            not 'L2OVRLAY' and
26532            not 'MEMIF'"
26533   parameters:
26534   - "throughput"
26535   - "parent"
26536   - "tags"
26537   sort:
26538   - "L2XCBASE"    # l2xcbase
26539   - "L2BDBASE"    # l2bdbase
26540   - "L2XCFWD"     # dot1q-l2xcbase
26541   - "L2BDMACLRN"  # dot1q-l2bdbase
26542   layout:
26543     title: "l2sw-3n-skx-x710-64b-features-ndr"
26544     layout: "plot-throughput-speedup-analysis"
26545
26546 - type: "plot"
26547   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26548   algorithm: "plot_throughput_speedup_analysis"
26549   output-file-type: ".html"
26550   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26552   filter: "'NIC_Intel-X710' and
26553            '64B' and
26554            'NDRPDR' and
26555            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26556            not 'ACL' and
26557            not 'VHOST' and
26558            not 'DRV_AVF' and
26559            not 'L2OVRLAY' and
26560            not 'MEMIF'"
26561   parameters:
26562   - "throughput"
26563   - "parent"
26564   - "tags"
26565   sort:
26566   - "L2XCBASE"    # l2xcbase
26567   - "L2BDBASE"    # l2bdbase
26568   - "L2XCFWD"     # dot1q-l2xcbase
26569   - "L2BDMACLRN"  # dot1q-l2bdbase
26570   layout:
26571     title: "l2sw-3n-skx-x710-64b-features-pdr"
26572     layout: "plot-throughput-speedup-analysis"
26573
26574 # Speedup - VPP L2 3n-skx-x710 features-iacl
26575 - type: "plot"
26576   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26577   algorithm: "plot_throughput_speedup_analysis"
26578   output-file-type: ".html"
26579   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26581   filter: "'NIC_Intel-X710' and
26582            'NDRPDR' and
26583            '64B' and
26584            'FEATURE' and
26585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26586            'IACL' and
26587            ('ACL1' or 'ACL50') and
26588            ('10K_FLOWS' or '10k_FLOWS') and
26589            not 'MACIP' and
26590            not 'VHOST' and
26591            not 'MEMIF'"
26592   parameters:
26593   - "throughput"
26594   - "parent"
26595   - "tags"
26596   layout:
26597     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26598     layout: "plot-throughput-speedup-analysis"
26599
26600 - type: "plot"
26601   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26602   algorithm: "plot_throughput_speedup_analysis"
26603   output-file-type: ".html"
26604   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26606   filter: "'NIC_Intel-X710' and
26607            'NDRPDR' and
26608            '64B' and
26609            'FEATURE' and
26610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26611            'IACL' and
26612            ('ACL1' or 'ACL50') and
26613            ('10K_FLOWS' or '10k_FLOWS') and
26614            not 'MACIP' and
26615            not 'VHOST' and
26616            not 'MEMIF'"
26617   parameters:
26618   - "throughput"
26619   - "parent"
26620   - "tags"
26621   layout:
26622     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26623     layout: "plot-throughput-speedup-analysis"
26624
26625 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26626 - type: "plot"
26627   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26628   algorithm: "plot_throughput_speedup_analysis"
26629   output-file-type: ".html"
26630   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26632   filter: "'NIC_Intel-XXV710' and
26633            '64B' and
26634            ('BASE' or 'SCALE') and
26635            'NDRPDR' and
26636            'ETH' and
26637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26638            not 'DRV_AVF' and
26639            not 'VHOST' and
26640            not 'MEMIF'"
26641   parameters:
26642   - "throughput"
26643   - "parent"
26644   - "tags"
26645 #  sort:
26646 #  - "L2PATCH"
26647 #  - "L2PATCH"
26648 #  - "L2XCBASE"
26649 #  - "L2BDMACLRN"
26650   layout:
26651     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26652     layout: "plot-throughput-speedup-analysis"
26653
26654 - type: "plot"
26655   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26656   algorithm: "plot_throughput_speedup_analysis"
26657   output-file-type: ".html"
26658   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26660   filter: "'NIC_Intel-XXV710' and
26661            '64B' and
26662            ('BASE' or 'SCALE') and
26663            'NDRPDR' and
26664            'ETH' and
26665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26666            not 'DRV_AVF' and
26667            not 'VHOST' and
26668            not 'MEMIF'"
26669   parameters:
26670   - "throughput"
26671   - "parent"
26672   - "tags"
26673 #  sort:
26674 #  - "L2PATCH"
26675 #  - "L2PATCH"
26676 #  - "L2XCBASE"
26677 #  - "L2BDMACLRN"
26678   layout:
26679     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26680     layout: "plot-throughput-speedup-analysis"
26681
26682 # Speedup - VPP L2 2n-skx-x710 base and scale
26683 - type: "plot"
26684   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26685   algorithm: "plot_throughput_speedup_analysis"
26686   output-file-type: ".html"
26687   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26689   filter: "'NIC_Intel-X710' and
26690            '64B' and
26691            ('BASE' or 'SCALE') and
26692            'NDRPDR' and
26693            'ETH' and
26694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26695            not 'VHOST' and
26696            not 'MEMIF'"
26697   parameters:
26698   - "throughput"
26699   - "parent"
26700   - "tags"
26701   sort:
26702   - "L2PATCH"
26703   - "L2XCBASE"
26704   - "BASE"
26705   - "FIB_10K"
26706   - "FIB_100K"
26707   - "FIB_1M"
26708   layout:
26709     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26710     layout: "plot-throughput-speedup-analysis"
26711
26712 - type: "plot"
26713   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26714   algorithm: "plot_throughput_speedup_analysis"
26715   output-file-type: ".html"
26716   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26718   filter: "'NIC_Intel-X710' and
26719            '64B' and
26720            ('BASE' or 'SCALE') and
26721            'NDRPDR' and
26722            'ETH' and
26723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26724            not 'VHOST' and
26725            not 'MEMIF'"
26726   parameters:
26727   - "throughput"
26728   - "parent"
26729   - "tags"
26730   sort:
26731   - "L2PATCH"
26732   - "L2XCBASE"
26733   - "BASE"
26734   - "FIB_10K"
26735   - "FIB_100K"
26736   - "FIB_1M"
26737   layout:
26738     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26739     layout: "plot-throughput-speedup-analysis"
26740
26741 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26742 - type: "plot"
26743   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26744   algorithm: "plot_throughput_speedup_analysis"
26745   output-file-type: ".html"
26746   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26748   filter: "'NIC_Intel-XXV710' and
26749            '64B' and
26750            ('BASE' or 'SCALE') and
26751            'NDRPDR' and
26752            'ETH' and
26753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26754            not 'VHOST' and
26755            not 'MEMIF'"
26756   parameters:
26757   - "throughput"
26758   - "parent"
26759   - "tags"
26760   sort:
26761   - "L2PATCH"
26762   - "L2XCBASE"
26763   - "BASE"
26764   - "FIB_10K"
26765   - "FIB_100K"
26766   - "FIB_1M"
26767   layout:
26768     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26769     layout: "plot-throughput-speedup-analysis"
26770
26771 - type: "plot"
26772   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26773   algorithm: "plot_throughput_speedup_analysis"
26774   output-file-type: ".html"
26775   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26777   filter: "'NIC_Intel-XXV710' and
26778            '64B' and
26779            ('BASE' or 'SCALE') and
26780            'NDRPDR' and
26781            'ETH' and
26782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26783            not 'VHOST' and
26784            not 'MEMIF'"
26785   parameters:
26786   - "throughput"
26787   - "parent"
26788   - "tags"
26789   sort:
26790   - "L2PATCH"
26791   - "L2XCBASE"
26792   - "BASE"
26793   - "FIB_10K"
26794   - "FIB_100K"
26795   - "FIB_1M"
26796   layout:
26797     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26798     layout: "plot-throughput-speedup-analysis"
26799
26800 ## Speedup - VPP L2 2n-dnv-x553 base
26801 #- type: "plot"
26802 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26803 #  algorithm: "plot_throughput_speedup_analysis"
26804 #  output-file-type: ".html"
26805 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26806 #  data: "intel-dnv-vpp"
26807 #  filter: "'NIC_Intel-X553' and
26808 #           '64B' and
26809 #           ('BASE' or 'SCALE') and
26810 #           'NDRPDR' and
26811 #           'ETH' and
26812 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26813 #           not 'VHOST' and
26814 #           not 'MEMIF'"
26815 #  parameters:
26816 #  - "throughput"
26817 #  - "parent"
26818 #  - "tags"
26819 #  sort:
26820 #  - "L2XCBASE"
26821 #  - "L2BDMACLRN"
26822 #  - "L2PATCH"
26823 #  layout:
26824 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26825 #    layout: "plot-throughput-speedup-analysis"
26826 #
26827 #- type: "plot"
26828 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26829 #  algorithm: "plot_throughput_speedup_analysis"
26830 #  output-file-type: ".html"
26831 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26832 #  data: "intel-dnv-vpp"
26833 #  filter: "'NIC_Intel-X553' and
26834 #           '64B' and
26835 #           ('BASE' or 'SCALE') and
26836 #           'NDRPDR' and
26837 #           'ETH' and
26838 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26839 #           not 'VHOST' and
26840 #           not 'MEMIF'"
26841 #  parameters:
26842 #  - "throughput"
26843 #  - "parent"
26844 #  - "tags"
26845 #  sort:
26846 #  - "L2XCBASE"
26847 #  - "L2BDMACLRN"
26848 #  - "L2PATCH"
26849 #  layout:
26850 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26851 #    layout: "plot-throughput-speedup-analysis"
26852
26853 ################################################################################
26854
26855 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26856 - type: "plot"
26857   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26858   algorithm: "plot_throughput_speedup_analysis"
26859   output-file-type: ".html"
26860   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26862   filter: "'NIC_Intel-X520-DA2' and
26863            '64B' and
26864            'NDRPDR' and
26865            'ETH' and
26866            'IP4FWD' and
26867            'VHOST_1024' and
26868            not 'VXLAN' and
26869            not 'DOT1Q'"
26870   parameters:
26871   - "throughput"
26872   - "parent"
26873   - "tags"
26874   sort:
26875   - "not CFS_OPT"
26876   - "1VM"
26877   - "2VM"
26878   layout:
26879     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26880     layout: "plot-throughput-speedup-analysis"
26881
26882 - type: "plot"
26883   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26884   algorithm: "plot_throughput_speedup_analysis"
26885   output-file-type: ".html"
26886   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26888   filter: "'NIC_Intel-X520-DA2' and
26889            '64B' and
26890            'NDRPDR' and
26891            'ETH' and
26892            'IP4FWD' and
26893            'VHOST_1024' and
26894            not 'VXLAN' and
26895            not 'DOT1Q'"
26896   parameters:
26897   - "throughput"
26898   - "parent"
26899   - "tags"
26900   sort:
26901   - "not CFS_OPT"
26902   - "1VM"
26903   - "2VM"
26904   layout:
26905     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26906     layout: "plot-throughput-speedup-analysis"
26907
26908 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26909 - type: "plot"
26910   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26911   algorithm: "plot_throughput_speedup_analysis"
26912   output-file-type: ".html"
26913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26915   filter: "'NIC_Intel-X520-DA2' and
26916            '64B' and
26917            'NDRPDR' and
26918            ('ETH' or 'DOT1Q') and
26919            'BASE' and
26920            ('L2BDMACLRN' or 'L2XCFWD') and
26921            'VHOST_1024' and
26922            not 'VXLAN' and
26923            not 'IP4FWD' and
26924            not '2VM'"
26925   parameters:
26926   - "throughput"
26927   - "parent"
26928   - "tags"
26929   sort:
26930   - "L2BDMACLRN"
26931   - "L2BDMACLRN"
26932   - "L2BDMACLRN"
26933   - "L2XCFWD"
26934   - "L2XCFWD"
26935   - "L2XCFWD"
26936   layout:
26937     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26938     layout: "plot-throughput-speedup-analysis"
26939
26940 - type: "plot"
26941   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26942   algorithm: "plot_throughput_speedup_analysis"
26943   output-file-type: ".html"
26944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26946   filter: "'NIC_Intel-X520-DA2' and
26947            '64B' and
26948            'NDRPDR' and
26949            ('ETH' or 'DOT1Q') and
26950            'BASE' and
26951            ('L2BDMACLRN' or 'L2XCFWD') and
26952            'VHOST_1024' and
26953            not 'VXLAN' and
26954            not 'IP4FWD' and
26955            not '2VM'"
26956   parameters:
26957   - "throughput"
26958   - "parent"
26959   - "tags"
26960   sort:
26961   - "L2BDMACLRN"
26962   - "L2BDMACLRN"
26963   - "L2BDMACLRN"
26964   - "L2XCFWD"
26965   - "L2XCFWD"
26966   - "L2XCFWD"
26967   layout:
26968     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26969     layout: "plot-throughput-speedup-analysis"
26970
26971 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26972 - type: "plot"
26973   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26974   algorithm: "plot_throughput_speedup_analysis"
26975   output-file-type: ".html"
26976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26978   filter: "'NIC_Intel-X520-DA2' and
26979            '64B' and
26980            'NDRPDR' and
26981            ('ETH' or 'DOT1Q') and
26982            ('L2BDMACLRN' or 'L2XCFWD') and
26983            'VHOST_1024' and
26984            not 'CFS_OPT' and
26985            not 'DOT1Q' and
26986            not 'VXLAN' and
26987            not 'IP4FWD' and
26988            not 'LBOND'"
26989   parameters:
26990   - "throughput"
26991   - "parent"
26992   - "tags"
26993 #  sort:
26994 #  - "1VM"
26995 #  - "L2XCFWD"
26996 #  - "1VM"
26997 #  - "L2BDMACLRN"
26998   layout:
26999     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27000     layout: "plot-throughput-speedup-analysis"
27001
27002 - type: "plot"
27003   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27004   algorithm: "plot_throughput_speedup_analysis"
27005   output-file-type: ".html"
27006   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27008   filter: "'NIC_Intel-X520-DA2' and
27009            '64B' and
27010            'NDRPDR' and
27011            ('ETH' or 'DOT1Q') and
27012            ('L2BDMACLRN' or 'L2XCFWD') and
27013            'VHOST_1024' and
27014            not 'CFS_OPT' and
27015            not 'DOT1Q' and
27016            not 'VXLAN' and
27017            not 'IP4FWD' and
27018            not 'LBOND'"
27019   parameters:
27020   - "throughput"
27021   - "parent"
27022   - "tags"
27023 #  sort:
27024 #  - "1VM"
27025 #  - "L2XCFWD"
27026 #  - "1VM"
27027 #  - "L2BDMACLRN"
27028   layout:
27029     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27030     layout: "plot-throughput-speedup-analysis"
27031
27032 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27033 - type: "plot"
27034   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27035   algorithm: "plot_throughput_speedup_analysis"
27036   output-file-type: ".html"
27037   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27039   filter: "'NIC_Intel-X710' and
27040            '64B' and
27041            'NDRPDR' and
27042            'ETH' and
27043            'IP4FWD' and
27044            'VHOST_1024' and
27045            not 'VXLAN' and
27046            not 'CFS_OPT' and
27047            not 'DOT1Q'"
27048   parameters:
27049   - "throughput"
27050   - "parent"
27051   - "tags"
27052   sort:
27053   - "1VM"
27054   - "2VM"
27055   layout:
27056     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27057     layout: "plot-throughput-speedup-analysis"
27058
27059 - type: "plot"
27060   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27061   algorithm: "plot_throughput_speedup_analysis"
27062   output-file-type: ".html"
27063   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27065   filter: "'NIC_Intel-X710' and
27066            '64B' and
27067            'NDRPDR' and
27068            'ETH' and
27069            'IP4FWD' and
27070            'VHOST_1024' and
27071            not 'VXLAN' and
27072            not 'CFS_OPT' and
27073            not 'DOT1Q'"
27074   parameters:
27075   - "throughput"
27076   - "parent"
27077   - "tags"
27078   sort:
27079   - "1VM"
27080   - "2VM"
27081   layout:
27082     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27083     layout: "plot-throughput-speedup-analysis"
27084
27085 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27086 - type: "plot"
27087   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27088   algorithm: "plot_throughput_speedup_analysis"
27089   output-file-type: ".html"
27090   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27092   filter: "'NIC_Intel-X710' and
27093            '64B' and
27094            'NDRPDR' and
27095            ('ETH' or 'DOT1Q') and
27096            'BASE' and
27097            ('L2BDMACLRN' or 'L2XCFWD') and
27098            'VHOST_1024' and
27099            not 'VXLAN' and
27100            not 'IP4FWD' and
27101            not '2VM'"
27102   parameters:
27103   - "throughput"
27104   - "parent"
27105   - "tags"
27106   sort:
27107   - "L2BDMACLRN"
27108   - "L2BDMACLRN"
27109   - "L2BDMACLRN"
27110   - "L2XCFWD"
27111   - "L2XCFWD"
27112   - "L2XCFWD"
27113   layout:
27114     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27115     layout: "plot-throughput-speedup-analysis"
27116
27117 - type: "plot"
27118   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27119   algorithm: "plot_throughput_speedup_analysis"
27120   output-file-type: ".html"
27121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27123   filter: "'NIC_Intel-X710' and
27124            '64B' and
27125            'NDRPDR' and
27126            ('ETH' or 'DOT1Q') and
27127            'BASE' and
27128            ('L2BDMACLRN' or 'L2XCFWD') and
27129            'VHOST_1024' and
27130            not 'VXLAN' and
27131            not 'IP4FWD' and
27132            not '2VM'"
27133   parameters:
27134   - "throughput"
27135   - "parent"
27136   - "tags"
27137   sort:
27138   - "L2BDMACLRN"
27139   - "L2BDMACLRN"
27140   - "L2BDMACLRN"
27141   - "L2XCFWD"
27142   - "L2XCFWD"
27143   - "L2XCFWD"
27144   layout:
27145     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27146     layout: "plot-throughput-speedup-analysis"
27147
27148 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27149 - type: "plot"
27150   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27151   algorithm: "plot_throughput_speedup_analysis"
27152   output-file-type: ".html"
27153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27155   filter: "'NIC_Intel-X710' and
27156            '64B' and
27157            'NDRPDR' and
27158            ('ETH' or 'DOT1Q') and
27159            ('L2BDMACLRN' or 'L2XCFWD') and
27160            'VHOST_1024' and
27161            not 'CFS_OPT' and
27162            not 'VXLAN' and
27163            not 'IP4FWD' and
27164            not 'LBOND'"
27165   parameters:
27166   - "throughput"
27167   - "parent"
27168   - "tags"
27169   sort:
27170   - "L2BDMACLRN"
27171   - "L2BDMACLRN"
27172   - "L2BDMACLRN"
27173   - "L2XCFWD"
27174   - "L2XCFWD"
27175   - "L2XCFWD"
27176   layout:
27177     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27178     layout: "plot-throughput-speedup-analysis"
27179
27180 - type: "plot"
27181   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27182   algorithm: "plot_throughput_speedup_analysis"
27183   output-file-type: ".html"
27184   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27186   filter: "'NIC_Intel-X710' and
27187            '64B' and
27188            'NDRPDR' and
27189            ('ETH' or 'DOT1Q') and
27190            ('L2BDMACLRN' or 'L2XCFWD') and
27191            'VHOST_1024' and
27192            not 'CFS_OPT' and
27193            not 'VXLAN' and
27194            not 'IP4FWD' and
27195            not 'LBOND'"
27196   parameters:
27197   - "throughput"
27198   - "parent"
27199   - "tags"
27200   sort:
27201   - "L2BDMACLRN"
27202   - "L2BDMACLRN"
27203   - "L2BDMACLRN"
27204   - "L2XCFWD"
27205   - "L2XCFWD"
27206   - "L2XCFWD"
27207   layout:
27208     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27209     layout: "plot-throughput-speedup-analysis"
27210
27211 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27212 - type: "plot"
27213   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27214   algorithm: "plot_throughput_speedup_analysis"
27215   output-file-type: ".html"
27216   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27218   filter: "'NIC_Intel-X710' and
27219            '64B' and
27220            'NDRPDR' and
27221            'ETH' and
27222            'IP4FWD' and
27223            'VHOST_1024' and
27224            not 'VXLAN' and
27225            not 'DOT1Q'"
27226   parameters:
27227   - "throughput"
27228   - "parent"
27229   - "tags"
27230   sort:
27231   - "1VM"
27232   - "2VM"
27233   layout:
27234     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27235     layout: "plot-throughput-speedup-analysis"
27236
27237 - type: "plot"
27238   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27239   algorithm: "plot_throughput_speedup_analysis"
27240   output-file-type: ".html"
27241   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27243   filter: "'NIC_Intel-X710' and
27244            '64B' and
27245            'NDRPDR' and
27246            'ETH' and
27247            'IP4FWD' and
27248            'VHOST_1024' and
27249            not 'VXLAN' and
27250            not 'DOT1Q'"
27251   parameters:
27252   - "throughput"
27253   - "parent"
27254   - "tags"
27255   sort:
27256   - "1VM"
27257   - "2VM"
27258   layout:
27259     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27260     layout: "plot-throughput-speedup-analysis"
27261
27262 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27263 - type: "plot"
27264   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27265   algorithm: "plot_throughput_speedup_analysis"
27266   output-file-type: ".html"
27267   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27269   filter: "'NIC_Intel-X710' and
27270            '64B' and
27271            'NDRPDR' and
27272            'ETH' and
27273            'IP4FWD' and
27274            'VHOST_1024' and
27275            not 'VXLAN' and
27276            not 'NF_DENSITY' and
27277            not 'CFS_OPT' and
27278            not 'DOT1Q'"
27279   parameters:
27280   - "throughput"
27281   - "parent"
27282   - "tags"
27283   sort:
27284   - "1VM"
27285   - "2VM"
27286   layout:
27287     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27288     layout: "plot-throughput-speedup-analysis"
27289
27290 - type: "plot"
27291   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27292   algorithm: "plot_throughput_speedup_analysis"
27293   output-file-type: ".html"
27294   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27296   filter: "'NIC_Intel-X710' and
27297            '64B' and
27298            'NDRPDR' and
27299            'ETH' and
27300            'IP4FWD' and
27301            'VHOST_1024' and
27302            not 'VXLAN' and
27303            not 'NF_DENSITY' and
27304            not 'CFS_OPT' and
27305            not 'DOT1Q'"
27306   parameters:
27307   - "throughput"
27308   - "parent"
27309   - "tags"
27310   sort:
27311   - "1VM"
27312   - "2VM"
27313   layout:
27314     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27315     layout: "plot-throughput-speedup-analysis"
27316
27317 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27318 - type: "plot"
27319   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27320   algorithm: "plot_throughput_speedup_analysis"
27321   output-file-type: ".html"
27322   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27324   filter: "'NIC_Intel-X710' and
27325            '64B' and
27326            'NDRPDR' and
27327            ('ETH' or 'DOT1Q') and
27328            'BASE' and
27329            ('L2BDMACLRN' or 'L2XCFWD') and
27330            'VHOST_1024' and
27331            not 'VXLAN' and
27332            not 'NF_DENSITY' and
27333            not 'IP4FWD' and
27334            not '2VM'"
27335   parameters:
27336   - "throughput"
27337   - "parent"
27338   - "tags"
27339 #  sort:
27340 #  - "not CFS_OPT"
27341 #  - "L2XCFWD"
27342 #  - "not CFS_OPT"
27343 #  - "CFS_OPT"
27344   layout:
27345     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27346     layout: "plot-throughput-speedup-analysis"
27347
27348 - type: "plot"
27349   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27350   algorithm: "plot_throughput_speedup_analysis"
27351   output-file-type: ".html"
27352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27354   filter: "'NIC_Intel-X710' and
27355            '64B' and
27356            'NDRPDR' and
27357            ('ETH' or 'DOT1Q') and
27358            'BASE' and
27359            ('L2BDMACLRN' or 'L2XCFWD') and
27360            'VHOST_1024' and
27361            not 'VXLAN' and
27362            not 'NF_DENSITY' and
27363            not 'IP4FWD' and
27364            not '2VM'"
27365   parameters:
27366   - "throughput"
27367   - "parent"
27368   - "tags"
27369 #  sort:
27370 #  - "not CFS_OPT"
27371 #  - "L2XCFWD"
27372 #  - "not CFS_OPT"
27373 #  - "CFS_OPT"
27374   layout:
27375     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27376     layout: "plot-throughput-speedup-analysis"
27377
27378 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27379 - type: "plot"
27380   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27381   algorithm: "plot_throughput_speedup_analysis"
27382   output-file-type: ".html"
27383   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27385   filter: "'NIC_Intel-X710' and
27386            '64B' and
27387            'NDRPDR' and
27388            ('ETH' or 'DOT1Q') and
27389            ('L2BDMACLRN' or 'L2XCFWD') and
27390            'VHOST_1024' and
27391            not 'CFS_OPT' and
27392            not 'VXLAN' and
27393            not 'NF_DENSITY' and
27394            not 'DOT1Q' and
27395            not 'IP4FWD'"
27396   parameters:
27397   - "throughput"
27398   - "parent"
27399   - "tags"
27400 #  sort:
27401 #  - "1VM"
27402 #  - "L2XCFWD"
27403 #  - "1VM"
27404 #  - "L2BDMACLRN"
27405   layout:
27406     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27407     layout: "plot-throughput-speedup-analysis"
27408
27409 - type: "plot"
27410   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27411   algorithm: "plot_throughput_speedup_analysis"
27412   output-file-type: ".html"
27413   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27415   filter: "'NIC_Intel-X710' and
27416            '64B' and
27417            'NDRPDR' and
27418            ('ETH' or 'DOT1Q') and
27419            ('L2BDMACLRN' or 'L2XCFWD') and
27420            'VHOST_1024' and
27421            not 'CFS_OPT' and
27422            not 'VXLAN' and
27423            not 'NF_DENSITY' and
27424            not 'DOT1Q' and
27425            not 'IP4FWD'"
27426   parameters:
27427   - "throughput"
27428   - "parent"
27429   - "tags"
27430 #  sort:
27431 #  - "1VM"
27432 #  - "L2XCFWD"
27433 #  - "1VM"
27434 #  - "L2BDMACLRN"
27435   layout:
27436     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27437     layout: "plot-throughput-speedup-analysis"
27438
27439 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27440 - type: "plot"
27441   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27442   algorithm: "plot_throughput_speedup_analysis"
27443   output-file-type: ".html"
27444   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27446   filter: "'NIC_Intel-XXV710' and
27447            '64B' and
27448            'NDRPDR' and
27449            'ETH' and
27450            'IP4FWD' and
27451            'VHOST_1024' and
27452            not 'VXLAN' and
27453            not 'CFS_OPT' and
27454            not 'DOT1Q'"
27455   parameters:
27456   - "throughput"
27457   - "parent"
27458   - "tags"
27459   sort:
27460   - "not CFS_OPT"
27461   - "1VM"
27462   - "2VM"
27463   layout:
27464     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27465     layout: "plot-throughput-speedup-analysis"
27466
27467 - type: "plot"
27468   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27469   algorithm: "plot_throughput_speedup_analysis"
27470   output-file-type: ".html"
27471   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27473   filter: "'NIC_Intel-XXV710' and
27474            '64B' and
27475            'NDRPDR' and
27476            'ETH' and
27477            'IP4FWD' and
27478            'VHOST_1024' and
27479            not 'VXLAN' and
27480            not 'CFS_OPT' and
27481            not 'DOT1Q'"
27482   parameters:
27483   - "throughput"
27484   - "parent"
27485   - "tags"
27486   sort:
27487   - "not CFS_OPT"
27488   - "1VM"
27489   - "2VM"
27490   layout:
27491     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27492     layout: "plot-throughput-speedup-analysis"
27493
27494 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27495 #- type: "plot"
27496 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27497 #  algorithm: "plot_throughput_speedup_analysis"
27498 #  output-file-type: ".html"
27499 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27500 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27501 #  filter: "'NIC_Intel-XXV710' and
27502 #           '64B' and
27503 #           'NDRPDR' and
27504 #           ('ETH' or 'DOT1Q') and
27505 #           'BASE' and
27506 #           ('L2BDMACLRN' or 'L2XCFWD') and
27507 #           'VHOST_1024' and
27508 #           not 'VXLAN' and
27509 #           not 'IP4FWD' and
27510 #           not '2VM'"
27511 #  parameters:
27512 #  - "throughput"
27513 #  - "parent"
27514 #  - "tags"
27515 ##  sort:
27516 ##  - "not CFS_OPT"
27517 ##  - "L2XCFWD"
27518 ##  - "not CFS_OPT"
27519 ##  - "CFS_OPT"
27520 #  layout:
27521 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27522 #    layout: "plot-throughput-speedup-analysis"
27523 #
27524 #- type: "plot"
27525 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27526 #  algorithm: "plot_throughput_speedup_analysis"
27527 #  output-file-type: ".html"
27528 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27529 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27530 #  filter: "'NIC_Intel-XXV710' and
27531 #           '64B' and
27532 #           'NDRPDR' and
27533 #           ('ETH' or 'DOT1Q') and
27534 #           'BASE' and
27535 #           ('L2BDMACLRN' or 'L2XCFWD') and
27536 #           'VHOST_1024' and
27537 #           not 'VXLAN' and
27538 #           not 'IP4FWD' and
27539 #           not '2VM'"
27540 #  parameters:
27541 #  - "throughput"
27542 #  - "parent"
27543 #  - "tags"
27544 ##  sort:
27545 ##  - "not CFS_OPT"
27546 ##  - "L2XCFWD"
27547 ##  - "not CFS_OPT"
27548 ##  - "CFS_OPT"
27549 #  layout:
27550 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27551 #    layout: "plot-throughput-speedup-analysis"
27552 #
27553 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27554 #- type: "plot"
27555 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27556 #  algorithm: "plot_throughput_speedup_analysis"
27557 #  output-file-type: ".html"
27558 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27559 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27560 #  filter: "'NIC_Intel-XXV710' and
27561 #           '64B' and
27562 #           'NDRPDR' and
27563 #           ('ETH' or 'DOT1Q') and
27564 #           ('L2BDMACLRN' or 'L2XCFWD') and
27565 #           'VHOST_1024' and
27566 #           not 'CFS_OPT' and
27567 #           not 'VXLAN' and
27568 #           not 'DOT1Q' and
27569 #           not 'IP4FWD'"
27570 #  parameters:
27571 #  - "throughput"
27572 #  - "parent"
27573 #  - "tags"
27574 ##  sort:
27575 ##  - "1VM"
27576 ##  - "L2XCFWD"
27577 ##  - "1VM"
27578 ##  - "L2BDMACLRN"
27579 #  layout:
27580 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27581 #    layout: "plot-throughput-speedup-analysis"
27582 #
27583 #- type: "plot"
27584 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27585 #  algorithm: "plot_throughput_speedup_analysis"
27586 #  output-file-type: ".html"
27587 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27588 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27589 #  filter: "'NIC_Intel-XXV710' and
27590 #           '64B' and
27591 #           'NDRPDR' and
27592 #           ('ETH' or 'DOT1Q') and
27593 #           ('L2BDMACLRN' or 'L2XCFWD') and
27594 #           'VHOST_1024' and
27595 #           not 'CFS_OPT' and
27596 #           not 'VXLAN' and
27597 #           not 'DOT1Q' and
27598 #           not 'IP4FWD'"
27599 #  parameters:
27600 #  - "throughput"
27601 #  - "parent"
27602 #  - "tags"
27603 ##  sort:
27604 ##  - "1VM"
27605 ##  - "L2XCFWD"
27606 ##  - "1VM"
27607 ##  - "L2BDMACLRN"
27608 #  layout:
27609 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27610 #    layout: "plot-throughput-speedup-analysis"
27611
27612 ################################################################################
27613
27614 # Speedup - VPP vts 3n-hsw-x520
27615 - type: "plot"
27616   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27617   algorithm: "plot_throughput_speedup_analysis"
27618   output-file-type: ".html"
27619   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27621   filter: "'NIC_Intel-X520-DA2' and
27622            '114B' and
27623            'NDRPDR' and
27624            'VTS'"
27625   parameters:
27626   - "throughput"
27627   - "parent"
27628   - "tags"
27629   layout:
27630     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27631     layout: "plot-throughput-speedup-analysis"
27632
27633 - type: "plot"
27634   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27635   algorithm: "plot_throughput_speedup_analysis"
27636   output-file-type: ".html"
27637   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27639   filter: "'NIC_Intel-X520-DA2' and
27640            '114B' and
27641            'NDRPDR' and
27642            'VTS'"
27643   parameters:
27644   - "throughput"
27645   - "parent"
27646   - "tags"
27647   layout:
27648     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27649     layout: "plot-throughput-speedup-analysis"