CSIT-1504: Soak tests - box plots
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # TODO: Replace with 1904 data
147 #      # csit-vpp-perf-verify-1904-3n-hsw:
148 #      csit-vpp-perf-verify-1810-3n-hsw:
149 #        - 28  # WRK
150 #        - 29  # WRK
151 #        - 30  # WRK
152 #        - 31  # WRK
153 #        - 32  # WRK
154 #        - 33  # WRK
155 #        - 34  # WRK
156 #        - 35  # WRK
157 #        - 36  # WRK
158 #        - 37  # WRK
159
160 #    plot-ligato-throughput-lat-tsa-3n-hsw:
161 #      # TODO: Replace with 1904 data
162 #      # csit-ligato-perf-verify-1904-3n-hsw:
163 #      csit-ligato-perf-verify-1901-3n-hsw:
164 #        - 8   # NDRPDR sel
165 #        - 9   # NDRPDR sel
166 #        - 11  # NDRPDR sel
167 #        - 12  # NDRPDR sel
168 #        - 13  # NDRPDR sel
169 #        - 14  # NDRPDR sel
170 #        - 15  # NDRPDR sel
171 #        - 16  # NDRPDR sel
172 #        - 17  # NDRPDR sel
173 #        - 18  # NDRPDR sel
174
175     plot-dpdk-throughput-latency-3n-hsw:
176       csit-dpdk-perf-verify-1904-3n-hsw:
177         - 2   # NDRPDR sel
178         - 3   # NDRPDR sel
179         - 5   # NDRPDR sel
180         - 6   # NDRPDR sel
181         - 13  # NDRPDR sel
182         - 14  # NDRPDR sel
183         - 15  # NDRPDR sel
184         - 18  # NDRPDR sel
185         - 19  # NDRPDR sel
186         - 20  # NDRPDR sel
187
188     # 3n-skx
189
190     plot-vpp-throughput-lat-tsa-3n-skx:
191       csit-vpp-perf-verify-1904-3n-skx:
192         - 8   # NDRPDR sel
193         - 9   # NDRPDR sel
194         - 10  # NDRPDR sel
195         - 11  # NDRPDR sel
196         - 12  # NDRPDR sel
197         - 14  # NDRPDR sel
198         - 16  # NDRPDR sel
199         - 21  # NDRPDR sel
200         - 23  # NDRPDR sel
201         - 25  # NDRPDR sel
202
203     plot-dpdk-throughput-latency-3n-skx:
204       csit-dpdk-perf-verify-1904-3n-skx:
205         - 2   # NDRPDR sel
206         - 3   # NDRPDR sel
207         - 4   # NDRPDR sel
208         - 5   # NDRPDR sel
209         - 6   # NDRPDR sel
210         - 7   # NDRPDR sel
211         - 11  # NDRPDR sel
212         - 12  # NDRPDR sel
213         - 13  # NDRPDR sel
214         - 14  # NDRPDR sel
215
216     # 2n-skx
217
218     plot-vpp-throughput-lat-tsa-2n-skx:
219       csit-vpp-perf-verify-1904-2n-skx:
220         - 12  # NDRPDR sel
221         - 14  # NDRPDR sel
222         - 16  # NDRPDR sel
223         - 17  # NDRPDR sel
224         - 18  # NDRPDR sel
225         - 21  # NDRPDR sel
226         - 27  # NDRPDR sel
227         - 30  # NDRPDR sel
228         - 31  # NDRPDR sel
229         - 32  # NDRPDR sel
230
231     plot-vpp-soak-2n-skx:
232       # TODO: Add 1904 data
233       csit-vpp-perf-verify-1904-2n-skx:
234         - 70  # SOAK
235         - 71  # SOAK
236
237     plot-vpp-nfv-2n-skx-ndrpdr-64b:
238       csit-vpp-perf-verify-1904-2n-skx:
239         - 56  # NFV NDRPDR 64b
240         - 59  # NFV NDRPDR 64b
241         - 60  # NFV NDRPDR 64b
242         - 65  # NFV NDRPDR 64b
243         - 68  # NFV NDRPDR 64b
244
245     plot-vpp-nfv-2n-skx-ndrpdr-imix:
246       # TODO: Add 1904 data
247       csit-vpp-perf-verify-1904-2n-skx:
248         - 66  # NFV NDRPDR IMIX
249         - 67  # NFV NDRPDR IMIX
250         - 69  # NFV NDRPDR IMIX
251
252     plot-vpp-nfv-2n-skx-mrr-64b:
253       csit-vpp-perf-verify-1904-2n-skx:
254         - 40  # NFV MRR 64b
255         - 41  # NFV MRR 64b
256         - 42  # NFV MRR 64b
257         - 47  # NFV MRR 64b
258         - 48  # NFV MRR 64b
259
260     plot-vpp-nfv-2n-skx-mrr-imix:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 49  # NFV MRR IMIX
263         - 50  # NFV MRR IMIX
264         - 51  # NFV MRR IMIX
265         - 54  # NFV MRR IMIX
266         - 55  # NFV MRR IMIX
267
268     plot-dpdk-throughput-latency-2n-skx:
269       csit-dpdk-perf-verify-1904-2n-skx:
270         - 2   # NDRPDR sel
271         - 3   # NDRPDR sel
272         - 4   # NDRPDR sel
273         - 5   # NDRPDR sel
274         - 7   # NDRPDR sel
275         - 8   # NDRPDR sel
276         - 9   # NDRPDR sel
277         - 10  # NDRPDR sel
278         - 11  # NDRPDR sel
279         - 12  # NDRPDR sel
280
281     # 3rd party
282
283 #    # Denverton:
284 #    intel-dnv-vpp:
285 #      # TODO: Replace with 1904 data
286 #      # intel-dnv-vpp-release-1904:
287 #      intel-dnv-vpp-release-1901:
288 #        - 1
289
290     ###########################################################################
291     # Simple tables (only one data set):
292
293     # NIC Comparisons
294
295     vpp-nic-comparison-3n-hsw:
296       csit-vpp-perf-verify-1904-3n-hsw:
297         - 11  # NDRPDR sel
298         - 12  # NDRPDR sel
299         - 20  # NDRPDR sel
300         - 21  # NDRPDR sel
301         - 23  # NDRPDR sel
302         - 24  # NDRPDR sel
303         - 25  # NDRPDR sel
304         - 26  # NDRPDR sel
305         - 29  # NDRPDR sel
306         - 30  # NDRPDR sel
307
308     vpp-nic-comparison-3n-skx:
309       csit-vpp-perf-verify-1904-3n-skx:
310         - 8   # NDRPDR sel
311         - 9   # NDRPDR sel
312         - 10  # NDRPDR sel
313         - 11  # NDRPDR sel
314         - 12  # NDRPDR sel
315         - 14  # NDRPDR sel
316         - 16  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 25  # NDRPDR sel
320
321     vpp-nic-comparison-2n-skx:
322       csit-vpp-perf-verify-1904-2n-skx:
323         - 12  # NDRPDR sel
324         - 14  # NDRPDR sel
325         - 16  # NDRPDR sel
326         - 17  # NDRPDR sel
327         - 18  # NDRPDR sel
328         - 21  # NDRPDR sel
329         - 27  # NDRPDR sel
330         - 30  # NDRPDR sel
331         - 31  # NDRPDR sel
332         - 32  # NDRPDR sel
333
334     vpp-nic-comparison-3n-hsw-mrr:
335       csit-vpp-perf-verify-1904-3n-hsw:
336         - 9   # MRR sel
337
338     vpp-nic-comparison-3n-skx-mrr:
339       csit-vpp-perf-verify-1904-3n-skx:
340         - 7   # MRR sel
341
342     vpp-nic-comparison-2n-skx-mrr:
343       csit-vpp-perf-verify-1904-2n-skx:
344         - 11  # MRR sel
345
346     # Results
347
348     vpp-perf-results-3n-hsw:
349       # TODO: Replace with FULL 1904 data
350       csit-vpp-perf-verify-1904-3n-hsw:
351         - 12  # NDRPDR sel
352
353     vpp-perf-results-3n-skx:
354       csit-vpp-perf-verify-1904-3n-skx:
355         - 26  # NDRPDR full
356         - 27  # NDRPDR full
357         - 30  # NDRPDR full
358         - 31  # NDRPDR full
359
360     vpp-perf-results-2n-skx:
361       csit-vpp-perf-verify-1904-2n-skx:
362         - 33  # NDRPDR full
363         - 39  # NDRPDR full
364         - 58  # NDRPDR full
365         - 62  # NDRPDR full
366
367     vpp-mrr-results-3n-hsw:
368       csit-vpp-perf-verify-1904-3n-hsw:
369         - 9   # MRR sel
370
371     vpp-mrr-results-3n-skx:
372       csit-vpp-perf-verify-1904-3n-skx:
373         - 7   # MRR sel
374
375     vpp-mrr-results-2n-skx:
376       csit-vpp-perf-verify-1904-2n-skx:
377         - 11  # MRR sel
378
379     vpp-func-results-ubuntu:
380       csit-vpp-functional-1904-ubuntu1604-virl:
381         - 29
382
383     vpp-func-results-centos:
384       csit-vpp-functional-1904-centos7-virl:
385         - 32
386
387     vpp-device-results-ubuntu:
388       csit-vpp-device-1904-ubuntu1804-1n-skx:
389         - 33
390
391 #    # VPP Ligato
392 #    ligato-perf-results-3n-hsw:
393 #      # TODO: Replace with 1904 data
394 #      # csit-ligato-perf-verify-1904-3n-hsw:
395 #      csit-ligato-perf-verify-1901-3n-hsw:
396 #        - 10  # NDRPDR full
397
398     dpdk-perf-results-3n-hsw:
399       csit-dpdk-perf-verify-1904-3n-hsw:
400         - 5   # NDRPDR sel
401
402     dpdk-perf-results-3n-skx:
403       csit-dpdk-perf-verify-1904-3n-skx:
404         - 7   # NDRPDR sel
405
406     dpdk-perf-results-2n-skx:
407       csit-dpdk-perf-verify-1904-2n-skx:
408         - 9   # NDRPDR sel
409
410     # HoneyComb Functional
411     hc-func-results:
412       csit-hc2vpp-verify-func-1904-ubuntu1604:
413         - 4
414
415 #    # NSH SFC Functional
416 #    nsh-func-results:
417 #      # Not used
418 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
419 #        - 1
420
421     # DMM Functional
422     dmm-func-results:
423       csit-dmm-functional-1904-ubuntu1604-virl:
424         - 1
425
426     ###########################################################################
427     # Tables (more than one data set)
428
429     # Performance changes
430
431 #    intel-dnv-vpp-changes-2n-dnv-h1:
432 #      intel-dnv-vpp-release-1810:
433 #        - 1
434 #    intel-dnv-vpp-changes-2n-dnv-ref:
435 #      intel-dnv-vpp-release-1901:
436 #        - 1
437 #    intel-dnv-vpp-changes-2n-dnv-cmp:
438 #      # TODO: Replace with 1904 data
439 #      # intel-dnv-vpp-release-1904:
440 #      intel-dnv-vpp-release-1901:
441 #        - 1
442 #    intel-dnv-vpp-changes-2n-dnv:
443 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
444 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
445 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
446
447     vpp-performance-changes-3n-hsw-h1:
448       csit-vpp-perf-verify-1810-3n-hsw:
449         - 8   # NDRPDR sel
450         - 12  # NDRPDR sel
451         - 14  # NDRPDR sel
452         - 18  # NDRPDR sel
453         - 23  # NDRPDR sel
454         - 25  # NDRPDR sel
455         - 38  # NDRPDR sel
456         - 39  # NDRPDR sel
457         - 41  # NDRPDR sel
458         - 42  # NDRPDR sel
459     vpp-performance-changes-3n-hsw-ref:
460       csit-vpp-perf-verify-1901-3n-hsw:
461         - 10  # NDRPDR sel
462         - 19  # NDRPDR sel
463         - 31  # NDRPDR sel
464         - 36  # NDRPDR sel
465         - 40  # NDRPDR sel
466         - 42  # NDRPDR sel
467         - 44  # NDRPDR sel
468         - 46  # NDRPDR sel
469         - 47  # NDRPDR sel
470         - 48  # NDRPDR sel
471         - 61  # NDRPDR LB
472         - 62  # NDRPDR LB
473         - 63  # NDRPDR LB
474         - 64  # NDRPDR LB
475         - 65  # NDRPDR LB
476         - 66  # NDRPDR LB
477         - 67  # NDRPDR LB
478         - 69  # NDRPDR LB
479         - 70  # NDRPDR LB
480         - 71  # NDRPDR LB
481     vpp-performance-changes-3n-hsw-cmp:
482       csit-vpp-perf-verify-1904-3n-hsw:
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 20  # NDRPDR sel
486         - 21  # NDRPDR sel
487         - 23  # NDRPDR sel
488         - 24  # NDRPDR sel
489         - 25  # NDRPDR sel
490         - 26  # NDRPDR sel
491         - 29  # NDRPDR sel
492         - 30  # NDRPDR sel
493     vpp-performance-changes-3n-hsw:
494       - "vpp-performance-changes-3n-hsw-h1"
495       - "vpp-performance-changes-3n-hsw-ref"
496       - "vpp-performance-changes-3n-hsw-cmp"
497
498     vpp-performance-changes-3n-skx-h1:
499       csit-vpp-perf-verify-1810-3n-skx:
500         - 10  # NDRPDR sel
501         - 14  # NDRPDR sel
502         - 15  # NDRPDR sel
503         - 16  # NDRPDR sel
504         - 17  # NDRPDR sel
505         - 19  # NDRPDR sel
506         - 20  # NDRPDR sel
507         - 21  # NDRPDR sel
508         - 22  # NDRPDR sel
509         - 25  # NDRPDR sel
510     vpp-performance-changes-3n-skx-ref:
511       csit-vpp-perf-verify-1901-3n-skx:
512         - 18  # NDRPDR sel
513         - 19  # NDRPDR sel
514         - 20  # NDRPDR sel
515         - 28  # NDRPDR sel
516         - 31  # NDRPDR sel
517         - 33  # NDRPDR sel
518         - 36  # NDRPDR sel
519         - 38  # NDRPDR sel
520         - 47  # NDRPDR sel
521         - 48  # NDRPDR sel
522         - 54  # NDRPDR LB
523         - 57  # NDRPDR LB
524         - 58  # NDRPDR LB
525         - 59  # NDRPDR LB
526         - 60  # NDRPDR LB
527         - 63  # NDRPDR LB
528         - 64  # NDRPDR LB
529         - 65  # NDRPDR LB
530         - 66  # NDRPDR LB
531         - 67  # NDRPDR LB
532     vpp-performance-changes-3n-skx-cmp:
533       csit-vpp-perf-verify-1904-3n-skx:
534         - 8   # NDRPDR sel
535         - 9   # NDRPDR sel
536         - 10  # NDRPDR sel
537         - 11  # NDRPDR sel
538         - 12  # NDRPDR sel
539         - 14  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 21  # NDRPDR sel
542         - 23  # NDRPDR sel
543         - 25  # NDRPDR sel
544     vpp-performance-changes-3n-skx:
545       - "vpp-performance-changes-3n-skx-h1"
546       - "vpp-performance-changes-3n-skx-ref"
547       - "vpp-performance-changes-3n-skx-cmp"
548
549     vpp-performance-changes-2n-skx-h1:
550       csit-vpp-perf-verify-1810-2n-skx:
551         - 9   # NDRPDR sel
552         - 13  # NDRPDR sel
553         - 14  # NDRPDR sel
554         - 19  # NDRPDR sel
555         - 20  # NDRPDR sel
556         - 21  # NDRPDR sel
557         - 22  # NDRPDR sel
558         - 23  # NDRPDR sel
559         - 24  # NDRPDR sel
560         - 27  # NDRPDR sel
561     vpp-performance-changes-2n-skx-ref:
562       csit-vpp-perf-verify-1901-2n-skx:
563         - 5   # NDRPDR sel
564         - 12  # NDRPDR sel
565         - 13  # NDRPDR sel
566         - 21  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 31  # NDRPDR sel
569         - 34  # NDRPDR sel
570         - 40  # NDRPDR sel
571         - 42  # NDRPDR sel
572         - 43  # NDRPDR sel
573     vpp-performance-changes-2n-skx-cmp:
574       csit-vpp-perf-verify-1904-2n-skx:
575         - 12  # NDRPDR sel
576         - 14  # NDRPDR sel
577         - 16  # NDRPDR sel
578         - 17  # NDRPDR sel
579         - 18  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 27  # NDRPDR sel
582         - 30  # NDRPDR sel
583         - 31  # NDRPDR sel
584         - 32  # NDRPDR sel
585     vpp-performance-changes-2n-skx:
586       - "vpp-performance-changes-2n-skx-h1"
587       - "vpp-performance-changes-2n-skx-ref"
588       - "vpp-performance-changes-2n-skx-cmp"
589
590     vpp-soak-vs-ndr-2n-skx-ref:
591       csit-vpp-perf-verify-1904-2n-skx:
592         - 12  # NDRPDR sel
593         - 14  # NDRPDR sel
594         - 16  # NDRPDR sel
595         - 17  # NDRPDR sel
596         - 18  # NDRPDR sel
597         - 21  # NDRPDR sel
598         - 27  # NDRPDR sel
599         - 30  # NDRPDR sel
600         - 31  # NDRPDR sel
601         - 32  # NDRPDR sel
602     vpp-soak-vs-ndr-2n-skx-cmp:
603       csit-vpp-perf-verify-1904-2n-skx:
604         - 70  # SOAK
605         - 71  # SOAK
606     vpp-soak-vs-ndr-2n-skx:
607       csit-vpp-perf-verify-1904-2n-skx:
608         - 12  # NDRPDR sel
609         - 14  # NDRPDR sel
610         - 16  # NDRPDR sel
611         - 17  # NDRPDR sel
612         - 18  # NDRPDR sel
613         - 21  # NDRPDR sel
614         - 27  # NDRPDR sel
615         - 30  # NDRPDR sel
616         - 31  # NDRPDR sel
617         - 32  # NDRPDR sel
618         - 70  # SOAK
619         - 71  # SOAK
620
621     vpp-performance-changes-3n-hsw-mrr-h1:
622       csit-vpp-perf-verify-1810-3n-hsw:
623         - 9   # MRR sel
624     vpp-performance-changes-3n-hsw-mrr-ref:
625       csit-vpp-perf-verify-1901-3n-hsw:
626         - 35  # MRR sel
627     vpp-performance-changes-3n-hsw-mrr-cmp:
628       csit-vpp-perf-verify-1904-3n-hsw:
629         - 9   # MRR sel
630     vpp-performance-changes-3n-hsw-mrr:
631       - "vpp-performance-changes-3n-hsw-mrr-h1"
632       - "vpp-performance-changes-3n-hsw-mrr-ref"
633       - "vpp-performance-changes-3n-hsw-mrr-cmp"
634
635     vpp-performance-changes-3n-skx-mrr-h1:
636       csit-vpp-perf-verify-1810-3n-skx:
637         - 9   # MRR sel
638         - 11  # MRR sel
639         - 12  # MRR sel
640         - 13  # MRR sel
641     vpp-performance-changes-3n-skx-mrr-ref:
642       csit-vpp-perf-verify-1901-3n-skx:
643         - 32  # MRR sel
644     vpp-performance-changes-3n-skx-mrr-cmp:
645       csit-vpp-perf-verify-1904-3n-skx:
646         - 7   # MRR sel
647     vpp-performance-changes-3n-skx-mrr:
648       - "vpp-performance-changes-3n-skx-mrr-h1"
649       - "vpp-performance-changes-3n-skx-mrr-ref"
650       - "vpp-performance-changes-3n-skx-mrr-cmp"
651
652     vpp-performance-changes-2n-skx-mrr-h1:
653       csit-vpp-perf-verify-1810-2n-skx:
654         - 8   # MRR sel
655         - 10  # MRR sel
656         - 11  # MRR sel
657         - 12  # MRR sel
658     vpp-performance-changes-2n-skx-mrr-ref:
659       csit-vpp-perf-verify-1901-2n-skx:
660         - 22  # MRR sel
661     vpp-performance-changes-2n-skx-mrr-cmp:
662       csit-vpp-perf-verify-1904-2n-skx:
663         - 11  # MRR sel
664     vpp-performance-changes-2n-skx-mrr:
665       - "vpp-performance-changes-2n-skx-mrr-h1"
666       - "vpp-performance-changes-2n-skx-mrr-ref"
667       - "vpp-performance-changes-2n-skx-mrr-cmp"
668
669     dpdk-performance-changes-3n-hsw-h1:
670       csit-dpdk-perf-verify-1810-3n-hsw:
671         - 1   # NDRPDR sel
672         - 2   # NDRPDR sel
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 6   # NDRPDR sel
677         - 7   # NDRPDR sel
678         - 8   # NDRPDR sel
679         - 9   # NDRPDR sel
680         - 10  # NDRPDR sel
681     dpdk-performance-changes-3n-hsw-ref:
682       csit-dpdk-perf-verify-1901-3n-hsw:
683         - 13  # NDRPDR sel
684         - 14  # NDRPDR sel
685         - 16  # NDRPDR sel
686         - 17  # NDRPDR sel
687         - 18  # NDRPDR sel
688         - 19  # NDRPDR sel
689         - 20  # NDRPDR sel
690         - 21  # NDRPDR sel
691         - 22  # NDRPDR sel
692         - 23  # NDRPDR sel
693     dpdk-performance-changes-3n-hsw-cmp:
694       csit-dpdk-perf-verify-1904-3n-hsw:
695         - 2   # NDRPDR sel
696         - 3   # NDRPDR sel
697         - 5   # NDRPDR sel
698         - 6   # NDRPDR sel
699         - 13  # NDRPDR sel
700         - 14  # NDRPDR sel
701         - 15  # NDRPDR sel
702         - 18  # NDRPDR sel
703         - 19  # NDRPDR sel
704         - 20  # NDRPDR sel
705     dpdk-performance-changes-3n-hsw:
706       - "dpdk-performance-changes-3n-hsw-h1"
707       - "dpdk-performance-changes-3n-hsw-ref"
708       - "dpdk-performance-changes-3n-hsw-cmp"
709
710     dpdk-performance-changes-3n-skx-h1:
711       csit-dpdk-perf-verify-1810-3n-skx:
712         - 3   # NDRPDR sel
713         - 4   # NDRPDR sel
714         - 6   # NDRPDR sel
715         - 7   # NDRPDR sel
716         - 8   # NDRPDR sel
717         - 9   # NDRPDR sel
718         - 10  # NDRPDR sel
719         - 11  # NDRPDR sel
720         - 12  # NDRPDR sel
721         - 13  # NDRPDR sel
722     dpdk-performance-changes-3n-skx-ref:
723       csit-dpdk-perf-verify-1901-3n-skx:
724         - 3   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733         - 13  # NDRPDR sel
734     dpdk-performance-changes-3n-skx-cmp:
735       csit-dpdk-perf-verify-1904-3n-skx:
736         - 2   # NDRPDR sel
737         - 3   # NDRPDR sel
738         - 4   # NDRPDR sel
739         - 5   # NDRPDR sel
740         - 6   # NDRPDR sel
741         - 7   # NDRPDR sel
742         - 11  # NDRPDR sel
743         - 12  # NDRPDR sel
744         - 13  # NDRPDR sel
745         - 14  # NDRPDR sel
746     dpdk-performance-changes-3n-skx:
747       - "dpdk-performance-changes-3n-skx-h1"
748       - "dpdk-performance-changes-3n-skx-ref"
749       - "dpdk-performance-changes-3n-skx-cmp"
750
751     dpdk-performance-changes-2n-skx-h1:
752       csit-dpdk-perf-verify-1810-2n-skx:
753         - 3   # NDRPDR sel
754         - 4   # NDRPDR sel
755         - 5   # NDRPDR sel
756         - 7   # NDRPDR sel
757         - 8   # NDRPDR sel
758         - 9   # NDRPDR sel
759         - 10  # NDRPDR sel
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 13  # NDRPDR sel
763     dpdk-performance-changes-2n-skx-ref:
764       csit-dpdk-perf-verify-1901-2n-skx:
765         - 12  # NDRPDR sel
766         - 13  # NDRPDR sel
767         - 14  # NDRPDR sel
768         - 15  # NDRPDR sel
769         - 16  # NDRPDR sel
770         - 17  # NDRPDR sel
771         - 18  # NDRPDR sel
772         - 19  # NDRPDR sel
773         - 20  # NDRPDR sel
774         - 21  # NDRPDR sel
775     dpdk-performance-changes-2n-skx-cmp:
776       csit-dpdk-perf-verify-1904-2n-skx:
777         - 2   # NDRPDR sel
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 8   # NDRPDR sel
783         - 9   # NDRPDR sel
784         - 10  # NDRPDR sel
785         - 11  # NDRPDR sel
786         - 12  # NDRPDR sel
787     dpdk-performance-changes-2n-skx:
788       - "dpdk-performance-changes-2n-skx-h1"
789       - "dpdk-performance-changes-2n-skx-ref"
790       - "dpdk-performance-changes-2n-skx-cmp"
791
792     # Compare testbeds
793
794     vpp-compare-testbeds-ref:
795       csit-vpp-perf-verify-1904-3n-hsw:
796         - 11  # NDRPDR sel
797         - 12  # NDRPDR sel
798         - 20  # NDRPDR sel
799         - 21  # NDRPDR sel
800         - 23  # NDRPDR sel
801         - 24  # NDRPDR sel
802         - 25  # NDRPDR sel
803         - 26  # NDRPDR sel
804         - 29  # NDRPDR sel
805         - 30  # NDRPDR sel
806     vpp-compare-testbeds-cmp:
807       csit-vpp-perf-verify-1904-3n-skx:
808         - 8   # NDRPDR sel
809         - 9   # NDRPDR sel
810         - 10  # NDRPDR sel
811         - 11  # NDRPDR sel
812         - 12  # NDRPDR sel
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 21  # NDRPDR sel
816         - 23  # NDRPDR sel
817         - 25  # NDRPDR sel
818     vpp-compare-testbeds:
819       - "vpp-compare-testbeds-ref"
820       - "vpp-compare-testbeds-cmp"
821
822     vpp-compare-testbeds-mrr-ref:
823       csit-vpp-perf-verify-1904-3n-hsw:
824         - 9   # MRR sel
825     vpp-compare-testbeds-mrr-cmp:
826       csit-vpp-perf-verify-1904-3n-skx:
827         - 7   # MRR sel
828     vpp-compare-testbeds-mrr:
829       - "vpp-compare-testbeds-mrr-ref"
830       - "vpp-compare-testbeds-mrr-cmp"
831
832     dpdk-compare-testbeds-ref:
833       csit-dpdk-perf-verify-1904-3n-hsw:
834         - 2   # NDRPDR sel
835         - 3   # NDRPDR sel
836         - 5   # NDRPDR sel
837         - 6   # NDRPDR sel
838         - 13  # NDRPDR sel
839         - 14  # NDRPDR sel
840         - 15  # NDRPDR sel
841         - 18  # NDRPDR sel
842         - 19  # NDRPDR sel
843         - 20  # NDRPDR sel
844     dpdk-compare-testbeds-cmp:
845       csit-dpdk-perf-verify-1904-3n-skx:
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854         - 13  # NDRPDR sel
855         - 14  # NDRPDR sel
856     dpdk-compare-testbeds:
857       - "dpdk-compare-testbeds-ref"
858       - "dpdk-compare-testbeds-cmp"
859
860     # Compare topologies
861
862     vpp-compare-topologies-ref:
863       csit-vpp-perf-verify-1904-3n-skx:
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 11  # NDRPDR sel
868         - 12  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 16  # NDRPDR sel
871         - 21  # NDRPDR sel
872         - 23  # NDRPDR sel
873         - 25  # NDRPDR sel
874     vpp-compare-topologies-cmp:
875       csit-vpp-perf-verify-1904-2n-skx:
876         - 12  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 16  # NDRPDR sel
879         - 17  # NDRPDR sel
880         - 18  # NDRPDR sel
881         - 21  # NDRPDR sel
882         - 27  # NDRPDR sel
883         - 30  # NDRPDR sel
884         - 31  # NDRPDR sel
885         - 32  # NDRPDR sel
886     vpp-compare-topologies:
887       - "vpp-compare-topologies-ref"
888       - "vpp-compare-topologies-cmp"
889
890     vpp-compare-topologies-mrr-ref:
891       csit-vpp-perf-verify-1904-3n-skx:
892         - 7   # MRR sel
893     vpp-compare-topologies-mrr-cmp:
894       csit-vpp-perf-verify-1904-2n-skx:
895         - 11  # MRR sel
896     vpp-compare-topologies-mrr:
897       - "vpp-compare-topologies-mrr-ref"
898       - "vpp-compare-topologies-mrr-cmp"
899
900     dpdk-compare-topologies-ref:
901       csit-dpdk-perf-verify-1904-3n-skx:
902         - 2   # NDRPDR sel
903         - 3   # NDRPDR sel
904         - 4   # NDRPDR sel
905         - 5   # NDRPDR sel
906         - 6   # NDRPDR sel
907         - 7   # NDRPDR sel
908         - 11  # NDRPDR sel
909         - 12  # NDRPDR sel
910         - 13  # NDRPDR sel
911         - 14  # NDRPDR sel
912     dpdk-compare-topologies-cmp:
913       csit-dpdk-perf-verify-1904-2n-skx:
914         - 2   # NDRPDR sel
915         - 3   # NDRPDR sel
916         - 4   # NDRPDR sel
917         - 5   # NDRPDR sel
918         - 7   # NDRPDR sel
919         - 8   # NDRPDR sel
920         - 9   # NDRPDR sel
921         - 10  # NDRPDR sel
922         - 11  # NDRPDR sel
923         - 12  # NDRPDR sel
924     dpdk-compare-topologies:
925       - "dpdk-compare-topologies-ref"
926       - "dpdk-compare-topologies-cmp"
927
928   plot-layouts:
929
930     plot-soak-throughput:
931       titlefont:
932         size: 18
933       xaxis:
934         title: "<b>Test Cases [Index]</b>"
935         titlefont:
936           size: 16
937         autorange: True
938         fixedrange: False
939         gridcolor: "rgb(230, 230, 230)"
940         linecolor: "rgb(220, 220, 220)"
941         linewidth: 1
942         showgrid: True
943         showline: True
944         showticklabels: True
945         tickcolor: "rgb(220, 220, 220)"
946         tickmode: "linear"
947         tickfont:
948           size: 16
949         zeroline: False
950       yaxis:
951         title: "<b>Packet Throughput [Mpps]</b>"
952         titlefont:
953           size: 16
954         gridcolor: "rgb(230, 230, 230)"
955         hoverformat: ".4r"
956         tickformat: ".3r"
957         linecolor: "rgb(220, 220, 220)"
958         linewidth: 1
959         showgrid: True
960         showline: True
961         showticklabels: True
962         tickcolor: "rgb(220, 220, 220)"
963         tickfont:
964           size: 16
965         zeroline: False
966         range: [0,50]
967       autosize: False
968       margin:
969         t: 50
970         b: 0
971         l: 80
972         r: 20
973       showlegend: True
974       legend:
975         orientation: "h"
976         font:
977           size: 16
978       width: 700
979       height: 900
980
981     plot-service-density:
982       titlefont:
983         size: 18
984       xaxis:
985         side: "top"
986         autorange: True
987         fixedrange: False
988         showgrid: False
989         showline: False
990         showticklabels: False
991         ticks: ""
992         ticklen: 0
993         tickwidth: 0
994         zeroline: False
995       yaxis:
996         autorange: "reversed"
997         showgrid: False
998         showline: False
999         showticklabels: False
1000         ticks: ""
1001         ticklen: 0
1002         tickwidth: 0
1003         zeroline: False
1004       autosize: True
1005       showlegend: False
1006       width: 700
1007       height: 700
1008
1009     plot-cps:
1010       titlefont:
1011         size: 18
1012       xaxis:
1013         title: "<b>Test Cases [Index]</b>"
1014         titlefont:
1015           size: 16
1016         autorange: True
1017         fixedrange: False
1018         gridcolor: "rgb(230, 230, 230)"
1019         linecolor: "rgb(220, 220, 220)"
1020         linewidth: 1
1021         showgrid: True
1022         showline: True
1023         showticklabels: True
1024         tickcolor: "rgb(220, 220, 220)"
1025         tickmode: "linear"
1026         tickfont:
1027           size: 16
1028         zeroline: False
1029       yaxis:
1030         title: "<b>Connections Per Second [cps]</b>"
1031         titlefont:
1032           size: 16
1033         gridcolor: "rgb(230, 230, 230)"
1034         hoverformat: ".4s"
1035         linecolor: "rgb(220, 220, 220)"
1036         linewidth: 1
1037         rangemode: "tozero"
1038         showgrid: True
1039         showline: True
1040         showticklabels: True
1041         tickcolor: "rgb(220, 220, 220)"
1042         tickformat: ".3s"
1043         tickfont:
1044           size: 16
1045         zeroline: False
1046       boxmode: "group"
1047       boxgroupgap: 0.5
1048       autosize: False
1049       margin:
1050         t: 50
1051         b: 20
1052         l: 80
1053         r: 20
1054       showlegend: True
1055       legend:
1056         orientation: "h"
1057         font:
1058           size: 16
1059       width: 700
1060       height: 800
1061
1062     plot-rps:
1063       titlefont:
1064         size: 18
1065       xaxis:
1066         title: "<b>Test Cases [Index]</b>"
1067         titlefont:
1068           size: 16
1069         autorange: True
1070         fixedrange: False
1071         gridcolor: "rgb(230, 230, 230)"
1072         linecolor: "rgb(220, 220, 220)"
1073         linewidth: 1
1074         showgrid: True
1075         showline: True
1076         showticklabels: True
1077         tickcolor: "rgb(220, 220, 220)"
1078         tickmode: "linear"
1079         tickfont:
1080           size: 16
1081         zeroline: False
1082       yaxis:
1083         title: "<b>Requests Per Second [rps]</b>"
1084         titlefont:
1085           size: 16
1086         gridcolor: "rgb(230, 230, 230)"
1087         hoverformat: ".4s"
1088         linecolor: "rgb(220, 220, 220)"
1089         linewidth: 1
1090         rangemode: "tozero"
1091         showgrid: True
1092         showline: True
1093         showticklabels: True
1094         tickcolor: "rgb(230, 230, 230)"
1095         tickformat: ".3s"
1096         tickfont:
1097           size: 16
1098         zeroline: False
1099       boxmode: "group"
1100       boxgroupgap: 0.5
1101       autosize: False
1102       margin:
1103         t: 50
1104         b: 20
1105         l: 80
1106         r: 20
1107       showlegend: True
1108       legend:
1109         orientation: "h"
1110         font:
1111           size: 16
1112       width: 700
1113       height: 800
1114
1115     plot-throughput:
1116       titlefont:
1117         size: 18
1118       xaxis:
1119         title: "<b>Test Cases [Index]</b>"
1120         titlefont:
1121           size: 16
1122         autorange: True
1123         fixedrange: False
1124         gridcolor: "rgb(230, 230, 230)"
1125         linecolor: "rgb(220, 220, 220)"
1126         linewidth: 1
1127         showgrid: True
1128         showline: True
1129         showticklabels: True
1130         tickcolor: "rgb(220, 220, 220)"
1131         tickmode: "linear"
1132         tickfont:
1133           size: 16
1134         zeroline: False
1135       yaxis:
1136         title: "<b>Packet Throughput [Mpps]</b>"
1137         titlefont:
1138           size: 16
1139         gridcolor: "rgb(230, 230, 230)"
1140         hoverformat: ".4r"
1141         tickformat: ".3r"
1142         linecolor: "rgb(220, 220, 220)"
1143         linewidth: 1
1144         showgrid: True
1145         showline: True
1146         showticklabels: True
1147         tickcolor: "rgb(220, 220, 220)"
1148         tickfont:
1149           size: 16
1150         zeroline: False
1151         range: [0,50]
1152       boxmode: "group"
1153       boxgroupgap: 0.5
1154       autosize: False
1155       margin:
1156         t: 50
1157         b: 0
1158         l: 80
1159         r: 20
1160       showlegend: True
1161       legend:
1162         orientation: "h"
1163         font:
1164           size: 16
1165       width: 700
1166       height: 900
1167
1168     plot-throughput-speedup-analysis:
1169       titlefont:
1170         size: 18
1171       xaxis:
1172         title: "<b>Number of Cores [Qty]</b>"
1173         titlefont:
1174           size: 16
1175         autorange: True
1176         fixedrange: False
1177         gridcolor: "rgb(230, 230, 230)"
1178         linecolor: "rgb(220, 220, 220)"
1179         linewidth: 1
1180         showgrid: True
1181         showline: True
1182         showticklabels: True
1183         tickcolor: "rgb(238, 238, 238)"
1184         tickmode: "linear"
1185         tickfont:
1186           size: 16
1187         zeroline: False
1188       yaxis:
1189         title: "<b>Packet Throughput [Mpps]</b>"
1190         titlefont:
1191           size: 16
1192         type: "linear"
1193         gridcolor: "rgb(230, 230, 230)"
1194         hoverformat: ".4s"
1195         linecolor: "rgb(220, 220, 220)"
1196         linewidth: 1
1197         showgrid: True
1198         showline: True
1199         showticklabels: True
1200         tickcolor: "rgb(220, 220, 220)"
1201         tickformat: ".4s"
1202         tickfont:
1203           size: 16
1204         zeroline: True
1205         rangemode: "tozero"
1206         range: [0,100]
1207       legend:
1208         orientation: "h"
1209         font:
1210           size: 16
1211         xanchor: "left"
1212         yanchor: "top"
1213         x: 0
1214         y: -0.2
1215         bgcolor: "rgba(255, 255, 255, 0)"
1216         bordercolor: "rgba(255, 255, 255, 0)"
1217         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1218       autosize: False
1219       margin:
1220           't': 50
1221           'b': 150
1222           'l': 85
1223           'r': 10
1224       showlegend: True
1225       width: 700
1226       height: 700
1227       hoverlabel:
1228         namelength: -1
1229       annotations: [
1230         {
1231           text: "_ _          __          ...",
1232           align: "left",
1233           showarrow: False,
1234           xref: "paper",
1235           yref: "paper",
1236           xanchor: "left",
1237           yanchor: "top",
1238           x: 0,
1239           y: -0.13,
1240           font: {
1241             family: "Consolas, Courier New",
1242             size: 15
1243           },
1244         },
1245         {
1246           text: "    Perfect     Measured     Limit",
1247           align: "left",
1248           showarrow: False,
1249           xref: "paper",
1250           yref: "paper",
1251           xanchor: "left",
1252           yanchor: "top",
1253           x: 0,
1254           y: -0.15,
1255           font: {
1256             family: "Consolas, Courier New",
1257             size: 15
1258           },
1259         },
1260       ]
1261
1262     plot-latency:
1263       titlefont:
1264         size: 18
1265       xaxis:
1266         title: "<b>Direction</b>"
1267         titlefont:
1268           size: 16
1269         autorange: True
1270         fixedrange: False
1271         gridcolor: "rgb(230, 230, 230)"
1272         linecolor: "rgb(220, 220, 220)"
1273         linewidth: 1
1274         showgrid: True
1275         showline: True
1276         showticklabels: False
1277         tickcolor: "rgb(220, 220, 220)"
1278         tickmode: "linear"
1279         tickfont:
1280           size: 16
1281         zeroline: False
1282       yaxis:
1283         title: "<b>Packet Latency [uSec]</b>"
1284         titlefont:
1285           size: 16
1286         type: "linear"
1287         gridcolor: "rgb(230, 230, 230)"
1288         hoverformat: ".4s"
1289         linecolor: "rgb(220, 220, 220)"
1290         linewidth: 1
1291         showgrid: True
1292         showline: True
1293         showticklabels: True
1294         tickcolor: "rgb(220, 220, 220)"
1295         tickformat: ".4s"
1296         tickfont:
1297           size: 16
1298         zeroline: True
1299         rangemode: "tozero"
1300       legend:
1301         orientation: "h"
1302         font:
1303           size: 16
1304         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1305       autosize: False
1306       margin:
1307           't': 50
1308           'b': 150
1309           'l': 80
1310           'r': 10
1311       showlegend: True
1312       width: 700
1313       height: 700
1314       hoverlabel:
1315         namelength: -1
1316
1317 - type: "static"
1318   src-path: "{DIR[RST]}"
1319   dst-path: "{DIR[WORKING,SRC]}"
1320
1321 - type: "input"
1322   general:
1323     file-name: "robot-plugin.zip"
1324     file-format: ".zip"
1325     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1326     extract: "robot-plugin/output.xml"
1327
1328   builds:
1329 #    # TODO: Add 1904 data
1330 ##    intel-dnv-vpp-release-1904:
1331 ##      - 1
1332 #
1333 #    intel-dnv-vpp-release-1901:
1334 #      - 1
1335 #
1336 #    intel-dnv-vpp-release-1810:
1337 #      - 1
1338
1339     csit-vpp-perf-verify-1810-3n-hsw:
1340       - 9   # MRR sel
1341       - 8   # NDRPDR sel
1342       - 12  # NDRPDR sel
1343       - 14  # NDRPDR sel
1344       - 18  # NDRPDR sel
1345       - 23  # NDRPDR sel
1346       - 25  # NDRPDR sel
1347       - 38  # NDRPDR sel
1348       - 39  # NDRPDR sel
1349       - 41  # NDRPDR sel
1350       - 42  # NDRPDR sel
1351 #      - 28  # WRK
1352 #      - 29  # WRK
1353 #      - 30  # WRK
1354 #      - 31  # WRK
1355 #      - 32  # WRK
1356 #      - 33  # WRK
1357 #      - 34  # WRK
1358 #      - 35  # WRK
1359 #      - 36  # WRK
1360 #      - 37  # WRK
1361     csit-vpp-perf-verify-1901-3n-hsw:
1362       - 35  # MRR sel
1363       - 10  # NDRPDR sel
1364       - 19  # NDRPDR sel
1365       - 31  # NDRPDR sel
1366       - 36  # NDRPDR sel
1367       - 40  # NDRPDR sel
1368       - 42  # NDRPDR sel
1369       - 44  # NDRPDR sel
1370       - 46  # NDRPDR sel
1371       - 47  # NDRPDR sel
1372       - 48  # NDRPDR sel
1373       - 61  # NDRPDR LB
1374       - 62  # NDRPDR LB
1375       - 63  # NDRPDR LB
1376       - 64  # NDRPDR LB
1377       - 65  # NDRPDR LB
1378       - 66  # NDRPDR LB
1379       - 67  # NDRPDR LB
1380       - 69  # NDRPDR LB
1381       - 70  # NDRPDR LB
1382       - 71  # NDRPDR LB
1383     # TODO: Add 1904 Data
1384     csit-vpp-perf-verify-1904-3n-hsw:
1385       - 9   # MRR sel
1386       - 11  # NDRPDR sel
1387       - 12  # NDRPDR sel
1388       - 20  # NDRPDR sel
1389       - 21  # NDRPDR sel
1390       - 23  # NDRPDR sel
1391       - 24  # NDRPDR sel
1392       - 25  # NDRPDR sel
1393       - 26  # NDRPDR sel
1394       - 29  # NDRPDR sel
1395       - 30  # NDRPDR sel
1396
1397     csit-vpp-perf-verify-1810-3n-skx:
1398       - 9   # MRR sel
1399       - 11  # MRR sel
1400       - 12  # MRR sel
1401       - 13  # MRR sel
1402       - 10  # NDRPDR sel
1403       - 14  # NDRPDR sel
1404       - 15  # NDRPDR sel
1405       - 16  # NDRPDR sel
1406       - 17  # NDRPDR sel
1407       - 19  # NDRPDR sel
1408       - 20  # NDRPDR sel
1409       - 21  # NDRPDR sel
1410       - 22  # NDRPDR sel
1411       - 25  # NDRPDR sel
1412     csit-vpp-perf-verify-1901-3n-skx:
1413       - 32  # MRR sel
1414       - 18  # NDRPDR sel
1415       - 19  # NDRPDR sel
1416       - 20  # NDRPDR sel
1417       - 28  # NDRPDR sel
1418       - 31  # NDRPDR sel
1419       - 33  # NDRPDR sel
1420       - 36  # NDRPDR sel
1421       - 38  # NDRPDR sel
1422       - 47  # NDRPDR sel
1423       - 48  # NDRPDR sel
1424       - 54  # NDRPDR LB
1425       - 57  # NDRPDR LB
1426       - 58  # NDRPDR LB
1427       - 59  # NDRPDR LB
1428       - 60  # NDRPDR LB
1429       - 63  # NDRPDR LB
1430       - 64  # NDRPDR LB
1431       - 65  # NDRPDR LB
1432       - 66  # NDRPDR LB
1433       - 67  # NDRPDR LB
1434     csit-vpp-perf-verify-1904-3n-skx:
1435       - 7   # MRR sel
1436       - 26  # NDRPDR full
1437       - 27  # NDRPDR full
1438       - 30  # NDRPDR full
1439       - 31  # NDRPDR full
1440       - 8   # NDRPDR sel
1441       - 9   # NDRPDR sel
1442       - 10  # NDRPDR sel
1443       - 11  # NDRPDR sel
1444       - 12  # NDRPDR sel
1445       - 14  # NDRPDR sel
1446       - 16  # NDRPDR sel
1447       - 21  # NDRPDR sel
1448       - 23  # NDRPDR sel
1449       - 25  # NDRPDR sel
1450
1451     csit-vpp-perf-verify-1810-2n-skx:
1452       - 8   # MRR sel
1453       - 10  # MRR sel
1454       - 11  # MRR sel
1455       - 12  # MRR sel
1456       - 9   # NDRPDR sel
1457       - 13  # NDRPDR sel
1458       - 14  # NDRPDR sel
1459       - 19  # NDRPDR sel
1460       - 20  # NDRPDR sel
1461       - 21  # NDRPDR sel
1462       - 22  # NDRPDR sel
1463       - 23  # NDRPDR sel
1464       - 24  # NDRPDR sel
1465       - 27  # NDRPDR sel
1466     csit-vpp-perf-verify-1901-2n-skx:
1467       - 22  # MRR sel
1468       - 5   # NDRPDR sel
1469       - 12  # NDRPDR sel
1470       - 13  # NDRPDR sel
1471       - 21  # NDRPDR sel
1472       - 23  # NDRPDR sel
1473       - 31  # NDRPDR sel
1474       - 34  # NDRPDR sel
1475       - 40  # NDRPDR sel
1476       - 42  # NDRPDR sel
1477       - 43  # NDRPDR sel
1478     # TODO: Add 1904 data
1479     csit-vpp-perf-verify-1904-2n-skx:
1480       - 11  # MRR sel
1481       - 33  # NDRPDR full
1482       - 39  # NDRPDR full
1483       - 58  # NDRPDR full
1484       - 62  # NDRPDR full
1485       - 12  # NDRPDR sel
1486       - 14  # NDRPDR sel
1487       - 16  # NDRPDR sel
1488       - 17  # NDRPDR sel
1489       - 18  # NDRPDR sel
1490       - 21  # NDRPDR sel
1491       - 27  # NDRPDR sel
1492       - 30  # NDRPDR sel
1493       - 31  # NDRPDR sel
1494       - 32  # NDRPDR sel
1495       - 40  # NFV MRR 64b
1496       - 41  # NFV MRR 64b
1497       - 42  # NFV MRR 64b
1498       - 47  # NFV MRR 64b
1499       - 48  # NFV MRR 64b
1500       - 49  # NFV MRR IMIX
1501       - 50  # NFV MRR IMIX
1502       - 51  # NFV MRR IMIX
1503       - 54  # NFV MRR IMIX
1504       - 55  # NFV MRR IMIX
1505       - 56  # NFV NDRPDR 64b
1506       - 59  # NFV NDRPDR 64b
1507       - 60  # NFV NDRPDR 64b
1508       - 65  # NFV NDRPDR 64b
1509       - 68  # NFV NDRPDR 64b
1510       - 66  # NFV NDRPDR IMIX
1511       - 67  # NFV NDRPDR IMIX
1512       - 69  # NFV NDRPDR IMIX
1513       - 70  # SOAK
1514       - 71  # SOAK
1515
1516 #    csit-ligato-perf-verify-1901-3n-hsw:
1517 #      - 10  # NDRPDR full
1518 #      - 8   # NDRPDR sel
1519 #      - 9   # NDRPDR sel
1520 #      - 11  # NDRPDR sel
1521 #      - 12  # NDRPDR sel
1522 #      - 13  # NDRPDR sel
1523 #      - 14  # NDRPDR sel
1524 #      - 15  # NDRPDR sel
1525 #      - 16  # NDRPDR sel
1526 #      - 17  # NDRPDR sel
1527 #      - 18  # NDRPDR sel
1528 #    # TODO: Add 1904 data
1529 ##    csit-ligato-perf-verify-1904-3n-hsw:
1530 ##      -
1531
1532     csit-dpdk-perf-verify-1810-3n-hsw:
1533       - 1   # NDRPDR sel
1534       - 2   # NDRPDR sel
1535       - 3   # NDRPDR sel
1536       - 4   # NDRPDR sel
1537       - 5   # NDRPDR sel
1538       - 6   # NDRPDR sel
1539       - 7   # NDRPDR sel
1540       - 8   # NDRPDR sel
1541       - 9   # NDRPDR sel
1542       - 10  # NDRPDR sel
1543     csit-dpdk-perf-verify-1901-3n-hsw:
1544       - 13  # NDRPDR sel
1545       - 14  # NDRPDR sel
1546       - 16  # NDRPDR sel
1547       - 17  # NDRPDR sel
1548       - 18  # NDRPDR sel
1549       - 19  # NDRPDR sel
1550       - 20  # NDRPDR sel
1551       - 21  # NDRPDR sel
1552       - 22  # NDRPDR sel
1553       - 23  # NDRPDR sel
1554     csit-dpdk-perf-verify-1904-3n-hsw:
1555       - 2   # NDRPDR sel
1556       - 3   # NDRPDR sel
1557       - 5   # NDRPDR sel
1558       - 6   # NDRPDR sel
1559       - 13  # NDRPDR sel
1560       - 14  # NDRPDR sel
1561       - 15  # NDRPDR sel
1562       - 18  # NDRPDR sel
1563       - 19  # NDRPDR sel
1564       - 20  # NDRPDR sel
1565
1566     csit-dpdk-perf-verify-1810-3n-skx:
1567       - 3   # NDRPDR sel
1568       - 4   # NDRPDR sel
1569       - 6   # NDRPDR sel
1570       - 7   # NDRPDR sel
1571       - 8   # NDRPDR sel
1572       - 9   # NDRPDR sel
1573       - 10  # NDRPDR sel
1574       - 11  # NDRPDR sel
1575       - 12  # NDRPDR sel
1576       - 13  # NDRPDR sel
1577     csit-dpdk-perf-verify-1901-3n-skx:
1578       - 3   # NDRPDR sel
1579       - 5   # NDRPDR sel
1580       - 6   # NDRPDR sel
1581       - 7   # NDRPDR sel
1582       - 8   # NDRPDR sel
1583       - 9   # NDRPDR sel
1584       - 10  # NDRPDR sel
1585       - 11  # NDRPDR sel
1586       - 12  # NDRPDR sel
1587       - 13  # NDRPDR sel
1588     csit-dpdk-perf-verify-1904-3n-skx:
1589       - 2   # NDRPDR sel
1590       - 3   # NDRPDR sel
1591       - 4   # NDRPDR sel
1592       - 5   # NDRPDR sel
1593       - 6   # NDRPDR sel
1594       - 7   # NDRPDR sel
1595       - 11  # NDRPDR sel
1596       - 12  # NDRPDR sel
1597       - 13  # NDRPDR sel
1598       - 14  # NDRPDR sel
1599
1600     csit-dpdk-perf-verify-1810-2n-skx:
1601       - 3   # NDRPDR sel
1602       - 4   # NDRPDR sel
1603       - 5   # NDRPDR sel
1604       - 7   # NDRPDR sel
1605       - 8   # NDRPDR sel
1606       - 9   # NDRPDR sel
1607       - 10  # NDRPDR sel
1608       - 11  # NDRPDR sel
1609       - 12  # NDRPDR sel
1610       - 13  # NDRPDR sel
1611     csit-dpdk-perf-verify-1901-2n-skx:
1612       - 12  # NDRPDR sel
1613       - 13  # NDRPDR sel
1614       - 14  # NDRPDR sel
1615       - 15  # NDRPDR sel
1616       - 16  # NDRPDR sel
1617       - 17  # NDRPDR sel
1618       - 18  # NDRPDR sel
1619       - 19  # NDRPDR sel
1620       - 20  # NDRPDR sel
1621       - 21  # NDRPDR sel
1622     csit-dpdk-perf-verify-1904-2n-skx:
1623       - 2   # NDRPDR sel
1624       - 3   # NDRPDR sel
1625       - 4   # NDRPDR sel
1626       - 5   # NDRPDR sel
1627       - 7   # NDRPDR sel
1628       - 8   # NDRPDR sel
1629       - 9   # NDRPDR sel
1630       - 10  # NDRPDR sel
1631       - 11  # NDRPDR sel
1632       - 12  # NDRPDR sel
1633
1634     csit-vpp-functional-1904-ubuntu1604-virl:
1635       - 33
1636     csit-vpp-functional-1904-centos7-virl:
1637       - 32
1638     csit-vpp-device-1904-ubuntu1804-1n-skx:
1639       - 32
1640 #    # Not used
1641 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1642 #      - 1
1643     csit-dmm-functional-1904-ubuntu1604-virl:
1644       - 1
1645     csit-hc2vpp-verify-func-1904-ubuntu1604:
1646       - 4
1647
1648 - type: "output"
1649   output: "report"
1650   format:
1651     html:
1652     - full
1653 #    pdf:
1654 #    - minimal
1655
1656 ################################################################################
1657 ###                               T A B L E S                                ###
1658 ################################################################################
1659
1660 # VPP SOAK vs NDR
1661 - type: "table"
1662   title: "VPP Soak vs NDR 2n-skx"
1663   algorithm: "table_soak_vs_ndr"
1664   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1665   reference:
1666     title: "NDR"
1667     data: "vpp-soak-vs-ndr-2n-skx-ref"
1668   compare:
1669     title: "Soak"
1670     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1671   data: "vpp-soak-vs-ndr-2n-skx"
1672   include-tests: "NDR"
1673   filter: "('NDRPDR' or 'SOAK')"
1674   parameters:
1675     - "throughput"
1676     - "name"
1677     - "parent"
1678
1679 ################################################################################
1680
1681 # VPP Compare NICs 3n-hsw 1t1c ndr
1682 - type: "table"
1683   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1684   algorithm: "table_nics_comparison"
1685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1686   reference:
1687     title: "Intel-x520"
1688     nic: "NIC_Intel-X520-DA2"
1689   compare:
1690     title: "Intel-x710"
1691     nic: "NIC_Intel-X710"
1692   data: "vpp-nic-comparison-3n-hsw"
1693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1694   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1695   parameters:
1696   - "name"
1697   - "parent"
1698   - "throughput"
1699   - "tags"
1700
1701 # VPP Compare NICs 3n-hsw 2t2c ndr
1702 - type: "table"
1703   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1704   algorithm: "table_nics_comparison"
1705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1706   reference:
1707     title: "Intel-x520"
1708     nic: "NIC_Intel-X520-DA2"
1709   compare:
1710     title: "Intel-x710"
1711     nic: "NIC_Intel-X710"
1712   data: "vpp-nic-comparison-3n-hsw"
1713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1714   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1715   parameters:
1716   - "name"
1717   - "parent"
1718   - "throughput"
1719   - "tags"
1720
1721 # VPP Compare NICs 3n-hsw 1t1c pdr
1722 - type: "table"
1723   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1724   algorithm: "table_nics_comparison"
1725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1726   reference:
1727     title: "Intel-x520"
1728     nic: "NIC_Intel-X520-DA2"
1729   compare:
1730     title: "Intel-x710"
1731     nic: "NIC_Intel-X710"
1732   data: "vpp-nic-comparison-3n-hsw"
1733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1734   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1735   parameters:
1736   - "name"
1737   - "parent"
1738   - "throughput"
1739   - "tags"
1740
1741 # VPP Compare NICs 3n-hsw 2t2c pdr
1742 - type: "table"
1743   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1744   algorithm: "table_nics_comparison"
1745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1746   reference:
1747     title: "Intel-x520"
1748     nic: "NIC_Intel-X520-DA2"
1749   compare:
1750     title: "Intel-x710"
1751     nic: "NIC_Intel-X710"
1752   data: "vpp-nic-comparison-3n-hsw"
1753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1754   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1755   parameters:
1756   - "name"
1757   - "parent"
1758   - "throughput"
1759   - "tags"
1760
1761 # VPP Compare NICs 3n-hsw 1t1c mrr
1762 - type: "table"
1763   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1764   algorithm: "table_nics_comparison"
1765   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1766   reference:
1767     title: "Intel-x520"
1768     nic: "NIC_Intel-X520-DA2"
1769   compare:
1770     title: "Intel-x710"
1771     nic: "NIC_Intel-X710"
1772   data: "vpp-nic-comparison-3n-hsw-mrr"
1773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1774   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1775   parameters:
1776   - "name"
1777   - "parent"
1778   - "result"
1779   - "tags"
1780
1781 # VPP Compare NICs 3n-hsw 2t2c mrr
1782 - type: "table"
1783   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1784   algorithm: "table_nics_comparison"
1785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1786   reference:
1787     title: "Intel-x520"
1788     nic: "NIC_Intel-X520-DA2"
1789   compare:
1790     title: "Intel-x710"
1791     nic: "NIC_Intel-X710"
1792   data: "vpp-nic-comparison-3n-hsw-mrr"
1793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1794   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1795   parameters:
1796   - "name"
1797   - "parent"
1798   - "result"
1799   - "tags"
1800
1801 # VPP Compare NICs 3n-hsw 4t4c mrr
1802 - type: "table"
1803   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1804   algorithm: "table_nics_comparison"
1805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1806   reference:
1807     title: "Intel-x520"
1808     nic: "NIC_Intel-X520-DA2"
1809   compare:
1810     title: "Intel-x710"
1811     nic: "NIC_Intel-X710"
1812   data: "vpp-nic-comparison-3n-hsw-mrr"
1813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1814   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1815   parameters:
1816   - "name"
1817   - "parent"
1818   - "result"
1819   - "tags"
1820
1821 # VPP Compare NICs 3n-skx 2t1c ndr
1822 - type: "table"
1823   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1824   algorithm: "table_nics_comparison"
1825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1826   reference:
1827     title: "Intel-x710"
1828     nic: "NIC_Intel-X710"
1829   compare:
1830     title: "Intel-xxv710"
1831     nic: "NIC_Intel-XXV710"
1832   data: "vpp-nic-comparison-3n-skx"
1833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1834   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "throughput"
1839   - "tags"
1840
1841 # VPP Compare NICs 3n-skx 4t2c ndr
1842 - type: "table"
1843   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1844   algorithm: "table_nics_comparison"
1845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1846   reference:
1847     title: "Intel-x710"
1848     nic: "NIC_Intel-X710"
1849   compare:
1850     title: "Intel-xxv710"
1851     nic: "NIC_Intel-XXV710"
1852   data: "vpp-nic-comparison-3n-skx"
1853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1854   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1855   parameters:
1856   - "name"
1857   - "parent"
1858   - "throughput"
1859   - "tags"
1860
1861 # VPP Compare NICs 3n-skx 2t1c pdr
1862 - type: "table"
1863   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1864   algorithm: "table_nics_comparison"
1865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1866   reference:
1867     title: "Intel-x710"
1868     nic: "NIC_Intel-X710"
1869   compare:
1870     title: "Intel-xxv710"
1871     nic: "NIC_Intel-XXV710"
1872   data: "vpp-nic-comparison-3n-skx"
1873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1874   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "throughput"
1879   - "tags"
1880
1881  # VPP Compare NICs 3n-skx 4t2c pdr
1882 - type: "table"
1883   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1884   algorithm: "table_nics_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1886   reference:
1887     title: "Intel-x710"
1888     nic: "NIC_Intel-X710"
1889   compare:
1890     title: "Intel-xxv710"
1891     nic: "NIC_Intel-XXV710"
1892   data: "vpp-nic-comparison-3n-skx"
1893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1894   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1895   parameters:
1896   - "name"
1897   - "parent"
1898   - "throughput"
1899   - "tags"
1900
1901 # VPP Compare NICs 3n-skx 2t1c mrr
1902 - type: "table"
1903   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1904   algorithm: "table_nics_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1906   reference:
1907     title: "Intel-x710"
1908     nic: "NIC_Intel-X710"
1909   compare:
1910     title: "Intel-xxv710"
1911     nic: "NIC_Intel-XXV710"
1912   data: "vpp-nic-comparison-3n-skx-mrr"
1913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1914   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1915   parameters:
1916   - "name"
1917   - "parent"
1918   - "result"
1919   - "tags"
1920
1921 # VPP Compare NICs 3n-skx 4t2c mrr
1922 - type: "table"
1923   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1924   algorithm: "table_nics_comparison"
1925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1926   reference:
1927     title: "Intel-x710"
1928     nic: "NIC_Intel-X710"
1929   compare:
1930     title: "Intel-xxv710"
1931     nic: "NIC_Intel-XXV710"
1932   data: "vpp-nic-comparison-3n-skx-mrr"
1933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1935   parameters:
1936   - "name"
1937   - "parent"
1938   - "result"
1939   - "tags"
1940
1941  # VPP Compare NICs 3n-skx 8t4c mrr
1942 - type: "table"
1943   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1944   algorithm: "table_nics_comparison"
1945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1946   reference:
1947     title: "Intel-x710"
1948     nic: "NIC_Intel-X710"
1949   compare:
1950     title: "Intel-xxv710"
1951     nic: "NIC_Intel-XXV710"
1952   data: "vpp-nic-comparison-3n-skx-mrr"
1953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1954   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "result"
1959   - "tags"
1960
1961 # VPP Compare NICs 2n-skx 2t1c ndr
1962 - type: "table"
1963   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1964   algorithm: "table_nics_comparison"
1965   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1966   reference:
1967     title: "Intel-x710"
1968     nic: "NIC_Intel-X710"
1969   compare:
1970     title: "Intel-xxv710"
1971     nic: "NIC_Intel-XXV710"
1972   data: "vpp-nic-comparison-2n-skx"
1973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1974   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1975   parameters:
1976   - "name"
1977   - "parent"
1978   - "throughput"
1979   - "tags"
1980
1981 # VPP Compare NICs 2n-skx 4t2c ndr
1982 - type: "table"
1983   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1984   algorithm: "table_nics_comparison"
1985   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1986   reference:
1987     title: "Intel-x710"
1988     nic: "NIC_Intel-X710"
1989   compare:
1990     title: "Intel-xxv710"
1991     nic: "NIC_Intel-XXV710"
1992   data: "vpp-nic-comparison-2n-skx"
1993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1994   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1995   parameters:
1996   - "name"
1997   - "parent"
1998   - "throughput"
1999   - "tags"
2000
2001  # VPP Compare NICs 2n-skx 2t1c pdr
2002 - type: "table"
2003   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2004   algorithm: "table_nics_comparison"
2005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2006   reference:
2007     title: "Intel-x710"
2008     nic: "NIC_Intel-X710"
2009   compare:
2010     title: "Intel-xxv710"
2011     nic: "NIC_Intel-XXV710"
2012   data: "vpp-nic-comparison-2n-skx"
2013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2014   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2015   parameters:
2016   - "name"
2017   - "parent"
2018   - "throughput"
2019   - "tags"
2020
2021 # VPP Compare NICs 2n-skx 4t2c pdr
2022 - type: "table"
2023   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2024   algorithm: "table_nics_comparison"
2025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2026   reference:
2027     title: "Intel-x710"
2028     nic: "NIC_Intel-X710"
2029   compare:
2030     title: "Intel-xxv710"
2031     nic: "NIC_Intel-XXV710"
2032   data: "vpp-nic-comparison-2n-skx"
2033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2034   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2035   parameters:
2036   - "name"
2037   - "parent"
2038   - "throughput"
2039   - "tags"
2040
2041 # VPP Compare NICs 2n-skx 2t1c mrr
2042 - type: "table"
2043   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2044   algorithm: "table_nics_comparison"
2045   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2046   reference:
2047     title: "Intel-x710"
2048     nic: "NIC_Intel-X710"
2049   compare:
2050     title: "Intel-xxv710"
2051     nic: "NIC_Intel-XXV710"
2052   data: "vpp-nic-comparison-2n-skx-mrr"
2053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2054   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2055   parameters:
2056   - "name"
2057   - "parent"
2058   - "result"
2059   - "tags"
2060
2061 # VPP Compare NICs 2n-skx 4t2c mrr
2062 - type: "table"
2063   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2064   algorithm: "table_nics_comparison"
2065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2066   reference:
2067     title: "Intel-x710"
2068     nic: "NIC_Intel-X710"
2069   compare:
2070     title: "Intel-xxv710"
2071     nic: "NIC_Intel-XXV710"
2072   data: "vpp-nic-comparison-2n-skx-mrr"
2073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2074   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2075   parameters:
2076   - "name"
2077   - "parent"
2078   - "result"
2079   - "tags"
2080
2081 # VPP Compare NICs 2n-skx 8t4c mrr
2082 - type: "table"
2083   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2084   algorithm: "table_nics_comparison"
2085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2086   reference:
2087     title: "Intel-x710"
2088     nic: "NIC_Intel-X710"
2089   compare:
2090     title: "Intel-xxv710"
2091     nic: "NIC_Intel-XXV710"
2092   data: "vpp-nic-comparison-2n-skx-mrr"
2093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2095   parameters:
2096   - "name"
2097   - "parent"
2098   - "result"
2099   - "tags"
2100
2101 ################################################################################
2102 # VPP
2103
2104 ## VPP Performance Changes 2n-dnv 1t1c pdr
2105 #- type: "table"
2106 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2107 #  algorithm: "table_performance_comparison"
2108 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2109 #  history:
2110 #    - title: "rls1810"
2111 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2112 #  reference:
2113 #    title: "rls1901"
2114 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2115 #  compare:
2116 #    title: "rls1904"
2117 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2118 #  data: "intel-dnv-vpp-changes-2n-dnv"
2119 #  include-tests: "PDR"
2120 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2121 #  parameters:
2122 #  - "name"
2123 #  - "parent"
2124 #  - "throughput"
2125 #
2126 ## VPP Performance Changes 2n-dnv 2t2c pdr
2127 #- type: "table"
2128 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2129 #  algorithm: "table_performance_comparison"
2130 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2131 #  history:
2132 #    - title: "rls1810"
2133 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2134 #  reference:
2135 #    title: "rls1901"
2136 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2137 #  compare:
2138 #    title: "rls1904"
2139 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2140 #  data: "intel-dnv-vpp-changes-2n-dnv"
2141 #  include-tests: "PDR"
2142 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2143 #  parameters:
2144 #  - "name"
2145 #  - "parent"
2146 #  - "throughput"
2147 #
2148 ## VPP Performance Changes 2n-dnv 1t1c ndr
2149 #- type: "table"
2150 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2151 #  algorithm: "table_performance_comparison"
2152 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2153 #  history:
2154 #    - title: "rls1810"
2155 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2156 #  reference:
2157 #    title: "rls1901"
2158 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2159 #  compare:
2160 #    title: "rls1904"
2161 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2162 #  data: "intel-dnv-vpp-changes-2n-dnv"
2163 #  include-tests: "NDR"
2164 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2165 #  parameters:
2166 #  - "name"
2167 #  - "parent"
2168 #  - "throughput"
2169 #
2170 ## VPP Performance Changes 2n-dnv 2t2c ndr
2171 #- type: "table"
2172 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2173 #  algorithm: "table_performance_comparison"
2174 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2175 #  history:
2176 #    - title: "rls1810"
2177 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2178 #  reference:
2179 #    title: "rls1901"
2180 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2181 #  compare:
2182 #    title: "rls1904"
2183 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2184 #  data: "intel-dnv-vpp-changes-2n-dnv"
2185 #  include-tests: "NDR"
2186 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2187 #  parameters:
2188 #  - "name"
2189 #  - "parent"
2190 #  - "throughput"
2191 #
2192 ## VPP Performance Changes 2n-dnv 1t1c MRR
2193 #- type: "table"
2194 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2195 #  algorithm: "table_performance_comparison"
2196 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2197 #  history:
2198 #    - title: "rls1810"
2199 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2200 #  reference:
2201 #    title: "rls1901"
2202 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2203 #  compare:
2204 #    title: "rls1904"
2205 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2206 #  data: "intel-dnv-vpp-changes-2n-dnv"
2207 #  include-tests: "MRR"
2208 #  filter: "'1T1C' and 'MRR'"
2209 #  parameters:
2210 #  - "name"
2211 #  - "parent"
2212 #  - "result"
2213 #
2214 ## VPP Performance Changes 2n-dnv 2t2c MRR
2215 #- type: "table"
2216 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2217 #  algorithm: "table_performance_comparison"
2218 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2219 #  history:
2220 #    - title: "rls1810"
2221 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2222 #  reference:
2223 #    title: "rls1901"
2224 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2225 #  compare:
2226 #    title: "rls1904"
2227 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2228 #  data: "intel-dnv-vpp-changes-2n-dnv"
2229 #  include-tests: "MRR"
2230 #  filter: "'2T2C' and 'MRR'"
2231 #  parameters:
2232 #  - "name"
2233 #  - "parent"
2234 #  - "result"
2235 #
2236 ## VPP Performance Changes 2n-dnv 4t4c MRR
2237 #- type: "table"
2238 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2239 #  algorithm: "table_performance_comparison"
2240 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2241 #  history:
2242 #    - title: "rls1810"
2243 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2244 #  reference:
2245 #    title: "rls1901"
2246 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2247 #  compare:
2248 #    title: "rls1904"
2249 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2250 #  data: "intel-dnv-vpp-changes-2n-dnv"
2251 #  include-tests: "MRR"
2252 #  filter: "'4T4C' and 'MRR'"
2253 #  parameters:
2254 #  - "name"
2255 #  - "parent"
2256 #  - "result"
2257
2258 # VPP Performance Changes 3n-hsw 1t1c pdr
2259 - type: "table"
2260   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2261   algorithm: "table_performance_comparison"
2262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2263   history:
2264     - title: "rls1810"
2265       data: "vpp-performance-changes-3n-hsw-h1"
2266   reference:
2267     title: "rls1901"
2268     data: "vpp-performance-changes-3n-hsw-ref"
2269   compare:
2270     title: "rls1904"
2271     data: "vpp-performance-changes-3n-hsw-cmp"
2272   data: "vpp-performance-changes-3n-hsw"
2273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2274   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2275   parameters:
2276   - "name"
2277   - "parent"
2278   - "throughput"
2279
2280 # VPP Performance Changes 3n-hsw 2t2c pdr
2281 - type: "table"
2282   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2283   algorithm: "table_performance_comparison"
2284   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2285   history:
2286     - title: "rls1810"
2287       data: "vpp-performance-changes-3n-hsw-h1"
2288   reference:
2289     title: "rls1901"
2290     data: "vpp-performance-changes-3n-hsw-ref"
2291   compare:
2292     title: "rls1904"
2293     data: "vpp-performance-changes-3n-hsw-cmp"
2294   data: "vpp-performance-changes-3n-hsw"
2295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2296   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2297   parameters:
2298   - "name"
2299   - "parent"
2300   - "throughput"
2301
2302 # VPP Performance Changes 3n-hsw 1t1c ndr
2303 - type: "table"
2304   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2305   algorithm: "table_performance_comparison"
2306   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2307   history:
2308     - title: "rls1810"
2309       data: "vpp-performance-changes-3n-hsw-h1"
2310   reference:
2311     title: "rls1901"
2312     data: "vpp-performance-changes-3n-hsw-ref"
2313   compare:
2314     title: "rls1904"
2315     data: "vpp-performance-changes-3n-hsw-cmp"
2316   data: "vpp-performance-changes-3n-hsw"
2317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2318   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2319   parameters:
2320   - "name"
2321   - "parent"
2322   - "throughput"
2323
2324 # VPP Performance Changes 3n-hsw 2t2c ndr
2325 - type: "table"
2326   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2327   algorithm: "table_performance_comparison"
2328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2329   history:
2330     - title: "rls1810"
2331       data: "vpp-performance-changes-3n-hsw-h1"
2332   reference:
2333     title: "rls1901"
2334     data: "vpp-performance-changes-3n-hsw-ref"
2335   compare:
2336     title: "rls1904"
2337     data: "vpp-performance-changes-3n-hsw-cmp"
2338   data: "vpp-performance-changes-3n-hsw"
2339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2340   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341   parameters:
2342   - "name"
2343   - "parent"
2344   - "throughput"
2345
2346 # VPP Performance Changes 3n-skx 2t1c pdr
2347 - type: "table"
2348   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2349   algorithm: "table_performance_comparison"
2350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2351   history:
2352     - title: "rls1810"
2353       data: "vpp-performance-changes-3n-skx-h1"
2354   reference:
2355     title: "rls1901"
2356     data: "vpp-performance-changes-3n-skx-ref"
2357   compare:
2358     title: "rls1904"
2359     data: "vpp-performance-changes-3n-skx-cmp"
2360   data: "vpp-performance-changes-3n-skx"
2361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2362   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2363   parameters:
2364   - "name"
2365   - "parent"
2366   - "throughput"
2367
2368 # VPP Performance Changes 3n-skx 4t2c pdr
2369 - type: "table"
2370   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2371   algorithm: "table_performance_comparison"
2372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2373   history:
2374     - title: "rls1810"
2375       data: "vpp-performance-changes-3n-skx-h1"
2376   reference:
2377     title: "rls1901"
2378     data: "vpp-performance-changes-3n-skx-ref"
2379   compare:
2380     title: "rls1904"
2381     data: "vpp-performance-changes-3n-skx-cmp"
2382   data: "vpp-performance-changes-3n-skx"
2383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2384   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "throughput"
2389
2390 # VPP Performance Changes 3n-skx 2t1c ndr
2391 - type: "table"
2392   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2393   algorithm: "table_performance_comparison"
2394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2395   history:
2396     - title: "rls1810"
2397       data: "vpp-performance-changes-3n-skx-h1"
2398   reference:
2399     title: "rls1901"
2400     data: "vpp-performance-changes-3n-skx-ref"
2401   compare:
2402     title: "rls1904"
2403     data: "vpp-performance-changes-3n-skx-cmp"
2404   data: "vpp-performance-changes-3n-skx"
2405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2406   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2407   parameters:
2408   - "name"
2409   - "parent"
2410   - "throughput"
2411
2412 # VPP Performance Changes 3n-skx 4t2c ndr
2413 - type: "table"
2414   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2417   history:
2418     - title: "rls1810"
2419       data: "vpp-performance-changes-3n-skx-h1"
2420   reference:
2421     title: "rls1901"
2422     data: "vpp-performance-changes-3n-skx-ref"
2423   compare:
2424     title: "rls1904"
2425     data: "vpp-performance-changes-3n-skx-cmp"
2426   data: "vpp-performance-changes-3n-skx"
2427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2428   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "throughput"
2433
2434 # VPP Performance Changes 2n-skx 2t1c pdr
2435 - type: "table"
2436   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2437   algorithm: "table_performance_comparison"
2438   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2439   history:
2440     - title: "rls1810"
2441       data: "vpp-performance-changes-2n-skx-h1"
2442   reference:
2443     title: "rls1901"
2444     data: "vpp-performance-changes-2n-skx-ref"
2445   compare:
2446     title: "rls1904"
2447     data: "vpp-performance-changes-2n-skx-cmp"
2448   data: "vpp-performance-changes-2n-skx"
2449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2450   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2451   parameters:
2452   - "name"
2453   - "parent"
2454   - "throughput"
2455
2456 # VPP Performance Changes 2n-skx 4t2c pdr
2457 - type: "table"
2458   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2459   algorithm: "table_performance_comparison"
2460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2461   history:
2462     - title: "rls1810"
2463       data: "vpp-performance-changes-2n-skx-h1"
2464   reference:
2465     title: "rls1901"
2466     data: "vpp-performance-changes-2n-skx-ref"
2467   compare:
2468     title: "rls1904"
2469     data: "vpp-performance-changes-2n-skx-cmp"
2470   data: "vpp-performance-changes-2n-skx"
2471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2472   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "throughput"
2477
2478 # VPP Performance Changes 2n-skx 2t1c ndr
2479 - type: "table"
2480   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2483   history:
2484     - title: "rls1810"
2485       data: "vpp-performance-changes-2n-skx-h1"
2486   reference:
2487     title: "rls1901"
2488     data: "vpp-performance-changes-2n-skx-ref"
2489   compare:
2490     title: "rls1904"
2491     data: "vpp-performance-changes-2n-skx-cmp"
2492   data: "vpp-performance-changes-2n-skx"
2493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2494   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "throughput"
2499
2500 # VPP Performance Changes 2n-skx 4t2c ndr
2501 - type: "table"
2502   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2503   algorithm: "table_performance_comparison"
2504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2505   history:
2506     - title: "rls1810"
2507       data: "vpp-performance-changes-2n-skx-h1"
2508   reference:
2509     title: "rls1901"
2510     data: "vpp-performance-changes-2n-skx-ref"
2511   compare:
2512     title: "rls1904"
2513     data: "vpp-performance-changes-2n-skx-cmp"
2514   data: "vpp-performance-changes-2n-skx"
2515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2516   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2517   parameters:
2518   - "name"
2519   - "parent"
2520   - "throughput"
2521
2522 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2523 - type: "table"
2524   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2525   algorithm: "table_performance_comparison"
2526   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2527   reference:
2528     title: "3-Node Hsw"
2529     data: "vpp-compare-testbeds-ref"
2530   compare:
2531     title: "3-Node Skx"
2532     data: "vpp-compare-testbeds-cmp"
2533   data: "vpp-compare-testbeds"
2534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2535   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2536   parameters:
2537   - "name"
2538   - "parent"
2539   - "throughput"
2540
2541 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2542 - type: "table"
2543   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2544   algorithm: "table_performance_comparison"
2545   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2546   reference:
2547     title: "3-Node Hsw"
2548     data: "vpp-compare-testbeds-ref"
2549   compare:
2550     title: "3-Node Skx"
2551     data: "vpp-compare-testbeds-cmp"
2552   data: "vpp-compare-testbeds"
2553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2554   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2555   parameters:
2556   - "name"
2557   - "parent"
2558   - "throughput"
2559
2560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2561 - type: "table"
2562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2563   algorithm: "table_performance_comparison"
2564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2565   reference:
2566     title: "3-Node Hsw"
2567     data: "vpp-compare-testbeds-ref"
2568   compare:
2569     title: "3-Node Skx"
2570     data: "vpp-compare-testbeds-cmp"
2571   data: "vpp-compare-testbeds"
2572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2573   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2574   parameters:
2575   - "name"
2576   - "parent"
2577   - "throughput"
2578
2579 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2580 - type: "table"
2581   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2582   algorithm: "table_performance_comparison"
2583   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2584   reference:
2585     title: "3-Node Hsw"
2586     data: "vpp-compare-testbeds-ref"
2587   compare:
2588     title: "3-Node Skx"
2589     data: "vpp-compare-testbeds-cmp"
2590   data: "vpp-compare-testbeds"
2591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2592   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "throughput"
2597
2598 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2599 - type: "table"
2600   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2601   algorithm: "table_performance_comparison"
2602   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2603   reference:
2604     title: "3-Node Skx"
2605     data: "vpp-compare-topologies-ref"
2606   compare:
2607     title: "2-Node Skx"
2608     data: "vpp-compare-topologies-cmp"
2609   data: "vpp-compare-topologies"
2610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2611   filter: "'NDRPDR' and '1C'"
2612   parameters:
2613   - "name"
2614   - "parent"
2615   - "throughput"
2616
2617 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2618 - type: "table"
2619   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2620   algorithm: "table_performance_comparison"
2621   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2622   reference:
2623     title: "3-Node Skx"
2624     data: "vpp-compare-topologies-ref"
2625   compare:
2626     title: "2-Node Skx"
2627     data: "vpp-compare-topologies-cmp"
2628   data: "vpp-compare-topologies"
2629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2630   filter: "'NDRPDR' and '2C'"
2631   parameters:
2632   - "name"
2633   - "parent"
2634   - "throughput"
2635
2636 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2637 - type: "table"
2638   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2641   reference:
2642     title: "3-Node Skx"
2643     data: "vpp-compare-topologies-ref"
2644   compare:
2645     title: "2-Node Skx"
2646     data: "vpp-compare-topologies-cmp"
2647   data: "vpp-compare-topologies"
2648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2649   filter: "'NDRPDR' and '1C'"
2650   parameters:
2651   - "name"
2652   - "parent"
2653   - "throughput"
2654
2655 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2656 - type: "table"
2657   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2658   algorithm: "table_performance_comparison"
2659   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2660   reference:
2661     title: "3-Node Skx"
2662     data: "vpp-compare-topologies-ref"
2663   compare:
2664     title: "2-Node Skx"
2665     data: "vpp-compare-topologies-cmp"
2666   data: "vpp-compare-topologies"
2667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2668   filter: "'NDRPDR' and '2C'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "throughput"
2673
2674 # VPP Performance Changes 3n-hsw 1t1c MRR
2675 - type: "table"
2676   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2677   algorithm: "table_performance_comparison"
2678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2679   history:
2680     - title: "rls1810"
2681       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2682   reference:
2683     title: "rls1901"
2684     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2685   compare:
2686     title: "rls1904"
2687     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2688   data: "vpp-performance-changes-3n-hsw-mrr"
2689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2690   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2691   parameters:
2692   - "name"
2693   - "parent"
2694   - "result"
2695
2696 # VPP Performance Changes 3n-hsw 2t2c MRR
2697 - type: "table"
2698   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2699   algorithm: "table_performance_comparison"
2700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2701   history:
2702     - title: "rls1810"
2703       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2704   reference:
2705     title: "rls1901"
2706     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2707   compare:
2708     title: "rls1904"
2709     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2710   data: "vpp-performance-changes-3n-hsw-mrr"
2711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2712   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2713   parameters:
2714   - "name"
2715   - "parent"
2716   - "result"
2717
2718 # VPP Performance Changes 3n-hsw 4t4c MRR
2719 - type: "table"
2720   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2721   algorithm: "table_performance_comparison"
2722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2723   history:
2724     - title: "rls1810"
2725       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2726   reference:
2727     title: "rls1901"
2728     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2729   compare:
2730     title: "rls1904"
2731     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2732   data: "vpp-performance-changes-3n-hsw-mrr"
2733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2734   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2735   parameters:
2736   - "name"
2737   - "parent"
2738   - "result"
2739
2740 # VPP Performance Changes 3n-skx 2t1c MRR
2741 - type: "table"
2742   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2743   algorithm: "table_performance_comparison"
2744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2745   history:
2746     - title: "rls1810"
2747       data: "vpp-performance-changes-3n-skx-mrr-h1"
2748   reference:
2749     title: "rls1901"
2750     data: "vpp-performance-changes-3n-skx-mrr-ref"
2751   compare:
2752     title: "rls1904"
2753     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2754   data: "vpp-performance-changes-3n-skx-mrr"
2755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2756   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2757   parameters:
2758   - "name"
2759   - "parent"
2760   - "result"
2761
2762 # VPP Performance Changes 3n-skx 4t2c MRR
2763 - type: "table"
2764   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2765   algorithm: "table_performance_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2767   history:
2768     - title: "rls1810"
2769       data: "vpp-performance-changes-3n-skx-mrr-h1"
2770   reference:
2771     title: "rls1901"
2772     data: "vpp-performance-changes-3n-skx-mrr-ref"
2773   compare:
2774     title: "rls1904"
2775     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2776   data: "vpp-performance-changes-3n-skx-mrr"
2777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2779   parameters:
2780   - "name"
2781   - "parent"
2782   - "result"
2783
2784 # VPP Performance Changes 3n-skx 8t4c MRR
2785 - type: "table"
2786   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2787   algorithm: "table_performance_comparison"
2788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2789   history:
2790     - title: "rls1810"
2791       data: "vpp-performance-changes-3n-skx-mrr-h1"
2792   reference:
2793     title: "rls1901"
2794     data: "vpp-performance-changes-3n-skx-mrr-ref"
2795   compare:
2796     title: "rls1904"
2797     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2798   data: "vpp-performance-changes-3n-skx-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2801   parameters:
2802   - "name"
2803   - "parent"
2804   - "result"
2805
2806 # VPP Performance Changes 2n-skx 2t1c MRR
2807 - type: "table"
2808   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2809   algorithm: "table_performance_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2811   history:
2812     - title: "rls1810"
2813       data: "vpp-performance-changes-2n-skx-mrr-h1"
2814   reference:
2815     title: "rls1901"
2816     data: "vpp-performance-changes-2n-skx-mrr-ref"
2817   compare:
2818     title: "rls1904"
2819     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2820   data: "vpp-performance-changes-2n-skx-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "result"
2827
2828 # VPP Performance Changes 2n-skx 4t2c MRR
2829 - type: "table"
2830   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2831   algorithm: "table_performance_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2833   history:
2834     - title: "rls1810"
2835       data: "vpp-performance-changes-2n-skx-mrr-h1"
2836   reference:
2837     title: "rls1901"
2838     data: "vpp-performance-changes-2n-skx-mrr-ref"
2839   compare:
2840     title: "rls1904"
2841     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2842   data: "vpp-performance-changes-2n-skx-mrr"
2843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "result"
2849
2850 # VPP Performance Changes 2n-skx 8t4c MRR
2851 - type: "table"
2852   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2853   algorithm: "table_performance_comparison"
2854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2855   history:
2856     - title: "rls1810"
2857       data: "vpp-performance-changes-2n-skx-mrr-h1"
2858   reference:
2859     title: "rls1901"
2860     data: "vpp-performance-changes-2n-skx-mrr-ref"
2861   compare:
2862     title: "rls1904"
2863     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2864   data: "vpp-performance-changes-2n-skx-mrr"
2865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2866   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2867   parameters:
2868   - "name"
2869   - "parent"
2870   - "result"
2871
2872 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2873 - type: "table"
2874   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2875   algorithm: "table_performance_comparison"
2876   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2877   reference:
2878     title: "3-Node Hsw"
2879     data: "vpp-compare-testbeds-mrr-ref"
2880   compare:
2881     title: "3-Node Skx"
2882     data: "vpp-compare-testbeds-mrr-cmp"
2883   data: "vpp-compare-testbeds-mrr"
2884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2885   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2886   parameters:
2887   - "name"
2888   - "parent"
2889   - "result"
2890
2891 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2892 - type: "table"
2893   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2894   algorithm: "table_performance_comparison"
2895   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2896   reference:
2897     title: "3-Node Hsw"
2898     data: "vpp-compare-testbeds-mrr-ref"
2899   compare:
2900     title: "3-Node Skx"
2901     data: "vpp-compare-testbeds-mrr-cmp"
2902   data: "vpp-compare-testbeds-mrr"
2903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2904   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "result"
2909
2910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2911 - type: "table"
2912   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2913   algorithm: "table_performance_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2915   reference:
2916     title: "3-Node Hsw"
2917     data: "vpp-compare-testbeds-mrr-ref"
2918   compare:
2919     title: "3-Node Skx"
2920     data: "vpp-compare-testbeds-mrr-cmp"
2921   data: "vpp-compare-testbeds-mrr"
2922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2923   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "result"
2928
2929 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2930 - type: "table"
2931   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2932   algorithm: "table_performance_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2934   reference:
2935     title: "3-Node Skx"
2936     data: "vpp-compare-topologies-mrr-ref"
2937   compare:
2938     title: "2-Node Skx"
2939     data: "vpp-compare-topologies-mrr-cmp"
2940   data: "vpp-compare-topologies-mrr"
2941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2942   filter: "'MRR' and '1C'"
2943   parameters:
2944   - "name"
2945   - "parent"
2946   - "result"
2947
2948 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2949 - type: "table"
2950   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2951   algorithm: "table_performance_comparison"
2952   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2953   reference:
2954     title: "3-Node Skx"
2955     data: "vpp-compare-topologies-mrr-ref"
2956   compare:
2957     title: "2-Node Skx"
2958     data: "vpp-compare-topologies-mrr-cmp"
2959   data: "vpp-compare-topologies-mrr"
2960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961   filter: "'MRR' and '2C'"
2962   parameters:
2963   - "name"
2964   - "parent"
2965   - "result"
2966
2967 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2968 - type: "table"
2969   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2970   algorithm: "table_performance_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2972   reference:
2973     title: "3-Node Skx"
2974     data: "vpp-compare-topologies-mrr-ref"
2975   compare:
2976     title: "2-Node Skx"
2977     data: "vpp-compare-topologies-mrr-cmp"
2978   data: "vpp-compare-topologies-mrr"
2979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2980   filter: "'MRR' and '4C'"
2981   parameters:
2982   - "name"
2983   - "parent"
2984   - "result"
2985
2986 # Detailed Test Results - VPP Performance Results 3n-hsw
2987 - type: "table"
2988   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2989   algorithm: "table_merged_details"
2990   output-file-ext: ".csv"
2991   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2992   columns:
2993   - title: "Name"
2994     data: "data name"
2995   - title: "Status"
2996     data: "data msg"
2997   rows: "generated"
2998   data: "vpp-perf-results-3n-hsw"
2999   filter: "not 'NDRCHK' and not 'PDRCHK'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "msg"
3004
3005 # Detailed Test Results - VPP Performance Results 3n-skx
3006 - type: "table"
3007   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3008   algorithm: "table_merged_details"
3009   output-file-ext: ".csv"
3010   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3011   columns:
3012   - title: "Name"
3013     data: "data name"
3014   - title: "Status"
3015     data: "data msg"
3016   rows: "generated"
3017   data: "vpp-perf-results-3n-skx"
3018   filter: "not 'CFS_OPT'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "msg"
3023
3024 # Detailed Test Results - VPP Performance Results 2n-skx
3025 - type: "table"
3026   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3027   algorithm: "table_merged_details"
3028   output-file-ext: ".csv"
3029   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3030   columns:
3031   - title: "Name"
3032     data: "data name"
3033   - title: "Status"
3034     data: "data msg"
3035   rows: "generated"
3036   data: "vpp-perf-results-2n-skx"
3037   filter: "not 'CFS_OPT'"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "msg"
3042
3043 ## Detailed Test Results - VPP Performance Results 2n-dnv
3044 #- type: "table"
3045 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3046 #  algorithm: "table_details"
3047 #  output-file-ext: ".csv"
3048 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3049 #  columns:
3050 #  - title: "Name"
3051 #    data: "data name"
3052 #  - title: "Status"
3053 #    data: "data msg"
3054 #  rows: "generated"
3055 #  data: "intel-dnv-vpp"
3056 #  filter: "'NDRPDR'"
3057 #  parameters:
3058 #  - "name"
3059 #  - "parent"
3060 #  - "msg"
3061
3062 # Test configuration - VPP Performance Test Configs 3n-hsw
3063 - type: "table"
3064   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3065   algorithm: "table_merged_details"
3066   output-file-ext: ".csv"
3067   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3068   columns:
3069   - title: "Name"
3070     data: "data name"
3071   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3072     data: "data conf-history"
3073   rows: "generated"
3074   data: "vpp-perf-results-3n-hsw"
3075   filter: "not 'NDRCHK' and not 'PDRCHK'"
3076   parameters:
3077   - "parent"
3078   - "name"
3079   - "conf-history"
3080
3081 # Test configuration - VPP Performance Test Configs 3n-skx
3082 - type: "table"
3083   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3084   algorithm: "table_merged_details"
3085   output-file-ext: ".csv"
3086   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3087   columns:
3088   - title: "Name"
3089     data: "data name"
3090   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3091     data: "data conf-history"
3092   rows: "generated"
3093   data: "vpp-perf-results-3n-skx"
3094   filter: "not 'CFS_OPT'"
3095   parameters:
3096   - "parent"
3097   - "name"
3098   - "conf-history"
3099
3100 # Test configuration - VPP Performance Test Configs 2n-skx
3101 - type: "table"
3102   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3103   algorithm: "table_merged_details"
3104   output-file-ext: ".csv"
3105   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3106   columns:
3107   - title: "Name"
3108     data: "data name"
3109   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3110     data: "data conf-history"
3111   rows: "generated"
3112   data: "vpp-perf-results-2n-skx"
3113   filter: "not 'CFS_OPT'"
3114   parameters:
3115   - "parent"
3116   - "name"
3117   - "conf-history"
3118
3119 ## Test configuration - VPP Performance Test Configs 2n-dnv
3120 #- type: "table"
3121 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3122 #  algorithm: "table_details"
3123 #  output-file-ext: ".csv"
3124 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3125 #  columns:
3126 #  - title: "Name"
3127 #    data: "data name"
3128 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3129 #    data: "data conf-history"
3130 #  rows: "generated"
3131 #  data: "intel-dnv-vpp"
3132 #  filter: "'NDRPDR'"
3133 #  parameters:
3134 #  - "parent"
3135 #  - "name"
3136 #  - "conf-history"
3137
3138 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3139 - type: "table"
3140   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3141   algorithm: "table_merged_details"
3142   output-file-ext: ".csv"
3143   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3144   columns:
3145   - title: "Name"
3146     data: "data name"
3147   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3148     data: "data show-run"
3149   rows: "generated"
3150   data: "vpp-perf-results-3n-hsw"
3151   filter: "not 'NDRCHK' and not 'PDRCHK'"
3152   parameters:
3153   - "parent"
3154   - "name"
3155   - "show-run"
3156
3157 # Test Operational Data - VPP Performance Operational Data 3n-skx
3158 - type: "table"
3159   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3160   algorithm: "table_merged_details"
3161   output-file-ext: ".csv"
3162   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3163   columns:
3164   - title: "Name"
3165     data: "data name"
3166   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3167     data: "data show-run"
3168   rows: "generated"
3169   data: "vpp-perf-results-3n-skx"
3170   filter: "not 'CFS_OPT'"
3171   parameters:
3172   - "parent"
3173   - "name"
3174   - "show-run"
3175
3176 # Test Operational Data - VPP Performance Operational Data 2n-skx
3177 - type: "table"
3178   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3179   algorithm: "table_merged_details"
3180   output-file-ext: ".csv"
3181   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3182   columns:
3183   - title: "Name"
3184     data: "data name"
3185   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3186     data: "data show-run"
3187   rows: "generated"
3188   data: "vpp-perf-results-2n-skx"
3189   filter: "not 'CFS_OPT'"
3190   parameters:
3191   - "parent"
3192   - "name"
3193   - "show-run"
3194
3195 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3196 #- type: "table"
3197 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3198 #  algorithm: "table_details"
3199 #  output-file-ext: ".csv"
3200 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3201 #  columns:
3202 #  - title: "Name"
3203 #    data: "data name"
3204 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3205 #    data: "data show-run"
3206 #  rows: "generated"
3207 #  data: "intel-dnv-vpp"
3208 #  filter: "'NDRPDR'"
3209 #  parameters:
3210 #  - "parent"
3211 #  - "name"
3212 #  - "show-run"
3213
3214 # Detailed Test Results - VPP MRR Results 3n-hsw
3215 - type: "table"
3216   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3217   algorithm: "table_details"
3218   output-file-ext: ".csv"
3219   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3220   columns:
3221   - title: "Name"
3222     data: "data name"
3223   - title: "Status"
3224     data: "data msg"
3225   rows: "generated"
3226   data: "vpp-mrr-results-3n-hsw"
3227   filter: "'MRR'"
3228   parameters:
3229   - "name"
3230   - "parent"
3231   - "msg"
3232
3233 # Detailed Test Results - VPP MRR Results 3n-skx
3234 - type: "table"
3235   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3236   algorithm: "table_details"
3237   output-file-ext: ".csv"
3238   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3239   columns:
3240   - title: "Name"
3241     data: "data name"
3242   - title: "Status"
3243     data: "data msg"
3244   rows: "generated"
3245   data: "vpp-mrr-results-3n-skx"
3246   filter: "'MRR'"
3247   parameters:
3248   - "name"
3249   - "parent"
3250   - "msg"
3251
3252 # Detailed Test Results - VPP MRR Results 2n-skx
3253 - type: "table"
3254   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3255   algorithm: "table_details"
3256   output-file-ext: ".csv"
3257   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3258   columns:
3259   - title: "Name"
3260     data: "data name"
3261   - title: "Status"
3262     data: "data msg"
3263   rows: "generated"
3264   data: "vpp-mrr-results-2n-skx"
3265   filter: "'MRR'"
3266   parameters:
3267   - "name"
3268   - "parent"
3269   - "msg"
3270
3271 ## Detailed Test Results - VPP MRR Results 2n-dnv
3272 #- type: "table"
3273 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3274 #  algorithm: "table_details"
3275 #  output-file-ext: ".csv"
3276 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3277 #  columns:
3278 #  - title: "Name"
3279 #    data: "data name"
3280 #  - title: "Status"
3281 #    data: "data msg"
3282 #  rows: "generated"
3283 #  data: "intel-dnv-vpp"
3284 #  filter: "'MRR'"
3285 #  parameters:
3286 #  - "name"
3287 #  - "parent"
3288 #  - "msg"
3289
3290 # Test configuration - VPP MRR Test Configs 3n-hsw
3291 - type: "table"
3292   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3293   algorithm: "table_details"
3294   output-file-ext: ".csv"
3295   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3296   columns:
3297   - title: "Name"
3298     data: "data name"
3299   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3300     data: "data conf-history"
3301   rows: "generated"
3302   data: "vpp-mrr-results-3n-hsw"
3303   filter: "'MRR'"
3304   parameters:
3305   - "parent"
3306   - "name"
3307   - "conf-history"
3308
3309 # Test configuration - VPP MRR Test Configs 3n-skx
3310 - type: "table"
3311   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3312   algorithm: "table_details"
3313   output-file-ext: ".csv"
3314   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3315   columns:
3316   - title: "Name"
3317     data: "data name"
3318   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3319     data: "data conf-history"
3320   rows: "generated"
3321   data: "vpp-mrr-results-3n-skx"
3322   filter: "'MRR'"
3323   parameters:
3324   - "parent"
3325   - "name"
3326   - "conf-history"
3327
3328 # Test configuration - VPP MRR Test Configs 2n-skx
3329 - type: "table"
3330   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3331   algorithm: "table_details"
3332   output-file-ext: ".csv"
3333   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3334   columns:
3335   - title: "Name"
3336     data: "data name"
3337   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3338     data: "data conf-history"
3339   rows: "generated"
3340   data: "vpp-mrr-results-2n-skx"
3341   filter: "'MRR'"
3342   parameters:
3343   - "parent"
3344   - "name"
3345   - "conf-history"
3346
3347 ## Test configuration - VPP MRR Test Configs 2n-dnv
3348 #- type: "table"
3349 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3350 #  algorithm: "table_details"
3351 #  output-file-ext: ".csv"
3352 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3353 #  columns:
3354 #  - title: "Name"
3355 #    data: "data name"
3356 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3357 #    data: "data conf-history"
3358 #  rows: "generated"
3359 #  data: "intel-dnv-vpp"
3360 #  filter: "'MRR'"
3361 #  parameters:
3362 #  - "parent"
3363 #  - "name"
3364 #  - "conf-history"
3365
3366 # Detailed Test Results - VPP Functional Results - Ubuntu
3367 - type: "table"
3368   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3369   algorithm: "table_details"
3370   output-file-ext: ".csv"
3371   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3372   columns:
3373   - title: "Name"
3374     data: "data name"
3375   - title: "Documentation"
3376     data: "data doc"
3377   - title: "Status"
3378     data: "data status"
3379   rows: "generated"
3380   data: "vpp-func-results-ubuntu"
3381   filter: "all"
3382   parameters:
3383   - "name"
3384   - "parent"
3385   - "doc"
3386   - "status"
3387
3388 # Detailed Test Results - VPP Functional Results - CentOS
3389 - type: "table"
3390   title: "Detailed Test Results - VPP Functional Results - CentOS"
3391   algorithm: "table_details"
3392   output-file-ext: ".csv"
3393   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3394   columns:
3395   - title: "Name"
3396     data: "data name"
3397   - title: "Documentation"
3398     data: "data doc"
3399   -
3400     title: "Status"
3401     data: "data status"
3402   rows: "generated"
3403   data:
3404     "vpp-func-results-centos"
3405   filter: "all"
3406   parameters:
3407   - "name"
3408   - "parent"
3409   - "doc"
3410   - "status"
3411
3412 # Test configuration - VPP Functional Test Configs - Ubuntu
3413 - type: "table"
3414   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3415   algorithm: "table_details"
3416   output-file-ext: ".csv"
3417   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3418   columns:
3419   - title: "Name"
3420     data: "data name"
3421   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3422     data: "data conf-history"
3423   rows: "generated"
3424   data: "vpp-func-results-ubuntu"
3425   filter: "all"
3426   parameters:
3427   - "parent"
3428   - "name"
3429   - "conf-history"
3430
3431 # Test configuration - VPP Functional Test Configs - CentOS
3432 - type: "table"
3433   title: "Test configuration - VPP Functional Test Configs - CentOS"
3434   algorithm: "table_details"
3435   output-file-ext: ".csv"
3436   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3437   columns:
3438   - title: "Name"
3439     data: "data name"
3440   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3441     data: "data conf-history"
3442   rows: "generated"
3443   data: "vpp-func-results-centos"
3444   filter: "all"
3445   parameters:
3446   - "parent"
3447   - "name"
3448   - "conf-history"
3449
3450 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3451 #- type: "table"
3452 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3453 #  algorithm: "table_details"
3454 #  output-file-ext: ".csv"
3455 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3456 #  columns:
3457 #  - title: "Name"
3458 #    data: "data name"
3459 #  - title: "Status"
3460 #    data: "data msg"
3461 #  rows: "generated"
3462 #  data: "ligato-perf-results-3n-hsw"
3463 #  filter: "all"
3464 #  parameters:
3465 #  - "name"
3466 #  - "parent"
3467 #  - "msg"
3468
3469 # Detailed Test Results - VPP Device Results - Ubuntu
3470 - type: "table"
3471   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3472   algorithm: "table_details"
3473   output-file-ext: ".csv"
3474   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3475   columns:
3476   - title: "Name"
3477     data: "data name"
3478   - title: "Documentation"
3479     data: "data doc"
3480   - title: "Status"
3481     data: "data status"
3482   rows: "generated"
3483   data: "vpp-device-results-ubuntu"
3484   filter: "all"
3485   parameters:
3486   - "name"
3487   - "parent"
3488   - "doc"
3489   - "status"
3490
3491 # Test configuration - VPP Device Test Configs - Ubuntu
3492 - type: "table"
3493   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3494   algorithm: "table_details"
3495   output-file-ext: ".csv"
3496   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3497   columns:
3498   - title: "Name"
3499     data: "data name"
3500   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3501     data: "data conf-history"
3502   rows: "generated"
3503   data: "vpp-device-results-ubuntu"
3504   filter: "all"
3505   parameters:
3506   - "parent"
3507   - "name"
3508   - "conf-history"
3509
3510 ################################################################################
3511
3512 # DPDK Performance Changes 3n-hsw 1t1c pdr
3513 - type: "table"
3514   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3515   algorithm: "table_performance_comparison"
3516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3517   history:
3518     - title: "rls1810"
3519       data: "dpdk-performance-changes-3n-hsw-h1"
3520   reference:
3521     title: "rls1901"
3522     data: "dpdk-performance-changes-3n-hsw-ref"
3523   compare:
3524     title: "rls1904"
3525     data: "dpdk-performance-changes-3n-hsw-cmp"
3526   data: "dpdk-performance-changes-3n-hsw"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "throughput"
3533
3534 # DPDK Performance Changes 3n-hsw 2t2c pdr
3535 - type: "table"
3536   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3537   algorithm: "table_performance_comparison"
3538   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3539   history:
3540     - title: "rls1810"
3541       data: "dpdk-performance-changes-3n-hsw-h1"
3542   reference:
3543     title: "rls1901"
3544     data: "dpdk-performance-changes-3n-hsw-ref"
3545   compare:
3546     title: "rls1904"
3547     data: "dpdk-performance-changes-3n-hsw-cmp"
3548   data: "dpdk-performance-changes-3n-hsw"
3549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "throughput"
3555
3556 # DPDK Performance Changes 3n-hsw 1t1c ndr
3557 - type: "table"
3558   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3559   algorithm: "table_performance_comparison"
3560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3561   history:
3562     - title: "rls1810"
3563       data: "dpdk-performance-changes-3n-hsw-h1"
3564   reference:
3565     title: "rls1901"
3566     data: "dpdk-performance-changes-3n-hsw-ref"
3567   compare:
3568     title: "rls1904"
3569     data: "dpdk-performance-changes-3n-hsw-cmp"
3570   data: "dpdk-performance-changes-3n-hsw"
3571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577
3578 # DPDK Performance Changes 3n-hsw 2t2c ndr
3579 - type: "table"
3580   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3581   algorithm: "table_performance_comparison"
3582   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3583   history:
3584     - title: "rls1810"
3585       data: "dpdk-performance-changes-3n-hsw-h1"
3586   reference:
3587     title: "rls1901"
3588     data: "dpdk-performance-changes-3n-hsw-ref"
3589   compare:
3590     title: "rls1904"
3591     data: "dpdk-performance-changes-3n-hsw-cmp"
3592   data: "dpdk-performance-changes-3n-hsw"
3593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3595   parameters:
3596   - "name"
3597   - "parent"
3598   - "throughput"
3599
3600 # DPDK Performance Changes 3n-skx 2t1c pdr
3601 - type: "table"
3602   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3603   algorithm: "table_performance_comparison"
3604   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3605   history:
3606     - title: "rls1810"
3607       data: "dpdk-performance-changes-3n-skx-h1"
3608   reference:
3609     title: "rls1901"
3610     data: "dpdk-performance-changes-3n-skx-ref"
3611   compare:
3612     title: "rls1904"
3613     data: "dpdk-performance-changes-3n-skx-cmp"
3614   data: "dpdk-performance-changes-3n-skx"
3615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3617   parameters:
3618   - "name"
3619   - "parent"
3620   - "throughput"
3621
3622 # DPDK Performance Changes 3n-skx 4t2c pdr
3623 - type: "table"
3624   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3625   algorithm: "table_performance_comparison"
3626   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3627   history:
3628     - title: "rls1810"
3629       data: "dpdk-performance-changes-3n-skx-h1"
3630   reference:
3631     title: "rls1901"
3632     data: "dpdk-performance-changes-3n-skx-ref"
3633   compare:
3634     title: "rls1904"
3635     data: "dpdk-performance-changes-3n-skx-cmp"
3636   data: "dpdk-performance-changes-3n-skx"
3637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3639   parameters:
3640   - "name"
3641   - "parent"
3642   - "throughput"
3643
3644 # DPDK Performance Changes 3n-skx 2t1c ndr
3645 - type: "table"
3646   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3647   algorithm: "table_performance_comparison"
3648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3649   history:
3650     - title: "rls1810"
3651       data: "dpdk-performance-changes-3n-skx-h1"
3652   reference:
3653     title: "rls1901"
3654     data: "dpdk-performance-changes-3n-skx-ref"
3655   compare:
3656     title: "rls1904"
3657     data: "dpdk-performance-changes-3n-skx-cmp"
3658   data: "dpdk-performance-changes-3n-skx"
3659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3661   parameters:
3662   - "name"
3663   - "parent"
3664   - "throughput"
3665
3666 # DPDK Performance Changes 3n-skx 4t2c ndr
3667 - type: "table"
3668   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3669   algorithm: "table_performance_comparison"
3670   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3671   history:
3672     - title: "rls1810"
3673       data: "dpdk-performance-changes-3n-skx-h1"
3674   reference:
3675     title: "rls1901"
3676     data: "dpdk-performance-changes-3n-skx-ref"
3677   compare:
3678     title: "rls1904"
3679     data: "dpdk-performance-changes-3n-skx-cmp"
3680   data: "dpdk-performance-changes-3n-skx"
3681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3683   parameters:
3684   - "name"
3685   - "parent"
3686   - "throughput"
3687
3688 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3689 - type: "table"
3690   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3691   algorithm: "table_performance_comparison"
3692   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3693   reference:
3694     title: "3-Node Hsw"
3695     data: "dpdk-compare-testbeds-ref"
3696   compare:
3697     title: "3-Node Skx"
3698     data: "dpdk-compare-testbeds-cmp"
3699   data: "dpdk-compare-testbeds"
3700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3702   parameters:
3703   - "name"
3704   - "parent"
3705   - "throughput"
3706
3707 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3708 - type: "table"
3709   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3710   algorithm: "table_performance_comparison"
3711   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3712   reference:
3713     title: "3-Node Hsw"
3714     data: "dpdk-compare-testbeds-ref"
3715   compare:
3716     title: "3-Node Skx"
3717     data: "dpdk-compare-testbeds-cmp"
3718   data: "dpdk-compare-testbeds"
3719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "throughput"
3725
3726 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3727 - type: "table"
3728   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3729   algorithm: "table_performance_comparison"
3730   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3731   reference:
3732     title: "3-Node Skx"
3733     data: "dpdk-compare-topologies-ref"
3734   compare:
3735     title: "2-Node Skx"
3736     data: "dpdk-compare-topologies-cmp"
3737   data: "dpdk-compare-topologies"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744
3745 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3746 - type: "table"
3747   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3748   algorithm: "table_performance_comparison"
3749   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3750   reference:
3751     title: "3-Node Skx"
3752     data: "dpdk-compare-topologies-ref"
3753   compare:
3754     title: "2-Node Skx"
3755     data: "dpdk-compare-topologies-cmp"
3756   data: "dpdk-compare-topologies"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763
3764 # DPDK Performance Changes 2n-skx 2t1c pdr
3765 - type: "table"
3766   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3767   algorithm: "table_performance_comparison"
3768   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3769   history:
3770     - title: "rls1810"
3771       data: "dpdk-performance-changes-2n-skx-h1"
3772   reference:
3773     title: "rls1901"
3774     data: "dpdk-performance-changes-2n-skx-ref"
3775   compare:
3776     title: "rls1904"
3777     data: "dpdk-performance-changes-2n-skx-cmp"
3778   data: "dpdk-performance-changes-2n-skx"
3779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3781   parameters:
3782   - "name"
3783   - "parent"
3784   - "throughput"
3785
3786 # DPDK Performance Changes 2n-skx 4t2c pdr
3787 - type: "table"
3788   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3789   algorithm: "table_performance_comparison"
3790   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3791   history:
3792     - title: "rls1810"
3793       data: "dpdk-performance-changes-2n-skx-h1"
3794   reference:
3795     title: "rls1901"
3796     data: "dpdk-performance-changes-2n-skx-ref"
3797   compare:
3798     title: "rls1904"
3799     data: "dpdk-performance-changes-2n-skx-cmp"
3800   data: "dpdk-performance-changes-2n-skx"
3801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "throughput"
3807
3808 # DPDK Performance Changes 2n-skx 2t1c ndr
3809 - type: "table"
3810   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3811   algorithm: "table_performance_comparison"
3812   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3813   history:
3814     - title: "rls1810"
3815       data: "dpdk-performance-changes-2n-skx-h1"
3816   reference:
3817     title: "rls1901"
3818     data: "dpdk-performance-changes-2n-skx-ref"
3819   compare:
3820     title: "rls1904"
3821     data: "dpdk-performance-changes-2n-skx-cmp"
3822   data: "dpdk-performance-changes-2n-skx"
3823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3825   parameters:
3826   - "name"
3827   - "parent"
3828   - "throughput"
3829
3830 # DPDK Performance Changes 2n-skx 4t2c ndr
3831 - type: "table"
3832   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3833   algorithm: "table_performance_comparison"
3834   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3835   history:
3836     - title: "rls1810"
3837       data: "dpdk-performance-changes-2n-skx-h1"
3838   reference:
3839     title: "rls1901"
3840     data: "dpdk-performance-changes-2n-skx-ref"
3841   compare:
3842     title: "rls1904"
3843     data: "dpdk-performance-changes-2n-skx-cmp"
3844   data: "dpdk-performance-changes-2n-skx"
3845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3847   parameters:
3848   - "name"
3849   - "parent"
3850   - "throughput"
3851
3852 # Detailed Test Results - DPDK Performance Results 3n-hsw
3853 - type: "table"
3854   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3855   algorithm: "table_details"
3856   output-file-ext: ".csv"
3857   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3858   columns:
3859   - title: "Name"
3860     data: "data name"
3861   - title: "Status"
3862     data: "data msg"
3863   rows: "generated"
3864   data: "dpdk-perf-results-3n-hsw"
3865   filter: "all"
3866   parameters:
3867   - "name"
3868   - "parent"
3869   - "msg"
3870
3871 # Detailed Test Results - DPDK Performance Results 3n-skx
3872 - type: "table"
3873   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3874   algorithm: "table_details"
3875   output-file-ext: ".csv"
3876   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3877   columns:
3878   - title: "Name"
3879     data: "data name"
3880   - title: "Status"
3881     data: "data msg"
3882   rows: "generated"
3883   data: "dpdk-perf-results-3n-skx"
3884   filter: "all"
3885   parameters:
3886   - "name"
3887   - "parent"
3888   - "msg"
3889
3890 # Detailed Test Results - DPDK Performance Results 2n-skx
3891 - type: "table"
3892   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3893   algorithm: "table_details"
3894   output-file-ext: ".csv"
3895   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3896   columns:
3897   - title: "Name"
3898     data: "data name"
3899   - title: "Status"
3900     data: "data msg"
3901   rows: "generated"
3902   data: "dpdk-perf-results-2n-skx"
3903   filter: "all"
3904   parameters:
3905   - "name"
3906   - "parent"
3907   - "msg"
3908
3909 ################################################################################
3910 # HoneyComb
3911 - type: "table"
3912   title: "Detailed Test Results - Honeycomb Functional Results"
3913   algorithm: "table_details"
3914   output-file-ext: ".csv"
3915   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3916   columns:
3917   - title: "Name"
3918     data: "data name"
3919   - title: "Documentation"
3920     data: "data doc"
3921   - title: "Status"
3922     data: "data status"
3923   rows: "generated"
3924   data:
3925     "hc-func-results"
3926   filter: "all"
3927   parameters:
3928   - "name"
3929   - "parent"
3930   - "doc"
3931   - "status"
3932
3933 ################################################################################
3934 # NSH SFC
3935 #-
3936 #  type: "table"
3937 #  title: "Detailed Test Results - NSH SFC Functional Results"
3938 #  algorithm: "table_details"
3939 #  output-file-ext: ".csv"
3940 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3941 #  columns:
3942 #  -
3943 #    title: "Name"
3944 #    data: "data name"
3945 #  -
3946 #    title: "Documentation"
3947 #    data: "data doc"
3948 #  -
3949 #    title: "Status"
3950 #    data: "data status"
3951 #  rows: "generated"
3952 #  data:
3953 #    "nsh-func-results"
3954 #  filter: "all"
3955 #  parameters:
3956 #  - "name"
3957 #  - "parent"
3958 #  - "doc"
3959 #  - "status"
3960
3961 ################################################################################
3962 # DMM
3963 - type: "table"
3964   title: "Detailed Test Results - DMM Functional Results"
3965   algorithm: "table_details"
3966   output-file-ext: ".csv"
3967   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3968   columns:
3969   - title: "Name"
3970     data: "data name"
3971   - title: "Documentation"
3972     data: "data doc"
3973   - title: "Status"
3974     data: "data status"
3975   rows: "generated"
3976   data:
3977     "dmm-func-results"
3978   filter: "all"
3979   parameters:
3980   - "name"
3981   - "parent"
3982   - "doc"
3983   - "status"
3984
3985 ################################################################################
3986 ###                                F I L E S                                 ###
3987 ################################################################################
3988
3989 # VPP Performance Results 3n-hsw
3990 - type: "file"
3991   title: "VPP Performance Results 3n-hsw"
3992   algorithm: "file_test_results"
3993   output-file-ext: ".rst"
3994   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3995   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3996   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3997   data: "vpp-perf-results-3n-hsw"
3998   filter: "not 'NDRCHK' and not 'PDRCHK'"
3999   parameters:
4000   - "name"
4001   - "doc"
4002   - "level"
4003   - "parent"
4004   data-start-level: 3
4005
4006 # VPP Performance Results 3n-skx
4007 - type: "file"
4008   title: "VPP Performance Results 3n-skx"
4009   algorithm: "file_test_results"
4010   output-file-ext: ".rst"
4011   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4012   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4013   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4014   data: "vpp-perf-results-3n-skx"
4015   filter: "not 'CFS_OPT'"
4016   parameters:
4017   - "name"
4018   - "doc"
4019   - "level"
4020   - "parent"
4021   data-start-level: 3
4022
4023 # VPP Performance Results 2n-skx
4024 - type: "file"
4025   title: "VPP Performance Results 2n-skx"
4026   algorithm: "file_test_results"
4027   output-file-ext: ".rst"
4028   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4029   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4030   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4031   data: "vpp-perf-results-2n-skx"
4032   filter: "not 'CFS_OPT'"
4033   parameters:
4034   - "name"
4035   - "doc"
4036   - "level"
4037   - "parent"
4038   data-start-level: 3
4039
4040 ## VPP Performance Results 2n-dnv
4041 #- type: "file"
4042 #  title: "VPP Performance Results 2n-dnv"
4043 #  algorithm: "file_test_results"
4044 #  output-file-ext: ".rst"
4045 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4046 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4047 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4048 #  data: "intel-dnv-vpp"
4049 #  filter: "'NDRPDR'"
4050 #  parameters:
4051 #  - "name"
4052 #  - "doc"
4053 #  - "level"
4054 #  - "parent"
4055 #  data-start-level: 3
4056
4057 # VPP Performance Configuration 3n-hsw
4058 - type: "file"
4059   title: "VPP Performance Configuration 3n-hsw"
4060   algorithm: "file_test_results"
4061   output-file-ext: ".rst"
4062   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4063   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4064   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4065   data: "vpp-perf-results-3n-hsw"
4066   filter: "not 'NDRCHK' and not 'PDRCHK'"
4067   parameters:
4068   - "name"
4069   - "doc"
4070   - "level"
4071   - "parent"
4072   data-start-level: 3
4073
4074 # VPP Performance Configuration 3n-skx
4075 - type: "file"
4076   title: "VPP Performance Configuration 3n-skx"
4077   algorithm: "file_test_results"
4078   output-file-ext: ".rst"
4079   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4080   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4081   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4082   data: "vpp-perf-results-3n-skx"
4083   filter: "not 'CFS_OPT'"
4084   parameters:
4085   - "name"
4086   - "doc"
4087   - "level"
4088   - "parent"
4089   data-start-level: 3
4090
4091 # VPP Performance Configuration 2n-skx
4092 - type: "file"
4093   title: "VPP Performance Configuration 2n-skx"
4094   algorithm: "file_test_results"
4095   output-file-ext: ".rst"
4096   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4097   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4098   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4099   data: "vpp-perf-results-2n-skx"
4100   filter: "not 'CFS_OPT'"
4101   parameters:
4102   - "name"
4103   - "doc"
4104   - "level"
4105   - "parent"
4106   data-start-level: 3
4107
4108 ## VPP Performance Configuration 2n-dnv
4109 #- type: "file"
4110 #  title: "VPP Performance Configuration 2n-dnv"
4111 #  algorithm: "file_test_results"
4112 #  output-file-ext: ".rst"
4113 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4114 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4115 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4116 #  data: "intel-dnv-vpp"
4117 #  filter: "'NDRPDR'"
4118 #  parameters:
4119 #  - "name"
4120 #  - "doc"
4121 #  - "level"
4122 #  - "parent"
4123 #  data-start-level: 3
4124
4125 # VPP Performance Operational Data 3n-hsw
4126 - type: "file"
4127   title: "VPP Performance Operational Data 3n-hsw"
4128   algorithm: "file_test_results"
4129   output-file-ext: ".rst"
4130   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4131   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4132   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4133   data: "vpp-perf-results-3n-hsw"
4134   filter: "not 'NDRCHK' and not 'PDRCHK'"
4135   parameters:
4136   - "name"
4137   - "doc"
4138   - "level"
4139   - "parent"
4140   data-start-level: 3
4141
4142 # VPP Performance Operational Data 3n-skx
4143 - type: "file"
4144   title: "VPP Performance Operational Data 3n-skx"
4145   algorithm: "file_test_results"
4146   output-file-ext: ".rst"
4147   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4148   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4149   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4150   data: "vpp-perf-results-3n-skx"
4151   filter: "not 'CFS_OPT'"
4152   parameters:
4153   - "name"
4154   - "doc"
4155   - "level"
4156   - "parent"
4157   data-start-level: 3
4158
4159 # VPP Performance Operational Data 2n-skx
4160 - type: "file"
4161   title: "VPP Performance Operational Data 2n-skx"
4162   algorithm: "file_test_results"
4163   output-file-ext: ".rst"
4164   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4165   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4166   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4167   data: "vpp-perf-results-2n-skx"
4168   filter: "not 'CFS_OPT'"
4169   parameters:
4170   - "name"
4171   - "doc"
4172   - "level"
4173   - "parent"
4174   data-start-level: 3
4175
4176 ## VPP Performance Operational Data 2n-dnv
4177 #- type: "file"
4178 #  title: "VPP Performance Operational Data 2n-dnv"
4179 #  algorithm: "file_test_results"
4180 #  output-file-ext: ".rst"
4181 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4182 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4183 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4184 #  data: "intel-dnv-vpp"
4185 #  filter: "'NDRPDR'"
4186 #  parameters:
4187 #  - "name"
4188 #  - "doc"
4189 #  - "level"
4190 #  - "parent"
4191 #  data-start-level: 3
4192
4193 # VPP MRR Results 3n-hsw
4194 - type: "file"
4195   title: "VPP MRR Results 3n-hsw"
4196   algorithm: "file_test_results"
4197   output-file-ext: ".rst"
4198   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4199   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4200   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4201   data: "vpp-mrr-results-3n-hsw"
4202   filter: "'MRR'"
4203   parameters:
4204   - "name"
4205   - "doc"
4206   - "level"
4207   - "parent"
4208   data-start-level: 3
4209
4210 # VPP MRR Results 3n-skx
4211 - type: "file"
4212   title: "VPP MRR Results 3n-skx"
4213   algorithm: "file_test_results"
4214   output-file-ext: ".rst"
4215   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4216   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4217   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4218   data: "vpp-mrr-results-3n-skx"
4219   filter: "'MRR'"
4220   parameters:
4221   - "name"
4222   - "doc"
4223   - "level"
4224   - "parent"
4225   data-start-level: 3
4226
4227 # VPP MRR Results 2n-skx
4228 - type: "file"
4229   title: "VPP MRR Results 2n-skx"
4230   algorithm: "file_test_results"
4231   output-file-ext: ".rst"
4232   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4233   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4234   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4235   data: "vpp-mrr-results-2n-skx"
4236   filter: "all"
4237   parameters:
4238   - "name"
4239   - "doc"
4240   - "level"
4241   - "parent"
4242   data-start-level: 3
4243
4244 ## VPP MRR Results 2n-dnv
4245 #- type: "file"
4246 #  title: "VPP MRR Results 2n-dnv"
4247 #  algorithm: "file_test_results"
4248 #  output-file-ext: ".rst"
4249 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4250 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4251 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4252 #  data: "intel-dnv-vpp"
4253 #  filter: "'MRR'"
4254 #  parameters:
4255 #  - "name"
4256 #  - "doc"
4257 #  - "level"
4258 #  - "parent"
4259 #  data-start-level: 3
4260
4261 # VPP MRR Configuration 3n-hsw
4262 - type: "file"
4263   title: "VPP MRR Configuration 3n-hsw"
4264   algorithm: "file_test_results"
4265   output-file-ext: ".rst"
4266   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4267   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4268   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4269   data: "vpp-mrr-results-3n-hsw"
4270   filter: "'MRR'"
4271   parameters:
4272   - "name"
4273   - "doc"
4274   - "level"
4275   - "parent"
4276   data-start-level: 3
4277
4278 # VPP MRR Configuration 3n-skx
4279 - type: "file"
4280   title: "VPP MRR Configuration 3n-skx"
4281   algorithm: "file_test_results"
4282   output-file-ext: ".rst"
4283   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4284   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4285   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4286   data: "vpp-mrr-results-3n-skx"
4287   filter: "'MRR'"
4288   parameters:
4289   - "name"
4290   - "doc"
4291   - "level"
4292   - "parent"
4293   data-start-level: 3
4294
4295 # VPP MRR Configuration 2n-skx
4296 - type: "file"
4297   title: "VPP MRR Configuration 2n-skx"
4298   algorithm: "file_test_results"
4299   output-file-ext: ".rst"
4300   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4301   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4302   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4303   data: "vpp-mrr-results-2n-skx"
4304   filter: "'MRR'"
4305   parameters:
4306   - "name"
4307   - "doc"
4308   - "level"
4309   - "parent"
4310   data-start-level: 3
4311
4312 ## VPP MRR Configuration 2n-dnv
4313 #- type: "file"
4314 #  title: "VPP MRR Configuration 2n-dnv"
4315 #  algorithm: "file_test_results"
4316 #  output-file-ext: ".rst"
4317 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4318 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4319 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4320 #  data: "intel-dnv-vpp"
4321 #  filter: "'MRR'"
4322 #  parameters:
4323 #  - "name"
4324 #  - "doc"
4325 #  - "level"
4326 #  - "parent"
4327 #  data-start-level: 3
4328
4329 # VPP Functional Results - Ubuntu
4330 - type: "file"
4331   title: "VPP Functional Results - Ubuntu"
4332   algorithm: "file_test_results"
4333   output-file-ext: ".rst"
4334   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4335   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4336   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4337   data: "vpp-func-results-ubuntu"
4338   filter: "all"
4339   parameters:
4340   - "name"
4341   - "doc"
4342   - "level"
4343   - "parent"
4344   data-start-level: 3
4345
4346 # VPP Functional Results - CentOS
4347 - type: "file"
4348   title: "VPP Functional Results - CentOS"
4349   algorithm: "file_test_results"
4350   output-file-ext: ".rst"
4351   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4352   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4353   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4354   data:
4355     "vpp-func-results-centos"
4356   filter: "all"
4357   parameters:
4358   - "name"
4359   - "doc"
4360   - "level"
4361   - "parent"
4362   data-start-level: 3
4363
4364 # VPP Functional Configuration - Ubuntu
4365 - type: "file"
4366   title: "VPP Functional Configuration - Ubuntu"
4367   algorithm: "file_test_results"
4368   output-file-ext: ".rst"
4369   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4370   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4371   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4372   data: "vpp-func-results-ubuntu"
4373   filter: "all"
4374   parameters:
4375   - "name"
4376   - "doc"
4377   - "level"
4378   - "parent"
4379   data-start-level: 3
4380
4381 # VPP Functional Configuration - CentOS
4382 - type: "file"
4383   title: "VPP Functional Configuration - CentOS"
4384   algorithm: "file_test_results"
4385   output-file-ext: ".rst"
4386   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4387   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4388   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4389   data:
4390     "vpp-func-results-centos"
4391   filter: "all"
4392   parameters:
4393   - "name"
4394   - "doc"
4395   - "level"
4396   - "parent"
4397   data-start-level: 3
4398
4399 # VPP Device Results - Ubuntu
4400 - type: "file"
4401   title: "VPP Device Results - Ubuntu"
4402   algorithm: "file_test_results"
4403   output-file-ext: ".rst"
4404   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4405   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4406   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4407   data: "vpp-device-results-ubuntu"
4408   filter: "all"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 2
4415
4416 # VPP Device Configuration - Ubuntu
4417 - type: "file"
4418   title: "VPP Device Configuration - Ubuntu"
4419   algorithm: "file_test_results"
4420   output-file-ext: ".rst"
4421   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4422   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4423   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4424   data: "vpp-device-results-ubuntu"
4425   filter: "all"
4426   parameters:
4427   - "name"
4428   - "doc"
4429   - "level"
4430   - "parent"
4431   data-start-level: 2
4432
4433 ## Container Orchestrated Performance Results 3n-hsw
4434 #- type: "file"
4435 #  title: "Container Orchestrated Performance Results 3n-hsw"
4436 #  algorithm: "file_test_results"
4437 #  output-file-ext: ".rst"
4438 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4439 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4440 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4441 #  data: "ligato-perf-results-3n-hsw"
4442 #  filter: "all"
4443 #  parameters:
4444 #  - "name"
4445 #  - "doc"
4446 #  - "level"
4447 #  - "parent"
4448 #  data-start-level: 3
4449
4450 # DPDK Performance Results 3n-hsw
4451 - type: "file"
4452   title: "DPDK Performance Results 3n-hsw"
4453   algorithm: "file_test_results"
4454   output-file-ext: ".rst"
4455   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4456   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4457   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4458   data: "dpdk-perf-results-3n-hsw"
4459   filter: "all"
4460   parameters:
4461   - "name"
4462   - "doc"
4463   - "level"
4464   - "parent"
4465   data-start-level: 3
4466
4467 # DPDK Performance Results 3n-skx
4468 - type: "file"
4469   title: "DPDK Performance Results 3n-skx"
4470   algorithm: "file_test_results"
4471   output-file-ext: ".rst"
4472   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4473   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4474   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4475   data: "dpdk-perf-results-3n-skx"
4476   filter: "all"
4477   parameters:
4478   - "name"
4479   - "doc"
4480   - "level"
4481   - "parent"
4482   data-start-level: 3
4483
4484 # DPDK Performance Results 2n-skx
4485 - type: "file"
4486   title: "DPDK Performance Results 2n-skx"
4487   algorithm: "file_test_results"
4488   output-file-ext: ".rst"
4489   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4490   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4491   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4492   data: "dpdk-perf-results-2n-skx"
4493   filter: "all"
4494   parameters:
4495   - "name"
4496   - "doc"
4497   - "level"
4498   - "parent"
4499   data-start-level: 3
4500
4501 # Honeycomb Functional Results
4502 - type: "file"
4503   title: "Honeycomb Functional Results"
4504   algorithm: "file_test_results"
4505   output-file-ext: ".rst"
4506   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4507   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4508   dir-tables: "{DIR[DTR,FUNC,HC]}"
4509   data:
4510     "hc-func-results"
4511   filter: "all"
4512   parameters:
4513   - "name"
4514   - "doc"
4515   - "level"
4516   - "parent"
4517   data-start-level: 3
4518
4519 # NSH SFC Functional Results
4520 #-
4521 #  type: "file"
4522 #  title: "NSH SFC Functional Results"
4523 #  algorithm: "file_test_results"
4524 #  output-file-ext: ".rst"
4525 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4526 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4527 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4528 #  data:
4529 #    "nsh-func-results"
4530 #  filter: "all"
4531 #  parameters:
4532 #  - "name"
4533 #  - "doc"
4534 #  - "level"
4535 #  - "parent"
4536 #  data-start-level: 3
4537
4538 # DMM Functional Results
4539 - type: "file"
4540   title: "DMM Functional Results"
4541   algorithm: "file_test_results"
4542   output-file-ext: ".rst"
4543   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4544   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4545   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4546   data:
4547     "dmm-func-results"
4548   filter: "all"
4549   parameters:
4550   - "name"
4551   - "doc"
4552   - "level"
4553   - "parent"
4554   data-start-level: 3
4555
4556 ################################################################################
4557 ###                                P L O T S                                 ###
4558 ################################################################################
4559
4560 # Soak test - 30min Soak Test (PLRsearch), boxes
4561 - type: "plot"
4562   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4563   algorithm: "plot_performance_box"
4564   output-file-type: ".html"
4565   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4566   data: "plot-vpp-soak-2n-skx"
4567   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4568   parameters:
4569     - "throughput"
4570     - "parent"
4571     - "tags"
4572   sort:
4573     - "DRV_AVF"
4574     - "DRV_AVF"
4575     - "DRV_AVF"
4576     - "L2PATCH"
4577     - "L2BDMACLRN"
4578     - "L2XCBASE"
4579   traces:
4580     hoverinfo: "x+y"
4581     boxpoints: "outliers"
4582     whiskerwidth: 0
4583   layout:
4584     title: "30min Soak Test (PLRsearch)"
4585     layout: "plot-soak-throughput"
4586
4587 # Soak test - 30min Soak Test (PLRsearch), boxes
4588 - type: "plot"
4589   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4590   algorithm: "plot_performance_box"
4591   output-file-type: ".html"
4592   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4593   data: "plot-vpp-soak-2n-skx"
4594   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4595   parameters:
4596     - "throughput"
4597     - "parent"
4598     - "tags"
4599   sort:
4600     - "VHOST"
4601     - "MEMIF"
4602     - "IP4FWD"
4603     - "IP6FWD"
4604   traces:
4605     hoverinfo: "x+y"
4606     boxpoints: "outliers"
4607     whiskerwidth: 0
4608   layout:
4609     title: "30min Soak Test (PLRsearch)"
4610     layout: "plot-soak-throughput"
4611
4612 ################################################################################
4613 # Plots - NF Density - VSC - MRR 64b
4614 - type: "plot"
4615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4616   algorithm: "plot_service_density_heatmap_compare"
4617   output-file-type: ".html"
4618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4619   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4620   filter: "'NIC_Intel-X710' and
4621            'NF_DENSITY' and
4622            'VHOST' and
4623            'CHAIN' and
4624            'NF_VPPIP4' and
4625            '64B' and
4626            '2T1C' and
4627            'MRR'"
4628   reference:
4629     include: "2"
4630     name: "VNF-1c"
4631   compare:
4632     include: "1"
4633     name: "VNF-0.5c"
4634   parameters:
4635   - "result"
4636   - "name"
4637   - "tags"
4638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4639   x-axis: "X = VNFs per Service Chain"
4640   y-axis: "Y = Number of Service Chains"
4641   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4642   layout:
4643     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4644     layout: "plot-service-density"
4645
4646 - type: "plot"
4647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4648   algorithm: "plot_service_density_heatmap_compare"
4649   output-file-type: ".html"
4650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4651   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4652   filter: "'NIC_Intel-X710' and
4653            'NF_DENSITY' and
4654            'VHOST' and
4655            'CHAIN' and
4656            'NF_VPPIP4' and
4657            '64B' and
4658            '4T2C' and
4659            'MRR'"
4660   reference:
4661     include: "2"
4662     name: "VNF-1c"
4663   compare:
4664     include: "1"
4665     name: "VNF-0.5c"
4666   parameters:
4667   - "result"
4668   - "name"
4669   - "tags"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   x-axis: "X = VNFs per Service Chain"
4672   y-axis: "Y = Number of Service Chains"
4673   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4674   layout:
4675     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4676     layout: "plot-service-density"
4677
4678 - type: "plot"
4679   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4680   algorithm: "plot_service_density_heatmap_compare"
4681   output-file-type: ".html"
4682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4683   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4684   filter: "'NIC_Intel-X710' and
4685            'NF_DENSITY' and
4686            'VHOST' and
4687            'CHAIN' and
4688            'NF_VPPIP4' and
4689            '64B' and
4690            '8T4C' and
4691            'MRR'"
4692   reference:
4693     include: "2"
4694     name: "VNF-1c"
4695   compare:
4696     include: "1"
4697     name: "VNF-0.5c"
4698   parameters:
4699   - "result"
4700   - "name"
4701   - "tags"
4702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4703   x-axis: "X = VNFs per Service Chain"
4704   y-axis: "Y = Number of Service Chains"
4705   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4706   layout:
4707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4708     layout: "plot-service-density"
4709
4710 # Plots - NF Density - VSC - MRR IMIX
4711 - type: "plot"
4712   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4713   algorithm: "plot_service_density_heatmap_compare"
4714   output-file-type: ".html"
4715   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4716   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4717   filter: "'NIC_Intel-X710' and
4718            'NF_DENSITY' and
4719            'VHOST' and
4720            'CHAIN' and
4721            'NF_VPPIP4' and
4722            'IMIX' and
4723            '2T1C' and
4724            'MRR'"
4725   reference:
4726     include: "2"
4727     name: "VNF-1c"
4728   compare:
4729     include: "1"
4730     name: "VNF-0.5c"
4731   parameters:
4732   - "result"
4733   - "name"
4734   - "tags"
4735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4736   x-axis: "X = VNFs per Service Chain"
4737   y-axis: "Y = Number of Service Chains"
4738   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4739   layout:
4740     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4741     layout: "plot-service-density"
4742
4743 - type: "plot"
4744   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4745   algorithm: "plot_service_density_heatmap_compare"
4746   output-file-type: ".html"
4747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4748   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4749   filter: "'NIC_Intel-X710' and
4750            'NF_DENSITY' and
4751            'VHOST' and
4752            'CHAIN' and
4753            'NF_VPPIP4' and
4754            'IMIX' and
4755            '4T2C' and
4756            'MRR'"
4757   reference:
4758     include: "2"
4759     name: "VNF-1c"
4760   compare:
4761     include: "1"
4762     name: "VNF-0.5c"
4763   parameters:
4764   - "result"
4765   - "name"
4766   - "tags"
4767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768   x-axis: "X = VNFs per Service Chain"
4769   y-axis: "Y = Number of Service Chains"
4770   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4771   layout:
4772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4773     layout: "plot-service-density"
4774
4775 - type: "plot"
4776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4777   algorithm: "plot_service_density_heatmap_compare"
4778   output-file-type: ".html"
4779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4780   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4781   filter: "'NIC_Intel-X710' and
4782            'NF_DENSITY' and
4783            'VHOST' and
4784            'CHAIN' and
4785            'NF_VPPIP4' and
4786            'IMIX' and
4787            '8T4C' and
4788            'MRR'"
4789   reference:
4790     include: "2"
4791     name: "VNF-1c"
4792   compare:
4793     include: "1"
4794     name: "VNF-0.5c"
4795   parameters:
4796   - "result"
4797   - "name"
4798   - "tags"
4799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4800   x-axis: "X = VNFs per Service Chain"
4801   y-axis: "Y = Number of Service Chains"
4802   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4803   layout:
4804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4805     layout: "plot-service-density"
4806
4807 # Plots - NF Density - VSC - NDR 64b
4808 - type: "plot"
4809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4810   algorithm: "plot_service_density_heatmap_compare"
4811   output-file-type: ".html"
4812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4813   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4814   filter: "'NIC_Intel-X710' and
4815            'NF_DENSITY' and
4816            'VHOST' and
4817            'CHAIN' and
4818            'NF_VPPIP4' and
4819            '64B' and
4820            '2T1C' and
4821            'NDRPDR'"
4822   reference:
4823     include: "2"
4824     name: "VNF-1c"
4825   compare:
4826     include: "1"
4827     name: "VNF-0.5c"
4828   parameters:
4829   - "throughput"
4830   - "name"
4831   - "tags"
4832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4833   x-axis: "X = VNFs per Service Chain"
4834   y-axis: "Y = Number of Service Chains"
4835   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4836   layout:
4837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4838     layout: "plot-service-density"
4839
4840 - type: "plot"
4841   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4842   algorithm: "plot_service_density_heatmap_compare"
4843   output-file-type: ".html"
4844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4845   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4846   filter: "'NIC_Intel-X710' and
4847            'NF_DENSITY' and
4848            'VHOST' and
4849            'CHAIN' and
4850            'NF_VPPIP4' and
4851            '64B' and
4852            '4T2C' and
4853            'NDRPDR'"
4854   reference:
4855     include: "2"
4856     name: "VNF-1c"
4857   compare:
4858     include: "1"
4859     name: "VNF-0.5c"
4860   parameters:
4861   - "throughput"
4862   - "name"
4863   - "tags"
4864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4865   x-axis: "X = VNFs per Service Chain"
4866   y-axis: "Y = Number of Service Chains"
4867   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4868   layout:
4869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4870     layout: "plot-service-density"
4871
4872 - type: "plot"
4873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4874   algorithm: "plot_service_density_heatmap_compare"
4875   output-file-type: ".html"
4876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4877   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4878   filter: "'NIC_Intel-X710' and
4879            'NF_DENSITY' and
4880            'VHOST' and
4881            'CHAIN' and
4882            'NF_VPPIP4' and
4883            '64B' and
4884            '8T4C' and
4885            'NDRPDR'"
4886   reference:
4887     include: "2"
4888     name: "VNF-1c"
4889   compare:
4890     include: "1"
4891     name: "VNF-0.5c"
4892   parameters:
4893   - "throughput"
4894   - "name"
4895   - "tags"
4896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4897   x-axis: "X = VNFs per Service Chain"
4898   y-axis: "Y = Number of Service Chains"
4899   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4900   layout:
4901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4902     layout: "plot-service-density"
4903
4904 # Plots - NF Density - VSC - NDR IMIX
4905 - type: "plot"
4906   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4907   algorithm: "plot_service_density_heatmap_compare"
4908   output-file-type: ".html"
4909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4910   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4911   filter: "'NIC_Intel-X710' and
4912            'NF_DENSITY' and
4913            'VHOST' and
4914            'CHAIN' and
4915            'NF_VPPIP4' and
4916            'IMIX' and
4917            '2T1C' and
4918            'NDRPDR'"
4919   reference:
4920     include: "2"
4921     name: "VNF-1c"
4922   compare:
4923     include: "1"
4924     name: "VNF-0.5c"
4925   parameters:
4926   - "throughput"
4927   - "name"
4928   - "tags"
4929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4930   x-axis: "X = VNFs per Service Chain"
4931   y-axis: "Y = Number of Service Chains"
4932   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4933   layout:
4934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4935     layout: "plot-service-density"
4936
4937 - type: "plot"
4938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4939   algorithm: "plot_service_density_heatmap_compare"
4940   output-file-type: ".html"
4941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4942   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4943   filter: "'NIC_Intel-X710' and
4944            'NF_DENSITY' and
4945            'VHOST' and
4946            'CHAIN' and
4947            'NF_VPPIP4' and
4948            'IMIX' and
4949            '4T2C' and
4950            'NDRPDR'"
4951   reference:
4952     include: "2"
4953     name: "VNF-1c"
4954   compare:
4955     include: "1"
4956     name: "VNF-0.5c"
4957   parameters:
4958   - "throughput"
4959   - "name"
4960   - "tags"
4961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4962   x-axis: "X = VNFs per Service Chain"
4963   y-axis: "Y = Number of Service Chains"
4964   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4965   layout:
4966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4967     layout: "plot-service-density"
4968
4969 - type: "plot"
4970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4971   algorithm: "plot_service_density_heatmap_compare"
4972   output-file-type: ".html"
4973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4974   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4975   filter: "'NIC_Intel-X710' and
4976            'NF_DENSITY' and
4977            'VHOST' and
4978            'CHAIN' and
4979            'NF_VPPIP4' and
4980            'IMIX' and
4981            '8T4C' and
4982            'NDRPDR'"
4983   reference:
4984     include: "2"
4985     name: "VNF-1c"
4986   compare:
4987     include: "1"
4988     name: "VNF-0.5c"
4989   parameters:
4990   - "throughput"
4991   - "name"
4992   - "tags"
4993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4994   x-axis: "X = VNFs per Service Chain"
4995   y-axis: "Y = Number of Service Chains"
4996   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4997   layout:
4998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4999     layout: "plot-service-density"
5000
5001 # Plots - NF Density - VSC - PDR 64b
5002 - type: "plot"
5003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5004   algorithm: "plot_service_density_heatmap_compare"
5005   output-file-type: ".html"
5006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5007   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5008   filter: "'NIC_Intel-X710' and
5009            'NF_DENSITY' and
5010            'VHOST' and
5011            'CHAIN' and
5012            'NF_VPPIP4' and
5013            '64B' and
5014            '2T1C' and
5015            'NDRPDR'"
5016   reference:
5017     include: "2"
5018     name: "VNF-1c"
5019   compare:
5020     include: "1"
5021     name: "VNF-0.5c"
5022   parameters:
5023   - "throughput"
5024   - "name"
5025   - "tags"
5026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5027   x-axis: "X = VNFs per Service Chain"
5028   y-axis: "Y = Number of Service Chains"
5029   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5030   layout:
5031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5032     layout: "plot-service-density"
5033
5034 - type: "plot"
5035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5036   algorithm: "plot_service_density_heatmap_compare"
5037   output-file-type: ".html"
5038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5039   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5040   filter: "'NIC_Intel-X710' and
5041            'NF_DENSITY' and
5042            'VHOST' and
5043            'CHAIN' and
5044            'NF_VPPIP4' and
5045            '64B' and
5046            '4T2C' and
5047            'NDRPDR'"
5048   reference:
5049     include: "2"
5050     name: "VNF-1c"
5051   compare:
5052     include: "1"
5053     name: "VNF-0.5c"
5054   parameters:
5055   - "throughput"
5056   - "name"
5057   - "tags"
5058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5059   x-axis: "X = VNFs per Service Chain"
5060   y-axis: "Y = Number of Service Chains"
5061   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5062   layout:
5063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5064     layout: "plot-service-density"
5065
5066 - type: "plot"
5067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5068   algorithm: "plot_service_density_heatmap_compare"
5069   output-file-type: ".html"
5070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5071   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5072   filter: "'NIC_Intel-X710' and
5073            'NF_DENSITY' and
5074            'VHOST' and
5075            'CHAIN' and
5076            'NF_VPPIP4' and
5077            '64B' and
5078            '8T4C' and
5079            'NDRPDR'"
5080   reference:
5081     include: "2"
5082     name: "VNF-1c"
5083   compare:
5084     include: "1"
5085     name: "VNF-0.5c"
5086   parameters:
5087   - "throughput"
5088   - "name"
5089   - "tags"
5090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5091   x-axis: "X = VNFs per Service Chain"
5092   y-axis: "Y = Number of Service Chains"
5093   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5094   layout:
5095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5096     layout: "plot-service-density"
5097
5098 # Plots - NF Density - VSC - PDR IMIX
5099 - type: "plot"
5100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5101   algorithm: "plot_service_density_heatmap_compare"
5102   output-file-type: ".html"
5103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5104   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5105   filter: "'NIC_Intel-X710' and
5106            'NF_DENSITY' and
5107            'VHOST' and
5108            'CHAIN' and
5109            'NF_VPPIP4' and
5110            'IMIX' and
5111            '2T1C' and
5112            'NDRPDR'"
5113   reference:
5114     include: "2"
5115     name: "VNF-1c"
5116   compare:
5117     include: "1"
5118     name: "VNF-0.5c"
5119   parameters:
5120   - "throughput"
5121   - "name"
5122   - "tags"
5123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5124   x-axis: "X = VNFs per Service Chain"
5125   y-axis: "Y = Number of Service Chains"
5126   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5127   layout:
5128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5129     layout: "plot-service-density"
5130
5131 - type: "plot"
5132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5133   algorithm: "plot_service_density_heatmap_compare"
5134   output-file-type: ".html"
5135   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5136   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5137   filter: "'NIC_Intel-X710' and
5138            'NF_DENSITY' and
5139            'VHOST' and
5140            'CHAIN' and
5141            'NF_VPPIP4' and
5142            'IMIX' and
5143            '4T2C' and
5144            'NDRPDR'"
5145   reference:
5146     include: "2"
5147     name: "VNF-1c"
5148   compare:
5149     include: "1"
5150     name: "VNF-0.5c"
5151   parameters:
5152   - "throughput"
5153   - "name"
5154   - "tags"
5155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5156   x-axis: "X = VNFs per Service Chain"
5157   y-axis: "Y = Number of Service Chains"
5158   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5159   layout:
5160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5161     layout: "plot-service-density"
5162
5163 - type: "plot"
5164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5165   algorithm: "plot_service_density_heatmap_compare"
5166   output-file-type: ".html"
5167   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5168   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5169   filter: "'NIC_Intel-X710' and
5170            'NF_DENSITY' and
5171            'VHOST' and
5172            'CHAIN' and
5173            'NF_VPPIP4' and
5174            'IMIX' and
5175            '8T4C' and
5176            'NDRPDR'"
5177   reference:
5178     include: "2"
5179     name: "VNF-1c"
5180   compare:
5181     include: "1"
5182     name: "VNF-0.5c"
5183   parameters:
5184   - "throughput"
5185   - "name"
5186   - "tags"
5187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5188   x-axis: "X = VNFs per Service Chain"
5189   y-axis: "Y = Number of Service Chains"
5190   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5191   layout:
5192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5193     layout: "plot-service-density"
5194
5195 ################################################################################
5196 # Plots - NF Density - CSC - MRR 64b
5197 - type: "plot"
5198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5199   algorithm: "plot_service_density_heatmap_compare"
5200   output-file-type: ".html"
5201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5202   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5203   filter: "'NIC_Intel-X710' and
5204            'NF_DENSITY' and
5205            'DOCKER' and
5206            'CHAIN' and
5207            'NF_VPPIP4' and
5208            '64B' and
5209            '2T1C' and
5210            'MRR'"
5211   reference:
5212     include: "2"
5213     name: "CNF-1c"
5214   compare:
5215     include: "1"
5216     name: "CNF-0.5c"
5217   parameters:
5218   - "result"
5219   - "name"
5220   - "tags"
5221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5222   x-axis: "X = CNFs per Service Chain"
5223   y-axis: "Y = Number of Service Chains"
5224   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5225   layout:
5226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5227     layout: "plot-service-density"
5228
5229 - type: "plot"
5230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5231   algorithm: "plot_service_density_heatmap_compare"
5232   output-file-type: ".html"
5233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5234   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5235   filter: "'NIC_Intel-X710' and
5236            'NF_DENSITY' and
5237            'DOCKER' and
5238            'CHAIN' and
5239            'NF_VPPIP4' and
5240            '64B' and
5241            '4T2C' and
5242            'MRR'"
5243   reference:
5244     include: "2"
5245     name: "CNF-1c"
5246   compare:
5247     include: "1"
5248     name: "CNF-0.5c"
5249   parameters:
5250   - "result"
5251   - "name"
5252   - "tags"
5253   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5254   x-axis: "X = CNFs per Service Chain"
5255   y-axis: "Y = Number of Service Chains"
5256   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5257   layout:
5258     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5259     layout: "plot-service-density"
5260
5261 - type: "plot"
5262   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5263   algorithm: "plot_service_density_heatmap_compare"
5264   output-file-type: ".html"
5265   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5266   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5267   filter: "'NIC_Intel-X710' and
5268            'NF_DENSITY' and
5269            'DOCKER' and
5270            'CHAIN' and
5271            'NF_VPPIP4' and
5272            '64B' and
5273            '8T4C' and
5274            'MRR'"
5275   reference:
5276     include: "2"
5277     name: "CNF-1c"
5278   compare:
5279     include: "1"
5280     name: "CNF-0.5c"
5281   parameters:
5282   - "result"
5283   - "name"
5284   - "tags"
5285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5286   x-axis: "X = CNFs per Service Chain"
5287   y-axis: "Y = Number of Service Chains"
5288   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5289   layout:
5290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5291     layout: "plot-service-density"
5292
5293 # Plots - NF Density - CSC - MRR IMIX
5294 - type: "plot"
5295   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5296   algorithm: "plot_service_density_heatmap_compare"
5297   output-file-type: ".html"
5298   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5299   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5300   filter: "'NIC_Intel-X710' and
5301            'NF_DENSITY' and
5302            'DOCKER' and
5303            'CHAIN' and
5304            'NF_VPPIP4' and
5305            'IMIX' and
5306            '2T1C' and
5307            'MRR'"
5308   reference:
5309     include: "2"
5310     name: "CNF-1c"
5311   compare:
5312     include: "1"
5313     name: "CNF-0.5c"
5314   parameters:
5315   - "result"
5316   - "name"
5317   - "tags"
5318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5319   x-axis: "X = CNFs per Service Chain"
5320   y-axis: "Y = Number of Service Chains"
5321   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5322   layout:
5323     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5324     layout: "plot-service-density"
5325
5326 - type: "plot"
5327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5328   algorithm: "plot_service_density_heatmap_compare"
5329   output-file-type: ".html"
5330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5331   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5332   filter: "'NIC_Intel-X710' and
5333            'NF_DENSITY' and
5334            'DOCKER' and
5335            'CHAIN' and
5336            'NF_VPPIP4' and
5337            'IMIX' and
5338            '4T2C' and
5339            'MRR'"
5340   reference:
5341     include: "2"
5342     name: "CNF-1c"
5343   compare:
5344     include: "1"
5345     name: "CNF-0.5c"
5346   parameters:
5347   - "result"
5348   - "name"
5349   - "tags"
5350   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5351   x-axis: "X = CNFs per Service Chain"
5352   y-axis: "Y = Number of Service Chains"
5353   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5354   layout:
5355     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5356     layout: "plot-service-density"
5357
5358 - type: "plot"
5359   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5360   algorithm: "plot_service_density_heatmap_compare"
5361   output-file-type: ".html"
5362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5363   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5364   filter: "'NIC_Intel-X710' and
5365            'NF_DENSITY' and
5366            'DOCKER' and
5367            'CHAIN' and
5368            'NF_VPPIP4' and
5369            'IMIX' and
5370            '8T4C' and
5371            'MRR'"
5372   reference:
5373     include: "2"
5374     name: "CNF-1c"
5375   compare:
5376     include: "1"
5377     name: "CNF-0.5c"
5378   parameters:
5379   - "result"
5380   - "name"
5381   - "tags"
5382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5383   x-axis: "X = CNFs per Service Chain"
5384   y-axis: "Y = Number of Service Chains"
5385   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5386   layout:
5387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5388     layout: "plot-service-density"
5389
5390 # Plots - NF Density - CSC - NDR 64b
5391 - type: "plot"
5392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5393   algorithm: "plot_service_density_heatmap_compare"
5394   output-file-type: ".html"
5395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5396   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5397   filter: "'NIC_Intel-X710' and
5398            'NF_DENSITY' and
5399            'DOCKER' and
5400            'CHAIN' and
5401            'NF_VPPIP4' and
5402            '64B' and
5403            '2T1C' and
5404            'NDRPDR'"
5405   reference:
5406     include: "2"
5407     name: "CNF-1c"
5408   compare:
5409     include: "1"
5410     name: "CNF-0.5c"
5411   parameters:
5412   - "throughput"
5413   - "name"
5414   - "tags"
5415   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5416   x-axis: "X = CNFs per Service Chain"
5417   y-axis: "Y = Number of Service Chains"
5418   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5419   layout:
5420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5421     layout: "plot-service-density"
5422
5423 - type: "plot"
5424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5425   algorithm: "plot_service_density_heatmap_compare"
5426   output-file-type: ".html"
5427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5428   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5429   filter: "'NIC_Intel-X710' and
5430            'NF_DENSITY' and
5431            'DOCKER' and
5432            'CHAIN' and
5433            'NF_VPPIP4' and
5434            '64B' and
5435            '4T2C' and
5436            'NDRPDR'"
5437   reference:
5438     include: "2"
5439     name: "CNF-1c"
5440   compare:
5441     include: "1"
5442     name: "CNF-0.5c"
5443   parameters:
5444   - "throughput"
5445   - "name"
5446   - "tags"
5447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5448   x-axis: "X = CNFs per Service Chain"
5449   y-axis: "Y = Number of Service Chains"
5450   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5451   layout:
5452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5453     layout: "plot-service-density"
5454
5455 - type: "plot"
5456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5457   algorithm: "plot_service_density_heatmap_compare"
5458   output-file-type: ".html"
5459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5460   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5461   filter: "'NIC_Intel-X710' and
5462            'NF_DENSITY' and
5463            'DOCKER' and
5464            'CHAIN' and
5465            'NF_VPPIP4' and
5466            '64B' and
5467            '8T4C' and
5468            'NDRPDR'"
5469   reference:
5470     include: "2"
5471     name: "CNF-1c"
5472   compare:
5473     include: "1"
5474     name: "CNF-0.5c"
5475   parameters:
5476   - "throughput"
5477   - "name"
5478   - "tags"
5479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5480   x-axis: "X = CNFs per Service Chain"
5481   y-axis: "Y = Number of Service Chains"
5482   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5483   layout:
5484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5485     layout: "plot-service-density"
5486
5487 # Plots - NF Density - CSC - NDR IMIX
5488 - type: "plot"
5489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5490   algorithm: "plot_service_density_heatmap_compare"
5491   output-file-type: ".html"
5492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5493   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5494   filter: "'NIC_Intel-X710' and
5495            'NF_DENSITY' and
5496            'DOCKER' and
5497            'CHAIN' and
5498            'NF_VPPIP4' and
5499            'IMIX' and
5500            '2T1C' and
5501            'NDRPDR'"
5502   reference:
5503     include: "2"
5504     name: "CNF-1c"
5505   compare:
5506     include: "1"
5507     name: "CNF-0.5c"
5508   parameters:
5509   - "throughput"
5510   - "name"
5511   - "tags"
5512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5513   x-axis: "X = CNFs per Service Chain"
5514   y-axis: "Y = Number of Service Chains"
5515   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5516   layout:
5517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5518     layout: "plot-service-density"
5519
5520 - type: "plot"
5521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5522   algorithm: "plot_service_density_heatmap_compare"
5523   output-file-type: ".html"
5524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5525   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5526   filter: "'NIC_Intel-X710' and
5527            'NF_DENSITY' and
5528            'DOCKER' and
5529            'CHAIN' and
5530            'NF_VPPIP4' and
5531            'IMIX' and
5532            '4T2C' and
5533            'NDRPDR'"
5534   reference:
5535     include: "2"
5536     name: "CNF-1c"
5537   compare:
5538     include: "1"
5539     name: "CNF-0.5c"
5540   parameters:
5541   - "throughput"
5542   - "name"
5543   - "tags"
5544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5545   x-axis: "X = CNFs per Service Chain"
5546   y-axis: "Y = Number of Service Chains"
5547   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5548   layout:
5549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5550     layout: "plot-service-density"
5551
5552 - type: "plot"
5553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5554   algorithm: "plot_service_density_heatmap_compare"
5555   output-file-type: ".html"
5556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5557   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5558   filter: "'NIC_Intel-X710' and
5559            'NF_DENSITY' and
5560            'DOCKER' and
5561            'CHAIN' and
5562            'NF_VPPIP4' and
5563            'IMIX' and
5564            '8T4C' and
5565            'NDRPDR'"
5566   reference:
5567     include: "2"
5568     name: "CNF-1c"
5569   compare:
5570     include: "1"
5571     name: "CNF-0.5c"
5572   parameters:
5573   - "throughput"
5574   - "name"
5575   - "tags"
5576   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5577   x-axis: "X = CNFs per Service Chain"
5578   y-axis: "Y = Number of Service Chains"
5579   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5580   layout:
5581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5582     layout: "plot-service-density"
5583
5584 # Plots - NF Density - CSC - PDR 64b
5585 - type: "plot"
5586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5587   algorithm: "plot_service_density_heatmap_compare"
5588   output-file-type: ".html"
5589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5590   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5591   filter: "'NIC_Intel-X710' and
5592            'NF_DENSITY' and
5593            'DOCKER' and
5594            'CHAIN' and
5595            'NF_VPPIP4' and
5596            '64B' and
5597            '2T1C' and
5598            'NDRPDR'"
5599   reference:
5600     include: "2"
5601     name: "CNF-1c"
5602   compare:
5603     include: "1"
5604     name: "CNF-0.5c"
5605   parameters:
5606   - "throughput"
5607   - "name"
5608   - "tags"
5609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5610   x-axis: "X = CNFs per Service Chain"
5611   y-axis: "Y = Number of Service Chains"
5612   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5613   layout:
5614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5615     layout: "plot-service-density"
5616
5617 - type: "plot"
5618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5619   algorithm: "plot_service_density_heatmap_compare"
5620   output-file-type: ".html"
5621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5622   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5623   filter: "'NIC_Intel-X710' and
5624            'NF_DENSITY' and
5625            'DOCKER' and
5626            'CHAIN' and
5627            'NF_VPPIP4' and
5628            '64B' and
5629            '4T2C' and
5630            'NDRPDR'"
5631   reference:
5632     include: "2"
5633     name: "CNF-1c"
5634   compare:
5635     include: "1"
5636     name: "CNF-0.5c"
5637   parameters:
5638   - "throughput"
5639   - "name"
5640   - "tags"
5641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5642   x-axis: "X = CNFs per Service Chain"
5643   y-axis: "Y = Number of Service Chains"
5644   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5645   layout:
5646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5647     layout: "plot-service-density"
5648
5649 - type: "plot"
5650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5651   algorithm: "plot_service_density_heatmap_compare"
5652   output-file-type: ".html"
5653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5654   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5655   filter: "'NIC_Intel-X710' and
5656            'NF_DENSITY' and
5657            'DOCKER' and
5658            'CHAIN' and
5659            'NF_VPPIP4' and
5660            '64B' and
5661            '8T4C' and
5662            'NDRPDR'"
5663   reference:
5664     include: "2"
5665     name: "CNF-1c"
5666   compare:
5667     include: "1"
5668     name: "CNF-0.5c"
5669   parameters:
5670   - "throughput"
5671   - "name"
5672   - "tags"
5673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5674   x-axis: "X = CNFs per Service Chain"
5675   y-axis: "Y = Number of Service Chains"
5676   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5677   layout:
5678     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5679     layout: "plot-service-density"
5680
5681 # Plots - NF Density - CSC - PDR IMIX
5682 - type: "plot"
5683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5684   algorithm: "plot_service_density_heatmap_compare"
5685   output-file-type: ".html"
5686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5687   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5688   filter: "'NIC_Intel-X710' and
5689            'NF_DENSITY' and
5690            'DOCKER' and
5691            'CHAIN' and
5692            'NF_VPPIP4' and
5693            'IMIX' and
5694            '2T1C' and
5695            'NDRPDR'"
5696   reference:
5697     include: "2"
5698     name: "CNF-1c"
5699   compare:
5700     include: "1"
5701     name: "CNF-0.5c"
5702   parameters:
5703   - "throughput"
5704   - "name"
5705   - "tags"
5706   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5707   x-axis: "X = CNFs per Service Chain"
5708   y-axis: "Y = Number of Service Chains"
5709   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5710   layout:
5711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5712     layout: "plot-service-density"
5713
5714 - type: "plot"
5715   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5716   algorithm: "plot_service_density_heatmap_compare"
5717   output-file-type: ".html"
5718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5719   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5720   filter: "'NIC_Intel-X710' and
5721            'NF_DENSITY' and
5722            'DOCKER' and
5723            'CHAIN' and
5724            'NF_VPPIP4' and
5725            'IMIX' and
5726            '4T2C' and
5727            'NDRPDR'"
5728   reference:
5729     include: "2"
5730     name: "CNF-1c"
5731   compare:
5732     include: "1"
5733     name: "CNF-0.5c"
5734   parameters:
5735   - "throughput"
5736   - "name"
5737   - "tags"
5738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5739   x-axis: "X = CNFs per Service Chain"
5740   y-axis: "Y = Number of Service Chains"
5741   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5742   layout:
5743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5744     layout: "plot-service-density"
5745
5746 - type: "plot"
5747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5748   algorithm: "plot_service_density_heatmap_compare"
5749   output-file-type: ".html"
5750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5751   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5752   filter: "'NIC_Intel-X710' and
5753            'NF_DENSITY' and
5754            'DOCKER' and
5755            'CHAIN' and
5756            'NF_VPPIP4' and
5757            'IMIX' and
5758            '8T4C' and
5759            'NDRPDR'"
5760   reference:
5761     include: "2"
5762     name: "CNF-1c"
5763   compare:
5764     include: "1"
5765     name: "CNF-0.5c"
5766   parameters:
5767   - "throughput"
5768   - "name"
5769   - "tags"
5770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5771   x-axis: "X = CNFs per Service Chain"
5772   y-axis: "Y = Number of Service Chains"
5773   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5774   layout:
5775     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5776     layout: "plot-service-density"
5777
5778 ################################################################################
5779 # Plots - NF Density - CSP - MRR 64b
5780 - type: "plot"
5781   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5782   algorithm: "plot_service_density_heatmap_compare"
5783   output-file-type: ".html"
5784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5785   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5786   filter: "'NIC_Intel-X710' and
5787            'NF_DENSITY' and
5788            'DOCKER' and
5789            'PIPELINE' and
5790            'NF_VPPIP4' and
5791            '64B' and
5792            '2T1C' and
5793            'MRR'"
5794   reference:
5795     include: "2"
5796     name: "CNF-1c"
5797   compare:
5798     include: "1"
5799     name: "CNF-0.5c"
5800   parameters:
5801   - "result"
5802   - "name"
5803   - "tags"
5804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5805   x-axis: "X = CNFs per Service Pipeline"
5806   y-axis: "Y = Number of Service Pipelines"
5807   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5808   layout:
5809     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5810     layout: "plot-service-density"
5811
5812 - type: "plot"
5813   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5814   algorithm: "plot_service_density_heatmap_compare"
5815   output-file-type: ".html"
5816   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5817   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5818   filter: "'NIC_Intel-X710' and
5819            'NF_DENSITY' and
5820            'DOCKER' and
5821            'PIPELINE' and
5822            'NF_VPPIP4' and
5823            '64B' and
5824            '4T2C' and
5825            'MRR'"
5826   reference:
5827     include: "2"
5828     name: "CNF-1c"
5829   compare:
5830     include: "1"
5831     name: "CNF-0.5c"
5832   parameters:
5833   - "result"
5834   - "name"
5835   - "tags"
5836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5837   x-axis: "X = CNFs per Service Pipeline"
5838   y-axis: "Y = Number of Service Pipelines"
5839   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5840   layout:
5841     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5842     layout: "plot-service-density"
5843
5844 - type: "plot"
5845   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5846   algorithm: "plot_service_density_heatmap_compare"
5847   output-file-type: ".html"
5848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5849   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5850   filter: "'NIC_Intel-X710' and
5851            'NF_DENSITY' and
5852            'DOCKER' and
5853            'PIPELINE' and
5854            'NF_VPPIP4' and
5855            '64B' and
5856            '8T4C' and
5857            'MRR'"
5858   reference:
5859     include: "2"
5860     name: "CNF-1c"
5861   compare:
5862     include: "1"
5863     name: "CNF-0.5c"
5864   parameters:
5865   - "result"
5866   - "name"
5867   - "tags"
5868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5869   x-axis: "X = CNFs per Service Pipeline"
5870   y-axis: "Y = Number of Service Pipelines"
5871   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5872   layout:
5873     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5874     layout: "plot-service-density"
5875
5876 # Plots - NF Density - CSP - MRR IMIX
5877 - type: "plot"
5878   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5879   algorithm: "plot_service_density_heatmap_compare"
5880   output-file-type: ".html"
5881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5882   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5883   filter: "'NIC_Intel-X710' and
5884            'NF_DENSITY' and
5885            'DOCKER' and
5886            'PIPELINE' and
5887            'NF_VPPIP4' and
5888            'IMIX' and
5889            '2T1C' and
5890            'MRR'"
5891   reference:
5892     include: "2"
5893     name: "CNF-1c"
5894   compare:
5895     include: "1"
5896     name: "CNF-0.5c"
5897   parameters:
5898   - "result"
5899   - "name"
5900   - "tags"
5901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5902   x-axis: "X = CNFs per Service Pipeline"
5903   y-axis: "Y = Number of Service Pipelines"
5904   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5905   layout:
5906     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5907     layout: "plot-service-density"
5908
5909 - type: "plot"
5910   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5911   algorithm: "plot_service_density_heatmap_compare"
5912   output-file-type: ".html"
5913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5914   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5915   filter: "'NIC_Intel-X710' and
5916            'NF_DENSITY' and
5917            'DOCKER' and
5918            'PIPELINE' and
5919            'NF_VPPIP4' and
5920            'IMIX' and
5921            '4T2C' and
5922            'MRR'"
5923   reference:
5924     include: "2"
5925     name: "CNF-1c"
5926   compare:
5927     include: "1"
5928     name: "CNF-0.5c"
5929   parameters:
5930   - "result"
5931   - "name"
5932   - "tags"
5933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5934   x-axis: "X = CNFs per Service Pipeline"
5935   y-axis: "Y = Number of Service Pipelines"
5936   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5937   layout:
5938     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5939     layout: "plot-service-density"
5940
5941 - type: "plot"
5942   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5943   algorithm: "plot_service_density_heatmap_compare"
5944   output-file-type: ".html"
5945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5946   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5947   filter: "'NIC_Intel-X710' and
5948            'NF_DENSITY' and
5949            'DOCKER' and
5950            'PIPELINE' and
5951            'NF_VPPIP4' and
5952            'IMIX' and
5953            '8T4C' and
5954            'MRR'"
5955   reference:
5956     include: "2"
5957     name: "CNF-1c"
5958   compare:
5959     include: "1"
5960     name: "CNF-0.5c"
5961   parameters:
5962   - "result"
5963   - "name"
5964   - "tags"
5965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5966   x-axis: "X = CNFs per Service Pipeline"
5967   y-axis: "Y = Number of Service Pipelines"
5968   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5969   layout:
5970     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5971     layout: "plot-service-density"
5972
5973 # Plots - NF Density - CSP - NDR 64b
5974 - type: "plot"
5975   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5976   algorithm: "plot_service_density_heatmap_compare"
5977   output-file-type: ".html"
5978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5979   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5980   filter: "'NIC_Intel-X710' and
5981            'NF_DENSITY' and
5982            'DOCKER' and
5983            'PIPELINE' and
5984            'NF_VPPIP4' and
5985            '64B' and
5986            '2T1C' and
5987            'NDRPDR'"
5988   reference:
5989     include: "2"
5990     name: "CNF-1c"
5991   compare:
5992     include: "1"
5993     name: "CNF-0.5c"
5994   parameters:
5995   - "throughput"
5996   - "name"
5997   - "tags"
5998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5999   x-axis: "X = CNFs per Service Pipeline"
6000   y-axis: "Y = Number of Service Pipelines"
6001   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6002   layout:
6003     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6004     layout: "plot-service-density"
6005
6006 - type: "plot"
6007   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6008   algorithm: "plot_service_density_heatmap_compare"
6009   output-file-type: ".html"
6010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6011   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6012   filter: "'NIC_Intel-X710' and
6013            'NF_DENSITY' and
6014            'DOCKER' and
6015            'PIPELINE' and
6016            'NF_VPPIP4' and
6017            '64B' and
6018            '4T2C' and
6019            'NDRPDR'"
6020   reference:
6021     include: "2"
6022     name: "CNF-1c"
6023   compare:
6024     include: "1"
6025     name: "CNF-0.5c"
6026   parameters:
6027   - "throughput"
6028   - "name"
6029   - "tags"
6030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6031   x-axis: "X = CNFs per Service Pipeline"
6032   y-axis: "Y = Number of Service Pipelines"
6033   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6034   layout:
6035     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6036     layout: "plot-service-density"
6037
6038 - type: "plot"
6039   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6040   algorithm: "plot_service_density_heatmap_compare"
6041   output-file-type: ".html"
6042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6043   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6044   filter: "'NIC_Intel-X710' and
6045            'NF_DENSITY' and
6046            'DOCKER' and
6047            'PIPELINE' and
6048            'NF_VPPIP4' and
6049            '64B' and
6050            '8T4C' and
6051            'NDRPDR'"
6052   reference:
6053     include: "2"
6054     name: "CNF-1c"
6055   compare:
6056     include: "1"
6057     name: "CNF-0.5c"
6058   parameters:
6059   - "throughput"
6060   - "name"
6061   - "tags"
6062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6063   x-axis: "X = CNFs per Service Pipeline"
6064   y-axis: "Y = Number of Service Pipelines"
6065   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6066   layout:
6067     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6068     layout: "plot-service-density"
6069
6070 # Plots - NF Density - CSP - NDR IMIX
6071 - type: "plot"
6072   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6073   algorithm: "plot_service_density_heatmap_compare"
6074   output-file-type: ".html"
6075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6076   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6077   filter: "'NIC_Intel-X710' and
6078            'NF_DENSITY' and
6079            'DOCKER' and
6080            'PIPELINE' and
6081            'NF_VPPIP4' and
6082            'IMIX' and
6083            '2T1C' and
6084            'NDRPDR'"
6085   reference:
6086     include: "2"
6087     name: "CNF-1c"
6088   compare:
6089     include: "1"
6090     name: "CNF-0.5c"
6091   parameters:
6092   - "throughput"
6093   - "name"
6094   - "tags"
6095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6096   x-axis: "X = CNFs per Service Pipeline"
6097   y-axis: "Y = Number of Service Pipelines"
6098   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6099   layout:
6100     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6101     layout: "plot-service-density"
6102
6103 - type: "plot"
6104   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6105   algorithm: "plot_service_density_heatmap_compare"
6106   output-file-type: ".html"
6107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6108   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6109   filter: "'NIC_Intel-X710' and
6110            'NF_DENSITY' and
6111            'DOCKER' and
6112            'PIPELINE' and
6113            'NF_VPPIP4' and
6114            'IMIX' and
6115            '4T2C' and
6116            'NDRPDR'"
6117   reference:
6118     include: "2"
6119     name: "CNF-1c"
6120   compare:
6121     include: "1"
6122     name: "CNF-0.5c"
6123   parameters:
6124   - "throughput"
6125   - "name"
6126   - "tags"
6127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6128   x-axis: "X = CNFs per Service Pipeline"
6129   y-axis: "Y = Number of Service Pipelines"
6130   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6131   layout:
6132     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6133     layout: "plot-service-density"
6134
6135 - type: "plot"
6136   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6137   algorithm: "plot_service_density_heatmap_compare"
6138   output-file-type: ".html"
6139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6140   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6141   filter: "'NIC_Intel-X710' and
6142            'NF_DENSITY' and
6143            'DOCKER' and
6144            'PIPELINE' and
6145            'NF_VPPIP4' and
6146            'IMIX' and
6147            '8T4C' and
6148            'NDRPDR'"
6149   reference:
6150     include: "2"
6151     name: "CNF-1c"
6152   compare:
6153     include: "1"
6154     name: "CNF-0.5c"
6155   parameters:
6156   - "throughput"
6157   - "name"
6158   - "tags"
6159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6160   x-axis: "X = CNFs per Service Pipeline"
6161   y-axis: "Y = Number of Service Pipelines"
6162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6163   layout:
6164     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6165     layout: "plot-service-density"
6166
6167 # Plots - NF Density - CSP - PDR 64b
6168 - type: "plot"
6169   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6170   algorithm: "plot_service_density_heatmap_compare"
6171   output-file-type: ".html"
6172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6173   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6174   filter: "'NIC_Intel-X710' and
6175            'NF_DENSITY' and
6176            'DOCKER' and
6177            'PIPELINE' and
6178            'NF_VPPIP4' and
6179            '64B' and
6180            '2T1C' and
6181            'NDRPDR'"
6182   reference:
6183     include: "2"
6184     name: "CNF-1c"
6185   compare:
6186     include: "1"
6187     name: "CNF-0.5c"
6188   parameters:
6189   - "throughput"
6190   - "name"
6191   - "tags"
6192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6193   x-axis: "X = CNFs per Service Pipeline"
6194   y-axis: "Y = Number of Service Pipelines"
6195   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6196   layout:
6197     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6198     layout: "plot-service-density"
6199
6200 - type: "plot"
6201   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6202   algorithm: "plot_service_density_heatmap_compare"
6203   output-file-type: ".html"
6204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6205   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6206   filter: "'NIC_Intel-X710' and
6207            'NF_DENSITY' and
6208            'DOCKER' and
6209            'PIPELINE' and
6210            'NF_VPPIP4' and
6211            '64B' and
6212            '4T2C' and
6213            'NDRPDR'"
6214   reference:
6215     include: "2"
6216     name: "CNF-1c"
6217   compare:
6218     include: "1"
6219     name: "CNF-0.5c"
6220   parameters:
6221   - "throughput"
6222   - "name"
6223   - "tags"
6224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6225   x-axis: "X = CNFs per Service Pipeline"
6226   y-axis: "Y = Number of Service Pipelines"
6227   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6228   layout:
6229     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6230     layout: "plot-service-density"
6231
6232 - type: "plot"
6233   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6234   algorithm: "plot_service_density_heatmap_compare"
6235   output-file-type: ".html"
6236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6237   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6238   filter: "'NIC_Intel-X710' and
6239            'NF_DENSITY' and
6240            'DOCKER' and
6241            'PIPELINE' and
6242            'NF_VPPIP4' and
6243            '64B' and
6244            '8T4C' and
6245            'NDRPDR'"
6246   reference:
6247     include: "2"
6248     name: "CNF-1c"
6249   compare:
6250     include: "1"
6251     name: "CNF-0.5c"
6252   parameters:
6253   - "throughput"
6254   - "name"
6255   - "tags"
6256   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6257   x-axis: "X = CNFs per Service Pipeline"
6258   y-axis: "Y = Number of Service Pipelines"
6259   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6260   layout:
6261     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6262     layout: "plot-service-density"
6263
6264 # Plots - NF Density - CSP - PDR IMIX
6265 - type: "plot"
6266   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6267   algorithm: "plot_service_density_heatmap_compare"
6268   output-file-type: ".html"
6269   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6270   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6271   filter: "'NIC_Intel-X710' and
6272            'NF_DENSITY' and
6273            'DOCKER' and
6274            'PIPELINE' and
6275            'NF_VPPIP4' and
6276            'IMIX' and
6277            '2T1C' and
6278            'NDRPDR'"
6279   reference:
6280     include: "2"
6281     name: "CNF-1c"
6282   compare:
6283     include: "1"
6284     name: "CNF-0.5c"
6285   parameters:
6286   - "throughput"
6287   - "name"
6288   - "tags"
6289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6290   x-axis: "X = CNFs per Service Pipeline"
6291   y-axis: "Y = Number of Service Pipelines"
6292   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6293   layout:
6294     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6295     layout: "plot-service-density"
6296
6297 - type: "plot"
6298   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6299   algorithm: "plot_service_density_heatmap_compare"
6300   output-file-type: ".html"
6301   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6302   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6303   filter: "'NIC_Intel-X710' and
6304            'NF_DENSITY' and
6305            'DOCKER' and
6306            'PIPELINE' and
6307            'NF_VPPIP4' and
6308            'IMIX' and
6309            '4T2C' and
6310            'NDRPDR'"
6311   reference:
6312     include: "2"
6313     name: "CNF-1c"
6314   compare:
6315     include: "1"
6316     name: "CNF-0.5c"
6317   parameters:
6318   - "throughput"
6319   - "name"
6320   - "tags"
6321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6322   x-axis: "X = CNFs per Service Pipeline"
6323   y-axis: "Y = Number of Service Pipelines"
6324   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6325   layout:
6326     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6327     layout: "plot-service-density"
6328
6329 - type: "plot"
6330   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6331   algorithm: "plot_service_density_heatmap_compare"
6332   output-file-type: ".html"
6333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6334   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6335   filter: "'NIC_Intel-X710' and
6336            'NF_DENSITY' and
6337            'DOCKER' and
6338            'PIPELINE' and
6339            'NF_VPPIP4' and
6340            'IMIX' and
6341            '8T4C' and
6342            'NDRPDR'"
6343   reference:
6344     include: "2"
6345     name: "CNF-1c"
6346   compare:
6347     include: "1"
6348     name: "CNF-0.5c"
6349   parameters:
6350   - "throughput"
6351   - "name"
6352   - "tags"
6353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6354   x-axis: "X = CNFs per Service Pipeline"
6355   y-axis: "Y = Number of Service Pipelines"
6356   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6357   layout:
6358     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6359     layout: "plot-service-density"
6360
6361 ################################################################################
6362 ## Plots VPP HTTP Server Performance
6363 #- type: "plot"
6364 #  title: "VPP HTTP Server Performance"
6365 #  algorithm: "plot_http_server_performance_box"
6366 #  output-file-type: ".html"
6367 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6368 #  data:
6369 #    "plot-vpp-http-server-performance"
6370 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6371 #  # each tag is enclosed with ' (apostrophe).
6372 #  filter: "'HTTP' and 'TCP_CPS'"
6373 #  parameters:
6374 #  - "result"
6375 #  - "name"
6376 #  traces:
6377 #    hoverinfo: "x+y"
6378 #    boxpoints: "outliers"
6379 #    whiskerwidth: 0
6380 #  layout:
6381 #    title: "VPP HTTP Server Performance"
6382 #    layout:
6383 #      "plot-cps"
6384 #
6385 #- type: "plot"
6386 #  title: "VPP HTTP Server Performance"
6387 #  algorithm: "plot_http_server_performance_box"
6388 #  output-file-type: ".html"
6389 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6390 #  data:
6391 #    "plot-vpp-http-server-performance"
6392 #  filter: "'HTTP' and 'TCP_RPS'"
6393 #  parameters:
6394 #  - "result"
6395 #  - "name"
6396 #  traces:
6397 #    hoverinfo: "x+y"
6398 #    boxpoints: "outliers"
6399 #    whiskerwidth: 0
6400 #  layout:
6401 #    title: "VPP HTTP Server Performance"
6402 #    layout:
6403 #      "plot-rps"
6404
6405 ################################################################################
6406
6407 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6408 - type: "plot"
6409   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6410   algorithm: "plot_performance_box"
6411   output-file-type: ".html"
6412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6414   filter: "'NIC_Intel-X520-DA2' and
6415            '64B' and
6416            ('BASE' or 'SCALE') and
6417            'NDRPDR' and
6418            'ETH' and
6419            '1T1C' and
6420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6421            not 'VHOST' and
6422            not 'MEMIF'"
6423   parameters:
6424   - "throughput"
6425   - "parent"
6426   - "tags"
6427   sort:
6428   - "L2PATCH"
6429   - "L2XCBASE"
6430   - "BASE"
6431   - "FIB_10K"
6432   - "FIB_100K"
6433   - "FIB_1M"
6434   traces:
6435     hoverinfo: "x+y"
6436     boxpoints: "outliers"
6437     whiskerwidth: 0
6438   layout:
6439     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6440     layout: "plot-throughput"
6441
6442 - type: "plot"
6443   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6444   algorithm: "plot_performance_box"
6445   output-file-type: ".html"
6446   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6448   filter: "'NIC_Intel-X520-DA2' and
6449            '64B' and
6450            ('BASE' or 'SCALE') and
6451            'NDRPDR' and
6452            'ETH' and
6453            '1T1C' and
6454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6455            not 'VHOST' and
6456            not 'MEMIF'"
6457   parameters:
6458   - "throughput"
6459   - "parent"
6460   - "tags"
6461   sort:
6462   - "L2PATCH"
6463   - "L2XCBASE"
6464   - "BASE"
6465   - "FIB_10K"
6466   - "FIB_100K"
6467   - "FIB_1M"
6468   traces:
6469     hoverinfo: "x+y"
6470     boxpoints: "outliers"
6471     whiskerwidth: 0
6472   layout:
6473     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6474     layout: "plot-throughput"
6475
6476 - type: "plot"
6477   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6478   algorithm: "plot_performance_box"
6479   output-file-type: ".html"
6480   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6481   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6482   filter: "'NIC_Intel-X520-DA2' and
6483            '64B' and
6484            ('BASE' or 'SCALE') and
6485            'NDRPDR' and
6486            'ETH' and
6487            '2T2C' and
6488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6489            not 'VHOST' and
6490            not 'MEMIF'"
6491   parameters:
6492   - "throughput"
6493   - "parent"
6494   - "tags"
6495   sort:
6496   - "L2PATCH"
6497   - "L2XCBASE"
6498   - "BASE"
6499   - "FIB_10K"
6500   - "FIB_100K"
6501   - "FIB_1M"
6502   traces:
6503     hoverinfo: "x+y"
6504     boxpoints: "outliers"
6505     whiskerwidth: 0
6506   layout:
6507     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6508     layout: "plot-throughput"
6509
6510 - type: "plot"
6511   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6512   algorithm: "plot_performance_box"
6513   output-file-type: ".html"
6514   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6516   filter: "'NIC_Intel-X520-DA2' and
6517            '64B' and
6518            ('BASE' or 'SCALE') and
6519            'NDRPDR' and
6520            'ETH' and
6521            '2T2C' and
6522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6523            not 'VHOST' and
6524            not 'MEMIF'"
6525   parameters:
6526   - "throughput"
6527   - "parent"
6528   - "tags"
6529   sort:
6530   - "L2PATCH"
6531   - "L2XCBASE"
6532   - "BASE"
6533   - "FIB_10K"
6534   - "FIB_100K"
6535   - "FIB_1M"
6536   traces:
6537     hoverinfo: "x+y"
6538     boxpoints: "outliers"
6539     whiskerwidth: 0
6540   layout:
6541     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6542     layout: "plot-throughput"
6543
6544 # Packet Throughput - VPP L2 3n-hsw-x520 features
6545 - type: "plot"
6546   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6547   algorithm: "plot_performance_box"
6548   output-file-type: ".html"
6549   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6551   filter: "'NIC_Intel-X520-DA2' and
6552            '64B' and
6553            'NDRPDR' and
6554            '1T1C' and
6555            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6556            not 'ACL' and
6557            not 'VHOST' and
6558            not 'MEMIF'"
6559   parameters:
6560   - "throughput"
6561   - "parent"
6562   - "tags"
6563   sort:
6564   - "L2XCBASE"    # l2xcbase
6565   - "L2BDBASE"    # l2bdbase
6566   - "L2XCFWD"     # dot1q-l2xcbase
6567   - "L2BDMACLRN"  # dot1q-l2bdbase
6568   traces:
6569     hoverinfo: "x+y"
6570     boxpoints: "outliers"
6571     whiskerwidth: 0
6572   layout:
6573     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6574     layout: "plot-throughput"
6575
6576 - type: "plot"
6577   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6578   algorithm: "plot_performance_box"
6579   output-file-type: ".html"
6580   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6582   filter: "'NIC_Intel-X520-DA2' and
6583            '64B' and
6584            'NDRPDR' and
6585            '1T1C' and
6586            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6587            not 'ACL' and
6588            not 'VHOST' and
6589            not 'MEMIF'"
6590   parameters:
6591   - "throughput"
6592   - "parent"
6593   - "tags"
6594   sort:
6595   - "L2XCBASE"    # l2xcbase
6596   - "L2BDBASE"    # l2bdbase
6597   - "L2XCFWD"     # dot1q-l2xcbase
6598   - "L2BDMACLRN"  # dot1q-l2bdbase
6599   traces:
6600     hoverinfo: "x+y"
6601     boxpoints: "outliers"
6602     whiskerwidth: 0
6603   layout:
6604     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6605     layout: "plot-throughput"
6606
6607 - type: "plot"
6608   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6609   algorithm: "plot_performance_box"
6610   output-file-type: ".html"
6611   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6613   filter: "'NIC_Intel-X520-DA2' and
6614            '64B' and
6615            'NDRPDR' and
6616            '2T2C' and
6617            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6618            not 'ACL' and
6619            not 'VHOST' and
6620            not 'MEMIF'"
6621   parameters:
6622   - "throughput"
6623   - "parent"
6624   - "tags"
6625   sort:
6626   - "L2XCBASE"    # l2xcbase
6627   - "L2BDBASE"    # l2bdbase
6628   - "L2XCFWD"     # dot1q-l2xcbase
6629   - "L2BDMACLRN"  # dot1q-l2bdbase
6630   traces:
6631     hoverinfo: "x+y"
6632     boxpoints: "outliers"
6633     whiskerwidth: 0
6634   layout:
6635     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6636     layout: "plot-throughput"
6637
6638 - type: "plot"
6639   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6640   algorithm: "plot_performance_box"
6641   output-file-type: ".html"
6642   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6643   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6644   filter: "'NIC_Intel-X520-DA2' and
6645            '64B' and
6646            'NDRPDR' and
6647            '2T2C' and
6648            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6649            not 'ACL' and
6650            not 'VHOST' and
6651            not 'MEMIF'"
6652   parameters:
6653   - "throughput"
6654   - "parent"
6655   - "tags"
6656   sort:
6657   - "L2XCBASE"    # l2xcbase
6658   - "L2BDBASE"    # l2bdbase
6659   - "L2XCFWD"     # dot1q-l2xcbase
6660   - "L2BDMACLRN"  # dot1q-l2bdbase
6661   traces:
6662     hoverinfo: "x+y"
6663     boxpoints: "outliers"
6664     whiskerwidth: 0
6665   layout:
6666     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6667     layout: "plot-throughput"
6668
6669 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6670 - type: "plot"
6671   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6672   algorithm: "plot_performance_box"
6673   output-file-type: ".html"
6674   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6675   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6676   filter: "'NIC_Intel-X520-DA2' and
6677            '64B' and
6678            'NDRPDR' and
6679            '1T1C' and
6680            'FEATURE' and
6681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6682            'IACL' and
6683            ('ACL1' or 'ACL50') and
6684            ('10K_FLOWS' or '10k_FLOWS') and
6685            not 'MACIP' and
6686            not 'VHOST' and
6687            not 'MEMIF'"
6688   parameters:
6689   - "throughput"
6690   - "parent"
6691   - "tags"
6692   traces:
6693     hoverinfo: "x+y"
6694     boxpoints: "outliers"
6695     whiskerwidth: 0
6696   layout:
6697     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6698     layout: "plot-throughput"
6699
6700 - type: "plot"
6701   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6702   algorithm: "plot_performance_box"
6703   output-file-type: ".html"
6704   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6706   filter: "'NIC_Intel-X520-DA2' and
6707            '64B' and
6708            'NDRPDR' and
6709            '1T1C' and
6710            'FEATURE' and
6711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6712            'IACL' and
6713            ('ACL1' or 'ACL50') and
6714            ('10K_FLOWS' or '10k_FLOWS') and
6715            not 'MACIP' and
6716            not 'VHOST' and
6717            not 'MEMIF'"
6718   parameters:
6719   - "throughput"
6720   - "parent"
6721   - "tags"
6722   traces:
6723     hoverinfo: "x+y"
6724     boxpoints: "outliers"
6725     whiskerwidth: 0
6726   layout:
6727     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6728     layout: "plot-throughput"
6729
6730 - type: "plot"
6731   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6732   algorithm: "plot_performance_box"
6733   output-file-type: ".html"
6734   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6736   filter: "'NIC_Intel-X520-DA2' and
6737            '64B' and
6738            'NDRPDR' and
6739            '2T2C' and
6740            'FEATURE' and
6741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6742            'IACL' and
6743            ('ACL1' or 'ACL50') and
6744            ('10K_FLOWS' or '10k_FLOWS') and
6745            not 'MACIP' and
6746            not 'VHOST' and
6747            not 'MEMIF'"
6748   parameters:
6749   - "throughput"
6750   - "parent"
6751   - "tags"
6752   traces:
6753     hoverinfo: "x+y"
6754     boxpoints: "outliers"
6755     whiskerwidth: 0
6756   layout:
6757     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6758     layout: "plot-throughput"
6759
6760 - type: "plot"
6761   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6762   algorithm: "plot_performance_box"
6763   output-file-type: ".html"
6764   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6766   filter: "'NIC_Intel-X520-DA2' and
6767            '64B' and
6768            'NDRPDR' and
6769            '2T2C' and
6770            'FEATURE' and
6771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6772            'IACL' and
6773            ('ACL1' or 'ACL50') and
6774            ('10K_FLOWS' or '10k_FLOWS') and
6775            not 'MACIP' and
6776            not 'VHOST' and
6777            not 'MEMIF'"
6778   parameters:
6779   - "throughput"
6780   - "parent"
6781   - "tags"
6782   traces:
6783     hoverinfo: "x+y"
6784     boxpoints: "outliers"
6785     whiskerwidth: 0
6786   layout:
6787     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6788     layout: "plot-throughput"
6789
6790 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6791 - type: "plot"
6792   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6793   algorithm: "plot_performance_box"
6794   output-file-type: ".html"
6795   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6797   filter: "'NIC_Intel-X520-DA2' and
6798            '64B' and
6799            'NDRPDR' and
6800            '1T1C' and
6801            'FEATURE' and
6802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6803            'OACL' and
6804            ('ACL1' or 'ACL50') and
6805            ('10K_FLOWS' or '10k_FLOWS') and
6806            not 'MACIP' and
6807            not 'VHOST' and
6808            not 'MEMIF'"
6809   parameters:
6810   - "throughput"
6811   - "parent"
6812   - "tags"
6813   traces:
6814     hoverinfo: "x+y"
6815     boxpoints: "outliers"
6816     whiskerwidth: 0
6817   layout:
6818     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6819     layout: "plot-throughput"
6820
6821 - type: "plot"
6822   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6823   algorithm: "plot_performance_box"
6824   output-file-type: ".html"
6825   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6827   filter: "'NIC_Intel-X520-DA2' and
6828            '64B' and
6829            'NDRPDR' and
6830            '1T1C' and
6831            'FEATURE' and
6832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6833            'OACL' and
6834            ('ACL1' or 'ACL50') and
6835            ('10K_FLOWS' or '10k_FLOWS') and
6836            not 'MACIP' and
6837            not 'VHOST' and
6838            not 'MEMIF'"
6839   parameters:
6840   - "throughput"
6841   - "parent"
6842   - "tags"
6843   traces:
6844     hoverinfo: "x+y"
6845     boxpoints: "outliers"
6846     whiskerwidth: 0
6847   layout:
6848     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6849     layout: "plot-throughput"
6850
6851 - type: "plot"
6852   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6853   algorithm: "plot_performance_box"
6854   output-file-type: ".html"
6855   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6857   filter: "'NIC_Intel-X520-DA2' and
6858            '64B' and
6859            'NDRPDR' and
6860            '2T2C' and
6861            'FEATURE' and
6862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6863            'OACL' and
6864            ('ACL1' or 'ACL50') and
6865            ('10K_FLOWS' or '10k_FLOWS') and
6866            not 'MACIP' and
6867            not 'VHOST' and
6868            not 'MEMIF'"
6869   parameters:
6870   - "throughput"
6871   - "parent"
6872   - "tags"
6873   traces:
6874     hoverinfo: "x+y"
6875     boxpoints: "outliers"
6876     whiskerwidth: 0
6877   layout:
6878     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6879     layout: "plot-throughput"
6880
6881 - type: "plot"
6882   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6883   algorithm: "plot_performance_box"
6884   output-file-type: ".html"
6885   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6887   filter: "'NIC_Intel-X520-DA2' and
6888            '64B' and
6889            'NDRPDR' and
6890            '2T2C' and
6891            'FEATURE' and
6892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6893            'OACL' and
6894            ('ACL1' or 'ACL50') and
6895            ('10K_FLOWS' or '10k_FLOWS') and
6896            not 'MACIP' 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-2t2c-features-oacl-pdr"
6909     layout: "plot-throughput"
6910
6911 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6912 - type: "plot"
6913   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6914   algorithm: "plot_performance_box"
6915   output-file-type: ".html"
6916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6918   filter: "'NIC_Intel-X520-DA2' and
6919            '64B' and
6920            'NDRPDR' and
6921            '1T1C' and
6922            'FEATURE' and
6923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6924            'MACIP' and
6925            ('ACL1' or 'ACL50') and
6926            ('10K_FLOWS' or '10k_FLOWS') and
6927            not 'VHOST' and
6928            not 'MEMIF'"
6929   parameters:
6930   - "throughput"
6931   - "parent"
6932   - "tags"
6933   traces:
6934     hoverinfo: "x+y"
6935     boxpoints: "outliers"
6936     whiskerwidth: 0
6937   layout:
6938     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6939     layout: "plot-throughput"
6940
6941 - type: "plot"
6942   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6943   algorithm: "plot_performance_box"
6944   output-file-type: ".html"
6945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6947   filter: "'NIC_Intel-X520-DA2' and
6948            '64B' and
6949            'NDRPDR' and
6950            '1T1C' and
6951            'FEATURE' and
6952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6953            'MACIP' and
6954            ('ACL1' or 'ACL50') and
6955            ('10K_FLOWS' or '10k_FLOWS') and
6956            not 'VHOST' and
6957            not 'MEMIF'"
6958   parameters:
6959   - "throughput"
6960   - "parent"
6961   - "tags"
6962   traces:
6963     hoverinfo: "x+y"
6964     boxpoints: "outliers"
6965     whiskerwidth: 0
6966   layout:
6967     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6968     layout: "plot-throughput"
6969
6970 - type: "plot"
6971   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6972   algorithm: "plot_performance_box"
6973   output-file-type: ".html"
6974   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6976   filter: "'NIC_Intel-X520-DA2' and
6977            '64B' and
6978            'NDRPDR' and
6979            '2T2C' and
6980            'FEATURE' and
6981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6982            'MACIP' and
6983            ('ACL1' or 'ACL50') and
6984            ('10K_FLOWS' or '10k_FLOWS') and
6985            not 'VHOST' and
6986            not 'MEMIF'"
6987   parameters:
6988   - "throughput"
6989   - "parent"
6990   - "tags"
6991   traces:
6992     hoverinfo: "x+y"
6993     boxpoints: "outliers"
6994     whiskerwidth: 0
6995   layout:
6996     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6997     layout: "plot-throughput"
6998
6999 - type: "plot"
7000   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7001   algorithm: "plot_performance_box"
7002   output-file-type: ".html"
7003   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7005   filter: "'NIC_Intel-X520-DA2' and
7006            '64B' and
7007            'NDRPDR' and
7008            '2T2C' and
7009            'FEATURE' and
7010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7011            'MACIP' and
7012            ('ACL1' or 'ACL50') and
7013            ('10K_FLOWS' or '10k_FLOWS') and
7014            not 'VHOST' and
7015            not 'MEMIF'"
7016   parameters:
7017   - "throughput"
7018   - "parent"
7019   - "tags"
7020   traces:
7021     hoverinfo: "x+y"
7022     boxpoints: "outliers"
7023     whiskerwidth: 0
7024   layout:
7025     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7026     layout: "plot-throughput"
7027
7028 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7029 - type: "plot"
7030   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7031   algorithm: "plot_performance_box"
7032   output-file-type: ".html"
7033   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7035   filter: "'NIC_Intel-X710' and
7036            '64B' and
7037            ('BASE' or 'SCALE') and
7038            'NDRPDR' and
7039            'ETH' and
7040            '1T1C' and
7041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7042            not 'VHOST' and
7043            not 'MEMIF'"
7044   parameters:
7045   - "throughput"
7046   - "parent"
7047   - "tags"
7048   sort:
7049   - "L2PATCH"
7050   - "L2XCFWD"
7051   - "L2BDMACLRN"
7052   - "FIB_10K"
7053   - "FIB_100K"
7054   - "FIB_1M"
7055   traces:
7056     hoverinfo: "x+y"
7057     boxpoints: "outliers"
7058     whiskerwidth: 0
7059   layout:
7060     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7061     layout: "plot-throughput"
7062
7063 - type: "plot"
7064   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7065   algorithm: "plot_performance_box"
7066   output-file-type: ".html"
7067   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7069   filter: "'NIC_Intel-X710' and
7070            '64B' and
7071            ('BASE' or 'SCALE') and
7072            'NDRPDR' and
7073            'ETH' and
7074            '1T1C' and
7075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7076            not 'VHOST' and
7077            not 'MEMIF'"
7078   parameters:
7079   - "throughput"
7080   - "parent"
7081   - "tags"
7082   sort:
7083   - "L2PATCH"
7084   - "L2XCFWD"
7085   - "L2BDMACLRN"
7086   - "FIB_10K"
7087   - "FIB_100K"
7088   - "FIB_1M"
7089   traces:
7090     hoverinfo: "x+y"
7091     boxpoints: "outliers"
7092     whiskerwidth: 0
7093   layout:
7094     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7095     layout: "plot-throughput"
7096
7097 - type: "plot"
7098   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7099   algorithm: "plot_performance_box"
7100   output-file-type: ".html"
7101   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7103   filter: "'NIC_Intel-X710' and
7104            '64B' and
7105            ('BASE' or 'SCALE') and
7106            'NDRPDR' and
7107            'ETH' and
7108            '2T2C' and
7109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7110            not 'VHOST' and
7111            not 'MEMIF'"
7112   parameters:
7113   - "throughput"
7114   - "parent"
7115   - "tags"
7116   sort:
7117   - "L2PATCH"
7118   - "L2XCFWD"
7119   - "L2BDMACLRN"
7120   - "FIB_10K"
7121   - "FIB_100K"
7122   - "FIB_1M"
7123   traces:
7124     hoverinfo: "x+y"
7125     boxpoints: "outliers"
7126     whiskerwidth: 0
7127   layout:
7128     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7129     layout: "plot-throughput"
7130
7131 - type: "plot"
7132   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7133   algorithm: "plot_performance_box"
7134   output-file-type: ".html"
7135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7137   filter: "'NIC_Intel-X710' and
7138            '64B' and
7139            ('BASE' or 'SCALE') and
7140            'NDRPDR' and
7141            'ETH' and
7142            '2T2C' and
7143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7144            not 'VHOST' and
7145            not 'MEMIF'"
7146   parameters:
7147   - "throughput"
7148   - "parent"
7149   - "tags"
7150   sort:
7151   - "L2PATCH"
7152   - "L2XCFWD"
7153   - "L2BDMACLRN"
7154   - "FIB_10K"
7155   - "FIB_100K"
7156   - "FIB_1M"
7157   traces:
7158     hoverinfo: "x+y"
7159     boxpoints: "outliers"
7160     whiskerwidth: 0
7161   layout:
7162     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7163     layout: "plot-throughput"
7164
7165 # Packet Throughput - VPP L2 3n-hsw-x710 features
7166 - type: "plot"
7167   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7168   algorithm: "plot_performance_box"
7169   output-file-type: ".html"
7170   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7172   filter: "'NIC_Intel-X710' and
7173            '64B' and
7174            'NDRPDR' and
7175            '1T1C' and
7176            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7177            not 'ACL' and
7178            not 'VHOST' and
7179            not 'L2OVRLAY' and
7180            not 'MEMIF'"
7181   parameters:
7182   - "throughput"
7183   - "parent"
7184   - "tags"
7185   sort:
7186   - "L2XCBASE"    # l2xcbase
7187   - "L2BDBASE"    # l2bdbase
7188   - "L2XCFWD"     # dot1q-l2xcbase
7189   - "L2BDMACLRN"  # dot1q-l2bdbase
7190   traces:
7191     hoverinfo: "x+y"
7192     boxpoints: "outliers"
7193     whiskerwidth: 0
7194   layout:
7195     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7196     layout: "plot-throughput"
7197
7198 - type: "plot"
7199   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7200   algorithm: "plot_performance_box"
7201   output-file-type: ".html"
7202   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7204   filter: "'NIC_Intel-X710' and
7205            '64B' and
7206            'NDRPDR' and
7207            '1T1C' and
7208            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7209            not 'ACL' and
7210            not 'VHOST' and
7211            not 'L2OVRLAY' and
7212            not 'MEMIF'"
7213   parameters:
7214   - "throughput"
7215   - "parent"
7216   - "tags"
7217   sort:
7218   - "L2XCBASE"    # l2xcbase
7219   - "L2BDBASE"    # l2bdbase
7220   - "L2XCFWD"     # dot1q-l2xcbase
7221   - "L2BDMACLRN"  # dot1q-l2bdbase
7222   traces:
7223     hoverinfo: "x+y"
7224     boxpoints: "outliers"
7225     whiskerwidth: 0
7226   layout:
7227     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7228     layout: "plot-throughput"
7229
7230 - type: "plot"
7231   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7232   algorithm: "plot_performance_box"
7233   output-file-type: ".html"
7234   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7236   filter: "'NIC_Intel-X710' and
7237            '64B' and
7238            'NDRPDR' and
7239            '2T2C' and
7240            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7241            not 'ACL' and
7242            not 'VHOST' and
7243            not 'L2OVRLAY' and
7244            not 'MEMIF'"
7245   parameters:
7246   - "throughput"
7247   - "parent"
7248   - "tags"
7249   sort:
7250   - "L2XCBASE"    # l2xcbase
7251   - "L2BDBASE"    # l2bdbase
7252   - "L2XCFWD"     # dot1q-l2xcbase
7253   - "L2BDMACLRN"  # dot1q-l2bdbase
7254   traces:
7255     hoverinfo: "x+y"
7256     boxpoints: "outliers"
7257     whiskerwidth: 0
7258   layout:
7259     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7260     layout: "plot-throughput"
7261
7262 - type: "plot"
7263   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7264   algorithm: "plot_performance_box"
7265   output-file-type: ".html"
7266   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7268   filter: "'NIC_Intel-X710' and
7269            '64B' and
7270            'NDRPDR' and
7271            '2T2C' and
7272            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7273            not 'ACL' and
7274            not 'VHOST' and
7275            not 'L2OVRLAY' and
7276            not 'MEMIF'"
7277   parameters:
7278   - "throughput"
7279   - "parent"
7280   - "tags"
7281   sort:
7282   - "L2XCBASE"    # l2xcbase
7283   - "L2BDBASE"    # l2bdbase
7284   - "L2XCFWD"     # dot1q-l2xcbase
7285   - "L2BDMACLRN"  # dot1q-l2bdbase
7286   traces:
7287     hoverinfo: "x+y"
7288     boxpoints: "outliers"
7289     whiskerwidth: 0
7290   layout:
7291     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7292     layout: "plot-throughput"
7293
7294 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7295 - type: "plot"
7296   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7297   algorithm: "plot_performance_box"
7298   output-file-type: ".html"
7299   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7301   filter: "'NIC_Intel-X710' and
7302            '64B' and
7303            'NDRPDR' and
7304            '1T1C' and
7305            'FEATURE' and
7306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7307            'IACL' and
7308            ('ACL1' or 'ACL50') and
7309            ('10K_FLOWS' or '10k_FLOWS') and
7310            not 'MACIP' and
7311            not 'VHOST' and
7312            not 'MEMIF'"
7313   parameters:
7314   - "throughput"
7315   - "parent"
7316   - "tags"
7317   traces:
7318     hoverinfo: "x+y"
7319     boxpoints: "outliers"
7320     whiskerwidth: 0
7321   layout:
7322     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7323     layout: "plot-throughput"
7324
7325 - type: "plot"
7326   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7327   algorithm: "plot_performance_box"
7328   output-file-type: ".html"
7329   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7331   filter: "'NIC_Intel-X710' and
7332            '64B' and
7333            'NDRPDR' and
7334            '1T1C' and
7335            'FEATURE' and
7336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7337            'IACL' and
7338            ('ACL1' or 'ACL50') and
7339            ('10K_FLOWS' or '10k_FLOWS') and
7340            not 'MACIP' and
7341            not 'VHOST' and
7342            not 'MEMIF'"
7343   parameters:
7344   - "throughput"
7345   - "parent"
7346   - "tags"
7347   traces:
7348     hoverinfo: "x+y"
7349     boxpoints: "outliers"
7350     whiskerwidth: 0
7351   layout:
7352     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7353     layout: "plot-throughput"
7354
7355 - type: "plot"
7356   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7357   algorithm: "plot_performance_box"
7358   output-file-type: ".html"
7359   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7361   filter: "'NIC_Intel-X710' and
7362            '64B' and
7363            'NDRPDR' and
7364            '2T2C' and
7365            'FEATURE' and
7366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7367            'IACL' and
7368            ('ACL1' or 'ACL50') and
7369            ('10K_FLOWS' or '10k_FLOWS') and
7370            not 'MACIP' and
7371            not 'VHOST' and
7372            not 'MEMIF'"
7373   parameters:
7374   - "throughput"
7375   - "parent"
7376   - "tags"
7377   traces:
7378     hoverinfo: "x+y"
7379     boxpoints: "outliers"
7380     whiskerwidth: 0
7381   layout:
7382     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7383     layout: "plot-throughput"
7384
7385 - type: "plot"
7386   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7387   algorithm: "plot_performance_box"
7388   output-file-type: ".html"
7389   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7391   filter: "'NIC_Intel-X710' and
7392            '64B' and
7393            'NDRPDR' and
7394            '2T2C' and
7395            'FEATURE' and
7396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7397            'IACL' and
7398            ('ACL1' or 'ACL50') and
7399            ('10K_FLOWS' or '10k_FLOWS') and
7400            not 'MACIP' and
7401            not 'VHOST' and
7402            not 'MEMIF'"
7403   parameters:
7404   - "throughput"
7405   - "parent"
7406   - "tags"
7407   traces:
7408     hoverinfo: "x+y"
7409     boxpoints: "outliers"
7410     whiskerwidth: 0
7411   layout:
7412     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7413     layout: "plot-throughput"
7414
7415 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7416 - type: "plot"
7417   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7418   algorithm: "plot_performance_box"
7419   output-file-type: ".html"
7420   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7422   filter: "'NIC_Intel-XL710' and
7423            '64B' and
7424            'BASE' and
7425            'NDRPDR' and
7426            'ETH' and
7427            '1T1C' and
7428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7429            not 'VHOST' and
7430            not 'MEMIF'"
7431   parameters:
7432   - "throughput"
7433   - "parent"
7434   - "tags"
7435   sort:
7436   - "L2PATCH"
7437   - "L2XCFWD"
7438   - "L2BDMACLRN"
7439   traces:
7440     hoverinfo: "x+y"
7441     boxpoints: "outliers"
7442     whiskerwidth: 0
7443   layout:
7444     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7445     layout: "plot-throughput"
7446
7447 - type: "plot"
7448   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7449   algorithm: "plot_performance_box"
7450   output-file-type: ".html"
7451   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7453   filter: "'NIC_Intel-XL710' and
7454            '64B' and
7455            'BASE' and
7456            'NDRPDR' and
7457            'ETH' and
7458            '1T1C' and
7459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7460            not 'VHOST' and
7461            not 'MEMIF'"
7462   parameters:
7463   - "throughput"
7464   - "parent"
7465   - "tags"
7466   sort:
7467   - "L2PATCH"
7468   - "L2XCFWD"
7469   - "L2BDMACLRN"
7470   traces:
7471     hoverinfo: "x+y"
7472     boxpoints: "outliers"
7473     whiskerwidth: 0
7474   layout:
7475     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7476     layout: "plot-throughput"
7477
7478 - type: "plot"
7479   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7480   algorithm: "plot_performance_box"
7481   output-file-type: ".html"
7482   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7484   filter: "'NIC_Intel-XL710' and
7485            '64B' and
7486            'BASE' and
7487            'NDRPDR' and
7488            'ETH' and
7489            '2T2C' and
7490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7491            not 'VHOST' and
7492            not 'MEMIF'"
7493   parameters:
7494   - "throughput"
7495   - "parent"
7496   - "tags"
7497   sort:
7498   - "L2PATCH"
7499   - "L2XCFWD"
7500   - "L2BDMACLRN"
7501   traces:
7502     hoverinfo: "x+y"
7503     boxpoints: "outliers"
7504     whiskerwidth: 0
7505   layout:
7506     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7507     layout: "plot-throughput"
7508
7509 - type: "plot"
7510   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7511   algorithm: "plot_performance_box"
7512   output-file-type: ".html"
7513   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7515   filter: "'NIC_Intel-XL710' and
7516            '64B' and
7517            'BASE' and
7518            'NDRPDR' and
7519            'ETH' and
7520            '2T2C' and
7521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7522            not 'VHOST' and
7523            not 'MEMIF'"
7524   parameters:
7525   - "throughput"
7526   - "parent"
7527   - "tags"
7528   sort:
7529   - "L2PATCH"
7530   - "L2XCFWD"
7531   - "L2BDMACLRN"
7532   traces:
7533     hoverinfo: "x+y"
7534     boxpoints: "outliers"
7535     whiskerwidth: 0
7536   layout:
7537     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7538     layout: "plot-throughput"
7539
7540 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7541 - type: "plot"
7542   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7543   algorithm: "plot_performance_box"
7544   output-file-type: ".html"
7545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7547   filter: "'NIC_Intel-X710' and
7548            '64B' and
7549            ('BASE' or 'SCALE') and
7550            'NDRPDR' and
7551            'ETH' and
7552            '2T1C' and
7553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7554            not 'VHOST' and
7555            not 'MEMIF' and
7556            not 'DRV_AVF'"
7557   parameters:
7558   - "throughput"
7559   - "parent"
7560   - "tags"
7561   sort:
7562   - "L2PATCH"
7563   - "L2XCBASE"
7564   - "BASE"
7565   - "FIB_10K"
7566   - "FIB_100K"
7567   - "FIB_1M"
7568   traces:
7569     hoverinfo: "x+y"
7570     boxpoints: "outliers"
7571     whiskerwidth: 0
7572   layout:
7573     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7574     layout: "plot-throughput"
7575
7576 - type: "plot"
7577   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7578   algorithm: "plot_performance_box"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7582   filter: "'NIC_Intel-X710' and
7583            '64B' and
7584            ('BASE' or 'SCALE') and
7585            'NDRPDR' and
7586            'ETH' and
7587            '2T1C' and
7588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7589            not 'VHOST' and
7590            not 'MEMIF' and
7591            not 'DRV_AVF'"
7592   parameters:
7593   - "throughput"
7594   - "parent"
7595   - "tags"
7596   sort:
7597   - "L2PATCH"
7598   - "L2XCBASE"
7599   - "BASE"
7600   - "FIB_10K"
7601   - "FIB_100K"
7602   - "FIB_1M"
7603   traces:
7604     hoverinfo: "x+y"
7605     boxpoints: "outliers"
7606     whiskerwidth: 0
7607   layout:
7608     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7609     layout: "plot-throughput"
7610
7611 - type: "plot"
7612   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7613   algorithm: "plot_performance_box"
7614   output-file-type: ".html"
7615   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7617   filter: "'NIC_Intel-X710' and
7618            '64B' and
7619            ('BASE' or 'SCALE') and
7620            'NDRPDR' and
7621            'ETH' and
7622            '4T2C' and
7623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7624            not 'VHOST' and
7625            not 'MEMIF' and
7626            not 'DRV_AVF'"
7627   parameters:
7628   - "throughput"
7629   - "parent"
7630   - "tags"
7631   sort:
7632   - "L2PATCH"
7633   - "L2XCBASE"
7634   - "BASE"
7635   - "FIB_10K"
7636   - "FIB_100K"
7637   - "FIB_1M"
7638   traces:
7639     hoverinfo: "x+y"
7640     boxpoints: "outliers"
7641     whiskerwidth: 0
7642   layout:
7643     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7644     layout: "plot-throughput"
7645
7646 - type: "plot"
7647   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7648   algorithm: "plot_performance_box"
7649   output-file-type: ".html"
7650   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7652   filter: "'NIC_Intel-X710' and
7653            '64B' and
7654            ('BASE' or 'SCALE') and
7655            'NDRPDR' and
7656            'ETH' and
7657            '4T2C' and
7658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7659            not 'VHOST' and
7660            not 'MEMIF' and
7661            not 'DRV_AVF'"
7662   parameters:
7663   - "throughput"
7664   - "parent"
7665   - "tags"
7666   sort:
7667   - "L2PATCH"
7668   - "L2XCBASE"
7669   - "BASE"
7670   - "FIB_10K"
7671   - "FIB_100K"
7672   - "FIB_1M"
7673   traces:
7674     hoverinfo: "x+y"
7675     boxpoints: "outliers"
7676     whiskerwidth: 0
7677   layout:
7678     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7679     layout: "plot-throughput"
7680
7681 # Packet Throughput - VPP L2 3n-skx-x710 features
7682 - type: "plot"
7683   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7684   algorithm: "plot_performance_box"
7685   output-file-type: ".html"
7686   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7688   filter: "'NIC_Intel-X710' and
7689            '64B' and
7690            'NDRPDR' and
7691            '2T1C' and
7692            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7693            not 'ACL' and
7694            not 'VHOST' and
7695            not 'DRV_AVF' and
7696            not 'L2OVRLAY' and
7697            not 'MEMIF'"
7698   parameters:
7699   - "throughput"
7700   - "parent"
7701   - "tags"
7702   sort:
7703   - "L2XCBASE"    # l2xcbase
7704   - "L2BDBASE"    # l2bdbase
7705   - "L2XCFWD"     # dot1q-l2xcbase
7706   - "L2BDMACLRN"  # dot1q-l2bdbase
7707   traces:
7708     hoverinfo: "x+y"
7709     boxpoints: "outliers"
7710     whiskerwidth: 0
7711   layout:
7712     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7713     layout: "plot-throughput"
7714
7715 - type: "plot"
7716   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7717   algorithm: "plot_performance_box"
7718   output-file-type: ".html"
7719   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7721   filter: "'NIC_Intel-X710' and
7722            '64B' and
7723            'NDRPDR' and
7724            '2T1C' and
7725            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7726            not 'ACL' and
7727            not 'VHOST' and
7728            not 'DRV_AVF' and
7729            not 'L2OVRLAY' and
7730            not 'MEMIF'"
7731   parameters:
7732   - "throughput"
7733   - "parent"
7734   - "tags"
7735   sort:
7736   - "L2XCBASE"    # l2xcbase
7737   - "L2BDBASE"    # l2bdbase
7738   - "L2XCFWD"     # dot1q-l2xcbase
7739   - "L2BDMACLRN"  # dot1q-l2bdbase
7740   traces:
7741     hoverinfo: "x+y"
7742     boxpoints: "outliers"
7743     whiskerwidth: 0
7744   layout:
7745     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7746     layout: "plot-throughput"
7747
7748 - type: "plot"
7749   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7750   algorithm: "plot_performance_box"
7751   output-file-type: ".html"
7752   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7754   filter: "'NIC_Intel-X710' and
7755            '64B' and
7756            'NDRPDR' and
7757            '4T2C' and
7758            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7759            not 'ACL' and
7760            not 'VHOST' and
7761            not 'DRV_AVF' and
7762            not 'L2OVRLAY' and
7763            not 'MEMIF'"
7764   parameters:
7765   - "throughput"
7766   - "parent"
7767   - "tags"
7768   sort:
7769   - "L2XCBASE"    # l2xcbase
7770   - "L2BDBASE"    # l2bdbase
7771   - "L2XCFWD"     # dot1q-l2xcbase
7772   - "L2BDMACLRN"  # dot1q-l2bdbase
7773   traces:
7774     hoverinfo: "x+y"
7775     boxpoints: "outliers"
7776     whiskerwidth: 0
7777   layout:
7778     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7779     layout: "plot-throughput"
7780
7781 - type: "plot"
7782   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7783   algorithm: "plot_performance_box"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7787   filter: "'NIC_Intel-X710' and
7788            '64B' and
7789            'NDRPDR' and
7790            '4T2C' and
7791            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7792            not 'ACL' and
7793            not 'VHOST' and
7794            not 'DRV_AVF' and
7795            not 'L2OVRLAY' and
7796            not 'MEMIF'"
7797   parameters:
7798   - "throughput"
7799   - "parent"
7800   - "tags"
7801   sort:
7802   - "L2XCBASE"    # l2xcbase
7803   - "L2BDBASE"    # l2bdbase
7804   - "L2XCFWD"     # dot1q-l2xcbase
7805   - "L2BDMACLRN"  # dot1q-l2bdbase
7806   traces:
7807     hoverinfo: "x+y"
7808     boxpoints: "outliers"
7809     whiskerwidth: 0
7810   layout:
7811     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7812     layout: "plot-throughput"
7813
7814 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7815 - type: "plot"
7816   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7817   algorithm: "plot_performance_box"
7818   output-file-type: ".html"
7819   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7821   filter: "'NIC_Intel-X710' and
7822            '64B' and
7823            'NDRPDR' and
7824            '2T1C' and
7825            'FEATURE' and
7826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7827            'IACL' and
7828            ('ACL1' or 'ACL50') and
7829            ('10K_FLOWS' or '10k_FLOWS') and
7830            not 'MACIP' and
7831            not 'VHOST' and
7832            not 'MEMIF'"
7833   parameters:
7834   - "throughput"
7835   - "parent"
7836   - "tags"
7837   traces:
7838     hoverinfo: "x+y"
7839     boxpoints: "outliers"
7840     whiskerwidth: 0
7841   layout:
7842     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7843     layout: "plot-throughput"
7844
7845 - type: "plot"
7846   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7847   algorithm: "plot_performance_box"
7848   output-file-type: ".html"
7849   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7851   filter: "'NIC_Intel-X710' and
7852            '64B' and
7853            'NDRPDR' and
7854            '2T1C' and
7855            'FEATURE' and
7856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7857            'IACL' and
7858            ('ACL1' or 'ACL50') and
7859            ('10K_FLOWS' or '10k_FLOWS') and
7860            not 'MACIP' and
7861            not 'VHOST' and
7862            not 'MEMIF'"
7863   parameters:
7864   - "throughput"
7865   - "parent"
7866   - "tags"
7867   traces:
7868     hoverinfo: "x+y"
7869     boxpoints: "outliers"
7870     whiskerwidth: 0
7871   layout:
7872     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7873     layout: "plot-throughput"
7874
7875 - type: "plot"
7876   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7877   algorithm: "plot_performance_box"
7878   output-file-type: ".html"
7879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7881   filter: "'NIC_Intel-X710' and
7882            '64B' and
7883            'NDRPDR' and
7884            '4T2C' and
7885            'FEATURE' and
7886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7887            'IACL' and
7888            ('ACL1' or 'ACL50') and
7889            ('10K_FLOWS' or '10k_FLOWS') and
7890            not 'MACIP' and
7891            not 'VHOST' and
7892            not 'MEMIF'"
7893   parameters:
7894   - "throughput"
7895   - "parent"
7896   - "tags"
7897   traces:
7898     hoverinfo: "x+y"
7899     boxpoints: "outliers"
7900     whiskerwidth: 0
7901   layout:
7902     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7903     layout: "plot-throughput"
7904
7905 - type: "plot"
7906   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7907   algorithm: "plot_performance_box"
7908   output-file-type: ".html"
7909   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7911   filter: "'NIC_Intel-X710' and
7912            '64B' and
7913            'NDRPDR' and
7914            '4T2C' and
7915            'FEATURE' and
7916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7917            'IACL' and
7918            ('ACL1' or 'ACL50') and
7919            ('10K_FLOWS' or '10k_FLOWS') and
7920            not 'MACIP' and
7921            not 'VHOST' and
7922            not 'MEMIF'"
7923   parameters:
7924   - "throughput"
7925   - "parent"
7926   - "tags"
7927   traces:
7928     hoverinfo: "x+y"
7929     boxpoints: "outliers"
7930     whiskerwidth: 0
7931   layout:
7932     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7933     layout: "plot-throughput"
7934
7935 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7936 - type: "plot"
7937   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7938   algorithm: "plot_performance_box"
7939   output-file-type: ".html"
7940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7942   filter: "'NIC_Intel-XXV710' and
7943            '64B' and
7944            ('BASE' or 'SCALE') and
7945            'NDRPDR' and
7946            'ETH' and
7947            '2T1C' and
7948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7949            not 'VHOST' and
7950            not 'MEMIF'"
7951   parameters:
7952   - "throughput"
7953   - "parent"
7954   - "tags"
7955   sort:
7956   - "L2PATCH"
7957   - "L2PATCH"
7958   - "L2XCBASE"
7959   - "L2BDMACLRN"
7960   traces:
7961     hoverinfo: "x+y"
7962     boxpoints: "outliers"
7963     whiskerwidth: 0
7964   layout:
7965     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7966     layout: "plot-throughput"
7967
7968 - type: "plot"
7969   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7970   algorithm: "plot_performance_box"
7971   output-file-type: ".html"
7972   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7974   filter: "'NIC_Intel-XXV710' and
7975            '64B' and
7976            ('BASE' or 'SCALE') and
7977            'NDRPDR' and
7978            'ETH' and
7979            '2T1C' and
7980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7981            not 'VHOST' and
7982            not 'MEMIF'"
7983   parameters:
7984   - "throughput"
7985   - "parent"
7986   - "tags"
7987   sort:
7988   - "L2PATCH"
7989   - "L2PATCH"
7990   - "L2XCBASE"
7991   - "L2BDMACLRN"
7992   traces:
7993     hoverinfo: "x+y"
7994     boxpoints: "outliers"
7995     whiskerwidth: 0
7996   layout:
7997     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7998     layout: "plot-throughput"
7999
8000 - type: "plot"
8001   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8002   algorithm: "plot_performance_box"
8003   output-file-type: ".html"
8004   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8006   filter: "'NIC_Intel-XXV710' and
8007            '64B' and
8008            ('BASE' or 'SCALE') and
8009            'NDRPDR' and
8010            'ETH' and
8011            '4T2C' and
8012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8013            not 'VHOST' and
8014            not 'MEMIF'"
8015   parameters:
8016   - "throughput"
8017   - "parent"
8018   - "tags"
8019   sort:
8020   - "L2PATCH"
8021   - "L2PATCH"
8022   - "L2XCBASE"
8023   - "L2BDMACLRN"
8024   traces:
8025     hoverinfo: "x+y"
8026     boxpoints: "outliers"
8027     whiskerwidth: 0
8028   layout:
8029     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8030     layout: "plot-throughput"
8031
8032 - type: "plot"
8033   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8034   algorithm: "plot_performance_box"
8035   output-file-type: ".html"
8036   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8038   filter: "'NIC_Intel-XXV710' and
8039            '64B' and
8040            ('BASE' or 'SCALE') and
8041            'NDRPDR' and
8042            'ETH' and
8043            '4T2C' and
8044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8045            not 'VHOST' and
8046            not 'MEMIF'"
8047   parameters:
8048   - "throughput"
8049   - "parent"
8050   - "tags"
8051   sort:
8052   - "L2PATCH"
8053   - "L2PATCH"
8054   - "L2XCBASE"
8055   - "L2BDMACLRN"
8056   traces:
8057     hoverinfo: "x+y"
8058     boxpoints: "outliers"
8059     whiskerwidth: 0
8060   layout:
8061     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8062     layout: "plot-throughput"
8063
8064 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8065 - type: "plot"
8066   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8067   algorithm: "plot_performance_box"
8068   output-file-type: ".html"
8069   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8071   filter: "'NIC_Intel-X710' and
8072            '64B' and
8073            ('BASE' or 'SCALE') and
8074            'NDRPDR' and
8075            'ETH' and
8076            '2T1C' and
8077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8078            not 'VHOST' and
8079            not 'MEMIF'"
8080   parameters:
8081   - "throughput"
8082   - "parent"
8083   - "tags"
8084   sort:
8085   - "L2PATCH"
8086   - "L2XCBASE"
8087   - "BASE"
8088   - "FIB_10K"
8089   - "FIB_100K"
8090   - "FIB_1M"
8091   traces:
8092     hoverinfo: "x+y"
8093     boxpoints: "outliers"
8094     whiskerwidth: 0
8095   layout:
8096     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8097     layout: "plot-throughput"
8098
8099 - type: "plot"
8100   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8101   algorithm: "plot_performance_box"
8102   output-file-type: ".html"
8103   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8105   filter: "'NIC_Intel-X710' and
8106            '64B' and
8107            ('BASE' or 'SCALE') and
8108            'NDRPDR' and
8109            'ETH' and
8110            '2T1C' and
8111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8112            not 'VHOST' and
8113            not 'MEMIF'"
8114   parameters:
8115   - "throughput"
8116   - "parent"
8117   - "tags"
8118   sort:
8119   - "L2PATCH"
8120   - "L2XCBASE"
8121   - "BASE"
8122   - "FIB_10K"
8123   - "FIB_100K"
8124   - "FIB_1M"
8125   traces:
8126     hoverinfo: "x+y"
8127     boxpoints: "outliers"
8128     whiskerwidth: 0
8129   layout:
8130     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8131     layout: "plot-throughput"
8132
8133 - type: "plot"
8134   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8135   algorithm: "plot_performance_box"
8136   output-file-type: ".html"
8137   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8139   filter: "'NIC_Intel-X710' and
8140            '64B' and
8141            ('BASE' or 'SCALE') and
8142            'NDRPDR' and
8143            'ETH' and
8144            '4T2C' and
8145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8146            not 'VHOST' and
8147            not 'MEMIF'"
8148   parameters:
8149   - "throughput"
8150   - "parent"
8151   - "tags"
8152   sort:
8153   - "L2PATCH"
8154   - "L2XCBASE"
8155   - "BASE"
8156   - "FIB_10K"
8157   - "FIB_100K"
8158   - "FIB_1M"
8159   traces:
8160     hoverinfo: "x+y"
8161     boxpoints: "outliers"
8162     whiskerwidth: 0
8163   layout:
8164     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8165     layout: "plot-throughput"
8166
8167 - type: "plot"
8168   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8169   algorithm: "plot_performance_box"
8170   output-file-type: ".html"
8171   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8173   filter: "'NIC_Intel-X710' and
8174            '64B' and
8175            ('BASE' or 'SCALE') and
8176            'NDRPDR' and
8177            'ETH' and
8178            '4T2C' and
8179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8180            not 'VHOST' and
8181            not 'MEMIF'"
8182   parameters:
8183   - "throughput"
8184   - "parent"
8185   - "tags"
8186   sort:
8187   - "L2PATCH"
8188   - "L2XCBASE"
8189   - "BASE"
8190   - "FIB_10K"
8191   - "FIB_100K"
8192   - "FIB_1M"
8193   traces:
8194     hoverinfo: "x+y"
8195     boxpoints: "outliers"
8196     whiskerwidth: 0
8197   layout:
8198     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8199     layout: "plot-throughput"
8200
8201 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8202 - type: "plot"
8203   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8204   algorithm: "plot_performance_box"
8205   output-file-type: ".html"
8206   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8208   filter: "'NIC_Intel-XXV710' and
8209            '64B' and
8210            ('BASE' or 'SCALE') and
8211            'NDRPDR' and
8212            'ETH' and
8213            '2T1C' and
8214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8215            not 'VHOST' and
8216            not 'MEMIF'"
8217   parameters:
8218   - "throughput"
8219   - "parent"
8220   - "tags"
8221   sort:
8222   - "L2PATCH"
8223   - "L2XCBASE"
8224   - "BASE"
8225   - "FIB_10K"
8226   - "FIB_100K"
8227   - "FIB_1M"
8228   traces:
8229     hoverinfo: "x+y"
8230     boxpoints: "outliers"
8231     whiskerwidth: 0
8232   layout:
8233     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8234     layout: "plot-throughput"
8235
8236 - type: "plot"
8237   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8238   algorithm: "plot_performance_box"
8239   output-file-type: ".html"
8240   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8242   filter: "'NIC_Intel-XXV710' and
8243            '64B' and
8244            ('BASE' or 'SCALE') and
8245            'NDRPDR' and
8246            'ETH' and
8247            '2T1C' and
8248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8249            not 'VHOST' and
8250            not 'MEMIF'"
8251   parameters:
8252   - "throughput"
8253   - "parent"
8254   - "tags"
8255   sort:
8256   - "L2PATCH"
8257   - "L2XCBASE"
8258   - "BASE"
8259   - "FIB_10K"
8260   - "FIB_100K"
8261   - "FIB_1M"
8262   traces:
8263     hoverinfo: "x+y"
8264     boxpoints: "outliers"
8265     whiskerwidth: 0
8266   layout:
8267     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8268     layout: "plot-throughput"
8269
8270 - type: "plot"
8271   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8272   algorithm: "plot_performance_box"
8273   output-file-type: ".html"
8274   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8276   filter: "'NIC_Intel-XXV710' and
8277            '64B' and
8278            ('BASE' or 'SCALE') and
8279            'NDRPDR' and
8280            'ETH' and
8281            '4T2C' and
8282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8283            not 'VHOST' and
8284            not 'MEMIF'"
8285   parameters:
8286   - "throughput"
8287   - "parent"
8288   - "tags"
8289   sort:
8290   - "L2PATCH"
8291   - "L2XCBASE"
8292   - "BASE"
8293   - "FIB_10K"
8294   - "FIB_100K"
8295   - "FIB_1M"
8296   traces:
8297     hoverinfo: "x+y"
8298     boxpoints: "outliers"
8299     whiskerwidth: 0
8300   layout:
8301     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8302     layout: "plot-throughput"
8303
8304 - type: "plot"
8305   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8306   algorithm: "plot_performance_box"
8307   output-file-type: ".html"
8308   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8310   filter: "'NIC_Intel-XXV710' and
8311            '64B' and
8312            ('BASE' or 'SCALE') and
8313            'NDRPDR' and
8314            'ETH' and
8315            '4T2C' and
8316            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8317            not 'VHOST' and
8318            not 'MEMIF'"
8319   parameters:
8320   - "throughput"
8321   - "parent"
8322   - "tags"
8323   sort:
8324   - "L2PATCH"
8325   - "L2XCBASE"
8326   - "BASE"
8327   - "FIB_10K"
8328   - "FIB_100K"
8329   - "FIB_1M"
8330   traces:
8331     hoverinfo: "x+y"
8332     boxpoints: "outliers"
8333     whiskerwidth: 0
8334   layout:
8335     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8336     layout: "plot-throughput"
8337
8338 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8339 #- type: "plot"
8340 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8341 #  algorithm: "plot_performance_box"
8342 #  output-file-type: ".html"
8343 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8344 #  data: "intel-dnv-vpp"
8345 #  filter: "'NIC_Intel-X553' and
8346 #           '64B' and
8347 #           'BASE' and
8348 #           'NDRPDR' and
8349 #           'ETH' and
8350 #           '1T1C' and
8351 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8352 #           not 'VHOST' and
8353 #           not 'MEMIF'"
8354 #  parameters:
8355 #  - "throughput"
8356 #  - "parent"
8357 #  - "tags"
8358 #  sort:
8359 #  - "L2XCBASE"
8360 #  - "L2BDMACLRN"
8361 #  - "L2PATCH"
8362 #  traces:
8363 #    hoverinfo: "x+y"
8364 #    boxpoints: "outliers"
8365 #    whiskerwidth: 0
8366 #  layout:
8367 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8368 #    layout: "plot-throughput"
8369 #
8370 #- type: "plot"
8371 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8372 #  algorithm: "plot_performance_box"
8373 #  output-file-type: ".html"
8374 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8375 #  data: "intel-dnv-vpp"
8376 #  filter: "'NIC_Intel-X553' and
8377 #           '64B' and
8378 #           ('BASE' or 'SCALE') and
8379 #           'NDRPDR' and
8380 #           'ETH' and
8381 #           '1T1C' and
8382 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8383 #           not 'VHOST' and
8384 #           not 'MEMIF'"
8385 #  parameters:
8386 #  - "throughput"
8387 #  - "parent"
8388 #  - "tags"
8389 #  sort:
8390 #  - "L2XCBASE"
8391 #  - "L2BDMACLRN"
8392 #  - "L2PATCH"
8393 #  traces:
8394 #    hoverinfo: "x+y"
8395 #    boxpoints: "outliers"
8396 #    whiskerwidth: 0
8397 #  layout:
8398 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8399 #    layout: "plot-throughput"
8400 #
8401 #- type: "plot"
8402 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8403 #  algorithm: "plot_performance_box"
8404 #  output-file-type: ".html"
8405 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8406 #  data: "intel-dnv-vpp"
8407 #  filter: "'NIC_Intel-X553' and
8408 #           '64B' and
8409 #           ('BASE' or 'SCALE') and
8410 #           'NDRPDR' and
8411 #           'ETH' and
8412 #           '2T2C' and
8413 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8414 #           not 'VHOST' and
8415 #           not 'MEMIF'"
8416 #  parameters:
8417 #  - "throughput"
8418 #  - "parent"
8419 #  - "tags"
8420 #  sort:
8421 #  - "L2XCBASE"
8422 #  - "L2BDMACLRN"
8423 #  - "L2PATCH"
8424 #  traces:
8425 #    hoverinfo: "x+y"
8426 #    boxpoints: "outliers"
8427 #    whiskerwidth: 0
8428 #  layout:
8429 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8430 #    layout: "plot-throughput"
8431 #
8432 #- type: "plot"
8433 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8434 #  algorithm: "plot_performance_box"
8435 #  output-file-type: ".html"
8436 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8437 #  data: "intel-dnv-vpp"
8438 #  filter: "'NIC_Intel-X553' and
8439 #           '64B' and
8440 #           ('BASE' or 'SCALE') and
8441 #           'NDRPDR' and
8442 #           'ETH' and
8443 #           '2T2C' and
8444 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8445 #           not 'VHOST' and
8446 #           not 'MEMIF'"
8447 #  parameters:
8448 #  - "throughput"
8449 #  - "parent"
8450 #  - "tags"
8451 #  sort:
8452 #  - "L2XCBASE"
8453 #  - "L2BDMACLRN"
8454 #  - "L2PATCH"
8455 #  traces:
8456 #    hoverinfo: "x+y"
8457 #    boxpoints: "outliers"
8458 #    whiskerwidth: 0
8459 #  layout:
8460 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8461 #    layout: "plot-throughput"
8462
8463 ################################################################################
8464
8465 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8466 - type: "plot"
8467   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8468   algorithm: "plot_performance_box"
8469   output-file-type: ".html"
8470   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8471   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8472   filter: "'NIC_Intel-X520-DA2' and
8473            '64B' and
8474            ('BASE' or 'SCALE') and
8475            'NDRPDR' and
8476            '1T1C' and
8477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8478            not 'VHOST' and
8479            'MEMIF'"
8480   parameters:
8481   - "throughput"
8482   - "parent"
8483   - "tags"
8484   sort:
8485   - "L2XCFWD"
8486   - "L2XCFWD"
8487   - "L2XCFWD"
8488   - "L2BDMACLRN"
8489   - "L2BDMACLRN"
8490   - "L2BDMACLRN"
8491   - "IP4FWD"
8492   traces:
8493     hoverinfo: "x+y"
8494     boxpoints: "outliers"
8495     whiskerwidth: 0
8496   layout:
8497     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8498     layout: "plot-throughput"
8499
8500 - type: "plot"
8501   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8502   algorithm: "plot_performance_box"
8503   output-file-type: ".html"
8504   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8506   filter: "'NIC_Intel-X520-DA2' and
8507            '64B' and
8508            ('BASE' or 'SCALE') and
8509            'NDRPDR' and
8510            '1T1C' and
8511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8512            not 'VHOST' and
8513            'MEMIF'"
8514   parameters:
8515   - "throughput"
8516   - "parent"
8517   - "tags"
8518   sort:
8519   - "L2XCFWD"
8520   - "L2XCFWD"
8521   - "L2XCFWD"
8522   - "L2BDMACLRN"
8523   - "L2BDMACLRN"
8524   - "L2BDMACLRN"
8525   - "IP4FWD"
8526   traces:
8527     hoverinfo: "x+y"
8528     boxpoints: "outliers"
8529     whiskerwidth: 0
8530   layout:
8531     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8532     layout: "plot-throughput"
8533
8534 - type: "plot"
8535   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8536   algorithm: "plot_performance_box"
8537   output-file-type: ".html"
8538   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8540   filter: "'NIC_Intel-X520-DA2' and
8541            '64B' and
8542            ('BASE' or 'SCALE') and
8543            'NDRPDR' and
8544            '2T2C' and
8545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8546            not 'VHOST' and
8547            'MEMIF'"
8548   parameters:
8549   - "throughput"
8550   - "parent"
8551   - "tags"
8552   sort:
8553   - "L2XCFWD"
8554   - "L2XCFWD"
8555   - "L2XCFWD"
8556   - "L2BDMACLRN"
8557   - "L2BDMACLRN"
8558   - "L2BDMACLRN"
8559   - "IP4FWD"
8560   traces:
8561     hoverinfo: "x+y"
8562     boxpoints: "outliers"
8563     whiskerwidth: 0
8564   layout:
8565     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8566     layout: "plot-throughput"
8567
8568 - type: "plot"
8569   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8570   algorithm: "plot_performance_box"
8571   output-file-type: ".html"
8572   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8574   filter: "'NIC_Intel-X520-DA2' and
8575            '64B' and
8576            ('BASE' or 'SCALE') and
8577            'NDRPDR' and
8578            '2T2C' and
8579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8580            not 'VHOST' and
8581            'MEMIF'"
8582   parameters:
8583   - "throughput"
8584   - "parent"
8585   - "tags"
8586   sort:
8587   - "L2XCFWD"
8588   - "L2XCFWD"
8589   - "L2XCFWD"
8590   - "L2BDMACLRN"
8591   - "L2BDMACLRN"
8592   - "L2BDMACLRN"
8593   - "IP4FWD"
8594   traces:
8595     hoverinfo: "x+y"
8596     boxpoints: "outliers"
8597     whiskerwidth: 0
8598   layout:
8599     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8600     layout: "plot-throughput"
8601
8602 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8603 - type: "plot"
8604   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8605   algorithm: "plot_performance_box"
8606   output-file-type: ".html"
8607   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8609   filter: "'NIC_Intel-X710' and
8610            '64B' and
8611            ('BASE' or 'SCALE') and
8612            'NDRPDR' and
8613            '1T1C' and
8614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8615            not 'VHOST' and
8616            'MEMIF'"
8617   parameters:
8618   - "throughput"
8619   - "parent"
8620   - "tags"
8621   sort:
8622   - "L2XCFWD"
8623   - "L2XCFWD"
8624   - "L2XCFWD"
8625   - "L2BDMACLRN"
8626   - "L2BDMACLRN"
8627   - "L2BDMACLRN"
8628   - "IP4FWD"
8629   traces:
8630     hoverinfo: "x+y"
8631     boxpoints: "outliers"
8632     whiskerwidth: 0
8633   layout:
8634     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8635     layout: "plot-throughput"
8636
8637 - type: "plot"
8638   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8639   algorithm: "plot_performance_box"
8640   output-file-type: ".html"
8641   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8643   filter: "'NIC_Intel-X710' and
8644            '64B' and
8645            ('BASE' or 'SCALE') and
8646            'NDRPDR' and
8647            '1T1C' and
8648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8649            not 'VHOST' and
8650            'MEMIF'"
8651   parameters:
8652   - "throughput"
8653   - "parent"
8654   - "tags"
8655   sort:
8656   - "L2XCFWD"
8657   - "L2XCFWD"
8658   - "L2XCFWD"
8659   - "L2BDMACLRN"
8660   - "L2BDMACLRN"
8661   - "L2BDMACLRN"
8662   - "IP4FWD"
8663   traces:
8664     hoverinfo: "x+y"
8665     boxpoints: "outliers"
8666     whiskerwidth: 0
8667   layout:
8668     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8669     layout: "plot-throughput"
8670
8671 - type: "plot"
8672   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8673   algorithm: "plot_performance_box"
8674   output-file-type: ".html"
8675   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8677   filter: "'NIC_Intel-X710' and
8678            '64B' and
8679            ('BASE' or 'SCALE') and
8680            'NDRPDR' and
8681            '2T2C' and
8682            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8683            not 'VHOST' and
8684            'MEMIF'"
8685   parameters:
8686   - "throughput"
8687   - "parent"
8688   - "tags"
8689   sort:
8690   - "L2XCFWD"
8691   - "L2XCFWD"
8692   - "L2XCFWD"
8693   - "L2BDMACLRN"
8694   - "L2BDMACLRN"
8695   - "L2BDMACLRN"
8696   - "IP4FWD"
8697   traces:
8698     hoverinfo: "x+y"
8699     boxpoints: "outliers"
8700     whiskerwidth: 0
8701   layout:
8702     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8703     layout: "plot-throughput"
8704
8705 - type: "plot"
8706   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8707   algorithm: "plot_performance_box"
8708   output-file-type: ".html"
8709   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8711   filter: "'NIC_Intel-X710' and
8712            '64B' and
8713            ('BASE' or 'SCALE') and
8714            'NDRPDR' and
8715            '2T2C' and
8716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8717            not 'VHOST' and
8718            'MEMIF'"
8719   parameters:
8720   - "throughput"
8721   - "parent"
8722   - "tags"
8723   sort:
8724   - "L2XCFWD"
8725   - "L2XCFWD"
8726   - "L2XCFWD"
8727   - "L2BDMACLRN"
8728   - "L2BDMACLRN"
8729   - "L2BDMACLRN"
8730   - "IP4FWD"
8731   traces:
8732     hoverinfo: "x+y"
8733     boxpoints: "outliers"
8734     whiskerwidth: 0
8735   layout:
8736     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8737     layout: "plot-throughput"
8738
8739 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8740 - type: "plot"
8741   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8742   algorithm: "plot_performance_box"
8743   output-file-type: ".html"
8744   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8745   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8746   filter: "'NIC_Intel-XL710' and
8747            '64B' and
8748            ('BASE' or 'SCALE') and
8749            'NDRPDR' and
8750            '1T1C' and
8751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8752            not 'VHOST' and
8753            'MEMIF'"
8754   parameters:
8755   - "throughput"
8756   - "parent"
8757   - "tags"
8758   sort:
8759   - "L2XCFWD"
8760   - "L2XCFWD"
8761   - "L2XCFWD"
8762   - "L2BDMACLRN"
8763   - "L2BDMACLRN"
8764   - "L2BDMACLRN"
8765   - "IP4FWD"
8766   traces:
8767     hoverinfo: "x+y"
8768     boxpoints: "outliers"
8769     whiskerwidth: 0
8770   layout:
8771     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8772     layout: "plot-throughput"
8773
8774 - type: "plot"
8775   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8776   algorithm: "plot_performance_box"
8777   output-file-type: ".html"
8778   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8780   filter: "'NIC_Intel-XL710' and
8781            '64B' and
8782            ('BASE' or 'SCALE') and
8783            'NDRPDR' and
8784            '1T1C' and
8785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8786            not 'VHOST' and
8787            'MEMIF'"
8788   parameters:
8789   - "throughput"
8790   - "parent"
8791   - "tags"
8792   sort:
8793   - "L2XCFWD"
8794   - "L2XCFWD"
8795   - "L2XCFWD"
8796   - "L2BDMACLRN"
8797   - "L2BDMACLRN"
8798   - "L2BDMACLRN"
8799   - "IP4FWD"
8800   traces:
8801     hoverinfo: "x+y"
8802     boxpoints: "outliers"
8803     whiskerwidth: 0
8804   layout:
8805     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8806     layout: "plot-throughput"
8807
8808 - type: "plot"
8809   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8810   algorithm: "plot_performance_box"
8811   output-file-type: ".html"
8812   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8814   filter: "'NIC_Intel-XL710' and
8815            '64B' and
8816            ('BASE' or 'SCALE') and
8817            'NDRPDR' and
8818            '2T2C' and
8819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8820            not 'VHOST' and
8821            'MEMIF'"
8822   parameters:
8823   - "throughput"
8824   - "parent"
8825   - "tags"
8826   sort:
8827   - "L2XCFWD"
8828   - "L2XCFWD"
8829   - "L2XCFWD"
8830   - "L2BDMACLRN"
8831   - "L2BDMACLRN"
8832   - "L2BDMACLRN"
8833   - "IP4FWD"
8834   traces:
8835     hoverinfo: "x+y"
8836     boxpoints: "outliers"
8837     whiskerwidth: 0
8838   layout:
8839     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8840     layout: "plot-throughput"
8841
8842 - type: "plot"
8843   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8844   algorithm: "plot_performance_box"
8845   output-file-type: ".html"
8846   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8848   filter: "'NIC_Intel-XL710' and
8849            '64B' and
8850            ('BASE' or 'SCALE') and
8851            'NDRPDR' and
8852            '2T2C' and
8853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8854            not 'VHOST' and
8855            'MEMIF'"
8856   parameters:
8857   - "throughput"
8858   - "parent"
8859   - "tags"
8860   sort:
8861   - "L2XCFWD"
8862   - "L2XCFWD"
8863   - "L2XCFWD"
8864   - "L2BDMACLRN"
8865   - "L2BDMACLRN"
8866   - "L2BDMACLRN"
8867   - "IP4FWD"
8868   traces:
8869     hoverinfo: "x+y"
8870     boxpoints: "outliers"
8871     whiskerwidth: 0
8872   layout:
8873     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8874     layout: "plot-throughput"
8875
8876 # Packet Throughput - VPP Container Memif 3n-skx-x710
8877 - type: "plot"
8878   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8879   algorithm: "plot_performance_box"
8880   output-file-type: ".html"
8881   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8883   filter: "'NIC_Intel-X710' and
8884            '64B' and
8885            ('BASE' or 'SCALE') and
8886            'NDRPDR' and
8887            '2T1C' and
8888            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8889            not 'VHOST' and
8890            'MEMIF'"
8891   parameters:
8892   - "throughput"
8893   - "parent"
8894   - "tags"
8895   sort:
8896   - "L2XCFWD"
8897   - "L2XCFWD"
8898   - "L2XCFWD"
8899   - "L2BDMACLRN"
8900   - "L2BDMACLRN"
8901   - "L2BDMACLRN"
8902   - "IP4FWD"
8903   traces:
8904     hoverinfo: "x+y"
8905     boxpoints: "outliers"
8906     whiskerwidth: 0
8907   layout:
8908     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8909     layout: "plot-throughput"
8910
8911 - type: "plot"
8912   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8913   algorithm: "plot_performance_box"
8914   output-file-type: ".html"
8915   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8917   filter: "'NIC_Intel-X710' and
8918            '64B' and
8919            ('BASE' or 'SCALE') and
8920            'NDRPDR' and
8921            '2T1C' and
8922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8923            not 'VHOST' and
8924            'MEMIF'"
8925   parameters:
8926   - "throughput"
8927   - "parent"
8928   - "tags"
8929   sort:
8930   - "L2XCFWD"
8931   - "L2XCFWD"
8932   - "L2XCFWD"
8933   - "L2BDMACLRN"
8934   - "L2BDMACLRN"
8935   - "L2BDMACLRN"
8936   - "IP4FWD"
8937   traces:
8938     hoverinfo: "x+y"
8939     boxpoints: "outliers"
8940     whiskerwidth: 0
8941   layout:
8942     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8943     layout: "plot-throughput"
8944
8945 - type: "plot"
8946   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8947   algorithm: "plot_performance_box"
8948   output-file-type: ".html"
8949   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8951   filter: "'NIC_Intel-X710' and
8952            '64B' and
8953            ('BASE' or 'SCALE') and
8954            'NDRPDR' and
8955            '4T2C' and
8956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8957            not 'VHOST' and
8958            'MEMIF'"
8959   parameters:
8960   - "throughput"
8961   - "parent"
8962   - "tags"
8963   sort:
8964   - "L2XCFWD"
8965   - "L2XCFWD"
8966   - "L2XCFWD"
8967   - "L2BDMACLRN"
8968   - "L2BDMACLRN"
8969   - "L2BDMACLRN"
8970   - "IP4FWD"
8971   traces:
8972     hoverinfo: "x+y"
8973     boxpoints: "outliers"
8974     whiskerwidth: 0
8975   layout:
8976     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8977     layout: "plot-throughput"
8978
8979 - type: "plot"
8980   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8981   algorithm: "plot_performance_box"
8982   output-file-type: ".html"
8983   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8985   filter: "'NIC_Intel-X710' and
8986            '64B' and
8987            ('BASE' or 'SCALE') and
8988            'NDRPDR' and
8989            '4T2C' and
8990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8991            not 'VHOST' and
8992            'MEMIF'"
8993   parameters:
8994   - "throughput"
8995   - "parent"
8996   - "tags"
8997   sort:
8998   - "L2XCFWD"
8999   - "L2XCFWD"
9000   - "L2XCFWD"
9001   - "L2BDMACLRN"
9002   - "L2BDMACLRN"
9003   - "L2BDMACLRN"
9004   - "IP4FWD"
9005   traces:
9006     hoverinfo: "x+y"
9007     boxpoints: "outliers"
9008     whiskerwidth: 0
9009   layout:
9010     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9011     layout: "plot-throughput"
9012
9013 # Packet Throughput - VPP Container Memif 2n-skx-x710
9014 - type: "plot"
9015   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9016   algorithm: "plot_performance_box"
9017   output-file-type: ".html"
9018   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9020   filter: "'NIC_Intel-X710' and
9021            '64B' and
9022            ('BASE' or 'SCALE') and
9023            'NDRPDR' and
9024            '2T1C' and
9025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9026            not 'VHOST' and
9027            not 'NF_DENSITY' and
9028            'MEMIF'"
9029   parameters:
9030   - "throughput"
9031   - "parent"
9032   - "tags"
9033   sort:
9034   - "L2XCFWD"
9035   - "L2XCFWD"
9036   - "L2XCFWD"
9037   - "L2BDMACLRN"
9038   - "L2BDMACLRN"
9039   - "L2BDMACLRN"
9040   - "IP4FWD"
9041   traces:
9042     hoverinfo: "x+y"
9043     boxpoints: "outliers"
9044     whiskerwidth: 0
9045   layout:
9046     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9047     layout: "plot-throughput"
9048
9049 - type: "plot"
9050   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9051   algorithm: "plot_performance_box"
9052   output-file-type: ".html"
9053   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9055   filter: "'NIC_Intel-X710' and
9056            '64B' and
9057            ('BASE' or 'SCALE') and
9058            'NDRPDR' and
9059            '2T1C' and
9060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9061            not 'VHOST' and
9062            not 'NF_DENSITY' and
9063            'MEMIF'"
9064   parameters:
9065   - "throughput"
9066   - "parent"
9067   - "tags"
9068   sort:
9069   - "L2XCFWD"
9070   - "L2XCFWD"
9071   - "L2XCFWD"
9072   - "L2BDMACLRN"
9073   - "L2BDMACLRN"
9074   - "L2BDMACLRN"
9075   - "IP4FWD"
9076   traces:
9077     hoverinfo: "x+y"
9078     boxpoints: "outliers"
9079     whiskerwidth: 0
9080   layout:
9081     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9082     layout: "plot-throughput"
9083
9084 - type: "plot"
9085   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9086   algorithm: "plot_performance_box"
9087   output-file-type: ".html"
9088   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9090   filter: "'NIC_Intel-X710' and
9091            '64B' and
9092            ('BASE' or 'SCALE') and
9093            'NDRPDR' and
9094            '4T2C' and
9095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9096            not 'VHOST' and
9097            not 'NF_DENSITY' and
9098            'MEMIF'"
9099   parameters:
9100   - "throughput"
9101   - "parent"
9102   - "tags"
9103   sort:
9104   - "L2XCFWD"
9105   - "L2XCFWD"
9106   - "L2XCFWD"
9107   - "L2BDMACLRN"
9108   - "L2BDMACLRN"
9109   - "L2BDMACLRN"
9110   - "IP4FWD"
9111   traces:
9112     hoverinfo: "x+y"
9113     boxpoints: "outliers"
9114     whiskerwidth: 0
9115   layout:
9116     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9117     layout: "plot-throughput"
9118
9119 - type: "plot"
9120   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9121   algorithm: "plot_performance_box"
9122   output-file-type: ".html"
9123   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9125   filter: "'NIC_Intel-X710' and
9126            '64B' and
9127            ('BASE' or 'SCALE') and
9128            'NDRPDR' and
9129            '4T2C' and
9130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9131            not 'VHOST' and
9132            not 'NF_DENSITY' and
9133            'MEMIF'"
9134   parameters:
9135   - "throughput"
9136   - "parent"
9137   - "tags"
9138   sort:
9139   - "L2XCFWD"
9140   - "L2XCFWD"
9141   - "L2XCFWD"
9142   - "L2BDMACLRN"
9143   - "L2BDMACLRN"
9144   - "L2BDMACLRN"
9145   - "IP4FWD"
9146   traces:
9147     hoverinfo: "x+y"
9148     boxpoints: "outliers"
9149     whiskerwidth: 0
9150   layout:
9151     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9152     layout: "plot-throughput"
9153
9154 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9155 #- type: "plot"
9156 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9157 #  algorithm: "plot_performance_box"
9158 #  output-file-type: ".html"
9159 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9160 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9161 #  filter: "'NIC_Intel-XXV710' and
9162 #           '64B' and
9163 #           ('BASE' or 'SCALE') and
9164 #           'NDRPDR' and
9165 #           '2T1C' and
9166 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9167 #           not 'VHOST' and
9168 #           'MEMIF'"
9169 #  parameters:
9170 #  - "throughput"
9171 #  - "parent"
9172 #  - "tags"
9173 #  sort:
9174 #  - "L2XCFWD"
9175 #  - "L2XCFWD"
9176 #  - "L2XCFWD"
9177 #  - "L2BDMACLRN"
9178 #  - "L2BDMACLRN"
9179 #  - "L2BDMACLRN"
9180 #  - "IP4FWD"
9181 #  traces:
9182 #    hoverinfo: "x+y"
9183 #    boxpoints: "outliers"
9184 #    whiskerwidth: 0
9185 #  layout:
9186 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9187 #    layout: "plot-throughput"
9188 #
9189 #- type: "plot"
9190 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9191 #  algorithm: "plot_performance_box"
9192 #  output-file-type: ".html"
9193 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9194 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9195 #  filter: "'NIC_Intel-XXV710' and
9196 #           '64B' and
9197 #           ('BASE' or 'SCALE') and
9198 #           'NDRPDR' and
9199 #           '2T1C' and
9200 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9201 #           not 'VHOST' and
9202 #           'MEMIF'"
9203 #  parameters:
9204 #  - "throughput"
9205 #  - "parent"
9206 #  - "tags"
9207 #  sort:
9208 #  - "L2XCFWD"
9209 #  - "L2XCFWD"
9210 #  - "L2XCFWD"
9211 #  - "L2BDMACLRN"
9212 #  - "L2BDMACLRN"
9213 #  - "L2BDMACLRN"
9214 #  - "IP4FWD"
9215 #  traces:
9216 #    hoverinfo: "x+y"
9217 #    boxpoints: "outliers"
9218 #    whiskerwidth: 0
9219 #  layout:
9220 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9221 #    layout: "plot-throughput"
9222 #
9223 #- type: "plot"
9224 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9225 #  algorithm: "plot_performance_box"
9226 #  output-file-type: ".html"
9227 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9228 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9229 #  filter: "'NIC_Intel-XXV710' and
9230 #           '64B' and
9231 #           ('BASE' or 'SCALE') and
9232 #           'NDRPDR' and
9233 #           '4T2C' and
9234 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9235 #           not 'VHOST' and
9236 #           'MEMIF'"
9237 #  parameters:
9238 #  - "throughput"
9239 #  - "parent"
9240 #  - "tags"
9241 #  sort:
9242 #  - "L2XCFWD"
9243 #  - "L2XCFWD"
9244 #  - "L2XCFWD"
9245 #  - "L2BDMACLRN"
9246 #  - "L2BDMACLRN"
9247 #  - "L2BDMACLRN"
9248 #  - "IP4FWD"
9249 #  traces:
9250 #    hoverinfo: "x+y"
9251 #    boxpoints: "outliers"
9252 #    whiskerwidth: 0
9253 #  layout:
9254 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9255 #    layout: "plot-throughput"
9256 #
9257 #- type: "plot"
9258 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9259 #  algorithm: "plot_performance_box"
9260 #  output-file-type: ".html"
9261 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9262 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9263 #  filter: "'NIC_Intel-XXV710' and
9264 #           '64B' and
9265 #           ('BASE' or 'SCALE') and
9266 #           'NDRPDR' and
9267 #           '4T2C' and
9268 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9269 #           not 'VHOST' and
9270 #           'MEMIF'"
9271 #  parameters:
9272 #  - "throughput"
9273 #  - "parent"
9274 #  - "tags"
9275 #  sort:
9276 #  - "L2XCFWD"
9277 #  - "L2XCFWD"
9278 #  - "L2XCFWD"
9279 #  - "L2BDMACLRN"
9280 #  - "L2BDMACLRN"
9281 #  - "L2BDMACLRN"
9282 #  - "IP4FWD"
9283 #  traces:
9284 #    hoverinfo: "x+y"
9285 #    boxpoints: "outliers"
9286 #    whiskerwidth: 0
9287 #  layout:
9288 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9289 #    layout: "plot-throughput"
9290
9291 ################################################################################
9292
9293 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9294 #- type: "plot"
9295 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9296 #  algorithm: "plot_performance_box"
9297 #  output-file-type: ".html"
9298 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9299 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9300 #  filter: "'NIC_Intel-X520-DA2' and
9301 #           '64B' and
9302 #           ('BASE' or 'SCALE') and
9303 #           'NDRPDR' and
9304 #           '1T1C' and
9305 #           'L2XCFWD' and
9306 #           not 'VHOST' and
9307 #           not 'NF_DENSITY' and
9308 #           'MEMIF'"
9309 #  parameters:
9310 #  - "throughput"
9311 #  - "parent"
9312 #  - "tags"
9313 #  sort:
9314 #  - "1VNF"
9315 #  - "2VNF"
9316 #  - "4VNF"
9317 #  - "2VNF"
9318 #  - "4VNF"
9319 #  traces:
9320 #    hoverinfo: "x+y"
9321 #    boxpoints: "outliers"
9322 #    whiskerwidth: 0
9323 #  layout:
9324 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9325 #    layout: "plot-throughput"
9326 #
9327 #- type: "plot"
9328 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9329 #  algorithm: "plot_performance_box"
9330 #  output-file-type: ".html"
9331 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9332 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9333 #  filter: "'NIC_Intel-X520-DA2' and
9334 #           '64B' and
9335 #           ('BASE' or 'SCALE') and
9336 #           'NDRPDR' and
9337 #           '1T1C' and
9338 #           'L2XCFWD' and
9339 #           not 'VHOST' and
9340 #           not 'NF_DENSITY' and
9341 #           'MEMIF'"
9342 #  parameters:
9343 #  - "throughput"
9344 #  - "parent"
9345 #  - "tags"
9346 #  sort:
9347 #  - "1VNF"
9348 #  - "2VNF"
9349 #  - "4VNF"
9350 #  - "2VNF"
9351 #  - "4VNF"
9352 #  traces:
9353 #    hoverinfo: "x+y"
9354 #    boxpoints: "outliers"
9355 #    whiskerwidth: 0
9356 #  layout:
9357 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9358 #    layout: "plot-throughput"
9359 #
9360 #- type: "plot"
9361 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9362 #  algorithm: "plot_performance_box"
9363 #  output-file-type: ".html"
9364 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9365 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9366 #  filter: "'NIC_Intel-X520-DA2' and
9367 #           '64B' and
9368 #           ('BASE' or 'SCALE') and
9369 #           'NDRPDR' and
9370 #           '2T2C' and
9371 #           'L2XCFWD' and
9372 #           not 'VHOST' and
9373 #           not 'NF_DENSITY' and
9374 #           'MEMIF'"
9375 #  parameters:
9376 #  - "throughput"
9377 #  - "parent"
9378 #  - "tags"
9379 #  sort:
9380 #  - "1VNF"
9381 #  - "2VNF"
9382 #  - "4VNF"
9383 #  - "2VNF"
9384 #  - "4VNF"
9385 #  traces:
9386 #    hoverinfo: "x+y"
9387 #    boxpoints: "outliers"
9388 #    whiskerwidth: 0
9389 #  layout:
9390 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9391 #    layout: "plot-throughput"
9392 #
9393 #- type: "plot"
9394 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9395 #  algorithm: "plot_performance_box"
9396 #  output-file-type: ".html"
9397 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9398 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9399 #  filter: "'NIC_Intel-X520-DA2' and
9400 #           '64B' and
9401 #           ('BASE' or 'SCALE') and
9402 #           'NDRPDR' and
9403 #           '2T2C' and
9404 #           'L2XCFWD' and
9405 #           not 'VHOST' and
9406 #           not 'NF_DENSITY' and
9407 #           'MEMIF'"
9408 #  parameters:
9409 #  - "throughput"
9410 #  - "parent"
9411 #  - "tags"
9412 #  sort:
9413 #  - "1VNF"
9414 #  - "2VNF"
9415 #  - "4VNF"
9416 #  - "2VNF"
9417 #  - "4VNF"
9418 #  traces:
9419 #    hoverinfo: "x+y"
9420 #    boxpoints: "outliers"
9421 #    whiskerwidth: 0
9422 #  layout:
9423 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9424 #    layout: "plot-throughput"
9425 #
9426 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9427 #- type: "plot"
9428 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9429 #  algorithm: "plot_performance_box"
9430 #  output-file-type: ".html"
9431 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9432 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9433 #  filter: "'NIC_Intel-X520-DA2' and
9434 #           '64B' and
9435 #           ('BASE' or 'SCALE') and
9436 #           'NDRPDR' and
9437 #           '1T1C' and
9438 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9439 #           not 'VHOST' and
9440 #           not 'NF_DENSITY' and
9441 #           'MEMIF'"
9442 #  parameters:
9443 #  - "throughput"
9444 #  - "parent"
9445 #  - "tags"
9446 #  sort:
9447 #  - "1VNF"
9448 #  - "2VNF"
9449 #  - "4VNF"
9450 #  - "2VNF"
9451 #  - "4VNF"
9452 #  traces:
9453 #    hoverinfo: "x+y"
9454 #    boxpoints: "outliers"
9455 #    whiskerwidth: 0
9456 #  layout:
9457 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9458 #    layout: "plot-throughput"
9459 #
9460 #- type: "plot"
9461 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9462 #  algorithm: "plot_performance_box"
9463 #  output-file-type: ".html"
9464 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9465 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9466 #  filter: "'NIC_Intel-X520-DA2' and
9467 #           '64B' and
9468 #           ('BASE' or 'SCALE') and
9469 #           'NDRPDR' and
9470 #           '1T1C' and
9471 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9472 #           not 'VHOST' and
9473 #           not 'NF_DENSITY' and
9474 #           'MEMIF'"
9475 #  parameters:
9476 #  - "throughput"
9477 #  - "parent"
9478 #  - "tags"
9479 #  sort:
9480 #  - "1VNF"
9481 #  - "2VNF"
9482 #  - "4VNF"
9483 #  - "2VNF"
9484 #  - "4VNF"
9485 #  traces:
9486 #    hoverinfo: "x+y"
9487 #    boxpoints: "outliers"
9488 #    whiskerwidth: 0
9489 #  layout:
9490 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9491 #    layout: "plot-throughput"
9492 #
9493 #- type: "plot"
9494 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9495 #  algorithm: "plot_performance_box"
9496 #  output-file-type: ".html"
9497 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9498 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9499 #  filter: "'NIC_Intel-X520-DA2' and
9500 #           '64B' and
9501 #           ('BASE' or 'SCALE') and
9502 #           'NDRPDR' and
9503 #           '2T2C' and
9504 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9505 #           not 'VHOST' and
9506 #           not 'NF_DENSITY' and
9507 #           'MEMIF'"
9508 #  parameters:
9509 #  - "throughput"
9510 #  - "parent"
9511 #  - "tags"
9512 #  sort:
9513 #  - "1VNF"
9514 #  - "2VNF"
9515 #  - "4VNF"
9516 #  - "2VNF"
9517 #  - "4VNF"
9518 #  traces:
9519 #    hoverinfo: "x+y"
9520 #    boxpoints: "outliers"
9521 #    whiskerwidth: 0
9522 #  layout:
9523 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9524 #    layout: "plot-throughput"
9525 #
9526 #- type: "plot"
9527 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9528 #  algorithm: "plot_performance_box"
9529 #  output-file-type: ".html"
9530 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9531 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9532 #  filter: "'NIC_Intel-X520-DA2' and
9533 #           '64B' and
9534 #           ('BASE' or 'SCALE') and
9535 #           'NDRPDR' and
9536 #           '2T2C' and
9537 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9538 #           not 'VHOST' and
9539 #           not 'NF_DENSITY' and
9540 #           'MEMIF'"
9541 #  parameters:
9542 #  - "throughput"
9543 #  - "parent"
9544 #  - "tags"
9545 #  sort:
9546 #  - "1VNF"
9547 #  - "2VNF"
9548 #  - "4VNF"
9549 #  - "2VNF"
9550 #  - "4VNF"
9551 #  traces:
9552 #    hoverinfo: "x+y"
9553 #    boxpoints: "outliers"
9554 #    whiskerwidth: 0
9555 #  layout:
9556 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9557 #    layout: "plot-throughput"
9558 #
9559 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9560 #- type: "plot"
9561 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9562 #  algorithm: "plot_performance_box"
9563 #  output-file-type: ".html"
9564 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9565 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9566 #  filter: "'NIC_Intel-X710' and
9567 #           '64B' and
9568 #           ('BASE' or 'SCALE') and
9569 #           'NDRPDR' and
9570 #           '1T1C' and
9571 #           'L2XCFWD' and
9572 #           not 'VHOST' and
9573 #           not 'NF_DENSITY' and
9574 #           'MEMIF'"
9575 #  parameters:
9576 #  - "throughput"
9577 #  - "parent"
9578 #  - "tags"
9579 #  sort:
9580 #  - "1VNF"
9581 #  - "2VNF"
9582 #  - "4VNF"
9583 #  - "2VNF"
9584 #  - "4VNF"
9585 #  traces:
9586 #    hoverinfo: "x+y"
9587 #    boxpoints: "outliers"
9588 #    whiskerwidth: 0
9589 #  layout:
9590 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9591 #    layout: "plot-throughput"
9592 #
9593 #- type: "plot"
9594 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9595 #  algorithm: "plot_performance_box"
9596 #  output-file-type: ".html"
9597 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9598 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9599 #  filter: "'NIC_Intel-X710' and
9600 #           '64B' and
9601 #           ('BASE' or 'SCALE') and
9602 #           'NDRPDR' and
9603 #           '1T1C' and
9604 #           'L2XCFWD' and
9605 #           not 'VHOST' and
9606 #           not 'NF_DENSITY' and
9607 #           'MEMIF'"
9608 #  parameters:
9609 #  - "throughput"
9610 #  - "parent"
9611 #  - "tags"
9612 #  sort:
9613 #  - "1VNF"
9614 #  - "2VNF"
9615 #  - "4VNF"
9616 #  - "2VNF"
9617 #  - "4VNF"
9618 #  traces:
9619 #    hoverinfo: "x+y"
9620 #    boxpoints: "outliers"
9621 #    whiskerwidth: 0
9622 #  layout:
9623 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9624 #    layout: "plot-throughput"
9625 #
9626 #- type: "plot"
9627 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9628 #  algorithm: "plot_performance_box"
9629 #  output-file-type: ".html"
9630 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9631 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9632 #  filter: "'NIC_Intel-X710' and
9633 #           '64B' and
9634 #           ('BASE' or 'SCALE') and
9635 #           'NDRPDR' and
9636 #           '2T2C' and
9637 #           'L2XCFWD' and
9638 #           not 'VHOST' and
9639 #           not 'NF_DENSITY' and
9640 #           'MEMIF'"
9641 #  parameters:
9642 #  - "throughput"
9643 #  - "parent"
9644 #  - "tags"
9645 #  sort:
9646 #  - "1VNF"
9647 #  - "2VNF"
9648 #  - "4VNF"
9649 #  - "2VNF"
9650 #  - "4VNF"
9651 #  traces:
9652 #    hoverinfo: "x+y"
9653 #    boxpoints: "outliers"
9654 #    whiskerwidth: 0
9655 #  layout:
9656 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9657 #    layout: "plot-throughput"
9658 #
9659 #- type: "plot"
9660 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9661 #  algorithm: "plot_performance_box"
9662 #  output-file-type: ".html"
9663 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9664 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9665 #  filter: "'NIC_Intel-X710' and
9666 #           '64B' and
9667 #           ('BASE' or 'SCALE') and
9668 #           'NDRPDR' and
9669 #           '2T2C' and
9670 #           'L2XCFWD' and
9671 #           not 'VHOST' and
9672 #           not 'NF_DENSITY' and
9673 #           'MEMIF'"
9674 #  parameters:
9675 #  - "throughput"
9676 #  - "parent"
9677 #  - "tags"
9678 #  sort:
9679 #  - "1VNF"
9680 #  - "2VNF"
9681 #  - "4VNF"
9682 #  - "2VNF"
9683 #  - "4VNF"
9684 #  traces:
9685 #    hoverinfo: "x+y"
9686 #    boxpoints: "outliers"
9687 #    whiskerwidth: 0
9688 #  layout:
9689 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9690 #    layout: "plot-throughput"
9691 #
9692 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9693 #- type: "plot"
9694 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9695 #  algorithm: "plot_performance_box"
9696 #  output-file-type: ".html"
9697 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9698 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9699 #  filter: "'NIC_Intel-X710' and
9700 #           '64B' and
9701 #           ('BASE' or 'SCALE') and
9702 #           'NDRPDR' and
9703 #           '1T1C' and
9704 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9705 #           not 'VHOST' and
9706 #           not 'NF_DENSITY' and
9707 #           'MEMIF'"
9708 #  parameters:
9709 #  - "throughput"
9710 #  - "parent"
9711 #  - "tags"
9712 #  sort:
9713 #  - "1VNF"
9714 #  - "2VNF"
9715 #  - "4VNF"
9716 #  - "2VNF"
9717 #  - "4VNF"
9718 #  traces:
9719 #    hoverinfo: "x+y"
9720 #    boxpoints: "outliers"
9721 #    whiskerwidth: 0
9722 #  layout:
9723 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9724 #    layout: "plot-throughput"
9725 #
9726 #- type: "plot"
9727 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9728 #  algorithm: "plot_performance_box"
9729 #  output-file-type: ".html"
9730 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9731 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9732 #  filter: "'NIC_Intel-X710' and
9733 #           '64B' and
9734 #           ('BASE' or 'SCALE') and
9735 #           'NDRPDR' and
9736 #           '1T1C' and
9737 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9738 #           not 'VHOST' and
9739 #           not 'NF_DENSITY' and
9740 #           'MEMIF'"
9741 #  parameters:
9742 #  - "throughput"
9743 #  - "parent"
9744 #  - "tags"
9745 #  sort:
9746 #  - "1VNF"
9747 #  - "2VNF"
9748 #  - "4VNF"
9749 #  - "2VNF"
9750 #  - "4VNF"
9751 #  traces:
9752 #    hoverinfo: "x+y"
9753 #    boxpoints: "outliers"
9754 #    whiskerwidth: 0
9755 #  layout:
9756 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9757 #    layout: "plot-throughput"
9758 #
9759 #- type: "plot"
9760 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9761 #  algorithm: "plot_performance_box"
9762 #  output-file-type: ".html"
9763 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9764 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9765 #  filter: "'NIC_Intel-X710' and
9766 #           '64B' and
9767 #           ('BASE' or 'SCALE') and
9768 #           'NDRPDR' and
9769 #           '2T2C' and
9770 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9771 #           not 'VHOST' and
9772 #           not 'NF_DENSITY' and
9773 #           'MEMIF'"
9774 #  parameters:
9775 #  - "throughput"
9776 #  - "parent"
9777 #  - "tags"
9778 #  sort:
9779 #  - "1VNF"
9780 #  - "2VNF"
9781 #  - "4VNF"
9782 #  - "2VNF"
9783 #  - "4VNF"
9784 #  traces:
9785 #    hoverinfo: "x+y"
9786 #    boxpoints: "outliers"
9787 #    whiskerwidth: 0
9788 #  layout:
9789 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9790 #    layout: "plot-throughput"
9791 #
9792 #- type: "plot"
9793 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9794 #  algorithm: "plot_performance_box"
9795 #  output-file-type: ".html"
9796 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9797 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9798 #  filter: "'NIC_Intel-X710' and
9799 #           '64B' and
9800 #           ('BASE' or 'SCALE') and
9801 #           'NDRPDR' and
9802 #           '2T2C' and
9803 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9804 #           not 'VHOST' and
9805 #           not 'NF_DENSITY' and
9806 #           'MEMIF'"
9807 #  parameters:
9808 #  - "throughput"
9809 #  - "parent"
9810 #  - "tags"
9811 #  sort:
9812 #  - "1VNF"
9813 #  - "2VNF"
9814 #  - "4VNF"
9815 #  - "2VNF"
9816 #  - "4VNF"
9817 #  traces:
9818 #    hoverinfo: "x+y"
9819 #    boxpoints: "outliers"
9820 #    whiskerwidth: 0
9821 #  layout:
9822 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9823 #    layout: "plot-throughput"
9824
9825 ################################################################################
9826
9827 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9828 - type: "plot"
9829   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9830   algorithm: "plot_performance_box"
9831   output-file-type: ".html"
9832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9834   filter: "'NIC_Intel-X520-DA2' and
9835            '64B' and
9836            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9837            'NDRPDR' and
9838            '1T1C' and
9839            'IP4FWD' and
9840            not 'IPSEC' and
9841            not 'DOT1Q' and
9842            not 'VHOST'"
9843   parameters:
9844   - "throughput"
9845   - "parent"
9846   - "tags"
9847   sort:
9848   - "IP4BASE"
9849   - "FIB_20K"
9850   - "FIB_200K"
9851   - "FIB_2M"
9852   traces:
9853     hoverinfo: "x+y"
9854     boxpoints: "outliers"
9855     whiskerwidth: 0
9856   layout:
9857     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9858     layout: "plot-throughput"
9859
9860 - type: "plot"
9861   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9862   algorithm: "plot_performance_box"
9863   output-file-type: ".html"
9864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9866   filter: "'NIC_Intel-X520-DA2' and
9867            '64B' and
9868            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9869            'NDRPDR' and
9870            '1T1C' and
9871            'IP4FWD' and
9872            not 'IPSEC' and
9873            not 'DOT1Q' and
9874            not 'VHOST'"
9875   parameters:
9876   - "throughput"
9877   - "parent"
9878   - "tags"
9879   sort:
9880   - "IP4BASE"
9881   - "FIB_20K"
9882   - "FIB_200K"
9883   - "FIB_2M"
9884   traces:
9885     hoverinfo: "x+y"
9886     boxpoints: "outliers"
9887     whiskerwidth: 0
9888   layout:
9889     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9890     layout: "plot-throughput"
9891
9892 - type: "plot"
9893   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9894   algorithm: "plot_performance_box"
9895   output-file-type: ".html"
9896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9898   filter: "'NIC_Intel-X520-DA2' and
9899            '64B' and
9900            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9901            'NDRPDR' and
9902            '2T2C' and
9903            'IP4FWD' and
9904            not 'IPSEC' and
9905            not 'DOT1Q' and
9906            not 'VHOST'"
9907   parameters:
9908   - "throughput"
9909   - "parent"
9910   - "tags"
9911   sort:
9912   - "IP4BASE"
9913   - "FIB_20K"
9914   - "FIB_200K"
9915   - "FIB_2M"
9916   traces:
9917     hoverinfo: "x+y"
9918     boxpoints: "outliers"
9919     whiskerwidth: 0
9920   layout:
9921     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9922     layout: "plot-throughput"
9923
9924 - type: "plot"
9925   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9926   algorithm: "plot_performance_box"
9927   output-file-type: ".html"
9928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9930   filter: "'NIC_Intel-X520-DA2' and
9931            '64B' and
9932            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9933            'NDRPDR' and
9934            '2T2C' and
9935            'IP4FWD' and
9936            not 'IPSEC' and
9937            not 'DOT1Q' and
9938            not 'VHOST'"
9939   parameters:
9940   - "throughput"
9941   - "parent"
9942   - "tags"
9943   sort:
9944   - "IP4BASE"
9945   - "FIB_20K"
9946   - "FIB_200K"
9947   - "FIB_2M"
9948   traces:
9949     hoverinfo: "x+y"
9950     boxpoints: "outliers"
9951     whiskerwidth: 0
9952   layout:
9953     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9954     layout: "plot-throughput"
9955
9956 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9957 - type: "plot"
9958   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9959   algorithm: "plot_performance_box"
9960   output-file-type: ".html"
9961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9963   filter: "'NIC_Intel-X520-DA2' and
9964            '64B' and
9965            ('IP4BASE' or
9966             'POLICE_MARK' or
9967             'COPWHLIST' or
9968             ('NAT44' and 'BASE') or
9969             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9970            'NDRPDR' and
9971            '1T1C' and
9972            'IP4FWD' and
9973            not 'IPSEC' and
9974            not 'VHOST'"
9975   parameters:
9976   - "throughput"
9977   - "parent"
9978   - "tags"
9979   sort:
9980   - "DOT1Q"
9981   - "IP4BASE"
9982   - "NAT44"
9983   - "POLICE_MARK"
9984   - "COPWHLIST"
9985   - "IACL"
9986   - "OACL"
9987   traces:
9988     hoverinfo: "x+y"
9989     boxpoints: "outliers"
9990     whiskerwidth: 0
9991   layout:
9992     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9993     layout: "plot-throughput"
9994
9995 - type: "plot"
9996   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9997   algorithm: "plot_performance_box"
9998   output-file-type: ".html"
9999   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10001   filter: "'NIC_Intel-X520-DA2' and
10002            '64B' and
10003            ('IP4BASE' or
10004             'POLICE_MARK' or
10005             'COPWHLIST' or
10006             ('NAT44' and 'BASE') or
10007             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10008            'NDRPDR' and
10009            '1T1C' and
10010            'IP4FWD' and
10011            not 'IPSEC' and
10012            not 'VHOST'"
10013   parameters:
10014   - "throughput"
10015   - "parent"
10016   - "tags"
10017   sort:
10018   - "DOT1Q"
10019   - "IP4BASE"
10020   - "NAT44"
10021   - "POLICE_MARK"
10022   - "COPWHLIST"
10023   - "IACL"
10024   - "OACL"
10025   traces:
10026     hoverinfo: "x+y"
10027     boxpoints: "outliers"
10028     whiskerwidth: 0
10029   layout:
10030     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10031     layout: "plot-throughput"
10032
10033 - type: "plot"
10034   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10035   algorithm: "plot_performance_box"
10036   output-file-type: ".html"
10037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10039   filter: "'NIC_Intel-X520-DA2' and
10040            '64B' and
10041            ('IP4BASE' or
10042             'POLICE_MARK' or
10043             'COPWHLIST' or
10044             ('NAT44' and 'BASE') or
10045             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10046            'NDRPDR' and
10047            '2T2C' and
10048            'IP4FWD' and
10049            not 'IPSEC' and
10050            not 'VHOST'"
10051   parameters:
10052   - "throughput"
10053   - "parent"
10054   - "tags"
10055   sort:
10056   - "DOT1Q"
10057   - "IP4BASE"
10058   - "NAT44"
10059   - "POLICE_MARK"
10060   - "COPWHLIST"
10061   - "IACL"
10062   - "OACL"
10063   traces:
10064     hoverinfo: "x+y"
10065     boxpoints: "outliers"
10066     whiskerwidth: 0
10067   layout:
10068     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10069     layout: "plot-throughput"
10070
10071 - type: "plot"
10072   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10073   algorithm: "plot_performance_box"
10074   output-file-type: ".html"
10075   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10077   filter: "'NIC_Intel-X520-DA2' and
10078            '64B' and
10079            ('IP4BASE' or
10080             'POLICE_MARK' or
10081             'COPWHLIST' or
10082             ('NAT44' and 'BASE') or
10083             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10084            'NDRPDR' and
10085            '2T2C' and
10086            'IP4FWD' and
10087            not 'IPSEC' and
10088            not 'VHOST'"
10089   parameters:
10090   - "throughput"
10091   - "parent"
10092   - "tags"
10093   sort:
10094   - "DOT1Q"
10095   - "IP4BASE"
10096   - "NAT44"
10097   - "POLICE_MARK"
10098   - "COPWHLIST"
10099   - "IACL"
10100   - "OACL"
10101   traces:
10102     hoverinfo: "x+y"
10103     boxpoints: "outliers"
10104     whiskerwidth: 0
10105   layout:
10106     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10107     layout: "plot-throughput"
10108
10109 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10110 - type: "plot"
10111   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10112   algorithm: "plot_performance_box"
10113   output-file-type: ".html"
10114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10116   filter: "'NIC_Intel-X520-DA2' and
10117            '64B' and
10118            'NDRPDR' and
10119            '1T1C' and
10120            'IP4FWD' and
10121            ('NAT44' or 'IP4BASE') and
10122            not 'DOT1Q' and
10123            not 'IPSEC' and
10124            not 'VHOST'"
10125   parameters:
10126   - "throughput"
10127   - "parent"
10128   - "tags"
10129   sort:
10130   - "IP4BASE"
10131   - "BASE"
10132   - "SRC_USER_10"
10133   - "SRC_USER_100"
10134   - "SRC_USER_1000"
10135   - "SRC_USER_2000"
10136   traces:
10137     hoverinfo: "x+y"
10138     boxpoints: "outliers"
10139     whiskerwidth: 0
10140   layout:
10141     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10142     layout: "plot-throughput"
10143
10144 - type: "plot"
10145   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10146   algorithm: "plot_performance_box"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10150   filter: "'NIC_Intel-X520-DA2' and
10151            '64B' and
10152            'NDRPDR' and
10153            '1T1C' and
10154            'IP4FWD' and
10155            ('NAT44' or 'IP4BASE') and
10156            not 'DOT1Q' and
10157            not 'IPSEC' and
10158            not 'VHOST'"
10159   parameters:
10160   - "throughput"
10161   - "parent"
10162   - "tags"
10163   sort:
10164   - "IP4BASE"
10165   - "BASE"
10166   - "SRC_USER_10"
10167   - "SRC_USER_100"
10168   - "SRC_USER_1000"
10169   - "SRC_USER_2000"
10170   traces:
10171     hoverinfo: "x+y"
10172     boxpoints: "outliers"
10173     whiskerwidth: 0
10174   layout:
10175     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10176     layout: "plot-throughput"
10177
10178 - type: "plot"
10179   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10180   algorithm: "plot_performance_box"
10181   output-file-type: ".html"
10182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10184   filter: "'NIC_Intel-X520-DA2' and
10185            '64B' and
10186            'NDRPDR' and
10187            '2T2C' and
10188            'IP4FWD' and
10189            ('NAT44' or 'IP4BASE') and
10190            not 'DOT1Q' and
10191            not 'IPSEC' and
10192            not 'VHOST'"
10193   parameters:
10194   - "throughput"
10195   - "parent"
10196   - "tags"
10197   sort:
10198   - "IP4BASE"
10199   - "BASE"
10200   - "SRC_USER_10"
10201   - "SRC_USER_100"
10202   - "SRC_USER_1000"
10203   - "SRC_USER_2000"
10204   traces:
10205     hoverinfo: "x+y"
10206     boxpoints: "outliers"
10207     whiskerwidth: 0
10208   layout:
10209     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10210     layout: "plot-throughput"
10211
10212 - type: "plot"
10213   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10214   algorithm: "plot_performance_box"
10215   output-file-type: ".html"
10216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10218   filter: "'NIC_Intel-X520-DA2' and
10219            '64B' and
10220            'NDRPDR' and
10221            '2T2C' and
10222            'IP4FWD' and
10223            ('NAT44' or 'IP4BASE') and
10224            not 'DOT1Q' and
10225            not 'IPSEC' and
10226            not 'VHOST'"
10227   parameters:
10228   - "throughput"
10229   - "parent"
10230   - "tags"
10231   sort:
10232   - "IP4BASE"
10233   - "BASE"
10234   - "SRC_USER_10"
10235   - "SRC_USER_100"
10236   - "SRC_USER_1000"
10237   - "SRC_USER_2000"
10238   traces:
10239     hoverinfo: "x+y"
10240     boxpoints: "outliers"
10241     whiskerwidth: 0
10242   layout:
10243     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10244     layout: "plot-throughput"
10245
10246 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10247 - type: "plot"
10248   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10249   algorithm: "plot_performance_box"
10250   output-file-type: ".html"
10251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10253   filter: "'NIC_Intel-X520-DA2' and
10254            '64B' and
10255            'NDRPDR' and
10256            '1T1C' and
10257            'IP4FWD' and
10258            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10259            not 'IPSEC' and
10260            not 'DOT1Q' and
10261            not 'VHOST'"
10262   parameters:
10263   - "throughput"
10264   - "parent"
10265   - "tags"
10266   sort:
10267   - "IP4BASE"
10268   - "ACL_STATELESS"
10269   - "ACL_STATEFUL"
10270   - "ACL_STATELESS"
10271   - "ACL_STATEFUL"
10272   traces:
10273     hoverinfo: "x+y"
10274     boxpoints: "outliers"
10275     whiskerwidth: 0
10276   layout:
10277     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10278     layout: "plot-throughput"
10279
10280 - type: "plot"
10281   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10282   algorithm: "plot_performance_box"
10283   output-file-type: ".html"
10284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10286   filter: "'NIC_Intel-X520-DA2' and
10287            '64B' and
10288            'NDRPDR' and
10289            '1T1C' and
10290            'IP4FWD' and
10291            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10292            not 'IPSEC' and
10293            not 'DOT1Q' and
10294            not 'VHOST'"
10295   parameters:
10296   - "throughput"
10297   - "parent"
10298   - "tags"
10299   sort:
10300   - "IP4BASE"
10301   - "ACL_STATELESS"
10302   - "ACL_STATEFUL"
10303   - "ACL_STATELESS"
10304   - "ACL_STATEFUL"
10305   traces:
10306     hoverinfo: "x+y"
10307     boxpoints: "outliers"
10308     whiskerwidth: 0
10309   layout:
10310     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10311     layout: "plot-throughput"
10312
10313 - type: "plot"
10314   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10315   algorithm: "plot_performance_box"
10316   output-file-type: ".html"
10317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10319   filter: "'NIC_Intel-X520-DA2' and
10320            '64B' and
10321            'NDRPDR' and
10322            '2T2C' and
10323            'IP4FWD' and
10324            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10325            not 'IPSEC' and
10326            not 'DOT1Q' and
10327            not 'VHOST'"
10328   parameters:
10329   - "throughput"
10330   - "parent"
10331   - "tags"
10332   sort:
10333   - "IP4BASE"
10334   - "ACL_STATELESS"
10335   - "ACL_STATEFUL"
10336   - "ACL_STATELESS"
10337   - "ACL_STATEFUL"
10338   traces:
10339     hoverinfo: "x+y"
10340     boxpoints: "outliers"
10341     whiskerwidth: 0
10342   layout:
10343     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10344     layout: "plot-throughput"
10345
10346 - type: "plot"
10347   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10348   algorithm: "plot_performance_box"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10352   filter: "'NIC_Intel-X520-DA2' and
10353            '64B' and
10354            'NDRPDR' and
10355            '2T2C' and
10356            'IP4FWD' and
10357            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10358            not 'IPSEC' and
10359            not 'DOT1Q' and
10360            not 'VHOST'"
10361   parameters:
10362   - "throughput"
10363   - "parent"
10364   - "tags"
10365   sort:
10366   - "IP4BASE"
10367   - "ACL_STATELESS"
10368   - "ACL_STATEFUL"
10369   - "ACL_STATELESS"
10370   - "ACL_STATEFUL"
10371   traces:
10372     hoverinfo: "x+y"
10373     boxpoints: "outliers"
10374     whiskerwidth: 0
10375   layout:
10376     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10377     layout: "plot-throughput"
10378
10379 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10380 - type: "plot"
10381   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10382   algorithm: "plot_performance_box"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10386   filter: "'NIC_Intel-X520-DA2' and
10387            '64B' and
10388            'NDRPDR' and
10389            '1T1C' and
10390            'IP4FWD' and
10391            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10392            not 'IPSEC' and
10393            not 'DOT1Q' and
10394            not 'VHOST'"
10395   parameters:
10396   - "throughput"
10397   - "parent"
10398   - "tags"
10399   sort:
10400   - "IP4BASE"
10401   - "ACL_STATELESS"
10402   - "ACL_STATEFUL"
10403   - "ACL_STATELESS"
10404   - "ACL_STATEFUL"
10405   traces:
10406     hoverinfo: "x+y"
10407     boxpoints: "outliers"
10408     whiskerwidth: 0
10409   layout:
10410     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10411     layout: "plot-throughput"
10412
10413 - type: "plot"
10414   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10415   algorithm: "plot_performance_box"
10416   output-file-type: ".html"
10417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10418   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10419   filter: "'NIC_Intel-X520-DA2' and
10420            '64B' and
10421            'NDRPDR' and
10422            '1T1C' and
10423            'IP4FWD' and
10424            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10425            not 'IPSEC' and
10426            not 'DOT1Q' and
10427            not 'VHOST'"
10428   parameters:
10429   - "throughput"
10430   - "parent"
10431   - "tags"
10432   sort:
10433   - "IP4BASE"
10434   - "ACL_STATELESS"
10435   - "ACL_STATEFUL"
10436   - "ACL_STATELESS"
10437   - "ACL_STATEFUL"
10438   traces:
10439     hoverinfo: "x+y"
10440     boxpoints: "outliers"
10441     whiskerwidth: 0
10442   layout:
10443     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10444     layout: "plot-throughput"
10445
10446 - type: "plot"
10447   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10448   algorithm: "plot_performance_box"
10449   output-file-type: ".html"
10450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10452   filter: "'NIC_Intel-X520-DA2' and
10453            '64B' and
10454            'NDRPDR' and
10455            '2T2C' and
10456            'IP4FWD' and
10457            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10458            not 'IPSEC' and
10459            not 'DOT1Q' and
10460            not 'VHOST'"
10461   parameters:
10462   - "throughput"
10463   - "parent"
10464   - "tags"
10465   sort:
10466   - "IP4BASE"
10467   - "ACL_STATELESS"
10468   - "ACL_STATEFUL"
10469   - "ACL_STATELESS"
10470   - "ACL_STATEFUL"
10471   traces:
10472     hoverinfo: "x+y"
10473     boxpoints: "outliers"
10474     whiskerwidth: 0
10475   layout:
10476     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10477     layout: "plot-throughput"
10478
10479 - type: "plot"
10480   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10481   algorithm: "plot_performance_box"
10482   output-file-type: ".html"
10483   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10485   filter: "'NIC_Intel-X520-DA2' and
10486            '64B' and
10487            'NDRPDR' and
10488            '2T2C' and
10489            'IP4FWD' and
10490            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10491            not 'IPSEC' and
10492            not 'DOT1Q' and
10493            not 'VHOST'"
10494   parameters:
10495   - "throughput"
10496   - "parent"
10497   - "tags"
10498   sort:
10499   - "IP4BASE"
10500   - "ACL_STATELESS"
10501   - "ACL_STATEFUL"
10502   - "ACL_STATELESS"
10503   - "ACL_STATEFUL"
10504   traces:
10505     hoverinfo: "x+y"
10506     boxpoints: "outliers"
10507     whiskerwidth: 0
10508   layout:
10509     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10510     layout: "plot-throughput"
10511
10512 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10513 - type: "plot"
10514   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10515   algorithm: "plot_performance_box"
10516   output-file-type: ".html"
10517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10519   filter: "'NIC_Intel-X710' and
10520            '64B' and
10521            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10522            'NDRPDR' and
10523            '1T1C' and
10524            'IP4FWD' and
10525            not 'IPSEC' and
10526            not 'DOT1Q' and
10527            not 'VHOST'"
10528   parameters:
10529   - "throughput"
10530   - "parent"
10531   - "tags"
10532   sort:
10533   - "IP4BASE"
10534   - "FIB_20K"
10535   - "FIB_200K"
10536   - "FIB_2M"
10537   traces:
10538     hoverinfo: "x+y"
10539     boxpoints: "outliers"
10540     whiskerwidth: 0
10541   layout:
10542     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10543     layout: "plot-throughput"
10544
10545 - type: "plot"
10546   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10547   algorithm: "plot_performance_box"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10551   filter: "'NIC_Intel-X710' and
10552            '64B' and
10553            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10554            'NDRPDR' and
10555            '1T1C' and
10556            'IP4FWD' and
10557            not 'IPSEC' and
10558            not 'DOT1Q' and
10559            not 'VHOST'"
10560   parameters:
10561   - "throughput"
10562   - "parent"
10563   - "tags"
10564   sort:
10565   - "IP4BASE"
10566   - "FIB_20K"
10567   - "FIB_200K"
10568   - "FIB_2M"
10569   traces:
10570     hoverinfo: "x+y"
10571     boxpoints: "outliers"
10572     whiskerwidth: 0
10573   layout:
10574     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10575     layout: "plot-throughput"
10576
10577 - type: "plot"
10578   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10579   algorithm: "plot_performance_box"
10580   output-file-type: ".html"
10581   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10583   filter: "'NIC_Intel-X710' and
10584            '64B' and
10585            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10586            'NDRPDR' and
10587            '2T2C' and
10588            'IP4FWD' and
10589            not 'IPSEC' and
10590            not 'DOT1Q' and
10591            not 'VHOST'"
10592   parameters:
10593   - "throughput"
10594   - "parent"
10595   - "tags"
10596   sort:
10597   - "IP4BASE"
10598   - "FIB_20K"
10599   - "FIB_200K"
10600   - "FIB_2M"
10601   traces:
10602     hoverinfo: "x+y"
10603     boxpoints: "outliers"
10604     whiskerwidth: 0
10605   layout:
10606     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10607     layout: "plot-throughput"
10608
10609 - type: "plot"
10610   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10611   algorithm: "plot_performance_box"
10612   output-file-type: ".html"
10613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10615   filter: "'NIC_Intel-X710' and
10616            '64B' and
10617            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10618            'NDRPDR' and
10619            '2T2C' and
10620            'IP4FWD' and
10621            not 'IPSEC' and
10622            not 'DOT1Q' and
10623            not 'VHOST'"
10624   parameters:
10625   - "throughput"
10626   - "parent"
10627   - "tags"
10628   sort:
10629   - "IP4BASE"
10630   - "FIB_20K"
10631   - "FIB_200K"
10632   - "FIB_2M"
10633   traces:
10634     hoverinfo: "x+y"
10635     boxpoints: "outliers"
10636     whiskerwidth: 0
10637   layout:
10638     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10639     layout: "plot-throughput"
10640
10641 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10642 - type: "plot"
10643   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10644   algorithm: "plot_performance_box"
10645   output-file-type: ".html"
10646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10648   filter: "'NIC_Intel-X710' and
10649            '64B' and
10650            ('IP4BASE' or
10651             'POLICE_MARK' or
10652             'COPWHLIST' or
10653             ('NAT44' and 'BASE') or
10654             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10655            'NDRPDR' and
10656            '1T1C' and
10657            'IP4FWD' and
10658            not 'IPSEC' and
10659            not 'VHOST'"
10660   parameters:
10661   - "throughput"
10662   - "parent"
10663   - "tags"
10664   sort:
10665   - "DOT1Q"
10666   - "IP4BASE"
10667   - "NAT44"
10668   - "POLICE_MARK"
10669   - "COPWHLIST"
10670   - "IACL"
10671   - "OACL"
10672   traces:
10673     hoverinfo: "x+y"
10674     boxpoints: "outliers"
10675     whiskerwidth: 0
10676   layout:
10677     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10678     layout: "plot-throughput"
10679
10680 - type: "plot"
10681   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10682   algorithm: "plot_performance_box"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10686   filter: "'NIC_Intel-X710' and
10687            '64B' and
10688            ('IP4BASE' or
10689             'POLICE_MARK' or
10690             'COPWHLIST' or
10691             ('NAT44' and 'BASE') or
10692             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10693            'NDRPDR' and
10694            '1T1C' and
10695            'IP4FWD' and
10696            not 'IPSEC' and
10697            not 'VHOST'"
10698   parameters:
10699   - "throughput"
10700   - "parent"
10701   - "tags"
10702   sort:
10703   - "DOT1Q"
10704   - "IP4BASE"
10705   - "NAT44"
10706   - "POLICE_MARK"
10707   - "COPWHLIST"
10708   - "IACL"
10709   - "OACL"
10710   traces:
10711     hoverinfo: "x+y"
10712     boxpoints: "outliers"
10713     whiskerwidth: 0
10714   layout:
10715     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10716     layout: "plot-throughput"
10717
10718 - type: "plot"
10719   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10720   algorithm: "plot_performance_box"
10721   output-file-type: ".html"
10722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10724   filter: "'NIC_Intel-X710' and
10725            '64B' and
10726            ('IP4BASE' or
10727             'POLICE_MARK' or
10728             'COPWHLIST' or
10729             ('NAT44' and 'BASE') or
10730             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10731            'NDRPDR' and
10732            '2T2C' and
10733            'IP4FWD' and
10734            not 'IPSEC' and
10735            not 'VHOST'"
10736   parameters:
10737   - "throughput"
10738   - "parent"
10739   - "tags"
10740   sort:
10741   - "DOT1Q"
10742   - "IP4BASE"
10743   - "NAT44"
10744   - "POLICE_MARK"
10745   - "COPWHLIST"
10746   - "IACL"
10747   - "OACL"
10748   traces:
10749     hoverinfo: "x+y"
10750     boxpoints: "outliers"
10751     whiskerwidth: 0
10752   layout:
10753     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10754     layout: "plot-throughput"
10755
10756 - type: "plot"
10757   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10758   algorithm: "plot_performance_box"
10759   output-file-type: ".html"
10760   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10762   filter: "'NIC_Intel-X710' and
10763            '64B' and
10764            ('IP4BASE' or
10765             'POLICE_MARK' or
10766             'COPWHLIST' or
10767             ('NAT44' and 'BASE') or
10768             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10769            'NDRPDR' and
10770            '2T2C' and
10771            'IP4FWD' and
10772            not 'IPSEC' and
10773            not 'VHOST'"
10774   parameters:
10775   - "throughput"
10776   - "parent"
10777   - "tags"
10778   sort:
10779   - "DOT1Q"
10780   - "IP4BASE"
10781   - "NAT44"
10782   - "POLICE_MARK"
10783   - "COPWHLIST"
10784   - "IACL"
10785   - "OACL"
10786   traces:
10787     hoverinfo: "x+y"
10788     boxpoints: "outliers"
10789     whiskerwidth: 0
10790   layout:
10791     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10792     layout: "plot-throughput"
10793
10794 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10795 - type: "plot"
10796   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10797   algorithm: "plot_performance_box"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10801   filter: "'NIC_Intel-X710' and
10802            '64B' and
10803            'NDRPDR' and
10804            '2T1C' and
10805            'IP4FWD' and
10806            ('NAT44' or 'IP4BASE') and
10807            not 'IPSEC' and
10808            not 'VHOST'"
10809   parameters:
10810   - "throughput"
10811   - "parent"
10812   - "tags"
10813   sort:
10814   - "IP4BASE"
10815   - "BASE"
10816   - "SRC_USER_10"
10817   - "SRC_USER_100"
10818   - "SRC_USER_1000"
10819   - "SRC_USER_2000"
10820   traces:
10821     hoverinfo: "x+y"
10822     boxpoints: "outliers"
10823     whiskerwidth: 0
10824   layout:
10825     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10826     layout: "plot-throughput"
10827
10828 - type: "plot"
10829   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10830   algorithm: "plot_performance_box"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10834   filter: "'NIC_Intel-X710' and
10835            '64B' and
10836            'NDRPDR' and
10837            '2T1C' and
10838            'IP4FWD' and
10839            ('NAT44' or 'IP4BASE') and
10840            not 'IPSEC' and
10841            not 'VHOST'"
10842   parameters:
10843   - "throughput"
10844   - "parent"
10845   - "tags"
10846   sort:
10847   - "IP4BASE"
10848   - "BASE"
10849   - "SRC_USER_10"
10850   - "SRC_USER_100"
10851   - "SRC_USER_1000"
10852   - "SRC_USER_2000"
10853   traces:
10854     hoverinfo: "x+y"
10855     boxpoints: "outliers"
10856     whiskerwidth: 0
10857   layout:
10858     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10859     layout: "plot-throughput"
10860
10861 - type: "plot"
10862   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10863   algorithm: "plot_performance_box"
10864   output-file-type: ".html"
10865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10867   filter: "'NIC_Intel-X710' and
10868            '64B' and
10869            'NDRPDR' and
10870            '4T2C' and
10871            'IP4FWD' and
10872            ('NAT44' or 'IP4BASE') and
10873            not 'IPSEC' and
10874            not 'VHOST'"
10875   parameters:
10876   - "throughput"
10877   - "parent"
10878   - "tags"
10879   sort:
10880   - "IP4BASE"
10881   - "BASE"
10882   - "SRC_USER_10"
10883   - "SRC_USER_100"
10884   - "SRC_USER_1000"
10885   - "SRC_USER_2000"
10886   traces:
10887     hoverinfo: "x+y"
10888     boxpoints: "outliers"
10889     whiskerwidth: 0
10890   layout:
10891     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10896   algorithm: "plot_performance_box"
10897   output-file-type: ".html"
10898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10900   filter: "'NIC_Intel-X710' and
10901            '64B' and
10902            'NDRPDR' and
10903            '4T2C' and
10904            'IP4FWD' and
10905            ('NAT44' or 'IP4BASE') and
10906            not 'IPSEC' and
10907            not 'VHOST'"
10908   parameters:
10909   - "throughput"
10910   - "parent"
10911   - "tags"
10912   sort:
10913   - "IP4BASE"
10914   - "BASE"
10915   - "SRC_USER_10"
10916   - "SRC_USER_100"
10917   - "SRC_USER_1000"
10918   - "SRC_USER_2000"
10919   traces:
10920     hoverinfo: "x+y"
10921     boxpoints: "outliers"
10922     whiskerwidth: 0
10923   layout:
10924     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10925     layout: "plot-throughput"
10926
10927 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10928 - type: "plot"
10929   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10930   algorithm: "plot_performance_box"
10931   output-file-type: ".html"
10932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10934   filter: "'NIC_Intel-X710' and
10935            '64B' and
10936            'NDRPDR' and
10937            '2T1C' and
10938            'IP4FWD' and
10939            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10940            not 'IPSEC' and
10941            not 'VHOST'"
10942   parameters:
10943   - "throughput"
10944   - "parent"
10945   - "tags"
10946   sort:
10947   - "IP4BASE"
10948   - "ACL_STATELESS"
10949   - "ACL_STATEFUL"
10950   - "ACL_STATELESS"
10951   - "ACL_STATEFUL"
10952   traces:
10953     hoverinfo: "x+y"
10954     boxpoints: "outliers"
10955     whiskerwidth: 0
10956   layout:
10957     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10958     layout: "plot-throughput"
10959
10960 - type: "plot"
10961   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10962   algorithm: "plot_performance_box"
10963   output-file-type: ".html"
10964   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10966   filter: "'NIC_Intel-X710' and
10967            '64B' and
10968            'NDRPDR' and
10969            '2T1C' and
10970            'IP4FWD' and
10971            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10972            not 'IPSEC' and
10973            not 'VHOST'"
10974   parameters:
10975   - "throughput"
10976   - "parent"
10977   - "tags"
10978   sort:
10979   - "IP4BASE"
10980   - "ACL_STATELESS"
10981   - "ACL_STATEFUL"
10982   - "ACL_STATELESS"
10983   - "ACL_STATEFUL"
10984   traces:
10985     hoverinfo: "x+y"
10986     boxpoints: "outliers"
10987     whiskerwidth: 0
10988   layout:
10989     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10990     layout: "plot-throughput"
10991
10992 - type: "plot"
10993   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10994   algorithm: "plot_performance_box"
10995   output-file-type: ".html"
10996   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10998   filter: "'NIC_Intel-X710' and
10999            '64B' and
11000            'NDRPDR' and
11001            '4T2C' and
11002            'IP4FWD' and
11003            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11004            not 'IPSEC' and
11005            not 'VHOST'"
11006   parameters:
11007   - "throughput"
11008   - "parent"
11009   - "tags"
11010   sort:
11011   - "IP4BASE"
11012   - "ACL_STATELESS"
11013   - "ACL_STATEFUL"
11014   - "ACL_STATELESS"
11015   - "ACL_STATEFUL"
11016   traces:
11017     hoverinfo: "x+y"
11018     boxpoints: "outliers"
11019     whiskerwidth: 0
11020   layout:
11021     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11022     layout: "plot-throughput"
11023
11024 - type: "plot"
11025   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11026   algorithm: "plot_performance_box"
11027   output-file-type: ".html"
11028   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11030   filter: "'NIC_Intel-X710' and
11031            '64B' and
11032            'NDRPDR' and
11033            '4T2C' and
11034            'IP4FWD' and
11035            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11036            not 'IPSEC' and
11037            not 'VHOST'"
11038   parameters:
11039   - "throughput"
11040   - "parent"
11041   - "tags"
11042   sort:
11043   - "IP4BASE"
11044   - "ACL_STATELESS"
11045   - "ACL_STATEFUL"
11046   - "ACL_STATELESS"
11047   - "ACL_STATEFUL"
11048   traces:
11049     hoverinfo: "x+y"
11050     boxpoints: "outliers"
11051     whiskerwidth: 0
11052   layout:
11053     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11054     layout: "plot-throughput"
11055
11056 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11057 - type: "plot"
11058   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11059   algorithm: "plot_performance_box"
11060   output-file-type: ".html"
11061   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11063   filter: "'NIC_Intel-XL710' and
11064            '64B' and
11065            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11066            'NDRPDR' and
11067            '1T1C' and
11068            'IP4FWD' and
11069            not 'IPSEC' and
11070            not 'VHOST'"
11071   parameters:
11072   - "throughput"
11073   - "parent"
11074   - "tags"
11075   sort:
11076   - "IP4BASE"
11077   - "FIB_20K"
11078   - "FIB_200K"
11079   - "FIB_2M"
11080   traces:
11081     hoverinfo: "x+y"
11082     boxpoints: "outliers"
11083     whiskerwidth: 0
11084   layout:
11085     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11090   algorithm: "plot_performance_box"
11091   output-file-type: ".html"
11092   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11094   filter: "'NIC_Intel-XL710' and
11095            '64B' and
11096            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11097            'NDRPDR' and
11098            '1T1C' and
11099            'IP4FWD' and
11100            not 'IPSEC' and
11101            not 'VHOST'"
11102   parameters:
11103   - "throughput"
11104   - "parent"
11105   - "tags"
11106   sort:
11107   - "IP4BASE"
11108   - "FIB_20K"
11109   - "FIB_200K"
11110   - "FIB_2M"
11111   traces:
11112     hoverinfo: "x+y"
11113     boxpoints: "outliers"
11114     whiskerwidth: 0
11115   layout:
11116     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11117     layout: "plot-throughput"
11118
11119 - type: "plot"
11120   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11121   algorithm: "plot_performance_box"
11122   output-file-type: ".html"
11123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11125   filter: "'NIC_Intel-XL710' and
11126            '64B' and
11127            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11128            'NDRPDR' and
11129            '2T2C' and
11130            'IP4FWD' and
11131            not 'IPSEC' and
11132            not 'VHOST'"
11133   parameters:
11134   - "throughput"
11135   - "parent"
11136   - "tags"
11137   sort:
11138   - "IP4BASE"
11139   - "FIB_20K"
11140   - "FIB_200K"
11141   - "FIB_2M"
11142   traces:
11143     hoverinfo: "x+y"
11144     boxpoints: "outliers"
11145     whiskerwidth: 0
11146   layout:
11147     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11148     layout: "plot-throughput"
11149
11150 - type: "plot"
11151   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11152   algorithm: "plot_performance_box"
11153   output-file-type: ".html"
11154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11156   filter: "'NIC_Intel-XL710' and
11157            '64B' and
11158            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11159            'NDRPDR' and
11160            '2T2C' and
11161            'IP4FWD' and
11162            not 'IPSEC' and
11163            not 'VHOST'"
11164   parameters:
11165   - "throughput"
11166   - "parent"
11167   - "tags"
11168   sort:
11169   - "IP4BASE"
11170   - "FIB_20K"
11171   - "FIB_200K"
11172   - "FIB_2M"
11173   traces:
11174     hoverinfo: "x+y"
11175     boxpoints: "outliers"
11176     whiskerwidth: 0
11177   layout:
11178     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11179     layout: "plot-throughput"
11180
11181 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11182 - type: "plot"
11183   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11184   algorithm: "plot_performance_box"
11185   output-file-type: ".html"
11186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11188   filter: "'NIC_Intel-X710' and
11189            '64B' and
11190            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11191            'NDRPDR' and
11192            '2T1C' and
11193            'IP4FWD' and
11194            not 'IPSEC' and
11195            not 'DOT1Q' and
11196            not 'VHOST'"
11197   parameters:
11198   - "throughput"
11199   - "parent"
11200   - "tags"
11201   sort:
11202   - "IP4BASE"
11203   - "FIB_20K"
11204   - "FIB_200K"
11205   - "FIB_2M"
11206   traces:
11207     hoverinfo: "x+y"
11208     boxpoints: "outliers"
11209     whiskerwidth: 0
11210   layout:
11211     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11212     layout: "plot-throughput"
11213
11214 - type: "plot"
11215   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11216   algorithm: "plot_performance_box"
11217   output-file-type: ".html"
11218   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11220   filter: "'NIC_Intel-X710' and
11221            '64B' and
11222            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11223            'NDRPDR' and
11224            '2T1C' and
11225            'IP4FWD' and
11226            not 'IPSEC' and
11227            not 'DOT1Q' and
11228            not 'VHOST'"
11229   parameters:
11230   - "throughput"
11231   - "parent"
11232   - "tags"
11233   sort:
11234   - "IP4BASE"
11235   - "FIB_20K"
11236   - "FIB_200K"
11237   - "FIB_2M"
11238   traces:
11239     hoverinfo: "x+y"
11240     boxpoints: "outliers"
11241     whiskerwidth: 0
11242   layout:
11243     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11244     layout: "plot-throughput"
11245
11246 - type: "plot"
11247   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11248   algorithm: "plot_performance_box"
11249   output-file-type: ".html"
11250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11252   filter: "'NIC_Intel-X710' and
11253            '64B' and
11254            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11255            'NDRPDR' and
11256            '4T2C' and
11257            'IP4FWD' and
11258            not 'IPSEC' and
11259            not 'DOT1Q' and
11260            not 'VHOST'"
11261   parameters:
11262   - "throughput"
11263   - "parent"
11264   - "tags"
11265   sort:
11266   - "IP4BASE"
11267   - "FIB_20K"
11268   - "FIB_200K"
11269   - "FIB_2M"
11270   traces:
11271     hoverinfo: "x+y"
11272     boxpoints: "outliers"
11273     whiskerwidth: 0
11274   layout:
11275     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11276     layout: "plot-throughput"
11277
11278 - type: "plot"
11279   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11280   algorithm: "plot_performance_box"
11281   output-file-type: ".html"
11282   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11284   filter: "'NIC_Intel-X710' and
11285            '64B' and
11286            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11287            'NDRPDR' and
11288            '4T2C' and
11289            'IP4FWD' and
11290            not 'IPSEC' and
11291            not 'DOT1Q' and
11292            not 'VHOST'"
11293   parameters:
11294   - "throughput"
11295   - "parent"
11296   - "tags"
11297   sort:
11298   - "IP4BASE"
11299   - "FIB_20K"
11300   - "FIB_200K"
11301   - "FIB_2M"
11302   traces:
11303     hoverinfo: "x+y"
11304     boxpoints: "outliers"
11305     whiskerwidth: 0
11306   layout:
11307     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11308     layout: "plot-throughput"
11309
11310 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11311 - type: "plot"
11312   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11313   algorithm: "plot_performance_box"
11314   output-file-type: ".html"
11315   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11317   filter: "'NIC_Intel-X710' and
11318            '64B' and
11319            ('IP4BASE' or
11320             'POLICE_MARK' or
11321             'COPWHLIST' or
11322             ('NAT44' and 'BASE') or
11323             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11324            'NDRPDR' and
11325            '2T1C' and
11326            'IP4FWD' and
11327            not 'IPSEC' and
11328            not 'VHOST'"
11329   parameters:
11330   - "throughput"
11331   - "parent"
11332   - "tags"
11333   sort:
11334   - "DOT1Q"
11335   - "IP4BASE"
11336   - "NAT44"
11337   - "POLICE_MARK"
11338   - "COPWHLIST"
11339   - "IACL"
11340   - "OACL"
11341   traces:
11342     hoverinfo: "x+y"
11343     boxpoints: "outliers"
11344     whiskerwidth: 0
11345   layout:
11346     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11347     layout: "plot-throughput"
11348
11349 - type: "plot"
11350   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11351   algorithm: "plot_performance_box"
11352   output-file-type: ".html"
11353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11355   filter: "'NIC_Intel-X710' and
11356            '64B' and
11357            ('IP4BASE' or
11358             'POLICE_MARK' or
11359             'COPWHLIST' or
11360             ('NAT44' and 'BASE') or
11361             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11362            'NDRPDR' and
11363            '2T1C' and
11364            'IP4FWD' and
11365            not 'IPSEC' and
11366            not 'VHOST'"
11367   parameters:
11368   - "throughput"
11369   - "parent"
11370   - "tags"
11371   sort:
11372   - "DOT1Q"
11373   - "IP4BASE"
11374   - "NAT44"
11375   - "POLICE_MARK"
11376   - "COPWHLIST"
11377   - "IACL"
11378   - "OACL"
11379   traces:
11380     hoverinfo: "x+y"
11381     boxpoints: "outliers"
11382     whiskerwidth: 0
11383   layout:
11384     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11389   algorithm: "plot_performance_box"
11390   output-file-type: ".html"
11391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11393   filter: "'NIC_Intel-X710' and
11394            '64B' and
11395            ('IP4BASE' or
11396             'POLICE_MARK' or
11397             'COPWHLIST' or
11398             ('NAT44' and 'BASE') or
11399             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11400            'NDRPDR' and
11401            '4T2C' and
11402            'IP4FWD' and
11403            not 'IPSEC' and
11404            not 'VHOST'"
11405   parameters:
11406   - "throughput"
11407   - "parent"
11408   - "tags"
11409   sort:
11410   - "DOT1Q"
11411   - "IP4BASE"
11412   - "NAT44"
11413   - "POLICE_MARK"
11414   - "COPWHLIST"
11415   - "IACL"
11416   - "OACL"
11417   traces:
11418     hoverinfo: "x+y"
11419     boxpoints: "outliers"
11420     whiskerwidth: 0
11421   layout:
11422     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11423     layout: "plot-throughput"
11424
11425 - type: "plot"
11426   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11427   algorithm: "plot_performance_box"
11428   output-file-type: ".html"
11429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11431   filter: "'NIC_Intel-X710' and
11432            '64B' and
11433            ('IP4BASE' or
11434             'POLICE_MARK' or
11435             'COPWHLIST' or
11436             ('NAT44' and 'BASE') or
11437             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11438            'NDRPDR' and
11439            '4T2C' and
11440            'IP4FWD' and
11441            not 'IPSEC' and
11442            not 'VHOST'"
11443   parameters:
11444   - "throughput"
11445   - "parent"
11446   - "tags"
11447   sort:
11448   - "DOT1Q"
11449   - "IP4BASE"
11450   - "NAT44"
11451   - "POLICE_MARK"
11452   - "COPWHLIST"
11453   - "IACL"
11454   - "OACL"
11455   traces:
11456     hoverinfo: "x+y"
11457     boxpoints: "outliers"
11458     whiskerwidth: 0
11459   layout:
11460     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11461     layout: "plot-throughput"
11462
11463 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11464 - type: "plot"
11465   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11466   algorithm: "plot_performance_box"
11467   output-file-type: ".html"
11468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11470   filter: "'NIC_Intel-X710' and
11471            '64B' and
11472            'NDRPDR' and
11473            '1T1C' and
11474            'IP4FWD' and
11475            ('NAT44' or 'IP4BASE') and
11476            not 'IPSEC' and
11477            not 'VHOST'"
11478   parameters:
11479   - "throughput"
11480   - "parent"
11481   - "tags"
11482   sort:
11483   - "IP4BASE"
11484   - "BASE"
11485   - "SRC_USER_10"
11486   - "SRC_USER_100"
11487   - "SRC_USER_1000"
11488   - "SRC_USER_2000"
11489   traces:
11490     hoverinfo: "x+y"
11491     boxpoints: "outliers"
11492     whiskerwidth: 0
11493   layout:
11494     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11495     layout: "plot-throughput"
11496
11497 - type: "plot"
11498   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11499   algorithm: "plot_performance_box"
11500   output-file-type: ".html"
11501   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11503   filter: "'NIC_Intel-X710' and
11504            '64B' and
11505            'NDRPDR' and
11506            '1T1C' and
11507            'IP4FWD' and
11508            ('NAT44' or 'IP4BASE') and
11509            not 'IPSEC' and
11510            not 'VHOST'"
11511   parameters:
11512   - "throughput"
11513   - "parent"
11514   - "tags"
11515   sort:
11516   - "IP4BASE"
11517   - "BASE"
11518   - "SRC_USER_10"
11519   - "SRC_USER_100"
11520   - "SRC_USER_1000"
11521   - "SRC_USER_2000"
11522   traces:
11523     hoverinfo: "x+y"
11524     boxpoints: "outliers"
11525     whiskerwidth: 0
11526   layout:
11527     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11528     layout: "plot-throughput"
11529
11530 - type: "plot"
11531   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11532   algorithm: "plot_performance_box"
11533   output-file-type: ".html"
11534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11536   filter: "'NIC_Intel-X710' and
11537            '64B' and
11538            'NDRPDR' and
11539            '2T2C' and
11540            'IP4FWD' and
11541            ('NAT44' or 'IP4BASE') and
11542            not 'IPSEC' and
11543            not 'VHOST'"
11544   parameters:
11545   - "throughput"
11546   - "parent"
11547   - "tags"
11548   sort:
11549   - "IP4BASE"
11550   - "BASE"
11551   - "SRC_USER_10"
11552   - "SRC_USER_100"
11553   - "SRC_USER_1000"
11554   - "SRC_USER_2000"
11555   traces:
11556     hoverinfo: "x+y"
11557     boxpoints: "outliers"
11558     whiskerwidth: 0
11559   layout:
11560     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11561     layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11565   algorithm: "plot_performance_box"
11566   output-file-type: ".html"
11567   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11569   filter: "'NIC_Intel-X710' and
11570            '64B' and
11571            'NDRPDR' and
11572            '2T2C' and
11573            'IP4FWD' and
11574            ('NAT44' or 'IP4BASE') and
11575            not 'IPSEC' and
11576            not 'VHOST'"
11577   parameters:
11578   - "throughput"
11579   - "parent"
11580   - "tags"
11581   sort:
11582   - "IP4BASE"
11583   - "BASE"
11584   - "SRC_USER_10"
11585   - "SRC_USER_100"
11586   - "SRC_USER_1000"
11587   - "SRC_USER_2000"
11588   traces:
11589     hoverinfo: "x+y"
11590     boxpoints: "outliers"
11591     whiskerwidth: 0
11592   layout:
11593     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11594     layout: "plot-throughput"
11595
11596 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11597 - type: "plot"
11598   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11599   algorithm: "plot_performance_box"
11600   output-file-type: ".html"
11601   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11603   filter: "'NIC_Intel-X710' and
11604            '64B' and
11605            'NDRPDR' and
11606            '1T1C' and
11607            'IP4FWD' and
11608            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11609            not 'IPSEC' and
11610            not 'VHOST'"
11611   parameters:
11612   - "throughput"
11613   - "parent"
11614   - "tags"
11615   sort:
11616   - "IP4BASE"
11617   - "ACL_STATELESS"
11618   - "ACL_STATEFUL"
11619   - "ACL_STATELESS"
11620   - "ACL_STATEFUL"
11621   traces:
11622     hoverinfo: "x+y"
11623     boxpoints: "outliers"
11624     whiskerwidth: 0
11625   layout:
11626     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11631   algorithm: "plot_performance_box"
11632   output-file-type: ".html"
11633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11635   filter: "'NIC_Intel-X710' and
11636            '64B' and
11637            'NDRPDR' and
11638            '1T1C' and
11639            'IP4FWD' and
11640            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11641            not 'IPSEC' and
11642            not 'VHOST'"
11643   parameters:
11644   - "throughput"
11645   - "parent"
11646   - "tags"
11647   sort:
11648   - "IP4BASE"
11649   - "ACL_STATELESS"
11650   - "ACL_STATEFUL"
11651   - "ACL_STATELESS"
11652   - "ACL_STATEFUL"
11653   traces:
11654     hoverinfo: "x+y"
11655     boxpoints: "outliers"
11656     whiskerwidth: 0
11657   layout:
11658     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11663   algorithm: "plot_performance_box"
11664   output-file-type: ".html"
11665   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11667   filter: "'NIC_Intel-X710' and
11668            '64B' and
11669            'NDRPDR' and
11670            '2T2C' and
11671            'IP4FWD' and
11672            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11673            not 'IPSEC' and
11674            not 'VHOST'"
11675   parameters:
11676   - "throughput"
11677   - "parent"
11678   - "tags"
11679   sort:
11680   - "IP4BASE"
11681   - "ACL_STATELESS"
11682   - "ACL_STATEFUL"
11683   - "ACL_STATELESS"
11684   - "ACL_STATEFUL"
11685   traces:
11686     hoverinfo: "x+y"
11687     boxpoints: "outliers"
11688     whiskerwidth: 0
11689   layout:
11690     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11695   algorithm: "plot_performance_box"
11696   output-file-type: ".html"
11697   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11699   filter: "'NIC_Intel-X710' and
11700            '64B' and
11701            'NDRPDR' and
11702            '2T2C' and
11703            'IP4FWD' and
11704            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11705            not 'IPSEC' and
11706            not 'VHOST'"
11707   parameters:
11708   - "throughput"
11709   - "parent"
11710   - "tags"
11711   sort:
11712   - "IP4BASE"
11713   - "ACL_STATELESS"
11714   - "ACL_STATEFUL"
11715   - "ACL_STATELESS"
11716   - "ACL_STATEFUL"
11717   traces:
11718     hoverinfo: "x+y"
11719     boxpoints: "outliers"
11720     whiskerwidth: 0
11721   layout:
11722     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11723     layout: "plot-throughput"
11724
11725 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11726 - type: "plot"
11727   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11728   algorithm: "plot_performance_box"
11729   output-file-type: ".html"
11730   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11732   filter: "'NIC_Intel-X710' and
11733            '64B' and
11734            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11735            'NDRPDR' and
11736            '2T1C' and
11737            'IP4FWD' and
11738            not 'IPSEC' and
11739            not 'DOT1Q' and
11740            not 'VHOST'"
11741   parameters:
11742   - "throughput"
11743   - "parent"
11744   - "tags"
11745   sort:
11746   - "IP4BASE"
11747   - "FIB_20K"
11748   - "FIB_200K"
11749   - "FIB_2M"
11750   traces:
11751     hoverinfo: "x+y"
11752     boxpoints: "outliers"
11753     whiskerwidth: 0
11754   layout:
11755     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11756     layout: "plot-throughput"
11757
11758 - type: "plot"
11759   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11760   algorithm: "plot_performance_box"
11761   output-file-type: ".html"
11762   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11764   filter: "'NIC_Intel-X710' and
11765            '64B' and
11766            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11767            'NDRPDR' and
11768            '2T1C' and
11769            'IP4FWD' and
11770            not 'IPSEC' and
11771            not 'DOT1Q' and
11772            not 'VHOST'"
11773   parameters:
11774   - "throughput"
11775   - "parent"
11776   - "tags"
11777   sort:
11778   - "IP4BASE"
11779   - "FIB_20K"
11780   - "FIB_200K"
11781   - "FIB_2M"
11782   traces:
11783     hoverinfo: "x+y"
11784     boxpoints: "outliers"
11785     whiskerwidth: 0
11786   layout:
11787     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11792   algorithm: "plot_performance_box"
11793   output-file-type: ".html"
11794   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11796   filter: "'NIC_Intel-X710' and
11797            '64B' and
11798            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11799            'NDRPDR' and
11800            '4T2C' and
11801            'IP4FWD' and
11802            not 'IPSEC' and
11803            not 'DOT1Q' and
11804            not 'VHOST'"
11805   parameters:
11806   - "throughput"
11807   - "parent"
11808   - "tags"
11809   sort:
11810   - "IP4BASE"
11811   - "FIB_20K"
11812   - "FIB_200K"
11813   - "FIB_2M"
11814   traces:
11815     hoverinfo: "x+y"
11816     boxpoints: "outliers"
11817     whiskerwidth: 0
11818   layout:
11819     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11820     layout: "plot-throughput"
11821
11822 - type: "plot"
11823   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11824   algorithm: "plot_performance_box"
11825   output-file-type: ".html"
11826   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11828   filter: "'NIC_Intel-X710' and
11829            '64B' and
11830            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11831            'NDRPDR' and
11832            '4T2C' and
11833            'IP4FWD' and
11834            not 'IPSEC' and
11835            not 'DOT1Q' and
11836            not 'VHOST'"
11837   parameters:
11838   - "throughput"
11839   - "parent"
11840   - "tags"
11841   sort:
11842   - "IP4BASE"
11843   - "FIB_20K"
11844   - "FIB_200K"
11845   - "FIB_2M"
11846   traces:
11847     hoverinfo: "x+y"
11848     boxpoints: "outliers"
11849     whiskerwidth: 0
11850   layout:
11851     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11852     layout: "plot-throughput"
11853
11854 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11855 - type: "plot"
11856   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11857   algorithm: "plot_performance_box"
11858   output-file-type: ".html"
11859   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11861   filter: "'NIC_Intel-X710' and
11862            '64B' and
11863            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11864            'NDRPDR' and
11865            '2T1C' and
11866            'IP4FWD' and
11867            not 'IPSEC' and
11868            not 'DOT1Q' and
11869            not 'VHOST'"
11870   parameters:
11871   - "throughput"
11872   - "parent"
11873   - "tags"
11874   sort:
11875   - "IP4BASE"
11876   - "ACL_STATELESS"
11877   - "ACL_STATEFUL"
11878   - "ACL_STATELESS"
11879   - "ACL_STATEFUL"
11880   traces:
11881     hoverinfo: "x+y"
11882     boxpoints: "outliers"
11883     whiskerwidth: 0
11884   layout:
11885     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11890   algorithm: "plot_performance_box"
11891   output-file-type: ".html"
11892   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11894   filter: "'NIC_Intel-X710' and
11895            '64B' and
11896            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11897            'NDRPDR' and
11898            '2T1C' and
11899            'IP4FWD' and
11900            not 'IPSEC' and
11901            not 'DOT1Q' and
11902            not 'VHOST'"
11903   parameters:
11904   - "throughput"
11905   - "parent"
11906   - "tags"
11907   sort:
11908   - "IP4BASE"
11909   - "ACL_STATELESS"
11910   - "ACL_STATEFUL"
11911   - "ACL_STATELESS"
11912   - "ACL_STATEFUL"
11913   traces:
11914     hoverinfo: "x+y"
11915     boxpoints: "outliers"
11916     whiskerwidth: 0
11917   layout:
11918     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11923   algorithm: "plot_performance_box"
11924   output-file-type: ".html"
11925   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11927   filter: "'NIC_Intel-X710' and
11928            '64B' and
11929            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11930            'NDRPDR' and
11931            '4T2C' and
11932            'IP4FWD' and
11933            not 'IPSEC' and
11934            not 'DOT1Q' and
11935            not 'VHOST'"
11936   parameters:
11937   - "throughput"
11938   - "parent"
11939   - "tags"
11940   sort:
11941   - "IP4BASE"
11942   - "ACL_STATELESS"
11943   - "ACL_STATEFUL"
11944   - "ACL_STATELESS"
11945   - "ACL_STATEFUL"
11946   traces:
11947     hoverinfo: "x+y"
11948     boxpoints: "outliers"
11949     whiskerwidth: 0
11950   layout:
11951     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11956   algorithm: "plot_performance_box"
11957   output-file-type: ".html"
11958   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11960   filter: "'NIC_Intel-X710' and
11961            '64B' and
11962            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11963            'NDRPDR' and
11964            '4T2C' and
11965            'IP4FWD' and
11966            not 'IPSEC' and
11967            not 'DOT1Q' and
11968            not 'VHOST'"
11969   parameters:
11970   - "throughput"
11971   - "parent"
11972   - "tags"
11973   sort:
11974   - "IP4BASE"
11975   - "ACL_STATELESS"
11976   - "ACL_STATEFUL"
11977   - "ACL_STATELESS"
11978   - "ACL_STATEFUL"
11979   traces:
11980     hoverinfo: "x+y"
11981     boxpoints: "outliers"
11982     whiskerwidth: 0
11983   layout:
11984     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11985     layout: "plot-throughput"
11986
11987 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11988 - type: "plot"
11989   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11990   algorithm: "plot_performance_box"
11991   output-file-type: ".html"
11992   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11994   filter: "'NIC_Intel-XXV710' and
11995            '64B' and
11996            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11997            'NDRPDR' and
11998            '2T1C' and
11999            'IP4FWD' and
12000            not 'IPSEC' and
12001            not 'DOT1Q' and
12002            not 'VHOST'"
12003   parameters:
12004   - "throughput"
12005   - "parent"
12006   - "tags"
12007   sort:
12008   - "IP4BASE"
12009   - "FIB_20K"
12010   - "FIB_200K"
12011   - "FIB_2M"
12012   traces:
12013     hoverinfo: "x+y"
12014     boxpoints: "outliers"
12015     whiskerwidth: 0
12016   layout:
12017     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12022   algorithm: "plot_performance_box"
12023   output-file-type: ".html"
12024   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12026   filter: "'NIC_Intel-XXV710' and
12027            '64B' and
12028            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12029            'NDRPDR' and
12030            '2T1C' and
12031            'IP4FWD' and
12032            not 'IPSEC' and
12033            not 'DOT1Q' and
12034            not 'VHOST'"
12035   parameters:
12036   - "throughput"
12037   - "parent"
12038   - "tags"
12039   sort:
12040   - "IP4BASE"
12041   - "FIB_20K"
12042   - "FIB_200K"
12043   - "FIB_2M"
12044   traces:
12045     hoverinfo: "x+y"
12046     boxpoints: "outliers"
12047     whiskerwidth: 0
12048   layout:
12049     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12054   algorithm: "plot_performance_box"
12055   output-file-type: ".html"
12056   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12058   filter: "'NIC_Intel-XXV710' and
12059            '64B' and
12060            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12061            'NDRPDR' and
12062            '4T2C' and
12063            'IP4FWD' and
12064            not 'IPSEC' and
12065            not 'DOT1Q' and
12066            not 'VHOST'"
12067   parameters:
12068   - "throughput"
12069   - "parent"
12070   - "tags"
12071   sort:
12072   - "IP4BASE"
12073   - "FIB_20K"
12074   - "FIB_200K"
12075   - "FIB_2M"
12076   traces:
12077     hoverinfo: "x+y"
12078     boxpoints: "outliers"
12079     whiskerwidth: 0
12080   layout:
12081     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12086   algorithm: "plot_performance_box"
12087   output-file-type: ".html"
12088   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12090   filter: "'NIC_Intel-XXV710' and
12091            '64B' and
12092            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12093            'NDRPDR' and
12094            '4T2C' and
12095            'IP4FWD' and
12096            not 'IPSEC' and
12097            not 'DOT1Q' and
12098            not 'VHOST'"
12099   parameters:
12100   - "throughput"
12101   - "parent"
12102   - "tags"
12103   sort:
12104   - "IP4BASE"
12105   - "FIB_20K"
12106   - "FIB_200K"
12107   - "FIB_2M"
12108   traces:
12109     hoverinfo: "x+y"
12110     boxpoints: "outliers"
12111     whiskerwidth: 0
12112   layout:
12113     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12114     layout: "plot-throughput"
12115
12116 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12117 #- type: "plot"
12118 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12119 #  algorithm: "plot_performance_box"
12120 #  output-file-type: ".html"
12121 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12122 #  data: "intel-dnv-vpp"
12123 #  filter: "'NIC_Intel-X553' and
12124 #           '64B' and
12125 #           'IP4BASE' and
12126 #           'NDRPDR' and
12127 #           '1T1C' and
12128 #           'IP4FWD' and
12129 #           not 'IPSEC' and
12130 #           not 'VHOST'"
12131 #  parameters:
12132 #  - "throughput"
12133 #  - "parent"
12134 #  - "tags"
12135 #  sort:
12136 #  - "IP4BASE"
12137 #  traces:
12138 #    hoverinfo: "x+y"
12139 #    boxpoints: "outliers"
12140 #    whiskerwidth: 0
12141 #  layout:
12142 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12143 #    layout: "plot-throughput"
12144 #
12145 #- type: "plot"
12146 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12147 #  algorithm: "plot_performance_box"
12148 #  output-file-type: ".html"
12149 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12150 #  data: "intel-dnv-vpp"
12151 #  filter: "'NIC_Intel-X553' and
12152 #           '64B' and
12153 #           'IP4BASE' and
12154 #           'NDRPDR' and
12155 #           '1T1C' and
12156 #           'IP4FWD' and
12157 #           not 'IPSEC' and
12158 #           not 'VHOST'"
12159 #  parameters:
12160 #  - "throughput"
12161 #  - "parent"
12162 #  - "tags"
12163 #  sort:
12164 #  - "IP4BASE"
12165 #  traces:
12166 #    hoverinfo: "x+y"
12167 #    boxpoints: "outliers"
12168 #    whiskerwidth: 0
12169 #  layout:
12170 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12171 #    layout: "plot-throughput"
12172 #
12173 #- type: "plot"
12174 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12175 #  algorithm: "plot_performance_box"
12176 #  output-file-type: ".html"
12177 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12178 #  data: "intel-dnv-vpp"
12179 #  filter: "'NIC_Intel-X553' and
12180 #           '64B' and
12181 #           'IP4BASE' and
12182 #           'NDRPDR' and
12183 #           '2T2C' and
12184 #           'IP4FWD' and
12185 #           not 'IPSEC' and
12186 #           not 'VHOST'"
12187 #  parameters:
12188 #  - "throughput"
12189 #  - "parent"
12190 #  - "tags"
12191 #  sort:
12192 #  - "IP4BASE"
12193 #  traces:
12194 #    hoverinfo: "x+y"
12195 #    boxpoints: "outliers"
12196 #    whiskerwidth: 0
12197 #  layout:
12198 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12199 #    layout: "plot-throughput"
12200 #
12201 #- type: "plot"
12202 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12203 #  algorithm: "plot_performance_box"
12204 #  output-file-type: ".html"
12205 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12206 #  data: "intel-dnv-vpp"
12207 #  filter: "'NIC_Intel-X553' and
12208 #           '64B' and
12209 #           'IP4BASE' and
12210 #           'NDRPDR' and
12211 #           '2T2C' and
12212 #           'IP4FWD' and
12213 #           not 'IPSEC' and
12214 #           not 'VHOST'"
12215 #  parameters:
12216 #  - "throughput"
12217 #  - "parent"
12218 #  - "tags"
12219 #  sort:
12220 #  - "IP4BASE"
12221 #  traces:
12222 #    hoverinfo: "x+y"
12223 #    boxpoints: "outliers"
12224 #    whiskerwidth: 0
12225 #  layout:
12226 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12227 #    layout: "plot-throughput"
12228
12229 ################################################################################
12230
12231 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12232 - type: "plot"
12233   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12234   algorithm: "plot_performance_box"
12235   output-file-type: ".html"
12236   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12238   filter: "'NIC_Intel-X520-DA2' and
12239            '64B' and
12240            'ENCAP' and
12241            'NDRPDR' and
12242            '1T1C' and
12243            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12244            not 'DOT1Q' and
12245            not 'VHOST' and
12246            not 'IPSECHW'"
12247   parameters:
12248   - "throughput"
12249   - "parent"
12250   - "tags"
12251   sort:
12252   - "IP4BASE"
12253   - "L2BDMACLRN"
12254   - "L2XCFWD"
12255   - "LISP"
12256   traces:
12257     hoverinfo: "x+y"
12258     boxpoints: "outliers"
12259     whiskerwidth: 0
12260   layout:
12261     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12262     layout: "plot-throughput"
12263
12264 - type: "plot"
12265   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12266   algorithm: "plot_performance_box"
12267   output-file-type: ".html"
12268   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12270   filter: "'NIC_Intel-X520-DA2' and
12271            '64B' and
12272            'ENCAP' and
12273            'NDRPDR' and
12274            '2T2C' and
12275            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12276            not 'DOT1Q' and
12277            not 'VHOST' and
12278            not 'IPSECHW'"
12279   parameters:
12280   - "throughput"
12281   - "parent"
12282   - "tags"
12283   sort:
12284   - "IP4BASE"
12285   - "L2BDMACLRN"
12286   - "L2XCFWD"
12287   - "LISP"
12288   traces:
12289     hoverinfo: "x+y"
12290     boxpoints: "outliers"
12291     whiskerwidth: 0
12292   layout:
12293     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12298   algorithm: "plot_performance_box"
12299   output-file-type: ".html"
12300   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12302   filter: "'NIC_Intel-X520-DA2' and
12303            '64B' and
12304            'ENCAP' and
12305            'NDRPDR' and
12306            '1T1C' and
12307            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12308            not 'DOT1Q' and
12309            not 'VHOST' and
12310            not 'IPSECHW'"
12311   parameters:
12312   - "throughput"
12313   - "parent"
12314   - "tags"
12315   sort:
12316   - "IP4BASE"
12317   - "L2BDMACLRN"
12318   - "L2XCFWD"
12319   - "LISP"
12320   traces:
12321     hoverinfo: "x+y"
12322     boxpoints: "outliers"
12323     whiskerwidth: 0
12324   layout:
12325     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12330   algorithm: "plot_performance_box"
12331   output-file-type: ".html"
12332   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12334   filter: "'NIC_Intel-X520-DA2' and
12335            '64B' and
12336            'ENCAP' and
12337            'NDRPDR' and
12338            '2T2C' and
12339            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12340            not 'DOT1Q' and
12341            not 'VHOST' and
12342            not 'IPSECHW'"
12343   parameters:
12344   - "throughput"
12345   - "parent"
12346   - "tags"
12347   sort:
12348   - "IP4BASE"
12349   - "L2BDMACLRN"
12350   - "L2XCFWD"
12351   - "LISP"
12352   traces:
12353     hoverinfo: "x+y"
12354     boxpoints: "outliers"
12355     whiskerwidth: 0
12356   layout:
12357     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12358     layout: "plot-throughput"
12359
12360 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12361 - type: "plot"
12362   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12363   algorithm: "plot_performance_box"
12364   output-file-type: ".html"
12365   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12367   filter: "'NIC_Intel-X710' and
12368            '64B' and
12369            'ENCAP' and
12370            'NDRPDR' and
12371            '1T1C' and
12372            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12373            not 'VHOST' and
12374            not 'IPSECHW'"
12375   parameters:
12376   - "throughput"
12377   - "parent"
12378   - "tags"
12379   sort:
12380   - "IP4BASE"
12381   - "LISP"
12382   - "VXLAN_1"
12383   - "VXLAN_10"
12384   - "VXLAN_100"
12385   - "VXLAN_1000"
12386   traces:
12387     hoverinfo: "x+y"
12388     boxpoints: "outliers"
12389     whiskerwidth: 0
12390   layout:
12391     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12396   algorithm: "plot_performance_box"
12397   output-file-type: ".html"
12398   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12400   filter: "'NIC_Intel-X710' and
12401            '64B' and
12402            'ENCAP' and
12403            'NDRPDR' and
12404            '1T1C' and
12405            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12406            not 'VHOST' and
12407            not 'IPSECHW'"
12408   parameters:
12409   - "throughput"
12410   - "parent"
12411   - "tags"
12412   sort:
12413   - "IP4BASE"
12414   - "LISP"
12415   - "VXLAN_1"
12416   - "VXLAN_10"
12417   - "VXLAN_100"
12418   - "VXLAN_1000"
12419   traces:
12420     hoverinfo: "x+y"
12421     boxpoints: "outliers"
12422     whiskerwidth: 0
12423   layout:
12424     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12429   algorithm: "plot_performance_box"
12430   output-file-type: ".html"
12431   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12433   filter: "'NIC_Intel-X710' and
12434            '64B' and
12435            'ENCAP' and
12436            'NDRPDR' and
12437            '2T2C' and
12438            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12439            not 'VHOST' and
12440            not 'IPSECHW'"
12441   parameters:
12442   - "throughput"
12443   - "parent"
12444   - "tags"
12445   sort:
12446   - "IP4BASE"
12447   - "LISP"
12448   - "VXLAN_1"
12449   - "VXLAN_10"
12450   - "VXLAN_100"
12451   - "VXLAN_1000"
12452   traces:
12453     hoverinfo: "x+y"
12454     boxpoints: "outliers"
12455     whiskerwidth: 0
12456   layout:
12457     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12458     layout: "plot-throughput"
12459
12460 - type: "plot"
12461   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12462   algorithm: "plot_performance_box"
12463   output-file-type: ".html"
12464   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12466   filter: "'NIC_Intel-X710' and
12467            '64B' and
12468            'ENCAP' and
12469            'NDRPDR' and
12470            '2T2C' and
12471            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12472            not 'VHOST' and
12473            not 'IPSECHW'"
12474   parameters:
12475   - "throughput"
12476   - "parent"
12477   - "tags"
12478   sort:
12479   - "IP4BASE"
12480   - "LISP"
12481   - "VXLAN_1"
12482   - "VXLAN_10"
12483   - "VXLAN_100"
12484   - "VXLAN_1000"
12485   traces:
12486     hoverinfo: "x+y"
12487     boxpoints: "outliers"
12488     whiskerwidth: 0
12489   layout:
12490     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12491     layout: "plot-throughput"
12492
12493 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12494 - type: "plot"
12495   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12496   algorithm: "plot_performance_box"
12497   output-file-type: ".html"
12498   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12500   filter: "'NIC_Intel-X710' and
12501            '64B' and
12502            'ENCAP' and
12503            'NDRPDR' and
12504            '1T1C' and
12505            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12506            not 'DOT1Q' and
12507            not 'VHOST' and
12508            not 'IPSECHW'"
12509   parameters:
12510   - "throughput"
12511   - "parent"
12512   - "tags"
12513   sort:
12514   - "IP4BASE"
12515   - "L2BDMACLRN"
12516   - "L2XCFWD"
12517   - "LISP"
12518   traces:
12519     hoverinfo: "x+y"
12520     boxpoints: "outliers"
12521     whiskerwidth: 0
12522   layout:
12523     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12528   algorithm: "plot_performance_box"
12529   output-file-type: ".html"
12530   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12532   filter: "'NIC_Intel-X710' and
12533            '64B' and
12534            'ENCAP' and
12535            'NDRPDR' and
12536            '2T2C' and
12537            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12538            not 'DOT1Q' and
12539            not 'VHOST' and
12540            not 'IPSECHW'"
12541   parameters:
12542   - "throughput"
12543   - "parent"
12544   - "tags"
12545   sort:
12546   - "IP4BASE"
12547   - "L2BDMACLRN"
12548   - "L2XCFWD"
12549   - "LISP"
12550   traces:
12551     hoverinfo: "x+y"
12552     boxpoints: "outliers"
12553     whiskerwidth: 0
12554   layout:
12555     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12560   algorithm: "plot_performance_box"
12561   output-file-type: ".html"
12562   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12563   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12564   filter: "'NIC_Intel-X710' and
12565            '64B' and
12566            'ENCAP' and
12567            'NDRPDR' and
12568            '1T1C' and
12569            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12570            not 'DOT1Q' and
12571            not 'VHOST' and
12572            not 'IPSECHW'"
12573   parameters:
12574   - "throughput"
12575   - "parent"
12576   - "tags"
12577   sort:
12578   - "IP4BASE"
12579   - "L2BDMACLRN"
12580   - "L2XCFWD"
12581   - "LISP"
12582   traces:
12583     hoverinfo: "x+y"
12584     boxpoints: "outliers"
12585     whiskerwidth: 0
12586   layout:
12587     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12592   algorithm: "plot_performance_box"
12593   output-file-type: ".html"
12594   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12596   filter: "'NIC_Intel-X710' and
12597            '64B' and
12598            'ENCAP' and
12599            'NDRPDR' and
12600            '2T2C' and
12601            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12602            not 'DOT1Q' and
12603            not 'VHOST' and
12604            not 'IPSECHW'"
12605   parameters:
12606   - "throughput"
12607   - "parent"
12608   - "tags"
12609   sort:
12610   - "IP4BASE"
12611   - "L2BDMACLRN"
12612   - "L2XCFWD"
12613   - "LISP"
12614   traces:
12615     hoverinfo: "x+y"
12616     boxpoints: "outliers"
12617     whiskerwidth: 0
12618   layout:
12619     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12620     layout: "plot-throughput"
12621
12622 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12623 - type: "plot"
12624   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12625   algorithm: "plot_performance_box"
12626   output-file-type: ".html"
12627   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12629   filter: "'NIC_Intel-X710' and
12630            '64B' and
12631            'ENCAP' and
12632            'NDRPDR' and
12633            '2T1C' and
12634            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12635            not 'VHOST' and
12636            not 'IPSECHW'"
12637   parameters:
12638   - "throughput"
12639   - "parent"
12640   - "tags"
12641   sort:
12642   - "IP4BASE"
12643   - "LISP"
12644   - "VXLAN_1"
12645   - "VXLAN_10"
12646   - "VXLAN_100"
12647   - "VXLAN_1000"
12648   traces:
12649     hoverinfo: "x+y"
12650     boxpoints: "outliers"
12651     whiskerwidth: 0
12652   layout:
12653     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12658   algorithm: "plot_performance_box"
12659   output-file-type: ".html"
12660   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12662   filter: "'NIC_Intel-X710' and
12663            '64B' and
12664            'ENCAP' and
12665            'NDRPDR' and
12666            '2T1C' and
12667            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12668            not 'VHOST' and
12669            not 'IPSECHW'"
12670   parameters:
12671   - "throughput"
12672   - "parent"
12673   - "tags"
12674   sort:
12675   - "IP4BASE"
12676   - "LISP"
12677   - "VXLAN_1"
12678   - "VXLAN_10"
12679   - "VXLAN_100"
12680   - "VXLAN_1000"
12681   traces:
12682     hoverinfo: "x+y"
12683     boxpoints: "outliers"
12684     whiskerwidth: 0
12685   layout:
12686     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12687     layout: "plot-throughput"
12688
12689 - type: "plot"
12690   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12691   algorithm: "plot_performance_box"
12692   output-file-type: ".html"
12693   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12695   filter: "'NIC_Intel-X710' and
12696            '64B' and
12697            'ENCAP' and
12698            'NDRPDR' and
12699            '4T2C' and
12700            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12701            not 'VHOST' and
12702            not 'IPSECHW'"
12703   parameters:
12704   - "throughput"
12705   - "parent"
12706   - "tags"
12707   sort:
12708   - "IP4BASE"
12709   - "LISP"
12710   - "VXLAN_1"
12711   - "VXLAN_10"
12712   - "VXLAN_100"
12713   - "VXLAN_1000"
12714   traces:
12715     hoverinfo: "x+y"
12716     boxpoints: "outliers"
12717     whiskerwidth: 0
12718   layout:
12719     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12720     layout: "plot-throughput"
12721
12722 - type: "plot"
12723   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12724   algorithm: "plot_performance_box"
12725   output-file-type: ".html"
12726   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12728   filter: "'NIC_Intel-X710' and
12729            '64B' and
12730            'ENCAP' and
12731            'NDRPDR' and
12732            '4T2C' and
12733            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12734            not 'VHOST' and
12735            not 'IPSECHW'"
12736   parameters:
12737   - "throughput"
12738   - "parent"
12739   - "tags"
12740   sort:
12741   - "IP4BASE"
12742   - "LISP"
12743   - "VXLAN_1"
12744   - "VXLAN_10"
12745   - "VXLAN_100"
12746   - "VXLAN_1000"
12747   traces:
12748     hoverinfo: "x+y"
12749     boxpoints: "outliers"
12750     whiskerwidth: 0
12751   layout:
12752     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12753     layout: "plot-throughput"
12754
12755 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12756 - type: "plot"
12757   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12758   algorithm: "plot_performance_box"
12759   output-file-type: ".html"
12760   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12762   filter: "'NIC_Intel-X710' and
12763            '64B' and
12764            'ENCAP' and
12765            'NDRPDR' and
12766            '2T1C' and
12767            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12768            not 'DOT1Q' and
12769            not 'VHOST' and
12770            not 'IPSECHW'"
12771   parameters:
12772   - "throughput"
12773   - "parent"
12774   - "tags"
12775   sort:
12776   - "IP4BASE"
12777   - "L2BDMACLRN"
12778   - "L2XCFWD"
12779   - "LISP"
12780   traces:
12781     hoverinfo: "x+y"
12782     boxpoints: "outliers"
12783     whiskerwidth: 0
12784   layout:
12785     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12790   algorithm: "plot_performance_box"
12791   output-file-type: ".html"
12792   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12794   filter: "'NIC_Intel-X710' and
12795            '64B' and
12796            'ENCAP' and
12797            'NDRPDR' and
12798            '4T2C' and
12799            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12800            not 'DOT1Q' and
12801            not 'VHOST' and
12802            not 'IPSECHW'"
12803   parameters:
12804   - "throughput"
12805   - "parent"
12806   - "tags"
12807   sort:
12808   - "IP4BASE"
12809   - "L2BDMACLRN"
12810   - "L2XCFWD"
12811   - "LISP"
12812   traces:
12813     hoverinfo: "x+y"
12814     boxpoints: "outliers"
12815     whiskerwidth: 0
12816   layout:
12817     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12818     layout: "plot-throughput"
12819
12820 - type: "plot"
12821   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12822   algorithm: "plot_performance_box"
12823   output-file-type: ".html"
12824   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826   filter: "'NIC_Intel-X710' and
12827            '64B' and
12828            'ENCAP' and
12829            'NDRPDR' and
12830            '2T1C' and
12831            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12832            not 'DOT1Q' and
12833            not 'VHOST' and
12834            not 'IPSECHW'"
12835   parameters:
12836   - "throughput"
12837   - "parent"
12838   - "tags"
12839   sort:
12840   - "IP4BASE"
12841   - "L2BDMACLRN"
12842   - "L2XCFWD"
12843   - "LISP"
12844   traces:
12845     hoverinfo: "x+y"
12846     boxpoints: "outliers"
12847     whiskerwidth: 0
12848   layout:
12849     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12850     layout: "plot-throughput"
12851
12852 - type: "plot"
12853   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12854   algorithm: "plot_performance_box"
12855   output-file-type: ".html"
12856   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858   filter: "'NIC_Intel-X710' and
12859            '64B' and
12860            'ENCAP' and
12861            'NDRPDR' and
12862            '4T2C' and
12863            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12864            not 'DOT1Q' and
12865            not 'VHOST' and
12866            not 'IPSECHW'"
12867   parameters:
12868   - "throughput"
12869   - "parent"
12870   - "tags"
12871   sort:
12872   - "IP4BASE"
12873   - "L2BDMACLRN"
12874   - "L2XCFWD"
12875   - "LISP"
12876   traces:
12877     hoverinfo: "x+y"
12878     boxpoints: "outliers"
12879     whiskerwidth: 0
12880   layout:
12881     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12882     layout: "plot-throughput"
12883
12884 ################################################################################
12885
12886 # Packet Throughput - VPP IPv6 3n-hsw-x520
12887 - type: "plot"
12888   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12889   algorithm: "plot_performance_box"
12890   output-file-type: ".html"
12891   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12893   filter: "'NIC_Intel-X520-DA2' and
12894            '78B' and
12895            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12896            'NDRPDR' and
12897            '1T1C' and
12898            'IP6FWD' and
12899            not 'SRv6' and
12900            not 'IPSEC' and
12901            not 'VHOST'"
12902   parameters:
12903   - "throughput"
12904   - "parent"
12905   - "tags"
12906   sort:
12907   - "IP6BASE"
12908   - "FIB_20K"
12909   - "FIB_200K"
12910   - "FIB_2M"
12911   traces:
12912     hoverinfo: "x+y"
12913     boxpoints: "outliers"
12914     whiskerwidth: 0
12915   layout:
12916     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12917     layout: "plot-throughput"
12918
12919 - type: "plot"
12920   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12921   algorithm: "plot_performance_box"
12922   output-file-type: ".html"
12923   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12925   filter: "'NIC_Intel-X520-DA2' and
12926            '78B' and
12927            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12928            'NDRPDR' and
12929            '1T1C' and
12930            'IP6FWD' and
12931            not 'SRv6' and
12932            not 'IPSEC' and
12933            not 'VHOST'"
12934   parameters:
12935   - "throughput"
12936   - "parent"
12937   - "tags"
12938   sort:
12939   - "IP6BASE"
12940   - "FIB_20K"
12941   - "FIB_200K"
12942   - "FIB_2M"
12943   traces:
12944     hoverinfo: "x+y"
12945     boxpoints: "outliers"
12946     whiskerwidth: 0
12947   layout:
12948     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12949     layout: "plot-throughput"
12950
12951 - type: "plot"
12952   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12953   algorithm: "plot_performance_box"
12954   output-file-type: ".html"
12955   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12957   filter: "'NIC_Intel-X520-DA2' and
12958            '78B' and
12959            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12960            'NDRPDR' and
12961            '2T2C' and
12962            'IP6FWD' and
12963            not 'SRv6' and
12964            not 'IPSEC' and
12965            not 'VHOST'"
12966   parameters:
12967   - "throughput"
12968   - "parent"
12969   - "tags"
12970   sort:
12971   - "IP6BASE"
12972   - "FIB_20K"
12973   - "FIB_200K"
12974   - "FIB_2M"
12975   traces:
12976     hoverinfo: "x+y"
12977     boxpoints: "outliers"
12978     whiskerwidth: 0
12979   layout:
12980     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12985   algorithm: "plot_performance_box"
12986   output-file-type: ".html"
12987   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12989   filter: "'NIC_Intel-X520-DA2' and
12990            '78B' and
12991            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12992            'NDRPDR' and
12993            '2T2C' and
12994            'IP6FWD' and
12995            not 'SRv6' and
12996            not 'IPSEC' and
12997            not 'VHOST'"
12998   parameters:
12999   - "throughput"
13000   - "parent"
13001   - "tags"
13002   sort:
13003   - "IP6BASE"
13004   - "FIB_20K"
13005   - "FIB_200K"
13006   - "FIB_2M"
13007   traces:
13008     hoverinfo: "x+y"
13009     boxpoints: "outliers"
13010     whiskerwidth: 0
13011   layout:
13012     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13013     layout: "plot-throughput"
13014
13015 # Packet Throughput - VPP IPv6 3n-hsw-x710
13016 - type: "plot"
13017   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13018   algorithm: "plot_performance_box"
13019   output-file-type: ".html"
13020   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13022   filter: "'NIC_Intel-X710' and
13023            '78B' and
13024            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13025            'NDRPDR' and
13026            '1T1C' and
13027            'IP6FWD' and
13028            not 'SRv6' and
13029            not 'IPSEC' and
13030            not 'VHOST'"
13031   parameters:
13032   - "throughput"
13033   - "parent"
13034   - "tags"
13035   sort:
13036   - "IP6BASE"
13037   - "FIB_20K"
13038   - "FIB_200K"
13039   - "FIB_2M"
13040   traces:
13041     hoverinfo: "x+y"
13042     boxpoints: "outliers"
13043     whiskerwidth: 0
13044   layout:
13045     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13050   algorithm: "plot_performance_box"
13051   output-file-type: ".html"
13052   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13054   filter: "'NIC_Intel-X710' and
13055            '78B' and
13056            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13057            'NDRPDR' and
13058            '1T1C' and
13059            'IP6FWD' and
13060            not 'SRv6' and
13061            not 'IPSEC' and
13062            not 'VHOST'"
13063   parameters:
13064   - "throughput"
13065   - "parent"
13066   - "tags"
13067   sort:
13068   - "IP6BASE"
13069   - "FIB_20K"
13070   - "FIB_200K"
13071   - "FIB_2M"
13072   traces:
13073     hoverinfo: "x+y"
13074     boxpoints: "outliers"
13075     whiskerwidth: 0
13076   layout:
13077     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13078     layout: "plot-throughput"
13079
13080 - type: "plot"
13081   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13082   algorithm: "plot_performance_box"
13083   output-file-type: ".html"
13084   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13086   filter: "'NIC_Intel-X710' and
13087            '78B' and
13088            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13089            'NDRPDR' and
13090            '2T2C' and
13091            'IP6FWD' and
13092            not 'SRv6' and
13093            not 'IPSEC' and
13094            not 'VHOST'"
13095   parameters:
13096   - "throughput"
13097   - "parent"
13098   - "tags"
13099   sort:
13100   - "IP6BASE"
13101   - "FIB_20K"
13102   - "FIB_200K"
13103   - "FIB_2M"
13104   traces:
13105     hoverinfo: "x+y"
13106     boxpoints: "outliers"
13107     whiskerwidth: 0
13108   layout:
13109     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13110     layout: "plot-throughput"
13111
13112 - type: "plot"
13113   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13114   algorithm: "plot_performance_box"
13115   output-file-type: ".html"
13116   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13118   filter: "'NIC_Intel-X710' and
13119            '78B' and
13120            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13121            'NDRPDR' and
13122            '2T2C' and
13123            'IP6FWD' and
13124            not 'SRv6' and
13125            not 'IPSEC' and
13126            not 'VHOST'"
13127   parameters:
13128   - "throughput"
13129   - "parent"
13130   - "tags"
13131   sort:
13132   - "IP6BASE"
13133   - "FIB_20K"
13134   - "FIB_200K"
13135   - "FIB_2M"
13136   traces:
13137     hoverinfo: "x+y"
13138     boxpoints: "outliers"
13139     whiskerwidth: 0
13140   layout:
13141     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13142     layout: "plot-throughput"
13143
13144 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13145 - type: "plot"
13146   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13147   algorithm: "plot_performance_box"
13148   output-file-type: ".html"
13149   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13151   filter: "'NIC_Intel-X710' and
13152            '78B' and
13153            ('IP6BASE' or
13154             'POLICE_MARK' or
13155             'COPWHLIST' or
13156             'IACLDST') and
13157            'NDRPDR' and
13158            '1T1C' and
13159            'IP6FWD' and
13160            not 'SRv6' and
13161            not 'IPSEC' and
13162            not 'VHOST'"
13163   parameters:
13164   - "throughput"
13165   - "parent"
13166   - "tags"
13167   sort:
13168   - "IP6BASE"
13169   - "POLICE_MARK"
13170   - "COPWHLIST"
13171   - "IACLDST"
13172   traces:
13173     hoverinfo: "x+y"
13174     boxpoints: "outliers"
13175     whiskerwidth: 0
13176   layout:
13177     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13182   algorithm: "plot_performance_box"
13183   output-file-type: ".html"
13184   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13186   filter: "'NIC_Intel-X710' and
13187            '78B' and
13188            ('IP6BASE' or
13189             'POLICE_MARK' or
13190             'COPWHLIST' or
13191             'IACLDST') and
13192            'NDRPDR' and
13193            '2T2C' and
13194            'IP6FWD' and
13195            not 'SRv6' and
13196            not 'IPSEC' and
13197            not 'VHOST'"
13198   parameters:
13199   - "throughput"
13200   - "parent"
13201   - "tags"
13202   sort:
13203   - "IP6BASE"
13204   - "POLICE_MARK"
13205   - "COPWHLIST"
13206   - "IACLDST"
13207   traces:
13208     hoverinfo: "x+y"
13209     boxpoints: "outliers"
13210     whiskerwidth: 0
13211   layout:
13212     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13217   algorithm: "plot_performance_box"
13218   output-file-type: ".html"
13219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13221   filter: "'NIC_Intel-X710' and
13222            '78B' and
13223            ('IP6BASE' or
13224             'POLICE_MARK' or
13225             'COPWHLIST' or
13226             'IACLDST') and
13227            'NDRPDR' and
13228            '1T1C' and
13229            'IP6FWD' and
13230            not 'SRv6' and
13231            not 'IPSEC' and
13232            not 'VHOST'"
13233   parameters:
13234   - "throughput"
13235   - "parent"
13236   - "tags"
13237   sort:
13238   - "IP6BASE"
13239   - "POLICE_MARK"
13240   - "COPWHLIST"
13241   - "IACLDST"
13242   traces:
13243     hoverinfo: "x+y"
13244     boxpoints: "outliers"
13245     whiskerwidth: 0
13246   layout:
13247     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13248     layout: "plot-throughput"
13249
13250 - type: "plot"
13251   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13252   algorithm: "plot_performance_box"
13253   output-file-type: ".html"
13254   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13256   filter: "'NIC_Intel-X710' and
13257            '78B' and
13258            ('IP6BASE' or
13259             'POLICE_MARK' or
13260             'COPWHLIST' or
13261             'IACLDST') and
13262            'NDRPDR' and
13263            '2T2C' and
13264            'IP6FWD' and
13265            not 'SRv6' and
13266            not 'IPSEC' and
13267            not 'VHOST'"
13268   parameters:
13269   - "throughput"
13270   - "parent"
13271   - "tags"
13272   sort:
13273   - "IP6BASE"
13274   - "POLICE_MARK"
13275   - "COPWHLIST"
13276   - "IACLDST"
13277   traces:
13278     hoverinfo: "x+y"
13279     boxpoints: "outliers"
13280     whiskerwidth: 0
13281   layout:
13282     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13283     layout: "plot-throughput"
13284
13285 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13286 - type: "plot"
13287   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13288   algorithm: "plot_performance_box"
13289   output-file-type: ".html"
13290   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13292   filter: "'NIC_Intel-XL710' and
13293            '78B' and
13294            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13295            'NDRPDR' and
13296            '1T1C' and
13297            'IP6FWD' and
13298            not 'SRv6' and
13299            not 'IPSEC' and
13300            not 'VHOST'"
13301   parameters:
13302   - "throughput"
13303   - "parent"
13304   - "tags"
13305   sort:
13306   - "IP6BASE"
13307   - "FIB_20K"
13308   - "FIB_200K"
13309   - "FIB_2M"
13310   traces:
13311     hoverinfo: "x+y"
13312     boxpoints: "outliers"
13313     whiskerwidth: 0
13314   layout:
13315     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13316     layout: "plot-throughput"
13317
13318 - type: "plot"
13319   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13320   algorithm: "plot_performance_box"
13321   output-file-type: ".html"
13322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13324   filter: "'NIC_Intel-XL710' and
13325            '78B' and
13326            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13327            'NDRPDR' and
13328            '1T1C' and
13329            'IP6FWD' and
13330            not 'SRv6' and
13331            not 'IPSEC' and
13332            not 'VHOST'"
13333   parameters:
13334   - "throughput"
13335   - "parent"
13336   - "tags"
13337   sort:
13338   - "IP6BASE"
13339   - "FIB_20K"
13340   - "FIB_200K"
13341   - "FIB_2M"
13342   traces:
13343     hoverinfo: "x+y"
13344     boxpoints: "outliers"
13345     whiskerwidth: 0
13346   layout:
13347     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13352   algorithm: "plot_performance_box"
13353   output-file-type: ".html"
13354   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13356   filter: "'NIC_Intel-XL710' and
13357            '78B' and
13358            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13359            'NDRPDR' and
13360            '2T2C' and
13361            'IP6FWD' and
13362            not 'SRv6' and
13363            not 'IPSEC' and
13364            not 'VHOST'"
13365   parameters:
13366   - "throughput"
13367   - "parent"
13368   - "tags"
13369   sort:
13370   - "IP6BASE"
13371   - "FIB_20K"
13372   - "FIB_200K"
13373   - "FIB_2M"
13374   traces:
13375     hoverinfo: "x+y"
13376     boxpoints: "outliers"
13377     whiskerwidth: 0
13378   layout:
13379     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13384   algorithm: "plot_performance_box"
13385   output-file-type: ".html"
13386   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13388   filter: "'NIC_Intel-XL710' and
13389            '78B' and
13390            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13391            'NDRPDR' and
13392            '2T2C' and
13393            'IP6FWD' and
13394            not 'SRv6' and
13395            not 'IPSEC' and
13396            not 'VHOST'"
13397   parameters:
13398   - "throughput"
13399   - "parent"
13400   - "tags"
13401   sort:
13402   - "IP6BASE"
13403   - "FIB_20K"
13404   - "FIB_200K"
13405   - "FIB_2M"
13406   traces:
13407     hoverinfo: "x+y"
13408     boxpoints: "outliers"
13409     whiskerwidth: 0
13410   layout:
13411     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13412     layout: "plot-throughput"
13413
13414 # Packet Throughput - VPP IPv6 3n-skx-x710
13415 - type: "plot"
13416   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13417   algorithm: "plot_performance_box"
13418   output-file-type: ".html"
13419   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13421   filter: "'NIC_Intel-X710' and
13422            '78B' and
13423            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13424            'NDRPDR' and
13425            '2T1C' and
13426            'IP6FWD' and
13427            not 'SRv6' and
13428            not 'IPSEC' and
13429            not 'VHOST'"
13430   parameters:
13431   - "throughput"
13432   - "parent"
13433   - "tags"
13434   sort:
13435   - "IP6BASE"
13436   - "FIB_20K"
13437   - "FIB_200K"
13438   - "FIB_2M"
13439   traces:
13440     hoverinfo: "x+y"
13441     boxpoints: "outliers"
13442     whiskerwidth: 0
13443   layout:
13444     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13449   algorithm: "plot_performance_box"
13450   output-file-type: ".html"
13451   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453   filter: "'NIC_Intel-X710' and
13454            '78B' and
13455            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13456            'NDRPDR' and
13457            '2T1C' and
13458            'IP6FWD' and
13459            not 'SRv6' and
13460            not 'IPSEC' and
13461            not 'VHOST'"
13462   parameters:
13463   - "throughput"
13464   - "parent"
13465   - "tags"
13466   sort:
13467   - "IP6BASE"
13468   - "FIB_20K"
13469   - "FIB_200K"
13470   - "FIB_2M"
13471   traces:
13472     hoverinfo: "x+y"
13473     boxpoints: "outliers"
13474     whiskerwidth: 0
13475   layout:
13476     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13477     layout: "plot-throughput"
13478
13479 - type: "plot"
13480   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13481   algorithm: "plot_performance_box"
13482   output-file-type: ".html"
13483   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13485   filter: "'NIC_Intel-X710' and
13486            '78B' and
13487            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13488            'NDRPDR' and
13489            '4T2C' and
13490            'IP6FWD' and
13491            not 'SRv6' and
13492            not 'IPSEC' and
13493            not 'VHOST'"
13494   parameters:
13495   - "throughput"
13496   - "parent"
13497   - "tags"
13498   sort:
13499   - "IP6BASE"
13500   - "FIB_20K"
13501   - "FIB_200K"
13502   - "FIB_2M"
13503   traces:
13504     hoverinfo: "x+y"
13505     boxpoints: "outliers"
13506     whiskerwidth: 0
13507   layout:
13508     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13509     layout: "plot-throughput"
13510
13511 - type: "plot"
13512   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13513   algorithm: "plot_performance_box"
13514   output-file-type: ".html"
13515   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13517   filter: "'NIC_Intel-X710' and
13518            '78B' and
13519            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13520            'NDRPDR' and
13521            '4T2C' and
13522            'IP6FWD' and
13523            not 'SRv6' and
13524            not 'IPSEC' and
13525            not 'VHOST'"
13526   parameters:
13527   - "throughput"
13528   - "parent"
13529   - "tags"
13530   sort:
13531   - "IP6BASE"
13532   - "FIB_20K"
13533   - "FIB_200K"
13534   - "FIB_2M"
13535   traces:
13536     hoverinfo: "x+y"
13537     boxpoints: "outliers"
13538     whiskerwidth: 0
13539   layout:
13540     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13541     layout: "plot-throughput"
13542
13543 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13544 - type: "plot"
13545   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13546   algorithm: "plot_performance_box"
13547   output-file-type: ".html"
13548   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13550   filter: "'NIC_Intel-X710' and
13551            '78B' and
13552            ('IP6BASE' or
13553             'POLICE_MARK' or
13554             'COPWHLIST' or
13555             'IACLDST') and
13556            'NDRPDR' and
13557            '2T1C' and
13558            'IP6FWD' and
13559            not 'SRv6' and
13560            not 'IPSEC' and
13561            not 'VHOST'"
13562   parameters:
13563   - "throughput"
13564   - "parent"
13565   - "tags"
13566   sort:
13567   - "IP6BASE"
13568   - "POLICE_MARK"
13569   - "COPWHLIST"
13570   - "IACLDST"
13571   traces:
13572     hoverinfo: "x+y"
13573     boxpoints: "outliers"
13574     whiskerwidth: 0
13575   layout:
13576     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13577     layout: "plot-throughput"
13578
13579 - type: "plot"
13580   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13581   algorithm: "plot_performance_box"
13582   output-file-type: ".html"
13583   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13585   filter: "'NIC_Intel-X710' and
13586            '78B' and
13587            ('IP6BASE' or
13588             'POLICE_MARK' or
13589             'COPWHLIST' or
13590             'IACLDST') and
13591            'NDRPDR' and
13592            '4T2C' and
13593            'IP6FWD' and
13594            not 'SRv6' and
13595            not 'IPSEC' and
13596            not 'VHOST'"
13597   parameters:
13598   - "throughput"
13599   - "parent"
13600   - "tags"
13601   sort:
13602   - "IP6BASE"
13603   - "POLICE_MARK"
13604   - "COPWHLIST"
13605   - "IACLDST"
13606   traces:
13607     hoverinfo: "x+y"
13608     boxpoints: "outliers"
13609     whiskerwidth: 0
13610   layout:
13611     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13616   algorithm: "plot_performance_box"
13617   output-file-type: ".html"
13618   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13620   filter: "'NIC_Intel-X710' and
13621            '78B' and
13622            ('IP6BASE' or
13623             'POLICE_MARK' or
13624             'COPWHLIST' or
13625             'IACLDST') and
13626            'NDRPDR' and
13627            '2T1C' and
13628            'IP6FWD' and
13629            not 'SRv6' and
13630            not 'IPSEC' and
13631            not 'VHOST'"
13632   parameters:
13633   - "throughput"
13634   - "parent"
13635   - "tags"
13636   sort:
13637   - "IP6BASE"
13638   - "POLICE_MARK"
13639   - "COPWHLIST"
13640   - "IACLDST"
13641   traces:
13642     hoverinfo: "x+y"
13643     boxpoints: "outliers"
13644     whiskerwidth: 0
13645   layout:
13646     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13647     layout: "plot-throughput"
13648
13649 - type: "plot"
13650   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13651   algorithm: "plot_performance_box"
13652   output-file-type: ".html"
13653   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13655   filter: "'NIC_Intel-X710' and
13656            '78B' and
13657            ('IP6BASE' or
13658             'POLICE_MARK' or
13659             'COPWHLIST' or
13660             'IACLDST') and
13661            'NDRPDR' and
13662            '4T2C' and
13663            'IP6FWD' and
13664            not 'SRv6' and
13665            not 'IPSEC' and
13666            not 'VHOST'"
13667   parameters:
13668   - "throughput"
13669   - "parent"
13670   - "tags"
13671   sort:
13672   - "IP6BASE"
13673   - "POLICE_MARK"
13674   - "COPWHLIST"
13675   - "IACLDST"
13676   traces:
13677     hoverinfo: "x+y"
13678     boxpoints: "outliers"
13679     whiskerwidth: 0
13680   layout:
13681     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13682     layout: "plot-throughput"
13683
13684 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13685 - type: "plot"
13686   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13687   algorithm: "plot_performance_box"
13688   output-file-type: ".html"
13689   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13691   filter: "'NIC_Intel-XXV710' and
13692            '78B' and
13693            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13694            'NDRPDR' and
13695            '2T1C' and
13696            'IP6FWD' and
13697            not 'SRv6' and
13698            not 'IPSEC' and
13699            not 'VHOST'"
13700   parameters:
13701   - "throughput"
13702   - "parent"
13703   - "tags"
13704   sort:
13705   - "IP6BASE"
13706   - "FIB_20K"
13707   - "FIB_200K"
13708   - "FIB_2M"
13709   traces:
13710     hoverinfo: "x+y"
13711     boxpoints: "outliers"
13712     whiskerwidth: 0
13713   layout:
13714     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13715     layout: "plot-throughput"
13716
13717 - type: "plot"
13718   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13719   algorithm: "plot_performance_box"
13720   output-file-type: ".html"
13721   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13723   filter: "'NIC_Intel-XXV710' and
13724            '78B' and
13725            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13726            'NDRPDR' and
13727            '2T1C' and
13728            'IP6FWD' and
13729            not 'SRv6' and
13730            not 'IPSEC' and
13731            not 'VHOST'"
13732   parameters:
13733   - "throughput"
13734   - "parent"
13735   - "tags"
13736   sort:
13737   - "IP6BASE"
13738   - "FIB_20K"
13739   - "FIB_200K"
13740   - "FIB_2M"
13741   traces:
13742     hoverinfo: "x+y"
13743     boxpoints: "outliers"
13744     whiskerwidth: 0
13745   layout:
13746     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13747     layout: "plot-throughput"
13748
13749 - type: "plot"
13750   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13751   algorithm: "plot_performance_box"
13752   output-file-type: ".html"
13753   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13755   filter: "'NIC_Intel-XXV710' and
13756            '78B' and
13757            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13758            'NDRPDR' and
13759            '4T2C' and
13760            'IP6FWD' and
13761            not 'SRv6' and
13762            not 'IPSEC' and
13763            not 'VHOST'"
13764   parameters:
13765   - "throughput"
13766   - "parent"
13767   - "tags"
13768   sort:
13769   - "IP6BASE"
13770   - "FIB_20K"
13771   - "FIB_200K"
13772   - "FIB_2M"
13773   traces:
13774     hoverinfo: "x+y"
13775     boxpoints: "outliers"
13776     whiskerwidth: 0
13777   layout:
13778     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13779     layout: "plot-throughput"
13780
13781 - type: "plot"
13782   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13783   algorithm: "plot_performance_box"
13784   output-file-type: ".html"
13785   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13787   filter: "'NIC_Intel-XXV710' and
13788            '78B' and
13789            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13790            'NDRPDR' and
13791            '4T2C' and
13792            'IP6FWD' and
13793            not 'SRv6' and
13794            not 'IPSEC' and
13795            not 'VHOST'"
13796   parameters:
13797   - "throughput"
13798   - "parent"
13799   - "tags"
13800   sort:
13801   - "IP6BASE"
13802   - "FIB_20K"
13803   - "FIB_200K"
13804   - "FIB_2M"
13805   traces:
13806     hoverinfo: "x+y"
13807     boxpoints: "outliers"
13808     whiskerwidth: 0
13809   layout:
13810     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13811     layout: "plot-throughput"
13812
13813 # Packet Throughput - VPP IPv6 2n-skx-x710
13814 - type: "plot"
13815   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13816   algorithm: "plot_performance_box"
13817   output-file-type: ".html"
13818   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13820   filter: "'NIC_Intel-X710' and
13821            '78B' and
13822            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13823            'NDRPDR' and
13824            '2T1C' and
13825            'IP6FWD' and
13826            not 'SRv6' and
13827            not 'IPSEC' and
13828            not 'VHOST'"
13829   parameters:
13830   - "throughput"
13831   - "parent"
13832   - "tags"
13833   sort:
13834   - "IP6BASE"
13835   - "FIB_20K"
13836   - "FIB_200K"
13837   - "FIB_2M"
13838   traces:
13839     hoverinfo: "x+y"
13840     boxpoints: "outliers"
13841     whiskerwidth: 0
13842   layout:
13843     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13848   algorithm: "plot_performance_box"
13849   output-file-type: ".html"
13850   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13852   filter: "'NIC_Intel-X710' and
13853            '78B' and
13854            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13855            'NDRPDR' and
13856            '2T1C' and
13857            'IP6FWD' and
13858            not 'SRv6' and
13859            not 'IPSEC' and
13860            not 'VHOST'"
13861   parameters:
13862   - "throughput"
13863   - "parent"
13864   - "tags"
13865   sort:
13866   - "IP6BASE"
13867   - "FIB_20K"
13868   - "FIB_200K"
13869   - "FIB_2M"
13870   traces:
13871     hoverinfo: "x+y"
13872     boxpoints: "outliers"
13873     whiskerwidth: 0
13874   layout:
13875     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13876     layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13880   algorithm: "plot_performance_box"
13881   output-file-type: ".html"
13882   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13884   filter: "'NIC_Intel-X710' and
13885            '78B' and
13886            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13887            'NDRPDR' and
13888            '4T2C' and
13889            'IP6FWD' and
13890            not 'SRv6' and
13891            not 'IPSEC' and
13892            not 'VHOST'"
13893   parameters:
13894   - "throughput"
13895   - "parent"
13896   - "tags"
13897   sort:
13898   - "IP6BASE"
13899   - "FIB_20K"
13900   - "FIB_200K"
13901   - "FIB_2M"
13902   traces:
13903     hoverinfo: "x+y"
13904     boxpoints: "outliers"
13905     whiskerwidth: 0
13906   layout:
13907     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13908     layout: "plot-throughput"
13909
13910 - type: "plot"
13911   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13912   algorithm: "plot_performance_box"
13913   output-file-type: ".html"
13914   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13916   filter: "'NIC_Intel-X710' and
13917            '78B' and
13918            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13919            'NDRPDR' and
13920            '4T2C' and
13921            'IP6FWD' and
13922            not 'SRv6' and
13923            not 'IPSEC' and
13924            not 'VHOST'"
13925   parameters:
13926   - "throughput"
13927   - "parent"
13928   - "tags"
13929   sort:
13930   - "IP6BASE"
13931   - "FIB_20K"
13932   - "FIB_200K"
13933   - "FIB_2M"
13934   traces:
13935     hoverinfo: "x+y"
13936     boxpoints: "outliers"
13937     whiskerwidth: 0
13938   layout:
13939     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13940     layout: "plot-throughput"
13941
13942 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13943 - type: "plot"
13944   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13945   algorithm: "plot_performance_box"
13946   output-file-type: ".html"
13947   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13949   filter: "'NIC_Intel-XXV710' and
13950            '78B' and
13951            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13952            'NDRPDR' and
13953            '2T1C' and
13954            'IP6FWD' and
13955            not 'SRv6' and
13956            not 'IPSEC' and
13957            not 'VHOST'"
13958   parameters:
13959   - "throughput"
13960   - "parent"
13961   - "tags"
13962   sort:
13963   - "IP6BASE"
13964   - "FIB_20K"
13965   - "FIB_200K"
13966   - "FIB_2M"
13967   traces:
13968     hoverinfo: "x+y"
13969     boxpoints: "outliers"
13970     whiskerwidth: 0
13971   layout:
13972     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13973     layout: "plot-throughput"
13974
13975 - type: "plot"
13976   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13977   algorithm: "plot_performance_box"
13978   output-file-type: ".html"
13979   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13981   filter: "'NIC_Intel-XXV710' and
13982            '78B' and
13983            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13984            'NDRPDR' and
13985            '2T1C' and
13986            'IP6FWD' and
13987            not 'SRv6' and
13988            not 'IPSEC' and
13989            not 'VHOST'"
13990   parameters:
13991   - "throughput"
13992   - "parent"
13993   - "tags"
13994   sort:
13995   - "IP6BASE"
13996   - "FIB_20K"
13997   - "FIB_200K"
13998   - "FIB_2M"
13999   traces:
14000     hoverinfo: "x+y"
14001     boxpoints: "outliers"
14002     whiskerwidth: 0
14003   layout:
14004     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14005     layout: "plot-throughput"
14006
14007 - type: "plot"
14008   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14009   algorithm: "plot_performance_box"
14010   output-file-type: ".html"
14011   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14013   filter: "'NIC_Intel-XXV710' and
14014            '78B' and
14015            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14016            'NDRPDR' and
14017            '4T2C' and
14018            'IP6FWD' and
14019            not 'SRv6' and
14020            not 'IPSEC' and
14021            not 'VHOST'"
14022   parameters:
14023   - "throughput"
14024   - "parent"
14025   - "tags"
14026   sort:
14027   - "IP6BASE"
14028   - "FIB_20K"
14029   - "FIB_200K"
14030   - "FIB_2M"
14031   traces:
14032     hoverinfo: "x+y"
14033     boxpoints: "outliers"
14034     whiskerwidth: 0
14035   layout:
14036     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14037     layout: "plot-throughput"
14038
14039 - type: "plot"
14040   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14041   algorithm: "plot_performance_box"
14042   output-file-type: ".html"
14043   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14045   filter: "'NIC_Intel-XXV710' and
14046            '78B' and
14047            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14048            'NDRPDR' and
14049            '4T2C' and
14050            'IP6FWD' and
14051            not 'SRv6' and
14052            not 'IPSEC' and
14053            not 'VHOST'"
14054   parameters:
14055   - "throughput"
14056   - "parent"
14057   - "tags"
14058   sort:
14059   - "IP6BASE"
14060   - "FIB_20K"
14061   - "FIB_200K"
14062   - "FIB_2M"
14063   traces:
14064     hoverinfo: "x+y"
14065     boxpoints: "outliers"
14066     whiskerwidth: 0
14067   layout:
14068     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14069     layout: "plot-throughput"
14070
14071 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14072 #- type: "plot"
14073 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14074 #  algorithm: "plot_performance_box"
14075 #  output-file-type: ".html"
14076 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14077 #  data: "intel-dnv-vpp"
14078 #  filter: "'NIC_Intel-X553' and
14079 #           '78B' and
14080 #           'IP6BASE' and
14081 #           'NDRPDR' and
14082 #           '1T1C' and
14083 #           'IP6FWD' and
14084 #           not 'SRv6' and
14085 #           not 'IPSEC' and
14086 #           not 'VHOST'"
14087 #  parameters:
14088 #  - "throughput"
14089 #  - "parent"
14090 #  - "tags"
14091 #  sort:
14092 #  - "IP6BASE"
14093 #  traces:
14094 #    hoverinfo: "x+y"
14095 #    boxpoints: "outliers"
14096 #    whiskerwidth: 0
14097 #  layout:
14098 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14099 #    layout: "plot-throughput"
14100 #
14101 #- type: "plot"
14102 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14103 #  algorithm: "plot_performance_box"
14104 #  output-file-type: ".html"
14105 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14106 #  data: "intel-dnv-vpp"
14107 #  filter: "'NIC_Intel-X553' and
14108 #           '78B' and
14109 #           'IP6BASE' and
14110 #           'NDRPDR' and
14111 #           '1T1C' and
14112 #           'IP6FWD' and
14113 #           not 'SRv6' and
14114 #           not 'IPSEC' and
14115 #           not 'VHOST'"
14116 #  parameters:
14117 #  - "throughput"
14118 #  - "parent"
14119 #  - "tags"
14120 #  sort:
14121 #  - "IP6BASE"
14122 #  traces:
14123 #    hoverinfo: "x+y"
14124 #    boxpoints: "outliers"
14125 #    whiskerwidth: 0
14126 #  layout:
14127 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14128 #    layout: "plot-throughput"
14129 #
14130 #- type: "plot"
14131 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14132 #  algorithm: "plot_performance_box"
14133 #  output-file-type: ".html"
14134 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14135 #  data: "intel-dnv-vpp"
14136 #  filter: "'NIC_Intel-X553' and
14137 #           '78B' and
14138 #           'IP6BASE' and
14139 #           'NDRPDR' and
14140 #           '2T2C' and
14141 #           'IP6FWD' and
14142 #           not 'SRv6' and
14143 #           not 'IPSEC' and
14144 #           not 'VHOST'"
14145 #  parameters:
14146 #  - "throughput"
14147 #  - "parent"
14148 #  - "tags"
14149 #  sort:
14150 #  - "IP6BASE"
14151 #  traces:
14152 #    hoverinfo: "x+y"
14153 #    boxpoints: "outliers"
14154 #    whiskerwidth: 0
14155 #  layout:
14156 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14157 #    layout: "plot-throughput"
14158 #
14159 #- type: "plot"
14160 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14161 #  algorithm: "plot_performance_box"
14162 #  output-file-type: ".html"
14163 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14164 #  data: "intel-dnv-vpp"
14165 #  filter: "'NIC_Intel-X553' and
14166 #           '78B' and
14167 #           'IP6BASE' and
14168 #           'NDRPDR' and
14169 #           '2T2C' and
14170 #           'IP6FWD' and
14171 #           not 'SRv6' and
14172 #           not 'IPSEC' and
14173 #           not 'VHOST'"
14174 #  parameters:
14175 #  - "throughput"
14176 #  - "parent"
14177 #  - "tags"
14178 #  sort:
14179 #  - "IP6BASE"
14180 #  traces:
14181 #    hoverinfo: "x+y"
14182 #    boxpoints: "outliers"
14183 #    whiskerwidth: 0
14184 #  layout:
14185 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14186 #    layout: "plot-throughput"
14187
14188 ################################################################################
14189
14190 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14191 - type: "plot"
14192   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14193   algorithm: "plot_performance_box"
14194   output-file-type: ".html"
14195   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14197   filter: "'NIC_Intel-X520-DA2' and
14198            '78B' and
14199            'ENCAP' and
14200            'NDRPDR' and
14201            '1T1C' and
14202            'LISP' and
14203            not 'VHOST'"
14204   parameters:
14205   - "throughput"
14206   - "parent"
14207   - "tags"
14208   sort:
14209   - "IP4UNRLAY"
14210   - "IP6UNRLAY"
14211   traces:
14212     hoverinfo: "x+y"
14213     boxpoints: "outliers"
14214     whiskerwidth: 0
14215   layout:
14216     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14217     layout: "plot-throughput"
14218
14219 - type: "plot"
14220   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14221   algorithm: "plot_performance_box"
14222   output-file-type: ".html"
14223   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14225   filter: "'NIC_Intel-X520-DA2' and
14226            '78B' and
14227            'ENCAP' and
14228            'NDRPDR' and
14229            '1T1C' and
14230            'LISP' and
14231            not 'VHOST'"
14232   parameters:
14233   - "throughput"
14234   - "parent"
14235   - "tags"
14236   sort:
14237   - "IP4UNRLAY"
14238   - "IP6UNRLAY"
14239   traces:
14240     hoverinfo: "x+y"
14241     boxpoints: "outliers"
14242     whiskerwidth: 0
14243   layout:
14244     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14245     layout: "plot-throughput"
14246
14247 - type: "plot"
14248   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14249   algorithm: "plot_performance_box"
14250   output-file-type: ".html"
14251   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14253   filter: "'NIC_Intel-X520-DA2' and
14254            '78B' and
14255            'ENCAP' and
14256            'NDRPDR' and
14257            '2T2C' and
14258            'LISP' and
14259            not 'VHOST'"
14260   parameters:
14261   - "throughput"
14262   - "parent"
14263   - "tags"
14264   sort:
14265   - "IP4UNRLAY"
14266   - "IP6UNRLAY"
14267   traces:
14268     hoverinfo: "x+y"
14269     boxpoints: "outliers"
14270     whiskerwidth: 0
14271   layout:
14272     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14273     layout: "plot-throughput"
14274
14275 - type: "plot"
14276   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14277   algorithm: "plot_performance_box"
14278   output-file-type: ".html"
14279   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14281   filter: "'NIC_Intel-X520-DA2' and
14282            '78B' and
14283            'ENCAP' and
14284            'NDRPDR' and
14285            '2T2C' and
14286            'LISP' and
14287            not 'VHOST'"
14288   parameters:
14289   - "throughput"
14290   - "parent"
14291   - "tags"
14292   sort:
14293   - "IP4UNRLAY"
14294   - "IP6UNRLAY"
14295   traces:
14296     hoverinfo: "x+y"
14297     boxpoints: "outliers"
14298     whiskerwidth: 0
14299   layout:
14300     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14301     layout: "plot-throughput"
14302
14303 ################################################################################
14304
14305 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14306 - type: "plot"
14307   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14308   algorithm: "plot_performance_box"
14309   output-file-type: ".html"
14310   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14312   filter: "'NIC_Intel-XL710' and
14313            '64B' and
14314            'IP4FWD' and
14315            'NDRPDR' and
14316            'BASE' and
14317            '1T1C' and
14318            'IPSECHW' and
14319            not 'VHOST'"
14320   parameters:
14321   - "throughput"
14322   - "parent"
14323   - "tags"
14324   traces:
14325     hoverinfo: "x+y"
14326     boxpoints: "outliers"
14327     whiskerwidth: 0
14328   layout:
14329     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14330     layout: "plot-throughput"
14331
14332 - type: "plot"
14333   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14334   algorithm: "plot_performance_box"
14335   output-file-type: ".html"
14336   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14338   filter: "'NIC_Intel-XL710' and
14339            '64B' and
14340            'IP4FWD' and
14341            'NDRPDR' and
14342            'BASE' and
14343            '1T1C' and
14344            'IPSECHW' and
14345            not 'VHOST'"
14346   parameters:
14347   - "throughput"
14348   - "parent"
14349   - "tags"
14350   traces:
14351     hoverinfo: "x+y"
14352     boxpoints: "outliers"
14353     whiskerwidth: 0
14354   layout:
14355     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14356     layout: "plot-throughput"
14357
14358 - type: "plot"
14359   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14360   algorithm: "plot_performance_box"
14361   output-file-type: ".html"
14362   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14364   filter: "'NIC_Intel-XL710' and
14365            '64B' and
14366            'IP4FWD' and
14367            'NDRPDR' and
14368            'BASE' and
14369            '2T2C' and
14370            'IPSECHW' and
14371            not 'VHOST'"
14372   parameters:
14373   - "throughput"
14374   - "parent"
14375   - "tags"
14376   traces:
14377     hoverinfo: "x+y"
14378     boxpoints: "outliers"
14379     whiskerwidth: 0
14380   layout:
14381     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14382     layout: "plot-throughput"
14383
14384 - type: "plot"
14385   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14386   algorithm: "plot_performance_box"
14387   output-file-type: ".html"
14388   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14390   filter: "'NIC_Intel-XL710' and
14391            '64B' and
14392            'IP4FWD' and
14393            'NDRPDR' and
14394            'BASE' and
14395            '2T2C' and
14396            'IPSECHW' 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-2t2c-base-pdr"
14408     layout: "plot-throughput"
14409
14410 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14411 - type: "plot"
14412   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14413   algorithm: "plot_performance_box"
14414   output-file-type: ".html"
14415   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14416   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14417   filter: "'NIC_Intel-XL710' and
14418            '64B' and
14419            'IP4FWD' and
14420            'NDRPDR' and
14421            'SCALE' and
14422            '1T1C' and
14423            'IPSECHW' 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-1t1c-scale-ndr"
14435     layout: "plot-throughput"
14436
14437 - type: "plot"
14438   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14439   algorithm: "plot_performance_box"
14440   output-file-type: ".html"
14441   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-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            '1T1C' and
14449            'IPSECHW' and
14450            not 'VHOST'"
14451   parameters:
14452   - "throughput"
14453   - "parent"
14454   - "tags"
14455   traces:
14456     hoverinfo: "x+y"
14457     boxpoints: "outliers"
14458     whiskerwidth: 0
14459   layout:
14460     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14461     layout: "plot-throughput"
14462
14463 - type: "plot"
14464   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14465   algorithm: "plot_performance_box"
14466   output-file-type: ".html"
14467   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14469   filter: "'NIC_Intel-XL710' and
14470            '64B' and
14471            'IP4FWD' and
14472            'NDRPDR' and
14473            'SCALE' and
14474            '2T2C' and
14475            'IPSECHW' and
14476            not 'VHOST'"
14477   parameters:
14478   - "throughput"
14479   - "parent"
14480   - "tags"
14481   traces:
14482     hoverinfo: "x+y"
14483     boxpoints: "outliers"
14484     whiskerwidth: 0
14485   layout:
14486     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14487     layout: "plot-throughput"
14488
14489 - type: "plot"
14490   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14491   algorithm: "plot_performance_box"
14492   output-file-type: ".html"
14493   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14495   filter: "'NIC_Intel-XL710' and
14496            '64B' and
14497            'IP4FWD' and
14498            'NDRPDR' and
14499            'SCALE' and
14500            '2T2C' and
14501            'IPSECHW' and
14502            not 'VHOST'"
14503   parameters:
14504   - "throughput"
14505   - "parent"
14506   - "tags"
14507   traces:
14508     hoverinfo: "x+y"
14509     boxpoints: "outliers"
14510     whiskerwidth: 0
14511   layout:
14512     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14513     layout: "plot-throughput"
14514
14515 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14516 - type: "plot"
14517   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14518   algorithm: "plot_performance_box"
14519   output-file-type: ".html"
14520   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14522   filter: "'NIC_Intel-XL710' and
14523            '64B' and
14524            'IP4FWD' and
14525            'NDRPDR' and
14526            '1T1C' and
14527            'IPSECSW' and
14528            not 'VHOST'"
14529   parameters:
14530   - "throughput"
14531   - "parent"
14532   - "tags"
14533   traces:
14534     hoverinfo: "x+y"
14535     boxpoints: "outliers"
14536     whiskerwidth: 0
14537   layout:
14538     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14539     layout: "plot-throughput"
14540
14541 - type: "plot"
14542   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14543   algorithm: "plot_performance_box"
14544   output-file-type: ".html"
14545   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14547   filter: "'NIC_Intel-XL710' and
14548            '64B' and
14549            'IP4FWD' and
14550            'NDRPDR' and
14551            '1T1C' and
14552            'IPSECSW' and
14553            not 'VHOST'"
14554   parameters:
14555   - "throughput"
14556   - "parent"
14557   - "tags"
14558   traces:
14559     hoverinfo: "x+y"
14560     boxpoints: "outliers"
14561     whiskerwidth: 0
14562   layout:
14563     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14564     layout: "plot-throughput"
14565
14566 - type: "plot"
14567   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14568   algorithm: "plot_performance_box"
14569   output-file-type: ".html"
14570   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14572   filter: "'NIC_Intel-XL710' and
14573            '64B' and
14574            'IP4FWD' and
14575            'NDRPDR' and
14576            '2T2C' and
14577            'IPSECSW' and
14578            not 'VHOST'"
14579   parameters:
14580   - "throughput"
14581   - "parent"
14582   - "tags"
14583   traces:
14584     hoverinfo: "x+y"
14585     boxpoints: "outliers"
14586     whiskerwidth: 0
14587   layout:
14588     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14589     layout: "plot-throughput"
14590
14591 - type: "plot"
14592   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14593   algorithm: "plot_performance_box"
14594   output-file-type: ".html"
14595   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14597   filter: "'NIC_Intel-XL710' and
14598            '64B' and
14599            'IP4FWD' and
14600            'NDRPDR' and
14601            '2T2C' and
14602            'IPSECSW' and
14603            not 'VHOST'"
14604   parameters:
14605   - "throughput"
14606   - "parent"
14607   - "tags"
14608   traces:
14609     hoverinfo: "x+y"
14610     boxpoints: "outliers"
14611     whiskerwidth: 0
14612   layout:
14613     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14614     layout: "plot-throughput"
14615
14616 ################################################################################
14617
14618 # Packet Throughput - VPP SRv6 3n-hsw-x520
14619 - type: "plot"
14620   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14621   algorithm: "plot_performance_box"
14622   output-file-type: ".html"
14623   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14625   filter: "'NIC_Intel-X520-DA2' and
14626            '78B' and
14627            'FEATURE' and
14628            'NDRPDR' and
14629            '1T1C' and
14630            'IP6FWD' and
14631            'SRv6'"
14632   parameters:
14633   - "throughput"
14634   - "parent"
14635   - "tags"
14636   traces:
14637     hoverinfo: "x+y"
14638     boxpoints: "outliers"
14639     whiskerwidth: 0
14640   layout:
14641     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14642     layout: "plot-throughput"
14643
14644 - type: "plot"
14645   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14646   algorithm: "plot_performance_box"
14647   output-file-type: ".html"
14648   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14650   filter: "'NIC_Intel-X520-DA2' and
14651            '78B' and
14652            'FEATURE' and
14653            'NDRPDR' and
14654            '1T1C' and
14655            'IP6FWD' and
14656            'SRv6'"
14657   parameters:
14658   - "throughput"
14659   - "parent"
14660   - "tags"
14661   traces:
14662     hoverinfo: "x+y"
14663     boxpoints: "outliers"
14664     whiskerwidth: 0
14665   layout:
14666     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14667     layout: "plot-throughput"
14668
14669 - type: "plot"
14670   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14671   algorithm: "plot_performance_box"
14672   output-file-type: ".html"
14673   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14675   filter: "'NIC_Intel-X520-DA2' and
14676            '78B' and
14677            'FEATURE' and
14678            'NDRPDR' and
14679            '2T2C' and
14680            'IP6FWD' and
14681            'SRv6'"
14682   parameters:
14683   - "throughput"
14684   - "parent"
14685   - "tags"
14686   traces:
14687     hoverinfo: "x+y"
14688     boxpoints: "outliers"
14689     whiskerwidth: 0
14690   layout:
14691     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14692     layout: "plot-throughput"
14693
14694 - type: "plot"
14695   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14696   algorithm: "plot_performance_box"
14697   output-file-type: ".html"
14698   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14700   filter: "'NIC_Intel-X520-DA2' and
14701            '78B' and
14702            'FEATURE' and
14703            'NDRPDR' and
14704            '2T2C' and
14705            'IP6FWD' and
14706            'SRv6'"
14707   parameters:
14708   - "throughput"
14709   - "parent"
14710   - "tags"
14711   traces:
14712     hoverinfo: "x+y"
14713     boxpoints: "outliers"
14714     whiskerwidth: 0
14715   layout:
14716     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14717     layout: "plot-throughput"
14718
14719 ################################################################################
14720
14721 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14722 - type: "plot"
14723   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14724   algorithm: "plot_performance_box"
14725   output-file-type: ".html"
14726   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14728   filter: "'NIC_Intel-X520-DA2' and
14729            '64B' and
14730            'NDRPDR' and
14731            'ETH' and
14732            'IP4FWD' and
14733            '1T1C' and
14734            'VHOST_1024' and
14735            not 'VXLAN' and
14736            not 'DOT1Q'"
14737   parameters:
14738   - "throughput"
14739   - "parent"
14740   - "tags"
14741   sort:
14742   - "not CFS_OPT"
14743   - "1VM"
14744   - "2VM"
14745   traces:
14746     hoverinfo: "x+y"
14747     boxpoints: "outliers"
14748     whiskerwidth: 0
14749   layout:
14750     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14751     layout: "plot-throughput"
14752
14753 - type: "plot"
14754   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14755   algorithm: "plot_performance_box"
14756   output-file-type: ".html"
14757   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14759   filter: "'NIC_Intel-X520-DA2' and
14760            '64B' and
14761            'NDRPDR' and
14762            'ETH' and
14763            'IP4FWD' and
14764            '2T2C' and
14765            'VHOST_1024' and
14766            not 'VXLAN' and
14767            not 'DOT1Q'"
14768   parameters:
14769   - "throughput"
14770   - "parent"
14771   - "tags"
14772   sort:
14773   - "not CFS_OPT"
14774   - "1VM"
14775   - "2VM"
14776   traces:
14777     hoverinfo: "x+y"
14778     boxpoints: "outliers"
14779     whiskerwidth: 0
14780   layout:
14781     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14782     layout: "plot-throughput"
14783
14784 - type: "plot"
14785   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14786   algorithm: "plot_performance_box"
14787   output-file-type: ".html"
14788   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14790   filter: "'NIC_Intel-X520-DA2' and
14791            '64B' and
14792            'NDRPDR' and
14793            'ETH' and
14794            'IP4FWD' and
14795            '1T1C' and
14796            'VHOST_1024' and
14797            not 'VXLAN' and
14798            not 'DOT1Q'"
14799   parameters:
14800   - "throughput"
14801   - "parent"
14802   - "tags"
14803   sort:
14804   - "not CFS_OPT"
14805   - "1VM"
14806   - "2VM"
14807   traces:
14808     hoverinfo: "x+y"
14809     boxpoints: "outliers"
14810     whiskerwidth: 0
14811   layout:
14812     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14813     layout: "plot-throughput"
14814
14815 - type: "plot"
14816   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14817   algorithm: "plot_performance_box"
14818   output-file-type: ".html"
14819   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14821   filter: "'NIC_Intel-X520-DA2' and
14822            '64B' and
14823            'NDRPDR' and
14824            'ETH' and
14825            'IP4FWD' and
14826            '2T2C' and
14827            'VHOST_1024' and
14828            not 'VXLAN' and
14829            not 'DOT1Q'"
14830   parameters:
14831   - "throughput"
14832   - "parent"
14833   - "tags"
14834   sort:
14835   - "not CFS_OPT"
14836   - "1VM"
14837   - "2VM"
14838   traces:
14839     hoverinfo: "x+y"
14840     boxpoints: "outliers"
14841     whiskerwidth: 0
14842   layout:
14843     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14844     layout: "plot-throughput"
14845
14846 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14847 - type: "plot"
14848   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14849   algorithm: "plot_performance_box"
14850   output-file-type: ".html"
14851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14853   filter: "'NIC_Intel-X520-DA2' and
14854            '64B' and
14855            'NDRPDR' and
14856            ('ETH' or 'DOT1Q') and
14857            'BASE' and
14858            '1T1C' and
14859            ('L2BDMACLRN' or 'L2XCFWD') and
14860            'VHOST_1024' and
14861            not 'VXLAN' and
14862            not 'IP4FWD' and
14863            not '2VM'"
14864   parameters:
14865   - "throughput"
14866   - "parent"
14867   - "tags"
14868   sort:
14869   - "L2BDMACLRN"
14870   - "L2BDMACLRN"
14871   - "L2BDMACLRN"
14872   - "L2XCFWD"
14873   - "L2XCFWD"
14874   - "L2XCFWD"
14875   traces:
14876     hoverinfo: "x+y"
14877     boxpoints: "outliers"
14878     whiskerwidth: 0
14879   layout:
14880     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14881     layout: "plot-throughput"
14882
14883 - type: "plot"
14884   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14885   algorithm: "plot_performance_box"
14886   output-file-type: ".html"
14887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14889   filter: "'NIC_Intel-X520-DA2' and
14890            '64B' and
14891            'NDRPDR' and
14892            ('ETH' or 'DOT1Q') and
14893            'BASE' and
14894            '1T1C' and
14895            ('L2BDMACLRN' or 'L2XCFWD') and
14896            'VHOST_1024' and
14897            not 'VXLAN' and
14898            not 'IP4FWD' and
14899            not '2VM'"
14900   parameters:
14901   - "throughput"
14902   - "parent"
14903   - "tags"
14904   sort:
14905   - "L2BDMACLRN"
14906   - "L2BDMACLRN"
14907   - "L2BDMACLRN"
14908   - "L2XCFWD"
14909   - "L2XCFWD"
14910   - "L2XCFWD"
14911   traces:
14912     hoverinfo: "x+y"
14913     boxpoints: "outliers"
14914     whiskerwidth: 0
14915   layout:
14916     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14917     layout: "plot-throughput"
14918
14919 - type: "plot"
14920   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14921   algorithm: "plot_performance_box"
14922   output-file-type: ".html"
14923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14924   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14925   filter: "'NIC_Intel-X520-DA2' and
14926            '64B' and
14927            'NDRPDR' and
14928            ('ETH' or 'DOT1Q') and
14929            'BASE' and
14930            '2T2C' and
14931            ('L2BDMACLRN' or 'L2XCFWD') and
14932            'VHOST_1024' and
14933            not 'VXLAN' and
14934            not 'IP4FWD' and
14935            not '2VM'"
14936   parameters:
14937   - "throughput"
14938   - "parent"
14939   - "tags"
14940   sort:
14941   - "L2BDMACLRN"
14942   - "L2BDMACLRN"
14943   - "L2BDMACLRN"
14944   - "L2XCFWD"
14945   - "L2XCFWD"
14946   - "L2XCFWD"
14947   traces:
14948     hoverinfo: "x+y"
14949     boxpoints: "outliers"
14950     whiskerwidth: 0
14951   layout:
14952     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14953     layout: "plot-throughput"
14954
14955 - type: "plot"
14956   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14957   algorithm: "plot_performance_box"
14958   output-file-type: ".html"
14959   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14961   filter: "'NIC_Intel-X520-DA2' and
14962            '64B' and
14963            'NDRPDR' and
14964            ('ETH' or 'DOT1Q') and
14965            'BASE' and
14966            '2T2C' and
14967            ('L2BDMACLRN' or 'L2XCFWD') and
14968            'VHOST_1024' and
14969            not 'VXLAN' and
14970            not 'IP4FWD' and
14971            not '2VM'"
14972   parameters:
14973   - "throughput"
14974   - "parent"
14975   - "tags"
14976   sort:
14977   - "L2BDMACLRN"
14978   - "L2BDMACLRN"
14979   - "L2BDMACLRN"
14980   - "L2XCFWD"
14981   - "L2XCFWD"
14982   - "L2XCFWD"
14983   traces:
14984     hoverinfo: "x+y"
14985     boxpoints: "outliers"
14986     whiskerwidth: 0
14987   layout:
14988     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14989     layout: "plot-throughput"
14990
14991 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14992 - type: "plot"
14993   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14994   algorithm: "plot_performance_box"
14995   output-file-type: ".html"
14996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14998   filter: "'NIC_Intel-X520-DA2' and
14999            '64B' and
15000            'NDRPDR' and
15001            ('ETH' or 'DOT1Q') and
15002            '1T1C' and
15003            ('L2BDMACLRN' or 'L2XCFWD') and
15004            'VHOST_1024' and
15005            not 'CFS_OPT' and
15006            not 'DOT1Q' and
15007            not 'VXLAN' and
15008            not 'IP4FWD' and
15009            not 'LBOND'"
15010   parameters:
15011   - "throughput"
15012   - "parent"
15013   - "tags"
15014 #  sort:
15015 #  - "1VM"
15016 #  - "L2XCFWD"
15017 #  - "1VM"
15018 #  - "L2BDMACLRN"
15019   traces:
15020     hoverinfo: "x+y"
15021     boxpoints: "outliers"
15022     whiskerwidth: 0
15023   layout:
15024     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15025     layout: "plot-throughput"
15026
15027 - type: "plot"
15028   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15029   algorithm: "plot_performance_box"
15030   output-file-type: ".html"
15031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15033   filter: "'NIC_Intel-X520-DA2' and
15034            '64B' and
15035            'NDRPDR' and
15036            ('ETH' or 'DOT1Q') and
15037            '1T1C' and
15038            ('L2BDMACLRN' or 'L2XCFWD') and
15039            'VHOST_1024' and
15040            not 'CFS_OPT' and
15041            not 'DOT1Q' and
15042            not 'VXLAN' and
15043            not 'IP4FWD' and
15044            not 'LBOND'"
15045   parameters:
15046   - "throughput"
15047   - "parent"
15048   - "tags"
15049 #  sort:
15050 #  - "1VM"
15051 #  - "L2XCFWD"
15052 #  - "1VM"
15053 #  - "L2BDMACLRN"
15054   traces:
15055     hoverinfo: "x+y"
15056     boxpoints: "outliers"
15057     whiskerwidth: 0
15058   layout:
15059     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15060     layout: "plot-throughput"
15061
15062 - type: "plot"
15063   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15064   algorithm: "plot_performance_box"
15065   output-file-type: ".html"
15066   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15068   filter: "'NIC_Intel-X520-DA2' and
15069            '64B' and
15070            'NDRPDR' and
15071            ('ETH' or 'DOT1Q') and
15072            '2T2C' and
15073            ('L2BDMACLRN' or 'L2XCFWD') and
15074            'VHOST_1024' and
15075            not 'CFS_OPT' and
15076            not 'DOT1Q' and
15077            not 'VXLAN' and
15078            not 'IP4FWD' and
15079            not 'LBOND'"
15080   parameters:
15081   - "throughput"
15082   - "parent"
15083   - "tags"
15084 #  sort:
15085 #  - "1VM"
15086 #  - "L2XCFWD"
15087 #  - "1VM"
15088 #  - "L2BDMACLRN"
15089   traces:
15090     hoverinfo: "x+y"
15091     boxpoints: "outliers"
15092     whiskerwidth: 0
15093   layout:
15094     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15095     layout: "plot-throughput"
15096
15097 - type: "plot"
15098   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15099   algorithm: "plot_performance_box"
15100   output-file-type: ".html"
15101   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15103   filter: "'NIC_Intel-X520-DA2' and
15104            '64B' and
15105            'NDRPDR' and
15106            ('ETH' or 'DOT1Q') and
15107            '2T2C' and
15108            ('L2BDMACLRN' or 'L2XCFWD') and
15109            'VHOST_1024' and
15110            not 'CFS_OPT' and
15111            not 'DOT1Q' and
15112            not 'VXLAN' and
15113            not 'IP4FWD' and
15114            not 'LBOND'"
15115   parameters:
15116   - "throughput"
15117   - "parent"
15118   - "tags"
15119 #  sort:
15120 #  - "1VM"
15121 #  - "L2XCFWD"
15122 #  - "1VM"
15123 #  - "L2BDMACLRN"
15124   traces:
15125     hoverinfo: "x+y"
15126     boxpoints: "outliers"
15127     whiskerwidth: 0
15128   layout:
15129     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15130     layout: "plot-throughput"
15131
15132 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15133 - type: "plot"
15134   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15135   algorithm: "plot_performance_box"
15136   output-file-type: ".html"
15137   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15139   filter: "'NIC_Intel-X710' and
15140            '64B' and
15141            'NDRPDR' and
15142            'ETH' and
15143            'IP4FWD' and
15144            '1T1C' and
15145            'VHOST_1024' and
15146            not 'VXLAN' and
15147            not 'CFS_OPT' and
15148            not 'DOT1Q'"
15149   parameters:
15150   - "throughput"
15151   - "parent"
15152   - "tags"
15153   sort:
15154   - "1VM"
15155   - "2VM"
15156   traces:
15157     hoverinfo: "x+y"
15158     boxpoints: "outliers"
15159     whiskerwidth: 0
15160   layout:
15161     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15162     layout: "plot-throughput"
15163
15164 - type: "plot"
15165   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15166   algorithm: "plot_performance_box"
15167   output-file-type: ".html"
15168   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15170   filter: "'NIC_Intel-X710' and
15171            '64B' and
15172            'NDRPDR' and
15173            'ETH' and
15174            'IP4FWD' and
15175            '2T2C' and
15176            'VHOST_1024' and
15177            not 'VXLAN' and
15178            not 'CFS_OPT' and
15179            not 'DOT1Q'"
15180   parameters:
15181   - "throughput"
15182   - "parent"
15183   - "tags"
15184   sort:
15185   - "1VM"
15186   - "2VM"
15187   traces:
15188     hoverinfo: "x+y"
15189     boxpoints: "outliers"
15190     whiskerwidth: 0
15191   layout:
15192     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15193     layout: "plot-throughput"
15194
15195 - type: "plot"
15196   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15197   algorithm: "plot_performance_box"
15198   output-file-type: ".html"
15199   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15200   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15201   filter: "'NIC_Intel-X710' and
15202            '64B' and
15203            'NDRPDR' and
15204            'ETH' and
15205            'IP4FWD' and
15206            '1T1C' and
15207            'VHOST_1024' and
15208            not 'VXLAN' and
15209            not 'CFS_OPT' and
15210            not 'DOT1Q'"
15211   parameters:
15212   - "throughput"
15213   - "parent"
15214   - "tags"
15215   sort:
15216   - "1VM"
15217   - "2VM"
15218   traces:
15219     hoverinfo: "x+y"
15220     boxpoints: "outliers"
15221     whiskerwidth: 0
15222   layout:
15223     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15224     layout: "plot-throughput"
15225
15226 - type: "plot"
15227   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15228   algorithm: "plot_performance_box"
15229   output-file-type: ".html"
15230   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15232   filter: "'NIC_Intel-X710' and
15233            '64B' and
15234            'NDRPDR' and
15235            'ETH' and
15236            'IP4FWD' and
15237            '2T2C' and
15238            'VHOST_1024' and
15239            not 'VXLAN' and
15240            not 'CFS_OPT' and
15241            not 'DOT1Q'"
15242   parameters:
15243   - "throughput"
15244   - "parent"
15245   - "tags"
15246   sort:
15247   - "1VM"
15248   - "2VM"
15249   traces:
15250     hoverinfo: "x+y"
15251     boxpoints: "outliers"
15252     whiskerwidth: 0
15253   layout:
15254     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15255     layout: "plot-throughput"
15256
15257 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15258 - type: "plot"
15259   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15260   algorithm: "plot_performance_box"
15261   output-file-type: ".html"
15262   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15264   filter: "'NIC_Intel-X710' and
15265            '64B' and
15266            'NDRPDR' and
15267            ('ETH' or 'DOT1Q') and
15268            'BASE' and
15269            '1T1C' and
15270            ('L2BDMACLRN' or 'L2XCFWD') and
15271            'VHOST_1024' and
15272            not 'VXLAN' and
15273            not 'IP4FWD' and
15274            not '2VM'"
15275   parameters:
15276   - "throughput"
15277   - "parent"
15278   - "tags"
15279   sort:
15280   - "L2BDMACLRN"
15281   - "L2BDMACLRN"
15282   - "L2BDMACLRN"
15283   - "L2XCFWD"
15284   - "L2XCFWD"
15285   - "L2XCFWD"
15286   traces:
15287     hoverinfo: "x+y"
15288     boxpoints: "outliers"
15289     whiskerwidth: 0
15290   layout:
15291     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15292     layout: "plot-throughput"
15293
15294 - type: "plot"
15295   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15296   algorithm: "plot_performance_box"
15297   output-file-type: ".html"
15298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15300   filter: "'NIC_Intel-X710' and
15301            '64B' and
15302            'NDRPDR' and
15303            ('ETH' or 'DOT1Q') and
15304            'BASE' and
15305            '1T1C' and
15306            ('L2BDMACLRN' or 'L2XCFWD') and
15307            'VHOST_1024' and
15308            not 'VXLAN' and
15309            not 'IP4FWD' and
15310            not '2VM'"
15311   parameters:
15312   - "throughput"
15313   - "parent"
15314   - "tags"
15315   sort:
15316   - "L2BDMACLRN"
15317   - "L2BDMACLRN"
15318   - "L2BDMACLRN"
15319   - "L2XCFWD"
15320   - "L2XCFWD"
15321   - "L2XCFWD"
15322   traces:
15323     hoverinfo: "x+y"
15324     boxpoints: "outliers"
15325     whiskerwidth: 0
15326   layout:
15327     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15328     layout: "plot-throughput"
15329
15330 - type: "plot"
15331   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15332   algorithm: "plot_performance_box"
15333   output-file-type: ".html"
15334   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15336   filter: "'NIC_Intel-X710' and
15337            '64B' and
15338            'NDRPDR' and
15339            ('ETH' or 'DOT1Q') and
15340            'BASE' and
15341            '2T2C' and
15342            ('L2BDMACLRN' or 'L2XCFWD') and
15343            'VHOST_1024' and
15344            not 'VXLAN' and
15345            not 'IP4FWD' and
15346            not '2VM'"
15347   parameters:
15348   - "throughput"
15349   - "parent"
15350   - "tags"
15351   sort:
15352   - "L2BDMACLRN"
15353   - "L2BDMACLRN"
15354   - "L2BDMACLRN"
15355   - "L2XCFWD"
15356   - "L2XCFWD"
15357   - "L2XCFWD"
15358   traces:
15359     hoverinfo: "x+y"
15360     boxpoints: "outliers"
15361     whiskerwidth: 0
15362   layout:
15363     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15364     layout: "plot-throughput"
15365
15366 - type: "plot"
15367   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15368   algorithm: "plot_performance_box"
15369   output-file-type: ".html"
15370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15372   filter: "'NIC_Intel-X710' and
15373            '64B' and
15374            'NDRPDR' and
15375            ('ETH' or 'DOT1Q') and
15376            'BASE' and
15377            '2T2C' and
15378            ('L2BDMACLRN' or 'L2XCFWD') and
15379            'VHOST_1024' and
15380            not 'VXLAN' and
15381            not 'IP4FWD' and
15382            not '2VM'"
15383   parameters:
15384   - "throughput"
15385   - "parent"
15386   - "tags"
15387   sort:
15388   - "L2BDMACLRN"
15389   - "L2BDMACLRN"
15390   - "L2BDMACLRN"
15391   - "L2XCFWD"
15392   - "L2XCFWD"
15393   - "L2XCFWD"
15394   traces:
15395     hoverinfo: "x+y"
15396     boxpoints: "outliers"
15397     whiskerwidth: 0
15398   layout:
15399     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15400     layout: "plot-throughput"
15401
15402 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15403 - type: "plot"
15404   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15405   algorithm: "plot_performance_box"
15406   output-file-type: ".html"
15407   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15409   filter: "'NIC_Intel-X710' and
15410            '64B' and
15411            'NDRPDR' and
15412            ('ETH' or 'DOT1Q') and
15413            '1T1C' and
15414            ('L2BDMACLRN' or 'L2XCFWD') and
15415            'VHOST_1024' and
15416            not 'CFS_OPT' and
15417            not 'VXLAN' and
15418            not 'IP4FWD' and
15419            not 'LBOND'"
15420   parameters:
15421   - "throughput"
15422   - "parent"
15423   - "tags"
15424   sort:
15425   - "L2BDMACLRN"
15426   - "L2BDMACLRN"
15427   - "L2BDMACLRN"
15428   - "L2XCFWD"
15429   - "L2XCFWD"
15430   - "L2XCFWD"
15431   traces:
15432     hoverinfo: "x+y"
15433     boxpoints: "outliers"
15434     whiskerwidth: 0
15435   layout:
15436     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15437     layout: "plot-throughput"
15438
15439 - type: "plot"
15440   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15441   algorithm: "plot_performance_box"
15442   output-file-type: ".html"
15443   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15445   filter: "'NIC_Intel-X710' and
15446            '64B' and
15447            'NDRPDR' and
15448            ('ETH' or 'DOT1Q') and
15449            '1T1C' and
15450            ('L2BDMACLRN' or 'L2XCFWD') and
15451            'VHOST_1024' and
15452            not 'CFS_OPT' and
15453            not 'VXLAN' and
15454            not 'IP4FWD' and
15455            not 'LBOND'"
15456   parameters:
15457   - "throughput"
15458   - "parent"
15459   - "tags"
15460   sort:
15461   - "L2BDMACLRN"
15462   - "L2BDMACLRN"
15463   - "L2BDMACLRN"
15464   - "L2XCFWD"
15465   - "L2XCFWD"
15466   - "L2XCFWD"
15467   traces:
15468     hoverinfo: "x+y"
15469     boxpoints: "outliers"
15470     whiskerwidth: 0
15471   layout:
15472     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15473     layout: "plot-throughput"
15474
15475 - type: "plot"
15476   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15477   algorithm: "plot_performance_box"
15478   output-file-type: ".html"
15479   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15481   filter: "'NIC_Intel-X710' and
15482            '64B' and
15483            'NDRPDR' and
15484            ('ETH' or 'DOT1Q') and
15485            '2T2C' and
15486            ('L2BDMACLRN' or 'L2XCFWD') and
15487            'VHOST_1024' and
15488            not 'CFS_OPT' and
15489            not 'VXLAN' and
15490            not 'IP4FWD' and
15491            not 'LBOND'"
15492   parameters:
15493   - "throughput"
15494   - "parent"
15495   - "tags"
15496   sort:
15497   - "L2BDMACLRN"
15498   - "L2BDMACLRN"
15499   - "L2BDMACLRN"
15500   - "L2XCFWD"
15501   - "L2XCFWD"
15502   - "L2XCFWD"
15503   traces:
15504     hoverinfo: "x+y"
15505     boxpoints: "outliers"
15506     whiskerwidth: 0
15507   layout:
15508     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15509     layout: "plot-throughput"
15510
15511 - type: "plot"
15512   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15513   algorithm: "plot_performance_box"
15514   output-file-type: ".html"
15515   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15516   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15517   filter: "'NIC_Intel-X710' and
15518            '64B' and
15519            'NDRPDR' and
15520            ('ETH' or 'DOT1Q') and
15521            '2T2C' and
15522            ('L2BDMACLRN' or 'L2XCFWD') and
15523            'VHOST_1024' and
15524            not 'CFS_OPT' and
15525            not 'VXLAN' and
15526            not 'IP4FWD' and
15527            not 'LBOND'"
15528   parameters:
15529   - "throughput"
15530   - "parent"
15531   - "tags"
15532   sort:
15533   - "L2BDMACLRN"
15534   - "L2BDMACLRN"
15535   - "L2BDMACLRN"
15536   - "L2XCFWD"
15537   - "L2XCFWD"
15538   - "L2XCFWD"
15539   traces:
15540     hoverinfo: "x+y"
15541     boxpoints: "outliers"
15542     whiskerwidth: 0
15543   layout:
15544     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15545     layout: "plot-throughput"
15546
15547 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15548 - type: "plot"
15549   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15550   algorithm: "plot_performance_box"
15551   output-file-type: ".html"
15552   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15554   filter: "'NIC_Intel-X710' and
15555            '64B' and
15556            'NDRPDR' and
15557            'ETH' and
15558            'IP4FWD' and
15559            '2T1C' and
15560            'VHOST_1024' and
15561            not 'VXLAN' and
15562            not 'DOT1Q'"
15563   parameters:
15564   - "throughput"
15565   - "parent"
15566   - "tags"
15567   sort:
15568   - "1VM"
15569   - "2VM"
15570   traces:
15571     hoverinfo: "x+y"
15572     boxpoints: "outliers"
15573     whiskerwidth: 0
15574   layout:
15575     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15576     layout: "plot-throughput"
15577
15578 - type: "plot"
15579   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15580   algorithm: "plot_performance_box"
15581   output-file-type: ".html"
15582   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15584   filter: "'NIC_Intel-X710' and
15585            '64B' and
15586            'NDRPDR' and
15587            'ETH' and
15588            'IP4FWD' and
15589            '4T2C' and
15590            'VHOST_1024' and
15591            not 'VXLAN' and
15592            not 'DOT1Q'"
15593   parameters:
15594   - "throughput"
15595   - "parent"
15596   - "tags"
15597   sort:
15598   - "1VM"
15599   - "2VM"
15600   traces:
15601     hoverinfo: "x+y"
15602     boxpoints: "outliers"
15603     whiskerwidth: 0
15604   layout:
15605     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15606     layout: "plot-throughput"
15607
15608 - type: "plot"
15609   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15610   algorithm: "plot_performance_box"
15611   output-file-type: ".html"
15612   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15614   filter: "'NIC_Intel-X710' and
15615            '64B' and
15616            'NDRPDR' and
15617            'ETH' and
15618            'IP4FWD' and
15619            '2T1C' and
15620            'VHOST_1024' and
15621            not 'VXLAN' and
15622            not 'DOT1Q'"
15623   parameters:
15624   - "throughput"
15625   - "parent"
15626   - "tags"
15627   sort:
15628   - "1VM"
15629   - "2VM"
15630   traces:
15631     hoverinfo: "x+y"
15632     boxpoints: "outliers"
15633     whiskerwidth: 0
15634   layout:
15635     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15636     layout: "plot-throughput"
15637
15638 - type: "plot"
15639   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15640   algorithm: "plot_performance_box"
15641   output-file-type: ".html"
15642   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15644   filter: "'NIC_Intel-X710' and
15645            '64B' and
15646            'NDRPDR' and
15647            'ETH' and
15648            'IP4FWD' and
15649            '4T2C' and
15650            'VHOST_1024' and
15651            not 'VXLAN' and
15652            not 'DOT1Q'"
15653   parameters:
15654   - "throughput"
15655   - "parent"
15656   - "tags"
15657   sort:
15658   - "1VM"
15659   - "2VM"
15660   traces:
15661     hoverinfo: "x+y"
15662     boxpoints: "outliers"
15663     whiskerwidth: 0
15664   layout:
15665     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15666     layout: "plot-throughput"
15667
15668 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15669 - type: "plot"
15670   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15671   algorithm: "plot_performance_box"
15672   output-file-type: ".html"
15673   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15675   filter: "'NIC_Intel-X710' and
15676            '64B' and
15677            'NDRPDR' and
15678            ('ETH' or 'DOT1Q') and
15679            'BASE' and
15680            '2T1C' and
15681            ('L2BDMACLRN' or 'L2XCFWD') and
15682            'VHOST_1024' and
15683            not 'VXLAN' and
15684            not 'IP4FWD' and
15685            not '2VM'"
15686   parameters:
15687   - "throughput"
15688   - "parent"
15689   - "tags"
15690   sort:
15691   - "L2BDMACLRN"
15692   - "L2BDMACLRN"
15693   - "L2BDMACLRN"
15694   - "L2XCFWD"
15695   - "L2XCFWD"
15696   - "L2XCFWD"
15697   traces:
15698     hoverinfo: "x+y"
15699     boxpoints: "outliers"
15700     whiskerwidth: 0
15701   layout:
15702     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15703     layout: "plot-throughput"
15704
15705 - type: "plot"
15706   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15707   algorithm: "plot_performance_box"
15708   output-file-type: ".html"
15709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15711   filter: "'NIC_Intel-X710' and
15712            '64B' and
15713            'NDRPDR' and
15714            ('ETH' or 'DOT1Q') and
15715            'BASE' and
15716            '2T1C' and
15717            ('L2BDMACLRN' or 'L2XCFWD') and
15718            'VHOST_1024' and
15719            not 'VXLAN' and
15720            not 'IP4FWD' and
15721            not '2VM'"
15722   parameters:
15723   - "throughput"
15724   - "parent"
15725   - "tags"
15726   sort:
15727   - "L2BDMACLRN"
15728   - "L2BDMACLRN"
15729   - "L2BDMACLRN"
15730   - "L2XCFWD"
15731   - "L2XCFWD"
15732   - "L2XCFWD"
15733   traces:
15734     hoverinfo: "x+y"
15735     boxpoints: "outliers"
15736     whiskerwidth: 0
15737   layout:
15738     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15739     layout: "plot-throughput"
15740
15741 - type: "plot"
15742   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15743   algorithm: "plot_performance_box"
15744   output-file-type: ".html"
15745   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15747   filter: "'NIC_Intel-X710' and
15748            '64B' and
15749            'NDRPDR' and
15750            ('ETH' or 'DOT1Q') and
15751            'BASE' and
15752            '4T2C' and
15753            ('L2BDMACLRN' or 'L2XCFWD') and
15754            'VHOST_1024' and
15755            not 'VXLAN' and
15756            not 'IP4FWD' and
15757            not '2VM'"
15758   parameters:
15759   - "throughput"
15760   - "parent"
15761   - "tags"
15762   sort:
15763   - "L2BDMACLRN"
15764   - "L2BDMACLRN"
15765   - "L2BDMACLRN"
15766   - "L2XCFWD"
15767   - "L2XCFWD"
15768   - "L2XCFWD"
15769   traces:
15770     hoverinfo: "x+y"
15771     boxpoints: "outliers"
15772     whiskerwidth: 0
15773   layout:
15774     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15775     layout: "plot-throughput"
15776
15777 - type: "plot"
15778   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15779   algorithm: "plot_performance_box"
15780   output-file-type: ".html"
15781   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15783   filter: "'NIC_Intel-X710' and
15784            '64B' and
15785            'NDRPDR' and
15786            ('ETH' or 'DOT1Q') and
15787            'BASE' and
15788            '4T2C' and
15789            ('L2BDMACLRN' or 'L2XCFWD') and
15790            'VHOST_1024' and
15791            not 'VXLAN' and
15792            not 'IP4FWD' and
15793            not '2VM'"
15794   parameters:
15795   - "throughput"
15796   - "parent"
15797   - "tags"
15798   sort:
15799   - "L2BDMACLRN"
15800   - "L2BDMACLRN"
15801   - "L2BDMACLRN"
15802   - "L2XCFWD"
15803   - "L2XCFWD"
15804   - "L2XCFWD"
15805   traces:
15806     hoverinfo: "x+y"
15807     boxpoints: "outliers"
15808     whiskerwidth: 0
15809   layout:
15810     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15811     layout: "plot-throughput"
15812
15813 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15814 - type: "plot"
15815   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15816   algorithm: "plot_performance_box"
15817   output-file-type: ".html"
15818   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15820   filter: "'NIC_Intel-X710' and
15821            '64B' and
15822            'NDRPDR' and
15823            ('ETH' or 'DOT1Q') and
15824            '2T1C' and
15825            ('L2BDMACLRN' or 'L2XCFWD') and
15826            'VHOST_1024' and
15827            not 'CFS_OPT' and
15828            not 'VXLAN' and
15829            not 'IP4FWD' and
15830            not 'LBOND'"
15831   parameters:
15832   - "throughput"
15833   - "parent"
15834   - "tags"
15835   sort:
15836   - "L2BDMACLRN"
15837   - "L2BDMACLRN"
15838   - "L2BDMACLRN"
15839   - "L2XCFWD"
15840   - "L2XCFWD"
15841   - "L2XCFWD"
15842   traces:
15843     hoverinfo: "x+y"
15844     boxpoints: "outliers"
15845     whiskerwidth: 0
15846   layout:
15847     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15848     layout: "plot-throughput"
15849
15850 - type: "plot"
15851   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15852   algorithm: "plot_performance_box"
15853   output-file-type: ".html"
15854   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15856   filter: "'NIC_Intel-X710' and
15857            '64B' and
15858            'NDRPDR' and
15859            ('ETH' or 'DOT1Q') and
15860            '2T1C' and
15861            ('L2BDMACLRN' or 'L2XCFWD') and
15862            'VHOST_1024' and
15863            not 'CFS_OPT' and
15864            not 'VXLAN' and
15865            not 'IP4FWD' and
15866            not 'LBOND'"
15867   parameters:
15868   - "throughput"
15869   - "parent"
15870   - "tags"
15871   sort:
15872   - "L2BDMACLRN"
15873   - "L2BDMACLRN"
15874   - "L2BDMACLRN"
15875   - "L2XCFWD"
15876   - "L2XCFWD"
15877   - "L2XCFWD"
15878   traces:
15879     hoverinfo: "x+y"
15880     boxpoints: "outliers"
15881     whiskerwidth: 0
15882   layout:
15883     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15884     layout: "plot-throughput"
15885
15886 - type: "plot"
15887   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15888   algorithm: "plot_performance_box"
15889   output-file-type: ".html"
15890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15892   filter: "'NIC_Intel-X710' and
15893            '64B' and
15894            'NDRPDR' and
15895            ('ETH' or 'DOT1Q') and
15896            '4T2C' and
15897            ('L2BDMACLRN' or 'L2XCFWD') and
15898            'VHOST_1024' and
15899            not 'CFS_OPT' and
15900            not 'VXLAN' and
15901            not 'IP4FWD' and
15902            not 'LBOND'"
15903   parameters:
15904   - "throughput"
15905   - "parent"
15906   - "tags"
15907   sort:
15908   - "L2BDMACLRN"
15909   - "L2BDMACLRN"
15910   - "L2BDMACLRN"
15911   - "L2XCFWD"
15912   - "L2XCFWD"
15913   - "L2XCFWD"
15914   traces:
15915     hoverinfo: "x+y"
15916     boxpoints: "outliers"
15917     whiskerwidth: 0
15918   layout:
15919     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15920     layout: "plot-throughput"
15921
15922 - type: "plot"
15923   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15924   algorithm: "plot_performance_box"
15925   output-file-type: ".html"
15926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15928   filter: "'NIC_Intel-X710' and
15929            '64B' and
15930            'NDRPDR' and
15931            ('ETH' or 'DOT1Q') and
15932            '4T2C' and
15933            ('L2BDMACLRN' or 'L2XCFWD') and
15934            'VHOST_1024' and
15935            not 'CFS_OPT' and
15936            not 'VXLAN' and
15937            not 'IP4FWD' and
15938            not 'LBOND'"
15939   parameters:
15940   - "throughput"
15941   - "parent"
15942   - "tags"
15943   sort:
15944   - "L2BDMACLRN"
15945   - "L2BDMACLRN"
15946   - "L2BDMACLRN"
15947   - "L2XCFWD"
15948   - "L2XCFWD"
15949   - "L2XCFWD"
15950   traces:
15951     hoverinfo: "x+y"
15952     boxpoints: "outliers"
15953     whiskerwidth: 0
15954   layout:
15955     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15956     layout: "plot-throughput"
15957
15958 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15959 - type: "plot"
15960   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15961   algorithm: "plot_performance_box"
15962   output-file-type: ".html"
15963   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15965   filter: "'NIC_Intel-X710' and
15966            '64B' and
15967            'NDRPDR' and
15968            'ETH' and
15969            'IP4FWD' and
15970            '2T1C' and
15971            'VHOST_1024' and
15972            not 'VXLAN' and
15973            not 'NF_DENSITY' and
15974            not 'CFS_OPT' and
15975            not 'DOT1Q'"
15976   parameters:
15977   - "throughput"
15978   - "parent"
15979   - "tags"
15980   sort:
15981   - "1VM"
15982   - "2VM"
15983   traces:
15984     hoverinfo: "x+y"
15985     boxpoints: "outliers"
15986     whiskerwidth: 0
15987   layout:
15988     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15989     layout: "plot-throughput"
15990
15991 - type: "plot"
15992   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15993   algorithm: "plot_performance_box"
15994   output-file-type: ".html"
15995   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15997   filter: "'NIC_Intel-X710' and
15998            '64B' and
15999            'NDRPDR' and
16000            'ETH' and
16001            'IP4FWD' and
16002            '4T2C' and
16003            'VHOST_1024' and
16004            not 'VXLAN' and
16005            not 'NF_DENSITY' and
16006            not 'CFS_OPT' and
16007            not 'DOT1Q'"
16008   parameters:
16009   - "throughput"
16010   - "parent"
16011   - "tags"
16012   sort:
16013   - "1VM"
16014   - "2VM"
16015   traces:
16016     hoverinfo: "x+y"
16017     boxpoints: "outliers"
16018     whiskerwidth: 0
16019   layout:
16020     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16021     layout: "plot-throughput"
16022
16023 - type: "plot"
16024   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16025   algorithm: "plot_performance_box"
16026   output-file-type: ".html"
16027   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16029   filter: "'NIC_Intel-X710' and
16030            '64B' and
16031            'NDRPDR' and
16032            'ETH' and
16033            'IP4FWD' and
16034            '2T1C' and
16035            'VHOST_1024' and
16036            not 'VXLAN' and
16037            not 'NF_DENSITY' and
16038            not 'CFS_OPT' and
16039            not 'DOT1Q'"
16040   parameters:
16041   - "throughput"
16042   - "parent"
16043   - "tags"
16044   sort:
16045   - "1VM"
16046   - "2VM"
16047   traces:
16048     hoverinfo: "x+y"
16049     boxpoints: "outliers"
16050     whiskerwidth: 0
16051   layout:
16052     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16053     layout: "plot-throughput"
16054
16055 - type: "plot"
16056   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16057   algorithm: "plot_performance_box"
16058   output-file-type: ".html"
16059   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16061   filter: "'NIC_Intel-X710' and
16062            '64B' and
16063            'NDRPDR' and
16064            'ETH' and
16065            'IP4FWD' and
16066            '4T2C' and
16067            'VHOST_1024' and
16068            not 'VXLAN' and
16069            not 'NF_DENSITY' and
16070            not 'CFS_OPT' and
16071            not 'DOT1Q'"
16072   parameters:
16073   - "throughput"
16074   - "parent"
16075   - "tags"
16076   sort:
16077   - "1VM"
16078   - "2VM"
16079   traces:
16080     hoverinfo: "x+y"
16081     boxpoints: "outliers"
16082     whiskerwidth: 0
16083   layout:
16084     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16085     layout: "plot-throughput"
16086
16087 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16088 - type: "plot"
16089   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16090   algorithm: "plot_performance_box"
16091   output-file-type: ".html"
16092   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16094   filter: "'NIC_Intel-X710' and
16095            '64B' and
16096            'NDRPDR' and
16097            ('ETH' or 'DOT1Q') and
16098            'BASE' and
16099            '2T1C' and
16100            ('L2BDMACLRN' or 'L2XCFWD') and
16101            'VHOST_1024' and
16102            not 'VXLAN' and
16103            not 'NF_DENSITY' and
16104            not 'IP4FWD' and
16105            not '2VM'"
16106   parameters:
16107   - "throughput"
16108   - "parent"
16109   - "tags"
16110 #  sort:
16111 #  - "not CFS_OPT"
16112 #  - "L2XCFWD"
16113 #  - "not CFS_OPT"
16114 #  - "CFS_OPT"
16115   traces:
16116     hoverinfo: "x+y"
16117     boxpoints: "outliers"
16118     whiskerwidth: 0
16119   layout:
16120     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16121     layout: "plot-throughput"
16122
16123 - type: "plot"
16124   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16125   algorithm: "plot_performance_box"
16126   output-file-type: ".html"
16127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16129   filter: "'NIC_Intel-X710' and
16130            '64B' and
16131            'NDRPDR' and
16132            ('ETH' or 'DOT1Q') and
16133            'BASE' and
16134            '2T1C' and
16135            ('L2BDMACLRN' or 'L2XCFWD') and
16136            'VHOST_1024' and
16137            not 'VXLAN' and
16138            not 'NF_DENSITY' and
16139            not 'IP4FWD' and
16140            not '2VM'"
16141   parameters:
16142   - "throughput"
16143   - "parent"
16144   - "tags"
16145 #  sort:
16146 #  - "not CFS_OPT"
16147 #  - "L2XCFWD"
16148 #  - "not CFS_OPT"
16149 #  - "CFS_OPT"
16150   traces:
16151     hoverinfo: "x+y"
16152     boxpoints: "outliers"
16153     whiskerwidth: 0
16154   layout:
16155     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16156     layout: "plot-throughput"
16157
16158 - type: "plot"
16159   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16160   algorithm: "plot_performance_box"
16161   output-file-type: ".html"
16162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16164   filter: "'NIC_Intel-X710' and
16165            '64B' and
16166            'NDRPDR' and
16167            ('ETH' or 'DOT1Q') and
16168            'BASE' and
16169            '4T2C' and
16170            ('L2BDMACLRN' or 'L2XCFWD') and
16171            'VHOST_1024' and
16172            not 'VXLAN' and
16173            not 'NF_DENSITY' and
16174            not 'IP4FWD' and
16175            not '2VM'"
16176   parameters:
16177   - "throughput"
16178   - "parent"
16179   - "tags"
16180 #  sort:
16181 #  - "not CFS_OPT"
16182 #  - "L2XCFWD"
16183 #  - "not CFS_OPT"
16184 #  - "CFS_OPT"
16185   traces:
16186     hoverinfo: "x+y"
16187     boxpoints: "outliers"
16188     whiskerwidth: 0
16189   layout:
16190     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16191     layout: "plot-throughput"
16192
16193 - type: "plot"
16194   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16195   algorithm: "plot_performance_box"
16196   output-file-type: ".html"
16197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16199   filter: "'NIC_Intel-X710' and
16200            '64B' and
16201            'NDRPDR' and
16202            ('ETH' or 'DOT1Q') and
16203            'BASE' and
16204            '4T2C' and
16205            ('L2BDMACLRN' or 'L2XCFWD') and
16206            'VHOST_1024' and
16207            not 'VXLAN' and
16208            not 'NF_DENSITY' and
16209            not 'IP4FWD' and
16210            not '2VM'"
16211   parameters:
16212   - "throughput"
16213   - "parent"
16214   - "tags"
16215 #  sort:
16216 #  - "not CFS_OPT"
16217 #  - "L2XCFWD"
16218 #  - "not CFS_OPT"
16219 #  - "CFS_OPT"
16220   traces:
16221     hoverinfo: "x+y"
16222     boxpoints: "outliers"
16223     whiskerwidth: 0
16224   layout:
16225     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16226     layout: "plot-throughput"
16227
16228 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16229 - type: "plot"
16230   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16231   algorithm: "plot_performance_box"
16232   output-file-type: ".html"
16233   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16235   filter: "'NIC_Intel-X710' and
16236            '64B' and
16237            'NDRPDR' and
16238            ('ETH' or 'DOT1Q') and
16239            '2T1C' and
16240            ('L2BDMACLRN' or 'L2XCFWD') and
16241            'VHOST_1024' and
16242            not 'CFS_OPT' and
16243            not 'VXLAN' and
16244            not 'NF_DENSITY' and
16245            not 'DOT1Q' and
16246            not 'IP4FWD'"
16247   parameters:
16248   - "throughput"
16249   - "parent"
16250   - "tags"
16251 #  sort:
16252 #  - "1VM"
16253 #  - "L2XCFWD"
16254 #  - "1VM"
16255 #  - "L2BDMACLRN"
16256   traces:
16257     hoverinfo: "x+y"
16258     boxpoints: "outliers"
16259     whiskerwidth: 0
16260   layout:
16261     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16262     layout: "plot-throughput"
16263
16264 - type: "plot"
16265   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16266   algorithm: "plot_performance_box"
16267   output-file-type: ".html"
16268   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16270   filter: "'NIC_Intel-X710' and
16271            '64B' and
16272            'NDRPDR' and
16273            ('ETH' or 'DOT1Q') and
16274            '2T1C' and
16275            ('L2BDMACLRN' or 'L2XCFWD') and
16276            'VHOST_1024' and
16277            not 'CFS_OPT' and
16278            not 'VXLAN' and
16279            not 'NF_DENSITY' and
16280            not 'DOT1Q' and
16281            not 'IP4FWD'"
16282   parameters:
16283   - "throughput"
16284   - "parent"
16285   - "tags"
16286 #  sort:
16287 #  - "1VM"
16288 #  - "L2XCFWD"
16289 #  - "1VM"
16290 #  - "L2BDMACLRN"
16291   traces:
16292     hoverinfo: "x+y"
16293     boxpoints: "outliers"
16294     whiskerwidth: 0
16295   layout:
16296     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16297     layout: "plot-throughput"
16298
16299 - type: "plot"
16300   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16301   algorithm: "plot_performance_box"
16302   output-file-type: ".html"
16303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16305   filter: "'NIC_Intel-X710' and
16306            '64B' and
16307            'NDRPDR' and
16308            ('ETH' or 'DOT1Q') and
16309            '4T2C' and
16310            ('L2BDMACLRN' or 'L2XCFWD') and
16311            'VHOST_1024' and
16312            not 'CFS_OPT' and
16313            not 'VXLAN' and
16314            not 'NF_DENSITY' and
16315            not 'DOT1Q' and
16316            not 'IP4FWD'"
16317   parameters:
16318   - "throughput"
16319   - "parent"
16320   - "tags"
16321 #  sort:
16322 #  - "1VM"
16323 #  - "L2XCFWD"
16324 #  - "1VM"
16325 #  - "L2BDMACLRN"
16326   traces:
16327     hoverinfo: "x+y"
16328     boxpoints: "outliers"
16329     whiskerwidth: 0
16330   layout:
16331     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16332     layout: "plot-throughput"
16333
16334 - type: "plot"
16335   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16336   algorithm: "plot_performance_box"
16337   output-file-type: ".html"
16338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16340   filter: "'NIC_Intel-X710' and
16341            '64B' and
16342            'NDRPDR' and
16343            ('ETH' or 'DOT1Q') and
16344            '4T2C' and
16345            ('L2BDMACLRN' or 'L2XCFWD') and
16346            'VHOST_1024' and
16347            not 'CFS_OPT' and
16348            not 'VXLAN' and
16349            not 'NF_DENSITY' and
16350            not 'DOT1Q' and
16351            not 'IP4FWD'"
16352   parameters:
16353   - "throughput"
16354   - "parent"
16355   - "tags"
16356 #  sort:
16357 #  - "1VM"
16358 #  - "L2XCFWD"
16359 #  - "1VM"
16360 #  - "L2BDMACLRN"
16361   traces:
16362     hoverinfo: "x+y"
16363     boxpoints: "outliers"
16364     whiskerwidth: 0
16365   layout:
16366     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16367     layout: "plot-throughput"
16368
16369 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16370 - type: "plot"
16371   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16372   algorithm: "plot_performance_box"
16373   output-file-type: ".html"
16374   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16376   filter: "'NIC_Intel-XXV710' and
16377            '64B' and
16378            'NDRPDR' and
16379            'ETH' and
16380            'IP4FWD' and
16381            '2T1C' and
16382            'VHOST_1024' and
16383            not 'VXLAN' and
16384            not 'CFS_OPT' and
16385            not 'DOT1Q'"
16386   parameters:
16387   - "throughput"
16388   - "parent"
16389   - "tags"
16390   sort:
16391   - "1VM"
16392   - "2VM"
16393   traces:
16394     hoverinfo: "x+y"
16395     boxpoints: "outliers"
16396     whiskerwidth: 0
16397   layout:
16398     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16399     layout: "plot-throughput"
16400
16401 - type: "plot"
16402   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16403   algorithm: "plot_performance_box"
16404   output-file-type: ".html"
16405   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16407   filter: "'NIC_Intel-XXV710' and
16408            '64B' and
16409            'NDRPDR' and
16410            'ETH' and
16411            'IP4FWD' and
16412            '4T2C' and
16413            'VHOST_1024' and
16414            not 'VXLAN' and
16415            not 'CFS_OPT' and
16416            not 'DOT1Q'"
16417   parameters:
16418   - "throughput"
16419   - "parent"
16420   - "tags"
16421   sort:
16422   - "1VM"
16423   - "2VM"
16424   traces:
16425     hoverinfo: "x+y"
16426     boxpoints: "outliers"
16427     whiskerwidth: 0
16428   layout:
16429     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16430     layout: "plot-throughput"
16431
16432 - type: "plot"
16433   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16434   algorithm: "plot_performance_box"
16435   output-file-type: ".html"
16436   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16438   filter: "'NIC_Intel-XXV710' and
16439            '64B' and
16440            'NDRPDR' and
16441            'ETH' and
16442            'IP4FWD' and
16443            '2T1C' and
16444            'VHOST_1024' and
16445            not 'VXLAN' and
16446            not 'CFS_OPT' and
16447            not 'DOT1Q'"
16448   parameters:
16449   - "throughput"
16450   - "parent"
16451   - "tags"
16452   sort:
16453   - "1VM"
16454   - "2VM"
16455   traces:
16456     hoverinfo: "x+y"
16457     boxpoints: "outliers"
16458     whiskerwidth: 0
16459   layout:
16460     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16461     layout: "plot-throughput"
16462
16463 - type: "plot"
16464   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16465   algorithm: "plot_performance_box"
16466   output-file-type: ".html"
16467   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16469   filter: "'NIC_Intel-XXV710' and
16470            '64B' and
16471            'NDRPDR' and
16472            'ETH' and
16473            'IP4FWD' and
16474            '4T2C' and
16475            'VHOST_1024' and
16476            not 'VXLAN' and
16477            not 'CFS_OPT' and
16478            not 'DOT1Q'"
16479   parameters:
16480   - "throughput"
16481   - "parent"
16482   - "tags"
16483   sort:
16484   - "1VM"
16485   - "2VM"
16486   traces:
16487     hoverinfo: "x+y"
16488     boxpoints: "outliers"
16489     whiskerwidth: 0
16490   layout:
16491     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16492     layout: "plot-throughput"
16493
16494 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16495 #- type: "plot"
16496 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16497 #  algorithm: "plot_performance_box"
16498 #  output-file-type: ".html"
16499 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16500 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16501 #  filter: "'NIC_Intel-XXV710' and
16502 #           '64B' and
16503 #           'NDRPDR' and
16504 #           ('ETH' or 'DOT1Q') and
16505 #           'BASE' and
16506 #           '2T1C' and
16507 #           ('L2BDMACLRN' or 'L2XCFWD') and
16508 #           'VHOST_1024' and
16509 #           not 'VXLAN' and
16510 #           not 'IP4FWD' and
16511 #           not '2VM'"
16512 #  parameters:
16513 #  - "throughput"
16514 #  - "parent"
16515 #  - "tags"
16516 ##  sort:
16517 ##  - "not CFS_OPT"
16518 ##  - "L2XCFWD"
16519 ##  - "not CFS_OPT"
16520 ##  - "CFS_OPT"
16521 #  traces:
16522 #    hoverinfo: "x+y"
16523 #    boxpoints: "outliers"
16524 #    whiskerwidth: 0
16525 #  layout:
16526 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16527 #    layout: "plot-throughput"
16528 #
16529 #- type: "plot"
16530 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16531 #  algorithm: "plot_performance_box"
16532 #  output-file-type: ".html"
16533 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16534 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16535 #  filter: "'NIC_Intel-XXV710' and
16536 #           '64B' and
16537 #           'NDRPDR' and
16538 #           ('ETH' or 'DOT1Q') and
16539 #           'BASE' and
16540 #           '2T1C' and
16541 #           ('L2BDMACLRN' or 'L2XCFWD') and
16542 #           'VHOST_1024' and
16543 #           not 'VXLAN' and
16544 #           not 'IP4FWD' and
16545 #           not '2VM'"
16546 #  parameters:
16547 #  - "throughput"
16548 #  - "parent"
16549 #  - "tags"
16550 ##  sort:
16551 ##  - "not CFS_OPT"
16552 ##  - "L2XCFWD"
16553 ##  - "not CFS_OPT"
16554 ##  - "CFS_OPT"
16555 #  traces:
16556 #    hoverinfo: "x+y"
16557 #    boxpoints: "outliers"
16558 #    whiskerwidth: 0
16559 #  layout:
16560 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16561 #    layout: "plot-throughput"
16562 #
16563 #- type: "plot"
16564 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16565 #  algorithm: "plot_performance_box"
16566 #  output-file-type: ".html"
16567 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16568 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16569 #  filter: "'NIC_Intel-XXV710' and
16570 #           '64B' and
16571 #           'NDRPDR' and
16572 #           ('ETH' or 'DOT1Q') and
16573 #           'BASE' and
16574 #           '4T2C' and
16575 #           ('L2BDMACLRN' or 'L2XCFWD') and
16576 #           'VHOST_1024' and
16577 #           not 'VXLAN' and
16578 #           not 'IP4FWD' and
16579 #           not '2VM'"
16580 #  parameters:
16581 #  - "throughput"
16582 #  - "parent"
16583 #  - "tags"
16584 ##  sort:
16585 ##  - "not CFS_OPT"
16586 ##  - "L2XCFWD"
16587 ##  - "not CFS_OPT"
16588 ##  - "CFS_OPT"
16589 #  traces:
16590 #    hoverinfo: "x+y"
16591 #    boxpoints: "outliers"
16592 #    whiskerwidth: 0
16593 #  layout:
16594 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16595 #    layout: "plot-throughput"
16596 #
16597 #- type: "plot"
16598 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16599 #  algorithm: "plot_performance_box"
16600 #  output-file-type: ".html"
16601 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16602 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16603 #  filter: "'NIC_Intel-XXV710' and
16604 #           '64B' and
16605 #           'NDRPDR' and
16606 #           ('ETH' or 'DOT1Q') and
16607 #           'BASE' and
16608 #           '4T2C' and
16609 #           ('L2BDMACLRN' or 'L2XCFWD') and
16610 #           'VHOST_1024' and
16611 #           not 'VXLAN' and
16612 #           not 'IP4FWD' and
16613 #           not '2VM'"
16614 #  parameters:
16615 #  - "throughput"
16616 #  - "parent"
16617 #  - "tags"
16618 ##  sort:
16619 ##  - "not CFS_OPT"
16620 ##  - "L2XCFWD"
16621 ##  - "not CFS_OPT"
16622 ##  - "CFS_OPT"
16623 #  traces:
16624 #    hoverinfo: "x+y"
16625 #    boxpoints: "outliers"
16626 #    whiskerwidth: 0
16627 #  layout:
16628 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16629 #    layout: "plot-throughput"
16630 #
16631 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16632 #- type: "plot"
16633 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16634 #  algorithm: "plot_performance_box"
16635 #  output-file-type: ".html"
16636 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16637 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16638 #  filter: "'NIC_Intel-XXV710' and
16639 #           '64B' and
16640 #           'NDRPDR' and
16641 #           ('ETH' or 'DOT1Q') and
16642 #           '2T1C' and
16643 #           ('L2BDMACLRN' or 'L2XCFWD') and
16644 #           'VHOST_1024' and
16645 #           not 'CFS_OPT' and
16646 #           not 'VXLAN' and
16647 #           not 'DOT1Q' and
16648 #           not 'IP4FWD'"
16649 #  parameters:
16650 #  - "throughput"
16651 #  - "parent"
16652 #  - "tags"
16653 ##  sort:
16654 ##  - "1VM"
16655 ##  - "L2XCFWD"
16656 ##  - "1VM"
16657 ##  - "L2BDMACLRN"
16658 #  traces:
16659 #    hoverinfo: "x+y"
16660 #    boxpoints: "outliers"
16661 #    whiskerwidth: 0
16662 #  layout:
16663 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16664 #    layout: "plot-throughput"
16665 #
16666 #- type: "plot"
16667 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16668 #  algorithm: "plot_performance_box"
16669 #  output-file-type: ".html"
16670 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16671 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16672 #  filter: "'NIC_Intel-XXV710' and
16673 #           '64B' and
16674 #           'NDRPDR' and
16675 #           ('ETH' or 'DOT1Q') and
16676 #           '2T1C' and
16677 #           ('L2BDMACLRN' or 'L2XCFWD') and
16678 #           'VHOST_1024' and
16679 #           not 'CFS_OPT' and
16680 #           not 'VXLAN' and
16681 #           not 'DOT1Q' and
16682 #           not 'IP4FWD'"
16683 #  parameters:
16684 #  - "throughput"
16685 #  - "parent"
16686 #  - "tags"
16687 ##  sort:
16688 ##  - "1VM"
16689 ##  - "L2XCFWD"
16690 ##  - "1VM"
16691 ##  - "L2BDMACLRN"
16692 #  traces:
16693 #    hoverinfo: "x+y"
16694 #    boxpoints: "outliers"
16695 #    whiskerwidth: 0
16696 #  layout:
16697 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16698 #    layout: "plot-throughput"
16699 #
16700 #- type: "plot"
16701 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16702 #  algorithm: "plot_performance_box"
16703 #  output-file-type: ".html"
16704 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16705 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16706 #  filter: "'NIC_Intel-XXV710' and
16707 #           '64B' and
16708 #           'NDRPDR' and
16709 #           ('ETH' or 'DOT1Q') and
16710 #           '4T2C' and
16711 #           ('L2BDMACLRN' or 'L2XCFWD') and
16712 #           'VHOST_1024' and
16713 #           not 'CFS_OPT' and
16714 #           not 'VXLAN' and
16715 #           not 'DOT1Q' and
16716 #           not 'IP4FWD'"
16717 #  parameters:
16718 #  - "throughput"
16719 #  - "parent"
16720 #  - "tags"
16721 ##  sort:
16722 ##  - "1VM"
16723 ##  - "L2XCFWD"
16724 ##  - "1VM"
16725 ##  - "L2BDMACLRN"
16726 #  traces:
16727 #    hoverinfo: "x+y"
16728 #    boxpoints: "outliers"
16729 #    whiskerwidth: 0
16730 #  layout:
16731 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16732 #    layout: "plot-throughput"
16733 #
16734 #- type: "plot"
16735 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16736 #  algorithm: "plot_performance_box"
16737 #  output-file-type: ".html"
16738 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16739 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16740 #  filter: "'NIC_Intel-XXV710' and
16741 #           '64B' and
16742 #           'NDRPDR' and
16743 #           ('ETH' or 'DOT1Q') and
16744 #           '4T2C' and
16745 #           ('L2BDMACLRN' or 'L2XCFWD') and
16746 #           'VHOST_1024' and
16747 #           not 'CFS_OPT' and
16748 #           not 'VXLAN' and
16749 #           not 'DOT1Q' and
16750 #           not 'IP4FWD'"
16751 #  parameters:
16752 #  - "throughput"
16753 #  - "parent"
16754 #  - "tags"
16755 ##  sort:
16756 ##  - "1VM"
16757 ##  - "L2XCFWD"
16758 ##  - "1VM"
16759 ##  - "L2BDMACLRN"
16760 #  traces:
16761 #    hoverinfo: "x+y"
16762 #    boxpoints: "outliers"
16763 #    whiskerwidth: 0
16764 #  layout:
16765 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16766 #    layout: "plot-throughput"
16767
16768 ################################################################################
16769
16770 # Packet Throughput - VPP VTS 3n-hsw-x520
16771 - type: "plot"
16772   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16773   algorithm: "plot_performance_box"
16774   output-file-type: ".html"
16775   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16776   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16777   filter: "'NIC_Intel-X520-DA2' and
16778            '114B' and
16779            'NDRPDR' and
16780            '1T1C' and
16781            'VTS'"
16782   parameters:
16783   - "throughput"
16784   - "parent"
16785   - "tags"
16786   traces:
16787     hoverinfo: "x+y"
16788     boxpoints: "outliers"
16789     whiskerwidth: 0
16790   layout:
16791     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16792     layout: "plot-throughput"
16793
16794 - type: "plot"
16795   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16796   algorithm: "plot_performance_box"
16797   output-file-type: ".html"
16798   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16800   filter: "'NIC_Intel-X520-DA2' and
16801            '114B' and
16802            'NDRPDR' and
16803            '2T2C' and
16804            'VTS'"
16805   parameters:
16806   - "throughput"
16807   - "parent"
16808   - "tags"
16809   traces:
16810     hoverinfo: "x+y"
16811     boxpoints: "outliers"
16812     whiskerwidth: 0
16813   layout:
16814     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16815     layout: "plot-throughput"
16816
16817 - type: "plot"
16818   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16819   algorithm: "plot_performance_box"
16820   output-file-type: ".html"
16821   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16822   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16823   filter: "'NIC_Intel-X520-DA2' and
16824            '114B' and
16825            'NDRPDR' and
16826            '1T1C' and
16827            'VTS'"
16828   parameters:
16829   - "throughput"
16830   - "parent"
16831   - "tags"
16832   traces:
16833     hoverinfo: "x+y"
16834     boxpoints: "outliers"
16835     whiskerwidth: 0
16836   layout:
16837     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16838     layout: "plot-throughput"
16839
16840 - type: "plot"
16841   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16842   algorithm: "plot_performance_box"
16843   output-file-type: ".html"
16844   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16846   filter: "'NIC_Intel-X520-DA2' and
16847            '114B' and
16848            'NDRPDR' and
16849            '2T2C' and
16850            'VTS'"
16851   parameters:
16852   - "throughput"
16853   - "parent"
16854   - "tags"
16855   traces:
16856     hoverinfo: "x+y"
16857     boxpoints: "outliers"
16858     whiskerwidth: 0
16859   layout:
16860     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16861     layout: "plot-throughput"
16862
16863 ################################################################################
16864
16865 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16866 - type: "plot"
16867   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16868   algorithm: "plot_performance_box"
16869   output-file-type: ".html"
16870   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16871   data: "plot-dpdk-throughput-latency-3n-hsw"
16872   filter: "'NIC_Intel-X520-DA2' and
16873            '64B' and
16874            'BASE' and
16875            'NDRPDR' and
16876            '1T1C' and
16877            'IP4FWD'"
16878   parameters:
16879   - "throughput"
16880   - "parent"
16881   - "tags"
16882   traces:
16883     hoverinfo: "x+y"
16884     boxpoints: "outliers"
16885     whiskerwidth: 0
16886   layout:
16887     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16888     layout: "plot-throughput"
16889
16890 - type: "plot"
16891   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16892   algorithm: "plot_performance_box"
16893   output-file-type: ".html"
16894   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16895   data: "plot-dpdk-throughput-latency-3n-hsw"
16896   filter: "'NIC_Intel-X520-DA2' and
16897            '64B' and
16898            'BASE' and
16899            'NDRPDR' and
16900            '2T2C' and
16901            'IP4FWD'"
16902   parameters:
16903   - "throughput"
16904   - "parent"
16905   - "tags"
16906   traces:
16907     hoverinfo: "x+y"
16908     boxpoints: "outliers"
16909     whiskerwidth: 0
16910   layout:
16911     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16912     layout: "plot-throughput"
16913
16914 - type: "plot"
16915   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16916   algorithm: "plot_performance_box"
16917   output-file-type: ".html"
16918   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16919   data: "plot-dpdk-throughput-latency-3n-hsw"
16920   filter: "'NIC_Intel-X520-DA2' and
16921            '64B' and
16922            'BASE' and
16923            'NDRPDR' and
16924            '1T1C' and
16925            'IP4FWD'"
16926   parameters:
16927   - "throughput"
16928   - "parent"
16929   - "tags"
16930   traces:
16931     hoverinfo: "x+y"
16932     boxpoints: "outliers"
16933     whiskerwidth: 0
16934   layout:
16935     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16936     layout: "plot-throughput"
16937
16938 - type: "plot"
16939   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16940   algorithm: "plot_performance_box"
16941   output-file-type: ".html"
16942   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16943   data: "plot-dpdk-throughput-latency-3n-hsw"
16944   filter: "'NIC_Intel-X520-DA2' and
16945            '64B' and
16946            'BASE' and
16947            'NDRPDR' and
16948            '2T2C' and
16949            'IP4FWD'"
16950   parameters:
16951   - "throughput"
16952   - "parent"
16953   - "tags"
16954   traces:
16955     hoverinfo: "x+y"
16956     boxpoints: "outliers"
16957     whiskerwidth: 0
16958   layout:
16959     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16960     layout: "plot-throughput"
16961
16962 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16963 - type: "plot"
16964   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16965   algorithm: "plot_performance_box"
16966   output-file-type: ".html"
16967   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16968   data: "plot-dpdk-throughput-latency-3n-hsw"
16969   filter: "'NIC_Intel-X710' and
16970            '64B' and
16971            'BASE' and
16972            'NDRPDR' and
16973            '1T1C' and
16974            'IP4FWD'"
16975   parameters:
16976   - "throughput"
16977   - "parent"
16978   - "tags"
16979   traces:
16980     hoverinfo: "x+y"
16981     boxpoints: "outliers"
16982     whiskerwidth: 0
16983   layout:
16984     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16985     layout: "plot-throughput"
16986
16987 - type: "plot"
16988   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16989   algorithm: "plot_performance_box"
16990   output-file-type: ".html"
16991   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16992   data: "plot-dpdk-throughput-latency-3n-hsw"
16993   filter: "'NIC_Intel-X710' and
16994            '64B' and
16995            'BASE' and
16996            'NDRPDR' and
16997            '2T2C' and
16998            'IP4FWD'"
16999   parameters:
17000   - "throughput"
17001   - "parent"
17002   - "tags"
17003   traces:
17004     hoverinfo: "x+y"
17005     boxpoints: "outliers"
17006     whiskerwidth: 0
17007   layout:
17008     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17009     layout: "plot-throughput"
17010
17011 - type: "plot"
17012   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17013   algorithm: "plot_performance_box"
17014   output-file-type: ".html"
17015   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17016   data: "plot-dpdk-throughput-latency-3n-hsw"
17017   filter: "'NIC_Intel-X710' and
17018            '64B' and
17019            'BASE' and
17020            'NDRPDR' and
17021            '1T1C' and
17022            'IP4FWD'"
17023   parameters:
17024   - "throughput"
17025   - "parent"
17026   - "tags"
17027   traces:
17028     hoverinfo: "x+y"
17029     boxpoints: "outliers"
17030     whiskerwidth: 0
17031   layout:
17032     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17033     layout: "plot-throughput"
17034
17035 - type: "plot"
17036   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17037   algorithm: "plot_performance_box"
17038   output-file-type: ".html"
17039   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17040   data: "plot-dpdk-throughput-latency-3n-hsw"
17041   filter: "'NIC_Intel-X710' and
17042            '64B' and
17043            'BASE' and
17044            'NDRPDR' and
17045            '2T2C' and
17046            'IP4FWD'"
17047   parameters:
17048   - "throughput"
17049   - "parent"
17050   - "tags"
17051   traces:
17052     hoverinfo: "x+y"
17053     boxpoints: "outliers"
17054     whiskerwidth: 0
17055   layout:
17056     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17057     layout: "plot-throughput"
17058
17059 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17060 - type: "plot"
17061   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17062   algorithm: "plot_performance_box"
17063   output-file-type: ".html"
17064   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17065   data: "plot-dpdk-throughput-latency-3n-hsw"
17066   filter: "'NIC_Intel-XL710' and
17067            '64B' and
17068            'BASE' and
17069            'NDRPDR' and
17070            '1T1C' and
17071            'IP4FWD'"
17072   parameters:
17073   - "throughput"
17074   - "parent"
17075   - "tags"
17076   traces:
17077     hoverinfo: "x+y"
17078     boxpoints: "outliers"
17079     whiskerwidth: 0
17080   layout:
17081     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17082     layout: "plot-throughput"
17083
17084 - type: "plot"
17085   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17086   algorithm: "plot_performance_box"
17087   output-file-type: ".html"
17088   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17089   data: "plot-dpdk-throughput-latency-3n-hsw"
17090   filter: "'NIC_Intel-XL710' and
17091            '64B' and
17092            'BASE' and
17093            'NDRPDR' and
17094            '2T2C' and
17095            'IP4FWD'"
17096   parameters:
17097   - "throughput"
17098   - "parent"
17099   - "tags"
17100   traces:
17101     hoverinfo: "x+y"
17102     boxpoints: "outliers"
17103     whiskerwidth: 0
17104   layout:
17105     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17106     layout: "plot-throughput"
17107
17108 - type: "plot"
17109   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17110   algorithm: "plot_performance_box"
17111   output-file-type: ".html"
17112   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17113   data: "plot-dpdk-throughput-latency-3n-hsw"
17114   filter: "'NIC_Intel-XL710' and
17115            '64B' and
17116            'BASE' and
17117            'NDRPDR' and
17118            '1T1C' and
17119            'IP4FWD'"
17120   parameters:
17121   - "throughput"
17122   - "parent"
17123   - "tags"
17124   traces:
17125     hoverinfo: "x+y"
17126     boxpoints: "outliers"
17127     whiskerwidth: 0
17128   layout:
17129     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17134   algorithm: "plot_performance_box"
17135   output-file-type: ".html"
17136   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17137   data: "plot-dpdk-throughput-latency-3n-hsw"
17138   filter: "'NIC_Intel-XL710' and
17139            '64B' and
17140            'BASE' and
17141            'NDRPDR' and
17142            '2T2C' and
17143            'IP4FWD'"
17144   parameters:
17145   - "throughput"
17146   - "parent"
17147   - "tags"
17148   traces:
17149     hoverinfo: "x+y"
17150     boxpoints: "outliers"
17151     whiskerwidth: 0
17152   layout:
17153     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17154     layout: "plot-throughput"
17155
17156 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17157 - type: "plot"
17158   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17159   algorithm: "plot_performance_box"
17160   output-file-type: ".html"
17161   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17162   data: "plot-dpdk-throughput-latency-3n-skx"
17163   filter: "'NIC_Intel-X710' and
17164            '64B' and
17165            'BASE' and
17166            'NDRPDR' and
17167            '2T1C' and
17168            'IP4FWD'"
17169   parameters:
17170   - "throughput"
17171   - "parent"
17172   - "tags"
17173   traces:
17174     hoverinfo: "x+y"
17175     boxpoints: "outliers"
17176     whiskerwidth: 0
17177   layout:
17178     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17179     layout: "plot-throughput"
17180
17181 - type: "plot"
17182   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17183   algorithm: "plot_performance_box"
17184   output-file-type: ".html"
17185   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17186   data: "plot-dpdk-throughput-latency-3n-skx"
17187   filter: "'NIC_Intel-X710' and
17188            '64B' and
17189            'BASE' and
17190            'NDRPDR' and
17191            '4T2C' and
17192            'IP4FWD'"
17193   parameters:
17194   - "throughput"
17195   - "parent"
17196   - "tags"
17197   traces:
17198     hoverinfo: "x+y"
17199     boxpoints: "outliers"
17200     whiskerwidth: 0
17201   layout:
17202     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17203     layout: "plot-throughput"
17204
17205 - type: "plot"
17206   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17207   algorithm: "plot_performance_box"
17208   output-file-type: ".html"
17209   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17210   data: "plot-dpdk-throughput-latency-3n-skx"
17211   filter: "'NIC_Intel-X710' and
17212            '64B' and
17213            'BASE' and
17214            'NDRPDR' and
17215            '2T1C' and
17216            'IP4FWD'"
17217   parameters:
17218   - "throughput"
17219   - "parent"
17220   - "tags"
17221   traces:
17222     hoverinfo: "x+y"
17223     boxpoints: "outliers"
17224     whiskerwidth: 0
17225   layout:
17226     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17227     layout: "plot-throughput"
17228
17229 - type: "plot"
17230   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17231   algorithm: "plot_performance_box"
17232   output-file-type: ".html"
17233   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17234   data: "plot-dpdk-throughput-latency-3n-skx"
17235   filter: "'NIC_Intel-X710' and
17236            '64B' and
17237            'BASE' and
17238            'NDRPDR' and
17239            '4T2C' and
17240            'IP4FWD'"
17241   parameters:
17242   - "throughput"
17243   - "parent"
17244   - "tags"
17245   traces:
17246     hoverinfo: "x+y"
17247     boxpoints: "outliers"
17248     whiskerwidth: 0
17249   layout:
17250     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17251     layout: "plot-throughput"
17252
17253 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17254 - type: "plot"
17255   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17256   algorithm: "plot_performance_box"
17257   output-file-type: ".html"
17258   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17259   data: "plot-dpdk-throughput-latency-3n-skx"
17260   filter: "'NIC_Intel-XXV710' and
17261            '64B' and
17262            'BASE' and
17263            'NDRPDR' and
17264            '2T1C' and
17265            'IP4FWD'"
17266   parameters:
17267   - "throughput"
17268   - "parent"
17269   - "tags"
17270   traces:
17271     hoverinfo: "x+y"
17272     boxpoints: "outliers"
17273     whiskerwidth: 0
17274   layout:
17275     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17276     layout: "plot-throughput"
17277
17278 - type: "plot"
17279   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17280   algorithm: "plot_performance_box"
17281   output-file-type: ".html"
17282   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17283   data: "plot-dpdk-throughput-latency-3n-skx"
17284   filter: "'NIC_Intel-XXV710' and
17285            '64B' and
17286            'BASE' and
17287            'NDRPDR' and
17288            '4T2C' and
17289            'IP4FWD'"
17290   parameters:
17291   - "throughput"
17292   - "parent"
17293   - "tags"
17294   traces:
17295     hoverinfo: "x+y"
17296     boxpoints: "outliers"
17297     whiskerwidth: 0
17298   layout:
17299     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17300     layout: "plot-throughput"
17301
17302 - type: "plot"
17303   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17304   algorithm: "plot_performance_box"
17305   output-file-type: ".html"
17306   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17307   data: "plot-dpdk-throughput-latency-3n-skx"
17308   filter: "'NIC_Intel-XXV710' and
17309            '64B' and
17310            'BASE' and
17311            'NDRPDR' and
17312            '2T1C' and
17313            'IP4FWD'"
17314   parameters:
17315   - "throughput"
17316   - "parent"
17317   - "tags"
17318   traces:
17319     hoverinfo: "x+y"
17320     boxpoints: "outliers"
17321     whiskerwidth: 0
17322   layout:
17323     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17324     layout: "plot-throughput"
17325
17326 - type: "plot"
17327   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17328   algorithm: "plot_performance_box"
17329   output-file-type: ".html"
17330   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17331   data: "plot-dpdk-throughput-latency-3n-skx"
17332   filter: "'NIC_Intel-XXV710' and
17333            '64B' and
17334            'BASE' and
17335            'NDRPDR' and
17336            '4T2C' and
17337            'IP4FWD'"
17338   parameters:
17339   - "throughput"
17340   - "parent"
17341   - "tags"
17342   traces:
17343     hoverinfo: "x+y"
17344     boxpoints: "outliers"
17345     whiskerwidth: 0
17346   layout:
17347     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17348     layout: "plot-throughput"
17349
17350 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17351 - type: "plot"
17352   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17353   algorithm: "plot_performance_box"
17354   output-file-type: ".html"
17355   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17356   data: "plot-dpdk-throughput-latency-2n-skx"
17357   filter: "'NIC_Intel-X710' and
17358            '64B' and
17359            'BASE' and
17360            'NDRPDR' and
17361            '2T1C' and
17362            'IP4FWD'"
17363   parameters:
17364   - "throughput"
17365   - "parent"
17366   - "tags"
17367   traces:
17368     hoverinfo: "x+y"
17369     boxpoints: "outliers"
17370     whiskerwidth: 0
17371   layout:
17372     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17377   algorithm: "plot_performance_box"
17378   output-file-type: ".html"
17379   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17380   data: "plot-dpdk-throughput-latency-2n-skx"
17381   filter: "'NIC_Intel-X710' and
17382            '64B' and
17383            'BASE' and
17384            'NDRPDR' and
17385            '4T2C' and
17386            'IP4FWD'"
17387   parameters:
17388   - "throughput"
17389   - "parent"
17390   - "tags"
17391   traces:
17392     hoverinfo: "x+y"
17393     boxpoints: "outliers"
17394     whiskerwidth: 0
17395   layout:
17396     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17401   algorithm: "plot_performance_box"
17402   output-file-type: ".html"
17403   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17404   data: "plot-dpdk-throughput-latency-2n-skx"
17405   filter: "'NIC_Intel-X710' and
17406            '64B' and
17407            'BASE' and
17408            'NDRPDR' and
17409            '2T1C' and
17410            'IP4FWD'"
17411   parameters:
17412   - "throughput"
17413   - "parent"
17414   - "tags"
17415   traces:
17416     hoverinfo: "x+y"
17417     boxpoints: "outliers"
17418     whiskerwidth: 0
17419   layout:
17420     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17421     layout: "plot-throughput"
17422
17423 - type: "plot"
17424   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17425   algorithm: "plot_performance_box"
17426   output-file-type: ".html"
17427   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17428   data: "plot-dpdk-throughput-latency-2n-skx"
17429   filter: "'NIC_Intel-X710' and
17430            '64B' and
17431            'BASE' and
17432            'NDRPDR' and
17433            '4T2C' and
17434            'IP4FWD'"
17435   parameters:
17436   - "throughput"
17437   - "parent"
17438   - "tags"
17439   traces:
17440     hoverinfo: "x+y"
17441     boxpoints: "outliers"
17442     whiskerwidth: 0
17443   layout:
17444     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17445     layout: "plot-throughput"
17446
17447 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17448 - type: "plot"
17449   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17450   algorithm: "plot_performance_box"
17451   output-file-type: ".html"
17452   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17453   data: "plot-dpdk-throughput-latency-2n-skx"
17454   filter: "'NIC_Intel-XXV710' and
17455            '64B' and
17456            'BASE' and
17457            'NDRPDR' and
17458            '2T1C' and
17459            'IP4FWD'"
17460   parameters:
17461   - "throughput"
17462   - "parent"
17463   - "tags"
17464   traces:
17465     hoverinfo: "x+y"
17466     boxpoints: "outliers"
17467     whiskerwidth: 0
17468   layout:
17469     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17470     layout: "plot-throughput"
17471
17472 - type: "plot"
17473   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17474   algorithm: "plot_performance_box"
17475   output-file-type: ".html"
17476   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17477   data: "plot-dpdk-throughput-latency-2n-skx"
17478   filter: "'NIC_Intel-XXV710' and
17479            '64B' and
17480            'BASE' and
17481            'NDRPDR' and
17482            '4T2C' and
17483            'IP4FWD'"
17484   parameters:
17485   - "throughput"
17486   - "parent"
17487   - "tags"
17488   traces:
17489     hoverinfo: "x+y"
17490     boxpoints: "outliers"
17491     whiskerwidth: 0
17492   layout:
17493     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17498   algorithm: "plot_performance_box"
17499   output-file-type: ".html"
17500   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17501   data: "plot-dpdk-throughput-latency-2n-skx"
17502   filter: "'NIC_Intel-XXV710' and
17503            '64B' and
17504            'BASE' and
17505            'NDRPDR' and
17506            '2T1C' and
17507            'IP4FWD'"
17508   parameters:
17509   - "throughput"
17510   - "parent"
17511   - "tags"
17512   traces:
17513     hoverinfo: "x+y"
17514     boxpoints: "outliers"
17515     whiskerwidth: 0
17516   layout:
17517     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17518     layout: "plot-throughput"
17519
17520 - type: "plot"
17521   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17522   algorithm: "plot_performance_box"
17523   output-file-type: ".html"
17524   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17525   data: "plot-dpdk-throughput-latency-2n-skx"
17526   filter: "'NIC_Intel-XXV710' and
17527            '64B' and
17528            'BASE' and
17529            'NDRPDR' and
17530            '4T2C' and
17531            'IP4FWD'"
17532   parameters:
17533   - "throughput"
17534   - "parent"
17535   - "tags"
17536   traces:
17537     hoverinfo: "x+y"
17538     boxpoints: "outliers"
17539     whiskerwidth: 0
17540   layout:
17541     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17542     layout: "plot-throughput"
17543
17544 ################################################################################
17545
17546 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17547 - type: "plot"
17548   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17549   algorithm: "plot_performance_box"
17550   output-file-type: ".html"
17551   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17552   data: "plot-dpdk-throughput-latency-3n-hsw"
17553   filter: "'NIC_Intel-X520-DA2' and
17554            '64B' and
17555            'BASE' and
17556            'NDRPDR' and
17557            '1T1C' and
17558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17559   parameters:
17560   - "throughput"
17561   - "parent"
17562   - "tags"
17563   traces:
17564     hoverinfo: "x+y"
17565     boxpoints: "outliers"
17566     whiskerwidth: 0
17567   layout:
17568     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17569     layout: "plot-throughput"
17570
17571 - type: "plot"
17572   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17573   algorithm: "plot_performance_box"
17574   output-file-type: ".html"
17575   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17576   data: "plot-dpdk-throughput-latency-3n-hsw"
17577   filter: "'NIC_Intel-X520-DA2' and
17578            '64B' and
17579            'BASE' and
17580            'NDRPDR' and
17581            '2T2C' and
17582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17583   parameters:
17584   - "throughput"
17585   - "parent"
17586   - "tags"
17587   traces:
17588     hoverinfo: "x+y"
17589     boxpoints: "outliers"
17590     whiskerwidth: 0
17591   layout:
17592     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17593     layout: "plot-throughput"
17594
17595 - type: "plot"
17596   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17597   algorithm: "plot_performance_box"
17598   output-file-type: ".html"
17599   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17600   data: "plot-dpdk-throughput-latency-3n-hsw"
17601   filter: "'NIC_Intel-X520-DA2' and
17602            '64B' and
17603            'BASE' and
17604            'NDRPDR' and
17605            '1T1C' and
17606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17607   parameters:
17608   - "throughput"
17609   - "parent"
17610   - "tags"
17611   traces:
17612     hoverinfo: "x+y"
17613     boxpoints: "outliers"
17614     whiskerwidth: 0
17615   layout:
17616     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17617     layout: "plot-throughput"
17618
17619 - type: "plot"
17620   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17621   algorithm: "plot_performance_box"
17622   output-file-type: ".html"
17623   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17624   data: "plot-dpdk-throughput-latency-3n-hsw"
17625   filter: "'NIC_Intel-X520-DA2' and
17626            '64B' and
17627            'BASE' and
17628            'NDRPDR' and
17629            '2T2C' and
17630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17631   parameters:
17632   - "throughput"
17633   - "parent"
17634   - "tags"
17635   traces:
17636     hoverinfo: "x+y"
17637     boxpoints: "outliers"
17638     whiskerwidth: 0
17639   layout:
17640     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17641     layout: "plot-throughput"
17642
17643 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17644 - type: "plot"
17645   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17646   algorithm: "plot_performance_box"
17647   output-file-type: ".html"
17648   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17649   data: "plot-dpdk-throughput-latency-3n-hsw"
17650   filter: "'NIC_Intel-X710' and
17651            '64B' and
17652            'BASE' and
17653            'NDRPDR' and
17654            '1T1C' and
17655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17656   parameters:
17657   - "throughput"
17658   - "parent"
17659   - "tags"
17660   traces:
17661     hoverinfo: "x+y"
17662     boxpoints: "outliers"
17663     whiskerwidth: 0
17664   layout:
17665     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17666     layout: "plot-throughput"
17667
17668 - type: "plot"
17669   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17670   algorithm: "plot_performance_box"
17671   output-file-type: ".html"
17672   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17673   data: "plot-dpdk-throughput-latency-3n-hsw"
17674   filter: "'NIC_Intel-X710' and
17675            '64B' and
17676            'BASE' and
17677            'NDRPDR' and
17678            '2T2C' and
17679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17680   parameters:
17681   - "throughput"
17682   - "parent"
17683   - "tags"
17684   traces:
17685     hoverinfo: "x+y"
17686     boxpoints: "outliers"
17687     whiskerwidth: 0
17688   layout:
17689     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17694   algorithm: "plot_performance_box"
17695   output-file-type: ".html"
17696   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17697   data: "plot-dpdk-throughput-latency-3n-hsw"
17698   filter: "'NIC_Intel-X710' and
17699            '64B' and
17700            'BASE' and
17701            'NDRPDR' and
17702            '1T1C' and
17703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17704   parameters:
17705   - "throughput"
17706   - "parent"
17707   - "tags"
17708   traces:
17709     hoverinfo: "x+y"
17710     boxpoints: "outliers"
17711     whiskerwidth: 0
17712   layout:
17713     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17714     layout: "plot-throughput"
17715
17716 - type: "plot"
17717   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17718   algorithm: "plot_performance_box"
17719   output-file-type: ".html"
17720   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17721   data: "plot-dpdk-throughput-latency-3n-hsw"
17722   filter: "'NIC_Intel-X710' and
17723            '64B' and
17724            'BASE' and
17725            'NDRPDR' and
17726            '2T2C' and
17727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17728   parameters:
17729   - "throughput"
17730   - "parent"
17731   - "tags"
17732   traces:
17733     hoverinfo: "x+y"
17734     boxpoints: "outliers"
17735     whiskerwidth: 0
17736   layout:
17737     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17738     layout: "plot-throughput"
17739
17740 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17741 - type: "plot"
17742   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17743   algorithm: "plot_performance_box"
17744   output-file-type: ".html"
17745   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17746   data: "plot-dpdk-throughput-latency-3n-hsw"
17747   filter: "'NIC_Intel-XL710' and
17748            '64B' and
17749            'BASE' and
17750            'NDRPDR' and
17751            '1T1C' and
17752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17753   parameters:
17754   - "throughput"
17755   - "parent"
17756   - "tags"
17757   traces:
17758     hoverinfo: "x+y"
17759     boxpoints: "outliers"
17760     whiskerwidth: 0
17761   layout:
17762     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17767   algorithm: "plot_performance_box"
17768   output-file-type: ".html"
17769   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17770   data: "plot-dpdk-throughput-latency-3n-hsw"
17771   filter: "'NIC_Intel-XL710' and
17772            '64B' and
17773            'BASE' and
17774            'NDRPDR' and
17775            '2T2C' and
17776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17777   parameters:
17778   - "throughput"
17779   - "parent"
17780   - "tags"
17781   traces:
17782     hoverinfo: "x+y"
17783     boxpoints: "outliers"
17784     whiskerwidth: 0
17785   layout:
17786     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17787     layout: "plot-throughput"
17788
17789 - type: "plot"
17790   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17791   algorithm: "plot_performance_box"
17792   output-file-type: ".html"
17793   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17794   data: "plot-dpdk-throughput-latency-3n-hsw"
17795   filter: "'NIC_Intel-XL710' and
17796            '64B' and
17797            'BASE' and
17798            'NDRPDR' and
17799            '1T1C' and
17800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17801   parameters:
17802   - "throughput"
17803   - "parent"
17804   - "tags"
17805   traces:
17806     hoverinfo: "x+y"
17807     boxpoints: "outliers"
17808     whiskerwidth: 0
17809   layout:
17810     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17815   algorithm: "plot_performance_box"
17816   output-file-type: ".html"
17817   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17818   data: "plot-dpdk-throughput-latency-3n-hsw"
17819   filter: "'NIC_Intel-XL710' and
17820            '64B' and
17821            'BASE' and
17822            'NDRPDR' and
17823            '2T2C' and
17824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17825   parameters:
17826   - "throughput"
17827   - "parent"
17828   - "tags"
17829   traces:
17830     hoverinfo: "x+y"
17831     boxpoints: "outliers"
17832     whiskerwidth: 0
17833   layout:
17834     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17835     layout: "plot-throughput"
17836
17837 # Packet Throughput - DPDK testpmd 3n-skx-x710
17838 - type: "plot"
17839   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17840   algorithm: "plot_performance_box"
17841   output-file-type: ".html"
17842   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17843   data: "plot-dpdk-throughput-latency-3n-skx"
17844   filter: "'NIC_Intel-X710' and
17845            '64B' and
17846            'BASE' and
17847            'NDRPDR' and
17848            '2T1C' and
17849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17850   parameters:
17851   - "throughput"
17852   - "parent"
17853   - "tags"
17854   traces:
17855     hoverinfo: "x+y"
17856     boxpoints: "outliers"
17857     whiskerwidth: 0
17858   layout:
17859     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17860     layout: "plot-throughput"
17861
17862 - type: "plot"
17863   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17864   algorithm: "plot_performance_box"
17865   output-file-type: ".html"
17866   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17867   data: "plot-dpdk-throughput-latency-3n-skx"
17868   filter: "'NIC_Intel-X710' and
17869            '64B' and
17870            'BASE' and
17871            'NDRPDR' and
17872            '4T2C' and
17873            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17874   parameters:
17875   - "throughput"
17876   - "parent"
17877   - "tags"
17878   traces:
17879     hoverinfo: "x+y"
17880     boxpoints: "outliers"
17881     whiskerwidth: 0
17882   layout:
17883     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17884     layout: "plot-throughput"
17885
17886 - type: "plot"
17887   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17888   algorithm: "plot_performance_box"
17889   output-file-type: ".html"
17890   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17891   data: "plot-dpdk-throughput-latency-3n-skx"
17892   filter: "'NIC_Intel-X710' and
17893            '64B' and
17894            'BASE' and
17895            'NDRPDR' and
17896            '2T1C' and
17897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17898   parameters:
17899   - "throughput"
17900   - "parent"
17901   - "tags"
17902   traces:
17903     hoverinfo: "x+y"
17904     boxpoints: "outliers"
17905     whiskerwidth: 0
17906   layout:
17907     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17908     layout: "plot-throughput"
17909
17910 - type: "plot"
17911   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17912   algorithm: "plot_performance_box"
17913   output-file-type: ".html"
17914   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17915   data: "plot-dpdk-throughput-latency-3n-skx"
17916   filter: "'NIC_Intel-X710' and
17917            '64B' and
17918            'BASE' and
17919            'NDRPDR' and
17920            '4T2C' and
17921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17922   parameters:
17923   - "throughput"
17924   - "parent"
17925   - "tags"
17926   traces:
17927     hoverinfo: "x+y"
17928     boxpoints: "outliers"
17929     whiskerwidth: 0
17930   layout:
17931     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17932     layout: "plot-throughput"
17933
17934 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17935 - type: "plot"
17936   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17937   algorithm: "plot_performance_box"
17938   output-file-type: ".html"
17939   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17940   data: "plot-dpdk-throughput-latency-3n-skx"
17941   filter: "'NIC_Intel-XXV710' and
17942            '64B' and
17943            'BASE' and
17944            'NDRPDR' and
17945            '2T1C' and
17946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17947   parameters:
17948   - "throughput"
17949   - "parent"
17950   - "tags"
17951   traces:
17952     hoverinfo: "x+y"
17953     boxpoints: "outliers"
17954     whiskerwidth: 0
17955   layout:
17956     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17957     layout: "plot-throughput"
17958
17959 - type: "plot"
17960   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17961   algorithm: "plot_performance_box"
17962   output-file-type: ".html"
17963   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17964   data: "plot-dpdk-throughput-latency-3n-skx"
17965   filter: "'NIC_Intel-XXV710' and
17966            '64B' and
17967            'BASE' and
17968            'NDRPDR' and
17969            '4T2C' and
17970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17971   parameters:
17972   - "throughput"
17973   - "parent"
17974   - "tags"
17975   traces:
17976     hoverinfo: "x+y"
17977     boxpoints: "outliers"
17978     whiskerwidth: 0
17979   layout:
17980     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17981     layout: "plot-throughput"
17982
17983 - type: "plot"
17984   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17985   algorithm: "plot_performance_box"
17986   output-file-type: ".html"
17987   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17988   data: "plot-dpdk-throughput-latency-3n-skx"
17989   filter: "'NIC_Intel-XXV710' and
17990            '64B' and
17991            'BASE' and
17992            'NDRPDR' and
17993            '2T1C' and
17994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17995   parameters:
17996   - "throughput"
17997   - "parent"
17998   - "tags"
17999   traces:
18000     hoverinfo: "x+y"
18001     boxpoints: "outliers"
18002     whiskerwidth: 0
18003   layout:
18004     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18005     layout: "plot-throughput"
18006
18007 - type: "plot"
18008   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18009   algorithm: "plot_performance_box"
18010   output-file-type: ".html"
18011   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18012   data: "plot-dpdk-throughput-latency-3n-skx"
18013   filter: "'NIC_Intel-XXV710' and
18014            '64B' and
18015            'BASE' and
18016            'NDRPDR' and
18017            '4T2C' and
18018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18019   parameters:
18020   - "throughput"
18021   - "parent"
18022   - "tags"
18023   traces:
18024     hoverinfo: "x+y"
18025     boxpoints: "outliers"
18026     whiskerwidth: 0
18027   layout:
18028     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18029     layout: "plot-throughput"
18030
18031 # Packet Throughput - DPDK testpmd 2n-skx-x710
18032 - type: "plot"
18033   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18034   algorithm: "plot_performance_box"
18035   output-file-type: ".html"
18036   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18037   data: "plot-dpdk-throughput-latency-2n-skx"
18038   filter: "'NIC_Intel-X710' and
18039            '64B' and
18040            'BASE' and
18041            'NDRPDR' and
18042            '2T1C' and
18043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18044   parameters:
18045   - "throughput"
18046   - "parent"
18047   - "tags"
18048   traces:
18049     hoverinfo: "x+y"
18050     boxpoints: "outliers"
18051     whiskerwidth: 0
18052   layout:
18053     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18054     layout: "plot-throughput"
18055
18056 - type: "plot"
18057   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18058   algorithm: "plot_performance_box"
18059   output-file-type: ".html"
18060   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18061   data: "plot-dpdk-throughput-latency-2n-skx"
18062   filter: "'NIC_Intel-X710' and
18063            '64B' and
18064            'BASE' and
18065            'NDRPDR' and
18066            '4T2C' and
18067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18068   parameters:
18069   - "throughput"
18070   - "parent"
18071   - "tags"
18072   traces:
18073     hoverinfo: "x+y"
18074     boxpoints: "outliers"
18075     whiskerwidth: 0
18076   layout:
18077     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18078     layout: "plot-throughput"
18079
18080 - type: "plot"
18081   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18082   algorithm: "plot_performance_box"
18083   output-file-type: ".html"
18084   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18085   data: "plot-dpdk-throughput-latency-2n-skx"
18086   filter: "'NIC_Intel-X710' and
18087            '64B' and
18088            'BASE' and
18089            'NDRPDR' and
18090            '2T1C' and
18091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18092   parameters:
18093   - "throughput"
18094   - "parent"
18095   - "tags"
18096   traces:
18097     hoverinfo: "x+y"
18098     boxpoints: "outliers"
18099     whiskerwidth: 0
18100   layout:
18101     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18102     layout: "plot-throughput"
18103
18104 - type: "plot"
18105   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18106   algorithm: "plot_performance_box"
18107   output-file-type: ".html"
18108   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18109   data: "plot-dpdk-throughput-latency-2n-skx"
18110   filter: "'NIC_Intel-X710' and
18111            '64B' and
18112            'BASE' and
18113            'NDRPDR' and
18114            '4T2C' and
18115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18116   parameters:
18117   - "throughput"
18118   - "parent"
18119   - "tags"
18120   traces:
18121     hoverinfo: "x+y"
18122     boxpoints: "outliers"
18123     whiskerwidth: 0
18124   layout:
18125     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18126     layout: "plot-throughput"
18127
18128 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18129 - type: "plot"
18130   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18131   algorithm: "plot_performance_box"
18132   output-file-type: ".html"
18133   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18134   data: "plot-dpdk-throughput-latency-2n-skx"
18135   filter: "'NIC_Intel-XXV710' and
18136            '64B' and
18137            'BASE' and
18138            'NDRPDR' and
18139            '2T1C' and
18140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18141   parameters:
18142   - "throughput"
18143   - "parent"
18144   - "tags"
18145   traces:
18146     hoverinfo: "x+y"
18147     boxpoints: "outliers"
18148     whiskerwidth: 0
18149   layout:
18150     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18151     layout: "plot-throughput"
18152
18153 - type: "plot"
18154   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18155   algorithm: "plot_performance_box"
18156   output-file-type: ".html"
18157   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18158   data: "plot-dpdk-throughput-latency-2n-skx"
18159   filter: "'NIC_Intel-XXV710' and
18160            '64B' and
18161            'BASE' and
18162            'NDRPDR' and
18163            '4T2C' and
18164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18165   parameters:
18166   - "throughput"
18167   - "parent"
18168   - "tags"
18169   traces:
18170     hoverinfo: "x+y"
18171     boxpoints: "outliers"
18172     whiskerwidth: 0
18173   layout:
18174     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18175     layout: "plot-throughput"
18176
18177 - type: "plot"
18178   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18179   algorithm: "plot_performance_box"
18180   output-file-type: ".html"
18181   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18182   data: "plot-dpdk-throughput-latency-2n-skx"
18183   filter: "'NIC_Intel-XXV710' and
18184            '64B' and
18185            'BASE' and
18186            'NDRPDR' and
18187            '2T1C' and
18188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18189   parameters:
18190   - "throughput"
18191   - "parent"
18192   - "tags"
18193   traces:
18194     hoverinfo: "x+y"
18195     boxpoints: "outliers"
18196     whiskerwidth: 0
18197   layout:
18198     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18199     layout: "plot-throughput"
18200
18201 - type: "plot"
18202   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18203   algorithm: "plot_performance_box"
18204   output-file-type: ".html"
18205   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18206   data: "plot-dpdk-throughput-latency-2n-skx"
18207   filter: "'NIC_Intel-XXV710' and
18208            '64B' and
18209            'BASE' and
18210            'NDRPDR' and
18211            '4T2C' and
18212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18213   parameters:
18214   - "throughput"
18215   - "parent"
18216   - "tags"
18217   traces:
18218     hoverinfo: "x+y"
18219     boxpoints: "outliers"
18220     whiskerwidth: 0
18221   layout:
18222     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18223     layout: "plot-throughput"
18224
18225 ################################################################################
18226
18227 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18228 - type: "plot"
18229   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18230   algorithm: "plot_latency_error_bars"
18231   output-file-type: ".html"
18232   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18234   filter: "'NIC_Intel-X520-DA2' and
18235            '64B' and
18236            ('BASE' or 'SCALE') and
18237            'NDRPDR' and
18238            'ETH' and
18239            '1T1C' and
18240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18241            not 'VHOST' and
18242            not 'MEMIF'"
18243   parameters:
18244   - "latency"
18245   - "parent"
18246   - "tags"
18247   sort:
18248   - "L2XCFWD"
18249   - "L2PATCH"
18250   - "L2BDMACLRN"
18251   - "FIB_10K"
18252   - "FIB_100K"
18253   - "FIB_1M"
18254   layout:
18255     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18256     layout: "plot-latency"
18257
18258 - type: "plot"
18259   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18260   algorithm: "plot_latency_error_bars"
18261   output-file-type: ".html"
18262   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18264   filter: "'NIC_Intel-X520-DA2' and
18265            '64B' and
18266            ('BASE' or 'SCALE') and
18267            'NDRPDR' and
18268            'ETH' and
18269            '2T2C' and
18270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18271            not 'VHOST' and
18272            not 'MEMIF'"
18273   parameters:
18274   - "latency"
18275   - "parent"
18276   - "tags"
18277   sort:
18278   - "L2XCFWD"
18279   - "L2PATCH"
18280   - "L2BDMACLRN"
18281   - "FIB_10K"
18282   - "FIB_100K"
18283   - "FIB_1M"
18284   layout:
18285     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18286     layout: "plot-latency"
18287
18288 # Packet Latency - VPP L2 3n-hsw-x520 features
18289 - type: "plot"
18290   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18291   algorithm: "plot_latency_error_bars"
18292   output-file-type: ".html"
18293   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18295   filter: "'NIC_Intel-X520-DA2' and
18296            '64B' and
18297            'NDRPDR' and
18298            '1T1C' and
18299            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18300            not 'ACL' and
18301            not 'VHOST' and
18302            not 'MEMIF'"
18303   parameters:
18304   - "latency"
18305   - "parent"
18306   - "tags"
18307   sort:
18308   - "L2XCBASE"    # l2xcbase
18309   - "L2BDBASE"    # l2bdbase
18310   - "L2XCFWD"     # dot1q-l2xcbase
18311   - "L2BDMACLRN"  # dot1q-l2bdbase
18312   layout:
18313     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18314     layout: "plot-latency"
18315
18316 - type: "plot"
18317   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18318   algorithm: "plot_latency_error_bars"
18319   output-file-type: ".html"
18320   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18322   filter: "'NIC_Intel-X520-DA2' and
18323            '64B' and
18324            'NDRPDR' and
18325            '2T2C' and
18326            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18327            not 'ACL' and
18328            not 'VHOST' and
18329            not 'MEMIF'"
18330   parameters:
18331   - "latency"
18332   - "parent"
18333   - "tags"
18334   sort:
18335   - "L2XCBASE"    # l2xcbase
18336   - "L2BDBASE"    # l2bdbase
18337   - "L2XCFWD"     # dot1q-l2xcbase
18338   - "L2BDMACLRN"  # dot1q-l2bdbase
18339   layout:
18340     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18341     layout: "plot-latency"
18342
18343 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18344 - type: "plot"
18345   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18346   algorithm: "plot_latency_error_bars"
18347   output-file-type: ".html"
18348   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18350   filter: "'NIC_Intel-X520-DA2' and
18351            '64B' and
18352            'NDRPDR' and
18353            '1T1C' and
18354            'FEATURE' and
18355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18356            'IACL' and
18357            ('ACL1' or 'ACL50') and
18358            ('10K_FLOWS' or '10k_FLOWS') and
18359            not 'MACIP' and
18360            not 'VHOST' and
18361            not 'MEMIF'"
18362   parameters:
18363   - "latency"
18364   - "parent"
18365   - "tags"
18366   layout:
18367     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18368     layout: "plot-latency"
18369
18370 - type: "plot"
18371   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18372   algorithm: "plot_latency_error_bars"
18373   output-file-type: ".html"
18374   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18376   filter: "'NIC_Intel-X520-DA2' and
18377            '64B' and
18378            'NDRPDR' and
18379            '2T2C' and
18380            'FEATURE' and
18381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18382            'IACL' and
18383            ('ACL1' or 'ACL50') and
18384            ('10K_FLOWS' or '10k_FLOWS') and
18385            not 'MACIP' and
18386            not 'VHOST' and
18387            not 'MEMIF'"
18388   parameters:
18389   - "latency"
18390   - "parent"
18391   - "tags"
18392   layout:
18393     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18394     layout: "plot-latency"
18395
18396 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18397 - type: "plot"
18398   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18399   algorithm: "plot_latency_error_bars"
18400   output-file-type: ".html"
18401   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18403   filter: "'NIC_Intel-X520-DA2' and
18404            '64B' and
18405            'NDRPDR' and
18406            '1T1C' and
18407            'FEATURE' and
18408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18409            'OACL' and
18410            ('ACL1' or 'ACL50') and
18411            ('10K_FLOWS' or '10k_FLOWS') and
18412            not 'MACIP' and
18413            not 'VHOST' and
18414            not 'MEMIF'"
18415   parameters:
18416   - "latency"
18417   - "parent"
18418   - "tags"
18419   layout:
18420     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18421     layout: "plot-latency"
18422
18423 - type: "plot"
18424   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18425   algorithm: "plot_latency_error_bars"
18426   output-file-type: ".html"
18427   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18429   filter: "'NIC_Intel-X520-DA2' and
18430            '64B' and
18431            'NDRPDR' and
18432            '2T2C' and
18433            'FEATURE' and
18434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18435            'OACL' and
18436            ('ACL1' or 'ACL50') and
18437            ('10K_FLOWS' or '10k_FLOWS') and
18438            not 'MACIP' and
18439            not 'VHOST' and
18440            not 'MEMIF'"
18441   parameters:
18442   - "latency"
18443   - "parent"
18444   - "tags"
18445   layout:
18446     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18447     layout: "plot-latency"
18448
18449 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18450 - type: "plot"
18451   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18452   algorithm: "plot_latency_error_bars"
18453   output-file-type: ".html"
18454   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18456   filter: "'NIC_Intel-X520-DA2' and
18457            '64B' and
18458            'NDRPDR' and
18459            '1T1C' and
18460            'FEATURE' and
18461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18462            'MACIP' and
18463            ('ACL1' or 'ACL50') and
18464            ('10K_FLOWS' or '10k_FLOWS') and
18465            not 'VHOST' and
18466            not 'MEMIF'"
18467   parameters:
18468   - "latency"
18469   - "parent"
18470   - "tags"
18471   layout:
18472     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18473     layout: "plot-latency"
18474
18475 - type: "plot"
18476   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18477   algorithm: "plot_latency_error_bars"
18478   output-file-type: ".html"
18479   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18481   filter: "'NIC_Intel-X520-DA2' and
18482            '64B' and
18483            'NDRPDR' and
18484            '2T2C' and
18485            'FEATURE' and
18486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18487            'MACIP' and
18488            ('ACL1' or 'ACL50') and
18489            ('10K_FLOWS' or '10k_FLOWS') and
18490            not 'VHOST' and
18491            not 'MEMIF'"
18492   parameters:
18493   - "latency"
18494   - "parent"
18495   - "tags"
18496   layout:
18497     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18498     layout: "plot-latency"
18499
18500 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18501 - type: "plot"
18502   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18503   algorithm: "plot_latency_error_bars"
18504   output-file-type: ".html"
18505   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18507   filter: "'NIC_Intel-X710' and
18508            '64B' and
18509            ('BASE' or 'SCALE') and
18510            'NDRPDR' and
18511            'ETH' and
18512            '1T1C' and
18513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18514            not 'VHOST' and
18515            not 'MEMIF'"
18516   parameters:
18517   - "latency"
18518   - "parent"
18519   - "tags"
18520   sort:
18521   - "L2PATCH"
18522   - "L2XCFWD"
18523   - "L2BDMACLRN"
18524   - "FIB_10K"
18525   - "FIB_100K"
18526   - "FIB_1M"
18527   layout:
18528     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18529     layout: "plot-latency"
18530
18531 - type: "plot"
18532   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18533   algorithm: "plot_latency_error_bars"
18534   output-file-type: ".html"
18535   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18537   filter: "'NIC_Intel-X710' and
18538            '64B' and
18539            ('BASE' or 'SCALE') and
18540            'NDRPDR' and
18541            'ETH' and
18542            '2T2C' and
18543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18544            not 'VHOST' and
18545            not 'MEMIF'"
18546   parameters:
18547   - "latency"
18548   - "parent"
18549   - "tags"
18550   sort:
18551   - "L2PATCH"
18552   - "L2XCFWD"
18553   - "L2BDMACLRN"
18554   - "FIB_10K"
18555   - "FIB_100K"
18556   - "FIB_1M"
18557   layout:
18558     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18559     layout: "plot-latency"
18560
18561 # Packet Latency - VPP L2 3n-hsw-x710 features
18562 - type: "plot"
18563   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18564   algorithm: "plot_latency_error_bars"
18565   output-file-type: ".html"
18566   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18568   filter: "'NIC_Intel-X710' and
18569            '64B' and
18570            'NDRPDR' and
18571            '1T1C' and
18572            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18573            not 'ACL' and
18574            not 'VHOST' and
18575            not 'L2OVRLAY' and
18576            not 'MEMIF'"
18577   parameters:
18578   - "latency"
18579   - "parent"
18580   - "tags"
18581   sort:
18582   - "L2XCBASE"    # l2xcbase
18583   - "L2BDBASE"    # l2bdbase
18584   - "L2XCFWD"     # dot1q-l2xcbase
18585   - "L2BDMACLRN"  # dot1q-l2bdbase
18586   layout:
18587     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18588     layout: "plot-latency"
18589
18590 - type: "plot"
18591   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18592   algorithm: "plot_latency_error_bars"
18593   output-file-type: ".html"
18594   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18596   filter: "'NIC_Intel-X710' and
18597            '64B' and
18598            'NDRPDR' and
18599            '2T2C' and
18600            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18601            not 'ACL' and
18602            not 'VHOST' and
18603            not 'L2OVRLAY' and
18604            not 'MEMIF'"
18605   parameters:
18606   - "latency"
18607   - "parent"
18608   - "tags"
18609   sort:
18610   - "L2XCBASE"    # l2xcbase
18611   - "L2BDBASE"    # l2bdbase
18612   - "L2XCFWD"     # dot1q-l2xcbase
18613   - "L2BDMACLRN"  # dot1q-l2bdbase
18614   layout:
18615     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18616     layout: "plot-latency"
18617
18618 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18619 - type: "plot"
18620   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18621   algorithm: "plot_latency_error_bars"
18622   output-file-type: ".html"
18623   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18625   filter: "'NIC_Intel-X710' and
18626            '64B' and
18627            'NDRPDR' and
18628            '1T1C' and
18629            'FEATURE' and
18630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18631            'IACL' and
18632            ('ACL1' or 'ACL50') and
18633            ('10K_FLOWS' or '10k_FLOWS') and
18634            not 'MACIP' and
18635            not 'VHOST' and
18636            not 'MEMIF'"
18637   parameters:
18638   - "latency"
18639   - "parent"
18640   - "tags"
18641   layout:
18642     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18643     layout: "plot-latency"
18644
18645 - type: "plot"
18646   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18647   algorithm: "plot_latency_error_bars"
18648   output-file-type: ".html"
18649   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18651   filter: "'NIC_Intel-X710' and
18652            '64B' and
18653            'NDRPDR' and
18654            '2T2C' and
18655            'FEATURE' and
18656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18657            'IACL' and
18658            ('ACL1' or 'ACL50') and
18659            ('10K_FLOWS' or '10k_FLOWS') and
18660            not 'MACIP' and
18661            not 'VHOST' and
18662            not 'MEMIF'"
18663   parameters:
18664   - "latency"
18665   - "parent"
18666   - "tags"
18667   layout:
18668     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18669     layout: "plot-latency"
18670
18671 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18672 - type: "plot"
18673   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18674   algorithm: "plot_latency_error_bars"
18675   output-file-type: ".html"
18676   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18677   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18678   filter: "'NIC_Intel-XL710' and
18679            '64B' and
18680            'BASE' and
18681            'NDRPDR' and
18682            'ETH' and
18683            '1T1C' and
18684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18685            not 'VHOST' and
18686            not 'MEMIF'"
18687   parameters:
18688   - "latency"
18689   - "parent"
18690   - "tags"
18691   sort:
18692   - "L2PATCH"
18693   - "L2XCFWD"
18694   - "L2BDMACLRN"
18695   layout:
18696     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18697     layout: "plot-latency"
18698
18699 - type: "plot"
18700   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18701   algorithm: "plot_latency_error_bars"
18702   output-file-type: ".html"
18703   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18705   filter: "'NIC_Intel-XL710' and
18706            '64B' and
18707            'BASE' and
18708            'NDRPDR' and
18709            'ETH' and
18710            '2T2C' and
18711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18712            not 'VHOST' and
18713            not 'MEMIF'"
18714   parameters:
18715   - "latency"
18716   - "parent"
18717   - "tags"
18718   sort:
18719   - "L2PATCH"
18720   - "L2XCFWD"
18721   - "L2BDMACLRN"
18722   layout:
18723     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18724     layout: "plot-latency"
18725
18726 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18727 - type: "plot"
18728   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18729   algorithm: "plot_latency_error_bars"
18730   output-file-type: ".html"
18731   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18733   filter: "'NIC_Intel-X710' and
18734            '64B' and
18735            ('BASE' or 'SCALE') and
18736            'NDRPDR' and
18737            'ETH' and
18738            '2T1C' and
18739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18740            not 'VHOST' and
18741            not 'MEMIF' and
18742            not 'DRV_AVF'"
18743   parameters:
18744   - "latency"
18745   - "parent"
18746   - "tags"
18747   sort:
18748   - "L2PATCH"
18749   - "L2XCBASE"
18750   - "BASE"
18751   - "FIB_10K"
18752   - "FIB_100K"
18753   - "FIB_1M"
18754   layout:
18755     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18756     layout: "plot-latency"
18757
18758 - type: "plot"
18759   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18760   algorithm: "plot_latency_error_bars"
18761   output-file-type: ".html"
18762   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18764   filter: "'NIC_Intel-X710' and
18765            '64B' and
18766            ('BASE' or 'SCALE') and
18767            'NDRPDR' and
18768            'ETH' and
18769            '4T2C' and
18770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18771            not 'VHOST' and
18772            not 'MEMIF' and
18773            not 'DRV_AVF'"
18774   parameters:
18775   - "latency"
18776   - "parent"
18777   - "tags"
18778   sort:
18779   - "L2PATCH"
18780   - "L2XCBASE"
18781   - "BASE"
18782   - "FIB_10K"
18783   - "FIB_100K"
18784   - "FIB_1M"
18785   layout:
18786     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18787     layout: "plot-latency"
18788
18789 # Packet Latency - VPP L2 3n-skx-x710 features
18790 - type: "plot"
18791   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18792   algorithm: "plot_latency_error_bars"
18793   output-file-type: ".html"
18794   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18796   filter: "'NIC_Intel-X710' and
18797            '64B' and
18798            'NDRPDR' and
18799            '2T1C' and
18800            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18801            not 'ACL' and
18802            not 'VHOST' and
18803            not 'DRV_AVF' and
18804            not 'L2OVRLAY' and
18805            not 'MEMIF'"
18806   parameters:
18807   - "latency"
18808   - "parent"
18809   - "tags"
18810   sort:
18811   - "L2XCBASE"    # l2xcbase
18812   - "L2BDBASE"    # l2bdbase
18813   - "L2XCFWD"     # dot1q-l2xcbase
18814   - "L2BDMACLRN"  # dot1q-l2bdbase
18815   layout:
18816     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18817     layout: "plot-latency"
18818
18819 - type: "plot"
18820   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18821   algorithm: "plot_latency_error_bars"
18822   output-file-type: ".html"
18823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18825   filter: "'NIC_Intel-X710' and
18826            '64B' and
18827            'NDRPDR' and
18828            '4T2C' and
18829            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18830            not 'ACL' and
18831            not 'VHOST' and
18832            not 'DRV_AVF' and
18833            not 'L2OVRLAY' and
18834            not 'MEMIF'"
18835   parameters:
18836   - "latency"
18837   - "parent"
18838   - "tags"
18839   sort:
18840   - "L2XCBASE"    # l2xcbase
18841   - "L2BDBASE"    # l2bdbase
18842   - "L2XCFWD"     # dot1q-l2xcbase
18843   - "L2BDMACLRN"  # dot1q-l2bdbase
18844   layout:
18845     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18846     layout: "plot-latency"
18847
18848 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18849 - type: "plot"
18850   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18851   algorithm: "plot_latency_error_bars"
18852   output-file-type: ".html"
18853   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18855   filter: "'NIC_Intel-X710' and
18856            '64B' and
18857            'NDRPDR' and
18858            '2T1C' and
18859            'FEATURE' and
18860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18861            'IACL' and
18862            ('ACL1' or 'ACL50') and
18863            ('10K_FLOWS' or '10k_FLOWS') and
18864            not 'MACIP' and
18865            not 'VHOST' and
18866            not 'MEMIF'"
18867   parameters:
18868   - "latency"
18869   - "parent"
18870   - "tags"
18871   layout:
18872     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18873     layout: "plot-latency"
18874
18875 - type: "plot"
18876   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18877   algorithm: "plot_latency_error_bars"
18878   output-file-type: ".html"
18879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18881   filter: "'NIC_Intel-X710' and
18882            '64B' and
18883            'NDRPDR' and
18884            '4T2C' and
18885            'FEATURE' and
18886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18887            'IACL' and
18888            ('ACL1' or 'ACL50') and
18889            ('10K_FLOWS' or '10k_FLOWS') and
18890            not 'MACIP' and
18891            not 'VHOST' and
18892            not 'MEMIF'"
18893   parameters:
18894   - "latency"
18895   - "parent"
18896   - "tags"
18897   layout:
18898     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18899     layout: "plot-latency"
18900
18901 # Packet Latency - VPP L2 3n-skx-xxv710 base
18902 - type: "plot"
18903   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18904   algorithm: "plot_latency_error_bars"
18905   output-file-type: ".html"
18906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18908   filter: "'NIC_Intel-XXV710' and
18909            '64B' and
18910            ('BASE' or 'SCALE') and
18911            'NDRPDR' and
18912            'ETH' and
18913            '2T1C' and
18914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18915            not 'VHOST' and
18916            not 'MEMIF'"
18917   parameters:
18918   - "latency"
18919   - "parent"
18920   - "tags"
18921   sort:
18922   - "L2PATCH"
18923   - "L2PATCH"
18924   - "L2XCBASE"
18925   - "L2BDMACLRN"
18926   layout:
18927     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18928     layout: "plot-latency"
18929
18930 - type: "plot"
18931   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18932   algorithm: "plot_latency_error_bars"
18933   output-file-type: ".html"
18934   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18936   filter: "'NIC_Intel-XXV710' and
18937            '64B' and
18938            ('BASE' or 'SCALE') and
18939            'NDRPDR' and
18940            'ETH' and
18941            '4T2C' and
18942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18943            not 'VHOST' and
18944            not 'MEMIF'"
18945   parameters:
18946   - "latency"
18947   - "parent"
18948   - "tags"
18949   sort:
18950   - "L2PATCH"
18951   - "L2PATCH"
18952   - "L2XCBASE"
18953   - "L2BDMACLRN"
18954   layout:
18955     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18956     layout: "plot-latency"
18957
18958 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18959 - type: "plot"
18960   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18961   algorithm: "plot_latency_error_bars"
18962   output-file-type: ".html"
18963   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18965   filter: "'NIC_Intel-X710' and
18966            '64B' and
18967            'ETH' and
18968            ('BASE' or 'SCALE') and
18969            'NDRPDR' and
18970            '2T1C' and
18971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18972            not 'VHOST' and
18973            not 'MEMIF'"
18974   parameters:
18975   - "latency"
18976   - "parent"
18977   - "tags"
18978   sort:
18979   - "L2PATCH"
18980   - "L2XCBASE"
18981   - "BASE"
18982   - "FIB_10K"
18983   - "FIB_100K"
18984   - "FIB_1M"
18985   layout:
18986     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18987     layout: "plot-latency"
18988
18989 - type: "plot"
18990   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18991   algorithm: "plot_latency_error_bars"
18992   output-file-type: ".html"
18993   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18995   filter: "'NIC_Intel-X710' and
18996            '64B' and
18997            ('BASE' or 'SCALE') and
18998            'NDRPDR' and
18999            'ETH' and
19000            '4T2C' and
19001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19002            not 'VHOST' and
19003            not 'MEMIF'"
19004   parameters:
19005   - "latency"
19006   - "parent"
19007   - "tags"
19008   sort:
19009   - "L2PATCH"
19010   - "L2XCBASE"
19011   - "BASE"
19012   - "FIB_10K"
19013   - "FIB_100K"
19014   - "FIB_1M"
19015   layout:
19016     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19017     layout: "plot-latency"
19018
19019 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19020 - type: "plot"
19021   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19022   algorithm: "plot_latency_error_bars"
19023   output-file-type: ".html"
19024   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19026   filter: "'NIC_Intel-XXV710' and
19027            '64B' and
19028            ('BASE' or 'SCALE') and
19029            'NDRPDR' and
19030            'ETH' and
19031            '2T1C' and
19032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19033            not 'VHOST' and
19034            not 'MEMIF'"
19035   parameters:
19036   - "latency"
19037   - "parent"
19038   - "tags"
19039   sort:
19040   - "L2PATCH"
19041   - "L2XCBASE"
19042   - "BASE"
19043   - "FIB_10K"
19044   - "FIB_100K"
19045   - "FIB_1M"
19046   layout:
19047     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19048     layout: "plot-latency"
19049
19050 - type: "plot"
19051   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19052   algorithm: "plot_latency_error_bars"
19053   output-file-type: ".html"
19054   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19056   filter: "'NIC_Intel-XXV710' and
19057            '64B' and
19058            ('BASE' or 'SCALE') and
19059            'NDRPDR' and
19060            'ETH' and
19061            '4T2C' and
19062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19063            not 'VHOST' and
19064            not 'MEMIF'"
19065   parameters:
19066   - "latency"
19067   - "parent"
19068   - "tags"
19069   sort:
19070   - "L2PATCH"
19071   - "L2XCBASE"
19072   - "BASE"
19073   - "FIB_10K"
19074   - "FIB_100K"
19075   - "FIB_1M"
19076   layout:
19077     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19078     layout: "plot-latency"
19079
19080 ################################################################################
19081
19082 # Packet Latency - VPP Container Memif 3n-hsw-x520
19083 - type: "plot"
19084   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19085   algorithm: "plot_latency_error_bars"
19086   output-file-type: ".html"
19087   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19089   filter: "'NIC_Intel-X520-DA2' and
19090            '64B' and
19091            ('BASE' or 'SCALE') and
19092            'NDRPDR' and
19093            '1T1C' and
19094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19095            not 'VHOST' and
19096            'MEMIF'"
19097   parameters:
19098   - "latency"
19099   - "parent"
19100   - "tags"
19101   sort:
19102   - "L2XCFWD"
19103   - "L2XCFWD"
19104   - "L2XCFWD"
19105   - "L2BDMACLRN"
19106   - "L2BDMACLRN"
19107   - "L2BDMACLRN"
19108   - "IP4FWD"
19109   layout:
19110     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19111     layout: "plot-latency"
19112
19113 - type: "plot"
19114   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19115   algorithm: "plot_latency_error_bars"
19116   output-file-type: ".html"
19117   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19119   filter: "'NIC_Intel-X520-DA2' and
19120            '64B' and
19121            ('BASE' or 'SCALE') and
19122            'NDRPDR' and
19123            '2T2C' and
19124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19125            not 'VHOST' and
19126            'MEMIF'"
19127   parameters:
19128   - "latency"
19129   - "parent"
19130   - "tags"
19131   sort:
19132   - "L2XCFWD"
19133   - "L2XCFWD"
19134   - "L2XCFWD"
19135   - "L2BDMACLRN"
19136   - "L2BDMACLRN"
19137   - "L2BDMACLRN"
19138   - "IP4FWD"
19139   layout:
19140     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19141     layout: "plot-latency"
19142
19143 # Packet Latency - VPP Container Memif 3n-hsw-x710
19144 - type: "plot"
19145   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19146   algorithm: "plot_latency_error_bars"
19147   output-file-type: ".html"
19148   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19150   filter: "'NIC_Intel-X710' and
19151            '64B' and
19152            ('BASE' or 'SCALE') and
19153            'NDRPDR' and
19154            '1T1C' and
19155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19156            not 'VHOST' and
19157            'MEMIF'"
19158   parameters:
19159   - "latency"
19160   - "parent"
19161   - "tags"
19162   sort:
19163   - "L2XCFWD"
19164   - "L2XCFWD"
19165   - "L2XCFWD"
19166   - "L2BDMACLRN"
19167   - "L2BDMACLRN"
19168   - "L2BDMACLRN"
19169   - "IP4FWD"
19170   layout:
19171     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19172     layout: "plot-latency"
19173
19174 - type: "plot"
19175   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19176   algorithm: "plot_latency_error_bars"
19177   output-file-type: ".html"
19178   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19180   filter: "'NIC_Intel-X710' and
19181            '64B' and
19182            ('BASE' or 'SCALE') and
19183            'NDRPDR' and
19184            '2T2C' and
19185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19186            not 'VHOST' and
19187            'MEMIF'"
19188   parameters:
19189   - "latency"
19190   - "parent"
19191   - "tags"
19192   sort:
19193   - "L2XCFWD"
19194   - "L2XCFWD"
19195   - "L2XCFWD"
19196   - "L2BDMACLRN"
19197   - "L2BDMACLRN"
19198   - "L2BDMACLRN"
19199   - "IP4FWD"
19200   layout:
19201     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19202     layout: "plot-latency"
19203
19204 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19205 - type: "plot"
19206   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19207   algorithm: "plot_latency_error_bars"
19208   output-file-type: ".html"
19209   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19211   filter: "'NIC_Intel-XL710' and
19212            '64B' and
19213            ('BASE' or 'SCALE') and
19214            'NDRPDR' and
19215            '1T1C' and
19216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19217            not 'VHOST' and
19218            'MEMIF'"
19219   parameters:
19220   - "latency"
19221   - "parent"
19222   - "tags"
19223   sort:
19224   - "L2XCFWD"
19225   - "L2XCFWD"
19226   - "L2XCFWD"
19227   - "L2BDMACLRN"
19228   - "L2BDMACLRN"
19229   - "L2BDMACLRN"
19230   - "IP4FWD"
19231   layout:
19232     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19233     layout: "plot-latency"
19234
19235 - type: "plot"
19236   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19237   algorithm: "plot_latency_error_bars"
19238   output-file-type: ".html"
19239   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19241   filter: "'NIC_Intel-XL710' and
19242            '64B' and
19243            ('BASE' or 'SCALE') and
19244            'NDRPDR' and
19245            '2T2C' and
19246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19247            not 'VHOST' and
19248            'MEMIF'"
19249   parameters:
19250   - "latency"
19251   - "parent"
19252   - "tags"
19253   sort:
19254   - "L2XCFWD"
19255   - "L2XCFWD"
19256   - "L2XCFWD"
19257   - "L2BDMACLRN"
19258   - "L2BDMACLRN"
19259   - "L2BDMACLRN"
19260   - "IP4FWD"
19261   layout:
19262     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19263     layout: "plot-latency"
19264
19265 # Packet Latency - VPP Container Memif 3n-skx-x710
19266 - type: "plot"
19267   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19268   algorithm: "plot_latency_error_bars"
19269   output-file-type: ".html"
19270   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19272   filter: "'NIC_Intel-X710' and
19273            '64B' and
19274            ('BASE' or 'SCALE') and
19275            'NDRPDR' and
19276            '2T1C' and
19277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19278            not 'VHOST' and
19279            'MEMIF'"
19280   parameters:
19281   - "latency"
19282   - "parent"
19283   - "tags"
19284   sort:
19285   - "L2XCFWD"
19286   - "L2XCFWD"
19287   - "L2XCFWD"
19288   - "L2BDMACLRN"
19289   - "L2BDMACLRN"
19290   - "L2BDMACLRN"
19291   - "IP4FWD"
19292   layout:
19293     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19294     layout: "plot-latency"
19295
19296 - type: "plot"
19297   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19298   algorithm: "plot_latency_error_bars"
19299   output-file-type: ".html"
19300   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19302   filter: "'NIC_Intel-X710' and
19303            '64B' and
19304            ('BASE' or 'SCALE') and
19305            'NDRPDR' and
19306            '4T2C' and
19307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19308            not 'VHOST' and
19309            'MEMIF'"
19310   parameters:
19311   - "latency"
19312   - "parent"
19313   - "tags"
19314   sort:
19315   - "L2XCFWD"
19316   - "L2XCFWD"
19317   - "L2XCFWD"
19318   - "L2BDMACLRN"
19319   - "L2BDMACLRN"
19320   - "L2BDMACLRN"
19321   - "IP4FWD"
19322   layout:
19323     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19324     layout: "plot-latency"
19325
19326 # Packet Latency - VPP Container Memif 2n-skx-x710
19327 - type: "plot"
19328   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19329   algorithm: "plot_latency_error_bars"
19330   output-file-type: ".html"
19331   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19333   filter: "'NIC_Intel-X710' and
19334            '64B' and
19335            ('BASE' or 'SCALE') and
19336            'NDRPDR' and
19337            '2T1C' and
19338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19339            not 'VHOST' and
19340            not 'NF_DENSITY' and
19341            'MEMIF'"
19342   parameters:
19343   - "latency"
19344   - "parent"
19345   - "tags"
19346   sort:
19347   - "L2XCFWD"
19348   - "L2XCFWD"
19349   - "L2XCFWD"
19350   - "L2BDMACLRN"
19351   - "L2BDMACLRN"
19352   - "L2BDMACLRN"
19353   - "IP4FWD"
19354   layout:
19355     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19356     layout: "plot-latency"
19357
19358 - type: "plot"
19359   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19360   algorithm: "plot_latency_error_bars"
19361   output-file-type: ".html"
19362   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19364   filter: "'NIC_Intel-X710' and
19365            '64B' and
19366            ('BASE' or 'SCALE') and
19367            'NDRPDR' and
19368            '4T2C' and
19369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19370            not 'VHOST' and
19371            not 'NF_DENSITY' and
19372            'MEMIF'"
19373   parameters:
19374   - "latency"
19375   - "parent"
19376   - "tags"
19377   sort:
19378   - "L2XCFWD"
19379   - "L2XCFWD"
19380   - "L2XCFWD"
19381   - "L2BDMACLRN"
19382   - "L2BDMACLRN"
19383   - "L2BDMACLRN"
19384   - "IP4FWD"
19385   layout:
19386     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19387     layout: "plot-latency"
19388
19389 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19390 #- type: "plot"
19391 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19392 #  algorithm: "plot_latency_error_bars"
19393 #  output-file-type: ".html"
19394 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19395 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19396 #  filter: "'NIC_Intel-XXV710' and
19397 #           '64B' and
19398 #           ('BASE' or 'SCALE') and
19399 #           'NDRPDR' and
19400 #           '2T1C' and
19401 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19402 #           not 'VHOST' and
19403 #           'MEMIF'"
19404 #  parameters:
19405 #  - "latency"
19406 #  - "parent"
19407 #  - "tags"
19408 #  sort:
19409 #  - "L2XCFWD"
19410 #  - "L2XCFWD"
19411 #  - "L2XCFWD"
19412 #  - "L2BDMACLRN"
19413 #  - "L2BDMACLRN"
19414 #  - "L2BDMACLRN"
19415 #  - "IP4FWD"
19416 #  layout:
19417 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19418 #    layout: "plot-latency"
19419 #
19420 #- type: "plot"
19421 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19422 #  algorithm: "plot_latency_error_bars"
19423 #  output-file-type: ".html"
19424 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19425 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19426 #  filter: "'NIC_Intel-XXV710' and
19427 #           '64B' and
19428 #           ('BASE' or 'SCALE') and
19429 #           'NDRPDR' and
19430 #           '4T2C' and
19431 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19432 #           not 'VHOST' and
19433 #           'MEMIF'"
19434 #  parameters:
19435 #  - "latency"
19436 #  - "parent"
19437 #  - "tags"
19438 #  sort:
19439 #  - "L2XCFWD"
19440 #  - "L2XCFWD"
19441 #  - "L2XCFWD"
19442 #  - "L2BDMACLRN"
19443 #  - "L2BDMACLRN"
19444 #  - "L2BDMACLRN"
19445 #  - "IP4FWD"
19446 #  layout:
19447 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19448 #    layout: "plot-latency"
19449
19450 ################################################################################
19451
19452 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19453 #- type: "plot"
19454 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19455 #  algorithm: "plot_latency_error_bars"
19456 #  output-file-type: ".html"
19457 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19458 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19459 #  filter: "'NIC_Intel-X520-DA2' and
19460 #           '64B' and
19461 #           ('BASE' or 'SCALE') and
19462 #           'NDRPDR' and
19463 #           '1T1C' and
19464 #           'L2XCFWD' and
19465 #           not 'VHOST' and
19466 #           not 'NF_DENSITY' and
19467 #           'MEMIF'"
19468 #  parameters:
19469 #  - "latency"
19470 #  - "parent"
19471 #  - "tags"
19472 #  sort:
19473 #  - "1VNF"
19474 #  - "2VNF"
19475 #  - "4VNF"
19476 #  - "2VNF"
19477 #  - "4VNF"
19478 #  layout:
19479 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19480 #    layout: "plot-latency"
19481 #
19482 #- type: "plot"
19483 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19484 #  algorithm: "plot_latency_error_bars"
19485 #  output-file-type: ".html"
19486 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19487 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19488 #  filter: "'NIC_Intel-X520-DA2' and
19489 #           '64B' and
19490 #           ('BASE' or 'SCALE') and
19491 #           'NDRPDR' and
19492 #           '2T2C' and
19493 #           'L2XCFWD' and
19494 #           not 'VHOST' and
19495 #           not 'NF_DENSITY' and
19496 #           'MEMIF'"
19497 #  parameters:
19498 #  - "latency"
19499 #  - "parent"
19500 #  - "tags"
19501 #  sort:
19502 #  - "1VNF"
19503 #  - "2VNF"
19504 #  - "4VNF"
19505 #  - "2VNF"
19506 #  - "4VNF"
19507 #  layout:
19508 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19509 #    layout: "plot-latency"
19510 #
19511 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19512 #- type: "plot"
19513 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19514 #  algorithm: "plot_latency_error_bars"
19515 #  output-file-type: ".html"
19516 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19517 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19518 #  filter: "'NIC_Intel-X520-DA2' and
19519 #           '64B' and
19520 #           ('BASE' or 'SCALE') and
19521 #           'NDRPDR' and
19522 #           '1T1C' and
19523 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19524 #           not 'VHOST' and
19525 #           not 'NF_DENSITY' and
19526 #           'MEMIF'"
19527 #  parameters:
19528 #  - "latency"
19529 #  - "parent"
19530 #  - "tags"
19531 #  sort:
19532 #  - "1VNF"
19533 #  - "2VNF"
19534 #  - "4VNF"
19535 #  - "2VNF"
19536 #  - "4VNF"
19537 #  layout:
19538 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19539 #    layout: "plot-latency"
19540 #
19541 #- type: "plot"
19542 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19543 #  algorithm: "plot_latency_error_bars"
19544 #  output-file-type: ".html"
19545 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19546 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19547 #  filter: "'NIC_Intel-X520-DA2' and
19548 #           '64B' and
19549 #           ('BASE' or 'SCALE') and
19550 #           'NDRPDR' and
19551 #           '2T2C' and
19552 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19553 #           not 'VHOST' and
19554 #           not 'NF_DENSITY' and
19555 #           'MEMIF'"
19556 #  parameters:
19557 #  - "latency"
19558 #  - "parent"
19559 #  - "tags"
19560 #  sort:
19561 #  - "1VNF"
19562 #  - "2VNF"
19563 #  - "4VNF"
19564 #  - "2VNF"
19565 #  - "4VNF"
19566 #  layout:
19567 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19568 #    layout: "plot-latency"
19569 #
19570 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19571 #- type: "plot"
19572 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19573 #  algorithm: "plot_latency_error_bars"
19574 #  output-file-type: ".html"
19575 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19576 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19577 #  filter: "'NIC_Intel-X710' and
19578 #           '64B' and
19579 #           ('BASE' or 'SCALE') and
19580 #           'NDRPDR' and
19581 #           '1T1C' and
19582 #           'L2XCFWD' and
19583 #           not 'VHOST' and
19584 #           not 'NF_DENSITY' and
19585 #           'MEMIF'"
19586 #  parameters:
19587 #  - "latency"
19588 #  - "parent"
19589 #  - "tags"
19590 #  sort:
19591 #  - "1VNF"
19592 #  - "2VNF"
19593 #  - "4VNF"
19594 #  - "2VNF"
19595 #  - "4VNF"
19596 #  layout:
19597 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19598 #    layout: "plot-latency"
19599 #
19600 #- type: "plot"
19601 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19602 #  algorithm: "plot_latency_error_bars"
19603 #  output-file-type: ".html"
19604 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19605 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19606 #  filter: "'NIC_Intel-X710' and
19607 #           '64B' and
19608 #           ('BASE' or 'SCALE') and
19609 #           'NDRPDR' and
19610 #           '2T2C' and
19611 #           'L2XCFWD' and
19612 #           not 'VHOST' and
19613 #           not 'NF_DENSITY' and
19614 #           'MEMIF'"
19615 #  parameters:
19616 #  - "latency"
19617 #  - "parent"
19618 #  - "tags"
19619 #  sort:
19620 #  - "1VNF"
19621 #  - "2VNF"
19622 #  - "4VNF"
19623 #  - "2VNF"
19624 #  - "4VNF"
19625 #  layout:
19626 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19627 #    layout: "plot-latency"
19628 #
19629 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19630 #- type: "plot"
19631 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19632 #  algorithm: "plot_latency_error_bars"
19633 #  output-file-type: ".html"
19634 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19635 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19636 #  filter: "'NIC_Intel-X710' and
19637 #           '64B' and
19638 #           ('BASE' or 'SCALE') and
19639 #           'NDRPDR' and
19640 #           '1T1C' and
19641 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19642 #           not 'VHOST' and
19643 #           not 'NF_DENSITY' and
19644 #           'MEMIF'"
19645 #  parameters:
19646 #  - "latency"
19647 #  - "parent"
19648 #  - "tags"
19649 #  sort:
19650 #  - "1VNF"
19651 #  - "2VNF"
19652 #  - "4VNF"
19653 #  - "2VNF"
19654 #  - "4VNF"
19655 #  layout:
19656 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19657 #    layout: "plot-latency"
19658 #
19659 #- type: "plot"
19660 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19661 #  algorithm: "plot_latency_error_bars"
19662 #  output-file-type: ".html"
19663 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19664 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19665 #  filter: "'NIC_Intel-X710' and
19666 #           '64B' and
19667 #           ('BASE' or 'SCALE') and
19668 #           'NDRPDR' and
19669 #           '2T2C' and
19670 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19671 #           not 'VHOST' and
19672 #           not 'NF_DENSITY' and
19673 #           'MEMIF'"
19674 #  parameters:
19675 #  - "latency"
19676 #  - "parent"
19677 #  - "tags"
19678 #  sort:
19679 #  - "1VNF"
19680 #  - "2VNF"
19681 #  - "4VNF"
19682 #  - "2VNF"
19683 #  - "4VNF"
19684 #  layout:
19685 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19686 #    layout: "plot-latency"
19687
19688 ################################################################################
19689
19690 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19691 - type: "plot"
19692   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19693   algorithm: "plot_latency_error_bars"
19694   output-file-type: ".html"
19695   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19697   filter: "'NIC_Intel-X520-DA2' and
19698            '64B' and
19699            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19700            'NDRPDR' and
19701            '1T1C' and
19702            'IP4FWD' and
19703            not 'IPSEC' and
19704            not 'DOT1Q' and
19705            not 'VHOST'"
19706   parameters:
19707   - "latency"
19708   - "parent"
19709   - "tags"
19710   sort:
19711   - "DOT1Q"
19712   - "IP4BASE"
19713   - "FIB_20K"
19714   - "FIB_200K"
19715   - "FIB_2M"
19716   layout:
19717     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19718     layout: "plot-latency"
19719
19720 - type: "plot"
19721   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19722   algorithm: "plot_latency_error_bars"
19723   output-file-type: ".html"
19724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19726   filter: "'NIC_Intel-X520-DA2' and
19727            '64B' and
19728            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19729            'NDRPDR' and
19730            '2T2C' and
19731            'IP4FWD' and
19732            not 'IPSEC' and
19733            not 'DOT1Q' and
19734            not 'VHOST'"
19735   parameters:
19736   - "latency"
19737   - "parent"
19738   - "tags"
19739   sort:
19740   - "DOT1Q"
19741   - "IP4BASE"
19742   - "FIB_20K"
19743   - "FIB_200K"
19744   - "FIB_2M"
19745   layout:
19746     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19747     layout: "plot-latency"
19748
19749 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19750 - type: "plot"
19751   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19752   algorithm: "plot_latency_error_bars"
19753   output-file-type: ".html"
19754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19756   filter: "'NIC_Intel-X520-DA2' and
19757            '64B' and
19758            ('IP4BASE' or
19759             'POLICE_MARK' or
19760             'COPWHLIST' or
19761             ('NAT44' and 'BASE') or
19762             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19763            'NDRPDR' and
19764            '1T1C' and
19765            'IP4FWD' and
19766            not 'IPSEC' and
19767            not 'VHOST'"
19768   parameters:
19769   - "latency"
19770   - "parent"
19771   - "tags"
19772   sort:
19773   - "DOT1Q"
19774   - "IP4BASE"
19775   - "NAT44"
19776   - "POLICE_MARK"
19777   - "COPWHLIST"
19778   - "IACL"
19779   - "OACL"
19780   layout:
19781     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19782     layout: "plot-latency"
19783
19784 - type: "plot"
19785   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19786   algorithm: "plot_latency_error_bars"
19787   output-file-type: ".html"
19788   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19790   filter: "'NIC_Intel-X520-DA2' and
19791            '64B' and
19792            ('IP4BASE' or
19793             'POLICE_MARK' or
19794             'COPWHLIST' or
19795             ('NAT44' and 'BASE') or
19796             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19797            'NDRPDR' and
19798            '2T2C' and
19799            'IP4FWD' and
19800            not 'IPSEC' and
19801            not 'VHOST'"
19802   parameters:
19803   - "latency"
19804   - "parent"
19805   - "tags"
19806   sort:
19807   - "DOT1Q"
19808   - "IP4BASE"
19809   - "NAT44"
19810   - "POLICE_MARK"
19811   - "COPWHLIST"
19812   - "IACL"
19813   - "OACL"
19814   layout:
19815     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19816     layout: "plot-latency"
19817
19818 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19819 - type: "plot"
19820   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19821   algorithm: "plot_latency_error_bars"
19822   output-file-type: ".html"
19823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19825   filter: "'NIC_Intel-X520-DA2' and
19826            '64B' and
19827            'NDRPDR' and
19828            '1T1C' and
19829            'IP4FWD' and
19830            ('NAT44' or 'IP4BASE') and
19831            not 'DOT1Q' and
19832            not 'IPSEC' and
19833            not 'VHOST'"
19834   parameters:
19835   - "latency"
19836   - "parent"
19837   - "tags"
19838   sort:
19839   - "IP4BASE"
19840   - "BASE"
19841   - "SRC_USER_10"
19842   - "SRC_USER_100"
19843   - "SRC_USER_1000"
19844   - "SRC_USER_2000"
19845   layout:
19846     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19847     layout: "plot-latency"
19848
19849 - type: "plot"
19850   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19851   algorithm: "plot_latency_error_bars"
19852   output-file-type: ".html"
19853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19855   filter: "'NIC_Intel-X520-DA2' and
19856            '64B' and
19857            'NDRPDR' and
19858            '2T2C' and
19859            'IP4FWD' and
19860            ('NAT44' or 'IP4BASE') and
19861            not 'DOT1Q' and
19862            not 'IPSEC' and
19863            not 'VHOST'"
19864   parameters:
19865   - "latency"
19866   - "parent"
19867   - "tags"
19868   sort:
19869   - "IP4BASE"
19870   - "BASE"
19871   - "SRC_USER_10"
19872   - "SRC_USER_100"
19873   - "SRC_USER_1000"
19874   - "SRC_USER_2000"
19875   layout:
19876     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19877     layout: "plot-latency"
19878
19879 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19880 - type: "plot"
19881   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19882   algorithm: "plot_latency_error_bars"
19883   output-file-type: ".html"
19884   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19886   filter: "'NIC_Intel-X520-DA2' and
19887            '64B' and
19888            'NDRPDR' and
19889            '1T1C' and
19890            'IP4FWD' and
19891            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19892            not 'IPSEC' and
19893            not 'DOT1Q' and
19894            not 'VHOST'"
19895   parameters:
19896   - "latency"
19897   - "parent"
19898   - "tags"
19899   sort:
19900   - "IP4BASE"
19901   - "ACL_STATELESS"
19902   - "ACL_STATEFUL"
19903   - "ACL_STATELESS"
19904   - "ACL_STATEFUL"
19905   layout:
19906     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19907     layout: "plot-latency"
19908
19909 - type: "plot"
19910   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19911   algorithm: "plot_latency_error_bars"
19912   output-file-type: ".html"
19913   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19915   filter: "'NIC_Intel-X520-DA2' and
19916            '64B' and
19917            'NDRPDR' and
19918            '2T2C' and
19919            'IP4FWD' and
19920            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19921            not 'IPSEC' and
19922            not 'DOT1Q' and
19923            not 'VHOST'"
19924   parameters:
19925   - "latency"
19926   - "parent"
19927   - "tags"
19928   sort:
19929   - "IP4BASE"
19930   - "ACL_STATELESS"
19931   - "ACL_STATEFUL"
19932   - "ACL_STATELESS"
19933   - "ACL_STATEFUL"
19934   layout:
19935     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19936     layout: "plot-latency"
19937
19938 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19939 - type: "plot"
19940   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19941   algorithm: "plot_latency_error_bars"
19942   output-file-type: ".html"
19943   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19945   filter: "'NIC_Intel-X520-DA2' and
19946            '64B' and
19947            'NDRPDR' and
19948            '1T1C' and
19949            'IP4FWD' and
19950            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19951            not 'IPSEC' and
19952            not 'DOT1Q' and
19953            not 'VHOST'"
19954   parameters:
19955   - "latency"
19956   - "parent"
19957   - "tags"
19958   sort:
19959   - "IP4BASE"
19960   - "ACL_STATELESS"
19961   - "ACL_STATEFUL"
19962   - "ACL_STATELESS"
19963   - "ACL_STATEFUL"
19964   layout:
19965     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19966     layout: "plot-latency"
19967
19968 - type: "plot"
19969   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19970   algorithm: "plot_latency_error_bars"
19971   output-file-type: ".html"
19972   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19974   filter: "'NIC_Intel-X520-DA2' and
19975            '64B' and
19976            'NDRPDR' and
19977            '2T2C' and
19978            'IP4FWD' and
19979            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19980            not 'IPSEC' and
19981            not 'DOT1Q' and
19982            not 'VHOST'"
19983   parameters:
19984   - "latency"
19985   - "parent"
19986   - "tags"
19987   sort:
19988   - "IP4BASE"
19989   - "ACL_STATELESS"
19990   - "ACL_STATEFUL"
19991   - "ACL_STATELESS"
19992   - "ACL_STATEFUL"
19993   layout:
19994     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19995     layout: "plot-latency"
19996
19997 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19998 - type: "plot"
19999   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20000   algorithm: "plot_latency_error_bars"
20001   output-file-type: ".html"
20002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20004   filter: "'NIC_Intel-X710' and
20005            '64B' and
20006            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20007            'NDRPDR' and
20008            '1T1C' and
20009            'IP4FWD' and
20010            not 'IPSEC' and
20011            not 'DOT1Q' and
20012            not 'VHOST'"
20013   parameters:
20014   - "latency"
20015   - "parent"
20016   - "tags"
20017   sort:
20018   - "IP4BASE"
20019   - "FIB_20K"
20020   - "FIB_200K"
20021   - "FIB_2M"
20022   layout:
20023     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20024     layout: "plot-latency"
20025
20026 - type: "plot"
20027   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20028   algorithm: "plot_latency_error_bars"
20029   output-file-type: ".html"
20030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20032   filter: "'NIC_Intel-X710' and
20033            '64B' and
20034            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20035            'NDRPDR' and
20036            '2T2C' and
20037            'IP4FWD' and
20038            not 'IPSEC' and
20039            not 'DOT1Q' and
20040            not 'VHOST'"
20041   parameters:
20042   - "latency"
20043   - "parent"
20044   - "tags"
20045   sort:
20046   - "IP4BASE"
20047   - "FIB_20K"
20048   - "FIB_200K"
20049   - "FIB_2M"
20050   layout:
20051     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20052     layout: "plot-latency"
20053
20054 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20055 - type: "plot"
20056   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20057   algorithm: "plot_latency_error_bars"
20058   output-file-type: ".html"
20059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20061   filter: "'NIC_Intel-X710' and
20062            '64B' and
20063            ('IP4BASE' or
20064             'POLICE_MARK' or
20065             'COPWHLIST' or
20066             ('NAT44' and 'BASE') or
20067             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20068            'NDRPDR' and
20069            '1T1C' and
20070            'IP4FWD' and
20071            not 'IPSEC' and
20072            not 'VHOST'"
20073   parameters:
20074   - "latency"
20075   - "parent"
20076   - "tags"
20077   sort:
20078   - "DOT1Q"
20079   - "IP4BASE"
20080   - "NAT44"
20081   - "POLICE_MARK"
20082   - "COPWHLIST"
20083   - "IACL"
20084   - "OACL"
20085   layout:
20086     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20087     layout: "plot-latency"
20088
20089 - type: "plot"
20090   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20091   algorithm: "plot_latency_error_bars"
20092   output-file-type: ".html"
20093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20095   filter: "'NIC_Intel-X710' and
20096            '64B' and
20097            ('IP4BASE' or
20098             'POLICE_MARK' or
20099             'COPWHLIST' or
20100             ('NAT44' and 'BASE') or
20101             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20102            'NDRPDR' and
20103            '2T2C' and
20104            'IP4FWD' and
20105            not 'IPSEC' and
20106            not 'VHOST'"
20107   parameters:
20108   - "latency"
20109   - "parent"
20110   - "tags"
20111   sort:
20112   - "DOT1Q"
20113   - "IP4BASE"
20114   - "NAT44"
20115   - "POLICE_MARK"
20116   - "COPWHLIST"
20117   - "IACL"
20118   - "OACL"
20119   layout:
20120     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20121     layout: "plot-latency"
20122
20123 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20124 - type: "plot"
20125   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20126   algorithm: "plot_latency_error_bars"
20127   output-file-type: ".html"
20128   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20130   filter: "'NIC_Intel-X710' and
20131            '64B' and
20132            'NDRPDR' and
20133            '1T1C' and
20134            'IP4FWD' and
20135            ('NAT44' or 'IP4BASE') and
20136            not 'IPSEC' and
20137            not 'VHOST'"
20138   parameters:
20139   - "latency"
20140   - "parent"
20141   - "tags"
20142   sort:
20143   - "IP4BASE"
20144   - "BASE"
20145   - "SRC_USER_10"
20146   - "SRC_USER_100"
20147   - "SRC_USER_1000"
20148   - "SRC_USER_2000"
20149   layout:
20150     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20151     layout: "plot-latency"
20152
20153 - type: "plot"
20154   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20155   algorithm: "plot_latency_error_bars"
20156   output-file-type: ".html"
20157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20159   filter: "'NIC_Intel-X710' and
20160            '64B' and
20161            'NDRPDR' and
20162            '2T2C' and
20163            'IP4FWD' and
20164            ('NAT44' or 'IP4BASE') and
20165            not 'IPSEC' and
20166            not 'VHOST'"
20167   parameters:
20168   - "latency"
20169   - "parent"
20170   - "tags"
20171   sort:
20172   - "IP4BASE"
20173   - "BASE"
20174   - "SRC_USER_10"
20175   - "SRC_USER_100"
20176   - "SRC_USER_1000"
20177   - "SRC_USER_2000"
20178   layout:
20179     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20180     layout: "plot-latency"
20181
20182 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20183 - type: "plot"
20184   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20185   algorithm: "plot_latency_error_bars"
20186   output-file-type: ".html"
20187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20189   filter: "'NIC_Intel-X710' and
20190            '64B' and
20191            'NDRPDR' and
20192            '1T1C' and
20193            'IP4FWD' and
20194            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20195            not 'IPSEC' and
20196            not 'VHOST'"
20197   parameters:
20198   - "latency"
20199   - "parent"
20200   - "tags"
20201   sort:
20202   - "IP4BASE"
20203   - "ACL_STATELESS"
20204   - "ACL_STATEFUL"
20205   - "ACL_STATELESS"
20206   - "ACL_STATEFUL"
20207   layout:
20208     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20209     layout: "plot-latency"
20210
20211 - type: "plot"
20212   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20213   algorithm: "plot_latency_error_bars"
20214   output-file-type: ".html"
20215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20217   filter: "'NIC_Intel-X710' and
20218            '64B' and
20219            'NDRPDR' and
20220            '2T2C' and
20221            'IP4FWD' and
20222            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20223            not 'IPSEC' and
20224            not 'VHOST'"
20225   parameters:
20226   - "latency"
20227   - "parent"
20228   - "tags"
20229   sort:
20230   - "IP4BASE"
20231   - "ACL_STATELESS"
20232   - "ACL_STATEFUL"
20233   - "ACL_STATELESS"
20234   - "ACL_STATEFUL"
20235   layout:
20236     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20237     layout: "plot-latency"
20238
20239 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20240 - type: "plot"
20241   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20242   algorithm: "plot_latency_error_bars"
20243   output-file-type: ".html"
20244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20246   filter: "'NIC_Intel-XL710' and
20247            '64B' and
20248            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20249            'NDRPDR' and
20250            '1T1C' and
20251            'IP4FWD' and
20252            not 'IPSEC' and
20253            not 'VHOST'"
20254   parameters:
20255   - "latency"
20256   - "parent"
20257   - "tags"
20258   sort:
20259   - "IP4BASE"
20260   - "FIB_20K"
20261   - "FIB_200K"
20262   - "FIB_2M"
20263   layout:
20264     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20265     layout: "plot-latency"
20266
20267 - type: "plot"
20268   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20269   algorithm: "plot_latency_error_bars"
20270   output-file-type: ".html"
20271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20273   filter: "'NIC_Intel-XL710' and
20274            '64B' and
20275            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20276            'NDRPDR' and
20277            '2T2C' and
20278            'IP4FWD' and
20279            not 'IPSEC' and
20280            not 'VHOST'"
20281   parameters:
20282   - "latency"
20283   - "parent"
20284   - "tags"
20285   sort:
20286   - "IP4BASE"
20287   - "FIB_20K"
20288   - "FIB_200K"
20289   - "FIB_2M"
20290   layout:
20291     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20292     layout: "plot-latency"
20293
20294 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20295 - type: "plot"
20296   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20297   algorithm: "plot_latency_error_bars"
20298   output-file-type: ".html"
20299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20301   filter: "'NIC_Intel-X710' and
20302            '64B' and
20303            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20304            'NDRPDR' and
20305            '2T1C' and
20306            'IP4FWD' and
20307            not 'IPSEC' and
20308            not 'DOT1Q' and
20309            not 'VHOST'"
20310   parameters:
20311   - "latency"
20312   - "parent"
20313   - "tags"
20314   sort:
20315   - "IP4BASE"
20316   - "FIB_20K"
20317   - "FIB_200K"
20318   - "FIB_2M"
20319   layout:
20320     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20321     layout: "plot-latency"
20322
20323 - type: "plot"
20324   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20325   algorithm: "plot_latency_error_bars"
20326   output-file-type: ".html"
20327   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20329   filter: "'NIC_Intel-X710' and
20330            '64B' and
20331            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20332            'NDRPDR' and
20333            '4T2C' and
20334            'IP4FWD' and
20335            not 'IPSEC' and
20336            not 'DOT1Q' and
20337            not 'VHOST'"
20338   parameters:
20339   - "latency"
20340   - "parent"
20341   - "tags"
20342   sort:
20343   - "IP4BASE"
20344   - "FIB_20K"
20345   - "FIB_200K"
20346   - "FIB_2M"
20347   layout:
20348     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20349     layout: "plot-latency"
20350
20351 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20352 - type: "plot"
20353   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20354   algorithm: "plot_latency_error_bars"
20355   output-file-type: ".html"
20356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20358   filter: "'NIC_Intel-X710' and
20359            '64B' and
20360            ('IP4BASE' or
20361             'POLICE_MARK' or
20362             'COPWHLIST' or
20363             ('NAT44' and 'BASE') or
20364             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20365            'NDRPDR' and
20366            '2T1C' and
20367            'IP4FWD' and
20368            not 'IPSEC' and
20369            not 'VHOST'"
20370   parameters:
20371   - "latency"
20372   - "parent"
20373   - "tags"
20374   sort:
20375   - "DOT1Q"
20376   - "IP4BASE"
20377   - "NAT44"
20378   - "POLICE_MARK"
20379   - "COPWHLIST"
20380   - "IACL"
20381   - "OACL"
20382   layout:
20383     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20384     layout: "plot-latency"
20385
20386 - type: "plot"
20387   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20388   algorithm: "plot_latency_error_bars"
20389   output-file-type: ".html"
20390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20392   filter: "'NIC_Intel-X710' and
20393            '64B' and
20394            ('IP4BASE' or
20395             'POLICE_MARK' or
20396             'COPWHLIST' or
20397             ('NAT44' and 'BASE') or
20398             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20399            'NDRPDR' and
20400            '4T2C' and
20401            'IP4FWD' and
20402            not 'IPSEC' and
20403            not 'VHOST'"
20404   parameters:
20405   - "latency"
20406   - "parent"
20407   - "tags"
20408   sort:
20409   - "DOT1Q"
20410   - "IP4BASE"
20411   - "NAT44"
20412   - "POLICE_MARK"
20413   - "COPWHLIST"
20414   - "IACL"
20415   - "OACL"
20416   layout:
20417     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20418     layout: "plot-latency"
20419
20420 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20421 - type: "plot"
20422   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20423   algorithm: "plot_latency_error_bars"
20424   output-file-type: ".html"
20425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20427   filter: "'NIC_Intel-X710' and
20428            '64B' and
20429            'NDRPDR' and
20430            '2T1C' and
20431            'IP4FWD' and
20432            ('NAT44' or 'IP4BASE') and
20433            not 'IPSEC' and
20434            not 'VHOST'"
20435   parameters:
20436   - "latency"
20437   - "parent"
20438   - "tags"
20439   sort:
20440   - "IP4BASE"
20441   - "BASE"
20442   - "SRC_USER_10"
20443   - "SRC_USER_100"
20444   - "SRC_USER_1000"
20445   - "SRC_USER_2000"
20446   layout:
20447     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20448     layout: "plot-latency"
20449
20450 - type: "plot"
20451   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20452   algorithm: "plot_latency_error_bars"
20453   output-file-type: ".html"
20454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20456   filter: "'NIC_Intel-X710' and
20457            '64B' and
20458            'NDRPDR' and
20459            '4T2C' and
20460            'IP4FWD' and
20461            ('NAT44' or 'IP4BASE') and
20462            not 'IPSEC' and
20463            not 'VHOST'"
20464   parameters:
20465   - "latency"
20466   - "parent"
20467   - "tags"
20468   sort:
20469   - "IP4BASE"
20470   - "BASE"
20471   - "SRC_USER_10"
20472   - "SRC_USER_100"
20473   - "SRC_USER_1000"
20474   - "SRC_USER_2000"
20475   layout:
20476     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20477     layout: "plot-latency"
20478
20479 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20480 - type: "plot"
20481   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20482   algorithm: "plot_latency_error_bars"
20483   output-file-type: ".html"
20484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20486   filter: "'NIC_Intel-X710' and
20487            '64B' and
20488            'NDRPDR' and
20489            '2T1C' and
20490            'IP4FWD' and
20491            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20492            not 'IPSEC' and
20493            not 'VHOST'"
20494   parameters:
20495   - "latency"
20496   - "parent"
20497   - "tags"
20498   sort:
20499   - "IP4BASE"
20500   - "ACL_STATELESS"
20501   - "ACL_STATEFUL"
20502   - "ACL_STATELESS"
20503   - "ACL_STATEFUL"
20504   layout:
20505     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20506     layout: "plot-latency"
20507
20508 - type: "plot"
20509   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20510   algorithm: "plot_latency_error_bars"
20511   output-file-type: ".html"
20512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20514   filter: "'NIC_Intel-X710' and
20515            '64B' and
20516            'NDRPDR' and
20517            '4T2C' and
20518            'IP4FWD' and
20519            'IACL' and
20520            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20521            not 'IPSEC' and
20522            not 'VHOST'"
20523   parameters:
20524   - "latency"
20525   - "parent"
20526   - "tags"
20527   sort:
20528   - "IP4BASE"
20529   - "ACL_STATELESS"
20530   - "ACL_STATEFUL"
20531   - "ACL_STATELESS"
20532   - "ACL_STATEFUL"
20533   layout:
20534     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20535     layout: "plot-latency"
20536
20537 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20538 - type: "plot"
20539   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20540   algorithm: "plot_latency_error_bars"
20541   output-file-type: ".html"
20542   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20544   filter: "'NIC_Intel-X710' and
20545            '64B' and
20546            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20547            'NDRPDR' and
20548            '2T1C' and
20549            'IP4FWD' and
20550            not 'IPSEC' and
20551            not 'DOT1Q' and
20552            not 'VHOST'"
20553   parameters:
20554   - "latency"
20555   - "parent"
20556   - "tags"
20557   sort:
20558   - "IP4BASE"
20559   - "FIB_20K"
20560   - "FIB_200K"
20561   - "FIB_2M"
20562   layout:
20563     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20564     layout: "plot-latency"
20565
20566 - type: "plot"
20567   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20568   algorithm: "plot_latency_error_bars"
20569   output-file-type: ".html"
20570   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20572   filter: "'NIC_Intel-X710' and
20573            '64B' and
20574            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20575            'NDRPDR' and
20576            '4T2C' and
20577            'IP4FWD' and
20578            not 'IPSEC' and
20579            not 'DOT1Q' and
20580            not 'VHOST'"
20581   parameters:
20582   - "latency"
20583   - "parent"
20584   - "tags"
20585   sort:
20586   - "IP4BASE"
20587   - "FIB_20K"
20588   - "FIB_200K"
20589   - "FIB_2M"
20590   layout:
20591     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20592     layout: "plot-latency"
20593
20594 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20595 - type: "plot"
20596   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20597   algorithm: "plot_latency_error_bars"
20598   output-file-type: ".html"
20599   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20601   filter: "'NIC_Intel-X710' and
20602            '64B' and
20603            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20604            'NDRPDR' and
20605            '2T1C' and
20606            'IP4FWD' and
20607            not 'IPSEC' and
20608            not 'DOT1Q' and
20609            not 'VHOST'"
20610   parameters:
20611   - "latency"
20612   - "parent"
20613   - "tags"
20614   sort:
20615   - "IP4BASE"
20616   - "ACL_STATELESS"
20617   - "ACL_STATEFUL"
20618   - "ACL_STATELESS"
20619   - "ACL_STATEFUL"
20620   layout:
20621     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20622     layout: "plot-latency"
20623
20624 - type: "plot"
20625   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20626   algorithm: "plot_latency_error_bars"
20627   output-file-type: ".html"
20628   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20630   filter: "'NIC_Intel-X710' and
20631            '64B' and
20632            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20633            'NDRPDR' and
20634            '4T2C' and
20635            'IP4FWD' and
20636            not 'IPSEC' and
20637            not 'DOT1Q' and
20638            not 'VHOST'"
20639   parameters:
20640   - "latency"
20641   - "parent"
20642   - "tags"
20643   sort:
20644   - "IP4BASE"
20645   - "ACL_STATELESS"
20646   - "ACL_STATEFUL"
20647   - "ACL_STATELESS"
20648   - "ACL_STATEFUL"
20649   layout:
20650     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20651     layout: "plot-latency"
20652
20653 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20654 - type: "plot"
20655   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20656   algorithm: "plot_latency_error_bars"
20657   output-file-type: ".html"
20658   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20660   filter: "'NIC_Intel-XXV710' and
20661            '64B' and
20662            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20663            'NDRPDR' and
20664            '2T1C' and
20665            'IP4FWD' and
20666            not 'IPSEC' and
20667            not 'DOT1Q' and
20668            not 'VHOST'"
20669   parameters:
20670   - "latency"
20671   - "parent"
20672   - "tags"
20673   sort:
20674   - "IP4BASE"
20675   - "FIB_20K"
20676   - "FIB_200K"
20677   - "FIB_2M"
20678   layout:
20679     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20680     layout: "plot-latency"
20681
20682 - type: "plot"
20683   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20684   algorithm: "plot_latency_error_bars"
20685   output-file-type: ".html"
20686   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20688   filter: "'NIC_Intel-XXV710' and
20689            '64B' and
20690            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20691            'NDRPDR' and
20692            '4T2C' and
20693            'IP4FWD' and
20694            not 'IPSEC' and
20695            not 'DOT1Q' and
20696            not 'VHOST'"
20697   parameters:
20698   - "latency"
20699   - "parent"
20700   - "tags"
20701   sort:
20702   - "IP4BASE"
20703   - "FIB_20K"
20704   - "FIB_200K"
20705   - "FIB_2M"
20706   layout:
20707     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20708     layout: "plot-latency"
20709
20710 ################################################################################
20711
20712 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20713 - type: "plot"
20714   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20715   algorithm: "plot_latency_error_bars"
20716   output-file-type: ".html"
20717   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20719   filter: "'NIC_Intel-X520-DA2' and
20720            '64B' and
20721            'ENCAP' and
20722            'NDRPDR' and
20723            '1T1C' and
20724            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20725            not 'DOT1Q' and
20726            not 'VHOST' and
20727            not 'IPSECHW'"
20728   parameters:
20729   - "latency"
20730   - "parent"
20731   - "tags"
20732   sort:
20733   - "IP4BASE"
20734   - "L2BDMACLRN"
20735   - "L2XCFWD"
20736   - "LISP"
20737   layout:
20738     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20739     layout: "plot-latency"
20740
20741 - type: "plot"
20742   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20743   algorithm: "plot_latency_error_bars"
20744   output-file-type: ".html"
20745   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20747   filter: "'NIC_Intel-X520-DA2' and
20748            '64B' and
20749            'ENCAP' and
20750            'NDRPDR' and
20751            '2T2C' and
20752            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20753            not 'DOT1Q' and
20754            not 'VHOST' and
20755            not 'IPSECHW'"
20756   parameters:
20757   - "latency"
20758   - "parent"
20759   - "tags"
20760   sort:
20761   - "IP4BASE"
20762   - "L2BDMACLRN"
20763   - "L2XCFWD"
20764   - "LISP"
20765   layout:
20766     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20767     layout: "plot-latency"
20768
20769 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20770 - type: "plot"
20771   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20772   algorithm: "plot_latency_error_bars"
20773   output-file-type: ".html"
20774   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20776   filter: "'NIC_Intel-X710' and
20777            '64B' and
20778            'ENCAP' and
20779            'NDRPDR' and
20780            '1T1C' and
20781            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20782            not 'VHOST' and
20783            not 'IPSECHW'"
20784   parameters:
20785   - "latency"
20786   - "parent"
20787   - "tags"
20788   sort:
20789   - "IP4BASE"
20790   - "LISP"
20791   - "VXLAN_1"
20792   - "VXLAN_10"
20793   - "VXLAN_100"
20794   - "VXLAN_1000"
20795   layout:
20796     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20797     layout: "plot-latency"
20798
20799 - type: "plot"
20800   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20801   algorithm: "plot_latency_error_bars"
20802   output-file-type: ".html"
20803   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20805   filter: "'NIC_Intel-X710' and
20806            '64B' and
20807            'ENCAP' and
20808            'NDRPDR' and
20809            '2T2C' and
20810            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20811            not 'VHOST' and
20812            not 'IPSECHW'"
20813   parameters:
20814   - "latency"
20815   - "parent"
20816   - "tags"
20817   sort:
20818   - "IP4BASE"
20819   - "LISP"
20820   - "VXLAN_1"
20821   - "VXLAN_10"
20822   - "VXLAN_100"
20823   - "VXLAN_1000"
20824   layout:
20825     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20826     layout: "plot-latency"
20827
20828 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20829 - type: "plot"
20830   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20831   algorithm: "plot_latency_error_bars"
20832   output-file-type: ".html"
20833   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20835   filter: "'NIC_Intel-X710' and
20836            '64B' and
20837            'ENCAP' and
20838            'NDRPDR' and
20839            '1T1C' and
20840            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20841            not 'DOT1Q' and
20842            not 'VHOST' and
20843            not 'IPSECHW'"
20844   parameters:
20845   - "latency"
20846   - "parent"
20847   - "tags"
20848   sort:
20849   - "IP4BASE"
20850   - "L2BDMACLRN"
20851   - "L2XCFWD"
20852   - "LISP"
20853   layout:
20854     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20855     layout: "plot-latency"
20856
20857 - type: "plot"
20858   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20859   algorithm: "plot_latency_error_bars"
20860   output-file-type: ".html"
20861   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20863   filter: "'NIC_Intel-X710' and
20864            '64B' and
20865            'ENCAP' and
20866            'NDRPDR' and
20867            '2T2C' and
20868            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20869            not 'DOT1Q' and
20870            not 'VHOST' and
20871            not 'IPSECHW'"
20872   parameters:
20873   - "latency"
20874   - "parent"
20875   - "tags"
20876   sort:
20877   - "IP4BASE"
20878   - "L2BDMACLRN"
20879   - "L2XCFWD"
20880   - "LISP"
20881   layout:
20882     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20883     layout: "plot-latency"
20884
20885 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20886 - type: "plot"
20887   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20888   algorithm: "plot_latency_error_bars"
20889   output-file-type: ".html"
20890   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20892   filter: "'NIC_Intel-X710' and
20893            '64B' and
20894            'ENCAP' and
20895            'NDRPDR' and
20896            '2T1C' and
20897            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20898            not 'VHOST' and
20899            not 'IPSECHW'"
20900   parameters:
20901   - "latency"
20902   - "parent"
20903   - "tags"
20904   sort:
20905   - "IP4BASE"
20906   - "LISP"
20907   - "VXLAN_1"
20908   - "VXLAN_10"
20909   - "VXLAN_100"
20910   - "VXLAN_1000"
20911   layout:
20912     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20913     layout: "plot-latency"
20914
20915 - type: "plot"
20916   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20917   algorithm: "plot_latency_error_bars"
20918   output-file-type: ".html"
20919   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20921   filter: "'NIC_Intel-X710' and
20922            '64B' and
20923            'ENCAP' and
20924            'NDRPDR' and
20925            '4T2C' and
20926            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20927            not 'VHOST' and
20928            not 'IPSECHW'"
20929   parameters:
20930   - "latency"
20931   - "parent"
20932   - "tags"
20933   sort:
20934   - "IP4BASE"
20935   - "LISP"
20936   - "VXLAN_1"
20937   - "VXLAN_10"
20938   - "VXLAN_100"
20939   - "VXLAN_1000"
20940   layout:
20941     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20942     layout: "plot-latency"
20943
20944 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20945 - type: "plot"
20946   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20947   algorithm: "plot_latency_error_bars"
20948   output-file-type: ".html"
20949   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20951   filter: "'NIC_Intel-X710' and
20952            '64B' and
20953            'ENCAP' and
20954            'NDRPDR' and
20955            '2T1C' and
20956            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20957            not 'DOT1Q' and
20958            not 'VHOST' and
20959            not 'IPSECHW'"
20960   parameters:
20961   - "latency"
20962   - "parent"
20963   - "tags"
20964   sort:
20965   - "IP4BASE"
20966   - "L2BDMACLRN"
20967   - "L2XCFWD"
20968   - "LISP"
20969   layout:
20970     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20971     layout: "plot-latency"
20972
20973 - type: "plot"
20974   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20975   algorithm: "plot_latency_error_bars"
20976   output-file-type: ".html"
20977   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20979   filter: "'NIC_Intel-X710' and
20980            '64B' and
20981            'ENCAP' and
20982            'NDRPDR' and
20983            '4T2C' and
20984            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20985            not 'DOT1Q' and
20986            not 'VHOST' and
20987            not 'IPSECHW'"
20988   parameters:
20989   - "latency"
20990   - "parent"
20991   - "tags"
20992   sort:
20993   - "IP4BASE"
20994   - "L2BDMACLRN"
20995   - "L2XCFWD"
20996   - "LISP"
20997   layout:
20998     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20999     layout: "plot-latency"
21000
21001 ################################################################################
21002
21003 # Packet Latency - VPP IPv6 3n-hsw-x520
21004 - type: "plot"
21005   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21006   algorithm: "plot_latency_error_bars"
21007   output-file-type: ".html"
21008   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21010   filter: "'NIC_Intel-X520-DA2' and
21011            '78B' and
21012            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21013            'NDRPDR' and
21014            '1T1C' and
21015            'IP6FWD' and
21016            not 'SRv6' and
21017            not 'IPSEC' and
21018            not 'VHOST'"
21019   parameters:
21020   - "latency"
21021   - "parent"
21022   - "tags"
21023   sort:
21024   - "IP6BASE"
21025   - "FIB_20K"
21026   - "FIB_200K"
21027   - "FIB_2M"
21028   layout:
21029     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21030     layout: "plot-latency"
21031
21032 - type: "plot"
21033   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21034   algorithm: "plot_latency_error_bars"
21035   output-file-type: ".html"
21036   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21038   filter: "'NIC_Intel-X520-DA2' and
21039            '78B' and
21040            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21041            'NDRPDR' and
21042            '2T2C' and
21043            'IP6FWD' and
21044            not 'SRv6' and
21045            not 'IPSEC' and
21046            not 'VHOST'"
21047   parameters:
21048   - "latency"
21049   - "parent"
21050   - "tags"
21051   sort:
21052   - "IP6BASE"
21053   - "FIB_20K"
21054   - "FIB_200K"
21055   - "FIB_2M"
21056   layout:
21057     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21058     layout: "plot-latency"
21059
21060 # Packet Latency - VPP IPv6 3n-hsw-x710
21061 - type: "plot"
21062   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21063   algorithm: "plot_latency_error_bars"
21064   output-file-type: ".html"
21065   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21067   filter: "'NIC_Intel-X710' and
21068            '78B' and
21069            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21070            'NDRPDR' and
21071            '1T1C' and
21072            'IP6FWD' and
21073            not 'SRv6' and
21074            not 'IPSEC' and
21075            not 'VHOST'"
21076   parameters:
21077   - "latency"
21078   - "parent"
21079   - "tags"
21080   sort:
21081   - "IP6BASE"
21082   - "FIB_20K"
21083   - "FIB_200K"
21084   - "FIB_2M"
21085   layout:
21086     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21087     layout: "plot-latency"
21088
21089 - type: "plot"
21090   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21091   algorithm: "plot_latency_error_bars"
21092   output-file-type: ".html"
21093   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21095   filter: "'NIC_Intel-X710' and
21096            '78B' and
21097            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21098            'NDRPDR' and
21099            '2T2C' and
21100            'IP6FWD' and
21101            not 'SRv6' and
21102            not 'IPSEC' and
21103            not 'VHOST'"
21104   parameters:
21105   - "latency"
21106   - "parent"
21107   - "tags"
21108   sort:
21109   - "IP6BASE"
21110   - "FIB_20K"
21111   - "FIB_200K"
21112   - "FIB_2M"
21113   layout:
21114     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21115     layout: "plot-latency"
21116
21117 # Packet Latency - VPP IPv6 3n-hsw-xl710
21118 - type: "plot"
21119   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21120   algorithm: "plot_latency_error_bars"
21121   output-file-type: ".html"
21122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21124   filter: "'NIC_Intel-XL710' and
21125            '78B' and
21126            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21127            'NDRPDR' and
21128            '1T1C' and
21129            'IP6FWD' and
21130            not 'SRv6' and
21131            not 'IPSEC' and
21132            not 'VHOST'"
21133   parameters:
21134   - "latency"
21135   - "parent"
21136   - "tags"
21137   sort:
21138   - "IP6BASE"
21139   - "FIB_20K"
21140   - "FIB_200K"
21141   - "FIB_2M"
21142   layout:
21143     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21144     layout: "plot-latency"
21145
21146 - type: "plot"
21147   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21148   algorithm: "plot_latency_error_bars"
21149   output-file-type: ".html"
21150   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21152   filter: "'NIC_Intel-XL710' and
21153            '78B' and
21154            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21155            'NDRPDR' and
21156            '2T2C' and
21157            'IP6FWD' and
21158            not 'SRv6' and
21159            not 'IPSEC' and
21160            not 'VHOST'"
21161   parameters:
21162   - "latency"
21163   - "parent"
21164   - "tags"
21165   sort:
21166   - "IP6BASE"
21167   - "FIB_20K"
21168   - "FIB_200K"
21169   - "FIB_2M"
21170   layout:
21171     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21172     layout: "plot-latency"
21173
21174 # Packet Latency - VPP IPv6 3n-skx-x710
21175 - type: "plot"
21176   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21177   algorithm: "plot_latency_error_bars"
21178   output-file-type: ".html"
21179   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21181   filter: "'NIC_Intel-X710' and
21182            '78B' and
21183            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21184            'NDRPDR' and
21185            '2T1C' and
21186            'IP6FWD' and
21187            not 'SRv6' and
21188            not 'IPSEC' and
21189            not 'VHOST'"
21190   parameters:
21191   - "latency"
21192   - "parent"
21193   - "tags"
21194   sort:
21195   - "IP6BASE"
21196   - "FIB_20K"
21197   - "FIB_200K"
21198   - "FIB_2M"
21199   layout:
21200     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21201     layout: "plot-latency"
21202
21203 - type: "plot"
21204   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21205   algorithm: "plot_latency_error_bars"
21206   output-file-type: ".html"
21207   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21209   filter: "'NIC_Intel-X710' and
21210            '78B' and
21211            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21212            'NDRPDR' and
21213            '4T2C' and
21214            'IP6FWD' and
21215            not 'SRv6' and
21216            not 'IPSEC' and
21217            not 'VHOST'"
21218   parameters:
21219   - "latency"
21220   - "parent"
21221   - "tags"
21222   sort:
21223   - "IP6BASE"
21224   - "FIB_20K"
21225   - "FIB_200K"
21226   - "FIB_2M"
21227   layout:
21228     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21229     layout: "plot-latency"
21230
21231 # Packet Latency - VPP IPv6 3n-skx-xxv710
21232 - type: "plot"
21233   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21234   algorithm: "plot_latency_error_bars"
21235   output-file-type: ".html"
21236   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21238   filter: "'NIC_Intel-XXV710' and
21239            '78B' and
21240            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21241            'NDRPDR' and
21242            '2T1C' and
21243            'IP6FWD' and
21244            not 'SRv6' and
21245            not 'IPSEC' and
21246            not 'VHOST'"
21247   parameters:
21248   - "latency"
21249   - "parent"
21250   - "tags"
21251   sort:
21252   - "IP6BASE"
21253   - "FIB_20K"
21254   - "FIB_200K"
21255   - "FIB_2M"
21256   layout:
21257     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21258     layout: "plot-latency"
21259
21260 - type: "plot"
21261   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21262   algorithm: "plot_latency_error_bars"
21263   output-file-type: ".html"
21264   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21266   filter: "'NIC_Intel-XXV710' and
21267            '78B' and
21268            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21269            'NDRPDR' and
21270            '4T2C' and
21271            'IP6FWD' and
21272            not 'SRv6' and
21273            not 'IPSEC' and
21274            not 'VHOST'"
21275   parameters:
21276   - "latency"
21277   - "parent"
21278   - "tags"
21279   sort:
21280   - "IP6BASE"
21281   - "FIB_20K"
21282   - "FIB_200K"
21283   - "FIB_2M"
21284   layout:
21285     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21286     layout: "plot-latency"
21287
21288 # Packet Latency - VPP IPv6 2n-skx-x710
21289 - type: "plot"
21290   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21291   algorithm: "plot_latency_error_bars"
21292   output-file-type: ".html"
21293   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21295   filter: "'NIC_Intel-X710' and
21296            '78B' and
21297            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21298            'NDRPDR' and
21299            '2T1C' and
21300            'IP6FWD' and
21301            not 'SRv6' and
21302            not 'IPSEC' and
21303            not 'VHOST'"
21304   parameters:
21305   - "latency"
21306   - "parent"
21307   - "tags"
21308   sort:
21309   - "IP6BASE"
21310   - "FIB_20K"
21311   - "FIB_200K"
21312   - "FIB_2M"
21313   layout:
21314     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21315     layout: "plot-latency"
21316
21317 - type: "plot"
21318   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21319   algorithm: "plot_latency_error_bars"
21320   output-file-type: ".html"
21321   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21323   filter: "'NIC_Intel-X710' and
21324            '78B' and
21325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21326            'NDRPDR' and
21327            '4T2C' and
21328            'IP6FWD' and
21329            not 'SRv6' and
21330            not 'IPSEC' and
21331            not 'VHOST'"
21332   parameters:
21333   - "latency"
21334   - "parent"
21335   - "tags"
21336   sort:
21337   - "IP6BASE"
21338   - "FIB_20K"
21339   - "FIB_200K"
21340   - "FIB_2M"
21341   layout:
21342     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21343     layout: "plot-latency"
21344
21345 # Packet Latency - VPP IPv6 2n-skx-xxv710
21346 - type: "plot"
21347   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21348   algorithm: "plot_latency_error_bars"
21349   output-file-type: ".html"
21350   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21352   filter: "'NIC_Intel-XXV710' and
21353            '78B' and
21354            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21355            'NDRPDR' and
21356            '2T1C' and
21357            'IP6FWD' and
21358            not 'SRv6' and
21359            not 'IPSEC' and
21360            not 'VHOST'"
21361   parameters:
21362   - "latency"
21363   - "parent"
21364   - "tags"
21365   sort:
21366   - "IP6BASE"
21367   - "FIB_20K"
21368   - "FIB_200K"
21369   - "FIB_2M"
21370   layout:
21371     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21372     layout: "plot-latency"
21373
21374 - type: "plot"
21375   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21376   algorithm: "plot_latency_error_bars"
21377   output-file-type: ".html"
21378   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21380   filter: "'NIC_Intel-XXV710' and
21381            '78B' and
21382            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21383            'NDRPDR' and
21384            '4T2C' and
21385            'IP6FWD' and
21386            not 'SRv6' and
21387            not 'IPSEC' and
21388            not 'VHOST'"
21389   parameters:
21390   - "latency"
21391   - "parent"
21392   - "tags"
21393   sort:
21394   - "IP6BASE"
21395   - "FIB_20K"
21396   - "FIB_200K"
21397   - "FIB_2M"
21398   layout:
21399     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21400     layout: "plot-latency"
21401
21402 ################################################################################
21403
21404 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21405 - type: "plot"
21406   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21407   algorithm: "plot_latency_error_bars"
21408   output-file-type: ".html"
21409   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21411   filter: "'NIC_Intel-X520-DA2' and
21412            '78B' and
21413            'ENCAP' and
21414            'NDRPDR' and
21415            '1T1C' and
21416            'LISP' and
21417            not 'VHOST'"
21418   parameters:
21419   - "latency"
21420   - "parent"
21421   - "tags"
21422   sort:
21423   - "IP4UNRLAY"
21424   - "IP6UNRLAY"
21425   layout:
21426     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21427     layout: "plot-latency"
21428
21429 - type: "plot"
21430   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21431   algorithm: "plot_latency_error_bars"
21432   output-file-type: ".html"
21433   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21435   filter: "'NIC_Intel-X520-DA2' and
21436            '78B' and
21437            'ENCAP' and
21438            'NDRPDR' and
21439            '2T2C' and
21440            'LISP' and
21441            not 'VHOST'"
21442   parameters:
21443   - "latency"
21444   - "parent"
21445   - "tags"
21446   sort:
21447   - "IP4UNRLAY"
21448   - "IP6UNRLAY"
21449   layout:
21450     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21451     layout: "plot-latency"
21452
21453 ################################################################################
21454
21455 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21456 - type: "plot"
21457   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-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-base-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            'BASE' and
21467            '1T1C' and
21468            'IPSECHW' and
21469            not 'VHOST'"
21470   parameters:
21471   - "latency"
21472   - "parent"
21473   - "tags"
21474   layout:
21475     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21476     layout: "plot-latency"
21477
21478 - type: "plot"
21479   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21480   algorithm: "plot_latency_error_bars"
21481   output-file-type: ".html"
21482   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21484   filter: "'NIC_Intel-XL710' and
21485            '64B' and
21486            'IP4FWD' and
21487            'NDRPDR' and
21488            'BASE' and
21489            '2T2C' and
21490            'IPSECHW' and
21491            not 'VHOST'"
21492   parameters:
21493   - "latency"
21494   - "parent"
21495   - "tags"
21496   layout:
21497     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21498     layout: "plot-latency"
21499
21500 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21501 - type: "plot"
21502   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21503   algorithm: "plot_latency_error_bars"
21504   output-file-type: ".html"
21505   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21507   filter: "'NIC_Intel-XL710' and
21508            '64B' and
21509            'IP4FWD' and
21510            'NDRPDR' and
21511            'SCALE' and
21512            '1T1C' and
21513            'IPSECHW' and
21514            not 'VHOST'"
21515   parameters:
21516   - "latency"
21517   - "parent"
21518   - "tags"
21519   layout:
21520     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21521     layout: "plot-latency"
21522
21523 - type: "plot"
21524   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21525   algorithm: "plot_latency_error_bars"
21526   output-file-type: ".html"
21527   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21529   filter: "'NIC_Intel-XL710' and
21530            '64B' and
21531            'IP4FWD' and
21532            'NDRPDR' and
21533            'SCALE' and
21534            '2T2C' and
21535            'IPSECHW' and
21536            not 'VHOST'"
21537   parameters:
21538   - "latency"
21539   - "parent"
21540   - "tags"
21541   layout:
21542     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21543     layout: "plot-latency"
21544
21545 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21546 - type: "plot"
21547   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21548   algorithm: "plot_latency_error_bars"
21549   output-file-type: ".html"
21550   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21552   filter: "'NIC_Intel-XL710' and
21553            '64B' and
21554            'IP4FWD' and
21555            'NDRPDR' and
21556            '1T1C' and
21557            'IPSECSW' and
21558            not 'VHOST'"
21559   parameters:
21560   - "latency"
21561   - "parent"
21562   - "tags"
21563   layout:
21564     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21565     layout: "plot-latency"
21566
21567 - type: "plot"
21568   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21569   algorithm: "plot_latency_error_bars"
21570   output-file-type: ".html"
21571   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21572   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21573   filter: "'NIC_Intel-XL710' and
21574            '64B' and
21575            'IP4FWD' and
21576            'NDRPDR' and
21577            '2T2C' and
21578            'IPSECSW' and
21579            not 'VHOST'"
21580   parameters:
21581   - "latency"
21582   - "parent"
21583   - "tags"
21584   layout:
21585     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21586     layout: "plot-latency"
21587
21588 ################################################################################
21589
21590 # Packet Latency - VPP SRv6 3n-hsw-x520
21591 - type: "plot"
21592   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21593   algorithm: "plot_latency_error_bars"
21594   output-file-type: ".html"
21595   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21597   filter: "'NIC_Intel-X520-DA2' and
21598            '78B' and
21599            'FEATURE' and
21600            'NDRPDR' and
21601            '1T1C' and
21602            'IP6FWD' and
21603            'SRv6'"
21604   parameters:
21605   - "latency"
21606   - "parent"
21607   - "tags"
21608   layout:
21609     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21610     layout: "plot-latency"
21611
21612 - type: "plot"
21613   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21614   algorithm: "plot_latency_error_bars"
21615   output-file-type: ".html"
21616   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21618   filter: "'NIC_Intel-X520-DA2' and
21619            '78B' and
21620            'FEATURE' and
21621            'NDRPDR' and
21622            '2T2C' and
21623            'IP6FWD' and
21624            'SRv6'"
21625   parameters:
21626   - "latency"
21627   - "parent"
21628   - "tags"
21629   layout:
21630     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21631     layout: "plot-latency"
21632
21633 ################################################################################
21634
21635 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21636 - type: "plot"
21637   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21638   algorithm: "plot_latency_error_bars"
21639   output-file-type: ".html"
21640   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21642   filter: "'NIC_Intel-X520-DA2' and
21643            '64B' and
21644            'NDRPDR' and
21645            'ETH' and
21646            'IP4FWD' and
21647            '1T1C' and
21648            'VHOST_1024' and
21649            not 'VXLAN' and
21650            not 'DOT1Q'"
21651   parameters:
21652   - "latency"
21653   - "parent"
21654   - "tags"
21655   sort:
21656   - "not CFS_OPT"
21657   - "1VM"
21658   - "2VM"
21659   layout:
21660     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21661     layout: "plot-latency"
21662
21663 - type: "plot"
21664   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21665   algorithm: "plot_latency_error_bars"
21666   output-file-type: ".html"
21667   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21669   filter: "'NIC_Intel-X520-DA2' and
21670            '64B' and
21671            'NDRPDR' and
21672            'ETH' and
21673            'IP4FWD' and
21674            '2T2C' and
21675            'VHOST_1024' and
21676            not 'VXLAN' and
21677            not 'DOT1Q'"
21678   parameters:
21679   - "latency"
21680   - "parent"
21681   - "tags"
21682   sort:
21683   - "not CFS_OPT"
21684   - "1VM"
21685   - "2VM"
21686   layout:
21687     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21688     layout: "plot-latency"
21689
21690 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21691 - type: "plot"
21692   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21693   algorithm: "plot_latency_error_bars"
21694   output-file-type: ".html"
21695   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21697   filter: "'NIC_Intel-X520-DA2' and
21698            '64B' and
21699            'NDRPDR' and
21700            ('ETH' or 'DOT1Q') and
21701            'BASE' and
21702            '1T1C' and
21703            ('L2BDMACLRN' or 'L2XCFWD') and
21704            'VHOST_1024' and
21705            not 'VXLAN' and
21706            not 'IP4FWD' and
21707            not '2VM'"
21708   parameters:
21709   - "latency"
21710   - "parent"
21711   - "tags"
21712   sort:
21713   - "L2BDMACLRN"
21714   - "L2BDMACLRN"
21715   - "L2BDMACLRN"
21716   - "L2XCFWD"
21717   - "L2XCFWD"
21718   - "L2XCFWD"
21719   layout:
21720     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21721     layout: "plot-latency"
21722
21723 - type: "plot"
21724   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21725   algorithm: "plot_latency_error_bars"
21726   output-file-type: ".html"
21727   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21729   filter: "'NIC_Intel-X520-DA2' and
21730            '64B' and
21731            'NDRPDR' and
21732            ('ETH' or 'DOT1Q') and
21733            'BASE' and
21734            '2T2C' and
21735            ('L2BDMACLRN' or 'L2XCFWD') and
21736            'VHOST_1024' and
21737            not 'VXLAN' and
21738            not 'IP4FWD' and
21739            not '2VM'"
21740   parameters:
21741   - "latency"
21742   - "parent"
21743   - "tags"
21744   sort:
21745   - "L2BDMACLRN"
21746   - "L2BDMACLRN"
21747   - "L2BDMACLRN"
21748   - "L2XCFWD"
21749   - "L2XCFWD"
21750   - "L2XCFWD"
21751   layout:
21752     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21753     layout: "plot-latency"
21754
21755 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21756 - type: "plot"
21757   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21758   algorithm: "plot_latency_error_bars"
21759   output-file-type: ".html"
21760   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21762   filter: "'NIC_Intel-X520-DA2' and
21763            '64B' and
21764            'NDRPDR' and
21765            ('ETH' or 'DOT1Q') and
21766            '1T1C' and
21767            ('L2BDMACLRN' or 'L2XCFWD') and
21768            'VHOST_1024' and
21769            not 'CFS_OPT' and
21770            not 'DOT1Q' and
21771            not 'VXLAN' and
21772            not 'IP4FWD' and
21773            not 'LBOND'"
21774   parameters:
21775   - "latency"
21776   - "parent"
21777   - "tags"
21778 #  sort:
21779 #  - "1VM"
21780 #  - "L2XCFWD"
21781 #  - "1VM"
21782 #  - "L2BDMACLRN"
21783   layout:
21784     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21785     layout: "plot-latency"
21786
21787 - type: "plot"
21788   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21789   algorithm: "plot_latency_error_bars"
21790   output-file-type: ".html"
21791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21793   filter: "'NIC_Intel-X520-DA2' and
21794            '64B' and
21795            'NDRPDR' and
21796            ('ETH' or 'DOT1Q') and
21797            '2T2C' and
21798            ('L2BDMACLRN' or 'L2XCFWD') and
21799            'VHOST_1024' and
21800            not 'CFS_OPT' and
21801            not 'DOT1Q' and
21802            not 'VXLAN' and
21803            not 'IP4FWD' and
21804            not 'LBOND'"
21805   parameters:
21806   - "latency"
21807   - "parent"
21808   - "tags"
21809 #  sort:
21810 #  - "1VM"
21811 #  - "L2XCFWD"
21812 #  - "1VM"
21813 #  - "L2BDMACLRN"
21814   layout:
21815     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21816     layout: "plot-latency"
21817
21818 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21819 - type: "plot"
21820   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21821   algorithm: "plot_latency_error_bars"
21822   output-file-type: ".html"
21823   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21825   filter: "'NIC_Intel-X710' and
21826            '64B' and
21827            'NDRPDR' and
21828            'ETH' and
21829            'IP4FWD' and
21830            '1T1C' and
21831            'VHOST_1024' and
21832            not 'VXLAN' and
21833            not 'CFS_OPT' and
21834            not 'DOT1Q'"
21835   parameters:
21836   - "latency"
21837   - "parent"
21838   - "tags"
21839   sort:
21840   - "1VM"
21841   - "2VM"
21842   layout:
21843     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21844     layout: "plot-latency"
21845
21846 - type: "plot"
21847   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21848   algorithm: "plot_latency_error_bars"
21849   output-file-type: ".html"
21850   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21852   filter: "'NIC_Intel-X710' and
21853            '64B' and
21854            'NDRPDR' and
21855            'ETH' and
21856            'IP4FWD' and
21857            '2T2C' and
21858            'VHOST_1024' and
21859            not 'VXLAN' and
21860            not 'CFS_OPT' and
21861            not 'DOT1Q'"
21862   parameters:
21863   - "latency"
21864   - "parent"
21865   - "tags"
21866   sort:
21867   - "1VM"
21868   - "2VM"
21869   layout:
21870     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21871     layout: "plot-latency"
21872
21873 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21874 - type: "plot"
21875   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21876   algorithm: "plot_latency_error_bars"
21877   output-file-type: ".html"
21878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21880   filter: "'NIC_Intel-X710' and
21881            '64B' and
21882            'NDRPDR' and
21883            ('ETH' or 'DOT1Q') and
21884            'BASE' and
21885            '1T1C' and
21886            ('L2BDMACLRN' or 'L2XCFWD') and
21887            'VHOST_1024' and
21888            not 'VXLAN' and
21889            not 'IP4FWD' and
21890            not '2VM'"
21891   parameters:
21892   - "latency"
21893   - "parent"
21894   - "tags"
21895   sort:
21896   - "L2BDMACLRN"
21897   - "L2BDMACLRN"
21898   - "L2BDMACLRN"
21899   - "L2XCFWD"
21900   - "L2XCFWD"
21901   - "L2XCFWD"
21902   layout:
21903     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21904     layout: "plot-latency"
21905
21906 - type: "plot"
21907   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21908   algorithm: "plot_latency_error_bars"
21909   output-file-type: ".html"
21910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21912   filter: "'NIC_Intel-X710' and
21913            '64B' and
21914            'NDRPDR' and
21915            ('ETH' or 'DOT1Q') and
21916            'BASE' and
21917            '2T2C' and
21918            ('L2BDMACLRN' or 'L2XCFWD') and
21919            'VHOST_1024' and
21920            not 'VXLAN' and
21921            not 'IP4FWD' and
21922            not '2VM'"
21923   parameters:
21924   - "latency"
21925   - "parent"
21926   - "tags"
21927   sort:
21928   - "L2BDMACLRN"
21929   - "L2BDMACLRN"
21930   - "L2BDMACLRN"
21931   - "L2XCFWD"
21932   - "L2XCFWD"
21933   - "L2XCFWD"
21934   layout:
21935     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21936     layout: "plot-latency"
21937
21938 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21939 - type: "plot"
21940   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21941   algorithm: "plot_latency_error_bars"
21942   output-file-type: ".html"
21943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21945   filter: "'NIC_Intel-X710' and
21946            '64B' and
21947            'NDRPDR' and
21948            ('ETH' or 'DOT1Q') and
21949            '1T1C' and
21950            ('L2BDMACLRN' or 'L2XCFWD') and
21951            'VHOST_1024' and
21952            not 'CFS_OPT' and
21953            not 'VXLAN' and
21954            not 'IP4FWD' and
21955            not 'LBOND'"
21956   parameters:
21957   - "latency"
21958   - "parent"
21959   - "tags"
21960   sort:
21961   - "L2BDMACLRN"
21962   - "L2BDMACLRN"
21963   - "L2BDMACLRN"
21964   - "L2XCFWD"
21965   - "L2XCFWD"
21966   - "L2XCFWD"
21967   layout:
21968     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21969     layout: "plot-latency"
21970
21971 - type: "plot"
21972   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21973   algorithm: "plot_latency_error_bars"
21974   output-file-type: ".html"
21975   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21977   filter: "'NIC_Intel-X710' and
21978            '64B' and
21979            'NDRPDR' and
21980            ('ETH' or 'DOT1Q') and
21981            '2T2C' and
21982            ('L2BDMACLRN' or 'L2XCFWD') and
21983            'VHOST_1024' and
21984            not 'CFS_OPT' and
21985            not 'VXLAN' and
21986            not 'IP4FWD' and
21987            not 'LBOND'"
21988   parameters:
21989   - "latency"
21990   - "parent"
21991   - "tags"
21992   sort:
21993   - "L2BDMACLRN"
21994   - "L2BDMACLRN"
21995   - "L2BDMACLRN"
21996   - "L2XCFWD"
21997   - "L2XCFWD"
21998   - "L2XCFWD"
21999   layout:
22000     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22001     layout: "plot-latency"
22002
22003 # Packet Latency - VPP vhost ip4 3n-skx-x710
22004 - type: "plot"
22005   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22006   algorithm: "plot_latency_error_bars"
22007   output-file-type: ".html"
22008   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22010   filter: "'NIC_Intel-X710' and
22011            '64B' and
22012            'NDRPDR' and
22013            'ETH' and
22014            'IP4FWD' and
22015            '2T1C' and
22016            'VHOST_1024' and
22017            not 'VXLAN' and
22018            not 'DOT1Q'"
22019   parameters:
22020   - "latency"
22021   - "parent"
22022   - "tags"
22023   sort:
22024   - "1VM"
22025   - "2VM"
22026   layout:
22027     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22028     layout: "plot-latency"
22029
22030 - type: "plot"
22031   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22032   algorithm: "plot_latency_error_bars"
22033   output-file-type: ".html"
22034   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22036   filter: "'NIC_Intel-X710' and
22037            '64B' and
22038            'NDRPDR' and
22039            'ETH' and
22040            'IP4FWD' and
22041            '4T2C' and
22042            'VHOST_1024' and
22043            not 'VXLAN' and
22044            not 'DOT1Q'"
22045   parameters:
22046   - "latency"
22047   - "parent"
22048   - "tags"
22049   sort:
22050   - "1VM"
22051   - "2VM"
22052   layout:
22053     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22054     layout: "plot-latency"
22055
22056 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22057 - type: "plot"
22058   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22059   algorithm: "plot_latency_error_bars"
22060   output-file-type: ".html"
22061   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22063   filter: "'NIC_Intel-X710' and
22064            '64B' and
22065            'NDRPDR' and
22066            ('ETH' or 'DOT1Q') and
22067            'BASE' and
22068            '2T1C' and
22069            ('L2BDMACLRN' or 'L2XCFWD') and
22070            'VHOST_1024' and
22071            not 'VXLAN' and
22072            not 'IP4FWD' and
22073            not '2VM'"
22074   parameters:
22075   - "latency"
22076   - "parent"
22077   - "tags"
22078   sort:
22079   - "L2BDMACLRN"
22080   - "L2BDMACLRN"
22081   - "L2BDMACLRN"
22082   - "L2XCFWD"
22083   - "L2XCFWD"
22084   - "L2XCFWD"
22085   layout:
22086     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22087     layout: "plot-latency"
22088
22089 - type: "plot"
22090   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22091   algorithm: "plot_latency_error_bars"
22092   output-file-type: ".html"
22093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22095   filter: "'NIC_Intel-X710' and
22096            '64B' and
22097            'NDRPDR' and
22098            ('ETH' or 'DOT1Q') and
22099            'BASE' and
22100            '4T2C' and
22101            ('L2BDMACLRN' or 'L2XCFWD') and
22102            'VHOST_1024' and
22103            not 'VXLAN' and
22104            not 'IP4FWD' and
22105            not '2VM'"
22106   parameters:
22107   - "latency"
22108   - "parent"
22109   - "tags"
22110   sort:
22111   - "L2BDMACLRN"
22112   - "L2BDMACLRN"
22113   - "L2BDMACLRN"
22114   - "L2XCFWD"
22115   - "L2XCFWD"
22116   - "L2XCFWD"
22117   layout:
22118     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22119     layout: "plot-latency"
22120
22121 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22122 - type: "plot"
22123   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22124   algorithm: "plot_latency_error_bars"
22125   output-file-type: ".html"
22126   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22128   filter: "'NIC_Intel-X710' and
22129            '64B' and
22130            'NDRPDR' and
22131            ('ETH' or 'DOT1Q') and
22132            '2T1C' and
22133            ('L2BDMACLRN' or 'L2XCFWD') and
22134            'VHOST_1024' and
22135            not 'CFS_OPT' and
22136            not 'VXLAN' and
22137            not 'IP4FWD' and
22138            not 'LBOND'"
22139   parameters:
22140   - "latency"
22141   - "parent"
22142   - "tags"
22143   sort:
22144   - "L2BDMACLRN"
22145   - "L2BDMACLRN"
22146   - "L2BDMACLRN"
22147   - "L2XCFWD"
22148   - "L2XCFWD"
22149   - "L2XCFWD"
22150   layout:
22151     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22152     layout: "plot-latency"
22153
22154 - type: "plot"
22155   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22156   algorithm: "plot_latency_error_bars"
22157   output-file-type: ".html"
22158   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22160   filter: "'NIC_Intel-X710' and
22161            '64B' and
22162            'NDRPDR' and
22163            ('ETH' or 'DOT1Q') and
22164            '4T2C' and
22165            ('L2BDMACLRN' or 'L2XCFWD') and
22166            'VHOST_1024' and
22167            not 'CFS_OPT' and
22168            not 'VXLAN' and
22169            not 'IP4FWD' and
22170            not 'LBOND'"
22171   parameters:
22172   - "latency"
22173   - "parent"
22174   - "tags"
22175   sort:
22176   - "L2BDMACLRN"
22177   - "L2BDMACLRN"
22178   - "L2BDMACLRN"
22179   - "L2XCFWD"
22180   - "L2XCFWD"
22181   - "L2XCFWD"
22182   layout:
22183     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22184     layout: "plot-latency"
22185
22186 # Packet Latency - VPP vhost ip4 2n-skx-x710
22187 - type: "plot"
22188   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22189   algorithm: "plot_latency_error_bars"
22190   output-file-type: ".html"
22191   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22193   filter: "'NIC_Intel-X710' and
22194            '64B' and
22195            'NDRPDR' and
22196            'ETH' and
22197            'IP4FWD' and
22198            '2T1C' and
22199            'VHOST_1024' and
22200            not 'VXLAN' and
22201            not 'NF_DENSITY' and
22202            not 'CFS_OPT' and
22203            not 'DOT1Q'"
22204   parameters:
22205   - "latency"
22206   - "parent"
22207   - "tags"
22208   sort:
22209   - "1VM"
22210   - "2VM"
22211   layout:
22212     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22213     layout: "plot-latency"
22214
22215 - type: "plot"
22216   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22217   algorithm: "plot_latency_error_bars"
22218   output-file-type: ".html"
22219   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22221   filter: "'NIC_Intel-X710' and
22222            '64B' and
22223            'NDRPDR' and
22224            'ETH' and
22225            'IP4FWD' and
22226            '4T2C' and
22227            'VHOST_1024' and
22228            not 'VXLAN' and
22229            not 'NF_DENSITY' and
22230            not 'CFS_OPT' and
22231            not 'DOT1Q'"
22232   parameters:
22233   - "latency"
22234   - "parent"
22235   - "tags"
22236   sort:
22237   - "1VM"
22238   - "2VM"
22239   layout:
22240     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22241     layout: "plot-latency"
22242
22243 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22244 - type: "plot"
22245   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22246   algorithm: "plot_latency_error_bars"
22247   output-file-type: ".html"
22248   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22250   filter: "'NIC_Intel-X710' and
22251            '64B' and
22252            'NDRPDR' and
22253            ('ETH' or 'DOT1Q') and
22254            'BASE' and
22255            '2T1C' and
22256            ('L2BDMACLRN' or 'L2XCFWD') and
22257            'VHOST_1024' and
22258            not 'VXLAN' and
22259            not 'NF_DENSITY' and
22260            not 'IP4FWD' and
22261            not '2VM'"
22262   parameters:
22263   - "latency"
22264   - "parent"
22265   - "tags"
22266 #  sort:
22267 #  - "not CFS_OPT"
22268 #  - "L2XCFWD"
22269 #  - "not CFS_OPT"
22270 #  - "CFS_OPT"
22271   layout:
22272     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22273     layout: "plot-latency"
22274
22275 - type: "plot"
22276   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22277   algorithm: "plot_latency_error_bars"
22278   output-file-type: ".html"
22279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22281   filter: "'NIC_Intel-X710' and
22282            '64B' and
22283            'NDRPDR' and
22284            ('ETH' or 'DOT1Q') and
22285            'BASE' and
22286            '4T2C' and
22287            ('L2BDMACLRN' or 'L2XCFWD') and
22288            'VHOST_1024' and
22289            not 'VXLAN' and
22290            not 'NF_DENSITY' and
22291            not 'IP4FWD' and
22292            not '2VM'"
22293   parameters:
22294   - "latency"
22295   - "parent"
22296   - "tags"
22297 #  sort:
22298 #  - "not CFS_OPT"
22299 #  - "L2XCFWD"
22300 #  - "not CFS_OPT"
22301 #  - "CFS_OPT"
22302   layout:
22303     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22304     layout: "plot-latency"
22305
22306 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22307 - type: "plot"
22308   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22309   algorithm: "plot_latency_error_bars"
22310   output-file-type: ".html"
22311   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22313   filter: "'NIC_Intel-X710' and
22314            '64B' and
22315            'NDRPDR' and
22316            ('ETH' or 'DOT1Q') and
22317            '2T1C' and
22318            ('L2BDMACLRN' or 'L2XCFWD') and
22319            'VHOST_1024' and
22320            not 'CFS_OPT' and
22321            not 'VXLAN' and
22322            not 'NF_DENSITY' and
22323            not 'DOT1Q' and
22324            not 'IP4FWD'"
22325   parameters:
22326   - "latency"
22327   - "parent"
22328   - "tags"
22329 #  sort:
22330 #  - "1VM"
22331 #  - "L2XCFWD"
22332 #  - "1VM"
22333 #  - "L2BDMACLRN"
22334   layout:
22335     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22336     layout: "plot-latency"
22337
22338 - type: "plot"
22339   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22340   algorithm: "plot_latency_error_bars"
22341   output-file-type: ".html"
22342   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22344   filter: "'NIC_Intel-X710' and
22345            '64B' and
22346            'NDRPDR' and
22347            ('ETH' or 'DOT1Q') and
22348            '4T2C' and
22349            ('L2BDMACLRN' or 'L2XCFWD') and
22350            'VHOST_1024' and
22351            not 'CFS_OPT' and
22352            not 'VXLAN' and
22353            not 'NF_DENSITY' and
22354            not 'DOT1Q' and
22355            not 'IP4FWD'"
22356   parameters:
22357   - "latency"
22358   - "parent"
22359   - "tags"
22360 #  sort:
22361 #  - "1VM"
22362 #  - "L2XCFWD"
22363 #  - "1VM"
22364 #  - "L2BDMACLRN"
22365   layout:
22366     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22367     layout: "plot-latency"
22368
22369 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22370 - type: "plot"
22371   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22372   algorithm: "plot_latency_error_bars"
22373   output-file-type: ".html"
22374   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22376   filter: "'NIC_Intel-XXV710' and
22377            '64B' and
22378            'NDRPDR' and
22379            'ETH' and
22380            'IP4FWD' and
22381            '2T1C' and
22382            'VHOST_1024' and
22383            not 'VXLAN' and
22384            not 'CFS_OPT' and
22385            not 'DOT1Q'"
22386   parameters:
22387   - "latency"
22388   - "parent"
22389   - "tags"
22390   sort:
22391   - "not CFS_OPT"
22392   - "1VM"
22393   - "2VM"
22394   layout:
22395     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22396     layout: "plot-latency"
22397
22398 - type: "plot"
22399   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22400   algorithm: "plot_latency_error_bars"
22401   output-file-type: ".html"
22402   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22404   filter: "'NIC_Intel-XXV710' and
22405            '64B' and
22406            'NDRPDR' and
22407            'ETH' and
22408            'IP4FWD' and
22409            '4T2C' and
22410            'VHOST_1024' and
22411            not 'VXLAN' and
22412            not 'CFS_OPT' and
22413            not 'DOT1Q'"
22414   parameters:
22415   - "latency"
22416   - "parent"
22417   - "tags"
22418   sort:
22419   - "not CFS_OPT"
22420   - "1VM"
22421   - "2VM"
22422   layout:
22423     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22424     layout: "plot-latency"
22425
22426 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22427 #- type: "plot"
22428 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22429 #  algorithm: "plot_latency_error_bars"
22430 #  output-file-type: ".html"
22431 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22432 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22433 #  filter: "'NIC_Intel-XXV710' and
22434 #           '64B' and
22435 #           'NDRPDR' and
22436 #           ('ETH' or 'DOT1Q') and
22437 #           'BASE' and
22438 #           '2T1C' and
22439 #           ('L2BDMACLRN' or 'L2XCFWD') and
22440 #           'VHOST_1024' and
22441 #           not 'VXLAN' and
22442 #           not 'IP4FWD' and
22443 #           not '2VM'"
22444 #  parameters:
22445 #  - "latency"
22446 #  - "parent"
22447 #  - "tags"
22448 ##  sort:
22449 ##  - "not CFS_OPT"
22450 ##  - "L2XCFWD"
22451 ##  - "not CFS_OPT"
22452 ##  - "CFS_OPT"
22453 #  layout:
22454 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22455 #    layout: "plot-latency"
22456 #
22457 #- type: "plot"
22458 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22459 #  algorithm: "plot_latency_error_bars"
22460 #  output-file-type: ".html"
22461 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22462 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22463 #  filter: "'NIC_Intel-XXV710' and
22464 #           '64B' and
22465 #           'NDRPDR' and
22466 #           ('ETH' or 'DOT1Q') and
22467 #           'BASE' and
22468 #           '4T2C' and
22469 #           ('L2BDMACLRN' or 'L2XCFWD') and
22470 #           'VHOST_1024' and
22471 #           not 'VXLAN' and
22472 #           not 'IP4FWD' and
22473 #           not '2VM'"
22474 #  parameters:
22475 #  - "latency"
22476 #  - "parent"
22477 #  - "tags"
22478 ##  sort:
22479 ##  - "not CFS_OPT"
22480 ##  - "L2XCFWD"
22481 ##  - "not CFS_OPT"
22482 ##  - "CFS_OPT"
22483 #  layout:
22484 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22485 #    layout: "plot-latency"
22486 #
22487 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22488 #- type: "plot"
22489 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22490 #  algorithm: "plot_latency_error_bars"
22491 #  output-file-type: ".html"
22492 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22493 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22494 #  filter: "'NIC_Intel-XXV710' and
22495 #           '64B' and
22496 #           'NDRPDR' and
22497 #           ('ETH' or 'DOT1Q') and
22498 #           '2T1C' and
22499 #           ('L2BDMACLRN' or 'L2XCFWD') and
22500 #           'VHOST_1024' and
22501 #           not 'CFS_OPT' and
22502 #           not 'VXLAN' and
22503 #           not 'DOT1Q' and
22504 #           not 'IP4FWD'"
22505 #  parameters:
22506 #  - "latency"
22507 #  - "parent"
22508 #  - "tags"
22509 ##  sort:
22510 ##  - "1VM"
22511 ##  - "L2XCFWD"
22512 ##  - "1VM"
22513 ##  - "L2BDMACLRN"
22514 #  layout:
22515 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22516 #    layout: "plot-latency"
22517 #
22518 #- type: "plot"
22519 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22520 #  algorithm: "plot_latency_error_bars"
22521 #  output-file-type: ".html"
22522 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22523 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22524 #  filter: "'NIC_Intel-XXV710' and
22525 #           '64B' and
22526 #           'NDRPDR' and
22527 #           ('ETH' or 'DOT1Q') and
22528 #           '4T2C' and
22529 #           ('L2BDMACLRN' or 'L2XCFWD') and
22530 #           'VHOST_1024' and
22531 #           not 'CFS_OPT' and
22532 #           not 'VXLAN' and
22533 #           not 'DOT1Q' and
22534 #           not 'IP4FWD'"
22535 #  parameters:
22536 #  - "latency"
22537 #  - "parent"
22538 #  - "tags"
22539 ##  sort:
22540 ##  - "1VM"
22541 ##  - "L2XCFWD"
22542 ##  - "1VM"
22543 ##  - "L2BDMACLRN"
22544 #  layout:
22545 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22546 #    layout: "plot-latency"
22547
22548 ################################################################################
22549
22550 # Packet Latency - VPP VTS 3n-hsw-x520
22551 - type: "plot"
22552   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22553   algorithm: "plot_latency_error_bars"
22554   output-file-type: ".html"
22555   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22557   filter: "'NIC_Intel-X520-DA2' and
22558            '114B' and
22559            'NDRPDR' and
22560            '1T1C' and
22561            'VTS'"
22562   parameters:
22563   - "latency"
22564   - "parent"
22565   - "tags"
22566   layout:
22567     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22568     layout: "plot-latency"
22569
22570 - type: "plot"
22571   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22572   algorithm: "plot_latency_error_bars"
22573   output-file-type: ".html"
22574   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22576   filter: "'NIC_Intel-X520-DA2' and
22577            '114B' and
22578            'NDRPDR' and
22579            '2T2C' and
22580            'VTS'"
22581   parameters:
22582   - "latency"
22583   - "parent"
22584   - "tags"
22585   layout:
22586     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22587     layout: "plot-latency"
22588
22589 ################################################################################
22590
22591 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22592 - type: "plot"
22593   title: "DPDK Latency: l3fwd-3n-hsw-x520-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-x520-64b-1t1c-base-ndr-lat"
22597   data: "plot-dpdk-throughput-latency-3n-hsw"
22598   filter: "'NIC_Intel-X520-DA2' 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-x520-64b-1t1c-base-ndr"
22610     layout: "plot-latency"
22611
22612 - type: "plot"
22613   title: "DPDK Latency: l3fwd-3n-hsw-x520-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-x520-64b-2t2c-base-ndr-lat"
22617   data: "plot-dpdk-throughput-latency-3n-hsw"
22618   filter: "'NIC_Intel-X520-DA2' 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-x520-64b-2t2c-base-ndr"
22630     layout: "plot-latency"
22631
22632 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22633 - type: "plot"
22634   title: "DPDK Latency: l3fwd-3n-hsw-x710-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-x710-64b-1t1c-base-ndr-lat"
22638   data: "plot-dpdk-throughput-latency-3n-hsw"
22639   filter: "'NIC_Intel-X710' 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-x710-64b-1t1c-base-ndr"
22651     layout: "plot-latency"
22652
22653 - type: "plot"
22654   title: "DPDK Latency: l3fwd-3n-hsw-x710-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-x710-64b-2t2c-base-ndr-lat"
22658   data: "plot-dpdk-throughput-latency-3n-hsw"
22659   filter: "'NIC_Intel-X710' 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-x710-64b-2t2c-base-ndr"
22671     layout: "plot-latency"
22672
22673 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22674 - type: "plot"
22675   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22676   algorithm: "plot_latency_error_bars"
22677   output-file-type: ".html"
22678   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22679   data: "plot-dpdk-throughput-latency-3n-hsw"
22680   filter: "'NIC_Intel-XL710' and
22681            '64B' and
22682            'BASE' and
22683            'NDRPDR' and
22684            '1T1C' and
22685            'IP4FWD'"
22686   parameters:
22687   - "latency"
22688   - "parent"
22689   - "tags"
22690   layout:
22691     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22692     layout: "plot-latency"
22693
22694 - type: "plot"
22695   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22696   algorithm: "plot_latency_error_bars"
22697   output-file-type: ".html"
22698   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22699   data: "plot-dpdk-throughput-latency-3n-hsw"
22700   filter: "'NIC_Intel-XL710' and
22701            '64B' and
22702            'BASE' and
22703            'NDRPDR' and
22704            '2T2C' and
22705            'IP4FWD'"
22706   parameters:
22707   - "latency"
22708   - "parent"
22709   - "tags"
22710   layout:
22711     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22712     layout: "plot-latency"
22713
22714 # Packet Latency - DPDK l3fwd 3n-skx-x710
22715 - type: "plot"
22716   title: "DPDK Latency: l3fwd-3n-skx-x710-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-x710-64b-2t1c-base-ndr-lat"
22720   data: "plot-dpdk-throughput-latency-3n-skx"
22721   filter: "'NIC_Intel-X710' 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-x710-64b-2t1c-base-ndr"
22733     layout: "plot-latency"
22734
22735 - type: "plot"
22736   title: "DPDK Latency: l3fwd-3n-skx-x710-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-x710-64b-4t2c-base-ndr-lat"
22740   data: "plot-dpdk-throughput-latency-3n-skx"
22741   filter: "'NIC_Intel-X710' 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-x710-64b-4t2c-base-ndr"
22753     layout: "plot-latency"
22754
22755 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22756 - type: "plot"
22757   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22758   algorithm: "plot_latency_error_bars"
22759   output-file-type: ".html"
22760   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22761   data: "plot-dpdk-throughput-latency-3n-skx"
22762   filter: "'NIC_Intel-XXV710' 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-3n-skx-xxv710-64b-2t1c-base-ndr"
22774     layout: "plot-latency"
22775
22776 - type: "plot"
22777   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22778   algorithm: "plot_latency_error_bars"
22779   output-file-type: ".html"
22780   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22781   data: "plot-dpdk-throughput-latency-3n-skx"
22782   filter: "'NIC_Intel-XXV710' 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-3n-skx-xxv710-64b-4t2c-base-ndr"
22794     layout: "plot-latency"
22795
22796 # Packet Latency - DPDK l3fwd 2n-skx-x710
22797 - type: "plot"
22798   title: "DPDK Latency: l3fwd-2n-skx-x710-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-x710-64b-2t1c-base-ndr-lat"
22802   data: "plot-dpdk-throughput-latency-2n-skx"
22803   filter: "'NIC_Intel-X710' 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-x710-64b-2t1c-base-ndr"
22815     layout: "plot-latency"
22816
22817 - type: "plot"
22818   title: "DPDK Latency: l3fwd-2n-skx-x710-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-x710-64b-4t2c-base-ndr-lat"
22822   data: "plot-dpdk-throughput-latency-2n-skx"
22823   filter: "'NIC_Intel-X710' 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-x710-64b-4t2c-base-ndr"
22835     layout: "plot-latency"
22836
22837 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22838 - type: "plot"
22839   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22840   algorithm: "plot_latency_error_bars"
22841   output-file-type: ".html"
22842   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22843   data: "plot-dpdk-throughput-latency-2n-skx"
22844   filter: "'NIC_Intel-XXV710' and
22845            '64B' and
22846            'BASE' and
22847            'NDRPDR' and
22848            '2T1C' and
22849            'IP4FWD'"
22850   parameters:
22851   - "latency"
22852   - "parent"
22853   - "tags"
22854   layout:
22855     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22856     layout: "plot-latency"
22857
22858 - type: "plot"
22859   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22860   algorithm: "plot_latency_error_bars"
22861   output-file-type: ".html"
22862   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22863   data: "plot-dpdk-throughput-latency-2n-skx"
22864   filter: "'NIC_Intel-XXV710' and
22865            '64B' and
22866            'BASE' and
22867            'NDRPDR' and
22868            '4T2C' and
22869            'IP4FWD'"
22870   parameters:
22871   - "latency"
22872   - "parent"
22873   - "tags"
22874   layout:
22875     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22876     layout: "plot-latency"
22877
22878 ################################################################################
22879
22880 # Packet Latency - DPDK testpmd 3n-hsw-x520
22881 - type: "plot"
22882   title: "DPDK Latency: testpmd-3n-hsw-x520-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-x520-64b-1t1c-base-ndr-lat"
22886   data: "plot-dpdk-throughput-latency-3n-hsw"
22887   filter: "'NIC_Intel-X520-DA2' 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-x520-64b-1t1c-base-ndr"
22899     layout: "plot-latency"
22900
22901 - type: "plot"
22902   title: "DPDK Latency: testpmd-3n-hsw-x520-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-x520-64b-2t2c-base-ndr-lat"
22906   data: "plot-dpdk-throughput-latency-3n-hsw"
22907   filter: "'NIC_Intel-X520-DA2' 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-x520-64b-2t2c-base-ndr"
22919     layout: "plot-latency"
22920
22921 # Packet Latency - DPDK testpmd 3n-hsw-x710
22922 - type: "plot"
22923   title: "DPDK Latency: testpmd-3n-hsw-x710-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-x710-64b-1t1c-base-ndr-lat"
22927   data: "plot-dpdk-throughput-latency-3n-hsw"
22928   filter: "'NIC_Intel-X710' 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-x710-64b-1t1c-base-ndr"
22940     layout: "plot-latency"
22941
22942 - type: "plot"
22943   title: "DPDK Latency: testpmd-3n-hsw-x710-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-x710-64b-2t2c-base-ndr-lat"
22947   data: "plot-dpdk-throughput-latency-3n-hsw"
22948   filter: "'NIC_Intel-X710' 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-x710-64b-2t2c-base-ndr"
22960     layout: "plot-latency"
22961
22962 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22963 - type: "plot"
22964   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22965   algorithm: "plot_latency_error_bars"
22966   output-file-type: ".html"
22967   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22968   data: "plot-dpdk-throughput-latency-3n-hsw"
22969   filter: "'NIC_Intel-XL710' and
22970            '64B' and
22971            'BASE' and
22972            'NDRPDR' and
22973            '1T1C' and
22974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22975   parameters:
22976   - "latency"
22977   - "parent"
22978   - "tags"
22979   layout:
22980     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22981     layout: "plot-latency"
22982
22983 - type: "plot"
22984   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22985   algorithm: "plot_latency_error_bars"
22986   output-file-type: ".html"
22987   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22988   data: "plot-dpdk-throughput-latency-3n-hsw"
22989   filter: "'NIC_Intel-XL710' and
22990            '64B' and
22991            'BASE' and
22992            'NDRPDR' and
22993            '2T2C' and
22994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22995   parameters:
22996   - "latency"
22997   - "parent"
22998   - "tags"
22999   layout:
23000     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23001     layout: "plot-latency"
23002
23003 # Packet Latency - DPDK testpmd 3n-skx-x710
23004 - type: "plot"
23005   title: "DPDK Latency: testpmd-3n-skx-x710-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-x710-64b-2t1c-base-ndr-lat"
23009   data: "plot-dpdk-throughput-latency-3n-skx"
23010   filter: "'NIC_Intel-X710' 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-x710-64b-2t1c-base-ndr"
23022     layout: "plot-latency"
23023
23024 - type: "plot"
23025   title: "DPDK Latency: testpmd-3n-skx-x710-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-x710-64b-4t2c-base-ndr-lat"
23029   data: "plot-dpdk-throughput-latency-3n-skx"
23030   filter: "'NIC_Intel-X710' 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-x710-64b-4t2c-base-ndr"
23042     layout: "plot-latency"
23043
23044 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23045 - type: "plot"
23046   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23047   algorithm: "plot_latency_error_bars"
23048   output-file-type: ".html"
23049   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23050   data: "plot-dpdk-throughput-latency-3n-skx"
23051   filter: "'NIC_Intel-XXV710' 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-3n-skx-xxv710-64b-2t1c-base-ndr"
23063     layout: "plot-latency"
23064
23065 - type: "plot"
23066   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23067   algorithm: "plot_latency_error_bars"
23068   output-file-type: ".html"
23069   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23070   data: "plot-dpdk-throughput-latency-3n-skx"
23071   filter: "'NIC_Intel-XXV710' 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-3n-skx-xxv710-64b-4t2c-base-ndr"
23083     layout: "plot-latency"
23084
23085 # Packet Latency - DPDK testpmd 2n-skx-x710
23086 - type: "plot"
23087   title: "DPDK Latency: testpmd-2n-skx-x710-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-x710-64b-2t1c-base-ndr-lat"
23091   data: "plot-dpdk-throughput-latency-2n-skx"
23092   filter: "'NIC_Intel-X710' 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-x710-64b-2t1c-base-ndr"
23104     layout: "plot-latency"
23105
23106 - type: "plot"
23107   title: "DPDK Latency: testpmd-2n-skx-x710-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-x710-64b-4t2c-base-ndr-lat"
23111   data: "plot-dpdk-throughput-latency-2n-skx"
23112   filter: "'NIC_Intel-X710' 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-x710-64b-4t2c-base-ndr"
23124     layout: "plot-latency"
23125
23126 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23127 - type: "plot"
23128   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23129   algorithm: "plot_latency_error_bars"
23130   output-file-type: ".html"
23131   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23132   data: "plot-dpdk-throughput-latency-2n-skx"
23133   filter: "'NIC_Intel-XXV710' and
23134            '64B' and
23135            'BASE' and
23136            'NDRPDR' and
23137            '2T1C' and
23138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23139   parameters:
23140   - "latency"
23141   - "parent"
23142   - "tags"
23143   layout:
23144     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23145     layout: "plot-latency"
23146
23147 - type: "plot"
23148   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23149   algorithm: "plot_latency_error_bars"
23150   output-file-type: ".html"
23151   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23152   data: "plot-dpdk-throughput-latency-2n-skx"
23153   filter: "'NIC_Intel-XXV710' and
23154            '64B' and
23155            'BASE' and
23156            'NDRPDR' and
23157            '4T2C' and
23158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23159   parameters:
23160   - "latency"
23161   - "parent"
23162   - "tags"
23163   layout:
23164     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23165     layout: "plot-latency"
23166
23167 ################################################################################
23168
23169 # Speedup - VPP Container Memif 3n-hsw-x520
23170 - type: "plot"
23171   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23172   algorithm: "plot_throughput_speedup_analysis"
23173   output-file-type: ".html"
23174   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23176   filter: "'NIC_Intel-X520-DA2' and
23177            '64B' and
23178            ('BASE' or 'SCALE') and
23179            'NDRPDR' and
23180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23181            not 'VHOST' and
23182            'MEMIF'"
23183   parameters:
23184   - "throughput"
23185   - "parent"
23186   - "tags"
23187   sort:
23188   - "L2XCFWD"
23189   - "L2XCFWD"
23190   - "L2XCFWD"
23191   - "L2BDMACLRN"
23192   - "L2BDMACLRN"
23193   - "L2BDMACLRN"
23194   - "IP4FWD"
23195   layout:
23196     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23197     layout: "plot-throughput-speedup-analysis"
23198
23199 - type: "plot"
23200   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23201   algorithm: "plot_throughput_speedup_analysis"
23202   output-file-type: ".html"
23203   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23205   filter: "'NIC_Intel-X520-DA2' and
23206            '64B' and
23207            ('BASE' or 'SCALE') and
23208            'NDRPDR' and
23209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23210            not 'VHOST' and
23211            'MEMIF'"
23212   parameters:
23213   - "throughput"
23214   - "parent"
23215   - "tags"
23216   sort:
23217   - "L2XCFWD"
23218   - "L2XCFWD"
23219   - "L2XCFWD"
23220   - "L2BDMACLRN"
23221   - "L2BDMACLRN"
23222   - "L2BDMACLRN"
23223   - "IP4FWD"
23224   layout:
23225     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23226     layout: "plot-throughput-speedup-analysis"
23227
23228 # Speedup - VPP Container Memif 3n-hsw-x710
23229 - type: "plot"
23230   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23231   algorithm: "plot_throughput_speedup_analysis"
23232   output-file-type: ".html"
23233   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23235   filter: "'NIC_Intel-X710' and
23236            '64B' and
23237            ('BASE' or 'SCALE') and
23238            'NDRPDR' and
23239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23240            not 'VHOST' and
23241            'MEMIF'"
23242   parameters:
23243   - "throughput"
23244   - "parent"
23245   - "tags"
23246   sort:
23247   - "L2XCFWD"
23248   - "L2XCFWD"
23249   - "L2XCFWD"
23250   - "L2BDMACLRN"
23251   - "L2BDMACLRN"
23252   - "L2BDMACLRN"
23253   - "IP4FWD"
23254   layout:
23255     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23256     layout: "plot-throughput-speedup-analysis"
23257
23258 - type: "plot"
23259   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23260   algorithm: "plot_throughput_speedup_analysis"
23261   output-file-type: ".html"
23262   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23264   filter: "'NIC_Intel-X710' and
23265            '64B' and
23266            ('BASE' or 'SCALE') and
23267            'NDRPDR' and
23268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23269            not 'VHOST' and
23270            'MEMIF'"
23271   parameters:
23272   - "throughput"
23273   - "parent"
23274   - "tags"
23275   sort:
23276   - "L2XCFWD"
23277   - "L2XCFWD"
23278   - "L2XCFWD"
23279   - "L2BDMACLRN"
23280   - "L2BDMACLRN"
23281   - "L2BDMACLRN"
23282   - "IP4FWD"
23283   layout:
23284     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23285     layout: "plot-throughput-speedup-analysis"
23286
23287 # Speedup - VPP Container Memif 3n-hsw-xl710
23288 - type: "plot"
23289   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23290   algorithm: "plot_throughput_speedup_analysis"
23291   output-file-type: ".html"
23292   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23294   filter: "'NIC_Intel-XL710' and
23295            '64B' and
23296            ('BASE' or 'SCALE') and
23297            'NDRPDR' and
23298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23299            not 'VHOST' and
23300            'MEMIF'"
23301   parameters:
23302   - "throughput"
23303   - "parent"
23304   - "tags"
23305   sort:
23306   - "L2XCFWD"
23307   - "L2XCFWD"
23308   - "L2XCFWD"
23309   - "L2BDMACLRN"
23310   - "L2BDMACLRN"
23311   - "L2BDMACLRN"
23312   - "IP4FWD"
23313   layout:
23314     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23315     layout: "plot-throughput-speedup-analysis"
23316
23317 - type: "plot"
23318   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23319   algorithm: "plot_throughput_speedup_analysis"
23320   output-file-type: ".html"
23321   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23323   filter: "'NIC_Intel-XL710' and
23324            '64B' and
23325            ('BASE' or 'SCALE') and
23326            'NDRPDR' and
23327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23328            not 'VHOST' and
23329            'MEMIF'"
23330   parameters:
23331   - "throughput"
23332   - "parent"
23333   - "tags"
23334   sort:
23335   - "L2XCFWD"
23336   - "L2XCFWD"
23337   - "L2XCFWD"
23338   - "L2BDMACLRN"
23339   - "L2BDMACLRN"
23340   - "L2BDMACLRN"
23341   - "IP4FWD"
23342   layout:
23343     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23344     layout: "plot-throughput-speedup-analysis"
23345
23346 # Speedup - VPP Container Memif 3n-skx-x710
23347 - type: "plot"
23348   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23349   algorithm: "plot_throughput_speedup_analysis"
23350   output-file-type: ".html"
23351   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23353   filter: "'NIC_Intel-X710' and
23354            '64B' and
23355            ('BASE' or 'SCALE') and
23356            'NDRPDR' and
23357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23358            not 'VHOST' and
23359            'MEMIF'"
23360   parameters:
23361   - "throughput"
23362   - "parent"
23363   - "tags"
23364   sort:
23365   - "L2XCFWD"
23366   - "L2XCFWD"
23367   - "L2XCFWD"
23368   - "L2BDMACLRN"
23369   - "L2BDMACLRN"
23370   - "L2BDMACLRN"
23371   - "IP4FWD"
23372   layout:
23373     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23374     layout: "plot-throughput-speedup-analysis"
23375
23376 - type: "plot"
23377   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23378   algorithm: "plot_throughput_speedup_analysis"
23379   output-file-type: ".html"
23380   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23382   filter: "'NIC_Intel-X710' and
23383            '64B' and
23384            ('BASE' or 'SCALE') and
23385            'NDRPDR' and
23386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23387            not 'VHOST' and
23388            'MEMIF'"
23389   parameters:
23390   - "throughput"
23391   - "parent"
23392   - "tags"
23393   sort:
23394   - "L2XCFWD"
23395   - "L2XCFWD"
23396   - "L2XCFWD"
23397   - "L2BDMACLRN"
23398   - "L2BDMACLRN"
23399   - "L2BDMACLRN"
23400   - "IP4FWD"
23401   layout:
23402     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23403     layout: "plot-throughput-speedup-analysis"
23404
23405 # Speedup - VPP Container Memif 2n-skx-x710
23406 - type: "plot"
23407   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23408   algorithm: "plot_throughput_speedup_analysis"
23409   output-file-type: ".html"
23410   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23412   filter: "'NIC_Intel-X710' and
23413            '64B' and
23414            ('BASE' or 'SCALE') and
23415            'NDRPDR' and
23416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23417            not 'VHOST' and
23418            not 'NF_DENSITY' and
23419            'MEMIF'"
23420   parameters:
23421   - "throughput"
23422   - "parent"
23423   - "tags"
23424   sort:
23425   - "L2XCFWD"
23426   - "L2XCFWD"
23427   - "L2XCFWD"
23428   - "L2BDMACLRN"
23429   - "L2BDMACLRN"
23430   - "L2BDMACLRN"
23431   - "IP4FWD"
23432   layout:
23433     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23434     layout: "plot-throughput-speedup-analysis"
23435
23436 - type: "plot"
23437   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23438   algorithm: "plot_throughput_speedup_analysis"
23439   output-file-type: ".html"
23440   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23442   filter: "'NIC_Intel-X710' and
23443            '64B' and
23444            ('BASE' or 'SCALE') and
23445            'NDRPDR' and
23446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23447            not 'VHOST' and
23448            not 'NF_DENSITY' and
23449            'MEMIF'"
23450   parameters:
23451   - "throughput"
23452   - "parent"
23453   - "tags"
23454   sort:
23455   - "L2XCFWD"
23456   - "L2XCFWD"
23457   - "L2XCFWD"
23458   - "L2BDMACLRN"
23459   - "L2BDMACLRN"
23460   - "L2BDMACLRN"
23461   - "IP4FWD"
23462   layout:
23463     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23464     layout: "plot-throughput-speedup-analysis"
23465
23466 ## Speedup - VPP Container Memif 2n-skx-xxv710
23467 #- type: "plot"
23468 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23469 #  algorithm: "plot_throughput_speedup_analysis"
23470 #  output-file-type: ".html"
23471 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23472 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23473 #  filter: "'NIC_Intel-XXV710' and
23474 #           '64B' and
23475 #           ('BASE' or 'SCALE') and
23476 #           'NDRPDR' and
23477 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23478 #           not 'VHOST' and
23479 #           'MEMIF'"
23480 #  parameters:
23481 #  - "throughput"
23482 #  - "parent"
23483 #  - "tags"
23484 #  sort:
23485 #  - "L2XCFWD"
23486 #  - "L2XCFWD"
23487 #  - "L2XCFWD"
23488 #  - "L2BDMACLRN"
23489 #  - "L2BDMACLRN"
23490 #  - "L2BDMACLRN"
23491 #  - "IP4FWD"
23492 #  layout:
23493 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23494 #    layout: "plot-throughput-speedup-analysis"
23495 #
23496 #- type: "plot"
23497 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23498 #  algorithm: "plot_throughput_speedup_analysis"
23499 #  output-file-type: ".html"
23500 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23501 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23502 #  filter: "'NIC_Intel-XXV710' and
23503 #           '64B' and
23504 #           ('BASE' or 'SCALE') and
23505 #           'NDRPDR' and
23506 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23507 #           not 'VHOST' and
23508 #           'MEMIF'"
23509 #  parameters:
23510 #  - "throughput"
23511 #  - "parent"
23512 #  - "tags"
23513 #  sort:
23514 #  - "L2XCFWD"
23515 #  - "L2XCFWD"
23516 #  - "L2XCFWD"
23517 #  - "L2BDMACLRN"
23518 #  - "L2BDMACLRN"
23519 #  - "L2BDMACLRN"
23520 #  - "IP4FWD"
23521 #  layout:
23522 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23523 #    layout: "plot-throughput-speedup-analysis"
23524
23525 ################################################################################
23526
23527 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23528 #- type: "plot"
23529 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23530 #  algorithm: "plot_throughput_speedup_analysis"
23531 #  output-file-type: ".html"
23532 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23533 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23534 #  filter: "'NIC_Intel-X520-DA2' and
23535 #           '64B' and
23536 #           ('BASE' or 'SCALE') and
23537 #           'NDRPDR' and
23538 #           'L2XCFWD' and
23539 #           not 'VHOST' and
23540 #           not 'NF_DENSITY' and
23541 #           'MEMIF'"
23542 #  parameters:
23543 #  - "throughput"
23544 #  - "parent"
23545 #  - "tags"
23546 #  sort:
23547 #  - "1VNF"
23548 #  - "2VNF"
23549 #  - "4VNF"
23550 #  - "2VNF"
23551 #  - "4VNF"
23552 #  layout:
23553 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23554 #    layout: "plot-throughput-speedup-analysis"
23555 #
23556 #- type: "plot"
23557 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23558 #  algorithm: "plot_throughput_speedup_analysis"
23559 #  output-file-type: ".html"
23560 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23561 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23562 #  filter: "'NIC_Intel-X520-DA2' and
23563 #           '64B' and
23564 #           ('BASE' or 'SCALE') and
23565 #           'NDRPDR' and
23566 #           'L2XCFWD' and
23567 #           not 'VHOST' and
23568 #           not 'NF_DENSITY' and
23569 #           'MEMIF'"
23570 #  parameters:
23571 #  - "throughput"
23572 #  - "parent"
23573 #  - "tags"
23574 #  sort:
23575 #  - "1VNF"
23576 #  - "2VNF"
23577 #  - "4VNF"
23578 #  - "2VNF"
23579 #  - "4VNF"
23580 #  layout:
23581 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23582 #    layout: "plot-throughput-speedup-analysis"
23583 #
23584 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23585 #- type: "plot"
23586 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23587 #  algorithm: "plot_throughput_speedup_analysis"
23588 #  output-file-type: ".html"
23589 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23590 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23591 #  filter: "'NIC_Intel-X520-DA2' and
23592 #           '64B' and
23593 #           ('BASE' or 'SCALE') and
23594 #           'NDRPDR' and
23595 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23596 #           not 'VHOST' and
23597 #           not 'NF_DENSITY' and
23598 #           'MEMIF'"
23599 #  parameters:
23600 #  - "throughput"
23601 #  - "parent"
23602 #  - "tags"
23603 #  sort:
23604 #  - "1VNF"
23605 #  - "2VNF"
23606 #  - "4VNF"
23607 #  - "2VNF"
23608 #  - "4VNF"
23609 #  layout:
23610 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23611 #    layout: "plot-throughput-speedup-analysis"
23612 #
23613 #- type: "plot"
23614 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23615 #  algorithm: "plot_throughput_speedup_analysis"
23616 #  output-file-type: ".html"
23617 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23618 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23619 #  filter: "'NIC_Intel-X520-DA2' and
23620 #           '64B' and
23621 #           ('BASE' or 'SCALE') and
23622 #           'NDRPDR' and
23623 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23624 #           not 'VHOST' and
23625 #           not 'NF_DENSITY' and
23626 #           'MEMIF'"
23627 #  parameters:
23628 #  - "throughput"
23629 #  - "parent"
23630 #  - "tags"
23631 #  sort:
23632 #  - "1VNF"
23633 #  - "2VNF"
23634 #  - "4VNF"
23635 #  - "2VNF"
23636 #  - "4VNF"
23637 #  layout:
23638 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23639 #    layout: "plot-throughput-speedup-analysis"
23640 #
23641 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23642 #- type: "plot"
23643 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23644 #  algorithm: "plot_throughput_speedup_analysis"
23645 #  output-file-type: ".html"
23646 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23647 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23648 #  filter: "'NIC_Intel-X710' and
23649 #           '64B' and
23650 #           ('BASE' or 'SCALE') and
23651 #           'NDRPDR' and
23652 #           'L2XCFWD' and
23653 #           not 'VHOST' and
23654 #           not 'NF_DENSITY' and
23655 #           'MEMIF'"
23656 #  parameters:
23657 #  - "throughput"
23658 #  - "parent"
23659 #  - "tags"
23660 #  sort:
23661 #  - "1VNF"
23662 #  - "2VNF"
23663 #  - "4VNF"
23664 #  - "2VNF"
23665 #  - "4VNF"
23666 #  layout:
23667 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23668 #    layout: "plot-throughput-speedup-analysis"
23669 #
23670 #- type: "plot"
23671 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23672 #  algorithm: "plot_throughput_speedup_analysis"
23673 #  output-file-type: ".html"
23674 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23675 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23676 #  filter: "'NIC_Intel-X710' and
23677 #           '64B' and
23678 #           ('BASE' or 'SCALE') and
23679 #           'NDRPDR' and
23680 #           'L2XCFWD' and
23681 #           not 'VHOST' and
23682 #           not 'NF_DENSITY' and
23683 #           'MEMIF'"
23684 #  parameters:
23685 #  - "throughput"
23686 #  - "parent"
23687 #  - "tags"
23688 #  sort:
23689 #  - "1VNF"
23690 #  - "2VNF"
23691 #  - "4VNF"
23692 #  - "2VNF"
23693 #  - "4VNF"
23694 #  layout:
23695 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23696 #    layout: "plot-throughput-speedup-analysis"
23697 #
23698 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23699 #- type: "plot"
23700 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23701 #  algorithm: "plot_throughput_speedup_analysis"
23702 #  output-file-type: ".html"
23703 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23704 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23705 #  filter: "'NIC_Intel-X710' and
23706 #           '64B' and
23707 #           ('BASE' or 'SCALE') and
23708 #           'NDRPDR' and
23709 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23710 #           not 'VHOST' and
23711 #           not 'NF_DENSITY' and
23712 #           'MEMIF'"
23713 #  parameters:
23714 #  - "throughput"
23715 #  - "parent"
23716 #  - "tags"
23717 #  sort:
23718 #  - "1VNF"
23719 #  - "2VNF"
23720 #  - "4VNF"
23721 #  - "2VNF"
23722 #  - "4VNF"
23723 #  layout:
23724 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23725 #    layout: "plot-throughput-speedup-analysis"
23726 #
23727 #- type: "plot"
23728 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23729 #  algorithm: "plot_throughput_speedup_analysis"
23730 #  output-file-type: ".html"
23731 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23732 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23733 #  filter: "'NIC_Intel-X710' and
23734 #           '64B' and
23735 #           ('BASE' or 'SCALE') and
23736 #           'NDRPDR' and
23737 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23738 #           not 'VHOST' and
23739 #           not 'NF_DENSITY' and
23740 #           'MEMIF'"
23741 #  parameters:
23742 #  - "throughput"
23743 #  - "parent"
23744 #  - "tags"
23745 #  sort:
23746 #  - "1VNF"
23747 #  - "2VNF"
23748 #  - "4VNF"
23749 #  - "2VNF"
23750 #  - "4VNF"
23751 #  layout:
23752 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23753 #    layout: "plot-throughput-speedup-analysis"
23754
23755 ################################################################################
23756
23757 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23758 - type: "plot"
23759   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23760   algorithm: "plot_throughput_speedup_analysis"
23761   output-file-type: ".html"
23762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23764   filter: "'NIC_Intel-X520-DA2' and
23765            '64B' and
23766            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23767            'NDRPDR' and
23768            'IP4FWD' and
23769            not 'IPSEC' and
23770            not 'DOT1Q' and
23771            not 'VHOST'"
23772   parameters:
23773   - "throughput"
23774   - "parent"
23775   - "tags"
23776   sort:
23777   - "DOT1Q"
23778   - "IP4BASE"
23779   - "FIB_20K"
23780   - "FIB_200K"
23781   - "FIB_2M"
23782   layout:
23783     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23784     layout: "plot-throughput-speedup-analysis"
23785
23786 - type: "plot"
23787   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23788   algorithm: "plot_throughput_speedup_analysis"
23789   output-file-type: ".html"
23790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23792   filter: "'NIC_Intel-X520-DA2' and
23793            '64B' and
23794            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23795            'NDRPDR' and
23796            'IP4FWD' and
23797            not 'IPSEC' and
23798            not 'DOT1Q' and
23799            not 'VHOST'"
23800   parameters:
23801   - "throughput"
23802   - "parent"
23803   - "tags"
23804   sort:
23805   - "DOT1Q"
23806   - "IP4BASE"
23807   - "FIB_20K"
23808   - "FIB_200K"
23809   - "FIB_2M"
23810   layout:
23811     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23812     layout: "plot-throughput-speedup-analysis"
23813
23814 # Speedup - VPP IPv4 3n-hsw-x520 features
23815 - type: "plot"
23816   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23817   algorithm: "plot_throughput_speedup_analysis"
23818   output-file-type: ".html"
23819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23821   filter: "'NIC_Intel-X520-DA2' and
23822            '64B' and
23823            ('IP4BASE' or
23824             'POLICE_MARK' or
23825             'COPWHLIST' or
23826             ('NAT44' and 'BASE') or
23827             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23828            'NDRPDR' and
23829            'IP4FWD' and
23830            not 'IPSEC' and
23831            not 'VHOST'"
23832   parameters:
23833   - "throughput"
23834   - "parent"
23835   - "tags"
23836   sort:
23837   - "DOT1Q"
23838   - "IP4BASE"
23839   - "NAT44"
23840   - "POLICE_MARK"
23841   - "COPWHLIST"
23842   - "IACL"
23843   - "OACL"
23844   layout:
23845     title: "ip4-3n-hsw-x520-64b-features-ndr"
23846     layout: "plot-throughput-speedup-analysis"
23847
23848 - type: "plot"
23849   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23850   algorithm: "plot_throughput_speedup_analysis"
23851   output-file-type: ".html"
23852   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23853   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23854   filter: "'NIC_Intel-X520-DA2' and
23855            '64B' and
23856            ('IP4BASE' or
23857             'POLICE_MARK' or
23858             'COPWHLIST' or
23859             ('NAT44' and 'BASE') or
23860             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23861            'NDRPDR' and
23862            'IP4FWD' and
23863            not 'IPSEC' and
23864            not 'VHOST'"
23865   parameters:
23866   - "throughput"
23867   - "parent"
23868   - "tags"
23869   sort:
23870   - "DOT1Q"
23871   - "IP4BASE"
23872   - "NAT44"
23873   - "POLICE_MARK"
23874   - "COPWHLIST"
23875   - "IACL"
23876   - "OACL"
23877   layout:
23878     title: "ip4-3n-hsw-x520-64b-features-pdr"
23879     layout: "plot-throughput-speedup-analysis"
23880
23881 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23882 - type: "plot"
23883   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23884   algorithm: "plot_throughput_speedup_analysis"
23885   output-file-type: ".html"
23886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23888   filter: "'NIC_Intel-X520-DA2' and
23889            '64B' and
23890            'NDRPDR' and
23891            'IP4FWD' and
23892            ('NAT44' or 'IP4BASE') and
23893            not 'DOT1Q' and
23894            not 'IPSEC' and
23895            not 'VHOST'"
23896   parameters:
23897   - "throughput"
23898   - "parent"
23899   - "tags"
23900   sort:
23901   - "IP4BASE"
23902   - "BASE"
23903   - "SRC_USER_10"
23904   - "SRC_USER_100"
23905   - "SRC_USER_1000"
23906   - "SRC_USER_2000"
23907   layout:
23908     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23909     layout: "plot-throughput-speedup-analysis"
23910
23911 - type: "plot"
23912   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23913   algorithm: "plot_throughput_speedup_analysis"
23914   output-file-type: ".html"
23915   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23917   filter: "'NIC_Intel-X520-DA2' and
23918            '64B' and
23919            'NDRPDR' and
23920            'IP4FWD' and
23921            ('NAT44' or 'IP4BASE') and
23922            not 'DOT1Q' and
23923            not 'IPSEC' and
23924            not 'VHOST'"
23925   parameters:
23926   - "throughput"
23927   - "parent"
23928   - "tags"
23929   sort:
23930   - "IP4BASE"
23931   - "BASE"
23932   - "SRC_USER_10"
23933   - "SRC_USER_100"
23934   - "SRC_USER_1000"
23935   - "SRC_USER_2000"
23936   layout:
23937     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23938     layout: "plot-throughput-speedup-analysis"
23939
23940 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23941 - type: "plot"
23942   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23943   algorithm: "plot_throughput_speedup_analysis"
23944   output-file-type: ".html"
23945   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23947   filter: "'NIC_Intel-X520-DA2' and
23948            '64B' and
23949            'NDRPDR' and
23950            'IP4FWD' and
23951            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23952            not 'IPSEC' and
23953            not 'DOT1Q' and
23954            not 'VHOST'"
23955   parameters:
23956   - "throughput"
23957   - "parent"
23958   - "tags"
23959   sort:
23960   - "IP4BASE"
23961   - "ACL_STATELESS"
23962   - "ACL_STATEFUL"
23963   - "ACL_STATELESS"
23964   - "ACL_STATEFUL"
23965   layout:
23966     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23967     layout: "plot-throughput-speedup-analysis"
23968
23969 - type: "plot"
23970   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23971   algorithm: "plot_throughput_speedup_analysis"
23972   output-file-type: ".html"
23973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23975   filter: "'NIC_Intel-X520-DA2' and
23976            '64B' and
23977            'NDRPDR' and
23978            'IP4FWD' and
23979            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23980            not 'IPSEC' and
23981            not 'DOT1Q' and
23982            not 'VHOST'"
23983   parameters:
23984   - "throughput"
23985   - "parent"
23986   - "tags"
23987   sort:
23988   - "IP4BASE"
23989   - "ACL_STATELESS"
23990   - "ACL_STATEFUL"
23991   - "ACL_STATELESS"
23992   - "ACL_STATEFUL"
23993   layout:
23994     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23995     layout: "plot-throughput-speedup-analysis"
23996
23997 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23998 - type: "plot"
23999   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24000   algorithm: "plot_throughput_speedup_analysis"
24001   output-file-type: ".html"
24002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24004   filter: "'NIC_Intel-X520-DA2' and
24005            '64B' and
24006            'NDRPDR' and
24007            'IP4FWD' and
24008            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24009            not 'IPSEC' and
24010            not 'DOT1Q' and
24011            not 'VHOST'"
24012   parameters:
24013   - "throughput"
24014   - "parent"
24015   - "tags"
24016   sort:
24017   - "IP4BASE"
24018   - "ACL_STATELESS"
24019   - "ACL_STATEFUL"
24020   - "ACL_STATELESS"
24021   - "ACL_STATEFUL"
24022   layout:
24023     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24024     layout: "plot-throughput-speedup-analysis"
24025
24026 - type: "plot"
24027   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24028   algorithm: "plot_throughput_speedup_analysis"
24029   output-file-type: ".html"
24030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24032   filter: "'NIC_Intel-X520-DA2' and
24033            '64B' and
24034            'NDRPDR' and
24035            'IP4FWD' and
24036            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24037            not 'IPSEC' and
24038            not 'DOT1Q' and
24039            not 'VHOST'"
24040   parameters:
24041   - "throughput"
24042   - "parent"
24043   - "tags"
24044   sort:
24045   - "IP4BASE"
24046   - "ACL_STATELESS"
24047   - "ACL_STATEFUL"
24048   - "ACL_STATELESS"
24049   - "ACL_STATEFUL"
24050   layout:
24051     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24052     layout: "plot-throughput-speedup-analysis"
24053
24054 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24055 - type: "plot"
24056   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24057   algorithm: "plot_throughput_speedup_analysis"
24058   output-file-type: ".html"
24059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24061   filter: "'NIC_Intel-X710' and
24062            '64B' and
24063            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24064            'NDRPDR' and
24065            'IP4FWD' and
24066            not 'IPSEC' and
24067            not 'DOT1Q' and
24068            not 'VHOST'"
24069   parameters:
24070   - "throughput"
24071   - "parent"
24072   - "tags"
24073   sort:
24074   - "IP4BASE"
24075   - "FIB_20K"
24076   - "FIB_200K"
24077   - "FIB_2M"
24078   layout:
24079     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24080     layout: "plot-throughput-speedup-analysis"
24081
24082 - type: "plot"
24083   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24084   algorithm: "plot_throughput_speedup_analysis"
24085   output-file-type: ".html"
24086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24088   filter: "'NIC_Intel-X710' and
24089            '64B' and
24090            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24091            'NDRPDR' and
24092            'IP4FWD' and
24093            not 'IPSEC' and
24094            not 'DOT1Q' and
24095            not 'VHOST'"
24096   parameters:
24097   - "throughput"
24098   - "parent"
24099   - "tags"
24100   sort:
24101   - "IP4BASE"
24102   - "FIB_20K"
24103   - "FIB_200K"
24104   - "FIB_2M"
24105   layout:
24106     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24107     layout: "plot-throughput-speedup-analysis"
24108
24109 # Speedup - VPP IPv4 3n-hsw-x710 features
24110 - type: "plot"
24111   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24112   algorithm: "plot_throughput_speedup_analysis"
24113   output-file-type: ".html"
24114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24116   filter: "'NIC_Intel-X710' and
24117            '64B' and
24118            ('IP4BASE' or
24119             'POLICE_MARK' or
24120             'COPWHLIST' or
24121             ('NAT44' and 'BASE') or
24122             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24123            'NDRPDR' and
24124            'IP4FWD' and
24125            not 'IPSEC' and
24126            not 'VHOST'"
24127   parameters:
24128   - "throughput"
24129   - "parent"
24130   - "tags"
24131   sort:
24132   - "DOT1Q"
24133   - "IP4BASE"
24134   - "NAT44"
24135   - "POLICE_MARK"
24136   - "COPWHLIST"
24137   - "IACL"
24138   - "OACL"
24139   layout:
24140     title: "ip4-3n-hsw-x710-64b-features-ndr"
24141     layout: "plot-throughput-speedup-analysis"
24142
24143 - type: "plot"
24144   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24145   algorithm: "plot_throughput_speedup_analysis"
24146   output-file-type: ".html"
24147   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24149   filter: "'NIC_Intel-X710' and
24150            '64B' and
24151            ('IP4BASE' or
24152             'POLICE_MARK' or
24153             'COPWHLIST' or
24154             ('NAT44' and 'BASE') or
24155             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24156            'NDRPDR' and
24157            'IP4FWD' and
24158            not 'IPSEC' and
24159            not 'VHOST'"
24160   parameters:
24161   - "throughput"
24162   - "parent"
24163   - "tags"
24164   sort:
24165   - "DOT1Q"
24166   - "IP4BASE"
24167   - "NAT44"
24168   - "POLICE_MARK"
24169   - "COPWHLIST"
24170   - "IACL"
24171   - "OACL"
24172   layout:
24173     title: "ip4-3n-hsw-x710-64b-features-pdr"
24174     layout: "plot-throughput-speedup-analysis"
24175
24176 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24177 - type: "plot"
24178   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24179   algorithm: "plot_throughput_speedup_analysis"
24180   output-file-type: ".html"
24181   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24183   filter: "'NIC_Intel-X710' and
24184            '64B' and
24185            'NDRPDR' and
24186            'IP4FWD' and
24187            ('NAT44' or 'IP4BASE') and
24188            not 'IPSEC' and
24189            not 'VHOST'"
24190   parameters:
24191   - "throughput"
24192   - "parent"
24193   - "tags"
24194   sort:
24195   - "IP4BASE"
24196   - "BASE"
24197   - "SRC_USER_10"
24198   - "SRC_USER_100"
24199   - "SRC_USER_1000"
24200   - "SRC_USER_2000"
24201   layout:
24202     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24203     layout: "plot-throughput-speedup-analysis"
24204
24205 - type: "plot"
24206   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24207   algorithm: "plot_throughput_speedup_analysis"
24208   output-file-type: ".html"
24209   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24211   filter: "'NIC_Intel-X710' and
24212            '64B' and
24213            'NDRPDR' and
24214            'IP4FWD' and
24215            ('NAT44' or 'IP4BASE') and
24216            not 'IPSEC' and
24217            not 'VHOST'"
24218   parameters:
24219   - "throughput"
24220   - "parent"
24221   - "tags"
24222   sort:
24223   - "IP4BASE"
24224   - "BASE"
24225   - "SRC_USER_10"
24226   - "SRC_USER_100"
24227   - "SRC_USER_1000"
24228   - "SRC_USER_2000"
24229   layout:
24230     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24231     layout: "plot-throughput-speedup-analysis"
24232
24233 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24234 - type: "plot"
24235   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24236   algorithm: "plot_throughput_speedup_analysis"
24237   output-file-type: ".html"
24238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24240   filter: "'NIC_Intel-X710' and
24241            '64B' and
24242            'NDRPDR' and
24243            'IP4FWD' and
24244            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24245            not 'IPSEC' and
24246            not 'VHOST'"
24247   parameters:
24248   - "throughput"
24249   - "parent"
24250   - "tags"
24251   sort:
24252   - "IP4BASE"
24253   - "ACL_STATELESS"
24254   - "ACL_STATEFUL"
24255   - "ACL_STATELESS"
24256   - "ACL_STATEFUL"
24257   layout:
24258     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24259     layout: "plot-throughput-speedup-analysis"
24260
24261 - type: "plot"
24262   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24263   algorithm: "plot_throughput_speedup_analysis"
24264   output-file-type: ".html"
24265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24267   filter: "'NIC_Intel-X710' and
24268            '64B' and
24269            'NDRPDR' and
24270            'IP4FWD' and
24271            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24272            not 'IPSEC' and
24273            not 'VHOST'"
24274   parameters:
24275   - "throughput"
24276   - "parent"
24277   - "tags"
24278   sort:
24279   - "IP4BASE"
24280   - "ACL_STATELESS"
24281   - "ACL_STATEFUL"
24282   - "ACL_STATELESS"
24283   - "ACL_STATEFUL"
24284   layout:
24285     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24286     layout: "plot-throughput-speedup-analysis"
24287
24288 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24289 - type: "plot"
24290   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24291   algorithm: "plot_throughput_speedup_analysis"
24292   output-file-type: ".html"
24293   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24295   filter: "'NIC_Intel-XL710' and
24296            '64B' and
24297            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24298            'NDRPDR' and
24299            'IP4FWD' and
24300            not 'IPSEC' and
24301            not 'VHOST'"
24302   parameters:
24303   - "throughput"
24304   - "parent"
24305   - "tags"
24306   sort:
24307   - "IP4BASE"
24308   - "FIB_20K"
24309   - "FIB_200K"
24310   - "FIB_2M"
24311   layout:
24312     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24313     layout: "plot-throughput-speedup-analysis"
24314
24315 - type: "plot"
24316   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24317   algorithm: "plot_throughput_speedup_analysis"
24318   output-file-type: ".html"
24319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24321   filter: "'NIC_Intel-XL710' and
24322            '64B' and
24323            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24324            'NDRPDR' and
24325            'IP4FWD' and
24326            not 'IPSEC' and
24327            not 'VHOST'"
24328   parameters:
24329   - "throughput"
24330   - "parent"
24331   - "tags"
24332   sort:
24333   - "IP4BASE"
24334   - "FIB_20K"
24335   - "FIB_200K"
24336   - "FIB_2M"
24337   layout:
24338     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24339     layout: "plot-throughput-speedup-analysis"
24340
24341 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24342 - type: "plot"
24343   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24344   algorithm: "plot_throughput_speedup_analysis"
24345   output-file-type: ".html"
24346   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24348   filter: "'NIC_Intel-X710' and
24349            '64B' and
24350            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24351            'NDRPDR' and
24352            'IP4FWD' and
24353            not 'IPSEC' and
24354            not 'DOT1Q' and
24355            not 'VHOST'"
24356   parameters:
24357   - "throughput"
24358   - "parent"
24359   - "tags"
24360   sort:
24361   - "IP4BASE"
24362   - "FIB_20K"
24363   - "FIB_200K"
24364   - "FIB_2M"
24365   layout:
24366     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24367     layout: "plot-throughput-speedup-analysis"
24368
24369 - type: "plot"
24370   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24371   algorithm: "plot_throughput_speedup_analysis"
24372   output-file-type: ".html"
24373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24375   filter: "'NIC_Intel-X710' and
24376            '64B' and
24377            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24378            'NDRPDR' and
24379            'IP4FWD' and
24380            not 'IPSEC' and
24381            not 'DOT1Q' and
24382            not 'VHOST'"
24383   parameters:
24384   - "throughput"
24385   - "parent"
24386   - "tags"
24387   sort:
24388   - "IP4BASE"
24389   - "FIB_20K"
24390   - "FIB_200K"
24391   - "FIB_2M"
24392   layout:
24393     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24394     layout: "plot-throughput-speedup-analysis"
24395
24396 # Speedup - VPP IPv4 3n-skx-x710 features
24397 - type: "plot"
24398   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24399   algorithm: "plot_throughput_speedup_analysis"
24400   output-file-type: ".html"
24401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24403   filter: "'NIC_Intel-X710' and
24404            '64B' and
24405            ('IP4BASE' or
24406             'POLICE_MARK' or
24407             'COPWHLIST' or
24408             ('NAT44' and 'BASE') or
24409             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24410            'NDRPDR' and
24411            'IP4FWD' and
24412            not 'IPSEC' and
24413            not 'VHOST'"
24414   parameters:
24415   - "throughput"
24416   - "parent"
24417   - "tags"
24418   sort:
24419   - "DOT1Q"
24420   - "IP4BASE"
24421   - "NAT44"
24422   - "POLICE_MARK"
24423   - "COPWHLIST"
24424   - "IACL"
24425   - "OACL"
24426   layout:
24427     title: "ip4-3n-skx-x710-64b-features-ndr"
24428     layout: "plot-throughput-speedup-analysis"
24429
24430 - type: "plot"
24431   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24432   algorithm: "plot_throughput_speedup_analysis"
24433   output-file-type: ".html"
24434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24436   filter: "'NIC_Intel-X710' and
24437            '64B' and
24438            ('IP4BASE' or
24439             'POLICE_MARK' or
24440             'COPWHLIST' or
24441             ('NAT44' and 'BASE') or
24442             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24443            'NDRPDR' and
24444            'IP4FWD' and
24445            not 'IPSEC' and
24446            not 'VHOST'"
24447   parameters:
24448   - "throughput"
24449   - "parent"
24450   - "tags"
24451   sort:
24452   - "DOT1Q"
24453   - "IP4BASE"
24454   - "NAT44"
24455   - "POLICE_MARK"
24456   - "COPWHLIST"
24457   - "IACL"
24458   - "OACL"
24459   layout:
24460     title: "ip4-3n-skx-x710-64b-features-pdr"
24461     layout: "plot-throughput-speedup-analysis"
24462
24463 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24464 - type: "plot"
24465   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24466   algorithm: "plot_throughput_speedup_analysis"
24467   output-file-type: ".html"
24468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24470   filter: "'NIC_Intel-X710' and
24471            '64B' and
24472            'NDRPDR' and
24473            'IP4FWD' and
24474            ('NAT44' or 'IP4BASE') and
24475            not 'IPSEC' and
24476            not 'VHOST'"
24477   parameters:
24478   - "throughput"
24479   - "parent"
24480   - "tags"
24481   sort:
24482   - "IP4BASE"
24483   - "BASE"
24484   - "SRC_USER_10"
24485   - "SRC_USER_100"
24486   - "SRC_USER_1000"
24487   - "SRC_USER_2000"
24488   layout:
24489     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24490     layout: "plot-throughput-speedup-analysis"
24491
24492 - type: "plot"
24493   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24494   algorithm: "plot_throughput_speedup_analysis"
24495   output-file-type: ".html"
24496   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24498   filter: "'NIC_Intel-X710' and
24499            '64B' and
24500            'NDRPDR' and
24501            'IP4FWD' and
24502            ('NAT44' or 'IP4BASE') and
24503            not 'IPSEC' and
24504            not 'VHOST'"
24505   parameters:
24506   - "throughput"
24507   - "parent"
24508   - "tags"
24509   sort:
24510   - "IP4BASE"
24511   - "BASE"
24512   - "SRC_USER_10"
24513   - "SRC_USER_100"
24514   - "SRC_USER_1000"
24515   - "SRC_USER_2000"
24516   layout:
24517     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24518     layout: "plot-throughput-speedup-analysis"
24519
24520 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24521 - type: "plot"
24522   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24523   algorithm: "plot_throughput_speedup_analysis"
24524   output-file-type: ".html"
24525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24527   filter: "'NIC_Intel-X710' and
24528            '64B' and
24529            'NDRPDR' and
24530            'IP4FWD' and
24531            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24532            not 'IPSEC' and
24533            not 'VHOST'"
24534   parameters:
24535   - "throughput"
24536   - "parent"
24537   - "tags"
24538   sort:
24539   - "IP4BASE"
24540   - "ACL_STATELESS"
24541   - "ACL_STATEFUL"
24542   - "ACL_STATELESS"
24543   - "ACL_STATEFUL"
24544   layout:
24545     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24546     layout: "plot-throughput-speedup-analysis"
24547
24548 - type: "plot"
24549   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24550   algorithm: "plot_throughput_speedup_analysis"
24551   output-file-type: ".html"
24552   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24554   filter: "'NIC_Intel-X710' and
24555            '64B' and
24556            'NDRPDR' and
24557            'IP4FWD' and
24558            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24559            not 'IPSEC' and
24560            not 'VHOST'"
24561   parameters:
24562   - "throughput"
24563   - "parent"
24564   - "tags"
24565   sort:
24566   - "IP4BASE"
24567   - "ACL_STATELESS"
24568   - "ACL_STATEFUL"
24569   - "ACL_STATELESS"
24570   - "ACL_STATEFUL"
24571   layout:
24572     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24573     layout: "plot-throughput-speedup-analysis"
24574
24575 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24576 #- type: "plot"
24577 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24578 #  algorithm: "plot_throughput_speedup_analysis"
24579 #  output-file-type: ".html"
24580 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24581 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24582 #  filter: "'NIC_Intel-X710' and
24583 #           '64B' and
24584 #           'NDRPDR' and
24585 #           'IP4FWD' and
24586 #           'OACL' and
24587 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24588 #           not 'IPSEC' and
24589 #           not 'VHOST'"
24590 #  parameters:
24591 #  - "throughput"
24592 #  - "parent"
24593 #  - "tags"
24594 #  sort:
24595 #  - "ACL_STATELESS"
24596 #  - "ACL_STATEFUL"
24597 #  - "ACL_STATELESS"
24598 #  - "ACL_STATEFUL"
24599 #  layout:
24600 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24601 #    layout: "plot-throughput-speedup-analysis"
24602 #
24603 #- type: "plot"
24604 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24605 #  algorithm: "plot_throughput_speedup_analysis"
24606 #  output-file-type: ".html"
24607 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24608 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24609 #  filter: "'NIC_Intel-X710' and
24610 #           '64B' and
24611 #           'NDRPDR' and
24612 #           'IP4FWD' and
24613 #           'OACL' and
24614 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24615 #           not 'IPSEC' and
24616 #           not 'VHOST'"
24617 #  parameters:
24618 #  - "throughput"
24619 #  - "parent"
24620 #  - "tags"
24621 #  sort:
24622 #  - "ACL_STATELESS"
24623 #  - "ACL_STATEFUL"
24624 #  - "ACL_STATELESS"
24625 #  - "ACL_STATEFUL"
24626 #  layout:
24627 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24628 #    layout: "plot-throughput-speedup-analysis"
24629
24630 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24631 - type: "plot"
24632   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24633   algorithm: "plot_throughput_speedup_analysis"
24634   output-file-type: ".html"
24635   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24637   filter: "'NIC_Intel-X710' and
24638            '64B' and
24639            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24640            'NDRPDR' and
24641            'IP4FWD' and
24642            not 'IPSEC' and
24643            not 'DOT1Q' and
24644            not 'VHOST'"
24645   parameters:
24646   - "throughput"
24647   - "parent"
24648   - "tags"
24649   sort:
24650   - "IP4BASE"
24651   - "FIB_20K"
24652   - "FIB_200K"
24653   - "FIB_2M"
24654   layout:
24655     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24656     layout: "plot-throughput-speedup-analysis"
24657
24658 - type: "plot"
24659   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24660   algorithm: "plot_throughput_speedup_analysis"
24661   output-file-type: ".html"
24662   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24664   filter: "'NIC_Intel-X710' and
24665            '64B' and
24666            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24667            'NDRPDR' and
24668            'IP4FWD' and
24669            not 'IPSEC' and
24670            not 'DOT1Q' and
24671            not 'VHOST'"
24672   parameters:
24673   - "throughput"
24674   - "parent"
24675   - "tags"
24676   sort:
24677   - "IP4BASE"
24678   - "FIB_20K"
24679   - "FIB_200K"
24680   - "FIB_2M"
24681   layout:
24682     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24683     layout: "plot-throughput-speedup-analysis"
24684
24685 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24686 - type: "plot"
24687   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24688   algorithm: "plot_throughput_speedup_analysis"
24689   output-file-type: ".html"
24690   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24692   filter: "'NIC_Intel-X710' and
24693            '64B' and
24694            'NDRPDR' and
24695            'IP4FWD' and
24696            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24697            not 'IPSEC' and
24698            not 'VHOST'"
24699   parameters:
24700   - "throughput"
24701   - "parent"
24702   - "tags"
24703   sort:
24704   - "IP4BASE"
24705   - "ACL_STATELESS"
24706   - "ACL_STATEFUL"
24707   - "ACL_STATELESS"
24708   - "ACL_STATEFUL"
24709   layout:
24710     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24711     layout: "plot-throughput-speedup-analysis"
24712
24713 - type: "plot"
24714   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24715   algorithm: "plot_throughput_speedup_analysis"
24716   output-file-type: ".html"
24717   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24719   filter: "'NIC_Intel-X710' and
24720            '64B' and
24721            'NDRPDR' and
24722            'IP4FWD' and
24723            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24724            not 'IPSEC' and
24725            not 'VHOST'"
24726   parameters:
24727   - "throughput"
24728   - "parent"
24729   - "tags"
24730   sort:
24731   - "IP4BASE"
24732   - "ACL_STATELESS"
24733   - "ACL_STATEFUL"
24734   - "ACL_STATELESS"
24735   - "ACL_STATEFUL"
24736   layout:
24737     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24738     layout: "plot-throughput-speedup-analysis"
24739
24740 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24741 - type: "plot"
24742   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24743   algorithm: "plot_throughput_speedup_analysis"
24744   output-file-type: ".html"
24745   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24747   filter: "'NIC_Intel-XXV710' and
24748            '64B' and
24749            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24750            'NDRPDR' and
24751            'IP4FWD' and
24752            not 'IPSEC' and
24753            not 'DOT1Q' and
24754            not 'VHOST'"
24755   parameters:
24756   - "throughput"
24757   - "parent"
24758   - "tags"
24759   sort:
24760   - "IP4BASE"
24761   - "FIB_20K"
24762   - "FIB_200K"
24763   - "FIB_2M"
24764   layout:
24765     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24766     layout: "plot-throughput-speedup-analysis"
24767
24768 - type: "plot"
24769   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24770   algorithm: "plot_throughput_speedup_analysis"
24771   output-file-type: ".html"
24772   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24774   filter: "'NIC_Intel-XXV710' and
24775            '64B' and
24776            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24777            'NDRPDR' and
24778            'IP4FWD' and
24779            not 'IPSEC' and
24780            not 'DOT1Q' and
24781            not 'VHOST'"
24782   parameters:
24783   - "throughput"
24784   - "parent"
24785   - "tags"
24786   sort:
24787   - "IP4BASE"
24788   - "FIB_20K"
24789   - "FIB_200K"
24790   - "FIB_2M"
24791   layout:
24792     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24793     layout: "plot-throughput-speedup-analysis"
24794
24795 ## Speedup - VPP IPv4 2n-dnv-x553 base
24796 #- type: "plot"
24797 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24798 #  algorithm: "plot_throughput_speedup_analysis"
24799 #  output-file-type: ".html"
24800 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24801 #  data: "intel-dnv-vpp"
24802 #  filter: "'NIC_Intel-X553' and
24803 #           '64B' and
24804 #           'IP4BASE' and
24805 #           'NDRPDR' and
24806 #           'IP4FWD' and
24807 #           not 'IPSEC' and
24808 #           not 'VHOST'"
24809 #  parameters:
24810 #  - "throughput"
24811 #  - "parent"
24812 #  - "tags"
24813 #  sort:
24814 #  - "IP4BASE"
24815 #  layout:
24816 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24817 #    layout: "plot-throughput-speedup-analysis"
24818 #
24819 #- type: "plot"
24820 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24821 #  algorithm: "plot_throughput_speedup_analysis"
24822 #  output-file-type: ".html"
24823 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24824 #  data: "intel-dnv-vpp"
24825 #  filter: "'NIC_Intel-X553' and
24826 #           '64B' and
24827 #           'IP4BASE' and
24828 #           'NDRPDR' and
24829 #           'IP4FWD' and
24830 #           not 'IPSEC' and
24831 #           not 'VHOST'"
24832 #  parameters:
24833 #  - "throughput"
24834 #  - "parent"
24835 #  - "tags"
24836 #  sort:
24837 #  - "IP4BASE"
24838 #  layout:
24839 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24840 #    layout: "plot-throughput-speedup-analysis"
24841
24842 ################################################################################
24843
24844 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24845 - type: "plot"
24846   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24847   algorithm: "plot_throughput_speedup_analysis"
24848   output-file-type: ".html"
24849   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24851   filter: "'NIC_Intel-X520-DA2' and
24852            '64B' and
24853            'ENCAP' and
24854            'NDRPDR' and
24855            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24856            not 'DOT1Q' and
24857            not 'VHOST' and
24858            not 'IPSECHW'"
24859   parameters:
24860   - "throughput"
24861   - "parent"
24862   - "tags"
24863   sort:
24864   - "IP4BASE"
24865   - "L2BDMACLRN"
24866   - "L2XCFWD"
24867   - "LISP"
24868   layout:
24869     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24870     layout: "plot-throughput-speedup-analysis"
24871
24872 - type: "plot"
24873   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24874   algorithm: "plot_throughput_speedup_analysis"
24875   output-file-type: ".html"
24876   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24878   filter: "'NIC_Intel-X520-DA2' and
24879            '64B' and
24880            'ENCAP' and
24881            'NDRPDR' and
24882            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24883            not 'DOT1Q' and
24884            not 'VHOST' and
24885            not 'IPSECHW'"
24886   parameters:
24887   - "throughput"
24888   - "parent"
24889   - "tags"
24890   sort:
24891   - "IP4BASE"
24892   - "L2BDMACLRN"
24893   - "L2XCFWD"
24894   - "LISP"
24895   layout:
24896     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24897     layout: "plot-throughput-speedup-analysis"
24898
24899 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24900 - type: "plot"
24901   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24902   algorithm: "plot_throughput_speedup_analysis"
24903   output-file-type: ".html"
24904   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24906   filter: "'NIC_Intel-X710' and
24907            '64B' and
24908            'ENCAP' and
24909            'NDRPDR' and
24910            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24911            not 'VHOST' and
24912            not 'IPSECHW'"
24913   parameters:
24914   - "throughput"
24915   - "parent"
24916   - "tags"
24917   sort:
24918   - "IP4BASE"
24919   - "LISP"
24920   - "VXLAN_1"
24921   - "VXLAN_10"
24922   - "VXLAN_100"
24923   - "VXLAN_1000"
24924   layout:
24925     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24926     layout: "plot-throughput-speedup-analysis"
24927
24928 - type: "plot"
24929   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24930   algorithm: "plot_throughput_speedup_analysis"
24931   output-file-type: ".html"
24932   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24934   filter: "'NIC_Intel-X710' and
24935            '64B' and
24936            'ENCAP' and
24937            'NDRPDR' and
24938            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24939            not 'VHOST' and
24940            not 'IPSECHW'"
24941   parameters:
24942   - "throughput"
24943   - "parent"
24944   - "tags"
24945   sort:
24946   - "IP4BASE"
24947   - "LISP"
24948   - "VXLAN_1"
24949   - "VXLAN_10"
24950   - "VXLAN_100"
24951   - "VXLAN_1000"
24952   layout:
24953     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24954     layout: "plot-throughput-speedup-analysis"
24955
24956 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24957 - type: "plot"
24958   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24959   algorithm: "plot_throughput_speedup_analysis"
24960   output-file-type: ".html"
24961   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24963   filter: "'NIC_Intel-X710' and
24964            '64B' and
24965            'ENCAP' and
24966            'NDRPDR' and
24967            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24968            not 'DOT1Q' and
24969            not 'VHOST' and
24970            not 'IPSECHW'"
24971   parameters:
24972   - "throughput"
24973   - "parent"
24974   - "tags"
24975   sort:
24976   - "IP4BASE"
24977   - "L2BDMACLRN"
24978   - "L2XCFWD"
24979   - "LISP"
24980   layout:
24981     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24982     layout: "plot-throughput-speedup-analysis"
24983
24984 - type: "plot"
24985   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24986   algorithm: "plot_throughput_speedup_analysis"
24987   output-file-type: ".html"
24988   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24990   filter: "'NIC_Intel-X710' and
24991            '64B' and
24992            'ENCAP' and
24993            'NDRPDR' and
24994            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24995            not 'DOT1Q' and
24996            not 'VHOST' and
24997            not 'IPSECHW'"
24998   parameters:
24999   - "throughput"
25000   - "parent"
25001   - "tags"
25002   sort:
25003   - "IP4BASE"
25004   - "L2BDMACLRN"
25005   - "L2XCFWD"
25006   - "LISP"
25007   layout:
25008     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25009     layout: "plot-throughput-speedup-analysis"
25010
25011 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25012 - type: "plot"
25013   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25014   algorithm: "plot_throughput_speedup_analysis"
25015   output-file-type: ".html"
25016   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25018   filter: "'NIC_Intel-X710' and
25019            '64B' and
25020            'ENCAP' and
25021            'NDRPDR' and
25022            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25023            not 'VHOST' and
25024            not 'IPSECHW'"
25025   parameters:
25026   - "throughput"
25027   - "parent"
25028   - "tags"
25029   sort:
25030   - "IP4BASE"
25031   - "LISP"
25032   - "VXLAN_1"
25033   - "VXLAN_10"
25034   - "VXLAN_100"
25035   - "VXLAN_1000"
25036   layout:
25037     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25038     layout: "plot-throughput-speedup-analysis"
25039
25040 - type: "plot"
25041   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25042   algorithm: "plot_throughput_speedup_analysis"
25043   output-file-type: ".html"
25044   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25046   filter: "'NIC_Intel-X710' and
25047            '64B' and
25048            'ENCAP' and
25049            'NDRPDR' and
25050            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25051            not 'VHOST' and
25052            not 'IPSECHW'"
25053   parameters:
25054   - "throughput"
25055   - "parent"
25056   - "tags"
25057   sort:
25058   - "IP4BASE"
25059   - "LISP"
25060   - "VXLAN_1"
25061   - "VXLAN_10"
25062   - "VXLAN_100"
25063   - "VXLAN_1000"
25064   layout:
25065     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25066     layout: "plot-throughput-speedup-analysis"
25067
25068 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25069 - type: "plot"
25070   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25071   algorithm: "plot_throughput_speedup_analysis"
25072   output-file-type: ".html"
25073   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25075   filter: "'NIC_Intel-X710' and
25076            '64B' and
25077            'ENCAP' and
25078            'NDRPDR' and
25079            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25080            not 'DOT1Q' and
25081            not 'VHOST' and
25082            not 'IPSECHW'"
25083   parameters:
25084   - "throughput"
25085   - "parent"
25086   - "tags"
25087   sort:
25088   - "IP4BASE"
25089   - "L2BDMACLRN"
25090   - "L2XCFWD"
25091   - "LISP"
25092   layout:
25093     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25094     layout: "plot-throughput-speedup-analysis"
25095
25096 - type: "plot"
25097   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25098   algorithm: "plot_throughput_speedup_analysis"
25099   output-file-type: ".html"
25100   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25102   filter: "'NIC_Intel-X710' and
25103            '64B' and
25104            'ENCAP' and
25105            'NDRPDR' and
25106            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25107            not 'DOT1Q' and
25108            not 'VHOST' and
25109            not 'IPSECHW'"
25110   parameters:
25111   - "throughput"
25112   - "parent"
25113   - "tags"
25114   sort:
25115   - "IP4BASE"
25116   - "L2BDMACLRN"
25117   - "L2XCFWD"
25118   - "LISP"
25119   layout:
25120     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25121     layout: "plot-throughput-speedup-analysis"
25122
25123 ################################################################################
25124
25125 # Speedup - VPP IPv6 3n-hsw-x520
25126 - type: "plot"
25127   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25128   algorithm: "plot_throughput_speedup_analysis"
25129   output-file-type: ".html"
25130   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25132   filter: "'NIC_Intel-X520-DA2' and
25133            '78B' and
25134            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25135            'NDRPDR' and
25136            'IP6FWD' and
25137            not 'SRv6' and
25138            not 'IPSEC' and
25139            not 'VHOST'"
25140   parameters:
25141   - "throughput"
25142   - "parent"
25143   - "tags"
25144   sort:
25145   - "IP6BASE"
25146   - "FIB_20K"
25147   - "FIB_200K"
25148   - "FIB_2M"
25149   layout:
25150     title: "ip6-3n-hsw-x520-78b-base-ndr"
25151     layout: "plot-throughput-speedup-analysis"
25152
25153 - type: "plot"
25154   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25155   algorithm: "plot_throughput_speedup_analysis"
25156   output-file-type: ".html"
25157   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25159   filter: "'NIC_Intel-X520-DA2' and
25160            '78B' and
25161            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25162            'NDRPDR' and
25163            'IP6FWD' and
25164            not 'SRv6' and
25165            not 'IPSEC' and
25166            not 'VHOST'"
25167   parameters:
25168   - "throughput"
25169   - "parent"
25170   - "tags"
25171   sort:
25172   - "IP6BASE"
25173   - "FIB_20K"
25174   - "FIB_200K"
25175   - "FIB_2M"
25176   layout:
25177     title: "ip6-3n-hsw-x520-78b-base-pdr"
25178     layout: "plot-throughput-speedup-analysis"
25179
25180 # Speedup - VPP IPv6 3n-hsw-x710
25181 - type: "plot"
25182   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25183   algorithm: "plot_throughput_speedup_analysis"
25184   output-file-type: ".html"
25185   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25187   filter: "'NIC_Intel-X710' and
25188            '78B' and
25189            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25190            'NDRPDR' and
25191            'IP6FWD' and
25192            not 'SRv6' and
25193            not 'IPSEC' and
25194            not 'VHOST'"
25195   parameters:
25196   - "throughput"
25197   - "parent"
25198   - "tags"
25199   sort:
25200   - "IP6BASE"
25201   - "FIB_20K"
25202   - "FIB_200K"
25203   - "FIB_2M"
25204   layout:
25205     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25206     layout: "plot-throughput-speedup-analysis"
25207
25208 - type: "plot"
25209   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25210   algorithm: "plot_throughput_speedup_analysis"
25211   output-file-type: ".html"
25212   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25214   filter: "'NIC_Intel-X710' and
25215            '78B' and
25216            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25217            'NDRPDR' and
25218            'IP6FWD' and
25219            not 'SRv6' and
25220            not 'IPSEC' and
25221            not 'VHOST'"
25222   parameters:
25223   - "throughput"
25224   - "parent"
25225   - "tags"
25226   sort:
25227   - "IP6BASE"
25228   - "FIB_20K"
25229   - "FIB_200K"
25230   - "FIB_2M"
25231   layout:
25232     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25233     layout: "plot-throughput-speedup-analysis"
25234
25235 # Speedup - VPP IPv6 3n-hsw-x710 features
25236 - type: "plot"
25237   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25238   algorithm: "plot_throughput_speedup_analysis"
25239   output-file-type: ".html"
25240   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25242   filter: "'NIC_Intel-X710' and
25243            '78B' and
25244            ('IP6BASE' or
25245             'POLICE_MARK' or
25246             'COPWHLIST' or
25247             'IACLDST') and
25248            'NDRPDR' and
25249            'IP6FWD' and
25250            not 'SRv6' and
25251            not 'IPSEC' and
25252            not 'VHOST'"
25253   parameters:
25254   - "throughput"
25255   - "parent"
25256   - "tags"
25257   sort:
25258   - "IP6BASE"
25259   - "POLICE_MARK"
25260   - "COPWHLIST"
25261   - "IACLDST"
25262   layout:
25263     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25264     layout: "plot-throughput-speedup-analysis"
25265
25266 - type: "plot"
25267   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25268   algorithm: "plot_throughput_speedup_analysis"
25269   output-file-type: ".html"
25270   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25272   filter: "'NIC_Intel-X710' and
25273            '78B' and
25274            ('IP6BASE' or
25275             'POLICE_MARK' or
25276             'COPWHLIST' or
25277             'IACLDST') and
25278            'NDRPDR' and
25279            'IP6FWD' and
25280            not 'SRv6' and
25281            not 'IPSEC' and
25282            not 'VHOST'"
25283   parameters:
25284   - "throughput"
25285   - "parent"
25286   - "tags"
25287   sort:
25288   - "IP6BASE"
25289   - "POLICE_MARK"
25290   - "COPWHLIST"
25291   - "IACLDST"
25292   layout:
25293     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25294     layout: "plot-throughput-speedup-analysis"
25295
25296 # Speedup - VPP IPv6 3n-hsw-xl710
25297 - type: "plot"
25298   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25299   algorithm: "plot_throughput_speedup_analysis"
25300   output-file-type: ".html"
25301   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25303   filter: "'NIC_Intel-XL710' and
25304            '78B' and
25305            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25306            'NDRPDR' and
25307            'IP6FWD' and
25308            not 'SRv6' and
25309            not 'IPSEC' and
25310            not 'VHOST'"
25311   parameters:
25312   - "throughput"
25313   - "parent"
25314   - "tags"
25315   sort:
25316   - "IP6BASE"
25317   - "FIB_20K"
25318   - "FIB_200K"
25319   - "FIB_2M"
25320   layout:
25321     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25322     layout: "plot-throughput-speedup-analysis"
25323
25324 - type: "plot"
25325   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25326   algorithm: "plot_throughput_speedup_analysis"
25327   output-file-type: ".html"
25328   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25330   filter: "'NIC_Intel-XL710' and
25331            '78B' and
25332            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25333            'NDRPDR' and
25334            'IP6FWD' and
25335            not 'SRv6' and
25336            not 'IPSEC' and
25337            not 'VHOST'"
25338   parameters:
25339   - "throughput"
25340   - "parent"
25341   - "tags"
25342   sort:
25343   - "IP6BASE"
25344   - "FIB_20K"
25345   - "FIB_200K"
25346   - "FIB_2M"
25347   layout:
25348     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25349     layout: "plot-throughput-speedup-analysis"
25350
25351 # Speedup - VPP IPv6 3n-skx-x710
25352 - type: "plot"
25353   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25354   algorithm: "plot_throughput_speedup_analysis"
25355   output-file-type: ".html"
25356   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25358   filter: "'NIC_Intel-X710' and
25359            '78B' and
25360            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25361            'NDRPDR' and
25362            'IP6FWD' and
25363            not 'SRv6' and
25364            not 'IPSEC' and
25365            not 'VHOST'"
25366   parameters:
25367   - "throughput"
25368   - "parent"
25369   - "tags"
25370   sort:
25371   - "IP6BASE"
25372   - "FIB_20K"
25373   - "FIB_200K"
25374   - "FIB_2M"
25375   layout:
25376     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25377     layout: "plot-throughput-speedup-analysis"
25378
25379 - type: "plot"
25380   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25381   algorithm: "plot_throughput_speedup_analysis"
25382   output-file-type: ".html"
25383   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25385   filter: "'NIC_Intel-X710' and
25386            '78B' and
25387            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25388            'NDRPDR' and
25389            'IP6FWD' and
25390            not 'SRv6' and
25391            not 'IPSEC' and
25392            not 'VHOST'"
25393   parameters:
25394   - "throughput"
25395   - "parent"
25396   - "tags"
25397   sort:
25398   - "IP6BASE"
25399   - "FIB_20K"
25400   - "FIB_200K"
25401   - "FIB_2M"
25402   layout:
25403     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25404     layout: "plot-throughput-speedup-analysis"
25405
25406 # Speedup - VPP IPv6 3n-skx-x710 features
25407 - type: "plot"
25408   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25409   algorithm: "plot_throughput_speedup_analysis"
25410   output-file-type: ".html"
25411   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25413   filter: "'NIC_Intel-X710' and
25414            '78B' and
25415            ('IP6BASE' or
25416             'POLICE_MARK' or
25417             'COPWHLIST' or
25418             'IACLDST') and
25419            'NDRPDR' and
25420            'IP6FWD' and
25421            not 'SRv6' and
25422            not 'IPSEC' and
25423            not 'VHOST'"
25424   parameters:
25425   - "throughput"
25426   - "parent"
25427   - "tags"
25428   sort:
25429   - "IP6BASE"
25430   - "POLICE_MARK"
25431   - "COPWHLIST"
25432   - "IACLDST"
25433   layout:
25434     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25435     layout: "plot-throughput-speedup-analysis"
25436
25437 - type: "plot"
25438   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25439   algorithm: "plot_throughput_speedup_analysis"
25440   output-file-type: ".html"
25441   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25443   filter: "'NIC_Intel-X710' and
25444            '78B' and
25445            ('IP6BASE' or
25446             'POLICE_MARK' or
25447             'COPWHLIST' or
25448             'IACLDST') and
25449            'NDRPDR' and
25450            'IP6FWD' and
25451            not 'SRv6' and
25452            not 'IPSEC' and
25453            not 'VHOST'"
25454   parameters:
25455   - "throughput"
25456   - "parent"
25457   - "tags"
25458   sort:
25459   - "IP6BASE"
25460   - "POLICE_MARK"
25461   - "COPWHLIST"
25462   - "IACLDST"
25463   layout:
25464     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25465     layout: "plot-throughput-speedup-analysis"
25466
25467 # Speedup - VPP IPv6 3n-skx-xxv710
25468 - type: "plot"
25469   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25470   algorithm: "plot_throughput_speedup_analysis"
25471   output-file-type: ".html"
25472   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25474   filter: "'NIC_Intel-XXV710' and
25475            '78B' and
25476            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25477            'NDRPDR' and
25478            'IP6FWD' and
25479            not 'SRv6' and
25480            not 'IPSEC' and
25481            not 'VHOST'"
25482   parameters:
25483   - "throughput"
25484   - "parent"
25485   - "tags"
25486   sort:
25487   - "IP6BASE"
25488   - "FIB_20K"
25489   - "FIB_200K"
25490   - "FIB_2M"
25491   layout:
25492     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25493     layout: "plot-throughput-speedup-analysis"
25494
25495 - type: "plot"
25496   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25497   algorithm: "plot_throughput_speedup_analysis"
25498   output-file-type: ".html"
25499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25501   filter: "'NIC_Intel-XXV710' and
25502            '78B' and
25503            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25504            'NDRPDR' and
25505            'IP6FWD' and
25506            not 'SRv6' and
25507            not 'IPSEC' and
25508            not 'VHOST'"
25509   parameters:
25510   - "throughput"
25511   - "parent"
25512   - "tags"
25513   sort:
25514   - "IP6BASE"
25515   - "FIB_20K"
25516   - "FIB_200K"
25517   - "FIB_2M"
25518   layout:
25519     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25520     layout: "plot-throughput-speedup-analysis"
25521
25522 # Speedup - VPP IPv6 2n-skx-x710
25523 - type: "plot"
25524   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25525   algorithm: "plot_throughput_speedup_analysis"
25526   output-file-type: ".html"
25527   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25529   filter: "'NIC_Intel-X710' and
25530            '78B' and
25531            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25532            'NDRPDR' and
25533            'IP6FWD' and
25534            not 'SRv6' and
25535            not 'IPSEC' and
25536            not 'VHOST'"
25537   parameters:
25538   - "throughput"
25539   - "parent"
25540   - "tags"
25541   sort:
25542   - "IP6BASE"
25543   - "FIB_20K"
25544   - "FIB_200K"
25545   - "FIB_2M"
25546   layout:
25547     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25548     layout: "plot-throughput-speedup-analysis"
25549
25550 - type: "plot"
25551   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25552   algorithm: "plot_throughput_speedup_analysis"
25553   output-file-type: ".html"
25554   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25556   filter: "'NIC_Intel-X710' and
25557            '78B' and
25558            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25559            'NDRPDR' and
25560            'IP6FWD' and
25561            not 'SRv6' and
25562            not 'IPSEC' and
25563            not 'VHOST'"
25564   parameters:
25565   - "throughput"
25566   - "parent"
25567   - "tags"
25568   sort:
25569   - "IP6BASE"
25570   - "FIB_20K"
25571   - "FIB_200K"
25572   - "FIB_2M"
25573   layout:
25574     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25575     layout: "plot-throughput-speedup-analysis"
25576
25577 # Speedup - VPP IPv6 2n-skx-xxv710
25578 - type: "plot"
25579   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25580   algorithm: "plot_throughput_speedup_analysis"
25581   output-file-type: ".html"
25582   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25584   filter: "'NIC_Intel-XXV710' and
25585            '78B' and
25586            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25587            'NDRPDR' and
25588            'IP6FWD' and
25589            not 'SRv6' and
25590            not 'IPSEC' and
25591            not 'VHOST'"
25592   parameters:
25593   - "throughput"
25594   - "parent"
25595   - "tags"
25596   sort:
25597   - "IP6BASE"
25598   - "FIB_20K"
25599   - "FIB_200K"
25600   - "FIB_2M"
25601   layout:
25602     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25603     layout: "plot-throughput-speedup-analysis"
25604
25605 - type: "plot"
25606   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25607   algorithm: "plot_throughput_speedup_analysis"
25608   output-file-type: ".html"
25609   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25611   filter: "'NIC_Intel-XXV710' and
25612            '78B' and
25613            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25614            'NDRPDR' and
25615            'IP6FWD' and
25616            not 'SRv6' and
25617            not 'IPSEC' and
25618            not 'VHOST'"
25619   parameters:
25620   - "throughput"
25621   - "parent"
25622   - "tags"
25623   sort:
25624   - "IP6BASE"
25625   - "FIB_20K"
25626   - "FIB_200K"
25627   - "FIB_2M"
25628   layout:
25629     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25630     layout: "plot-throughput-speedup-analysis"
25631
25632 ## Speedup - VPP IPv6 2n-dnv-x553 base
25633 #- type: "plot"
25634 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25635 #  algorithm: "plot_throughput_speedup_analysis"
25636 #  output-file-type: ".html"
25637 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25638 #  data: "intel-dnv-vpp"
25639 #  filter: "'NIC_Intel-X553' and
25640 #           '78B' and
25641 #           'IP6BASE' and
25642 #           'NDRPDR' and
25643 #           'IP6FWD' and
25644 #           not 'SRv6' and
25645 #           not 'IPSEC' and
25646 #           not 'VHOST'"
25647 #  parameters:
25648 #  - "throughput"
25649 #  - "parent"
25650 #  - "tags"
25651 #  sort:
25652 #  - "IP6BASE"
25653 #  layout:
25654 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25655 #    layout: "plot-throughput-speedup-analysis"
25656 #
25657 #- type: "plot"
25658 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25659 #  algorithm: "plot_throughput_speedup_analysis"
25660 #  output-file-type: ".html"
25661 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25662 #  data: "intel-dnv-vpp"
25663 #  filter: "'NIC_Intel-X553' and
25664 #           '78B' and
25665 #           'IP6BASE' and
25666 #           'NDRPDR' and
25667 #           'IP6FWD' and
25668 #           not 'SRv6' and
25669 #           not 'IPSEC' and
25670 #           not 'VHOST'"
25671 #  parameters:
25672 #  - "throughput"
25673 #  - "parent"
25674 #  - "tags"
25675 #  sort:
25676 #  - "IP6BASE"
25677 #  layout:
25678 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25679 #    layout: "plot-throughput-speedup-analysis"
25680
25681 ################################################################################
25682
25683 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25684 - type: "plot"
25685   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25686   algorithm: "plot_throughput_speedup_analysis"
25687   output-file-type: ".html"
25688   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25690   filter: "'NIC_Intel-X520-DA2' and
25691            '78B' and
25692            'ENCAP' and
25693            'NDRPDR' and
25694            'LISP' and
25695            not 'VHOST'"
25696   parameters:
25697   - "throughput"
25698   - "parent"
25699   - "tags"
25700   sort:
25701   - "IP4UNRLAY"
25702   - "IP6UNRLAY"
25703   layout:
25704     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25705     layout: "plot-throughput-speedup-analysis"
25706
25707 - type: "plot"
25708   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25709   algorithm: "plot_throughput_speedup_analysis"
25710   output-file-type: ".html"
25711   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25713   filter: "'NIC_Intel-X520-DA2' and
25714            '78B' and
25715            'ENCAP' and
25716            'NDRPDR' and
25717            'LISP' and
25718            not 'VHOST'"
25719   parameters:
25720   - "throughput"
25721   - "parent"
25722   - "tags"
25723   sort:
25724   - "IP4UNRLAY"
25725   - "IP6UNRLAY"
25726   layout:
25727     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25728     layout: "plot-throughput-speedup-analysis"
25729
25730 ################################################################################
25731
25732 # Speedup - VPP IPSec 3n-hsw-xl710 base
25733 - type: "plot"
25734   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25735   algorithm: "plot_throughput_speedup_analysis"
25736   output-file-type: ".html"
25737   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25739   filter: "'NIC_Intel-XL710' and
25740            '64B' and
25741            'IP4FWD' and
25742            'NDRPDR' and
25743            'BASE' and
25744            'IPSECHW' and
25745            not 'VHOST'"
25746   parameters:
25747   - "throughput"
25748   - "parent"
25749   - "tags"
25750   layout:
25751     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25752     layout: "plot-throughput-speedup-analysis"
25753
25754 - type: "plot"
25755   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25756   algorithm: "plot_throughput_speedup_analysis"
25757   output-file-type: ".html"
25758   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25760   filter: "'NIC_Intel-XL710' and
25761            '64B' and
25762            'IP4FWD' and
25763            'NDRPDR' and
25764            'BASE' and
25765            'IPSECHW' and
25766            not 'VHOST'"
25767   parameters:
25768   - "throughput"
25769   - "parent"
25770   - "tags"
25771   layout:
25772     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25773     layout: "plot-throughput-speedup-analysis"
25774
25775 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25776 - type: "plot"
25777   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25778   algorithm: "plot_throughput_speedup_analysis"
25779   output-file-type: ".html"
25780   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25782   filter: "'NIC_Intel-XL710' and
25783            '64B' and
25784            'IP4FWD' and
25785            'NDRPDR' and
25786            'SCALE' and
25787            'IPSECHW' and
25788            not 'VHOST'"
25789   parameters:
25790   - "throughput"
25791   - "parent"
25792   - "tags"
25793   layout:
25794     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25795     layout: "plot-throughput-speedup-analysis"
25796
25797 - type: "plot"
25798   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25799   algorithm: "plot_throughput_speedup_analysis"
25800   output-file-type: ".html"
25801   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25803   filter: "'NIC_Intel-XL710' and
25804            '64B' and
25805            'IP4FWD' and
25806            'NDRPDR' and
25807            'SCALE' and
25808            'IPSECHW' and
25809            not 'VHOST'"
25810   parameters:
25811   - "throughput"
25812   - "parent"
25813   - "tags"
25814   layout:
25815     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25816     layout: "plot-throughput-speedup-analysis"
25817
25818 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25819 - type: "plot"
25820   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25821   algorithm: "plot_throughput_speedup_analysis"
25822   output-file-type: ".html"
25823   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25825   filter: "'NIC_Intel-XL710' and
25826            '64B' and
25827            'IP4FWD' and
25828            'NDRPDR' and
25829            'IPSECSW' and
25830            not 'VHOST'"
25831   parameters:
25832   - "throughput"
25833   - "parent"
25834   - "tags"
25835   layout:
25836     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25837     layout: "plot-throughput-speedup-analysis"
25838
25839 - type: "plot"
25840   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25841   algorithm: "plot_throughput_speedup_analysis"
25842   output-file-type: ".html"
25843   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25845   filter: "'NIC_Intel-XL710' and
25846            '64B' and
25847            'IP4FWD' and
25848            'NDRPDR' and
25849            'IPSECSW' and
25850            not 'VHOST'"
25851   parameters:
25852   - "throughput"
25853   - "parent"
25854   - "tags"
25855   layout:
25856     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25857     layout: "plot-throughput-speedup-analysis"
25858
25859 ################################################################################
25860
25861 # Speedup - VPP SRv6 3n-hsw-x520
25862 - type: "plot"
25863   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25864   algorithm: "plot_throughput_speedup_analysis"
25865   output-file-type: ".html"
25866   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25868   filter: "'NIC_Intel-X520-DA2' and
25869            '78B' and
25870            'FEATURE' and
25871            'NDRPDR' and
25872            'IP6FWD' and
25873            'SRv6'"
25874   parameters:
25875   - "throughput"
25876   - "parent"
25877   - "tags"
25878   layout:
25879     title: "srv6-3n-hsw-x520-78b-features-ndr"
25880     layout: "plot-throughput-speedup-analysis"
25881
25882 - type: "plot"
25883   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25884   algorithm: "plot_throughput_speedup_analysis"
25885   output-file-type: ".html"
25886   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25888   filter: "'NIC_Intel-X520-DA2' and
25889            '78B' and
25890            'FEATURE' and
25891            'NDRPDR' and
25892            'IP6FWD' and
25893            'SRv6'"
25894   parameters:
25895   - "throughput"
25896   - "parent"
25897   - "tags"
25898   layout:
25899     title: "srv6-3n-hsw-x520-78b-features-pdr"
25900     layout: "plot-throughput-speedup-analysis"
25901
25902 ################################################################################
25903
25904 # Speedup - VPP L2 3n-hsw-x520 base and scale
25905 - type: "plot"
25906   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25907   algorithm: "plot_throughput_speedup_analysis"
25908   output-file-type: ".html"
25909   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25911   filter: "'NIC_Intel-X520-DA2' and
25912            '64B' and
25913            ('BASE' or 'SCALE') and
25914            'NDRPDR' and
25915            'ETH' and
25916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25917            not 'VHOST' and
25918            not 'MEMIF'"
25919   parameters:
25920   - "throughput"
25921   - "parent"
25922   - "tags"
25923   sort:
25924   - "L2XCFWD"
25925   - "L2PATCH"
25926   - "L2BDMACLRN"
25927   - "FIB_10K"
25928   - "FIB_100K"
25929   - "FIB_1M"
25930   layout:
25931     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25932     layout: "plot-throughput-speedup-analysis"
25933
25934 - type: "plot"
25935   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25936   algorithm: "plot_throughput_speedup_analysis"
25937   output-file-type: ".html"
25938   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25940   filter: "'NIC_Intel-X520-DA2' and
25941            '64B' and
25942            ('BASE' or 'SCALE') and
25943            'NDRPDR' and
25944            'ETH' and
25945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25946            not 'VHOST' and
25947            not 'MEMIF'"
25948   parameters:
25949   - "throughput"
25950   - "parent"
25951   - "tags"
25952   sort:
25953   - "L2XCFWD"
25954   - "L2PATCH"
25955   - "L2BDMACLRN"
25956   - "FIB_10K"
25957   - "FIB_100K"
25958   - "FIB_1M"
25959   layout:
25960     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25961     layout: "plot-throughput-speedup-analysis"
25962
25963 # Speedup - VPP L2 3n-hsw-x520 features
25964 - type: "plot"
25965   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25966   algorithm: "plot_throughput_speedup_analysis"
25967   output-file-type: ".html"
25968   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25970   filter: "'NIC_Intel-X520-DA2' and
25971            '64B' and
25972            'NDRPDR' and
25973            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25974            not 'ACL' and
25975            not 'VHOST' and
25976            not 'MEMIF'"
25977   parameters:
25978   - "throughput"
25979   - "parent"
25980   - "tags"
25981   sort:
25982   - "L2XCBASE"    # l2xcbase
25983   - "L2BDBASE"    # l2bdbase
25984   - "L2XCFWD"     # dot1q-l2xcbase
25985   - "L2BDMACLRN"  # dot1q-l2bdbase
25986   layout:
25987     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25988     layout: "plot-throughput-speedup-analysis"
25989
25990 - type: "plot"
25991   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25992   algorithm: "plot_throughput_speedup_analysis"
25993   output-file-type: ".html"
25994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25996   filter: "'NIC_Intel-X520-DA2' and
25997            '64B' and
25998            'NDRPDR' and
25999            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26000            not 'ACL' and
26001            not 'VHOST' and
26002            not 'MEMIF'"
26003   parameters:
26004   - "throughput"
26005   - "parent"
26006   - "tags"
26007   sort:
26008   - "L2XCBASE"    # l2xcbase
26009   - "L2BDBASE"    # l2bdbase
26010   - "L2XCFWD"     # dot1q-l2xcbase
26011   - "L2BDMACLRN"  # dot1q-l2bdbase
26012   layout:
26013     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26014     layout: "plot-throughput-speedup-analysis"
26015
26016 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26017 - type: "plot"
26018   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26019   algorithm: "plot_throughput_speedup_analysis"
26020   output-file-type: ".html"
26021   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26023   filter: "'NIC_Intel-X520-DA2' and
26024            'NDRPDR' and
26025            '64B' and
26026            'FEATURE' and
26027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26028            'IACL' and
26029            ('ACL1' or 'ACL50') and
26030            ('10K_FLOWS' or '10k_FLOWS') and
26031            not 'MACIP' and
26032            not 'VHOST' and
26033            not 'MEMIF'"
26034   parameters:
26035   - "throughput"
26036   - "parent"
26037   - "tags"
26038   layout:
26039     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26040     layout: "plot-throughput-speedup-analysis"
26041
26042 - type: "plot"
26043   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26044   algorithm: "plot_throughput_speedup_analysis"
26045   output-file-type: ".html"
26046   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26048   filter: "'NIC_Intel-X520-DA2' and
26049            'NDRPDR' and
26050            '64B' and
26051            'FEATURE' and
26052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26053            'IACL' and
26054            ('ACL1' or 'ACL50') and
26055            ('10K_FLOWS' or '10k_FLOWS') and
26056            not 'MACIP' and
26057            not 'VHOST' and
26058            not 'MEMIF'"
26059   parameters:
26060   - "throughput"
26061   - "parent"
26062   - "tags"
26063   layout:
26064     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26065     layout: "plot-throughput-speedup-analysis"
26066
26067 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26068 - type: "plot"
26069   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26070   algorithm: "plot_throughput_speedup_analysis"
26071   output-file-type: ".html"
26072   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26074   filter: "'NIC_Intel-X520-DA2' and
26075            'NDRPDR' and
26076            '64B' and
26077            'FEATURE' and
26078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26079            'OACL' and
26080            ('ACL1' or 'ACL50') and
26081            ('10K_FLOWS' or '10k_FLOWS') and
26082            not 'MACIP' and
26083            not 'VHOST' and
26084            not 'MEMIF'"
26085   parameters:
26086   - "throughput"
26087   - "parent"
26088   - "tags"
26089   layout:
26090     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26091     layout: "plot-throughput-speedup-analysis"
26092
26093 - type: "plot"
26094   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26095   algorithm: "plot_throughput_speedup_analysis"
26096   output-file-type: ".html"
26097   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26099   filter: "'NIC_Intel-X520-DA2' and
26100            'NDRPDR' and
26101            '64B' and
26102            'FEATURE' and
26103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26104            'OACL' and
26105            ('ACL1' or 'ACL50') and
26106            ('10K_FLOWS' or '10k_FLOWS') and
26107            not 'MACIP' and
26108            not 'VHOST' and
26109            not 'MEMIF'"
26110   parameters:
26111   - "throughput"
26112   - "parent"
26113   - "tags"
26114   layout:
26115     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26116     layout: "plot-throughput-speedup-analysis"
26117
26118 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26119 - type: "plot"
26120   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26121   algorithm: "plot_throughput_speedup_analysis"
26122   output-file-type: ".html"
26123   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26125   filter: "'NIC_Intel-X520-DA2' and
26126            'NDRPDR' and
26127            '64B' and
26128            'FEATURE' and
26129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26130            'OACL' and
26131            ('ACL1' or 'ACL50') and
26132            ('10K_FLOWS' or '10k_FLOWS') and
26133            not 'MACIP' and
26134            not 'VHOST' and
26135            not 'MEMIF'"
26136   parameters:
26137   - "throughput"
26138   - "parent"
26139   - "tags"
26140   layout:
26141     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26142     layout: "plot-throughput-speedup-analysis"
26143
26144 - type: "plot"
26145   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26146   algorithm: "plot_throughput_speedup_analysis"
26147   output-file-type: ".html"
26148   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26150   filter: "'NIC_Intel-X520-DA2' and
26151            'NDRPDR' and
26152            '64B' and
26153            'FEATURE' and
26154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26155            'OACL' and
26156            ('ACL1' or 'ACL50') and
26157            ('10K_FLOWS' or '10k_FLOWS') and
26158            not 'MACIP' and
26159            not 'VHOST' and
26160            not 'MEMIF'"
26161   parameters:
26162   - "throughput"
26163   - "parent"
26164   - "tags"
26165   layout:
26166     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26167     layout: "plot-throughput-speedup-analysis"
26168
26169 # Speedup - VPP L2 3n-hsw-x520 features-macip
26170 - type: "plot"
26171   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26172   algorithm: "plot_throughput_speedup_analysis"
26173   output-file-type: ".html"
26174   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26176   filter: "'NIC_Intel-X520-DA2' and
26177            'NDRPDR' and
26178            '64B' and
26179            'FEATURE' and
26180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26181            'MACIP' and
26182            ('ACL1' or 'ACL50') and
26183            ('10K_FLOWS' or '10k_FLOWS') and
26184            not 'VHOST' and
26185            not 'MEMIF'"
26186   parameters:
26187   - "throughput"
26188   - "parent"
26189   - "tags"
26190   layout:
26191     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26192     layout: "plot-throughput-speedup-analysis"
26193
26194 - type: "plot"
26195   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26196   algorithm: "plot_throughput_speedup_analysis"
26197   output-file-type: ".html"
26198   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26200   filter: "'NIC_Intel-X520-DA2' and
26201            'NDRPDR' and
26202            '64B' and
26203            'FEATURE' and
26204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26205            'MACIP' and
26206            ('ACL1' or 'ACL50') and
26207            ('10K_FLOWS' or '10k_FLOWS') and
26208            not 'VHOST' and
26209            not 'MEMIF'"
26210   parameters:
26211   - "throughput"
26212   - "parent"
26213   - "tags"
26214   layout:
26215     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26216     layout: "plot-throughput-speedup-analysis"
26217
26218 # Speedup - VPP L2 3n-hsw-x710 base and scale
26219 - type: "plot"
26220   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26221   algorithm: "plot_throughput_speedup_analysis"
26222   output-file-type: ".html"
26223   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26225   filter: "'NIC_Intel-X710' and
26226            '64B' and
26227            ('BASE' or 'SCALE') and
26228            'NDRPDR' and
26229            'ETH' and
26230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26231            not 'VHOST' and
26232            not 'MEMIF' and
26233            not 'DRV_AVF'"
26234   parameters:
26235   - "throughput"
26236   - "parent"
26237   - "tags"
26238   sort:
26239   - "L2PATCH"
26240   - "L2XCFWD"
26241   - "L2BDMACLRN"
26242   - "FIB_10K"
26243   - "FIB_100K"
26244   - "FIB_1M"
26245   layout:
26246     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26247     layout: "plot-throughput-speedup-analysis"
26248
26249 - type: "plot"
26250   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26251   algorithm: "plot_throughput_speedup_analysis"
26252   output-file-type: ".html"
26253   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26255   filter: "'NIC_Intel-X710' and
26256            '64B' and
26257            ('BASE' or 'SCALE') and
26258            'NDRPDR' and
26259            'ETH' and
26260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26261            not 'VHOST' and
26262            not 'MEMIF' and
26263            not 'DRV_AVF'"
26264   parameters:
26265   - "throughput"
26266   - "parent"
26267   - "tags"
26268   sort:
26269   - "L2PATCH"
26270   - "L2XCFWD"
26271   - "L2BDMACLRN"
26272   - "FIB_10K"
26273   - "FIB_100K"
26274   - "FIB_1M"
26275   layout:
26276     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26277     layout: "plot-throughput-speedup-analysis"
26278
26279 # Speedup - VPP L2 3n-hsw-x710 features
26280 - type: "plot"
26281   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26282   algorithm: "plot_throughput_speedup_analysis"
26283   output-file-type: ".html"
26284   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26286   filter: "'NIC_Intel-X710' and
26287            '64B' and
26288            'NDRPDR' and
26289            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26290            not 'ACL' and
26291            not 'VHOST' and
26292            not 'L2OVRLAY' and
26293            not 'MEMIF'"
26294   parameters:
26295   - "throughput"
26296   - "parent"
26297   - "tags"
26298   sort:
26299   - "L2XCBASE"    # l2xcbase
26300   - "L2BDBASE"    # l2bdbase
26301   - "L2XCFWD"     # dot1q-l2xcbase
26302   - "L2BDMACLRN"  # dot1q-l2bdbase
26303   layout:
26304     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26305     layout: "plot-throughput-speedup-analysis"
26306
26307 - type: "plot"
26308   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26309   algorithm: "plot_throughput_speedup_analysis"
26310   output-file-type: ".html"
26311   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26313   filter: "'NIC_Intel-X710' and
26314            '64B' and
26315            'NDRPDR' and
26316            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26317            not 'ACL' and
26318            not 'VHOST' and
26319            not 'L2OVRLAY' and
26320            not 'MEMIF'"
26321   parameters:
26322   - "throughput"
26323   - "parent"
26324   - "tags"
26325   sort:
26326   - "L2XCBASE"    # l2xcbase
26327   - "L2BDBASE"    # l2bdbase
26328   - "L2XCFWD"     # dot1q-l2xcbase
26329   - "L2BDMACLRN"  # dot1q-l2bdbase
26330   layout:
26331     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26332     layout: "plot-throughput-speedup-analysis"
26333
26334 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26335 - type: "plot"
26336   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26337   algorithm: "plot_throughput_speedup_analysis"
26338   output-file-type: ".html"
26339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26341   filter: "'NIC_Intel-X710' and
26342            'NDRPDR' and
26343            '64B' and
26344            'FEATURE' and
26345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26346            'IACL' and
26347            ('ACL1' or 'ACL50') and
26348            ('10K_FLOWS' or '10k_FLOWS') and
26349            not 'MACIP' and
26350            not 'VHOST' and
26351            not 'MEMIF'"
26352   parameters:
26353   - "throughput"
26354   - "parent"
26355   - "tags"
26356   layout:
26357     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26358     layout: "plot-throughput-speedup-analysis"
26359
26360 - type: "plot"
26361   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26362   algorithm: "plot_throughput_speedup_analysis"
26363   output-file-type: ".html"
26364   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26366   filter: "'NIC_Intel-X710' and
26367            'NDRPDR' and
26368            '64B' and
26369            'FEATURE' and
26370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26371            'IACL' and
26372            ('ACL1' or 'ACL50') and
26373            ('10K_FLOWS' or '10k_FLOWS') and
26374            not 'MACIP' and
26375            not 'VHOST' and
26376            not 'MEMIF'"
26377   parameters:
26378   - "throughput"
26379   - "parent"
26380   - "tags"
26381   layout:
26382     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26383     layout: "plot-throughput-speedup-analysis"
26384
26385 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26386 - type: "plot"
26387   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26388   algorithm: "plot_throughput_speedup_analysis"
26389   output-file-type: ".html"
26390   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26392   filter: "'NIC_Intel-XL710' and
26393            '64B' and
26394            'BASE' and
26395            'NDRPDR' and
26396            'ETH' and
26397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26398            not 'VHOST' and
26399            not 'MEMIF'"
26400   parameters:
26401   - "throughput"
26402   - "parent"
26403   - "tags"
26404   sort:
26405   - "L2PATCH"
26406   - "L2XCFWD"
26407   - "L2BDMACLRN"
26408   layout:
26409     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26410     layout: "plot-throughput-speedup-analysis"
26411
26412 - type: "plot"
26413   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26414   algorithm: "plot_throughput_speedup_analysis"
26415   output-file-type: ".html"
26416   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26418   filter: "'NIC_Intel-XL710' and
26419            '64B' and
26420            'BASE' and
26421            'NDRPDR' and
26422            'ETH' and
26423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26424            not 'VHOST' and
26425            not 'MEMIF'"
26426   parameters:
26427   - "throughput"
26428   - "parent"
26429   - "tags"
26430   sort:
26431   - "L2PATCH"
26432   - "L2XCFWD"
26433   - "L2BDMACLRN"
26434   layout:
26435     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26436     layout: "plot-throughput-speedup-analysis"
26437
26438 # Speedup - VPP L2 3n-skx-x710 base and scale
26439 - type: "plot"
26440   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26441   algorithm: "plot_throughput_speedup_analysis"
26442   output-file-type: ".html"
26443   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26445   filter: "'NIC_Intel-X710' and
26446            '64B' and
26447            ('BASE' or 'SCALE') and
26448            'NDRPDR' and
26449            'ETH' and
26450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26451            not 'VHOST' and
26452            not 'DRV_AVF' and
26453            not 'MEMIF'"
26454   parameters:
26455   - "throughput"
26456   - "parent"
26457   - "tags"
26458   sort:
26459   - "L2PATCH"
26460   - "L2XCBASE"
26461   - "BASE"
26462   - "FIB_10K"
26463   - "FIB_100K"
26464   - "FIB_1M"
26465   layout:
26466     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26467     layout: "plot-throughput-speedup-analysis"
26468
26469 - type: "plot"
26470   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26471   algorithm: "plot_throughput_speedup_analysis"
26472   output-file-type: ".html"
26473   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26475   filter: "'NIC_Intel-X710' and
26476            '64B' and
26477            ('BASE' or 'SCALE') and
26478            'NDRPDR' and
26479            'ETH' and
26480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26481            not 'VHOST' and
26482            not 'DRV_AVF' and
26483            not 'MEMIF'"
26484   parameters:
26485   - "throughput"
26486   - "parent"
26487   - "tags"
26488   sort:
26489   - "L2PATCH"
26490   - "L2XCBASE"
26491   - "BASE"
26492   - "FIB_10K"
26493   - "FIB_100K"
26494   - "FIB_1M"
26495   layout:
26496     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26497     layout: "plot-throughput-speedup-analysis"
26498
26499 # Speedup - VPP L2 3n-skx-x710 features
26500 - type: "plot"
26501   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26502   algorithm: "plot_throughput_speedup_analysis"
26503   output-file-type: ".html"
26504   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26506   filter: "'NIC_Intel-X710' and
26507            '64B' and
26508            'NDRPDR' and
26509            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26510            not 'ACL' and
26511            not 'VHOST' and
26512            not 'DRV_AVF' and
26513            not 'L2OVRLAY' and
26514            not 'MEMIF'"
26515   parameters:
26516   - "throughput"
26517   - "parent"
26518   - "tags"
26519   sort:
26520   - "L2XCBASE"    # l2xcbase
26521   - "L2BDBASE"    # l2bdbase
26522   - "L2XCFWD"     # dot1q-l2xcbase
26523   - "L2BDMACLRN"  # dot1q-l2bdbase
26524   layout:
26525     title: "l2sw-3n-skx-x710-64b-features-ndr"
26526     layout: "plot-throughput-speedup-analysis"
26527
26528 - type: "plot"
26529   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26530   algorithm: "plot_throughput_speedup_analysis"
26531   output-file-type: ".html"
26532   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26534   filter: "'NIC_Intel-X710' and
26535            '64B' and
26536            'NDRPDR' and
26537            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26538            not 'ACL' and
26539            not 'VHOST' and
26540            not 'DRV_AVF' and
26541            not 'L2OVRLAY' and
26542            not 'MEMIF'"
26543   parameters:
26544   - "throughput"
26545   - "parent"
26546   - "tags"
26547   sort:
26548   - "L2XCBASE"    # l2xcbase
26549   - "L2BDBASE"    # l2bdbase
26550   - "L2XCFWD"     # dot1q-l2xcbase
26551   - "L2BDMACLRN"  # dot1q-l2bdbase
26552   layout:
26553     title: "l2sw-3n-skx-x710-64b-features-pdr"
26554     layout: "plot-throughput-speedup-analysis"
26555
26556 # Speedup - VPP L2 3n-skx-x710 features-iacl
26557 - type: "plot"
26558   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26559   algorithm: "plot_throughput_speedup_analysis"
26560   output-file-type: ".html"
26561   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26563   filter: "'NIC_Intel-X710' and
26564            'NDRPDR' and
26565            '64B' and
26566            'FEATURE' and
26567            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26568            'IACL' and
26569            ('ACL1' or 'ACL50') and
26570            ('10K_FLOWS' or '10k_FLOWS') and
26571            not 'MACIP' and
26572            not 'VHOST' and
26573            not 'MEMIF'"
26574   parameters:
26575   - "throughput"
26576   - "parent"
26577   - "tags"
26578   layout:
26579     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26580     layout: "plot-throughput-speedup-analysis"
26581
26582 - type: "plot"
26583   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26584   algorithm: "plot_throughput_speedup_analysis"
26585   output-file-type: ".html"
26586   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26588   filter: "'NIC_Intel-X710' and
26589            'NDRPDR' and
26590            '64B' and
26591            'FEATURE' and
26592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26593            'IACL' and
26594            ('ACL1' or 'ACL50') and
26595            ('10K_FLOWS' or '10k_FLOWS') and
26596            not 'MACIP' and
26597            not 'VHOST' and
26598            not 'MEMIF'"
26599   parameters:
26600   - "throughput"
26601   - "parent"
26602   - "tags"
26603   layout:
26604     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26605     layout: "plot-throughput-speedup-analysis"
26606
26607 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26608 - type: "plot"
26609   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26610   algorithm: "plot_throughput_speedup_analysis"
26611   output-file-type: ".html"
26612   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26614   filter: "'NIC_Intel-XXV710' and
26615            '64B' and
26616            ('BASE' or 'SCALE') and
26617            'NDRPDR' and
26618            'ETH' and
26619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26620            not 'DRV_AVF' and
26621            not 'VHOST' and
26622            not 'MEMIF'"
26623   parameters:
26624   - "throughput"
26625   - "parent"
26626   - "tags"
26627 #  sort:
26628 #  - "L2PATCH"
26629 #  - "L2PATCH"
26630 #  - "L2XCBASE"
26631 #  - "L2BDMACLRN"
26632   layout:
26633     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26634     layout: "plot-throughput-speedup-analysis"
26635
26636 - type: "plot"
26637   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26638   algorithm: "plot_throughput_speedup_analysis"
26639   output-file-type: ".html"
26640   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26642   filter: "'NIC_Intel-XXV710' and
26643            '64B' and
26644            ('BASE' or 'SCALE') and
26645            'NDRPDR' and
26646            'ETH' and
26647            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26648            not 'DRV_AVF' and
26649            not 'VHOST' and
26650            not 'MEMIF'"
26651   parameters:
26652   - "throughput"
26653   - "parent"
26654   - "tags"
26655 #  sort:
26656 #  - "L2PATCH"
26657 #  - "L2PATCH"
26658 #  - "L2XCBASE"
26659 #  - "L2BDMACLRN"
26660   layout:
26661     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26662     layout: "plot-throughput-speedup-analysis"
26663
26664 # Speedup - VPP L2 2n-skx-x710 base and scale
26665 - type: "plot"
26666   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26667   algorithm: "plot_throughput_speedup_analysis"
26668   output-file-type: ".html"
26669   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26671   filter: "'NIC_Intel-X710' and
26672            '64B' and
26673            ('BASE' or 'SCALE') and
26674            'NDRPDR' and
26675            'ETH' and
26676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26677            not 'VHOST' and
26678            not 'MEMIF'"
26679   parameters:
26680   - "throughput"
26681   - "parent"
26682   - "tags"
26683   sort:
26684   - "L2PATCH"
26685   - "L2XCBASE"
26686   - "BASE"
26687   - "FIB_10K"
26688   - "FIB_100K"
26689   - "FIB_1M"
26690   layout:
26691     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26692     layout: "plot-throughput-speedup-analysis"
26693
26694 - type: "plot"
26695   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26696   algorithm: "plot_throughput_speedup_analysis"
26697   output-file-type: ".html"
26698   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26700   filter: "'NIC_Intel-X710' and
26701            '64B' and
26702            ('BASE' or 'SCALE') and
26703            'NDRPDR' and
26704            'ETH' and
26705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26706            not 'VHOST' and
26707            not 'MEMIF'"
26708   parameters:
26709   - "throughput"
26710   - "parent"
26711   - "tags"
26712   sort:
26713   - "L2PATCH"
26714   - "L2XCBASE"
26715   - "BASE"
26716   - "FIB_10K"
26717   - "FIB_100K"
26718   - "FIB_1M"
26719   layout:
26720     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26721     layout: "plot-throughput-speedup-analysis"
26722
26723 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26724 - type: "plot"
26725   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26726   algorithm: "plot_throughput_speedup_analysis"
26727   output-file-type: ".html"
26728   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26730   filter: "'NIC_Intel-XXV710' and
26731            '64B' and
26732            ('BASE' or 'SCALE') and
26733            'NDRPDR' and
26734            'ETH' and
26735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26736            not 'VHOST' and
26737            not 'MEMIF'"
26738   parameters:
26739   - "throughput"
26740   - "parent"
26741   - "tags"
26742   sort:
26743   - "L2PATCH"
26744   - "L2XCBASE"
26745   - "BASE"
26746   - "FIB_10K"
26747   - "FIB_100K"
26748   - "FIB_1M"
26749   layout:
26750     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26751     layout: "plot-throughput-speedup-analysis"
26752
26753 - type: "plot"
26754   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26755   algorithm: "plot_throughput_speedup_analysis"
26756   output-file-type: ".html"
26757   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26759   filter: "'NIC_Intel-XXV710' and
26760            '64B' and
26761            ('BASE' or 'SCALE') and
26762            'NDRPDR' and
26763            'ETH' and
26764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26765            not 'VHOST' and
26766            not 'MEMIF'"
26767   parameters:
26768   - "throughput"
26769   - "parent"
26770   - "tags"
26771   sort:
26772   - "L2PATCH"
26773   - "L2XCBASE"
26774   - "BASE"
26775   - "FIB_10K"
26776   - "FIB_100K"
26777   - "FIB_1M"
26778   layout:
26779     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26780     layout: "plot-throughput-speedup-analysis"
26781
26782 ## Speedup - VPP L2 2n-dnv-x553 base
26783 #- type: "plot"
26784 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26785 #  algorithm: "plot_throughput_speedup_analysis"
26786 #  output-file-type: ".html"
26787 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26788 #  data: "intel-dnv-vpp"
26789 #  filter: "'NIC_Intel-X553' and
26790 #           '64B' and
26791 #           ('BASE' or 'SCALE') and
26792 #           'NDRPDR' and
26793 #           'ETH' and
26794 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26795 #           not 'VHOST' and
26796 #           not 'MEMIF'"
26797 #  parameters:
26798 #  - "throughput"
26799 #  - "parent"
26800 #  - "tags"
26801 #  sort:
26802 #  - "L2XCBASE"
26803 #  - "L2BDMACLRN"
26804 #  - "L2PATCH"
26805 #  layout:
26806 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26807 #    layout: "plot-throughput-speedup-analysis"
26808 #
26809 #- type: "plot"
26810 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26811 #  algorithm: "plot_throughput_speedup_analysis"
26812 #  output-file-type: ".html"
26813 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26814 #  data: "intel-dnv-vpp"
26815 #  filter: "'NIC_Intel-X553' and
26816 #           '64B' and
26817 #           ('BASE' or 'SCALE') and
26818 #           'NDRPDR' and
26819 #           'ETH' and
26820 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26821 #           not 'VHOST' and
26822 #           not 'MEMIF'"
26823 #  parameters:
26824 #  - "throughput"
26825 #  - "parent"
26826 #  - "tags"
26827 #  sort:
26828 #  - "L2XCBASE"
26829 #  - "L2BDMACLRN"
26830 #  - "L2PATCH"
26831 #  layout:
26832 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26833 #    layout: "plot-throughput-speedup-analysis"
26834
26835 ################################################################################
26836
26837 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26838 - type: "plot"
26839   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26840   algorithm: "plot_throughput_speedup_analysis"
26841   output-file-type: ".html"
26842   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26844   filter: "'NIC_Intel-X520-DA2' and
26845            '64B' and
26846            'NDRPDR' and
26847            'ETH' and
26848            'IP4FWD' and
26849            'VHOST_1024' and
26850            not 'VXLAN' and
26851            not 'DOT1Q'"
26852   parameters:
26853   - "throughput"
26854   - "parent"
26855   - "tags"
26856   sort:
26857   - "not CFS_OPT"
26858   - "1VM"
26859   - "2VM"
26860   layout:
26861     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26862     layout: "plot-throughput-speedup-analysis"
26863
26864 - type: "plot"
26865   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26866   algorithm: "plot_throughput_speedup_analysis"
26867   output-file-type: ".html"
26868   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26869   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26870   filter: "'NIC_Intel-X520-DA2' and
26871            '64B' and
26872            'NDRPDR' and
26873            'ETH' and
26874            'IP4FWD' and
26875            'VHOST_1024' and
26876            not 'VXLAN' and
26877            not 'DOT1Q'"
26878   parameters:
26879   - "throughput"
26880   - "parent"
26881   - "tags"
26882   sort:
26883   - "not CFS_OPT"
26884   - "1VM"
26885   - "2VM"
26886   layout:
26887     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26888     layout: "plot-throughput-speedup-analysis"
26889
26890 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26891 - type: "plot"
26892   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26893   algorithm: "plot_throughput_speedup_analysis"
26894   output-file-type: ".html"
26895   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26897   filter: "'NIC_Intel-X520-DA2' and
26898            '64B' and
26899            'NDRPDR' and
26900            ('ETH' or 'DOT1Q') and
26901            'BASE' and
26902            ('L2BDMACLRN' or 'L2XCFWD') and
26903            'VHOST_1024' and
26904            not 'VXLAN' and
26905            not 'IP4FWD' and
26906            not '2VM'"
26907   parameters:
26908   - "throughput"
26909   - "parent"
26910   - "tags"
26911   sort:
26912   - "L2BDMACLRN"
26913   - "L2BDMACLRN"
26914   - "L2BDMACLRN"
26915   - "L2XCFWD"
26916   - "L2XCFWD"
26917   - "L2XCFWD"
26918   layout:
26919     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26920     layout: "plot-throughput-speedup-analysis"
26921
26922 - type: "plot"
26923   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26924   algorithm: "plot_throughput_speedup_analysis"
26925   output-file-type: ".html"
26926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26928   filter: "'NIC_Intel-X520-DA2' and
26929            '64B' and
26930            'NDRPDR' and
26931            ('ETH' or 'DOT1Q') and
26932            'BASE' and
26933            ('L2BDMACLRN' or 'L2XCFWD') and
26934            'VHOST_1024' and
26935            not 'VXLAN' and
26936            not 'IP4FWD' and
26937            not '2VM'"
26938   parameters:
26939   - "throughput"
26940   - "parent"
26941   - "tags"
26942   sort:
26943   - "L2BDMACLRN"
26944   - "L2BDMACLRN"
26945   - "L2BDMACLRN"
26946   - "L2XCFWD"
26947   - "L2XCFWD"
26948   - "L2XCFWD"
26949   layout:
26950     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26951     layout: "plot-throughput-speedup-analysis"
26952
26953 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26954 - type: "plot"
26955   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26956   algorithm: "plot_throughput_speedup_analysis"
26957   output-file-type: ".html"
26958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26960   filter: "'NIC_Intel-X520-DA2' and
26961            '64B' and
26962            'NDRPDR' and
26963            ('ETH' or 'DOT1Q') and
26964            ('L2BDMACLRN' or 'L2XCFWD') and
26965            'VHOST_1024' and
26966            not 'CFS_OPT' and
26967            not 'DOT1Q' and
26968            not 'VXLAN' and
26969            not 'IP4FWD' and
26970            not 'LBOND'"
26971   parameters:
26972   - "throughput"
26973   - "parent"
26974   - "tags"
26975 #  sort:
26976 #  - "1VM"
26977 #  - "L2XCFWD"
26978 #  - "1VM"
26979 #  - "L2BDMACLRN"
26980   layout:
26981     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26982     layout: "plot-throughput-speedup-analysis"
26983
26984 - type: "plot"
26985   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26986   algorithm: "plot_throughput_speedup_analysis"
26987   output-file-type: ".html"
26988   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26990   filter: "'NIC_Intel-X520-DA2' and
26991            '64B' and
26992            'NDRPDR' and
26993            ('ETH' or 'DOT1Q') and
26994            ('L2BDMACLRN' or 'L2XCFWD') and
26995            'VHOST_1024' and
26996            not 'CFS_OPT' and
26997            not 'DOT1Q' and
26998            not 'VXLAN' and
26999            not 'IP4FWD' and
27000            not 'LBOND'"
27001   parameters:
27002   - "throughput"
27003   - "parent"
27004   - "tags"
27005 #  sort:
27006 #  - "1VM"
27007 #  - "L2XCFWD"
27008 #  - "1VM"
27009 #  - "L2BDMACLRN"
27010   layout:
27011     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27012     layout: "plot-throughput-speedup-analysis"
27013
27014 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27015 - type: "plot"
27016   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27017   algorithm: "plot_throughput_speedup_analysis"
27018   output-file-type: ".html"
27019   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27021   filter: "'NIC_Intel-X710' and
27022            '64B' and
27023            'NDRPDR' and
27024            'ETH' and
27025            'IP4FWD' and
27026            'VHOST_1024' and
27027            not 'VXLAN' and
27028            not 'CFS_OPT' and
27029            not 'DOT1Q'"
27030   parameters:
27031   - "throughput"
27032   - "parent"
27033   - "tags"
27034   sort:
27035   - "1VM"
27036   - "2VM"
27037   layout:
27038     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27039     layout: "plot-throughput-speedup-analysis"
27040
27041 - type: "plot"
27042   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27043   algorithm: "plot_throughput_speedup_analysis"
27044   output-file-type: ".html"
27045   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27047   filter: "'NIC_Intel-X710' and
27048            '64B' and
27049            'NDRPDR' and
27050            'ETH' and
27051            'IP4FWD' and
27052            'VHOST_1024' and
27053            not 'VXLAN' and
27054            not 'CFS_OPT' and
27055            not 'DOT1Q'"
27056   parameters:
27057   - "throughput"
27058   - "parent"
27059   - "tags"
27060   sort:
27061   - "1VM"
27062   - "2VM"
27063   layout:
27064     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27065     layout: "plot-throughput-speedup-analysis"
27066
27067 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27068 - type: "plot"
27069   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27070   algorithm: "plot_throughput_speedup_analysis"
27071   output-file-type: ".html"
27072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27074   filter: "'NIC_Intel-X710' and
27075            '64B' and
27076            'NDRPDR' and
27077            ('ETH' or 'DOT1Q') and
27078            'BASE' and
27079            ('L2BDMACLRN' or 'L2XCFWD') and
27080            'VHOST_1024' and
27081            not 'VXLAN' and
27082            not 'IP4FWD' and
27083            not '2VM'"
27084   parameters:
27085   - "throughput"
27086   - "parent"
27087   - "tags"
27088   sort:
27089   - "L2BDMACLRN"
27090   - "L2BDMACLRN"
27091   - "L2BDMACLRN"
27092   - "L2XCFWD"
27093   - "L2XCFWD"
27094   - "L2XCFWD"
27095   layout:
27096     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27097     layout: "plot-throughput-speedup-analysis"
27098
27099 - type: "plot"
27100   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27101   algorithm: "plot_throughput_speedup_analysis"
27102   output-file-type: ".html"
27103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27105   filter: "'NIC_Intel-X710' and
27106            '64B' and
27107            'NDRPDR' and
27108            ('ETH' or 'DOT1Q') and
27109            'BASE' and
27110            ('L2BDMACLRN' or 'L2XCFWD') and
27111            'VHOST_1024' and
27112            not 'VXLAN' and
27113            not 'IP4FWD' and
27114            not '2VM'"
27115   parameters:
27116   - "throughput"
27117   - "parent"
27118   - "tags"
27119   sort:
27120   - "L2BDMACLRN"
27121   - "L2BDMACLRN"
27122   - "L2BDMACLRN"
27123   - "L2XCFWD"
27124   - "L2XCFWD"
27125   - "L2XCFWD"
27126   layout:
27127     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27128     layout: "plot-throughput-speedup-analysis"
27129
27130 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27131 - type: "plot"
27132   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27133   algorithm: "plot_throughput_speedup_analysis"
27134   output-file-type: ".html"
27135   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27137   filter: "'NIC_Intel-X710' and
27138            '64B' and
27139            'NDRPDR' and
27140            ('ETH' or 'DOT1Q') and
27141            ('L2BDMACLRN' or 'L2XCFWD') and
27142            'VHOST_1024' and
27143            not 'CFS_OPT' and
27144            not 'VXLAN' and
27145            not 'IP4FWD' and
27146            not 'LBOND'"
27147   parameters:
27148   - "throughput"
27149   - "parent"
27150   - "tags"
27151   sort:
27152   - "L2BDMACLRN"
27153   - "L2BDMACLRN"
27154   - "L2BDMACLRN"
27155   - "L2XCFWD"
27156   - "L2XCFWD"
27157   - "L2XCFWD"
27158   layout:
27159     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27160     layout: "plot-throughput-speedup-analysis"
27161
27162 - type: "plot"
27163   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27164   algorithm: "plot_throughput_speedup_analysis"
27165   output-file-type: ".html"
27166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27168   filter: "'NIC_Intel-X710' and
27169            '64B' and
27170            'NDRPDR' and
27171            ('ETH' or 'DOT1Q') and
27172            ('L2BDMACLRN' or 'L2XCFWD') and
27173            'VHOST_1024' and
27174            not 'CFS_OPT' and
27175            not 'VXLAN' and
27176            not 'IP4FWD' and
27177            not 'LBOND'"
27178   parameters:
27179   - "throughput"
27180   - "parent"
27181   - "tags"
27182   sort:
27183   - "L2BDMACLRN"
27184   - "L2BDMACLRN"
27185   - "L2BDMACLRN"
27186   - "L2XCFWD"
27187   - "L2XCFWD"
27188   - "L2XCFWD"
27189   layout:
27190     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27191     layout: "plot-throughput-speedup-analysis"
27192
27193 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27194 - type: "plot"
27195   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27196   algorithm: "plot_throughput_speedup_analysis"
27197   output-file-type: ".html"
27198   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27200   filter: "'NIC_Intel-X710' and
27201            '64B' and
27202            'NDRPDR' and
27203            'ETH' and
27204            'IP4FWD' and
27205            'VHOST_1024' and
27206            not 'VXLAN' and
27207            not 'DOT1Q'"
27208   parameters:
27209   - "throughput"
27210   - "parent"
27211   - "tags"
27212   sort:
27213   - "1VM"
27214   - "2VM"
27215   layout:
27216     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27217     layout: "plot-throughput-speedup-analysis"
27218
27219 - type: "plot"
27220   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27221   algorithm: "plot_throughput_speedup_analysis"
27222   output-file-type: ".html"
27223   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27225   filter: "'NIC_Intel-X710' and
27226            '64B' and
27227            'NDRPDR' and
27228            'ETH' and
27229            'IP4FWD' and
27230            'VHOST_1024' and
27231            not 'VXLAN' and
27232            not 'DOT1Q'"
27233   parameters:
27234   - "throughput"
27235   - "parent"
27236   - "tags"
27237   sort:
27238   - "1VM"
27239   - "2VM"
27240   layout:
27241     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27242     layout: "plot-throughput-speedup-analysis"
27243
27244 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27245 - type: "plot"
27246   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27247   algorithm: "plot_throughput_speedup_analysis"
27248   output-file-type: ".html"
27249   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27251   filter: "'NIC_Intel-X710' and
27252            '64B' and
27253            'NDRPDR' and
27254            'ETH' and
27255            'IP4FWD' and
27256            'VHOST_1024' and
27257            not 'VXLAN' and
27258            not 'NF_DENSITY' and
27259            not 'CFS_OPT' and
27260            not 'DOT1Q'"
27261   parameters:
27262   - "throughput"
27263   - "parent"
27264   - "tags"
27265   sort:
27266   - "1VM"
27267   - "2VM"
27268   layout:
27269     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27270     layout: "plot-throughput-speedup-analysis"
27271
27272 - type: "plot"
27273   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27274   algorithm: "plot_throughput_speedup_analysis"
27275   output-file-type: ".html"
27276   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27277   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27278   filter: "'NIC_Intel-X710' and
27279            '64B' and
27280            'NDRPDR' and
27281            'ETH' and
27282            'IP4FWD' and
27283            'VHOST_1024' and
27284            not 'VXLAN' and
27285            not 'NF_DENSITY' and
27286            not 'CFS_OPT' and
27287            not 'DOT1Q'"
27288   parameters:
27289   - "throughput"
27290   - "parent"
27291   - "tags"
27292   sort:
27293   - "1VM"
27294   - "2VM"
27295   layout:
27296     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27297     layout: "plot-throughput-speedup-analysis"
27298
27299 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27300 - type: "plot"
27301   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27302   algorithm: "plot_throughput_speedup_analysis"
27303   output-file-type: ".html"
27304   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27306   filter: "'NIC_Intel-X710' and
27307            '64B' and
27308            'NDRPDR' and
27309            ('ETH' or 'DOT1Q') and
27310            'BASE' and
27311            ('L2BDMACLRN' or 'L2XCFWD') and
27312            'VHOST_1024' and
27313            not 'VXLAN' and
27314            not 'NF_DENSITY' and
27315            not 'IP4FWD' and
27316            not '2VM'"
27317   parameters:
27318   - "throughput"
27319   - "parent"
27320   - "tags"
27321 #  sort:
27322 #  - "not CFS_OPT"
27323 #  - "L2XCFWD"
27324 #  - "not CFS_OPT"
27325 #  - "CFS_OPT"
27326   layout:
27327     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27328     layout: "plot-throughput-speedup-analysis"
27329
27330 - type: "plot"
27331   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27332   algorithm: "plot_throughput_speedup_analysis"
27333   output-file-type: ".html"
27334   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27336   filter: "'NIC_Intel-X710' and
27337            '64B' and
27338            'NDRPDR' and
27339            ('ETH' or 'DOT1Q') and
27340            'BASE' and
27341            ('L2BDMACLRN' or 'L2XCFWD') and
27342            'VHOST_1024' and
27343            not 'VXLAN' and
27344            not 'NF_DENSITY' and
27345            not 'IP4FWD' and
27346            not '2VM'"
27347   parameters:
27348   - "throughput"
27349   - "parent"
27350   - "tags"
27351 #  sort:
27352 #  - "not CFS_OPT"
27353 #  - "L2XCFWD"
27354 #  - "not CFS_OPT"
27355 #  - "CFS_OPT"
27356   layout:
27357     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27358     layout: "plot-throughput-speedup-analysis"
27359
27360 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27361 - type: "plot"
27362   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27363   algorithm: "plot_throughput_speedup_analysis"
27364   output-file-type: ".html"
27365   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27367   filter: "'NIC_Intel-X710' and
27368            '64B' and
27369            'NDRPDR' and
27370            ('ETH' or 'DOT1Q') and
27371            ('L2BDMACLRN' or 'L2XCFWD') and
27372            'VHOST_1024' and
27373            not 'CFS_OPT' and
27374            not 'VXLAN' and
27375            not 'NF_DENSITY' and
27376            not 'DOT1Q' and
27377            not 'IP4FWD'"
27378   parameters:
27379   - "throughput"
27380   - "parent"
27381   - "tags"
27382 #  sort:
27383 #  - "1VM"
27384 #  - "L2XCFWD"
27385 #  - "1VM"
27386 #  - "L2BDMACLRN"
27387   layout:
27388     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27389     layout: "plot-throughput-speedup-analysis"
27390
27391 - type: "plot"
27392   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27393   algorithm: "plot_throughput_speedup_analysis"
27394   output-file-type: ".html"
27395   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27397   filter: "'NIC_Intel-X710' and
27398            '64B' and
27399            'NDRPDR' and
27400            ('ETH' or 'DOT1Q') and
27401            ('L2BDMACLRN' or 'L2XCFWD') and
27402            'VHOST_1024' and
27403            not 'CFS_OPT' and
27404            not 'VXLAN' and
27405            not 'NF_DENSITY' and
27406            not 'DOT1Q' and
27407            not 'IP4FWD'"
27408   parameters:
27409   - "throughput"
27410   - "parent"
27411   - "tags"
27412 #  sort:
27413 #  - "1VM"
27414 #  - "L2XCFWD"
27415 #  - "1VM"
27416 #  - "L2BDMACLRN"
27417   layout:
27418     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27419     layout: "plot-throughput-speedup-analysis"
27420
27421 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27422 - type: "plot"
27423   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27424   algorithm: "plot_throughput_speedup_analysis"
27425   output-file-type: ".html"
27426   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27428   filter: "'NIC_Intel-XXV710' and
27429            '64B' and
27430            'NDRPDR' and
27431            'ETH' and
27432            'IP4FWD' and
27433            'VHOST_1024' and
27434            not 'VXLAN' and
27435            not 'CFS_OPT' and
27436            not 'DOT1Q'"
27437   parameters:
27438   - "throughput"
27439   - "parent"
27440   - "tags"
27441   sort:
27442   - "not CFS_OPT"
27443   - "1VM"
27444   - "2VM"
27445   layout:
27446     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27447     layout: "plot-throughput-speedup-analysis"
27448
27449 - type: "plot"
27450   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27451   algorithm: "plot_throughput_speedup_analysis"
27452   output-file-type: ".html"
27453   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27455   filter: "'NIC_Intel-XXV710' and
27456            '64B' and
27457            'NDRPDR' and
27458            'ETH' and
27459            'IP4FWD' and
27460            'VHOST_1024' and
27461            not 'VXLAN' and
27462            not 'CFS_OPT' and
27463            not 'DOT1Q'"
27464   parameters:
27465   - "throughput"
27466   - "parent"
27467   - "tags"
27468   sort:
27469   - "not CFS_OPT"
27470   - "1VM"
27471   - "2VM"
27472   layout:
27473     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27474     layout: "plot-throughput-speedup-analysis"
27475
27476 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27477 #- type: "plot"
27478 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27479 #  algorithm: "plot_throughput_speedup_analysis"
27480 #  output-file-type: ".html"
27481 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27482 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27483 #  filter: "'NIC_Intel-XXV710' and
27484 #           '64B' and
27485 #           'NDRPDR' and
27486 #           ('ETH' or 'DOT1Q') and
27487 #           'BASE' and
27488 #           ('L2BDMACLRN' or 'L2XCFWD') and
27489 #           'VHOST_1024' and
27490 #           not 'VXLAN' and
27491 #           not 'IP4FWD' and
27492 #           not '2VM'"
27493 #  parameters:
27494 #  - "throughput"
27495 #  - "parent"
27496 #  - "tags"
27497 ##  sort:
27498 ##  - "not CFS_OPT"
27499 ##  - "L2XCFWD"
27500 ##  - "not CFS_OPT"
27501 ##  - "CFS_OPT"
27502 #  layout:
27503 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27504 #    layout: "plot-throughput-speedup-analysis"
27505 #
27506 #- type: "plot"
27507 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27508 #  algorithm: "plot_throughput_speedup_analysis"
27509 #  output-file-type: ".html"
27510 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27511 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27512 #  filter: "'NIC_Intel-XXV710' and
27513 #           '64B' and
27514 #           'NDRPDR' and
27515 #           ('ETH' or 'DOT1Q') and
27516 #           'BASE' and
27517 #           ('L2BDMACLRN' or 'L2XCFWD') and
27518 #           'VHOST_1024' and
27519 #           not 'VXLAN' and
27520 #           not 'IP4FWD' and
27521 #           not '2VM'"
27522 #  parameters:
27523 #  - "throughput"
27524 #  - "parent"
27525 #  - "tags"
27526 ##  sort:
27527 ##  - "not CFS_OPT"
27528 ##  - "L2XCFWD"
27529 ##  - "not CFS_OPT"
27530 ##  - "CFS_OPT"
27531 #  layout:
27532 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27533 #    layout: "plot-throughput-speedup-analysis"
27534 #
27535 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27536 #- type: "plot"
27537 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27538 #  algorithm: "plot_throughput_speedup_analysis"
27539 #  output-file-type: ".html"
27540 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27541 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27542 #  filter: "'NIC_Intel-XXV710' and
27543 #           '64B' and
27544 #           'NDRPDR' and
27545 #           ('ETH' or 'DOT1Q') and
27546 #           ('L2BDMACLRN' or 'L2XCFWD') and
27547 #           'VHOST_1024' and
27548 #           not 'CFS_OPT' and
27549 #           not 'VXLAN' and
27550 #           not 'DOT1Q' and
27551 #           not 'IP4FWD'"
27552 #  parameters:
27553 #  - "throughput"
27554 #  - "parent"
27555 #  - "tags"
27556 ##  sort:
27557 ##  - "1VM"
27558 ##  - "L2XCFWD"
27559 ##  - "1VM"
27560 ##  - "L2BDMACLRN"
27561 #  layout:
27562 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27563 #    layout: "plot-throughput-speedup-analysis"
27564 #
27565 #- type: "plot"
27566 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27567 #  algorithm: "plot_throughput_speedup_analysis"
27568 #  output-file-type: ".html"
27569 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27570 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27571 #  filter: "'NIC_Intel-XXV710' and
27572 #           '64B' and
27573 #           'NDRPDR' and
27574 #           ('ETH' or 'DOT1Q') and
27575 #           ('L2BDMACLRN' or 'L2XCFWD') and
27576 #           'VHOST_1024' and
27577 #           not 'CFS_OPT' and
27578 #           not 'VXLAN' and
27579 #           not 'DOT1Q' and
27580 #           not 'IP4FWD'"
27581 #  parameters:
27582 #  - "throughput"
27583 #  - "parent"
27584 #  - "tags"
27585 ##  sort:
27586 ##  - "1VM"
27587 ##  - "L2XCFWD"
27588 ##  - "1VM"
27589 ##  - "L2BDMACLRN"
27590 #  layout:
27591 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27592 #    layout: "plot-throughput-speedup-analysis"
27593
27594 ################################################################################
27595
27596 # Speedup - VPP vts 3n-hsw-x520
27597 - type: "plot"
27598   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27599   algorithm: "plot_throughput_speedup_analysis"
27600   output-file-type: ".html"
27601   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27603   filter: "'NIC_Intel-X520-DA2' and
27604            '114B' and
27605            'NDRPDR' and
27606            'VTS'"
27607   parameters:
27608   - "throughput"
27609   - "parent"
27610   - "tags"
27611   layout:
27612     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27613     layout: "plot-throughput-speedup-analysis"
27614
27615 - type: "plot"
27616   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27617   algorithm: "plot_throughput_speedup_analysis"
27618   output-file-type: ".html"
27619   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27621   filter: "'NIC_Intel-X520-DA2' and
27622            '114B' and
27623            'NDRPDR' and
27624            'VTS'"
27625   parameters:
27626   - "throughput"
27627   - "parent"
27628   - "tags"
27629   layout:
27630     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27631     layout: "plot-throughput-speedup-analysis"