CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       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: Replace with 1904 data
233 #      # csit-vpp-perf-verify-1904-2n-skx:
234 #      csit-vpp-perf-verify-1901-2n-skx:
235 #        - 45  # SOAK sel
236
237     plot-vpp-nfv-2n-skx-ndrpdr-64b:
238       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-performance-changes-3n-hsw-mrr-h1:
591       csit-vpp-perf-verify-1810-3n-hsw:
592         - 9   # MRR sel
593     vpp-performance-changes-3n-hsw-mrr-ref:
594       csit-vpp-perf-verify-1901-3n-hsw:
595         - 35  # MRR sel
596     vpp-performance-changes-3n-hsw-mrr-cmp:
597       csit-vpp-perf-verify-1904-3n-hsw:
598         - 9   # MRR sel
599     vpp-performance-changes-3n-hsw-mrr:
600       - "vpp-performance-changes-3n-hsw-mrr-h1"
601       - "vpp-performance-changes-3n-hsw-mrr-ref"
602       - "vpp-performance-changes-3n-hsw-mrr-cmp"
603
604     vpp-performance-changes-3n-skx-mrr-h1:
605       csit-vpp-perf-verify-1810-3n-skx:
606         - 9   # MRR sel
607         - 11  # MRR sel
608         - 12  # MRR sel
609         - 13  # MRR sel
610     vpp-performance-changes-3n-skx-mrr-ref:
611       csit-vpp-perf-verify-1901-3n-skx:
612         - 32  # MRR sel
613     vpp-performance-changes-3n-skx-mrr-cmp:
614       csit-vpp-perf-verify-1904-3n-skx:
615         - 7   # MRR sel
616     vpp-performance-changes-3n-skx-mrr:
617       - "vpp-performance-changes-3n-skx-mrr-h1"
618       - "vpp-performance-changes-3n-skx-mrr-ref"
619       - "vpp-performance-changes-3n-skx-mrr-cmp"
620
621     vpp-performance-changes-2n-skx-mrr-h1:
622       csit-vpp-perf-verify-1810-2n-skx:
623         - 8   # MRR sel
624         - 10  # MRR sel
625         - 11  # MRR sel
626         - 12  # MRR sel
627     vpp-performance-changes-2n-skx-mrr-ref:
628       csit-vpp-perf-verify-1901-2n-skx:
629         - 22  # MRR sel
630     vpp-performance-changes-2n-skx-mrr-cmp:
631       csit-vpp-perf-verify-1904-2n-skx:
632         - 11  # MRR sel
633     vpp-performance-changes-2n-skx-mrr:
634       - "vpp-performance-changes-2n-skx-mrr-h1"
635       - "vpp-performance-changes-2n-skx-mrr-ref"
636       - "vpp-performance-changes-2n-skx-mrr-cmp"
637
638     dpdk-performance-changes-3n-hsw-h1:
639       csit-dpdk-perf-verify-1810-3n-hsw:
640         - 1   # NDRPDR sel
641         - 2   # NDRPDR sel
642         - 3   # NDRPDR sel
643         - 4   # NDRPDR sel
644         - 5   # NDRPDR sel
645         - 6   # NDRPDR sel
646         - 7   # NDRPDR sel
647         - 8   # NDRPDR sel
648         - 9   # NDRPDR sel
649         - 10  # NDRPDR sel
650     dpdk-performance-changes-3n-hsw-ref:
651       csit-dpdk-perf-verify-1901-3n-hsw:
652         - 13  # NDRPDR sel
653         - 14  # NDRPDR sel
654         - 16  # NDRPDR sel
655         - 17  # NDRPDR sel
656         - 18  # NDRPDR sel
657         - 19  # NDRPDR sel
658         - 20  # NDRPDR sel
659         - 21  # NDRPDR sel
660         - 22  # NDRPDR sel
661         - 23  # NDRPDR sel
662     dpdk-performance-changes-3n-hsw-cmp:
663       csit-dpdk-perf-verify-1904-3n-hsw:
664         - 2   # NDRPDR sel
665         - 3   # NDRPDR sel
666         - 5   # NDRPDR sel
667         - 6   # NDRPDR sel
668         - 13  # NDRPDR sel
669         - 14  # NDRPDR sel
670         - 15  # NDRPDR sel
671         - 18  # NDRPDR sel
672         - 19  # NDRPDR sel
673         - 20  # NDRPDR sel
674     dpdk-performance-changes-3n-hsw:
675       - "dpdk-performance-changes-3n-hsw-h1"
676       - "dpdk-performance-changes-3n-hsw-ref"
677       - "dpdk-performance-changes-3n-hsw-cmp"
678
679     dpdk-performance-changes-3n-skx-h1:
680       csit-dpdk-perf-verify-1810-3n-skx:
681         - 3   # NDRPDR sel
682         - 4   # NDRPDR sel
683         - 6   # NDRPDR sel
684         - 7   # NDRPDR sel
685         - 8   # NDRPDR sel
686         - 9   # NDRPDR sel
687         - 10  # NDRPDR sel
688         - 11  # NDRPDR sel
689         - 12  # NDRPDR sel
690         - 13  # NDRPDR sel
691     dpdk-performance-changes-3n-skx-ref:
692       csit-dpdk-perf-verify-1901-3n-skx:
693         - 3   # NDRPDR sel
694         - 5   # NDRPDR sel
695         - 6   # NDRPDR sel
696         - 7   # NDRPDR sel
697         - 8   # NDRPDR sel
698         - 9   # NDRPDR sel
699         - 10  # NDRPDR sel
700         - 11  # NDRPDR sel
701         - 12  # NDRPDR sel
702         - 13  # NDRPDR sel
703     dpdk-performance-changes-3n-skx-cmp:
704       csit-dpdk-perf-verify-1904-3n-skx:
705         - 2   # NDRPDR sel
706         - 3   # NDRPDR sel
707         - 4   # NDRPDR sel
708         - 5   # NDRPDR sel
709         - 6   # NDRPDR sel
710         - 7   # NDRPDR sel
711         - 11  # NDRPDR sel
712         - 12  # NDRPDR sel
713         - 13  # NDRPDR sel
714         - 14  # NDRPDR sel
715     dpdk-performance-changes-3n-skx:
716       - "dpdk-performance-changes-3n-skx-h1"
717       - "dpdk-performance-changes-3n-skx-ref"
718       - "dpdk-performance-changes-3n-skx-cmp"
719
720     dpdk-performance-changes-2n-skx-h1:
721       csit-dpdk-perf-verify-1810-2n-skx:
722         - 3   # NDRPDR sel
723         - 4   # NDRPDR sel
724         - 5   # NDRPDR sel
725         - 7   # NDRPDR sel
726         - 8   # NDRPDR sel
727         - 9   # NDRPDR sel
728         - 10  # NDRPDR sel
729         - 11  # NDRPDR sel
730         - 12  # NDRPDR sel
731         - 13  # NDRPDR sel
732     dpdk-performance-changes-2n-skx-ref:
733       csit-dpdk-perf-verify-1901-2n-skx:
734         - 12  # NDRPDR sel
735         - 13  # NDRPDR sel
736         - 14  # NDRPDR sel
737         - 15  # NDRPDR sel
738         - 16  # NDRPDR sel
739         - 17  # NDRPDR sel
740         - 18  # NDRPDR sel
741         - 19  # NDRPDR sel
742         - 20  # NDRPDR sel
743         - 21  # NDRPDR sel
744     dpdk-performance-changes-2n-skx-cmp:
745       csit-dpdk-perf-verify-1904-2n-skx:
746         - 2   # NDRPDR sel
747         - 3   # NDRPDR sel
748         - 4   # NDRPDR sel
749         - 5   # NDRPDR sel
750         - 7   # NDRPDR sel
751         - 8   # NDRPDR sel
752         - 9   # NDRPDR sel
753         - 10  # NDRPDR sel
754         - 11  # NDRPDR sel
755         - 12  # NDRPDR sel
756     dpdk-performance-changes-2n-skx:
757       - "dpdk-performance-changes-2n-skx-h1"
758       - "dpdk-performance-changes-2n-skx-ref"
759       - "dpdk-performance-changes-2n-skx-cmp"
760
761     # Compare testbeds
762
763     vpp-compare-testbeds-ref:
764       csit-vpp-perf-verify-1904-3n-hsw:
765         - 11  # NDRPDR sel
766         - 12  # NDRPDR sel
767         - 20  # NDRPDR sel
768         - 21  # NDRPDR sel
769         - 23  # NDRPDR sel
770         - 24  # NDRPDR sel
771         - 25  # NDRPDR sel
772         - 26  # NDRPDR sel
773         - 29  # NDRPDR sel
774         - 30  # NDRPDR sel
775     vpp-compare-testbeds-cmp:
776       csit-vpp-perf-verify-1904-3n-skx:
777         - 8   # NDRPDR sel
778         - 9   # NDRPDR sel
779         - 10  # NDRPDR sel
780         - 11  # NDRPDR sel
781         - 12  # NDRPDR sel
782         - 14  # NDRPDR sel
783         - 16  # NDRPDR sel
784         - 21  # NDRPDR sel
785         - 23  # NDRPDR sel
786         - 25  # NDRPDR sel
787     vpp-compare-testbeds:
788       - "vpp-compare-testbeds-ref"
789       - "vpp-compare-testbeds-cmp"
790
791     vpp-compare-testbeds-mrr-ref:
792       csit-vpp-perf-verify-1904-3n-hsw:
793         - 9   # MRR sel
794     vpp-compare-testbeds-mrr-cmp:
795       csit-vpp-perf-verify-1904-3n-skx:
796         - 7   # MRR sel
797     vpp-compare-testbeds-mrr:
798       - "vpp-compare-testbeds-mrr-ref"
799       - "vpp-compare-testbeds-mrr-cmp"
800
801     dpdk-compare-testbeds-ref:
802       csit-dpdk-perf-verify-1904-3n-hsw:
803         - 2   # NDRPDR sel
804         - 3   # NDRPDR sel
805         - 5   # NDRPDR sel
806         - 6   # NDRPDR sel
807         - 13  # NDRPDR sel
808         - 14  # NDRPDR sel
809         - 15  # NDRPDR sel
810         - 18  # NDRPDR sel
811         - 19  # NDRPDR sel
812         - 20  # NDRPDR sel
813     dpdk-compare-testbeds-cmp:
814       csit-dpdk-perf-verify-1904-3n-skx:
815         - 2   # NDRPDR sel
816         - 3   # NDRPDR sel
817         - 4   # NDRPDR sel
818         - 5   # NDRPDR sel
819         - 6   # NDRPDR sel
820         - 7   # NDRPDR sel
821         - 11  # NDRPDR sel
822         - 12  # NDRPDR sel
823         - 13  # NDRPDR sel
824         - 14  # NDRPDR sel
825     dpdk-compare-testbeds:
826       - "dpdk-compare-testbeds-ref"
827       - "dpdk-compare-testbeds-cmp"
828
829     # Compare topologies
830
831     vpp-compare-topologies-ref:
832       csit-vpp-perf-verify-1904-3n-skx:
833         - 8   # NDRPDR sel
834         - 9   # NDRPDR sel
835         - 10  # NDRPDR sel
836         - 11  # NDRPDR sel
837         - 12  # NDRPDR sel
838         - 14  # NDRPDR sel
839         - 16  # NDRPDR sel
840         - 21  # NDRPDR sel
841         - 23  # NDRPDR sel
842         - 25  # NDRPDR sel
843     vpp-compare-topologies-cmp:
844       csit-vpp-perf-verify-1904-2n-skx:
845         - 12  # NDRPDR sel
846         - 14  # NDRPDR sel
847         - 16  # NDRPDR sel
848         - 17  # NDRPDR sel
849         - 18  # NDRPDR sel
850         - 21  # NDRPDR sel
851         - 27  # NDRPDR sel
852         - 30  # NDRPDR sel
853         - 31  # NDRPDR sel
854         - 32  # NDRPDR sel
855     vpp-compare-topologies:
856       - "vpp-compare-topologies-ref"
857       - "vpp-compare-topologies-cmp"
858
859     vpp-compare-topologies-mrr-ref:
860       csit-vpp-perf-verify-1904-3n-skx:
861         - 7   # MRR sel
862     vpp-compare-topologies-mrr-cmp:
863       csit-vpp-perf-verify-1904-2n-skx:
864         - 11  # MRR sel
865     vpp-compare-topologies-mrr:
866       - "vpp-compare-topologies-mrr-ref"
867       - "vpp-compare-topologies-mrr-cmp"
868
869     dpdk-compare-topologies-ref:
870       csit-dpdk-perf-verify-1904-3n-skx:
871         - 2   # NDRPDR sel
872         - 3   # NDRPDR sel
873         - 4   # NDRPDR sel
874         - 5   # NDRPDR sel
875         - 6   # NDRPDR sel
876         - 7   # NDRPDR sel
877         - 11  # NDRPDR sel
878         - 12  # NDRPDR sel
879         - 13  # NDRPDR sel
880         - 14  # NDRPDR sel
881     dpdk-compare-topologies-cmp:
882       csit-dpdk-perf-verify-1904-2n-skx:
883         - 2   # NDRPDR sel
884         - 3   # NDRPDR sel
885         - 4   # NDRPDR sel
886         - 5   # NDRPDR sel
887         - 7   # NDRPDR sel
888         - 8   # NDRPDR sel
889         - 9   # NDRPDR sel
890         - 10  # NDRPDR sel
891         - 11  # NDRPDR sel
892         - 12  # NDRPDR sel
893     dpdk-compare-topologies:
894       - "dpdk-compare-topologies-ref"
895       - "dpdk-compare-topologies-cmp"
896
897   plot-layouts:
898
899     plot-soak-throughput:
900       titlefont:
901         size: 18
902       xaxis:
903         title: "<b>Test Cases [Index]</b>"
904         titlefont:
905           size: 16
906         autorange: True
907         fixedrange: False
908         gridcolor: "rgb(230, 230, 230)"
909         linecolor: "rgb(220, 220, 220)"
910         linewidth: 1
911         showgrid: True
912         showline: True
913         showticklabels: True
914         tickcolor: "rgb(220, 220, 220)"
915         tickmode: "linear"
916         tickfont:
917           size: 16
918         zeroline: False
919       yaxis:
920         title: "<b>Packet Throughput [Mpps]</b>"
921         titlefont:
922           size: 16
923         gridcolor: "rgb(230, 230, 230)"
924         hoverformat: ".4s"
925         tickformat: ".3s"
926         linecolor: "rgb(220, 220, 220)"
927         linewidth: 1
928         showgrid: True
929         showline: True
930         showticklabels: True
931         tickcolor: "rgb(220, 220, 220)"
932         tickfont:
933           size: 16
934         zeroline: False
935         range: [0,50]
936       autosize: False
937       margin:
938         t: 50
939         b: 0
940         l: 80
941         r: 20
942       showlegend: True
943       legend:
944         orientation: "h"
945         font:
946           size: 16
947       width: 700
948       height: 900
949
950     plot-service-density:
951       titlefont:
952         size: 18
953       xaxis:
954         side: "top"
955         autorange: True
956         fixedrange: False
957         showgrid: False
958         showline: False
959         showticklabels: False
960         ticks: ""
961         ticklen: 0
962         tickwidth: 0
963         zeroline: False
964       yaxis:
965         autorange: "reversed"
966         showgrid: False
967         showline: False
968         showticklabels: False
969         ticks: ""
970         ticklen: 0
971         tickwidth: 0
972         zeroline: False
973       autosize: True
974       showlegend: False
975       width: 700
976       height: 700
977
978     plot-cps:
979       titlefont:
980         size: 18
981       xaxis:
982         title: "<b>Test Cases [Index]</b>"
983         titlefont:
984           size: 16
985         autorange: True
986         fixedrange: False
987         gridcolor: "rgb(230, 230, 230)"
988         linecolor: "rgb(220, 220, 220)"
989         linewidth: 1
990         showgrid: True
991         showline: True
992         showticklabels: True
993         tickcolor: "rgb(220, 220, 220)"
994         tickmode: "linear"
995         tickfont:
996           size: 16
997         zeroline: False
998       yaxis:
999         title: "<b>Connections Per Second [cps]</b>"
1000         titlefont:
1001           size: 16
1002         gridcolor: "rgb(230, 230, 230)"
1003         hoverformat: ".4s"
1004         linecolor: "rgb(220, 220, 220)"
1005         linewidth: 1
1006         rangemode: "tozero"
1007         showgrid: True
1008         showline: True
1009         showticklabels: True
1010         tickcolor: "rgb(220, 220, 220)"
1011         tickformat: ".3s"
1012         tickfont:
1013           size: 16
1014         zeroline: False
1015       boxmode: "group"
1016       boxgroupgap: 0.5
1017       autosize: False
1018       margin:
1019         t: 50
1020         b: 20
1021         l: 80
1022         r: 20
1023       showlegend: True
1024       legend:
1025         orientation: "h"
1026         font:
1027           size: 16
1028       width: 700
1029       height: 800
1030
1031     plot-rps:
1032       titlefont:
1033         size: 18
1034       xaxis:
1035         title: "<b>Test Cases [Index]</b>"
1036         titlefont:
1037           size: 16
1038         autorange: True
1039         fixedrange: False
1040         gridcolor: "rgb(230, 230, 230)"
1041         linecolor: "rgb(220, 220, 220)"
1042         linewidth: 1
1043         showgrid: True
1044         showline: True
1045         showticklabels: True
1046         tickcolor: "rgb(220, 220, 220)"
1047         tickmode: "linear"
1048         tickfont:
1049           size: 16
1050         zeroline: False
1051       yaxis:
1052         title: "<b>Requests Per Second [rps]</b>"
1053         titlefont:
1054           size: 16
1055         gridcolor: "rgb(230, 230, 230)"
1056         hoverformat: ".4s"
1057         linecolor: "rgb(220, 220, 220)"
1058         linewidth: 1
1059         rangemode: "tozero"
1060         showgrid: True
1061         showline: True
1062         showticklabels: True
1063         tickcolor: "rgb(230, 230, 230)"
1064         tickformat: ".3s"
1065         tickfont:
1066           size: 16
1067         zeroline: False
1068       boxmode: "group"
1069       boxgroupgap: 0.5
1070       autosize: False
1071       margin:
1072         t: 50
1073         b: 20
1074         l: 80
1075         r: 20
1076       showlegend: True
1077       legend:
1078         orientation: "h"
1079         font:
1080           size: 16
1081       width: 700
1082       height: 800
1083
1084     plot-throughput:
1085       titlefont:
1086         size: 18
1087       xaxis:
1088         title: "<b>Test Cases [Index]</b>"
1089         titlefont:
1090           size: 16
1091         autorange: True
1092         fixedrange: False
1093         gridcolor: "rgb(230, 230, 230)"
1094         linecolor: "rgb(220, 220, 220)"
1095         linewidth: 1
1096         showgrid: True
1097         showline: True
1098         showticklabels: True
1099         tickcolor: "rgb(220, 220, 220)"
1100         tickmode: "linear"
1101         tickfont:
1102           size: 16
1103         zeroline: False
1104       yaxis:
1105         title: "<b>Packet Throughput [Mpps]</b>"
1106         titlefont:
1107           size: 16
1108         gridcolor: "rgb(230, 230, 230)"
1109         hoverformat: ".4s"
1110         tickformat: ".3s"
1111         linecolor: "rgb(220, 220, 220)"
1112         linewidth: 1
1113         showgrid: True
1114         showline: True
1115         showticklabels: True
1116         tickcolor: "rgb(220, 220, 220)"
1117         tickfont:
1118           size: 16
1119         zeroline: False
1120         range: [0,50]
1121       boxmode: "group"
1122       boxgroupgap: 0.5
1123       autosize: False
1124       margin:
1125         t: 50
1126         b: 0
1127         l: 80
1128         r: 20
1129       showlegend: True
1130       legend:
1131         orientation: "h"
1132         font:
1133           size: 16
1134       width: 700
1135       height: 900
1136
1137     plot-throughput-speedup-analysis:
1138       titlefont:
1139         size: 18
1140       xaxis:
1141         title: "<b>Number of Cores [Qty]</b>"
1142         titlefont:
1143           size: 16
1144         autorange: True
1145         fixedrange: False
1146         gridcolor: "rgb(230, 230, 230)"
1147         linecolor: "rgb(220, 220, 220)"
1148         linewidth: 1
1149         showgrid: True
1150         showline: True
1151         showticklabels: True
1152         tickcolor: "rgb(238, 238, 238)"
1153         tickmode: "linear"
1154         tickfont:
1155           size: 16
1156         zeroline: False
1157       yaxis:
1158         title: "<b>Packet Throughput [Mpps]</b>"
1159         titlefont:
1160           size: 16
1161         type: "linear"
1162         gridcolor: "rgb(230, 230, 230)"
1163         hoverformat: ".4s"
1164         linecolor: "rgb(220, 220, 220)"
1165         linewidth: 1
1166         showgrid: True
1167         showline: True
1168         showticklabels: True
1169         tickcolor: "rgb(220, 220, 220)"
1170         tickformat: ".4s"
1171         tickfont:
1172           size: 16
1173         zeroline: True
1174         rangemode: "tozero"
1175         range: [0,100]
1176       legend:
1177         orientation: "h"
1178         font:
1179           size: 16
1180         xanchor: "left"
1181         yanchor: "top"
1182         x: 0
1183         y: -0.2
1184         bgcolor: "rgba(255, 255, 255, 0)"
1185         bordercolor: "rgba(255, 255, 255, 0)"
1186         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1187       autosize: False
1188       margin:
1189           't': 50
1190           'b': 150
1191           'l': 85
1192           'r': 10
1193       showlegend: True
1194       width: 700
1195       height: 700
1196       hoverlabel:
1197         namelength: -1
1198       annotations: [
1199         {
1200           text: "_ _          __          ...",
1201           align: "left",
1202           showarrow: False,
1203           xref: "paper",
1204           yref: "paper",
1205           xanchor: "left",
1206           yanchor: "top",
1207           x: 0,
1208           y: -0.13,
1209           font: {
1210             family: "Consolas, Courier New",
1211             size: 15
1212           },
1213         },
1214         {
1215           text: "    Perfect     Measured     Limit",
1216           align: "left",
1217           showarrow: False,
1218           xref: "paper",
1219           yref: "paper",
1220           xanchor: "left",
1221           yanchor: "top",
1222           x: 0,
1223           y: -0.15,
1224           font: {
1225             family: "Consolas, Courier New",
1226             size: 15
1227           },
1228         },
1229       ]
1230
1231     plot-latency:
1232       titlefont:
1233         size: 18
1234       xaxis:
1235         title: "<b>Direction</b>"
1236         titlefont:
1237           size: 16
1238         autorange: True
1239         fixedrange: False
1240         gridcolor: "rgb(230, 230, 230)"
1241         linecolor: "rgb(220, 220, 220)"
1242         linewidth: 1
1243         showgrid: True
1244         showline: True
1245         showticklabels: False
1246         tickcolor: "rgb(220, 220, 220)"
1247         tickmode: "linear"
1248         tickfont:
1249           size: 16
1250         zeroline: False
1251       yaxis:
1252         title: "<b>Packet Latency [uSec]</b>"
1253         titlefont:
1254           size: 16
1255         type: "linear"
1256         gridcolor: "rgb(230, 230, 230)"
1257         hoverformat: ".4s"
1258         linecolor: "rgb(220, 220, 220)"
1259         linewidth: 1
1260         showgrid: True
1261         showline: True
1262         showticklabels: True
1263         tickcolor: "rgb(220, 220, 220)"
1264         tickformat: ".4s"
1265         tickfont:
1266           size: 16
1267         zeroline: True
1268         rangemode: "tozero"
1269       legend:
1270         orientation: "h"
1271         font:
1272           size: 16
1273         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1274       autosize: False
1275       margin:
1276           't': 50
1277           'b': 150
1278           'l': 80
1279           'r': 10
1280       showlegend: True
1281       width: 700
1282       height: 700
1283       hoverlabel:
1284         namelength: -1
1285
1286 - type: "static"
1287   src-path: "{DIR[RST]}"
1288   dst-path: "{DIR[WORKING,SRC]}"
1289
1290 - type: "input"
1291   general:
1292     file-name: "robot-plugin.zip"
1293     file-format: ".zip"
1294     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1295     extract: "robot-plugin/output.xml"
1296
1297   builds:
1298 #    # TODO: Add 1904 data
1299 ##    intel-dnv-vpp-release-1904:
1300 ##      - 1
1301 #
1302 #    intel-dnv-vpp-release-1901:
1303 #      - 1
1304 #
1305 #    intel-dnv-vpp-release-1810:
1306 #      - 1
1307
1308     csit-vpp-perf-verify-1810-3n-hsw:
1309       - 9   # MRR sel
1310       - 8   # NDRPDR sel
1311       - 12  # NDRPDR sel
1312       - 14  # NDRPDR sel
1313       - 18  # NDRPDR sel
1314       - 23  # NDRPDR sel
1315       - 25  # NDRPDR sel
1316       - 38  # NDRPDR sel
1317       - 39  # NDRPDR sel
1318       - 41  # NDRPDR sel
1319       - 42  # NDRPDR sel
1320 #      - 28  # WRK
1321 #      - 29  # WRK
1322 #      - 30  # WRK
1323 #      - 31  # WRK
1324 #      - 32  # WRK
1325 #      - 33  # WRK
1326 #      - 34  # WRK
1327 #      - 35  # WRK
1328 #      - 36  # WRK
1329 #      - 37  # WRK
1330     csit-vpp-perf-verify-1901-3n-hsw:
1331       - 35  # MRR sel
1332       - 10  # NDRPDR sel
1333       - 19  # NDRPDR sel
1334       - 31  # NDRPDR sel
1335       - 36  # NDRPDR sel
1336       - 40  # NDRPDR sel
1337       - 42  # NDRPDR sel
1338       - 44  # NDRPDR sel
1339       - 46  # NDRPDR sel
1340       - 47  # NDRPDR sel
1341       - 48  # NDRPDR sel
1342       - 61  # NDRPDR LB
1343       - 62  # NDRPDR LB
1344       - 63  # NDRPDR LB
1345       - 64  # NDRPDR LB
1346       - 65  # NDRPDR LB
1347       - 66  # NDRPDR LB
1348       - 67  # NDRPDR LB
1349       - 69  # NDRPDR LB
1350       - 70  # NDRPDR LB
1351       - 71  # NDRPDR LB
1352     # TODO: Add 1904 Data
1353     csit-vpp-perf-verify-1904-3n-hsw:
1354       - 9   # MRR sel
1355       - 11  # NDRPDR sel
1356       - 12  # NDRPDR sel
1357       - 20  # NDRPDR sel
1358       - 21  # NDRPDR sel
1359       - 23  # NDRPDR sel
1360       - 24  # NDRPDR sel
1361       - 25  # NDRPDR sel
1362       - 26  # NDRPDR sel
1363       - 29  # NDRPDR sel
1364       - 30  # NDRPDR sel
1365
1366     csit-vpp-perf-verify-1810-3n-skx:
1367       - 9   # MRR sel
1368       - 11  # MRR sel
1369       - 12  # MRR sel
1370       - 13  # MRR sel
1371       - 10  # NDRPDR sel
1372       - 14  # NDRPDR sel
1373       - 15  # NDRPDR sel
1374       - 16  # NDRPDR sel
1375       - 17  # NDRPDR sel
1376       - 19  # NDRPDR sel
1377       - 20  # NDRPDR sel
1378       - 21  # NDRPDR sel
1379       - 22  # NDRPDR sel
1380       - 25  # NDRPDR sel
1381     csit-vpp-perf-verify-1901-3n-skx:
1382       - 32  # MRR sel
1383       - 18  # NDRPDR sel
1384       - 19  # NDRPDR sel
1385       - 20  # NDRPDR sel
1386       - 28  # NDRPDR sel
1387       - 31  # NDRPDR sel
1388       - 33  # NDRPDR sel
1389       - 36  # NDRPDR sel
1390       - 38  # NDRPDR sel
1391       - 47  # NDRPDR sel
1392       - 48  # NDRPDR sel
1393       - 54  # NDRPDR LB
1394       - 57  # NDRPDR LB
1395       - 58  # NDRPDR LB
1396       - 59  # NDRPDR LB
1397       - 60  # NDRPDR LB
1398       - 63  # NDRPDR LB
1399       - 64  # NDRPDR LB
1400       - 65  # NDRPDR LB
1401       - 66  # NDRPDR LB
1402       - 67  # NDRPDR LB
1403     csit-vpp-perf-verify-1904-3n-skx:
1404       - 7   # MRR sel
1405       - 26  # NDRPDR full
1406       - 27  # NDRPDR full
1407       - 30  # NDRPDR full
1408       - 31  # NDRPDR full
1409       - 8   # NDRPDR sel
1410       - 9   # NDRPDR sel
1411       - 10  # NDRPDR sel
1412       - 11  # NDRPDR sel
1413       - 12  # NDRPDR sel
1414       - 14  # NDRPDR sel
1415       - 16  # NDRPDR sel
1416       - 21  # NDRPDR sel
1417       - 23  # NDRPDR sel
1418       - 25  # NDRPDR sel
1419
1420     csit-vpp-perf-verify-1810-2n-skx:
1421       - 8   # MRR sel
1422       - 10  # MRR sel
1423       - 11  # MRR sel
1424       - 12  # MRR sel
1425       - 9   # NDRPDR sel
1426       - 13  # NDRPDR sel
1427       - 14  # NDRPDR sel
1428       - 19  # NDRPDR sel
1429       - 20  # NDRPDR sel
1430       - 21  # NDRPDR sel
1431       - 22  # NDRPDR sel
1432       - 23  # NDRPDR sel
1433       - 24  # NDRPDR sel
1434       - 27  # NDRPDR sel
1435     csit-vpp-perf-verify-1901-2n-skx:
1436       - 22  # MRR sel
1437       - 5   # NDRPDR sel
1438       - 12  # NDRPDR sel
1439       - 13  # NDRPDR sel
1440       - 21  # NDRPDR sel
1441       - 23  # NDRPDR sel
1442       - 31  # NDRPDR sel
1443       - 34  # NDRPDR sel
1444       - 40  # NDRPDR sel
1445       - 42  # NDRPDR sel
1446       - 43  # NDRPDR sel
1447 #      - 45  # SOAK
1448     # TODO: Add 1904 data
1449     csit-vpp-perf-verify-1904-2n-skx:
1450       - 11  # MRR sel
1451       - 33  # NDRPDR full
1452       - 39  # NDRPDR full
1453       - 58  # NDRPDR full
1454       - 62  # NDRPDR full
1455       - 12  # NDRPDR sel
1456       - 14  # NDRPDR sel
1457       - 16  # NDRPDR sel
1458       - 17  # NDRPDR sel
1459       - 18  # NDRPDR sel
1460       - 21  # NDRPDR sel
1461       - 27  # NDRPDR sel
1462       - 30  # NDRPDR sel
1463       - 31  # NDRPDR sel
1464       - 32  # NDRPDR sel
1465       - 40  # NFV MRR 64b
1466       - 41  # NFV MRR 64b
1467       - 42  # NFV MRR 64b
1468       - 47  # NFV MRR 64b
1469       - 48  # NFV MRR 64b
1470       - 49  # NFV MRR IMIX
1471       - 50  # NFV MRR IMIX
1472       - 51  # NFV MRR IMIX
1473       - 54  # NFV MRR IMIX
1474       - 55  # NFV MRR IMIX
1475       - 56  # NFV NDRPDR 64b
1476       - 59  # NFV NDRPDR 64b
1477       - 60  # NFV NDRPDR 64b
1478       - 65  # NFV NDRPDR 64b
1479       - 68  # NFV NDRPDR 64b
1480       - 66  # NFV NDRPDR IMIX
1481       - 67  # NFV NDRPDR IMIX
1482       - 69  # NFV NDRPDR IMIX
1483
1484 #    csit-ligato-perf-verify-1901-3n-hsw:
1485 #      - 10  # NDRPDR full
1486 #      - 8   # NDRPDR sel
1487 #      - 9   # NDRPDR sel
1488 #      - 11  # NDRPDR sel
1489 #      - 12  # NDRPDR sel
1490 #      - 13  # NDRPDR sel
1491 #      - 14  # NDRPDR sel
1492 #      - 15  # NDRPDR sel
1493 #      - 16  # NDRPDR sel
1494 #      - 17  # NDRPDR sel
1495 #      - 18  # NDRPDR sel
1496 #    # TODO: Add 1904 data
1497 ##    csit-ligato-perf-verify-1904-3n-hsw:
1498 ##      -
1499
1500     csit-dpdk-perf-verify-1810-3n-hsw:
1501       - 1   # NDRPDR sel
1502       - 2   # NDRPDR sel
1503       - 3   # NDRPDR sel
1504       - 4   # NDRPDR sel
1505       - 5   # NDRPDR sel
1506       - 6   # NDRPDR sel
1507       - 7   # NDRPDR sel
1508       - 8   # NDRPDR sel
1509       - 9   # NDRPDR sel
1510       - 10  # NDRPDR sel
1511     csit-dpdk-perf-verify-1901-3n-hsw:
1512       - 13  # NDRPDR sel
1513       - 14  # NDRPDR sel
1514       - 16  # NDRPDR sel
1515       - 17  # NDRPDR sel
1516       - 18  # NDRPDR sel
1517       - 19  # NDRPDR sel
1518       - 20  # NDRPDR sel
1519       - 21  # NDRPDR sel
1520       - 22  # NDRPDR sel
1521       - 23  # NDRPDR sel
1522     csit-dpdk-perf-verify-1904-3n-hsw:
1523       - 2   # NDRPDR sel
1524       - 3   # NDRPDR sel
1525       - 5   # NDRPDR sel
1526       - 6   # NDRPDR sel
1527       - 13  # NDRPDR sel
1528       - 14  # NDRPDR sel
1529       - 15  # NDRPDR sel
1530       - 18  # NDRPDR sel
1531       - 19  # NDRPDR sel
1532       - 20  # NDRPDR sel
1533
1534     csit-dpdk-perf-verify-1810-3n-skx:
1535       - 3   # NDRPDR sel
1536       - 4   # NDRPDR sel
1537       - 6   # NDRPDR sel
1538       - 7   # NDRPDR sel
1539       - 8   # NDRPDR sel
1540       - 9   # NDRPDR sel
1541       - 10  # NDRPDR sel
1542       - 11  # NDRPDR sel
1543       - 12  # NDRPDR sel
1544       - 13  # NDRPDR sel
1545     csit-dpdk-perf-verify-1901-3n-skx:
1546       - 3   # NDRPDR sel
1547       - 5   # NDRPDR sel
1548       - 6   # NDRPDR sel
1549       - 7   # NDRPDR sel
1550       - 8   # NDRPDR sel
1551       - 9   # NDRPDR sel
1552       - 10  # NDRPDR sel
1553       - 11  # NDRPDR sel
1554       - 12  # NDRPDR sel
1555       - 13  # NDRPDR sel
1556     csit-dpdk-perf-verify-1904-3n-skx:
1557       - 2   # NDRPDR sel
1558       - 3   # NDRPDR sel
1559       - 4   # NDRPDR sel
1560       - 5   # NDRPDR sel
1561       - 6   # NDRPDR sel
1562       - 7   # NDRPDR sel
1563       - 11  # NDRPDR sel
1564       - 12  # NDRPDR sel
1565       - 13  # NDRPDR sel
1566       - 14  # NDRPDR sel
1567
1568     csit-dpdk-perf-verify-1810-2n-skx:
1569       - 3   # NDRPDR sel
1570       - 4   # NDRPDR sel
1571       - 5   # NDRPDR sel
1572       - 7   # NDRPDR sel
1573       - 8   # NDRPDR sel
1574       - 9   # NDRPDR sel
1575       - 10  # NDRPDR sel
1576       - 11  # NDRPDR sel
1577       - 12  # NDRPDR sel
1578       - 13  # NDRPDR sel
1579     csit-dpdk-perf-verify-1901-2n-skx:
1580       - 12  # NDRPDR sel
1581       - 13  # NDRPDR sel
1582       - 14  # NDRPDR sel
1583       - 15  # NDRPDR sel
1584       - 16  # NDRPDR sel
1585       - 17  # NDRPDR sel
1586       - 18  # NDRPDR sel
1587       - 19  # NDRPDR sel
1588       - 20  # NDRPDR sel
1589       - 21  # NDRPDR sel
1590     csit-dpdk-perf-verify-1904-2n-skx:
1591       - 2   # NDRPDR sel
1592       - 3   # NDRPDR sel
1593       - 4   # NDRPDR sel
1594       - 5   # NDRPDR sel
1595       - 7   # NDRPDR sel
1596       - 8   # NDRPDR sel
1597       - 9   # NDRPDR sel
1598       - 10  # NDRPDR sel
1599       - 11  # NDRPDR sel
1600       - 12  # NDRPDR sel
1601
1602     csit-vpp-functional-1904-ubuntu1604-virl:
1603       - 33
1604     csit-vpp-functional-1904-centos7-virl:
1605       - 32
1606     csit-vpp-device-1904-ubuntu1804-1n-skx:
1607       - 32
1608 #    # Not used
1609 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1610 #      - 1
1611     csit-dmm-functional-1904-ubuntu1604-virl:
1612       - 1
1613     csit-hc2vpp-verify-func-1904-ubuntu1604:
1614       - 4
1615
1616 - type: "output"
1617   output: "report"
1618   format:
1619     html:
1620     - full
1621     pdf:
1622     - minimal
1623
1624 ################################################################################
1625 ###                               T A B L E S                                ###
1626 ################################################################################
1627
1628 # VPP Compare NICs 3n-hsw 1t1c ndr
1629 - type: "table"
1630   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1631   algorithm: "table_nics_comparison"
1632   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1633   reference:
1634     title: "Intel-x520"
1635     nic: "NIC_Intel-X520-DA2"
1636   compare:
1637     title: "Intel-x710"
1638     nic: "NIC_Intel-X710"
1639   data: "vpp-nic-comparison-3n-hsw"
1640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1641   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1642   parameters:
1643   - "name"
1644   - "parent"
1645   - "throughput"
1646   - "tags"
1647
1648 # VPP Compare NICs 3n-hsw 2t2c ndr
1649 - type: "table"
1650   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1651   algorithm: "table_nics_comparison"
1652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1653   reference:
1654     title: "Intel-x520"
1655     nic: "NIC_Intel-X520-DA2"
1656   compare:
1657     title: "Intel-x710"
1658     nic: "NIC_Intel-X710"
1659   data: "vpp-nic-comparison-3n-hsw"
1660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1661   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1662   parameters:
1663   - "name"
1664   - "parent"
1665   - "throughput"
1666   - "tags"
1667
1668 # VPP Compare NICs 3n-hsw 1t1c pdr
1669 - type: "table"
1670   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1671   algorithm: "table_nics_comparison"
1672   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1673   reference:
1674     title: "Intel-x520"
1675     nic: "NIC_Intel-X520-DA2"
1676   compare:
1677     title: "Intel-x710"
1678     nic: "NIC_Intel-X710"
1679   data: "vpp-nic-comparison-3n-hsw"
1680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1681   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1682   parameters:
1683   - "name"
1684   - "parent"
1685   - "throughput"
1686   - "tags"
1687
1688 # VPP Compare NICs 3n-hsw 2t2c pdr
1689 - type: "table"
1690   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1691   algorithm: "table_nics_comparison"
1692   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1693   reference:
1694     title: "Intel-x520"
1695     nic: "NIC_Intel-X520-DA2"
1696   compare:
1697     title: "Intel-x710"
1698     nic: "NIC_Intel-X710"
1699   data: "vpp-nic-comparison-3n-hsw"
1700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1701   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1702   parameters:
1703   - "name"
1704   - "parent"
1705   - "throughput"
1706   - "tags"
1707
1708 # VPP Compare NICs 3n-hsw 1t1c mrr
1709 - type: "table"
1710   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1711   algorithm: "table_nics_comparison"
1712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1713   reference:
1714     title: "Intel-x520"
1715     nic: "NIC_Intel-X520-DA2"
1716   compare:
1717     title: "Intel-x710"
1718     nic: "NIC_Intel-X710"
1719   data: "vpp-nic-comparison-3n-hsw-mrr"
1720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1721   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1722   parameters:
1723   - "name"
1724   - "parent"
1725   - "result"
1726   - "tags"
1727
1728 # VPP Compare NICs 3n-hsw 2t2c mrr
1729 - type: "table"
1730   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1731   algorithm: "table_nics_comparison"
1732   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1733   reference:
1734     title: "Intel-x520"
1735     nic: "NIC_Intel-X520-DA2"
1736   compare:
1737     title: "Intel-x710"
1738     nic: "NIC_Intel-X710"
1739   data: "vpp-nic-comparison-3n-hsw-mrr"
1740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1741   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1742   parameters:
1743   - "name"
1744   - "parent"
1745   - "result"
1746   - "tags"
1747
1748 # VPP Compare NICs 3n-hsw 4t4c mrr
1749 - type: "table"
1750   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1751   algorithm: "table_nics_comparison"
1752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1753   reference:
1754     title: "Intel-x520"
1755     nic: "NIC_Intel-X520-DA2"
1756   compare:
1757     title: "Intel-x710"
1758     nic: "NIC_Intel-X710"
1759   data: "vpp-nic-comparison-3n-hsw-mrr"
1760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1761   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1762   parameters:
1763   - "name"
1764   - "parent"
1765   - "result"
1766   - "tags"
1767
1768 # VPP Compare NICs 3n-skx 2t1c ndr
1769 - type: "table"
1770   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1771   algorithm: "table_nics_comparison"
1772   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1773   reference:
1774     title: "Intel-x710"
1775     nic: "NIC_Intel-X710"
1776   compare:
1777     title: "Intel-xxv710"
1778     nic: "NIC_Intel-XXV710"
1779   data: "vpp-nic-comparison-3n-skx"
1780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1781   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1782   parameters:
1783   - "name"
1784   - "parent"
1785   - "throughput"
1786   - "tags"
1787
1788 # VPP Compare NICs 3n-skx 4t2c ndr
1789 - type: "table"
1790   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1791   algorithm: "table_nics_comparison"
1792   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1793   reference:
1794     title: "Intel-x710"
1795     nic: "NIC_Intel-X710"
1796   compare:
1797     title: "Intel-xxv710"
1798     nic: "NIC_Intel-XXV710"
1799   data: "vpp-nic-comparison-3n-skx"
1800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1801   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1802   parameters:
1803   - "name"
1804   - "parent"
1805   - "throughput"
1806   - "tags"
1807
1808 # VPP Compare NICs 3n-skx 2t1c pdr
1809 - type: "table"
1810   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1811   algorithm: "table_nics_comparison"
1812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1813   reference:
1814     title: "Intel-x710"
1815     nic: "NIC_Intel-X710"
1816   compare:
1817     title: "Intel-xxv710"
1818     nic: "NIC_Intel-XXV710"
1819   data: "vpp-nic-comparison-3n-skx"
1820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1821   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1822   parameters:
1823   - "name"
1824   - "parent"
1825   - "throughput"
1826   - "tags"
1827
1828  # VPP Compare NICs 3n-skx 4t2c pdr
1829 - type: "table"
1830   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1831   algorithm: "table_nics_comparison"
1832   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1833   reference:
1834     title: "Intel-x710"
1835     nic: "NIC_Intel-X710"
1836   compare:
1837     title: "Intel-xxv710"
1838     nic: "NIC_Intel-XXV710"
1839   data: "vpp-nic-comparison-3n-skx"
1840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1841   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1842   parameters:
1843   - "name"
1844   - "parent"
1845   - "throughput"
1846   - "tags"
1847
1848 # VPP Compare NICs 3n-skx 2t1c mrr
1849 - type: "table"
1850   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1851   algorithm: "table_nics_comparison"
1852   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1853   reference:
1854     title: "Intel-x710"
1855     nic: "NIC_Intel-X710"
1856   compare:
1857     title: "Intel-xxv710"
1858     nic: "NIC_Intel-XXV710"
1859   data: "vpp-nic-comparison-3n-skx-mrr"
1860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1861   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1862   parameters:
1863   - "name"
1864   - "parent"
1865   - "result"
1866   - "tags"
1867
1868 # VPP Compare NICs 3n-skx 4t2c mrr
1869 - type: "table"
1870   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1871   algorithm: "table_nics_comparison"
1872   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1873   reference:
1874     title: "Intel-x710"
1875     nic: "NIC_Intel-X710"
1876   compare:
1877     title: "Intel-xxv710"
1878     nic: "NIC_Intel-XXV710"
1879   data: "vpp-nic-comparison-3n-skx-mrr"
1880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1881   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1882   parameters:
1883   - "name"
1884   - "parent"
1885   - "result"
1886   - "tags"
1887
1888  # VPP Compare NICs 3n-skx 8t4c mrr
1889 - type: "table"
1890   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1891   algorithm: "table_nics_comparison"
1892   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1893   reference:
1894     title: "Intel-x710"
1895     nic: "NIC_Intel-X710"
1896   compare:
1897     title: "Intel-xxv710"
1898     nic: "NIC_Intel-XXV710"
1899   data: "vpp-nic-comparison-3n-skx-mrr"
1900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1901   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1902   parameters:
1903   - "name"
1904   - "parent"
1905   - "result"
1906   - "tags"
1907
1908 # VPP Compare NICs 2n-skx 2t1c ndr
1909 - type: "table"
1910   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1911   algorithm: "table_nics_comparison"
1912   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1913   reference:
1914     title: "Intel-x710"
1915     nic: "NIC_Intel-X710"
1916   compare:
1917     title: "Intel-xxv710"
1918     nic: "NIC_Intel-XXV710"
1919   data: "vpp-nic-comparison-2n-skx"
1920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1921   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1922   parameters:
1923   - "name"
1924   - "parent"
1925   - "throughput"
1926   - "tags"
1927
1928 # VPP Compare NICs 2n-skx 4t2c ndr
1929 - type: "table"
1930   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1931   algorithm: "table_nics_comparison"
1932   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1933   reference:
1934     title: "Intel-x710"
1935     nic: "NIC_Intel-X710"
1936   compare:
1937     title: "Intel-xxv710"
1938     nic: "NIC_Intel-XXV710"
1939   data: "vpp-nic-comparison-2n-skx"
1940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1941   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1942   parameters:
1943   - "name"
1944   - "parent"
1945   - "throughput"
1946   - "tags"
1947
1948  # VPP Compare NICs 2n-skx 2t1c pdr
1949 - type: "table"
1950   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1951   algorithm: "table_nics_comparison"
1952   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1953   reference:
1954     title: "Intel-x710"
1955     nic: "NIC_Intel-X710"
1956   compare:
1957     title: "Intel-xxv710"
1958     nic: "NIC_Intel-XXV710"
1959   data: "vpp-nic-comparison-2n-skx"
1960   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1961   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1962   parameters:
1963   - "name"
1964   - "parent"
1965   - "throughput"
1966   - "tags"
1967
1968 # VPP Compare NICs 2n-skx 4t2c pdr
1969 - type: "table"
1970   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1971   algorithm: "table_nics_comparison"
1972   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1973   reference:
1974     title: "Intel-x710"
1975     nic: "NIC_Intel-X710"
1976   compare:
1977     title: "Intel-xxv710"
1978     nic: "NIC_Intel-XXV710"
1979   data: "vpp-nic-comparison-2n-skx"
1980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1981   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1982   parameters:
1983   - "name"
1984   - "parent"
1985   - "throughput"
1986   - "tags"
1987
1988 # VPP Compare NICs 2n-skx 2t1c mrr
1989 - type: "table"
1990   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1991   algorithm: "table_nics_comparison"
1992   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1993   reference:
1994     title: "Intel-x710"
1995     nic: "NIC_Intel-X710"
1996   compare:
1997     title: "Intel-xxv710"
1998     nic: "NIC_Intel-XXV710"
1999   data: "vpp-nic-comparison-2n-skx-mrr"
2000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2001   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2002   parameters:
2003   - "name"
2004   - "parent"
2005   - "result"
2006   - "tags"
2007
2008 # VPP Compare NICs 2n-skx 4t2c mrr
2009 - type: "table"
2010   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2011   algorithm: "table_nics_comparison"
2012   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2013   reference:
2014     title: "Intel-x710"
2015     nic: "NIC_Intel-X710"
2016   compare:
2017     title: "Intel-xxv710"
2018     nic: "NIC_Intel-XXV710"
2019   data: "vpp-nic-comparison-2n-skx-mrr"
2020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2021   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2022   parameters:
2023   - "name"
2024   - "parent"
2025   - "result"
2026   - "tags"
2027
2028 # VPP Compare NICs 2n-skx 8t4c mrr
2029 - type: "table"
2030   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2031   algorithm: "table_nics_comparison"
2032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2033   reference:
2034     title: "Intel-x710"
2035     nic: "NIC_Intel-X710"
2036   compare:
2037     title: "Intel-xxv710"
2038     nic: "NIC_Intel-XXV710"
2039   data: "vpp-nic-comparison-2n-skx-mrr"
2040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2041   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2042   parameters:
2043   - "name"
2044   - "parent"
2045   - "result"
2046   - "tags"
2047
2048 ################################################################################
2049 # VPP
2050
2051 ## VPP Performance Changes 2n-dnv 1t1c pdr
2052 #- type: "table"
2053 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2054 #  algorithm: "table_performance_comparison"
2055 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2056 #  history:
2057 #    - title: "rls1810"
2058 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2059 #  reference:
2060 #    title: "rls1901"
2061 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2062 #  compare:
2063 #    title: "rls1904"
2064 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2065 #  data: "intel-dnv-vpp-changes-2n-dnv"
2066 #  include-tests: "PDR"
2067 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2068 #  parameters:
2069 #  - "name"
2070 #  - "parent"
2071 #  - "throughput"
2072 #
2073 ## VPP Performance Changes 2n-dnv 2t2c pdr
2074 #- type: "table"
2075 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2076 #  algorithm: "table_performance_comparison"
2077 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2078 #  history:
2079 #    - title: "rls1810"
2080 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2081 #  reference:
2082 #    title: "rls1901"
2083 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2084 #  compare:
2085 #    title: "rls1904"
2086 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2087 #  data: "intel-dnv-vpp-changes-2n-dnv"
2088 #  include-tests: "PDR"
2089 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2090 #  parameters:
2091 #  - "name"
2092 #  - "parent"
2093 #  - "throughput"
2094 #
2095 ## VPP Performance Changes 2n-dnv 1t1c ndr
2096 #- type: "table"
2097 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2098 #  algorithm: "table_performance_comparison"
2099 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2100 #  history:
2101 #    - title: "rls1810"
2102 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2103 #  reference:
2104 #    title: "rls1901"
2105 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2106 #  compare:
2107 #    title: "rls1904"
2108 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2109 #  data: "intel-dnv-vpp-changes-2n-dnv"
2110 #  include-tests: "NDR"
2111 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2112 #  parameters:
2113 #  - "name"
2114 #  - "parent"
2115 #  - "throughput"
2116 #
2117 ## VPP Performance Changes 2n-dnv 2t2c ndr
2118 #- type: "table"
2119 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2120 #  algorithm: "table_performance_comparison"
2121 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2122 #  history:
2123 #    - title: "rls1810"
2124 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2125 #  reference:
2126 #    title: "rls1901"
2127 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2128 #  compare:
2129 #    title: "rls1904"
2130 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2131 #  data: "intel-dnv-vpp-changes-2n-dnv"
2132 #  include-tests: "NDR"
2133 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2134 #  parameters:
2135 #  - "name"
2136 #  - "parent"
2137 #  - "throughput"
2138 #
2139 ## VPP Performance Changes 2n-dnv 1t1c MRR
2140 #- type: "table"
2141 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2142 #  algorithm: "table_performance_comparison"
2143 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2144 #  history:
2145 #    - title: "rls1810"
2146 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2147 #  reference:
2148 #    title: "rls1901"
2149 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2150 #  compare:
2151 #    title: "rls1904"
2152 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2153 #  data: "intel-dnv-vpp-changes-2n-dnv"
2154 #  include-tests: "MRR"
2155 #  filter: "'1T1C' and 'MRR'"
2156 #  parameters:
2157 #  - "name"
2158 #  - "parent"
2159 #  - "result"
2160 #
2161 ## VPP Performance Changes 2n-dnv 2t2c MRR
2162 #- type: "table"
2163 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2164 #  algorithm: "table_performance_comparison"
2165 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2166 #  history:
2167 #    - title: "rls1810"
2168 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2169 #  reference:
2170 #    title: "rls1901"
2171 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2172 #  compare:
2173 #    title: "rls1904"
2174 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2175 #  data: "intel-dnv-vpp-changes-2n-dnv"
2176 #  include-tests: "MRR"
2177 #  filter: "'2T2C' and 'MRR'"
2178 #  parameters:
2179 #  - "name"
2180 #  - "parent"
2181 #  - "result"
2182 #
2183 ## VPP Performance Changes 2n-dnv 4t4c MRR
2184 #- type: "table"
2185 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2186 #  algorithm: "table_performance_comparison"
2187 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2188 #  history:
2189 #    - title: "rls1810"
2190 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2191 #  reference:
2192 #    title: "rls1901"
2193 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2194 #  compare:
2195 #    title: "rls1904"
2196 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2197 #  data: "intel-dnv-vpp-changes-2n-dnv"
2198 #  include-tests: "MRR"
2199 #  filter: "'4T4C' and 'MRR'"
2200 #  parameters:
2201 #  - "name"
2202 #  - "parent"
2203 #  - "result"
2204
2205 # VPP Performance Changes 3n-hsw 1t1c pdr
2206 - type: "table"
2207   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2208   algorithm: "table_performance_comparison"
2209   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2210   history:
2211     - title: "rls1810"
2212       data: "vpp-performance-changes-3n-hsw-h1"
2213   reference:
2214     title: "rls1901"
2215     data: "vpp-performance-changes-3n-hsw-ref"
2216   compare:
2217     title: "rls1904"
2218     data: "vpp-performance-changes-3n-hsw-cmp"
2219   data: "vpp-performance-changes-3n-hsw"
2220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2221   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2222   parameters:
2223   - "name"
2224   - "parent"
2225   - "throughput"
2226
2227 # VPP Performance Changes 3n-hsw 2t2c pdr
2228 - type: "table"
2229   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2230   algorithm: "table_performance_comparison"
2231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2232   history:
2233     - title: "rls1810"
2234       data: "vpp-performance-changes-3n-hsw-h1"
2235   reference:
2236     title: "rls1901"
2237     data: "vpp-performance-changes-3n-hsw-ref"
2238   compare:
2239     title: "rls1904"
2240     data: "vpp-performance-changes-3n-hsw-cmp"
2241   data: "vpp-performance-changes-3n-hsw"
2242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2243   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2244   parameters:
2245   - "name"
2246   - "parent"
2247   - "throughput"
2248
2249 # VPP Performance Changes 3n-hsw 1t1c ndr
2250 - type: "table"
2251   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2252   algorithm: "table_performance_comparison"
2253   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2254   history:
2255     - title: "rls1810"
2256       data: "vpp-performance-changes-3n-hsw-h1"
2257   reference:
2258     title: "rls1901"
2259     data: "vpp-performance-changes-3n-hsw-ref"
2260   compare:
2261     title: "rls1904"
2262     data: "vpp-performance-changes-3n-hsw-cmp"
2263   data: "vpp-performance-changes-3n-hsw"
2264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2265   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2266   parameters:
2267   - "name"
2268   - "parent"
2269   - "throughput"
2270
2271 # VPP Performance Changes 3n-hsw 2t2c ndr
2272 - type: "table"
2273   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2274   algorithm: "table_performance_comparison"
2275   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2276   history:
2277     - title: "rls1810"
2278       data: "vpp-performance-changes-3n-hsw-h1"
2279   reference:
2280     title: "rls1901"
2281     data: "vpp-performance-changes-3n-hsw-ref"
2282   compare:
2283     title: "rls1904"
2284     data: "vpp-performance-changes-3n-hsw-cmp"
2285   data: "vpp-performance-changes-3n-hsw"
2286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2287   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2288   parameters:
2289   - "name"
2290   - "parent"
2291   - "throughput"
2292
2293 # VPP Performance Changes 3n-skx 2t1c pdr
2294 - type: "table"
2295   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2296   algorithm: "table_performance_comparison"
2297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2298   history:
2299     - title: "rls1810"
2300       data: "vpp-performance-changes-3n-skx-h1"
2301   reference:
2302     title: "rls1901"
2303     data: "vpp-performance-changes-3n-skx-ref"
2304   compare:
2305     title: "rls1904"
2306     data: "vpp-performance-changes-3n-skx-cmp"
2307   data: "vpp-performance-changes-3n-skx"
2308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2309   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2310   parameters:
2311   - "name"
2312   - "parent"
2313   - "throughput"
2314
2315 # VPP Performance Changes 3n-skx 4t2c pdr
2316 - type: "table"
2317   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2318   algorithm: "table_performance_comparison"
2319   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2320   history:
2321     - title: "rls1810"
2322       data: "vpp-performance-changes-3n-skx-h1"
2323   reference:
2324     title: "rls1901"
2325     data: "vpp-performance-changes-3n-skx-ref"
2326   compare:
2327     title: "rls1904"
2328     data: "vpp-performance-changes-3n-skx-cmp"
2329   data: "vpp-performance-changes-3n-skx"
2330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2331   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2332   parameters:
2333   - "name"
2334   - "parent"
2335   - "throughput"
2336
2337 # VPP Performance Changes 3n-skx 2t1c ndr
2338 - type: "table"
2339   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2340   algorithm: "table_performance_comparison"
2341   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2342   history:
2343     - title: "rls1810"
2344       data: "vpp-performance-changes-3n-skx-h1"
2345   reference:
2346     title: "rls1901"
2347     data: "vpp-performance-changes-3n-skx-ref"
2348   compare:
2349     title: "rls1904"
2350     data: "vpp-performance-changes-3n-skx-cmp"
2351   data: "vpp-performance-changes-3n-skx"
2352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2353   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2354   parameters:
2355   - "name"
2356   - "parent"
2357   - "throughput"
2358
2359 # VPP Performance Changes 3n-skx 4t2c ndr
2360 - type: "table"
2361   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2362   algorithm: "table_performance_comparison"
2363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2364   history:
2365     - title: "rls1810"
2366       data: "vpp-performance-changes-3n-skx-h1"
2367   reference:
2368     title: "rls1901"
2369     data: "vpp-performance-changes-3n-skx-ref"
2370   compare:
2371     title: "rls1904"
2372     data: "vpp-performance-changes-3n-skx-cmp"
2373   data: "vpp-performance-changes-3n-skx"
2374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2375   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2376   parameters:
2377   - "name"
2378   - "parent"
2379   - "throughput"
2380
2381 # VPP Performance Changes 2n-skx 2t1c pdr
2382 - type: "table"
2383   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2384   algorithm: "table_performance_comparison"
2385   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2386   history:
2387     - title: "rls1810"
2388       data: "vpp-performance-changes-2n-skx-h1"
2389   reference:
2390     title: "rls1901"
2391     data: "vpp-performance-changes-2n-skx-ref"
2392   compare:
2393     title: "rls1904"
2394     data: "vpp-performance-changes-2n-skx-cmp"
2395   data: "vpp-performance-changes-2n-skx"
2396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2397   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2398   parameters:
2399   - "name"
2400   - "parent"
2401   - "throughput"
2402
2403 # VPP Performance Changes 2n-skx 4t2c pdr
2404 - type: "table"
2405   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2406   algorithm: "table_performance_comparison"
2407   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2408   history:
2409     - title: "rls1810"
2410       data: "vpp-performance-changes-2n-skx-h1"
2411   reference:
2412     title: "rls1901"
2413     data: "vpp-performance-changes-2n-skx-ref"
2414   compare:
2415     title: "rls1904"
2416     data: "vpp-performance-changes-2n-skx-cmp"
2417   data: "vpp-performance-changes-2n-skx"
2418   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2419   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2420   parameters:
2421   - "name"
2422   - "parent"
2423   - "throughput"
2424
2425 # VPP Performance Changes 2n-skx 2t1c ndr
2426 - type: "table"
2427   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2428   algorithm: "table_performance_comparison"
2429   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2430   history:
2431     - title: "rls1810"
2432       data: "vpp-performance-changes-2n-skx-h1"
2433   reference:
2434     title: "rls1901"
2435     data: "vpp-performance-changes-2n-skx-ref"
2436   compare:
2437     title: "rls1904"
2438     data: "vpp-performance-changes-2n-skx-cmp"
2439   data: "vpp-performance-changes-2n-skx"
2440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2441   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2442   parameters:
2443   - "name"
2444   - "parent"
2445   - "throughput"
2446
2447 # VPP Performance Changes 2n-skx 4t2c ndr
2448 - type: "table"
2449   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2450   algorithm: "table_performance_comparison"
2451   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2452   history:
2453     - title: "rls1810"
2454       data: "vpp-performance-changes-2n-skx-h1"
2455   reference:
2456     title: "rls1901"
2457     data: "vpp-performance-changes-2n-skx-ref"
2458   compare:
2459     title: "rls1904"
2460     data: "vpp-performance-changes-2n-skx-cmp"
2461   data: "vpp-performance-changes-2n-skx"
2462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2463   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2464   parameters:
2465   - "name"
2466   - "parent"
2467   - "throughput"
2468
2469 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2470 - type: "table"
2471   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2472   algorithm: "table_performance_comparison"
2473   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2474   reference:
2475     title: "3-Node Hsw"
2476     data: "vpp-compare-testbeds-ref"
2477   compare:
2478     title: "3-Node Skx"
2479     data: "vpp-compare-testbeds-cmp"
2480   data: "vpp-compare-testbeds"
2481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2482   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2483   parameters:
2484   - "name"
2485   - "parent"
2486   - "throughput"
2487
2488 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2489 - type: "table"
2490   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2491   algorithm: "table_performance_comparison"
2492   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2493   reference:
2494     title: "3-Node Hsw"
2495     data: "vpp-compare-testbeds-ref"
2496   compare:
2497     title: "3-Node Skx"
2498     data: "vpp-compare-testbeds-cmp"
2499   data: "vpp-compare-testbeds"
2500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2501   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2502   parameters:
2503   - "name"
2504   - "parent"
2505   - "throughput"
2506
2507 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2508 - type: "table"
2509   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2510   algorithm: "table_performance_comparison"
2511   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2512   reference:
2513     title: "3-Node Hsw"
2514     data: "vpp-compare-testbeds-ref"
2515   compare:
2516     title: "3-Node Skx"
2517     data: "vpp-compare-testbeds-cmp"
2518   data: "vpp-compare-testbeds"
2519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2520   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2521   parameters:
2522   - "name"
2523   - "parent"
2524   - "throughput"
2525
2526 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2527 - type: "table"
2528   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2529   algorithm: "table_performance_comparison"
2530   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2531   reference:
2532     title: "3-Node Hsw"
2533     data: "vpp-compare-testbeds-ref"
2534   compare:
2535     title: "3-Node Skx"
2536     data: "vpp-compare-testbeds-cmp"
2537   data: "vpp-compare-testbeds"
2538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2539   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2540   parameters:
2541   - "name"
2542   - "parent"
2543   - "throughput"
2544
2545 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2546 - type: "table"
2547   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2548   algorithm: "table_performance_comparison"
2549   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2550   reference:
2551     title: "3-Node Skx"
2552     data: "vpp-compare-topologies-ref"
2553   compare:
2554     title: "2-Node Skx"
2555     data: "vpp-compare-topologies-cmp"
2556   data: "vpp-compare-topologies"
2557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2558   filter: "'NDRPDR' and '1C'"
2559   parameters:
2560   - "name"
2561   - "parent"
2562   - "throughput"
2563
2564 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2565 - type: "table"
2566   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2567   algorithm: "table_performance_comparison"
2568   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2569   reference:
2570     title: "3-Node Skx"
2571     data: "vpp-compare-topologies-ref"
2572   compare:
2573     title: "2-Node Skx"
2574     data: "vpp-compare-topologies-cmp"
2575   data: "vpp-compare-topologies"
2576   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2577   filter: "'NDRPDR' and '2C'"
2578   parameters:
2579   - "name"
2580   - "parent"
2581   - "throughput"
2582
2583 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2584 - type: "table"
2585   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2586   algorithm: "table_performance_comparison"
2587   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2588   reference:
2589     title: "3-Node Skx"
2590     data: "vpp-compare-topologies-ref"
2591   compare:
2592     title: "2-Node Skx"
2593     data: "vpp-compare-topologies-cmp"
2594   data: "vpp-compare-topologies"
2595   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2596   filter: "'NDRPDR' and '1C'"
2597   parameters:
2598   - "name"
2599   - "parent"
2600   - "throughput"
2601
2602 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2603 - type: "table"
2604   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2605   algorithm: "table_performance_comparison"
2606   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2607   reference:
2608     title: "3-Node Skx"
2609     data: "vpp-compare-topologies-ref"
2610   compare:
2611     title: "2-Node Skx"
2612     data: "vpp-compare-topologies-cmp"
2613   data: "vpp-compare-topologies"
2614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2615   filter: "'NDRPDR' and '2C'"
2616   parameters:
2617   - "name"
2618   - "parent"
2619   - "throughput"
2620
2621 # VPP Performance Changes 3n-hsw 1t1c MRR
2622 - type: "table"
2623   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2624   algorithm: "table_performance_comparison"
2625   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2626   history:
2627     - title: "rls1810"
2628       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2629   reference:
2630     title: "rls1901"
2631     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2632   compare:
2633     title: "rls1904"
2634     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2635   data: "vpp-performance-changes-3n-hsw-mrr"
2636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2637   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2638   parameters:
2639   - "name"
2640   - "parent"
2641   - "result"
2642
2643 # VPP Performance Changes 3n-hsw 2t2c MRR
2644 - type: "table"
2645   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2646   algorithm: "table_performance_comparison"
2647   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2648   history:
2649     - title: "rls1810"
2650       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2651   reference:
2652     title: "rls1901"
2653     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2654   compare:
2655     title: "rls1904"
2656     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2657   data: "vpp-performance-changes-3n-hsw-mrr"
2658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2659   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2660   parameters:
2661   - "name"
2662   - "parent"
2663   - "result"
2664
2665 # VPP Performance Changes 3n-hsw 4t4c MRR
2666 - type: "table"
2667   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2668   algorithm: "table_performance_comparison"
2669   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2670   history:
2671     - title: "rls1810"
2672       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2673   reference:
2674     title: "rls1901"
2675     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2676   compare:
2677     title: "rls1904"
2678     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2679   data: "vpp-performance-changes-3n-hsw-mrr"
2680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2681   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2682   parameters:
2683   - "name"
2684   - "parent"
2685   - "result"
2686
2687 # VPP Performance Changes 3n-skx 2t1c MRR
2688 - type: "table"
2689   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2690   algorithm: "table_performance_comparison"
2691   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2692   history:
2693     - title: "rls1810"
2694       data: "vpp-performance-changes-3n-skx-mrr-h1"
2695   reference:
2696     title: "rls1901"
2697     data: "vpp-performance-changes-3n-skx-mrr-ref"
2698   compare:
2699     title: "rls1904"
2700     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2701   data: "vpp-performance-changes-3n-skx-mrr"
2702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2703   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2704   parameters:
2705   - "name"
2706   - "parent"
2707   - "result"
2708
2709 # VPP Performance Changes 3n-skx 4t2c MRR
2710 - type: "table"
2711   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2712   algorithm: "table_performance_comparison"
2713   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2714   history:
2715     - title: "rls1810"
2716       data: "vpp-performance-changes-3n-skx-mrr-h1"
2717   reference:
2718     title: "rls1901"
2719     data: "vpp-performance-changes-3n-skx-mrr-ref"
2720   compare:
2721     title: "rls1904"
2722     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2723   data: "vpp-performance-changes-3n-skx-mrr"
2724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2725   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2726   parameters:
2727   - "name"
2728   - "parent"
2729   - "result"
2730
2731 # VPP Performance Changes 3n-skx 8t4c MRR
2732 - type: "table"
2733   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2734   algorithm: "table_performance_comparison"
2735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2736   history:
2737     - title: "rls1810"
2738       data: "vpp-performance-changes-3n-skx-mrr-h1"
2739   reference:
2740     title: "rls1901"
2741     data: "vpp-performance-changes-3n-skx-mrr-ref"
2742   compare:
2743     title: "rls1904"
2744     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2745   data: "vpp-performance-changes-3n-skx-mrr"
2746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2747   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2748   parameters:
2749   - "name"
2750   - "parent"
2751   - "result"
2752
2753 # VPP Performance Changes 2n-skx 2t1c MRR
2754 - type: "table"
2755   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2756   algorithm: "table_performance_comparison"
2757   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2758   history:
2759     - title: "rls1810"
2760       data: "vpp-performance-changes-2n-skx-mrr-h1"
2761   reference:
2762     title: "rls1901"
2763     data: "vpp-performance-changes-2n-skx-mrr-ref"
2764   compare:
2765     title: "rls1904"
2766     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2767   data: "vpp-performance-changes-2n-skx-mrr"
2768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2769   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2770   parameters:
2771   - "name"
2772   - "parent"
2773   - "result"
2774
2775 # VPP Performance Changes 2n-skx 4t2c MRR
2776 - type: "table"
2777   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2778   algorithm: "table_performance_comparison"
2779   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2780   history:
2781     - title: "rls1810"
2782       data: "vpp-performance-changes-2n-skx-mrr-h1"
2783   reference:
2784     title: "rls1901"
2785     data: "vpp-performance-changes-2n-skx-mrr-ref"
2786   compare:
2787     title: "rls1904"
2788     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2789   data: "vpp-performance-changes-2n-skx-mrr"
2790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2791   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2792   parameters:
2793   - "name"
2794   - "parent"
2795   - "result"
2796
2797 # VPP Performance Changes 2n-skx 8t4c MRR
2798 - type: "table"
2799   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2800   algorithm: "table_performance_comparison"
2801   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2802   history:
2803     - title: "rls1810"
2804       data: "vpp-performance-changes-2n-skx-mrr-h1"
2805   reference:
2806     title: "rls1901"
2807     data: "vpp-performance-changes-2n-skx-mrr-ref"
2808   compare:
2809     title: "rls1904"
2810     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2811   data: "vpp-performance-changes-2n-skx-mrr"
2812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2813   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2814   parameters:
2815   - "name"
2816   - "parent"
2817   - "result"
2818
2819 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2820 - type: "table"
2821   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2822   algorithm: "table_performance_comparison"
2823   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2824   reference:
2825     title: "3-Node Hsw"
2826     data: "vpp-compare-testbeds-mrr-ref"
2827   compare:
2828     title: "3-Node Skx"
2829     data: "vpp-compare-testbeds-mrr-cmp"
2830   data: "vpp-compare-testbeds-mrr"
2831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2832   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2833   parameters:
2834   - "name"
2835   - "parent"
2836   - "result"
2837
2838 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2839 - type: "table"
2840   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2841   algorithm: "table_performance_comparison"
2842   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2843   reference:
2844     title: "3-Node Hsw"
2845     data: "vpp-compare-testbeds-mrr-ref"
2846   compare:
2847     title: "3-Node Skx"
2848     data: "vpp-compare-testbeds-mrr-cmp"
2849   data: "vpp-compare-testbeds-mrr"
2850   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2851   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2852   parameters:
2853   - "name"
2854   - "parent"
2855   - "result"
2856
2857 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2858 - type: "table"
2859   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2860   algorithm: "table_performance_comparison"
2861   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2862   reference:
2863     title: "3-Node Hsw"
2864     data: "vpp-compare-testbeds-mrr-ref"
2865   compare:
2866     title: "3-Node Skx"
2867     data: "vpp-compare-testbeds-mrr-cmp"
2868   data: "vpp-compare-testbeds-mrr"
2869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2870   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2871   parameters:
2872   - "name"
2873   - "parent"
2874   - "result"
2875
2876 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2877 - type: "table"
2878   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2879   algorithm: "table_performance_comparison"
2880   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2881   reference:
2882     title: "3-Node Skx"
2883     data: "vpp-compare-topologies-mrr-ref"
2884   compare:
2885     title: "2-Node Skx"
2886     data: "vpp-compare-topologies-mrr-cmp"
2887   data: "vpp-compare-topologies-mrr"
2888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2889   filter: "'MRR' and '1C'"
2890   parameters:
2891   - "name"
2892   - "parent"
2893   - "result"
2894
2895 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2896 - type: "table"
2897   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2898   algorithm: "table_performance_comparison"
2899   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2900   reference:
2901     title: "3-Node Skx"
2902     data: "vpp-compare-topologies-mrr-ref"
2903   compare:
2904     title: "2-Node Skx"
2905     data: "vpp-compare-topologies-mrr-cmp"
2906   data: "vpp-compare-topologies-mrr"
2907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2908   filter: "'MRR' and '2C'"
2909   parameters:
2910   - "name"
2911   - "parent"
2912   - "result"
2913
2914 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2915 - type: "table"
2916   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2917   algorithm: "table_performance_comparison"
2918   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2919   reference:
2920     title: "3-Node Skx"
2921     data: "vpp-compare-topologies-mrr-ref"
2922   compare:
2923     title: "2-Node Skx"
2924     data: "vpp-compare-topologies-mrr-cmp"
2925   data: "vpp-compare-topologies-mrr"
2926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2927   filter: "'MRR' and '4C'"
2928   parameters:
2929   - "name"
2930   - "parent"
2931   - "result"
2932
2933 # Detailed Test Results - VPP Performance Results 3n-hsw
2934 - type: "table"
2935   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2936   algorithm: "table_merged_details"
2937   output-file-ext: ".csv"
2938   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2939   columns:
2940   - title: "Name"
2941     data: "data name"
2942   - title: "Status"
2943     data: "data msg"
2944   rows: "generated"
2945   data: "vpp-perf-results-3n-hsw"
2946   filter: "not 'NDRCHK' and not 'PDRCHK'"
2947   parameters:
2948   - "name"
2949   - "parent"
2950   - "msg"
2951
2952 # Detailed Test Results - VPP Performance Results 3n-skx
2953 - type: "table"
2954   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2955   algorithm: "table_merged_details"
2956   output-file-ext: ".csv"
2957   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2958   columns:
2959   - title: "Name"
2960     data: "data name"
2961   - title: "Status"
2962     data: "data msg"
2963   rows: "generated"
2964   data: "vpp-perf-results-3n-skx"
2965   filter: "not 'NDRCHK' and not 'PDRCHK'"
2966   parameters:
2967   - "name"
2968   - "parent"
2969   - "msg"
2970
2971 # Detailed Test Results - VPP Performance Results 2n-skx
2972 - type: "table"
2973   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2974   algorithm: "table_merged_details"
2975   output-file-ext: ".csv"
2976   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2977   columns:
2978   - title: "Name"
2979     data: "data name"
2980   - title: "Status"
2981     data: "data msg"
2982   rows: "generated"
2983   data: "vpp-perf-results-2n-skx"
2984   filter: "not 'NDRCHK' and not 'PDRCHK'"
2985   parameters:
2986   - "name"
2987   - "parent"
2988   - "msg"
2989
2990 ## Detailed Test Results - VPP Performance Results 2n-dnv
2991 #- type: "table"
2992 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2993 #  algorithm: "table_details"
2994 #  output-file-ext: ".csv"
2995 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2996 #  columns:
2997 #  - title: "Name"
2998 #    data: "data name"
2999 #  - title: "Status"
3000 #    data: "data msg"
3001 #  rows: "generated"
3002 #  data: "intel-dnv-vpp"
3003 #  filter: "'NDRPDR'"
3004 #  parameters:
3005 #  - "name"
3006 #  - "parent"
3007 #  - "msg"
3008
3009 # Test configuration - VPP Performance Test Configs 3n-hsw
3010 - type: "table"
3011   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3012   algorithm: "table_merged_details"
3013   output-file-ext: ".csv"
3014   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3015   columns:
3016   - title: "Name"
3017     data: "data name"
3018   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3019     data: "data conf-history"
3020   rows: "generated"
3021   data: "vpp-perf-results-3n-hsw"
3022   filter: "not 'NDRCHK' and not 'PDRCHK'"
3023   parameters:
3024   - "parent"
3025   - "name"
3026   - "conf-history"
3027
3028 # Test configuration - VPP Performance Test Configs 3n-skx
3029 - type: "table"
3030   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3031   algorithm: "table_merged_details"
3032   output-file-ext: ".csv"
3033   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3034   columns:
3035   - title: "Name"
3036     data: "data name"
3037   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3038     data: "data conf-history"
3039   rows: "generated"
3040   data: "vpp-perf-results-3n-skx"
3041   filter: "not 'NDRCHK' and not 'PDRCHK'"
3042   parameters:
3043   - "parent"
3044   - "name"
3045   - "conf-history"
3046
3047 # Test configuration - VPP Performance Test Configs 2n-skx
3048 - type: "table"
3049   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3050   algorithm: "table_merged_details"
3051   output-file-ext: ".csv"
3052   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3053   columns:
3054   - title: "Name"
3055     data: "data name"
3056   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3057     data: "data conf-history"
3058   rows: "generated"
3059   data: "vpp-perf-results-2n-skx"
3060   filter: "not 'NDRCHK' and not 'PDRCHK'"
3061   parameters:
3062   - "parent"
3063   - "name"
3064   - "conf-history"
3065
3066 ## Test configuration - VPP Performance Test Configs 2n-dnv
3067 #- type: "table"
3068 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3069 #  algorithm: "table_details"
3070 #  output-file-ext: ".csv"
3071 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3072 #  columns:
3073 #  - title: "Name"
3074 #    data: "data name"
3075 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3076 #    data: "data conf-history"
3077 #  rows: "generated"
3078 #  data: "intel-dnv-vpp"
3079 #  filter: "'NDRPDR'"
3080 #  parameters:
3081 #  - "parent"
3082 #  - "name"
3083 #  - "conf-history"
3084
3085 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3086 - type: "table"
3087   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3088   algorithm: "table_merged_details"
3089   output-file-ext: ".csv"
3090   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3091   columns:
3092   - title: "Name"
3093     data: "data name"
3094   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3095     data: "data show-run"
3096   rows: "generated"
3097   data: "vpp-perf-results-3n-hsw"
3098   filter: "not 'NDRCHK' and not 'PDRCHK'"
3099   parameters:
3100   - "parent"
3101   - "name"
3102   - "show-run"
3103
3104 # Test Operational Data - VPP Performance Operational Data 3n-skx
3105 - type: "table"
3106   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3107   algorithm: "table_merged_details"
3108   output-file-ext: ".csv"
3109   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3110   columns:
3111   - title: "Name"
3112     data: "data name"
3113   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3114     data: "data show-run"
3115   rows: "generated"
3116   data: "vpp-perf-results-3n-skx"
3117   filter: "not 'NDRCHK' and not 'PDRCHK'"
3118   parameters:
3119   - "parent"
3120   - "name"
3121   - "show-run"
3122
3123 # Test Operational Data - VPP Performance Operational Data 2n-skx
3124 - type: "table"
3125   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3126   algorithm: "table_merged_details"
3127   output-file-ext: ".csv"
3128   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3129   columns:
3130   - title: "Name"
3131     data: "data name"
3132   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3133     data: "data show-run"
3134   rows: "generated"
3135   data: "vpp-perf-results-2n-skx"
3136   filter: "not 'NDRCHK' and not 'PDRCHK'"
3137   parameters:
3138   - "parent"
3139   - "name"
3140   - "show-run"
3141
3142 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3143 #- type: "table"
3144 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3145 #  algorithm: "table_details"
3146 #  output-file-ext: ".csv"
3147 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3148 #  columns:
3149 #  - title: "Name"
3150 #    data: "data name"
3151 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3152 #    data: "data show-run"
3153 #  rows: "generated"
3154 #  data: "intel-dnv-vpp"
3155 #  filter: "'NDRPDR'"
3156 #  parameters:
3157 #  - "parent"
3158 #  - "name"
3159 #  - "show-run"
3160
3161 # Detailed Test Results - VPP MRR Results 3n-hsw
3162 - type: "table"
3163   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3164   algorithm: "table_details"
3165   output-file-ext: ".csv"
3166   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3167   columns:
3168   - title: "Name"
3169     data: "data name"
3170   - title: "Status"
3171     data: "data msg"
3172   rows: "generated"
3173   data: "vpp-mrr-results-3n-hsw"
3174   filter: "'MRR'"
3175   parameters:
3176   - "name"
3177   - "parent"
3178   - "msg"
3179
3180 # Detailed Test Results - VPP MRR Results 3n-skx
3181 - type: "table"
3182   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3183   algorithm: "table_details"
3184   output-file-ext: ".csv"
3185   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3186   columns:
3187   - title: "Name"
3188     data: "data name"
3189   - title: "Status"
3190     data: "data msg"
3191   rows: "generated"
3192   data: "vpp-mrr-results-3n-skx"
3193   filter: "'MRR'"
3194   parameters:
3195   - "name"
3196   - "parent"
3197   - "msg"
3198
3199 # Detailed Test Results - VPP MRR Results 2n-skx
3200 - type: "table"
3201   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3202   algorithm: "table_details"
3203   output-file-ext: ".csv"
3204   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3205   columns:
3206   - title: "Name"
3207     data: "data name"
3208   - title: "Status"
3209     data: "data msg"
3210   rows: "generated"
3211   data: "vpp-mrr-results-2n-skx"
3212   filter: "'MRR'"
3213   parameters:
3214   - "name"
3215   - "parent"
3216   - "msg"
3217
3218 ## Detailed Test Results - VPP MRR Results 2n-dnv
3219 #- type: "table"
3220 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3221 #  algorithm: "table_details"
3222 #  output-file-ext: ".csv"
3223 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3224 #  columns:
3225 #  - title: "Name"
3226 #    data: "data name"
3227 #  - title: "Status"
3228 #    data: "data msg"
3229 #  rows: "generated"
3230 #  data: "intel-dnv-vpp"
3231 #  filter: "'MRR'"
3232 #  parameters:
3233 #  - "name"
3234 #  - "parent"
3235 #  - "msg"
3236
3237 # Test configuration - VPP MRR Test Configs 3n-hsw
3238 - type: "table"
3239   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3240   algorithm: "table_details"
3241   output-file-ext: ".csv"
3242   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3243   columns:
3244   - title: "Name"
3245     data: "data name"
3246   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3247     data: "data conf-history"
3248   rows: "generated"
3249   data: "vpp-mrr-results-3n-hsw"
3250   filter: "'MRR'"
3251   parameters:
3252   - "parent"
3253   - "name"
3254   - "conf-history"
3255
3256 # Test configuration - VPP MRR Test Configs 3n-skx
3257 - type: "table"
3258   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3259   algorithm: "table_details"
3260   output-file-ext: ".csv"
3261   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3262   columns:
3263   - title: "Name"
3264     data: "data name"
3265   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3266     data: "data conf-history"
3267   rows: "generated"
3268   data: "vpp-mrr-results-3n-skx"
3269   filter: "'MRR'"
3270   parameters:
3271   - "parent"
3272   - "name"
3273   - "conf-history"
3274
3275 # Test configuration - VPP MRR Test Configs 2n-skx
3276 - type: "table"
3277   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3278   algorithm: "table_details"
3279   output-file-ext: ".csv"
3280   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3281   columns:
3282   - title: "Name"
3283     data: "data name"
3284   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3285     data: "data conf-history"
3286   rows: "generated"
3287   data: "vpp-mrr-results-2n-skx"
3288   filter: "'MRR'"
3289   parameters:
3290   - "parent"
3291   - "name"
3292   - "conf-history"
3293
3294 ## Test configuration - VPP MRR Test Configs 2n-dnv
3295 #- type: "table"
3296 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3297 #  algorithm: "table_details"
3298 #  output-file-ext: ".csv"
3299 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3300 #  columns:
3301 #  - title: "Name"
3302 #    data: "data name"
3303 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3304 #    data: "data conf-history"
3305 #  rows: "generated"
3306 #  data: "intel-dnv-vpp"
3307 #  filter: "'MRR'"
3308 #  parameters:
3309 #  - "parent"
3310 #  - "name"
3311 #  - "conf-history"
3312
3313 # Detailed Test Results - VPP Functional Results - Ubuntu
3314 - type: "table"
3315   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3316   algorithm: "table_details"
3317   output-file-ext: ".csv"
3318   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3319   columns:
3320   - title: "Name"
3321     data: "data name"
3322   - title: "Documentation"
3323     data: "data doc"
3324   - title: "Status"
3325     data: "data status"
3326   rows: "generated"
3327   data: "vpp-func-results-ubuntu"
3328   filter: "all"
3329   parameters:
3330   - "name"
3331   - "parent"
3332   - "doc"
3333   - "status"
3334
3335 # Detailed Test Results - VPP Functional Results - CentOS
3336 - type: "table"
3337   title: "Detailed Test Results - VPP Functional Results - CentOS"
3338   algorithm: "table_details"
3339   output-file-ext: ".csv"
3340   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3341   columns:
3342   - title: "Name"
3343     data: "data name"
3344   - title: "Documentation"
3345     data: "data doc"
3346   -
3347     title: "Status"
3348     data: "data status"
3349   rows: "generated"
3350   data:
3351     "vpp-func-results-centos"
3352   filter: "all"
3353   parameters:
3354   - "name"
3355   - "parent"
3356   - "doc"
3357   - "status"
3358
3359 # Test configuration - VPP Functional Test Configs - Ubuntu
3360 - type: "table"
3361   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3362   algorithm: "table_details"
3363   output-file-ext: ".csv"
3364   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3365   columns:
3366   - title: "Name"
3367     data: "data name"
3368   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3369     data: "data conf-history"
3370   rows: "generated"
3371   data: "vpp-func-results-ubuntu"
3372   filter: "all"
3373   parameters:
3374   - "parent"
3375   - "name"
3376   - "conf-history"
3377
3378 # Test configuration - VPP Functional Test Configs - CentOS
3379 - type: "table"
3380   title: "Test configuration - VPP Functional Test Configs - CentOS"
3381   algorithm: "table_details"
3382   output-file-ext: ".csv"
3383   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3384   columns:
3385   - title: "Name"
3386     data: "data name"
3387   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3388     data: "data conf-history"
3389   rows: "generated"
3390   data: "vpp-func-results-centos"
3391   filter: "all"
3392   parameters:
3393   - "parent"
3394   - "name"
3395   - "conf-history"
3396
3397 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3398 #- type: "table"
3399 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3400 #  algorithm: "table_details"
3401 #  output-file-ext: ".csv"
3402 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3403 #  columns:
3404 #  - title: "Name"
3405 #    data: "data name"
3406 #  - title: "Status"
3407 #    data: "data msg"
3408 #  rows: "generated"
3409 #  data: "ligato-perf-results-3n-hsw"
3410 #  filter: "all"
3411 #  parameters:
3412 #  - "name"
3413 #  - "parent"
3414 #  - "msg"
3415
3416 # Detailed Test Results - VPP Device Results - Ubuntu
3417 - type: "table"
3418   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3419   algorithm: "table_details"
3420   output-file-ext: ".csv"
3421   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3422   columns:
3423   - title: "Name"
3424     data: "data name"
3425   - title: "Documentation"
3426     data: "data doc"
3427   - title: "Status"
3428     data: "data status"
3429   rows: "generated"
3430   data: "vpp-device-results-ubuntu"
3431   filter: "all"
3432   parameters:
3433   - "name"
3434   - "parent"
3435   - "doc"
3436   - "status"
3437
3438 # Test configuration - VPP Device Test Configs - Ubuntu
3439 - type: "table"
3440   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3441   algorithm: "table_details"
3442   output-file-ext: ".csv"
3443   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3444   columns:
3445   - title: "Name"
3446     data: "data name"
3447   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3448     data: "data conf-history"
3449   rows: "generated"
3450   data: "vpp-device-results-ubuntu"
3451   filter: "all"
3452   parameters:
3453   - "parent"
3454   - "name"
3455   - "conf-history"
3456
3457 ################################################################################
3458
3459 # DPDK Performance Changes 3n-hsw 1t1c pdr
3460 - type: "table"
3461   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3462   algorithm: "table_performance_comparison"
3463   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3464   history:
3465     - title: "rls1810"
3466       data: "dpdk-performance-changes-3n-hsw-h1"
3467   reference:
3468     title: "rls1901"
3469     data: "dpdk-performance-changes-3n-hsw-ref"
3470   compare:
3471     title: "rls1904"
3472     data: "dpdk-performance-changes-3n-hsw-cmp"
3473   data: "dpdk-performance-changes-3n-hsw"
3474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3475   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3476   parameters:
3477   - "name"
3478   - "parent"
3479   - "throughput"
3480
3481 # DPDK Performance Changes 3n-hsw 2t2c pdr
3482 - type: "table"
3483   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3484   algorithm: "table_performance_comparison"
3485   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3486   history:
3487     - title: "rls1810"
3488       data: "dpdk-performance-changes-3n-hsw-h1"
3489   reference:
3490     title: "rls1901"
3491     data: "dpdk-performance-changes-3n-hsw-ref"
3492   compare:
3493     title: "rls1904"
3494     data: "dpdk-performance-changes-3n-hsw-cmp"
3495   data: "dpdk-performance-changes-3n-hsw"
3496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3497   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3498   parameters:
3499   - "name"
3500   - "parent"
3501   - "throughput"
3502
3503 # DPDK Performance Changes 3n-hsw 1t1c ndr
3504 - type: "table"
3505   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3506   algorithm: "table_performance_comparison"
3507   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3508   history:
3509     - title: "rls1810"
3510       data: "dpdk-performance-changes-3n-hsw-h1"
3511   reference:
3512     title: "rls1901"
3513     data: "dpdk-performance-changes-3n-hsw-ref"
3514   compare:
3515     title: "rls1904"
3516     data: "dpdk-performance-changes-3n-hsw-cmp"
3517   data: "dpdk-performance-changes-3n-hsw"
3518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3519   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3520   parameters:
3521   - "name"
3522   - "parent"
3523   - "throughput"
3524
3525 # DPDK Performance Changes 3n-hsw 2t2c ndr
3526 - type: "table"
3527   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3528   algorithm: "table_performance_comparison"
3529   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3530   history:
3531     - title: "rls1810"
3532       data: "dpdk-performance-changes-3n-hsw-h1"
3533   reference:
3534     title: "rls1901"
3535     data: "dpdk-performance-changes-3n-hsw-ref"
3536   compare:
3537     title: "rls1904"
3538     data: "dpdk-performance-changes-3n-hsw-cmp"
3539   data: "dpdk-performance-changes-3n-hsw"
3540   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3541   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3542   parameters:
3543   - "name"
3544   - "parent"
3545   - "throughput"
3546
3547 # DPDK Performance Changes 3n-skx 2t1c pdr
3548 - type: "table"
3549   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3550   algorithm: "table_performance_comparison"
3551   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3552   history:
3553     - title: "rls1810"
3554       data: "dpdk-performance-changes-3n-skx-h1"
3555   reference:
3556     title: "rls1901"
3557     data: "dpdk-performance-changes-3n-skx-ref"
3558   compare:
3559     title: "rls1904"
3560     data: "dpdk-performance-changes-3n-skx-cmp"
3561   data: "dpdk-performance-changes-3n-skx"
3562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3564   parameters:
3565   - "name"
3566   - "parent"
3567   - "throughput"
3568
3569 # DPDK Performance Changes 3n-skx 4t2c pdr
3570 - type: "table"
3571   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3572   algorithm: "table_performance_comparison"
3573   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3574   history:
3575     - title: "rls1810"
3576       data: "dpdk-performance-changes-3n-skx-h1"
3577   reference:
3578     title: "rls1901"
3579     data: "dpdk-performance-changes-3n-skx-ref"
3580   compare:
3581     title: "rls1904"
3582     data: "dpdk-performance-changes-3n-skx-cmp"
3583   data: "dpdk-performance-changes-3n-skx"
3584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3585   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3586   parameters:
3587   - "name"
3588   - "parent"
3589   - "throughput"
3590
3591 # DPDK Performance Changes 3n-skx 2t1c ndr
3592 - type: "table"
3593   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3594   algorithm: "table_performance_comparison"
3595   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3596   history:
3597     - title: "rls1810"
3598       data: "dpdk-performance-changes-3n-skx-h1"
3599   reference:
3600     title: "rls1901"
3601     data: "dpdk-performance-changes-3n-skx-ref"
3602   compare:
3603     title: "rls1904"
3604     data: "dpdk-performance-changes-3n-skx-cmp"
3605   data: "dpdk-performance-changes-3n-skx"
3606   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3607   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3608   parameters:
3609   - "name"
3610   - "parent"
3611   - "throughput"
3612
3613 # DPDK Performance Changes 3n-skx 4t2c ndr
3614 - type: "table"
3615   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3616   algorithm: "table_performance_comparison"
3617   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3618   history:
3619     - title: "rls1810"
3620       data: "dpdk-performance-changes-3n-skx-h1"
3621   reference:
3622     title: "rls1901"
3623     data: "dpdk-performance-changes-3n-skx-ref"
3624   compare:
3625     title: "rls1904"
3626     data: "dpdk-performance-changes-3n-skx-cmp"
3627   data: "dpdk-performance-changes-3n-skx"
3628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3630   parameters:
3631   - "name"
3632   - "parent"
3633   - "throughput"
3634
3635 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3636 - type: "table"
3637   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3638   algorithm: "table_performance_comparison"
3639   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3640   reference:
3641     title: "3-Node Hsw"
3642     data: "dpdk-compare-testbeds-ref"
3643   compare:
3644     title: "3-Node Skx"
3645     data: "dpdk-compare-testbeds-cmp"
3646   data: "dpdk-compare-testbeds"
3647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3648   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3649   parameters:
3650   - "name"
3651   - "parent"
3652   - "throughput"
3653
3654 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3655 - type: "table"
3656   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3657   algorithm: "table_performance_comparison"
3658   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3659   reference:
3660     title: "3-Node Hsw"
3661     data: "dpdk-compare-testbeds-ref"
3662   compare:
3663     title: "3-Node Skx"
3664     data: "dpdk-compare-testbeds-cmp"
3665   data: "dpdk-compare-testbeds"
3666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3668   parameters:
3669   - "name"
3670   - "parent"
3671   - "throughput"
3672
3673 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3674 - type: "table"
3675   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3676   algorithm: "table_performance_comparison"
3677   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3678   reference:
3679     title: "3-Node Skx"
3680     data: "dpdk-compare-topologies-ref"
3681   compare:
3682     title: "2-Node Skx"
3683     data: "dpdk-compare-topologies-cmp"
3684   data: "dpdk-compare-topologies"
3685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3686   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3687   parameters:
3688   - "name"
3689   - "parent"
3690   - "throughput"
3691
3692 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3693 - type: "table"
3694   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3695   algorithm: "table_performance_comparison"
3696   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3697   reference:
3698     title: "3-Node Skx"
3699     data: "dpdk-compare-topologies-ref"
3700   compare:
3701     title: "2-Node Skx"
3702     data: "dpdk-compare-topologies-cmp"
3703   data: "dpdk-compare-topologies"
3704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3705   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3706   parameters:
3707   - "name"
3708   - "parent"
3709   - "throughput"
3710
3711 # DPDK Performance Changes 2n-skx 2t1c pdr
3712 - type: "table"
3713   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3714   algorithm: "table_performance_comparison"
3715   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3716   history:
3717     - title: "rls1810"
3718       data: "dpdk-performance-changes-2n-skx-h1"
3719   reference:
3720     title: "rls1901"
3721     data: "dpdk-performance-changes-2n-skx-ref"
3722   compare:
3723     title: "rls1904"
3724     data: "dpdk-performance-changes-2n-skx-cmp"
3725   data: "dpdk-performance-changes-2n-skx"
3726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3727   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3728   parameters:
3729   - "name"
3730   - "parent"
3731   - "throughput"
3732
3733 # DPDK Performance Changes 2n-skx 4t2c pdr
3734 - type: "table"
3735   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3736   algorithm: "table_performance_comparison"
3737   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3738   history:
3739     - title: "rls1810"
3740       data: "dpdk-performance-changes-2n-skx-h1"
3741   reference:
3742     title: "rls1901"
3743     data: "dpdk-performance-changes-2n-skx-ref"
3744   compare:
3745     title: "rls1904"
3746     data: "dpdk-performance-changes-2n-skx-cmp"
3747   data: "dpdk-performance-changes-2n-skx"
3748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3749   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3750   parameters:
3751   - "name"
3752   - "parent"
3753   - "throughput"
3754
3755 # DPDK Performance Changes 2n-skx 2t1c ndr
3756 - type: "table"
3757   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3758   algorithm: "table_performance_comparison"
3759   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3760   history:
3761     - title: "rls1810"
3762       data: "dpdk-performance-changes-2n-skx-h1"
3763   reference:
3764     title: "rls1901"
3765     data: "dpdk-performance-changes-2n-skx-ref"
3766   compare:
3767     title: "rls1904"
3768     data: "dpdk-performance-changes-2n-skx-cmp"
3769   data: "dpdk-performance-changes-2n-skx"
3770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3772   parameters:
3773   - "name"
3774   - "parent"
3775   - "throughput"
3776
3777 # DPDK Performance Changes 2n-skx 4t2c ndr
3778 - type: "table"
3779   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3780   algorithm: "table_performance_comparison"
3781   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3782   history:
3783     - title: "rls1810"
3784       data: "dpdk-performance-changes-2n-skx-h1"
3785   reference:
3786     title: "rls1901"
3787     data: "dpdk-performance-changes-2n-skx-ref"
3788   compare:
3789     title: "rls1904"
3790     data: "dpdk-performance-changes-2n-skx-cmp"
3791   data: "dpdk-performance-changes-2n-skx"
3792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3794   parameters:
3795   - "name"
3796   - "parent"
3797   - "throughput"
3798
3799 # Detailed Test Results - DPDK Performance Results 3n-hsw
3800 - type: "table"
3801   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3802   algorithm: "table_details"
3803   output-file-ext: ".csv"
3804   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3805   columns:
3806   - title: "Name"
3807     data: "data name"
3808   - title: "Status"
3809     data: "data msg"
3810   rows: "generated"
3811   data: "dpdk-perf-results-3n-hsw"
3812   filter: "all"
3813   parameters:
3814   - "name"
3815   - "parent"
3816   - "msg"
3817
3818 # Detailed Test Results - DPDK Performance Results 3n-skx
3819 - type: "table"
3820   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3821   algorithm: "table_details"
3822   output-file-ext: ".csv"
3823   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3824   columns:
3825   - title: "Name"
3826     data: "data name"
3827   - title: "Status"
3828     data: "data msg"
3829   rows: "generated"
3830   data: "dpdk-perf-results-3n-skx"
3831   filter: "all"
3832   parameters:
3833   - "name"
3834   - "parent"
3835   - "msg"
3836
3837 # Detailed Test Results - DPDK Performance Results 2n-skx
3838 - type: "table"
3839   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3840   algorithm: "table_details"
3841   output-file-ext: ".csv"
3842   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3843   columns:
3844   - title: "Name"
3845     data: "data name"
3846   - title: "Status"
3847     data: "data msg"
3848   rows: "generated"
3849   data: "dpdk-perf-results-2n-skx"
3850   filter: "all"
3851   parameters:
3852   - "name"
3853   - "parent"
3854   - "msg"
3855
3856 ################################################################################
3857 # HoneyComb
3858 - type: "table"
3859   title: "Detailed Test Results - Honeycomb Functional Results"
3860   algorithm: "table_details"
3861   output-file-ext: ".csv"
3862   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3863   columns:
3864   - title: "Name"
3865     data: "data name"
3866   - title: "Documentation"
3867     data: "data doc"
3868   - title: "Status"
3869     data: "data status"
3870   rows: "generated"
3871   data:
3872     "hc-func-results"
3873   filter: "all"
3874   parameters:
3875   - "name"
3876   - "parent"
3877   - "doc"
3878   - "status"
3879
3880 ################################################################################
3881 # NSH SFC
3882 #-
3883 #  type: "table"
3884 #  title: "Detailed Test Results - NSH SFC Functional Results"
3885 #  algorithm: "table_details"
3886 #  output-file-ext: ".csv"
3887 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3888 #  columns:
3889 #  -
3890 #    title: "Name"
3891 #    data: "data name"
3892 #  -
3893 #    title: "Documentation"
3894 #    data: "data doc"
3895 #  -
3896 #    title: "Status"
3897 #    data: "data status"
3898 #  rows: "generated"
3899 #  data:
3900 #    "nsh-func-results"
3901 #  filter: "all"
3902 #  parameters:
3903 #  - "name"
3904 #  - "parent"
3905 #  - "doc"
3906 #  - "status"
3907
3908 ################################################################################
3909 # DMM
3910 - type: "table"
3911   title: "Detailed Test Results - DMM Functional Results"
3912   algorithm: "table_details"
3913   output-file-ext: ".csv"
3914   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3915   columns:
3916   - title: "Name"
3917     data: "data name"
3918   - title: "Documentation"
3919     data: "data doc"
3920   - title: "Status"
3921     data: "data status"
3922   rows: "generated"
3923   data:
3924     "dmm-func-results"
3925   filter: "all"
3926   parameters:
3927   - "name"
3928   - "parent"
3929   - "doc"
3930   - "status"
3931
3932 ################################################################################
3933 ###                                F I L E S                                 ###
3934 ################################################################################
3935
3936 # VPP Performance Results 3n-hsw
3937 - type: "file"
3938   title: "VPP Performance Results 3n-hsw"
3939   algorithm: "file_test_results"
3940   output-file-ext: ".rst"
3941   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3942   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"
3943   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3944   data: "vpp-perf-results-3n-hsw"
3945   filter: "not 'NDRCHK' and not 'PDRCHK'"
3946   parameters:
3947   - "name"
3948   - "doc"
3949   - "level"
3950   - "parent"
3951   data-start-level: 3
3952
3953 # VPP Performance Results 3n-skx
3954 - type: "file"
3955   title: "VPP Performance Results 3n-skx"
3956   algorithm: "file_test_results"
3957   output-file-ext: ".rst"
3958   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3959   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"
3960   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3961   data: "vpp-perf-results-3n-skx"
3962   filter: "not 'NDRCHK' and not 'PDRCHK'"
3963   parameters:
3964   - "name"
3965   - "doc"
3966   - "level"
3967   - "parent"
3968   data-start-level: 3
3969
3970 # VPP Performance Results 2n-skx
3971 - type: "file"
3972   title: "VPP Performance Results 2n-skx"
3973   algorithm: "file_test_results"
3974   output-file-ext: ".rst"
3975   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3976   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"
3977   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3978   data: "vpp-perf-results-2n-skx"
3979   filter: "not 'NDRCHK' and not 'PDRCHK'"
3980   parameters:
3981   - "name"
3982   - "doc"
3983   - "level"
3984   - "parent"
3985   data-start-level: 3
3986
3987 ## VPP Performance Results 2n-dnv
3988 #- type: "file"
3989 #  title: "VPP Performance Results 2n-dnv"
3990 #  algorithm: "file_test_results"
3991 #  output-file-ext: ".rst"
3992 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3993 #  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"
3994 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3995 #  data: "intel-dnv-vpp"
3996 #  filter: "'NDRPDR'"
3997 #  parameters:
3998 #  - "name"
3999 #  - "doc"
4000 #  - "level"
4001 #  - "parent"
4002 #  data-start-level: 3
4003
4004 # VPP Performance Configuration 3n-hsw
4005 - type: "file"
4006   title: "VPP Performance Configuration 3n-hsw"
4007   algorithm: "file_test_results"
4008   output-file-ext: ".rst"
4009   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4010   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"
4011   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4012   data: "vpp-perf-results-3n-hsw"
4013   filter: "not 'NDRCHK' and not 'PDRCHK'"
4014   parameters:
4015   - "name"
4016   - "doc"
4017   - "level"
4018   - "parent"
4019   data-start-level: 3
4020
4021 # VPP Performance Configuration 3n-skx
4022 - type: "file"
4023   title: "VPP Performance Configuration 3n-skx"
4024   algorithm: "file_test_results"
4025   output-file-ext: ".rst"
4026   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4027   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"
4028   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4029   data: "vpp-perf-results-3n-skx"
4030   filter: "not 'NDRCHK' and not 'PDRCHK'"
4031   parameters:
4032   - "name"
4033   - "doc"
4034   - "level"
4035   - "parent"
4036   data-start-level: 3
4037
4038 # VPP Performance Configuration 2n-skx
4039 - type: "file"
4040   title: "VPP Performance Configuration 2n-skx"
4041   algorithm: "file_test_results"
4042   output-file-ext: ".rst"
4043   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4044   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"
4045   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4046   data: "vpp-perf-results-2n-skx"
4047   filter: "not 'NDRCHK' and not 'PDRCHK'"
4048   parameters:
4049   - "name"
4050   - "doc"
4051   - "level"
4052   - "parent"
4053   data-start-level: 3
4054
4055 ## VPP Performance Configuration 2n-dnv
4056 #- type: "file"
4057 #  title: "VPP Performance Configuration 2n-dnv"
4058 #  algorithm: "file_test_results"
4059 #  output-file-ext: ".rst"
4060 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4061 #  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"
4062 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4063 #  data: "intel-dnv-vpp"
4064 #  filter: "'NDRPDR'"
4065 #  parameters:
4066 #  - "name"
4067 #  - "doc"
4068 #  - "level"
4069 #  - "parent"
4070 #  data-start-level: 3
4071
4072 # VPP Performance Operational Data 3n-hsw
4073 - type: "file"
4074   title: "VPP Performance Operational Data 3n-hsw"
4075   algorithm: "file_test_results"
4076   output-file-ext: ".rst"
4077   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4078   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"
4079   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4080   data: "vpp-perf-results-3n-hsw"
4081   filter: "not 'NDRCHK' and not 'PDRCHK'"
4082   parameters:
4083   - "name"
4084   - "doc"
4085   - "level"
4086   - "parent"
4087   data-start-level: 3
4088
4089 # VPP Performance Operational Data 3n-skx
4090 - type: "file"
4091   title: "VPP Performance Operational Data 3n-skx"
4092   algorithm: "file_test_results"
4093   output-file-ext: ".rst"
4094   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4095   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"
4096   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4097   data: "vpp-perf-results-3n-skx"
4098   filter: "not 'NDRCHK' and not 'PDRCHK'"
4099   parameters:
4100   - "name"
4101   - "doc"
4102   - "level"
4103   - "parent"
4104   data-start-level: 3
4105
4106 # VPP Performance Operational Data 2n-skx
4107 - type: "file"
4108   title: "VPP Performance Operational Data 2n-skx"
4109   algorithm: "file_test_results"
4110   output-file-ext: ".rst"
4111   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4112   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"
4113   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4114   data: "vpp-perf-results-2n-skx"
4115   filter: "not 'NDRCHK' and not 'PDRCHK'"
4116   parameters:
4117   - "name"
4118   - "doc"
4119   - "level"
4120   - "parent"
4121   data-start-level: 3
4122
4123 ## VPP Performance Operational Data 2n-dnv
4124 #- type: "file"
4125 #  title: "VPP Performance Operational Data 2n-dnv"
4126 #  algorithm: "file_test_results"
4127 #  output-file-ext: ".rst"
4128 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4129 #  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"
4130 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4131 #  data: "intel-dnv-vpp"
4132 #  filter: "'NDRPDR'"
4133 #  parameters:
4134 #  - "name"
4135 #  - "doc"
4136 #  - "level"
4137 #  - "parent"
4138 #  data-start-level: 3
4139
4140 # VPP MRR Results 3n-hsw
4141 - type: "file"
4142   title: "VPP MRR Results 3n-hsw"
4143   algorithm: "file_test_results"
4144   output-file-ext: ".rst"
4145   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4146   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"
4147   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4148   data: "vpp-mrr-results-3n-hsw"
4149   filter: "'MRR'"
4150   parameters:
4151   - "name"
4152   - "doc"
4153   - "level"
4154   - "parent"
4155   data-start-level: 3
4156
4157 # VPP MRR Results 3n-skx
4158 - type: "file"
4159   title: "VPP MRR Results 3n-skx"
4160   algorithm: "file_test_results"
4161   output-file-ext: ".rst"
4162   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4163   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"
4164   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4165   data: "vpp-mrr-results-3n-skx"
4166   filter: "'MRR'"
4167   parameters:
4168   - "name"
4169   - "doc"
4170   - "level"
4171   - "parent"
4172   data-start-level: 3
4173
4174 # VPP MRR Results 2n-skx
4175 - type: "file"
4176   title: "VPP MRR Results 2n-skx"
4177   algorithm: "file_test_results"
4178   output-file-ext: ".rst"
4179   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4180   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"
4181   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4182   data: "vpp-mrr-results-2n-skx"
4183   filter: "all"
4184   parameters:
4185   - "name"
4186   - "doc"
4187   - "level"
4188   - "parent"
4189   data-start-level: 3
4190
4191 ## VPP MRR Results 2n-dnv
4192 #- type: "file"
4193 #  title: "VPP MRR Results 2n-dnv"
4194 #  algorithm: "file_test_results"
4195 #  output-file-ext: ".rst"
4196 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4197 #  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"
4198 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4199 #  data: "intel-dnv-vpp"
4200 #  filter: "'MRR'"
4201 #  parameters:
4202 #  - "name"
4203 #  - "doc"
4204 #  - "level"
4205 #  - "parent"
4206 #  data-start-level: 3
4207
4208 # VPP MRR Configuration 3n-hsw
4209 - type: "file"
4210   title: "VPP MRR Configuration 3n-hsw"
4211   algorithm: "file_test_results"
4212   output-file-ext: ".rst"
4213   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4214   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"
4215   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4216   data: "vpp-mrr-results-3n-hsw"
4217   filter: "'MRR'"
4218   parameters:
4219   - "name"
4220   - "doc"
4221   - "level"
4222   - "parent"
4223   data-start-level: 3
4224
4225 # VPP MRR Configuration 3n-skx
4226 - type: "file"
4227   title: "VPP MRR Configuration 3n-skx"
4228   algorithm: "file_test_results"
4229   output-file-ext: ".rst"
4230   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4231   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"
4232   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4233   data: "vpp-mrr-results-3n-skx"
4234   filter: "'MRR'"
4235   parameters:
4236   - "name"
4237   - "doc"
4238   - "level"
4239   - "parent"
4240   data-start-level: 3
4241
4242 # VPP MRR Configuration 2n-skx
4243 - type: "file"
4244   title: "VPP MRR Configuration 2n-skx"
4245   algorithm: "file_test_results"
4246   output-file-ext: ".rst"
4247   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4248   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"
4249   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4250   data: "vpp-mrr-results-2n-skx"
4251   filter: "'MRR'"
4252   parameters:
4253   - "name"
4254   - "doc"
4255   - "level"
4256   - "parent"
4257   data-start-level: 3
4258
4259 ## VPP MRR Configuration 2n-dnv
4260 #- type: "file"
4261 #  title: "VPP MRR Configuration 2n-dnv"
4262 #  algorithm: "file_test_results"
4263 #  output-file-ext: ".rst"
4264 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4265 #  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"
4266 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4267 #  data: "intel-dnv-vpp"
4268 #  filter: "'MRR'"
4269 #  parameters:
4270 #  - "name"
4271 #  - "doc"
4272 #  - "level"
4273 #  - "parent"
4274 #  data-start-level: 3
4275
4276 # VPP Functional Results - Ubuntu
4277 - type: "file"
4278   title: "VPP Functional Results - Ubuntu"
4279   algorithm: "file_test_results"
4280   output-file-ext: ".rst"
4281   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4282   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"
4283   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4284   data: "vpp-func-results-ubuntu"
4285   filter: "all"
4286   parameters:
4287   - "name"
4288   - "doc"
4289   - "level"
4290   - "parent"
4291   data-start-level: 3
4292
4293 # VPP Functional Results - CentOS
4294 - type: "file"
4295   title: "VPP Functional Results - CentOS"
4296   algorithm: "file_test_results"
4297   output-file-ext: ".rst"
4298   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4299   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"
4300   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4301   data:
4302     "vpp-func-results-centos"
4303   filter: "all"
4304   parameters:
4305   - "name"
4306   - "doc"
4307   - "level"
4308   - "parent"
4309   data-start-level: 3
4310
4311 # VPP Functional Configuration - Ubuntu
4312 - type: "file"
4313   title: "VPP Functional Configuration - Ubuntu"
4314   algorithm: "file_test_results"
4315   output-file-ext: ".rst"
4316   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4317   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"
4318   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4319   data: "vpp-func-results-ubuntu"
4320   filter: "all"
4321   parameters:
4322   - "name"
4323   - "doc"
4324   - "level"
4325   - "parent"
4326   data-start-level: 3
4327
4328 # VPP Functional Configuration - CentOS
4329 - type: "file"
4330   title: "VPP Functional Configuration - CentOS"
4331   algorithm: "file_test_results"
4332   output-file-ext: ".rst"
4333   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4334   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"
4335   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4336   data:
4337     "vpp-func-results-centos"
4338   filter: "all"
4339   parameters:
4340   - "name"
4341   - "doc"
4342   - "level"
4343   - "parent"
4344   data-start-level: 3
4345
4346 # VPP Device Results - Ubuntu
4347 - type: "file"
4348   title: "VPP Device Results - Ubuntu"
4349   algorithm: "file_test_results"
4350   output-file-ext: ".rst"
4351   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
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,DEVICE,UBUNTU]}"
4354   data: "vpp-device-results-ubuntu"
4355   filter: "all"
4356   parameters:
4357   - "name"
4358   - "doc"
4359   - "level"
4360   - "parent"
4361   data-start-level: 2
4362
4363 # VPP Device Configuration - Ubuntu
4364 - type: "file"
4365   title: "VPP Device Configuration - Ubuntu"
4366   algorithm: "file_test_results"
4367   output-file-ext: ".rst"
4368   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4369   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"
4370   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4371   data: "vpp-device-results-ubuntu"
4372   filter: "all"
4373   parameters:
4374   - "name"
4375   - "doc"
4376   - "level"
4377   - "parent"
4378   data-start-level: 2
4379
4380 ## Container Orchestrated Performance Results 3n-hsw
4381 #- type: "file"
4382 #  title: "Container Orchestrated Performance Results 3n-hsw"
4383 #  algorithm: "file_test_results"
4384 #  output-file-ext: ".rst"
4385 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4386 #  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"
4387 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4388 #  data: "ligato-perf-results-3n-hsw"
4389 #  filter: "all"
4390 #  parameters:
4391 #  - "name"
4392 #  - "doc"
4393 #  - "level"
4394 #  - "parent"
4395 #  data-start-level: 3
4396
4397 # DPDK Performance Results 3n-hsw
4398 - type: "file"
4399   title: "DPDK Performance Results 3n-hsw"
4400   algorithm: "file_test_results"
4401   output-file-ext: ".rst"
4402   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4403   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"
4404   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4405   data: "dpdk-perf-results-3n-hsw"
4406   filter: "all"
4407   parameters:
4408   - "name"
4409   - "doc"
4410   - "level"
4411   - "parent"
4412   data-start-level: 3
4413
4414 # DPDK Performance Results 3n-skx
4415 - type: "file"
4416   title: "DPDK Performance Results 3n-skx"
4417   algorithm: "file_test_results"
4418   output-file-ext: ".rst"
4419   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4420   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"
4421   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4422   data: "dpdk-perf-results-3n-skx"
4423   filter: "all"
4424   parameters:
4425   - "name"
4426   - "doc"
4427   - "level"
4428   - "parent"
4429   data-start-level: 3
4430
4431 # DPDK Performance Results 2n-skx
4432 - type: "file"
4433   title: "DPDK Performance Results 2n-skx"
4434   algorithm: "file_test_results"
4435   output-file-ext: ".rst"
4436   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4437   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"
4438   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4439   data: "dpdk-perf-results-2n-skx"
4440   filter: "all"
4441   parameters:
4442   - "name"
4443   - "doc"
4444   - "level"
4445   - "parent"
4446   data-start-level: 3
4447
4448 # Honeycomb Functional Results
4449 - type: "file"
4450   title: "Honeycomb Functional Results"
4451   algorithm: "file_test_results"
4452   output-file-ext: ".rst"
4453   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4454   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"
4455   dir-tables: "{DIR[DTR,FUNC,HC]}"
4456   data:
4457     "hc-func-results"
4458   filter: "all"
4459   parameters:
4460   - "name"
4461   - "doc"
4462   - "level"
4463   - "parent"
4464   data-start-level: 3
4465
4466 # NSH SFC Functional Results
4467 #-
4468 #  type: "file"
4469 #  title: "NSH SFC Functional Results"
4470 #  algorithm: "file_test_results"
4471 #  output-file-ext: ".rst"
4472 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
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,FUNC,NSHSFC]}"
4475 #  data:
4476 #    "nsh-func-results"
4477 #  filter: "all"
4478 #  parameters:
4479 #  - "name"
4480 #  - "doc"
4481 #  - "level"
4482 #  - "parent"
4483 #  data-start-level: 3
4484
4485 # DMM Functional Results
4486 - type: "file"
4487   title: "DMM Functional Results"
4488   algorithm: "file_test_results"
4489   output-file-ext: ".rst"
4490   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4491   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"
4492   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4493   data:
4494     "dmm-func-results"
4495   filter: "all"
4496   parameters:
4497   - "name"
4498   - "doc"
4499   - "level"
4500   - "parent"
4501   data-start-level: 3
4502
4503 ################################################################################
4504 ###                                P L O T S                                 ###
4505 ################################################################################
4506
4507 ## Soak test - 30min Soak Test (PLRsearch), boxes
4508 #- type: "plot"
4509 #  title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4510 #  algorithm: "plot_soak_boxes"
4511 #  output-file-type: ".html"
4512 #  output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4513 #  data: "plot-vpp-soak-2n-skx"
4514 #  filter: "'SOAK'"
4515 #  parameters:
4516 #  - "throughput"
4517 #  - "parent"
4518 #  - "tags"
4519 #  sort:
4520 #  - "L2PATCH"
4521 ##  - "L2XCBASE"
4522 ##  - "L2BDMACLRN"
4523 ##  - "IP4FWD"
4524 ##  - "IP6FWD"
4525 #  - "VHOST"
4526 #  layout:
4527 #    title: "30min Soak Test (PLRsearch)"
4528 #    layout: "plot-soak-throughput"
4529 #
4530 ## Soak test - example, not used
4531 #- type: "plot"
4532 #  title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4533 #  algorithm: "plot_soak_bars"
4534 #  output-file-type: ".html"
4535 #  output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4536 #  data: "plot-vpp-soak-2n-skx"
4537 #  filter: "'SOAK'"
4538 #  parameters:
4539 #  - "throughput"
4540 #  - "parent"
4541 #  - "tags"
4542 #  sort:
4543 #  - "L2PATCH"
4544 ##  - "L2XCBASE"
4545 ##  - "L2BDMACLRN"
4546 ##  - "IP4FWD"
4547 ##  - "IP6FWD"
4548 #  - "VHOST"
4549 #  layout:
4550 #    title: "30min Soak Test (PLRsearch)"
4551 #    layout: "plot-soak-throughput"
4552
4553 ################################################################################
4554 # Plots - NF Density - VSC - MRR 64b
4555 - type: "plot"
4556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4557   algorithm: "plot_service_density_heatmap_compare"
4558   output-file-type: ".html"
4559   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4560   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4561   filter: "'NIC_Intel-X710' and
4562            'NF_DENSITY' and
4563            'VHOST' and
4564            'CHAIN' and
4565            'NF_VPPIP4' and
4566            '64B' and
4567            '2T1C' and
4568            'MRR'"
4569   reference:
4570     include: "2"
4571     name: "VNF-1c"
4572   compare:
4573     include: "1"
4574     name: "VNF-0.5c"
4575   parameters:
4576   - "result"
4577   - "name"
4578   - "tags"
4579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4580   x-axis: "X = VNFs per Service Chain"
4581   y-axis: "Y = Number of Service Chains"
4582   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4583   layout:
4584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4585     layout: "plot-service-density"
4586
4587 - type: "plot"
4588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4589   algorithm: "plot_service_density_heatmap_compare"
4590   output-file-type: ".html"
4591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4592   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4593   filter: "'NIC_Intel-X710' and
4594            'NF_DENSITY' and
4595            'VHOST' and
4596            'CHAIN' and
4597            'NF_VPPIP4' and
4598            '64B' and
4599            '4T2C' and
4600            'MRR'"
4601   reference:
4602     include: "2"
4603     name: "VNF-1c"
4604   compare:
4605     include: "1"
4606     name: "VNF-0.5c"
4607   parameters:
4608   - "result"
4609   - "name"
4610   - "tags"
4611   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4612   x-axis: "X = VNFs per Service Chain"
4613   y-axis: "Y = Number of Service Chains"
4614   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4615   layout:
4616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4617     layout: "plot-service-density"
4618
4619 - type: "plot"
4620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4621   algorithm: "plot_service_density_heatmap_compare"
4622   output-file-type: ".html"
4623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4624   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4625   filter: "'NIC_Intel-X710' and
4626            'NF_DENSITY' and
4627            'VHOST' and
4628            'CHAIN' and
4629            'NF_VPPIP4' and
4630            '64B' and
4631            '8T4C' and
4632            'MRR'"
4633   reference:
4634     include: "2"
4635     name: "VNF-1c"
4636   compare:
4637     include: "1"
4638     name: "VNF-0.5c"
4639   parameters:
4640   - "result"
4641   - "name"
4642   - "tags"
4643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4644   x-axis: "X = VNFs per Service Chain"
4645   y-axis: "Y = Number of Service Chains"
4646   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4647   layout:
4648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4649     layout: "plot-service-density"
4650
4651 # Plots - NF Density - VSC - MRR IMIX
4652 - type: "plot"
4653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4654   algorithm: "plot_service_density_heatmap_compare"
4655   output-file-type: ".html"
4656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4657   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4658   filter: "'NIC_Intel-X710' and
4659            'NF_DENSITY' and
4660            'VHOST' and
4661            'CHAIN' and
4662            'NF_VPPIP4' and
4663            'IMIX' and
4664            '2T1C' and
4665            'MRR'"
4666   reference:
4667     include: "2"
4668     name: "VNF-1c"
4669   compare:
4670     include: "1"
4671     name: "VNF-0.5c"
4672   parameters:
4673   - "result"
4674   - "name"
4675   - "tags"
4676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4677   x-axis: "X = VNFs per Service Chain"
4678   y-axis: "Y = Number of Service Chains"
4679   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4680   layout:
4681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4682     layout: "plot-service-density"
4683
4684 - type: "plot"
4685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4686   algorithm: "plot_service_density_heatmap_compare"
4687   output-file-type: ".html"
4688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4689   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4690   filter: "'NIC_Intel-X710' and
4691            'NF_DENSITY' and
4692            'VHOST' and
4693            'CHAIN' and
4694            'NF_VPPIP4' and
4695            'IMIX' and
4696            '4T2C' and
4697            'MRR'"
4698   reference:
4699     include: "2"
4700     name: "VNF-1c"
4701   compare:
4702     include: "1"
4703     name: "VNF-0.5c"
4704   parameters:
4705   - "result"
4706   - "name"
4707   - "tags"
4708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4709   x-axis: "X = VNFs per Service Chain"
4710   y-axis: "Y = Number of Service Chains"
4711   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4712   layout:
4713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4714     layout: "plot-service-density"
4715
4716 - type: "plot"
4717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4718   algorithm: "plot_service_density_heatmap_compare"
4719   output-file-type: ".html"
4720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4721   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4722   filter: "'NIC_Intel-X710' and
4723            'NF_DENSITY' and
4724            'VHOST' and
4725            'CHAIN' and
4726            'NF_VPPIP4' and
4727            'IMIX' and
4728            '8T4C' and
4729            'MRR'"
4730   reference:
4731     include: "2"
4732     name: "VNF-1c"
4733   compare:
4734     include: "1"
4735     name: "VNF-0.5c"
4736   parameters:
4737   - "result"
4738   - "name"
4739   - "tags"
4740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4741   x-axis: "X = VNFs per Service Chain"
4742   y-axis: "Y = Number of Service Chains"
4743   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4744   layout:
4745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4746     layout: "plot-service-density"
4747
4748 # Plots - NF Density - VSC - NDR 64b
4749 - type: "plot"
4750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4751   algorithm: "plot_service_density_heatmap_compare"
4752   output-file-type: ".html"
4753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4754   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4755   filter: "'NIC_Intel-X710' and
4756            'NF_DENSITY' and
4757            'VHOST' and
4758            'CHAIN' and
4759            'NF_VPPIP4' and
4760            '64B' and
4761            '2T1C' and
4762            'NDRPDR'"
4763   reference:
4764     include: "2"
4765     name: "VNF-1c"
4766   compare:
4767     include: "1"
4768     name: "VNF-0.5c"
4769   parameters:
4770   - "throughput"
4771   - "name"
4772   - "tags"
4773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4774   x-axis: "X = VNFs per Service Chain"
4775   y-axis: "Y = Number of Service Chains"
4776   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4777   layout:
4778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4779     layout: "plot-service-density"
4780
4781 - type: "plot"
4782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4783   algorithm: "plot_service_density_heatmap_compare"
4784   output-file-type: ".html"
4785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4786   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4787   filter: "'NIC_Intel-X710' and
4788            'NF_DENSITY' and
4789            'VHOST' and
4790            'CHAIN' and
4791            'NF_VPPIP4' and
4792            '64B' and
4793            '4T2C' and
4794            'NDRPDR'"
4795   reference:
4796     include: "2"
4797     name: "VNF-1c"
4798   compare:
4799     include: "1"
4800     name: "VNF-0.5c"
4801   parameters:
4802   - "throughput"
4803   - "name"
4804   - "tags"
4805   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4806   x-axis: "X = VNFs per Service Chain"
4807   y-axis: "Y = Number of Service Chains"
4808   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4809   layout:
4810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4811     layout: "plot-service-density"
4812
4813 - type: "plot"
4814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4815   algorithm: "plot_service_density_heatmap_compare"
4816   output-file-type: ".html"
4817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4818   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4819   filter: "'NIC_Intel-X710' and
4820            'NF_DENSITY' and
4821            'VHOST' and
4822            'CHAIN' and
4823            'NF_VPPIP4' and
4824            '64B' and
4825            '8T4C' and
4826            'NDRPDR'"
4827   reference:
4828     include: "2"
4829     name: "VNF-1c"
4830   compare:
4831     include: "1"
4832     name: "VNF-0.5c"
4833   parameters:
4834   - "throughput"
4835   - "name"
4836   - "tags"
4837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4838   x-axis: "X = VNFs per Service Chain"
4839   y-axis: "Y = Number of Service Chains"
4840   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4841   layout:
4842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4843     layout: "plot-service-density"
4844
4845 # Plots - NF Density - VSC - NDR IMIX
4846 - type: "plot"
4847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4848   algorithm: "plot_service_density_heatmap_compare"
4849   output-file-type: ".html"
4850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4851   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4852   filter: "'NIC_Intel-X710' and
4853            'NF_DENSITY' and
4854            'VHOST' and
4855            'CHAIN' and
4856            'NF_VPPIP4' and
4857            'IMIX' and
4858            '2T1C' and
4859            'NDRPDR'"
4860   reference:
4861     include: "2"
4862     name: "VNF-1c"
4863   compare:
4864     include: "1"
4865     name: "VNF-0.5c"
4866   parameters:
4867   - "throughput"
4868   - "name"
4869   - "tags"
4870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4871   x-axis: "X = VNFs per Service Chain"
4872   y-axis: "Y = Number of Service Chains"
4873   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4874   layout:
4875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4876     layout: "plot-service-density"
4877
4878 - type: "plot"
4879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4880   algorithm: "plot_service_density_heatmap_compare"
4881   output-file-type: ".html"
4882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4883   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4884   filter: "'NIC_Intel-X710' and
4885            'NF_DENSITY' and
4886            'VHOST' and
4887            'CHAIN' and
4888            'NF_VPPIP4' and
4889            'IMIX' and
4890            '4T2C' and
4891            'NDRPDR'"
4892   reference:
4893     include: "2"
4894     name: "VNF-1c"
4895   compare:
4896     include: "1"
4897     name: "VNF-0.5c"
4898   parameters:
4899   - "throughput"
4900   - "name"
4901   - "tags"
4902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4903   x-axis: "X = VNFs per Service Chain"
4904   y-axis: "Y = Number of Service Chains"
4905   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4906   layout:
4907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4908     layout: "plot-service-density"
4909
4910 - type: "plot"
4911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4912   algorithm: "plot_service_density_heatmap_compare"
4913   output-file-type: ".html"
4914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4915   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4916   filter: "'NIC_Intel-X710' and
4917            'NF_DENSITY' and
4918            'VHOST' and
4919            'CHAIN' and
4920            'NF_VPPIP4' and
4921            'IMIX' and
4922            '8T4C' and
4923            'NDRPDR'"
4924   reference:
4925     include: "2"
4926     name: "VNF-1c"
4927   compare:
4928     include: "1"
4929     name: "VNF-0.5c"
4930   parameters:
4931   - "throughput"
4932   - "name"
4933   - "tags"
4934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4935   x-axis: "X = VNFs per Service Chain"
4936   y-axis: "Y = Number of Service Chains"
4937   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4938   layout:
4939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4940     layout: "plot-service-density"
4941
4942 # Plots - NF Density - VSC - PDR 64b
4943 - type: "plot"
4944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4945   algorithm: "plot_service_density_heatmap_compare"
4946   output-file-type: ".html"
4947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4948   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4949   filter: "'NIC_Intel-X710' and
4950            'NF_DENSITY' and
4951            'VHOST' and
4952            'CHAIN' and
4953            'NF_VPPIP4' and
4954            '64B' and
4955            '2T1C' and
4956            'NDRPDR'"
4957   reference:
4958     include: "2"
4959     name: "VNF-1c"
4960   compare:
4961     include: "1"
4962     name: "VNF-0.5c"
4963   parameters:
4964   - "throughput"
4965   - "name"
4966   - "tags"
4967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4968   x-axis: "X = VNFs per Service Chain"
4969   y-axis: "Y = Number of Service Chains"
4970   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4971   layout:
4972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4973     layout: "plot-service-density"
4974
4975 - type: "plot"
4976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4977   algorithm: "plot_service_density_heatmap_compare"
4978   output-file-type: ".html"
4979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
4980   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4981   filter: "'NIC_Intel-X710' and
4982            'NF_DENSITY' and
4983            'VHOST' and
4984            'CHAIN' and
4985            'NF_VPPIP4' and
4986            '64B' and
4987            '4T2C' and
4988            'NDRPDR'"
4989   reference:
4990     include: "2"
4991     name: "VNF-1c"
4992   compare:
4993     include: "1"
4994     name: "VNF-0.5c"
4995   parameters:
4996   - "throughput"
4997   - "name"
4998   - "tags"
4999   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5000   x-axis: "X = VNFs per Service Chain"
5001   y-axis: "Y = Number of Service Chains"
5002   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5003   layout:
5004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5005     layout: "plot-service-density"
5006
5007 - type: "plot"
5008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5009   algorithm: "plot_service_density_heatmap_compare"
5010   output-file-type: ".html"
5011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5012   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5013   filter: "'NIC_Intel-X710' and
5014            'NF_DENSITY' and
5015            'VHOST' and
5016            'CHAIN' and
5017            'NF_VPPIP4' and
5018            '64B' and
5019            '8T4C' and
5020            'NDRPDR'"
5021   reference:
5022     include: "2"
5023     name: "VNF-1c"
5024   compare:
5025     include: "1"
5026     name: "VNF-0.5c"
5027   parameters:
5028   - "throughput"
5029   - "name"
5030   - "tags"
5031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5032   x-axis: "X = VNFs per Service Chain"
5033   y-axis: "Y = Number of Service Chains"
5034   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5035   layout:
5036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5037     layout: "plot-service-density"
5038
5039 # Plots - NF Density - VSC - PDR IMIX
5040 - type: "plot"
5041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5042   algorithm: "plot_service_density_heatmap_compare"
5043   output-file-type: ".html"
5044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5045   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5046   filter: "'NIC_Intel-X710' and
5047            'NF_DENSITY' and
5048            'VHOST' and
5049            'CHAIN' and
5050            'NF_VPPIP4' and
5051            'IMIX' and
5052            '2T1C' and
5053            'NDRPDR'"
5054   reference:
5055     include: "2"
5056     name: "VNF-1c"
5057   compare:
5058     include: "1"
5059     name: "VNF-0.5c"
5060   parameters:
5061   - "throughput"
5062   - "name"
5063   - "tags"
5064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5065   x-axis: "X = VNFs per Service Chain"
5066   y-axis: "Y = Number of Service Chains"
5067   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5068   layout:
5069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5070     layout: "plot-service-density"
5071
5072 - type: "plot"
5073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5074   algorithm: "plot_service_density_heatmap_compare"
5075   output-file-type: ".html"
5076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5077   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5078   filter: "'NIC_Intel-X710' and
5079            'NF_DENSITY' and
5080            'VHOST' and
5081            'CHAIN' and
5082            'NF_VPPIP4' and
5083            'IMIX' and
5084            '4T2C' and
5085            'NDRPDR'"
5086   reference:
5087     include: "2"
5088     name: "VNF-1c"
5089   compare:
5090     include: "1"
5091     name: "VNF-0.5c"
5092   parameters:
5093   - "throughput"
5094   - "name"
5095   - "tags"
5096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5097   x-axis: "X = VNFs per Service Chain"
5098   y-axis: "Y = Number of Service Chains"
5099   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5100   layout:
5101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5102     layout: "plot-service-density"
5103
5104 - type: "plot"
5105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5106   algorithm: "plot_service_density_heatmap_compare"
5107   output-file-type: ".html"
5108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5109   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5110   filter: "'NIC_Intel-X710' and
5111            'NF_DENSITY' and
5112            'VHOST' and
5113            'CHAIN' and
5114            'NF_VPPIP4' and
5115            'IMIX' and
5116            '8T4C' and
5117            'NDRPDR'"
5118   reference:
5119     include: "2"
5120     name: "VNF-1c"
5121   compare:
5122     include: "1"
5123     name: "VNF-0.5c"
5124   parameters:
5125   - "throughput"
5126   - "name"
5127   - "tags"
5128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5129   x-axis: "X = VNFs per Service Chain"
5130   y-axis: "Y = Number of Service Chains"
5131   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5132   layout:
5133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5134     layout: "plot-service-density"
5135
5136 ################################################################################
5137 # Plots - NF Density - CSC - MRR 64b
5138 - type: "plot"
5139   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5140   algorithm: "plot_service_density_heatmap_compare"
5141   output-file-type: ".html"
5142   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5143   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5144   filter: "'NIC_Intel-X710' and
5145            'NF_DENSITY' and
5146            'DOCKER' and
5147            'CHAIN' and
5148            'NF_VPPIP4' and
5149            '64B' and
5150            '2T1C' and
5151            'MRR'"
5152   reference:
5153     include: "2"
5154     name: "CNF-1c"
5155   compare:
5156     include: "1"
5157     name: "CNF-0.5c"
5158   parameters:
5159   - "result"
5160   - "name"
5161   - "tags"
5162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5163   x-axis: "X = CNFs per Service Chain"
5164   y-axis: "Y = Number of Service Chains"
5165   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5166   layout:
5167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5168     layout: "plot-service-density"
5169
5170 - type: "plot"
5171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5172   algorithm: "plot_service_density_heatmap_compare"
5173   output-file-type: ".html"
5174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5175   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5176   filter: "'NIC_Intel-X710' and
5177            'NF_DENSITY' and
5178            'DOCKER' and
5179            'CHAIN' and
5180            'NF_VPPIP4' and
5181            '64B' and
5182            '4T2C' and
5183            'MRR'"
5184   reference:
5185     include: "2"
5186     name: "CNF-1c"
5187   compare:
5188     include: "1"
5189     name: "CNF-0.5c"
5190   parameters:
5191   - "result"
5192   - "name"
5193   - "tags"
5194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5195   x-axis: "X = CNFs per Service Chain"
5196   y-axis: "Y = Number of Service Chains"
5197   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5198   layout:
5199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5200     layout: "plot-service-density"
5201
5202 - type: "plot"
5203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5204   algorithm: "plot_service_density_heatmap_compare"
5205   output-file-type: ".html"
5206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5207   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5208   filter: "'NIC_Intel-X710' and
5209            'NF_DENSITY' and
5210            'DOCKER' and
5211            'CHAIN' and
5212            'NF_VPPIP4' and
5213            '64B' and
5214            '8T4C' and
5215            'MRR'"
5216   reference:
5217     include: "2"
5218     name: "CNF-1c"
5219   compare:
5220     include: "1"
5221     name: "CNF-0.5c"
5222   parameters:
5223   - "result"
5224   - "name"
5225   - "tags"
5226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5227   x-axis: "X = CNFs per Service Chain"
5228   y-axis: "Y = Number of Service Chains"
5229   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5230   layout:
5231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5232     layout: "plot-service-density"
5233
5234 # Plots - NF Density - CSC - MRR IMIX
5235 - type: "plot"
5236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5237   algorithm: "plot_service_density_heatmap_compare"
5238   output-file-type: ".html"
5239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5240   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5241   filter: "'NIC_Intel-X710' and
5242            'NF_DENSITY' and
5243            'DOCKER' and
5244            'CHAIN' and
5245            'NF_VPPIP4' and
5246            'IMIX' and
5247            '2T1C' and
5248            'MRR'"
5249   reference:
5250     include: "2"
5251     name: "CNF-1c"
5252   compare:
5253     include: "1"
5254     name: "CNF-0.5c"
5255   parameters:
5256   - "result"
5257   - "name"
5258   - "tags"
5259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5260   x-axis: "X = CNFs per Service Chain"
5261   y-axis: "Y = Number of Service Chains"
5262   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5263   layout:
5264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5265     layout: "plot-service-density"
5266
5267 - type: "plot"
5268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5269   algorithm: "plot_service_density_heatmap_compare"
5270   output-file-type: ".html"
5271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5272   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5273   filter: "'NIC_Intel-X710' and
5274            'NF_DENSITY' and
5275            'DOCKER' and
5276            'CHAIN' and
5277            'NF_VPPIP4' and
5278            'IMIX' and
5279            '4T2C' and
5280            'MRR'"
5281   reference:
5282     include: "2"
5283     name: "CNF-1c"
5284   compare:
5285     include: "1"
5286     name: "CNF-0.5c"
5287   parameters:
5288   - "result"
5289   - "name"
5290   - "tags"
5291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5292   x-axis: "X = CNFs per Service Chain"
5293   y-axis: "Y = Number of Service Chains"
5294   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5295   layout:
5296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5297     layout: "plot-service-density"
5298
5299 - type: "plot"
5300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5301   algorithm: "plot_service_density_heatmap_compare"
5302   output-file-type: ".html"
5303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5304   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5305   filter: "'NIC_Intel-X710' and
5306            'NF_DENSITY' and
5307            'DOCKER' and
5308            'CHAIN' and
5309            'NF_VPPIP4' and
5310            'IMIX' and
5311            '8T4C' and
5312            'MRR'"
5313   reference:
5314     include: "2"
5315     name: "CNF-1c"
5316   compare:
5317     include: "1"
5318     name: "CNF-0.5c"
5319   parameters:
5320   - "result"
5321   - "name"
5322   - "tags"
5323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5324   x-axis: "X = CNFs per Service Chain"
5325   y-axis: "Y = Number of Service Chains"
5326   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5327   layout:
5328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5329     layout: "plot-service-density"
5330
5331 # Plots - NF Density - CSC - NDR 64b
5332 - type: "plot"
5333   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5334   algorithm: "plot_service_density_heatmap_compare"
5335   output-file-type: ".html"
5336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5337   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5338   filter: "'NIC_Intel-X710' and
5339            'NF_DENSITY' and
5340            'DOCKER' and
5341            'CHAIN' and
5342            'NF_VPPIP4' and
5343            '64B' and
5344            '2T1C' and
5345            'NDRPDR'"
5346   reference:
5347     include: "2"
5348     name: "CNF-1c"
5349   compare:
5350     include: "1"
5351     name: "CNF-0.5c"
5352   parameters:
5353   - "throughput"
5354   - "name"
5355   - "tags"
5356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5357   x-axis: "X = CNFs per Service Chain"
5358   y-axis: "Y = Number of Service Chains"
5359   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5360   layout:
5361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5362     layout: "plot-service-density"
5363
5364 - type: "plot"
5365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5366   algorithm: "plot_service_density_heatmap_compare"
5367   output-file-type: ".html"
5368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5369   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5370   filter: "'NIC_Intel-X710' and
5371            'NF_DENSITY' and
5372            'DOCKER' and
5373            'CHAIN' and
5374            'NF_VPPIP4' and
5375            '64B' and
5376            '4T2C' and
5377            'NDRPDR'"
5378   reference:
5379     include: "2"
5380     name: "CNF-1c"
5381   compare:
5382     include: "1"
5383     name: "CNF-0.5c"
5384   parameters:
5385   - "throughput"
5386   - "name"
5387   - "tags"
5388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5389   x-axis: "X = CNFs per Service Chain"
5390   y-axis: "Y = Number of Service Chains"
5391   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5392   layout:
5393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5394     layout: "plot-service-density"
5395
5396 - type: "plot"
5397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5398   algorithm: "plot_service_density_heatmap_compare"
5399   output-file-type: ".html"
5400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5401   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5402   filter: "'NIC_Intel-X710' and
5403            'NF_DENSITY' and
5404            'DOCKER' and
5405            'CHAIN' and
5406            'NF_VPPIP4' and
5407            '64B' and
5408            '8T4C' and
5409            'NDRPDR'"
5410   reference:
5411     include: "2"
5412     name: "CNF-1c"
5413   compare:
5414     include: "1"
5415     name: "CNF-0.5c"
5416   parameters:
5417   - "throughput"
5418   - "name"
5419   - "tags"
5420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5421   x-axis: "X = CNFs per Service Chain"
5422   y-axis: "Y = Number of Service Chains"
5423   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5424   layout:
5425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5426     layout: "plot-service-density"
5427
5428 # Plots - NF Density - CSC - NDR IMIX
5429 - type: "plot"
5430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5431   algorithm: "plot_service_density_heatmap_compare"
5432   output-file-type: ".html"
5433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5434   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5435   filter: "'NIC_Intel-X710' and
5436            'NF_DENSITY' and
5437            'DOCKER' and
5438            'CHAIN' and
5439            'NF_VPPIP4' and
5440            'IMIX' and
5441            '2T1C' and
5442            'NDRPDR'"
5443   reference:
5444     include: "2"
5445     name: "CNF-1c"
5446   compare:
5447     include: "1"
5448     name: "CNF-0.5c"
5449   parameters:
5450   - "throughput"
5451   - "name"
5452   - "tags"
5453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5454   x-axis: "X = CNFs per Service Chain"
5455   y-axis: "Y = Number of Service Chains"
5456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5457   layout:
5458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5459     layout: "plot-service-density"
5460
5461 - type: "plot"
5462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5463   algorithm: "plot_service_density_heatmap_compare"
5464   output-file-type: ".html"
5465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5466   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5467   filter: "'NIC_Intel-X710' and
5468            'NF_DENSITY' and
5469            'DOCKER' and
5470            'CHAIN' and
5471            'NF_VPPIP4' and
5472            'IMIX' and
5473            '4T2C' and
5474            'NDRPDR'"
5475   reference:
5476     include: "2"
5477     name: "CNF-1c"
5478   compare:
5479     include: "1"
5480     name: "CNF-0.5c"
5481   parameters:
5482   - "throughput"
5483   - "name"
5484   - "tags"
5485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5486   x-axis: "X = CNFs per Service Chain"
5487   y-axis: "Y = Number of Service Chains"
5488   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5489   layout:
5490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5491     layout: "plot-service-density"
5492
5493 - type: "plot"
5494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5495   algorithm: "plot_service_density_heatmap_compare"
5496   output-file-type: ".html"
5497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5498   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5499   filter: "'NIC_Intel-X710' and
5500            'NF_DENSITY' and
5501            'DOCKER' and
5502            'CHAIN' and
5503            'NF_VPPIP4' and
5504            'IMIX' and
5505            '8T4C' and
5506            'NDRPDR'"
5507   reference:
5508     include: "2"
5509     name: "CNF-1c"
5510   compare:
5511     include: "1"
5512     name: "CNF-0.5c"
5513   parameters:
5514   - "throughput"
5515   - "name"
5516   - "tags"
5517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5518   x-axis: "X = CNFs per Service Chain"
5519   y-axis: "Y = Number of Service Chains"
5520   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5521   layout:
5522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5523     layout: "plot-service-density"
5524
5525 # Plots - NF Density - CSC - PDR 64b
5526 - type: "plot"
5527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5528   algorithm: "plot_service_density_heatmap_compare"
5529   output-file-type: ".html"
5530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5531   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5532   filter: "'NIC_Intel-X710' and
5533            'NF_DENSITY' and
5534            'DOCKER' and
5535            'CHAIN' and
5536            'NF_VPPIP4' and
5537            '64B' and
5538            '2T1C' and
5539            'NDRPDR'"
5540   reference:
5541     include: "2"
5542     name: "CNF-1c"
5543   compare:
5544     include: "1"
5545     name: "CNF-0.5c"
5546   parameters:
5547   - "throughput"
5548   - "name"
5549   - "tags"
5550   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5551   x-axis: "X = CNFs per Service Chain"
5552   y-axis: "Y = Number of Service Chains"
5553   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5554   layout:
5555     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5556     layout: "plot-service-density"
5557
5558 - type: "plot"
5559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5560   algorithm: "plot_service_density_heatmap_compare"
5561   output-file-type: ".html"
5562   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5563   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5564   filter: "'NIC_Intel-X710' and
5565            'NF_DENSITY' and
5566            'DOCKER' and
5567            'CHAIN' and
5568            'NF_VPPIP4' and
5569            '64B' and
5570            '4T2C' and
5571            'NDRPDR'"
5572   reference:
5573     include: "2"
5574     name: "CNF-1c"
5575   compare:
5576     include: "1"
5577     name: "CNF-0.5c"
5578   parameters:
5579   - "throughput"
5580   - "name"
5581   - "tags"
5582   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5583   x-axis: "X = CNFs per Service Chain"
5584   y-axis: "Y = Number of Service Chains"
5585   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5586   layout:
5587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5588     layout: "plot-service-density"
5589
5590 - type: "plot"
5591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5592   algorithm: "plot_service_density_heatmap_compare"
5593   output-file-type: ".html"
5594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5595   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5596   filter: "'NIC_Intel-X710' and
5597            'NF_DENSITY' and
5598            'DOCKER' and
5599            'CHAIN' and
5600            'NF_VPPIP4' and
5601            '64B' and
5602            '8T4C' and
5603            'NDRPDR'"
5604   reference:
5605     include: "2"
5606     name: "CNF-1c"
5607   compare:
5608     include: "1"
5609     name: "CNF-0.5c"
5610   parameters:
5611   - "throughput"
5612   - "name"
5613   - "tags"
5614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5615   x-axis: "X = CNFs per Service Chain"
5616   y-axis: "Y = Number of Service Chains"
5617   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5618   layout:
5619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5620     layout: "plot-service-density"
5621
5622 # Plots - NF Density - CSC - PDR IMIX
5623 - type: "plot"
5624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5625   algorithm: "plot_service_density_heatmap_compare"
5626   output-file-type: ".html"
5627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5628   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5629   filter: "'NIC_Intel-X710' and
5630            'NF_DENSITY' and
5631            'DOCKER' and
5632            'CHAIN' and
5633            'NF_VPPIP4' and
5634            'IMIX' and
5635            '2T1C' and
5636            'NDRPDR'"
5637   reference:
5638     include: "2"
5639     name: "CNF-1c"
5640   compare:
5641     include: "1"
5642     name: "CNF-0.5c"
5643   parameters:
5644   - "throughput"
5645   - "name"
5646   - "tags"
5647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5648   x-axis: "X = CNFs per Service Chain"
5649   y-axis: "Y = Number of Service Chains"
5650   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5651   layout:
5652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5653     layout: "plot-service-density"
5654
5655 - type: "plot"
5656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5657   algorithm: "plot_service_density_heatmap_compare"
5658   output-file-type: ".html"
5659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5660   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5661   filter: "'NIC_Intel-X710' and
5662            'NF_DENSITY' and
5663            'DOCKER' and
5664            'CHAIN' and
5665            'NF_VPPIP4' and
5666            'IMIX' and
5667            '4T2C' and
5668            'NDRPDR'"
5669   reference:
5670     include: "2"
5671     name: "CNF-1c"
5672   compare:
5673     include: "1"
5674     name: "CNF-0.5c"
5675   parameters:
5676   - "throughput"
5677   - "name"
5678   - "tags"
5679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5680   x-axis: "X = CNFs per Service Chain"
5681   y-axis: "Y = Number of Service Chains"
5682   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5683   layout:
5684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5685     layout: "plot-service-density"
5686
5687 - type: "plot"
5688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5689   algorithm: "plot_service_density_heatmap_compare"
5690   output-file-type: ".html"
5691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5692   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5693   filter: "'NIC_Intel-X710' and
5694            'NF_DENSITY' and
5695            'DOCKER' and
5696            'CHAIN' and
5697            'NF_VPPIP4' and
5698            'IMIX' and
5699            '8T4C' and
5700            'NDRPDR'"
5701   reference:
5702     include: "2"
5703     name: "CNF-1c"
5704   compare:
5705     include: "1"
5706     name: "CNF-0.5c"
5707   parameters:
5708   - "throughput"
5709   - "name"
5710   - "tags"
5711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5712   x-axis: "X = CNFs per Service Chain"
5713   y-axis: "Y = Number of Service Chains"
5714   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5715   layout:
5716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5717     layout: "plot-service-density"
5718
5719 ################################################################################
5720 # Plots - NF Density - CSP - MRR 64b
5721 - type: "plot"
5722   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5723   algorithm: "plot_service_density_heatmap_compare"
5724   output-file-type: ".html"
5725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5726   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5727   filter: "'NIC_Intel-X710' and
5728            'NF_DENSITY' and
5729            'DOCKER' and
5730            'PIPELINE' and
5731            'NF_VPPIP4' and
5732            '64B' and
5733            '2T1C' and
5734            'MRR'"
5735   reference:
5736     include: "2"
5737     name: "CNF-1c"
5738   compare:
5739     include: "1"
5740     name: "CNF-0.5c"
5741   parameters:
5742   - "result"
5743   - "name"
5744   - "tags"
5745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5746   x-axis: "X = CNFs per Service Pipeline"
5747   y-axis: "Y = Number of Service Pipelines"
5748   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5749   layout:
5750     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5751     layout: "plot-service-density"
5752
5753 - type: "plot"
5754   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5755   algorithm: "plot_service_density_heatmap_compare"
5756   output-file-type: ".html"
5757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5758   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5759   filter: "'NIC_Intel-X710' and
5760            'NF_DENSITY' and
5761            'DOCKER' and
5762            'PIPELINE' and
5763            'NF_VPPIP4' and
5764            '64B' and
5765            '4T2C' and
5766            'MRR'"
5767   reference:
5768     include: "2"
5769     name: "CNF-1c"
5770   compare:
5771     include: "1"
5772     name: "CNF-0.5c"
5773   parameters:
5774   - "result"
5775   - "name"
5776   - "tags"
5777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5778   x-axis: "X = CNFs per Service Pipeline"
5779   y-axis: "Y = Number of Service Pipelines"
5780   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5781   layout:
5782     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5783     layout: "plot-service-density"
5784
5785 - type: "plot"
5786   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5787   algorithm: "plot_service_density_heatmap_compare"
5788   output-file-type: ".html"
5789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5790   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5791   filter: "'NIC_Intel-X710' and
5792            'NF_DENSITY' and
5793            'DOCKER' and
5794            'PIPELINE' and
5795            'NF_VPPIP4' and
5796            '64B' and
5797            '8T4C' and
5798            'MRR'"
5799   reference:
5800     include: "2"
5801     name: "CNF-1c"
5802   compare:
5803     include: "1"
5804     name: "CNF-0.5c"
5805   parameters:
5806   - "result"
5807   - "name"
5808   - "tags"
5809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5810   x-axis: "X = CNFs per Service Pipeline"
5811   y-axis: "Y = Number of Service Pipelines"
5812   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5813   layout:
5814     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5815     layout: "plot-service-density"
5816
5817 # Plots - NF Density - CSP - MRR IMIX
5818 - type: "plot"
5819   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5820   algorithm: "plot_service_density_heatmap_compare"
5821   output-file-type: ".html"
5822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5823   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5824   filter: "'NIC_Intel-X710' and
5825            'NF_DENSITY' and
5826            'DOCKER' and
5827            'PIPELINE' and
5828            'NF_VPPIP4' and
5829            'IMIX' and
5830            '2T1C' and
5831            'MRR'"
5832   reference:
5833     include: "2"
5834     name: "CNF-1c"
5835   compare:
5836     include: "1"
5837     name: "CNF-0.5c"
5838   parameters:
5839   - "result"
5840   - "name"
5841   - "tags"
5842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5843   x-axis: "X = CNFs per Service Pipeline"
5844   y-axis: "Y = Number of Service Pipelines"
5845   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5846   layout:
5847     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5848     layout: "plot-service-density"
5849
5850 - type: "plot"
5851   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5852   algorithm: "plot_service_density_heatmap_compare"
5853   output-file-type: ".html"
5854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5855   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5856   filter: "'NIC_Intel-X710' and
5857            'NF_DENSITY' and
5858            'DOCKER' and
5859            'PIPELINE' and
5860            'NF_VPPIP4' and
5861            'IMIX' and
5862            '4T2C' and
5863            'MRR'"
5864   reference:
5865     include: "2"
5866     name: "CNF-1c"
5867   compare:
5868     include: "1"
5869     name: "CNF-0.5c"
5870   parameters:
5871   - "result"
5872   - "name"
5873   - "tags"
5874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5875   x-axis: "X = CNFs per Service Pipeline"
5876   y-axis: "Y = Number of Service Pipelines"
5877   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5878   layout:
5879     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5880     layout: "plot-service-density"
5881
5882 - type: "plot"
5883   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5884   algorithm: "plot_service_density_heatmap_compare"
5885   output-file-type: ".html"
5886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5887   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5888   filter: "'NIC_Intel-X710' and
5889            'NF_DENSITY' and
5890            'DOCKER' and
5891            'PIPELINE' and
5892            'NF_VPPIP4' and
5893            'IMIX' and
5894            '8T4C' and
5895            'MRR'"
5896   reference:
5897     include: "2"
5898     name: "CNF-1c"
5899   compare:
5900     include: "1"
5901     name: "CNF-0.5c"
5902   parameters:
5903   - "result"
5904   - "name"
5905   - "tags"
5906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5907   x-axis: "X = CNFs per Service Pipeline"
5908   y-axis: "Y = Number of Service Pipelines"
5909   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5910   layout:
5911     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5912     layout: "plot-service-density"
5913
5914 # Plots - NF Density - CSP - NDR 64b
5915 - type: "plot"
5916   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5917   algorithm: "plot_service_density_heatmap_compare"
5918   output-file-type: ".html"
5919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5920   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5921   filter: "'NIC_Intel-X710' and
5922            'NF_DENSITY' and
5923            'DOCKER' and
5924            'PIPELINE' and
5925            'NF_VPPIP4' and
5926            '64B' and
5927            '2T1C' and
5928            'NDRPDR'"
5929   reference:
5930     include: "2"
5931     name: "CNF-1c"
5932   compare:
5933     include: "1"
5934     name: "CNF-0.5c"
5935   parameters:
5936   - "throughput"
5937   - "name"
5938   - "tags"
5939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5940   x-axis: "X = CNFs per Service Pipeline"
5941   y-axis: "Y = Number of Service Pipelines"
5942   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5943   layout:
5944     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5945     layout: "plot-service-density"
5946
5947 - type: "plot"
5948   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5949   algorithm: "plot_service_density_heatmap_compare"
5950   output-file-type: ".html"
5951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
5952   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5953   filter: "'NIC_Intel-X710' and
5954            'NF_DENSITY' and
5955            'DOCKER' and
5956            'PIPELINE' and
5957            'NF_VPPIP4' and
5958            '64B' and
5959            '4T2C' and
5960            'NDRPDR'"
5961   reference:
5962     include: "2"
5963     name: "CNF-1c"
5964   compare:
5965     include: "1"
5966     name: "CNF-0.5c"
5967   parameters:
5968   - "throughput"
5969   - "name"
5970   - "tags"
5971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5972   x-axis: "X = CNFs per Service Pipeline"
5973   y-axis: "Y = Number of Service Pipelines"
5974   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5975   layout:
5976     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5977     layout: "plot-service-density"
5978
5979 - type: "plot"
5980   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5981   algorithm: "plot_service_density_heatmap_compare"
5982   output-file-type: ".html"
5983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
5984   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5985   filter: "'NIC_Intel-X710' and
5986            'NF_DENSITY' and
5987            'DOCKER' and
5988            'PIPELINE' and
5989            'NF_VPPIP4' and
5990            '64B' and
5991            '8T4C' and
5992            'NDRPDR'"
5993   reference:
5994     include: "2"
5995     name: "CNF-1c"
5996   compare:
5997     include: "1"
5998     name: "CNF-0.5c"
5999   parameters:
6000   - "throughput"
6001   - "name"
6002   - "tags"
6003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6004   x-axis: "X = CNFs per Service Pipeline"
6005   y-axis: "Y = Number of Service Pipelines"
6006   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6007   layout:
6008     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6009     layout: "plot-service-density"
6010
6011 # Plots - NF Density - CSP - NDR IMIX
6012 - type: "plot"
6013   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6014   algorithm: "plot_service_density_heatmap_compare"
6015   output-file-type: ".html"
6016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6017   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6018   filter: "'NIC_Intel-X710' and
6019            'NF_DENSITY' and
6020            'DOCKER' and
6021            'PIPELINE' and
6022            'NF_VPPIP4' and
6023            'IMIX' and
6024            '2T1C' and
6025            'NDRPDR'"
6026   reference:
6027     include: "2"
6028     name: "CNF-1c"
6029   compare:
6030     include: "1"
6031     name: "CNF-0.5c"
6032   parameters:
6033   - "throughput"
6034   - "name"
6035   - "tags"
6036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6037   x-axis: "X = CNFs per Service Pipeline"
6038   y-axis: "Y = Number of Service Pipelines"
6039   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6040   layout:
6041     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6042     layout: "plot-service-density"
6043
6044 - type: "plot"
6045   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6046   algorithm: "plot_service_density_heatmap_compare"
6047   output-file-type: ".html"
6048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6049   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6050   filter: "'NIC_Intel-X710' and
6051            'NF_DENSITY' and
6052            'DOCKER' and
6053            'PIPELINE' and
6054            'NF_VPPIP4' and
6055            'IMIX' and
6056            '4T2C' and
6057            'NDRPDR'"
6058   reference:
6059     include: "2"
6060     name: "CNF-1c"
6061   compare:
6062     include: "1"
6063     name: "CNF-0.5c"
6064   parameters:
6065   - "throughput"
6066   - "name"
6067   - "tags"
6068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6069   x-axis: "X = CNFs per Service Pipeline"
6070   y-axis: "Y = Number of Service Pipelines"
6071   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6072   layout:
6073     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6074     layout: "plot-service-density"
6075
6076 - type: "plot"
6077   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6078   algorithm: "plot_service_density_heatmap_compare"
6079   output-file-type: ".html"
6080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6081   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6082   filter: "'NIC_Intel-X710' and
6083            'NF_DENSITY' and
6084            'DOCKER' and
6085            'PIPELINE' and
6086            'NF_VPPIP4' and
6087            'IMIX' and
6088            '8T4C' and
6089            'NDRPDR'"
6090   reference:
6091     include: "2"
6092     name: "CNF-1c"
6093   compare:
6094     include: "1"
6095     name: "CNF-0.5c"
6096   parameters:
6097   - "throughput"
6098   - "name"
6099   - "tags"
6100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6101   x-axis: "X = CNFs per Service Pipeline"
6102   y-axis: "Y = Number of Service Pipelines"
6103   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6104   layout:
6105     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6106     layout: "plot-service-density"
6107
6108 # Plots - NF Density - CSP - PDR 64b
6109 - type: "plot"
6110   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6111   algorithm: "plot_service_density_heatmap_compare"
6112   output-file-type: ".html"
6113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6114   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6115   filter: "'NIC_Intel-X710' and
6116            'NF_DENSITY' and
6117            'DOCKER' and
6118            'PIPELINE' and
6119            'NF_VPPIP4' and
6120            '64B' and
6121            '2T1C' and
6122            'NDRPDR'"
6123   reference:
6124     include: "2"
6125     name: "CNF-1c"
6126   compare:
6127     include: "1"
6128     name: "CNF-0.5c"
6129   parameters:
6130   - "throughput"
6131   - "name"
6132   - "tags"
6133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6134   x-axis: "X = CNFs per Service Pipeline"
6135   y-axis: "Y = Number of Service Pipelines"
6136   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6137   layout:
6138     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6139     layout: "plot-service-density"
6140
6141 - type: "plot"
6142   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6143   algorithm: "plot_service_density_heatmap_compare"
6144   output-file-type: ".html"
6145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6146   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6147   filter: "'NIC_Intel-X710' and
6148            'NF_DENSITY' and
6149            'DOCKER' and
6150            'PIPELINE' and
6151            'NF_VPPIP4' and
6152            '64B' and
6153            '4T2C' and
6154            'NDRPDR'"
6155   reference:
6156     include: "2"
6157     name: "CNF-1c"
6158   compare:
6159     include: "1"
6160     name: "CNF-0.5c"
6161   parameters:
6162   - "throughput"
6163   - "name"
6164   - "tags"
6165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6166   x-axis: "X = CNFs per Service Pipeline"
6167   y-axis: "Y = Number of Service Pipelines"
6168   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6169   layout:
6170     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6171     layout: "plot-service-density"
6172
6173 - type: "plot"
6174   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6175   algorithm: "plot_service_density_heatmap_compare"
6176   output-file-type: ".html"
6177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6178   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6179   filter: "'NIC_Intel-X710' and
6180            'NF_DENSITY' and
6181            'DOCKER' and
6182            'PIPELINE' and
6183            'NF_VPPIP4' and
6184            '64B' and
6185            '8T4C' and
6186            'NDRPDR'"
6187   reference:
6188     include: "2"
6189     name: "CNF-1c"
6190   compare:
6191     include: "1"
6192     name: "CNF-0.5c"
6193   parameters:
6194   - "throughput"
6195   - "name"
6196   - "tags"
6197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6198   x-axis: "X = CNFs per Service Pipeline"
6199   y-axis: "Y = Number of Service Pipelines"
6200   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6201   layout:
6202     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6203     layout: "plot-service-density"
6204
6205 # Plots - NF Density - CSP - PDR IMIX
6206 - type: "plot"
6207   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6208   algorithm: "plot_service_density_heatmap_compare"
6209   output-file-type: ".html"
6210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6211   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6212   filter: "'NIC_Intel-X710' and
6213            'NF_DENSITY' and
6214            'DOCKER' and
6215            'PIPELINE' and
6216            'NF_VPPIP4' and
6217            'IMIX' and
6218            '2T1C' and
6219            'NDRPDR'"
6220   reference:
6221     include: "2"
6222     name: "CNF-1c"
6223   compare:
6224     include: "1"
6225     name: "CNF-0.5c"
6226   parameters:
6227   - "throughput"
6228   - "name"
6229   - "tags"
6230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6231   x-axis: "X = CNFs per Service Pipeline"
6232   y-axis: "Y = Number of Service Pipelines"
6233   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6234   layout:
6235     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6236     layout: "plot-service-density"
6237
6238 - type: "plot"
6239   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6240   algorithm: "plot_service_density_heatmap_compare"
6241   output-file-type: ".html"
6242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6243   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6244   filter: "'NIC_Intel-X710' and
6245            'NF_DENSITY' and
6246            'DOCKER' and
6247            'PIPELINE' and
6248            'NF_VPPIP4' and
6249            'IMIX' and
6250            '4T2C' and
6251            'NDRPDR'"
6252   reference:
6253     include: "2"
6254     name: "CNF-1c"
6255   compare:
6256     include: "1"
6257     name: "CNF-0.5c"
6258   parameters:
6259   - "throughput"
6260   - "name"
6261   - "tags"
6262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6263   x-axis: "X = CNFs per Service Pipeline"
6264   y-axis: "Y = Number of Service Pipelines"
6265   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6266   layout:
6267     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6268     layout: "plot-service-density"
6269
6270 - type: "plot"
6271   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6272   algorithm: "plot_service_density_heatmap_compare"
6273   output-file-type: ".html"
6274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6275   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6276   filter: "'NIC_Intel-X710' and
6277            'NF_DENSITY' and
6278            'DOCKER' and
6279            'PIPELINE' and
6280            'NF_VPPIP4' and
6281            'IMIX' and
6282            '8T4C' and
6283            'NDRPDR'"
6284   reference:
6285     include: "2"
6286     name: "CNF-1c"
6287   compare:
6288     include: "1"
6289     name: "CNF-0.5c"
6290   parameters:
6291   - "throughput"
6292   - "name"
6293   - "tags"
6294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6295   x-axis: "X = CNFs per Service Pipeline"
6296   y-axis: "Y = Number of Service Pipelines"
6297   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6298   layout:
6299     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6300     layout: "plot-service-density"
6301
6302 ################################################################################
6303 ## Plots VPP HTTP Server Performance
6304 #- type: "plot"
6305 #  title: "VPP HTTP Server Performance"
6306 #  algorithm: "plot_http_server_performance_box"
6307 #  output-file-type: ".html"
6308 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6309 #  data:
6310 #    "plot-vpp-http-server-performance"
6311 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6312 #  # each tag is enclosed with ' (apostrophe).
6313 #  filter: "'HTTP' and 'TCP_CPS'"
6314 #  parameters:
6315 #  - "result"
6316 #  - "name"
6317 #  traces:
6318 #    hoverinfo: "x+y"
6319 #    boxpoints: "outliers"
6320 #    whiskerwidth: 0
6321 #  layout:
6322 #    title: "VPP HTTP Server Performance"
6323 #    layout:
6324 #      "plot-cps"
6325 #
6326 #- type: "plot"
6327 #  title: "VPP HTTP Server Performance"
6328 #  algorithm: "plot_http_server_performance_box"
6329 #  output-file-type: ".html"
6330 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6331 #  data:
6332 #    "plot-vpp-http-server-performance"
6333 #  filter: "'HTTP' and 'TCP_RPS'"
6334 #  parameters:
6335 #  - "result"
6336 #  - "name"
6337 #  traces:
6338 #    hoverinfo: "x+y"
6339 #    boxpoints: "outliers"
6340 #    whiskerwidth: 0
6341 #  layout:
6342 #    title: "VPP HTTP Server Performance"
6343 #    layout:
6344 #      "plot-rps"
6345
6346 ################################################################################
6347
6348 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6349 - type: "plot"
6350   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6351   algorithm: "plot_performance_box"
6352   output-file-type: ".html"
6353   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6355   filter: "'NIC_Intel-X520-DA2' and
6356            '64B' and
6357            ('BASE' or 'SCALE') and
6358            'NDRPDR' and
6359            'ETH' and
6360            '1T1C' and
6361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6362            not 'VHOST' and
6363            not 'MEMIF'"
6364   parameters:
6365   - "throughput"
6366   - "parent"
6367   - "tags"
6368   sort:
6369   - "L2PATCH"
6370   - "L2XCBASE"
6371   - "BASE"
6372   - "FIB_10K"
6373   - "FIB_100K"
6374   - "FIB_1M"
6375   traces:
6376     hoverinfo: "x+y"
6377     boxpoints: "outliers"
6378     whiskerwidth: 0
6379   layout:
6380     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6381     layout: "plot-throughput"
6382
6383 - type: "plot"
6384   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6385   algorithm: "plot_performance_box"
6386   output-file-type: ".html"
6387   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6389   filter: "'NIC_Intel-X520-DA2' and
6390            '64B' and
6391            ('BASE' or 'SCALE') and
6392            'NDRPDR' and
6393            'ETH' and
6394            '1T1C' and
6395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6396            not 'VHOST' and
6397            not 'MEMIF'"
6398   parameters:
6399   - "throughput"
6400   - "parent"
6401   - "tags"
6402   sort:
6403   - "L2PATCH"
6404   - "L2XCBASE"
6405   - "BASE"
6406   - "FIB_10K"
6407   - "FIB_100K"
6408   - "FIB_1M"
6409   traces:
6410     hoverinfo: "x+y"
6411     boxpoints: "outliers"
6412     whiskerwidth: 0
6413   layout:
6414     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6415     layout: "plot-throughput"
6416
6417 - type: "plot"
6418   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6419   algorithm: "plot_performance_box"
6420   output-file-type: ".html"
6421   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6423   filter: "'NIC_Intel-X520-DA2' and
6424            '64B' and
6425            ('BASE' or 'SCALE') and
6426            'NDRPDR' and
6427            'ETH' and
6428            '2T2C' and
6429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6430            not 'VHOST' and
6431            not 'MEMIF'"
6432   parameters:
6433   - "throughput"
6434   - "parent"
6435   - "tags"
6436   sort:
6437   - "L2PATCH"
6438   - "L2XCBASE"
6439   - "BASE"
6440   - "FIB_10K"
6441   - "FIB_100K"
6442   - "FIB_1M"
6443   traces:
6444     hoverinfo: "x+y"
6445     boxpoints: "outliers"
6446     whiskerwidth: 0
6447   layout:
6448     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6449     layout: "plot-throughput"
6450
6451 - type: "plot"
6452   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6453   algorithm: "plot_performance_box"
6454   output-file-type: ".html"
6455   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6457   filter: "'NIC_Intel-X520-DA2' and
6458            '64B' and
6459            ('BASE' or 'SCALE') and
6460            'NDRPDR' and
6461            'ETH' and
6462            '2T2C' and
6463            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6464            not 'VHOST' and
6465            not 'MEMIF'"
6466   parameters:
6467   - "throughput"
6468   - "parent"
6469   - "tags"
6470   sort:
6471   - "L2PATCH"
6472   - "L2XCBASE"
6473   - "BASE"
6474   - "FIB_10K"
6475   - "FIB_100K"
6476   - "FIB_1M"
6477   traces:
6478     hoverinfo: "x+y"
6479     boxpoints: "outliers"
6480     whiskerwidth: 0
6481   layout:
6482     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6483     layout: "plot-throughput"
6484
6485 # Packet Throughput - VPP L2 3n-hsw-x520 features
6486 - type: "plot"
6487   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6488   algorithm: "plot_performance_box"
6489   output-file-type: ".html"
6490   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6492   filter: "'NIC_Intel-X520-DA2' and
6493            '64B' and
6494            'NDRPDR' and
6495            '1T1C' and
6496            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6497            not 'ACL' and
6498            not 'VHOST' and
6499            not 'MEMIF'"
6500   parameters:
6501   - "throughput"
6502   - "parent"
6503   - "tags"
6504   sort:
6505   - "L2XCBASE"    # l2xcbase
6506   - "L2BDBASE"    # l2bdbase
6507   - "L2XCFWD"     # dot1q-l2xcbase
6508   - "L2BDMACLRN"  # dot1q-l2bdbase
6509   traces:
6510     hoverinfo: "x+y"
6511     boxpoints: "outliers"
6512     whiskerwidth: 0
6513   layout:
6514     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6515     layout: "plot-throughput"
6516
6517 - type: "plot"
6518   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6519   algorithm: "plot_performance_box"
6520   output-file-type: ".html"
6521   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6523   filter: "'NIC_Intel-X520-DA2' and
6524            '64B' and
6525            'NDRPDR' and
6526            '1T1C' and
6527            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6528            not 'ACL' and
6529            not 'VHOST' and
6530            not 'MEMIF'"
6531   parameters:
6532   - "throughput"
6533   - "parent"
6534   - "tags"
6535   sort:
6536   - "L2XCBASE"    # l2xcbase
6537   - "L2BDBASE"    # l2bdbase
6538   - "L2XCFWD"     # dot1q-l2xcbase
6539   - "L2BDMACLRN"  # dot1q-l2bdbase
6540   traces:
6541     hoverinfo: "x+y"
6542     boxpoints: "outliers"
6543     whiskerwidth: 0
6544   layout:
6545     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6546     layout: "plot-throughput"
6547
6548 - type: "plot"
6549   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6550   algorithm: "plot_performance_box"
6551   output-file-type: ".html"
6552   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6554   filter: "'NIC_Intel-X520-DA2' and
6555            '64B' and
6556            'NDRPDR' and
6557            '2T2C' and
6558            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6559            not 'ACL' and
6560            not 'VHOST' and
6561            not 'MEMIF'"
6562   parameters:
6563   - "throughput"
6564   - "parent"
6565   - "tags"
6566   sort:
6567   - "L2XCBASE"    # l2xcbase
6568   - "L2BDBASE"    # l2bdbase
6569   - "L2XCFWD"     # dot1q-l2xcbase
6570   - "L2BDMACLRN"  # dot1q-l2bdbase
6571   traces:
6572     hoverinfo: "x+y"
6573     boxpoints: "outliers"
6574     whiskerwidth: 0
6575   layout:
6576     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6577     layout: "plot-throughput"
6578
6579 - type: "plot"
6580   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6581   algorithm: "plot_performance_box"
6582   output-file-type: ".html"
6583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6584   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6585   filter: "'NIC_Intel-X520-DA2' and
6586            '64B' and
6587            'NDRPDR' and
6588            '2T2C' and
6589            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6590            not 'ACL' and
6591            not 'VHOST' and
6592            not 'MEMIF'"
6593   parameters:
6594   - "throughput"
6595   - "parent"
6596   - "tags"
6597   sort:
6598   - "L2XCBASE"    # l2xcbase
6599   - "L2BDBASE"    # l2bdbase
6600   - "L2XCFWD"     # dot1q-l2xcbase
6601   - "L2BDMACLRN"  # dot1q-l2bdbase
6602   traces:
6603     hoverinfo: "x+y"
6604     boxpoints: "outliers"
6605     whiskerwidth: 0
6606   layout:
6607     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6608     layout: "plot-throughput"
6609
6610 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6611 - type: "plot"
6612   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6613   algorithm: "plot_performance_box"
6614   output-file-type: ".html"
6615   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6617   filter: "'NIC_Intel-X520-DA2' and
6618            '64B' and
6619            'NDRPDR' and
6620            '1T1C' and
6621            'FEATURE' and
6622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6623            'IACL' and
6624            ('ACL1' or 'ACL50') and
6625            ('10K_FLOWS' or '10k_FLOWS') and
6626            not 'MACIP' and
6627            not 'VHOST' and
6628            not 'MEMIF'"
6629   parameters:
6630   - "throughput"
6631   - "parent"
6632   - "tags"
6633   traces:
6634     hoverinfo: "x+y"
6635     boxpoints: "outliers"
6636     whiskerwidth: 0
6637   layout:
6638     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6639     layout: "plot-throughput"
6640
6641 - type: "plot"
6642   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6643   algorithm: "plot_performance_box"
6644   output-file-type: ".html"
6645   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6647   filter: "'NIC_Intel-X520-DA2' and
6648            '64B' and
6649            'NDRPDR' and
6650            '1T1C' and
6651            'FEATURE' and
6652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6653            'IACL' and
6654            ('ACL1' or 'ACL50') and
6655            ('10K_FLOWS' or '10k_FLOWS') and
6656            not 'MACIP' and
6657            not 'VHOST' and
6658            not 'MEMIF'"
6659   parameters:
6660   - "throughput"
6661   - "parent"
6662   - "tags"
6663   traces:
6664     hoverinfo: "x+y"
6665     boxpoints: "outliers"
6666     whiskerwidth: 0
6667   layout:
6668     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6669     layout: "plot-throughput"
6670
6671 - type: "plot"
6672   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6673   algorithm: "plot_performance_box"
6674   output-file-type: ".html"
6675   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6677   filter: "'NIC_Intel-X520-DA2' and
6678            '64B' and
6679            'NDRPDR' and
6680            '2T2C' and
6681            'FEATURE' and
6682            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6683            'IACL' and
6684            ('ACL1' or 'ACL50') and
6685            ('10K_FLOWS' or '10k_FLOWS') and
6686            not 'MACIP' and
6687            not 'VHOST' and
6688            not 'MEMIF'"
6689   parameters:
6690   - "throughput"
6691   - "parent"
6692   - "tags"
6693   traces:
6694     hoverinfo: "x+y"
6695     boxpoints: "outliers"
6696     whiskerwidth: 0
6697   layout:
6698     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6699     layout: "plot-throughput"
6700
6701 - type: "plot"
6702   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6703   algorithm: "plot_performance_box"
6704   output-file-type: ".html"
6705   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6707   filter: "'NIC_Intel-X520-DA2' and
6708            '64B' and
6709            'NDRPDR' and
6710            '2T2C' and
6711            'FEATURE' and
6712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6713            'IACL' and
6714            ('ACL1' or 'ACL50') and
6715            ('10K_FLOWS' or '10k_FLOWS') and
6716            not 'MACIP' and
6717            not 'VHOST' and
6718            not 'MEMIF'"
6719   parameters:
6720   - "throughput"
6721   - "parent"
6722   - "tags"
6723   traces:
6724     hoverinfo: "x+y"
6725     boxpoints: "outliers"
6726     whiskerwidth: 0
6727   layout:
6728     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6729     layout: "plot-throughput"
6730
6731 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6732 - type: "plot"
6733   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6734   algorithm: "plot_performance_box"
6735   output-file-type: ".html"
6736   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6738   filter: "'NIC_Intel-X520-DA2' and
6739            '64B' and
6740            'NDRPDR' and
6741            '1T1C' and
6742            'FEATURE' and
6743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6744            'OACL' and
6745            ('ACL1' or 'ACL50') and
6746            ('10K_FLOWS' or '10k_FLOWS') and
6747            not 'MACIP' and
6748            not 'VHOST' and
6749            not 'MEMIF'"
6750   parameters:
6751   - "throughput"
6752   - "parent"
6753   - "tags"
6754   traces:
6755     hoverinfo: "x+y"
6756     boxpoints: "outliers"
6757     whiskerwidth: 0
6758   layout:
6759     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6760     layout: "plot-throughput"
6761
6762 - type: "plot"
6763   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6764   algorithm: "plot_performance_box"
6765   output-file-type: ".html"
6766   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6768   filter: "'NIC_Intel-X520-DA2' and
6769            '64B' and
6770            'NDRPDR' and
6771            '1T1C' and
6772            'FEATURE' and
6773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6774            'OACL' and
6775            ('ACL1' or 'ACL50') and
6776            ('10K_FLOWS' or '10k_FLOWS') and
6777            not 'MACIP' and
6778            not 'VHOST' and
6779            not 'MEMIF'"
6780   parameters:
6781   - "throughput"
6782   - "parent"
6783   - "tags"
6784   traces:
6785     hoverinfo: "x+y"
6786     boxpoints: "outliers"
6787     whiskerwidth: 0
6788   layout:
6789     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6790     layout: "plot-throughput"
6791
6792 - type: "plot"
6793   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6794   algorithm: "plot_performance_box"
6795   output-file-type: ".html"
6796   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6798   filter: "'NIC_Intel-X520-DA2' and
6799            '64B' and
6800            'NDRPDR' and
6801            '2T2C' and
6802            'FEATURE' and
6803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6804            'OACL' and
6805            ('ACL1' or 'ACL50') and
6806            ('10K_FLOWS' or '10k_FLOWS') and
6807            not 'MACIP' and
6808            not 'VHOST' and
6809            not 'MEMIF'"
6810   parameters:
6811   - "throughput"
6812   - "parent"
6813   - "tags"
6814   traces:
6815     hoverinfo: "x+y"
6816     boxpoints: "outliers"
6817     whiskerwidth: 0
6818   layout:
6819     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6820     layout: "plot-throughput"
6821
6822 - type: "plot"
6823   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6824   algorithm: "plot_performance_box"
6825   output-file-type: ".html"
6826   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6828   filter: "'NIC_Intel-X520-DA2' and
6829            '64B' and
6830            'NDRPDR' and
6831            '2T2C' and
6832            'FEATURE' and
6833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6834            'OACL' and
6835            ('ACL1' or 'ACL50') and
6836            ('10K_FLOWS' or '10k_FLOWS') and
6837            not 'MACIP' and
6838            not 'VHOST' and
6839            not 'MEMIF'"
6840   parameters:
6841   - "throughput"
6842   - "parent"
6843   - "tags"
6844   traces:
6845     hoverinfo: "x+y"
6846     boxpoints: "outliers"
6847     whiskerwidth: 0
6848   layout:
6849     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6850     layout: "plot-throughput"
6851
6852 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6853 - type: "plot"
6854   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6855   algorithm: "plot_performance_box"
6856   output-file-type: ".html"
6857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6859   filter: "'NIC_Intel-X520-DA2' and
6860            '64B' and
6861            'NDRPDR' and
6862            '1T1C' and
6863            'FEATURE' and
6864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6865            'MACIP' and
6866            ('ACL1' or 'ACL50') and
6867            ('10K_FLOWS' or '10k_FLOWS') and
6868            not 'VHOST' and
6869            not 'MEMIF'"
6870   parameters:
6871   - "throughput"
6872   - "parent"
6873   - "tags"
6874   traces:
6875     hoverinfo: "x+y"
6876     boxpoints: "outliers"
6877     whiskerwidth: 0
6878   layout:
6879     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6880     layout: "plot-throughput"
6881
6882 - type: "plot"
6883   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6884   algorithm: "plot_performance_box"
6885   output-file-type: ".html"
6886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6888   filter: "'NIC_Intel-X520-DA2' and
6889            '64B' and
6890            'NDRPDR' and
6891            '1T1C' and
6892            'FEATURE' and
6893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6894            'MACIP' and
6895            ('ACL1' or 'ACL50') and
6896            ('10K_FLOWS' or '10k_FLOWS') and
6897            not 'VHOST' and
6898            not 'MEMIF'"
6899   parameters:
6900   - "throughput"
6901   - "parent"
6902   - "tags"
6903   traces:
6904     hoverinfo: "x+y"
6905     boxpoints: "outliers"
6906     whiskerwidth: 0
6907   layout:
6908     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6909     layout: "plot-throughput"
6910
6911 - type: "plot"
6912   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6913   algorithm: "plot_performance_box"
6914   output-file-type: ".html"
6915   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6917   filter: "'NIC_Intel-X520-DA2' and
6918            '64B' and
6919            'NDRPDR' and
6920            '2T2C' and
6921            'FEATURE' and
6922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6923            'MACIP' and
6924            ('ACL1' or 'ACL50') and
6925            ('10K_FLOWS' or '10k_FLOWS') and
6926            not 'VHOST' and
6927            not 'MEMIF'"
6928   parameters:
6929   - "throughput"
6930   - "parent"
6931   - "tags"
6932   traces:
6933     hoverinfo: "x+y"
6934     boxpoints: "outliers"
6935     whiskerwidth: 0
6936   layout:
6937     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6938     layout: "plot-throughput"
6939
6940 - type: "plot"
6941   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6942   algorithm: "plot_performance_box"
6943   output-file-type: ".html"
6944   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6946   filter: "'NIC_Intel-X520-DA2' and
6947            '64B' and
6948            'NDRPDR' and
6949            '2T2C' and
6950            'FEATURE' and
6951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6952            'MACIP' and
6953            ('ACL1' or 'ACL50') and
6954            ('10K_FLOWS' or '10k_FLOWS') and
6955            not 'VHOST' and
6956            not 'MEMIF'"
6957   parameters:
6958   - "throughput"
6959   - "parent"
6960   - "tags"
6961   traces:
6962     hoverinfo: "x+y"
6963     boxpoints: "outliers"
6964     whiskerwidth: 0
6965   layout:
6966     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6967     layout: "plot-throughput"
6968
6969 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6970 - type: "plot"
6971   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6972   algorithm: "plot_performance_box"
6973   output-file-type: ".html"
6974   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6976   filter: "'NIC_Intel-X710' and
6977            '64B' and
6978            ('BASE' or 'SCALE') and
6979            'NDRPDR' and
6980            'ETH' and
6981            '1T1C' and
6982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6983            not 'VHOST' and
6984            not 'MEMIF'"
6985   parameters:
6986   - "throughput"
6987   - "parent"
6988   - "tags"
6989   sort:
6990   - "L2PATCH"
6991   - "L2XCFWD"
6992   - "L2BDMACLRN"
6993   - "FIB_10K"
6994   - "FIB_100K"
6995   - "FIB_1M"
6996   traces:
6997     hoverinfo: "x+y"
6998     boxpoints: "outliers"
6999     whiskerwidth: 0
7000   layout:
7001     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7002     layout: "plot-throughput"
7003
7004 - type: "plot"
7005   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7006   algorithm: "plot_performance_box"
7007   output-file-type: ".html"
7008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7010   filter: "'NIC_Intel-X710' and
7011            '64B' and
7012            ('BASE' or 'SCALE') and
7013            'NDRPDR' and
7014            'ETH' and
7015            '1T1C' and
7016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7017            not 'VHOST' and
7018            not 'MEMIF'"
7019   parameters:
7020   - "throughput"
7021   - "parent"
7022   - "tags"
7023   sort:
7024   - "L2PATCH"
7025   - "L2XCFWD"
7026   - "L2BDMACLRN"
7027   - "FIB_10K"
7028   - "FIB_100K"
7029   - "FIB_1M"
7030   traces:
7031     hoverinfo: "x+y"
7032     boxpoints: "outliers"
7033     whiskerwidth: 0
7034   layout:
7035     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7036     layout: "plot-throughput"
7037
7038 - type: "plot"
7039   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7040   algorithm: "plot_performance_box"
7041   output-file-type: ".html"
7042   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7044   filter: "'NIC_Intel-X710' and
7045            '64B' and
7046            ('BASE' or 'SCALE') and
7047            'NDRPDR' and
7048            'ETH' and
7049            '2T2C' and
7050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7051            not 'VHOST' and
7052            not 'MEMIF'"
7053   parameters:
7054   - "throughput"
7055   - "parent"
7056   - "tags"
7057   sort:
7058   - "L2PATCH"
7059   - "L2XCFWD"
7060   - "L2BDMACLRN"
7061   - "FIB_10K"
7062   - "FIB_100K"
7063   - "FIB_1M"
7064   traces:
7065     hoverinfo: "x+y"
7066     boxpoints: "outliers"
7067     whiskerwidth: 0
7068   layout:
7069     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7070     layout: "plot-throughput"
7071
7072 - type: "plot"
7073   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7074   algorithm: "plot_performance_box"
7075   output-file-type: ".html"
7076   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7078   filter: "'NIC_Intel-X710' and
7079            '64B' and
7080            ('BASE' or 'SCALE') and
7081            'NDRPDR' and
7082            'ETH' and
7083            '2T2C' and
7084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7085            not 'VHOST' and
7086            not 'MEMIF'"
7087   parameters:
7088   - "throughput"
7089   - "parent"
7090   - "tags"
7091   sort:
7092   - "L2PATCH"
7093   - "L2XCFWD"
7094   - "L2BDMACLRN"
7095   - "FIB_10K"
7096   - "FIB_100K"
7097   - "FIB_1M"
7098   traces:
7099     hoverinfo: "x+y"
7100     boxpoints: "outliers"
7101     whiskerwidth: 0
7102   layout:
7103     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7104     layout: "plot-throughput"
7105
7106 # Packet Throughput - VPP L2 3n-hsw-x710 features
7107 - type: "plot"
7108   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7109   algorithm: "plot_performance_box"
7110   output-file-type: ".html"
7111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7113   filter: "'NIC_Intel-X710' and
7114            '64B' and
7115            'NDRPDR' and
7116            '1T1C' and
7117            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7118            not 'ACL' and
7119            not 'VHOST' and
7120            not 'L2OVRLAY' and
7121            not 'MEMIF'"
7122   parameters:
7123   - "throughput"
7124   - "parent"
7125   - "tags"
7126   sort:
7127   - "L2XCBASE"    # l2xcbase
7128   - "L2BDBASE"    # l2bdbase
7129   - "L2XCFWD"     # dot1q-l2xcbase
7130   - "L2BDMACLRN"  # dot1q-l2bdbase
7131   traces:
7132     hoverinfo: "x+y"
7133     boxpoints: "outliers"
7134     whiskerwidth: 0
7135   layout:
7136     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7137     layout: "plot-throughput"
7138
7139 - type: "plot"
7140   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7141   algorithm: "plot_performance_box"
7142   output-file-type: ".html"
7143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7145   filter: "'NIC_Intel-X710' and
7146            '64B' and
7147            'NDRPDR' and
7148            '1T1C' and
7149            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7150            not 'ACL' and
7151            not 'VHOST' and
7152            not 'L2OVRLAY' and
7153            not 'MEMIF'"
7154   parameters:
7155   - "throughput"
7156   - "parent"
7157   - "tags"
7158   sort:
7159   - "L2XCBASE"    # l2xcbase
7160   - "L2BDBASE"    # l2bdbase
7161   - "L2XCFWD"     # dot1q-l2xcbase
7162   - "L2BDMACLRN"  # dot1q-l2bdbase
7163   traces:
7164     hoverinfo: "x+y"
7165     boxpoints: "outliers"
7166     whiskerwidth: 0
7167   layout:
7168     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7169     layout: "plot-throughput"
7170
7171 - type: "plot"
7172   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7173   algorithm: "plot_performance_box"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7177   filter: "'NIC_Intel-X710' and
7178            '64B' and
7179            'NDRPDR' and
7180            '2T2C' and
7181            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7182            not 'ACL' and
7183            not 'VHOST' and
7184            not 'L2OVRLAY' and
7185            not 'MEMIF'"
7186   parameters:
7187   - "throughput"
7188   - "parent"
7189   - "tags"
7190   sort:
7191   - "L2XCBASE"    # l2xcbase
7192   - "L2BDBASE"    # l2bdbase
7193   - "L2XCFWD"     # dot1q-l2xcbase
7194   - "L2BDMACLRN"  # dot1q-l2bdbase
7195   traces:
7196     hoverinfo: "x+y"
7197     boxpoints: "outliers"
7198     whiskerwidth: 0
7199   layout:
7200     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7201     layout: "plot-throughput"
7202
7203 - type: "plot"
7204   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7205   algorithm: "plot_performance_box"
7206   output-file-type: ".html"
7207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7209   filter: "'NIC_Intel-X710' and
7210            '64B' and
7211            'NDRPDR' and
7212            '2T2C' and
7213            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7214            not 'ACL' and
7215            not 'VHOST' and
7216            not 'L2OVRLAY' and
7217            not 'MEMIF'"
7218   parameters:
7219   - "throughput"
7220   - "parent"
7221   - "tags"
7222   sort:
7223   - "L2XCBASE"    # l2xcbase
7224   - "L2BDBASE"    # l2bdbase
7225   - "L2XCFWD"     # dot1q-l2xcbase
7226   - "L2BDMACLRN"  # dot1q-l2bdbase
7227   traces:
7228     hoverinfo: "x+y"
7229     boxpoints: "outliers"
7230     whiskerwidth: 0
7231   layout:
7232     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7233     layout: "plot-throughput"
7234
7235 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7236 - type: "plot"
7237   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7238   algorithm: "plot_performance_box"
7239   output-file-type: ".html"
7240   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7242   filter: "'NIC_Intel-X710' and
7243            '64B' and
7244            'NDRPDR' and
7245            '1T1C' and
7246            'FEATURE' and
7247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7248            'IACL' and
7249            ('ACL1' or 'ACL50') and
7250            ('10K_FLOWS' or '10k_FLOWS') and
7251            not 'MACIP' and
7252            not 'VHOST' and
7253            not 'MEMIF'"
7254   parameters:
7255   - "throughput"
7256   - "parent"
7257   - "tags"
7258   traces:
7259     hoverinfo: "x+y"
7260     boxpoints: "outliers"
7261     whiskerwidth: 0
7262   layout:
7263     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7264     layout: "plot-throughput"
7265
7266 - type: "plot"
7267   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7268   algorithm: "plot_performance_box"
7269   output-file-type: ".html"
7270   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7272   filter: "'NIC_Intel-X710' and
7273            '64B' and
7274            'NDRPDR' and
7275            '1T1C' and
7276            'FEATURE' and
7277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7278            'IACL' and
7279            ('ACL1' or 'ACL50') and
7280            ('10K_FLOWS' or '10k_FLOWS') and
7281            not 'MACIP' and
7282            not 'VHOST' and
7283            not 'MEMIF'"
7284   parameters:
7285   - "throughput"
7286   - "parent"
7287   - "tags"
7288   traces:
7289     hoverinfo: "x+y"
7290     boxpoints: "outliers"
7291     whiskerwidth: 0
7292   layout:
7293     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7294     layout: "plot-throughput"
7295
7296 - type: "plot"
7297   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7298   algorithm: "plot_performance_box"
7299   output-file-type: ".html"
7300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7302   filter: "'NIC_Intel-X710' and
7303            '64B' and
7304            'NDRPDR' and
7305            '2T2C' and
7306            'FEATURE' and
7307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7308            'IACL' and
7309            ('ACL1' or 'ACL50') and
7310            ('10K_FLOWS' or '10k_FLOWS') and
7311            not 'MACIP' and
7312            not 'VHOST' and
7313            not 'MEMIF'"
7314   parameters:
7315   - "throughput"
7316   - "parent"
7317   - "tags"
7318   traces:
7319     hoverinfo: "x+y"
7320     boxpoints: "outliers"
7321     whiskerwidth: 0
7322   layout:
7323     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7324     layout: "plot-throughput"
7325
7326 - type: "plot"
7327   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7328   algorithm: "plot_performance_box"
7329   output-file-type: ".html"
7330   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7332   filter: "'NIC_Intel-X710' and
7333            '64B' and
7334            'NDRPDR' and
7335            '2T2C' and
7336            'FEATURE' and
7337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7338            'IACL' and
7339            ('ACL1' or 'ACL50') and
7340            ('10K_FLOWS' or '10k_FLOWS') and
7341            not 'MACIP' and
7342            not 'VHOST' and
7343            not 'MEMIF'"
7344   parameters:
7345   - "throughput"
7346   - "parent"
7347   - "tags"
7348   traces:
7349     hoverinfo: "x+y"
7350     boxpoints: "outliers"
7351     whiskerwidth: 0
7352   layout:
7353     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7354     layout: "plot-throughput"
7355
7356 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7357 - type: "plot"
7358   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7359   algorithm: "plot_performance_box"
7360   output-file-type: ".html"
7361   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7363   filter: "'NIC_Intel-XL710' and
7364            '64B' and
7365            'BASE' and
7366            'NDRPDR' and
7367            'ETH' and
7368            '1T1C' and
7369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7370            not 'VHOST' and
7371            not 'MEMIF'"
7372   parameters:
7373   - "throughput"
7374   - "parent"
7375   - "tags"
7376   sort:
7377   - "L2PATCH"
7378   - "L2XCFWD"
7379   - "L2BDMACLRN"
7380   traces:
7381     hoverinfo: "x+y"
7382     boxpoints: "outliers"
7383     whiskerwidth: 0
7384   layout:
7385     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7386     layout: "plot-throughput"
7387
7388 - type: "plot"
7389   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7390   algorithm: "plot_performance_box"
7391   output-file-type: ".html"
7392   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7394   filter: "'NIC_Intel-XL710' and
7395            '64B' and
7396            'BASE' and
7397            'NDRPDR' and
7398            'ETH' and
7399            '1T1C' and
7400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7401            not 'VHOST' and
7402            not 'MEMIF'"
7403   parameters:
7404   - "throughput"
7405   - "parent"
7406   - "tags"
7407   sort:
7408   - "L2PATCH"
7409   - "L2XCFWD"
7410   - "L2BDMACLRN"
7411   traces:
7412     hoverinfo: "x+y"
7413     boxpoints: "outliers"
7414     whiskerwidth: 0
7415   layout:
7416     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7417     layout: "plot-throughput"
7418
7419 - type: "plot"
7420   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7421   algorithm: "plot_performance_box"
7422   output-file-type: ".html"
7423   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7424   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7425   filter: "'NIC_Intel-XL710' and
7426            '64B' and
7427            'BASE' and
7428            'NDRPDR' and
7429            'ETH' and
7430            '2T2C' and
7431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7432            not 'VHOST' and
7433            not 'MEMIF'"
7434   parameters:
7435   - "throughput"
7436   - "parent"
7437   - "tags"
7438   sort:
7439   - "L2PATCH"
7440   - "L2XCFWD"
7441   - "L2BDMACLRN"
7442   traces:
7443     hoverinfo: "x+y"
7444     boxpoints: "outliers"
7445     whiskerwidth: 0
7446   layout:
7447     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7448     layout: "plot-throughput"
7449
7450 - type: "plot"
7451   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7452   algorithm: "plot_performance_box"
7453   output-file-type: ".html"
7454   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7456   filter: "'NIC_Intel-XL710' and
7457            '64B' and
7458            'BASE' and
7459            'NDRPDR' and
7460            'ETH' and
7461            '2T2C' and
7462            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7463            not 'VHOST' and
7464            not 'MEMIF'"
7465   parameters:
7466   - "throughput"
7467   - "parent"
7468   - "tags"
7469   sort:
7470   - "L2PATCH"
7471   - "L2XCFWD"
7472   - "L2BDMACLRN"
7473   traces:
7474     hoverinfo: "x+y"
7475     boxpoints: "outliers"
7476     whiskerwidth: 0
7477   layout:
7478     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7479     layout: "plot-throughput"
7480
7481 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7482 - type: "plot"
7483   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7484   algorithm: "plot_performance_box"
7485   output-file-type: ".html"
7486   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7488   filter: "'NIC_Intel-X710' and
7489            '64B' and
7490            ('BASE' or 'SCALE') and
7491            'NDRPDR' and
7492            'ETH' and
7493            '2T1C' and
7494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7495            not 'VHOST' and
7496            not 'MEMIF' and
7497            not 'DRV_AVF'"
7498   parameters:
7499   - "throughput"
7500   - "parent"
7501   - "tags"
7502   sort:
7503   - "L2PATCH"
7504   - "L2XCBASE"
7505   - "BASE"
7506   - "FIB_10K"
7507   - "FIB_100K"
7508   - "FIB_1M"
7509   traces:
7510     hoverinfo: "x+y"
7511     boxpoints: "outliers"
7512     whiskerwidth: 0
7513   layout:
7514     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7515     layout: "plot-throughput"
7516
7517 - type: "plot"
7518   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7519   algorithm: "plot_performance_box"
7520   output-file-type: ".html"
7521   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7523   filter: "'NIC_Intel-X710' and
7524            '64B' and
7525            ('BASE' or 'SCALE') and
7526            'NDRPDR' and
7527            'ETH' and
7528            '2T1C' and
7529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7530            not 'VHOST' and
7531            not 'MEMIF' and
7532            not 'DRV_AVF'"
7533   parameters:
7534   - "throughput"
7535   - "parent"
7536   - "tags"
7537   sort:
7538   - "L2PATCH"
7539   - "L2XCBASE"
7540   - "BASE"
7541   - "FIB_10K"
7542   - "FIB_100K"
7543   - "FIB_1M"
7544   traces:
7545     hoverinfo: "x+y"
7546     boxpoints: "outliers"
7547     whiskerwidth: 0
7548   layout:
7549     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7550     layout: "plot-throughput"
7551
7552 - type: "plot"
7553   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7554   algorithm: "plot_performance_box"
7555   output-file-type: ".html"
7556   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7558   filter: "'NIC_Intel-X710' and
7559            '64B' and
7560            ('BASE' or 'SCALE') and
7561            'NDRPDR' and
7562            'ETH' and
7563            '4T2C' and
7564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7565            not 'VHOST' and
7566            not 'MEMIF' and
7567            not 'DRV_AVF'"
7568   parameters:
7569   - "throughput"
7570   - "parent"
7571   - "tags"
7572   sort:
7573   - "L2PATCH"
7574   - "L2XCBASE"
7575   - "BASE"
7576   - "FIB_10K"
7577   - "FIB_100K"
7578   - "FIB_1M"
7579   traces:
7580     hoverinfo: "x+y"
7581     boxpoints: "outliers"
7582     whiskerwidth: 0
7583   layout:
7584     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7585     layout: "plot-throughput"
7586
7587 - type: "plot"
7588   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7589   algorithm: "plot_performance_box"
7590   output-file-type: ".html"
7591   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7593   filter: "'NIC_Intel-X710' and
7594            '64B' and
7595            ('BASE' or 'SCALE') and
7596            'NDRPDR' and
7597            'ETH' and
7598            '4T2C' and
7599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7600            not 'VHOST' and
7601            not 'MEMIF' and
7602            not 'DRV_AVF'"
7603   parameters:
7604   - "throughput"
7605   - "parent"
7606   - "tags"
7607   sort:
7608   - "L2PATCH"
7609   - "L2XCBASE"
7610   - "BASE"
7611   - "FIB_10K"
7612   - "FIB_100K"
7613   - "FIB_1M"
7614   traces:
7615     hoverinfo: "x+y"
7616     boxpoints: "outliers"
7617     whiskerwidth: 0
7618   layout:
7619     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7620     layout: "plot-throughput"
7621
7622 # Packet Throughput - VPP L2 3n-skx-x710 features
7623 - type: "plot"
7624   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7625   algorithm: "plot_performance_box"
7626   output-file-type: ".html"
7627   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7629   filter: "'NIC_Intel-X710' and
7630            '64B' and
7631            'NDRPDR' and
7632            '2T1C' and
7633            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7634            not 'ACL' and
7635            not 'VHOST' and
7636            not 'DRV_AVF' and
7637            not 'L2OVRLAY' and
7638            not 'MEMIF'"
7639   parameters:
7640   - "throughput"
7641   - "parent"
7642   - "tags"
7643   sort:
7644   - "L2XCBASE"    # l2xcbase
7645   - "L2BDBASE"    # l2bdbase
7646   - "L2XCFWD"     # dot1q-l2xcbase
7647   - "L2BDMACLRN"  # dot1q-l2bdbase
7648   traces:
7649     hoverinfo: "x+y"
7650     boxpoints: "outliers"
7651     whiskerwidth: 0
7652   layout:
7653     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7654     layout: "plot-throughput"
7655
7656 - type: "plot"
7657   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7658   algorithm: "plot_performance_box"
7659   output-file-type: ".html"
7660   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7662   filter: "'NIC_Intel-X710' and
7663            '64B' and
7664            'NDRPDR' and
7665            '2T1C' and
7666            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7667            not 'ACL' and
7668            not 'VHOST' and
7669            not 'DRV_AVF' and
7670            not 'L2OVRLAY' and
7671            not 'MEMIF'"
7672   parameters:
7673   - "throughput"
7674   - "parent"
7675   - "tags"
7676   sort:
7677   - "L2XCBASE"    # l2xcbase
7678   - "L2BDBASE"    # l2bdbase
7679   - "L2XCFWD"     # dot1q-l2xcbase
7680   - "L2BDMACLRN"  # dot1q-l2bdbase
7681   traces:
7682     hoverinfo: "x+y"
7683     boxpoints: "outliers"
7684     whiskerwidth: 0
7685   layout:
7686     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7687     layout: "plot-throughput"
7688
7689 - type: "plot"
7690   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7691   algorithm: "plot_performance_box"
7692   output-file-type: ".html"
7693   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7695   filter: "'NIC_Intel-X710' and
7696            '64B' and
7697            'NDRPDR' and
7698            '4T2C' and
7699            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7700            not 'ACL' and
7701            not 'VHOST' and
7702            not 'DRV_AVF' and
7703            not 'L2OVRLAY' and
7704            not 'MEMIF'"
7705   parameters:
7706   - "throughput"
7707   - "parent"
7708   - "tags"
7709   sort:
7710   - "L2XCBASE"    # l2xcbase
7711   - "L2BDBASE"    # l2bdbase
7712   - "L2XCFWD"     # dot1q-l2xcbase
7713   - "L2BDMACLRN"  # dot1q-l2bdbase
7714   traces:
7715     hoverinfo: "x+y"
7716     boxpoints: "outliers"
7717     whiskerwidth: 0
7718   layout:
7719     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7720     layout: "plot-throughput"
7721
7722 - type: "plot"
7723   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7724   algorithm: "plot_performance_box"
7725   output-file-type: ".html"
7726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7728   filter: "'NIC_Intel-X710' and
7729            '64B' and
7730            'NDRPDR' and
7731            '4T2C' and
7732            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7733            not 'ACL' and
7734            not 'VHOST' and
7735            not 'DRV_AVF' and
7736            not 'L2OVRLAY' and
7737            not 'MEMIF'"
7738   parameters:
7739   - "throughput"
7740   - "parent"
7741   - "tags"
7742   sort:
7743   - "L2XCBASE"    # l2xcbase
7744   - "L2BDBASE"    # l2bdbase
7745   - "L2XCFWD"     # dot1q-l2xcbase
7746   - "L2BDMACLRN"  # dot1q-l2bdbase
7747   traces:
7748     hoverinfo: "x+y"
7749     boxpoints: "outliers"
7750     whiskerwidth: 0
7751   layout:
7752     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7753     layout: "plot-throughput"
7754
7755 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7756 - type: "plot"
7757   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7758   algorithm: "plot_performance_box"
7759   output-file-type: ".html"
7760   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7762   filter: "'NIC_Intel-X710' and
7763            '64B' and
7764            'NDRPDR' and
7765            '2T1C' and
7766            'FEATURE' and
7767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7768            'IACL' and
7769            ('ACL1' or 'ACL50') and
7770            ('10K_FLOWS' or '10k_FLOWS') and
7771            not 'MACIP' and
7772            not 'VHOST' and
7773            not 'MEMIF'"
7774   parameters:
7775   - "throughput"
7776   - "parent"
7777   - "tags"
7778   traces:
7779     hoverinfo: "x+y"
7780     boxpoints: "outliers"
7781     whiskerwidth: 0
7782   layout:
7783     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7784     layout: "plot-throughput"
7785
7786 - type: "plot"
7787   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7788   algorithm: "plot_performance_box"
7789   output-file-type: ".html"
7790   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7792   filter: "'NIC_Intel-X710' and
7793            '64B' and
7794            'NDRPDR' and
7795            '2T1C' and
7796            'FEATURE' and
7797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7798            'IACL' and
7799            ('ACL1' or 'ACL50') and
7800            ('10K_FLOWS' or '10k_FLOWS') and
7801            not 'MACIP' and
7802            not 'VHOST' and
7803            not 'MEMIF'"
7804   parameters:
7805   - "throughput"
7806   - "parent"
7807   - "tags"
7808   traces:
7809     hoverinfo: "x+y"
7810     boxpoints: "outliers"
7811     whiskerwidth: 0
7812   layout:
7813     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7814     layout: "plot-throughput"
7815
7816 - type: "plot"
7817   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7818   algorithm: "plot_performance_box"
7819   output-file-type: ".html"
7820   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7822   filter: "'NIC_Intel-X710' and
7823            '64B' and
7824            'NDRPDR' and
7825            '4T2C' and
7826            'FEATURE' and
7827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7828            'IACL' and
7829            ('ACL1' or 'ACL50') and
7830            ('10K_FLOWS' or '10k_FLOWS') and
7831            not 'MACIP' and
7832            not 'VHOST' and
7833            not 'MEMIF'"
7834   parameters:
7835   - "throughput"
7836   - "parent"
7837   - "tags"
7838   traces:
7839     hoverinfo: "x+y"
7840     boxpoints: "outliers"
7841     whiskerwidth: 0
7842   layout:
7843     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7844     layout: "plot-throughput"
7845
7846 - type: "plot"
7847   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7848   algorithm: "plot_performance_box"
7849   output-file-type: ".html"
7850   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7852   filter: "'NIC_Intel-X710' and
7853            '64B' and
7854            'NDRPDR' and
7855            '4T2C' and
7856            'FEATURE' and
7857            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7858            'IACL' and
7859            ('ACL1' or 'ACL50') and
7860            ('10K_FLOWS' or '10k_FLOWS') and
7861            not 'MACIP' and
7862            not 'VHOST' and
7863            not 'MEMIF'"
7864   parameters:
7865   - "throughput"
7866   - "parent"
7867   - "tags"
7868   traces:
7869     hoverinfo: "x+y"
7870     boxpoints: "outliers"
7871     whiskerwidth: 0
7872   layout:
7873     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7874     layout: "plot-throughput"
7875
7876 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7877 - type: "plot"
7878   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7879   algorithm: "plot_performance_box"
7880   output-file-type: ".html"
7881   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7883   filter: "'NIC_Intel-XXV710' and
7884            '64B' and
7885            ('BASE' or 'SCALE') and
7886            'NDRPDR' and
7887            'ETH' and
7888            '2T1C' and
7889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7890            not 'VHOST' and
7891            not 'MEMIF'"
7892   parameters:
7893   - "throughput"
7894   - "parent"
7895   - "tags"
7896   sort:
7897   - "L2PATCH"
7898   - "L2PATCH"
7899   - "L2XCBASE"
7900   - "L2BDMACLRN"
7901   traces:
7902     hoverinfo: "x+y"
7903     boxpoints: "outliers"
7904     whiskerwidth: 0
7905   layout:
7906     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7907     layout: "plot-throughput"
7908
7909 - type: "plot"
7910   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7911   algorithm: "plot_performance_box"
7912   output-file-type: ".html"
7913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7915   filter: "'NIC_Intel-XXV710' and
7916            '64B' and
7917            ('BASE' or 'SCALE') and
7918            'NDRPDR' and
7919            'ETH' and
7920            '2T1C' and
7921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7922            not 'VHOST' and
7923            not 'MEMIF'"
7924   parameters:
7925   - "throughput"
7926   - "parent"
7927   - "tags"
7928   sort:
7929   - "L2PATCH"
7930   - "L2PATCH"
7931   - "L2XCBASE"
7932   - "L2BDMACLRN"
7933   traces:
7934     hoverinfo: "x+y"
7935     boxpoints: "outliers"
7936     whiskerwidth: 0
7937   layout:
7938     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7939     layout: "plot-throughput"
7940
7941 - type: "plot"
7942   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7943   algorithm: "plot_performance_box"
7944   output-file-type: ".html"
7945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7947   filter: "'NIC_Intel-XXV710' and
7948            '64B' and
7949            ('BASE' or 'SCALE') and
7950            'NDRPDR' and
7951            'ETH' and
7952            '4T2C' and
7953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7954            not 'VHOST' and
7955            not 'MEMIF'"
7956   parameters:
7957   - "throughput"
7958   - "parent"
7959   - "tags"
7960   sort:
7961   - "L2PATCH"
7962   - "L2PATCH"
7963   - "L2XCBASE"
7964   - "L2BDMACLRN"
7965   traces:
7966     hoverinfo: "x+y"
7967     boxpoints: "outliers"
7968     whiskerwidth: 0
7969   layout:
7970     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7971     layout: "plot-throughput"
7972
7973 - type: "plot"
7974   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7975   algorithm: "plot_performance_box"
7976   output-file-type: ".html"
7977   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
7978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7979   filter: "'NIC_Intel-XXV710' and
7980            '64B' and
7981            ('BASE' or 'SCALE') and
7982            'NDRPDR' and
7983            'ETH' and
7984            '4T2C' and
7985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7986            not 'VHOST' and
7987            not 'MEMIF'"
7988   parameters:
7989   - "throughput"
7990   - "parent"
7991   - "tags"
7992   sort:
7993   - "L2PATCH"
7994   - "L2PATCH"
7995   - "L2XCBASE"
7996   - "L2BDMACLRN"
7997   traces:
7998     hoverinfo: "x+y"
7999     boxpoints: "outliers"
8000     whiskerwidth: 0
8001   layout:
8002     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8003     layout: "plot-throughput"
8004
8005 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8006 - type: "plot"
8007   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8008   algorithm: "plot_performance_box"
8009   output-file-type: ".html"
8010   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8012   filter: "'NIC_Intel-X710' and
8013            '64B' and
8014            ('BASE' or 'SCALE') and
8015            'NDRPDR' and
8016            'ETH' and
8017            '2T1C' and
8018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8019            not 'VHOST' and
8020            not 'MEMIF'"
8021   parameters:
8022   - "throughput"
8023   - "parent"
8024   - "tags"
8025   sort:
8026   - "L2PATCH"
8027   - "L2XCBASE"
8028   - "BASE"
8029   - "FIB_10K"
8030   - "FIB_100K"
8031   - "FIB_1M"
8032   traces:
8033     hoverinfo: "x+y"
8034     boxpoints: "outliers"
8035     whiskerwidth: 0
8036   layout:
8037     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8038     layout: "plot-throughput"
8039
8040 - type: "plot"
8041   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8042   algorithm: "plot_performance_box"
8043   output-file-type: ".html"
8044   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8046   filter: "'NIC_Intel-X710' and
8047            '64B' and
8048            ('BASE' or 'SCALE') and
8049            'NDRPDR' and
8050            'ETH' and
8051            '2T1C' and
8052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8053            not 'VHOST' and
8054            not 'MEMIF'"
8055   parameters:
8056   - "throughput"
8057   - "parent"
8058   - "tags"
8059   sort:
8060   - "L2PATCH"
8061   - "L2XCBASE"
8062   - "BASE"
8063   - "FIB_10K"
8064   - "FIB_100K"
8065   - "FIB_1M"
8066   traces:
8067     hoverinfo: "x+y"
8068     boxpoints: "outliers"
8069     whiskerwidth: 0
8070   layout:
8071     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8072     layout: "plot-throughput"
8073
8074 - type: "plot"
8075   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8076   algorithm: "plot_performance_box"
8077   output-file-type: ".html"
8078   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8080   filter: "'NIC_Intel-X710' and
8081            '64B' and
8082            ('BASE' or 'SCALE') and
8083            'NDRPDR' and
8084            'ETH' and
8085            '4T2C' and
8086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8087            not 'VHOST' and
8088            not 'MEMIF'"
8089   parameters:
8090   - "throughput"
8091   - "parent"
8092   - "tags"
8093   sort:
8094   - "L2PATCH"
8095   - "L2XCBASE"
8096   - "BASE"
8097   - "FIB_10K"
8098   - "FIB_100K"
8099   - "FIB_1M"
8100   traces:
8101     hoverinfo: "x+y"
8102     boxpoints: "outliers"
8103     whiskerwidth: 0
8104   layout:
8105     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8106     layout: "plot-throughput"
8107
8108 - type: "plot"
8109   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8110   algorithm: "plot_performance_box"
8111   output-file-type: ".html"
8112   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8114   filter: "'NIC_Intel-X710' and
8115            '64B' and
8116            ('BASE' or 'SCALE') and
8117            'NDRPDR' and
8118            'ETH' and
8119            '4T2C' and
8120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8121            not 'VHOST' and
8122            not 'MEMIF'"
8123   parameters:
8124   - "throughput"
8125   - "parent"
8126   - "tags"
8127   sort:
8128   - "L2PATCH"
8129   - "L2XCBASE"
8130   - "BASE"
8131   - "FIB_10K"
8132   - "FIB_100K"
8133   - "FIB_1M"
8134   traces:
8135     hoverinfo: "x+y"
8136     boxpoints: "outliers"
8137     whiskerwidth: 0
8138   layout:
8139     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8140     layout: "plot-throughput"
8141
8142 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8143 - type: "plot"
8144   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8145   algorithm: "plot_performance_box"
8146   output-file-type: ".html"
8147   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8149   filter: "'NIC_Intel-XXV710' and
8150            '64B' and
8151            ('BASE' or 'SCALE') and
8152            'NDRPDR' and
8153            'ETH' and
8154            '2T1C' and
8155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8156            not 'VHOST' and
8157            not 'MEMIF'"
8158   parameters:
8159   - "throughput"
8160   - "parent"
8161   - "tags"
8162   sort:
8163   - "L2PATCH"
8164   - "L2XCBASE"
8165   - "BASE"
8166   - "FIB_10K"
8167   - "FIB_100K"
8168   - "FIB_1M"
8169   traces:
8170     hoverinfo: "x+y"
8171     boxpoints: "outliers"
8172     whiskerwidth: 0
8173   layout:
8174     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8175     layout: "plot-throughput"
8176
8177 - type: "plot"
8178   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8179   algorithm: "plot_performance_box"
8180   output-file-type: ".html"
8181   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8183   filter: "'NIC_Intel-XXV710' and
8184            '64B' and
8185            ('BASE' or 'SCALE') and
8186            'NDRPDR' and
8187            'ETH' and
8188            '2T1C' and
8189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8190            not 'VHOST' and
8191            not 'MEMIF'"
8192   parameters:
8193   - "throughput"
8194   - "parent"
8195   - "tags"
8196   sort:
8197   - "L2PATCH"
8198   - "L2XCBASE"
8199   - "BASE"
8200   - "FIB_10K"
8201   - "FIB_100K"
8202   - "FIB_1M"
8203   traces:
8204     hoverinfo: "x+y"
8205     boxpoints: "outliers"
8206     whiskerwidth: 0
8207   layout:
8208     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8209     layout: "plot-throughput"
8210
8211 - type: "plot"
8212   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8213   algorithm: "plot_performance_box"
8214   output-file-type: ".html"
8215   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8217   filter: "'NIC_Intel-XXV710' and
8218            '64B' and
8219            ('BASE' or 'SCALE') and
8220            'NDRPDR' and
8221            'ETH' and
8222            '4T2C' and
8223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8224            not 'VHOST' and
8225            not 'MEMIF'"
8226   parameters:
8227   - "throughput"
8228   - "parent"
8229   - "tags"
8230   sort:
8231   - "L2PATCH"
8232   - "L2XCBASE"
8233   - "BASE"
8234   - "FIB_10K"
8235   - "FIB_100K"
8236   - "FIB_1M"
8237   traces:
8238     hoverinfo: "x+y"
8239     boxpoints: "outliers"
8240     whiskerwidth: 0
8241   layout:
8242     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8243     layout: "plot-throughput"
8244
8245 - type: "plot"
8246   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8247   algorithm: "plot_performance_box"
8248   output-file-type: ".html"
8249   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8251   filter: "'NIC_Intel-XXV710' and
8252            '64B' and
8253            ('BASE' or 'SCALE') and
8254            'NDRPDR' and
8255            'ETH' and
8256            '4T2C' and
8257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8258            not 'VHOST' and
8259            not 'MEMIF'"
8260   parameters:
8261   - "throughput"
8262   - "parent"
8263   - "tags"
8264   sort:
8265   - "L2PATCH"
8266   - "L2XCBASE"
8267   - "BASE"
8268   - "FIB_10K"
8269   - "FIB_100K"
8270   - "FIB_1M"
8271   traces:
8272     hoverinfo: "x+y"
8273     boxpoints: "outliers"
8274     whiskerwidth: 0
8275   layout:
8276     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8277     layout: "plot-throughput"
8278
8279 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8280 #- type: "plot"
8281 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8282 #  algorithm: "plot_performance_box"
8283 #  output-file-type: ".html"
8284 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8285 #  data: "intel-dnv-vpp"
8286 #  filter: "'NIC_Intel-X553' and
8287 #           '64B' and
8288 #           'BASE' and
8289 #           'NDRPDR' and
8290 #           'ETH' and
8291 #           '1T1C' and
8292 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8293 #           not 'VHOST' and
8294 #           not 'MEMIF'"
8295 #  parameters:
8296 #  - "throughput"
8297 #  - "parent"
8298 #  - "tags"
8299 #  sort:
8300 #  - "L2XCBASE"
8301 #  - "L2BDMACLRN"
8302 #  - "L2PATCH"
8303 #  traces:
8304 #    hoverinfo: "x+y"
8305 #    boxpoints: "outliers"
8306 #    whiskerwidth: 0
8307 #  layout:
8308 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8309 #    layout: "plot-throughput"
8310 #
8311 #- type: "plot"
8312 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8313 #  algorithm: "plot_performance_box"
8314 #  output-file-type: ".html"
8315 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8316 #  data: "intel-dnv-vpp"
8317 #  filter: "'NIC_Intel-X553' and
8318 #           '64B' and
8319 #           ('BASE' or 'SCALE') and
8320 #           'NDRPDR' and
8321 #           'ETH' and
8322 #           '1T1C' and
8323 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8324 #           not 'VHOST' and
8325 #           not 'MEMIF'"
8326 #  parameters:
8327 #  - "throughput"
8328 #  - "parent"
8329 #  - "tags"
8330 #  sort:
8331 #  - "L2XCBASE"
8332 #  - "L2BDMACLRN"
8333 #  - "L2PATCH"
8334 #  traces:
8335 #    hoverinfo: "x+y"
8336 #    boxpoints: "outliers"
8337 #    whiskerwidth: 0
8338 #  layout:
8339 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8340 #    layout: "plot-throughput"
8341 #
8342 #- type: "plot"
8343 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8344 #  algorithm: "plot_performance_box"
8345 #  output-file-type: ".html"
8346 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8347 #  data: "intel-dnv-vpp"
8348 #  filter: "'NIC_Intel-X553' and
8349 #           '64B' and
8350 #           ('BASE' or 'SCALE') and
8351 #           'NDRPDR' and
8352 #           'ETH' and
8353 #           '2T2C' and
8354 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8355 #           not 'VHOST' and
8356 #           not 'MEMIF'"
8357 #  parameters:
8358 #  - "throughput"
8359 #  - "parent"
8360 #  - "tags"
8361 #  sort:
8362 #  - "L2XCBASE"
8363 #  - "L2BDMACLRN"
8364 #  - "L2PATCH"
8365 #  traces:
8366 #    hoverinfo: "x+y"
8367 #    boxpoints: "outliers"
8368 #    whiskerwidth: 0
8369 #  layout:
8370 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8371 #    layout: "plot-throughput"
8372 #
8373 #- type: "plot"
8374 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8375 #  algorithm: "plot_performance_box"
8376 #  output-file-type: ".html"
8377 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8378 #  data: "intel-dnv-vpp"
8379 #  filter: "'NIC_Intel-X553' and
8380 #           '64B' and
8381 #           ('BASE' or 'SCALE') and
8382 #           'NDRPDR' and
8383 #           'ETH' and
8384 #           '2T2C' and
8385 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8386 #           not 'VHOST' and
8387 #           not 'MEMIF'"
8388 #  parameters:
8389 #  - "throughput"
8390 #  - "parent"
8391 #  - "tags"
8392 #  sort:
8393 #  - "L2XCBASE"
8394 #  - "L2BDMACLRN"
8395 #  - "L2PATCH"
8396 #  traces:
8397 #    hoverinfo: "x+y"
8398 #    boxpoints: "outliers"
8399 #    whiskerwidth: 0
8400 #  layout:
8401 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8402 #    layout: "plot-throughput"
8403
8404 ################################################################################
8405
8406 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8407 - type: "plot"
8408   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8409   algorithm: "plot_performance_box"
8410   output-file-type: ".html"
8411   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8413   filter: "'NIC_Intel-X520-DA2' and
8414            '64B' and
8415            ('BASE' or 'SCALE') and
8416            'NDRPDR' and
8417            '1T1C' and
8418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8419            not 'VHOST' and
8420            'MEMIF'"
8421   parameters:
8422   - "throughput"
8423   - "parent"
8424   - "tags"
8425   sort:
8426   - "L2XCFWD"
8427   - "L2XCFWD"
8428   - "L2XCFWD"
8429   - "L2BDMACLRN"
8430   - "L2BDMACLRN"
8431   - "L2BDMACLRN"
8432   - "IP4FWD"
8433   traces:
8434     hoverinfo: "x+y"
8435     boxpoints: "outliers"
8436     whiskerwidth: 0
8437   layout:
8438     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8439     layout: "plot-throughput"
8440
8441 - type: "plot"
8442   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8443   algorithm: "plot_performance_box"
8444   output-file-type: ".html"
8445   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8447   filter: "'NIC_Intel-X520-DA2' and
8448            '64B' and
8449            ('BASE' or 'SCALE') and
8450            'NDRPDR' and
8451            '1T1C' and
8452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8453            not 'VHOST' and
8454            'MEMIF'"
8455   parameters:
8456   - "throughput"
8457   - "parent"
8458   - "tags"
8459   sort:
8460   - "L2XCFWD"
8461   - "L2XCFWD"
8462   - "L2XCFWD"
8463   - "L2BDMACLRN"
8464   - "L2BDMACLRN"
8465   - "L2BDMACLRN"
8466   - "IP4FWD"
8467   traces:
8468     hoverinfo: "x+y"
8469     boxpoints: "outliers"
8470     whiskerwidth: 0
8471   layout:
8472     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8473     layout: "plot-throughput"
8474
8475 - type: "plot"
8476   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8477   algorithm: "plot_performance_box"
8478   output-file-type: ".html"
8479   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8481   filter: "'NIC_Intel-X520-DA2' and
8482            '64B' and
8483            ('BASE' or 'SCALE') and
8484            'NDRPDR' and
8485            '2T2C' and
8486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8487            not 'VHOST' and
8488            'MEMIF'"
8489   parameters:
8490   - "throughput"
8491   - "parent"
8492   - "tags"
8493   sort:
8494   - "L2XCFWD"
8495   - "L2XCFWD"
8496   - "L2XCFWD"
8497   - "L2BDMACLRN"
8498   - "L2BDMACLRN"
8499   - "L2BDMACLRN"
8500   - "IP4FWD"
8501   traces:
8502     hoverinfo: "x+y"
8503     boxpoints: "outliers"
8504     whiskerwidth: 0
8505   layout:
8506     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8507     layout: "plot-throughput"
8508
8509 - type: "plot"
8510   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8511   algorithm: "plot_performance_box"
8512   output-file-type: ".html"
8513   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8515   filter: "'NIC_Intel-X520-DA2' and
8516            '64B' and
8517            ('BASE' or 'SCALE') and
8518            'NDRPDR' and
8519            '2T2C' and
8520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8521            not 'VHOST' and
8522            'MEMIF'"
8523   parameters:
8524   - "throughput"
8525   - "parent"
8526   - "tags"
8527   sort:
8528   - "L2XCFWD"
8529   - "L2XCFWD"
8530   - "L2XCFWD"
8531   - "L2BDMACLRN"
8532   - "L2BDMACLRN"
8533   - "L2BDMACLRN"
8534   - "IP4FWD"
8535   traces:
8536     hoverinfo: "x+y"
8537     boxpoints: "outliers"
8538     whiskerwidth: 0
8539   layout:
8540     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8541     layout: "plot-throughput"
8542
8543 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8544 - type: "plot"
8545   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8546   algorithm: "plot_performance_box"
8547   output-file-type: ".html"
8548   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8550   filter: "'NIC_Intel-X710' and
8551            '64B' and
8552            ('BASE' or 'SCALE') and
8553            'NDRPDR' and
8554            '1T1C' and
8555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8556            not 'VHOST' and
8557            'MEMIF'"
8558   parameters:
8559   - "throughput"
8560   - "parent"
8561   - "tags"
8562   sort:
8563   - "L2XCFWD"
8564   - "L2XCFWD"
8565   - "L2XCFWD"
8566   - "L2BDMACLRN"
8567   - "L2BDMACLRN"
8568   - "L2BDMACLRN"
8569   - "IP4FWD"
8570   traces:
8571     hoverinfo: "x+y"
8572     boxpoints: "outliers"
8573     whiskerwidth: 0
8574   layout:
8575     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8576     layout: "plot-throughput"
8577
8578 - type: "plot"
8579   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8580   algorithm: "plot_performance_box"
8581   output-file-type: ".html"
8582   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8584   filter: "'NIC_Intel-X710' and
8585            '64B' and
8586            ('BASE' or 'SCALE') and
8587            'NDRPDR' and
8588            '1T1C' and
8589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8590            not 'VHOST' and
8591            'MEMIF'"
8592   parameters:
8593   - "throughput"
8594   - "parent"
8595   - "tags"
8596   sort:
8597   - "L2XCFWD"
8598   - "L2XCFWD"
8599   - "L2XCFWD"
8600   - "L2BDMACLRN"
8601   - "L2BDMACLRN"
8602   - "L2BDMACLRN"
8603   - "IP4FWD"
8604   traces:
8605     hoverinfo: "x+y"
8606     boxpoints: "outliers"
8607     whiskerwidth: 0
8608   layout:
8609     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8610     layout: "plot-throughput"
8611
8612 - type: "plot"
8613   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8614   algorithm: "plot_performance_box"
8615   output-file-type: ".html"
8616   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8618   filter: "'NIC_Intel-X710' and
8619            '64B' and
8620            ('BASE' or 'SCALE') and
8621            'NDRPDR' and
8622            '2T2C' and
8623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8624            not 'VHOST' and
8625            'MEMIF'"
8626   parameters:
8627   - "throughput"
8628   - "parent"
8629   - "tags"
8630   sort:
8631   - "L2XCFWD"
8632   - "L2XCFWD"
8633   - "L2XCFWD"
8634   - "L2BDMACLRN"
8635   - "L2BDMACLRN"
8636   - "L2BDMACLRN"
8637   - "IP4FWD"
8638   traces:
8639     hoverinfo: "x+y"
8640     boxpoints: "outliers"
8641     whiskerwidth: 0
8642   layout:
8643     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8644     layout: "plot-throughput"
8645
8646 - type: "plot"
8647   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8648   algorithm: "plot_performance_box"
8649   output-file-type: ".html"
8650   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8652   filter: "'NIC_Intel-X710' and
8653            '64B' and
8654            ('BASE' or 'SCALE') and
8655            'NDRPDR' and
8656            '2T2C' and
8657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8658            not 'VHOST' and
8659            'MEMIF'"
8660   parameters:
8661   - "throughput"
8662   - "parent"
8663   - "tags"
8664   sort:
8665   - "L2XCFWD"
8666   - "L2XCFWD"
8667   - "L2XCFWD"
8668   - "L2BDMACLRN"
8669   - "L2BDMACLRN"
8670   - "L2BDMACLRN"
8671   - "IP4FWD"
8672   traces:
8673     hoverinfo: "x+y"
8674     boxpoints: "outliers"
8675     whiskerwidth: 0
8676   layout:
8677     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8678     layout: "plot-throughput"
8679
8680 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8681 - type: "plot"
8682   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8683   algorithm: "plot_performance_box"
8684   output-file-type: ".html"
8685   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8686   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8687   filter: "'NIC_Intel-XL710' and
8688            '64B' and
8689            ('BASE' or 'SCALE') and
8690            'NDRPDR' and
8691            '1T1C' and
8692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8693            not 'VHOST' and
8694            'MEMIF'"
8695   parameters:
8696   - "throughput"
8697   - "parent"
8698   - "tags"
8699   sort:
8700   - "L2XCFWD"
8701   - "L2XCFWD"
8702   - "L2XCFWD"
8703   - "L2BDMACLRN"
8704   - "L2BDMACLRN"
8705   - "L2BDMACLRN"
8706   - "IP4FWD"
8707   traces:
8708     hoverinfo: "x+y"
8709     boxpoints: "outliers"
8710     whiskerwidth: 0
8711   layout:
8712     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8713     layout: "plot-throughput"
8714
8715 - type: "plot"
8716   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8717   algorithm: "plot_performance_box"
8718   output-file-type: ".html"
8719   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8721   filter: "'NIC_Intel-XL710' and
8722            '64B' and
8723            ('BASE' or 'SCALE') and
8724            'NDRPDR' and
8725            '1T1C' and
8726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8727            not 'VHOST' and
8728            'MEMIF'"
8729   parameters:
8730   - "throughput"
8731   - "parent"
8732   - "tags"
8733   sort:
8734   - "L2XCFWD"
8735   - "L2XCFWD"
8736   - "L2XCFWD"
8737   - "L2BDMACLRN"
8738   - "L2BDMACLRN"
8739   - "L2BDMACLRN"
8740   - "IP4FWD"
8741   traces:
8742     hoverinfo: "x+y"
8743     boxpoints: "outliers"
8744     whiskerwidth: 0
8745   layout:
8746     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8747     layout: "plot-throughput"
8748
8749 - type: "plot"
8750   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8751   algorithm: "plot_performance_box"
8752   output-file-type: ".html"
8753   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8755   filter: "'NIC_Intel-XL710' and
8756            '64B' and
8757            ('BASE' or 'SCALE') and
8758            'NDRPDR' and
8759            '2T2C' and
8760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8761            not 'VHOST' and
8762            'MEMIF'"
8763   parameters:
8764   - "throughput"
8765   - "parent"
8766   - "tags"
8767   sort:
8768   - "L2XCFWD"
8769   - "L2XCFWD"
8770   - "L2XCFWD"
8771   - "L2BDMACLRN"
8772   - "L2BDMACLRN"
8773   - "L2BDMACLRN"
8774   - "IP4FWD"
8775   traces:
8776     hoverinfo: "x+y"
8777     boxpoints: "outliers"
8778     whiskerwidth: 0
8779   layout:
8780     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8781     layout: "plot-throughput"
8782
8783 - type: "plot"
8784   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8785   algorithm: "plot_performance_box"
8786   output-file-type: ".html"
8787   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8789   filter: "'NIC_Intel-XL710' and
8790            '64B' and
8791            ('BASE' or 'SCALE') and
8792            'NDRPDR' and
8793            '2T2C' and
8794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8795            not 'VHOST' and
8796            'MEMIF'"
8797   parameters:
8798   - "throughput"
8799   - "parent"
8800   - "tags"
8801   sort:
8802   - "L2XCFWD"
8803   - "L2XCFWD"
8804   - "L2XCFWD"
8805   - "L2BDMACLRN"
8806   - "L2BDMACLRN"
8807   - "L2BDMACLRN"
8808   - "IP4FWD"
8809   traces:
8810     hoverinfo: "x+y"
8811     boxpoints: "outliers"
8812     whiskerwidth: 0
8813   layout:
8814     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8815     layout: "plot-throughput"
8816
8817 # Packet Throughput - VPP Container Memif 3n-skx-x710
8818 - type: "plot"
8819   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8820   algorithm: "plot_performance_box"
8821   output-file-type: ".html"
8822   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8824   filter: "'NIC_Intel-X710' and
8825            '64B' and
8826            ('BASE' or 'SCALE') and
8827            'NDRPDR' and
8828            '2T1C' and
8829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8830            not 'VHOST' and
8831            'MEMIF'"
8832   parameters:
8833   - "throughput"
8834   - "parent"
8835   - "tags"
8836   sort:
8837   - "L2XCFWD"
8838   - "L2XCFWD"
8839   - "L2XCFWD"
8840   - "L2BDMACLRN"
8841   - "L2BDMACLRN"
8842   - "L2BDMACLRN"
8843   - "IP4FWD"
8844   traces:
8845     hoverinfo: "x+y"
8846     boxpoints: "outliers"
8847     whiskerwidth: 0
8848   layout:
8849     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8850     layout: "plot-throughput"
8851
8852 - type: "plot"
8853   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8854   algorithm: "plot_performance_box"
8855   output-file-type: ".html"
8856   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8858   filter: "'NIC_Intel-X710' and
8859            '64B' and
8860            ('BASE' or 'SCALE') and
8861            'NDRPDR' and
8862            '2T1C' and
8863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8864            not 'VHOST' and
8865            'MEMIF'"
8866   parameters:
8867   - "throughput"
8868   - "parent"
8869   - "tags"
8870   sort:
8871   - "L2XCFWD"
8872   - "L2XCFWD"
8873   - "L2XCFWD"
8874   - "L2BDMACLRN"
8875   - "L2BDMACLRN"
8876   - "L2BDMACLRN"
8877   - "IP4FWD"
8878   traces:
8879     hoverinfo: "x+y"
8880     boxpoints: "outliers"
8881     whiskerwidth: 0
8882   layout:
8883     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8884     layout: "plot-throughput"
8885
8886 - type: "plot"
8887   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8888   algorithm: "plot_performance_box"
8889   output-file-type: ".html"
8890   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8892   filter: "'NIC_Intel-X710' and
8893            '64B' and
8894            ('BASE' or 'SCALE') and
8895            'NDRPDR' and
8896            '4T2C' and
8897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8898            not 'VHOST' and
8899            'MEMIF'"
8900   parameters:
8901   - "throughput"
8902   - "parent"
8903   - "tags"
8904   sort:
8905   - "L2XCFWD"
8906   - "L2XCFWD"
8907   - "L2XCFWD"
8908   - "L2BDMACLRN"
8909   - "L2BDMACLRN"
8910   - "L2BDMACLRN"
8911   - "IP4FWD"
8912   traces:
8913     hoverinfo: "x+y"
8914     boxpoints: "outliers"
8915     whiskerwidth: 0
8916   layout:
8917     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8918     layout: "plot-throughput"
8919
8920 - type: "plot"
8921   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8922   algorithm: "plot_performance_box"
8923   output-file-type: ".html"
8924   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8926   filter: "'NIC_Intel-X710' and
8927            '64B' and
8928            ('BASE' or 'SCALE') and
8929            'NDRPDR' and
8930            '4T2C' and
8931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8932            not 'VHOST' and
8933            'MEMIF'"
8934   parameters:
8935   - "throughput"
8936   - "parent"
8937   - "tags"
8938   sort:
8939   - "L2XCFWD"
8940   - "L2XCFWD"
8941   - "L2XCFWD"
8942   - "L2BDMACLRN"
8943   - "L2BDMACLRN"
8944   - "L2BDMACLRN"
8945   - "IP4FWD"
8946   traces:
8947     hoverinfo: "x+y"
8948     boxpoints: "outliers"
8949     whiskerwidth: 0
8950   layout:
8951     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8952     layout: "plot-throughput"
8953
8954 # Packet Throughput - VPP Container Memif 2n-skx-x710
8955 - type: "plot"
8956   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8957   algorithm: "plot_performance_box"
8958   output-file-type: ".html"
8959   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8961   filter: "'NIC_Intel-X710' and
8962            '64B' and
8963            ('BASE' or 'SCALE') and
8964            'NDRPDR' and
8965            '2T1C' and
8966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8967            not 'VHOST' and
8968            not 'NF_DENSITY' and
8969            'MEMIF'"
8970   parameters:
8971   - "throughput"
8972   - "parent"
8973   - "tags"
8974   sort:
8975   - "L2XCFWD"
8976   - "L2XCFWD"
8977   - "L2XCFWD"
8978   - "L2BDMACLRN"
8979   - "L2BDMACLRN"
8980   - "L2BDMACLRN"
8981   - "IP4FWD"
8982   traces:
8983     hoverinfo: "x+y"
8984     boxpoints: "outliers"
8985     whiskerwidth: 0
8986   layout:
8987     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
8988     layout: "plot-throughput"
8989
8990 - type: "plot"
8991   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8992   algorithm: "plot_performance_box"
8993   output-file-type: ".html"
8994   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
8995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8996   filter: "'NIC_Intel-X710' and
8997            '64B' and
8998            ('BASE' or 'SCALE') and
8999            'NDRPDR' and
9000            '2T1C' and
9001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9002            not 'VHOST' and
9003            not 'NF_DENSITY' and
9004            'MEMIF'"
9005   parameters:
9006   - "throughput"
9007   - "parent"
9008   - "tags"
9009   sort:
9010   - "L2XCFWD"
9011   - "L2XCFWD"
9012   - "L2XCFWD"
9013   - "L2BDMACLRN"
9014   - "L2BDMACLRN"
9015   - "L2BDMACLRN"
9016   - "IP4FWD"
9017   traces:
9018     hoverinfo: "x+y"
9019     boxpoints: "outliers"
9020     whiskerwidth: 0
9021   layout:
9022     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9023     layout: "plot-throughput"
9024
9025 - type: "plot"
9026   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9027   algorithm: "plot_performance_box"
9028   output-file-type: ".html"
9029   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9031   filter: "'NIC_Intel-X710' and
9032            '64B' and
9033            ('BASE' or 'SCALE') and
9034            'NDRPDR' and
9035            '4T2C' and
9036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9037            not 'VHOST' and
9038            not 'NF_DENSITY' and
9039            'MEMIF'"
9040   parameters:
9041   - "throughput"
9042   - "parent"
9043   - "tags"
9044   sort:
9045   - "L2XCFWD"
9046   - "L2XCFWD"
9047   - "L2XCFWD"
9048   - "L2BDMACLRN"
9049   - "L2BDMACLRN"
9050   - "L2BDMACLRN"
9051   - "IP4FWD"
9052   traces:
9053     hoverinfo: "x+y"
9054     boxpoints: "outliers"
9055     whiskerwidth: 0
9056   layout:
9057     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9058     layout: "plot-throughput"
9059
9060 - type: "plot"
9061   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9062   algorithm: "plot_performance_box"
9063   output-file-type: ".html"
9064   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9066   filter: "'NIC_Intel-X710' and
9067            '64B' and
9068            ('BASE' or 'SCALE') and
9069            'NDRPDR' and
9070            '4T2C' and
9071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9072            not 'VHOST' and
9073            not 'NF_DENSITY' and
9074            'MEMIF'"
9075   parameters:
9076   - "throughput"
9077   - "parent"
9078   - "tags"
9079   sort:
9080   - "L2XCFWD"
9081   - "L2XCFWD"
9082   - "L2XCFWD"
9083   - "L2BDMACLRN"
9084   - "L2BDMACLRN"
9085   - "L2BDMACLRN"
9086   - "IP4FWD"
9087   traces:
9088     hoverinfo: "x+y"
9089     boxpoints: "outliers"
9090     whiskerwidth: 0
9091   layout:
9092     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9093     layout: "plot-throughput"
9094
9095 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9096 #- type: "plot"
9097 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9098 #  algorithm: "plot_performance_box"
9099 #  output-file-type: ".html"
9100 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9101 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9102 #  filter: "'NIC_Intel-XXV710' and
9103 #           '64B' and
9104 #           ('BASE' or 'SCALE') and
9105 #           'NDRPDR' and
9106 #           '2T1C' and
9107 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9108 #           not 'VHOST' and
9109 #           'MEMIF'"
9110 #  parameters:
9111 #  - "throughput"
9112 #  - "parent"
9113 #  - "tags"
9114 #  sort:
9115 #  - "L2XCFWD"
9116 #  - "L2XCFWD"
9117 #  - "L2XCFWD"
9118 #  - "L2BDMACLRN"
9119 #  - "L2BDMACLRN"
9120 #  - "L2BDMACLRN"
9121 #  - "IP4FWD"
9122 #  traces:
9123 #    hoverinfo: "x+y"
9124 #    boxpoints: "outliers"
9125 #    whiskerwidth: 0
9126 #  layout:
9127 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9128 #    layout: "plot-throughput"
9129 #
9130 #- type: "plot"
9131 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9132 #  algorithm: "plot_performance_box"
9133 #  output-file-type: ".html"
9134 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9135 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9136 #  filter: "'NIC_Intel-XXV710' and
9137 #           '64B' and
9138 #           ('BASE' or 'SCALE') and
9139 #           'NDRPDR' and
9140 #           '2T1C' and
9141 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9142 #           not 'VHOST' and
9143 #           'MEMIF'"
9144 #  parameters:
9145 #  - "throughput"
9146 #  - "parent"
9147 #  - "tags"
9148 #  sort:
9149 #  - "L2XCFWD"
9150 #  - "L2XCFWD"
9151 #  - "L2XCFWD"
9152 #  - "L2BDMACLRN"
9153 #  - "L2BDMACLRN"
9154 #  - "L2BDMACLRN"
9155 #  - "IP4FWD"
9156 #  traces:
9157 #    hoverinfo: "x+y"
9158 #    boxpoints: "outliers"
9159 #    whiskerwidth: 0
9160 #  layout:
9161 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9162 #    layout: "plot-throughput"
9163 #
9164 #- type: "plot"
9165 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9166 #  algorithm: "plot_performance_box"
9167 #  output-file-type: ".html"
9168 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9169 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9170 #  filter: "'NIC_Intel-XXV710' and
9171 #           '64B' and
9172 #           ('BASE' or 'SCALE') and
9173 #           'NDRPDR' and
9174 #           '4T2C' and
9175 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9176 #           not 'VHOST' and
9177 #           'MEMIF'"
9178 #  parameters:
9179 #  - "throughput"
9180 #  - "parent"
9181 #  - "tags"
9182 #  sort:
9183 #  - "L2XCFWD"
9184 #  - "L2XCFWD"
9185 #  - "L2XCFWD"
9186 #  - "L2BDMACLRN"
9187 #  - "L2BDMACLRN"
9188 #  - "L2BDMACLRN"
9189 #  - "IP4FWD"
9190 #  traces:
9191 #    hoverinfo: "x+y"
9192 #    boxpoints: "outliers"
9193 #    whiskerwidth: 0
9194 #  layout:
9195 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9196 #    layout: "plot-throughput"
9197 #
9198 #- type: "plot"
9199 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9200 #  algorithm: "plot_performance_box"
9201 #  output-file-type: ".html"
9202 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9203 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9204 #  filter: "'NIC_Intel-XXV710' and
9205 #           '64B' and
9206 #           ('BASE' or 'SCALE') and
9207 #           'NDRPDR' and
9208 #           '4T2C' and
9209 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9210 #           not 'VHOST' and
9211 #           'MEMIF'"
9212 #  parameters:
9213 #  - "throughput"
9214 #  - "parent"
9215 #  - "tags"
9216 #  sort:
9217 #  - "L2XCFWD"
9218 #  - "L2XCFWD"
9219 #  - "L2XCFWD"
9220 #  - "L2BDMACLRN"
9221 #  - "L2BDMACLRN"
9222 #  - "L2BDMACLRN"
9223 #  - "IP4FWD"
9224 #  traces:
9225 #    hoverinfo: "x+y"
9226 #    boxpoints: "outliers"
9227 #    whiskerwidth: 0
9228 #  layout:
9229 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9230 #    layout: "plot-throughput"
9231
9232 ################################################################################
9233
9234 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9235 #- type: "plot"
9236 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9237 #  algorithm: "plot_performance_box"
9238 #  output-file-type: ".html"
9239 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9240 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9241 #  filter: "'NIC_Intel-X520-DA2' and
9242 #           '64B' and
9243 #           ('BASE' or 'SCALE') and
9244 #           'NDRPDR' and
9245 #           '1T1C' and
9246 #           'L2XCFWD' and
9247 #           not 'VHOST' and
9248 #           not 'NF_DENSITY' and
9249 #           'MEMIF'"
9250 #  parameters:
9251 #  - "throughput"
9252 #  - "parent"
9253 #  - "tags"
9254 #  sort:
9255 #  - "1VNF"
9256 #  - "2VNF"
9257 #  - "4VNF"
9258 #  - "2VNF"
9259 #  - "4VNF"
9260 #  traces:
9261 #    hoverinfo: "x+y"
9262 #    boxpoints: "outliers"
9263 #    whiskerwidth: 0
9264 #  layout:
9265 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9266 #    layout: "plot-throughput"
9267 #
9268 #- type: "plot"
9269 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9270 #  algorithm: "plot_performance_box"
9271 #  output-file-type: ".html"
9272 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9273 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9274 #  filter: "'NIC_Intel-X520-DA2' and
9275 #           '64B' and
9276 #           ('BASE' or 'SCALE') and
9277 #           'NDRPDR' and
9278 #           '1T1C' and
9279 #           'L2XCFWD' and
9280 #           not 'VHOST' and
9281 #           not 'NF_DENSITY' and
9282 #           'MEMIF'"
9283 #  parameters:
9284 #  - "throughput"
9285 #  - "parent"
9286 #  - "tags"
9287 #  sort:
9288 #  - "1VNF"
9289 #  - "2VNF"
9290 #  - "4VNF"
9291 #  - "2VNF"
9292 #  - "4VNF"
9293 #  traces:
9294 #    hoverinfo: "x+y"
9295 #    boxpoints: "outliers"
9296 #    whiskerwidth: 0
9297 #  layout:
9298 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9299 #    layout: "plot-throughput"
9300 #
9301 #- type: "plot"
9302 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9303 #  algorithm: "plot_performance_box"
9304 #  output-file-type: ".html"
9305 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9306 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9307 #  filter: "'NIC_Intel-X520-DA2' and
9308 #           '64B' and
9309 #           ('BASE' or 'SCALE') and
9310 #           'NDRPDR' and
9311 #           '2T2C' and
9312 #           'L2XCFWD' and
9313 #           not 'VHOST' and
9314 #           not 'NF_DENSITY' and
9315 #           'MEMIF'"
9316 #  parameters:
9317 #  - "throughput"
9318 #  - "parent"
9319 #  - "tags"
9320 #  sort:
9321 #  - "1VNF"
9322 #  - "2VNF"
9323 #  - "4VNF"
9324 #  - "2VNF"
9325 #  - "4VNF"
9326 #  traces:
9327 #    hoverinfo: "x+y"
9328 #    boxpoints: "outliers"
9329 #    whiskerwidth: 0
9330 #  layout:
9331 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9332 #    layout: "plot-throughput"
9333 #
9334 #- type: "plot"
9335 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9336 #  algorithm: "plot_performance_box"
9337 #  output-file-type: ".html"
9338 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9339 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9340 #  filter: "'NIC_Intel-X520-DA2' and
9341 #           '64B' and
9342 #           ('BASE' or 'SCALE') and
9343 #           'NDRPDR' and
9344 #           '2T2C' and
9345 #           'L2XCFWD' and
9346 #           not 'VHOST' and
9347 #           not 'NF_DENSITY' and
9348 #           'MEMIF'"
9349 #  parameters:
9350 #  - "throughput"
9351 #  - "parent"
9352 #  - "tags"
9353 #  sort:
9354 #  - "1VNF"
9355 #  - "2VNF"
9356 #  - "4VNF"
9357 #  - "2VNF"
9358 #  - "4VNF"
9359 #  traces:
9360 #    hoverinfo: "x+y"
9361 #    boxpoints: "outliers"
9362 #    whiskerwidth: 0
9363 #  layout:
9364 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9365 #    layout: "plot-throughput"
9366 #
9367 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9368 #- type: "plot"
9369 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9370 #  algorithm: "plot_performance_box"
9371 #  output-file-type: ".html"
9372 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9373 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9374 #  filter: "'NIC_Intel-X520-DA2' and
9375 #           '64B' and
9376 #           ('BASE' or 'SCALE') and
9377 #           'NDRPDR' and
9378 #           '1T1C' and
9379 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9380 #           not 'VHOST' and
9381 #           not 'NF_DENSITY' and
9382 #           'MEMIF'"
9383 #  parameters:
9384 #  - "throughput"
9385 #  - "parent"
9386 #  - "tags"
9387 #  sort:
9388 #  - "1VNF"
9389 #  - "2VNF"
9390 #  - "4VNF"
9391 #  - "2VNF"
9392 #  - "4VNF"
9393 #  traces:
9394 #    hoverinfo: "x+y"
9395 #    boxpoints: "outliers"
9396 #    whiskerwidth: 0
9397 #  layout:
9398 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9399 #    layout: "plot-throughput"
9400 #
9401 #- type: "plot"
9402 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9403 #  algorithm: "plot_performance_box"
9404 #  output-file-type: ".html"
9405 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9406 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9407 #  filter: "'NIC_Intel-X520-DA2' and
9408 #           '64B' and
9409 #           ('BASE' or 'SCALE') and
9410 #           'NDRPDR' and
9411 #           '1T1C' and
9412 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9413 #           not 'VHOST' and
9414 #           not 'NF_DENSITY' and
9415 #           'MEMIF'"
9416 #  parameters:
9417 #  - "throughput"
9418 #  - "parent"
9419 #  - "tags"
9420 #  sort:
9421 #  - "1VNF"
9422 #  - "2VNF"
9423 #  - "4VNF"
9424 #  - "2VNF"
9425 #  - "4VNF"
9426 #  traces:
9427 #    hoverinfo: "x+y"
9428 #    boxpoints: "outliers"
9429 #    whiskerwidth: 0
9430 #  layout:
9431 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9432 #    layout: "plot-throughput"
9433 #
9434 #- type: "plot"
9435 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9436 #  algorithm: "plot_performance_box"
9437 #  output-file-type: ".html"
9438 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9439 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9440 #  filter: "'NIC_Intel-X520-DA2' and
9441 #           '64B' and
9442 #           ('BASE' or 'SCALE') and
9443 #           'NDRPDR' and
9444 #           '2T2C' and
9445 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9446 #           not 'VHOST' and
9447 #           not 'NF_DENSITY' and
9448 #           'MEMIF'"
9449 #  parameters:
9450 #  - "throughput"
9451 #  - "parent"
9452 #  - "tags"
9453 #  sort:
9454 #  - "1VNF"
9455 #  - "2VNF"
9456 #  - "4VNF"
9457 #  - "2VNF"
9458 #  - "4VNF"
9459 #  traces:
9460 #    hoverinfo: "x+y"
9461 #    boxpoints: "outliers"
9462 #    whiskerwidth: 0
9463 #  layout:
9464 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9465 #    layout: "plot-throughput"
9466 #
9467 #- type: "plot"
9468 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9469 #  algorithm: "plot_performance_box"
9470 #  output-file-type: ".html"
9471 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9472 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9473 #  filter: "'NIC_Intel-X520-DA2' and
9474 #           '64B' and
9475 #           ('BASE' or 'SCALE') and
9476 #           'NDRPDR' and
9477 #           '2T2C' and
9478 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9479 #           not 'VHOST' and
9480 #           not 'NF_DENSITY' and
9481 #           'MEMIF'"
9482 #  parameters:
9483 #  - "throughput"
9484 #  - "parent"
9485 #  - "tags"
9486 #  sort:
9487 #  - "1VNF"
9488 #  - "2VNF"
9489 #  - "4VNF"
9490 #  - "2VNF"
9491 #  - "4VNF"
9492 #  traces:
9493 #    hoverinfo: "x+y"
9494 #    boxpoints: "outliers"
9495 #    whiskerwidth: 0
9496 #  layout:
9497 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9498 #    layout: "plot-throughput"
9499 #
9500 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9501 #- type: "plot"
9502 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9503 #  algorithm: "plot_performance_box"
9504 #  output-file-type: ".html"
9505 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9506 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9507 #  filter: "'NIC_Intel-X710' and
9508 #           '64B' and
9509 #           ('BASE' or 'SCALE') and
9510 #           'NDRPDR' and
9511 #           '1T1C' and
9512 #           'L2XCFWD' and
9513 #           not 'VHOST' and
9514 #           not 'NF_DENSITY' and
9515 #           'MEMIF'"
9516 #  parameters:
9517 #  - "throughput"
9518 #  - "parent"
9519 #  - "tags"
9520 #  sort:
9521 #  - "1VNF"
9522 #  - "2VNF"
9523 #  - "4VNF"
9524 #  - "2VNF"
9525 #  - "4VNF"
9526 #  traces:
9527 #    hoverinfo: "x+y"
9528 #    boxpoints: "outliers"
9529 #    whiskerwidth: 0
9530 #  layout:
9531 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9532 #    layout: "plot-throughput"
9533 #
9534 #- type: "plot"
9535 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9536 #  algorithm: "plot_performance_box"
9537 #  output-file-type: ".html"
9538 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9539 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9540 #  filter: "'NIC_Intel-X710' and
9541 #           '64B' and
9542 #           ('BASE' or 'SCALE') and
9543 #           'NDRPDR' and
9544 #           '1T1C' and
9545 #           'L2XCFWD' and
9546 #           not 'VHOST' and
9547 #           not 'NF_DENSITY' and
9548 #           'MEMIF'"
9549 #  parameters:
9550 #  - "throughput"
9551 #  - "parent"
9552 #  - "tags"
9553 #  sort:
9554 #  - "1VNF"
9555 #  - "2VNF"
9556 #  - "4VNF"
9557 #  - "2VNF"
9558 #  - "4VNF"
9559 #  traces:
9560 #    hoverinfo: "x+y"
9561 #    boxpoints: "outliers"
9562 #    whiskerwidth: 0
9563 #  layout:
9564 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9565 #    layout: "plot-throughput"
9566 #
9567 #- type: "plot"
9568 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9569 #  algorithm: "plot_performance_box"
9570 #  output-file-type: ".html"
9571 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9572 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9573 #  filter: "'NIC_Intel-X710' and
9574 #           '64B' and
9575 #           ('BASE' or 'SCALE') and
9576 #           'NDRPDR' and
9577 #           '2T2C' and
9578 #           'L2XCFWD' and
9579 #           not 'VHOST' and
9580 #           not 'NF_DENSITY' and
9581 #           'MEMIF'"
9582 #  parameters:
9583 #  - "throughput"
9584 #  - "parent"
9585 #  - "tags"
9586 #  sort:
9587 #  - "1VNF"
9588 #  - "2VNF"
9589 #  - "4VNF"
9590 #  - "2VNF"
9591 #  - "4VNF"
9592 #  traces:
9593 #    hoverinfo: "x+y"
9594 #    boxpoints: "outliers"
9595 #    whiskerwidth: 0
9596 #  layout:
9597 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9598 #    layout: "plot-throughput"
9599 #
9600 #- type: "plot"
9601 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9602 #  algorithm: "plot_performance_box"
9603 #  output-file-type: ".html"
9604 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9605 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9606 #  filter: "'NIC_Intel-X710' and
9607 #           '64B' and
9608 #           ('BASE' or 'SCALE') and
9609 #           'NDRPDR' and
9610 #           '2T2C' and
9611 #           'L2XCFWD' and
9612 #           not 'VHOST' and
9613 #           not 'NF_DENSITY' and
9614 #           'MEMIF'"
9615 #  parameters:
9616 #  - "throughput"
9617 #  - "parent"
9618 #  - "tags"
9619 #  sort:
9620 #  - "1VNF"
9621 #  - "2VNF"
9622 #  - "4VNF"
9623 #  - "2VNF"
9624 #  - "4VNF"
9625 #  traces:
9626 #    hoverinfo: "x+y"
9627 #    boxpoints: "outliers"
9628 #    whiskerwidth: 0
9629 #  layout:
9630 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9631 #    layout: "plot-throughput"
9632 #
9633 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9634 #- type: "plot"
9635 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9636 #  algorithm: "plot_performance_box"
9637 #  output-file-type: ".html"
9638 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9639 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9640 #  filter: "'NIC_Intel-X710' and
9641 #           '64B' and
9642 #           ('BASE' or 'SCALE') and
9643 #           'NDRPDR' and
9644 #           '1T1C' and
9645 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9646 #           not 'VHOST' and
9647 #           not 'NF_DENSITY' and
9648 #           'MEMIF'"
9649 #  parameters:
9650 #  - "throughput"
9651 #  - "parent"
9652 #  - "tags"
9653 #  sort:
9654 #  - "1VNF"
9655 #  - "2VNF"
9656 #  - "4VNF"
9657 #  - "2VNF"
9658 #  - "4VNF"
9659 #  traces:
9660 #    hoverinfo: "x+y"
9661 #    boxpoints: "outliers"
9662 #    whiskerwidth: 0
9663 #  layout:
9664 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9665 #    layout: "plot-throughput"
9666 #
9667 #- type: "plot"
9668 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9669 #  algorithm: "plot_performance_box"
9670 #  output-file-type: ".html"
9671 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9672 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9673 #  filter: "'NIC_Intel-X710' and
9674 #           '64B' and
9675 #           ('BASE' or 'SCALE') and
9676 #           'NDRPDR' and
9677 #           '1T1C' and
9678 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9679 #           not 'VHOST' and
9680 #           not 'NF_DENSITY' and
9681 #           'MEMIF'"
9682 #  parameters:
9683 #  - "throughput"
9684 #  - "parent"
9685 #  - "tags"
9686 #  sort:
9687 #  - "1VNF"
9688 #  - "2VNF"
9689 #  - "4VNF"
9690 #  - "2VNF"
9691 #  - "4VNF"
9692 #  traces:
9693 #    hoverinfo: "x+y"
9694 #    boxpoints: "outliers"
9695 #    whiskerwidth: 0
9696 #  layout:
9697 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9698 #    layout: "plot-throughput"
9699 #
9700 #- type: "plot"
9701 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9702 #  algorithm: "plot_performance_box"
9703 #  output-file-type: ".html"
9704 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9705 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9706 #  filter: "'NIC_Intel-X710' and
9707 #           '64B' and
9708 #           ('BASE' or 'SCALE') and
9709 #           'NDRPDR' and
9710 #           '2T2C' and
9711 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9712 #           not 'VHOST' and
9713 #           not 'NF_DENSITY' and
9714 #           'MEMIF'"
9715 #  parameters:
9716 #  - "throughput"
9717 #  - "parent"
9718 #  - "tags"
9719 #  sort:
9720 #  - "1VNF"
9721 #  - "2VNF"
9722 #  - "4VNF"
9723 #  - "2VNF"
9724 #  - "4VNF"
9725 #  traces:
9726 #    hoverinfo: "x+y"
9727 #    boxpoints: "outliers"
9728 #    whiskerwidth: 0
9729 #  layout:
9730 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9731 #    layout: "plot-throughput"
9732 #
9733 #- type: "plot"
9734 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9735 #  algorithm: "plot_performance_box"
9736 #  output-file-type: ".html"
9737 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9738 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9739 #  filter: "'NIC_Intel-X710' and
9740 #           '64B' and
9741 #           ('BASE' or 'SCALE') and
9742 #           'NDRPDR' and
9743 #           '2T2C' and
9744 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9745 #           not 'VHOST' and
9746 #           not 'NF_DENSITY' and
9747 #           'MEMIF'"
9748 #  parameters:
9749 #  - "throughput"
9750 #  - "parent"
9751 #  - "tags"
9752 #  sort:
9753 #  - "1VNF"
9754 #  - "2VNF"
9755 #  - "4VNF"
9756 #  - "2VNF"
9757 #  - "4VNF"
9758 #  traces:
9759 #    hoverinfo: "x+y"
9760 #    boxpoints: "outliers"
9761 #    whiskerwidth: 0
9762 #  layout:
9763 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9764 #    layout: "plot-throughput"
9765
9766 ################################################################################
9767
9768 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9769 - type: "plot"
9770   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9771   algorithm: "plot_performance_box"
9772   output-file-type: ".html"
9773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9775   filter: "'NIC_Intel-X520-DA2' and
9776            '64B' and
9777            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9778            'NDRPDR' and
9779            '1T1C' and
9780            'IP4FWD' and
9781            not 'IPSEC' and
9782            not 'DOT1Q' and
9783            not 'VHOST'"
9784   parameters:
9785   - "throughput"
9786   - "parent"
9787   - "tags"
9788   sort:
9789   - "IP4BASE"
9790   - "FIB_20K"
9791   - "FIB_200K"
9792   - "FIB_2M"
9793   traces:
9794     hoverinfo: "x+y"
9795     boxpoints: "outliers"
9796     whiskerwidth: 0
9797   layout:
9798     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9799     layout: "plot-throughput"
9800
9801 - type: "plot"
9802   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9803   algorithm: "plot_performance_box"
9804   output-file-type: ".html"
9805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9807   filter: "'NIC_Intel-X520-DA2' and
9808            '64B' and
9809            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9810            'NDRPDR' and
9811            '1T1C' and
9812            'IP4FWD' and
9813            not 'IPSEC' and
9814            not 'DOT1Q' and
9815            not 'VHOST'"
9816   parameters:
9817   - "throughput"
9818   - "parent"
9819   - "tags"
9820   sort:
9821   - "IP4BASE"
9822   - "FIB_20K"
9823   - "FIB_200K"
9824   - "FIB_2M"
9825   traces:
9826     hoverinfo: "x+y"
9827     boxpoints: "outliers"
9828     whiskerwidth: 0
9829   layout:
9830     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9831     layout: "plot-throughput"
9832
9833 - type: "plot"
9834   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9835   algorithm: "plot_performance_box"
9836   output-file-type: ".html"
9837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9839   filter: "'NIC_Intel-X520-DA2' and
9840            '64B' and
9841            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9842            'NDRPDR' and
9843            '2T2C' and
9844            'IP4FWD' and
9845            not 'IPSEC' and
9846            not 'DOT1Q' and
9847            not 'VHOST'"
9848   parameters:
9849   - "throughput"
9850   - "parent"
9851   - "tags"
9852   sort:
9853   - "IP4BASE"
9854   - "FIB_20K"
9855   - "FIB_200K"
9856   - "FIB_2M"
9857   traces:
9858     hoverinfo: "x+y"
9859     boxpoints: "outliers"
9860     whiskerwidth: 0
9861   layout:
9862     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9863     layout: "plot-throughput"
9864
9865 - type: "plot"
9866   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9867   algorithm: "plot_performance_box"
9868   output-file-type: ".html"
9869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9871   filter: "'NIC_Intel-X520-DA2' and
9872            '64B' and
9873            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9874            'NDRPDR' and
9875            '2T2C' and
9876            'IP4FWD' and
9877            not 'IPSEC' and
9878            not 'DOT1Q' and
9879            not 'VHOST'"
9880   parameters:
9881   - "throughput"
9882   - "parent"
9883   - "tags"
9884   sort:
9885   - "IP4BASE"
9886   - "FIB_20K"
9887   - "FIB_200K"
9888   - "FIB_2M"
9889   traces:
9890     hoverinfo: "x+y"
9891     boxpoints: "outliers"
9892     whiskerwidth: 0
9893   layout:
9894     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9895     layout: "plot-throughput"
9896
9897 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9898 - type: "plot"
9899   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9900   algorithm: "plot_performance_box"
9901   output-file-type: ".html"
9902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9904   filter: "'NIC_Intel-X520-DA2' and
9905            '64B' and
9906            ('IP4BASE' or
9907             'POLICE_MARK' or
9908             'COPWHLIST' or
9909             ('NAT44' and 'BASE') or
9910             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9911            'NDRPDR' and
9912            '1T1C' and
9913            'IP4FWD' and
9914            not 'IPSEC' and
9915            not 'VHOST'"
9916   parameters:
9917   - "throughput"
9918   - "parent"
9919   - "tags"
9920   sort:
9921   - "DOT1Q"
9922   - "IP4BASE"
9923   - "NAT44"
9924   - "POLICE_MARK"
9925   - "COPWHLIST"
9926   - "IACL"
9927   - "OACL"
9928   traces:
9929     hoverinfo: "x+y"
9930     boxpoints: "outliers"
9931     whiskerwidth: 0
9932   layout:
9933     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9934     layout: "plot-throughput"
9935
9936 - type: "plot"
9937   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9938   algorithm: "plot_performance_box"
9939   output-file-type: ".html"
9940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9942   filter: "'NIC_Intel-X520-DA2' and
9943            '64B' and
9944            ('IP4BASE' or
9945             'POLICE_MARK' or
9946             'COPWHLIST' or
9947             ('NAT44' and 'BASE') or
9948             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9949            'NDRPDR' and
9950            '1T1C' and
9951            'IP4FWD' and
9952            not 'IPSEC' and
9953            not 'VHOST'"
9954   parameters:
9955   - "throughput"
9956   - "parent"
9957   - "tags"
9958   sort:
9959   - "DOT1Q"
9960   - "IP4BASE"
9961   - "NAT44"
9962   - "POLICE_MARK"
9963   - "COPWHLIST"
9964   - "IACL"
9965   - "OACL"
9966   traces:
9967     hoverinfo: "x+y"
9968     boxpoints: "outliers"
9969     whiskerwidth: 0
9970   layout:
9971     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9972     layout: "plot-throughput"
9973
9974 - type: "plot"
9975   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9976   algorithm: "plot_performance_box"
9977   output-file-type: ".html"
9978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9980   filter: "'NIC_Intel-X520-DA2' and
9981            '64B' and
9982            ('IP4BASE' or
9983             'POLICE_MARK' or
9984             'COPWHLIST' or
9985             ('NAT44' and 'BASE') or
9986             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9987            'NDRPDR' and
9988            '2T2C' and
9989            'IP4FWD' and
9990            not 'IPSEC' and
9991            not 'VHOST'"
9992   parameters:
9993   - "throughput"
9994   - "parent"
9995   - "tags"
9996   sort:
9997   - "DOT1Q"
9998   - "IP4BASE"
9999   - "NAT44"
10000   - "POLICE_MARK"
10001   - "COPWHLIST"
10002   - "IACL"
10003   - "OACL"
10004   traces:
10005     hoverinfo: "x+y"
10006     boxpoints: "outliers"
10007     whiskerwidth: 0
10008   layout:
10009     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10010     layout: "plot-throughput"
10011
10012 - type: "plot"
10013   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10014   algorithm: "plot_performance_box"
10015   output-file-type: ".html"
10016   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10018   filter: "'NIC_Intel-X520-DA2' and
10019            '64B' and
10020            ('IP4BASE' or
10021             'POLICE_MARK' or
10022             'COPWHLIST' or
10023             ('NAT44' and 'BASE') or
10024             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10025            'NDRPDR' and
10026            '2T2C' and
10027            'IP4FWD' and
10028            not 'IPSEC' and
10029            not 'VHOST'"
10030   parameters:
10031   - "throughput"
10032   - "parent"
10033   - "tags"
10034   sort:
10035   - "DOT1Q"
10036   - "IP4BASE"
10037   - "NAT44"
10038   - "POLICE_MARK"
10039   - "COPWHLIST"
10040   - "IACL"
10041   - "OACL"
10042   traces:
10043     hoverinfo: "x+y"
10044     boxpoints: "outliers"
10045     whiskerwidth: 0
10046   layout:
10047     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10048     layout: "plot-throughput"
10049
10050 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10051 - type: "plot"
10052   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10053   algorithm: "plot_performance_box"
10054   output-file-type: ".html"
10055   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10057   filter: "'NIC_Intel-X520-DA2' and
10058            '64B' and
10059            'NDRPDR' and
10060            '1T1C' and
10061            'IP4FWD' and
10062            ('NAT44' or 'IP4BASE') and
10063            not 'DOT1Q' and
10064            not 'IPSEC' and
10065            not 'VHOST'"
10066   parameters:
10067   - "throughput"
10068   - "parent"
10069   - "tags"
10070   sort:
10071   - "IP4BASE"
10072   - "BASE"
10073   - "SRC_USER_10"
10074   - "SRC_USER_100"
10075   - "SRC_USER_1000"
10076   - "SRC_USER_2000"
10077   traces:
10078     hoverinfo: "x+y"
10079     boxpoints: "outliers"
10080     whiskerwidth: 0
10081   layout:
10082     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10083     layout: "plot-throughput"
10084
10085 - type: "plot"
10086   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10087   algorithm: "plot_performance_box"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10091   filter: "'NIC_Intel-X520-DA2' and
10092            '64B' and
10093            'NDRPDR' and
10094            '1T1C' and
10095            'IP4FWD' and
10096            ('NAT44' or 'IP4BASE') and
10097            not 'DOT1Q' and
10098            not 'IPSEC' and
10099            not 'VHOST'"
10100   parameters:
10101   - "throughput"
10102   - "parent"
10103   - "tags"
10104   sort:
10105   - "IP4BASE"
10106   - "BASE"
10107   - "SRC_USER_10"
10108   - "SRC_USER_100"
10109   - "SRC_USER_1000"
10110   - "SRC_USER_2000"
10111   traces:
10112     hoverinfo: "x+y"
10113     boxpoints: "outliers"
10114     whiskerwidth: 0
10115   layout:
10116     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10117     layout: "plot-throughput"
10118
10119 - type: "plot"
10120   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10121   algorithm: "plot_performance_box"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10125   filter: "'NIC_Intel-X520-DA2' and
10126            '64B' and
10127            'NDRPDR' and
10128            '2T2C' and
10129            'IP4FWD' and
10130            ('NAT44' or 'IP4BASE') and
10131            not 'DOT1Q' and
10132            not 'IPSEC' and
10133            not 'VHOST'"
10134   parameters:
10135   - "throughput"
10136   - "parent"
10137   - "tags"
10138   sort:
10139   - "IP4BASE"
10140   - "BASE"
10141   - "SRC_USER_10"
10142   - "SRC_USER_100"
10143   - "SRC_USER_1000"
10144   - "SRC_USER_2000"
10145   traces:
10146     hoverinfo: "x+y"
10147     boxpoints: "outliers"
10148     whiskerwidth: 0
10149   layout:
10150     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10151     layout: "plot-throughput"
10152
10153 - type: "plot"
10154   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10155   algorithm: "plot_performance_box"
10156   output-file-type: ".html"
10157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10159   filter: "'NIC_Intel-X520-DA2' and
10160            '64B' and
10161            'NDRPDR' and
10162            '2T2C' and
10163            'IP4FWD' and
10164            ('NAT44' or 'IP4BASE') and
10165            not 'DOT1Q' and
10166            not 'IPSEC' and
10167            not 'VHOST'"
10168   parameters:
10169   - "throughput"
10170   - "parent"
10171   - "tags"
10172   sort:
10173   - "IP4BASE"
10174   - "BASE"
10175   - "SRC_USER_10"
10176   - "SRC_USER_100"
10177   - "SRC_USER_1000"
10178   - "SRC_USER_2000"
10179   traces:
10180     hoverinfo: "x+y"
10181     boxpoints: "outliers"
10182     whiskerwidth: 0
10183   layout:
10184     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10185     layout: "plot-throughput"
10186
10187 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10188 - type: "plot"
10189   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10190   algorithm: "plot_performance_box"
10191   output-file-type: ".html"
10192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10194   filter: "'NIC_Intel-X520-DA2' and
10195            '64B' and
10196            'NDRPDR' and
10197            '1T1C' and
10198            'IP4FWD' and
10199            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10200            not 'IPSEC' and
10201            not 'DOT1Q' and
10202            not 'VHOST'"
10203   parameters:
10204   - "throughput"
10205   - "parent"
10206   - "tags"
10207   sort:
10208   - "IP4BASE"
10209   - "ACL_STATELESS"
10210   - "ACL_STATEFUL"
10211   - "ACL_STATELESS"
10212   - "ACL_STATEFUL"
10213   traces:
10214     hoverinfo: "x+y"
10215     boxpoints: "outliers"
10216     whiskerwidth: 0
10217   layout:
10218     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10219     layout: "plot-throughput"
10220
10221 - type: "plot"
10222   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10223   algorithm: "plot_performance_box"
10224   output-file-type: ".html"
10225   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10227   filter: "'NIC_Intel-X520-DA2' and
10228            '64B' and
10229            'NDRPDR' and
10230            '1T1C' and
10231            'IP4FWD' and
10232            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10233            not 'IPSEC' and
10234            not 'DOT1Q' and
10235            not 'VHOST'"
10236   parameters:
10237   - "throughput"
10238   - "parent"
10239   - "tags"
10240   sort:
10241   - "IP4BASE"
10242   - "ACL_STATELESS"
10243   - "ACL_STATEFUL"
10244   - "ACL_STATELESS"
10245   - "ACL_STATEFUL"
10246   traces:
10247     hoverinfo: "x+y"
10248     boxpoints: "outliers"
10249     whiskerwidth: 0
10250   layout:
10251     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10252     layout: "plot-throughput"
10253
10254 - type: "plot"
10255   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10256   algorithm: "plot_performance_box"
10257   output-file-type: ".html"
10258   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10260   filter: "'NIC_Intel-X520-DA2' and
10261            '64B' and
10262            'NDRPDR' and
10263            '2T2C' and
10264            'IP4FWD' and
10265            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10266            not 'IPSEC' and
10267            not 'DOT1Q' and
10268            not 'VHOST'"
10269   parameters:
10270   - "throughput"
10271   - "parent"
10272   - "tags"
10273   sort:
10274   - "IP4BASE"
10275   - "ACL_STATELESS"
10276   - "ACL_STATEFUL"
10277   - "ACL_STATELESS"
10278   - "ACL_STATEFUL"
10279   traces:
10280     hoverinfo: "x+y"
10281     boxpoints: "outliers"
10282     whiskerwidth: 0
10283   layout:
10284     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10285     layout: "plot-throughput"
10286
10287 - type: "plot"
10288   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10289   algorithm: "plot_performance_box"
10290   output-file-type: ".html"
10291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10293   filter: "'NIC_Intel-X520-DA2' and
10294            '64B' and
10295            'NDRPDR' and
10296            '2T2C' and
10297            'IP4FWD' and
10298            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10299            not 'IPSEC' and
10300            not 'DOT1Q' and
10301            not 'VHOST'"
10302   parameters:
10303   - "throughput"
10304   - "parent"
10305   - "tags"
10306   sort:
10307   - "IP4BASE"
10308   - "ACL_STATELESS"
10309   - "ACL_STATEFUL"
10310   - "ACL_STATELESS"
10311   - "ACL_STATEFUL"
10312   traces:
10313     hoverinfo: "x+y"
10314     boxpoints: "outliers"
10315     whiskerwidth: 0
10316   layout:
10317     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10318     layout: "plot-throughput"
10319
10320 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10321 - type: "plot"
10322   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10323   algorithm: "plot_performance_box"
10324   output-file-type: ".html"
10325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10327   filter: "'NIC_Intel-X520-DA2' and
10328            '64B' and
10329            'NDRPDR' and
10330            '1T1C' and
10331            'IP4FWD' and
10332            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10333            not 'IPSEC' and
10334            not 'DOT1Q' and
10335            not 'VHOST'"
10336   parameters:
10337   - "throughput"
10338   - "parent"
10339   - "tags"
10340   sort:
10341   - "IP4BASE"
10342   - "ACL_STATELESS"
10343   - "ACL_STATEFUL"
10344   - "ACL_STATELESS"
10345   - "ACL_STATEFUL"
10346   traces:
10347     hoverinfo: "x+y"
10348     boxpoints: "outliers"
10349     whiskerwidth: 0
10350   layout:
10351     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10352     layout: "plot-throughput"
10353
10354 - type: "plot"
10355   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10356   algorithm: "plot_performance_box"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10360   filter: "'NIC_Intel-X520-DA2' and
10361            '64B' and
10362            'NDRPDR' and
10363            '1T1C' and
10364            'IP4FWD' and
10365            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10366            not 'IPSEC' and
10367            not 'DOT1Q' and
10368            not 'VHOST'"
10369   parameters:
10370   - "throughput"
10371   - "parent"
10372   - "tags"
10373   sort:
10374   - "IP4BASE"
10375   - "ACL_STATELESS"
10376   - "ACL_STATEFUL"
10377   - "ACL_STATELESS"
10378   - "ACL_STATEFUL"
10379   traces:
10380     hoverinfo: "x+y"
10381     boxpoints: "outliers"
10382     whiskerwidth: 0
10383   layout:
10384     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10385     layout: "plot-throughput"
10386
10387 - type: "plot"
10388   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10389   algorithm: "plot_performance_box"
10390   output-file-type: ".html"
10391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10393   filter: "'NIC_Intel-X520-DA2' and
10394            '64B' and
10395            'NDRPDR' and
10396            '2T2C' and
10397            'IP4FWD' and
10398            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10399            not 'IPSEC' and
10400            not 'DOT1Q' and
10401            not 'VHOST'"
10402   parameters:
10403   - "throughput"
10404   - "parent"
10405   - "tags"
10406   sort:
10407   - "IP4BASE"
10408   - "ACL_STATELESS"
10409   - "ACL_STATEFUL"
10410   - "ACL_STATELESS"
10411   - "ACL_STATEFUL"
10412   traces:
10413     hoverinfo: "x+y"
10414     boxpoints: "outliers"
10415     whiskerwidth: 0
10416   layout:
10417     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10418     layout: "plot-throughput"
10419
10420 - type: "plot"
10421   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10422   algorithm: "plot_performance_box"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10426   filter: "'NIC_Intel-X520-DA2' and
10427            '64B' and
10428            'NDRPDR' and
10429            '2T2C' and
10430            'IP4FWD' and
10431            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10432            not 'IPSEC' and
10433            not 'DOT1Q' and
10434            not 'VHOST'"
10435   parameters:
10436   - "throughput"
10437   - "parent"
10438   - "tags"
10439   sort:
10440   - "IP4BASE"
10441   - "ACL_STATELESS"
10442   - "ACL_STATEFUL"
10443   - "ACL_STATELESS"
10444   - "ACL_STATEFUL"
10445   traces:
10446     hoverinfo: "x+y"
10447     boxpoints: "outliers"
10448     whiskerwidth: 0
10449   layout:
10450     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10451     layout: "plot-throughput"
10452
10453 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10454 - type: "plot"
10455   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10456   algorithm: "plot_performance_box"
10457   output-file-type: ".html"
10458   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10460   filter: "'NIC_Intel-X710' and
10461            '64B' and
10462            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10463            'NDRPDR' and
10464            '1T1C' and
10465            'IP4FWD' and
10466            not 'IPSEC' and
10467            not 'DOT1Q' and
10468            not 'VHOST'"
10469   parameters:
10470   - "throughput"
10471   - "parent"
10472   - "tags"
10473   sort:
10474   - "IP4BASE"
10475   - "FIB_20K"
10476   - "FIB_200K"
10477   - "FIB_2M"
10478   traces:
10479     hoverinfo: "x+y"
10480     boxpoints: "outliers"
10481     whiskerwidth: 0
10482   layout:
10483     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10484     layout: "plot-throughput"
10485
10486 - type: "plot"
10487   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10488   algorithm: "plot_performance_box"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10492   filter: "'NIC_Intel-X710' and
10493            '64B' and
10494            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10495            'NDRPDR' and
10496            '1T1C' and
10497            'IP4FWD' and
10498            not 'IPSEC' and
10499            not 'DOT1Q' and
10500            not 'VHOST'"
10501   parameters:
10502   - "throughput"
10503   - "parent"
10504   - "tags"
10505   sort:
10506   - "IP4BASE"
10507   - "FIB_20K"
10508   - "FIB_200K"
10509   - "FIB_2M"
10510   traces:
10511     hoverinfo: "x+y"
10512     boxpoints: "outliers"
10513     whiskerwidth: 0
10514   layout:
10515     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10516     layout: "plot-throughput"
10517
10518 - type: "plot"
10519   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10520   algorithm: "plot_performance_box"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10524   filter: "'NIC_Intel-X710' and
10525            '64B' and
10526            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10527            'NDRPDR' and
10528            '2T2C' and
10529            'IP4FWD' and
10530            not 'IPSEC' and
10531            not 'DOT1Q' and
10532            not 'VHOST'"
10533   parameters:
10534   - "throughput"
10535   - "parent"
10536   - "tags"
10537   sort:
10538   - "IP4BASE"
10539   - "FIB_20K"
10540   - "FIB_200K"
10541   - "FIB_2M"
10542   traces:
10543     hoverinfo: "x+y"
10544     boxpoints: "outliers"
10545     whiskerwidth: 0
10546   layout:
10547     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10548     layout: "plot-throughput"
10549
10550 - type: "plot"
10551   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10552   algorithm: "plot_performance_box"
10553   output-file-type: ".html"
10554   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10556   filter: "'NIC_Intel-X710' and
10557            '64B' and
10558            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10559            'NDRPDR' and
10560            '2T2C' and
10561            'IP4FWD' and
10562            not 'IPSEC' and
10563            not 'DOT1Q' and
10564            not 'VHOST'"
10565   parameters:
10566   - "throughput"
10567   - "parent"
10568   - "tags"
10569   sort:
10570   - "IP4BASE"
10571   - "FIB_20K"
10572   - "FIB_200K"
10573   - "FIB_2M"
10574   traces:
10575     hoverinfo: "x+y"
10576     boxpoints: "outliers"
10577     whiskerwidth: 0
10578   layout:
10579     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10580     layout: "plot-throughput"
10581
10582 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10583 - type: "plot"
10584   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10585   algorithm: "plot_performance_box"
10586   output-file-type: ".html"
10587   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10589   filter: "'NIC_Intel-X710' and
10590            '64B' and
10591            ('IP4BASE' or
10592             'POLICE_MARK' or
10593             'COPWHLIST' or
10594             ('NAT44' and 'BASE') or
10595             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10596            'NDRPDR' and
10597            '1T1C' and
10598            'IP4FWD' and
10599            not 'IPSEC' and
10600            not 'VHOST'"
10601   parameters:
10602   - "throughput"
10603   - "parent"
10604   - "tags"
10605   sort:
10606   - "DOT1Q"
10607   - "IP4BASE"
10608   - "NAT44"
10609   - "POLICE_MARK"
10610   - "COPWHLIST"
10611   - "IACL"
10612   - "OACL"
10613   traces:
10614     hoverinfo: "x+y"
10615     boxpoints: "outliers"
10616     whiskerwidth: 0
10617   layout:
10618     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10619     layout: "plot-throughput"
10620
10621 - type: "plot"
10622   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10623   algorithm: "plot_performance_box"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10626   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10627   filter: "'NIC_Intel-X710' and
10628            '64B' and
10629            ('IP4BASE' or
10630             'POLICE_MARK' or
10631             'COPWHLIST' or
10632             ('NAT44' and 'BASE') or
10633             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10634            'NDRPDR' and
10635            '1T1C' and
10636            'IP4FWD' and
10637            not 'IPSEC' and
10638            not 'VHOST'"
10639   parameters:
10640   - "throughput"
10641   - "parent"
10642   - "tags"
10643   sort:
10644   - "DOT1Q"
10645   - "IP4BASE"
10646   - "NAT44"
10647   - "POLICE_MARK"
10648   - "COPWHLIST"
10649   - "IACL"
10650   - "OACL"
10651   traces:
10652     hoverinfo: "x+y"
10653     boxpoints: "outliers"
10654     whiskerwidth: 0
10655   layout:
10656     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10657     layout: "plot-throughput"
10658
10659 - type: "plot"
10660   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10661   algorithm: "plot_performance_box"
10662   output-file-type: ".html"
10663   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10665   filter: "'NIC_Intel-X710' and
10666            '64B' and
10667            ('IP4BASE' or
10668             'POLICE_MARK' or
10669             'COPWHLIST' or
10670             ('NAT44' and 'BASE') or
10671             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10672            'NDRPDR' and
10673            '2T2C' and
10674            'IP4FWD' and
10675            not 'IPSEC' and
10676            not 'VHOST'"
10677   parameters:
10678   - "throughput"
10679   - "parent"
10680   - "tags"
10681   sort:
10682   - "DOT1Q"
10683   - "IP4BASE"
10684   - "NAT44"
10685   - "POLICE_MARK"
10686   - "COPWHLIST"
10687   - "IACL"
10688   - "OACL"
10689   traces:
10690     hoverinfo: "x+y"
10691     boxpoints: "outliers"
10692     whiskerwidth: 0
10693   layout:
10694     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10695     layout: "plot-throughput"
10696
10697 - type: "plot"
10698   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10699   algorithm: "plot_performance_box"
10700   output-file-type: ".html"
10701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10703   filter: "'NIC_Intel-X710' and
10704            '64B' and
10705            ('IP4BASE' or
10706             'POLICE_MARK' or
10707             'COPWHLIST' or
10708             ('NAT44' and 'BASE') or
10709             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10710            'NDRPDR' and
10711            '2T2C' and
10712            'IP4FWD' and
10713            not 'IPSEC' and
10714            not 'VHOST'"
10715   parameters:
10716   - "throughput"
10717   - "parent"
10718   - "tags"
10719   sort:
10720   - "DOT1Q"
10721   - "IP4BASE"
10722   - "NAT44"
10723   - "POLICE_MARK"
10724   - "COPWHLIST"
10725   - "IACL"
10726   - "OACL"
10727   traces:
10728     hoverinfo: "x+y"
10729     boxpoints: "outliers"
10730     whiskerwidth: 0
10731   layout:
10732     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10733     layout: "plot-throughput"
10734
10735 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10736 - type: "plot"
10737   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10738   algorithm: "plot_performance_box"
10739   output-file-type: ".html"
10740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10742   filter: "'NIC_Intel-X710' and
10743            '64B' and
10744            'NDRPDR' and
10745            '2T1C' and
10746            'IP4FWD' and
10747            ('NAT44' or 'IP4BASE') and
10748            not 'IPSEC' and
10749            not 'VHOST'"
10750   parameters:
10751   - "throughput"
10752   - "parent"
10753   - "tags"
10754   sort:
10755   - "IP4BASE"
10756   - "BASE"
10757   - "SRC_USER_10"
10758   - "SRC_USER_100"
10759   - "SRC_USER_1000"
10760   - "SRC_USER_2000"
10761   traces:
10762     hoverinfo: "x+y"
10763     boxpoints: "outliers"
10764     whiskerwidth: 0
10765   layout:
10766     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10767     layout: "plot-throughput"
10768
10769 - type: "plot"
10770   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10771   algorithm: "plot_performance_box"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10775   filter: "'NIC_Intel-X710' and
10776            '64B' and
10777            'NDRPDR' and
10778            '2T1C' and
10779            'IP4FWD' and
10780            ('NAT44' or 'IP4BASE') and
10781            not 'IPSEC' and
10782            not 'VHOST'"
10783   parameters:
10784   - "throughput"
10785   - "parent"
10786   - "tags"
10787   sort:
10788   - "IP4BASE"
10789   - "BASE"
10790   - "SRC_USER_10"
10791   - "SRC_USER_100"
10792   - "SRC_USER_1000"
10793   - "SRC_USER_2000"
10794   traces:
10795     hoverinfo: "x+y"
10796     boxpoints: "outliers"
10797     whiskerwidth: 0
10798   layout:
10799     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10800     layout: "plot-throughput"
10801
10802 - type: "plot"
10803   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10804   algorithm: "plot_performance_box"
10805   output-file-type: ".html"
10806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10808   filter: "'NIC_Intel-X710' and
10809            '64B' and
10810            'NDRPDR' and
10811            '4T2C' and
10812            'IP4FWD' and
10813            ('NAT44' or 'IP4BASE') and
10814            not 'IPSEC' and
10815            not 'VHOST'"
10816   parameters:
10817   - "throughput"
10818   - "parent"
10819   - "tags"
10820   sort:
10821   - "IP4BASE"
10822   - "BASE"
10823   - "SRC_USER_10"
10824   - "SRC_USER_100"
10825   - "SRC_USER_1000"
10826   - "SRC_USER_2000"
10827   traces:
10828     hoverinfo: "x+y"
10829     boxpoints: "outliers"
10830     whiskerwidth: 0
10831   layout:
10832     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10833     layout: "plot-throughput"
10834
10835 - type: "plot"
10836   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10837   algorithm: "plot_performance_box"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10841   filter: "'NIC_Intel-X710' and
10842            '64B' and
10843            'NDRPDR' and
10844            '4T2C' and
10845            'IP4FWD' and
10846            ('NAT44' or 'IP4BASE') and
10847            not 'IPSEC' and
10848            not 'VHOST'"
10849   parameters:
10850   - "throughput"
10851   - "parent"
10852   - "tags"
10853   sort:
10854   - "IP4BASE"
10855   - "BASE"
10856   - "SRC_USER_10"
10857   - "SRC_USER_100"
10858   - "SRC_USER_1000"
10859   - "SRC_USER_2000"
10860   traces:
10861     hoverinfo: "x+y"
10862     boxpoints: "outliers"
10863     whiskerwidth: 0
10864   layout:
10865     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10866     layout: "plot-throughput"
10867
10868 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10869 - type: "plot"
10870   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10871   algorithm: "plot_performance_box"
10872   output-file-type: ".html"
10873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10875   filter: "'NIC_Intel-X710' and
10876            '64B' and
10877            'NDRPDR' and
10878            '2T1C' and
10879            'IP4FWD' and
10880            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10881            not 'IPSEC' and
10882            not 'VHOST'"
10883   parameters:
10884   - "throughput"
10885   - "parent"
10886   - "tags"
10887   sort:
10888   - "IP4BASE"
10889   - "ACL_STATELESS"
10890   - "ACL_STATEFUL"
10891   - "ACL_STATELESS"
10892   - "ACL_STATEFUL"
10893   traces:
10894     hoverinfo: "x+y"
10895     boxpoints: "outliers"
10896     whiskerwidth: 0
10897   layout:
10898     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10899     layout: "plot-throughput"
10900
10901 - type: "plot"
10902   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10903   algorithm: "plot_performance_box"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10907   filter: "'NIC_Intel-X710' and
10908            '64B' and
10909            'NDRPDR' and
10910            '2T1C' and
10911            'IP4FWD' and
10912            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10913            not 'IPSEC' and
10914            not 'VHOST'"
10915   parameters:
10916   - "throughput"
10917   - "parent"
10918   - "tags"
10919   sort:
10920   - "IP4BASE"
10921   - "ACL_STATELESS"
10922   - "ACL_STATEFUL"
10923   - "ACL_STATELESS"
10924   - "ACL_STATEFUL"
10925   traces:
10926     hoverinfo: "x+y"
10927     boxpoints: "outliers"
10928     whiskerwidth: 0
10929   layout:
10930     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10931     layout: "plot-throughput"
10932
10933 - type: "plot"
10934   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10935   algorithm: "plot_performance_box"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10939   filter: "'NIC_Intel-X710' and
10940            '64B' and
10941            'NDRPDR' and
10942            '4T2C' and
10943            'IP4FWD' and
10944            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10945            not 'IPSEC' and
10946            not 'VHOST'"
10947   parameters:
10948   - "throughput"
10949   - "parent"
10950   - "tags"
10951   sort:
10952   - "IP4BASE"
10953   - "ACL_STATELESS"
10954   - "ACL_STATEFUL"
10955   - "ACL_STATELESS"
10956   - "ACL_STATEFUL"
10957   traces:
10958     hoverinfo: "x+y"
10959     boxpoints: "outliers"
10960     whiskerwidth: 0
10961   layout:
10962     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10967   algorithm: "plot_performance_box"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10971   filter: "'NIC_Intel-X710' and
10972            '64B' and
10973            'NDRPDR' and
10974            '4T2C' and
10975            'IP4FWD' and
10976            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10977            not 'IPSEC' and
10978            not 'VHOST'"
10979   parameters:
10980   - "throughput"
10981   - "parent"
10982   - "tags"
10983   sort:
10984   - "IP4BASE"
10985   - "ACL_STATELESS"
10986   - "ACL_STATEFUL"
10987   - "ACL_STATELESS"
10988   - "ACL_STATEFUL"
10989   traces:
10990     hoverinfo: "x+y"
10991     boxpoints: "outliers"
10992     whiskerwidth: 0
10993   layout:
10994     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10995     layout: "plot-throughput"
10996
10997 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10998 - type: "plot"
10999   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11000   algorithm: "plot_performance_box"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11004   filter: "'NIC_Intel-XL710' and
11005            '64B' and
11006            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11007            'NDRPDR' and
11008            '1T1C' and
11009            'IP4FWD' and
11010            not 'IPSEC' and
11011            not 'VHOST'"
11012   parameters:
11013   - "throughput"
11014   - "parent"
11015   - "tags"
11016   sort:
11017   - "IP4BASE"
11018   - "FIB_20K"
11019   - "FIB_200K"
11020   - "FIB_2M"
11021   traces:
11022     hoverinfo: "x+y"
11023     boxpoints: "outliers"
11024     whiskerwidth: 0
11025   layout:
11026     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11031   algorithm: "plot_performance_box"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11035   filter: "'NIC_Intel-XL710' and
11036            '64B' and
11037            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11038            'NDRPDR' and
11039            '1T1C' and
11040            'IP4FWD' and
11041            not 'IPSEC' and
11042            not 'VHOST'"
11043   parameters:
11044   - "throughput"
11045   - "parent"
11046   - "tags"
11047   sort:
11048   - "IP4BASE"
11049   - "FIB_20K"
11050   - "FIB_200K"
11051   - "FIB_2M"
11052   traces:
11053     hoverinfo: "x+y"
11054     boxpoints: "outliers"
11055     whiskerwidth: 0
11056   layout:
11057     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11058     layout: "plot-throughput"
11059
11060 - type: "plot"
11061   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11062   algorithm: "plot_performance_box"
11063   output-file-type: ".html"
11064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11066   filter: "'NIC_Intel-XL710' and
11067            '64B' and
11068            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11069            'NDRPDR' and
11070            '2T2C' and
11071            'IP4FWD' and
11072            not 'IPSEC' and
11073            not 'VHOST'"
11074   parameters:
11075   - "throughput"
11076   - "parent"
11077   - "tags"
11078   sort:
11079   - "IP4BASE"
11080   - "FIB_20K"
11081   - "FIB_200K"
11082   - "FIB_2M"
11083   traces:
11084     hoverinfo: "x+y"
11085     boxpoints: "outliers"
11086     whiskerwidth: 0
11087   layout:
11088     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11089     layout: "plot-throughput"
11090
11091 - type: "plot"
11092   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11093   algorithm: "plot_performance_box"
11094   output-file-type: ".html"
11095   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11097   filter: "'NIC_Intel-XL710' and
11098            '64B' and
11099            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11100            'NDRPDR' and
11101            '2T2C' and
11102            'IP4FWD' and
11103            not 'IPSEC' and
11104            not 'VHOST'"
11105   parameters:
11106   - "throughput"
11107   - "parent"
11108   - "tags"
11109   sort:
11110   - "IP4BASE"
11111   - "FIB_20K"
11112   - "FIB_200K"
11113   - "FIB_2M"
11114   traces:
11115     hoverinfo: "x+y"
11116     boxpoints: "outliers"
11117     whiskerwidth: 0
11118   layout:
11119     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11120     layout: "plot-throughput"
11121
11122 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11123 - type: "plot"
11124   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11125   algorithm: "plot_performance_box"
11126   output-file-type: ".html"
11127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11129   filter: "'NIC_Intel-X710' and
11130            '64B' and
11131            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11132            'NDRPDR' and
11133            '2T1C' and
11134            'IP4FWD' and
11135            not 'IPSEC' and
11136            not 'DOT1Q' and
11137            not 'VHOST'"
11138   parameters:
11139   - "throughput"
11140   - "parent"
11141   - "tags"
11142   sort:
11143   - "IP4BASE"
11144   - "FIB_20K"
11145   - "FIB_200K"
11146   - "FIB_2M"
11147   traces:
11148     hoverinfo: "x+y"
11149     boxpoints: "outliers"
11150     whiskerwidth: 0
11151   layout:
11152     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11153     layout: "plot-throughput"
11154
11155 - type: "plot"
11156   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11157   algorithm: "plot_performance_box"
11158   output-file-type: ".html"
11159   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11161   filter: "'NIC_Intel-X710' and
11162            '64B' and
11163            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11164            'NDRPDR' and
11165            '2T1C' and
11166            'IP4FWD' and
11167            not 'IPSEC' and
11168            not 'DOT1Q' and
11169            not 'VHOST'"
11170   parameters:
11171   - "throughput"
11172   - "parent"
11173   - "tags"
11174   sort:
11175   - "IP4BASE"
11176   - "FIB_20K"
11177   - "FIB_200K"
11178   - "FIB_2M"
11179   traces:
11180     hoverinfo: "x+y"
11181     boxpoints: "outliers"
11182     whiskerwidth: 0
11183   layout:
11184     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11185     layout: "plot-throughput"
11186
11187 - type: "plot"
11188   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11189   algorithm: "plot_performance_box"
11190   output-file-type: ".html"
11191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11193   filter: "'NIC_Intel-X710' and
11194            '64B' and
11195            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11196            'NDRPDR' and
11197            '4T2C' and
11198            'IP4FWD' and
11199            not 'IPSEC' and
11200            not 'DOT1Q' and
11201            not 'VHOST'"
11202   parameters:
11203   - "throughput"
11204   - "parent"
11205   - "tags"
11206   sort:
11207   - "IP4BASE"
11208   - "FIB_20K"
11209   - "FIB_200K"
11210   - "FIB_2M"
11211   traces:
11212     hoverinfo: "x+y"
11213     boxpoints: "outliers"
11214     whiskerwidth: 0
11215   layout:
11216     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11217     layout: "plot-throughput"
11218
11219 - type: "plot"
11220   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11221   algorithm: "plot_performance_box"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11225   filter: "'NIC_Intel-X710' and
11226            '64B' and
11227            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11228            'NDRPDR' and
11229            '4T2C' and
11230            'IP4FWD' and
11231            not 'IPSEC' and
11232            not 'DOT1Q' and
11233            not 'VHOST'"
11234   parameters:
11235   - "throughput"
11236   - "parent"
11237   - "tags"
11238   sort:
11239   - "IP4BASE"
11240   - "FIB_20K"
11241   - "FIB_200K"
11242   - "FIB_2M"
11243   traces:
11244     hoverinfo: "x+y"
11245     boxpoints: "outliers"
11246     whiskerwidth: 0
11247   layout:
11248     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11249     layout: "plot-throughput"
11250
11251 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11252 - type: "plot"
11253   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11254   algorithm: "plot_performance_box"
11255   output-file-type: ".html"
11256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11258   filter: "'NIC_Intel-X710' and
11259            '64B' and
11260            ('IP4BASE' or
11261             'POLICE_MARK' or
11262             'COPWHLIST' or
11263             ('NAT44' and 'BASE') or
11264             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11265            'NDRPDR' and
11266            '2T1C' and
11267            'IP4FWD' and
11268            not 'IPSEC' and
11269            not 'VHOST'"
11270   parameters:
11271   - "throughput"
11272   - "parent"
11273   - "tags"
11274   sort:
11275   - "DOT1Q"
11276   - "IP4BASE"
11277   - "NAT44"
11278   - "POLICE_MARK"
11279   - "COPWHLIST"
11280   - "IACL"
11281   - "OACL"
11282   traces:
11283     hoverinfo: "x+y"
11284     boxpoints: "outliers"
11285     whiskerwidth: 0
11286   layout:
11287     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11288     layout: "plot-throughput"
11289
11290 - type: "plot"
11291   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11292   algorithm: "plot_performance_box"
11293   output-file-type: ".html"
11294   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11296   filter: "'NIC_Intel-X710' and
11297            '64B' and
11298            ('IP4BASE' or
11299             'POLICE_MARK' or
11300             'COPWHLIST' or
11301             ('NAT44' and 'BASE') or
11302             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11303            'NDRPDR' and
11304            '2T1C' and
11305            'IP4FWD' and
11306            not 'IPSEC' and
11307            not 'VHOST'"
11308   parameters:
11309   - "throughput"
11310   - "parent"
11311   - "tags"
11312   sort:
11313   - "DOT1Q"
11314   - "IP4BASE"
11315   - "NAT44"
11316   - "POLICE_MARK"
11317   - "COPWHLIST"
11318   - "IACL"
11319   - "OACL"
11320   traces:
11321     hoverinfo: "x+y"
11322     boxpoints: "outliers"
11323     whiskerwidth: 0
11324   layout:
11325     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11326     layout: "plot-throughput"
11327
11328 - type: "plot"
11329   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11330   algorithm: "plot_performance_box"
11331   output-file-type: ".html"
11332   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11334   filter: "'NIC_Intel-X710' and
11335            '64B' and
11336            ('IP4BASE' or
11337             'POLICE_MARK' or
11338             'COPWHLIST' or
11339             ('NAT44' and 'BASE') or
11340             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11341            'NDRPDR' and
11342            '4T2C' and
11343            'IP4FWD' and
11344            not 'IPSEC' and
11345            not 'VHOST'"
11346   parameters:
11347   - "throughput"
11348   - "parent"
11349   - "tags"
11350   sort:
11351   - "DOT1Q"
11352   - "IP4BASE"
11353   - "NAT44"
11354   - "POLICE_MARK"
11355   - "COPWHLIST"
11356   - "IACL"
11357   - "OACL"
11358   traces:
11359     hoverinfo: "x+y"
11360     boxpoints: "outliers"
11361     whiskerwidth: 0
11362   layout:
11363     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11364     layout: "plot-throughput"
11365
11366 - type: "plot"
11367   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11368   algorithm: "plot_performance_box"
11369   output-file-type: ".html"
11370   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11372   filter: "'NIC_Intel-X710' and
11373            '64B' and
11374            ('IP4BASE' or
11375             'POLICE_MARK' or
11376             'COPWHLIST' or
11377             ('NAT44' and 'BASE') or
11378             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11379            'NDRPDR' and
11380            '4T2C' and
11381            'IP4FWD' and
11382            not 'IPSEC' and
11383            not 'VHOST'"
11384   parameters:
11385   - "throughput"
11386   - "parent"
11387   - "tags"
11388   sort:
11389   - "DOT1Q"
11390   - "IP4BASE"
11391   - "NAT44"
11392   - "POLICE_MARK"
11393   - "COPWHLIST"
11394   - "IACL"
11395   - "OACL"
11396   traces:
11397     hoverinfo: "x+y"
11398     boxpoints: "outliers"
11399     whiskerwidth: 0
11400   layout:
11401     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11402     layout: "plot-throughput"
11403
11404 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11405 - type: "plot"
11406   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11407   algorithm: "plot_performance_box"
11408   output-file-type: ".html"
11409   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11411   filter: "'NIC_Intel-X710' and
11412            '64B' and
11413            'NDRPDR' and
11414            '1T1C' and
11415            'IP4FWD' and
11416            ('NAT44' or 'IP4BASE') and
11417            not 'IPSEC' and
11418            not 'VHOST'"
11419   parameters:
11420   - "throughput"
11421   - "parent"
11422   - "tags"
11423   sort:
11424   - "IP4BASE"
11425   - "BASE"
11426   - "SRC_USER_10"
11427   - "SRC_USER_100"
11428   - "SRC_USER_1000"
11429   - "SRC_USER_2000"
11430   traces:
11431     hoverinfo: "x+y"
11432     boxpoints: "outliers"
11433     whiskerwidth: 0
11434   layout:
11435     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11440   algorithm: "plot_performance_box"
11441   output-file-type: ".html"
11442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11444   filter: "'NIC_Intel-X710' and
11445            '64B' and
11446            'NDRPDR' and
11447            '1T1C' and
11448            'IP4FWD' and
11449            ('NAT44' or 'IP4BASE') and
11450            not 'IPSEC' and
11451            not 'VHOST'"
11452   parameters:
11453   - "throughput"
11454   - "parent"
11455   - "tags"
11456   sort:
11457   - "IP4BASE"
11458   - "BASE"
11459   - "SRC_USER_10"
11460   - "SRC_USER_100"
11461   - "SRC_USER_1000"
11462   - "SRC_USER_2000"
11463   traces:
11464     hoverinfo: "x+y"
11465     boxpoints: "outliers"
11466     whiskerwidth: 0
11467   layout:
11468     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11469     layout: "plot-throughput"
11470
11471 - type: "plot"
11472   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11473   algorithm: "plot_performance_box"
11474   output-file-type: ".html"
11475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11477   filter: "'NIC_Intel-X710' and
11478            '64B' and
11479            'NDRPDR' and
11480            '2T2C' and
11481            'IP4FWD' and
11482            ('NAT44' or 'IP4BASE') and
11483            not 'IPSEC' and
11484            not 'VHOST'"
11485   parameters:
11486   - "throughput"
11487   - "parent"
11488   - "tags"
11489   sort:
11490   - "IP4BASE"
11491   - "BASE"
11492   - "SRC_USER_10"
11493   - "SRC_USER_100"
11494   - "SRC_USER_1000"
11495   - "SRC_USER_2000"
11496   traces:
11497     hoverinfo: "x+y"
11498     boxpoints: "outliers"
11499     whiskerwidth: 0
11500   layout:
11501     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11502     layout: "plot-throughput"
11503
11504 - type: "plot"
11505   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11506   algorithm: "plot_performance_box"
11507   output-file-type: ".html"
11508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11510   filter: "'NIC_Intel-X710' and
11511            '64B' and
11512            'NDRPDR' and
11513            '2T2C' and
11514            'IP4FWD' and
11515            ('NAT44' or 'IP4BASE') and
11516            not 'IPSEC' and
11517            not 'VHOST'"
11518   parameters:
11519   - "throughput"
11520   - "parent"
11521   - "tags"
11522   sort:
11523   - "IP4BASE"
11524   - "BASE"
11525   - "SRC_USER_10"
11526   - "SRC_USER_100"
11527   - "SRC_USER_1000"
11528   - "SRC_USER_2000"
11529   traces:
11530     hoverinfo: "x+y"
11531     boxpoints: "outliers"
11532     whiskerwidth: 0
11533   layout:
11534     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11535     layout: "plot-throughput"
11536
11537 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11538 - type: "plot"
11539   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11540   algorithm: "plot_performance_box"
11541   output-file-type: ".html"
11542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11544   filter: "'NIC_Intel-X710' and
11545            '64B' and
11546            'NDRPDR' and
11547            '1T1C' and
11548            'IP4FWD' and
11549            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11550            not 'IPSEC' and
11551            not 'VHOST'"
11552   parameters:
11553   - "throughput"
11554   - "parent"
11555   - "tags"
11556   sort:
11557   - "IP4BASE"
11558   - "ACL_STATELESS"
11559   - "ACL_STATEFUL"
11560   - "ACL_STATELESS"
11561   - "ACL_STATEFUL"
11562   traces:
11563     hoverinfo: "x+y"
11564     boxpoints: "outliers"
11565     whiskerwidth: 0
11566   layout:
11567     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11568     layout: "plot-throughput"
11569
11570 - type: "plot"
11571   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11572   algorithm: "plot_performance_box"
11573   output-file-type: ".html"
11574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11576   filter: "'NIC_Intel-X710' and
11577            '64B' and
11578            'NDRPDR' and
11579            '1T1C' and
11580            'IP4FWD' and
11581            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11582            not 'IPSEC' and
11583            not 'VHOST'"
11584   parameters:
11585   - "throughput"
11586   - "parent"
11587   - "tags"
11588   sort:
11589   - "IP4BASE"
11590   - "ACL_STATELESS"
11591   - "ACL_STATEFUL"
11592   - "ACL_STATELESS"
11593   - "ACL_STATEFUL"
11594   traces:
11595     hoverinfo: "x+y"
11596     boxpoints: "outliers"
11597     whiskerwidth: 0
11598   layout:
11599     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11600     layout: "plot-throughput"
11601
11602 - type: "plot"
11603   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11604   algorithm: "plot_performance_box"
11605   output-file-type: ".html"
11606   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11608   filter: "'NIC_Intel-X710' and
11609            '64B' and
11610            'NDRPDR' and
11611            '2T2C' and
11612            'IP4FWD' and
11613            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11614            not 'IPSEC' and
11615            not 'VHOST'"
11616   parameters:
11617   - "throughput"
11618   - "parent"
11619   - "tags"
11620   sort:
11621   - "IP4BASE"
11622   - "ACL_STATELESS"
11623   - "ACL_STATEFUL"
11624   - "ACL_STATELESS"
11625   - "ACL_STATEFUL"
11626   traces:
11627     hoverinfo: "x+y"
11628     boxpoints: "outliers"
11629     whiskerwidth: 0
11630   layout:
11631     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11636   algorithm: "plot_performance_box"
11637   output-file-type: ".html"
11638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11640   filter: "'NIC_Intel-X710' and
11641            '64B' and
11642            'NDRPDR' and
11643            '2T2C' and
11644            'IP4FWD' and
11645            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11646            not 'IPSEC' and
11647            not 'VHOST'"
11648   parameters:
11649   - "throughput"
11650   - "parent"
11651   - "tags"
11652   sort:
11653   - "IP4BASE"
11654   - "ACL_STATELESS"
11655   - "ACL_STATEFUL"
11656   - "ACL_STATELESS"
11657   - "ACL_STATEFUL"
11658   traces:
11659     hoverinfo: "x+y"
11660     boxpoints: "outliers"
11661     whiskerwidth: 0
11662   layout:
11663     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11664     layout: "plot-throughput"
11665
11666 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11667 - type: "plot"
11668   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11669   algorithm: "plot_performance_box"
11670   output-file-type: ".html"
11671   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11673   filter: "'NIC_Intel-X710' and
11674            '64B' and
11675            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11676            'NDRPDR' and
11677            '2T1C' and
11678            'IP4FWD' and
11679            not 'IPSEC' and
11680            not 'DOT1Q' and
11681            not 'VHOST'"
11682   parameters:
11683   - "throughput"
11684   - "parent"
11685   - "tags"
11686   sort:
11687   - "IP4BASE"
11688   - "FIB_20K"
11689   - "FIB_200K"
11690   - "FIB_2M"
11691   traces:
11692     hoverinfo: "x+y"
11693     boxpoints: "outliers"
11694     whiskerwidth: 0
11695   layout:
11696     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11697     layout: "plot-throughput"
11698
11699 - type: "plot"
11700   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11701   algorithm: "plot_performance_box"
11702   output-file-type: ".html"
11703   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11705   filter: "'NIC_Intel-X710' and
11706            '64B' and
11707            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11708            'NDRPDR' and
11709            '2T1C' and
11710            'IP4FWD' and
11711            not 'IPSEC' and
11712            not 'DOT1Q' and
11713            not 'VHOST'"
11714   parameters:
11715   - "throughput"
11716   - "parent"
11717   - "tags"
11718   sort:
11719   - "IP4BASE"
11720   - "FIB_20K"
11721   - "FIB_200K"
11722   - "FIB_2M"
11723   traces:
11724     hoverinfo: "x+y"
11725     boxpoints: "outliers"
11726     whiskerwidth: 0
11727   layout:
11728     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11729     layout: "plot-throughput"
11730
11731 - type: "plot"
11732   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11733   algorithm: "plot_performance_box"
11734   output-file-type: ".html"
11735   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11737   filter: "'NIC_Intel-X710' and
11738            '64B' and
11739            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11740            'NDRPDR' and
11741            '4T2C' and
11742            'IP4FWD' and
11743            not 'IPSEC' and
11744            not 'DOT1Q' and
11745            not 'VHOST'"
11746   parameters:
11747   - "throughput"
11748   - "parent"
11749   - "tags"
11750   sort:
11751   - "IP4BASE"
11752   - "FIB_20K"
11753   - "FIB_200K"
11754   - "FIB_2M"
11755   traces:
11756     hoverinfo: "x+y"
11757     boxpoints: "outliers"
11758     whiskerwidth: 0
11759   layout:
11760     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11765   algorithm: "plot_performance_box"
11766   output-file-type: ".html"
11767   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11769   filter: "'NIC_Intel-X710' and
11770            '64B' and
11771            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11772            'NDRPDR' and
11773            '4T2C' and
11774            'IP4FWD' and
11775            not 'IPSEC' and
11776            not 'DOT1Q' and
11777            not 'VHOST'"
11778   parameters:
11779   - "throughput"
11780   - "parent"
11781   - "tags"
11782   sort:
11783   - "IP4BASE"
11784   - "FIB_20K"
11785   - "FIB_200K"
11786   - "FIB_2M"
11787   traces:
11788     hoverinfo: "x+y"
11789     boxpoints: "outliers"
11790     whiskerwidth: 0
11791   layout:
11792     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11793     layout: "plot-throughput"
11794
11795 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11796 - type: "plot"
11797   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11798   algorithm: "plot_performance_box"
11799   output-file-type: ".html"
11800   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11802   filter: "'NIC_Intel-X710' and
11803            '64B' and
11804            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11805            'NDRPDR' and
11806            '2T1C' and
11807            'IP4FWD' and
11808            not 'IPSEC' and
11809            not 'DOT1Q' and
11810            not 'VHOST'"
11811   parameters:
11812   - "throughput"
11813   - "parent"
11814   - "tags"
11815   sort:
11816   - "IP4BASE"
11817   - "ACL_STATELESS"
11818   - "ACL_STATEFUL"
11819   - "ACL_STATELESS"
11820   - "ACL_STATEFUL"
11821   traces:
11822     hoverinfo: "x+y"
11823     boxpoints: "outliers"
11824     whiskerwidth: 0
11825   layout:
11826     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11827     layout: "plot-throughput"
11828
11829 - type: "plot"
11830   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11831   algorithm: "plot_performance_box"
11832   output-file-type: ".html"
11833   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11835   filter: "'NIC_Intel-X710' and
11836            '64B' and
11837            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11838            'NDRPDR' and
11839            '2T1C' and
11840            'IP4FWD' and
11841            not 'IPSEC' and
11842            not 'DOT1Q' and
11843            not 'VHOST'"
11844   parameters:
11845   - "throughput"
11846   - "parent"
11847   - "tags"
11848   sort:
11849   - "IP4BASE"
11850   - "ACL_STATELESS"
11851   - "ACL_STATEFUL"
11852   - "ACL_STATELESS"
11853   - "ACL_STATEFUL"
11854   traces:
11855     hoverinfo: "x+y"
11856     boxpoints: "outliers"
11857     whiskerwidth: 0
11858   layout:
11859     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11864   algorithm: "plot_performance_box"
11865   output-file-type: ".html"
11866   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11868   filter: "'NIC_Intel-X710' and
11869            '64B' and
11870            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11871            'NDRPDR' and
11872            '4T2C' and
11873            'IP4FWD' and
11874            not 'IPSEC' and
11875            not 'DOT1Q' and
11876            not 'VHOST'"
11877   parameters:
11878   - "throughput"
11879   - "parent"
11880   - "tags"
11881   sort:
11882   - "IP4BASE"
11883   - "ACL_STATELESS"
11884   - "ACL_STATEFUL"
11885   - "ACL_STATELESS"
11886   - "ACL_STATEFUL"
11887   traces:
11888     hoverinfo: "x+y"
11889     boxpoints: "outliers"
11890     whiskerwidth: 0
11891   layout:
11892     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11893     layout: "plot-throughput"
11894
11895 - type: "plot"
11896   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11897   algorithm: "plot_performance_box"
11898   output-file-type: ".html"
11899   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11901   filter: "'NIC_Intel-X710' and
11902            '64B' and
11903            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11904            'NDRPDR' and
11905            '4T2C' and
11906            'IP4FWD' and
11907            not 'IPSEC' and
11908            not 'DOT1Q' and
11909            not 'VHOST'"
11910   parameters:
11911   - "throughput"
11912   - "parent"
11913   - "tags"
11914   sort:
11915   - "IP4BASE"
11916   - "ACL_STATELESS"
11917   - "ACL_STATEFUL"
11918   - "ACL_STATELESS"
11919   - "ACL_STATEFUL"
11920   traces:
11921     hoverinfo: "x+y"
11922     boxpoints: "outliers"
11923     whiskerwidth: 0
11924   layout:
11925     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11926     layout: "plot-throughput"
11927
11928 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11929 - type: "plot"
11930   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11931   algorithm: "plot_performance_box"
11932   output-file-type: ".html"
11933   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11935   filter: "'NIC_Intel-XXV710' and
11936            '64B' and
11937            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11938            'NDRPDR' and
11939            '2T1C' and
11940            'IP4FWD' and
11941            not 'IPSEC' and
11942            not 'DOT1Q' and
11943            not 'VHOST'"
11944   parameters:
11945   - "throughput"
11946   - "parent"
11947   - "tags"
11948   sort:
11949   - "IP4BASE"
11950   - "FIB_20K"
11951   - "FIB_200K"
11952   - "FIB_2M"
11953   traces:
11954     hoverinfo: "x+y"
11955     boxpoints: "outliers"
11956     whiskerwidth: 0
11957   layout:
11958     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11963   algorithm: "plot_performance_box"
11964   output-file-type: ".html"
11965   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11967   filter: "'NIC_Intel-XXV710' and
11968            '64B' and
11969            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11970            'NDRPDR' and
11971            '2T1C' and
11972            'IP4FWD' and
11973            not 'IPSEC' and
11974            not 'DOT1Q' and
11975            not 'VHOST'"
11976   parameters:
11977   - "throughput"
11978   - "parent"
11979   - "tags"
11980   sort:
11981   - "IP4BASE"
11982   - "FIB_20K"
11983   - "FIB_200K"
11984   - "FIB_2M"
11985   traces:
11986     hoverinfo: "x+y"
11987     boxpoints: "outliers"
11988     whiskerwidth: 0
11989   layout:
11990     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11991     layout: "plot-throughput"
11992
11993 - type: "plot"
11994   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11995   algorithm: "plot_performance_box"
11996   output-file-type: ".html"
11997   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11999   filter: "'NIC_Intel-XXV710' and
12000            '64B' and
12001            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12002            'NDRPDR' and
12003            '4T2C' and
12004            'IP4FWD' and
12005            not 'IPSEC' and
12006            not 'DOT1Q' and
12007            not 'VHOST'"
12008   parameters:
12009   - "throughput"
12010   - "parent"
12011   - "tags"
12012   sort:
12013   - "IP4BASE"
12014   - "FIB_20K"
12015   - "FIB_200K"
12016   - "FIB_2M"
12017   traces:
12018     hoverinfo: "x+y"
12019     boxpoints: "outliers"
12020     whiskerwidth: 0
12021   layout:
12022     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12023     layout: "plot-throughput"
12024
12025 - type: "plot"
12026   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12027   algorithm: "plot_performance_box"
12028   output-file-type: ".html"
12029   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   filter: "'NIC_Intel-XXV710' and
12032            '64B' and
12033            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12034            'NDRPDR' and
12035            '4T2C' and
12036            'IP4FWD' and
12037            not 'IPSEC' and
12038            not 'DOT1Q' and
12039            not 'VHOST'"
12040   parameters:
12041   - "throughput"
12042   - "parent"
12043   - "tags"
12044   sort:
12045   - "IP4BASE"
12046   - "FIB_20K"
12047   - "FIB_200K"
12048   - "FIB_2M"
12049   traces:
12050     hoverinfo: "x+y"
12051     boxpoints: "outliers"
12052     whiskerwidth: 0
12053   layout:
12054     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12055     layout: "plot-throughput"
12056
12057 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12058 #- type: "plot"
12059 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12060 #  algorithm: "plot_performance_box"
12061 #  output-file-type: ".html"
12062 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12063 #  data: "intel-dnv-vpp"
12064 #  filter: "'NIC_Intel-X553' and
12065 #           '64B' and
12066 #           'IP4BASE' and
12067 #           'NDRPDR' and
12068 #           '1T1C' and
12069 #           'IP4FWD' and
12070 #           not 'IPSEC' and
12071 #           not 'VHOST'"
12072 #  parameters:
12073 #  - "throughput"
12074 #  - "parent"
12075 #  - "tags"
12076 #  sort:
12077 #  - "IP4BASE"
12078 #  traces:
12079 #    hoverinfo: "x+y"
12080 #    boxpoints: "outliers"
12081 #    whiskerwidth: 0
12082 #  layout:
12083 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12084 #    layout: "plot-throughput"
12085 #
12086 #- type: "plot"
12087 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12088 #  algorithm: "plot_performance_box"
12089 #  output-file-type: ".html"
12090 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12091 #  data: "intel-dnv-vpp"
12092 #  filter: "'NIC_Intel-X553' and
12093 #           '64B' and
12094 #           'IP4BASE' and
12095 #           'NDRPDR' and
12096 #           '1T1C' and
12097 #           'IP4FWD' and
12098 #           not 'IPSEC' and
12099 #           not 'VHOST'"
12100 #  parameters:
12101 #  - "throughput"
12102 #  - "parent"
12103 #  - "tags"
12104 #  sort:
12105 #  - "IP4BASE"
12106 #  traces:
12107 #    hoverinfo: "x+y"
12108 #    boxpoints: "outliers"
12109 #    whiskerwidth: 0
12110 #  layout:
12111 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12112 #    layout: "plot-throughput"
12113 #
12114 #- type: "plot"
12115 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12116 #  algorithm: "plot_performance_box"
12117 #  output-file-type: ".html"
12118 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12119 #  data: "intel-dnv-vpp"
12120 #  filter: "'NIC_Intel-X553' and
12121 #           '64B' and
12122 #           'IP4BASE' and
12123 #           'NDRPDR' and
12124 #           '2T2C' and
12125 #           'IP4FWD' and
12126 #           not 'IPSEC' and
12127 #           not 'VHOST'"
12128 #  parameters:
12129 #  - "throughput"
12130 #  - "parent"
12131 #  - "tags"
12132 #  sort:
12133 #  - "IP4BASE"
12134 #  traces:
12135 #    hoverinfo: "x+y"
12136 #    boxpoints: "outliers"
12137 #    whiskerwidth: 0
12138 #  layout:
12139 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12140 #    layout: "plot-throughput"
12141 #
12142 #- type: "plot"
12143 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12144 #  algorithm: "plot_performance_box"
12145 #  output-file-type: ".html"
12146 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12147 #  data: "intel-dnv-vpp"
12148 #  filter: "'NIC_Intel-X553' and
12149 #           '64B' and
12150 #           'IP4BASE' and
12151 #           'NDRPDR' and
12152 #           '2T2C' and
12153 #           'IP4FWD' and
12154 #           not 'IPSEC' and
12155 #           not 'VHOST'"
12156 #  parameters:
12157 #  - "throughput"
12158 #  - "parent"
12159 #  - "tags"
12160 #  sort:
12161 #  - "IP4BASE"
12162 #  traces:
12163 #    hoverinfo: "x+y"
12164 #    boxpoints: "outliers"
12165 #    whiskerwidth: 0
12166 #  layout:
12167 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12168 #    layout: "plot-throughput"
12169
12170 ################################################################################
12171
12172 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12173 - type: "plot"
12174   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12175   algorithm: "plot_performance_box"
12176   output-file-type: ".html"
12177   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12179   filter: "'NIC_Intel-X520-DA2' and
12180            '64B' and
12181            'ENCAP' and
12182            'NDRPDR' and
12183            '1T1C' and
12184            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12185            not 'DOT1Q' and
12186            not 'VHOST' and
12187            not 'IPSECHW'"
12188   parameters:
12189   - "throughput"
12190   - "parent"
12191   - "tags"
12192   sort:
12193   - "IP4BASE"
12194   - "L2BDMACLRN"
12195   - "L2XCFWD"
12196   - "LISP"
12197   traces:
12198     hoverinfo: "x+y"
12199     boxpoints: "outliers"
12200     whiskerwidth: 0
12201   layout:
12202     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12207   algorithm: "plot_performance_box"
12208   output-file-type: ".html"
12209   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12211   filter: "'NIC_Intel-X520-DA2' and
12212            '64B' and
12213            'ENCAP' and
12214            'NDRPDR' and
12215            '2T2C' and
12216            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12217            not 'DOT1Q' and
12218            not 'VHOST' and
12219            not 'IPSECHW'"
12220   parameters:
12221   - "throughput"
12222   - "parent"
12223   - "tags"
12224   sort:
12225   - "IP4BASE"
12226   - "L2BDMACLRN"
12227   - "L2XCFWD"
12228   - "LISP"
12229   traces:
12230     hoverinfo: "x+y"
12231     boxpoints: "outliers"
12232     whiskerwidth: 0
12233   layout:
12234     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12239   algorithm: "plot_performance_box"
12240   output-file-type: ".html"
12241   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12243   filter: "'NIC_Intel-X520-DA2' and
12244            '64B' and
12245            'ENCAP' and
12246            'NDRPDR' and
12247            '1T1C' and
12248            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12249            not 'DOT1Q' and
12250            not 'VHOST' and
12251            not 'IPSECHW'"
12252   parameters:
12253   - "throughput"
12254   - "parent"
12255   - "tags"
12256   sort:
12257   - "IP4BASE"
12258   - "L2BDMACLRN"
12259   - "L2XCFWD"
12260   - "LISP"
12261   traces:
12262     hoverinfo: "x+y"
12263     boxpoints: "outliers"
12264     whiskerwidth: 0
12265   layout:
12266     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12271   algorithm: "plot_performance_box"
12272   output-file-type: ".html"
12273   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12275   filter: "'NIC_Intel-X520-DA2' and
12276            '64B' and
12277            'ENCAP' and
12278            'NDRPDR' and
12279            '2T2C' and
12280            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12281            not 'DOT1Q' and
12282            not 'VHOST' and
12283            not 'IPSECHW'"
12284   parameters:
12285   - "throughput"
12286   - "parent"
12287   - "tags"
12288   sort:
12289   - "IP4BASE"
12290   - "L2BDMACLRN"
12291   - "L2XCFWD"
12292   - "LISP"
12293   traces:
12294     hoverinfo: "x+y"
12295     boxpoints: "outliers"
12296     whiskerwidth: 0
12297   layout:
12298     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12299     layout: "plot-throughput"
12300
12301 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12302 - type: "plot"
12303   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12304   algorithm: "plot_performance_box"
12305   output-file-type: ".html"
12306   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12308   filter: "'NIC_Intel-X710' and
12309            '64B' and
12310            'ENCAP' and
12311            'NDRPDR' and
12312            '1T1C' and
12313            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12314            not 'VHOST' and
12315            not 'IPSECHW'"
12316   parameters:
12317   - "throughput"
12318   - "parent"
12319   - "tags"
12320   sort:
12321   - "IP4BASE"
12322   - "LISP"
12323   - "VXLAN_1"
12324   - "VXLAN_10"
12325   - "VXLAN_100"
12326   - "VXLAN_1000"
12327   traces:
12328     hoverinfo: "x+y"
12329     boxpoints: "outliers"
12330     whiskerwidth: 0
12331   layout:
12332     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12337   algorithm: "plot_performance_box"
12338   output-file-type: ".html"
12339   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12341   filter: "'NIC_Intel-X710' and
12342            '64B' and
12343            'ENCAP' and
12344            'NDRPDR' and
12345            '1T1C' and
12346            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12347            not 'VHOST' and
12348            not 'IPSECHW'"
12349   parameters:
12350   - "throughput"
12351   - "parent"
12352   - "tags"
12353   sort:
12354   - "IP4BASE"
12355   - "LISP"
12356   - "VXLAN_1"
12357   - "VXLAN_10"
12358   - "VXLAN_100"
12359   - "VXLAN_1000"
12360   traces:
12361     hoverinfo: "x+y"
12362     boxpoints: "outliers"
12363     whiskerwidth: 0
12364   layout:
12365     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12366     layout: "plot-throughput"
12367
12368 - type: "plot"
12369   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12370   algorithm: "plot_performance_box"
12371   output-file-type: ".html"
12372   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12374   filter: "'NIC_Intel-X710' and
12375            '64B' and
12376            'ENCAP' and
12377            'NDRPDR' and
12378            '2T2C' and
12379            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12380            not 'VHOST' and
12381            not 'IPSECHW'"
12382   parameters:
12383   - "throughput"
12384   - "parent"
12385   - "tags"
12386   sort:
12387   - "IP4BASE"
12388   - "LISP"
12389   - "VXLAN_1"
12390   - "VXLAN_10"
12391   - "VXLAN_100"
12392   - "VXLAN_1000"
12393   traces:
12394     hoverinfo: "x+y"
12395     boxpoints: "outliers"
12396     whiskerwidth: 0
12397   layout:
12398     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12403   algorithm: "plot_performance_box"
12404   output-file-type: ".html"
12405   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12407   filter: "'NIC_Intel-X710' and
12408            '64B' and
12409            'ENCAP' and
12410            'NDRPDR' and
12411            '2T2C' and
12412            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12413            not 'VHOST' and
12414            not 'IPSECHW'"
12415   parameters:
12416   - "throughput"
12417   - "parent"
12418   - "tags"
12419   sort:
12420   - "IP4BASE"
12421   - "LISP"
12422   - "VXLAN_1"
12423   - "VXLAN_10"
12424   - "VXLAN_100"
12425   - "VXLAN_1000"
12426   traces:
12427     hoverinfo: "x+y"
12428     boxpoints: "outliers"
12429     whiskerwidth: 0
12430   layout:
12431     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12432     layout: "plot-throughput"
12433
12434 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12435 - type: "plot"
12436   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12437   algorithm: "plot_performance_box"
12438   output-file-type: ".html"
12439   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12441   filter: "'NIC_Intel-X710' and
12442            '64B' and
12443            'ENCAP' and
12444            'NDRPDR' and
12445            '1T1C' and
12446            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12447            not 'DOT1Q' and
12448            not 'VHOST' and
12449            not 'IPSECHW'"
12450   parameters:
12451   - "throughput"
12452   - "parent"
12453   - "tags"
12454   sort:
12455   - "IP4BASE"
12456   - "L2BDMACLRN"
12457   - "L2XCFWD"
12458   - "LISP"
12459   traces:
12460     hoverinfo: "x+y"
12461     boxpoints: "outliers"
12462     whiskerwidth: 0
12463   layout:
12464     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12469   algorithm: "plot_performance_box"
12470   output-file-type: ".html"
12471   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12473   filter: "'NIC_Intel-X710' and
12474            '64B' and
12475            'ENCAP' and
12476            'NDRPDR' and
12477            '2T2C' and
12478            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12479            not 'DOT1Q' and
12480            not 'VHOST' and
12481            not 'IPSECHW'"
12482   parameters:
12483   - "throughput"
12484   - "parent"
12485   - "tags"
12486   sort:
12487   - "IP4BASE"
12488   - "L2BDMACLRN"
12489   - "L2XCFWD"
12490   - "LISP"
12491   traces:
12492     hoverinfo: "x+y"
12493     boxpoints: "outliers"
12494     whiskerwidth: 0
12495   layout:
12496     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12501   algorithm: "plot_performance_box"
12502   output-file-type: ".html"
12503   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12505   filter: "'NIC_Intel-X710' and
12506            '64B' and
12507            'ENCAP' and
12508            'NDRPDR' and
12509            '1T1C' and
12510            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12511            not 'DOT1Q' and
12512            not 'VHOST' and
12513            not 'IPSECHW'"
12514   parameters:
12515   - "throughput"
12516   - "parent"
12517   - "tags"
12518   sort:
12519   - "IP4BASE"
12520   - "L2BDMACLRN"
12521   - "L2XCFWD"
12522   - "LISP"
12523   traces:
12524     hoverinfo: "x+y"
12525     boxpoints: "outliers"
12526     whiskerwidth: 0
12527   layout:
12528     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12529     layout: "plot-throughput"
12530
12531 - type: "plot"
12532   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12533   algorithm: "plot_performance_box"
12534   output-file-type: ".html"
12535   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12537   filter: "'NIC_Intel-X710' and
12538            '64B' and
12539            'ENCAP' and
12540            'NDRPDR' and
12541            '2T2C' and
12542            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12543            not 'DOT1Q' and
12544            not 'VHOST' and
12545            not 'IPSECHW'"
12546   parameters:
12547   - "throughput"
12548   - "parent"
12549   - "tags"
12550   sort:
12551   - "IP4BASE"
12552   - "L2BDMACLRN"
12553   - "L2XCFWD"
12554   - "LISP"
12555   traces:
12556     hoverinfo: "x+y"
12557     boxpoints: "outliers"
12558     whiskerwidth: 0
12559   layout:
12560     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12561     layout: "plot-throughput"
12562
12563 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12564 - type: "plot"
12565   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12566   algorithm: "plot_performance_box"
12567   output-file-type: ".html"
12568   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12570   filter: "'NIC_Intel-X710' and
12571            '64B' and
12572            'ENCAP' and
12573            'NDRPDR' and
12574            '2T1C' and
12575            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12576            not 'VHOST' and
12577            not 'IPSECHW'"
12578   parameters:
12579   - "throughput"
12580   - "parent"
12581   - "tags"
12582   sort:
12583   - "IP4BASE"
12584   - "LISP"
12585   - "VXLAN_1"
12586   - "VXLAN_10"
12587   - "VXLAN_100"
12588   - "VXLAN_1000"
12589   traces:
12590     hoverinfo: "x+y"
12591     boxpoints: "outliers"
12592     whiskerwidth: 0
12593   layout:
12594     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12599   algorithm: "plot_performance_box"
12600   output-file-type: ".html"
12601   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12603   filter: "'NIC_Intel-X710' and
12604            '64B' and
12605            'ENCAP' and
12606            'NDRPDR' and
12607            '2T1C' and
12608            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12609            not 'VHOST' and
12610            not 'IPSECHW'"
12611   parameters:
12612   - "throughput"
12613   - "parent"
12614   - "tags"
12615   sort:
12616   - "IP4BASE"
12617   - "LISP"
12618   - "VXLAN_1"
12619   - "VXLAN_10"
12620   - "VXLAN_100"
12621   - "VXLAN_1000"
12622   traces:
12623     hoverinfo: "x+y"
12624     boxpoints: "outliers"
12625     whiskerwidth: 0
12626   layout:
12627     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12632   algorithm: "plot_performance_box"
12633   output-file-type: ".html"
12634   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12636   filter: "'NIC_Intel-X710' and
12637            '64B' and
12638            'ENCAP' and
12639            'NDRPDR' and
12640            '4T2C' and
12641            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12642            not 'VHOST' and
12643            not 'IPSECHW'"
12644   parameters:
12645   - "throughput"
12646   - "parent"
12647   - "tags"
12648   sort:
12649   - "IP4BASE"
12650   - "LISP"
12651   - "VXLAN_1"
12652   - "VXLAN_10"
12653   - "VXLAN_100"
12654   - "VXLAN_1000"
12655   traces:
12656     hoverinfo: "x+y"
12657     boxpoints: "outliers"
12658     whiskerwidth: 0
12659   layout:
12660     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12661     layout: "plot-throughput"
12662
12663 - type: "plot"
12664   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12665   algorithm: "plot_performance_box"
12666   output-file-type: ".html"
12667   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12669   filter: "'NIC_Intel-X710' and
12670            '64B' and
12671            'ENCAP' and
12672            'NDRPDR' and
12673            '4T2C' and
12674            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12675            not 'VHOST' and
12676            not 'IPSECHW'"
12677   parameters:
12678   - "throughput"
12679   - "parent"
12680   - "tags"
12681   sort:
12682   - "IP4BASE"
12683   - "LISP"
12684   - "VXLAN_1"
12685   - "VXLAN_10"
12686   - "VXLAN_100"
12687   - "VXLAN_1000"
12688   traces:
12689     hoverinfo: "x+y"
12690     boxpoints: "outliers"
12691     whiskerwidth: 0
12692   layout:
12693     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12694     layout: "plot-throughput"
12695
12696 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12697 - type: "plot"
12698   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12699   algorithm: "plot_performance_box"
12700   output-file-type: ".html"
12701   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703   filter: "'NIC_Intel-X710' and
12704            '64B' and
12705            'ENCAP' and
12706            'NDRPDR' and
12707            '2T1C' and
12708            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12709            not 'DOT1Q' and
12710            not 'VHOST' and
12711            not 'IPSECHW'"
12712   parameters:
12713   - "throughput"
12714   - "parent"
12715   - "tags"
12716   sort:
12717   - "IP4BASE"
12718   - "L2BDMACLRN"
12719   - "L2XCFWD"
12720   - "LISP"
12721   traces:
12722     hoverinfo: "x+y"
12723     boxpoints: "outliers"
12724     whiskerwidth: 0
12725   layout:
12726     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12731   algorithm: "plot_performance_box"
12732   output-file-type: ".html"
12733   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12735   filter: "'NIC_Intel-X710' and
12736            '64B' and
12737            'ENCAP' and
12738            'NDRPDR' and
12739            '4T2C' and
12740            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12741            not 'DOT1Q' and
12742            not 'VHOST' and
12743            not 'IPSECHW'"
12744   parameters:
12745   - "throughput"
12746   - "parent"
12747   - "tags"
12748   sort:
12749   - "IP4BASE"
12750   - "L2BDMACLRN"
12751   - "L2XCFWD"
12752   - "LISP"
12753   traces:
12754     hoverinfo: "x+y"
12755     boxpoints: "outliers"
12756     whiskerwidth: 0
12757   layout:
12758     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12759     layout: "plot-throughput"
12760
12761 - type: "plot"
12762   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12763   algorithm: "plot_performance_box"
12764   output-file-type: ".html"
12765   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12767   filter: "'NIC_Intel-X710' and
12768            '64B' and
12769            'ENCAP' and
12770            'NDRPDR' and
12771            '2T1C' and
12772            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12773            not 'DOT1Q' and
12774            not 'VHOST' and
12775            not 'IPSECHW'"
12776   parameters:
12777   - "throughput"
12778   - "parent"
12779   - "tags"
12780   sort:
12781   - "IP4BASE"
12782   - "L2BDMACLRN"
12783   - "L2XCFWD"
12784   - "LISP"
12785   traces:
12786     hoverinfo: "x+y"
12787     boxpoints: "outliers"
12788     whiskerwidth: 0
12789   layout:
12790     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12795   algorithm: "plot_performance_box"
12796   output-file-type: ".html"
12797   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12799   filter: "'NIC_Intel-X710' and
12800            '64B' and
12801            'ENCAP' and
12802            'NDRPDR' and
12803            '4T2C' and
12804            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12805            not 'DOT1Q' and
12806            not 'VHOST' and
12807            not 'IPSECHW'"
12808   parameters:
12809   - "throughput"
12810   - "parent"
12811   - "tags"
12812   sort:
12813   - "IP4BASE"
12814   - "L2BDMACLRN"
12815   - "L2XCFWD"
12816   - "LISP"
12817   traces:
12818     hoverinfo: "x+y"
12819     boxpoints: "outliers"
12820     whiskerwidth: 0
12821   layout:
12822     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12823     layout: "plot-throughput"
12824
12825 ################################################################################
12826
12827 # Packet Throughput - VPP IPv6 3n-hsw-x520
12828 - type: "plot"
12829   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12830   algorithm: "plot_performance_box"
12831   output-file-type: ".html"
12832   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12834   filter: "'NIC_Intel-X520-DA2' and
12835            '78B' and
12836            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12837            'NDRPDR' and
12838            '1T1C' and
12839            'IP6FWD' and
12840            not 'SRv6' and
12841            not 'IPSEC' and
12842            not 'VHOST'"
12843   parameters:
12844   - "throughput"
12845   - "parent"
12846   - "tags"
12847   sort:
12848   - "IP6BASE"
12849   - "FIB_20K"
12850   - "FIB_200K"
12851   - "FIB_2M"
12852   traces:
12853     hoverinfo: "x+y"
12854     boxpoints: "outliers"
12855     whiskerwidth: 0
12856   layout:
12857     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12862   algorithm: "plot_performance_box"
12863   output-file-type: ".html"
12864   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12866   filter: "'NIC_Intel-X520-DA2' and
12867            '78B' and
12868            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12869            'NDRPDR' and
12870            '1T1C' and
12871            'IP6FWD' and
12872            not 'SRv6' and
12873            not 'IPSEC' and
12874            not 'VHOST'"
12875   parameters:
12876   - "throughput"
12877   - "parent"
12878   - "tags"
12879   sort:
12880   - "IP6BASE"
12881   - "FIB_20K"
12882   - "FIB_200K"
12883   - "FIB_2M"
12884   traces:
12885     hoverinfo: "x+y"
12886     boxpoints: "outliers"
12887     whiskerwidth: 0
12888   layout:
12889     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12894   algorithm: "plot_performance_box"
12895   output-file-type: ".html"
12896   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12898   filter: "'NIC_Intel-X520-DA2' and
12899            '78B' and
12900            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12901            'NDRPDR' and
12902            '2T2C' and
12903            'IP6FWD' and
12904            not 'SRv6' and
12905            not 'IPSEC' and
12906            not 'VHOST'"
12907   parameters:
12908   - "throughput"
12909   - "parent"
12910   - "tags"
12911   sort:
12912   - "IP6BASE"
12913   - "FIB_20K"
12914   - "FIB_200K"
12915   - "FIB_2M"
12916   traces:
12917     hoverinfo: "x+y"
12918     boxpoints: "outliers"
12919     whiskerwidth: 0
12920   layout:
12921     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12926   algorithm: "plot_performance_box"
12927   output-file-type: ".html"
12928   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12930   filter: "'NIC_Intel-X520-DA2' and
12931            '78B' and
12932            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12933            'NDRPDR' and
12934            '2T2C' and
12935            'IP6FWD' and
12936            not 'SRv6' and
12937            not 'IPSEC' and
12938            not 'VHOST'"
12939   parameters:
12940   - "throughput"
12941   - "parent"
12942   - "tags"
12943   sort:
12944   - "IP6BASE"
12945   - "FIB_20K"
12946   - "FIB_200K"
12947   - "FIB_2M"
12948   traces:
12949     hoverinfo: "x+y"
12950     boxpoints: "outliers"
12951     whiskerwidth: 0
12952   layout:
12953     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12954     layout: "plot-throughput"
12955
12956 # Packet Throughput - VPP IPv6 3n-hsw-x710
12957 - type: "plot"
12958   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12959   algorithm: "plot_performance_box"
12960   output-file-type: ".html"
12961   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12963   filter: "'NIC_Intel-X710' and
12964            '78B' and
12965            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12966            'NDRPDR' and
12967            '1T1C' and
12968            'IP6FWD' and
12969            not 'SRv6' and
12970            not 'IPSEC' and
12971            not 'VHOST'"
12972   parameters:
12973   - "throughput"
12974   - "parent"
12975   - "tags"
12976   sort:
12977   - "IP6BASE"
12978   - "FIB_20K"
12979   - "FIB_200K"
12980   - "FIB_2M"
12981   traces:
12982     hoverinfo: "x+y"
12983     boxpoints: "outliers"
12984     whiskerwidth: 0
12985   layout:
12986     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12991   algorithm: "plot_performance_box"
12992   output-file-type: ".html"
12993   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12995   filter: "'NIC_Intel-X710' and
12996            '78B' and
12997            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12998            'NDRPDR' and
12999            '1T1C' and
13000            'IP6FWD' and
13001            not 'SRv6' and
13002            not 'IPSEC' and
13003            not 'VHOST'"
13004   parameters:
13005   - "throughput"
13006   - "parent"
13007   - "tags"
13008   sort:
13009   - "IP6BASE"
13010   - "FIB_20K"
13011   - "FIB_200K"
13012   - "FIB_2M"
13013   traces:
13014     hoverinfo: "x+y"
13015     boxpoints: "outliers"
13016     whiskerwidth: 0
13017   layout:
13018     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13023   algorithm: "plot_performance_box"
13024   output-file-type: ".html"
13025   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13027   filter: "'NIC_Intel-X710' and
13028            '78B' and
13029            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13030            'NDRPDR' and
13031            '2T2C' and
13032            'IP6FWD' and
13033            not 'SRv6' and
13034            not 'IPSEC' and
13035            not 'VHOST'"
13036   parameters:
13037   - "throughput"
13038   - "parent"
13039   - "tags"
13040   sort:
13041   - "IP6BASE"
13042   - "FIB_20K"
13043   - "FIB_200K"
13044   - "FIB_2M"
13045   traces:
13046     hoverinfo: "x+y"
13047     boxpoints: "outliers"
13048     whiskerwidth: 0
13049   layout:
13050     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13055   algorithm: "plot_performance_box"
13056   output-file-type: ".html"
13057   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13059   filter: "'NIC_Intel-X710' and
13060            '78B' and
13061            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13062            'NDRPDR' and
13063            '2T2C' and
13064            'IP6FWD' and
13065            not 'SRv6' and
13066            not 'IPSEC' and
13067            not 'VHOST'"
13068   parameters:
13069   - "throughput"
13070   - "parent"
13071   - "tags"
13072   sort:
13073   - "IP6BASE"
13074   - "FIB_20K"
13075   - "FIB_200K"
13076   - "FIB_2M"
13077   traces:
13078     hoverinfo: "x+y"
13079     boxpoints: "outliers"
13080     whiskerwidth: 0
13081   layout:
13082     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13083     layout: "plot-throughput"
13084
13085 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13086 - type: "plot"
13087   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13088   algorithm: "plot_performance_box"
13089   output-file-type: ".html"
13090   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13092   filter: "'NIC_Intel-X710' and
13093            '78B' and
13094            ('IP6BASE' or
13095             'POLICE_MARK' or
13096             'COPWHLIST' or
13097             'IACLDST') and
13098            'NDRPDR' and
13099            '1T1C' and
13100            'IP6FWD' and
13101            not 'SRv6' and
13102            not 'IPSEC' and
13103            not 'VHOST'"
13104   parameters:
13105   - "throughput"
13106   - "parent"
13107   - "tags"
13108   sort:
13109   - "IP6BASE"
13110   - "POLICE_MARK"
13111   - "COPWHLIST"
13112   - "IACLDST"
13113   traces:
13114     hoverinfo: "x+y"
13115     boxpoints: "outliers"
13116     whiskerwidth: 0
13117   layout:
13118     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13119     layout: "plot-throughput"
13120
13121 - type: "plot"
13122   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13123   algorithm: "plot_performance_box"
13124   output-file-type: ".html"
13125   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13127   filter: "'NIC_Intel-X710' and
13128            '78B' and
13129            ('IP6BASE' or
13130             'POLICE_MARK' or
13131             'COPWHLIST' or
13132             'IACLDST') and
13133            'NDRPDR' and
13134            '2T2C' and
13135            'IP6FWD' and
13136            not 'SRv6' and
13137            not 'IPSEC' and
13138            not 'VHOST'"
13139   parameters:
13140   - "throughput"
13141   - "parent"
13142   - "tags"
13143   sort:
13144   - "IP6BASE"
13145   - "POLICE_MARK"
13146   - "COPWHLIST"
13147   - "IACLDST"
13148   traces:
13149     hoverinfo: "x+y"
13150     boxpoints: "outliers"
13151     whiskerwidth: 0
13152   layout:
13153     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13154     layout: "plot-throughput"
13155
13156 - type: "plot"
13157   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13158   algorithm: "plot_performance_box"
13159   output-file-type: ".html"
13160   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13162   filter: "'NIC_Intel-X710' and
13163            '78B' and
13164            ('IP6BASE' or
13165             'POLICE_MARK' or
13166             'COPWHLIST' or
13167             'IACLDST') and
13168            'NDRPDR' and
13169            '1T1C' and
13170            'IP6FWD' and
13171            not 'SRv6' and
13172            not 'IPSEC' and
13173            not 'VHOST'"
13174   parameters:
13175   - "throughput"
13176   - "parent"
13177   - "tags"
13178   sort:
13179   - "IP6BASE"
13180   - "POLICE_MARK"
13181   - "COPWHLIST"
13182   - "IACLDST"
13183   traces:
13184     hoverinfo: "x+y"
13185     boxpoints: "outliers"
13186     whiskerwidth: 0
13187   layout:
13188     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13193   algorithm: "plot_performance_box"
13194   output-file-type: ".html"
13195   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13197   filter: "'NIC_Intel-X710' and
13198            '78B' and
13199            ('IP6BASE' or
13200             'POLICE_MARK' or
13201             'COPWHLIST' or
13202             'IACLDST') and
13203            'NDRPDR' and
13204            '2T2C' and
13205            'IP6FWD' and
13206            not 'SRv6' and
13207            not 'IPSEC' and
13208            not 'VHOST'"
13209   parameters:
13210   - "throughput"
13211   - "parent"
13212   - "tags"
13213   sort:
13214   - "IP6BASE"
13215   - "POLICE_MARK"
13216   - "COPWHLIST"
13217   - "IACLDST"
13218   traces:
13219     hoverinfo: "x+y"
13220     boxpoints: "outliers"
13221     whiskerwidth: 0
13222   layout:
13223     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13224     layout: "plot-throughput"
13225
13226 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13227 - type: "plot"
13228   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13229   algorithm: "plot_performance_box"
13230   output-file-type: ".html"
13231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13233   filter: "'NIC_Intel-XL710' and
13234            '78B' and
13235            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13236            'NDRPDR' and
13237            '1T1C' and
13238            'IP6FWD' and
13239            not 'SRv6' and
13240            not 'IPSEC' and
13241            not 'VHOST'"
13242   parameters:
13243   - "throughput"
13244   - "parent"
13245   - "tags"
13246   sort:
13247   - "IP6BASE"
13248   - "FIB_20K"
13249   - "FIB_200K"
13250   - "FIB_2M"
13251   traces:
13252     hoverinfo: "x+y"
13253     boxpoints: "outliers"
13254     whiskerwidth: 0
13255   layout:
13256     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13257     layout: "plot-throughput"
13258
13259 - type: "plot"
13260   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13261   algorithm: "plot_performance_box"
13262   output-file-type: ".html"
13263   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13265   filter: "'NIC_Intel-XL710' and
13266            '78B' and
13267            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13268            'NDRPDR' and
13269            '1T1C' and
13270            'IP6FWD' and
13271            not 'SRv6' and
13272            not 'IPSEC' and
13273            not 'VHOST'"
13274   parameters:
13275   - "throughput"
13276   - "parent"
13277   - "tags"
13278   sort:
13279   - "IP6BASE"
13280   - "FIB_20K"
13281   - "FIB_200K"
13282   - "FIB_2M"
13283   traces:
13284     hoverinfo: "x+y"
13285     boxpoints: "outliers"
13286     whiskerwidth: 0
13287   layout:
13288     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13289     layout: "plot-throughput"
13290
13291 - type: "plot"
13292   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13293   algorithm: "plot_performance_box"
13294   output-file-type: ".html"
13295   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13297   filter: "'NIC_Intel-XL710' and
13298            '78B' and
13299            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13300            'NDRPDR' and
13301            '2T2C' and
13302            'IP6FWD' and
13303            not 'SRv6' and
13304            not 'IPSEC' and
13305            not 'VHOST'"
13306   parameters:
13307   - "throughput"
13308   - "parent"
13309   - "tags"
13310   sort:
13311   - "IP6BASE"
13312   - "FIB_20K"
13313   - "FIB_200K"
13314   - "FIB_2M"
13315   traces:
13316     hoverinfo: "x+y"
13317     boxpoints: "outliers"
13318     whiskerwidth: 0
13319   layout:
13320     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13325   algorithm: "plot_performance_box"
13326   output-file-type: ".html"
13327   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13329   filter: "'NIC_Intel-XL710' and
13330            '78B' and
13331            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13332            'NDRPDR' and
13333            '2T2C' and
13334            'IP6FWD' and
13335            not 'SRv6' and
13336            not 'IPSEC' and
13337            not 'VHOST'"
13338   parameters:
13339   - "throughput"
13340   - "parent"
13341   - "tags"
13342   sort:
13343   - "IP6BASE"
13344   - "FIB_20K"
13345   - "FIB_200K"
13346   - "FIB_2M"
13347   traces:
13348     hoverinfo: "x+y"
13349     boxpoints: "outliers"
13350     whiskerwidth: 0
13351   layout:
13352     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13353     layout: "plot-throughput"
13354
13355 # Packet Throughput - VPP IPv6 3n-skx-x710
13356 - type: "plot"
13357   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13358   algorithm: "plot_performance_box"
13359   output-file-type: ".html"
13360   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13362   filter: "'NIC_Intel-X710' and
13363            '78B' and
13364            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13365            'NDRPDR' and
13366            '2T1C' and
13367            'IP6FWD' and
13368            not 'SRv6' and
13369            not 'IPSEC' and
13370            not 'VHOST'"
13371   parameters:
13372   - "throughput"
13373   - "parent"
13374   - "tags"
13375   sort:
13376   - "IP6BASE"
13377   - "FIB_20K"
13378   - "FIB_200K"
13379   - "FIB_2M"
13380   traces:
13381     hoverinfo: "x+y"
13382     boxpoints: "outliers"
13383     whiskerwidth: 0
13384   layout:
13385     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13390   algorithm: "plot_performance_box"
13391   output-file-type: ".html"
13392   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13394   filter: "'NIC_Intel-X710' and
13395            '78B' and
13396            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13397            'NDRPDR' and
13398            '2T1C' and
13399            'IP6FWD' and
13400            not 'SRv6' and
13401            not 'IPSEC' and
13402            not 'VHOST'"
13403   parameters:
13404   - "throughput"
13405   - "parent"
13406   - "tags"
13407   sort:
13408   - "IP6BASE"
13409   - "FIB_20K"
13410   - "FIB_200K"
13411   - "FIB_2M"
13412   traces:
13413     hoverinfo: "x+y"
13414     boxpoints: "outliers"
13415     whiskerwidth: 0
13416   layout:
13417     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13422   algorithm: "plot_performance_box"
13423   output-file-type: ".html"
13424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13426   filter: "'NIC_Intel-X710' and
13427            '78B' and
13428            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13429            'NDRPDR' and
13430            '4T2C' and
13431            'IP6FWD' and
13432            not 'SRv6' and
13433            not 'IPSEC' and
13434            not 'VHOST'"
13435   parameters:
13436   - "throughput"
13437   - "parent"
13438   - "tags"
13439   sort:
13440   - "IP6BASE"
13441   - "FIB_20K"
13442   - "FIB_200K"
13443   - "FIB_2M"
13444   traces:
13445     hoverinfo: "x+y"
13446     boxpoints: "outliers"
13447     whiskerwidth: 0
13448   layout:
13449     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13450     layout: "plot-throughput"
13451
13452 - type: "plot"
13453   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13454   algorithm: "plot_performance_box"
13455   output-file-type: ".html"
13456   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13458   filter: "'NIC_Intel-X710' and
13459            '78B' and
13460            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13461            'NDRPDR' and
13462            '4T2C' and
13463            'IP6FWD' and
13464            not 'SRv6' and
13465            not 'IPSEC' and
13466            not 'VHOST'"
13467   parameters:
13468   - "throughput"
13469   - "parent"
13470   - "tags"
13471   sort:
13472   - "IP6BASE"
13473   - "FIB_20K"
13474   - "FIB_200K"
13475   - "FIB_2M"
13476   traces:
13477     hoverinfo: "x+y"
13478     boxpoints: "outliers"
13479     whiskerwidth: 0
13480   layout:
13481     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13482     layout: "plot-throughput"
13483
13484 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13485 - type: "plot"
13486   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13487   algorithm: "plot_performance_box"
13488   output-file-type: ".html"
13489   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13491   filter: "'NIC_Intel-X710' and
13492            '78B' and
13493            ('IP6BASE' or
13494             'POLICE_MARK' or
13495             'COPWHLIST' or
13496             'IACLDST') and
13497            'NDRPDR' and
13498            '2T1C' and
13499            'IP6FWD' and
13500            not 'SRv6' and
13501            not 'IPSEC' and
13502            not 'VHOST'"
13503   parameters:
13504   - "throughput"
13505   - "parent"
13506   - "tags"
13507   sort:
13508   - "IP6BASE"
13509   - "POLICE_MARK"
13510   - "COPWHLIST"
13511   - "IACLDST"
13512   traces:
13513     hoverinfo: "x+y"
13514     boxpoints: "outliers"
13515     whiskerwidth: 0
13516   layout:
13517     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13518     layout: "plot-throughput"
13519
13520 - type: "plot"
13521   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13522   algorithm: "plot_performance_box"
13523   output-file-type: ".html"
13524   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13526   filter: "'NIC_Intel-X710' and
13527            '78B' and
13528            ('IP6BASE' or
13529             'POLICE_MARK' or
13530             'COPWHLIST' or
13531             'IACLDST') and
13532            'NDRPDR' and
13533            '4T2C' and
13534            'IP6FWD' and
13535            not 'SRv6' and
13536            not 'IPSEC' and
13537            not 'VHOST'"
13538   parameters:
13539   - "throughput"
13540   - "parent"
13541   - "tags"
13542   sort:
13543   - "IP6BASE"
13544   - "POLICE_MARK"
13545   - "COPWHLIST"
13546   - "IACLDST"
13547   traces:
13548     hoverinfo: "x+y"
13549     boxpoints: "outliers"
13550     whiskerwidth: 0
13551   layout:
13552     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13557   algorithm: "plot_performance_box"
13558   output-file-type: ".html"
13559   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13561   filter: "'NIC_Intel-X710' and
13562            '78B' and
13563            ('IP6BASE' or
13564             'POLICE_MARK' or
13565             'COPWHLIST' or
13566             'IACLDST') and
13567            'NDRPDR' and
13568            '2T1C' and
13569            'IP6FWD' and
13570            not 'SRv6' and
13571            not 'IPSEC' and
13572            not 'VHOST'"
13573   parameters:
13574   - "throughput"
13575   - "parent"
13576   - "tags"
13577   sort:
13578   - "IP6BASE"
13579   - "POLICE_MARK"
13580   - "COPWHLIST"
13581   - "IACLDST"
13582   traces:
13583     hoverinfo: "x+y"
13584     boxpoints: "outliers"
13585     whiskerwidth: 0
13586   layout:
13587     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13592   algorithm: "plot_performance_box"
13593   output-file-type: ".html"
13594   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13596   filter: "'NIC_Intel-X710' and
13597            '78B' and
13598            ('IP6BASE' or
13599             'POLICE_MARK' or
13600             'COPWHLIST' or
13601             'IACLDST') and
13602            'NDRPDR' and
13603            '4T2C' and
13604            'IP6FWD' and
13605            not 'SRv6' and
13606            not 'IPSEC' and
13607            not 'VHOST'"
13608   parameters:
13609   - "throughput"
13610   - "parent"
13611   - "tags"
13612   sort:
13613   - "IP6BASE"
13614   - "POLICE_MARK"
13615   - "COPWHLIST"
13616   - "IACLDST"
13617   traces:
13618     hoverinfo: "x+y"
13619     boxpoints: "outliers"
13620     whiskerwidth: 0
13621   layout:
13622     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13623     layout: "plot-throughput"
13624
13625 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13626 - type: "plot"
13627   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13628   algorithm: "plot_performance_box"
13629   output-file-type: ".html"
13630   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13632   filter: "'NIC_Intel-XXV710' and
13633            '78B' and
13634            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13635            'NDRPDR' and
13636            '2T1C' and
13637            'IP6FWD' and
13638            not 'SRv6' and
13639            not 'IPSEC' and
13640            not 'VHOST'"
13641   parameters:
13642   - "throughput"
13643   - "parent"
13644   - "tags"
13645   sort:
13646   - "IP6BASE"
13647   - "FIB_20K"
13648   - "FIB_200K"
13649   - "FIB_2M"
13650   traces:
13651     hoverinfo: "x+y"
13652     boxpoints: "outliers"
13653     whiskerwidth: 0
13654   layout:
13655     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13660   algorithm: "plot_performance_box"
13661   output-file-type: ".html"
13662   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13664   filter: "'NIC_Intel-XXV710' and
13665            '78B' and
13666            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13667            'NDRPDR' and
13668            '2T1C' and
13669            'IP6FWD' and
13670            not 'SRv6' and
13671            not 'IPSEC' and
13672            not 'VHOST'"
13673   parameters:
13674   - "throughput"
13675   - "parent"
13676   - "tags"
13677   sort:
13678   - "IP6BASE"
13679   - "FIB_20K"
13680   - "FIB_200K"
13681   - "FIB_2M"
13682   traces:
13683     hoverinfo: "x+y"
13684     boxpoints: "outliers"
13685     whiskerwidth: 0
13686   layout:
13687     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13688     layout: "plot-throughput"
13689
13690 - type: "plot"
13691   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13692   algorithm: "plot_performance_box"
13693   output-file-type: ".html"
13694   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13696   filter: "'NIC_Intel-XXV710' and
13697            '78B' and
13698            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13699            'NDRPDR' and
13700            '4T2C' and
13701            'IP6FWD' and
13702            not 'SRv6' and
13703            not 'IPSEC' and
13704            not 'VHOST'"
13705   parameters:
13706   - "throughput"
13707   - "parent"
13708   - "tags"
13709   sort:
13710   - "IP6BASE"
13711   - "FIB_20K"
13712   - "FIB_200K"
13713   - "FIB_2M"
13714   traces:
13715     hoverinfo: "x+y"
13716     boxpoints: "outliers"
13717     whiskerwidth: 0
13718   layout:
13719     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13720     layout: "plot-throughput"
13721
13722 - type: "plot"
13723   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13724   algorithm: "plot_performance_box"
13725   output-file-type: ".html"
13726   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13728   filter: "'NIC_Intel-XXV710' and
13729            '78B' and
13730            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13731            'NDRPDR' and
13732            '4T2C' and
13733            'IP6FWD' and
13734            not 'SRv6' and
13735            not 'IPSEC' and
13736            not 'VHOST'"
13737   parameters:
13738   - "throughput"
13739   - "parent"
13740   - "tags"
13741   sort:
13742   - "IP6BASE"
13743   - "FIB_20K"
13744   - "FIB_200K"
13745   - "FIB_2M"
13746   traces:
13747     hoverinfo: "x+y"
13748     boxpoints: "outliers"
13749     whiskerwidth: 0
13750   layout:
13751     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13752     layout: "plot-throughput"
13753
13754 # Packet Throughput - VPP IPv6 2n-skx-x710
13755 - type: "plot"
13756   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13757   algorithm: "plot_performance_box"
13758   output-file-type: ".html"
13759   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13761   filter: "'NIC_Intel-X710' and
13762            '78B' and
13763            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13764            'NDRPDR' and
13765            '2T1C' and
13766            'IP6FWD' and
13767            not 'SRv6' and
13768            not 'IPSEC' and
13769            not 'VHOST'"
13770   parameters:
13771   - "throughput"
13772   - "parent"
13773   - "tags"
13774   sort:
13775   - "IP6BASE"
13776   - "FIB_20K"
13777   - "FIB_200K"
13778   - "FIB_2M"
13779   traces:
13780     hoverinfo: "x+y"
13781     boxpoints: "outliers"
13782     whiskerwidth: 0
13783   layout:
13784     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13785     layout: "plot-throughput"
13786
13787 - type: "plot"
13788   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13789   algorithm: "plot_performance_box"
13790   output-file-type: ".html"
13791   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13793   filter: "'NIC_Intel-X710' and
13794            '78B' and
13795            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13796            'NDRPDR' and
13797            '2T1C' and
13798            'IP6FWD' and
13799            not 'SRv6' and
13800            not 'IPSEC' and
13801            not 'VHOST'"
13802   parameters:
13803   - "throughput"
13804   - "parent"
13805   - "tags"
13806   sort:
13807   - "IP6BASE"
13808   - "FIB_20K"
13809   - "FIB_200K"
13810   - "FIB_2M"
13811   traces:
13812     hoverinfo: "x+y"
13813     boxpoints: "outliers"
13814     whiskerwidth: 0
13815   layout:
13816     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13817     layout: "plot-throughput"
13818
13819 - type: "plot"
13820   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13821   algorithm: "plot_performance_box"
13822   output-file-type: ".html"
13823   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13825   filter: "'NIC_Intel-X710' and
13826            '78B' and
13827            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13828            'NDRPDR' and
13829            '4T2C' and
13830            'IP6FWD' and
13831            not 'SRv6' and
13832            not 'IPSEC' and
13833            not 'VHOST'"
13834   parameters:
13835   - "throughput"
13836   - "parent"
13837   - "tags"
13838   sort:
13839   - "IP6BASE"
13840   - "FIB_20K"
13841   - "FIB_200K"
13842   - "FIB_2M"
13843   traces:
13844     hoverinfo: "x+y"
13845     boxpoints: "outliers"
13846     whiskerwidth: 0
13847   layout:
13848     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13849     layout: "plot-throughput"
13850
13851 - type: "plot"
13852   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13853   algorithm: "plot_performance_box"
13854   output-file-type: ".html"
13855   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   filter: "'NIC_Intel-X710' and
13858            '78B' and
13859            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13860            'NDRPDR' and
13861            '4T2C' and
13862            'IP6FWD' and
13863            not 'SRv6' and
13864            not 'IPSEC' and
13865            not 'VHOST'"
13866   parameters:
13867   - "throughput"
13868   - "parent"
13869   - "tags"
13870   sort:
13871   - "IP6BASE"
13872   - "FIB_20K"
13873   - "FIB_200K"
13874   - "FIB_2M"
13875   traces:
13876     hoverinfo: "x+y"
13877     boxpoints: "outliers"
13878     whiskerwidth: 0
13879   layout:
13880     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13881     layout: "plot-throughput"
13882
13883 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13884 - type: "plot"
13885   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13886   algorithm: "plot_performance_box"
13887   output-file-type: ".html"
13888   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13890   filter: "'NIC_Intel-XXV710' and
13891            '78B' and
13892            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13893            'NDRPDR' and
13894            '2T1C' and
13895            'IP6FWD' and
13896            not 'SRv6' and
13897            not 'IPSEC' and
13898            not 'VHOST'"
13899   parameters:
13900   - "throughput"
13901   - "parent"
13902   - "tags"
13903   sort:
13904   - "IP6BASE"
13905   - "FIB_20K"
13906   - "FIB_200K"
13907   - "FIB_2M"
13908   traces:
13909     hoverinfo: "x+y"
13910     boxpoints: "outliers"
13911     whiskerwidth: 0
13912   layout:
13913     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13918   algorithm: "plot_performance_box"
13919   output-file-type: ".html"
13920   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13922   filter: "'NIC_Intel-XXV710' and
13923            '78B' and
13924            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13925            'NDRPDR' and
13926            '2T1C' and
13927            'IP6FWD' and
13928            not 'SRv6' and
13929            not 'IPSEC' and
13930            not 'VHOST'"
13931   parameters:
13932   - "throughput"
13933   - "parent"
13934   - "tags"
13935   sort:
13936   - "IP6BASE"
13937   - "FIB_20K"
13938   - "FIB_200K"
13939   - "FIB_2M"
13940   traces:
13941     hoverinfo: "x+y"
13942     boxpoints: "outliers"
13943     whiskerwidth: 0
13944   layout:
13945     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13946     layout: "plot-throughput"
13947
13948 - type: "plot"
13949   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13950   algorithm: "plot_performance_box"
13951   output-file-type: ".html"
13952   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13954   filter: "'NIC_Intel-XXV710' and
13955            '78B' and
13956            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13957            'NDRPDR' and
13958            '4T2C' and
13959            'IP6FWD' and
13960            not 'SRv6' and
13961            not 'IPSEC' and
13962            not 'VHOST'"
13963   parameters:
13964   - "throughput"
13965   - "parent"
13966   - "tags"
13967   sort:
13968   - "IP6BASE"
13969   - "FIB_20K"
13970   - "FIB_200K"
13971   - "FIB_2M"
13972   traces:
13973     hoverinfo: "x+y"
13974     boxpoints: "outliers"
13975     whiskerwidth: 0
13976   layout:
13977     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13978     layout: "plot-throughput"
13979
13980 - type: "plot"
13981   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13982   algorithm: "plot_performance_box"
13983   output-file-type: ".html"
13984   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13986   filter: "'NIC_Intel-XXV710' and
13987            '78B' and
13988            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13989            'NDRPDR' and
13990            '4T2C' and
13991            'IP6FWD' and
13992            not 'SRv6' and
13993            not 'IPSEC' and
13994            not 'VHOST'"
13995   parameters:
13996   - "throughput"
13997   - "parent"
13998   - "tags"
13999   sort:
14000   - "IP6BASE"
14001   - "FIB_20K"
14002   - "FIB_200K"
14003   - "FIB_2M"
14004   traces:
14005     hoverinfo: "x+y"
14006     boxpoints: "outliers"
14007     whiskerwidth: 0
14008   layout:
14009     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14010     layout: "plot-throughput"
14011
14012 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14013 #- type: "plot"
14014 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14015 #  algorithm: "plot_performance_box"
14016 #  output-file-type: ".html"
14017 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14018 #  data: "intel-dnv-vpp"
14019 #  filter: "'NIC_Intel-X553' and
14020 #           '78B' and
14021 #           'IP6BASE' and
14022 #           'NDRPDR' and
14023 #           '1T1C' and
14024 #           'IP6FWD' and
14025 #           not 'SRv6' and
14026 #           not 'IPSEC' and
14027 #           not 'VHOST'"
14028 #  parameters:
14029 #  - "throughput"
14030 #  - "parent"
14031 #  - "tags"
14032 #  sort:
14033 #  - "IP6BASE"
14034 #  traces:
14035 #    hoverinfo: "x+y"
14036 #    boxpoints: "outliers"
14037 #    whiskerwidth: 0
14038 #  layout:
14039 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14040 #    layout: "plot-throughput"
14041 #
14042 #- type: "plot"
14043 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14044 #  algorithm: "plot_performance_box"
14045 #  output-file-type: ".html"
14046 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14047 #  data: "intel-dnv-vpp"
14048 #  filter: "'NIC_Intel-X553' and
14049 #           '78B' and
14050 #           'IP6BASE' and
14051 #           'NDRPDR' and
14052 #           '1T1C' and
14053 #           'IP6FWD' and
14054 #           not 'SRv6' and
14055 #           not 'IPSEC' and
14056 #           not 'VHOST'"
14057 #  parameters:
14058 #  - "throughput"
14059 #  - "parent"
14060 #  - "tags"
14061 #  sort:
14062 #  - "IP6BASE"
14063 #  traces:
14064 #    hoverinfo: "x+y"
14065 #    boxpoints: "outliers"
14066 #    whiskerwidth: 0
14067 #  layout:
14068 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14069 #    layout: "plot-throughput"
14070 #
14071 #- type: "plot"
14072 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14073 #  algorithm: "plot_performance_box"
14074 #  output-file-type: ".html"
14075 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14076 #  data: "intel-dnv-vpp"
14077 #  filter: "'NIC_Intel-X553' and
14078 #           '78B' and
14079 #           'IP6BASE' and
14080 #           'NDRPDR' and
14081 #           '2T2C' and
14082 #           'IP6FWD' and
14083 #           not 'SRv6' and
14084 #           not 'IPSEC' and
14085 #           not 'VHOST'"
14086 #  parameters:
14087 #  - "throughput"
14088 #  - "parent"
14089 #  - "tags"
14090 #  sort:
14091 #  - "IP6BASE"
14092 #  traces:
14093 #    hoverinfo: "x+y"
14094 #    boxpoints: "outliers"
14095 #    whiskerwidth: 0
14096 #  layout:
14097 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14098 #    layout: "plot-throughput"
14099 #
14100 #- type: "plot"
14101 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14102 #  algorithm: "plot_performance_box"
14103 #  output-file-type: ".html"
14104 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14105 #  data: "intel-dnv-vpp"
14106 #  filter: "'NIC_Intel-X553' and
14107 #           '78B' and
14108 #           'IP6BASE' and
14109 #           'NDRPDR' and
14110 #           '2T2C' and
14111 #           'IP6FWD' and
14112 #           not 'SRv6' and
14113 #           not 'IPSEC' and
14114 #           not 'VHOST'"
14115 #  parameters:
14116 #  - "throughput"
14117 #  - "parent"
14118 #  - "tags"
14119 #  sort:
14120 #  - "IP6BASE"
14121 #  traces:
14122 #    hoverinfo: "x+y"
14123 #    boxpoints: "outliers"
14124 #    whiskerwidth: 0
14125 #  layout:
14126 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14127 #    layout: "plot-throughput"
14128
14129 ################################################################################
14130
14131 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14132 - type: "plot"
14133   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14134   algorithm: "plot_performance_box"
14135   output-file-type: ".html"
14136   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14138   filter: "'NIC_Intel-X520-DA2' and
14139            '78B' and
14140            'ENCAP' and
14141            'NDRPDR' and
14142            '1T1C' and
14143            'LISP' and
14144            not 'VHOST'"
14145   parameters:
14146   - "throughput"
14147   - "parent"
14148   - "tags"
14149   sort:
14150   - "IP4UNRLAY"
14151   - "IP6UNRLAY"
14152   traces:
14153     hoverinfo: "x+y"
14154     boxpoints: "outliers"
14155     whiskerwidth: 0
14156   layout:
14157     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14158     layout: "plot-throughput"
14159
14160 - type: "plot"
14161   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14162   algorithm: "plot_performance_box"
14163   output-file-type: ".html"
14164   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14166   filter: "'NIC_Intel-X520-DA2' and
14167            '78B' and
14168            'ENCAP' and
14169            'NDRPDR' and
14170            '1T1C' and
14171            'LISP' and
14172            not 'VHOST'"
14173   parameters:
14174   - "throughput"
14175   - "parent"
14176   - "tags"
14177   sort:
14178   - "IP4UNRLAY"
14179   - "IP6UNRLAY"
14180   traces:
14181     hoverinfo: "x+y"
14182     boxpoints: "outliers"
14183     whiskerwidth: 0
14184   layout:
14185     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14186     layout: "plot-throughput"
14187
14188 - type: "plot"
14189   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14190   algorithm: "plot_performance_box"
14191   output-file-type: ".html"
14192   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14194   filter: "'NIC_Intel-X520-DA2' and
14195            '78B' and
14196            'ENCAP' and
14197            'NDRPDR' and
14198            '2T2C' and
14199            'LISP' and
14200            not 'VHOST'"
14201   parameters:
14202   - "throughput"
14203   - "parent"
14204   - "tags"
14205   sort:
14206   - "IP4UNRLAY"
14207   - "IP6UNRLAY"
14208   traces:
14209     hoverinfo: "x+y"
14210     boxpoints: "outliers"
14211     whiskerwidth: 0
14212   layout:
14213     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14214     layout: "plot-throughput"
14215
14216 - type: "plot"
14217   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14218   algorithm: "plot_performance_box"
14219   output-file-type: ".html"
14220   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14222   filter: "'NIC_Intel-X520-DA2' and
14223            '78B' and
14224            'ENCAP' and
14225            'NDRPDR' and
14226            '2T2C' and
14227            'LISP' and
14228            not 'VHOST'"
14229   parameters:
14230   - "throughput"
14231   - "parent"
14232   - "tags"
14233   sort:
14234   - "IP4UNRLAY"
14235   - "IP6UNRLAY"
14236   traces:
14237     hoverinfo: "x+y"
14238     boxpoints: "outliers"
14239     whiskerwidth: 0
14240   layout:
14241     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14242     layout: "plot-throughput"
14243
14244 ################################################################################
14245
14246 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14247 - type: "plot"
14248   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14249   algorithm: "plot_performance_box"
14250   output-file-type: ".html"
14251   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14253   filter: "'NIC_Intel-XL710' and
14254            '64B' and
14255            'IP4FWD' and
14256            'NDRPDR' and
14257            'BASE' and
14258            '1T1C' and
14259            'IPSECHW' and
14260            ('IPSECTRAN' or 'IPSECTUN') and
14261            not 'VHOST'"
14262   parameters:
14263   - "throughput"
14264   - "parent"
14265   - "tags"
14266   traces:
14267     hoverinfo: "x+y"
14268     boxpoints: "outliers"
14269     whiskerwidth: 0
14270   layout:
14271     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14272     layout: "plot-throughput"
14273
14274 - type: "plot"
14275   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14276   algorithm: "plot_performance_box"
14277   output-file-type: ".html"
14278   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14280   filter: "'NIC_Intel-XL710' and
14281            '64B' and
14282            'IP4FWD' and
14283            'NDRPDR' and
14284            'BASE' and
14285            '1T1C' and
14286            'IPSECHW' and
14287            ('IPSECTRAN' or 'IPSECTUN') and
14288            not 'VHOST'"
14289   parameters:
14290   - "throughput"
14291   - "parent"
14292   - "tags"
14293   traces:
14294     hoverinfo: "x+y"
14295     boxpoints: "outliers"
14296     whiskerwidth: 0
14297   layout:
14298     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14299     layout: "plot-throughput"
14300
14301 - type: "plot"
14302   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14303   algorithm: "plot_performance_box"
14304   output-file-type: ".html"
14305   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14307   filter: "'NIC_Intel-XL710' and
14308            '64B' and
14309            'IP4FWD' and
14310            'NDRPDR' and
14311            'BASE' and
14312            '2T2C' and
14313            'IPSECHW' and
14314            ('IPSECTRAN' or 'IPSECTUN') and
14315            not 'VHOST'"
14316   parameters:
14317   - "throughput"
14318   - "parent"
14319   - "tags"
14320   traces:
14321     hoverinfo: "x+y"
14322     boxpoints: "outliers"
14323     whiskerwidth: 0
14324   layout:
14325     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14326     layout: "plot-throughput"
14327
14328 - type: "plot"
14329   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14330   algorithm: "plot_performance_box"
14331   output-file-type: ".html"
14332   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14334   filter: "'NIC_Intel-XL710' and
14335            '64B' and
14336            'IP4FWD' and
14337            'NDRPDR' and
14338            'BASE' and
14339            '2T2C' and
14340            'IPSECHW' and
14341            ('IPSECTRAN' or 'IPSECTUN') and
14342            not 'VHOST'"
14343   parameters:
14344   - "throughput"
14345   - "parent"
14346   - "tags"
14347   traces:
14348     hoverinfo: "x+y"
14349     boxpoints: "outliers"
14350     whiskerwidth: 0
14351   layout:
14352     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14353     layout: "plot-throughput"
14354
14355 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14356 - type: "plot"
14357   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14358   algorithm: "plot_performance_box"
14359   output-file-type: ".html"
14360   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14362   filter: "'NIC_Intel-XL710' and
14363            '64B' and
14364            'IP4FWD' and
14365            'NDRPDR' and
14366            'SCALE' and
14367            '1T1C' and
14368            'IPSECHW' and
14369            ('IPSECTRAN' or 'IPSECTUN') and
14370            not 'VHOST'"
14371   parameters:
14372   - "throughput"
14373   - "parent"
14374   - "tags"
14375   traces:
14376     hoverinfo: "x+y"
14377     boxpoints: "outliers"
14378     whiskerwidth: 0
14379   layout:
14380     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14381     layout: "plot-throughput"
14382
14383 - type: "plot"
14384   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14385   algorithm: "plot_performance_box"
14386   output-file-type: ".html"
14387   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14389   filter: "'NIC_Intel-XL710' and
14390            '64B' and
14391            'IP4FWD' and
14392            'NDRPDR' and
14393            'SCALE' and
14394            '1T1C' and
14395            'IPSECHW' and
14396            ('IPSECTRAN' or 'IPSECTUN') and
14397            not 'VHOST'"
14398   parameters:
14399   - "throughput"
14400   - "parent"
14401   - "tags"
14402   traces:
14403     hoverinfo: "x+y"
14404     boxpoints: "outliers"
14405     whiskerwidth: 0
14406   layout:
14407     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14408     layout: "plot-throughput"
14409
14410 - type: "plot"
14411   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14412   algorithm: "plot_performance_box"
14413   output-file-type: ".html"
14414   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14416   filter: "'NIC_Intel-XL710' and
14417            '64B' and
14418            'IP4FWD' and
14419            'NDRPDR' and
14420            'SCALE' and
14421            '2T2C' and
14422            'IPSECHW' and
14423            ('IPSECTRAN' or 'IPSECTUN') and
14424            not 'VHOST'"
14425   parameters:
14426   - "throughput"
14427   - "parent"
14428   - "tags"
14429   traces:
14430     hoverinfo: "x+y"
14431     boxpoints: "outliers"
14432     whiskerwidth: 0
14433   layout:
14434     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14435     layout: "plot-throughput"
14436
14437 - type: "plot"
14438   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14439   algorithm: "plot_performance_box"
14440   output-file-type: ".html"
14441   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14443   filter: "'NIC_Intel-XL710' and
14444            '64B' and
14445            'IP4FWD' and
14446            'NDRPDR' and
14447            'SCALE' and
14448            '2T2C' and
14449            'IPSECHW' and
14450            ('IPSECTRAN' or 'IPSECTUN') and
14451            not 'VHOST'"
14452   parameters:
14453   - "throughput"
14454   - "parent"
14455   - "tags"
14456   traces:
14457     hoverinfo: "x+y"
14458     boxpoints: "outliers"
14459     whiskerwidth: 0
14460   layout:
14461     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14462     layout: "plot-throughput"
14463
14464 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14465 - type: "plot"
14466   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14467   algorithm: "plot_performance_box"
14468   output-file-type: ".html"
14469   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14471   filter: "'NIC_Intel-XL710' and
14472            '64B' and
14473            'IP4FWD' and
14474            'NDRPDR' and
14475            '1T1C' and
14476            'IPSECSW' and
14477            ('IPSECTRAN' or 'IPSECTUN') and
14478            not 'VHOST'"
14479   parameters:
14480   - "throughput"
14481   - "parent"
14482   - "tags"
14483   traces:
14484     hoverinfo: "x+y"
14485     boxpoints: "outliers"
14486     whiskerwidth: 0
14487   layout:
14488     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14489     layout: "plot-throughput"
14490
14491 - type: "plot"
14492   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14493   algorithm: "plot_performance_box"
14494   output-file-type: ".html"
14495   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14497   filter: "'NIC_Intel-XL710' and
14498            '64B' and
14499            'IP4FWD' and
14500            'NDRPDR' and
14501            '1T1C' and
14502            'IPSECSW' 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-1t1c-sw-pdr"
14515     layout: "plot-throughput"
14516
14517 - type: "plot"
14518   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14519   algorithm: "plot_performance_box"
14520   output-file-type: ".html"
14521   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14523   filter: "'NIC_Intel-XL710' and
14524            '64B' and
14525            'IP4FWD' and
14526            'NDRPDR' and
14527            '2T2C' and
14528            'IPSECSW' and
14529            ('IPSECTRAN' or 'IPSECTUN') and
14530            not 'VHOST'"
14531   parameters:
14532   - "throughput"
14533   - "parent"
14534   - "tags"
14535   traces:
14536     hoverinfo: "x+y"
14537     boxpoints: "outliers"
14538     whiskerwidth: 0
14539   layout:
14540     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14541     layout: "plot-throughput"
14542
14543 - type: "plot"
14544   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14545   algorithm: "plot_performance_box"
14546   output-file-type: ".html"
14547   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14549   filter: "'NIC_Intel-XL710' and
14550            '64B' and
14551            'IP4FWD' and
14552            'NDRPDR' and
14553            '2T2C' and
14554            'IPSECSW' and
14555            ('IPSECTRAN' or 'IPSECTUN') and
14556            not 'VHOST'"
14557   parameters:
14558   - "throughput"
14559   - "parent"
14560   - "tags"
14561   traces:
14562     hoverinfo: "x+y"
14563     boxpoints: "outliers"
14564     whiskerwidth: 0
14565   layout:
14566     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14567     layout: "plot-throughput"
14568
14569 ################################################################################
14570
14571 # Packet Throughput - VPP SRv6 3n-hsw-x520
14572 - type: "plot"
14573   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14574   algorithm: "plot_performance_box"
14575   output-file-type: ".html"
14576   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14578   filter: "'NIC_Intel-X520-DA2' and
14579            '78B' and
14580            'FEATURE' and
14581            'NDRPDR' and
14582            '1T1C' and
14583            'IP6FWD' and
14584            'SRv6'"
14585   parameters:
14586   - "throughput"
14587   - "parent"
14588   - "tags"
14589   traces:
14590     hoverinfo: "x+y"
14591     boxpoints: "outliers"
14592     whiskerwidth: 0
14593   layout:
14594     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14595     layout: "plot-throughput"
14596
14597 - type: "plot"
14598   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14599   algorithm: "plot_performance_box"
14600   output-file-type: ".html"
14601   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14603   filter: "'NIC_Intel-X520-DA2' and
14604            '78B' and
14605            'FEATURE' and
14606            'NDRPDR' and
14607            '1T1C' and
14608            'IP6FWD' and
14609            'SRv6'"
14610   parameters:
14611   - "throughput"
14612   - "parent"
14613   - "tags"
14614   traces:
14615     hoverinfo: "x+y"
14616     boxpoints: "outliers"
14617     whiskerwidth: 0
14618   layout:
14619     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14620     layout: "plot-throughput"
14621
14622 - type: "plot"
14623   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14624   algorithm: "plot_performance_box"
14625   output-file-type: ".html"
14626   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14628   filter: "'NIC_Intel-X520-DA2' and
14629            '78B' and
14630            'FEATURE' and
14631            'NDRPDR' and
14632            '2T2C' and
14633            'IP6FWD' and
14634            'SRv6'"
14635   parameters:
14636   - "throughput"
14637   - "parent"
14638   - "tags"
14639   traces:
14640     hoverinfo: "x+y"
14641     boxpoints: "outliers"
14642     whiskerwidth: 0
14643   layout:
14644     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14645     layout: "plot-throughput"
14646
14647 - type: "plot"
14648   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14649   algorithm: "plot_performance_box"
14650   output-file-type: ".html"
14651   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14653   filter: "'NIC_Intel-X520-DA2' and
14654            '78B' and
14655            'FEATURE' and
14656            'NDRPDR' and
14657            '2T2C' and
14658            'IP6FWD' and
14659            'SRv6'"
14660   parameters:
14661   - "throughput"
14662   - "parent"
14663   - "tags"
14664   traces:
14665     hoverinfo: "x+y"
14666     boxpoints: "outliers"
14667     whiskerwidth: 0
14668   layout:
14669     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14670     layout: "plot-throughput"
14671
14672 ################################################################################
14673
14674 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14675 - type: "plot"
14676   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14677   algorithm: "plot_performance_box"
14678   output-file-type: ".html"
14679   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14681   filter: "'NIC_Intel-X520-DA2' and
14682            '64B' and
14683            'NDRPDR' and
14684            'ETH' and
14685            'IP4FWD' and
14686            '1T1C' and
14687            'VHOST_1024' and
14688            not 'VXLAN' and
14689            not 'DOT1Q'"
14690   parameters:
14691   - "throughput"
14692   - "parent"
14693   - "tags"
14694   sort:
14695   - "not CFS_OPT"
14696   - "1VM"
14697   - "2VM"
14698   traces:
14699     hoverinfo: "x+y"
14700     boxpoints: "outliers"
14701     whiskerwidth: 0
14702   layout:
14703     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14704     layout: "plot-throughput"
14705
14706 - type: "plot"
14707   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14708   algorithm: "plot_performance_box"
14709   output-file-type: ".html"
14710   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14712   filter: "'NIC_Intel-X520-DA2' and
14713            '64B' and
14714            'NDRPDR' and
14715            'ETH' and
14716            'IP4FWD' and
14717            '2T2C' and
14718            'VHOST_1024' and
14719            not 'VXLAN' and
14720            not 'DOT1Q'"
14721   parameters:
14722   - "throughput"
14723   - "parent"
14724   - "tags"
14725   sort:
14726   - "not CFS_OPT"
14727   - "1VM"
14728   - "2VM"
14729   traces:
14730     hoverinfo: "x+y"
14731     boxpoints: "outliers"
14732     whiskerwidth: 0
14733   layout:
14734     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14735     layout: "plot-throughput"
14736
14737 - type: "plot"
14738   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14739   algorithm: "plot_performance_box"
14740   output-file-type: ".html"
14741   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14743   filter: "'NIC_Intel-X520-DA2' and
14744            '64B' and
14745            'NDRPDR' and
14746            'ETH' and
14747            'IP4FWD' and
14748            '1T1C' and
14749            'VHOST_1024' and
14750            not 'VXLAN' and
14751            not 'DOT1Q'"
14752   parameters:
14753   - "throughput"
14754   - "parent"
14755   - "tags"
14756   sort:
14757   - "not CFS_OPT"
14758   - "1VM"
14759   - "2VM"
14760   traces:
14761     hoverinfo: "x+y"
14762     boxpoints: "outliers"
14763     whiskerwidth: 0
14764   layout:
14765     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14766     layout: "plot-throughput"
14767
14768 - type: "plot"
14769   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14770   algorithm: "plot_performance_box"
14771   output-file-type: ".html"
14772   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14774   filter: "'NIC_Intel-X520-DA2' and
14775            '64B' and
14776            'NDRPDR' and
14777            'ETH' and
14778            'IP4FWD' and
14779            '2T2C' and
14780            'VHOST_1024' and
14781            not 'VXLAN' and
14782            not 'DOT1Q'"
14783   parameters:
14784   - "throughput"
14785   - "parent"
14786   - "tags"
14787   sort:
14788   - "not CFS_OPT"
14789   - "1VM"
14790   - "2VM"
14791   traces:
14792     hoverinfo: "x+y"
14793     boxpoints: "outliers"
14794     whiskerwidth: 0
14795   layout:
14796     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14797     layout: "plot-throughput"
14798
14799 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14800 - type: "plot"
14801   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14802   algorithm: "plot_performance_box"
14803   output-file-type: ".html"
14804   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14806   filter: "'NIC_Intel-X520-DA2' and
14807            '64B' and
14808            'NDRPDR' and
14809            ('ETH' or 'DOT1Q') and
14810            'BASE' and
14811            '1T1C' and
14812            ('L2BDMACLRN' or 'L2XCFWD') and
14813            'VHOST_1024' and
14814            not 'VXLAN' and
14815            not 'IP4FWD' and
14816            not '2VM'"
14817   parameters:
14818   - "throughput"
14819   - "parent"
14820   - "tags"
14821   sort:
14822   - "L2BDMACLRN"
14823   - "L2BDMACLRN"
14824   - "L2BDMACLRN"
14825   - "L2XCFWD"
14826   - "L2XCFWD"
14827   - "L2XCFWD"
14828   traces:
14829     hoverinfo: "x+y"
14830     boxpoints: "outliers"
14831     whiskerwidth: 0
14832   layout:
14833     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14834     layout: "plot-throughput"
14835
14836 - type: "plot"
14837   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14838   algorithm: "plot_performance_box"
14839   output-file-type: ".html"
14840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14842   filter: "'NIC_Intel-X520-DA2' and
14843            '64B' and
14844            'NDRPDR' and
14845            ('ETH' or 'DOT1Q') and
14846            'BASE' and
14847            '1T1C' and
14848            ('L2BDMACLRN' or 'L2XCFWD') and
14849            'VHOST_1024' and
14850            not 'VXLAN' and
14851            not 'IP4FWD' and
14852            not '2VM'"
14853   parameters:
14854   - "throughput"
14855   - "parent"
14856   - "tags"
14857   sort:
14858   - "L2BDMACLRN"
14859   - "L2BDMACLRN"
14860   - "L2BDMACLRN"
14861   - "L2XCFWD"
14862   - "L2XCFWD"
14863   - "L2XCFWD"
14864   traces:
14865     hoverinfo: "x+y"
14866     boxpoints: "outliers"
14867     whiskerwidth: 0
14868   layout:
14869     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14870     layout: "plot-throughput"
14871
14872 - type: "plot"
14873   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14874   algorithm: "plot_performance_box"
14875   output-file-type: ".html"
14876   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14878   filter: "'NIC_Intel-X520-DA2' and
14879            '64B' and
14880            'NDRPDR' and
14881            ('ETH' or 'DOT1Q') and
14882            'BASE' and
14883            '2T2C' and
14884            ('L2BDMACLRN' or 'L2XCFWD') and
14885            'VHOST_1024' and
14886            not 'VXLAN' and
14887            not 'IP4FWD' and
14888            not '2VM'"
14889   parameters:
14890   - "throughput"
14891   - "parent"
14892   - "tags"
14893   sort:
14894   - "L2BDMACLRN"
14895   - "L2BDMACLRN"
14896   - "L2BDMACLRN"
14897   - "L2XCFWD"
14898   - "L2XCFWD"
14899   - "L2XCFWD"
14900   traces:
14901     hoverinfo: "x+y"
14902     boxpoints: "outliers"
14903     whiskerwidth: 0
14904   layout:
14905     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14906     layout: "plot-throughput"
14907
14908 - type: "plot"
14909   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14910   algorithm: "plot_performance_box"
14911   output-file-type: ".html"
14912   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14914   filter: "'NIC_Intel-X520-DA2' and
14915            '64B' and
14916            'NDRPDR' and
14917            ('ETH' or 'DOT1Q') and
14918            'BASE' and
14919            '2T2C' and
14920            ('L2BDMACLRN' or 'L2XCFWD') and
14921            'VHOST_1024' and
14922            not 'VXLAN' and
14923            not 'IP4FWD' and
14924            not '2VM'"
14925   parameters:
14926   - "throughput"
14927   - "parent"
14928   - "tags"
14929   sort:
14930   - "L2BDMACLRN"
14931   - "L2BDMACLRN"
14932   - "L2BDMACLRN"
14933   - "L2XCFWD"
14934   - "L2XCFWD"
14935   - "L2XCFWD"
14936   traces:
14937     hoverinfo: "x+y"
14938     boxpoints: "outliers"
14939     whiskerwidth: 0
14940   layout:
14941     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14942     layout: "plot-throughput"
14943
14944 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14945 - type: "plot"
14946   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14947   algorithm: "plot_performance_box"
14948   output-file-type: ".html"
14949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14951   filter: "'NIC_Intel-X520-DA2' and
14952            '64B' and
14953            'NDRPDR' and
14954            ('ETH' or 'DOT1Q') and
14955            '1T1C' and
14956            ('L2BDMACLRN' or 'L2XCFWD') and
14957            'VHOST_1024' and
14958            not 'CFS_OPT' and
14959            not 'DOT1Q' and
14960            not 'VXLAN' and
14961            not 'IP4FWD' and
14962            not 'LBOND'"
14963   parameters:
14964   - "throughput"
14965   - "parent"
14966   - "tags"
14967 #  sort:
14968 #  - "1VM"
14969 #  - "L2XCFWD"
14970 #  - "1VM"
14971 #  - "L2BDMACLRN"
14972   traces:
14973     hoverinfo: "x+y"
14974     boxpoints: "outliers"
14975     whiskerwidth: 0
14976   layout:
14977     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14978     layout: "plot-throughput"
14979
14980 - type: "plot"
14981   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14982   algorithm: "plot_performance_box"
14983   output-file-type: ".html"
14984   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14986   filter: "'NIC_Intel-X520-DA2' and
14987            '64B' and
14988            'NDRPDR' and
14989            ('ETH' or 'DOT1Q') and
14990            '1T1C' and
14991            ('L2BDMACLRN' or 'L2XCFWD') and
14992            'VHOST_1024' and
14993            not 'CFS_OPT' and
14994            not 'DOT1Q' and
14995            not 'VXLAN' and
14996            not 'IP4FWD' and
14997            not 'LBOND'"
14998   parameters:
14999   - "throughput"
15000   - "parent"
15001   - "tags"
15002 #  sort:
15003 #  - "1VM"
15004 #  - "L2XCFWD"
15005 #  - "1VM"
15006 #  - "L2BDMACLRN"
15007   traces:
15008     hoverinfo: "x+y"
15009     boxpoints: "outliers"
15010     whiskerwidth: 0
15011   layout:
15012     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15013     layout: "plot-throughput"
15014
15015 - type: "plot"
15016   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15017   algorithm: "plot_performance_box"
15018   output-file-type: ".html"
15019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15021   filter: "'NIC_Intel-X520-DA2' and
15022            '64B' and
15023            'NDRPDR' and
15024            ('ETH' or 'DOT1Q') and
15025            '2T2C' and
15026            ('L2BDMACLRN' or 'L2XCFWD') and
15027            'VHOST_1024' and
15028            not 'CFS_OPT' and
15029            not 'DOT1Q' and
15030            not 'VXLAN' and
15031            not 'IP4FWD' and
15032            not 'LBOND'"
15033   parameters:
15034   - "throughput"
15035   - "parent"
15036   - "tags"
15037 #  sort:
15038 #  - "1VM"
15039 #  - "L2XCFWD"
15040 #  - "1VM"
15041 #  - "L2BDMACLRN"
15042   traces:
15043     hoverinfo: "x+y"
15044     boxpoints: "outliers"
15045     whiskerwidth: 0
15046   layout:
15047     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15048     layout: "plot-throughput"
15049
15050 - type: "plot"
15051   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15052   algorithm: "plot_performance_box"
15053   output-file-type: ".html"
15054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15056   filter: "'NIC_Intel-X520-DA2' and
15057            '64B' and
15058            'NDRPDR' and
15059            ('ETH' or 'DOT1Q') and
15060            '2T2C' and
15061            ('L2BDMACLRN' or 'L2XCFWD') and
15062            'VHOST_1024' and
15063            not 'CFS_OPT' and
15064            not 'DOT1Q' and
15065            not 'VXLAN' and
15066            not 'IP4FWD' and
15067            not 'LBOND'"
15068   parameters:
15069   - "throughput"
15070   - "parent"
15071   - "tags"
15072 #  sort:
15073 #  - "1VM"
15074 #  - "L2XCFWD"
15075 #  - "1VM"
15076 #  - "L2BDMACLRN"
15077   traces:
15078     hoverinfo: "x+y"
15079     boxpoints: "outliers"
15080     whiskerwidth: 0
15081   layout:
15082     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15083     layout: "plot-throughput"
15084
15085 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15086 - type: "plot"
15087   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15088   algorithm: "plot_performance_box"
15089   output-file-type: ".html"
15090   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15092   filter: "'NIC_Intel-X710' and
15093            '64B' and
15094            'NDRPDR' and
15095            'ETH' and
15096            'IP4FWD' and
15097            '1T1C' and
15098            'VHOST_1024' and
15099            not 'VXLAN' and
15100            not 'CFS_OPT' and
15101            not 'DOT1Q'"
15102   parameters:
15103   - "throughput"
15104   - "parent"
15105   - "tags"
15106   sort:
15107   - "1VM"
15108   - "2VM"
15109   traces:
15110     hoverinfo: "x+y"
15111     boxpoints: "outliers"
15112     whiskerwidth: 0
15113   layout:
15114     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15115     layout: "plot-throughput"
15116
15117 - type: "plot"
15118   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15119   algorithm: "plot_performance_box"
15120   output-file-type: ".html"
15121   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15123   filter: "'NIC_Intel-X710' and
15124            '64B' and
15125            'NDRPDR' and
15126            'ETH' and
15127            'IP4FWD' and
15128            '2T2C' and
15129            'VHOST_1024' and
15130            not 'VXLAN' and
15131            not 'CFS_OPT' and
15132            not 'DOT1Q'"
15133   parameters:
15134   - "throughput"
15135   - "parent"
15136   - "tags"
15137   sort:
15138   - "1VM"
15139   - "2VM"
15140   traces:
15141     hoverinfo: "x+y"
15142     boxpoints: "outliers"
15143     whiskerwidth: 0
15144   layout:
15145     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15146     layout: "plot-throughput"
15147
15148 - type: "plot"
15149   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15150   algorithm: "plot_performance_box"
15151   output-file-type: ".html"
15152   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15154   filter: "'NIC_Intel-X710' and
15155            '64B' and
15156            'NDRPDR' and
15157            'ETH' and
15158            'IP4FWD' and
15159            '1T1C' and
15160            'VHOST_1024' and
15161            not 'VXLAN' and
15162            not 'CFS_OPT' and
15163            not 'DOT1Q'"
15164   parameters:
15165   - "throughput"
15166   - "parent"
15167   - "tags"
15168   sort:
15169   - "1VM"
15170   - "2VM"
15171   traces:
15172     hoverinfo: "x+y"
15173     boxpoints: "outliers"
15174     whiskerwidth: 0
15175   layout:
15176     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15177     layout: "plot-throughput"
15178
15179 - type: "plot"
15180   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15181   algorithm: "plot_performance_box"
15182   output-file-type: ".html"
15183   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15185   filter: "'NIC_Intel-X710' and
15186            '64B' and
15187            'NDRPDR' and
15188            'ETH' and
15189            'IP4FWD' and
15190            '2T2C' and
15191            'VHOST_1024' and
15192            not 'VXLAN' and
15193            not 'CFS_OPT' and
15194            not 'DOT1Q'"
15195   parameters:
15196   - "throughput"
15197   - "parent"
15198   - "tags"
15199   sort:
15200   - "1VM"
15201   - "2VM"
15202   traces:
15203     hoverinfo: "x+y"
15204     boxpoints: "outliers"
15205     whiskerwidth: 0
15206   layout:
15207     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15208     layout: "plot-throughput"
15209
15210 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15211 - type: "plot"
15212   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15213   algorithm: "plot_performance_box"
15214   output-file-type: ".html"
15215   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15217   filter: "'NIC_Intel-X710' and
15218            '64B' and
15219            'NDRPDR' and
15220            ('ETH' or 'DOT1Q') and
15221            'BASE' and
15222            '1T1C' and
15223            ('L2BDMACLRN' or 'L2XCFWD') and
15224            'VHOST_1024' and
15225            not 'VXLAN' and
15226            not 'IP4FWD' and
15227            not '2VM'"
15228   parameters:
15229   - "throughput"
15230   - "parent"
15231   - "tags"
15232   sort:
15233   - "L2BDMACLRN"
15234   - "L2BDMACLRN"
15235   - "L2BDMACLRN"
15236   - "L2XCFWD"
15237   - "L2XCFWD"
15238   - "L2XCFWD"
15239   traces:
15240     hoverinfo: "x+y"
15241     boxpoints: "outliers"
15242     whiskerwidth: 0
15243   layout:
15244     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15245     layout: "plot-throughput"
15246
15247 - type: "plot"
15248   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15249   algorithm: "plot_performance_box"
15250   output-file-type: ".html"
15251   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15253   filter: "'NIC_Intel-X710' and
15254            '64B' and
15255            'NDRPDR' and
15256            ('ETH' or 'DOT1Q') and
15257            'BASE' and
15258            '1T1C' and
15259            ('L2BDMACLRN' or 'L2XCFWD') and
15260            'VHOST_1024' and
15261            not 'VXLAN' and
15262            not 'IP4FWD' and
15263            not '2VM'"
15264   parameters:
15265   - "throughput"
15266   - "parent"
15267   - "tags"
15268   sort:
15269   - "L2BDMACLRN"
15270   - "L2BDMACLRN"
15271   - "L2BDMACLRN"
15272   - "L2XCFWD"
15273   - "L2XCFWD"
15274   - "L2XCFWD"
15275   traces:
15276     hoverinfo: "x+y"
15277     boxpoints: "outliers"
15278     whiskerwidth: 0
15279   layout:
15280     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15281     layout: "plot-throughput"
15282
15283 - type: "plot"
15284   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15285   algorithm: "plot_performance_box"
15286   output-file-type: ".html"
15287   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15289   filter: "'NIC_Intel-X710' and
15290            '64B' and
15291            'NDRPDR' and
15292            ('ETH' or 'DOT1Q') and
15293            'BASE' and
15294            '2T2C' and
15295            ('L2BDMACLRN' or 'L2XCFWD') and
15296            'VHOST_1024' and
15297            not 'VXLAN' and
15298            not 'IP4FWD' and
15299            not '2VM'"
15300   parameters:
15301   - "throughput"
15302   - "parent"
15303   - "tags"
15304   sort:
15305   - "L2BDMACLRN"
15306   - "L2BDMACLRN"
15307   - "L2BDMACLRN"
15308   - "L2XCFWD"
15309   - "L2XCFWD"
15310   - "L2XCFWD"
15311   traces:
15312     hoverinfo: "x+y"
15313     boxpoints: "outliers"
15314     whiskerwidth: 0
15315   layout:
15316     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15317     layout: "plot-throughput"
15318
15319 - type: "plot"
15320   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15321   algorithm: "plot_performance_box"
15322   output-file-type: ".html"
15323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15325   filter: "'NIC_Intel-X710' and
15326            '64B' and
15327            'NDRPDR' and
15328            ('ETH' or 'DOT1Q') and
15329            'BASE' and
15330            '2T2C' and
15331            ('L2BDMACLRN' or 'L2XCFWD') and
15332            'VHOST_1024' and
15333            not 'VXLAN' and
15334            not 'IP4FWD' and
15335            not '2VM'"
15336   parameters:
15337   - "throughput"
15338   - "parent"
15339   - "tags"
15340   sort:
15341   - "L2BDMACLRN"
15342   - "L2BDMACLRN"
15343   - "L2BDMACLRN"
15344   - "L2XCFWD"
15345   - "L2XCFWD"
15346   - "L2XCFWD"
15347   traces:
15348     hoverinfo: "x+y"
15349     boxpoints: "outliers"
15350     whiskerwidth: 0
15351   layout:
15352     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15353     layout: "plot-throughput"
15354
15355 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15356 - type: "plot"
15357   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15358   algorithm: "plot_performance_box"
15359   output-file-type: ".html"
15360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15362   filter: "'NIC_Intel-X710' and
15363            '64B' and
15364            'NDRPDR' and
15365            ('ETH' or 'DOT1Q') and
15366            '1T1C' and
15367            ('L2BDMACLRN' or 'L2XCFWD') and
15368            'VHOST_1024' and
15369            not 'CFS_OPT' and
15370            not 'VXLAN' and
15371            not 'IP4FWD' and
15372            not 'LBOND'"
15373   parameters:
15374   - "throughput"
15375   - "parent"
15376   - "tags"
15377   sort:
15378   - "L2BDMACLRN"
15379   - "L2BDMACLRN"
15380   - "L2BDMACLRN"
15381   - "L2XCFWD"
15382   - "L2XCFWD"
15383   - "L2XCFWD"
15384   traces:
15385     hoverinfo: "x+y"
15386     boxpoints: "outliers"
15387     whiskerwidth: 0
15388   layout:
15389     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15390     layout: "plot-throughput"
15391
15392 - type: "plot"
15393   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15394   algorithm: "plot_performance_box"
15395   output-file-type: ".html"
15396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15398   filter: "'NIC_Intel-X710' and
15399            '64B' and
15400            'NDRPDR' and
15401            ('ETH' or 'DOT1Q') and
15402            '1T1C' and
15403            ('L2BDMACLRN' or 'L2XCFWD') and
15404            'VHOST_1024' and
15405            not 'CFS_OPT' and
15406            not 'VXLAN' and
15407            not 'IP4FWD' and
15408            not 'LBOND'"
15409   parameters:
15410   - "throughput"
15411   - "parent"
15412   - "tags"
15413   sort:
15414   - "L2BDMACLRN"
15415   - "L2BDMACLRN"
15416   - "L2BDMACLRN"
15417   - "L2XCFWD"
15418   - "L2XCFWD"
15419   - "L2XCFWD"
15420   traces:
15421     hoverinfo: "x+y"
15422     boxpoints: "outliers"
15423     whiskerwidth: 0
15424   layout:
15425     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15426     layout: "plot-throughput"
15427
15428 - type: "plot"
15429   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15430   algorithm: "plot_performance_box"
15431   output-file-type: ".html"
15432   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15434   filter: "'NIC_Intel-X710' and
15435            '64B' and
15436            'NDRPDR' and
15437            ('ETH' or 'DOT1Q') and
15438            '2T2C' and
15439            ('L2BDMACLRN' or 'L2XCFWD') and
15440            'VHOST_1024' and
15441            not 'CFS_OPT' and
15442            not 'VXLAN' and
15443            not 'IP4FWD' and
15444            not 'LBOND'"
15445   parameters:
15446   - "throughput"
15447   - "parent"
15448   - "tags"
15449   sort:
15450   - "L2BDMACLRN"
15451   - "L2BDMACLRN"
15452   - "L2BDMACLRN"
15453   - "L2XCFWD"
15454   - "L2XCFWD"
15455   - "L2XCFWD"
15456   traces:
15457     hoverinfo: "x+y"
15458     boxpoints: "outliers"
15459     whiskerwidth: 0
15460   layout:
15461     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15462     layout: "plot-throughput"
15463
15464 - type: "plot"
15465   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15466   algorithm: "plot_performance_box"
15467   output-file-type: ".html"
15468   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15470   filter: "'NIC_Intel-X710' and
15471            '64B' and
15472            'NDRPDR' and
15473            ('ETH' or 'DOT1Q') and
15474            '2T2C' and
15475            ('L2BDMACLRN' or 'L2XCFWD') and
15476            'VHOST_1024' and
15477            not 'CFS_OPT' and
15478            not 'VXLAN' and
15479            not 'IP4FWD' and
15480            not 'LBOND'"
15481   parameters:
15482   - "throughput"
15483   - "parent"
15484   - "tags"
15485   sort:
15486   - "L2BDMACLRN"
15487   - "L2BDMACLRN"
15488   - "L2BDMACLRN"
15489   - "L2XCFWD"
15490   - "L2XCFWD"
15491   - "L2XCFWD"
15492   traces:
15493     hoverinfo: "x+y"
15494     boxpoints: "outliers"
15495     whiskerwidth: 0
15496   layout:
15497     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15498     layout: "plot-throughput"
15499
15500 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15501 - type: "plot"
15502   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15503   algorithm: "plot_performance_box"
15504   output-file-type: ".html"
15505   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15507   filter: "'NIC_Intel-X710' and
15508            '64B' and
15509            'NDRPDR' and
15510            'ETH' and
15511            'IP4FWD' and
15512            '2T1C' and
15513            'VHOST_1024' and
15514            not 'VXLAN' and
15515            not 'DOT1Q'"
15516   parameters:
15517   - "throughput"
15518   - "parent"
15519   - "tags"
15520   sort:
15521   - "1VM"
15522   - "2VM"
15523   traces:
15524     hoverinfo: "x+y"
15525     boxpoints: "outliers"
15526     whiskerwidth: 0
15527   layout:
15528     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15529     layout: "plot-throughput"
15530
15531 - type: "plot"
15532   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15533   algorithm: "plot_performance_box"
15534   output-file-type: ".html"
15535   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15537   filter: "'NIC_Intel-X710' and
15538            '64B' and
15539            'NDRPDR' and
15540            'ETH' and
15541            'IP4FWD' and
15542            '4T2C' and
15543            'VHOST_1024' and
15544            not 'VXLAN' and
15545            not 'DOT1Q'"
15546   parameters:
15547   - "throughput"
15548   - "parent"
15549   - "tags"
15550   sort:
15551   - "1VM"
15552   - "2VM"
15553   traces:
15554     hoverinfo: "x+y"
15555     boxpoints: "outliers"
15556     whiskerwidth: 0
15557   layout:
15558     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15559     layout: "plot-throughput"
15560
15561 - type: "plot"
15562   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15563   algorithm: "plot_performance_box"
15564   output-file-type: ".html"
15565   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15567   filter: "'NIC_Intel-X710' and
15568            '64B' and
15569            'NDRPDR' and
15570            'ETH' and
15571            'IP4FWD' and
15572            '2T1C' and
15573            'VHOST_1024' and
15574            not 'VXLAN' and
15575            not 'DOT1Q'"
15576   parameters:
15577   - "throughput"
15578   - "parent"
15579   - "tags"
15580   sort:
15581   - "1VM"
15582   - "2VM"
15583   traces:
15584     hoverinfo: "x+y"
15585     boxpoints: "outliers"
15586     whiskerwidth: 0
15587   layout:
15588     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15589     layout: "plot-throughput"
15590
15591 - type: "plot"
15592   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15593   algorithm: "plot_performance_box"
15594   output-file-type: ".html"
15595   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15597   filter: "'NIC_Intel-X710' and
15598            '64B' and
15599            'NDRPDR' and
15600            'ETH' and
15601            'IP4FWD' and
15602            '4T2C' and
15603            'VHOST_1024' and
15604            not 'VXLAN' and
15605            not 'DOT1Q'"
15606   parameters:
15607   - "throughput"
15608   - "parent"
15609   - "tags"
15610   sort:
15611   - "1VM"
15612   - "2VM"
15613   traces:
15614     hoverinfo: "x+y"
15615     boxpoints: "outliers"
15616     whiskerwidth: 0
15617   layout:
15618     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15619     layout: "plot-throughput"
15620
15621 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15622 - type: "plot"
15623   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15624   algorithm: "plot_performance_box"
15625   output-file-type: ".html"
15626   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15628   filter: "'NIC_Intel-X710' and
15629            '64B' and
15630            'NDRPDR' and
15631            ('ETH' or 'DOT1Q') and
15632            'BASE' and
15633            '2T1C' and
15634            ('L2BDMACLRN' or 'L2XCFWD') and
15635            'VHOST_1024' and
15636            not 'VXLAN' and
15637            not 'IP4FWD' and
15638            not '2VM'"
15639   parameters:
15640   - "throughput"
15641   - "parent"
15642   - "tags"
15643   sort:
15644   - "L2BDMACLRN"
15645   - "L2BDMACLRN"
15646   - "L2BDMACLRN"
15647   - "L2XCFWD"
15648   - "L2XCFWD"
15649   - "L2XCFWD"
15650   traces:
15651     hoverinfo: "x+y"
15652     boxpoints: "outliers"
15653     whiskerwidth: 0
15654   layout:
15655     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15656     layout: "plot-throughput"
15657
15658 - type: "plot"
15659   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15660   algorithm: "plot_performance_box"
15661   output-file-type: ".html"
15662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15664   filter: "'NIC_Intel-X710' and
15665            '64B' and
15666            'NDRPDR' and
15667            ('ETH' or 'DOT1Q') and
15668            'BASE' and
15669            '2T1C' and
15670            ('L2BDMACLRN' or 'L2XCFWD') and
15671            'VHOST_1024' and
15672            not 'VXLAN' and
15673            not 'IP4FWD' and
15674            not '2VM'"
15675   parameters:
15676   - "throughput"
15677   - "parent"
15678   - "tags"
15679   sort:
15680   - "L2BDMACLRN"
15681   - "L2BDMACLRN"
15682   - "L2BDMACLRN"
15683   - "L2XCFWD"
15684   - "L2XCFWD"
15685   - "L2XCFWD"
15686   traces:
15687     hoverinfo: "x+y"
15688     boxpoints: "outliers"
15689     whiskerwidth: 0
15690   layout:
15691     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15692     layout: "plot-throughput"
15693
15694 - type: "plot"
15695   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15696   algorithm: "plot_performance_box"
15697   output-file-type: ".html"
15698   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15700   filter: "'NIC_Intel-X710' and
15701            '64B' and
15702            'NDRPDR' and
15703            ('ETH' or 'DOT1Q') and
15704            'BASE' and
15705            '4T2C' and
15706            ('L2BDMACLRN' or 'L2XCFWD') and
15707            'VHOST_1024' and
15708            not 'VXLAN' and
15709            not 'IP4FWD' and
15710            not '2VM'"
15711   parameters:
15712   - "throughput"
15713   - "parent"
15714   - "tags"
15715   sort:
15716   - "L2BDMACLRN"
15717   - "L2BDMACLRN"
15718   - "L2BDMACLRN"
15719   - "L2XCFWD"
15720   - "L2XCFWD"
15721   - "L2XCFWD"
15722   traces:
15723     hoverinfo: "x+y"
15724     boxpoints: "outliers"
15725     whiskerwidth: 0
15726   layout:
15727     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15728     layout: "plot-throughput"
15729
15730 - type: "plot"
15731   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15732   algorithm: "plot_performance_box"
15733   output-file-type: ".html"
15734   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15736   filter: "'NIC_Intel-X710' and
15737            '64B' and
15738            'NDRPDR' and
15739            ('ETH' or 'DOT1Q') and
15740            'BASE' and
15741            '4T2C' and
15742            ('L2BDMACLRN' or 'L2XCFWD') and
15743            'VHOST_1024' and
15744            not 'VXLAN' and
15745            not 'IP4FWD' and
15746            not '2VM'"
15747   parameters:
15748   - "throughput"
15749   - "parent"
15750   - "tags"
15751   sort:
15752   - "L2BDMACLRN"
15753   - "L2BDMACLRN"
15754   - "L2BDMACLRN"
15755   - "L2XCFWD"
15756   - "L2XCFWD"
15757   - "L2XCFWD"
15758   traces:
15759     hoverinfo: "x+y"
15760     boxpoints: "outliers"
15761     whiskerwidth: 0
15762   layout:
15763     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15764     layout: "plot-throughput"
15765
15766 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15767 - type: "plot"
15768   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15769   algorithm: "plot_performance_box"
15770   output-file-type: ".html"
15771   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15773   filter: "'NIC_Intel-X710' and
15774            '64B' and
15775            'NDRPDR' and
15776            ('ETH' or 'DOT1Q') and
15777            '2T1C' and
15778            ('L2BDMACLRN' or 'L2XCFWD') and
15779            'VHOST_1024' and
15780            not 'CFS_OPT' and
15781            not 'VXLAN' and
15782            not 'IP4FWD' and
15783            not 'LBOND'"
15784   parameters:
15785   - "throughput"
15786   - "parent"
15787   - "tags"
15788   sort:
15789   - "L2BDMACLRN"
15790   - "L2BDMACLRN"
15791   - "L2BDMACLRN"
15792   - "L2XCFWD"
15793   - "L2XCFWD"
15794   - "L2XCFWD"
15795   traces:
15796     hoverinfo: "x+y"
15797     boxpoints: "outliers"
15798     whiskerwidth: 0
15799   layout:
15800     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15801     layout: "plot-throughput"
15802
15803 - type: "plot"
15804   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15805   algorithm: "plot_performance_box"
15806   output-file-type: ".html"
15807   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15809   filter: "'NIC_Intel-X710' and
15810            '64B' and
15811            'NDRPDR' and
15812            ('ETH' or 'DOT1Q') and
15813            '2T1C' and
15814            ('L2BDMACLRN' or 'L2XCFWD') and
15815            'VHOST_1024' and
15816            not 'CFS_OPT' and
15817            not 'VXLAN' and
15818            not 'IP4FWD' and
15819            not 'LBOND'"
15820   parameters:
15821   - "throughput"
15822   - "parent"
15823   - "tags"
15824   sort:
15825   - "L2BDMACLRN"
15826   - "L2BDMACLRN"
15827   - "L2BDMACLRN"
15828   - "L2XCFWD"
15829   - "L2XCFWD"
15830   - "L2XCFWD"
15831   traces:
15832     hoverinfo: "x+y"
15833     boxpoints: "outliers"
15834     whiskerwidth: 0
15835   layout:
15836     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15837     layout: "plot-throughput"
15838
15839 - type: "plot"
15840   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15841   algorithm: "plot_performance_box"
15842   output-file-type: ".html"
15843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15845   filter: "'NIC_Intel-X710' and
15846            '64B' and
15847            'NDRPDR' and
15848            ('ETH' or 'DOT1Q') and
15849            '4T2C' and
15850            ('L2BDMACLRN' or 'L2XCFWD') and
15851            'VHOST_1024' and
15852            not 'CFS_OPT' and
15853            not 'VXLAN' and
15854            not 'IP4FWD' and
15855            not 'LBOND'"
15856   parameters:
15857   - "throughput"
15858   - "parent"
15859   - "tags"
15860   sort:
15861   - "L2BDMACLRN"
15862   - "L2BDMACLRN"
15863   - "L2BDMACLRN"
15864   - "L2XCFWD"
15865   - "L2XCFWD"
15866   - "L2XCFWD"
15867   traces:
15868     hoverinfo: "x+y"
15869     boxpoints: "outliers"
15870     whiskerwidth: 0
15871   layout:
15872     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15873     layout: "plot-throughput"
15874
15875 - type: "plot"
15876   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15877   algorithm: "plot_performance_box"
15878   output-file-type: ".html"
15879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15881   filter: "'NIC_Intel-X710' and
15882            '64B' and
15883            'NDRPDR' and
15884            ('ETH' or 'DOT1Q') and
15885            '4T2C' and
15886            ('L2BDMACLRN' or 'L2XCFWD') and
15887            'VHOST_1024' and
15888            not 'CFS_OPT' and
15889            not 'VXLAN' and
15890            not 'IP4FWD' and
15891            not 'LBOND'"
15892   parameters:
15893   - "throughput"
15894   - "parent"
15895   - "tags"
15896   sort:
15897   - "L2BDMACLRN"
15898   - "L2BDMACLRN"
15899   - "L2BDMACLRN"
15900   - "L2XCFWD"
15901   - "L2XCFWD"
15902   - "L2XCFWD"
15903   traces:
15904     hoverinfo: "x+y"
15905     boxpoints: "outliers"
15906     whiskerwidth: 0
15907   layout:
15908     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15909     layout: "plot-throughput"
15910
15911 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15912 - type: "plot"
15913   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15914   algorithm: "plot_performance_box"
15915   output-file-type: ".html"
15916   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15918   filter: "'NIC_Intel-X710' and
15919            '64B' and
15920            'NDRPDR' and
15921            'ETH' and
15922            'IP4FWD' and
15923            '2T1C' and
15924            'VHOST_1024' and
15925            not 'VXLAN' and
15926            not 'NF_DENSITY' and
15927            not 'CFS_OPT' and
15928            not 'DOT1Q'"
15929   parameters:
15930   - "throughput"
15931   - "parent"
15932   - "tags"
15933   sort:
15934   - "1VM"
15935   - "2VM"
15936   traces:
15937     hoverinfo: "x+y"
15938     boxpoints: "outliers"
15939     whiskerwidth: 0
15940   layout:
15941     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15942     layout: "plot-throughput"
15943
15944 - type: "plot"
15945   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15946   algorithm: "plot_performance_box"
15947   output-file-type: ".html"
15948   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15950   filter: "'NIC_Intel-X710' and
15951            '64B' and
15952            'NDRPDR' and
15953            'ETH' and
15954            'IP4FWD' and
15955            '4T2C' and
15956            'VHOST_1024' and
15957            not 'VXLAN' and
15958            not 'NF_DENSITY' and
15959            not 'CFS_OPT' and
15960            not 'DOT1Q'"
15961   parameters:
15962   - "throughput"
15963   - "parent"
15964   - "tags"
15965   sort:
15966   - "1VM"
15967   - "2VM"
15968   traces:
15969     hoverinfo: "x+y"
15970     boxpoints: "outliers"
15971     whiskerwidth: 0
15972   layout:
15973     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15974     layout: "plot-throughput"
15975
15976 - type: "plot"
15977   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15978   algorithm: "plot_performance_box"
15979   output-file-type: ".html"
15980   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15982   filter: "'NIC_Intel-X710' and
15983            '64B' and
15984            'NDRPDR' and
15985            'ETH' and
15986            'IP4FWD' and
15987            '2T1C' and
15988            'VHOST_1024' and
15989            not 'VXLAN' and
15990            not 'NF_DENSITY' and
15991            not 'CFS_OPT' and
15992            not 'DOT1Q'"
15993   parameters:
15994   - "throughput"
15995   - "parent"
15996   - "tags"
15997   sort:
15998   - "1VM"
15999   - "2VM"
16000   traces:
16001     hoverinfo: "x+y"
16002     boxpoints: "outliers"
16003     whiskerwidth: 0
16004   layout:
16005     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16006     layout: "plot-throughput"
16007
16008 - type: "plot"
16009   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16010   algorithm: "plot_performance_box"
16011   output-file-type: ".html"
16012   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16014   filter: "'NIC_Intel-X710' and
16015            '64B' and
16016            'NDRPDR' and
16017            'ETH' and
16018            'IP4FWD' and
16019            '4T2C' and
16020            'VHOST_1024' and
16021            not 'VXLAN' and
16022            not 'NF_DENSITY' and
16023            not 'CFS_OPT' and
16024            not 'DOT1Q'"
16025   parameters:
16026   - "throughput"
16027   - "parent"
16028   - "tags"
16029   sort:
16030   - "1VM"
16031   - "2VM"
16032   traces:
16033     hoverinfo: "x+y"
16034     boxpoints: "outliers"
16035     whiskerwidth: 0
16036   layout:
16037     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16038     layout: "plot-throughput"
16039
16040 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16041 - type: "plot"
16042   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16043   algorithm: "plot_performance_box"
16044   output-file-type: ".html"
16045   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16047   filter: "'NIC_Intel-X710' and
16048            '64B' and
16049            'NDRPDR' and
16050            ('ETH' or 'DOT1Q') and
16051            'BASE' and
16052            '2T1C' and
16053            ('L2BDMACLRN' or 'L2XCFWD') and
16054            'VHOST_1024' and
16055            not 'VXLAN' and
16056            not 'NF_DENSITY' and
16057            not 'IP4FWD' and
16058            not '2VM'"
16059   parameters:
16060   - "throughput"
16061   - "parent"
16062   - "tags"
16063 #  sort:
16064 #  - "not CFS_OPT"
16065 #  - "L2XCFWD"
16066 #  - "not CFS_OPT"
16067 #  - "CFS_OPT"
16068   traces:
16069     hoverinfo: "x+y"
16070     boxpoints: "outliers"
16071     whiskerwidth: 0
16072   layout:
16073     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16074     layout: "plot-throughput"
16075
16076 - type: "plot"
16077   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16078   algorithm: "plot_performance_box"
16079   output-file-type: ".html"
16080   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16082   filter: "'NIC_Intel-X710' and
16083            '64B' and
16084            'NDRPDR' and
16085            ('ETH' or 'DOT1Q') and
16086            'BASE' and
16087            '2T1C' and
16088            ('L2BDMACLRN' or 'L2XCFWD') and
16089            'VHOST_1024' and
16090            not 'VXLAN' and
16091            not 'NF_DENSITY' and
16092            not 'IP4FWD' and
16093            not '2VM'"
16094   parameters:
16095   - "throughput"
16096   - "parent"
16097   - "tags"
16098 #  sort:
16099 #  - "not CFS_OPT"
16100 #  - "L2XCFWD"
16101 #  - "not CFS_OPT"
16102 #  - "CFS_OPT"
16103   traces:
16104     hoverinfo: "x+y"
16105     boxpoints: "outliers"
16106     whiskerwidth: 0
16107   layout:
16108     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16109     layout: "plot-throughput"
16110
16111 - type: "plot"
16112   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16113   algorithm: "plot_performance_box"
16114   output-file-type: ".html"
16115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16117   filter: "'NIC_Intel-X710' and
16118            '64B' and
16119            'NDRPDR' and
16120            ('ETH' or 'DOT1Q') and
16121            'BASE' and
16122            '4T2C' and
16123            ('L2BDMACLRN' or 'L2XCFWD') and
16124            'VHOST_1024' and
16125            not 'VXLAN' and
16126            not 'NF_DENSITY' and
16127            not 'IP4FWD' and
16128            not '2VM'"
16129   parameters:
16130   - "throughput"
16131   - "parent"
16132   - "tags"
16133 #  sort:
16134 #  - "not CFS_OPT"
16135 #  - "L2XCFWD"
16136 #  - "not CFS_OPT"
16137 #  - "CFS_OPT"
16138   traces:
16139     hoverinfo: "x+y"
16140     boxpoints: "outliers"
16141     whiskerwidth: 0
16142   layout:
16143     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16144     layout: "plot-throughput"
16145
16146 - type: "plot"
16147   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16148   algorithm: "plot_performance_box"
16149   output-file-type: ".html"
16150   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16152   filter: "'NIC_Intel-X710' and
16153            '64B' and
16154            'NDRPDR' and
16155            ('ETH' or 'DOT1Q') and
16156            'BASE' and
16157            '4T2C' and
16158            ('L2BDMACLRN' or 'L2XCFWD') and
16159            'VHOST_1024' and
16160            not 'VXLAN' and
16161            not 'NF_DENSITY' and
16162            not 'IP4FWD' and
16163            not '2VM'"
16164   parameters:
16165   - "throughput"
16166   - "parent"
16167   - "tags"
16168 #  sort:
16169 #  - "not CFS_OPT"
16170 #  - "L2XCFWD"
16171 #  - "not CFS_OPT"
16172 #  - "CFS_OPT"
16173   traces:
16174     hoverinfo: "x+y"
16175     boxpoints: "outliers"
16176     whiskerwidth: 0
16177   layout:
16178     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16179     layout: "plot-throughput"
16180
16181 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16182 - type: "plot"
16183   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16184   algorithm: "plot_performance_box"
16185   output-file-type: ".html"
16186   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16188   filter: "'NIC_Intel-X710' and
16189            '64B' and
16190            'NDRPDR' and
16191            ('ETH' or 'DOT1Q') and
16192            '2T1C' and
16193            ('L2BDMACLRN' or 'L2XCFWD') and
16194            'VHOST_1024' and
16195            not 'CFS_OPT' and
16196            not 'VXLAN' and
16197            not 'NF_DENSITY' and
16198            not 'DOT1Q' and
16199            not 'IP4FWD'"
16200   parameters:
16201   - "throughput"
16202   - "parent"
16203   - "tags"
16204 #  sort:
16205 #  - "1VM"
16206 #  - "L2XCFWD"
16207 #  - "1VM"
16208 #  - "L2BDMACLRN"
16209   traces:
16210     hoverinfo: "x+y"
16211     boxpoints: "outliers"
16212     whiskerwidth: 0
16213   layout:
16214     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16215     layout: "plot-throughput"
16216
16217 - type: "plot"
16218   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16219   algorithm: "plot_performance_box"
16220   output-file-type: ".html"
16221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16223   filter: "'NIC_Intel-X710' and
16224            '64B' and
16225            'NDRPDR' and
16226            ('ETH' or 'DOT1Q') and
16227            '2T1C' and
16228            ('L2BDMACLRN' or 'L2XCFWD') and
16229            'VHOST_1024' and
16230            not 'CFS_OPT' and
16231            not 'VXLAN' and
16232            not 'NF_DENSITY' and
16233            not 'DOT1Q' and
16234            not 'IP4FWD'"
16235   parameters:
16236   - "throughput"
16237   - "parent"
16238   - "tags"
16239 #  sort:
16240 #  - "1VM"
16241 #  - "L2XCFWD"
16242 #  - "1VM"
16243 #  - "L2BDMACLRN"
16244   traces:
16245     hoverinfo: "x+y"
16246     boxpoints: "outliers"
16247     whiskerwidth: 0
16248   layout:
16249     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16250     layout: "plot-throughput"
16251
16252 - type: "plot"
16253   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16254   algorithm: "plot_performance_box"
16255   output-file-type: ".html"
16256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16258   filter: "'NIC_Intel-X710' and
16259            '64B' and
16260            'NDRPDR' and
16261            ('ETH' or 'DOT1Q') and
16262            '4T2C' and
16263            ('L2BDMACLRN' or 'L2XCFWD') and
16264            'VHOST_1024' and
16265            not 'CFS_OPT' and
16266            not 'VXLAN' and
16267            not 'NF_DENSITY' and
16268            not 'DOT1Q' and
16269            not 'IP4FWD'"
16270   parameters:
16271   - "throughput"
16272   - "parent"
16273   - "tags"
16274 #  sort:
16275 #  - "1VM"
16276 #  - "L2XCFWD"
16277 #  - "1VM"
16278 #  - "L2BDMACLRN"
16279   traces:
16280     hoverinfo: "x+y"
16281     boxpoints: "outliers"
16282     whiskerwidth: 0
16283   layout:
16284     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16285     layout: "plot-throughput"
16286
16287 - type: "plot"
16288   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16289   algorithm: "plot_performance_box"
16290   output-file-type: ".html"
16291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16293   filter: "'NIC_Intel-X710' and
16294            '64B' and
16295            'NDRPDR' and
16296            ('ETH' or 'DOT1Q') and
16297            '4T2C' and
16298            ('L2BDMACLRN' or 'L2XCFWD') and
16299            'VHOST_1024' and
16300            not 'CFS_OPT' and
16301            not 'VXLAN' and
16302            not 'NF_DENSITY' and
16303            not 'DOT1Q' and
16304            not 'IP4FWD'"
16305   parameters:
16306   - "throughput"
16307   - "parent"
16308   - "tags"
16309 #  sort:
16310 #  - "1VM"
16311 #  - "L2XCFWD"
16312 #  - "1VM"
16313 #  - "L2BDMACLRN"
16314   traces:
16315     hoverinfo: "x+y"
16316     boxpoints: "outliers"
16317     whiskerwidth: 0
16318   layout:
16319     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16320     layout: "plot-throughput"
16321
16322 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16323 - type: "plot"
16324   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16325   algorithm: "plot_performance_box"
16326   output-file-type: ".html"
16327   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16329   filter: "'NIC_Intel-XXV710' and
16330            '64B' and
16331            'NDRPDR' and
16332            'ETH' and
16333            'IP4FWD' and
16334            '2T1C' and
16335            'VHOST_1024' and
16336            not 'VXLAN' and
16337            not 'CFS_OPT' and
16338            not 'DOT1Q'"
16339   parameters:
16340   - "throughput"
16341   - "parent"
16342   - "tags"
16343   sort:
16344   - "1VM"
16345   - "2VM"
16346   traces:
16347     hoverinfo: "x+y"
16348     boxpoints: "outliers"
16349     whiskerwidth: 0
16350   layout:
16351     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16352     layout: "plot-throughput"
16353
16354 - type: "plot"
16355   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16356   algorithm: "plot_performance_box"
16357   output-file-type: ".html"
16358   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16360   filter: "'NIC_Intel-XXV710' and
16361            '64B' and
16362            'NDRPDR' and
16363            'ETH' and
16364            'IP4FWD' and
16365            '4T2C' and
16366            'VHOST_1024' and
16367            not 'VXLAN' and
16368            not 'CFS_OPT' and
16369            not 'DOT1Q'"
16370   parameters:
16371   - "throughput"
16372   - "parent"
16373   - "tags"
16374   sort:
16375   - "1VM"
16376   - "2VM"
16377   traces:
16378     hoverinfo: "x+y"
16379     boxpoints: "outliers"
16380     whiskerwidth: 0
16381   layout:
16382     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16383     layout: "plot-throughput"
16384
16385 - type: "plot"
16386   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16387   algorithm: "plot_performance_box"
16388   output-file-type: ".html"
16389   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16391   filter: "'NIC_Intel-XXV710' and
16392            '64B' and
16393            'NDRPDR' and
16394            'ETH' and
16395            'IP4FWD' and
16396            '2T1C' and
16397            'VHOST_1024' and
16398            not 'VXLAN' and
16399            not 'CFS_OPT' and
16400            not 'DOT1Q'"
16401   parameters:
16402   - "throughput"
16403   - "parent"
16404   - "tags"
16405   sort:
16406   - "1VM"
16407   - "2VM"
16408   traces:
16409     hoverinfo: "x+y"
16410     boxpoints: "outliers"
16411     whiskerwidth: 0
16412   layout:
16413     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16414     layout: "plot-throughput"
16415
16416 - type: "plot"
16417   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16418   algorithm: "plot_performance_box"
16419   output-file-type: ".html"
16420   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16422   filter: "'NIC_Intel-XXV710' and
16423            '64B' and
16424            'NDRPDR' and
16425            'ETH' and
16426            'IP4FWD' and
16427            '4T2C' and
16428            'VHOST_1024' and
16429            not 'VXLAN' and
16430            not 'CFS_OPT' and
16431            not 'DOT1Q'"
16432   parameters:
16433   - "throughput"
16434   - "parent"
16435   - "tags"
16436   sort:
16437   - "1VM"
16438   - "2VM"
16439   traces:
16440     hoverinfo: "x+y"
16441     boxpoints: "outliers"
16442     whiskerwidth: 0
16443   layout:
16444     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16445     layout: "plot-throughput"
16446
16447 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16448 #- type: "plot"
16449 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16450 #  algorithm: "plot_performance_box"
16451 #  output-file-type: ".html"
16452 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16453 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16454 #  filter: "'NIC_Intel-XXV710' and
16455 #           '64B' and
16456 #           'NDRPDR' and
16457 #           ('ETH' or 'DOT1Q') and
16458 #           'BASE' and
16459 #           '2T1C' and
16460 #           ('L2BDMACLRN' or 'L2XCFWD') and
16461 #           'VHOST_1024' and
16462 #           not 'VXLAN' and
16463 #           not 'IP4FWD' and
16464 #           not '2VM'"
16465 #  parameters:
16466 #  - "throughput"
16467 #  - "parent"
16468 #  - "tags"
16469 ##  sort:
16470 ##  - "not CFS_OPT"
16471 ##  - "L2XCFWD"
16472 ##  - "not CFS_OPT"
16473 ##  - "CFS_OPT"
16474 #  traces:
16475 #    hoverinfo: "x+y"
16476 #    boxpoints: "outliers"
16477 #    whiskerwidth: 0
16478 #  layout:
16479 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16480 #    layout: "plot-throughput"
16481 #
16482 #- type: "plot"
16483 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16484 #  algorithm: "plot_performance_box"
16485 #  output-file-type: ".html"
16486 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16487 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16488 #  filter: "'NIC_Intel-XXV710' and
16489 #           '64B' and
16490 #           'NDRPDR' and
16491 #           ('ETH' or 'DOT1Q') and
16492 #           'BASE' and
16493 #           '2T1C' and
16494 #           ('L2BDMACLRN' or 'L2XCFWD') and
16495 #           'VHOST_1024' and
16496 #           not 'VXLAN' and
16497 #           not 'IP4FWD' and
16498 #           not '2VM'"
16499 #  parameters:
16500 #  - "throughput"
16501 #  - "parent"
16502 #  - "tags"
16503 ##  sort:
16504 ##  - "not CFS_OPT"
16505 ##  - "L2XCFWD"
16506 ##  - "not CFS_OPT"
16507 ##  - "CFS_OPT"
16508 #  traces:
16509 #    hoverinfo: "x+y"
16510 #    boxpoints: "outliers"
16511 #    whiskerwidth: 0
16512 #  layout:
16513 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16514 #    layout: "plot-throughput"
16515 #
16516 #- type: "plot"
16517 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16518 #  algorithm: "plot_performance_box"
16519 #  output-file-type: ".html"
16520 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16521 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16522 #  filter: "'NIC_Intel-XXV710' and
16523 #           '64B' and
16524 #           'NDRPDR' and
16525 #           ('ETH' or 'DOT1Q') and
16526 #           'BASE' and
16527 #           '4T2C' and
16528 #           ('L2BDMACLRN' or 'L2XCFWD') and
16529 #           'VHOST_1024' and
16530 #           not 'VXLAN' and
16531 #           not 'IP4FWD' and
16532 #           not '2VM'"
16533 #  parameters:
16534 #  - "throughput"
16535 #  - "parent"
16536 #  - "tags"
16537 ##  sort:
16538 ##  - "not CFS_OPT"
16539 ##  - "L2XCFWD"
16540 ##  - "not CFS_OPT"
16541 ##  - "CFS_OPT"
16542 #  traces:
16543 #    hoverinfo: "x+y"
16544 #    boxpoints: "outliers"
16545 #    whiskerwidth: 0
16546 #  layout:
16547 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16548 #    layout: "plot-throughput"
16549 #
16550 #- type: "plot"
16551 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16552 #  algorithm: "plot_performance_box"
16553 #  output-file-type: ".html"
16554 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16555 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16556 #  filter: "'NIC_Intel-XXV710' and
16557 #           '64B' and
16558 #           'NDRPDR' and
16559 #           ('ETH' or 'DOT1Q') and
16560 #           'BASE' and
16561 #           '4T2C' and
16562 #           ('L2BDMACLRN' or 'L2XCFWD') and
16563 #           'VHOST_1024' and
16564 #           not 'VXLAN' and
16565 #           not 'IP4FWD' and
16566 #           not '2VM'"
16567 #  parameters:
16568 #  - "throughput"
16569 #  - "parent"
16570 #  - "tags"
16571 ##  sort:
16572 ##  - "not CFS_OPT"
16573 ##  - "L2XCFWD"
16574 ##  - "not CFS_OPT"
16575 ##  - "CFS_OPT"
16576 #  traces:
16577 #    hoverinfo: "x+y"
16578 #    boxpoints: "outliers"
16579 #    whiskerwidth: 0
16580 #  layout:
16581 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16582 #    layout: "plot-throughput"
16583 #
16584 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16585 #- type: "plot"
16586 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16587 #  algorithm: "plot_performance_box"
16588 #  output-file-type: ".html"
16589 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16590 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16591 #  filter: "'NIC_Intel-XXV710' and
16592 #           '64B' and
16593 #           'NDRPDR' and
16594 #           ('ETH' or 'DOT1Q') and
16595 #           '2T1C' and
16596 #           ('L2BDMACLRN' or 'L2XCFWD') and
16597 #           'VHOST_1024' and
16598 #           not 'CFS_OPT' and
16599 #           not 'VXLAN' and
16600 #           not 'DOT1Q' and
16601 #           not 'IP4FWD'"
16602 #  parameters:
16603 #  - "throughput"
16604 #  - "parent"
16605 #  - "tags"
16606 ##  sort:
16607 ##  - "1VM"
16608 ##  - "L2XCFWD"
16609 ##  - "1VM"
16610 ##  - "L2BDMACLRN"
16611 #  traces:
16612 #    hoverinfo: "x+y"
16613 #    boxpoints: "outliers"
16614 #    whiskerwidth: 0
16615 #  layout:
16616 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16617 #    layout: "plot-throughput"
16618 #
16619 #- type: "plot"
16620 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16621 #  algorithm: "plot_performance_box"
16622 #  output-file-type: ".html"
16623 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16624 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16625 #  filter: "'NIC_Intel-XXV710' and
16626 #           '64B' and
16627 #           'NDRPDR' and
16628 #           ('ETH' or 'DOT1Q') and
16629 #           '2T1C' and
16630 #           ('L2BDMACLRN' or 'L2XCFWD') and
16631 #           'VHOST_1024' and
16632 #           not 'CFS_OPT' and
16633 #           not 'VXLAN' and
16634 #           not 'DOT1Q' and
16635 #           not 'IP4FWD'"
16636 #  parameters:
16637 #  - "throughput"
16638 #  - "parent"
16639 #  - "tags"
16640 ##  sort:
16641 ##  - "1VM"
16642 ##  - "L2XCFWD"
16643 ##  - "1VM"
16644 ##  - "L2BDMACLRN"
16645 #  traces:
16646 #    hoverinfo: "x+y"
16647 #    boxpoints: "outliers"
16648 #    whiskerwidth: 0
16649 #  layout:
16650 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16651 #    layout: "plot-throughput"
16652 #
16653 #- type: "plot"
16654 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16655 #  algorithm: "plot_performance_box"
16656 #  output-file-type: ".html"
16657 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16658 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16659 #  filter: "'NIC_Intel-XXV710' and
16660 #           '64B' and
16661 #           'NDRPDR' and
16662 #           ('ETH' or 'DOT1Q') and
16663 #           '4T2C' and
16664 #           ('L2BDMACLRN' or 'L2XCFWD') and
16665 #           'VHOST_1024' and
16666 #           not 'CFS_OPT' and
16667 #           not 'VXLAN' and
16668 #           not 'DOT1Q' and
16669 #           not 'IP4FWD'"
16670 #  parameters:
16671 #  - "throughput"
16672 #  - "parent"
16673 #  - "tags"
16674 ##  sort:
16675 ##  - "1VM"
16676 ##  - "L2XCFWD"
16677 ##  - "1VM"
16678 ##  - "L2BDMACLRN"
16679 #  traces:
16680 #    hoverinfo: "x+y"
16681 #    boxpoints: "outliers"
16682 #    whiskerwidth: 0
16683 #  layout:
16684 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16685 #    layout: "plot-throughput"
16686 #
16687 #- type: "plot"
16688 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16689 #  algorithm: "plot_performance_box"
16690 #  output-file-type: ".html"
16691 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16692 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16693 #  filter: "'NIC_Intel-XXV710' and
16694 #           '64B' and
16695 #           'NDRPDR' and
16696 #           ('ETH' or 'DOT1Q') and
16697 #           '4T2C' and
16698 #           ('L2BDMACLRN' or 'L2XCFWD') and
16699 #           'VHOST_1024' and
16700 #           not 'CFS_OPT' and
16701 #           not 'VXLAN' and
16702 #           not 'DOT1Q' and
16703 #           not 'IP4FWD'"
16704 #  parameters:
16705 #  - "throughput"
16706 #  - "parent"
16707 #  - "tags"
16708 ##  sort:
16709 ##  - "1VM"
16710 ##  - "L2XCFWD"
16711 ##  - "1VM"
16712 ##  - "L2BDMACLRN"
16713 #  traces:
16714 #    hoverinfo: "x+y"
16715 #    boxpoints: "outliers"
16716 #    whiskerwidth: 0
16717 #  layout:
16718 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16719 #    layout: "plot-throughput"
16720
16721 ################################################################################
16722
16723 # Packet Throughput - VPP VTS 3n-hsw-x520
16724 - type: "plot"
16725   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16726   algorithm: "plot_performance_box"
16727   output-file-type: ".html"
16728   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16730   filter: "'NIC_Intel-X520-DA2' and
16731            '114B' and
16732            'NDRPDR' and
16733            '1T1C' and
16734            'VTS'"
16735   parameters:
16736   - "throughput"
16737   - "parent"
16738   - "tags"
16739   traces:
16740     hoverinfo: "x+y"
16741     boxpoints: "outliers"
16742     whiskerwidth: 0
16743   layout:
16744     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16745     layout: "plot-throughput"
16746
16747 - type: "plot"
16748   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16749   algorithm: "plot_performance_box"
16750   output-file-type: ".html"
16751   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16753   filter: "'NIC_Intel-X520-DA2' and
16754            '114B' and
16755            'NDRPDR' and
16756            '2T2C' and
16757            'VTS'"
16758   parameters:
16759   - "throughput"
16760   - "parent"
16761   - "tags"
16762   traces:
16763     hoverinfo: "x+y"
16764     boxpoints: "outliers"
16765     whiskerwidth: 0
16766   layout:
16767     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16772   algorithm: "plot_performance_box"
16773   output-file-type: ".html"
16774   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16776   filter: "'NIC_Intel-X520-DA2' and
16777            '114B' and
16778            'NDRPDR' and
16779            '1T1C' and
16780            'VTS'"
16781   parameters:
16782   - "throughput"
16783   - "parent"
16784   - "tags"
16785   traces:
16786     hoverinfo: "x+y"
16787     boxpoints: "outliers"
16788     whiskerwidth: 0
16789   layout:
16790     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16791     layout: "plot-throughput"
16792
16793 - type: "plot"
16794   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16795   algorithm: "plot_performance_box"
16796   output-file-type: ".html"
16797   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16799   filter: "'NIC_Intel-X520-DA2' and
16800            '114B' and
16801            'NDRPDR' and
16802            '2T2C' and
16803            'VTS'"
16804   parameters:
16805   - "throughput"
16806   - "parent"
16807   - "tags"
16808   traces:
16809     hoverinfo: "x+y"
16810     boxpoints: "outliers"
16811     whiskerwidth: 0
16812   layout:
16813     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16814     layout: "plot-throughput"
16815
16816 ################################################################################
16817
16818 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16819 - type: "plot"
16820   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16821   algorithm: "plot_performance_box"
16822   output-file-type: ".html"
16823   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16824   data: "plot-dpdk-throughput-latency-3n-hsw"
16825   filter: "'NIC_Intel-X520-DA2' and
16826            '64B' and
16827            'BASE' and
16828            'NDRPDR' and
16829            '1T1C' and
16830            'IP4FWD'"
16831   parameters:
16832   - "throughput"
16833   - "parent"
16834   - "tags"
16835   traces:
16836     hoverinfo: "x+y"
16837     boxpoints: "outliers"
16838     whiskerwidth: 0
16839   layout:
16840     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16841     layout: "plot-throughput"
16842
16843 - type: "plot"
16844   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16845   algorithm: "plot_performance_box"
16846   output-file-type: ".html"
16847   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16848   data: "plot-dpdk-throughput-latency-3n-hsw"
16849   filter: "'NIC_Intel-X520-DA2' and
16850            '64B' and
16851            'BASE' and
16852            'NDRPDR' and
16853            '2T2C' and
16854            'IP4FWD'"
16855   parameters:
16856   - "throughput"
16857   - "parent"
16858   - "tags"
16859   traces:
16860     hoverinfo: "x+y"
16861     boxpoints: "outliers"
16862     whiskerwidth: 0
16863   layout:
16864     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16865     layout: "plot-throughput"
16866
16867 - type: "plot"
16868   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16869   algorithm: "plot_performance_box"
16870   output-file-type: ".html"
16871   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16872   data: "plot-dpdk-throughput-latency-3n-hsw"
16873   filter: "'NIC_Intel-X520-DA2' and
16874            '64B' and
16875            'BASE' and
16876            'NDRPDR' and
16877            '1T1C' and
16878            'IP4FWD'"
16879   parameters:
16880   - "throughput"
16881   - "parent"
16882   - "tags"
16883   traces:
16884     hoverinfo: "x+y"
16885     boxpoints: "outliers"
16886     whiskerwidth: 0
16887   layout:
16888     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16889     layout: "plot-throughput"
16890
16891 - type: "plot"
16892   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16893   algorithm: "plot_performance_box"
16894   output-file-type: ".html"
16895   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16896   data: "plot-dpdk-throughput-latency-3n-hsw"
16897   filter: "'NIC_Intel-X520-DA2' and
16898            '64B' and
16899            'BASE' and
16900            'NDRPDR' and
16901            '2T2C' and
16902            'IP4FWD'"
16903   parameters:
16904   - "throughput"
16905   - "parent"
16906   - "tags"
16907   traces:
16908     hoverinfo: "x+y"
16909     boxpoints: "outliers"
16910     whiskerwidth: 0
16911   layout:
16912     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16913     layout: "plot-throughput"
16914
16915 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16916 - type: "plot"
16917   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16918   algorithm: "plot_performance_box"
16919   output-file-type: ".html"
16920   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16921   data: "plot-dpdk-throughput-latency-3n-hsw"
16922   filter: "'NIC_Intel-X710' and
16923            '64B' and
16924            'BASE' and
16925            'NDRPDR' and
16926            '1T1C' and
16927            'IP4FWD'"
16928   parameters:
16929   - "throughput"
16930   - "parent"
16931   - "tags"
16932   traces:
16933     hoverinfo: "x+y"
16934     boxpoints: "outliers"
16935     whiskerwidth: 0
16936   layout:
16937     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16938     layout: "plot-throughput"
16939
16940 - type: "plot"
16941   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16942   algorithm: "plot_performance_box"
16943   output-file-type: ".html"
16944   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16945   data: "plot-dpdk-throughput-latency-3n-hsw"
16946   filter: "'NIC_Intel-X710' and
16947            '64B' and
16948            'BASE' and
16949            'NDRPDR' and
16950            '2T2C' and
16951            'IP4FWD'"
16952   parameters:
16953   - "throughput"
16954   - "parent"
16955   - "tags"
16956   traces:
16957     hoverinfo: "x+y"
16958     boxpoints: "outliers"
16959     whiskerwidth: 0
16960   layout:
16961     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16962     layout: "plot-throughput"
16963
16964 - type: "plot"
16965   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16966   algorithm: "plot_performance_box"
16967   output-file-type: ".html"
16968   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16969   data: "plot-dpdk-throughput-latency-3n-hsw"
16970   filter: "'NIC_Intel-X710' and
16971            '64B' and
16972            'BASE' and
16973            'NDRPDR' and
16974            '1T1C' and
16975            'IP4FWD'"
16976   parameters:
16977   - "throughput"
16978   - "parent"
16979   - "tags"
16980   traces:
16981     hoverinfo: "x+y"
16982     boxpoints: "outliers"
16983     whiskerwidth: 0
16984   layout:
16985     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16986     layout: "plot-throughput"
16987
16988 - type: "plot"
16989   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16990   algorithm: "plot_performance_box"
16991   output-file-type: ".html"
16992   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16993   data: "plot-dpdk-throughput-latency-3n-hsw"
16994   filter: "'NIC_Intel-X710' and
16995            '64B' and
16996            'BASE' and
16997            'NDRPDR' and
16998            '2T2C' and
16999            'IP4FWD'"
17000   parameters:
17001   - "throughput"
17002   - "parent"
17003   - "tags"
17004   traces:
17005     hoverinfo: "x+y"
17006     boxpoints: "outliers"
17007     whiskerwidth: 0
17008   layout:
17009     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17010     layout: "plot-throughput"
17011
17012 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17013 - type: "plot"
17014   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17015   algorithm: "plot_performance_box"
17016   output-file-type: ".html"
17017   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17018   data: "plot-dpdk-throughput-latency-3n-hsw"
17019   filter: "'NIC_Intel-XL710' and
17020            '64B' and
17021            'BASE' and
17022            'NDRPDR' and
17023            '1T1C' and
17024            'IP4FWD'"
17025   parameters:
17026   - "throughput"
17027   - "parent"
17028   - "tags"
17029   traces:
17030     hoverinfo: "x+y"
17031     boxpoints: "outliers"
17032     whiskerwidth: 0
17033   layout:
17034     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17039   algorithm: "plot_performance_box"
17040   output-file-type: ".html"
17041   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17042   data: "plot-dpdk-throughput-latency-3n-hsw"
17043   filter: "'NIC_Intel-XL710' and
17044            '64B' and
17045            'BASE' and
17046            'NDRPDR' and
17047            '2T2C' and
17048            'IP4FWD'"
17049   parameters:
17050   - "throughput"
17051   - "parent"
17052   - "tags"
17053   traces:
17054     hoverinfo: "x+y"
17055     boxpoints: "outliers"
17056     whiskerwidth: 0
17057   layout:
17058     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17059     layout: "plot-throughput"
17060
17061 - type: "plot"
17062   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17063   algorithm: "plot_performance_box"
17064   output-file-type: ".html"
17065   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17066   data: "plot-dpdk-throughput-latency-3n-hsw"
17067   filter: "'NIC_Intel-XL710' and
17068            '64B' and
17069            'BASE' and
17070            'NDRPDR' and
17071            '1T1C' and
17072            'IP4FWD'"
17073   parameters:
17074   - "throughput"
17075   - "parent"
17076   - "tags"
17077   traces:
17078     hoverinfo: "x+y"
17079     boxpoints: "outliers"
17080     whiskerwidth: 0
17081   layout:
17082     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17083     layout: "plot-throughput"
17084
17085 - type: "plot"
17086   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17087   algorithm: "plot_performance_box"
17088   output-file-type: ".html"
17089   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17090   data: "plot-dpdk-throughput-latency-3n-hsw"
17091   filter: "'NIC_Intel-XL710' and
17092            '64B' and
17093            'BASE' and
17094            'NDRPDR' and
17095            '2T2C' and
17096            'IP4FWD'"
17097   parameters:
17098   - "throughput"
17099   - "parent"
17100   - "tags"
17101   traces:
17102     hoverinfo: "x+y"
17103     boxpoints: "outliers"
17104     whiskerwidth: 0
17105   layout:
17106     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17107     layout: "plot-throughput"
17108
17109 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17110 - type: "plot"
17111   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17112   algorithm: "plot_performance_box"
17113   output-file-type: ".html"
17114   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17115   data: "plot-dpdk-throughput-latency-3n-skx"
17116   filter: "'NIC_Intel-X710' and
17117            '64B' and
17118            'BASE' and
17119            'NDRPDR' and
17120            '2T1C' and
17121            'IP4FWD'"
17122   parameters:
17123   - "throughput"
17124   - "parent"
17125   - "tags"
17126   traces:
17127     hoverinfo: "x+y"
17128     boxpoints: "outliers"
17129     whiskerwidth: 0
17130   layout:
17131     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17132     layout: "plot-throughput"
17133
17134 - type: "plot"
17135   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17136   algorithm: "plot_performance_box"
17137   output-file-type: ".html"
17138   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17139   data: "plot-dpdk-throughput-latency-3n-skx"
17140   filter: "'NIC_Intel-X710' and
17141            '64B' and
17142            'BASE' and
17143            'NDRPDR' and
17144            '4T2C' and
17145            'IP4FWD'"
17146   parameters:
17147   - "throughput"
17148   - "parent"
17149   - "tags"
17150   traces:
17151     hoverinfo: "x+y"
17152     boxpoints: "outliers"
17153     whiskerwidth: 0
17154   layout:
17155     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17160   algorithm: "plot_performance_box"
17161   output-file-type: ".html"
17162   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17163   data: "plot-dpdk-throughput-latency-3n-skx"
17164   filter: "'NIC_Intel-X710' and
17165            '64B' and
17166            'BASE' and
17167            'NDRPDR' and
17168            '2T1C' and
17169            'IP4FWD'"
17170   parameters:
17171   - "throughput"
17172   - "parent"
17173   - "tags"
17174   traces:
17175     hoverinfo: "x+y"
17176     boxpoints: "outliers"
17177     whiskerwidth: 0
17178   layout:
17179     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17184   algorithm: "plot_performance_box"
17185   output-file-type: ".html"
17186   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17187   data: "plot-dpdk-throughput-latency-3n-skx"
17188   filter: "'NIC_Intel-X710' and
17189            '64B' and
17190            'BASE' and
17191            'NDRPDR' and
17192            '4T2C' and
17193            'IP4FWD'"
17194   parameters:
17195   - "throughput"
17196   - "parent"
17197   - "tags"
17198   traces:
17199     hoverinfo: "x+y"
17200     boxpoints: "outliers"
17201     whiskerwidth: 0
17202   layout:
17203     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17204     layout: "plot-throughput"
17205
17206 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17207 - type: "plot"
17208   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17209   algorithm: "plot_performance_box"
17210   output-file-type: ".html"
17211   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17212   data: "plot-dpdk-throughput-latency-3n-skx"
17213   filter: "'NIC_Intel-XXV710' and
17214            '64B' and
17215            'BASE' and
17216            'NDRPDR' and
17217            '2T1C' and
17218            'IP4FWD'"
17219   parameters:
17220   - "throughput"
17221   - "parent"
17222   - "tags"
17223   traces:
17224     hoverinfo: "x+y"
17225     boxpoints: "outliers"
17226     whiskerwidth: 0
17227   layout:
17228     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17229     layout: "plot-throughput"
17230
17231 - type: "plot"
17232   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17233   algorithm: "plot_performance_box"
17234   output-file-type: ".html"
17235   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17236   data: "plot-dpdk-throughput-latency-3n-skx"
17237   filter: "'NIC_Intel-XXV710' and
17238            '64B' and
17239            'BASE' and
17240            'NDRPDR' and
17241            '4T2C' and
17242            'IP4FWD'"
17243   parameters:
17244   - "throughput"
17245   - "parent"
17246   - "tags"
17247   traces:
17248     hoverinfo: "x+y"
17249     boxpoints: "outliers"
17250     whiskerwidth: 0
17251   layout:
17252     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17257   algorithm: "plot_performance_box"
17258   output-file-type: ".html"
17259   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17260   data: "plot-dpdk-throughput-latency-3n-skx"
17261   filter: "'NIC_Intel-XXV710' and
17262            '64B' and
17263            'BASE' and
17264            'NDRPDR' and
17265            '2T1C' and
17266            'IP4FWD'"
17267   parameters:
17268   - "throughput"
17269   - "parent"
17270   - "tags"
17271   traces:
17272     hoverinfo: "x+y"
17273     boxpoints: "outliers"
17274     whiskerwidth: 0
17275   layout:
17276     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17281   algorithm: "plot_performance_box"
17282   output-file-type: ".html"
17283   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17284   data: "plot-dpdk-throughput-latency-3n-skx"
17285   filter: "'NIC_Intel-XXV710' and
17286            '64B' and
17287            'BASE' and
17288            'NDRPDR' and
17289            '4T2C' and
17290            'IP4FWD'"
17291   parameters:
17292   - "throughput"
17293   - "parent"
17294   - "tags"
17295   traces:
17296     hoverinfo: "x+y"
17297     boxpoints: "outliers"
17298     whiskerwidth: 0
17299   layout:
17300     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17301     layout: "plot-throughput"
17302
17303 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17304 - type: "plot"
17305   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17306   algorithm: "plot_performance_box"
17307   output-file-type: ".html"
17308   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17309   data: "plot-dpdk-throughput-latency-2n-skx"
17310   filter: "'NIC_Intel-X710' and
17311            '64B' and
17312            'BASE' and
17313            'NDRPDR' and
17314            '2T1C' and
17315            'IP4FWD'"
17316   parameters:
17317   - "throughput"
17318   - "parent"
17319   - "tags"
17320   traces:
17321     hoverinfo: "x+y"
17322     boxpoints: "outliers"
17323     whiskerwidth: 0
17324   layout:
17325     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17330   algorithm: "plot_performance_box"
17331   output-file-type: ".html"
17332   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17333   data: "plot-dpdk-throughput-latency-2n-skx"
17334   filter: "'NIC_Intel-X710' and
17335            '64B' and
17336            'BASE' and
17337            'NDRPDR' and
17338            '4T2C' and
17339            'IP4FWD'"
17340   parameters:
17341   - "throughput"
17342   - "parent"
17343   - "tags"
17344   traces:
17345     hoverinfo: "x+y"
17346     boxpoints: "outliers"
17347     whiskerwidth: 0
17348   layout:
17349     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17350     layout: "plot-throughput"
17351
17352 - type: "plot"
17353   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17354   algorithm: "plot_performance_box"
17355   output-file-type: ".html"
17356   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17357   data: "plot-dpdk-throughput-latency-2n-skx"
17358   filter: "'NIC_Intel-X710' and
17359            '64B' and
17360            'BASE' and
17361            'NDRPDR' and
17362            '2T1C' and
17363            'IP4FWD'"
17364   parameters:
17365   - "throughput"
17366   - "parent"
17367   - "tags"
17368   traces:
17369     hoverinfo: "x+y"
17370     boxpoints: "outliers"
17371     whiskerwidth: 0
17372   layout:
17373     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17374     layout: "plot-throughput"
17375
17376 - type: "plot"
17377   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17378   algorithm: "plot_performance_box"
17379   output-file-type: ".html"
17380   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17381   data: "plot-dpdk-throughput-latency-2n-skx"
17382   filter: "'NIC_Intel-X710' and
17383            '64B' and
17384            'BASE' and
17385            'NDRPDR' and
17386            '4T2C' and
17387            'IP4FWD'"
17388   parameters:
17389   - "throughput"
17390   - "parent"
17391   - "tags"
17392   traces:
17393     hoverinfo: "x+y"
17394     boxpoints: "outliers"
17395     whiskerwidth: 0
17396   layout:
17397     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17398     layout: "plot-throughput"
17399
17400 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17401 - type: "plot"
17402   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17403   algorithm: "plot_performance_box"
17404   output-file-type: ".html"
17405   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17406   data: "plot-dpdk-throughput-latency-2n-skx"
17407   filter: "'NIC_Intel-XXV710' and
17408            '64B' and
17409            'BASE' and
17410            'NDRPDR' and
17411            '2T1C' and
17412            'IP4FWD'"
17413   parameters:
17414   - "throughput"
17415   - "parent"
17416   - "tags"
17417   traces:
17418     hoverinfo: "x+y"
17419     boxpoints: "outliers"
17420     whiskerwidth: 0
17421   layout:
17422     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17423     layout: "plot-throughput"
17424
17425 - type: "plot"
17426   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17427   algorithm: "plot_performance_box"
17428   output-file-type: ".html"
17429   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17430   data: "plot-dpdk-throughput-latency-2n-skx"
17431   filter: "'NIC_Intel-XXV710' and
17432            '64B' and
17433            'BASE' and
17434            'NDRPDR' and
17435            '4T2C' and
17436            'IP4FWD'"
17437   parameters:
17438   - "throughput"
17439   - "parent"
17440   - "tags"
17441   traces:
17442     hoverinfo: "x+y"
17443     boxpoints: "outliers"
17444     whiskerwidth: 0
17445   layout:
17446     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17451   algorithm: "plot_performance_box"
17452   output-file-type: ".html"
17453   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17454   data: "plot-dpdk-throughput-latency-2n-skx"
17455   filter: "'NIC_Intel-XXV710' and
17456            '64B' and
17457            'BASE' and
17458            'NDRPDR' and
17459            '2T1C' and
17460            'IP4FWD'"
17461   parameters:
17462   - "throughput"
17463   - "parent"
17464   - "tags"
17465   traces:
17466     hoverinfo: "x+y"
17467     boxpoints: "outliers"
17468     whiskerwidth: 0
17469   layout:
17470     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17475   algorithm: "plot_performance_box"
17476   output-file-type: ".html"
17477   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17478   data: "plot-dpdk-throughput-latency-2n-skx"
17479   filter: "'NIC_Intel-XXV710' and
17480            '64B' and
17481            'BASE' and
17482            'NDRPDR' and
17483            '4T2C' and
17484            'IP4FWD'"
17485   parameters:
17486   - "throughput"
17487   - "parent"
17488   - "tags"
17489   traces:
17490     hoverinfo: "x+y"
17491     boxpoints: "outliers"
17492     whiskerwidth: 0
17493   layout:
17494     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17495     layout: "plot-throughput"
17496
17497 ################################################################################
17498
17499 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17500 - type: "plot"
17501   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17502   algorithm: "plot_performance_box"
17503   output-file-type: ".html"
17504   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17505   data: "plot-dpdk-throughput-latency-3n-hsw"
17506   filter: "'NIC_Intel-X520-DA2' and
17507            '64B' and
17508            'BASE' and
17509            'NDRPDR' and
17510            '1T1C' and
17511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17512   parameters:
17513   - "throughput"
17514   - "parent"
17515   - "tags"
17516   traces:
17517     hoverinfo: "x+y"
17518     boxpoints: "outliers"
17519     whiskerwidth: 0
17520   layout:
17521     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17522     layout: "plot-throughput"
17523
17524 - type: "plot"
17525   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17526   algorithm: "plot_performance_box"
17527   output-file-type: ".html"
17528   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17529   data: "plot-dpdk-throughput-latency-3n-hsw"
17530   filter: "'NIC_Intel-X520-DA2' and
17531            '64B' and
17532            'BASE' and
17533            'NDRPDR' and
17534            '2T2C' and
17535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17536   parameters:
17537   - "throughput"
17538   - "parent"
17539   - "tags"
17540   traces:
17541     hoverinfo: "x+y"
17542     boxpoints: "outliers"
17543     whiskerwidth: 0
17544   layout:
17545     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17546     layout: "plot-throughput"
17547
17548 - type: "plot"
17549   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17550   algorithm: "plot_performance_box"
17551   output-file-type: ".html"
17552   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17553   data: "plot-dpdk-throughput-latency-3n-hsw"
17554   filter: "'NIC_Intel-X520-DA2' and
17555            '64B' and
17556            'BASE' and
17557            'NDRPDR' and
17558            '1T1C' and
17559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17560   parameters:
17561   - "throughput"
17562   - "parent"
17563   - "tags"
17564   traces:
17565     hoverinfo: "x+y"
17566     boxpoints: "outliers"
17567     whiskerwidth: 0
17568   layout:
17569     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17574   algorithm: "plot_performance_box"
17575   output-file-type: ".html"
17576   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17577   data: "plot-dpdk-throughput-latency-3n-hsw"
17578   filter: "'NIC_Intel-X520-DA2' and
17579            '64B' and
17580            'BASE' and
17581            'NDRPDR' and
17582            '2T2C' and
17583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17584   parameters:
17585   - "throughput"
17586   - "parent"
17587   - "tags"
17588   traces:
17589     hoverinfo: "x+y"
17590     boxpoints: "outliers"
17591     whiskerwidth: 0
17592   layout:
17593     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17594     layout: "plot-throughput"
17595
17596 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17597 - type: "plot"
17598   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17599   algorithm: "plot_performance_box"
17600   output-file-type: ".html"
17601   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17602   data: "plot-dpdk-throughput-latency-3n-hsw"
17603   filter: "'NIC_Intel-X710' and
17604            '64B' and
17605            'BASE' and
17606            'NDRPDR' and
17607            '1T1C' and
17608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17609   parameters:
17610   - "throughput"
17611   - "parent"
17612   - "tags"
17613   traces:
17614     hoverinfo: "x+y"
17615     boxpoints: "outliers"
17616     whiskerwidth: 0
17617   layout:
17618     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17619     layout: "plot-throughput"
17620
17621 - type: "plot"
17622   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17623   algorithm: "plot_performance_box"
17624   output-file-type: ".html"
17625   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17626   data: "plot-dpdk-throughput-latency-3n-hsw"
17627   filter: "'NIC_Intel-X710' and
17628            '64B' and
17629            'BASE' and
17630            'NDRPDR' and
17631            '2T2C' and
17632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17633   parameters:
17634   - "throughput"
17635   - "parent"
17636   - "tags"
17637   traces:
17638     hoverinfo: "x+y"
17639     boxpoints: "outliers"
17640     whiskerwidth: 0
17641   layout:
17642     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17647   algorithm: "plot_performance_box"
17648   output-file-type: ".html"
17649   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17650   data: "plot-dpdk-throughput-latency-3n-hsw"
17651   filter: "'NIC_Intel-X710' and
17652            '64B' and
17653            'BASE' and
17654            'NDRPDR' and
17655            '1T1C' and
17656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17657   parameters:
17658   - "throughput"
17659   - "parent"
17660   - "tags"
17661   traces:
17662     hoverinfo: "x+y"
17663     boxpoints: "outliers"
17664     whiskerwidth: 0
17665   layout:
17666     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17667     layout: "plot-throughput"
17668
17669 - type: "plot"
17670   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17671   algorithm: "plot_performance_box"
17672   output-file-type: ".html"
17673   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17674   data: "plot-dpdk-throughput-latency-3n-hsw"
17675   filter: "'NIC_Intel-X710' and
17676            '64B' and
17677            'BASE' and
17678            'NDRPDR' and
17679            '2T2C' and
17680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17681   parameters:
17682   - "throughput"
17683   - "parent"
17684   - "tags"
17685   traces:
17686     hoverinfo: "x+y"
17687     boxpoints: "outliers"
17688     whiskerwidth: 0
17689   layout:
17690     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17691     layout: "plot-throughput"
17692
17693 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17694 - type: "plot"
17695   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17696   algorithm: "plot_performance_box"
17697   output-file-type: ".html"
17698   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17699   data: "plot-dpdk-throughput-latency-3n-hsw"
17700   filter: "'NIC_Intel-XL710' and
17701            '64B' and
17702            'BASE' and
17703            'NDRPDR' and
17704            '1T1C' and
17705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17706   parameters:
17707   - "throughput"
17708   - "parent"
17709   - "tags"
17710   traces:
17711     hoverinfo: "x+y"
17712     boxpoints: "outliers"
17713     whiskerwidth: 0
17714   layout:
17715     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17720   algorithm: "plot_performance_box"
17721   output-file-type: ".html"
17722   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17723   data: "plot-dpdk-throughput-latency-3n-hsw"
17724   filter: "'NIC_Intel-XL710' and
17725            '64B' and
17726            'BASE' and
17727            'NDRPDR' and
17728            '2T2C' and
17729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17730   parameters:
17731   - "throughput"
17732   - "parent"
17733   - "tags"
17734   traces:
17735     hoverinfo: "x+y"
17736     boxpoints: "outliers"
17737     whiskerwidth: 0
17738   layout:
17739     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17740     layout: "plot-throughput"
17741
17742 - type: "plot"
17743   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17744   algorithm: "plot_performance_box"
17745   output-file-type: ".html"
17746   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17747   data: "plot-dpdk-throughput-latency-3n-hsw"
17748   filter: "'NIC_Intel-XL710' and
17749            '64B' and
17750            'BASE' and
17751            'NDRPDR' and
17752            '1T1C' and
17753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17754   parameters:
17755   - "throughput"
17756   - "parent"
17757   - "tags"
17758   traces:
17759     hoverinfo: "x+y"
17760     boxpoints: "outliers"
17761     whiskerwidth: 0
17762   layout:
17763     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17764     layout: "plot-throughput"
17765
17766 - type: "plot"
17767   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17768   algorithm: "plot_performance_box"
17769   output-file-type: ".html"
17770   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17771   data: "plot-dpdk-throughput-latency-3n-hsw"
17772   filter: "'NIC_Intel-XL710' and
17773            '64B' and
17774            'BASE' and
17775            'NDRPDR' and
17776            '2T2C' and
17777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17778   parameters:
17779   - "throughput"
17780   - "parent"
17781   - "tags"
17782   traces:
17783     hoverinfo: "x+y"
17784     boxpoints: "outliers"
17785     whiskerwidth: 0
17786   layout:
17787     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17788     layout: "plot-throughput"
17789
17790 # Packet Throughput - DPDK testpmd 3n-skx-x710
17791 - type: "plot"
17792   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17793   algorithm: "plot_performance_box"
17794   output-file-type: ".html"
17795   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17796   data: "plot-dpdk-throughput-latency-3n-skx"
17797   filter: "'NIC_Intel-X710' and
17798            '64B' and
17799            'BASE' and
17800            'NDRPDR' and
17801            '2T1C' and
17802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17803   parameters:
17804   - "throughput"
17805   - "parent"
17806   - "tags"
17807   traces:
17808     hoverinfo: "x+y"
17809     boxpoints: "outliers"
17810     whiskerwidth: 0
17811   layout:
17812     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17813     layout: "plot-throughput"
17814
17815 - type: "plot"
17816   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17817   algorithm: "plot_performance_box"
17818   output-file-type: ".html"
17819   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17820   data: "plot-dpdk-throughput-latency-3n-skx"
17821   filter: "'NIC_Intel-X710' and
17822            '64B' and
17823            'BASE' and
17824            'NDRPDR' and
17825            '4T2C' and
17826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17827   parameters:
17828   - "throughput"
17829   - "parent"
17830   - "tags"
17831   traces:
17832     hoverinfo: "x+y"
17833     boxpoints: "outliers"
17834     whiskerwidth: 0
17835   layout:
17836     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17837     layout: "plot-throughput"
17838
17839 - type: "plot"
17840   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17841   algorithm: "plot_performance_box"
17842   output-file-type: ".html"
17843   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17844   data: "plot-dpdk-throughput-latency-3n-skx"
17845   filter: "'NIC_Intel-X710' and
17846            '64B' and
17847            'BASE' and
17848            'NDRPDR' and
17849            '2T1C' and
17850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17851   parameters:
17852   - "throughput"
17853   - "parent"
17854   - "tags"
17855   traces:
17856     hoverinfo: "x+y"
17857     boxpoints: "outliers"
17858     whiskerwidth: 0
17859   layout:
17860     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17861     layout: "plot-throughput"
17862
17863 - type: "plot"
17864   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17865   algorithm: "plot_performance_box"
17866   output-file-type: ".html"
17867   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17868   data: "plot-dpdk-throughput-latency-3n-skx"
17869   filter: "'NIC_Intel-X710' and
17870            '64B' and
17871            'BASE' and
17872            'NDRPDR' and
17873            '4T2C' and
17874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17875   parameters:
17876   - "throughput"
17877   - "parent"
17878   - "tags"
17879   traces:
17880     hoverinfo: "x+y"
17881     boxpoints: "outliers"
17882     whiskerwidth: 0
17883   layout:
17884     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17885     layout: "plot-throughput"
17886
17887 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17888 - type: "plot"
17889   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17890   algorithm: "plot_performance_box"
17891   output-file-type: ".html"
17892   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17893   data: "plot-dpdk-throughput-latency-3n-skx"
17894   filter: "'NIC_Intel-XXV710' and
17895            '64B' and
17896            'BASE' and
17897            'NDRPDR' and
17898            '2T1C' and
17899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17900   parameters:
17901   - "throughput"
17902   - "parent"
17903   - "tags"
17904   traces:
17905     hoverinfo: "x+y"
17906     boxpoints: "outliers"
17907     whiskerwidth: 0
17908   layout:
17909     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17914   algorithm: "plot_performance_box"
17915   output-file-type: ".html"
17916   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17917   data: "plot-dpdk-throughput-latency-3n-skx"
17918   filter: "'NIC_Intel-XXV710' and
17919            '64B' and
17920            'BASE' and
17921            'NDRPDR' and
17922            '4T2C' and
17923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17924   parameters:
17925   - "throughput"
17926   - "parent"
17927   - "tags"
17928   traces:
17929     hoverinfo: "x+y"
17930     boxpoints: "outliers"
17931     whiskerwidth: 0
17932   layout:
17933     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17934     layout: "plot-throughput"
17935
17936 - type: "plot"
17937   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17938   algorithm: "plot_performance_box"
17939   output-file-type: ".html"
17940   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17941   data: "plot-dpdk-throughput-latency-3n-skx"
17942   filter: "'NIC_Intel-XXV710' and
17943            '64B' and
17944            'BASE' and
17945            'NDRPDR' and
17946            '2T1C' and
17947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17948   parameters:
17949   - "throughput"
17950   - "parent"
17951   - "tags"
17952   traces:
17953     hoverinfo: "x+y"
17954     boxpoints: "outliers"
17955     whiskerwidth: 0
17956   layout:
17957     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17962   algorithm: "plot_performance_box"
17963   output-file-type: ".html"
17964   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17965   data: "plot-dpdk-throughput-latency-3n-skx"
17966   filter: "'NIC_Intel-XXV710' and
17967            '64B' and
17968            'BASE' and
17969            'NDRPDR' and
17970            '4T2C' and
17971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17972   parameters:
17973   - "throughput"
17974   - "parent"
17975   - "tags"
17976   traces:
17977     hoverinfo: "x+y"
17978     boxpoints: "outliers"
17979     whiskerwidth: 0
17980   layout:
17981     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17982     layout: "plot-throughput"
17983
17984 # Packet Throughput - DPDK testpmd 2n-skx-x710
17985 - type: "plot"
17986   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17987   algorithm: "plot_performance_box"
17988   output-file-type: ".html"
17989   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17990   data: "plot-dpdk-throughput-latency-2n-skx"
17991   filter: "'NIC_Intel-X710' and
17992            '64B' and
17993            'BASE' and
17994            'NDRPDR' and
17995            '2T1C' and
17996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17997   parameters:
17998   - "throughput"
17999   - "parent"
18000   - "tags"
18001   traces:
18002     hoverinfo: "x+y"
18003     boxpoints: "outliers"
18004     whiskerwidth: 0
18005   layout:
18006     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18007     layout: "plot-throughput"
18008
18009 - type: "plot"
18010   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18011   algorithm: "plot_performance_box"
18012   output-file-type: ".html"
18013   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18014   data: "plot-dpdk-throughput-latency-2n-skx"
18015   filter: "'NIC_Intel-X710' and
18016            '64B' and
18017            'BASE' and
18018            'NDRPDR' and
18019            '4T2C' and
18020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18021   parameters:
18022   - "throughput"
18023   - "parent"
18024   - "tags"
18025   traces:
18026     hoverinfo: "x+y"
18027     boxpoints: "outliers"
18028     whiskerwidth: 0
18029   layout:
18030     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18035   algorithm: "plot_performance_box"
18036   output-file-type: ".html"
18037   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18038   data: "plot-dpdk-throughput-latency-2n-skx"
18039   filter: "'NIC_Intel-X710' and
18040            '64B' and
18041            'BASE' and
18042            'NDRPDR' and
18043            '2T1C' and
18044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18045   parameters:
18046   - "throughput"
18047   - "parent"
18048   - "tags"
18049   traces:
18050     hoverinfo: "x+y"
18051     boxpoints: "outliers"
18052     whiskerwidth: 0
18053   layout:
18054     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18055     layout: "plot-throughput"
18056
18057 - type: "plot"
18058   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18059   algorithm: "plot_performance_box"
18060   output-file-type: ".html"
18061   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18062   data: "plot-dpdk-throughput-latency-2n-skx"
18063   filter: "'NIC_Intel-X710' and
18064            '64B' and
18065            'BASE' and
18066            'NDRPDR' and
18067            '4T2C' and
18068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18069   parameters:
18070   - "throughput"
18071   - "parent"
18072   - "tags"
18073   traces:
18074     hoverinfo: "x+y"
18075     boxpoints: "outliers"
18076     whiskerwidth: 0
18077   layout:
18078     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18079     layout: "plot-throughput"
18080
18081 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18082 - type: "plot"
18083   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18084   algorithm: "plot_performance_box"
18085   output-file-type: ".html"
18086   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18087   data: "plot-dpdk-throughput-latency-2n-skx"
18088   filter: "'NIC_Intel-XXV710' and
18089            '64B' and
18090            'BASE' and
18091            'NDRPDR' and
18092            '2T1C' and
18093            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18094   parameters:
18095   - "throughput"
18096   - "parent"
18097   - "tags"
18098   traces:
18099     hoverinfo: "x+y"
18100     boxpoints: "outliers"
18101     whiskerwidth: 0
18102   layout:
18103     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18104     layout: "plot-throughput"
18105
18106 - type: "plot"
18107   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18108   algorithm: "plot_performance_box"
18109   output-file-type: ".html"
18110   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18111   data: "plot-dpdk-throughput-latency-2n-skx"
18112   filter: "'NIC_Intel-XXV710' and
18113            '64B' and
18114            'BASE' and
18115            'NDRPDR' and
18116            '4T2C' and
18117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18118   parameters:
18119   - "throughput"
18120   - "parent"
18121   - "tags"
18122   traces:
18123     hoverinfo: "x+y"
18124     boxpoints: "outliers"
18125     whiskerwidth: 0
18126   layout:
18127     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18128     layout: "plot-throughput"
18129
18130 - type: "plot"
18131   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18132   algorithm: "plot_performance_box"
18133   output-file-type: ".html"
18134   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18135   data: "plot-dpdk-throughput-latency-2n-skx"
18136   filter: "'NIC_Intel-XXV710' and
18137            '64B' and
18138            'BASE' and
18139            'NDRPDR' and
18140            '2T1C' and
18141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18142   parameters:
18143   - "throughput"
18144   - "parent"
18145   - "tags"
18146   traces:
18147     hoverinfo: "x+y"
18148     boxpoints: "outliers"
18149     whiskerwidth: 0
18150   layout:
18151     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18156   algorithm: "plot_performance_box"
18157   output-file-type: ".html"
18158   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18159   data: "plot-dpdk-throughput-latency-2n-skx"
18160   filter: "'NIC_Intel-XXV710' and
18161            '64B' and
18162            'BASE' and
18163            'NDRPDR' and
18164            '4T2C' and
18165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18166   parameters:
18167   - "throughput"
18168   - "parent"
18169   - "tags"
18170   traces:
18171     hoverinfo: "x+y"
18172     boxpoints: "outliers"
18173     whiskerwidth: 0
18174   layout:
18175     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18176     layout: "plot-throughput"
18177
18178 ################################################################################
18179
18180 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18181 - type: "plot"
18182   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18183   algorithm: "plot_latency_error_bars"
18184   output-file-type: ".html"
18185   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18187   filter: "'NIC_Intel-X520-DA2' and
18188            '64B' and
18189            ('BASE' or 'SCALE') and
18190            'NDRPDR' and
18191            'ETH' and
18192            '1T1C' and
18193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18194            not 'VHOST' and
18195            not 'MEMIF'"
18196   parameters:
18197   - "latency"
18198   - "parent"
18199   - "tags"
18200   sort:
18201   - "L2XCFWD"
18202   - "L2PATCH"
18203   - "L2BDMACLRN"
18204   - "FIB_10K"
18205   - "FIB_100K"
18206   - "FIB_1M"
18207   layout:
18208     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18209     layout: "plot-latency"
18210
18211 - type: "plot"
18212   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18213   algorithm: "plot_latency_error_bars"
18214   output-file-type: ".html"
18215   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18217   filter: "'NIC_Intel-X520-DA2' and
18218            '64B' and
18219            ('BASE' or 'SCALE') and
18220            'NDRPDR' and
18221            'ETH' and
18222            '2T2C' and
18223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18224            not 'VHOST' and
18225            not 'MEMIF'"
18226   parameters:
18227   - "latency"
18228   - "parent"
18229   - "tags"
18230   sort:
18231   - "L2XCFWD"
18232   - "L2PATCH"
18233   - "L2BDMACLRN"
18234   - "FIB_10K"
18235   - "FIB_100K"
18236   - "FIB_1M"
18237   layout:
18238     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18239     layout: "plot-latency"
18240
18241 # Packet Latency - VPP L2 3n-hsw-x520 features
18242 - type: "plot"
18243   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18244   algorithm: "plot_latency_error_bars"
18245   output-file-type: ".html"
18246   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18248   filter: "'NIC_Intel-X520-DA2' and
18249            '64B' and
18250            'NDRPDR' and
18251            '1T1C' and
18252            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18253            not 'ACL' and
18254            not 'VHOST' and
18255            not 'MEMIF'"
18256   parameters:
18257   - "latency"
18258   - "parent"
18259   - "tags"
18260   sort:
18261   - "L2XCBASE"    # l2xcbase
18262   - "L2BDBASE"    # l2bdbase
18263   - "L2XCFWD"     # dot1q-l2xcbase
18264   - "L2BDMACLRN"  # dot1q-l2bdbase
18265   layout:
18266     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18267     layout: "plot-latency"
18268
18269 - type: "plot"
18270   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18271   algorithm: "plot_latency_error_bars"
18272   output-file-type: ".html"
18273   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18275   filter: "'NIC_Intel-X520-DA2' and
18276            '64B' and
18277            'NDRPDR' and
18278            '2T2C' and
18279            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18280            not 'ACL' and
18281            not 'VHOST' and
18282            not 'MEMIF'"
18283   parameters:
18284   - "latency"
18285   - "parent"
18286   - "tags"
18287   sort:
18288   - "L2XCBASE"    # l2xcbase
18289   - "L2BDBASE"    # l2bdbase
18290   - "L2XCFWD"     # dot1q-l2xcbase
18291   - "L2BDMACLRN"  # dot1q-l2bdbase
18292   layout:
18293     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18294     layout: "plot-latency"
18295
18296 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18297 - type: "plot"
18298   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18299   algorithm: "plot_latency_error_bars"
18300   output-file-type: ".html"
18301   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18303   filter: "'NIC_Intel-X520-DA2' and
18304            '64B' and
18305            'NDRPDR' and
18306            '1T1C' and
18307            'FEATURE' and
18308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18309            'IACL' and
18310            ('ACL1' or 'ACL50') and
18311            ('10K_FLOWS' or '10k_FLOWS') and
18312            not 'MACIP' and
18313            not 'VHOST' and
18314            not 'MEMIF'"
18315   parameters:
18316   - "latency"
18317   - "parent"
18318   - "tags"
18319   layout:
18320     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18321     layout: "plot-latency"
18322
18323 - type: "plot"
18324   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18325   algorithm: "plot_latency_error_bars"
18326   output-file-type: ".html"
18327   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18329   filter: "'NIC_Intel-X520-DA2' and
18330            '64B' and
18331            'NDRPDR' and
18332            '2T2C' and
18333            'FEATURE' and
18334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18335            'IACL' and
18336            ('ACL1' or 'ACL50') and
18337            ('10K_FLOWS' or '10k_FLOWS') and
18338            not 'MACIP' and
18339            not 'VHOST' and
18340            not 'MEMIF'"
18341   parameters:
18342   - "latency"
18343   - "parent"
18344   - "tags"
18345   layout:
18346     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18347     layout: "plot-latency"
18348
18349 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18350 - type: "plot"
18351   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-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-oacl-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            'OACL' 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-oacl-ndr"
18374     layout: "plot-latency"
18375
18376 - type: "plot"
18377   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-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-oacl-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            'OACL' 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-oacl-ndr"
18400     layout: "plot-latency"
18401
18402 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18403 - type: "plot"
18404   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-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-macip-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            'MACIP' and
18416            ('ACL1' or 'ACL50') and
18417            ('10K_FLOWS' or '10k_FLOWS') and
18418            not 'VHOST' and
18419            not 'MEMIF'"
18420   parameters:
18421   - "latency"
18422   - "parent"
18423   - "tags"
18424   layout:
18425     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18426     layout: "plot-latency"
18427
18428 - type: "plot"
18429   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18430   algorithm: "plot_latency_error_bars"
18431   output-file-type: ".html"
18432   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18434   filter: "'NIC_Intel-X520-DA2' and
18435            '64B' and
18436            'NDRPDR' and
18437            '2T2C' and
18438            'FEATURE' and
18439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18440            'MACIP' and
18441            ('ACL1' or 'ACL50') and
18442            ('10K_FLOWS' or '10k_FLOWS') and
18443            not 'VHOST' and
18444            not 'MEMIF'"
18445   parameters:
18446   - "latency"
18447   - "parent"
18448   - "tags"
18449   layout:
18450     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18451     layout: "plot-latency"
18452
18453 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18454 - type: "plot"
18455   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18456   algorithm: "plot_latency_error_bars"
18457   output-file-type: ".html"
18458   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18460   filter: "'NIC_Intel-X710' and
18461            '64B' and
18462            ('BASE' or 'SCALE') and
18463            'NDRPDR' and
18464            'ETH' and
18465            '1T1C' and
18466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18467            not 'VHOST' and
18468            not 'MEMIF'"
18469   parameters:
18470   - "latency"
18471   - "parent"
18472   - "tags"
18473   sort:
18474   - "L2PATCH"
18475   - "L2XCFWD"
18476   - "L2BDMACLRN"
18477   - "FIB_10K"
18478   - "FIB_100K"
18479   - "FIB_1M"
18480   layout:
18481     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18482     layout: "plot-latency"
18483
18484 - type: "plot"
18485   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18486   algorithm: "plot_latency_error_bars"
18487   output-file-type: ".html"
18488   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18490   filter: "'NIC_Intel-X710' and
18491            '64B' and
18492            ('BASE' or 'SCALE') and
18493            'NDRPDR' and
18494            'ETH' and
18495            '2T2C' and
18496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18497            not 'VHOST' and
18498            not 'MEMIF'"
18499   parameters:
18500   - "latency"
18501   - "parent"
18502   - "tags"
18503   sort:
18504   - "L2PATCH"
18505   - "L2XCFWD"
18506   - "L2BDMACLRN"
18507   - "FIB_10K"
18508   - "FIB_100K"
18509   - "FIB_1M"
18510   layout:
18511     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18512     layout: "plot-latency"
18513
18514 # Packet Latency - VPP L2 3n-hsw-x710 features
18515 - type: "plot"
18516   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18517   algorithm: "plot_latency_error_bars"
18518   output-file-type: ".html"
18519   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18521   filter: "'NIC_Intel-X710' and
18522            '64B' and
18523            'NDRPDR' and
18524            '1T1C' and
18525            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18526            not 'ACL' and
18527            not 'VHOST' and
18528            not 'L2OVRLAY' and
18529            not 'MEMIF'"
18530   parameters:
18531   - "latency"
18532   - "parent"
18533   - "tags"
18534   sort:
18535   - "L2XCBASE"    # l2xcbase
18536   - "L2BDBASE"    # l2bdbase
18537   - "L2XCFWD"     # dot1q-l2xcbase
18538   - "L2BDMACLRN"  # dot1q-l2bdbase
18539   layout:
18540     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18541     layout: "plot-latency"
18542
18543 - type: "plot"
18544   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18545   algorithm: "plot_latency_error_bars"
18546   output-file-type: ".html"
18547   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18549   filter: "'NIC_Intel-X710' and
18550            '64B' and
18551            'NDRPDR' and
18552            '2T2C' and
18553            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18554            not 'ACL' and
18555            not 'VHOST' and
18556            not 'L2OVRLAY' and
18557            not 'MEMIF'"
18558   parameters:
18559   - "latency"
18560   - "parent"
18561   - "tags"
18562   sort:
18563   - "L2XCBASE"    # l2xcbase
18564   - "L2BDBASE"    # l2bdbase
18565   - "L2XCFWD"     # dot1q-l2xcbase
18566   - "L2BDMACLRN"  # dot1q-l2bdbase
18567   layout:
18568     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18569     layout: "plot-latency"
18570
18571 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18572 - type: "plot"
18573   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18574   algorithm: "plot_latency_error_bars"
18575   output-file-type: ".html"
18576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18578   filter: "'NIC_Intel-X710' and
18579            '64B' and
18580            'NDRPDR' and
18581            '1T1C' and
18582            'FEATURE' and
18583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18584            'IACL' and
18585            ('ACL1' or 'ACL50') and
18586            ('10K_FLOWS' or '10k_FLOWS') and
18587            not 'MACIP' and
18588            not 'VHOST' and
18589            not 'MEMIF'"
18590   parameters:
18591   - "latency"
18592   - "parent"
18593   - "tags"
18594   layout:
18595     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18596     layout: "plot-latency"
18597
18598 - type: "plot"
18599   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18600   algorithm: "plot_latency_error_bars"
18601   output-file-type: ".html"
18602   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18603   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18604   filter: "'NIC_Intel-X710' and
18605            '64B' and
18606            'NDRPDR' and
18607            '2T2C' and
18608            'FEATURE' and
18609            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18610            'IACL' and
18611            ('ACL1' or 'ACL50') and
18612            ('10K_FLOWS' or '10k_FLOWS') and
18613            not 'MACIP' and
18614            not 'VHOST' and
18615            not 'MEMIF'"
18616   parameters:
18617   - "latency"
18618   - "parent"
18619   - "tags"
18620   layout:
18621     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18622     layout: "plot-latency"
18623
18624 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18625 - type: "plot"
18626   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18627   algorithm: "plot_latency_error_bars"
18628   output-file-type: ".html"
18629   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18631   filter: "'NIC_Intel-XL710' and
18632            '64B' and
18633            'BASE' and
18634            'NDRPDR' and
18635            'ETH' and
18636            '1T1C' and
18637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18638            not 'VHOST' and
18639            not 'MEMIF'"
18640   parameters:
18641   - "latency"
18642   - "parent"
18643   - "tags"
18644   sort:
18645   - "L2PATCH"
18646   - "L2XCFWD"
18647   - "L2BDMACLRN"
18648   layout:
18649     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18650     layout: "plot-latency"
18651
18652 - type: "plot"
18653   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18654   algorithm: "plot_latency_error_bars"
18655   output-file-type: ".html"
18656   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18658   filter: "'NIC_Intel-XL710' and
18659            '64B' and
18660            'BASE' and
18661            'NDRPDR' and
18662            'ETH' and
18663            '2T2C' and
18664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18665            not 'VHOST' and
18666            not 'MEMIF'"
18667   parameters:
18668   - "latency"
18669   - "parent"
18670   - "tags"
18671   sort:
18672   - "L2PATCH"
18673   - "L2XCFWD"
18674   - "L2BDMACLRN"
18675   layout:
18676     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18677     layout: "plot-latency"
18678
18679 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18680 - type: "plot"
18681   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18682   algorithm: "plot_latency_error_bars"
18683   output-file-type: ".html"
18684   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18686   filter: "'NIC_Intel-X710' and
18687            '64B' and
18688            ('BASE' or 'SCALE') and
18689            'NDRPDR' and
18690            'ETH' and
18691            '2T1C' and
18692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18693            not 'VHOST' and
18694            not 'MEMIF' and
18695            not 'DRV_AVF'"
18696   parameters:
18697   - "latency"
18698   - "parent"
18699   - "tags"
18700   sort:
18701   - "L2PATCH"
18702   - "L2XCBASE"
18703   - "BASE"
18704   - "FIB_10K"
18705   - "FIB_100K"
18706   - "FIB_1M"
18707   layout:
18708     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18709     layout: "plot-latency"
18710
18711 - type: "plot"
18712   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18713   algorithm: "plot_latency_error_bars"
18714   output-file-type: ".html"
18715   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18717   filter: "'NIC_Intel-X710' and
18718            '64B' and
18719            ('BASE' or 'SCALE') and
18720            'NDRPDR' and
18721            'ETH' and
18722            '4T2C' and
18723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18724            not 'VHOST' and
18725            not 'MEMIF' and
18726            not 'DRV_AVF'"
18727   parameters:
18728   - "latency"
18729   - "parent"
18730   - "tags"
18731   sort:
18732   - "L2PATCH"
18733   - "L2XCBASE"
18734   - "BASE"
18735   - "FIB_10K"
18736   - "FIB_100K"
18737   - "FIB_1M"
18738   layout:
18739     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18740     layout: "plot-latency"
18741
18742 # Packet Latency - VPP L2 3n-skx-x710 features
18743 - type: "plot"
18744   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18745   algorithm: "plot_latency_error_bars"
18746   output-file-type: ".html"
18747   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18749   filter: "'NIC_Intel-X710' and
18750            '64B' and
18751            'NDRPDR' and
18752            '2T1C' and
18753            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18754            not 'ACL' and
18755            not 'VHOST' and
18756            not 'DRV_AVF' and
18757            not 'L2OVRLAY' and
18758            not 'MEMIF'"
18759   parameters:
18760   - "latency"
18761   - "parent"
18762   - "tags"
18763   sort:
18764   - "L2XCBASE"    # l2xcbase
18765   - "L2BDBASE"    # l2bdbase
18766   - "L2XCFWD"     # dot1q-l2xcbase
18767   - "L2BDMACLRN"  # dot1q-l2bdbase
18768   layout:
18769     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18770     layout: "plot-latency"
18771
18772 - type: "plot"
18773   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18774   algorithm: "plot_latency_error_bars"
18775   output-file-type: ".html"
18776   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18778   filter: "'NIC_Intel-X710' and
18779            '64B' and
18780            'NDRPDR' and
18781            '4T2C' and
18782            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18783            not 'ACL' and
18784            not 'VHOST' and
18785            not 'DRV_AVF' and
18786            not 'L2OVRLAY' and
18787            not 'MEMIF'"
18788   parameters:
18789   - "latency"
18790   - "parent"
18791   - "tags"
18792   sort:
18793   - "L2XCBASE"    # l2xcbase
18794   - "L2BDBASE"    # l2bdbase
18795   - "L2XCFWD"     # dot1q-l2xcbase
18796   - "L2BDMACLRN"  # dot1q-l2bdbase
18797   layout:
18798     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18799     layout: "plot-latency"
18800
18801 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18802 - type: "plot"
18803   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18804   algorithm: "plot_latency_error_bars"
18805   output-file-type: ".html"
18806   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18808   filter: "'NIC_Intel-X710' and
18809            '64B' and
18810            'NDRPDR' and
18811            '2T1C' and
18812            'FEATURE' and
18813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18814            'IACL' and
18815            ('ACL1' or 'ACL50') and
18816            ('10K_FLOWS' or '10k_FLOWS') and
18817            not 'MACIP' and
18818            not 'VHOST' and
18819            not 'MEMIF'"
18820   parameters:
18821   - "latency"
18822   - "parent"
18823   - "tags"
18824   layout:
18825     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18826     layout: "plot-latency"
18827
18828 - type: "plot"
18829   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18830   algorithm: "plot_latency_error_bars"
18831   output-file-type: ".html"
18832   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18834   filter: "'NIC_Intel-X710' and
18835            '64B' and
18836            'NDRPDR' and
18837            '4T2C' and
18838            'FEATURE' and
18839            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18840            'IACL' and
18841            ('ACL1' or 'ACL50') and
18842            ('10K_FLOWS' or '10k_FLOWS') and
18843            not 'MACIP' and
18844            not 'VHOST' and
18845            not 'MEMIF'"
18846   parameters:
18847   - "latency"
18848   - "parent"
18849   - "tags"
18850   layout:
18851     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18852     layout: "plot-latency"
18853
18854 # Packet Latency - VPP L2 3n-skx-xxv710 base
18855 - type: "plot"
18856   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18857   algorithm: "plot_latency_error_bars"
18858   output-file-type: ".html"
18859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18861   filter: "'NIC_Intel-XXV710' and
18862            '64B' and
18863            ('BASE' or 'SCALE') and
18864            'NDRPDR' and
18865            'ETH' and
18866            '2T1C' and
18867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18868            not 'VHOST' and
18869            not 'MEMIF'"
18870   parameters:
18871   - "latency"
18872   - "parent"
18873   - "tags"
18874   sort:
18875   - "L2PATCH"
18876   - "L2PATCH"
18877   - "L2XCBASE"
18878   - "L2BDMACLRN"
18879   layout:
18880     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18881     layout: "plot-latency"
18882
18883 - type: "plot"
18884   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18885   algorithm: "plot_latency_error_bars"
18886   output-file-type: ".html"
18887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18889   filter: "'NIC_Intel-XXV710' and
18890            '64B' and
18891            ('BASE' or 'SCALE') and
18892            'NDRPDR' and
18893            'ETH' and
18894            '4T2C' and
18895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18896            not 'VHOST' and
18897            not 'MEMIF'"
18898   parameters:
18899   - "latency"
18900   - "parent"
18901   - "tags"
18902   sort:
18903   - "L2PATCH"
18904   - "L2PATCH"
18905   - "L2XCBASE"
18906   - "L2BDMACLRN"
18907   layout:
18908     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18909     layout: "plot-latency"
18910
18911 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18912 - type: "plot"
18913   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18914   algorithm: "plot_latency_error_bars"
18915   output-file-type: ".html"
18916   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18918   filter: "'NIC_Intel-X710' and
18919            '64B' and
18920            'ETH' and
18921            ('BASE' or 'SCALE') and
18922            'NDRPDR' and
18923            '2T1C' and
18924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18925            not 'VHOST' and
18926            not 'MEMIF'"
18927   parameters:
18928   - "latency"
18929   - "parent"
18930   - "tags"
18931   sort:
18932   - "L2PATCH"
18933   - "L2XCBASE"
18934   - "BASE"
18935   - "FIB_10K"
18936   - "FIB_100K"
18937   - "FIB_1M"
18938   layout:
18939     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18940     layout: "plot-latency"
18941
18942 - type: "plot"
18943   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18944   algorithm: "plot_latency_error_bars"
18945   output-file-type: ".html"
18946   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18948   filter: "'NIC_Intel-X710' and
18949            '64B' and
18950            ('BASE' or 'SCALE') and
18951            'NDRPDR' and
18952            'ETH' and
18953            '4T2C' and
18954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18955            not 'VHOST' and
18956            not 'MEMIF'"
18957   parameters:
18958   - "latency"
18959   - "parent"
18960   - "tags"
18961   sort:
18962   - "L2PATCH"
18963   - "L2XCBASE"
18964   - "BASE"
18965   - "FIB_10K"
18966   - "FIB_100K"
18967   - "FIB_1M"
18968   layout:
18969     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18970     layout: "plot-latency"
18971
18972 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18973 - type: "plot"
18974   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18975   algorithm: "plot_latency_error_bars"
18976   output-file-type: ".html"
18977   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18979   filter: "'NIC_Intel-XXV710' and
18980            '64B' and
18981            ('BASE' or 'SCALE') and
18982            'NDRPDR' and
18983            'ETH' and
18984            '2T1C' and
18985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18986            not 'VHOST' and
18987            not 'MEMIF'"
18988   parameters:
18989   - "latency"
18990   - "parent"
18991   - "tags"
18992   sort:
18993   - "L2PATCH"
18994   - "L2XCBASE"
18995   - "BASE"
18996   - "FIB_10K"
18997   - "FIB_100K"
18998   - "FIB_1M"
18999   layout:
19000     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19001     layout: "plot-latency"
19002
19003 - type: "plot"
19004   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19005   algorithm: "plot_latency_error_bars"
19006   output-file-type: ".html"
19007   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19009   filter: "'NIC_Intel-XXV710' and
19010            '64B' and
19011            ('BASE' or 'SCALE') and
19012            'NDRPDR' and
19013            'ETH' and
19014            '4T2C' and
19015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19016            not 'VHOST' and
19017            not 'MEMIF'"
19018   parameters:
19019   - "latency"
19020   - "parent"
19021   - "tags"
19022   sort:
19023   - "L2PATCH"
19024   - "L2XCBASE"
19025   - "BASE"
19026   - "FIB_10K"
19027   - "FIB_100K"
19028   - "FIB_1M"
19029   layout:
19030     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19031     layout: "plot-latency"
19032
19033 ################################################################################
19034
19035 # Packet Latency - VPP Container Memif 3n-hsw-x520
19036 - type: "plot"
19037   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19038   algorithm: "plot_latency_error_bars"
19039   output-file-type: ".html"
19040   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19042   filter: "'NIC_Intel-X520-DA2' and
19043            '64B' and
19044            ('BASE' or 'SCALE') and
19045            'NDRPDR' and
19046            '1T1C' and
19047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19048            not 'VHOST' and
19049            'MEMIF'"
19050   parameters:
19051   - "latency"
19052   - "parent"
19053   - "tags"
19054   sort:
19055   - "L2XCFWD"
19056   - "L2XCFWD"
19057   - "L2XCFWD"
19058   - "L2BDMACLRN"
19059   - "L2BDMACLRN"
19060   - "L2BDMACLRN"
19061   - "IP4FWD"
19062   layout:
19063     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19064     layout: "plot-latency"
19065
19066 - type: "plot"
19067   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19068   algorithm: "plot_latency_error_bars"
19069   output-file-type: ".html"
19070   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19072   filter: "'NIC_Intel-X520-DA2' and
19073            '64B' and
19074            ('BASE' or 'SCALE') and
19075            'NDRPDR' and
19076            '2T2C' and
19077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19078            not 'VHOST' and
19079            'MEMIF'"
19080   parameters:
19081   - "latency"
19082   - "parent"
19083   - "tags"
19084   sort:
19085   - "L2XCFWD"
19086   - "L2XCFWD"
19087   - "L2XCFWD"
19088   - "L2BDMACLRN"
19089   - "L2BDMACLRN"
19090   - "L2BDMACLRN"
19091   - "IP4FWD"
19092   layout:
19093     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19094     layout: "plot-latency"
19095
19096 # Packet Latency - VPP Container Memif 3n-hsw-x710
19097 - type: "plot"
19098   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19099   algorithm: "plot_latency_error_bars"
19100   output-file-type: ".html"
19101   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19103   filter: "'NIC_Intel-X710' and
19104            '64B' and
19105            ('BASE' or 'SCALE') and
19106            'NDRPDR' and
19107            '1T1C' and
19108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19109            not 'VHOST' and
19110            'MEMIF'"
19111   parameters:
19112   - "latency"
19113   - "parent"
19114   - "tags"
19115   sort:
19116   - "L2XCFWD"
19117   - "L2XCFWD"
19118   - "L2XCFWD"
19119   - "L2BDMACLRN"
19120   - "L2BDMACLRN"
19121   - "L2BDMACLRN"
19122   - "IP4FWD"
19123   layout:
19124     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19125     layout: "plot-latency"
19126
19127 - type: "plot"
19128   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19129   algorithm: "plot_latency_error_bars"
19130   output-file-type: ".html"
19131   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19133   filter: "'NIC_Intel-X710' and
19134            '64B' and
19135            ('BASE' or 'SCALE') and
19136            'NDRPDR' and
19137            '2T2C' and
19138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19139            not 'VHOST' and
19140            'MEMIF'"
19141   parameters:
19142   - "latency"
19143   - "parent"
19144   - "tags"
19145   sort:
19146   - "L2XCFWD"
19147   - "L2XCFWD"
19148   - "L2XCFWD"
19149   - "L2BDMACLRN"
19150   - "L2BDMACLRN"
19151   - "L2BDMACLRN"
19152   - "IP4FWD"
19153   layout:
19154     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19155     layout: "plot-latency"
19156
19157 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19158 - type: "plot"
19159   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19160   algorithm: "plot_latency_error_bars"
19161   output-file-type: ".html"
19162   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19164   filter: "'NIC_Intel-XL710' and
19165            '64B' and
19166            ('BASE' or 'SCALE') and
19167            'NDRPDR' and
19168            '1T1C' and
19169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19170            not 'VHOST' and
19171            'MEMIF'"
19172   parameters:
19173   - "latency"
19174   - "parent"
19175   - "tags"
19176   sort:
19177   - "L2XCFWD"
19178   - "L2XCFWD"
19179   - "L2XCFWD"
19180   - "L2BDMACLRN"
19181   - "L2BDMACLRN"
19182   - "L2BDMACLRN"
19183   - "IP4FWD"
19184   layout:
19185     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19186     layout: "plot-latency"
19187
19188 - type: "plot"
19189   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19190   algorithm: "plot_latency_error_bars"
19191   output-file-type: ".html"
19192   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19194   filter: "'NIC_Intel-XL710' and
19195            '64B' and
19196            ('BASE' or 'SCALE') and
19197            'NDRPDR' and
19198            '2T2C' and
19199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19200            not 'VHOST' and
19201            'MEMIF'"
19202   parameters:
19203   - "latency"
19204   - "parent"
19205   - "tags"
19206   sort:
19207   - "L2XCFWD"
19208   - "L2XCFWD"
19209   - "L2XCFWD"
19210   - "L2BDMACLRN"
19211   - "L2BDMACLRN"
19212   - "L2BDMACLRN"
19213   - "IP4FWD"
19214   layout:
19215     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19216     layout: "plot-latency"
19217
19218 # Packet Latency - VPP Container Memif 3n-skx-x710
19219 - type: "plot"
19220   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19221   algorithm: "plot_latency_error_bars"
19222   output-file-type: ".html"
19223   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19225   filter: "'NIC_Intel-X710' and
19226            '64B' and
19227            ('BASE' or 'SCALE') and
19228            'NDRPDR' and
19229            '2T1C' and
19230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19231            not 'VHOST' and
19232            'MEMIF'"
19233   parameters:
19234   - "latency"
19235   - "parent"
19236   - "tags"
19237   sort:
19238   - "L2XCFWD"
19239   - "L2XCFWD"
19240   - "L2XCFWD"
19241   - "L2BDMACLRN"
19242   - "L2BDMACLRN"
19243   - "L2BDMACLRN"
19244   - "IP4FWD"
19245   layout:
19246     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19247     layout: "plot-latency"
19248
19249 - type: "plot"
19250   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19251   algorithm: "plot_latency_error_bars"
19252   output-file-type: ".html"
19253   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19255   filter: "'NIC_Intel-X710' and
19256            '64B' and
19257            ('BASE' or 'SCALE') and
19258            'NDRPDR' and
19259            '4T2C' and
19260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19261            not 'VHOST' and
19262            'MEMIF'"
19263   parameters:
19264   - "latency"
19265   - "parent"
19266   - "tags"
19267   sort:
19268   - "L2XCFWD"
19269   - "L2XCFWD"
19270   - "L2XCFWD"
19271   - "L2BDMACLRN"
19272   - "L2BDMACLRN"
19273   - "L2BDMACLRN"
19274   - "IP4FWD"
19275   layout:
19276     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19277     layout: "plot-latency"
19278
19279 # Packet Latency - VPP Container Memif 2n-skx-x710
19280 - type: "plot"
19281   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19282   algorithm: "plot_latency_error_bars"
19283   output-file-type: ".html"
19284   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19286   filter: "'NIC_Intel-X710' and
19287            '64B' and
19288            ('BASE' or 'SCALE') and
19289            'NDRPDR' and
19290            '2T1C' and
19291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19292            not 'VHOST' and
19293            not 'NF_DENSITY' and
19294            'MEMIF'"
19295   parameters:
19296   - "latency"
19297   - "parent"
19298   - "tags"
19299   sort:
19300   - "L2XCFWD"
19301   - "L2XCFWD"
19302   - "L2XCFWD"
19303   - "L2BDMACLRN"
19304   - "L2BDMACLRN"
19305   - "L2BDMACLRN"
19306   - "IP4FWD"
19307   layout:
19308     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19309     layout: "plot-latency"
19310
19311 - type: "plot"
19312   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19313   algorithm: "plot_latency_error_bars"
19314   output-file-type: ".html"
19315   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19317   filter: "'NIC_Intel-X710' and
19318            '64B' and
19319            ('BASE' or 'SCALE') and
19320            'NDRPDR' and
19321            '4T2C' and
19322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19323            not 'VHOST' and
19324            not 'NF_DENSITY' and
19325            'MEMIF'"
19326   parameters:
19327   - "latency"
19328   - "parent"
19329   - "tags"
19330   sort:
19331   - "L2XCFWD"
19332   - "L2XCFWD"
19333   - "L2XCFWD"
19334   - "L2BDMACLRN"
19335   - "L2BDMACLRN"
19336   - "L2BDMACLRN"
19337   - "IP4FWD"
19338   layout:
19339     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19340     layout: "plot-latency"
19341
19342 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19343 #- type: "plot"
19344 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19345 #  algorithm: "plot_latency_error_bars"
19346 #  output-file-type: ".html"
19347 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19348 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19349 #  filter: "'NIC_Intel-XXV710' and
19350 #           '64B' and
19351 #           ('BASE' or 'SCALE') and
19352 #           'NDRPDR' and
19353 #           '2T1C' and
19354 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19355 #           not 'VHOST' and
19356 #           'MEMIF'"
19357 #  parameters:
19358 #  - "latency"
19359 #  - "parent"
19360 #  - "tags"
19361 #  sort:
19362 #  - "L2XCFWD"
19363 #  - "L2XCFWD"
19364 #  - "L2XCFWD"
19365 #  - "L2BDMACLRN"
19366 #  - "L2BDMACLRN"
19367 #  - "L2BDMACLRN"
19368 #  - "IP4FWD"
19369 #  layout:
19370 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19371 #    layout: "plot-latency"
19372 #
19373 #- type: "plot"
19374 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19375 #  algorithm: "plot_latency_error_bars"
19376 #  output-file-type: ".html"
19377 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19378 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19379 #  filter: "'NIC_Intel-XXV710' and
19380 #           '64B' and
19381 #           ('BASE' or 'SCALE') and
19382 #           'NDRPDR' and
19383 #           '4T2C' and
19384 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19385 #           not 'VHOST' and
19386 #           'MEMIF'"
19387 #  parameters:
19388 #  - "latency"
19389 #  - "parent"
19390 #  - "tags"
19391 #  sort:
19392 #  - "L2XCFWD"
19393 #  - "L2XCFWD"
19394 #  - "L2XCFWD"
19395 #  - "L2BDMACLRN"
19396 #  - "L2BDMACLRN"
19397 #  - "L2BDMACLRN"
19398 #  - "IP4FWD"
19399 #  layout:
19400 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19401 #    layout: "plot-latency"
19402
19403 ################################################################################
19404
19405 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19406 #- type: "plot"
19407 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19408 #  algorithm: "plot_latency_error_bars"
19409 #  output-file-type: ".html"
19410 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19411 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19412 #  filter: "'NIC_Intel-X520-DA2' and
19413 #           '64B' and
19414 #           ('BASE' or 'SCALE') and
19415 #           'NDRPDR' and
19416 #           '1T1C' and
19417 #           'L2XCFWD' and
19418 #           not 'VHOST' and
19419 #           not 'NF_DENSITY' and
19420 #           'MEMIF'"
19421 #  parameters:
19422 #  - "latency"
19423 #  - "parent"
19424 #  - "tags"
19425 #  sort:
19426 #  - "1VNF"
19427 #  - "2VNF"
19428 #  - "4VNF"
19429 #  - "2VNF"
19430 #  - "4VNF"
19431 #  layout:
19432 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19433 #    layout: "plot-latency"
19434 #
19435 #- type: "plot"
19436 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19437 #  algorithm: "plot_latency_error_bars"
19438 #  output-file-type: ".html"
19439 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19440 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19441 #  filter: "'NIC_Intel-X520-DA2' and
19442 #           '64B' and
19443 #           ('BASE' or 'SCALE') and
19444 #           'NDRPDR' and
19445 #           '2T2C' and
19446 #           'L2XCFWD' and
19447 #           not 'VHOST' and
19448 #           not 'NF_DENSITY' and
19449 #           'MEMIF'"
19450 #  parameters:
19451 #  - "latency"
19452 #  - "parent"
19453 #  - "tags"
19454 #  sort:
19455 #  - "1VNF"
19456 #  - "2VNF"
19457 #  - "4VNF"
19458 #  - "2VNF"
19459 #  - "4VNF"
19460 #  layout:
19461 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19462 #    layout: "plot-latency"
19463 #
19464 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19465 #- type: "plot"
19466 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19467 #  algorithm: "plot_latency_error_bars"
19468 #  output-file-type: ".html"
19469 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19470 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19471 #  filter: "'NIC_Intel-X520-DA2' and
19472 #           '64B' and
19473 #           ('BASE' or 'SCALE') and
19474 #           'NDRPDR' and
19475 #           '1T1C' and
19476 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19477 #           not 'VHOST' and
19478 #           not 'NF_DENSITY' and
19479 #           'MEMIF'"
19480 #  parameters:
19481 #  - "latency"
19482 #  - "parent"
19483 #  - "tags"
19484 #  sort:
19485 #  - "1VNF"
19486 #  - "2VNF"
19487 #  - "4VNF"
19488 #  - "2VNF"
19489 #  - "4VNF"
19490 #  layout:
19491 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19492 #    layout: "plot-latency"
19493 #
19494 #- type: "plot"
19495 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19496 #  algorithm: "plot_latency_error_bars"
19497 #  output-file-type: ".html"
19498 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19499 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19500 #  filter: "'NIC_Intel-X520-DA2' and
19501 #           '64B' and
19502 #           ('BASE' or 'SCALE') and
19503 #           'NDRPDR' and
19504 #           '2T2C' and
19505 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19506 #           not 'VHOST' and
19507 #           not 'NF_DENSITY' and
19508 #           'MEMIF'"
19509 #  parameters:
19510 #  - "latency"
19511 #  - "parent"
19512 #  - "tags"
19513 #  sort:
19514 #  - "1VNF"
19515 #  - "2VNF"
19516 #  - "4VNF"
19517 #  - "2VNF"
19518 #  - "4VNF"
19519 #  layout:
19520 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19521 #    layout: "plot-latency"
19522 #
19523 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19524 #- type: "plot"
19525 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19526 #  algorithm: "plot_latency_error_bars"
19527 #  output-file-type: ".html"
19528 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19529 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19530 #  filter: "'NIC_Intel-X710' and
19531 #           '64B' and
19532 #           ('BASE' or 'SCALE') and
19533 #           'NDRPDR' and
19534 #           '1T1C' and
19535 #           'L2XCFWD' and
19536 #           not 'VHOST' and
19537 #           not 'NF_DENSITY' and
19538 #           'MEMIF'"
19539 #  parameters:
19540 #  - "latency"
19541 #  - "parent"
19542 #  - "tags"
19543 #  sort:
19544 #  - "1VNF"
19545 #  - "2VNF"
19546 #  - "4VNF"
19547 #  - "2VNF"
19548 #  - "4VNF"
19549 #  layout:
19550 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19551 #    layout: "plot-latency"
19552 #
19553 #- type: "plot"
19554 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19555 #  algorithm: "plot_latency_error_bars"
19556 #  output-file-type: ".html"
19557 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19558 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19559 #  filter: "'NIC_Intel-X710' and
19560 #           '64B' and
19561 #           ('BASE' or 'SCALE') and
19562 #           'NDRPDR' and
19563 #           '2T2C' and
19564 #           'L2XCFWD' and
19565 #           not 'VHOST' and
19566 #           not 'NF_DENSITY' and
19567 #           'MEMIF'"
19568 #  parameters:
19569 #  - "latency"
19570 #  - "parent"
19571 #  - "tags"
19572 #  sort:
19573 #  - "1VNF"
19574 #  - "2VNF"
19575 #  - "4VNF"
19576 #  - "2VNF"
19577 #  - "4VNF"
19578 #  layout:
19579 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19580 #    layout: "plot-latency"
19581 #
19582 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19583 #- type: "plot"
19584 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19585 #  algorithm: "plot_latency_error_bars"
19586 #  output-file-type: ".html"
19587 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19588 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19589 #  filter: "'NIC_Intel-X710' and
19590 #           '64B' and
19591 #           ('BASE' or 'SCALE') and
19592 #           'NDRPDR' and
19593 #           '1T1C' and
19594 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19595 #           not 'VHOST' and
19596 #           not 'NF_DENSITY' and
19597 #           'MEMIF'"
19598 #  parameters:
19599 #  - "latency"
19600 #  - "parent"
19601 #  - "tags"
19602 #  sort:
19603 #  - "1VNF"
19604 #  - "2VNF"
19605 #  - "4VNF"
19606 #  - "2VNF"
19607 #  - "4VNF"
19608 #  layout:
19609 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19610 #    layout: "plot-latency"
19611 #
19612 #- type: "plot"
19613 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19614 #  algorithm: "plot_latency_error_bars"
19615 #  output-file-type: ".html"
19616 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19617 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19618 #  filter: "'NIC_Intel-X710' and
19619 #           '64B' and
19620 #           ('BASE' or 'SCALE') and
19621 #           'NDRPDR' and
19622 #           '2T2C' and
19623 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19624 #           not 'VHOST' and
19625 #           not 'NF_DENSITY' and
19626 #           'MEMIF'"
19627 #  parameters:
19628 #  - "latency"
19629 #  - "parent"
19630 #  - "tags"
19631 #  sort:
19632 #  - "1VNF"
19633 #  - "2VNF"
19634 #  - "4VNF"
19635 #  - "2VNF"
19636 #  - "4VNF"
19637 #  layout:
19638 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19639 #    layout: "plot-latency"
19640
19641 ################################################################################
19642
19643 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19644 - type: "plot"
19645   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19646   algorithm: "plot_latency_error_bars"
19647   output-file-type: ".html"
19648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19650   filter: "'NIC_Intel-X520-DA2' and
19651            '64B' and
19652            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19653            'NDRPDR' and
19654            '1T1C' and
19655            'IP4FWD' and
19656            not 'IPSEC' and
19657            not 'DOT1Q' and
19658            not 'VHOST'"
19659   parameters:
19660   - "latency"
19661   - "parent"
19662   - "tags"
19663   sort:
19664   - "DOT1Q"
19665   - "IP4BASE"
19666   - "FIB_20K"
19667   - "FIB_200K"
19668   - "FIB_2M"
19669   layout:
19670     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19671     layout: "plot-latency"
19672
19673 - type: "plot"
19674   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19675   algorithm: "plot_latency_error_bars"
19676   output-file-type: ".html"
19677   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19679   filter: "'NIC_Intel-X520-DA2' and
19680            '64B' and
19681            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19682            'NDRPDR' and
19683            '2T2C' and
19684            'IP4FWD' and
19685            not 'IPSEC' and
19686            not 'DOT1Q' and
19687            not 'VHOST'"
19688   parameters:
19689   - "latency"
19690   - "parent"
19691   - "tags"
19692   sort:
19693   - "DOT1Q"
19694   - "IP4BASE"
19695   - "FIB_20K"
19696   - "FIB_200K"
19697   - "FIB_2M"
19698   layout:
19699     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19700     layout: "plot-latency"
19701
19702 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19703 - type: "plot"
19704   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19705   algorithm: "plot_latency_error_bars"
19706   output-file-type: ".html"
19707   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19709   filter: "'NIC_Intel-X520-DA2' and
19710            '64B' and
19711            ('IP4BASE' or
19712             'POLICE_MARK' or
19713             'COPWHLIST' or
19714             ('NAT44' and 'BASE') or
19715             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19716            'NDRPDR' and
19717            '1T1C' and
19718            'IP4FWD' and
19719            not 'IPSEC' and
19720            not 'VHOST'"
19721   parameters:
19722   - "latency"
19723   - "parent"
19724   - "tags"
19725   sort:
19726   - "DOT1Q"
19727   - "IP4BASE"
19728   - "NAT44"
19729   - "POLICE_MARK"
19730   - "COPWHLIST"
19731   - "IACL"
19732   - "OACL"
19733   layout:
19734     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19735     layout: "plot-latency"
19736
19737 - type: "plot"
19738   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19739   algorithm: "plot_latency_error_bars"
19740   output-file-type: ".html"
19741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19743   filter: "'NIC_Intel-X520-DA2' and
19744            '64B' and
19745            ('IP4BASE' or
19746             'POLICE_MARK' or
19747             'COPWHLIST' or
19748             ('NAT44' and 'BASE') or
19749             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19750            'NDRPDR' and
19751            '2T2C' and
19752            'IP4FWD' and
19753            not 'IPSEC' and
19754            not 'VHOST'"
19755   parameters:
19756   - "latency"
19757   - "parent"
19758   - "tags"
19759   sort:
19760   - "DOT1Q"
19761   - "IP4BASE"
19762   - "NAT44"
19763   - "POLICE_MARK"
19764   - "COPWHLIST"
19765   - "IACL"
19766   - "OACL"
19767   layout:
19768     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19769     layout: "plot-latency"
19770
19771 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19772 - type: "plot"
19773   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19774   algorithm: "plot_latency_error_bars"
19775   output-file-type: ".html"
19776   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19778   filter: "'NIC_Intel-X520-DA2' and
19779            '64B' and
19780            'NDRPDR' and
19781            '1T1C' and
19782            'IP4FWD' and
19783            ('NAT44' or 'IP4BASE') and
19784            not 'DOT1Q' and
19785            not 'IPSEC' and
19786            not 'VHOST'"
19787   parameters:
19788   - "latency"
19789   - "parent"
19790   - "tags"
19791   sort:
19792   - "IP4BASE"
19793   - "BASE"
19794   - "SRC_USER_10"
19795   - "SRC_USER_100"
19796   - "SRC_USER_1000"
19797   - "SRC_USER_2000"
19798   layout:
19799     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19800     layout: "plot-latency"
19801
19802 - type: "plot"
19803   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19804   algorithm: "plot_latency_error_bars"
19805   output-file-type: ".html"
19806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19808   filter: "'NIC_Intel-X520-DA2' and
19809            '64B' and
19810            'NDRPDR' and
19811            '2T2C' and
19812            'IP4FWD' and
19813            ('NAT44' or 'IP4BASE') and
19814            not 'DOT1Q' and
19815            not 'IPSEC' and
19816            not 'VHOST'"
19817   parameters:
19818   - "latency"
19819   - "parent"
19820   - "tags"
19821   sort:
19822   - "IP4BASE"
19823   - "BASE"
19824   - "SRC_USER_10"
19825   - "SRC_USER_100"
19826   - "SRC_USER_1000"
19827   - "SRC_USER_2000"
19828   layout:
19829     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19830     layout: "plot-latency"
19831
19832 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19833 - type: "plot"
19834   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19835   algorithm: "plot_latency_error_bars"
19836   output-file-type: ".html"
19837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19839   filter: "'NIC_Intel-X520-DA2' and
19840            '64B' and
19841            'NDRPDR' and
19842            '1T1C' and
19843            'IP4FWD' and
19844            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19845            not 'IPSEC' and
19846            not 'DOT1Q' and
19847            not 'VHOST'"
19848   parameters:
19849   - "latency"
19850   - "parent"
19851   - "tags"
19852   sort:
19853   - "IP4BASE"
19854   - "ACL_STATELESS"
19855   - "ACL_STATEFUL"
19856   - "ACL_STATELESS"
19857   - "ACL_STATEFUL"
19858   layout:
19859     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19860     layout: "plot-latency"
19861
19862 - type: "plot"
19863   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19864   algorithm: "plot_latency_error_bars"
19865   output-file-type: ".html"
19866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19868   filter: "'NIC_Intel-X520-DA2' and
19869            '64B' and
19870            'NDRPDR' and
19871            '2T2C' and
19872            'IP4FWD' and
19873            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19874            not 'IPSEC' and
19875            not 'DOT1Q' and
19876            not 'VHOST'"
19877   parameters:
19878   - "latency"
19879   - "parent"
19880   - "tags"
19881   sort:
19882   - "IP4BASE"
19883   - "ACL_STATELESS"
19884   - "ACL_STATEFUL"
19885   - "ACL_STATELESS"
19886   - "ACL_STATEFUL"
19887   layout:
19888     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19889     layout: "plot-latency"
19890
19891 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19892 - type: "plot"
19893   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19894   algorithm: "plot_latency_error_bars"
19895   output-file-type: ".html"
19896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19898   filter: "'NIC_Intel-X520-DA2' and
19899            '64B' and
19900            'NDRPDR' and
19901            '1T1C' and
19902            'IP4FWD' and
19903            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19904            not 'IPSEC' and
19905            not 'DOT1Q' and
19906            not 'VHOST'"
19907   parameters:
19908   - "latency"
19909   - "parent"
19910   - "tags"
19911   sort:
19912   - "IP4BASE"
19913   - "ACL_STATELESS"
19914   - "ACL_STATEFUL"
19915   - "ACL_STATELESS"
19916   - "ACL_STATEFUL"
19917   layout:
19918     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19919     layout: "plot-latency"
19920
19921 - type: "plot"
19922   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19923   algorithm: "plot_latency_error_bars"
19924   output-file-type: ".html"
19925   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19927   filter: "'NIC_Intel-X520-DA2' and
19928            '64B' and
19929            'NDRPDR' and
19930            '2T2C' and
19931            'IP4FWD' and
19932            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19933            not 'IPSEC' and
19934            not 'DOT1Q' and
19935            not 'VHOST'"
19936   parameters:
19937   - "latency"
19938   - "parent"
19939   - "tags"
19940   sort:
19941   - "IP4BASE"
19942   - "ACL_STATELESS"
19943   - "ACL_STATEFUL"
19944   - "ACL_STATELESS"
19945   - "ACL_STATEFUL"
19946   layout:
19947     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19948     layout: "plot-latency"
19949
19950 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19951 - type: "plot"
19952   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19953   algorithm: "plot_latency_error_bars"
19954   output-file-type: ".html"
19955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19957   filter: "'NIC_Intel-X710' and
19958            '64B' and
19959            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19960            'NDRPDR' and
19961            '1T1C' and
19962            'IP4FWD' and
19963            not 'IPSEC' and
19964            not 'DOT1Q' and
19965            not 'VHOST'"
19966   parameters:
19967   - "latency"
19968   - "parent"
19969   - "tags"
19970   sort:
19971   - "IP4BASE"
19972   - "FIB_20K"
19973   - "FIB_200K"
19974   - "FIB_2M"
19975   layout:
19976     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19977     layout: "plot-latency"
19978
19979 - type: "plot"
19980   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19981   algorithm: "plot_latency_error_bars"
19982   output-file-type: ".html"
19983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19985   filter: "'NIC_Intel-X710' and
19986            '64B' and
19987            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19988            'NDRPDR' and
19989            '2T2C' and
19990            'IP4FWD' and
19991            not 'IPSEC' and
19992            not 'DOT1Q' and
19993            not 'VHOST'"
19994   parameters:
19995   - "latency"
19996   - "parent"
19997   - "tags"
19998   sort:
19999   - "IP4BASE"
20000   - "FIB_20K"
20001   - "FIB_200K"
20002   - "FIB_2M"
20003   layout:
20004     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20005     layout: "plot-latency"
20006
20007 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20008 - type: "plot"
20009   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20010   algorithm: "plot_latency_error_bars"
20011   output-file-type: ".html"
20012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20014   filter: "'NIC_Intel-X710' and
20015            '64B' and
20016            ('IP4BASE' or
20017             'POLICE_MARK' or
20018             'COPWHLIST' or
20019             ('NAT44' and 'BASE') or
20020             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20021            'NDRPDR' and
20022            '1T1C' and
20023            'IP4FWD' and
20024            not 'IPSEC' and
20025            not 'VHOST'"
20026   parameters:
20027   - "latency"
20028   - "parent"
20029   - "tags"
20030   sort:
20031   - "DOT1Q"
20032   - "IP4BASE"
20033   - "NAT44"
20034   - "POLICE_MARK"
20035   - "COPWHLIST"
20036   - "IACL"
20037   - "OACL"
20038   layout:
20039     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20040     layout: "plot-latency"
20041
20042 - type: "plot"
20043   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20044   algorithm: "plot_latency_error_bars"
20045   output-file-type: ".html"
20046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20048   filter: "'NIC_Intel-X710' and
20049            '64B' and
20050            ('IP4BASE' or
20051             'POLICE_MARK' or
20052             'COPWHLIST' or
20053             ('NAT44' and 'BASE') or
20054             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20055            'NDRPDR' and
20056            '2T2C' and
20057            'IP4FWD' and
20058            not 'IPSEC' and
20059            not 'VHOST'"
20060   parameters:
20061   - "latency"
20062   - "parent"
20063   - "tags"
20064   sort:
20065   - "DOT1Q"
20066   - "IP4BASE"
20067   - "NAT44"
20068   - "POLICE_MARK"
20069   - "COPWHLIST"
20070   - "IACL"
20071   - "OACL"
20072   layout:
20073     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20074     layout: "plot-latency"
20075
20076 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20077 - type: "plot"
20078   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20079   algorithm: "plot_latency_error_bars"
20080   output-file-type: ".html"
20081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20083   filter: "'NIC_Intel-X710' and
20084            '64B' and
20085            'NDRPDR' and
20086            '1T1C' and
20087            'IP4FWD' and
20088            ('NAT44' or 'IP4BASE') and
20089            not 'IPSEC' and
20090            not 'VHOST'"
20091   parameters:
20092   - "latency"
20093   - "parent"
20094   - "tags"
20095   sort:
20096   - "IP4BASE"
20097   - "BASE"
20098   - "SRC_USER_10"
20099   - "SRC_USER_100"
20100   - "SRC_USER_1000"
20101   - "SRC_USER_2000"
20102   layout:
20103     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20104     layout: "plot-latency"
20105
20106 - type: "plot"
20107   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20108   algorithm: "plot_latency_error_bars"
20109   output-file-type: ".html"
20110   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20112   filter: "'NIC_Intel-X710' and
20113            '64B' and
20114            'NDRPDR' and
20115            '2T2C' and
20116            'IP4FWD' and
20117            ('NAT44' or 'IP4BASE') and
20118            not 'IPSEC' and
20119            not 'VHOST'"
20120   parameters:
20121   - "latency"
20122   - "parent"
20123   - "tags"
20124   sort:
20125   - "IP4BASE"
20126   - "BASE"
20127   - "SRC_USER_10"
20128   - "SRC_USER_100"
20129   - "SRC_USER_1000"
20130   - "SRC_USER_2000"
20131   layout:
20132     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20133     layout: "plot-latency"
20134
20135 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20136 - type: "plot"
20137   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20138   algorithm: "plot_latency_error_bars"
20139   output-file-type: ".html"
20140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20142   filter: "'NIC_Intel-X710' and
20143            '64B' and
20144            'NDRPDR' and
20145            '1T1C' and
20146            'IP4FWD' and
20147            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20148            not 'IPSEC' and
20149            not 'VHOST'"
20150   parameters:
20151   - "latency"
20152   - "parent"
20153   - "tags"
20154   sort:
20155   - "IP4BASE"
20156   - "ACL_STATELESS"
20157   - "ACL_STATEFUL"
20158   - "ACL_STATELESS"
20159   - "ACL_STATEFUL"
20160   layout:
20161     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20162     layout: "plot-latency"
20163
20164 - type: "plot"
20165   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20166   algorithm: "plot_latency_error_bars"
20167   output-file-type: ".html"
20168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20170   filter: "'NIC_Intel-X710' and
20171            '64B' and
20172            'NDRPDR' and
20173            '2T2C' and
20174            'IP4FWD' and
20175            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20176            not 'IPSEC' and
20177            not 'VHOST'"
20178   parameters:
20179   - "latency"
20180   - "parent"
20181   - "tags"
20182   sort:
20183   - "IP4BASE"
20184   - "ACL_STATELESS"
20185   - "ACL_STATEFUL"
20186   - "ACL_STATELESS"
20187   - "ACL_STATEFUL"
20188   layout:
20189     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20190     layout: "plot-latency"
20191
20192 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20193 - type: "plot"
20194   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20195   algorithm: "plot_latency_error_bars"
20196   output-file-type: ".html"
20197   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20199   filter: "'NIC_Intel-XL710' and
20200            '64B' and
20201            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20202            'NDRPDR' and
20203            '1T1C' and
20204            'IP4FWD' and
20205            not 'IPSEC' and
20206            not 'VHOST'"
20207   parameters:
20208   - "latency"
20209   - "parent"
20210   - "tags"
20211   sort:
20212   - "IP4BASE"
20213   - "FIB_20K"
20214   - "FIB_200K"
20215   - "FIB_2M"
20216   layout:
20217     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20218     layout: "plot-latency"
20219
20220 - type: "plot"
20221   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20222   algorithm: "plot_latency_error_bars"
20223   output-file-type: ".html"
20224   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20226   filter: "'NIC_Intel-XL710' and
20227            '64B' and
20228            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20229            'NDRPDR' and
20230            '2T2C' and
20231            'IP4FWD' and
20232            not 'IPSEC' and
20233            not 'VHOST'"
20234   parameters:
20235   - "latency"
20236   - "parent"
20237   - "tags"
20238   sort:
20239   - "IP4BASE"
20240   - "FIB_20K"
20241   - "FIB_200K"
20242   - "FIB_2M"
20243   layout:
20244     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20245     layout: "plot-latency"
20246
20247 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20248 - type: "plot"
20249   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20250   algorithm: "plot_latency_error_bars"
20251   output-file-type: ".html"
20252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20254   filter: "'NIC_Intel-X710' and
20255            '64B' and
20256            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20257            'NDRPDR' and
20258            '2T1C' and
20259            'IP4FWD' and
20260            not 'IPSEC' and
20261            not 'DOT1Q' and
20262            not 'VHOST'"
20263   parameters:
20264   - "latency"
20265   - "parent"
20266   - "tags"
20267   sort:
20268   - "IP4BASE"
20269   - "FIB_20K"
20270   - "FIB_200K"
20271   - "FIB_2M"
20272   layout:
20273     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20274     layout: "plot-latency"
20275
20276 - type: "plot"
20277   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20278   algorithm: "plot_latency_error_bars"
20279   output-file-type: ".html"
20280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20282   filter: "'NIC_Intel-X710' and
20283            '64B' and
20284            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20285            'NDRPDR' and
20286            '4T2C' and
20287            'IP4FWD' and
20288            not 'IPSEC' and
20289            not 'DOT1Q' and
20290            not 'VHOST'"
20291   parameters:
20292   - "latency"
20293   - "parent"
20294   - "tags"
20295   sort:
20296   - "IP4BASE"
20297   - "FIB_20K"
20298   - "FIB_200K"
20299   - "FIB_2M"
20300   layout:
20301     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20302     layout: "plot-latency"
20303
20304 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20305 - type: "plot"
20306   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20307   algorithm: "plot_latency_error_bars"
20308   output-file-type: ".html"
20309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20311   filter: "'NIC_Intel-X710' and
20312            '64B' and
20313            ('IP4BASE' or
20314             'POLICE_MARK' or
20315             'COPWHLIST' or
20316             ('NAT44' and 'BASE') or
20317             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20318            'NDRPDR' and
20319            '2T1C' and
20320            'IP4FWD' and
20321            not 'IPSEC' and
20322            not 'VHOST'"
20323   parameters:
20324   - "latency"
20325   - "parent"
20326   - "tags"
20327   sort:
20328   - "DOT1Q"
20329   - "IP4BASE"
20330   - "NAT44"
20331   - "POLICE_MARK"
20332   - "COPWHLIST"
20333   - "IACL"
20334   - "OACL"
20335   layout:
20336     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20337     layout: "plot-latency"
20338
20339 - type: "plot"
20340   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20341   algorithm: "plot_latency_error_bars"
20342   output-file-type: ".html"
20343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20345   filter: "'NIC_Intel-X710' and
20346            '64B' and
20347            ('IP4BASE' or
20348             'POLICE_MARK' or
20349             'COPWHLIST' or
20350             ('NAT44' and 'BASE') or
20351             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20352            'NDRPDR' and
20353            '4T2C' and
20354            'IP4FWD' and
20355            not 'IPSEC' and
20356            not 'VHOST'"
20357   parameters:
20358   - "latency"
20359   - "parent"
20360   - "tags"
20361   sort:
20362   - "DOT1Q"
20363   - "IP4BASE"
20364   - "NAT44"
20365   - "POLICE_MARK"
20366   - "COPWHLIST"
20367   - "IACL"
20368   - "OACL"
20369   layout:
20370     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20371     layout: "plot-latency"
20372
20373 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20374 - type: "plot"
20375   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20376   algorithm: "plot_latency_error_bars"
20377   output-file-type: ".html"
20378   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20380   filter: "'NIC_Intel-X710' and
20381            '64B' and
20382            'NDRPDR' and
20383            '2T1C' and
20384            'IP4FWD' and
20385            ('NAT44' or 'IP4BASE') and
20386            not 'IPSEC' and
20387            not 'VHOST'"
20388   parameters:
20389   - "latency"
20390   - "parent"
20391   - "tags"
20392   sort:
20393   - "IP4BASE"
20394   - "BASE"
20395   - "SRC_USER_10"
20396   - "SRC_USER_100"
20397   - "SRC_USER_1000"
20398   - "SRC_USER_2000"
20399   layout:
20400     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20401     layout: "plot-latency"
20402
20403 - type: "plot"
20404   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20405   algorithm: "plot_latency_error_bars"
20406   output-file-type: ".html"
20407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20409   filter: "'NIC_Intel-X710' and
20410            '64B' and
20411            'NDRPDR' and
20412            '4T2C' and
20413            'IP4FWD' and
20414            ('NAT44' or 'IP4BASE') and
20415            not 'IPSEC' and
20416            not 'VHOST'"
20417   parameters:
20418   - "latency"
20419   - "parent"
20420   - "tags"
20421   sort:
20422   - "IP4BASE"
20423   - "BASE"
20424   - "SRC_USER_10"
20425   - "SRC_USER_100"
20426   - "SRC_USER_1000"
20427   - "SRC_USER_2000"
20428   layout:
20429     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20430     layout: "plot-latency"
20431
20432 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20433 - type: "plot"
20434   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20435   algorithm: "plot_latency_error_bars"
20436   output-file-type: ".html"
20437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20439   filter: "'NIC_Intel-X710' and
20440            '64B' and
20441            'NDRPDR' and
20442            '2T1C' and
20443            'IP4FWD' and
20444            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20445            not 'IPSEC' and
20446            not 'VHOST'"
20447   parameters:
20448   - "latency"
20449   - "parent"
20450   - "tags"
20451   sort:
20452   - "IP4BASE"
20453   - "ACL_STATELESS"
20454   - "ACL_STATEFUL"
20455   - "ACL_STATELESS"
20456   - "ACL_STATEFUL"
20457   layout:
20458     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20459     layout: "plot-latency"
20460
20461 - type: "plot"
20462   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20463   algorithm: "plot_latency_error_bars"
20464   output-file-type: ".html"
20465   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20467   filter: "'NIC_Intel-X710' and
20468            '64B' and
20469            'NDRPDR' and
20470            '4T2C' and
20471            'IP4FWD' and
20472            'IACL' and
20473            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20474            not 'IPSEC' and
20475            not 'VHOST'"
20476   parameters:
20477   - "latency"
20478   - "parent"
20479   - "tags"
20480   sort:
20481   - "IP4BASE"
20482   - "ACL_STATELESS"
20483   - "ACL_STATEFUL"
20484   - "ACL_STATELESS"
20485   - "ACL_STATEFUL"
20486   layout:
20487     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20488     layout: "plot-latency"
20489
20490 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20491 - type: "plot"
20492   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20493   algorithm: "plot_latency_error_bars"
20494   output-file-type: ".html"
20495   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20497   filter: "'NIC_Intel-X710' and
20498            '64B' and
20499            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20500            'NDRPDR' and
20501            '2T1C' and
20502            'IP4FWD' and
20503            not 'IPSEC' and
20504            not 'DOT1Q' and
20505            not 'VHOST'"
20506   parameters:
20507   - "latency"
20508   - "parent"
20509   - "tags"
20510   sort:
20511   - "IP4BASE"
20512   - "FIB_20K"
20513   - "FIB_200K"
20514   - "FIB_2M"
20515   layout:
20516     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20517     layout: "plot-latency"
20518
20519 - type: "plot"
20520   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20521   algorithm: "plot_latency_error_bars"
20522   output-file-type: ".html"
20523   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20525   filter: "'NIC_Intel-X710' and
20526            '64B' and
20527            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20528            'NDRPDR' and
20529            '4T2C' and
20530            'IP4FWD' and
20531            not 'IPSEC' and
20532            not 'DOT1Q' and
20533            not 'VHOST'"
20534   parameters:
20535   - "latency"
20536   - "parent"
20537   - "tags"
20538   sort:
20539   - "IP4BASE"
20540   - "FIB_20K"
20541   - "FIB_200K"
20542   - "FIB_2M"
20543   layout:
20544     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20545     layout: "plot-latency"
20546
20547 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20548 - type: "plot"
20549   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20550   algorithm: "plot_latency_error_bars"
20551   output-file-type: ".html"
20552   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20554   filter: "'NIC_Intel-X710' and
20555            '64B' and
20556            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20557            'NDRPDR' and
20558            '2T1C' and
20559            'IP4FWD' and
20560            not 'IPSEC' and
20561            not 'DOT1Q' and
20562            not 'VHOST'"
20563   parameters:
20564   - "latency"
20565   - "parent"
20566   - "tags"
20567   sort:
20568   - "IP4BASE"
20569   - "ACL_STATELESS"
20570   - "ACL_STATEFUL"
20571   - "ACL_STATELESS"
20572   - "ACL_STATEFUL"
20573   layout:
20574     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20575     layout: "plot-latency"
20576
20577 - type: "plot"
20578   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20579   algorithm: "plot_latency_error_bars"
20580   output-file-type: ".html"
20581   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20583   filter: "'NIC_Intel-X710' and
20584            '64B' and
20585            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20586            'NDRPDR' and
20587            '4T2C' and
20588            'IP4FWD' and
20589            not 'IPSEC' and
20590            not 'DOT1Q' and
20591            not 'VHOST'"
20592   parameters:
20593   - "latency"
20594   - "parent"
20595   - "tags"
20596   sort:
20597   - "IP4BASE"
20598   - "ACL_STATELESS"
20599   - "ACL_STATEFUL"
20600   - "ACL_STATELESS"
20601   - "ACL_STATEFUL"
20602   layout:
20603     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20604     layout: "plot-latency"
20605
20606 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20607 - type: "plot"
20608   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20609   algorithm: "plot_latency_error_bars"
20610   output-file-type: ".html"
20611   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20613   filter: "'NIC_Intel-XXV710' and
20614            '64B' and
20615            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20616            'NDRPDR' and
20617            '2T1C' and
20618            'IP4FWD' and
20619            not 'IPSEC' and
20620            not 'DOT1Q' and
20621            not 'VHOST'"
20622   parameters:
20623   - "latency"
20624   - "parent"
20625   - "tags"
20626   sort:
20627   - "IP4BASE"
20628   - "FIB_20K"
20629   - "FIB_200K"
20630   - "FIB_2M"
20631   layout:
20632     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20633     layout: "plot-latency"
20634
20635 - type: "plot"
20636   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20637   algorithm: "plot_latency_error_bars"
20638   output-file-type: ".html"
20639   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20641   filter: "'NIC_Intel-XXV710' and
20642            '64B' and
20643            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20644            'NDRPDR' and
20645            '4T2C' and
20646            'IP4FWD' and
20647            not 'IPSEC' and
20648            not 'DOT1Q' and
20649            not 'VHOST'"
20650   parameters:
20651   - "latency"
20652   - "parent"
20653   - "tags"
20654   sort:
20655   - "IP4BASE"
20656   - "FIB_20K"
20657   - "FIB_200K"
20658   - "FIB_2M"
20659   layout:
20660     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20661     layout: "plot-latency"
20662
20663 ################################################################################
20664
20665 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20666 - type: "plot"
20667   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20668   algorithm: "plot_latency_error_bars"
20669   output-file-type: ".html"
20670   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20672   filter: "'NIC_Intel-X520-DA2' and
20673            '64B' and
20674            'ENCAP' and
20675            'NDRPDR' and
20676            '1T1C' and
20677            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20678            not 'DOT1Q' and
20679            not 'VHOST' and
20680            not 'IPSECHW'"
20681   parameters:
20682   - "latency"
20683   - "parent"
20684   - "tags"
20685   sort:
20686   - "IP4BASE"
20687   - "L2BDMACLRN"
20688   - "L2XCFWD"
20689   - "LISP"
20690   layout:
20691     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20692     layout: "plot-latency"
20693
20694 - type: "plot"
20695   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20696   algorithm: "plot_latency_error_bars"
20697   output-file-type: ".html"
20698   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20700   filter: "'NIC_Intel-X520-DA2' and
20701            '64B' and
20702            'ENCAP' and
20703            'NDRPDR' and
20704            '2T2C' and
20705            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20706            not 'DOT1Q' and
20707            not 'VHOST' and
20708            not 'IPSECHW'"
20709   parameters:
20710   - "latency"
20711   - "parent"
20712   - "tags"
20713   sort:
20714   - "IP4BASE"
20715   - "L2BDMACLRN"
20716   - "L2XCFWD"
20717   - "LISP"
20718   layout:
20719     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20720     layout: "plot-latency"
20721
20722 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20723 - type: "plot"
20724   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20725   algorithm: "plot_latency_error_bars"
20726   output-file-type: ".html"
20727   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20729   filter: "'NIC_Intel-X710' and
20730            '64B' and
20731            'ENCAP' and
20732            'NDRPDR' and
20733            '1T1C' and
20734            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20735            not 'VHOST' and
20736            not 'IPSECHW'"
20737   parameters:
20738   - "latency"
20739   - "parent"
20740   - "tags"
20741   sort:
20742   - "IP4BASE"
20743   - "LISP"
20744   - "VXLAN_1"
20745   - "VXLAN_10"
20746   - "VXLAN_100"
20747   - "VXLAN_1000"
20748   layout:
20749     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20750     layout: "plot-latency"
20751
20752 - type: "plot"
20753   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20754   algorithm: "plot_latency_error_bars"
20755   output-file-type: ".html"
20756   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20758   filter: "'NIC_Intel-X710' and
20759            '64B' and
20760            'ENCAP' and
20761            'NDRPDR' and
20762            '2T2C' and
20763            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20764            not 'VHOST' and
20765            not 'IPSECHW'"
20766   parameters:
20767   - "latency"
20768   - "parent"
20769   - "tags"
20770   sort:
20771   - "IP4BASE"
20772   - "LISP"
20773   - "VXLAN_1"
20774   - "VXLAN_10"
20775   - "VXLAN_100"
20776   - "VXLAN_1000"
20777   layout:
20778     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20779     layout: "plot-latency"
20780
20781 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20782 - type: "plot"
20783   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20784   algorithm: "plot_latency_error_bars"
20785   output-file-type: ".html"
20786   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20788   filter: "'NIC_Intel-X710' and
20789            '64B' and
20790            'ENCAP' and
20791            'NDRPDR' and
20792            '1T1C' and
20793            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20794            not 'DOT1Q' and
20795            not 'VHOST' and
20796            not 'IPSECHW'"
20797   parameters:
20798   - "latency"
20799   - "parent"
20800   - "tags"
20801   sort:
20802   - "IP4BASE"
20803   - "L2BDMACLRN"
20804   - "L2XCFWD"
20805   - "LISP"
20806   layout:
20807     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20808     layout: "plot-latency"
20809
20810 - type: "plot"
20811   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20812   algorithm: "plot_latency_error_bars"
20813   output-file-type: ".html"
20814   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20816   filter: "'NIC_Intel-X710' and
20817            '64B' and
20818            'ENCAP' and
20819            'NDRPDR' and
20820            '2T2C' and
20821            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20822            not 'DOT1Q' and
20823            not 'VHOST' and
20824            not 'IPSECHW'"
20825   parameters:
20826   - "latency"
20827   - "parent"
20828   - "tags"
20829   sort:
20830   - "IP4BASE"
20831   - "L2BDMACLRN"
20832   - "L2XCFWD"
20833   - "LISP"
20834   layout:
20835     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20836     layout: "plot-latency"
20837
20838 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20839 - type: "plot"
20840   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20841   algorithm: "plot_latency_error_bars"
20842   output-file-type: ".html"
20843   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20845   filter: "'NIC_Intel-X710' and
20846            '64B' and
20847            'ENCAP' and
20848            'NDRPDR' and
20849            '2T1C' and
20850            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20851            not 'VHOST' and
20852            not 'IPSECHW'"
20853   parameters:
20854   - "latency"
20855   - "parent"
20856   - "tags"
20857   sort:
20858   - "IP4BASE"
20859   - "LISP"
20860   - "VXLAN_1"
20861   - "VXLAN_10"
20862   - "VXLAN_100"
20863   - "VXLAN_1000"
20864   layout:
20865     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20866     layout: "plot-latency"
20867
20868 - type: "plot"
20869   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20870   algorithm: "plot_latency_error_bars"
20871   output-file-type: ".html"
20872   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20874   filter: "'NIC_Intel-X710' and
20875            '64B' and
20876            'ENCAP' and
20877            'NDRPDR' and
20878            '4T2C' and
20879            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20880            not 'VHOST' and
20881            not 'IPSECHW'"
20882   parameters:
20883   - "latency"
20884   - "parent"
20885   - "tags"
20886   sort:
20887   - "IP4BASE"
20888   - "LISP"
20889   - "VXLAN_1"
20890   - "VXLAN_10"
20891   - "VXLAN_100"
20892   - "VXLAN_1000"
20893   layout:
20894     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20895     layout: "plot-latency"
20896
20897 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20898 - type: "plot"
20899   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20900   algorithm: "plot_latency_error_bars"
20901   output-file-type: ".html"
20902   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20904   filter: "'NIC_Intel-X710' and
20905            '64B' and
20906            'ENCAP' and
20907            'NDRPDR' and
20908            '2T1C' and
20909            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20910            not 'DOT1Q' and
20911            not 'VHOST' and
20912            not 'IPSECHW'"
20913   parameters:
20914   - "latency"
20915   - "parent"
20916   - "tags"
20917   sort:
20918   - "IP4BASE"
20919   - "L2BDMACLRN"
20920   - "L2XCFWD"
20921   - "LISP"
20922   layout:
20923     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20924     layout: "plot-latency"
20925
20926 - type: "plot"
20927   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20928   algorithm: "plot_latency_error_bars"
20929   output-file-type: ".html"
20930   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20932   filter: "'NIC_Intel-X710' and
20933            '64B' and
20934            'ENCAP' and
20935            'NDRPDR' and
20936            '4T2C' and
20937            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20938            not 'DOT1Q' and
20939            not 'VHOST' and
20940            not 'IPSECHW'"
20941   parameters:
20942   - "latency"
20943   - "parent"
20944   - "tags"
20945   sort:
20946   - "IP4BASE"
20947   - "L2BDMACLRN"
20948   - "L2XCFWD"
20949   - "LISP"
20950   layout:
20951     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20952     layout: "plot-latency"
20953
20954 ################################################################################
20955
20956 # Packet Latency - VPP IPv6 3n-hsw-x520
20957 - type: "plot"
20958   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20959   algorithm: "plot_latency_error_bars"
20960   output-file-type: ".html"
20961   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20963   filter: "'NIC_Intel-X520-DA2' and
20964            '78B' and
20965            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20966            'NDRPDR' and
20967            '1T1C' and
20968            'IP6FWD' and
20969            not 'SRv6' and
20970            not 'IPSEC' and
20971            not 'VHOST'"
20972   parameters:
20973   - "latency"
20974   - "parent"
20975   - "tags"
20976   sort:
20977   - "IP6BASE"
20978   - "FIB_20K"
20979   - "FIB_200K"
20980   - "FIB_2M"
20981   layout:
20982     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
20983     layout: "plot-latency"
20984
20985 - type: "plot"
20986   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20987   algorithm: "plot_latency_error_bars"
20988   output-file-type: ".html"
20989   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
20990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20991   filter: "'NIC_Intel-X520-DA2' and
20992            '78B' and
20993            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20994            'NDRPDR' and
20995            '2T2C' and
20996            'IP6FWD' and
20997            not 'SRv6' and
20998            not 'IPSEC' and
20999            not 'VHOST'"
21000   parameters:
21001   - "latency"
21002   - "parent"
21003   - "tags"
21004   sort:
21005   - "IP6BASE"
21006   - "FIB_20K"
21007   - "FIB_200K"
21008   - "FIB_2M"
21009   layout:
21010     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21011     layout: "plot-latency"
21012
21013 # Packet Latency - VPP IPv6 3n-hsw-x710
21014 - type: "plot"
21015   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21016   algorithm: "plot_latency_error_bars"
21017   output-file-type: ".html"
21018   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21020   filter: "'NIC_Intel-X710' and
21021            '78B' and
21022            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21023            'NDRPDR' and
21024            '1T1C' and
21025            'IP6FWD' and
21026            not 'SRv6' and
21027            not 'IPSEC' and
21028            not 'VHOST'"
21029   parameters:
21030   - "latency"
21031   - "parent"
21032   - "tags"
21033   sort:
21034   - "IP6BASE"
21035   - "FIB_20K"
21036   - "FIB_200K"
21037   - "FIB_2M"
21038   layout:
21039     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21040     layout: "plot-latency"
21041
21042 - type: "plot"
21043   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21044   algorithm: "plot_latency_error_bars"
21045   output-file-type: ".html"
21046   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21048   filter: "'NIC_Intel-X710' and
21049            '78B' and
21050            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21051            'NDRPDR' and
21052            '2T2C' and
21053            'IP6FWD' and
21054            not 'SRv6' and
21055            not 'IPSEC' and
21056            not 'VHOST'"
21057   parameters:
21058   - "latency"
21059   - "parent"
21060   - "tags"
21061   sort:
21062   - "IP6BASE"
21063   - "FIB_20K"
21064   - "FIB_200K"
21065   - "FIB_2M"
21066   layout:
21067     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21068     layout: "plot-latency"
21069
21070 # Packet Latency - VPP IPv6 3n-hsw-xl710
21071 - type: "plot"
21072   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21073   algorithm: "plot_latency_error_bars"
21074   output-file-type: ".html"
21075   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21077   filter: "'NIC_Intel-XL710' and
21078            '78B' and
21079            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21080            'NDRPDR' and
21081            '1T1C' and
21082            'IP6FWD' and
21083            not 'SRv6' and
21084            not 'IPSEC' and
21085            not 'VHOST'"
21086   parameters:
21087   - "latency"
21088   - "parent"
21089   - "tags"
21090   sort:
21091   - "IP6BASE"
21092   - "FIB_20K"
21093   - "FIB_200K"
21094   - "FIB_2M"
21095   layout:
21096     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21097     layout: "plot-latency"
21098
21099 - type: "plot"
21100   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21101   algorithm: "plot_latency_error_bars"
21102   output-file-type: ".html"
21103   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21105   filter: "'NIC_Intel-XL710' and
21106            '78B' and
21107            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21108            'NDRPDR' and
21109            '2T2C' and
21110            'IP6FWD' and
21111            not 'SRv6' and
21112            not 'IPSEC' and
21113            not 'VHOST'"
21114   parameters:
21115   - "latency"
21116   - "parent"
21117   - "tags"
21118   sort:
21119   - "IP6BASE"
21120   - "FIB_20K"
21121   - "FIB_200K"
21122   - "FIB_2M"
21123   layout:
21124     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21125     layout: "plot-latency"
21126
21127 # Packet Latency - VPP IPv6 3n-skx-x710
21128 - type: "plot"
21129   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21130   algorithm: "plot_latency_error_bars"
21131   output-file-type: ".html"
21132   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21134   filter: "'NIC_Intel-X710' and
21135            '78B' and
21136            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21137            'NDRPDR' and
21138            '2T1C' and
21139            'IP6FWD' and
21140            not 'SRv6' and
21141            not 'IPSEC' and
21142            not 'VHOST'"
21143   parameters:
21144   - "latency"
21145   - "parent"
21146   - "tags"
21147   sort:
21148   - "IP6BASE"
21149   - "FIB_20K"
21150   - "FIB_200K"
21151   - "FIB_2M"
21152   layout:
21153     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21154     layout: "plot-latency"
21155
21156 - type: "plot"
21157   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21158   algorithm: "plot_latency_error_bars"
21159   output-file-type: ".html"
21160   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21162   filter: "'NIC_Intel-X710' and
21163            '78B' and
21164            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21165            'NDRPDR' and
21166            '4T2C' and
21167            'IP6FWD' and
21168            not 'SRv6' and
21169            not 'IPSEC' and
21170            not 'VHOST'"
21171   parameters:
21172   - "latency"
21173   - "parent"
21174   - "tags"
21175   sort:
21176   - "IP6BASE"
21177   - "FIB_20K"
21178   - "FIB_200K"
21179   - "FIB_2M"
21180   layout:
21181     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21182     layout: "plot-latency"
21183
21184 # Packet Latency - VPP IPv6 3n-skx-xxv710
21185 - type: "plot"
21186   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21187   algorithm: "plot_latency_error_bars"
21188   output-file-type: ".html"
21189   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21191   filter: "'NIC_Intel-XXV710' and
21192            '78B' and
21193            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21194            'NDRPDR' and
21195            '2T1C' and
21196            'IP6FWD' and
21197            not 'SRv6' and
21198            not 'IPSEC' and
21199            not 'VHOST'"
21200   parameters:
21201   - "latency"
21202   - "parent"
21203   - "tags"
21204   sort:
21205   - "IP6BASE"
21206   - "FIB_20K"
21207   - "FIB_200K"
21208   - "FIB_2M"
21209   layout:
21210     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21211     layout: "plot-latency"
21212
21213 - type: "plot"
21214   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21215   algorithm: "plot_latency_error_bars"
21216   output-file-type: ".html"
21217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21219   filter: "'NIC_Intel-XXV710' and
21220            '78B' and
21221            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21222            'NDRPDR' and
21223            '4T2C' and
21224            'IP6FWD' and
21225            not 'SRv6' and
21226            not 'IPSEC' and
21227            not 'VHOST'"
21228   parameters:
21229   - "latency"
21230   - "parent"
21231   - "tags"
21232   sort:
21233   - "IP6BASE"
21234   - "FIB_20K"
21235   - "FIB_200K"
21236   - "FIB_2M"
21237   layout:
21238     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21239     layout: "plot-latency"
21240
21241 # Packet Latency - VPP IPv6 2n-skx-x710
21242 - type: "plot"
21243   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21244   algorithm: "plot_latency_error_bars"
21245   output-file-type: ".html"
21246   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21248   filter: "'NIC_Intel-X710' and
21249            '78B' and
21250            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21251            'NDRPDR' and
21252            '2T1C' and
21253            'IP6FWD' and
21254            not 'SRv6' and
21255            not 'IPSEC' and
21256            not 'VHOST'"
21257   parameters:
21258   - "latency"
21259   - "parent"
21260   - "tags"
21261   sort:
21262   - "IP6BASE"
21263   - "FIB_20K"
21264   - "FIB_200K"
21265   - "FIB_2M"
21266   layout:
21267     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21268     layout: "plot-latency"
21269
21270 - type: "plot"
21271   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21272   algorithm: "plot_latency_error_bars"
21273   output-file-type: ".html"
21274   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21276   filter: "'NIC_Intel-X710' and
21277            '78B' and
21278            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21279            'NDRPDR' and
21280            '4T2C' and
21281            'IP6FWD' and
21282            not 'SRv6' and
21283            not 'IPSEC' and
21284            not 'VHOST'"
21285   parameters:
21286   - "latency"
21287   - "parent"
21288   - "tags"
21289   sort:
21290   - "IP6BASE"
21291   - "FIB_20K"
21292   - "FIB_200K"
21293   - "FIB_2M"
21294   layout:
21295     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21296     layout: "plot-latency"
21297
21298 # Packet Latency - VPP IPv6 2n-skx-xxv710
21299 - type: "plot"
21300   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21301   algorithm: "plot_latency_error_bars"
21302   output-file-type: ".html"
21303   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21305   filter: "'NIC_Intel-XXV710' and
21306            '78B' and
21307            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21308            'NDRPDR' and
21309            '2T1C' and
21310            'IP6FWD' and
21311            not 'SRv6' and
21312            not 'IPSEC' and
21313            not 'VHOST'"
21314   parameters:
21315   - "latency"
21316   - "parent"
21317   - "tags"
21318   sort:
21319   - "IP6BASE"
21320   - "FIB_20K"
21321   - "FIB_200K"
21322   - "FIB_2M"
21323   layout:
21324     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21325     layout: "plot-latency"
21326
21327 - type: "plot"
21328   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21329   algorithm: "plot_latency_error_bars"
21330   output-file-type: ".html"
21331   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21333   filter: "'NIC_Intel-XXV710' and
21334            '78B' and
21335            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21336            'NDRPDR' and
21337            '4T2C' and
21338            'IP6FWD' and
21339            not 'SRv6' and
21340            not 'IPSEC' and
21341            not 'VHOST'"
21342   parameters:
21343   - "latency"
21344   - "parent"
21345   - "tags"
21346   sort:
21347   - "IP6BASE"
21348   - "FIB_20K"
21349   - "FIB_200K"
21350   - "FIB_2M"
21351   layout:
21352     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21353     layout: "plot-latency"
21354
21355 ################################################################################
21356
21357 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21358 - type: "plot"
21359   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21360   algorithm: "plot_latency_error_bars"
21361   output-file-type: ".html"
21362   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21364   filter: "'NIC_Intel-X520-DA2' and
21365            '78B' and
21366            'ENCAP' and
21367            'NDRPDR' and
21368            '1T1C' and
21369            'LISP' and
21370            not 'VHOST'"
21371   parameters:
21372   - "latency"
21373   - "parent"
21374   - "tags"
21375   sort:
21376   - "IP4UNRLAY"
21377   - "IP6UNRLAY"
21378   layout:
21379     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21380     layout: "plot-latency"
21381
21382 - type: "plot"
21383   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21384   algorithm: "plot_latency_error_bars"
21385   output-file-type: ".html"
21386   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21388   filter: "'NIC_Intel-X520-DA2' and
21389            '78B' and
21390            'ENCAP' and
21391            'NDRPDR' and
21392            '2T2C' and
21393            'LISP' and
21394            not 'VHOST'"
21395   parameters:
21396   - "latency"
21397   - "parent"
21398   - "tags"
21399   sort:
21400   - "IP4UNRLAY"
21401   - "IP6UNRLAY"
21402   layout:
21403     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21404     layout: "plot-latency"
21405
21406 ################################################################################
21407
21408 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21409 - type: "plot"
21410   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21411   algorithm: "plot_latency_error_bars"
21412   output-file-type: ".html"
21413   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21415   filter: "'NIC_Intel-XL710' and
21416            '64B' and
21417            'IP4FWD' and
21418            'NDRPDR' and
21419            'BASE' and
21420            '1T1C' and
21421            'IPSECHW' and
21422            ('IPSECTRAN' or 'IPSECTUN') and
21423            not 'VHOST'"
21424   parameters:
21425   - "latency"
21426   - "parent"
21427   - "tags"
21428   layout:
21429     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21430     layout: "plot-latency"
21431
21432 - type: "plot"
21433   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21434   algorithm: "plot_latency_error_bars"
21435   output-file-type: ".html"
21436   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21438   filter: "'NIC_Intel-XL710' and
21439            '64B' and
21440            'IP4FWD' and
21441            'NDRPDR' and
21442            'BASE' and
21443            '2T2C' and
21444            'IPSECHW' and
21445            ('IPSECTRAN' or 'IPSECTUN') and
21446            not 'VHOST'"
21447   parameters:
21448   - "latency"
21449   - "parent"
21450   - "tags"
21451   layout:
21452     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21453     layout: "plot-latency"
21454
21455 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21456 - type: "plot"
21457   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21458   algorithm: "plot_latency_error_bars"
21459   output-file-type: ".html"
21460   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21462   filter: "'NIC_Intel-XL710' and
21463            '64B' and
21464            'IP4FWD' and
21465            'NDRPDR' and
21466            'SCALE' and
21467            '1T1C' and
21468            'IPSECHW' and
21469            ('IPSECTRAN' or 'IPSECTUN') and
21470            not 'VHOST'"
21471   parameters:
21472   - "latency"
21473   - "parent"
21474   - "tags"
21475   layout:
21476     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21477     layout: "plot-latency"
21478
21479 - type: "plot"
21480   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21481   algorithm: "plot_latency_error_bars"
21482   output-file-type: ".html"
21483   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21485   filter: "'NIC_Intel-XL710' and
21486            '64B' and
21487            'IP4FWD' and
21488            'NDRPDR' and
21489            'SCALE' and
21490            '2T2C' and
21491            'IPSECHW' and
21492            ('IPSECTRAN' or 'IPSECTUN') and
21493            not 'VHOST'"
21494   parameters:
21495   - "latency"
21496   - "parent"
21497   - "tags"
21498   layout:
21499     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21500     layout: "plot-latency"
21501
21502 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21503 - type: "plot"
21504   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21505   algorithm: "plot_latency_error_bars"
21506   output-file-type: ".html"
21507   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21509   filter: "'NIC_Intel-XL710' and
21510            '64B' and
21511            'IP4FWD' and
21512            'NDRPDR' and
21513            '1T1C' and
21514            'IPSECSW' and
21515            ('IPSECTRAN' or 'IPSECTUN') and
21516            not 'VHOST'"
21517   parameters:
21518   - "latency"
21519   - "parent"
21520   - "tags"
21521   layout:
21522     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21523     layout: "plot-latency"
21524
21525 - type: "plot"
21526   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21527   algorithm: "plot_latency_error_bars"
21528   output-file-type: ".html"
21529   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21531   filter: "'NIC_Intel-XL710' and
21532            '64B' and
21533            'IP4FWD' and
21534            'NDRPDR' and
21535            '2T2C' and
21536            'IPSECSW' and
21537            ('IPSECTRAN' or 'IPSECTUN') and
21538            not 'VHOST'"
21539   parameters:
21540   - "latency"
21541   - "parent"
21542   - "tags"
21543   layout:
21544     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21545     layout: "plot-latency"
21546
21547 ################################################################################
21548
21549 # Packet Latency - VPP SRv6 3n-hsw-x520
21550 - type: "plot"
21551   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21552   algorithm: "plot_latency_error_bars"
21553   output-file-type: ".html"
21554   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21556   filter: "'NIC_Intel-X520-DA2' and
21557            '78B' and
21558            'FEATURE' and
21559            'NDRPDR' and
21560            '1T1C' and
21561            'IP6FWD' and
21562            'SRv6'"
21563   parameters:
21564   - "latency"
21565   - "parent"
21566   - "tags"
21567   layout:
21568     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21569     layout: "plot-latency"
21570
21571 - type: "plot"
21572   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21573   algorithm: "plot_latency_error_bars"
21574   output-file-type: ".html"
21575   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21577   filter: "'NIC_Intel-X520-DA2' and
21578            '78B' and
21579            'FEATURE' and
21580            'NDRPDR' and
21581            '2T2C' and
21582            'IP6FWD' and
21583            'SRv6'"
21584   parameters:
21585   - "latency"
21586   - "parent"
21587   - "tags"
21588   layout:
21589     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21590     layout: "plot-latency"
21591
21592 ################################################################################
21593
21594 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21595 - type: "plot"
21596   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21597   algorithm: "plot_latency_error_bars"
21598   output-file-type: ".html"
21599   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21601   filter: "'NIC_Intel-X520-DA2' and
21602            '64B' and
21603            'NDRPDR' and
21604            'ETH' and
21605            'IP4FWD' and
21606            '1T1C' and
21607            'VHOST_1024' and
21608            not 'VXLAN' and
21609            not 'DOT1Q'"
21610   parameters:
21611   - "latency"
21612   - "parent"
21613   - "tags"
21614   sort:
21615   - "not CFS_OPT"
21616   - "1VM"
21617   - "2VM"
21618   layout:
21619     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21620     layout: "plot-latency"
21621
21622 - type: "plot"
21623   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21624   algorithm: "plot_latency_error_bars"
21625   output-file-type: ".html"
21626   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21628   filter: "'NIC_Intel-X520-DA2' and
21629            '64B' and
21630            'NDRPDR' and
21631            'ETH' and
21632            'IP4FWD' and
21633            '2T2C' and
21634            'VHOST_1024' and
21635            not 'VXLAN' and
21636            not 'DOT1Q'"
21637   parameters:
21638   - "latency"
21639   - "parent"
21640   - "tags"
21641   sort:
21642   - "not CFS_OPT"
21643   - "1VM"
21644   - "2VM"
21645   layout:
21646     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21647     layout: "plot-latency"
21648
21649 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21650 - type: "plot"
21651   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21652   algorithm: "plot_latency_error_bars"
21653   output-file-type: ".html"
21654   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21656   filter: "'NIC_Intel-X520-DA2' and
21657            '64B' and
21658            'NDRPDR' and
21659            ('ETH' or 'DOT1Q') and
21660            'BASE' and
21661            '1T1C' and
21662            ('L2BDMACLRN' or 'L2XCFWD') and
21663            'VHOST_1024' and
21664            not 'VXLAN' and
21665            not 'IP4FWD' and
21666            not '2VM'"
21667   parameters:
21668   - "latency"
21669   - "parent"
21670   - "tags"
21671   sort:
21672   - "L2BDMACLRN"
21673   - "L2BDMACLRN"
21674   - "L2BDMACLRN"
21675   - "L2XCFWD"
21676   - "L2XCFWD"
21677   - "L2XCFWD"
21678   layout:
21679     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21680     layout: "plot-latency"
21681
21682 - type: "plot"
21683   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21684   algorithm: "plot_latency_error_bars"
21685   output-file-type: ".html"
21686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21688   filter: "'NIC_Intel-X520-DA2' and
21689            '64B' and
21690            'NDRPDR' and
21691            ('ETH' or 'DOT1Q') and
21692            'BASE' and
21693            '2T2C' and
21694            ('L2BDMACLRN' or 'L2XCFWD') and
21695            'VHOST_1024' and
21696            not 'VXLAN' and
21697            not 'IP4FWD' and
21698            not '2VM'"
21699   parameters:
21700   - "latency"
21701   - "parent"
21702   - "tags"
21703   sort:
21704   - "L2BDMACLRN"
21705   - "L2BDMACLRN"
21706   - "L2BDMACLRN"
21707   - "L2XCFWD"
21708   - "L2XCFWD"
21709   - "L2XCFWD"
21710   layout:
21711     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21712     layout: "plot-latency"
21713
21714 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21715 - type: "plot"
21716   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21717   algorithm: "plot_latency_error_bars"
21718   output-file-type: ".html"
21719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21721   filter: "'NIC_Intel-X520-DA2' and
21722            '64B' and
21723            'NDRPDR' and
21724            ('ETH' or 'DOT1Q') and
21725            '1T1C' and
21726            ('L2BDMACLRN' or 'L2XCFWD') and
21727            'VHOST_1024' and
21728            not 'CFS_OPT' and
21729            not 'DOT1Q' and
21730            not 'VXLAN' and
21731            not 'IP4FWD' and
21732            not 'LBOND'"
21733   parameters:
21734   - "latency"
21735   - "parent"
21736   - "tags"
21737 #  sort:
21738 #  - "1VM"
21739 #  - "L2XCFWD"
21740 #  - "1VM"
21741 #  - "L2BDMACLRN"
21742   layout:
21743     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21744     layout: "plot-latency"
21745
21746 - type: "plot"
21747   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21748   algorithm: "plot_latency_error_bars"
21749   output-file-type: ".html"
21750   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21751   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21752   filter: "'NIC_Intel-X520-DA2' and
21753            '64B' and
21754            'NDRPDR' and
21755            ('ETH' or 'DOT1Q') and
21756            '2T2C' and
21757            ('L2BDMACLRN' or 'L2XCFWD') and
21758            'VHOST_1024' and
21759            not 'CFS_OPT' and
21760            not 'DOT1Q' and
21761            not 'VXLAN' and
21762            not 'IP4FWD' and
21763            not 'LBOND'"
21764   parameters:
21765   - "latency"
21766   - "parent"
21767   - "tags"
21768 #  sort:
21769 #  - "1VM"
21770 #  - "L2XCFWD"
21771 #  - "1VM"
21772 #  - "L2BDMACLRN"
21773   layout:
21774     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21775     layout: "plot-latency"
21776
21777 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21778 - type: "plot"
21779   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21780   algorithm: "plot_latency_error_bars"
21781   output-file-type: ".html"
21782   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21784   filter: "'NIC_Intel-X710' and
21785            '64B' and
21786            'NDRPDR' and
21787            'ETH' and
21788            'IP4FWD' and
21789            '1T1C' and
21790            'VHOST_1024' and
21791            not 'VXLAN' and
21792            not 'CFS_OPT' and
21793            not 'DOT1Q'"
21794   parameters:
21795   - "latency"
21796   - "parent"
21797   - "tags"
21798   sort:
21799   - "1VM"
21800   - "2VM"
21801   layout:
21802     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21803     layout: "plot-latency"
21804
21805 - type: "plot"
21806   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21807   algorithm: "plot_latency_error_bars"
21808   output-file-type: ".html"
21809   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21811   filter: "'NIC_Intel-X710' and
21812            '64B' and
21813            'NDRPDR' and
21814            'ETH' and
21815            'IP4FWD' and
21816            '2T2C' and
21817            'VHOST_1024' and
21818            not 'VXLAN' and
21819            not 'CFS_OPT' and
21820            not 'DOT1Q'"
21821   parameters:
21822   - "latency"
21823   - "parent"
21824   - "tags"
21825   sort:
21826   - "1VM"
21827   - "2VM"
21828   layout:
21829     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21830     layout: "plot-latency"
21831
21832 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21833 - type: "plot"
21834   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21835   algorithm: "plot_latency_error_bars"
21836   output-file-type: ".html"
21837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21839   filter: "'NIC_Intel-X710' and
21840            '64B' and
21841            'NDRPDR' and
21842            ('ETH' or 'DOT1Q') and
21843            'BASE' and
21844            '1T1C' and
21845            ('L2BDMACLRN' or 'L2XCFWD') and
21846            'VHOST_1024' and
21847            not 'VXLAN' and
21848            not 'IP4FWD' and
21849            not '2VM'"
21850   parameters:
21851   - "latency"
21852   - "parent"
21853   - "tags"
21854   sort:
21855   - "L2BDMACLRN"
21856   - "L2BDMACLRN"
21857   - "L2BDMACLRN"
21858   - "L2XCFWD"
21859   - "L2XCFWD"
21860   - "L2XCFWD"
21861   layout:
21862     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21863     layout: "plot-latency"
21864
21865 - type: "plot"
21866   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21867   algorithm: "plot_latency_error_bars"
21868   output-file-type: ".html"
21869   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21871   filter: "'NIC_Intel-X710' and
21872            '64B' and
21873            'NDRPDR' and
21874            ('ETH' or 'DOT1Q') and
21875            'BASE' and
21876            '2T2C' and
21877            ('L2BDMACLRN' or 'L2XCFWD') and
21878            'VHOST_1024' and
21879            not 'VXLAN' and
21880            not 'IP4FWD' and
21881            not '2VM'"
21882   parameters:
21883   - "latency"
21884   - "parent"
21885   - "tags"
21886   sort:
21887   - "L2BDMACLRN"
21888   - "L2BDMACLRN"
21889   - "L2BDMACLRN"
21890   - "L2XCFWD"
21891   - "L2XCFWD"
21892   - "L2XCFWD"
21893   layout:
21894     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21895     layout: "plot-latency"
21896
21897 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21898 - type: "plot"
21899   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21900   algorithm: "plot_latency_error_bars"
21901   output-file-type: ".html"
21902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21904   filter: "'NIC_Intel-X710' and
21905            '64B' and
21906            'NDRPDR' and
21907            ('ETH' or 'DOT1Q') and
21908            '1T1C' and
21909            ('L2BDMACLRN' or 'L2XCFWD') and
21910            'VHOST_1024' and
21911            not 'CFS_OPT' and
21912            not 'VXLAN' and
21913            not 'IP4FWD' and
21914            not 'LBOND'"
21915   parameters:
21916   - "latency"
21917   - "parent"
21918   - "tags"
21919   sort:
21920   - "L2BDMACLRN"
21921   - "L2BDMACLRN"
21922   - "L2BDMACLRN"
21923   - "L2XCFWD"
21924   - "L2XCFWD"
21925   - "L2XCFWD"
21926   layout:
21927     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21928     layout: "plot-latency"
21929
21930 - type: "plot"
21931   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21932   algorithm: "plot_latency_error_bars"
21933   output-file-type: ".html"
21934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21936   filter: "'NIC_Intel-X710' and
21937            '64B' and
21938            'NDRPDR' and
21939            ('ETH' or 'DOT1Q') and
21940            '2T2C' and
21941            ('L2BDMACLRN' or 'L2XCFWD') and
21942            'VHOST_1024' and
21943            not 'CFS_OPT' and
21944            not 'VXLAN' and
21945            not 'IP4FWD' and
21946            not 'LBOND'"
21947   parameters:
21948   - "latency"
21949   - "parent"
21950   - "tags"
21951   sort:
21952   - "L2BDMACLRN"
21953   - "L2BDMACLRN"
21954   - "L2BDMACLRN"
21955   - "L2XCFWD"
21956   - "L2XCFWD"
21957   - "L2XCFWD"
21958   layout:
21959     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
21960     layout: "plot-latency"
21961
21962 # Packet Latency - VPP vhost ip4 3n-skx-x710
21963 - type: "plot"
21964   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21965   algorithm: "plot_latency_error_bars"
21966   output-file-type: ".html"
21967   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21969   filter: "'NIC_Intel-X710' and
21970            '64B' and
21971            'NDRPDR' and
21972            'ETH' and
21973            'IP4FWD' and
21974            '2T1C' and
21975            'VHOST_1024' and
21976            not 'VXLAN' and
21977            not 'DOT1Q'"
21978   parameters:
21979   - "latency"
21980   - "parent"
21981   - "tags"
21982   sort:
21983   - "1VM"
21984   - "2VM"
21985   layout:
21986     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21987     layout: "plot-latency"
21988
21989 - type: "plot"
21990   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21991   algorithm: "plot_latency_error_bars"
21992   output-file-type: ".html"
21993   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21995   filter: "'NIC_Intel-X710' and
21996            '64B' and
21997            'NDRPDR' and
21998            'ETH' and
21999            'IP4FWD' and
22000            '4T2C' and
22001            'VHOST_1024' and
22002            not 'VXLAN' and
22003            not 'DOT1Q'"
22004   parameters:
22005   - "latency"
22006   - "parent"
22007   - "tags"
22008   sort:
22009   - "1VM"
22010   - "2VM"
22011   layout:
22012     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22013     layout: "plot-latency"
22014
22015 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22016 - type: "plot"
22017   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22018   algorithm: "plot_latency_error_bars"
22019   output-file-type: ".html"
22020   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-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' or 'DOT1Q') and
22026            'BASE' and
22027            '2T1C' and
22028            ('L2BDMACLRN' or 'L2XCFWD') and
22029            'VHOST_1024' and
22030            not 'VXLAN' and
22031            not 'IP4FWD' and
22032            not '2VM'"
22033   parameters:
22034   - "latency"
22035   - "parent"
22036   - "tags"
22037   sort:
22038   - "L2BDMACLRN"
22039   - "L2BDMACLRN"
22040   - "L2BDMACLRN"
22041   - "L2XCFWD"
22042   - "L2XCFWD"
22043   - "L2XCFWD"
22044   layout:
22045     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22046     layout: "plot-latency"
22047
22048 - type: "plot"
22049   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22050   algorithm: "plot_latency_error_bars"
22051   output-file-type: ".html"
22052   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22054   filter: "'NIC_Intel-X710' and
22055            '64B' and
22056            'NDRPDR' and
22057            ('ETH' or 'DOT1Q') and
22058            'BASE' and
22059            '4T2C' and
22060            ('L2BDMACLRN' or 'L2XCFWD') and
22061            'VHOST_1024' and
22062            not 'VXLAN' and
22063            not 'IP4FWD' and
22064            not '2VM'"
22065   parameters:
22066   - "latency"
22067   - "parent"
22068   - "tags"
22069   sort:
22070   - "L2BDMACLRN"
22071   - "L2BDMACLRN"
22072   - "L2BDMACLRN"
22073   - "L2XCFWD"
22074   - "L2XCFWD"
22075   - "L2XCFWD"
22076   layout:
22077     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22078     layout: "plot-latency"
22079
22080 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22081 - type: "plot"
22082   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22083   algorithm: "plot_latency_error_bars"
22084   output-file-type: ".html"
22085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22087   filter: "'NIC_Intel-X710' and
22088            '64B' and
22089            'NDRPDR' and
22090            ('ETH' or 'DOT1Q') and
22091            '2T1C' and
22092            ('L2BDMACLRN' or 'L2XCFWD') and
22093            'VHOST_1024' and
22094            not 'CFS_OPT' and
22095            not 'VXLAN' and
22096            not 'IP4FWD' and
22097            not 'LBOND'"
22098   parameters:
22099   - "latency"
22100   - "parent"
22101   - "tags"
22102   sort:
22103   - "L2BDMACLRN"
22104   - "L2BDMACLRN"
22105   - "L2BDMACLRN"
22106   - "L2XCFWD"
22107   - "L2XCFWD"
22108   - "L2XCFWD"
22109   layout:
22110     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22111     layout: "plot-latency"
22112
22113 - type: "plot"
22114   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22115   algorithm: "plot_latency_error_bars"
22116   output-file-type: ".html"
22117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22119   filter: "'NIC_Intel-X710' and
22120            '64B' and
22121            'NDRPDR' and
22122            ('ETH' or 'DOT1Q') and
22123            '4T2C' and
22124            ('L2BDMACLRN' or 'L2XCFWD') and
22125            'VHOST_1024' and
22126            not 'CFS_OPT' and
22127            not 'VXLAN' and
22128            not 'IP4FWD' and
22129            not 'LBOND'"
22130   parameters:
22131   - "latency"
22132   - "parent"
22133   - "tags"
22134   sort:
22135   - "L2BDMACLRN"
22136   - "L2BDMACLRN"
22137   - "L2BDMACLRN"
22138   - "L2XCFWD"
22139   - "L2XCFWD"
22140   - "L2XCFWD"
22141   layout:
22142     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22143     layout: "plot-latency"
22144
22145 # Packet Latency - VPP vhost ip4 2n-skx-x710
22146 - type: "plot"
22147   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22148   algorithm: "plot_latency_error_bars"
22149   output-file-type: ".html"
22150   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22152   filter: "'NIC_Intel-X710' and
22153            '64B' and
22154            'NDRPDR' and
22155            'ETH' and
22156            'IP4FWD' and
22157            '2T1C' and
22158            'VHOST_1024' and
22159            not 'VXLAN' and
22160            not 'NF_DENSITY' and
22161            not 'CFS_OPT' and
22162            not 'DOT1Q'"
22163   parameters:
22164   - "latency"
22165   - "parent"
22166   - "tags"
22167   sort:
22168   - "1VM"
22169   - "2VM"
22170   layout:
22171     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22172     layout: "plot-latency"
22173
22174 - type: "plot"
22175   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22176   algorithm: "plot_latency_error_bars"
22177   output-file-type: ".html"
22178   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22180   filter: "'NIC_Intel-X710' and
22181            '64B' and
22182            'NDRPDR' and
22183            'ETH' and
22184            'IP4FWD' and
22185            '4T2C' and
22186            'VHOST_1024' and
22187            not 'VXLAN' and
22188            not 'NF_DENSITY' and
22189            not 'CFS_OPT' and
22190            not 'DOT1Q'"
22191   parameters:
22192   - "latency"
22193   - "parent"
22194   - "tags"
22195   sort:
22196   - "1VM"
22197   - "2VM"
22198   layout:
22199     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22200     layout: "plot-latency"
22201
22202 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22203 - type: "plot"
22204   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22205   algorithm: "plot_latency_error_bars"
22206   output-file-type: ".html"
22207   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22209   filter: "'NIC_Intel-X710' and
22210            '64B' and
22211            'NDRPDR' and
22212            ('ETH' or 'DOT1Q') and
22213            'BASE' and
22214            '2T1C' and
22215            ('L2BDMACLRN' or 'L2XCFWD') and
22216            'VHOST_1024' and
22217            not 'VXLAN' and
22218            not 'NF_DENSITY' and
22219            not 'IP4FWD' and
22220            not '2VM'"
22221   parameters:
22222   - "latency"
22223   - "parent"
22224   - "tags"
22225 #  sort:
22226 #  - "not CFS_OPT"
22227 #  - "L2XCFWD"
22228 #  - "not CFS_OPT"
22229 #  - "CFS_OPT"
22230   layout:
22231     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22232     layout: "plot-latency"
22233
22234 - type: "plot"
22235   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22236   algorithm: "plot_latency_error_bars"
22237   output-file-type: ".html"
22238   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22240   filter: "'NIC_Intel-X710' and
22241            '64B' and
22242            'NDRPDR' and
22243            ('ETH' or 'DOT1Q') and
22244            'BASE' and
22245            '4T2C' and
22246            ('L2BDMACLRN' or 'L2XCFWD') and
22247            'VHOST_1024' and
22248            not 'VXLAN' and
22249            not 'NF_DENSITY' and
22250            not 'IP4FWD' and
22251            not '2VM'"
22252   parameters:
22253   - "latency"
22254   - "parent"
22255   - "tags"
22256 #  sort:
22257 #  - "not CFS_OPT"
22258 #  - "L2XCFWD"
22259 #  - "not CFS_OPT"
22260 #  - "CFS_OPT"
22261   layout:
22262     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22263     layout: "plot-latency"
22264
22265 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22266 - type: "plot"
22267   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22268   algorithm: "plot_latency_error_bars"
22269   output-file-type: ".html"
22270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22272   filter: "'NIC_Intel-X710' and
22273            '64B' and
22274            'NDRPDR' and
22275            ('ETH' or 'DOT1Q') and
22276            '2T1C' and
22277            ('L2BDMACLRN' or 'L2XCFWD') and
22278            'VHOST_1024' and
22279            not 'CFS_OPT' and
22280            not 'VXLAN' and
22281            not 'NF_DENSITY' and
22282            not 'DOT1Q' and
22283            not 'IP4FWD'"
22284   parameters:
22285   - "latency"
22286   - "parent"
22287   - "tags"
22288 #  sort:
22289 #  - "1VM"
22290 #  - "L2XCFWD"
22291 #  - "1VM"
22292 #  - "L2BDMACLRN"
22293   layout:
22294     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22295     layout: "plot-latency"
22296
22297 - type: "plot"
22298   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22299   algorithm: "plot_latency_error_bars"
22300   output-file-type: ".html"
22301   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22303   filter: "'NIC_Intel-X710' and
22304            '64B' and
22305            'NDRPDR' and
22306            ('ETH' or 'DOT1Q') and
22307            '4T2C' and
22308            ('L2BDMACLRN' or 'L2XCFWD') and
22309            'VHOST_1024' and
22310            not 'CFS_OPT' and
22311            not 'VXLAN' and
22312            not 'NF_DENSITY' and
22313            not 'DOT1Q' and
22314            not 'IP4FWD'"
22315   parameters:
22316   - "latency"
22317   - "parent"
22318   - "tags"
22319 #  sort:
22320 #  - "1VM"
22321 #  - "L2XCFWD"
22322 #  - "1VM"
22323 #  - "L2BDMACLRN"
22324   layout:
22325     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22326     layout: "plot-latency"
22327
22328 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22329 - type: "plot"
22330   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22331   algorithm: "plot_latency_error_bars"
22332   output-file-type: ".html"
22333   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22335   filter: "'NIC_Intel-XXV710' and
22336            '64B' and
22337            'NDRPDR' and
22338            'ETH' and
22339            'IP4FWD' and
22340            '2T1C' and
22341            'VHOST_1024' and
22342            not 'VXLAN' and
22343            not 'CFS_OPT' and
22344            not 'DOT1Q'"
22345   parameters:
22346   - "latency"
22347   - "parent"
22348   - "tags"
22349   sort:
22350   - "not CFS_OPT"
22351   - "1VM"
22352   - "2VM"
22353   layout:
22354     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22355     layout: "plot-latency"
22356
22357 - type: "plot"
22358   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22359   algorithm: "plot_latency_error_bars"
22360   output-file-type: ".html"
22361   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22363   filter: "'NIC_Intel-XXV710' and
22364            '64B' and
22365            'NDRPDR' and
22366            'ETH' and
22367            'IP4FWD' and
22368            '4T2C' and
22369            'VHOST_1024' and
22370            not 'VXLAN' and
22371            not 'CFS_OPT' and
22372            not 'DOT1Q'"
22373   parameters:
22374   - "latency"
22375   - "parent"
22376   - "tags"
22377   sort:
22378   - "not CFS_OPT"
22379   - "1VM"
22380   - "2VM"
22381   layout:
22382     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22383     layout: "plot-latency"
22384
22385 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22386 #- type: "plot"
22387 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22388 #  algorithm: "plot_latency_error_bars"
22389 #  output-file-type: ".html"
22390 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22391 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22392 #  filter: "'NIC_Intel-XXV710' and
22393 #           '64B' and
22394 #           'NDRPDR' and
22395 #           ('ETH' or 'DOT1Q') and
22396 #           'BASE' and
22397 #           '2T1C' and
22398 #           ('L2BDMACLRN' or 'L2XCFWD') and
22399 #           'VHOST_1024' and
22400 #           not 'VXLAN' and
22401 #           not 'IP4FWD' and
22402 #           not '2VM'"
22403 #  parameters:
22404 #  - "latency"
22405 #  - "parent"
22406 #  - "tags"
22407 ##  sort:
22408 ##  - "not CFS_OPT"
22409 ##  - "L2XCFWD"
22410 ##  - "not CFS_OPT"
22411 ##  - "CFS_OPT"
22412 #  layout:
22413 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22414 #    layout: "plot-latency"
22415 #
22416 #- type: "plot"
22417 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22418 #  algorithm: "plot_latency_error_bars"
22419 #  output-file-type: ".html"
22420 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22421 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22422 #  filter: "'NIC_Intel-XXV710' and
22423 #           '64B' and
22424 #           'NDRPDR' and
22425 #           ('ETH' or 'DOT1Q') and
22426 #           'BASE' and
22427 #           '4T2C' and
22428 #           ('L2BDMACLRN' or 'L2XCFWD') and
22429 #           'VHOST_1024' and
22430 #           not 'VXLAN' and
22431 #           not 'IP4FWD' and
22432 #           not '2VM'"
22433 #  parameters:
22434 #  - "latency"
22435 #  - "parent"
22436 #  - "tags"
22437 ##  sort:
22438 ##  - "not CFS_OPT"
22439 ##  - "L2XCFWD"
22440 ##  - "not CFS_OPT"
22441 ##  - "CFS_OPT"
22442 #  layout:
22443 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22444 #    layout: "plot-latency"
22445 #
22446 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22447 #- type: "plot"
22448 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22449 #  algorithm: "plot_latency_error_bars"
22450 #  output-file-type: ".html"
22451 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22452 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22453 #  filter: "'NIC_Intel-XXV710' and
22454 #           '64B' and
22455 #           'NDRPDR' and
22456 #           ('ETH' or 'DOT1Q') and
22457 #           '2T1C' and
22458 #           ('L2BDMACLRN' or 'L2XCFWD') and
22459 #           'VHOST_1024' and
22460 #           not 'CFS_OPT' and
22461 #           not 'VXLAN' and
22462 #           not 'DOT1Q' and
22463 #           not 'IP4FWD'"
22464 #  parameters:
22465 #  - "latency"
22466 #  - "parent"
22467 #  - "tags"
22468 ##  sort:
22469 ##  - "1VM"
22470 ##  - "L2XCFWD"
22471 ##  - "1VM"
22472 ##  - "L2BDMACLRN"
22473 #  layout:
22474 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22475 #    layout: "plot-latency"
22476 #
22477 #- type: "plot"
22478 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22479 #  algorithm: "plot_latency_error_bars"
22480 #  output-file-type: ".html"
22481 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22482 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22483 #  filter: "'NIC_Intel-XXV710' and
22484 #           '64B' and
22485 #           'NDRPDR' and
22486 #           ('ETH' or 'DOT1Q') and
22487 #           '4T2C' and
22488 #           ('L2BDMACLRN' or 'L2XCFWD') and
22489 #           'VHOST_1024' and
22490 #           not 'CFS_OPT' and
22491 #           not 'VXLAN' and
22492 #           not 'DOT1Q' and
22493 #           not 'IP4FWD'"
22494 #  parameters:
22495 #  - "latency"
22496 #  - "parent"
22497 #  - "tags"
22498 ##  sort:
22499 ##  - "1VM"
22500 ##  - "L2XCFWD"
22501 ##  - "1VM"
22502 ##  - "L2BDMACLRN"
22503 #  layout:
22504 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22505 #    layout: "plot-latency"
22506
22507 ################################################################################
22508
22509 # Packet Latency - VPP VTS 3n-hsw-x520
22510 - type: "plot"
22511   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22512   algorithm: "plot_latency_error_bars"
22513   output-file-type: ".html"
22514   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22516   filter: "'NIC_Intel-X520-DA2' and
22517            '114B' and
22518            'NDRPDR' and
22519            '1T1C' and
22520            'VTS'"
22521   parameters:
22522   - "latency"
22523   - "parent"
22524   - "tags"
22525   layout:
22526     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22527     layout: "plot-latency"
22528
22529 - type: "plot"
22530   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22531   algorithm: "plot_latency_error_bars"
22532   output-file-type: ".html"
22533   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22535   filter: "'NIC_Intel-X520-DA2' and
22536            '114B' and
22537            'NDRPDR' and
22538            '2T2C' and
22539            'VTS'"
22540   parameters:
22541   - "latency"
22542   - "parent"
22543   - "tags"
22544   layout:
22545     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22546     layout: "plot-latency"
22547
22548 ################################################################################
22549
22550 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22551 - type: "plot"
22552   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22553   algorithm: "plot_latency_error_bars"
22554   output-file-type: ".html"
22555   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22556   data: "plot-dpdk-throughput-latency-3n-hsw"
22557   filter: "'NIC_Intel-X520-DA2' and
22558            '64B' and
22559            'BASE' and
22560            'NDRPDR' and
22561            '1T1C' and
22562            'IP4FWD'"
22563   parameters:
22564   - "latency"
22565   - "parent"
22566   - "tags"
22567   layout:
22568     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22569     layout: "plot-latency"
22570
22571 - type: "plot"
22572   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22573   algorithm: "plot_latency_error_bars"
22574   output-file-type: ".html"
22575   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22576   data: "plot-dpdk-throughput-latency-3n-hsw"
22577   filter: "'NIC_Intel-X520-DA2' and
22578            '64B' and
22579            'BASE' and
22580            'NDRPDR' and
22581            '2T2C' and
22582            'IP4FWD'"
22583   parameters:
22584   - "latency"
22585   - "parent"
22586   - "tags"
22587   layout:
22588     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22589     layout: "plot-latency"
22590
22591 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22592 - type: "plot"
22593   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22594   algorithm: "plot_latency_error_bars"
22595   output-file-type: ".html"
22596   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22597   data: "plot-dpdk-throughput-latency-3n-hsw"
22598   filter: "'NIC_Intel-X710' and
22599            '64B' and
22600            'BASE' and
22601            'NDRPDR' and
22602            '1T1C' and
22603            'IP4FWD'"
22604   parameters:
22605   - "latency"
22606   - "parent"
22607   - "tags"
22608   layout:
22609     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22610     layout: "plot-latency"
22611
22612 - type: "plot"
22613   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22614   algorithm: "plot_latency_error_bars"
22615   output-file-type: ".html"
22616   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22617   data: "plot-dpdk-throughput-latency-3n-hsw"
22618   filter: "'NIC_Intel-X710' and
22619            '64B' and
22620            'BASE' and
22621            'NDRPDR' and
22622            '2T2C' and
22623            'IP4FWD'"
22624   parameters:
22625   - "latency"
22626   - "parent"
22627   - "tags"
22628   layout:
22629     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22630     layout: "plot-latency"
22631
22632 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22633 - type: "plot"
22634   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22635   algorithm: "plot_latency_error_bars"
22636   output-file-type: ".html"
22637   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22638   data: "plot-dpdk-throughput-latency-3n-hsw"
22639   filter: "'NIC_Intel-XL710' and
22640            '64B' and
22641            'BASE' and
22642            'NDRPDR' and
22643            '1T1C' and
22644            'IP4FWD'"
22645   parameters:
22646   - "latency"
22647   - "parent"
22648   - "tags"
22649   layout:
22650     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22651     layout: "plot-latency"
22652
22653 - type: "plot"
22654   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22655   algorithm: "plot_latency_error_bars"
22656   output-file-type: ".html"
22657   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22658   data: "plot-dpdk-throughput-latency-3n-hsw"
22659   filter: "'NIC_Intel-XL710' and
22660            '64B' and
22661            'BASE' and
22662            'NDRPDR' and
22663            '2T2C' and
22664            'IP4FWD'"
22665   parameters:
22666   - "latency"
22667   - "parent"
22668   - "tags"
22669   layout:
22670     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22671     layout: "plot-latency"
22672
22673 # Packet Latency - DPDK l3fwd 3n-skx-x710
22674 - type: "plot"
22675   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22676   algorithm: "plot_latency_error_bars"
22677   output-file-type: ".html"
22678   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22679   data: "plot-dpdk-throughput-latency-3n-skx"
22680   filter: "'NIC_Intel-X710' and
22681            '64B' and
22682            'BASE' and
22683            'NDRPDR' and
22684            '2T1C' and
22685            'IP4FWD'"
22686   parameters:
22687   - "latency"
22688   - "parent"
22689   - "tags"
22690   layout:
22691     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22692     layout: "plot-latency"
22693
22694 - type: "plot"
22695   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22696   algorithm: "plot_latency_error_bars"
22697   output-file-type: ".html"
22698   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22699   data: "plot-dpdk-throughput-latency-3n-skx"
22700   filter: "'NIC_Intel-X710' and
22701            '64B' and
22702            'BASE' and
22703            'NDRPDR' and
22704            '4T2C' and
22705            'IP4FWD'"
22706   parameters:
22707   - "latency"
22708   - "parent"
22709   - "tags"
22710   layout:
22711     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22712     layout: "plot-latency"
22713
22714 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22715 - type: "plot"
22716   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22717   algorithm: "plot_latency_error_bars"
22718   output-file-type: ".html"
22719   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22720   data: "plot-dpdk-throughput-latency-3n-skx"
22721   filter: "'NIC_Intel-XXV710' and
22722            '64B' and
22723            'BASE' and
22724            'NDRPDR' and
22725            '2T1C' and
22726            'IP4FWD'"
22727   parameters:
22728   - "latency"
22729   - "parent"
22730   - "tags"
22731   layout:
22732     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22733     layout: "plot-latency"
22734
22735 - type: "plot"
22736   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22737   algorithm: "plot_latency_error_bars"
22738   output-file-type: ".html"
22739   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22740   data: "plot-dpdk-throughput-latency-3n-skx"
22741   filter: "'NIC_Intel-XXV710' and
22742            '64B' and
22743            'BASE' and
22744            'NDRPDR' and
22745            '4T2C' and
22746            'IP4FWD'"
22747   parameters:
22748   - "latency"
22749   - "parent"
22750   - "tags"
22751   layout:
22752     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22753     layout: "plot-latency"
22754
22755 # Packet Latency - DPDK l3fwd 2n-skx-x710
22756 - type: "plot"
22757   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22758   algorithm: "plot_latency_error_bars"
22759   output-file-type: ".html"
22760   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22761   data: "plot-dpdk-throughput-latency-2n-skx"
22762   filter: "'NIC_Intel-X710' and
22763            '64B' and
22764            'BASE' and
22765            'NDRPDR' and
22766            '2T1C' and
22767            'IP4FWD'"
22768   parameters:
22769   - "latency"
22770   - "parent"
22771   - "tags"
22772   layout:
22773     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22774     layout: "plot-latency"
22775
22776 - type: "plot"
22777   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22778   algorithm: "plot_latency_error_bars"
22779   output-file-type: ".html"
22780   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22781   data: "plot-dpdk-throughput-latency-2n-skx"
22782   filter: "'NIC_Intel-X710' and
22783            '64B' and
22784            'BASE' and
22785            'NDRPDR' and
22786            '4T2C' and
22787            'IP4FWD'"
22788   parameters:
22789   - "latency"
22790   - "parent"
22791   - "tags"
22792   layout:
22793     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22794     layout: "plot-latency"
22795
22796 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22797 - type: "plot"
22798   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22799   algorithm: "plot_latency_error_bars"
22800   output-file-type: ".html"
22801   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22802   data: "plot-dpdk-throughput-latency-2n-skx"
22803   filter: "'NIC_Intel-XXV710' and
22804            '64B' and
22805            'BASE' and
22806            'NDRPDR' and
22807            '2T1C' and
22808            'IP4FWD'"
22809   parameters:
22810   - "latency"
22811   - "parent"
22812   - "tags"
22813   layout:
22814     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22815     layout: "plot-latency"
22816
22817 - type: "plot"
22818   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22819   algorithm: "plot_latency_error_bars"
22820   output-file-type: ".html"
22821   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22822   data: "plot-dpdk-throughput-latency-2n-skx"
22823   filter: "'NIC_Intel-XXV710' and
22824            '64B' and
22825            'BASE' and
22826            'NDRPDR' and
22827            '4T2C' and
22828            'IP4FWD'"
22829   parameters:
22830   - "latency"
22831   - "parent"
22832   - "tags"
22833   layout:
22834     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22835     layout: "plot-latency"
22836
22837 ################################################################################
22838
22839 # Packet Latency - DPDK testpmd 3n-hsw-x520
22840 - type: "plot"
22841   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22842   algorithm: "plot_latency_error_bars"
22843   output-file-type: ".html"
22844   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22845   data: "plot-dpdk-throughput-latency-3n-hsw"
22846   filter: "'NIC_Intel-X520-DA2' and
22847            '64B' and
22848            'BASE' and
22849            'NDRPDR' and
22850            '1T1C' and
22851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22852   parameters:
22853   - "latency"
22854   - "parent"
22855   - "tags"
22856   layout:
22857     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22858     layout: "plot-latency"
22859
22860 - type: "plot"
22861   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22862   algorithm: "plot_latency_error_bars"
22863   output-file-type: ".html"
22864   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22865   data: "plot-dpdk-throughput-latency-3n-hsw"
22866   filter: "'NIC_Intel-X520-DA2' and
22867            '64B' and
22868            'BASE' and
22869            'NDRPDR' and
22870            '2T2C' and
22871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22872   parameters:
22873   - "latency"
22874   - "parent"
22875   - "tags"
22876   layout:
22877     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22878     layout: "plot-latency"
22879
22880 # Packet Latency - DPDK testpmd 3n-hsw-x710
22881 - type: "plot"
22882   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22883   algorithm: "plot_latency_error_bars"
22884   output-file-type: ".html"
22885   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22886   data: "plot-dpdk-throughput-latency-3n-hsw"
22887   filter: "'NIC_Intel-X710' and
22888            '64B' and
22889            'BASE' and
22890            'NDRPDR' and
22891            '1T1C' and
22892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22893   parameters:
22894   - "latency"
22895   - "parent"
22896   - "tags"
22897   layout:
22898     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22899     layout: "plot-latency"
22900
22901 - type: "plot"
22902   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22903   algorithm: "plot_latency_error_bars"
22904   output-file-type: ".html"
22905   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22906   data: "plot-dpdk-throughput-latency-3n-hsw"
22907   filter: "'NIC_Intel-X710' and
22908            '64B' and
22909            'BASE' and
22910            'NDRPDR' and
22911            '2T2C' and
22912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22913   parameters:
22914   - "latency"
22915   - "parent"
22916   - "tags"
22917   layout:
22918     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22919     layout: "plot-latency"
22920
22921 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22922 - type: "plot"
22923   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22924   algorithm: "plot_latency_error_bars"
22925   output-file-type: ".html"
22926   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22927   data: "plot-dpdk-throughput-latency-3n-hsw"
22928   filter: "'NIC_Intel-XL710' and
22929            '64B' and
22930            'BASE' and
22931            'NDRPDR' and
22932            '1T1C' and
22933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22934   parameters:
22935   - "latency"
22936   - "parent"
22937   - "tags"
22938   layout:
22939     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22940     layout: "plot-latency"
22941
22942 - type: "plot"
22943   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22944   algorithm: "plot_latency_error_bars"
22945   output-file-type: ".html"
22946   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22947   data: "plot-dpdk-throughput-latency-3n-hsw"
22948   filter: "'NIC_Intel-XL710' and
22949            '64B' and
22950            'BASE' and
22951            'NDRPDR' and
22952            '2T2C' and
22953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22954   parameters:
22955   - "latency"
22956   - "parent"
22957   - "tags"
22958   layout:
22959     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22960     layout: "plot-latency"
22961
22962 # Packet Latency - DPDK testpmd 3n-skx-x710
22963 - type: "plot"
22964   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22965   algorithm: "plot_latency_error_bars"
22966   output-file-type: ".html"
22967   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22968   data: "plot-dpdk-throughput-latency-3n-skx"
22969   filter: "'NIC_Intel-X710' and
22970            '64B' and
22971            'BASE' and
22972            'NDRPDR' and
22973            '2T1C' and
22974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22975   parameters:
22976   - "latency"
22977   - "parent"
22978   - "tags"
22979   layout:
22980     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22981     layout: "plot-latency"
22982
22983 - type: "plot"
22984   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22985   algorithm: "plot_latency_error_bars"
22986   output-file-type: ".html"
22987   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22988   data: "plot-dpdk-throughput-latency-3n-skx"
22989   filter: "'NIC_Intel-X710' and
22990            '64B' and
22991            'BASE' and
22992            'NDRPDR' and
22993            '4T2C' and
22994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22995   parameters:
22996   - "latency"
22997   - "parent"
22998   - "tags"
22999   layout:
23000     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23001     layout: "plot-latency"
23002
23003 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23004 - type: "plot"
23005   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23006   algorithm: "plot_latency_error_bars"
23007   output-file-type: ".html"
23008   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23009   data: "plot-dpdk-throughput-latency-3n-skx"
23010   filter: "'NIC_Intel-XXV710' and
23011            '64B' and
23012            'BASE' and
23013            'NDRPDR' and
23014            '2T1C' and
23015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23016   parameters:
23017   - "latency"
23018   - "parent"
23019   - "tags"
23020   layout:
23021     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23022     layout: "plot-latency"
23023
23024 - type: "plot"
23025   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23026   algorithm: "plot_latency_error_bars"
23027   output-file-type: ".html"
23028   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23029   data: "plot-dpdk-throughput-latency-3n-skx"
23030   filter: "'NIC_Intel-XXV710' and
23031            '64B' and
23032            'BASE' and
23033            'NDRPDR' and
23034            '4T2C' and
23035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23036   parameters:
23037   - "latency"
23038   - "parent"
23039   - "tags"
23040   layout:
23041     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23042     layout: "plot-latency"
23043
23044 # Packet Latency - DPDK testpmd 2n-skx-x710
23045 - type: "plot"
23046   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23047   algorithm: "plot_latency_error_bars"
23048   output-file-type: ".html"
23049   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23050   data: "plot-dpdk-throughput-latency-2n-skx"
23051   filter: "'NIC_Intel-X710' and
23052            '64B' and
23053            'BASE' and
23054            'NDRPDR' and
23055            '2T1C' and
23056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23057   parameters:
23058   - "latency"
23059   - "parent"
23060   - "tags"
23061   layout:
23062     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23063     layout: "plot-latency"
23064
23065 - type: "plot"
23066   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23067   algorithm: "plot_latency_error_bars"
23068   output-file-type: ".html"
23069   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23070   data: "plot-dpdk-throughput-latency-2n-skx"
23071   filter: "'NIC_Intel-X710' and
23072            '64B' and
23073            'BASE' and
23074            'NDRPDR' and
23075            '4T2C' and
23076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23077   parameters:
23078   - "latency"
23079   - "parent"
23080   - "tags"
23081   layout:
23082     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23083     layout: "plot-latency"
23084
23085 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23086 - type: "plot"
23087   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23088   algorithm: "plot_latency_error_bars"
23089   output-file-type: ".html"
23090   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23091   data: "plot-dpdk-throughput-latency-2n-skx"
23092   filter: "'NIC_Intel-XXV710' and
23093            '64B' and
23094            'BASE' and
23095            'NDRPDR' and
23096            '2T1C' and
23097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23098   parameters:
23099   - "latency"
23100   - "parent"
23101   - "tags"
23102   layout:
23103     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23104     layout: "plot-latency"
23105
23106 - type: "plot"
23107   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23108   algorithm: "plot_latency_error_bars"
23109   output-file-type: ".html"
23110   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23111   data: "plot-dpdk-throughput-latency-2n-skx"
23112   filter: "'NIC_Intel-XXV710' and
23113            '64B' and
23114            'BASE' and
23115            'NDRPDR' and
23116            '4T2C' and
23117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23118   parameters:
23119   - "latency"
23120   - "parent"
23121   - "tags"
23122   layout:
23123     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23124     layout: "plot-latency"
23125
23126 ################################################################################
23127
23128 # Speedup - VPP Container Memif 3n-hsw-x520
23129 - type: "plot"
23130   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23131   algorithm: "plot_throughput_speedup_analysis"
23132   output-file-type: ".html"
23133   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23135   filter: "'NIC_Intel-X520-DA2' and
23136            '64B' and
23137            ('BASE' or 'SCALE') and
23138            'NDRPDR' and
23139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23140            not 'VHOST' and
23141            'MEMIF'"
23142   parameters:
23143   - "throughput"
23144   - "parent"
23145   - "tags"
23146   sort:
23147   - "L2XCFWD"
23148   - "L2XCFWD"
23149   - "L2XCFWD"
23150   - "L2BDMACLRN"
23151   - "L2BDMACLRN"
23152   - "L2BDMACLRN"
23153   - "IP4FWD"
23154   layout:
23155     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23156     layout: "plot-throughput-speedup-analysis"
23157
23158 - type: "plot"
23159   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23160   algorithm: "plot_throughput_speedup_analysis"
23161   output-file-type: ".html"
23162   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23164   filter: "'NIC_Intel-X520-DA2' and
23165            '64B' and
23166            ('BASE' or 'SCALE') and
23167            'NDRPDR' and
23168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23169            not 'VHOST' and
23170            'MEMIF'"
23171   parameters:
23172   - "throughput"
23173   - "parent"
23174   - "tags"
23175   sort:
23176   - "L2XCFWD"
23177   - "L2XCFWD"
23178   - "L2XCFWD"
23179   - "L2BDMACLRN"
23180   - "L2BDMACLRN"
23181   - "L2BDMACLRN"
23182   - "IP4FWD"
23183   layout:
23184     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23185     layout: "plot-throughput-speedup-analysis"
23186
23187 # Speedup - VPP Container Memif 3n-hsw-x710
23188 - type: "plot"
23189   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23190   algorithm: "plot_throughput_speedup_analysis"
23191   output-file-type: ".html"
23192   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23194   filter: "'NIC_Intel-X710' and
23195            '64B' and
23196            ('BASE' or 'SCALE') and
23197            'NDRPDR' and
23198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23199            not 'VHOST' and
23200            'MEMIF'"
23201   parameters:
23202   - "throughput"
23203   - "parent"
23204   - "tags"
23205   sort:
23206   - "L2XCFWD"
23207   - "L2XCFWD"
23208   - "L2XCFWD"
23209   - "L2BDMACLRN"
23210   - "L2BDMACLRN"
23211   - "L2BDMACLRN"
23212   - "IP4FWD"
23213   layout:
23214     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23215     layout: "plot-throughput-speedup-analysis"
23216
23217 - type: "plot"
23218   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23219   algorithm: "plot_throughput_speedup_analysis"
23220   output-file-type: ".html"
23221   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23223   filter: "'NIC_Intel-X710' and
23224            '64B' and
23225            ('BASE' or 'SCALE') and
23226            'NDRPDR' and
23227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23228            not 'VHOST' and
23229            'MEMIF'"
23230   parameters:
23231   - "throughput"
23232   - "parent"
23233   - "tags"
23234   sort:
23235   - "L2XCFWD"
23236   - "L2XCFWD"
23237   - "L2XCFWD"
23238   - "L2BDMACLRN"
23239   - "L2BDMACLRN"
23240   - "L2BDMACLRN"
23241   - "IP4FWD"
23242   layout:
23243     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23244     layout: "plot-throughput-speedup-analysis"
23245
23246 # Speedup - VPP Container Memif 3n-hsw-xl710
23247 - type: "plot"
23248   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23249   algorithm: "plot_throughput_speedup_analysis"
23250   output-file-type: ".html"
23251   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23253   filter: "'NIC_Intel-XL710' and
23254            '64B' and
23255            ('BASE' or 'SCALE') and
23256            'NDRPDR' and
23257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23258            not 'VHOST' and
23259            'MEMIF'"
23260   parameters:
23261   - "throughput"
23262   - "parent"
23263   - "tags"
23264   sort:
23265   - "L2XCFWD"
23266   - "L2XCFWD"
23267   - "L2XCFWD"
23268   - "L2BDMACLRN"
23269   - "L2BDMACLRN"
23270   - "L2BDMACLRN"
23271   - "IP4FWD"
23272   layout:
23273     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23274     layout: "plot-throughput-speedup-analysis"
23275
23276 - type: "plot"
23277   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23278   algorithm: "plot_throughput_speedup_analysis"
23279   output-file-type: ".html"
23280   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23282   filter: "'NIC_Intel-XL710' and
23283            '64B' and
23284            ('BASE' or 'SCALE') and
23285            'NDRPDR' and
23286            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23287            not 'VHOST' and
23288            'MEMIF'"
23289   parameters:
23290   - "throughput"
23291   - "parent"
23292   - "tags"
23293   sort:
23294   - "L2XCFWD"
23295   - "L2XCFWD"
23296   - "L2XCFWD"
23297   - "L2BDMACLRN"
23298   - "L2BDMACLRN"
23299   - "L2BDMACLRN"
23300   - "IP4FWD"
23301   layout:
23302     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23303     layout: "plot-throughput-speedup-analysis"
23304
23305 # Speedup - VPP Container Memif 3n-skx-x710
23306 - type: "plot"
23307   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23308   algorithm: "plot_throughput_speedup_analysis"
23309   output-file-type: ".html"
23310   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23312   filter: "'NIC_Intel-X710' and
23313            '64B' and
23314            ('BASE' or 'SCALE') and
23315            'NDRPDR' and
23316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23317            not 'VHOST' and
23318            'MEMIF'"
23319   parameters:
23320   - "throughput"
23321   - "parent"
23322   - "tags"
23323   sort:
23324   - "L2XCFWD"
23325   - "L2XCFWD"
23326   - "L2XCFWD"
23327   - "L2BDMACLRN"
23328   - "L2BDMACLRN"
23329   - "L2BDMACLRN"
23330   - "IP4FWD"
23331   layout:
23332     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23333     layout: "plot-throughput-speedup-analysis"
23334
23335 - type: "plot"
23336   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23337   algorithm: "plot_throughput_speedup_analysis"
23338   output-file-type: ".html"
23339   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23341   filter: "'NIC_Intel-X710' and
23342            '64B' and
23343            ('BASE' or 'SCALE') and
23344            'NDRPDR' and
23345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23346            not 'VHOST' and
23347            'MEMIF'"
23348   parameters:
23349   - "throughput"
23350   - "parent"
23351   - "tags"
23352   sort:
23353   - "L2XCFWD"
23354   - "L2XCFWD"
23355   - "L2XCFWD"
23356   - "L2BDMACLRN"
23357   - "L2BDMACLRN"
23358   - "L2BDMACLRN"
23359   - "IP4FWD"
23360   layout:
23361     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23362     layout: "plot-throughput-speedup-analysis"
23363
23364 # Speedup - VPP Container Memif 2n-skx-x710
23365 - type: "plot"
23366   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23367   algorithm: "plot_throughput_speedup_analysis"
23368   output-file-type: ".html"
23369   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23371   filter: "'NIC_Intel-X710' and
23372            '64B' and
23373            ('BASE' or 'SCALE') and
23374            'NDRPDR' and
23375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23376            not 'VHOST' and
23377            not 'NF_DENSITY' and
23378            'MEMIF'"
23379   parameters:
23380   - "throughput"
23381   - "parent"
23382   - "tags"
23383   sort:
23384   - "L2XCFWD"
23385   - "L2XCFWD"
23386   - "L2XCFWD"
23387   - "L2BDMACLRN"
23388   - "L2BDMACLRN"
23389   - "L2BDMACLRN"
23390   - "IP4FWD"
23391   layout:
23392     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23393     layout: "plot-throughput-speedup-analysis"
23394
23395 - type: "plot"
23396   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23397   algorithm: "plot_throughput_speedup_analysis"
23398   output-file-type: ".html"
23399   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23401   filter: "'NIC_Intel-X710' and
23402            '64B' and
23403            ('BASE' or 'SCALE') and
23404            'NDRPDR' and
23405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23406            not 'VHOST' and
23407            not 'NF_DENSITY' and
23408            'MEMIF'"
23409   parameters:
23410   - "throughput"
23411   - "parent"
23412   - "tags"
23413   sort:
23414   - "L2XCFWD"
23415   - "L2XCFWD"
23416   - "L2XCFWD"
23417   - "L2BDMACLRN"
23418   - "L2BDMACLRN"
23419   - "L2BDMACLRN"
23420   - "IP4FWD"
23421   layout:
23422     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23423     layout: "plot-throughput-speedup-analysis"
23424
23425 ## Speedup - VPP Container Memif 2n-skx-xxv710
23426 #- type: "plot"
23427 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23428 #  algorithm: "plot_throughput_speedup_analysis"
23429 #  output-file-type: ".html"
23430 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23431 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23432 #  filter: "'NIC_Intel-XXV710' and
23433 #           '64B' and
23434 #           ('BASE' or 'SCALE') and
23435 #           'NDRPDR' and
23436 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23437 #           not 'VHOST' and
23438 #           'MEMIF'"
23439 #  parameters:
23440 #  - "throughput"
23441 #  - "parent"
23442 #  - "tags"
23443 #  sort:
23444 #  - "L2XCFWD"
23445 #  - "L2XCFWD"
23446 #  - "L2XCFWD"
23447 #  - "L2BDMACLRN"
23448 #  - "L2BDMACLRN"
23449 #  - "L2BDMACLRN"
23450 #  - "IP4FWD"
23451 #  layout:
23452 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23453 #    layout: "plot-throughput-speedup-analysis"
23454 #
23455 #- type: "plot"
23456 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23457 #  algorithm: "plot_throughput_speedup_analysis"
23458 #  output-file-type: ".html"
23459 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23460 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23461 #  filter: "'NIC_Intel-XXV710' and
23462 #           '64B' and
23463 #           ('BASE' or 'SCALE') and
23464 #           'NDRPDR' and
23465 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23466 #           not 'VHOST' and
23467 #           'MEMIF'"
23468 #  parameters:
23469 #  - "throughput"
23470 #  - "parent"
23471 #  - "tags"
23472 #  sort:
23473 #  - "L2XCFWD"
23474 #  - "L2XCFWD"
23475 #  - "L2XCFWD"
23476 #  - "L2BDMACLRN"
23477 #  - "L2BDMACLRN"
23478 #  - "L2BDMACLRN"
23479 #  - "IP4FWD"
23480 #  layout:
23481 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23482 #    layout: "plot-throughput-speedup-analysis"
23483
23484 ################################################################################
23485
23486 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23487 #- type: "plot"
23488 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23489 #  algorithm: "plot_throughput_speedup_analysis"
23490 #  output-file-type: ".html"
23491 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23492 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23493 #  filter: "'NIC_Intel-X520-DA2' and
23494 #           '64B' and
23495 #           ('BASE' or 'SCALE') and
23496 #           'NDRPDR' and
23497 #           'L2XCFWD' and
23498 #           not 'VHOST' and
23499 #           not 'NF_DENSITY' and
23500 #           'MEMIF'"
23501 #  parameters:
23502 #  - "throughput"
23503 #  - "parent"
23504 #  - "tags"
23505 #  sort:
23506 #  - "1VNF"
23507 #  - "2VNF"
23508 #  - "4VNF"
23509 #  - "2VNF"
23510 #  - "4VNF"
23511 #  layout:
23512 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23513 #    layout: "plot-throughput-speedup-analysis"
23514 #
23515 #- type: "plot"
23516 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23517 #  algorithm: "plot_throughput_speedup_analysis"
23518 #  output-file-type: ".html"
23519 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23520 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23521 #  filter: "'NIC_Intel-X520-DA2' and
23522 #           '64B' and
23523 #           ('BASE' or 'SCALE') and
23524 #           'NDRPDR' and
23525 #           'L2XCFWD' and
23526 #           not 'VHOST' and
23527 #           not 'NF_DENSITY' and
23528 #           'MEMIF'"
23529 #  parameters:
23530 #  - "throughput"
23531 #  - "parent"
23532 #  - "tags"
23533 #  sort:
23534 #  - "1VNF"
23535 #  - "2VNF"
23536 #  - "4VNF"
23537 #  - "2VNF"
23538 #  - "4VNF"
23539 #  layout:
23540 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23541 #    layout: "plot-throughput-speedup-analysis"
23542 #
23543 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23544 #- type: "plot"
23545 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23546 #  algorithm: "plot_throughput_speedup_analysis"
23547 #  output-file-type: ".html"
23548 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23549 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23550 #  filter: "'NIC_Intel-X520-DA2' and
23551 #           '64B' and
23552 #           ('BASE' or 'SCALE') and
23553 #           'NDRPDR' and
23554 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23555 #           not 'VHOST' and
23556 #           not 'NF_DENSITY' and
23557 #           'MEMIF'"
23558 #  parameters:
23559 #  - "throughput"
23560 #  - "parent"
23561 #  - "tags"
23562 #  sort:
23563 #  - "1VNF"
23564 #  - "2VNF"
23565 #  - "4VNF"
23566 #  - "2VNF"
23567 #  - "4VNF"
23568 #  layout:
23569 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23570 #    layout: "plot-throughput-speedup-analysis"
23571 #
23572 #- type: "plot"
23573 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23574 #  algorithm: "plot_throughput_speedup_analysis"
23575 #  output-file-type: ".html"
23576 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23577 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23578 #  filter: "'NIC_Intel-X520-DA2' and
23579 #           '64B' and
23580 #           ('BASE' or 'SCALE') and
23581 #           'NDRPDR' and
23582 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23583 #           not 'VHOST' and
23584 #           not 'NF_DENSITY' and
23585 #           'MEMIF'"
23586 #  parameters:
23587 #  - "throughput"
23588 #  - "parent"
23589 #  - "tags"
23590 #  sort:
23591 #  - "1VNF"
23592 #  - "2VNF"
23593 #  - "4VNF"
23594 #  - "2VNF"
23595 #  - "4VNF"
23596 #  layout:
23597 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23598 #    layout: "plot-throughput-speedup-analysis"
23599 #
23600 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23601 #- type: "plot"
23602 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23603 #  algorithm: "plot_throughput_speedup_analysis"
23604 #  output-file-type: ".html"
23605 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23606 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23607 #  filter: "'NIC_Intel-X710' and
23608 #           '64B' and
23609 #           ('BASE' or 'SCALE') and
23610 #           'NDRPDR' and
23611 #           'L2XCFWD' and
23612 #           not 'VHOST' and
23613 #           not 'NF_DENSITY' and
23614 #           'MEMIF'"
23615 #  parameters:
23616 #  - "throughput"
23617 #  - "parent"
23618 #  - "tags"
23619 #  sort:
23620 #  - "1VNF"
23621 #  - "2VNF"
23622 #  - "4VNF"
23623 #  - "2VNF"
23624 #  - "4VNF"
23625 #  layout:
23626 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23627 #    layout: "plot-throughput-speedup-analysis"
23628 #
23629 #- type: "plot"
23630 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23631 #  algorithm: "plot_throughput_speedup_analysis"
23632 #  output-file-type: ".html"
23633 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23634 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23635 #  filter: "'NIC_Intel-X710' and
23636 #           '64B' and
23637 #           ('BASE' or 'SCALE') and
23638 #           'NDRPDR' and
23639 #           'L2XCFWD' and
23640 #           not 'VHOST' and
23641 #           not 'NF_DENSITY' and
23642 #           'MEMIF'"
23643 #  parameters:
23644 #  - "throughput"
23645 #  - "parent"
23646 #  - "tags"
23647 #  sort:
23648 #  - "1VNF"
23649 #  - "2VNF"
23650 #  - "4VNF"
23651 #  - "2VNF"
23652 #  - "4VNF"
23653 #  layout:
23654 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23655 #    layout: "plot-throughput-speedup-analysis"
23656 #
23657 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23658 #- type: "plot"
23659 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23660 #  algorithm: "plot_throughput_speedup_analysis"
23661 #  output-file-type: ".html"
23662 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23663 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23664 #  filter: "'NIC_Intel-X710' and
23665 #           '64B' and
23666 #           ('BASE' or 'SCALE') and
23667 #           'NDRPDR' and
23668 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23669 #           not 'VHOST' and
23670 #           not 'NF_DENSITY' and
23671 #           'MEMIF'"
23672 #  parameters:
23673 #  - "throughput"
23674 #  - "parent"
23675 #  - "tags"
23676 #  sort:
23677 #  - "1VNF"
23678 #  - "2VNF"
23679 #  - "4VNF"
23680 #  - "2VNF"
23681 #  - "4VNF"
23682 #  layout:
23683 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23684 #    layout: "plot-throughput-speedup-analysis"
23685 #
23686 #- type: "plot"
23687 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23688 #  algorithm: "plot_throughput_speedup_analysis"
23689 #  output-file-type: ".html"
23690 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23691 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23692 #  filter: "'NIC_Intel-X710' and
23693 #           '64B' and
23694 #           ('BASE' or 'SCALE') and
23695 #           'NDRPDR' and
23696 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23697 #           not 'VHOST' and
23698 #           not 'NF_DENSITY' and
23699 #           'MEMIF'"
23700 #  parameters:
23701 #  - "throughput"
23702 #  - "parent"
23703 #  - "tags"
23704 #  sort:
23705 #  - "1VNF"
23706 #  - "2VNF"
23707 #  - "4VNF"
23708 #  - "2VNF"
23709 #  - "4VNF"
23710 #  layout:
23711 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23712 #    layout: "plot-throughput-speedup-analysis"
23713
23714 ################################################################################
23715
23716 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23717 - type: "plot"
23718   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23719   algorithm: "plot_throughput_speedup_analysis"
23720   output-file-type: ".html"
23721   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23723   filter: "'NIC_Intel-X520-DA2' and
23724            '64B' and
23725            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23726            'NDRPDR' and
23727            'IP4FWD' and
23728            not 'IPSEC' and
23729            not 'DOT1Q' and
23730            not 'VHOST'"
23731   parameters:
23732   - "throughput"
23733   - "parent"
23734   - "tags"
23735   sort:
23736   - "DOT1Q"
23737   - "IP4BASE"
23738   - "FIB_20K"
23739   - "FIB_200K"
23740   - "FIB_2M"
23741   layout:
23742     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23743     layout: "plot-throughput-speedup-analysis"
23744
23745 - type: "plot"
23746   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23747   algorithm: "plot_throughput_speedup_analysis"
23748   output-file-type: ".html"
23749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23751   filter: "'NIC_Intel-X520-DA2' and
23752            '64B' and
23753            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23754            'NDRPDR' and
23755            'IP4FWD' and
23756            not 'IPSEC' and
23757            not 'DOT1Q' and
23758            not 'VHOST'"
23759   parameters:
23760   - "throughput"
23761   - "parent"
23762   - "tags"
23763   sort:
23764   - "DOT1Q"
23765   - "IP4BASE"
23766   - "FIB_20K"
23767   - "FIB_200K"
23768   - "FIB_2M"
23769   layout:
23770     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23771     layout: "plot-throughput-speedup-analysis"
23772
23773 # Speedup - VPP IPv4 3n-hsw-x520 features
23774 - type: "plot"
23775   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23776   algorithm: "plot_throughput_speedup_analysis"
23777   output-file-type: ".html"
23778   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23780   filter: "'NIC_Intel-X520-DA2' and
23781            '64B' and
23782            ('IP4BASE' or
23783             'POLICE_MARK' or
23784             'COPWHLIST' or
23785             ('NAT44' and 'BASE') or
23786             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23787            'NDRPDR' and
23788            'IP4FWD' and
23789            not 'IPSEC' and
23790            not 'VHOST'"
23791   parameters:
23792   - "throughput"
23793   - "parent"
23794   - "tags"
23795   sort:
23796   - "DOT1Q"
23797   - "IP4BASE"
23798   - "NAT44"
23799   - "POLICE_MARK"
23800   - "COPWHLIST"
23801   - "IACL"
23802   - "OACL"
23803   layout:
23804     title: "ip4-3n-hsw-x520-64b-features-ndr"
23805     layout: "plot-throughput-speedup-analysis"
23806
23807 - type: "plot"
23808   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23809   algorithm: "plot_throughput_speedup_analysis"
23810   output-file-type: ".html"
23811   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23813   filter: "'NIC_Intel-X520-DA2' and
23814            '64B' and
23815            ('IP4BASE' or
23816             'POLICE_MARK' or
23817             'COPWHLIST' or
23818             ('NAT44' and 'BASE') or
23819             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23820            'NDRPDR' and
23821            'IP4FWD' and
23822            not 'IPSEC' and
23823            not 'VHOST'"
23824   parameters:
23825   - "throughput"
23826   - "parent"
23827   - "tags"
23828   sort:
23829   - "DOT1Q"
23830   - "IP4BASE"
23831   - "NAT44"
23832   - "POLICE_MARK"
23833   - "COPWHLIST"
23834   - "IACL"
23835   - "OACL"
23836   layout:
23837     title: "ip4-3n-hsw-x520-64b-features-pdr"
23838     layout: "plot-throughput-speedup-analysis"
23839
23840 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23841 - type: "plot"
23842   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23843   algorithm: "plot_throughput_speedup_analysis"
23844   output-file-type: ".html"
23845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23847   filter: "'NIC_Intel-X520-DA2' and
23848            '64B' and
23849            'NDRPDR' and
23850            'IP4FWD' and
23851            ('NAT44' or 'IP4BASE') and
23852            not 'DOT1Q' and
23853            not 'IPSEC' and
23854            not 'VHOST'"
23855   parameters:
23856   - "throughput"
23857   - "parent"
23858   - "tags"
23859   sort:
23860   - "IP4BASE"
23861   - "BASE"
23862   - "SRC_USER_10"
23863   - "SRC_USER_100"
23864   - "SRC_USER_1000"
23865   - "SRC_USER_2000"
23866   layout:
23867     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23868     layout: "plot-throughput-speedup-analysis"
23869
23870 - type: "plot"
23871   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23872   algorithm: "plot_throughput_speedup_analysis"
23873   output-file-type: ".html"
23874   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23876   filter: "'NIC_Intel-X520-DA2' and
23877            '64B' and
23878            'NDRPDR' and
23879            'IP4FWD' and
23880            ('NAT44' or 'IP4BASE') and
23881            not 'DOT1Q' and
23882            not 'IPSEC' and
23883            not 'VHOST'"
23884   parameters:
23885   - "throughput"
23886   - "parent"
23887   - "tags"
23888   sort:
23889   - "IP4BASE"
23890   - "BASE"
23891   - "SRC_USER_10"
23892   - "SRC_USER_100"
23893   - "SRC_USER_1000"
23894   - "SRC_USER_2000"
23895   layout:
23896     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23897     layout: "plot-throughput-speedup-analysis"
23898
23899 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23900 - type: "plot"
23901   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23902   algorithm: "plot_throughput_speedup_analysis"
23903   output-file-type: ".html"
23904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23906   filter: "'NIC_Intel-X520-DA2' and
23907            '64B' and
23908            'NDRPDR' and
23909            'IP4FWD' and
23910            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23911            not 'IPSEC' and
23912            not 'DOT1Q' and
23913            not 'VHOST'"
23914   parameters:
23915   - "throughput"
23916   - "parent"
23917   - "tags"
23918   sort:
23919   - "IP4BASE"
23920   - "ACL_STATELESS"
23921   - "ACL_STATEFUL"
23922   - "ACL_STATELESS"
23923   - "ACL_STATEFUL"
23924   layout:
23925     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23926     layout: "plot-throughput-speedup-analysis"
23927
23928 - type: "plot"
23929   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23930   algorithm: "plot_throughput_speedup_analysis"
23931   output-file-type: ".html"
23932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23934   filter: "'NIC_Intel-X520-DA2' and
23935            '64B' and
23936            'NDRPDR' and
23937            'IP4FWD' and
23938            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23939            not 'IPSEC' and
23940            not 'DOT1Q' and
23941            not 'VHOST'"
23942   parameters:
23943   - "throughput"
23944   - "parent"
23945   - "tags"
23946   sort:
23947   - "IP4BASE"
23948   - "ACL_STATELESS"
23949   - "ACL_STATEFUL"
23950   - "ACL_STATELESS"
23951   - "ACL_STATEFUL"
23952   layout:
23953     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23954     layout: "plot-throughput-speedup-analysis"
23955
23956 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23957 - type: "plot"
23958   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23959   algorithm: "plot_throughput_speedup_analysis"
23960   output-file-type: ".html"
23961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23963   filter: "'NIC_Intel-X520-DA2' and
23964            '64B' and
23965            'NDRPDR' and
23966            'IP4FWD' and
23967            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23968            not 'IPSEC' and
23969            not 'DOT1Q' and
23970            not 'VHOST'"
23971   parameters:
23972   - "throughput"
23973   - "parent"
23974   - "tags"
23975   sort:
23976   - "IP4BASE"
23977   - "ACL_STATELESS"
23978   - "ACL_STATEFUL"
23979   - "ACL_STATELESS"
23980   - "ACL_STATEFUL"
23981   layout:
23982     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23983     layout: "plot-throughput-speedup-analysis"
23984
23985 - type: "plot"
23986   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23987   algorithm: "plot_throughput_speedup_analysis"
23988   output-file-type: ".html"
23989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23991   filter: "'NIC_Intel-X520-DA2' and
23992            '64B' and
23993            'NDRPDR' and
23994            'IP4FWD' and
23995            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23996            not 'IPSEC' and
23997            not 'DOT1Q' and
23998            not 'VHOST'"
23999   parameters:
24000   - "throughput"
24001   - "parent"
24002   - "tags"
24003   sort:
24004   - "IP4BASE"
24005   - "ACL_STATELESS"
24006   - "ACL_STATEFUL"
24007   - "ACL_STATELESS"
24008   - "ACL_STATEFUL"
24009   layout:
24010     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24011     layout: "plot-throughput-speedup-analysis"
24012
24013 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24014 - type: "plot"
24015   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24016   algorithm: "plot_throughput_speedup_analysis"
24017   output-file-type: ".html"
24018   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24020   filter: "'NIC_Intel-X710' and
24021            '64B' and
24022            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24023            'NDRPDR' and
24024            'IP4FWD' and
24025            not 'IPSEC' and
24026            not 'DOT1Q' and
24027            not 'VHOST'"
24028   parameters:
24029   - "throughput"
24030   - "parent"
24031   - "tags"
24032   sort:
24033   - "IP4BASE"
24034   - "FIB_20K"
24035   - "FIB_200K"
24036   - "FIB_2M"
24037   layout:
24038     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24039     layout: "plot-throughput-speedup-analysis"
24040
24041 - type: "plot"
24042   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24043   algorithm: "plot_throughput_speedup_analysis"
24044   output-file-type: ".html"
24045   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24047   filter: "'NIC_Intel-X710' and
24048            '64B' and
24049            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24050            'NDRPDR' and
24051            'IP4FWD' and
24052            not 'IPSEC' and
24053            not 'DOT1Q' and
24054            not 'VHOST'"
24055   parameters:
24056   - "throughput"
24057   - "parent"
24058   - "tags"
24059   sort:
24060   - "IP4BASE"
24061   - "FIB_20K"
24062   - "FIB_200K"
24063   - "FIB_2M"
24064   layout:
24065     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24066     layout: "plot-throughput-speedup-analysis"
24067
24068 # Speedup - VPP IPv4 3n-hsw-x710 features
24069 - type: "plot"
24070   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24071   algorithm: "plot_throughput_speedup_analysis"
24072   output-file-type: ".html"
24073   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24074   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24075   filter: "'NIC_Intel-X710' and
24076            '64B' and
24077            ('IP4BASE' or
24078             'POLICE_MARK' or
24079             'COPWHLIST' or
24080             ('NAT44' and 'BASE') or
24081             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24082            'NDRPDR' and
24083            'IP4FWD' and
24084            not 'IPSEC' and
24085            not 'VHOST'"
24086   parameters:
24087   - "throughput"
24088   - "parent"
24089   - "tags"
24090   sort:
24091   - "DOT1Q"
24092   - "IP4BASE"
24093   - "NAT44"
24094   - "POLICE_MARK"
24095   - "COPWHLIST"
24096   - "IACL"
24097   - "OACL"
24098   layout:
24099     title: "ip4-3n-hsw-x710-64b-features-ndr"
24100     layout: "plot-throughput-speedup-analysis"
24101
24102 - type: "plot"
24103   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24104   algorithm: "plot_throughput_speedup_analysis"
24105   output-file-type: ".html"
24106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24108   filter: "'NIC_Intel-X710' and
24109            '64B' and
24110            ('IP4BASE' or
24111             'POLICE_MARK' or
24112             'COPWHLIST' or
24113             ('NAT44' and 'BASE') or
24114             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24115            'NDRPDR' and
24116            'IP4FWD' and
24117            not 'IPSEC' and
24118            not 'VHOST'"
24119   parameters:
24120   - "throughput"
24121   - "parent"
24122   - "tags"
24123   sort:
24124   - "DOT1Q"
24125   - "IP4BASE"
24126   - "NAT44"
24127   - "POLICE_MARK"
24128   - "COPWHLIST"
24129   - "IACL"
24130   - "OACL"
24131   layout:
24132     title: "ip4-3n-hsw-x710-64b-features-pdr"
24133     layout: "plot-throughput-speedup-analysis"
24134
24135 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24136 - type: "plot"
24137   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24138   algorithm: "plot_throughput_speedup_analysis"
24139   output-file-type: ".html"
24140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24142   filter: "'NIC_Intel-X710' and
24143            '64B' and
24144            'NDRPDR' and
24145            'IP4FWD' and
24146            ('NAT44' or 'IP4BASE') and
24147            not 'IPSEC' and
24148            not 'VHOST'"
24149   parameters:
24150   - "throughput"
24151   - "parent"
24152   - "tags"
24153   sort:
24154   - "IP4BASE"
24155   - "BASE"
24156   - "SRC_USER_10"
24157   - "SRC_USER_100"
24158   - "SRC_USER_1000"
24159   - "SRC_USER_2000"
24160   layout:
24161     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24162     layout: "plot-throughput-speedup-analysis"
24163
24164 - type: "plot"
24165   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24166   algorithm: "plot_throughput_speedup_analysis"
24167   output-file-type: ".html"
24168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24170   filter: "'NIC_Intel-X710' and
24171            '64B' and
24172            'NDRPDR' and
24173            'IP4FWD' and
24174            ('NAT44' or 'IP4BASE') and
24175            not 'IPSEC' and
24176            not 'VHOST'"
24177   parameters:
24178   - "throughput"
24179   - "parent"
24180   - "tags"
24181   sort:
24182   - "IP4BASE"
24183   - "BASE"
24184   - "SRC_USER_10"
24185   - "SRC_USER_100"
24186   - "SRC_USER_1000"
24187   - "SRC_USER_2000"
24188   layout:
24189     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24190     layout: "plot-throughput-speedup-analysis"
24191
24192 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24193 - type: "plot"
24194   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24195   algorithm: "plot_throughput_speedup_analysis"
24196   output-file-type: ".html"
24197   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24199   filter: "'NIC_Intel-X710' and
24200            '64B' and
24201            'NDRPDR' and
24202            'IP4FWD' and
24203            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24204            not 'IPSEC' and
24205            not 'VHOST'"
24206   parameters:
24207   - "throughput"
24208   - "parent"
24209   - "tags"
24210   sort:
24211   - "IP4BASE"
24212   - "ACL_STATELESS"
24213   - "ACL_STATEFUL"
24214   - "ACL_STATELESS"
24215   - "ACL_STATEFUL"
24216   layout:
24217     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24218     layout: "plot-throughput-speedup-analysis"
24219
24220 - type: "plot"
24221   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24222   algorithm: "plot_throughput_speedup_analysis"
24223   output-file-type: ".html"
24224   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24226   filter: "'NIC_Intel-X710' and
24227            '64B' and
24228            'NDRPDR' and
24229            'IP4FWD' and
24230            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24231            not 'IPSEC' and
24232            not 'VHOST'"
24233   parameters:
24234   - "throughput"
24235   - "parent"
24236   - "tags"
24237   sort:
24238   - "IP4BASE"
24239   - "ACL_STATELESS"
24240   - "ACL_STATEFUL"
24241   - "ACL_STATELESS"
24242   - "ACL_STATEFUL"
24243   layout:
24244     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24245     layout: "plot-throughput-speedup-analysis"
24246
24247 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24248 - type: "plot"
24249   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24250   algorithm: "plot_throughput_speedup_analysis"
24251   output-file-type: ".html"
24252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24254   filter: "'NIC_Intel-XL710' and
24255            '64B' and
24256            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24257            'NDRPDR' and
24258            'IP4FWD' and
24259            not 'IPSEC' and
24260            not 'VHOST'"
24261   parameters:
24262   - "throughput"
24263   - "parent"
24264   - "tags"
24265   sort:
24266   - "IP4BASE"
24267   - "FIB_20K"
24268   - "FIB_200K"
24269   - "FIB_2M"
24270   layout:
24271     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24272     layout: "plot-throughput-speedup-analysis"
24273
24274 - type: "plot"
24275   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24276   algorithm: "plot_throughput_speedup_analysis"
24277   output-file-type: ".html"
24278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24280   filter: "'NIC_Intel-XL710' and
24281            '64B' and
24282            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24283            'NDRPDR' and
24284            'IP4FWD' and
24285            not 'IPSEC' and
24286            not 'VHOST'"
24287   parameters:
24288   - "throughput"
24289   - "parent"
24290   - "tags"
24291   sort:
24292   - "IP4BASE"
24293   - "FIB_20K"
24294   - "FIB_200K"
24295   - "FIB_2M"
24296   layout:
24297     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24298     layout: "plot-throughput-speedup-analysis"
24299
24300 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24301 - type: "plot"
24302   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24303   algorithm: "plot_throughput_speedup_analysis"
24304   output-file-type: ".html"
24305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24307   filter: "'NIC_Intel-X710' 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 'DOT1Q' and
24314            not 'VHOST'"
24315   parameters:
24316   - "throughput"
24317   - "parent"
24318   - "tags"
24319   sort:
24320   - "IP4BASE"
24321   - "FIB_20K"
24322   - "FIB_200K"
24323   - "FIB_2M"
24324   layout:
24325     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24326     layout: "plot-throughput-speedup-analysis"
24327
24328 - type: "plot"
24329   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24330   algorithm: "plot_throughput_speedup_analysis"
24331   output-file-type: ".html"
24332   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24334   filter: "'NIC_Intel-X710' and
24335            '64B' and
24336            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24337            'NDRPDR' and
24338            'IP4FWD' and
24339            not 'IPSEC' and
24340            not 'DOT1Q' and
24341            not 'VHOST'"
24342   parameters:
24343   - "throughput"
24344   - "parent"
24345   - "tags"
24346   sort:
24347   - "IP4BASE"
24348   - "FIB_20K"
24349   - "FIB_200K"
24350   - "FIB_2M"
24351   layout:
24352     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24353     layout: "plot-throughput-speedup-analysis"
24354
24355 # Speedup - VPP IPv4 3n-skx-x710 features
24356 - type: "plot"
24357   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24358   algorithm: "plot_throughput_speedup_analysis"
24359   output-file-type: ".html"
24360   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24362   filter: "'NIC_Intel-X710' and
24363            '64B' and
24364            ('IP4BASE' or
24365             'POLICE_MARK' or
24366             'COPWHLIST' or
24367             ('NAT44' and 'BASE') or
24368             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24369            'NDRPDR' and
24370            'IP4FWD' and
24371            not 'IPSEC' and
24372            not 'VHOST'"
24373   parameters:
24374   - "throughput"
24375   - "parent"
24376   - "tags"
24377   sort:
24378   - "DOT1Q"
24379   - "IP4BASE"
24380   - "NAT44"
24381   - "POLICE_MARK"
24382   - "COPWHLIST"
24383   - "IACL"
24384   - "OACL"
24385   layout:
24386     title: "ip4-3n-skx-x710-64b-features-ndr"
24387     layout: "plot-throughput-speedup-analysis"
24388
24389 - type: "plot"
24390   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24391   algorithm: "plot_throughput_speedup_analysis"
24392   output-file-type: ".html"
24393   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24395   filter: "'NIC_Intel-X710' and
24396            '64B' and
24397            ('IP4BASE' or
24398             'POLICE_MARK' or
24399             'COPWHLIST' or
24400             ('NAT44' and 'BASE') or
24401             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24402            'NDRPDR' and
24403            'IP4FWD' and
24404            not 'IPSEC' and
24405            not 'VHOST'"
24406   parameters:
24407   - "throughput"
24408   - "parent"
24409   - "tags"
24410   sort:
24411   - "DOT1Q"
24412   - "IP4BASE"
24413   - "NAT44"
24414   - "POLICE_MARK"
24415   - "COPWHLIST"
24416   - "IACL"
24417   - "OACL"
24418   layout:
24419     title: "ip4-3n-skx-x710-64b-features-pdr"
24420     layout: "plot-throughput-speedup-analysis"
24421
24422 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24423 - type: "plot"
24424   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24425   algorithm: "plot_throughput_speedup_analysis"
24426   output-file-type: ".html"
24427   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24429   filter: "'NIC_Intel-X710' and
24430            '64B' and
24431            'NDRPDR' and
24432            'IP4FWD' and
24433            ('NAT44' or 'IP4BASE') and
24434            not 'IPSEC' and
24435            not 'VHOST'"
24436   parameters:
24437   - "throughput"
24438   - "parent"
24439   - "tags"
24440   sort:
24441   - "IP4BASE"
24442   - "BASE"
24443   - "SRC_USER_10"
24444   - "SRC_USER_100"
24445   - "SRC_USER_1000"
24446   - "SRC_USER_2000"
24447   layout:
24448     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24449     layout: "plot-throughput-speedup-analysis"
24450
24451 - type: "plot"
24452   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24453   algorithm: "plot_throughput_speedup_analysis"
24454   output-file-type: ".html"
24455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24457   filter: "'NIC_Intel-X710' and
24458            '64B' and
24459            'NDRPDR' and
24460            'IP4FWD' and
24461            ('NAT44' or 'IP4BASE') and
24462            not 'IPSEC' and
24463            not 'VHOST'"
24464   parameters:
24465   - "throughput"
24466   - "parent"
24467   - "tags"
24468   sort:
24469   - "IP4BASE"
24470   - "BASE"
24471   - "SRC_USER_10"
24472   - "SRC_USER_100"
24473   - "SRC_USER_1000"
24474   - "SRC_USER_2000"
24475   layout:
24476     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24477     layout: "plot-throughput-speedup-analysis"
24478
24479 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24480 - type: "plot"
24481   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24482   algorithm: "plot_throughput_speedup_analysis"
24483   output-file-type: ".html"
24484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24486   filter: "'NIC_Intel-X710' and
24487            '64B' and
24488            'NDRPDR' and
24489            'IP4FWD' and
24490            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24491            not 'IPSEC' and
24492            not 'VHOST'"
24493   parameters:
24494   - "throughput"
24495   - "parent"
24496   - "tags"
24497   sort:
24498   - "IP4BASE"
24499   - "ACL_STATELESS"
24500   - "ACL_STATEFUL"
24501   - "ACL_STATELESS"
24502   - "ACL_STATEFUL"
24503   layout:
24504     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24505     layout: "plot-throughput-speedup-analysis"
24506
24507 - type: "plot"
24508   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24509   algorithm: "plot_throughput_speedup_analysis"
24510   output-file-type: ".html"
24511   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24513   filter: "'NIC_Intel-X710' and
24514            '64B' and
24515            'NDRPDR' and
24516            'IP4FWD' and
24517            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24518            not 'IPSEC' and
24519            not 'VHOST'"
24520   parameters:
24521   - "throughput"
24522   - "parent"
24523   - "tags"
24524   sort:
24525   - "IP4BASE"
24526   - "ACL_STATELESS"
24527   - "ACL_STATEFUL"
24528   - "ACL_STATELESS"
24529   - "ACL_STATEFUL"
24530   layout:
24531     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24532     layout: "plot-throughput-speedup-analysis"
24533
24534 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24535 #- type: "plot"
24536 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24537 #  algorithm: "plot_throughput_speedup_analysis"
24538 #  output-file-type: ".html"
24539 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24540 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24541 #  filter: "'NIC_Intel-X710' and
24542 #           '64B' and
24543 #           'NDRPDR' and
24544 #           'IP4FWD' and
24545 #           'OACL' and
24546 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24547 #           not 'IPSEC' and
24548 #           not 'VHOST'"
24549 #  parameters:
24550 #  - "throughput"
24551 #  - "parent"
24552 #  - "tags"
24553 #  sort:
24554 #  - "ACL_STATELESS"
24555 #  - "ACL_STATEFUL"
24556 #  - "ACL_STATELESS"
24557 #  - "ACL_STATEFUL"
24558 #  layout:
24559 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24560 #    layout: "plot-throughput-speedup-analysis"
24561 #
24562 #- type: "plot"
24563 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24564 #  algorithm: "plot_throughput_speedup_analysis"
24565 #  output-file-type: ".html"
24566 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24567 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24568 #  filter: "'NIC_Intel-X710' and
24569 #           '64B' and
24570 #           'NDRPDR' and
24571 #           'IP4FWD' and
24572 #           'OACL' and
24573 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24574 #           not 'IPSEC' and
24575 #           not 'VHOST'"
24576 #  parameters:
24577 #  - "throughput"
24578 #  - "parent"
24579 #  - "tags"
24580 #  sort:
24581 #  - "ACL_STATELESS"
24582 #  - "ACL_STATEFUL"
24583 #  - "ACL_STATELESS"
24584 #  - "ACL_STATEFUL"
24585 #  layout:
24586 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24587 #    layout: "plot-throughput-speedup-analysis"
24588
24589 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24590 - type: "plot"
24591   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24592   algorithm: "plot_throughput_speedup_analysis"
24593   output-file-type: ".html"
24594   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24596   filter: "'NIC_Intel-X710' and
24597            '64B' and
24598            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24599            'NDRPDR' and
24600            'IP4FWD' and
24601            not 'IPSEC' and
24602            not 'DOT1Q' and
24603            not 'VHOST'"
24604   parameters:
24605   - "throughput"
24606   - "parent"
24607   - "tags"
24608   sort:
24609   - "IP4BASE"
24610   - "FIB_20K"
24611   - "FIB_200K"
24612   - "FIB_2M"
24613   layout:
24614     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24615     layout: "plot-throughput-speedup-analysis"
24616
24617 - type: "plot"
24618   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24619   algorithm: "plot_throughput_speedup_analysis"
24620   output-file-type: ".html"
24621   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24623   filter: "'NIC_Intel-X710' and
24624            '64B' and
24625            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24626            'NDRPDR' and
24627            'IP4FWD' and
24628            not 'IPSEC' and
24629            not 'DOT1Q' and
24630            not 'VHOST'"
24631   parameters:
24632   - "throughput"
24633   - "parent"
24634   - "tags"
24635   sort:
24636   - "IP4BASE"
24637   - "FIB_20K"
24638   - "FIB_200K"
24639   - "FIB_2M"
24640   layout:
24641     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24642     layout: "plot-throughput-speedup-analysis"
24643
24644 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24645 - type: "plot"
24646   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24647   algorithm: "plot_throughput_speedup_analysis"
24648   output-file-type: ".html"
24649   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24651   filter: "'NIC_Intel-X710' and
24652            '64B' and
24653            'NDRPDR' and
24654            'IP4FWD' and
24655            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24656            not 'IPSEC' and
24657            not 'VHOST'"
24658   parameters:
24659   - "throughput"
24660   - "parent"
24661   - "tags"
24662   sort:
24663   - "IP4BASE"
24664   - "ACL_STATELESS"
24665   - "ACL_STATEFUL"
24666   - "ACL_STATELESS"
24667   - "ACL_STATEFUL"
24668   layout:
24669     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24670     layout: "plot-throughput-speedup-analysis"
24671
24672 - type: "plot"
24673   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24674   algorithm: "plot_throughput_speedup_analysis"
24675   output-file-type: ".html"
24676   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24678   filter: "'NIC_Intel-X710' and
24679            '64B' and
24680            'NDRPDR' and
24681            'IP4FWD' and
24682            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24683            not 'IPSEC' and
24684            not 'VHOST'"
24685   parameters:
24686   - "throughput"
24687   - "parent"
24688   - "tags"
24689   sort:
24690   - "IP4BASE"
24691   - "ACL_STATELESS"
24692   - "ACL_STATEFUL"
24693   - "ACL_STATELESS"
24694   - "ACL_STATEFUL"
24695   layout:
24696     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24697     layout: "plot-throughput-speedup-analysis"
24698
24699 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24700 - type: "plot"
24701   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24702   algorithm: "plot_throughput_speedup_analysis"
24703   output-file-type: ".html"
24704   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24706   filter: "'NIC_Intel-XXV710' and
24707            '64B' and
24708            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24709            'NDRPDR' and
24710            'IP4FWD' and
24711            not 'IPSEC' and
24712            not 'DOT1Q' and
24713            not 'VHOST'"
24714   parameters:
24715   - "throughput"
24716   - "parent"
24717   - "tags"
24718   sort:
24719   - "IP4BASE"
24720   - "FIB_20K"
24721   - "FIB_200K"
24722   - "FIB_2M"
24723   layout:
24724     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24725     layout: "plot-throughput-speedup-analysis"
24726
24727 - type: "plot"
24728   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24729   algorithm: "plot_throughput_speedup_analysis"
24730   output-file-type: ".html"
24731   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24733   filter: "'NIC_Intel-XXV710' and
24734            '64B' and
24735            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24736            'NDRPDR' and
24737            'IP4FWD' and
24738            not 'IPSEC' and
24739            not 'DOT1Q' and
24740            not 'VHOST'"
24741   parameters:
24742   - "throughput"
24743   - "parent"
24744   - "tags"
24745   sort:
24746   - "IP4BASE"
24747   - "FIB_20K"
24748   - "FIB_200K"
24749   - "FIB_2M"
24750   layout:
24751     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24752     layout: "plot-throughput-speedup-analysis"
24753
24754 ## Speedup - VPP IPv4 2n-dnv-x553 base
24755 #- type: "plot"
24756 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24757 #  algorithm: "plot_throughput_speedup_analysis"
24758 #  output-file-type: ".html"
24759 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24760 #  data: "intel-dnv-vpp"
24761 #  filter: "'NIC_Intel-X553' and
24762 #           '64B' and
24763 #           'IP4BASE' and
24764 #           'NDRPDR' and
24765 #           'IP4FWD' and
24766 #           not 'IPSEC' and
24767 #           not 'VHOST'"
24768 #  parameters:
24769 #  - "throughput"
24770 #  - "parent"
24771 #  - "tags"
24772 #  sort:
24773 #  - "IP4BASE"
24774 #  layout:
24775 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24776 #    layout: "plot-throughput-speedup-analysis"
24777 #
24778 #- type: "plot"
24779 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24780 #  algorithm: "plot_throughput_speedup_analysis"
24781 #  output-file-type: ".html"
24782 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24783 #  data: "intel-dnv-vpp"
24784 #  filter: "'NIC_Intel-X553' and
24785 #           '64B' and
24786 #           'IP4BASE' and
24787 #           'NDRPDR' and
24788 #           'IP4FWD' and
24789 #           not 'IPSEC' and
24790 #           not 'VHOST'"
24791 #  parameters:
24792 #  - "throughput"
24793 #  - "parent"
24794 #  - "tags"
24795 #  sort:
24796 #  - "IP4BASE"
24797 #  layout:
24798 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24799 #    layout: "plot-throughput-speedup-analysis"
24800
24801 ################################################################################
24802
24803 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24804 - type: "plot"
24805   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24806   algorithm: "plot_throughput_speedup_analysis"
24807   output-file-type: ".html"
24808   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24810   filter: "'NIC_Intel-X520-DA2' and
24811            '64B' and
24812            'ENCAP' and
24813            'NDRPDR' and
24814            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24815            not 'DOT1Q' and
24816            not 'VHOST' and
24817            not 'IPSECHW'"
24818   parameters:
24819   - "throughput"
24820   - "parent"
24821   - "tags"
24822   sort:
24823   - "IP4BASE"
24824   - "L2BDMACLRN"
24825   - "L2XCFWD"
24826   - "LISP"
24827   layout:
24828     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24829     layout: "plot-throughput-speedup-analysis"
24830
24831 - type: "plot"
24832   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24833   algorithm: "plot_throughput_speedup_analysis"
24834   output-file-type: ".html"
24835   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24837   filter: "'NIC_Intel-X520-DA2' and
24838            '64B' and
24839            'ENCAP' and
24840            'NDRPDR' and
24841            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24842            not 'DOT1Q' and
24843            not 'VHOST' and
24844            not 'IPSECHW'"
24845   parameters:
24846   - "throughput"
24847   - "parent"
24848   - "tags"
24849   sort:
24850   - "IP4BASE"
24851   - "L2BDMACLRN"
24852   - "L2XCFWD"
24853   - "LISP"
24854   layout:
24855     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24856     layout: "plot-throughput-speedup-analysis"
24857
24858 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24859 - type: "plot"
24860   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24861   algorithm: "plot_throughput_speedup_analysis"
24862   output-file-type: ".html"
24863   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24865   filter: "'NIC_Intel-X710' and
24866            '64B' and
24867            'ENCAP' and
24868            'NDRPDR' and
24869            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24870            not 'VHOST' and
24871            not 'IPSECHW'"
24872   parameters:
24873   - "throughput"
24874   - "parent"
24875   - "tags"
24876   sort:
24877   - "IP4BASE"
24878   - "LISP"
24879   - "VXLAN_1"
24880   - "VXLAN_10"
24881   - "VXLAN_100"
24882   - "VXLAN_1000"
24883   layout:
24884     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24885     layout: "plot-throughput-speedup-analysis"
24886
24887 - type: "plot"
24888   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24889   algorithm: "plot_throughput_speedup_analysis"
24890   output-file-type: ".html"
24891   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24893   filter: "'NIC_Intel-X710' and
24894            '64B' and
24895            'ENCAP' and
24896            'NDRPDR' and
24897            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24898            not 'VHOST' and
24899            not 'IPSECHW'"
24900   parameters:
24901   - "throughput"
24902   - "parent"
24903   - "tags"
24904   sort:
24905   - "IP4BASE"
24906   - "LISP"
24907   - "VXLAN_1"
24908   - "VXLAN_10"
24909   - "VXLAN_100"
24910   - "VXLAN_1000"
24911   layout:
24912     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24913     layout: "plot-throughput-speedup-analysis"
24914
24915 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24916 - type: "plot"
24917   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24918   algorithm: "plot_throughput_speedup_analysis"
24919   output-file-type: ".html"
24920   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24922   filter: "'NIC_Intel-X710' and
24923            '64B' and
24924            'ENCAP' and
24925            'NDRPDR' and
24926            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24927            not 'DOT1Q' and
24928            not 'VHOST' and
24929            not 'IPSECHW'"
24930   parameters:
24931   - "throughput"
24932   - "parent"
24933   - "tags"
24934   sort:
24935   - "IP4BASE"
24936   - "L2BDMACLRN"
24937   - "L2XCFWD"
24938   - "LISP"
24939   layout:
24940     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24941     layout: "plot-throughput-speedup-analysis"
24942
24943 - type: "plot"
24944   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24945   algorithm: "plot_throughput_speedup_analysis"
24946   output-file-type: ".html"
24947   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24949   filter: "'NIC_Intel-X710' and
24950            '64B' and
24951            'ENCAP' and
24952            'NDRPDR' and
24953            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24954            not 'DOT1Q' and
24955            not 'VHOST' and
24956            not 'IPSECHW'"
24957   parameters:
24958   - "throughput"
24959   - "parent"
24960   - "tags"
24961   sort:
24962   - "IP4BASE"
24963   - "L2BDMACLRN"
24964   - "L2XCFWD"
24965   - "LISP"
24966   layout:
24967     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24968     layout: "plot-throughput-speedup-analysis"
24969
24970 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24971 - type: "plot"
24972   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24973   algorithm: "plot_throughput_speedup_analysis"
24974   output-file-type: ".html"
24975   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24977   filter: "'NIC_Intel-X710' and
24978            '64B' and
24979            'ENCAP' and
24980            'NDRPDR' and
24981            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24982            not 'VHOST' and
24983            not 'IPSECHW'"
24984   parameters:
24985   - "throughput"
24986   - "parent"
24987   - "tags"
24988   sort:
24989   - "IP4BASE"
24990   - "LISP"
24991   - "VXLAN_1"
24992   - "VXLAN_10"
24993   - "VXLAN_100"
24994   - "VXLAN_1000"
24995   layout:
24996     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24997     layout: "plot-throughput-speedup-analysis"
24998
24999 - type: "plot"
25000   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25001   algorithm: "plot_throughput_speedup_analysis"
25002   output-file-type: ".html"
25003   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25005   filter: "'NIC_Intel-X710' and
25006            '64B' and
25007            'ENCAP' and
25008            'NDRPDR' and
25009            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25010            not 'VHOST' and
25011            not 'IPSECHW'"
25012   parameters:
25013   - "throughput"
25014   - "parent"
25015   - "tags"
25016   sort:
25017   - "IP4BASE"
25018   - "LISP"
25019   - "VXLAN_1"
25020   - "VXLAN_10"
25021   - "VXLAN_100"
25022   - "VXLAN_1000"
25023   layout:
25024     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25025     layout: "plot-throughput-speedup-analysis"
25026
25027 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25028 - type: "plot"
25029   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25030   algorithm: "plot_throughput_speedup_analysis"
25031   output-file-type: ".html"
25032   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25034   filter: "'NIC_Intel-X710' and
25035            '64B' and
25036            'ENCAP' and
25037            'NDRPDR' and
25038            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25039            not 'DOT1Q' and
25040            not 'VHOST' and
25041            not 'IPSECHW'"
25042   parameters:
25043   - "throughput"
25044   - "parent"
25045   - "tags"
25046   sort:
25047   - "IP4BASE"
25048   - "L2BDMACLRN"
25049   - "L2XCFWD"
25050   - "LISP"
25051   layout:
25052     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25053     layout: "plot-throughput-speedup-analysis"
25054
25055 - type: "plot"
25056   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25057   algorithm: "plot_throughput_speedup_analysis"
25058   output-file-type: ".html"
25059   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25061   filter: "'NIC_Intel-X710' and
25062            '64B' and
25063            'ENCAP' and
25064            'NDRPDR' and
25065            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25066            not 'DOT1Q' and
25067            not 'VHOST' and
25068            not 'IPSECHW'"
25069   parameters:
25070   - "throughput"
25071   - "parent"
25072   - "tags"
25073   sort:
25074   - "IP4BASE"
25075   - "L2BDMACLRN"
25076   - "L2XCFWD"
25077   - "LISP"
25078   layout:
25079     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25080     layout: "plot-throughput-speedup-analysis"
25081
25082 ################################################################################
25083
25084 # Speedup - VPP IPv6 3n-hsw-x520
25085 - type: "plot"
25086   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25087   algorithm: "plot_throughput_speedup_analysis"
25088   output-file-type: ".html"
25089   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25091   filter: "'NIC_Intel-X520-DA2' and
25092            '78B' and
25093            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25094            'NDRPDR' and
25095            'IP6FWD' and
25096            not 'SRv6' and
25097            not 'IPSEC' and
25098            not 'VHOST'"
25099   parameters:
25100   - "throughput"
25101   - "parent"
25102   - "tags"
25103   sort:
25104   - "IP6BASE"
25105   - "FIB_20K"
25106   - "FIB_200K"
25107   - "FIB_2M"
25108   layout:
25109     title: "ip6-3n-hsw-x520-78b-base-ndr"
25110     layout: "plot-throughput-speedup-analysis"
25111
25112 - type: "plot"
25113   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25114   algorithm: "plot_throughput_speedup_analysis"
25115   output-file-type: ".html"
25116   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25118   filter: "'NIC_Intel-X520-DA2' and
25119            '78B' and
25120            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25121            'NDRPDR' and
25122            'IP6FWD' and
25123            not 'SRv6' and
25124            not 'IPSEC' and
25125            not 'VHOST'"
25126   parameters:
25127   - "throughput"
25128   - "parent"
25129   - "tags"
25130   sort:
25131   - "IP6BASE"
25132   - "FIB_20K"
25133   - "FIB_200K"
25134   - "FIB_2M"
25135   layout:
25136     title: "ip6-3n-hsw-x520-78b-base-pdr"
25137     layout: "plot-throughput-speedup-analysis"
25138
25139 # Speedup - VPP IPv6 3n-hsw-x710
25140 - type: "plot"
25141   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25142   algorithm: "plot_throughput_speedup_analysis"
25143   output-file-type: ".html"
25144   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25146   filter: "'NIC_Intel-X710' and
25147            '78B' and
25148            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25149            'NDRPDR' and
25150            'IP6FWD' and
25151            not 'SRv6' and
25152            not 'IPSEC' and
25153            not 'VHOST'"
25154   parameters:
25155   - "throughput"
25156   - "parent"
25157   - "tags"
25158   sort:
25159   - "IP6BASE"
25160   - "FIB_20K"
25161   - "FIB_200K"
25162   - "FIB_2M"
25163   layout:
25164     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25165     layout: "plot-throughput-speedup-analysis"
25166
25167 - type: "plot"
25168   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25169   algorithm: "plot_throughput_speedup_analysis"
25170   output-file-type: ".html"
25171   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25173   filter: "'NIC_Intel-X710' and
25174            '78B' and
25175            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25176            'NDRPDR' and
25177            'IP6FWD' and
25178            not 'SRv6' and
25179            not 'IPSEC' and
25180            not 'VHOST'"
25181   parameters:
25182   - "throughput"
25183   - "parent"
25184   - "tags"
25185   sort:
25186   - "IP6BASE"
25187   - "FIB_20K"
25188   - "FIB_200K"
25189   - "FIB_2M"
25190   layout:
25191     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25192     layout: "plot-throughput-speedup-analysis"
25193
25194 # Speedup - VPP IPv6 3n-hsw-x710 features
25195 - type: "plot"
25196   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25197   algorithm: "plot_throughput_speedup_analysis"
25198   output-file-type: ".html"
25199   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25200   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25201   filter: "'NIC_Intel-X710' and
25202            '78B' and
25203            ('IP6BASE' or
25204             'POLICE_MARK' or
25205             'COPWHLIST' or
25206             'IACLDST') and
25207            'NDRPDR' and
25208            'IP6FWD' and
25209            not 'SRv6' and
25210            not 'IPSEC' and
25211            not 'VHOST'"
25212   parameters:
25213   - "throughput"
25214   - "parent"
25215   - "tags"
25216   sort:
25217   - "IP6BASE"
25218   - "POLICE_MARK"
25219   - "COPWHLIST"
25220   - "IACLDST"
25221   layout:
25222     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25223     layout: "plot-throughput-speedup-analysis"
25224
25225 - type: "plot"
25226   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25227   algorithm: "plot_throughput_speedup_analysis"
25228   output-file-type: ".html"
25229   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25231   filter: "'NIC_Intel-X710' and
25232            '78B' and
25233            ('IP6BASE' or
25234             'POLICE_MARK' or
25235             'COPWHLIST' or
25236             'IACLDST') and
25237            'NDRPDR' and
25238            'IP6FWD' and
25239            not 'SRv6' and
25240            not 'IPSEC' and
25241            not 'VHOST'"
25242   parameters:
25243   - "throughput"
25244   - "parent"
25245   - "tags"
25246   sort:
25247   - "IP6BASE"
25248   - "POLICE_MARK"
25249   - "COPWHLIST"
25250   - "IACLDST"
25251   layout:
25252     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25253     layout: "plot-throughput-speedup-analysis"
25254
25255 # Speedup - VPP IPv6 3n-hsw-xl710
25256 - type: "plot"
25257   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25258   algorithm: "plot_throughput_speedup_analysis"
25259   output-file-type: ".html"
25260   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25262   filter: "'NIC_Intel-XL710' and
25263            '78B' and
25264            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25265            'NDRPDR' and
25266            'IP6FWD' and
25267            not 'SRv6' and
25268            not 'IPSEC' and
25269            not 'VHOST'"
25270   parameters:
25271   - "throughput"
25272   - "parent"
25273   - "tags"
25274   sort:
25275   - "IP6BASE"
25276   - "FIB_20K"
25277   - "FIB_200K"
25278   - "FIB_2M"
25279   layout:
25280     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25281     layout: "plot-throughput-speedup-analysis"
25282
25283 - type: "plot"
25284   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25285   algorithm: "plot_throughput_speedup_analysis"
25286   output-file-type: ".html"
25287   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25289   filter: "'NIC_Intel-XL710' and
25290            '78B' and
25291            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25292            'NDRPDR' and
25293            'IP6FWD' and
25294            not 'SRv6' and
25295            not 'IPSEC' and
25296            not 'VHOST'"
25297   parameters:
25298   - "throughput"
25299   - "parent"
25300   - "tags"
25301   sort:
25302   - "IP6BASE"
25303   - "FIB_20K"
25304   - "FIB_200K"
25305   - "FIB_2M"
25306   layout:
25307     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25308     layout: "plot-throughput-speedup-analysis"
25309
25310 # Speedup - VPP IPv6 3n-skx-x710
25311 - type: "plot"
25312   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25313   algorithm: "plot_throughput_speedup_analysis"
25314   output-file-type: ".html"
25315   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25317   filter: "'NIC_Intel-X710' and
25318            '78B' and
25319            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25320            'NDRPDR' and
25321            'IP6FWD' and
25322            not 'SRv6' and
25323            not 'IPSEC' and
25324            not 'VHOST'"
25325   parameters:
25326   - "throughput"
25327   - "parent"
25328   - "tags"
25329   sort:
25330   - "IP6BASE"
25331   - "FIB_20K"
25332   - "FIB_200K"
25333   - "FIB_2M"
25334   layout:
25335     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25336     layout: "plot-throughput-speedup-analysis"
25337
25338 - type: "plot"
25339   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25340   algorithm: "plot_throughput_speedup_analysis"
25341   output-file-type: ".html"
25342   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25344   filter: "'NIC_Intel-X710' and
25345            '78B' and
25346            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25347            'NDRPDR' and
25348            'IP6FWD' and
25349            not 'SRv6' and
25350            not 'IPSEC' and
25351            not 'VHOST'"
25352   parameters:
25353   - "throughput"
25354   - "parent"
25355   - "tags"
25356   sort:
25357   - "IP6BASE"
25358   - "FIB_20K"
25359   - "FIB_200K"
25360   - "FIB_2M"
25361   layout:
25362     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25363     layout: "plot-throughput-speedup-analysis"
25364
25365 # Speedup - VPP IPv6 3n-skx-x710 features
25366 - type: "plot"
25367   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25368   algorithm: "plot_throughput_speedup_analysis"
25369   output-file-type: ".html"
25370   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25372   filter: "'NIC_Intel-X710' and
25373            '78B' and
25374            ('IP6BASE' or
25375             'POLICE_MARK' or
25376             'COPWHLIST' or
25377             'IACLDST') and
25378            'NDRPDR' and
25379            'IP6FWD' and
25380            not 'SRv6' and
25381            not 'IPSEC' and
25382            not 'VHOST'"
25383   parameters:
25384   - "throughput"
25385   - "parent"
25386   - "tags"
25387   sort:
25388   - "IP6BASE"
25389   - "POLICE_MARK"
25390   - "COPWHLIST"
25391   - "IACLDST"
25392   layout:
25393     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25394     layout: "plot-throughput-speedup-analysis"
25395
25396 - type: "plot"
25397   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25398   algorithm: "plot_throughput_speedup_analysis"
25399   output-file-type: ".html"
25400   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25402   filter: "'NIC_Intel-X710' and
25403            '78B' and
25404            ('IP6BASE' or
25405             'POLICE_MARK' or
25406             'COPWHLIST' or
25407             'IACLDST') and
25408            'NDRPDR' and
25409            'IP6FWD' and
25410            not 'SRv6' and
25411            not 'IPSEC' and
25412            not 'VHOST'"
25413   parameters:
25414   - "throughput"
25415   - "parent"
25416   - "tags"
25417   sort:
25418   - "IP6BASE"
25419   - "POLICE_MARK"
25420   - "COPWHLIST"
25421   - "IACLDST"
25422   layout:
25423     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25424     layout: "plot-throughput-speedup-analysis"
25425
25426 # Speedup - VPP IPv6 3n-skx-xxv710
25427 - type: "plot"
25428   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25429   algorithm: "plot_throughput_speedup_analysis"
25430   output-file-type: ".html"
25431   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25433   filter: "'NIC_Intel-XXV710' and
25434            '78B' and
25435            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25436            'NDRPDR' and
25437            'IP6FWD' and
25438            not 'SRv6' and
25439            not 'IPSEC' and
25440            not 'VHOST'"
25441   parameters:
25442   - "throughput"
25443   - "parent"
25444   - "tags"
25445   sort:
25446   - "IP6BASE"
25447   - "FIB_20K"
25448   - "FIB_200K"
25449   - "FIB_2M"
25450   layout:
25451     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25452     layout: "plot-throughput-speedup-analysis"
25453
25454 - type: "plot"
25455   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25456   algorithm: "plot_throughput_speedup_analysis"
25457   output-file-type: ".html"
25458   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25460   filter: "'NIC_Intel-XXV710' and
25461            '78B' and
25462            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25463            'NDRPDR' and
25464            'IP6FWD' and
25465            not 'SRv6' and
25466            not 'IPSEC' and
25467            not 'VHOST'"
25468   parameters:
25469   - "throughput"
25470   - "parent"
25471   - "tags"
25472   sort:
25473   - "IP6BASE"
25474   - "FIB_20K"
25475   - "FIB_200K"
25476   - "FIB_2M"
25477   layout:
25478     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25479     layout: "plot-throughput-speedup-analysis"
25480
25481 # Speedup - VPP IPv6 2n-skx-x710
25482 - type: "plot"
25483   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25484   algorithm: "plot_throughput_speedup_analysis"
25485   output-file-type: ".html"
25486   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25488   filter: "'NIC_Intel-X710' and
25489            '78B' and
25490            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25491            'NDRPDR' and
25492            'IP6FWD' and
25493            not 'SRv6' and
25494            not 'IPSEC' and
25495            not 'VHOST'"
25496   parameters:
25497   - "throughput"
25498   - "parent"
25499   - "tags"
25500   sort:
25501   - "IP6BASE"
25502   - "FIB_20K"
25503   - "FIB_200K"
25504   - "FIB_2M"
25505   layout:
25506     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25507     layout: "plot-throughput-speedup-analysis"
25508
25509 - type: "plot"
25510   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25511   algorithm: "plot_throughput_speedup_analysis"
25512   output-file-type: ".html"
25513   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25515   filter: "'NIC_Intel-X710' and
25516            '78B' and
25517            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25518            'NDRPDR' and
25519            'IP6FWD' and
25520            not 'SRv6' and
25521            not 'IPSEC' and
25522            not 'VHOST'"
25523   parameters:
25524   - "throughput"
25525   - "parent"
25526   - "tags"
25527   sort:
25528   - "IP6BASE"
25529   - "FIB_20K"
25530   - "FIB_200K"
25531   - "FIB_2M"
25532   layout:
25533     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25534     layout: "plot-throughput-speedup-analysis"
25535
25536 # Speedup - VPP IPv6 2n-skx-xxv710
25537 - type: "plot"
25538   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25539   algorithm: "plot_throughput_speedup_analysis"
25540   output-file-type: ".html"
25541   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25543   filter: "'NIC_Intel-XXV710' and
25544            '78B' and
25545            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25546            'NDRPDR' and
25547            'IP6FWD' and
25548            not 'SRv6' and
25549            not 'IPSEC' and
25550            not 'VHOST'"
25551   parameters:
25552   - "throughput"
25553   - "parent"
25554   - "tags"
25555   sort:
25556   - "IP6BASE"
25557   - "FIB_20K"
25558   - "FIB_200K"
25559   - "FIB_2M"
25560   layout:
25561     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25562     layout: "plot-throughput-speedup-analysis"
25563
25564 - type: "plot"
25565   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25566   algorithm: "plot_throughput_speedup_analysis"
25567   output-file-type: ".html"
25568   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25570   filter: "'NIC_Intel-XXV710' and
25571            '78B' and
25572            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25573            'NDRPDR' and
25574            'IP6FWD' and
25575            not 'SRv6' and
25576            not 'IPSEC' and
25577            not 'VHOST'"
25578   parameters:
25579   - "throughput"
25580   - "parent"
25581   - "tags"
25582   sort:
25583   - "IP6BASE"
25584   - "FIB_20K"
25585   - "FIB_200K"
25586   - "FIB_2M"
25587   layout:
25588     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25589     layout: "plot-throughput-speedup-analysis"
25590
25591 ## Speedup - VPP IPv6 2n-dnv-x553 base
25592 #- type: "plot"
25593 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25594 #  algorithm: "plot_throughput_speedup_analysis"
25595 #  output-file-type: ".html"
25596 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25597 #  data: "intel-dnv-vpp"
25598 #  filter: "'NIC_Intel-X553' and
25599 #           '78B' and
25600 #           'IP6BASE' and
25601 #           'NDRPDR' and
25602 #           'IP6FWD' and
25603 #           not 'SRv6' and
25604 #           not 'IPSEC' and
25605 #           not 'VHOST'"
25606 #  parameters:
25607 #  - "throughput"
25608 #  - "parent"
25609 #  - "tags"
25610 #  sort:
25611 #  - "IP6BASE"
25612 #  layout:
25613 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25614 #    layout: "plot-throughput-speedup-analysis"
25615 #
25616 #- type: "plot"
25617 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25618 #  algorithm: "plot_throughput_speedup_analysis"
25619 #  output-file-type: ".html"
25620 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25621 #  data: "intel-dnv-vpp"
25622 #  filter: "'NIC_Intel-X553' and
25623 #           '78B' and
25624 #           'IP6BASE' and
25625 #           'NDRPDR' and
25626 #           'IP6FWD' and
25627 #           not 'SRv6' and
25628 #           not 'IPSEC' and
25629 #           not 'VHOST'"
25630 #  parameters:
25631 #  - "throughput"
25632 #  - "parent"
25633 #  - "tags"
25634 #  sort:
25635 #  - "IP6BASE"
25636 #  layout:
25637 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25638 #    layout: "plot-throughput-speedup-analysis"
25639
25640 ################################################################################
25641
25642 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25643 - type: "plot"
25644   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25645   algorithm: "plot_throughput_speedup_analysis"
25646   output-file-type: ".html"
25647   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25649   filter: "'NIC_Intel-X520-DA2' and
25650            '78B' and
25651            'ENCAP' and
25652            'NDRPDR' and
25653            'LISP' and
25654            not 'VHOST'"
25655   parameters:
25656   - "throughput"
25657   - "parent"
25658   - "tags"
25659   sort:
25660   - "IP4UNRLAY"
25661   - "IP6UNRLAY"
25662   layout:
25663     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25664     layout: "plot-throughput-speedup-analysis"
25665
25666 - type: "plot"
25667   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25668   algorithm: "plot_throughput_speedup_analysis"
25669   output-file-type: ".html"
25670   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25672   filter: "'NIC_Intel-X520-DA2' and
25673            '78B' and
25674            'ENCAP' and
25675            'NDRPDR' and
25676            'LISP' and
25677            not 'VHOST'"
25678   parameters:
25679   - "throughput"
25680   - "parent"
25681   - "tags"
25682   sort:
25683   - "IP4UNRLAY"
25684   - "IP6UNRLAY"
25685   layout:
25686     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25687     layout: "plot-throughput-speedup-analysis"
25688
25689 ################################################################################
25690
25691 # Speedup - VPP IPSec 3n-hsw-xl710 base
25692 - type: "plot"
25693   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25694   algorithm: "plot_throughput_speedup_analysis"
25695   output-file-type: ".html"
25696   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25698   filter: "'NIC_Intel-XL710' and
25699            '64B' and
25700            'IP4FWD' and
25701            'NDRPDR' and
25702            'BASE' and
25703            'IPSECHW' and
25704            ('IPSECTRAN' or 'IPSECTUN') and
25705            not 'VHOST'"
25706   parameters:
25707   - "throughput"
25708   - "parent"
25709   - "tags"
25710   layout:
25711     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25712     layout: "plot-throughput-speedup-analysis"
25713
25714 - type: "plot"
25715   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25716   algorithm: "plot_throughput_speedup_analysis"
25717   output-file-type: ".html"
25718   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25720   filter: "'NIC_Intel-XL710' and
25721            '64B' and
25722            'IP4FWD' and
25723            'NDRPDR' and
25724            'BASE' and
25725            'IPSECHW' and
25726            ('IPSECTRAN' or 'IPSECTUN') and
25727            not 'VHOST'"
25728   parameters:
25729   - "throughput"
25730   - "parent"
25731   - "tags"
25732   layout:
25733     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25734     layout: "plot-throughput-speedup-analysis"
25735
25736 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25737 - type: "plot"
25738   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25739   algorithm: "plot_throughput_speedup_analysis"
25740   output-file-type: ".html"
25741   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25743   filter: "'NIC_Intel-XL710' and
25744            '64B' and
25745            'IP4FWD' and
25746            'NDRPDR' and
25747            'SCALE' and
25748            'IPSECHW' and
25749            ('IPSECTRAN' or 'IPSECTUN') and
25750            not 'VHOST'"
25751   parameters:
25752   - "throughput"
25753   - "parent"
25754   - "tags"
25755   layout:
25756     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25757     layout: "plot-throughput-speedup-analysis"
25758
25759 - type: "plot"
25760   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25761   algorithm: "plot_throughput_speedup_analysis"
25762   output-file-type: ".html"
25763   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25765   filter: "'NIC_Intel-XL710' and
25766            '64B' and
25767            'IP4FWD' and
25768            'NDRPDR' and
25769            'SCALE' and
25770            'IPSECHW' and
25771            ('IPSECTRAN' or 'IPSECTUN') and
25772            not 'VHOST'"
25773   parameters:
25774   - "throughput"
25775   - "parent"
25776   - "tags"
25777   layout:
25778     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25779     layout: "plot-throughput-speedup-analysis"
25780
25781 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25782 - type: "plot"
25783   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25784   algorithm: "plot_throughput_speedup_analysis"
25785   output-file-type: ".html"
25786   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25788   filter: "'NIC_Intel-XL710' and
25789            '64B' and
25790            'IP4FWD' and
25791            'NDRPDR' and
25792            'IPSECSW' and
25793            ('IPSECTRAN' or 'IPSECTUN') and
25794            not 'VHOST'"
25795   parameters:
25796   - "throughput"
25797   - "parent"
25798   - "tags"
25799   layout:
25800     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25801     layout: "plot-throughput-speedup-analysis"
25802
25803 - type: "plot"
25804   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25805   algorithm: "plot_throughput_speedup_analysis"
25806   output-file-type: ".html"
25807   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25809   filter: "'NIC_Intel-XL710' and
25810            '64B' and
25811            'IP4FWD' and
25812            'NDRPDR' and
25813            'IPSECSW' and
25814            ('IPSECTRAN' or 'IPSECTUN') and
25815            not 'VHOST'"
25816   parameters:
25817   - "throughput"
25818   - "parent"
25819   - "tags"
25820   layout:
25821     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25822     layout: "plot-throughput-speedup-analysis"
25823
25824 ################################################################################
25825
25826 # Speedup - VPP SRv6 3n-hsw-x520
25827 - type: "plot"
25828   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25829   algorithm: "plot_throughput_speedup_analysis"
25830   output-file-type: ".html"
25831   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25833   filter: "'NIC_Intel-X520-DA2' and
25834            '78B' and
25835            'FEATURE' and
25836            'NDRPDR' and
25837            'IP6FWD' and
25838            'SRv6'"
25839   parameters:
25840   - "throughput"
25841   - "parent"
25842   - "tags"
25843   layout:
25844     title: "srv6-3n-hsw-x520-78b-features-ndr"
25845     layout: "plot-throughput-speedup-analysis"
25846
25847 - type: "plot"
25848   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25849   algorithm: "plot_throughput_speedup_analysis"
25850   output-file-type: ".html"
25851   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25853   filter: "'NIC_Intel-X520-DA2' and
25854            '78B' and
25855            'FEATURE' and
25856            'NDRPDR' and
25857            'IP6FWD' and
25858            'SRv6'"
25859   parameters:
25860   - "throughput"
25861   - "parent"
25862   - "tags"
25863   layout:
25864     title: "srv6-3n-hsw-x520-78b-features-pdr"
25865     layout: "plot-throughput-speedup-analysis"
25866
25867 ################################################################################
25868
25869 # Speedup - VPP L2 3n-hsw-x520 base and scale
25870 - type: "plot"
25871   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25872   algorithm: "plot_throughput_speedup_analysis"
25873   output-file-type: ".html"
25874   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25876   filter: "'NIC_Intel-X520-DA2' and
25877            '64B' and
25878            ('BASE' or 'SCALE') and
25879            'NDRPDR' and
25880            'ETH' and
25881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25882            not 'VHOST' and
25883            not 'MEMIF'"
25884   parameters:
25885   - "throughput"
25886   - "parent"
25887   - "tags"
25888   sort:
25889   - "L2XCFWD"
25890   - "L2PATCH"
25891   - "L2BDMACLRN"
25892   - "FIB_10K"
25893   - "FIB_100K"
25894   - "FIB_1M"
25895   layout:
25896     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25897     layout: "plot-throughput-speedup-analysis"
25898
25899 - type: "plot"
25900   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25901   algorithm: "plot_throughput_speedup_analysis"
25902   output-file-type: ".html"
25903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25905   filter: "'NIC_Intel-X520-DA2' and
25906            '64B' and
25907            ('BASE' or 'SCALE') and
25908            'NDRPDR' and
25909            'ETH' and
25910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25911            not 'VHOST' and
25912            not 'MEMIF'"
25913   parameters:
25914   - "throughput"
25915   - "parent"
25916   - "tags"
25917   sort:
25918   - "L2XCFWD"
25919   - "L2PATCH"
25920   - "L2BDMACLRN"
25921   - "FIB_10K"
25922   - "FIB_100K"
25923   - "FIB_1M"
25924   layout:
25925     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25926     layout: "plot-throughput-speedup-analysis"
25927
25928 # Speedup - VPP L2 3n-hsw-x520 features
25929 - type: "plot"
25930   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25931   algorithm: "plot_throughput_speedup_analysis"
25932   output-file-type: ".html"
25933   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25935   filter: "'NIC_Intel-X520-DA2' and
25936            '64B' and
25937            'NDRPDR' and
25938            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25939            not 'ACL' and
25940            not 'VHOST' and
25941            not 'MEMIF'"
25942   parameters:
25943   - "throughput"
25944   - "parent"
25945   - "tags"
25946   sort:
25947   - "L2XCBASE"    # l2xcbase
25948   - "L2BDBASE"    # l2bdbase
25949   - "L2XCFWD"     # dot1q-l2xcbase
25950   - "L2BDMACLRN"  # dot1q-l2bdbase
25951   layout:
25952     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25953     layout: "plot-throughput-speedup-analysis"
25954
25955 - type: "plot"
25956   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25957   algorithm: "plot_throughput_speedup_analysis"
25958   output-file-type: ".html"
25959   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25961   filter: "'NIC_Intel-X520-DA2' and
25962            '64B' and
25963            'NDRPDR' and
25964            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25965            not 'ACL' and
25966            not 'VHOST' and
25967            not 'MEMIF'"
25968   parameters:
25969   - "throughput"
25970   - "parent"
25971   - "tags"
25972   sort:
25973   - "L2XCBASE"    # l2xcbase
25974   - "L2BDBASE"    # l2bdbase
25975   - "L2XCFWD"     # dot1q-l2xcbase
25976   - "L2BDMACLRN"  # dot1q-l2bdbase
25977   layout:
25978     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25979     layout: "plot-throughput-speedup-analysis"
25980
25981 # Speedup - VPP L2 3n-hsw-x520 features-iacl
25982 - type: "plot"
25983   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-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-iacl-ndr-tsa"
25987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25988   filter: "'NIC_Intel-X520-DA2' and
25989            'NDRPDR' and
25990            '64B' and
25991            'FEATURE' and
25992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
25993            'IACL' and
25994            ('ACL1' or 'ACL50') and
25995            ('10K_FLOWS' or '10k_FLOWS') and
25996            not 'MACIP' and
25997            not 'VHOST' and
25998            not 'MEMIF'"
25999   parameters:
26000   - "throughput"
26001   - "parent"
26002   - "tags"
26003   layout:
26004     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26005     layout: "plot-throughput-speedup-analysis"
26006
26007 - type: "plot"
26008   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26009   algorithm: "plot_throughput_speedup_analysis"
26010   output-file-type: ".html"
26011   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26013   filter: "'NIC_Intel-X520-DA2' and
26014            'NDRPDR' and
26015            '64B' and
26016            'FEATURE' and
26017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26018            'IACL' and
26019            ('ACL1' or 'ACL50') and
26020            ('10K_FLOWS' or '10k_FLOWS') and
26021            not 'MACIP' and
26022            not 'VHOST' and
26023            not 'MEMIF'"
26024   parameters:
26025   - "throughput"
26026   - "parent"
26027   - "tags"
26028   layout:
26029     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26030     layout: "plot-throughput-speedup-analysis"
26031
26032 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26033 - type: "plot"
26034   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26035   algorithm: "plot_throughput_speedup_analysis"
26036   output-file-type: ".html"
26037   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26039   filter: "'NIC_Intel-X520-DA2' and
26040            'NDRPDR' and
26041            '64B' and
26042            'FEATURE' and
26043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26044            'OACL' and
26045            ('ACL1' or 'ACL50') and
26046            ('10K_FLOWS' or '10k_FLOWS') and
26047            not 'MACIP' and
26048            not 'VHOST' and
26049            not 'MEMIF'"
26050   parameters:
26051   - "throughput"
26052   - "parent"
26053   - "tags"
26054   layout:
26055     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26056     layout: "plot-throughput-speedup-analysis"
26057
26058 - type: "plot"
26059   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26060   algorithm: "plot_throughput_speedup_analysis"
26061   output-file-type: ".html"
26062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26064   filter: "'NIC_Intel-X520-DA2' and
26065            'NDRPDR' and
26066            '64B' and
26067            'FEATURE' and
26068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26069            'OACL' and
26070            ('ACL1' or 'ACL50') and
26071            ('10K_FLOWS' or '10k_FLOWS') and
26072            not 'MACIP' and
26073            not 'VHOST' and
26074            not 'MEMIF'"
26075   parameters:
26076   - "throughput"
26077   - "parent"
26078   - "tags"
26079   layout:
26080     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26081     layout: "plot-throughput-speedup-analysis"
26082
26083 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26084 - type: "plot"
26085   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26086   algorithm: "plot_throughput_speedup_analysis"
26087   output-file-type: ".html"
26088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26090   filter: "'NIC_Intel-X520-DA2' and
26091            'NDRPDR' and
26092            '64B' and
26093            'FEATURE' and
26094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26095            'OACL' and
26096            ('ACL1' or 'ACL50') and
26097            ('10K_FLOWS' or '10k_FLOWS') and
26098            not 'MACIP' and
26099            not 'VHOST' and
26100            not 'MEMIF'"
26101   parameters:
26102   - "throughput"
26103   - "parent"
26104   - "tags"
26105   layout:
26106     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26107     layout: "plot-throughput-speedup-analysis"
26108
26109 - type: "plot"
26110   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26111   algorithm: "plot_throughput_speedup_analysis"
26112   output-file-type: ".html"
26113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26115   filter: "'NIC_Intel-X520-DA2' and
26116            'NDRPDR' and
26117            '64B' and
26118            'FEATURE' and
26119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26120            'OACL' and
26121            ('ACL1' or 'ACL50') and
26122            ('10K_FLOWS' or '10k_FLOWS') and
26123            not 'MACIP' and
26124            not 'VHOST' and
26125            not 'MEMIF'"
26126   parameters:
26127   - "throughput"
26128   - "parent"
26129   - "tags"
26130   layout:
26131     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26132     layout: "plot-throughput-speedup-analysis"
26133
26134 # Speedup - VPP L2 3n-hsw-x520 features-macip
26135 - type: "plot"
26136   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26137   algorithm: "plot_throughput_speedup_analysis"
26138   output-file-type: ".html"
26139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26141   filter: "'NIC_Intel-X520-DA2' and
26142            'NDRPDR' and
26143            '64B' and
26144            'FEATURE' and
26145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26146            'MACIP' and
26147            ('ACL1' or 'ACL50') and
26148            ('10K_FLOWS' or '10k_FLOWS') and
26149            not 'VHOST' and
26150            not 'MEMIF'"
26151   parameters:
26152   - "throughput"
26153   - "parent"
26154   - "tags"
26155   layout:
26156     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26157     layout: "plot-throughput-speedup-analysis"
26158
26159 - type: "plot"
26160   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26161   algorithm: "plot_throughput_speedup_analysis"
26162   output-file-type: ".html"
26163   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26165   filter: "'NIC_Intel-X520-DA2' and
26166            'NDRPDR' and
26167            '64B' and
26168            'FEATURE' and
26169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26170            'MACIP' and
26171            ('ACL1' or 'ACL50') and
26172            ('10K_FLOWS' or '10k_FLOWS') and
26173            not 'VHOST' and
26174            not 'MEMIF'"
26175   parameters:
26176   - "throughput"
26177   - "parent"
26178   - "tags"
26179   layout:
26180     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26181     layout: "plot-throughput-speedup-analysis"
26182
26183 # Speedup - VPP L2 3n-hsw-x710 base and scale
26184 - type: "plot"
26185   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26186   algorithm: "plot_throughput_speedup_analysis"
26187   output-file-type: ".html"
26188   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26190   filter: "'NIC_Intel-X710' and
26191            '64B' and
26192            ('BASE' or 'SCALE') and
26193            'NDRPDR' and
26194            'ETH' and
26195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26196            not 'VHOST' and
26197            not 'MEMIF' and
26198            not 'DRV_AVF'"
26199   parameters:
26200   - "throughput"
26201   - "parent"
26202   - "tags"
26203   sort:
26204   - "L2PATCH"
26205   - "L2XCFWD"
26206   - "L2BDMACLRN"
26207   - "FIB_10K"
26208   - "FIB_100K"
26209   - "FIB_1M"
26210   layout:
26211     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26212     layout: "plot-throughput-speedup-analysis"
26213
26214 - type: "plot"
26215   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26216   algorithm: "plot_throughput_speedup_analysis"
26217   output-file-type: ".html"
26218   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26220   filter: "'NIC_Intel-X710' and
26221            '64B' and
26222            ('BASE' or 'SCALE') and
26223            'NDRPDR' and
26224            'ETH' and
26225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26226            not 'VHOST' and
26227            not 'MEMIF' and
26228            not 'DRV_AVF'"
26229   parameters:
26230   - "throughput"
26231   - "parent"
26232   - "tags"
26233   sort:
26234   - "L2PATCH"
26235   - "L2XCFWD"
26236   - "L2BDMACLRN"
26237   - "FIB_10K"
26238   - "FIB_100K"
26239   - "FIB_1M"
26240   layout:
26241     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26242     layout: "plot-throughput-speedup-analysis"
26243
26244 # Speedup - VPP L2 3n-hsw-x710 features
26245 - type: "plot"
26246   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26247   algorithm: "plot_throughput_speedup_analysis"
26248   output-file-type: ".html"
26249   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26251   filter: "'NIC_Intel-X710' and
26252            '64B' and
26253            'NDRPDR' and
26254            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26255            not 'ACL' and
26256            not 'VHOST' and
26257            not 'L2OVRLAY' and
26258            not 'MEMIF'"
26259   parameters:
26260   - "throughput"
26261   - "parent"
26262   - "tags"
26263   sort:
26264   - "L2XCBASE"    # l2xcbase
26265   - "L2BDBASE"    # l2bdbase
26266   - "L2XCFWD"     # dot1q-l2xcbase
26267   - "L2BDMACLRN"  # dot1q-l2bdbase
26268   layout:
26269     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26270     layout: "plot-throughput-speedup-analysis"
26271
26272 - type: "plot"
26273   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26274   algorithm: "plot_throughput_speedup_analysis"
26275   output-file-type: ".html"
26276   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26278   filter: "'NIC_Intel-X710' and
26279            '64B' and
26280            'NDRPDR' and
26281            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26282            not 'ACL' and
26283            not 'VHOST' and
26284            not 'L2OVRLAY' and
26285            not 'MEMIF'"
26286   parameters:
26287   - "throughput"
26288   - "parent"
26289   - "tags"
26290   sort:
26291   - "L2XCBASE"    # l2xcbase
26292   - "L2BDBASE"    # l2bdbase
26293   - "L2XCFWD"     # dot1q-l2xcbase
26294   - "L2BDMACLRN"  # dot1q-l2bdbase
26295   layout:
26296     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26297     layout: "plot-throughput-speedup-analysis"
26298
26299 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26300 - type: "plot"
26301   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26302   algorithm: "plot_throughput_speedup_analysis"
26303   output-file-type: ".html"
26304   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26306   filter: "'NIC_Intel-X710' and
26307            'NDRPDR' and
26308            '64B' and
26309            'FEATURE' and
26310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26311            'IACL' and
26312            ('ACL1' or 'ACL50') and
26313            ('10K_FLOWS' or '10k_FLOWS') and
26314            not 'MACIP' and
26315            not 'VHOST' and
26316            not 'MEMIF'"
26317   parameters:
26318   - "throughput"
26319   - "parent"
26320   - "tags"
26321   layout:
26322     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26323     layout: "plot-throughput-speedup-analysis"
26324
26325 - type: "plot"
26326   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-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-iacl-pdr-tsa"
26330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26331   filter: "'NIC_Intel-X710' and
26332            'NDRPDR' and
26333            '64B' and
26334            'FEATURE' and
26335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26336            'IACL' and
26337            ('ACL1' or 'ACL50') and
26338            ('10K_FLOWS' or '10k_FLOWS') and
26339            not 'MACIP' and
26340            not 'VHOST' and
26341            not 'MEMIF'"
26342   parameters:
26343   - "throughput"
26344   - "parent"
26345   - "tags"
26346   layout:
26347     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26348     layout: "plot-throughput-speedup-analysis"
26349
26350 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26351 - type: "plot"
26352   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26353   algorithm: "plot_throughput_speedup_analysis"
26354   output-file-type: ".html"
26355   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26357   filter: "'NIC_Intel-XL710' and
26358            '64B' and
26359            'BASE' and
26360            'NDRPDR' and
26361            'ETH' and
26362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26363            not 'VHOST' and
26364            not 'MEMIF'"
26365   parameters:
26366   - "throughput"
26367   - "parent"
26368   - "tags"
26369   sort:
26370   - "L2PATCH"
26371   - "L2XCFWD"
26372   - "L2BDMACLRN"
26373   layout:
26374     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26375     layout: "plot-throughput-speedup-analysis"
26376
26377 - type: "plot"
26378   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26379   algorithm: "plot_throughput_speedup_analysis"
26380   output-file-type: ".html"
26381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26383   filter: "'NIC_Intel-XL710' and
26384            '64B' and
26385            'BASE' and
26386            'NDRPDR' and
26387            'ETH' and
26388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26389            not 'VHOST' and
26390            not 'MEMIF'"
26391   parameters:
26392   - "throughput"
26393   - "parent"
26394   - "tags"
26395   sort:
26396   - "L2PATCH"
26397   - "L2XCFWD"
26398   - "L2BDMACLRN"
26399   layout:
26400     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26401     layout: "plot-throughput-speedup-analysis"
26402
26403 # Speedup - VPP L2 3n-skx-x710 base and scale
26404 - type: "plot"
26405   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26406   algorithm: "plot_throughput_speedup_analysis"
26407   output-file-type: ".html"
26408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26410   filter: "'NIC_Intel-X710' and
26411            '64B' and
26412            ('BASE' or 'SCALE') and
26413            'NDRPDR' and
26414            'ETH' and
26415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26416            not 'VHOST' and
26417            not 'DRV_AVF' and
26418            not 'MEMIF'"
26419   parameters:
26420   - "throughput"
26421   - "parent"
26422   - "tags"
26423   sort:
26424   - "L2PATCH"
26425   - "L2XCBASE"
26426   - "BASE"
26427   - "FIB_10K"
26428   - "FIB_100K"
26429   - "FIB_1M"
26430   layout:
26431     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26432     layout: "plot-throughput-speedup-analysis"
26433
26434 - type: "plot"
26435   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26436   algorithm: "plot_throughput_speedup_analysis"
26437   output-file-type: ".html"
26438   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26440   filter: "'NIC_Intel-X710' and
26441            '64B' and
26442            ('BASE' or 'SCALE') and
26443            'NDRPDR' and
26444            'ETH' and
26445            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26446            not 'VHOST' and
26447            not 'DRV_AVF' and
26448            not 'MEMIF'"
26449   parameters:
26450   - "throughput"
26451   - "parent"
26452   - "tags"
26453   sort:
26454   - "L2PATCH"
26455   - "L2XCBASE"
26456   - "BASE"
26457   - "FIB_10K"
26458   - "FIB_100K"
26459   - "FIB_1M"
26460   layout:
26461     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26462     layout: "plot-throughput-speedup-analysis"
26463
26464 # Speedup - VPP L2 3n-skx-x710 features
26465 - type: "plot"
26466   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26467   algorithm: "plot_throughput_speedup_analysis"
26468   output-file-type: ".html"
26469   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26471   filter: "'NIC_Intel-X710' and
26472            '64B' and
26473            'NDRPDR' and
26474            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26475            not 'ACL' and
26476            not 'VHOST' and
26477            not 'DRV_AVF' and
26478            not 'L2OVRLAY' and
26479            not 'MEMIF'"
26480   parameters:
26481   - "throughput"
26482   - "parent"
26483   - "tags"
26484   sort:
26485   - "L2XCBASE"    # l2xcbase
26486   - "L2BDBASE"    # l2bdbase
26487   - "L2XCFWD"     # dot1q-l2xcbase
26488   - "L2BDMACLRN"  # dot1q-l2bdbase
26489   layout:
26490     title: "l2sw-3n-skx-x710-64b-features-ndr"
26491     layout: "plot-throughput-speedup-analysis"
26492
26493 - type: "plot"
26494   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26495   algorithm: "plot_throughput_speedup_analysis"
26496   output-file-type: ".html"
26497   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26499   filter: "'NIC_Intel-X710' and
26500            '64B' and
26501            'NDRPDR' and
26502            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26503            not 'ACL' and
26504            not 'VHOST' and
26505            not 'DRV_AVF' and
26506            not 'L2OVRLAY' and
26507            not 'MEMIF'"
26508   parameters:
26509   - "throughput"
26510   - "parent"
26511   - "tags"
26512   sort:
26513   - "L2XCBASE"    # l2xcbase
26514   - "L2BDBASE"    # l2bdbase
26515   - "L2XCFWD"     # dot1q-l2xcbase
26516   - "L2BDMACLRN"  # dot1q-l2bdbase
26517   layout:
26518     title: "l2sw-3n-skx-x710-64b-features-pdr"
26519     layout: "plot-throughput-speedup-analysis"
26520
26521 # Speedup - VPP L2 3n-skx-x710 features-iacl
26522 - type: "plot"
26523   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26524   algorithm: "plot_throughput_speedup_analysis"
26525   output-file-type: ".html"
26526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26528   filter: "'NIC_Intel-X710' and
26529            'NDRPDR' and
26530            '64B' and
26531            'FEATURE' and
26532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26533            'IACL' and
26534            ('ACL1' or 'ACL50') and
26535            ('10K_FLOWS' or '10k_FLOWS') and
26536            not 'MACIP' and
26537            not 'VHOST' and
26538            not 'MEMIF'"
26539   parameters:
26540   - "throughput"
26541   - "parent"
26542   - "tags"
26543   layout:
26544     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26545     layout: "plot-throughput-speedup-analysis"
26546
26547 - type: "plot"
26548   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26549   algorithm: "plot_throughput_speedup_analysis"
26550   output-file-type: ".html"
26551   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26553   filter: "'NIC_Intel-X710' and
26554            'NDRPDR' and
26555            '64B' and
26556            'FEATURE' and
26557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26558            'IACL' and
26559            ('ACL1' or 'ACL50') and
26560            ('10K_FLOWS' or '10k_FLOWS') and
26561            not 'MACIP' and
26562            not 'VHOST' and
26563            not 'MEMIF'"
26564   parameters:
26565   - "throughput"
26566   - "parent"
26567   - "tags"
26568   layout:
26569     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26570     layout: "plot-throughput-speedup-analysis"
26571
26572 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26573 - type: "plot"
26574   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26575   algorithm: "plot_throughput_speedup_analysis"
26576   output-file-type: ".html"
26577   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26579   filter: "'NIC_Intel-XXV710' and
26580            '64B' and
26581            ('BASE' or 'SCALE') and
26582            'NDRPDR' and
26583            'ETH' and
26584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26585            not 'DRV_AVF' and
26586            not 'VHOST' and
26587            not 'MEMIF'"
26588   parameters:
26589   - "throughput"
26590   - "parent"
26591   - "tags"
26592 #  sort:
26593 #  - "L2PATCH"
26594 #  - "L2PATCH"
26595 #  - "L2XCBASE"
26596 #  - "L2BDMACLRN"
26597   layout:
26598     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26599     layout: "plot-throughput-speedup-analysis"
26600
26601 - type: "plot"
26602   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26603   algorithm: "plot_throughput_speedup_analysis"
26604   output-file-type: ".html"
26605   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26607   filter: "'NIC_Intel-XXV710' and
26608            '64B' and
26609            ('BASE' or 'SCALE') and
26610            'NDRPDR' and
26611            'ETH' and
26612            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26613            not 'DRV_AVF' and
26614            not 'VHOST' and
26615            not 'MEMIF'"
26616   parameters:
26617   - "throughput"
26618   - "parent"
26619   - "tags"
26620 #  sort:
26621 #  - "L2PATCH"
26622 #  - "L2PATCH"
26623 #  - "L2XCBASE"
26624 #  - "L2BDMACLRN"
26625   layout:
26626     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26627     layout: "plot-throughput-speedup-analysis"
26628
26629 # Speedup - VPP L2 2n-skx-x710 base and scale
26630 - type: "plot"
26631   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26632   algorithm: "plot_throughput_speedup_analysis"
26633   output-file-type: ".html"
26634   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26636   filter: "'NIC_Intel-X710' and
26637            '64B' and
26638            ('BASE' or 'SCALE') and
26639            'NDRPDR' and
26640            'ETH' and
26641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26642            not 'VHOST' and
26643            not 'MEMIF'"
26644   parameters:
26645   - "throughput"
26646   - "parent"
26647   - "tags"
26648   sort:
26649   - "L2PATCH"
26650   - "L2XCBASE"
26651   - "BASE"
26652   - "FIB_10K"
26653   - "FIB_100K"
26654   - "FIB_1M"
26655   layout:
26656     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26657     layout: "plot-throughput-speedup-analysis"
26658
26659 - type: "plot"
26660   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26661   algorithm: "plot_throughput_speedup_analysis"
26662   output-file-type: ".html"
26663   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26665   filter: "'NIC_Intel-X710' and
26666            '64B' and
26667            ('BASE' or 'SCALE') and
26668            'NDRPDR' and
26669            'ETH' and
26670            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26671            not 'VHOST' and
26672            not 'MEMIF'"
26673   parameters:
26674   - "throughput"
26675   - "parent"
26676   - "tags"
26677   sort:
26678   - "L2PATCH"
26679   - "L2XCBASE"
26680   - "BASE"
26681   - "FIB_10K"
26682   - "FIB_100K"
26683   - "FIB_1M"
26684   layout:
26685     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26686     layout: "plot-throughput-speedup-analysis"
26687
26688 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26689 - type: "plot"
26690   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26691   algorithm: "plot_throughput_speedup_analysis"
26692   output-file-type: ".html"
26693   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26695   filter: "'NIC_Intel-XXV710' and
26696            '64B' and
26697            ('BASE' or 'SCALE') and
26698            'NDRPDR' and
26699            'ETH' and
26700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26701            not 'VHOST' and
26702            not 'MEMIF'"
26703   parameters:
26704   - "throughput"
26705   - "parent"
26706   - "tags"
26707   sort:
26708   - "L2PATCH"
26709   - "L2XCBASE"
26710   - "BASE"
26711   - "FIB_10K"
26712   - "FIB_100K"
26713   - "FIB_1M"
26714   layout:
26715     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26716     layout: "plot-throughput-speedup-analysis"
26717
26718 - type: "plot"
26719   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26720   algorithm: "plot_throughput_speedup_analysis"
26721   output-file-type: ".html"
26722   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26724   filter: "'NIC_Intel-XXV710' and
26725            '64B' and
26726            ('BASE' or 'SCALE') and
26727            'NDRPDR' and
26728            'ETH' and
26729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26730            not 'VHOST' and
26731            not 'MEMIF'"
26732   parameters:
26733   - "throughput"
26734   - "parent"
26735   - "tags"
26736   sort:
26737   - "L2PATCH"
26738   - "L2XCBASE"
26739   - "BASE"
26740   - "FIB_10K"
26741   - "FIB_100K"
26742   - "FIB_1M"
26743   layout:
26744     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26745     layout: "plot-throughput-speedup-analysis"
26746
26747 ## Speedup - VPP L2 2n-dnv-x553 base
26748 #- type: "plot"
26749 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26750 #  algorithm: "plot_throughput_speedup_analysis"
26751 #  output-file-type: ".html"
26752 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26753 #  data: "intel-dnv-vpp"
26754 #  filter: "'NIC_Intel-X553' and
26755 #           '64B' and
26756 #           ('BASE' or 'SCALE') and
26757 #           'NDRPDR' and
26758 #           'ETH' and
26759 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26760 #           not 'VHOST' and
26761 #           not 'MEMIF'"
26762 #  parameters:
26763 #  - "throughput"
26764 #  - "parent"
26765 #  - "tags"
26766 #  sort:
26767 #  - "L2XCBASE"
26768 #  - "L2BDMACLRN"
26769 #  - "L2PATCH"
26770 #  layout:
26771 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26772 #    layout: "plot-throughput-speedup-analysis"
26773 #
26774 #- type: "plot"
26775 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26776 #  algorithm: "plot_throughput_speedup_analysis"
26777 #  output-file-type: ".html"
26778 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26779 #  data: "intel-dnv-vpp"
26780 #  filter: "'NIC_Intel-X553' and
26781 #           '64B' and
26782 #           ('BASE' or 'SCALE') and
26783 #           'NDRPDR' and
26784 #           'ETH' and
26785 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26786 #           not 'VHOST' and
26787 #           not 'MEMIF'"
26788 #  parameters:
26789 #  - "throughput"
26790 #  - "parent"
26791 #  - "tags"
26792 #  sort:
26793 #  - "L2XCBASE"
26794 #  - "L2BDMACLRN"
26795 #  - "L2PATCH"
26796 #  layout:
26797 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26798 #    layout: "plot-throughput-speedup-analysis"
26799
26800 ################################################################################
26801
26802 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26803 - type: "plot"
26804   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26805   algorithm: "plot_throughput_speedup_analysis"
26806   output-file-type: ".html"
26807   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26809   filter: "'NIC_Intel-X520-DA2' and
26810            '64B' and
26811            'NDRPDR' and
26812            'ETH' and
26813            'IP4FWD' and
26814            'VHOST_1024' and
26815            not 'VXLAN' and
26816            not 'DOT1Q'"
26817   parameters:
26818   - "throughput"
26819   - "parent"
26820   - "tags"
26821   sort:
26822   - "not CFS_OPT"
26823   - "1VM"
26824   - "2VM"
26825   layout:
26826     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26827     layout: "plot-throughput-speedup-analysis"
26828
26829 - type: "plot"
26830   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26831   algorithm: "plot_throughput_speedup_analysis"
26832   output-file-type: ".html"
26833   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26835   filter: "'NIC_Intel-X520-DA2' and
26836            '64B' and
26837            'NDRPDR' and
26838            'ETH' and
26839            'IP4FWD' and
26840            'VHOST_1024' and
26841            not 'VXLAN' and
26842            not 'DOT1Q'"
26843   parameters:
26844   - "throughput"
26845   - "parent"
26846   - "tags"
26847   sort:
26848   - "not CFS_OPT"
26849   - "1VM"
26850   - "2VM"
26851   layout:
26852     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26853     layout: "plot-throughput-speedup-analysis"
26854
26855 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26856 - type: "plot"
26857   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26858   algorithm: "plot_throughput_speedup_analysis"
26859   output-file-type: ".html"
26860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-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' or 'DOT1Q') and
26866            'BASE' and
26867            ('L2BDMACLRN' or 'L2XCFWD') and
26868            'VHOST_1024' and
26869            not 'VXLAN' and
26870            not 'IP4FWD' and
26871            not '2VM'"
26872   parameters:
26873   - "throughput"
26874   - "parent"
26875   - "tags"
26876   sort:
26877   - "L2BDMACLRN"
26878   - "L2BDMACLRN"
26879   - "L2BDMACLRN"
26880   - "L2XCFWD"
26881   - "L2XCFWD"
26882   - "L2XCFWD"
26883   layout:
26884     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26885     layout: "plot-throughput-speedup-analysis"
26886
26887 - type: "plot"
26888   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26889   algorithm: "plot_throughput_speedup_analysis"
26890   output-file-type: ".html"
26891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26893   filter: "'NIC_Intel-X520-DA2' and
26894            '64B' and
26895            'NDRPDR' and
26896            ('ETH' or 'DOT1Q') and
26897            'BASE' and
26898            ('L2BDMACLRN' or 'L2XCFWD') and
26899            'VHOST_1024' and
26900            not 'VXLAN' and
26901            not 'IP4FWD' and
26902            not '2VM'"
26903   parameters:
26904   - "throughput"
26905   - "parent"
26906   - "tags"
26907   sort:
26908   - "L2BDMACLRN"
26909   - "L2BDMACLRN"
26910   - "L2BDMACLRN"
26911   - "L2XCFWD"
26912   - "L2XCFWD"
26913   - "L2XCFWD"
26914   layout:
26915     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26916     layout: "plot-throughput-speedup-analysis"
26917
26918 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26919 - type: "plot"
26920   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26921   algorithm: "plot_throughput_speedup_analysis"
26922   output-file-type: ".html"
26923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26925   filter: "'NIC_Intel-X520-DA2' and
26926            '64B' and
26927            'NDRPDR' and
26928            ('ETH' or 'DOT1Q') and
26929            ('L2BDMACLRN' or 'L2XCFWD') and
26930            'VHOST_1024' and
26931            not 'CFS_OPT' and
26932            not 'DOT1Q' and
26933            not 'VXLAN' and
26934            not 'IP4FWD' and
26935            not 'LBOND'"
26936   parameters:
26937   - "throughput"
26938   - "parent"
26939   - "tags"
26940 #  sort:
26941 #  - "1VM"
26942 #  - "L2XCFWD"
26943 #  - "1VM"
26944 #  - "L2BDMACLRN"
26945   layout:
26946     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26947     layout: "plot-throughput-speedup-analysis"
26948
26949 - type: "plot"
26950   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26951   algorithm: "plot_throughput_speedup_analysis"
26952   output-file-type: ".html"
26953   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26955   filter: "'NIC_Intel-X520-DA2' and
26956            '64B' and
26957            'NDRPDR' and
26958            ('ETH' or 'DOT1Q') and
26959            ('L2BDMACLRN' or 'L2XCFWD') and
26960            'VHOST_1024' and
26961            not 'CFS_OPT' and
26962            not 'DOT1Q' and
26963            not 'VXLAN' and
26964            not 'IP4FWD' and
26965            not 'LBOND'"
26966   parameters:
26967   - "throughput"
26968   - "parent"
26969   - "tags"
26970 #  sort:
26971 #  - "1VM"
26972 #  - "L2XCFWD"
26973 #  - "1VM"
26974 #  - "L2BDMACLRN"
26975   layout:
26976     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26977     layout: "plot-throughput-speedup-analysis"
26978
26979 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26980 - type: "plot"
26981   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26982   algorithm: "plot_throughput_speedup_analysis"
26983   output-file-type: ".html"
26984   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26986   filter: "'NIC_Intel-X710' and
26987            '64B' and
26988            'NDRPDR' and
26989            'ETH' and
26990            'IP4FWD' and
26991            'VHOST_1024' and
26992            not 'VXLAN' and
26993            not 'CFS_OPT' and
26994            not 'DOT1Q'"
26995   parameters:
26996   - "throughput"
26997   - "parent"
26998   - "tags"
26999   sort:
27000   - "1VM"
27001   - "2VM"
27002   layout:
27003     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27004     layout: "plot-throughput-speedup-analysis"
27005
27006 - type: "plot"
27007   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27008   algorithm: "plot_throughput_speedup_analysis"
27009   output-file-type: ".html"
27010   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27012   filter: "'NIC_Intel-X710' and
27013            '64B' and
27014            'NDRPDR' and
27015            'ETH' and
27016            'IP4FWD' and
27017            'VHOST_1024' and
27018            not 'VXLAN' and
27019            not 'CFS_OPT' and
27020            not 'DOT1Q'"
27021   parameters:
27022   - "throughput"
27023   - "parent"
27024   - "tags"
27025   sort:
27026   - "1VM"
27027   - "2VM"
27028   layout:
27029     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27030     layout: "plot-throughput-speedup-analysis"
27031
27032 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27033 - type: "plot"
27034   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27035   algorithm: "plot_throughput_speedup_analysis"
27036   output-file-type: ".html"
27037   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-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' or 'DOT1Q') and
27043            'BASE' and
27044            ('L2BDMACLRN' or 'L2XCFWD') and
27045            'VHOST_1024' and
27046            not 'VXLAN' and
27047            not 'IP4FWD' and
27048            not '2VM'"
27049   parameters:
27050   - "throughput"
27051   - "parent"
27052   - "tags"
27053   sort:
27054   - "L2BDMACLRN"
27055   - "L2BDMACLRN"
27056   - "L2BDMACLRN"
27057   - "L2XCFWD"
27058   - "L2XCFWD"
27059   - "L2XCFWD"
27060   layout:
27061     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27062     layout: "plot-throughput-speedup-analysis"
27063
27064 - type: "plot"
27065   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27066   algorithm: "plot_throughput_speedup_analysis"
27067   output-file-type: ".html"
27068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27070   filter: "'NIC_Intel-X710' and
27071            '64B' and
27072            'NDRPDR' and
27073            ('ETH' or 'DOT1Q') and
27074            'BASE' and
27075            ('L2BDMACLRN' or 'L2XCFWD') and
27076            'VHOST_1024' and
27077            not 'VXLAN' and
27078            not 'IP4FWD' and
27079            not '2VM'"
27080   parameters:
27081   - "throughput"
27082   - "parent"
27083   - "tags"
27084   sort:
27085   - "L2BDMACLRN"
27086   - "L2BDMACLRN"
27087   - "L2BDMACLRN"
27088   - "L2XCFWD"
27089   - "L2XCFWD"
27090   - "L2XCFWD"
27091   layout:
27092     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27093     layout: "plot-throughput-speedup-analysis"
27094
27095 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27096 - type: "plot"
27097   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27098   algorithm: "plot_throughput_speedup_analysis"
27099   output-file-type: ".html"
27100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27102   filter: "'NIC_Intel-X710' and
27103            '64B' and
27104            'NDRPDR' and
27105            ('ETH' or 'DOT1Q') and
27106            ('L2BDMACLRN' or 'L2XCFWD') and
27107            'VHOST_1024' and
27108            not 'CFS_OPT' and
27109            not 'VXLAN' and
27110            not 'IP4FWD' and
27111            not 'LBOND'"
27112   parameters:
27113   - "throughput"
27114   - "parent"
27115   - "tags"
27116   sort:
27117   - "L2BDMACLRN"
27118   - "L2BDMACLRN"
27119   - "L2BDMACLRN"
27120   - "L2XCFWD"
27121   - "L2XCFWD"
27122   - "L2XCFWD"
27123   layout:
27124     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27125     layout: "plot-throughput-speedup-analysis"
27126
27127 - type: "plot"
27128   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27129   algorithm: "plot_throughput_speedup_analysis"
27130   output-file-type: ".html"
27131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27133   filter: "'NIC_Intel-X710' and
27134            '64B' and
27135            'NDRPDR' and
27136            ('ETH' or 'DOT1Q') and
27137            ('L2BDMACLRN' or 'L2XCFWD') and
27138            'VHOST_1024' and
27139            not 'CFS_OPT' and
27140            not 'VXLAN' and
27141            not 'IP4FWD' and
27142            not 'LBOND'"
27143   parameters:
27144   - "throughput"
27145   - "parent"
27146   - "tags"
27147   sort:
27148   - "L2BDMACLRN"
27149   - "L2BDMACLRN"
27150   - "L2BDMACLRN"
27151   - "L2XCFWD"
27152   - "L2XCFWD"
27153   - "L2XCFWD"
27154   layout:
27155     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27156     layout: "plot-throughput-speedup-analysis"
27157
27158 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27159 - type: "plot"
27160   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27161   algorithm: "plot_throughput_speedup_analysis"
27162   output-file-type: ".html"
27163   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27165   filter: "'NIC_Intel-X710' and
27166            '64B' and
27167            'NDRPDR' and
27168            'ETH' and
27169            'IP4FWD' and
27170            'VHOST_1024' and
27171            not 'VXLAN' and
27172            not 'DOT1Q'"
27173   parameters:
27174   - "throughput"
27175   - "parent"
27176   - "tags"
27177   sort:
27178   - "1VM"
27179   - "2VM"
27180   layout:
27181     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27182     layout: "plot-throughput-speedup-analysis"
27183
27184 - type: "plot"
27185   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27186   algorithm: "plot_throughput_speedup_analysis"
27187   output-file-type: ".html"
27188   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27190   filter: "'NIC_Intel-X710' and
27191            '64B' and
27192            'NDRPDR' and
27193            'ETH' and
27194            'IP4FWD' and
27195            'VHOST_1024' and
27196            not 'VXLAN' and
27197            not 'DOT1Q'"
27198   parameters:
27199   - "throughput"
27200   - "parent"
27201   - "tags"
27202   sort:
27203   - "1VM"
27204   - "2VM"
27205   layout:
27206     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27207     layout: "plot-throughput-speedup-analysis"
27208
27209 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27210 - type: "plot"
27211   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27212   algorithm: "plot_throughput_speedup_analysis"
27213   output-file-type: ".html"
27214   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27216   filter: "'NIC_Intel-X710' and
27217            '64B' and
27218            'NDRPDR' and
27219            'ETH' and
27220            'IP4FWD' and
27221            'VHOST_1024' and
27222            not 'VXLAN' and
27223            not 'NF_DENSITY' and
27224            not 'CFS_OPT' and
27225            not 'DOT1Q'"
27226   parameters:
27227   - "throughput"
27228   - "parent"
27229   - "tags"
27230   sort:
27231   - "1VM"
27232   - "2VM"
27233   layout:
27234     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27235     layout: "plot-throughput-speedup-analysis"
27236
27237 - type: "plot"
27238   title: "VPP Speedup: vhost-ip4-2n-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-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27242   data: "plot-vpp-throughput-lat-tsa-2n-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 'NF_DENSITY' and
27251            not 'CFS_OPT' and
27252            not 'DOT1Q'"
27253   parameters:
27254   - "throughput"
27255   - "parent"
27256   - "tags"
27257   sort:
27258   - "1VM"
27259   - "2VM"
27260   layout:
27261     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27262     layout: "plot-throughput-speedup-analysis"
27263
27264 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27265 - type: "plot"
27266   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27267   algorithm: "plot_throughput_speedup_analysis"
27268   output-file-type: ".html"
27269   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27271   filter: "'NIC_Intel-X710' and
27272            '64B' and
27273            'NDRPDR' and
27274            ('ETH' or 'DOT1Q') and
27275            'BASE' and
27276            ('L2BDMACLRN' or 'L2XCFWD') and
27277            'VHOST_1024' and
27278            not 'VXLAN' and
27279            not 'NF_DENSITY' and
27280            not 'IP4FWD' and
27281            not '2VM'"
27282   parameters:
27283   - "throughput"
27284   - "parent"
27285   - "tags"
27286 #  sort:
27287 #  - "not CFS_OPT"
27288 #  - "L2XCFWD"
27289 #  - "not CFS_OPT"
27290 #  - "CFS_OPT"
27291   layout:
27292     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27293     layout: "plot-throughput-speedup-analysis"
27294
27295 - type: "plot"
27296   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27297   algorithm: "plot_throughput_speedup_analysis"
27298   output-file-type: ".html"
27299   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27301   filter: "'NIC_Intel-X710' and
27302            '64B' and
27303            'NDRPDR' and
27304            ('ETH' or 'DOT1Q') and
27305            'BASE' and
27306            ('L2BDMACLRN' or 'L2XCFWD') and
27307            'VHOST_1024' and
27308            not 'VXLAN' and
27309            not 'NF_DENSITY' and
27310            not 'IP4FWD' and
27311            not '2VM'"
27312   parameters:
27313   - "throughput"
27314   - "parent"
27315   - "tags"
27316 #  sort:
27317 #  - "not CFS_OPT"
27318 #  - "L2XCFWD"
27319 #  - "not CFS_OPT"
27320 #  - "CFS_OPT"
27321   layout:
27322     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27323     layout: "plot-throughput-speedup-analysis"
27324
27325 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27326 - type: "plot"
27327   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27328   algorithm: "plot_throughput_speedup_analysis"
27329   output-file-type: ".html"
27330   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27332   filter: "'NIC_Intel-X710' and
27333            '64B' and
27334            'NDRPDR' and
27335            ('ETH' or 'DOT1Q') and
27336            ('L2BDMACLRN' or 'L2XCFWD') and
27337            'VHOST_1024' and
27338            not 'CFS_OPT' and
27339            not 'VXLAN' and
27340            not 'NF_DENSITY' and
27341            not 'DOT1Q' and
27342            not 'IP4FWD'"
27343   parameters:
27344   - "throughput"
27345   - "parent"
27346   - "tags"
27347 #  sort:
27348 #  - "1VM"
27349 #  - "L2XCFWD"
27350 #  - "1VM"
27351 #  - "L2BDMACLRN"
27352   layout:
27353     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27354     layout: "plot-throughput-speedup-analysis"
27355
27356 - type: "plot"
27357   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27358   algorithm: "plot_throughput_speedup_analysis"
27359   output-file-type: ".html"
27360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27362   filter: "'NIC_Intel-X710' and
27363            '64B' and
27364            'NDRPDR' and
27365            ('ETH' or 'DOT1Q') and
27366            ('L2BDMACLRN' or 'L2XCFWD') and
27367            'VHOST_1024' and
27368            not 'CFS_OPT' and
27369            not 'VXLAN' and
27370            not 'NF_DENSITY' and
27371            not 'DOT1Q' and
27372            not 'IP4FWD'"
27373   parameters:
27374   - "throughput"
27375   - "parent"
27376   - "tags"
27377 #  sort:
27378 #  - "1VM"
27379 #  - "L2XCFWD"
27380 #  - "1VM"
27381 #  - "L2BDMACLRN"
27382   layout:
27383     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27384     layout: "plot-throughput-speedup-analysis"
27385
27386 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27387 - type: "plot"
27388   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27389   algorithm: "plot_throughput_speedup_analysis"
27390   output-file-type: ".html"
27391   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27393   filter: "'NIC_Intel-XXV710' and
27394            '64B' and
27395            'NDRPDR' and
27396            'ETH' and
27397            'IP4FWD' and
27398            'VHOST_1024' and
27399            not 'VXLAN' and
27400            not 'CFS_OPT' and
27401            not 'DOT1Q'"
27402   parameters:
27403   - "throughput"
27404   - "parent"
27405   - "tags"
27406   sort:
27407   - "not CFS_OPT"
27408   - "1VM"
27409   - "2VM"
27410   layout:
27411     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27412     layout: "plot-throughput-speedup-analysis"
27413
27414 - type: "plot"
27415   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27416   algorithm: "plot_throughput_speedup_analysis"
27417   output-file-type: ".html"
27418   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27420   filter: "'NIC_Intel-XXV710' and
27421            '64B' and
27422            'NDRPDR' and
27423            'ETH' and
27424            'IP4FWD' and
27425            'VHOST_1024' and
27426            not 'VXLAN' and
27427            not 'CFS_OPT' and
27428            not 'DOT1Q'"
27429   parameters:
27430   - "throughput"
27431   - "parent"
27432   - "tags"
27433   sort:
27434   - "not CFS_OPT"
27435   - "1VM"
27436   - "2VM"
27437   layout:
27438     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27439     layout: "plot-throughput-speedup-analysis"
27440
27441 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27442 #- type: "plot"
27443 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27444 #  algorithm: "plot_throughput_speedup_analysis"
27445 #  output-file-type: ".html"
27446 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27447 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27448 #  filter: "'NIC_Intel-XXV710' and
27449 #           '64B' and
27450 #           'NDRPDR' and
27451 #           ('ETH' or 'DOT1Q') and
27452 #           'BASE' and
27453 #           ('L2BDMACLRN' or 'L2XCFWD') and
27454 #           'VHOST_1024' and
27455 #           not 'VXLAN' and
27456 #           not 'IP4FWD' and
27457 #           not '2VM'"
27458 #  parameters:
27459 #  - "throughput"
27460 #  - "parent"
27461 #  - "tags"
27462 ##  sort:
27463 ##  - "not CFS_OPT"
27464 ##  - "L2XCFWD"
27465 ##  - "not CFS_OPT"
27466 ##  - "CFS_OPT"
27467 #  layout:
27468 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27469 #    layout: "plot-throughput-speedup-analysis"
27470 #
27471 #- type: "plot"
27472 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27473 #  algorithm: "plot_throughput_speedup_analysis"
27474 #  output-file-type: ".html"
27475 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27476 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27477 #  filter: "'NIC_Intel-XXV710' and
27478 #           '64B' and
27479 #           'NDRPDR' and
27480 #           ('ETH' or 'DOT1Q') and
27481 #           'BASE' and
27482 #           ('L2BDMACLRN' or 'L2XCFWD') and
27483 #           'VHOST_1024' and
27484 #           not 'VXLAN' and
27485 #           not 'IP4FWD' and
27486 #           not '2VM'"
27487 #  parameters:
27488 #  - "throughput"
27489 #  - "parent"
27490 #  - "tags"
27491 ##  sort:
27492 ##  - "not CFS_OPT"
27493 ##  - "L2XCFWD"
27494 ##  - "not CFS_OPT"
27495 ##  - "CFS_OPT"
27496 #  layout:
27497 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27498 #    layout: "plot-throughput-speedup-analysis"
27499 #
27500 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27501 #- type: "plot"
27502 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27503 #  algorithm: "plot_throughput_speedup_analysis"
27504 #  output-file-type: ".html"
27505 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27507 #  filter: "'NIC_Intel-XXV710' and
27508 #           '64B' and
27509 #           'NDRPDR' and
27510 #           ('ETH' or 'DOT1Q') and
27511 #           ('L2BDMACLRN' or 'L2XCFWD') and
27512 #           'VHOST_1024' and
27513 #           not 'CFS_OPT' and
27514 #           not 'VXLAN' and
27515 #           not 'DOT1Q' and
27516 #           not 'IP4FWD'"
27517 #  parameters:
27518 #  - "throughput"
27519 #  - "parent"
27520 #  - "tags"
27521 ##  sort:
27522 ##  - "1VM"
27523 ##  - "L2XCFWD"
27524 ##  - "1VM"
27525 ##  - "L2BDMACLRN"
27526 #  layout:
27527 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27528 #    layout: "plot-throughput-speedup-analysis"
27529 #
27530 #- type: "plot"
27531 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27532 #  algorithm: "plot_throughput_speedup_analysis"
27533 #  output-file-type: ".html"
27534 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27535 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27536 #  filter: "'NIC_Intel-XXV710' and
27537 #           '64B' and
27538 #           'NDRPDR' and
27539 #           ('ETH' or 'DOT1Q') and
27540 #           ('L2BDMACLRN' or 'L2XCFWD') and
27541 #           'VHOST_1024' and
27542 #           not 'CFS_OPT' and
27543 #           not 'VXLAN' and
27544 #           not 'DOT1Q' and
27545 #           not 'IP4FWD'"
27546 #  parameters:
27547 #  - "throughput"
27548 #  - "parent"
27549 #  - "tags"
27550 ##  sort:
27551 ##  - "1VM"
27552 ##  - "L2XCFWD"
27553 ##  - "1VM"
27554 ##  - "L2BDMACLRN"
27555 #  layout:
27556 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27557 #    layout: "plot-throughput-speedup-analysis"
27558
27559 ################################################################################
27560
27561 # Speedup - VPP vts 3n-hsw-x520
27562 - type: "plot"
27563   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27564   algorithm: "plot_throughput_speedup_analysis"
27565   output-file-type: ".html"
27566   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27568   filter: "'NIC_Intel-X520-DA2' and
27569            '114B' and
27570            'NDRPDR' and
27571            'VTS'"
27572   parameters:
27573   - "throughput"
27574   - "parent"
27575   - "tags"
27576   layout:
27577     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27578     layout: "plot-throughput-speedup-analysis"
27579
27580 - type: "plot"
27581   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27582   algorithm: "plot_throughput_speedup_analysis"
27583   output-file-type: ".html"
27584   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27586   filter: "'NIC_Intel-X520-DA2' and
27587            '114B' and
27588            'NDRPDR' and
27589            'VTS'"
27590   parameters:
27591   - "throughput"
27592   - "parent"
27593   - "tags"
27594   layout:
27595     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27596     layout: "plot-throughput-speedup-analysis"