CSIT-1500: Add comparison table for SOAK vs NDRPDR
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # TODO: Replace with 1904 data
147 #      # csit-vpp-perf-verify-1904-3n-hsw:
148 #      csit-vpp-perf-verify-1810-3n-hsw:
149 #        - 28  # WRK
150 #        - 29  # WRK
151 #        - 30  # WRK
152 #        - 31  # WRK
153 #        - 32  # WRK
154 #        - 33  # WRK
155 #        - 34  # WRK
156 #        - 35  # WRK
157 #        - 36  # WRK
158 #        - 37  # WRK
159
160 #    plot-ligato-throughput-lat-tsa-3n-hsw:
161 #      # TODO: Replace with 1904 data
162 #      # csit-ligato-perf-verify-1904-3n-hsw:
163 #      csit-ligato-perf-verify-1901-3n-hsw:
164 #        - 8   # NDRPDR sel
165 #        - 9   # NDRPDR sel
166 #        - 11  # NDRPDR sel
167 #        - 12  # NDRPDR sel
168 #        - 13  # NDRPDR sel
169 #        - 14  # NDRPDR sel
170 #        - 15  # NDRPDR sel
171 #        - 16  # NDRPDR sel
172 #        - 17  # NDRPDR sel
173 #        - 18  # NDRPDR sel
174
175     plot-dpdk-throughput-latency-3n-hsw:
176       csit-dpdk-perf-verify-1904-3n-hsw:
177         - 2   # NDRPDR sel
178         - 3   # NDRPDR sel
179         - 5   # NDRPDR sel
180         - 6   # NDRPDR sel
181         - 13  # NDRPDR sel
182         - 14  # NDRPDR sel
183         - 15  # NDRPDR sel
184         - 18  # NDRPDR sel
185         - 19  # NDRPDR sel
186         - 20  # NDRPDR sel
187
188     # 3n-skx
189
190     plot-vpp-throughput-lat-tsa-3n-skx:
191       csit-vpp-perf-verify-1904-3n-skx:
192         - 8   # NDRPDR sel
193         - 9   # NDRPDR sel
194         - 10  # NDRPDR sel
195         - 11  # NDRPDR sel
196         - 12  # NDRPDR sel
197         - 14  # NDRPDR sel
198         - 16  # NDRPDR sel
199         - 21  # NDRPDR sel
200         - 23  # NDRPDR sel
201         - 25  # NDRPDR sel
202
203     plot-dpdk-throughput-latency-3n-skx:
204       csit-dpdk-perf-verify-1904-3n-skx:
205         - 2   # NDRPDR sel
206         - 3   # NDRPDR sel
207         - 4   # NDRPDR sel
208         - 5   # NDRPDR sel
209         - 6   # NDRPDR sel
210         - 7   # NDRPDR sel
211         - 11  # NDRPDR sel
212         - 12  # NDRPDR sel
213         - 13  # NDRPDR sel
214         - 14  # NDRPDR sel
215
216     # 2n-skx
217
218     plot-vpp-throughput-lat-tsa-2n-skx:
219       csit-vpp-perf-verify-1904-2n-skx:
220         - 12  # NDRPDR sel
221         - 14  # NDRPDR sel
222         - 16  # NDRPDR sel
223         - 17  # NDRPDR sel
224         - 18  # NDRPDR sel
225         - 21  # NDRPDR sel
226         - 27  # NDRPDR sel
227         - 30  # NDRPDR sel
228         - 31  # NDRPDR sel
229         - 32  # NDRPDR sel
230
231     plot-vpp-soak-2n-skx:
232       # TODO: Add 1904 data
233       csit-vpp-perf-verify-1904-2n-skx:
234         - 70  # SOAK
235         - 71  # SOAK
236
237     plot-vpp-nfv-2n-skx-ndrpdr-64b:
238       csit-vpp-perf-verify-1904-2n-skx:
239         - 56  # NFV NDRPDR 64b
240         - 59  # NFV NDRPDR 64b
241         - 60  # NFV NDRPDR 64b
242         - 65  # NFV NDRPDR 64b
243         - 68  # NFV NDRPDR 64b
244
245     plot-vpp-nfv-2n-skx-ndrpdr-imix:
246       # TODO: Add 1904 data
247       csit-vpp-perf-verify-1904-2n-skx:
248         - 66  # NFV NDRPDR IMIX
249         - 67  # NFV NDRPDR IMIX
250         - 69  # NFV NDRPDR IMIX
251
252     plot-vpp-nfv-2n-skx-mrr-64b:
253       csit-vpp-perf-verify-1904-2n-skx:
254         - 40  # NFV MRR 64b
255         - 41  # NFV MRR 64b
256         - 42  # NFV MRR 64b
257         - 47  # NFV MRR 64b
258         - 48  # NFV MRR 64b
259
260     plot-vpp-nfv-2n-skx-mrr-imix:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 49  # NFV MRR IMIX
263         - 50  # NFV MRR IMIX
264         - 51  # NFV MRR IMIX
265         - 54  # NFV MRR IMIX
266         - 55  # NFV MRR IMIX
267
268     plot-dpdk-throughput-latency-2n-skx:
269       csit-dpdk-perf-verify-1904-2n-skx:
270         - 2   # NDRPDR sel
271         - 3   # NDRPDR sel
272         - 4   # NDRPDR sel
273         - 5   # NDRPDR sel
274         - 7   # NDRPDR sel
275         - 8   # NDRPDR sel
276         - 9   # NDRPDR sel
277         - 10  # NDRPDR sel
278         - 11  # NDRPDR sel
279         - 12  # NDRPDR sel
280
281     # 3rd party
282
283 #    # Denverton:
284 #    intel-dnv-vpp:
285 #      # TODO: Replace with 1904 data
286 #      # intel-dnv-vpp-release-1904:
287 #      intel-dnv-vpp-release-1901:
288 #        - 1
289
290     ###########################################################################
291     # Simple tables (only one data set):
292
293     # NIC Comparisons
294
295     vpp-nic-comparison-3n-hsw:
296       csit-vpp-perf-verify-1904-3n-hsw:
297         - 11  # NDRPDR sel
298         - 12  # NDRPDR sel
299         - 20  # NDRPDR sel
300         - 21  # NDRPDR sel
301         - 23  # NDRPDR sel
302         - 24  # NDRPDR sel
303         - 25  # NDRPDR sel
304         - 26  # NDRPDR sel
305         - 29  # NDRPDR sel
306         - 30  # NDRPDR sel
307
308     vpp-nic-comparison-3n-skx:
309       csit-vpp-perf-verify-1904-3n-skx:
310         - 8   # NDRPDR sel
311         - 9   # NDRPDR sel
312         - 10  # NDRPDR sel
313         - 11  # NDRPDR sel
314         - 12  # NDRPDR sel
315         - 14  # NDRPDR sel
316         - 16  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 25  # NDRPDR sel
320
321     vpp-nic-comparison-2n-skx:
322       csit-vpp-perf-verify-1904-2n-skx:
323         - 12  # NDRPDR sel
324         - 14  # NDRPDR sel
325         - 16  # NDRPDR sel
326         - 17  # NDRPDR sel
327         - 18  # NDRPDR sel
328         - 21  # NDRPDR sel
329         - 27  # NDRPDR sel
330         - 30  # NDRPDR sel
331         - 31  # NDRPDR sel
332         - 32  # NDRPDR sel
333
334     vpp-nic-comparison-3n-hsw-mrr:
335       csit-vpp-perf-verify-1904-3n-hsw:
336         - 9   # MRR sel
337
338     vpp-nic-comparison-3n-skx-mrr:
339       csit-vpp-perf-verify-1904-3n-skx:
340         - 7   # MRR sel
341
342     vpp-nic-comparison-2n-skx-mrr:
343       csit-vpp-perf-verify-1904-2n-skx:
344         - 11  # MRR sel
345
346     # Results
347
348     vpp-perf-results-3n-hsw:
349       # TODO: Replace with FULL 1904 data
350       csit-vpp-perf-verify-1904-3n-hsw:
351         - 12  # NDRPDR sel
352
353     vpp-perf-results-3n-skx:
354       csit-vpp-perf-verify-1904-3n-skx:
355         - 26  # NDRPDR full
356         - 27  # NDRPDR full
357         - 30  # NDRPDR full
358         - 31  # NDRPDR full
359
360     vpp-perf-results-2n-skx:
361       csit-vpp-perf-verify-1904-2n-skx:
362         - 33  # NDRPDR full
363         - 39  # NDRPDR full
364         - 58  # NDRPDR full
365         - 62  # NDRPDR full
366
367     vpp-mrr-results-3n-hsw:
368       csit-vpp-perf-verify-1904-3n-hsw:
369         - 9   # MRR sel
370
371     vpp-mrr-results-3n-skx:
372       csit-vpp-perf-verify-1904-3n-skx:
373         - 7   # MRR sel
374
375     vpp-mrr-results-2n-skx:
376       csit-vpp-perf-verify-1904-2n-skx:
377         - 11  # MRR sel
378
379     vpp-func-results-ubuntu:
380       csit-vpp-functional-1904-ubuntu1604-virl:
381         - 29
382
383     vpp-func-results-centos:
384       csit-vpp-functional-1904-centos7-virl:
385         - 32
386
387     vpp-device-results-ubuntu:
388       csit-vpp-device-1904-ubuntu1804-1n-skx:
389         - 33
390
391 #    # VPP Ligato
392 #    ligato-perf-results-3n-hsw:
393 #      # TODO: Replace with 1904 data
394 #      # csit-ligato-perf-verify-1904-3n-hsw:
395 #      csit-ligato-perf-verify-1901-3n-hsw:
396 #        - 10  # NDRPDR full
397
398     dpdk-perf-results-3n-hsw:
399       csit-dpdk-perf-verify-1904-3n-hsw:
400         - 5   # NDRPDR sel
401
402     dpdk-perf-results-3n-skx:
403       csit-dpdk-perf-verify-1904-3n-skx:
404         - 7   # NDRPDR sel
405
406     dpdk-perf-results-2n-skx:
407       csit-dpdk-perf-verify-1904-2n-skx:
408         - 9   # NDRPDR sel
409
410     # HoneyComb Functional
411     hc-func-results:
412       csit-hc2vpp-verify-func-1904-ubuntu1604:
413         - 4
414
415 #    # NSH SFC Functional
416 #    nsh-func-results:
417 #      # Not used
418 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
419 #        - 1
420
421     # DMM Functional
422     dmm-func-results:
423       csit-dmm-functional-1904-ubuntu1604-virl:
424         - 1
425
426     ###########################################################################
427     # Tables (more than one data set)
428
429     # Performance changes
430
431 #    intel-dnv-vpp-changes-2n-dnv-h1:
432 #      intel-dnv-vpp-release-1810:
433 #        - 1
434 #    intel-dnv-vpp-changes-2n-dnv-ref:
435 #      intel-dnv-vpp-release-1901:
436 #        - 1
437 #    intel-dnv-vpp-changes-2n-dnv-cmp:
438 #      # TODO: Replace with 1904 data
439 #      # intel-dnv-vpp-release-1904:
440 #      intel-dnv-vpp-release-1901:
441 #        - 1
442 #    intel-dnv-vpp-changes-2n-dnv:
443 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
444 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
445 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
446
447     vpp-performance-changes-3n-hsw-h1:
448       csit-vpp-perf-verify-1810-3n-hsw:
449         - 8   # NDRPDR sel
450         - 12  # NDRPDR sel
451         - 14  # NDRPDR sel
452         - 18  # NDRPDR sel
453         - 23  # NDRPDR sel
454         - 25  # NDRPDR sel
455         - 38  # NDRPDR sel
456         - 39  # NDRPDR sel
457         - 41  # NDRPDR sel
458         - 42  # NDRPDR sel
459     vpp-performance-changes-3n-hsw-ref:
460       csit-vpp-perf-verify-1901-3n-hsw:
461         - 10  # NDRPDR sel
462         - 19  # NDRPDR sel
463         - 31  # NDRPDR sel
464         - 36  # NDRPDR sel
465         - 40  # NDRPDR sel
466         - 42  # NDRPDR sel
467         - 44  # NDRPDR sel
468         - 46  # NDRPDR sel
469         - 47  # NDRPDR sel
470         - 48  # NDRPDR sel
471         - 61  # NDRPDR LB
472         - 62  # NDRPDR LB
473         - 63  # NDRPDR LB
474         - 64  # NDRPDR LB
475         - 65  # NDRPDR LB
476         - 66  # NDRPDR LB
477         - 67  # NDRPDR LB
478         - 69  # NDRPDR LB
479         - 70  # NDRPDR LB
480         - 71  # NDRPDR LB
481     vpp-performance-changes-3n-hsw-cmp:
482       csit-vpp-perf-verify-1904-3n-hsw:
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 20  # NDRPDR sel
486         - 21  # NDRPDR sel
487         - 23  # NDRPDR sel
488         - 24  # NDRPDR sel
489         - 25  # NDRPDR sel
490         - 26  # NDRPDR sel
491         - 29  # NDRPDR sel
492         - 30  # NDRPDR sel
493     vpp-performance-changes-3n-hsw:
494       - "vpp-performance-changes-3n-hsw-h1"
495       - "vpp-performance-changes-3n-hsw-ref"
496       - "vpp-performance-changes-3n-hsw-cmp"
497
498     vpp-performance-changes-3n-skx-h1:
499       csit-vpp-perf-verify-1810-3n-skx:
500         - 10  # NDRPDR sel
501         - 14  # NDRPDR sel
502         - 15  # NDRPDR sel
503         - 16  # NDRPDR sel
504         - 17  # NDRPDR sel
505         - 19  # NDRPDR sel
506         - 20  # NDRPDR sel
507         - 21  # NDRPDR sel
508         - 22  # NDRPDR sel
509         - 25  # NDRPDR sel
510     vpp-performance-changes-3n-skx-ref:
511       csit-vpp-perf-verify-1901-3n-skx:
512         - 18  # NDRPDR sel
513         - 19  # NDRPDR sel
514         - 20  # NDRPDR sel
515         - 28  # NDRPDR sel
516         - 31  # NDRPDR sel
517         - 33  # NDRPDR sel
518         - 36  # NDRPDR sel
519         - 38  # NDRPDR sel
520         - 47  # NDRPDR sel
521         - 48  # NDRPDR sel
522         - 54  # NDRPDR LB
523         - 57  # NDRPDR LB
524         - 58  # NDRPDR LB
525         - 59  # NDRPDR LB
526         - 60  # NDRPDR LB
527         - 63  # NDRPDR LB
528         - 64  # NDRPDR LB
529         - 65  # NDRPDR LB
530         - 66  # NDRPDR LB
531         - 67  # NDRPDR LB
532     vpp-performance-changes-3n-skx-cmp:
533       csit-vpp-perf-verify-1904-3n-skx:
534         - 8   # NDRPDR sel
535         - 9   # NDRPDR sel
536         - 10  # NDRPDR sel
537         - 11  # NDRPDR sel
538         - 12  # NDRPDR sel
539         - 14  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 21  # NDRPDR sel
542         - 23  # NDRPDR sel
543         - 25  # NDRPDR sel
544     vpp-performance-changes-3n-skx:
545       - "vpp-performance-changes-3n-skx-h1"
546       - "vpp-performance-changes-3n-skx-ref"
547       - "vpp-performance-changes-3n-skx-cmp"
548
549     vpp-performance-changes-2n-skx-h1:
550       csit-vpp-perf-verify-1810-2n-skx:
551         - 9   # NDRPDR sel
552         - 13  # NDRPDR sel
553         - 14  # NDRPDR sel
554         - 19  # NDRPDR sel
555         - 20  # NDRPDR sel
556         - 21  # NDRPDR sel
557         - 22  # NDRPDR sel
558         - 23  # NDRPDR sel
559         - 24  # NDRPDR sel
560         - 27  # NDRPDR sel
561     vpp-performance-changes-2n-skx-ref:
562       csit-vpp-perf-verify-1901-2n-skx:
563         - 5   # NDRPDR sel
564         - 12  # NDRPDR sel
565         - 13  # NDRPDR sel
566         - 21  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 31  # NDRPDR sel
569         - 34  # NDRPDR sel
570         - 40  # NDRPDR sel
571         - 42  # NDRPDR sel
572         - 43  # NDRPDR sel
573     vpp-performance-changes-2n-skx-cmp:
574       csit-vpp-perf-verify-1904-2n-skx:
575         - 12  # NDRPDR sel
576         - 14  # NDRPDR sel
577         - 16  # NDRPDR sel
578         - 17  # NDRPDR sel
579         - 18  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 27  # NDRPDR sel
582         - 30  # NDRPDR sel
583         - 31  # NDRPDR sel
584         - 32  # NDRPDR sel
585     vpp-performance-changes-2n-skx:
586       - "vpp-performance-changes-2n-skx-h1"
587       - "vpp-performance-changes-2n-skx-ref"
588       - "vpp-performance-changes-2n-skx-cmp"
589
590     vpp-soak-vs-ndr-2n-skx-ref:
591       csit-vpp-perf-verify-1904-2n-skx:
592         - 12  # NDRPDR sel
593         - 14  # NDRPDR sel
594         - 16  # NDRPDR sel
595         - 17  # NDRPDR sel
596         - 18  # NDRPDR sel
597         - 21  # NDRPDR sel
598         - 27  # NDRPDR sel
599         - 30  # NDRPDR sel
600         - 31  # NDRPDR sel
601         - 32  # NDRPDR sel
602     vpp-soak-vs-ndr-2n-skx-cmp:
603       csit-vpp-perf-verify-1904-2n-skx:
604         - 70  # SOAK
605         - 71  # SOAK
606     vpp-soak-vs-ndr-2n-skx:
607       csit-vpp-perf-verify-1904-2n-skx:
608         - 12  # NDRPDR sel
609         - 14  # NDRPDR sel
610         - 16  # NDRPDR sel
611         - 17  # NDRPDR sel
612         - 18  # NDRPDR sel
613         - 21  # NDRPDR sel
614         - 27  # NDRPDR sel
615         - 30  # NDRPDR sel
616         - 31  # NDRPDR sel
617         - 32  # NDRPDR sel
618         - 70  # SOAK
619         - 71  # SOAK
620
621     vpp-performance-changes-3n-hsw-mrr-h1:
622       csit-vpp-perf-verify-1810-3n-hsw:
623         - 9   # MRR sel
624     vpp-performance-changes-3n-hsw-mrr-ref:
625       csit-vpp-perf-verify-1901-3n-hsw:
626         - 35  # MRR sel
627     vpp-performance-changes-3n-hsw-mrr-cmp:
628       csit-vpp-perf-verify-1904-3n-hsw:
629         - 9   # MRR sel
630     vpp-performance-changes-3n-hsw-mrr:
631       - "vpp-performance-changes-3n-hsw-mrr-h1"
632       - "vpp-performance-changes-3n-hsw-mrr-ref"
633       - "vpp-performance-changes-3n-hsw-mrr-cmp"
634
635     vpp-performance-changes-3n-skx-mrr-h1:
636       csit-vpp-perf-verify-1810-3n-skx:
637         - 9   # MRR sel
638         - 11  # MRR sel
639         - 12  # MRR sel
640         - 13  # MRR sel
641     vpp-performance-changes-3n-skx-mrr-ref:
642       csit-vpp-perf-verify-1901-3n-skx:
643         - 32  # MRR sel
644     vpp-performance-changes-3n-skx-mrr-cmp:
645       csit-vpp-perf-verify-1904-3n-skx:
646         - 7   # MRR sel
647     vpp-performance-changes-3n-skx-mrr:
648       - "vpp-performance-changes-3n-skx-mrr-h1"
649       - "vpp-performance-changes-3n-skx-mrr-ref"
650       - "vpp-performance-changes-3n-skx-mrr-cmp"
651
652     vpp-performance-changes-2n-skx-mrr-h1:
653       csit-vpp-perf-verify-1810-2n-skx:
654         - 8   # MRR sel
655         - 10  # MRR sel
656         - 11  # MRR sel
657         - 12  # MRR sel
658     vpp-performance-changes-2n-skx-mrr-ref:
659       csit-vpp-perf-verify-1901-2n-skx:
660         - 22  # MRR sel
661     vpp-performance-changes-2n-skx-mrr-cmp:
662       csit-vpp-perf-verify-1904-2n-skx:
663         - 11  # MRR sel
664     vpp-performance-changes-2n-skx-mrr:
665       - "vpp-performance-changes-2n-skx-mrr-h1"
666       - "vpp-performance-changes-2n-skx-mrr-ref"
667       - "vpp-performance-changes-2n-skx-mrr-cmp"
668
669     dpdk-performance-changes-3n-hsw-h1:
670       csit-dpdk-perf-verify-1810-3n-hsw:
671         - 1   # NDRPDR sel
672         - 2   # NDRPDR sel
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 6   # NDRPDR sel
677         - 7   # NDRPDR sel
678         - 8   # NDRPDR sel
679         - 9   # NDRPDR sel
680         - 10  # NDRPDR sel
681     dpdk-performance-changes-3n-hsw-ref:
682       csit-dpdk-perf-verify-1901-3n-hsw:
683         - 13  # NDRPDR sel
684         - 14  # NDRPDR sel
685         - 16  # NDRPDR sel
686         - 17  # NDRPDR sel
687         - 18  # NDRPDR sel
688         - 19  # NDRPDR sel
689         - 20  # NDRPDR sel
690         - 21  # NDRPDR sel
691         - 22  # NDRPDR sel
692         - 23  # NDRPDR sel
693     dpdk-performance-changes-3n-hsw-cmp:
694       csit-dpdk-perf-verify-1904-3n-hsw:
695         - 2   # NDRPDR sel
696         - 3   # NDRPDR sel
697         - 5   # NDRPDR sel
698         - 6   # NDRPDR sel
699         - 13  # NDRPDR sel
700         - 14  # NDRPDR sel
701         - 15  # NDRPDR sel
702         - 18  # NDRPDR sel
703         - 19  # NDRPDR sel
704         - 20  # NDRPDR sel
705     dpdk-performance-changes-3n-hsw:
706       - "dpdk-performance-changes-3n-hsw-h1"
707       - "dpdk-performance-changes-3n-hsw-ref"
708       - "dpdk-performance-changes-3n-hsw-cmp"
709
710     dpdk-performance-changes-3n-skx-h1:
711       csit-dpdk-perf-verify-1810-3n-skx:
712         - 3   # NDRPDR sel
713         - 4   # NDRPDR sel
714         - 6   # NDRPDR sel
715         - 7   # NDRPDR sel
716         - 8   # NDRPDR sel
717         - 9   # NDRPDR sel
718         - 10  # NDRPDR sel
719         - 11  # NDRPDR sel
720         - 12  # NDRPDR sel
721         - 13  # NDRPDR sel
722     dpdk-performance-changes-3n-skx-ref:
723       csit-dpdk-perf-verify-1901-3n-skx:
724         - 3   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733         - 13  # NDRPDR sel
734     dpdk-performance-changes-3n-skx-cmp:
735       csit-dpdk-perf-verify-1904-3n-skx:
736         - 2   # NDRPDR sel
737         - 3   # NDRPDR sel
738         - 4   # NDRPDR sel
739         - 5   # NDRPDR sel
740         - 6   # NDRPDR sel
741         - 7   # NDRPDR sel
742         - 11  # NDRPDR sel
743         - 12  # NDRPDR sel
744         - 13  # NDRPDR sel
745         - 14  # NDRPDR sel
746     dpdk-performance-changes-3n-skx:
747       - "dpdk-performance-changes-3n-skx-h1"
748       - "dpdk-performance-changes-3n-skx-ref"
749       - "dpdk-performance-changes-3n-skx-cmp"
750
751     dpdk-performance-changes-2n-skx-h1:
752       csit-dpdk-perf-verify-1810-2n-skx:
753         - 3   # NDRPDR sel
754         - 4   # NDRPDR sel
755         - 5   # NDRPDR sel
756         - 7   # NDRPDR sel
757         - 8   # NDRPDR sel
758         - 9   # NDRPDR sel
759         - 10  # NDRPDR sel
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 13  # NDRPDR sel
763     dpdk-performance-changes-2n-skx-ref:
764       csit-dpdk-perf-verify-1901-2n-skx:
765         - 12  # NDRPDR sel
766         - 13  # NDRPDR sel
767         - 14  # NDRPDR sel
768         - 15  # NDRPDR sel
769         - 16  # NDRPDR sel
770         - 17  # NDRPDR sel
771         - 18  # NDRPDR sel
772         - 19  # NDRPDR sel
773         - 20  # NDRPDR sel
774         - 21  # NDRPDR sel
775     dpdk-performance-changes-2n-skx-cmp:
776       csit-dpdk-perf-verify-1904-2n-skx:
777         - 2   # NDRPDR sel
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 8   # NDRPDR sel
783         - 9   # NDRPDR sel
784         - 10  # NDRPDR sel
785         - 11  # NDRPDR sel
786         - 12  # NDRPDR sel
787     dpdk-performance-changes-2n-skx:
788       - "dpdk-performance-changes-2n-skx-h1"
789       - "dpdk-performance-changes-2n-skx-ref"
790       - "dpdk-performance-changes-2n-skx-cmp"
791
792     # Compare testbeds
793
794     vpp-compare-testbeds-ref:
795       csit-vpp-perf-verify-1904-3n-hsw:
796         - 11  # NDRPDR sel
797         - 12  # NDRPDR sel
798         - 20  # NDRPDR sel
799         - 21  # NDRPDR sel
800         - 23  # NDRPDR sel
801         - 24  # NDRPDR sel
802         - 25  # NDRPDR sel
803         - 26  # NDRPDR sel
804         - 29  # NDRPDR sel
805         - 30  # NDRPDR sel
806     vpp-compare-testbeds-cmp:
807       csit-vpp-perf-verify-1904-3n-skx:
808         - 8   # NDRPDR sel
809         - 9   # NDRPDR sel
810         - 10  # NDRPDR sel
811         - 11  # NDRPDR sel
812         - 12  # NDRPDR sel
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 21  # NDRPDR sel
816         - 23  # NDRPDR sel
817         - 25  # NDRPDR sel
818     vpp-compare-testbeds:
819       - "vpp-compare-testbeds-ref"
820       - "vpp-compare-testbeds-cmp"
821
822     vpp-compare-testbeds-mrr-ref:
823       csit-vpp-perf-verify-1904-3n-hsw:
824         - 9   # MRR sel
825     vpp-compare-testbeds-mrr-cmp:
826       csit-vpp-perf-verify-1904-3n-skx:
827         - 7   # MRR sel
828     vpp-compare-testbeds-mrr:
829       - "vpp-compare-testbeds-mrr-ref"
830       - "vpp-compare-testbeds-mrr-cmp"
831
832     dpdk-compare-testbeds-ref:
833       csit-dpdk-perf-verify-1904-3n-hsw:
834         - 2   # NDRPDR sel
835         - 3   # NDRPDR sel
836         - 5   # NDRPDR sel
837         - 6   # NDRPDR sel
838         - 13  # NDRPDR sel
839         - 14  # NDRPDR sel
840         - 15  # NDRPDR sel
841         - 18  # NDRPDR sel
842         - 19  # NDRPDR sel
843         - 20  # NDRPDR sel
844     dpdk-compare-testbeds-cmp:
845       csit-dpdk-perf-verify-1904-3n-skx:
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854         - 13  # NDRPDR sel
855         - 14  # NDRPDR sel
856     dpdk-compare-testbeds:
857       - "dpdk-compare-testbeds-ref"
858       - "dpdk-compare-testbeds-cmp"
859
860     # Compare topologies
861
862     vpp-compare-topologies-ref:
863       csit-vpp-perf-verify-1904-3n-skx:
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 11  # NDRPDR sel
868         - 12  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 16  # NDRPDR sel
871         - 21  # NDRPDR sel
872         - 23  # NDRPDR sel
873         - 25  # NDRPDR sel
874     vpp-compare-topologies-cmp:
875       csit-vpp-perf-verify-1904-2n-skx:
876         - 12  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 16  # NDRPDR sel
879         - 17  # NDRPDR sel
880         - 18  # NDRPDR sel
881         - 21  # NDRPDR sel
882         - 27  # NDRPDR sel
883         - 30  # NDRPDR sel
884         - 31  # NDRPDR sel
885         - 32  # NDRPDR sel
886     vpp-compare-topologies:
887       - "vpp-compare-topologies-ref"
888       - "vpp-compare-topologies-cmp"
889
890     vpp-compare-topologies-mrr-ref:
891       csit-vpp-perf-verify-1904-3n-skx:
892         - 7   # MRR sel
893     vpp-compare-topologies-mrr-cmp:
894       csit-vpp-perf-verify-1904-2n-skx:
895         - 11  # MRR sel
896     vpp-compare-topologies-mrr:
897       - "vpp-compare-topologies-mrr-ref"
898       - "vpp-compare-topologies-mrr-cmp"
899
900     dpdk-compare-topologies-ref:
901       csit-dpdk-perf-verify-1904-3n-skx:
902         - 2   # NDRPDR sel
903         - 3   # NDRPDR sel
904         - 4   # NDRPDR sel
905         - 5   # NDRPDR sel
906         - 6   # NDRPDR sel
907         - 7   # NDRPDR sel
908         - 11  # NDRPDR sel
909         - 12  # NDRPDR sel
910         - 13  # NDRPDR sel
911         - 14  # NDRPDR sel
912     dpdk-compare-topologies-cmp:
913       csit-dpdk-perf-verify-1904-2n-skx:
914         - 2   # NDRPDR sel
915         - 3   # NDRPDR sel
916         - 4   # NDRPDR sel
917         - 5   # NDRPDR sel
918         - 7   # NDRPDR sel
919         - 8   # NDRPDR sel
920         - 9   # NDRPDR sel
921         - 10  # NDRPDR sel
922         - 11  # NDRPDR sel
923         - 12  # NDRPDR sel
924     dpdk-compare-topologies:
925       - "dpdk-compare-topologies-ref"
926       - "dpdk-compare-topologies-cmp"
927
928   plot-layouts:
929
930     plot-soak-throughput:
931       titlefont:
932         size: 18
933       xaxis:
934         title: "<b>Test Cases [Index]</b>"
935         titlefont:
936           size: 16
937         autorange: True
938         fixedrange: False
939         gridcolor: "rgb(230, 230, 230)"
940         linecolor: "rgb(220, 220, 220)"
941         linewidth: 1
942         showgrid: True
943         showline: True
944         showticklabels: True
945         tickcolor: "rgb(220, 220, 220)"
946         tickmode: "linear"
947         tickfont:
948           size: 16
949         zeroline: False
950       yaxis:
951         title: "<b>Packet Throughput [Mpps]</b>"
952         titlefont:
953           size: 16
954         gridcolor: "rgb(230, 230, 230)"
955         hoverformat: ".4s"
956         tickformat: ".3s"
957         linecolor: "rgb(220, 220, 220)"
958         linewidth: 1
959         showgrid: True
960         showline: True
961         showticklabels: True
962         tickcolor: "rgb(220, 220, 220)"
963         tickfont:
964           size: 16
965         zeroline: False
966         range: [0,50]
967       autosize: False
968       margin:
969         t: 50
970         b: 0
971         l: 80
972         r: 20
973       showlegend: True
974       legend:
975         orientation: "h"
976         font:
977           size: 16
978       width: 700
979       height: 900
980
981     plot-service-density:
982       titlefont:
983         size: 18
984       xaxis:
985         side: "top"
986         autorange: True
987         fixedrange: False
988         showgrid: False
989         showline: False
990         showticklabels: False
991         ticks: ""
992         ticklen: 0
993         tickwidth: 0
994         zeroline: False
995       yaxis:
996         autorange: "reversed"
997         showgrid: False
998         showline: False
999         showticklabels: False
1000         ticks: ""
1001         ticklen: 0
1002         tickwidth: 0
1003         zeroline: False
1004       autosize: True
1005       showlegend: False
1006       width: 700
1007       height: 700
1008
1009     plot-cps:
1010       titlefont:
1011         size: 18
1012       xaxis:
1013         title: "<b>Test Cases [Index]</b>"
1014         titlefont:
1015           size: 16
1016         autorange: True
1017         fixedrange: False
1018         gridcolor: "rgb(230, 230, 230)"
1019         linecolor: "rgb(220, 220, 220)"
1020         linewidth: 1
1021         showgrid: True
1022         showline: True
1023         showticklabels: True
1024         tickcolor: "rgb(220, 220, 220)"
1025         tickmode: "linear"
1026         tickfont:
1027           size: 16
1028         zeroline: False
1029       yaxis:
1030         title: "<b>Connections Per Second [cps]</b>"
1031         titlefont:
1032           size: 16
1033         gridcolor: "rgb(230, 230, 230)"
1034         hoverformat: ".4s"
1035         linecolor: "rgb(220, 220, 220)"
1036         linewidth: 1
1037         rangemode: "tozero"
1038         showgrid: True
1039         showline: True
1040         showticklabels: True
1041         tickcolor: "rgb(220, 220, 220)"
1042         tickformat: ".3s"
1043         tickfont:
1044           size: 16
1045         zeroline: False
1046       boxmode: "group"
1047       boxgroupgap: 0.5
1048       autosize: False
1049       margin:
1050         t: 50
1051         b: 20
1052         l: 80
1053         r: 20
1054       showlegend: True
1055       legend:
1056         orientation: "h"
1057         font:
1058           size: 16
1059       width: 700
1060       height: 800
1061
1062     plot-rps:
1063       titlefont:
1064         size: 18
1065       xaxis:
1066         title: "<b>Test Cases [Index]</b>"
1067         titlefont:
1068           size: 16
1069         autorange: True
1070         fixedrange: False
1071         gridcolor: "rgb(230, 230, 230)"
1072         linecolor: "rgb(220, 220, 220)"
1073         linewidth: 1
1074         showgrid: True
1075         showline: True
1076         showticklabels: True
1077         tickcolor: "rgb(220, 220, 220)"
1078         tickmode: "linear"
1079         tickfont:
1080           size: 16
1081         zeroline: False
1082       yaxis:
1083         title: "<b>Requests Per Second [rps]</b>"
1084         titlefont:
1085           size: 16
1086         gridcolor: "rgb(230, 230, 230)"
1087         hoverformat: ".4s"
1088         linecolor: "rgb(220, 220, 220)"
1089         linewidth: 1
1090         rangemode: "tozero"
1091         showgrid: True
1092         showline: True
1093         showticklabels: True
1094         tickcolor: "rgb(230, 230, 230)"
1095         tickformat: ".3s"
1096         tickfont:
1097           size: 16
1098         zeroline: False
1099       boxmode: "group"
1100       boxgroupgap: 0.5
1101       autosize: False
1102       margin:
1103         t: 50
1104         b: 20
1105         l: 80
1106         r: 20
1107       showlegend: True
1108       legend:
1109         orientation: "h"
1110         font:
1111           size: 16
1112       width: 700
1113       height: 800
1114
1115     plot-throughput:
1116       titlefont:
1117         size: 18
1118       xaxis:
1119         title: "<b>Test Cases [Index]</b>"
1120         titlefont:
1121           size: 16
1122         autorange: True
1123         fixedrange: False
1124         gridcolor: "rgb(230, 230, 230)"
1125         linecolor: "rgb(220, 220, 220)"
1126         linewidth: 1
1127         showgrid: True
1128         showline: True
1129         showticklabels: True
1130         tickcolor: "rgb(220, 220, 220)"
1131         tickmode: "linear"
1132         tickfont:
1133           size: 16
1134         zeroline: False
1135       yaxis:
1136         title: "<b>Packet Throughput [Mpps]</b>"
1137         titlefont:
1138           size: 16
1139         gridcolor: "rgb(230, 230, 230)"
1140         hoverformat: ".4s"
1141         tickformat: ".3s"
1142         linecolor: "rgb(220, 220, 220)"
1143         linewidth: 1
1144         showgrid: True
1145         showline: True
1146         showticklabels: True
1147         tickcolor: "rgb(220, 220, 220)"
1148         tickfont:
1149           size: 16
1150         zeroline: False
1151         range: [0,50]
1152       boxmode: "group"
1153       boxgroupgap: 0.5
1154       autosize: False
1155       margin:
1156         t: 50
1157         b: 0
1158         l: 80
1159         r: 20
1160       showlegend: True
1161       legend:
1162         orientation: "h"
1163         font:
1164           size: 16
1165       width: 700
1166       height: 900
1167
1168     plot-throughput-speedup-analysis:
1169       titlefont:
1170         size: 18
1171       xaxis:
1172         title: "<b>Number of Cores [Qty]</b>"
1173         titlefont:
1174           size: 16
1175         autorange: True
1176         fixedrange: False
1177         gridcolor: "rgb(230, 230, 230)"
1178         linecolor: "rgb(220, 220, 220)"
1179         linewidth: 1
1180         showgrid: True
1181         showline: True
1182         showticklabels: True
1183         tickcolor: "rgb(238, 238, 238)"
1184         tickmode: "linear"
1185         tickfont:
1186           size: 16
1187         zeroline: False
1188       yaxis:
1189         title: "<b>Packet Throughput [Mpps]</b>"
1190         titlefont:
1191           size: 16
1192         type: "linear"
1193         gridcolor: "rgb(230, 230, 230)"
1194         hoverformat: ".4s"
1195         linecolor: "rgb(220, 220, 220)"
1196         linewidth: 1
1197         showgrid: True
1198         showline: True
1199         showticklabels: True
1200         tickcolor: "rgb(220, 220, 220)"
1201         tickformat: ".4s"
1202         tickfont:
1203           size: 16
1204         zeroline: True
1205         rangemode: "tozero"
1206         range: [0,100]
1207       legend:
1208         orientation: "h"
1209         font:
1210           size: 16
1211         xanchor: "left"
1212         yanchor: "top"
1213         x: 0
1214         y: -0.2
1215         bgcolor: "rgba(255, 255, 255, 0)"
1216         bordercolor: "rgba(255, 255, 255, 0)"
1217         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1218       autosize: False
1219       margin:
1220           't': 50
1221           'b': 150
1222           'l': 85
1223           'r': 10
1224       showlegend: True
1225       width: 700
1226       height: 700
1227       hoverlabel:
1228         namelength: -1
1229       annotations: [
1230         {
1231           text: "_ _          __          ...",
1232           align: "left",
1233           showarrow: False,
1234           xref: "paper",
1235           yref: "paper",
1236           xanchor: "left",
1237           yanchor: "top",
1238           x: 0,
1239           y: -0.13,
1240           font: {
1241             family: "Consolas, Courier New",
1242             size: 15
1243           },
1244         },
1245         {
1246           text: "    Perfect     Measured     Limit",
1247           align: "left",
1248           showarrow: False,
1249           xref: "paper",
1250           yref: "paper",
1251           xanchor: "left",
1252           yanchor: "top",
1253           x: 0,
1254           y: -0.15,
1255           font: {
1256             family: "Consolas, Courier New",
1257             size: 15
1258           },
1259         },
1260       ]
1261
1262     plot-latency:
1263       titlefont:
1264         size: 18
1265       xaxis:
1266         title: "<b>Direction</b>"
1267         titlefont:
1268           size: 16
1269         autorange: True
1270         fixedrange: False
1271         gridcolor: "rgb(230, 230, 230)"
1272         linecolor: "rgb(220, 220, 220)"
1273         linewidth: 1
1274         showgrid: True
1275         showline: True
1276         showticklabels: False
1277         tickcolor: "rgb(220, 220, 220)"
1278         tickmode: "linear"
1279         tickfont:
1280           size: 16
1281         zeroline: False
1282       yaxis:
1283         title: "<b>Packet Latency [uSec]</b>"
1284         titlefont:
1285           size: 16
1286         type: "linear"
1287         gridcolor: "rgb(230, 230, 230)"
1288         hoverformat: ".4s"
1289         linecolor: "rgb(220, 220, 220)"
1290         linewidth: 1
1291         showgrid: True
1292         showline: True
1293         showticklabels: True
1294         tickcolor: "rgb(220, 220, 220)"
1295         tickformat: ".4s"
1296         tickfont:
1297           size: 16
1298         zeroline: True
1299         rangemode: "tozero"
1300       legend:
1301         orientation: "h"
1302         font:
1303           size: 16
1304         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1305       autosize: False
1306       margin:
1307           't': 50
1308           'b': 150
1309           'l': 80
1310           'r': 10
1311       showlegend: True
1312       width: 700
1313       height: 700
1314       hoverlabel:
1315         namelength: -1
1316
1317 - type: "static"
1318   src-path: "{DIR[RST]}"
1319   dst-path: "{DIR[WORKING,SRC]}"
1320
1321 - type: "input"
1322   general:
1323     file-name: "robot-plugin.zip"
1324     file-format: ".zip"
1325     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1326     extract: "robot-plugin/output.xml"
1327
1328   builds:
1329 #    # TODO: Add 1904 data
1330 ##    intel-dnv-vpp-release-1904:
1331 ##      - 1
1332 #
1333 #    intel-dnv-vpp-release-1901:
1334 #      - 1
1335 #
1336 #    intel-dnv-vpp-release-1810:
1337 #      - 1
1338
1339     csit-vpp-perf-verify-1810-3n-hsw:
1340       - 9   # MRR sel
1341       - 8   # NDRPDR sel
1342       - 12  # NDRPDR sel
1343       - 14  # NDRPDR sel
1344       - 18  # NDRPDR sel
1345       - 23  # NDRPDR sel
1346       - 25  # NDRPDR sel
1347       - 38  # NDRPDR sel
1348       - 39  # NDRPDR sel
1349       - 41  # NDRPDR sel
1350       - 42  # NDRPDR sel
1351 #      - 28  # WRK
1352 #      - 29  # WRK
1353 #      - 30  # WRK
1354 #      - 31  # WRK
1355 #      - 32  # WRK
1356 #      - 33  # WRK
1357 #      - 34  # WRK
1358 #      - 35  # WRK
1359 #      - 36  # WRK
1360 #      - 37  # WRK
1361     csit-vpp-perf-verify-1901-3n-hsw:
1362       - 35  # MRR sel
1363       - 10  # NDRPDR sel
1364       - 19  # NDRPDR sel
1365       - 31  # NDRPDR sel
1366       - 36  # NDRPDR sel
1367       - 40  # NDRPDR sel
1368       - 42  # NDRPDR sel
1369       - 44  # NDRPDR sel
1370       - 46  # NDRPDR sel
1371       - 47  # NDRPDR sel
1372       - 48  # NDRPDR sel
1373       - 61  # NDRPDR LB
1374       - 62  # NDRPDR LB
1375       - 63  # NDRPDR LB
1376       - 64  # NDRPDR LB
1377       - 65  # NDRPDR LB
1378       - 66  # NDRPDR LB
1379       - 67  # NDRPDR LB
1380       - 69  # NDRPDR LB
1381       - 70  # NDRPDR LB
1382       - 71  # NDRPDR LB
1383     # TODO: Add 1904 Data
1384     csit-vpp-perf-verify-1904-3n-hsw:
1385       - 9   # MRR sel
1386       - 11  # NDRPDR sel
1387       - 12  # NDRPDR sel
1388       - 20  # NDRPDR sel
1389       - 21  # NDRPDR sel
1390       - 23  # NDRPDR sel
1391       - 24  # NDRPDR sel
1392       - 25  # NDRPDR sel
1393       - 26  # NDRPDR sel
1394       - 29  # NDRPDR sel
1395       - 30  # NDRPDR sel
1396
1397     csit-vpp-perf-verify-1810-3n-skx:
1398       - 9   # MRR sel
1399       - 11  # MRR sel
1400       - 12  # MRR sel
1401       - 13  # MRR sel
1402       - 10  # NDRPDR sel
1403       - 14  # NDRPDR sel
1404       - 15  # NDRPDR sel
1405       - 16  # NDRPDR sel
1406       - 17  # NDRPDR sel
1407       - 19  # NDRPDR sel
1408       - 20  # NDRPDR sel
1409       - 21  # NDRPDR sel
1410       - 22  # NDRPDR sel
1411       - 25  # NDRPDR sel
1412     csit-vpp-perf-verify-1901-3n-skx:
1413       - 32  # MRR sel
1414       - 18  # NDRPDR sel
1415       - 19  # NDRPDR sel
1416       - 20  # NDRPDR sel
1417       - 28  # NDRPDR sel
1418       - 31  # NDRPDR sel
1419       - 33  # NDRPDR sel
1420       - 36  # NDRPDR sel
1421       - 38  # NDRPDR sel
1422       - 47  # NDRPDR sel
1423       - 48  # NDRPDR sel
1424       - 54  # NDRPDR LB
1425       - 57  # NDRPDR LB
1426       - 58  # NDRPDR LB
1427       - 59  # NDRPDR LB
1428       - 60  # NDRPDR LB
1429       - 63  # NDRPDR LB
1430       - 64  # NDRPDR LB
1431       - 65  # NDRPDR LB
1432       - 66  # NDRPDR LB
1433       - 67  # NDRPDR LB
1434     csit-vpp-perf-verify-1904-3n-skx:
1435       - 7   # MRR sel
1436       - 26  # NDRPDR full
1437       - 27  # NDRPDR full
1438       - 30  # NDRPDR full
1439       - 31  # NDRPDR full
1440       - 8   # NDRPDR sel
1441       - 9   # NDRPDR sel
1442       - 10  # NDRPDR sel
1443       - 11  # NDRPDR sel
1444       - 12  # NDRPDR sel
1445       - 14  # NDRPDR sel
1446       - 16  # NDRPDR sel
1447       - 21  # NDRPDR sel
1448       - 23  # NDRPDR sel
1449       - 25  # NDRPDR sel
1450
1451     csit-vpp-perf-verify-1810-2n-skx:
1452       - 8   # MRR sel
1453       - 10  # MRR sel
1454       - 11  # MRR sel
1455       - 12  # MRR sel
1456       - 9   # NDRPDR sel
1457       - 13  # NDRPDR sel
1458       - 14  # NDRPDR sel
1459       - 19  # NDRPDR sel
1460       - 20  # NDRPDR sel
1461       - 21  # NDRPDR sel
1462       - 22  # NDRPDR sel
1463       - 23  # NDRPDR sel
1464       - 24  # NDRPDR sel
1465       - 27  # NDRPDR sel
1466     csit-vpp-perf-verify-1901-2n-skx:
1467       - 22  # MRR sel
1468       - 5   # NDRPDR sel
1469       - 12  # NDRPDR sel
1470       - 13  # NDRPDR sel
1471       - 21  # NDRPDR sel
1472       - 23  # NDRPDR sel
1473       - 31  # NDRPDR sel
1474       - 34  # NDRPDR sel
1475       - 40  # NDRPDR sel
1476       - 42  # NDRPDR sel
1477       - 43  # NDRPDR sel
1478     # TODO: Add 1904 data
1479     csit-vpp-perf-verify-1904-2n-skx:
1480       - 11  # MRR sel
1481       - 33  # NDRPDR full
1482       - 39  # NDRPDR full
1483       - 58  # NDRPDR full
1484       - 62  # NDRPDR full
1485       - 12  # NDRPDR sel
1486       - 14  # NDRPDR sel
1487       - 16  # NDRPDR sel
1488       - 17  # NDRPDR sel
1489       - 18  # NDRPDR sel
1490       - 21  # NDRPDR sel
1491       - 27  # NDRPDR sel
1492       - 30  # NDRPDR sel
1493       - 31  # NDRPDR sel
1494       - 32  # NDRPDR sel
1495       - 40  # NFV MRR 64b
1496       - 41  # NFV MRR 64b
1497       - 42  # NFV MRR 64b
1498       - 47  # NFV MRR 64b
1499       - 48  # NFV MRR 64b
1500       - 49  # NFV MRR IMIX
1501       - 50  # NFV MRR IMIX
1502       - 51  # NFV MRR IMIX
1503       - 54  # NFV MRR IMIX
1504       - 55  # NFV MRR IMIX
1505       - 56  # NFV NDRPDR 64b
1506       - 59  # NFV NDRPDR 64b
1507       - 60  # NFV NDRPDR 64b
1508       - 65  # NFV NDRPDR 64b
1509       - 68  # NFV NDRPDR 64b
1510       - 66  # NFV NDRPDR IMIX
1511       - 67  # NFV NDRPDR IMIX
1512       - 69  # NFV NDRPDR IMIX
1513       - 70  # SOAK
1514       - 71  # SOAK
1515
1516 #    csit-ligato-perf-verify-1901-3n-hsw:
1517 #      - 10  # NDRPDR full
1518 #      - 8   # NDRPDR sel
1519 #      - 9   # NDRPDR sel
1520 #      - 11  # NDRPDR sel
1521 #      - 12  # NDRPDR sel
1522 #      - 13  # NDRPDR sel
1523 #      - 14  # NDRPDR sel
1524 #      - 15  # NDRPDR sel
1525 #      - 16  # NDRPDR sel
1526 #      - 17  # NDRPDR sel
1527 #      - 18  # NDRPDR sel
1528 #    # TODO: Add 1904 data
1529 ##    csit-ligato-perf-verify-1904-3n-hsw:
1530 ##      -
1531
1532     csit-dpdk-perf-verify-1810-3n-hsw:
1533       - 1   # NDRPDR sel
1534       - 2   # NDRPDR sel
1535       - 3   # NDRPDR sel
1536       - 4   # NDRPDR sel
1537       - 5   # NDRPDR sel
1538       - 6   # NDRPDR sel
1539       - 7   # NDRPDR sel
1540       - 8   # NDRPDR sel
1541       - 9   # NDRPDR sel
1542       - 10  # NDRPDR sel
1543     csit-dpdk-perf-verify-1901-3n-hsw:
1544       - 13  # NDRPDR sel
1545       - 14  # NDRPDR sel
1546       - 16  # NDRPDR sel
1547       - 17  # NDRPDR sel
1548       - 18  # NDRPDR sel
1549       - 19  # NDRPDR sel
1550       - 20  # NDRPDR sel
1551       - 21  # NDRPDR sel
1552       - 22  # NDRPDR sel
1553       - 23  # NDRPDR sel
1554     csit-dpdk-perf-verify-1904-3n-hsw:
1555       - 2   # NDRPDR sel
1556       - 3   # NDRPDR sel
1557       - 5   # NDRPDR sel
1558       - 6   # NDRPDR sel
1559       - 13  # NDRPDR sel
1560       - 14  # NDRPDR sel
1561       - 15  # NDRPDR sel
1562       - 18  # NDRPDR sel
1563       - 19  # NDRPDR sel
1564       - 20  # NDRPDR sel
1565
1566     csit-dpdk-perf-verify-1810-3n-skx:
1567       - 3   # NDRPDR sel
1568       - 4   # NDRPDR sel
1569       - 6   # NDRPDR sel
1570       - 7   # NDRPDR sel
1571       - 8   # NDRPDR sel
1572       - 9   # NDRPDR sel
1573       - 10  # NDRPDR sel
1574       - 11  # NDRPDR sel
1575       - 12  # NDRPDR sel
1576       - 13  # NDRPDR sel
1577     csit-dpdk-perf-verify-1901-3n-skx:
1578       - 3   # NDRPDR sel
1579       - 5   # NDRPDR sel
1580       - 6   # NDRPDR sel
1581       - 7   # NDRPDR sel
1582       - 8   # NDRPDR sel
1583       - 9   # NDRPDR sel
1584       - 10  # NDRPDR sel
1585       - 11  # NDRPDR sel
1586       - 12  # NDRPDR sel
1587       - 13  # NDRPDR sel
1588     csit-dpdk-perf-verify-1904-3n-skx:
1589       - 2   # NDRPDR sel
1590       - 3   # NDRPDR sel
1591       - 4   # NDRPDR sel
1592       - 5   # NDRPDR sel
1593       - 6   # NDRPDR sel
1594       - 7   # NDRPDR sel
1595       - 11  # NDRPDR sel
1596       - 12  # NDRPDR sel
1597       - 13  # NDRPDR sel
1598       - 14  # NDRPDR sel
1599
1600     csit-dpdk-perf-verify-1810-2n-skx:
1601       - 3   # NDRPDR sel
1602       - 4   # NDRPDR sel
1603       - 5   # NDRPDR sel
1604       - 7   # NDRPDR sel
1605       - 8   # NDRPDR sel
1606       - 9   # NDRPDR sel
1607       - 10  # NDRPDR sel
1608       - 11  # NDRPDR sel
1609       - 12  # NDRPDR sel
1610       - 13  # NDRPDR sel
1611     csit-dpdk-perf-verify-1901-2n-skx:
1612       - 12  # NDRPDR sel
1613       - 13  # NDRPDR sel
1614       - 14  # NDRPDR sel
1615       - 15  # NDRPDR sel
1616       - 16  # NDRPDR sel
1617       - 17  # NDRPDR sel
1618       - 18  # NDRPDR sel
1619       - 19  # NDRPDR sel
1620       - 20  # NDRPDR sel
1621       - 21  # NDRPDR sel
1622     csit-dpdk-perf-verify-1904-2n-skx:
1623       - 2   # NDRPDR sel
1624       - 3   # NDRPDR sel
1625       - 4   # NDRPDR sel
1626       - 5   # NDRPDR sel
1627       - 7   # NDRPDR sel
1628       - 8   # NDRPDR sel
1629       - 9   # NDRPDR sel
1630       - 10  # NDRPDR sel
1631       - 11  # NDRPDR sel
1632       - 12  # NDRPDR sel
1633
1634     csit-vpp-functional-1904-ubuntu1604-virl:
1635       - 33
1636     csit-vpp-functional-1904-centos7-virl:
1637       - 32
1638     csit-vpp-device-1904-ubuntu1804-1n-skx:
1639       - 32
1640 #    # Not used
1641 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1642 #      - 1
1643     csit-dmm-functional-1904-ubuntu1604-virl:
1644       - 1
1645     csit-hc2vpp-verify-func-1904-ubuntu1604:
1646       - 4
1647
1648 - type: "output"
1649   output: "report"
1650   format:
1651     html:
1652     - full
1653 #    pdf:
1654 #    - minimal
1655
1656 ################################################################################
1657 ###                               T A B L E S                                ###
1658 ################################################################################
1659
1660 # VPP SOAK vs NDR
1661 - type: "table"
1662   title: "VPP SOAK vs NDR 2n-skx"
1663   algorithm: "table_soak_vs_ndr"
1664   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1665   reference:
1666     title: "NDR"
1667     data: "vpp-soak-vs-ndr-2n-skx-ref"
1668   compare:
1669     title: "SOAK"
1670     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1671   data: "vpp-soak-vs-ndr-2n-skx"
1672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1673   filter: "('NDRPDR' or 'SOAK')"
1674   parameters:
1675     - "throughput"
1676     - "name"
1677     - "parent"
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710 # VPP Compare NICs 3n-hsw 1t1c ndr
1711 - type: "table"
1712   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1713   algorithm: "table_nics_comparison"
1714   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1715   reference:
1716     title: "Intel-x520"
1717     nic: "NIC_Intel-X520-DA2"
1718   compare:
1719     title: "Intel-x710"
1720     nic: "NIC_Intel-X710"
1721   data: "vpp-nic-comparison-3n-hsw"
1722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1723   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1724   parameters:
1725   - "name"
1726   - "parent"
1727   - "throughput"
1728   - "tags"
1729
1730 # VPP Compare NICs 3n-hsw 2t2c ndr
1731 - type: "table"
1732   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1733   algorithm: "table_nics_comparison"
1734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1735   reference:
1736     title: "Intel-x520"
1737     nic: "NIC_Intel-X520-DA2"
1738   compare:
1739     title: "Intel-x710"
1740     nic: "NIC_Intel-X710"
1741   data: "vpp-nic-comparison-3n-hsw"
1742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1743   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1744   parameters:
1745   - "name"
1746   - "parent"
1747   - "throughput"
1748   - "tags"
1749
1750 # VPP Compare NICs 3n-hsw 1t1c pdr
1751 - type: "table"
1752   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1753   algorithm: "table_nics_comparison"
1754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1755   reference:
1756     title: "Intel-x520"
1757     nic: "NIC_Intel-X520-DA2"
1758   compare:
1759     title: "Intel-x710"
1760     nic: "NIC_Intel-X710"
1761   data: "vpp-nic-comparison-3n-hsw"
1762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1763   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1764   parameters:
1765   - "name"
1766   - "parent"
1767   - "throughput"
1768   - "tags"
1769
1770 # VPP Compare NICs 3n-hsw 2t2c pdr
1771 - type: "table"
1772   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1773   algorithm: "table_nics_comparison"
1774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1775   reference:
1776     title: "Intel-x520"
1777     nic: "NIC_Intel-X520-DA2"
1778   compare:
1779     title: "Intel-x710"
1780     nic: "NIC_Intel-X710"
1781   data: "vpp-nic-comparison-3n-hsw"
1782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1783   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1784   parameters:
1785   - "name"
1786   - "parent"
1787   - "throughput"
1788   - "tags"
1789
1790 # VPP Compare NICs 3n-hsw 1t1c mrr
1791 - type: "table"
1792   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1793   algorithm: "table_nics_comparison"
1794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1795   reference:
1796     title: "Intel-x520"
1797     nic: "NIC_Intel-X520-DA2"
1798   compare:
1799     title: "Intel-x710"
1800     nic: "NIC_Intel-X710"
1801   data: "vpp-nic-comparison-3n-hsw-mrr"
1802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1803   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1804   parameters:
1805   - "name"
1806   - "parent"
1807   - "result"
1808   - "tags"
1809
1810 # VPP Compare NICs 3n-hsw 2t2c mrr
1811 - type: "table"
1812   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1813   algorithm: "table_nics_comparison"
1814   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1815   reference:
1816     title: "Intel-x520"
1817     nic: "NIC_Intel-X520-DA2"
1818   compare:
1819     title: "Intel-x710"
1820     nic: "NIC_Intel-X710"
1821   data: "vpp-nic-comparison-3n-hsw-mrr"
1822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1823   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1824   parameters:
1825   - "name"
1826   - "parent"
1827   - "result"
1828   - "tags"
1829
1830 # VPP Compare NICs 3n-hsw 4t4c mrr
1831 - type: "table"
1832   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1833   algorithm: "table_nics_comparison"
1834   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1835   reference:
1836     title: "Intel-x520"
1837     nic: "NIC_Intel-X520-DA2"
1838   compare:
1839     title: "Intel-x710"
1840     nic: "NIC_Intel-X710"
1841   data: "vpp-nic-comparison-3n-hsw-mrr"
1842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1843   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1844   parameters:
1845   - "name"
1846   - "parent"
1847   - "result"
1848   - "tags"
1849
1850 # VPP Compare NICs 3n-skx 2t1c ndr
1851 - type: "table"
1852   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1853   algorithm: "table_nics_comparison"
1854   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1855   reference:
1856     title: "Intel-x710"
1857     nic: "NIC_Intel-X710"
1858   compare:
1859     title: "Intel-xxv710"
1860     nic: "NIC_Intel-XXV710"
1861   data: "vpp-nic-comparison-3n-skx"
1862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1863   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1864   parameters:
1865   - "name"
1866   - "parent"
1867   - "throughput"
1868   - "tags"
1869
1870 # VPP Compare NICs 3n-skx 4t2c ndr
1871 - type: "table"
1872   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1873   algorithm: "table_nics_comparison"
1874   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1875   reference:
1876     title: "Intel-x710"
1877     nic: "NIC_Intel-X710"
1878   compare:
1879     title: "Intel-xxv710"
1880     nic: "NIC_Intel-XXV710"
1881   data: "vpp-nic-comparison-3n-skx"
1882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1883   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1884   parameters:
1885   - "name"
1886   - "parent"
1887   - "throughput"
1888   - "tags"
1889
1890 # VPP Compare NICs 3n-skx 2t1c pdr
1891 - type: "table"
1892   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1893   algorithm: "table_nics_comparison"
1894   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1895   reference:
1896     title: "Intel-x710"
1897     nic: "NIC_Intel-X710"
1898   compare:
1899     title: "Intel-xxv710"
1900     nic: "NIC_Intel-XXV710"
1901   data: "vpp-nic-comparison-3n-skx"
1902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1903   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1904   parameters:
1905   - "name"
1906   - "parent"
1907   - "throughput"
1908   - "tags"
1909
1910  # VPP Compare NICs 3n-skx 4t2c pdr
1911 - type: "table"
1912   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1913   algorithm: "table_nics_comparison"
1914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1915   reference:
1916     title: "Intel-x710"
1917     nic: "NIC_Intel-X710"
1918   compare:
1919     title: "Intel-xxv710"
1920     nic: "NIC_Intel-XXV710"
1921   data: "vpp-nic-comparison-3n-skx"
1922   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1923   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1924   parameters:
1925   - "name"
1926   - "parent"
1927   - "throughput"
1928   - "tags"
1929
1930 # VPP Compare NICs 3n-skx 2t1c mrr
1931 - type: "table"
1932   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1933   algorithm: "table_nics_comparison"
1934   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1935   reference:
1936     title: "Intel-x710"
1937     nic: "NIC_Intel-X710"
1938   compare:
1939     title: "Intel-xxv710"
1940     nic: "NIC_Intel-XXV710"
1941   data: "vpp-nic-comparison-3n-skx-mrr"
1942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1943   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1944   parameters:
1945   - "name"
1946   - "parent"
1947   - "result"
1948   - "tags"
1949
1950 # VPP Compare NICs 3n-skx 4t2c mrr
1951 - type: "table"
1952   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1953   algorithm: "table_nics_comparison"
1954   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1955   reference:
1956     title: "Intel-x710"
1957     nic: "NIC_Intel-X710"
1958   compare:
1959     title: "Intel-xxv710"
1960     nic: "NIC_Intel-XXV710"
1961   data: "vpp-nic-comparison-3n-skx-mrr"
1962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1963   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1964   parameters:
1965   - "name"
1966   - "parent"
1967   - "result"
1968   - "tags"
1969
1970  # VPP Compare NICs 3n-skx 8t4c mrr
1971 - type: "table"
1972   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1973   algorithm: "table_nics_comparison"
1974   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1975   reference:
1976     title: "Intel-x710"
1977     nic: "NIC_Intel-X710"
1978   compare:
1979     title: "Intel-xxv710"
1980     nic: "NIC_Intel-XXV710"
1981   data: "vpp-nic-comparison-3n-skx-mrr"
1982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1983   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1984   parameters:
1985   - "name"
1986   - "parent"
1987   - "result"
1988   - "tags"
1989
1990 # VPP Compare NICs 2n-skx 2t1c ndr
1991 - type: "table"
1992   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1993   algorithm: "table_nics_comparison"
1994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1995   reference:
1996     title: "Intel-x710"
1997     nic: "NIC_Intel-X710"
1998   compare:
1999     title: "Intel-xxv710"
2000     nic: "NIC_Intel-XXV710"
2001   data: "vpp-nic-comparison-2n-skx"
2002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2003   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2004   parameters:
2005   - "name"
2006   - "parent"
2007   - "throughput"
2008   - "tags"
2009
2010 # VPP Compare NICs 2n-skx 4t2c ndr
2011 - type: "table"
2012   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2013   algorithm: "table_nics_comparison"
2014   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2015   reference:
2016     title: "Intel-x710"
2017     nic: "NIC_Intel-X710"
2018   compare:
2019     title: "Intel-xxv710"
2020     nic: "NIC_Intel-XXV710"
2021   data: "vpp-nic-comparison-2n-skx"
2022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2023   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2024   parameters:
2025   - "name"
2026   - "parent"
2027   - "throughput"
2028   - "tags"
2029
2030  # VPP Compare NICs 2n-skx 2t1c pdr
2031 - type: "table"
2032   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2033   algorithm: "table_nics_comparison"
2034   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2035   reference:
2036     title: "Intel-x710"
2037     nic: "NIC_Intel-X710"
2038   compare:
2039     title: "Intel-xxv710"
2040     nic: "NIC_Intel-XXV710"
2041   data: "vpp-nic-comparison-2n-skx"
2042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2043   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2044   parameters:
2045   - "name"
2046   - "parent"
2047   - "throughput"
2048   - "tags"
2049
2050 # VPP Compare NICs 2n-skx 4t2c pdr
2051 - type: "table"
2052   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2053   algorithm: "table_nics_comparison"
2054   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2055   reference:
2056     title: "Intel-x710"
2057     nic: "NIC_Intel-X710"
2058   compare:
2059     title: "Intel-xxv710"
2060     nic: "NIC_Intel-XXV710"
2061   data: "vpp-nic-comparison-2n-skx"
2062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2063   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2064   parameters:
2065   - "name"
2066   - "parent"
2067   - "throughput"
2068   - "tags"
2069
2070 # VPP Compare NICs 2n-skx 2t1c mrr
2071 - type: "table"
2072   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2073   algorithm: "table_nics_comparison"
2074   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2075   reference:
2076     title: "Intel-x710"
2077     nic: "NIC_Intel-X710"
2078   compare:
2079     title: "Intel-xxv710"
2080     nic: "NIC_Intel-XXV710"
2081   data: "vpp-nic-comparison-2n-skx-mrr"
2082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2083   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2084   parameters:
2085   - "name"
2086   - "parent"
2087   - "result"
2088   - "tags"
2089
2090 # VPP Compare NICs 2n-skx 4t2c mrr
2091 - type: "table"
2092   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2093   algorithm: "table_nics_comparison"
2094   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2095   reference:
2096     title: "Intel-x710"
2097     nic: "NIC_Intel-X710"
2098   compare:
2099     title: "Intel-xxv710"
2100     nic: "NIC_Intel-XXV710"
2101   data: "vpp-nic-comparison-2n-skx-mrr"
2102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2103   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2104   parameters:
2105   - "name"
2106   - "parent"
2107   - "result"
2108   - "tags"
2109
2110 # VPP Compare NICs 2n-skx 8t4c mrr
2111 - type: "table"
2112   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2113   algorithm: "table_nics_comparison"
2114   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2115   reference:
2116     title: "Intel-x710"
2117     nic: "NIC_Intel-X710"
2118   compare:
2119     title: "Intel-xxv710"
2120     nic: "NIC_Intel-XXV710"
2121   data: "vpp-nic-comparison-2n-skx-mrr"
2122   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2123   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2124   parameters:
2125   - "name"
2126   - "parent"
2127   - "result"
2128   - "tags"
2129
2130 ################################################################################
2131 # VPP
2132
2133 ## VPP Performance Changes 2n-dnv 1t1c pdr
2134 #- type: "table"
2135 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2136 #  algorithm: "table_performance_comparison"
2137 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2138 #  history:
2139 #    - title: "rls1810"
2140 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2141 #  reference:
2142 #    title: "rls1901"
2143 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2144 #  compare:
2145 #    title: "rls1904"
2146 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2147 #  data: "intel-dnv-vpp-changes-2n-dnv"
2148 #  include-tests: "PDR"
2149 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2150 #  parameters:
2151 #  - "name"
2152 #  - "parent"
2153 #  - "throughput"
2154 #
2155 ## VPP Performance Changes 2n-dnv 2t2c pdr
2156 #- type: "table"
2157 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2158 #  algorithm: "table_performance_comparison"
2159 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2160 #  history:
2161 #    - title: "rls1810"
2162 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2163 #  reference:
2164 #    title: "rls1901"
2165 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2166 #  compare:
2167 #    title: "rls1904"
2168 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2169 #  data: "intel-dnv-vpp-changes-2n-dnv"
2170 #  include-tests: "PDR"
2171 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2172 #  parameters:
2173 #  - "name"
2174 #  - "parent"
2175 #  - "throughput"
2176 #
2177 ## VPP Performance Changes 2n-dnv 1t1c ndr
2178 #- type: "table"
2179 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2180 #  algorithm: "table_performance_comparison"
2181 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2182 #  history:
2183 #    - title: "rls1810"
2184 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2185 #  reference:
2186 #    title: "rls1901"
2187 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2188 #  compare:
2189 #    title: "rls1904"
2190 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2191 #  data: "intel-dnv-vpp-changes-2n-dnv"
2192 #  include-tests: "NDR"
2193 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2194 #  parameters:
2195 #  - "name"
2196 #  - "parent"
2197 #  - "throughput"
2198 #
2199 ## VPP Performance Changes 2n-dnv 2t2c ndr
2200 #- type: "table"
2201 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2202 #  algorithm: "table_performance_comparison"
2203 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2204 #  history:
2205 #    - title: "rls1810"
2206 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2207 #  reference:
2208 #    title: "rls1901"
2209 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2210 #  compare:
2211 #    title: "rls1904"
2212 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2213 #  data: "intel-dnv-vpp-changes-2n-dnv"
2214 #  include-tests: "NDR"
2215 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2216 #  parameters:
2217 #  - "name"
2218 #  - "parent"
2219 #  - "throughput"
2220 #
2221 ## VPP Performance Changes 2n-dnv 1t1c MRR
2222 #- type: "table"
2223 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2224 #  algorithm: "table_performance_comparison"
2225 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2226 #  history:
2227 #    - title: "rls1810"
2228 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2229 #  reference:
2230 #    title: "rls1901"
2231 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2232 #  compare:
2233 #    title: "rls1904"
2234 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2235 #  data: "intel-dnv-vpp-changes-2n-dnv"
2236 #  include-tests: "MRR"
2237 #  filter: "'1T1C' and 'MRR'"
2238 #  parameters:
2239 #  - "name"
2240 #  - "parent"
2241 #  - "result"
2242 #
2243 ## VPP Performance Changes 2n-dnv 2t2c MRR
2244 #- type: "table"
2245 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2246 #  algorithm: "table_performance_comparison"
2247 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2248 #  history:
2249 #    - title: "rls1810"
2250 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2251 #  reference:
2252 #    title: "rls1901"
2253 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2254 #  compare:
2255 #    title: "rls1904"
2256 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2257 #  data: "intel-dnv-vpp-changes-2n-dnv"
2258 #  include-tests: "MRR"
2259 #  filter: "'2T2C' and 'MRR'"
2260 #  parameters:
2261 #  - "name"
2262 #  - "parent"
2263 #  - "result"
2264 #
2265 ## VPP Performance Changes 2n-dnv 4t4c MRR
2266 #- type: "table"
2267 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2268 #  algorithm: "table_performance_comparison"
2269 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2270 #  history:
2271 #    - title: "rls1810"
2272 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2273 #  reference:
2274 #    title: "rls1901"
2275 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2276 #  compare:
2277 #    title: "rls1904"
2278 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2279 #  data: "intel-dnv-vpp-changes-2n-dnv"
2280 #  include-tests: "MRR"
2281 #  filter: "'4T4C' and 'MRR'"
2282 #  parameters:
2283 #  - "name"
2284 #  - "parent"
2285 #  - "result"
2286
2287 # VPP Performance Changes 3n-hsw 1t1c pdr
2288 - type: "table"
2289   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2290   algorithm: "table_performance_comparison"
2291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2292   history:
2293     - title: "rls1810"
2294       data: "vpp-performance-changes-3n-hsw-h1"
2295   reference:
2296     title: "rls1901"
2297     data: "vpp-performance-changes-3n-hsw-ref"
2298   compare:
2299     title: "rls1904"
2300     data: "vpp-performance-changes-3n-hsw-cmp"
2301   data: "vpp-performance-changes-3n-hsw"
2302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2303   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2304   parameters:
2305   - "name"
2306   - "parent"
2307   - "throughput"
2308
2309 # VPP Performance Changes 3n-hsw 2t2c pdr
2310 - type: "table"
2311   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2312   algorithm: "table_performance_comparison"
2313   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2314   history:
2315     - title: "rls1810"
2316       data: "vpp-performance-changes-3n-hsw-h1"
2317   reference:
2318     title: "rls1901"
2319     data: "vpp-performance-changes-3n-hsw-ref"
2320   compare:
2321     title: "rls1904"
2322     data: "vpp-performance-changes-3n-hsw-cmp"
2323   data: "vpp-performance-changes-3n-hsw"
2324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2325   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2326   parameters:
2327   - "name"
2328   - "parent"
2329   - "throughput"
2330
2331 # VPP Performance Changes 3n-hsw 1t1c ndr
2332 - type: "table"
2333   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2334   algorithm: "table_performance_comparison"
2335   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2336   history:
2337     - title: "rls1810"
2338       data: "vpp-performance-changes-3n-hsw-h1"
2339   reference:
2340     title: "rls1901"
2341     data: "vpp-performance-changes-3n-hsw-ref"
2342   compare:
2343     title: "rls1904"
2344     data: "vpp-performance-changes-3n-hsw-cmp"
2345   data: "vpp-performance-changes-3n-hsw"
2346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2347   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2348   parameters:
2349   - "name"
2350   - "parent"
2351   - "throughput"
2352
2353 # VPP Performance Changes 3n-hsw 2t2c ndr
2354 - type: "table"
2355   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2356   algorithm: "table_performance_comparison"
2357   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2358   history:
2359     - title: "rls1810"
2360       data: "vpp-performance-changes-3n-hsw-h1"
2361   reference:
2362     title: "rls1901"
2363     data: "vpp-performance-changes-3n-hsw-ref"
2364   compare:
2365     title: "rls1904"
2366     data: "vpp-performance-changes-3n-hsw-cmp"
2367   data: "vpp-performance-changes-3n-hsw"
2368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2369   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2370   parameters:
2371   - "name"
2372   - "parent"
2373   - "throughput"
2374
2375 # VPP Performance Changes 3n-skx 2t1c pdr
2376 - type: "table"
2377   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2378   algorithm: "table_performance_comparison"
2379   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2380   history:
2381     - title: "rls1810"
2382       data: "vpp-performance-changes-3n-skx-h1"
2383   reference:
2384     title: "rls1901"
2385     data: "vpp-performance-changes-3n-skx-ref"
2386   compare:
2387     title: "rls1904"
2388     data: "vpp-performance-changes-3n-skx-cmp"
2389   data: "vpp-performance-changes-3n-skx"
2390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2391   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2392   parameters:
2393   - "name"
2394   - "parent"
2395   - "throughput"
2396
2397 # VPP Performance Changes 3n-skx 4t2c pdr
2398 - type: "table"
2399   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2400   algorithm: "table_performance_comparison"
2401   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2402   history:
2403     - title: "rls1810"
2404       data: "vpp-performance-changes-3n-skx-h1"
2405   reference:
2406     title: "rls1901"
2407     data: "vpp-performance-changes-3n-skx-ref"
2408   compare:
2409     title: "rls1904"
2410     data: "vpp-performance-changes-3n-skx-cmp"
2411   data: "vpp-performance-changes-3n-skx"
2412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2413   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2414   parameters:
2415   - "name"
2416   - "parent"
2417   - "throughput"
2418
2419 # VPP Performance Changes 3n-skx 2t1c ndr
2420 - type: "table"
2421   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2422   algorithm: "table_performance_comparison"
2423   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2424   history:
2425     - title: "rls1810"
2426       data: "vpp-performance-changes-3n-skx-h1"
2427   reference:
2428     title: "rls1901"
2429     data: "vpp-performance-changes-3n-skx-ref"
2430   compare:
2431     title: "rls1904"
2432     data: "vpp-performance-changes-3n-skx-cmp"
2433   data: "vpp-performance-changes-3n-skx"
2434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2435   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2436   parameters:
2437   - "name"
2438   - "parent"
2439   - "throughput"
2440
2441 # VPP Performance Changes 3n-skx 4t2c ndr
2442 - type: "table"
2443   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2444   algorithm: "table_performance_comparison"
2445   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2446   history:
2447     - title: "rls1810"
2448       data: "vpp-performance-changes-3n-skx-h1"
2449   reference:
2450     title: "rls1901"
2451     data: "vpp-performance-changes-3n-skx-ref"
2452   compare:
2453     title: "rls1904"
2454     data: "vpp-performance-changes-3n-skx-cmp"
2455   data: "vpp-performance-changes-3n-skx"
2456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2457   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2458   parameters:
2459   - "name"
2460   - "parent"
2461   - "throughput"
2462
2463 # VPP Performance Changes 2n-skx 2t1c pdr
2464 - type: "table"
2465   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2466   algorithm: "table_performance_comparison"
2467   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2468   history:
2469     - title: "rls1810"
2470       data: "vpp-performance-changes-2n-skx-h1"
2471   reference:
2472     title: "rls1901"
2473     data: "vpp-performance-changes-2n-skx-ref"
2474   compare:
2475     title: "rls1904"
2476     data: "vpp-performance-changes-2n-skx-cmp"
2477   data: "vpp-performance-changes-2n-skx"
2478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2479   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2480   parameters:
2481   - "name"
2482   - "parent"
2483   - "throughput"
2484
2485 # VPP Performance Changes 2n-skx 4t2c pdr
2486 - type: "table"
2487   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2488   algorithm: "table_performance_comparison"
2489   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2490   history:
2491     - title: "rls1810"
2492       data: "vpp-performance-changes-2n-skx-h1"
2493   reference:
2494     title: "rls1901"
2495     data: "vpp-performance-changes-2n-skx-ref"
2496   compare:
2497     title: "rls1904"
2498     data: "vpp-performance-changes-2n-skx-cmp"
2499   data: "vpp-performance-changes-2n-skx"
2500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2501   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2502   parameters:
2503   - "name"
2504   - "parent"
2505   - "throughput"
2506
2507 # VPP Performance Changes 2n-skx 2t1c ndr
2508 - type: "table"
2509   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2510   algorithm: "table_performance_comparison"
2511   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2512   history:
2513     - title: "rls1810"
2514       data: "vpp-performance-changes-2n-skx-h1"
2515   reference:
2516     title: "rls1901"
2517     data: "vpp-performance-changes-2n-skx-ref"
2518   compare:
2519     title: "rls1904"
2520     data: "vpp-performance-changes-2n-skx-cmp"
2521   data: "vpp-performance-changes-2n-skx"
2522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2523   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2524   parameters:
2525   - "name"
2526   - "parent"
2527   - "throughput"
2528
2529 # VPP Performance Changes 2n-skx 4t2c ndr
2530 - type: "table"
2531   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2532   algorithm: "table_performance_comparison"
2533   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2534   history:
2535     - title: "rls1810"
2536       data: "vpp-performance-changes-2n-skx-h1"
2537   reference:
2538     title: "rls1901"
2539     data: "vpp-performance-changes-2n-skx-ref"
2540   compare:
2541     title: "rls1904"
2542     data: "vpp-performance-changes-2n-skx-cmp"
2543   data: "vpp-performance-changes-2n-skx"
2544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2545   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2546   parameters:
2547   - "name"
2548   - "parent"
2549   - "throughput"
2550
2551 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2552 - type: "table"
2553   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2554   algorithm: "table_performance_comparison"
2555   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2556   reference:
2557     title: "3-Node Hsw"
2558     data: "vpp-compare-testbeds-ref"
2559   compare:
2560     title: "3-Node Skx"
2561     data: "vpp-compare-testbeds-cmp"
2562   data: "vpp-compare-testbeds"
2563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2564   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2565   parameters:
2566   - "name"
2567   - "parent"
2568   - "throughput"
2569
2570 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2571 - type: "table"
2572   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2573   algorithm: "table_performance_comparison"
2574   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2575   reference:
2576     title: "3-Node Hsw"
2577     data: "vpp-compare-testbeds-ref"
2578   compare:
2579     title: "3-Node Skx"
2580     data: "vpp-compare-testbeds-cmp"
2581   data: "vpp-compare-testbeds"
2582   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2583   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2584   parameters:
2585   - "name"
2586   - "parent"
2587   - "throughput"
2588
2589 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2590 - type: "table"
2591   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2592   algorithm: "table_performance_comparison"
2593   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2594   reference:
2595     title: "3-Node Hsw"
2596     data: "vpp-compare-testbeds-ref"
2597   compare:
2598     title: "3-Node Skx"
2599     data: "vpp-compare-testbeds-cmp"
2600   data: "vpp-compare-testbeds"
2601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2602   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2603   parameters:
2604   - "name"
2605   - "parent"
2606   - "throughput"
2607
2608 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2609 - type: "table"
2610   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2611   algorithm: "table_performance_comparison"
2612   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2613   reference:
2614     title: "3-Node Hsw"
2615     data: "vpp-compare-testbeds-ref"
2616   compare:
2617     title: "3-Node Skx"
2618     data: "vpp-compare-testbeds-cmp"
2619   data: "vpp-compare-testbeds"
2620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2621   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2622   parameters:
2623   - "name"
2624   - "parent"
2625   - "throughput"
2626
2627 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2628 - type: "table"
2629   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2630   algorithm: "table_performance_comparison"
2631   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2632   reference:
2633     title: "3-Node Skx"
2634     data: "vpp-compare-topologies-ref"
2635   compare:
2636     title: "2-Node Skx"
2637     data: "vpp-compare-topologies-cmp"
2638   data: "vpp-compare-topologies"
2639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2640   filter: "'NDRPDR' and '1C'"
2641   parameters:
2642   - "name"
2643   - "parent"
2644   - "throughput"
2645
2646 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2647 - type: "table"
2648   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2649   algorithm: "table_performance_comparison"
2650   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2651   reference:
2652     title: "3-Node Skx"
2653     data: "vpp-compare-topologies-ref"
2654   compare:
2655     title: "2-Node Skx"
2656     data: "vpp-compare-topologies-cmp"
2657   data: "vpp-compare-topologies"
2658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2659   filter: "'NDRPDR' and '2C'"
2660   parameters:
2661   - "name"
2662   - "parent"
2663   - "throughput"
2664
2665 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2666 - type: "table"
2667   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2668   algorithm: "table_performance_comparison"
2669   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2670   reference:
2671     title: "3-Node Skx"
2672     data: "vpp-compare-topologies-ref"
2673   compare:
2674     title: "2-Node Skx"
2675     data: "vpp-compare-topologies-cmp"
2676   data: "vpp-compare-topologies"
2677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2678   filter: "'NDRPDR' and '1C'"
2679   parameters:
2680   - "name"
2681   - "parent"
2682   - "throughput"
2683
2684 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2685 - type: "table"
2686   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2687   algorithm: "table_performance_comparison"
2688   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2689   reference:
2690     title: "3-Node Skx"
2691     data: "vpp-compare-topologies-ref"
2692   compare:
2693     title: "2-Node Skx"
2694     data: "vpp-compare-topologies-cmp"
2695   data: "vpp-compare-topologies"
2696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2697   filter: "'NDRPDR' and '2C'"
2698   parameters:
2699   - "name"
2700   - "parent"
2701   - "throughput"
2702
2703 # VPP Performance Changes 3n-hsw 1t1c MRR
2704 - type: "table"
2705   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2706   algorithm: "table_performance_comparison"
2707   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2708   history:
2709     - title: "rls1810"
2710       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2711   reference:
2712     title: "rls1901"
2713     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2714   compare:
2715     title: "rls1904"
2716     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2717   data: "vpp-performance-changes-3n-hsw-mrr"
2718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2719   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2720   parameters:
2721   - "name"
2722   - "parent"
2723   - "result"
2724
2725 # VPP Performance Changes 3n-hsw 2t2c MRR
2726 - type: "table"
2727   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2728   algorithm: "table_performance_comparison"
2729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2730   history:
2731     - title: "rls1810"
2732       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2733   reference:
2734     title: "rls1901"
2735     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2736   compare:
2737     title: "rls1904"
2738     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2739   data: "vpp-performance-changes-3n-hsw-mrr"
2740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2741   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2742   parameters:
2743   - "name"
2744   - "parent"
2745   - "result"
2746
2747 # VPP Performance Changes 3n-hsw 4t4c MRR
2748 - type: "table"
2749   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2750   algorithm: "table_performance_comparison"
2751   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2752   history:
2753     - title: "rls1810"
2754       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2755   reference:
2756     title: "rls1901"
2757     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2758   compare:
2759     title: "rls1904"
2760     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2761   data: "vpp-performance-changes-3n-hsw-mrr"
2762   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2763   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2764   parameters:
2765   - "name"
2766   - "parent"
2767   - "result"
2768
2769 # VPP Performance Changes 3n-skx 2t1c MRR
2770 - type: "table"
2771   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2772   algorithm: "table_performance_comparison"
2773   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2774   history:
2775     - title: "rls1810"
2776       data: "vpp-performance-changes-3n-skx-mrr-h1"
2777   reference:
2778     title: "rls1901"
2779     data: "vpp-performance-changes-3n-skx-mrr-ref"
2780   compare:
2781     title: "rls1904"
2782     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2783   data: "vpp-performance-changes-3n-skx-mrr"
2784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2785   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2786   parameters:
2787   - "name"
2788   - "parent"
2789   - "result"
2790
2791 # VPP Performance Changes 3n-skx 4t2c MRR
2792 - type: "table"
2793   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2794   algorithm: "table_performance_comparison"
2795   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2796   history:
2797     - title: "rls1810"
2798       data: "vpp-performance-changes-3n-skx-mrr-h1"
2799   reference:
2800     title: "rls1901"
2801     data: "vpp-performance-changes-3n-skx-mrr-ref"
2802   compare:
2803     title: "rls1904"
2804     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2805   data: "vpp-performance-changes-3n-skx-mrr"
2806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2807   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2808   parameters:
2809   - "name"
2810   - "parent"
2811   - "result"
2812
2813 # VPP Performance Changes 3n-skx 8t4c MRR
2814 - type: "table"
2815   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2816   algorithm: "table_performance_comparison"
2817   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2818   history:
2819     - title: "rls1810"
2820       data: "vpp-performance-changes-3n-skx-mrr-h1"
2821   reference:
2822     title: "rls1901"
2823     data: "vpp-performance-changes-3n-skx-mrr-ref"
2824   compare:
2825     title: "rls1904"
2826     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2827   data: "vpp-performance-changes-3n-skx-mrr"
2828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2829   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2830   parameters:
2831   - "name"
2832   - "parent"
2833   - "result"
2834
2835 # VPP Performance Changes 2n-skx 2t1c MRR
2836 - type: "table"
2837   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2838   algorithm: "table_performance_comparison"
2839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2840   history:
2841     - title: "rls1810"
2842       data: "vpp-performance-changes-2n-skx-mrr-h1"
2843   reference:
2844     title: "rls1901"
2845     data: "vpp-performance-changes-2n-skx-mrr-ref"
2846   compare:
2847     title: "rls1904"
2848     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2849   data: "vpp-performance-changes-2n-skx-mrr"
2850   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2851   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2852   parameters:
2853   - "name"
2854   - "parent"
2855   - "result"
2856
2857 # VPP Performance Changes 2n-skx 4t2c MRR
2858 - type: "table"
2859   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2860   algorithm: "table_performance_comparison"
2861   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2862   history:
2863     - title: "rls1810"
2864       data: "vpp-performance-changes-2n-skx-mrr-h1"
2865   reference:
2866     title: "rls1901"
2867     data: "vpp-performance-changes-2n-skx-mrr-ref"
2868   compare:
2869     title: "rls1904"
2870     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2871   data: "vpp-performance-changes-2n-skx-mrr"
2872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2873   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2874   parameters:
2875   - "name"
2876   - "parent"
2877   - "result"
2878
2879 # VPP Performance Changes 2n-skx 8t4c MRR
2880 - type: "table"
2881   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2882   algorithm: "table_performance_comparison"
2883   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2884   history:
2885     - title: "rls1810"
2886       data: "vpp-performance-changes-2n-skx-mrr-h1"
2887   reference:
2888     title: "rls1901"
2889     data: "vpp-performance-changes-2n-skx-mrr-ref"
2890   compare:
2891     title: "rls1904"
2892     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2893   data: "vpp-performance-changes-2n-skx-mrr"
2894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2895   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2896   parameters:
2897   - "name"
2898   - "parent"
2899   - "result"
2900
2901 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2902 - type: "table"
2903   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2904   algorithm: "table_performance_comparison"
2905   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2906   reference:
2907     title: "3-Node Hsw"
2908     data: "vpp-compare-testbeds-mrr-ref"
2909   compare:
2910     title: "3-Node Skx"
2911     data: "vpp-compare-testbeds-mrr-cmp"
2912   data: "vpp-compare-testbeds-mrr"
2913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2914   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2915   parameters:
2916   - "name"
2917   - "parent"
2918   - "result"
2919
2920 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2921 - type: "table"
2922   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2923   algorithm: "table_performance_comparison"
2924   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2925   reference:
2926     title: "3-Node Hsw"
2927     data: "vpp-compare-testbeds-mrr-ref"
2928   compare:
2929     title: "3-Node Skx"
2930     data: "vpp-compare-testbeds-mrr-cmp"
2931   data: "vpp-compare-testbeds-mrr"
2932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2933   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2934   parameters:
2935   - "name"
2936   - "parent"
2937   - "result"
2938
2939 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2940 - type: "table"
2941   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2942   algorithm: "table_performance_comparison"
2943   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2944   reference:
2945     title: "3-Node Hsw"
2946     data: "vpp-compare-testbeds-mrr-ref"
2947   compare:
2948     title: "3-Node Skx"
2949     data: "vpp-compare-testbeds-mrr-cmp"
2950   data: "vpp-compare-testbeds-mrr"
2951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2952   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2953   parameters:
2954   - "name"
2955   - "parent"
2956   - "result"
2957
2958 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2959 - type: "table"
2960   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2961   algorithm: "table_performance_comparison"
2962   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2963   reference:
2964     title: "3-Node Skx"
2965     data: "vpp-compare-topologies-mrr-ref"
2966   compare:
2967     title: "2-Node Skx"
2968     data: "vpp-compare-topologies-mrr-cmp"
2969   data: "vpp-compare-topologies-mrr"
2970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2971   filter: "'MRR' and '1C'"
2972   parameters:
2973   - "name"
2974   - "parent"
2975   - "result"
2976
2977 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2978 - type: "table"
2979   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2980   algorithm: "table_performance_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2982   reference:
2983     title: "3-Node Skx"
2984     data: "vpp-compare-topologies-mrr-ref"
2985   compare:
2986     title: "2-Node Skx"
2987     data: "vpp-compare-topologies-mrr-cmp"
2988   data: "vpp-compare-topologies-mrr"
2989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2990   filter: "'MRR' and '2C'"
2991   parameters:
2992   - "name"
2993   - "parent"
2994   - "result"
2995
2996 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2997 - type: "table"
2998   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2999   algorithm: "table_performance_comparison"
3000   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3001   reference:
3002     title: "3-Node Skx"
3003     data: "vpp-compare-topologies-mrr-ref"
3004   compare:
3005     title: "2-Node Skx"
3006     data: "vpp-compare-topologies-mrr-cmp"
3007   data: "vpp-compare-topologies-mrr"
3008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3009   filter: "'MRR' and '4C'"
3010   parameters:
3011   - "name"
3012   - "parent"
3013   - "result"
3014
3015 # Detailed Test Results - VPP Performance Results 3n-hsw
3016 - type: "table"
3017   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3018   algorithm: "table_merged_details"
3019   output-file-ext: ".csv"
3020   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3021   columns:
3022   - title: "Name"
3023     data: "data name"
3024   - title: "Status"
3025     data: "data msg"
3026   rows: "generated"
3027   data: "vpp-perf-results-3n-hsw"
3028   filter: "not 'NDRCHK' and not 'PDRCHK'"
3029   parameters:
3030   - "name"
3031   - "parent"
3032   - "msg"
3033
3034 # Detailed Test Results - VPP Performance Results 3n-skx
3035 - type: "table"
3036   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3037   algorithm: "table_merged_details"
3038   output-file-ext: ".csv"
3039   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3040   columns:
3041   - title: "Name"
3042     data: "data name"
3043   - title: "Status"
3044     data: "data msg"
3045   rows: "generated"
3046   data: "vpp-perf-results-3n-skx"
3047   filter: "not 'NDRCHK' and not 'PDRCHK'"
3048   parameters:
3049   - "name"
3050   - "parent"
3051   - "msg"
3052
3053 # Detailed Test Results - VPP Performance Results 2n-skx
3054 - type: "table"
3055   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3056   algorithm: "table_merged_details"
3057   output-file-ext: ".csv"
3058   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3059   columns:
3060   - title: "Name"
3061     data: "data name"
3062   - title: "Status"
3063     data: "data msg"
3064   rows: "generated"
3065   data: "vpp-perf-results-2n-skx"
3066   filter: "not 'NDRCHK' and not 'PDRCHK'"
3067   parameters:
3068   - "name"
3069   - "parent"
3070   - "msg"
3071
3072 ## Detailed Test Results - VPP Performance Results 2n-dnv
3073 #- type: "table"
3074 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3075 #  algorithm: "table_details"
3076 #  output-file-ext: ".csv"
3077 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3078 #  columns:
3079 #  - title: "Name"
3080 #    data: "data name"
3081 #  - title: "Status"
3082 #    data: "data msg"
3083 #  rows: "generated"
3084 #  data: "intel-dnv-vpp"
3085 #  filter: "'NDRPDR'"
3086 #  parameters:
3087 #  - "name"
3088 #  - "parent"
3089 #  - "msg"
3090
3091 # Test configuration - VPP Performance Test Configs 3n-hsw
3092 - type: "table"
3093   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3094   algorithm: "table_merged_details"
3095   output-file-ext: ".csv"
3096   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3097   columns:
3098   - title: "Name"
3099     data: "data name"
3100   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3101     data: "data conf-history"
3102   rows: "generated"
3103   data: "vpp-perf-results-3n-hsw"
3104   filter: "not 'NDRCHK' and not 'PDRCHK'"
3105   parameters:
3106   - "parent"
3107   - "name"
3108   - "conf-history"
3109
3110 # Test configuration - VPP Performance Test Configs 3n-skx
3111 - type: "table"
3112   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3113   algorithm: "table_merged_details"
3114   output-file-ext: ".csv"
3115   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3116   columns:
3117   - title: "Name"
3118     data: "data name"
3119   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3120     data: "data conf-history"
3121   rows: "generated"
3122   data: "vpp-perf-results-3n-skx"
3123   filter: "not 'NDRCHK' and not 'PDRCHK'"
3124   parameters:
3125   - "parent"
3126   - "name"
3127   - "conf-history"
3128
3129 # Test configuration - VPP Performance Test Configs 2n-skx
3130 - type: "table"
3131   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3132   algorithm: "table_merged_details"
3133   output-file-ext: ".csv"
3134   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3135   columns:
3136   - title: "Name"
3137     data: "data name"
3138   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3139     data: "data conf-history"
3140   rows: "generated"
3141   data: "vpp-perf-results-2n-skx"
3142   filter: "not 'NDRCHK' and not 'PDRCHK'"
3143   parameters:
3144   - "parent"
3145   - "name"
3146   - "conf-history"
3147
3148 ## Test configuration - VPP Performance Test Configs 2n-dnv
3149 #- type: "table"
3150 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3151 #  algorithm: "table_details"
3152 #  output-file-ext: ".csv"
3153 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3154 #  columns:
3155 #  - title: "Name"
3156 #    data: "data name"
3157 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3158 #    data: "data conf-history"
3159 #  rows: "generated"
3160 #  data: "intel-dnv-vpp"
3161 #  filter: "'NDRPDR'"
3162 #  parameters:
3163 #  - "parent"
3164 #  - "name"
3165 #  - "conf-history"
3166
3167 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3168 - type: "table"
3169   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3170   algorithm: "table_merged_details"
3171   output-file-ext: ".csv"
3172   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3173   columns:
3174   - title: "Name"
3175     data: "data name"
3176   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3177     data: "data show-run"
3178   rows: "generated"
3179   data: "vpp-perf-results-3n-hsw"
3180   filter: "not 'NDRCHK' and not 'PDRCHK'"
3181   parameters:
3182   - "parent"
3183   - "name"
3184   - "show-run"
3185
3186 # Test Operational Data - VPP Performance Operational Data 3n-skx
3187 - type: "table"
3188   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3189   algorithm: "table_merged_details"
3190   output-file-ext: ".csv"
3191   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3192   columns:
3193   - title: "Name"
3194     data: "data name"
3195   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3196     data: "data show-run"
3197   rows: "generated"
3198   data: "vpp-perf-results-3n-skx"
3199   filter: "not 'NDRCHK' and not 'PDRCHK'"
3200   parameters:
3201   - "parent"
3202   - "name"
3203   - "show-run"
3204
3205 # Test Operational Data - VPP Performance Operational Data 2n-skx
3206 - type: "table"
3207   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3208   algorithm: "table_merged_details"
3209   output-file-ext: ".csv"
3210   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3211   columns:
3212   - title: "Name"
3213     data: "data name"
3214   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3215     data: "data show-run"
3216   rows: "generated"
3217   data: "vpp-perf-results-2n-skx"
3218   filter: "not 'NDRCHK' and not 'PDRCHK'"
3219   parameters:
3220   - "parent"
3221   - "name"
3222   - "show-run"
3223
3224 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3225 #- type: "table"
3226 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3227 #  algorithm: "table_details"
3228 #  output-file-ext: ".csv"
3229 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3230 #  columns:
3231 #  - title: "Name"
3232 #    data: "data name"
3233 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3234 #    data: "data show-run"
3235 #  rows: "generated"
3236 #  data: "intel-dnv-vpp"
3237 #  filter: "'NDRPDR'"
3238 #  parameters:
3239 #  - "parent"
3240 #  - "name"
3241 #  - "show-run"
3242
3243 # Detailed Test Results - VPP MRR Results 3n-hsw
3244 - type: "table"
3245   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3246   algorithm: "table_details"
3247   output-file-ext: ".csv"
3248   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3249   columns:
3250   - title: "Name"
3251     data: "data name"
3252   - title: "Status"
3253     data: "data msg"
3254   rows: "generated"
3255   data: "vpp-mrr-results-3n-hsw"
3256   filter: "'MRR'"
3257   parameters:
3258   - "name"
3259   - "parent"
3260   - "msg"
3261
3262 # Detailed Test Results - VPP MRR Results 3n-skx
3263 - type: "table"
3264   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3265   algorithm: "table_details"
3266   output-file-ext: ".csv"
3267   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3268   columns:
3269   - title: "Name"
3270     data: "data name"
3271   - title: "Status"
3272     data: "data msg"
3273   rows: "generated"
3274   data: "vpp-mrr-results-3n-skx"
3275   filter: "'MRR'"
3276   parameters:
3277   - "name"
3278   - "parent"
3279   - "msg"
3280
3281 # Detailed Test Results - VPP MRR Results 2n-skx
3282 - type: "table"
3283   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3284   algorithm: "table_details"
3285   output-file-ext: ".csv"
3286   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3287   columns:
3288   - title: "Name"
3289     data: "data name"
3290   - title: "Status"
3291     data: "data msg"
3292   rows: "generated"
3293   data: "vpp-mrr-results-2n-skx"
3294   filter: "'MRR'"
3295   parameters:
3296   - "name"
3297   - "parent"
3298   - "msg"
3299
3300 ## Detailed Test Results - VPP MRR Results 2n-dnv
3301 #- type: "table"
3302 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3303 #  algorithm: "table_details"
3304 #  output-file-ext: ".csv"
3305 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3306 #  columns:
3307 #  - title: "Name"
3308 #    data: "data name"
3309 #  - title: "Status"
3310 #    data: "data msg"
3311 #  rows: "generated"
3312 #  data: "intel-dnv-vpp"
3313 #  filter: "'MRR'"
3314 #  parameters:
3315 #  - "name"
3316 #  - "parent"
3317 #  - "msg"
3318
3319 # Test configuration - VPP MRR Test Configs 3n-hsw
3320 - type: "table"
3321   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3322   algorithm: "table_details"
3323   output-file-ext: ".csv"
3324   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3325   columns:
3326   - title: "Name"
3327     data: "data name"
3328   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3329     data: "data conf-history"
3330   rows: "generated"
3331   data: "vpp-mrr-results-3n-hsw"
3332   filter: "'MRR'"
3333   parameters:
3334   - "parent"
3335   - "name"
3336   - "conf-history"
3337
3338 # Test configuration - VPP MRR Test Configs 3n-skx
3339 - type: "table"
3340   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3341   algorithm: "table_details"
3342   output-file-ext: ".csv"
3343   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3344   columns:
3345   - title: "Name"
3346     data: "data name"
3347   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3348     data: "data conf-history"
3349   rows: "generated"
3350   data: "vpp-mrr-results-3n-skx"
3351   filter: "'MRR'"
3352   parameters:
3353   - "parent"
3354   - "name"
3355   - "conf-history"
3356
3357 # Test configuration - VPP MRR Test Configs 2n-skx
3358 - type: "table"
3359   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3360   algorithm: "table_details"
3361   output-file-ext: ".csv"
3362   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3363   columns:
3364   - title: "Name"
3365     data: "data name"
3366   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3367     data: "data conf-history"
3368   rows: "generated"
3369   data: "vpp-mrr-results-2n-skx"
3370   filter: "'MRR'"
3371   parameters:
3372   - "parent"
3373   - "name"
3374   - "conf-history"
3375
3376 ## Test configuration - VPP MRR Test Configs 2n-dnv
3377 #- type: "table"
3378 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3379 #  algorithm: "table_details"
3380 #  output-file-ext: ".csv"
3381 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3382 #  columns:
3383 #  - title: "Name"
3384 #    data: "data name"
3385 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3386 #    data: "data conf-history"
3387 #  rows: "generated"
3388 #  data: "intel-dnv-vpp"
3389 #  filter: "'MRR'"
3390 #  parameters:
3391 #  - "parent"
3392 #  - "name"
3393 #  - "conf-history"
3394
3395 # Detailed Test Results - VPP Functional Results - Ubuntu
3396 - type: "table"
3397   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3398   algorithm: "table_details"
3399   output-file-ext: ".csv"
3400   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3401   columns:
3402   - title: "Name"
3403     data: "data name"
3404   - title: "Documentation"
3405     data: "data doc"
3406   - title: "Status"
3407     data: "data status"
3408   rows: "generated"
3409   data: "vpp-func-results-ubuntu"
3410   filter: "all"
3411   parameters:
3412   - "name"
3413   - "parent"
3414   - "doc"
3415   - "status"
3416
3417 # Detailed Test Results - VPP Functional Results - CentOS
3418 - type: "table"
3419   title: "Detailed Test Results - VPP Functional Results - CentOS"
3420   algorithm: "table_details"
3421   output-file-ext: ".csv"
3422   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3423   columns:
3424   - title: "Name"
3425     data: "data name"
3426   - title: "Documentation"
3427     data: "data doc"
3428   -
3429     title: "Status"
3430     data: "data status"
3431   rows: "generated"
3432   data:
3433     "vpp-func-results-centos"
3434   filter: "all"
3435   parameters:
3436   - "name"
3437   - "parent"
3438   - "doc"
3439   - "status"
3440
3441 # Test configuration - VPP Functional Test Configs - Ubuntu
3442 - type: "table"
3443   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3444   algorithm: "table_details"
3445   output-file-ext: ".csv"
3446   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3447   columns:
3448   - title: "Name"
3449     data: "data name"
3450   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3451     data: "data conf-history"
3452   rows: "generated"
3453   data: "vpp-func-results-ubuntu"
3454   filter: "all"
3455   parameters:
3456   - "parent"
3457   - "name"
3458   - "conf-history"
3459
3460 # Test configuration - VPP Functional Test Configs - CentOS
3461 - type: "table"
3462   title: "Test configuration - VPP Functional Test Configs - CentOS"
3463   algorithm: "table_details"
3464   output-file-ext: ".csv"
3465   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3466   columns:
3467   - title: "Name"
3468     data: "data name"
3469   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3470     data: "data conf-history"
3471   rows: "generated"
3472   data: "vpp-func-results-centos"
3473   filter: "all"
3474   parameters:
3475   - "parent"
3476   - "name"
3477   - "conf-history"
3478
3479 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3480 #- type: "table"
3481 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3482 #  algorithm: "table_details"
3483 #  output-file-ext: ".csv"
3484 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3485 #  columns:
3486 #  - title: "Name"
3487 #    data: "data name"
3488 #  - title: "Status"
3489 #    data: "data msg"
3490 #  rows: "generated"
3491 #  data: "ligato-perf-results-3n-hsw"
3492 #  filter: "all"
3493 #  parameters:
3494 #  - "name"
3495 #  - "parent"
3496 #  - "msg"
3497
3498 # Detailed Test Results - VPP Device Results - Ubuntu
3499 - type: "table"
3500   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3501   algorithm: "table_details"
3502   output-file-ext: ".csv"
3503   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3504   columns:
3505   - title: "Name"
3506     data: "data name"
3507   - title: "Documentation"
3508     data: "data doc"
3509   - title: "Status"
3510     data: "data status"
3511   rows: "generated"
3512   data: "vpp-device-results-ubuntu"
3513   filter: "all"
3514   parameters:
3515   - "name"
3516   - "parent"
3517   - "doc"
3518   - "status"
3519
3520 # Test configuration - VPP Device Test Configs - Ubuntu
3521 - type: "table"
3522   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3523   algorithm: "table_details"
3524   output-file-ext: ".csv"
3525   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3526   columns:
3527   - title: "Name"
3528     data: "data name"
3529   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3530     data: "data conf-history"
3531   rows: "generated"
3532   data: "vpp-device-results-ubuntu"
3533   filter: "all"
3534   parameters:
3535   - "parent"
3536   - "name"
3537   - "conf-history"
3538
3539 ################################################################################
3540
3541 # DPDK Performance Changes 3n-hsw 1t1c pdr
3542 - type: "table"
3543   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3544   algorithm: "table_performance_comparison"
3545   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3546   history:
3547     - title: "rls1810"
3548       data: "dpdk-performance-changes-3n-hsw-h1"
3549   reference:
3550     title: "rls1901"
3551     data: "dpdk-performance-changes-3n-hsw-ref"
3552   compare:
3553     title: "rls1904"
3554     data: "dpdk-performance-changes-3n-hsw-cmp"
3555   data: "dpdk-performance-changes-3n-hsw"
3556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3557   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3558   parameters:
3559   - "name"
3560   - "parent"
3561   - "throughput"
3562
3563 # DPDK Performance Changes 3n-hsw 2t2c pdr
3564 - type: "table"
3565   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3566   algorithm: "table_performance_comparison"
3567   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3568   history:
3569     - title: "rls1810"
3570       data: "dpdk-performance-changes-3n-hsw-h1"
3571   reference:
3572     title: "rls1901"
3573     data: "dpdk-performance-changes-3n-hsw-ref"
3574   compare:
3575     title: "rls1904"
3576     data: "dpdk-performance-changes-3n-hsw-cmp"
3577   data: "dpdk-performance-changes-3n-hsw"
3578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3579   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3580   parameters:
3581   - "name"
3582   - "parent"
3583   - "throughput"
3584
3585 # DPDK Performance Changes 3n-hsw 1t1c ndr
3586 - type: "table"
3587   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3588   algorithm: "table_performance_comparison"
3589   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3590   history:
3591     - title: "rls1810"
3592       data: "dpdk-performance-changes-3n-hsw-h1"
3593   reference:
3594     title: "rls1901"
3595     data: "dpdk-performance-changes-3n-hsw-ref"
3596   compare:
3597     title: "rls1904"
3598     data: "dpdk-performance-changes-3n-hsw-cmp"
3599   data: "dpdk-performance-changes-3n-hsw"
3600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3601   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3602   parameters:
3603   - "name"
3604   - "parent"
3605   - "throughput"
3606
3607 # DPDK Performance Changes 3n-hsw 2t2c ndr
3608 - type: "table"
3609   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3610   algorithm: "table_performance_comparison"
3611   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3612   history:
3613     - title: "rls1810"
3614       data: "dpdk-performance-changes-3n-hsw-h1"
3615   reference:
3616     title: "rls1901"
3617     data: "dpdk-performance-changes-3n-hsw-ref"
3618   compare:
3619     title: "rls1904"
3620     data: "dpdk-performance-changes-3n-hsw-cmp"
3621   data: "dpdk-performance-changes-3n-hsw"
3622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3623   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3624   parameters:
3625   - "name"
3626   - "parent"
3627   - "throughput"
3628
3629 # DPDK Performance Changes 3n-skx 2t1c pdr
3630 - type: "table"
3631   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3632   algorithm: "table_performance_comparison"
3633   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3634   history:
3635     - title: "rls1810"
3636       data: "dpdk-performance-changes-3n-skx-h1"
3637   reference:
3638     title: "rls1901"
3639     data: "dpdk-performance-changes-3n-skx-ref"
3640   compare:
3641     title: "rls1904"
3642     data: "dpdk-performance-changes-3n-skx-cmp"
3643   data: "dpdk-performance-changes-3n-skx"
3644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3646   parameters:
3647   - "name"
3648   - "parent"
3649   - "throughput"
3650
3651 # DPDK Performance Changes 3n-skx 4t2c pdr
3652 - type: "table"
3653   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3654   algorithm: "table_performance_comparison"
3655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3656   history:
3657     - title: "rls1810"
3658       data: "dpdk-performance-changes-3n-skx-h1"
3659   reference:
3660     title: "rls1901"
3661     data: "dpdk-performance-changes-3n-skx-ref"
3662   compare:
3663     title: "rls1904"
3664     data: "dpdk-performance-changes-3n-skx-cmp"
3665   data: "dpdk-performance-changes-3n-skx"
3666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3668   parameters:
3669   - "name"
3670   - "parent"
3671   - "throughput"
3672
3673 # DPDK Performance Changes 3n-skx 2t1c ndr
3674 - type: "table"
3675   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3676   algorithm: "table_performance_comparison"
3677   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3678   history:
3679     - title: "rls1810"
3680       data: "dpdk-performance-changes-3n-skx-h1"
3681   reference:
3682     title: "rls1901"
3683     data: "dpdk-performance-changes-3n-skx-ref"
3684   compare:
3685     title: "rls1904"
3686     data: "dpdk-performance-changes-3n-skx-cmp"
3687   data: "dpdk-performance-changes-3n-skx"
3688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3689   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3690   parameters:
3691   - "name"
3692   - "parent"
3693   - "throughput"
3694
3695 # DPDK Performance Changes 3n-skx 4t2c ndr
3696 - type: "table"
3697   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3698   algorithm: "table_performance_comparison"
3699   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3700   history:
3701     - title: "rls1810"
3702       data: "dpdk-performance-changes-3n-skx-h1"
3703   reference:
3704     title: "rls1901"
3705     data: "dpdk-performance-changes-3n-skx-ref"
3706   compare:
3707     title: "rls1904"
3708     data: "dpdk-performance-changes-3n-skx-cmp"
3709   data: "dpdk-performance-changes-3n-skx"
3710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3711   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3712   parameters:
3713   - "name"
3714   - "parent"
3715   - "throughput"
3716
3717 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3718 - type: "table"
3719   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3720   algorithm: "table_performance_comparison"
3721   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3722   reference:
3723     title: "3-Node Hsw"
3724     data: "dpdk-compare-testbeds-ref"
3725   compare:
3726     title: "3-Node Skx"
3727     data: "dpdk-compare-testbeds-cmp"
3728   data: "dpdk-compare-testbeds"
3729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3730   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3731   parameters:
3732   - "name"
3733   - "parent"
3734   - "throughput"
3735
3736 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3737 - type: "table"
3738   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3739   algorithm: "table_performance_comparison"
3740   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3741   reference:
3742     title: "3-Node Hsw"
3743     data: "dpdk-compare-testbeds-ref"
3744   compare:
3745     title: "3-Node Skx"
3746     data: "dpdk-compare-testbeds-cmp"
3747   data: "dpdk-compare-testbeds"
3748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3749   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3750   parameters:
3751   - "name"
3752   - "parent"
3753   - "throughput"
3754
3755 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3756 - type: "table"
3757   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3758   algorithm: "table_performance_comparison"
3759   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3760   reference:
3761     title: "3-Node Skx"
3762     data: "dpdk-compare-topologies-ref"
3763   compare:
3764     title: "2-Node Skx"
3765     data: "dpdk-compare-topologies-cmp"
3766   data: "dpdk-compare-topologies"
3767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3768   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3769   parameters:
3770   - "name"
3771   - "parent"
3772   - "throughput"
3773
3774 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3775 - type: "table"
3776   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3777   algorithm: "table_performance_comparison"
3778   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3779   reference:
3780     title: "3-Node Skx"
3781     data: "dpdk-compare-topologies-ref"
3782   compare:
3783     title: "2-Node Skx"
3784     data: "dpdk-compare-topologies-cmp"
3785   data: "dpdk-compare-topologies"
3786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3787   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3788   parameters:
3789   - "name"
3790   - "parent"
3791   - "throughput"
3792
3793 # DPDK Performance Changes 2n-skx 2t1c pdr
3794 - type: "table"
3795   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3796   algorithm: "table_performance_comparison"
3797   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3798   history:
3799     - title: "rls1810"
3800       data: "dpdk-performance-changes-2n-skx-h1"
3801   reference:
3802     title: "rls1901"
3803     data: "dpdk-performance-changes-2n-skx-ref"
3804   compare:
3805     title: "rls1904"
3806     data: "dpdk-performance-changes-2n-skx-cmp"
3807   data: "dpdk-performance-changes-2n-skx"
3808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3810   parameters:
3811   - "name"
3812   - "parent"
3813   - "throughput"
3814
3815 # DPDK Performance Changes 2n-skx 4t2c pdr
3816 - type: "table"
3817   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3818   algorithm: "table_performance_comparison"
3819   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3820   history:
3821     - title: "rls1810"
3822       data: "dpdk-performance-changes-2n-skx-h1"
3823   reference:
3824     title: "rls1901"
3825     data: "dpdk-performance-changes-2n-skx-ref"
3826   compare:
3827     title: "rls1904"
3828     data: "dpdk-performance-changes-2n-skx-cmp"
3829   data: "dpdk-performance-changes-2n-skx"
3830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3831   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3832   parameters:
3833   - "name"
3834   - "parent"
3835   - "throughput"
3836
3837 # DPDK Performance Changes 2n-skx 2t1c ndr
3838 - type: "table"
3839   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3840   algorithm: "table_performance_comparison"
3841   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3842   history:
3843     - title: "rls1810"
3844       data: "dpdk-performance-changes-2n-skx-h1"
3845   reference:
3846     title: "rls1901"
3847     data: "dpdk-performance-changes-2n-skx-ref"
3848   compare:
3849     title: "rls1904"
3850     data: "dpdk-performance-changes-2n-skx-cmp"
3851   data: "dpdk-performance-changes-2n-skx"
3852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3853   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3854   parameters:
3855   - "name"
3856   - "parent"
3857   - "throughput"
3858
3859 # DPDK Performance Changes 2n-skx 4t2c ndr
3860 - type: "table"
3861   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3862   algorithm: "table_performance_comparison"
3863   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3864   history:
3865     - title: "rls1810"
3866       data: "dpdk-performance-changes-2n-skx-h1"
3867   reference:
3868     title: "rls1901"
3869     data: "dpdk-performance-changes-2n-skx-ref"
3870   compare:
3871     title: "rls1904"
3872     data: "dpdk-performance-changes-2n-skx-cmp"
3873   data: "dpdk-performance-changes-2n-skx"
3874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3876   parameters:
3877   - "name"
3878   - "parent"
3879   - "throughput"
3880
3881 # Detailed Test Results - DPDK Performance Results 3n-hsw
3882 - type: "table"
3883   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3884   algorithm: "table_details"
3885   output-file-ext: ".csv"
3886   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3887   columns:
3888   - title: "Name"
3889     data: "data name"
3890   - title: "Status"
3891     data: "data msg"
3892   rows: "generated"
3893   data: "dpdk-perf-results-3n-hsw"
3894   filter: "all"
3895   parameters:
3896   - "name"
3897   - "parent"
3898   - "msg"
3899
3900 # Detailed Test Results - DPDK Performance Results 3n-skx
3901 - type: "table"
3902   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3903   algorithm: "table_details"
3904   output-file-ext: ".csv"
3905   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3906   columns:
3907   - title: "Name"
3908     data: "data name"
3909   - title: "Status"
3910     data: "data msg"
3911   rows: "generated"
3912   data: "dpdk-perf-results-3n-skx"
3913   filter: "all"
3914   parameters:
3915   - "name"
3916   - "parent"
3917   - "msg"
3918
3919 # Detailed Test Results - DPDK Performance Results 2n-skx
3920 - type: "table"
3921   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3922   algorithm: "table_details"
3923   output-file-ext: ".csv"
3924   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3925   columns:
3926   - title: "Name"
3927     data: "data name"
3928   - title: "Status"
3929     data: "data msg"
3930   rows: "generated"
3931   data: "dpdk-perf-results-2n-skx"
3932   filter: "all"
3933   parameters:
3934   - "name"
3935   - "parent"
3936   - "msg"
3937
3938 ################################################################################
3939 # HoneyComb
3940 - type: "table"
3941   title: "Detailed Test Results - Honeycomb Functional Results"
3942   algorithm: "table_details"
3943   output-file-ext: ".csv"
3944   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3945   columns:
3946   - title: "Name"
3947     data: "data name"
3948   - title: "Documentation"
3949     data: "data doc"
3950   - title: "Status"
3951     data: "data status"
3952   rows: "generated"
3953   data:
3954     "hc-func-results"
3955   filter: "all"
3956   parameters:
3957   - "name"
3958   - "parent"
3959   - "doc"
3960   - "status"
3961
3962 ################################################################################
3963 # NSH SFC
3964 #-
3965 #  type: "table"
3966 #  title: "Detailed Test Results - NSH SFC Functional Results"
3967 #  algorithm: "table_details"
3968 #  output-file-ext: ".csv"
3969 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3970 #  columns:
3971 #  -
3972 #    title: "Name"
3973 #    data: "data name"
3974 #  -
3975 #    title: "Documentation"
3976 #    data: "data doc"
3977 #  -
3978 #    title: "Status"
3979 #    data: "data status"
3980 #  rows: "generated"
3981 #  data:
3982 #    "nsh-func-results"
3983 #  filter: "all"
3984 #  parameters:
3985 #  - "name"
3986 #  - "parent"
3987 #  - "doc"
3988 #  - "status"
3989
3990 ################################################################################
3991 # DMM
3992 - type: "table"
3993   title: "Detailed Test Results - DMM Functional Results"
3994   algorithm: "table_details"
3995   output-file-ext: ".csv"
3996   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3997   columns:
3998   - title: "Name"
3999     data: "data name"
4000   - title: "Documentation"
4001     data: "data doc"
4002   - title: "Status"
4003     data: "data status"
4004   rows: "generated"
4005   data:
4006     "dmm-func-results"
4007   filter: "all"
4008   parameters:
4009   - "name"
4010   - "parent"
4011   - "doc"
4012   - "status"
4013
4014 ################################################################################
4015 ###                                F I L E S                                 ###
4016 ################################################################################
4017
4018 # VPP Performance Results 3n-hsw
4019 - type: "file"
4020   title: "VPP Performance Results 3n-hsw"
4021   algorithm: "file_test_results"
4022   output-file-ext: ".rst"
4023   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4024   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"
4025   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4026   data: "vpp-perf-results-3n-hsw"
4027   filter: "not 'NDRCHK' and not 'PDRCHK'"
4028   parameters:
4029   - "name"
4030   - "doc"
4031   - "level"
4032   - "parent"
4033   data-start-level: 3
4034
4035 # VPP Performance Results 3n-skx
4036 - type: "file"
4037   title: "VPP Performance Results 3n-skx"
4038   algorithm: "file_test_results"
4039   output-file-ext: ".rst"
4040   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4041   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"
4042   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4043   data: "vpp-perf-results-3n-skx"
4044   filter: "not 'NDRCHK' and not 'PDRCHK'"
4045   parameters:
4046   - "name"
4047   - "doc"
4048   - "level"
4049   - "parent"
4050   data-start-level: 3
4051
4052 # VPP Performance Results 2n-skx
4053 - type: "file"
4054   title: "VPP Performance Results 2n-skx"
4055   algorithm: "file_test_results"
4056   output-file-ext: ".rst"
4057   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4058   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"
4059   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4060   data: "vpp-perf-results-2n-skx"
4061   filter: "not 'NDRCHK' and not 'PDRCHK'"
4062   parameters:
4063   - "name"
4064   - "doc"
4065   - "level"
4066   - "parent"
4067   data-start-level: 3
4068
4069 ## VPP Performance Results 2n-dnv
4070 #- type: "file"
4071 #  title: "VPP Performance Results 2n-dnv"
4072 #  algorithm: "file_test_results"
4073 #  output-file-ext: ".rst"
4074 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4075 #  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"
4076 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4077 #  data: "intel-dnv-vpp"
4078 #  filter: "'NDRPDR'"
4079 #  parameters:
4080 #  - "name"
4081 #  - "doc"
4082 #  - "level"
4083 #  - "parent"
4084 #  data-start-level: 3
4085
4086 # VPP Performance Configuration 3n-hsw
4087 - type: "file"
4088   title: "VPP Performance Configuration 3n-hsw"
4089   algorithm: "file_test_results"
4090   output-file-ext: ".rst"
4091   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4092   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"
4093   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4094   data: "vpp-perf-results-3n-hsw"
4095   filter: "not 'NDRCHK' and not 'PDRCHK'"
4096   parameters:
4097   - "name"
4098   - "doc"
4099   - "level"
4100   - "parent"
4101   data-start-level: 3
4102
4103 # VPP Performance Configuration 3n-skx
4104 - type: "file"
4105   title: "VPP Performance Configuration 3n-skx"
4106   algorithm: "file_test_results"
4107   output-file-ext: ".rst"
4108   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4109   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"
4110   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4111   data: "vpp-perf-results-3n-skx"
4112   filter: "not 'NDRCHK' and not 'PDRCHK'"
4113   parameters:
4114   - "name"
4115   - "doc"
4116   - "level"
4117   - "parent"
4118   data-start-level: 3
4119
4120 # VPP Performance Configuration 2n-skx
4121 - type: "file"
4122   title: "VPP Performance Configuration 2n-skx"
4123   algorithm: "file_test_results"
4124   output-file-ext: ".rst"
4125   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4126   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"
4127   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4128   data: "vpp-perf-results-2n-skx"
4129   filter: "not 'NDRCHK' and not 'PDRCHK'"
4130   parameters:
4131   - "name"
4132   - "doc"
4133   - "level"
4134   - "parent"
4135   data-start-level: 3
4136
4137 ## VPP Performance Configuration 2n-dnv
4138 #- type: "file"
4139 #  title: "VPP Performance Configuration 2n-dnv"
4140 #  algorithm: "file_test_results"
4141 #  output-file-ext: ".rst"
4142 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4143 #  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"
4144 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4145 #  data: "intel-dnv-vpp"
4146 #  filter: "'NDRPDR'"
4147 #  parameters:
4148 #  - "name"
4149 #  - "doc"
4150 #  - "level"
4151 #  - "parent"
4152 #  data-start-level: 3
4153
4154 # VPP Performance Operational Data 3n-hsw
4155 - type: "file"
4156   title: "VPP Performance Operational Data 3n-hsw"
4157   algorithm: "file_test_results"
4158   output-file-ext: ".rst"
4159   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4160   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"
4161   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4162   data: "vpp-perf-results-3n-hsw"
4163   filter: "not 'NDRCHK' and not 'PDRCHK'"
4164   parameters:
4165   - "name"
4166   - "doc"
4167   - "level"
4168   - "parent"
4169   data-start-level: 3
4170
4171 # VPP Performance Operational Data 3n-skx
4172 - type: "file"
4173   title: "VPP Performance Operational Data 3n-skx"
4174   algorithm: "file_test_results"
4175   output-file-ext: ".rst"
4176   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4177   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"
4178   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4179   data: "vpp-perf-results-3n-skx"
4180   filter: "not 'NDRCHK' and not 'PDRCHK'"
4181   parameters:
4182   - "name"
4183   - "doc"
4184   - "level"
4185   - "parent"
4186   data-start-level: 3
4187
4188 # VPP Performance Operational Data 2n-skx
4189 - type: "file"
4190   title: "VPP Performance Operational Data 2n-skx"
4191   algorithm: "file_test_results"
4192   output-file-ext: ".rst"
4193   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4194   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"
4195   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4196   data: "vpp-perf-results-2n-skx"
4197   filter: "not 'NDRCHK' and not 'PDRCHK'"
4198   parameters:
4199   - "name"
4200   - "doc"
4201   - "level"
4202   - "parent"
4203   data-start-level: 3
4204
4205 ## VPP Performance Operational Data 2n-dnv
4206 #- type: "file"
4207 #  title: "VPP Performance Operational Data 2n-dnv"
4208 #  algorithm: "file_test_results"
4209 #  output-file-ext: ".rst"
4210 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4211 #  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"
4212 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4213 #  data: "intel-dnv-vpp"
4214 #  filter: "'NDRPDR'"
4215 #  parameters:
4216 #  - "name"
4217 #  - "doc"
4218 #  - "level"
4219 #  - "parent"
4220 #  data-start-level: 3
4221
4222 # VPP MRR Results 3n-hsw
4223 - type: "file"
4224   title: "VPP MRR Results 3n-hsw"
4225   algorithm: "file_test_results"
4226   output-file-ext: ".rst"
4227   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4228   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"
4229   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4230   data: "vpp-mrr-results-3n-hsw"
4231   filter: "'MRR'"
4232   parameters:
4233   - "name"
4234   - "doc"
4235   - "level"
4236   - "parent"
4237   data-start-level: 3
4238
4239 # VPP MRR Results 3n-skx
4240 - type: "file"
4241   title: "VPP MRR Results 3n-skx"
4242   algorithm: "file_test_results"
4243   output-file-ext: ".rst"
4244   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4245   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"
4246   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4247   data: "vpp-mrr-results-3n-skx"
4248   filter: "'MRR'"
4249   parameters:
4250   - "name"
4251   - "doc"
4252   - "level"
4253   - "parent"
4254   data-start-level: 3
4255
4256 # VPP MRR Results 2n-skx
4257 - type: "file"
4258   title: "VPP MRR Results 2n-skx"
4259   algorithm: "file_test_results"
4260   output-file-ext: ".rst"
4261   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4262   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"
4263   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4264   data: "vpp-mrr-results-2n-skx"
4265   filter: "all"
4266   parameters:
4267   - "name"
4268   - "doc"
4269   - "level"
4270   - "parent"
4271   data-start-level: 3
4272
4273 ## VPP MRR Results 2n-dnv
4274 #- type: "file"
4275 #  title: "VPP MRR Results 2n-dnv"
4276 #  algorithm: "file_test_results"
4277 #  output-file-ext: ".rst"
4278 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4279 #  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"
4280 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4281 #  data: "intel-dnv-vpp"
4282 #  filter: "'MRR'"
4283 #  parameters:
4284 #  - "name"
4285 #  - "doc"
4286 #  - "level"
4287 #  - "parent"
4288 #  data-start-level: 3
4289
4290 # VPP MRR Configuration 3n-hsw
4291 - type: "file"
4292   title: "VPP MRR Configuration 3n-hsw"
4293   algorithm: "file_test_results"
4294   output-file-ext: ".rst"
4295   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4296   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"
4297   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4298   data: "vpp-mrr-results-3n-hsw"
4299   filter: "'MRR'"
4300   parameters:
4301   - "name"
4302   - "doc"
4303   - "level"
4304   - "parent"
4305   data-start-level: 3
4306
4307 # VPP MRR Configuration 3n-skx
4308 - type: "file"
4309   title: "VPP MRR Configuration 3n-skx"
4310   algorithm: "file_test_results"
4311   output-file-ext: ".rst"
4312   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4313   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"
4314   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4315   data: "vpp-mrr-results-3n-skx"
4316   filter: "'MRR'"
4317   parameters:
4318   - "name"
4319   - "doc"
4320   - "level"
4321   - "parent"
4322   data-start-level: 3
4323
4324 # VPP MRR Configuration 2n-skx
4325 - type: "file"
4326   title: "VPP MRR Configuration 2n-skx"
4327   algorithm: "file_test_results"
4328   output-file-ext: ".rst"
4329   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4330   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"
4331   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4332   data: "vpp-mrr-results-2n-skx"
4333   filter: "'MRR'"
4334   parameters:
4335   - "name"
4336   - "doc"
4337   - "level"
4338   - "parent"
4339   data-start-level: 3
4340
4341 ## VPP MRR Configuration 2n-dnv
4342 #- type: "file"
4343 #  title: "VPP MRR Configuration 2n-dnv"
4344 #  algorithm: "file_test_results"
4345 #  output-file-ext: ".rst"
4346 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4347 #  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"
4348 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4349 #  data: "intel-dnv-vpp"
4350 #  filter: "'MRR'"
4351 #  parameters:
4352 #  - "name"
4353 #  - "doc"
4354 #  - "level"
4355 #  - "parent"
4356 #  data-start-level: 3
4357
4358 # VPP Functional Results - Ubuntu
4359 - type: "file"
4360   title: "VPP Functional Results - Ubuntu"
4361   algorithm: "file_test_results"
4362   output-file-ext: ".rst"
4363   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4364   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"
4365   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4366   data: "vpp-func-results-ubuntu"
4367   filter: "all"
4368   parameters:
4369   - "name"
4370   - "doc"
4371   - "level"
4372   - "parent"
4373   data-start-level: 3
4374
4375 # VPP Functional Results - CentOS
4376 - type: "file"
4377   title: "VPP Functional Results - CentOS"
4378   algorithm: "file_test_results"
4379   output-file-ext: ".rst"
4380   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4381   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"
4382   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4383   data:
4384     "vpp-func-results-centos"
4385   filter: "all"
4386   parameters:
4387   - "name"
4388   - "doc"
4389   - "level"
4390   - "parent"
4391   data-start-level: 3
4392
4393 # VPP Functional Configuration - Ubuntu
4394 - type: "file"
4395   title: "VPP Functional Configuration - Ubuntu"
4396   algorithm: "file_test_results"
4397   output-file-ext: ".rst"
4398   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4399   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"
4400   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4401   data: "vpp-func-results-ubuntu"
4402   filter: "all"
4403   parameters:
4404   - "name"
4405   - "doc"
4406   - "level"
4407   - "parent"
4408   data-start-level: 3
4409
4410 # VPP Functional Configuration - CentOS
4411 - type: "file"
4412   title: "VPP Functional Configuration - CentOS"
4413   algorithm: "file_test_results"
4414   output-file-ext: ".rst"
4415   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4416   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"
4417   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4418   data:
4419     "vpp-func-results-centos"
4420   filter: "all"
4421   parameters:
4422   - "name"
4423   - "doc"
4424   - "level"
4425   - "parent"
4426   data-start-level: 3
4427
4428 # VPP Device Results - Ubuntu
4429 - type: "file"
4430   title: "VPP Device Results - Ubuntu"
4431   algorithm: "file_test_results"
4432   output-file-ext: ".rst"
4433   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4434   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"
4435   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4436   data: "vpp-device-results-ubuntu"
4437   filter: "all"
4438   parameters:
4439   - "name"
4440   - "doc"
4441   - "level"
4442   - "parent"
4443   data-start-level: 2
4444
4445 # VPP Device Configuration - Ubuntu
4446 - type: "file"
4447   title: "VPP Device Configuration - Ubuntu"
4448   algorithm: "file_test_results"
4449   output-file-ext: ".rst"
4450   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4451   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"
4452   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4453   data: "vpp-device-results-ubuntu"
4454   filter: "all"
4455   parameters:
4456   - "name"
4457   - "doc"
4458   - "level"
4459   - "parent"
4460   data-start-level: 2
4461
4462 ## Container Orchestrated Performance Results 3n-hsw
4463 #- type: "file"
4464 #  title: "Container Orchestrated Performance Results 3n-hsw"
4465 #  algorithm: "file_test_results"
4466 #  output-file-ext: ".rst"
4467 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4468 #  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"
4469 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4470 #  data: "ligato-perf-results-3n-hsw"
4471 #  filter: "all"
4472 #  parameters:
4473 #  - "name"
4474 #  - "doc"
4475 #  - "level"
4476 #  - "parent"
4477 #  data-start-level: 3
4478
4479 # DPDK Performance Results 3n-hsw
4480 - type: "file"
4481   title: "DPDK Performance Results 3n-hsw"
4482   algorithm: "file_test_results"
4483   output-file-ext: ".rst"
4484   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4485   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"
4486   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4487   data: "dpdk-perf-results-3n-hsw"
4488   filter: "all"
4489   parameters:
4490   - "name"
4491   - "doc"
4492   - "level"
4493   - "parent"
4494   data-start-level: 3
4495
4496 # DPDK Performance Results 3n-skx
4497 - type: "file"
4498   title: "DPDK Performance Results 3n-skx"
4499   algorithm: "file_test_results"
4500   output-file-ext: ".rst"
4501   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4502   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"
4503   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4504   data: "dpdk-perf-results-3n-skx"
4505   filter: "all"
4506   parameters:
4507   - "name"
4508   - "doc"
4509   - "level"
4510   - "parent"
4511   data-start-level: 3
4512
4513 # DPDK Performance Results 2n-skx
4514 - type: "file"
4515   title: "DPDK Performance Results 2n-skx"
4516   algorithm: "file_test_results"
4517   output-file-ext: ".rst"
4518   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4519   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"
4520   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4521   data: "dpdk-perf-results-2n-skx"
4522   filter: "all"
4523   parameters:
4524   - "name"
4525   - "doc"
4526   - "level"
4527   - "parent"
4528   data-start-level: 3
4529
4530 # Honeycomb Functional Results
4531 - type: "file"
4532   title: "Honeycomb Functional Results"
4533   algorithm: "file_test_results"
4534   output-file-ext: ".rst"
4535   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4536   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"
4537   dir-tables: "{DIR[DTR,FUNC,HC]}"
4538   data:
4539     "hc-func-results"
4540   filter: "all"
4541   parameters:
4542   - "name"
4543   - "doc"
4544   - "level"
4545   - "parent"
4546   data-start-level: 3
4547
4548 # NSH SFC Functional Results
4549 #-
4550 #  type: "file"
4551 #  title: "NSH SFC Functional Results"
4552 #  algorithm: "file_test_results"
4553 #  output-file-ext: ".rst"
4554 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4555 #  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"
4556 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4557 #  data:
4558 #    "nsh-func-results"
4559 #  filter: "all"
4560 #  parameters:
4561 #  - "name"
4562 #  - "doc"
4563 #  - "level"
4564 #  - "parent"
4565 #  data-start-level: 3
4566
4567 # DMM Functional Results
4568 - type: "file"
4569   title: "DMM Functional Results"
4570   algorithm: "file_test_results"
4571   output-file-ext: ".rst"
4572   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4573   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"
4574   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4575   data:
4576     "dmm-func-results"
4577   filter: "all"
4578   parameters:
4579   - "name"
4580   - "doc"
4581   - "level"
4582   - "parent"
4583   data-start-level: 3
4584
4585 ################################################################################
4586 ###                                P L O T S                                 ###
4587 ################################################################################
4588
4589 # Soak test - 30min Soak Test (PLRsearch), boxes
4590 - type: "plot"
4591   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4592   algorithm: "plot_soak_boxes"
4593   output-file-type: ".html"
4594   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
4595   data: "plot-vpp-soak-2n-skx"
4596   filter: "'SOAK'"
4597   parameters:
4598   - "throughput"
4599   - "parent"
4600   - "tags"
4601 #  sort:
4602 #  - "L2PATCH"
4603 #  - "L2XCBASE"
4604 #  - "L2BDMACLRN"
4605 #  - "IP4FWD"
4606 #  - "IP6FWD"
4607   - "VHOST"
4608   layout:
4609     title: "30min Soak Test (PLRsearch)"
4610     layout: "plot-soak-throughput"
4611
4612 # Soak test - example, not used
4613 - type: "plot"
4614   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
4615   algorithm: "plot_soak_bars"
4616   output-file-type: ".html"
4617   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
4618   data: "plot-vpp-soak-2n-skx"
4619   filter: "'SOAK'"
4620   parameters:
4621   - "throughput"
4622   - "parent"
4623   - "tags"
4624 #  sort:
4625 #  - "L2PATCH"
4626 #  - "L2XCBASE"
4627 #  - "L2BDMACLRN"
4628 #  - "IP4FWD"
4629 #  - "IP6FWD"
4630   - "VHOST"
4631   layout:
4632     title: "30min Soak Test (PLRsearch)"
4633     layout: "plot-soak-throughput"
4634
4635 ################################################################################
4636 # Plots - NF Density - VSC - MRR 64b
4637 - type: "plot"
4638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4639   algorithm: "plot_service_density_heatmap_compare"
4640   output-file-type: ".html"
4641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4642   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4643   filter: "'NIC_Intel-X710' and
4644            'NF_DENSITY' and
4645            'VHOST' and
4646            'CHAIN' and
4647            'NF_VPPIP4' and
4648            '64B' and
4649            '2T1C' and
4650            'MRR'"
4651   reference:
4652     include: "2"
4653     name: "VNF-1c"
4654   compare:
4655     include: "1"
4656     name: "VNF-0.5c"
4657   parameters:
4658   - "result"
4659   - "name"
4660   - "tags"
4661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4662   x-axis: "X = VNFs per Service Chain"
4663   y-axis: "Y = Number of Service Chains"
4664   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4665   layout:
4666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4667     layout: "plot-service-density"
4668
4669 - type: "plot"
4670   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4671   algorithm: "plot_service_density_heatmap_compare"
4672   output-file-type: ".html"
4673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4674   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4675   filter: "'NIC_Intel-X710' and
4676            'NF_DENSITY' and
4677            'VHOST' and
4678            'CHAIN' and
4679            'NF_VPPIP4' and
4680            '64B' and
4681            '4T2C' and
4682            'MRR'"
4683   reference:
4684     include: "2"
4685     name: "VNF-1c"
4686   compare:
4687     include: "1"
4688     name: "VNF-0.5c"
4689   parameters:
4690   - "result"
4691   - "name"
4692   - "tags"
4693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4694   x-axis: "X = VNFs per Service Chain"
4695   y-axis: "Y = Number of Service Chains"
4696   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4697   layout:
4698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4699     layout: "plot-service-density"
4700
4701 - type: "plot"
4702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4703   algorithm: "plot_service_density_heatmap_compare"
4704   output-file-type: ".html"
4705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4706   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4707   filter: "'NIC_Intel-X710' and
4708            'NF_DENSITY' and
4709            'VHOST' and
4710            'CHAIN' and
4711            'NF_VPPIP4' and
4712            '64B' and
4713            '8T4C' and
4714            'MRR'"
4715   reference:
4716     include: "2"
4717     name: "VNF-1c"
4718   compare:
4719     include: "1"
4720     name: "VNF-0.5c"
4721   parameters:
4722   - "result"
4723   - "name"
4724   - "tags"
4725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4726   x-axis: "X = VNFs per Service Chain"
4727   y-axis: "Y = Number of Service Chains"
4728   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4729   layout:
4730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4731     layout: "plot-service-density"
4732
4733 # Plots - NF Density - VSC - MRR IMIX
4734 - type: "plot"
4735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4736   algorithm: "plot_service_density_heatmap_compare"
4737   output-file-type: ".html"
4738   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4739   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4740   filter: "'NIC_Intel-X710' and
4741            'NF_DENSITY' and
4742            'VHOST' and
4743            'CHAIN' and
4744            'NF_VPPIP4' and
4745            'IMIX' and
4746            '2T1C' and
4747            'MRR'"
4748   reference:
4749     include: "2"
4750     name: "VNF-1c"
4751   compare:
4752     include: "1"
4753     name: "VNF-0.5c"
4754   parameters:
4755   - "result"
4756   - "name"
4757   - "tags"
4758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4759   x-axis: "X = VNFs per Service Chain"
4760   y-axis: "Y = Number of Service Chains"
4761   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4762   layout:
4763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4764     layout: "plot-service-density"
4765
4766 - type: "plot"
4767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4768   algorithm: "plot_service_density_heatmap_compare"
4769   output-file-type: ".html"
4770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4771   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4772   filter: "'NIC_Intel-X710' and
4773            'NF_DENSITY' and
4774            'VHOST' and
4775            'CHAIN' and
4776            'NF_VPPIP4' and
4777            'IMIX' and
4778            '4T2C' and
4779            'MRR'"
4780   reference:
4781     include: "2"
4782     name: "VNF-1c"
4783   compare:
4784     include: "1"
4785     name: "VNF-0.5c"
4786   parameters:
4787   - "result"
4788   - "name"
4789   - "tags"
4790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4791   x-axis: "X = VNFs per Service Chain"
4792   y-axis: "Y = Number of Service Chains"
4793   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4794   layout:
4795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4796     layout: "plot-service-density"
4797
4798 - type: "plot"
4799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4800   algorithm: "plot_service_density_heatmap_compare"
4801   output-file-type: ".html"
4802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4803   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4804   filter: "'NIC_Intel-X710' and
4805            'NF_DENSITY' and
4806            'VHOST' and
4807            'CHAIN' and
4808            'NF_VPPIP4' and
4809            'IMIX' and
4810            '8T4C' and
4811            'MRR'"
4812   reference:
4813     include: "2"
4814     name: "VNF-1c"
4815   compare:
4816     include: "1"
4817     name: "VNF-0.5c"
4818   parameters:
4819   - "result"
4820   - "name"
4821   - "tags"
4822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4823   x-axis: "X = VNFs per Service Chain"
4824   y-axis: "Y = Number of Service Chains"
4825   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4826   layout:
4827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4828     layout: "plot-service-density"
4829
4830 # Plots - NF Density - VSC - NDR 64b
4831 - type: "plot"
4832   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4833   algorithm: "plot_service_density_heatmap_compare"
4834   output-file-type: ".html"
4835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4836   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4837   filter: "'NIC_Intel-X710' and
4838            'NF_DENSITY' and
4839            'VHOST' and
4840            'CHAIN' and
4841            'NF_VPPIP4' and
4842            '64B' and
4843            '2T1C' and
4844            'NDRPDR'"
4845   reference:
4846     include: "2"
4847     name: "VNF-1c"
4848   compare:
4849     include: "1"
4850     name: "VNF-0.5c"
4851   parameters:
4852   - "throughput"
4853   - "name"
4854   - "tags"
4855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4856   x-axis: "X = VNFs per Service Chain"
4857   y-axis: "Y = Number of Service Chains"
4858   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4859   layout:
4860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4861     layout: "plot-service-density"
4862
4863 - type: "plot"
4864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4865   algorithm: "plot_service_density_heatmap_compare"
4866   output-file-type: ".html"
4867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4868   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4869   filter: "'NIC_Intel-X710' and
4870            'NF_DENSITY' and
4871            'VHOST' and
4872            'CHAIN' and
4873            'NF_VPPIP4' and
4874            '64B' and
4875            '4T2C' and
4876            'NDRPDR'"
4877   reference:
4878     include: "2"
4879     name: "VNF-1c"
4880   compare:
4881     include: "1"
4882     name: "VNF-0.5c"
4883   parameters:
4884   - "throughput"
4885   - "name"
4886   - "tags"
4887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4888   x-axis: "X = VNFs per Service Chain"
4889   y-axis: "Y = Number of Service Chains"
4890   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4891   layout:
4892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4893     layout: "plot-service-density"
4894
4895 - type: "plot"
4896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4897   algorithm: "plot_service_density_heatmap_compare"
4898   output-file-type: ".html"
4899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4900   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4901   filter: "'NIC_Intel-X710' and
4902            'NF_DENSITY' and
4903            'VHOST' and
4904            'CHAIN' and
4905            'NF_VPPIP4' and
4906            '64B' and
4907            '8T4C' and
4908            'NDRPDR'"
4909   reference:
4910     include: "2"
4911     name: "VNF-1c"
4912   compare:
4913     include: "1"
4914     name: "VNF-0.5c"
4915   parameters:
4916   - "throughput"
4917   - "name"
4918   - "tags"
4919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4920   x-axis: "X = VNFs per Service Chain"
4921   y-axis: "Y = Number of Service Chains"
4922   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4923   layout:
4924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4925     layout: "plot-service-density"
4926
4927 # Plots - NF Density - VSC - NDR IMIX
4928 - type: "plot"
4929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4930   algorithm: "plot_service_density_heatmap_compare"
4931   output-file-type: ".html"
4932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4933   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4934   filter: "'NIC_Intel-X710' and
4935            'NF_DENSITY' and
4936            'VHOST' and
4937            'CHAIN' and
4938            'NF_VPPIP4' and
4939            'IMIX' and
4940            '2T1C' and
4941            'NDRPDR'"
4942   reference:
4943     include: "2"
4944     name: "VNF-1c"
4945   compare:
4946     include: "1"
4947     name: "VNF-0.5c"
4948   parameters:
4949   - "throughput"
4950   - "name"
4951   - "tags"
4952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4953   x-axis: "X = VNFs per Service Chain"
4954   y-axis: "Y = Number of Service Chains"
4955   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4956   layout:
4957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4958     layout: "plot-service-density"
4959
4960 - type: "plot"
4961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4962   algorithm: "plot_service_density_heatmap_compare"
4963   output-file-type: ".html"
4964   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4965   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4966   filter: "'NIC_Intel-X710' and
4967            'NF_DENSITY' and
4968            'VHOST' and
4969            'CHAIN' and
4970            'NF_VPPIP4' and
4971            'IMIX' and
4972            '4T2C' and
4973            'NDRPDR'"
4974   reference:
4975     include: "2"
4976     name: "VNF-1c"
4977   compare:
4978     include: "1"
4979     name: "VNF-0.5c"
4980   parameters:
4981   - "throughput"
4982   - "name"
4983   - "tags"
4984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4985   x-axis: "X = VNFs per Service Chain"
4986   y-axis: "Y = Number of Service Chains"
4987   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4988   layout:
4989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4990     layout: "plot-service-density"
4991
4992 - type: "plot"
4993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4994   algorithm: "plot_service_density_heatmap_compare"
4995   output-file-type: ".html"
4996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4997   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4998   filter: "'NIC_Intel-X710' and
4999            'NF_DENSITY' and
5000            'VHOST' and
5001            'CHAIN' and
5002            'NF_VPPIP4' and
5003            'IMIX' and
5004            '8T4C' and
5005            'NDRPDR'"
5006   reference:
5007     include: "2"
5008     name: "VNF-1c"
5009   compare:
5010     include: "1"
5011     name: "VNF-0.5c"
5012   parameters:
5013   - "throughput"
5014   - "name"
5015   - "tags"
5016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5017   x-axis: "X = VNFs per Service Chain"
5018   y-axis: "Y = Number of Service Chains"
5019   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5020   layout:
5021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5022     layout: "plot-service-density"
5023
5024 # Plots - NF Density - VSC - PDR 64b
5025 - type: "plot"
5026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5027   algorithm: "plot_service_density_heatmap_compare"
5028   output-file-type: ".html"
5029   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5030   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5031   filter: "'NIC_Intel-X710' and
5032            'NF_DENSITY' and
5033            'VHOST' and
5034            'CHAIN' and
5035            'NF_VPPIP4' and
5036            '64B' and
5037            '2T1C' and
5038            'NDRPDR'"
5039   reference:
5040     include: "2"
5041     name: "VNF-1c"
5042   compare:
5043     include: "1"
5044     name: "VNF-0.5c"
5045   parameters:
5046   - "throughput"
5047   - "name"
5048   - "tags"
5049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5050   x-axis: "X = VNFs per Service Chain"
5051   y-axis: "Y = Number of Service Chains"
5052   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5053   layout:
5054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5055     layout: "plot-service-density"
5056
5057 - type: "plot"
5058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5059   algorithm: "plot_service_density_heatmap_compare"
5060   output-file-type: ".html"
5061   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5062   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5063   filter: "'NIC_Intel-X710' and
5064            'NF_DENSITY' and
5065            'VHOST' and
5066            'CHAIN' and
5067            'NF_VPPIP4' and
5068            '64B' and
5069            '4T2C' and
5070            'NDRPDR'"
5071   reference:
5072     include: "2"
5073     name: "VNF-1c"
5074   compare:
5075     include: "1"
5076     name: "VNF-0.5c"
5077   parameters:
5078   - "throughput"
5079   - "name"
5080   - "tags"
5081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5082   x-axis: "X = VNFs per Service Chain"
5083   y-axis: "Y = Number of Service Chains"
5084   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5085   layout:
5086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5087     layout: "plot-service-density"
5088
5089 - type: "plot"
5090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5091   algorithm: "plot_service_density_heatmap_compare"
5092   output-file-type: ".html"
5093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5094   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5095   filter: "'NIC_Intel-X710' and
5096            'NF_DENSITY' and
5097            'VHOST' and
5098            'CHAIN' and
5099            'NF_VPPIP4' and
5100            '64B' and
5101            '8T4C' and
5102            'NDRPDR'"
5103   reference:
5104     include: "2"
5105     name: "VNF-1c"
5106   compare:
5107     include: "1"
5108     name: "VNF-0.5c"
5109   parameters:
5110   - "throughput"
5111   - "name"
5112   - "tags"
5113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5114   x-axis: "X = VNFs per Service Chain"
5115   y-axis: "Y = Number of Service Chains"
5116   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5117   layout:
5118     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5119     layout: "plot-service-density"
5120
5121 # Plots - NF Density - VSC - PDR IMIX
5122 - type: "plot"
5123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5124   algorithm: "plot_service_density_heatmap_compare"
5125   output-file-type: ".html"
5126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5127   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5128   filter: "'NIC_Intel-X710' and
5129            'NF_DENSITY' and
5130            'VHOST' and
5131            'CHAIN' and
5132            'NF_VPPIP4' and
5133            'IMIX' and
5134            '2T1C' and
5135            'NDRPDR'"
5136   reference:
5137     include: "2"
5138     name: "VNF-1c"
5139   compare:
5140     include: "1"
5141     name: "VNF-0.5c"
5142   parameters:
5143   - "throughput"
5144   - "name"
5145   - "tags"
5146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5147   x-axis: "X = VNFs per Service Chain"
5148   y-axis: "Y = Number of Service Chains"
5149   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5150   layout:
5151     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5152     layout: "plot-service-density"
5153
5154 - type: "plot"
5155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5156   algorithm: "plot_service_density_heatmap_compare"
5157   output-file-type: ".html"
5158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5159   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5160   filter: "'NIC_Intel-X710' and
5161            'NF_DENSITY' and
5162            'VHOST' and
5163            'CHAIN' and
5164            'NF_VPPIP4' and
5165            'IMIX' and
5166            '4T2C' and
5167            'NDRPDR'"
5168   reference:
5169     include: "2"
5170     name: "VNF-1c"
5171   compare:
5172     include: "1"
5173     name: "VNF-0.5c"
5174   parameters:
5175   - "throughput"
5176   - "name"
5177   - "tags"
5178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5179   x-axis: "X = VNFs per Service Chain"
5180   y-axis: "Y = Number of Service Chains"
5181   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5182   layout:
5183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5184     layout: "plot-service-density"
5185
5186 - type: "plot"
5187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5188   algorithm: "plot_service_density_heatmap_compare"
5189   output-file-type: ".html"
5190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5191   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5192   filter: "'NIC_Intel-X710' and
5193            'NF_DENSITY' and
5194            'VHOST' and
5195            'CHAIN' and
5196            'NF_VPPIP4' and
5197            'IMIX' and
5198            '8T4C' and
5199            'NDRPDR'"
5200   reference:
5201     include: "2"
5202     name: "VNF-1c"
5203   compare:
5204     include: "1"
5205     name: "VNF-0.5c"
5206   parameters:
5207   - "throughput"
5208   - "name"
5209   - "tags"
5210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5211   x-axis: "X = VNFs per Service Chain"
5212   y-axis: "Y = Number of Service Chains"
5213   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5214   layout:
5215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5216     layout: "plot-service-density"
5217
5218 ################################################################################
5219 # Plots - NF Density - CSC - MRR 64b
5220 - type: "plot"
5221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5222   algorithm: "plot_service_density_heatmap_compare"
5223   output-file-type: ".html"
5224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5225   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5226   filter: "'NIC_Intel-X710' and
5227            'NF_DENSITY' and
5228            'DOCKER' and
5229            'CHAIN' and
5230            'NF_VPPIP4' and
5231            '64B' and
5232            '2T1C' and
5233            'MRR'"
5234   reference:
5235     include: "2"
5236     name: "CNF-1c"
5237   compare:
5238     include: "1"
5239     name: "CNF-0.5c"
5240   parameters:
5241   - "result"
5242   - "name"
5243   - "tags"
5244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5245   x-axis: "X = CNFs per Service Chain"
5246   y-axis: "Y = Number of Service Chains"
5247   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5248   layout:
5249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5250     layout: "plot-service-density"
5251
5252 - type: "plot"
5253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5254   algorithm: "plot_service_density_heatmap_compare"
5255   output-file-type: ".html"
5256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5257   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5258   filter: "'NIC_Intel-X710' and
5259            'NF_DENSITY' and
5260            'DOCKER' and
5261            'CHAIN' and
5262            'NF_VPPIP4' and
5263            '64B' and
5264            '4T2C' and
5265            'MRR'"
5266   reference:
5267     include: "2"
5268     name: "CNF-1c"
5269   compare:
5270     include: "1"
5271     name: "CNF-0.5c"
5272   parameters:
5273   - "result"
5274   - "name"
5275   - "tags"
5276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5277   x-axis: "X = CNFs per Service Chain"
5278   y-axis: "Y = Number of Service Chains"
5279   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5280   layout:
5281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5282     layout: "plot-service-density"
5283
5284 - type: "plot"
5285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5286   algorithm: "plot_service_density_heatmap_compare"
5287   output-file-type: ".html"
5288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5289   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5290   filter: "'NIC_Intel-X710' and
5291            'NF_DENSITY' and
5292            'DOCKER' and
5293            'CHAIN' and
5294            'NF_VPPIP4' and
5295            '64B' and
5296            '8T4C' and
5297            'MRR'"
5298   reference:
5299     include: "2"
5300     name: "CNF-1c"
5301   compare:
5302     include: "1"
5303     name: "CNF-0.5c"
5304   parameters:
5305   - "result"
5306   - "name"
5307   - "tags"
5308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5309   x-axis: "X = CNFs per Service Chain"
5310   y-axis: "Y = Number of Service Chains"
5311   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5312   layout:
5313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5314     layout: "plot-service-density"
5315
5316 # Plots - NF Density - CSC - MRR IMIX
5317 - type: "plot"
5318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5319   algorithm: "plot_service_density_heatmap_compare"
5320   output-file-type: ".html"
5321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5322   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5323   filter: "'NIC_Intel-X710' and
5324            'NF_DENSITY' and
5325            'DOCKER' and
5326            'CHAIN' and
5327            'NF_VPPIP4' and
5328            'IMIX' and
5329            '2T1C' and
5330            'MRR'"
5331   reference:
5332     include: "2"
5333     name: "CNF-1c"
5334   compare:
5335     include: "1"
5336     name: "CNF-0.5c"
5337   parameters:
5338   - "result"
5339   - "name"
5340   - "tags"
5341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5342   x-axis: "X = CNFs per Service Chain"
5343   y-axis: "Y = Number of Service Chains"
5344   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5345   layout:
5346     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5347     layout: "plot-service-density"
5348
5349 - type: "plot"
5350   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5351   algorithm: "plot_service_density_heatmap_compare"
5352   output-file-type: ".html"
5353   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5354   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5355   filter: "'NIC_Intel-X710' and
5356            'NF_DENSITY' and
5357            'DOCKER' and
5358            'CHAIN' and
5359            'NF_VPPIP4' and
5360            'IMIX' and
5361            '4T2C' and
5362            'MRR'"
5363   reference:
5364     include: "2"
5365     name: "CNF-1c"
5366   compare:
5367     include: "1"
5368     name: "CNF-0.5c"
5369   parameters:
5370   - "result"
5371   - "name"
5372   - "tags"
5373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5374   x-axis: "X = CNFs per Service Chain"
5375   y-axis: "Y = Number of Service Chains"
5376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5377   layout:
5378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5379     layout: "plot-service-density"
5380
5381 - type: "plot"
5382   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5383   algorithm: "plot_service_density_heatmap_compare"
5384   output-file-type: ".html"
5385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5386   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5387   filter: "'NIC_Intel-X710' and
5388            'NF_DENSITY' and
5389            'DOCKER' and
5390            'CHAIN' and
5391            'NF_VPPIP4' and
5392            'IMIX' and
5393            '8T4C' and
5394            'MRR'"
5395   reference:
5396     include: "2"
5397     name: "CNF-1c"
5398   compare:
5399     include: "1"
5400     name: "CNF-0.5c"
5401   parameters:
5402   - "result"
5403   - "name"
5404   - "tags"
5405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5406   x-axis: "X = CNFs per Service Chain"
5407   y-axis: "Y = Number of Service Chains"
5408   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5409   layout:
5410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5411     layout: "plot-service-density"
5412
5413 # Plots - NF Density - CSC - NDR 64b
5414 - type: "plot"
5415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5416   algorithm: "plot_service_density_heatmap_compare"
5417   output-file-type: ".html"
5418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5419   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5420   filter: "'NIC_Intel-X710' and
5421            'NF_DENSITY' and
5422            'DOCKER' and
5423            'CHAIN' and
5424            'NF_VPPIP4' and
5425            '64B' and
5426            '2T1C' and
5427            'NDRPDR'"
5428   reference:
5429     include: "2"
5430     name: "CNF-1c"
5431   compare:
5432     include: "1"
5433     name: "CNF-0.5c"
5434   parameters:
5435   - "throughput"
5436   - "name"
5437   - "tags"
5438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5439   x-axis: "X = CNFs per Service Chain"
5440   y-axis: "Y = Number of Service Chains"
5441   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5442   layout:
5443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5444     layout: "plot-service-density"
5445
5446 - type: "plot"
5447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5448   algorithm: "plot_service_density_heatmap_compare"
5449   output-file-type: ".html"
5450   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5451   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5452   filter: "'NIC_Intel-X710' and
5453            'NF_DENSITY' and
5454            'DOCKER' and
5455            'CHAIN' and
5456            'NF_VPPIP4' and
5457            '64B' and
5458            '4T2C' and
5459            'NDRPDR'"
5460   reference:
5461     include: "2"
5462     name: "CNF-1c"
5463   compare:
5464     include: "1"
5465     name: "CNF-0.5c"
5466   parameters:
5467   - "throughput"
5468   - "name"
5469   - "tags"
5470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5471   x-axis: "X = CNFs per Service Chain"
5472   y-axis: "Y = Number of Service Chains"
5473   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5474   layout:
5475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5476     layout: "plot-service-density"
5477
5478 - type: "plot"
5479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5480   algorithm: "plot_service_density_heatmap_compare"
5481   output-file-type: ".html"
5482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5483   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5484   filter: "'NIC_Intel-X710' and
5485            'NF_DENSITY' and
5486            'DOCKER' and
5487            'CHAIN' and
5488            'NF_VPPIP4' and
5489            '64B' and
5490            '8T4C' and
5491            'NDRPDR'"
5492   reference:
5493     include: "2"
5494     name: "CNF-1c"
5495   compare:
5496     include: "1"
5497     name: "CNF-0.5c"
5498   parameters:
5499   - "throughput"
5500   - "name"
5501   - "tags"
5502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5503   x-axis: "X = CNFs per Service Chain"
5504   y-axis: "Y = Number of Service Chains"
5505   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5506   layout:
5507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5508     layout: "plot-service-density"
5509
5510 # Plots - NF Density - CSC - NDR IMIX
5511 - type: "plot"
5512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5513   algorithm: "plot_service_density_heatmap_compare"
5514   output-file-type: ".html"
5515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5516   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5517   filter: "'NIC_Intel-X710' and
5518            'NF_DENSITY' and
5519            'DOCKER' and
5520            'CHAIN' and
5521            'NF_VPPIP4' and
5522            'IMIX' and
5523            '2T1C' and
5524            'NDRPDR'"
5525   reference:
5526     include: "2"
5527     name: "CNF-1c"
5528   compare:
5529     include: "1"
5530     name: "CNF-0.5c"
5531   parameters:
5532   - "throughput"
5533   - "name"
5534   - "tags"
5535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5536   x-axis: "X = CNFs per Service Chain"
5537   y-axis: "Y = Number of Service Chains"
5538   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5539   layout:
5540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5541     layout: "plot-service-density"
5542
5543 - type: "plot"
5544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5545   algorithm: "plot_service_density_heatmap_compare"
5546   output-file-type: ".html"
5547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5548   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5549   filter: "'NIC_Intel-X710' and
5550            'NF_DENSITY' and
5551            'DOCKER' and
5552            'CHAIN' and
5553            'NF_VPPIP4' and
5554            'IMIX' and
5555            '4T2C' and
5556            'NDRPDR'"
5557   reference:
5558     include: "2"
5559     name: "CNF-1c"
5560   compare:
5561     include: "1"
5562     name: "CNF-0.5c"
5563   parameters:
5564   - "throughput"
5565   - "name"
5566   - "tags"
5567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5568   x-axis: "X = CNFs per Service Chain"
5569   y-axis: "Y = Number of Service Chains"
5570   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5571   layout:
5572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5573     layout: "plot-service-density"
5574
5575 - type: "plot"
5576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5577   algorithm: "plot_service_density_heatmap_compare"
5578   output-file-type: ".html"
5579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5580   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5581   filter: "'NIC_Intel-X710' and
5582            'NF_DENSITY' and
5583            'DOCKER' and
5584            'CHAIN' and
5585            'NF_VPPIP4' and
5586            'IMIX' and
5587            '8T4C' and
5588            'NDRPDR'"
5589   reference:
5590     include: "2"
5591     name: "CNF-1c"
5592   compare:
5593     include: "1"
5594     name: "CNF-0.5c"
5595   parameters:
5596   - "throughput"
5597   - "name"
5598   - "tags"
5599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5600   x-axis: "X = CNFs per Service Chain"
5601   y-axis: "Y = Number of Service Chains"
5602   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5603   layout:
5604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5605     layout: "plot-service-density"
5606
5607 # Plots - NF Density - CSC - PDR 64b
5608 - type: "plot"
5609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5610   algorithm: "plot_service_density_heatmap_compare"
5611   output-file-type: ".html"
5612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5613   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5614   filter: "'NIC_Intel-X710' and
5615            'NF_DENSITY' and
5616            'DOCKER' and
5617            'CHAIN' and
5618            'NF_VPPIP4' and
5619            '64B' and
5620            '2T1C' and
5621            'NDRPDR'"
5622   reference:
5623     include: "2"
5624     name: "CNF-1c"
5625   compare:
5626     include: "1"
5627     name: "CNF-0.5c"
5628   parameters:
5629   - "throughput"
5630   - "name"
5631   - "tags"
5632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5633   x-axis: "X = CNFs per Service Chain"
5634   y-axis: "Y = Number of Service Chains"
5635   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5636   layout:
5637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5638     layout: "plot-service-density"
5639
5640 - type: "plot"
5641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5642   algorithm: "plot_service_density_heatmap_compare"
5643   output-file-type: ".html"
5644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5645   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5646   filter: "'NIC_Intel-X710' and
5647            'NF_DENSITY' and
5648            'DOCKER' and
5649            'CHAIN' and
5650            'NF_VPPIP4' and
5651            '64B' and
5652            '4T2C' and
5653            'NDRPDR'"
5654   reference:
5655     include: "2"
5656     name: "CNF-1c"
5657   compare:
5658     include: "1"
5659     name: "CNF-0.5c"
5660   parameters:
5661   - "throughput"
5662   - "name"
5663   - "tags"
5664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5665   x-axis: "X = CNFs per Service Chain"
5666   y-axis: "Y = Number of Service Chains"
5667   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5668   layout:
5669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5670     layout: "plot-service-density"
5671
5672 - type: "plot"
5673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5674   algorithm: "plot_service_density_heatmap_compare"
5675   output-file-type: ".html"
5676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5677   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5678   filter: "'NIC_Intel-X710' and
5679            'NF_DENSITY' and
5680            'DOCKER' and
5681            'CHAIN' and
5682            'NF_VPPIP4' and
5683            '64B' and
5684            '8T4C' and
5685            'NDRPDR'"
5686   reference:
5687     include: "2"
5688     name: "CNF-1c"
5689   compare:
5690     include: "1"
5691     name: "CNF-0.5c"
5692   parameters:
5693   - "throughput"
5694   - "name"
5695   - "tags"
5696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5697   x-axis: "X = CNFs per Service Chain"
5698   y-axis: "Y = Number of Service Chains"
5699   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5700   layout:
5701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5702     layout: "plot-service-density"
5703
5704 # Plots - NF Density - CSC - PDR IMIX
5705 - type: "plot"
5706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5707   algorithm: "plot_service_density_heatmap_compare"
5708   output-file-type: ".html"
5709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5710   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5711   filter: "'NIC_Intel-X710' and
5712            'NF_DENSITY' and
5713            'DOCKER' and
5714            'CHAIN' and
5715            'NF_VPPIP4' and
5716            'IMIX' and
5717            '2T1C' and
5718            'NDRPDR'"
5719   reference:
5720     include: "2"
5721     name: "CNF-1c"
5722   compare:
5723     include: "1"
5724     name: "CNF-0.5c"
5725   parameters:
5726   - "throughput"
5727   - "name"
5728   - "tags"
5729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5730   x-axis: "X = CNFs per Service Chain"
5731   y-axis: "Y = Number of Service Chains"
5732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5733   layout:
5734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5735     layout: "plot-service-density"
5736
5737 - type: "plot"
5738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5739   algorithm: "plot_service_density_heatmap_compare"
5740   output-file-type: ".html"
5741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5742   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5743   filter: "'NIC_Intel-X710' and
5744            'NF_DENSITY' and
5745            'DOCKER' and
5746            'CHAIN' and
5747            'NF_VPPIP4' and
5748            'IMIX' and
5749            '4T2C' and
5750            'NDRPDR'"
5751   reference:
5752     include: "2"
5753     name: "CNF-1c"
5754   compare:
5755     include: "1"
5756     name: "CNF-0.5c"
5757   parameters:
5758   - "throughput"
5759   - "name"
5760   - "tags"
5761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5762   x-axis: "X = CNFs per Service Chain"
5763   y-axis: "Y = Number of Service Chains"
5764   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5765   layout:
5766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5767     layout: "plot-service-density"
5768
5769 - type: "plot"
5770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5771   algorithm: "plot_service_density_heatmap_compare"
5772   output-file-type: ".html"
5773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5774   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5775   filter: "'NIC_Intel-X710' and
5776            'NF_DENSITY' and
5777            'DOCKER' and
5778            'CHAIN' and
5779            'NF_VPPIP4' and
5780            'IMIX' and
5781            '8T4C' and
5782            'NDRPDR'"
5783   reference:
5784     include: "2"
5785     name: "CNF-1c"
5786   compare:
5787     include: "1"
5788     name: "CNF-0.5c"
5789   parameters:
5790   - "throughput"
5791   - "name"
5792   - "tags"
5793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5794   x-axis: "X = CNFs per Service Chain"
5795   y-axis: "Y = Number of Service Chains"
5796   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5797   layout:
5798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5799     layout: "plot-service-density"
5800
5801 ################################################################################
5802 # Plots - NF Density - CSP - MRR 64b
5803 - type: "plot"
5804   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5805   algorithm: "plot_service_density_heatmap_compare"
5806   output-file-type: ".html"
5807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5808   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5809   filter: "'NIC_Intel-X710' and
5810            'NF_DENSITY' and
5811            'DOCKER' and
5812            'PIPELINE' and
5813            'NF_VPPIP4' and
5814            '64B' and
5815            '2T1C' and
5816            'MRR'"
5817   reference:
5818     include: "2"
5819     name: "CNF-1c"
5820   compare:
5821     include: "1"
5822     name: "CNF-0.5c"
5823   parameters:
5824   - "result"
5825   - "name"
5826   - "tags"
5827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5828   x-axis: "X = CNFs per Service Pipeline"
5829   y-axis: "Y = Number of Service Pipelines"
5830   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5831   layout:
5832     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5833     layout: "plot-service-density"
5834
5835 - type: "plot"
5836   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5837   algorithm: "plot_service_density_heatmap_compare"
5838   output-file-type: ".html"
5839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5840   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5841   filter: "'NIC_Intel-X710' and
5842            'NF_DENSITY' and
5843            'DOCKER' and
5844            'PIPELINE' and
5845            'NF_VPPIP4' and
5846            '64B' and
5847            '4T2C' and
5848            'MRR'"
5849   reference:
5850     include: "2"
5851     name: "CNF-1c"
5852   compare:
5853     include: "1"
5854     name: "CNF-0.5c"
5855   parameters:
5856   - "result"
5857   - "name"
5858   - "tags"
5859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5860   x-axis: "X = CNFs per Service Pipeline"
5861   y-axis: "Y = Number of Service Pipelines"
5862   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5863   layout:
5864     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5865     layout: "plot-service-density"
5866
5867 - type: "plot"
5868   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5869   algorithm: "plot_service_density_heatmap_compare"
5870   output-file-type: ".html"
5871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5872   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5873   filter: "'NIC_Intel-X710' and
5874            'NF_DENSITY' and
5875            'DOCKER' and
5876            'PIPELINE' and
5877            'NF_VPPIP4' and
5878            '64B' and
5879            '8T4C' and
5880            'MRR'"
5881   reference:
5882     include: "2"
5883     name: "CNF-1c"
5884   compare:
5885     include: "1"
5886     name: "CNF-0.5c"
5887   parameters:
5888   - "result"
5889   - "name"
5890   - "tags"
5891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5892   x-axis: "X = CNFs per Service Pipeline"
5893   y-axis: "Y = Number of Service Pipelines"
5894   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5895   layout:
5896     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5897     layout: "plot-service-density"
5898
5899 # Plots - NF Density - CSP - MRR IMIX
5900 - type: "plot"
5901   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5902   algorithm: "plot_service_density_heatmap_compare"
5903   output-file-type: ".html"
5904   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5905   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5906   filter: "'NIC_Intel-X710' and
5907            'NF_DENSITY' and
5908            'DOCKER' and
5909            'PIPELINE' and
5910            'NF_VPPIP4' and
5911            'IMIX' and
5912            '2T1C' and
5913            'MRR'"
5914   reference:
5915     include: "2"
5916     name: "CNF-1c"
5917   compare:
5918     include: "1"
5919     name: "CNF-0.5c"
5920   parameters:
5921   - "result"
5922   - "name"
5923   - "tags"
5924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5925   x-axis: "X = CNFs per Service Pipeline"
5926   y-axis: "Y = Number of Service Pipelines"
5927   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5928   layout:
5929     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5930     layout: "plot-service-density"
5931
5932 - type: "plot"
5933   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5934   algorithm: "plot_service_density_heatmap_compare"
5935   output-file-type: ".html"
5936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5937   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5938   filter: "'NIC_Intel-X710' and
5939            'NF_DENSITY' and
5940            'DOCKER' and
5941            'PIPELINE' and
5942            'NF_VPPIP4' and
5943            'IMIX' and
5944            '4T2C' and
5945            'MRR'"
5946   reference:
5947     include: "2"
5948     name: "CNF-1c"
5949   compare:
5950     include: "1"
5951     name: "CNF-0.5c"
5952   parameters:
5953   - "result"
5954   - "name"
5955   - "tags"
5956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5957   x-axis: "X = CNFs per Service Pipeline"
5958   y-axis: "Y = Number of Service Pipelines"
5959   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5960   layout:
5961     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5962     layout: "plot-service-density"
5963
5964 - type: "plot"
5965   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5966   algorithm: "plot_service_density_heatmap_compare"
5967   output-file-type: ".html"
5968   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5969   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5970   filter: "'NIC_Intel-X710' and
5971            'NF_DENSITY' and
5972            'DOCKER' and
5973            'PIPELINE' and
5974            'NF_VPPIP4' and
5975            'IMIX' and
5976            '8T4C' and
5977            'MRR'"
5978   reference:
5979     include: "2"
5980     name: "CNF-1c"
5981   compare:
5982     include: "1"
5983     name: "CNF-0.5c"
5984   parameters:
5985   - "result"
5986   - "name"
5987   - "tags"
5988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5989   x-axis: "X = CNFs per Service Pipeline"
5990   y-axis: "Y = Number of Service Pipelines"
5991   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5992   layout:
5993     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5994     layout: "plot-service-density"
5995
5996 # Plots - NF Density - CSP - NDR 64b
5997 - type: "plot"
5998   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5999   algorithm: "plot_service_density_heatmap_compare"
6000   output-file-type: ".html"
6001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6002   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6003   filter: "'NIC_Intel-X710' and
6004            'NF_DENSITY' and
6005            'DOCKER' and
6006            'PIPELINE' and
6007            'NF_VPPIP4' and
6008            '64B' and
6009            '2T1C' and
6010            'NDRPDR'"
6011   reference:
6012     include: "2"
6013     name: "CNF-1c"
6014   compare:
6015     include: "1"
6016     name: "CNF-0.5c"
6017   parameters:
6018   - "throughput"
6019   - "name"
6020   - "tags"
6021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6022   x-axis: "X = CNFs per Service Pipeline"
6023   y-axis: "Y = Number of Service Pipelines"
6024   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6025   layout:
6026     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6027     layout: "plot-service-density"
6028
6029 - type: "plot"
6030   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6031   algorithm: "plot_service_density_heatmap_compare"
6032   output-file-type: ".html"
6033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6034   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6035   filter: "'NIC_Intel-X710' and
6036            'NF_DENSITY' and
6037            'DOCKER' and
6038            'PIPELINE' and
6039            'NF_VPPIP4' and
6040            '64B' and
6041            '4T2C' and
6042            'NDRPDR'"
6043   reference:
6044     include: "2"
6045     name: "CNF-1c"
6046   compare:
6047     include: "1"
6048     name: "CNF-0.5c"
6049   parameters:
6050   - "throughput"
6051   - "name"
6052   - "tags"
6053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6054   x-axis: "X = CNFs per Service Pipeline"
6055   y-axis: "Y = Number of Service Pipelines"
6056   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6057   layout:
6058     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6059     layout: "plot-service-density"
6060
6061 - type: "plot"
6062   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6063   algorithm: "plot_service_density_heatmap_compare"
6064   output-file-type: ".html"
6065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6066   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6067   filter: "'NIC_Intel-X710' and
6068            'NF_DENSITY' and
6069            'DOCKER' and
6070            'PIPELINE' and
6071            'NF_VPPIP4' and
6072            '64B' and
6073            '8T4C' and
6074            'NDRPDR'"
6075   reference:
6076     include: "2"
6077     name: "CNF-1c"
6078   compare:
6079     include: "1"
6080     name: "CNF-0.5c"
6081   parameters:
6082   - "throughput"
6083   - "name"
6084   - "tags"
6085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6086   x-axis: "X = CNFs per Service Pipeline"
6087   y-axis: "Y = Number of Service Pipelines"
6088   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6089   layout:
6090     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6091     layout: "plot-service-density"
6092
6093 # Plots - NF Density - CSP - NDR IMIX
6094 - type: "plot"
6095   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6096   algorithm: "plot_service_density_heatmap_compare"
6097   output-file-type: ".html"
6098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6099   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6100   filter: "'NIC_Intel-X710' and
6101            'NF_DENSITY' and
6102            'DOCKER' and
6103            'PIPELINE' and
6104            'NF_VPPIP4' and
6105            'IMIX' and
6106            '2T1C' and
6107            'NDRPDR'"
6108   reference:
6109     include: "2"
6110     name: "CNF-1c"
6111   compare:
6112     include: "1"
6113     name: "CNF-0.5c"
6114   parameters:
6115   - "throughput"
6116   - "name"
6117   - "tags"
6118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6119   x-axis: "X = CNFs per Service Pipeline"
6120   y-axis: "Y = Number of Service Pipelines"
6121   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6122   layout:
6123     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6124     layout: "plot-service-density"
6125
6126 - type: "plot"
6127   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6128   algorithm: "plot_service_density_heatmap_compare"
6129   output-file-type: ".html"
6130   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6131   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6132   filter: "'NIC_Intel-X710' and
6133            'NF_DENSITY' and
6134            'DOCKER' and
6135            'PIPELINE' and
6136            'NF_VPPIP4' and
6137            'IMIX' and
6138            '4T2C' and
6139            'NDRPDR'"
6140   reference:
6141     include: "2"
6142     name: "CNF-1c"
6143   compare:
6144     include: "1"
6145     name: "CNF-0.5c"
6146   parameters:
6147   - "throughput"
6148   - "name"
6149   - "tags"
6150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6151   x-axis: "X = CNFs per Service Pipeline"
6152   y-axis: "Y = Number of Service Pipelines"
6153   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6154   layout:
6155     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6156     layout: "plot-service-density"
6157
6158 - type: "plot"
6159   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6160   algorithm: "plot_service_density_heatmap_compare"
6161   output-file-type: ".html"
6162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6163   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6164   filter: "'NIC_Intel-X710' and
6165            'NF_DENSITY' and
6166            'DOCKER' and
6167            'PIPELINE' and
6168            'NF_VPPIP4' and
6169            'IMIX' and
6170            '8T4C' and
6171            'NDRPDR'"
6172   reference:
6173     include: "2"
6174     name: "CNF-1c"
6175   compare:
6176     include: "1"
6177     name: "CNF-0.5c"
6178   parameters:
6179   - "throughput"
6180   - "name"
6181   - "tags"
6182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6183   x-axis: "X = CNFs per Service Pipeline"
6184   y-axis: "Y = Number of Service Pipelines"
6185   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6186   layout:
6187     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6188     layout: "plot-service-density"
6189
6190 # Plots - NF Density - CSP - PDR 64b
6191 - type: "plot"
6192   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6193   algorithm: "plot_service_density_heatmap_compare"
6194   output-file-type: ".html"
6195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6196   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6197   filter: "'NIC_Intel-X710' and
6198            'NF_DENSITY' and
6199            'DOCKER' and
6200            'PIPELINE' and
6201            'NF_VPPIP4' and
6202            '64B' and
6203            '2T1C' and
6204            'NDRPDR'"
6205   reference:
6206     include: "2"
6207     name: "CNF-1c"
6208   compare:
6209     include: "1"
6210     name: "CNF-0.5c"
6211   parameters:
6212   - "throughput"
6213   - "name"
6214   - "tags"
6215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6216   x-axis: "X = CNFs per Service Pipeline"
6217   y-axis: "Y = Number of Service Pipelines"
6218   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6219   layout:
6220     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6221     layout: "plot-service-density"
6222
6223 - type: "plot"
6224   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6225   algorithm: "plot_service_density_heatmap_compare"
6226   output-file-type: ".html"
6227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6228   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6229   filter: "'NIC_Intel-X710' and
6230            'NF_DENSITY' and
6231            'DOCKER' and
6232            'PIPELINE' and
6233            'NF_VPPIP4' and
6234            '64B' and
6235            '4T2C' and
6236            'NDRPDR'"
6237   reference:
6238     include: "2"
6239     name: "CNF-1c"
6240   compare:
6241     include: "1"
6242     name: "CNF-0.5c"
6243   parameters:
6244   - "throughput"
6245   - "name"
6246   - "tags"
6247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6248   x-axis: "X = CNFs per Service Pipeline"
6249   y-axis: "Y = Number of Service Pipelines"
6250   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6251   layout:
6252     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6253     layout: "plot-service-density"
6254
6255 - type: "plot"
6256   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6257   algorithm: "plot_service_density_heatmap_compare"
6258   output-file-type: ".html"
6259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6260   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6261   filter: "'NIC_Intel-X710' and
6262            'NF_DENSITY' and
6263            'DOCKER' and
6264            'PIPELINE' and
6265            'NF_VPPIP4' and
6266            '64B' and
6267            '8T4C' and
6268            'NDRPDR'"
6269   reference:
6270     include: "2"
6271     name: "CNF-1c"
6272   compare:
6273     include: "1"
6274     name: "CNF-0.5c"
6275   parameters:
6276   - "throughput"
6277   - "name"
6278   - "tags"
6279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6280   x-axis: "X = CNFs per Service Pipeline"
6281   y-axis: "Y = Number of Service Pipelines"
6282   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6283   layout:
6284     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6285     layout: "plot-service-density"
6286
6287 # Plots - NF Density - CSP - PDR IMIX
6288 - type: "plot"
6289   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6290   algorithm: "plot_service_density_heatmap_compare"
6291   output-file-type: ".html"
6292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6293   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6294   filter: "'NIC_Intel-X710' and
6295            'NF_DENSITY' and
6296            'DOCKER' and
6297            'PIPELINE' and
6298            'NF_VPPIP4' and
6299            'IMIX' and
6300            '2T1C' and
6301            'NDRPDR'"
6302   reference:
6303     include: "2"
6304     name: "CNF-1c"
6305   compare:
6306     include: "1"
6307     name: "CNF-0.5c"
6308   parameters:
6309   - "throughput"
6310   - "name"
6311   - "tags"
6312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6313   x-axis: "X = CNFs per Service Pipeline"
6314   y-axis: "Y = Number of Service Pipelines"
6315   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6316   layout:
6317     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6318     layout: "plot-service-density"
6319
6320 - type: "plot"
6321   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6322   algorithm: "plot_service_density_heatmap_compare"
6323   output-file-type: ".html"
6324   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6325   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6326   filter: "'NIC_Intel-X710' and
6327            'NF_DENSITY' and
6328            'DOCKER' and
6329            'PIPELINE' and
6330            'NF_VPPIP4' and
6331            'IMIX' and
6332            '4T2C' and
6333            'NDRPDR'"
6334   reference:
6335     include: "2"
6336     name: "CNF-1c"
6337   compare:
6338     include: "1"
6339     name: "CNF-0.5c"
6340   parameters:
6341   - "throughput"
6342   - "name"
6343   - "tags"
6344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6345   x-axis: "X = CNFs per Service Pipeline"
6346   y-axis: "Y = Number of Service Pipelines"
6347   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6348   layout:
6349     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6350     layout: "plot-service-density"
6351
6352 - type: "plot"
6353   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6354   algorithm: "plot_service_density_heatmap_compare"
6355   output-file-type: ".html"
6356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6357   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6358   filter: "'NIC_Intel-X710' and
6359            'NF_DENSITY' and
6360            'DOCKER' and
6361            'PIPELINE' and
6362            'NF_VPPIP4' and
6363            'IMIX' and
6364            '8T4C' and
6365            'NDRPDR'"
6366   reference:
6367     include: "2"
6368     name: "CNF-1c"
6369   compare:
6370     include: "1"
6371     name: "CNF-0.5c"
6372   parameters:
6373   - "throughput"
6374   - "name"
6375   - "tags"
6376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6377   x-axis: "X = CNFs per Service Pipeline"
6378   y-axis: "Y = Number of Service Pipelines"
6379   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6380   layout:
6381     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6382     layout: "plot-service-density"
6383
6384 ################################################################################
6385 ## Plots VPP HTTP Server Performance
6386 #- type: "plot"
6387 #  title: "VPP HTTP Server Performance"
6388 #  algorithm: "plot_http_server_performance_box"
6389 #  output-file-type: ".html"
6390 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6391 #  data:
6392 #    "plot-vpp-http-server-performance"
6393 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6394 #  # each tag is enclosed with ' (apostrophe).
6395 #  filter: "'HTTP' and 'TCP_CPS'"
6396 #  parameters:
6397 #  - "result"
6398 #  - "name"
6399 #  traces:
6400 #    hoverinfo: "x+y"
6401 #    boxpoints: "outliers"
6402 #    whiskerwidth: 0
6403 #  layout:
6404 #    title: "VPP HTTP Server Performance"
6405 #    layout:
6406 #      "plot-cps"
6407 #
6408 #- type: "plot"
6409 #  title: "VPP HTTP Server Performance"
6410 #  algorithm: "plot_http_server_performance_box"
6411 #  output-file-type: ".html"
6412 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6413 #  data:
6414 #    "plot-vpp-http-server-performance"
6415 #  filter: "'HTTP' and 'TCP_RPS'"
6416 #  parameters:
6417 #  - "result"
6418 #  - "name"
6419 #  traces:
6420 #    hoverinfo: "x+y"
6421 #    boxpoints: "outliers"
6422 #    whiskerwidth: 0
6423 #  layout:
6424 #    title: "VPP HTTP Server Performance"
6425 #    layout:
6426 #      "plot-rps"
6427
6428 ################################################################################
6429
6430 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6431 - type: "plot"
6432   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6433   algorithm: "plot_performance_box"
6434   output-file-type: ".html"
6435   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6437   filter: "'NIC_Intel-X520-DA2' and
6438            '64B' and
6439            ('BASE' or 'SCALE') and
6440            'NDRPDR' and
6441            'ETH' and
6442            '1T1C' and
6443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6444            not 'VHOST' and
6445            not 'MEMIF'"
6446   parameters:
6447   - "throughput"
6448   - "parent"
6449   - "tags"
6450   sort:
6451   - "L2PATCH"
6452   - "L2XCBASE"
6453   - "BASE"
6454   - "FIB_10K"
6455   - "FIB_100K"
6456   - "FIB_1M"
6457   traces:
6458     hoverinfo: "x+y"
6459     boxpoints: "outliers"
6460     whiskerwidth: 0
6461   layout:
6462     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6463     layout: "plot-throughput"
6464
6465 - type: "plot"
6466   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6467   algorithm: "plot_performance_box"
6468   output-file-type: ".html"
6469   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6471   filter: "'NIC_Intel-X520-DA2' and
6472            '64B' and
6473            ('BASE' or 'SCALE') and
6474            'NDRPDR' and
6475            'ETH' and
6476            '1T1C' and
6477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6478            not 'VHOST' and
6479            not 'MEMIF'"
6480   parameters:
6481   - "throughput"
6482   - "parent"
6483   - "tags"
6484   sort:
6485   - "L2PATCH"
6486   - "L2XCBASE"
6487   - "BASE"
6488   - "FIB_10K"
6489   - "FIB_100K"
6490   - "FIB_1M"
6491   traces:
6492     hoverinfo: "x+y"
6493     boxpoints: "outliers"
6494     whiskerwidth: 0
6495   layout:
6496     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6497     layout: "plot-throughput"
6498
6499 - type: "plot"
6500   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6501   algorithm: "plot_performance_box"
6502   output-file-type: ".html"
6503   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6505   filter: "'NIC_Intel-X520-DA2' and
6506            '64B' and
6507            ('BASE' or 'SCALE') and
6508            'NDRPDR' and
6509            'ETH' and
6510            '2T2C' and
6511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6512            not 'VHOST' and
6513            not 'MEMIF'"
6514   parameters:
6515   - "throughput"
6516   - "parent"
6517   - "tags"
6518   sort:
6519   - "L2PATCH"
6520   - "L2XCBASE"
6521   - "BASE"
6522   - "FIB_10K"
6523   - "FIB_100K"
6524   - "FIB_1M"
6525   traces:
6526     hoverinfo: "x+y"
6527     boxpoints: "outliers"
6528     whiskerwidth: 0
6529   layout:
6530     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6531     layout: "plot-throughput"
6532
6533 - type: "plot"
6534   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6535   algorithm: "plot_performance_box"
6536   output-file-type: ".html"
6537   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6539   filter: "'NIC_Intel-X520-DA2' and
6540            '64B' and
6541            ('BASE' or 'SCALE') and
6542            'NDRPDR' and
6543            'ETH' and
6544            '2T2C' and
6545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6546            not 'VHOST' and
6547            not 'MEMIF'"
6548   parameters:
6549   - "throughput"
6550   - "parent"
6551   - "tags"
6552   sort:
6553   - "L2PATCH"
6554   - "L2XCBASE"
6555   - "BASE"
6556   - "FIB_10K"
6557   - "FIB_100K"
6558   - "FIB_1M"
6559   traces:
6560     hoverinfo: "x+y"
6561     boxpoints: "outliers"
6562     whiskerwidth: 0
6563   layout:
6564     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6565     layout: "plot-throughput"
6566
6567 # Packet Throughput - VPP L2 3n-hsw-x520 features
6568 - type: "plot"
6569   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6570   algorithm: "plot_performance_box"
6571   output-file-type: ".html"
6572   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6574   filter: "'NIC_Intel-X520-DA2' and
6575            '64B' and
6576            'NDRPDR' and
6577            '1T1C' and
6578            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6579            not 'ACL' and
6580            not 'VHOST' and
6581            not 'MEMIF'"
6582   parameters:
6583   - "throughput"
6584   - "parent"
6585   - "tags"
6586   sort:
6587   - "L2XCBASE"    # l2xcbase
6588   - "L2BDBASE"    # l2bdbase
6589   - "L2XCFWD"     # dot1q-l2xcbase
6590   - "L2BDMACLRN"  # dot1q-l2bdbase
6591   traces:
6592     hoverinfo: "x+y"
6593     boxpoints: "outliers"
6594     whiskerwidth: 0
6595   layout:
6596     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6597     layout: "plot-throughput"
6598
6599 - type: "plot"
6600   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6601   algorithm: "plot_performance_box"
6602   output-file-type: ".html"
6603   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6605   filter: "'NIC_Intel-X520-DA2' and
6606            '64B' and
6607            'NDRPDR' and
6608            '1T1C' and
6609            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6610            not 'ACL' and
6611            not 'VHOST' and
6612            not 'MEMIF'"
6613   parameters:
6614   - "throughput"
6615   - "parent"
6616   - "tags"
6617   sort:
6618   - "L2XCBASE"    # l2xcbase
6619   - "L2BDBASE"    # l2bdbase
6620   - "L2XCFWD"     # dot1q-l2xcbase
6621   - "L2BDMACLRN"  # dot1q-l2bdbase
6622   traces:
6623     hoverinfo: "x+y"
6624     boxpoints: "outliers"
6625     whiskerwidth: 0
6626   layout:
6627     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6628     layout: "plot-throughput"
6629
6630 - type: "plot"
6631   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6632   algorithm: "plot_performance_box"
6633   output-file-type: ".html"
6634   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6635   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6636   filter: "'NIC_Intel-X520-DA2' and
6637            '64B' and
6638            'NDRPDR' and
6639            '2T2C' and
6640            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6641            not 'ACL' and
6642            not 'VHOST' and
6643            not 'MEMIF'"
6644   parameters:
6645   - "throughput"
6646   - "parent"
6647   - "tags"
6648   sort:
6649   - "L2XCBASE"    # l2xcbase
6650   - "L2BDBASE"    # l2bdbase
6651   - "L2XCFWD"     # dot1q-l2xcbase
6652   - "L2BDMACLRN"  # dot1q-l2bdbase
6653   traces:
6654     hoverinfo: "x+y"
6655     boxpoints: "outliers"
6656     whiskerwidth: 0
6657   layout:
6658     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6659     layout: "plot-throughput"
6660
6661 - type: "plot"
6662   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6663   algorithm: "plot_performance_box"
6664   output-file-type: ".html"
6665   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6667   filter: "'NIC_Intel-X520-DA2' and
6668            '64B' and
6669            'NDRPDR' and
6670            '2T2C' and
6671            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6672            not 'ACL' and
6673            not 'VHOST' and
6674            not 'MEMIF'"
6675   parameters:
6676   - "throughput"
6677   - "parent"
6678   - "tags"
6679   sort:
6680   - "L2XCBASE"    # l2xcbase
6681   - "L2BDBASE"    # l2bdbase
6682   - "L2XCFWD"     # dot1q-l2xcbase
6683   - "L2BDMACLRN"  # dot1q-l2bdbase
6684   traces:
6685     hoverinfo: "x+y"
6686     boxpoints: "outliers"
6687     whiskerwidth: 0
6688   layout:
6689     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6690     layout: "plot-throughput"
6691
6692 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6693 - type: "plot"
6694   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6695   algorithm: "plot_performance_box"
6696   output-file-type: ".html"
6697   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6699   filter: "'NIC_Intel-X520-DA2' and
6700            '64B' and
6701            'NDRPDR' and
6702            '1T1C' and
6703            'FEATURE' and
6704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6705            'IACL' and
6706            ('ACL1' or 'ACL50') and
6707            ('10K_FLOWS' or '10k_FLOWS') and
6708            not 'MACIP' and
6709            not 'VHOST' and
6710            not 'MEMIF'"
6711   parameters:
6712   - "throughput"
6713   - "parent"
6714   - "tags"
6715   traces:
6716     hoverinfo: "x+y"
6717     boxpoints: "outliers"
6718     whiskerwidth: 0
6719   layout:
6720     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6721     layout: "plot-throughput"
6722
6723 - type: "plot"
6724   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6725   algorithm: "plot_performance_box"
6726   output-file-type: ".html"
6727   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6729   filter: "'NIC_Intel-X520-DA2' and
6730            '64B' and
6731            'NDRPDR' and
6732            '1T1C' and
6733            'FEATURE' and
6734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6735            'IACL' and
6736            ('ACL1' or 'ACL50') and
6737            ('10K_FLOWS' or '10k_FLOWS') and
6738            not 'MACIP' and
6739            not 'VHOST' and
6740            not 'MEMIF'"
6741   parameters:
6742   - "throughput"
6743   - "parent"
6744   - "tags"
6745   traces:
6746     hoverinfo: "x+y"
6747     boxpoints: "outliers"
6748     whiskerwidth: 0
6749   layout:
6750     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6751     layout: "plot-throughput"
6752
6753 - type: "plot"
6754   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6755   algorithm: "plot_performance_box"
6756   output-file-type: ".html"
6757   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6759   filter: "'NIC_Intel-X520-DA2' and
6760            '64B' and
6761            'NDRPDR' and
6762            '2T2C' and
6763            'FEATURE' and
6764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6765            'IACL' and
6766            ('ACL1' or 'ACL50') and
6767            ('10K_FLOWS' or '10k_FLOWS') and
6768            not 'MACIP' and
6769            not 'VHOST' and
6770            not 'MEMIF'"
6771   parameters:
6772   - "throughput"
6773   - "parent"
6774   - "tags"
6775   traces:
6776     hoverinfo: "x+y"
6777     boxpoints: "outliers"
6778     whiskerwidth: 0
6779   layout:
6780     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6781     layout: "plot-throughput"
6782
6783 - type: "plot"
6784   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6785   algorithm: "plot_performance_box"
6786   output-file-type: ".html"
6787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6789   filter: "'NIC_Intel-X520-DA2' and
6790            '64B' and
6791            'NDRPDR' and
6792            '2T2C' and
6793            'FEATURE' and
6794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6795            'IACL' and
6796            ('ACL1' or 'ACL50') and
6797            ('10K_FLOWS' or '10k_FLOWS') and
6798            not 'MACIP' and
6799            not 'VHOST' and
6800            not 'MEMIF'"
6801   parameters:
6802   - "throughput"
6803   - "parent"
6804   - "tags"
6805   traces:
6806     hoverinfo: "x+y"
6807     boxpoints: "outliers"
6808     whiskerwidth: 0
6809   layout:
6810     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6811     layout: "plot-throughput"
6812
6813 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6814 - type: "plot"
6815   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6816   algorithm: "plot_performance_box"
6817   output-file-type: ".html"
6818   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6820   filter: "'NIC_Intel-X520-DA2' and
6821            '64B' and
6822            'NDRPDR' and
6823            '1T1C' and
6824            'FEATURE' and
6825            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6826            'OACL' and
6827            ('ACL1' or 'ACL50') and
6828            ('10K_FLOWS' or '10k_FLOWS') and
6829            not 'MACIP' and
6830            not 'VHOST' and
6831            not 'MEMIF'"
6832   parameters:
6833   - "throughput"
6834   - "parent"
6835   - "tags"
6836   traces:
6837     hoverinfo: "x+y"
6838     boxpoints: "outliers"
6839     whiskerwidth: 0
6840   layout:
6841     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6842     layout: "plot-throughput"
6843
6844 - type: "plot"
6845   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6846   algorithm: "plot_performance_box"
6847   output-file-type: ".html"
6848   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6850   filter: "'NIC_Intel-X520-DA2' and
6851            '64B' and
6852            'NDRPDR' and
6853            '1T1C' and
6854            'FEATURE' and
6855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6856            'OACL' and
6857            ('ACL1' or 'ACL50') and
6858            ('10K_FLOWS' or '10k_FLOWS') and
6859            not 'MACIP' and
6860            not 'VHOST' and
6861            not 'MEMIF'"
6862   parameters:
6863   - "throughput"
6864   - "parent"
6865   - "tags"
6866   traces:
6867     hoverinfo: "x+y"
6868     boxpoints: "outliers"
6869     whiskerwidth: 0
6870   layout:
6871     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6872     layout: "plot-throughput"
6873
6874 - type: "plot"
6875   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6876   algorithm: "plot_performance_box"
6877   output-file-type: ".html"
6878   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6880   filter: "'NIC_Intel-X520-DA2' and
6881            '64B' and
6882            'NDRPDR' and
6883            '2T2C' and
6884            'FEATURE' and
6885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6886            'OACL' and
6887            ('ACL1' or 'ACL50') and
6888            ('10K_FLOWS' or '10k_FLOWS') and
6889            not 'MACIP' and
6890            not 'VHOST' and
6891            not 'MEMIF'"
6892   parameters:
6893   - "throughput"
6894   - "parent"
6895   - "tags"
6896   traces:
6897     hoverinfo: "x+y"
6898     boxpoints: "outliers"
6899     whiskerwidth: 0
6900   layout:
6901     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6902     layout: "plot-throughput"
6903
6904 - type: "plot"
6905   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6906   algorithm: "plot_performance_box"
6907   output-file-type: ".html"
6908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6910   filter: "'NIC_Intel-X520-DA2' and
6911            '64B' and
6912            'NDRPDR' and
6913            '2T2C' and
6914            'FEATURE' and
6915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6916            'OACL' and
6917            ('ACL1' or 'ACL50') and
6918            ('10K_FLOWS' or '10k_FLOWS') and
6919            not 'MACIP' and
6920            not 'VHOST' and
6921            not 'MEMIF'"
6922   parameters:
6923   - "throughput"
6924   - "parent"
6925   - "tags"
6926   traces:
6927     hoverinfo: "x+y"
6928     boxpoints: "outliers"
6929     whiskerwidth: 0
6930   layout:
6931     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6932     layout: "plot-throughput"
6933
6934 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6935 - type: "plot"
6936   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6937   algorithm: "plot_performance_box"
6938   output-file-type: ".html"
6939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6941   filter: "'NIC_Intel-X520-DA2' and
6942            '64B' and
6943            'NDRPDR' and
6944            '1T1C' and
6945            'FEATURE' and
6946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6947            'MACIP' and
6948            ('ACL1' or 'ACL50') and
6949            ('10K_FLOWS' or '10k_FLOWS') and
6950            not 'VHOST' and
6951            not 'MEMIF'"
6952   parameters:
6953   - "throughput"
6954   - "parent"
6955   - "tags"
6956   traces:
6957     hoverinfo: "x+y"
6958     boxpoints: "outliers"
6959     whiskerwidth: 0
6960   layout:
6961     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6962     layout: "plot-throughput"
6963
6964 - type: "plot"
6965   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6966   algorithm: "plot_performance_box"
6967   output-file-type: ".html"
6968   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6970   filter: "'NIC_Intel-X520-DA2' and
6971            '64B' and
6972            'NDRPDR' and
6973            '1T1C' and
6974            'FEATURE' and
6975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6976            'MACIP' and
6977            ('ACL1' or 'ACL50') and
6978            ('10K_FLOWS' or '10k_FLOWS') and
6979            not 'VHOST' and
6980            not 'MEMIF'"
6981   parameters:
6982   - "throughput"
6983   - "parent"
6984   - "tags"
6985   traces:
6986     hoverinfo: "x+y"
6987     boxpoints: "outliers"
6988     whiskerwidth: 0
6989   layout:
6990     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6991     layout: "plot-throughput"
6992
6993 - type: "plot"
6994   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6995   algorithm: "plot_performance_box"
6996   output-file-type: ".html"
6997   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6999   filter: "'NIC_Intel-X520-DA2' and
7000            '64B' and
7001            'NDRPDR' and
7002            '2T2C' and
7003            'FEATURE' and
7004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7005            'MACIP' and
7006            ('ACL1' or 'ACL50') and
7007            ('10K_FLOWS' or '10k_FLOWS') and
7008            not 'VHOST' and
7009            not 'MEMIF'"
7010   parameters:
7011   - "throughput"
7012   - "parent"
7013   - "tags"
7014   traces:
7015     hoverinfo: "x+y"
7016     boxpoints: "outliers"
7017     whiskerwidth: 0
7018   layout:
7019     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7020     layout: "plot-throughput"
7021
7022 - type: "plot"
7023   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7024   algorithm: "plot_performance_box"
7025   output-file-type: ".html"
7026   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7028   filter: "'NIC_Intel-X520-DA2' and
7029            '64B' and
7030            'NDRPDR' and
7031            '2T2C' and
7032            'FEATURE' and
7033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7034            'MACIP' and
7035            ('ACL1' or 'ACL50') and
7036            ('10K_FLOWS' or '10k_FLOWS') and
7037            not 'VHOST' and
7038            not 'MEMIF'"
7039   parameters:
7040   - "throughput"
7041   - "parent"
7042   - "tags"
7043   traces:
7044     hoverinfo: "x+y"
7045     boxpoints: "outliers"
7046     whiskerwidth: 0
7047   layout:
7048     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7049     layout: "plot-throughput"
7050
7051 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7052 - type: "plot"
7053   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7054   algorithm: "plot_performance_box"
7055   output-file-type: ".html"
7056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7058   filter: "'NIC_Intel-X710' and
7059            '64B' and
7060            ('BASE' or 'SCALE') and
7061            'NDRPDR' and
7062            'ETH' and
7063            '1T1C' and
7064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7065            not 'VHOST' and
7066            not 'MEMIF'"
7067   parameters:
7068   - "throughput"
7069   - "parent"
7070   - "tags"
7071   sort:
7072   - "L2PATCH"
7073   - "L2XCFWD"
7074   - "L2BDMACLRN"
7075   - "FIB_10K"
7076   - "FIB_100K"
7077   - "FIB_1M"
7078   traces:
7079     hoverinfo: "x+y"
7080     boxpoints: "outliers"
7081     whiskerwidth: 0
7082   layout:
7083     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7084     layout: "plot-throughput"
7085
7086 - type: "plot"
7087   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7088   algorithm: "plot_performance_box"
7089   output-file-type: ".html"
7090   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7092   filter: "'NIC_Intel-X710' and
7093            '64B' and
7094            ('BASE' or 'SCALE') and
7095            'NDRPDR' and
7096            'ETH' and
7097            '1T1C' and
7098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7099            not 'VHOST' and
7100            not 'MEMIF'"
7101   parameters:
7102   - "throughput"
7103   - "parent"
7104   - "tags"
7105   sort:
7106   - "L2PATCH"
7107   - "L2XCFWD"
7108   - "L2BDMACLRN"
7109   - "FIB_10K"
7110   - "FIB_100K"
7111   - "FIB_1M"
7112   traces:
7113     hoverinfo: "x+y"
7114     boxpoints: "outliers"
7115     whiskerwidth: 0
7116   layout:
7117     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7118     layout: "plot-throughput"
7119
7120 - type: "plot"
7121   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7122   algorithm: "plot_performance_box"
7123   output-file-type: ".html"
7124   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7126   filter: "'NIC_Intel-X710' and
7127            '64B' and
7128            ('BASE' or 'SCALE') and
7129            'NDRPDR' and
7130            'ETH' and
7131            '2T2C' and
7132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7133            not 'VHOST' and
7134            not 'MEMIF'"
7135   parameters:
7136   - "throughput"
7137   - "parent"
7138   - "tags"
7139   sort:
7140   - "L2PATCH"
7141   - "L2XCFWD"
7142   - "L2BDMACLRN"
7143   - "FIB_10K"
7144   - "FIB_100K"
7145   - "FIB_1M"
7146   traces:
7147     hoverinfo: "x+y"
7148     boxpoints: "outliers"
7149     whiskerwidth: 0
7150   layout:
7151     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7152     layout: "plot-throughput"
7153
7154 - type: "plot"
7155   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7156   algorithm: "plot_performance_box"
7157   output-file-type: ".html"
7158   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7160   filter: "'NIC_Intel-X710' and
7161            '64B' and
7162            ('BASE' or 'SCALE') and
7163            'NDRPDR' and
7164            'ETH' and
7165            '2T2C' and
7166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7167            not 'VHOST' and
7168            not 'MEMIF'"
7169   parameters:
7170   - "throughput"
7171   - "parent"
7172   - "tags"
7173   sort:
7174   - "L2PATCH"
7175   - "L2XCFWD"
7176   - "L2BDMACLRN"
7177   - "FIB_10K"
7178   - "FIB_100K"
7179   - "FIB_1M"
7180   traces:
7181     hoverinfo: "x+y"
7182     boxpoints: "outliers"
7183     whiskerwidth: 0
7184   layout:
7185     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7186     layout: "plot-throughput"
7187
7188 # Packet Throughput - VPP L2 3n-hsw-x710 features
7189 - type: "plot"
7190   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7191   algorithm: "plot_performance_box"
7192   output-file-type: ".html"
7193   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7195   filter: "'NIC_Intel-X710' and
7196            '64B' and
7197            'NDRPDR' and
7198            '1T1C' and
7199            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7200            not 'ACL' and
7201            not 'VHOST' and
7202            not 'L2OVRLAY' and
7203            not 'MEMIF'"
7204   parameters:
7205   - "throughput"
7206   - "parent"
7207   - "tags"
7208   sort:
7209   - "L2XCBASE"    # l2xcbase
7210   - "L2BDBASE"    # l2bdbase
7211   - "L2XCFWD"     # dot1q-l2xcbase
7212   - "L2BDMACLRN"  # dot1q-l2bdbase
7213   traces:
7214     hoverinfo: "x+y"
7215     boxpoints: "outliers"
7216     whiskerwidth: 0
7217   layout:
7218     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7219     layout: "plot-throughput"
7220
7221 - type: "plot"
7222   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7223   algorithm: "plot_performance_box"
7224   output-file-type: ".html"
7225   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7227   filter: "'NIC_Intel-X710' and
7228            '64B' and
7229            'NDRPDR' and
7230            '1T1C' and
7231            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7232            not 'ACL' and
7233            not 'VHOST' and
7234            not 'L2OVRLAY' and
7235            not 'MEMIF'"
7236   parameters:
7237   - "throughput"
7238   - "parent"
7239   - "tags"
7240   sort:
7241   - "L2XCBASE"    # l2xcbase
7242   - "L2BDBASE"    # l2bdbase
7243   - "L2XCFWD"     # dot1q-l2xcbase
7244   - "L2BDMACLRN"  # dot1q-l2bdbase
7245   traces:
7246     hoverinfo: "x+y"
7247     boxpoints: "outliers"
7248     whiskerwidth: 0
7249   layout:
7250     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7251     layout: "plot-throughput"
7252
7253 - type: "plot"
7254   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7255   algorithm: "plot_performance_box"
7256   output-file-type: ".html"
7257   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7259   filter: "'NIC_Intel-X710' and
7260            '64B' and
7261            'NDRPDR' and
7262            '2T2C' and
7263            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7264            not 'ACL' and
7265            not 'VHOST' and
7266            not 'L2OVRLAY' and
7267            not 'MEMIF'"
7268   parameters:
7269   - "throughput"
7270   - "parent"
7271   - "tags"
7272   sort:
7273   - "L2XCBASE"    # l2xcbase
7274   - "L2BDBASE"    # l2bdbase
7275   - "L2XCFWD"     # dot1q-l2xcbase
7276   - "L2BDMACLRN"  # dot1q-l2bdbase
7277   traces:
7278     hoverinfo: "x+y"
7279     boxpoints: "outliers"
7280     whiskerwidth: 0
7281   layout:
7282     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7283     layout: "plot-throughput"
7284
7285 - type: "plot"
7286   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7287   algorithm: "plot_performance_box"
7288   output-file-type: ".html"
7289   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7291   filter: "'NIC_Intel-X710' and
7292            '64B' and
7293            'NDRPDR' and
7294            '2T2C' and
7295            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7296            not 'ACL' and
7297            not 'VHOST' and
7298            not 'L2OVRLAY' and
7299            not 'MEMIF'"
7300   parameters:
7301   - "throughput"
7302   - "parent"
7303   - "tags"
7304   sort:
7305   - "L2XCBASE"    # l2xcbase
7306   - "L2BDBASE"    # l2bdbase
7307   - "L2XCFWD"     # dot1q-l2xcbase
7308   - "L2BDMACLRN"  # dot1q-l2bdbase
7309   traces:
7310     hoverinfo: "x+y"
7311     boxpoints: "outliers"
7312     whiskerwidth: 0
7313   layout:
7314     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7315     layout: "plot-throughput"
7316
7317 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7318 - type: "plot"
7319   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7320   algorithm: "plot_performance_box"
7321   output-file-type: ".html"
7322   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7324   filter: "'NIC_Intel-X710' and
7325            '64B' and
7326            'NDRPDR' and
7327            '1T1C' and
7328            'FEATURE' and
7329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7330            'IACL' and
7331            ('ACL1' or 'ACL50') and
7332            ('10K_FLOWS' or '10k_FLOWS') and
7333            not 'MACIP' and
7334            not 'VHOST' and
7335            not 'MEMIF'"
7336   parameters:
7337   - "throughput"
7338   - "parent"
7339   - "tags"
7340   traces:
7341     hoverinfo: "x+y"
7342     boxpoints: "outliers"
7343     whiskerwidth: 0
7344   layout:
7345     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7346     layout: "plot-throughput"
7347
7348 - type: "plot"
7349   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7350   algorithm: "plot_performance_box"
7351   output-file-type: ".html"
7352   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7354   filter: "'NIC_Intel-X710' and
7355            '64B' and
7356            'NDRPDR' and
7357            '1T1C' and
7358            'FEATURE' and
7359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7360            'IACL' and
7361            ('ACL1' or 'ACL50') and
7362            ('10K_FLOWS' or '10k_FLOWS') and
7363            not 'MACIP' and
7364            not 'VHOST' and
7365            not 'MEMIF'"
7366   parameters:
7367   - "throughput"
7368   - "parent"
7369   - "tags"
7370   traces:
7371     hoverinfo: "x+y"
7372     boxpoints: "outliers"
7373     whiskerwidth: 0
7374   layout:
7375     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7376     layout: "plot-throughput"
7377
7378 - type: "plot"
7379   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7380   algorithm: "plot_performance_box"
7381   output-file-type: ".html"
7382   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7384   filter: "'NIC_Intel-X710' and
7385            '64B' and
7386            'NDRPDR' and
7387            '2T2C' and
7388            'FEATURE' and
7389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7390            'IACL' and
7391            ('ACL1' or 'ACL50') and
7392            ('10K_FLOWS' or '10k_FLOWS') and
7393            not 'MACIP' and
7394            not 'VHOST' and
7395            not 'MEMIF'"
7396   parameters:
7397   - "throughput"
7398   - "parent"
7399   - "tags"
7400   traces:
7401     hoverinfo: "x+y"
7402     boxpoints: "outliers"
7403     whiskerwidth: 0
7404   layout:
7405     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7406     layout: "plot-throughput"
7407
7408 - type: "plot"
7409   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7410   algorithm: "plot_performance_box"
7411   output-file-type: ".html"
7412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7414   filter: "'NIC_Intel-X710' and
7415            '64B' and
7416            'NDRPDR' and
7417            '2T2C' and
7418            'FEATURE' and
7419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7420            'IACL' and
7421            ('ACL1' or 'ACL50') and
7422            ('10K_FLOWS' or '10k_FLOWS') and
7423            not 'MACIP' and
7424            not 'VHOST' and
7425            not 'MEMIF'"
7426   parameters:
7427   - "throughput"
7428   - "parent"
7429   - "tags"
7430   traces:
7431     hoverinfo: "x+y"
7432     boxpoints: "outliers"
7433     whiskerwidth: 0
7434   layout:
7435     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7436     layout: "plot-throughput"
7437
7438 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7439 - type: "plot"
7440   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7441   algorithm: "plot_performance_box"
7442   output-file-type: ".html"
7443   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7445   filter: "'NIC_Intel-XL710' and
7446            '64B' and
7447            'BASE' and
7448            'NDRPDR' and
7449            'ETH' and
7450            '1T1C' and
7451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7452            not 'VHOST' and
7453            not 'MEMIF'"
7454   parameters:
7455   - "throughput"
7456   - "parent"
7457   - "tags"
7458   sort:
7459   - "L2PATCH"
7460   - "L2XCFWD"
7461   - "L2BDMACLRN"
7462   traces:
7463     hoverinfo: "x+y"
7464     boxpoints: "outliers"
7465     whiskerwidth: 0
7466   layout:
7467     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7468     layout: "plot-throughput"
7469
7470 - type: "plot"
7471   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7472   algorithm: "plot_performance_box"
7473   output-file-type: ".html"
7474   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7476   filter: "'NIC_Intel-XL710' and
7477            '64B' and
7478            'BASE' and
7479            'NDRPDR' and
7480            'ETH' and
7481            '1T1C' and
7482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7483            not 'VHOST' and
7484            not 'MEMIF'"
7485   parameters:
7486   - "throughput"
7487   - "parent"
7488   - "tags"
7489   sort:
7490   - "L2PATCH"
7491   - "L2XCFWD"
7492   - "L2BDMACLRN"
7493   traces:
7494     hoverinfo: "x+y"
7495     boxpoints: "outliers"
7496     whiskerwidth: 0
7497   layout:
7498     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7499     layout: "plot-throughput"
7500
7501 - type: "plot"
7502   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7503   algorithm: "plot_performance_box"
7504   output-file-type: ".html"
7505   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7507   filter: "'NIC_Intel-XL710' and
7508            '64B' and
7509            'BASE' and
7510            'NDRPDR' and
7511            'ETH' and
7512            '2T2C' and
7513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7514            not 'VHOST' and
7515            not 'MEMIF'"
7516   parameters:
7517   - "throughput"
7518   - "parent"
7519   - "tags"
7520   sort:
7521   - "L2PATCH"
7522   - "L2XCFWD"
7523   - "L2BDMACLRN"
7524   traces:
7525     hoverinfo: "x+y"
7526     boxpoints: "outliers"
7527     whiskerwidth: 0
7528   layout:
7529     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7530     layout: "plot-throughput"
7531
7532 - type: "plot"
7533   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7534   algorithm: "plot_performance_box"
7535   output-file-type: ".html"
7536   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7538   filter: "'NIC_Intel-XL710' and
7539            '64B' and
7540            'BASE' and
7541            'NDRPDR' and
7542            'ETH' and
7543            '2T2C' and
7544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7545            not 'VHOST' and
7546            not 'MEMIF'"
7547   parameters:
7548   - "throughput"
7549   - "parent"
7550   - "tags"
7551   sort:
7552   - "L2PATCH"
7553   - "L2XCFWD"
7554   - "L2BDMACLRN"
7555   traces:
7556     hoverinfo: "x+y"
7557     boxpoints: "outliers"
7558     whiskerwidth: 0
7559   layout:
7560     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7561     layout: "plot-throughput"
7562
7563 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7564 - type: "plot"
7565   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7566   algorithm: "plot_performance_box"
7567   output-file-type: ".html"
7568   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7570   filter: "'NIC_Intel-X710' and
7571            '64B' and
7572            ('BASE' or 'SCALE') and
7573            'NDRPDR' and
7574            'ETH' and
7575            '2T1C' and
7576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7577            not 'VHOST' and
7578            not 'MEMIF' and
7579            not 'DRV_AVF'"
7580   parameters:
7581   - "throughput"
7582   - "parent"
7583   - "tags"
7584   sort:
7585   - "L2PATCH"
7586   - "L2XCBASE"
7587   - "BASE"
7588   - "FIB_10K"
7589   - "FIB_100K"
7590   - "FIB_1M"
7591   traces:
7592     hoverinfo: "x+y"
7593     boxpoints: "outliers"
7594     whiskerwidth: 0
7595   layout:
7596     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7597     layout: "plot-throughput"
7598
7599 - type: "plot"
7600   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7601   algorithm: "plot_performance_box"
7602   output-file-type: ".html"
7603   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7605   filter: "'NIC_Intel-X710' and
7606            '64B' and
7607            ('BASE' or 'SCALE') and
7608            'NDRPDR' and
7609            'ETH' and
7610            '2T1C' and
7611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7612            not 'VHOST' and
7613            not 'MEMIF' and
7614            not 'DRV_AVF'"
7615   parameters:
7616   - "throughput"
7617   - "parent"
7618   - "tags"
7619   sort:
7620   - "L2PATCH"
7621   - "L2XCBASE"
7622   - "BASE"
7623   - "FIB_10K"
7624   - "FIB_100K"
7625   - "FIB_1M"
7626   traces:
7627     hoverinfo: "x+y"
7628     boxpoints: "outliers"
7629     whiskerwidth: 0
7630   layout:
7631     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7632     layout: "plot-throughput"
7633
7634 - type: "plot"
7635   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7636   algorithm: "plot_performance_box"
7637   output-file-type: ".html"
7638   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7640   filter: "'NIC_Intel-X710' and
7641            '64B' and
7642            ('BASE' or 'SCALE') and
7643            'NDRPDR' and
7644            'ETH' and
7645            '4T2C' and
7646            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7647            not 'VHOST' and
7648            not 'MEMIF' and
7649            not 'DRV_AVF'"
7650   parameters:
7651   - "throughput"
7652   - "parent"
7653   - "tags"
7654   sort:
7655   - "L2PATCH"
7656   - "L2XCBASE"
7657   - "BASE"
7658   - "FIB_10K"
7659   - "FIB_100K"
7660   - "FIB_1M"
7661   traces:
7662     hoverinfo: "x+y"
7663     boxpoints: "outliers"
7664     whiskerwidth: 0
7665   layout:
7666     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7667     layout: "plot-throughput"
7668
7669 - type: "plot"
7670   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7671   algorithm: "plot_performance_box"
7672   output-file-type: ".html"
7673   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7675   filter: "'NIC_Intel-X710' and
7676            '64B' and
7677            ('BASE' or 'SCALE') and
7678            'NDRPDR' and
7679            'ETH' and
7680            '4T2C' and
7681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7682            not 'VHOST' and
7683            not 'MEMIF' and
7684            not 'DRV_AVF'"
7685   parameters:
7686   - "throughput"
7687   - "parent"
7688   - "tags"
7689   sort:
7690   - "L2PATCH"
7691   - "L2XCBASE"
7692   - "BASE"
7693   - "FIB_10K"
7694   - "FIB_100K"
7695   - "FIB_1M"
7696   traces:
7697     hoverinfo: "x+y"
7698     boxpoints: "outliers"
7699     whiskerwidth: 0
7700   layout:
7701     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7702     layout: "plot-throughput"
7703
7704 # Packet Throughput - VPP L2 3n-skx-x710 features
7705 - type: "plot"
7706   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7707   algorithm: "plot_performance_box"
7708   output-file-type: ".html"
7709   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7711   filter: "'NIC_Intel-X710' and
7712            '64B' and
7713            'NDRPDR' and
7714            '2T1C' and
7715            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7716            not 'ACL' and
7717            not 'VHOST' and
7718            not 'DRV_AVF' and
7719            not 'L2OVRLAY' and
7720            not 'MEMIF'"
7721   parameters:
7722   - "throughput"
7723   - "parent"
7724   - "tags"
7725   sort:
7726   - "L2XCBASE"    # l2xcbase
7727   - "L2BDBASE"    # l2bdbase
7728   - "L2XCFWD"     # dot1q-l2xcbase
7729   - "L2BDMACLRN"  # dot1q-l2bdbase
7730   traces:
7731     hoverinfo: "x+y"
7732     boxpoints: "outliers"
7733     whiskerwidth: 0
7734   layout:
7735     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7736     layout: "plot-throughput"
7737
7738 - type: "plot"
7739   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7740   algorithm: "plot_performance_box"
7741   output-file-type: ".html"
7742   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7744   filter: "'NIC_Intel-X710' and
7745            '64B' and
7746            'NDRPDR' and
7747            '2T1C' and
7748            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7749            not 'ACL' and
7750            not 'VHOST' and
7751            not 'DRV_AVF' and
7752            not 'L2OVRLAY' and
7753            not 'MEMIF'"
7754   parameters:
7755   - "throughput"
7756   - "parent"
7757   - "tags"
7758   sort:
7759   - "L2XCBASE"    # l2xcbase
7760   - "L2BDBASE"    # l2bdbase
7761   - "L2XCFWD"     # dot1q-l2xcbase
7762   - "L2BDMACLRN"  # dot1q-l2bdbase
7763   traces:
7764     hoverinfo: "x+y"
7765     boxpoints: "outliers"
7766     whiskerwidth: 0
7767   layout:
7768     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7769     layout: "plot-throughput"
7770
7771 - type: "plot"
7772   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7773   algorithm: "plot_performance_box"
7774   output-file-type: ".html"
7775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7777   filter: "'NIC_Intel-X710' and
7778            '64B' and
7779            'NDRPDR' and
7780            '4T2C' and
7781            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7782            not 'ACL' and
7783            not 'VHOST' and
7784            not 'DRV_AVF' and
7785            not 'L2OVRLAY' and
7786            not 'MEMIF'"
7787   parameters:
7788   - "throughput"
7789   - "parent"
7790   - "tags"
7791   sort:
7792   - "L2XCBASE"    # l2xcbase
7793   - "L2BDBASE"    # l2bdbase
7794   - "L2XCFWD"     # dot1q-l2xcbase
7795   - "L2BDMACLRN"  # dot1q-l2bdbase
7796   traces:
7797     hoverinfo: "x+y"
7798     boxpoints: "outliers"
7799     whiskerwidth: 0
7800   layout:
7801     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7802     layout: "plot-throughput"
7803
7804 - type: "plot"
7805   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7806   algorithm: "plot_performance_box"
7807   output-file-type: ".html"
7808   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7810   filter: "'NIC_Intel-X710' and
7811            '64B' and
7812            'NDRPDR' and
7813            '4T2C' and
7814            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7815            not 'ACL' and
7816            not 'VHOST' and
7817            not 'DRV_AVF' and
7818            not 'L2OVRLAY' and
7819            not 'MEMIF'"
7820   parameters:
7821   - "throughput"
7822   - "parent"
7823   - "tags"
7824   sort:
7825   - "L2XCBASE"    # l2xcbase
7826   - "L2BDBASE"    # l2bdbase
7827   - "L2XCFWD"     # dot1q-l2xcbase
7828   - "L2BDMACLRN"  # dot1q-l2bdbase
7829   traces:
7830     hoverinfo: "x+y"
7831     boxpoints: "outliers"
7832     whiskerwidth: 0
7833   layout:
7834     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7835     layout: "plot-throughput"
7836
7837 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7838 - type: "plot"
7839   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7840   algorithm: "plot_performance_box"
7841   output-file-type: ".html"
7842   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7844   filter: "'NIC_Intel-X710' and
7845            '64B' and
7846            'NDRPDR' and
7847            '2T1C' and
7848            'FEATURE' and
7849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7850            'IACL' and
7851            ('ACL1' or 'ACL50') and
7852            ('10K_FLOWS' or '10k_FLOWS') and
7853            not 'MACIP' and
7854            not 'VHOST' and
7855            not 'MEMIF'"
7856   parameters:
7857   - "throughput"
7858   - "parent"
7859   - "tags"
7860   traces:
7861     hoverinfo: "x+y"
7862     boxpoints: "outliers"
7863     whiskerwidth: 0
7864   layout:
7865     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7866     layout: "plot-throughput"
7867
7868 - type: "plot"
7869   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7870   algorithm: "plot_performance_box"
7871   output-file-type: ".html"
7872   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7874   filter: "'NIC_Intel-X710' and
7875            '64B' and
7876            'NDRPDR' and
7877            '2T1C' and
7878            'FEATURE' and
7879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7880            'IACL' and
7881            ('ACL1' or 'ACL50') and
7882            ('10K_FLOWS' or '10k_FLOWS') and
7883            not 'MACIP' and
7884            not 'VHOST' and
7885            not 'MEMIF'"
7886   parameters:
7887   - "throughput"
7888   - "parent"
7889   - "tags"
7890   traces:
7891     hoverinfo: "x+y"
7892     boxpoints: "outliers"
7893     whiskerwidth: 0
7894   layout:
7895     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7896     layout: "plot-throughput"
7897
7898 - type: "plot"
7899   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7900   algorithm: "plot_performance_box"
7901   output-file-type: ".html"
7902   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7904   filter: "'NIC_Intel-X710' and
7905            '64B' and
7906            'NDRPDR' and
7907            '4T2C' and
7908            'FEATURE' and
7909            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7910            'IACL' and
7911            ('ACL1' or 'ACL50') and
7912            ('10K_FLOWS' or '10k_FLOWS') and
7913            not 'MACIP' and
7914            not 'VHOST' and
7915            not 'MEMIF'"
7916   parameters:
7917   - "throughput"
7918   - "parent"
7919   - "tags"
7920   traces:
7921     hoverinfo: "x+y"
7922     boxpoints: "outliers"
7923     whiskerwidth: 0
7924   layout:
7925     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7926     layout: "plot-throughput"
7927
7928 - type: "plot"
7929   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7930   algorithm: "plot_performance_box"
7931   output-file-type: ".html"
7932   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7934   filter: "'NIC_Intel-X710' and
7935            '64B' and
7936            'NDRPDR' and
7937            '4T2C' and
7938            'FEATURE' and
7939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7940            'IACL' and
7941            ('ACL1' or 'ACL50') and
7942            ('10K_FLOWS' or '10k_FLOWS') and
7943            not 'MACIP' and
7944            not 'VHOST' and
7945            not 'MEMIF'"
7946   parameters:
7947   - "throughput"
7948   - "parent"
7949   - "tags"
7950   traces:
7951     hoverinfo: "x+y"
7952     boxpoints: "outliers"
7953     whiskerwidth: 0
7954   layout:
7955     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7956     layout: "plot-throughput"
7957
7958 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7959 - type: "plot"
7960   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7961   algorithm: "plot_performance_box"
7962   output-file-type: ".html"
7963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7965   filter: "'NIC_Intel-XXV710' and
7966            '64B' and
7967            ('BASE' or 'SCALE') and
7968            'NDRPDR' and
7969            'ETH' and
7970            '2T1C' and
7971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7972            not 'VHOST' and
7973            not 'MEMIF'"
7974   parameters:
7975   - "throughput"
7976   - "parent"
7977   - "tags"
7978   sort:
7979   - "L2PATCH"
7980   - "L2PATCH"
7981   - "L2XCBASE"
7982   - "L2BDMACLRN"
7983   traces:
7984     hoverinfo: "x+y"
7985     boxpoints: "outliers"
7986     whiskerwidth: 0
7987   layout:
7988     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7989     layout: "plot-throughput"
7990
7991 - type: "plot"
7992   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7993   algorithm: "plot_performance_box"
7994   output-file-type: ".html"
7995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7997   filter: "'NIC_Intel-XXV710' and
7998            '64B' and
7999            ('BASE' or 'SCALE') and
8000            'NDRPDR' and
8001            'ETH' and
8002            '2T1C' and
8003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8004            not 'VHOST' and
8005            not 'MEMIF'"
8006   parameters:
8007   - "throughput"
8008   - "parent"
8009   - "tags"
8010   sort:
8011   - "L2PATCH"
8012   - "L2PATCH"
8013   - "L2XCBASE"
8014   - "L2BDMACLRN"
8015   traces:
8016     hoverinfo: "x+y"
8017     boxpoints: "outliers"
8018     whiskerwidth: 0
8019   layout:
8020     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8021     layout: "plot-throughput"
8022
8023 - type: "plot"
8024   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8025   algorithm: "plot_performance_box"
8026   output-file-type: ".html"
8027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8029   filter: "'NIC_Intel-XXV710' and
8030            '64B' and
8031            ('BASE' or 'SCALE') and
8032            'NDRPDR' and
8033            'ETH' and
8034            '4T2C' and
8035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8036            not 'VHOST' and
8037            not 'MEMIF'"
8038   parameters:
8039   - "throughput"
8040   - "parent"
8041   - "tags"
8042   sort:
8043   - "L2PATCH"
8044   - "L2PATCH"
8045   - "L2XCBASE"
8046   - "L2BDMACLRN"
8047   traces:
8048     hoverinfo: "x+y"
8049     boxpoints: "outliers"
8050     whiskerwidth: 0
8051   layout:
8052     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8053     layout: "plot-throughput"
8054
8055 - type: "plot"
8056   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8057   algorithm: "plot_performance_box"
8058   output-file-type: ".html"
8059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8061   filter: "'NIC_Intel-XXV710' and
8062            '64B' and
8063            ('BASE' or 'SCALE') and
8064            'NDRPDR' and
8065            'ETH' and
8066            '4T2C' and
8067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8068            not 'VHOST' and
8069            not 'MEMIF'"
8070   parameters:
8071   - "throughput"
8072   - "parent"
8073   - "tags"
8074   sort:
8075   - "L2PATCH"
8076   - "L2PATCH"
8077   - "L2XCBASE"
8078   - "L2BDMACLRN"
8079   traces:
8080     hoverinfo: "x+y"
8081     boxpoints: "outliers"
8082     whiskerwidth: 0
8083   layout:
8084     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8085     layout: "plot-throughput"
8086
8087 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8088 - type: "plot"
8089   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8090   algorithm: "plot_performance_box"
8091   output-file-type: ".html"
8092   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8094   filter: "'NIC_Intel-X710' and
8095            '64B' and
8096            ('BASE' or 'SCALE') and
8097            'NDRPDR' and
8098            'ETH' and
8099            '2T1C' and
8100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8101            not 'VHOST' and
8102            not 'MEMIF'"
8103   parameters:
8104   - "throughput"
8105   - "parent"
8106   - "tags"
8107   sort:
8108   - "L2PATCH"
8109   - "L2XCBASE"
8110   - "BASE"
8111   - "FIB_10K"
8112   - "FIB_100K"
8113   - "FIB_1M"
8114   traces:
8115     hoverinfo: "x+y"
8116     boxpoints: "outliers"
8117     whiskerwidth: 0
8118   layout:
8119     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8120     layout: "plot-throughput"
8121
8122 - type: "plot"
8123   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8124   algorithm: "plot_performance_box"
8125   output-file-type: ".html"
8126   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8128   filter: "'NIC_Intel-X710' and
8129            '64B' and
8130            ('BASE' or 'SCALE') and
8131            'NDRPDR' and
8132            'ETH' and
8133            '2T1C' and
8134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8135            not 'VHOST' and
8136            not 'MEMIF'"
8137   parameters:
8138   - "throughput"
8139   - "parent"
8140   - "tags"
8141   sort:
8142   - "L2PATCH"
8143   - "L2XCBASE"
8144   - "BASE"
8145   - "FIB_10K"
8146   - "FIB_100K"
8147   - "FIB_1M"
8148   traces:
8149     hoverinfo: "x+y"
8150     boxpoints: "outliers"
8151     whiskerwidth: 0
8152   layout:
8153     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8154     layout: "plot-throughput"
8155
8156 - type: "plot"
8157   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8158   algorithm: "plot_performance_box"
8159   output-file-type: ".html"
8160   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8162   filter: "'NIC_Intel-X710' and
8163            '64B' and
8164            ('BASE' or 'SCALE') and
8165            'NDRPDR' and
8166            'ETH' and
8167            '4T2C' and
8168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8169            not 'VHOST' and
8170            not 'MEMIF'"
8171   parameters:
8172   - "throughput"
8173   - "parent"
8174   - "tags"
8175   sort:
8176   - "L2PATCH"
8177   - "L2XCBASE"
8178   - "BASE"
8179   - "FIB_10K"
8180   - "FIB_100K"
8181   - "FIB_1M"
8182   traces:
8183     hoverinfo: "x+y"
8184     boxpoints: "outliers"
8185     whiskerwidth: 0
8186   layout:
8187     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8188     layout: "plot-throughput"
8189
8190 - type: "plot"
8191   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8192   algorithm: "plot_performance_box"
8193   output-file-type: ".html"
8194   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8196   filter: "'NIC_Intel-X710' and
8197            '64B' and
8198            ('BASE' or 'SCALE') and
8199            'NDRPDR' and
8200            'ETH' and
8201            '4T2C' and
8202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8203            not 'VHOST' and
8204            not 'MEMIF'"
8205   parameters:
8206   - "throughput"
8207   - "parent"
8208   - "tags"
8209   sort:
8210   - "L2PATCH"
8211   - "L2XCBASE"
8212   - "BASE"
8213   - "FIB_10K"
8214   - "FIB_100K"
8215   - "FIB_1M"
8216   traces:
8217     hoverinfo: "x+y"
8218     boxpoints: "outliers"
8219     whiskerwidth: 0
8220   layout:
8221     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8222     layout: "plot-throughput"
8223
8224 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8225 - type: "plot"
8226   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8227   algorithm: "plot_performance_box"
8228   output-file-type: ".html"
8229   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8231   filter: "'NIC_Intel-XXV710' and
8232            '64B' and
8233            ('BASE' or 'SCALE') and
8234            'NDRPDR' and
8235            'ETH' and
8236            '2T1C' and
8237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8238            not 'VHOST' and
8239            not 'MEMIF'"
8240   parameters:
8241   - "throughput"
8242   - "parent"
8243   - "tags"
8244   sort:
8245   - "L2PATCH"
8246   - "L2XCBASE"
8247   - "BASE"
8248   - "FIB_10K"
8249   - "FIB_100K"
8250   - "FIB_1M"
8251   traces:
8252     hoverinfo: "x+y"
8253     boxpoints: "outliers"
8254     whiskerwidth: 0
8255   layout:
8256     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8257     layout: "plot-throughput"
8258
8259 - type: "plot"
8260   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8261   algorithm: "plot_performance_box"
8262   output-file-type: ".html"
8263   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8265   filter: "'NIC_Intel-XXV710' and
8266            '64B' and
8267            ('BASE' or 'SCALE') and
8268            'NDRPDR' and
8269            'ETH' and
8270            '2T1C' and
8271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8272            not 'VHOST' and
8273            not 'MEMIF'"
8274   parameters:
8275   - "throughput"
8276   - "parent"
8277   - "tags"
8278   sort:
8279   - "L2PATCH"
8280   - "L2XCBASE"
8281   - "BASE"
8282   - "FIB_10K"
8283   - "FIB_100K"
8284   - "FIB_1M"
8285   traces:
8286     hoverinfo: "x+y"
8287     boxpoints: "outliers"
8288     whiskerwidth: 0
8289   layout:
8290     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8291     layout: "plot-throughput"
8292
8293 - type: "plot"
8294   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8295   algorithm: "plot_performance_box"
8296   output-file-type: ".html"
8297   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8299   filter: "'NIC_Intel-XXV710' and
8300            '64B' and
8301            ('BASE' or 'SCALE') and
8302            'NDRPDR' and
8303            'ETH' and
8304            '4T2C' and
8305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8306            not 'VHOST' and
8307            not 'MEMIF'"
8308   parameters:
8309   - "throughput"
8310   - "parent"
8311   - "tags"
8312   sort:
8313   - "L2PATCH"
8314   - "L2XCBASE"
8315   - "BASE"
8316   - "FIB_10K"
8317   - "FIB_100K"
8318   - "FIB_1M"
8319   traces:
8320     hoverinfo: "x+y"
8321     boxpoints: "outliers"
8322     whiskerwidth: 0
8323   layout:
8324     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8325     layout: "plot-throughput"
8326
8327 - type: "plot"
8328   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8329   algorithm: "plot_performance_box"
8330   output-file-type: ".html"
8331   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8333   filter: "'NIC_Intel-XXV710' and
8334            '64B' and
8335            ('BASE' or 'SCALE') and
8336            'NDRPDR' and
8337            'ETH' and
8338            '4T2C' and
8339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8340            not 'VHOST' and
8341            not 'MEMIF'"
8342   parameters:
8343   - "throughput"
8344   - "parent"
8345   - "tags"
8346   sort:
8347   - "L2PATCH"
8348   - "L2XCBASE"
8349   - "BASE"
8350   - "FIB_10K"
8351   - "FIB_100K"
8352   - "FIB_1M"
8353   traces:
8354     hoverinfo: "x+y"
8355     boxpoints: "outliers"
8356     whiskerwidth: 0
8357   layout:
8358     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8359     layout: "plot-throughput"
8360
8361 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8362 #- type: "plot"
8363 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8364 #  algorithm: "plot_performance_box"
8365 #  output-file-type: ".html"
8366 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8367 #  data: "intel-dnv-vpp"
8368 #  filter: "'NIC_Intel-X553' and
8369 #           '64B' and
8370 #           'BASE' and
8371 #           'NDRPDR' and
8372 #           'ETH' and
8373 #           '1T1C' and
8374 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8375 #           not 'VHOST' and
8376 #           not 'MEMIF'"
8377 #  parameters:
8378 #  - "throughput"
8379 #  - "parent"
8380 #  - "tags"
8381 #  sort:
8382 #  - "L2XCBASE"
8383 #  - "L2BDMACLRN"
8384 #  - "L2PATCH"
8385 #  traces:
8386 #    hoverinfo: "x+y"
8387 #    boxpoints: "outliers"
8388 #    whiskerwidth: 0
8389 #  layout:
8390 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8391 #    layout: "plot-throughput"
8392 #
8393 #- type: "plot"
8394 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8395 #  algorithm: "plot_performance_box"
8396 #  output-file-type: ".html"
8397 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8398 #  data: "intel-dnv-vpp"
8399 #  filter: "'NIC_Intel-X553' and
8400 #           '64B' and
8401 #           ('BASE' or 'SCALE') and
8402 #           'NDRPDR' and
8403 #           'ETH' and
8404 #           '1T1C' and
8405 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8406 #           not 'VHOST' and
8407 #           not 'MEMIF'"
8408 #  parameters:
8409 #  - "throughput"
8410 #  - "parent"
8411 #  - "tags"
8412 #  sort:
8413 #  - "L2XCBASE"
8414 #  - "L2BDMACLRN"
8415 #  - "L2PATCH"
8416 #  traces:
8417 #    hoverinfo: "x+y"
8418 #    boxpoints: "outliers"
8419 #    whiskerwidth: 0
8420 #  layout:
8421 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8422 #    layout: "plot-throughput"
8423 #
8424 #- type: "plot"
8425 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8426 #  algorithm: "plot_performance_box"
8427 #  output-file-type: ".html"
8428 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8429 #  data: "intel-dnv-vpp"
8430 #  filter: "'NIC_Intel-X553' and
8431 #           '64B' and
8432 #           ('BASE' or 'SCALE') and
8433 #           'NDRPDR' and
8434 #           'ETH' and
8435 #           '2T2C' and
8436 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8437 #           not 'VHOST' and
8438 #           not 'MEMIF'"
8439 #  parameters:
8440 #  - "throughput"
8441 #  - "parent"
8442 #  - "tags"
8443 #  sort:
8444 #  - "L2XCBASE"
8445 #  - "L2BDMACLRN"
8446 #  - "L2PATCH"
8447 #  traces:
8448 #    hoverinfo: "x+y"
8449 #    boxpoints: "outliers"
8450 #    whiskerwidth: 0
8451 #  layout:
8452 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8453 #    layout: "plot-throughput"
8454 #
8455 #- type: "plot"
8456 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8457 #  algorithm: "plot_performance_box"
8458 #  output-file-type: ".html"
8459 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8460 #  data: "intel-dnv-vpp"
8461 #  filter: "'NIC_Intel-X553' and
8462 #           '64B' and
8463 #           ('BASE' or 'SCALE') and
8464 #           'NDRPDR' and
8465 #           'ETH' and
8466 #           '2T2C' and
8467 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8468 #           not 'VHOST' and
8469 #           not 'MEMIF'"
8470 #  parameters:
8471 #  - "throughput"
8472 #  - "parent"
8473 #  - "tags"
8474 #  sort:
8475 #  - "L2XCBASE"
8476 #  - "L2BDMACLRN"
8477 #  - "L2PATCH"
8478 #  traces:
8479 #    hoverinfo: "x+y"
8480 #    boxpoints: "outliers"
8481 #    whiskerwidth: 0
8482 #  layout:
8483 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8484 #    layout: "plot-throughput"
8485
8486 ################################################################################
8487
8488 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8489 - type: "plot"
8490   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8491   algorithm: "plot_performance_box"
8492   output-file-type: ".html"
8493   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8495   filter: "'NIC_Intel-X520-DA2' and
8496            '64B' and
8497            ('BASE' or 'SCALE') and
8498            'NDRPDR' and
8499            '1T1C' and
8500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8501            not 'VHOST' and
8502            'MEMIF'"
8503   parameters:
8504   - "throughput"
8505   - "parent"
8506   - "tags"
8507   sort:
8508   - "L2XCFWD"
8509   - "L2XCFWD"
8510   - "L2XCFWD"
8511   - "L2BDMACLRN"
8512   - "L2BDMACLRN"
8513   - "L2BDMACLRN"
8514   - "IP4FWD"
8515   traces:
8516     hoverinfo: "x+y"
8517     boxpoints: "outliers"
8518     whiskerwidth: 0
8519   layout:
8520     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8521     layout: "plot-throughput"
8522
8523 - type: "plot"
8524   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8525   algorithm: "plot_performance_box"
8526   output-file-type: ".html"
8527   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8529   filter: "'NIC_Intel-X520-DA2' and
8530            '64B' and
8531            ('BASE' or 'SCALE') and
8532            'NDRPDR' and
8533            '1T1C' and
8534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8535            not 'VHOST' and
8536            'MEMIF'"
8537   parameters:
8538   - "throughput"
8539   - "parent"
8540   - "tags"
8541   sort:
8542   - "L2XCFWD"
8543   - "L2XCFWD"
8544   - "L2XCFWD"
8545   - "L2BDMACLRN"
8546   - "L2BDMACLRN"
8547   - "L2BDMACLRN"
8548   - "IP4FWD"
8549   traces:
8550     hoverinfo: "x+y"
8551     boxpoints: "outliers"
8552     whiskerwidth: 0
8553   layout:
8554     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8555     layout: "plot-throughput"
8556
8557 - type: "plot"
8558   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8559   algorithm: "plot_performance_box"
8560   output-file-type: ".html"
8561   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8563   filter: "'NIC_Intel-X520-DA2' and
8564            '64B' and
8565            ('BASE' or 'SCALE') and
8566            'NDRPDR' and
8567            '2T2C' and
8568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8569            not 'VHOST' and
8570            'MEMIF'"
8571   parameters:
8572   - "throughput"
8573   - "parent"
8574   - "tags"
8575   sort:
8576   - "L2XCFWD"
8577   - "L2XCFWD"
8578   - "L2XCFWD"
8579   - "L2BDMACLRN"
8580   - "L2BDMACLRN"
8581   - "L2BDMACLRN"
8582   - "IP4FWD"
8583   traces:
8584     hoverinfo: "x+y"
8585     boxpoints: "outliers"
8586     whiskerwidth: 0
8587   layout:
8588     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8589     layout: "plot-throughput"
8590
8591 - type: "plot"
8592   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8593   algorithm: "plot_performance_box"
8594   output-file-type: ".html"
8595   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8597   filter: "'NIC_Intel-X520-DA2' and
8598            '64B' and
8599            ('BASE' or 'SCALE') and
8600            'NDRPDR' and
8601            '2T2C' and
8602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8603            not 'VHOST' and
8604            'MEMIF'"
8605   parameters:
8606   - "throughput"
8607   - "parent"
8608   - "tags"
8609   sort:
8610   - "L2XCFWD"
8611   - "L2XCFWD"
8612   - "L2XCFWD"
8613   - "L2BDMACLRN"
8614   - "L2BDMACLRN"
8615   - "L2BDMACLRN"
8616   - "IP4FWD"
8617   traces:
8618     hoverinfo: "x+y"
8619     boxpoints: "outliers"
8620     whiskerwidth: 0
8621   layout:
8622     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8623     layout: "plot-throughput"
8624
8625 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8626 - type: "plot"
8627   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8628   algorithm: "plot_performance_box"
8629   output-file-type: ".html"
8630   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8632   filter: "'NIC_Intel-X710' and
8633            '64B' and
8634            ('BASE' or 'SCALE') and
8635            'NDRPDR' and
8636            '1T1C' and
8637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8638            not 'VHOST' and
8639            'MEMIF'"
8640   parameters:
8641   - "throughput"
8642   - "parent"
8643   - "tags"
8644   sort:
8645   - "L2XCFWD"
8646   - "L2XCFWD"
8647   - "L2XCFWD"
8648   - "L2BDMACLRN"
8649   - "L2BDMACLRN"
8650   - "L2BDMACLRN"
8651   - "IP4FWD"
8652   traces:
8653     hoverinfo: "x+y"
8654     boxpoints: "outliers"
8655     whiskerwidth: 0
8656   layout:
8657     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8658     layout: "plot-throughput"
8659
8660 - type: "plot"
8661   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8662   algorithm: "plot_performance_box"
8663   output-file-type: ".html"
8664   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8665   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8666   filter: "'NIC_Intel-X710' and
8667            '64B' and
8668            ('BASE' or 'SCALE') and
8669            'NDRPDR' and
8670            '1T1C' and
8671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8672            not 'VHOST' and
8673            'MEMIF'"
8674   parameters:
8675   - "throughput"
8676   - "parent"
8677   - "tags"
8678   sort:
8679   - "L2XCFWD"
8680   - "L2XCFWD"
8681   - "L2XCFWD"
8682   - "L2BDMACLRN"
8683   - "L2BDMACLRN"
8684   - "L2BDMACLRN"
8685   - "IP4FWD"
8686   traces:
8687     hoverinfo: "x+y"
8688     boxpoints: "outliers"
8689     whiskerwidth: 0
8690   layout:
8691     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8692     layout: "plot-throughput"
8693
8694 - type: "plot"
8695   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8696   algorithm: "plot_performance_box"
8697   output-file-type: ".html"
8698   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8700   filter: "'NIC_Intel-X710' and
8701            '64B' and
8702            ('BASE' or 'SCALE') and
8703            'NDRPDR' and
8704            '2T2C' and
8705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8706            not 'VHOST' and
8707            'MEMIF'"
8708   parameters:
8709   - "throughput"
8710   - "parent"
8711   - "tags"
8712   sort:
8713   - "L2XCFWD"
8714   - "L2XCFWD"
8715   - "L2XCFWD"
8716   - "L2BDMACLRN"
8717   - "L2BDMACLRN"
8718   - "L2BDMACLRN"
8719   - "IP4FWD"
8720   traces:
8721     hoverinfo: "x+y"
8722     boxpoints: "outliers"
8723     whiskerwidth: 0
8724   layout:
8725     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8726     layout: "plot-throughput"
8727
8728 - type: "plot"
8729   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8730   algorithm: "plot_performance_box"
8731   output-file-type: ".html"
8732   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8734   filter: "'NIC_Intel-X710' and
8735            '64B' and
8736            ('BASE' or 'SCALE') and
8737            'NDRPDR' and
8738            '2T2C' and
8739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8740            not 'VHOST' and
8741            'MEMIF'"
8742   parameters:
8743   - "throughput"
8744   - "parent"
8745   - "tags"
8746   sort:
8747   - "L2XCFWD"
8748   - "L2XCFWD"
8749   - "L2XCFWD"
8750   - "L2BDMACLRN"
8751   - "L2BDMACLRN"
8752   - "L2BDMACLRN"
8753   - "IP4FWD"
8754   traces:
8755     hoverinfo: "x+y"
8756     boxpoints: "outliers"
8757     whiskerwidth: 0
8758   layout:
8759     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8760     layout: "plot-throughput"
8761
8762 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8763 - type: "plot"
8764   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8765   algorithm: "plot_performance_box"
8766   output-file-type: ".html"
8767   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8769   filter: "'NIC_Intel-XL710' and
8770            '64B' and
8771            ('BASE' or 'SCALE') and
8772            'NDRPDR' and
8773            '1T1C' and
8774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8775            not 'VHOST' and
8776            'MEMIF'"
8777   parameters:
8778   - "throughput"
8779   - "parent"
8780   - "tags"
8781   sort:
8782   - "L2XCFWD"
8783   - "L2XCFWD"
8784   - "L2XCFWD"
8785   - "L2BDMACLRN"
8786   - "L2BDMACLRN"
8787   - "L2BDMACLRN"
8788   - "IP4FWD"
8789   traces:
8790     hoverinfo: "x+y"
8791     boxpoints: "outliers"
8792     whiskerwidth: 0
8793   layout:
8794     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8795     layout: "plot-throughput"
8796
8797 - type: "plot"
8798   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8799   algorithm: "plot_performance_box"
8800   output-file-type: ".html"
8801   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8803   filter: "'NIC_Intel-XL710' and
8804            '64B' and
8805            ('BASE' or 'SCALE') and
8806            'NDRPDR' and
8807            '1T1C' and
8808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8809            not 'VHOST' and
8810            'MEMIF'"
8811   parameters:
8812   - "throughput"
8813   - "parent"
8814   - "tags"
8815   sort:
8816   - "L2XCFWD"
8817   - "L2XCFWD"
8818   - "L2XCFWD"
8819   - "L2BDMACLRN"
8820   - "L2BDMACLRN"
8821   - "L2BDMACLRN"
8822   - "IP4FWD"
8823   traces:
8824     hoverinfo: "x+y"
8825     boxpoints: "outliers"
8826     whiskerwidth: 0
8827   layout:
8828     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8829     layout: "plot-throughput"
8830
8831 - type: "plot"
8832   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8833   algorithm: "plot_performance_box"
8834   output-file-type: ".html"
8835   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8837   filter: "'NIC_Intel-XL710' and
8838            '64B' and
8839            ('BASE' or 'SCALE') and
8840            'NDRPDR' and
8841            '2T2C' and
8842            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8843            not 'VHOST' and
8844            'MEMIF'"
8845   parameters:
8846   - "throughput"
8847   - "parent"
8848   - "tags"
8849   sort:
8850   - "L2XCFWD"
8851   - "L2XCFWD"
8852   - "L2XCFWD"
8853   - "L2BDMACLRN"
8854   - "L2BDMACLRN"
8855   - "L2BDMACLRN"
8856   - "IP4FWD"
8857   traces:
8858     hoverinfo: "x+y"
8859     boxpoints: "outliers"
8860     whiskerwidth: 0
8861   layout:
8862     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8863     layout: "plot-throughput"
8864
8865 - type: "plot"
8866   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8867   algorithm: "plot_performance_box"
8868   output-file-type: ".html"
8869   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8871   filter: "'NIC_Intel-XL710' and
8872            '64B' and
8873            ('BASE' or 'SCALE') and
8874            'NDRPDR' and
8875            '2T2C' and
8876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8877            not 'VHOST' and
8878            'MEMIF'"
8879   parameters:
8880   - "throughput"
8881   - "parent"
8882   - "tags"
8883   sort:
8884   - "L2XCFWD"
8885   - "L2XCFWD"
8886   - "L2XCFWD"
8887   - "L2BDMACLRN"
8888   - "L2BDMACLRN"
8889   - "L2BDMACLRN"
8890   - "IP4FWD"
8891   traces:
8892     hoverinfo: "x+y"
8893     boxpoints: "outliers"
8894     whiskerwidth: 0
8895   layout:
8896     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8897     layout: "plot-throughput"
8898
8899 # Packet Throughput - VPP Container Memif 3n-skx-x710
8900 - type: "plot"
8901   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8902   algorithm: "plot_performance_box"
8903   output-file-type: ".html"
8904   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8906   filter: "'NIC_Intel-X710' and
8907            '64B' and
8908            ('BASE' or 'SCALE') and
8909            'NDRPDR' and
8910            '2T1C' and
8911            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8912            not 'VHOST' and
8913            'MEMIF'"
8914   parameters:
8915   - "throughput"
8916   - "parent"
8917   - "tags"
8918   sort:
8919   - "L2XCFWD"
8920   - "L2XCFWD"
8921   - "L2XCFWD"
8922   - "L2BDMACLRN"
8923   - "L2BDMACLRN"
8924   - "L2BDMACLRN"
8925   - "IP4FWD"
8926   traces:
8927     hoverinfo: "x+y"
8928     boxpoints: "outliers"
8929     whiskerwidth: 0
8930   layout:
8931     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8932     layout: "plot-throughput"
8933
8934 - type: "plot"
8935   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8936   algorithm: "plot_performance_box"
8937   output-file-type: ".html"
8938   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8940   filter: "'NIC_Intel-X710' and
8941            '64B' and
8942            ('BASE' or 'SCALE') and
8943            'NDRPDR' and
8944            '2T1C' and
8945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8946            not 'VHOST' and
8947            'MEMIF'"
8948   parameters:
8949   - "throughput"
8950   - "parent"
8951   - "tags"
8952   sort:
8953   - "L2XCFWD"
8954   - "L2XCFWD"
8955   - "L2XCFWD"
8956   - "L2BDMACLRN"
8957   - "L2BDMACLRN"
8958   - "L2BDMACLRN"
8959   - "IP4FWD"
8960   traces:
8961     hoverinfo: "x+y"
8962     boxpoints: "outliers"
8963     whiskerwidth: 0
8964   layout:
8965     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8966     layout: "plot-throughput"
8967
8968 - type: "plot"
8969   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8970   algorithm: "plot_performance_box"
8971   output-file-type: ".html"
8972   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8974   filter: "'NIC_Intel-X710' and
8975            '64B' and
8976            ('BASE' or 'SCALE') and
8977            'NDRPDR' and
8978            '4T2C' and
8979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8980            not 'VHOST' and
8981            'MEMIF'"
8982   parameters:
8983   - "throughput"
8984   - "parent"
8985   - "tags"
8986   sort:
8987   - "L2XCFWD"
8988   - "L2XCFWD"
8989   - "L2XCFWD"
8990   - "L2BDMACLRN"
8991   - "L2BDMACLRN"
8992   - "L2BDMACLRN"
8993   - "IP4FWD"
8994   traces:
8995     hoverinfo: "x+y"
8996     boxpoints: "outliers"
8997     whiskerwidth: 0
8998   layout:
8999     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9000     layout: "plot-throughput"
9001
9002 - type: "plot"
9003   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9004   algorithm: "plot_performance_box"
9005   output-file-type: ".html"
9006   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9008   filter: "'NIC_Intel-X710' and
9009            '64B' and
9010            ('BASE' or 'SCALE') and
9011            'NDRPDR' and
9012            '4T2C' and
9013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9014            not 'VHOST' and
9015            'MEMIF'"
9016   parameters:
9017   - "throughput"
9018   - "parent"
9019   - "tags"
9020   sort:
9021   - "L2XCFWD"
9022   - "L2XCFWD"
9023   - "L2XCFWD"
9024   - "L2BDMACLRN"
9025   - "L2BDMACLRN"
9026   - "L2BDMACLRN"
9027   - "IP4FWD"
9028   traces:
9029     hoverinfo: "x+y"
9030     boxpoints: "outliers"
9031     whiskerwidth: 0
9032   layout:
9033     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9034     layout: "plot-throughput"
9035
9036 # Packet Throughput - VPP Container Memif 2n-skx-x710
9037 - type: "plot"
9038   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9039   algorithm: "plot_performance_box"
9040   output-file-type: ".html"
9041   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9043   filter: "'NIC_Intel-X710' and
9044            '64B' and
9045            ('BASE' or 'SCALE') and
9046            'NDRPDR' and
9047            '2T1C' and
9048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9049            not 'VHOST' and
9050            not 'NF_DENSITY' and
9051            'MEMIF'"
9052   parameters:
9053   - "throughput"
9054   - "parent"
9055   - "tags"
9056   sort:
9057   - "L2XCFWD"
9058   - "L2XCFWD"
9059   - "L2XCFWD"
9060   - "L2BDMACLRN"
9061   - "L2BDMACLRN"
9062   - "L2BDMACLRN"
9063   - "IP4FWD"
9064   traces:
9065     hoverinfo: "x+y"
9066     boxpoints: "outliers"
9067     whiskerwidth: 0
9068   layout:
9069     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9070     layout: "plot-throughput"
9071
9072 - type: "plot"
9073   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9074   algorithm: "plot_performance_box"
9075   output-file-type: ".html"
9076   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9078   filter: "'NIC_Intel-X710' and
9079            '64B' and
9080            ('BASE' or 'SCALE') and
9081            'NDRPDR' and
9082            '2T1C' and
9083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9084            not 'VHOST' and
9085            not 'NF_DENSITY' and
9086            'MEMIF'"
9087   parameters:
9088   - "throughput"
9089   - "parent"
9090   - "tags"
9091   sort:
9092   - "L2XCFWD"
9093   - "L2XCFWD"
9094   - "L2XCFWD"
9095   - "L2BDMACLRN"
9096   - "L2BDMACLRN"
9097   - "L2BDMACLRN"
9098   - "IP4FWD"
9099   traces:
9100     hoverinfo: "x+y"
9101     boxpoints: "outliers"
9102     whiskerwidth: 0
9103   layout:
9104     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9105     layout: "plot-throughput"
9106
9107 - type: "plot"
9108   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9109   algorithm: "plot_performance_box"
9110   output-file-type: ".html"
9111   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9113   filter: "'NIC_Intel-X710' and
9114            '64B' and
9115            ('BASE' or 'SCALE') and
9116            'NDRPDR' and
9117            '4T2C' and
9118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9119            not 'VHOST' and
9120            not 'NF_DENSITY' and
9121            'MEMIF'"
9122   parameters:
9123   - "throughput"
9124   - "parent"
9125   - "tags"
9126   sort:
9127   - "L2XCFWD"
9128   - "L2XCFWD"
9129   - "L2XCFWD"
9130   - "L2BDMACLRN"
9131   - "L2BDMACLRN"
9132   - "L2BDMACLRN"
9133   - "IP4FWD"
9134   traces:
9135     hoverinfo: "x+y"
9136     boxpoints: "outliers"
9137     whiskerwidth: 0
9138   layout:
9139     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9140     layout: "plot-throughput"
9141
9142 - type: "plot"
9143   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9144   algorithm: "plot_performance_box"
9145   output-file-type: ".html"
9146   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9148   filter: "'NIC_Intel-X710' and
9149            '64B' and
9150            ('BASE' or 'SCALE') and
9151            'NDRPDR' and
9152            '4T2C' and
9153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9154            not 'VHOST' and
9155            not 'NF_DENSITY' and
9156            'MEMIF'"
9157   parameters:
9158   - "throughput"
9159   - "parent"
9160   - "tags"
9161   sort:
9162   - "L2XCFWD"
9163   - "L2XCFWD"
9164   - "L2XCFWD"
9165   - "L2BDMACLRN"
9166   - "L2BDMACLRN"
9167   - "L2BDMACLRN"
9168   - "IP4FWD"
9169   traces:
9170     hoverinfo: "x+y"
9171     boxpoints: "outliers"
9172     whiskerwidth: 0
9173   layout:
9174     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9175     layout: "plot-throughput"
9176
9177 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9178 #- type: "plot"
9179 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9180 #  algorithm: "plot_performance_box"
9181 #  output-file-type: ".html"
9182 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9183 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9184 #  filter: "'NIC_Intel-XXV710' and
9185 #           '64B' and
9186 #           ('BASE' or 'SCALE') and
9187 #           'NDRPDR' and
9188 #           '2T1C' and
9189 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9190 #           not 'VHOST' and
9191 #           'MEMIF'"
9192 #  parameters:
9193 #  - "throughput"
9194 #  - "parent"
9195 #  - "tags"
9196 #  sort:
9197 #  - "L2XCFWD"
9198 #  - "L2XCFWD"
9199 #  - "L2XCFWD"
9200 #  - "L2BDMACLRN"
9201 #  - "L2BDMACLRN"
9202 #  - "L2BDMACLRN"
9203 #  - "IP4FWD"
9204 #  traces:
9205 #    hoverinfo: "x+y"
9206 #    boxpoints: "outliers"
9207 #    whiskerwidth: 0
9208 #  layout:
9209 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9210 #    layout: "plot-throughput"
9211 #
9212 #- type: "plot"
9213 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9214 #  algorithm: "plot_performance_box"
9215 #  output-file-type: ".html"
9216 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9217 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9218 #  filter: "'NIC_Intel-XXV710' and
9219 #           '64B' and
9220 #           ('BASE' or 'SCALE') and
9221 #           'NDRPDR' and
9222 #           '2T1C' and
9223 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9224 #           not 'VHOST' and
9225 #           'MEMIF'"
9226 #  parameters:
9227 #  - "throughput"
9228 #  - "parent"
9229 #  - "tags"
9230 #  sort:
9231 #  - "L2XCFWD"
9232 #  - "L2XCFWD"
9233 #  - "L2XCFWD"
9234 #  - "L2BDMACLRN"
9235 #  - "L2BDMACLRN"
9236 #  - "L2BDMACLRN"
9237 #  - "IP4FWD"
9238 #  traces:
9239 #    hoverinfo: "x+y"
9240 #    boxpoints: "outliers"
9241 #    whiskerwidth: 0
9242 #  layout:
9243 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9244 #    layout: "plot-throughput"
9245 #
9246 #- type: "plot"
9247 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9248 #  algorithm: "plot_performance_box"
9249 #  output-file-type: ".html"
9250 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9251 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9252 #  filter: "'NIC_Intel-XXV710' and
9253 #           '64B' and
9254 #           ('BASE' or 'SCALE') and
9255 #           'NDRPDR' and
9256 #           '4T2C' and
9257 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9258 #           not 'VHOST' and
9259 #           'MEMIF'"
9260 #  parameters:
9261 #  - "throughput"
9262 #  - "parent"
9263 #  - "tags"
9264 #  sort:
9265 #  - "L2XCFWD"
9266 #  - "L2XCFWD"
9267 #  - "L2XCFWD"
9268 #  - "L2BDMACLRN"
9269 #  - "L2BDMACLRN"
9270 #  - "L2BDMACLRN"
9271 #  - "IP4FWD"
9272 #  traces:
9273 #    hoverinfo: "x+y"
9274 #    boxpoints: "outliers"
9275 #    whiskerwidth: 0
9276 #  layout:
9277 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9278 #    layout: "plot-throughput"
9279 #
9280 #- type: "plot"
9281 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9282 #  algorithm: "plot_performance_box"
9283 #  output-file-type: ".html"
9284 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9285 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9286 #  filter: "'NIC_Intel-XXV710' and
9287 #           '64B' and
9288 #           ('BASE' or 'SCALE') and
9289 #           'NDRPDR' and
9290 #           '4T2C' and
9291 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9292 #           not 'VHOST' and
9293 #           'MEMIF'"
9294 #  parameters:
9295 #  - "throughput"
9296 #  - "parent"
9297 #  - "tags"
9298 #  sort:
9299 #  - "L2XCFWD"
9300 #  - "L2XCFWD"
9301 #  - "L2XCFWD"
9302 #  - "L2BDMACLRN"
9303 #  - "L2BDMACLRN"
9304 #  - "L2BDMACLRN"
9305 #  - "IP4FWD"
9306 #  traces:
9307 #    hoverinfo: "x+y"
9308 #    boxpoints: "outliers"
9309 #    whiskerwidth: 0
9310 #  layout:
9311 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9312 #    layout: "plot-throughput"
9313
9314 ################################################################################
9315
9316 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9317 #- type: "plot"
9318 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9319 #  algorithm: "plot_performance_box"
9320 #  output-file-type: ".html"
9321 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9322 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9323 #  filter: "'NIC_Intel-X520-DA2' and
9324 #           '64B' and
9325 #           ('BASE' or 'SCALE') and
9326 #           'NDRPDR' and
9327 #           '1T1C' and
9328 #           'L2XCFWD' and
9329 #           not 'VHOST' and
9330 #           not 'NF_DENSITY' and
9331 #           'MEMIF'"
9332 #  parameters:
9333 #  - "throughput"
9334 #  - "parent"
9335 #  - "tags"
9336 #  sort:
9337 #  - "1VNF"
9338 #  - "2VNF"
9339 #  - "4VNF"
9340 #  - "2VNF"
9341 #  - "4VNF"
9342 #  traces:
9343 #    hoverinfo: "x+y"
9344 #    boxpoints: "outliers"
9345 #    whiskerwidth: 0
9346 #  layout:
9347 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9348 #    layout: "plot-throughput"
9349 #
9350 #- type: "plot"
9351 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9352 #  algorithm: "plot_performance_box"
9353 #  output-file-type: ".html"
9354 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9355 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9356 #  filter: "'NIC_Intel-X520-DA2' and
9357 #           '64B' and
9358 #           ('BASE' or 'SCALE') and
9359 #           'NDRPDR' and
9360 #           '1T1C' and
9361 #           'L2XCFWD' and
9362 #           not 'VHOST' and
9363 #           not 'NF_DENSITY' and
9364 #           'MEMIF'"
9365 #  parameters:
9366 #  - "throughput"
9367 #  - "parent"
9368 #  - "tags"
9369 #  sort:
9370 #  - "1VNF"
9371 #  - "2VNF"
9372 #  - "4VNF"
9373 #  - "2VNF"
9374 #  - "4VNF"
9375 #  traces:
9376 #    hoverinfo: "x+y"
9377 #    boxpoints: "outliers"
9378 #    whiskerwidth: 0
9379 #  layout:
9380 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9381 #    layout: "plot-throughput"
9382 #
9383 #- type: "plot"
9384 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9385 #  algorithm: "plot_performance_box"
9386 #  output-file-type: ".html"
9387 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9388 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9389 #  filter: "'NIC_Intel-X520-DA2' and
9390 #           '64B' and
9391 #           ('BASE' or 'SCALE') and
9392 #           'NDRPDR' and
9393 #           '2T2C' and
9394 #           'L2XCFWD' and
9395 #           not 'VHOST' and
9396 #           not 'NF_DENSITY' and
9397 #           'MEMIF'"
9398 #  parameters:
9399 #  - "throughput"
9400 #  - "parent"
9401 #  - "tags"
9402 #  sort:
9403 #  - "1VNF"
9404 #  - "2VNF"
9405 #  - "4VNF"
9406 #  - "2VNF"
9407 #  - "4VNF"
9408 #  traces:
9409 #    hoverinfo: "x+y"
9410 #    boxpoints: "outliers"
9411 #    whiskerwidth: 0
9412 #  layout:
9413 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9414 #    layout: "plot-throughput"
9415 #
9416 #- type: "plot"
9417 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9418 #  algorithm: "plot_performance_box"
9419 #  output-file-type: ".html"
9420 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9421 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9422 #  filter: "'NIC_Intel-X520-DA2' and
9423 #           '64B' and
9424 #           ('BASE' or 'SCALE') and
9425 #           'NDRPDR' and
9426 #           '2T2C' and
9427 #           'L2XCFWD' and
9428 #           not 'VHOST' and
9429 #           not 'NF_DENSITY' and
9430 #           'MEMIF'"
9431 #  parameters:
9432 #  - "throughput"
9433 #  - "parent"
9434 #  - "tags"
9435 #  sort:
9436 #  - "1VNF"
9437 #  - "2VNF"
9438 #  - "4VNF"
9439 #  - "2VNF"
9440 #  - "4VNF"
9441 #  traces:
9442 #    hoverinfo: "x+y"
9443 #    boxpoints: "outliers"
9444 #    whiskerwidth: 0
9445 #  layout:
9446 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9447 #    layout: "plot-throughput"
9448 #
9449 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9450 #- type: "plot"
9451 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9452 #  algorithm: "plot_performance_box"
9453 #  output-file-type: ".html"
9454 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9455 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9456 #  filter: "'NIC_Intel-X520-DA2' and
9457 #           '64B' and
9458 #           ('BASE' or 'SCALE') and
9459 #           'NDRPDR' and
9460 #           '1T1C' and
9461 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9462 #           not 'VHOST' and
9463 #           not 'NF_DENSITY' and
9464 #           'MEMIF'"
9465 #  parameters:
9466 #  - "throughput"
9467 #  - "parent"
9468 #  - "tags"
9469 #  sort:
9470 #  - "1VNF"
9471 #  - "2VNF"
9472 #  - "4VNF"
9473 #  - "2VNF"
9474 #  - "4VNF"
9475 #  traces:
9476 #    hoverinfo: "x+y"
9477 #    boxpoints: "outliers"
9478 #    whiskerwidth: 0
9479 #  layout:
9480 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9481 #    layout: "plot-throughput"
9482 #
9483 #- type: "plot"
9484 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9485 #  algorithm: "plot_performance_box"
9486 #  output-file-type: ".html"
9487 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9488 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9489 #  filter: "'NIC_Intel-X520-DA2' and
9490 #           '64B' and
9491 #           ('BASE' or 'SCALE') and
9492 #           'NDRPDR' and
9493 #           '1T1C' and
9494 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9495 #           not 'VHOST' and
9496 #           not 'NF_DENSITY' and
9497 #           'MEMIF'"
9498 #  parameters:
9499 #  - "throughput"
9500 #  - "parent"
9501 #  - "tags"
9502 #  sort:
9503 #  - "1VNF"
9504 #  - "2VNF"
9505 #  - "4VNF"
9506 #  - "2VNF"
9507 #  - "4VNF"
9508 #  traces:
9509 #    hoverinfo: "x+y"
9510 #    boxpoints: "outliers"
9511 #    whiskerwidth: 0
9512 #  layout:
9513 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9514 #    layout: "plot-throughput"
9515 #
9516 #- type: "plot"
9517 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9518 #  algorithm: "plot_performance_box"
9519 #  output-file-type: ".html"
9520 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9521 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9522 #  filter: "'NIC_Intel-X520-DA2' and
9523 #           '64B' and
9524 #           ('BASE' or 'SCALE') and
9525 #           'NDRPDR' and
9526 #           '2T2C' and
9527 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9528 #           not 'VHOST' and
9529 #           not 'NF_DENSITY' and
9530 #           'MEMIF'"
9531 #  parameters:
9532 #  - "throughput"
9533 #  - "parent"
9534 #  - "tags"
9535 #  sort:
9536 #  - "1VNF"
9537 #  - "2VNF"
9538 #  - "4VNF"
9539 #  - "2VNF"
9540 #  - "4VNF"
9541 #  traces:
9542 #    hoverinfo: "x+y"
9543 #    boxpoints: "outliers"
9544 #    whiskerwidth: 0
9545 #  layout:
9546 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9547 #    layout: "plot-throughput"
9548 #
9549 #- type: "plot"
9550 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9551 #  algorithm: "plot_performance_box"
9552 #  output-file-type: ".html"
9553 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9554 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9555 #  filter: "'NIC_Intel-X520-DA2' and
9556 #           '64B' and
9557 #           ('BASE' or 'SCALE') and
9558 #           'NDRPDR' and
9559 #           '2T2C' and
9560 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9561 #           not 'VHOST' and
9562 #           not 'NF_DENSITY' and
9563 #           'MEMIF'"
9564 #  parameters:
9565 #  - "throughput"
9566 #  - "parent"
9567 #  - "tags"
9568 #  sort:
9569 #  - "1VNF"
9570 #  - "2VNF"
9571 #  - "4VNF"
9572 #  - "2VNF"
9573 #  - "4VNF"
9574 #  traces:
9575 #    hoverinfo: "x+y"
9576 #    boxpoints: "outliers"
9577 #    whiskerwidth: 0
9578 #  layout:
9579 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9580 #    layout: "plot-throughput"
9581 #
9582 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9583 #- type: "plot"
9584 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9585 #  algorithm: "plot_performance_box"
9586 #  output-file-type: ".html"
9587 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9588 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9589 #  filter: "'NIC_Intel-X710' and
9590 #           '64B' and
9591 #           ('BASE' or 'SCALE') and
9592 #           'NDRPDR' and
9593 #           '1T1C' and
9594 #           'L2XCFWD' and
9595 #           not 'VHOST' and
9596 #           not 'NF_DENSITY' and
9597 #           'MEMIF'"
9598 #  parameters:
9599 #  - "throughput"
9600 #  - "parent"
9601 #  - "tags"
9602 #  sort:
9603 #  - "1VNF"
9604 #  - "2VNF"
9605 #  - "4VNF"
9606 #  - "2VNF"
9607 #  - "4VNF"
9608 #  traces:
9609 #    hoverinfo: "x+y"
9610 #    boxpoints: "outliers"
9611 #    whiskerwidth: 0
9612 #  layout:
9613 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9614 #    layout: "plot-throughput"
9615 #
9616 #- type: "plot"
9617 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9618 #  algorithm: "plot_performance_box"
9619 #  output-file-type: ".html"
9620 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9621 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9622 #  filter: "'NIC_Intel-X710' and
9623 #           '64B' and
9624 #           ('BASE' or 'SCALE') and
9625 #           'NDRPDR' and
9626 #           '1T1C' and
9627 #           'L2XCFWD' and
9628 #           not 'VHOST' and
9629 #           not 'NF_DENSITY' and
9630 #           'MEMIF'"
9631 #  parameters:
9632 #  - "throughput"
9633 #  - "parent"
9634 #  - "tags"
9635 #  sort:
9636 #  - "1VNF"
9637 #  - "2VNF"
9638 #  - "4VNF"
9639 #  - "2VNF"
9640 #  - "4VNF"
9641 #  traces:
9642 #    hoverinfo: "x+y"
9643 #    boxpoints: "outliers"
9644 #    whiskerwidth: 0
9645 #  layout:
9646 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9647 #    layout: "plot-throughput"
9648 #
9649 #- type: "plot"
9650 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9651 #  algorithm: "plot_performance_box"
9652 #  output-file-type: ".html"
9653 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9654 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9655 #  filter: "'NIC_Intel-X710' and
9656 #           '64B' and
9657 #           ('BASE' or 'SCALE') and
9658 #           'NDRPDR' and
9659 #           '2T2C' and
9660 #           'L2XCFWD' and
9661 #           not 'VHOST' and
9662 #           not 'NF_DENSITY' and
9663 #           'MEMIF'"
9664 #  parameters:
9665 #  - "throughput"
9666 #  - "parent"
9667 #  - "tags"
9668 #  sort:
9669 #  - "1VNF"
9670 #  - "2VNF"
9671 #  - "4VNF"
9672 #  - "2VNF"
9673 #  - "4VNF"
9674 #  traces:
9675 #    hoverinfo: "x+y"
9676 #    boxpoints: "outliers"
9677 #    whiskerwidth: 0
9678 #  layout:
9679 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9680 #    layout: "plot-throughput"
9681 #
9682 #- type: "plot"
9683 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9684 #  algorithm: "plot_performance_box"
9685 #  output-file-type: ".html"
9686 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9687 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9688 #  filter: "'NIC_Intel-X710' and
9689 #           '64B' and
9690 #           ('BASE' or 'SCALE') and
9691 #           'NDRPDR' and
9692 #           '2T2C' and
9693 #           'L2XCFWD' and
9694 #           not 'VHOST' and
9695 #           not 'NF_DENSITY' and
9696 #           'MEMIF'"
9697 #  parameters:
9698 #  - "throughput"
9699 #  - "parent"
9700 #  - "tags"
9701 #  sort:
9702 #  - "1VNF"
9703 #  - "2VNF"
9704 #  - "4VNF"
9705 #  - "2VNF"
9706 #  - "4VNF"
9707 #  traces:
9708 #    hoverinfo: "x+y"
9709 #    boxpoints: "outliers"
9710 #    whiskerwidth: 0
9711 #  layout:
9712 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9713 #    layout: "plot-throughput"
9714 #
9715 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9716 #- type: "plot"
9717 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9718 #  algorithm: "plot_performance_box"
9719 #  output-file-type: ".html"
9720 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9721 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9722 #  filter: "'NIC_Intel-X710' and
9723 #           '64B' and
9724 #           ('BASE' or 'SCALE') and
9725 #           'NDRPDR' and
9726 #           '1T1C' and
9727 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9728 #           not 'VHOST' and
9729 #           not 'NF_DENSITY' and
9730 #           'MEMIF'"
9731 #  parameters:
9732 #  - "throughput"
9733 #  - "parent"
9734 #  - "tags"
9735 #  sort:
9736 #  - "1VNF"
9737 #  - "2VNF"
9738 #  - "4VNF"
9739 #  - "2VNF"
9740 #  - "4VNF"
9741 #  traces:
9742 #    hoverinfo: "x+y"
9743 #    boxpoints: "outliers"
9744 #    whiskerwidth: 0
9745 #  layout:
9746 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9747 #    layout: "plot-throughput"
9748 #
9749 #- type: "plot"
9750 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9751 #  algorithm: "plot_performance_box"
9752 #  output-file-type: ".html"
9753 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9754 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9755 #  filter: "'NIC_Intel-X710' and
9756 #           '64B' and
9757 #           ('BASE' or 'SCALE') and
9758 #           'NDRPDR' and
9759 #           '1T1C' and
9760 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9761 #           not 'VHOST' and
9762 #           not 'NF_DENSITY' and
9763 #           'MEMIF'"
9764 #  parameters:
9765 #  - "throughput"
9766 #  - "parent"
9767 #  - "tags"
9768 #  sort:
9769 #  - "1VNF"
9770 #  - "2VNF"
9771 #  - "4VNF"
9772 #  - "2VNF"
9773 #  - "4VNF"
9774 #  traces:
9775 #    hoverinfo: "x+y"
9776 #    boxpoints: "outliers"
9777 #    whiskerwidth: 0
9778 #  layout:
9779 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9780 #    layout: "plot-throughput"
9781 #
9782 #- type: "plot"
9783 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9784 #  algorithm: "plot_performance_box"
9785 #  output-file-type: ".html"
9786 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9787 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9788 #  filter: "'NIC_Intel-X710' and
9789 #           '64B' and
9790 #           ('BASE' or 'SCALE') and
9791 #           'NDRPDR' and
9792 #           '2T2C' and
9793 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9794 #           not 'VHOST' and
9795 #           not 'NF_DENSITY' and
9796 #           'MEMIF'"
9797 #  parameters:
9798 #  - "throughput"
9799 #  - "parent"
9800 #  - "tags"
9801 #  sort:
9802 #  - "1VNF"
9803 #  - "2VNF"
9804 #  - "4VNF"
9805 #  - "2VNF"
9806 #  - "4VNF"
9807 #  traces:
9808 #    hoverinfo: "x+y"
9809 #    boxpoints: "outliers"
9810 #    whiskerwidth: 0
9811 #  layout:
9812 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9813 #    layout: "plot-throughput"
9814 #
9815 #- type: "plot"
9816 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9817 #  algorithm: "plot_performance_box"
9818 #  output-file-type: ".html"
9819 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9820 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9821 #  filter: "'NIC_Intel-X710' and
9822 #           '64B' and
9823 #           ('BASE' or 'SCALE') and
9824 #           'NDRPDR' and
9825 #           '2T2C' and
9826 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9827 #           not 'VHOST' and
9828 #           not 'NF_DENSITY' and
9829 #           'MEMIF'"
9830 #  parameters:
9831 #  - "throughput"
9832 #  - "parent"
9833 #  - "tags"
9834 #  sort:
9835 #  - "1VNF"
9836 #  - "2VNF"
9837 #  - "4VNF"
9838 #  - "2VNF"
9839 #  - "4VNF"
9840 #  traces:
9841 #    hoverinfo: "x+y"
9842 #    boxpoints: "outliers"
9843 #    whiskerwidth: 0
9844 #  layout:
9845 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9846 #    layout: "plot-throughput"
9847
9848 ################################################################################
9849
9850 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9851 - type: "plot"
9852   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9853   algorithm: "plot_performance_box"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9857   filter: "'NIC_Intel-X520-DA2' and
9858            '64B' and
9859            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9860            'NDRPDR' and
9861            '1T1C' and
9862            'IP4FWD' and
9863            not 'IPSEC' and
9864            not 'DOT1Q' and
9865            not 'VHOST'"
9866   parameters:
9867   - "throughput"
9868   - "parent"
9869   - "tags"
9870   sort:
9871   - "IP4BASE"
9872   - "FIB_20K"
9873   - "FIB_200K"
9874   - "FIB_2M"
9875   traces:
9876     hoverinfo: "x+y"
9877     boxpoints: "outliers"
9878     whiskerwidth: 0
9879   layout:
9880     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9881     layout: "plot-throughput"
9882
9883 - type: "plot"
9884   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9885   algorithm: "plot_performance_box"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9889   filter: "'NIC_Intel-X520-DA2' and
9890            '64B' and
9891            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9892            'NDRPDR' and
9893            '1T1C' and
9894            'IP4FWD' and
9895            not 'IPSEC' and
9896            not 'DOT1Q' and
9897            not 'VHOST'"
9898   parameters:
9899   - "throughput"
9900   - "parent"
9901   - "tags"
9902   sort:
9903   - "IP4BASE"
9904   - "FIB_20K"
9905   - "FIB_200K"
9906   - "FIB_2M"
9907   traces:
9908     hoverinfo: "x+y"
9909     boxpoints: "outliers"
9910     whiskerwidth: 0
9911   layout:
9912     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9913     layout: "plot-throughput"
9914
9915 - type: "plot"
9916   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9917   algorithm: "plot_performance_box"
9918   output-file-type: ".html"
9919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9921   filter: "'NIC_Intel-X520-DA2' and
9922            '64B' and
9923            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9924            'NDRPDR' and
9925            '2T2C' and
9926            'IP4FWD' and
9927            not 'IPSEC' and
9928            not 'DOT1Q' and
9929            not 'VHOST'"
9930   parameters:
9931   - "throughput"
9932   - "parent"
9933   - "tags"
9934   sort:
9935   - "IP4BASE"
9936   - "FIB_20K"
9937   - "FIB_200K"
9938   - "FIB_2M"
9939   traces:
9940     hoverinfo: "x+y"
9941     boxpoints: "outliers"
9942     whiskerwidth: 0
9943   layout:
9944     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9945     layout: "plot-throughput"
9946
9947 - type: "plot"
9948   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9949   algorithm: "plot_performance_box"
9950   output-file-type: ".html"
9951   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9953   filter: "'NIC_Intel-X520-DA2' and
9954            '64B' and
9955            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9956            'NDRPDR' and
9957            '2T2C' and
9958            'IP4FWD' and
9959            not 'IPSEC' and
9960            not 'DOT1Q' and
9961            not 'VHOST'"
9962   parameters:
9963   - "throughput"
9964   - "parent"
9965   - "tags"
9966   sort:
9967   - "IP4BASE"
9968   - "FIB_20K"
9969   - "FIB_200K"
9970   - "FIB_2M"
9971   traces:
9972     hoverinfo: "x+y"
9973     boxpoints: "outliers"
9974     whiskerwidth: 0
9975   layout:
9976     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9977     layout: "plot-throughput"
9978
9979 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9980 - type: "plot"
9981   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9982   algorithm: "plot_performance_box"
9983   output-file-type: ".html"
9984   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9986   filter: "'NIC_Intel-X520-DA2' and
9987            '64B' and
9988            ('IP4BASE' or
9989             'POLICE_MARK' or
9990             'COPWHLIST' or
9991             ('NAT44' and 'BASE') or
9992             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9993            'NDRPDR' and
9994            '1T1C' and
9995            'IP4FWD' and
9996            not 'IPSEC' and
9997            not 'VHOST'"
9998   parameters:
9999   - "throughput"
10000   - "parent"
10001   - "tags"
10002   sort:
10003   - "DOT1Q"
10004   - "IP4BASE"
10005   - "NAT44"
10006   - "POLICE_MARK"
10007   - "COPWHLIST"
10008   - "IACL"
10009   - "OACL"
10010   traces:
10011     hoverinfo: "x+y"
10012     boxpoints: "outliers"
10013     whiskerwidth: 0
10014   layout:
10015     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10016     layout: "plot-throughput"
10017
10018 - type: "plot"
10019   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10020   algorithm: "plot_performance_box"
10021   output-file-type: ".html"
10022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10024   filter: "'NIC_Intel-X520-DA2' and
10025            '64B' and
10026            ('IP4BASE' or
10027             'POLICE_MARK' or
10028             'COPWHLIST' or
10029             ('NAT44' and 'BASE') or
10030             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10031            'NDRPDR' and
10032            '1T1C' and
10033            'IP4FWD' and
10034            not 'IPSEC' and
10035            not 'VHOST'"
10036   parameters:
10037   - "throughput"
10038   - "parent"
10039   - "tags"
10040   sort:
10041   - "DOT1Q"
10042   - "IP4BASE"
10043   - "NAT44"
10044   - "POLICE_MARK"
10045   - "COPWHLIST"
10046   - "IACL"
10047   - "OACL"
10048   traces:
10049     hoverinfo: "x+y"
10050     boxpoints: "outliers"
10051     whiskerwidth: 0
10052   layout:
10053     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10054     layout: "plot-throughput"
10055
10056 - type: "plot"
10057   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10058   algorithm: "plot_performance_box"
10059   output-file-type: ".html"
10060   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10062   filter: "'NIC_Intel-X520-DA2' and
10063            '64B' and
10064            ('IP4BASE' or
10065             'POLICE_MARK' or
10066             'COPWHLIST' or
10067             ('NAT44' and 'BASE') or
10068             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10069            'NDRPDR' and
10070            '2T2C' and
10071            'IP4FWD' and
10072            not 'IPSEC' and
10073            not 'VHOST'"
10074   parameters:
10075   - "throughput"
10076   - "parent"
10077   - "tags"
10078   sort:
10079   - "DOT1Q"
10080   - "IP4BASE"
10081   - "NAT44"
10082   - "POLICE_MARK"
10083   - "COPWHLIST"
10084   - "IACL"
10085   - "OACL"
10086   traces:
10087     hoverinfo: "x+y"
10088     boxpoints: "outliers"
10089     whiskerwidth: 0
10090   layout:
10091     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10092     layout: "plot-throughput"
10093
10094 - type: "plot"
10095   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10096   algorithm: "plot_performance_box"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10100   filter: "'NIC_Intel-X520-DA2' and
10101            '64B' and
10102            ('IP4BASE' or
10103             'POLICE_MARK' or
10104             'COPWHLIST' or
10105             ('NAT44' and 'BASE') or
10106             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10107            'NDRPDR' and
10108            '2T2C' and
10109            'IP4FWD' and
10110            not 'IPSEC' and
10111            not 'VHOST'"
10112   parameters:
10113   - "throughput"
10114   - "parent"
10115   - "tags"
10116   sort:
10117   - "DOT1Q"
10118   - "IP4BASE"
10119   - "NAT44"
10120   - "POLICE_MARK"
10121   - "COPWHLIST"
10122   - "IACL"
10123   - "OACL"
10124   traces:
10125     hoverinfo: "x+y"
10126     boxpoints: "outliers"
10127     whiskerwidth: 0
10128   layout:
10129     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10130     layout: "plot-throughput"
10131
10132 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10133 - type: "plot"
10134   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10135   algorithm: "plot_performance_box"
10136   output-file-type: ".html"
10137   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10139   filter: "'NIC_Intel-X520-DA2' and
10140            '64B' and
10141            'NDRPDR' and
10142            '1T1C' and
10143            'IP4FWD' and
10144            ('NAT44' or 'IP4BASE') and
10145            not 'DOT1Q' and
10146            not 'IPSEC' and
10147            not 'VHOST'"
10148   parameters:
10149   - "throughput"
10150   - "parent"
10151   - "tags"
10152   sort:
10153   - "IP4BASE"
10154   - "BASE"
10155   - "SRC_USER_10"
10156   - "SRC_USER_100"
10157   - "SRC_USER_1000"
10158   - "SRC_USER_2000"
10159   traces:
10160     hoverinfo: "x+y"
10161     boxpoints: "outliers"
10162     whiskerwidth: 0
10163   layout:
10164     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10165     layout: "plot-throughput"
10166
10167 - type: "plot"
10168   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10169   algorithm: "plot_performance_box"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10173   filter: "'NIC_Intel-X520-DA2' and
10174            '64B' and
10175            'NDRPDR' and
10176            '1T1C' and
10177            'IP4FWD' and
10178            ('NAT44' or 'IP4BASE') and
10179            not 'DOT1Q' and
10180            not 'IPSEC' and
10181            not 'VHOST'"
10182   parameters:
10183   - "throughput"
10184   - "parent"
10185   - "tags"
10186   sort:
10187   - "IP4BASE"
10188   - "BASE"
10189   - "SRC_USER_10"
10190   - "SRC_USER_100"
10191   - "SRC_USER_1000"
10192   - "SRC_USER_2000"
10193   traces:
10194     hoverinfo: "x+y"
10195     boxpoints: "outliers"
10196     whiskerwidth: 0
10197   layout:
10198     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10199     layout: "plot-throughput"
10200
10201 - type: "plot"
10202   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10203   algorithm: "plot_performance_box"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10206   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10207   filter: "'NIC_Intel-X520-DA2' and
10208            '64B' and
10209            'NDRPDR' and
10210            '2T2C' and
10211            'IP4FWD' and
10212            ('NAT44' or 'IP4BASE') and
10213            not 'DOT1Q' and
10214            not 'IPSEC' and
10215            not 'VHOST'"
10216   parameters:
10217   - "throughput"
10218   - "parent"
10219   - "tags"
10220   sort:
10221   - "IP4BASE"
10222   - "BASE"
10223   - "SRC_USER_10"
10224   - "SRC_USER_100"
10225   - "SRC_USER_1000"
10226   - "SRC_USER_2000"
10227   traces:
10228     hoverinfo: "x+y"
10229     boxpoints: "outliers"
10230     whiskerwidth: 0
10231   layout:
10232     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10233     layout: "plot-throughput"
10234
10235 - type: "plot"
10236   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10237   algorithm: "plot_performance_box"
10238   output-file-type: ".html"
10239   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10241   filter: "'NIC_Intel-X520-DA2' and
10242            '64B' and
10243            'NDRPDR' and
10244            '2T2C' and
10245            'IP4FWD' and
10246            ('NAT44' or 'IP4BASE') and
10247            not 'DOT1Q' and
10248            not 'IPSEC' and
10249            not 'VHOST'"
10250   parameters:
10251   - "throughput"
10252   - "parent"
10253   - "tags"
10254   sort:
10255   - "IP4BASE"
10256   - "BASE"
10257   - "SRC_USER_10"
10258   - "SRC_USER_100"
10259   - "SRC_USER_1000"
10260   - "SRC_USER_2000"
10261   traces:
10262     hoverinfo: "x+y"
10263     boxpoints: "outliers"
10264     whiskerwidth: 0
10265   layout:
10266     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10267     layout: "plot-throughput"
10268
10269 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10270 - type: "plot"
10271   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10272   algorithm: "plot_performance_box"
10273   output-file-type: ".html"
10274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10276   filter: "'NIC_Intel-X520-DA2' and
10277            '64B' and
10278            'NDRPDR' and
10279            '1T1C' and
10280            'IP4FWD' and
10281            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10282            not 'IPSEC' and
10283            not 'DOT1Q' and
10284            not 'VHOST'"
10285   parameters:
10286   - "throughput"
10287   - "parent"
10288   - "tags"
10289   sort:
10290   - "IP4BASE"
10291   - "ACL_STATELESS"
10292   - "ACL_STATEFUL"
10293   - "ACL_STATELESS"
10294   - "ACL_STATEFUL"
10295   traces:
10296     hoverinfo: "x+y"
10297     boxpoints: "outliers"
10298     whiskerwidth: 0
10299   layout:
10300     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10301     layout: "plot-throughput"
10302
10303 - type: "plot"
10304   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10305   algorithm: "plot_performance_box"
10306   output-file-type: ".html"
10307   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10309   filter: "'NIC_Intel-X520-DA2' and
10310            '64B' and
10311            'NDRPDR' and
10312            '1T1C' and
10313            'IP4FWD' and
10314            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10315            not 'IPSEC' and
10316            not 'DOT1Q' and
10317            not 'VHOST'"
10318   parameters:
10319   - "throughput"
10320   - "parent"
10321   - "tags"
10322   sort:
10323   - "IP4BASE"
10324   - "ACL_STATELESS"
10325   - "ACL_STATEFUL"
10326   - "ACL_STATELESS"
10327   - "ACL_STATEFUL"
10328   traces:
10329     hoverinfo: "x+y"
10330     boxpoints: "outliers"
10331     whiskerwidth: 0
10332   layout:
10333     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10334     layout: "plot-throughput"
10335
10336 - type: "plot"
10337   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10338   algorithm: "plot_performance_box"
10339   output-file-type: ".html"
10340   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10342   filter: "'NIC_Intel-X520-DA2' and
10343            '64B' and
10344            'NDRPDR' and
10345            '2T2C' and
10346            'IP4FWD' and
10347            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10348            not 'IPSEC' and
10349            not 'DOT1Q' and
10350            not 'VHOST'"
10351   parameters:
10352   - "throughput"
10353   - "parent"
10354   - "tags"
10355   sort:
10356   - "IP4BASE"
10357   - "ACL_STATELESS"
10358   - "ACL_STATEFUL"
10359   - "ACL_STATELESS"
10360   - "ACL_STATEFUL"
10361   traces:
10362     hoverinfo: "x+y"
10363     boxpoints: "outliers"
10364     whiskerwidth: 0
10365   layout:
10366     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10367     layout: "plot-throughput"
10368
10369 - type: "plot"
10370   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10371   algorithm: "plot_performance_box"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10375   filter: "'NIC_Intel-X520-DA2' and
10376            '64B' and
10377            'NDRPDR' and
10378            '2T2C' and
10379            'IP4FWD' and
10380            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10381            not 'IPSEC' and
10382            not 'DOT1Q' and
10383            not 'VHOST'"
10384   parameters:
10385   - "throughput"
10386   - "parent"
10387   - "tags"
10388   sort:
10389   - "IP4BASE"
10390   - "ACL_STATELESS"
10391   - "ACL_STATEFUL"
10392   - "ACL_STATELESS"
10393   - "ACL_STATEFUL"
10394   traces:
10395     hoverinfo: "x+y"
10396     boxpoints: "outliers"
10397     whiskerwidth: 0
10398   layout:
10399     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10400     layout: "plot-throughput"
10401
10402 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10403 - type: "plot"
10404   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10405   algorithm: "plot_performance_box"
10406   output-file-type: ".html"
10407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10409   filter: "'NIC_Intel-X520-DA2' and
10410            '64B' and
10411            'NDRPDR' and
10412            '1T1C' and
10413            'IP4FWD' and
10414            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10415            not 'IPSEC' and
10416            not 'DOT1Q' and
10417            not 'VHOST'"
10418   parameters:
10419   - "throughput"
10420   - "parent"
10421   - "tags"
10422   sort:
10423   - "IP4BASE"
10424   - "ACL_STATELESS"
10425   - "ACL_STATEFUL"
10426   - "ACL_STATELESS"
10427   - "ACL_STATEFUL"
10428   traces:
10429     hoverinfo: "x+y"
10430     boxpoints: "outliers"
10431     whiskerwidth: 0
10432   layout:
10433     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10434     layout: "plot-throughput"
10435
10436 - type: "plot"
10437   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10438   algorithm: "plot_performance_box"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10442   filter: "'NIC_Intel-X520-DA2' and
10443            '64B' and
10444            'NDRPDR' and
10445            '1T1C' and
10446            'IP4FWD' and
10447            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10448            not 'IPSEC' and
10449            not 'DOT1Q' and
10450            not 'VHOST'"
10451   parameters:
10452   - "throughput"
10453   - "parent"
10454   - "tags"
10455   sort:
10456   - "IP4BASE"
10457   - "ACL_STATELESS"
10458   - "ACL_STATEFUL"
10459   - "ACL_STATELESS"
10460   - "ACL_STATEFUL"
10461   traces:
10462     hoverinfo: "x+y"
10463     boxpoints: "outliers"
10464     whiskerwidth: 0
10465   layout:
10466     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10467     layout: "plot-throughput"
10468
10469 - type: "plot"
10470   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10471   algorithm: "plot_performance_box"
10472   output-file-type: ".html"
10473   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10475   filter: "'NIC_Intel-X520-DA2' and
10476            '64B' and
10477            'NDRPDR' and
10478            '2T2C' and
10479            'IP4FWD' and
10480            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10481            not 'IPSEC' and
10482            not 'DOT1Q' and
10483            not 'VHOST'"
10484   parameters:
10485   - "throughput"
10486   - "parent"
10487   - "tags"
10488   sort:
10489   - "IP4BASE"
10490   - "ACL_STATELESS"
10491   - "ACL_STATEFUL"
10492   - "ACL_STATELESS"
10493   - "ACL_STATEFUL"
10494   traces:
10495     hoverinfo: "x+y"
10496     boxpoints: "outliers"
10497     whiskerwidth: 0
10498   layout:
10499     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10500     layout: "plot-throughput"
10501
10502 - type: "plot"
10503   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10504   algorithm: "plot_performance_box"
10505   output-file-type: ".html"
10506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10508   filter: "'NIC_Intel-X520-DA2' and
10509            '64B' and
10510            'NDRPDR' and
10511            '2T2C' and
10512            'IP4FWD' and
10513            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10514            not 'IPSEC' and
10515            not 'DOT1Q' and
10516            not 'VHOST'"
10517   parameters:
10518   - "throughput"
10519   - "parent"
10520   - "tags"
10521   sort:
10522   - "IP4BASE"
10523   - "ACL_STATELESS"
10524   - "ACL_STATEFUL"
10525   - "ACL_STATELESS"
10526   - "ACL_STATEFUL"
10527   traces:
10528     hoverinfo: "x+y"
10529     boxpoints: "outliers"
10530     whiskerwidth: 0
10531   layout:
10532     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10533     layout: "plot-throughput"
10534
10535 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10536 - type: "plot"
10537   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10538   algorithm: "plot_performance_box"
10539   output-file-type: ".html"
10540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10542   filter: "'NIC_Intel-X710' and
10543            '64B' and
10544            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10545            'NDRPDR' and
10546            '1T1C' and
10547            'IP4FWD' and
10548            not 'IPSEC' and
10549            not 'DOT1Q' and
10550            not 'VHOST'"
10551   parameters:
10552   - "throughput"
10553   - "parent"
10554   - "tags"
10555   sort:
10556   - "IP4BASE"
10557   - "FIB_20K"
10558   - "FIB_200K"
10559   - "FIB_2M"
10560   traces:
10561     hoverinfo: "x+y"
10562     boxpoints: "outliers"
10563     whiskerwidth: 0
10564   layout:
10565     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10566     layout: "plot-throughput"
10567
10568 - type: "plot"
10569   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10570   algorithm: "plot_performance_box"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10574   filter: "'NIC_Intel-X710' and
10575            '64B' and
10576            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10577            'NDRPDR' and
10578            '1T1C' and
10579            'IP4FWD' and
10580            not 'IPSEC' and
10581            not 'DOT1Q' and
10582            not 'VHOST'"
10583   parameters:
10584   - "throughput"
10585   - "parent"
10586   - "tags"
10587   sort:
10588   - "IP4BASE"
10589   - "FIB_20K"
10590   - "FIB_200K"
10591   - "FIB_2M"
10592   traces:
10593     hoverinfo: "x+y"
10594     boxpoints: "outliers"
10595     whiskerwidth: 0
10596   layout:
10597     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10598     layout: "plot-throughput"
10599
10600 - type: "plot"
10601   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10602   algorithm: "plot_performance_box"
10603   output-file-type: ".html"
10604   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10605   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10606   filter: "'NIC_Intel-X710' and
10607            '64B' and
10608            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10609            'NDRPDR' and
10610            '2T2C' and
10611            'IP4FWD' and
10612            not 'IPSEC' and
10613            not 'DOT1Q' and
10614            not 'VHOST'"
10615   parameters:
10616   - "throughput"
10617   - "parent"
10618   - "tags"
10619   sort:
10620   - "IP4BASE"
10621   - "FIB_20K"
10622   - "FIB_200K"
10623   - "FIB_2M"
10624   traces:
10625     hoverinfo: "x+y"
10626     boxpoints: "outliers"
10627     whiskerwidth: 0
10628   layout:
10629     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10630     layout: "plot-throughput"
10631
10632 - type: "plot"
10633   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10634   algorithm: "plot_performance_box"
10635   output-file-type: ".html"
10636   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10638   filter: "'NIC_Intel-X710' and
10639            '64B' and
10640            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10641            'NDRPDR' and
10642            '2T2C' and
10643            'IP4FWD' and
10644            not 'IPSEC' and
10645            not 'DOT1Q' and
10646            not 'VHOST'"
10647   parameters:
10648   - "throughput"
10649   - "parent"
10650   - "tags"
10651   sort:
10652   - "IP4BASE"
10653   - "FIB_20K"
10654   - "FIB_200K"
10655   - "FIB_2M"
10656   traces:
10657     hoverinfo: "x+y"
10658     boxpoints: "outliers"
10659     whiskerwidth: 0
10660   layout:
10661     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10662     layout: "plot-throughput"
10663
10664 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10665 - type: "plot"
10666   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10667   algorithm: "plot_performance_box"
10668   output-file-type: ".html"
10669   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10671   filter: "'NIC_Intel-X710' and
10672            '64B' and
10673            ('IP4BASE' or
10674             'POLICE_MARK' or
10675             'COPWHLIST' or
10676             ('NAT44' and 'BASE') or
10677             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10678            'NDRPDR' and
10679            '1T1C' and
10680            'IP4FWD' and
10681            not 'IPSEC' and
10682            not 'VHOST'"
10683   parameters:
10684   - "throughput"
10685   - "parent"
10686   - "tags"
10687   sort:
10688   - "DOT1Q"
10689   - "IP4BASE"
10690   - "NAT44"
10691   - "POLICE_MARK"
10692   - "COPWHLIST"
10693   - "IACL"
10694   - "OACL"
10695   traces:
10696     hoverinfo: "x+y"
10697     boxpoints: "outliers"
10698     whiskerwidth: 0
10699   layout:
10700     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10701     layout: "plot-throughput"
10702
10703 - type: "plot"
10704   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10705   algorithm: "plot_performance_box"
10706   output-file-type: ".html"
10707   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10709   filter: "'NIC_Intel-X710' and
10710            '64B' and
10711            ('IP4BASE' or
10712             'POLICE_MARK' or
10713             'COPWHLIST' or
10714             ('NAT44' and 'BASE') or
10715             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10716            'NDRPDR' and
10717            '1T1C' and
10718            'IP4FWD' and
10719            not 'IPSEC' and
10720            not 'VHOST'"
10721   parameters:
10722   - "throughput"
10723   - "parent"
10724   - "tags"
10725   sort:
10726   - "DOT1Q"
10727   - "IP4BASE"
10728   - "NAT44"
10729   - "POLICE_MARK"
10730   - "COPWHLIST"
10731   - "IACL"
10732   - "OACL"
10733   traces:
10734     hoverinfo: "x+y"
10735     boxpoints: "outliers"
10736     whiskerwidth: 0
10737   layout:
10738     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10739     layout: "plot-throughput"
10740
10741 - type: "plot"
10742   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10743   algorithm: "plot_performance_box"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10747   filter: "'NIC_Intel-X710' and
10748            '64B' and
10749            ('IP4BASE' or
10750             'POLICE_MARK' or
10751             'COPWHLIST' or
10752             ('NAT44' and 'BASE') or
10753             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10754            'NDRPDR' and
10755            '2T2C' and
10756            'IP4FWD' and
10757            not 'IPSEC' and
10758            not 'VHOST'"
10759   parameters:
10760   - "throughput"
10761   - "parent"
10762   - "tags"
10763   sort:
10764   - "DOT1Q"
10765   - "IP4BASE"
10766   - "NAT44"
10767   - "POLICE_MARK"
10768   - "COPWHLIST"
10769   - "IACL"
10770   - "OACL"
10771   traces:
10772     hoverinfo: "x+y"
10773     boxpoints: "outliers"
10774     whiskerwidth: 0
10775   layout:
10776     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10777     layout: "plot-throughput"
10778
10779 - type: "plot"
10780   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10781   algorithm: "plot_performance_box"
10782   output-file-type: ".html"
10783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10785   filter: "'NIC_Intel-X710' and
10786            '64B' and
10787            ('IP4BASE' or
10788             'POLICE_MARK' or
10789             'COPWHLIST' or
10790             ('NAT44' and 'BASE') or
10791             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10792            'NDRPDR' and
10793            '2T2C' and
10794            'IP4FWD' and
10795            not 'IPSEC' and
10796            not 'VHOST'"
10797   parameters:
10798   - "throughput"
10799   - "parent"
10800   - "tags"
10801   sort:
10802   - "DOT1Q"
10803   - "IP4BASE"
10804   - "NAT44"
10805   - "POLICE_MARK"
10806   - "COPWHLIST"
10807   - "IACL"
10808   - "OACL"
10809   traces:
10810     hoverinfo: "x+y"
10811     boxpoints: "outliers"
10812     whiskerwidth: 0
10813   layout:
10814     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10815     layout: "plot-throughput"
10816
10817 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10818 - type: "plot"
10819   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10820   algorithm: "plot_performance_box"
10821   output-file-type: ".html"
10822   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10824   filter: "'NIC_Intel-X710' and
10825            '64B' and
10826            'NDRPDR' and
10827            '2T1C' and
10828            'IP4FWD' and
10829            ('NAT44' or 'IP4BASE') and
10830            not 'IPSEC' and
10831            not 'VHOST'"
10832   parameters:
10833   - "throughput"
10834   - "parent"
10835   - "tags"
10836   sort:
10837   - "IP4BASE"
10838   - "BASE"
10839   - "SRC_USER_10"
10840   - "SRC_USER_100"
10841   - "SRC_USER_1000"
10842   - "SRC_USER_2000"
10843   traces:
10844     hoverinfo: "x+y"
10845     boxpoints: "outliers"
10846     whiskerwidth: 0
10847   layout:
10848     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10849     layout: "plot-throughput"
10850
10851 - type: "plot"
10852   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10853   algorithm: "plot_performance_box"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10857   filter: "'NIC_Intel-X710' and
10858            '64B' and
10859            'NDRPDR' and
10860            '2T1C' and
10861            'IP4FWD' and
10862            ('NAT44' or 'IP4BASE') and
10863            not 'IPSEC' and
10864            not 'VHOST'"
10865   parameters:
10866   - "throughput"
10867   - "parent"
10868   - "tags"
10869   sort:
10870   - "IP4BASE"
10871   - "BASE"
10872   - "SRC_USER_10"
10873   - "SRC_USER_100"
10874   - "SRC_USER_1000"
10875   - "SRC_USER_2000"
10876   traces:
10877     hoverinfo: "x+y"
10878     boxpoints: "outliers"
10879     whiskerwidth: 0
10880   layout:
10881     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10882     layout: "plot-throughput"
10883
10884 - type: "plot"
10885   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10886   algorithm: "plot_performance_box"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10890   filter: "'NIC_Intel-X710' and
10891            '64B' and
10892            'NDRPDR' and
10893            '4T2C' and
10894            'IP4FWD' and
10895            ('NAT44' or 'IP4BASE') and
10896            not 'IPSEC' and
10897            not 'VHOST'"
10898   parameters:
10899   - "throughput"
10900   - "parent"
10901   - "tags"
10902   sort:
10903   - "IP4BASE"
10904   - "BASE"
10905   - "SRC_USER_10"
10906   - "SRC_USER_100"
10907   - "SRC_USER_1000"
10908   - "SRC_USER_2000"
10909   traces:
10910     hoverinfo: "x+y"
10911     boxpoints: "outliers"
10912     whiskerwidth: 0
10913   layout:
10914     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10919   algorithm: "plot_performance_box"
10920   output-file-type: ".html"
10921   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10923   filter: "'NIC_Intel-X710' and
10924            '64B' and
10925            'NDRPDR' and
10926            '4T2C' and
10927            'IP4FWD' and
10928            ('NAT44' or 'IP4BASE') and
10929            not 'IPSEC' and
10930            not 'VHOST'"
10931   parameters:
10932   - "throughput"
10933   - "parent"
10934   - "tags"
10935   sort:
10936   - "IP4BASE"
10937   - "BASE"
10938   - "SRC_USER_10"
10939   - "SRC_USER_100"
10940   - "SRC_USER_1000"
10941   - "SRC_USER_2000"
10942   traces:
10943     hoverinfo: "x+y"
10944     boxpoints: "outliers"
10945     whiskerwidth: 0
10946   layout:
10947     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10948     layout: "plot-throughput"
10949
10950 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10951 - type: "plot"
10952   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10953   algorithm: "plot_performance_box"
10954   output-file-type: ".html"
10955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10957   filter: "'NIC_Intel-X710' and
10958            '64B' and
10959            'NDRPDR' and
10960            '2T1C' and
10961            'IP4FWD' and
10962            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10963            not 'IPSEC' and
10964            not 'VHOST'"
10965   parameters:
10966   - "throughput"
10967   - "parent"
10968   - "tags"
10969   sort:
10970   - "IP4BASE"
10971   - "ACL_STATELESS"
10972   - "ACL_STATEFUL"
10973   - "ACL_STATELESS"
10974   - "ACL_STATEFUL"
10975   traces:
10976     hoverinfo: "x+y"
10977     boxpoints: "outliers"
10978     whiskerwidth: 0
10979   layout:
10980     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10981     layout: "plot-throughput"
10982
10983 - type: "plot"
10984   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10985   algorithm: "plot_performance_box"
10986   output-file-type: ".html"
10987   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10989   filter: "'NIC_Intel-X710' and
10990            '64B' and
10991            'NDRPDR' and
10992            '2T1C' and
10993            'IP4FWD' and
10994            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10995            not 'IPSEC' and
10996            not 'VHOST'"
10997   parameters:
10998   - "throughput"
10999   - "parent"
11000   - "tags"
11001   sort:
11002   - "IP4BASE"
11003   - "ACL_STATELESS"
11004   - "ACL_STATEFUL"
11005   - "ACL_STATELESS"
11006   - "ACL_STATEFUL"
11007   traces:
11008     hoverinfo: "x+y"
11009     boxpoints: "outliers"
11010     whiskerwidth: 0
11011   layout:
11012     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11013     layout: "plot-throughput"
11014
11015 - type: "plot"
11016   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11017   algorithm: "plot_performance_box"
11018   output-file-type: ".html"
11019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11021   filter: "'NIC_Intel-X710' and
11022            '64B' and
11023            'NDRPDR' and
11024            '4T2C' and
11025            'IP4FWD' and
11026            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11027            not 'IPSEC' and
11028            not 'VHOST'"
11029   parameters:
11030   - "throughput"
11031   - "parent"
11032   - "tags"
11033   sort:
11034   - "IP4BASE"
11035   - "ACL_STATELESS"
11036   - "ACL_STATEFUL"
11037   - "ACL_STATELESS"
11038   - "ACL_STATEFUL"
11039   traces:
11040     hoverinfo: "x+y"
11041     boxpoints: "outliers"
11042     whiskerwidth: 0
11043   layout:
11044     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11045     layout: "plot-throughput"
11046
11047 - type: "plot"
11048   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11049   algorithm: "plot_performance_box"
11050   output-file-type: ".html"
11051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11053   filter: "'NIC_Intel-X710' and
11054            '64B' and
11055            'NDRPDR' and
11056            '4T2C' and
11057            'IP4FWD' and
11058            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11059            not 'IPSEC' and
11060            not 'VHOST'"
11061   parameters:
11062   - "throughput"
11063   - "parent"
11064   - "tags"
11065   sort:
11066   - "IP4BASE"
11067   - "ACL_STATELESS"
11068   - "ACL_STATEFUL"
11069   - "ACL_STATELESS"
11070   - "ACL_STATEFUL"
11071   traces:
11072     hoverinfo: "x+y"
11073     boxpoints: "outliers"
11074     whiskerwidth: 0
11075   layout:
11076     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11077     layout: "plot-throughput"
11078
11079 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11080 - type: "plot"
11081   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11082   algorithm: "plot_performance_box"
11083   output-file-type: ".html"
11084   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11086   filter: "'NIC_Intel-XL710' and
11087            '64B' and
11088            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11089            'NDRPDR' and
11090            '1T1C' and
11091            'IP4FWD' and
11092            not 'IPSEC' and
11093            not 'VHOST'"
11094   parameters:
11095   - "throughput"
11096   - "parent"
11097   - "tags"
11098   sort:
11099   - "IP4BASE"
11100   - "FIB_20K"
11101   - "FIB_200K"
11102   - "FIB_2M"
11103   traces:
11104     hoverinfo: "x+y"
11105     boxpoints: "outliers"
11106     whiskerwidth: 0
11107   layout:
11108     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11109     layout: "plot-throughput"
11110
11111 - type: "plot"
11112   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11113   algorithm: "plot_performance_box"
11114   output-file-type: ".html"
11115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11117   filter: "'NIC_Intel-XL710' and
11118            '64B' and
11119            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11120            'NDRPDR' and
11121            '1T1C' and
11122            'IP4FWD' and
11123            not 'IPSEC' and
11124            not 'VHOST'"
11125   parameters:
11126   - "throughput"
11127   - "parent"
11128   - "tags"
11129   sort:
11130   - "IP4BASE"
11131   - "FIB_20K"
11132   - "FIB_200K"
11133   - "FIB_2M"
11134   traces:
11135     hoverinfo: "x+y"
11136     boxpoints: "outliers"
11137     whiskerwidth: 0
11138   layout:
11139     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11140     layout: "plot-throughput"
11141
11142 - type: "plot"
11143   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11144   algorithm: "plot_performance_box"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11148   filter: "'NIC_Intel-XL710' and
11149            '64B' and
11150            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11151            'NDRPDR' and
11152            '2T2C' and
11153            'IP4FWD' and
11154            not 'IPSEC' and
11155            not 'VHOST'"
11156   parameters:
11157   - "throughput"
11158   - "parent"
11159   - "tags"
11160   sort:
11161   - "IP4BASE"
11162   - "FIB_20K"
11163   - "FIB_200K"
11164   - "FIB_2M"
11165   traces:
11166     hoverinfo: "x+y"
11167     boxpoints: "outliers"
11168     whiskerwidth: 0
11169   layout:
11170     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11171     layout: "plot-throughput"
11172
11173 - type: "plot"
11174   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11175   algorithm: "plot_performance_box"
11176   output-file-type: ".html"
11177   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11179   filter: "'NIC_Intel-XL710' and
11180            '64B' and
11181            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11182            'NDRPDR' and
11183            '2T2C' and
11184            'IP4FWD' and
11185            not 'IPSEC' and
11186            not 'VHOST'"
11187   parameters:
11188   - "throughput"
11189   - "parent"
11190   - "tags"
11191   sort:
11192   - "IP4BASE"
11193   - "FIB_20K"
11194   - "FIB_200K"
11195   - "FIB_2M"
11196   traces:
11197     hoverinfo: "x+y"
11198     boxpoints: "outliers"
11199     whiskerwidth: 0
11200   layout:
11201     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11202     layout: "plot-throughput"
11203
11204 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11205 - type: "plot"
11206   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11207   algorithm: "plot_performance_box"
11208   output-file-type: ".html"
11209   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11211   filter: "'NIC_Intel-X710' and
11212            '64B' and
11213            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11214            'NDRPDR' and
11215            '2T1C' and
11216            'IP4FWD' and
11217            not 'IPSEC' and
11218            not 'DOT1Q' and
11219            not 'VHOST'"
11220   parameters:
11221   - "throughput"
11222   - "parent"
11223   - "tags"
11224   sort:
11225   - "IP4BASE"
11226   - "FIB_20K"
11227   - "FIB_200K"
11228   - "FIB_2M"
11229   traces:
11230     hoverinfo: "x+y"
11231     boxpoints: "outliers"
11232     whiskerwidth: 0
11233   layout:
11234     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11235     layout: "plot-throughput"
11236
11237 - type: "plot"
11238   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11239   algorithm: "plot_performance_box"
11240   output-file-type: ".html"
11241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11243   filter: "'NIC_Intel-X710' and
11244            '64B' and
11245            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11246            'NDRPDR' and
11247            '2T1C' and
11248            'IP4FWD' and
11249            not 'IPSEC' and
11250            not 'DOT1Q' and
11251            not 'VHOST'"
11252   parameters:
11253   - "throughput"
11254   - "parent"
11255   - "tags"
11256   sort:
11257   - "IP4BASE"
11258   - "FIB_20K"
11259   - "FIB_200K"
11260   - "FIB_2M"
11261   traces:
11262     hoverinfo: "x+y"
11263     boxpoints: "outliers"
11264     whiskerwidth: 0
11265   layout:
11266     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11267     layout: "plot-throughput"
11268
11269 - type: "plot"
11270   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11271   algorithm: "plot_performance_box"
11272   output-file-type: ".html"
11273   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11275   filter: "'NIC_Intel-X710' and
11276            '64B' and
11277            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11278            'NDRPDR' and
11279            '4T2C' and
11280            'IP4FWD' and
11281            not 'IPSEC' and
11282            not 'DOT1Q' and
11283            not 'VHOST'"
11284   parameters:
11285   - "throughput"
11286   - "parent"
11287   - "tags"
11288   sort:
11289   - "IP4BASE"
11290   - "FIB_20K"
11291   - "FIB_200K"
11292   - "FIB_2M"
11293   traces:
11294     hoverinfo: "x+y"
11295     boxpoints: "outliers"
11296     whiskerwidth: 0
11297   layout:
11298     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11299     layout: "plot-throughput"
11300
11301 - type: "plot"
11302   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11303   algorithm: "plot_performance_box"
11304   output-file-type: ".html"
11305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11307   filter: "'NIC_Intel-X710' and
11308            '64B' and
11309            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11310            'NDRPDR' and
11311            '4T2C' and
11312            'IP4FWD' and
11313            not 'IPSEC' and
11314            not 'DOT1Q' and
11315            not 'VHOST'"
11316   parameters:
11317   - "throughput"
11318   - "parent"
11319   - "tags"
11320   sort:
11321   - "IP4BASE"
11322   - "FIB_20K"
11323   - "FIB_200K"
11324   - "FIB_2M"
11325   traces:
11326     hoverinfo: "x+y"
11327     boxpoints: "outliers"
11328     whiskerwidth: 0
11329   layout:
11330     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11331     layout: "plot-throughput"
11332
11333 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11334 - type: "plot"
11335   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11336   algorithm: "plot_performance_box"
11337   output-file-type: ".html"
11338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11340   filter: "'NIC_Intel-X710' and
11341            '64B' and
11342            ('IP4BASE' or
11343             'POLICE_MARK' or
11344             'COPWHLIST' or
11345             ('NAT44' and 'BASE') or
11346             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11347            'NDRPDR' and
11348            '2T1C' and
11349            'IP4FWD' and
11350            not 'IPSEC' and
11351            not 'VHOST'"
11352   parameters:
11353   - "throughput"
11354   - "parent"
11355   - "tags"
11356   sort:
11357   - "DOT1Q"
11358   - "IP4BASE"
11359   - "NAT44"
11360   - "POLICE_MARK"
11361   - "COPWHLIST"
11362   - "IACL"
11363   - "OACL"
11364   traces:
11365     hoverinfo: "x+y"
11366     boxpoints: "outliers"
11367     whiskerwidth: 0
11368   layout:
11369     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11370     layout: "plot-throughput"
11371
11372 - type: "plot"
11373   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11374   algorithm: "plot_performance_box"
11375   output-file-type: ".html"
11376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11378   filter: "'NIC_Intel-X710' and
11379            '64B' and
11380            ('IP4BASE' or
11381             'POLICE_MARK' or
11382             'COPWHLIST' or
11383             ('NAT44' and 'BASE') or
11384             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11385            'NDRPDR' and
11386            '2T1C' and
11387            'IP4FWD' and
11388            not 'IPSEC' and
11389            not 'VHOST'"
11390   parameters:
11391   - "throughput"
11392   - "parent"
11393   - "tags"
11394   sort:
11395   - "DOT1Q"
11396   - "IP4BASE"
11397   - "NAT44"
11398   - "POLICE_MARK"
11399   - "COPWHLIST"
11400   - "IACL"
11401   - "OACL"
11402   traces:
11403     hoverinfo: "x+y"
11404     boxpoints: "outliers"
11405     whiskerwidth: 0
11406   layout:
11407     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11408     layout: "plot-throughput"
11409
11410 - type: "plot"
11411   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11412   algorithm: "plot_performance_box"
11413   output-file-type: ".html"
11414   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11416   filter: "'NIC_Intel-X710' and
11417            '64B' and
11418            ('IP4BASE' or
11419             'POLICE_MARK' or
11420             'COPWHLIST' or
11421             ('NAT44' and 'BASE') or
11422             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11423            'NDRPDR' and
11424            '4T2C' and
11425            'IP4FWD' and
11426            not 'IPSEC' and
11427            not 'VHOST'"
11428   parameters:
11429   - "throughput"
11430   - "parent"
11431   - "tags"
11432   sort:
11433   - "DOT1Q"
11434   - "IP4BASE"
11435   - "NAT44"
11436   - "POLICE_MARK"
11437   - "COPWHLIST"
11438   - "IACL"
11439   - "OACL"
11440   traces:
11441     hoverinfo: "x+y"
11442     boxpoints: "outliers"
11443     whiskerwidth: 0
11444   layout:
11445     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11446     layout: "plot-throughput"
11447
11448 - type: "plot"
11449   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11450   algorithm: "plot_performance_box"
11451   output-file-type: ".html"
11452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11454   filter: "'NIC_Intel-X710' and
11455            '64B' and
11456            ('IP4BASE' or
11457             'POLICE_MARK' or
11458             'COPWHLIST' or
11459             ('NAT44' and 'BASE') or
11460             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11461            'NDRPDR' and
11462            '4T2C' and
11463            'IP4FWD' and
11464            not 'IPSEC' and
11465            not 'VHOST'"
11466   parameters:
11467   - "throughput"
11468   - "parent"
11469   - "tags"
11470   sort:
11471   - "DOT1Q"
11472   - "IP4BASE"
11473   - "NAT44"
11474   - "POLICE_MARK"
11475   - "COPWHLIST"
11476   - "IACL"
11477   - "OACL"
11478   traces:
11479     hoverinfo: "x+y"
11480     boxpoints: "outliers"
11481     whiskerwidth: 0
11482   layout:
11483     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11484     layout: "plot-throughput"
11485
11486 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11487 - type: "plot"
11488   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11489   algorithm: "plot_performance_box"
11490   output-file-type: ".html"
11491   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11493   filter: "'NIC_Intel-X710' and
11494            '64B' and
11495            'NDRPDR' and
11496            '1T1C' and
11497            'IP4FWD' and
11498            ('NAT44' or 'IP4BASE') and
11499            not 'IPSEC' and
11500            not 'VHOST'"
11501   parameters:
11502   - "throughput"
11503   - "parent"
11504   - "tags"
11505   sort:
11506   - "IP4BASE"
11507   - "BASE"
11508   - "SRC_USER_10"
11509   - "SRC_USER_100"
11510   - "SRC_USER_1000"
11511   - "SRC_USER_2000"
11512   traces:
11513     hoverinfo: "x+y"
11514     boxpoints: "outliers"
11515     whiskerwidth: 0
11516   layout:
11517     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11518     layout: "plot-throughput"
11519
11520 - type: "plot"
11521   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11522   algorithm: "plot_performance_box"
11523   output-file-type: ".html"
11524   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11526   filter: "'NIC_Intel-X710' and
11527            '64B' and
11528            'NDRPDR' and
11529            '1T1C' and
11530            'IP4FWD' and
11531            ('NAT44' or 'IP4BASE') and
11532            not 'IPSEC' and
11533            not 'VHOST'"
11534   parameters:
11535   - "throughput"
11536   - "parent"
11537   - "tags"
11538   sort:
11539   - "IP4BASE"
11540   - "BASE"
11541   - "SRC_USER_10"
11542   - "SRC_USER_100"
11543   - "SRC_USER_1000"
11544   - "SRC_USER_2000"
11545   traces:
11546     hoverinfo: "x+y"
11547     boxpoints: "outliers"
11548     whiskerwidth: 0
11549   layout:
11550     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11551     layout: "plot-throughput"
11552
11553 - type: "plot"
11554   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11555   algorithm: "plot_performance_box"
11556   output-file-type: ".html"
11557   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11559   filter: "'NIC_Intel-X710' and
11560            '64B' and
11561            'NDRPDR' and
11562            '2T2C' and
11563            'IP4FWD' and
11564            ('NAT44' or 'IP4BASE') and
11565            not 'IPSEC' and
11566            not 'VHOST'"
11567   parameters:
11568   - "throughput"
11569   - "parent"
11570   - "tags"
11571   sort:
11572   - "IP4BASE"
11573   - "BASE"
11574   - "SRC_USER_10"
11575   - "SRC_USER_100"
11576   - "SRC_USER_1000"
11577   - "SRC_USER_2000"
11578   traces:
11579     hoverinfo: "x+y"
11580     boxpoints: "outliers"
11581     whiskerwidth: 0
11582   layout:
11583     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11584     layout: "plot-throughput"
11585
11586 - type: "plot"
11587   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11588   algorithm: "plot_performance_box"
11589   output-file-type: ".html"
11590   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11592   filter: "'NIC_Intel-X710' and
11593            '64B' and
11594            'NDRPDR' and
11595            '2T2C' and
11596            'IP4FWD' and
11597            ('NAT44' or 'IP4BASE') and
11598            not 'IPSEC' and
11599            not 'VHOST'"
11600   parameters:
11601   - "throughput"
11602   - "parent"
11603   - "tags"
11604   sort:
11605   - "IP4BASE"
11606   - "BASE"
11607   - "SRC_USER_10"
11608   - "SRC_USER_100"
11609   - "SRC_USER_1000"
11610   - "SRC_USER_2000"
11611   traces:
11612     hoverinfo: "x+y"
11613     boxpoints: "outliers"
11614     whiskerwidth: 0
11615   layout:
11616     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11617     layout: "plot-throughput"
11618
11619 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11620 - type: "plot"
11621   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11622   algorithm: "plot_performance_box"
11623   output-file-type: ".html"
11624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11626   filter: "'NIC_Intel-X710' and
11627            '64B' and
11628            'NDRPDR' and
11629            '1T1C' and
11630            'IP4FWD' and
11631            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11632            not 'IPSEC' and
11633            not 'VHOST'"
11634   parameters:
11635   - "throughput"
11636   - "parent"
11637   - "tags"
11638   sort:
11639   - "IP4BASE"
11640   - "ACL_STATELESS"
11641   - "ACL_STATEFUL"
11642   - "ACL_STATELESS"
11643   - "ACL_STATEFUL"
11644   traces:
11645     hoverinfo: "x+y"
11646     boxpoints: "outliers"
11647     whiskerwidth: 0
11648   layout:
11649     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11650     layout: "plot-throughput"
11651
11652 - type: "plot"
11653   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11654   algorithm: "plot_performance_box"
11655   output-file-type: ".html"
11656   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11658   filter: "'NIC_Intel-X710' and
11659            '64B' and
11660            'NDRPDR' and
11661            '1T1C' and
11662            'IP4FWD' and
11663            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11664            not 'IPSEC' and
11665            not 'VHOST'"
11666   parameters:
11667   - "throughput"
11668   - "parent"
11669   - "tags"
11670   sort:
11671   - "IP4BASE"
11672   - "ACL_STATELESS"
11673   - "ACL_STATEFUL"
11674   - "ACL_STATELESS"
11675   - "ACL_STATEFUL"
11676   traces:
11677     hoverinfo: "x+y"
11678     boxpoints: "outliers"
11679     whiskerwidth: 0
11680   layout:
11681     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11682     layout: "plot-throughput"
11683
11684 - type: "plot"
11685   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11686   algorithm: "plot_performance_box"
11687   output-file-type: ".html"
11688   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11690   filter: "'NIC_Intel-X710' and
11691            '64B' and
11692            'NDRPDR' and
11693            '2T2C' and
11694            'IP4FWD' and
11695            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11696            not 'IPSEC' and
11697            not 'VHOST'"
11698   parameters:
11699   - "throughput"
11700   - "parent"
11701   - "tags"
11702   sort:
11703   - "IP4BASE"
11704   - "ACL_STATELESS"
11705   - "ACL_STATEFUL"
11706   - "ACL_STATELESS"
11707   - "ACL_STATEFUL"
11708   traces:
11709     hoverinfo: "x+y"
11710     boxpoints: "outliers"
11711     whiskerwidth: 0
11712   layout:
11713     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11718   algorithm: "plot_performance_box"
11719   output-file-type: ".html"
11720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11722   filter: "'NIC_Intel-X710' and
11723            '64B' and
11724            'NDRPDR' and
11725            '2T2C' and
11726            'IP4FWD' and
11727            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11728            not 'IPSEC' and
11729            not 'VHOST'"
11730   parameters:
11731   - "throughput"
11732   - "parent"
11733   - "tags"
11734   sort:
11735   - "IP4BASE"
11736   - "ACL_STATELESS"
11737   - "ACL_STATEFUL"
11738   - "ACL_STATELESS"
11739   - "ACL_STATEFUL"
11740   traces:
11741     hoverinfo: "x+y"
11742     boxpoints: "outliers"
11743     whiskerwidth: 0
11744   layout:
11745     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11746     layout: "plot-throughput"
11747
11748 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11749 - type: "plot"
11750   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11751   algorithm: "plot_performance_box"
11752   output-file-type: ".html"
11753   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11755   filter: "'NIC_Intel-X710' and
11756            '64B' and
11757            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11758            'NDRPDR' and
11759            '2T1C' and
11760            'IP4FWD' and
11761            not 'IPSEC' and
11762            not 'DOT1Q' and
11763            not 'VHOST'"
11764   parameters:
11765   - "throughput"
11766   - "parent"
11767   - "tags"
11768   sort:
11769   - "IP4BASE"
11770   - "FIB_20K"
11771   - "FIB_200K"
11772   - "FIB_2M"
11773   traces:
11774     hoverinfo: "x+y"
11775     boxpoints: "outliers"
11776     whiskerwidth: 0
11777   layout:
11778     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11779     layout: "plot-throughput"
11780
11781 - type: "plot"
11782   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11783   algorithm: "plot_performance_box"
11784   output-file-type: ".html"
11785   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11787   filter: "'NIC_Intel-X710' and
11788            '64B' and
11789            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11790            'NDRPDR' and
11791            '2T1C' and
11792            'IP4FWD' and
11793            not 'IPSEC' and
11794            not 'DOT1Q' and
11795            not 'VHOST'"
11796   parameters:
11797   - "throughput"
11798   - "parent"
11799   - "tags"
11800   sort:
11801   - "IP4BASE"
11802   - "FIB_20K"
11803   - "FIB_200K"
11804   - "FIB_2M"
11805   traces:
11806     hoverinfo: "x+y"
11807     boxpoints: "outliers"
11808     whiskerwidth: 0
11809   layout:
11810     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11815   algorithm: "plot_performance_box"
11816   output-file-type: ".html"
11817   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11819   filter: "'NIC_Intel-X710' and
11820            '64B' and
11821            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11822            'NDRPDR' and
11823            '4T2C' and
11824            'IP4FWD' and
11825            not 'IPSEC' and
11826            not 'DOT1Q' and
11827            not 'VHOST'"
11828   parameters:
11829   - "throughput"
11830   - "parent"
11831   - "tags"
11832   sort:
11833   - "IP4BASE"
11834   - "FIB_20K"
11835   - "FIB_200K"
11836   - "FIB_2M"
11837   traces:
11838     hoverinfo: "x+y"
11839     boxpoints: "outliers"
11840     whiskerwidth: 0
11841   layout:
11842     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11847   algorithm: "plot_performance_box"
11848   output-file-type: ".html"
11849   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11851   filter: "'NIC_Intel-X710' and
11852            '64B' and
11853            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11854            'NDRPDR' and
11855            '4T2C' and
11856            'IP4FWD' and
11857            not 'IPSEC' and
11858            not 'DOT1Q' and
11859            not 'VHOST'"
11860   parameters:
11861   - "throughput"
11862   - "parent"
11863   - "tags"
11864   sort:
11865   - "IP4BASE"
11866   - "FIB_20K"
11867   - "FIB_200K"
11868   - "FIB_2M"
11869   traces:
11870     hoverinfo: "x+y"
11871     boxpoints: "outliers"
11872     whiskerwidth: 0
11873   layout:
11874     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11875     layout: "plot-throughput"
11876
11877 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11878 - type: "plot"
11879   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11880   algorithm: "plot_performance_box"
11881   output-file-type: ".html"
11882   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884   filter: "'NIC_Intel-X710' and
11885            '64B' and
11886            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11887            'NDRPDR' and
11888            '2T1C' and
11889            'IP4FWD' and
11890            not 'IPSEC' and
11891            not 'DOT1Q' and
11892            not 'VHOST'"
11893   parameters:
11894   - "throughput"
11895   - "parent"
11896   - "tags"
11897   sort:
11898   - "IP4BASE"
11899   - "ACL_STATELESS"
11900   - "ACL_STATEFUL"
11901   - "ACL_STATELESS"
11902   - "ACL_STATEFUL"
11903   traces:
11904     hoverinfo: "x+y"
11905     boxpoints: "outliers"
11906     whiskerwidth: 0
11907   layout:
11908     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11913   algorithm: "plot_performance_box"
11914   output-file-type: ".html"
11915   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11917   filter: "'NIC_Intel-X710' and
11918            '64B' and
11919            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11920            'NDRPDR' and
11921            '2T1C' and
11922            'IP4FWD' and
11923            not 'IPSEC' and
11924            not 'DOT1Q' and
11925            not 'VHOST'"
11926   parameters:
11927   - "throughput"
11928   - "parent"
11929   - "tags"
11930   sort:
11931   - "IP4BASE"
11932   - "ACL_STATELESS"
11933   - "ACL_STATEFUL"
11934   - "ACL_STATELESS"
11935   - "ACL_STATEFUL"
11936   traces:
11937     hoverinfo: "x+y"
11938     boxpoints: "outliers"
11939     whiskerwidth: 0
11940   layout:
11941     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11946   algorithm: "plot_performance_box"
11947   output-file-type: ".html"
11948   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11950   filter: "'NIC_Intel-X710' and
11951            '64B' and
11952            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11953            'NDRPDR' and
11954            '4T2C' and
11955            'IP4FWD' and
11956            not 'IPSEC' and
11957            not 'DOT1Q' and
11958            not 'VHOST'"
11959   parameters:
11960   - "throughput"
11961   - "parent"
11962   - "tags"
11963   sort:
11964   - "IP4BASE"
11965   - "ACL_STATELESS"
11966   - "ACL_STATEFUL"
11967   - "ACL_STATELESS"
11968   - "ACL_STATEFUL"
11969   traces:
11970     hoverinfo: "x+y"
11971     boxpoints: "outliers"
11972     whiskerwidth: 0
11973   layout:
11974     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11979   algorithm: "plot_performance_box"
11980   output-file-type: ".html"
11981   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11983   filter: "'NIC_Intel-X710' and
11984            '64B' and
11985            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11986            'NDRPDR' and
11987            '4T2C' and
11988            'IP4FWD' and
11989            not 'IPSEC' and
11990            not 'DOT1Q' and
11991            not 'VHOST'"
11992   parameters:
11993   - "throughput"
11994   - "parent"
11995   - "tags"
11996   sort:
11997   - "IP4BASE"
11998   - "ACL_STATELESS"
11999   - "ACL_STATEFUL"
12000   - "ACL_STATELESS"
12001   - "ACL_STATEFUL"
12002   traces:
12003     hoverinfo: "x+y"
12004     boxpoints: "outliers"
12005     whiskerwidth: 0
12006   layout:
12007     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12008     layout: "plot-throughput"
12009
12010 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12011 - type: "plot"
12012   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12013   algorithm: "plot_performance_box"
12014   output-file-type: ".html"
12015   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12017   filter: "'NIC_Intel-XXV710' and
12018            '64B' and
12019            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12020            'NDRPDR' and
12021            '2T1C' and
12022            'IP4FWD' and
12023            not 'IPSEC' and
12024            not 'DOT1Q' and
12025            not 'VHOST'"
12026   parameters:
12027   - "throughput"
12028   - "parent"
12029   - "tags"
12030   sort:
12031   - "IP4BASE"
12032   - "FIB_20K"
12033   - "FIB_200K"
12034   - "FIB_2M"
12035   traces:
12036     hoverinfo: "x+y"
12037     boxpoints: "outliers"
12038     whiskerwidth: 0
12039   layout:
12040     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12045   algorithm: "plot_performance_box"
12046   output-file-type: ".html"
12047   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12049   filter: "'NIC_Intel-XXV710' and
12050            '64B' and
12051            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12052            'NDRPDR' and
12053            '2T1C' and
12054            'IP4FWD' and
12055            not 'IPSEC' and
12056            not 'DOT1Q' and
12057            not 'VHOST'"
12058   parameters:
12059   - "throughput"
12060   - "parent"
12061   - "tags"
12062   sort:
12063   - "IP4BASE"
12064   - "FIB_20K"
12065   - "FIB_200K"
12066   - "FIB_2M"
12067   traces:
12068     hoverinfo: "x+y"
12069     boxpoints: "outliers"
12070     whiskerwidth: 0
12071   layout:
12072     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12073     layout: "plot-throughput"
12074
12075 - type: "plot"
12076   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12077   algorithm: "plot_performance_box"
12078   output-file-type: ".html"
12079   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12081   filter: "'NIC_Intel-XXV710' and
12082            '64B' and
12083            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12084            'NDRPDR' and
12085            '4T2C' and
12086            'IP4FWD' and
12087            not 'IPSEC' and
12088            not 'DOT1Q' and
12089            not 'VHOST'"
12090   parameters:
12091   - "throughput"
12092   - "parent"
12093   - "tags"
12094   sort:
12095   - "IP4BASE"
12096   - "FIB_20K"
12097   - "FIB_200K"
12098   - "FIB_2M"
12099   traces:
12100     hoverinfo: "x+y"
12101     boxpoints: "outliers"
12102     whiskerwidth: 0
12103   layout:
12104     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12105     layout: "plot-throughput"
12106
12107 - type: "plot"
12108   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12109   algorithm: "plot_performance_box"
12110   output-file-type: ".html"
12111   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12113   filter: "'NIC_Intel-XXV710' and
12114            '64B' and
12115            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12116            'NDRPDR' and
12117            '4T2C' and
12118            'IP4FWD' and
12119            not 'IPSEC' and
12120            not 'DOT1Q' and
12121            not 'VHOST'"
12122   parameters:
12123   - "throughput"
12124   - "parent"
12125   - "tags"
12126   sort:
12127   - "IP4BASE"
12128   - "FIB_20K"
12129   - "FIB_200K"
12130   - "FIB_2M"
12131   traces:
12132     hoverinfo: "x+y"
12133     boxpoints: "outliers"
12134     whiskerwidth: 0
12135   layout:
12136     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12137     layout: "plot-throughput"
12138
12139 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12140 #- type: "plot"
12141 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12142 #  algorithm: "plot_performance_box"
12143 #  output-file-type: ".html"
12144 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12145 #  data: "intel-dnv-vpp"
12146 #  filter: "'NIC_Intel-X553' and
12147 #           '64B' and
12148 #           'IP4BASE' and
12149 #           'NDRPDR' and
12150 #           '1T1C' and
12151 #           'IP4FWD' and
12152 #           not 'IPSEC' and
12153 #           not 'VHOST'"
12154 #  parameters:
12155 #  - "throughput"
12156 #  - "parent"
12157 #  - "tags"
12158 #  sort:
12159 #  - "IP4BASE"
12160 #  traces:
12161 #    hoverinfo: "x+y"
12162 #    boxpoints: "outliers"
12163 #    whiskerwidth: 0
12164 #  layout:
12165 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12166 #    layout: "plot-throughput"
12167 #
12168 #- type: "plot"
12169 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12170 #  algorithm: "plot_performance_box"
12171 #  output-file-type: ".html"
12172 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12173 #  data: "intel-dnv-vpp"
12174 #  filter: "'NIC_Intel-X553' and
12175 #           '64B' and
12176 #           'IP4BASE' and
12177 #           'NDRPDR' and
12178 #           '1T1C' and
12179 #           'IP4FWD' and
12180 #           not 'IPSEC' and
12181 #           not 'VHOST'"
12182 #  parameters:
12183 #  - "throughput"
12184 #  - "parent"
12185 #  - "tags"
12186 #  sort:
12187 #  - "IP4BASE"
12188 #  traces:
12189 #    hoverinfo: "x+y"
12190 #    boxpoints: "outliers"
12191 #    whiskerwidth: 0
12192 #  layout:
12193 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12194 #    layout: "plot-throughput"
12195 #
12196 #- type: "plot"
12197 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12198 #  algorithm: "plot_performance_box"
12199 #  output-file-type: ".html"
12200 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12201 #  data: "intel-dnv-vpp"
12202 #  filter: "'NIC_Intel-X553' and
12203 #           '64B' and
12204 #           'IP4BASE' and
12205 #           'NDRPDR' and
12206 #           '2T2C' and
12207 #           'IP4FWD' and
12208 #           not 'IPSEC' and
12209 #           not 'VHOST'"
12210 #  parameters:
12211 #  - "throughput"
12212 #  - "parent"
12213 #  - "tags"
12214 #  sort:
12215 #  - "IP4BASE"
12216 #  traces:
12217 #    hoverinfo: "x+y"
12218 #    boxpoints: "outliers"
12219 #    whiskerwidth: 0
12220 #  layout:
12221 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12222 #    layout: "plot-throughput"
12223 #
12224 #- type: "plot"
12225 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12226 #  algorithm: "plot_performance_box"
12227 #  output-file-type: ".html"
12228 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12229 #  data: "intel-dnv-vpp"
12230 #  filter: "'NIC_Intel-X553' and
12231 #           '64B' and
12232 #           'IP4BASE' and
12233 #           'NDRPDR' and
12234 #           '2T2C' and
12235 #           'IP4FWD' and
12236 #           not 'IPSEC' and
12237 #           not 'VHOST'"
12238 #  parameters:
12239 #  - "throughput"
12240 #  - "parent"
12241 #  - "tags"
12242 #  sort:
12243 #  - "IP4BASE"
12244 #  traces:
12245 #    hoverinfo: "x+y"
12246 #    boxpoints: "outliers"
12247 #    whiskerwidth: 0
12248 #  layout:
12249 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12250 #    layout: "plot-throughput"
12251
12252 ################################################################################
12253
12254 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12255 - type: "plot"
12256   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12257   algorithm: "plot_performance_box"
12258   output-file-type: ".html"
12259   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12261   filter: "'NIC_Intel-X520-DA2' and
12262            '64B' and
12263            'ENCAP' and
12264            'NDRPDR' and
12265            '1T1C' and
12266            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12267            not 'DOT1Q' and
12268            not 'VHOST' and
12269            not 'IPSECHW'"
12270   parameters:
12271   - "throughput"
12272   - "parent"
12273   - "tags"
12274   sort:
12275   - "IP4BASE"
12276   - "L2BDMACLRN"
12277   - "L2XCFWD"
12278   - "LISP"
12279   traces:
12280     hoverinfo: "x+y"
12281     boxpoints: "outliers"
12282     whiskerwidth: 0
12283   layout:
12284     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12289   algorithm: "plot_performance_box"
12290   output-file-type: ".html"
12291   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12293   filter: "'NIC_Intel-X520-DA2' and
12294            '64B' and
12295            'ENCAP' and
12296            'NDRPDR' and
12297            '2T2C' and
12298            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12299            not 'DOT1Q' and
12300            not 'VHOST' and
12301            not 'IPSECHW'"
12302   parameters:
12303   - "throughput"
12304   - "parent"
12305   - "tags"
12306   sort:
12307   - "IP4BASE"
12308   - "L2BDMACLRN"
12309   - "L2XCFWD"
12310   - "LISP"
12311   traces:
12312     hoverinfo: "x+y"
12313     boxpoints: "outliers"
12314     whiskerwidth: 0
12315   layout:
12316     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12321   algorithm: "plot_performance_box"
12322   output-file-type: ".html"
12323   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12325   filter: "'NIC_Intel-X520-DA2' and
12326            '64B' and
12327            'ENCAP' and
12328            'NDRPDR' and
12329            '1T1C' and
12330            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12331            not 'DOT1Q' and
12332            not 'VHOST' and
12333            not 'IPSECHW'"
12334   parameters:
12335   - "throughput"
12336   - "parent"
12337   - "tags"
12338   sort:
12339   - "IP4BASE"
12340   - "L2BDMACLRN"
12341   - "L2XCFWD"
12342   - "LISP"
12343   traces:
12344     hoverinfo: "x+y"
12345     boxpoints: "outliers"
12346     whiskerwidth: 0
12347   layout:
12348     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12353   algorithm: "plot_performance_box"
12354   output-file-type: ".html"
12355   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12357   filter: "'NIC_Intel-X520-DA2' and
12358            '64B' and
12359            'ENCAP' and
12360            'NDRPDR' and
12361            '2T2C' and
12362            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12363            not 'DOT1Q' and
12364            not 'VHOST' and
12365            not 'IPSECHW'"
12366   parameters:
12367   - "throughput"
12368   - "parent"
12369   - "tags"
12370   sort:
12371   - "IP4BASE"
12372   - "L2BDMACLRN"
12373   - "L2XCFWD"
12374   - "LISP"
12375   traces:
12376     hoverinfo: "x+y"
12377     boxpoints: "outliers"
12378     whiskerwidth: 0
12379   layout:
12380     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12381     layout: "plot-throughput"
12382
12383 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12384 - type: "plot"
12385   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12386   algorithm: "plot_performance_box"
12387   output-file-type: ".html"
12388   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12390   filter: "'NIC_Intel-X710' and
12391            '64B' and
12392            'ENCAP' and
12393            'NDRPDR' and
12394            '1T1C' and
12395            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12396            not 'VHOST' and
12397            not 'IPSECHW'"
12398   parameters:
12399   - "throughput"
12400   - "parent"
12401   - "tags"
12402   sort:
12403   - "IP4BASE"
12404   - "LISP"
12405   - "VXLAN_1"
12406   - "VXLAN_10"
12407   - "VXLAN_100"
12408   - "VXLAN_1000"
12409   traces:
12410     hoverinfo: "x+y"
12411     boxpoints: "outliers"
12412     whiskerwidth: 0
12413   layout:
12414     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12419   algorithm: "plot_performance_box"
12420   output-file-type: ".html"
12421   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12423   filter: "'NIC_Intel-X710' and
12424            '64B' and
12425            'ENCAP' and
12426            'NDRPDR' and
12427            '1T1C' and
12428            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12429            not 'VHOST' and
12430            not 'IPSECHW'"
12431   parameters:
12432   - "throughput"
12433   - "parent"
12434   - "tags"
12435   sort:
12436   - "IP4BASE"
12437   - "LISP"
12438   - "VXLAN_1"
12439   - "VXLAN_10"
12440   - "VXLAN_100"
12441   - "VXLAN_1000"
12442   traces:
12443     hoverinfo: "x+y"
12444     boxpoints: "outliers"
12445     whiskerwidth: 0
12446   layout:
12447     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12452   algorithm: "plot_performance_box"
12453   output-file-type: ".html"
12454   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12456   filter: "'NIC_Intel-X710' and
12457            '64B' and
12458            'ENCAP' and
12459            'NDRPDR' and
12460            '2T2C' and
12461            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12462            not 'VHOST' and
12463            not 'IPSECHW'"
12464   parameters:
12465   - "throughput"
12466   - "parent"
12467   - "tags"
12468   sort:
12469   - "IP4BASE"
12470   - "LISP"
12471   - "VXLAN_1"
12472   - "VXLAN_10"
12473   - "VXLAN_100"
12474   - "VXLAN_1000"
12475   traces:
12476     hoverinfo: "x+y"
12477     boxpoints: "outliers"
12478     whiskerwidth: 0
12479   layout:
12480     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12485   algorithm: "plot_performance_box"
12486   output-file-type: ".html"
12487   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   filter: "'NIC_Intel-X710' and
12490            '64B' and
12491            'ENCAP' and
12492            'NDRPDR' and
12493            '2T2C' and
12494            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12495            not 'VHOST' and
12496            not 'IPSECHW'"
12497   parameters:
12498   - "throughput"
12499   - "parent"
12500   - "tags"
12501   sort:
12502   - "IP4BASE"
12503   - "LISP"
12504   - "VXLAN_1"
12505   - "VXLAN_10"
12506   - "VXLAN_100"
12507   - "VXLAN_1000"
12508   traces:
12509     hoverinfo: "x+y"
12510     boxpoints: "outliers"
12511     whiskerwidth: 0
12512   layout:
12513     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12514     layout: "plot-throughput"
12515
12516 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12517 - type: "plot"
12518   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12519   algorithm: "plot_performance_box"
12520   output-file-type: ".html"
12521   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12523   filter: "'NIC_Intel-X710' and
12524            '64B' and
12525            'ENCAP' and
12526            'NDRPDR' and
12527            '1T1C' and
12528            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12529            not 'DOT1Q' and
12530            not 'VHOST' and
12531            not 'IPSECHW'"
12532   parameters:
12533   - "throughput"
12534   - "parent"
12535   - "tags"
12536   sort:
12537   - "IP4BASE"
12538   - "L2BDMACLRN"
12539   - "L2XCFWD"
12540   - "LISP"
12541   traces:
12542     hoverinfo: "x+y"
12543     boxpoints: "outliers"
12544     whiskerwidth: 0
12545   layout:
12546     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12551   algorithm: "plot_performance_box"
12552   output-file-type: ".html"
12553   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12555   filter: "'NIC_Intel-X710' and
12556            '64B' and
12557            'ENCAP' and
12558            'NDRPDR' and
12559            '2T2C' and
12560            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12561            not 'DOT1Q' and
12562            not 'VHOST' and
12563            not 'IPSECHW'"
12564   parameters:
12565   - "throughput"
12566   - "parent"
12567   - "tags"
12568   sort:
12569   - "IP4BASE"
12570   - "L2BDMACLRN"
12571   - "L2XCFWD"
12572   - "LISP"
12573   traces:
12574     hoverinfo: "x+y"
12575     boxpoints: "outliers"
12576     whiskerwidth: 0
12577   layout:
12578     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12583   algorithm: "plot_performance_box"
12584   output-file-type: ".html"
12585   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12587   filter: "'NIC_Intel-X710' and
12588            '64B' and
12589            'ENCAP' and
12590            'NDRPDR' and
12591            '1T1C' and
12592            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12593            not 'DOT1Q' and
12594            not 'VHOST' and
12595            not 'IPSECHW'"
12596   parameters:
12597   - "throughput"
12598   - "parent"
12599   - "tags"
12600   sort:
12601   - "IP4BASE"
12602   - "L2BDMACLRN"
12603   - "L2XCFWD"
12604   - "LISP"
12605   traces:
12606     hoverinfo: "x+y"
12607     boxpoints: "outliers"
12608     whiskerwidth: 0
12609   layout:
12610     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12615   algorithm: "plot_performance_box"
12616   output-file-type: ".html"
12617   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12619   filter: "'NIC_Intel-X710' and
12620            '64B' and
12621            'ENCAP' and
12622            'NDRPDR' and
12623            '2T2C' and
12624            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12625            not 'DOT1Q' and
12626            not 'VHOST' and
12627            not 'IPSECHW'"
12628   parameters:
12629   - "throughput"
12630   - "parent"
12631   - "tags"
12632   sort:
12633   - "IP4BASE"
12634   - "L2BDMACLRN"
12635   - "L2XCFWD"
12636   - "LISP"
12637   traces:
12638     hoverinfo: "x+y"
12639     boxpoints: "outliers"
12640     whiskerwidth: 0
12641   layout:
12642     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12643     layout: "plot-throughput"
12644
12645 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12646 - type: "plot"
12647   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12648   algorithm: "plot_performance_box"
12649   output-file-type: ".html"
12650   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12652   filter: "'NIC_Intel-X710' and
12653            '64B' and
12654            'ENCAP' and
12655            'NDRPDR' and
12656            '2T1C' and
12657            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12658            not 'VHOST' and
12659            not 'IPSECHW'"
12660   parameters:
12661   - "throughput"
12662   - "parent"
12663   - "tags"
12664   sort:
12665   - "IP4BASE"
12666   - "LISP"
12667   - "VXLAN_1"
12668   - "VXLAN_10"
12669   - "VXLAN_100"
12670   - "VXLAN_1000"
12671   traces:
12672     hoverinfo: "x+y"
12673     boxpoints: "outliers"
12674     whiskerwidth: 0
12675   layout:
12676     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12677     layout: "plot-throughput"
12678
12679 - type: "plot"
12680   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12681   algorithm: "plot_performance_box"
12682   output-file-type: ".html"
12683   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12685   filter: "'NIC_Intel-X710' and
12686            '64B' and
12687            'ENCAP' and
12688            'NDRPDR' and
12689            '2T1C' and
12690            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12691            not 'VHOST' and
12692            not 'IPSECHW'"
12693   parameters:
12694   - "throughput"
12695   - "parent"
12696   - "tags"
12697   sort:
12698   - "IP4BASE"
12699   - "LISP"
12700   - "VXLAN_1"
12701   - "VXLAN_10"
12702   - "VXLAN_100"
12703   - "VXLAN_1000"
12704   traces:
12705     hoverinfo: "x+y"
12706     boxpoints: "outliers"
12707     whiskerwidth: 0
12708   layout:
12709     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12714   algorithm: "plot_performance_box"
12715   output-file-type: ".html"
12716   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12718   filter: "'NIC_Intel-X710' and
12719            '64B' and
12720            'ENCAP' and
12721            'NDRPDR' and
12722            '4T2C' and
12723            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12724            not 'VHOST' and
12725            not 'IPSECHW'"
12726   parameters:
12727   - "throughput"
12728   - "parent"
12729   - "tags"
12730   sort:
12731   - "IP4BASE"
12732   - "LISP"
12733   - "VXLAN_1"
12734   - "VXLAN_10"
12735   - "VXLAN_100"
12736   - "VXLAN_1000"
12737   traces:
12738     hoverinfo: "x+y"
12739     boxpoints: "outliers"
12740     whiskerwidth: 0
12741   layout:
12742     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12747   algorithm: "plot_performance_box"
12748   output-file-type: ".html"
12749   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12751   filter: "'NIC_Intel-X710' and
12752            '64B' and
12753            'ENCAP' and
12754            'NDRPDR' and
12755            '4T2C' and
12756            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12757            not 'VHOST' and
12758            not 'IPSECHW'"
12759   parameters:
12760   - "throughput"
12761   - "parent"
12762   - "tags"
12763   sort:
12764   - "IP4BASE"
12765   - "LISP"
12766   - "VXLAN_1"
12767   - "VXLAN_10"
12768   - "VXLAN_100"
12769   - "VXLAN_1000"
12770   traces:
12771     hoverinfo: "x+y"
12772     boxpoints: "outliers"
12773     whiskerwidth: 0
12774   layout:
12775     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12776     layout: "plot-throughput"
12777
12778 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12779 - type: "plot"
12780   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12781   algorithm: "plot_performance_box"
12782   output-file-type: ".html"
12783   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12785   filter: "'NIC_Intel-X710' and
12786            '64B' and
12787            'ENCAP' and
12788            'NDRPDR' and
12789            '2T1C' and
12790            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12791            not 'DOT1Q' and
12792            not 'VHOST' and
12793            not 'IPSECHW'"
12794   parameters:
12795   - "throughput"
12796   - "parent"
12797   - "tags"
12798   sort:
12799   - "IP4BASE"
12800   - "L2BDMACLRN"
12801   - "L2XCFWD"
12802   - "LISP"
12803   traces:
12804     hoverinfo: "x+y"
12805     boxpoints: "outliers"
12806     whiskerwidth: 0
12807   layout:
12808     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12813   algorithm: "plot_performance_box"
12814   output-file-type: ".html"
12815   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   filter: "'NIC_Intel-X710' and
12818            '64B' and
12819            'ENCAP' and
12820            'NDRPDR' and
12821            '4T2C' and
12822            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12823            not 'DOT1Q' and
12824            not 'VHOST' and
12825            not 'IPSECHW'"
12826   parameters:
12827   - "throughput"
12828   - "parent"
12829   - "tags"
12830   sort:
12831   - "IP4BASE"
12832   - "L2BDMACLRN"
12833   - "L2XCFWD"
12834   - "LISP"
12835   traces:
12836     hoverinfo: "x+y"
12837     boxpoints: "outliers"
12838     whiskerwidth: 0
12839   layout:
12840     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12845   algorithm: "plot_performance_box"
12846   output-file-type: ".html"
12847   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12849   filter: "'NIC_Intel-X710' and
12850            '64B' and
12851            'ENCAP' and
12852            'NDRPDR' and
12853            '2T1C' and
12854            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12855            not 'DOT1Q' and
12856            not 'VHOST' and
12857            not 'IPSECHW'"
12858   parameters:
12859   - "throughput"
12860   - "parent"
12861   - "tags"
12862   sort:
12863   - "IP4BASE"
12864   - "L2BDMACLRN"
12865   - "L2XCFWD"
12866   - "LISP"
12867   traces:
12868     hoverinfo: "x+y"
12869     boxpoints: "outliers"
12870     whiskerwidth: 0
12871   layout:
12872     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12877   algorithm: "plot_performance_box"
12878   output-file-type: ".html"
12879   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12881   filter: "'NIC_Intel-X710' and
12882            '64B' and
12883            'ENCAP' and
12884            'NDRPDR' and
12885            '4T2C' and
12886            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12887            not 'DOT1Q' and
12888            not 'VHOST' and
12889            not 'IPSECHW'"
12890   parameters:
12891   - "throughput"
12892   - "parent"
12893   - "tags"
12894   sort:
12895   - "IP4BASE"
12896   - "L2BDMACLRN"
12897   - "L2XCFWD"
12898   - "LISP"
12899   traces:
12900     hoverinfo: "x+y"
12901     boxpoints: "outliers"
12902     whiskerwidth: 0
12903   layout:
12904     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12905     layout: "plot-throughput"
12906
12907 ################################################################################
12908
12909 # Packet Throughput - VPP IPv6 3n-hsw-x520
12910 - type: "plot"
12911   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12912   algorithm: "plot_performance_box"
12913   output-file-type: ".html"
12914   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12916   filter: "'NIC_Intel-X520-DA2' and
12917            '78B' and
12918            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12919            'NDRPDR' and
12920            '1T1C' and
12921            'IP6FWD' and
12922            not 'SRv6' and
12923            not 'IPSEC' and
12924            not 'VHOST'"
12925   parameters:
12926   - "throughput"
12927   - "parent"
12928   - "tags"
12929   sort:
12930   - "IP6BASE"
12931   - "FIB_20K"
12932   - "FIB_200K"
12933   - "FIB_2M"
12934   traces:
12935     hoverinfo: "x+y"
12936     boxpoints: "outliers"
12937     whiskerwidth: 0
12938   layout:
12939     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12944   algorithm: "plot_performance_box"
12945   output-file-type: ".html"
12946   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12948   filter: "'NIC_Intel-X520-DA2' and
12949            '78B' and
12950            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12951            'NDRPDR' and
12952            '1T1C' and
12953            'IP6FWD' and
12954            not 'SRv6' and
12955            not 'IPSEC' and
12956            not 'VHOST'"
12957   parameters:
12958   - "throughput"
12959   - "parent"
12960   - "tags"
12961   sort:
12962   - "IP6BASE"
12963   - "FIB_20K"
12964   - "FIB_200K"
12965   - "FIB_2M"
12966   traces:
12967     hoverinfo: "x+y"
12968     boxpoints: "outliers"
12969     whiskerwidth: 0
12970   layout:
12971     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12976   algorithm: "plot_performance_box"
12977   output-file-type: ".html"
12978   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12980   filter: "'NIC_Intel-X520-DA2' and
12981            '78B' and
12982            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12983            'NDRPDR' and
12984            '2T2C' and
12985            'IP6FWD' and
12986            not 'SRv6' and
12987            not 'IPSEC' and
12988            not 'VHOST'"
12989   parameters:
12990   - "throughput"
12991   - "parent"
12992   - "tags"
12993   sort:
12994   - "IP6BASE"
12995   - "FIB_20K"
12996   - "FIB_200K"
12997   - "FIB_2M"
12998   traces:
12999     hoverinfo: "x+y"
13000     boxpoints: "outliers"
13001     whiskerwidth: 0
13002   layout:
13003     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13008   algorithm: "plot_performance_box"
13009   output-file-type: ".html"
13010   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13012   filter: "'NIC_Intel-X520-DA2' and
13013            '78B' and
13014            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13015            'NDRPDR' and
13016            '2T2C' and
13017            'IP6FWD' and
13018            not 'SRv6' and
13019            not 'IPSEC' and
13020            not 'VHOST'"
13021   parameters:
13022   - "throughput"
13023   - "parent"
13024   - "tags"
13025   sort:
13026   - "IP6BASE"
13027   - "FIB_20K"
13028   - "FIB_200K"
13029   - "FIB_2M"
13030   traces:
13031     hoverinfo: "x+y"
13032     boxpoints: "outliers"
13033     whiskerwidth: 0
13034   layout:
13035     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13036     layout: "plot-throughput"
13037
13038 # Packet Throughput - VPP IPv6 3n-hsw-x710
13039 - type: "plot"
13040   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13041   algorithm: "plot_performance_box"
13042   output-file-type: ".html"
13043   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13045   filter: "'NIC_Intel-X710' and
13046            '78B' and
13047            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13048            'NDRPDR' and
13049            '1T1C' and
13050            'IP6FWD' and
13051            not 'SRv6' and
13052            not 'IPSEC' and
13053            not 'VHOST'"
13054   parameters:
13055   - "throughput"
13056   - "parent"
13057   - "tags"
13058   sort:
13059   - "IP6BASE"
13060   - "FIB_20K"
13061   - "FIB_200K"
13062   - "FIB_2M"
13063   traces:
13064     hoverinfo: "x+y"
13065     boxpoints: "outliers"
13066     whiskerwidth: 0
13067   layout:
13068     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13073   algorithm: "plot_performance_box"
13074   output-file-type: ".html"
13075   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13077   filter: "'NIC_Intel-X710' and
13078            '78B' and
13079            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13080            'NDRPDR' and
13081            '1T1C' and
13082            'IP6FWD' and
13083            not 'SRv6' and
13084            not 'IPSEC' and
13085            not 'VHOST'"
13086   parameters:
13087   - "throughput"
13088   - "parent"
13089   - "tags"
13090   sort:
13091   - "IP6BASE"
13092   - "FIB_20K"
13093   - "FIB_200K"
13094   - "FIB_2M"
13095   traces:
13096     hoverinfo: "x+y"
13097     boxpoints: "outliers"
13098     whiskerwidth: 0
13099   layout:
13100     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13105   algorithm: "plot_performance_box"
13106   output-file-type: ".html"
13107   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13109   filter: "'NIC_Intel-X710' and
13110            '78B' and
13111            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13112            'NDRPDR' and
13113            '2T2C' and
13114            'IP6FWD' and
13115            not 'SRv6' and
13116            not 'IPSEC' and
13117            not 'VHOST'"
13118   parameters:
13119   - "throughput"
13120   - "parent"
13121   - "tags"
13122   sort:
13123   - "IP6BASE"
13124   - "FIB_20K"
13125   - "FIB_200K"
13126   - "FIB_2M"
13127   traces:
13128     hoverinfo: "x+y"
13129     boxpoints: "outliers"
13130     whiskerwidth: 0
13131   layout:
13132     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13137   algorithm: "plot_performance_box"
13138   output-file-type: ".html"
13139   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13141   filter: "'NIC_Intel-X710' and
13142            '78B' and
13143            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13144            'NDRPDR' and
13145            '2T2C' and
13146            'IP6FWD' and
13147            not 'SRv6' and
13148            not 'IPSEC' and
13149            not 'VHOST'"
13150   parameters:
13151   - "throughput"
13152   - "parent"
13153   - "tags"
13154   sort:
13155   - "IP6BASE"
13156   - "FIB_20K"
13157   - "FIB_200K"
13158   - "FIB_2M"
13159   traces:
13160     hoverinfo: "x+y"
13161     boxpoints: "outliers"
13162     whiskerwidth: 0
13163   layout:
13164     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13165     layout: "plot-throughput"
13166
13167 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13168 - type: "plot"
13169   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13170   algorithm: "plot_performance_box"
13171   output-file-type: ".html"
13172   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13174   filter: "'NIC_Intel-X710' and
13175            '78B' and
13176            ('IP6BASE' or
13177             'POLICE_MARK' or
13178             'COPWHLIST' or
13179             'IACLDST') and
13180            'NDRPDR' and
13181            '1T1C' and
13182            'IP6FWD' and
13183            not 'SRv6' and
13184            not 'IPSEC' and
13185            not 'VHOST'"
13186   parameters:
13187   - "throughput"
13188   - "parent"
13189   - "tags"
13190   sort:
13191   - "IP6BASE"
13192   - "POLICE_MARK"
13193   - "COPWHLIST"
13194   - "IACLDST"
13195   traces:
13196     hoverinfo: "x+y"
13197     boxpoints: "outliers"
13198     whiskerwidth: 0
13199   layout:
13200     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13201     layout: "plot-throughput"
13202
13203 - type: "plot"
13204   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13205   algorithm: "plot_performance_box"
13206   output-file-type: ".html"
13207   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13209   filter: "'NIC_Intel-X710' and
13210            '78B' and
13211            ('IP6BASE' or
13212             'POLICE_MARK' or
13213             'COPWHLIST' or
13214             'IACLDST') and
13215            'NDRPDR' and
13216            '2T2C' and
13217            'IP6FWD' and
13218            not 'SRv6' and
13219            not 'IPSEC' and
13220            not 'VHOST'"
13221   parameters:
13222   - "throughput"
13223   - "parent"
13224   - "tags"
13225   sort:
13226   - "IP6BASE"
13227   - "POLICE_MARK"
13228   - "COPWHLIST"
13229   - "IACLDST"
13230   traces:
13231     hoverinfo: "x+y"
13232     boxpoints: "outliers"
13233     whiskerwidth: 0
13234   layout:
13235     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13236     layout: "plot-throughput"
13237
13238 - type: "plot"
13239   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13240   algorithm: "plot_performance_box"
13241   output-file-type: ".html"
13242   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13244   filter: "'NIC_Intel-X710' and
13245            '78B' and
13246            ('IP6BASE' or
13247             'POLICE_MARK' or
13248             'COPWHLIST' or
13249             'IACLDST') and
13250            'NDRPDR' and
13251            '1T1C' and
13252            'IP6FWD' and
13253            not 'SRv6' and
13254            not 'IPSEC' and
13255            not 'VHOST'"
13256   parameters:
13257   - "throughput"
13258   - "parent"
13259   - "tags"
13260   sort:
13261   - "IP6BASE"
13262   - "POLICE_MARK"
13263   - "COPWHLIST"
13264   - "IACLDST"
13265   traces:
13266     hoverinfo: "x+y"
13267     boxpoints: "outliers"
13268     whiskerwidth: 0
13269   layout:
13270     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13271     layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13275   algorithm: "plot_performance_box"
13276   output-file-type: ".html"
13277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13279   filter: "'NIC_Intel-X710' and
13280            '78B' and
13281            ('IP6BASE' or
13282             'POLICE_MARK' or
13283             'COPWHLIST' or
13284             'IACLDST') and
13285            'NDRPDR' and
13286            '2T2C' and
13287            'IP6FWD' and
13288            not 'SRv6' and
13289            not 'IPSEC' and
13290            not 'VHOST'"
13291   parameters:
13292   - "throughput"
13293   - "parent"
13294   - "tags"
13295   sort:
13296   - "IP6BASE"
13297   - "POLICE_MARK"
13298   - "COPWHLIST"
13299   - "IACLDST"
13300   traces:
13301     hoverinfo: "x+y"
13302     boxpoints: "outliers"
13303     whiskerwidth: 0
13304   layout:
13305     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13306     layout: "plot-throughput"
13307
13308 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13309 - type: "plot"
13310   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13311   algorithm: "plot_performance_box"
13312   output-file-type: ".html"
13313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13315   filter: "'NIC_Intel-XL710' and
13316            '78B' and
13317            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13318            'NDRPDR' and
13319            '1T1C' and
13320            'IP6FWD' and
13321            not 'SRv6' and
13322            not 'IPSEC' and
13323            not 'VHOST'"
13324   parameters:
13325   - "throughput"
13326   - "parent"
13327   - "tags"
13328   sort:
13329   - "IP6BASE"
13330   - "FIB_20K"
13331   - "FIB_200K"
13332   - "FIB_2M"
13333   traces:
13334     hoverinfo: "x+y"
13335     boxpoints: "outliers"
13336     whiskerwidth: 0
13337   layout:
13338     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13339     layout: "plot-throughput"
13340
13341 - type: "plot"
13342   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13343   algorithm: "plot_performance_box"
13344   output-file-type: ".html"
13345   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13347   filter: "'NIC_Intel-XL710' and
13348            '78B' and
13349            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13350            'NDRPDR' and
13351            '1T1C' and
13352            'IP6FWD' and
13353            not 'SRv6' and
13354            not 'IPSEC' and
13355            not 'VHOST'"
13356   parameters:
13357   - "throughput"
13358   - "parent"
13359   - "tags"
13360   sort:
13361   - "IP6BASE"
13362   - "FIB_20K"
13363   - "FIB_200K"
13364   - "FIB_2M"
13365   traces:
13366     hoverinfo: "x+y"
13367     boxpoints: "outliers"
13368     whiskerwidth: 0
13369   layout:
13370     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13371     layout: "plot-throughput"
13372
13373 - type: "plot"
13374   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13375   algorithm: "plot_performance_box"
13376   output-file-type: ".html"
13377   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13379   filter: "'NIC_Intel-XL710' and
13380            '78B' and
13381            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13382            'NDRPDR' and
13383            '2T2C' and
13384            'IP6FWD' and
13385            not 'SRv6' and
13386            not 'IPSEC' and
13387            not 'VHOST'"
13388   parameters:
13389   - "throughput"
13390   - "parent"
13391   - "tags"
13392   sort:
13393   - "IP6BASE"
13394   - "FIB_20K"
13395   - "FIB_200K"
13396   - "FIB_2M"
13397   traces:
13398     hoverinfo: "x+y"
13399     boxpoints: "outliers"
13400     whiskerwidth: 0
13401   layout:
13402     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13407   algorithm: "plot_performance_box"
13408   output-file-type: ".html"
13409   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13411   filter: "'NIC_Intel-XL710' and
13412            '78B' and
13413            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13414            'NDRPDR' and
13415            '2T2C' and
13416            'IP6FWD' and
13417            not 'SRv6' and
13418            not 'IPSEC' and
13419            not 'VHOST'"
13420   parameters:
13421   - "throughput"
13422   - "parent"
13423   - "tags"
13424   sort:
13425   - "IP6BASE"
13426   - "FIB_20K"
13427   - "FIB_200K"
13428   - "FIB_2M"
13429   traces:
13430     hoverinfo: "x+y"
13431     boxpoints: "outliers"
13432     whiskerwidth: 0
13433   layout:
13434     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13435     layout: "plot-throughput"
13436
13437 # Packet Throughput - VPP IPv6 3n-skx-x710
13438 - type: "plot"
13439   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13440   algorithm: "plot_performance_box"
13441   output-file-type: ".html"
13442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13444   filter: "'NIC_Intel-X710' and
13445            '78B' and
13446            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13447            'NDRPDR' and
13448            '2T1C' and
13449            'IP6FWD' and
13450            not 'SRv6' and
13451            not 'IPSEC' and
13452            not 'VHOST'"
13453   parameters:
13454   - "throughput"
13455   - "parent"
13456   - "tags"
13457   sort:
13458   - "IP6BASE"
13459   - "FIB_20K"
13460   - "FIB_200K"
13461   - "FIB_2M"
13462   traces:
13463     hoverinfo: "x+y"
13464     boxpoints: "outliers"
13465     whiskerwidth: 0
13466   layout:
13467     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13472   algorithm: "plot_performance_box"
13473   output-file-type: ".html"
13474   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13476   filter: "'NIC_Intel-X710' and
13477            '78B' and
13478            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13479            'NDRPDR' and
13480            '2T1C' and
13481            'IP6FWD' and
13482            not 'SRv6' and
13483            not 'IPSEC' and
13484            not 'VHOST'"
13485   parameters:
13486   - "throughput"
13487   - "parent"
13488   - "tags"
13489   sort:
13490   - "IP6BASE"
13491   - "FIB_20K"
13492   - "FIB_200K"
13493   - "FIB_2M"
13494   traces:
13495     hoverinfo: "x+y"
13496     boxpoints: "outliers"
13497     whiskerwidth: 0
13498   layout:
13499     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13504   algorithm: "plot_performance_box"
13505   output-file-type: ".html"
13506   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508   filter: "'NIC_Intel-X710' and
13509            '78B' and
13510            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13511            'NDRPDR' and
13512            '4T2C' and
13513            'IP6FWD' and
13514            not 'SRv6' and
13515            not 'IPSEC' and
13516            not 'VHOST'"
13517   parameters:
13518   - "throughput"
13519   - "parent"
13520   - "tags"
13521   sort:
13522   - "IP6BASE"
13523   - "FIB_20K"
13524   - "FIB_200K"
13525   - "FIB_2M"
13526   traces:
13527     hoverinfo: "x+y"
13528     boxpoints: "outliers"
13529     whiskerwidth: 0
13530   layout:
13531     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13536   algorithm: "plot_performance_box"
13537   output-file-type: ".html"
13538   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13540   filter: "'NIC_Intel-X710' and
13541            '78B' and
13542            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13543            'NDRPDR' and
13544            '4T2C' and
13545            'IP6FWD' and
13546            not 'SRv6' and
13547            not 'IPSEC' and
13548            not 'VHOST'"
13549   parameters:
13550   - "throughput"
13551   - "parent"
13552   - "tags"
13553   sort:
13554   - "IP6BASE"
13555   - "FIB_20K"
13556   - "FIB_200K"
13557   - "FIB_2M"
13558   traces:
13559     hoverinfo: "x+y"
13560     boxpoints: "outliers"
13561     whiskerwidth: 0
13562   layout:
13563     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13564     layout: "plot-throughput"
13565
13566 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13567 - type: "plot"
13568   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13569   algorithm: "plot_performance_box"
13570   output-file-type: ".html"
13571   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13573   filter: "'NIC_Intel-X710' and
13574            '78B' and
13575            ('IP6BASE' or
13576             'POLICE_MARK' or
13577             'COPWHLIST' or
13578             'IACLDST') and
13579            'NDRPDR' and
13580            '2T1C' and
13581            'IP6FWD' and
13582            not 'SRv6' and
13583            not 'IPSEC' and
13584            not 'VHOST'"
13585   parameters:
13586   - "throughput"
13587   - "parent"
13588   - "tags"
13589   sort:
13590   - "IP6BASE"
13591   - "POLICE_MARK"
13592   - "COPWHLIST"
13593   - "IACLDST"
13594   traces:
13595     hoverinfo: "x+y"
13596     boxpoints: "outliers"
13597     whiskerwidth: 0
13598   layout:
13599     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13604   algorithm: "plot_performance_box"
13605   output-file-type: ".html"
13606   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608   filter: "'NIC_Intel-X710' and
13609            '78B' and
13610            ('IP6BASE' or
13611             'POLICE_MARK' or
13612             'COPWHLIST' or
13613             'IACLDST') and
13614            'NDRPDR' and
13615            '4T2C' and
13616            'IP6FWD' and
13617            not 'SRv6' and
13618            not 'IPSEC' and
13619            not 'VHOST'"
13620   parameters:
13621   - "throughput"
13622   - "parent"
13623   - "tags"
13624   sort:
13625   - "IP6BASE"
13626   - "POLICE_MARK"
13627   - "COPWHLIST"
13628   - "IACLDST"
13629   traces:
13630     hoverinfo: "x+y"
13631     boxpoints: "outliers"
13632     whiskerwidth: 0
13633   layout:
13634     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13635     layout: "plot-throughput"
13636
13637 - type: "plot"
13638   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13639   algorithm: "plot_performance_box"
13640   output-file-type: ".html"
13641   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643   filter: "'NIC_Intel-X710' and
13644            '78B' and
13645            ('IP6BASE' or
13646             'POLICE_MARK' or
13647             'COPWHLIST' or
13648             'IACLDST') and
13649            'NDRPDR' and
13650            '2T1C' and
13651            'IP6FWD' and
13652            not 'SRv6' and
13653            not 'IPSEC' and
13654            not 'VHOST'"
13655   parameters:
13656   - "throughput"
13657   - "parent"
13658   - "tags"
13659   sort:
13660   - "IP6BASE"
13661   - "POLICE_MARK"
13662   - "COPWHLIST"
13663   - "IACLDST"
13664   traces:
13665     hoverinfo: "x+y"
13666     boxpoints: "outliers"
13667     whiskerwidth: 0
13668   layout:
13669     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13674   algorithm: "plot_performance_box"
13675   output-file-type: ".html"
13676   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13678   filter: "'NIC_Intel-X710' and
13679            '78B' and
13680            ('IP6BASE' or
13681             'POLICE_MARK' or
13682             'COPWHLIST' or
13683             'IACLDST') and
13684            'NDRPDR' and
13685            '4T2C' and
13686            'IP6FWD' and
13687            not 'SRv6' and
13688            not 'IPSEC' and
13689            not 'VHOST'"
13690   parameters:
13691   - "throughput"
13692   - "parent"
13693   - "tags"
13694   sort:
13695   - "IP6BASE"
13696   - "POLICE_MARK"
13697   - "COPWHLIST"
13698   - "IACLDST"
13699   traces:
13700     hoverinfo: "x+y"
13701     boxpoints: "outliers"
13702     whiskerwidth: 0
13703   layout:
13704     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13705     layout: "plot-throughput"
13706
13707 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13708 - type: "plot"
13709   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13710   algorithm: "plot_performance_box"
13711   output-file-type: ".html"
13712   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13714   filter: "'NIC_Intel-XXV710' and
13715            '78B' and
13716            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13717            'NDRPDR' and
13718            '2T1C' and
13719            'IP6FWD' and
13720            not 'SRv6' and
13721            not 'IPSEC' and
13722            not 'VHOST'"
13723   parameters:
13724   - "throughput"
13725   - "parent"
13726   - "tags"
13727   sort:
13728   - "IP6BASE"
13729   - "FIB_20K"
13730   - "FIB_200K"
13731   - "FIB_2M"
13732   traces:
13733     hoverinfo: "x+y"
13734     boxpoints: "outliers"
13735     whiskerwidth: 0
13736   layout:
13737     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13738     layout: "plot-throughput"
13739
13740 - type: "plot"
13741   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13742   algorithm: "plot_performance_box"
13743   output-file-type: ".html"
13744   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13746   filter: "'NIC_Intel-XXV710' and
13747            '78B' and
13748            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13749            'NDRPDR' and
13750            '2T1C' and
13751            'IP6FWD' and
13752            not 'SRv6' and
13753            not 'IPSEC' and
13754            not 'VHOST'"
13755   parameters:
13756   - "throughput"
13757   - "parent"
13758   - "tags"
13759   sort:
13760   - "IP6BASE"
13761   - "FIB_20K"
13762   - "FIB_200K"
13763   - "FIB_2M"
13764   traces:
13765     hoverinfo: "x+y"
13766     boxpoints: "outliers"
13767     whiskerwidth: 0
13768   layout:
13769     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13770     layout: "plot-throughput"
13771
13772 - type: "plot"
13773   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13774   algorithm: "plot_performance_box"
13775   output-file-type: ".html"
13776   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13778   filter: "'NIC_Intel-XXV710' and
13779            '78B' and
13780            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13781            'NDRPDR' and
13782            '4T2C' and
13783            'IP6FWD' and
13784            not 'SRv6' and
13785            not 'IPSEC' and
13786            not 'VHOST'"
13787   parameters:
13788   - "throughput"
13789   - "parent"
13790   - "tags"
13791   sort:
13792   - "IP6BASE"
13793   - "FIB_20K"
13794   - "FIB_200K"
13795   - "FIB_2M"
13796   traces:
13797     hoverinfo: "x+y"
13798     boxpoints: "outliers"
13799     whiskerwidth: 0
13800   layout:
13801     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13802     layout: "plot-throughput"
13803
13804 - type: "plot"
13805   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13806   algorithm: "plot_performance_box"
13807   output-file-type: ".html"
13808   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13810   filter: "'NIC_Intel-XXV710' and
13811            '78B' and
13812            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13813            'NDRPDR' and
13814            '4T2C' and
13815            'IP6FWD' and
13816            not 'SRv6' and
13817            not 'IPSEC' and
13818            not 'VHOST'"
13819   parameters:
13820   - "throughput"
13821   - "parent"
13822   - "tags"
13823   sort:
13824   - "IP6BASE"
13825   - "FIB_20K"
13826   - "FIB_200K"
13827   - "FIB_2M"
13828   traces:
13829     hoverinfo: "x+y"
13830     boxpoints: "outliers"
13831     whiskerwidth: 0
13832   layout:
13833     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13834     layout: "plot-throughput"
13835
13836 # Packet Throughput - VPP IPv6 2n-skx-x710
13837 - type: "plot"
13838   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13839   algorithm: "plot_performance_box"
13840   output-file-type: ".html"
13841   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13843   filter: "'NIC_Intel-X710' and
13844            '78B' and
13845            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13846            'NDRPDR' and
13847            '2T1C' and
13848            'IP6FWD' and
13849            not 'SRv6' and
13850            not 'IPSEC' and
13851            not 'VHOST'"
13852   parameters:
13853   - "throughput"
13854   - "parent"
13855   - "tags"
13856   sort:
13857   - "IP6BASE"
13858   - "FIB_20K"
13859   - "FIB_200K"
13860   - "FIB_2M"
13861   traces:
13862     hoverinfo: "x+y"
13863     boxpoints: "outliers"
13864     whiskerwidth: 0
13865   layout:
13866     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13867     layout: "plot-throughput"
13868
13869 - type: "plot"
13870   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13871   algorithm: "plot_performance_box"
13872   output-file-type: ".html"
13873   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13875   filter: "'NIC_Intel-X710' and
13876            '78B' and
13877            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13878            'NDRPDR' and
13879            '2T1C' and
13880            'IP6FWD' and
13881            not 'SRv6' and
13882            not 'IPSEC' and
13883            not 'VHOST'"
13884   parameters:
13885   - "throughput"
13886   - "parent"
13887   - "tags"
13888   sort:
13889   - "IP6BASE"
13890   - "FIB_20K"
13891   - "FIB_200K"
13892   - "FIB_2M"
13893   traces:
13894     hoverinfo: "x+y"
13895     boxpoints: "outliers"
13896     whiskerwidth: 0
13897   layout:
13898     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13899     layout: "plot-throughput"
13900
13901 - type: "plot"
13902   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13903   algorithm: "plot_performance_box"
13904   output-file-type: ".html"
13905   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13907   filter: "'NIC_Intel-X710' and
13908            '78B' and
13909            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13910            'NDRPDR' and
13911            '4T2C' and
13912            'IP6FWD' and
13913            not 'SRv6' and
13914            not 'IPSEC' and
13915            not 'VHOST'"
13916   parameters:
13917   - "throughput"
13918   - "parent"
13919   - "tags"
13920   sort:
13921   - "IP6BASE"
13922   - "FIB_20K"
13923   - "FIB_200K"
13924   - "FIB_2M"
13925   traces:
13926     hoverinfo: "x+y"
13927     boxpoints: "outliers"
13928     whiskerwidth: 0
13929   layout:
13930     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13931     layout: "plot-throughput"
13932
13933 - type: "plot"
13934   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13935   algorithm: "plot_performance_box"
13936   output-file-type: ".html"
13937   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13939   filter: "'NIC_Intel-X710' and
13940            '78B' and
13941            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13942            'NDRPDR' and
13943            '4T2C' and
13944            'IP6FWD' and
13945            not 'SRv6' and
13946            not 'IPSEC' and
13947            not 'VHOST'"
13948   parameters:
13949   - "throughput"
13950   - "parent"
13951   - "tags"
13952   sort:
13953   - "IP6BASE"
13954   - "FIB_20K"
13955   - "FIB_200K"
13956   - "FIB_2M"
13957   traces:
13958     hoverinfo: "x+y"
13959     boxpoints: "outliers"
13960     whiskerwidth: 0
13961   layout:
13962     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13963     layout: "plot-throughput"
13964
13965 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13966 - type: "plot"
13967   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13968   algorithm: "plot_performance_box"
13969   output-file-type: ".html"
13970   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13972   filter: "'NIC_Intel-XXV710' and
13973            '78B' and
13974            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13975            'NDRPDR' and
13976            '2T1C' and
13977            'IP6FWD' and
13978            not 'SRv6' and
13979            not 'IPSEC' and
13980            not 'VHOST'"
13981   parameters:
13982   - "throughput"
13983   - "parent"
13984   - "tags"
13985   sort:
13986   - "IP6BASE"
13987   - "FIB_20K"
13988   - "FIB_200K"
13989   - "FIB_2M"
13990   traces:
13991     hoverinfo: "x+y"
13992     boxpoints: "outliers"
13993     whiskerwidth: 0
13994   layout:
13995     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13996     layout: "plot-throughput"
13997
13998 - type: "plot"
13999   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14000   algorithm: "plot_performance_box"
14001   output-file-type: ".html"
14002   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14004   filter: "'NIC_Intel-XXV710' and
14005            '78B' and
14006            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14007            'NDRPDR' and
14008            '2T1C' and
14009            'IP6FWD' and
14010            not 'SRv6' and
14011            not 'IPSEC' and
14012            not 'VHOST'"
14013   parameters:
14014   - "throughput"
14015   - "parent"
14016   - "tags"
14017   sort:
14018   - "IP6BASE"
14019   - "FIB_20K"
14020   - "FIB_200K"
14021   - "FIB_2M"
14022   traces:
14023     hoverinfo: "x+y"
14024     boxpoints: "outliers"
14025     whiskerwidth: 0
14026   layout:
14027     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14028     layout: "plot-throughput"
14029
14030 - type: "plot"
14031   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14032   algorithm: "plot_performance_box"
14033   output-file-type: ".html"
14034   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14036   filter: "'NIC_Intel-XXV710' and
14037            '78B' and
14038            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14039            'NDRPDR' and
14040            '4T2C' and
14041            'IP6FWD' and
14042            not 'SRv6' and
14043            not 'IPSEC' and
14044            not 'VHOST'"
14045   parameters:
14046   - "throughput"
14047   - "parent"
14048   - "tags"
14049   sort:
14050   - "IP6BASE"
14051   - "FIB_20K"
14052   - "FIB_200K"
14053   - "FIB_2M"
14054   traces:
14055     hoverinfo: "x+y"
14056     boxpoints: "outliers"
14057     whiskerwidth: 0
14058   layout:
14059     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14060     layout: "plot-throughput"
14061
14062 - type: "plot"
14063   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14064   algorithm: "plot_performance_box"
14065   output-file-type: ".html"
14066   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14068   filter: "'NIC_Intel-XXV710' and
14069            '78B' and
14070            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14071            'NDRPDR' and
14072            '4T2C' and
14073            'IP6FWD' and
14074            not 'SRv6' and
14075            not 'IPSEC' and
14076            not 'VHOST'"
14077   parameters:
14078   - "throughput"
14079   - "parent"
14080   - "tags"
14081   sort:
14082   - "IP6BASE"
14083   - "FIB_20K"
14084   - "FIB_200K"
14085   - "FIB_2M"
14086   traces:
14087     hoverinfo: "x+y"
14088     boxpoints: "outliers"
14089     whiskerwidth: 0
14090   layout:
14091     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14092     layout: "plot-throughput"
14093
14094 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14095 #- type: "plot"
14096 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14097 #  algorithm: "plot_performance_box"
14098 #  output-file-type: ".html"
14099 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14100 #  data: "intel-dnv-vpp"
14101 #  filter: "'NIC_Intel-X553' and
14102 #           '78B' and
14103 #           'IP6BASE' and
14104 #           'NDRPDR' and
14105 #           '1T1C' and
14106 #           'IP6FWD' and
14107 #           not 'SRv6' and
14108 #           not 'IPSEC' and
14109 #           not 'VHOST'"
14110 #  parameters:
14111 #  - "throughput"
14112 #  - "parent"
14113 #  - "tags"
14114 #  sort:
14115 #  - "IP6BASE"
14116 #  traces:
14117 #    hoverinfo: "x+y"
14118 #    boxpoints: "outliers"
14119 #    whiskerwidth: 0
14120 #  layout:
14121 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14122 #    layout: "plot-throughput"
14123 #
14124 #- type: "plot"
14125 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14126 #  algorithm: "plot_performance_box"
14127 #  output-file-type: ".html"
14128 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14129 #  data: "intel-dnv-vpp"
14130 #  filter: "'NIC_Intel-X553' and
14131 #           '78B' and
14132 #           'IP6BASE' and
14133 #           'NDRPDR' and
14134 #           '1T1C' and
14135 #           'IP6FWD' and
14136 #           not 'SRv6' and
14137 #           not 'IPSEC' and
14138 #           not 'VHOST'"
14139 #  parameters:
14140 #  - "throughput"
14141 #  - "parent"
14142 #  - "tags"
14143 #  sort:
14144 #  - "IP6BASE"
14145 #  traces:
14146 #    hoverinfo: "x+y"
14147 #    boxpoints: "outliers"
14148 #    whiskerwidth: 0
14149 #  layout:
14150 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14151 #    layout: "plot-throughput"
14152 #
14153 #- type: "plot"
14154 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14155 #  algorithm: "plot_performance_box"
14156 #  output-file-type: ".html"
14157 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14158 #  data: "intel-dnv-vpp"
14159 #  filter: "'NIC_Intel-X553' and
14160 #           '78B' and
14161 #           'IP6BASE' and
14162 #           'NDRPDR' and
14163 #           '2T2C' and
14164 #           'IP6FWD' and
14165 #           not 'SRv6' and
14166 #           not 'IPSEC' and
14167 #           not 'VHOST'"
14168 #  parameters:
14169 #  - "throughput"
14170 #  - "parent"
14171 #  - "tags"
14172 #  sort:
14173 #  - "IP6BASE"
14174 #  traces:
14175 #    hoverinfo: "x+y"
14176 #    boxpoints: "outliers"
14177 #    whiskerwidth: 0
14178 #  layout:
14179 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14180 #    layout: "plot-throughput"
14181 #
14182 #- type: "plot"
14183 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14184 #  algorithm: "plot_performance_box"
14185 #  output-file-type: ".html"
14186 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14187 #  data: "intel-dnv-vpp"
14188 #  filter: "'NIC_Intel-X553' and
14189 #           '78B' and
14190 #           'IP6BASE' and
14191 #           'NDRPDR' and
14192 #           '2T2C' and
14193 #           'IP6FWD' and
14194 #           not 'SRv6' and
14195 #           not 'IPSEC' and
14196 #           not 'VHOST'"
14197 #  parameters:
14198 #  - "throughput"
14199 #  - "parent"
14200 #  - "tags"
14201 #  sort:
14202 #  - "IP6BASE"
14203 #  traces:
14204 #    hoverinfo: "x+y"
14205 #    boxpoints: "outliers"
14206 #    whiskerwidth: 0
14207 #  layout:
14208 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14209 #    layout: "plot-throughput"
14210
14211 ################################################################################
14212
14213 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14214 - type: "plot"
14215   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14216   algorithm: "plot_performance_box"
14217   output-file-type: ".html"
14218   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14220   filter: "'NIC_Intel-X520-DA2' and
14221            '78B' and
14222            'ENCAP' and
14223            'NDRPDR' and
14224            '1T1C' and
14225            'LISP' and
14226            not 'VHOST'"
14227   parameters:
14228   - "throughput"
14229   - "parent"
14230   - "tags"
14231   sort:
14232   - "IP4UNRLAY"
14233   - "IP6UNRLAY"
14234   traces:
14235     hoverinfo: "x+y"
14236     boxpoints: "outliers"
14237     whiskerwidth: 0
14238   layout:
14239     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14240     layout: "plot-throughput"
14241
14242 - type: "plot"
14243   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14244   algorithm: "plot_performance_box"
14245   output-file-type: ".html"
14246   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14248   filter: "'NIC_Intel-X520-DA2' and
14249            '78B' and
14250            'ENCAP' and
14251            'NDRPDR' and
14252            '1T1C' and
14253            'LISP' and
14254            not 'VHOST'"
14255   parameters:
14256   - "throughput"
14257   - "parent"
14258   - "tags"
14259   sort:
14260   - "IP4UNRLAY"
14261   - "IP6UNRLAY"
14262   traces:
14263     hoverinfo: "x+y"
14264     boxpoints: "outliers"
14265     whiskerwidth: 0
14266   layout:
14267     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14268     layout: "plot-throughput"
14269
14270 - type: "plot"
14271   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14272   algorithm: "plot_performance_box"
14273   output-file-type: ".html"
14274   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14276   filter: "'NIC_Intel-X520-DA2' and
14277            '78B' and
14278            'ENCAP' and
14279            'NDRPDR' and
14280            '2T2C' and
14281            'LISP' and
14282            not 'VHOST'"
14283   parameters:
14284   - "throughput"
14285   - "parent"
14286   - "tags"
14287   sort:
14288   - "IP4UNRLAY"
14289   - "IP6UNRLAY"
14290   traces:
14291     hoverinfo: "x+y"
14292     boxpoints: "outliers"
14293     whiskerwidth: 0
14294   layout:
14295     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14296     layout: "plot-throughput"
14297
14298 - type: "plot"
14299   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14300   algorithm: "plot_performance_box"
14301   output-file-type: ".html"
14302   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14304   filter: "'NIC_Intel-X520-DA2' and
14305            '78B' and
14306            'ENCAP' and
14307            'NDRPDR' and
14308            '2T2C' and
14309            'LISP' and
14310            not 'VHOST'"
14311   parameters:
14312   - "throughput"
14313   - "parent"
14314   - "tags"
14315   sort:
14316   - "IP4UNRLAY"
14317   - "IP6UNRLAY"
14318   traces:
14319     hoverinfo: "x+y"
14320     boxpoints: "outliers"
14321     whiskerwidth: 0
14322   layout:
14323     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14324     layout: "plot-throughput"
14325
14326 ################################################################################
14327
14328 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14329 - type: "plot"
14330   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14331   algorithm: "plot_performance_box"
14332   output-file-type: ".html"
14333   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14335   filter: "'NIC_Intel-XL710' and
14336            '64B' and
14337            'IP4FWD' and
14338            'NDRPDR' and
14339            'BASE' and
14340            '1T1C' and
14341            'IPSECHW' and
14342            ('IPSECTRAN' or 'IPSECTUN') and
14343            not 'VHOST'"
14344   parameters:
14345   - "throughput"
14346   - "parent"
14347   - "tags"
14348   traces:
14349     hoverinfo: "x+y"
14350     boxpoints: "outliers"
14351     whiskerwidth: 0
14352   layout:
14353     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14354     layout: "plot-throughput"
14355
14356 - type: "plot"
14357   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14358   algorithm: "plot_performance_box"
14359   output-file-type: ".html"
14360   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14362   filter: "'NIC_Intel-XL710' and
14363            '64B' and
14364            'IP4FWD' and
14365            'NDRPDR' and
14366            'BASE' and
14367            '1T1C' and
14368            'IPSECHW' and
14369            ('IPSECTRAN' or 'IPSECTUN') and
14370            not 'VHOST'"
14371   parameters:
14372   - "throughput"
14373   - "parent"
14374   - "tags"
14375   traces:
14376     hoverinfo: "x+y"
14377     boxpoints: "outliers"
14378     whiskerwidth: 0
14379   layout:
14380     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14381     layout: "plot-throughput"
14382
14383 - type: "plot"
14384   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14385   algorithm: "plot_performance_box"
14386   output-file-type: ".html"
14387   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14389   filter: "'NIC_Intel-XL710' and
14390            '64B' and
14391            'IP4FWD' and
14392            'NDRPDR' and
14393            'BASE' and
14394            '2T2C' and
14395            'IPSECHW' and
14396            ('IPSECTRAN' or 'IPSECTUN') and
14397            not 'VHOST'"
14398   parameters:
14399   - "throughput"
14400   - "parent"
14401   - "tags"
14402   traces:
14403     hoverinfo: "x+y"
14404     boxpoints: "outliers"
14405     whiskerwidth: 0
14406   layout:
14407     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14408     layout: "plot-throughput"
14409
14410 - type: "plot"
14411   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14412   algorithm: "plot_performance_box"
14413   output-file-type: ".html"
14414   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14416   filter: "'NIC_Intel-XL710' and
14417            '64B' and
14418            'IP4FWD' and
14419            'NDRPDR' and
14420            'BASE' and
14421            '2T2C' and
14422            'IPSECHW' and
14423            ('IPSECTRAN' or 'IPSECTUN') and
14424            not 'VHOST'"
14425   parameters:
14426   - "throughput"
14427   - "parent"
14428   - "tags"
14429   traces:
14430     hoverinfo: "x+y"
14431     boxpoints: "outliers"
14432     whiskerwidth: 0
14433   layout:
14434     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14435     layout: "plot-throughput"
14436
14437 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14438 - type: "plot"
14439   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14440   algorithm: "plot_performance_box"
14441   output-file-type: ".html"
14442   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14444   filter: "'NIC_Intel-XL710' and
14445            '64B' and
14446            'IP4FWD' and
14447            'NDRPDR' and
14448            'SCALE' and
14449            '1T1C' and
14450            'IPSECHW' and
14451            ('IPSECTRAN' or 'IPSECTUN') and
14452            not 'VHOST'"
14453   parameters:
14454   - "throughput"
14455   - "parent"
14456   - "tags"
14457   traces:
14458     hoverinfo: "x+y"
14459     boxpoints: "outliers"
14460     whiskerwidth: 0
14461   layout:
14462     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14463     layout: "plot-throughput"
14464
14465 - type: "plot"
14466   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14467   algorithm: "plot_performance_box"
14468   output-file-type: ".html"
14469   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14471   filter: "'NIC_Intel-XL710' and
14472            '64B' and
14473            'IP4FWD' and
14474            'NDRPDR' and
14475            'SCALE' and
14476            '1T1C' and
14477            'IPSECHW' and
14478            ('IPSECTRAN' or 'IPSECTUN') and
14479            not 'VHOST'"
14480   parameters:
14481   - "throughput"
14482   - "parent"
14483   - "tags"
14484   traces:
14485     hoverinfo: "x+y"
14486     boxpoints: "outliers"
14487     whiskerwidth: 0
14488   layout:
14489     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14490     layout: "plot-throughput"
14491
14492 - type: "plot"
14493   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14494   algorithm: "plot_performance_box"
14495   output-file-type: ".html"
14496   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14498   filter: "'NIC_Intel-XL710' and
14499            '64B' and
14500            'IP4FWD' and
14501            'NDRPDR' and
14502            'SCALE' and
14503            '2T2C' and
14504            'IPSECHW' and
14505            ('IPSECTRAN' or 'IPSECTUN') and
14506            not 'VHOST'"
14507   parameters:
14508   - "throughput"
14509   - "parent"
14510   - "tags"
14511   traces:
14512     hoverinfo: "x+y"
14513     boxpoints: "outliers"
14514     whiskerwidth: 0
14515   layout:
14516     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14517     layout: "plot-throughput"
14518
14519 - type: "plot"
14520   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14521   algorithm: "plot_performance_box"
14522   output-file-type: ".html"
14523   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14525   filter: "'NIC_Intel-XL710' and
14526            '64B' and
14527            'IP4FWD' and
14528            'NDRPDR' and
14529            'SCALE' and
14530            '2T2C' and
14531            'IPSECHW' and
14532            ('IPSECTRAN' or 'IPSECTUN') and
14533            not 'VHOST'"
14534   parameters:
14535   - "throughput"
14536   - "parent"
14537   - "tags"
14538   traces:
14539     hoverinfo: "x+y"
14540     boxpoints: "outliers"
14541     whiskerwidth: 0
14542   layout:
14543     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14544     layout: "plot-throughput"
14545
14546 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14547 - type: "plot"
14548   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14549   algorithm: "plot_performance_box"
14550   output-file-type: ".html"
14551   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14553   filter: "'NIC_Intel-XL710' and
14554            '64B' and
14555            'IP4FWD' and
14556            'NDRPDR' and
14557            '1T1C' and
14558            'IPSECSW' and
14559            ('IPSECTRAN' or 'IPSECTUN') and
14560            not 'VHOST'"
14561   parameters:
14562   - "throughput"
14563   - "parent"
14564   - "tags"
14565   traces:
14566     hoverinfo: "x+y"
14567     boxpoints: "outliers"
14568     whiskerwidth: 0
14569   layout:
14570     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14571     layout: "plot-throughput"
14572
14573 - type: "plot"
14574   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14575   algorithm: "plot_performance_box"
14576   output-file-type: ".html"
14577   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14578   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14579   filter: "'NIC_Intel-XL710' and
14580            '64B' and
14581            'IP4FWD' and
14582            'NDRPDR' and
14583            '1T1C' and
14584            'IPSECSW' and
14585            ('IPSECTRAN' or 'IPSECTUN') and
14586            not 'VHOST'"
14587   parameters:
14588   - "throughput"
14589   - "parent"
14590   - "tags"
14591   traces:
14592     hoverinfo: "x+y"
14593     boxpoints: "outliers"
14594     whiskerwidth: 0
14595   layout:
14596     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14597     layout: "plot-throughput"
14598
14599 - type: "plot"
14600   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14601   algorithm: "plot_performance_box"
14602   output-file-type: ".html"
14603   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14605   filter: "'NIC_Intel-XL710' and
14606            '64B' and
14607            'IP4FWD' and
14608            'NDRPDR' and
14609            '2T2C' and
14610            'IPSECSW' and
14611            ('IPSECTRAN' or 'IPSECTUN') and
14612            not 'VHOST'"
14613   parameters:
14614   - "throughput"
14615   - "parent"
14616   - "tags"
14617   traces:
14618     hoverinfo: "x+y"
14619     boxpoints: "outliers"
14620     whiskerwidth: 0
14621   layout:
14622     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14623     layout: "plot-throughput"
14624
14625 - type: "plot"
14626   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14627   algorithm: "plot_performance_box"
14628   output-file-type: ".html"
14629   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14631   filter: "'NIC_Intel-XL710' and
14632            '64B' and
14633            'IP4FWD' and
14634            'NDRPDR' and
14635            '2T2C' and
14636            'IPSECSW' and
14637            ('IPSECTRAN' or 'IPSECTUN') and
14638            not 'VHOST'"
14639   parameters:
14640   - "throughput"
14641   - "parent"
14642   - "tags"
14643   traces:
14644     hoverinfo: "x+y"
14645     boxpoints: "outliers"
14646     whiskerwidth: 0
14647   layout:
14648     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14649     layout: "plot-throughput"
14650
14651 ################################################################################
14652
14653 # Packet Throughput - VPP SRv6 3n-hsw-x520
14654 - type: "plot"
14655   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14656   algorithm: "plot_performance_box"
14657   output-file-type: ".html"
14658   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14659   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14660   filter: "'NIC_Intel-X520-DA2' and
14661            '78B' and
14662            'FEATURE' and
14663            'NDRPDR' and
14664            '1T1C' and
14665            'IP6FWD' and
14666            'SRv6'"
14667   parameters:
14668   - "throughput"
14669   - "parent"
14670   - "tags"
14671   traces:
14672     hoverinfo: "x+y"
14673     boxpoints: "outliers"
14674     whiskerwidth: 0
14675   layout:
14676     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14677     layout: "plot-throughput"
14678
14679 - type: "plot"
14680   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14681   algorithm: "plot_performance_box"
14682   output-file-type: ".html"
14683   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14685   filter: "'NIC_Intel-X520-DA2' and
14686            '78B' and
14687            'FEATURE' and
14688            'NDRPDR' and
14689            '1T1C' and
14690            'IP6FWD' and
14691            'SRv6'"
14692   parameters:
14693   - "throughput"
14694   - "parent"
14695   - "tags"
14696   traces:
14697     hoverinfo: "x+y"
14698     boxpoints: "outliers"
14699     whiskerwidth: 0
14700   layout:
14701     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14702     layout: "plot-throughput"
14703
14704 - type: "plot"
14705   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14706   algorithm: "plot_performance_box"
14707   output-file-type: ".html"
14708   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14710   filter: "'NIC_Intel-X520-DA2' and
14711            '78B' and
14712            'FEATURE' and
14713            'NDRPDR' and
14714            '2T2C' and
14715            'IP6FWD' and
14716            'SRv6'"
14717   parameters:
14718   - "throughput"
14719   - "parent"
14720   - "tags"
14721   traces:
14722     hoverinfo: "x+y"
14723     boxpoints: "outliers"
14724     whiskerwidth: 0
14725   layout:
14726     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14727     layout: "plot-throughput"
14728
14729 - type: "plot"
14730   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14731   algorithm: "plot_performance_box"
14732   output-file-type: ".html"
14733   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14735   filter: "'NIC_Intel-X520-DA2' and
14736            '78B' and
14737            'FEATURE' and
14738            'NDRPDR' and
14739            '2T2C' and
14740            'IP6FWD' and
14741            'SRv6'"
14742   parameters:
14743   - "throughput"
14744   - "parent"
14745   - "tags"
14746   traces:
14747     hoverinfo: "x+y"
14748     boxpoints: "outliers"
14749     whiskerwidth: 0
14750   layout:
14751     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14752     layout: "plot-throughput"
14753
14754 ################################################################################
14755
14756 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14757 - type: "plot"
14758   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14759   algorithm: "plot_performance_box"
14760   output-file-type: ".html"
14761   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14763   filter: "'NIC_Intel-X520-DA2' and
14764            '64B' and
14765            'NDRPDR' and
14766            'ETH' and
14767            'IP4FWD' and
14768            '1T1C' and
14769            'VHOST_1024' and
14770            not 'VXLAN' and
14771            not 'DOT1Q'"
14772   parameters:
14773   - "throughput"
14774   - "parent"
14775   - "tags"
14776   sort:
14777   - "not CFS_OPT"
14778   - "1VM"
14779   - "2VM"
14780   traces:
14781     hoverinfo: "x+y"
14782     boxpoints: "outliers"
14783     whiskerwidth: 0
14784   layout:
14785     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14786     layout: "plot-throughput"
14787
14788 - type: "plot"
14789   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14790   algorithm: "plot_performance_box"
14791   output-file-type: ".html"
14792   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14794   filter: "'NIC_Intel-X520-DA2' and
14795            '64B' and
14796            'NDRPDR' and
14797            'ETH' and
14798            'IP4FWD' and
14799            '2T2C' and
14800            'VHOST_1024' and
14801            not 'VXLAN' and
14802            not 'DOT1Q'"
14803   parameters:
14804   - "throughput"
14805   - "parent"
14806   - "tags"
14807   sort:
14808   - "not CFS_OPT"
14809   - "1VM"
14810   - "2VM"
14811   traces:
14812     hoverinfo: "x+y"
14813     boxpoints: "outliers"
14814     whiskerwidth: 0
14815   layout:
14816     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14817     layout: "plot-throughput"
14818
14819 - type: "plot"
14820   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14821   algorithm: "plot_performance_box"
14822   output-file-type: ".html"
14823   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14825   filter: "'NIC_Intel-X520-DA2' and
14826            '64B' and
14827            'NDRPDR' and
14828            'ETH' and
14829            'IP4FWD' and
14830            '1T1C' and
14831            'VHOST_1024' and
14832            not 'VXLAN' and
14833            not 'DOT1Q'"
14834   parameters:
14835   - "throughput"
14836   - "parent"
14837   - "tags"
14838   sort:
14839   - "not CFS_OPT"
14840   - "1VM"
14841   - "2VM"
14842   traces:
14843     hoverinfo: "x+y"
14844     boxpoints: "outliers"
14845     whiskerwidth: 0
14846   layout:
14847     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14848     layout: "plot-throughput"
14849
14850 - type: "plot"
14851   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14852   algorithm: "plot_performance_box"
14853   output-file-type: ".html"
14854   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14855   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14856   filter: "'NIC_Intel-X520-DA2' and
14857            '64B' and
14858            'NDRPDR' and
14859            'ETH' and
14860            'IP4FWD' and
14861            '2T2C' and
14862            'VHOST_1024' and
14863            not 'VXLAN' and
14864            not 'DOT1Q'"
14865   parameters:
14866   - "throughput"
14867   - "parent"
14868   - "tags"
14869   sort:
14870   - "not CFS_OPT"
14871   - "1VM"
14872   - "2VM"
14873   traces:
14874     hoverinfo: "x+y"
14875     boxpoints: "outliers"
14876     whiskerwidth: 0
14877   layout:
14878     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14879     layout: "plot-throughput"
14880
14881 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14882 - type: "plot"
14883   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14884   algorithm: "plot_performance_box"
14885   output-file-type: ".html"
14886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14888   filter: "'NIC_Intel-X520-DA2' and
14889            '64B' and
14890            'NDRPDR' and
14891            ('ETH' or 'DOT1Q') and
14892            'BASE' and
14893            '1T1C' and
14894            ('L2BDMACLRN' or 'L2XCFWD') and
14895            'VHOST_1024' and
14896            not 'VXLAN' and
14897            not 'IP4FWD' and
14898            not '2VM'"
14899   parameters:
14900   - "throughput"
14901   - "parent"
14902   - "tags"
14903   sort:
14904   - "L2BDMACLRN"
14905   - "L2BDMACLRN"
14906   - "L2BDMACLRN"
14907   - "L2XCFWD"
14908   - "L2XCFWD"
14909   - "L2XCFWD"
14910   traces:
14911     hoverinfo: "x+y"
14912     boxpoints: "outliers"
14913     whiskerwidth: 0
14914   layout:
14915     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14916     layout: "plot-throughput"
14917
14918 - type: "plot"
14919   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14920   algorithm: "plot_performance_box"
14921   output-file-type: ".html"
14922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14924   filter: "'NIC_Intel-X520-DA2' and
14925            '64B' and
14926            'NDRPDR' and
14927            ('ETH' or 'DOT1Q') and
14928            'BASE' and
14929            '1T1C' and
14930            ('L2BDMACLRN' or 'L2XCFWD') and
14931            'VHOST_1024' and
14932            not 'VXLAN' and
14933            not 'IP4FWD' and
14934            not '2VM'"
14935   parameters:
14936   - "throughput"
14937   - "parent"
14938   - "tags"
14939   sort:
14940   - "L2BDMACLRN"
14941   - "L2BDMACLRN"
14942   - "L2BDMACLRN"
14943   - "L2XCFWD"
14944   - "L2XCFWD"
14945   - "L2XCFWD"
14946   traces:
14947     hoverinfo: "x+y"
14948     boxpoints: "outliers"
14949     whiskerwidth: 0
14950   layout:
14951     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14952     layout: "plot-throughput"
14953
14954 - type: "plot"
14955   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14956   algorithm: "plot_performance_box"
14957   output-file-type: ".html"
14958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14960   filter: "'NIC_Intel-X520-DA2' and
14961            '64B' and
14962            'NDRPDR' and
14963            ('ETH' or 'DOT1Q') and
14964            'BASE' and
14965            '2T2C' and
14966            ('L2BDMACLRN' or 'L2XCFWD') and
14967            'VHOST_1024' and
14968            not 'VXLAN' and
14969            not 'IP4FWD' and
14970            not '2VM'"
14971   parameters:
14972   - "throughput"
14973   - "parent"
14974   - "tags"
14975   sort:
14976   - "L2BDMACLRN"
14977   - "L2BDMACLRN"
14978   - "L2BDMACLRN"
14979   - "L2XCFWD"
14980   - "L2XCFWD"
14981   - "L2XCFWD"
14982   traces:
14983     hoverinfo: "x+y"
14984     boxpoints: "outliers"
14985     whiskerwidth: 0
14986   layout:
14987     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14988     layout: "plot-throughput"
14989
14990 - type: "plot"
14991   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14992   algorithm: "plot_performance_box"
14993   output-file-type: ".html"
14994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14996   filter: "'NIC_Intel-X520-DA2' and
14997            '64B' and
14998            'NDRPDR' and
14999            ('ETH' or 'DOT1Q') and
15000            'BASE' and
15001            '2T2C' and
15002            ('L2BDMACLRN' or 'L2XCFWD') and
15003            'VHOST_1024' and
15004            not 'VXLAN' and
15005            not 'IP4FWD' and
15006            not '2VM'"
15007   parameters:
15008   - "throughput"
15009   - "parent"
15010   - "tags"
15011   sort:
15012   - "L2BDMACLRN"
15013   - "L2BDMACLRN"
15014   - "L2BDMACLRN"
15015   - "L2XCFWD"
15016   - "L2XCFWD"
15017   - "L2XCFWD"
15018   traces:
15019     hoverinfo: "x+y"
15020     boxpoints: "outliers"
15021     whiskerwidth: 0
15022   layout:
15023     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15024     layout: "plot-throughput"
15025
15026 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15027 - type: "plot"
15028   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
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-ndr"
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-ndr"
15060     layout: "plot-throughput"
15061
15062 - type: "plot"
15063   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15064   algorithm: "plot_performance_box"
15065   output-file-type: ".html"
15066   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
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            '1T1C' 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-1t1c-base-vm-pdr"
15095     layout: "plot-throughput"
15096
15097 - type: "plot"
15098   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
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-ndr"
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-ndr"
15130     layout: "plot-throughput"
15131
15132 - type: "plot"
15133   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15134   algorithm: "plot_performance_box"
15135   output-file-type: ".html"
15136   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15138   filter: "'NIC_Intel-X520-DA2' and
15139            '64B' and
15140            'NDRPDR' and
15141            ('ETH' or 'DOT1Q') and
15142            '2T2C' and
15143            ('L2BDMACLRN' or 'L2XCFWD') and
15144            'VHOST_1024' and
15145            not 'CFS_OPT' and
15146            not 'DOT1Q' and
15147            not 'VXLAN' and
15148            not 'IP4FWD' and
15149            not 'LBOND'"
15150   parameters:
15151   - "throughput"
15152   - "parent"
15153   - "tags"
15154 #  sort:
15155 #  - "1VM"
15156 #  - "L2XCFWD"
15157 #  - "1VM"
15158 #  - "L2BDMACLRN"
15159   traces:
15160     hoverinfo: "x+y"
15161     boxpoints: "outliers"
15162     whiskerwidth: 0
15163   layout:
15164     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15165     layout: "plot-throughput"
15166
15167 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15168 - type: "plot"
15169   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15170   algorithm: "plot_performance_box"
15171   output-file-type: ".html"
15172   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15174   filter: "'NIC_Intel-X710' and
15175            '64B' and
15176            'NDRPDR' and
15177            'ETH' and
15178            'IP4FWD' and
15179            '1T1C' and
15180            'VHOST_1024' and
15181            not 'VXLAN' and
15182            not 'CFS_OPT' and
15183            not 'DOT1Q'"
15184   parameters:
15185   - "throughput"
15186   - "parent"
15187   - "tags"
15188   sort:
15189   - "1VM"
15190   - "2VM"
15191   traces:
15192     hoverinfo: "x+y"
15193     boxpoints: "outliers"
15194     whiskerwidth: 0
15195   layout:
15196     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15197     layout: "plot-throughput"
15198
15199 - type: "plot"
15200   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15201   algorithm: "plot_performance_box"
15202   output-file-type: ".html"
15203   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15205   filter: "'NIC_Intel-X710' and
15206            '64B' and
15207            'NDRPDR' and
15208            'ETH' and
15209            'IP4FWD' and
15210            '2T2C' and
15211            'VHOST_1024' and
15212            not 'VXLAN' and
15213            not 'CFS_OPT' and
15214            not 'DOT1Q'"
15215   parameters:
15216   - "throughput"
15217   - "parent"
15218   - "tags"
15219   sort:
15220   - "1VM"
15221   - "2VM"
15222   traces:
15223     hoverinfo: "x+y"
15224     boxpoints: "outliers"
15225     whiskerwidth: 0
15226   layout:
15227     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15228     layout: "plot-throughput"
15229
15230 - type: "plot"
15231   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15232   algorithm: "plot_performance_box"
15233   output-file-type: ".html"
15234   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15236   filter: "'NIC_Intel-X710' and
15237            '64B' and
15238            'NDRPDR' and
15239            'ETH' and
15240            'IP4FWD' and
15241            '1T1C' and
15242            'VHOST_1024' and
15243            not 'VXLAN' and
15244            not 'CFS_OPT' and
15245            not 'DOT1Q'"
15246   parameters:
15247   - "throughput"
15248   - "parent"
15249   - "tags"
15250   sort:
15251   - "1VM"
15252   - "2VM"
15253   traces:
15254     hoverinfo: "x+y"
15255     boxpoints: "outliers"
15256     whiskerwidth: 0
15257   layout:
15258     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15259     layout: "plot-throughput"
15260
15261 - type: "plot"
15262   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15263   algorithm: "plot_performance_box"
15264   output-file-type: ".html"
15265   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15267   filter: "'NIC_Intel-X710' and
15268            '64B' and
15269            'NDRPDR' and
15270            'ETH' and
15271            'IP4FWD' and
15272            '2T2C' and
15273            'VHOST_1024' and
15274            not 'VXLAN' and
15275            not 'CFS_OPT' and
15276            not 'DOT1Q'"
15277   parameters:
15278   - "throughput"
15279   - "parent"
15280   - "tags"
15281   sort:
15282   - "1VM"
15283   - "2VM"
15284   traces:
15285     hoverinfo: "x+y"
15286     boxpoints: "outliers"
15287     whiskerwidth: 0
15288   layout:
15289     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15290     layout: "plot-throughput"
15291
15292 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15293 - type: "plot"
15294   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15295   algorithm: "plot_performance_box"
15296   output-file-type: ".html"
15297   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15299   filter: "'NIC_Intel-X710' and
15300            '64B' and
15301            'NDRPDR' and
15302            ('ETH' or 'DOT1Q') and
15303            'BASE' and
15304            '1T1C' and
15305            ('L2BDMACLRN' or 'L2XCFWD') and
15306            'VHOST_1024' and
15307            not 'VXLAN' and
15308            not 'IP4FWD' and
15309            not '2VM'"
15310   parameters:
15311   - "throughput"
15312   - "parent"
15313   - "tags"
15314   sort:
15315   - "L2BDMACLRN"
15316   - "L2BDMACLRN"
15317   - "L2BDMACLRN"
15318   - "L2XCFWD"
15319   - "L2XCFWD"
15320   - "L2XCFWD"
15321   traces:
15322     hoverinfo: "x+y"
15323     boxpoints: "outliers"
15324     whiskerwidth: 0
15325   layout:
15326     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15327     layout: "plot-throughput"
15328
15329 - type: "plot"
15330   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15331   algorithm: "plot_performance_box"
15332   output-file-type: ".html"
15333   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15335   filter: "'NIC_Intel-X710' and
15336            '64B' and
15337            'NDRPDR' and
15338            ('ETH' or 'DOT1Q') and
15339            'BASE' and
15340            '1T1C' and
15341            ('L2BDMACLRN' or 'L2XCFWD') and
15342            'VHOST_1024' and
15343            not 'VXLAN' and
15344            not 'IP4FWD' and
15345            not '2VM'"
15346   parameters:
15347   - "throughput"
15348   - "parent"
15349   - "tags"
15350   sort:
15351   - "L2BDMACLRN"
15352   - "L2BDMACLRN"
15353   - "L2BDMACLRN"
15354   - "L2XCFWD"
15355   - "L2XCFWD"
15356   - "L2XCFWD"
15357   traces:
15358     hoverinfo: "x+y"
15359     boxpoints: "outliers"
15360     whiskerwidth: 0
15361   layout:
15362     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15363     layout: "plot-throughput"
15364
15365 - type: "plot"
15366   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15367   algorithm: "plot_performance_box"
15368   output-file-type: ".html"
15369   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15371   filter: "'NIC_Intel-X710' and
15372            '64B' and
15373            'NDRPDR' and
15374            ('ETH' or 'DOT1Q') and
15375            'BASE' and
15376            '2T2C' and
15377            ('L2BDMACLRN' or 'L2XCFWD') and
15378            'VHOST_1024' and
15379            not 'VXLAN' and
15380            not 'IP4FWD' and
15381            not '2VM'"
15382   parameters:
15383   - "throughput"
15384   - "parent"
15385   - "tags"
15386   sort:
15387   - "L2BDMACLRN"
15388   - "L2BDMACLRN"
15389   - "L2BDMACLRN"
15390   - "L2XCFWD"
15391   - "L2XCFWD"
15392   - "L2XCFWD"
15393   traces:
15394     hoverinfo: "x+y"
15395     boxpoints: "outliers"
15396     whiskerwidth: 0
15397   layout:
15398     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15399     layout: "plot-throughput"
15400
15401 - type: "plot"
15402   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15403   algorithm: "plot_performance_box"
15404   output-file-type: ".html"
15405   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15407   filter: "'NIC_Intel-X710' and
15408            '64B' and
15409            'NDRPDR' and
15410            ('ETH' or 'DOT1Q') and
15411            'BASE' and
15412            '2T2C' and
15413            ('L2BDMACLRN' or 'L2XCFWD') and
15414            'VHOST_1024' and
15415            not 'VXLAN' and
15416            not 'IP4FWD' and
15417            not '2VM'"
15418   parameters:
15419   - "throughput"
15420   - "parent"
15421   - "tags"
15422   sort:
15423   - "L2BDMACLRN"
15424   - "L2BDMACLRN"
15425   - "L2BDMACLRN"
15426   - "L2XCFWD"
15427   - "L2XCFWD"
15428   - "L2XCFWD"
15429   traces:
15430     hoverinfo: "x+y"
15431     boxpoints: "outliers"
15432     whiskerwidth: 0
15433   layout:
15434     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15435     layout: "plot-throughput"
15436
15437 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15438 - type: "plot"
15439   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15440   algorithm: "plot_performance_box"
15441   output-file-type: ".html"
15442   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15444   filter: "'NIC_Intel-X710' and
15445            '64B' and
15446            'NDRPDR' and
15447            ('ETH' or 'DOT1Q') and
15448            '1T1C' and
15449            ('L2BDMACLRN' or 'L2XCFWD') and
15450            'VHOST_1024' and
15451            not 'CFS_OPT' and
15452            not 'VXLAN' and
15453            not 'IP4FWD' and
15454            not 'LBOND'"
15455   parameters:
15456   - "throughput"
15457   - "parent"
15458   - "tags"
15459   sort:
15460   - "L2BDMACLRN"
15461   - "L2BDMACLRN"
15462   - "L2BDMACLRN"
15463   - "L2XCFWD"
15464   - "L2XCFWD"
15465   - "L2XCFWD"
15466   traces:
15467     hoverinfo: "x+y"
15468     boxpoints: "outliers"
15469     whiskerwidth: 0
15470   layout:
15471     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15472     layout: "plot-throughput"
15473
15474 - type: "plot"
15475   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15476   algorithm: "plot_performance_box"
15477   output-file-type: ".html"
15478   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15479   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15480   filter: "'NIC_Intel-X710' and
15481            '64B' and
15482            'NDRPDR' and
15483            ('ETH' or 'DOT1Q') and
15484            '1T1C' and
15485            ('L2BDMACLRN' or 'L2XCFWD') and
15486            'VHOST_1024' and
15487            not 'CFS_OPT' and
15488            not 'VXLAN' and
15489            not 'IP4FWD' and
15490            not 'LBOND'"
15491   parameters:
15492   - "throughput"
15493   - "parent"
15494   - "tags"
15495   sort:
15496   - "L2BDMACLRN"
15497   - "L2BDMACLRN"
15498   - "L2BDMACLRN"
15499   - "L2XCFWD"
15500   - "L2XCFWD"
15501   - "L2XCFWD"
15502   traces:
15503     hoverinfo: "x+y"
15504     boxpoints: "outliers"
15505     whiskerwidth: 0
15506   layout:
15507     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15508     layout: "plot-throughput"
15509
15510 - type: "plot"
15511   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15512   algorithm: "plot_performance_box"
15513   output-file-type: ".html"
15514   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15516   filter: "'NIC_Intel-X710' and
15517            '64B' and
15518            'NDRPDR' and
15519            ('ETH' or 'DOT1Q') and
15520            '2T2C' and
15521            ('L2BDMACLRN' or 'L2XCFWD') and
15522            'VHOST_1024' and
15523            not 'CFS_OPT' and
15524            not 'VXLAN' and
15525            not 'IP4FWD' and
15526            not 'LBOND'"
15527   parameters:
15528   - "throughput"
15529   - "parent"
15530   - "tags"
15531   sort:
15532   - "L2BDMACLRN"
15533   - "L2BDMACLRN"
15534   - "L2BDMACLRN"
15535   - "L2XCFWD"
15536   - "L2XCFWD"
15537   - "L2XCFWD"
15538   traces:
15539     hoverinfo: "x+y"
15540     boxpoints: "outliers"
15541     whiskerwidth: 0
15542   layout:
15543     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15544     layout: "plot-throughput"
15545
15546 - type: "plot"
15547   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15548   algorithm: "plot_performance_box"
15549   output-file-type: ".html"
15550   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15552   filter: "'NIC_Intel-X710' and
15553            '64B' and
15554            'NDRPDR' and
15555            ('ETH' or 'DOT1Q') and
15556            '2T2C' and
15557            ('L2BDMACLRN' or 'L2XCFWD') and
15558            'VHOST_1024' and
15559            not 'CFS_OPT' and
15560            not 'VXLAN' and
15561            not 'IP4FWD' and
15562            not 'LBOND'"
15563   parameters:
15564   - "throughput"
15565   - "parent"
15566   - "tags"
15567   sort:
15568   - "L2BDMACLRN"
15569   - "L2BDMACLRN"
15570   - "L2BDMACLRN"
15571   - "L2XCFWD"
15572   - "L2XCFWD"
15573   - "L2XCFWD"
15574   traces:
15575     hoverinfo: "x+y"
15576     boxpoints: "outliers"
15577     whiskerwidth: 0
15578   layout:
15579     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15580     layout: "plot-throughput"
15581
15582 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15583 - type: "plot"
15584   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15585   algorithm: "plot_performance_box"
15586   output-file-type: ".html"
15587   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15589   filter: "'NIC_Intel-X710' and
15590            '64B' and
15591            'NDRPDR' and
15592            'ETH' and
15593            'IP4FWD' and
15594            '2T1C' and
15595            'VHOST_1024' and
15596            not 'VXLAN' and
15597            not 'DOT1Q'"
15598   parameters:
15599   - "throughput"
15600   - "parent"
15601   - "tags"
15602   sort:
15603   - "1VM"
15604   - "2VM"
15605   traces:
15606     hoverinfo: "x+y"
15607     boxpoints: "outliers"
15608     whiskerwidth: 0
15609   layout:
15610     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15611     layout: "plot-throughput"
15612
15613 - type: "plot"
15614   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15615   algorithm: "plot_performance_box"
15616   output-file-type: ".html"
15617   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15619   filter: "'NIC_Intel-X710' and
15620            '64B' and
15621            'NDRPDR' and
15622            'ETH' and
15623            'IP4FWD' and
15624            '4T2C' and
15625            'VHOST_1024' and
15626            not 'VXLAN' and
15627            not 'DOT1Q'"
15628   parameters:
15629   - "throughput"
15630   - "parent"
15631   - "tags"
15632   sort:
15633   - "1VM"
15634   - "2VM"
15635   traces:
15636     hoverinfo: "x+y"
15637     boxpoints: "outliers"
15638     whiskerwidth: 0
15639   layout:
15640     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15641     layout: "plot-throughput"
15642
15643 - type: "plot"
15644   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15645   algorithm: "plot_performance_box"
15646   output-file-type: ".html"
15647   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15649   filter: "'NIC_Intel-X710' and
15650            '64B' and
15651            'NDRPDR' and
15652            'ETH' and
15653            'IP4FWD' and
15654            '2T1C' and
15655            'VHOST_1024' and
15656            not 'VXLAN' and
15657            not 'DOT1Q'"
15658   parameters:
15659   - "throughput"
15660   - "parent"
15661   - "tags"
15662   sort:
15663   - "1VM"
15664   - "2VM"
15665   traces:
15666     hoverinfo: "x+y"
15667     boxpoints: "outliers"
15668     whiskerwidth: 0
15669   layout:
15670     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15671     layout: "plot-throughput"
15672
15673 - type: "plot"
15674   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15675   algorithm: "plot_performance_box"
15676   output-file-type: ".html"
15677   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15679   filter: "'NIC_Intel-X710' and
15680            '64B' and
15681            'NDRPDR' and
15682            'ETH' and
15683            'IP4FWD' and
15684            '4T2C' and
15685            'VHOST_1024' and
15686            not 'VXLAN' and
15687            not 'DOT1Q'"
15688   parameters:
15689   - "throughput"
15690   - "parent"
15691   - "tags"
15692   sort:
15693   - "1VM"
15694   - "2VM"
15695   traces:
15696     hoverinfo: "x+y"
15697     boxpoints: "outliers"
15698     whiskerwidth: 0
15699   layout:
15700     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15701     layout: "plot-throughput"
15702
15703 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15704 - type: "plot"
15705   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15706   algorithm: "plot_performance_box"
15707   output-file-type: ".html"
15708   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15710   filter: "'NIC_Intel-X710' and
15711            '64B' and
15712            'NDRPDR' and
15713            ('ETH' or 'DOT1Q') and
15714            'BASE' and
15715            '2T1C' and
15716            ('L2BDMACLRN' or 'L2XCFWD') and
15717            'VHOST_1024' and
15718            not 'VXLAN' and
15719            not 'IP4FWD' and
15720            not '2VM'"
15721   parameters:
15722   - "throughput"
15723   - "parent"
15724   - "tags"
15725   sort:
15726   - "L2BDMACLRN"
15727   - "L2BDMACLRN"
15728   - "L2BDMACLRN"
15729   - "L2XCFWD"
15730   - "L2XCFWD"
15731   - "L2XCFWD"
15732   traces:
15733     hoverinfo: "x+y"
15734     boxpoints: "outliers"
15735     whiskerwidth: 0
15736   layout:
15737     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15738     layout: "plot-throughput"
15739
15740 - type: "plot"
15741   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15742   algorithm: "plot_performance_box"
15743   output-file-type: ".html"
15744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15746   filter: "'NIC_Intel-X710' and
15747            '64B' and
15748            'NDRPDR' and
15749            ('ETH' or 'DOT1Q') and
15750            'BASE' and
15751            '2T1C' and
15752            ('L2BDMACLRN' or 'L2XCFWD') and
15753            'VHOST_1024' and
15754            not 'VXLAN' and
15755            not 'IP4FWD' and
15756            not '2VM'"
15757   parameters:
15758   - "throughput"
15759   - "parent"
15760   - "tags"
15761   sort:
15762   - "L2BDMACLRN"
15763   - "L2BDMACLRN"
15764   - "L2BDMACLRN"
15765   - "L2XCFWD"
15766   - "L2XCFWD"
15767   - "L2XCFWD"
15768   traces:
15769     hoverinfo: "x+y"
15770     boxpoints: "outliers"
15771     whiskerwidth: 0
15772   layout:
15773     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15774     layout: "plot-throughput"
15775
15776 - type: "plot"
15777   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15778   algorithm: "plot_performance_box"
15779   output-file-type: ".html"
15780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15782   filter: "'NIC_Intel-X710' and
15783            '64B' and
15784            'NDRPDR' and
15785            ('ETH' or 'DOT1Q') and
15786            'BASE' and
15787            '4T2C' and
15788            ('L2BDMACLRN' or 'L2XCFWD') and
15789            'VHOST_1024' and
15790            not 'VXLAN' and
15791            not 'IP4FWD' and
15792            not '2VM'"
15793   parameters:
15794   - "throughput"
15795   - "parent"
15796   - "tags"
15797   sort:
15798   - "L2BDMACLRN"
15799   - "L2BDMACLRN"
15800   - "L2BDMACLRN"
15801   - "L2XCFWD"
15802   - "L2XCFWD"
15803   - "L2XCFWD"
15804   traces:
15805     hoverinfo: "x+y"
15806     boxpoints: "outliers"
15807     whiskerwidth: 0
15808   layout:
15809     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15810     layout: "plot-throughput"
15811
15812 - type: "plot"
15813   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15814   algorithm: "plot_performance_box"
15815   output-file-type: ".html"
15816   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15818   filter: "'NIC_Intel-X710' and
15819            '64B' and
15820            'NDRPDR' and
15821            ('ETH' or 'DOT1Q') and
15822            'BASE' and
15823            '4T2C' and
15824            ('L2BDMACLRN' or 'L2XCFWD') and
15825            'VHOST_1024' and
15826            not 'VXLAN' and
15827            not 'IP4FWD' and
15828            not '2VM'"
15829   parameters:
15830   - "throughput"
15831   - "parent"
15832   - "tags"
15833   sort:
15834   - "L2BDMACLRN"
15835   - "L2BDMACLRN"
15836   - "L2BDMACLRN"
15837   - "L2XCFWD"
15838   - "L2XCFWD"
15839   - "L2XCFWD"
15840   traces:
15841     hoverinfo: "x+y"
15842     boxpoints: "outliers"
15843     whiskerwidth: 0
15844   layout:
15845     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15846     layout: "plot-throughput"
15847
15848 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15849 - type: "plot"
15850   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15851   algorithm: "plot_performance_box"
15852   output-file-type: ".html"
15853   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15855   filter: "'NIC_Intel-X710' and
15856            '64B' and
15857            'NDRPDR' and
15858            ('ETH' or 'DOT1Q') and
15859            '2T1C' and
15860            ('L2BDMACLRN' or 'L2XCFWD') and
15861            'VHOST_1024' and
15862            not 'CFS_OPT' and
15863            not 'VXLAN' and
15864            not 'IP4FWD' and
15865            not 'LBOND'"
15866   parameters:
15867   - "throughput"
15868   - "parent"
15869   - "tags"
15870   sort:
15871   - "L2BDMACLRN"
15872   - "L2BDMACLRN"
15873   - "L2BDMACLRN"
15874   - "L2XCFWD"
15875   - "L2XCFWD"
15876   - "L2XCFWD"
15877   traces:
15878     hoverinfo: "x+y"
15879     boxpoints: "outliers"
15880     whiskerwidth: 0
15881   layout:
15882     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15883     layout: "plot-throughput"
15884
15885 - type: "plot"
15886   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15887   algorithm: "plot_performance_box"
15888   output-file-type: ".html"
15889   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15891   filter: "'NIC_Intel-X710' and
15892            '64B' and
15893            'NDRPDR' and
15894            ('ETH' or 'DOT1Q') and
15895            '2T1C' and
15896            ('L2BDMACLRN' or 'L2XCFWD') and
15897            'VHOST_1024' and
15898            not 'CFS_OPT' and
15899            not 'VXLAN' and
15900            not 'IP4FWD' and
15901            not 'LBOND'"
15902   parameters:
15903   - "throughput"
15904   - "parent"
15905   - "tags"
15906   sort:
15907   - "L2BDMACLRN"
15908   - "L2BDMACLRN"
15909   - "L2BDMACLRN"
15910   - "L2XCFWD"
15911   - "L2XCFWD"
15912   - "L2XCFWD"
15913   traces:
15914     hoverinfo: "x+y"
15915     boxpoints: "outliers"
15916     whiskerwidth: 0
15917   layout:
15918     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15919     layout: "plot-throughput"
15920
15921 - type: "plot"
15922   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15923   algorithm: "plot_performance_box"
15924   output-file-type: ".html"
15925   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15927   filter: "'NIC_Intel-X710' and
15928            '64B' and
15929            'NDRPDR' and
15930            ('ETH' or 'DOT1Q') and
15931            '4T2C' and
15932            ('L2BDMACLRN' or 'L2XCFWD') and
15933            'VHOST_1024' and
15934            not 'CFS_OPT' and
15935            not 'VXLAN' and
15936            not 'IP4FWD' and
15937            not 'LBOND'"
15938   parameters:
15939   - "throughput"
15940   - "parent"
15941   - "tags"
15942   sort:
15943   - "L2BDMACLRN"
15944   - "L2BDMACLRN"
15945   - "L2BDMACLRN"
15946   - "L2XCFWD"
15947   - "L2XCFWD"
15948   - "L2XCFWD"
15949   traces:
15950     hoverinfo: "x+y"
15951     boxpoints: "outliers"
15952     whiskerwidth: 0
15953   layout:
15954     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15955     layout: "plot-throughput"
15956
15957 - type: "plot"
15958   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15959   algorithm: "plot_performance_box"
15960   output-file-type: ".html"
15961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15963   filter: "'NIC_Intel-X710' and
15964            '64B' and
15965            'NDRPDR' and
15966            ('ETH' or 'DOT1Q') and
15967            '4T2C' and
15968            ('L2BDMACLRN' or 'L2XCFWD') and
15969            'VHOST_1024' and
15970            not 'CFS_OPT' and
15971            not 'VXLAN' and
15972            not 'IP4FWD' and
15973            not 'LBOND'"
15974   parameters:
15975   - "throughput"
15976   - "parent"
15977   - "tags"
15978   sort:
15979   - "L2BDMACLRN"
15980   - "L2BDMACLRN"
15981   - "L2BDMACLRN"
15982   - "L2XCFWD"
15983   - "L2XCFWD"
15984   - "L2XCFWD"
15985   traces:
15986     hoverinfo: "x+y"
15987     boxpoints: "outliers"
15988     whiskerwidth: 0
15989   layout:
15990     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15991     layout: "plot-throughput"
15992
15993 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15994 - type: "plot"
15995   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15996   algorithm: "plot_performance_box"
15997   output-file-type: ".html"
15998   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16000   filter: "'NIC_Intel-X710' and
16001            '64B' and
16002            'NDRPDR' and
16003            'ETH' and
16004            'IP4FWD' and
16005            '2T1C' and
16006            'VHOST_1024' and
16007            not 'VXLAN' and
16008            not 'NF_DENSITY' and
16009            not 'CFS_OPT' and
16010            not 'DOT1Q'"
16011   parameters:
16012   - "throughput"
16013   - "parent"
16014   - "tags"
16015   sort:
16016   - "1VM"
16017   - "2VM"
16018   traces:
16019     hoverinfo: "x+y"
16020     boxpoints: "outliers"
16021     whiskerwidth: 0
16022   layout:
16023     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16024     layout: "plot-throughput"
16025
16026 - type: "plot"
16027   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16028   algorithm: "plot_performance_box"
16029   output-file-type: ".html"
16030   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16032   filter: "'NIC_Intel-X710' and
16033            '64B' and
16034            'NDRPDR' and
16035            'ETH' and
16036            'IP4FWD' and
16037            '4T2C' and
16038            'VHOST_1024' and
16039            not 'VXLAN' and
16040            not 'NF_DENSITY' and
16041            not 'CFS_OPT' and
16042            not 'DOT1Q'"
16043   parameters:
16044   - "throughput"
16045   - "parent"
16046   - "tags"
16047   sort:
16048   - "1VM"
16049   - "2VM"
16050   traces:
16051     hoverinfo: "x+y"
16052     boxpoints: "outliers"
16053     whiskerwidth: 0
16054   layout:
16055     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16056     layout: "plot-throughput"
16057
16058 - type: "plot"
16059   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16060   algorithm: "plot_performance_box"
16061   output-file-type: ".html"
16062   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16064   filter: "'NIC_Intel-X710' and
16065            '64B' and
16066            'NDRPDR' and
16067            'ETH' and
16068            'IP4FWD' and
16069            '2T1C' and
16070            'VHOST_1024' and
16071            not 'VXLAN' and
16072            not 'NF_DENSITY' and
16073            not 'CFS_OPT' and
16074            not 'DOT1Q'"
16075   parameters:
16076   - "throughput"
16077   - "parent"
16078   - "tags"
16079   sort:
16080   - "1VM"
16081   - "2VM"
16082   traces:
16083     hoverinfo: "x+y"
16084     boxpoints: "outliers"
16085     whiskerwidth: 0
16086   layout:
16087     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16088     layout: "plot-throughput"
16089
16090 - type: "plot"
16091   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16092   algorithm: "plot_performance_box"
16093   output-file-type: ".html"
16094   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16096   filter: "'NIC_Intel-X710' and
16097            '64B' and
16098            'NDRPDR' and
16099            'ETH' and
16100            'IP4FWD' and
16101            '4T2C' and
16102            'VHOST_1024' and
16103            not 'VXLAN' and
16104            not 'NF_DENSITY' and
16105            not 'CFS_OPT' and
16106            not 'DOT1Q'"
16107   parameters:
16108   - "throughput"
16109   - "parent"
16110   - "tags"
16111   sort:
16112   - "1VM"
16113   - "2VM"
16114   traces:
16115     hoverinfo: "x+y"
16116     boxpoints: "outliers"
16117     whiskerwidth: 0
16118   layout:
16119     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16120     layout: "plot-throughput"
16121
16122 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16123 - type: "plot"
16124   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
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-ndr"
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-ndr"
16156     layout: "plot-throughput"
16157
16158 - type: "plot"
16159   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16160   algorithm: "plot_performance_box"
16161   output-file-type: ".html"
16162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
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            '2T1C' 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-2t1c-base_and_features-pdr"
16191     layout: "plot-throughput"
16192
16193 - type: "plot"
16194   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
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-ndr"
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-ndr"
16226     layout: "plot-throughput"
16227
16228 - type: "plot"
16229   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16230   algorithm: "plot_performance_box"
16231   output-file-type: ".html"
16232   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16234   filter: "'NIC_Intel-X710' and
16235            '64B' and
16236            'NDRPDR' and
16237            ('ETH' or 'DOT1Q') and
16238            'BASE' and
16239            '4T2C' and
16240            ('L2BDMACLRN' or 'L2XCFWD') and
16241            'VHOST_1024' and
16242            not 'VXLAN' and
16243            not 'NF_DENSITY' and
16244            not 'IP4FWD' and
16245            not '2VM'"
16246   parameters:
16247   - "throughput"
16248   - "parent"
16249   - "tags"
16250 #  sort:
16251 #  - "not CFS_OPT"
16252 #  - "L2XCFWD"
16253 #  - "not CFS_OPT"
16254 #  - "CFS_OPT"
16255   traces:
16256     hoverinfo: "x+y"
16257     boxpoints: "outliers"
16258     whiskerwidth: 0
16259   layout:
16260     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16261     layout: "plot-throughput"
16262
16263 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16264 - type: "plot"
16265   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
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-ndr"
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-ndr"
16297     layout: "plot-throughput"
16298
16299 - type: "plot"
16300   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16301   algorithm: "plot_performance_box"
16302   output-file-type: ".html"
16303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
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            '2T1C' 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-2t1c-base-vm-pdr"
16332     layout: "plot-throughput"
16333
16334 - type: "plot"
16335   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
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-ndr"
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-ndr"
16367     layout: "plot-throughput"
16368
16369 - type: "plot"
16370   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16371   algorithm: "plot_performance_box"
16372   output-file-type: ".html"
16373   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16375   filter: "'NIC_Intel-X710' and
16376            '64B' and
16377            'NDRPDR' and
16378            ('ETH' or 'DOT1Q') and
16379            '4T2C' and
16380            ('L2BDMACLRN' or 'L2XCFWD') and
16381            'VHOST_1024' and
16382            not 'CFS_OPT' and
16383            not 'VXLAN' and
16384            not 'NF_DENSITY' and
16385            not 'DOT1Q' and
16386            not 'IP4FWD'"
16387   parameters:
16388   - "throughput"
16389   - "parent"
16390   - "tags"
16391 #  sort:
16392 #  - "1VM"
16393 #  - "L2XCFWD"
16394 #  - "1VM"
16395 #  - "L2BDMACLRN"
16396   traces:
16397     hoverinfo: "x+y"
16398     boxpoints: "outliers"
16399     whiskerwidth: 0
16400   layout:
16401     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16402     layout: "plot-throughput"
16403
16404 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16405 - type: "plot"
16406   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16407   algorithm: "plot_performance_box"
16408   output-file-type: ".html"
16409   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16411   filter: "'NIC_Intel-XXV710' and
16412            '64B' and
16413            'NDRPDR' and
16414            'ETH' and
16415            'IP4FWD' and
16416            '2T1C' and
16417            'VHOST_1024' and
16418            not 'VXLAN' and
16419            not 'CFS_OPT' and
16420            not 'DOT1Q'"
16421   parameters:
16422   - "throughput"
16423   - "parent"
16424   - "tags"
16425   sort:
16426   - "1VM"
16427   - "2VM"
16428   traces:
16429     hoverinfo: "x+y"
16430     boxpoints: "outliers"
16431     whiskerwidth: 0
16432   layout:
16433     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16434     layout: "plot-throughput"
16435
16436 - type: "plot"
16437   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16438   algorithm: "plot_performance_box"
16439   output-file-type: ".html"
16440   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16442   filter: "'NIC_Intel-XXV710' and
16443            '64B' and
16444            'NDRPDR' and
16445            'ETH' and
16446            'IP4FWD' and
16447            '4T2C' and
16448            'VHOST_1024' and
16449            not 'VXLAN' and
16450            not 'CFS_OPT' and
16451            not 'DOT1Q'"
16452   parameters:
16453   - "throughput"
16454   - "parent"
16455   - "tags"
16456   sort:
16457   - "1VM"
16458   - "2VM"
16459   traces:
16460     hoverinfo: "x+y"
16461     boxpoints: "outliers"
16462     whiskerwidth: 0
16463   layout:
16464     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16465     layout: "plot-throughput"
16466
16467 - type: "plot"
16468   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16469   algorithm: "plot_performance_box"
16470   output-file-type: ".html"
16471   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16473   filter: "'NIC_Intel-XXV710' and
16474            '64B' and
16475            'NDRPDR' and
16476            'ETH' and
16477            'IP4FWD' and
16478            '2T1C' and
16479            'VHOST_1024' and
16480            not 'VXLAN' and
16481            not 'CFS_OPT' and
16482            not 'DOT1Q'"
16483   parameters:
16484   - "throughput"
16485   - "parent"
16486   - "tags"
16487   sort:
16488   - "1VM"
16489   - "2VM"
16490   traces:
16491     hoverinfo: "x+y"
16492     boxpoints: "outliers"
16493     whiskerwidth: 0
16494   layout:
16495     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16496     layout: "plot-throughput"
16497
16498 - type: "plot"
16499   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16500   algorithm: "plot_performance_box"
16501   output-file-type: ".html"
16502   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16504   filter: "'NIC_Intel-XXV710' and
16505            '64B' and
16506            'NDRPDR' and
16507            'ETH' and
16508            'IP4FWD' and
16509            '4T2C' and
16510            'VHOST_1024' and
16511            not 'VXLAN' and
16512            not 'CFS_OPT' and
16513            not 'DOT1Q'"
16514   parameters:
16515   - "throughput"
16516   - "parent"
16517   - "tags"
16518   sort:
16519   - "1VM"
16520   - "2VM"
16521   traces:
16522     hoverinfo: "x+y"
16523     boxpoints: "outliers"
16524     whiskerwidth: 0
16525   layout:
16526     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16527     layout: "plot-throughput"
16528
16529 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16530 #- type: "plot"
16531 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16532 #  algorithm: "plot_performance_box"
16533 #  output-file-type: ".html"
16534 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16535 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16536 #  filter: "'NIC_Intel-XXV710' and
16537 #           '64B' and
16538 #           'NDRPDR' and
16539 #           ('ETH' or 'DOT1Q') and
16540 #           'BASE' and
16541 #           '2T1C' and
16542 #           ('L2BDMACLRN' or 'L2XCFWD') and
16543 #           'VHOST_1024' and
16544 #           not 'VXLAN' and
16545 #           not 'IP4FWD' and
16546 #           not '2VM'"
16547 #  parameters:
16548 #  - "throughput"
16549 #  - "parent"
16550 #  - "tags"
16551 ##  sort:
16552 ##  - "not CFS_OPT"
16553 ##  - "L2XCFWD"
16554 ##  - "not CFS_OPT"
16555 ##  - "CFS_OPT"
16556 #  traces:
16557 #    hoverinfo: "x+y"
16558 #    boxpoints: "outliers"
16559 #    whiskerwidth: 0
16560 #  layout:
16561 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16562 #    layout: "plot-throughput"
16563 #
16564 #- type: "plot"
16565 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16566 #  algorithm: "plot_performance_box"
16567 #  output-file-type: ".html"
16568 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16569 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16570 #  filter: "'NIC_Intel-XXV710' and
16571 #           '64B' and
16572 #           'NDRPDR' and
16573 #           ('ETH' or 'DOT1Q') and
16574 #           'BASE' and
16575 #           '2T1C' and
16576 #           ('L2BDMACLRN' or 'L2XCFWD') and
16577 #           'VHOST_1024' and
16578 #           not 'VXLAN' and
16579 #           not 'IP4FWD' and
16580 #           not '2VM'"
16581 #  parameters:
16582 #  - "throughput"
16583 #  - "parent"
16584 #  - "tags"
16585 ##  sort:
16586 ##  - "not CFS_OPT"
16587 ##  - "L2XCFWD"
16588 ##  - "not CFS_OPT"
16589 ##  - "CFS_OPT"
16590 #  traces:
16591 #    hoverinfo: "x+y"
16592 #    boxpoints: "outliers"
16593 #    whiskerwidth: 0
16594 #  layout:
16595 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16596 #    layout: "plot-throughput"
16597 #
16598 #- type: "plot"
16599 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16600 #  algorithm: "plot_performance_box"
16601 #  output-file-type: ".html"
16602 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16603 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16604 #  filter: "'NIC_Intel-XXV710' and
16605 #           '64B' and
16606 #           'NDRPDR' and
16607 #           ('ETH' or 'DOT1Q') and
16608 #           'BASE' and
16609 #           '4T2C' and
16610 #           ('L2BDMACLRN' or 'L2XCFWD') and
16611 #           'VHOST_1024' and
16612 #           not 'VXLAN' and
16613 #           not 'IP4FWD' and
16614 #           not '2VM'"
16615 #  parameters:
16616 #  - "throughput"
16617 #  - "parent"
16618 #  - "tags"
16619 ##  sort:
16620 ##  - "not CFS_OPT"
16621 ##  - "L2XCFWD"
16622 ##  - "not CFS_OPT"
16623 ##  - "CFS_OPT"
16624 #  traces:
16625 #    hoverinfo: "x+y"
16626 #    boxpoints: "outliers"
16627 #    whiskerwidth: 0
16628 #  layout:
16629 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16630 #    layout: "plot-throughput"
16631 #
16632 #- type: "plot"
16633 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16634 #  algorithm: "plot_performance_box"
16635 #  output-file-type: ".html"
16636 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
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 #           'BASE' and
16643 #           '4T2C' and
16644 #           ('L2BDMACLRN' or 'L2XCFWD') and
16645 #           'VHOST_1024' and
16646 #           not 'VXLAN' and
16647 #           not 'IP4FWD' and
16648 #           not '2VM'"
16649 #  parameters:
16650 #  - "throughput"
16651 #  - "parent"
16652 #  - "tags"
16653 ##  sort:
16654 ##  - "not CFS_OPT"
16655 ##  - "L2XCFWD"
16656 ##  - "not CFS_OPT"
16657 ##  - "CFS_OPT"
16658 #  traces:
16659 #    hoverinfo: "x+y"
16660 #    boxpoints: "outliers"
16661 #    whiskerwidth: 0
16662 #  layout:
16663 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16664 #    layout: "plot-throughput"
16665 #
16666 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16667 #- type: "plot"
16668 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16669 #  algorithm: "plot_performance_box"
16670 #  output-file-type: ".html"
16671 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16672 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16673 #  filter: "'NIC_Intel-XXV710' and
16674 #           '64B' and
16675 #           'NDRPDR' and
16676 #           ('ETH' or 'DOT1Q') and
16677 #           '2T1C' and
16678 #           ('L2BDMACLRN' or 'L2XCFWD') and
16679 #           'VHOST_1024' and
16680 #           not 'CFS_OPT' and
16681 #           not 'VXLAN' and
16682 #           not 'DOT1Q' and
16683 #           not 'IP4FWD'"
16684 #  parameters:
16685 #  - "throughput"
16686 #  - "parent"
16687 #  - "tags"
16688 ##  sort:
16689 ##  - "1VM"
16690 ##  - "L2XCFWD"
16691 ##  - "1VM"
16692 ##  - "L2BDMACLRN"
16693 #  traces:
16694 #    hoverinfo: "x+y"
16695 #    boxpoints: "outliers"
16696 #    whiskerwidth: 0
16697 #  layout:
16698 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16699 #    layout: "plot-throughput"
16700 #
16701 #- type: "plot"
16702 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16703 #  algorithm: "plot_performance_box"
16704 #  output-file-type: ".html"
16705 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16706 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16707 #  filter: "'NIC_Intel-XXV710' and
16708 #           '64B' and
16709 #           'NDRPDR' and
16710 #           ('ETH' or 'DOT1Q') and
16711 #           '2T1C' and
16712 #           ('L2BDMACLRN' or 'L2XCFWD') and
16713 #           'VHOST_1024' and
16714 #           not 'CFS_OPT' and
16715 #           not 'VXLAN' and
16716 #           not 'DOT1Q' and
16717 #           not 'IP4FWD'"
16718 #  parameters:
16719 #  - "throughput"
16720 #  - "parent"
16721 #  - "tags"
16722 ##  sort:
16723 ##  - "1VM"
16724 ##  - "L2XCFWD"
16725 ##  - "1VM"
16726 ##  - "L2BDMACLRN"
16727 #  traces:
16728 #    hoverinfo: "x+y"
16729 #    boxpoints: "outliers"
16730 #    whiskerwidth: 0
16731 #  layout:
16732 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16733 #    layout: "plot-throughput"
16734 #
16735 #- type: "plot"
16736 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16737 #  algorithm: "plot_performance_box"
16738 #  output-file-type: ".html"
16739 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16740 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16741 #  filter: "'NIC_Intel-XXV710' and
16742 #           '64B' and
16743 #           'NDRPDR' and
16744 #           ('ETH' or 'DOT1Q') and
16745 #           '4T2C' and
16746 #           ('L2BDMACLRN' or 'L2XCFWD') and
16747 #           'VHOST_1024' and
16748 #           not 'CFS_OPT' and
16749 #           not 'VXLAN' and
16750 #           not 'DOT1Q' and
16751 #           not 'IP4FWD'"
16752 #  parameters:
16753 #  - "throughput"
16754 #  - "parent"
16755 #  - "tags"
16756 ##  sort:
16757 ##  - "1VM"
16758 ##  - "L2XCFWD"
16759 ##  - "1VM"
16760 ##  - "L2BDMACLRN"
16761 #  traces:
16762 #    hoverinfo: "x+y"
16763 #    boxpoints: "outliers"
16764 #    whiskerwidth: 0
16765 #  layout:
16766 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16767 #    layout: "plot-throughput"
16768 #
16769 #- type: "plot"
16770 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16771 #  algorithm: "plot_performance_box"
16772 #  output-file-type: ".html"
16773 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16774 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16775 #  filter: "'NIC_Intel-XXV710' and
16776 #           '64B' and
16777 #           'NDRPDR' and
16778 #           ('ETH' or 'DOT1Q') and
16779 #           '4T2C' and
16780 #           ('L2BDMACLRN' or 'L2XCFWD') and
16781 #           'VHOST_1024' and
16782 #           not 'CFS_OPT' and
16783 #           not 'VXLAN' and
16784 #           not 'DOT1Q' and
16785 #           not 'IP4FWD'"
16786 #  parameters:
16787 #  - "throughput"
16788 #  - "parent"
16789 #  - "tags"
16790 ##  sort:
16791 ##  - "1VM"
16792 ##  - "L2XCFWD"
16793 ##  - "1VM"
16794 ##  - "L2BDMACLRN"
16795 #  traces:
16796 #    hoverinfo: "x+y"
16797 #    boxpoints: "outliers"
16798 #    whiskerwidth: 0
16799 #  layout:
16800 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16801 #    layout: "plot-throughput"
16802
16803 ################################################################################
16804
16805 # Packet Throughput - VPP VTS 3n-hsw-x520
16806 - type: "plot"
16807   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16808   algorithm: "plot_performance_box"
16809   output-file-type: ".html"
16810   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16812   filter: "'NIC_Intel-X520-DA2' and
16813            '114B' and
16814            'NDRPDR' and
16815            '1T1C' and
16816            'VTS'"
16817   parameters:
16818   - "throughput"
16819   - "parent"
16820   - "tags"
16821   traces:
16822     hoverinfo: "x+y"
16823     boxpoints: "outliers"
16824     whiskerwidth: 0
16825   layout:
16826     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16827     layout: "plot-throughput"
16828
16829 - type: "plot"
16830   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16831   algorithm: "plot_performance_box"
16832   output-file-type: ".html"
16833   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16835   filter: "'NIC_Intel-X520-DA2' and
16836            '114B' and
16837            'NDRPDR' and
16838            '2T2C' and
16839            'VTS'"
16840   parameters:
16841   - "throughput"
16842   - "parent"
16843   - "tags"
16844   traces:
16845     hoverinfo: "x+y"
16846     boxpoints: "outliers"
16847     whiskerwidth: 0
16848   layout:
16849     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16850     layout: "plot-throughput"
16851
16852 - type: "plot"
16853   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16854   algorithm: "plot_performance_box"
16855   output-file-type: ".html"
16856   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16858   filter: "'NIC_Intel-X520-DA2' and
16859            '114B' and
16860            'NDRPDR' and
16861            '1T1C' and
16862            'VTS'"
16863   parameters:
16864   - "throughput"
16865   - "parent"
16866   - "tags"
16867   traces:
16868     hoverinfo: "x+y"
16869     boxpoints: "outliers"
16870     whiskerwidth: 0
16871   layout:
16872     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16873     layout: "plot-throughput"
16874
16875 - type: "plot"
16876   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16877   algorithm: "plot_performance_box"
16878   output-file-type: ".html"
16879   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16881   filter: "'NIC_Intel-X520-DA2' and
16882            '114B' and
16883            'NDRPDR' and
16884            '2T2C' and
16885            'VTS'"
16886   parameters:
16887   - "throughput"
16888   - "parent"
16889   - "tags"
16890   traces:
16891     hoverinfo: "x+y"
16892     boxpoints: "outliers"
16893     whiskerwidth: 0
16894   layout:
16895     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16896     layout: "plot-throughput"
16897
16898 ################################################################################
16899
16900 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16901 - type: "plot"
16902   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16903   algorithm: "plot_performance_box"
16904   output-file-type: ".html"
16905   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16906   data: "plot-dpdk-throughput-latency-3n-hsw"
16907   filter: "'NIC_Intel-X520-DA2' and
16908            '64B' and
16909            'BASE' and
16910            'NDRPDR' and
16911            '1T1C' and
16912            'IP4FWD'"
16913   parameters:
16914   - "throughput"
16915   - "parent"
16916   - "tags"
16917   traces:
16918     hoverinfo: "x+y"
16919     boxpoints: "outliers"
16920     whiskerwidth: 0
16921   layout:
16922     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16923     layout: "plot-throughput"
16924
16925 - type: "plot"
16926   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16927   algorithm: "plot_performance_box"
16928   output-file-type: ".html"
16929   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16930   data: "plot-dpdk-throughput-latency-3n-hsw"
16931   filter: "'NIC_Intel-X520-DA2' and
16932            '64B' and
16933            'BASE' and
16934            'NDRPDR' and
16935            '2T2C' and
16936            'IP4FWD'"
16937   parameters:
16938   - "throughput"
16939   - "parent"
16940   - "tags"
16941   traces:
16942     hoverinfo: "x+y"
16943     boxpoints: "outliers"
16944     whiskerwidth: 0
16945   layout:
16946     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16947     layout: "plot-throughput"
16948
16949 - type: "plot"
16950   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16951   algorithm: "plot_performance_box"
16952   output-file-type: ".html"
16953   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16954   data: "plot-dpdk-throughput-latency-3n-hsw"
16955   filter: "'NIC_Intel-X520-DA2' and
16956            '64B' and
16957            'BASE' and
16958            'NDRPDR' and
16959            '1T1C' and
16960            'IP4FWD'"
16961   parameters:
16962   - "throughput"
16963   - "parent"
16964   - "tags"
16965   traces:
16966     hoverinfo: "x+y"
16967     boxpoints: "outliers"
16968     whiskerwidth: 0
16969   layout:
16970     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16971     layout: "plot-throughput"
16972
16973 - type: "plot"
16974   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16975   algorithm: "plot_performance_box"
16976   output-file-type: ".html"
16977   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16978   data: "plot-dpdk-throughput-latency-3n-hsw"
16979   filter: "'NIC_Intel-X520-DA2' and
16980            '64B' and
16981            'BASE' and
16982            'NDRPDR' and
16983            '2T2C' and
16984            'IP4FWD'"
16985   parameters:
16986   - "throughput"
16987   - "parent"
16988   - "tags"
16989   traces:
16990     hoverinfo: "x+y"
16991     boxpoints: "outliers"
16992     whiskerwidth: 0
16993   layout:
16994     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16995     layout: "plot-throughput"
16996
16997 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16998 - type: "plot"
16999   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17000   algorithm: "plot_performance_box"
17001   output-file-type: ".html"
17002   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17003   data: "plot-dpdk-throughput-latency-3n-hsw"
17004   filter: "'NIC_Intel-X710' and
17005            '64B' and
17006            'BASE' and
17007            'NDRPDR' and
17008            '1T1C' and
17009            'IP4FWD'"
17010   parameters:
17011   - "throughput"
17012   - "parent"
17013   - "tags"
17014   traces:
17015     hoverinfo: "x+y"
17016     boxpoints: "outliers"
17017     whiskerwidth: 0
17018   layout:
17019     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17020     layout: "plot-throughput"
17021
17022 - type: "plot"
17023   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17024   algorithm: "plot_performance_box"
17025   output-file-type: ".html"
17026   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17027   data: "plot-dpdk-throughput-latency-3n-hsw"
17028   filter: "'NIC_Intel-X710' and
17029            '64B' and
17030            'BASE' and
17031            'NDRPDR' and
17032            '2T2C' and
17033            'IP4FWD'"
17034   parameters:
17035   - "throughput"
17036   - "parent"
17037   - "tags"
17038   traces:
17039     hoverinfo: "x+y"
17040     boxpoints: "outliers"
17041     whiskerwidth: 0
17042   layout:
17043     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17044     layout: "plot-throughput"
17045
17046 - type: "plot"
17047   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17048   algorithm: "plot_performance_box"
17049   output-file-type: ".html"
17050   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17051   data: "plot-dpdk-throughput-latency-3n-hsw"
17052   filter: "'NIC_Intel-X710' and
17053            '64B' and
17054            'BASE' and
17055            'NDRPDR' and
17056            '1T1C' and
17057            'IP4FWD'"
17058   parameters:
17059   - "throughput"
17060   - "parent"
17061   - "tags"
17062   traces:
17063     hoverinfo: "x+y"
17064     boxpoints: "outliers"
17065     whiskerwidth: 0
17066   layout:
17067     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17068     layout: "plot-throughput"
17069
17070 - type: "plot"
17071   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17072   algorithm: "plot_performance_box"
17073   output-file-type: ".html"
17074   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17075   data: "plot-dpdk-throughput-latency-3n-hsw"
17076   filter: "'NIC_Intel-X710' and
17077            '64B' and
17078            'BASE' and
17079            'NDRPDR' and
17080            '2T2C' and
17081            'IP4FWD'"
17082   parameters:
17083   - "throughput"
17084   - "parent"
17085   - "tags"
17086   traces:
17087     hoverinfo: "x+y"
17088     boxpoints: "outliers"
17089     whiskerwidth: 0
17090   layout:
17091     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17092     layout: "plot-throughput"
17093
17094 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17095 - type: "plot"
17096   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17097   algorithm: "plot_performance_box"
17098   output-file-type: ".html"
17099   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17100   data: "plot-dpdk-throughput-latency-3n-hsw"
17101   filter: "'NIC_Intel-XL710' and
17102            '64B' and
17103            'BASE' and
17104            'NDRPDR' and
17105            '1T1C' and
17106            'IP4FWD'"
17107   parameters:
17108   - "throughput"
17109   - "parent"
17110   - "tags"
17111   traces:
17112     hoverinfo: "x+y"
17113     boxpoints: "outliers"
17114     whiskerwidth: 0
17115   layout:
17116     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17117     layout: "plot-throughput"
17118
17119 - type: "plot"
17120   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17121   algorithm: "plot_performance_box"
17122   output-file-type: ".html"
17123   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17124   data: "plot-dpdk-throughput-latency-3n-hsw"
17125   filter: "'NIC_Intel-XL710' and
17126            '64B' and
17127            'BASE' and
17128            'NDRPDR' and
17129            '2T2C' and
17130            'IP4FWD'"
17131   parameters:
17132   - "throughput"
17133   - "parent"
17134   - "tags"
17135   traces:
17136     hoverinfo: "x+y"
17137     boxpoints: "outliers"
17138     whiskerwidth: 0
17139   layout:
17140     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17145   algorithm: "plot_performance_box"
17146   output-file-type: ".html"
17147   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17148   data: "plot-dpdk-throughput-latency-3n-hsw"
17149   filter: "'NIC_Intel-XL710' and
17150            '64B' and
17151            'BASE' and
17152            'NDRPDR' and
17153            '1T1C' and
17154            'IP4FWD'"
17155   parameters:
17156   - "throughput"
17157   - "parent"
17158   - "tags"
17159   traces:
17160     hoverinfo: "x+y"
17161     boxpoints: "outliers"
17162     whiskerwidth: 0
17163   layout:
17164     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17169   algorithm: "plot_performance_box"
17170   output-file-type: ".html"
17171   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17172   data: "plot-dpdk-throughput-latency-3n-hsw"
17173   filter: "'NIC_Intel-XL710' and
17174            '64B' and
17175            'BASE' and
17176            'NDRPDR' and
17177            '2T2C' and
17178            'IP4FWD'"
17179   parameters:
17180   - "throughput"
17181   - "parent"
17182   - "tags"
17183   traces:
17184     hoverinfo: "x+y"
17185     boxpoints: "outliers"
17186     whiskerwidth: 0
17187   layout:
17188     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17189     layout: "plot-throughput"
17190
17191 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17192 - type: "plot"
17193   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17194   algorithm: "plot_performance_box"
17195   output-file-type: ".html"
17196   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17197   data: "plot-dpdk-throughput-latency-3n-skx"
17198   filter: "'NIC_Intel-X710' and
17199            '64B' and
17200            'BASE' and
17201            'NDRPDR' and
17202            '2T1C' and
17203            'IP4FWD'"
17204   parameters:
17205   - "throughput"
17206   - "parent"
17207   - "tags"
17208   traces:
17209     hoverinfo: "x+y"
17210     boxpoints: "outliers"
17211     whiskerwidth: 0
17212   layout:
17213     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17214     layout: "plot-throughput"
17215
17216 - type: "plot"
17217   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17218   algorithm: "plot_performance_box"
17219   output-file-type: ".html"
17220   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17221   data: "plot-dpdk-throughput-latency-3n-skx"
17222   filter: "'NIC_Intel-X710' and
17223            '64B' and
17224            'BASE' and
17225            'NDRPDR' and
17226            '4T2C' and
17227            'IP4FWD'"
17228   parameters:
17229   - "throughput"
17230   - "parent"
17231   - "tags"
17232   traces:
17233     hoverinfo: "x+y"
17234     boxpoints: "outliers"
17235     whiskerwidth: 0
17236   layout:
17237     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17242   algorithm: "plot_performance_box"
17243   output-file-type: ".html"
17244   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17245   data: "plot-dpdk-throughput-latency-3n-skx"
17246   filter: "'NIC_Intel-X710' and
17247            '64B' and
17248            'BASE' and
17249            'NDRPDR' and
17250            '2T1C' and
17251            'IP4FWD'"
17252   parameters:
17253   - "throughput"
17254   - "parent"
17255   - "tags"
17256   traces:
17257     hoverinfo: "x+y"
17258     boxpoints: "outliers"
17259     whiskerwidth: 0
17260   layout:
17261     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17262     layout: "plot-throughput"
17263
17264 - type: "plot"
17265   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17266   algorithm: "plot_performance_box"
17267   output-file-type: ".html"
17268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17269   data: "plot-dpdk-throughput-latency-3n-skx"
17270   filter: "'NIC_Intel-X710' and
17271            '64B' and
17272            'BASE' and
17273            'NDRPDR' and
17274            '4T2C' and
17275            'IP4FWD'"
17276   parameters:
17277   - "throughput"
17278   - "parent"
17279   - "tags"
17280   traces:
17281     hoverinfo: "x+y"
17282     boxpoints: "outliers"
17283     whiskerwidth: 0
17284   layout:
17285     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17286     layout: "plot-throughput"
17287
17288 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17289 - type: "plot"
17290   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17291   algorithm: "plot_performance_box"
17292   output-file-type: ".html"
17293   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17294   data: "plot-dpdk-throughput-latency-3n-skx"
17295   filter: "'NIC_Intel-XXV710' and
17296            '64B' and
17297            'BASE' and
17298            'NDRPDR' and
17299            '2T1C' and
17300            'IP4FWD'"
17301   parameters:
17302   - "throughput"
17303   - "parent"
17304   - "tags"
17305   traces:
17306     hoverinfo: "x+y"
17307     boxpoints: "outliers"
17308     whiskerwidth: 0
17309   layout:
17310     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17315   algorithm: "plot_performance_box"
17316   output-file-type: ".html"
17317   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17318   data: "plot-dpdk-throughput-latency-3n-skx"
17319   filter: "'NIC_Intel-XXV710' and
17320            '64B' and
17321            'BASE' and
17322            'NDRPDR' and
17323            '4T2C' and
17324            'IP4FWD'"
17325   parameters:
17326   - "throughput"
17327   - "parent"
17328   - "tags"
17329   traces:
17330     hoverinfo: "x+y"
17331     boxpoints: "outliers"
17332     whiskerwidth: 0
17333   layout:
17334     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17339   algorithm: "plot_performance_box"
17340   output-file-type: ".html"
17341   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17342   data: "plot-dpdk-throughput-latency-3n-skx"
17343   filter: "'NIC_Intel-XXV710' and
17344            '64B' and
17345            'BASE' and
17346            'NDRPDR' and
17347            '2T1C' and
17348            'IP4FWD'"
17349   parameters:
17350   - "throughput"
17351   - "parent"
17352   - "tags"
17353   traces:
17354     hoverinfo: "x+y"
17355     boxpoints: "outliers"
17356     whiskerwidth: 0
17357   layout:
17358     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17363   algorithm: "plot_performance_box"
17364   output-file-type: ".html"
17365   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17366   data: "plot-dpdk-throughput-latency-3n-skx"
17367   filter: "'NIC_Intel-XXV710' and
17368            '64B' and
17369            'BASE' and
17370            'NDRPDR' and
17371            '4T2C' and
17372            'IP4FWD'"
17373   parameters:
17374   - "throughput"
17375   - "parent"
17376   - "tags"
17377   traces:
17378     hoverinfo: "x+y"
17379     boxpoints: "outliers"
17380     whiskerwidth: 0
17381   layout:
17382     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17383     layout: "plot-throughput"
17384
17385 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17386 - type: "plot"
17387   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17388   algorithm: "plot_performance_box"
17389   output-file-type: ".html"
17390   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17391   data: "plot-dpdk-throughput-latency-2n-skx"
17392   filter: "'NIC_Intel-X710' and
17393            '64B' and
17394            'BASE' and
17395            'NDRPDR' and
17396            '2T1C' and
17397            'IP4FWD'"
17398   parameters:
17399   - "throughput"
17400   - "parent"
17401   - "tags"
17402   traces:
17403     hoverinfo: "x+y"
17404     boxpoints: "outliers"
17405     whiskerwidth: 0
17406   layout:
17407     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17408     layout: "plot-throughput"
17409
17410 - type: "plot"
17411   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17412   algorithm: "plot_performance_box"
17413   output-file-type: ".html"
17414   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17415   data: "plot-dpdk-throughput-latency-2n-skx"
17416   filter: "'NIC_Intel-X710' and
17417            '64B' and
17418            'BASE' and
17419            'NDRPDR' and
17420            '4T2C' and
17421            'IP4FWD'"
17422   parameters:
17423   - "throughput"
17424   - "parent"
17425   - "tags"
17426   traces:
17427     hoverinfo: "x+y"
17428     boxpoints: "outliers"
17429     whiskerwidth: 0
17430   layout:
17431     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17432     layout: "plot-throughput"
17433
17434 - type: "plot"
17435   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17436   algorithm: "plot_performance_box"
17437   output-file-type: ".html"
17438   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17439   data: "plot-dpdk-throughput-latency-2n-skx"
17440   filter: "'NIC_Intel-X710' and
17441            '64B' and
17442            'BASE' and
17443            'NDRPDR' and
17444            '2T1C' and
17445            'IP4FWD'"
17446   parameters:
17447   - "throughput"
17448   - "parent"
17449   - "tags"
17450   traces:
17451     hoverinfo: "x+y"
17452     boxpoints: "outliers"
17453     whiskerwidth: 0
17454   layout:
17455     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17460   algorithm: "plot_performance_box"
17461   output-file-type: ".html"
17462   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17463   data: "plot-dpdk-throughput-latency-2n-skx"
17464   filter: "'NIC_Intel-X710' and
17465            '64B' and
17466            'BASE' and
17467            'NDRPDR' and
17468            '4T2C' and
17469            'IP4FWD'"
17470   parameters:
17471   - "throughput"
17472   - "parent"
17473   - "tags"
17474   traces:
17475     hoverinfo: "x+y"
17476     boxpoints: "outliers"
17477     whiskerwidth: 0
17478   layout:
17479     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17480     layout: "plot-throughput"
17481
17482 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17483 - type: "plot"
17484   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17485   algorithm: "plot_performance_box"
17486   output-file-type: ".html"
17487   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17488   data: "plot-dpdk-throughput-latency-2n-skx"
17489   filter: "'NIC_Intel-XXV710' and
17490            '64B' and
17491            'BASE' and
17492            'NDRPDR' and
17493            '2T1C' and
17494            'IP4FWD'"
17495   parameters:
17496   - "throughput"
17497   - "parent"
17498   - "tags"
17499   traces:
17500     hoverinfo: "x+y"
17501     boxpoints: "outliers"
17502     whiskerwidth: 0
17503   layout:
17504     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17505     layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17509   algorithm: "plot_performance_box"
17510   output-file-type: ".html"
17511   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17512   data: "plot-dpdk-throughput-latency-2n-skx"
17513   filter: "'NIC_Intel-XXV710' and
17514            '64B' and
17515            'BASE' and
17516            'NDRPDR' and
17517            '4T2C' and
17518            'IP4FWD'"
17519   parameters:
17520   - "throughput"
17521   - "parent"
17522   - "tags"
17523   traces:
17524     hoverinfo: "x+y"
17525     boxpoints: "outliers"
17526     whiskerwidth: 0
17527   layout:
17528     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17529     layout: "plot-throughput"
17530
17531 - type: "plot"
17532   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17533   algorithm: "plot_performance_box"
17534   output-file-type: ".html"
17535   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17536   data: "plot-dpdk-throughput-latency-2n-skx"
17537   filter: "'NIC_Intel-XXV710' and
17538            '64B' and
17539            'BASE' and
17540            'NDRPDR' and
17541            '2T1C' and
17542            'IP4FWD'"
17543   parameters:
17544   - "throughput"
17545   - "parent"
17546   - "tags"
17547   traces:
17548     hoverinfo: "x+y"
17549     boxpoints: "outliers"
17550     whiskerwidth: 0
17551   layout:
17552     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17557   algorithm: "plot_performance_box"
17558   output-file-type: ".html"
17559   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17560   data: "plot-dpdk-throughput-latency-2n-skx"
17561   filter: "'NIC_Intel-XXV710' and
17562            '64B' and
17563            'BASE' and
17564            'NDRPDR' and
17565            '4T2C' and
17566            'IP4FWD'"
17567   parameters:
17568   - "throughput"
17569   - "parent"
17570   - "tags"
17571   traces:
17572     hoverinfo: "x+y"
17573     boxpoints: "outliers"
17574     whiskerwidth: 0
17575   layout:
17576     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17577     layout: "plot-throughput"
17578
17579 ################################################################################
17580
17581 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17582 - type: "plot"
17583   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17584   algorithm: "plot_performance_box"
17585   output-file-type: ".html"
17586   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17587   data: "plot-dpdk-throughput-latency-3n-hsw"
17588   filter: "'NIC_Intel-X520-DA2' and
17589            '64B' and
17590            'BASE' and
17591            'NDRPDR' and
17592            '1T1C' and
17593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17594   parameters:
17595   - "throughput"
17596   - "parent"
17597   - "tags"
17598   traces:
17599     hoverinfo: "x+y"
17600     boxpoints: "outliers"
17601     whiskerwidth: 0
17602   layout:
17603     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17604     layout: "plot-throughput"
17605
17606 - type: "plot"
17607   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17608   algorithm: "plot_performance_box"
17609   output-file-type: ".html"
17610   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17611   data: "plot-dpdk-throughput-latency-3n-hsw"
17612   filter: "'NIC_Intel-X520-DA2' and
17613            '64B' and
17614            'BASE' and
17615            'NDRPDR' and
17616            '2T2C' and
17617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17618   parameters:
17619   - "throughput"
17620   - "parent"
17621   - "tags"
17622   traces:
17623     hoverinfo: "x+y"
17624     boxpoints: "outliers"
17625     whiskerwidth: 0
17626   layout:
17627     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17632   algorithm: "plot_performance_box"
17633   output-file-type: ".html"
17634   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17635   data: "plot-dpdk-throughput-latency-3n-hsw"
17636   filter: "'NIC_Intel-X520-DA2' and
17637            '64B' and
17638            'BASE' and
17639            'NDRPDR' and
17640            '1T1C' and
17641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17642   parameters:
17643   - "throughput"
17644   - "parent"
17645   - "tags"
17646   traces:
17647     hoverinfo: "x+y"
17648     boxpoints: "outliers"
17649     whiskerwidth: 0
17650   layout:
17651     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17652     layout: "plot-throughput"
17653
17654 - type: "plot"
17655   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17656   algorithm: "plot_performance_box"
17657   output-file-type: ".html"
17658   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17659   data: "plot-dpdk-throughput-latency-3n-hsw"
17660   filter: "'NIC_Intel-X520-DA2' and
17661            '64B' and
17662            'BASE' and
17663            'NDRPDR' and
17664            '2T2C' and
17665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17666   parameters:
17667   - "throughput"
17668   - "parent"
17669   - "tags"
17670   traces:
17671     hoverinfo: "x+y"
17672     boxpoints: "outliers"
17673     whiskerwidth: 0
17674   layout:
17675     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17676     layout: "plot-throughput"
17677
17678 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17679 - type: "plot"
17680   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17681   algorithm: "plot_performance_box"
17682   output-file-type: ".html"
17683   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17684   data: "plot-dpdk-throughput-latency-3n-hsw"
17685   filter: "'NIC_Intel-X710' and
17686            '64B' and
17687            'BASE' and
17688            'NDRPDR' and
17689            '1T1C' and
17690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17691   parameters:
17692   - "throughput"
17693   - "parent"
17694   - "tags"
17695   traces:
17696     hoverinfo: "x+y"
17697     boxpoints: "outliers"
17698     whiskerwidth: 0
17699   layout:
17700     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17701     layout: "plot-throughput"
17702
17703 - type: "plot"
17704   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17705   algorithm: "plot_performance_box"
17706   output-file-type: ".html"
17707   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17708   data: "plot-dpdk-throughput-latency-3n-hsw"
17709   filter: "'NIC_Intel-X710' and
17710            '64B' and
17711            'BASE' and
17712            'NDRPDR' and
17713            '2T2C' and
17714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17715   parameters:
17716   - "throughput"
17717   - "parent"
17718   - "tags"
17719   traces:
17720     hoverinfo: "x+y"
17721     boxpoints: "outliers"
17722     whiskerwidth: 0
17723   layout:
17724     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17725     layout: "plot-throughput"
17726
17727 - type: "plot"
17728   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17729   algorithm: "plot_performance_box"
17730   output-file-type: ".html"
17731   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17732   data: "plot-dpdk-throughput-latency-3n-hsw"
17733   filter: "'NIC_Intel-X710' and
17734            '64B' and
17735            'BASE' and
17736            'NDRPDR' and
17737            '1T1C' and
17738            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17739   parameters:
17740   - "throughput"
17741   - "parent"
17742   - "tags"
17743   traces:
17744     hoverinfo: "x+y"
17745     boxpoints: "outliers"
17746     whiskerwidth: 0
17747   layout:
17748     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17753   algorithm: "plot_performance_box"
17754   output-file-type: ".html"
17755   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17756   data: "plot-dpdk-throughput-latency-3n-hsw"
17757   filter: "'NIC_Intel-X710' and
17758            '64B' and
17759            'BASE' and
17760            'NDRPDR' and
17761            '2T2C' and
17762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17763   parameters:
17764   - "throughput"
17765   - "parent"
17766   - "tags"
17767   traces:
17768     hoverinfo: "x+y"
17769     boxpoints: "outliers"
17770     whiskerwidth: 0
17771   layout:
17772     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17773     layout: "plot-throughput"
17774
17775 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17776 - type: "plot"
17777   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17778   algorithm: "plot_performance_box"
17779   output-file-type: ".html"
17780   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17781   data: "plot-dpdk-throughput-latency-3n-hsw"
17782   filter: "'NIC_Intel-XL710' and
17783            '64B' and
17784            'BASE' and
17785            'NDRPDR' and
17786            '1T1C' and
17787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17788   parameters:
17789   - "throughput"
17790   - "parent"
17791   - "tags"
17792   traces:
17793     hoverinfo: "x+y"
17794     boxpoints: "outliers"
17795     whiskerwidth: 0
17796   layout:
17797     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17798     layout: "plot-throughput"
17799
17800 - type: "plot"
17801   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17802   algorithm: "plot_performance_box"
17803   output-file-type: ".html"
17804   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17805   data: "plot-dpdk-throughput-latency-3n-hsw"
17806   filter: "'NIC_Intel-XL710' and
17807            '64B' and
17808            'BASE' and
17809            'NDRPDR' and
17810            '2T2C' and
17811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17812   parameters:
17813   - "throughput"
17814   - "parent"
17815   - "tags"
17816   traces:
17817     hoverinfo: "x+y"
17818     boxpoints: "outliers"
17819     whiskerwidth: 0
17820   layout:
17821     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17826   algorithm: "plot_performance_box"
17827   output-file-type: ".html"
17828   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17829   data: "plot-dpdk-throughput-latency-3n-hsw"
17830   filter: "'NIC_Intel-XL710' and
17831            '64B' and
17832            'BASE' and
17833            'NDRPDR' and
17834            '1T1C' and
17835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17836   parameters:
17837   - "throughput"
17838   - "parent"
17839   - "tags"
17840   traces:
17841     hoverinfo: "x+y"
17842     boxpoints: "outliers"
17843     whiskerwidth: 0
17844   layout:
17845     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17850   algorithm: "plot_performance_box"
17851   output-file-type: ".html"
17852   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17853   data: "plot-dpdk-throughput-latency-3n-hsw"
17854   filter: "'NIC_Intel-XL710' and
17855            '64B' and
17856            'BASE' and
17857            'NDRPDR' and
17858            '2T2C' and
17859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17860   parameters:
17861   - "throughput"
17862   - "parent"
17863   - "tags"
17864   traces:
17865     hoverinfo: "x+y"
17866     boxpoints: "outliers"
17867     whiskerwidth: 0
17868   layout:
17869     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17870     layout: "plot-throughput"
17871
17872 # Packet Throughput - DPDK testpmd 3n-skx-x710
17873 - type: "plot"
17874   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17875   algorithm: "plot_performance_box"
17876   output-file-type: ".html"
17877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17878   data: "plot-dpdk-throughput-latency-3n-skx"
17879   filter: "'NIC_Intel-X710' and
17880            '64B' and
17881            'BASE' and
17882            'NDRPDR' and
17883            '2T1C' and
17884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17885   parameters:
17886   - "throughput"
17887   - "parent"
17888   - "tags"
17889   traces:
17890     hoverinfo: "x+y"
17891     boxpoints: "outliers"
17892     whiskerwidth: 0
17893   layout:
17894     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17895     layout: "plot-throughput"
17896
17897 - type: "plot"
17898   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17899   algorithm: "plot_performance_box"
17900   output-file-type: ".html"
17901   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17902   data: "plot-dpdk-throughput-latency-3n-skx"
17903   filter: "'NIC_Intel-X710' and
17904            '64B' and
17905            'BASE' and
17906            'NDRPDR' and
17907            '4T2C' and
17908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17909   parameters:
17910   - "throughput"
17911   - "parent"
17912   - "tags"
17913   traces:
17914     hoverinfo: "x+y"
17915     boxpoints: "outliers"
17916     whiskerwidth: 0
17917   layout:
17918     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17919     layout: "plot-throughput"
17920
17921 - type: "plot"
17922   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17923   algorithm: "plot_performance_box"
17924   output-file-type: ".html"
17925   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17926   data: "plot-dpdk-throughput-latency-3n-skx"
17927   filter: "'NIC_Intel-X710' and
17928            '64B' and
17929            'BASE' and
17930            'NDRPDR' and
17931            '2T1C' and
17932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17933   parameters:
17934   - "throughput"
17935   - "parent"
17936   - "tags"
17937   traces:
17938     hoverinfo: "x+y"
17939     boxpoints: "outliers"
17940     whiskerwidth: 0
17941   layout:
17942     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17947   algorithm: "plot_performance_box"
17948   output-file-type: ".html"
17949   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17950   data: "plot-dpdk-throughput-latency-3n-skx"
17951   filter: "'NIC_Intel-X710' and
17952            '64B' and
17953            'BASE' and
17954            'NDRPDR' and
17955            '4T2C' and
17956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17957   parameters:
17958   - "throughput"
17959   - "parent"
17960   - "tags"
17961   traces:
17962     hoverinfo: "x+y"
17963     boxpoints: "outliers"
17964     whiskerwidth: 0
17965   layout:
17966     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17967     layout: "plot-throughput"
17968
17969 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17970 - type: "plot"
17971   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17972   algorithm: "plot_performance_box"
17973   output-file-type: ".html"
17974   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17975   data: "plot-dpdk-throughput-latency-3n-skx"
17976   filter: "'NIC_Intel-XXV710' and
17977            '64B' and
17978            'BASE' and
17979            'NDRPDR' and
17980            '2T1C' and
17981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17982   parameters:
17983   - "throughput"
17984   - "parent"
17985   - "tags"
17986   traces:
17987     hoverinfo: "x+y"
17988     boxpoints: "outliers"
17989     whiskerwidth: 0
17990   layout:
17991     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17992     layout: "plot-throughput"
17993
17994 - type: "plot"
17995   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17996   algorithm: "plot_performance_box"
17997   output-file-type: ".html"
17998   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17999   data: "plot-dpdk-throughput-latency-3n-skx"
18000   filter: "'NIC_Intel-XXV710' and
18001            '64B' and
18002            'BASE' and
18003            'NDRPDR' and
18004            '4T2C' and
18005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18006   parameters:
18007   - "throughput"
18008   - "parent"
18009   - "tags"
18010   traces:
18011     hoverinfo: "x+y"
18012     boxpoints: "outliers"
18013     whiskerwidth: 0
18014   layout:
18015     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18020   algorithm: "plot_performance_box"
18021   output-file-type: ".html"
18022   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18023   data: "plot-dpdk-throughput-latency-3n-skx"
18024   filter: "'NIC_Intel-XXV710' and
18025            '64B' and
18026            'BASE' and
18027            'NDRPDR' and
18028            '2T1C' and
18029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18030   parameters:
18031   - "throughput"
18032   - "parent"
18033   - "tags"
18034   traces:
18035     hoverinfo: "x+y"
18036     boxpoints: "outliers"
18037     whiskerwidth: 0
18038   layout:
18039     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18040     layout: "plot-throughput"
18041
18042 - type: "plot"
18043   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18044   algorithm: "plot_performance_box"
18045   output-file-type: ".html"
18046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18047   data: "plot-dpdk-throughput-latency-3n-skx"
18048   filter: "'NIC_Intel-XXV710' and
18049            '64B' and
18050            'BASE' and
18051            'NDRPDR' and
18052            '4T2C' and
18053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18054   parameters:
18055   - "throughput"
18056   - "parent"
18057   - "tags"
18058   traces:
18059     hoverinfo: "x+y"
18060     boxpoints: "outliers"
18061     whiskerwidth: 0
18062   layout:
18063     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18064     layout: "plot-throughput"
18065
18066 # Packet Throughput - DPDK testpmd 2n-skx-x710
18067 - type: "plot"
18068   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18069   algorithm: "plot_performance_box"
18070   output-file-type: ".html"
18071   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18072   data: "plot-dpdk-throughput-latency-2n-skx"
18073   filter: "'NIC_Intel-X710' and
18074            '64B' and
18075            'BASE' and
18076            'NDRPDR' and
18077            '2T1C' and
18078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18079   parameters:
18080   - "throughput"
18081   - "parent"
18082   - "tags"
18083   traces:
18084     hoverinfo: "x+y"
18085     boxpoints: "outliers"
18086     whiskerwidth: 0
18087   layout:
18088     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18089     layout: "plot-throughput"
18090
18091 - type: "plot"
18092   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18093   algorithm: "plot_performance_box"
18094   output-file-type: ".html"
18095   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18096   data: "plot-dpdk-throughput-latency-2n-skx"
18097   filter: "'NIC_Intel-X710' and
18098            '64B' and
18099            'BASE' and
18100            'NDRPDR' and
18101            '4T2C' and
18102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18103   parameters:
18104   - "throughput"
18105   - "parent"
18106   - "tags"
18107   traces:
18108     hoverinfo: "x+y"
18109     boxpoints: "outliers"
18110     whiskerwidth: 0
18111   layout:
18112     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18113     layout: "plot-throughput"
18114
18115 - type: "plot"
18116   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18117   algorithm: "plot_performance_box"
18118   output-file-type: ".html"
18119   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18120   data: "plot-dpdk-throughput-latency-2n-skx"
18121   filter: "'NIC_Intel-X710' and
18122            '64B' and
18123            'BASE' and
18124            'NDRPDR' and
18125            '2T1C' and
18126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18127   parameters:
18128   - "throughput"
18129   - "parent"
18130   - "tags"
18131   traces:
18132     hoverinfo: "x+y"
18133     boxpoints: "outliers"
18134     whiskerwidth: 0
18135   layout:
18136     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18137     layout: "plot-throughput"
18138
18139 - type: "plot"
18140   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18141   algorithm: "plot_performance_box"
18142   output-file-type: ".html"
18143   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18144   data: "plot-dpdk-throughput-latency-2n-skx"
18145   filter: "'NIC_Intel-X710' and
18146            '64B' and
18147            'BASE' and
18148            'NDRPDR' and
18149            '4T2C' and
18150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18151   parameters:
18152   - "throughput"
18153   - "parent"
18154   - "tags"
18155   traces:
18156     hoverinfo: "x+y"
18157     boxpoints: "outliers"
18158     whiskerwidth: 0
18159   layout:
18160     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18161     layout: "plot-throughput"
18162
18163 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18164 - type: "plot"
18165   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18166   algorithm: "plot_performance_box"
18167   output-file-type: ".html"
18168   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18169   data: "plot-dpdk-throughput-latency-2n-skx"
18170   filter: "'NIC_Intel-XXV710' and
18171            '64B' and
18172            'BASE' and
18173            'NDRPDR' and
18174            '2T1C' and
18175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18176   parameters:
18177   - "throughput"
18178   - "parent"
18179   - "tags"
18180   traces:
18181     hoverinfo: "x+y"
18182     boxpoints: "outliers"
18183     whiskerwidth: 0
18184   layout:
18185     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18186     layout: "plot-throughput"
18187
18188 - type: "plot"
18189   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18190   algorithm: "plot_performance_box"
18191   output-file-type: ".html"
18192   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18193   data: "plot-dpdk-throughput-latency-2n-skx"
18194   filter: "'NIC_Intel-XXV710' and
18195            '64B' and
18196            'BASE' and
18197            'NDRPDR' and
18198            '4T2C' and
18199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18200   parameters:
18201   - "throughput"
18202   - "parent"
18203   - "tags"
18204   traces:
18205     hoverinfo: "x+y"
18206     boxpoints: "outliers"
18207     whiskerwidth: 0
18208   layout:
18209     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18210     layout: "plot-throughput"
18211
18212 - type: "plot"
18213   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18214   algorithm: "plot_performance_box"
18215   output-file-type: ".html"
18216   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18217   data: "plot-dpdk-throughput-latency-2n-skx"
18218   filter: "'NIC_Intel-XXV710' and
18219            '64B' and
18220            'BASE' and
18221            'NDRPDR' and
18222            '2T1C' and
18223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18224   parameters:
18225   - "throughput"
18226   - "parent"
18227   - "tags"
18228   traces:
18229     hoverinfo: "x+y"
18230     boxpoints: "outliers"
18231     whiskerwidth: 0
18232   layout:
18233     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18234     layout: "plot-throughput"
18235
18236 - type: "plot"
18237   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18238   algorithm: "plot_performance_box"
18239   output-file-type: ".html"
18240   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18241   data: "plot-dpdk-throughput-latency-2n-skx"
18242   filter: "'NIC_Intel-XXV710' and
18243            '64B' and
18244            'BASE' and
18245            'NDRPDR' and
18246            '4T2C' and
18247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18248   parameters:
18249   - "throughput"
18250   - "parent"
18251   - "tags"
18252   traces:
18253     hoverinfo: "x+y"
18254     boxpoints: "outliers"
18255     whiskerwidth: 0
18256   layout:
18257     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18258     layout: "plot-throughput"
18259
18260 ################################################################################
18261
18262 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18263 - type: "plot"
18264   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18265   algorithm: "plot_latency_error_bars"
18266   output-file-type: ".html"
18267   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18269   filter: "'NIC_Intel-X520-DA2' and
18270            '64B' and
18271            ('BASE' or 'SCALE') and
18272            'NDRPDR' and
18273            'ETH' and
18274            '1T1C' and
18275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18276            not 'VHOST' and
18277            not 'MEMIF'"
18278   parameters:
18279   - "latency"
18280   - "parent"
18281   - "tags"
18282   sort:
18283   - "L2XCFWD"
18284   - "L2PATCH"
18285   - "L2BDMACLRN"
18286   - "FIB_10K"
18287   - "FIB_100K"
18288   - "FIB_1M"
18289   layout:
18290     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18291     layout: "plot-latency"
18292
18293 - type: "plot"
18294   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18295   algorithm: "plot_latency_error_bars"
18296   output-file-type: ".html"
18297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18299   filter: "'NIC_Intel-X520-DA2' and
18300            '64B' and
18301            ('BASE' or 'SCALE') and
18302            'NDRPDR' and
18303            'ETH' and
18304            '2T2C' and
18305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18306            not 'VHOST' and
18307            not 'MEMIF'"
18308   parameters:
18309   - "latency"
18310   - "parent"
18311   - "tags"
18312   sort:
18313   - "L2XCFWD"
18314   - "L2PATCH"
18315   - "L2BDMACLRN"
18316   - "FIB_10K"
18317   - "FIB_100K"
18318   - "FIB_1M"
18319   layout:
18320     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18321     layout: "plot-latency"
18322
18323 # Packet Latency - VPP L2 3n-hsw-x520 features
18324 - type: "plot"
18325   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18326   algorithm: "plot_latency_error_bars"
18327   output-file-type: ".html"
18328   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18330   filter: "'NIC_Intel-X520-DA2' and
18331            '64B' and
18332            'NDRPDR' and
18333            '1T1C' and
18334            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18335            not 'ACL' and
18336            not 'VHOST' and
18337            not 'MEMIF'"
18338   parameters:
18339   - "latency"
18340   - "parent"
18341   - "tags"
18342   sort:
18343   - "L2XCBASE"    # l2xcbase
18344   - "L2BDBASE"    # l2bdbase
18345   - "L2XCFWD"     # dot1q-l2xcbase
18346   - "L2BDMACLRN"  # dot1q-l2bdbase
18347   layout:
18348     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18349     layout: "plot-latency"
18350
18351 - type: "plot"
18352   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18353   algorithm: "plot_latency_error_bars"
18354   output-file-type: ".html"
18355   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18357   filter: "'NIC_Intel-X520-DA2' and
18358            '64B' and
18359            'NDRPDR' and
18360            '2T2C' and
18361            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18362            not 'ACL' and
18363            not 'VHOST' and
18364            not 'MEMIF'"
18365   parameters:
18366   - "latency"
18367   - "parent"
18368   - "tags"
18369   sort:
18370   - "L2XCBASE"    # l2xcbase
18371   - "L2BDBASE"    # l2bdbase
18372   - "L2XCFWD"     # dot1q-l2xcbase
18373   - "L2BDMACLRN"  # dot1q-l2bdbase
18374   layout:
18375     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18376     layout: "plot-latency"
18377
18378 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18379 - type: "plot"
18380   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18381   algorithm: "plot_latency_error_bars"
18382   output-file-type: ".html"
18383   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18385   filter: "'NIC_Intel-X520-DA2' and
18386            '64B' and
18387            'NDRPDR' and
18388            '1T1C' and
18389            'FEATURE' and
18390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18391            'IACL' and
18392            ('ACL1' or 'ACL50') and
18393            ('10K_FLOWS' or '10k_FLOWS') and
18394            not 'MACIP' and
18395            not 'VHOST' and
18396            not 'MEMIF'"
18397   parameters:
18398   - "latency"
18399   - "parent"
18400   - "tags"
18401   layout:
18402     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18403     layout: "plot-latency"
18404
18405 - type: "plot"
18406   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18407   algorithm: "plot_latency_error_bars"
18408   output-file-type: ".html"
18409   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18411   filter: "'NIC_Intel-X520-DA2' and
18412            '64B' and
18413            'NDRPDR' and
18414            '2T2C' and
18415            'FEATURE' and
18416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18417            'IACL' and
18418            ('ACL1' or 'ACL50') and
18419            ('10K_FLOWS' or '10k_FLOWS') and
18420            not 'MACIP' and
18421            not 'VHOST' and
18422            not 'MEMIF'"
18423   parameters:
18424   - "latency"
18425   - "parent"
18426   - "tags"
18427   layout:
18428     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18429     layout: "plot-latency"
18430
18431 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18432 - type: "plot"
18433   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18434   algorithm: "plot_latency_error_bars"
18435   output-file-type: ".html"
18436   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18438   filter: "'NIC_Intel-X520-DA2' and
18439            '64B' and
18440            'NDRPDR' and
18441            '1T1C' and
18442            'FEATURE' and
18443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18444            'OACL' and
18445            ('ACL1' or 'ACL50') and
18446            ('10K_FLOWS' or '10k_FLOWS') and
18447            not 'MACIP' and
18448            not 'VHOST' and
18449            not 'MEMIF'"
18450   parameters:
18451   - "latency"
18452   - "parent"
18453   - "tags"
18454   layout:
18455     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18456     layout: "plot-latency"
18457
18458 - type: "plot"
18459   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18460   algorithm: "plot_latency_error_bars"
18461   output-file-type: ".html"
18462   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18464   filter: "'NIC_Intel-X520-DA2' and
18465            '64B' and
18466            'NDRPDR' and
18467            '2T2C' and
18468            'FEATURE' and
18469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18470            'OACL' and
18471            ('ACL1' or 'ACL50') and
18472            ('10K_FLOWS' or '10k_FLOWS') and
18473            not 'MACIP' and
18474            not 'VHOST' and
18475            not 'MEMIF'"
18476   parameters:
18477   - "latency"
18478   - "parent"
18479   - "tags"
18480   layout:
18481     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18482     layout: "plot-latency"
18483
18484 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18485 - type: "plot"
18486   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18487   algorithm: "plot_latency_error_bars"
18488   output-file-type: ".html"
18489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18491   filter: "'NIC_Intel-X520-DA2' and
18492            '64B' and
18493            'NDRPDR' and
18494            '1T1C' and
18495            'FEATURE' and
18496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18497            'MACIP' and
18498            ('ACL1' or 'ACL50') and
18499            ('10K_FLOWS' or '10k_FLOWS') and
18500            not 'VHOST' and
18501            not 'MEMIF'"
18502   parameters:
18503   - "latency"
18504   - "parent"
18505   - "tags"
18506   layout:
18507     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18508     layout: "plot-latency"
18509
18510 - type: "plot"
18511   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18512   algorithm: "plot_latency_error_bars"
18513   output-file-type: ".html"
18514   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18516   filter: "'NIC_Intel-X520-DA2' and
18517            '64B' and
18518            'NDRPDR' and
18519            '2T2C' and
18520            'FEATURE' and
18521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18522            'MACIP' and
18523            ('ACL1' or 'ACL50') and
18524            ('10K_FLOWS' or '10k_FLOWS') and
18525            not 'VHOST' and
18526            not 'MEMIF'"
18527   parameters:
18528   - "latency"
18529   - "parent"
18530   - "tags"
18531   layout:
18532     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18533     layout: "plot-latency"
18534
18535 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18536 - type: "plot"
18537   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18538   algorithm: "plot_latency_error_bars"
18539   output-file-type: ".html"
18540   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18542   filter: "'NIC_Intel-X710' and
18543            '64B' and
18544            ('BASE' or 'SCALE') and
18545            'NDRPDR' and
18546            'ETH' and
18547            '1T1C' and
18548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18549            not 'VHOST' and
18550            not 'MEMIF'"
18551   parameters:
18552   - "latency"
18553   - "parent"
18554   - "tags"
18555   sort:
18556   - "L2PATCH"
18557   - "L2XCFWD"
18558   - "L2BDMACLRN"
18559   - "FIB_10K"
18560   - "FIB_100K"
18561   - "FIB_1M"
18562   layout:
18563     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18564     layout: "plot-latency"
18565
18566 - type: "plot"
18567   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18568   algorithm: "plot_latency_error_bars"
18569   output-file-type: ".html"
18570   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18572   filter: "'NIC_Intel-X710' and
18573            '64B' and
18574            ('BASE' or 'SCALE') and
18575            'NDRPDR' and
18576            'ETH' and
18577            '2T2C' and
18578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18579            not 'VHOST' and
18580            not 'MEMIF'"
18581   parameters:
18582   - "latency"
18583   - "parent"
18584   - "tags"
18585   sort:
18586   - "L2PATCH"
18587   - "L2XCFWD"
18588   - "L2BDMACLRN"
18589   - "FIB_10K"
18590   - "FIB_100K"
18591   - "FIB_1M"
18592   layout:
18593     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18594     layout: "plot-latency"
18595
18596 # Packet Latency - VPP L2 3n-hsw-x710 features
18597 - type: "plot"
18598   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18599   algorithm: "plot_latency_error_bars"
18600   output-file-type: ".html"
18601   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18603   filter: "'NIC_Intel-X710' and
18604            '64B' and
18605            'NDRPDR' and
18606            '1T1C' and
18607            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18608            not 'ACL' and
18609            not 'VHOST' and
18610            not 'L2OVRLAY' and
18611            not 'MEMIF'"
18612   parameters:
18613   - "latency"
18614   - "parent"
18615   - "tags"
18616   sort:
18617   - "L2XCBASE"    # l2xcbase
18618   - "L2BDBASE"    # l2bdbase
18619   - "L2XCFWD"     # dot1q-l2xcbase
18620   - "L2BDMACLRN"  # dot1q-l2bdbase
18621   layout:
18622     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18623     layout: "plot-latency"
18624
18625 - type: "plot"
18626   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18627   algorithm: "plot_latency_error_bars"
18628   output-file-type: ".html"
18629   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18631   filter: "'NIC_Intel-X710' and
18632            '64B' and
18633            'NDRPDR' and
18634            '2T2C' and
18635            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18636            not 'ACL' and
18637            not 'VHOST' and
18638            not 'L2OVRLAY' and
18639            not 'MEMIF'"
18640   parameters:
18641   - "latency"
18642   - "parent"
18643   - "tags"
18644   sort:
18645   - "L2XCBASE"    # l2xcbase
18646   - "L2BDBASE"    # l2bdbase
18647   - "L2XCFWD"     # dot1q-l2xcbase
18648   - "L2BDMACLRN"  # dot1q-l2bdbase
18649   layout:
18650     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18651     layout: "plot-latency"
18652
18653 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18654 - type: "plot"
18655   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18656   algorithm: "plot_latency_error_bars"
18657   output-file-type: ".html"
18658   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18659   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18660   filter: "'NIC_Intel-X710' and
18661            '64B' and
18662            'NDRPDR' and
18663            '1T1C' and
18664            'FEATURE' and
18665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18666            'IACL' and
18667            ('ACL1' or 'ACL50') and
18668            ('10K_FLOWS' or '10k_FLOWS') and
18669            not 'MACIP' and
18670            not 'VHOST' and
18671            not 'MEMIF'"
18672   parameters:
18673   - "latency"
18674   - "parent"
18675   - "tags"
18676   layout:
18677     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18678     layout: "plot-latency"
18679
18680 - type: "plot"
18681   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18682   algorithm: "plot_latency_error_bars"
18683   output-file-type: ".html"
18684   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18686   filter: "'NIC_Intel-X710' and
18687            '64B' and
18688            'NDRPDR' and
18689            '2T2C' and
18690            'FEATURE' and
18691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18692            'IACL' and
18693            ('ACL1' or 'ACL50') and
18694            ('10K_FLOWS' or '10k_FLOWS') and
18695            not 'MACIP' and
18696            not 'VHOST' and
18697            not 'MEMIF'"
18698   parameters:
18699   - "latency"
18700   - "parent"
18701   - "tags"
18702   layout:
18703     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18704     layout: "plot-latency"
18705
18706 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18707 - type: "plot"
18708   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18709   algorithm: "plot_latency_error_bars"
18710   output-file-type: ".html"
18711   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18713   filter: "'NIC_Intel-XL710' and
18714            '64B' and
18715            'BASE' and
18716            'NDRPDR' and
18717            'ETH' and
18718            '1T1C' and
18719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18720            not 'VHOST' and
18721            not 'MEMIF'"
18722   parameters:
18723   - "latency"
18724   - "parent"
18725   - "tags"
18726   sort:
18727   - "L2PATCH"
18728   - "L2XCFWD"
18729   - "L2BDMACLRN"
18730   layout:
18731     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18732     layout: "plot-latency"
18733
18734 - type: "plot"
18735   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18736   algorithm: "plot_latency_error_bars"
18737   output-file-type: ".html"
18738   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18740   filter: "'NIC_Intel-XL710' and
18741            '64B' and
18742            'BASE' and
18743            'NDRPDR' and
18744            'ETH' and
18745            '2T2C' and
18746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18747            not 'VHOST' and
18748            not 'MEMIF'"
18749   parameters:
18750   - "latency"
18751   - "parent"
18752   - "tags"
18753   sort:
18754   - "L2PATCH"
18755   - "L2XCFWD"
18756   - "L2BDMACLRN"
18757   layout:
18758     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18759     layout: "plot-latency"
18760
18761 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18762 - type: "plot"
18763   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18764   algorithm: "plot_latency_error_bars"
18765   output-file-type: ".html"
18766   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18768   filter: "'NIC_Intel-X710' and
18769            '64B' and
18770            ('BASE' or 'SCALE') and
18771            'NDRPDR' and
18772            'ETH' and
18773            '2T1C' and
18774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18775            not 'VHOST' and
18776            not 'MEMIF' and
18777            not 'DRV_AVF'"
18778   parameters:
18779   - "latency"
18780   - "parent"
18781   - "tags"
18782   sort:
18783   - "L2PATCH"
18784   - "L2XCBASE"
18785   - "BASE"
18786   - "FIB_10K"
18787   - "FIB_100K"
18788   - "FIB_1M"
18789   layout:
18790     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18791     layout: "plot-latency"
18792
18793 - type: "plot"
18794   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18795   algorithm: "plot_latency_error_bars"
18796   output-file-type: ".html"
18797   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18799   filter: "'NIC_Intel-X710' and
18800            '64B' and
18801            ('BASE' or 'SCALE') and
18802            'NDRPDR' and
18803            'ETH' and
18804            '4T2C' and
18805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18806            not 'VHOST' and
18807            not 'MEMIF' and
18808            not 'DRV_AVF'"
18809   parameters:
18810   - "latency"
18811   - "parent"
18812   - "tags"
18813   sort:
18814   - "L2PATCH"
18815   - "L2XCBASE"
18816   - "BASE"
18817   - "FIB_10K"
18818   - "FIB_100K"
18819   - "FIB_1M"
18820   layout:
18821     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18822     layout: "plot-latency"
18823
18824 # Packet Latency - VPP L2 3n-skx-x710 features
18825 - type: "plot"
18826   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18827   algorithm: "plot_latency_error_bars"
18828   output-file-type: ".html"
18829   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18831   filter: "'NIC_Intel-X710' and
18832            '64B' and
18833            'NDRPDR' and
18834            '2T1C' and
18835            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18836            not 'ACL' and
18837            not 'VHOST' and
18838            not 'DRV_AVF' and
18839            not 'L2OVRLAY' and
18840            not 'MEMIF'"
18841   parameters:
18842   - "latency"
18843   - "parent"
18844   - "tags"
18845   sort:
18846   - "L2XCBASE"    # l2xcbase
18847   - "L2BDBASE"    # l2bdbase
18848   - "L2XCFWD"     # dot1q-l2xcbase
18849   - "L2BDMACLRN"  # dot1q-l2bdbase
18850   layout:
18851     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18852     layout: "plot-latency"
18853
18854 - type: "plot"
18855   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18856   algorithm: "plot_latency_error_bars"
18857   output-file-type: ".html"
18858   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18860   filter: "'NIC_Intel-X710' and
18861            '64B' and
18862            'NDRPDR' and
18863            '4T2C' and
18864            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18865            not 'ACL' and
18866            not 'VHOST' and
18867            not 'DRV_AVF' and
18868            not 'L2OVRLAY' and
18869            not 'MEMIF'"
18870   parameters:
18871   - "latency"
18872   - "parent"
18873   - "tags"
18874   sort:
18875   - "L2XCBASE"    # l2xcbase
18876   - "L2BDBASE"    # l2bdbase
18877   - "L2XCFWD"     # dot1q-l2xcbase
18878   - "L2BDMACLRN"  # dot1q-l2bdbase
18879   layout:
18880     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18881     layout: "plot-latency"
18882
18883 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18884 - type: "plot"
18885   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18886   algorithm: "plot_latency_error_bars"
18887   output-file-type: ".html"
18888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18890   filter: "'NIC_Intel-X710' and
18891            '64B' and
18892            'NDRPDR' and
18893            '2T1C' and
18894            'FEATURE' and
18895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18896            'IACL' and
18897            ('ACL1' or 'ACL50') and
18898            ('10K_FLOWS' or '10k_FLOWS') and
18899            not 'MACIP' and
18900            not 'VHOST' and
18901            not 'MEMIF'"
18902   parameters:
18903   - "latency"
18904   - "parent"
18905   - "tags"
18906   layout:
18907     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18908     layout: "plot-latency"
18909
18910 - type: "plot"
18911   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18912   algorithm: "plot_latency_error_bars"
18913   output-file-type: ".html"
18914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18916   filter: "'NIC_Intel-X710' and
18917            '64B' and
18918            'NDRPDR' and
18919            '4T2C' and
18920            'FEATURE' and
18921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18922            'IACL' and
18923            ('ACL1' or 'ACL50') and
18924            ('10K_FLOWS' or '10k_FLOWS') and
18925            not 'MACIP' and
18926            not 'VHOST' and
18927            not 'MEMIF'"
18928   parameters:
18929   - "latency"
18930   - "parent"
18931   - "tags"
18932   layout:
18933     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18934     layout: "plot-latency"
18935
18936 # Packet Latency - VPP L2 3n-skx-xxv710 base
18937 - type: "plot"
18938   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18939   algorithm: "plot_latency_error_bars"
18940   output-file-type: ".html"
18941   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18943   filter: "'NIC_Intel-XXV710' and
18944            '64B' and
18945            ('BASE' or 'SCALE') and
18946            'NDRPDR' and
18947            'ETH' and
18948            '2T1C' and
18949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18950            not 'VHOST' and
18951            not 'MEMIF'"
18952   parameters:
18953   - "latency"
18954   - "parent"
18955   - "tags"
18956   sort:
18957   - "L2PATCH"
18958   - "L2PATCH"
18959   - "L2XCBASE"
18960   - "L2BDMACLRN"
18961   layout:
18962     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18963     layout: "plot-latency"
18964
18965 - type: "plot"
18966   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18967   algorithm: "plot_latency_error_bars"
18968   output-file-type: ".html"
18969   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18971   filter: "'NIC_Intel-XXV710' and
18972            '64B' and
18973            ('BASE' or 'SCALE') and
18974            'NDRPDR' and
18975            'ETH' and
18976            '4T2C' and
18977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18978            not 'VHOST' and
18979            not 'MEMIF'"
18980   parameters:
18981   - "latency"
18982   - "parent"
18983   - "tags"
18984   sort:
18985   - "L2PATCH"
18986   - "L2PATCH"
18987   - "L2XCBASE"
18988   - "L2BDMACLRN"
18989   layout:
18990     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18991     layout: "plot-latency"
18992
18993 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18994 - type: "plot"
18995   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18996   algorithm: "plot_latency_error_bars"
18997   output-file-type: ".html"
18998   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19000   filter: "'NIC_Intel-X710' and
19001            '64B' and
19002            'ETH' and
19003            ('BASE' or 'SCALE') and
19004            'NDRPDR' and
19005            '2T1C' and
19006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19007            not 'VHOST' and
19008            not 'MEMIF'"
19009   parameters:
19010   - "latency"
19011   - "parent"
19012   - "tags"
19013   sort:
19014   - "L2PATCH"
19015   - "L2XCBASE"
19016   - "BASE"
19017   - "FIB_10K"
19018   - "FIB_100K"
19019   - "FIB_1M"
19020   layout:
19021     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19022     layout: "plot-latency"
19023
19024 - type: "plot"
19025   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19026   algorithm: "plot_latency_error_bars"
19027   output-file-type: ".html"
19028   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19030   filter: "'NIC_Intel-X710' and
19031            '64B' and
19032            ('BASE' or 'SCALE') and
19033            'NDRPDR' and
19034            'ETH' and
19035            '4T2C' and
19036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19037            not 'VHOST' and
19038            not 'MEMIF'"
19039   parameters:
19040   - "latency"
19041   - "parent"
19042   - "tags"
19043   sort:
19044   - "L2PATCH"
19045   - "L2XCBASE"
19046   - "BASE"
19047   - "FIB_10K"
19048   - "FIB_100K"
19049   - "FIB_1M"
19050   layout:
19051     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19052     layout: "plot-latency"
19053
19054 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19055 - type: "plot"
19056   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19057   algorithm: "plot_latency_error_bars"
19058   output-file-type: ".html"
19059   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19061   filter: "'NIC_Intel-XXV710' and
19062            '64B' and
19063            ('BASE' or 'SCALE') and
19064            'NDRPDR' and
19065            'ETH' and
19066            '2T1C' and
19067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19068            not 'VHOST' and
19069            not 'MEMIF'"
19070   parameters:
19071   - "latency"
19072   - "parent"
19073   - "tags"
19074   sort:
19075   - "L2PATCH"
19076   - "L2XCBASE"
19077   - "BASE"
19078   - "FIB_10K"
19079   - "FIB_100K"
19080   - "FIB_1M"
19081   layout:
19082     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19083     layout: "plot-latency"
19084
19085 - type: "plot"
19086   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19087   algorithm: "plot_latency_error_bars"
19088   output-file-type: ".html"
19089   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19091   filter: "'NIC_Intel-XXV710' and
19092            '64B' and
19093            ('BASE' or 'SCALE') and
19094            'NDRPDR' and
19095            'ETH' and
19096            '4T2C' and
19097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19098            not 'VHOST' and
19099            not 'MEMIF'"
19100   parameters:
19101   - "latency"
19102   - "parent"
19103   - "tags"
19104   sort:
19105   - "L2PATCH"
19106   - "L2XCBASE"
19107   - "BASE"
19108   - "FIB_10K"
19109   - "FIB_100K"
19110   - "FIB_1M"
19111   layout:
19112     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19113     layout: "plot-latency"
19114
19115 ################################################################################
19116
19117 # Packet Latency - VPP Container Memif 3n-hsw-x520
19118 - type: "plot"
19119   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19120   algorithm: "plot_latency_error_bars"
19121   output-file-type: ".html"
19122   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19124   filter: "'NIC_Intel-X520-DA2' and
19125            '64B' and
19126            ('BASE' or 'SCALE') and
19127            'NDRPDR' and
19128            '1T1C' and
19129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19130            not 'VHOST' and
19131            'MEMIF'"
19132   parameters:
19133   - "latency"
19134   - "parent"
19135   - "tags"
19136   sort:
19137   - "L2XCFWD"
19138   - "L2XCFWD"
19139   - "L2XCFWD"
19140   - "L2BDMACLRN"
19141   - "L2BDMACLRN"
19142   - "L2BDMACLRN"
19143   - "IP4FWD"
19144   layout:
19145     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19146     layout: "plot-latency"
19147
19148 - type: "plot"
19149   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19150   algorithm: "plot_latency_error_bars"
19151   output-file-type: ".html"
19152   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19154   filter: "'NIC_Intel-X520-DA2' and
19155            '64B' and
19156            ('BASE' or 'SCALE') and
19157            'NDRPDR' and
19158            '2T2C' and
19159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19160            not 'VHOST' and
19161            'MEMIF'"
19162   parameters:
19163   - "latency"
19164   - "parent"
19165   - "tags"
19166   sort:
19167   - "L2XCFWD"
19168   - "L2XCFWD"
19169   - "L2XCFWD"
19170   - "L2BDMACLRN"
19171   - "L2BDMACLRN"
19172   - "L2BDMACLRN"
19173   - "IP4FWD"
19174   layout:
19175     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19176     layout: "plot-latency"
19177
19178 # Packet Latency - VPP Container Memif 3n-hsw-x710
19179 - type: "plot"
19180   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19181   algorithm: "plot_latency_error_bars"
19182   output-file-type: ".html"
19183   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19185   filter: "'NIC_Intel-X710' and
19186            '64B' and
19187            ('BASE' or 'SCALE') and
19188            'NDRPDR' and
19189            '1T1C' and
19190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19191            not 'VHOST' and
19192            'MEMIF'"
19193   parameters:
19194   - "latency"
19195   - "parent"
19196   - "tags"
19197   sort:
19198   - "L2XCFWD"
19199   - "L2XCFWD"
19200   - "L2XCFWD"
19201   - "L2BDMACLRN"
19202   - "L2BDMACLRN"
19203   - "L2BDMACLRN"
19204   - "IP4FWD"
19205   layout:
19206     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19207     layout: "plot-latency"
19208
19209 - type: "plot"
19210   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19211   algorithm: "plot_latency_error_bars"
19212   output-file-type: ".html"
19213   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19215   filter: "'NIC_Intel-X710' and
19216            '64B' and
19217            ('BASE' or 'SCALE') and
19218            'NDRPDR' and
19219            '2T2C' and
19220            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19221            not 'VHOST' and
19222            'MEMIF'"
19223   parameters:
19224   - "latency"
19225   - "parent"
19226   - "tags"
19227   sort:
19228   - "L2XCFWD"
19229   - "L2XCFWD"
19230   - "L2XCFWD"
19231   - "L2BDMACLRN"
19232   - "L2BDMACLRN"
19233   - "L2BDMACLRN"
19234   - "IP4FWD"
19235   layout:
19236     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19237     layout: "plot-latency"
19238
19239 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19240 - type: "plot"
19241   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19242   algorithm: "plot_latency_error_bars"
19243   output-file-type: ".html"
19244   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19246   filter: "'NIC_Intel-XL710' and
19247            '64B' and
19248            ('BASE' or 'SCALE') and
19249            'NDRPDR' and
19250            '1T1C' and
19251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19252            not 'VHOST' and
19253            'MEMIF'"
19254   parameters:
19255   - "latency"
19256   - "parent"
19257   - "tags"
19258   sort:
19259   - "L2XCFWD"
19260   - "L2XCFWD"
19261   - "L2XCFWD"
19262   - "L2BDMACLRN"
19263   - "L2BDMACLRN"
19264   - "L2BDMACLRN"
19265   - "IP4FWD"
19266   layout:
19267     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19268     layout: "plot-latency"
19269
19270 - type: "plot"
19271   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19272   algorithm: "plot_latency_error_bars"
19273   output-file-type: ".html"
19274   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19276   filter: "'NIC_Intel-XL710' and
19277            '64B' and
19278            ('BASE' or 'SCALE') and
19279            'NDRPDR' and
19280            '2T2C' and
19281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19282            not 'VHOST' and
19283            'MEMIF'"
19284   parameters:
19285   - "latency"
19286   - "parent"
19287   - "tags"
19288   sort:
19289   - "L2XCFWD"
19290   - "L2XCFWD"
19291   - "L2XCFWD"
19292   - "L2BDMACLRN"
19293   - "L2BDMACLRN"
19294   - "L2BDMACLRN"
19295   - "IP4FWD"
19296   layout:
19297     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19298     layout: "plot-latency"
19299
19300 # Packet Latency - VPP Container Memif 3n-skx-x710
19301 - type: "plot"
19302   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19303   algorithm: "plot_latency_error_bars"
19304   output-file-type: ".html"
19305   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19307   filter: "'NIC_Intel-X710' and
19308            '64B' and
19309            ('BASE' or 'SCALE') and
19310            'NDRPDR' and
19311            '2T1C' and
19312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19313            not 'VHOST' and
19314            'MEMIF'"
19315   parameters:
19316   - "latency"
19317   - "parent"
19318   - "tags"
19319   sort:
19320   - "L2XCFWD"
19321   - "L2XCFWD"
19322   - "L2XCFWD"
19323   - "L2BDMACLRN"
19324   - "L2BDMACLRN"
19325   - "L2BDMACLRN"
19326   - "IP4FWD"
19327   layout:
19328     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19329     layout: "plot-latency"
19330
19331 - type: "plot"
19332   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19333   algorithm: "plot_latency_error_bars"
19334   output-file-type: ".html"
19335   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19337   filter: "'NIC_Intel-X710' and
19338            '64B' and
19339            ('BASE' or 'SCALE') and
19340            'NDRPDR' and
19341            '4T2C' and
19342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19343            not 'VHOST' and
19344            'MEMIF'"
19345   parameters:
19346   - "latency"
19347   - "parent"
19348   - "tags"
19349   sort:
19350   - "L2XCFWD"
19351   - "L2XCFWD"
19352   - "L2XCFWD"
19353   - "L2BDMACLRN"
19354   - "L2BDMACLRN"
19355   - "L2BDMACLRN"
19356   - "IP4FWD"
19357   layout:
19358     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19359     layout: "plot-latency"
19360
19361 # Packet Latency - VPP Container Memif 2n-skx-x710
19362 - type: "plot"
19363   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19364   algorithm: "plot_latency_error_bars"
19365   output-file-type: ".html"
19366   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19368   filter: "'NIC_Intel-X710' and
19369            '64B' and
19370            ('BASE' or 'SCALE') and
19371            'NDRPDR' and
19372            '2T1C' and
19373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19374            not 'VHOST' and
19375            not 'NF_DENSITY' and
19376            'MEMIF'"
19377   parameters:
19378   - "latency"
19379   - "parent"
19380   - "tags"
19381   sort:
19382   - "L2XCFWD"
19383   - "L2XCFWD"
19384   - "L2XCFWD"
19385   - "L2BDMACLRN"
19386   - "L2BDMACLRN"
19387   - "L2BDMACLRN"
19388   - "IP4FWD"
19389   layout:
19390     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19391     layout: "plot-latency"
19392
19393 - type: "plot"
19394   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19395   algorithm: "plot_latency_error_bars"
19396   output-file-type: ".html"
19397   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19399   filter: "'NIC_Intel-X710' and
19400            '64B' and
19401            ('BASE' or 'SCALE') and
19402            'NDRPDR' and
19403            '4T2C' and
19404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19405            not 'VHOST' and
19406            not 'NF_DENSITY' and
19407            'MEMIF'"
19408   parameters:
19409   - "latency"
19410   - "parent"
19411   - "tags"
19412   sort:
19413   - "L2XCFWD"
19414   - "L2XCFWD"
19415   - "L2XCFWD"
19416   - "L2BDMACLRN"
19417   - "L2BDMACLRN"
19418   - "L2BDMACLRN"
19419   - "IP4FWD"
19420   layout:
19421     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19422     layout: "plot-latency"
19423
19424 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19425 #- type: "plot"
19426 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19427 #  algorithm: "plot_latency_error_bars"
19428 #  output-file-type: ".html"
19429 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19430 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19431 #  filter: "'NIC_Intel-XXV710' and
19432 #           '64B' and
19433 #           ('BASE' or 'SCALE') and
19434 #           'NDRPDR' and
19435 #           '2T1C' and
19436 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19437 #           not 'VHOST' and
19438 #           'MEMIF'"
19439 #  parameters:
19440 #  - "latency"
19441 #  - "parent"
19442 #  - "tags"
19443 #  sort:
19444 #  - "L2XCFWD"
19445 #  - "L2XCFWD"
19446 #  - "L2XCFWD"
19447 #  - "L2BDMACLRN"
19448 #  - "L2BDMACLRN"
19449 #  - "L2BDMACLRN"
19450 #  - "IP4FWD"
19451 #  layout:
19452 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19453 #    layout: "plot-latency"
19454 #
19455 #- type: "plot"
19456 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19457 #  algorithm: "plot_latency_error_bars"
19458 #  output-file-type: ".html"
19459 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19460 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19461 #  filter: "'NIC_Intel-XXV710' and
19462 #           '64B' and
19463 #           ('BASE' or 'SCALE') and
19464 #           'NDRPDR' and
19465 #           '4T2C' and
19466 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19467 #           not 'VHOST' and
19468 #           'MEMIF'"
19469 #  parameters:
19470 #  - "latency"
19471 #  - "parent"
19472 #  - "tags"
19473 #  sort:
19474 #  - "L2XCFWD"
19475 #  - "L2XCFWD"
19476 #  - "L2XCFWD"
19477 #  - "L2BDMACLRN"
19478 #  - "L2BDMACLRN"
19479 #  - "L2BDMACLRN"
19480 #  - "IP4FWD"
19481 #  layout:
19482 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19483 #    layout: "plot-latency"
19484
19485 ################################################################################
19486
19487 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19488 #- type: "plot"
19489 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19490 #  algorithm: "plot_latency_error_bars"
19491 #  output-file-type: ".html"
19492 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19493 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19494 #  filter: "'NIC_Intel-X520-DA2' and
19495 #           '64B' and
19496 #           ('BASE' or 'SCALE') and
19497 #           'NDRPDR' and
19498 #           '1T1C' and
19499 #           'L2XCFWD' and
19500 #           not 'VHOST' and
19501 #           not 'NF_DENSITY' and
19502 #           'MEMIF'"
19503 #  parameters:
19504 #  - "latency"
19505 #  - "parent"
19506 #  - "tags"
19507 #  sort:
19508 #  - "1VNF"
19509 #  - "2VNF"
19510 #  - "4VNF"
19511 #  - "2VNF"
19512 #  - "4VNF"
19513 #  layout:
19514 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19515 #    layout: "plot-latency"
19516 #
19517 #- type: "plot"
19518 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19519 #  algorithm: "plot_latency_error_bars"
19520 #  output-file-type: ".html"
19521 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19522 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19523 #  filter: "'NIC_Intel-X520-DA2' and
19524 #           '64B' and
19525 #           ('BASE' or 'SCALE') and
19526 #           'NDRPDR' and
19527 #           '2T2C' and
19528 #           'L2XCFWD' and
19529 #           not 'VHOST' and
19530 #           not 'NF_DENSITY' and
19531 #           'MEMIF'"
19532 #  parameters:
19533 #  - "latency"
19534 #  - "parent"
19535 #  - "tags"
19536 #  sort:
19537 #  - "1VNF"
19538 #  - "2VNF"
19539 #  - "4VNF"
19540 #  - "2VNF"
19541 #  - "4VNF"
19542 #  layout:
19543 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19544 #    layout: "plot-latency"
19545 #
19546 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19547 #- type: "plot"
19548 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19549 #  algorithm: "plot_latency_error_bars"
19550 #  output-file-type: ".html"
19551 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19552 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19553 #  filter: "'NIC_Intel-X520-DA2' and
19554 #           '64B' and
19555 #           ('BASE' or 'SCALE') and
19556 #           'NDRPDR' and
19557 #           '1T1C' and
19558 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19559 #           not 'VHOST' and
19560 #           not 'NF_DENSITY' and
19561 #           'MEMIF'"
19562 #  parameters:
19563 #  - "latency"
19564 #  - "parent"
19565 #  - "tags"
19566 #  sort:
19567 #  - "1VNF"
19568 #  - "2VNF"
19569 #  - "4VNF"
19570 #  - "2VNF"
19571 #  - "4VNF"
19572 #  layout:
19573 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19574 #    layout: "plot-latency"
19575 #
19576 #- type: "plot"
19577 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19578 #  algorithm: "plot_latency_error_bars"
19579 #  output-file-type: ".html"
19580 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19581 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19582 #  filter: "'NIC_Intel-X520-DA2' and
19583 #           '64B' and
19584 #           ('BASE' or 'SCALE') and
19585 #           'NDRPDR' and
19586 #           '2T2C' and
19587 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19588 #           not 'VHOST' and
19589 #           not 'NF_DENSITY' and
19590 #           'MEMIF'"
19591 #  parameters:
19592 #  - "latency"
19593 #  - "parent"
19594 #  - "tags"
19595 #  sort:
19596 #  - "1VNF"
19597 #  - "2VNF"
19598 #  - "4VNF"
19599 #  - "2VNF"
19600 #  - "4VNF"
19601 #  layout:
19602 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19603 #    layout: "plot-latency"
19604 #
19605 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19606 #- type: "plot"
19607 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19608 #  algorithm: "plot_latency_error_bars"
19609 #  output-file-type: ".html"
19610 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19611 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19612 #  filter: "'NIC_Intel-X710' and
19613 #           '64B' and
19614 #           ('BASE' or 'SCALE') and
19615 #           'NDRPDR' and
19616 #           '1T1C' and
19617 #           'L2XCFWD' and
19618 #           not 'VHOST' and
19619 #           not 'NF_DENSITY' and
19620 #           'MEMIF'"
19621 #  parameters:
19622 #  - "latency"
19623 #  - "parent"
19624 #  - "tags"
19625 #  sort:
19626 #  - "1VNF"
19627 #  - "2VNF"
19628 #  - "4VNF"
19629 #  - "2VNF"
19630 #  - "4VNF"
19631 #  layout:
19632 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19633 #    layout: "plot-latency"
19634 #
19635 #- type: "plot"
19636 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19637 #  algorithm: "plot_latency_error_bars"
19638 #  output-file-type: ".html"
19639 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19640 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19641 #  filter: "'NIC_Intel-X710' and
19642 #           '64B' and
19643 #           ('BASE' or 'SCALE') and
19644 #           'NDRPDR' and
19645 #           '2T2C' and
19646 #           'L2XCFWD' and
19647 #           not 'VHOST' and
19648 #           not 'NF_DENSITY' and
19649 #           'MEMIF'"
19650 #  parameters:
19651 #  - "latency"
19652 #  - "parent"
19653 #  - "tags"
19654 #  sort:
19655 #  - "1VNF"
19656 #  - "2VNF"
19657 #  - "4VNF"
19658 #  - "2VNF"
19659 #  - "4VNF"
19660 #  layout:
19661 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19662 #    layout: "plot-latency"
19663 #
19664 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19665 #- type: "plot"
19666 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19667 #  algorithm: "plot_latency_error_bars"
19668 #  output-file-type: ".html"
19669 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19670 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19671 #  filter: "'NIC_Intel-X710' and
19672 #           '64B' and
19673 #           ('BASE' or 'SCALE') and
19674 #           'NDRPDR' and
19675 #           '1T1C' and
19676 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19677 #           not 'VHOST' and
19678 #           not 'NF_DENSITY' and
19679 #           'MEMIF'"
19680 #  parameters:
19681 #  - "latency"
19682 #  - "parent"
19683 #  - "tags"
19684 #  sort:
19685 #  - "1VNF"
19686 #  - "2VNF"
19687 #  - "4VNF"
19688 #  - "2VNF"
19689 #  - "4VNF"
19690 #  layout:
19691 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19692 #    layout: "plot-latency"
19693 #
19694 #- type: "plot"
19695 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19696 #  algorithm: "plot_latency_error_bars"
19697 #  output-file-type: ".html"
19698 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19699 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19700 #  filter: "'NIC_Intel-X710' and
19701 #           '64B' and
19702 #           ('BASE' or 'SCALE') and
19703 #           'NDRPDR' and
19704 #           '2T2C' and
19705 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19706 #           not 'VHOST' and
19707 #           not 'NF_DENSITY' and
19708 #           'MEMIF'"
19709 #  parameters:
19710 #  - "latency"
19711 #  - "parent"
19712 #  - "tags"
19713 #  sort:
19714 #  - "1VNF"
19715 #  - "2VNF"
19716 #  - "4VNF"
19717 #  - "2VNF"
19718 #  - "4VNF"
19719 #  layout:
19720 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19721 #    layout: "plot-latency"
19722
19723 ################################################################################
19724
19725 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19726 - type: "plot"
19727   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19728   algorithm: "plot_latency_error_bars"
19729   output-file-type: ".html"
19730   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19732   filter: "'NIC_Intel-X520-DA2' and
19733            '64B' and
19734            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19735            'NDRPDR' and
19736            '1T1C' and
19737            'IP4FWD' and
19738            not 'IPSEC' and
19739            not 'DOT1Q' and
19740            not 'VHOST'"
19741   parameters:
19742   - "latency"
19743   - "parent"
19744   - "tags"
19745   sort:
19746   - "DOT1Q"
19747   - "IP4BASE"
19748   - "FIB_20K"
19749   - "FIB_200K"
19750   - "FIB_2M"
19751   layout:
19752     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19753     layout: "plot-latency"
19754
19755 - type: "plot"
19756   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19757   algorithm: "plot_latency_error_bars"
19758   output-file-type: ".html"
19759   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19761   filter: "'NIC_Intel-X520-DA2' and
19762            '64B' and
19763            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19764            'NDRPDR' and
19765            '2T2C' and
19766            'IP4FWD' and
19767            not 'IPSEC' and
19768            not 'DOT1Q' and
19769            not 'VHOST'"
19770   parameters:
19771   - "latency"
19772   - "parent"
19773   - "tags"
19774   sort:
19775   - "DOT1Q"
19776   - "IP4BASE"
19777   - "FIB_20K"
19778   - "FIB_200K"
19779   - "FIB_2M"
19780   layout:
19781     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19782     layout: "plot-latency"
19783
19784 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19785 - type: "plot"
19786   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19787   algorithm: "plot_latency_error_bars"
19788   output-file-type: ".html"
19789   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19791   filter: "'NIC_Intel-X520-DA2' and
19792            '64B' and
19793            ('IP4BASE' or
19794             'POLICE_MARK' or
19795             'COPWHLIST' or
19796             ('NAT44' and 'BASE') or
19797             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19798            'NDRPDR' and
19799            '1T1C' and
19800            'IP4FWD' and
19801            not 'IPSEC' and
19802            not 'VHOST'"
19803   parameters:
19804   - "latency"
19805   - "parent"
19806   - "tags"
19807   sort:
19808   - "DOT1Q"
19809   - "IP4BASE"
19810   - "NAT44"
19811   - "POLICE_MARK"
19812   - "COPWHLIST"
19813   - "IACL"
19814   - "OACL"
19815   layout:
19816     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19817     layout: "plot-latency"
19818
19819 - type: "plot"
19820   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19821   algorithm: "plot_latency_error_bars"
19822   output-file-type: ".html"
19823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19825   filter: "'NIC_Intel-X520-DA2' and
19826            '64B' and
19827            ('IP4BASE' or
19828             'POLICE_MARK' or
19829             'COPWHLIST' or
19830             ('NAT44' and 'BASE') or
19831             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19832            'NDRPDR' and
19833            '2T2C' and
19834            'IP4FWD' and
19835            not 'IPSEC' and
19836            not 'VHOST'"
19837   parameters:
19838   - "latency"
19839   - "parent"
19840   - "tags"
19841   sort:
19842   - "DOT1Q"
19843   - "IP4BASE"
19844   - "NAT44"
19845   - "POLICE_MARK"
19846   - "COPWHLIST"
19847   - "IACL"
19848   - "OACL"
19849   layout:
19850     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19851     layout: "plot-latency"
19852
19853 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19854 - type: "plot"
19855   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19856   algorithm: "plot_latency_error_bars"
19857   output-file-type: ".html"
19858   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19860   filter: "'NIC_Intel-X520-DA2' and
19861            '64B' and
19862            'NDRPDR' and
19863            '1T1C' and
19864            'IP4FWD' and
19865            ('NAT44' or 'IP4BASE') and
19866            not 'DOT1Q' and
19867            not 'IPSEC' and
19868            not 'VHOST'"
19869   parameters:
19870   - "latency"
19871   - "parent"
19872   - "tags"
19873   sort:
19874   - "IP4BASE"
19875   - "BASE"
19876   - "SRC_USER_10"
19877   - "SRC_USER_100"
19878   - "SRC_USER_1000"
19879   - "SRC_USER_2000"
19880   layout:
19881     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19882     layout: "plot-latency"
19883
19884 - type: "plot"
19885   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19886   algorithm: "plot_latency_error_bars"
19887   output-file-type: ".html"
19888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19890   filter: "'NIC_Intel-X520-DA2' and
19891            '64B' and
19892            'NDRPDR' and
19893            '2T2C' and
19894            'IP4FWD' and
19895            ('NAT44' or 'IP4BASE') and
19896            not 'DOT1Q' and
19897            not 'IPSEC' and
19898            not 'VHOST'"
19899   parameters:
19900   - "latency"
19901   - "parent"
19902   - "tags"
19903   sort:
19904   - "IP4BASE"
19905   - "BASE"
19906   - "SRC_USER_10"
19907   - "SRC_USER_100"
19908   - "SRC_USER_1000"
19909   - "SRC_USER_2000"
19910   layout:
19911     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19912     layout: "plot-latency"
19913
19914 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19915 - type: "plot"
19916   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19917   algorithm: "plot_latency_error_bars"
19918   output-file-type: ".html"
19919   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19921   filter: "'NIC_Intel-X520-DA2' and
19922            '64B' and
19923            'NDRPDR' and
19924            '1T1C' and
19925            'IP4FWD' and
19926            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19927            not 'IPSEC' and
19928            not 'DOT1Q' and
19929            not 'VHOST'"
19930   parameters:
19931   - "latency"
19932   - "parent"
19933   - "tags"
19934   sort:
19935   - "IP4BASE"
19936   - "ACL_STATELESS"
19937   - "ACL_STATEFUL"
19938   - "ACL_STATELESS"
19939   - "ACL_STATEFUL"
19940   layout:
19941     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19942     layout: "plot-latency"
19943
19944 - type: "plot"
19945   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19946   algorithm: "plot_latency_error_bars"
19947   output-file-type: ".html"
19948   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19950   filter: "'NIC_Intel-X520-DA2' and
19951            '64B' and
19952            'NDRPDR' and
19953            '2T2C' and
19954            'IP4FWD' and
19955            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19956            not 'IPSEC' and
19957            not 'DOT1Q' and
19958            not 'VHOST'"
19959   parameters:
19960   - "latency"
19961   - "parent"
19962   - "tags"
19963   sort:
19964   - "IP4BASE"
19965   - "ACL_STATELESS"
19966   - "ACL_STATEFUL"
19967   - "ACL_STATELESS"
19968   - "ACL_STATEFUL"
19969   layout:
19970     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19971     layout: "plot-latency"
19972
19973 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19974 - type: "plot"
19975   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19976   algorithm: "plot_latency_error_bars"
19977   output-file-type: ".html"
19978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19980   filter: "'NIC_Intel-X520-DA2' and
19981            '64B' and
19982            'NDRPDR' and
19983            '1T1C' and
19984            'IP4FWD' and
19985            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19986            not 'IPSEC' and
19987            not 'DOT1Q' and
19988            not 'VHOST'"
19989   parameters:
19990   - "latency"
19991   - "parent"
19992   - "tags"
19993   sort:
19994   - "IP4BASE"
19995   - "ACL_STATELESS"
19996   - "ACL_STATEFUL"
19997   - "ACL_STATELESS"
19998   - "ACL_STATEFUL"
19999   layout:
20000     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20001     layout: "plot-latency"
20002
20003 - type: "plot"
20004   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20005   algorithm: "plot_latency_error_bars"
20006   output-file-type: ".html"
20007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20009   filter: "'NIC_Intel-X520-DA2' and
20010            '64B' and
20011            'NDRPDR' and
20012            '2T2C' and
20013            'IP4FWD' and
20014            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20015            not 'IPSEC' and
20016            not 'DOT1Q' and
20017            not 'VHOST'"
20018   parameters:
20019   - "latency"
20020   - "parent"
20021   - "tags"
20022   sort:
20023   - "IP4BASE"
20024   - "ACL_STATELESS"
20025   - "ACL_STATEFUL"
20026   - "ACL_STATELESS"
20027   - "ACL_STATEFUL"
20028   layout:
20029     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20030     layout: "plot-latency"
20031
20032 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20033 - type: "plot"
20034   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20035   algorithm: "plot_latency_error_bars"
20036   output-file-type: ".html"
20037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20039   filter: "'NIC_Intel-X710' and
20040            '64B' and
20041            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20042            'NDRPDR' and
20043            '1T1C' and
20044            'IP4FWD' and
20045            not 'IPSEC' and
20046            not 'DOT1Q' and
20047            not 'VHOST'"
20048   parameters:
20049   - "latency"
20050   - "parent"
20051   - "tags"
20052   sort:
20053   - "IP4BASE"
20054   - "FIB_20K"
20055   - "FIB_200K"
20056   - "FIB_2M"
20057   layout:
20058     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20059     layout: "plot-latency"
20060
20061 - type: "plot"
20062   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20063   algorithm: "plot_latency_error_bars"
20064   output-file-type: ".html"
20065   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20067   filter: "'NIC_Intel-X710' and
20068            '64B' and
20069            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20070            'NDRPDR' and
20071            '2T2C' and
20072            'IP4FWD' and
20073            not 'IPSEC' and
20074            not 'DOT1Q' and
20075            not 'VHOST'"
20076   parameters:
20077   - "latency"
20078   - "parent"
20079   - "tags"
20080   sort:
20081   - "IP4BASE"
20082   - "FIB_20K"
20083   - "FIB_200K"
20084   - "FIB_2M"
20085   layout:
20086     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20087     layout: "plot-latency"
20088
20089 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20090 - type: "plot"
20091   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20092   algorithm: "plot_latency_error_bars"
20093   output-file-type: ".html"
20094   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20096   filter: "'NIC_Intel-X710' and
20097            '64B' and
20098            ('IP4BASE' or
20099             'POLICE_MARK' or
20100             'COPWHLIST' or
20101             ('NAT44' and 'BASE') or
20102             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20103            'NDRPDR' and
20104            '1T1C' and
20105            'IP4FWD' and
20106            not 'IPSEC' and
20107            not 'VHOST'"
20108   parameters:
20109   - "latency"
20110   - "parent"
20111   - "tags"
20112   sort:
20113   - "DOT1Q"
20114   - "IP4BASE"
20115   - "NAT44"
20116   - "POLICE_MARK"
20117   - "COPWHLIST"
20118   - "IACL"
20119   - "OACL"
20120   layout:
20121     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20122     layout: "plot-latency"
20123
20124 - type: "plot"
20125   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20126   algorithm: "plot_latency_error_bars"
20127   output-file-type: ".html"
20128   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20130   filter: "'NIC_Intel-X710' and
20131            '64B' and
20132            ('IP4BASE' or
20133             'POLICE_MARK' or
20134             'COPWHLIST' or
20135             ('NAT44' and 'BASE') or
20136             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20137            'NDRPDR' and
20138            '2T2C' and
20139            'IP4FWD' and
20140            not 'IPSEC' and
20141            not 'VHOST'"
20142   parameters:
20143   - "latency"
20144   - "parent"
20145   - "tags"
20146   sort:
20147   - "DOT1Q"
20148   - "IP4BASE"
20149   - "NAT44"
20150   - "POLICE_MARK"
20151   - "COPWHLIST"
20152   - "IACL"
20153   - "OACL"
20154   layout:
20155     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20156     layout: "plot-latency"
20157
20158 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20159 - type: "plot"
20160   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20161   algorithm: "plot_latency_error_bars"
20162   output-file-type: ".html"
20163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20165   filter: "'NIC_Intel-X710' and
20166            '64B' and
20167            'NDRPDR' and
20168            '1T1C' and
20169            'IP4FWD' and
20170            ('NAT44' or 'IP4BASE') and
20171            not 'IPSEC' and
20172            not 'VHOST'"
20173   parameters:
20174   - "latency"
20175   - "parent"
20176   - "tags"
20177   sort:
20178   - "IP4BASE"
20179   - "BASE"
20180   - "SRC_USER_10"
20181   - "SRC_USER_100"
20182   - "SRC_USER_1000"
20183   - "SRC_USER_2000"
20184   layout:
20185     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20186     layout: "plot-latency"
20187
20188 - type: "plot"
20189   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20190   algorithm: "plot_latency_error_bars"
20191   output-file-type: ".html"
20192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20194   filter: "'NIC_Intel-X710' and
20195            '64B' and
20196            'NDRPDR' and
20197            '2T2C' and
20198            'IP4FWD' and
20199            ('NAT44' or 'IP4BASE') and
20200            not 'IPSEC' and
20201            not 'VHOST'"
20202   parameters:
20203   - "latency"
20204   - "parent"
20205   - "tags"
20206   sort:
20207   - "IP4BASE"
20208   - "BASE"
20209   - "SRC_USER_10"
20210   - "SRC_USER_100"
20211   - "SRC_USER_1000"
20212   - "SRC_USER_2000"
20213   layout:
20214     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20215     layout: "plot-latency"
20216
20217 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20218 - type: "plot"
20219   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20220   algorithm: "plot_latency_error_bars"
20221   output-file-type: ".html"
20222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20224   filter: "'NIC_Intel-X710' and
20225            '64B' and
20226            'NDRPDR' and
20227            '1T1C' and
20228            'IP4FWD' and
20229            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20230            not 'IPSEC' and
20231            not 'VHOST'"
20232   parameters:
20233   - "latency"
20234   - "parent"
20235   - "tags"
20236   sort:
20237   - "IP4BASE"
20238   - "ACL_STATELESS"
20239   - "ACL_STATEFUL"
20240   - "ACL_STATELESS"
20241   - "ACL_STATEFUL"
20242   layout:
20243     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20244     layout: "plot-latency"
20245
20246 - type: "plot"
20247   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20248   algorithm: "plot_latency_error_bars"
20249   output-file-type: ".html"
20250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20252   filter: "'NIC_Intel-X710' and
20253            '64B' and
20254            'NDRPDR' and
20255            '2T2C' and
20256            'IP4FWD' and
20257            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20258            not 'IPSEC' and
20259            not 'VHOST'"
20260   parameters:
20261   - "latency"
20262   - "parent"
20263   - "tags"
20264   sort:
20265   - "IP4BASE"
20266   - "ACL_STATELESS"
20267   - "ACL_STATEFUL"
20268   - "ACL_STATELESS"
20269   - "ACL_STATEFUL"
20270   layout:
20271     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20272     layout: "plot-latency"
20273
20274 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20275 - type: "plot"
20276   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20277   algorithm: "plot_latency_error_bars"
20278   output-file-type: ".html"
20279   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20281   filter: "'NIC_Intel-XL710' and
20282            '64B' and
20283            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20284            'NDRPDR' and
20285            '1T1C' and
20286            'IP4FWD' and
20287            not 'IPSEC' and
20288            not 'VHOST'"
20289   parameters:
20290   - "latency"
20291   - "parent"
20292   - "tags"
20293   sort:
20294   - "IP4BASE"
20295   - "FIB_20K"
20296   - "FIB_200K"
20297   - "FIB_2M"
20298   layout:
20299     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20300     layout: "plot-latency"
20301
20302 - type: "plot"
20303   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20304   algorithm: "plot_latency_error_bars"
20305   output-file-type: ".html"
20306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20308   filter: "'NIC_Intel-XL710' and
20309            '64B' and
20310            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20311            'NDRPDR' and
20312            '2T2C' and
20313            'IP4FWD' and
20314            not 'IPSEC' and
20315            not 'VHOST'"
20316   parameters:
20317   - "latency"
20318   - "parent"
20319   - "tags"
20320   sort:
20321   - "IP4BASE"
20322   - "FIB_20K"
20323   - "FIB_200K"
20324   - "FIB_2M"
20325   layout:
20326     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20327     layout: "plot-latency"
20328
20329 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20330 - type: "plot"
20331   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20332   algorithm: "plot_latency_error_bars"
20333   output-file-type: ".html"
20334   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20336   filter: "'NIC_Intel-X710' and
20337            '64B' and
20338            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20339            'NDRPDR' and
20340            '2T1C' and
20341            'IP4FWD' and
20342            not 'IPSEC' and
20343            not 'DOT1Q' and
20344            not 'VHOST'"
20345   parameters:
20346   - "latency"
20347   - "parent"
20348   - "tags"
20349   sort:
20350   - "IP4BASE"
20351   - "FIB_20K"
20352   - "FIB_200K"
20353   - "FIB_2M"
20354   layout:
20355     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20356     layout: "plot-latency"
20357
20358 - type: "plot"
20359   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20360   algorithm: "plot_latency_error_bars"
20361   output-file-type: ".html"
20362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20364   filter: "'NIC_Intel-X710' and
20365            '64B' and
20366            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20367            'NDRPDR' and
20368            '4T2C' and
20369            'IP4FWD' and
20370            not 'IPSEC' and
20371            not 'DOT1Q' and
20372            not 'VHOST'"
20373   parameters:
20374   - "latency"
20375   - "parent"
20376   - "tags"
20377   sort:
20378   - "IP4BASE"
20379   - "FIB_20K"
20380   - "FIB_200K"
20381   - "FIB_2M"
20382   layout:
20383     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20384     layout: "plot-latency"
20385
20386 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20387 - type: "plot"
20388   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20389   algorithm: "plot_latency_error_bars"
20390   output-file-type: ".html"
20391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20393   filter: "'NIC_Intel-X710' and
20394            '64B' and
20395            ('IP4BASE' or
20396             'POLICE_MARK' or
20397             'COPWHLIST' or
20398             ('NAT44' and 'BASE') or
20399             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20400            'NDRPDR' and
20401            '2T1C' and
20402            'IP4FWD' and
20403            not 'IPSEC' and
20404            not 'VHOST'"
20405   parameters:
20406   - "latency"
20407   - "parent"
20408   - "tags"
20409   sort:
20410   - "DOT1Q"
20411   - "IP4BASE"
20412   - "NAT44"
20413   - "POLICE_MARK"
20414   - "COPWHLIST"
20415   - "IACL"
20416   - "OACL"
20417   layout:
20418     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20419     layout: "plot-latency"
20420
20421 - type: "plot"
20422   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20423   algorithm: "plot_latency_error_bars"
20424   output-file-type: ".html"
20425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20427   filter: "'NIC_Intel-X710' and
20428            '64B' and
20429            ('IP4BASE' or
20430             'POLICE_MARK' or
20431             'COPWHLIST' or
20432             ('NAT44' and 'BASE') or
20433             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20434            'NDRPDR' and
20435            '4T2C' and
20436            'IP4FWD' and
20437            not 'IPSEC' and
20438            not 'VHOST'"
20439   parameters:
20440   - "latency"
20441   - "parent"
20442   - "tags"
20443   sort:
20444   - "DOT1Q"
20445   - "IP4BASE"
20446   - "NAT44"
20447   - "POLICE_MARK"
20448   - "COPWHLIST"
20449   - "IACL"
20450   - "OACL"
20451   layout:
20452     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20453     layout: "plot-latency"
20454
20455 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20456 - type: "plot"
20457   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20458   algorithm: "plot_latency_error_bars"
20459   output-file-type: ".html"
20460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20462   filter: "'NIC_Intel-X710' and
20463            '64B' and
20464            'NDRPDR' and
20465            '2T1C' and
20466            'IP4FWD' and
20467            ('NAT44' or 'IP4BASE') and
20468            not 'IPSEC' and
20469            not 'VHOST'"
20470   parameters:
20471   - "latency"
20472   - "parent"
20473   - "tags"
20474   sort:
20475   - "IP4BASE"
20476   - "BASE"
20477   - "SRC_USER_10"
20478   - "SRC_USER_100"
20479   - "SRC_USER_1000"
20480   - "SRC_USER_2000"
20481   layout:
20482     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20483     layout: "plot-latency"
20484
20485 - type: "plot"
20486   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20487   algorithm: "plot_latency_error_bars"
20488   output-file-type: ".html"
20489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20491   filter: "'NIC_Intel-X710' and
20492            '64B' and
20493            'NDRPDR' and
20494            '4T2C' and
20495            'IP4FWD' and
20496            ('NAT44' or 'IP4BASE') and
20497            not 'IPSEC' and
20498            not 'VHOST'"
20499   parameters:
20500   - "latency"
20501   - "parent"
20502   - "tags"
20503   sort:
20504   - "IP4BASE"
20505   - "BASE"
20506   - "SRC_USER_10"
20507   - "SRC_USER_100"
20508   - "SRC_USER_1000"
20509   - "SRC_USER_2000"
20510   layout:
20511     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20512     layout: "plot-latency"
20513
20514 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20515 - type: "plot"
20516   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20517   algorithm: "plot_latency_error_bars"
20518   output-file-type: ".html"
20519   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20521   filter: "'NIC_Intel-X710' and
20522            '64B' and
20523            'NDRPDR' and
20524            '2T1C' and
20525            'IP4FWD' and
20526            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20527            not 'IPSEC' and
20528            not 'VHOST'"
20529   parameters:
20530   - "latency"
20531   - "parent"
20532   - "tags"
20533   sort:
20534   - "IP4BASE"
20535   - "ACL_STATELESS"
20536   - "ACL_STATEFUL"
20537   - "ACL_STATELESS"
20538   - "ACL_STATEFUL"
20539   layout:
20540     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20541     layout: "plot-latency"
20542
20543 - type: "plot"
20544   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20545   algorithm: "plot_latency_error_bars"
20546   output-file-type: ".html"
20547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20549   filter: "'NIC_Intel-X710' and
20550            '64B' and
20551            'NDRPDR' and
20552            '4T2C' and
20553            'IP4FWD' and
20554            'IACL' and
20555            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20556            not 'IPSEC' and
20557            not 'VHOST'"
20558   parameters:
20559   - "latency"
20560   - "parent"
20561   - "tags"
20562   sort:
20563   - "IP4BASE"
20564   - "ACL_STATELESS"
20565   - "ACL_STATEFUL"
20566   - "ACL_STATELESS"
20567   - "ACL_STATEFUL"
20568   layout:
20569     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20570     layout: "plot-latency"
20571
20572 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20573 - type: "plot"
20574   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20575   algorithm: "plot_latency_error_bars"
20576   output-file-type: ".html"
20577   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20579   filter: "'NIC_Intel-X710' and
20580            '64B' and
20581            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20582            'NDRPDR' and
20583            '2T1C' and
20584            'IP4FWD' and
20585            not 'IPSEC' and
20586            not 'DOT1Q' and
20587            not 'VHOST'"
20588   parameters:
20589   - "latency"
20590   - "parent"
20591   - "tags"
20592   sort:
20593   - "IP4BASE"
20594   - "FIB_20K"
20595   - "FIB_200K"
20596   - "FIB_2M"
20597   layout:
20598     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20599     layout: "plot-latency"
20600
20601 - type: "plot"
20602   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20603   algorithm: "plot_latency_error_bars"
20604   output-file-type: ".html"
20605   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20607   filter: "'NIC_Intel-X710' and
20608            '64B' and
20609            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20610            'NDRPDR' and
20611            '4T2C' and
20612            'IP4FWD' and
20613            not 'IPSEC' and
20614            not 'DOT1Q' and
20615            not 'VHOST'"
20616   parameters:
20617   - "latency"
20618   - "parent"
20619   - "tags"
20620   sort:
20621   - "IP4BASE"
20622   - "FIB_20K"
20623   - "FIB_200K"
20624   - "FIB_2M"
20625   layout:
20626     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20627     layout: "plot-latency"
20628
20629 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20630 - type: "plot"
20631   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20632   algorithm: "plot_latency_error_bars"
20633   output-file-type: ".html"
20634   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20636   filter: "'NIC_Intel-X710' and
20637            '64B' and
20638            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20639            'NDRPDR' and
20640            '2T1C' and
20641            'IP4FWD' and
20642            not 'IPSEC' and
20643            not 'DOT1Q' and
20644            not 'VHOST'"
20645   parameters:
20646   - "latency"
20647   - "parent"
20648   - "tags"
20649   sort:
20650   - "IP4BASE"
20651   - "ACL_STATELESS"
20652   - "ACL_STATEFUL"
20653   - "ACL_STATELESS"
20654   - "ACL_STATEFUL"
20655   layout:
20656     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20657     layout: "plot-latency"
20658
20659 - type: "plot"
20660   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20661   algorithm: "plot_latency_error_bars"
20662   output-file-type: ".html"
20663   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20665   filter: "'NIC_Intel-X710' and
20666            '64B' and
20667            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20668            'NDRPDR' and
20669            '4T2C' and
20670            'IP4FWD' and
20671            not 'IPSEC' and
20672            not 'DOT1Q' and
20673            not 'VHOST'"
20674   parameters:
20675   - "latency"
20676   - "parent"
20677   - "tags"
20678   sort:
20679   - "IP4BASE"
20680   - "ACL_STATELESS"
20681   - "ACL_STATEFUL"
20682   - "ACL_STATELESS"
20683   - "ACL_STATEFUL"
20684   layout:
20685     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20686     layout: "plot-latency"
20687
20688 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20689 - type: "plot"
20690   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20691   algorithm: "plot_latency_error_bars"
20692   output-file-type: ".html"
20693   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20695   filter: "'NIC_Intel-XXV710' and
20696            '64B' and
20697            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20698            'NDRPDR' and
20699            '2T1C' and
20700            'IP4FWD' and
20701            not 'IPSEC' and
20702            not 'DOT1Q' and
20703            not 'VHOST'"
20704   parameters:
20705   - "latency"
20706   - "parent"
20707   - "tags"
20708   sort:
20709   - "IP4BASE"
20710   - "FIB_20K"
20711   - "FIB_200K"
20712   - "FIB_2M"
20713   layout:
20714     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20715     layout: "plot-latency"
20716
20717 - type: "plot"
20718   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20719   algorithm: "plot_latency_error_bars"
20720   output-file-type: ".html"
20721   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20723   filter: "'NIC_Intel-XXV710' and
20724            '64B' and
20725            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20726            'NDRPDR' and
20727            '4T2C' and
20728            'IP4FWD' and
20729            not 'IPSEC' and
20730            not 'DOT1Q' and
20731            not 'VHOST'"
20732   parameters:
20733   - "latency"
20734   - "parent"
20735   - "tags"
20736   sort:
20737   - "IP4BASE"
20738   - "FIB_20K"
20739   - "FIB_200K"
20740   - "FIB_2M"
20741   layout:
20742     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20743     layout: "plot-latency"
20744
20745 ################################################################################
20746
20747 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20748 - type: "plot"
20749   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20750   algorithm: "plot_latency_error_bars"
20751   output-file-type: ".html"
20752   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20754   filter: "'NIC_Intel-X520-DA2' and
20755            '64B' and
20756            'ENCAP' and
20757            'NDRPDR' and
20758            '1T1C' and
20759            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20760            not 'DOT1Q' and
20761            not 'VHOST' and
20762            not 'IPSECHW'"
20763   parameters:
20764   - "latency"
20765   - "parent"
20766   - "tags"
20767   sort:
20768   - "IP4BASE"
20769   - "L2BDMACLRN"
20770   - "L2XCFWD"
20771   - "LISP"
20772   layout:
20773     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20774     layout: "plot-latency"
20775
20776 - type: "plot"
20777   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20778   algorithm: "plot_latency_error_bars"
20779   output-file-type: ".html"
20780   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20782   filter: "'NIC_Intel-X520-DA2' and
20783            '64B' and
20784            'ENCAP' and
20785            'NDRPDR' and
20786            '2T2C' and
20787            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20788            not 'DOT1Q' and
20789            not 'VHOST' and
20790            not 'IPSECHW'"
20791   parameters:
20792   - "latency"
20793   - "parent"
20794   - "tags"
20795   sort:
20796   - "IP4BASE"
20797   - "L2BDMACLRN"
20798   - "L2XCFWD"
20799   - "LISP"
20800   layout:
20801     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20802     layout: "plot-latency"
20803
20804 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20805 - type: "plot"
20806   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20807   algorithm: "plot_latency_error_bars"
20808   output-file-type: ".html"
20809   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20811   filter: "'NIC_Intel-X710' and
20812            '64B' and
20813            'ENCAP' and
20814            'NDRPDR' and
20815            '1T1C' and
20816            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20817            not 'VHOST' and
20818            not 'IPSECHW'"
20819   parameters:
20820   - "latency"
20821   - "parent"
20822   - "tags"
20823   sort:
20824   - "IP4BASE"
20825   - "LISP"
20826   - "VXLAN_1"
20827   - "VXLAN_10"
20828   - "VXLAN_100"
20829   - "VXLAN_1000"
20830   layout:
20831     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20832     layout: "plot-latency"
20833
20834 - type: "plot"
20835   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20836   algorithm: "plot_latency_error_bars"
20837   output-file-type: ".html"
20838   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20840   filter: "'NIC_Intel-X710' and
20841            '64B' and
20842            'ENCAP' and
20843            'NDRPDR' and
20844            '2T2C' and
20845            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20846            not 'VHOST' and
20847            not 'IPSECHW'"
20848   parameters:
20849   - "latency"
20850   - "parent"
20851   - "tags"
20852   sort:
20853   - "IP4BASE"
20854   - "LISP"
20855   - "VXLAN_1"
20856   - "VXLAN_10"
20857   - "VXLAN_100"
20858   - "VXLAN_1000"
20859   layout:
20860     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20861     layout: "plot-latency"
20862
20863 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20864 - type: "plot"
20865   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20866   algorithm: "plot_latency_error_bars"
20867   output-file-type: ".html"
20868   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20869   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20870   filter: "'NIC_Intel-X710' and
20871            '64B' and
20872            'ENCAP' and
20873            'NDRPDR' and
20874            '1T1C' and
20875            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20876            not 'DOT1Q' and
20877            not 'VHOST' and
20878            not 'IPSECHW'"
20879   parameters:
20880   - "latency"
20881   - "parent"
20882   - "tags"
20883   sort:
20884   - "IP4BASE"
20885   - "L2BDMACLRN"
20886   - "L2XCFWD"
20887   - "LISP"
20888   layout:
20889     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20890     layout: "plot-latency"
20891
20892 - type: "plot"
20893   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20894   algorithm: "plot_latency_error_bars"
20895   output-file-type: ".html"
20896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20898   filter: "'NIC_Intel-X710' and
20899            '64B' and
20900            'ENCAP' and
20901            'NDRPDR' and
20902            '2T2C' and
20903            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20904            not 'DOT1Q' and
20905            not 'VHOST' and
20906            not 'IPSECHW'"
20907   parameters:
20908   - "latency"
20909   - "parent"
20910   - "tags"
20911   sort:
20912   - "IP4BASE"
20913   - "L2BDMACLRN"
20914   - "L2XCFWD"
20915   - "LISP"
20916   layout:
20917     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20918     layout: "plot-latency"
20919
20920 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20921 - type: "plot"
20922   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20923   algorithm: "plot_latency_error_bars"
20924   output-file-type: ".html"
20925   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20927   filter: "'NIC_Intel-X710' and
20928            '64B' and
20929            'ENCAP' and
20930            'NDRPDR' and
20931            '2T1C' and
20932            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20933            not 'VHOST' and
20934            not 'IPSECHW'"
20935   parameters:
20936   - "latency"
20937   - "parent"
20938   - "tags"
20939   sort:
20940   - "IP4BASE"
20941   - "LISP"
20942   - "VXLAN_1"
20943   - "VXLAN_10"
20944   - "VXLAN_100"
20945   - "VXLAN_1000"
20946   layout:
20947     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20948     layout: "plot-latency"
20949
20950 - type: "plot"
20951   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20952   algorithm: "plot_latency_error_bars"
20953   output-file-type: ".html"
20954   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20956   filter: "'NIC_Intel-X710' and
20957            '64B' and
20958            'ENCAP' and
20959            'NDRPDR' and
20960            '4T2C' and
20961            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20962            not 'VHOST' and
20963            not 'IPSECHW'"
20964   parameters:
20965   - "latency"
20966   - "parent"
20967   - "tags"
20968   sort:
20969   - "IP4BASE"
20970   - "LISP"
20971   - "VXLAN_1"
20972   - "VXLAN_10"
20973   - "VXLAN_100"
20974   - "VXLAN_1000"
20975   layout:
20976     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20977     layout: "plot-latency"
20978
20979 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20980 - type: "plot"
20981   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20982   algorithm: "plot_latency_error_bars"
20983   output-file-type: ".html"
20984   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20986   filter: "'NIC_Intel-X710' and
20987            '64B' and
20988            'ENCAP' and
20989            'NDRPDR' and
20990            '2T1C' and
20991            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20992            not 'DOT1Q' and
20993            not 'VHOST' and
20994            not 'IPSECHW'"
20995   parameters:
20996   - "latency"
20997   - "parent"
20998   - "tags"
20999   sort:
21000   - "IP4BASE"
21001   - "L2BDMACLRN"
21002   - "L2XCFWD"
21003   - "LISP"
21004   layout:
21005     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21006     layout: "plot-latency"
21007
21008 - type: "plot"
21009   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21010   algorithm: "plot_latency_error_bars"
21011   output-file-type: ".html"
21012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21014   filter: "'NIC_Intel-X710' and
21015            '64B' and
21016            'ENCAP' and
21017            'NDRPDR' and
21018            '4T2C' and
21019            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21020            not 'DOT1Q' and
21021            not 'VHOST' and
21022            not 'IPSECHW'"
21023   parameters:
21024   - "latency"
21025   - "parent"
21026   - "tags"
21027   sort:
21028   - "IP4BASE"
21029   - "L2BDMACLRN"
21030   - "L2XCFWD"
21031   - "LISP"
21032   layout:
21033     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21034     layout: "plot-latency"
21035
21036 ################################################################################
21037
21038 # Packet Latency - VPP IPv6 3n-hsw-x520
21039 - type: "plot"
21040   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21041   algorithm: "plot_latency_error_bars"
21042   output-file-type: ".html"
21043   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21045   filter: "'NIC_Intel-X520-DA2' and
21046            '78B' and
21047            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21048            'NDRPDR' and
21049            '1T1C' and
21050            'IP6FWD' and
21051            not 'SRv6' and
21052            not 'IPSEC' and
21053            not 'VHOST'"
21054   parameters:
21055   - "latency"
21056   - "parent"
21057   - "tags"
21058   sort:
21059   - "IP6BASE"
21060   - "FIB_20K"
21061   - "FIB_200K"
21062   - "FIB_2M"
21063   layout:
21064     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21065     layout: "plot-latency"
21066
21067 - type: "plot"
21068   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21069   algorithm: "plot_latency_error_bars"
21070   output-file-type: ".html"
21071   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21073   filter: "'NIC_Intel-X520-DA2' and
21074            '78B' and
21075            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21076            'NDRPDR' and
21077            '2T2C' and
21078            'IP6FWD' and
21079            not 'SRv6' and
21080            not 'IPSEC' and
21081            not 'VHOST'"
21082   parameters:
21083   - "latency"
21084   - "parent"
21085   - "tags"
21086   sort:
21087   - "IP6BASE"
21088   - "FIB_20K"
21089   - "FIB_200K"
21090   - "FIB_2M"
21091   layout:
21092     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21093     layout: "plot-latency"
21094
21095 # Packet Latency - VPP IPv6 3n-hsw-x710
21096 - type: "plot"
21097   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21098   algorithm: "plot_latency_error_bars"
21099   output-file-type: ".html"
21100   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21102   filter: "'NIC_Intel-X710' and
21103            '78B' and
21104            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21105            'NDRPDR' and
21106            '1T1C' and
21107            'IP6FWD' and
21108            not 'SRv6' and
21109            not 'IPSEC' and
21110            not 'VHOST'"
21111   parameters:
21112   - "latency"
21113   - "parent"
21114   - "tags"
21115   sort:
21116   - "IP6BASE"
21117   - "FIB_20K"
21118   - "FIB_200K"
21119   - "FIB_2M"
21120   layout:
21121     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21122     layout: "plot-latency"
21123
21124 - type: "plot"
21125   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21126   algorithm: "plot_latency_error_bars"
21127   output-file-type: ".html"
21128   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21130   filter: "'NIC_Intel-X710' and
21131            '78B' and
21132            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21133            'NDRPDR' and
21134            '2T2C' and
21135            'IP6FWD' and
21136            not 'SRv6' and
21137            not 'IPSEC' and
21138            not 'VHOST'"
21139   parameters:
21140   - "latency"
21141   - "parent"
21142   - "tags"
21143   sort:
21144   - "IP6BASE"
21145   - "FIB_20K"
21146   - "FIB_200K"
21147   - "FIB_2M"
21148   layout:
21149     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21150     layout: "plot-latency"
21151
21152 # Packet Latency - VPP IPv6 3n-hsw-xl710
21153 - type: "plot"
21154   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21155   algorithm: "plot_latency_error_bars"
21156   output-file-type: ".html"
21157   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21159   filter: "'NIC_Intel-XL710' and
21160            '78B' and
21161            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21162            'NDRPDR' and
21163            '1T1C' and
21164            'IP6FWD' and
21165            not 'SRv6' and
21166            not 'IPSEC' and
21167            not 'VHOST'"
21168   parameters:
21169   - "latency"
21170   - "parent"
21171   - "tags"
21172   sort:
21173   - "IP6BASE"
21174   - "FIB_20K"
21175   - "FIB_200K"
21176   - "FIB_2M"
21177   layout:
21178     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21179     layout: "plot-latency"
21180
21181 - type: "plot"
21182   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21183   algorithm: "plot_latency_error_bars"
21184   output-file-type: ".html"
21185   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21187   filter: "'NIC_Intel-XL710' and
21188            '78B' and
21189            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21190            'NDRPDR' and
21191            '2T2C' and
21192            'IP6FWD' and
21193            not 'SRv6' and
21194            not 'IPSEC' and
21195            not 'VHOST'"
21196   parameters:
21197   - "latency"
21198   - "parent"
21199   - "tags"
21200   sort:
21201   - "IP6BASE"
21202   - "FIB_20K"
21203   - "FIB_200K"
21204   - "FIB_2M"
21205   layout:
21206     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21207     layout: "plot-latency"
21208
21209 # Packet Latency - VPP IPv6 3n-skx-x710
21210 - type: "plot"
21211   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21212   algorithm: "plot_latency_error_bars"
21213   output-file-type: ".html"
21214   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21216   filter: "'NIC_Intel-X710' and
21217            '78B' and
21218            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21219            'NDRPDR' and
21220            '2T1C' and
21221            'IP6FWD' and
21222            not 'SRv6' and
21223            not 'IPSEC' and
21224            not 'VHOST'"
21225   parameters:
21226   - "latency"
21227   - "parent"
21228   - "tags"
21229   sort:
21230   - "IP6BASE"
21231   - "FIB_20K"
21232   - "FIB_200K"
21233   - "FIB_2M"
21234   layout:
21235     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21236     layout: "plot-latency"
21237
21238 - type: "plot"
21239   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21240   algorithm: "plot_latency_error_bars"
21241   output-file-type: ".html"
21242   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21244   filter: "'NIC_Intel-X710' and
21245            '78B' and
21246            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21247            'NDRPDR' and
21248            '4T2C' and
21249            'IP6FWD' and
21250            not 'SRv6' and
21251            not 'IPSEC' and
21252            not 'VHOST'"
21253   parameters:
21254   - "latency"
21255   - "parent"
21256   - "tags"
21257   sort:
21258   - "IP6BASE"
21259   - "FIB_20K"
21260   - "FIB_200K"
21261   - "FIB_2M"
21262   layout:
21263     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21264     layout: "plot-latency"
21265
21266 # Packet Latency - VPP IPv6 3n-skx-xxv710
21267 - type: "plot"
21268   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21269   algorithm: "plot_latency_error_bars"
21270   output-file-type: ".html"
21271   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21273   filter: "'NIC_Intel-XXV710' and
21274            '78B' and
21275            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21276            'NDRPDR' and
21277            '2T1C' and
21278            'IP6FWD' and
21279            not 'SRv6' and
21280            not 'IPSEC' and
21281            not 'VHOST'"
21282   parameters:
21283   - "latency"
21284   - "parent"
21285   - "tags"
21286   sort:
21287   - "IP6BASE"
21288   - "FIB_20K"
21289   - "FIB_200K"
21290   - "FIB_2M"
21291   layout:
21292     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21293     layout: "plot-latency"
21294
21295 - type: "plot"
21296   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21297   algorithm: "plot_latency_error_bars"
21298   output-file-type: ".html"
21299   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21301   filter: "'NIC_Intel-XXV710' and
21302            '78B' and
21303            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21304            'NDRPDR' and
21305            '4T2C' and
21306            'IP6FWD' and
21307            not 'SRv6' and
21308            not 'IPSEC' and
21309            not 'VHOST'"
21310   parameters:
21311   - "latency"
21312   - "parent"
21313   - "tags"
21314   sort:
21315   - "IP6BASE"
21316   - "FIB_20K"
21317   - "FIB_200K"
21318   - "FIB_2M"
21319   layout:
21320     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21321     layout: "plot-latency"
21322
21323 # Packet Latency - VPP IPv6 2n-skx-x710
21324 - type: "plot"
21325   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21326   algorithm: "plot_latency_error_bars"
21327   output-file-type: ".html"
21328   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21330   filter: "'NIC_Intel-X710' and
21331            '78B' and
21332            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21333            'NDRPDR' and
21334            '2T1C' and
21335            'IP6FWD' and
21336            not 'SRv6' and
21337            not 'IPSEC' and
21338            not 'VHOST'"
21339   parameters:
21340   - "latency"
21341   - "parent"
21342   - "tags"
21343   sort:
21344   - "IP6BASE"
21345   - "FIB_20K"
21346   - "FIB_200K"
21347   - "FIB_2M"
21348   layout:
21349     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21350     layout: "plot-latency"
21351
21352 - type: "plot"
21353   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21354   algorithm: "plot_latency_error_bars"
21355   output-file-type: ".html"
21356   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21358   filter: "'NIC_Intel-X710' and
21359            '78B' and
21360            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21361            'NDRPDR' and
21362            '4T2C' and
21363            'IP6FWD' and
21364            not 'SRv6' and
21365            not 'IPSEC' and
21366            not 'VHOST'"
21367   parameters:
21368   - "latency"
21369   - "parent"
21370   - "tags"
21371   sort:
21372   - "IP6BASE"
21373   - "FIB_20K"
21374   - "FIB_200K"
21375   - "FIB_2M"
21376   layout:
21377     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21378     layout: "plot-latency"
21379
21380 # Packet Latency - VPP IPv6 2n-skx-xxv710
21381 - type: "plot"
21382   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21383   algorithm: "plot_latency_error_bars"
21384   output-file-type: ".html"
21385   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21387   filter: "'NIC_Intel-XXV710' and
21388            '78B' and
21389            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21390            'NDRPDR' and
21391            '2T1C' and
21392            'IP6FWD' and
21393            not 'SRv6' and
21394            not 'IPSEC' and
21395            not 'VHOST'"
21396   parameters:
21397   - "latency"
21398   - "parent"
21399   - "tags"
21400   sort:
21401   - "IP6BASE"
21402   - "FIB_20K"
21403   - "FIB_200K"
21404   - "FIB_2M"
21405   layout:
21406     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21407     layout: "plot-latency"
21408
21409 - type: "plot"
21410   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21411   algorithm: "plot_latency_error_bars"
21412   output-file-type: ".html"
21413   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21415   filter: "'NIC_Intel-XXV710' and
21416            '78B' and
21417            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21418            'NDRPDR' and
21419            '4T2C' and
21420            'IP6FWD' and
21421            not 'SRv6' and
21422            not 'IPSEC' and
21423            not 'VHOST'"
21424   parameters:
21425   - "latency"
21426   - "parent"
21427   - "tags"
21428   sort:
21429   - "IP6BASE"
21430   - "FIB_20K"
21431   - "FIB_200K"
21432   - "FIB_2M"
21433   layout:
21434     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21435     layout: "plot-latency"
21436
21437 ################################################################################
21438
21439 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21440 - type: "plot"
21441   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21442   algorithm: "plot_latency_error_bars"
21443   output-file-type: ".html"
21444   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21446   filter: "'NIC_Intel-X520-DA2' and
21447            '78B' and
21448            'ENCAP' and
21449            'NDRPDR' and
21450            '1T1C' and
21451            'LISP' and
21452            not 'VHOST'"
21453   parameters:
21454   - "latency"
21455   - "parent"
21456   - "tags"
21457   sort:
21458   - "IP4UNRLAY"
21459   - "IP6UNRLAY"
21460   layout:
21461     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21462     layout: "plot-latency"
21463
21464 - type: "plot"
21465   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21466   algorithm: "plot_latency_error_bars"
21467   output-file-type: ".html"
21468   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21470   filter: "'NIC_Intel-X520-DA2' and
21471            '78B' and
21472            'ENCAP' and
21473            'NDRPDR' and
21474            '2T2C' and
21475            'LISP' and
21476            not 'VHOST'"
21477   parameters:
21478   - "latency"
21479   - "parent"
21480   - "tags"
21481   sort:
21482   - "IP4UNRLAY"
21483   - "IP6UNRLAY"
21484   layout:
21485     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21486     layout: "plot-latency"
21487
21488 ################################################################################
21489
21490 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21491 - type: "plot"
21492   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21493   algorithm: "plot_latency_error_bars"
21494   output-file-type: ".html"
21495   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21497   filter: "'NIC_Intel-XL710' and
21498            '64B' and
21499            'IP4FWD' and
21500            'NDRPDR' and
21501            'BASE' and
21502            '1T1C' and
21503            'IPSECHW' and
21504            ('IPSECTRAN' or 'IPSECTUN') and
21505            not 'VHOST'"
21506   parameters:
21507   - "latency"
21508   - "parent"
21509   - "tags"
21510   layout:
21511     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21512     layout: "plot-latency"
21513
21514 - type: "plot"
21515   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21516   algorithm: "plot_latency_error_bars"
21517   output-file-type: ".html"
21518   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21520   filter: "'NIC_Intel-XL710' and
21521            '64B' and
21522            'IP4FWD' and
21523            'NDRPDR' and
21524            'BASE' and
21525            '2T2C' and
21526            'IPSECHW' and
21527            ('IPSECTRAN' or 'IPSECTUN') and
21528            not 'VHOST'"
21529   parameters:
21530   - "latency"
21531   - "parent"
21532   - "tags"
21533   layout:
21534     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21535     layout: "plot-latency"
21536
21537 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21538 - type: "plot"
21539   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21540   algorithm: "plot_latency_error_bars"
21541   output-file-type: ".html"
21542   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21544   filter: "'NIC_Intel-XL710' and
21545            '64B' and
21546            'IP4FWD' and
21547            'NDRPDR' and
21548            'SCALE' and
21549            '1T1C' and
21550            'IPSECHW' and
21551            ('IPSECTRAN' or 'IPSECTUN') and
21552            not 'VHOST'"
21553   parameters:
21554   - "latency"
21555   - "parent"
21556   - "tags"
21557   layout:
21558     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21559     layout: "plot-latency"
21560
21561 - type: "plot"
21562   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21563   algorithm: "plot_latency_error_bars"
21564   output-file-type: ".html"
21565   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21567   filter: "'NIC_Intel-XL710' and
21568            '64B' and
21569            'IP4FWD' and
21570            'NDRPDR' and
21571            'SCALE' and
21572            '2T2C' and
21573            'IPSECHW' and
21574            ('IPSECTRAN' or 'IPSECTUN') and
21575            not 'VHOST'"
21576   parameters:
21577   - "latency"
21578   - "parent"
21579   - "tags"
21580   layout:
21581     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21582     layout: "plot-latency"
21583
21584 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21585 - type: "plot"
21586   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21587   algorithm: "plot_latency_error_bars"
21588   output-file-type: ".html"
21589   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21591   filter: "'NIC_Intel-XL710' and
21592            '64B' and
21593            'IP4FWD' and
21594            'NDRPDR' and
21595            '1T1C' and
21596            'IPSECSW' and
21597            ('IPSECTRAN' or 'IPSECTUN') and
21598            not 'VHOST'"
21599   parameters:
21600   - "latency"
21601   - "parent"
21602   - "tags"
21603   layout:
21604     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21605     layout: "plot-latency"
21606
21607 - type: "plot"
21608   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21609   algorithm: "plot_latency_error_bars"
21610   output-file-type: ".html"
21611   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21613   filter: "'NIC_Intel-XL710' and
21614            '64B' and
21615            'IP4FWD' and
21616            'NDRPDR' and
21617            '2T2C' and
21618            'IPSECSW' and
21619            ('IPSECTRAN' or 'IPSECTUN') and
21620            not 'VHOST'"
21621   parameters:
21622   - "latency"
21623   - "parent"
21624   - "tags"
21625   layout:
21626     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21627     layout: "plot-latency"
21628
21629 ################################################################################
21630
21631 # Packet Latency - VPP SRv6 3n-hsw-x520
21632 - type: "plot"
21633   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21634   algorithm: "plot_latency_error_bars"
21635   output-file-type: ".html"
21636   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21637   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21638   filter: "'NIC_Intel-X520-DA2' and
21639            '78B' and
21640            'FEATURE' and
21641            'NDRPDR' and
21642            '1T1C' and
21643            'IP6FWD' and
21644            'SRv6'"
21645   parameters:
21646   - "latency"
21647   - "parent"
21648   - "tags"
21649   layout:
21650     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21651     layout: "plot-latency"
21652
21653 - type: "plot"
21654   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21655   algorithm: "plot_latency_error_bars"
21656   output-file-type: ".html"
21657   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21659   filter: "'NIC_Intel-X520-DA2' and
21660            '78B' and
21661            'FEATURE' and
21662            'NDRPDR' and
21663            '2T2C' and
21664            'IP6FWD' and
21665            'SRv6'"
21666   parameters:
21667   - "latency"
21668   - "parent"
21669   - "tags"
21670   layout:
21671     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21672     layout: "plot-latency"
21673
21674 ################################################################################
21675
21676 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21677 - type: "plot"
21678   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21679   algorithm: "plot_latency_error_bars"
21680   output-file-type: ".html"
21681   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21683   filter: "'NIC_Intel-X520-DA2' and
21684            '64B' and
21685            'NDRPDR' and
21686            'ETH' and
21687            'IP4FWD' and
21688            '1T1C' and
21689            'VHOST_1024' and
21690            not 'VXLAN' and
21691            not 'DOT1Q'"
21692   parameters:
21693   - "latency"
21694   - "parent"
21695   - "tags"
21696   sort:
21697   - "not CFS_OPT"
21698   - "1VM"
21699   - "2VM"
21700   layout:
21701     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21702     layout: "plot-latency"
21703
21704 - type: "plot"
21705   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21706   algorithm: "plot_latency_error_bars"
21707   output-file-type: ".html"
21708   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21710   filter: "'NIC_Intel-X520-DA2' and
21711            '64B' and
21712            'NDRPDR' and
21713            'ETH' and
21714            'IP4FWD' and
21715            '2T2C' and
21716            'VHOST_1024' and
21717            not 'VXLAN' and
21718            not 'DOT1Q'"
21719   parameters:
21720   - "latency"
21721   - "parent"
21722   - "tags"
21723   sort:
21724   - "not CFS_OPT"
21725   - "1VM"
21726   - "2VM"
21727   layout:
21728     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21729     layout: "plot-latency"
21730
21731 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21732 - type: "plot"
21733   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21734   algorithm: "plot_latency_error_bars"
21735   output-file-type: ".html"
21736   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21738   filter: "'NIC_Intel-X520-DA2' and
21739            '64B' and
21740            'NDRPDR' and
21741            ('ETH' or 'DOT1Q') and
21742            'BASE' and
21743            '1T1C' and
21744            ('L2BDMACLRN' or 'L2XCFWD') and
21745            'VHOST_1024' and
21746            not 'VXLAN' and
21747            not 'IP4FWD' and
21748            not '2VM'"
21749   parameters:
21750   - "latency"
21751   - "parent"
21752   - "tags"
21753   sort:
21754   - "L2BDMACLRN"
21755   - "L2BDMACLRN"
21756   - "L2BDMACLRN"
21757   - "L2XCFWD"
21758   - "L2XCFWD"
21759   - "L2XCFWD"
21760   layout:
21761     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21762     layout: "plot-latency"
21763
21764 - type: "plot"
21765   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21766   algorithm: "plot_latency_error_bars"
21767   output-file-type: ".html"
21768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21770   filter: "'NIC_Intel-X520-DA2' and
21771            '64B' and
21772            'NDRPDR' and
21773            ('ETH' or 'DOT1Q') and
21774            'BASE' and
21775            '2T2C' and
21776            ('L2BDMACLRN' or 'L2XCFWD') and
21777            'VHOST_1024' and
21778            not 'VXLAN' and
21779            not 'IP4FWD' and
21780            not '2VM'"
21781   parameters:
21782   - "latency"
21783   - "parent"
21784   - "tags"
21785   sort:
21786   - "L2BDMACLRN"
21787   - "L2BDMACLRN"
21788   - "L2BDMACLRN"
21789   - "L2XCFWD"
21790   - "L2XCFWD"
21791   - "L2XCFWD"
21792   layout:
21793     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21794     layout: "plot-latency"
21795
21796 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21797 - type: "plot"
21798   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21799   algorithm: "plot_latency_error_bars"
21800   output-file-type: ".html"
21801   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21803   filter: "'NIC_Intel-X520-DA2' and
21804            '64B' and
21805            'NDRPDR' and
21806            ('ETH' or 'DOT1Q') and
21807            '1T1C' and
21808            ('L2BDMACLRN' or 'L2XCFWD') and
21809            'VHOST_1024' and
21810            not 'CFS_OPT' and
21811            not 'DOT1Q' and
21812            not 'VXLAN' and
21813            not 'IP4FWD' and
21814            not 'LBOND'"
21815   parameters:
21816   - "latency"
21817   - "parent"
21818   - "tags"
21819 #  sort:
21820 #  - "1VM"
21821 #  - "L2XCFWD"
21822 #  - "1VM"
21823 #  - "L2BDMACLRN"
21824   layout:
21825     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21826     layout: "plot-latency"
21827
21828 - type: "plot"
21829   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21830   algorithm: "plot_latency_error_bars"
21831   output-file-type: ".html"
21832   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21834   filter: "'NIC_Intel-X520-DA2' and
21835            '64B' and
21836            'NDRPDR' and
21837            ('ETH' or 'DOT1Q') and
21838            '2T2C' and
21839            ('L2BDMACLRN' or 'L2XCFWD') and
21840            'VHOST_1024' and
21841            not 'CFS_OPT' and
21842            not 'DOT1Q' and
21843            not 'VXLAN' and
21844            not 'IP4FWD' and
21845            not 'LBOND'"
21846   parameters:
21847   - "latency"
21848   - "parent"
21849   - "tags"
21850 #  sort:
21851 #  - "1VM"
21852 #  - "L2XCFWD"
21853 #  - "1VM"
21854 #  - "L2BDMACLRN"
21855   layout:
21856     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21857     layout: "plot-latency"
21858
21859 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21860 - type: "plot"
21861   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21862   algorithm: "plot_latency_error_bars"
21863   output-file-type: ".html"
21864   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21866   filter: "'NIC_Intel-X710' and
21867            '64B' and
21868            'NDRPDR' and
21869            'ETH' and
21870            'IP4FWD' and
21871            '1T1C' and
21872            'VHOST_1024' and
21873            not 'VXLAN' and
21874            not 'CFS_OPT' and
21875            not 'DOT1Q'"
21876   parameters:
21877   - "latency"
21878   - "parent"
21879   - "tags"
21880   sort:
21881   - "1VM"
21882   - "2VM"
21883   layout:
21884     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21885     layout: "plot-latency"
21886
21887 - type: "plot"
21888   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21889   algorithm: "plot_latency_error_bars"
21890   output-file-type: ".html"
21891   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21893   filter: "'NIC_Intel-X710' and
21894            '64B' and
21895            'NDRPDR' and
21896            'ETH' and
21897            'IP4FWD' and
21898            '2T2C' and
21899            'VHOST_1024' and
21900            not 'VXLAN' and
21901            not 'CFS_OPT' and
21902            not 'DOT1Q'"
21903   parameters:
21904   - "latency"
21905   - "parent"
21906   - "tags"
21907   sort:
21908   - "1VM"
21909   - "2VM"
21910   layout:
21911     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21912     layout: "plot-latency"
21913
21914 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21915 - type: "plot"
21916   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21917   algorithm: "plot_latency_error_bars"
21918   output-file-type: ".html"
21919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21921   filter: "'NIC_Intel-X710' and
21922            '64B' and
21923            'NDRPDR' and
21924            ('ETH' or 'DOT1Q') and
21925            'BASE' and
21926            '1T1C' and
21927            ('L2BDMACLRN' or 'L2XCFWD') and
21928            'VHOST_1024' and
21929            not 'VXLAN' and
21930            not 'IP4FWD' and
21931            not '2VM'"
21932   parameters:
21933   - "latency"
21934   - "parent"
21935   - "tags"
21936   sort:
21937   - "L2BDMACLRN"
21938   - "L2BDMACLRN"
21939   - "L2BDMACLRN"
21940   - "L2XCFWD"
21941   - "L2XCFWD"
21942   - "L2XCFWD"
21943   layout:
21944     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21945     layout: "plot-latency"
21946
21947 - type: "plot"
21948   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21949   algorithm: "plot_latency_error_bars"
21950   output-file-type: ".html"
21951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21953   filter: "'NIC_Intel-X710' and
21954            '64B' and
21955            'NDRPDR' and
21956            ('ETH' or 'DOT1Q') and
21957            'BASE' and
21958            '2T2C' and
21959            ('L2BDMACLRN' or 'L2XCFWD') and
21960            'VHOST_1024' and
21961            not 'VXLAN' and
21962            not 'IP4FWD' and
21963            not '2VM'"
21964   parameters:
21965   - "latency"
21966   - "parent"
21967   - "tags"
21968   sort:
21969   - "L2BDMACLRN"
21970   - "L2BDMACLRN"
21971   - "L2BDMACLRN"
21972   - "L2XCFWD"
21973   - "L2XCFWD"
21974   - "L2XCFWD"
21975   layout:
21976     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21977     layout: "plot-latency"
21978
21979 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21980 - type: "plot"
21981   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21982   algorithm: "plot_latency_error_bars"
21983   output-file-type: ".html"
21984   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21986   filter: "'NIC_Intel-X710' and
21987            '64B' and
21988            'NDRPDR' and
21989            ('ETH' or 'DOT1Q') and
21990            '1T1C' and
21991            ('L2BDMACLRN' or 'L2XCFWD') and
21992            'VHOST_1024' and
21993            not 'CFS_OPT' and
21994            not 'VXLAN' and
21995            not 'IP4FWD' and
21996            not 'LBOND'"
21997   parameters:
21998   - "latency"
21999   - "parent"
22000   - "tags"
22001   sort:
22002   - "L2BDMACLRN"
22003   - "L2BDMACLRN"
22004   - "L2BDMACLRN"
22005   - "L2XCFWD"
22006   - "L2XCFWD"
22007   - "L2XCFWD"
22008   layout:
22009     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
22010     layout: "plot-latency"
22011
22012 - type: "plot"
22013   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22014   algorithm: "plot_latency_error_bars"
22015   output-file-type: ".html"
22016   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22018   filter: "'NIC_Intel-X710' and
22019            '64B' and
22020            'NDRPDR' and
22021            ('ETH' or 'DOT1Q') and
22022            '2T2C' and
22023            ('L2BDMACLRN' or 'L2XCFWD') and
22024            'VHOST_1024' and
22025            not 'CFS_OPT' and
22026            not 'VXLAN' and
22027            not 'IP4FWD' and
22028            not 'LBOND'"
22029   parameters:
22030   - "latency"
22031   - "parent"
22032   - "tags"
22033   sort:
22034   - "L2BDMACLRN"
22035   - "L2BDMACLRN"
22036   - "L2BDMACLRN"
22037   - "L2XCFWD"
22038   - "L2XCFWD"
22039   - "L2XCFWD"
22040   layout:
22041     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22042     layout: "plot-latency"
22043
22044 # Packet Latency - VPP vhost ip4 3n-skx-x710
22045 - type: "plot"
22046   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22047   algorithm: "plot_latency_error_bars"
22048   output-file-type: ".html"
22049   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22051   filter: "'NIC_Intel-X710' and
22052            '64B' and
22053            'NDRPDR' and
22054            'ETH' and
22055            'IP4FWD' and
22056            '2T1C' and
22057            'VHOST_1024' and
22058            not 'VXLAN' and
22059            not 'DOT1Q'"
22060   parameters:
22061   - "latency"
22062   - "parent"
22063   - "tags"
22064   sort:
22065   - "1VM"
22066   - "2VM"
22067   layout:
22068     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22069     layout: "plot-latency"
22070
22071 - type: "plot"
22072   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22073   algorithm: "plot_latency_error_bars"
22074   output-file-type: ".html"
22075   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22077   filter: "'NIC_Intel-X710' and
22078            '64B' and
22079            'NDRPDR' and
22080            'ETH' and
22081            'IP4FWD' and
22082            '4T2C' and
22083            'VHOST_1024' and
22084            not 'VXLAN' and
22085            not 'DOT1Q'"
22086   parameters:
22087   - "latency"
22088   - "parent"
22089   - "tags"
22090   sort:
22091   - "1VM"
22092   - "2VM"
22093   layout:
22094     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22095     layout: "plot-latency"
22096
22097 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22098 - type: "plot"
22099   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22100   algorithm: "plot_latency_error_bars"
22101   output-file-type: ".html"
22102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22104   filter: "'NIC_Intel-X710' and
22105            '64B' and
22106            'NDRPDR' and
22107            ('ETH' or 'DOT1Q') and
22108            'BASE' and
22109            '2T1C' and
22110            ('L2BDMACLRN' or 'L2XCFWD') and
22111            'VHOST_1024' and
22112            not 'VXLAN' and
22113            not 'IP4FWD' and
22114            not '2VM'"
22115   parameters:
22116   - "latency"
22117   - "parent"
22118   - "tags"
22119   sort:
22120   - "L2BDMACLRN"
22121   - "L2BDMACLRN"
22122   - "L2BDMACLRN"
22123   - "L2XCFWD"
22124   - "L2XCFWD"
22125   - "L2XCFWD"
22126   layout:
22127     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22128     layout: "plot-latency"
22129
22130 - type: "plot"
22131   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22132   algorithm: "plot_latency_error_bars"
22133   output-file-type: ".html"
22134   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22136   filter: "'NIC_Intel-X710' and
22137            '64B' and
22138            'NDRPDR' and
22139            ('ETH' or 'DOT1Q') and
22140            'BASE' and
22141            '4T2C' and
22142            ('L2BDMACLRN' or 'L2XCFWD') and
22143            'VHOST_1024' and
22144            not 'VXLAN' and
22145            not 'IP4FWD' and
22146            not '2VM'"
22147   parameters:
22148   - "latency"
22149   - "parent"
22150   - "tags"
22151   sort:
22152   - "L2BDMACLRN"
22153   - "L2BDMACLRN"
22154   - "L2BDMACLRN"
22155   - "L2XCFWD"
22156   - "L2XCFWD"
22157   - "L2XCFWD"
22158   layout:
22159     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22160     layout: "plot-latency"
22161
22162 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22163 - type: "plot"
22164   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22165   algorithm: "plot_latency_error_bars"
22166   output-file-type: ".html"
22167   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22169   filter: "'NIC_Intel-X710' and
22170            '64B' and
22171            'NDRPDR' and
22172            ('ETH' or 'DOT1Q') and
22173            '2T1C' and
22174            ('L2BDMACLRN' or 'L2XCFWD') and
22175            'VHOST_1024' and
22176            not 'CFS_OPT' and
22177            not 'VXLAN' and
22178            not 'IP4FWD' and
22179            not 'LBOND'"
22180   parameters:
22181   - "latency"
22182   - "parent"
22183   - "tags"
22184   sort:
22185   - "L2BDMACLRN"
22186   - "L2BDMACLRN"
22187   - "L2BDMACLRN"
22188   - "L2XCFWD"
22189   - "L2XCFWD"
22190   - "L2XCFWD"
22191   layout:
22192     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22193     layout: "plot-latency"
22194
22195 - type: "plot"
22196   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22197   algorithm: "plot_latency_error_bars"
22198   output-file-type: ".html"
22199   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22201   filter: "'NIC_Intel-X710' and
22202            '64B' and
22203            'NDRPDR' and
22204            ('ETH' or 'DOT1Q') and
22205            '4T2C' and
22206            ('L2BDMACLRN' or 'L2XCFWD') and
22207            'VHOST_1024' and
22208            not 'CFS_OPT' and
22209            not 'VXLAN' and
22210            not 'IP4FWD' and
22211            not 'LBOND'"
22212   parameters:
22213   - "latency"
22214   - "parent"
22215   - "tags"
22216   sort:
22217   - "L2BDMACLRN"
22218   - "L2BDMACLRN"
22219   - "L2BDMACLRN"
22220   - "L2XCFWD"
22221   - "L2XCFWD"
22222   - "L2XCFWD"
22223   layout:
22224     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22225     layout: "plot-latency"
22226
22227 # Packet Latency - VPP vhost ip4 2n-skx-x710
22228 - type: "plot"
22229   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22230   algorithm: "plot_latency_error_bars"
22231   output-file-type: ".html"
22232   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22234   filter: "'NIC_Intel-X710' and
22235            '64B' and
22236            'NDRPDR' and
22237            'ETH' and
22238            'IP4FWD' and
22239            '2T1C' and
22240            'VHOST_1024' and
22241            not 'VXLAN' and
22242            not 'NF_DENSITY' and
22243            not 'CFS_OPT' and
22244            not 'DOT1Q'"
22245   parameters:
22246   - "latency"
22247   - "parent"
22248   - "tags"
22249   sort:
22250   - "1VM"
22251   - "2VM"
22252   layout:
22253     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22254     layout: "plot-latency"
22255
22256 - type: "plot"
22257   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22258   algorithm: "plot_latency_error_bars"
22259   output-file-type: ".html"
22260   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22262   filter: "'NIC_Intel-X710' and
22263            '64B' and
22264            'NDRPDR' and
22265            'ETH' and
22266            'IP4FWD' and
22267            '4T2C' and
22268            'VHOST_1024' and
22269            not 'VXLAN' and
22270            not 'NF_DENSITY' and
22271            not 'CFS_OPT' and
22272            not 'DOT1Q'"
22273   parameters:
22274   - "latency"
22275   - "parent"
22276   - "tags"
22277   sort:
22278   - "1VM"
22279   - "2VM"
22280   layout:
22281     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22282     layout: "plot-latency"
22283
22284 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22285 - type: "plot"
22286   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22287   algorithm: "plot_latency_error_bars"
22288   output-file-type: ".html"
22289   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22291   filter: "'NIC_Intel-X710' and
22292            '64B' and
22293            'NDRPDR' and
22294            ('ETH' or 'DOT1Q') and
22295            'BASE' and
22296            '2T1C' and
22297            ('L2BDMACLRN' or 'L2XCFWD') and
22298            'VHOST_1024' and
22299            not 'VXLAN' and
22300            not 'NF_DENSITY' and
22301            not 'IP4FWD' and
22302            not '2VM'"
22303   parameters:
22304   - "latency"
22305   - "parent"
22306   - "tags"
22307 #  sort:
22308 #  - "not CFS_OPT"
22309 #  - "L2XCFWD"
22310 #  - "not CFS_OPT"
22311 #  - "CFS_OPT"
22312   layout:
22313     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22314     layout: "plot-latency"
22315
22316 - type: "plot"
22317   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22318   algorithm: "plot_latency_error_bars"
22319   output-file-type: ".html"
22320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22322   filter: "'NIC_Intel-X710' and
22323            '64B' and
22324            'NDRPDR' and
22325            ('ETH' or 'DOT1Q') and
22326            'BASE' and
22327            '4T2C' and
22328            ('L2BDMACLRN' or 'L2XCFWD') and
22329            'VHOST_1024' and
22330            not 'VXLAN' and
22331            not 'NF_DENSITY' and
22332            not 'IP4FWD' and
22333            not '2VM'"
22334   parameters:
22335   - "latency"
22336   - "parent"
22337   - "tags"
22338 #  sort:
22339 #  - "not CFS_OPT"
22340 #  - "L2XCFWD"
22341 #  - "not CFS_OPT"
22342 #  - "CFS_OPT"
22343   layout:
22344     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22345     layout: "plot-latency"
22346
22347 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22348 - type: "plot"
22349   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22350   algorithm: "plot_latency_error_bars"
22351   output-file-type: ".html"
22352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22354   filter: "'NIC_Intel-X710' and
22355            '64B' and
22356            'NDRPDR' and
22357            ('ETH' or 'DOT1Q') and
22358            '2T1C' and
22359            ('L2BDMACLRN' or 'L2XCFWD') and
22360            'VHOST_1024' and
22361            not 'CFS_OPT' and
22362            not 'VXLAN' and
22363            not 'NF_DENSITY' and
22364            not 'DOT1Q' and
22365            not 'IP4FWD'"
22366   parameters:
22367   - "latency"
22368   - "parent"
22369   - "tags"
22370 #  sort:
22371 #  - "1VM"
22372 #  - "L2XCFWD"
22373 #  - "1VM"
22374 #  - "L2BDMACLRN"
22375   layout:
22376     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22377     layout: "plot-latency"
22378
22379 - type: "plot"
22380   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22381   algorithm: "plot_latency_error_bars"
22382   output-file-type: ".html"
22383   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22385   filter: "'NIC_Intel-X710' and
22386            '64B' and
22387            'NDRPDR' and
22388            ('ETH' or 'DOT1Q') and
22389            '4T2C' and
22390            ('L2BDMACLRN' or 'L2XCFWD') and
22391            'VHOST_1024' and
22392            not 'CFS_OPT' and
22393            not 'VXLAN' and
22394            not 'NF_DENSITY' and
22395            not 'DOT1Q' and
22396            not 'IP4FWD'"
22397   parameters:
22398   - "latency"
22399   - "parent"
22400   - "tags"
22401 #  sort:
22402 #  - "1VM"
22403 #  - "L2XCFWD"
22404 #  - "1VM"
22405 #  - "L2BDMACLRN"
22406   layout:
22407     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22408     layout: "plot-latency"
22409
22410 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22411 - type: "plot"
22412   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22413   algorithm: "plot_latency_error_bars"
22414   output-file-type: ".html"
22415   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22417   filter: "'NIC_Intel-XXV710' and
22418            '64B' and
22419            'NDRPDR' and
22420            'ETH' and
22421            'IP4FWD' and
22422            '2T1C' and
22423            'VHOST_1024' and
22424            not 'VXLAN' and
22425            not 'CFS_OPT' and
22426            not 'DOT1Q'"
22427   parameters:
22428   - "latency"
22429   - "parent"
22430   - "tags"
22431   sort:
22432   - "not CFS_OPT"
22433   - "1VM"
22434   - "2VM"
22435   layout:
22436     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22437     layout: "plot-latency"
22438
22439 - type: "plot"
22440   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22441   algorithm: "plot_latency_error_bars"
22442   output-file-type: ".html"
22443   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22445   filter: "'NIC_Intel-XXV710' and
22446            '64B' and
22447            'NDRPDR' and
22448            'ETH' and
22449            'IP4FWD' and
22450            '4T2C' and
22451            'VHOST_1024' and
22452            not 'VXLAN' and
22453            not 'CFS_OPT' and
22454            not 'DOT1Q'"
22455   parameters:
22456   - "latency"
22457   - "parent"
22458   - "tags"
22459   sort:
22460   - "not CFS_OPT"
22461   - "1VM"
22462   - "2VM"
22463   layout:
22464     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22465     layout: "plot-latency"
22466
22467 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22468 #- type: "plot"
22469 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22470 #  algorithm: "plot_latency_error_bars"
22471 #  output-file-type: ".html"
22472 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22473 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22474 #  filter: "'NIC_Intel-XXV710' and
22475 #           '64B' and
22476 #           'NDRPDR' and
22477 #           ('ETH' or 'DOT1Q') and
22478 #           'BASE' and
22479 #           '2T1C' and
22480 #           ('L2BDMACLRN' or 'L2XCFWD') and
22481 #           'VHOST_1024' and
22482 #           not 'VXLAN' and
22483 #           not 'IP4FWD' and
22484 #           not '2VM'"
22485 #  parameters:
22486 #  - "latency"
22487 #  - "parent"
22488 #  - "tags"
22489 ##  sort:
22490 ##  - "not CFS_OPT"
22491 ##  - "L2XCFWD"
22492 ##  - "not CFS_OPT"
22493 ##  - "CFS_OPT"
22494 #  layout:
22495 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22496 #    layout: "plot-latency"
22497 #
22498 #- type: "plot"
22499 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22500 #  algorithm: "plot_latency_error_bars"
22501 #  output-file-type: ".html"
22502 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22503 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22504 #  filter: "'NIC_Intel-XXV710' and
22505 #           '64B' and
22506 #           'NDRPDR' and
22507 #           ('ETH' or 'DOT1Q') and
22508 #           'BASE' and
22509 #           '4T2C' and
22510 #           ('L2BDMACLRN' or 'L2XCFWD') and
22511 #           'VHOST_1024' and
22512 #           not 'VXLAN' and
22513 #           not 'IP4FWD' and
22514 #           not '2VM'"
22515 #  parameters:
22516 #  - "latency"
22517 #  - "parent"
22518 #  - "tags"
22519 ##  sort:
22520 ##  - "not CFS_OPT"
22521 ##  - "L2XCFWD"
22522 ##  - "not CFS_OPT"
22523 ##  - "CFS_OPT"
22524 #  layout:
22525 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22526 #    layout: "plot-latency"
22527 #
22528 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22529 #- type: "plot"
22530 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22531 #  algorithm: "plot_latency_error_bars"
22532 #  output-file-type: ".html"
22533 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22534 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22535 #  filter: "'NIC_Intel-XXV710' and
22536 #           '64B' and
22537 #           'NDRPDR' and
22538 #           ('ETH' or 'DOT1Q') and
22539 #           '2T1C' and
22540 #           ('L2BDMACLRN' or 'L2XCFWD') and
22541 #           'VHOST_1024' and
22542 #           not 'CFS_OPT' and
22543 #           not 'VXLAN' and
22544 #           not 'DOT1Q' and
22545 #           not 'IP4FWD'"
22546 #  parameters:
22547 #  - "latency"
22548 #  - "parent"
22549 #  - "tags"
22550 ##  sort:
22551 ##  - "1VM"
22552 ##  - "L2XCFWD"
22553 ##  - "1VM"
22554 ##  - "L2BDMACLRN"
22555 #  layout:
22556 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22557 #    layout: "plot-latency"
22558 #
22559 #- type: "plot"
22560 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22561 #  algorithm: "plot_latency_error_bars"
22562 #  output-file-type: ".html"
22563 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22564 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22565 #  filter: "'NIC_Intel-XXV710' and
22566 #           '64B' and
22567 #           'NDRPDR' and
22568 #           ('ETH' or 'DOT1Q') and
22569 #           '4T2C' and
22570 #           ('L2BDMACLRN' or 'L2XCFWD') and
22571 #           'VHOST_1024' and
22572 #           not 'CFS_OPT' and
22573 #           not 'VXLAN' and
22574 #           not 'DOT1Q' and
22575 #           not 'IP4FWD'"
22576 #  parameters:
22577 #  - "latency"
22578 #  - "parent"
22579 #  - "tags"
22580 ##  sort:
22581 ##  - "1VM"
22582 ##  - "L2XCFWD"
22583 ##  - "1VM"
22584 ##  - "L2BDMACLRN"
22585 #  layout:
22586 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22587 #    layout: "plot-latency"
22588
22589 ################################################################################
22590
22591 # Packet Latency - VPP VTS 3n-hsw-x520
22592 - type: "plot"
22593   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22594   algorithm: "plot_latency_error_bars"
22595   output-file-type: ".html"
22596   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22598   filter: "'NIC_Intel-X520-DA2' and
22599            '114B' and
22600            'NDRPDR' and
22601            '1T1C' and
22602            'VTS'"
22603   parameters:
22604   - "latency"
22605   - "parent"
22606   - "tags"
22607   layout:
22608     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22609     layout: "plot-latency"
22610
22611 - type: "plot"
22612   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22613   algorithm: "plot_latency_error_bars"
22614   output-file-type: ".html"
22615   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22617   filter: "'NIC_Intel-X520-DA2' and
22618            '114B' and
22619            'NDRPDR' and
22620            '2T2C' and
22621            'VTS'"
22622   parameters:
22623   - "latency"
22624   - "parent"
22625   - "tags"
22626   layout:
22627     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22628     layout: "plot-latency"
22629
22630 ################################################################################
22631
22632 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22633 - type: "plot"
22634   title: "DPDK Latency: l3fwd-3n-hsw-x520-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-x520-64b-1t1c-base-ndr-lat"
22638   data: "plot-dpdk-throughput-latency-3n-hsw"
22639   filter: "'NIC_Intel-X520-DA2' 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-x520-64b-1t1c-base-ndr"
22651     layout: "plot-latency"
22652
22653 - type: "plot"
22654   title: "DPDK Latency: l3fwd-3n-hsw-x520-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-x520-64b-2t2c-base-ndr-lat"
22658   data: "plot-dpdk-throughput-latency-3n-hsw"
22659   filter: "'NIC_Intel-X520-DA2' 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-x520-64b-2t2c-base-ndr"
22671     layout: "plot-latency"
22672
22673 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22674 - type: "plot"
22675   title: "DPDK Latency: l3fwd-3n-hsw-x710-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-x710-64b-1t1c-base-ndr-lat"
22679   data: "plot-dpdk-throughput-latency-3n-hsw"
22680   filter: "'NIC_Intel-X710' 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-x710-64b-1t1c-base-ndr"
22692     layout: "plot-latency"
22693
22694 - type: "plot"
22695   title: "DPDK Latency: l3fwd-3n-hsw-x710-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-x710-64b-2t2c-base-ndr-lat"
22699   data: "plot-dpdk-throughput-latency-3n-hsw"
22700   filter: "'NIC_Intel-X710' 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-x710-64b-2t2c-base-ndr"
22712     layout: "plot-latency"
22713
22714 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22715 - type: "plot"
22716   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22717   algorithm: "plot_latency_error_bars"
22718   output-file-type: ".html"
22719   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22720   data: "plot-dpdk-throughput-latency-3n-hsw"
22721   filter: "'NIC_Intel-XL710' and
22722            '64B' and
22723            'BASE' and
22724            'NDRPDR' and
22725            '1T1C' and
22726            'IP4FWD'"
22727   parameters:
22728   - "latency"
22729   - "parent"
22730   - "tags"
22731   layout:
22732     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22733     layout: "plot-latency"
22734
22735 - type: "plot"
22736   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22737   algorithm: "plot_latency_error_bars"
22738   output-file-type: ".html"
22739   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22740   data: "plot-dpdk-throughput-latency-3n-hsw"
22741   filter: "'NIC_Intel-XL710' and
22742            '64B' and
22743            'BASE' and
22744            'NDRPDR' and
22745            '2T2C' and
22746            'IP4FWD'"
22747   parameters:
22748   - "latency"
22749   - "parent"
22750   - "tags"
22751   layout:
22752     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22753     layout: "plot-latency"
22754
22755 # Packet Latency - DPDK l3fwd 3n-skx-x710
22756 - type: "plot"
22757   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22758   algorithm: "plot_latency_error_bars"
22759   output-file-type: ".html"
22760   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22761   data: "plot-dpdk-throughput-latency-3n-skx"
22762   filter: "'NIC_Intel-X710' and
22763            '64B' and
22764            'BASE' and
22765            'NDRPDR' and
22766            '2T1C' and
22767            'IP4FWD'"
22768   parameters:
22769   - "latency"
22770   - "parent"
22771   - "tags"
22772   layout:
22773     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22774     layout: "plot-latency"
22775
22776 - type: "plot"
22777   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22778   algorithm: "plot_latency_error_bars"
22779   output-file-type: ".html"
22780   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22781   data: "plot-dpdk-throughput-latency-3n-skx"
22782   filter: "'NIC_Intel-X710' and
22783            '64B' and
22784            'BASE' and
22785            'NDRPDR' and
22786            '4T2C' and
22787            'IP4FWD'"
22788   parameters:
22789   - "latency"
22790   - "parent"
22791   - "tags"
22792   layout:
22793     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22794     layout: "plot-latency"
22795
22796 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22797 - type: "plot"
22798   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22799   algorithm: "plot_latency_error_bars"
22800   output-file-type: ".html"
22801   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22802   data: "plot-dpdk-throughput-latency-3n-skx"
22803   filter: "'NIC_Intel-XXV710' and
22804            '64B' and
22805            'BASE' and
22806            'NDRPDR' and
22807            '2T1C' and
22808            'IP4FWD'"
22809   parameters:
22810   - "latency"
22811   - "parent"
22812   - "tags"
22813   layout:
22814     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22815     layout: "plot-latency"
22816
22817 - type: "plot"
22818   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22819   algorithm: "plot_latency_error_bars"
22820   output-file-type: ".html"
22821   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22822   data: "plot-dpdk-throughput-latency-3n-skx"
22823   filter: "'NIC_Intel-XXV710' and
22824            '64B' and
22825            'BASE' and
22826            'NDRPDR' and
22827            '4T2C' and
22828            'IP4FWD'"
22829   parameters:
22830   - "latency"
22831   - "parent"
22832   - "tags"
22833   layout:
22834     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22835     layout: "plot-latency"
22836
22837 # Packet Latency - DPDK l3fwd 2n-skx-x710
22838 - type: "plot"
22839   title: "DPDK Latency: l3fwd-2n-skx-x710-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-x710-64b-2t1c-base-ndr-lat"
22843   data: "plot-dpdk-throughput-latency-2n-skx"
22844   filter: "'NIC_Intel-X710' 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-x710-64b-2t1c-base-ndr"
22856     layout: "plot-latency"
22857
22858 - type: "plot"
22859   title: "DPDK Latency: l3fwd-2n-skx-x710-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-x710-64b-4t2c-base-ndr-lat"
22863   data: "plot-dpdk-throughput-latency-2n-skx"
22864   filter: "'NIC_Intel-X710' 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-x710-64b-4t2c-base-ndr"
22876     layout: "plot-latency"
22877
22878 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22879 - type: "plot"
22880   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22881   algorithm: "plot_latency_error_bars"
22882   output-file-type: ".html"
22883   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22884   data: "plot-dpdk-throughput-latency-2n-skx"
22885   filter: "'NIC_Intel-XXV710' and
22886            '64B' and
22887            'BASE' and
22888            'NDRPDR' and
22889            '2T1C' and
22890            'IP4FWD'"
22891   parameters:
22892   - "latency"
22893   - "parent"
22894   - "tags"
22895   layout:
22896     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22897     layout: "plot-latency"
22898
22899 - type: "plot"
22900   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22901   algorithm: "plot_latency_error_bars"
22902   output-file-type: ".html"
22903   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22904   data: "plot-dpdk-throughput-latency-2n-skx"
22905   filter: "'NIC_Intel-XXV710' and
22906            '64B' and
22907            'BASE' and
22908            'NDRPDR' and
22909            '4T2C' and
22910            'IP4FWD'"
22911   parameters:
22912   - "latency"
22913   - "parent"
22914   - "tags"
22915   layout:
22916     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22917     layout: "plot-latency"
22918
22919 ################################################################################
22920
22921 # Packet Latency - DPDK testpmd 3n-hsw-x520
22922 - type: "plot"
22923   title: "DPDK Latency: testpmd-3n-hsw-x520-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-x520-64b-1t1c-base-ndr-lat"
22927   data: "plot-dpdk-throughput-latency-3n-hsw"
22928   filter: "'NIC_Intel-X520-DA2' 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-x520-64b-1t1c-base-ndr"
22940     layout: "plot-latency"
22941
22942 - type: "plot"
22943   title: "DPDK Latency: testpmd-3n-hsw-x520-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-x520-64b-2t2c-base-ndr-lat"
22947   data: "plot-dpdk-throughput-latency-3n-hsw"
22948   filter: "'NIC_Intel-X520-DA2' 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-x520-64b-2t2c-base-ndr"
22960     layout: "plot-latency"
22961
22962 # Packet Latency - DPDK testpmd 3n-hsw-x710
22963 - type: "plot"
22964   title: "DPDK Latency: testpmd-3n-hsw-x710-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-x710-64b-1t1c-base-ndr-lat"
22968   data: "plot-dpdk-throughput-latency-3n-hsw"
22969   filter: "'NIC_Intel-X710' 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-x710-64b-1t1c-base-ndr"
22981     layout: "plot-latency"
22982
22983 - type: "plot"
22984   title: "DPDK Latency: testpmd-3n-hsw-x710-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-x710-64b-2t2c-base-ndr-lat"
22988   data: "plot-dpdk-throughput-latency-3n-hsw"
22989   filter: "'NIC_Intel-X710' 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-x710-64b-2t2c-base-ndr"
23001     layout: "plot-latency"
23002
23003 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23004 - type: "plot"
23005   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23006   algorithm: "plot_latency_error_bars"
23007   output-file-type: ".html"
23008   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23009   data: "plot-dpdk-throughput-latency-3n-hsw"
23010   filter: "'NIC_Intel-XL710' and
23011            '64B' and
23012            'BASE' and
23013            'NDRPDR' and
23014            '1T1C' and
23015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23016   parameters:
23017   - "latency"
23018   - "parent"
23019   - "tags"
23020   layout:
23021     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23022     layout: "plot-latency"
23023
23024 - type: "plot"
23025   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23026   algorithm: "plot_latency_error_bars"
23027   output-file-type: ".html"
23028   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23029   data: "plot-dpdk-throughput-latency-3n-hsw"
23030   filter: "'NIC_Intel-XL710' and
23031            '64B' and
23032            'BASE' and
23033            'NDRPDR' and
23034            '2T2C' and
23035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23036   parameters:
23037   - "latency"
23038   - "parent"
23039   - "tags"
23040   layout:
23041     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23042     layout: "plot-latency"
23043
23044 # Packet Latency - DPDK testpmd 3n-skx-x710
23045 - type: "plot"
23046   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23047   algorithm: "plot_latency_error_bars"
23048   output-file-type: ".html"
23049   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23050   data: "plot-dpdk-throughput-latency-3n-skx"
23051   filter: "'NIC_Intel-X710' and
23052            '64B' and
23053            'BASE' and
23054            'NDRPDR' and
23055            '2T1C' and
23056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23057   parameters:
23058   - "latency"
23059   - "parent"
23060   - "tags"
23061   layout:
23062     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23063     layout: "plot-latency"
23064
23065 - type: "plot"
23066   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23067   algorithm: "plot_latency_error_bars"
23068   output-file-type: ".html"
23069   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23070   data: "plot-dpdk-throughput-latency-3n-skx"
23071   filter: "'NIC_Intel-X710' and
23072            '64B' and
23073            'BASE' and
23074            'NDRPDR' and
23075            '4T2C' and
23076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23077   parameters:
23078   - "latency"
23079   - "parent"
23080   - "tags"
23081   layout:
23082     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23083     layout: "plot-latency"
23084
23085 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23086 - type: "plot"
23087   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23088   algorithm: "plot_latency_error_bars"
23089   output-file-type: ".html"
23090   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23091   data: "plot-dpdk-throughput-latency-3n-skx"
23092   filter: "'NIC_Intel-XXV710' and
23093            '64B' and
23094            'BASE' and
23095            'NDRPDR' and
23096            '2T1C' and
23097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23098   parameters:
23099   - "latency"
23100   - "parent"
23101   - "tags"
23102   layout:
23103     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23104     layout: "plot-latency"
23105
23106 - type: "plot"
23107   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23108   algorithm: "plot_latency_error_bars"
23109   output-file-type: ".html"
23110   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23111   data: "plot-dpdk-throughput-latency-3n-skx"
23112   filter: "'NIC_Intel-XXV710' and
23113            '64B' and
23114            'BASE' and
23115            'NDRPDR' and
23116            '4T2C' and
23117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23118   parameters:
23119   - "latency"
23120   - "parent"
23121   - "tags"
23122   layout:
23123     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23124     layout: "plot-latency"
23125
23126 # Packet Latency - DPDK testpmd 2n-skx-x710
23127 - type: "plot"
23128   title: "DPDK Latency: testpmd-2n-skx-x710-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-x710-64b-2t1c-base-ndr-lat"
23132   data: "plot-dpdk-throughput-latency-2n-skx"
23133   filter: "'NIC_Intel-X710' 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-x710-64b-2t1c-base-ndr"
23145     layout: "plot-latency"
23146
23147 - type: "plot"
23148   title: "DPDK Latency: testpmd-2n-skx-x710-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-x710-64b-4t2c-base-ndr-lat"
23152   data: "plot-dpdk-throughput-latency-2n-skx"
23153   filter: "'NIC_Intel-X710' 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-x710-64b-4t2c-base-ndr"
23165     layout: "plot-latency"
23166
23167 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23168 - type: "plot"
23169   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23170   algorithm: "plot_latency_error_bars"
23171   output-file-type: ".html"
23172   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23173   data: "plot-dpdk-throughput-latency-2n-skx"
23174   filter: "'NIC_Intel-XXV710' and
23175            '64B' and
23176            'BASE' and
23177            'NDRPDR' and
23178            '2T1C' and
23179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23180   parameters:
23181   - "latency"
23182   - "parent"
23183   - "tags"
23184   layout:
23185     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23186     layout: "plot-latency"
23187
23188 - type: "plot"
23189   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23190   algorithm: "plot_latency_error_bars"
23191   output-file-type: ".html"
23192   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23193   data: "plot-dpdk-throughput-latency-2n-skx"
23194   filter: "'NIC_Intel-XXV710' and
23195            '64B' and
23196            'BASE' and
23197            'NDRPDR' and
23198            '4T2C' and
23199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23200   parameters:
23201   - "latency"
23202   - "parent"
23203   - "tags"
23204   layout:
23205     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23206     layout: "plot-latency"
23207
23208 ################################################################################
23209
23210 # Speedup - VPP Container Memif 3n-hsw-x520
23211 - type: "plot"
23212   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23213   algorithm: "plot_throughput_speedup_analysis"
23214   output-file-type: ".html"
23215   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23217   filter: "'NIC_Intel-X520-DA2' and
23218            '64B' and
23219            ('BASE' or 'SCALE') and
23220            'NDRPDR' and
23221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23222            not 'VHOST' and
23223            'MEMIF'"
23224   parameters:
23225   - "throughput"
23226   - "parent"
23227   - "tags"
23228   sort:
23229   - "L2XCFWD"
23230   - "L2XCFWD"
23231   - "L2XCFWD"
23232   - "L2BDMACLRN"
23233   - "L2BDMACLRN"
23234   - "L2BDMACLRN"
23235   - "IP4FWD"
23236   layout:
23237     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23238     layout: "plot-throughput-speedup-analysis"
23239
23240 - type: "plot"
23241   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23242   algorithm: "plot_throughput_speedup_analysis"
23243   output-file-type: ".html"
23244   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23245   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23246   filter: "'NIC_Intel-X520-DA2' and
23247            '64B' and
23248            ('BASE' or 'SCALE') and
23249            'NDRPDR' and
23250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23251            not 'VHOST' and
23252            'MEMIF'"
23253   parameters:
23254   - "throughput"
23255   - "parent"
23256   - "tags"
23257   sort:
23258   - "L2XCFWD"
23259   - "L2XCFWD"
23260   - "L2XCFWD"
23261   - "L2BDMACLRN"
23262   - "L2BDMACLRN"
23263   - "L2BDMACLRN"
23264   - "IP4FWD"
23265   layout:
23266     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23267     layout: "plot-throughput-speedup-analysis"
23268
23269 # Speedup - VPP Container Memif 3n-hsw-x710
23270 - type: "plot"
23271   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23272   algorithm: "plot_throughput_speedup_analysis"
23273   output-file-type: ".html"
23274   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23276   filter: "'NIC_Intel-X710' and
23277            '64B' and
23278            ('BASE' or 'SCALE') and
23279            'NDRPDR' and
23280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23281            not 'VHOST' and
23282            'MEMIF'"
23283   parameters:
23284   - "throughput"
23285   - "parent"
23286   - "tags"
23287   sort:
23288   - "L2XCFWD"
23289   - "L2XCFWD"
23290   - "L2XCFWD"
23291   - "L2BDMACLRN"
23292   - "L2BDMACLRN"
23293   - "L2BDMACLRN"
23294   - "IP4FWD"
23295   layout:
23296     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23297     layout: "plot-throughput-speedup-analysis"
23298
23299 - type: "plot"
23300   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23301   algorithm: "plot_throughput_speedup_analysis"
23302   output-file-type: ".html"
23303   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23305   filter: "'NIC_Intel-X710' and
23306            '64B' and
23307            ('BASE' or 'SCALE') and
23308            'NDRPDR' and
23309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23310            not 'VHOST' and
23311            'MEMIF'"
23312   parameters:
23313   - "throughput"
23314   - "parent"
23315   - "tags"
23316   sort:
23317   - "L2XCFWD"
23318   - "L2XCFWD"
23319   - "L2XCFWD"
23320   - "L2BDMACLRN"
23321   - "L2BDMACLRN"
23322   - "L2BDMACLRN"
23323   - "IP4FWD"
23324   layout:
23325     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23326     layout: "plot-throughput-speedup-analysis"
23327
23328 # Speedup - VPP Container Memif 3n-hsw-xl710
23329 - type: "plot"
23330   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23331   algorithm: "plot_throughput_speedup_analysis"
23332   output-file-type: ".html"
23333   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23335   filter: "'NIC_Intel-XL710' and
23336            '64B' and
23337            ('BASE' or 'SCALE') and
23338            'NDRPDR' and
23339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23340            not 'VHOST' and
23341            'MEMIF'"
23342   parameters:
23343   - "throughput"
23344   - "parent"
23345   - "tags"
23346   sort:
23347   - "L2XCFWD"
23348   - "L2XCFWD"
23349   - "L2XCFWD"
23350   - "L2BDMACLRN"
23351   - "L2BDMACLRN"
23352   - "L2BDMACLRN"
23353   - "IP4FWD"
23354   layout:
23355     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23356     layout: "plot-throughput-speedup-analysis"
23357
23358 - type: "plot"
23359   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23360   algorithm: "plot_throughput_speedup_analysis"
23361   output-file-type: ".html"
23362   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23364   filter: "'NIC_Intel-XL710' and
23365            '64B' and
23366            ('BASE' or 'SCALE') and
23367            'NDRPDR' and
23368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23369            not 'VHOST' and
23370            'MEMIF'"
23371   parameters:
23372   - "throughput"
23373   - "parent"
23374   - "tags"
23375   sort:
23376   - "L2XCFWD"
23377   - "L2XCFWD"
23378   - "L2XCFWD"
23379   - "L2BDMACLRN"
23380   - "L2BDMACLRN"
23381   - "L2BDMACLRN"
23382   - "IP4FWD"
23383   layout:
23384     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23385     layout: "plot-throughput-speedup-analysis"
23386
23387 # Speedup - VPP Container Memif 3n-skx-x710
23388 - type: "plot"
23389   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23390   algorithm: "plot_throughput_speedup_analysis"
23391   output-file-type: ".html"
23392   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23394   filter: "'NIC_Intel-X710' and
23395            '64B' and
23396            ('BASE' or 'SCALE') and
23397            'NDRPDR' and
23398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23399            not 'VHOST' and
23400            'MEMIF'"
23401   parameters:
23402   - "throughput"
23403   - "parent"
23404   - "tags"
23405   sort:
23406   - "L2XCFWD"
23407   - "L2XCFWD"
23408   - "L2XCFWD"
23409   - "L2BDMACLRN"
23410   - "L2BDMACLRN"
23411   - "L2BDMACLRN"
23412   - "IP4FWD"
23413   layout:
23414     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23415     layout: "plot-throughput-speedup-analysis"
23416
23417 - type: "plot"
23418   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23419   algorithm: "plot_throughput_speedup_analysis"
23420   output-file-type: ".html"
23421   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23423   filter: "'NIC_Intel-X710' and
23424            '64B' and
23425            ('BASE' or 'SCALE') and
23426            'NDRPDR' and
23427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23428            not 'VHOST' and
23429            'MEMIF'"
23430   parameters:
23431   - "throughput"
23432   - "parent"
23433   - "tags"
23434   sort:
23435   - "L2XCFWD"
23436   - "L2XCFWD"
23437   - "L2XCFWD"
23438   - "L2BDMACLRN"
23439   - "L2BDMACLRN"
23440   - "L2BDMACLRN"
23441   - "IP4FWD"
23442   layout:
23443     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23444     layout: "plot-throughput-speedup-analysis"
23445
23446 # Speedup - VPP Container Memif 2n-skx-x710
23447 - type: "plot"
23448   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23449   algorithm: "plot_throughput_speedup_analysis"
23450   output-file-type: ".html"
23451   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23453   filter: "'NIC_Intel-X710' and
23454            '64B' and
23455            ('BASE' or 'SCALE') and
23456            'NDRPDR' and
23457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23458            not 'VHOST' and
23459            not 'NF_DENSITY' and
23460            'MEMIF'"
23461   parameters:
23462   - "throughput"
23463   - "parent"
23464   - "tags"
23465   sort:
23466   - "L2XCFWD"
23467   - "L2XCFWD"
23468   - "L2XCFWD"
23469   - "L2BDMACLRN"
23470   - "L2BDMACLRN"
23471   - "L2BDMACLRN"
23472   - "IP4FWD"
23473   layout:
23474     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23475     layout: "plot-throughput-speedup-analysis"
23476
23477 - type: "plot"
23478   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23479   algorithm: "plot_throughput_speedup_analysis"
23480   output-file-type: ".html"
23481   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23483   filter: "'NIC_Intel-X710' and
23484            '64B' and
23485            ('BASE' or 'SCALE') and
23486            'NDRPDR' and
23487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23488            not 'VHOST' and
23489            not 'NF_DENSITY' and
23490            'MEMIF'"
23491   parameters:
23492   - "throughput"
23493   - "parent"
23494   - "tags"
23495   sort:
23496   - "L2XCFWD"
23497   - "L2XCFWD"
23498   - "L2XCFWD"
23499   - "L2BDMACLRN"
23500   - "L2BDMACLRN"
23501   - "L2BDMACLRN"
23502   - "IP4FWD"
23503   layout:
23504     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23505     layout: "plot-throughput-speedup-analysis"
23506
23507 ## Speedup - VPP Container Memif 2n-skx-xxv710
23508 #- type: "plot"
23509 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23510 #  algorithm: "plot_throughput_speedup_analysis"
23511 #  output-file-type: ".html"
23512 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23513 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23514 #  filter: "'NIC_Intel-XXV710' and
23515 #           '64B' and
23516 #           ('BASE' or 'SCALE') and
23517 #           'NDRPDR' and
23518 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23519 #           not 'VHOST' and
23520 #           'MEMIF'"
23521 #  parameters:
23522 #  - "throughput"
23523 #  - "parent"
23524 #  - "tags"
23525 #  sort:
23526 #  - "L2XCFWD"
23527 #  - "L2XCFWD"
23528 #  - "L2XCFWD"
23529 #  - "L2BDMACLRN"
23530 #  - "L2BDMACLRN"
23531 #  - "L2BDMACLRN"
23532 #  - "IP4FWD"
23533 #  layout:
23534 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23535 #    layout: "plot-throughput-speedup-analysis"
23536 #
23537 #- type: "plot"
23538 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23539 #  algorithm: "plot_throughput_speedup_analysis"
23540 #  output-file-type: ".html"
23541 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23542 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23543 #  filter: "'NIC_Intel-XXV710' and
23544 #           '64B' and
23545 #           ('BASE' or 'SCALE') and
23546 #           'NDRPDR' and
23547 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23548 #           not 'VHOST' and
23549 #           'MEMIF'"
23550 #  parameters:
23551 #  - "throughput"
23552 #  - "parent"
23553 #  - "tags"
23554 #  sort:
23555 #  - "L2XCFWD"
23556 #  - "L2XCFWD"
23557 #  - "L2XCFWD"
23558 #  - "L2BDMACLRN"
23559 #  - "L2BDMACLRN"
23560 #  - "L2BDMACLRN"
23561 #  - "IP4FWD"
23562 #  layout:
23563 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23564 #    layout: "plot-throughput-speedup-analysis"
23565
23566 ################################################################################
23567
23568 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23569 #- type: "plot"
23570 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23571 #  algorithm: "plot_throughput_speedup_analysis"
23572 #  output-file-type: ".html"
23573 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23574 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23575 #  filter: "'NIC_Intel-X520-DA2' and
23576 #           '64B' and
23577 #           ('BASE' or 'SCALE') and
23578 #           'NDRPDR' and
23579 #           'L2XCFWD' and
23580 #           not 'VHOST' and
23581 #           not 'NF_DENSITY' and
23582 #           'MEMIF'"
23583 #  parameters:
23584 #  - "throughput"
23585 #  - "parent"
23586 #  - "tags"
23587 #  sort:
23588 #  - "1VNF"
23589 #  - "2VNF"
23590 #  - "4VNF"
23591 #  - "2VNF"
23592 #  - "4VNF"
23593 #  layout:
23594 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23595 #    layout: "plot-throughput-speedup-analysis"
23596 #
23597 #- type: "plot"
23598 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23599 #  algorithm: "plot_throughput_speedup_analysis"
23600 #  output-file-type: ".html"
23601 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23602 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23603 #  filter: "'NIC_Intel-X520-DA2' and
23604 #           '64B' and
23605 #           ('BASE' or 'SCALE') and
23606 #           'NDRPDR' and
23607 #           'L2XCFWD' and
23608 #           not 'VHOST' and
23609 #           not 'NF_DENSITY' and
23610 #           'MEMIF'"
23611 #  parameters:
23612 #  - "throughput"
23613 #  - "parent"
23614 #  - "tags"
23615 #  sort:
23616 #  - "1VNF"
23617 #  - "2VNF"
23618 #  - "4VNF"
23619 #  - "2VNF"
23620 #  - "4VNF"
23621 #  layout:
23622 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23623 #    layout: "plot-throughput-speedup-analysis"
23624 #
23625 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23626 #- type: "plot"
23627 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23628 #  algorithm: "plot_throughput_speedup_analysis"
23629 #  output-file-type: ".html"
23630 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23631 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23632 #  filter: "'NIC_Intel-X520-DA2' and
23633 #           '64B' and
23634 #           ('BASE' or 'SCALE') and
23635 #           'NDRPDR' and
23636 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23637 #           not 'VHOST' and
23638 #           not 'NF_DENSITY' and
23639 #           'MEMIF'"
23640 #  parameters:
23641 #  - "throughput"
23642 #  - "parent"
23643 #  - "tags"
23644 #  sort:
23645 #  - "1VNF"
23646 #  - "2VNF"
23647 #  - "4VNF"
23648 #  - "2VNF"
23649 #  - "4VNF"
23650 #  layout:
23651 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23652 #    layout: "plot-throughput-speedup-analysis"
23653 #
23654 #- type: "plot"
23655 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23656 #  algorithm: "plot_throughput_speedup_analysis"
23657 #  output-file-type: ".html"
23658 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23659 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23660 #  filter: "'NIC_Intel-X520-DA2' and
23661 #           '64B' and
23662 #           ('BASE' or 'SCALE') and
23663 #           'NDRPDR' and
23664 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23665 #           not 'VHOST' and
23666 #           not 'NF_DENSITY' and
23667 #           'MEMIF'"
23668 #  parameters:
23669 #  - "throughput"
23670 #  - "parent"
23671 #  - "tags"
23672 #  sort:
23673 #  - "1VNF"
23674 #  - "2VNF"
23675 #  - "4VNF"
23676 #  - "2VNF"
23677 #  - "4VNF"
23678 #  layout:
23679 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23680 #    layout: "plot-throughput-speedup-analysis"
23681 #
23682 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23683 #- type: "plot"
23684 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23685 #  algorithm: "plot_throughput_speedup_analysis"
23686 #  output-file-type: ".html"
23687 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23688 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23689 #  filter: "'NIC_Intel-X710' and
23690 #           '64B' and
23691 #           ('BASE' or 'SCALE') and
23692 #           'NDRPDR' and
23693 #           'L2XCFWD' and
23694 #           not 'VHOST' and
23695 #           not 'NF_DENSITY' and
23696 #           'MEMIF'"
23697 #  parameters:
23698 #  - "throughput"
23699 #  - "parent"
23700 #  - "tags"
23701 #  sort:
23702 #  - "1VNF"
23703 #  - "2VNF"
23704 #  - "4VNF"
23705 #  - "2VNF"
23706 #  - "4VNF"
23707 #  layout:
23708 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23709 #    layout: "plot-throughput-speedup-analysis"
23710 #
23711 #- type: "plot"
23712 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23713 #  algorithm: "plot_throughput_speedup_analysis"
23714 #  output-file-type: ".html"
23715 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23716 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23717 #  filter: "'NIC_Intel-X710' and
23718 #           '64B' and
23719 #           ('BASE' or 'SCALE') and
23720 #           'NDRPDR' and
23721 #           'L2XCFWD' and
23722 #           not 'VHOST' and
23723 #           not 'NF_DENSITY' and
23724 #           'MEMIF'"
23725 #  parameters:
23726 #  - "throughput"
23727 #  - "parent"
23728 #  - "tags"
23729 #  sort:
23730 #  - "1VNF"
23731 #  - "2VNF"
23732 #  - "4VNF"
23733 #  - "2VNF"
23734 #  - "4VNF"
23735 #  layout:
23736 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23737 #    layout: "plot-throughput-speedup-analysis"
23738 #
23739 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23740 #- type: "plot"
23741 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23742 #  algorithm: "plot_throughput_speedup_analysis"
23743 #  output-file-type: ".html"
23744 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23745 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23746 #  filter: "'NIC_Intel-X710' and
23747 #           '64B' and
23748 #           ('BASE' or 'SCALE') and
23749 #           'NDRPDR' and
23750 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23751 #           not 'VHOST' and
23752 #           not 'NF_DENSITY' and
23753 #           'MEMIF'"
23754 #  parameters:
23755 #  - "throughput"
23756 #  - "parent"
23757 #  - "tags"
23758 #  sort:
23759 #  - "1VNF"
23760 #  - "2VNF"
23761 #  - "4VNF"
23762 #  - "2VNF"
23763 #  - "4VNF"
23764 #  layout:
23765 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23766 #    layout: "plot-throughput-speedup-analysis"
23767 #
23768 #- type: "plot"
23769 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23770 #  algorithm: "plot_throughput_speedup_analysis"
23771 #  output-file-type: ".html"
23772 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23773 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23774 #  filter: "'NIC_Intel-X710' and
23775 #           '64B' and
23776 #           ('BASE' or 'SCALE') and
23777 #           'NDRPDR' and
23778 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23779 #           not 'VHOST' and
23780 #           not 'NF_DENSITY' and
23781 #           'MEMIF'"
23782 #  parameters:
23783 #  - "throughput"
23784 #  - "parent"
23785 #  - "tags"
23786 #  sort:
23787 #  - "1VNF"
23788 #  - "2VNF"
23789 #  - "4VNF"
23790 #  - "2VNF"
23791 #  - "4VNF"
23792 #  layout:
23793 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23794 #    layout: "plot-throughput-speedup-analysis"
23795
23796 ################################################################################
23797
23798 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23799 - type: "plot"
23800   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23801   algorithm: "plot_throughput_speedup_analysis"
23802   output-file-type: ".html"
23803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23805   filter: "'NIC_Intel-X520-DA2' and
23806            '64B' and
23807            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23808            'NDRPDR' and
23809            'IP4FWD' and
23810            not 'IPSEC' and
23811            not 'DOT1Q' and
23812            not 'VHOST'"
23813   parameters:
23814   - "throughput"
23815   - "parent"
23816   - "tags"
23817   sort:
23818   - "DOT1Q"
23819   - "IP4BASE"
23820   - "FIB_20K"
23821   - "FIB_200K"
23822   - "FIB_2M"
23823   layout:
23824     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23825     layout: "plot-throughput-speedup-analysis"
23826
23827 - type: "plot"
23828   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23829   algorithm: "plot_throughput_speedup_analysis"
23830   output-file-type: ".html"
23831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23833   filter: "'NIC_Intel-X520-DA2' and
23834            '64B' and
23835            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23836            'NDRPDR' and
23837            'IP4FWD' and
23838            not 'IPSEC' and
23839            not 'DOT1Q' and
23840            not 'VHOST'"
23841   parameters:
23842   - "throughput"
23843   - "parent"
23844   - "tags"
23845   sort:
23846   - "DOT1Q"
23847   - "IP4BASE"
23848   - "FIB_20K"
23849   - "FIB_200K"
23850   - "FIB_2M"
23851   layout:
23852     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23853     layout: "plot-throughput-speedup-analysis"
23854
23855 # Speedup - VPP IPv4 3n-hsw-x520 features
23856 - type: "plot"
23857   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23858   algorithm: "plot_throughput_speedup_analysis"
23859   output-file-type: ".html"
23860   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23862   filter: "'NIC_Intel-X520-DA2' and
23863            '64B' and
23864            ('IP4BASE' or
23865             'POLICE_MARK' or
23866             'COPWHLIST' or
23867             ('NAT44' and 'BASE') or
23868             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23869            'NDRPDR' and
23870            'IP4FWD' and
23871            not 'IPSEC' and
23872            not 'VHOST'"
23873   parameters:
23874   - "throughput"
23875   - "parent"
23876   - "tags"
23877   sort:
23878   - "DOT1Q"
23879   - "IP4BASE"
23880   - "NAT44"
23881   - "POLICE_MARK"
23882   - "COPWHLIST"
23883   - "IACL"
23884   - "OACL"
23885   layout:
23886     title: "ip4-3n-hsw-x520-64b-features-ndr"
23887     layout: "plot-throughput-speedup-analysis"
23888
23889 - type: "plot"
23890   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23891   algorithm: "plot_throughput_speedup_analysis"
23892   output-file-type: ".html"
23893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23895   filter: "'NIC_Intel-X520-DA2' and
23896            '64B' and
23897            ('IP4BASE' or
23898             'POLICE_MARK' or
23899             'COPWHLIST' or
23900             ('NAT44' and 'BASE') or
23901             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23902            'NDRPDR' and
23903            'IP4FWD' and
23904            not 'IPSEC' and
23905            not 'VHOST'"
23906   parameters:
23907   - "throughput"
23908   - "parent"
23909   - "tags"
23910   sort:
23911   - "DOT1Q"
23912   - "IP4BASE"
23913   - "NAT44"
23914   - "POLICE_MARK"
23915   - "COPWHLIST"
23916   - "IACL"
23917   - "OACL"
23918   layout:
23919     title: "ip4-3n-hsw-x520-64b-features-pdr"
23920     layout: "plot-throughput-speedup-analysis"
23921
23922 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23923 - type: "plot"
23924   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23925   algorithm: "plot_throughput_speedup_analysis"
23926   output-file-type: ".html"
23927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23929   filter: "'NIC_Intel-X520-DA2' and
23930            '64B' and
23931            'NDRPDR' and
23932            'IP4FWD' and
23933            ('NAT44' or 'IP4BASE') and
23934            not 'DOT1Q' and
23935            not 'IPSEC' and
23936            not 'VHOST'"
23937   parameters:
23938   - "throughput"
23939   - "parent"
23940   - "tags"
23941   sort:
23942   - "IP4BASE"
23943   - "BASE"
23944   - "SRC_USER_10"
23945   - "SRC_USER_100"
23946   - "SRC_USER_1000"
23947   - "SRC_USER_2000"
23948   layout:
23949     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23950     layout: "plot-throughput-speedup-analysis"
23951
23952 - type: "plot"
23953   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23954   algorithm: "plot_throughput_speedup_analysis"
23955   output-file-type: ".html"
23956   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23958   filter: "'NIC_Intel-X520-DA2' and
23959            '64B' and
23960            'NDRPDR' and
23961            'IP4FWD' and
23962            ('NAT44' or 'IP4BASE') and
23963            not 'DOT1Q' and
23964            not 'IPSEC' and
23965            not 'VHOST'"
23966   parameters:
23967   - "throughput"
23968   - "parent"
23969   - "tags"
23970   sort:
23971   - "IP4BASE"
23972   - "BASE"
23973   - "SRC_USER_10"
23974   - "SRC_USER_100"
23975   - "SRC_USER_1000"
23976   - "SRC_USER_2000"
23977   layout:
23978     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23979     layout: "plot-throughput-speedup-analysis"
23980
23981 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23982 - type: "plot"
23983   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23984   algorithm: "plot_throughput_speedup_analysis"
23985   output-file-type: ".html"
23986   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23988   filter: "'NIC_Intel-X520-DA2' and
23989            '64B' and
23990            'NDRPDR' and
23991            'IP4FWD' and
23992            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23993            not 'IPSEC' and
23994            not 'DOT1Q' and
23995            not 'VHOST'"
23996   parameters:
23997   - "throughput"
23998   - "parent"
23999   - "tags"
24000   sort:
24001   - "IP4BASE"
24002   - "ACL_STATELESS"
24003   - "ACL_STATEFUL"
24004   - "ACL_STATELESS"
24005   - "ACL_STATEFUL"
24006   layout:
24007     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24008     layout: "plot-throughput-speedup-analysis"
24009
24010 - type: "plot"
24011   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24012   algorithm: "plot_throughput_speedup_analysis"
24013   output-file-type: ".html"
24014   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24016   filter: "'NIC_Intel-X520-DA2' and
24017            '64B' and
24018            'NDRPDR' and
24019            'IP4FWD' and
24020            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24021            not 'IPSEC' and
24022            not 'DOT1Q' and
24023            not 'VHOST'"
24024   parameters:
24025   - "throughput"
24026   - "parent"
24027   - "tags"
24028   sort:
24029   - "IP4BASE"
24030   - "ACL_STATELESS"
24031   - "ACL_STATEFUL"
24032   - "ACL_STATELESS"
24033   - "ACL_STATEFUL"
24034   layout:
24035     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24036     layout: "plot-throughput-speedup-analysis"
24037
24038 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24039 - type: "plot"
24040   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24041   algorithm: "plot_throughput_speedup_analysis"
24042   output-file-type: ".html"
24043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24045   filter: "'NIC_Intel-X520-DA2' and
24046            '64B' and
24047            'NDRPDR' and
24048            'IP4FWD' and
24049            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24050            not 'IPSEC' and
24051            not 'DOT1Q' and
24052            not 'VHOST'"
24053   parameters:
24054   - "throughput"
24055   - "parent"
24056   - "tags"
24057   sort:
24058   - "IP4BASE"
24059   - "ACL_STATELESS"
24060   - "ACL_STATEFUL"
24061   - "ACL_STATELESS"
24062   - "ACL_STATEFUL"
24063   layout:
24064     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24065     layout: "plot-throughput-speedup-analysis"
24066
24067 - type: "plot"
24068   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24069   algorithm: "plot_throughput_speedup_analysis"
24070   output-file-type: ".html"
24071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24073   filter: "'NIC_Intel-X520-DA2' and
24074            '64B' and
24075            'NDRPDR' and
24076            'IP4FWD' and
24077            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24078            not 'IPSEC' and
24079            not 'DOT1Q' and
24080            not 'VHOST'"
24081   parameters:
24082   - "throughput"
24083   - "parent"
24084   - "tags"
24085   sort:
24086   - "IP4BASE"
24087   - "ACL_STATELESS"
24088   - "ACL_STATEFUL"
24089   - "ACL_STATELESS"
24090   - "ACL_STATEFUL"
24091   layout:
24092     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24093     layout: "plot-throughput-speedup-analysis"
24094
24095 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24096 - type: "plot"
24097   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24098   algorithm: "plot_throughput_speedup_analysis"
24099   output-file-type: ".html"
24100   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24102   filter: "'NIC_Intel-X710' and
24103            '64B' and
24104            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24105            'NDRPDR' and
24106            'IP4FWD' and
24107            not 'IPSEC' and
24108            not 'DOT1Q' and
24109            not 'VHOST'"
24110   parameters:
24111   - "throughput"
24112   - "parent"
24113   - "tags"
24114   sort:
24115   - "IP4BASE"
24116   - "FIB_20K"
24117   - "FIB_200K"
24118   - "FIB_2M"
24119   layout:
24120     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24121     layout: "plot-throughput-speedup-analysis"
24122
24123 - type: "plot"
24124   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24125   algorithm: "plot_throughput_speedup_analysis"
24126   output-file-type: ".html"
24127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24129   filter: "'NIC_Intel-X710' and
24130            '64B' and
24131            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24132            'NDRPDR' and
24133            'IP4FWD' and
24134            not 'IPSEC' and
24135            not 'DOT1Q' and
24136            not 'VHOST'"
24137   parameters:
24138   - "throughput"
24139   - "parent"
24140   - "tags"
24141   sort:
24142   - "IP4BASE"
24143   - "FIB_20K"
24144   - "FIB_200K"
24145   - "FIB_2M"
24146   layout:
24147     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24148     layout: "plot-throughput-speedup-analysis"
24149
24150 # Speedup - VPP IPv4 3n-hsw-x710 features
24151 - type: "plot"
24152   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24153   algorithm: "plot_throughput_speedup_analysis"
24154   output-file-type: ".html"
24155   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24157   filter: "'NIC_Intel-X710' and
24158            '64B' and
24159            ('IP4BASE' or
24160             'POLICE_MARK' or
24161             'COPWHLIST' or
24162             ('NAT44' and 'BASE') or
24163             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24164            'NDRPDR' and
24165            'IP4FWD' and
24166            not 'IPSEC' and
24167            not 'VHOST'"
24168   parameters:
24169   - "throughput"
24170   - "parent"
24171   - "tags"
24172   sort:
24173   - "DOT1Q"
24174   - "IP4BASE"
24175   - "NAT44"
24176   - "POLICE_MARK"
24177   - "COPWHLIST"
24178   - "IACL"
24179   - "OACL"
24180   layout:
24181     title: "ip4-3n-hsw-x710-64b-features-ndr"
24182     layout: "plot-throughput-speedup-analysis"
24183
24184 - type: "plot"
24185   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24186   algorithm: "plot_throughput_speedup_analysis"
24187   output-file-type: ".html"
24188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24190   filter: "'NIC_Intel-X710' and
24191            '64B' and
24192            ('IP4BASE' or
24193             'POLICE_MARK' or
24194             'COPWHLIST' or
24195             ('NAT44' and 'BASE') or
24196             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24197            'NDRPDR' and
24198            'IP4FWD' and
24199            not 'IPSEC' and
24200            not 'VHOST'"
24201   parameters:
24202   - "throughput"
24203   - "parent"
24204   - "tags"
24205   sort:
24206   - "DOT1Q"
24207   - "IP4BASE"
24208   - "NAT44"
24209   - "POLICE_MARK"
24210   - "COPWHLIST"
24211   - "IACL"
24212   - "OACL"
24213   layout:
24214     title: "ip4-3n-hsw-x710-64b-features-pdr"
24215     layout: "plot-throughput-speedup-analysis"
24216
24217 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24218 - type: "plot"
24219   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24220   algorithm: "plot_throughput_speedup_analysis"
24221   output-file-type: ".html"
24222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24224   filter: "'NIC_Intel-X710' and
24225            '64B' and
24226            'NDRPDR' and
24227            'IP4FWD' and
24228            ('NAT44' or 'IP4BASE') and
24229            not 'IPSEC' and
24230            not 'VHOST'"
24231   parameters:
24232   - "throughput"
24233   - "parent"
24234   - "tags"
24235   sort:
24236   - "IP4BASE"
24237   - "BASE"
24238   - "SRC_USER_10"
24239   - "SRC_USER_100"
24240   - "SRC_USER_1000"
24241   - "SRC_USER_2000"
24242   layout:
24243     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24244     layout: "plot-throughput-speedup-analysis"
24245
24246 - type: "plot"
24247   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24248   algorithm: "plot_throughput_speedup_analysis"
24249   output-file-type: ".html"
24250   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24252   filter: "'NIC_Intel-X710' and
24253            '64B' and
24254            'NDRPDR' and
24255            'IP4FWD' and
24256            ('NAT44' or 'IP4BASE') and
24257            not 'IPSEC' and
24258            not 'VHOST'"
24259   parameters:
24260   - "throughput"
24261   - "parent"
24262   - "tags"
24263   sort:
24264   - "IP4BASE"
24265   - "BASE"
24266   - "SRC_USER_10"
24267   - "SRC_USER_100"
24268   - "SRC_USER_1000"
24269   - "SRC_USER_2000"
24270   layout:
24271     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24272     layout: "plot-throughput-speedup-analysis"
24273
24274 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24275 - type: "plot"
24276   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24277   algorithm: "plot_throughput_speedup_analysis"
24278   output-file-type: ".html"
24279   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24281   filter: "'NIC_Intel-X710' and
24282            '64B' and
24283            'NDRPDR' and
24284            'IP4FWD' and
24285            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24286            not 'IPSEC' and
24287            not 'VHOST'"
24288   parameters:
24289   - "throughput"
24290   - "parent"
24291   - "tags"
24292   sort:
24293   - "IP4BASE"
24294   - "ACL_STATELESS"
24295   - "ACL_STATEFUL"
24296   - "ACL_STATELESS"
24297   - "ACL_STATEFUL"
24298   layout:
24299     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24300     layout: "plot-throughput-speedup-analysis"
24301
24302 - type: "plot"
24303   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24304   algorithm: "plot_throughput_speedup_analysis"
24305   output-file-type: ".html"
24306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24308   filter: "'NIC_Intel-X710' and
24309            '64B' and
24310            'NDRPDR' and
24311            'IP4FWD' and
24312            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24313            not 'IPSEC' and
24314            not 'VHOST'"
24315   parameters:
24316   - "throughput"
24317   - "parent"
24318   - "tags"
24319   sort:
24320   - "IP4BASE"
24321   - "ACL_STATELESS"
24322   - "ACL_STATEFUL"
24323   - "ACL_STATELESS"
24324   - "ACL_STATEFUL"
24325   layout:
24326     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24327     layout: "plot-throughput-speedup-analysis"
24328
24329 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24330 - type: "plot"
24331   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24332   algorithm: "plot_throughput_speedup_analysis"
24333   output-file-type: ".html"
24334   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24336   filter: "'NIC_Intel-XL710' and
24337            '64B' and
24338            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24339            'NDRPDR' and
24340            'IP4FWD' and
24341            not 'IPSEC' and
24342            not 'VHOST'"
24343   parameters:
24344   - "throughput"
24345   - "parent"
24346   - "tags"
24347   sort:
24348   - "IP4BASE"
24349   - "FIB_20K"
24350   - "FIB_200K"
24351   - "FIB_2M"
24352   layout:
24353     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24354     layout: "plot-throughput-speedup-analysis"
24355
24356 - type: "plot"
24357   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24358   algorithm: "plot_throughput_speedup_analysis"
24359   output-file-type: ".html"
24360   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24362   filter: "'NIC_Intel-XL710' and
24363            '64B' and
24364            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24365            'NDRPDR' and
24366            'IP4FWD' and
24367            not 'IPSEC' and
24368            not 'VHOST'"
24369   parameters:
24370   - "throughput"
24371   - "parent"
24372   - "tags"
24373   sort:
24374   - "IP4BASE"
24375   - "FIB_20K"
24376   - "FIB_200K"
24377   - "FIB_2M"
24378   layout:
24379     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24380     layout: "plot-throughput-speedup-analysis"
24381
24382 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24383 - type: "plot"
24384   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24385   algorithm: "plot_throughput_speedup_analysis"
24386   output-file-type: ".html"
24387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24389   filter: "'NIC_Intel-X710' and
24390            '64B' and
24391            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24392            'NDRPDR' and
24393            'IP4FWD' and
24394            not 'IPSEC' and
24395            not 'DOT1Q' and
24396            not 'VHOST'"
24397   parameters:
24398   - "throughput"
24399   - "parent"
24400   - "tags"
24401   sort:
24402   - "IP4BASE"
24403   - "FIB_20K"
24404   - "FIB_200K"
24405   - "FIB_2M"
24406   layout:
24407     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24408     layout: "plot-throughput-speedup-analysis"
24409
24410 - type: "plot"
24411   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24412   algorithm: "plot_throughput_speedup_analysis"
24413   output-file-type: ".html"
24414   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24416   filter: "'NIC_Intel-X710' and
24417            '64B' and
24418            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24419            'NDRPDR' and
24420            'IP4FWD' and
24421            not 'IPSEC' and
24422            not 'DOT1Q' and
24423            not 'VHOST'"
24424   parameters:
24425   - "throughput"
24426   - "parent"
24427   - "tags"
24428   sort:
24429   - "IP4BASE"
24430   - "FIB_20K"
24431   - "FIB_200K"
24432   - "FIB_2M"
24433   layout:
24434     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24435     layout: "plot-throughput-speedup-analysis"
24436
24437 # Speedup - VPP IPv4 3n-skx-x710 features
24438 - type: "plot"
24439   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24440   algorithm: "plot_throughput_speedup_analysis"
24441   output-file-type: ".html"
24442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24444   filter: "'NIC_Intel-X710' and
24445            '64B' and
24446            ('IP4BASE' or
24447             'POLICE_MARK' or
24448             'COPWHLIST' or
24449             ('NAT44' and 'BASE') or
24450             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24451            'NDRPDR' and
24452            'IP4FWD' and
24453            not 'IPSEC' and
24454            not 'VHOST'"
24455   parameters:
24456   - "throughput"
24457   - "parent"
24458   - "tags"
24459   sort:
24460   - "DOT1Q"
24461   - "IP4BASE"
24462   - "NAT44"
24463   - "POLICE_MARK"
24464   - "COPWHLIST"
24465   - "IACL"
24466   - "OACL"
24467   layout:
24468     title: "ip4-3n-skx-x710-64b-features-ndr"
24469     layout: "plot-throughput-speedup-analysis"
24470
24471 - type: "plot"
24472   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24473   algorithm: "plot_throughput_speedup_analysis"
24474   output-file-type: ".html"
24475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24477   filter: "'NIC_Intel-X710' and
24478            '64B' and
24479            ('IP4BASE' or
24480             'POLICE_MARK' or
24481             'COPWHLIST' or
24482             ('NAT44' and 'BASE') or
24483             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24484            'NDRPDR' and
24485            'IP4FWD' and
24486            not 'IPSEC' and
24487            not 'VHOST'"
24488   parameters:
24489   - "throughput"
24490   - "parent"
24491   - "tags"
24492   sort:
24493   - "DOT1Q"
24494   - "IP4BASE"
24495   - "NAT44"
24496   - "POLICE_MARK"
24497   - "COPWHLIST"
24498   - "IACL"
24499   - "OACL"
24500   layout:
24501     title: "ip4-3n-skx-x710-64b-features-pdr"
24502     layout: "plot-throughput-speedup-analysis"
24503
24504 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24505 - type: "plot"
24506   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24507   algorithm: "plot_throughput_speedup_analysis"
24508   output-file-type: ".html"
24509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24511   filter: "'NIC_Intel-X710' and
24512            '64B' and
24513            'NDRPDR' and
24514            'IP4FWD' and
24515            ('NAT44' or 'IP4BASE') and
24516            not 'IPSEC' and
24517            not 'VHOST'"
24518   parameters:
24519   - "throughput"
24520   - "parent"
24521   - "tags"
24522   sort:
24523   - "IP4BASE"
24524   - "BASE"
24525   - "SRC_USER_10"
24526   - "SRC_USER_100"
24527   - "SRC_USER_1000"
24528   - "SRC_USER_2000"
24529   layout:
24530     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24531     layout: "plot-throughput-speedup-analysis"
24532
24533 - type: "plot"
24534   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24535   algorithm: "plot_throughput_speedup_analysis"
24536   output-file-type: ".html"
24537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24539   filter: "'NIC_Intel-X710' and
24540            '64B' and
24541            'NDRPDR' and
24542            'IP4FWD' and
24543            ('NAT44' or 'IP4BASE') and
24544            not 'IPSEC' and
24545            not 'VHOST'"
24546   parameters:
24547   - "throughput"
24548   - "parent"
24549   - "tags"
24550   sort:
24551   - "IP4BASE"
24552   - "BASE"
24553   - "SRC_USER_10"
24554   - "SRC_USER_100"
24555   - "SRC_USER_1000"
24556   - "SRC_USER_2000"
24557   layout:
24558     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24559     layout: "plot-throughput-speedup-analysis"
24560
24561 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24562 - type: "plot"
24563   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24564   algorithm: "plot_throughput_speedup_analysis"
24565   output-file-type: ".html"
24566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24568   filter: "'NIC_Intel-X710' and
24569            '64B' and
24570            'NDRPDR' and
24571            'IP4FWD' and
24572            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24573            not 'IPSEC' and
24574            not 'VHOST'"
24575   parameters:
24576   - "throughput"
24577   - "parent"
24578   - "tags"
24579   sort:
24580   - "IP4BASE"
24581   - "ACL_STATELESS"
24582   - "ACL_STATEFUL"
24583   - "ACL_STATELESS"
24584   - "ACL_STATEFUL"
24585   layout:
24586     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24587     layout: "plot-throughput-speedup-analysis"
24588
24589 - type: "plot"
24590   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24591   algorithm: "plot_throughput_speedup_analysis"
24592   output-file-type: ".html"
24593   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24595   filter: "'NIC_Intel-X710' and
24596            '64B' and
24597            'NDRPDR' and
24598            'IP4FWD' and
24599            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24600            not 'IPSEC' and
24601            not 'VHOST'"
24602   parameters:
24603   - "throughput"
24604   - "parent"
24605   - "tags"
24606   sort:
24607   - "IP4BASE"
24608   - "ACL_STATELESS"
24609   - "ACL_STATEFUL"
24610   - "ACL_STATELESS"
24611   - "ACL_STATEFUL"
24612   layout:
24613     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24614     layout: "plot-throughput-speedup-analysis"
24615
24616 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24617 #- type: "plot"
24618 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24619 #  algorithm: "plot_throughput_speedup_analysis"
24620 #  output-file-type: ".html"
24621 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24622 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24623 #  filter: "'NIC_Intel-X710' and
24624 #           '64B' and
24625 #           'NDRPDR' and
24626 #           'IP4FWD' and
24627 #           'OACL' and
24628 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24629 #           not 'IPSEC' and
24630 #           not 'VHOST'"
24631 #  parameters:
24632 #  - "throughput"
24633 #  - "parent"
24634 #  - "tags"
24635 #  sort:
24636 #  - "ACL_STATELESS"
24637 #  - "ACL_STATEFUL"
24638 #  - "ACL_STATELESS"
24639 #  - "ACL_STATEFUL"
24640 #  layout:
24641 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24642 #    layout: "plot-throughput-speedup-analysis"
24643 #
24644 #- type: "plot"
24645 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24646 #  algorithm: "plot_throughput_speedup_analysis"
24647 #  output-file-type: ".html"
24648 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24649 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24650 #  filter: "'NIC_Intel-X710' and
24651 #           '64B' and
24652 #           'NDRPDR' and
24653 #           'IP4FWD' and
24654 #           'OACL' and
24655 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24656 #           not 'IPSEC' and
24657 #           not 'VHOST'"
24658 #  parameters:
24659 #  - "throughput"
24660 #  - "parent"
24661 #  - "tags"
24662 #  sort:
24663 #  - "ACL_STATELESS"
24664 #  - "ACL_STATEFUL"
24665 #  - "ACL_STATELESS"
24666 #  - "ACL_STATEFUL"
24667 #  layout:
24668 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24669 #    layout: "plot-throughput-speedup-analysis"
24670
24671 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24672 - type: "plot"
24673   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24674   algorithm: "plot_throughput_speedup_analysis"
24675   output-file-type: ".html"
24676   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24678   filter: "'NIC_Intel-X710' and
24679            '64B' and
24680            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24681            'NDRPDR' and
24682            'IP4FWD' and
24683            not 'IPSEC' and
24684            not 'DOT1Q' and
24685            not 'VHOST'"
24686   parameters:
24687   - "throughput"
24688   - "parent"
24689   - "tags"
24690   sort:
24691   - "IP4BASE"
24692   - "FIB_20K"
24693   - "FIB_200K"
24694   - "FIB_2M"
24695   layout:
24696     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24697     layout: "plot-throughput-speedup-analysis"
24698
24699 - type: "plot"
24700   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24701   algorithm: "plot_throughput_speedup_analysis"
24702   output-file-type: ".html"
24703   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24705   filter: "'NIC_Intel-X710' and
24706            '64B' and
24707            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24708            'NDRPDR' and
24709            'IP4FWD' and
24710            not 'IPSEC' and
24711            not 'DOT1Q' and
24712            not 'VHOST'"
24713   parameters:
24714   - "throughput"
24715   - "parent"
24716   - "tags"
24717   sort:
24718   - "IP4BASE"
24719   - "FIB_20K"
24720   - "FIB_200K"
24721   - "FIB_2M"
24722   layout:
24723     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24724     layout: "plot-throughput-speedup-analysis"
24725
24726 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24727 - type: "plot"
24728   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24729   algorithm: "plot_throughput_speedup_analysis"
24730   output-file-type: ".html"
24731   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24733   filter: "'NIC_Intel-X710' and
24734            '64B' and
24735            'NDRPDR' and
24736            'IP4FWD' and
24737            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24738            not 'IPSEC' and
24739            not 'VHOST'"
24740   parameters:
24741   - "throughput"
24742   - "parent"
24743   - "tags"
24744   sort:
24745   - "IP4BASE"
24746   - "ACL_STATELESS"
24747   - "ACL_STATEFUL"
24748   - "ACL_STATELESS"
24749   - "ACL_STATEFUL"
24750   layout:
24751     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24752     layout: "plot-throughput-speedup-analysis"
24753
24754 - type: "plot"
24755   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24756   algorithm: "plot_throughput_speedup_analysis"
24757   output-file-type: ".html"
24758   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24760   filter: "'NIC_Intel-X710' and
24761            '64B' and
24762            'NDRPDR' and
24763            'IP4FWD' and
24764            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24765            not 'IPSEC' and
24766            not 'VHOST'"
24767   parameters:
24768   - "throughput"
24769   - "parent"
24770   - "tags"
24771   sort:
24772   - "IP4BASE"
24773   - "ACL_STATELESS"
24774   - "ACL_STATEFUL"
24775   - "ACL_STATELESS"
24776   - "ACL_STATEFUL"
24777   layout:
24778     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24779     layout: "plot-throughput-speedup-analysis"
24780
24781 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24782 - type: "plot"
24783   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24784   algorithm: "plot_throughput_speedup_analysis"
24785   output-file-type: ".html"
24786   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24788   filter: "'NIC_Intel-XXV710' and
24789            '64B' and
24790            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24791            'NDRPDR' and
24792            'IP4FWD' and
24793            not 'IPSEC' and
24794            not 'DOT1Q' and
24795            not 'VHOST'"
24796   parameters:
24797   - "throughput"
24798   - "parent"
24799   - "tags"
24800   sort:
24801   - "IP4BASE"
24802   - "FIB_20K"
24803   - "FIB_200K"
24804   - "FIB_2M"
24805   layout:
24806     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24807     layout: "plot-throughput-speedup-analysis"
24808
24809 - type: "plot"
24810   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24811   algorithm: "plot_throughput_speedup_analysis"
24812   output-file-type: ".html"
24813   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24815   filter: "'NIC_Intel-XXV710' and
24816            '64B' and
24817            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24818            'NDRPDR' and
24819            'IP4FWD' and
24820            not 'IPSEC' and
24821            not 'DOT1Q' and
24822            not 'VHOST'"
24823   parameters:
24824   - "throughput"
24825   - "parent"
24826   - "tags"
24827   sort:
24828   - "IP4BASE"
24829   - "FIB_20K"
24830   - "FIB_200K"
24831   - "FIB_2M"
24832   layout:
24833     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24834     layout: "plot-throughput-speedup-analysis"
24835
24836 ## Speedup - VPP IPv4 2n-dnv-x553 base
24837 #- type: "plot"
24838 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24839 #  algorithm: "plot_throughput_speedup_analysis"
24840 #  output-file-type: ".html"
24841 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24842 #  data: "intel-dnv-vpp"
24843 #  filter: "'NIC_Intel-X553' and
24844 #           '64B' and
24845 #           'IP4BASE' and
24846 #           'NDRPDR' and
24847 #           'IP4FWD' and
24848 #           not 'IPSEC' and
24849 #           not 'VHOST'"
24850 #  parameters:
24851 #  - "throughput"
24852 #  - "parent"
24853 #  - "tags"
24854 #  sort:
24855 #  - "IP4BASE"
24856 #  layout:
24857 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24858 #    layout: "plot-throughput-speedup-analysis"
24859 #
24860 #- type: "plot"
24861 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24862 #  algorithm: "plot_throughput_speedup_analysis"
24863 #  output-file-type: ".html"
24864 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24865 #  data: "intel-dnv-vpp"
24866 #  filter: "'NIC_Intel-X553' and
24867 #           '64B' and
24868 #           'IP4BASE' and
24869 #           'NDRPDR' and
24870 #           'IP4FWD' and
24871 #           not 'IPSEC' and
24872 #           not 'VHOST'"
24873 #  parameters:
24874 #  - "throughput"
24875 #  - "parent"
24876 #  - "tags"
24877 #  sort:
24878 #  - "IP4BASE"
24879 #  layout:
24880 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24881 #    layout: "plot-throughput-speedup-analysis"
24882
24883 ################################################################################
24884
24885 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24886 - type: "plot"
24887   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24888   algorithm: "plot_throughput_speedup_analysis"
24889   output-file-type: ".html"
24890   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24892   filter: "'NIC_Intel-X520-DA2' and
24893            '64B' and
24894            'ENCAP' and
24895            'NDRPDR' and
24896            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24897            not 'DOT1Q' and
24898            not 'VHOST' and
24899            not 'IPSECHW'"
24900   parameters:
24901   - "throughput"
24902   - "parent"
24903   - "tags"
24904   sort:
24905   - "IP4BASE"
24906   - "L2BDMACLRN"
24907   - "L2XCFWD"
24908   - "LISP"
24909   layout:
24910     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24911     layout: "plot-throughput-speedup-analysis"
24912
24913 - type: "plot"
24914   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24915   algorithm: "plot_throughput_speedup_analysis"
24916   output-file-type: ".html"
24917   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24919   filter: "'NIC_Intel-X520-DA2' and
24920            '64B' and
24921            'ENCAP' and
24922            'NDRPDR' and
24923            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24924            not 'DOT1Q' and
24925            not 'VHOST' and
24926            not 'IPSECHW'"
24927   parameters:
24928   - "throughput"
24929   - "parent"
24930   - "tags"
24931   sort:
24932   - "IP4BASE"
24933   - "L2BDMACLRN"
24934   - "L2XCFWD"
24935   - "LISP"
24936   layout:
24937     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24938     layout: "plot-throughput-speedup-analysis"
24939
24940 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24941 - type: "plot"
24942   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24943   algorithm: "plot_throughput_speedup_analysis"
24944   output-file-type: ".html"
24945   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24947   filter: "'NIC_Intel-X710' and
24948            '64B' and
24949            'ENCAP' and
24950            'NDRPDR' and
24951            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24952            not 'VHOST' and
24953            not 'IPSECHW'"
24954   parameters:
24955   - "throughput"
24956   - "parent"
24957   - "tags"
24958   sort:
24959   - "IP4BASE"
24960   - "LISP"
24961   - "VXLAN_1"
24962   - "VXLAN_10"
24963   - "VXLAN_100"
24964   - "VXLAN_1000"
24965   layout:
24966     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24967     layout: "plot-throughput-speedup-analysis"
24968
24969 - type: "plot"
24970   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24971   algorithm: "plot_throughput_speedup_analysis"
24972   output-file-type: ".html"
24973   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24975   filter: "'NIC_Intel-X710' and
24976            '64B' and
24977            'ENCAP' and
24978            'NDRPDR' and
24979            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24980            not 'VHOST' and
24981            not 'IPSECHW'"
24982   parameters:
24983   - "throughput"
24984   - "parent"
24985   - "tags"
24986   sort:
24987   - "IP4BASE"
24988   - "LISP"
24989   - "VXLAN_1"
24990   - "VXLAN_10"
24991   - "VXLAN_100"
24992   - "VXLAN_1000"
24993   layout:
24994     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24995     layout: "plot-throughput-speedup-analysis"
24996
24997 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24998 - type: "plot"
24999   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25000   algorithm: "plot_throughput_speedup_analysis"
25001   output-file-type: ".html"
25002   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25004   filter: "'NIC_Intel-X710' and
25005            '64B' and
25006            'ENCAP' and
25007            'NDRPDR' and
25008            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25009            not 'DOT1Q' and
25010            not 'VHOST' and
25011            not 'IPSECHW'"
25012   parameters:
25013   - "throughput"
25014   - "parent"
25015   - "tags"
25016   sort:
25017   - "IP4BASE"
25018   - "L2BDMACLRN"
25019   - "L2XCFWD"
25020   - "LISP"
25021   layout:
25022     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25023     layout: "plot-throughput-speedup-analysis"
25024
25025 - type: "plot"
25026   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25027   algorithm: "plot_throughput_speedup_analysis"
25028   output-file-type: ".html"
25029   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25031   filter: "'NIC_Intel-X710' and
25032            '64B' and
25033            'ENCAP' and
25034            'NDRPDR' and
25035            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25036            not 'DOT1Q' and
25037            not 'VHOST' and
25038            not 'IPSECHW'"
25039   parameters:
25040   - "throughput"
25041   - "parent"
25042   - "tags"
25043   sort:
25044   - "IP4BASE"
25045   - "L2BDMACLRN"
25046   - "L2XCFWD"
25047   - "LISP"
25048   layout:
25049     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25050     layout: "plot-throughput-speedup-analysis"
25051
25052 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25053 - type: "plot"
25054   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25055   algorithm: "plot_throughput_speedup_analysis"
25056   output-file-type: ".html"
25057   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25059   filter: "'NIC_Intel-X710' and
25060            '64B' and
25061            'ENCAP' and
25062            'NDRPDR' and
25063            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25064            not 'VHOST' and
25065            not 'IPSECHW'"
25066   parameters:
25067   - "throughput"
25068   - "parent"
25069   - "tags"
25070   sort:
25071   - "IP4BASE"
25072   - "LISP"
25073   - "VXLAN_1"
25074   - "VXLAN_10"
25075   - "VXLAN_100"
25076   - "VXLAN_1000"
25077   layout:
25078     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25079     layout: "plot-throughput-speedup-analysis"
25080
25081 - type: "plot"
25082   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25083   algorithm: "plot_throughput_speedup_analysis"
25084   output-file-type: ".html"
25085   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25087   filter: "'NIC_Intel-X710' and
25088            '64B' and
25089            'ENCAP' and
25090            'NDRPDR' and
25091            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25092            not 'VHOST' and
25093            not 'IPSECHW'"
25094   parameters:
25095   - "throughput"
25096   - "parent"
25097   - "tags"
25098   sort:
25099   - "IP4BASE"
25100   - "LISP"
25101   - "VXLAN_1"
25102   - "VXLAN_10"
25103   - "VXLAN_100"
25104   - "VXLAN_1000"
25105   layout:
25106     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25107     layout: "plot-throughput-speedup-analysis"
25108
25109 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25110 - type: "plot"
25111   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25112   algorithm: "plot_throughput_speedup_analysis"
25113   output-file-type: ".html"
25114   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25116   filter: "'NIC_Intel-X710' and
25117            '64B' and
25118            'ENCAP' and
25119            'NDRPDR' and
25120            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25121            not 'DOT1Q' and
25122            not 'VHOST' and
25123            not 'IPSECHW'"
25124   parameters:
25125   - "throughput"
25126   - "parent"
25127   - "tags"
25128   sort:
25129   - "IP4BASE"
25130   - "L2BDMACLRN"
25131   - "L2XCFWD"
25132   - "LISP"
25133   layout:
25134     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25135     layout: "plot-throughput-speedup-analysis"
25136
25137 - type: "plot"
25138   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25139   algorithm: "plot_throughput_speedup_analysis"
25140   output-file-type: ".html"
25141   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25143   filter: "'NIC_Intel-X710' and
25144            '64B' and
25145            'ENCAP' and
25146            'NDRPDR' and
25147            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25148            not 'DOT1Q' and
25149            not 'VHOST' and
25150            not 'IPSECHW'"
25151   parameters:
25152   - "throughput"
25153   - "parent"
25154   - "tags"
25155   sort:
25156   - "IP4BASE"
25157   - "L2BDMACLRN"
25158   - "L2XCFWD"
25159   - "LISP"
25160   layout:
25161     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25162     layout: "plot-throughput-speedup-analysis"
25163
25164 ################################################################################
25165
25166 # Speedup - VPP IPv6 3n-hsw-x520
25167 - type: "plot"
25168   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25169   algorithm: "plot_throughput_speedup_analysis"
25170   output-file-type: ".html"
25171   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25172   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25173   filter: "'NIC_Intel-X520-DA2' and
25174            '78B' and
25175            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25176            'NDRPDR' and
25177            'IP6FWD' and
25178            not 'SRv6' and
25179            not 'IPSEC' and
25180            not 'VHOST'"
25181   parameters:
25182   - "throughput"
25183   - "parent"
25184   - "tags"
25185   sort:
25186   - "IP6BASE"
25187   - "FIB_20K"
25188   - "FIB_200K"
25189   - "FIB_2M"
25190   layout:
25191     title: "ip6-3n-hsw-x520-78b-base-ndr"
25192     layout: "plot-throughput-speedup-analysis"
25193
25194 - type: "plot"
25195   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25196   algorithm: "plot_throughput_speedup_analysis"
25197   output-file-type: ".html"
25198   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25200   filter: "'NIC_Intel-X520-DA2' and
25201            '78B' and
25202            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25203            'NDRPDR' and
25204            'IP6FWD' and
25205            not 'SRv6' and
25206            not 'IPSEC' and
25207            not 'VHOST'"
25208   parameters:
25209   - "throughput"
25210   - "parent"
25211   - "tags"
25212   sort:
25213   - "IP6BASE"
25214   - "FIB_20K"
25215   - "FIB_200K"
25216   - "FIB_2M"
25217   layout:
25218     title: "ip6-3n-hsw-x520-78b-base-pdr"
25219     layout: "plot-throughput-speedup-analysis"
25220
25221 # Speedup - VPP IPv6 3n-hsw-x710
25222 - type: "plot"
25223   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25224   algorithm: "plot_throughput_speedup_analysis"
25225   output-file-type: ".html"
25226   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25228   filter: "'NIC_Intel-X710' and
25229            '78B' and
25230            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25231            'NDRPDR' and
25232            'IP6FWD' and
25233            not 'SRv6' and
25234            not 'IPSEC' and
25235            not 'VHOST'"
25236   parameters:
25237   - "throughput"
25238   - "parent"
25239   - "tags"
25240   sort:
25241   - "IP6BASE"
25242   - "FIB_20K"
25243   - "FIB_200K"
25244   - "FIB_2M"
25245   layout:
25246     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25247     layout: "plot-throughput-speedup-analysis"
25248
25249 - type: "plot"
25250   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25251   algorithm: "plot_throughput_speedup_analysis"
25252   output-file-type: ".html"
25253   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25255   filter: "'NIC_Intel-X710' and
25256            '78B' and
25257            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25258            'NDRPDR' and
25259            'IP6FWD' and
25260            not 'SRv6' and
25261            not 'IPSEC' and
25262            not 'VHOST'"
25263   parameters:
25264   - "throughput"
25265   - "parent"
25266   - "tags"
25267   sort:
25268   - "IP6BASE"
25269   - "FIB_20K"
25270   - "FIB_200K"
25271   - "FIB_2M"
25272   layout:
25273     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25274     layout: "plot-throughput-speedup-analysis"
25275
25276 # Speedup - VPP IPv6 3n-hsw-x710 features
25277 - type: "plot"
25278   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25279   algorithm: "plot_throughput_speedup_analysis"
25280   output-file-type: ".html"
25281   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25282   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25283   filter: "'NIC_Intel-X710' and
25284            '78B' and
25285            ('IP6BASE' or
25286             'POLICE_MARK' or
25287             'COPWHLIST' or
25288             'IACLDST') and
25289            'NDRPDR' and
25290            'IP6FWD' and
25291            not 'SRv6' and
25292            not 'IPSEC' and
25293            not 'VHOST'"
25294   parameters:
25295   - "throughput"
25296   - "parent"
25297   - "tags"
25298   sort:
25299   - "IP6BASE"
25300   - "POLICE_MARK"
25301   - "COPWHLIST"
25302   - "IACLDST"
25303   layout:
25304     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25305     layout: "plot-throughput-speedup-analysis"
25306
25307 - type: "plot"
25308   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25309   algorithm: "plot_throughput_speedup_analysis"
25310   output-file-type: ".html"
25311   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25313   filter: "'NIC_Intel-X710' and
25314            '78B' and
25315            ('IP6BASE' or
25316             'POLICE_MARK' or
25317             'COPWHLIST' or
25318             'IACLDST') and
25319            'NDRPDR' and
25320            'IP6FWD' and
25321            not 'SRv6' and
25322            not 'IPSEC' and
25323            not 'VHOST'"
25324   parameters:
25325   - "throughput"
25326   - "parent"
25327   - "tags"
25328   sort:
25329   - "IP6BASE"
25330   - "POLICE_MARK"
25331   - "COPWHLIST"
25332   - "IACLDST"
25333   layout:
25334     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25335     layout: "plot-throughput-speedup-analysis"
25336
25337 # Speedup - VPP IPv6 3n-hsw-xl710
25338 - type: "plot"
25339   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25340   algorithm: "plot_throughput_speedup_analysis"
25341   output-file-type: ".html"
25342   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25344   filter: "'NIC_Intel-XL710' and
25345            '78B' and
25346            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25347            'NDRPDR' and
25348            'IP6FWD' and
25349            not 'SRv6' and
25350            not 'IPSEC' and
25351            not 'VHOST'"
25352   parameters:
25353   - "throughput"
25354   - "parent"
25355   - "tags"
25356   sort:
25357   - "IP6BASE"
25358   - "FIB_20K"
25359   - "FIB_200K"
25360   - "FIB_2M"
25361   layout:
25362     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25363     layout: "plot-throughput-speedup-analysis"
25364
25365 - type: "plot"
25366   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25367   algorithm: "plot_throughput_speedup_analysis"
25368   output-file-type: ".html"
25369   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25371   filter: "'NIC_Intel-XL710' and
25372            '78B' and
25373            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25374            'NDRPDR' and
25375            'IP6FWD' and
25376            not 'SRv6' and
25377            not 'IPSEC' and
25378            not 'VHOST'"
25379   parameters:
25380   - "throughput"
25381   - "parent"
25382   - "tags"
25383   sort:
25384   - "IP6BASE"
25385   - "FIB_20K"
25386   - "FIB_200K"
25387   - "FIB_2M"
25388   layout:
25389     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25390     layout: "plot-throughput-speedup-analysis"
25391
25392 # Speedup - VPP IPv6 3n-skx-x710
25393 - type: "plot"
25394   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25395   algorithm: "plot_throughput_speedup_analysis"
25396   output-file-type: ".html"
25397   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25399   filter: "'NIC_Intel-X710' and
25400            '78B' and
25401            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25402            'NDRPDR' and
25403            'IP6FWD' and
25404            not 'SRv6' and
25405            not 'IPSEC' and
25406            not 'VHOST'"
25407   parameters:
25408   - "throughput"
25409   - "parent"
25410   - "tags"
25411   sort:
25412   - "IP6BASE"
25413   - "FIB_20K"
25414   - "FIB_200K"
25415   - "FIB_2M"
25416   layout:
25417     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25418     layout: "plot-throughput-speedup-analysis"
25419
25420 - type: "plot"
25421   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25422   algorithm: "plot_throughput_speedup_analysis"
25423   output-file-type: ".html"
25424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25426   filter: "'NIC_Intel-X710' and
25427            '78B' and
25428            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25429            'NDRPDR' and
25430            'IP6FWD' and
25431            not 'SRv6' and
25432            not 'IPSEC' and
25433            not 'VHOST'"
25434   parameters:
25435   - "throughput"
25436   - "parent"
25437   - "tags"
25438   sort:
25439   - "IP6BASE"
25440   - "FIB_20K"
25441   - "FIB_200K"
25442   - "FIB_2M"
25443   layout:
25444     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25445     layout: "plot-throughput-speedup-analysis"
25446
25447 # Speedup - VPP IPv6 3n-skx-x710 features
25448 - type: "plot"
25449   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25450   algorithm: "plot_throughput_speedup_analysis"
25451   output-file-type: ".html"
25452   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25454   filter: "'NIC_Intel-X710' and
25455            '78B' and
25456            ('IP6BASE' or
25457             'POLICE_MARK' or
25458             'COPWHLIST' or
25459             'IACLDST') and
25460            'NDRPDR' and
25461            'IP6FWD' and
25462            not 'SRv6' and
25463            not 'IPSEC' and
25464            not 'VHOST'"
25465   parameters:
25466   - "throughput"
25467   - "parent"
25468   - "tags"
25469   sort:
25470   - "IP6BASE"
25471   - "POLICE_MARK"
25472   - "COPWHLIST"
25473   - "IACLDST"
25474   layout:
25475     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25476     layout: "plot-throughput-speedup-analysis"
25477
25478 - type: "plot"
25479   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25480   algorithm: "plot_throughput_speedup_analysis"
25481   output-file-type: ".html"
25482   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25484   filter: "'NIC_Intel-X710' and
25485            '78B' and
25486            ('IP6BASE' or
25487             'POLICE_MARK' or
25488             'COPWHLIST' or
25489             'IACLDST') and
25490            'NDRPDR' and
25491            'IP6FWD' and
25492            not 'SRv6' and
25493            not 'IPSEC' and
25494            not 'VHOST'"
25495   parameters:
25496   - "throughput"
25497   - "parent"
25498   - "tags"
25499   sort:
25500   - "IP6BASE"
25501   - "POLICE_MARK"
25502   - "COPWHLIST"
25503   - "IACLDST"
25504   layout:
25505     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25506     layout: "plot-throughput-speedup-analysis"
25507
25508 # Speedup - VPP IPv6 3n-skx-xxv710
25509 - type: "plot"
25510   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25511   algorithm: "plot_throughput_speedup_analysis"
25512   output-file-type: ".html"
25513   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25515   filter: "'NIC_Intel-XXV710' and
25516            '78B' and
25517            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25518            'NDRPDR' and
25519            'IP6FWD' and
25520            not 'SRv6' and
25521            not 'IPSEC' and
25522            not 'VHOST'"
25523   parameters:
25524   - "throughput"
25525   - "parent"
25526   - "tags"
25527   sort:
25528   - "IP6BASE"
25529   - "FIB_20K"
25530   - "FIB_200K"
25531   - "FIB_2M"
25532   layout:
25533     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25534     layout: "plot-throughput-speedup-analysis"
25535
25536 - type: "plot"
25537   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25538   algorithm: "plot_throughput_speedup_analysis"
25539   output-file-type: ".html"
25540   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25542   filter: "'NIC_Intel-XXV710' and
25543            '78B' and
25544            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25545            'NDRPDR' and
25546            'IP6FWD' and
25547            not 'SRv6' and
25548            not 'IPSEC' and
25549            not 'VHOST'"
25550   parameters:
25551   - "throughput"
25552   - "parent"
25553   - "tags"
25554   sort:
25555   - "IP6BASE"
25556   - "FIB_20K"
25557   - "FIB_200K"
25558   - "FIB_2M"
25559   layout:
25560     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25561     layout: "plot-throughput-speedup-analysis"
25562
25563 # Speedup - VPP IPv6 2n-skx-x710
25564 - type: "plot"
25565   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25566   algorithm: "plot_throughput_speedup_analysis"
25567   output-file-type: ".html"
25568   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25570   filter: "'NIC_Intel-X710' and
25571            '78B' and
25572            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25573            'NDRPDR' and
25574            'IP6FWD' and
25575            not 'SRv6' and
25576            not 'IPSEC' and
25577            not 'VHOST'"
25578   parameters:
25579   - "throughput"
25580   - "parent"
25581   - "tags"
25582   sort:
25583   - "IP6BASE"
25584   - "FIB_20K"
25585   - "FIB_200K"
25586   - "FIB_2M"
25587   layout:
25588     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25589     layout: "plot-throughput-speedup-analysis"
25590
25591 - type: "plot"
25592   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25593   algorithm: "plot_throughput_speedup_analysis"
25594   output-file-type: ".html"
25595   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25597   filter: "'NIC_Intel-X710' and
25598            '78B' and
25599            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25600            'NDRPDR' and
25601            'IP6FWD' and
25602            not 'SRv6' and
25603            not 'IPSEC' and
25604            not 'VHOST'"
25605   parameters:
25606   - "throughput"
25607   - "parent"
25608   - "tags"
25609   sort:
25610   - "IP6BASE"
25611   - "FIB_20K"
25612   - "FIB_200K"
25613   - "FIB_2M"
25614   layout:
25615     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25616     layout: "plot-throughput-speedup-analysis"
25617
25618 # Speedup - VPP IPv6 2n-skx-xxv710
25619 - type: "plot"
25620   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25621   algorithm: "plot_throughput_speedup_analysis"
25622   output-file-type: ".html"
25623   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25625   filter: "'NIC_Intel-XXV710' and
25626            '78B' and
25627            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25628            'NDRPDR' and
25629            'IP6FWD' and
25630            not 'SRv6' and
25631            not 'IPSEC' and
25632            not 'VHOST'"
25633   parameters:
25634   - "throughput"
25635   - "parent"
25636   - "tags"
25637   sort:
25638   - "IP6BASE"
25639   - "FIB_20K"
25640   - "FIB_200K"
25641   - "FIB_2M"
25642   layout:
25643     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25644     layout: "plot-throughput-speedup-analysis"
25645
25646 - type: "plot"
25647   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25648   algorithm: "plot_throughput_speedup_analysis"
25649   output-file-type: ".html"
25650   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25652   filter: "'NIC_Intel-XXV710' and
25653            '78B' and
25654            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25655            'NDRPDR' and
25656            'IP6FWD' and
25657            not 'SRv6' and
25658            not 'IPSEC' and
25659            not 'VHOST'"
25660   parameters:
25661   - "throughput"
25662   - "parent"
25663   - "tags"
25664   sort:
25665   - "IP6BASE"
25666   - "FIB_20K"
25667   - "FIB_200K"
25668   - "FIB_2M"
25669   layout:
25670     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25671     layout: "plot-throughput-speedup-analysis"
25672
25673 ## Speedup - VPP IPv6 2n-dnv-x553 base
25674 #- type: "plot"
25675 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25676 #  algorithm: "plot_throughput_speedup_analysis"
25677 #  output-file-type: ".html"
25678 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25679 #  data: "intel-dnv-vpp"
25680 #  filter: "'NIC_Intel-X553' and
25681 #           '78B' and
25682 #           'IP6BASE' and
25683 #           'NDRPDR' and
25684 #           'IP6FWD' and
25685 #           not 'SRv6' and
25686 #           not 'IPSEC' and
25687 #           not 'VHOST'"
25688 #  parameters:
25689 #  - "throughput"
25690 #  - "parent"
25691 #  - "tags"
25692 #  sort:
25693 #  - "IP6BASE"
25694 #  layout:
25695 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25696 #    layout: "plot-throughput-speedup-analysis"
25697 #
25698 #- type: "plot"
25699 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25700 #  algorithm: "plot_throughput_speedup_analysis"
25701 #  output-file-type: ".html"
25702 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25703 #  data: "intel-dnv-vpp"
25704 #  filter: "'NIC_Intel-X553' and
25705 #           '78B' and
25706 #           'IP6BASE' and
25707 #           'NDRPDR' and
25708 #           'IP6FWD' and
25709 #           not 'SRv6' and
25710 #           not 'IPSEC' and
25711 #           not 'VHOST'"
25712 #  parameters:
25713 #  - "throughput"
25714 #  - "parent"
25715 #  - "tags"
25716 #  sort:
25717 #  - "IP6BASE"
25718 #  layout:
25719 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25720 #    layout: "plot-throughput-speedup-analysis"
25721
25722 ################################################################################
25723
25724 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25725 - type: "plot"
25726   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25727   algorithm: "plot_throughput_speedup_analysis"
25728   output-file-type: ".html"
25729   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25731   filter: "'NIC_Intel-X520-DA2' and
25732            '78B' and
25733            'ENCAP' and
25734            'NDRPDR' and
25735            'LISP' and
25736            not 'VHOST'"
25737   parameters:
25738   - "throughput"
25739   - "parent"
25740   - "tags"
25741   sort:
25742   - "IP4UNRLAY"
25743   - "IP6UNRLAY"
25744   layout:
25745     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25746     layout: "plot-throughput-speedup-analysis"
25747
25748 - type: "plot"
25749   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25750   algorithm: "plot_throughput_speedup_analysis"
25751   output-file-type: ".html"
25752   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25754   filter: "'NIC_Intel-X520-DA2' and
25755            '78B' and
25756            'ENCAP' and
25757            'NDRPDR' and
25758            'LISP' and
25759            not 'VHOST'"
25760   parameters:
25761   - "throughput"
25762   - "parent"
25763   - "tags"
25764   sort:
25765   - "IP4UNRLAY"
25766   - "IP6UNRLAY"
25767   layout:
25768     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25769     layout: "plot-throughput-speedup-analysis"
25770
25771 ################################################################################
25772
25773 # Speedup - VPP IPSec 3n-hsw-xl710 base
25774 - type: "plot"
25775   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25776   algorithm: "plot_throughput_speedup_analysis"
25777   output-file-type: ".html"
25778   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25780   filter: "'NIC_Intel-XL710' and
25781            '64B' and
25782            'IP4FWD' and
25783            'NDRPDR' and
25784            'BASE' and
25785            'IPSECHW' and
25786            ('IPSECTRAN' or 'IPSECTUN') and
25787            not 'VHOST'"
25788   parameters:
25789   - "throughput"
25790   - "parent"
25791   - "tags"
25792   layout:
25793     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25794     layout: "plot-throughput-speedup-analysis"
25795
25796 - type: "plot"
25797   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25798   algorithm: "plot_throughput_speedup_analysis"
25799   output-file-type: ".html"
25800   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25802   filter: "'NIC_Intel-XL710' and
25803            '64B' and
25804            'IP4FWD' and
25805            'NDRPDR' and
25806            'BASE' and
25807            'IPSECHW' and
25808            ('IPSECTRAN' or 'IPSECTUN') and
25809            not 'VHOST'"
25810   parameters:
25811   - "throughput"
25812   - "parent"
25813   - "tags"
25814   layout:
25815     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25816     layout: "plot-throughput-speedup-analysis"
25817
25818 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25819 - type: "plot"
25820   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25821   algorithm: "plot_throughput_speedup_analysis"
25822   output-file-type: ".html"
25823   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-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            'SCALE' and
25830            'IPSECHW' and
25831            ('IPSECTRAN' or 'IPSECTUN') and
25832            not 'VHOST'"
25833   parameters:
25834   - "throughput"
25835   - "parent"
25836   - "tags"
25837   layout:
25838     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25839     layout: "plot-throughput-speedup-analysis"
25840
25841 - type: "plot"
25842   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25843   algorithm: "plot_throughput_speedup_analysis"
25844   output-file-type: ".html"
25845   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25847   filter: "'NIC_Intel-XL710' and
25848            '64B' and
25849            'IP4FWD' and
25850            'NDRPDR' and
25851            'SCALE' and
25852            'IPSECHW' and
25853            ('IPSECTRAN' or 'IPSECTUN') and
25854            not 'VHOST'"
25855   parameters:
25856   - "throughput"
25857   - "parent"
25858   - "tags"
25859   layout:
25860     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25861     layout: "plot-throughput-speedup-analysis"
25862
25863 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25864 - type: "plot"
25865   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25866   algorithm: "plot_throughput_speedup_analysis"
25867   output-file-type: ".html"
25868   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25869   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25870   filter: "'NIC_Intel-XL710' and
25871            '64B' and
25872            'IP4FWD' and
25873            'NDRPDR' and
25874            'IPSECSW' and
25875            ('IPSECTRAN' or 'IPSECTUN') and
25876            not 'VHOST'"
25877   parameters:
25878   - "throughput"
25879   - "parent"
25880   - "tags"
25881   layout:
25882     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25883     layout: "plot-throughput-speedup-analysis"
25884
25885 - type: "plot"
25886   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25887   algorithm: "plot_throughput_speedup_analysis"
25888   output-file-type: ".html"
25889   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25891   filter: "'NIC_Intel-XL710' and
25892            '64B' and
25893            'IP4FWD' and
25894            'NDRPDR' and
25895            'IPSECSW' and
25896            ('IPSECTRAN' or 'IPSECTUN') and
25897            not 'VHOST'"
25898   parameters:
25899   - "throughput"
25900   - "parent"
25901   - "tags"
25902   layout:
25903     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25904     layout: "plot-throughput-speedup-analysis"
25905
25906 ################################################################################
25907
25908 # Speedup - VPP SRv6 3n-hsw-x520
25909 - type: "plot"
25910   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25911   algorithm: "plot_throughput_speedup_analysis"
25912   output-file-type: ".html"
25913   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25915   filter: "'NIC_Intel-X520-DA2' and
25916            '78B' and
25917            'FEATURE' and
25918            'NDRPDR' and
25919            'IP6FWD' and
25920            'SRv6'"
25921   parameters:
25922   - "throughput"
25923   - "parent"
25924   - "tags"
25925   layout:
25926     title: "srv6-3n-hsw-x520-78b-features-ndr"
25927     layout: "plot-throughput-speedup-analysis"
25928
25929 - type: "plot"
25930   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25931   algorithm: "plot_throughput_speedup_analysis"
25932   output-file-type: ".html"
25933   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25935   filter: "'NIC_Intel-X520-DA2' and
25936            '78B' and
25937            'FEATURE' and
25938            'NDRPDR' and
25939            'IP6FWD' and
25940            'SRv6'"
25941   parameters:
25942   - "throughput"
25943   - "parent"
25944   - "tags"
25945   layout:
25946     title: "srv6-3n-hsw-x520-78b-features-pdr"
25947     layout: "plot-throughput-speedup-analysis"
25948
25949 ################################################################################
25950
25951 # Speedup - VPP L2 3n-hsw-x520 base and scale
25952 - type: "plot"
25953   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25954   algorithm: "plot_throughput_speedup_analysis"
25955   output-file-type: ".html"
25956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25958   filter: "'NIC_Intel-X520-DA2' and
25959            '64B' and
25960            ('BASE' or 'SCALE') and
25961            'NDRPDR' and
25962            'ETH' and
25963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25964            not 'VHOST' and
25965            not 'MEMIF'"
25966   parameters:
25967   - "throughput"
25968   - "parent"
25969   - "tags"
25970   sort:
25971   - "L2XCFWD"
25972   - "L2PATCH"
25973   - "L2BDMACLRN"
25974   - "FIB_10K"
25975   - "FIB_100K"
25976   - "FIB_1M"
25977   layout:
25978     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25979     layout: "plot-throughput-speedup-analysis"
25980
25981 - type: "plot"
25982   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25983   algorithm: "plot_throughput_speedup_analysis"
25984   output-file-type: ".html"
25985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25987   filter: "'NIC_Intel-X520-DA2' and
25988            '64B' and
25989            ('BASE' or 'SCALE') and
25990            'NDRPDR' and
25991            'ETH' and
25992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25993            not 'VHOST' and
25994            not 'MEMIF'"
25995   parameters:
25996   - "throughput"
25997   - "parent"
25998   - "tags"
25999   sort:
26000   - "L2XCFWD"
26001   - "L2PATCH"
26002   - "L2BDMACLRN"
26003   - "FIB_10K"
26004   - "FIB_100K"
26005   - "FIB_1M"
26006   layout:
26007     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26008     layout: "plot-throughput-speedup-analysis"
26009
26010 # Speedup - VPP L2 3n-hsw-x520 features
26011 - type: "plot"
26012   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26013   algorithm: "plot_throughput_speedup_analysis"
26014   output-file-type: ".html"
26015   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26017   filter: "'NIC_Intel-X520-DA2' and
26018            '64B' and
26019            'NDRPDR' and
26020            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26021            not 'ACL' and
26022            not 'VHOST' and
26023            not 'MEMIF'"
26024   parameters:
26025   - "throughput"
26026   - "parent"
26027   - "tags"
26028   sort:
26029   - "L2XCBASE"    # l2xcbase
26030   - "L2BDBASE"    # l2bdbase
26031   - "L2XCFWD"     # dot1q-l2xcbase
26032   - "L2BDMACLRN"  # dot1q-l2bdbase
26033   layout:
26034     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26035     layout: "plot-throughput-speedup-analysis"
26036
26037 - type: "plot"
26038   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26039   algorithm: "plot_throughput_speedup_analysis"
26040   output-file-type: ".html"
26041   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26043   filter: "'NIC_Intel-X520-DA2' and
26044            '64B' and
26045            'NDRPDR' and
26046            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26047            not 'ACL' and
26048            not 'VHOST' and
26049            not 'MEMIF'"
26050   parameters:
26051   - "throughput"
26052   - "parent"
26053   - "tags"
26054   sort:
26055   - "L2XCBASE"    # l2xcbase
26056   - "L2BDBASE"    # l2bdbase
26057   - "L2XCFWD"     # dot1q-l2xcbase
26058   - "L2BDMACLRN"  # dot1q-l2bdbase
26059   layout:
26060     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26061     layout: "plot-throughput-speedup-analysis"
26062
26063 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26064 - type: "plot"
26065   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26066   algorithm: "plot_throughput_speedup_analysis"
26067   output-file-type: ".html"
26068   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26070   filter: "'NIC_Intel-X520-DA2' and
26071            'NDRPDR' and
26072            '64B' and
26073            'FEATURE' and
26074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26075            'IACL' and
26076            ('ACL1' or 'ACL50') and
26077            ('10K_FLOWS' or '10k_FLOWS') and
26078            not 'MACIP' and
26079            not 'VHOST' and
26080            not 'MEMIF'"
26081   parameters:
26082   - "throughput"
26083   - "parent"
26084   - "tags"
26085   layout:
26086     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26087     layout: "plot-throughput-speedup-analysis"
26088
26089 - type: "plot"
26090   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26091   algorithm: "plot_throughput_speedup_analysis"
26092   output-file-type: ".html"
26093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26095   filter: "'NIC_Intel-X520-DA2' and
26096            'NDRPDR' and
26097            '64B' and
26098            'FEATURE' and
26099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26100            'IACL' and
26101            ('ACL1' or 'ACL50') and
26102            ('10K_FLOWS' or '10k_FLOWS') and
26103            not 'MACIP' and
26104            not 'VHOST' and
26105            not 'MEMIF'"
26106   parameters:
26107   - "throughput"
26108   - "parent"
26109   - "tags"
26110   layout:
26111     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26112     layout: "plot-throughput-speedup-analysis"
26113
26114 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26115 - type: "plot"
26116   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26117   algorithm: "plot_throughput_speedup_analysis"
26118   output-file-type: ".html"
26119   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26121   filter: "'NIC_Intel-X520-DA2' and
26122            'NDRPDR' and
26123            '64B' and
26124            'FEATURE' and
26125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26126            'OACL' and
26127            ('ACL1' or 'ACL50') and
26128            ('10K_FLOWS' or '10k_FLOWS') and
26129            not 'MACIP' and
26130            not 'VHOST' and
26131            not 'MEMIF'"
26132   parameters:
26133   - "throughput"
26134   - "parent"
26135   - "tags"
26136   layout:
26137     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26138     layout: "plot-throughput-speedup-analysis"
26139
26140 - type: "plot"
26141   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26142   algorithm: "plot_throughput_speedup_analysis"
26143   output-file-type: ".html"
26144   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26146   filter: "'NIC_Intel-X520-DA2' and
26147            'NDRPDR' and
26148            '64B' and
26149            'FEATURE' and
26150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26151            'OACL' and
26152            ('ACL1' or 'ACL50') and
26153            ('10K_FLOWS' or '10k_FLOWS') and
26154            not 'MACIP' and
26155            not 'VHOST' and
26156            not 'MEMIF'"
26157   parameters:
26158   - "throughput"
26159   - "parent"
26160   - "tags"
26161   layout:
26162     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26163     layout: "plot-throughput-speedup-analysis"
26164
26165 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26166 - type: "plot"
26167   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26168   algorithm: "plot_throughput_speedup_analysis"
26169   output-file-type: ".html"
26170   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26172   filter: "'NIC_Intel-X520-DA2' and
26173            'NDRPDR' and
26174            '64B' and
26175            'FEATURE' and
26176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26177            'OACL' and
26178            ('ACL1' or 'ACL50') and
26179            ('10K_FLOWS' or '10k_FLOWS') and
26180            not 'MACIP' and
26181            not 'VHOST' and
26182            not 'MEMIF'"
26183   parameters:
26184   - "throughput"
26185   - "parent"
26186   - "tags"
26187   layout:
26188     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26189     layout: "plot-throughput-speedup-analysis"
26190
26191 - type: "plot"
26192   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26193   algorithm: "plot_throughput_speedup_analysis"
26194   output-file-type: ".html"
26195   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26197   filter: "'NIC_Intel-X520-DA2' and
26198            'NDRPDR' and
26199            '64B' and
26200            'FEATURE' and
26201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26202            'OACL' and
26203            ('ACL1' or 'ACL50') and
26204            ('10K_FLOWS' or '10k_FLOWS') and
26205            not 'MACIP' and
26206            not 'VHOST' and
26207            not 'MEMIF'"
26208   parameters:
26209   - "throughput"
26210   - "parent"
26211   - "tags"
26212   layout:
26213     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26214     layout: "plot-throughput-speedup-analysis"
26215
26216 # Speedup - VPP L2 3n-hsw-x520 features-macip
26217 - type: "plot"
26218   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26219   algorithm: "plot_throughput_speedup_analysis"
26220   output-file-type: ".html"
26221   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26223   filter: "'NIC_Intel-X520-DA2' and
26224            'NDRPDR' and
26225            '64B' and
26226            'FEATURE' and
26227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26228            'MACIP' and
26229            ('ACL1' or 'ACL50') and
26230            ('10K_FLOWS' or '10k_FLOWS') and
26231            not 'VHOST' and
26232            not 'MEMIF'"
26233   parameters:
26234   - "throughput"
26235   - "parent"
26236   - "tags"
26237   layout:
26238     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26239     layout: "plot-throughput-speedup-analysis"
26240
26241 - type: "plot"
26242   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26243   algorithm: "plot_throughput_speedup_analysis"
26244   output-file-type: ".html"
26245   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26247   filter: "'NIC_Intel-X520-DA2' and
26248            'NDRPDR' and
26249            '64B' and
26250            'FEATURE' and
26251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26252            'MACIP' and
26253            ('ACL1' or 'ACL50') and
26254            ('10K_FLOWS' or '10k_FLOWS') and
26255            not 'VHOST' and
26256            not 'MEMIF'"
26257   parameters:
26258   - "throughput"
26259   - "parent"
26260   - "tags"
26261   layout:
26262     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26263     layout: "plot-throughput-speedup-analysis"
26264
26265 # Speedup - VPP L2 3n-hsw-x710 base and scale
26266 - type: "plot"
26267   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26268   algorithm: "plot_throughput_speedup_analysis"
26269   output-file-type: ".html"
26270   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26271   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26272   filter: "'NIC_Intel-X710' and
26273            '64B' and
26274            ('BASE' or 'SCALE') and
26275            'NDRPDR' and
26276            'ETH' and
26277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26278            not 'VHOST' and
26279            not 'MEMIF' and
26280            not 'DRV_AVF'"
26281   parameters:
26282   - "throughput"
26283   - "parent"
26284   - "tags"
26285   sort:
26286   - "L2PATCH"
26287   - "L2XCFWD"
26288   - "L2BDMACLRN"
26289   - "FIB_10K"
26290   - "FIB_100K"
26291   - "FIB_1M"
26292   layout:
26293     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26294     layout: "plot-throughput-speedup-analysis"
26295
26296 - type: "plot"
26297   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26298   algorithm: "plot_throughput_speedup_analysis"
26299   output-file-type: ".html"
26300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26302   filter: "'NIC_Intel-X710' and
26303            '64B' and
26304            ('BASE' or 'SCALE') and
26305            'NDRPDR' and
26306            'ETH' and
26307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26308            not 'VHOST' and
26309            not 'MEMIF' and
26310            not 'DRV_AVF'"
26311   parameters:
26312   - "throughput"
26313   - "parent"
26314   - "tags"
26315   sort:
26316   - "L2PATCH"
26317   - "L2XCFWD"
26318   - "L2BDMACLRN"
26319   - "FIB_10K"
26320   - "FIB_100K"
26321   - "FIB_1M"
26322   layout:
26323     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26324     layout: "plot-throughput-speedup-analysis"
26325
26326 # Speedup - VPP L2 3n-hsw-x710 features
26327 - type: "plot"
26328   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26329   algorithm: "plot_throughput_speedup_analysis"
26330   output-file-type: ".html"
26331   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26333   filter: "'NIC_Intel-X710' and
26334            '64B' and
26335            'NDRPDR' and
26336            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26337            not 'ACL' and
26338            not 'VHOST' and
26339            not 'L2OVRLAY' and
26340            not 'MEMIF'"
26341   parameters:
26342   - "throughput"
26343   - "parent"
26344   - "tags"
26345   sort:
26346   - "L2XCBASE"    # l2xcbase
26347   - "L2BDBASE"    # l2bdbase
26348   - "L2XCFWD"     # dot1q-l2xcbase
26349   - "L2BDMACLRN"  # dot1q-l2bdbase
26350   layout:
26351     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26352     layout: "plot-throughput-speedup-analysis"
26353
26354 - type: "plot"
26355   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26356   algorithm: "plot_throughput_speedup_analysis"
26357   output-file-type: ".html"
26358   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26360   filter: "'NIC_Intel-X710' and
26361            '64B' and
26362            'NDRPDR' and
26363            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26364            not 'ACL' and
26365            not 'VHOST' and
26366            not 'L2OVRLAY' and
26367            not 'MEMIF'"
26368   parameters:
26369   - "throughput"
26370   - "parent"
26371   - "tags"
26372   sort:
26373   - "L2XCBASE"    # l2xcbase
26374   - "L2BDBASE"    # l2bdbase
26375   - "L2XCFWD"     # dot1q-l2xcbase
26376   - "L2BDMACLRN"  # dot1q-l2bdbase
26377   layout:
26378     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26379     layout: "plot-throughput-speedup-analysis"
26380
26381 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26382 - type: "plot"
26383   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26384   algorithm: "plot_throughput_speedup_analysis"
26385   output-file-type: ".html"
26386   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26388   filter: "'NIC_Intel-X710' and
26389            'NDRPDR' and
26390            '64B' and
26391            'FEATURE' and
26392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26393            'IACL' and
26394            ('ACL1' or 'ACL50') and
26395            ('10K_FLOWS' or '10k_FLOWS') and
26396            not 'MACIP' and
26397            not 'VHOST' and
26398            not 'MEMIF'"
26399   parameters:
26400   - "throughput"
26401   - "parent"
26402   - "tags"
26403   layout:
26404     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26405     layout: "plot-throughput-speedup-analysis"
26406
26407 - type: "plot"
26408   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26409   algorithm: "plot_throughput_speedup_analysis"
26410   output-file-type: ".html"
26411   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26413   filter: "'NIC_Intel-X710' and
26414            'NDRPDR' and
26415            '64B' and
26416            'FEATURE' and
26417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26418            'IACL' and
26419            ('ACL1' or 'ACL50') and
26420            ('10K_FLOWS' or '10k_FLOWS') and
26421            not 'MACIP' and
26422            not 'VHOST' and
26423            not 'MEMIF'"
26424   parameters:
26425   - "throughput"
26426   - "parent"
26427   - "tags"
26428   layout:
26429     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26430     layout: "plot-throughput-speedup-analysis"
26431
26432 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26433 - type: "plot"
26434   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26435   algorithm: "plot_throughput_speedup_analysis"
26436   output-file-type: ".html"
26437   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26439   filter: "'NIC_Intel-XL710' and
26440            '64B' and
26441            'BASE' and
26442            'NDRPDR' and
26443            'ETH' and
26444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26445            not 'VHOST' and
26446            not 'MEMIF'"
26447   parameters:
26448   - "throughput"
26449   - "parent"
26450   - "tags"
26451   sort:
26452   - "L2PATCH"
26453   - "L2XCFWD"
26454   - "L2BDMACLRN"
26455   layout:
26456     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26457     layout: "plot-throughput-speedup-analysis"
26458
26459 - type: "plot"
26460   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26461   algorithm: "plot_throughput_speedup_analysis"
26462   output-file-type: ".html"
26463   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26465   filter: "'NIC_Intel-XL710' and
26466            '64B' and
26467            'BASE' and
26468            'NDRPDR' and
26469            'ETH' and
26470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26471            not 'VHOST' and
26472            not 'MEMIF'"
26473   parameters:
26474   - "throughput"
26475   - "parent"
26476   - "tags"
26477   sort:
26478   - "L2PATCH"
26479   - "L2XCFWD"
26480   - "L2BDMACLRN"
26481   layout:
26482     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26483     layout: "plot-throughput-speedup-analysis"
26484
26485 # Speedup - VPP L2 3n-skx-x710 base and scale
26486 - type: "plot"
26487   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26488   algorithm: "plot_throughput_speedup_analysis"
26489   output-file-type: ".html"
26490   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26492   filter: "'NIC_Intel-X710' and
26493            '64B' and
26494            ('BASE' or 'SCALE') and
26495            'NDRPDR' and
26496            'ETH' and
26497            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26498            not 'VHOST' and
26499            not 'DRV_AVF' and
26500            not 'MEMIF'"
26501   parameters:
26502   - "throughput"
26503   - "parent"
26504   - "tags"
26505   sort:
26506   - "L2PATCH"
26507   - "L2XCBASE"
26508   - "BASE"
26509   - "FIB_10K"
26510   - "FIB_100K"
26511   - "FIB_1M"
26512   layout:
26513     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26514     layout: "plot-throughput-speedup-analysis"
26515
26516 - type: "plot"
26517   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26518   algorithm: "plot_throughput_speedup_analysis"
26519   output-file-type: ".html"
26520   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26522   filter: "'NIC_Intel-X710' and
26523            '64B' and
26524            ('BASE' or 'SCALE') and
26525            'NDRPDR' and
26526            'ETH' and
26527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26528            not 'VHOST' and
26529            not 'DRV_AVF' and
26530            not 'MEMIF'"
26531   parameters:
26532   - "throughput"
26533   - "parent"
26534   - "tags"
26535   sort:
26536   - "L2PATCH"
26537   - "L2XCBASE"
26538   - "BASE"
26539   - "FIB_10K"
26540   - "FIB_100K"
26541   - "FIB_1M"
26542   layout:
26543     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26544     layout: "plot-throughput-speedup-analysis"
26545
26546 # Speedup - VPP L2 3n-skx-x710 features
26547 - type: "plot"
26548   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26549   algorithm: "plot_throughput_speedup_analysis"
26550   output-file-type: ".html"
26551   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26553   filter: "'NIC_Intel-X710' and
26554            '64B' and
26555            'NDRPDR' and
26556            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26557            not 'ACL' and
26558            not 'VHOST' and
26559            not 'DRV_AVF' and
26560            not 'L2OVRLAY' and
26561            not 'MEMIF'"
26562   parameters:
26563   - "throughput"
26564   - "parent"
26565   - "tags"
26566   sort:
26567   - "L2XCBASE"    # l2xcbase
26568   - "L2BDBASE"    # l2bdbase
26569   - "L2XCFWD"     # dot1q-l2xcbase
26570   - "L2BDMACLRN"  # dot1q-l2bdbase
26571   layout:
26572     title: "l2sw-3n-skx-x710-64b-features-ndr"
26573     layout: "plot-throughput-speedup-analysis"
26574
26575 - type: "plot"
26576   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26577   algorithm: "plot_throughput_speedup_analysis"
26578   output-file-type: ".html"
26579   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26581   filter: "'NIC_Intel-X710' and
26582            '64B' and
26583            'NDRPDR' and
26584            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26585            not 'ACL' and
26586            not 'VHOST' and
26587            not 'DRV_AVF' and
26588            not 'L2OVRLAY' and
26589            not 'MEMIF'"
26590   parameters:
26591   - "throughput"
26592   - "parent"
26593   - "tags"
26594   sort:
26595   - "L2XCBASE"    # l2xcbase
26596   - "L2BDBASE"    # l2bdbase
26597   - "L2XCFWD"     # dot1q-l2xcbase
26598   - "L2BDMACLRN"  # dot1q-l2bdbase
26599   layout:
26600     title: "l2sw-3n-skx-x710-64b-features-pdr"
26601     layout: "plot-throughput-speedup-analysis"
26602
26603 # Speedup - VPP L2 3n-skx-x710 features-iacl
26604 - type: "plot"
26605   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26606   algorithm: "plot_throughput_speedup_analysis"
26607   output-file-type: ".html"
26608   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26610   filter: "'NIC_Intel-X710' and
26611            'NDRPDR' and
26612            '64B' and
26613            'FEATURE' and
26614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26615            'IACL' and
26616            ('ACL1' or 'ACL50') and
26617            ('10K_FLOWS' or '10k_FLOWS') and
26618            not 'MACIP' and
26619            not 'VHOST' and
26620            not 'MEMIF'"
26621   parameters:
26622   - "throughput"
26623   - "parent"
26624   - "tags"
26625   layout:
26626     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26627     layout: "plot-throughput-speedup-analysis"
26628
26629 - type: "plot"
26630   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26631   algorithm: "plot_throughput_speedup_analysis"
26632   output-file-type: ".html"
26633   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26635   filter: "'NIC_Intel-X710' and
26636            'NDRPDR' and
26637            '64B' and
26638            'FEATURE' and
26639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26640            'IACL' and
26641            ('ACL1' or 'ACL50') and
26642            ('10K_FLOWS' or '10k_FLOWS') and
26643            not 'MACIP' and
26644            not 'VHOST' and
26645            not 'MEMIF'"
26646   parameters:
26647   - "throughput"
26648   - "parent"
26649   - "tags"
26650   layout:
26651     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26652     layout: "plot-throughput-speedup-analysis"
26653
26654 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26655 - type: "plot"
26656   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26657   algorithm: "plot_throughput_speedup_analysis"
26658   output-file-type: ".html"
26659   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26661   filter: "'NIC_Intel-XXV710' and
26662            '64B' and
26663            ('BASE' or 'SCALE') and
26664            'NDRPDR' and
26665            'ETH' and
26666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26667            not 'DRV_AVF' and
26668            not 'VHOST' and
26669            not 'MEMIF'"
26670   parameters:
26671   - "throughput"
26672   - "parent"
26673   - "tags"
26674 #  sort:
26675 #  - "L2PATCH"
26676 #  - "L2PATCH"
26677 #  - "L2XCBASE"
26678 #  - "L2BDMACLRN"
26679   layout:
26680     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26681     layout: "plot-throughput-speedup-analysis"
26682
26683 - type: "plot"
26684   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26685   algorithm: "plot_throughput_speedup_analysis"
26686   output-file-type: ".html"
26687   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26689   filter: "'NIC_Intel-XXV710' and
26690            '64B' and
26691            ('BASE' or 'SCALE') and
26692            'NDRPDR' and
26693            'ETH' and
26694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26695            not 'DRV_AVF' and
26696            not 'VHOST' and
26697            not 'MEMIF'"
26698   parameters:
26699   - "throughput"
26700   - "parent"
26701   - "tags"
26702 #  sort:
26703 #  - "L2PATCH"
26704 #  - "L2PATCH"
26705 #  - "L2XCBASE"
26706 #  - "L2BDMACLRN"
26707   layout:
26708     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26709     layout: "plot-throughput-speedup-analysis"
26710
26711 # Speedup - VPP L2 2n-skx-x710 base and scale
26712 - type: "plot"
26713   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26714   algorithm: "plot_throughput_speedup_analysis"
26715   output-file-type: ".html"
26716   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26718   filter: "'NIC_Intel-X710' and
26719            '64B' and
26720            ('BASE' or 'SCALE') and
26721            'NDRPDR' and
26722            'ETH' and
26723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26724            not 'VHOST' and
26725            not 'MEMIF'"
26726   parameters:
26727   - "throughput"
26728   - "parent"
26729   - "tags"
26730   sort:
26731   - "L2PATCH"
26732   - "L2XCBASE"
26733   - "BASE"
26734   - "FIB_10K"
26735   - "FIB_100K"
26736   - "FIB_1M"
26737   layout:
26738     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26739     layout: "plot-throughput-speedup-analysis"
26740
26741 - type: "plot"
26742   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26743   algorithm: "plot_throughput_speedup_analysis"
26744   output-file-type: ".html"
26745   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26747   filter: "'NIC_Intel-X710' and
26748            '64B' and
26749            ('BASE' or 'SCALE') and
26750            'NDRPDR' and
26751            'ETH' and
26752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26753            not 'VHOST' and
26754            not 'MEMIF'"
26755   parameters:
26756   - "throughput"
26757   - "parent"
26758   - "tags"
26759   sort:
26760   - "L2PATCH"
26761   - "L2XCBASE"
26762   - "BASE"
26763   - "FIB_10K"
26764   - "FIB_100K"
26765   - "FIB_1M"
26766   layout:
26767     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26768     layout: "plot-throughput-speedup-analysis"
26769
26770 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26771 - type: "plot"
26772   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26773   algorithm: "plot_throughput_speedup_analysis"
26774   output-file-type: ".html"
26775   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26777   filter: "'NIC_Intel-XXV710' and
26778            '64B' and
26779            ('BASE' or 'SCALE') and
26780            'NDRPDR' and
26781            'ETH' and
26782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26783            not 'VHOST' and
26784            not 'MEMIF'"
26785   parameters:
26786   - "throughput"
26787   - "parent"
26788   - "tags"
26789   sort:
26790   - "L2PATCH"
26791   - "L2XCBASE"
26792   - "BASE"
26793   - "FIB_10K"
26794   - "FIB_100K"
26795   - "FIB_1M"
26796   layout:
26797     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26798     layout: "plot-throughput-speedup-analysis"
26799
26800 - type: "plot"
26801   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26802   algorithm: "plot_throughput_speedup_analysis"
26803   output-file-type: ".html"
26804   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26806   filter: "'NIC_Intel-XXV710' and
26807            '64B' and
26808            ('BASE' or 'SCALE') and
26809            'NDRPDR' and
26810            'ETH' and
26811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26812            not 'VHOST' and
26813            not 'MEMIF'"
26814   parameters:
26815   - "throughput"
26816   - "parent"
26817   - "tags"
26818   sort:
26819   - "L2PATCH"
26820   - "L2XCBASE"
26821   - "BASE"
26822   - "FIB_10K"
26823   - "FIB_100K"
26824   - "FIB_1M"
26825   layout:
26826     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26827     layout: "plot-throughput-speedup-analysis"
26828
26829 ## Speedup - VPP L2 2n-dnv-x553 base
26830 #- type: "plot"
26831 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26832 #  algorithm: "plot_throughput_speedup_analysis"
26833 #  output-file-type: ".html"
26834 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26835 #  data: "intel-dnv-vpp"
26836 #  filter: "'NIC_Intel-X553' and
26837 #           '64B' and
26838 #           ('BASE' or 'SCALE') and
26839 #           'NDRPDR' and
26840 #           'ETH' and
26841 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26842 #           not 'VHOST' and
26843 #           not 'MEMIF'"
26844 #  parameters:
26845 #  - "throughput"
26846 #  - "parent"
26847 #  - "tags"
26848 #  sort:
26849 #  - "L2XCBASE"
26850 #  - "L2BDMACLRN"
26851 #  - "L2PATCH"
26852 #  layout:
26853 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26854 #    layout: "plot-throughput-speedup-analysis"
26855 #
26856 #- type: "plot"
26857 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26858 #  algorithm: "plot_throughput_speedup_analysis"
26859 #  output-file-type: ".html"
26860 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26861 #  data: "intel-dnv-vpp"
26862 #  filter: "'NIC_Intel-X553' and
26863 #           '64B' and
26864 #           ('BASE' or 'SCALE') and
26865 #           'NDRPDR' and
26866 #           'ETH' and
26867 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26868 #           not 'VHOST' and
26869 #           not 'MEMIF'"
26870 #  parameters:
26871 #  - "throughput"
26872 #  - "parent"
26873 #  - "tags"
26874 #  sort:
26875 #  - "L2XCBASE"
26876 #  - "L2BDMACLRN"
26877 #  - "L2PATCH"
26878 #  layout:
26879 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26880 #    layout: "plot-throughput-speedup-analysis"
26881
26882 ################################################################################
26883
26884 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26885 - type: "plot"
26886   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26887   algorithm: "plot_throughput_speedup_analysis"
26888   output-file-type: ".html"
26889   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26891   filter: "'NIC_Intel-X520-DA2' and
26892            '64B' and
26893            'NDRPDR' and
26894            'ETH' and
26895            'IP4FWD' and
26896            'VHOST_1024' and
26897            not 'VXLAN' and
26898            not 'DOT1Q'"
26899   parameters:
26900   - "throughput"
26901   - "parent"
26902   - "tags"
26903   sort:
26904   - "not CFS_OPT"
26905   - "1VM"
26906   - "2VM"
26907   layout:
26908     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26909     layout: "plot-throughput-speedup-analysis"
26910
26911 - type: "plot"
26912   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26913   algorithm: "plot_throughput_speedup_analysis"
26914   output-file-type: ".html"
26915   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26917   filter: "'NIC_Intel-X520-DA2' and
26918            '64B' and
26919            'NDRPDR' and
26920            'ETH' and
26921            'IP4FWD' and
26922            'VHOST_1024' and
26923            not 'VXLAN' and
26924            not 'DOT1Q'"
26925   parameters:
26926   - "throughput"
26927   - "parent"
26928   - "tags"
26929   sort:
26930   - "not CFS_OPT"
26931   - "1VM"
26932   - "2VM"
26933   layout:
26934     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26935     layout: "plot-throughput-speedup-analysis"
26936
26937 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26938 - type: "plot"
26939   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26940   algorithm: "plot_throughput_speedup_analysis"
26941   output-file-type: ".html"
26942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26944   filter: "'NIC_Intel-X520-DA2' and
26945            '64B' and
26946            'NDRPDR' and
26947            ('ETH' or 'DOT1Q') and
26948            'BASE' and
26949            ('L2BDMACLRN' or 'L2XCFWD') and
26950            'VHOST_1024' and
26951            not 'VXLAN' and
26952            not 'IP4FWD' and
26953            not '2VM'"
26954   parameters:
26955   - "throughput"
26956   - "parent"
26957   - "tags"
26958   sort:
26959   - "L2BDMACLRN"
26960   - "L2BDMACLRN"
26961   - "L2BDMACLRN"
26962   - "L2XCFWD"
26963   - "L2XCFWD"
26964   - "L2XCFWD"
26965   layout:
26966     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26967     layout: "plot-throughput-speedup-analysis"
26968
26969 - type: "plot"
26970   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26971   algorithm: "plot_throughput_speedup_analysis"
26972   output-file-type: ".html"
26973   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26975   filter: "'NIC_Intel-X520-DA2' and
26976            '64B' and
26977            'NDRPDR' and
26978            ('ETH' or 'DOT1Q') and
26979            'BASE' and
26980            ('L2BDMACLRN' or 'L2XCFWD') and
26981            'VHOST_1024' and
26982            not 'VXLAN' and
26983            not 'IP4FWD' and
26984            not '2VM'"
26985   parameters:
26986   - "throughput"
26987   - "parent"
26988   - "tags"
26989   sort:
26990   - "L2BDMACLRN"
26991   - "L2BDMACLRN"
26992   - "L2BDMACLRN"
26993   - "L2XCFWD"
26994   - "L2XCFWD"
26995   - "L2XCFWD"
26996   layout:
26997     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26998     layout: "plot-throughput-speedup-analysis"
26999
27000 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27001 - type: "plot"
27002   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27003   algorithm: "plot_throughput_speedup_analysis"
27004   output-file-type: ".html"
27005   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27007   filter: "'NIC_Intel-X520-DA2' and
27008            '64B' and
27009            'NDRPDR' and
27010            ('ETH' or 'DOT1Q') and
27011            ('L2BDMACLRN' or 'L2XCFWD') and
27012            'VHOST_1024' and
27013            not 'CFS_OPT' and
27014            not 'DOT1Q' and
27015            not 'VXLAN' and
27016            not 'IP4FWD' and
27017            not 'LBOND'"
27018   parameters:
27019   - "throughput"
27020   - "parent"
27021   - "tags"
27022 #  sort:
27023 #  - "1VM"
27024 #  - "L2XCFWD"
27025 #  - "1VM"
27026 #  - "L2BDMACLRN"
27027   layout:
27028     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27029     layout: "plot-throughput-speedup-analysis"
27030
27031 - type: "plot"
27032   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27033   algorithm: "plot_throughput_speedup_analysis"
27034   output-file-type: ".html"
27035   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27037   filter: "'NIC_Intel-X520-DA2' and
27038            '64B' and
27039            'NDRPDR' and
27040            ('ETH' or 'DOT1Q') and
27041            ('L2BDMACLRN' or 'L2XCFWD') and
27042            'VHOST_1024' and
27043            not 'CFS_OPT' and
27044            not 'DOT1Q' and
27045            not 'VXLAN' and
27046            not 'IP4FWD' and
27047            not 'LBOND'"
27048   parameters:
27049   - "throughput"
27050   - "parent"
27051   - "tags"
27052 #  sort:
27053 #  - "1VM"
27054 #  - "L2XCFWD"
27055 #  - "1VM"
27056 #  - "L2BDMACLRN"
27057   layout:
27058     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27059     layout: "plot-throughput-speedup-analysis"
27060
27061 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27062 - type: "plot"
27063   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27064   algorithm: "plot_throughput_speedup_analysis"
27065   output-file-type: ".html"
27066   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27068   filter: "'NIC_Intel-X710' and
27069            '64B' and
27070            'NDRPDR' and
27071            'ETH' and
27072            'IP4FWD' and
27073            'VHOST_1024' and
27074            not 'VXLAN' and
27075            not 'CFS_OPT' and
27076            not 'DOT1Q'"
27077   parameters:
27078   - "throughput"
27079   - "parent"
27080   - "tags"
27081   sort:
27082   - "1VM"
27083   - "2VM"
27084   layout:
27085     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27086     layout: "plot-throughput-speedup-analysis"
27087
27088 - type: "plot"
27089   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27090   algorithm: "plot_throughput_speedup_analysis"
27091   output-file-type: ".html"
27092   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27094   filter: "'NIC_Intel-X710' and
27095            '64B' and
27096            'NDRPDR' and
27097            'ETH' and
27098            'IP4FWD' and
27099            'VHOST_1024' and
27100            not 'VXLAN' and
27101            not 'CFS_OPT' and
27102            not 'DOT1Q'"
27103   parameters:
27104   - "throughput"
27105   - "parent"
27106   - "tags"
27107   sort:
27108   - "1VM"
27109   - "2VM"
27110   layout:
27111     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27112     layout: "plot-throughput-speedup-analysis"
27113
27114 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27115 - type: "plot"
27116   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27117   algorithm: "plot_throughput_speedup_analysis"
27118   output-file-type: ".html"
27119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27121   filter: "'NIC_Intel-X710' and
27122            '64B' and
27123            'NDRPDR' and
27124            ('ETH' or 'DOT1Q') and
27125            'BASE' and
27126            ('L2BDMACLRN' or 'L2XCFWD') and
27127            'VHOST_1024' and
27128            not 'VXLAN' and
27129            not 'IP4FWD' and
27130            not '2VM'"
27131   parameters:
27132   - "throughput"
27133   - "parent"
27134   - "tags"
27135   sort:
27136   - "L2BDMACLRN"
27137   - "L2BDMACLRN"
27138   - "L2BDMACLRN"
27139   - "L2XCFWD"
27140   - "L2XCFWD"
27141   - "L2XCFWD"
27142   layout:
27143     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27144     layout: "plot-throughput-speedup-analysis"
27145
27146 - type: "plot"
27147   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27148   algorithm: "plot_throughput_speedup_analysis"
27149   output-file-type: ".html"
27150   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27152   filter: "'NIC_Intel-X710' and
27153            '64B' and
27154            'NDRPDR' and
27155            ('ETH' or 'DOT1Q') and
27156            'BASE' and
27157            ('L2BDMACLRN' or 'L2XCFWD') and
27158            'VHOST_1024' and
27159            not 'VXLAN' and
27160            not 'IP4FWD' and
27161            not '2VM'"
27162   parameters:
27163   - "throughput"
27164   - "parent"
27165   - "tags"
27166   sort:
27167   - "L2BDMACLRN"
27168   - "L2BDMACLRN"
27169   - "L2BDMACLRN"
27170   - "L2XCFWD"
27171   - "L2XCFWD"
27172   - "L2XCFWD"
27173   layout:
27174     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27175     layout: "plot-throughput-speedup-analysis"
27176
27177 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27178 - type: "plot"
27179   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27180   algorithm: "plot_throughput_speedup_analysis"
27181   output-file-type: ".html"
27182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27184   filter: "'NIC_Intel-X710' and
27185            '64B' and
27186            'NDRPDR' and
27187            ('ETH' or 'DOT1Q') and
27188            ('L2BDMACLRN' or 'L2XCFWD') and
27189            'VHOST_1024' and
27190            not 'CFS_OPT' and
27191            not 'VXLAN' and
27192            not 'IP4FWD' and
27193            not 'LBOND'"
27194   parameters:
27195   - "throughput"
27196   - "parent"
27197   - "tags"
27198   sort:
27199   - "L2BDMACLRN"
27200   - "L2BDMACLRN"
27201   - "L2BDMACLRN"
27202   - "L2XCFWD"
27203   - "L2XCFWD"
27204   - "L2XCFWD"
27205   layout:
27206     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27207     layout: "plot-throughput-speedup-analysis"
27208
27209 - type: "plot"
27210   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27211   algorithm: "plot_throughput_speedup_analysis"
27212   output-file-type: ".html"
27213   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27215   filter: "'NIC_Intel-X710' and
27216            '64B' and
27217            'NDRPDR' and
27218            ('ETH' or 'DOT1Q') and
27219            ('L2BDMACLRN' or 'L2XCFWD') and
27220            'VHOST_1024' and
27221            not 'CFS_OPT' and
27222            not 'VXLAN' and
27223            not 'IP4FWD' and
27224            not 'LBOND'"
27225   parameters:
27226   - "throughput"
27227   - "parent"
27228   - "tags"
27229   sort:
27230   - "L2BDMACLRN"
27231   - "L2BDMACLRN"
27232   - "L2BDMACLRN"
27233   - "L2XCFWD"
27234   - "L2XCFWD"
27235   - "L2XCFWD"
27236   layout:
27237     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27238     layout: "plot-throughput-speedup-analysis"
27239
27240 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27241 - type: "plot"
27242   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27243   algorithm: "plot_throughput_speedup_analysis"
27244   output-file-type: ".html"
27245   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27247   filter: "'NIC_Intel-X710' and
27248            '64B' and
27249            'NDRPDR' and
27250            'ETH' and
27251            'IP4FWD' and
27252            'VHOST_1024' and
27253            not 'VXLAN' and
27254            not 'DOT1Q'"
27255   parameters:
27256   - "throughput"
27257   - "parent"
27258   - "tags"
27259   sort:
27260   - "1VM"
27261   - "2VM"
27262   layout:
27263     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27264     layout: "plot-throughput-speedup-analysis"
27265
27266 - type: "plot"
27267   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27268   algorithm: "plot_throughput_speedup_analysis"
27269   output-file-type: ".html"
27270   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27272   filter: "'NIC_Intel-X710' and
27273            '64B' and
27274            'NDRPDR' and
27275            'ETH' and
27276            'IP4FWD' and
27277            'VHOST_1024' and
27278            not 'VXLAN' and
27279            not 'DOT1Q'"
27280   parameters:
27281   - "throughput"
27282   - "parent"
27283   - "tags"
27284   sort:
27285   - "1VM"
27286   - "2VM"
27287   layout:
27288     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27289     layout: "plot-throughput-speedup-analysis"
27290
27291 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27292 - type: "plot"
27293   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27294   algorithm: "plot_throughput_speedup_analysis"
27295   output-file-type: ".html"
27296   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27298   filter: "'NIC_Intel-X710' and
27299            '64B' and
27300            'NDRPDR' and
27301            'ETH' and
27302            'IP4FWD' and
27303            'VHOST_1024' and
27304            not 'VXLAN' and
27305            not 'NF_DENSITY' and
27306            not 'CFS_OPT' and
27307            not 'DOT1Q'"
27308   parameters:
27309   - "throughput"
27310   - "parent"
27311   - "tags"
27312   sort:
27313   - "1VM"
27314   - "2VM"
27315   layout:
27316     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27317     layout: "plot-throughput-speedup-analysis"
27318
27319 - type: "plot"
27320   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27321   algorithm: "plot_throughput_speedup_analysis"
27322   output-file-type: ".html"
27323   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27325   filter: "'NIC_Intel-X710' and
27326            '64B' and
27327            'NDRPDR' and
27328            'ETH' and
27329            'IP4FWD' and
27330            'VHOST_1024' and
27331            not 'VXLAN' and
27332            not 'NF_DENSITY' and
27333            not 'CFS_OPT' and
27334            not 'DOT1Q'"
27335   parameters:
27336   - "throughput"
27337   - "parent"
27338   - "tags"
27339   sort:
27340   - "1VM"
27341   - "2VM"
27342   layout:
27343     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27344     layout: "plot-throughput-speedup-analysis"
27345
27346 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27347 - type: "plot"
27348   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27349   algorithm: "plot_throughput_speedup_analysis"
27350   output-file-type: ".html"
27351   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27353   filter: "'NIC_Intel-X710' and
27354            '64B' and
27355            'NDRPDR' and
27356            ('ETH' or 'DOT1Q') and
27357            'BASE' and
27358            ('L2BDMACLRN' or 'L2XCFWD') and
27359            'VHOST_1024' and
27360            not 'VXLAN' and
27361            not 'NF_DENSITY' and
27362            not 'IP4FWD' and
27363            not '2VM'"
27364   parameters:
27365   - "throughput"
27366   - "parent"
27367   - "tags"
27368 #  sort:
27369 #  - "not CFS_OPT"
27370 #  - "L2XCFWD"
27371 #  - "not CFS_OPT"
27372 #  - "CFS_OPT"
27373   layout:
27374     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27375     layout: "plot-throughput-speedup-analysis"
27376
27377 - type: "plot"
27378   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27379   algorithm: "plot_throughput_speedup_analysis"
27380   output-file-type: ".html"
27381   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27383   filter: "'NIC_Intel-X710' and
27384            '64B' and
27385            'NDRPDR' and
27386            ('ETH' or 'DOT1Q') and
27387            'BASE' and
27388            ('L2BDMACLRN' or 'L2XCFWD') and
27389            'VHOST_1024' and
27390            not 'VXLAN' and
27391            not 'NF_DENSITY' and
27392            not 'IP4FWD' and
27393            not '2VM'"
27394   parameters:
27395   - "throughput"
27396   - "parent"
27397   - "tags"
27398 #  sort:
27399 #  - "not CFS_OPT"
27400 #  - "L2XCFWD"
27401 #  - "not CFS_OPT"
27402 #  - "CFS_OPT"
27403   layout:
27404     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27405     layout: "plot-throughput-speedup-analysis"
27406
27407 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27408 - type: "plot"
27409   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27410   algorithm: "plot_throughput_speedup_analysis"
27411   output-file-type: ".html"
27412   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27414   filter: "'NIC_Intel-X710' and
27415            '64B' and
27416            'NDRPDR' and
27417            ('ETH' or 'DOT1Q') and
27418            ('L2BDMACLRN' or 'L2XCFWD') and
27419            'VHOST_1024' and
27420            not 'CFS_OPT' and
27421            not 'VXLAN' and
27422            not 'NF_DENSITY' and
27423            not 'DOT1Q' and
27424            not 'IP4FWD'"
27425   parameters:
27426   - "throughput"
27427   - "parent"
27428   - "tags"
27429 #  sort:
27430 #  - "1VM"
27431 #  - "L2XCFWD"
27432 #  - "1VM"
27433 #  - "L2BDMACLRN"
27434   layout:
27435     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27436     layout: "plot-throughput-speedup-analysis"
27437
27438 - type: "plot"
27439   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27440   algorithm: "plot_throughput_speedup_analysis"
27441   output-file-type: ".html"
27442   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27444   filter: "'NIC_Intel-X710' and
27445            '64B' and
27446            'NDRPDR' and
27447            ('ETH' or 'DOT1Q') and
27448            ('L2BDMACLRN' or 'L2XCFWD') and
27449            'VHOST_1024' and
27450            not 'CFS_OPT' and
27451            not 'VXLAN' and
27452            not 'NF_DENSITY' and
27453            not 'DOT1Q' and
27454            not 'IP4FWD'"
27455   parameters:
27456   - "throughput"
27457   - "parent"
27458   - "tags"
27459 #  sort:
27460 #  - "1VM"
27461 #  - "L2XCFWD"
27462 #  - "1VM"
27463 #  - "L2BDMACLRN"
27464   layout:
27465     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27466     layout: "plot-throughput-speedup-analysis"
27467
27468 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27469 - type: "plot"
27470   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27471   algorithm: "plot_throughput_speedup_analysis"
27472   output-file-type: ".html"
27473   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27475   filter: "'NIC_Intel-XXV710' and
27476            '64B' and
27477            'NDRPDR' and
27478            'ETH' and
27479            'IP4FWD' and
27480            'VHOST_1024' and
27481            not 'VXLAN' and
27482            not 'CFS_OPT' and
27483            not 'DOT1Q'"
27484   parameters:
27485   - "throughput"
27486   - "parent"
27487   - "tags"
27488   sort:
27489   - "not CFS_OPT"
27490   - "1VM"
27491   - "2VM"
27492   layout:
27493     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27494     layout: "plot-throughput-speedup-analysis"
27495
27496 - type: "plot"
27497   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27498   algorithm: "plot_throughput_speedup_analysis"
27499   output-file-type: ".html"
27500   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27502   filter: "'NIC_Intel-XXV710' and
27503            '64B' and
27504            'NDRPDR' and
27505            'ETH' and
27506            'IP4FWD' and
27507            'VHOST_1024' and
27508            not 'VXLAN' and
27509            not 'CFS_OPT' and
27510            not 'DOT1Q'"
27511   parameters:
27512   - "throughput"
27513   - "parent"
27514   - "tags"
27515   sort:
27516   - "not CFS_OPT"
27517   - "1VM"
27518   - "2VM"
27519   layout:
27520     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27521     layout: "plot-throughput-speedup-analysis"
27522
27523 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27524 #- type: "plot"
27525 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27526 #  algorithm: "plot_throughput_speedup_analysis"
27527 #  output-file-type: ".html"
27528 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27529 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27530 #  filter: "'NIC_Intel-XXV710' and
27531 #           '64B' and
27532 #           'NDRPDR' and
27533 #           ('ETH' or 'DOT1Q') and
27534 #           'BASE' and
27535 #           ('L2BDMACLRN' or 'L2XCFWD') and
27536 #           'VHOST_1024' and
27537 #           not 'VXLAN' and
27538 #           not 'IP4FWD' and
27539 #           not '2VM'"
27540 #  parameters:
27541 #  - "throughput"
27542 #  - "parent"
27543 #  - "tags"
27544 ##  sort:
27545 ##  - "not CFS_OPT"
27546 ##  - "L2XCFWD"
27547 ##  - "not CFS_OPT"
27548 ##  - "CFS_OPT"
27549 #  layout:
27550 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27551 #    layout: "plot-throughput-speedup-analysis"
27552 #
27553 #- type: "plot"
27554 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27555 #  algorithm: "plot_throughput_speedup_analysis"
27556 #  output-file-type: ".html"
27557 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27558 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27559 #  filter: "'NIC_Intel-XXV710' and
27560 #           '64B' and
27561 #           'NDRPDR' and
27562 #           ('ETH' or 'DOT1Q') and
27563 #           'BASE' and
27564 #           ('L2BDMACLRN' or 'L2XCFWD') and
27565 #           'VHOST_1024' and
27566 #           not 'VXLAN' and
27567 #           not 'IP4FWD' and
27568 #           not '2VM'"
27569 #  parameters:
27570 #  - "throughput"
27571 #  - "parent"
27572 #  - "tags"
27573 ##  sort:
27574 ##  - "not CFS_OPT"
27575 ##  - "L2XCFWD"
27576 ##  - "not CFS_OPT"
27577 ##  - "CFS_OPT"
27578 #  layout:
27579 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27580 #    layout: "plot-throughput-speedup-analysis"
27581 #
27582 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27583 #- type: "plot"
27584 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27585 #  algorithm: "plot_throughput_speedup_analysis"
27586 #  output-file-type: ".html"
27587 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27588 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27589 #  filter: "'NIC_Intel-XXV710' and
27590 #           '64B' and
27591 #           'NDRPDR' and
27592 #           ('ETH' or 'DOT1Q') and
27593 #           ('L2BDMACLRN' or 'L2XCFWD') and
27594 #           'VHOST_1024' and
27595 #           not 'CFS_OPT' and
27596 #           not 'VXLAN' and
27597 #           not 'DOT1Q' and
27598 #           not 'IP4FWD'"
27599 #  parameters:
27600 #  - "throughput"
27601 #  - "parent"
27602 #  - "tags"
27603 ##  sort:
27604 ##  - "1VM"
27605 ##  - "L2XCFWD"
27606 ##  - "1VM"
27607 ##  - "L2BDMACLRN"
27608 #  layout:
27609 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27610 #    layout: "plot-throughput-speedup-analysis"
27611 #
27612 #- type: "plot"
27613 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27614 #  algorithm: "plot_throughput_speedup_analysis"
27615 #  output-file-type: ".html"
27616 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27617 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27618 #  filter: "'NIC_Intel-XXV710' and
27619 #           '64B' and
27620 #           'NDRPDR' and
27621 #           ('ETH' or 'DOT1Q') and
27622 #           ('L2BDMACLRN' or 'L2XCFWD') and
27623 #           'VHOST_1024' and
27624 #           not 'CFS_OPT' and
27625 #           not 'VXLAN' and
27626 #           not 'DOT1Q' and
27627 #           not 'IP4FWD'"
27628 #  parameters:
27629 #  - "throughput"
27630 #  - "parent"
27631 #  - "tags"
27632 ##  sort:
27633 ##  - "1VM"
27634 ##  - "L2XCFWD"
27635 ##  - "1VM"
27636 ##  - "L2BDMACLRN"
27637 #  layout:
27638 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27639 #    layout: "plot-throughput-speedup-analysis"
27640
27641 ################################################################################
27642
27643 # Speedup - VPP vts 3n-hsw-x520
27644 - type: "plot"
27645   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27646   algorithm: "plot_throughput_speedup_analysis"
27647   output-file-type: ".html"
27648   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27650   filter: "'NIC_Intel-X520-DA2' and
27651            '114B' and
27652            'NDRPDR' and
27653            'VTS'"
27654   parameters:
27655   - "throughput"
27656   - "parent"
27657   - "tags"
27658   layout:
27659     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27660     layout: "plot-throughput-speedup-analysis"
27661
27662 - type: "plot"
27663   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27664   algorithm: "plot_throughput_speedup_analysis"
27665   output-file-type: ".html"
27666   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27667   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27668   filter: "'NIC_Intel-X520-DA2' and
27669            '114B' and
27670            'NDRPDR' and
27671            'VTS'"
27672   parameters:
27673   - "throughput"
27674   - "parent"
27675   - "tags"
27676   layout:
27677     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27678     layout: "plot-throughput-speedup-analysis"