CSIT-1504: Soak tests - box plots
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # TODO: Replace with 1904 data
147 #      # csit-vpp-perf-verify-1904-3n-hsw:
148 #      csit-vpp-perf-verify-1810-3n-hsw:
149 #        - 28  # WRK
150 #        - 29  # WRK
151 #        - 30  # WRK
152 #        - 31  # WRK
153 #        - 32  # WRK
154 #        - 33  # WRK
155 #        - 34  # WRK
156 #        - 35  # WRK
157 #        - 36  # WRK
158 #        - 37  # WRK
159
160 #    plot-ligato-throughput-lat-tsa-3n-hsw:
161 #      # TODO: Replace with 1904 data
162 #      # csit-ligato-perf-verify-1904-3n-hsw:
163 #      csit-ligato-perf-verify-1901-3n-hsw:
164 #        - 8   # NDRPDR sel
165 #        - 9   # NDRPDR sel
166 #        - 11  # NDRPDR sel
167 #        - 12  # NDRPDR sel
168 #        - 13  # NDRPDR sel
169 #        - 14  # NDRPDR sel
170 #        - 15  # NDRPDR sel
171 #        - 16  # NDRPDR sel
172 #        - 17  # NDRPDR sel
173 #        - 18  # NDRPDR sel
174
175     plot-dpdk-throughput-latency-3n-hsw:
176       csit-dpdk-perf-verify-1904-3n-hsw:
177         - 2   # NDRPDR sel
178         - 3   # NDRPDR sel
179         - 5   # NDRPDR sel
180         - 6   # NDRPDR sel
181         - 13  # NDRPDR sel
182         - 14  # NDRPDR sel
183         - 15  # NDRPDR sel
184         - 18  # NDRPDR sel
185         - 19  # NDRPDR sel
186         - 20  # NDRPDR sel
187
188     # 3n-skx
189
190     plot-vpp-throughput-lat-tsa-3n-skx:
191       csit-vpp-perf-verify-1904-3n-skx:
192         - 8   # NDRPDR sel
193         - 9   # NDRPDR sel
194         - 10  # NDRPDR sel
195         - 11  # NDRPDR sel
196         - 12  # NDRPDR sel
197         - 14  # NDRPDR sel
198         - 16  # NDRPDR sel
199         - 21  # NDRPDR sel
200         - 23  # NDRPDR sel
201         - 25  # NDRPDR sel
202
203     plot-dpdk-throughput-latency-3n-skx:
204       csit-dpdk-perf-verify-1904-3n-skx:
205         - 2   # NDRPDR sel
206         - 3   # NDRPDR sel
207         - 4   # NDRPDR sel
208         - 5   # NDRPDR sel
209         - 6   # NDRPDR sel
210         - 7   # NDRPDR sel
211         - 11  # NDRPDR sel
212         - 12  # NDRPDR sel
213         - 13  # NDRPDR sel
214         - 14  # NDRPDR sel
215
216     # 2n-skx
217
218     plot-vpp-throughput-lat-tsa-2n-skx:
219       csit-vpp-perf-verify-1904-2n-skx:
220         - 12  # NDRPDR sel
221         - 14  # NDRPDR sel
222         - 16  # NDRPDR sel
223         - 17  # NDRPDR sel
224         - 18  # NDRPDR sel
225         - 21  # NDRPDR sel
226         - 27  # NDRPDR sel
227         - 30  # NDRPDR sel
228         - 31  # NDRPDR sel
229         - 32  # NDRPDR sel
230
231     plot-vpp-soak-2n-skx:
232       # TODO: Add 1904 data
233       csit-vpp-perf-verify-1904-2n-skx:
234         - 70  # SOAK
235         - 71  # SOAK
236
237     plot-vpp-nfv-2n-skx-ndrpdr-64b:
238       csit-vpp-perf-verify-1904-2n-skx:
239         - 56  # NFV NDRPDR 64b
240         - 59  # NFV NDRPDR 64b
241         - 60  # NFV NDRPDR 64b
242         - 65  # NFV NDRPDR 64b
243         - 68  # NFV NDRPDR 64b
244
245     plot-vpp-nfv-2n-skx-ndrpdr-imix:
246       # TODO: Add 1904 data
247       csit-vpp-perf-verify-1904-2n-skx:
248         - 66  # NFV NDRPDR IMIX
249         - 67  # NFV NDRPDR IMIX
250         - 69  # NFV NDRPDR IMIX
251
252     plot-vpp-nfv-2n-skx-mrr-64b:
253       csit-vpp-perf-verify-1904-2n-skx:
254         - 40  # NFV MRR 64b
255         - 41  # NFV MRR 64b
256         - 42  # NFV MRR 64b
257         - 47  # NFV MRR 64b
258         - 48  # NFV MRR 64b
259
260     plot-vpp-nfv-2n-skx-mrr-imix:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 49  # NFV MRR IMIX
263         - 50  # NFV MRR IMIX
264         - 51  # NFV MRR IMIX
265         - 54  # NFV MRR IMIX
266         - 55  # NFV MRR IMIX
267
268     plot-dpdk-throughput-latency-2n-skx:
269       csit-dpdk-perf-verify-1904-2n-skx:
270         - 2   # NDRPDR sel
271         - 3   # NDRPDR sel
272         - 4   # NDRPDR sel
273         - 5   # NDRPDR sel
274         - 7   # NDRPDR sel
275         - 8   # NDRPDR sel
276         - 9   # NDRPDR sel
277         - 10  # NDRPDR sel
278         - 11  # NDRPDR sel
279         - 12  # NDRPDR sel
280
281     # 3rd party
282
283 #    # Denverton:
284 #    intel-dnv-vpp:
285 #      # TODO: Replace with 1904 data
286 #      # intel-dnv-vpp-release-1904:
287 #      intel-dnv-vpp-release-1901:
288 #        - 1
289
290     ###########################################################################
291     # Simple tables (only one data set):
292
293     # NIC Comparisons
294
295     vpp-nic-comparison-3n-hsw:
296       csit-vpp-perf-verify-1904-3n-hsw:
297         - 11  # NDRPDR sel
298         - 12  # NDRPDR sel
299         - 20  # NDRPDR sel
300         - 21  # NDRPDR sel
301         - 23  # NDRPDR sel
302         - 24  # NDRPDR sel
303         - 25  # NDRPDR sel
304         - 26  # NDRPDR sel
305         - 29  # NDRPDR sel
306         - 30  # NDRPDR sel
307
308     vpp-nic-comparison-3n-skx:
309       csit-vpp-perf-verify-1904-3n-skx:
310         - 8   # NDRPDR sel
311         - 9   # NDRPDR sel
312         - 10  # NDRPDR sel
313         - 11  # NDRPDR sel
314         - 12  # NDRPDR sel
315         - 14  # NDRPDR sel
316         - 16  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 25  # NDRPDR sel
320
321     vpp-nic-comparison-2n-skx:
322       csit-vpp-perf-verify-1904-2n-skx:
323         - 12  # NDRPDR sel
324         - 14  # NDRPDR sel
325         - 16  # NDRPDR sel
326         - 17  # NDRPDR sel
327         - 18  # NDRPDR sel
328         - 21  # NDRPDR sel
329         - 27  # NDRPDR sel
330         - 30  # NDRPDR sel
331         - 31  # NDRPDR sel
332         - 32  # NDRPDR sel
333
334     vpp-nic-comparison-3n-hsw-mrr:
335       csit-vpp-perf-verify-1904-3n-hsw:
336         - 9   # MRR sel
337
338     vpp-nic-comparison-3n-skx-mrr:
339       csit-vpp-perf-verify-1904-3n-skx:
340         - 7   # MRR sel
341
342     vpp-nic-comparison-2n-skx-mrr:
343       csit-vpp-perf-verify-1904-2n-skx:
344         - 11  # MRR sel
345
346     # Results
347
348     vpp-perf-results-3n-hsw:
349       # TODO: Replace with FULL 1904 data
350       csit-vpp-perf-verify-1904-3n-hsw:
351         - 12  # NDRPDR sel
352
353     vpp-perf-results-3n-skx:
354       csit-vpp-perf-verify-1904-3n-skx:
355         - 26  # NDRPDR full
356         - 27  # NDRPDR full
357         - 30  # NDRPDR full
358         - 31  # NDRPDR full
359
360     vpp-perf-results-2n-skx:
361       csit-vpp-perf-verify-1904-2n-skx:
362         - 33  # NDRPDR full
363         - 39  # NDRPDR full
364         - 58  # NDRPDR full
365         - 62  # NDRPDR full
366
367     vpp-mrr-results-3n-hsw:
368       csit-vpp-perf-verify-1904-3n-hsw:
369         - 9   # MRR sel
370
371     vpp-mrr-results-3n-skx:
372       csit-vpp-perf-verify-1904-3n-skx:
373         - 7   # MRR sel
374
375     vpp-mrr-results-2n-skx:
376       csit-vpp-perf-verify-1904-2n-skx:
377         - 11  # MRR sel
378
379     vpp-func-results-ubuntu:
380       csit-vpp-functional-1904-ubuntu1604-virl:
381         - 29
382
383     vpp-func-results-centos:
384       csit-vpp-functional-1904-centos7-virl:
385         - 32
386
387     vpp-device-results-ubuntu:
388       csit-vpp-device-1904-ubuntu1804-1n-skx:
389         - 33
390
391 #    # VPP Ligato
392 #    ligato-perf-results-3n-hsw:
393 #      # TODO: Replace with 1904 data
394 #      # csit-ligato-perf-verify-1904-3n-hsw:
395 #      csit-ligato-perf-verify-1901-3n-hsw:
396 #        - 10  # NDRPDR full
397
398     dpdk-perf-results-3n-hsw:
399       csit-dpdk-perf-verify-1904-3n-hsw:
400         - 5   # NDRPDR sel
401
402     dpdk-perf-results-3n-skx:
403       csit-dpdk-perf-verify-1904-3n-skx:
404         - 7   # NDRPDR sel
405
406     dpdk-perf-results-2n-skx:
407       csit-dpdk-perf-verify-1904-2n-skx:
408         - 9   # NDRPDR sel
409
410     # HoneyComb Functional
411     hc-func-results:
412       csit-hc2vpp-verify-func-1904-ubuntu1604:
413         - 4
414
415 #    # NSH SFC Functional
416 #    nsh-func-results:
417 #      # Not used
418 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
419 #        - 1
420
421     # DMM Functional
422     dmm-func-results:
423       csit-dmm-functional-1904-ubuntu1604-virl:
424         - 1
425
426     ###########################################################################
427     # Tables (more than one data set)
428
429     # Performance changes
430
431 #    intel-dnv-vpp-changes-2n-dnv-h1:
432 #      intel-dnv-vpp-release-1810:
433 #        - 1
434 #    intel-dnv-vpp-changes-2n-dnv-ref:
435 #      intel-dnv-vpp-release-1901:
436 #        - 1
437 #    intel-dnv-vpp-changes-2n-dnv-cmp:
438 #      # TODO: Replace with 1904 data
439 #      # intel-dnv-vpp-release-1904:
440 #      intel-dnv-vpp-release-1901:
441 #        - 1
442 #    intel-dnv-vpp-changes-2n-dnv:
443 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
444 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
445 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
446
447     vpp-performance-changes-3n-hsw-h1:
448       csit-vpp-perf-verify-1810-3n-hsw:
449         - 8   # NDRPDR sel
450         - 12  # NDRPDR sel
451         - 14  # NDRPDR sel
452         - 18  # NDRPDR sel
453         - 23  # NDRPDR sel
454         - 25  # NDRPDR sel
455         - 38  # NDRPDR sel
456         - 39  # NDRPDR sel
457         - 41  # NDRPDR sel
458         - 42  # NDRPDR sel
459     vpp-performance-changes-3n-hsw-ref:
460       csit-vpp-perf-verify-1901-3n-hsw:
461         - 10  # NDRPDR sel
462         - 19  # NDRPDR sel
463         - 31  # NDRPDR sel
464         - 36  # NDRPDR sel
465         - 40  # NDRPDR sel
466         - 42  # NDRPDR sel
467         - 44  # NDRPDR sel
468         - 46  # NDRPDR sel
469         - 47  # NDRPDR sel
470         - 48  # NDRPDR sel
471         - 61  # NDRPDR LB
472         - 62  # NDRPDR LB
473         - 63  # NDRPDR LB
474         - 64  # NDRPDR LB
475         - 65  # NDRPDR LB
476         - 66  # NDRPDR LB
477         - 67  # NDRPDR LB
478         - 69  # NDRPDR LB
479         - 70  # NDRPDR LB
480         - 71  # NDRPDR LB
481     vpp-performance-changes-3n-hsw-cmp:
482       csit-vpp-perf-verify-1904-3n-hsw:
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 20  # NDRPDR sel
486         - 21  # NDRPDR sel
487         - 23  # NDRPDR sel
488         - 24  # NDRPDR sel
489         - 25  # NDRPDR sel
490         - 26  # NDRPDR sel
491         - 29  # NDRPDR sel
492         - 30  # NDRPDR sel
493     vpp-performance-changes-3n-hsw:
494       - "vpp-performance-changes-3n-hsw-h1"
495       - "vpp-performance-changes-3n-hsw-ref"
496       - "vpp-performance-changes-3n-hsw-cmp"
497
498     vpp-performance-changes-3n-skx-h1:
499       csit-vpp-perf-verify-1810-3n-skx:
500         - 10  # NDRPDR sel
501         - 14  # NDRPDR sel
502         - 15  # NDRPDR sel
503         - 16  # NDRPDR sel
504         - 17  # NDRPDR sel
505         - 19  # NDRPDR sel
506         - 20  # NDRPDR sel
507         - 21  # NDRPDR sel
508         - 22  # NDRPDR sel
509         - 25  # NDRPDR sel
510     vpp-performance-changes-3n-skx-ref:
511       csit-vpp-perf-verify-1901-3n-skx:
512         - 18  # NDRPDR sel
513         - 19  # NDRPDR sel
514         - 20  # NDRPDR sel
515         - 28  # NDRPDR sel
516         - 31  # NDRPDR sel
517         - 33  # NDRPDR sel
518         - 36  # NDRPDR sel
519         - 38  # NDRPDR sel
520         - 47  # NDRPDR sel
521         - 48  # NDRPDR sel
522         - 54  # NDRPDR LB
523         - 57  # NDRPDR LB
524         - 58  # NDRPDR LB
525         - 59  # NDRPDR LB
526         - 60  # NDRPDR LB
527         - 63  # NDRPDR LB
528         - 64  # NDRPDR LB
529         - 65  # NDRPDR LB
530         - 66  # NDRPDR LB
531         - 67  # NDRPDR LB
532     vpp-performance-changes-3n-skx-cmp:
533       csit-vpp-perf-verify-1904-3n-skx:
534         - 8   # NDRPDR sel
535         - 9   # NDRPDR sel
536         - 10  # NDRPDR sel
537         - 11  # NDRPDR sel
538         - 12  # NDRPDR sel
539         - 14  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 21  # NDRPDR sel
542         - 23  # NDRPDR sel
543         - 25  # NDRPDR sel
544     vpp-performance-changes-3n-skx:
545       - "vpp-performance-changes-3n-skx-h1"
546       - "vpp-performance-changes-3n-skx-ref"
547       - "vpp-performance-changes-3n-skx-cmp"
548
549     vpp-performance-changes-2n-skx-h1:
550       csit-vpp-perf-verify-1810-2n-skx:
551         - 9   # NDRPDR sel
552         - 13  # NDRPDR sel
553         - 14  # NDRPDR sel
554         - 19  # NDRPDR sel
555         - 20  # NDRPDR sel
556         - 21  # NDRPDR sel
557         - 22  # NDRPDR sel
558         - 23  # NDRPDR sel
559         - 24  # NDRPDR sel
560         - 27  # NDRPDR sel
561     vpp-performance-changes-2n-skx-ref:
562       csit-vpp-perf-verify-1901-2n-skx:
563         - 5   # NDRPDR sel
564         - 12  # NDRPDR sel
565         - 13  # NDRPDR sel
566         - 21  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 31  # NDRPDR sel
569         - 34  # NDRPDR sel
570         - 40  # NDRPDR sel
571         - 42  # NDRPDR sel
572         - 43  # NDRPDR sel
573     vpp-performance-changes-2n-skx-cmp:
574       csit-vpp-perf-verify-1904-2n-skx:
575         - 12  # NDRPDR sel
576         - 14  # NDRPDR sel
577         - 16  # NDRPDR sel
578         - 17  # NDRPDR sel
579         - 18  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 27  # NDRPDR sel
582         - 30  # NDRPDR sel
583         - 31  # NDRPDR sel
584         - 32  # NDRPDR sel
585     vpp-performance-changes-2n-skx:
586       - "vpp-performance-changes-2n-skx-h1"
587       - "vpp-performance-changes-2n-skx-ref"
588       - "vpp-performance-changes-2n-skx-cmp"
589
590     vpp-soak-vs-ndr-2n-skx-ref:
591       csit-vpp-perf-verify-1904-2n-skx:
592         - 12  # NDRPDR sel
593         - 14  # NDRPDR sel
594         - 16  # NDRPDR sel
595         - 17  # NDRPDR sel
596         - 18  # NDRPDR sel
597         - 21  # NDRPDR sel
598         - 27  # NDRPDR sel
599         - 30  # NDRPDR sel
600         - 31  # NDRPDR sel
601         - 32  # NDRPDR sel
602     vpp-soak-vs-ndr-2n-skx-cmp:
603       csit-vpp-perf-verify-1904-2n-skx:
604         - 70  # SOAK
605         - 71  # SOAK
606     vpp-soak-vs-ndr-2n-skx:
607       csit-vpp-perf-verify-1904-2n-skx:
608         - 12  # NDRPDR sel
609         - 14  # NDRPDR sel
610         - 16  # NDRPDR sel
611         - 17  # NDRPDR sel
612         - 18  # NDRPDR sel
613         - 21  # NDRPDR sel
614         - 27  # NDRPDR sel
615         - 30  # NDRPDR sel
616         - 31  # NDRPDR sel
617         - 32  # NDRPDR sel
618         - 70  # SOAK
619         - 71  # SOAK
620
621     vpp-performance-changes-3n-hsw-mrr-h1:
622       csit-vpp-perf-verify-1810-3n-hsw:
623         - 9   # MRR sel
624     vpp-performance-changes-3n-hsw-mrr-ref:
625       csit-vpp-perf-verify-1901-3n-hsw:
626         - 35  # MRR sel
627     vpp-performance-changes-3n-hsw-mrr-cmp:
628       csit-vpp-perf-verify-1904-3n-hsw:
629         - 9   # MRR sel
630     vpp-performance-changes-3n-hsw-mrr:
631       - "vpp-performance-changes-3n-hsw-mrr-h1"
632       - "vpp-performance-changes-3n-hsw-mrr-ref"
633       - "vpp-performance-changes-3n-hsw-mrr-cmp"
634
635     vpp-performance-changes-3n-skx-mrr-h1:
636       csit-vpp-perf-verify-1810-3n-skx:
637         - 9   # MRR sel
638         - 11  # MRR sel
639         - 12  # MRR sel
640         - 13  # MRR sel
641     vpp-performance-changes-3n-skx-mrr-ref:
642       csit-vpp-perf-verify-1901-3n-skx:
643         - 32  # MRR sel
644     vpp-performance-changes-3n-skx-mrr-cmp:
645       csit-vpp-perf-verify-1904-3n-skx:
646         - 7   # MRR sel
647     vpp-performance-changes-3n-skx-mrr:
648       - "vpp-performance-changes-3n-skx-mrr-h1"
649       - "vpp-performance-changes-3n-skx-mrr-ref"
650       - "vpp-performance-changes-3n-skx-mrr-cmp"
651
652     vpp-performance-changes-2n-skx-mrr-h1:
653       csit-vpp-perf-verify-1810-2n-skx:
654         - 8   # MRR sel
655         - 10  # MRR sel
656         - 11  # MRR sel
657         - 12  # MRR sel
658     vpp-performance-changes-2n-skx-mrr-ref:
659       csit-vpp-perf-verify-1901-2n-skx:
660         - 22  # MRR sel
661     vpp-performance-changes-2n-skx-mrr-cmp:
662       csit-vpp-perf-verify-1904-2n-skx:
663         - 11  # MRR sel
664     vpp-performance-changes-2n-skx-mrr:
665       - "vpp-performance-changes-2n-skx-mrr-h1"
666       - "vpp-performance-changes-2n-skx-mrr-ref"
667       - "vpp-performance-changes-2n-skx-mrr-cmp"
668
669     dpdk-performance-changes-3n-hsw-h1:
670       csit-dpdk-perf-verify-1810-3n-hsw:
671         - 1   # NDRPDR sel
672         - 2   # NDRPDR sel
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 6   # NDRPDR sel
677         - 7   # NDRPDR sel
678         - 8   # NDRPDR sel
679         - 9   # NDRPDR sel
680         - 10  # NDRPDR sel
681     dpdk-performance-changes-3n-hsw-ref:
682       csit-dpdk-perf-verify-1901-3n-hsw:
683         - 13  # NDRPDR sel
684         - 14  # NDRPDR sel
685         - 16  # NDRPDR sel
686         - 17  # NDRPDR sel
687         - 18  # NDRPDR sel
688         - 19  # NDRPDR sel
689         - 20  # NDRPDR sel
690         - 21  # NDRPDR sel
691         - 22  # NDRPDR sel
692         - 23  # NDRPDR sel
693     dpdk-performance-changes-3n-hsw-cmp:
694       csit-dpdk-perf-verify-1904-3n-hsw:
695         - 2   # NDRPDR sel
696         - 3   # NDRPDR sel
697         - 5   # NDRPDR sel
698         - 6   # NDRPDR sel
699         - 13  # NDRPDR sel
700         - 14  # NDRPDR sel
701         - 15  # NDRPDR sel
702         - 18  # NDRPDR sel
703         - 19  # NDRPDR sel
704         - 20  # NDRPDR sel
705     dpdk-performance-changes-3n-hsw:
706       - "dpdk-performance-changes-3n-hsw-h1"
707       - "dpdk-performance-changes-3n-hsw-ref"
708       - "dpdk-performance-changes-3n-hsw-cmp"
709
710     dpdk-performance-changes-3n-skx-h1:
711       csit-dpdk-perf-verify-1810-3n-skx:
712         - 3   # NDRPDR sel
713         - 4   # NDRPDR sel
714         - 6   # NDRPDR sel
715         - 7   # NDRPDR sel
716         - 8   # NDRPDR sel
717         - 9   # NDRPDR sel
718         - 10  # NDRPDR sel
719         - 11  # NDRPDR sel
720         - 12  # NDRPDR sel
721         - 13  # NDRPDR sel
722     dpdk-performance-changes-3n-skx-ref:
723       csit-dpdk-perf-verify-1901-3n-skx:
724         - 3   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733         - 13  # NDRPDR sel
734     dpdk-performance-changes-3n-skx-cmp:
735       csit-dpdk-perf-verify-1904-3n-skx:
736         - 2   # NDRPDR sel
737         - 3   # NDRPDR sel
738         - 4   # NDRPDR sel
739         - 5   # NDRPDR sel
740         - 6   # NDRPDR sel
741         - 7   # NDRPDR sel
742         - 11  # NDRPDR sel
743         - 12  # NDRPDR sel
744         - 13  # NDRPDR sel
745         - 14  # NDRPDR sel
746     dpdk-performance-changes-3n-skx:
747       - "dpdk-performance-changes-3n-skx-h1"
748       - "dpdk-performance-changes-3n-skx-ref"
749       - "dpdk-performance-changes-3n-skx-cmp"
750
751     dpdk-performance-changes-2n-skx-h1:
752       csit-dpdk-perf-verify-1810-2n-skx:
753         - 3   # NDRPDR sel
754         - 4   # NDRPDR sel
755         - 5   # NDRPDR sel
756         - 7   # NDRPDR sel
757         - 8   # NDRPDR sel
758         - 9   # NDRPDR sel
759         - 10  # NDRPDR sel
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 13  # NDRPDR sel
763     dpdk-performance-changes-2n-skx-ref:
764       csit-dpdk-perf-verify-1901-2n-skx:
765         - 12  # NDRPDR sel
766         - 13  # NDRPDR sel
767         - 14  # NDRPDR sel
768         - 15  # NDRPDR sel
769         - 16  # NDRPDR sel
770         - 17  # NDRPDR sel
771         - 18  # NDRPDR sel
772         - 19  # NDRPDR sel
773         - 20  # NDRPDR sel
774         - 21  # NDRPDR sel
775     dpdk-performance-changes-2n-skx-cmp:
776       csit-dpdk-perf-verify-1904-2n-skx:
777         - 2   # NDRPDR sel
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 8   # NDRPDR sel
783         - 9   # NDRPDR sel
784         - 10  # NDRPDR sel
785         - 11  # NDRPDR sel
786         - 12  # NDRPDR sel
787     dpdk-performance-changes-2n-skx:
788       - "dpdk-performance-changes-2n-skx-h1"
789       - "dpdk-performance-changes-2n-skx-ref"
790       - "dpdk-performance-changes-2n-skx-cmp"
791
792     # Compare testbeds
793
794     vpp-compare-testbeds-ref:
795       csit-vpp-perf-verify-1904-3n-hsw:
796         - 11  # NDRPDR sel
797         - 12  # NDRPDR sel
798         - 20  # NDRPDR sel
799         - 21  # NDRPDR sel
800         - 23  # NDRPDR sel
801         - 24  # NDRPDR sel
802         - 25  # NDRPDR sel
803         - 26  # NDRPDR sel
804         - 29  # NDRPDR sel
805         - 30  # NDRPDR sel
806     vpp-compare-testbeds-cmp:
807       csit-vpp-perf-verify-1904-3n-skx:
808         - 8   # NDRPDR sel
809         - 9   # NDRPDR sel
810         - 10  # NDRPDR sel
811         - 11  # NDRPDR sel
812         - 12  # NDRPDR sel
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 21  # NDRPDR sel
816         - 23  # NDRPDR sel
817         - 25  # NDRPDR sel
818     vpp-compare-testbeds:
819       - "vpp-compare-testbeds-ref"
820       - "vpp-compare-testbeds-cmp"
821
822     vpp-compare-testbeds-mrr-ref:
823       csit-vpp-perf-verify-1904-3n-hsw:
824         - 9   # MRR sel
825     vpp-compare-testbeds-mrr-cmp:
826       csit-vpp-perf-verify-1904-3n-skx:
827         - 7   # MRR sel
828     vpp-compare-testbeds-mrr:
829       - "vpp-compare-testbeds-mrr-ref"
830       - "vpp-compare-testbeds-mrr-cmp"
831
832     dpdk-compare-testbeds-ref:
833       csit-dpdk-perf-verify-1904-3n-hsw:
834         - 2   # NDRPDR sel
835         - 3   # NDRPDR sel
836         - 5   # NDRPDR sel
837         - 6   # NDRPDR sel
838         - 13  # NDRPDR sel
839         - 14  # NDRPDR sel
840         - 15  # NDRPDR sel
841         - 18  # NDRPDR sel
842         - 19  # NDRPDR sel
843         - 20  # NDRPDR sel
844     dpdk-compare-testbeds-cmp:
845       csit-dpdk-perf-verify-1904-3n-skx:
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854         - 13  # NDRPDR sel
855         - 14  # NDRPDR sel
856     dpdk-compare-testbeds:
857       - "dpdk-compare-testbeds-ref"
858       - "dpdk-compare-testbeds-cmp"
859
860     # Compare topologies
861
862     vpp-compare-topologies-ref:
863       csit-vpp-perf-verify-1904-3n-skx:
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 11  # NDRPDR sel
868         - 12  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 16  # NDRPDR sel
871         - 21  # NDRPDR sel
872         - 23  # NDRPDR sel
873         - 25  # NDRPDR sel
874     vpp-compare-topologies-cmp:
875       csit-vpp-perf-verify-1904-2n-skx:
876         - 12  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 16  # NDRPDR sel
879         - 17  # NDRPDR sel
880         - 18  # NDRPDR sel
881         - 21  # NDRPDR sel
882         - 27  # NDRPDR sel
883         - 30  # NDRPDR sel
884         - 31  # NDRPDR sel
885         - 32  # NDRPDR sel
886     vpp-compare-topologies:
887       - "vpp-compare-topologies-ref"
888       - "vpp-compare-topologies-cmp"
889
890     vpp-compare-topologies-mrr-ref:
891       csit-vpp-perf-verify-1904-3n-skx:
892         - 7   # MRR sel
893     vpp-compare-topologies-mrr-cmp:
894       csit-vpp-perf-verify-1904-2n-skx:
895         - 11  # MRR sel
896     vpp-compare-topologies-mrr:
897       - "vpp-compare-topologies-mrr-ref"
898       - "vpp-compare-topologies-mrr-cmp"
899
900     dpdk-compare-topologies-ref:
901       csit-dpdk-perf-verify-1904-3n-skx:
902         - 2   # NDRPDR sel
903         - 3   # NDRPDR sel
904         - 4   # NDRPDR sel
905         - 5   # NDRPDR sel
906         - 6   # NDRPDR sel
907         - 7   # NDRPDR sel
908         - 11  # NDRPDR sel
909         - 12  # NDRPDR sel
910         - 13  # NDRPDR sel
911         - 14  # NDRPDR sel
912     dpdk-compare-topologies-cmp:
913       csit-dpdk-perf-verify-1904-2n-skx:
914         - 2   # NDRPDR sel
915         - 3   # NDRPDR sel
916         - 4   # NDRPDR sel
917         - 5   # NDRPDR sel
918         - 7   # NDRPDR sel
919         - 8   # NDRPDR sel
920         - 9   # NDRPDR sel
921         - 10  # NDRPDR sel
922         - 11  # NDRPDR sel
923         - 12  # NDRPDR sel
924     dpdk-compare-topologies:
925       - "dpdk-compare-topologies-ref"
926       - "dpdk-compare-topologies-cmp"
927
928   plot-layouts:
929
930     plot-soak-throughput:
931       titlefont:
932         size: 18
933       xaxis:
934         title: "<b>Test Cases [Index]</b>"
935         titlefont:
936           size: 16
937         autorange: True
938         fixedrange: False
939         gridcolor: "rgb(230, 230, 230)"
940         linecolor: "rgb(220, 220, 220)"
941         linewidth: 1
942         showgrid: True
943         showline: True
944         showticklabels: True
945         tickcolor: "rgb(220, 220, 220)"
946         tickmode: "linear"
947         tickfont:
948           size: 16
949         zeroline: False
950       yaxis:
951         title: "<b>Packet Throughput [Mpps]</b>"
952         titlefont:
953           size: 16
954         gridcolor: "rgb(230, 230, 230)"
955         hoverformat: ".4s"
956         tickformat: ".3s"
957         linecolor: "rgb(220, 220, 220)"
958         linewidth: 1
959         showgrid: True
960         showline: True
961         showticklabels: True
962         tickcolor: "rgb(220, 220, 220)"
963         tickfont:
964           size: 16
965         zeroline: False
966         range: [0,50]
967       autosize: False
968       margin:
969         t: 50
970         b: 0
971         l: 80
972         r: 20
973       showlegend: True
974       legend:
975         orientation: "h"
976         font:
977           size: 16
978       width: 700
979       height: 900
980
981     plot-service-density:
982       titlefont:
983         size: 18
984       xaxis:
985         side: "top"
986         autorange: True
987         fixedrange: False
988         showgrid: False
989         showline: False
990         showticklabels: False
991         ticks: ""
992         ticklen: 0
993         tickwidth: 0
994         zeroline: False
995       yaxis:
996         autorange: "reversed"
997         showgrid: False
998         showline: False
999         showticklabels: False
1000         ticks: ""
1001         ticklen: 0
1002         tickwidth: 0
1003         zeroline: False
1004       autosize: True
1005       showlegend: False
1006       width: 700
1007       height: 700
1008
1009     plot-cps:
1010       titlefont:
1011         size: 18
1012       xaxis:
1013         title: "<b>Test Cases [Index]</b>"
1014         titlefont:
1015           size: 16
1016         autorange: True
1017         fixedrange: False
1018         gridcolor: "rgb(230, 230, 230)"
1019         linecolor: "rgb(220, 220, 220)"
1020         linewidth: 1
1021         showgrid: True
1022         showline: True
1023         showticklabels: True
1024         tickcolor: "rgb(220, 220, 220)"
1025         tickmode: "linear"
1026         tickfont:
1027           size: 16
1028         zeroline: False
1029       yaxis:
1030         title: "<b>Connections Per Second [cps]</b>"
1031         titlefont:
1032           size: 16
1033         gridcolor: "rgb(230, 230, 230)"
1034         hoverformat: ".4s"
1035         linecolor: "rgb(220, 220, 220)"
1036         linewidth: 1
1037         rangemode: "tozero"
1038         showgrid: True
1039         showline: True
1040         showticklabels: True
1041         tickcolor: "rgb(220, 220, 220)"
1042         tickformat: ".3s"
1043         tickfont:
1044           size: 16
1045         zeroline: False
1046       boxmode: "group"
1047       boxgroupgap: 0.5
1048       autosize: False
1049       margin:
1050         t: 50
1051         b: 20
1052         l: 80
1053         r: 20
1054       showlegend: True
1055       legend:
1056         orientation: "h"
1057         font:
1058           size: 16
1059       width: 700
1060       height: 800
1061
1062     plot-rps:
1063       titlefont:
1064         size: 18
1065       xaxis:
1066         title: "<b>Test Cases [Index]</b>"
1067         titlefont:
1068           size: 16
1069         autorange: True
1070         fixedrange: False
1071         gridcolor: "rgb(230, 230, 230)"
1072         linecolor: "rgb(220, 220, 220)"
1073         linewidth: 1
1074         showgrid: True
1075         showline: True
1076         showticklabels: True
1077         tickcolor: "rgb(220, 220, 220)"
1078         tickmode: "linear"
1079         tickfont:
1080           size: 16
1081         zeroline: False
1082       yaxis:
1083         title: "<b>Requests Per Second [rps]</b>"
1084         titlefont:
1085           size: 16
1086         gridcolor: "rgb(230, 230, 230)"
1087         hoverformat: ".4s"
1088         linecolor: "rgb(220, 220, 220)"
1089         linewidth: 1
1090         rangemode: "tozero"
1091         showgrid: True
1092         showline: True
1093         showticklabels: True
1094         tickcolor: "rgb(230, 230, 230)"
1095         tickformat: ".3s"
1096         tickfont:
1097           size: 16
1098         zeroline: False
1099       boxmode: "group"
1100       boxgroupgap: 0.5
1101       autosize: False
1102       margin:
1103         t: 50
1104         b: 20
1105         l: 80
1106         r: 20
1107       showlegend: True
1108       legend:
1109         orientation: "h"
1110         font:
1111           size: 16
1112       width: 700
1113       height: 800
1114
1115     plot-throughput:
1116       titlefont:
1117         size: 18
1118       xaxis:
1119         title: "<b>Test Cases [Index]</b>"
1120         titlefont:
1121           size: 16
1122         autorange: True
1123         fixedrange: False
1124         gridcolor: "rgb(230, 230, 230)"
1125         linecolor: "rgb(220, 220, 220)"
1126         linewidth: 1
1127         showgrid: True
1128         showline: True
1129         showticklabels: True
1130         tickcolor: "rgb(220, 220, 220)"
1131         tickmode: "linear"
1132         tickfont:
1133           size: 16
1134         zeroline: False
1135       yaxis:
1136         title: "<b>Packet Throughput [Mpps]</b>"
1137         titlefont:
1138           size: 16
1139         gridcolor: "rgb(230, 230, 230)"
1140         hoverformat: ".4s"
1141         tickformat: ".3s"
1142         linecolor: "rgb(220, 220, 220)"
1143         linewidth: 1
1144         showgrid: True
1145         showline: True
1146         showticklabels: True
1147         tickcolor: "rgb(220, 220, 220)"
1148         tickfont:
1149           size: 16
1150         zeroline: False
1151         range: [0,50]
1152       boxmode: "group"
1153       boxgroupgap: 0.5
1154       autosize: False
1155       margin:
1156         t: 50
1157         b: 0
1158         l: 80
1159         r: 20
1160       showlegend: True
1161       legend:
1162         orientation: "h"
1163         font:
1164           size: 16
1165       width: 700
1166       height: 900
1167
1168     plot-throughput-speedup-analysis:
1169       titlefont:
1170         size: 18
1171       xaxis:
1172         title: "<b>Number of Cores [Qty]</b>"
1173         titlefont:
1174           size: 16
1175         autorange: True
1176         fixedrange: False
1177         gridcolor: "rgb(230, 230, 230)"
1178         linecolor: "rgb(220, 220, 220)"
1179         linewidth: 1
1180         showgrid: True
1181         showline: True
1182         showticklabels: True
1183         tickcolor: "rgb(238, 238, 238)"
1184         tickmode: "linear"
1185         tickfont:
1186           size: 16
1187         zeroline: False
1188       yaxis:
1189         title: "<b>Packet Throughput [Mpps]</b>"
1190         titlefont:
1191           size: 16
1192         type: "linear"
1193         gridcolor: "rgb(230, 230, 230)"
1194         hoverformat: ".4s"
1195         linecolor: "rgb(220, 220, 220)"
1196         linewidth: 1
1197         showgrid: True
1198         showline: True
1199         showticklabels: True
1200         tickcolor: "rgb(220, 220, 220)"
1201         tickformat: ".4s"
1202         tickfont:
1203           size: 16
1204         zeroline: True
1205         rangemode: "tozero"
1206         range: [0,100]
1207       legend:
1208         orientation: "h"
1209         font:
1210           size: 16
1211         xanchor: "left"
1212         yanchor: "top"
1213         x: 0
1214         y: -0.2
1215         bgcolor: "rgba(255, 255, 255, 0)"
1216         bordercolor: "rgba(255, 255, 255, 0)"
1217         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1218       autosize: False
1219       margin:
1220           't': 50
1221           'b': 150
1222           'l': 85
1223           'r': 10
1224       showlegend: True
1225       width: 700
1226       height: 700
1227       hoverlabel:
1228         namelength: -1
1229       annotations: [
1230         {
1231           text: "_ _          __          ...",
1232           align: "left",
1233           showarrow: False,
1234           xref: "paper",
1235           yref: "paper",
1236           xanchor: "left",
1237           yanchor: "top",
1238           x: 0,
1239           y: -0.13,
1240           font: {
1241             family: "Consolas, Courier New",
1242             size: 15
1243           },
1244         },
1245         {
1246           text: "    Perfect     Measured     Limit",
1247           align: "left",
1248           showarrow: False,
1249           xref: "paper",
1250           yref: "paper",
1251           xanchor: "left",
1252           yanchor: "top",
1253           x: 0,
1254           y: -0.15,
1255           font: {
1256             family: "Consolas, Courier New",
1257             size: 15
1258           },
1259         },
1260       ]
1261
1262     plot-latency:
1263       titlefont:
1264         size: 18
1265       xaxis:
1266         title: "<b>Direction</b>"
1267         titlefont:
1268           size: 16
1269         autorange: True
1270         fixedrange: False
1271         gridcolor: "rgb(230, 230, 230)"
1272         linecolor: "rgb(220, 220, 220)"
1273         linewidth: 1
1274         showgrid: True
1275         showline: True
1276         showticklabels: False
1277         tickcolor: "rgb(220, 220, 220)"
1278         tickmode: "linear"
1279         tickfont:
1280           size: 16
1281         zeroline: False
1282       yaxis:
1283         title: "<b>Packet Latency [uSec]</b>"
1284         titlefont:
1285           size: 16
1286         type: "linear"
1287         gridcolor: "rgb(230, 230, 230)"
1288         hoverformat: ".4s"
1289         linecolor: "rgb(220, 220, 220)"
1290         linewidth: 1
1291         showgrid: True
1292         showline: True
1293         showticklabels: True
1294         tickcolor: "rgb(220, 220, 220)"
1295         tickformat: ".4s"
1296         tickfont:
1297           size: 16
1298         zeroline: True
1299         rangemode: "tozero"
1300       legend:
1301         orientation: "h"
1302         font:
1303           size: 16
1304         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1305       autosize: False
1306       margin:
1307           't': 50
1308           'b': 150
1309           'l': 80
1310           'r': 10
1311       showlegend: True
1312       width: 700
1313       height: 700
1314       hoverlabel:
1315         namelength: -1
1316
1317 - type: "static"
1318   src-path: "{DIR[RST]}"
1319   dst-path: "{DIR[WORKING,SRC]}"
1320
1321 - type: "input"
1322   general:
1323     file-name: "robot-plugin.zip"
1324     file-format: ".zip"
1325     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1326     extract: "robot-plugin/output.xml"
1327
1328   builds:
1329 #    # TODO: Add 1904 data
1330 ##    intel-dnv-vpp-release-1904:
1331 ##      - 1
1332 #
1333 #    intel-dnv-vpp-release-1901:
1334 #      - 1
1335 #
1336 #    intel-dnv-vpp-release-1810:
1337 #      - 1
1338
1339     csit-vpp-perf-verify-1810-3n-hsw:
1340       - 9   # MRR sel
1341       - 8   # NDRPDR sel
1342       - 12  # NDRPDR sel
1343       - 14  # NDRPDR sel
1344       - 18  # NDRPDR sel
1345       - 23  # NDRPDR sel
1346       - 25  # NDRPDR sel
1347       - 38  # NDRPDR sel
1348       - 39  # NDRPDR sel
1349       - 41  # NDRPDR sel
1350       - 42  # NDRPDR sel
1351 #      - 28  # WRK
1352 #      - 29  # WRK
1353 #      - 30  # WRK
1354 #      - 31  # WRK
1355 #      - 32  # WRK
1356 #      - 33  # WRK
1357 #      - 34  # WRK
1358 #      - 35  # WRK
1359 #      - 36  # WRK
1360 #      - 37  # WRK
1361     csit-vpp-perf-verify-1901-3n-hsw:
1362       - 35  # MRR sel
1363       - 10  # NDRPDR sel
1364       - 19  # NDRPDR sel
1365       - 31  # NDRPDR sel
1366       - 36  # NDRPDR sel
1367       - 40  # NDRPDR sel
1368       - 42  # NDRPDR sel
1369       - 44  # NDRPDR sel
1370       - 46  # NDRPDR sel
1371       - 47  # NDRPDR sel
1372       - 48  # NDRPDR sel
1373       - 61  # NDRPDR LB
1374       - 62  # NDRPDR LB
1375       - 63  # NDRPDR LB
1376       - 64  # NDRPDR LB
1377       - 65  # NDRPDR LB
1378       - 66  # NDRPDR LB
1379       - 67  # NDRPDR LB
1380       - 69  # NDRPDR LB
1381       - 70  # NDRPDR LB
1382       - 71  # NDRPDR LB
1383     # TODO: Add 1904 Data
1384     csit-vpp-perf-verify-1904-3n-hsw:
1385       - 9   # MRR sel
1386       - 11  # NDRPDR sel
1387       - 12  # NDRPDR sel
1388       - 20  # NDRPDR sel
1389       - 21  # NDRPDR sel
1390       - 23  # NDRPDR sel
1391       - 24  # NDRPDR sel
1392       - 25  # NDRPDR sel
1393       - 26  # NDRPDR sel
1394       - 29  # NDRPDR sel
1395       - 30  # NDRPDR sel
1396
1397     csit-vpp-perf-verify-1810-3n-skx:
1398       - 9   # MRR sel
1399       - 11  # MRR sel
1400       - 12  # MRR sel
1401       - 13  # MRR sel
1402       - 10  # NDRPDR sel
1403       - 14  # NDRPDR sel
1404       - 15  # NDRPDR sel
1405       - 16  # NDRPDR sel
1406       - 17  # NDRPDR sel
1407       - 19  # NDRPDR sel
1408       - 20  # NDRPDR sel
1409       - 21  # NDRPDR sel
1410       - 22  # NDRPDR sel
1411       - 25  # NDRPDR sel
1412     csit-vpp-perf-verify-1901-3n-skx:
1413       - 32  # MRR sel
1414       - 18  # NDRPDR sel
1415       - 19  # NDRPDR sel
1416       - 20  # NDRPDR sel
1417       - 28  # NDRPDR sel
1418       - 31  # NDRPDR sel
1419       - 33  # NDRPDR sel
1420       - 36  # NDRPDR sel
1421       - 38  # NDRPDR sel
1422       - 47  # NDRPDR sel
1423       - 48  # NDRPDR sel
1424       - 54  # NDRPDR LB
1425       - 57  # NDRPDR LB
1426       - 58  # NDRPDR LB
1427       - 59  # NDRPDR LB
1428       - 60  # NDRPDR LB
1429       - 63  # NDRPDR LB
1430       - 64  # NDRPDR LB
1431       - 65  # NDRPDR LB
1432       - 66  # NDRPDR LB
1433       - 67  # NDRPDR LB
1434     csit-vpp-perf-verify-1904-3n-skx:
1435       - 7   # MRR sel
1436       - 26  # NDRPDR full
1437       - 27  # NDRPDR full
1438       - 30  # NDRPDR full
1439       - 31  # NDRPDR full
1440       - 8   # NDRPDR sel
1441       - 9   # NDRPDR sel
1442       - 10  # NDRPDR sel
1443       - 11  # NDRPDR sel
1444       - 12  # NDRPDR sel
1445       - 14  # NDRPDR sel
1446       - 16  # NDRPDR sel
1447       - 21  # NDRPDR sel
1448       - 23  # NDRPDR sel
1449       - 25  # NDRPDR sel
1450
1451     csit-vpp-perf-verify-1810-2n-skx:
1452       - 8   # MRR sel
1453       - 10  # MRR sel
1454       - 11  # MRR sel
1455       - 12  # MRR sel
1456       - 9   # NDRPDR sel
1457       - 13  # NDRPDR sel
1458       - 14  # NDRPDR sel
1459       - 19  # NDRPDR sel
1460       - 20  # NDRPDR sel
1461       - 21  # NDRPDR sel
1462       - 22  # NDRPDR sel
1463       - 23  # NDRPDR sel
1464       - 24  # NDRPDR sel
1465       - 27  # NDRPDR sel
1466     csit-vpp-perf-verify-1901-2n-skx:
1467       - 22  # MRR sel
1468       - 5   # NDRPDR sel
1469       - 12  # NDRPDR sel
1470       - 13  # NDRPDR sel
1471       - 21  # NDRPDR sel
1472       - 23  # NDRPDR sel
1473       - 31  # NDRPDR sel
1474       - 34  # NDRPDR sel
1475       - 40  # NDRPDR sel
1476       - 42  # NDRPDR sel
1477       - 43  # NDRPDR sel
1478     # TODO: Add 1904 data
1479     csit-vpp-perf-verify-1904-2n-skx:
1480       - 11  # MRR sel
1481       - 33  # NDRPDR full
1482       - 39  # NDRPDR full
1483       - 58  # NDRPDR full
1484       - 62  # NDRPDR full
1485       - 12  # NDRPDR sel
1486       - 14  # NDRPDR sel
1487       - 16  # NDRPDR sel
1488       - 17  # NDRPDR sel
1489       - 18  # NDRPDR sel
1490       - 21  # NDRPDR sel
1491       - 27  # NDRPDR sel
1492       - 30  # NDRPDR sel
1493       - 31  # NDRPDR sel
1494       - 32  # NDRPDR sel
1495       - 40  # NFV MRR 64b
1496       - 41  # NFV MRR 64b
1497       - 42  # NFV MRR 64b
1498       - 47  # NFV MRR 64b
1499       - 48  # NFV MRR 64b
1500       - 49  # NFV MRR IMIX
1501       - 50  # NFV MRR IMIX
1502       - 51  # NFV MRR IMIX
1503       - 54  # NFV MRR IMIX
1504       - 55  # NFV MRR IMIX
1505       - 56  # NFV NDRPDR 64b
1506       - 59  # NFV NDRPDR 64b
1507       - 60  # NFV NDRPDR 64b
1508       - 65  # NFV NDRPDR 64b
1509       - 68  # NFV NDRPDR 64b
1510       - 66  # NFV NDRPDR IMIX
1511       - 67  # NFV NDRPDR IMIX
1512       - 69  # NFV NDRPDR IMIX
1513       - 70  # SOAK
1514       - 71  # SOAK
1515
1516 #    csit-ligato-perf-verify-1901-3n-hsw:
1517 #      - 10  # NDRPDR full
1518 #      - 8   # NDRPDR sel
1519 #      - 9   # NDRPDR sel
1520 #      - 11  # NDRPDR sel
1521 #      - 12  # NDRPDR sel
1522 #      - 13  # NDRPDR sel
1523 #      - 14  # NDRPDR sel
1524 #      - 15  # NDRPDR sel
1525 #      - 16  # NDRPDR sel
1526 #      - 17  # NDRPDR sel
1527 #      - 18  # NDRPDR sel
1528 #    # TODO: Add 1904 data
1529 ##    csit-ligato-perf-verify-1904-3n-hsw:
1530 ##      -
1531
1532     csit-dpdk-perf-verify-1810-3n-hsw:
1533       - 1   # NDRPDR sel
1534       - 2   # NDRPDR sel
1535       - 3   # NDRPDR sel
1536       - 4   # NDRPDR sel
1537       - 5   # NDRPDR sel
1538       - 6   # NDRPDR sel
1539       - 7   # NDRPDR sel
1540       - 8   # NDRPDR sel
1541       - 9   # NDRPDR sel
1542       - 10  # NDRPDR sel
1543     csit-dpdk-perf-verify-1901-3n-hsw:
1544       - 13  # NDRPDR sel
1545       - 14  # NDRPDR sel
1546       - 16  # NDRPDR sel
1547       - 17  # NDRPDR sel
1548       - 18  # NDRPDR sel
1549       - 19  # NDRPDR sel
1550       - 20  # NDRPDR sel
1551       - 21  # NDRPDR sel
1552       - 22  # NDRPDR sel
1553       - 23  # NDRPDR sel
1554     csit-dpdk-perf-verify-1904-3n-hsw:
1555       - 2   # NDRPDR sel
1556       - 3   # NDRPDR sel
1557       - 5   # NDRPDR sel
1558       - 6   # NDRPDR sel
1559       - 13  # NDRPDR sel
1560       - 14  # NDRPDR sel
1561       - 15  # NDRPDR sel
1562       - 18  # NDRPDR sel
1563       - 19  # NDRPDR sel
1564       - 20  # NDRPDR sel
1565
1566     csit-dpdk-perf-verify-1810-3n-skx:
1567       - 3   # NDRPDR sel
1568       - 4   # NDRPDR sel
1569       - 6   # NDRPDR sel
1570       - 7   # NDRPDR sel
1571       - 8   # NDRPDR sel
1572       - 9   # NDRPDR sel
1573       - 10  # NDRPDR sel
1574       - 11  # NDRPDR sel
1575       - 12  # NDRPDR sel
1576       - 13  # NDRPDR sel
1577     csit-dpdk-perf-verify-1901-3n-skx:
1578       - 3   # NDRPDR sel
1579       - 5   # NDRPDR sel
1580       - 6   # NDRPDR sel
1581       - 7   # NDRPDR sel
1582       - 8   # NDRPDR sel
1583       - 9   # NDRPDR sel
1584       - 10  # NDRPDR sel
1585       - 11  # NDRPDR sel
1586       - 12  # NDRPDR sel
1587       - 13  # NDRPDR sel
1588     csit-dpdk-perf-verify-1904-3n-skx:
1589       - 2   # NDRPDR sel
1590       - 3   # NDRPDR sel
1591       - 4   # NDRPDR sel
1592       - 5   # NDRPDR sel
1593       - 6   # NDRPDR sel
1594       - 7   # NDRPDR sel
1595       - 11  # NDRPDR sel
1596       - 12  # NDRPDR sel
1597       - 13  # NDRPDR sel
1598       - 14  # NDRPDR sel
1599
1600     csit-dpdk-perf-verify-1810-2n-skx:
1601       - 3   # NDRPDR sel
1602       - 4   # NDRPDR sel
1603       - 5   # NDRPDR sel
1604       - 7   # NDRPDR sel
1605       - 8   # NDRPDR sel
1606       - 9   # NDRPDR sel
1607       - 10  # NDRPDR sel
1608       - 11  # NDRPDR sel
1609       - 12  # NDRPDR sel
1610       - 13  # NDRPDR sel
1611     csit-dpdk-perf-verify-1901-2n-skx:
1612       - 12  # NDRPDR sel
1613       - 13  # NDRPDR sel
1614       - 14  # NDRPDR sel
1615       - 15  # NDRPDR sel
1616       - 16  # NDRPDR sel
1617       - 17  # NDRPDR sel
1618       - 18  # NDRPDR sel
1619       - 19  # NDRPDR sel
1620       - 20  # NDRPDR sel
1621       - 21  # NDRPDR sel
1622     csit-dpdk-perf-verify-1904-2n-skx:
1623       - 2   # NDRPDR sel
1624       - 3   # NDRPDR sel
1625       - 4   # NDRPDR sel
1626       - 5   # NDRPDR sel
1627       - 7   # NDRPDR sel
1628       - 8   # NDRPDR sel
1629       - 9   # NDRPDR sel
1630       - 10  # NDRPDR sel
1631       - 11  # NDRPDR sel
1632       - 12  # NDRPDR sel
1633
1634     csit-vpp-functional-1904-ubuntu1604-virl:
1635       - 33
1636     csit-vpp-functional-1904-centos7-virl:
1637       - 32
1638     csit-vpp-device-1904-ubuntu1804-1n-skx:
1639       - 32
1640 #    # Not used
1641 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1642 #      - 1
1643     csit-dmm-functional-1904-ubuntu1604-virl:
1644       - 1
1645     csit-hc2vpp-verify-func-1904-ubuntu1604:
1646       - 4
1647
1648 - type: "output"
1649   output: "report"
1650   format:
1651     html:
1652     - full
1653 #    pdf:
1654 #    - minimal
1655
1656 ################################################################################
1657 ###                               T A B L E S                                ###
1658 ################################################################################
1659
1660 # VPP SOAK vs NDR
1661 - type: "table"
1662   title: "VPP Soak vs NDR 2n-skx"
1663   algorithm: "table_soak_vs_ndr"
1664   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1665   reference:
1666     title: "NDR"
1667     data: "vpp-soak-vs-ndr-2n-skx-ref"
1668   compare:
1669     title: "Soak"
1670     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1671   data: "vpp-soak-vs-ndr-2n-skx"
1672   include-tests: "NDR"
1673   filter: "('NDRPDR' or 'SOAK')"
1674   parameters:
1675     - "throughput"
1676     - "name"
1677     - "parent"
1678
1679 ################################################################################
1680
1681 # VPP Compare NICs 3n-hsw 1t1c ndr
1682 - type: "table"
1683   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1684   algorithm: "table_nics_comparison"
1685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1686   reference:
1687     title: "Intel-x520"
1688     nic: "NIC_Intel-X520-DA2"
1689   compare:
1690     title: "Intel-x710"
1691     nic: "NIC_Intel-X710"
1692   data: "vpp-nic-comparison-3n-hsw"
1693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1694   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1695   parameters:
1696   - "name"
1697   - "parent"
1698   - "throughput"
1699   - "tags"
1700
1701 # VPP Compare NICs 3n-hsw 2t2c ndr
1702 - type: "table"
1703   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1704   algorithm: "table_nics_comparison"
1705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1706   reference:
1707     title: "Intel-x520"
1708     nic: "NIC_Intel-X520-DA2"
1709   compare:
1710     title: "Intel-x710"
1711     nic: "NIC_Intel-X710"
1712   data: "vpp-nic-comparison-3n-hsw"
1713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1714   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1715   parameters:
1716   - "name"
1717   - "parent"
1718   - "throughput"
1719   - "tags"
1720
1721 # VPP Compare NICs 3n-hsw 1t1c pdr
1722 - type: "table"
1723   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1724   algorithm: "table_nics_comparison"
1725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1726   reference:
1727     title: "Intel-x520"
1728     nic: "NIC_Intel-X520-DA2"
1729   compare:
1730     title: "Intel-x710"
1731     nic: "NIC_Intel-X710"
1732   data: "vpp-nic-comparison-3n-hsw"
1733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1734   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1735   parameters:
1736   - "name"
1737   - "parent"
1738   - "throughput"
1739   - "tags"
1740
1741 # VPP Compare NICs 3n-hsw 2t2c pdr
1742 - type: "table"
1743   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1744   algorithm: "table_nics_comparison"
1745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1746   reference:
1747     title: "Intel-x520"
1748     nic: "NIC_Intel-X520-DA2"
1749   compare:
1750     title: "Intel-x710"
1751     nic: "NIC_Intel-X710"
1752   data: "vpp-nic-comparison-3n-hsw"
1753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1754   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1755   parameters:
1756   - "name"
1757   - "parent"
1758   - "throughput"
1759   - "tags"
1760
1761 # VPP Compare NICs 3n-hsw 1t1c mrr
1762 - type: "table"
1763   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1764   algorithm: "table_nics_comparison"
1765   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1766   reference:
1767     title: "Intel-x520"
1768     nic: "NIC_Intel-X520-DA2"
1769   compare:
1770     title: "Intel-x710"
1771     nic: "NIC_Intel-X710"
1772   data: "vpp-nic-comparison-3n-hsw-mrr"
1773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1774   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1775   parameters:
1776   - "name"
1777   - "parent"
1778   - "result"
1779   - "tags"
1780
1781 # VPP Compare NICs 3n-hsw 2t2c mrr
1782 - type: "table"
1783   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1784   algorithm: "table_nics_comparison"
1785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1786   reference:
1787     title: "Intel-x520"
1788     nic: "NIC_Intel-X520-DA2"
1789   compare:
1790     title: "Intel-x710"
1791     nic: "NIC_Intel-X710"
1792   data: "vpp-nic-comparison-3n-hsw-mrr"
1793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1794   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1795   parameters:
1796   - "name"
1797   - "parent"
1798   - "result"
1799   - "tags"
1800
1801 # VPP Compare NICs 3n-hsw 4t4c mrr
1802 - type: "table"
1803   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1804   algorithm: "table_nics_comparison"
1805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1806   reference:
1807     title: "Intel-x520"
1808     nic: "NIC_Intel-X520-DA2"
1809   compare:
1810     title: "Intel-x710"
1811     nic: "NIC_Intel-X710"
1812   data: "vpp-nic-comparison-3n-hsw-mrr"
1813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1814   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1815   parameters:
1816   - "name"
1817   - "parent"
1818   - "result"
1819   - "tags"
1820
1821 # VPP Compare NICs 3n-skx 2t1c ndr
1822 - type: "table"
1823   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1824   algorithm: "table_nics_comparison"
1825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1826   reference:
1827     title: "Intel-x710"
1828     nic: "NIC_Intel-X710"
1829   compare:
1830     title: "Intel-xxv710"
1831     nic: "NIC_Intel-XXV710"
1832   data: "vpp-nic-comparison-3n-skx"
1833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1834   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "throughput"
1839   - "tags"
1840
1841 # VPP Compare NICs 3n-skx 4t2c ndr
1842 - type: "table"
1843   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1844   algorithm: "table_nics_comparison"
1845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1846   reference:
1847     title: "Intel-x710"
1848     nic: "NIC_Intel-X710"
1849   compare:
1850     title: "Intel-xxv710"
1851     nic: "NIC_Intel-XXV710"
1852   data: "vpp-nic-comparison-3n-skx"
1853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1854   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1855   parameters:
1856   - "name"
1857   - "parent"
1858   - "throughput"
1859   - "tags"
1860
1861 # VPP Compare NICs 3n-skx 2t1c pdr
1862 - type: "table"
1863   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1864   algorithm: "table_nics_comparison"
1865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1866   reference:
1867     title: "Intel-x710"
1868     nic: "NIC_Intel-X710"
1869   compare:
1870     title: "Intel-xxv710"
1871     nic: "NIC_Intel-XXV710"
1872   data: "vpp-nic-comparison-3n-skx"
1873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1874   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "throughput"
1879   - "tags"
1880
1881  # VPP Compare NICs 3n-skx 4t2c pdr
1882 - type: "table"
1883   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1884   algorithm: "table_nics_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1886   reference:
1887     title: "Intel-x710"
1888     nic: "NIC_Intel-X710"
1889   compare:
1890     title: "Intel-xxv710"
1891     nic: "NIC_Intel-XXV710"
1892   data: "vpp-nic-comparison-3n-skx"
1893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1894   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1895   parameters:
1896   - "name"
1897   - "parent"
1898   - "throughput"
1899   - "tags"
1900
1901 # VPP Compare NICs 3n-skx 2t1c mrr
1902 - type: "table"
1903   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1904   algorithm: "table_nics_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1906   reference:
1907     title: "Intel-x710"
1908     nic: "NIC_Intel-X710"
1909   compare:
1910     title: "Intel-xxv710"
1911     nic: "NIC_Intel-XXV710"
1912   data: "vpp-nic-comparison-3n-skx-mrr"
1913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1914   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1915   parameters:
1916   - "name"
1917   - "parent"
1918   - "result"
1919   - "tags"
1920
1921 # VPP Compare NICs 3n-skx 4t2c mrr
1922 - type: "table"
1923   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1924   algorithm: "table_nics_comparison"
1925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1926   reference:
1927     title: "Intel-x710"
1928     nic: "NIC_Intel-X710"
1929   compare:
1930     title: "Intel-xxv710"
1931     nic: "NIC_Intel-XXV710"
1932   data: "vpp-nic-comparison-3n-skx-mrr"
1933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1935   parameters:
1936   - "name"
1937   - "parent"
1938   - "result"
1939   - "tags"
1940
1941  # VPP Compare NICs 3n-skx 8t4c mrr
1942 - type: "table"
1943   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1944   algorithm: "table_nics_comparison"
1945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1946   reference:
1947     title: "Intel-x710"
1948     nic: "NIC_Intel-X710"
1949   compare:
1950     title: "Intel-xxv710"
1951     nic: "NIC_Intel-XXV710"
1952   data: "vpp-nic-comparison-3n-skx-mrr"
1953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1954   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "result"
1959   - "tags"
1960
1961 # VPP Compare NICs 2n-skx 2t1c ndr
1962 - type: "table"
1963   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1964   algorithm: "table_nics_comparison"
1965   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1966   reference:
1967     title: "Intel-x710"
1968     nic: "NIC_Intel-X710"
1969   compare:
1970     title: "Intel-xxv710"
1971     nic: "NIC_Intel-XXV710"
1972   data: "vpp-nic-comparison-2n-skx"
1973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1974   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1975   parameters:
1976   - "name"
1977   - "parent"
1978   - "throughput"
1979   - "tags"
1980
1981 # VPP Compare NICs 2n-skx 4t2c ndr
1982 - type: "table"
1983   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1984   algorithm: "table_nics_comparison"
1985   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1986   reference:
1987     title: "Intel-x710"
1988     nic: "NIC_Intel-X710"
1989   compare:
1990     title: "Intel-xxv710"
1991     nic: "NIC_Intel-XXV710"
1992   data: "vpp-nic-comparison-2n-skx"
1993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1994   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1995   parameters:
1996   - "name"
1997   - "parent"
1998   - "throughput"
1999   - "tags"
2000
2001  # VPP Compare NICs 2n-skx 2t1c pdr
2002 - type: "table"
2003   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2004   algorithm: "table_nics_comparison"
2005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2006   reference:
2007     title: "Intel-x710"
2008     nic: "NIC_Intel-X710"
2009   compare:
2010     title: "Intel-xxv710"
2011     nic: "NIC_Intel-XXV710"
2012   data: "vpp-nic-comparison-2n-skx"
2013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2014   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2015   parameters:
2016   - "name"
2017   - "parent"
2018   - "throughput"
2019   - "tags"
2020
2021 # VPP Compare NICs 2n-skx 4t2c pdr
2022 - type: "table"
2023   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2024   algorithm: "table_nics_comparison"
2025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2026   reference:
2027     title: "Intel-x710"
2028     nic: "NIC_Intel-X710"
2029   compare:
2030     title: "Intel-xxv710"
2031     nic: "NIC_Intel-XXV710"
2032   data: "vpp-nic-comparison-2n-skx"
2033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2034   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2035   parameters:
2036   - "name"
2037   - "parent"
2038   - "throughput"
2039   - "tags"
2040
2041 # VPP Compare NICs 2n-skx 2t1c mrr
2042 - type: "table"
2043   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2044   algorithm: "table_nics_comparison"
2045   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2046   reference:
2047     title: "Intel-x710"
2048     nic: "NIC_Intel-X710"
2049   compare:
2050     title: "Intel-xxv710"
2051     nic: "NIC_Intel-XXV710"
2052   data: "vpp-nic-comparison-2n-skx-mrr"
2053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2054   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2055   parameters:
2056   - "name"
2057   - "parent"
2058   - "result"
2059   - "tags"
2060
2061 # VPP Compare NICs 2n-skx 4t2c mrr
2062 - type: "table"
2063   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2064   algorithm: "table_nics_comparison"
2065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2066   reference:
2067     title: "Intel-x710"
2068     nic: "NIC_Intel-X710"
2069   compare:
2070     title: "Intel-xxv710"
2071     nic: "NIC_Intel-XXV710"
2072   data: "vpp-nic-comparison-2n-skx-mrr"
2073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2074   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2075   parameters:
2076   - "name"
2077   - "parent"
2078   - "result"
2079   - "tags"
2080
2081 # VPP Compare NICs 2n-skx 8t4c mrr
2082 - type: "table"
2083   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2084   algorithm: "table_nics_comparison"
2085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2086   reference:
2087     title: "Intel-x710"
2088     nic: "NIC_Intel-X710"
2089   compare:
2090     title: "Intel-xxv710"
2091     nic: "NIC_Intel-XXV710"
2092   data: "vpp-nic-comparison-2n-skx-mrr"
2093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2095   parameters:
2096   - "name"
2097   - "parent"
2098   - "result"
2099   - "tags"
2100
2101 ################################################################################
2102 # VPP
2103
2104 ## VPP Performance Changes 2n-dnv 1t1c pdr
2105 #- type: "table"
2106 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2107 #  algorithm: "table_performance_comparison"
2108 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2109 #  history:
2110 #    - title: "rls1810"
2111 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2112 #  reference:
2113 #    title: "rls1901"
2114 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2115 #  compare:
2116 #    title: "rls1904"
2117 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2118 #  data: "intel-dnv-vpp-changes-2n-dnv"
2119 #  include-tests: "PDR"
2120 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2121 #  parameters:
2122 #  - "name"
2123 #  - "parent"
2124 #  - "throughput"
2125 #
2126 ## VPP Performance Changes 2n-dnv 2t2c pdr
2127 #- type: "table"
2128 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2129 #  algorithm: "table_performance_comparison"
2130 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2131 #  history:
2132 #    - title: "rls1810"
2133 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2134 #  reference:
2135 #    title: "rls1901"
2136 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2137 #  compare:
2138 #    title: "rls1904"
2139 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2140 #  data: "intel-dnv-vpp-changes-2n-dnv"
2141 #  include-tests: "PDR"
2142 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2143 #  parameters:
2144 #  - "name"
2145 #  - "parent"
2146 #  - "throughput"
2147 #
2148 ## VPP Performance Changes 2n-dnv 1t1c ndr
2149 #- type: "table"
2150 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2151 #  algorithm: "table_performance_comparison"
2152 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2153 #  history:
2154 #    - title: "rls1810"
2155 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2156 #  reference:
2157 #    title: "rls1901"
2158 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2159 #  compare:
2160 #    title: "rls1904"
2161 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2162 #  data: "intel-dnv-vpp-changes-2n-dnv"
2163 #  include-tests: "NDR"
2164 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2165 #  parameters:
2166 #  - "name"
2167 #  - "parent"
2168 #  - "throughput"
2169 #
2170 ## VPP Performance Changes 2n-dnv 2t2c ndr
2171 #- type: "table"
2172 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2173 #  algorithm: "table_performance_comparison"
2174 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2175 #  history:
2176 #    - title: "rls1810"
2177 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2178 #  reference:
2179 #    title: "rls1901"
2180 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2181 #  compare:
2182 #    title: "rls1904"
2183 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2184 #  data: "intel-dnv-vpp-changes-2n-dnv"
2185 #  include-tests: "NDR"
2186 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2187 #  parameters:
2188 #  - "name"
2189 #  - "parent"
2190 #  - "throughput"
2191 #
2192 ## VPP Performance Changes 2n-dnv 1t1c MRR
2193 #- type: "table"
2194 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2195 #  algorithm: "table_performance_comparison"
2196 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2197 #  history:
2198 #    - title: "rls1810"
2199 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2200 #  reference:
2201 #    title: "rls1901"
2202 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2203 #  compare:
2204 #    title: "rls1904"
2205 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2206 #  data: "intel-dnv-vpp-changes-2n-dnv"
2207 #  include-tests: "MRR"
2208 #  filter: "'1T1C' and 'MRR'"
2209 #  parameters:
2210 #  - "name"
2211 #  - "parent"
2212 #  - "result"
2213 #
2214 ## VPP Performance Changes 2n-dnv 2t2c MRR
2215 #- type: "table"
2216 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2217 #  algorithm: "table_performance_comparison"
2218 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2219 #  history:
2220 #    - title: "rls1810"
2221 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2222 #  reference:
2223 #    title: "rls1901"
2224 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2225 #  compare:
2226 #    title: "rls1904"
2227 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2228 #  data: "intel-dnv-vpp-changes-2n-dnv"
2229 #  include-tests: "MRR"
2230 #  filter: "'2T2C' and 'MRR'"
2231 #  parameters:
2232 #  - "name"
2233 #  - "parent"
2234 #  - "result"
2235 #
2236 ## VPP Performance Changes 2n-dnv 4t4c MRR
2237 #- type: "table"
2238 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2239 #  algorithm: "table_performance_comparison"
2240 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2241 #  history:
2242 #    - title: "rls1810"
2243 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2244 #  reference:
2245 #    title: "rls1901"
2246 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2247 #  compare:
2248 #    title: "rls1904"
2249 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2250 #  data: "intel-dnv-vpp-changes-2n-dnv"
2251 #  include-tests: "MRR"
2252 #  filter: "'4T4C' and 'MRR'"
2253 #  parameters:
2254 #  - "name"
2255 #  - "parent"
2256 #  - "result"
2257
2258 # VPP Performance Changes 3n-hsw 1t1c pdr
2259 - type: "table"
2260   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2261   algorithm: "table_performance_comparison"
2262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2263   history:
2264     - title: "rls1810"
2265       data: "vpp-performance-changes-3n-hsw-h1"
2266   reference:
2267     title: "rls1901"
2268     data: "vpp-performance-changes-3n-hsw-ref"
2269   compare:
2270     title: "rls1904"
2271     data: "vpp-performance-changes-3n-hsw-cmp"
2272   data: "vpp-performance-changes-3n-hsw"
2273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2274   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2275   parameters:
2276   - "name"
2277   - "parent"
2278   - "throughput"
2279
2280 # VPP Performance Changes 3n-hsw 2t2c pdr
2281 - type: "table"
2282   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2283   algorithm: "table_performance_comparison"
2284   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2285   history:
2286     - title: "rls1810"
2287       data: "vpp-performance-changes-3n-hsw-h1"
2288   reference:
2289     title: "rls1901"
2290     data: "vpp-performance-changes-3n-hsw-ref"
2291   compare:
2292     title: "rls1904"
2293     data: "vpp-performance-changes-3n-hsw-cmp"
2294   data: "vpp-performance-changes-3n-hsw"
2295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2296   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2297   parameters:
2298   - "name"
2299   - "parent"
2300   - "throughput"
2301
2302 # VPP Performance Changes 3n-hsw 1t1c ndr
2303 - type: "table"
2304   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2305   algorithm: "table_performance_comparison"
2306   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2307   history:
2308     - title: "rls1810"
2309       data: "vpp-performance-changes-3n-hsw-h1"
2310   reference:
2311     title: "rls1901"
2312     data: "vpp-performance-changes-3n-hsw-ref"
2313   compare:
2314     title: "rls1904"
2315     data: "vpp-performance-changes-3n-hsw-cmp"
2316   data: "vpp-performance-changes-3n-hsw"
2317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2318   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2319   parameters:
2320   - "name"
2321   - "parent"
2322   - "throughput"
2323
2324 # VPP Performance Changes 3n-hsw 2t2c ndr
2325 - type: "table"
2326   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2327   algorithm: "table_performance_comparison"
2328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2329   history:
2330     - title: "rls1810"
2331       data: "vpp-performance-changes-3n-hsw-h1"
2332   reference:
2333     title: "rls1901"
2334     data: "vpp-performance-changes-3n-hsw-ref"
2335   compare:
2336     title: "rls1904"
2337     data: "vpp-performance-changes-3n-hsw-cmp"
2338   data: "vpp-performance-changes-3n-hsw"
2339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2340   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341   parameters:
2342   - "name"
2343   - "parent"
2344   - "throughput"
2345
2346 # VPP Performance Changes 3n-skx 2t1c pdr
2347 - type: "table"
2348   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2349   algorithm: "table_performance_comparison"
2350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2351   history:
2352     - title: "rls1810"
2353       data: "vpp-performance-changes-3n-skx-h1"
2354   reference:
2355     title: "rls1901"
2356     data: "vpp-performance-changes-3n-skx-ref"
2357   compare:
2358     title: "rls1904"
2359     data: "vpp-performance-changes-3n-skx-cmp"
2360   data: "vpp-performance-changes-3n-skx"
2361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2362   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2363   parameters:
2364   - "name"
2365   - "parent"
2366   - "throughput"
2367
2368 # VPP Performance Changes 3n-skx 4t2c pdr
2369 - type: "table"
2370   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2371   algorithm: "table_performance_comparison"
2372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2373   history:
2374     - title: "rls1810"
2375       data: "vpp-performance-changes-3n-skx-h1"
2376   reference:
2377     title: "rls1901"
2378     data: "vpp-performance-changes-3n-skx-ref"
2379   compare:
2380     title: "rls1904"
2381     data: "vpp-performance-changes-3n-skx-cmp"
2382   data: "vpp-performance-changes-3n-skx"
2383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2384   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "throughput"
2389
2390 # VPP Performance Changes 3n-skx 2t1c ndr
2391 - type: "table"
2392   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2393   algorithm: "table_performance_comparison"
2394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2395   history:
2396     - title: "rls1810"
2397       data: "vpp-performance-changes-3n-skx-h1"
2398   reference:
2399     title: "rls1901"
2400     data: "vpp-performance-changes-3n-skx-ref"
2401   compare:
2402     title: "rls1904"
2403     data: "vpp-performance-changes-3n-skx-cmp"
2404   data: "vpp-performance-changes-3n-skx"
2405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2406   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2407   parameters:
2408   - "name"
2409   - "parent"
2410   - "throughput"
2411
2412 # VPP Performance Changes 3n-skx 4t2c ndr
2413 - type: "table"
2414   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2417   history:
2418     - title: "rls1810"
2419       data: "vpp-performance-changes-3n-skx-h1"
2420   reference:
2421     title: "rls1901"
2422     data: "vpp-performance-changes-3n-skx-ref"
2423   compare:
2424     title: "rls1904"
2425     data: "vpp-performance-changes-3n-skx-cmp"
2426   data: "vpp-performance-changes-3n-skx"
2427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2428   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "throughput"
2433
2434 # VPP Performance Changes 2n-skx 2t1c pdr
2435 - type: "table"
2436   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2437   algorithm: "table_performance_comparison"
2438   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2439   history:
2440     - title: "rls1810"
2441       data: "vpp-performance-changes-2n-skx-h1"
2442   reference:
2443     title: "rls1901"
2444     data: "vpp-performance-changes-2n-skx-ref"
2445   compare:
2446     title: "rls1904"
2447     data: "vpp-performance-changes-2n-skx-cmp"
2448   data: "vpp-performance-changes-2n-skx"
2449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2450   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2451   parameters:
2452   - "name"
2453   - "parent"
2454   - "throughput"
2455
2456 # VPP Performance Changes 2n-skx 4t2c pdr
2457 - type: "table"
2458   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2459   algorithm: "table_performance_comparison"
2460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2461   history:
2462     - title: "rls1810"
2463       data: "vpp-performance-changes-2n-skx-h1"
2464   reference:
2465     title: "rls1901"
2466     data: "vpp-performance-changes-2n-skx-ref"
2467   compare:
2468     title: "rls1904"
2469     data: "vpp-performance-changes-2n-skx-cmp"
2470   data: "vpp-performance-changes-2n-skx"
2471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2472   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "throughput"
2477
2478 # VPP Performance Changes 2n-skx 2t1c ndr
2479 - type: "table"
2480   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2483   history:
2484     - title: "rls1810"
2485       data: "vpp-performance-changes-2n-skx-h1"
2486   reference:
2487     title: "rls1901"
2488     data: "vpp-performance-changes-2n-skx-ref"
2489   compare:
2490     title: "rls1904"
2491     data: "vpp-performance-changes-2n-skx-cmp"
2492   data: "vpp-performance-changes-2n-skx"
2493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2494   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "throughput"
2499
2500 # VPP Performance Changes 2n-skx 4t2c ndr
2501 - type: "table"
2502   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2503   algorithm: "table_performance_comparison"
2504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2505   history:
2506     - title: "rls1810"
2507       data: "vpp-performance-changes-2n-skx-h1"
2508   reference:
2509     title: "rls1901"
2510     data: "vpp-performance-changes-2n-skx-ref"
2511   compare:
2512     title: "rls1904"
2513     data: "vpp-performance-changes-2n-skx-cmp"
2514   data: "vpp-performance-changes-2n-skx"
2515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2516   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2517   parameters:
2518   - "name"
2519   - "parent"
2520   - "throughput"
2521
2522 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2523 - type: "table"
2524   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2525   algorithm: "table_performance_comparison"
2526   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2527   reference:
2528     title: "3-Node Hsw"
2529     data: "vpp-compare-testbeds-ref"
2530   compare:
2531     title: "3-Node Skx"
2532     data: "vpp-compare-testbeds-cmp"
2533   data: "vpp-compare-testbeds"
2534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2535   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2536   parameters:
2537   - "name"
2538   - "parent"
2539   - "throughput"
2540
2541 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2542 - type: "table"
2543   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2544   algorithm: "table_performance_comparison"
2545   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2546   reference:
2547     title: "3-Node Hsw"
2548     data: "vpp-compare-testbeds-ref"
2549   compare:
2550     title: "3-Node Skx"
2551     data: "vpp-compare-testbeds-cmp"
2552   data: "vpp-compare-testbeds"
2553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2554   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2555   parameters:
2556   - "name"
2557   - "parent"
2558   - "throughput"
2559
2560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2561 - type: "table"
2562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2563   algorithm: "table_performance_comparison"
2564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2565   reference:
2566     title: "3-Node Hsw"
2567     data: "vpp-compare-testbeds-ref"
2568   compare:
2569     title: "3-Node Skx"
2570     data: "vpp-compare-testbeds-cmp"
2571   data: "vpp-compare-testbeds"
2572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2573   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2574   parameters:
2575   - "name"
2576   - "parent"
2577   - "throughput"
2578
2579 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2580 - type: "table"
2581   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2582   algorithm: "table_performance_comparison"
2583   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2584   reference:
2585     title: "3-Node Hsw"
2586     data: "vpp-compare-testbeds-ref"
2587   compare:
2588     title: "3-Node Skx"
2589     data: "vpp-compare-testbeds-cmp"
2590   data: "vpp-compare-testbeds"
2591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2592   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "throughput"
2597
2598 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2599 - type: "table"
2600   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2601   algorithm: "table_performance_comparison"
2602   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2603   reference:
2604     title: "3-Node Skx"
2605     data: "vpp-compare-topologies-ref"
2606   compare:
2607     title: "2-Node Skx"
2608     data: "vpp-compare-topologies-cmp"
2609   data: "vpp-compare-topologies"
2610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2611   filter: "'NDRPDR' and '1C'"
2612   parameters:
2613   - "name"
2614   - "parent"
2615   - "throughput"
2616
2617 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2618 - type: "table"
2619   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2620   algorithm: "table_performance_comparison"
2621   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2622   reference:
2623     title: "3-Node Skx"
2624     data: "vpp-compare-topologies-ref"
2625   compare:
2626     title: "2-Node Skx"
2627     data: "vpp-compare-topologies-cmp"
2628   data: "vpp-compare-topologies"
2629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2630   filter: "'NDRPDR' and '2C'"
2631   parameters:
2632   - "name"
2633   - "parent"
2634   - "throughput"
2635
2636 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2637 - type: "table"
2638   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2641   reference:
2642     title: "3-Node Skx"
2643     data: "vpp-compare-topologies-ref"
2644   compare:
2645     title: "2-Node Skx"
2646     data: "vpp-compare-topologies-cmp"
2647   data: "vpp-compare-topologies"
2648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2649   filter: "'NDRPDR' and '1C'"
2650   parameters:
2651   - "name"
2652   - "parent"
2653   - "throughput"
2654
2655 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2656 - type: "table"
2657   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2658   algorithm: "table_performance_comparison"
2659   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2660   reference:
2661     title: "3-Node Skx"
2662     data: "vpp-compare-topologies-ref"
2663   compare:
2664     title: "2-Node Skx"
2665     data: "vpp-compare-topologies-cmp"
2666   data: "vpp-compare-topologies"
2667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2668   filter: "'NDRPDR' and '2C'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "throughput"
2673
2674 # VPP Performance Changes 3n-hsw 1t1c MRR
2675 - type: "table"
2676   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2677   algorithm: "table_performance_comparison"
2678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2679   history:
2680     - title: "rls1810"
2681       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2682   reference:
2683     title: "rls1901"
2684     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2685   compare:
2686     title: "rls1904"
2687     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2688   data: "vpp-performance-changes-3n-hsw-mrr"
2689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2690   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2691   parameters:
2692   - "name"
2693   - "parent"
2694   - "result"
2695
2696 # VPP Performance Changes 3n-hsw 2t2c MRR
2697 - type: "table"
2698   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2699   algorithm: "table_performance_comparison"
2700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2701   history:
2702     - title: "rls1810"
2703       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2704   reference:
2705     title: "rls1901"
2706     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2707   compare:
2708     title: "rls1904"
2709     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2710   data: "vpp-performance-changes-3n-hsw-mrr"
2711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2712   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2713   parameters:
2714   - "name"
2715   - "parent"
2716   - "result"
2717
2718 # VPP Performance Changes 3n-hsw 4t4c MRR
2719 - type: "table"
2720   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2721   algorithm: "table_performance_comparison"
2722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2723   history:
2724     - title: "rls1810"
2725       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2726   reference:
2727     title: "rls1901"
2728     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2729   compare:
2730     title: "rls1904"
2731     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2732   data: "vpp-performance-changes-3n-hsw-mrr"
2733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2734   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2735   parameters:
2736   - "name"
2737   - "parent"
2738   - "result"
2739
2740 # VPP Performance Changes 3n-skx 2t1c MRR
2741 - type: "table"
2742   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2743   algorithm: "table_performance_comparison"
2744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2745   history:
2746     - title: "rls1810"
2747       data: "vpp-performance-changes-3n-skx-mrr-h1"
2748   reference:
2749     title: "rls1901"
2750     data: "vpp-performance-changes-3n-skx-mrr-ref"
2751   compare:
2752     title: "rls1904"
2753     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2754   data: "vpp-performance-changes-3n-skx-mrr"
2755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2756   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2757   parameters:
2758   - "name"
2759   - "parent"
2760   - "result"
2761
2762 # VPP Performance Changes 3n-skx 4t2c MRR
2763 - type: "table"
2764   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2765   algorithm: "table_performance_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2767   history:
2768     - title: "rls1810"
2769       data: "vpp-performance-changes-3n-skx-mrr-h1"
2770   reference:
2771     title: "rls1901"
2772     data: "vpp-performance-changes-3n-skx-mrr-ref"
2773   compare:
2774     title: "rls1904"
2775     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2776   data: "vpp-performance-changes-3n-skx-mrr"
2777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2779   parameters:
2780   - "name"
2781   - "parent"
2782   - "result"
2783
2784 # VPP Performance Changes 3n-skx 8t4c MRR
2785 - type: "table"
2786   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2787   algorithm: "table_performance_comparison"
2788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2789   history:
2790     - title: "rls1810"
2791       data: "vpp-performance-changes-3n-skx-mrr-h1"
2792   reference:
2793     title: "rls1901"
2794     data: "vpp-performance-changes-3n-skx-mrr-ref"
2795   compare:
2796     title: "rls1904"
2797     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2798   data: "vpp-performance-changes-3n-skx-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2801   parameters:
2802   - "name"
2803   - "parent"
2804   - "result"
2805
2806 # VPP Performance Changes 2n-skx 2t1c MRR
2807 - type: "table"
2808   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2809   algorithm: "table_performance_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2811   history:
2812     - title: "rls1810"
2813       data: "vpp-performance-changes-2n-skx-mrr-h1"
2814   reference:
2815     title: "rls1901"
2816     data: "vpp-performance-changes-2n-skx-mrr-ref"
2817   compare:
2818     title: "rls1904"
2819     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2820   data: "vpp-performance-changes-2n-skx-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "result"
2827
2828 # VPP Performance Changes 2n-skx 4t2c MRR
2829 - type: "table"
2830   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2831   algorithm: "table_performance_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2833   history:
2834     - title: "rls1810"
2835       data: "vpp-performance-changes-2n-skx-mrr-h1"
2836   reference:
2837     title: "rls1901"
2838     data: "vpp-performance-changes-2n-skx-mrr-ref"
2839   compare:
2840     title: "rls1904"
2841     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2842   data: "vpp-performance-changes-2n-skx-mrr"
2843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "result"
2849
2850 # VPP Performance Changes 2n-skx 8t4c MRR
2851 - type: "table"
2852   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2853   algorithm: "table_performance_comparison"
2854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2855   history:
2856     - title: "rls1810"
2857       data: "vpp-performance-changes-2n-skx-mrr-h1"
2858   reference:
2859     title: "rls1901"
2860     data: "vpp-performance-changes-2n-skx-mrr-ref"
2861   compare:
2862     title: "rls1904"
2863     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2864   data: "vpp-performance-changes-2n-skx-mrr"
2865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2866   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2867   parameters:
2868   - "name"
2869   - "parent"
2870   - "result"
2871
2872 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2873 - type: "table"
2874   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2875   algorithm: "table_performance_comparison"
2876   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2877   reference:
2878     title: "3-Node Hsw"
2879     data: "vpp-compare-testbeds-mrr-ref"
2880   compare:
2881     title: "3-Node Skx"
2882     data: "vpp-compare-testbeds-mrr-cmp"
2883   data: "vpp-compare-testbeds-mrr"
2884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2885   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2886   parameters:
2887   - "name"
2888   - "parent"
2889   - "result"
2890
2891 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2892 - type: "table"
2893   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2894   algorithm: "table_performance_comparison"
2895   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2896   reference:
2897     title: "3-Node Hsw"
2898     data: "vpp-compare-testbeds-mrr-ref"
2899   compare:
2900     title: "3-Node Skx"
2901     data: "vpp-compare-testbeds-mrr-cmp"
2902   data: "vpp-compare-testbeds-mrr"
2903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2904   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "result"
2909
2910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2911 - type: "table"
2912   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2913   algorithm: "table_performance_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2915   reference:
2916     title: "3-Node Hsw"
2917     data: "vpp-compare-testbeds-mrr-ref"
2918   compare:
2919     title: "3-Node Skx"
2920     data: "vpp-compare-testbeds-mrr-cmp"
2921   data: "vpp-compare-testbeds-mrr"
2922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2923   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "result"
2928
2929 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2930 - type: "table"
2931   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2932   algorithm: "table_performance_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2934   reference:
2935     title: "3-Node Skx"
2936     data: "vpp-compare-topologies-mrr-ref"
2937   compare:
2938     title: "2-Node Skx"
2939     data: "vpp-compare-topologies-mrr-cmp"
2940   data: "vpp-compare-topologies-mrr"
2941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2942   filter: "'MRR' and '1C'"
2943   parameters:
2944   - "name"
2945   - "parent"
2946   - "result"
2947
2948 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2949 - type: "table"
2950   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2951   algorithm: "table_performance_comparison"
2952   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2953   reference:
2954     title: "3-Node Skx"
2955     data: "vpp-compare-topologies-mrr-ref"
2956   compare:
2957     title: "2-Node Skx"
2958     data: "vpp-compare-topologies-mrr-cmp"
2959   data: "vpp-compare-topologies-mrr"
2960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961   filter: "'MRR' and '2C'"
2962   parameters:
2963   - "name"
2964   - "parent"
2965   - "result"
2966
2967 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2968 - type: "table"
2969   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2970   algorithm: "table_performance_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2972   reference:
2973     title: "3-Node Skx"
2974     data: "vpp-compare-topologies-mrr-ref"
2975   compare:
2976     title: "2-Node Skx"
2977     data: "vpp-compare-topologies-mrr-cmp"
2978   data: "vpp-compare-topologies-mrr"
2979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2980   filter: "'MRR' and '4C'"
2981   parameters:
2982   - "name"
2983   - "parent"
2984   - "result"
2985
2986 # Detailed Test Results - VPP Performance Results 3n-hsw
2987 - type: "table"
2988   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2989   algorithm: "table_merged_details"
2990   output-file-ext: ".csv"
2991   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2992   columns:
2993   - title: "Name"
2994     data: "data name"
2995   - title: "Status"
2996     data: "data msg"
2997   rows: "generated"
2998   data: "vpp-perf-results-3n-hsw"
2999   filter: "not 'NDRCHK' and not 'PDRCHK'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "msg"
3004
3005 # Detailed Test Results - VPP Performance Results 3n-skx
3006 - type: "table"
3007   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3008   algorithm: "table_merged_details"
3009   output-file-ext: ".csv"
3010   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3011   columns:
3012   - title: "Name"
3013     data: "data name"
3014   - title: "Status"
3015     data: "data msg"
3016   rows: "generated"
3017   data: "vpp-perf-results-3n-skx"
3018   filter: "not 'CFS_OPT'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "msg"
3023
3024 # Detailed Test Results - VPP Performance Results 2n-skx
3025 - type: "table"
3026   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3027   algorithm: "table_merged_details"
3028   output-file-ext: ".csv"
3029   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3030   columns:
3031   - title: "Name"
3032     data: "data name"
3033   - title: "Status"
3034     data: "data msg"
3035   rows: "generated"
3036   data: "vpp-perf-results-2n-skx"
3037   filter: "not 'CFS_OPT'"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "msg"
3042
3043 ## Detailed Test Results - VPP Performance Results 2n-dnv
3044 #- type: "table"
3045 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3046 #  algorithm: "table_details"
3047 #  output-file-ext: ".csv"
3048 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3049 #  columns:
3050 #  - title: "Name"
3051 #    data: "data name"
3052 #  - title: "Status"
3053 #    data: "data msg"
3054 #  rows: "generated"
3055 #  data: "intel-dnv-vpp"
3056 #  filter: "'NDRPDR'"
3057 #  parameters:
3058 #  - "name"
3059 #  - "parent"
3060 #  - "msg"
3061
3062 # Test configuration - VPP Performance Test Configs 3n-hsw
3063 - type: "table"
3064   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3065   algorithm: "table_merged_details"
3066   output-file-ext: ".csv"
3067   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3068   columns:
3069   - title: "Name"
3070     data: "data name"
3071   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3072     data: "data conf-history"
3073   rows: "generated"
3074   data: "vpp-perf-results-3n-hsw"
3075   filter: "not 'NDRCHK' and not 'PDRCHK'"
3076   parameters:
3077   - "parent"
3078   - "name"
3079   - "conf-history"
3080
3081 # Test configuration - VPP Performance Test Configs 3n-skx
3082 - type: "table"
3083   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3084   algorithm: "table_merged_details"
3085   output-file-ext: ".csv"
3086   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3087   columns:
3088   - title: "Name"
3089     data: "data name"
3090   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3091     data: "data conf-history"
3092   rows: "generated"
3093   data: "vpp-perf-results-3n-skx"
3094   filter: "not 'CFS_OPT'"
3095   parameters:
3096   - "parent"
3097   - "name"
3098   - "conf-history"
3099
3100 # Test configuration - VPP Performance Test Configs 2n-skx
3101 - type: "table"
3102   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3103   algorithm: "table_merged_details"
3104   output-file-ext: ".csv"
3105   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3106   columns:
3107   - title: "Name"
3108     data: "data name"
3109   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3110     data: "data conf-history"
3111   rows: "generated"
3112   data: "vpp-perf-results-2n-skx"
3113   filter: "not 'CFS_OPT'"
3114   parameters:
3115   - "parent"
3116   - "name"
3117   - "conf-history"
3118
3119 ## Test configuration - VPP Performance Test Configs 2n-dnv
3120 #- type: "table"
3121 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3122 #  algorithm: "table_details"
3123 #  output-file-ext: ".csv"
3124 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3125 #  columns:
3126 #  - title: "Name"
3127 #    data: "data name"
3128 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3129 #    data: "data conf-history"
3130 #  rows: "generated"
3131 #  data: "intel-dnv-vpp"
3132 #  filter: "'NDRPDR'"
3133 #  parameters:
3134 #  - "parent"
3135 #  - "name"
3136 #  - "conf-history"
3137
3138 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3139 - type: "table"
3140   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3141   algorithm: "table_merged_details"
3142   output-file-ext: ".csv"
3143   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3144   columns:
3145   - title: "Name"
3146     data: "data name"
3147   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3148     data: "data show-run"
3149   rows: "generated"
3150   data: "vpp-perf-results-3n-hsw"
3151   filter: "not 'NDRCHK' and not 'PDRCHK'"
3152   parameters:
3153   - "parent"
3154   - "name"
3155   - "show-run"
3156
3157 # Test Operational Data - VPP Performance Operational Data 3n-skx
3158 - type: "table"
3159   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3160   algorithm: "table_merged_details"
3161   output-file-ext: ".csv"
3162   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3163   columns:
3164   - title: "Name"
3165     data: "data name"
3166   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3167     data: "data show-run"
3168   rows: "generated"
3169   data: "vpp-perf-results-3n-skx"
3170   filter: "not 'CFS_OPT'"
3171   parameters:
3172   - "parent"
3173   - "name"
3174   - "show-run"
3175
3176 # Test Operational Data - VPP Performance Operational Data 2n-skx
3177 - type: "table"
3178   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3179   algorithm: "table_merged_details"
3180   output-file-ext: ".csv"
3181   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3182   columns:
3183   - title: "Name"
3184     data: "data name"
3185   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3186     data: "data show-run"
3187   rows: "generated"
3188   data: "vpp-perf-results-2n-skx"
3189   filter: "not 'CFS_OPT'"
3190   parameters:
3191   - "parent"
3192   - "name"
3193   - "show-run"
3194
3195 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3196 #- type: "table"
3197 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3198 #  algorithm: "table_details"
3199 #  output-file-ext: ".csv"
3200 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3201 #  columns:
3202 #  - title: "Name"
3203 #    data: "data name"
3204 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3205 #    data: "data show-run"
3206 #  rows: "generated"
3207 #  data: "intel-dnv-vpp"
3208 #  filter: "'NDRPDR'"
3209 #  parameters:
3210 #  - "parent"
3211 #  - "name"
3212 #  - "show-run"
3213
3214 # Detailed Test Results - VPP MRR Results 3n-hsw
3215 - type: "table"
3216   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3217   algorithm: "table_details"
3218   output-file-ext: ".csv"
3219   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3220   columns:
3221   - title: "Name"
3222     data: "data name"
3223   - title: "Status"
3224     data: "data msg"
3225   rows: "generated"
3226   data: "vpp-mrr-results-3n-hsw"
3227   filter: "'MRR'"
3228   parameters:
3229   - "name"
3230   - "parent"
3231   - "msg"
3232
3233 # Detailed Test Results - VPP MRR Results 3n-skx
3234 - type: "table"
3235   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3236   algorithm: "table_details"
3237   output-file-ext: ".csv"
3238   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3239   columns:
3240   - title: "Name"
3241     data: "data name"
3242   - title: "Status"
3243     data: "data msg"
3244   rows: "generated"
3245   data: "vpp-mrr-results-3n-skx"
3246   filter: "'MRR'"
3247   parameters:
3248   - "name"
3249   - "parent"
3250   - "msg"
3251
3252 # Detailed Test Results - VPP MRR Results 2n-skx
3253 - type: "table"
3254   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3255   algorithm: "table_details"
3256   output-file-ext: ".csv"
3257   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3258   columns:
3259   - title: "Name"
3260     data: "data name"
3261   - title: "Status"
3262     data: "data msg"
3263   rows: "generated"
3264   data: "vpp-mrr-results-2n-skx"
3265   filter: "'MRR'"
3266   parameters:
3267   - "name"
3268   - "parent"
3269   - "msg"
3270
3271 ## Detailed Test Results - VPP MRR Results 2n-dnv
3272 #- type: "table"
3273 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3274 #  algorithm: "table_details"
3275 #  output-file-ext: ".csv"
3276 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3277 #  columns:
3278 #  - title: "Name"
3279 #    data: "data name"
3280 #  - title: "Status"
3281 #    data: "data msg"
3282 #  rows: "generated"
3283 #  data: "intel-dnv-vpp"
3284 #  filter: "'MRR'"
3285 #  parameters:
3286 #  - "name"
3287 #  - "parent"
3288 #  - "msg"
3289
3290 # Test configuration - VPP MRR Test Configs 3n-hsw
3291 - type: "table"
3292   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3293   algorithm: "table_details"
3294   output-file-ext: ".csv"
3295   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3296   columns:
3297   - title: "Name"
3298     data: "data name"
3299   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3300     data: "data conf-history"
3301   rows: "generated"
3302   data: "vpp-mrr-results-3n-hsw"
3303   filter: "'MRR'"
3304   parameters:
3305   - "parent"
3306   - "name"
3307   - "conf-history"
3308
3309 # Test configuration - VPP MRR Test Configs 3n-skx
3310 - type: "table"
3311   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3312   algorithm: "table_details"
3313   output-file-ext: ".csv"
3314   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3315   columns:
3316   - title: "Name"
3317     data: "data name"
3318   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3319     data: "data conf-history"
3320   rows: "generated"
3321   data: "vpp-mrr-results-3n-skx"
3322   filter: "'MRR'"
3323   parameters:
3324   - "parent"
3325   - "name"
3326   - "conf-history"
3327
3328 # Test configuration - VPP MRR Test Configs 2n-skx
3329 - type: "table"
3330   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3331   algorithm: "table_details"
3332   output-file-ext: ".csv"
3333   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3334   columns:
3335   - title: "Name"
3336     data: "data name"
3337   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3338     data: "data conf-history"
3339   rows: "generated"
3340   data: "vpp-mrr-results-2n-skx"
3341   filter: "'MRR'"
3342   parameters:
3343   - "parent"
3344   - "name"
3345   - "conf-history"
3346
3347 ## Test configuration - VPP MRR Test Configs 2n-dnv
3348 #- type: "table"
3349 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3350 #  algorithm: "table_details"
3351 #  output-file-ext: ".csv"
3352 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3353 #  columns:
3354 #  - title: "Name"
3355 #    data: "data name"
3356 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3357 #    data: "data conf-history"
3358 #  rows: "generated"
3359 #  data: "intel-dnv-vpp"
3360 #  filter: "'MRR'"
3361 #  parameters:
3362 #  - "parent"
3363 #  - "name"
3364 #  - "conf-history"
3365
3366 # Detailed Test Results - VPP Functional Results - Ubuntu
3367 - type: "table"
3368   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3369   algorithm: "table_details"
3370   output-file-ext: ".csv"
3371   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3372   columns:
3373   - title: "Name"
3374     data: "data name"
3375   - title: "Documentation"
3376     data: "data doc"
3377   - title: "Status"
3378     data: "data status"
3379   rows: "generated"
3380   data: "vpp-func-results-ubuntu"
3381   filter: "all"
3382   parameters:
3383   - "name"
3384   - "parent"
3385   - "doc"
3386   - "status"
3387
3388 # Detailed Test Results - VPP Functional Results - CentOS
3389 - type: "table"
3390   title: "Detailed Test Results - VPP Functional Results - CentOS"
3391   algorithm: "table_details"
3392   output-file-ext: ".csv"
3393   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3394   columns:
3395   - title: "Name"
3396     data: "data name"
3397   - title: "Documentation"
3398     data: "data doc"
3399   -
3400     title: "Status"
3401     data: "data status"
3402   rows: "generated"
3403   data:
3404     "vpp-func-results-centos"
3405   filter: "all"
3406   parameters:
3407   - "name"
3408   - "parent"
3409   - "doc"
3410   - "status"
3411
3412 # Test configuration - VPP Functional Test Configs - Ubuntu
3413 - type: "table"
3414   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3415   algorithm: "table_details"
3416   output-file-ext: ".csv"
3417   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3418   columns:
3419   - title: "Name"
3420     data: "data name"
3421   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3422     data: "data conf-history"
3423   rows: "generated"
3424   data: "vpp-func-results-ubuntu"
3425   filter: "all"
3426   parameters:
3427   - "parent"
3428   - "name"
3429   - "conf-history"
3430
3431 # Test configuration - VPP Functional Test Configs - CentOS
3432 - type: "table"
3433   title: "Test configuration - VPP Functional Test Configs - CentOS"
3434   algorithm: "table_details"
3435   output-file-ext: ".csv"
3436   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3437   columns:
3438   - title: "Name"
3439     data: "data name"
3440   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3441     data: "data conf-history"
3442   rows: "generated"
3443   data: "vpp-func-results-centos"
3444   filter: "all"
3445   parameters:
3446   - "parent"
3447   - "name"
3448   - "conf-history"
3449
3450 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3451 #- type: "table"
3452 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3453 #  algorithm: "table_details"
3454 #  output-file-ext: ".csv"
3455 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3456 #  columns:
3457 #  - title: "Name"
3458 #    data: "data name"
3459 #  - title: "Status"
3460 #    data: "data msg"
3461 #  rows: "generated"
3462 #  data: "ligato-perf-results-3n-hsw"
3463 #  filter: "all"
3464 #  parameters:
3465 #  - "name"
3466 #  - "parent"
3467 #  - "msg"
3468
3469 # Detailed Test Results - VPP Device Results - Ubuntu
3470 - type: "table"
3471   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3472   algorithm: "table_details"
3473   output-file-ext: ".csv"
3474   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3475   columns:
3476   - title: "Name"
3477     data: "data name"
3478   - title: "Documentation"
3479     data: "data doc"
3480   - title: "Status"
3481     data: "data status"
3482   rows: "generated"
3483   data: "vpp-device-results-ubuntu"
3484   filter: "all"
3485   parameters:
3486   - "name"
3487   - "parent"
3488   - "doc"
3489   - "status"
3490
3491 # Test configuration - VPP Device Test Configs - Ubuntu
3492 - type: "table"
3493   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3494   algorithm: "table_details"
3495   output-file-ext: ".csv"
3496   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3497   columns:
3498   - title: "Name"
3499     data: "data name"
3500   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3501     data: "data conf-history"
3502   rows: "generated"
3503   data: "vpp-device-results-ubuntu"
3504   filter: "all"
3505   parameters:
3506   - "parent"
3507   - "name"
3508   - "conf-history"
3509
3510 ################################################################################
3511
3512 # DPDK Performance Changes 3n-hsw 1t1c pdr
3513 - type: "table"
3514   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3515   algorithm: "table_performance_comparison"
3516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3517   history:
3518     - title: "rls1810"
3519       data: "dpdk-performance-changes-3n-hsw-h1"
3520   reference:
3521     title: "rls1901"
3522     data: "dpdk-performance-changes-3n-hsw-ref"
3523   compare:
3524     title: "rls1904"
3525     data: "dpdk-performance-changes-3n-hsw-cmp"
3526   data: "dpdk-performance-changes-3n-hsw"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "throughput"
3533
3534 # DPDK Performance Changes 3n-hsw 2t2c pdr
3535 - type: "table"
3536   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3537   algorithm: "table_performance_comparison"
3538   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3539   history:
3540     - title: "rls1810"
3541       data: "dpdk-performance-changes-3n-hsw-h1"
3542   reference:
3543     title: "rls1901"
3544     data: "dpdk-performance-changes-3n-hsw-ref"
3545   compare:
3546     title: "rls1904"
3547     data: "dpdk-performance-changes-3n-hsw-cmp"
3548   data: "dpdk-performance-changes-3n-hsw"
3549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "throughput"
3555
3556 # DPDK Performance Changes 3n-hsw 1t1c ndr
3557 - type: "table"
3558   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3559   algorithm: "table_performance_comparison"
3560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3561   history:
3562     - title: "rls1810"
3563       data: "dpdk-performance-changes-3n-hsw-h1"
3564   reference:
3565     title: "rls1901"
3566     data: "dpdk-performance-changes-3n-hsw-ref"
3567   compare:
3568     title: "rls1904"
3569     data: "dpdk-performance-changes-3n-hsw-cmp"
3570   data: "dpdk-performance-changes-3n-hsw"
3571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577
3578 # DPDK Performance Changes 3n-hsw 2t2c ndr
3579 - type: "table"
3580   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3581   algorithm: "table_performance_comparison"
3582   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3583   history:
3584     - title: "rls1810"
3585       data: "dpdk-performance-changes-3n-hsw-h1"
3586   reference:
3587     title: "rls1901"
3588     data: "dpdk-performance-changes-3n-hsw-ref"
3589   compare:
3590     title: "rls1904"
3591     data: "dpdk-performance-changes-3n-hsw-cmp"
3592   data: "dpdk-performance-changes-3n-hsw"
3593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3595   parameters:
3596   - "name"
3597   - "parent"
3598   - "throughput"
3599
3600 # DPDK Performance Changes 3n-skx 2t1c pdr
3601 - type: "table"
3602   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3603   algorithm: "table_performance_comparison"
3604   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3605   history:
3606     - title: "rls1810"
3607       data: "dpdk-performance-changes-3n-skx-h1"
3608   reference:
3609     title: "rls1901"
3610     data: "dpdk-performance-changes-3n-skx-ref"
3611   compare:
3612     title: "rls1904"
3613     data: "dpdk-performance-changes-3n-skx-cmp"
3614   data: "dpdk-performance-changes-3n-skx"
3615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3617   parameters:
3618   - "name"
3619   - "parent"
3620   - "throughput"
3621
3622 # DPDK Performance Changes 3n-skx 4t2c pdr
3623 - type: "table"
3624   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3625   algorithm: "table_performance_comparison"
3626   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3627   history:
3628     - title: "rls1810"
3629       data: "dpdk-performance-changes-3n-skx-h1"
3630   reference:
3631     title: "rls1901"
3632     data: "dpdk-performance-changes-3n-skx-ref"
3633   compare:
3634     title: "rls1904"
3635     data: "dpdk-performance-changes-3n-skx-cmp"
3636   data: "dpdk-performance-changes-3n-skx"
3637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3639   parameters:
3640   - "name"
3641   - "parent"
3642   - "throughput"
3643
3644 # DPDK Performance Changes 3n-skx 2t1c ndr
3645 - type: "table"
3646   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3647   algorithm: "table_performance_comparison"
3648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3649   history:
3650     - title: "rls1810"
3651       data: "dpdk-performance-changes-3n-skx-h1"
3652   reference:
3653     title: "rls1901"
3654     data: "dpdk-performance-changes-3n-skx-ref"
3655   compare:
3656     title: "rls1904"
3657     data: "dpdk-performance-changes-3n-skx-cmp"
3658   data: "dpdk-performance-changes-3n-skx"
3659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3661   parameters:
3662   - "name"
3663   - "parent"
3664   - "throughput"
3665
3666 # DPDK Performance Changes 3n-skx 4t2c ndr
3667 - type: "table"
3668   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3669   algorithm: "table_performance_comparison"
3670   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3671   history:
3672     - title: "rls1810"
3673       data: "dpdk-performance-changes-3n-skx-h1"
3674   reference:
3675     title: "rls1901"
3676     data: "dpdk-performance-changes-3n-skx-ref"
3677   compare:
3678     title: "rls1904"
3679     data: "dpdk-performance-changes-3n-skx-cmp"
3680   data: "dpdk-performance-changes-3n-skx"
3681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3683   parameters:
3684   - "name"
3685   - "parent"
3686   - "throughput"
3687
3688 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3689 - type: "table"
3690   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3691   algorithm: "table_performance_comparison"
3692   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3693   reference:
3694     title: "3-Node Hsw"
3695     data: "dpdk-compare-testbeds-ref"
3696   compare:
3697     title: "3-Node Skx"
3698     data: "dpdk-compare-testbeds-cmp"
3699   data: "dpdk-compare-testbeds"
3700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3702   parameters:
3703   - "name"
3704   - "parent"
3705   - "throughput"
3706
3707 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3708 - type: "table"
3709   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3710   algorithm: "table_performance_comparison"
3711   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3712   reference:
3713     title: "3-Node Hsw"
3714     data: "dpdk-compare-testbeds-ref"
3715   compare:
3716     title: "3-Node Skx"
3717     data: "dpdk-compare-testbeds-cmp"
3718   data: "dpdk-compare-testbeds"
3719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "throughput"
3725
3726 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3727 - type: "table"
3728   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3729   algorithm: "table_performance_comparison"
3730   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3731   reference:
3732     title: "3-Node Skx"
3733     data: "dpdk-compare-topologies-ref"
3734   compare:
3735     title: "2-Node Skx"
3736     data: "dpdk-compare-topologies-cmp"
3737   data: "dpdk-compare-topologies"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744
3745 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3746 - type: "table"
3747   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3748   algorithm: "table_performance_comparison"
3749   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3750   reference:
3751     title: "3-Node Skx"
3752     data: "dpdk-compare-topologies-ref"
3753   compare:
3754     title: "2-Node Skx"
3755     data: "dpdk-compare-topologies-cmp"
3756   data: "dpdk-compare-topologies"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763
3764 # DPDK Performance Changes 2n-skx 2t1c pdr
3765 - type: "table"
3766   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3767   algorithm: "table_performance_comparison"
3768   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3769   history:
3770     - title: "rls1810"
3771       data: "dpdk-performance-changes-2n-skx-h1"
3772   reference:
3773     title: "rls1901"
3774     data: "dpdk-performance-changes-2n-skx-ref"
3775   compare:
3776     title: "rls1904"
3777     data: "dpdk-performance-changes-2n-skx-cmp"
3778   data: "dpdk-performance-changes-2n-skx"
3779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3781   parameters:
3782   - "name"
3783   - "parent"
3784   - "throughput"
3785
3786 # DPDK Performance Changes 2n-skx 4t2c pdr
3787 - type: "table"
3788   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3789   algorithm: "table_performance_comparison"
3790   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3791   history:
3792     - title: "rls1810"
3793       data: "dpdk-performance-changes-2n-skx-h1"
3794   reference:
3795     title: "rls1901"
3796     data: "dpdk-performance-changes-2n-skx-ref"
3797   compare:
3798     title: "rls1904"
3799     data: "dpdk-performance-changes-2n-skx-cmp"
3800   data: "dpdk-performance-changes-2n-skx"
3801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "throughput"
3807
3808 # DPDK Performance Changes 2n-skx 2t1c ndr
3809 - type: "table"
3810   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3811   algorithm: "table_performance_comparison"
3812   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3813   history:
3814     - title: "rls1810"
3815       data: "dpdk-performance-changes-2n-skx-h1"
3816   reference:
3817     title: "rls1901"
3818     data: "dpdk-performance-changes-2n-skx-ref"
3819   compare:
3820     title: "rls1904"
3821     data: "dpdk-performance-changes-2n-skx-cmp"
3822   data: "dpdk-performance-changes-2n-skx"
3823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3825   parameters:
3826   - "name"
3827   - "parent"
3828   - "throughput"
3829
3830 # DPDK Performance Changes 2n-skx 4t2c ndr
3831 - type: "table"
3832   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3833   algorithm: "table_performance_comparison"
3834   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3835   history:
3836     - title: "rls1810"
3837       data: "dpdk-performance-changes-2n-skx-h1"
3838   reference:
3839     title: "rls1901"
3840     data: "dpdk-performance-changes-2n-skx-ref"
3841   compare:
3842     title: "rls1904"
3843     data: "dpdk-performance-changes-2n-skx-cmp"
3844   data: "dpdk-performance-changes-2n-skx"
3845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3847   parameters:
3848   - "name"
3849   - "parent"
3850   - "throughput"
3851
3852 # Detailed Test Results - DPDK Performance Results 3n-hsw
3853 - type: "table"
3854   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3855   algorithm: "table_details"
3856   output-file-ext: ".csv"
3857   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3858   columns:
3859   - title: "Name"
3860     data: "data name"
3861   - title: "Status"
3862     data: "data msg"
3863   rows: "generated"
3864   data: "dpdk-perf-results-3n-hsw"
3865   filter: "all"
3866   parameters:
3867   - "name"
3868   - "parent"
3869   - "msg"
3870
3871 # Detailed Test Results - DPDK Performance Results 3n-skx
3872 - type: "table"
3873   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3874   algorithm: "table_details"
3875   output-file-ext: ".csv"
3876   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3877   columns:
3878   - title: "Name"
3879     data: "data name"
3880   - title: "Status"
3881     data: "data msg"
3882   rows: "generated"
3883   data: "dpdk-perf-results-3n-skx"
3884   filter: "all"
3885   parameters:
3886   - "name"
3887   - "parent"
3888   - "msg"
3889
3890 # Detailed Test Results - DPDK Performance Results 2n-skx
3891 - type: "table"
3892   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3893   algorithm: "table_details"
3894   output-file-ext: ".csv"
3895   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3896   columns:
3897   - title: "Name"
3898     data: "data name"
3899   - title: "Status"
3900     data: "data msg"
3901   rows: "generated"
3902   data: "dpdk-perf-results-2n-skx"
3903   filter: "all"
3904   parameters:
3905   - "name"
3906   - "parent"
3907   - "msg"
3908
3909 ################################################################################
3910 # HoneyComb
3911 - type: "table"
3912   title: "Detailed Test Results - Honeycomb Functional Results"
3913   algorithm: "table_details"
3914   output-file-ext: ".csv"
3915   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3916   columns:
3917   - title: "Name"
3918     data: "data name"
3919   - title: "Documentation"
3920     data: "data doc"
3921   - title: "Status"
3922     data: "data status"
3923   rows: "generated"
3924   data:
3925     "hc-func-results"
3926   filter: "all"
3927   parameters:
3928   - "name"
3929   - "parent"
3930   - "doc"
3931   - "status"
3932
3933 ################################################################################
3934 # NSH SFC
3935 #-
3936 #  type: "table"
3937 #  title: "Detailed Test Results - NSH SFC Functional Results"
3938 #  algorithm: "table_details"
3939 #  output-file-ext: ".csv"
3940 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3941 #  columns:
3942 #  -
3943 #    title: "Name"
3944 #    data: "data name"
3945 #  -
3946 #    title: "Documentation"
3947 #    data: "data doc"
3948 #  -
3949 #    title: "Status"
3950 #    data: "data status"
3951 #  rows: "generated"
3952 #  data:
3953 #    "nsh-func-results"
3954 #  filter: "all"
3955 #  parameters:
3956 #  - "name"
3957 #  - "parent"
3958 #  - "doc"
3959 #  - "status"
3960
3961 ################################################################################
3962 # DMM
3963 - type: "table"
3964   title: "Detailed Test Results - DMM Functional Results"
3965   algorithm: "table_details"
3966   output-file-ext: ".csv"
3967   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3968   columns:
3969   - title: "Name"
3970     data: "data name"
3971   - title: "Documentation"
3972     data: "data doc"
3973   - title: "Status"
3974     data: "data status"
3975   rows: "generated"
3976   data:
3977     "dmm-func-results"
3978   filter: "all"
3979   parameters:
3980   - "name"
3981   - "parent"
3982   - "doc"
3983   - "status"
3984
3985 ################################################################################
3986 ###                                F I L E S                                 ###
3987 ################################################################################
3988
3989 # VPP Performance Results 3n-hsw
3990 - type: "file"
3991   title: "VPP Performance Results 3n-hsw"
3992   algorithm: "file_test_results"
3993   output-file-ext: ".rst"
3994   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3995   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3996   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3997   data: "vpp-perf-results-3n-hsw"
3998   filter: "not 'NDRCHK' and not 'PDRCHK'"
3999   parameters:
4000   - "name"
4001   - "doc"
4002   - "level"
4003   - "parent"
4004   data-start-level: 3
4005
4006 # VPP Performance Results 3n-skx
4007 - type: "file"
4008   title: "VPP Performance Results 3n-skx"
4009   algorithm: "file_test_results"
4010   output-file-ext: ".rst"
4011   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4012   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4013   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4014   data: "vpp-perf-results-3n-skx"
4015   filter: "not 'CFS_OPT'"
4016   parameters:
4017   - "name"
4018   - "doc"
4019   - "level"
4020   - "parent"
4021   data-start-level: 3
4022
4023 # VPP Performance Results 2n-skx
4024 - type: "file"
4025   title: "VPP Performance Results 2n-skx"
4026   algorithm: "file_test_results"
4027   output-file-ext: ".rst"
4028   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4029   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4030   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4031   data: "vpp-perf-results-2n-skx"
4032   filter: "not 'CFS_OPT'"
4033   parameters:
4034   - "name"
4035   - "doc"
4036   - "level"
4037   - "parent"
4038   data-start-level: 3
4039
4040 ## VPP Performance Results 2n-dnv
4041 #- type: "file"
4042 #  title: "VPP Performance Results 2n-dnv"
4043 #  algorithm: "file_test_results"
4044 #  output-file-ext: ".rst"
4045 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4046 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4047 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4048 #  data: "intel-dnv-vpp"
4049 #  filter: "'NDRPDR'"
4050 #  parameters:
4051 #  - "name"
4052 #  - "doc"
4053 #  - "level"
4054 #  - "parent"
4055 #  data-start-level: 3
4056
4057 # VPP Performance Configuration 3n-hsw
4058 - type: "file"
4059   title: "VPP Performance Configuration 3n-hsw"
4060   algorithm: "file_test_results"
4061   output-file-ext: ".rst"
4062   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4063   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4064   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4065   data: "vpp-perf-results-3n-hsw"
4066   filter: "not 'NDRCHK' and not 'PDRCHK'"
4067   parameters:
4068   - "name"
4069   - "doc"
4070   - "level"
4071   - "parent"
4072   data-start-level: 3
4073
4074 # VPP Performance Configuration 3n-skx
4075 - type: "file"
4076   title: "VPP Performance Configuration 3n-skx"
4077   algorithm: "file_test_results"
4078   output-file-ext: ".rst"
4079   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4080   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4081   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4082   data: "vpp-perf-results-3n-skx"
4083   filter: "not 'CFS_OPT'"
4084   parameters:
4085   - "name"
4086   - "doc"
4087   - "level"
4088   - "parent"
4089   data-start-level: 3
4090
4091 # VPP Performance Configuration 2n-skx
4092 - type: "file"
4093   title: "VPP Performance Configuration 2n-skx"
4094   algorithm: "file_test_results"
4095   output-file-ext: ".rst"
4096   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4097   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4098   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4099   data: "vpp-perf-results-2n-skx"
4100   filter: "not 'CFS_OPT'"
4101   parameters:
4102   - "name"
4103   - "doc"
4104   - "level"
4105   - "parent"
4106   data-start-level: 3
4107
4108 ## VPP Performance Configuration 2n-dnv
4109 #- type: "file"
4110 #  title: "VPP Performance Configuration 2n-dnv"
4111 #  algorithm: "file_test_results"
4112 #  output-file-ext: ".rst"
4113 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4114 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4115 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4116 #  data: "intel-dnv-vpp"
4117 #  filter: "'NDRPDR'"
4118 #  parameters:
4119 #  - "name"
4120 #  - "doc"
4121 #  - "level"
4122 #  - "parent"
4123 #  data-start-level: 3
4124
4125 # VPP Performance Operational Data 3n-hsw
4126 - type: "file"
4127   title: "VPP Performance Operational Data 3n-hsw"
4128   algorithm: "file_test_results"
4129   output-file-ext: ".rst"
4130   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4131   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4132   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4133   data: "vpp-perf-results-3n-hsw"
4134   filter: "not 'NDRCHK' and not 'PDRCHK'"
4135   parameters:
4136   - "name"
4137   - "doc"
4138   - "level"
4139   - "parent"
4140   data-start-level: 3
4141
4142 # VPP Performance Operational Data 3n-skx
4143 - type: "file"
4144   title: "VPP Performance Operational Data 3n-skx"
4145   algorithm: "file_test_results"
4146   output-file-ext: ".rst"
4147   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4148   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4149   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4150   data: "vpp-perf-results-3n-skx"
4151   filter: "not 'CFS_OPT'"
4152   parameters:
4153   - "name"
4154   - "doc"
4155   - "level"
4156   - "parent"
4157   data-start-level: 3
4158
4159 # VPP Performance Operational Data 2n-skx
4160 - type: "file"
4161   title: "VPP Performance Operational Data 2n-skx"
4162   algorithm: "file_test_results"
4163   output-file-ext: ".rst"
4164   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4165   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4166   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4167   data: "vpp-perf-results-2n-skx"
4168   filter: "not 'CFS_OPT'"
4169   parameters:
4170   - "name"
4171   - "doc"
4172   - "level"
4173   - "parent"
4174   data-start-level: 3
4175
4176 ## VPP Performance Operational Data 2n-dnv
4177 #- type: "file"
4178 #  title: "VPP Performance Operational Data 2n-dnv"
4179 #  algorithm: "file_test_results"
4180 #  output-file-ext: ".rst"
4181 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4182 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4183 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4184 #  data: "intel-dnv-vpp"
4185 #  filter: "'NDRPDR'"
4186 #  parameters:
4187 #  - "name"
4188 #  - "doc"
4189 #  - "level"
4190 #  - "parent"
4191 #  data-start-level: 3
4192
4193 # VPP MRR Results 3n-hsw
4194 - type: "file"
4195   title: "VPP MRR Results 3n-hsw"
4196   algorithm: "file_test_results"
4197   output-file-ext: ".rst"
4198   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4199   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4200   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4201   data: "vpp-mrr-results-3n-hsw"
4202   filter: "'MRR'"
4203   parameters:
4204   - "name"
4205   - "doc"
4206   - "level"
4207   - "parent"
4208   data-start-level: 3
4209
4210 # VPP MRR Results 3n-skx
4211 - type: "file"
4212   title: "VPP MRR Results 3n-skx"
4213   algorithm: "file_test_results"
4214   output-file-ext: ".rst"
4215   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4216   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4217   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4218   data: "vpp-mrr-results-3n-skx"
4219   filter: "'MRR'"
4220   parameters:
4221   - "name"
4222   - "doc"
4223   - "level"
4224   - "parent"
4225   data-start-level: 3
4226
4227 # VPP MRR Results 2n-skx
4228 - type: "file"
4229   title: "VPP MRR Results 2n-skx"
4230   algorithm: "file_test_results"
4231   output-file-ext: ".rst"
4232   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4233   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4234   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4235   data: "vpp-mrr-results-2n-skx"
4236   filter: "all"
4237   parameters:
4238   - "name"
4239   - "doc"
4240   - "level"
4241   - "parent"
4242   data-start-level: 3
4243
4244 ## VPP MRR Results 2n-dnv
4245 #- type: "file"
4246 #  title: "VPP MRR Results 2n-dnv"
4247 #  algorithm: "file_test_results"
4248 #  output-file-ext: ".rst"
4249 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4250 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4251 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4252 #  data: "intel-dnv-vpp"
4253 #  filter: "'MRR'"
4254 #  parameters:
4255 #  - "name"
4256 #  - "doc"
4257 #  - "level"
4258 #  - "parent"
4259 #  data-start-level: 3
4260
4261 # VPP MRR Configuration 3n-hsw
4262 - type: "file"
4263   title: "VPP MRR Configuration 3n-hsw"
4264   algorithm: "file_test_results"
4265   output-file-ext: ".rst"
4266   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4267   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4268   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4269   data: "vpp-mrr-results-3n-hsw"
4270   filter: "'MRR'"
4271   parameters:
4272   - "name"
4273   - "doc"
4274   - "level"
4275   - "parent"
4276   data-start-level: 3
4277
4278 # VPP MRR Configuration 3n-skx
4279 - type: "file"
4280   title: "VPP MRR Configuration 3n-skx"
4281   algorithm: "file_test_results"
4282   output-file-ext: ".rst"
4283   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4284   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4285   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4286   data: "vpp-mrr-results-3n-skx"
4287   filter: "'MRR'"
4288   parameters:
4289   - "name"
4290   - "doc"
4291   - "level"
4292   - "parent"
4293   data-start-level: 3
4294
4295 # VPP MRR Configuration 2n-skx
4296 - type: "file"
4297   title: "VPP MRR Configuration 2n-skx"
4298   algorithm: "file_test_results"
4299   output-file-ext: ".rst"
4300   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4301   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4302   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4303   data: "vpp-mrr-results-2n-skx"
4304   filter: "'MRR'"
4305   parameters:
4306   - "name"
4307   - "doc"
4308   - "level"
4309   - "parent"
4310   data-start-level: 3
4311
4312 ## VPP MRR Configuration 2n-dnv
4313 #- type: "file"
4314 #  title: "VPP MRR Configuration 2n-dnv"
4315 #  algorithm: "file_test_results"
4316 #  output-file-ext: ".rst"
4317 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4318 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4319 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4320 #  data: "intel-dnv-vpp"
4321 #  filter: "'MRR'"
4322 #  parameters:
4323 #  - "name"
4324 #  - "doc"
4325 #  - "level"
4326 #  - "parent"
4327 #  data-start-level: 3
4328
4329 # VPP Functional Results - Ubuntu
4330 - type: "file"
4331   title: "VPP Functional Results - Ubuntu"
4332   algorithm: "file_test_results"
4333   output-file-ext: ".rst"
4334   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4335   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4336   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4337   data: "vpp-func-results-ubuntu"
4338   filter: "all"
4339   parameters:
4340   - "name"
4341   - "doc"
4342   - "level"
4343   - "parent"
4344   data-start-level: 3
4345
4346 # VPP Functional Results - CentOS
4347 - type: "file"
4348   title: "VPP Functional Results - CentOS"
4349   algorithm: "file_test_results"
4350   output-file-ext: ".rst"
4351   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4352   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4353   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4354   data:
4355     "vpp-func-results-centos"
4356   filter: "all"
4357   parameters:
4358   - "name"
4359   - "doc"
4360   - "level"
4361   - "parent"
4362   data-start-level: 3
4363
4364 # VPP Functional Configuration - Ubuntu
4365 - type: "file"
4366   title: "VPP Functional Configuration - Ubuntu"
4367   algorithm: "file_test_results"
4368   output-file-ext: ".rst"
4369   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4370   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4371   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4372   data: "vpp-func-results-ubuntu"
4373   filter: "all"
4374   parameters:
4375   - "name"
4376   - "doc"
4377   - "level"
4378   - "parent"
4379   data-start-level: 3
4380
4381 # VPP Functional Configuration - CentOS
4382 - type: "file"
4383   title: "VPP Functional Configuration - CentOS"
4384   algorithm: "file_test_results"
4385   output-file-ext: ".rst"
4386   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4387   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4388   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4389   data:
4390     "vpp-func-results-centos"
4391   filter: "all"
4392   parameters:
4393   - "name"
4394   - "doc"
4395   - "level"
4396   - "parent"
4397   data-start-level: 3
4398
4399 # VPP Device Results - Ubuntu
4400 - type: "file"
4401   title: "VPP Device Results - Ubuntu"
4402   algorithm: "file_test_results"
4403   output-file-ext: ".rst"
4404   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4405   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4406   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4407   data: "vpp-device-results-ubuntu"
4408   filter: "all"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 2
4415
4416 # VPP Device Configuration - Ubuntu
4417 - type: "file"
4418   title: "VPP Device Configuration - Ubuntu"
4419   algorithm: "file_test_results"
4420   output-file-ext: ".rst"
4421   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4422   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4423   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4424   data: "vpp-device-results-ubuntu"
4425   filter: "all"
4426   parameters:
4427   - "name"
4428   - "doc"
4429   - "level"
4430   - "parent"
4431   data-start-level: 2
4432
4433 ## Container Orchestrated Performance Results 3n-hsw
4434 #- type: "file"
4435 #  title: "Container Orchestrated Performance Results 3n-hsw"
4436 #  algorithm: "file_test_results"
4437 #  output-file-ext: ".rst"
4438 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4439 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4440 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4441 #  data: "ligato-perf-results-3n-hsw"
4442 #  filter: "all"
4443 #  parameters:
4444 #  - "name"
4445 #  - "doc"
4446 #  - "level"
4447 #  - "parent"
4448 #  data-start-level: 3
4449
4450 # DPDK Performance Results 3n-hsw
4451 - type: "file"
4452   title: "DPDK Performance Results 3n-hsw"
4453   algorithm: "file_test_results"
4454   output-file-ext: ".rst"
4455   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4456   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4457   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4458   data: "dpdk-perf-results-3n-hsw"
4459   filter: "all"
4460   parameters:
4461   - "name"
4462   - "doc"
4463   - "level"
4464   - "parent"
4465   data-start-level: 3
4466
4467 # DPDK Performance Results 3n-skx
4468 - type: "file"
4469   title: "DPDK Performance Results 3n-skx"
4470   algorithm: "file_test_results"
4471   output-file-ext: ".rst"
4472   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4473   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4474   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4475   data: "dpdk-perf-results-3n-skx"
4476   filter: "all"
4477   parameters:
4478   - "name"
4479   - "doc"
4480   - "level"
4481   - "parent"
4482   data-start-level: 3
4483
4484 # DPDK Performance Results 2n-skx
4485 - type: "file"
4486   title: "DPDK Performance Results 2n-skx"
4487   algorithm: "file_test_results"
4488   output-file-ext: ".rst"
4489   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4490   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4491   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4492   data: "dpdk-perf-results-2n-skx"
4493   filter: "all"
4494   parameters:
4495   - "name"
4496   - "doc"
4497   - "level"
4498   - "parent"
4499   data-start-level: 3
4500
4501 # Honeycomb Functional Results
4502 - type: "file"
4503   title: "Honeycomb Functional Results"
4504   algorithm: "file_test_results"
4505   output-file-ext: ".rst"
4506   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4507   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4508   dir-tables: "{DIR[DTR,FUNC,HC]}"
4509   data:
4510     "hc-func-results"
4511   filter: "all"
4512   parameters:
4513   - "name"
4514   - "doc"
4515   - "level"
4516   - "parent"
4517   data-start-level: 3
4518
4519 # NSH SFC Functional Results
4520 #-
4521 #  type: "file"
4522 #  title: "NSH SFC Functional Results"
4523 #  algorithm: "file_test_results"
4524 #  output-file-ext: ".rst"
4525 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4526 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4527 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4528 #  data:
4529 #    "nsh-func-results"
4530 #  filter: "all"
4531 #  parameters:
4532 #  - "name"
4533 #  - "doc"
4534 #  - "level"
4535 #  - "parent"
4536 #  data-start-level: 3
4537
4538 # DMM Functional Results
4539 - type: "file"
4540   title: "DMM Functional Results"
4541   algorithm: "file_test_results"
4542   output-file-ext: ".rst"
4543   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4544   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4545   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4546   data:
4547     "dmm-func-results"
4548   filter: "all"
4549   parameters:
4550   - "name"
4551   - "doc"
4552   - "level"
4553   - "parent"
4554   data-start-level: 3
4555
4556 ################################################################################
4557 ###                                P L O T S                                 ###
4558 ################################################################################
4559
4560 # Soak test - 30min Soak Test (PLRsearch), boxes
4561 - type: "plot"
4562   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4563   algorithm: "plot_performance_box"
4564   output-file-type: ".html"
4565   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4566   data: "plot-vpp-soak-2n-skx"
4567   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4568   parameters:
4569     - "throughput"
4570     - "parent"
4571     - "tags"
4572   sort:
4573     - "DRV_AVF"
4574     - "DRV_AVF"
4575     - "DRV_AVF"
4576     - "L2PATCH"
4577     - "L2BDMACLRN"
4578     - "L2XCBASE"
4579   layout:
4580     title: "30min Soak Test (PLRsearch)"
4581     layout: "plot-soak-throughput"
4582
4583 # Soak test - 30min Soak Test (PLRsearch), boxes
4584 - type: "plot"
4585   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4586   algorithm: "plot_performance_box"
4587   output-file-type: ".html"
4588   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4589   data: "plot-vpp-soak-2n-skx"
4590   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4591   parameters:
4592     - "throughput"
4593     - "parent"
4594     - "tags"
4595   sort:
4596     - "VHOST"
4597     - "MEMIF"
4598     - "IP4FWD"
4599     - "IP6FWD"
4600   layout:
4601     title: "30min Soak Test (PLRsearch)"
4602     layout: "plot-soak-throughput"
4603
4604 ################################################################################
4605 # Plots - NF Density - VSC - MRR 64b
4606 - type: "plot"
4607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4608   algorithm: "plot_service_density_heatmap_compare"
4609   output-file-type: ".html"
4610   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4611   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4612   filter: "'NIC_Intel-X710' and
4613            'NF_DENSITY' and
4614            'VHOST' and
4615            'CHAIN' and
4616            'NF_VPPIP4' and
4617            '64B' and
4618            '2T1C' and
4619            'MRR'"
4620   reference:
4621     include: "2"
4622     name: "VNF-1c"
4623   compare:
4624     include: "1"
4625     name: "VNF-0.5c"
4626   parameters:
4627   - "result"
4628   - "name"
4629   - "tags"
4630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4631   x-axis: "X = VNFs per Service Chain"
4632   y-axis: "Y = Number of Service Chains"
4633   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4634   layout:
4635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4636     layout: "plot-service-density"
4637
4638 - type: "plot"
4639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4640   algorithm: "plot_service_density_heatmap_compare"
4641   output-file-type: ".html"
4642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4643   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4644   filter: "'NIC_Intel-X710' and
4645            'NF_DENSITY' and
4646            'VHOST' and
4647            'CHAIN' and
4648            'NF_VPPIP4' and
4649            '64B' and
4650            '4T2C' and
4651            'MRR'"
4652   reference:
4653     include: "2"
4654     name: "VNF-1c"
4655   compare:
4656     include: "1"
4657     name: "VNF-0.5c"
4658   parameters:
4659   - "result"
4660   - "name"
4661   - "tags"
4662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4663   x-axis: "X = VNFs per Service Chain"
4664   y-axis: "Y = Number of Service Chains"
4665   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4666   layout:
4667     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4668     layout: "plot-service-density"
4669
4670 - type: "plot"
4671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4672   algorithm: "plot_service_density_heatmap_compare"
4673   output-file-type: ".html"
4674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4675   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4676   filter: "'NIC_Intel-X710' and
4677            'NF_DENSITY' and
4678            'VHOST' and
4679            'CHAIN' and
4680            'NF_VPPIP4' and
4681            '64B' and
4682            '8T4C' and
4683            'MRR'"
4684   reference:
4685     include: "2"
4686     name: "VNF-1c"
4687   compare:
4688     include: "1"
4689     name: "VNF-0.5c"
4690   parameters:
4691   - "result"
4692   - "name"
4693   - "tags"
4694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4695   x-axis: "X = VNFs per Service Chain"
4696   y-axis: "Y = Number of Service Chains"
4697   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4698   layout:
4699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4700     layout: "plot-service-density"
4701
4702 # Plots - NF Density - VSC - MRR IMIX
4703 - type: "plot"
4704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4705   algorithm: "plot_service_density_heatmap_compare"
4706   output-file-type: ".html"
4707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4708   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4709   filter: "'NIC_Intel-X710' and
4710            'NF_DENSITY' and
4711            'VHOST' and
4712            'CHAIN' and
4713            'NF_VPPIP4' and
4714            'IMIX' and
4715            '2T1C' and
4716            'MRR'"
4717   reference:
4718     include: "2"
4719     name: "VNF-1c"
4720   compare:
4721     include: "1"
4722     name: "VNF-0.5c"
4723   parameters:
4724   - "result"
4725   - "name"
4726   - "tags"
4727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4728   x-axis: "X = VNFs per Service Chain"
4729   y-axis: "Y = Number of Service Chains"
4730   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4731   layout:
4732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4733     layout: "plot-service-density"
4734
4735 - type: "plot"
4736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4737   algorithm: "plot_service_density_heatmap_compare"
4738   output-file-type: ".html"
4739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4740   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4741   filter: "'NIC_Intel-X710' and
4742            'NF_DENSITY' and
4743            'VHOST' and
4744            'CHAIN' and
4745            'NF_VPPIP4' and
4746            'IMIX' and
4747            '4T2C' and
4748            'MRR'"
4749   reference:
4750     include: "2"
4751     name: "VNF-1c"
4752   compare:
4753     include: "1"
4754     name: "VNF-0.5c"
4755   parameters:
4756   - "result"
4757   - "name"
4758   - "tags"
4759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4760   x-axis: "X = VNFs per Service Chain"
4761   y-axis: "Y = Number of Service Chains"
4762   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4763   layout:
4764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4765     layout: "plot-service-density"
4766
4767 - type: "plot"
4768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4769   algorithm: "plot_service_density_heatmap_compare"
4770   output-file-type: ".html"
4771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4772   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4773   filter: "'NIC_Intel-X710' and
4774            'NF_DENSITY' and
4775            'VHOST' and
4776            'CHAIN' and
4777            'NF_VPPIP4' and
4778            'IMIX' and
4779            '8T4C' and
4780            'MRR'"
4781   reference:
4782     include: "2"
4783     name: "VNF-1c"
4784   compare:
4785     include: "1"
4786     name: "VNF-0.5c"
4787   parameters:
4788   - "result"
4789   - "name"
4790   - "tags"
4791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4792   x-axis: "X = VNFs per Service Chain"
4793   y-axis: "Y = Number of Service Chains"
4794   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4795   layout:
4796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4797     layout: "plot-service-density"
4798
4799 # Plots - NF Density - VSC - NDR 64b
4800 - type: "plot"
4801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4802   algorithm: "plot_service_density_heatmap_compare"
4803   output-file-type: ".html"
4804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4805   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4806   filter: "'NIC_Intel-X710' and
4807            'NF_DENSITY' and
4808            'VHOST' and
4809            'CHAIN' and
4810            'NF_VPPIP4' and
4811            '64B' and
4812            '2T1C' and
4813            'NDRPDR'"
4814   reference:
4815     include: "2"
4816     name: "VNF-1c"
4817   compare:
4818     include: "1"
4819     name: "VNF-0.5c"
4820   parameters:
4821   - "throughput"
4822   - "name"
4823   - "tags"
4824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4825   x-axis: "X = VNFs per Service Chain"
4826   y-axis: "Y = Number of Service Chains"
4827   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4828   layout:
4829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4830     layout: "plot-service-density"
4831
4832 - type: "plot"
4833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4834   algorithm: "plot_service_density_heatmap_compare"
4835   output-file-type: ".html"
4836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4837   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4838   filter: "'NIC_Intel-X710' and
4839            'NF_DENSITY' and
4840            'VHOST' and
4841            'CHAIN' and
4842            'NF_VPPIP4' and
4843            '64B' and
4844            '4T2C' and
4845            'NDRPDR'"
4846   reference:
4847     include: "2"
4848     name: "VNF-1c"
4849   compare:
4850     include: "1"
4851     name: "VNF-0.5c"
4852   parameters:
4853   - "throughput"
4854   - "name"
4855   - "tags"
4856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4857   x-axis: "X = VNFs per Service Chain"
4858   y-axis: "Y = Number of Service Chains"
4859   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4860   layout:
4861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4862     layout: "plot-service-density"
4863
4864 - type: "plot"
4865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4866   algorithm: "plot_service_density_heatmap_compare"
4867   output-file-type: ".html"
4868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4869   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4870   filter: "'NIC_Intel-X710' and
4871            'NF_DENSITY' and
4872            'VHOST' and
4873            'CHAIN' and
4874            'NF_VPPIP4' and
4875            '64B' and
4876            '8T4C' and
4877            'NDRPDR'"
4878   reference:
4879     include: "2"
4880     name: "VNF-1c"
4881   compare:
4882     include: "1"
4883     name: "VNF-0.5c"
4884   parameters:
4885   - "throughput"
4886   - "name"
4887   - "tags"
4888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4889   x-axis: "X = VNFs per Service Chain"
4890   y-axis: "Y = Number of Service Chains"
4891   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4892   layout:
4893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4894     layout: "plot-service-density"
4895
4896 # Plots - NF Density - VSC - NDR IMIX
4897 - type: "plot"
4898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4899   algorithm: "plot_service_density_heatmap_compare"
4900   output-file-type: ".html"
4901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4902   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4903   filter: "'NIC_Intel-X710' and
4904            'NF_DENSITY' and
4905            'VHOST' and
4906            'CHAIN' and
4907            'NF_VPPIP4' and
4908            'IMIX' and
4909            '2T1C' and
4910            'NDRPDR'"
4911   reference:
4912     include: "2"
4913     name: "VNF-1c"
4914   compare:
4915     include: "1"
4916     name: "VNF-0.5c"
4917   parameters:
4918   - "throughput"
4919   - "name"
4920   - "tags"
4921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4922   x-axis: "X = VNFs per Service Chain"
4923   y-axis: "Y = Number of Service Chains"
4924   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4925   layout:
4926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4927     layout: "plot-service-density"
4928
4929 - type: "plot"
4930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4931   algorithm: "plot_service_density_heatmap_compare"
4932   output-file-type: ".html"
4933   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4934   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4935   filter: "'NIC_Intel-X710' and
4936            'NF_DENSITY' and
4937            'VHOST' and
4938            'CHAIN' and
4939            'NF_VPPIP4' and
4940            'IMIX' and
4941            '4T2C' and
4942            'NDRPDR'"
4943   reference:
4944     include: "2"
4945     name: "VNF-1c"
4946   compare:
4947     include: "1"
4948     name: "VNF-0.5c"
4949   parameters:
4950   - "throughput"
4951   - "name"
4952   - "tags"
4953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4954   x-axis: "X = VNFs per Service Chain"
4955   y-axis: "Y = Number of Service Chains"
4956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4957   layout:
4958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4959     layout: "plot-service-density"
4960
4961 - type: "plot"
4962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4963   algorithm: "plot_service_density_heatmap_compare"
4964   output-file-type: ".html"
4965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
4966   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4967   filter: "'NIC_Intel-X710' and
4968            'NF_DENSITY' and
4969            'VHOST' and
4970            'CHAIN' and
4971            'NF_VPPIP4' and
4972            'IMIX' and
4973            '8T4C' and
4974            'NDRPDR'"
4975   reference:
4976     include: "2"
4977     name: "VNF-1c"
4978   compare:
4979     include: "1"
4980     name: "VNF-0.5c"
4981   parameters:
4982   - "throughput"
4983   - "name"
4984   - "tags"
4985   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4986   x-axis: "X = VNFs per Service Chain"
4987   y-axis: "Y = Number of Service Chains"
4988   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4989   layout:
4990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4991     layout: "plot-service-density"
4992
4993 # Plots - NF Density - VSC - PDR 64b
4994 - type: "plot"
4995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4996   algorithm: "plot_service_density_heatmap_compare"
4997   output-file-type: ".html"
4998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
4999   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5000   filter: "'NIC_Intel-X710' and
5001            'NF_DENSITY' and
5002            'VHOST' and
5003            'CHAIN' and
5004            'NF_VPPIP4' and
5005            '64B' and
5006            '2T1C' and
5007            'NDRPDR'"
5008   reference:
5009     include: "2"
5010     name: "VNF-1c"
5011   compare:
5012     include: "1"
5013     name: "VNF-0.5c"
5014   parameters:
5015   - "throughput"
5016   - "name"
5017   - "tags"
5018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5019   x-axis: "X = VNFs per Service Chain"
5020   y-axis: "Y = Number of Service Chains"
5021   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5022   layout:
5023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5024     layout: "plot-service-density"
5025
5026 - type: "plot"
5027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5028   algorithm: "plot_service_density_heatmap_compare"
5029   output-file-type: ".html"
5030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5031   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5032   filter: "'NIC_Intel-X710' and
5033            'NF_DENSITY' and
5034            'VHOST' and
5035            'CHAIN' and
5036            'NF_VPPIP4' and
5037            '64B' and
5038            '4T2C' and
5039            'NDRPDR'"
5040   reference:
5041     include: "2"
5042     name: "VNF-1c"
5043   compare:
5044     include: "1"
5045     name: "VNF-0.5c"
5046   parameters:
5047   - "throughput"
5048   - "name"
5049   - "tags"
5050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5051   x-axis: "X = VNFs per Service Chain"
5052   y-axis: "Y = Number of Service Chains"
5053   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5054   layout:
5055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5056     layout: "plot-service-density"
5057
5058 - type: "plot"
5059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5060   algorithm: "plot_service_density_heatmap_compare"
5061   output-file-type: ".html"
5062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5063   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5064   filter: "'NIC_Intel-X710' and
5065            'NF_DENSITY' and
5066            'VHOST' and
5067            'CHAIN' and
5068            'NF_VPPIP4' and
5069            '64B' and
5070            '8T4C' and
5071            'NDRPDR'"
5072   reference:
5073     include: "2"
5074     name: "VNF-1c"
5075   compare:
5076     include: "1"
5077     name: "VNF-0.5c"
5078   parameters:
5079   - "throughput"
5080   - "name"
5081   - "tags"
5082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5083   x-axis: "X = VNFs per Service Chain"
5084   y-axis: "Y = Number of Service Chains"
5085   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5086   layout:
5087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5088     layout: "plot-service-density"
5089
5090 # Plots - NF Density - VSC - PDR IMIX
5091 - type: "plot"
5092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5093   algorithm: "plot_service_density_heatmap_compare"
5094   output-file-type: ".html"
5095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5096   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5097   filter: "'NIC_Intel-X710' and
5098            'NF_DENSITY' and
5099            'VHOST' and
5100            'CHAIN' and
5101            'NF_VPPIP4' and
5102            'IMIX' and
5103            '2T1C' and
5104            'NDRPDR'"
5105   reference:
5106     include: "2"
5107     name: "VNF-1c"
5108   compare:
5109     include: "1"
5110     name: "VNF-0.5c"
5111   parameters:
5112   - "throughput"
5113   - "name"
5114   - "tags"
5115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5116   x-axis: "X = VNFs per Service Chain"
5117   y-axis: "Y = Number of Service Chains"
5118   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5119   layout:
5120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5121     layout: "plot-service-density"
5122
5123 - type: "plot"
5124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5125   algorithm: "plot_service_density_heatmap_compare"
5126   output-file-type: ".html"
5127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5128   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5129   filter: "'NIC_Intel-X710' and
5130            'NF_DENSITY' and
5131            'VHOST' and
5132            'CHAIN' and
5133            'NF_VPPIP4' and
5134            'IMIX' and
5135            '4T2C' and
5136            'NDRPDR'"
5137   reference:
5138     include: "2"
5139     name: "VNF-1c"
5140   compare:
5141     include: "1"
5142     name: "VNF-0.5c"
5143   parameters:
5144   - "throughput"
5145   - "name"
5146   - "tags"
5147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5148   x-axis: "X = VNFs per Service Chain"
5149   y-axis: "Y = Number of Service Chains"
5150   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5151   layout:
5152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5153     layout: "plot-service-density"
5154
5155 - type: "plot"
5156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5157   algorithm: "plot_service_density_heatmap_compare"
5158   output-file-type: ".html"
5159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5160   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5161   filter: "'NIC_Intel-X710' and
5162            'NF_DENSITY' and
5163            'VHOST' and
5164            'CHAIN' and
5165            'NF_VPPIP4' and
5166            'IMIX' and
5167            '8T4C' and
5168            'NDRPDR'"
5169   reference:
5170     include: "2"
5171     name: "VNF-1c"
5172   compare:
5173     include: "1"
5174     name: "VNF-0.5c"
5175   parameters:
5176   - "throughput"
5177   - "name"
5178   - "tags"
5179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5180   x-axis: "X = VNFs per Service Chain"
5181   y-axis: "Y = Number of Service Chains"
5182   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5183   layout:
5184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5185     layout: "plot-service-density"
5186
5187 ################################################################################
5188 # Plots - NF Density - CSC - MRR 64b
5189 - type: "plot"
5190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5191   algorithm: "plot_service_density_heatmap_compare"
5192   output-file-type: ".html"
5193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5194   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5195   filter: "'NIC_Intel-X710' and
5196            'NF_DENSITY' and
5197            'DOCKER' and
5198            'CHAIN' and
5199            'NF_VPPIP4' and
5200            '64B' and
5201            '2T1C' and
5202            'MRR'"
5203   reference:
5204     include: "2"
5205     name: "CNF-1c"
5206   compare:
5207     include: "1"
5208     name: "CNF-0.5c"
5209   parameters:
5210   - "result"
5211   - "name"
5212   - "tags"
5213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5214   x-axis: "X = CNFs per Service Chain"
5215   y-axis: "Y = Number of Service Chains"
5216   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5217   layout:
5218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5219     layout: "plot-service-density"
5220
5221 - type: "plot"
5222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5223   algorithm: "plot_service_density_heatmap_compare"
5224   output-file-type: ".html"
5225   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5226   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5227   filter: "'NIC_Intel-X710' and
5228            'NF_DENSITY' and
5229            'DOCKER' and
5230            'CHAIN' and
5231            'NF_VPPIP4' and
5232            '64B' and
5233            '4T2C' and
5234            'MRR'"
5235   reference:
5236     include: "2"
5237     name: "CNF-1c"
5238   compare:
5239     include: "1"
5240     name: "CNF-0.5c"
5241   parameters:
5242   - "result"
5243   - "name"
5244   - "tags"
5245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5246   x-axis: "X = CNFs per Service Chain"
5247   y-axis: "Y = Number of Service Chains"
5248   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5249   layout:
5250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5251     layout: "plot-service-density"
5252
5253 - type: "plot"
5254   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5255   algorithm: "plot_service_density_heatmap_compare"
5256   output-file-type: ".html"
5257   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5258   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5259   filter: "'NIC_Intel-X710' and
5260            'NF_DENSITY' and
5261            'DOCKER' and
5262            'CHAIN' and
5263            'NF_VPPIP4' and
5264            '64B' and
5265            '8T4C' and
5266            'MRR'"
5267   reference:
5268     include: "2"
5269     name: "CNF-1c"
5270   compare:
5271     include: "1"
5272     name: "CNF-0.5c"
5273   parameters:
5274   - "result"
5275   - "name"
5276   - "tags"
5277   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5278   x-axis: "X = CNFs per Service Chain"
5279   y-axis: "Y = Number of Service Chains"
5280   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5281   layout:
5282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5283     layout: "plot-service-density"
5284
5285 # Plots - NF Density - CSC - MRR IMIX
5286 - type: "plot"
5287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5288   algorithm: "plot_service_density_heatmap_compare"
5289   output-file-type: ".html"
5290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5291   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5292   filter: "'NIC_Intel-X710' and
5293            'NF_DENSITY' and
5294            'DOCKER' and
5295            'CHAIN' and
5296            'NF_VPPIP4' and
5297            'IMIX' and
5298            '2T1C' and
5299            'MRR'"
5300   reference:
5301     include: "2"
5302     name: "CNF-1c"
5303   compare:
5304     include: "1"
5305     name: "CNF-0.5c"
5306   parameters:
5307   - "result"
5308   - "name"
5309   - "tags"
5310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5311   x-axis: "X = CNFs per Service Chain"
5312   y-axis: "Y = Number of Service Chains"
5313   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5314   layout:
5315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5316     layout: "plot-service-density"
5317
5318 - type: "plot"
5319   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5320   algorithm: "plot_service_density_heatmap_compare"
5321   output-file-type: ".html"
5322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5323   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5324   filter: "'NIC_Intel-X710' and
5325            'NF_DENSITY' and
5326            'DOCKER' and
5327            'CHAIN' and
5328            'NF_VPPIP4' and
5329            'IMIX' and
5330            '4T2C' and
5331            'MRR'"
5332   reference:
5333     include: "2"
5334     name: "CNF-1c"
5335   compare:
5336     include: "1"
5337     name: "CNF-0.5c"
5338   parameters:
5339   - "result"
5340   - "name"
5341   - "tags"
5342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5343   x-axis: "X = CNFs per Service Chain"
5344   y-axis: "Y = Number of Service Chains"
5345   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5346   layout:
5347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5348     layout: "plot-service-density"
5349
5350 - type: "plot"
5351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5352   algorithm: "plot_service_density_heatmap_compare"
5353   output-file-type: ".html"
5354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5355   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5356   filter: "'NIC_Intel-X710' and
5357            'NF_DENSITY' and
5358            'DOCKER' and
5359            'CHAIN' and
5360            'NF_VPPIP4' and
5361            'IMIX' and
5362            '8T4C' and
5363            'MRR'"
5364   reference:
5365     include: "2"
5366     name: "CNF-1c"
5367   compare:
5368     include: "1"
5369     name: "CNF-0.5c"
5370   parameters:
5371   - "result"
5372   - "name"
5373   - "tags"
5374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5375   x-axis: "X = CNFs per Service Chain"
5376   y-axis: "Y = Number of Service Chains"
5377   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5378   layout:
5379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5380     layout: "plot-service-density"
5381
5382 # Plots - NF Density - CSC - NDR 64b
5383 - type: "plot"
5384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5385   algorithm: "plot_service_density_heatmap_compare"
5386   output-file-type: ".html"
5387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5388   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5389   filter: "'NIC_Intel-X710' and
5390            'NF_DENSITY' and
5391            'DOCKER' and
5392            'CHAIN' and
5393            'NF_VPPIP4' and
5394            '64B' and
5395            '2T1C' and
5396            'NDRPDR'"
5397   reference:
5398     include: "2"
5399     name: "CNF-1c"
5400   compare:
5401     include: "1"
5402     name: "CNF-0.5c"
5403   parameters:
5404   - "throughput"
5405   - "name"
5406   - "tags"
5407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5408   x-axis: "X = CNFs per Service Chain"
5409   y-axis: "Y = Number of Service Chains"
5410   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5411   layout:
5412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5413     layout: "plot-service-density"
5414
5415 - type: "plot"
5416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5417   algorithm: "plot_service_density_heatmap_compare"
5418   output-file-type: ".html"
5419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5420   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5421   filter: "'NIC_Intel-X710' and
5422            'NF_DENSITY' and
5423            'DOCKER' and
5424            'CHAIN' and
5425            'NF_VPPIP4' and
5426            '64B' and
5427            '4T2C' and
5428            'NDRPDR'"
5429   reference:
5430     include: "2"
5431     name: "CNF-1c"
5432   compare:
5433     include: "1"
5434     name: "CNF-0.5c"
5435   parameters:
5436   - "throughput"
5437   - "name"
5438   - "tags"
5439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5440   x-axis: "X = CNFs per Service Chain"
5441   y-axis: "Y = Number of Service Chains"
5442   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5443   layout:
5444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5445     layout: "plot-service-density"
5446
5447 - type: "plot"
5448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5449   algorithm: "plot_service_density_heatmap_compare"
5450   output-file-type: ".html"
5451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5452   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5453   filter: "'NIC_Intel-X710' and
5454            'NF_DENSITY' and
5455            'DOCKER' and
5456            'CHAIN' and
5457            'NF_VPPIP4' and
5458            '64B' and
5459            '8T4C' and
5460            'NDRPDR'"
5461   reference:
5462     include: "2"
5463     name: "CNF-1c"
5464   compare:
5465     include: "1"
5466     name: "CNF-0.5c"
5467   parameters:
5468   - "throughput"
5469   - "name"
5470   - "tags"
5471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5472   x-axis: "X = CNFs per Service Chain"
5473   y-axis: "Y = Number of Service Chains"
5474   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5475   layout:
5476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5477     layout: "plot-service-density"
5478
5479 # Plots - NF Density - CSC - NDR IMIX
5480 - type: "plot"
5481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5482   algorithm: "plot_service_density_heatmap_compare"
5483   output-file-type: ".html"
5484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5485   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5486   filter: "'NIC_Intel-X710' and
5487            'NF_DENSITY' and
5488            'DOCKER' and
5489            'CHAIN' and
5490            'NF_VPPIP4' and
5491            'IMIX' and
5492            '2T1C' and
5493            'NDRPDR'"
5494   reference:
5495     include: "2"
5496     name: "CNF-1c"
5497   compare:
5498     include: "1"
5499     name: "CNF-0.5c"
5500   parameters:
5501   - "throughput"
5502   - "name"
5503   - "tags"
5504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5505   x-axis: "X = CNFs per Service Chain"
5506   y-axis: "Y = Number of Service Chains"
5507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5508   layout:
5509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5510     layout: "plot-service-density"
5511
5512 - type: "plot"
5513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5514   algorithm: "plot_service_density_heatmap_compare"
5515   output-file-type: ".html"
5516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5517   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5518   filter: "'NIC_Intel-X710' and
5519            'NF_DENSITY' and
5520            'DOCKER' and
5521            'CHAIN' and
5522            'NF_VPPIP4' and
5523            'IMIX' and
5524            '4T2C' and
5525            'NDRPDR'"
5526   reference:
5527     include: "2"
5528     name: "CNF-1c"
5529   compare:
5530     include: "1"
5531     name: "CNF-0.5c"
5532   parameters:
5533   - "throughput"
5534   - "name"
5535   - "tags"
5536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5537   x-axis: "X = CNFs per Service Chain"
5538   y-axis: "Y = Number of Service Chains"
5539   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5540   layout:
5541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5542     layout: "plot-service-density"
5543
5544 - type: "plot"
5545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5546   algorithm: "plot_service_density_heatmap_compare"
5547   output-file-type: ".html"
5548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5549   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5550   filter: "'NIC_Intel-X710' and
5551            'NF_DENSITY' and
5552            'DOCKER' and
5553            'CHAIN' and
5554            'NF_VPPIP4' and
5555            'IMIX' and
5556            '8T4C' and
5557            'NDRPDR'"
5558   reference:
5559     include: "2"
5560     name: "CNF-1c"
5561   compare:
5562     include: "1"
5563     name: "CNF-0.5c"
5564   parameters:
5565   - "throughput"
5566   - "name"
5567   - "tags"
5568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5569   x-axis: "X = CNFs per Service Chain"
5570   y-axis: "Y = Number of Service Chains"
5571   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5572   layout:
5573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5574     layout: "plot-service-density"
5575
5576 # Plots - NF Density - CSC - PDR 64b
5577 - type: "plot"
5578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5579   algorithm: "plot_service_density_heatmap_compare"
5580   output-file-type: ".html"
5581   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5582   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5583   filter: "'NIC_Intel-X710' and
5584            'NF_DENSITY' and
5585            'DOCKER' and
5586            'CHAIN' and
5587            'NF_VPPIP4' and
5588            '64B' and
5589            '2T1C' and
5590            'NDRPDR'"
5591   reference:
5592     include: "2"
5593     name: "CNF-1c"
5594   compare:
5595     include: "1"
5596     name: "CNF-0.5c"
5597   parameters:
5598   - "throughput"
5599   - "name"
5600   - "tags"
5601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5602   x-axis: "X = CNFs per Service Chain"
5603   y-axis: "Y = Number of Service Chains"
5604   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5605   layout:
5606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5607     layout: "plot-service-density"
5608
5609 - type: "plot"
5610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5611   algorithm: "plot_service_density_heatmap_compare"
5612   output-file-type: ".html"
5613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5614   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5615   filter: "'NIC_Intel-X710' and
5616            'NF_DENSITY' and
5617            'DOCKER' and
5618            'CHAIN' and
5619            'NF_VPPIP4' and
5620            '64B' and
5621            '4T2C' and
5622            'NDRPDR'"
5623   reference:
5624     include: "2"
5625     name: "CNF-1c"
5626   compare:
5627     include: "1"
5628     name: "CNF-0.5c"
5629   parameters:
5630   - "throughput"
5631   - "name"
5632   - "tags"
5633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5634   x-axis: "X = CNFs per Service Chain"
5635   y-axis: "Y = Number of Service Chains"
5636   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5637   layout:
5638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5639     layout: "plot-service-density"
5640
5641 - type: "plot"
5642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5643   algorithm: "plot_service_density_heatmap_compare"
5644   output-file-type: ".html"
5645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5646   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5647   filter: "'NIC_Intel-X710' and
5648            'NF_DENSITY' and
5649            'DOCKER' and
5650            'CHAIN' and
5651            'NF_VPPIP4' and
5652            '64B' and
5653            '8T4C' and
5654            'NDRPDR'"
5655   reference:
5656     include: "2"
5657     name: "CNF-1c"
5658   compare:
5659     include: "1"
5660     name: "CNF-0.5c"
5661   parameters:
5662   - "throughput"
5663   - "name"
5664   - "tags"
5665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5666   x-axis: "X = CNFs per Service Chain"
5667   y-axis: "Y = Number of Service Chains"
5668   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5669   layout:
5670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5671     layout: "plot-service-density"
5672
5673 # Plots - NF Density - CSC - PDR IMIX
5674 - type: "plot"
5675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5676   algorithm: "plot_service_density_heatmap_compare"
5677   output-file-type: ".html"
5678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5679   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5680   filter: "'NIC_Intel-X710' and
5681            'NF_DENSITY' and
5682            'DOCKER' and
5683            'CHAIN' and
5684            'NF_VPPIP4' and
5685            'IMIX' and
5686            '2T1C' and
5687            'NDRPDR'"
5688   reference:
5689     include: "2"
5690     name: "CNF-1c"
5691   compare:
5692     include: "1"
5693     name: "CNF-0.5c"
5694   parameters:
5695   - "throughput"
5696   - "name"
5697   - "tags"
5698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5699   x-axis: "X = CNFs per Service Chain"
5700   y-axis: "Y = Number of Service Chains"
5701   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5702   layout:
5703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5704     layout: "plot-service-density"
5705
5706 - type: "plot"
5707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5708   algorithm: "plot_service_density_heatmap_compare"
5709   output-file-type: ".html"
5710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5711   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5712   filter: "'NIC_Intel-X710' and
5713            'NF_DENSITY' and
5714            'DOCKER' and
5715            'CHAIN' and
5716            'NF_VPPIP4' and
5717            'IMIX' and
5718            '4T2C' and
5719            'NDRPDR'"
5720   reference:
5721     include: "2"
5722     name: "CNF-1c"
5723   compare:
5724     include: "1"
5725     name: "CNF-0.5c"
5726   parameters:
5727   - "throughput"
5728   - "name"
5729   - "tags"
5730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5731   x-axis: "X = CNFs per Service Chain"
5732   y-axis: "Y = Number of Service Chains"
5733   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5734   layout:
5735     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5736     layout: "plot-service-density"
5737
5738 - type: "plot"
5739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5740   algorithm: "plot_service_density_heatmap_compare"
5741   output-file-type: ".html"
5742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5743   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5744   filter: "'NIC_Intel-X710' and
5745            'NF_DENSITY' and
5746            'DOCKER' and
5747            'CHAIN' and
5748            'NF_VPPIP4' and
5749            'IMIX' and
5750            '8T4C' and
5751            'NDRPDR'"
5752   reference:
5753     include: "2"
5754     name: "CNF-1c"
5755   compare:
5756     include: "1"
5757     name: "CNF-0.5c"
5758   parameters:
5759   - "throughput"
5760   - "name"
5761   - "tags"
5762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5763   x-axis: "X = CNFs per Service Chain"
5764   y-axis: "Y = Number of Service Chains"
5765   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5766   layout:
5767     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5768     layout: "plot-service-density"
5769
5770 ################################################################################
5771 # Plots - NF Density - CSP - MRR 64b
5772 - type: "plot"
5773   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5774   algorithm: "plot_service_density_heatmap_compare"
5775   output-file-type: ".html"
5776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5777   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5778   filter: "'NIC_Intel-X710' and
5779            'NF_DENSITY' and
5780            'DOCKER' and
5781            'PIPELINE' and
5782            'NF_VPPIP4' and
5783            '64B' and
5784            '2T1C' and
5785            'MRR'"
5786   reference:
5787     include: "2"
5788     name: "CNF-1c"
5789   compare:
5790     include: "1"
5791     name: "CNF-0.5c"
5792   parameters:
5793   - "result"
5794   - "name"
5795   - "tags"
5796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5797   x-axis: "X = CNFs per Service Pipeline"
5798   y-axis: "Y = Number of Service Pipelines"
5799   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5800   layout:
5801     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5802     layout: "plot-service-density"
5803
5804 - type: "plot"
5805   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5806   algorithm: "plot_service_density_heatmap_compare"
5807   output-file-type: ".html"
5808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5809   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5810   filter: "'NIC_Intel-X710' and
5811            'NF_DENSITY' and
5812            'DOCKER' and
5813            'PIPELINE' and
5814            'NF_VPPIP4' and
5815            '64B' and
5816            '4T2C' and
5817            'MRR'"
5818   reference:
5819     include: "2"
5820     name: "CNF-1c"
5821   compare:
5822     include: "1"
5823     name: "CNF-0.5c"
5824   parameters:
5825   - "result"
5826   - "name"
5827   - "tags"
5828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5829   x-axis: "X = CNFs per Service Pipeline"
5830   y-axis: "Y = Number of Service Pipelines"
5831   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5832   layout:
5833     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5834     layout: "plot-service-density"
5835
5836 - type: "plot"
5837   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5838   algorithm: "plot_service_density_heatmap_compare"
5839   output-file-type: ".html"
5840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5841   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5842   filter: "'NIC_Intel-X710' and
5843            'NF_DENSITY' and
5844            'DOCKER' and
5845            'PIPELINE' and
5846            'NF_VPPIP4' and
5847            '64B' and
5848            '8T4C' and
5849            'MRR'"
5850   reference:
5851     include: "2"
5852     name: "CNF-1c"
5853   compare:
5854     include: "1"
5855     name: "CNF-0.5c"
5856   parameters:
5857   - "result"
5858   - "name"
5859   - "tags"
5860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5861   x-axis: "X = CNFs per Service Pipeline"
5862   y-axis: "Y = Number of Service Pipelines"
5863   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5864   layout:
5865     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5866     layout: "plot-service-density"
5867
5868 # Plots - NF Density - CSP - MRR IMIX
5869 - type: "plot"
5870   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5871   algorithm: "plot_service_density_heatmap_compare"
5872   output-file-type: ".html"
5873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5874   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5875   filter: "'NIC_Intel-X710' and
5876            'NF_DENSITY' and
5877            'DOCKER' and
5878            'PIPELINE' and
5879            'NF_VPPIP4' and
5880            'IMIX' and
5881            '2T1C' and
5882            'MRR'"
5883   reference:
5884     include: "2"
5885     name: "CNF-1c"
5886   compare:
5887     include: "1"
5888     name: "CNF-0.5c"
5889   parameters:
5890   - "result"
5891   - "name"
5892   - "tags"
5893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5894   x-axis: "X = CNFs per Service Pipeline"
5895   y-axis: "Y = Number of Service Pipelines"
5896   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5897   layout:
5898     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5899     layout: "plot-service-density"
5900
5901 - type: "plot"
5902   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5903   algorithm: "plot_service_density_heatmap_compare"
5904   output-file-type: ".html"
5905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5906   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5907   filter: "'NIC_Intel-X710' and
5908            'NF_DENSITY' and
5909            'DOCKER' and
5910            'PIPELINE' and
5911            'NF_VPPIP4' and
5912            'IMIX' and
5913            '4T2C' and
5914            'MRR'"
5915   reference:
5916     include: "2"
5917     name: "CNF-1c"
5918   compare:
5919     include: "1"
5920     name: "CNF-0.5c"
5921   parameters:
5922   - "result"
5923   - "name"
5924   - "tags"
5925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5926   x-axis: "X = CNFs per Service Pipeline"
5927   y-axis: "Y = Number of Service Pipelines"
5928   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5929   layout:
5930     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5931     layout: "plot-service-density"
5932
5933 - type: "plot"
5934   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5935   algorithm: "plot_service_density_heatmap_compare"
5936   output-file-type: ".html"
5937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5938   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5939   filter: "'NIC_Intel-X710' and
5940            'NF_DENSITY' and
5941            'DOCKER' and
5942            'PIPELINE' and
5943            'NF_VPPIP4' and
5944            'IMIX' and
5945            '8T4C' and
5946            'MRR'"
5947   reference:
5948     include: "2"
5949     name: "CNF-1c"
5950   compare:
5951     include: "1"
5952     name: "CNF-0.5c"
5953   parameters:
5954   - "result"
5955   - "name"
5956   - "tags"
5957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5958   x-axis: "X = CNFs per Service Pipeline"
5959   y-axis: "Y = Number of Service Pipelines"
5960   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5961   layout:
5962     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5963     layout: "plot-service-density"
5964
5965 # Plots - NF Density - CSP - NDR 64b
5966 - type: "plot"
5967   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5968   algorithm: "plot_service_density_heatmap_compare"
5969   output-file-type: ".html"
5970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
5971   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5972   filter: "'NIC_Intel-X710' and
5973            'NF_DENSITY' and
5974            'DOCKER' and
5975            'PIPELINE' and
5976            'NF_VPPIP4' and
5977            '64B' and
5978            '2T1C' and
5979            'NDRPDR'"
5980   reference:
5981     include: "2"
5982     name: "CNF-1c"
5983   compare:
5984     include: "1"
5985     name: "CNF-0.5c"
5986   parameters:
5987   - "throughput"
5988   - "name"
5989   - "tags"
5990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5991   x-axis: "X = CNFs per Service Pipeline"
5992   y-axis: "Y = Number of Service Pipelines"
5993   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5994   layout:
5995     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5996     layout: "plot-service-density"
5997
5998 - type: "plot"
5999   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6000   algorithm: "plot_service_density_heatmap_compare"
6001   output-file-type: ".html"
6002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6003   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6004   filter: "'NIC_Intel-X710' and
6005            'NF_DENSITY' and
6006            'DOCKER' and
6007            'PIPELINE' and
6008            'NF_VPPIP4' and
6009            '64B' and
6010            '4T2C' and
6011            'NDRPDR'"
6012   reference:
6013     include: "2"
6014     name: "CNF-1c"
6015   compare:
6016     include: "1"
6017     name: "CNF-0.5c"
6018   parameters:
6019   - "throughput"
6020   - "name"
6021   - "tags"
6022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6023   x-axis: "X = CNFs per Service Pipeline"
6024   y-axis: "Y = Number of Service Pipelines"
6025   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6026   layout:
6027     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6028     layout: "plot-service-density"
6029
6030 - type: "plot"
6031   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6032   algorithm: "plot_service_density_heatmap_compare"
6033   output-file-type: ".html"
6034   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6035   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6036   filter: "'NIC_Intel-X710' and
6037            'NF_DENSITY' and
6038            'DOCKER' and
6039            'PIPELINE' and
6040            'NF_VPPIP4' and
6041            '64B' and
6042            '8T4C' and
6043            'NDRPDR'"
6044   reference:
6045     include: "2"
6046     name: "CNF-1c"
6047   compare:
6048     include: "1"
6049     name: "CNF-0.5c"
6050   parameters:
6051   - "throughput"
6052   - "name"
6053   - "tags"
6054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6055   x-axis: "X = CNFs per Service Pipeline"
6056   y-axis: "Y = Number of Service Pipelines"
6057   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6058   layout:
6059     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6060     layout: "plot-service-density"
6061
6062 # Plots - NF Density - CSP - NDR IMIX
6063 - type: "plot"
6064   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6065   algorithm: "plot_service_density_heatmap_compare"
6066   output-file-type: ".html"
6067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6068   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6069   filter: "'NIC_Intel-X710' and
6070            'NF_DENSITY' and
6071            'DOCKER' and
6072            'PIPELINE' and
6073            'NF_VPPIP4' and
6074            'IMIX' and
6075            '2T1C' and
6076            'NDRPDR'"
6077   reference:
6078     include: "2"
6079     name: "CNF-1c"
6080   compare:
6081     include: "1"
6082     name: "CNF-0.5c"
6083   parameters:
6084   - "throughput"
6085   - "name"
6086   - "tags"
6087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6088   x-axis: "X = CNFs per Service Pipeline"
6089   y-axis: "Y = Number of Service Pipelines"
6090   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6091   layout:
6092     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6093     layout: "plot-service-density"
6094
6095 - type: "plot"
6096   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6097   algorithm: "plot_service_density_heatmap_compare"
6098   output-file-type: ".html"
6099   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6100   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6101   filter: "'NIC_Intel-X710' and
6102            'NF_DENSITY' and
6103            'DOCKER' and
6104            'PIPELINE' and
6105            'NF_VPPIP4' and
6106            'IMIX' and
6107            '4T2C' and
6108            'NDRPDR'"
6109   reference:
6110     include: "2"
6111     name: "CNF-1c"
6112   compare:
6113     include: "1"
6114     name: "CNF-0.5c"
6115   parameters:
6116   - "throughput"
6117   - "name"
6118   - "tags"
6119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6120   x-axis: "X = CNFs per Service Pipeline"
6121   y-axis: "Y = Number of Service Pipelines"
6122   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6123   layout:
6124     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6125     layout: "plot-service-density"
6126
6127 - type: "plot"
6128   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6129   algorithm: "plot_service_density_heatmap_compare"
6130   output-file-type: ".html"
6131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6132   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6133   filter: "'NIC_Intel-X710' and
6134            'NF_DENSITY' and
6135            'DOCKER' and
6136            'PIPELINE' and
6137            'NF_VPPIP4' and
6138            'IMIX' and
6139            '8T4C' and
6140            'NDRPDR'"
6141   reference:
6142     include: "2"
6143     name: "CNF-1c"
6144   compare:
6145     include: "1"
6146     name: "CNF-0.5c"
6147   parameters:
6148   - "throughput"
6149   - "name"
6150   - "tags"
6151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6152   x-axis: "X = CNFs per Service Pipeline"
6153   y-axis: "Y = Number of Service Pipelines"
6154   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6155   layout:
6156     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6157     layout: "plot-service-density"
6158
6159 # Plots - NF Density - CSP - PDR 64b
6160 - type: "plot"
6161   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6162   algorithm: "plot_service_density_heatmap_compare"
6163   output-file-type: ".html"
6164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6165   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6166   filter: "'NIC_Intel-X710' and
6167            'NF_DENSITY' and
6168            'DOCKER' and
6169            'PIPELINE' and
6170            'NF_VPPIP4' and
6171            '64B' and
6172            '2T1C' and
6173            'NDRPDR'"
6174   reference:
6175     include: "2"
6176     name: "CNF-1c"
6177   compare:
6178     include: "1"
6179     name: "CNF-0.5c"
6180   parameters:
6181   - "throughput"
6182   - "name"
6183   - "tags"
6184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6185   x-axis: "X = CNFs per Service Pipeline"
6186   y-axis: "Y = Number of Service Pipelines"
6187   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6188   layout:
6189     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6190     layout: "plot-service-density"
6191
6192 - type: "plot"
6193   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6194   algorithm: "plot_service_density_heatmap_compare"
6195   output-file-type: ".html"
6196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6197   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6198   filter: "'NIC_Intel-X710' and
6199            'NF_DENSITY' and
6200            'DOCKER' and
6201            'PIPELINE' and
6202            'NF_VPPIP4' and
6203            '64B' and
6204            '4T2C' and
6205            'NDRPDR'"
6206   reference:
6207     include: "2"
6208     name: "CNF-1c"
6209   compare:
6210     include: "1"
6211     name: "CNF-0.5c"
6212   parameters:
6213   - "throughput"
6214   - "name"
6215   - "tags"
6216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6217   x-axis: "X = CNFs per Service Pipeline"
6218   y-axis: "Y = Number of Service Pipelines"
6219   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6220   layout:
6221     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6222     layout: "plot-service-density"
6223
6224 - type: "plot"
6225   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6226   algorithm: "plot_service_density_heatmap_compare"
6227   output-file-type: ".html"
6228   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6229   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6230   filter: "'NIC_Intel-X710' and
6231            'NF_DENSITY' and
6232            'DOCKER' and
6233            'PIPELINE' and
6234            'NF_VPPIP4' and
6235            '64B' and
6236            '8T4C' and
6237            'NDRPDR'"
6238   reference:
6239     include: "2"
6240     name: "CNF-1c"
6241   compare:
6242     include: "1"
6243     name: "CNF-0.5c"
6244   parameters:
6245   - "throughput"
6246   - "name"
6247   - "tags"
6248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6249   x-axis: "X = CNFs per Service Pipeline"
6250   y-axis: "Y = Number of Service Pipelines"
6251   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6252   layout:
6253     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6254     layout: "plot-service-density"
6255
6256 # Plots - NF Density - CSP - PDR IMIX
6257 - type: "plot"
6258   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6259   algorithm: "plot_service_density_heatmap_compare"
6260   output-file-type: ".html"
6261   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6262   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6263   filter: "'NIC_Intel-X710' and
6264            'NF_DENSITY' and
6265            'DOCKER' and
6266            'PIPELINE' and
6267            'NF_VPPIP4' and
6268            'IMIX' and
6269            '2T1C' and
6270            'NDRPDR'"
6271   reference:
6272     include: "2"
6273     name: "CNF-1c"
6274   compare:
6275     include: "1"
6276     name: "CNF-0.5c"
6277   parameters:
6278   - "throughput"
6279   - "name"
6280   - "tags"
6281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6282   x-axis: "X = CNFs per Service Pipeline"
6283   y-axis: "Y = Number of Service Pipelines"
6284   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6285   layout:
6286     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6287     layout: "plot-service-density"
6288
6289 - type: "plot"
6290   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6291   algorithm: "plot_service_density_heatmap_compare"
6292   output-file-type: ".html"
6293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6294   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6295   filter: "'NIC_Intel-X710' and
6296            'NF_DENSITY' and
6297            'DOCKER' and
6298            'PIPELINE' and
6299            'NF_VPPIP4' and
6300            'IMIX' and
6301            '4T2C' and
6302            'NDRPDR'"
6303   reference:
6304     include: "2"
6305     name: "CNF-1c"
6306   compare:
6307     include: "1"
6308     name: "CNF-0.5c"
6309   parameters:
6310   - "throughput"
6311   - "name"
6312   - "tags"
6313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6314   x-axis: "X = CNFs per Service Pipeline"
6315   y-axis: "Y = Number of Service Pipelines"
6316   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6317   layout:
6318     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6319     layout: "plot-service-density"
6320
6321 - type: "plot"
6322   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6323   algorithm: "plot_service_density_heatmap_compare"
6324   output-file-type: ".html"
6325   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6326   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6327   filter: "'NIC_Intel-X710' and
6328            'NF_DENSITY' and
6329            'DOCKER' and
6330            'PIPELINE' and
6331            'NF_VPPIP4' and
6332            'IMIX' and
6333            '8T4C' and
6334            'NDRPDR'"
6335   reference:
6336     include: "2"
6337     name: "CNF-1c"
6338   compare:
6339     include: "1"
6340     name: "CNF-0.5c"
6341   parameters:
6342   - "throughput"
6343   - "name"
6344   - "tags"
6345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6346   x-axis: "X = CNFs per Service Pipeline"
6347   y-axis: "Y = Number of Service Pipelines"
6348   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6349   layout:
6350     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6351     layout: "plot-service-density"
6352
6353 ################################################################################
6354 ## Plots VPP HTTP Server Performance
6355 #- type: "plot"
6356 #  title: "VPP HTTP Server Performance"
6357 #  algorithm: "plot_http_server_performance_box"
6358 #  output-file-type: ".html"
6359 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6360 #  data:
6361 #    "plot-vpp-http-server-performance"
6362 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6363 #  # each tag is enclosed with ' (apostrophe).
6364 #  filter: "'HTTP' and 'TCP_CPS'"
6365 #  parameters:
6366 #  - "result"
6367 #  - "name"
6368 #  traces:
6369 #    hoverinfo: "x+y"
6370 #    boxpoints: "outliers"
6371 #    whiskerwidth: 0
6372 #  layout:
6373 #    title: "VPP HTTP Server Performance"
6374 #    layout:
6375 #      "plot-cps"
6376 #
6377 #- type: "plot"
6378 #  title: "VPP HTTP Server Performance"
6379 #  algorithm: "plot_http_server_performance_box"
6380 #  output-file-type: ".html"
6381 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6382 #  data:
6383 #    "plot-vpp-http-server-performance"
6384 #  filter: "'HTTP' and 'TCP_RPS'"
6385 #  parameters:
6386 #  - "result"
6387 #  - "name"
6388 #  traces:
6389 #    hoverinfo: "x+y"
6390 #    boxpoints: "outliers"
6391 #    whiskerwidth: 0
6392 #  layout:
6393 #    title: "VPP HTTP Server Performance"
6394 #    layout:
6395 #      "plot-rps"
6396
6397 ################################################################################
6398
6399 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6400 - type: "plot"
6401   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6402   algorithm: "plot_performance_box"
6403   output-file-type: ".html"
6404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6406   filter: "'NIC_Intel-X520-DA2' and
6407            '64B' and
6408            ('BASE' or 'SCALE') and
6409            'NDRPDR' and
6410            'ETH' and
6411            '1T1C' and
6412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6413            not 'VHOST' and
6414            not 'MEMIF'"
6415   parameters:
6416   - "throughput"
6417   - "parent"
6418   - "tags"
6419   sort:
6420   - "L2PATCH"
6421   - "L2XCBASE"
6422   - "BASE"
6423   - "FIB_10K"
6424   - "FIB_100K"
6425   - "FIB_1M"
6426   traces:
6427     hoverinfo: "x+y"
6428     boxpoints: "outliers"
6429     whiskerwidth: 0
6430   layout:
6431     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6432     layout: "plot-throughput"
6433
6434 - type: "plot"
6435   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6436   algorithm: "plot_performance_box"
6437   output-file-type: ".html"
6438   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6440   filter: "'NIC_Intel-X520-DA2' and
6441            '64B' and
6442            ('BASE' or 'SCALE') and
6443            'NDRPDR' and
6444            'ETH' and
6445            '1T1C' and
6446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6447            not 'VHOST' and
6448            not 'MEMIF'"
6449   parameters:
6450   - "throughput"
6451   - "parent"
6452   - "tags"
6453   sort:
6454   - "L2PATCH"
6455   - "L2XCBASE"
6456   - "BASE"
6457   - "FIB_10K"
6458   - "FIB_100K"
6459   - "FIB_1M"
6460   traces:
6461     hoverinfo: "x+y"
6462     boxpoints: "outliers"
6463     whiskerwidth: 0
6464   layout:
6465     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6466     layout: "plot-throughput"
6467
6468 - type: "plot"
6469   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6470   algorithm: "plot_performance_box"
6471   output-file-type: ".html"
6472   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6474   filter: "'NIC_Intel-X520-DA2' and
6475            '64B' and
6476            ('BASE' or 'SCALE') and
6477            'NDRPDR' and
6478            'ETH' and
6479            '2T2C' and
6480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6481            not 'VHOST' and
6482            not 'MEMIF'"
6483   parameters:
6484   - "throughput"
6485   - "parent"
6486   - "tags"
6487   sort:
6488   - "L2PATCH"
6489   - "L2XCBASE"
6490   - "BASE"
6491   - "FIB_10K"
6492   - "FIB_100K"
6493   - "FIB_1M"
6494   traces:
6495     hoverinfo: "x+y"
6496     boxpoints: "outliers"
6497     whiskerwidth: 0
6498   layout:
6499     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6500     layout: "plot-throughput"
6501
6502 - type: "plot"
6503   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6504   algorithm: "plot_performance_box"
6505   output-file-type: ".html"
6506   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6508   filter: "'NIC_Intel-X520-DA2' and
6509            '64B' and
6510            ('BASE' or 'SCALE') and
6511            'NDRPDR' and
6512            'ETH' and
6513            '2T2C' and
6514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6515            not 'VHOST' and
6516            not 'MEMIF'"
6517   parameters:
6518   - "throughput"
6519   - "parent"
6520   - "tags"
6521   sort:
6522   - "L2PATCH"
6523   - "L2XCBASE"
6524   - "BASE"
6525   - "FIB_10K"
6526   - "FIB_100K"
6527   - "FIB_1M"
6528   traces:
6529     hoverinfo: "x+y"
6530     boxpoints: "outliers"
6531     whiskerwidth: 0
6532   layout:
6533     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6534     layout: "plot-throughput"
6535
6536 # Packet Throughput - VPP L2 3n-hsw-x520 features
6537 - type: "plot"
6538   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6539   algorithm: "plot_performance_box"
6540   output-file-type: ".html"
6541   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6543   filter: "'NIC_Intel-X520-DA2' and
6544            '64B' and
6545            'NDRPDR' and
6546            '1T1C' and
6547            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6548            not 'ACL' and
6549            not 'VHOST' and
6550            not 'MEMIF'"
6551   parameters:
6552   - "throughput"
6553   - "parent"
6554   - "tags"
6555   sort:
6556   - "L2XCBASE"    # l2xcbase
6557   - "L2BDBASE"    # l2bdbase
6558   - "L2XCFWD"     # dot1q-l2xcbase
6559   - "L2BDMACLRN"  # dot1q-l2bdbase
6560   traces:
6561     hoverinfo: "x+y"
6562     boxpoints: "outliers"
6563     whiskerwidth: 0
6564   layout:
6565     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6566     layout: "plot-throughput"
6567
6568 - type: "plot"
6569   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6570   algorithm: "plot_performance_box"
6571   output-file-type: ".html"
6572   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
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-pdr"
6597     layout: "plot-throughput"
6598
6599 - type: "plot"
6600   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6601   algorithm: "plot_performance_box"
6602   output-file-type: ".html"
6603   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6605   filter: "'NIC_Intel-X520-DA2' and
6606            '64B' and
6607            'NDRPDR' and
6608            '2T2C' 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-2t2c-features-ndr"
6628     layout: "plot-throughput"
6629
6630 - type: "plot"
6631   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6632   algorithm: "plot_performance_box"
6633   output-file-type: ".html"
6634   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
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-pdr"
6659     layout: "plot-throughput"
6660
6661 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6662 - type: "plot"
6663   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6664   algorithm: "plot_performance_box"
6665   output-file-type: ".html"
6666   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6667   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6668   filter: "'NIC_Intel-X520-DA2' and
6669            '64B' and
6670            'NDRPDR' and
6671            '1T1C' and
6672            'FEATURE' and
6673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6674            'IACL' and
6675            ('ACL1' or 'ACL50') and
6676            ('10K_FLOWS' or '10k_FLOWS') and
6677            not 'MACIP' and
6678            not 'VHOST' and
6679            not 'MEMIF'"
6680   parameters:
6681   - "throughput"
6682   - "parent"
6683   - "tags"
6684   traces:
6685     hoverinfo: "x+y"
6686     boxpoints: "outliers"
6687     whiskerwidth: 0
6688   layout:
6689     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6690     layout: "plot-throughput"
6691
6692 - type: "plot"
6693   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6694   algorithm: "plot_performance_box"
6695   output-file-type: ".html"
6696   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6698   filter: "'NIC_Intel-X520-DA2' and
6699            '64B' and
6700            'NDRPDR' and
6701            '1T1C' and
6702            'FEATURE' and
6703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6704            'IACL' and
6705            ('ACL1' or 'ACL50') and
6706            ('10K_FLOWS' or '10k_FLOWS') and
6707            not 'MACIP' and
6708            not 'VHOST' and
6709            not 'MEMIF'"
6710   parameters:
6711   - "throughput"
6712   - "parent"
6713   - "tags"
6714   traces:
6715     hoverinfo: "x+y"
6716     boxpoints: "outliers"
6717     whiskerwidth: 0
6718   layout:
6719     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6720     layout: "plot-throughput"
6721
6722 - type: "plot"
6723   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6724   algorithm: "plot_performance_box"
6725   output-file-type: ".html"
6726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6728   filter: "'NIC_Intel-X520-DA2' and
6729            '64B' and
6730            'NDRPDR' and
6731            '2T2C' and
6732            'FEATURE' and
6733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6734            'IACL' and
6735            ('ACL1' or 'ACL50') and
6736            ('10K_FLOWS' or '10k_FLOWS') and
6737            not 'MACIP' and
6738            not 'VHOST' and
6739            not 'MEMIF'"
6740   parameters:
6741   - "throughput"
6742   - "parent"
6743   - "tags"
6744   traces:
6745     hoverinfo: "x+y"
6746     boxpoints: "outliers"
6747     whiskerwidth: 0
6748   layout:
6749     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6750     layout: "plot-throughput"
6751
6752 - type: "plot"
6753   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6754   algorithm: "plot_performance_box"
6755   output-file-type: ".html"
6756   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6758   filter: "'NIC_Intel-X520-DA2' and
6759            '64B' and
6760            'NDRPDR' and
6761            '2T2C' and
6762            'FEATURE' and
6763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6764            'IACL' and
6765            ('ACL1' or 'ACL50') and
6766            ('10K_FLOWS' or '10k_FLOWS') and
6767            not 'MACIP' and
6768            not 'VHOST' and
6769            not 'MEMIF'"
6770   parameters:
6771   - "throughput"
6772   - "parent"
6773   - "tags"
6774   traces:
6775     hoverinfo: "x+y"
6776     boxpoints: "outliers"
6777     whiskerwidth: 0
6778   layout:
6779     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6780     layout: "plot-throughput"
6781
6782 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6783 - type: "plot"
6784   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6785   algorithm: "plot_performance_box"
6786   output-file-type: ".html"
6787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6789   filter: "'NIC_Intel-X520-DA2' and
6790            '64B' and
6791            'NDRPDR' and
6792            '1T1C' and
6793            'FEATURE' and
6794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6795            'OACL' 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-1t1c-features-oacl-ndr"
6811     layout: "plot-throughput"
6812
6813 - type: "plot"
6814   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6815   algorithm: "plot_performance_box"
6816   output-file-type: ".html"
6817   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6819   filter: "'NIC_Intel-X520-DA2' and
6820            '64B' and
6821            'NDRPDR' and
6822            '1T1C' and
6823            'FEATURE' and
6824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6825            'OACL' and
6826            ('ACL1' or 'ACL50') and
6827            ('10K_FLOWS' or '10k_FLOWS') and
6828            not 'MACIP' and
6829            not 'VHOST' and
6830            not 'MEMIF'"
6831   parameters:
6832   - "throughput"
6833   - "parent"
6834   - "tags"
6835   traces:
6836     hoverinfo: "x+y"
6837     boxpoints: "outliers"
6838     whiskerwidth: 0
6839   layout:
6840     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6841     layout: "plot-throughput"
6842
6843 - type: "plot"
6844   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6845   algorithm: "plot_performance_box"
6846   output-file-type: ".html"
6847   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6849   filter: "'NIC_Intel-X520-DA2' and
6850            '64B' and
6851            'NDRPDR' and
6852            '2T2C' and
6853            'FEATURE' and
6854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6855            'OACL' and
6856            ('ACL1' or 'ACL50') and
6857            ('10K_FLOWS' or '10k_FLOWS') and
6858            not 'MACIP' and
6859            not 'VHOST' and
6860            not 'MEMIF'"
6861   parameters:
6862   - "throughput"
6863   - "parent"
6864   - "tags"
6865   traces:
6866     hoverinfo: "x+y"
6867     boxpoints: "outliers"
6868     whiskerwidth: 0
6869   layout:
6870     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6871     layout: "plot-throughput"
6872
6873 - type: "plot"
6874   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6875   algorithm: "plot_performance_box"
6876   output-file-type: ".html"
6877   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6879   filter: "'NIC_Intel-X520-DA2' and
6880            '64B' and
6881            'NDRPDR' and
6882            '2T2C' and
6883            'FEATURE' and
6884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6885            'OACL' and
6886            ('ACL1' or 'ACL50') and
6887            ('10K_FLOWS' or '10k_FLOWS') and
6888            not 'MACIP' and
6889            not 'VHOST' and
6890            not 'MEMIF'"
6891   parameters:
6892   - "throughput"
6893   - "parent"
6894   - "tags"
6895   traces:
6896     hoverinfo: "x+y"
6897     boxpoints: "outliers"
6898     whiskerwidth: 0
6899   layout:
6900     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6901     layout: "plot-throughput"
6902
6903 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6904 - type: "plot"
6905   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6906   algorithm: "plot_performance_box"
6907   output-file-type: ".html"
6908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6910   filter: "'NIC_Intel-X520-DA2' and
6911            '64B' and
6912            'NDRPDR' and
6913            '1T1C' and
6914            'FEATURE' and
6915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6916            'MACIP' and
6917            ('ACL1' or 'ACL50') and
6918            ('10K_FLOWS' or '10k_FLOWS') and
6919            not 'VHOST' and
6920            not 'MEMIF'"
6921   parameters:
6922   - "throughput"
6923   - "parent"
6924   - "tags"
6925   traces:
6926     hoverinfo: "x+y"
6927     boxpoints: "outliers"
6928     whiskerwidth: 0
6929   layout:
6930     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6931     layout: "plot-throughput"
6932
6933 - type: "plot"
6934   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6935   algorithm: "plot_performance_box"
6936   output-file-type: ".html"
6937   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6939   filter: "'NIC_Intel-X520-DA2' and
6940            '64B' and
6941            'NDRPDR' and
6942            '1T1C' and
6943            'FEATURE' and
6944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6945            'MACIP' and
6946            ('ACL1' or 'ACL50') and
6947            ('10K_FLOWS' or '10k_FLOWS') and
6948            not 'VHOST' and
6949            not 'MEMIF'"
6950   parameters:
6951   - "throughput"
6952   - "parent"
6953   - "tags"
6954   traces:
6955     hoverinfo: "x+y"
6956     boxpoints: "outliers"
6957     whiskerwidth: 0
6958   layout:
6959     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6960     layout: "plot-throughput"
6961
6962 - type: "plot"
6963   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6964   algorithm: "plot_performance_box"
6965   output-file-type: ".html"
6966   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6968   filter: "'NIC_Intel-X520-DA2' and
6969            '64B' and
6970            'NDRPDR' and
6971            '2T2C' and
6972            'FEATURE' and
6973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6974            'MACIP' and
6975            ('ACL1' or 'ACL50') and
6976            ('10K_FLOWS' or '10k_FLOWS') and
6977            not 'VHOST' and
6978            not 'MEMIF'"
6979   parameters:
6980   - "throughput"
6981   - "parent"
6982   - "tags"
6983   traces:
6984     hoverinfo: "x+y"
6985     boxpoints: "outliers"
6986     whiskerwidth: 0
6987   layout:
6988     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
6989     layout: "plot-throughput"
6990
6991 - type: "plot"
6992   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6993   algorithm: "plot_performance_box"
6994   output-file-type: ".html"
6995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
6996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6997   filter: "'NIC_Intel-X520-DA2' and
6998            '64B' and
6999            'NDRPDR' and
7000            '2T2C' and
7001            'FEATURE' and
7002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7003            'MACIP' and
7004            ('ACL1' or 'ACL50') and
7005            ('10K_FLOWS' or '10k_FLOWS') and
7006            not 'VHOST' and
7007            not 'MEMIF'"
7008   parameters:
7009   - "throughput"
7010   - "parent"
7011   - "tags"
7012   traces:
7013     hoverinfo: "x+y"
7014     boxpoints: "outliers"
7015     whiskerwidth: 0
7016   layout:
7017     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7018     layout: "plot-throughput"
7019
7020 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7021 - type: "plot"
7022   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7023   algorithm: "plot_performance_box"
7024   output-file-type: ".html"
7025   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7027   filter: "'NIC_Intel-X710' and
7028            '64B' and
7029            ('BASE' or 'SCALE') and
7030            'NDRPDR' and
7031            'ETH' and
7032            '1T1C' and
7033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7034            not 'VHOST' and
7035            not 'MEMIF'"
7036   parameters:
7037   - "throughput"
7038   - "parent"
7039   - "tags"
7040   sort:
7041   - "L2PATCH"
7042   - "L2XCFWD"
7043   - "L2BDMACLRN"
7044   - "FIB_10K"
7045   - "FIB_100K"
7046   - "FIB_1M"
7047   traces:
7048     hoverinfo: "x+y"
7049     boxpoints: "outliers"
7050     whiskerwidth: 0
7051   layout:
7052     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7053     layout: "plot-throughput"
7054
7055 - type: "plot"
7056   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7057   algorithm: "plot_performance_box"
7058   output-file-type: ".html"
7059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7061   filter: "'NIC_Intel-X710' and
7062            '64B' and
7063            ('BASE' or 'SCALE') and
7064            'NDRPDR' and
7065            'ETH' and
7066            '1T1C' and
7067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7068            not 'VHOST' and
7069            not 'MEMIF'"
7070   parameters:
7071   - "throughput"
7072   - "parent"
7073   - "tags"
7074   sort:
7075   - "L2PATCH"
7076   - "L2XCFWD"
7077   - "L2BDMACLRN"
7078   - "FIB_10K"
7079   - "FIB_100K"
7080   - "FIB_1M"
7081   traces:
7082     hoverinfo: "x+y"
7083     boxpoints: "outliers"
7084     whiskerwidth: 0
7085   layout:
7086     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7087     layout: "plot-throughput"
7088
7089 - type: "plot"
7090   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7091   algorithm: "plot_performance_box"
7092   output-file-type: ".html"
7093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7095   filter: "'NIC_Intel-X710' and
7096            '64B' and
7097            ('BASE' or 'SCALE') and
7098            'NDRPDR' and
7099            'ETH' and
7100            '2T2C' and
7101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7102            not 'VHOST' and
7103            not 'MEMIF'"
7104   parameters:
7105   - "throughput"
7106   - "parent"
7107   - "tags"
7108   sort:
7109   - "L2PATCH"
7110   - "L2XCFWD"
7111   - "L2BDMACLRN"
7112   - "FIB_10K"
7113   - "FIB_100K"
7114   - "FIB_1M"
7115   traces:
7116     hoverinfo: "x+y"
7117     boxpoints: "outliers"
7118     whiskerwidth: 0
7119   layout:
7120     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7121     layout: "plot-throughput"
7122
7123 - type: "plot"
7124   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7125   algorithm: "plot_performance_box"
7126   output-file-type: ".html"
7127   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7129   filter: "'NIC_Intel-X710' and
7130            '64B' and
7131            ('BASE' or 'SCALE') and
7132            'NDRPDR' and
7133            'ETH' and
7134            '2T2C' and
7135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7136            not 'VHOST' and
7137            not 'MEMIF'"
7138   parameters:
7139   - "throughput"
7140   - "parent"
7141   - "tags"
7142   sort:
7143   - "L2PATCH"
7144   - "L2XCFWD"
7145   - "L2BDMACLRN"
7146   - "FIB_10K"
7147   - "FIB_100K"
7148   - "FIB_1M"
7149   traces:
7150     hoverinfo: "x+y"
7151     boxpoints: "outliers"
7152     whiskerwidth: 0
7153   layout:
7154     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7155     layout: "plot-throughput"
7156
7157 # Packet Throughput - VPP L2 3n-hsw-x710 features
7158 - type: "plot"
7159   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7160   algorithm: "plot_performance_box"
7161   output-file-type: ".html"
7162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7163   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7164   filter: "'NIC_Intel-X710' and
7165            '64B' and
7166            'NDRPDR' and
7167            '1T1C' and
7168            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7169            not 'ACL' and
7170            not 'VHOST' and
7171            not 'L2OVRLAY' and
7172            not 'MEMIF'"
7173   parameters:
7174   - "throughput"
7175   - "parent"
7176   - "tags"
7177   sort:
7178   - "L2XCBASE"    # l2xcbase
7179   - "L2BDBASE"    # l2bdbase
7180   - "L2XCFWD"     # dot1q-l2xcbase
7181   - "L2BDMACLRN"  # dot1q-l2bdbase
7182   traces:
7183     hoverinfo: "x+y"
7184     boxpoints: "outliers"
7185     whiskerwidth: 0
7186   layout:
7187     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7188     layout: "plot-throughput"
7189
7190 - type: "plot"
7191   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7192   algorithm: "plot_performance_box"
7193   output-file-type: ".html"
7194   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7196   filter: "'NIC_Intel-X710' and
7197            '64B' and
7198            'NDRPDR' and
7199            '1T1C' and
7200            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7201            not 'ACL' and
7202            not 'VHOST' and
7203            not 'L2OVRLAY' and
7204            not 'MEMIF'"
7205   parameters:
7206   - "throughput"
7207   - "parent"
7208   - "tags"
7209   sort:
7210   - "L2XCBASE"    # l2xcbase
7211   - "L2BDBASE"    # l2bdbase
7212   - "L2XCFWD"     # dot1q-l2xcbase
7213   - "L2BDMACLRN"  # dot1q-l2bdbase
7214   traces:
7215     hoverinfo: "x+y"
7216     boxpoints: "outliers"
7217     whiskerwidth: 0
7218   layout:
7219     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7220     layout: "plot-throughput"
7221
7222 - type: "plot"
7223   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7224   algorithm: "plot_performance_box"
7225   output-file-type: ".html"
7226   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7228   filter: "'NIC_Intel-X710' and
7229            '64B' and
7230            'NDRPDR' and
7231            '2T2C' and
7232            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7233            not 'ACL' and
7234            not 'VHOST' and
7235            not 'L2OVRLAY' and
7236            not 'MEMIF'"
7237   parameters:
7238   - "throughput"
7239   - "parent"
7240   - "tags"
7241   sort:
7242   - "L2XCBASE"    # l2xcbase
7243   - "L2BDBASE"    # l2bdbase
7244   - "L2XCFWD"     # dot1q-l2xcbase
7245   - "L2BDMACLRN"  # dot1q-l2bdbase
7246   traces:
7247     hoverinfo: "x+y"
7248     boxpoints: "outliers"
7249     whiskerwidth: 0
7250   layout:
7251     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7252     layout: "plot-throughput"
7253
7254 - type: "plot"
7255   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7256   algorithm: "plot_performance_box"
7257   output-file-type: ".html"
7258   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7260   filter: "'NIC_Intel-X710' and
7261            '64B' and
7262            'NDRPDR' and
7263            '2T2C' and
7264            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7265            not 'ACL' and
7266            not 'VHOST' and
7267            not 'L2OVRLAY' and
7268            not 'MEMIF'"
7269   parameters:
7270   - "throughput"
7271   - "parent"
7272   - "tags"
7273   sort:
7274   - "L2XCBASE"    # l2xcbase
7275   - "L2BDBASE"    # l2bdbase
7276   - "L2XCFWD"     # dot1q-l2xcbase
7277   - "L2BDMACLRN"  # dot1q-l2bdbase
7278   traces:
7279     hoverinfo: "x+y"
7280     boxpoints: "outliers"
7281     whiskerwidth: 0
7282   layout:
7283     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7284     layout: "plot-throughput"
7285
7286 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7287 - type: "plot"
7288   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7289   algorithm: "plot_performance_box"
7290   output-file-type: ".html"
7291   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7293   filter: "'NIC_Intel-X710' and
7294            '64B' and
7295            'NDRPDR' and
7296            '1T1C' and
7297            'FEATURE' and
7298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7299            'IACL' and
7300            ('ACL1' or 'ACL50') and
7301            ('10K_FLOWS' or '10k_FLOWS') and
7302            not 'MACIP' and
7303            not 'VHOST' and
7304            not 'MEMIF'"
7305   parameters:
7306   - "throughput"
7307   - "parent"
7308   - "tags"
7309   traces:
7310     hoverinfo: "x+y"
7311     boxpoints: "outliers"
7312     whiskerwidth: 0
7313   layout:
7314     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7315     layout: "plot-throughput"
7316
7317 - type: "plot"
7318   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7319   algorithm: "plot_performance_box"
7320   output-file-type: ".html"
7321   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7323   filter: "'NIC_Intel-X710' and
7324            '64B' and
7325            'NDRPDR' and
7326            '1T1C' and
7327            'FEATURE' and
7328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7329            'IACL' and
7330            ('ACL1' or 'ACL50') and
7331            ('10K_FLOWS' or '10k_FLOWS') and
7332            not 'MACIP' and
7333            not 'VHOST' and
7334            not 'MEMIF'"
7335   parameters:
7336   - "throughput"
7337   - "parent"
7338   - "tags"
7339   traces:
7340     hoverinfo: "x+y"
7341     boxpoints: "outliers"
7342     whiskerwidth: 0
7343   layout:
7344     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7345     layout: "plot-throughput"
7346
7347 - type: "plot"
7348   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7349   algorithm: "plot_performance_box"
7350   output-file-type: ".html"
7351   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7353   filter: "'NIC_Intel-X710' and
7354            '64B' and
7355            'NDRPDR' and
7356            '2T2C' and
7357            'FEATURE' and
7358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7359            'IACL' and
7360            ('ACL1' or 'ACL50') and
7361            ('10K_FLOWS' or '10k_FLOWS') and
7362            not 'MACIP' and
7363            not 'VHOST' and
7364            not 'MEMIF'"
7365   parameters:
7366   - "throughput"
7367   - "parent"
7368   - "tags"
7369   traces:
7370     hoverinfo: "x+y"
7371     boxpoints: "outliers"
7372     whiskerwidth: 0
7373   layout:
7374     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7375     layout: "plot-throughput"
7376
7377 - type: "plot"
7378   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7379   algorithm: "plot_performance_box"
7380   output-file-type: ".html"
7381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7383   filter: "'NIC_Intel-X710' and
7384            '64B' and
7385            'NDRPDR' and
7386            '2T2C' and
7387            'FEATURE' and
7388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7389            'IACL' and
7390            ('ACL1' or 'ACL50') and
7391            ('10K_FLOWS' or '10k_FLOWS') and
7392            not 'MACIP' and
7393            not 'VHOST' and
7394            not 'MEMIF'"
7395   parameters:
7396   - "throughput"
7397   - "parent"
7398   - "tags"
7399   traces:
7400     hoverinfo: "x+y"
7401     boxpoints: "outliers"
7402     whiskerwidth: 0
7403   layout:
7404     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7405     layout: "plot-throughput"
7406
7407 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7408 - type: "plot"
7409   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7410   algorithm: "plot_performance_box"
7411   output-file-type: ".html"
7412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7414   filter: "'NIC_Intel-XL710' and
7415            '64B' and
7416            'BASE' and
7417            'NDRPDR' and
7418            'ETH' and
7419            '1T1C' and
7420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7421            not 'VHOST' and
7422            not 'MEMIF'"
7423   parameters:
7424   - "throughput"
7425   - "parent"
7426   - "tags"
7427   sort:
7428   - "L2PATCH"
7429   - "L2XCFWD"
7430   - "L2BDMACLRN"
7431   traces:
7432     hoverinfo: "x+y"
7433     boxpoints: "outliers"
7434     whiskerwidth: 0
7435   layout:
7436     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7437     layout: "plot-throughput"
7438
7439 - type: "plot"
7440   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7441   algorithm: "plot_performance_box"
7442   output-file-type: ".html"
7443   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
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-pdr"
7468     layout: "plot-throughput"
7469
7470 - type: "plot"
7471   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7472   algorithm: "plot_performance_box"
7473   output-file-type: ".html"
7474   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
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            '2T2C' 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-2t2c-base-ndr"
7499     layout: "plot-throughput"
7500
7501 - type: "plot"
7502   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7503   algorithm: "plot_performance_box"
7504   output-file-type: ".html"
7505   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
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-pdr"
7530     layout: "plot-throughput"
7531
7532 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7533 - type: "plot"
7534   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7535   algorithm: "plot_performance_box"
7536   output-file-type: ".html"
7537   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7539   filter: "'NIC_Intel-X710' and
7540            '64B' and
7541            ('BASE' or 'SCALE') and
7542            'NDRPDR' and
7543            'ETH' and
7544            '2T1C' and
7545            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7546            not 'VHOST' and
7547            not 'MEMIF' and
7548            not 'DRV_AVF'"
7549   parameters:
7550   - "throughput"
7551   - "parent"
7552   - "tags"
7553   sort:
7554   - "L2PATCH"
7555   - "L2XCBASE"
7556   - "BASE"
7557   - "FIB_10K"
7558   - "FIB_100K"
7559   - "FIB_1M"
7560   traces:
7561     hoverinfo: "x+y"
7562     boxpoints: "outliers"
7563     whiskerwidth: 0
7564   layout:
7565     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7566     layout: "plot-throughput"
7567
7568 - type: "plot"
7569   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7570   algorithm: "plot_performance_box"
7571   output-file-type: ".html"
7572   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7574   filter: "'NIC_Intel-X710' and
7575            '64B' and
7576            ('BASE' or 'SCALE') and
7577            'NDRPDR' and
7578            'ETH' and
7579            '2T1C' and
7580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7581            not 'VHOST' and
7582            not 'MEMIF' and
7583            not 'DRV_AVF'"
7584   parameters:
7585   - "throughput"
7586   - "parent"
7587   - "tags"
7588   sort:
7589   - "L2PATCH"
7590   - "L2XCBASE"
7591   - "BASE"
7592   - "FIB_10K"
7593   - "FIB_100K"
7594   - "FIB_1M"
7595   traces:
7596     hoverinfo: "x+y"
7597     boxpoints: "outliers"
7598     whiskerwidth: 0
7599   layout:
7600     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7601     layout: "plot-throughput"
7602
7603 - type: "plot"
7604   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7605   algorithm: "plot_performance_box"
7606   output-file-type: ".html"
7607   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7609   filter: "'NIC_Intel-X710' and
7610            '64B' and
7611            ('BASE' or 'SCALE') and
7612            'NDRPDR' and
7613            'ETH' and
7614            '4T2C' and
7615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7616            not 'VHOST' and
7617            not 'MEMIF' and
7618            not 'DRV_AVF'"
7619   parameters:
7620   - "throughput"
7621   - "parent"
7622   - "tags"
7623   sort:
7624   - "L2PATCH"
7625   - "L2XCBASE"
7626   - "BASE"
7627   - "FIB_10K"
7628   - "FIB_100K"
7629   - "FIB_1M"
7630   traces:
7631     hoverinfo: "x+y"
7632     boxpoints: "outliers"
7633     whiskerwidth: 0
7634   layout:
7635     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7636     layout: "plot-throughput"
7637
7638 - type: "plot"
7639   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7640   algorithm: "plot_performance_box"
7641   output-file-type: ".html"
7642   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7644   filter: "'NIC_Intel-X710' and
7645            '64B' and
7646            ('BASE' or 'SCALE') and
7647            'NDRPDR' and
7648            'ETH' and
7649            '4T2C' and
7650            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7651            not 'VHOST' and
7652            not 'MEMIF' and
7653            not 'DRV_AVF'"
7654   parameters:
7655   - "throughput"
7656   - "parent"
7657   - "tags"
7658   sort:
7659   - "L2PATCH"
7660   - "L2XCBASE"
7661   - "BASE"
7662   - "FIB_10K"
7663   - "FIB_100K"
7664   - "FIB_1M"
7665   traces:
7666     hoverinfo: "x+y"
7667     boxpoints: "outliers"
7668     whiskerwidth: 0
7669   layout:
7670     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7671     layout: "plot-throughput"
7672
7673 # Packet Throughput - VPP L2 3n-skx-x710 features
7674 - type: "plot"
7675   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7676   algorithm: "plot_performance_box"
7677   output-file-type: ".html"
7678   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7680   filter: "'NIC_Intel-X710' and
7681            '64B' and
7682            'NDRPDR' and
7683            '2T1C' and
7684            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7685            not 'ACL' and
7686            not 'VHOST' and
7687            not 'DRV_AVF' and
7688            not 'L2OVRLAY' and
7689            not 'MEMIF'"
7690   parameters:
7691   - "throughput"
7692   - "parent"
7693   - "tags"
7694   sort:
7695   - "L2XCBASE"    # l2xcbase
7696   - "L2BDBASE"    # l2bdbase
7697   - "L2XCFWD"     # dot1q-l2xcbase
7698   - "L2BDMACLRN"  # dot1q-l2bdbase
7699   traces:
7700     hoverinfo: "x+y"
7701     boxpoints: "outliers"
7702     whiskerwidth: 0
7703   layout:
7704     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7705     layout: "plot-throughput"
7706
7707 - type: "plot"
7708   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7709   algorithm: "plot_performance_box"
7710   output-file-type: ".html"
7711   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7713   filter: "'NIC_Intel-X710' and
7714            '64B' and
7715            'NDRPDR' and
7716            '2T1C' and
7717            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7718            not 'ACL' and
7719            not 'VHOST' and
7720            not 'DRV_AVF' and
7721            not 'L2OVRLAY' and
7722            not 'MEMIF'"
7723   parameters:
7724   - "throughput"
7725   - "parent"
7726   - "tags"
7727   sort:
7728   - "L2XCBASE"    # l2xcbase
7729   - "L2BDBASE"    # l2bdbase
7730   - "L2XCFWD"     # dot1q-l2xcbase
7731   - "L2BDMACLRN"  # dot1q-l2bdbase
7732   traces:
7733     hoverinfo: "x+y"
7734     boxpoints: "outliers"
7735     whiskerwidth: 0
7736   layout:
7737     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7738     layout: "plot-throughput"
7739
7740 - type: "plot"
7741   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7742   algorithm: "plot_performance_box"
7743   output-file-type: ".html"
7744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7746   filter: "'NIC_Intel-X710' and
7747            '64B' and
7748            'NDRPDR' and
7749            '4T2C' and
7750            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7751            not 'ACL' and
7752            not 'VHOST' and
7753            not 'DRV_AVF' and
7754            not 'L2OVRLAY' and
7755            not 'MEMIF'"
7756   parameters:
7757   - "throughput"
7758   - "parent"
7759   - "tags"
7760   sort:
7761   - "L2XCBASE"    # l2xcbase
7762   - "L2BDBASE"    # l2bdbase
7763   - "L2XCFWD"     # dot1q-l2xcbase
7764   - "L2BDMACLRN"  # dot1q-l2bdbase
7765   traces:
7766     hoverinfo: "x+y"
7767     boxpoints: "outliers"
7768     whiskerwidth: 0
7769   layout:
7770     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7771     layout: "plot-throughput"
7772
7773 - type: "plot"
7774   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7775   algorithm: "plot_performance_box"
7776   output-file-type: ".html"
7777   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7779   filter: "'NIC_Intel-X710' and
7780            '64B' and
7781            'NDRPDR' and
7782            '4T2C' and
7783            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7784            not 'ACL' and
7785            not 'VHOST' and
7786            not 'DRV_AVF' and
7787            not 'L2OVRLAY' and
7788            not 'MEMIF'"
7789   parameters:
7790   - "throughput"
7791   - "parent"
7792   - "tags"
7793   sort:
7794   - "L2XCBASE"    # l2xcbase
7795   - "L2BDBASE"    # l2bdbase
7796   - "L2XCFWD"     # dot1q-l2xcbase
7797   - "L2BDMACLRN"  # dot1q-l2bdbase
7798   traces:
7799     hoverinfo: "x+y"
7800     boxpoints: "outliers"
7801     whiskerwidth: 0
7802   layout:
7803     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7804     layout: "plot-throughput"
7805
7806 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7807 - type: "plot"
7808   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7809   algorithm: "plot_performance_box"
7810   output-file-type: ".html"
7811   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7813   filter: "'NIC_Intel-X710' and
7814            '64B' and
7815            'NDRPDR' and
7816            '2T1C' and
7817            'FEATURE' and
7818            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7819            'IACL' and
7820            ('ACL1' or 'ACL50') and
7821            ('10K_FLOWS' or '10k_FLOWS') and
7822            not 'MACIP' and
7823            not 'VHOST' and
7824            not 'MEMIF'"
7825   parameters:
7826   - "throughput"
7827   - "parent"
7828   - "tags"
7829   traces:
7830     hoverinfo: "x+y"
7831     boxpoints: "outliers"
7832     whiskerwidth: 0
7833   layout:
7834     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7835     layout: "plot-throughput"
7836
7837 - type: "plot"
7838   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7839   algorithm: "plot_performance_box"
7840   output-file-type: ".html"
7841   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7843   filter: "'NIC_Intel-X710' and
7844            '64B' and
7845            'NDRPDR' and
7846            '2T1C' and
7847            'FEATURE' and
7848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7849            'IACL' and
7850            ('ACL1' or 'ACL50') and
7851            ('10K_FLOWS' or '10k_FLOWS') and
7852            not 'MACIP' and
7853            not 'VHOST' and
7854            not 'MEMIF'"
7855   parameters:
7856   - "throughput"
7857   - "parent"
7858   - "tags"
7859   traces:
7860     hoverinfo: "x+y"
7861     boxpoints: "outliers"
7862     whiskerwidth: 0
7863   layout:
7864     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7865     layout: "plot-throughput"
7866
7867 - type: "plot"
7868   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7869   algorithm: "plot_performance_box"
7870   output-file-type: ".html"
7871   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7873   filter: "'NIC_Intel-X710' and
7874            '64B' and
7875            'NDRPDR' and
7876            '4T2C' and
7877            'FEATURE' and
7878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7879            'IACL' and
7880            ('ACL1' or 'ACL50') and
7881            ('10K_FLOWS' or '10k_FLOWS') and
7882            not 'MACIP' and
7883            not 'VHOST' and
7884            not 'MEMIF'"
7885   parameters:
7886   - "throughput"
7887   - "parent"
7888   - "tags"
7889   traces:
7890     hoverinfo: "x+y"
7891     boxpoints: "outliers"
7892     whiskerwidth: 0
7893   layout:
7894     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7895     layout: "plot-throughput"
7896
7897 - type: "plot"
7898   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7899   algorithm: "plot_performance_box"
7900   output-file-type: ".html"
7901   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7903   filter: "'NIC_Intel-X710' and
7904            '64B' and
7905            'NDRPDR' and
7906            '4T2C' and
7907            'FEATURE' and
7908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7909            'IACL' and
7910            ('ACL1' or 'ACL50') and
7911            ('10K_FLOWS' or '10k_FLOWS') and
7912            not 'MACIP' and
7913            not 'VHOST' and
7914            not 'MEMIF'"
7915   parameters:
7916   - "throughput"
7917   - "parent"
7918   - "tags"
7919   traces:
7920     hoverinfo: "x+y"
7921     boxpoints: "outliers"
7922     whiskerwidth: 0
7923   layout:
7924     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7925     layout: "plot-throughput"
7926
7927 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7928 - type: "plot"
7929   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7930   algorithm: "plot_performance_box"
7931   output-file-type: ".html"
7932   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7934   filter: "'NIC_Intel-XXV710' and
7935            '64B' and
7936            ('BASE' or 'SCALE') and
7937            'NDRPDR' and
7938            'ETH' and
7939            '2T1C' and
7940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7941            not 'VHOST' and
7942            not 'MEMIF'"
7943   parameters:
7944   - "throughput"
7945   - "parent"
7946   - "tags"
7947   sort:
7948   - "L2PATCH"
7949   - "L2PATCH"
7950   - "L2XCBASE"
7951   - "L2BDMACLRN"
7952   traces:
7953     hoverinfo: "x+y"
7954     boxpoints: "outliers"
7955     whiskerwidth: 0
7956   layout:
7957     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7958     layout: "plot-throughput"
7959
7960 - type: "plot"
7961   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7962   algorithm: "plot_performance_box"
7963   output-file-type: ".html"
7964   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7966   filter: "'NIC_Intel-XXV710' and
7967            '64B' and
7968            ('BASE' or 'SCALE') and
7969            'NDRPDR' and
7970            'ETH' and
7971            '2T1C' and
7972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7973            not 'VHOST' and
7974            not 'MEMIF'"
7975   parameters:
7976   - "throughput"
7977   - "parent"
7978   - "tags"
7979   sort:
7980   - "L2PATCH"
7981   - "L2PATCH"
7982   - "L2XCBASE"
7983   - "L2BDMACLRN"
7984   traces:
7985     hoverinfo: "x+y"
7986     boxpoints: "outliers"
7987     whiskerwidth: 0
7988   layout:
7989     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
7990     layout: "plot-throughput"
7991
7992 - type: "plot"
7993   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7994   algorithm: "plot_performance_box"
7995   output-file-type: ".html"
7996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
7997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7998   filter: "'NIC_Intel-XXV710' and
7999            '64B' and
8000            ('BASE' or 'SCALE') and
8001            'NDRPDR' and
8002            'ETH' and
8003            '4T2C' and
8004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8005            not 'VHOST' and
8006            not 'MEMIF'"
8007   parameters:
8008   - "throughput"
8009   - "parent"
8010   - "tags"
8011   sort:
8012   - "L2PATCH"
8013   - "L2PATCH"
8014   - "L2XCBASE"
8015   - "L2BDMACLRN"
8016   traces:
8017     hoverinfo: "x+y"
8018     boxpoints: "outliers"
8019     whiskerwidth: 0
8020   layout:
8021     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8022     layout: "plot-throughput"
8023
8024 - type: "plot"
8025   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8026   algorithm: "plot_performance_box"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8030   filter: "'NIC_Intel-XXV710' and
8031            '64B' and
8032            ('BASE' or 'SCALE') and
8033            'NDRPDR' and
8034            'ETH' and
8035            '4T2C' and
8036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8037            not 'VHOST' and
8038            not 'MEMIF'"
8039   parameters:
8040   - "throughput"
8041   - "parent"
8042   - "tags"
8043   sort:
8044   - "L2PATCH"
8045   - "L2PATCH"
8046   - "L2XCBASE"
8047   - "L2BDMACLRN"
8048   traces:
8049     hoverinfo: "x+y"
8050     boxpoints: "outliers"
8051     whiskerwidth: 0
8052   layout:
8053     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8054     layout: "plot-throughput"
8055
8056 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8057 - type: "plot"
8058   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8059   algorithm: "plot_performance_box"
8060   output-file-type: ".html"
8061   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8063   filter: "'NIC_Intel-X710' and
8064            '64B' and
8065            ('BASE' or 'SCALE') and
8066            'NDRPDR' and
8067            'ETH' and
8068            '2T1C' and
8069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8070            not 'VHOST' and
8071            not 'MEMIF'"
8072   parameters:
8073   - "throughput"
8074   - "parent"
8075   - "tags"
8076   sort:
8077   - "L2PATCH"
8078   - "L2XCBASE"
8079   - "BASE"
8080   - "FIB_10K"
8081   - "FIB_100K"
8082   - "FIB_1M"
8083   traces:
8084     hoverinfo: "x+y"
8085     boxpoints: "outliers"
8086     whiskerwidth: 0
8087   layout:
8088     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8089     layout: "plot-throughput"
8090
8091 - type: "plot"
8092   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8093   algorithm: "plot_performance_box"
8094   output-file-type: ".html"
8095   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8097   filter: "'NIC_Intel-X710' and
8098            '64B' and
8099            ('BASE' or 'SCALE') and
8100            'NDRPDR' and
8101            'ETH' and
8102            '2T1C' and
8103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8104            not 'VHOST' and
8105            not 'MEMIF'"
8106   parameters:
8107   - "throughput"
8108   - "parent"
8109   - "tags"
8110   sort:
8111   - "L2PATCH"
8112   - "L2XCBASE"
8113   - "BASE"
8114   - "FIB_10K"
8115   - "FIB_100K"
8116   - "FIB_1M"
8117   traces:
8118     hoverinfo: "x+y"
8119     boxpoints: "outliers"
8120     whiskerwidth: 0
8121   layout:
8122     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8123     layout: "plot-throughput"
8124
8125 - type: "plot"
8126   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8127   algorithm: "plot_performance_box"
8128   output-file-type: ".html"
8129   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8131   filter: "'NIC_Intel-X710' and
8132            '64B' and
8133            ('BASE' or 'SCALE') and
8134            'NDRPDR' and
8135            'ETH' and
8136            '4T2C' and
8137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8138            not 'VHOST' and
8139            not 'MEMIF'"
8140   parameters:
8141   - "throughput"
8142   - "parent"
8143   - "tags"
8144   sort:
8145   - "L2PATCH"
8146   - "L2XCBASE"
8147   - "BASE"
8148   - "FIB_10K"
8149   - "FIB_100K"
8150   - "FIB_1M"
8151   traces:
8152     hoverinfo: "x+y"
8153     boxpoints: "outliers"
8154     whiskerwidth: 0
8155   layout:
8156     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8157     layout: "plot-throughput"
8158
8159 - type: "plot"
8160   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8161   algorithm: "plot_performance_box"
8162   output-file-type: ".html"
8163   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8165   filter: "'NIC_Intel-X710' and
8166            '64B' and
8167            ('BASE' or 'SCALE') and
8168            'NDRPDR' and
8169            'ETH' and
8170            '4T2C' and
8171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8172            not 'VHOST' and
8173            not 'MEMIF'"
8174   parameters:
8175   - "throughput"
8176   - "parent"
8177   - "tags"
8178   sort:
8179   - "L2PATCH"
8180   - "L2XCBASE"
8181   - "BASE"
8182   - "FIB_10K"
8183   - "FIB_100K"
8184   - "FIB_1M"
8185   traces:
8186     hoverinfo: "x+y"
8187     boxpoints: "outliers"
8188     whiskerwidth: 0
8189   layout:
8190     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8191     layout: "plot-throughput"
8192
8193 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8194 - type: "plot"
8195   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8196   algorithm: "plot_performance_box"
8197   output-file-type: ".html"
8198   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8200   filter: "'NIC_Intel-XXV710' and
8201            '64B' and
8202            ('BASE' or 'SCALE') and
8203            'NDRPDR' and
8204            'ETH' and
8205            '2T1C' and
8206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8207            not 'VHOST' and
8208            not 'MEMIF'"
8209   parameters:
8210   - "throughput"
8211   - "parent"
8212   - "tags"
8213   sort:
8214   - "L2PATCH"
8215   - "L2XCBASE"
8216   - "BASE"
8217   - "FIB_10K"
8218   - "FIB_100K"
8219   - "FIB_1M"
8220   traces:
8221     hoverinfo: "x+y"
8222     boxpoints: "outliers"
8223     whiskerwidth: 0
8224   layout:
8225     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8226     layout: "plot-throughput"
8227
8228 - type: "plot"
8229   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8230   algorithm: "plot_performance_box"
8231   output-file-type: ".html"
8232   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8234   filter: "'NIC_Intel-XXV710' and
8235            '64B' and
8236            ('BASE' or 'SCALE') and
8237            'NDRPDR' and
8238            'ETH' and
8239            '2T1C' and
8240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8241            not 'VHOST' and
8242            not 'MEMIF'"
8243   parameters:
8244   - "throughput"
8245   - "parent"
8246   - "tags"
8247   sort:
8248   - "L2PATCH"
8249   - "L2XCBASE"
8250   - "BASE"
8251   - "FIB_10K"
8252   - "FIB_100K"
8253   - "FIB_1M"
8254   traces:
8255     hoverinfo: "x+y"
8256     boxpoints: "outliers"
8257     whiskerwidth: 0
8258   layout:
8259     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8260     layout: "plot-throughput"
8261
8262 - type: "plot"
8263   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8264   algorithm: "plot_performance_box"
8265   output-file-type: ".html"
8266   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8268   filter: "'NIC_Intel-XXV710' and
8269            '64B' and
8270            ('BASE' or 'SCALE') and
8271            'NDRPDR' and
8272            'ETH' and
8273            '4T2C' and
8274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8275            not 'VHOST' and
8276            not 'MEMIF'"
8277   parameters:
8278   - "throughput"
8279   - "parent"
8280   - "tags"
8281   sort:
8282   - "L2PATCH"
8283   - "L2XCBASE"
8284   - "BASE"
8285   - "FIB_10K"
8286   - "FIB_100K"
8287   - "FIB_1M"
8288   traces:
8289     hoverinfo: "x+y"
8290     boxpoints: "outliers"
8291     whiskerwidth: 0
8292   layout:
8293     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8294     layout: "plot-throughput"
8295
8296 - type: "plot"
8297   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8298   algorithm: "plot_performance_box"
8299   output-file-type: ".html"
8300   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8302   filter: "'NIC_Intel-XXV710' and
8303            '64B' and
8304            ('BASE' or 'SCALE') and
8305            'NDRPDR' and
8306            'ETH' and
8307            '4T2C' and
8308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8309            not 'VHOST' and
8310            not 'MEMIF'"
8311   parameters:
8312   - "throughput"
8313   - "parent"
8314   - "tags"
8315   sort:
8316   - "L2PATCH"
8317   - "L2XCBASE"
8318   - "BASE"
8319   - "FIB_10K"
8320   - "FIB_100K"
8321   - "FIB_1M"
8322   traces:
8323     hoverinfo: "x+y"
8324     boxpoints: "outliers"
8325     whiskerwidth: 0
8326   layout:
8327     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8328     layout: "plot-throughput"
8329
8330 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8331 #- type: "plot"
8332 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8333 #  algorithm: "plot_performance_box"
8334 #  output-file-type: ".html"
8335 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8336 #  data: "intel-dnv-vpp"
8337 #  filter: "'NIC_Intel-X553' and
8338 #           '64B' and
8339 #           'BASE' and
8340 #           'NDRPDR' and
8341 #           'ETH' and
8342 #           '1T1C' and
8343 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8344 #           not 'VHOST' and
8345 #           not 'MEMIF'"
8346 #  parameters:
8347 #  - "throughput"
8348 #  - "parent"
8349 #  - "tags"
8350 #  sort:
8351 #  - "L2XCBASE"
8352 #  - "L2BDMACLRN"
8353 #  - "L2PATCH"
8354 #  traces:
8355 #    hoverinfo: "x+y"
8356 #    boxpoints: "outliers"
8357 #    whiskerwidth: 0
8358 #  layout:
8359 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8360 #    layout: "plot-throughput"
8361 #
8362 #- type: "plot"
8363 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8364 #  algorithm: "plot_performance_box"
8365 #  output-file-type: ".html"
8366 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8367 #  data: "intel-dnv-vpp"
8368 #  filter: "'NIC_Intel-X553' and
8369 #           '64B' and
8370 #           ('BASE' or 'SCALE') 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-pdr"
8391 #    layout: "plot-throughput"
8392 #
8393 #- type: "plot"
8394 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8395 #  algorithm: "plot_performance_box"
8396 #  output-file-type: ".html"
8397 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
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 #           '2T2C' 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-2t2c-base-ndr"
8422 #    layout: "plot-throughput"
8423 #
8424 #- type: "plot"
8425 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8426 #  algorithm: "plot_performance_box"
8427 #  output-file-type: ".html"
8428 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
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-pdr"
8453 #    layout: "plot-throughput"
8454
8455 ################################################################################
8456
8457 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8458 - type: "plot"
8459   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8460   algorithm: "plot_performance_box"
8461   output-file-type: ".html"
8462   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8464   filter: "'NIC_Intel-X520-DA2' and
8465            '64B' and
8466            ('BASE' or 'SCALE') and
8467            'NDRPDR' and
8468            '1T1C' and
8469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8470            not 'VHOST' and
8471            'MEMIF'"
8472   parameters:
8473   - "throughput"
8474   - "parent"
8475   - "tags"
8476   sort:
8477   - "L2XCFWD"
8478   - "L2XCFWD"
8479   - "L2XCFWD"
8480   - "L2BDMACLRN"
8481   - "L2BDMACLRN"
8482   - "L2BDMACLRN"
8483   - "IP4FWD"
8484   traces:
8485     hoverinfo: "x+y"
8486     boxpoints: "outliers"
8487     whiskerwidth: 0
8488   layout:
8489     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8490     layout: "plot-throughput"
8491
8492 - type: "plot"
8493   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8494   algorithm: "plot_performance_box"
8495   output-file-type: ".html"
8496   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8498   filter: "'NIC_Intel-X520-DA2' and
8499            '64B' and
8500            ('BASE' or 'SCALE') and
8501            'NDRPDR' and
8502            '1T1C' and
8503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8504            not 'VHOST' and
8505            'MEMIF'"
8506   parameters:
8507   - "throughput"
8508   - "parent"
8509   - "tags"
8510   sort:
8511   - "L2XCFWD"
8512   - "L2XCFWD"
8513   - "L2XCFWD"
8514   - "L2BDMACLRN"
8515   - "L2BDMACLRN"
8516   - "L2BDMACLRN"
8517   - "IP4FWD"
8518   traces:
8519     hoverinfo: "x+y"
8520     boxpoints: "outliers"
8521     whiskerwidth: 0
8522   layout:
8523     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8524     layout: "plot-throughput"
8525
8526 - type: "plot"
8527   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8528   algorithm: "plot_performance_box"
8529   output-file-type: ".html"
8530   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8532   filter: "'NIC_Intel-X520-DA2' and
8533            '64B' and
8534            ('BASE' or 'SCALE') and
8535            'NDRPDR' and
8536            '2T2C' and
8537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8538            not 'VHOST' and
8539            'MEMIF'"
8540   parameters:
8541   - "throughput"
8542   - "parent"
8543   - "tags"
8544   sort:
8545   - "L2XCFWD"
8546   - "L2XCFWD"
8547   - "L2XCFWD"
8548   - "L2BDMACLRN"
8549   - "L2BDMACLRN"
8550   - "L2BDMACLRN"
8551   - "IP4FWD"
8552   traces:
8553     hoverinfo: "x+y"
8554     boxpoints: "outliers"
8555     whiskerwidth: 0
8556   layout:
8557     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8558     layout: "plot-throughput"
8559
8560 - type: "plot"
8561   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8562   algorithm: "plot_performance_box"
8563   output-file-type: ".html"
8564   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8566   filter: "'NIC_Intel-X520-DA2' and
8567            '64B' and
8568            ('BASE' or 'SCALE') and
8569            'NDRPDR' and
8570            '2T2C' and
8571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8572            not 'VHOST' and
8573            'MEMIF'"
8574   parameters:
8575   - "throughput"
8576   - "parent"
8577   - "tags"
8578   sort:
8579   - "L2XCFWD"
8580   - "L2XCFWD"
8581   - "L2XCFWD"
8582   - "L2BDMACLRN"
8583   - "L2BDMACLRN"
8584   - "L2BDMACLRN"
8585   - "IP4FWD"
8586   traces:
8587     hoverinfo: "x+y"
8588     boxpoints: "outliers"
8589     whiskerwidth: 0
8590   layout:
8591     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8592     layout: "plot-throughput"
8593
8594 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8595 - type: "plot"
8596   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8597   algorithm: "plot_performance_box"
8598   output-file-type: ".html"
8599   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8601   filter: "'NIC_Intel-X710' and
8602            '64B' and
8603            ('BASE' or 'SCALE') and
8604            'NDRPDR' and
8605            '1T1C' and
8606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8607            not 'VHOST' and
8608            'MEMIF'"
8609   parameters:
8610   - "throughput"
8611   - "parent"
8612   - "tags"
8613   sort:
8614   - "L2XCFWD"
8615   - "L2XCFWD"
8616   - "L2XCFWD"
8617   - "L2BDMACLRN"
8618   - "L2BDMACLRN"
8619   - "L2BDMACLRN"
8620   - "IP4FWD"
8621   traces:
8622     hoverinfo: "x+y"
8623     boxpoints: "outliers"
8624     whiskerwidth: 0
8625   layout:
8626     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8627     layout: "plot-throughput"
8628
8629 - type: "plot"
8630   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8631   algorithm: "plot_performance_box"
8632   output-file-type: ".html"
8633   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8635   filter: "'NIC_Intel-X710' and
8636            '64B' and
8637            ('BASE' or 'SCALE') and
8638            'NDRPDR' and
8639            '1T1C' and
8640            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8641            not 'VHOST' and
8642            'MEMIF'"
8643   parameters:
8644   - "throughput"
8645   - "parent"
8646   - "tags"
8647   sort:
8648   - "L2XCFWD"
8649   - "L2XCFWD"
8650   - "L2XCFWD"
8651   - "L2BDMACLRN"
8652   - "L2BDMACLRN"
8653   - "L2BDMACLRN"
8654   - "IP4FWD"
8655   traces:
8656     hoverinfo: "x+y"
8657     boxpoints: "outliers"
8658     whiskerwidth: 0
8659   layout:
8660     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8661     layout: "plot-throughput"
8662
8663 - type: "plot"
8664   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8665   algorithm: "plot_performance_box"
8666   output-file-type: ".html"
8667   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8669   filter: "'NIC_Intel-X710' and
8670            '64B' and
8671            ('BASE' or 'SCALE') and
8672            'NDRPDR' and
8673            '2T2C' and
8674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8675            not 'VHOST' and
8676            'MEMIF'"
8677   parameters:
8678   - "throughput"
8679   - "parent"
8680   - "tags"
8681   sort:
8682   - "L2XCFWD"
8683   - "L2XCFWD"
8684   - "L2XCFWD"
8685   - "L2BDMACLRN"
8686   - "L2BDMACLRN"
8687   - "L2BDMACLRN"
8688   - "IP4FWD"
8689   traces:
8690     hoverinfo: "x+y"
8691     boxpoints: "outliers"
8692     whiskerwidth: 0
8693   layout:
8694     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8695     layout: "plot-throughput"
8696
8697 - type: "plot"
8698   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8699   algorithm: "plot_performance_box"
8700   output-file-type: ".html"
8701   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8703   filter: "'NIC_Intel-X710' and
8704            '64B' and
8705            ('BASE' or 'SCALE') and
8706            'NDRPDR' and
8707            '2T2C' and
8708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8709            not 'VHOST' and
8710            'MEMIF'"
8711   parameters:
8712   - "throughput"
8713   - "parent"
8714   - "tags"
8715   sort:
8716   - "L2XCFWD"
8717   - "L2XCFWD"
8718   - "L2XCFWD"
8719   - "L2BDMACLRN"
8720   - "L2BDMACLRN"
8721   - "L2BDMACLRN"
8722   - "IP4FWD"
8723   traces:
8724     hoverinfo: "x+y"
8725     boxpoints: "outliers"
8726     whiskerwidth: 0
8727   layout:
8728     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8729     layout: "plot-throughput"
8730
8731 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8732 - type: "plot"
8733   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8734   algorithm: "plot_performance_box"
8735   output-file-type: ".html"
8736   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8738   filter: "'NIC_Intel-XL710' and
8739            '64B' and
8740            ('BASE' or 'SCALE') and
8741            'NDRPDR' and
8742            '1T1C' and
8743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8744            not 'VHOST' and
8745            'MEMIF'"
8746   parameters:
8747   - "throughput"
8748   - "parent"
8749   - "tags"
8750   sort:
8751   - "L2XCFWD"
8752   - "L2XCFWD"
8753   - "L2XCFWD"
8754   - "L2BDMACLRN"
8755   - "L2BDMACLRN"
8756   - "L2BDMACLRN"
8757   - "IP4FWD"
8758   traces:
8759     hoverinfo: "x+y"
8760     boxpoints: "outliers"
8761     whiskerwidth: 0
8762   layout:
8763     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8764     layout: "plot-throughput"
8765
8766 - type: "plot"
8767   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8768   algorithm: "plot_performance_box"
8769   output-file-type: ".html"
8770   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8772   filter: "'NIC_Intel-XL710' and
8773            '64B' and
8774            ('BASE' or 'SCALE') and
8775            'NDRPDR' and
8776            '1T1C' and
8777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8778            not 'VHOST' and
8779            'MEMIF'"
8780   parameters:
8781   - "throughput"
8782   - "parent"
8783   - "tags"
8784   sort:
8785   - "L2XCFWD"
8786   - "L2XCFWD"
8787   - "L2XCFWD"
8788   - "L2BDMACLRN"
8789   - "L2BDMACLRN"
8790   - "L2BDMACLRN"
8791   - "IP4FWD"
8792   traces:
8793     hoverinfo: "x+y"
8794     boxpoints: "outliers"
8795     whiskerwidth: 0
8796   layout:
8797     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8798     layout: "plot-throughput"
8799
8800 - type: "plot"
8801   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8802   algorithm: "plot_performance_box"
8803   output-file-type: ".html"
8804   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8806   filter: "'NIC_Intel-XL710' and
8807            '64B' and
8808            ('BASE' or 'SCALE') and
8809            'NDRPDR' and
8810            '2T2C' and
8811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8812            not 'VHOST' and
8813            'MEMIF'"
8814   parameters:
8815   - "throughput"
8816   - "parent"
8817   - "tags"
8818   sort:
8819   - "L2XCFWD"
8820   - "L2XCFWD"
8821   - "L2XCFWD"
8822   - "L2BDMACLRN"
8823   - "L2BDMACLRN"
8824   - "L2BDMACLRN"
8825   - "IP4FWD"
8826   traces:
8827     hoverinfo: "x+y"
8828     boxpoints: "outliers"
8829     whiskerwidth: 0
8830   layout:
8831     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8832     layout: "plot-throughput"
8833
8834 - type: "plot"
8835   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8836   algorithm: "plot_performance_box"
8837   output-file-type: ".html"
8838   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8840   filter: "'NIC_Intel-XL710' and
8841            '64B' and
8842            ('BASE' or 'SCALE') and
8843            'NDRPDR' and
8844            '2T2C' and
8845            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8846            not 'VHOST' and
8847            'MEMIF'"
8848   parameters:
8849   - "throughput"
8850   - "parent"
8851   - "tags"
8852   sort:
8853   - "L2XCFWD"
8854   - "L2XCFWD"
8855   - "L2XCFWD"
8856   - "L2BDMACLRN"
8857   - "L2BDMACLRN"
8858   - "L2BDMACLRN"
8859   - "IP4FWD"
8860   traces:
8861     hoverinfo: "x+y"
8862     boxpoints: "outliers"
8863     whiskerwidth: 0
8864   layout:
8865     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8866     layout: "plot-throughput"
8867
8868 # Packet Throughput - VPP Container Memif 3n-skx-x710
8869 - type: "plot"
8870   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8871   algorithm: "plot_performance_box"
8872   output-file-type: ".html"
8873   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8875   filter: "'NIC_Intel-X710' and
8876            '64B' and
8877            ('BASE' or 'SCALE') and
8878            'NDRPDR' and
8879            '2T1C' and
8880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8881            not 'VHOST' and
8882            'MEMIF'"
8883   parameters:
8884   - "throughput"
8885   - "parent"
8886   - "tags"
8887   sort:
8888   - "L2XCFWD"
8889   - "L2XCFWD"
8890   - "L2XCFWD"
8891   - "L2BDMACLRN"
8892   - "L2BDMACLRN"
8893   - "L2BDMACLRN"
8894   - "IP4FWD"
8895   traces:
8896     hoverinfo: "x+y"
8897     boxpoints: "outliers"
8898     whiskerwidth: 0
8899   layout:
8900     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8901     layout: "plot-throughput"
8902
8903 - type: "plot"
8904   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8905   algorithm: "plot_performance_box"
8906   output-file-type: ".html"
8907   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8909   filter: "'NIC_Intel-X710' and
8910            '64B' and
8911            ('BASE' or 'SCALE') and
8912            'NDRPDR' and
8913            '2T1C' and
8914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8915            not 'VHOST' and
8916            'MEMIF'"
8917   parameters:
8918   - "throughput"
8919   - "parent"
8920   - "tags"
8921   sort:
8922   - "L2XCFWD"
8923   - "L2XCFWD"
8924   - "L2XCFWD"
8925   - "L2BDMACLRN"
8926   - "L2BDMACLRN"
8927   - "L2BDMACLRN"
8928   - "IP4FWD"
8929   traces:
8930     hoverinfo: "x+y"
8931     boxpoints: "outliers"
8932     whiskerwidth: 0
8933   layout:
8934     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8935     layout: "plot-throughput"
8936
8937 - type: "plot"
8938   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8939   algorithm: "plot_performance_box"
8940   output-file-type: ".html"
8941   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8943   filter: "'NIC_Intel-X710' and
8944            '64B' and
8945            ('BASE' or 'SCALE') and
8946            'NDRPDR' and
8947            '4T2C' and
8948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8949            not 'VHOST' and
8950            'MEMIF'"
8951   parameters:
8952   - "throughput"
8953   - "parent"
8954   - "tags"
8955   sort:
8956   - "L2XCFWD"
8957   - "L2XCFWD"
8958   - "L2XCFWD"
8959   - "L2BDMACLRN"
8960   - "L2BDMACLRN"
8961   - "L2BDMACLRN"
8962   - "IP4FWD"
8963   traces:
8964     hoverinfo: "x+y"
8965     boxpoints: "outliers"
8966     whiskerwidth: 0
8967   layout:
8968     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8969     layout: "plot-throughput"
8970
8971 - type: "plot"
8972   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8973   algorithm: "plot_performance_box"
8974   output-file-type: ".html"
8975   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8977   filter: "'NIC_Intel-X710' and
8978            '64B' and
8979            ('BASE' or 'SCALE') and
8980            'NDRPDR' and
8981            '4T2C' and
8982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8983            not 'VHOST' and
8984            'MEMIF'"
8985   parameters:
8986   - "throughput"
8987   - "parent"
8988   - "tags"
8989   sort:
8990   - "L2XCFWD"
8991   - "L2XCFWD"
8992   - "L2XCFWD"
8993   - "L2BDMACLRN"
8994   - "L2BDMACLRN"
8995   - "L2BDMACLRN"
8996   - "IP4FWD"
8997   traces:
8998     hoverinfo: "x+y"
8999     boxpoints: "outliers"
9000     whiskerwidth: 0
9001   layout:
9002     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9003     layout: "plot-throughput"
9004
9005 # Packet Throughput - VPP Container Memif 2n-skx-x710
9006 - type: "plot"
9007   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9008   algorithm: "plot_performance_box"
9009   output-file-type: ".html"
9010   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9012   filter: "'NIC_Intel-X710' and
9013            '64B' and
9014            ('BASE' or 'SCALE') and
9015            'NDRPDR' and
9016            '2T1C' and
9017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9018            not 'VHOST' and
9019            not 'NF_DENSITY' and
9020            'MEMIF'"
9021   parameters:
9022   - "throughput"
9023   - "parent"
9024   - "tags"
9025   sort:
9026   - "L2XCFWD"
9027   - "L2XCFWD"
9028   - "L2XCFWD"
9029   - "L2BDMACLRN"
9030   - "L2BDMACLRN"
9031   - "L2BDMACLRN"
9032   - "IP4FWD"
9033   traces:
9034     hoverinfo: "x+y"
9035     boxpoints: "outliers"
9036     whiskerwidth: 0
9037   layout:
9038     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9039     layout: "plot-throughput"
9040
9041 - type: "plot"
9042   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9043   algorithm: "plot_performance_box"
9044   output-file-type: ".html"
9045   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9047   filter: "'NIC_Intel-X710' and
9048            '64B' and
9049            ('BASE' or 'SCALE') and
9050            'NDRPDR' and
9051            '2T1C' and
9052            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9053            not 'VHOST' and
9054            not 'NF_DENSITY' and
9055            'MEMIF'"
9056   parameters:
9057   - "throughput"
9058   - "parent"
9059   - "tags"
9060   sort:
9061   - "L2XCFWD"
9062   - "L2XCFWD"
9063   - "L2XCFWD"
9064   - "L2BDMACLRN"
9065   - "L2BDMACLRN"
9066   - "L2BDMACLRN"
9067   - "IP4FWD"
9068   traces:
9069     hoverinfo: "x+y"
9070     boxpoints: "outliers"
9071     whiskerwidth: 0
9072   layout:
9073     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9074     layout: "plot-throughput"
9075
9076 - type: "plot"
9077   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9078   algorithm: "plot_performance_box"
9079   output-file-type: ".html"
9080   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9082   filter: "'NIC_Intel-X710' and
9083            '64B' and
9084            ('BASE' or 'SCALE') and
9085            'NDRPDR' and
9086            '4T2C' and
9087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9088            not 'VHOST' and
9089            not 'NF_DENSITY' and
9090            'MEMIF'"
9091   parameters:
9092   - "throughput"
9093   - "parent"
9094   - "tags"
9095   sort:
9096   - "L2XCFWD"
9097   - "L2XCFWD"
9098   - "L2XCFWD"
9099   - "L2BDMACLRN"
9100   - "L2BDMACLRN"
9101   - "L2BDMACLRN"
9102   - "IP4FWD"
9103   traces:
9104     hoverinfo: "x+y"
9105     boxpoints: "outliers"
9106     whiskerwidth: 0
9107   layout:
9108     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9109     layout: "plot-throughput"
9110
9111 - type: "plot"
9112   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9113   algorithm: "plot_performance_box"
9114   output-file-type: ".html"
9115   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9117   filter: "'NIC_Intel-X710' and
9118            '64B' and
9119            ('BASE' or 'SCALE') and
9120            'NDRPDR' and
9121            '4T2C' and
9122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9123            not 'VHOST' and
9124            not 'NF_DENSITY' and
9125            'MEMIF'"
9126   parameters:
9127   - "throughput"
9128   - "parent"
9129   - "tags"
9130   sort:
9131   - "L2XCFWD"
9132   - "L2XCFWD"
9133   - "L2XCFWD"
9134   - "L2BDMACLRN"
9135   - "L2BDMACLRN"
9136   - "L2BDMACLRN"
9137   - "IP4FWD"
9138   traces:
9139     hoverinfo: "x+y"
9140     boxpoints: "outliers"
9141     whiskerwidth: 0
9142   layout:
9143     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9144     layout: "plot-throughput"
9145
9146 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9147 #- type: "plot"
9148 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9149 #  algorithm: "plot_performance_box"
9150 #  output-file-type: ".html"
9151 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9152 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9153 #  filter: "'NIC_Intel-XXV710' and
9154 #           '64B' and
9155 #           ('BASE' or 'SCALE') and
9156 #           'NDRPDR' and
9157 #           '2T1C' and
9158 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9159 #           not 'VHOST' and
9160 #           'MEMIF'"
9161 #  parameters:
9162 #  - "throughput"
9163 #  - "parent"
9164 #  - "tags"
9165 #  sort:
9166 #  - "L2XCFWD"
9167 #  - "L2XCFWD"
9168 #  - "L2XCFWD"
9169 #  - "L2BDMACLRN"
9170 #  - "L2BDMACLRN"
9171 #  - "L2BDMACLRN"
9172 #  - "IP4FWD"
9173 #  traces:
9174 #    hoverinfo: "x+y"
9175 #    boxpoints: "outliers"
9176 #    whiskerwidth: 0
9177 #  layout:
9178 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9179 #    layout: "plot-throughput"
9180 #
9181 #- type: "plot"
9182 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9183 #  algorithm: "plot_performance_box"
9184 #  output-file-type: ".html"
9185 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9186 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9187 #  filter: "'NIC_Intel-XXV710' and
9188 #           '64B' and
9189 #           ('BASE' or 'SCALE') and
9190 #           'NDRPDR' and
9191 #           '2T1C' and
9192 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9193 #           not 'VHOST' and
9194 #           'MEMIF'"
9195 #  parameters:
9196 #  - "throughput"
9197 #  - "parent"
9198 #  - "tags"
9199 #  sort:
9200 #  - "L2XCFWD"
9201 #  - "L2XCFWD"
9202 #  - "L2XCFWD"
9203 #  - "L2BDMACLRN"
9204 #  - "L2BDMACLRN"
9205 #  - "L2BDMACLRN"
9206 #  - "IP4FWD"
9207 #  traces:
9208 #    hoverinfo: "x+y"
9209 #    boxpoints: "outliers"
9210 #    whiskerwidth: 0
9211 #  layout:
9212 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9213 #    layout: "plot-throughput"
9214 #
9215 #- type: "plot"
9216 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9217 #  algorithm: "plot_performance_box"
9218 #  output-file-type: ".html"
9219 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9220 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9221 #  filter: "'NIC_Intel-XXV710' and
9222 #           '64B' and
9223 #           ('BASE' or 'SCALE') and
9224 #           'NDRPDR' and
9225 #           '4T2C' and
9226 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9227 #           not 'VHOST' and
9228 #           'MEMIF'"
9229 #  parameters:
9230 #  - "throughput"
9231 #  - "parent"
9232 #  - "tags"
9233 #  sort:
9234 #  - "L2XCFWD"
9235 #  - "L2XCFWD"
9236 #  - "L2XCFWD"
9237 #  - "L2BDMACLRN"
9238 #  - "L2BDMACLRN"
9239 #  - "L2BDMACLRN"
9240 #  - "IP4FWD"
9241 #  traces:
9242 #    hoverinfo: "x+y"
9243 #    boxpoints: "outliers"
9244 #    whiskerwidth: 0
9245 #  layout:
9246 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9247 #    layout: "plot-throughput"
9248 #
9249 #- type: "plot"
9250 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9251 #  algorithm: "plot_performance_box"
9252 #  output-file-type: ".html"
9253 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9254 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9255 #  filter: "'NIC_Intel-XXV710' and
9256 #           '64B' and
9257 #           ('BASE' or 'SCALE') and
9258 #           'NDRPDR' and
9259 #           '4T2C' and
9260 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9261 #           not 'VHOST' and
9262 #           'MEMIF'"
9263 #  parameters:
9264 #  - "throughput"
9265 #  - "parent"
9266 #  - "tags"
9267 #  sort:
9268 #  - "L2XCFWD"
9269 #  - "L2XCFWD"
9270 #  - "L2XCFWD"
9271 #  - "L2BDMACLRN"
9272 #  - "L2BDMACLRN"
9273 #  - "L2BDMACLRN"
9274 #  - "IP4FWD"
9275 #  traces:
9276 #    hoverinfo: "x+y"
9277 #    boxpoints: "outliers"
9278 #    whiskerwidth: 0
9279 #  layout:
9280 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9281 #    layout: "plot-throughput"
9282
9283 ################################################################################
9284
9285 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9286 #- type: "plot"
9287 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9288 #  algorithm: "plot_performance_box"
9289 #  output-file-type: ".html"
9290 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9291 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9292 #  filter: "'NIC_Intel-X520-DA2' and
9293 #           '64B' and
9294 #           ('BASE' or 'SCALE') and
9295 #           'NDRPDR' and
9296 #           '1T1C' and
9297 #           'L2XCFWD' and
9298 #           not 'VHOST' and
9299 #           not 'NF_DENSITY' and
9300 #           'MEMIF'"
9301 #  parameters:
9302 #  - "throughput"
9303 #  - "parent"
9304 #  - "tags"
9305 #  sort:
9306 #  - "1VNF"
9307 #  - "2VNF"
9308 #  - "4VNF"
9309 #  - "2VNF"
9310 #  - "4VNF"
9311 #  traces:
9312 #    hoverinfo: "x+y"
9313 #    boxpoints: "outliers"
9314 #    whiskerwidth: 0
9315 #  layout:
9316 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9317 #    layout: "plot-throughput"
9318 #
9319 #- type: "plot"
9320 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9321 #  algorithm: "plot_performance_box"
9322 #  output-file-type: ".html"
9323 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9324 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9325 #  filter: "'NIC_Intel-X520-DA2' and
9326 #           '64B' and
9327 #           ('BASE' or 'SCALE') and
9328 #           'NDRPDR' and
9329 #           '1T1C' and
9330 #           'L2XCFWD' and
9331 #           not 'VHOST' and
9332 #           not 'NF_DENSITY' and
9333 #           'MEMIF'"
9334 #  parameters:
9335 #  - "throughput"
9336 #  - "parent"
9337 #  - "tags"
9338 #  sort:
9339 #  - "1VNF"
9340 #  - "2VNF"
9341 #  - "4VNF"
9342 #  - "2VNF"
9343 #  - "4VNF"
9344 #  traces:
9345 #    hoverinfo: "x+y"
9346 #    boxpoints: "outliers"
9347 #    whiskerwidth: 0
9348 #  layout:
9349 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9350 #    layout: "plot-throughput"
9351 #
9352 #- type: "plot"
9353 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9354 #  algorithm: "plot_performance_box"
9355 #  output-file-type: ".html"
9356 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9357 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9358 #  filter: "'NIC_Intel-X520-DA2' and
9359 #           '64B' and
9360 #           ('BASE' or 'SCALE') and
9361 #           'NDRPDR' and
9362 #           '2T2C' and
9363 #           'L2XCFWD' and
9364 #           not 'VHOST' and
9365 #           not 'NF_DENSITY' and
9366 #           'MEMIF'"
9367 #  parameters:
9368 #  - "throughput"
9369 #  - "parent"
9370 #  - "tags"
9371 #  sort:
9372 #  - "1VNF"
9373 #  - "2VNF"
9374 #  - "4VNF"
9375 #  - "2VNF"
9376 #  - "4VNF"
9377 #  traces:
9378 #    hoverinfo: "x+y"
9379 #    boxpoints: "outliers"
9380 #    whiskerwidth: 0
9381 #  layout:
9382 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9383 #    layout: "plot-throughput"
9384 #
9385 #- type: "plot"
9386 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9387 #  algorithm: "plot_performance_box"
9388 #  output-file-type: ".html"
9389 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9390 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9391 #  filter: "'NIC_Intel-X520-DA2' and
9392 #           '64B' and
9393 #           ('BASE' or 'SCALE') and
9394 #           'NDRPDR' and
9395 #           '2T2C' and
9396 #           'L2XCFWD' and
9397 #           not 'VHOST' and
9398 #           not 'NF_DENSITY' and
9399 #           'MEMIF'"
9400 #  parameters:
9401 #  - "throughput"
9402 #  - "parent"
9403 #  - "tags"
9404 #  sort:
9405 #  - "1VNF"
9406 #  - "2VNF"
9407 #  - "4VNF"
9408 #  - "2VNF"
9409 #  - "4VNF"
9410 #  traces:
9411 #    hoverinfo: "x+y"
9412 #    boxpoints: "outliers"
9413 #    whiskerwidth: 0
9414 #  layout:
9415 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9416 #    layout: "plot-throughput"
9417 #
9418 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9419 #- type: "plot"
9420 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9421 #  algorithm: "plot_performance_box"
9422 #  output-file-type: ".html"
9423 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9424 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9425 #  filter: "'NIC_Intel-X520-DA2' and
9426 #           '64B' and
9427 #           ('BASE' or 'SCALE') and
9428 #           'NDRPDR' and
9429 #           '1T1C' and
9430 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9431 #           not 'VHOST' and
9432 #           not 'NF_DENSITY' and
9433 #           'MEMIF'"
9434 #  parameters:
9435 #  - "throughput"
9436 #  - "parent"
9437 #  - "tags"
9438 #  sort:
9439 #  - "1VNF"
9440 #  - "2VNF"
9441 #  - "4VNF"
9442 #  - "2VNF"
9443 #  - "4VNF"
9444 #  traces:
9445 #    hoverinfo: "x+y"
9446 #    boxpoints: "outliers"
9447 #    whiskerwidth: 0
9448 #  layout:
9449 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9450 #    layout: "plot-throughput"
9451 #
9452 #- type: "plot"
9453 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9454 #  algorithm: "plot_performance_box"
9455 #  output-file-type: ".html"
9456 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9457 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9458 #  filter: "'NIC_Intel-X520-DA2' and
9459 #           '64B' and
9460 #           ('BASE' or 'SCALE') and
9461 #           'NDRPDR' and
9462 #           '1T1C' and
9463 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9464 #           not 'VHOST' and
9465 #           not 'NF_DENSITY' and
9466 #           'MEMIF'"
9467 #  parameters:
9468 #  - "throughput"
9469 #  - "parent"
9470 #  - "tags"
9471 #  sort:
9472 #  - "1VNF"
9473 #  - "2VNF"
9474 #  - "4VNF"
9475 #  - "2VNF"
9476 #  - "4VNF"
9477 #  traces:
9478 #    hoverinfo: "x+y"
9479 #    boxpoints: "outliers"
9480 #    whiskerwidth: 0
9481 #  layout:
9482 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9483 #    layout: "plot-throughput"
9484 #
9485 #- type: "plot"
9486 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9487 #  algorithm: "plot_performance_box"
9488 #  output-file-type: ".html"
9489 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9490 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9491 #  filter: "'NIC_Intel-X520-DA2' and
9492 #           '64B' and
9493 #           ('BASE' or 'SCALE') and
9494 #           'NDRPDR' and
9495 #           '2T2C' and
9496 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9497 #           not 'VHOST' and
9498 #           not 'NF_DENSITY' and
9499 #           'MEMIF'"
9500 #  parameters:
9501 #  - "throughput"
9502 #  - "parent"
9503 #  - "tags"
9504 #  sort:
9505 #  - "1VNF"
9506 #  - "2VNF"
9507 #  - "4VNF"
9508 #  - "2VNF"
9509 #  - "4VNF"
9510 #  traces:
9511 #    hoverinfo: "x+y"
9512 #    boxpoints: "outliers"
9513 #    whiskerwidth: 0
9514 #  layout:
9515 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9516 #    layout: "plot-throughput"
9517 #
9518 #- type: "plot"
9519 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9520 #  algorithm: "plot_performance_box"
9521 #  output-file-type: ".html"
9522 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9523 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9524 #  filter: "'NIC_Intel-X520-DA2' and
9525 #           '64B' and
9526 #           ('BASE' or 'SCALE') and
9527 #           'NDRPDR' and
9528 #           '2T2C' and
9529 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9530 #           not 'VHOST' and
9531 #           not 'NF_DENSITY' and
9532 #           'MEMIF'"
9533 #  parameters:
9534 #  - "throughput"
9535 #  - "parent"
9536 #  - "tags"
9537 #  sort:
9538 #  - "1VNF"
9539 #  - "2VNF"
9540 #  - "4VNF"
9541 #  - "2VNF"
9542 #  - "4VNF"
9543 #  traces:
9544 #    hoverinfo: "x+y"
9545 #    boxpoints: "outliers"
9546 #    whiskerwidth: 0
9547 #  layout:
9548 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9549 #    layout: "plot-throughput"
9550 #
9551 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9552 #- type: "plot"
9553 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9554 #  algorithm: "plot_performance_box"
9555 #  output-file-type: ".html"
9556 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9557 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9558 #  filter: "'NIC_Intel-X710' and
9559 #           '64B' and
9560 #           ('BASE' or 'SCALE') and
9561 #           'NDRPDR' and
9562 #           '1T1C' and
9563 #           'L2XCFWD' and
9564 #           not 'VHOST' and
9565 #           not 'NF_DENSITY' and
9566 #           'MEMIF'"
9567 #  parameters:
9568 #  - "throughput"
9569 #  - "parent"
9570 #  - "tags"
9571 #  sort:
9572 #  - "1VNF"
9573 #  - "2VNF"
9574 #  - "4VNF"
9575 #  - "2VNF"
9576 #  - "4VNF"
9577 #  traces:
9578 #    hoverinfo: "x+y"
9579 #    boxpoints: "outliers"
9580 #    whiskerwidth: 0
9581 #  layout:
9582 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9583 #    layout: "plot-throughput"
9584 #
9585 #- type: "plot"
9586 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9587 #  algorithm: "plot_performance_box"
9588 #  output-file-type: ".html"
9589 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9590 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9591 #  filter: "'NIC_Intel-X710' and
9592 #           '64B' and
9593 #           ('BASE' or 'SCALE') and
9594 #           'NDRPDR' and
9595 #           '1T1C' and
9596 #           'L2XCFWD' and
9597 #           not 'VHOST' and
9598 #           not 'NF_DENSITY' and
9599 #           'MEMIF'"
9600 #  parameters:
9601 #  - "throughput"
9602 #  - "parent"
9603 #  - "tags"
9604 #  sort:
9605 #  - "1VNF"
9606 #  - "2VNF"
9607 #  - "4VNF"
9608 #  - "2VNF"
9609 #  - "4VNF"
9610 #  traces:
9611 #    hoverinfo: "x+y"
9612 #    boxpoints: "outliers"
9613 #    whiskerwidth: 0
9614 #  layout:
9615 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9616 #    layout: "plot-throughput"
9617 #
9618 #- type: "plot"
9619 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9620 #  algorithm: "plot_performance_box"
9621 #  output-file-type: ".html"
9622 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9623 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9624 #  filter: "'NIC_Intel-X710' and
9625 #           '64B' and
9626 #           ('BASE' or 'SCALE') and
9627 #           'NDRPDR' and
9628 #           '2T2C' and
9629 #           'L2XCFWD' and
9630 #           not 'VHOST' and
9631 #           not 'NF_DENSITY' and
9632 #           'MEMIF'"
9633 #  parameters:
9634 #  - "throughput"
9635 #  - "parent"
9636 #  - "tags"
9637 #  sort:
9638 #  - "1VNF"
9639 #  - "2VNF"
9640 #  - "4VNF"
9641 #  - "2VNF"
9642 #  - "4VNF"
9643 #  traces:
9644 #    hoverinfo: "x+y"
9645 #    boxpoints: "outliers"
9646 #    whiskerwidth: 0
9647 #  layout:
9648 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9649 #    layout: "plot-throughput"
9650 #
9651 #- type: "plot"
9652 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9653 #  algorithm: "plot_performance_box"
9654 #  output-file-type: ".html"
9655 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9656 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9657 #  filter: "'NIC_Intel-X710' and
9658 #           '64B' and
9659 #           ('BASE' or 'SCALE') and
9660 #           'NDRPDR' and
9661 #           '2T2C' and
9662 #           'L2XCFWD' and
9663 #           not 'VHOST' and
9664 #           not 'NF_DENSITY' and
9665 #           'MEMIF'"
9666 #  parameters:
9667 #  - "throughput"
9668 #  - "parent"
9669 #  - "tags"
9670 #  sort:
9671 #  - "1VNF"
9672 #  - "2VNF"
9673 #  - "4VNF"
9674 #  - "2VNF"
9675 #  - "4VNF"
9676 #  traces:
9677 #    hoverinfo: "x+y"
9678 #    boxpoints: "outliers"
9679 #    whiskerwidth: 0
9680 #  layout:
9681 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9682 #    layout: "plot-throughput"
9683 #
9684 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9685 #- type: "plot"
9686 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9687 #  algorithm: "plot_performance_box"
9688 #  output-file-type: ".html"
9689 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9690 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9691 #  filter: "'NIC_Intel-X710' and
9692 #           '64B' and
9693 #           ('BASE' or 'SCALE') and
9694 #           'NDRPDR' and
9695 #           '1T1C' and
9696 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9697 #           not 'VHOST' and
9698 #           not 'NF_DENSITY' and
9699 #           'MEMIF'"
9700 #  parameters:
9701 #  - "throughput"
9702 #  - "parent"
9703 #  - "tags"
9704 #  sort:
9705 #  - "1VNF"
9706 #  - "2VNF"
9707 #  - "4VNF"
9708 #  - "2VNF"
9709 #  - "4VNF"
9710 #  traces:
9711 #    hoverinfo: "x+y"
9712 #    boxpoints: "outliers"
9713 #    whiskerwidth: 0
9714 #  layout:
9715 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9716 #    layout: "plot-throughput"
9717 #
9718 #- type: "plot"
9719 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9720 #  algorithm: "plot_performance_box"
9721 #  output-file-type: ".html"
9722 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9723 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9724 #  filter: "'NIC_Intel-X710' and
9725 #           '64B' and
9726 #           ('BASE' or 'SCALE') and
9727 #           'NDRPDR' and
9728 #           '1T1C' and
9729 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9730 #           not 'VHOST' and
9731 #           not 'NF_DENSITY' and
9732 #           'MEMIF'"
9733 #  parameters:
9734 #  - "throughput"
9735 #  - "parent"
9736 #  - "tags"
9737 #  sort:
9738 #  - "1VNF"
9739 #  - "2VNF"
9740 #  - "4VNF"
9741 #  - "2VNF"
9742 #  - "4VNF"
9743 #  traces:
9744 #    hoverinfo: "x+y"
9745 #    boxpoints: "outliers"
9746 #    whiskerwidth: 0
9747 #  layout:
9748 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9749 #    layout: "plot-throughput"
9750 #
9751 #- type: "plot"
9752 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9753 #  algorithm: "plot_performance_box"
9754 #  output-file-type: ".html"
9755 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9756 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9757 #  filter: "'NIC_Intel-X710' and
9758 #           '64B' and
9759 #           ('BASE' or 'SCALE') and
9760 #           'NDRPDR' and
9761 #           '2T2C' and
9762 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9763 #           not 'VHOST' and
9764 #           not 'NF_DENSITY' and
9765 #           'MEMIF'"
9766 #  parameters:
9767 #  - "throughput"
9768 #  - "parent"
9769 #  - "tags"
9770 #  sort:
9771 #  - "1VNF"
9772 #  - "2VNF"
9773 #  - "4VNF"
9774 #  - "2VNF"
9775 #  - "4VNF"
9776 #  traces:
9777 #    hoverinfo: "x+y"
9778 #    boxpoints: "outliers"
9779 #    whiskerwidth: 0
9780 #  layout:
9781 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9782 #    layout: "plot-throughput"
9783 #
9784 #- type: "plot"
9785 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9786 #  algorithm: "plot_performance_box"
9787 #  output-file-type: ".html"
9788 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9789 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9790 #  filter: "'NIC_Intel-X710' and
9791 #           '64B' and
9792 #           ('BASE' or 'SCALE') and
9793 #           'NDRPDR' and
9794 #           '2T2C' and
9795 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9796 #           not 'VHOST' and
9797 #           not 'NF_DENSITY' and
9798 #           'MEMIF'"
9799 #  parameters:
9800 #  - "throughput"
9801 #  - "parent"
9802 #  - "tags"
9803 #  sort:
9804 #  - "1VNF"
9805 #  - "2VNF"
9806 #  - "4VNF"
9807 #  - "2VNF"
9808 #  - "4VNF"
9809 #  traces:
9810 #    hoverinfo: "x+y"
9811 #    boxpoints: "outliers"
9812 #    whiskerwidth: 0
9813 #  layout:
9814 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9815 #    layout: "plot-throughput"
9816
9817 ################################################################################
9818
9819 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9820 - type: "plot"
9821   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9822   algorithm: "plot_performance_box"
9823   output-file-type: ".html"
9824   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9826   filter: "'NIC_Intel-X520-DA2' and
9827            '64B' and
9828            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9829            'NDRPDR' and
9830            '1T1C' and
9831            'IP4FWD' and
9832            not 'IPSEC' and
9833            not 'DOT1Q' and
9834            not 'VHOST'"
9835   parameters:
9836   - "throughput"
9837   - "parent"
9838   - "tags"
9839   sort:
9840   - "IP4BASE"
9841   - "FIB_20K"
9842   - "FIB_200K"
9843   - "FIB_2M"
9844   traces:
9845     hoverinfo: "x+y"
9846     boxpoints: "outliers"
9847     whiskerwidth: 0
9848   layout:
9849     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9850     layout: "plot-throughput"
9851
9852 - type: "plot"
9853   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9854   algorithm: "plot_performance_box"
9855   output-file-type: ".html"
9856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9858   filter: "'NIC_Intel-X520-DA2' and
9859            '64B' and
9860            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9861            'NDRPDR' and
9862            '1T1C' and
9863            'IP4FWD' and
9864            not 'IPSEC' and
9865            not 'DOT1Q' and
9866            not 'VHOST'"
9867   parameters:
9868   - "throughput"
9869   - "parent"
9870   - "tags"
9871   sort:
9872   - "IP4BASE"
9873   - "FIB_20K"
9874   - "FIB_200K"
9875   - "FIB_2M"
9876   traces:
9877     hoverinfo: "x+y"
9878     boxpoints: "outliers"
9879     whiskerwidth: 0
9880   layout:
9881     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9882     layout: "plot-throughput"
9883
9884 - type: "plot"
9885   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9886   algorithm: "plot_performance_box"
9887   output-file-type: ".html"
9888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9890   filter: "'NIC_Intel-X520-DA2' and
9891            '64B' and
9892            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9893            'NDRPDR' and
9894            '2T2C' and
9895            'IP4FWD' and
9896            not 'IPSEC' and
9897            not 'DOT1Q' and
9898            not 'VHOST'"
9899   parameters:
9900   - "throughput"
9901   - "parent"
9902   - "tags"
9903   sort:
9904   - "IP4BASE"
9905   - "FIB_20K"
9906   - "FIB_200K"
9907   - "FIB_2M"
9908   traces:
9909     hoverinfo: "x+y"
9910     boxpoints: "outliers"
9911     whiskerwidth: 0
9912   layout:
9913     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9914     layout: "plot-throughput"
9915
9916 - type: "plot"
9917   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9918   algorithm: "plot_performance_box"
9919   output-file-type: ".html"
9920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9922   filter: "'NIC_Intel-X520-DA2' and
9923            '64B' and
9924            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9925            'NDRPDR' and
9926            '2T2C' and
9927            'IP4FWD' and
9928            not 'IPSEC' and
9929            not 'DOT1Q' and
9930            not 'VHOST'"
9931   parameters:
9932   - "throughput"
9933   - "parent"
9934   - "tags"
9935   sort:
9936   - "IP4BASE"
9937   - "FIB_20K"
9938   - "FIB_200K"
9939   - "FIB_2M"
9940   traces:
9941     hoverinfo: "x+y"
9942     boxpoints: "outliers"
9943     whiskerwidth: 0
9944   layout:
9945     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9946     layout: "plot-throughput"
9947
9948 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9949 - type: "plot"
9950   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9951   algorithm: "plot_performance_box"
9952   output-file-type: ".html"
9953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9955   filter: "'NIC_Intel-X520-DA2' and
9956            '64B' and
9957            ('IP4BASE' or
9958             'POLICE_MARK' or
9959             'COPWHLIST' or
9960             ('NAT44' and 'BASE') or
9961             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
9962            'NDRPDR' and
9963            '1T1C' and
9964            'IP4FWD' and
9965            not 'IPSEC' and
9966            not 'VHOST'"
9967   parameters:
9968   - "throughput"
9969   - "parent"
9970   - "tags"
9971   sort:
9972   - "DOT1Q"
9973   - "IP4BASE"
9974   - "NAT44"
9975   - "POLICE_MARK"
9976   - "COPWHLIST"
9977   - "IACL"
9978   - "OACL"
9979   traces:
9980     hoverinfo: "x+y"
9981     boxpoints: "outliers"
9982     whiskerwidth: 0
9983   layout:
9984     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9985     layout: "plot-throughput"
9986
9987 - type: "plot"
9988   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9989   algorithm: "plot_performance_box"
9990   output-file-type: ".html"
9991   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9993   filter: "'NIC_Intel-X520-DA2' and
9994            '64B' and
9995            ('IP4BASE' or
9996             'POLICE_MARK' or
9997             'COPWHLIST' or
9998             ('NAT44' and 'BASE') or
9999             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10000            'NDRPDR' and
10001            '1T1C' and
10002            'IP4FWD' and
10003            not 'IPSEC' and
10004            not 'VHOST'"
10005   parameters:
10006   - "throughput"
10007   - "parent"
10008   - "tags"
10009   sort:
10010   - "DOT1Q"
10011   - "IP4BASE"
10012   - "NAT44"
10013   - "POLICE_MARK"
10014   - "COPWHLIST"
10015   - "IACL"
10016   - "OACL"
10017   traces:
10018     hoverinfo: "x+y"
10019     boxpoints: "outliers"
10020     whiskerwidth: 0
10021   layout:
10022     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10023     layout: "plot-throughput"
10024
10025 - type: "plot"
10026   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10027   algorithm: "plot_performance_box"
10028   output-file-type: ".html"
10029   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10031   filter: "'NIC_Intel-X520-DA2' and
10032            '64B' and
10033            ('IP4BASE' or
10034             'POLICE_MARK' or
10035             'COPWHLIST' or
10036             ('NAT44' and 'BASE') or
10037             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10038            'NDRPDR' and
10039            '2T2C' and
10040            'IP4FWD' and
10041            not 'IPSEC' and
10042            not 'VHOST'"
10043   parameters:
10044   - "throughput"
10045   - "parent"
10046   - "tags"
10047   sort:
10048   - "DOT1Q"
10049   - "IP4BASE"
10050   - "NAT44"
10051   - "POLICE_MARK"
10052   - "COPWHLIST"
10053   - "IACL"
10054   - "OACL"
10055   traces:
10056     hoverinfo: "x+y"
10057     boxpoints: "outliers"
10058     whiskerwidth: 0
10059   layout:
10060     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10061     layout: "plot-throughput"
10062
10063 - type: "plot"
10064   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10065   algorithm: "plot_performance_box"
10066   output-file-type: ".html"
10067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10069   filter: "'NIC_Intel-X520-DA2' and
10070            '64B' and
10071            ('IP4BASE' or
10072             'POLICE_MARK' or
10073             'COPWHLIST' or
10074             ('NAT44' and 'BASE') or
10075             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10076            'NDRPDR' and
10077            '2T2C' and
10078            'IP4FWD' and
10079            not 'IPSEC' and
10080            not 'VHOST'"
10081   parameters:
10082   - "throughput"
10083   - "parent"
10084   - "tags"
10085   sort:
10086   - "DOT1Q"
10087   - "IP4BASE"
10088   - "NAT44"
10089   - "POLICE_MARK"
10090   - "COPWHLIST"
10091   - "IACL"
10092   - "OACL"
10093   traces:
10094     hoverinfo: "x+y"
10095     boxpoints: "outliers"
10096     whiskerwidth: 0
10097   layout:
10098     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10099     layout: "plot-throughput"
10100
10101 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10102 - type: "plot"
10103   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10104   algorithm: "plot_performance_box"
10105   output-file-type: ".html"
10106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10108   filter: "'NIC_Intel-X520-DA2' and
10109            '64B' and
10110            'NDRPDR' and
10111            '1T1C' and
10112            'IP4FWD' and
10113            ('NAT44' or 'IP4BASE') and
10114            not 'DOT1Q' and
10115            not 'IPSEC' and
10116            not 'VHOST'"
10117   parameters:
10118   - "throughput"
10119   - "parent"
10120   - "tags"
10121   sort:
10122   - "IP4BASE"
10123   - "BASE"
10124   - "SRC_USER_10"
10125   - "SRC_USER_100"
10126   - "SRC_USER_1000"
10127   - "SRC_USER_2000"
10128   traces:
10129     hoverinfo: "x+y"
10130     boxpoints: "outliers"
10131     whiskerwidth: 0
10132   layout:
10133     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10134     layout: "plot-throughput"
10135
10136 - type: "plot"
10137   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10138   algorithm: "plot_performance_box"
10139   output-file-type: ".html"
10140   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10142   filter: "'NIC_Intel-X520-DA2' and
10143            '64B' and
10144            'NDRPDR' and
10145            '1T1C' and
10146            'IP4FWD' and
10147            ('NAT44' or 'IP4BASE') and
10148            not 'DOT1Q' and
10149            not 'IPSEC' and
10150            not 'VHOST'"
10151   parameters:
10152   - "throughput"
10153   - "parent"
10154   - "tags"
10155   sort:
10156   - "IP4BASE"
10157   - "BASE"
10158   - "SRC_USER_10"
10159   - "SRC_USER_100"
10160   - "SRC_USER_1000"
10161   - "SRC_USER_2000"
10162   traces:
10163     hoverinfo: "x+y"
10164     boxpoints: "outliers"
10165     whiskerwidth: 0
10166   layout:
10167     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10168     layout: "plot-throughput"
10169
10170 - type: "plot"
10171   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10172   algorithm: "plot_performance_box"
10173   output-file-type: ".html"
10174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10176   filter: "'NIC_Intel-X520-DA2' and
10177            '64B' and
10178            'NDRPDR' and
10179            '2T2C' and
10180            'IP4FWD' and
10181            ('NAT44' or 'IP4BASE') and
10182            not 'DOT1Q' and
10183            not 'IPSEC' and
10184            not 'VHOST'"
10185   parameters:
10186   - "throughput"
10187   - "parent"
10188   - "tags"
10189   sort:
10190   - "IP4BASE"
10191   - "BASE"
10192   - "SRC_USER_10"
10193   - "SRC_USER_100"
10194   - "SRC_USER_1000"
10195   - "SRC_USER_2000"
10196   traces:
10197     hoverinfo: "x+y"
10198     boxpoints: "outliers"
10199     whiskerwidth: 0
10200   layout:
10201     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10202     layout: "plot-throughput"
10203
10204 - type: "plot"
10205   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10206   algorithm: "plot_performance_box"
10207   output-file-type: ".html"
10208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10210   filter: "'NIC_Intel-X520-DA2' and
10211            '64B' and
10212            'NDRPDR' and
10213            '2T2C' and
10214            'IP4FWD' and
10215            ('NAT44' or 'IP4BASE') and
10216            not 'DOT1Q' and
10217            not 'IPSEC' and
10218            not 'VHOST'"
10219   parameters:
10220   - "throughput"
10221   - "parent"
10222   - "tags"
10223   sort:
10224   - "IP4BASE"
10225   - "BASE"
10226   - "SRC_USER_10"
10227   - "SRC_USER_100"
10228   - "SRC_USER_1000"
10229   - "SRC_USER_2000"
10230   traces:
10231     hoverinfo: "x+y"
10232     boxpoints: "outliers"
10233     whiskerwidth: 0
10234   layout:
10235     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10236     layout: "plot-throughput"
10237
10238 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10239 - type: "plot"
10240   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10241   algorithm: "plot_performance_box"
10242   output-file-type: ".html"
10243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10245   filter: "'NIC_Intel-X520-DA2' and
10246            '64B' and
10247            'NDRPDR' and
10248            '1T1C' and
10249            'IP4FWD' and
10250            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10251            not 'IPSEC' and
10252            not 'DOT1Q' and
10253            not 'VHOST'"
10254   parameters:
10255   - "throughput"
10256   - "parent"
10257   - "tags"
10258   sort:
10259   - "IP4BASE"
10260   - "ACL_STATELESS"
10261   - "ACL_STATEFUL"
10262   - "ACL_STATELESS"
10263   - "ACL_STATEFUL"
10264   traces:
10265     hoverinfo: "x+y"
10266     boxpoints: "outliers"
10267     whiskerwidth: 0
10268   layout:
10269     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10270     layout: "plot-throughput"
10271
10272 - type: "plot"
10273   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10274   algorithm: "plot_performance_box"
10275   output-file-type: ".html"
10276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10278   filter: "'NIC_Intel-X520-DA2' and
10279            '64B' and
10280            'NDRPDR' and
10281            '1T1C' and
10282            'IP4FWD' and
10283            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10284            not 'IPSEC' and
10285            not 'DOT1Q' and
10286            not 'VHOST'"
10287   parameters:
10288   - "throughput"
10289   - "parent"
10290   - "tags"
10291   sort:
10292   - "IP4BASE"
10293   - "ACL_STATELESS"
10294   - "ACL_STATEFUL"
10295   - "ACL_STATELESS"
10296   - "ACL_STATEFUL"
10297   traces:
10298     hoverinfo: "x+y"
10299     boxpoints: "outliers"
10300     whiskerwidth: 0
10301   layout:
10302     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10303     layout: "plot-throughput"
10304
10305 - type: "plot"
10306   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10307   algorithm: "plot_performance_box"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10311   filter: "'NIC_Intel-X520-DA2' and
10312            '64B' and
10313            'NDRPDR' and
10314            '2T2C' and
10315            'IP4FWD' and
10316            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10317            not 'IPSEC' and
10318            not 'DOT1Q' and
10319            not 'VHOST'"
10320   parameters:
10321   - "throughput"
10322   - "parent"
10323   - "tags"
10324   sort:
10325   - "IP4BASE"
10326   - "ACL_STATELESS"
10327   - "ACL_STATEFUL"
10328   - "ACL_STATELESS"
10329   - "ACL_STATEFUL"
10330   traces:
10331     hoverinfo: "x+y"
10332     boxpoints: "outliers"
10333     whiskerwidth: 0
10334   layout:
10335     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10336     layout: "plot-throughput"
10337
10338 - type: "plot"
10339   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10340   algorithm: "plot_performance_box"
10341   output-file-type: ".html"
10342   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10344   filter: "'NIC_Intel-X520-DA2' and
10345            '64B' and
10346            'NDRPDR' and
10347            '2T2C' and
10348            'IP4FWD' and
10349            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10350            not 'IPSEC' and
10351            not 'DOT1Q' and
10352            not 'VHOST'"
10353   parameters:
10354   - "throughput"
10355   - "parent"
10356   - "tags"
10357   sort:
10358   - "IP4BASE"
10359   - "ACL_STATELESS"
10360   - "ACL_STATEFUL"
10361   - "ACL_STATELESS"
10362   - "ACL_STATEFUL"
10363   traces:
10364     hoverinfo: "x+y"
10365     boxpoints: "outliers"
10366     whiskerwidth: 0
10367   layout:
10368     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10369     layout: "plot-throughput"
10370
10371 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10372 - type: "plot"
10373   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10374   algorithm: "plot_performance_box"
10375   output-file-type: ".html"
10376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10378   filter: "'NIC_Intel-X520-DA2' and
10379            '64B' and
10380            'NDRPDR' and
10381            '1T1C' and
10382            'IP4FWD' and
10383            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10384            not 'IPSEC' and
10385            not 'DOT1Q' and
10386            not 'VHOST'"
10387   parameters:
10388   - "throughput"
10389   - "parent"
10390   - "tags"
10391   sort:
10392   - "IP4BASE"
10393   - "ACL_STATELESS"
10394   - "ACL_STATEFUL"
10395   - "ACL_STATELESS"
10396   - "ACL_STATEFUL"
10397   traces:
10398     hoverinfo: "x+y"
10399     boxpoints: "outliers"
10400     whiskerwidth: 0
10401   layout:
10402     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10403     layout: "plot-throughput"
10404
10405 - type: "plot"
10406   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10407   algorithm: "plot_performance_box"
10408   output-file-type: ".html"
10409   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10411   filter: "'NIC_Intel-X520-DA2' and
10412            '64B' and
10413            'NDRPDR' and
10414            '1T1C' and
10415            'IP4FWD' and
10416            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10417            not 'IPSEC' and
10418            not 'DOT1Q' and
10419            not 'VHOST'"
10420   parameters:
10421   - "throughput"
10422   - "parent"
10423   - "tags"
10424   sort:
10425   - "IP4BASE"
10426   - "ACL_STATELESS"
10427   - "ACL_STATEFUL"
10428   - "ACL_STATELESS"
10429   - "ACL_STATEFUL"
10430   traces:
10431     hoverinfo: "x+y"
10432     boxpoints: "outliers"
10433     whiskerwidth: 0
10434   layout:
10435     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10436     layout: "plot-throughput"
10437
10438 - type: "plot"
10439   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10440   algorithm: "plot_performance_box"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10444   filter: "'NIC_Intel-X520-DA2' and
10445            '64B' and
10446            'NDRPDR' and
10447            '2T2C' and
10448            'IP4FWD' and
10449            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10450            not 'IPSEC' and
10451            not 'DOT1Q' and
10452            not 'VHOST'"
10453   parameters:
10454   - "throughput"
10455   - "parent"
10456   - "tags"
10457   sort:
10458   - "IP4BASE"
10459   - "ACL_STATELESS"
10460   - "ACL_STATEFUL"
10461   - "ACL_STATELESS"
10462   - "ACL_STATEFUL"
10463   traces:
10464     hoverinfo: "x+y"
10465     boxpoints: "outliers"
10466     whiskerwidth: 0
10467   layout:
10468     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10469     layout: "plot-throughput"
10470
10471 - type: "plot"
10472   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10473   algorithm: "plot_performance_box"
10474   output-file-type: ".html"
10475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10477   filter: "'NIC_Intel-X520-DA2' and
10478            '64B' and
10479            'NDRPDR' and
10480            '2T2C' and
10481            'IP4FWD' and
10482            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10483            not 'IPSEC' and
10484            not 'DOT1Q' and
10485            not 'VHOST'"
10486   parameters:
10487   - "throughput"
10488   - "parent"
10489   - "tags"
10490   sort:
10491   - "IP4BASE"
10492   - "ACL_STATELESS"
10493   - "ACL_STATEFUL"
10494   - "ACL_STATELESS"
10495   - "ACL_STATEFUL"
10496   traces:
10497     hoverinfo: "x+y"
10498     boxpoints: "outliers"
10499     whiskerwidth: 0
10500   layout:
10501     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10502     layout: "plot-throughput"
10503
10504 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10505 - type: "plot"
10506   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10507   algorithm: "plot_performance_box"
10508   output-file-type: ".html"
10509   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10511   filter: "'NIC_Intel-X710' and
10512            '64B' and
10513            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10514            'NDRPDR' and
10515            '1T1C' and
10516            'IP4FWD' and
10517            not 'IPSEC' and
10518            not 'DOT1Q' and
10519            not 'VHOST'"
10520   parameters:
10521   - "throughput"
10522   - "parent"
10523   - "tags"
10524   sort:
10525   - "IP4BASE"
10526   - "FIB_20K"
10527   - "FIB_200K"
10528   - "FIB_2M"
10529   traces:
10530     hoverinfo: "x+y"
10531     boxpoints: "outliers"
10532     whiskerwidth: 0
10533   layout:
10534     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10535     layout: "plot-throughput"
10536
10537 - type: "plot"
10538   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10539   algorithm: "plot_performance_box"
10540   output-file-type: ".html"
10541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10543   filter: "'NIC_Intel-X710' and
10544            '64B' and
10545            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10546            'NDRPDR' and
10547            '1T1C' and
10548            'IP4FWD' and
10549            not 'IPSEC' and
10550            not 'DOT1Q' and
10551            not 'VHOST'"
10552   parameters:
10553   - "throughput"
10554   - "parent"
10555   - "tags"
10556   sort:
10557   - "IP4BASE"
10558   - "FIB_20K"
10559   - "FIB_200K"
10560   - "FIB_2M"
10561   traces:
10562     hoverinfo: "x+y"
10563     boxpoints: "outliers"
10564     whiskerwidth: 0
10565   layout:
10566     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10567     layout: "plot-throughput"
10568
10569 - type: "plot"
10570   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10571   algorithm: "plot_performance_box"
10572   output-file-type: ".html"
10573   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10575   filter: "'NIC_Intel-X710' and
10576            '64B' and
10577            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10578            'NDRPDR' and
10579            '2T2C' and
10580            'IP4FWD' and
10581            not 'IPSEC' and
10582            not 'DOT1Q' and
10583            not 'VHOST'"
10584   parameters:
10585   - "throughput"
10586   - "parent"
10587   - "tags"
10588   sort:
10589   - "IP4BASE"
10590   - "FIB_20K"
10591   - "FIB_200K"
10592   - "FIB_2M"
10593   traces:
10594     hoverinfo: "x+y"
10595     boxpoints: "outliers"
10596     whiskerwidth: 0
10597   layout:
10598     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10599     layout: "plot-throughput"
10600
10601 - type: "plot"
10602   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10603   algorithm: "plot_performance_box"
10604   output-file-type: ".html"
10605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10607   filter: "'NIC_Intel-X710' and
10608            '64B' and
10609            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10610            'NDRPDR' and
10611            '2T2C' and
10612            'IP4FWD' and
10613            not 'IPSEC' and
10614            not 'DOT1Q' and
10615            not 'VHOST'"
10616   parameters:
10617   - "throughput"
10618   - "parent"
10619   - "tags"
10620   sort:
10621   - "IP4BASE"
10622   - "FIB_20K"
10623   - "FIB_200K"
10624   - "FIB_2M"
10625   traces:
10626     hoverinfo: "x+y"
10627     boxpoints: "outliers"
10628     whiskerwidth: 0
10629   layout:
10630     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10631     layout: "plot-throughput"
10632
10633 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10634 - type: "plot"
10635   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10636   algorithm: "plot_performance_box"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10640   filter: "'NIC_Intel-X710' and
10641            '64B' and
10642            ('IP4BASE' or
10643             'POLICE_MARK' or
10644             'COPWHLIST' or
10645             ('NAT44' and 'BASE') or
10646             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10647            'NDRPDR' and
10648            '1T1C' and
10649            'IP4FWD' and
10650            not 'IPSEC' and
10651            not 'VHOST'"
10652   parameters:
10653   - "throughput"
10654   - "parent"
10655   - "tags"
10656   sort:
10657   - "DOT1Q"
10658   - "IP4BASE"
10659   - "NAT44"
10660   - "POLICE_MARK"
10661   - "COPWHLIST"
10662   - "IACL"
10663   - "OACL"
10664   traces:
10665     hoverinfo: "x+y"
10666     boxpoints: "outliers"
10667     whiskerwidth: 0
10668   layout:
10669     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10670     layout: "plot-throughput"
10671
10672 - type: "plot"
10673   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10674   algorithm: "plot_performance_box"
10675   output-file-type: ".html"
10676   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10677   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10678   filter: "'NIC_Intel-X710' and
10679            '64B' and
10680            ('IP4BASE' or
10681             'POLICE_MARK' or
10682             'COPWHLIST' or
10683             ('NAT44' and 'BASE') or
10684             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10685            'NDRPDR' and
10686            '1T1C' and
10687            'IP4FWD' and
10688            not 'IPSEC' and
10689            not 'VHOST'"
10690   parameters:
10691   - "throughput"
10692   - "parent"
10693   - "tags"
10694   sort:
10695   - "DOT1Q"
10696   - "IP4BASE"
10697   - "NAT44"
10698   - "POLICE_MARK"
10699   - "COPWHLIST"
10700   - "IACL"
10701   - "OACL"
10702   traces:
10703     hoverinfo: "x+y"
10704     boxpoints: "outliers"
10705     whiskerwidth: 0
10706   layout:
10707     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10708     layout: "plot-throughput"
10709
10710 - type: "plot"
10711   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10712   algorithm: "plot_performance_box"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10716   filter: "'NIC_Intel-X710' and
10717            '64B' and
10718            ('IP4BASE' or
10719             'POLICE_MARK' or
10720             'COPWHLIST' or
10721             ('NAT44' and 'BASE') or
10722             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10723            'NDRPDR' and
10724            '2T2C' and
10725            'IP4FWD' and
10726            not 'IPSEC' and
10727            not 'VHOST'"
10728   parameters:
10729   - "throughput"
10730   - "parent"
10731   - "tags"
10732   sort:
10733   - "DOT1Q"
10734   - "IP4BASE"
10735   - "NAT44"
10736   - "POLICE_MARK"
10737   - "COPWHLIST"
10738   - "IACL"
10739   - "OACL"
10740   traces:
10741     hoverinfo: "x+y"
10742     boxpoints: "outliers"
10743     whiskerwidth: 0
10744   layout:
10745     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10746     layout: "plot-throughput"
10747
10748 - type: "plot"
10749   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10750   algorithm: "plot_performance_box"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10754   filter: "'NIC_Intel-X710' and
10755            '64B' and
10756            ('IP4BASE' or
10757             'POLICE_MARK' or
10758             'COPWHLIST' or
10759             ('NAT44' and 'BASE') or
10760             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10761            'NDRPDR' and
10762            '2T2C' and
10763            'IP4FWD' and
10764            not 'IPSEC' and
10765            not 'VHOST'"
10766   parameters:
10767   - "throughput"
10768   - "parent"
10769   - "tags"
10770   sort:
10771   - "DOT1Q"
10772   - "IP4BASE"
10773   - "NAT44"
10774   - "POLICE_MARK"
10775   - "COPWHLIST"
10776   - "IACL"
10777   - "OACL"
10778   traces:
10779     hoverinfo: "x+y"
10780     boxpoints: "outliers"
10781     whiskerwidth: 0
10782   layout:
10783     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10784     layout: "plot-throughput"
10785
10786 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10787 - type: "plot"
10788   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10789   algorithm: "plot_performance_box"
10790   output-file-type: ".html"
10791   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10793   filter: "'NIC_Intel-X710' and
10794            '64B' and
10795            'NDRPDR' and
10796            '2T1C' and
10797            'IP4FWD' and
10798            ('NAT44' or 'IP4BASE') and
10799            not 'IPSEC' and
10800            not 'VHOST'"
10801   parameters:
10802   - "throughput"
10803   - "parent"
10804   - "tags"
10805   sort:
10806   - "IP4BASE"
10807   - "BASE"
10808   - "SRC_USER_10"
10809   - "SRC_USER_100"
10810   - "SRC_USER_1000"
10811   - "SRC_USER_2000"
10812   traces:
10813     hoverinfo: "x+y"
10814     boxpoints: "outliers"
10815     whiskerwidth: 0
10816   layout:
10817     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10818     layout: "plot-throughput"
10819
10820 - type: "plot"
10821   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10822   algorithm: "plot_performance_box"
10823   output-file-type: ".html"
10824   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10826   filter: "'NIC_Intel-X710' and
10827            '64B' and
10828            'NDRPDR' and
10829            '2T1C' and
10830            'IP4FWD' and
10831            ('NAT44' or 'IP4BASE') and
10832            not 'IPSEC' and
10833            not 'VHOST'"
10834   parameters:
10835   - "throughput"
10836   - "parent"
10837   - "tags"
10838   sort:
10839   - "IP4BASE"
10840   - "BASE"
10841   - "SRC_USER_10"
10842   - "SRC_USER_100"
10843   - "SRC_USER_1000"
10844   - "SRC_USER_2000"
10845   traces:
10846     hoverinfo: "x+y"
10847     boxpoints: "outliers"
10848     whiskerwidth: 0
10849   layout:
10850     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10851     layout: "plot-throughput"
10852
10853 - type: "plot"
10854   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10855   algorithm: "plot_performance_box"
10856   output-file-type: ".html"
10857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10859   filter: "'NIC_Intel-X710' and
10860            '64B' and
10861            'NDRPDR' and
10862            '4T2C' and
10863            'IP4FWD' and
10864            ('NAT44' or 'IP4BASE') and
10865            not 'IPSEC' and
10866            not 'VHOST'"
10867   parameters:
10868   - "throughput"
10869   - "parent"
10870   - "tags"
10871   sort:
10872   - "IP4BASE"
10873   - "BASE"
10874   - "SRC_USER_10"
10875   - "SRC_USER_100"
10876   - "SRC_USER_1000"
10877   - "SRC_USER_2000"
10878   traces:
10879     hoverinfo: "x+y"
10880     boxpoints: "outliers"
10881     whiskerwidth: 0
10882   layout:
10883     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10884     layout: "plot-throughput"
10885
10886 - type: "plot"
10887   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10888   algorithm: "plot_performance_box"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10892   filter: "'NIC_Intel-X710' and
10893            '64B' and
10894            'NDRPDR' and
10895            '4T2C' and
10896            'IP4FWD' and
10897            ('NAT44' or 'IP4BASE') and
10898            not 'IPSEC' and
10899            not 'VHOST'"
10900   parameters:
10901   - "throughput"
10902   - "parent"
10903   - "tags"
10904   sort:
10905   - "IP4BASE"
10906   - "BASE"
10907   - "SRC_USER_10"
10908   - "SRC_USER_100"
10909   - "SRC_USER_1000"
10910   - "SRC_USER_2000"
10911   traces:
10912     hoverinfo: "x+y"
10913     boxpoints: "outliers"
10914     whiskerwidth: 0
10915   layout:
10916     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10917     layout: "plot-throughput"
10918
10919 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10920 - type: "plot"
10921   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10922   algorithm: "plot_performance_box"
10923   output-file-type: ".html"
10924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10926   filter: "'NIC_Intel-X710' and
10927            '64B' and
10928            'NDRPDR' and
10929            '2T1C' and
10930            'IP4FWD' and
10931            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10932            not 'IPSEC' and
10933            not 'VHOST'"
10934   parameters:
10935   - "throughput"
10936   - "parent"
10937   - "tags"
10938   sort:
10939   - "IP4BASE"
10940   - "ACL_STATELESS"
10941   - "ACL_STATEFUL"
10942   - "ACL_STATELESS"
10943   - "ACL_STATEFUL"
10944   traces:
10945     hoverinfo: "x+y"
10946     boxpoints: "outliers"
10947     whiskerwidth: 0
10948   layout:
10949     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10950     layout: "plot-throughput"
10951
10952 - type: "plot"
10953   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10954   algorithm: "plot_performance_box"
10955   output-file-type: ".html"
10956   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10958   filter: "'NIC_Intel-X710' and
10959            '64B' and
10960            'NDRPDR' and
10961            '2T1C' and
10962            'IP4FWD' and
10963            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10964            not 'IPSEC' and
10965            not 'VHOST'"
10966   parameters:
10967   - "throughput"
10968   - "parent"
10969   - "tags"
10970   sort:
10971   - "IP4BASE"
10972   - "ACL_STATELESS"
10973   - "ACL_STATEFUL"
10974   - "ACL_STATELESS"
10975   - "ACL_STATEFUL"
10976   traces:
10977     hoverinfo: "x+y"
10978     boxpoints: "outliers"
10979     whiskerwidth: 0
10980   layout:
10981     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10986   algorithm: "plot_performance_box"
10987   output-file-type: ".html"
10988   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10990   filter: "'NIC_Intel-X710' and
10991            '64B' and
10992            'NDRPDR' and
10993            '4T2C' and
10994            'IP4FWD' and
10995            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10996            not 'IPSEC' and
10997            not 'VHOST'"
10998   parameters:
10999   - "throughput"
11000   - "parent"
11001   - "tags"
11002   sort:
11003   - "IP4BASE"
11004   - "ACL_STATELESS"
11005   - "ACL_STATEFUL"
11006   - "ACL_STATELESS"
11007   - "ACL_STATEFUL"
11008   traces:
11009     hoverinfo: "x+y"
11010     boxpoints: "outliers"
11011     whiskerwidth: 0
11012   layout:
11013     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11014     layout: "plot-throughput"
11015
11016 - type: "plot"
11017   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11018   algorithm: "plot_performance_box"
11019   output-file-type: ".html"
11020   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11022   filter: "'NIC_Intel-X710' and
11023            '64B' and
11024            'NDRPDR' and
11025            '4T2C' and
11026            'IP4FWD' and
11027            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11028            not 'IPSEC' and
11029            not 'VHOST'"
11030   parameters:
11031   - "throughput"
11032   - "parent"
11033   - "tags"
11034   sort:
11035   - "IP4BASE"
11036   - "ACL_STATELESS"
11037   - "ACL_STATEFUL"
11038   - "ACL_STATELESS"
11039   - "ACL_STATEFUL"
11040   traces:
11041     hoverinfo: "x+y"
11042     boxpoints: "outliers"
11043     whiskerwidth: 0
11044   layout:
11045     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11046     layout: "plot-throughput"
11047
11048 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11049 - type: "plot"
11050   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11051   algorithm: "plot_performance_box"
11052   output-file-type: ".html"
11053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11055   filter: "'NIC_Intel-XL710' and
11056            '64B' and
11057            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11058            'NDRPDR' and
11059            '1T1C' and
11060            'IP4FWD' and
11061            not 'IPSEC' and
11062            not 'VHOST'"
11063   parameters:
11064   - "throughput"
11065   - "parent"
11066   - "tags"
11067   sort:
11068   - "IP4BASE"
11069   - "FIB_20K"
11070   - "FIB_200K"
11071   - "FIB_2M"
11072   traces:
11073     hoverinfo: "x+y"
11074     boxpoints: "outliers"
11075     whiskerwidth: 0
11076   layout:
11077     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11078     layout: "plot-throughput"
11079
11080 - type: "plot"
11081   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11082   algorithm: "plot_performance_box"
11083   output-file-type: ".html"
11084   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
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-pdr"
11109     layout: "plot-throughput"
11110
11111 - type: "plot"
11112   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11113   algorithm: "plot_performance_box"
11114   output-file-type: ".html"
11115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
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            '2T2C' 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-2t2c-base-ndr"
11140     layout: "plot-throughput"
11141
11142 - type: "plot"
11143   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11144   algorithm: "plot_performance_box"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
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-pdr"
11171     layout: "plot-throughput"
11172
11173 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11174 - type: "plot"
11175   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11176   algorithm: "plot_performance_box"
11177   output-file-type: ".html"
11178   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11180   filter: "'NIC_Intel-X710' and
11181            '64B' and
11182            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11183            'NDRPDR' and
11184            '2T1C' and
11185            'IP4FWD' and
11186            not 'IPSEC' and
11187            not 'DOT1Q' and
11188            not 'VHOST'"
11189   parameters:
11190   - "throughput"
11191   - "parent"
11192   - "tags"
11193   sort:
11194   - "IP4BASE"
11195   - "FIB_20K"
11196   - "FIB_200K"
11197   - "FIB_2M"
11198   traces:
11199     hoverinfo: "x+y"
11200     boxpoints: "outliers"
11201     whiskerwidth: 0
11202   layout:
11203     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11204     layout: "plot-throughput"
11205
11206 - type: "plot"
11207   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11208   algorithm: "plot_performance_box"
11209   output-file-type: ".html"
11210   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11212   filter: "'NIC_Intel-X710' and
11213            '64B' and
11214            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11215            'NDRPDR' and
11216            '2T1C' and
11217            'IP4FWD' and
11218            not 'IPSEC' and
11219            not 'DOT1Q' and
11220            not 'VHOST'"
11221   parameters:
11222   - "throughput"
11223   - "parent"
11224   - "tags"
11225   sort:
11226   - "IP4BASE"
11227   - "FIB_20K"
11228   - "FIB_200K"
11229   - "FIB_2M"
11230   traces:
11231     hoverinfo: "x+y"
11232     boxpoints: "outliers"
11233     whiskerwidth: 0
11234   layout:
11235     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11240   algorithm: "plot_performance_box"
11241   output-file-type: ".html"
11242   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11244   filter: "'NIC_Intel-X710' and
11245            '64B' and
11246            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11247            'NDRPDR' and
11248            '4T2C' and
11249            'IP4FWD' and
11250            not 'IPSEC' and
11251            not 'DOT1Q' and
11252            not 'VHOST'"
11253   parameters:
11254   - "throughput"
11255   - "parent"
11256   - "tags"
11257   sort:
11258   - "IP4BASE"
11259   - "FIB_20K"
11260   - "FIB_200K"
11261   - "FIB_2M"
11262   traces:
11263     hoverinfo: "x+y"
11264     boxpoints: "outliers"
11265     whiskerwidth: 0
11266   layout:
11267     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11268     layout: "plot-throughput"
11269
11270 - type: "plot"
11271   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11272   algorithm: "plot_performance_box"
11273   output-file-type: ".html"
11274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11276   filter: "'NIC_Intel-X710' and
11277            '64B' and
11278            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11279            'NDRPDR' and
11280            '4T2C' and
11281            'IP4FWD' and
11282            not 'IPSEC' and
11283            not 'DOT1Q' and
11284            not 'VHOST'"
11285   parameters:
11286   - "throughput"
11287   - "parent"
11288   - "tags"
11289   sort:
11290   - "IP4BASE"
11291   - "FIB_20K"
11292   - "FIB_200K"
11293   - "FIB_2M"
11294   traces:
11295     hoverinfo: "x+y"
11296     boxpoints: "outliers"
11297     whiskerwidth: 0
11298   layout:
11299     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11300     layout: "plot-throughput"
11301
11302 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11303 - type: "plot"
11304   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11305   algorithm: "plot_performance_box"
11306   output-file-type: ".html"
11307   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11309   filter: "'NIC_Intel-X710' and
11310            '64B' and
11311            ('IP4BASE' or
11312             'POLICE_MARK' or
11313             'COPWHLIST' or
11314             ('NAT44' and 'BASE') or
11315             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11316            'NDRPDR' and
11317            '2T1C' and
11318            'IP4FWD' and
11319            not 'IPSEC' and
11320            not 'VHOST'"
11321   parameters:
11322   - "throughput"
11323   - "parent"
11324   - "tags"
11325   sort:
11326   - "DOT1Q"
11327   - "IP4BASE"
11328   - "NAT44"
11329   - "POLICE_MARK"
11330   - "COPWHLIST"
11331   - "IACL"
11332   - "OACL"
11333   traces:
11334     hoverinfo: "x+y"
11335     boxpoints: "outliers"
11336     whiskerwidth: 0
11337   layout:
11338     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11343   algorithm: "plot_performance_box"
11344   output-file-type: ".html"
11345   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11347   filter: "'NIC_Intel-X710' and
11348            '64B' and
11349            ('IP4BASE' or
11350             'POLICE_MARK' or
11351             'COPWHLIST' or
11352             ('NAT44' and 'BASE') or
11353             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11354            'NDRPDR' and
11355            '2T1C' and
11356            'IP4FWD' and
11357            not 'IPSEC' and
11358            not 'VHOST'"
11359   parameters:
11360   - "throughput"
11361   - "parent"
11362   - "tags"
11363   sort:
11364   - "DOT1Q"
11365   - "IP4BASE"
11366   - "NAT44"
11367   - "POLICE_MARK"
11368   - "COPWHLIST"
11369   - "IACL"
11370   - "OACL"
11371   traces:
11372     hoverinfo: "x+y"
11373     boxpoints: "outliers"
11374     whiskerwidth: 0
11375   layout:
11376     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11377     layout: "plot-throughput"
11378
11379 - type: "plot"
11380   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11381   algorithm: "plot_performance_box"
11382   output-file-type: ".html"
11383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11385   filter: "'NIC_Intel-X710' and
11386            '64B' and
11387            ('IP4BASE' or
11388             'POLICE_MARK' or
11389             'COPWHLIST' or
11390             ('NAT44' and 'BASE') or
11391             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11392            'NDRPDR' and
11393            '4T2C' and
11394            'IP4FWD' and
11395            not 'IPSEC' and
11396            not 'VHOST'"
11397   parameters:
11398   - "throughput"
11399   - "parent"
11400   - "tags"
11401   sort:
11402   - "DOT1Q"
11403   - "IP4BASE"
11404   - "NAT44"
11405   - "POLICE_MARK"
11406   - "COPWHLIST"
11407   - "IACL"
11408   - "OACL"
11409   traces:
11410     hoverinfo: "x+y"
11411     boxpoints: "outliers"
11412     whiskerwidth: 0
11413   layout:
11414     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11415     layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11419   algorithm: "plot_performance_box"
11420   output-file-type: ".html"
11421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11423   filter: "'NIC_Intel-X710' and
11424            '64B' and
11425            ('IP4BASE' or
11426             'POLICE_MARK' or
11427             'COPWHLIST' or
11428             ('NAT44' and 'BASE') or
11429             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11430            'NDRPDR' and
11431            '4T2C' and
11432            'IP4FWD' and
11433            not 'IPSEC' and
11434            not 'VHOST'"
11435   parameters:
11436   - "throughput"
11437   - "parent"
11438   - "tags"
11439   sort:
11440   - "DOT1Q"
11441   - "IP4BASE"
11442   - "NAT44"
11443   - "POLICE_MARK"
11444   - "COPWHLIST"
11445   - "IACL"
11446   - "OACL"
11447   traces:
11448     hoverinfo: "x+y"
11449     boxpoints: "outliers"
11450     whiskerwidth: 0
11451   layout:
11452     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11453     layout: "plot-throughput"
11454
11455 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11456 - type: "plot"
11457   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11458   algorithm: "plot_performance_box"
11459   output-file-type: ".html"
11460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11462   filter: "'NIC_Intel-X710' and
11463            '64B' and
11464            'NDRPDR' and
11465            '1T1C' and
11466            'IP4FWD' and
11467            ('NAT44' or 'IP4BASE') and
11468            not 'IPSEC' and
11469            not 'VHOST'"
11470   parameters:
11471   - "throughput"
11472   - "parent"
11473   - "tags"
11474   sort:
11475   - "IP4BASE"
11476   - "BASE"
11477   - "SRC_USER_10"
11478   - "SRC_USER_100"
11479   - "SRC_USER_1000"
11480   - "SRC_USER_2000"
11481   traces:
11482     hoverinfo: "x+y"
11483     boxpoints: "outliers"
11484     whiskerwidth: 0
11485   layout:
11486     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11487     layout: "plot-throughput"
11488
11489 - type: "plot"
11490   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11491   algorithm: "plot_performance_box"
11492   output-file-type: ".html"
11493   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11495   filter: "'NIC_Intel-X710' and
11496            '64B' and
11497            'NDRPDR' and
11498            '1T1C' and
11499            'IP4FWD' and
11500            ('NAT44' or 'IP4BASE') and
11501            not 'IPSEC' and
11502            not 'VHOST'"
11503   parameters:
11504   - "throughput"
11505   - "parent"
11506   - "tags"
11507   sort:
11508   - "IP4BASE"
11509   - "BASE"
11510   - "SRC_USER_10"
11511   - "SRC_USER_100"
11512   - "SRC_USER_1000"
11513   - "SRC_USER_2000"
11514   traces:
11515     hoverinfo: "x+y"
11516     boxpoints: "outliers"
11517     whiskerwidth: 0
11518   layout:
11519     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11524   algorithm: "plot_performance_box"
11525   output-file-type: ".html"
11526   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11528   filter: "'NIC_Intel-X710' and
11529            '64B' and
11530            'NDRPDR' and
11531            '2T2C' and
11532            'IP4FWD' and
11533            ('NAT44' or 'IP4BASE') and
11534            not 'IPSEC' and
11535            not 'VHOST'"
11536   parameters:
11537   - "throughput"
11538   - "parent"
11539   - "tags"
11540   sort:
11541   - "IP4BASE"
11542   - "BASE"
11543   - "SRC_USER_10"
11544   - "SRC_USER_100"
11545   - "SRC_USER_1000"
11546   - "SRC_USER_2000"
11547   traces:
11548     hoverinfo: "x+y"
11549     boxpoints: "outliers"
11550     whiskerwidth: 0
11551   layout:
11552     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11557   algorithm: "plot_performance_box"
11558   output-file-type: ".html"
11559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11560   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11561   filter: "'NIC_Intel-X710' and
11562            '64B' and
11563            'NDRPDR' and
11564            '2T2C' and
11565            'IP4FWD' and
11566            ('NAT44' or 'IP4BASE') and
11567            not 'IPSEC' and
11568            not 'VHOST'"
11569   parameters:
11570   - "throughput"
11571   - "parent"
11572   - "tags"
11573   sort:
11574   - "IP4BASE"
11575   - "BASE"
11576   - "SRC_USER_10"
11577   - "SRC_USER_100"
11578   - "SRC_USER_1000"
11579   - "SRC_USER_2000"
11580   traces:
11581     hoverinfo: "x+y"
11582     boxpoints: "outliers"
11583     whiskerwidth: 0
11584   layout:
11585     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11586     layout: "plot-throughput"
11587
11588 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11589 - type: "plot"
11590   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11591   algorithm: "plot_performance_box"
11592   output-file-type: ".html"
11593   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11595   filter: "'NIC_Intel-X710' and
11596            '64B' and
11597            'NDRPDR' and
11598            '1T1C' and
11599            'IP4FWD' and
11600            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11601            not 'IPSEC' and
11602            not 'VHOST'"
11603   parameters:
11604   - "throughput"
11605   - "parent"
11606   - "tags"
11607   sort:
11608   - "IP4BASE"
11609   - "ACL_STATELESS"
11610   - "ACL_STATEFUL"
11611   - "ACL_STATELESS"
11612   - "ACL_STATEFUL"
11613   traces:
11614     hoverinfo: "x+y"
11615     boxpoints: "outliers"
11616     whiskerwidth: 0
11617   layout:
11618     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11619     layout: "plot-throughput"
11620
11621 - type: "plot"
11622   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11623   algorithm: "plot_performance_box"
11624   output-file-type: ".html"
11625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11626   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11627   filter: "'NIC_Intel-X710' and
11628            '64B' and
11629            'NDRPDR' and
11630            '1T1C' and
11631            'IP4FWD' and
11632            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11633            not 'IPSEC' and
11634            not 'VHOST'"
11635   parameters:
11636   - "throughput"
11637   - "parent"
11638   - "tags"
11639   sort:
11640   - "IP4BASE"
11641   - "ACL_STATELESS"
11642   - "ACL_STATEFUL"
11643   - "ACL_STATELESS"
11644   - "ACL_STATEFUL"
11645   traces:
11646     hoverinfo: "x+y"
11647     boxpoints: "outliers"
11648     whiskerwidth: 0
11649   layout:
11650     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11651     layout: "plot-throughput"
11652
11653 - type: "plot"
11654   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11655   algorithm: "plot_performance_box"
11656   output-file-type: ".html"
11657   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11659   filter: "'NIC_Intel-X710' and
11660            '64B' and
11661            'NDRPDR' and
11662            '2T2C' and
11663            'IP4FWD' and
11664            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11665            not 'IPSEC' and
11666            not 'VHOST'"
11667   parameters:
11668   - "throughput"
11669   - "parent"
11670   - "tags"
11671   sort:
11672   - "IP4BASE"
11673   - "ACL_STATELESS"
11674   - "ACL_STATEFUL"
11675   - "ACL_STATELESS"
11676   - "ACL_STATEFUL"
11677   traces:
11678     hoverinfo: "x+y"
11679     boxpoints: "outliers"
11680     whiskerwidth: 0
11681   layout:
11682     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11687   algorithm: "plot_performance_box"
11688   output-file-type: ".html"
11689   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11691   filter: "'NIC_Intel-X710' and
11692            '64B' and
11693            'NDRPDR' and
11694            '2T2C' and
11695            'IP4FWD' and
11696            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11697            not 'IPSEC' and
11698            not 'VHOST'"
11699   parameters:
11700   - "throughput"
11701   - "parent"
11702   - "tags"
11703   sort:
11704   - "IP4BASE"
11705   - "ACL_STATELESS"
11706   - "ACL_STATEFUL"
11707   - "ACL_STATELESS"
11708   - "ACL_STATEFUL"
11709   traces:
11710     hoverinfo: "x+y"
11711     boxpoints: "outliers"
11712     whiskerwidth: 0
11713   layout:
11714     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11715     layout: "plot-throughput"
11716
11717 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11718 - type: "plot"
11719   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11720   algorithm: "plot_performance_box"
11721   output-file-type: ".html"
11722   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11724   filter: "'NIC_Intel-X710' and
11725            '64B' and
11726            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11727            'NDRPDR' and
11728            '2T1C' and
11729            'IP4FWD' and
11730            not 'IPSEC' and
11731            not 'DOT1Q' and
11732            not 'VHOST'"
11733   parameters:
11734   - "throughput"
11735   - "parent"
11736   - "tags"
11737   sort:
11738   - "IP4BASE"
11739   - "FIB_20K"
11740   - "FIB_200K"
11741   - "FIB_2M"
11742   traces:
11743     hoverinfo: "x+y"
11744     boxpoints: "outliers"
11745     whiskerwidth: 0
11746   layout:
11747     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11752   algorithm: "plot_performance_box"
11753   output-file-type: ".html"
11754   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11756   filter: "'NIC_Intel-X710' and
11757            '64B' and
11758            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11759            'NDRPDR' and
11760            '2T1C' and
11761            'IP4FWD' and
11762            not 'IPSEC' and
11763            not 'DOT1Q' and
11764            not 'VHOST'"
11765   parameters:
11766   - "throughput"
11767   - "parent"
11768   - "tags"
11769   sort:
11770   - "IP4BASE"
11771   - "FIB_20K"
11772   - "FIB_200K"
11773   - "FIB_2M"
11774   traces:
11775     hoverinfo: "x+y"
11776     boxpoints: "outliers"
11777     whiskerwidth: 0
11778   layout:
11779     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11784   algorithm: "plot_performance_box"
11785   output-file-type: ".html"
11786   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11788   filter: "'NIC_Intel-X710' and
11789            '64B' and
11790            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11791            'NDRPDR' and
11792            '4T2C' and
11793            'IP4FWD' and
11794            not 'IPSEC' and
11795            not 'DOT1Q' and
11796            not 'VHOST'"
11797   parameters:
11798   - "throughput"
11799   - "parent"
11800   - "tags"
11801   sort:
11802   - "IP4BASE"
11803   - "FIB_20K"
11804   - "FIB_200K"
11805   - "FIB_2M"
11806   traces:
11807     hoverinfo: "x+y"
11808     boxpoints: "outliers"
11809     whiskerwidth: 0
11810   layout:
11811     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11812     layout: "plot-throughput"
11813
11814 - type: "plot"
11815   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11816   algorithm: "plot_performance_box"
11817   output-file-type: ".html"
11818   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11820   filter: "'NIC_Intel-X710' and
11821            '64B' and
11822            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11823            'NDRPDR' and
11824            '4T2C' and
11825            'IP4FWD' and
11826            not 'IPSEC' and
11827            not 'DOT1Q' and
11828            not 'VHOST'"
11829   parameters:
11830   - "throughput"
11831   - "parent"
11832   - "tags"
11833   sort:
11834   - "IP4BASE"
11835   - "FIB_20K"
11836   - "FIB_200K"
11837   - "FIB_2M"
11838   traces:
11839     hoverinfo: "x+y"
11840     boxpoints: "outliers"
11841     whiskerwidth: 0
11842   layout:
11843     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11844     layout: "plot-throughput"
11845
11846 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11847 - type: "plot"
11848   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11849   algorithm: "plot_performance_box"
11850   output-file-type: ".html"
11851   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11853   filter: "'NIC_Intel-X710' and
11854            '64B' and
11855            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11856            'NDRPDR' and
11857            '2T1C' and
11858            'IP4FWD' and
11859            not 'IPSEC' and
11860            not 'DOT1Q' and
11861            not 'VHOST'"
11862   parameters:
11863   - "throughput"
11864   - "parent"
11865   - "tags"
11866   sort:
11867   - "IP4BASE"
11868   - "ACL_STATELESS"
11869   - "ACL_STATEFUL"
11870   - "ACL_STATELESS"
11871   - "ACL_STATEFUL"
11872   traces:
11873     hoverinfo: "x+y"
11874     boxpoints: "outliers"
11875     whiskerwidth: 0
11876   layout:
11877     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11878     layout: "plot-throughput"
11879
11880 - type: "plot"
11881   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11882   algorithm: "plot_performance_box"
11883   output-file-type: ".html"
11884   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11886   filter: "'NIC_Intel-X710' and
11887            '64B' and
11888            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11889            'NDRPDR' and
11890            '2T1C' and
11891            'IP4FWD' and
11892            not 'IPSEC' and
11893            not 'DOT1Q' and
11894            not 'VHOST'"
11895   parameters:
11896   - "throughput"
11897   - "parent"
11898   - "tags"
11899   sort:
11900   - "IP4BASE"
11901   - "ACL_STATELESS"
11902   - "ACL_STATEFUL"
11903   - "ACL_STATELESS"
11904   - "ACL_STATEFUL"
11905   traces:
11906     hoverinfo: "x+y"
11907     boxpoints: "outliers"
11908     whiskerwidth: 0
11909   layout:
11910     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11915   algorithm: "plot_performance_box"
11916   output-file-type: ".html"
11917   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11919   filter: "'NIC_Intel-X710' and
11920            '64B' and
11921            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11922            'NDRPDR' and
11923            '4T2C' and
11924            'IP4FWD' and
11925            not 'IPSEC' and
11926            not 'DOT1Q' and
11927            not 'VHOST'"
11928   parameters:
11929   - "throughput"
11930   - "parent"
11931   - "tags"
11932   sort:
11933   - "IP4BASE"
11934   - "ACL_STATELESS"
11935   - "ACL_STATEFUL"
11936   - "ACL_STATELESS"
11937   - "ACL_STATEFUL"
11938   traces:
11939     hoverinfo: "x+y"
11940     boxpoints: "outliers"
11941     whiskerwidth: 0
11942   layout:
11943     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11948   algorithm: "plot_performance_box"
11949   output-file-type: ".html"
11950   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11952   filter: "'NIC_Intel-X710' and
11953            '64B' and
11954            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11955            'NDRPDR' and
11956            '4T2C' and
11957            'IP4FWD' and
11958            not 'IPSEC' and
11959            not 'DOT1Q' and
11960            not 'VHOST'"
11961   parameters:
11962   - "throughput"
11963   - "parent"
11964   - "tags"
11965   sort:
11966   - "IP4BASE"
11967   - "ACL_STATELESS"
11968   - "ACL_STATEFUL"
11969   - "ACL_STATELESS"
11970   - "ACL_STATEFUL"
11971   traces:
11972     hoverinfo: "x+y"
11973     boxpoints: "outliers"
11974     whiskerwidth: 0
11975   layout:
11976     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
11977     layout: "plot-throughput"
11978
11979 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11980 - type: "plot"
11981   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11982   algorithm: "plot_performance_box"
11983   output-file-type: ".html"
11984   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986   filter: "'NIC_Intel-XXV710' and
11987            '64B' and
11988            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11989            'NDRPDR' and
11990            '2T1C' and
11991            'IP4FWD' and
11992            not 'IPSEC' and
11993            not 'DOT1Q' and
11994            not 'VHOST'"
11995   parameters:
11996   - "throughput"
11997   - "parent"
11998   - "tags"
11999   sort:
12000   - "IP4BASE"
12001   - "FIB_20K"
12002   - "FIB_200K"
12003   - "FIB_2M"
12004   traces:
12005     hoverinfo: "x+y"
12006     boxpoints: "outliers"
12007     whiskerwidth: 0
12008   layout:
12009     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12014   algorithm: "plot_performance_box"
12015   output-file-type: ".html"
12016   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12018   filter: "'NIC_Intel-XXV710' and
12019            '64B' and
12020            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12021            'NDRPDR' and
12022            '2T1C' and
12023            'IP4FWD' and
12024            not 'IPSEC' and
12025            not 'DOT1Q' and
12026            not 'VHOST'"
12027   parameters:
12028   - "throughput"
12029   - "parent"
12030   - "tags"
12031   sort:
12032   - "IP4BASE"
12033   - "FIB_20K"
12034   - "FIB_200K"
12035   - "FIB_2M"
12036   traces:
12037     hoverinfo: "x+y"
12038     boxpoints: "outliers"
12039     whiskerwidth: 0
12040   layout:
12041     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12046   algorithm: "plot_performance_box"
12047   output-file-type: ".html"
12048   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12050   filter: "'NIC_Intel-XXV710' and
12051            '64B' and
12052            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12053            'NDRPDR' and
12054            '4T2C' and
12055            'IP4FWD' and
12056            not 'IPSEC' and
12057            not 'DOT1Q' and
12058            not 'VHOST'"
12059   parameters:
12060   - "throughput"
12061   - "parent"
12062   - "tags"
12063   sort:
12064   - "IP4BASE"
12065   - "FIB_20K"
12066   - "FIB_200K"
12067   - "FIB_2M"
12068   traces:
12069     hoverinfo: "x+y"
12070     boxpoints: "outliers"
12071     whiskerwidth: 0
12072   layout:
12073     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12078   algorithm: "plot_performance_box"
12079   output-file-type: ".html"
12080   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12082   filter: "'NIC_Intel-XXV710' and
12083            '64B' and
12084            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12085            'NDRPDR' and
12086            '4T2C' and
12087            'IP4FWD' and
12088            not 'IPSEC' and
12089            not 'DOT1Q' and
12090            not 'VHOST'"
12091   parameters:
12092   - "throughput"
12093   - "parent"
12094   - "tags"
12095   sort:
12096   - "IP4BASE"
12097   - "FIB_20K"
12098   - "FIB_200K"
12099   - "FIB_2M"
12100   traces:
12101     hoverinfo: "x+y"
12102     boxpoints: "outliers"
12103     whiskerwidth: 0
12104   layout:
12105     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12106     layout: "plot-throughput"
12107
12108 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12109 #- type: "plot"
12110 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12111 #  algorithm: "plot_performance_box"
12112 #  output-file-type: ".html"
12113 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12114 #  data: "intel-dnv-vpp"
12115 #  filter: "'NIC_Intel-X553' and
12116 #           '64B' and
12117 #           'IP4BASE' and
12118 #           'NDRPDR' and
12119 #           '1T1C' and
12120 #           'IP4FWD' and
12121 #           not 'IPSEC' and
12122 #           not 'VHOST'"
12123 #  parameters:
12124 #  - "throughput"
12125 #  - "parent"
12126 #  - "tags"
12127 #  sort:
12128 #  - "IP4BASE"
12129 #  traces:
12130 #    hoverinfo: "x+y"
12131 #    boxpoints: "outliers"
12132 #    whiskerwidth: 0
12133 #  layout:
12134 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12135 #    layout: "plot-throughput"
12136 #
12137 #- type: "plot"
12138 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12139 #  algorithm: "plot_performance_box"
12140 #  output-file-type: ".html"
12141 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12142 #  data: "intel-dnv-vpp"
12143 #  filter: "'NIC_Intel-X553' and
12144 #           '64B' and
12145 #           'IP4BASE' and
12146 #           'NDRPDR' and
12147 #           '1T1C' and
12148 #           'IP4FWD' and
12149 #           not 'IPSEC' and
12150 #           not 'VHOST'"
12151 #  parameters:
12152 #  - "throughput"
12153 #  - "parent"
12154 #  - "tags"
12155 #  sort:
12156 #  - "IP4BASE"
12157 #  traces:
12158 #    hoverinfo: "x+y"
12159 #    boxpoints: "outliers"
12160 #    whiskerwidth: 0
12161 #  layout:
12162 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12163 #    layout: "plot-throughput"
12164 #
12165 #- type: "plot"
12166 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12167 #  algorithm: "plot_performance_box"
12168 #  output-file-type: ".html"
12169 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12170 #  data: "intel-dnv-vpp"
12171 #  filter: "'NIC_Intel-X553' and
12172 #           '64B' and
12173 #           'IP4BASE' and
12174 #           'NDRPDR' and
12175 #           '2T2C' and
12176 #           'IP4FWD' and
12177 #           not 'IPSEC' and
12178 #           not 'VHOST'"
12179 #  parameters:
12180 #  - "throughput"
12181 #  - "parent"
12182 #  - "tags"
12183 #  sort:
12184 #  - "IP4BASE"
12185 #  traces:
12186 #    hoverinfo: "x+y"
12187 #    boxpoints: "outliers"
12188 #    whiskerwidth: 0
12189 #  layout:
12190 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12191 #    layout: "plot-throughput"
12192 #
12193 #- type: "plot"
12194 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12195 #  algorithm: "plot_performance_box"
12196 #  output-file-type: ".html"
12197 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12198 #  data: "intel-dnv-vpp"
12199 #  filter: "'NIC_Intel-X553' and
12200 #           '64B' and
12201 #           'IP4BASE' and
12202 #           'NDRPDR' and
12203 #           '2T2C' and
12204 #           'IP4FWD' and
12205 #           not 'IPSEC' and
12206 #           not 'VHOST'"
12207 #  parameters:
12208 #  - "throughput"
12209 #  - "parent"
12210 #  - "tags"
12211 #  sort:
12212 #  - "IP4BASE"
12213 #  traces:
12214 #    hoverinfo: "x+y"
12215 #    boxpoints: "outliers"
12216 #    whiskerwidth: 0
12217 #  layout:
12218 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12219 #    layout: "plot-throughput"
12220
12221 ################################################################################
12222
12223 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12224 - type: "plot"
12225   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12226   algorithm: "plot_performance_box"
12227   output-file-type: ".html"
12228   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12230   filter: "'NIC_Intel-X520-DA2' and
12231            '64B' and
12232            'ENCAP' and
12233            'NDRPDR' and
12234            '1T1C' and
12235            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12236            not 'DOT1Q' and
12237            not 'VHOST' and
12238            not 'IPSECHW'"
12239   parameters:
12240   - "throughput"
12241   - "parent"
12242   - "tags"
12243   sort:
12244   - "IP4BASE"
12245   - "L2BDMACLRN"
12246   - "L2XCFWD"
12247   - "LISP"
12248   traces:
12249     hoverinfo: "x+y"
12250     boxpoints: "outliers"
12251     whiskerwidth: 0
12252   layout:
12253     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12258   algorithm: "plot_performance_box"
12259   output-file-type: ".html"
12260   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12262   filter: "'NIC_Intel-X520-DA2' and
12263            '64B' and
12264            'ENCAP' and
12265            'NDRPDR' and
12266            '2T2C' and
12267            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12268            not 'DOT1Q' and
12269            not 'VHOST' and
12270            not 'IPSECHW'"
12271   parameters:
12272   - "throughput"
12273   - "parent"
12274   - "tags"
12275   sort:
12276   - "IP4BASE"
12277   - "L2BDMACLRN"
12278   - "L2XCFWD"
12279   - "LISP"
12280   traces:
12281     hoverinfo: "x+y"
12282     boxpoints: "outliers"
12283     whiskerwidth: 0
12284   layout:
12285     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12290   algorithm: "plot_performance_box"
12291   output-file-type: ".html"
12292   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12294   filter: "'NIC_Intel-X520-DA2' and
12295            '64B' and
12296            'ENCAP' and
12297            'NDRPDR' and
12298            '1T1C' and
12299            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12300            not 'DOT1Q' and
12301            not 'VHOST' and
12302            not 'IPSECHW'"
12303   parameters:
12304   - "throughput"
12305   - "parent"
12306   - "tags"
12307   sort:
12308   - "IP4BASE"
12309   - "L2BDMACLRN"
12310   - "L2XCFWD"
12311   - "LISP"
12312   traces:
12313     hoverinfo: "x+y"
12314     boxpoints: "outliers"
12315     whiskerwidth: 0
12316   layout:
12317     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12318     layout: "plot-throughput"
12319
12320 - type: "plot"
12321   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12322   algorithm: "plot_performance_box"
12323   output-file-type: ".html"
12324   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12326   filter: "'NIC_Intel-X520-DA2' and
12327            '64B' and
12328            'ENCAP' and
12329            'NDRPDR' and
12330            '2T2C' and
12331            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12332            not 'DOT1Q' and
12333            not 'VHOST' and
12334            not 'IPSECHW'"
12335   parameters:
12336   - "throughput"
12337   - "parent"
12338   - "tags"
12339   sort:
12340   - "IP4BASE"
12341   - "L2BDMACLRN"
12342   - "L2XCFWD"
12343   - "LISP"
12344   traces:
12345     hoverinfo: "x+y"
12346     boxpoints: "outliers"
12347     whiskerwidth: 0
12348   layout:
12349     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12350     layout: "plot-throughput"
12351
12352 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12353 - type: "plot"
12354   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12355   algorithm: "plot_performance_box"
12356   output-file-type: ".html"
12357   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12359   filter: "'NIC_Intel-X710' and
12360            '64B' and
12361            'ENCAP' and
12362            'NDRPDR' and
12363            '1T1C' and
12364            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12365            not 'VHOST' and
12366            not 'IPSECHW'"
12367   parameters:
12368   - "throughput"
12369   - "parent"
12370   - "tags"
12371   sort:
12372   - "IP4BASE"
12373   - "LISP"
12374   - "VXLAN_1"
12375   - "VXLAN_10"
12376   - "VXLAN_100"
12377   - "VXLAN_1000"
12378   traces:
12379     hoverinfo: "x+y"
12380     boxpoints: "outliers"
12381     whiskerwidth: 0
12382   layout:
12383     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12388   algorithm: "plot_performance_box"
12389   output-file-type: ".html"
12390   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12392   filter: "'NIC_Intel-X710' and
12393            '64B' and
12394            'ENCAP' and
12395            'NDRPDR' and
12396            '1T1C' and
12397            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12398            not 'VHOST' and
12399            not 'IPSECHW'"
12400   parameters:
12401   - "throughput"
12402   - "parent"
12403   - "tags"
12404   sort:
12405   - "IP4BASE"
12406   - "LISP"
12407   - "VXLAN_1"
12408   - "VXLAN_10"
12409   - "VXLAN_100"
12410   - "VXLAN_1000"
12411   traces:
12412     hoverinfo: "x+y"
12413     boxpoints: "outliers"
12414     whiskerwidth: 0
12415   layout:
12416     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12421   algorithm: "plot_performance_box"
12422   output-file-type: ".html"
12423   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12424   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12425   filter: "'NIC_Intel-X710' and
12426            '64B' and
12427            'ENCAP' and
12428            'NDRPDR' and
12429            '2T2C' and
12430            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12431            not 'VHOST' and
12432            not 'IPSECHW'"
12433   parameters:
12434   - "throughput"
12435   - "parent"
12436   - "tags"
12437   sort:
12438   - "IP4BASE"
12439   - "LISP"
12440   - "VXLAN_1"
12441   - "VXLAN_10"
12442   - "VXLAN_100"
12443   - "VXLAN_1000"
12444   traces:
12445     hoverinfo: "x+y"
12446     boxpoints: "outliers"
12447     whiskerwidth: 0
12448   layout:
12449     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12454   algorithm: "plot_performance_box"
12455   output-file-type: ".html"
12456   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12458   filter: "'NIC_Intel-X710' and
12459            '64B' and
12460            'ENCAP' and
12461            'NDRPDR' and
12462            '2T2C' and
12463            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12464            not 'VHOST' and
12465            not 'IPSECHW'"
12466   parameters:
12467   - "throughput"
12468   - "parent"
12469   - "tags"
12470   sort:
12471   - "IP4BASE"
12472   - "LISP"
12473   - "VXLAN_1"
12474   - "VXLAN_10"
12475   - "VXLAN_100"
12476   - "VXLAN_1000"
12477   traces:
12478     hoverinfo: "x+y"
12479     boxpoints: "outliers"
12480     whiskerwidth: 0
12481   layout:
12482     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12483     layout: "plot-throughput"
12484
12485 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12486 - type: "plot"
12487   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12488   algorithm: "plot_performance_box"
12489   output-file-type: ".html"
12490   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12492   filter: "'NIC_Intel-X710' and
12493            '64B' and
12494            'ENCAP' and
12495            'NDRPDR' and
12496            '1T1C' and
12497            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12498            not 'DOT1Q' and
12499            not 'VHOST' and
12500            not 'IPSECHW'"
12501   parameters:
12502   - "throughput"
12503   - "parent"
12504   - "tags"
12505   sort:
12506   - "IP4BASE"
12507   - "L2BDMACLRN"
12508   - "L2XCFWD"
12509   - "LISP"
12510   traces:
12511     hoverinfo: "x+y"
12512     boxpoints: "outliers"
12513     whiskerwidth: 0
12514   layout:
12515     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12520   algorithm: "plot_performance_box"
12521   output-file-type: ".html"
12522   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12524   filter: "'NIC_Intel-X710' and
12525            '64B' and
12526            'ENCAP' and
12527            'NDRPDR' and
12528            '2T2C' and
12529            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12530            not 'DOT1Q' and
12531            not 'VHOST' and
12532            not 'IPSECHW'"
12533   parameters:
12534   - "throughput"
12535   - "parent"
12536   - "tags"
12537   sort:
12538   - "IP4BASE"
12539   - "L2BDMACLRN"
12540   - "L2XCFWD"
12541   - "LISP"
12542   traces:
12543     hoverinfo: "x+y"
12544     boxpoints: "outliers"
12545     whiskerwidth: 0
12546   layout:
12547     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12552   algorithm: "plot_performance_box"
12553   output-file-type: ".html"
12554   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12556   filter: "'NIC_Intel-X710' and
12557            '64B' and
12558            'ENCAP' and
12559            'NDRPDR' and
12560            '1T1C' and
12561            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12562            not 'DOT1Q' and
12563            not 'VHOST' and
12564            not 'IPSECHW'"
12565   parameters:
12566   - "throughput"
12567   - "parent"
12568   - "tags"
12569   sort:
12570   - "IP4BASE"
12571   - "L2BDMACLRN"
12572   - "L2XCFWD"
12573   - "LISP"
12574   traces:
12575     hoverinfo: "x+y"
12576     boxpoints: "outliers"
12577     whiskerwidth: 0
12578   layout:
12579     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12584   algorithm: "plot_performance_box"
12585   output-file-type: ".html"
12586   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12588   filter: "'NIC_Intel-X710' and
12589            '64B' and
12590            'ENCAP' and
12591            'NDRPDR' and
12592            '2T2C' and
12593            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12594            not 'DOT1Q' and
12595            not 'VHOST' and
12596            not 'IPSECHW'"
12597   parameters:
12598   - "throughput"
12599   - "parent"
12600   - "tags"
12601   sort:
12602   - "IP4BASE"
12603   - "L2BDMACLRN"
12604   - "L2XCFWD"
12605   - "LISP"
12606   traces:
12607     hoverinfo: "x+y"
12608     boxpoints: "outliers"
12609     whiskerwidth: 0
12610   layout:
12611     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12612     layout: "plot-throughput"
12613
12614 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12615 - type: "plot"
12616   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12617   algorithm: "plot_performance_box"
12618   output-file-type: ".html"
12619   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12621   filter: "'NIC_Intel-X710' and
12622            '64B' and
12623            'ENCAP' and
12624            'NDRPDR' and
12625            '2T1C' and
12626            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12627            not 'VHOST' and
12628            not 'IPSECHW'"
12629   parameters:
12630   - "throughput"
12631   - "parent"
12632   - "tags"
12633   sort:
12634   - "IP4BASE"
12635   - "LISP"
12636   - "VXLAN_1"
12637   - "VXLAN_10"
12638   - "VXLAN_100"
12639   - "VXLAN_1000"
12640   traces:
12641     hoverinfo: "x+y"
12642     boxpoints: "outliers"
12643     whiskerwidth: 0
12644   layout:
12645     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12650   algorithm: "plot_performance_box"
12651   output-file-type: ".html"
12652   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12654   filter: "'NIC_Intel-X710' and
12655            '64B' and
12656            'ENCAP' and
12657            'NDRPDR' and
12658            '2T1C' and
12659            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12660            not 'VHOST' and
12661            not 'IPSECHW'"
12662   parameters:
12663   - "throughput"
12664   - "parent"
12665   - "tags"
12666   sort:
12667   - "IP4BASE"
12668   - "LISP"
12669   - "VXLAN_1"
12670   - "VXLAN_10"
12671   - "VXLAN_100"
12672   - "VXLAN_1000"
12673   traces:
12674     hoverinfo: "x+y"
12675     boxpoints: "outliers"
12676     whiskerwidth: 0
12677   layout:
12678     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12683   algorithm: "plot_performance_box"
12684   output-file-type: ".html"
12685   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12687   filter: "'NIC_Intel-X710' and
12688            '64B' and
12689            'ENCAP' and
12690            'NDRPDR' and
12691            '4T2C' and
12692            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12693            not 'VHOST' and
12694            not 'IPSECHW'"
12695   parameters:
12696   - "throughput"
12697   - "parent"
12698   - "tags"
12699   sort:
12700   - "IP4BASE"
12701   - "LISP"
12702   - "VXLAN_1"
12703   - "VXLAN_10"
12704   - "VXLAN_100"
12705   - "VXLAN_1000"
12706   traces:
12707     hoverinfo: "x+y"
12708     boxpoints: "outliers"
12709     whiskerwidth: 0
12710   layout:
12711     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12716   algorithm: "plot_performance_box"
12717   output-file-type: ".html"
12718   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12720   filter: "'NIC_Intel-X710' and
12721            '64B' and
12722            'ENCAP' and
12723            'NDRPDR' and
12724            '4T2C' and
12725            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12726            not 'VHOST' and
12727            not 'IPSECHW'"
12728   parameters:
12729   - "throughput"
12730   - "parent"
12731   - "tags"
12732   sort:
12733   - "IP4BASE"
12734   - "LISP"
12735   - "VXLAN_1"
12736   - "VXLAN_10"
12737   - "VXLAN_100"
12738   - "VXLAN_1000"
12739   traces:
12740     hoverinfo: "x+y"
12741     boxpoints: "outliers"
12742     whiskerwidth: 0
12743   layout:
12744     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12745     layout: "plot-throughput"
12746
12747 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12748 - type: "plot"
12749   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12750   algorithm: "plot_performance_box"
12751   output-file-type: ".html"
12752   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12754   filter: "'NIC_Intel-X710' and
12755            '64B' and
12756            'ENCAP' and
12757            'NDRPDR' and
12758            '2T1C' and
12759            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12760            not 'DOT1Q' and
12761            not 'VHOST' and
12762            not 'IPSECHW'"
12763   parameters:
12764   - "throughput"
12765   - "parent"
12766   - "tags"
12767   sort:
12768   - "IP4BASE"
12769   - "L2BDMACLRN"
12770   - "L2XCFWD"
12771   - "LISP"
12772   traces:
12773     hoverinfo: "x+y"
12774     boxpoints: "outliers"
12775     whiskerwidth: 0
12776   layout:
12777     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12782   algorithm: "plot_performance_box"
12783   output-file-type: ".html"
12784   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12786   filter: "'NIC_Intel-X710' and
12787            '64B' and
12788            'ENCAP' and
12789            'NDRPDR' and
12790            '4T2C' and
12791            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12792            not 'DOT1Q' and
12793            not 'VHOST' and
12794            not 'IPSECHW'"
12795   parameters:
12796   - "throughput"
12797   - "parent"
12798   - "tags"
12799   sort:
12800   - "IP4BASE"
12801   - "L2BDMACLRN"
12802   - "L2XCFWD"
12803   - "LISP"
12804   traces:
12805     hoverinfo: "x+y"
12806     boxpoints: "outliers"
12807     whiskerwidth: 0
12808   layout:
12809     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12814   algorithm: "plot_performance_box"
12815   output-file-type: ".html"
12816   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12818   filter: "'NIC_Intel-X710' and
12819            '64B' and
12820            'ENCAP' and
12821            'NDRPDR' and
12822            '2T1C' and
12823            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12824            not 'DOT1Q' and
12825            not 'VHOST' and
12826            not 'IPSECHW'"
12827   parameters:
12828   - "throughput"
12829   - "parent"
12830   - "tags"
12831   sort:
12832   - "IP4BASE"
12833   - "L2BDMACLRN"
12834   - "L2XCFWD"
12835   - "LISP"
12836   traces:
12837     hoverinfo: "x+y"
12838     boxpoints: "outliers"
12839     whiskerwidth: 0
12840   layout:
12841     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12842     layout: "plot-throughput"
12843
12844 - type: "plot"
12845   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12846   algorithm: "plot_performance_box"
12847   output-file-type: ".html"
12848   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12850   filter: "'NIC_Intel-X710' and
12851            '64B' and
12852            'ENCAP' and
12853            'NDRPDR' and
12854            '4T2C' and
12855            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12856            not 'DOT1Q' and
12857            not 'VHOST' and
12858            not 'IPSECHW'"
12859   parameters:
12860   - "throughput"
12861   - "parent"
12862   - "tags"
12863   sort:
12864   - "IP4BASE"
12865   - "L2BDMACLRN"
12866   - "L2XCFWD"
12867   - "LISP"
12868   traces:
12869     hoverinfo: "x+y"
12870     boxpoints: "outliers"
12871     whiskerwidth: 0
12872   layout:
12873     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12874     layout: "plot-throughput"
12875
12876 ################################################################################
12877
12878 # Packet Throughput - VPP IPv6 3n-hsw-x520
12879 - type: "plot"
12880   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12881   algorithm: "plot_performance_box"
12882   output-file-type: ".html"
12883   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12885   filter: "'NIC_Intel-X520-DA2' and
12886            '78B' and
12887            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12888            'NDRPDR' and
12889            '1T1C' and
12890            'IP6FWD' and
12891            not 'SRv6' and
12892            not 'IPSEC' and
12893            not 'VHOST'"
12894   parameters:
12895   - "throughput"
12896   - "parent"
12897   - "tags"
12898   sort:
12899   - "IP6BASE"
12900   - "FIB_20K"
12901   - "FIB_200K"
12902   - "FIB_2M"
12903   traces:
12904     hoverinfo: "x+y"
12905     boxpoints: "outliers"
12906     whiskerwidth: 0
12907   layout:
12908     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12913   algorithm: "plot_performance_box"
12914   output-file-type: ".html"
12915   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12917   filter: "'NIC_Intel-X520-DA2' and
12918            '78B' and
12919            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12920            'NDRPDR' and
12921            '1T1C' and
12922            'IP6FWD' and
12923            not 'SRv6' and
12924            not 'IPSEC' and
12925            not 'VHOST'"
12926   parameters:
12927   - "throughput"
12928   - "parent"
12929   - "tags"
12930   sort:
12931   - "IP6BASE"
12932   - "FIB_20K"
12933   - "FIB_200K"
12934   - "FIB_2M"
12935   traces:
12936     hoverinfo: "x+y"
12937     boxpoints: "outliers"
12938     whiskerwidth: 0
12939   layout:
12940     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12945   algorithm: "plot_performance_box"
12946   output-file-type: ".html"
12947   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12949   filter: "'NIC_Intel-X520-DA2' and
12950            '78B' and
12951            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12952            'NDRPDR' and
12953            '2T2C' and
12954            'IP6FWD' and
12955            not 'SRv6' and
12956            not 'IPSEC' and
12957            not 'VHOST'"
12958   parameters:
12959   - "throughput"
12960   - "parent"
12961   - "tags"
12962   sort:
12963   - "IP6BASE"
12964   - "FIB_20K"
12965   - "FIB_200K"
12966   - "FIB_2M"
12967   traces:
12968     hoverinfo: "x+y"
12969     boxpoints: "outliers"
12970     whiskerwidth: 0
12971   layout:
12972     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12977   algorithm: "plot_performance_box"
12978   output-file-type: ".html"
12979   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
12980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12981   filter: "'NIC_Intel-X520-DA2' and
12982            '78B' and
12983            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12984            'NDRPDR' and
12985            '2T2C' and
12986            'IP6FWD' and
12987            not 'SRv6' and
12988            not 'IPSEC' and
12989            not 'VHOST'"
12990   parameters:
12991   - "throughput"
12992   - "parent"
12993   - "tags"
12994   sort:
12995   - "IP6BASE"
12996   - "FIB_20K"
12997   - "FIB_200K"
12998   - "FIB_2M"
12999   traces:
13000     hoverinfo: "x+y"
13001     boxpoints: "outliers"
13002     whiskerwidth: 0
13003   layout:
13004     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13005     layout: "plot-throughput"
13006
13007 # Packet Throughput - VPP IPv6 3n-hsw-x710
13008 - type: "plot"
13009   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13010   algorithm: "plot_performance_box"
13011   output-file-type: ".html"
13012   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13014   filter: "'NIC_Intel-X710' and
13015            '78B' and
13016            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13017            'NDRPDR' and
13018            '1T1C' and
13019            'IP6FWD' and
13020            not 'SRv6' and
13021            not 'IPSEC' and
13022            not 'VHOST'"
13023   parameters:
13024   - "throughput"
13025   - "parent"
13026   - "tags"
13027   sort:
13028   - "IP6BASE"
13029   - "FIB_20K"
13030   - "FIB_200K"
13031   - "FIB_2M"
13032   traces:
13033     hoverinfo: "x+y"
13034     boxpoints: "outliers"
13035     whiskerwidth: 0
13036   layout:
13037     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13038     layout: "plot-throughput"
13039
13040 - type: "plot"
13041   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13042   algorithm: "plot_performance_box"
13043   output-file-type: ".html"
13044   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13046   filter: "'NIC_Intel-X710' and
13047            '78B' and
13048            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13049            'NDRPDR' and
13050            '1T1C' and
13051            'IP6FWD' and
13052            not 'SRv6' and
13053            not 'IPSEC' and
13054            not 'VHOST'"
13055   parameters:
13056   - "throughput"
13057   - "parent"
13058   - "tags"
13059   sort:
13060   - "IP6BASE"
13061   - "FIB_20K"
13062   - "FIB_200K"
13063   - "FIB_2M"
13064   traces:
13065     hoverinfo: "x+y"
13066     boxpoints: "outliers"
13067     whiskerwidth: 0
13068   layout:
13069     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13074   algorithm: "plot_performance_box"
13075   output-file-type: ".html"
13076   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13078   filter: "'NIC_Intel-X710' and
13079            '78B' and
13080            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13081            'NDRPDR' and
13082            '2T2C' and
13083            'IP6FWD' and
13084            not 'SRv6' and
13085            not 'IPSEC' and
13086            not 'VHOST'"
13087   parameters:
13088   - "throughput"
13089   - "parent"
13090   - "tags"
13091   sort:
13092   - "IP6BASE"
13093   - "FIB_20K"
13094   - "FIB_200K"
13095   - "FIB_2M"
13096   traces:
13097     hoverinfo: "x+y"
13098     boxpoints: "outliers"
13099     whiskerwidth: 0
13100   layout:
13101     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13106   algorithm: "plot_performance_box"
13107   output-file-type: ".html"
13108   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13110   filter: "'NIC_Intel-X710' and
13111            '78B' and
13112            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13113            'NDRPDR' and
13114            '2T2C' and
13115            'IP6FWD' and
13116            not 'SRv6' and
13117            not 'IPSEC' and
13118            not 'VHOST'"
13119   parameters:
13120   - "throughput"
13121   - "parent"
13122   - "tags"
13123   sort:
13124   - "IP6BASE"
13125   - "FIB_20K"
13126   - "FIB_200K"
13127   - "FIB_2M"
13128   traces:
13129     hoverinfo: "x+y"
13130     boxpoints: "outliers"
13131     whiskerwidth: 0
13132   layout:
13133     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13134     layout: "plot-throughput"
13135
13136 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13137 - type: "plot"
13138   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13139   algorithm: "plot_performance_box"
13140   output-file-type: ".html"
13141   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13143   filter: "'NIC_Intel-X710' and
13144            '78B' and
13145            ('IP6BASE' or
13146             'POLICE_MARK' or
13147             'COPWHLIST' or
13148             'IACLDST') and
13149            'NDRPDR' and
13150            '1T1C' and
13151            'IP6FWD' and
13152            not 'SRv6' and
13153            not 'IPSEC' and
13154            not 'VHOST'"
13155   parameters:
13156   - "throughput"
13157   - "parent"
13158   - "tags"
13159   sort:
13160   - "IP6BASE"
13161   - "POLICE_MARK"
13162   - "COPWHLIST"
13163   - "IACLDST"
13164   traces:
13165     hoverinfo: "x+y"
13166     boxpoints: "outliers"
13167     whiskerwidth: 0
13168   layout:
13169     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13170     layout: "plot-throughput"
13171
13172 - type: "plot"
13173   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13174   algorithm: "plot_performance_box"
13175   output-file-type: ".html"
13176   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13178   filter: "'NIC_Intel-X710' and
13179            '78B' and
13180            ('IP6BASE' or
13181             'POLICE_MARK' or
13182             'COPWHLIST' or
13183             'IACLDST') and
13184            'NDRPDR' and
13185            '2T2C' and
13186            'IP6FWD' and
13187            not 'SRv6' and
13188            not 'IPSEC' and
13189            not 'VHOST'"
13190   parameters:
13191   - "throughput"
13192   - "parent"
13193   - "tags"
13194   sort:
13195   - "IP6BASE"
13196   - "POLICE_MARK"
13197   - "COPWHLIST"
13198   - "IACLDST"
13199   traces:
13200     hoverinfo: "x+y"
13201     boxpoints: "outliers"
13202     whiskerwidth: 0
13203   layout:
13204     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13209   algorithm: "plot_performance_box"
13210   output-file-type: ".html"
13211   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13213   filter: "'NIC_Intel-X710' and
13214            '78B' and
13215            ('IP6BASE' or
13216             'POLICE_MARK' or
13217             'COPWHLIST' or
13218             'IACLDST') and
13219            'NDRPDR' and
13220            '1T1C' and
13221            'IP6FWD' and
13222            not 'SRv6' and
13223            not 'IPSEC' and
13224            not 'VHOST'"
13225   parameters:
13226   - "throughput"
13227   - "parent"
13228   - "tags"
13229   sort:
13230   - "IP6BASE"
13231   - "POLICE_MARK"
13232   - "COPWHLIST"
13233   - "IACLDST"
13234   traces:
13235     hoverinfo: "x+y"
13236     boxpoints: "outliers"
13237     whiskerwidth: 0
13238   layout:
13239     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13244   algorithm: "plot_performance_box"
13245   output-file-type: ".html"
13246   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13248   filter: "'NIC_Intel-X710' and
13249            '78B' and
13250            ('IP6BASE' or
13251             'POLICE_MARK' or
13252             'COPWHLIST' or
13253             'IACLDST') and
13254            'NDRPDR' and
13255            '2T2C' and
13256            'IP6FWD' and
13257            not 'SRv6' and
13258            not 'IPSEC' and
13259            not 'VHOST'"
13260   parameters:
13261   - "throughput"
13262   - "parent"
13263   - "tags"
13264   sort:
13265   - "IP6BASE"
13266   - "POLICE_MARK"
13267   - "COPWHLIST"
13268   - "IACLDST"
13269   traces:
13270     hoverinfo: "x+y"
13271     boxpoints: "outliers"
13272     whiskerwidth: 0
13273   layout:
13274     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13275     layout: "plot-throughput"
13276
13277 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13278 - type: "plot"
13279   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13280   algorithm: "plot_performance_box"
13281   output-file-type: ".html"
13282   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13284   filter: "'NIC_Intel-XL710' and
13285            '78B' and
13286            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13287            'NDRPDR' and
13288            '1T1C' and
13289            'IP6FWD' and
13290            not 'SRv6' and
13291            not 'IPSEC' and
13292            not 'VHOST'"
13293   parameters:
13294   - "throughput"
13295   - "parent"
13296   - "tags"
13297   sort:
13298   - "IP6BASE"
13299   - "FIB_20K"
13300   - "FIB_200K"
13301   - "FIB_2M"
13302   traces:
13303     hoverinfo: "x+y"
13304     boxpoints: "outliers"
13305     whiskerwidth: 0
13306   layout:
13307     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13308     layout: "plot-throughput"
13309
13310 - type: "plot"
13311   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13312   algorithm: "plot_performance_box"
13313   output-file-type: ".html"
13314   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13316   filter: "'NIC_Intel-XL710' and
13317            '78B' and
13318            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13319            'NDRPDR' and
13320            '1T1C' and
13321            'IP6FWD' and
13322            not 'SRv6' and
13323            not 'IPSEC' and
13324            not 'VHOST'"
13325   parameters:
13326   - "throughput"
13327   - "parent"
13328   - "tags"
13329   sort:
13330   - "IP6BASE"
13331   - "FIB_20K"
13332   - "FIB_200K"
13333   - "FIB_2M"
13334   traces:
13335     hoverinfo: "x+y"
13336     boxpoints: "outliers"
13337     whiskerwidth: 0
13338   layout:
13339     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13340     layout: "plot-throughput"
13341
13342 - type: "plot"
13343   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13344   algorithm: "plot_performance_box"
13345   output-file-type: ".html"
13346   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13348   filter: "'NIC_Intel-XL710' and
13349            '78B' and
13350            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13351            'NDRPDR' and
13352            '2T2C' and
13353            'IP6FWD' and
13354            not 'SRv6' and
13355            not 'IPSEC' and
13356            not 'VHOST'"
13357   parameters:
13358   - "throughput"
13359   - "parent"
13360   - "tags"
13361   sort:
13362   - "IP6BASE"
13363   - "FIB_20K"
13364   - "FIB_200K"
13365   - "FIB_2M"
13366   traces:
13367     hoverinfo: "x+y"
13368     boxpoints: "outliers"
13369     whiskerwidth: 0
13370   layout:
13371     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13372     layout: "plot-throughput"
13373
13374 - type: "plot"
13375   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13376   algorithm: "plot_performance_box"
13377   output-file-type: ".html"
13378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13380   filter: "'NIC_Intel-XL710' and
13381            '78B' and
13382            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13383            'NDRPDR' and
13384            '2T2C' and
13385            'IP6FWD' and
13386            not 'SRv6' and
13387            not 'IPSEC' and
13388            not 'VHOST'"
13389   parameters:
13390   - "throughput"
13391   - "parent"
13392   - "tags"
13393   sort:
13394   - "IP6BASE"
13395   - "FIB_20K"
13396   - "FIB_200K"
13397   - "FIB_2M"
13398   traces:
13399     hoverinfo: "x+y"
13400     boxpoints: "outliers"
13401     whiskerwidth: 0
13402   layout:
13403     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13404     layout: "plot-throughput"
13405
13406 # Packet Throughput - VPP IPv6 3n-skx-x710
13407 - type: "plot"
13408   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13409   algorithm: "plot_performance_box"
13410   output-file-type: ".html"
13411   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13413   filter: "'NIC_Intel-X710' and
13414            '78B' and
13415            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13416            'NDRPDR' and
13417            '2T1C' and
13418            'IP6FWD' and
13419            not 'SRv6' and
13420            not 'IPSEC' and
13421            not 'VHOST'"
13422   parameters:
13423   - "throughput"
13424   - "parent"
13425   - "tags"
13426   sort:
13427   - "IP6BASE"
13428   - "FIB_20K"
13429   - "FIB_200K"
13430   - "FIB_2M"
13431   traces:
13432     hoverinfo: "x+y"
13433     boxpoints: "outliers"
13434     whiskerwidth: 0
13435   layout:
13436     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13441   algorithm: "plot_performance_box"
13442   output-file-type: ".html"
13443   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13445   filter: "'NIC_Intel-X710' and
13446            '78B' and
13447            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13448            'NDRPDR' and
13449            '2T1C' and
13450            'IP6FWD' and
13451            not 'SRv6' and
13452            not 'IPSEC' and
13453            not 'VHOST'"
13454   parameters:
13455   - "throughput"
13456   - "parent"
13457   - "tags"
13458   sort:
13459   - "IP6BASE"
13460   - "FIB_20K"
13461   - "FIB_200K"
13462   - "FIB_2M"
13463   traces:
13464     hoverinfo: "x+y"
13465     boxpoints: "outliers"
13466     whiskerwidth: 0
13467   layout:
13468     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13473   algorithm: "plot_performance_box"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13477   filter: "'NIC_Intel-X710' and
13478            '78B' and
13479            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13480            'NDRPDR' and
13481            '4T2C' and
13482            'IP6FWD' and
13483            not 'SRv6' and
13484            not 'IPSEC' and
13485            not 'VHOST'"
13486   parameters:
13487   - "throughput"
13488   - "parent"
13489   - "tags"
13490   sort:
13491   - "IP6BASE"
13492   - "FIB_20K"
13493   - "FIB_200K"
13494   - "FIB_2M"
13495   traces:
13496     hoverinfo: "x+y"
13497     boxpoints: "outliers"
13498     whiskerwidth: 0
13499   layout:
13500     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13505   algorithm: "plot_performance_box"
13506   output-file-type: ".html"
13507   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13509   filter: "'NIC_Intel-X710' and
13510            '78B' and
13511            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13512            'NDRPDR' and
13513            '4T2C' and
13514            'IP6FWD' and
13515            not 'SRv6' and
13516            not 'IPSEC' and
13517            not 'VHOST'"
13518   parameters:
13519   - "throughput"
13520   - "parent"
13521   - "tags"
13522   sort:
13523   - "IP6BASE"
13524   - "FIB_20K"
13525   - "FIB_200K"
13526   - "FIB_2M"
13527   traces:
13528     hoverinfo: "x+y"
13529     boxpoints: "outliers"
13530     whiskerwidth: 0
13531   layout:
13532     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13533     layout: "plot-throughput"
13534
13535 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13536 - type: "plot"
13537   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13538   algorithm: "plot_performance_box"
13539   output-file-type: ".html"
13540   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13542   filter: "'NIC_Intel-X710' and
13543            '78B' and
13544            ('IP6BASE' or
13545             'POLICE_MARK' or
13546             'COPWHLIST' or
13547             'IACLDST') and
13548            'NDRPDR' and
13549            '2T1C' and
13550            'IP6FWD' and
13551            not 'SRv6' and
13552            not 'IPSEC' and
13553            not 'VHOST'"
13554   parameters:
13555   - "throughput"
13556   - "parent"
13557   - "tags"
13558   sort:
13559   - "IP6BASE"
13560   - "POLICE_MARK"
13561   - "COPWHLIST"
13562   - "IACLDST"
13563   traces:
13564     hoverinfo: "x+y"
13565     boxpoints: "outliers"
13566     whiskerwidth: 0
13567   layout:
13568     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13569     layout: "plot-throughput"
13570
13571 - type: "plot"
13572   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13573   algorithm: "plot_performance_box"
13574   output-file-type: ".html"
13575   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13577   filter: "'NIC_Intel-X710' and
13578            '78B' and
13579            ('IP6BASE' or
13580             'POLICE_MARK' or
13581             'COPWHLIST' or
13582             'IACLDST') and
13583            'NDRPDR' and
13584            '4T2C' and
13585            'IP6FWD' and
13586            not 'SRv6' and
13587            not 'IPSEC' and
13588            not 'VHOST'"
13589   parameters:
13590   - "throughput"
13591   - "parent"
13592   - "tags"
13593   sort:
13594   - "IP6BASE"
13595   - "POLICE_MARK"
13596   - "COPWHLIST"
13597   - "IACLDST"
13598   traces:
13599     hoverinfo: "x+y"
13600     boxpoints: "outliers"
13601     whiskerwidth: 0
13602   layout:
13603     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13608   algorithm: "plot_performance_box"
13609   output-file-type: ".html"
13610   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13612   filter: "'NIC_Intel-X710' and
13613            '78B' and
13614            ('IP6BASE' or
13615             'POLICE_MARK' or
13616             'COPWHLIST' or
13617             'IACLDST') and
13618            'NDRPDR' and
13619            '2T1C' and
13620            'IP6FWD' and
13621            not 'SRv6' and
13622            not 'IPSEC' and
13623            not 'VHOST'"
13624   parameters:
13625   - "throughput"
13626   - "parent"
13627   - "tags"
13628   sort:
13629   - "IP6BASE"
13630   - "POLICE_MARK"
13631   - "COPWHLIST"
13632   - "IACLDST"
13633   traces:
13634     hoverinfo: "x+y"
13635     boxpoints: "outliers"
13636     whiskerwidth: 0
13637   layout:
13638     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13643   algorithm: "plot_performance_box"
13644   output-file-type: ".html"
13645   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13647   filter: "'NIC_Intel-X710' and
13648            '78B' and
13649            ('IP6BASE' or
13650             'POLICE_MARK' or
13651             'COPWHLIST' or
13652             'IACLDST') and
13653            'NDRPDR' and
13654            '4T2C' and
13655            'IP6FWD' and
13656            not 'SRv6' and
13657            not 'IPSEC' and
13658            not 'VHOST'"
13659   parameters:
13660   - "throughput"
13661   - "parent"
13662   - "tags"
13663   sort:
13664   - "IP6BASE"
13665   - "POLICE_MARK"
13666   - "COPWHLIST"
13667   - "IACLDST"
13668   traces:
13669     hoverinfo: "x+y"
13670     boxpoints: "outliers"
13671     whiskerwidth: 0
13672   layout:
13673     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13674     layout: "plot-throughput"
13675
13676 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13677 - type: "plot"
13678   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13679   algorithm: "plot_performance_box"
13680   output-file-type: ".html"
13681   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   filter: "'NIC_Intel-XXV710' and
13684            '78B' and
13685            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13686            'NDRPDR' and
13687            '2T1C' and
13688            'IP6FWD' and
13689            not 'SRv6' and
13690            not 'IPSEC' and
13691            not 'VHOST'"
13692   parameters:
13693   - "throughput"
13694   - "parent"
13695   - "tags"
13696   sort:
13697   - "IP6BASE"
13698   - "FIB_20K"
13699   - "FIB_200K"
13700   - "FIB_2M"
13701   traces:
13702     hoverinfo: "x+y"
13703     boxpoints: "outliers"
13704     whiskerwidth: 0
13705   layout:
13706     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13707     layout: "plot-throughput"
13708
13709 - type: "plot"
13710   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13711   algorithm: "plot_performance_box"
13712   output-file-type: ".html"
13713   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13715   filter: "'NIC_Intel-XXV710' and
13716            '78B' and
13717            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13718            'NDRPDR' and
13719            '2T1C' and
13720            'IP6FWD' and
13721            not 'SRv6' and
13722            not 'IPSEC' and
13723            not 'VHOST'"
13724   parameters:
13725   - "throughput"
13726   - "parent"
13727   - "tags"
13728   sort:
13729   - "IP6BASE"
13730   - "FIB_20K"
13731   - "FIB_200K"
13732   - "FIB_2M"
13733   traces:
13734     hoverinfo: "x+y"
13735     boxpoints: "outliers"
13736     whiskerwidth: 0
13737   layout:
13738     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13739     layout: "plot-throughput"
13740
13741 - type: "plot"
13742   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13743   algorithm: "plot_performance_box"
13744   output-file-type: ".html"
13745   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   filter: "'NIC_Intel-XXV710' and
13748            '78B' and
13749            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13750            'NDRPDR' and
13751            '4T2C' and
13752            'IP6FWD' and
13753            not 'SRv6' and
13754            not 'IPSEC' and
13755            not 'VHOST'"
13756   parameters:
13757   - "throughput"
13758   - "parent"
13759   - "tags"
13760   sort:
13761   - "IP6BASE"
13762   - "FIB_20K"
13763   - "FIB_200K"
13764   - "FIB_2M"
13765   traces:
13766     hoverinfo: "x+y"
13767     boxpoints: "outliers"
13768     whiskerwidth: 0
13769   layout:
13770     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13771     layout: "plot-throughput"
13772
13773 - type: "plot"
13774   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13775   algorithm: "plot_performance_box"
13776   output-file-type: ".html"
13777   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13779   filter: "'NIC_Intel-XXV710' and
13780            '78B' and
13781            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13782            'NDRPDR' and
13783            '4T2C' and
13784            'IP6FWD' and
13785            not 'SRv6' and
13786            not 'IPSEC' and
13787            not 'VHOST'"
13788   parameters:
13789   - "throughput"
13790   - "parent"
13791   - "tags"
13792   sort:
13793   - "IP6BASE"
13794   - "FIB_20K"
13795   - "FIB_200K"
13796   - "FIB_2M"
13797   traces:
13798     hoverinfo: "x+y"
13799     boxpoints: "outliers"
13800     whiskerwidth: 0
13801   layout:
13802     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13803     layout: "plot-throughput"
13804
13805 # Packet Throughput - VPP IPv6 2n-skx-x710
13806 - type: "plot"
13807   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13808   algorithm: "plot_performance_box"
13809   output-file-type: ".html"
13810   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13812   filter: "'NIC_Intel-X710' and
13813            '78B' and
13814            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13815            'NDRPDR' and
13816            '2T1C' and
13817            'IP6FWD' and
13818            not 'SRv6' and
13819            not 'IPSEC' and
13820            not 'VHOST'"
13821   parameters:
13822   - "throughput"
13823   - "parent"
13824   - "tags"
13825   sort:
13826   - "IP6BASE"
13827   - "FIB_20K"
13828   - "FIB_200K"
13829   - "FIB_2M"
13830   traces:
13831     hoverinfo: "x+y"
13832     boxpoints: "outliers"
13833     whiskerwidth: 0
13834   layout:
13835     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13840   algorithm: "plot_performance_box"
13841   output-file-type: ".html"
13842   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13844   filter: "'NIC_Intel-X710' and
13845            '78B' and
13846            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13847            'NDRPDR' and
13848            '2T1C' and
13849            'IP6FWD' and
13850            not 'SRv6' and
13851            not 'IPSEC' and
13852            not 'VHOST'"
13853   parameters:
13854   - "throughput"
13855   - "parent"
13856   - "tags"
13857   sort:
13858   - "IP6BASE"
13859   - "FIB_20K"
13860   - "FIB_200K"
13861   - "FIB_2M"
13862   traces:
13863     hoverinfo: "x+y"
13864     boxpoints: "outliers"
13865     whiskerwidth: 0
13866   layout:
13867     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13868     layout: "plot-throughput"
13869
13870 - type: "plot"
13871   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13872   algorithm: "plot_performance_box"
13873   output-file-type: ".html"
13874   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13876   filter: "'NIC_Intel-X710' and
13877            '78B' and
13878            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13879            'NDRPDR' and
13880            '4T2C' and
13881            'IP6FWD' and
13882            not 'SRv6' and
13883            not 'IPSEC' and
13884            not 'VHOST'"
13885   parameters:
13886   - "throughput"
13887   - "parent"
13888   - "tags"
13889   sort:
13890   - "IP6BASE"
13891   - "FIB_20K"
13892   - "FIB_200K"
13893   - "FIB_2M"
13894   traces:
13895     hoverinfo: "x+y"
13896     boxpoints: "outliers"
13897     whiskerwidth: 0
13898   layout:
13899     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13900     layout: "plot-throughput"
13901
13902 - type: "plot"
13903   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13904   algorithm: "plot_performance_box"
13905   output-file-type: ".html"
13906   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13908   filter: "'NIC_Intel-X710' and
13909            '78B' and
13910            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13911            'NDRPDR' and
13912            '4T2C' and
13913            'IP6FWD' and
13914            not 'SRv6' and
13915            not 'IPSEC' and
13916            not 'VHOST'"
13917   parameters:
13918   - "throughput"
13919   - "parent"
13920   - "tags"
13921   sort:
13922   - "IP6BASE"
13923   - "FIB_20K"
13924   - "FIB_200K"
13925   - "FIB_2M"
13926   traces:
13927     hoverinfo: "x+y"
13928     boxpoints: "outliers"
13929     whiskerwidth: 0
13930   layout:
13931     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13932     layout: "plot-throughput"
13933
13934 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13935 - type: "plot"
13936   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13937   algorithm: "plot_performance_box"
13938   output-file-type: ".html"
13939   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13941   filter: "'NIC_Intel-XXV710' and
13942            '78B' and
13943            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13944            'NDRPDR' and
13945            '2T1C' and
13946            'IP6FWD' and
13947            not 'SRv6' and
13948            not 'IPSEC' and
13949            not 'VHOST'"
13950   parameters:
13951   - "throughput"
13952   - "parent"
13953   - "tags"
13954   sort:
13955   - "IP6BASE"
13956   - "FIB_20K"
13957   - "FIB_200K"
13958   - "FIB_2M"
13959   traces:
13960     hoverinfo: "x+y"
13961     boxpoints: "outliers"
13962     whiskerwidth: 0
13963   layout:
13964     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13965     layout: "plot-throughput"
13966
13967 - type: "plot"
13968   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13969   algorithm: "plot_performance_box"
13970   output-file-type: ".html"
13971   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13973   filter: "'NIC_Intel-XXV710' and
13974            '78B' and
13975            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13976            'NDRPDR' and
13977            '2T1C' and
13978            'IP6FWD' and
13979            not 'SRv6' and
13980            not 'IPSEC' and
13981            not 'VHOST'"
13982   parameters:
13983   - "throughput"
13984   - "parent"
13985   - "tags"
13986   sort:
13987   - "IP6BASE"
13988   - "FIB_20K"
13989   - "FIB_200K"
13990   - "FIB_2M"
13991   traces:
13992     hoverinfo: "x+y"
13993     boxpoints: "outliers"
13994     whiskerwidth: 0
13995   layout:
13996     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13997     layout: "plot-throughput"
13998
13999 - type: "plot"
14000   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14001   algorithm: "plot_performance_box"
14002   output-file-type: ".html"
14003   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14005   filter: "'NIC_Intel-XXV710' and
14006            '78B' and
14007            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14008            'NDRPDR' and
14009            '4T2C' and
14010            'IP6FWD' and
14011            not 'SRv6' and
14012            not 'IPSEC' and
14013            not 'VHOST'"
14014   parameters:
14015   - "throughput"
14016   - "parent"
14017   - "tags"
14018   sort:
14019   - "IP6BASE"
14020   - "FIB_20K"
14021   - "FIB_200K"
14022   - "FIB_2M"
14023   traces:
14024     hoverinfo: "x+y"
14025     boxpoints: "outliers"
14026     whiskerwidth: 0
14027   layout:
14028     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14033   algorithm: "plot_performance_box"
14034   output-file-type: ".html"
14035   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14037   filter: "'NIC_Intel-XXV710' and
14038            '78B' and
14039            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14040            'NDRPDR' and
14041            '4T2C' and
14042            'IP6FWD' and
14043            not 'SRv6' and
14044            not 'IPSEC' and
14045            not 'VHOST'"
14046   parameters:
14047   - "throughput"
14048   - "parent"
14049   - "tags"
14050   sort:
14051   - "IP6BASE"
14052   - "FIB_20K"
14053   - "FIB_200K"
14054   - "FIB_2M"
14055   traces:
14056     hoverinfo: "x+y"
14057     boxpoints: "outliers"
14058     whiskerwidth: 0
14059   layout:
14060     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14061     layout: "plot-throughput"
14062
14063 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14064 #- type: "plot"
14065 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14066 #  algorithm: "plot_performance_box"
14067 #  output-file-type: ".html"
14068 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14069 #  data: "intel-dnv-vpp"
14070 #  filter: "'NIC_Intel-X553' and
14071 #           '78B' and
14072 #           'IP6BASE' and
14073 #           'NDRPDR' and
14074 #           '1T1C' and
14075 #           'IP6FWD' and
14076 #           not 'SRv6' and
14077 #           not 'IPSEC' and
14078 #           not 'VHOST'"
14079 #  parameters:
14080 #  - "throughput"
14081 #  - "parent"
14082 #  - "tags"
14083 #  sort:
14084 #  - "IP6BASE"
14085 #  traces:
14086 #    hoverinfo: "x+y"
14087 #    boxpoints: "outliers"
14088 #    whiskerwidth: 0
14089 #  layout:
14090 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14091 #    layout: "plot-throughput"
14092 #
14093 #- type: "plot"
14094 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14095 #  algorithm: "plot_performance_box"
14096 #  output-file-type: ".html"
14097 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14098 #  data: "intel-dnv-vpp"
14099 #  filter: "'NIC_Intel-X553' and
14100 #           '78B' and
14101 #           'IP6BASE' and
14102 #           'NDRPDR' and
14103 #           '1T1C' and
14104 #           'IP6FWD' and
14105 #           not 'SRv6' and
14106 #           not 'IPSEC' and
14107 #           not 'VHOST'"
14108 #  parameters:
14109 #  - "throughput"
14110 #  - "parent"
14111 #  - "tags"
14112 #  sort:
14113 #  - "IP6BASE"
14114 #  traces:
14115 #    hoverinfo: "x+y"
14116 #    boxpoints: "outliers"
14117 #    whiskerwidth: 0
14118 #  layout:
14119 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14120 #    layout: "plot-throughput"
14121 #
14122 #- type: "plot"
14123 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14124 #  algorithm: "plot_performance_box"
14125 #  output-file-type: ".html"
14126 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14127 #  data: "intel-dnv-vpp"
14128 #  filter: "'NIC_Intel-X553' and
14129 #           '78B' and
14130 #           'IP6BASE' and
14131 #           'NDRPDR' and
14132 #           '2T2C' and
14133 #           'IP6FWD' and
14134 #           not 'SRv6' and
14135 #           not 'IPSEC' and
14136 #           not 'VHOST'"
14137 #  parameters:
14138 #  - "throughput"
14139 #  - "parent"
14140 #  - "tags"
14141 #  sort:
14142 #  - "IP6BASE"
14143 #  traces:
14144 #    hoverinfo: "x+y"
14145 #    boxpoints: "outliers"
14146 #    whiskerwidth: 0
14147 #  layout:
14148 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14149 #    layout: "plot-throughput"
14150 #
14151 #- type: "plot"
14152 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14153 #  algorithm: "plot_performance_box"
14154 #  output-file-type: ".html"
14155 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14156 #  data: "intel-dnv-vpp"
14157 #  filter: "'NIC_Intel-X553' and
14158 #           '78B' and
14159 #           'IP6BASE' and
14160 #           'NDRPDR' and
14161 #           '2T2C' and
14162 #           'IP6FWD' and
14163 #           not 'SRv6' and
14164 #           not 'IPSEC' and
14165 #           not 'VHOST'"
14166 #  parameters:
14167 #  - "throughput"
14168 #  - "parent"
14169 #  - "tags"
14170 #  sort:
14171 #  - "IP6BASE"
14172 #  traces:
14173 #    hoverinfo: "x+y"
14174 #    boxpoints: "outliers"
14175 #    whiskerwidth: 0
14176 #  layout:
14177 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14178 #    layout: "plot-throughput"
14179
14180 ################################################################################
14181
14182 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14183 - type: "plot"
14184   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14185   algorithm: "plot_performance_box"
14186   output-file-type: ".html"
14187   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14189   filter: "'NIC_Intel-X520-DA2' and
14190            '78B' and
14191            'ENCAP' and
14192            'NDRPDR' and
14193            '1T1C' and
14194            'LISP' and
14195            not 'VHOST'"
14196   parameters:
14197   - "throughput"
14198   - "parent"
14199   - "tags"
14200   sort:
14201   - "IP4UNRLAY"
14202   - "IP6UNRLAY"
14203   traces:
14204     hoverinfo: "x+y"
14205     boxpoints: "outliers"
14206     whiskerwidth: 0
14207   layout:
14208     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14209     layout: "plot-throughput"
14210
14211 - type: "plot"
14212   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14213   algorithm: "plot_performance_box"
14214   output-file-type: ".html"
14215   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14217   filter: "'NIC_Intel-X520-DA2' and
14218            '78B' and
14219            'ENCAP' and
14220            'NDRPDR' and
14221            '1T1C' and
14222            'LISP' and
14223            not 'VHOST'"
14224   parameters:
14225   - "throughput"
14226   - "parent"
14227   - "tags"
14228   sort:
14229   - "IP4UNRLAY"
14230   - "IP6UNRLAY"
14231   traces:
14232     hoverinfo: "x+y"
14233     boxpoints: "outliers"
14234     whiskerwidth: 0
14235   layout:
14236     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14237     layout: "plot-throughput"
14238
14239 - type: "plot"
14240   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14241   algorithm: "plot_performance_box"
14242   output-file-type: ".html"
14243   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14245   filter: "'NIC_Intel-X520-DA2' and
14246            '78B' and
14247            'ENCAP' and
14248            'NDRPDR' and
14249            '2T2C' and
14250            'LISP' and
14251            not 'VHOST'"
14252   parameters:
14253   - "throughput"
14254   - "parent"
14255   - "tags"
14256   sort:
14257   - "IP4UNRLAY"
14258   - "IP6UNRLAY"
14259   traces:
14260     hoverinfo: "x+y"
14261     boxpoints: "outliers"
14262     whiskerwidth: 0
14263   layout:
14264     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14265     layout: "plot-throughput"
14266
14267 - type: "plot"
14268   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14269   algorithm: "plot_performance_box"
14270   output-file-type: ".html"
14271   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14273   filter: "'NIC_Intel-X520-DA2' and
14274            '78B' and
14275            'ENCAP' and
14276            'NDRPDR' and
14277            '2T2C' and
14278            'LISP' and
14279            not 'VHOST'"
14280   parameters:
14281   - "throughput"
14282   - "parent"
14283   - "tags"
14284   sort:
14285   - "IP4UNRLAY"
14286   - "IP6UNRLAY"
14287   traces:
14288     hoverinfo: "x+y"
14289     boxpoints: "outliers"
14290     whiskerwidth: 0
14291   layout:
14292     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14293     layout: "plot-throughput"
14294
14295 ################################################################################
14296
14297 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14298 - type: "plot"
14299   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14300   algorithm: "plot_performance_box"
14301   output-file-type: ".html"
14302   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14304   filter: "'NIC_Intel-XL710' and
14305            '64B' and
14306            'IP4FWD' and
14307            'NDRPDR' and
14308            'BASE' and
14309            '1T1C' and
14310            'IPSECHW' and
14311            ('IPSECTRAN' or 'IPSECTUN') and
14312            not 'VHOST'"
14313   parameters:
14314   - "throughput"
14315   - "parent"
14316   - "tags"
14317   traces:
14318     hoverinfo: "x+y"
14319     boxpoints: "outliers"
14320     whiskerwidth: 0
14321   layout:
14322     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14323     layout: "plot-throughput"
14324
14325 - type: "plot"
14326   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14327   algorithm: "plot_performance_box"
14328   output-file-type: ".html"
14329   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14331   filter: "'NIC_Intel-XL710' and
14332            '64B' and
14333            'IP4FWD' and
14334            'NDRPDR' and
14335            'BASE' and
14336            '1T1C' and
14337            'IPSECHW' and
14338            ('IPSECTRAN' or 'IPSECTUN') and
14339            not 'VHOST'"
14340   parameters:
14341   - "throughput"
14342   - "parent"
14343   - "tags"
14344   traces:
14345     hoverinfo: "x+y"
14346     boxpoints: "outliers"
14347     whiskerwidth: 0
14348   layout:
14349     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14350     layout: "plot-throughput"
14351
14352 - type: "plot"
14353   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14354   algorithm: "plot_performance_box"
14355   output-file-type: ".html"
14356   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14358   filter: "'NIC_Intel-XL710' and
14359            '64B' and
14360            'IP4FWD' and
14361            'NDRPDR' and
14362            'BASE' and
14363            '2T2C' and
14364            'IPSECHW' and
14365            ('IPSECTRAN' or 'IPSECTUN') and
14366            not 'VHOST'"
14367   parameters:
14368   - "throughput"
14369   - "parent"
14370   - "tags"
14371   traces:
14372     hoverinfo: "x+y"
14373     boxpoints: "outliers"
14374     whiskerwidth: 0
14375   layout:
14376     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14377     layout: "plot-throughput"
14378
14379 - type: "plot"
14380   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14381   algorithm: "plot_performance_box"
14382   output-file-type: ".html"
14383   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14385   filter: "'NIC_Intel-XL710' and
14386            '64B' and
14387            'IP4FWD' and
14388            'NDRPDR' and
14389            'BASE' and
14390            '2T2C' and
14391            'IPSECHW' and
14392            ('IPSECTRAN' or 'IPSECTUN') and
14393            not 'VHOST'"
14394   parameters:
14395   - "throughput"
14396   - "parent"
14397   - "tags"
14398   traces:
14399     hoverinfo: "x+y"
14400     boxpoints: "outliers"
14401     whiskerwidth: 0
14402   layout:
14403     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14404     layout: "plot-throughput"
14405
14406 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14407 - type: "plot"
14408   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14409   algorithm: "plot_performance_box"
14410   output-file-type: ".html"
14411   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14413   filter: "'NIC_Intel-XL710' and
14414            '64B' and
14415            'IP4FWD' and
14416            'NDRPDR' and
14417            'SCALE' and
14418            '1T1C' and
14419            'IPSECHW' and
14420            ('IPSECTRAN' or 'IPSECTUN') and
14421            not 'VHOST'"
14422   parameters:
14423   - "throughput"
14424   - "parent"
14425   - "tags"
14426   traces:
14427     hoverinfo: "x+y"
14428     boxpoints: "outliers"
14429     whiskerwidth: 0
14430   layout:
14431     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14432     layout: "plot-throughput"
14433
14434 - type: "plot"
14435   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14436   algorithm: "plot_performance_box"
14437   output-file-type: ".html"
14438   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14440   filter: "'NIC_Intel-XL710' and
14441            '64B' and
14442            'IP4FWD' and
14443            'NDRPDR' and
14444            'SCALE' and
14445            '1T1C' and
14446            'IPSECHW' and
14447            ('IPSECTRAN' or 'IPSECTUN') and
14448            not 'VHOST'"
14449   parameters:
14450   - "throughput"
14451   - "parent"
14452   - "tags"
14453   traces:
14454     hoverinfo: "x+y"
14455     boxpoints: "outliers"
14456     whiskerwidth: 0
14457   layout:
14458     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14459     layout: "plot-throughput"
14460
14461 - type: "plot"
14462   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14463   algorithm: "plot_performance_box"
14464   output-file-type: ".html"
14465   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14467   filter: "'NIC_Intel-XL710' and
14468            '64B' and
14469            'IP4FWD' and
14470            'NDRPDR' and
14471            'SCALE' and
14472            '2T2C' and
14473            'IPSECHW' and
14474            ('IPSECTRAN' or 'IPSECTUN') and
14475            not 'VHOST'"
14476   parameters:
14477   - "throughput"
14478   - "parent"
14479   - "tags"
14480   traces:
14481     hoverinfo: "x+y"
14482     boxpoints: "outliers"
14483     whiskerwidth: 0
14484   layout:
14485     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14486     layout: "plot-throughput"
14487
14488 - type: "plot"
14489   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14490   algorithm: "plot_performance_box"
14491   output-file-type: ".html"
14492   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14494   filter: "'NIC_Intel-XL710' and
14495            '64B' and
14496            'IP4FWD' and
14497            'NDRPDR' and
14498            'SCALE' and
14499            '2T2C' and
14500            'IPSECHW' and
14501            ('IPSECTRAN' or 'IPSECTUN') and
14502            not 'VHOST'"
14503   parameters:
14504   - "throughput"
14505   - "parent"
14506   - "tags"
14507   traces:
14508     hoverinfo: "x+y"
14509     boxpoints: "outliers"
14510     whiskerwidth: 0
14511   layout:
14512     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14513     layout: "plot-throughput"
14514
14515 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14516 - type: "plot"
14517   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14518   algorithm: "plot_performance_box"
14519   output-file-type: ".html"
14520   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14522   filter: "'NIC_Intel-XL710' and
14523            '64B' and
14524            'IP4FWD' and
14525            'NDRPDR' and
14526            '1T1C' and
14527            'IPSECSW' and
14528            ('IPSECTRAN' or 'IPSECTUN') and
14529            not 'VHOST'"
14530   parameters:
14531   - "throughput"
14532   - "parent"
14533   - "tags"
14534   traces:
14535     hoverinfo: "x+y"
14536     boxpoints: "outliers"
14537     whiskerwidth: 0
14538   layout:
14539     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14540     layout: "plot-throughput"
14541
14542 - type: "plot"
14543   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14544   algorithm: "plot_performance_box"
14545   output-file-type: ".html"
14546   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14548   filter: "'NIC_Intel-XL710' and
14549            '64B' and
14550            'IP4FWD' and
14551            'NDRPDR' and
14552            '1T1C' and
14553            'IPSECSW' and
14554            ('IPSECTRAN' or 'IPSECTUN') and
14555            not 'VHOST'"
14556   parameters:
14557   - "throughput"
14558   - "parent"
14559   - "tags"
14560   traces:
14561     hoverinfo: "x+y"
14562     boxpoints: "outliers"
14563     whiskerwidth: 0
14564   layout:
14565     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14566     layout: "plot-throughput"
14567
14568 - type: "plot"
14569   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14570   algorithm: "plot_performance_box"
14571   output-file-type: ".html"
14572   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14574   filter: "'NIC_Intel-XL710' and
14575            '64B' and
14576            'IP4FWD' and
14577            'NDRPDR' and
14578            '2T2C' and
14579            'IPSECSW' and
14580            ('IPSECTRAN' or 'IPSECTUN') and
14581            not 'VHOST'"
14582   parameters:
14583   - "throughput"
14584   - "parent"
14585   - "tags"
14586   traces:
14587     hoverinfo: "x+y"
14588     boxpoints: "outliers"
14589     whiskerwidth: 0
14590   layout:
14591     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14592     layout: "plot-throughput"
14593
14594 - type: "plot"
14595   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14596   algorithm: "plot_performance_box"
14597   output-file-type: ".html"
14598   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14600   filter: "'NIC_Intel-XL710' and
14601            '64B' and
14602            'IP4FWD' and
14603            'NDRPDR' and
14604            '2T2C' and
14605            'IPSECSW' and
14606            ('IPSECTRAN' or 'IPSECTUN') and
14607            not 'VHOST'"
14608   parameters:
14609   - "throughput"
14610   - "parent"
14611   - "tags"
14612   traces:
14613     hoverinfo: "x+y"
14614     boxpoints: "outliers"
14615     whiskerwidth: 0
14616   layout:
14617     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14618     layout: "plot-throughput"
14619
14620 ################################################################################
14621
14622 # Packet Throughput - VPP SRv6 3n-hsw-x520
14623 - type: "plot"
14624   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14625   algorithm: "plot_performance_box"
14626   output-file-type: ".html"
14627   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14629   filter: "'NIC_Intel-X520-DA2' and
14630            '78B' and
14631            'FEATURE' and
14632            'NDRPDR' and
14633            '1T1C' and
14634            'IP6FWD' and
14635            'SRv6'"
14636   parameters:
14637   - "throughput"
14638   - "parent"
14639   - "tags"
14640   traces:
14641     hoverinfo: "x+y"
14642     boxpoints: "outliers"
14643     whiskerwidth: 0
14644   layout:
14645     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14646     layout: "plot-throughput"
14647
14648 - type: "plot"
14649   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14650   algorithm: "plot_performance_box"
14651   output-file-type: ".html"
14652   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14653   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14654   filter: "'NIC_Intel-X520-DA2' and
14655            '78B' and
14656            'FEATURE' and
14657            'NDRPDR' and
14658            '1T1C' and
14659            'IP6FWD' and
14660            'SRv6'"
14661   parameters:
14662   - "throughput"
14663   - "parent"
14664   - "tags"
14665   traces:
14666     hoverinfo: "x+y"
14667     boxpoints: "outliers"
14668     whiskerwidth: 0
14669   layout:
14670     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14671     layout: "plot-throughput"
14672
14673 - type: "plot"
14674   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14675   algorithm: "plot_performance_box"
14676   output-file-type: ".html"
14677   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14679   filter: "'NIC_Intel-X520-DA2' and
14680            '78B' and
14681            'FEATURE' and
14682            'NDRPDR' and
14683            '2T2C' and
14684            'IP6FWD' and
14685            'SRv6'"
14686   parameters:
14687   - "throughput"
14688   - "parent"
14689   - "tags"
14690   traces:
14691     hoverinfo: "x+y"
14692     boxpoints: "outliers"
14693     whiskerwidth: 0
14694   layout:
14695     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14696     layout: "plot-throughput"
14697
14698 - type: "plot"
14699   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14700   algorithm: "plot_performance_box"
14701   output-file-type: ".html"
14702   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14704   filter: "'NIC_Intel-X520-DA2' and
14705            '78B' and
14706            'FEATURE' and
14707            'NDRPDR' and
14708            '2T2C' and
14709            'IP6FWD' and
14710            'SRv6'"
14711   parameters:
14712   - "throughput"
14713   - "parent"
14714   - "tags"
14715   traces:
14716     hoverinfo: "x+y"
14717     boxpoints: "outliers"
14718     whiskerwidth: 0
14719   layout:
14720     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14721     layout: "plot-throughput"
14722
14723 ################################################################################
14724
14725 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14726 - type: "plot"
14727   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14728   algorithm: "plot_performance_box"
14729   output-file-type: ".html"
14730   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14732   filter: "'NIC_Intel-X520-DA2' and
14733            '64B' and
14734            'NDRPDR' and
14735            'ETH' and
14736            'IP4FWD' and
14737            '1T1C' and
14738            'VHOST_1024' and
14739            not 'VXLAN' and
14740            not 'DOT1Q'"
14741   parameters:
14742   - "throughput"
14743   - "parent"
14744   - "tags"
14745   sort:
14746   - "not CFS_OPT"
14747   - "1VM"
14748   - "2VM"
14749   traces:
14750     hoverinfo: "x+y"
14751     boxpoints: "outliers"
14752     whiskerwidth: 0
14753   layout:
14754     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14755     layout: "plot-throughput"
14756
14757 - type: "plot"
14758   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-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-2t2c-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            '2T2C' 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-2t2c-base_and_scale-ndr"
14786     layout: "plot-throughput"
14787
14788 - type: "plot"
14789   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14790   algorithm: "plot_performance_box"
14791   output-file-type: ".html"
14792   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
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            '1T1C' 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-1t1c-base_and_scale-pdr"
14817     layout: "plot-throughput"
14818
14819 - type: "plot"
14820   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-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-2t2c-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            '2T2C' 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-2t2c-base_and_scale-pdr"
14848     layout: "plot-throughput"
14849
14850 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14851 - type: "plot"
14852   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14853   algorithm: "plot_performance_box"
14854   output-file-type: ".html"
14855   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14857   filter: "'NIC_Intel-X520-DA2' and
14858            '64B' and
14859            'NDRPDR' and
14860            ('ETH' or 'DOT1Q') and
14861            'BASE' and
14862            '1T1C' and
14863            ('L2BDMACLRN' or 'L2XCFWD') and
14864            'VHOST_1024' and
14865            not 'VXLAN' and
14866            not 'IP4FWD' and
14867            not '2VM'"
14868   parameters:
14869   - "throughput"
14870   - "parent"
14871   - "tags"
14872   sort:
14873   - "L2BDMACLRN"
14874   - "L2BDMACLRN"
14875   - "L2BDMACLRN"
14876   - "L2XCFWD"
14877   - "L2XCFWD"
14878   - "L2XCFWD"
14879   traces:
14880     hoverinfo: "x+y"
14881     boxpoints: "outliers"
14882     whiskerwidth: 0
14883   layout:
14884     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14885     layout: "plot-throughput"
14886
14887 - type: "plot"
14888   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14889   algorithm: "plot_performance_box"
14890   output-file-type: ".html"
14891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14893   filter: "'NIC_Intel-X520-DA2' and
14894            '64B' and
14895            'NDRPDR' and
14896            ('ETH' or 'DOT1Q') and
14897            'BASE' and
14898            '1T1C' and
14899            ('L2BDMACLRN' or 'L2XCFWD') and
14900            'VHOST_1024' and
14901            not 'VXLAN' and
14902            not 'IP4FWD' and
14903            not '2VM'"
14904   parameters:
14905   - "throughput"
14906   - "parent"
14907   - "tags"
14908   sort:
14909   - "L2BDMACLRN"
14910   - "L2BDMACLRN"
14911   - "L2BDMACLRN"
14912   - "L2XCFWD"
14913   - "L2XCFWD"
14914   - "L2XCFWD"
14915   traces:
14916     hoverinfo: "x+y"
14917     boxpoints: "outliers"
14918     whiskerwidth: 0
14919   layout:
14920     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14921     layout: "plot-throughput"
14922
14923 - type: "plot"
14924   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14925   algorithm: "plot_performance_box"
14926   output-file-type: ".html"
14927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14929   filter: "'NIC_Intel-X520-DA2' and
14930            '64B' and
14931            'NDRPDR' and
14932            ('ETH' or 'DOT1Q') and
14933            'BASE' and
14934            '2T2C' and
14935            ('L2BDMACLRN' or 'L2XCFWD') and
14936            'VHOST_1024' and
14937            not 'VXLAN' and
14938            not 'IP4FWD' and
14939            not '2VM'"
14940   parameters:
14941   - "throughput"
14942   - "parent"
14943   - "tags"
14944   sort:
14945   - "L2BDMACLRN"
14946   - "L2BDMACLRN"
14947   - "L2BDMACLRN"
14948   - "L2XCFWD"
14949   - "L2XCFWD"
14950   - "L2XCFWD"
14951   traces:
14952     hoverinfo: "x+y"
14953     boxpoints: "outliers"
14954     whiskerwidth: 0
14955   layout:
14956     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14957     layout: "plot-throughput"
14958
14959 - type: "plot"
14960   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14961   algorithm: "plot_performance_box"
14962   output-file-type: ".html"
14963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14965   filter: "'NIC_Intel-X520-DA2' and
14966            '64B' and
14967            'NDRPDR' and
14968            ('ETH' or 'DOT1Q') and
14969            'BASE' and
14970            '2T2C' and
14971            ('L2BDMACLRN' or 'L2XCFWD') and
14972            'VHOST_1024' and
14973            not 'VXLAN' and
14974            not 'IP4FWD' and
14975            not '2VM'"
14976   parameters:
14977   - "throughput"
14978   - "parent"
14979   - "tags"
14980   sort:
14981   - "L2BDMACLRN"
14982   - "L2BDMACLRN"
14983   - "L2BDMACLRN"
14984   - "L2XCFWD"
14985   - "L2XCFWD"
14986   - "L2XCFWD"
14987   traces:
14988     hoverinfo: "x+y"
14989     boxpoints: "outliers"
14990     whiskerwidth: 0
14991   layout:
14992     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14993     layout: "plot-throughput"
14994
14995 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14996 - type: "plot"
14997   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14998   algorithm: "plot_performance_box"
14999   output-file-type: ".html"
15000   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15002   filter: "'NIC_Intel-X520-DA2' and
15003            '64B' and
15004            'NDRPDR' and
15005            ('ETH' or 'DOT1Q') and
15006            '1T1C' and
15007            ('L2BDMACLRN' or 'L2XCFWD') and
15008            'VHOST_1024' and
15009            not 'CFS_OPT' and
15010            not 'DOT1Q' and
15011            not 'VXLAN' and
15012            not 'IP4FWD' and
15013            not 'LBOND'"
15014   parameters:
15015   - "throughput"
15016   - "parent"
15017   - "tags"
15018 #  sort:
15019 #  - "1VM"
15020 #  - "L2XCFWD"
15021 #  - "1VM"
15022 #  - "L2BDMACLRN"
15023   traces:
15024     hoverinfo: "x+y"
15025     boxpoints: "outliers"
15026     whiskerwidth: 0
15027   layout:
15028     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15029     layout: "plot-throughput"
15030
15031 - type: "plot"
15032   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15033   algorithm: "plot_performance_box"
15034   output-file-type: ".html"
15035   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15037   filter: "'NIC_Intel-X520-DA2' and
15038            '64B' and
15039            'NDRPDR' and
15040            ('ETH' or 'DOT1Q') and
15041            '1T1C' and
15042            ('L2BDMACLRN' or 'L2XCFWD') and
15043            'VHOST_1024' and
15044            not 'CFS_OPT' and
15045            not 'DOT1Q' and
15046            not 'VXLAN' and
15047            not 'IP4FWD' and
15048            not 'LBOND'"
15049   parameters:
15050   - "throughput"
15051   - "parent"
15052   - "tags"
15053 #  sort:
15054 #  - "1VM"
15055 #  - "L2XCFWD"
15056 #  - "1VM"
15057 #  - "L2BDMACLRN"
15058   traces:
15059     hoverinfo: "x+y"
15060     boxpoints: "outliers"
15061     whiskerwidth: 0
15062   layout:
15063     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15064     layout: "plot-throughput"
15065
15066 - type: "plot"
15067   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15068   algorithm: "plot_performance_box"
15069   output-file-type: ".html"
15070   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15072   filter: "'NIC_Intel-X520-DA2' and
15073            '64B' and
15074            'NDRPDR' and
15075            ('ETH' or 'DOT1Q') and
15076            '2T2C' and
15077            ('L2BDMACLRN' or 'L2XCFWD') and
15078            'VHOST_1024' and
15079            not 'CFS_OPT' and
15080            not 'DOT1Q' and
15081            not 'VXLAN' and
15082            not 'IP4FWD' and
15083            not 'LBOND'"
15084   parameters:
15085   - "throughput"
15086   - "parent"
15087   - "tags"
15088 #  sort:
15089 #  - "1VM"
15090 #  - "L2XCFWD"
15091 #  - "1VM"
15092 #  - "L2BDMACLRN"
15093   traces:
15094     hoverinfo: "x+y"
15095     boxpoints: "outliers"
15096     whiskerwidth: 0
15097   layout:
15098     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15099     layout: "plot-throughput"
15100
15101 - type: "plot"
15102   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15103   algorithm: "plot_performance_box"
15104   output-file-type: ".html"
15105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15107   filter: "'NIC_Intel-X520-DA2' and
15108            '64B' and
15109            'NDRPDR' and
15110            ('ETH' or 'DOT1Q') and
15111            '2T2C' and
15112            ('L2BDMACLRN' or 'L2XCFWD') and
15113            'VHOST_1024' and
15114            not 'CFS_OPT' and
15115            not 'DOT1Q' and
15116            not 'VXLAN' and
15117            not 'IP4FWD' and
15118            not 'LBOND'"
15119   parameters:
15120   - "throughput"
15121   - "parent"
15122   - "tags"
15123 #  sort:
15124 #  - "1VM"
15125 #  - "L2XCFWD"
15126 #  - "1VM"
15127 #  - "L2BDMACLRN"
15128   traces:
15129     hoverinfo: "x+y"
15130     boxpoints: "outliers"
15131     whiskerwidth: 0
15132   layout:
15133     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15134     layout: "plot-throughput"
15135
15136 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15137 - type: "plot"
15138   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15139   algorithm: "plot_performance_box"
15140   output-file-type: ".html"
15141   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15143   filter: "'NIC_Intel-X710' and
15144            '64B' and
15145            'NDRPDR' and
15146            'ETH' and
15147            'IP4FWD' and
15148            '1T1C' and
15149            'VHOST_1024' and
15150            not 'VXLAN' and
15151            not 'CFS_OPT' and
15152            not 'DOT1Q'"
15153   parameters:
15154   - "throughput"
15155   - "parent"
15156   - "tags"
15157   sort:
15158   - "1VM"
15159   - "2VM"
15160   traces:
15161     hoverinfo: "x+y"
15162     boxpoints: "outliers"
15163     whiskerwidth: 0
15164   layout:
15165     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15166     layout: "plot-throughput"
15167
15168 - type: "plot"
15169   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-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-2t2c-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            '2T2C' 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-2t2c-base_and_scale-ndr"
15197     layout: "plot-throughput"
15198
15199 - type: "plot"
15200   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15201   algorithm: "plot_performance_box"
15202   output-file-type: ".html"
15203   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
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            '1T1C' 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-1t1c-base_and_scale-pdr"
15228     layout: "plot-throughput"
15229
15230 - type: "plot"
15231   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-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-2t2c-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            '2T2C' 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-2t2c-base_and_scale-pdr"
15259     layout: "plot-throughput"
15260
15261 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15262 - type: "plot"
15263   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15264   algorithm: "plot_performance_box"
15265   output-file-type: ".html"
15266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15268   filter: "'NIC_Intel-X710' and
15269            '64B' and
15270            'NDRPDR' and
15271            ('ETH' or 'DOT1Q') and
15272            'BASE' and
15273            '1T1C' and
15274            ('L2BDMACLRN' or 'L2XCFWD') and
15275            'VHOST_1024' and
15276            not 'VXLAN' and
15277            not 'IP4FWD' and
15278            not '2VM'"
15279   parameters:
15280   - "throughput"
15281   - "parent"
15282   - "tags"
15283   sort:
15284   - "L2BDMACLRN"
15285   - "L2BDMACLRN"
15286   - "L2BDMACLRN"
15287   - "L2XCFWD"
15288   - "L2XCFWD"
15289   - "L2XCFWD"
15290   traces:
15291     hoverinfo: "x+y"
15292     boxpoints: "outliers"
15293     whiskerwidth: 0
15294   layout:
15295     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15296     layout: "plot-throughput"
15297
15298 - type: "plot"
15299   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15300   algorithm: "plot_performance_box"
15301   output-file-type: ".html"
15302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15304   filter: "'NIC_Intel-X710' and
15305            '64B' and
15306            'NDRPDR' and
15307            ('ETH' or 'DOT1Q') and
15308            'BASE' and
15309            '1T1C' and
15310            ('L2BDMACLRN' or 'L2XCFWD') and
15311            'VHOST_1024' and
15312            not 'VXLAN' and
15313            not 'IP4FWD' and
15314            not '2VM'"
15315   parameters:
15316   - "throughput"
15317   - "parent"
15318   - "tags"
15319   sort:
15320   - "L2BDMACLRN"
15321   - "L2BDMACLRN"
15322   - "L2BDMACLRN"
15323   - "L2XCFWD"
15324   - "L2XCFWD"
15325   - "L2XCFWD"
15326   traces:
15327     hoverinfo: "x+y"
15328     boxpoints: "outliers"
15329     whiskerwidth: 0
15330   layout:
15331     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15332     layout: "plot-throughput"
15333
15334 - type: "plot"
15335   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15336   algorithm: "plot_performance_box"
15337   output-file-type: ".html"
15338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15340   filter: "'NIC_Intel-X710' and
15341            '64B' and
15342            'NDRPDR' and
15343            ('ETH' or 'DOT1Q') and
15344            'BASE' and
15345            '2T2C' and
15346            ('L2BDMACLRN' or 'L2XCFWD') and
15347            'VHOST_1024' and
15348            not 'VXLAN' and
15349            not 'IP4FWD' and
15350            not '2VM'"
15351   parameters:
15352   - "throughput"
15353   - "parent"
15354   - "tags"
15355   sort:
15356   - "L2BDMACLRN"
15357   - "L2BDMACLRN"
15358   - "L2BDMACLRN"
15359   - "L2XCFWD"
15360   - "L2XCFWD"
15361   - "L2XCFWD"
15362   traces:
15363     hoverinfo: "x+y"
15364     boxpoints: "outliers"
15365     whiskerwidth: 0
15366   layout:
15367     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15368     layout: "plot-throughput"
15369
15370 - type: "plot"
15371   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15372   algorithm: "plot_performance_box"
15373   output-file-type: ".html"
15374   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15376   filter: "'NIC_Intel-X710' and
15377            '64B' and
15378            'NDRPDR' and
15379            ('ETH' or 'DOT1Q') and
15380            'BASE' and
15381            '2T2C' and
15382            ('L2BDMACLRN' or 'L2XCFWD') and
15383            'VHOST_1024' and
15384            not 'VXLAN' and
15385            not 'IP4FWD' and
15386            not '2VM'"
15387   parameters:
15388   - "throughput"
15389   - "parent"
15390   - "tags"
15391   sort:
15392   - "L2BDMACLRN"
15393   - "L2BDMACLRN"
15394   - "L2BDMACLRN"
15395   - "L2XCFWD"
15396   - "L2XCFWD"
15397   - "L2XCFWD"
15398   traces:
15399     hoverinfo: "x+y"
15400     boxpoints: "outliers"
15401     whiskerwidth: 0
15402   layout:
15403     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15404     layout: "plot-throughput"
15405
15406 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15407 - type: "plot"
15408   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15409   algorithm: "plot_performance_box"
15410   output-file-type: ".html"
15411   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15413   filter: "'NIC_Intel-X710' and
15414            '64B' and
15415            'NDRPDR' and
15416            ('ETH' or 'DOT1Q') and
15417            '1T1C' and
15418            ('L2BDMACLRN' or 'L2XCFWD') and
15419            'VHOST_1024' and
15420            not 'CFS_OPT' and
15421            not 'VXLAN' and
15422            not 'IP4FWD' and
15423            not 'LBOND'"
15424   parameters:
15425   - "throughput"
15426   - "parent"
15427   - "tags"
15428   sort:
15429   - "L2BDMACLRN"
15430   - "L2BDMACLRN"
15431   - "L2BDMACLRN"
15432   - "L2XCFWD"
15433   - "L2XCFWD"
15434   - "L2XCFWD"
15435   traces:
15436     hoverinfo: "x+y"
15437     boxpoints: "outliers"
15438     whiskerwidth: 0
15439   layout:
15440     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15441     layout: "plot-throughput"
15442
15443 - type: "plot"
15444   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15445   algorithm: "plot_performance_box"
15446   output-file-type: ".html"
15447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15449   filter: "'NIC_Intel-X710' and
15450            '64B' and
15451            'NDRPDR' and
15452            ('ETH' or 'DOT1Q') and
15453            '1T1C' and
15454            ('L2BDMACLRN' or 'L2XCFWD') and
15455            'VHOST_1024' and
15456            not 'CFS_OPT' and
15457            not 'VXLAN' and
15458            not 'IP4FWD' and
15459            not 'LBOND'"
15460   parameters:
15461   - "throughput"
15462   - "parent"
15463   - "tags"
15464   sort:
15465   - "L2BDMACLRN"
15466   - "L2BDMACLRN"
15467   - "L2BDMACLRN"
15468   - "L2XCFWD"
15469   - "L2XCFWD"
15470   - "L2XCFWD"
15471   traces:
15472     hoverinfo: "x+y"
15473     boxpoints: "outliers"
15474     whiskerwidth: 0
15475   layout:
15476     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15477     layout: "plot-throughput"
15478
15479 - type: "plot"
15480   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15481   algorithm: "plot_performance_box"
15482   output-file-type: ".html"
15483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15485   filter: "'NIC_Intel-X710' and
15486            '64B' and
15487            'NDRPDR' and
15488            ('ETH' or 'DOT1Q') and
15489            '2T2C' and
15490            ('L2BDMACLRN' or 'L2XCFWD') and
15491            'VHOST_1024' and
15492            not 'CFS_OPT' and
15493            not 'VXLAN' and
15494            not 'IP4FWD' and
15495            not 'LBOND'"
15496   parameters:
15497   - "throughput"
15498   - "parent"
15499   - "tags"
15500   sort:
15501   - "L2BDMACLRN"
15502   - "L2BDMACLRN"
15503   - "L2BDMACLRN"
15504   - "L2XCFWD"
15505   - "L2XCFWD"
15506   - "L2XCFWD"
15507   traces:
15508     hoverinfo: "x+y"
15509     boxpoints: "outliers"
15510     whiskerwidth: 0
15511   layout:
15512     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15513     layout: "plot-throughput"
15514
15515 - type: "plot"
15516   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15517   algorithm: "plot_performance_box"
15518   output-file-type: ".html"
15519   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15521   filter: "'NIC_Intel-X710' and
15522            '64B' and
15523            'NDRPDR' and
15524            ('ETH' or 'DOT1Q') and
15525            '2T2C' and
15526            ('L2BDMACLRN' or 'L2XCFWD') and
15527            'VHOST_1024' and
15528            not 'CFS_OPT' and
15529            not 'VXLAN' and
15530            not 'IP4FWD' and
15531            not 'LBOND'"
15532   parameters:
15533   - "throughput"
15534   - "parent"
15535   - "tags"
15536   sort:
15537   - "L2BDMACLRN"
15538   - "L2BDMACLRN"
15539   - "L2BDMACLRN"
15540   - "L2XCFWD"
15541   - "L2XCFWD"
15542   - "L2XCFWD"
15543   traces:
15544     hoverinfo: "x+y"
15545     boxpoints: "outliers"
15546     whiskerwidth: 0
15547   layout:
15548     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15549     layout: "plot-throughput"
15550
15551 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15552 - type: "plot"
15553   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15554   algorithm: "plot_performance_box"
15555   output-file-type: ".html"
15556   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15558   filter: "'NIC_Intel-X710' and
15559            '64B' and
15560            'NDRPDR' and
15561            'ETH' and
15562            'IP4FWD' and
15563            '2T1C' and
15564            'VHOST_1024' and
15565            not 'VXLAN' and
15566            not 'DOT1Q'"
15567   parameters:
15568   - "throughput"
15569   - "parent"
15570   - "tags"
15571   sort:
15572   - "1VM"
15573   - "2VM"
15574   traces:
15575     hoverinfo: "x+y"
15576     boxpoints: "outliers"
15577     whiskerwidth: 0
15578   layout:
15579     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15580     layout: "plot-throughput"
15581
15582 - type: "plot"
15583   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15584   algorithm: "plot_performance_box"
15585   output-file-type: ".html"
15586   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15588   filter: "'NIC_Intel-X710' and
15589            '64B' and
15590            'NDRPDR' and
15591            'ETH' and
15592            'IP4FWD' and
15593            '4T2C' and
15594            'VHOST_1024' and
15595            not 'VXLAN' and
15596            not 'DOT1Q'"
15597   parameters:
15598   - "throughput"
15599   - "parent"
15600   - "tags"
15601   sort:
15602   - "1VM"
15603   - "2VM"
15604   traces:
15605     hoverinfo: "x+y"
15606     boxpoints: "outliers"
15607     whiskerwidth: 0
15608   layout:
15609     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15610     layout: "plot-throughput"
15611
15612 - type: "plot"
15613   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15614   algorithm: "plot_performance_box"
15615   output-file-type: ".html"
15616   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15618   filter: "'NIC_Intel-X710' and
15619            '64B' and
15620            'NDRPDR' and
15621            'ETH' and
15622            'IP4FWD' and
15623            '2T1C' and
15624            'VHOST_1024' and
15625            not 'VXLAN' and
15626            not 'DOT1Q'"
15627   parameters:
15628   - "throughput"
15629   - "parent"
15630   - "tags"
15631   sort:
15632   - "1VM"
15633   - "2VM"
15634   traces:
15635     hoverinfo: "x+y"
15636     boxpoints: "outliers"
15637     whiskerwidth: 0
15638   layout:
15639     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15640     layout: "plot-throughput"
15641
15642 - type: "plot"
15643   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15644   algorithm: "plot_performance_box"
15645   output-file-type: ".html"
15646   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15648   filter: "'NIC_Intel-X710' and
15649            '64B' and
15650            'NDRPDR' and
15651            'ETH' and
15652            'IP4FWD' and
15653            '4T2C' and
15654            'VHOST_1024' and
15655            not 'VXLAN' and
15656            not 'DOT1Q'"
15657   parameters:
15658   - "throughput"
15659   - "parent"
15660   - "tags"
15661   sort:
15662   - "1VM"
15663   - "2VM"
15664   traces:
15665     hoverinfo: "x+y"
15666     boxpoints: "outliers"
15667     whiskerwidth: 0
15668   layout:
15669     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15670     layout: "plot-throughput"
15671
15672 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15673 - type: "plot"
15674   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15675   algorithm: "plot_performance_box"
15676   output-file-type: ".html"
15677   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15679   filter: "'NIC_Intel-X710' and
15680            '64B' and
15681            'NDRPDR' and
15682            ('ETH' or 'DOT1Q') and
15683            'BASE' and
15684            '2T1C' and
15685            ('L2BDMACLRN' or 'L2XCFWD') and
15686            'VHOST_1024' and
15687            not 'VXLAN' and
15688            not 'IP4FWD' and
15689            not '2VM'"
15690   parameters:
15691   - "throughput"
15692   - "parent"
15693   - "tags"
15694   sort:
15695   - "L2BDMACLRN"
15696   - "L2BDMACLRN"
15697   - "L2BDMACLRN"
15698   - "L2XCFWD"
15699   - "L2XCFWD"
15700   - "L2XCFWD"
15701   traces:
15702     hoverinfo: "x+y"
15703     boxpoints: "outliers"
15704     whiskerwidth: 0
15705   layout:
15706     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15707     layout: "plot-throughput"
15708
15709 - type: "plot"
15710   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15711   algorithm: "plot_performance_box"
15712   output-file-type: ".html"
15713   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   filter: "'NIC_Intel-X710' and
15716            '64B' and
15717            'NDRPDR' and
15718            ('ETH' or 'DOT1Q') and
15719            'BASE' and
15720            '2T1C' and
15721            ('L2BDMACLRN' or 'L2XCFWD') and
15722            'VHOST_1024' and
15723            not 'VXLAN' and
15724            not 'IP4FWD' and
15725            not '2VM'"
15726   parameters:
15727   - "throughput"
15728   - "parent"
15729   - "tags"
15730   sort:
15731   - "L2BDMACLRN"
15732   - "L2BDMACLRN"
15733   - "L2BDMACLRN"
15734   - "L2XCFWD"
15735   - "L2XCFWD"
15736   - "L2XCFWD"
15737   traces:
15738     hoverinfo: "x+y"
15739     boxpoints: "outliers"
15740     whiskerwidth: 0
15741   layout:
15742     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15743     layout: "plot-throughput"
15744
15745 - type: "plot"
15746   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15747   algorithm: "plot_performance_box"
15748   output-file-type: ".html"
15749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   filter: "'NIC_Intel-X710' and
15752            '64B' and
15753            'NDRPDR' and
15754            ('ETH' or 'DOT1Q') and
15755            'BASE' and
15756            '4T2C' and
15757            ('L2BDMACLRN' or 'L2XCFWD') and
15758            'VHOST_1024' and
15759            not 'VXLAN' and
15760            not 'IP4FWD' and
15761            not '2VM'"
15762   parameters:
15763   - "throughput"
15764   - "parent"
15765   - "tags"
15766   sort:
15767   - "L2BDMACLRN"
15768   - "L2BDMACLRN"
15769   - "L2BDMACLRN"
15770   - "L2XCFWD"
15771   - "L2XCFWD"
15772   - "L2XCFWD"
15773   traces:
15774     hoverinfo: "x+y"
15775     boxpoints: "outliers"
15776     whiskerwidth: 0
15777   layout:
15778     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15779     layout: "plot-throughput"
15780
15781 - type: "plot"
15782   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15783   algorithm: "plot_performance_box"
15784   output-file-type: ".html"
15785   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   filter: "'NIC_Intel-X710' and
15788            '64B' and
15789            'NDRPDR' and
15790            ('ETH' or 'DOT1Q') and
15791            'BASE' and
15792            '4T2C' and
15793            ('L2BDMACLRN' or 'L2XCFWD') and
15794            'VHOST_1024' and
15795            not 'VXLAN' and
15796            not 'IP4FWD' and
15797            not '2VM'"
15798   parameters:
15799   - "throughput"
15800   - "parent"
15801   - "tags"
15802   sort:
15803   - "L2BDMACLRN"
15804   - "L2BDMACLRN"
15805   - "L2BDMACLRN"
15806   - "L2XCFWD"
15807   - "L2XCFWD"
15808   - "L2XCFWD"
15809   traces:
15810     hoverinfo: "x+y"
15811     boxpoints: "outliers"
15812     whiskerwidth: 0
15813   layout:
15814     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15815     layout: "plot-throughput"
15816
15817 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15818 - type: "plot"
15819   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15820   algorithm: "plot_performance_box"
15821   output-file-type: ".html"
15822   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15824   filter: "'NIC_Intel-X710' and
15825            '64B' and
15826            'NDRPDR' and
15827            ('ETH' or 'DOT1Q') and
15828            '2T1C' and
15829            ('L2BDMACLRN' or 'L2XCFWD') and
15830            'VHOST_1024' and
15831            not 'CFS_OPT' and
15832            not 'VXLAN' and
15833            not 'IP4FWD' and
15834            not 'LBOND'"
15835   parameters:
15836   - "throughput"
15837   - "parent"
15838   - "tags"
15839   sort:
15840   - "L2BDMACLRN"
15841   - "L2BDMACLRN"
15842   - "L2BDMACLRN"
15843   - "L2XCFWD"
15844   - "L2XCFWD"
15845   - "L2XCFWD"
15846   traces:
15847     hoverinfo: "x+y"
15848     boxpoints: "outliers"
15849     whiskerwidth: 0
15850   layout:
15851     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15852     layout: "plot-throughput"
15853
15854 - type: "plot"
15855   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15856   algorithm: "plot_performance_box"
15857   output-file-type: ".html"
15858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15860   filter: "'NIC_Intel-X710' and
15861            '64B' and
15862            'NDRPDR' and
15863            ('ETH' or 'DOT1Q') and
15864            '2T1C' and
15865            ('L2BDMACLRN' or 'L2XCFWD') and
15866            'VHOST_1024' and
15867            not 'CFS_OPT' and
15868            not 'VXLAN' and
15869            not 'IP4FWD' and
15870            not 'LBOND'"
15871   parameters:
15872   - "throughput"
15873   - "parent"
15874   - "tags"
15875   sort:
15876   - "L2BDMACLRN"
15877   - "L2BDMACLRN"
15878   - "L2BDMACLRN"
15879   - "L2XCFWD"
15880   - "L2XCFWD"
15881   - "L2XCFWD"
15882   traces:
15883     hoverinfo: "x+y"
15884     boxpoints: "outliers"
15885     whiskerwidth: 0
15886   layout:
15887     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15888     layout: "plot-throughput"
15889
15890 - type: "plot"
15891   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15892   algorithm: "plot_performance_box"
15893   output-file-type: ".html"
15894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15896   filter: "'NIC_Intel-X710' and
15897            '64B' and
15898            'NDRPDR' and
15899            ('ETH' or 'DOT1Q') and
15900            '4T2C' and
15901            ('L2BDMACLRN' or 'L2XCFWD') and
15902            'VHOST_1024' and
15903            not 'CFS_OPT' and
15904            not 'VXLAN' and
15905            not 'IP4FWD' and
15906            not 'LBOND'"
15907   parameters:
15908   - "throughput"
15909   - "parent"
15910   - "tags"
15911   sort:
15912   - "L2BDMACLRN"
15913   - "L2BDMACLRN"
15914   - "L2BDMACLRN"
15915   - "L2XCFWD"
15916   - "L2XCFWD"
15917   - "L2XCFWD"
15918   traces:
15919     hoverinfo: "x+y"
15920     boxpoints: "outliers"
15921     whiskerwidth: 0
15922   layout:
15923     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15924     layout: "plot-throughput"
15925
15926 - type: "plot"
15927   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15928   algorithm: "plot_performance_box"
15929   output-file-type: ".html"
15930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15932   filter: "'NIC_Intel-X710' and
15933            '64B' and
15934            'NDRPDR' and
15935            ('ETH' or 'DOT1Q') and
15936            '4T2C' and
15937            ('L2BDMACLRN' or 'L2XCFWD') and
15938            'VHOST_1024' and
15939            not 'CFS_OPT' and
15940            not 'VXLAN' and
15941            not 'IP4FWD' and
15942            not 'LBOND'"
15943   parameters:
15944   - "throughput"
15945   - "parent"
15946   - "tags"
15947   sort:
15948   - "L2BDMACLRN"
15949   - "L2BDMACLRN"
15950   - "L2BDMACLRN"
15951   - "L2XCFWD"
15952   - "L2XCFWD"
15953   - "L2XCFWD"
15954   traces:
15955     hoverinfo: "x+y"
15956     boxpoints: "outliers"
15957     whiskerwidth: 0
15958   layout:
15959     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15960     layout: "plot-throughput"
15961
15962 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15963 - type: "plot"
15964   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15965   algorithm: "plot_performance_box"
15966   output-file-type: ".html"
15967   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15969   filter: "'NIC_Intel-X710' and
15970            '64B' and
15971            'NDRPDR' and
15972            'ETH' and
15973            'IP4FWD' and
15974            '2T1C' and
15975            'VHOST_1024' and
15976            not 'VXLAN' and
15977            not 'NF_DENSITY' and
15978            not 'CFS_OPT' and
15979            not 'DOT1Q'"
15980   parameters:
15981   - "throughput"
15982   - "parent"
15983   - "tags"
15984   sort:
15985   - "1VM"
15986   - "2VM"
15987   traces:
15988     hoverinfo: "x+y"
15989     boxpoints: "outliers"
15990     whiskerwidth: 0
15991   layout:
15992     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15993     layout: "plot-throughput"
15994
15995 - type: "plot"
15996   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15997   algorithm: "plot_performance_box"
15998   output-file-type: ".html"
15999   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16001   filter: "'NIC_Intel-X710' and
16002            '64B' and
16003            'NDRPDR' and
16004            'ETH' and
16005            'IP4FWD' and
16006            '4T2C' and
16007            'VHOST_1024' and
16008            not 'VXLAN' and
16009            not 'NF_DENSITY' and
16010            not 'CFS_OPT' and
16011            not 'DOT1Q'"
16012   parameters:
16013   - "throughput"
16014   - "parent"
16015   - "tags"
16016   sort:
16017   - "1VM"
16018   - "2VM"
16019   traces:
16020     hoverinfo: "x+y"
16021     boxpoints: "outliers"
16022     whiskerwidth: 0
16023   layout:
16024     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16025     layout: "plot-throughput"
16026
16027 - type: "plot"
16028   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16029   algorithm: "plot_performance_box"
16030   output-file-type: ".html"
16031   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16033   filter: "'NIC_Intel-X710' and
16034            '64B' and
16035            'NDRPDR' and
16036            'ETH' and
16037            'IP4FWD' and
16038            '2T1C' and
16039            'VHOST_1024' and
16040            not 'VXLAN' and
16041            not 'NF_DENSITY' and
16042            not 'CFS_OPT' and
16043            not 'DOT1Q'"
16044   parameters:
16045   - "throughput"
16046   - "parent"
16047   - "tags"
16048   sort:
16049   - "1VM"
16050   - "2VM"
16051   traces:
16052     hoverinfo: "x+y"
16053     boxpoints: "outliers"
16054     whiskerwidth: 0
16055   layout:
16056     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16057     layout: "plot-throughput"
16058
16059 - type: "plot"
16060   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16061   algorithm: "plot_performance_box"
16062   output-file-type: ".html"
16063   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16065   filter: "'NIC_Intel-X710' and
16066            '64B' and
16067            'NDRPDR' and
16068            'ETH' and
16069            'IP4FWD' and
16070            '4T2C' and
16071            'VHOST_1024' and
16072            not 'VXLAN' and
16073            not 'NF_DENSITY' and
16074            not 'CFS_OPT' and
16075            not 'DOT1Q'"
16076   parameters:
16077   - "throughput"
16078   - "parent"
16079   - "tags"
16080   sort:
16081   - "1VM"
16082   - "2VM"
16083   traces:
16084     hoverinfo: "x+y"
16085     boxpoints: "outliers"
16086     whiskerwidth: 0
16087   layout:
16088     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16089     layout: "plot-throughput"
16090
16091 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16092 - type: "plot"
16093   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16094   algorithm: "plot_performance_box"
16095   output-file-type: ".html"
16096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16098   filter: "'NIC_Intel-X710' and
16099            '64B' and
16100            'NDRPDR' and
16101            ('ETH' or 'DOT1Q') and
16102            'BASE' and
16103            '2T1C' and
16104            ('L2BDMACLRN' or 'L2XCFWD') and
16105            'VHOST_1024' and
16106            not 'VXLAN' and
16107            not 'NF_DENSITY' and
16108            not 'IP4FWD' and
16109            not '2VM'"
16110   parameters:
16111   - "throughput"
16112   - "parent"
16113   - "tags"
16114 #  sort:
16115 #  - "not CFS_OPT"
16116 #  - "L2XCFWD"
16117 #  - "not CFS_OPT"
16118 #  - "CFS_OPT"
16119   traces:
16120     hoverinfo: "x+y"
16121     boxpoints: "outliers"
16122     whiskerwidth: 0
16123   layout:
16124     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16125     layout: "plot-throughput"
16126
16127 - type: "plot"
16128   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16129   algorithm: "plot_performance_box"
16130   output-file-type: ".html"
16131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16133   filter: "'NIC_Intel-X710' and
16134            '64B' and
16135            'NDRPDR' and
16136            ('ETH' or 'DOT1Q') and
16137            'BASE' and
16138            '2T1C' and
16139            ('L2BDMACLRN' or 'L2XCFWD') and
16140            'VHOST_1024' and
16141            not 'VXLAN' and
16142            not 'NF_DENSITY' and
16143            not 'IP4FWD' and
16144            not '2VM'"
16145   parameters:
16146   - "throughput"
16147   - "parent"
16148   - "tags"
16149 #  sort:
16150 #  - "not CFS_OPT"
16151 #  - "L2XCFWD"
16152 #  - "not CFS_OPT"
16153 #  - "CFS_OPT"
16154   traces:
16155     hoverinfo: "x+y"
16156     boxpoints: "outliers"
16157     whiskerwidth: 0
16158   layout:
16159     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16160     layout: "plot-throughput"
16161
16162 - type: "plot"
16163   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16164   algorithm: "plot_performance_box"
16165   output-file-type: ".html"
16166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16168   filter: "'NIC_Intel-X710' and
16169            '64B' and
16170            'NDRPDR' and
16171            ('ETH' or 'DOT1Q') and
16172            'BASE' and
16173            '4T2C' and
16174            ('L2BDMACLRN' or 'L2XCFWD') and
16175            'VHOST_1024' and
16176            not 'VXLAN' and
16177            not 'NF_DENSITY' and
16178            not 'IP4FWD' and
16179            not '2VM'"
16180   parameters:
16181   - "throughput"
16182   - "parent"
16183   - "tags"
16184 #  sort:
16185 #  - "not CFS_OPT"
16186 #  - "L2XCFWD"
16187 #  - "not CFS_OPT"
16188 #  - "CFS_OPT"
16189   traces:
16190     hoverinfo: "x+y"
16191     boxpoints: "outliers"
16192     whiskerwidth: 0
16193   layout:
16194     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16195     layout: "plot-throughput"
16196
16197 - type: "plot"
16198   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16199   algorithm: "plot_performance_box"
16200   output-file-type: ".html"
16201   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16203   filter: "'NIC_Intel-X710' and
16204            '64B' and
16205            'NDRPDR' and
16206            ('ETH' or 'DOT1Q') and
16207            'BASE' and
16208            '4T2C' and
16209            ('L2BDMACLRN' or 'L2XCFWD') and
16210            'VHOST_1024' and
16211            not 'VXLAN' and
16212            not 'NF_DENSITY' and
16213            not 'IP4FWD' and
16214            not '2VM'"
16215   parameters:
16216   - "throughput"
16217   - "parent"
16218   - "tags"
16219 #  sort:
16220 #  - "not CFS_OPT"
16221 #  - "L2XCFWD"
16222 #  - "not CFS_OPT"
16223 #  - "CFS_OPT"
16224   traces:
16225     hoverinfo: "x+y"
16226     boxpoints: "outliers"
16227     whiskerwidth: 0
16228   layout:
16229     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16230     layout: "plot-throughput"
16231
16232 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16233 - type: "plot"
16234   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16235   algorithm: "plot_performance_box"
16236   output-file-type: ".html"
16237   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16239   filter: "'NIC_Intel-X710' and
16240            '64B' and
16241            'NDRPDR' and
16242            ('ETH' or 'DOT1Q') and
16243            '2T1C' and
16244            ('L2BDMACLRN' or 'L2XCFWD') and
16245            'VHOST_1024' and
16246            not 'CFS_OPT' and
16247            not 'VXLAN' and
16248            not 'NF_DENSITY' and
16249            not 'DOT1Q' and
16250            not 'IP4FWD'"
16251   parameters:
16252   - "throughput"
16253   - "parent"
16254   - "tags"
16255 #  sort:
16256 #  - "1VM"
16257 #  - "L2XCFWD"
16258 #  - "1VM"
16259 #  - "L2BDMACLRN"
16260   traces:
16261     hoverinfo: "x+y"
16262     boxpoints: "outliers"
16263     whiskerwidth: 0
16264   layout:
16265     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16266     layout: "plot-throughput"
16267
16268 - type: "plot"
16269   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16270   algorithm: "plot_performance_box"
16271   output-file-type: ".html"
16272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16274   filter: "'NIC_Intel-X710' and
16275            '64B' and
16276            'NDRPDR' and
16277            ('ETH' or 'DOT1Q') and
16278            '2T1C' and
16279            ('L2BDMACLRN' or 'L2XCFWD') and
16280            'VHOST_1024' and
16281            not 'CFS_OPT' and
16282            not 'VXLAN' and
16283            not 'NF_DENSITY' and
16284            not 'DOT1Q' and
16285            not 'IP4FWD'"
16286   parameters:
16287   - "throughput"
16288   - "parent"
16289   - "tags"
16290 #  sort:
16291 #  - "1VM"
16292 #  - "L2XCFWD"
16293 #  - "1VM"
16294 #  - "L2BDMACLRN"
16295   traces:
16296     hoverinfo: "x+y"
16297     boxpoints: "outliers"
16298     whiskerwidth: 0
16299   layout:
16300     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16301     layout: "plot-throughput"
16302
16303 - type: "plot"
16304   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16305   algorithm: "plot_performance_box"
16306   output-file-type: ".html"
16307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16309   filter: "'NIC_Intel-X710' and
16310            '64B' and
16311            'NDRPDR' and
16312            ('ETH' or 'DOT1Q') and
16313            '4T2C' and
16314            ('L2BDMACLRN' or 'L2XCFWD') and
16315            'VHOST_1024' and
16316            not 'CFS_OPT' and
16317            not 'VXLAN' and
16318            not 'NF_DENSITY' and
16319            not 'DOT1Q' and
16320            not 'IP4FWD'"
16321   parameters:
16322   - "throughput"
16323   - "parent"
16324   - "tags"
16325 #  sort:
16326 #  - "1VM"
16327 #  - "L2XCFWD"
16328 #  - "1VM"
16329 #  - "L2BDMACLRN"
16330   traces:
16331     hoverinfo: "x+y"
16332     boxpoints: "outliers"
16333     whiskerwidth: 0
16334   layout:
16335     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16336     layout: "plot-throughput"
16337
16338 - type: "plot"
16339   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16340   algorithm: "plot_performance_box"
16341   output-file-type: ".html"
16342   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16344   filter: "'NIC_Intel-X710' and
16345            '64B' and
16346            'NDRPDR' and
16347            ('ETH' or 'DOT1Q') and
16348            '4T2C' and
16349            ('L2BDMACLRN' or 'L2XCFWD') and
16350            'VHOST_1024' and
16351            not 'CFS_OPT' and
16352            not 'VXLAN' and
16353            not 'NF_DENSITY' and
16354            not 'DOT1Q' and
16355            not 'IP4FWD'"
16356   parameters:
16357   - "throughput"
16358   - "parent"
16359   - "tags"
16360 #  sort:
16361 #  - "1VM"
16362 #  - "L2XCFWD"
16363 #  - "1VM"
16364 #  - "L2BDMACLRN"
16365   traces:
16366     hoverinfo: "x+y"
16367     boxpoints: "outliers"
16368     whiskerwidth: 0
16369   layout:
16370     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16371     layout: "plot-throughput"
16372
16373 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16374 - type: "plot"
16375   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16376   algorithm: "plot_performance_box"
16377   output-file-type: ".html"
16378   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16380   filter: "'NIC_Intel-XXV710' and
16381            '64B' and
16382            'NDRPDR' and
16383            'ETH' and
16384            'IP4FWD' and
16385            '2T1C' and
16386            'VHOST_1024' and
16387            not 'VXLAN' and
16388            not 'CFS_OPT' and
16389            not 'DOT1Q'"
16390   parameters:
16391   - "throughput"
16392   - "parent"
16393   - "tags"
16394   sort:
16395   - "1VM"
16396   - "2VM"
16397   traces:
16398     hoverinfo: "x+y"
16399     boxpoints: "outliers"
16400     whiskerwidth: 0
16401   layout:
16402     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16403     layout: "plot-throughput"
16404
16405 - type: "plot"
16406   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-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-4t2c-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            '4T2C' 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-4t2c-base_and_scale-ndr"
16434     layout: "plot-throughput"
16435
16436 - type: "plot"
16437   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16438   algorithm: "plot_performance_box"
16439   output-file-type: ".html"
16440   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
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            '2T1C' 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-2t1c-base_and_scale-pdr"
16465     layout: "plot-throughput"
16466
16467 - type: "plot"
16468   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-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-4t2c-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            '4T2C' 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-4t2c-base_and_scale-pdr"
16496     layout: "plot-throughput"
16497
16498 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16499 #- type: "plot"
16500 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16501 #  algorithm: "plot_performance_box"
16502 #  output-file-type: ".html"
16503 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16504 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16505 #  filter: "'NIC_Intel-XXV710' and
16506 #           '64B' and
16507 #           'NDRPDR' and
16508 #           ('ETH' or 'DOT1Q') and
16509 #           'BASE' and
16510 #           '2T1C' and
16511 #           ('L2BDMACLRN' or 'L2XCFWD') and
16512 #           'VHOST_1024' and
16513 #           not 'VXLAN' and
16514 #           not 'IP4FWD' and
16515 #           not '2VM'"
16516 #  parameters:
16517 #  - "throughput"
16518 #  - "parent"
16519 #  - "tags"
16520 ##  sort:
16521 ##  - "not CFS_OPT"
16522 ##  - "L2XCFWD"
16523 ##  - "not CFS_OPT"
16524 ##  - "CFS_OPT"
16525 #  traces:
16526 #    hoverinfo: "x+y"
16527 #    boxpoints: "outliers"
16528 #    whiskerwidth: 0
16529 #  layout:
16530 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16531 #    layout: "plot-throughput"
16532 #
16533 #- type: "plot"
16534 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16535 #  algorithm: "plot_performance_box"
16536 #  output-file-type: ".html"
16537 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16538 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16539 #  filter: "'NIC_Intel-XXV710' and
16540 #           '64B' and
16541 #           'NDRPDR' and
16542 #           ('ETH' or 'DOT1Q') and
16543 #           'BASE' and
16544 #           '2T1C' and
16545 #           ('L2BDMACLRN' or 'L2XCFWD') and
16546 #           'VHOST_1024' and
16547 #           not 'VXLAN' and
16548 #           not 'IP4FWD' and
16549 #           not '2VM'"
16550 #  parameters:
16551 #  - "throughput"
16552 #  - "parent"
16553 #  - "tags"
16554 ##  sort:
16555 ##  - "not CFS_OPT"
16556 ##  - "L2XCFWD"
16557 ##  - "not CFS_OPT"
16558 ##  - "CFS_OPT"
16559 #  traces:
16560 #    hoverinfo: "x+y"
16561 #    boxpoints: "outliers"
16562 #    whiskerwidth: 0
16563 #  layout:
16564 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16565 #    layout: "plot-throughput"
16566 #
16567 #- type: "plot"
16568 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16569 #  algorithm: "plot_performance_box"
16570 #  output-file-type: ".html"
16571 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16572 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16573 #  filter: "'NIC_Intel-XXV710' and
16574 #           '64B' and
16575 #           'NDRPDR' and
16576 #           ('ETH' or 'DOT1Q') and
16577 #           'BASE' and
16578 #           '4T2C' and
16579 #           ('L2BDMACLRN' or 'L2XCFWD') and
16580 #           'VHOST_1024' and
16581 #           not 'VXLAN' and
16582 #           not 'IP4FWD' and
16583 #           not '2VM'"
16584 #  parameters:
16585 #  - "throughput"
16586 #  - "parent"
16587 #  - "tags"
16588 ##  sort:
16589 ##  - "not CFS_OPT"
16590 ##  - "L2XCFWD"
16591 ##  - "not CFS_OPT"
16592 ##  - "CFS_OPT"
16593 #  traces:
16594 #    hoverinfo: "x+y"
16595 #    boxpoints: "outliers"
16596 #    whiskerwidth: 0
16597 #  layout:
16598 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16599 #    layout: "plot-throughput"
16600 #
16601 #- type: "plot"
16602 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16603 #  algorithm: "plot_performance_box"
16604 #  output-file-type: ".html"
16605 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16606 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16607 #  filter: "'NIC_Intel-XXV710' and
16608 #           '64B' and
16609 #           'NDRPDR' and
16610 #           ('ETH' or 'DOT1Q') and
16611 #           'BASE' and
16612 #           '4T2C' and
16613 #           ('L2BDMACLRN' or 'L2XCFWD') and
16614 #           'VHOST_1024' and
16615 #           not 'VXLAN' and
16616 #           not 'IP4FWD' and
16617 #           not '2VM'"
16618 #  parameters:
16619 #  - "throughput"
16620 #  - "parent"
16621 #  - "tags"
16622 ##  sort:
16623 ##  - "not CFS_OPT"
16624 ##  - "L2XCFWD"
16625 ##  - "not CFS_OPT"
16626 ##  - "CFS_OPT"
16627 #  traces:
16628 #    hoverinfo: "x+y"
16629 #    boxpoints: "outliers"
16630 #    whiskerwidth: 0
16631 #  layout:
16632 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16633 #    layout: "plot-throughput"
16634 #
16635 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16636 #- type: "plot"
16637 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16638 #  algorithm: "plot_performance_box"
16639 #  output-file-type: ".html"
16640 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16641 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16642 #  filter: "'NIC_Intel-XXV710' and
16643 #           '64B' and
16644 #           'NDRPDR' and
16645 #           ('ETH' or 'DOT1Q') and
16646 #           '2T1C' and
16647 #           ('L2BDMACLRN' or 'L2XCFWD') and
16648 #           'VHOST_1024' and
16649 #           not 'CFS_OPT' and
16650 #           not 'VXLAN' and
16651 #           not 'DOT1Q' and
16652 #           not 'IP4FWD'"
16653 #  parameters:
16654 #  - "throughput"
16655 #  - "parent"
16656 #  - "tags"
16657 ##  sort:
16658 ##  - "1VM"
16659 ##  - "L2XCFWD"
16660 ##  - "1VM"
16661 ##  - "L2BDMACLRN"
16662 #  traces:
16663 #    hoverinfo: "x+y"
16664 #    boxpoints: "outliers"
16665 #    whiskerwidth: 0
16666 #  layout:
16667 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16668 #    layout: "plot-throughput"
16669 #
16670 #- type: "plot"
16671 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16672 #  algorithm: "plot_performance_box"
16673 #  output-file-type: ".html"
16674 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16675 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16676 #  filter: "'NIC_Intel-XXV710' and
16677 #           '64B' and
16678 #           'NDRPDR' and
16679 #           ('ETH' or 'DOT1Q') and
16680 #           '2T1C' and
16681 #           ('L2BDMACLRN' or 'L2XCFWD') and
16682 #           'VHOST_1024' and
16683 #           not 'CFS_OPT' and
16684 #           not 'VXLAN' and
16685 #           not 'DOT1Q' and
16686 #           not 'IP4FWD'"
16687 #  parameters:
16688 #  - "throughput"
16689 #  - "parent"
16690 #  - "tags"
16691 ##  sort:
16692 ##  - "1VM"
16693 ##  - "L2XCFWD"
16694 ##  - "1VM"
16695 ##  - "L2BDMACLRN"
16696 #  traces:
16697 #    hoverinfo: "x+y"
16698 #    boxpoints: "outliers"
16699 #    whiskerwidth: 0
16700 #  layout:
16701 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16702 #    layout: "plot-throughput"
16703 #
16704 #- type: "plot"
16705 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16706 #  algorithm: "plot_performance_box"
16707 #  output-file-type: ".html"
16708 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16709 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16710 #  filter: "'NIC_Intel-XXV710' and
16711 #           '64B' and
16712 #           'NDRPDR' and
16713 #           ('ETH' or 'DOT1Q') and
16714 #           '4T2C' and
16715 #           ('L2BDMACLRN' or 'L2XCFWD') and
16716 #           'VHOST_1024' and
16717 #           not 'CFS_OPT' and
16718 #           not 'VXLAN' and
16719 #           not 'DOT1Q' and
16720 #           not 'IP4FWD'"
16721 #  parameters:
16722 #  - "throughput"
16723 #  - "parent"
16724 #  - "tags"
16725 ##  sort:
16726 ##  - "1VM"
16727 ##  - "L2XCFWD"
16728 ##  - "1VM"
16729 ##  - "L2BDMACLRN"
16730 #  traces:
16731 #    hoverinfo: "x+y"
16732 #    boxpoints: "outliers"
16733 #    whiskerwidth: 0
16734 #  layout:
16735 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16736 #    layout: "plot-throughput"
16737 #
16738 #- type: "plot"
16739 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16740 #  algorithm: "plot_performance_box"
16741 #  output-file-type: ".html"
16742 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16743 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16744 #  filter: "'NIC_Intel-XXV710' and
16745 #           '64B' and
16746 #           'NDRPDR' and
16747 #           ('ETH' or 'DOT1Q') and
16748 #           '4T2C' and
16749 #           ('L2BDMACLRN' or 'L2XCFWD') and
16750 #           'VHOST_1024' and
16751 #           not 'CFS_OPT' and
16752 #           not 'VXLAN' and
16753 #           not 'DOT1Q' and
16754 #           not 'IP4FWD'"
16755 #  parameters:
16756 #  - "throughput"
16757 #  - "parent"
16758 #  - "tags"
16759 ##  sort:
16760 ##  - "1VM"
16761 ##  - "L2XCFWD"
16762 ##  - "1VM"
16763 ##  - "L2BDMACLRN"
16764 #  traces:
16765 #    hoverinfo: "x+y"
16766 #    boxpoints: "outliers"
16767 #    whiskerwidth: 0
16768 #  layout:
16769 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16770 #    layout: "plot-throughput"
16771
16772 ################################################################################
16773
16774 # Packet Throughput - VPP VTS 3n-hsw-x520
16775 - type: "plot"
16776   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16777   algorithm: "plot_performance_box"
16778   output-file-type: ".html"
16779   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16781   filter: "'NIC_Intel-X520-DA2' and
16782            '114B' and
16783            'NDRPDR' and
16784            '1T1C' and
16785            'VTS'"
16786   parameters:
16787   - "throughput"
16788   - "parent"
16789   - "tags"
16790   traces:
16791     hoverinfo: "x+y"
16792     boxpoints: "outliers"
16793     whiskerwidth: 0
16794   layout:
16795     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16800   algorithm: "plot_performance_box"
16801   output-file-type: ".html"
16802   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16804   filter: "'NIC_Intel-X520-DA2' and
16805            '114B' and
16806            'NDRPDR' and
16807            '2T2C' and
16808            'VTS'"
16809   parameters:
16810   - "throughput"
16811   - "parent"
16812   - "tags"
16813   traces:
16814     hoverinfo: "x+y"
16815     boxpoints: "outliers"
16816     whiskerwidth: 0
16817   layout:
16818     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16819     layout: "plot-throughput"
16820
16821 - type: "plot"
16822   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16823   algorithm: "plot_performance_box"
16824   output-file-type: ".html"
16825   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16827   filter: "'NIC_Intel-X520-DA2' and
16828            '114B' and
16829            'NDRPDR' and
16830            '1T1C' and
16831            'VTS'"
16832   parameters:
16833   - "throughput"
16834   - "parent"
16835   - "tags"
16836   traces:
16837     hoverinfo: "x+y"
16838     boxpoints: "outliers"
16839     whiskerwidth: 0
16840   layout:
16841     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16846   algorithm: "plot_performance_box"
16847   output-file-type: ".html"
16848   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16850   filter: "'NIC_Intel-X520-DA2' and
16851            '114B' and
16852            'NDRPDR' and
16853            '2T2C' and
16854            'VTS'"
16855   parameters:
16856   - "throughput"
16857   - "parent"
16858   - "tags"
16859   traces:
16860     hoverinfo: "x+y"
16861     boxpoints: "outliers"
16862     whiskerwidth: 0
16863   layout:
16864     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16865     layout: "plot-throughput"
16866
16867 ################################################################################
16868
16869 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16870 - type: "plot"
16871   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16872   algorithm: "plot_performance_box"
16873   output-file-type: ".html"
16874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16875   data: "plot-dpdk-throughput-latency-3n-hsw"
16876   filter: "'NIC_Intel-X520-DA2' and
16877            '64B' and
16878            'BASE' and
16879            'NDRPDR' and
16880            '1T1C' and
16881            'IP4FWD'"
16882   parameters:
16883   - "throughput"
16884   - "parent"
16885   - "tags"
16886   traces:
16887     hoverinfo: "x+y"
16888     boxpoints: "outliers"
16889     whiskerwidth: 0
16890   layout:
16891     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16896   algorithm: "plot_performance_box"
16897   output-file-type: ".html"
16898   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16899   data: "plot-dpdk-throughput-latency-3n-hsw"
16900   filter: "'NIC_Intel-X520-DA2' and
16901            '64B' and
16902            'BASE' and
16903            'NDRPDR' and
16904            '2T2C' and
16905            'IP4FWD'"
16906   parameters:
16907   - "throughput"
16908   - "parent"
16909   - "tags"
16910   traces:
16911     hoverinfo: "x+y"
16912     boxpoints: "outliers"
16913     whiskerwidth: 0
16914   layout:
16915     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16916     layout: "plot-throughput"
16917
16918 - type: "plot"
16919   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16920   algorithm: "plot_performance_box"
16921   output-file-type: ".html"
16922   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16923   data: "plot-dpdk-throughput-latency-3n-hsw"
16924   filter: "'NIC_Intel-X520-DA2' and
16925            '64B' and
16926            'BASE' and
16927            'NDRPDR' and
16928            '1T1C' and
16929            'IP4FWD'"
16930   parameters:
16931   - "throughput"
16932   - "parent"
16933   - "tags"
16934   traces:
16935     hoverinfo: "x+y"
16936     boxpoints: "outliers"
16937     whiskerwidth: 0
16938   layout:
16939     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16940     layout: "plot-throughput"
16941
16942 - type: "plot"
16943   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16944   algorithm: "plot_performance_box"
16945   output-file-type: ".html"
16946   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16947   data: "plot-dpdk-throughput-latency-3n-hsw"
16948   filter: "'NIC_Intel-X520-DA2' and
16949            '64B' and
16950            'BASE' and
16951            'NDRPDR' and
16952            '2T2C' and
16953            'IP4FWD'"
16954   parameters:
16955   - "throughput"
16956   - "parent"
16957   - "tags"
16958   traces:
16959     hoverinfo: "x+y"
16960     boxpoints: "outliers"
16961     whiskerwidth: 0
16962   layout:
16963     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16964     layout: "plot-throughput"
16965
16966 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16967 - type: "plot"
16968   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16969   algorithm: "plot_performance_box"
16970   output-file-type: ".html"
16971   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16972   data: "plot-dpdk-throughput-latency-3n-hsw"
16973   filter: "'NIC_Intel-X710' and
16974            '64B' and
16975            'BASE' and
16976            'NDRPDR' and
16977            '1T1C' and
16978            'IP4FWD'"
16979   parameters:
16980   - "throughput"
16981   - "parent"
16982   - "tags"
16983   traces:
16984     hoverinfo: "x+y"
16985     boxpoints: "outliers"
16986     whiskerwidth: 0
16987   layout:
16988     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16989     layout: "plot-throughput"
16990
16991 - type: "plot"
16992   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16993   algorithm: "plot_performance_box"
16994   output-file-type: ".html"
16995   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16996   data: "plot-dpdk-throughput-latency-3n-hsw"
16997   filter: "'NIC_Intel-X710' and
16998            '64B' and
16999            'BASE' and
17000            'NDRPDR' and
17001            '2T2C' and
17002            'IP4FWD'"
17003   parameters:
17004   - "throughput"
17005   - "parent"
17006   - "tags"
17007   traces:
17008     hoverinfo: "x+y"
17009     boxpoints: "outliers"
17010     whiskerwidth: 0
17011   layout:
17012     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17013     layout: "plot-throughput"
17014
17015 - type: "plot"
17016   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17017   algorithm: "plot_performance_box"
17018   output-file-type: ".html"
17019   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17020   data: "plot-dpdk-throughput-latency-3n-hsw"
17021   filter: "'NIC_Intel-X710' and
17022            '64B' and
17023            'BASE' and
17024            'NDRPDR' and
17025            '1T1C' and
17026            'IP4FWD'"
17027   parameters:
17028   - "throughput"
17029   - "parent"
17030   - "tags"
17031   traces:
17032     hoverinfo: "x+y"
17033     boxpoints: "outliers"
17034     whiskerwidth: 0
17035   layout:
17036     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17037     layout: "plot-throughput"
17038
17039 - type: "plot"
17040   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17041   algorithm: "plot_performance_box"
17042   output-file-type: ".html"
17043   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17044   data: "plot-dpdk-throughput-latency-3n-hsw"
17045   filter: "'NIC_Intel-X710' and
17046            '64B' and
17047            'BASE' and
17048            'NDRPDR' and
17049            '2T2C' and
17050            'IP4FWD'"
17051   parameters:
17052   - "throughput"
17053   - "parent"
17054   - "tags"
17055   traces:
17056     hoverinfo: "x+y"
17057     boxpoints: "outliers"
17058     whiskerwidth: 0
17059   layout:
17060     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17061     layout: "plot-throughput"
17062
17063 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17064 - type: "plot"
17065   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17066   algorithm: "plot_performance_box"
17067   output-file-type: ".html"
17068   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17069   data: "plot-dpdk-throughput-latency-3n-hsw"
17070   filter: "'NIC_Intel-XL710' and
17071            '64B' and
17072            'BASE' and
17073            'NDRPDR' and
17074            '1T1C' and
17075            'IP4FWD'"
17076   parameters:
17077   - "throughput"
17078   - "parent"
17079   - "tags"
17080   traces:
17081     hoverinfo: "x+y"
17082     boxpoints: "outliers"
17083     whiskerwidth: 0
17084   layout:
17085     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17086     layout: "plot-throughput"
17087
17088 - type: "plot"
17089   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17090   algorithm: "plot_performance_box"
17091   output-file-type: ".html"
17092   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17093   data: "plot-dpdk-throughput-latency-3n-hsw"
17094   filter: "'NIC_Intel-XL710' and
17095            '64B' and
17096            'BASE' and
17097            'NDRPDR' and
17098            '2T2C' and
17099            'IP4FWD'"
17100   parameters:
17101   - "throughput"
17102   - "parent"
17103   - "tags"
17104   traces:
17105     hoverinfo: "x+y"
17106     boxpoints: "outliers"
17107     whiskerwidth: 0
17108   layout:
17109     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17110     layout: "plot-throughput"
17111
17112 - type: "plot"
17113   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17114   algorithm: "plot_performance_box"
17115   output-file-type: ".html"
17116   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17117   data: "plot-dpdk-throughput-latency-3n-hsw"
17118   filter: "'NIC_Intel-XL710' and
17119            '64B' and
17120            'BASE' and
17121            'NDRPDR' and
17122            '1T1C' and
17123            'IP4FWD'"
17124   parameters:
17125   - "throughput"
17126   - "parent"
17127   - "tags"
17128   traces:
17129     hoverinfo: "x+y"
17130     boxpoints: "outliers"
17131     whiskerwidth: 0
17132   layout:
17133     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17134     layout: "plot-throughput"
17135
17136 - type: "plot"
17137   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17138   algorithm: "plot_performance_box"
17139   output-file-type: ".html"
17140   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17141   data: "plot-dpdk-throughput-latency-3n-hsw"
17142   filter: "'NIC_Intel-XL710' and
17143            '64B' and
17144            'BASE' and
17145            'NDRPDR' and
17146            '2T2C' and
17147            'IP4FWD'"
17148   parameters:
17149   - "throughput"
17150   - "parent"
17151   - "tags"
17152   traces:
17153     hoverinfo: "x+y"
17154     boxpoints: "outliers"
17155     whiskerwidth: 0
17156   layout:
17157     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17158     layout: "plot-throughput"
17159
17160 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17161 - type: "plot"
17162   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17163   algorithm: "plot_performance_box"
17164   output-file-type: ".html"
17165   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17166   data: "plot-dpdk-throughput-latency-3n-skx"
17167   filter: "'NIC_Intel-X710' and
17168            '64B' and
17169            'BASE' and
17170            'NDRPDR' and
17171            '2T1C' and
17172            'IP4FWD'"
17173   parameters:
17174   - "throughput"
17175   - "parent"
17176   - "tags"
17177   traces:
17178     hoverinfo: "x+y"
17179     boxpoints: "outliers"
17180     whiskerwidth: 0
17181   layout:
17182     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17183     layout: "plot-throughput"
17184
17185 - type: "plot"
17186   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17187   algorithm: "plot_performance_box"
17188   output-file-type: ".html"
17189   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17190   data: "plot-dpdk-throughput-latency-3n-skx"
17191   filter: "'NIC_Intel-X710' and
17192            '64B' and
17193            'BASE' and
17194            'NDRPDR' and
17195            '4T2C' and
17196            'IP4FWD'"
17197   parameters:
17198   - "throughput"
17199   - "parent"
17200   - "tags"
17201   traces:
17202     hoverinfo: "x+y"
17203     boxpoints: "outliers"
17204     whiskerwidth: 0
17205   layout:
17206     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17207     layout: "plot-throughput"
17208
17209 - type: "plot"
17210   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17211   algorithm: "plot_performance_box"
17212   output-file-type: ".html"
17213   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17214   data: "plot-dpdk-throughput-latency-3n-skx"
17215   filter: "'NIC_Intel-X710' and
17216            '64B' and
17217            'BASE' and
17218            'NDRPDR' and
17219            '2T1C' and
17220            'IP4FWD'"
17221   parameters:
17222   - "throughput"
17223   - "parent"
17224   - "tags"
17225   traces:
17226     hoverinfo: "x+y"
17227     boxpoints: "outliers"
17228     whiskerwidth: 0
17229   layout:
17230     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17231     layout: "plot-throughput"
17232
17233 - type: "plot"
17234   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17235   algorithm: "plot_performance_box"
17236   output-file-type: ".html"
17237   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17238   data: "plot-dpdk-throughput-latency-3n-skx"
17239   filter: "'NIC_Intel-X710' and
17240            '64B' and
17241            'BASE' and
17242            'NDRPDR' and
17243            '4T2C' and
17244            'IP4FWD'"
17245   parameters:
17246   - "throughput"
17247   - "parent"
17248   - "tags"
17249   traces:
17250     hoverinfo: "x+y"
17251     boxpoints: "outliers"
17252     whiskerwidth: 0
17253   layout:
17254     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17255     layout: "plot-throughput"
17256
17257 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17258 - type: "plot"
17259   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17260   algorithm: "plot_performance_box"
17261   output-file-type: ".html"
17262   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17263   data: "plot-dpdk-throughput-latency-3n-skx"
17264   filter: "'NIC_Intel-XXV710' and
17265            '64B' and
17266            'BASE' and
17267            'NDRPDR' and
17268            '2T1C' and
17269            'IP4FWD'"
17270   parameters:
17271   - "throughput"
17272   - "parent"
17273   - "tags"
17274   traces:
17275     hoverinfo: "x+y"
17276     boxpoints: "outliers"
17277     whiskerwidth: 0
17278   layout:
17279     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17280     layout: "plot-throughput"
17281
17282 - type: "plot"
17283   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17284   algorithm: "plot_performance_box"
17285   output-file-type: ".html"
17286   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17287   data: "plot-dpdk-throughput-latency-3n-skx"
17288   filter: "'NIC_Intel-XXV710' and
17289            '64B' and
17290            'BASE' and
17291            'NDRPDR' and
17292            '4T2C' and
17293            'IP4FWD'"
17294   parameters:
17295   - "throughput"
17296   - "parent"
17297   - "tags"
17298   traces:
17299     hoverinfo: "x+y"
17300     boxpoints: "outliers"
17301     whiskerwidth: 0
17302   layout:
17303     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17308   algorithm: "plot_performance_box"
17309   output-file-type: ".html"
17310   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17311   data: "plot-dpdk-throughput-latency-3n-skx"
17312   filter: "'NIC_Intel-XXV710' and
17313            '64B' and
17314            'BASE' and
17315            'NDRPDR' and
17316            '2T1C' and
17317            'IP4FWD'"
17318   parameters:
17319   - "throughput"
17320   - "parent"
17321   - "tags"
17322   traces:
17323     hoverinfo: "x+y"
17324     boxpoints: "outliers"
17325     whiskerwidth: 0
17326   layout:
17327     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17332   algorithm: "plot_performance_box"
17333   output-file-type: ".html"
17334   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17335   data: "plot-dpdk-throughput-latency-3n-skx"
17336   filter: "'NIC_Intel-XXV710' and
17337            '64B' and
17338            'BASE' and
17339            'NDRPDR' and
17340            '4T2C' and
17341            'IP4FWD'"
17342   parameters:
17343   - "throughput"
17344   - "parent"
17345   - "tags"
17346   traces:
17347     hoverinfo: "x+y"
17348     boxpoints: "outliers"
17349     whiskerwidth: 0
17350   layout:
17351     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17352     layout: "plot-throughput"
17353
17354 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17355 - type: "plot"
17356   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17357   algorithm: "plot_performance_box"
17358   output-file-type: ".html"
17359   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17360   data: "plot-dpdk-throughput-latency-2n-skx"
17361   filter: "'NIC_Intel-X710' and
17362            '64B' and
17363            'BASE' and
17364            'NDRPDR' and
17365            '2T1C' and
17366            'IP4FWD'"
17367   parameters:
17368   - "throughput"
17369   - "parent"
17370   - "tags"
17371   traces:
17372     hoverinfo: "x+y"
17373     boxpoints: "outliers"
17374     whiskerwidth: 0
17375   layout:
17376     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17381   algorithm: "plot_performance_box"
17382   output-file-type: ".html"
17383   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17384   data: "plot-dpdk-throughput-latency-2n-skx"
17385   filter: "'NIC_Intel-X710' and
17386            '64B' and
17387            'BASE' and
17388            'NDRPDR' and
17389            '4T2C' and
17390            'IP4FWD'"
17391   parameters:
17392   - "throughput"
17393   - "parent"
17394   - "tags"
17395   traces:
17396     hoverinfo: "x+y"
17397     boxpoints: "outliers"
17398     whiskerwidth: 0
17399   layout:
17400     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17405   algorithm: "plot_performance_box"
17406   output-file-type: ".html"
17407   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17408   data: "plot-dpdk-throughput-latency-2n-skx"
17409   filter: "'NIC_Intel-X710' and
17410            '64B' and
17411            'BASE' and
17412            'NDRPDR' and
17413            '2T1C' and
17414            'IP4FWD'"
17415   parameters:
17416   - "throughput"
17417   - "parent"
17418   - "tags"
17419   traces:
17420     hoverinfo: "x+y"
17421     boxpoints: "outliers"
17422     whiskerwidth: 0
17423   layout:
17424     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17429   algorithm: "plot_performance_box"
17430   output-file-type: ".html"
17431   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17432   data: "plot-dpdk-throughput-latency-2n-skx"
17433   filter: "'NIC_Intel-X710' and
17434            '64B' and
17435            'BASE' and
17436            'NDRPDR' and
17437            '4T2C' and
17438            'IP4FWD'"
17439   parameters:
17440   - "throughput"
17441   - "parent"
17442   - "tags"
17443   traces:
17444     hoverinfo: "x+y"
17445     boxpoints: "outliers"
17446     whiskerwidth: 0
17447   layout:
17448     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17449     layout: "plot-throughput"
17450
17451 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17452 - type: "plot"
17453   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17454   algorithm: "plot_performance_box"
17455   output-file-type: ".html"
17456   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17457   data: "plot-dpdk-throughput-latency-2n-skx"
17458   filter: "'NIC_Intel-XXV710' and
17459            '64B' and
17460            'BASE' and
17461            'NDRPDR' and
17462            '2T1C' and
17463            'IP4FWD'"
17464   parameters:
17465   - "throughput"
17466   - "parent"
17467   - "tags"
17468   traces:
17469     hoverinfo: "x+y"
17470     boxpoints: "outliers"
17471     whiskerwidth: 0
17472   layout:
17473     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17474     layout: "plot-throughput"
17475
17476 - type: "plot"
17477   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17478   algorithm: "plot_performance_box"
17479   output-file-type: ".html"
17480   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17481   data: "plot-dpdk-throughput-latency-2n-skx"
17482   filter: "'NIC_Intel-XXV710' and
17483            '64B' and
17484            'BASE' and
17485            'NDRPDR' and
17486            '4T2C' and
17487            'IP4FWD'"
17488   parameters:
17489   - "throughput"
17490   - "parent"
17491   - "tags"
17492   traces:
17493     hoverinfo: "x+y"
17494     boxpoints: "outliers"
17495     whiskerwidth: 0
17496   layout:
17497     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17498     layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17502   algorithm: "plot_performance_box"
17503   output-file-type: ".html"
17504   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17505   data: "plot-dpdk-throughput-latency-2n-skx"
17506   filter: "'NIC_Intel-XXV710' and
17507            '64B' and
17508            'BASE' and
17509            'NDRPDR' and
17510            '2T1C' and
17511            'IP4FWD'"
17512   parameters:
17513   - "throughput"
17514   - "parent"
17515   - "tags"
17516   traces:
17517     hoverinfo: "x+y"
17518     boxpoints: "outliers"
17519     whiskerwidth: 0
17520   layout:
17521     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17522     layout: "plot-throughput"
17523
17524 - type: "plot"
17525   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17526   algorithm: "plot_performance_box"
17527   output-file-type: ".html"
17528   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17529   data: "plot-dpdk-throughput-latency-2n-skx"
17530   filter: "'NIC_Intel-XXV710' and
17531            '64B' and
17532            'BASE' and
17533            'NDRPDR' and
17534            '4T2C' and
17535            'IP4FWD'"
17536   parameters:
17537   - "throughput"
17538   - "parent"
17539   - "tags"
17540   traces:
17541     hoverinfo: "x+y"
17542     boxpoints: "outliers"
17543     whiskerwidth: 0
17544   layout:
17545     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17546     layout: "plot-throughput"
17547
17548 ################################################################################
17549
17550 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17551 - type: "plot"
17552   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17553   algorithm: "plot_performance_box"
17554   output-file-type: ".html"
17555   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17556   data: "plot-dpdk-throughput-latency-3n-hsw"
17557   filter: "'NIC_Intel-X520-DA2' and
17558            '64B' and
17559            'BASE' and
17560            'NDRPDR' and
17561            '1T1C' and
17562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17563   parameters:
17564   - "throughput"
17565   - "parent"
17566   - "tags"
17567   traces:
17568     hoverinfo: "x+y"
17569     boxpoints: "outliers"
17570     whiskerwidth: 0
17571   layout:
17572     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17577   algorithm: "plot_performance_box"
17578   output-file-type: ".html"
17579   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17580   data: "plot-dpdk-throughput-latency-3n-hsw"
17581   filter: "'NIC_Intel-X520-DA2' and
17582            '64B' and
17583            'BASE' and
17584            'NDRPDR' and
17585            '2T2C' and
17586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17587   parameters:
17588   - "throughput"
17589   - "parent"
17590   - "tags"
17591   traces:
17592     hoverinfo: "x+y"
17593     boxpoints: "outliers"
17594     whiskerwidth: 0
17595   layout:
17596     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17597     layout: "plot-throughput"
17598
17599 - type: "plot"
17600   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17601   algorithm: "plot_performance_box"
17602   output-file-type: ".html"
17603   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17604   data: "plot-dpdk-throughput-latency-3n-hsw"
17605   filter: "'NIC_Intel-X520-DA2' and
17606            '64B' and
17607            'BASE' and
17608            'NDRPDR' and
17609            '1T1C' and
17610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17611   parameters:
17612   - "throughput"
17613   - "parent"
17614   - "tags"
17615   traces:
17616     hoverinfo: "x+y"
17617     boxpoints: "outliers"
17618     whiskerwidth: 0
17619   layout:
17620     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17621     layout: "plot-throughput"
17622
17623 - type: "plot"
17624   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17625   algorithm: "plot_performance_box"
17626   output-file-type: ".html"
17627   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17628   data: "plot-dpdk-throughput-latency-3n-hsw"
17629   filter: "'NIC_Intel-X520-DA2' and
17630            '64B' and
17631            'BASE' and
17632            'NDRPDR' and
17633            '2T2C' and
17634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17635   parameters:
17636   - "throughput"
17637   - "parent"
17638   - "tags"
17639   traces:
17640     hoverinfo: "x+y"
17641     boxpoints: "outliers"
17642     whiskerwidth: 0
17643   layout:
17644     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17645     layout: "plot-throughput"
17646
17647 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17648 - type: "plot"
17649   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17650   algorithm: "plot_performance_box"
17651   output-file-type: ".html"
17652   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17653   data: "plot-dpdk-throughput-latency-3n-hsw"
17654   filter: "'NIC_Intel-X710' and
17655            '64B' and
17656            'BASE' and
17657            'NDRPDR' and
17658            '1T1C' and
17659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17660   parameters:
17661   - "throughput"
17662   - "parent"
17663   - "tags"
17664   traces:
17665     hoverinfo: "x+y"
17666     boxpoints: "outliers"
17667     whiskerwidth: 0
17668   layout:
17669     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17670     layout: "plot-throughput"
17671
17672 - type: "plot"
17673   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17674   algorithm: "plot_performance_box"
17675   output-file-type: ".html"
17676   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17677   data: "plot-dpdk-throughput-latency-3n-hsw"
17678   filter: "'NIC_Intel-X710' and
17679            '64B' and
17680            'BASE' and
17681            'NDRPDR' and
17682            '2T2C' and
17683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17684   parameters:
17685   - "throughput"
17686   - "parent"
17687   - "tags"
17688   traces:
17689     hoverinfo: "x+y"
17690     boxpoints: "outliers"
17691     whiskerwidth: 0
17692   layout:
17693     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17694     layout: "plot-throughput"
17695
17696 - type: "plot"
17697   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17698   algorithm: "plot_performance_box"
17699   output-file-type: ".html"
17700   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17701   data: "plot-dpdk-throughput-latency-3n-hsw"
17702   filter: "'NIC_Intel-X710' and
17703            '64B' and
17704            'BASE' and
17705            'NDRPDR' and
17706            '1T1C' and
17707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17708   parameters:
17709   - "throughput"
17710   - "parent"
17711   - "tags"
17712   traces:
17713     hoverinfo: "x+y"
17714     boxpoints: "outliers"
17715     whiskerwidth: 0
17716   layout:
17717     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17722   algorithm: "plot_performance_box"
17723   output-file-type: ".html"
17724   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17725   data: "plot-dpdk-throughput-latency-3n-hsw"
17726   filter: "'NIC_Intel-X710' and
17727            '64B' and
17728            'BASE' and
17729            'NDRPDR' and
17730            '2T2C' and
17731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17732   parameters:
17733   - "throughput"
17734   - "parent"
17735   - "tags"
17736   traces:
17737     hoverinfo: "x+y"
17738     boxpoints: "outliers"
17739     whiskerwidth: 0
17740   layout:
17741     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17742     layout: "plot-throughput"
17743
17744 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17745 - type: "plot"
17746   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17747   algorithm: "plot_performance_box"
17748   output-file-type: ".html"
17749   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17750   data: "plot-dpdk-throughput-latency-3n-hsw"
17751   filter: "'NIC_Intel-XL710' and
17752            '64B' and
17753            'BASE' and
17754            'NDRPDR' and
17755            '1T1C' and
17756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17757   parameters:
17758   - "throughput"
17759   - "parent"
17760   - "tags"
17761   traces:
17762     hoverinfo: "x+y"
17763     boxpoints: "outliers"
17764     whiskerwidth: 0
17765   layout:
17766     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17767     layout: "plot-throughput"
17768
17769 - type: "plot"
17770   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17771   algorithm: "plot_performance_box"
17772   output-file-type: ".html"
17773   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17774   data: "plot-dpdk-throughput-latency-3n-hsw"
17775   filter: "'NIC_Intel-XL710' and
17776            '64B' and
17777            'BASE' and
17778            'NDRPDR' and
17779            '2T2C' and
17780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17781   parameters:
17782   - "throughput"
17783   - "parent"
17784   - "tags"
17785   traces:
17786     hoverinfo: "x+y"
17787     boxpoints: "outliers"
17788     whiskerwidth: 0
17789   layout:
17790     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17791     layout: "plot-throughput"
17792
17793 - type: "plot"
17794   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17795   algorithm: "plot_performance_box"
17796   output-file-type: ".html"
17797   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17798   data: "plot-dpdk-throughput-latency-3n-hsw"
17799   filter: "'NIC_Intel-XL710' and
17800            '64B' and
17801            'BASE' and
17802            'NDRPDR' and
17803            '1T1C' and
17804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17805   parameters:
17806   - "throughput"
17807   - "parent"
17808   - "tags"
17809   traces:
17810     hoverinfo: "x+y"
17811     boxpoints: "outliers"
17812     whiskerwidth: 0
17813   layout:
17814     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17819   algorithm: "plot_performance_box"
17820   output-file-type: ".html"
17821   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17822   data: "plot-dpdk-throughput-latency-3n-hsw"
17823   filter: "'NIC_Intel-XL710' and
17824            '64B' and
17825            'BASE' and
17826            'NDRPDR' and
17827            '2T2C' and
17828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17829   parameters:
17830   - "throughput"
17831   - "parent"
17832   - "tags"
17833   traces:
17834     hoverinfo: "x+y"
17835     boxpoints: "outliers"
17836     whiskerwidth: 0
17837   layout:
17838     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17839     layout: "plot-throughput"
17840
17841 # Packet Throughput - DPDK testpmd 3n-skx-x710
17842 - type: "plot"
17843   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17844   algorithm: "plot_performance_box"
17845   output-file-type: ".html"
17846   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17847   data: "plot-dpdk-throughput-latency-3n-skx"
17848   filter: "'NIC_Intel-X710' and
17849            '64B' and
17850            'BASE' and
17851            'NDRPDR' and
17852            '2T1C' and
17853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17854   parameters:
17855   - "throughput"
17856   - "parent"
17857   - "tags"
17858   traces:
17859     hoverinfo: "x+y"
17860     boxpoints: "outliers"
17861     whiskerwidth: 0
17862   layout:
17863     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17864     layout: "plot-throughput"
17865
17866 - type: "plot"
17867   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17868   algorithm: "plot_performance_box"
17869   output-file-type: ".html"
17870   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17871   data: "plot-dpdk-throughput-latency-3n-skx"
17872   filter: "'NIC_Intel-X710' and
17873            '64B' and
17874            'BASE' and
17875            'NDRPDR' and
17876            '4T2C' and
17877            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17878   parameters:
17879   - "throughput"
17880   - "parent"
17881   - "tags"
17882   traces:
17883     hoverinfo: "x+y"
17884     boxpoints: "outliers"
17885     whiskerwidth: 0
17886   layout:
17887     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17888     layout: "plot-throughput"
17889
17890 - type: "plot"
17891   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17892   algorithm: "plot_performance_box"
17893   output-file-type: ".html"
17894   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17895   data: "plot-dpdk-throughput-latency-3n-skx"
17896   filter: "'NIC_Intel-X710' and
17897            '64B' and
17898            'BASE' and
17899            'NDRPDR' and
17900            '2T1C' and
17901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17902   parameters:
17903   - "throughput"
17904   - "parent"
17905   - "tags"
17906   traces:
17907     hoverinfo: "x+y"
17908     boxpoints: "outliers"
17909     whiskerwidth: 0
17910   layout:
17911     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17912     layout: "plot-throughput"
17913
17914 - type: "plot"
17915   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17916   algorithm: "plot_performance_box"
17917   output-file-type: ".html"
17918   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17919   data: "plot-dpdk-throughput-latency-3n-skx"
17920   filter: "'NIC_Intel-X710' and
17921            '64B' and
17922            'BASE' and
17923            'NDRPDR' and
17924            '4T2C' and
17925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17926   parameters:
17927   - "throughput"
17928   - "parent"
17929   - "tags"
17930   traces:
17931     hoverinfo: "x+y"
17932     boxpoints: "outliers"
17933     whiskerwidth: 0
17934   layout:
17935     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17936     layout: "plot-throughput"
17937
17938 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17939 - type: "plot"
17940   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17941   algorithm: "plot_performance_box"
17942   output-file-type: ".html"
17943   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17944   data: "plot-dpdk-throughput-latency-3n-skx"
17945   filter: "'NIC_Intel-XXV710' and
17946            '64B' and
17947            'BASE' and
17948            'NDRPDR' and
17949            '2T1C' and
17950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17951   parameters:
17952   - "throughput"
17953   - "parent"
17954   - "tags"
17955   traces:
17956     hoverinfo: "x+y"
17957     boxpoints: "outliers"
17958     whiskerwidth: 0
17959   layout:
17960     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17961     layout: "plot-throughput"
17962
17963 - type: "plot"
17964   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17965   algorithm: "plot_performance_box"
17966   output-file-type: ".html"
17967   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17968   data: "plot-dpdk-throughput-latency-3n-skx"
17969   filter: "'NIC_Intel-XXV710' and
17970            '64B' and
17971            'BASE' and
17972            'NDRPDR' and
17973            '4T2C' and
17974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17975   parameters:
17976   - "throughput"
17977   - "parent"
17978   - "tags"
17979   traces:
17980     hoverinfo: "x+y"
17981     boxpoints: "outliers"
17982     whiskerwidth: 0
17983   layout:
17984     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17985     layout: "plot-throughput"
17986
17987 - type: "plot"
17988   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17989   algorithm: "plot_performance_box"
17990   output-file-type: ".html"
17991   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17992   data: "plot-dpdk-throughput-latency-3n-skx"
17993   filter: "'NIC_Intel-XXV710' and
17994            '64B' and
17995            'BASE' and
17996            'NDRPDR' and
17997            '2T1C' and
17998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17999   parameters:
18000   - "throughput"
18001   - "parent"
18002   - "tags"
18003   traces:
18004     hoverinfo: "x+y"
18005     boxpoints: "outliers"
18006     whiskerwidth: 0
18007   layout:
18008     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18013   algorithm: "plot_performance_box"
18014   output-file-type: ".html"
18015   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18016   data: "plot-dpdk-throughput-latency-3n-skx"
18017   filter: "'NIC_Intel-XXV710' and
18018            '64B' and
18019            'BASE' and
18020            'NDRPDR' and
18021            '4T2C' and
18022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18023   parameters:
18024   - "throughput"
18025   - "parent"
18026   - "tags"
18027   traces:
18028     hoverinfo: "x+y"
18029     boxpoints: "outliers"
18030     whiskerwidth: 0
18031   layout:
18032     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18033     layout: "plot-throughput"
18034
18035 # Packet Throughput - DPDK testpmd 2n-skx-x710
18036 - type: "plot"
18037   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18038   algorithm: "plot_performance_box"
18039   output-file-type: ".html"
18040   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18041   data: "plot-dpdk-throughput-latency-2n-skx"
18042   filter: "'NIC_Intel-X710' and
18043            '64B' and
18044            'BASE' and
18045            'NDRPDR' and
18046            '2T1C' and
18047            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18048   parameters:
18049   - "throughput"
18050   - "parent"
18051   - "tags"
18052   traces:
18053     hoverinfo: "x+y"
18054     boxpoints: "outliers"
18055     whiskerwidth: 0
18056   layout:
18057     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18058     layout: "plot-throughput"
18059
18060 - type: "plot"
18061   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18062   algorithm: "plot_performance_box"
18063   output-file-type: ".html"
18064   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18065   data: "plot-dpdk-throughput-latency-2n-skx"
18066   filter: "'NIC_Intel-X710' and
18067            '64B' and
18068            'BASE' and
18069            'NDRPDR' and
18070            '4T2C' and
18071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18072   parameters:
18073   - "throughput"
18074   - "parent"
18075   - "tags"
18076   traces:
18077     hoverinfo: "x+y"
18078     boxpoints: "outliers"
18079     whiskerwidth: 0
18080   layout:
18081     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18082     layout: "plot-throughput"
18083
18084 - type: "plot"
18085   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18086   algorithm: "plot_performance_box"
18087   output-file-type: ".html"
18088   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18089   data: "plot-dpdk-throughput-latency-2n-skx"
18090   filter: "'NIC_Intel-X710' and
18091            '64B' and
18092            'BASE' and
18093            'NDRPDR' and
18094            '2T1C' and
18095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18096   parameters:
18097   - "throughput"
18098   - "parent"
18099   - "tags"
18100   traces:
18101     hoverinfo: "x+y"
18102     boxpoints: "outliers"
18103     whiskerwidth: 0
18104   layout:
18105     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18110   algorithm: "plot_performance_box"
18111   output-file-type: ".html"
18112   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18113   data: "plot-dpdk-throughput-latency-2n-skx"
18114   filter: "'NIC_Intel-X710' and
18115            '64B' and
18116            'BASE' and
18117            'NDRPDR' and
18118            '4T2C' and
18119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18120   parameters:
18121   - "throughput"
18122   - "parent"
18123   - "tags"
18124   traces:
18125     hoverinfo: "x+y"
18126     boxpoints: "outliers"
18127     whiskerwidth: 0
18128   layout:
18129     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18130     layout: "plot-throughput"
18131
18132 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18133 - type: "plot"
18134   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18135   algorithm: "plot_performance_box"
18136   output-file-type: ".html"
18137   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18138   data: "plot-dpdk-throughput-latency-2n-skx"
18139   filter: "'NIC_Intel-XXV710' and
18140            '64B' and
18141            'BASE' and
18142            'NDRPDR' and
18143            '2T1C' and
18144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18145   parameters:
18146   - "throughput"
18147   - "parent"
18148   - "tags"
18149   traces:
18150     hoverinfo: "x+y"
18151     boxpoints: "outliers"
18152     whiskerwidth: 0
18153   layout:
18154     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18155     layout: "plot-throughput"
18156
18157 - type: "plot"
18158   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18159   algorithm: "plot_performance_box"
18160   output-file-type: ".html"
18161   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18162   data: "plot-dpdk-throughput-latency-2n-skx"
18163   filter: "'NIC_Intel-XXV710' and
18164            '64B' and
18165            'BASE' and
18166            'NDRPDR' and
18167            '4T2C' and
18168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18169   parameters:
18170   - "throughput"
18171   - "parent"
18172   - "tags"
18173   traces:
18174     hoverinfo: "x+y"
18175     boxpoints: "outliers"
18176     whiskerwidth: 0
18177   layout:
18178     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18179     layout: "plot-throughput"
18180
18181 - type: "plot"
18182   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18183   algorithm: "plot_performance_box"
18184   output-file-type: ".html"
18185   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18186   data: "plot-dpdk-throughput-latency-2n-skx"
18187   filter: "'NIC_Intel-XXV710' and
18188            '64B' and
18189            'BASE' and
18190            'NDRPDR' and
18191            '2T1C' and
18192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18193   parameters:
18194   - "throughput"
18195   - "parent"
18196   - "tags"
18197   traces:
18198     hoverinfo: "x+y"
18199     boxpoints: "outliers"
18200     whiskerwidth: 0
18201   layout:
18202     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18203     layout: "plot-throughput"
18204
18205 - type: "plot"
18206   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18207   algorithm: "plot_performance_box"
18208   output-file-type: ".html"
18209   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18210   data: "plot-dpdk-throughput-latency-2n-skx"
18211   filter: "'NIC_Intel-XXV710' and
18212            '64B' and
18213            'BASE' and
18214            'NDRPDR' and
18215            '4T2C' and
18216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18217   parameters:
18218   - "throughput"
18219   - "parent"
18220   - "tags"
18221   traces:
18222     hoverinfo: "x+y"
18223     boxpoints: "outliers"
18224     whiskerwidth: 0
18225   layout:
18226     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18227     layout: "plot-throughput"
18228
18229 ################################################################################
18230
18231 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18232 - type: "plot"
18233   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18234   algorithm: "plot_latency_error_bars"
18235   output-file-type: ".html"
18236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18238   filter: "'NIC_Intel-X520-DA2' and
18239            '64B' and
18240            ('BASE' or 'SCALE') and
18241            'NDRPDR' and
18242            'ETH' and
18243            '1T1C' and
18244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18245            not 'VHOST' and
18246            not 'MEMIF'"
18247   parameters:
18248   - "latency"
18249   - "parent"
18250   - "tags"
18251   sort:
18252   - "L2XCFWD"
18253   - "L2PATCH"
18254   - "L2BDMACLRN"
18255   - "FIB_10K"
18256   - "FIB_100K"
18257   - "FIB_1M"
18258   layout:
18259     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18260     layout: "plot-latency"
18261
18262 - type: "plot"
18263   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18264   algorithm: "plot_latency_error_bars"
18265   output-file-type: ".html"
18266   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18268   filter: "'NIC_Intel-X520-DA2' and
18269            '64B' and
18270            ('BASE' or 'SCALE') and
18271            'NDRPDR' and
18272            'ETH' and
18273            '2T2C' and
18274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18275            not 'VHOST' and
18276            not 'MEMIF'"
18277   parameters:
18278   - "latency"
18279   - "parent"
18280   - "tags"
18281   sort:
18282   - "L2XCFWD"
18283   - "L2PATCH"
18284   - "L2BDMACLRN"
18285   - "FIB_10K"
18286   - "FIB_100K"
18287   - "FIB_1M"
18288   layout:
18289     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18290     layout: "plot-latency"
18291
18292 # Packet Latency - VPP L2 3n-hsw-x520 features
18293 - type: "plot"
18294   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18295   algorithm: "plot_latency_error_bars"
18296   output-file-type: ".html"
18297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18299   filter: "'NIC_Intel-X520-DA2' and
18300            '64B' and
18301            'NDRPDR' and
18302            '1T1C' and
18303            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18304            not 'ACL' and
18305            not 'VHOST' and
18306            not 'MEMIF'"
18307   parameters:
18308   - "latency"
18309   - "parent"
18310   - "tags"
18311   sort:
18312   - "L2XCBASE"    # l2xcbase
18313   - "L2BDBASE"    # l2bdbase
18314   - "L2XCFWD"     # dot1q-l2xcbase
18315   - "L2BDMACLRN"  # dot1q-l2bdbase
18316   layout:
18317     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18318     layout: "plot-latency"
18319
18320 - type: "plot"
18321   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18322   algorithm: "plot_latency_error_bars"
18323   output-file-type: ".html"
18324   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18326   filter: "'NIC_Intel-X520-DA2' and
18327            '64B' and
18328            'NDRPDR' and
18329            '2T2C' and
18330            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18331            not 'ACL' and
18332            not 'VHOST' and
18333            not 'MEMIF'"
18334   parameters:
18335   - "latency"
18336   - "parent"
18337   - "tags"
18338   sort:
18339   - "L2XCBASE"    # l2xcbase
18340   - "L2BDBASE"    # l2bdbase
18341   - "L2XCFWD"     # dot1q-l2xcbase
18342   - "L2BDMACLRN"  # dot1q-l2bdbase
18343   layout:
18344     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18345     layout: "plot-latency"
18346
18347 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18348 - type: "plot"
18349   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18350   algorithm: "plot_latency_error_bars"
18351   output-file-type: ".html"
18352   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18354   filter: "'NIC_Intel-X520-DA2' and
18355            '64B' and
18356            'NDRPDR' and
18357            '1T1C' and
18358            'FEATURE' and
18359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18360            'IACL' and
18361            ('ACL1' or 'ACL50') and
18362            ('10K_FLOWS' or '10k_FLOWS') and
18363            not 'MACIP' and
18364            not 'VHOST' and
18365            not 'MEMIF'"
18366   parameters:
18367   - "latency"
18368   - "parent"
18369   - "tags"
18370   layout:
18371     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18372     layout: "plot-latency"
18373
18374 - type: "plot"
18375   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18376   algorithm: "plot_latency_error_bars"
18377   output-file-type: ".html"
18378   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18380   filter: "'NIC_Intel-X520-DA2' and
18381            '64B' and
18382            'NDRPDR' and
18383            '2T2C' and
18384            'FEATURE' and
18385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18386            'IACL' and
18387            ('ACL1' or 'ACL50') and
18388            ('10K_FLOWS' or '10k_FLOWS') and
18389            not 'MACIP' and
18390            not 'VHOST' and
18391            not 'MEMIF'"
18392   parameters:
18393   - "latency"
18394   - "parent"
18395   - "tags"
18396   layout:
18397     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18398     layout: "plot-latency"
18399
18400 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18401 - type: "plot"
18402   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18403   algorithm: "plot_latency_error_bars"
18404   output-file-type: ".html"
18405   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18407   filter: "'NIC_Intel-X520-DA2' and
18408            '64B' and
18409            'NDRPDR' and
18410            '1T1C' and
18411            'FEATURE' and
18412            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18413            'OACL' and
18414            ('ACL1' or 'ACL50') and
18415            ('10K_FLOWS' or '10k_FLOWS') and
18416            not 'MACIP' and
18417            not 'VHOST' and
18418            not 'MEMIF'"
18419   parameters:
18420   - "latency"
18421   - "parent"
18422   - "tags"
18423   layout:
18424     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18425     layout: "plot-latency"
18426
18427 - type: "plot"
18428   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18429   algorithm: "plot_latency_error_bars"
18430   output-file-type: ".html"
18431   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18433   filter: "'NIC_Intel-X520-DA2' and
18434            '64B' and
18435            'NDRPDR' and
18436            '2T2C' and
18437            'FEATURE' and
18438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18439            'OACL' and
18440            ('ACL1' or 'ACL50') and
18441            ('10K_FLOWS' or '10k_FLOWS') and
18442            not 'MACIP' and
18443            not 'VHOST' and
18444            not 'MEMIF'"
18445   parameters:
18446   - "latency"
18447   - "parent"
18448   - "tags"
18449   layout:
18450     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18451     layout: "plot-latency"
18452
18453 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18454 - type: "plot"
18455   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18456   algorithm: "plot_latency_error_bars"
18457   output-file-type: ".html"
18458   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18460   filter: "'NIC_Intel-X520-DA2' and
18461            '64B' and
18462            'NDRPDR' and
18463            '1T1C' and
18464            'FEATURE' and
18465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18466            'MACIP' and
18467            ('ACL1' or 'ACL50') and
18468            ('10K_FLOWS' or '10k_FLOWS') and
18469            not 'VHOST' and
18470            not 'MEMIF'"
18471   parameters:
18472   - "latency"
18473   - "parent"
18474   - "tags"
18475   layout:
18476     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18477     layout: "plot-latency"
18478
18479 - type: "plot"
18480   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18481   algorithm: "plot_latency_error_bars"
18482   output-file-type: ".html"
18483   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18485   filter: "'NIC_Intel-X520-DA2' and
18486            '64B' and
18487            'NDRPDR' and
18488            '2T2C' and
18489            'FEATURE' and
18490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18491            'MACIP' and
18492            ('ACL1' or 'ACL50') and
18493            ('10K_FLOWS' or '10k_FLOWS') and
18494            not 'VHOST' and
18495            not 'MEMIF'"
18496   parameters:
18497   - "latency"
18498   - "parent"
18499   - "tags"
18500   layout:
18501     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18502     layout: "plot-latency"
18503
18504 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18505 - type: "plot"
18506   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18507   algorithm: "plot_latency_error_bars"
18508   output-file-type: ".html"
18509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18511   filter: "'NIC_Intel-X710' and
18512            '64B' and
18513            ('BASE' or 'SCALE') and
18514            'NDRPDR' and
18515            'ETH' and
18516            '1T1C' and
18517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18518            not 'VHOST' and
18519            not 'MEMIF'"
18520   parameters:
18521   - "latency"
18522   - "parent"
18523   - "tags"
18524   sort:
18525   - "L2PATCH"
18526   - "L2XCFWD"
18527   - "L2BDMACLRN"
18528   - "FIB_10K"
18529   - "FIB_100K"
18530   - "FIB_1M"
18531   layout:
18532     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18533     layout: "plot-latency"
18534
18535 - type: "plot"
18536   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18537   algorithm: "plot_latency_error_bars"
18538   output-file-type: ".html"
18539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18541   filter: "'NIC_Intel-X710' and
18542            '64B' and
18543            ('BASE' or 'SCALE') and
18544            'NDRPDR' and
18545            'ETH' and
18546            '2T2C' and
18547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18548            not 'VHOST' and
18549            not 'MEMIF'"
18550   parameters:
18551   - "latency"
18552   - "parent"
18553   - "tags"
18554   sort:
18555   - "L2PATCH"
18556   - "L2XCFWD"
18557   - "L2BDMACLRN"
18558   - "FIB_10K"
18559   - "FIB_100K"
18560   - "FIB_1M"
18561   layout:
18562     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18563     layout: "plot-latency"
18564
18565 # Packet Latency - VPP L2 3n-hsw-x710 features
18566 - type: "plot"
18567   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18568   algorithm: "plot_latency_error_bars"
18569   output-file-type: ".html"
18570   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18572   filter: "'NIC_Intel-X710' and
18573            '64B' and
18574            'NDRPDR' and
18575            '1T1C' and
18576            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18577            not 'ACL' and
18578            not 'VHOST' and
18579            not 'L2OVRLAY' and
18580            not 'MEMIF'"
18581   parameters:
18582   - "latency"
18583   - "parent"
18584   - "tags"
18585   sort:
18586   - "L2XCBASE"    # l2xcbase
18587   - "L2BDBASE"    # l2bdbase
18588   - "L2XCFWD"     # dot1q-l2xcbase
18589   - "L2BDMACLRN"  # dot1q-l2bdbase
18590   layout:
18591     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18592     layout: "plot-latency"
18593
18594 - type: "plot"
18595   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18596   algorithm: "plot_latency_error_bars"
18597   output-file-type: ".html"
18598   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18600   filter: "'NIC_Intel-X710' and
18601            '64B' and
18602            'NDRPDR' and
18603            '2T2C' and
18604            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18605            not 'ACL' and
18606            not 'VHOST' and
18607            not 'L2OVRLAY' and
18608            not 'MEMIF'"
18609   parameters:
18610   - "latency"
18611   - "parent"
18612   - "tags"
18613   sort:
18614   - "L2XCBASE"    # l2xcbase
18615   - "L2BDBASE"    # l2bdbase
18616   - "L2XCFWD"     # dot1q-l2xcbase
18617   - "L2BDMACLRN"  # dot1q-l2bdbase
18618   layout:
18619     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18620     layout: "plot-latency"
18621
18622 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18623 - type: "plot"
18624   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18625   algorithm: "plot_latency_error_bars"
18626   output-file-type: ".html"
18627   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18628   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18629   filter: "'NIC_Intel-X710' and
18630            '64B' and
18631            'NDRPDR' and
18632            '1T1C' and
18633            'FEATURE' and
18634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18635            'IACL' and
18636            ('ACL1' or 'ACL50') and
18637            ('10K_FLOWS' or '10k_FLOWS') and
18638            not 'MACIP' and
18639            not 'VHOST' and
18640            not 'MEMIF'"
18641   parameters:
18642   - "latency"
18643   - "parent"
18644   - "tags"
18645   layout:
18646     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18647     layout: "plot-latency"
18648
18649 - type: "plot"
18650   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18651   algorithm: "plot_latency_error_bars"
18652   output-file-type: ".html"
18653   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18655   filter: "'NIC_Intel-X710' and
18656            '64B' and
18657            'NDRPDR' and
18658            '2T2C' and
18659            'FEATURE' and
18660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18661            'IACL' and
18662            ('ACL1' or 'ACL50') and
18663            ('10K_FLOWS' or '10k_FLOWS') and
18664            not 'MACIP' and
18665            not 'VHOST' and
18666            not 'MEMIF'"
18667   parameters:
18668   - "latency"
18669   - "parent"
18670   - "tags"
18671   layout:
18672     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18673     layout: "plot-latency"
18674
18675 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18676 - type: "plot"
18677   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18678   algorithm: "plot_latency_error_bars"
18679   output-file-type: ".html"
18680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18682   filter: "'NIC_Intel-XL710' and
18683            '64B' and
18684            'BASE' and
18685            'NDRPDR' and
18686            'ETH' and
18687            '1T1C' and
18688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18689            not 'VHOST' and
18690            not 'MEMIF'"
18691   parameters:
18692   - "latency"
18693   - "parent"
18694   - "tags"
18695   sort:
18696   - "L2PATCH"
18697   - "L2XCFWD"
18698   - "L2BDMACLRN"
18699   layout:
18700     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18701     layout: "plot-latency"
18702
18703 - type: "plot"
18704   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18705   algorithm: "plot_latency_error_bars"
18706   output-file-type: ".html"
18707   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18708   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18709   filter: "'NIC_Intel-XL710' and
18710            '64B' and
18711            'BASE' and
18712            'NDRPDR' and
18713            'ETH' and
18714            '2T2C' and
18715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18716            not 'VHOST' and
18717            not 'MEMIF'"
18718   parameters:
18719   - "latency"
18720   - "parent"
18721   - "tags"
18722   sort:
18723   - "L2PATCH"
18724   - "L2XCFWD"
18725   - "L2BDMACLRN"
18726   layout:
18727     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18728     layout: "plot-latency"
18729
18730 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18731 - type: "plot"
18732   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18733   algorithm: "plot_latency_error_bars"
18734   output-file-type: ".html"
18735   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18737   filter: "'NIC_Intel-X710' and
18738            '64B' and
18739            ('BASE' or 'SCALE') and
18740            'NDRPDR' and
18741            'ETH' and
18742            '2T1C' and
18743            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18744            not 'VHOST' and
18745            not 'MEMIF' and
18746            not 'DRV_AVF'"
18747   parameters:
18748   - "latency"
18749   - "parent"
18750   - "tags"
18751   sort:
18752   - "L2PATCH"
18753   - "L2XCBASE"
18754   - "BASE"
18755   - "FIB_10K"
18756   - "FIB_100K"
18757   - "FIB_1M"
18758   layout:
18759     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18760     layout: "plot-latency"
18761
18762 - type: "plot"
18763   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-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-4t2c-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            '4T2C' 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-4t2c-base_and_scale-ndr"
18791     layout: "plot-latency"
18792
18793 # Packet Latency - VPP L2 3n-skx-x710 features
18794 - type: "plot"
18795   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18796   algorithm: "plot_latency_error_bars"
18797   output-file-type: ".html"
18798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18800   filter: "'NIC_Intel-X710' and
18801            '64B' and
18802            'NDRPDR' and
18803            '2T1C' and
18804            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18805            not 'ACL' and
18806            not 'VHOST' and
18807            not 'DRV_AVF' and
18808            not 'L2OVRLAY' and
18809            not 'MEMIF'"
18810   parameters:
18811   - "latency"
18812   - "parent"
18813   - "tags"
18814   sort:
18815   - "L2XCBASE"    # l2xcbase
18816   - "L2BDBASE"    # l2bdbase
18817   - "L2XCFWD"     # dot1q-l2xcbase
18818   - "L2BDMACLRN"  # dot1q-l2bdbase
18819   layout:
18820     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18821     layout: "plot-latency"
18822
18823 - type: "plot"
18824   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18825   algorithm: "plot_latency_error_bars"
18826   output-file-type: ".html"
18827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18829   filter: "'NIC_Intel-X710' and
18830            '64B' and
18831            'NDRPDR' and
18832            '4T2C' and
18833            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18834            not 'ACL' and
18835            not 'VHOST' and
18836            not 'DRV_AVF' and
18837            not 'L2OVRLAY' and
18838            not 'MEMIF'"
18839   parameters:
18840   - "latency"
18841   - "parent"
18842   - "tags"
18843   sort:
18844   - "L2XCBASE"    # l2xcbase
18845   - "L2BDBASE"    # l2bdbase
18846   - "L2XCFWD"     # dot1q-l2xcbase
18847   - "L2BDMACLRN"  # dot1q-l2bdbase
18848   layout:
18849     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18850     layout: "plot-latency"
18851
18852 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18853 - type: "plot"
18854   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18855   algorithm: "plot_latency_error_bars"
18856   output-file-type: ".html"
18857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18859   filter: "'NIC_Intel-X710' and
18860            '64B' and
18861            'NDRPDR' and
18862            '2T1C' and
18863            'FEATURE' and
18864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18865            'IACL' and
18866            ('ACL1' or 'ACL50') and
18867            ('10K_FLOWS' or '10k_FLOWS') and
18868            not 'MACIP' and
18869            not 'VHOST' and
18870            not 'MEMIF'"
18871   parameters:
18872   - "latency"
18873   - "parent"
18874   - "tags"
18875   layout:
18876     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18877     layout: "plot-latency"
18878
18879 - type: "plot"
18880   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18881   algorithm: "plot_latency_error_bars"
18882   output-file-type: ".html"
18883   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18885   filter: "'NIC_Intel-X710' and
18886            '64B' and
18887            'NDRPDR' and
18888            '4T2C' and
18889            'FEATURE' and
18890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18891            'IACL' and
18892            ('ACL1' or 'ACL50') and
18893            ('10K_FLOWS' or '10k_FLOWS') and
18894            not 'MACIP' and
18895            not 'VHOST' and
18896            not 'MEMIF'"
18897   parameters:
18898   - "latency"
18899   - "parent"
18900   - "tags"
18901   layout:
18902     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18903     layout: "plot-latency"
18904
18905 # Packet Latency - VPP L2 3n-skx-xxv710 base
18906 - type: "plot"
18907   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18908   algorithm: "plot_latency_error_bars"
18909   output-file-type: ".html"
18910   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18912   filter: "'NIC_Intel-XXV710' and
18913            '64B' and
18914            ('BASE' or 'SCALE') and
18915            'NDRPDR' and
18916            'ETH' and
18917            '2T1C' and
18918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18919            not 'VHOST' and
18920            not 'MEMIF'"
18921   parameters:
18922   - "latency"
18923   - "parent"
18924   - "tags"
18925   sort:
18926   - "L2PATCH"
18927   - "L2PATCH"
18928   - "L2XCBASE"
18929   - "L2BDMACLRN"
18930   layout:
18931     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18932     layout: "plot-latency"
18933
18934 - type: "plot"
18935   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18936   algorithm: "plot_latency_error_bars"
18937   output-file-type: ".html"
18938   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18940   filter: "'NIC_Intel-XXV710' and
18941            '64B' and
18942            ('BASE' or 'SCALE') and
18943            'NDRPDR' and
18944            'ETH' and
18945            '4T2C' and
18946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18947            not 'VHOST' and
18948            not 'MEMIF'"
18949   parameters:
18950   - "latency"
18951   - "parent"
18952   - "tags"
18953   sort:
18954   - "L2PATCH"
18955   - "L2PATCH"
18956   - "L2XCBASE"
18957   - "L2BDMACLRN"
18958   layout:
18959     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18960     layout: "plot-latency"
18961
18962 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18963 - type: "plot"
18964   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18965   algorithm: "plot_latency_error_bars"
18966   output-file-type: ".html"
18967   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18969   filter: "'NIC_Intel-X710' and
18970            '64B' and
18971            'ETH' and
18972            ('BASE' or 'SCALE') and
18973            'NDRPDR' and
18974            '2T1C' and
18975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18976            not 'VHOST' and
18977            not 'MEMIF'"
18978   parameters:
18979   - "latency"
18980   - "parent"
18981   - "tags"
18982   sort:
18983   - "L2PATCH"
18984   - "L2XCBASE"
18985   - "BASE"
18986   - "FIB_10K"
18987   - "FIB_100K"
18988   - "FIB_1M"
18989   layout:
18990     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18991     layout: "plot-latency"
18992
18993 - type: "plot"
18994   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18995   algorithm: "plot_latency_error_bars"
18996   output-file-type: ".html"
18997   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18999   filter: "'NIC_Intel-X710' and
19000            '64B' and
19001            ('BASE' or 'SCALE') and
19002            'NDRPDR' and
19003            'ETH' and
19004            '4T2C' and
19005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19006            not 'VHOST' and
19007            not 'MEMIF'"
19008   parameters:
19009   - "latency"
19010   - "parent"
19011   - "tags"
19012   sort:
19013   - "L2PATCH"
19014   - "L2XCBASE"
19015   - "BASE"
19016   - "FIB_10K"
19017   - "FIB_100K"
19018   - "FIB_1M"
19019   layout:
19020     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19021     layout: "plot-latency"
19022
19023 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19024 - type: "plot"
19025   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-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-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19030   filter: "'NIC_Intel-XXV710' and
19031            '64B' and
19032            ('BASE' or 'SCALE') and
19033            'NDRPDR' and
19034            'ETH' and
19035            '2T1C' 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-xxv710-64b-2t1c-base_and_scale-ndr"
19052     layout: "plot-latency"
19053
19054 - type: "plot"
19055   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19056   algorithm: "plot_latency_error_bars"
19057   output-file-type: ".html"
19058   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19060   filter: "'NIC_Intel-XXV710' and
19061            '64B' and
19062            ('BASE' or 'SCALE') and
19063            'NDRPDR' and
19064            'ETH' and
19065            '4T2C' and
19066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19067            not 'VHOST' and
19068            not 'MEMIF'"
19069   parameters:
19070   - "latency"
19071   - "parent"
19072   - "tags"
19073   sort:
19074   - "L2PATCH"
19075   - "L2XCBASE"
19076   - "BASE"
19077   - "FIB_10K"
19078   - "FIB_100K"
19079   - "FIB_1M"
19080   layout:
19081     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19082     layout: "plot-latency"
19083
19084 ################################################################################
19085
19086 # Packet Latency - VPP Container Memif 3n-hsw-x520
19087 - type: "plot"
19088   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19089   algorithm: "plot_latency_error_bars"
19090   output-file-type: ".html"
19091   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19093   filter: "'NIC_Intel-X520-DA2' and
19094            '64B' and
19095            ('BASE' or 'SCALE') and
19096            'NDRPDR' and
19097            '1T1C' and
19098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19099            not 'VHOST' and
19100            'MEMIF'"
19101   parameters:
19102   - "latency"
19103   - "parent"
19104   - "tags"
19105   sort:
19106   - "L2XCFWD"
19107   - "L2XCFWD"
19108   - "L2XCFWD"
19109   - "L2BDMACLRN"
19110   - "L2BDMACLRN"
19111   - "L2BDMACLRN"
19112   - "IP4FWD"
19113   layout:
19114     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19115     layout: "plot-latency"
19116
19117 - type: "plot"
19118   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19119   algorithm: "plot_latency_error_bars"
19120   output-file-type: ".html"
19121   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19123   filter: "'NIC_Intel-X520-DA2' and
19124            '64B' and
19125            ('BASE' or 'SCALE') and
19126            'NDRPDR' and
19127            '2T2C' and
19128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19129            not 'VHOST' and
19130            'MEMIF'"
19131   parameters:
19132   - "latency"
19133   - "parent"
19134   - "tags"
19135   sort:
19136   - "L2XCFWD"
19137   - "L2XCFWD"
19138   - "L2XCFWD"
19139   - "L2BDMACLRN"
19140   - "L2BDMACLRN"
19141   - "L2BDMACLRN"
19142   - "IP4FWD"
19143   layout:
19144     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19145     layout: "plot-latency"
19146
19147 # Packet Latency - VPP Container Memif 3n-hsw-x710
19148 - type: "plot"
19149   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-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-x710-64b-1t1c-base_and_features-ndr-lat"
19153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19154   filter: "'NIC_Intel-X710' and
19155            '64B' and
19156            ('BASE' or 'SCALE') and
19157            'NDRPDR' and
19158            '1T1C' 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-x710-64b-1t1c-base_and_features-ndr"
19176     layout: "plot-latency"
19177
19178 - type: "plot"
19179   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19180   algorithm: "plot_latency_error_bars"
19181   output-file-type: ".html"
19182   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19184   filter: "'NIC_Intel-X710' and
19185            '64B' and
19186            ('BASE' or 'SCALE') and
19187            'NDRPDR' and
19188            '2T2C' and
19189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19190            not 'VHOST' and
19191            'MEMIF'"
19192   parameters:
19193   - "latency"
19194   - "parent"
19195   - "tags"
19196   sort:
19197   - "L2XCFWD"
19198   - "L2XCFWD"
19199   - "L2XCFWD"
19200   - "L2BDMACLRN"
19201   - "L2BDMACLRN"
19202   - "L2BDMACLRN"
19203   - "IP4FWD"
19204   layout:
19205     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19206     layout: "plot-latency"
19207
19208 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19209 - type: "plot"
19210   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-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-xl710-64b-1t1c-base_and_features-ndr-lat"
19214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19215   filter: "'NIC_Intel-XL710' and
19216            '64B' and
19217            ('BASE' or 'SCALE') and
19218            'NDRPDR' and
19219            '1T1C' 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-xl710-64b-1t1c-base_and_features-ndr"
19237     layout: "plot-latency"
19238
19239 - type: "plot"
19240   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19241   algorithm: "plot_latency_error_bars"
19242   output-file-type: ".html"
19243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19245   filter: "'NIC_Intel-XL710' and
19246            '64B' and
19247            ('BASE' or 'SCALE') and
19248            'NDRPDR' and
19249            '2T2C' and
19250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19251            not 'VHOST' and
19252            'MEMIF'"
19253   parameters:
19254   - "latency"
19255   - "parent"
19256   - "tags"
19257   sort:
19258   - "L2XCFWD"
19259   - "L2XCFWD"
19260   - "L2XCFWD"
19261   - "L2BDMACLRN"
19262   - "L2BDMACLRN"
19263   - "L2BDMACLRN"
19264   - "IP4FWD"
19265   layout:
19266     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19267     layout: "plot-latency"
19268
19269 # Packet Latency - VPP Container Memif 3n-skx-x710
19270 - type: "plot"
19271   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19272   algorithm: "plot_latency_error_bars"
19273   output-file-type: ".html"
19274   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19276   filter: "'NIC_Intel-X710' and
19277            '64B' and
19278            ('BASE' or 'SCALE') and
19279            'NDRPDR' and
19280            '2T1C' 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-skx-x710-64b-2t1c-base_and_features-ndr"
19298     layout: "plot-latency"
19299
19300 - type: "plot"
19301   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19302   algorithm: "plot_latency_error_bars"
19303   output-file-type: ".html"
19304   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19306   filter: "'NIC_Intel-X710' and
19307            '64B' and
19308            ('BASE' or 'SCALE') and
19309            'NDRPDR' and
19310            '4T2C' and
19311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19312            not 'VHOST' and
19313            'MEMIF'"
19314   parameters:
19315   - "latency"
19316   - "parent"
19317   - "tags"
19318   sort:
19319   - "L2XCFWD"
19320   - "L2XCFWD"
19321   - "L2XCFWD"
19322   - "L2BDMACLRN"
19323   - "L2BDMACLRN"
19324   - "L2BDMACLRN"
19325   - "IP4FWD"
19326   layout:
19327     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19328     layout: "plot-latency"
19329
19330 # Packet Latency - VPP Container Memif 2n-skx-x710
19331 - type: "plot"
19332   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19333   algorithm: "plot_latency_error_bars"
19334   output-file-type: ".html"
19335   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19337   filter: "'NIC_Intel-X710' and
19338            '64B' and
19339            ('BASE' or 'SCALE') and
19340            'NDRPDR' and
19341            '2T1C' and
19342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19343            not 'VHOST' and
19344            not 'NF_DENSITY' and
19345            'MEMIF'"
19346   parameters:
19347   - "latency"
19348   - "parent"
19349   - "tags"
19350   sort:
19351   - "L2XCFWD"
19352   - "L2XCFWD"
19353   - "L2XCFWD"
19354   - "L2BDMACLRN"
19355   - "L2BDMACLRN"
19356   - "L2BDMACLRN"
19357   - "IP4FWD"
19358   layout:
19359     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19360     layout: "plot-latency"
19361
19362 - type: "plot"
19363   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-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-4t2c-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            '4T2C' 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-4t2c-base_and_features-ndr"
19391     layout: "plot-latency"
19392
19393 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19394 #- type: "plot"
19395 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19396 #  algorithm: "plot_latency_error_bars"
19397 #  output-file-type: ".html"
19398 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19399 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19400 #  filter: "'NIC_Intel-XXV710' and
19401 #           '64B' and
19402 #           ('BASE' or 'SCALE') and
19403 #           'NDRPDR' and
19404 #           '2T1C' and
19405 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19406 #           not 'VHOST' 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-xxv710-64b-2t1c-base_and_features-ndr"
19422 #    layout: "plot-latency"
19423 #
19424 #- type: "plot"
19425 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19426 #  algorithm: "plot_latency_error_bars"
19427 #  output-file-type: ".html"
19428 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19429 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19430 #  filter: "'NIC_Intel-XXV710' and
19431 #           '64B' and
19432 #           ('BASE' or 'SCALE') and
19433 #           'NDRPDR' and
19434 #           '4T2C' and
19435 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19436 #           not 'VHOST' and
19437 #           'MEMIF'"
19438 #  parameters:
19439 #  - "latency"
19440 #  - "parent"
19441 #  - "tags"
19442 #  sort:
19443 #  - "L2XCFWD"
19444 #  - "L2XCFWD"
19445 #  - "L2XCFWD"
19446 #  - "L2BDMACLRN"
19447 #  - "L2BDMACLRN"
19448 #  - "L2BDMACLRN"
19449 #  - "IP4FWD"
19450 #  layout:
19451 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19452 #    layout: "plot-latency"
19453
19454 ################################################################################
19455
19456 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19457 #- type: "plot"
19458 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19459 #  algorithm: "plot_latency_error_bars"
19460 #  output-file-type: ".html"
19461 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19462 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19463 #  filter: "'NIC_Intel-X520-DA2' and
19464 #           '64B' and
19465 #           ('BASE' or 'SCALE') and
19466 #           'NDRPDR' and
19467 #           '1T1C' and
19468 #           'L2XCFWD' and
19469 #           not 'VHOST' and
19470 #           not 'NF_DENSITY' and
19471 #           'MEMIF'"
19472 #  parameters:
19473 #  - "latency"
19474 #  - "parent"
19475 #  - "tags"
19476 #  sort:
19477 #  - "1VNF"
19478 #  - "2VNF"
19479 #  - "4VNF"
19480 #  - "2VNF"
19481 #  - "4VNF"
19482 #  layout:
19483 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19484 #    layout: "plot-latency"
19485 #
19486 #- type: "plot"
19487 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19488 #  algorithm: "plot_latency_error_bars"
19489 #  output-file-type: ".html"
19490 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19491 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19492 #  filter: "'NIC_Intel-X520-DA2' and
19493 #           '64B' and
19494 #           ('BASE' or 'SCALE') and
19495 #           'NDRPDR' and
19496 #           '2T2C' and
19497 #           'L2XCFWD' and
19498 #           not 'VHOST' and
19499 #           not 'NF_DENSITY' and
19500 #           'MEMIF'"
19501 #  parameters:
19502 #  - "latency"
19503 #  - "parent"
19504 #  - "tags"
19505 #  sort:
19506 #  - "1VNF"
19507 #  - "2VNF"
19508 #  - "4VNF"
19509 #  - "2VNF"
19510 #  - "4VNF"
19511 #  layout:
19512 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19513 #    layout: "plot-latency"
19514 #
19515 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19516 #- type: "plot"
19517 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19518 #  algorithm: "plot_latency_error_bars"
19519 #  output-file-type: ".html"
19520 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19521 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19522 #  filter: "'NIC_Intel-X520-DA2' and
19523 #           '64B' and
19524 #           ('BASE' or 'SCALE') and
19525 #           'NDRPDR' and
19526 #           '1T1C' and
19527 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19528 #           not 'VHOST' and
19529 #           not 'NF_DENSITY' and
19530 #           'MEMIF'"
19531 #  parameters:
19532 #  - "latency"
19533 #  - "parent"
19534 #  - "tags"
19535 #  sort:
19536 #  - "1VNF"
19537 #  - "2VNF"
19538 #  - "4VNF"
19539 #  - "2VNF"
19540 #  - "4VNF"
19541 #  layout:
19542 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19543 #    layout: "plot-latency"
19544 #
19545 #- type: "plot"
19546 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19547 #  algorithm: "plot_latency_error_bars"
19548 #  output-file-type: ".html"
19549 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19550 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19551 #  filter: "'NIC_Intel-X520-DA2' and
19552 #           '64B' and
19553 #           ('BASE' or 'SCALE') and
19554 #           'NDRPDR' and
19555 #           '2T2C' and
19556 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19557 #           not 'VHOST' and
19558 #           not 'NF_DENSITY' and
19559 #           'MEMIF'"
19560 #  parameters:
19561 #  - "latency"
19562 #  - "parent"
19563 #  - "tags"
19564 #  sort:
19565 #  - "1VNF"
19566 #  - "2VNF"
19567 #  - "4VNF"
19568 #  - "2VNF"
19569 #  - "4VNF"
19570 #  layout:
19571 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19572 #    layout: "plot-latency"
19573 #
19574 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19575 #- type: "plot"
19576 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19577 #  algorithm: "plot_latency_error_bars"
19578 #  output-file-type: ".html"
19579 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19580 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19581 #  filter: "'NIC_Intel-X710' and
19582 #           '64B' and
19583 #           ('BASE' or 'SCALE') and
19584 #           'NDRPDR' and
19585 #           '1T1C' and
19586 #           'L2XCFWD' and
19587 #           not 'VHOST' and
19588 #           not 'NF_DENSITY' and
19589 #           'MEMIF'"
19590 #  parameters:
19591 #  - "latency"
19592 #  - "parent"
19593 #  - "tags"
19594 #  sort:
19595 #  - "1VNF"
19596 #  - "2VNF"
19597 #  - "4VNF"
19598 #  - "2VNF"
19599 #  - "4VNF"
19600 #  layout:
19601 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19602 #    layout: "plot-latency"
19603 #
19604 #- type: "plot"
19605 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19606 #  algorithm: "plot_latency_error_bars"
19607 #  output-file-type: ".html"
19608 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19609 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19610 #  filter: "'NIC_Intel-X710' and
19611 #           '64B' and
19612 #           ('BASE' or 'SCALE') and
19613 #           'NDRPDR' and
19614 #           '2T2C' and
19615 #           'L2XCFWD' and
19616 #           not 'VHOST' and
19617 #           not 'NF_DENSITY' and
19618 #           'MEMIF'"
19619 #  parameters:
19620 #  - "latency"
19621 #  - "parent"
19622 #  - "tags"
19623 #  sort:
19624 #  - "1VNF"
19625 #  - "2VNF"
19626 #  - "4VNF"
19627 #  - "2VNF"
19628 #  - "4VNF"
19629 #  layout:
19630 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19631 #    layout: "plot-latency"
19632 #
19633 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19634 #- type: "plot"
19635 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19636 #  algorithm: "plot_latency_error_bars"
19637 #  output-file-type: ".html"
19638 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19639 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19640 #  filter: "'NIC_Intel-X710' and
19641 #           '64B' and
19642 #           ('BASE' or 'SCALE') and
19643 #           'NDRPDR' and
19644 #           '1T1C' and
19645 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19646 #           not 'VHOST' and
19647 #           not 'NF_DENSITY' and
19648 #           'MEMIF'"
19649 #  parameters:
19650 #  - "latency"
19651 #  - "parent"
19652 #  - "tags"
19653 #  sort:
19654 #  - "1VNF"
19655 #  - "2VNF"
19656 #  - "4VNF"
19657 #  - "2VNF"
19658 #  - "4VNF"
19659 #  layout:
19660 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19661 #    layout: "plot-latency"
19662 #
19663 #- type: "plot"
19664 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19665 #  algorithm: "plot_latency_error_bars"
19666 #  output-file-type: ".html"
19667 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19668 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19669 #  filter: "'NIC_Intel-X710' and
19670 #           '64B' and
19671 #           ('BASE' or 'SCALE') and
19672 #           'NDRPDR' and
19673 #           '2T2C' and
19674 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19675 #           not 'VHOST' and
19676 #           not 'NF_DENSITY' and
19677 #           'MEMIF'"
19678 #  parameters:
19679 #  - "latency"
19680 #  - "parent"
19681 #  - "tags"
19682 #  sort:
19683 #  - "1VNF"
19684 #  - "2VNF"
19685 #  - "4VNF"
19686 #  - "2VNF"
19687 #  - "4VNF"
19688 #  layout:
19689 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19690 #    layout: "plot-latency"
19691
19692 ################################################################################
19693
19694 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19695 - type: "plot"
19696   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19697   algorithm: "plot_latency_error_bars"
19698   output-file-type: ".html"
19699   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19701   filter: "'NIC_Intel-X520-DA2' and
19702            '64B' and
19703            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19704            'NDRPDR' and
19705            '1T1C' and
19706            'IP4FWD' and
19707            not 'IPSEC' and
19708            not 'DOT1Q' and
19709            not 'VHOST'"
19710   parameters:
19711   - "latency"
19712   - "parent"
19713   - "tags"
19714   sort:
19715   - "DOT1Q"
19716   - "IP4BASE"
19717   - "FIB_20K"
19718   - "FIB_200K"
19719   - "FIB_2M"
19720   layout:
19721     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19722     layout: "plot-latency"
19723
19724 - type: "plot"
19725   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19726   algorithm: "plot_latency_error_bars"
19727   output-file-type: ".html"
19728   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19730   filter: "'NIC_Intel-X520-DA2' and
19731            '64B' and
19732            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19733            'NDRPDR' and
19734            '2T2C' and
19735            'IP4FWD' and
19736            not 'IPSEC' and
19737            not 'DOT1Q' and
19738            not 'VHOST'"
19739   parameters:
19740   - "latency"
19741   - "parent"
19742   - "tags"
19743   sort:
19744   - "DOT1Q"
19745   - "IP4BASE"
19746   - "FIB_20K"
19747   - "FIB_200K"
19748   - "FIB_2M"
19749   layout:
19750     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19751     layout: "plot-latency"
19752
19753 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19754 - type: "plot"
19755   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19756   algorithm: "plot_latency_error_bars"
19757   output-file-type: ".html"
19758   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19760   filter: "'NIC_Intel-X520-DA2' and
19761            '64B' and
19762            ('IP4BASE' or
19763             'POLICE_MARK' or
19764             'COPWHLIST' or
19765             ('NAT44' and 'BASE') or
19766             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19767            'NDRPDR' and
19768            '1T1C' and
19769            'IP4FWD' and
19770            not 'IPSEC' and
19771            not 'VHOST'"
19772   parameters:
19773   - "latency"
19774   - "parent"
19775   - "tags"
19776   sort:
19777   - "DOT1Q"
19778   - "IP4BASE"
19779   - "NAT44"
19780   - "POLICE_MARK"
19781   - "COPWHLIST"
19782   - "IACL"
19783   - "OACL"
19784   layout:
19785     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19786     layout: "plot-latency"
19787
19788 - type: "plot"
19789   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19790   algorithm: "plot_latency_error_bars"
19791   output-file-type: ".html"
19792   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19794   filter: "'NIC_Intel-X520-DA2' and
19795            '64B' and
19796            ('IP4BASE' or
19797             'POLICE_MARK' or
19798             'COPWHLIST' or
19799             ('NAT44' and 'BASE') or
19800             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19801            'NDRPDR' and
19802            '2T2C' and
19803            'IP4FWD' and
19804            not 'IPSEC' and
19805            not 'VHOST'"
19806   parameters:
19807   - "latency"
19808   - "parent"
19809   - "tags"
19810   sort:
19811   - "DOT1Q"
19812   - "IP4BASE"
19813   - "NAT44"
19814   - "POLICE_MARK"
19815   - "COPWHLIST"
19816   - "IACL"
19817   - "OACL"
19818   layout:
19819     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19820     layout: "plot-latency"
19821
19822 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19823 - type: "plot"
19824   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19825   algorithm: "plot_latency_error_bars"
19826   output-file-type: ".html"
19827   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19829   filter: "'NIC_Intel-X520-DA2' and
19830            '64B' and
19831            'NDRPDR' and
19832            '1T1C' and
19833            'IP4FWD' and
19834            ('NAT44' or 'IP4BASE') and
19835            not 'DOT1Q' and
19836            not 'IPSEC' and
19837            not 'VHOST'"
19838   parameters:
19839   - "latency"
19840   - "parent"
19841   - "tags"
19842   sort:
19843   - "IP4BASE"
19844   - "BASE"
19845   - "SRC_USER_10"
19846   - "SRC_USER_100"
19847   - "SRC_USER_1000"
19848   - "SRC_USER_2000"
19849   layout:
19850     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19851     layout: "plot-latency"
19852
19853 - type: "plot"
19854   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19855   algorithm: "plot_latency_error_bars"
19856   output-file-type: ".html"
19857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19859   filter: "'NIC_Intel-X520-DA2' and
19860            '64B' and
19861            'NDRPDR' and
19862            '2T2C' and
19863            'IP4FWD' and
19864            ('NAT44' or 'IP4BASE') and
19865            not 'DOT1Q' and
19866            not 'IPSEC' and
19867            not 'VHOST'"
19868   parameters:
19869   - "latency"
19870   - "parent"
19871   - "tags"
19872   sort:
19873   - "IP4BASE"
19874   - "BASE"
19875   - "SRC_USER_10"
19876   - "SRC_USER_100"
19877   - "SRC_USER_1000"
19878   - "SRC_USER_2000"
19879   layout:
19880     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19881     layout: "plot-latency"
19882
19883 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19884 - type: "plot"
19885   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19886   algorithm: "plot_latency_error_bars"
19887   output-file-type: ".html"
19888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-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            '1T1C' and
19894            'IP4FWD' and
19895            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19896            not 'IPSEC' and
19897            not 'DOT1Q' and
19898            not 'VHOST'"
19899   parameters:
19900   - "latency"
19901   - "parent"
19902   - "tags"
19903   sort:
19904   - "IP4BASE"
19905   - "ACL_STATELESS"
19906   - "ACL_STATEFUL"
19907   - "ACL_STATELESS"
19908   - "ACL_STATEFUL"
19909   layout:
19910     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19911     layout: "plot-latency"
19912
19913 - type: "plot"
19914   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19915   algorithm: "plot_latency_error_bars"
19916   output-file-type: ".html"
19917   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19919   filter: "'NIC_Intel-X520-DA2' and
19920            '64B' and
19921            'NDRPDR' and
19922            '2T2C' and
19923            'IP4FWD' and
19924            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19925            not 'IPSEC' and
19926            not 'DOT1Q' and
19927            not 'VHOST'"
19928   parameters:
19929   - "latency"
19930   - "parent"
19931   - "tags"
19932   sort:
19933   - "IP4BASE"
19934   - "ACL_STATELESS"
19935   - "ACL_STATEFUL"
19936   - "ACL_STATELESS"
19937   - "ACL_STATEFUL"
19938   layout:
19939     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19940     layout: "plot-latency"
19941
19942 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19943 - type: "plot"
19944   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19945   algorithm: "plot_latency_error_bars"
19946   output-file-type: ".html"
19947   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19949   filter: "'NIC_Intel-X520-DA2' and
19950            '64B' and
19951            'NDRPDR' and
19952            '1T1C' and
19953            'IP4FWD' and
19954            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19955            not 'IPSEC' and
19956            not 'DOT1Q' and
19957            not 'VHOST'"
19958   parameters:
19959   - "latency"
19960   - "parent"
19961   - "tags"
19962   sort:
19963   - "IP4BASE"
19964   - "ACL_STATELESS"
19965   - "ACL_STATEFUL"
19966   - "ACL_STATELESS"
19967   - "ACL_STATEFUL"
19968   layout:
19969     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19970     layout: "plot-latency"
19971
19972 - type: "plot"
19973   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19974   algorithm: "plot_latency_error_bars"
19975   output-file-type: ".html"
19976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19978   filter: "'NIC_Intel-X520-DA2' and
19979            '64B' and
19980            'NDRPDR' and
19981            '2T2C' and
19982            'IP4FWD' and
19983            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19984            not 'IPSEC' and
19985            not 'DOT1Q' and
19986            not 'VHOST'"
19987   parameters:
19988   - "latency"
19989   - "parent"
19990   - "tags"
19991   sort:
19992   - "IP4BASE"
19993   - "ACL_STATELESS"
19994   - "ACL_STATEFUL"
19995   - "ACL_STATELESS"
19996   - "ACL_STATEFUL"
19997   layout:
19998     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19999     layout: "plot-latency"
20000
20001 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20002 - type: "plot"
20003   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20004   algorithm: "plot_latency_error_bars"
20005   output-file-type: ".html"
20006   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20008   filter: "'NIC_Intel-X710' and
20009            '64B' and
20010            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20011            'NDRPDR' and
20012            '1T1C' and
20013            'IP4FWD' and
20014            not 'IPSEC' and
20015            not 'DOT1Q' and
20016            not 'VHOST'"
20017   parameters:
20018   - "latency"
20019   - "parent"
20020   - "tags"
20021   sort:
20022   - "IP4BASE"
20023   - "FIB_20K"
20024   - "FIB_200K"
20025   - "FIB_2M"
20026   layout:
20027     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20028     layout: "plot-latency"
20029
20030 - type: "plot"
20031   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20032   algorithm: "plot_latency_error_bars"
20033   output-file-type: ".html"
20034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20036   filter: "'NIC_Intel-X710' and
20037            '64B' and
20038            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20039            'NDRPDR' and
20040            '2T2C' and
20041            'IP4FWD' and
20042            not 'IPSEC' and
20043            not 'DOT1Q' and
20044            not 'VHOST'"
20045   parameters:
20046   - "latency"
20047   - "parent"
20048   - "tags"
20049   sort:
20050   - "IP4BASE"
20051   - "FIB_20K"
20052   - "FIB_200K"
20053   - "FIB_2M"
20054   layout:
20055     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20056     layout: "plot-latency"
20057
20058 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20059 - type: "plot"
20060   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20061   algorithm: "plot_latency_error_bars"
20062   output-file-type: ".html"
20063   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20065   filter: "'NIC_Intel-X710' and
20066            '64B' and
20067            ('IP4BASE' or
20068             'POLICE_MARK' or
20069             'COPWHLIST' or
20070             ('NAT44' and 'BASE') or
20071             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20072            'NDRPDR' and
20073            '1T1C' and
20074            'IP4FWD' and
20075            not 'IPSEC' and
20076            not 'VHOST'"
20077   parameters:
20078   - "latency"
20079   - "parent"
20080   - "tags"
20081   sort:
20082   - "DOT1Q"
20083   - "IP4BASE"
20084   - "NAT44"
20085   - "POLICE_MARK"
20086   - "COPWHLIST"
20087   - "IACL"
20088   - "OACL"
20089   layout:
20090     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20091     layout: "plot-latency"
20092
20093 - type: "plot"
20094   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20095   algorithm: "plot_latency_error_bars"
20096   output-file-type: ".html"
20097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20099   filter: "'NIC_Intel-X710' and
20100            '64B' and
20101            ('IP4BASE' or
20102             'POLICE_MARK' or
20103             'COPWHLIST' or
20104             ('NAT44' and 'BASE') or
20105             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20106            'NDRPDR' and
20107            '2T2C' and
20108            'IP4FWD' and
20109            not 'IPSEC' and
20110            not 'VHOST'"
20111   parameters:
20112   - "latency"
20113   - "parent"
20114   - "tags"
20115   sort:
20116   - "DOT1Q"
20117   - "IP4BASE"
20118   - "NAT44"
20119   - "POLICE_MARK"
20120   - "COPWHLIST"
20121   - "IACL"
20122   - "OACL"
20123   layout:
20124     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20125     layout: "plot-latency"
20126
20127 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20128 - type: "plot"
20129   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20130   algorithm: "plot_latency_error_bars"
20131   output-file-type: ".html"
20132   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20133   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20134   filter: "'NIC_Intel-X710' and
20135            '64B' and
20136            'NDRPDR' and
20137            '1T1C' and
20138            'IP4FWD' and
20139            ('NAT44' or 'IP4BASE') and
20140            not 'IPSEC' and
20141            not 'VHOST'"
20142   parameters:
20143   - "latency"
20144   - "parent"
20145   - "tags"
20146   sort:
20147   - "IP4BASE"
20148   - "BASE"
20149   - "SRC_USER_10"
20150   - "SRC_USER_100"
20151   - "SRC_USER_1000"
20152   - "SRC_USER_2000"
20153   layout:
20154     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20155     layout: "plot-latency"
20156
20157 - type: "plot"
20158   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20159   algorithm: "plot_latency_error_bars"
20160   output-file-type: ".html"
20161   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20163   filter: "'NIC_Intel-X710' and
20164            '64B' and
20165            'NDRPDR' and
20166            '2T2C' and
20167            'IP4FWD' and
20168            ('NAT44' or 'IP4BASE') and
20169            not 'IPSEC' and
20170            not 'VHOST'"
20171   parameters:
20172   - "latency"
20173   - "parent"
20174   - "tags"
20175   sort:
20176   - "IP4BASE"
20177   - "BASE"
20178   - "SRC_USER_10"
20179   - "SRC_USER_100"
20180   - "SRC_USER_1000"
20181   - "SRC_USER_2000"
20182   layout:
20183     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20184     layout: "plot-latency"
20185
20186 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20187 - type: "plot"
20188   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20189   algorithm: "plot_latency_error_bars"
20190   output-file-type: ".html"
20191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20193   filter: "'NIC_Intel-X710' and
20194            '64B' and
20195            'NDRPDR' and
20196            '1T1C' and
20197            'IP4FWD' and
20198            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20199            not 'IPSEC' and
20200            not 'VHOST'"
20201   parameters:
20202   - "latency"
20203   - "parent"
20204   - "tags"
20205   sort:
20206   - "IP4BASE"
20207   - "ACL_STATELESS"
20208   - "ACL_STATEFUL"
20209   - "ACL_STATELESS"
20210   - "ACL_STATEFUL"
20211   layout:
20212     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20213     layout: "plot-latency"
20214
20215 - type: "plot"
20216   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20217   algorithm: "plot_latency_error_bars"
20218   output-file-type: ".html"
20219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20221   filter: "'NIC_Intel-X710' and
20222            '64B' and
20223            'NDRPDR' and
20224            '2T2C' and
20225            'IP4FWD' and
20226            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20227            not 'IPSEC' and
20228            not 'VHOST'"
20229   parameters:
20230   - "latency"
20231   - "parent"
20232   - "tags"
20233   sort:
20234   - "IP4BASE"
20235   - "ACL_STATELESS"
20236   - "ACL_STATEFUL"
20237   - "ACL_STATELESS"
20238   - "ACL_STATEFUL"
20239   layout:
20240     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20241     layout: "plot-latency"
20242
20243 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20244 - type: "plot"
20245   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20246   algorithm: "plot_latency_error_bars"
20247   output-file-type: ".html"
20248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20250   filter: "'NIC_Intel-XL710' and
20251            '64B' and
20252            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20253            'NDRPDR' and
20254            '1T1C' and
20255            'IP4FWD' and
20256            not 'IPSEC' and
20257            not 'VHOST'"
20258   parameters:
20259   - "latency"
20260   - "parent"
20261   - "tags"
20262   sort:
20263   - "IP4BASE"
20264   - "FIB_20K"
20265   - "FIB_200K"
20266   - "FIB_2M"
20267   layout:
20268     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20269     layout: "plot-latency"
20270
20271 - type: "plot"
20272   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20273   algorithm: "plot_latency_error_bars"
20274   output-file-type: ".html"
20275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20277   filter: "'NIC_Intel-XL710' and
20278            '64B' and
20279            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20280            'NDRPDR' and
20281            '2T2C' and
20282            'IP4FWD' and
20283            not 'IPSEC' and
20284            not 'VHOST'"
20285   parameters:
20286   - "latency"
20287   - "parent"
20288   - "tags"
20289   sort:
20290   - "IP4BASE"
20291   - "FIB_20K"
20292   - "FIB_200K"
20293   - "FIB_2M"
20294   layout:
20295     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20296     layout: "plot-latency"
20297
20298 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20299 - type: "plot"
20300   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20301   algorithm: "plot_latency_error_bars"
20302   output-file-type: ".html"
20303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20305   filter: "'NIC_Intel-X710' and
20306            '64B' and
20307            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20308            'NDRPDR' and
20309            '2T1C' and
20310            'IP4FWD' and
20311            not 'IPSEC' and
20312            not 'DOT1Q' and
20313            not 'VHOST'"
20314   parameters:
20315   - "latency"
20316   - "parent"
20317   - "tags"
20318   sort:
20319   - "IP4BASE"
20320   - "FIB_20K"
20321   - "FIB_200K"
20322   - "FIB_2M"
20323   layout:
20324     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20325     layout: "plot-latency"
20326
20327 - type: "plot"
20328   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20329   algorithm: "plot_latency_error_bars"
20330   output-file-type: ".html"
20331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20333   filter: "'NIC_Intel-X710' and
20334            '64B' and
20335            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20336            'NDRPDR' and
20337            '4T2C' and
20338            'IP4FWD' and
20339            not 'IPSEC' and
20340            not 'DOT1Q' and
20341            not 'VHOST'"
20342   parameters:
20343   - "latency"
20344   - "parent"
20345   - "tags"
20346   sort:
20347   - "IP4BASE"
20348   - "FIB_20K"
20349   - "FIB_200K"
20350   - "FIB_2M"
20351   layout:
20352     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20353     layout: "plot-latency"
20354
20355 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20356 - type: "plot"
20357   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20358   algorithm: "plot_latency_error_bars"
20359   output-file-type: ".html"
20360   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20362   filter: "'NIC_Intel-X710' and
20363            '64B' and
20364            ('IP4BASE' or
20365             'POLICE_MARK' or
20366             'COPWHLIST' or
20367             ('NAT44' and 'BASE') or
20368             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20369            'NDRPDR' and
20370            '2T1C' and
20371            'IP4FWD' and
20372            not 'IPSEC' and
20373            not 'VHOST'"
20374   parameters:
20375   - "latency"
20376   - "parent"
20377   - "tags"
20378   sort:
20379   - "DOT1Q"
20380   - "IP4BASE"
20381   - "NAT44"
20382   - "POLICE_MARK"
20383   - "COPWHLIST"
20384   - "IACL"
20385   - "OACL"
20386   layout:
20387     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20388     layout: "plot-latency"
20389
20390 - type: "plot"
20391   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20392   algorithm: "plot_latency_error_bars"
20393   output-file-type: ".html"
20394   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20396   filter: "'NIC_Intel-X710' and
20397            '64B' and
20398            ('IP4BASE' or
20399             'POLICE_MARK' or
20400             'COPWHLIST' or
20401             ('NAT44' and 'BASE') or
20402             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20403            'NDRPDR' and
20404            '4T2C' and
20405            'IP4FWD' and
20406            not 'IPSEC' and
20407            not 'VHOST'"
20408   parameters:
20409   - "latency"
20410   - "parent"
20411   - "tags"
20412   sort:
20413   - "DOT1Q"
20414   - "IP4BASE"
20415   - "NAT44"
20416   - "POLICE_MARK"
20417   - "COPWHLIST"
20418   - "IACL"
20419   - "OACL"
20420   layout:
20421     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20422     layout: "plot-latency"
20423
20424 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20425 - type: "plot"
20426   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20427   algorithm: "plot_latency_error_bars"
20428   output-file-type: ".html"
20429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20431   filter: "'NIC_Intel-X710' and
20432            '64B' and
20433            'NDRPDR' and
20434            '2T1C' and
20435            'IP4FWD' and
20436            ('NAT44' or 'IP4BASE') and
20437            not 'IPSEC' and
20438            not 'VHOST'"
20439   parameters:
20440   - "latency"
20441   - "parent"
20442   - "tags"
20443   sort:
20444   - "IP4BASE"
20445   - "BASE"
20446   - "SRC_USER_10"
20447   - "SRC_USER_100"
20448   - "SRC_USER_1000"
20449   - "SRC_USER_2000"
20450   layout:
20451     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20452     layout: "plot-latency"
20453
20454 - type: "plot"
20455   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20456   algorithm: "plot_latency_error_bars"
20457   output-file-type: ".html"
20458   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20460   filter: "'NIC_Intel-X710' and
20461            '64B' and
20462            'NDRPDR' and
20463            '4T2C' and
20464            'IP4FWD' and
20465            ('NAT44' or 'IP4BASE') and
20466            not 'IPSEC' and
20467            not 'VHOST'"
20468   parameters:
20469   - "latency"
20470   - "parent"
20471   - "tags"
20472   sort:
20473   - "IP4BASE"
20474   - "BASE"
20475   - "SRC_USER_10"
20476   - "SRC_USER_100"
20477   - "SRC_USER_1000"
20478   - "SRC_USER_2000"
20479   layout:
20480     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20481     layout: "plot-latency"
20482
20483 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20484 - type: "plot"
20485   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20486   algorithm: "plot_latency_error_bars"
20487   output-file-type: ".html"
20488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20490   filter: "'NIC_Intel-X710' and
20491            '64B' and
20492            'NDRPDR' and
20493            '2T1C' and
20494            'IP4FWD' and
20495            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20496            not 'IPSEC' and
20497            not 'VHOST'"
20498   parameters:
20499   - "latency"
20500   - "parent"
20501   - "tags"
20502   sort:
20503   - "IP4BASE"
20504   - "ACL_STATELESS"
20505   - "ACL_STATEFUL"
20506   - "ACL_STATELESS"
20507   - "ACL_STATEFUL"
20508   layout:
20509     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20510     layout: "plot-latency"
20511
20512 - type: "plot"
20513   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20514   algorithm: "plot_latency_error_bars"
20515   output-file-type: ".html"
20516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20518   filter: "'NIC_Intel-X710' and
20519            '64B' and
20520            'NDRPDR' and
20521            '4T2C' and
20522            'IP4FWD' and
20523            'IACL' and
20524            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20525            not 'IPSEC' and
20526            not 'VHOST'"
20527   parameters:
20528   - "latency"
20529   - "parent"
20530   - "tags"
20531   sort:
20532   - "IP4BASE"
20533   - "ACL_STATELESS"
20534   - "ACL_STATEFUL"
20535   - "ACL_STATELESS"
20536   - "ACL_STATEFUL"
20537   layout:
20538     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20539     layout: "plot-latency"
20540
20541 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20542 - type: "plot"
20543   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20544   algorithm: "plot_latency_error_bars"
20545   output-file-type: ".html"
20546   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20548   filter: "'NIC_Intel-X710' and
20549            '64B' and
20550            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20551            'NDRPDR' and
20552            '2T1C' and
20553            'IP4FWD' and
20554            not 'IPSEC' and
20555            not 'DOT1Q' and
20556            not 'VHOST'"
20557   parameters:
20558   - "latency"
20559   - "parent"
20560   - "tags"
20561   sort:
20562   - "IP4BASE"
20563   - "FIB_20K"
20564   - "FIB_200K"
20565   - "FIB_2M"
20566   layout:
20567     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20568     layout: "plot-latency"
20569
20570 - type: "plot"
20571   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20572   algorithm: "plot_latency_error_bars"
20573   output-file-type: ".html"
20574   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20576   filter: "'NIC_Intel-X710' and
20577            '64B' and
20578            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20579            'NDRPDR' and
20580            '4T2C' and
20581            'IP4FWD' and
20582            not 'IPSEC' and
20583            not 'DOT1Q' and
20584            not 'VHOST'"
20585   parameters:
20586   - "latency"
20587   - "parent"
20588   - "tags"
20589   sort:
20590   - "IP4BASE"
20591   - "FIB_20K"
20592   - "FIB_200K"
20593   - "FIB_2M"
20594   layout:
20595     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20596     layout: "plot-latency"
20597
20598 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20599 - type: "plot"
20600   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20601   algorithm: "plot_latency_error_bars"
20602   output-file-type: ".html"
20603   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20605   filter: "'NIC_Intel-X710' and
20606            '64B' and
20607            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20608            'NDRPDR' and
20609            '2T1C' and
20610            'IP4FWD' and
20611            not 'IPSEC' and
20612            not 'DOT1Q' and
20613            not 'VHOST'"
20614   parameters:
20615   - "latency"
20616   - "parent"
20617   - "tags"
20618   sort:
20619   - "IP4BASE"
20620   - "ACL_STATELESS"
20621   - "ACL_STATEFUL"
20622   - "ACL_STATELESS"
20623   - "ACL_STATEFUL"
20624   layout:
20625     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20626     layout: "plot-latency"
20627
20628 - type: "plot"
20629   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20630   algorithm: "plot_latency_error_bars"
20631   output-file-type: ".html"
20632   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20634   filter: "'NIC_Intel-X710' and
20635            '64B' and
20636            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20637            'NDRPDR' and
20638            '4T2C' and
20639            'IP4FWD' and
20640            not 'IPSEC' and
20641            not 'DOT1Q' and
20642            not 'VHOST'"
20643   parameters:
20644   - "latency"
20645   - "parent"
20646   - "tags"
20647   sort:
20648   - "IP4BASE"
20649   - "ACL_STATELESS"
20650   - "ACL_STATEFUL"
20651   - "ACL_STATELESS"
20652   - "ACL_STATEFUL"
20653   layout:
20654     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20655     layout: "plot-latency"
20656
20657 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20658 - type: "plot"
20659   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20660   algorithm: "plot_latency_error_bars"
20661   output-file-type: ".html"
20662   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20664   filter: "'NIC_Intel-XXV710' and
20665            '64B' and
20666            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20667            'NDRPDR' and
20668            '2T1C' and
20669            'IP4FWD' and
20670            not 'IPSEC' and
20671            not 'DOT1Q' and
20672            not 'VHOST'"
20673   parameters:
20674   - "latency"
20675   - "parent"
20676   - "tags"
20677   sort:
20678   - "IP4BASE"
20679   - "FIB_20K"
20680   - "FIB_200K"
20681   - "FIB_2M"
20682   layout:
20683     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20684     layout: "plot-latency"
20685
20686 - type: "plot"
20687   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20688   algorithm: "plot_latency_error_bars"
20689   output-file-type: ".html"
20690   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20692   filter: "'NIC_Intel-XXV710' and
20693            '64B' and
20694            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20695            'NDRPDR' and
20696            '4T2C' and
20697            'IP4FWD' and
20698            not 'IPSEC' and
20699            not 'DOT1Q' and
20700            not 'VHOST'"
20701   parameters:
20702   - "latency"
20703   - "parent"
20704   - "tags"
20705   sort:
20706   - "IP4BASE"
20707   - "FIB_20K"
20708   - "FIB_200K"
20709   - "FIB_2M"
20710   layout:
20711     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20712     layout: "plot-latency"
20713
20714 ################################################################################
20715
20716 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20717 - type: "plot"
20718   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20719   algorithm: "plot_latency_error_bars"
20720   output-file-type: ".html"
20721   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20723   filter: "'NIC_Intel-X520-DA2' and
20724            '64B' and
20725            'ENCAP' and
20726            'NDRPDR' and
20727            '1T1C' and
20728            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20729            not 'DOT1Q' and
20730            not 'VHOST' and
20731            not 'IPSECHW'"
20732   parameters:
20733   - "latency"
20734   - "parent"
20735   - "tags"
20736   sort:
20737   - "IP4BASE"
20738   - "L2BDMACLRN"
20739   - "L2XCFWD"
20740   - "LISP"
20741   layout:
20742     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20743     layout: "plot-latency"
20744
20745 - type: "plot"
20746   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20747   algorithm: "plot_latency_error_bars"
20748   output-file-type: ".html"
20749   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20751   filter: "'NIC_Intel-X520-DA2' and
20752            '64B' and
20753            'ENCAP' and
20754            'NDRPDR' and
20755            '2T2C' and
20756            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20757            not 'DOT1Q' and
20758            not 'VHOST' and
20759            not 'IPSECHW'"
20760   parameters:
20761   - "latency"
20762   - "parent"
20763   - "tags"
20764   sort:
20765   - "IP4BASE"
20766   - "L2BDMACLRN"
20767   - "L2XCFWD"
20768   - "LISP"
20769   layout:
20770     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20771     layout: "plot-latency"
20772
20773 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20774 - type: "plot"
20775   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20776   algorithm: "plot_latency_error_bars"
20777   output-file-type: ".html"
20778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20780   filter: "'NIC_Intel-X710' and
20781            '64B' and
20782            'ENCAP' and
20783            'NDRPDR' and
20784            '1T1C' and
20785            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20786            not 'VHOST' and
20787            not 'IPSECHW'"
20788   parameters:
20789   - "latency"
20790   - "parent"
20791   - "tags"
20792   sort:
20793   - "IP4BASE"
20794   - "LISP"
20795   - "VXLAN_1"
20796   - "VXLAN_10"
20797   - "VXLAN_100"
20798   - "VXLAN_1000"
20799   layout:
20800     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20801     layout: "plot-latency"
20802
20803 - type: "plot"
20804   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20805   algorithm: "plot_latency_error_bars"
20806   output-file-type: ".html"
20807   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20809   filter: "'NIC_Intel-X710' and
20810            '64B' and
20811            'ENCAP' and
20812            'NDRPDR' and
20813            '2T2C' and
20814            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20815            not 'VHOST' and
20816            not 'IPSECHW'"
20817   parameters:
20818   - "latency"
20819   - "parent"
20820   - "tags"
20821   sort:
20822   - "IP4BASE"
20823   - "LISP"
20824   - "VXLAN_1"
20825   - "VXLAN_10"
20826   - "VXLAN_100"
20827   - "VXLAN_1000"
20828   layout:
20829     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20830     layout: "plot-latency"
20831
20832 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20833 - type: "plot"
20834   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20835   algorithm: "plot_latency_error_bars"
20836   output-file-type: ".html"
20837   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20839   filter: "'NIC_Intel-X710' and
20840            '64B' and
20841            'ENCAP' and
20842            'NDRPDR' and
20843            '1T1C' and
20844            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20845            not 'DOT1Q' and
20846            not 'VHOST' and
20847            not 'IPSECHW'"
20848   parameters:
20849   - "latency"
20850   - "parent"
20851   - "tags"
20852   sort:
20853   - "IP4BASE"
20854   - "L2BDMACLRN"
20855   - "L2XCFWD"
20856   - "LISP"
20857   layout:
20858     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20859     layout: "plot-latency"
20860
20861 - type: "plot"
20862   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20863   algorithm: "plot_latency_error_bars"
20864   output-file-type: ".html"
20865   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20867   filter: "'NIC_Intel-X710' and
20868            '64B' and
20869            'ENCAP' and
20870            'NDRPDR' and
20871            '2T2C' and
20872            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20873            not 'DOT1Q' and
20874            not 'VHOST' and
20875            not 'IPSECHW'"
20876   parameters:
20877   - "latency"
20878   - "parent"
20879   - "tags"
20880   sort:
20881   - "IP4BASE"
20882   - "L2BDMACLRN"
20883   - "L2XCFWD"
20884   - "LISP"
20885   layout:
20886     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20887     layout: "plot-latency"
20888
20889 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20890 - type: "plot"
20891   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20892   algorithm: "plot_latency_error_bars"
20893   output-file-type: ".html"
20894   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20896   filter: "'NIC_Intel-X710' and
20897            '64B' and
20898            'ENCAP' and
20899            'NDRPDR' and
20900            '2T1C' and
20901            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20902            not 'VHOST' and
20903            not 'IPSECHW'"
20904   parameters:
20905   - "latency"
20906   - "parent"
20907   - "tags"
20908   sort:
20909   - "IP4BASE"
20910   - "LISP"
20911   - "VXLAN_1"
20912   - "VXLAN_10"
20913   - "VXLAN_100"
20914   - "VXLAN_1000"
20915   layout:
20916     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20917     layout: "plot-latency"
20918
20919 - type: "plot"
20920   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20921   algorithm: "plot_latency_error_bars"
20922   output-file-type: ".html"
20923   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20925   filter: "'NIC_Intel-X710' and
20926            '64B' and
20927            'ENCAP' and
20928            'NDRPDR' and
20929            '4T2C' and
20930            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20931            not 'VHOST' and
20932            not 'IPSECHW'"
20933   parameters:
20934   - "latency"
20935   - "parent"
20936   - "tags"
20937   sort:
20938   - "IP4BASE"
20939   - "LISP"
20940   - "VXLAN_1"
20941   - "VXLAN_10"
20942   - "VXLAN_100"
20943   - "VXLAN_1000"
20944   layout:
20945     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20946     layout: "plot-latency"
20947
20948 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20949 - type: "plot"
20950   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20955   filter: "'NIC_Intel-X710' and
20956            '64B' and
20957            'ENCAP' and
20958            'NDRPDR' and
20959            '2T1C' and
20960            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20961            not 'DOT1Q' and
20962            not 'VHOST' and
20963            not 'IPSECHW'"
20964   parameters:
20965   - "latency"
20966   - "parent"
20967   - "tags"
20968   sort:
20969   - "IP4BASE"
20970   - "L2BDMACLRN"
20971   - "L2XCFWD"
20972   - "LISP"
20973   layout:
20974     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20975     layout: "plot-latency"
20976
20977 - type: "plot"
20978   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20979   algorithm: "plot_latency_error_bars"
20980   output-file-type: ".html"
20981   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20983   filter: "'NIC_Intel-X710' and
20984            '64B' and
20985            'ENCAP' and
20986            'NDRPDR' and
20987            '4T2C' and
20988            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20989            not 'DOT1Q' and
20990            not 'VHOST' and
20991            not 'IPSECHW'"
20992   parameters:
20993   - "latency"
20994   - "parent"
20995   - "tags"
20996   sort:
20997   - "IP4BASE"
20998   - "L2BDMACLRN"
20999   - "L2XCFWD"
21000   - "LISP"
21001   layout:
21002     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21003     layout: "plot-latency"
21004
21005 ################################################################################
21006
21007 # Packet Latency - VPP IPv6 3n-hsw-x520
21008 - type: "plot"
21009   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21010   algorithm: "plot_latency_error_bars"
21011   output-file-type: ".html"
21012   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21014   filter: "'NIC_Intel-X520-DA2' and
21015            '78B' and
21016            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21017            'NDRPDR' and
21018            '1T1C' and
21019            'IP6FWD' and
21020            not 'SRv6' and
21021            not 'IPSEC' and
21022            not 'VHOST'"
21023   parameters:
21024   - "latency"
21025   - "parent"
21026   - "tags"
21027   sort:
21028   - "IP6BASE"
21029   - "FIB_20K"
21030   - "FIB_200K"
21031   - "FIB_2M"
21032   layout:
21033     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21034     layout: "plot-latency"
21035
21036 - type: "plot"
21037   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21038   algorithm: "plot_latency_error_bars"
21039   output-file-type: ".html"
21040   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21042   filter: "'NIC_Intel-X520-DA2' and
21043            '78B' and
21044            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21045            'NDRPDR' and
21046            '2T2C' and
21047            'IP6FWD' and
21048            not 'SRv6' and
21049            not 'IPSEC' and
21050            not 'VHOST'"
21051   parameters:
21052   - "latency"
21053   - "parent"
21054   - "tags"
21055   sort:
21056   - "IP6BASE"
21057   - "FIB_20K"
21058   - "FIB_200K"
21059   - "FIB_2M"
21060   layout:
21061     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21062     layout: "plot-latency"
21063
21064 # Packet Latency - VPP IPv6 3n-hsw-x710
21065 - type: "plot"
21066   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21067   algorithm: "plot_latency_error_bars"
21068   output-file-type: ".html"
21069   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21071   filter: "'NIC_Intel-X710' and
21072            '78B' and
21073            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21074            'NDRPDR' and
21075            '1T1C' and
21076            'IP6FWD' and
21077            not 'SRv6' and
21078            not 'IPSEC' and
21079            not 'VHOST'"
21080   parameters:
21081   - "latency"
21082   - "parent"
21083   - "tags"
21084   sort:
21085   - "IP6BASE"
21086   - "FIB_20K"
21087   - "FIB_200K"
21088   - "FIB_2M"
21089   layout:
21090     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21091     layout: "plot-latency"
21092
21093 - type: "plot"
21094   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21095   algorithm: "plot_latency_error_bars"
21096   output-file-type: ".html"
21097   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21099   filter: "'NIC_Intel-X710' and
21100            '78B' and
21101            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21102            'NDRPDR' and
21103            '2T2C' and
21104            'IP6FWD' and
21105            not 'SRv6' and
21106            not 'IPSEC' and
21107            not 'VHOST'"
21108   parameters:
21109   - "latency"
21110   - "parent"
21111   - "tags"
21112   sort:
21113   - "IP6BASE"
21114   - "FIB_20K"
21115   - "FIB_200K"
21116   - "FIB_2M"
21117   layout:
21118     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21119     layout: "plot-latency"
21120
21121 # Packet Latency - VPP IPv6 3n-hsw-xl710
21122 - type: "plot"
21123   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21124   algorithm: "plot_latency_error_bars"
21125   output-file-type: ".html"
21126   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21127   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21128   filter: "'NIC_Intel-XL710' and
21129            '78B' and
21130            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21131            'NDRPDR' and
21132            '1T1C' and
21133            'IP6FWD' and
21134            not 'SRv6' and
21135            not 'IPSEC' and
21136            not 'VHOST'"
21137   parameters:
21138   - "latency"
21139   - "parent"
21140   - "tags"
21141   sort:
21142   - "IP6BASE"
21143   - "FIB_20K"
21144   - "FIB_200K"
21145   - "FIB_2M"
21146   layout:
21147     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21148     layout: "plot-latency"
21149
21150 - type: "plot"
21151   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21152   algorithm: "plot_latency_error_bars"
21153   output-file-type: ".html"
21154   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21155   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21156   filter: "'NIC_Intel-XL710' and
21157            '78B' and
21158            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21159            'NDRPDR' and
21160            '2T2C' and
21161            'IP6FWD' and
21162            not 'SRv6' and
21163            not 'IPSEC' and
21164            not 'VHOST'"
21165   parameters:
21166   - "latency"
21167   - "parent"
21168   - "tags"
21169   sort:
21170   - "IP6BASE"
21171   - "FIB_20K"
21172   - "FIB_200K"
21173   - "FIB_2M"
21174   layout:
21175     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21176     layout: "plot-latency"
21177
21178 # Packet Latency - VPP IPv6 3n-skx-x710
21179 - type: "plot"
21180   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21181   algorithm: "plot_latency_error_bars"
21182   output-file-type: ".html"
21183   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21185   filter: "'NIC_Intel-X710' and
21186            '78B' and
21187            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21188            'NDRPDR' and
21189            '2T1C' and
21190            'IP6FWD' and
21191            not 'SRv6' and
21192            not 'IPSEC' and
21193            not 'VHOST'"
21194   parameters:
21195   - "latency"
21196   - "parent"
21197   - "tags"
21198   sort:
21199   - "IP6BASE"
21200   - "FIB_20K"
21201   - "FIB_200K"
21202   - "FIB_2M"
21203   layout:
21204     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21205     layout: "plot-latency"
21206
21207 - type: "plot"
21208   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21209   algorithm: "plot_latency_error_bars"
21210   output-file-type: ".html"
21211   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21213   filter: "'NIC_Intel-X710' and
21214            '78B' and
21215            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21216            'NDRPDR' and
21217            '4T2C' and
21218            'IP6FWD' and
21219            not 'SRv6' and
21220            not 'IPSEC' and
21221            not 'VHOST'"
21222   parameters:
21223   - "latency"
21224   - "parent"
21225   - "tags"
21226   sort:
21227   - "IP6BASE"
21228   - "FIB_20K"
21229   - "FIB_200K"
21230   - "FIB_2M"
21231   layout:
21232     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21233     layout: "plot-latency"
21234
21235 # Packet Latency - VPP IPv6 3n-skx-xxv710
21236 - type: "plot"
21237   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21238   algorithm: "plot_latency_error_bars"
21239   output-file-type: ".html"
21240   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21242   filter: "'NIC_Intel-XXV710' and
21243            '78B' and
21244            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21245            'NDRPDR' and
21246            '2T1C' and
21247            'IP6FWD' and
21248            not 'SRv6' and
21249            not 'IPSEC' and
21250            not 'VHOST'"
21251   parameters:
21252   - "latency"
21253   - "parent"
21254   - "tags"
21255   sort:
21256   - "IP6BASE"
21257   - "FIB_20K"
21258   - "FIB_200K"
21259   - "FIB_2M"
21260   layout:
21261     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21262     layout: "plot-latency"
21263
21264 - type: "plot"
21265   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21266   algorithm: "plot_latency_error_bars"
21267   output-file-type: ".html"
21268   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21270   filter: "'NIC_Intel-XXV710' and
21271            '78B' and
21272            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21273            'NDRPDR' and
21274            '4T2C' and
21275            'IP6FWD' and
21276            not 'SRv6' and
21277            not 'IPSEC' and
21278            not 'VHOST'"
21279   parameters:
21280   - "latency"
21281   - "parent"
21282   - "tags"
21283   sort:
21284   - "IP6BASE"
21285   - "FIB_20K"
21286   - "FIB_200K"
21287   - "FIB_2M"
21288   layout:
21289     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21290     layout: "plot-latency"
21291
21292 # Packet Latency - VPP IPv6 2n-skx-x710
21293 - type: "plot"
21294   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21295   algorithm: "plot_latency_error_bars"
21296   output-file-type: ".html"
21297   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21299   filter: "'NIC_Intel-X710' and
21300            '78B' and
21301            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21302            'NDRPDR' and
21303            '2T1C' and
21304            'IP6FWD' and
21305            not 'SRv6' and
21306            not 'IPSEC' and
21307            not 'VHOST'"
21308   parameters:
21309   - "latency"
21310   - "parent"
21311   - "tags"
21312   sort:
21313   - "IP6BASE"
21314   - "FIB_20K"
21315   - "FIB_200K"
21316   - "FIB_2M"
21317   layout:
21318     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21319     layout: "plot-latency"
21320
21321 - type: "plot"
21322   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21323   algorithm: "plot_latency_error_bars"
21324   output-file-type: ".html"
21325   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21327   filter: "'NIC_Intel-X710' and
21328            '78B' and
21329            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21330            'NDRPDR' and
21331            '4T2C' and
21332            'IP6FWD' and
21333            not 'SRv6' and
21334            not 'IPSEC' and
21335            not 'VHOST'"
21336   parameters:
21337   - "latency"
21338   - "parent"
21339   - "tags"
21340   sort:
21341   - "IP6BASE"
21342   - "FIB_20K"
21343   - "FIB_200K"
21344   - "FIB_2M"
21345   layout:
21346     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21347     layout: "plot-latency"
21348
21349 # Packet Latency - VPP IPv6 2n-skx-xxv710
21350 - type: "plot"
21351   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21352   algorithm: "plot_latency_error_bars"
21353   output-file-type: ".html"
21354   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21356   filter: "'NIC_Intel-XXV710' and
21357            '78B' and
21358            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21359            'NDRPDR' and
21360            '2T1C' and
21361            'IP6FWD' and
21362            not 'SRv6' and
21363            not 'IPSEC' and
21364            not 'VHOST'"
21365   parameters:
21366   - "latency"
21367   - "parent"
21368   - "tags"
21369   sort:
21370   - "IP6BASE"
21371   - "FIB_20K"
21372   - "FIB_200K"
21373   - "FIB_2M"
21374   layout:
21375     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21376     layout: "plot-latency"
21377
21378 - type: "plot"
21379   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21380   algorithm: "plot_latency_error_bars"
21381   output-file-type: ".html"
21382   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21384   filter: "'NIC_Intel-XXV710' and
21385            '78B' and
21386            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21387            'NDRPDR' and
21388            '4T2C' and
21389            'IP6FWD' and
21390            not 'SRv6' and
21391            not 'IPSEC' and
21392            not 'VHOST'"
21393   parameters:
21394   - "latency"
21395   - "parent"
21396   - "tags"
21397   sort:
21398   - "IP6BASE"
21399   - "FIB_20K"
21400   - "FIB_200K"
21401   - "FIB_2M"
21402   layout:
21403     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21404     layout: "plot-latency"
21405
21406 ################################################################################
21407
21408 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21409 - type: "plot"
21410   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21411   algorithm: "plot_latency_error_bars"
21412   output-file-type: ".html"
21413   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21415   filter: "'NIC_Intel-X520-DA2' and
21416            '78B' and
21417            'ENCAP' and
21418            'NDRPDR' and
21419            '1T1C' and
21420            'LISP' and
21421            not 'VHOST'"
21422   parameters:
21423   - "latency"
21424   - "parent"
21425   - "tags"
21426   sort:
21427   - "IP4UNRLAY"
21428   - "IP6UNRLAY"
21429   layout:
21430     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21431     layout: "plot-latency"
21432
21433 - type: "plot"
21434   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21435   algorithm: "plot_latency_error_bars"
21436   output-file-type: ".html"
21437   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21439   filter: "'NIC_Intel-X520-DA2' and
21440            '78B' and
21441            'ENCAP' and
21442            'NDRPDR' and
21443            '2T2C' and
21444            'LISP' and
21445            not 'VHOST'"
21446   parameters:
21447   - "latency"
21448   - "parent"
21449   - "tags"
21450   sort:
21451   - "IP4UNRLAY"
21452   - "IP6UNRLAY"
21453   layout:
21454     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21455     layout: "plot-latency"
21456
21457 ################################################################################
21458
21459 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21460 - type: "plot"
21461   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21462   algorithm: "plot_latency_error_bars"
21463   output-file-type: ".html"
21464   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21466   filter: "'NIC_Intel-XL710' and
21467            '64B' and
21468            'IP4FWD' and
21469            'NDRPDR' and
21470            'BASE' and
21471            '1T1C' and
21472            'IPSECHW' and
21473            ('IPSECTRAN' or 'IPSECTUN') and
21474            not 'VHOST'"
21475   parameters:
21476   - "latency"
21477   - "parent"
21478   - "tags"
21479   layout:
21480     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21481     layout: "plot-latency"
21482
21483 - type: "plot"
21484   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21485   algorithm: "plot_latency_error_bars"
21486   output-file-type: ".html"
21487   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21489   filter: "'NIC_Intel-XL710' and
21490            '64B' and
21491            'IP4FWD' and
21492            'NDRPDR' and
21493            'BASE' and
21494            '2T2C' and
21495            'IPSECHW' and
21496            ('IPSECTRAN' or 'IPSECTUN') and
21497            not 'VHOST'"
21498   parameters:
21499   - "latency"
21500   - "parent"
21501   - "tags"
21502   layout:
21503     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21504     layout: "plot-latency"
21505
21506 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21507 - type: "plot"
21508   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21509   algorithm: "plot_latency_error_bars"
21510   output-file-type: ".html"
21511   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21513   filter: "'NIC_Intel-XL710' and
21514            '64B' and
21515            'IP4FWD' and
21516            'NDRPDR' and
21517            'SCALE' and
21518            '1T1C' and
21519            'IPSECHW' and
21520            ('IPSECTRAN' or 'IPSECTUN') and
21521            not 'VHOST'"
21522   parameters:
21523   - "latency"
21524   - "parent"
21525   - "tags"
21526   layout:
21527     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21528     layout: "plot-latency"
21529
21530 - type: "plot"
21531   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21532   algorithm: "plot_latency_error_bars"
21533   output-file-type: ".html"
21534   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21536   filter: "'NIC_Intel-XL710' and
21537            '64B' and
21538            'IP4FWD' and
21539            'NDRPDR' and
21540            'SCALE' and
21541            '2T2C' and
21542            'IPSECHW' and
21543            ('IPSECTRAN' or 'IPSECTUN') and
21544            not 'VHOST'"
21545   parameters:
21546   - "latency"
21547   - "parent"
21548   - "tags"
21549   layout:
21550     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21551     layout: "plot-latency"
21552
21553 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21554 - type: "plot"
21555   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21556   algorithm: "plot_latency_error_bars"
21557   output-file-type: ".html"
21558   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21560   filter: "'NIC_Intel-XL710' and
21561            '64B' and
21562            'IP4FWD' and
21563            'NDRPDR' and
21564            '1T1C' and
21565            'IPSECSW' and
21566            ('IPSECTRAN' or 'IPSECTUN') and
21567            not 'VHOST'"
21568   parameters:
21569   - "latency"
21570   - "parent"
21571   - "tags"
21572   layout:
21573     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21574     layout: "plot-latency"
21575
21576 - type: "plot"
21577   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21578   algorithm: "plot_latency_error_bars"
21579   output-file-type: ".html"
21580   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21582   filter: "'NIC_Intel-XL710' and
21583            '64B' and
21584            'IP4FWD' and
21585            'NDRPDR' and
21586            '2T2C' and
21587            'IPSECSW' and
21588            ('IPSECTRAN' or 'IPSECTUN') and
21589            not 'VHOST'"
21590   parameters:
21591   - "latency"
21592   - "parent"
21593   - "tags"
21594   layout:
21595     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21596     layout: "plot-latency"
21597
21598 ################################################################################
21599
21600 # Packet Latency - VPP SRv6 3n-hsw-x520
21601 - type: "plot"
21602   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21603   algorithm: "plot_latency_error_bars"
21604   output-file-type: ".html"
21605   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21607   filter: "'NIC_Intel-X520-DA2' and
21608            '78B' and
21609            'FEATURE' and
21610            'NDRPDR' and
21611            '1T1C' and
21612            'IP6FWD' and
21613            'SRv6'"
21614   parameters:
21615   - "latency"
21616   - "parent"
21617   - "tags"
21618   layout:
21619     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21620     layout: "plot-latency"
21621
21622 - type: "plot"
21623   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21624   algorithm: "plot_latency_error_bars"
21625   output-file-type: ".html"
21626   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21628   filter: "'NIC_Intel-X520-DA2' and
21629            '78B' and
21630            'FEATURE' and
21631            'NDRPDR' and
21632            '2T2C' and
21633            'IP6FWD' and
21634            'SRv6'"
21635   parameters:
21636   - "latency"
21637   - "parent"
21638   - "tags"
21639   layout:
21640     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21641     layout: "plot-latency"
21642
21643 ################################################################################
21644
21645 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21646 - type: "plot"
21647   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21648   algorithm: "plot_latency_error_bars"
21649   output-file-type: ".html"
21650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21652   filter: "'NIC_Intel-X520-DA2' and
21653            '64B' and
21654            'NDRPDR' and
21655            'ETH' and
21656            'IP4FWD' and
21657            '1T1C' and
21658            'VHOST_1024' and
21659            not 'VXLAN' and
21660            not 'DOT1Q'"
21661   parameters:
21662   - "latency"
21663   - "parent"
21664   - "tags"
21665   sort:
21666   - "not CFS_OPT"
21667   - "1VM"
21668   - "2VM"
21669   layout:
21670     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21671     layout: "plot-latency"
21672
21673 - type: "plot"
21674   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21675   algorithm: "plot_latency_error_bars"
21676   output-file-type: ".html"
21677   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21679   filter: "'NIC_Intel-X520-DA2' and
21680            '64B' and
21681            'NDRPDR' and
21682            'ETH' and
21683            'IP4FWD' and
21684            '2T2C' and
21685            'VHOST_1024' and
21686            not 'VXLAN' and
21687            not 'DOT1Q'"
21688   parameters:
21689   - "latency"
21690   - "parent"
21691   - "tags"
21692   sort:
21693   - "not CFS_OPT"
21694   - "1VM"
21695   - "2VM"
21696   layout:
21697     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21698     layout: "plot-latency"
21699
21700 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21701 - type: "plot"
21702   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21703   algorithm: "plot_latency_error_bars"
21704   output-file-type: ".html"
21705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21707   filter: "'NIC_Intel-X520-DA2' and
21708            '64B' and
21709            'NDRPDR' and
21710            ('ETH' or 'DOT1Q') and
21711            'BASE' and
21712            '1T1C' and
21713            ('L2BDMACLRN' or 'L2XCFWD') and
21714            'VHOST_1024' and
21715            not 'VXLAN' and
21716            not 'IP4FWD' and
21717            not '2VM'"
21718   parameters:
21719   - "latency"
21720   - "parent"
21721   - "tags"
21722   sort:
21723   - "L2BDMACLRN"
21724   - "L2BDMACLRN"
21725   - "L2BDMACLRN"
21726   - "L2XCFWD"
21727   - "L2XCFWD"
21728   - "L2XCFWD"
21729   layout:
21730     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21731     layout: "plot-latency"
21732
21733 - type: "plot"
21734   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21735   algorithm: "plot_latency_error_bars"
21736   output-file-type: ".html"
21737   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21739   filter: "'NIC_Intel-X520-DA2' and
21740            '64B' and
21741            'NDRPDR' and
21742            ('ETH' or 'DOT1Q') and
21743            'BASE' and
21744            '2T2C' and
21745            ('L2BDMACLRN' or 'L2XCFWD') and
21746            'VHOST_1024' and
21747            not 'VXLAN' and
21748            not 'IP4FWD' and
21749            not '2VM'"
21750   parameters:
21751   - "latency"
21752   - "parent"
21753   - "tags"
21754   sort:
21755   - "L2BDMACLRN"
21756   - "L2BDMACLRN"
21757   - "L2BDMACLRN"
21758   - "L2XCFWD"
21759   - "L2XCFWD"
21760   - "L2XCFWD"
21761   layout:
21762     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21763     layout: "plot-latency"
21764
21765 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21766 - type: "plot"
21767   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21768   algorithm: "plot_latency_error_bars"
21769   output-file-type: ".html"
21770   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21772   filter: "'NIC_Intel-X520-DA2' and
21773            '64B' and
21774            'NDRPDR' and
21775            ('ETH' or 'DOT1Q') and
21776            '1T1C' and
21777            ('L2BDMACLRN' or 'L2XCFWD') and
21778            'VHOST_1024' and
21779            not 'CFS_OPT' and
21780            not 'DOT1Q' and
21781            not 'VXLAN' and
21782            not 'IP4FWD' and
21783            not 'LBOND'"
21784   parameters:
21785   - "latency"
21786   - "parent"
21787   - "tags"
21788 #  sort:
21789 #  - "1VM"
21790 #  - "L2XCFWD"
21791 #  - "1VM"
21792 #  - "L2BDMACLRN"
21793   layout:
21794     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21795     layout: "plot-latency"
21796
21797 - type: "plot"
21798   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-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-2t2c-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            '2T2C' 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-2t2c-base-vm-ndr"
21826     layout: "plot-latency"
21827
21828 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21829 - type: "plot"
21830   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21831   algorithm: "plot_latency_error_bars"
21832   output-file-type: ".html"
21833   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21835   filter: "'NIC_Intel-X710' and
21836            '64B' and
21837            'NDRPDR' and
21838            'ETH' and
21839            'IP4FWD' and
21840            '1T1C' and
21841            'VHOST_1024' and
21842            not 'VXLAN' and
21843            not 'CFS_OPT' and
21844            not 'DOT1Q'"
21845   parameters:
21846   - "latency"
21847   - "parent"
21848   - "tags"
21849   sort:
21850   - "1VM"
21851   - "2VM"
21852   layout:
21853     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21854     layout: "plot-latency"
21855
21856 - type: "plot"
21857   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21858   algorithm: "plot_latency_error_bars"
21859   output-file-type: ".html"
21860   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21862   filter: "'NIC_Intel-X710' and
21863            '64B' and
21864            'NDRPDR' and
21865            'ETH' and
21866            'IP4FWD' and
21867            '2T2C' and
21868            'VHOST_1024' and
21869            not 'VXLAN' and
21870            not 'CFS_OPT' and
21871            not 'DOT1Q'"
21872   parameters:
21873   - "latency"
21874   - "parent"
21875   - "tags"
21876   sort:
21877   - "1VM"
21878   - "2VM"
21879   layout:
21880     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21881     layout: "plot-latency"
21882
21883 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21884 - type: "plot"
21885   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21886   algorithm: "plot_latency_error_bars"
21887   output-file-type: ".html"
21888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21890   filter: "'NIC_Intel-X710' and
21891            '64B' and
21892            'NDRPDR' and
21893            ('ETH' or 'DOT1Q') and
21894            'BASE' and
21895            '1T1C' and
21896            ('L2BDMACLRN' or 'L2XCFWD') and
21897            'VHOST_1024' and
21898            not 'VXLAN' and
21899            not 'IP4FWD' and
21900            not '2VM'"
21901   parameters:
21902   - "latency"
21903   - "parent"
21904   - "tags"
21905   sort:
21906   - "L2BDMACLRN"
21907   - "L2BDMACLRN"
21908   - "L2BDMACLRN"
21909   - "L2XCFWD"
21910   - "L2XCFWD"
21911   - "L2XCFWD"
21912   layout:
21913     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21914     layout: "plot-latency"
21915
21916 - type: "plot"
21917   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21918   algorithm: "plot_latency_error_bars"
21919   output-file-type: ".html"
21920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21922   filter: "'NIC_Intel-X710' and
21923            '64B' and
21924            'NDRPDR' and
21925            ('ETH' or 'DOT1Q') and
21926            'BASE' and
21927            '2T2C' and
21928            ('L2BDMACLRN' or 'L2XCFWD') and
21929            'VHOST_1024' and
21930            not 'VXLAN' and
21931            not 'IP4FWD' and
21932            not '2VM'"
21933   parameters:
21934   - "latency"
21935   - "parent"
21936   - "tags"
21937   sort:
21938   - "L2BDMACLRN"
21939   - "L2BDMACLRN"
21940   - "L2BDMACLRN"
21941   - "L2XCFWD"
21942   - "L2XCFWD"
21943   - "L2XCFWD"
21944   layout:
21945     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21946     layout: "plot-latency"
21947
21948 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21949 - type: "plot"
21950   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21951   algorithm: "plot_latency_error_bars"
21952   output-file-type: ".html"
21953   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21955   filter: "'NIC_Intel-X710' and
21956            '64B' and
21957            'NDRPDR' and
21958            ('ETH' or 'DOT1Q') and
21959            '1T1C' and
21960            ('L2BDMACLRN' or 'L2XCFWD') and
21961            'VHOST_1024' and
21962            not 'CFS_OPT' and
21963            not 'VXLAN' and
21964            not 'IP4FWD' and
21965            not 'LBOND'"
21966   parameters:
21967   - "latency"
21968   - "parent"
21969   - "tags"
21970   sort:
21971   - "L2BDMACLRN"
21972   - "L2BDMACLRN"
21973   - "L2BDMACLRN"
21974   - "L2XCFWD"
21975   - "L2XCFWD"
21976   - "L2XCFWD"
21977   layout:
21978     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21979     layout: "plot-latency"
21980
21981 - type: "plot"
21982   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21983   algorithm: "plot_latency_error_bars"
21984   output-file-type: ".html"
21985   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21987   filter: "'NIC_Intel-X710' and
21988            '64B' and
21989            'NDRPDR' and
21990            ('ETH' or 'DOT1Q') and
21991            '2T2C' and
21992            ('L2BDMACLRN' or 'L2XCFWD') and
21993            'VHOST_1024' and
21994            not 'CFS_OPT' and
21995            not 'VXLAN' and
21996            not 'IP4FWD' and
21997            not 'LBOND'"
21998   parameters:
21999   - "latency"
22000   - "parent"
22001   - "tags"
22002   sort:
22003   - "L2BDMACLRN"
22004   - "L2BDMACLRN"
22005   - "L2BDMACLRN"
22006   - "L2XCFWD"
22007   - "L2XCFWD"
22008   - "L2XCFWD"
22009   layout:
22010     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22011     layout: "plot-latency"
22012
22013 # Packet Latency - VPP vhost ip4 3n-skx-x710
22014 - type: "plot"
22015   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22016   algorithm: "plot_latency_error_bars"
22017   output-file-type: ".html"
22018   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22020   filter: "'NIC_Intel-X710' and
22021            '64B' and
22022            'NDRPDR' and
22023            'ETH' and
22024            'IP4FWD' and
22025            '2T1C' and
22026            'VHOST_1024' and
22027            not 'VXLAN' and
22028            not 'DOT1Q'"
22029   parameters:
22030   - "latency"
22031   - "parent"
22032   - "tags"
22033   sort:
22034   - "1VM"
22035   - "2VM"
22036   layout:
22037     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22038     layout: "plot-latency"
22039
22040 - type: "plot"
22041   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22042   algorithm: "plot_latency_error_bars"
22043   output-file-type: ".html"
22044   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22046   filter: "'NIC_Intel-X710' and
22047            '64B' and
22048            'NDRPDR' and
22049            'ETH' and
22050            'IP4FWD' and
22051            '4T2C' and
22052            'VHOST_1024' and
22053            not 'VXLAN' and
22054            not 'DOT1Q'"
22055   parameters:
22056   - "latency"
22057   - "parent"
22058   - "tags"
22059   sort:
22060   - "1VM"
22061   - "2VM"
22062   layout:
22063     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22064     layout: "plot-latency"
22065
22066 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22067 - type: "plot"
22068   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22069   algorithm: "plot_latency_error_bars"
22070   output-file-type: ".html"
22071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22073   filter: "'NIC_Intel-X710' and
22074            '64B' and
22075            'NDRPDR' and
22076            ('ETH' or 'DOT1Q') and
22077            'BASE' and
22078            '2T1C' and
22079            ('L2BDMACLRN' or 'L2XCFWD') and
22080            'VHOST_1024' and
22081            not 'VXLAN' and
22082            not 'IP4FWD' and
22083            not '2VM'"
22084   parameters:
22085   - "latency"
22086   - "parent"
22087   - "tags"
22088   sort:
22089   - "L2BDMACLRN"
22090   - "L2BDMACLRN"
22091   - "L2BDMACLRN"
22092   - "L2XCFWD"
22093   - "L2XCFWD"
22094   - "L2XCFWD"
22095   layout:
22096     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22097     layout: "plot-latency"
22098
22099 - type: "plot"
22100   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22101   algorithm: "plot_latency_error_bars"
22102   output-file-type: ".html"
22103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22105   filter: "'NIC_Intel-X710' and
22106            '64B' and
22107            'NDRPDR' and
22108            ('ETH' or 'DOT1Q') and
22109            'BASE' and
22110            '4T2C' and
22111            ('L2BDMACLRN' or 'L2XCFWD') and
22112            'VHOST_1024' and
22113            not 'VXLAN' and
22114            not 'IP4FWD' and
22115            not '2VM'"
22116   parameters:
22117   - "latency"
22118   - "parent"
22119   - "tags"
22120   sort:
22121   - "L2BDMACLRN"
22122   - "L2BDMACLRN"
22123   - "L2BDMACLRN"
22124   - "L2XCFWD"
22125   - "L2XCFWD"
22126   - "L2XCFWD"
22127   layout:
22128     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22129     layout: "plot-latency"
22130
22131 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22132 - type: "plot"
22133   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22134   algorithm: "plot_latency_error_bars"
22135   output-file-type: ".html"
22136   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22138   filter: "'NIC_Intel-X710' and
22139            '64B' and
22140            'NDRPDR' and
22141            ('ETH' or 'DOT1Q') and
22142            '2T1C' and
22143            ('L2BDMACLRN' or 'L2XCFWD') and
22144            'VHOST_1024' and
22145            not 'CFS_OPT' and
22146            not 'VXLAN' and
22147            not 'IP4FWD' and
22148            not 'LBOND'"
22149   parameters:
22150   - "latency"
22151   - "parent"
22152   - "tags"
22153   sort:
22154   - "L2BDMACLRN"
22155   - "L2BDMACLRN"
22156   - "L2BDMACLRN"
22157   - "L2XCFWD"
22158   - "L2XCFWD"
22159   - "L2XCFWD"
22160   layout:
22161     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22162     layout: "plot-latency"
22163
22164 - type: "plot"
22165   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22166   algorithm: "plot_latency_error_bars"
22167   output-file-type: ".html"
22168   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22170   filter: "'NIC_Intel-X710' and
22171            '64B' and
22172            'NDRPDR' and
22173            ('ETH' or 'DOT1Q') and
22174            '4T2C' and
22175            ('L2BDMACLRN' or 'L2XCFWD') and
22176            'VHOST_1024' and
22177            not 'CFS_OPT' and
22178            not 'VXLAN' and
22179            not 'IP4FWD' and
22180            not 'LBOND'"
22181   parameters:
22182   - "latency"
22183   - "parent"
22184   - "tags"
22185   sort:
22186   - "L2BDMACLRN"
22187   - "L2BDMACLRN"
22188   - "L2BDMACLRN"
22189   - "L2XCFWD"
22190   - "L2XCFWD"
22191   - "L2XCFWD"
22192   layout:
22193     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22194     layout: "plot-latency"
22195
22196 # Packet Latency - VPP vhost ip4 2n-skx-x710
22197 - type: "plot"
22198   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22199   algorithm: "plot_latency_error_bars"
22200   output-file-type: ".html"
22201   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22203   filter: "'NIC_Intel-X710' and
22204            '64B' and
22205            'NDRPDR' and
22206            'ETH' and
22207            'IP4FWD' and
22208            '2T1C' and
22209            'VHOST_1024' and
22210            not 'VXLAN' and
22211            not 'NF_DENSITY' and
22212            not 'CFS_OPT' and
22213            not 'DOT1Q'"
22214   parameters:
22215   - "latency"
22216   - "parent"
22217   - "tags"
22218   sort:
22219   - "1VM"
22220   - "2VM"
22221   layout:
22222     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22223     layout: "plot-latency"
22224
22225 - type: "plot"
22226   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22227   algorithm: "plot_latency_error_bars"
22228   output-file-type: ".html"
22229   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22231   filter: "'NIC_Intel-X710' and
22232            '64B' and
22233            'NDRPDR' and
22234            'ETH' and
22235            'IP4FWD' and
22236            '4T2C' and
22237            'VHOST_1024' and
22238            not 'VXLAN' and
22239            not 'NF_DENSITY' and
22240            not 'CFS_OPT' and
22241            not 'DOT1Q'"
22242   parameters:
22243   - "latency"
22244   - "parent"
22245   - "tags"
22246   sort:
22247   - "1VM"
22248   - "2VM"
22249   layout:
22250     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22251     layout: "plot-latency"
22252
22253 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22254 - type: "plot"
22255   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22256   algorithm: "plot_latency_error_bars"
22257   output-file-type: ".html"
22258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22260   filter: "'NIC_Intel-X710' and
22261            '64B' and
22262            'NDRPDR' and
22263            ('ETH' or 'DOT1Q') and
22264            'BASE' and
22265            '2T1C' and
22266            ('L2BDMACLRN' or 'L2XCFWD') and
22267            'VHOST_1024' and
22268            not 'VXLAN' and
22269            not 'NF_DENSITY' and
22270            not 'IP4FWD' and
22271            not '2VM'"
22272   parameters:
22273   - "latency"
22274   - "parent"
22275   - "tags"
22276 #  sort:
22277 #  - "not CFS_OPT"
22278 #  - "L2XCFWD"
22279 #  - "not CFS_OPT"
22280 #  - "CFS_OPT"
22281   layout:
22282     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22283     layout: "plot-latency"
22284
22285 - type: "plot"
22286   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-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-4t2c-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            '4T2C' 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-4t2c-base_and_features-ndr"
22314     layout: "plot-latency"
22315
22316 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22317 - type: "plot"
22318   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22319   algorithm: "plot_latency_error_bars"
22320   output-file-type: ".html"
22321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22323   filter: "'NIC_Intel-X710' and
22324            '64B' and
22325            'NDRPDR' and
22326            ('ETH' or 'DOT1Q') and
22327            '2T1C' and
22328            ('L2BDMACLRN' or 'L2XCFWD') and
22329            'VHOST_1024' and
22330            not 'CFS_OPT' and
22331            not 'VXLAN' and
22332            not 'NF_DENSITY' and
22333            not 'DOT1Q' and
22334            not 'IP4FWD'"
22335   parameters:
22336   - "latency"
22337   - "parent"
22338   - "tags"
22339 #  sort:
22340 #  - "1VM"
22341 #  - "L2XCFWD"
22342 #  - "1VM"
22343 #  - "L2BDMACLRN"
22344   layout:
22345     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22346     layout: "plot-latency"
22347
22348 - type: "plot"
22349   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-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-4t2c-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            '4T2C' 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-4t2c-base-vm-ndr"
22377     layout: "plot-latency"
22378
22379 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22380 - type: "plot"
22381   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22382   algorithm: "plot_latency_error_bars"
22383   output-file-type: ".html"
22384   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22386   filter: "'NIC_Intel-XXV710' and
22387            '64B' and
22388            'NDRPDR' and
22389            'ETH' and
22390            'IP4FWD' and
22391            '2T1C' and
22392            'VHOST_1024' and
22393            not 'VXLAN' and
22394            not 'CFS_OPT' and
22395            not 'DOT1Q'"
22396   parameters:
22397   - "latency"
22398   - "parent"
22399   - "tags"
22400   sort:
22401   - "not CFS_OPT"
22402   - "1VM"
22403   - "2VM"
22404   layout:
22405     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22406     layout: "plot-latency"
22407
22408 - type: "plot"
22409   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22410   algorithm: "plot_latency_error_bars"
22411   output-file-type: ".html"
22412   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22414   filter: "'NIC_Intel-XXV710' and
22415            '64B' and
22416            'NDRPDR' and
22417            'ETH' and
22418            'IP4FWD' and
22419            '4T2C' and
22420            'VHOST_1024' and
22421            not 'VXLAN' and
22422            not 'CFS_OPT' and
22423            not 'DOT1Q'"
22424   parameters:
22425   - "latency"
22426   - "parent"
22427   - "tags"
22428   sort:
22429   - "not CFS_OPT"
22430   - "1VM"
22431   - "2VM"
22432   layout:
22433     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22434     layout: "plot-latency"
22435
22436 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22437 #- type: "plot"
22438 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22439 #  algorithm: "plot_latency_error_bars"
22440 #  output-file-type: ".html"
22441 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22442 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22443 #  filter: "'NIC_Intel-XXV710' and
22444 #           '64B' and
22445 #           'NDRPDR' and
22446 #           ('ETH' or 'DOT1Q') and
22447 #           'BASE' and
22448 #           '2T1C' and
22449 #           ('L2BDMACLRN' or 'L2XCFWD') and
22450 #           'VHOST_1024' and
22451 #           not 'VXLAN' and
22452 #           not 'IP4FWD' and
22453 #           not '2VM'"
22454 #  parameters:
22455 #  - "latency"
22456 #  - "parent"
22457 #  - "tags"
22458 ##  sort:
22459 ##  - "not CFS_OPT"
22460 ##  - "L2XCFWD"
22461 ##  - "not CFS_OPT"
22462 ##  - "CFS_OPT"
22463 #  layout:
22464 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22465 #    layout: "plot-latency"
22466 #
22467 #- type: "plot"
22468 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22469 #  algorithm: "plot_latency_error_bars"
22470 #  output-file-type: ".html"
22471 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22472 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22473 #  filter: "'NIC_Intel-XXV710' and
22474 #           '64B' and
22475 #           'NDRPDR' and
22476 #           ('ETH' or 'DOT1Q') and
22477 #           'BASE' and
22478 #           '4T2C' and
22479 #           ('L2BDMACLRN' or 'L2XCFWD') and
22480 #           'VHOST_1024' and
22481 #           not 'VXLAN' and
22482 #           not 'IP4FWD' and
22483 #           not '2VM'"
22484 #  parameters:
22485 #  - "latency"
22486 #  - "parent"
22487 #  - "tags"
22488 ##  sort:
22489 ##  - "not CFS_OPT"
22490 ##  - "L2XCFWD"
22491 ##  - "not CFS_OPT"
22492 ##  - "CFS_OPT"
22493 #  layout:
22494 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22495 #    layout: "plot-latency"
22496 #
22497 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22498 #- type: "plot"
22499 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-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-2t1c-base-vm-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 #           '2T1C' and
22509 #           ('L2BDMACLRN' or 'L2XCFWD') and
22510 #           'VHOST_1024' and
22511 #           not 'CFS_OPT' and
22512 #           not 'VXLAN' and
22513 #           not 'DOT1Q' and
22514 #           not 'IP4FWD'"
22515 #  parameters:
22516 #  - "latency"
22517 #  - "parent"
22518 #  - "tags"
22519 ##  sort:
22520 ##  - "1VM"
22521 ##  - "L2XCFWD"
22522 ##  - "1VM"
22523 ##  - "L2BDMACLRN"
22524 #  layout:
22525 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22526 #    layout: "plot-latency"
22527 #
22528 #- type: "plot"
22529 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22530 #  algorithm: "plot_latency_error_bars"
22531 #  output-file-type: ".html"
22532 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22533 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22534 #  filter: "'NIC_Intel-XXV710' and
22535 #           '64B' and
22536 #           'NDRPDR' and
22537 #           ('ETH' or 'DOT1Q') and
22538 #           '4T2C' and
22539 #           ('L2BDMACLRN' or 'L2XCFWD') and
22540 #           'VHOST_1024' and
22541 #           not 'CFS_OPT' and
22542 #           not 'VXLAN' and
22543 #           not 'DOT1Q' and
22544 #           not 'IP4FWD'"
22545 #  parameters:
22546 #  - "latency"
22547 #  - "parent"
22548 #  - "tags"
22549 ##  sort:
22550 ##  - "1VM"
22551 ##  - "L2XCFWD"
22552 ##  - "1VM"
22553 ##  - "L2BDMACLRN"
22554 #  layout:
22555 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22556 #    layout: "plot-latency"
22557
22558 ################################################################################
22559
22560 # Packet Latency - VPP VTS 3n-hsw-x520
22561 - type: "plot"
22562   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22563   algorithm: "plot_latency_error_bars"
22564   output-file-type: ".html"
22565   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22567   filter: "'NIC_Intel-X520-DA2' and
22568            '114B' and
22569            'NDRPDR' and
22570            '1T1C' and
22571            'VTS'"
22572   parameters:
22573   - "latency"
22574   - "parent"
22575   - "tags"
22576   layout:
22577     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22578     layout: "plot-latency"
22579
22580 - type: "plot"
22581   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22582   algorithm: "plot_latency_error_bars"
22583   output-file-type: ".html"
22584   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22586   filter: "'NIC_Intel-X520-DA2' and
22587            '114B' and
22588            'NDRPDR' and
22589            '2T2C' and
22590            'VTS'"
22591   parameters:
22592   - "latency"
22593   - "parent"
22594   - "tags"
22595   layout:
22596     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22597     layout: "plot-latency"
22598
22599 ################################################################################
22600
22601 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22602 - type: "plot"
22603   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22604   algorithm: "plot_latency_error_bars"
22605   output-file-type: ".html"
22606   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22607   data: "plot-dpdk-throughput-latency-3n-hsw"
22608   filter: "'NIC_Intel-X520-DA2' and
22609            '64B' and
22610            'BASE' and
22611            'NDRPDR' and
22612            '1T1C' and
22613            'IP4FWD'"
22614   parameters:
22615   - "latency"
22616   - "parent"
22617   - "tags"
22618   layout:
22619     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22620     layout: "plot-latency"
22621
22622 - type: "plot"
22623   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22624   algorithm: "plot_latency_error_bars"
22625   output-file-type: ".html"
22626   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22627   data: "plot-dpdk-throughput-latency-3n-hsw"
22628   filter: "'NIC_Intel-X520-DA2' and
22629            '64B' and
22630            'BASE' and
22631            'NDRPDR' and
22632            '2T2C' and
22633            'IP4FWD'"
22634   parameters:
22635   - "latency"
22636   - "parent"
22637   - "tags"
22638   layout:
22639     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22640     layout: "plot-latency"
22641
22642 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22643 - type: "plot"
22644   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22645   algorithm: "plot_latency_error_bars"
22646   output-file-type: ".html"
22647   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22648   data: "plot-dpdk-throughput-latency-3n-hsw"
22649   filter: "'NIC_Intel-X710' and
22650            '64B' and
22651            'BASE' and
22652            'NDRPDR' and
22653            '1T1C' and
22654            'IP4FWD'"
22655   parameters:
22656   - "latency"
22657   - "parent"
22658   - "tags"
22659   layout:
22660     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22661     layout: "plot-latency"
22662
22663 - type: "plot"
22664   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22665   algorithm: "plot_latency_error_bars"
22666   output-file-type: ".html"
22667   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22668   data: "plot-dpdk-throughput-latency-3n-hsw"
22669   filter: "'NIC_Intel-X710' and
22670            '64B' and
22671            'BASE' and
22672            'NDRPDR' and
22673            '2T2C' and
22674            'IP4FWD'"
22675   parameters:
22676   - "latency"
22677   - "parent"
22678   - "tags"
22679   layout:
22680     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22681     layout: "plot-latency"
22682
22683 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22684 - type: "plot"
22685   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22686   algorithm: "plot_latency_error_bars"
22687   output-file-type: ".html"
22688   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22689   data: "plot-dpdk-throughput-latency-3n-hsw"
22690   filter: "'NIC_Intel-XL710' and
22691            '64B' and
22692            'BASE' and
22693            'NDRPDR' and
22694            '1T1C' and
22695            'IP4FWD'"
22696   parameters:
22697   - "latency"
22698   - "parent"
22699   - "tags"
22700   layout:
22701     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22702     layout: "plot-latency"
22703
22704 - type: "plot"
22705   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22706   algorithm: "plot_latency_error_bars"
22707   output-file-type: ".html"
22708   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22709   data: "plot-dpdk-throughput-latency-3n-hsw"
22710   filter: "'NIC_Intel-XL710' and
22711            '64B' and
22712            'BASE' and
22713            'NDRPDR' and
22714            '2T2C' and
22715            'IP4FWD'"
22716   parameters:
22717   - "latency"
22718   - "parent"
22719   - "tags"
22720   layout:
22721     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22722     layout: "plot-latency"
22723
22724 # Packet Latency - DPDK l3fwd 3n-skx-x710
22725 - type: "plot"
22726   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22727   algorithm: "plot_latency_error_bars"
22728   output-file-type: ".html"
22729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22730   data: "plot-dpdk-throughput-latency-3n-skx"
22731   filter: "'NIC_Intel-X710' and
22732            '64B' and
22733            'BASE' and
22734            'NDRPDR' and
22735            '2T1C' and
22736            'IP4FWD'"
22737   parameters:
22738   - "latency"
22739   - "parent"
22740   - "tags"
22741   layout:
22742     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22743     layout: "plot-latency"
22744
22745 - type: "plot"
22746   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22747   algorithm: "plot_latency_error_bars"
22748   output-file-type: ".html"
22749   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22750   data: "plot-dpdk-throughput-latency-3n-skx"
22751   filter: "'NIC_Intel-X710' and
22752            '64B' and
22753            'BASE' and
22754            'NDRPDR' and
22755            '4T2C' and
22756            'IP4FWD'"
22757   parameters:
22758   - "latency"
22759   - "parent"
22760   - "tags"
22761   layout:
22762     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22763     layout: "plot-latency"
22764
22765 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22766 - type: "plot"
22767   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22768   algorithm: "plot_latency_error_bars"
22769   output-file-type: ".html"
22770   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22771   data: "plot-dpdk-throughput-latency-3n-skx"
22772   filter: "'NIC_Intel-XXV710' and
22773            '64B' and
22774            'BASE' and
22775            'NDRPDR' and
22776            '2T1C' and
22777            'IP4FWD'"
22778   parameters:
22779   - "latency"
22780   - "parent"
22781   - "tags"
22782   layout:
22783     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22784     layout: "plot-latency"
22785
22786 - type: "plot"
22787   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22788   algorithm: "plot_latency_error_bars"
22789   output-file-type: ".html"
22790   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22791   data: "plot-dpdk-throughput-latency-3n-skx"
22792   filter: "'NIC_Intel-XXV710' and
22793            '64B' and
22794            'BASE' and
22795            'NDRPDR' and
22796            '4T2C' and
22797            'IP4FWD'"
22798   parameters:
22799   - "latency"
22800   - "parent"
22801   - "tags"
22802   layout:
22803     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22804     layout: "plot-latency"
22805
22806 # Packet Latency - DPDK l3fwd 2n-skx-x710
22807 - type: "plot"
22808   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22809   algorithm: "plot_latency_error_bars"
22810   output-file-type: ".html"
22811   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22812   data: "plot-dpdk-throughput-latency-2n-skx"
22813   filter: "'NIC_Intel-X710' and
22814            '64B' and
22815            'BASE' and
22816            'NDRPDR' and
22817            '2T1C' and
22818            'IP4FWD'"
22819   parameters:
22820   - "latency"
22821   - "parent"
22822   - "tags"
22823   layout:
22824     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22825     layout: "plot-latency"
22826
22827 - type: "plot"
22828   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22829   algorithm: "plot_latency_error_bars"
22830   output-file-type: ".html"
22831   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22832   data: "plot-dpdk-throughput-latency-2n-skx"
22833   filter: "'NIC_Intel-X710' and
22834            '64B' and
22835            'BASE' and
22836            'NDRPDR' and
22837            '4T2C' and
22838            'IP4FWD'"
22839   parameters:
22840   - "latency"
22841   - "parent"
22842   - "tags"
22843   layout:
22844     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22845     layout: "plot-latency"
22846
22847 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22848 - type: "plot"
22849   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22850   algorithm: "plot_latency_error_bars"
22851   output-file-type: ".html"
22852   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22853   data: "plot-dpdk-throughput-latency-2n-skx"
22854   filter: "'NIC_Intel-XXV710' and
22855            '64B' and
22856            'BASE' and
22857            'NDRPDR' and
22858            '2T1C' and
22859            'IP4FWD'"
22860   parameters:
22861   - "latency"
22862   - "parent"
22863   - "tags"
22864   layout:
22865     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22866     layout: "plot-latency"
22867
22868 - type: "plot"
22869   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22870   algorithm: "plot_latency_error_bars"
22871   output-file-type: ".html"
22872   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22873   data: "plot-dpdk-throughput-latency-2n-skx"
22874   filter: "'NIC_Intel-XXV710' and
22875            '64B' and
22876            'BASE' and
22877            'NDRPDR' and
22878            '4T2C' and
22879            'IP4FWD'"
22880   parameters:
22881   - "latency"
22882   - "parent"
22883   - "tags"
22884   layout:
22885     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22886     layout: "plot-latency"
22887
22888 ################################################################################
22889
22890 # Packet Latency - DPDK testpmd 3n-hsw-x520
22891 - type: "plot"
22892   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22893   algorithm: "plot_latency_error_bars"
22894   output-file-type: ".html"
22895   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22896   data: "plot-dpdk-throughput-latency-3n-hsw"
22897   filter: "'NIC_Intel-X520-DA2' and
22898            '64B' and
22899            'BASE' and
22900            'NDRPDR' and
22901            '1T1C' and
22902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22903   parameters:
22904   - "latency"
22905   - "parent"
22906   - "tags"
22907   layout:
22908     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22909     layout: "plot-latency"
22910
22911 - type: "plot"
22912   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22913   algorithm: "plot_latency_error_bars"
22914   output-file-type: ".html"
22915   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22916   data: "plot-dpdk-throughput-latency-3n-hsw"
22917   filter: "'NIC_Intel-X520-DA2' and
22918            '64B' and
22919            'BASE' and
22920            'NDRPDR' and
22921            '2T2C' and
22922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22923   parameters:
22924   - "latency"
22925   - "parent"
22926   - "tags"
22927   layout:
22928     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22929     layout: "plot-latency"
22930
22931 # Packet Latency - DPDK testpmd 3n-hsw-x710
22932 - type: "plot"
22933   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22934   algorithm: "plot_latency_error_bars"
22935   output-file-type: ".html"
22936   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22937   data: "plot-dpdk-throughput-latency-3n-hsw"
22938   filter: "'NIC_Intel-X710' and
22939            '64B' and
22940            'BASE' and
22941            'NDRPDR' and
22942            '1T1C' and
22943            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22944   parameters:
22945   - "latency"
22946   - "parent"
22947   - "tags"
22948   layout:
22949     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22950     layout: "plot-latency"
22951
22952 - type: "plot"
22953   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22954   algorithm: "plot_latency_error_bars"
22955   output-file-type: ".html"
22956   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22957   data: "plot-dpdk-throughput-latency-3n-hsw"
22958   filter: "'NIC_Intel-X710' and
22959            '64B' and
22960            'BASE' and
22961            'NDRPDR' and
22962            '2T2C' and
22963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22964   parameters:
22965   - "latency"
22966   - "parent"
22967   - "tags"
22968   layout:
22969     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22970     layout: "plot-latency"
22971
22972 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22973 - type: "plot"
22974   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22975   algorithm: "plot_latency_error_bars"
22976   output-file-type: ".html"
22977   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22978   data: "plot-dpdk-throughput-latency-3n-hsw"
22979   filter: "'NIC_Intel-XL710' and
22980            '64B' and
22981            'BASE' and
22982            'NDRPDR' and
22983            '1T1C' and
22984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22985   parameters:
22986   - "latency"
22987   - "parent"
22988   - "tags"
22989   layout:
22990     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22991     layout: "plot-latency"
22992
22993 - type: "plot"
22994   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22995   algorithm: "plot_latency_error_bars"
22996   output-file-type: ".html"
22997   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22998   data: "plot-dpdk-throughput-latency-3n-hsw"
22999   filter: "'NIC_Intel-XL710' and
23000            '64B' and
23001            'BASE' and
23002            'NDRPDR' and
23003            '2T2C' and
23004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23005   parameters:
23006   - "latency"
23007   - "parent"
23008   - "tags"
23009   layout:
23010     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23011     layout: "plot-latency"
23012
23013 # Packet Latency - DPDK testpmd 3n-skx-x710
23014 - type: "plot"
23015   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23016   algorithm: "plot_latency_error_bars"
23017   output-file-type: ".html"
23018   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23019   data: "plot-dpdk-throughput-latency-3n-skx"
23020   filter: "'NIC_Intel-X710' and
23021            '64B' and
23022            'BASE' and
23023            'NDRPDR' and
23024            '2T1C' and
23025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23026   parameters:
23027   - "latency"
23028   - "parent"
23029   - "tags"
23030   layout:
23031     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23032     layout: "plot-latency"
23033
23034 - type: "plot"
23035   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23036   algorithm: "plot_latency_error_bars"
23037   output-file-type: ".html"
23038   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23039   data: "plot-dpdk-throughput-latency-3n-skx"
23040   filter: "'NIC_Intel-X710' and
23041            '64B' and
23042            'BASE' and
23043            'NDRPDR' and
23044            '4T2C' and
23045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23046   parameters:
23047   - "latency"
23048   - "parent"
23049   - "tags"
23050   layout:
23051     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23052     layout: "plot-latency"
23053
23054 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23055 - type: "plot"
23056   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23057   algorithm: "plot_latency_error_bars"
23058   output-file-type: ".html"
23059   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23060   data: "plot-dpdk-throughput-latency-3n-skx"
23061   filter: "'NIC_Intel-XXV710' and
23062            '64B' and
23063            'BASE' and
23064            'NDRPDR' and
23065            '2T1C' and
23066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23067   parameters:
23068   - "latency"
23069   - "parent"
23070   - "tags"
23071   layout:
23072     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23073     layout: "plot-latency"
23074
23075 - type: "plot"
23076   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23077   algorithm: "plot_latency_error_bars"
23078   output-file-type: ".html"
23079   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23080   data: "plot-dpdk-throughput-latency-3n-skx"
23081   filter: "'NIC_Intel-XXV710' and
23082            '64B' and
23083            'BASE' and
23084            'NDRPDR' and
23085            '4T2C' and
23086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23087   parameters:
23088   - "latency"
23089   - "parent"
23090   - "tags"
23091   layout:
23092     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23093     layout: "plot-latency"
23094
23095 # Packet Latency - DPDK testpmd 2n-skx-x710
23096 - type: "plot"
23097   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23098   algorithm: "plot_latency_error_bars"
23099   output-file-type: ".html"
23100   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23101   data: "plot-dpdk-throughput-latency-2n-skx"
23102   filter: "'NIC_Intel-X710' and
23103            '64B' and
23104            'BASE' and
23105            'NDRPDR' and
23106            '2T1C' and
23107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23108   parameters:
23109   - "latency"
23110   - "parent"
23111   - "tags"
23112   layout:
23113     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23114     layout: "plot-latency"
23115
23116 - type: "plot"
23117   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23118   algorithm: "plot_latency_error_bars"
23119   output-file-type: ".html"
23120   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23121   data: "plot-dpdk-throughput-latency-2n-skx"
23122   filter: "'NIC_Intel-X710' and
23123            '64B' and
23124            'BASE' and
23125            'NDRPDR' and
23126            '4T2C' and
23127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23128   parameters:
23129   - "latency"
23130   - "parent"
23131   - "tags"
23132   layout:
23133     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23134     layout: "plot-latency"
23135
23136 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23137 - type: "plot"
23138   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23139   algorithm: "plot_latency_error_bars"
23140   output-file-type: ".html"
23141   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23142   data: "plot-dpdk-throughput-latency-2n-skx"
23143   filter: "'NIC_Intel-XXV710' and
23144            '64B' and
23145            'BASE' and
23146            'NDRPDR' and
23147            '2T1C' and
23148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23149   parameters:
23150   - "latency"
23151   - "parent"
23152   - "tags"
23153   layout:
23154     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23155     layout: "plot-latency"
23156
23157 - type: "plot"
23158   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23159   algorithm: "plot_latency_error_bars"
23160   output-file-type: ".html"
23161   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23162   data: "plot-dpdk-throughput-latency-2n-skx"
23163   filter: "'NIC_Intel-XXV710' and
23164            '64B' and
23165            'BASE' and
23166            'NDRPDR' and
23167            '4T2C' and
23168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23169   parameters:
23170   - "latency"
23171   - "parent"
23172   - "tags"
23173   layout:
23174     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23175     layout: "plot-latency"
23176
23177 ################################################################################
23178
23179 # Speedup - VPP Container Memif 3n-hsw-x520
23180 - type: "plot"
23181   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23182   algorithm: "plot_throughput_speedup_analysis"
23183   output-file-type: ".html"
23184   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23186   filter: "'NIC_Intel-X520-DA2' and
23187            '64B' and
23188            ('BASE' or 'SCALE') and
23189            'NDRPDR' and
23190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23191            not 'VHOST' and
23192            'MEMIF'"
23193   parameters:
23194   - "throughput"
23195   - "parent"
23196   - "tags"
23197   sort:
23198   - "L2XCFWD"
23199   - "L2XCFWD"
23200   - "L2XCFWD"
23201   - "L2BDMACLRN"
23202   - "L2BDMACLRN"
23203   - "L2BDMACLRN"
23204   - "IP4FWD"
23205   layout:
23206     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23207     layout: "plot-throughput-speedup-analysis"
23208
23209 - type: "plot"
23210   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23211   algorithm: "plot_throughput_speedup_analysis"
23212   output-file-type: ".html"
23213   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23215   filter: "'NIC_Intel-X520-DA2' and
23216            '64B' and
23217            ('BASE' or 'SCALE') and
23218            'NDRPDR' and
23219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23220            not 'VHOST' and
23221            'MEMIF'"
23222   parameters:
23223   - "throughput"
23224   - "parent"
23225   - "tags"
23226   sort:
23227   - "L2XCFWD"
23228   - "L2XCFWD"
23229   - "L2XCFWD"
23230   - "L2BDMACLRN"
23231   - "L2BDMACLRN"
23232   - "L2BDMACLRN"
23233   - "IP4FWD"
23234   layout:
23235     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23236     layout: "plot-throughput-speedup-analysis"
23237
23238 # Speedup - VPP Container Memif 3n-hsw-x710
23239 - type: "plot"
23240   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23241   algorithm: "plot_throughput_speedup_analysis"
23242   output-file-type: ".html"
23243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23245   filter: "'NIC_Intel-X710' and
23246            '64B' and
23247            ('BASE' or 'SCALE') and
23248            'NDRPDR' and
23249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23250            not 'VHOST' and
23251            'MEMIF'"
23252   parameters:
23253   - "throughput"
23254   - "parent"
23255   - "tags"
23256   sort:
23257   - "L2XCFWD"
23258   - "L2XCFWD"
23259   - "L2XCFWD"
23260   - "L2BDMACLRN"
23261   - "L2BDMACLRN"
23262   - "L2BDMACLRN"
23263   - "IP4FWD"
23264   layout:
23265     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23266     layout: "plot-throughput-speedup-analysis"
23267
23268 - type: "plot"
23269   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23270   algorithm: "plot_throughput_speedup_analysis"
23271   output-file-type: ".html"
23272   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23274   filter: "'NIC_Intel-X710' and
23275            '64B' and
23276            ('BASE' or 'SCALE') and
23277            'NDRPDR' and
23278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23279            not 'VHOST' and
23280            'MEMIF'"
23281   parameters:
23282   - "throughput"
23283   - "parent"
23284   - "tags"
23285   sort:
23286   - "L2XCFWD"
23287   - "L2XCFWD"
23288   - "L2XCFWD"
23289   - "L2BDMACLRN"
23290   - "L2BDMACLRN"
23291   - "L2BDMACLRN"
23292   - "IP4FWD"
23293   layout:
23294     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23295     layout: "plot-throughput-speedup-analysis"
23296
23297 # Speedup - VPP Container Memif 3n-hsw-xl710
23298 - type: "plot"
23299   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23300   algorithm: "plot_throughput_speedup_analysis"
23301   output-file-type: ".html"
23302   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23304   filter: "'NIC_Intel-XL710' and
23305            '64B' and
23306            ('BASE' or 'SCALE') and
23307            'NDRPDR' and
23308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23309            not 'VHOST' and
23310            'MEMIF'"
23311   parameters:
23312   - "throughput"
23313   - "parent"
23314   - "tags"
23315   sort:
23316   - "L2XCFWD"
23317   - "L2XCFWD"
23318   - "L2XCFWD"
23319   - "L2BDMACLRN"
23320   - "L2BDMACLRN"
23321   - "L2BDMACLRN"
23322   - "IP4FWD"
23323   layout:
23324     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23325     layout: "plot-throughput-speedup-analysis"
23326
23327 - type: "plot"
23328   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23329   algorithm: "plot_throughput_speedup_analysis"
23330   output-file-type: ".html"
23331   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23333   filter: "'NIC_Intel-XL710' and
23334            '64B' and
23335            ('BASE' or 'SCALE') and
23336            'NDRPDR' and
23337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23338            not 'VHOST' and
23339            'MEMIF'"
23340   parameters:
23341   - "throughput"
23342   - "parent"
23343   - "tags"
23344   sort:
23345   - "L2XCFWD"
23346   - "L2XCFWD"
23347   - "L2XCFWD"
23348   - "L2BDMACLRN"
23349   - "L2BDMACLRN"
23350   - "L2BDMACLRN"
23351   - "IP4FWD"
23352   layout:
23353     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23354     layout: "plot-throughput-speedup-analysis"
23355
23356 # Speedup - VPP Container Memif 3n-skx-x710
23357 - type: "plot"
23358   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23359   algorithm: "plot_throughput_speedup_analysis"
23360   output-file-type: ".html"
23361   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23363   filter: "'NIC_Intel-X710' and
23364            '64B' and
23365            ('BASE' or 'SCALE') and
23366            'NDRPDR' and
23367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23368            not 'VHOST' and
23369            'MEMIF'"
23370   parameters:
23371   - "throughput"
23372   - "parent"
23373   - "tags"
23374   sort:
23375   - "L2XCFWD"
23376   - "L2XCFWD"
23377   - "L2XCFWD"
23378   - "L2BDMACLRN"
23379   - "L2BDMACLRN"
23380   - "L2BDMACLRN"
23381   - "IP4FWD"
23382   layout:
23383     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23384     layout: "plot-throughput-speedup-analysis"
23385
23386 - type: "plot"
23387   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23388   algorithm: "plot_throughput_speedup_analysis"
23389   output-file-type: ".html"
23390   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23392   filter: "'NIC_Intel-X710' and
23393            '64B' and
23394            ('BASE' or 'SCALE') and
23395            'NDRPDR' and
23396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23397            not 'VHOST' and
23398            'MEMIF'"
23399   parameters:
23400   - "throughput"
23401   - "parent"
23402   - "tags"
23403   sort:
23404   - "L2XCFWD"
23405   - "L2XCFWD"
23406   - "L2XCFWD"
23407   - "L2BDMACLRN"
23408   - "L2BDMACLRN"
23409   - "L2BDMACLRN"
23410   - "IP4FWD"
23411   layout:
23412     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23413     layout: "plot-throughput-speedup-analysis"
23414
23415 # Speedup - VPP Container Memif 2n-skx-x710
23416 - type: "plot"
23417   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23418   algorithm: "plot_throughput_speedup_analysis"
23419   output-file-type: ".html"
23420   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23421   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23422   filter: "'NIC_Intel-X710' and
23423            '64B' and
23424            ('BASE' or 'SCALE') and
23425            'NDRPDR' and
23426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23427            not 'VHOST' and
23428            not 'NF_DENSITY' 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-2n-skx-x710-64b-base_and_features-ndr"
23444     layout: "plot-throughput-speedup-analysis"
23445
23446 - type: "plot"
23447   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23448   algorithm: "plot_throughput_speedup_analysis"
23449   output-file-type: ".html"
23450   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23452   filter: "'NIC_Intel-X710' and
23453            '64B' and
23454            ('BASE' or 'SCALE') and
23455            'NDRPDR' and
23456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23457            not 'VHOST' and
23458            not 'NF_DENSITY' and
23459            'MEMIF'"
23460   parameters:
23461   - "throughput"
23462   - "parent"
23463   - "tags"
23464   sort:
23465   - "L2XCFWD"
23466   - "L2XCFWD"
23467   - "L2XCFWD"
23468   - "L2BDMACLRN"
23469   - "L2BDMACLRN"
23470   - "L2BDMACLRN"
23471   - "IP4FWD"
23472   layout:
23473     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23474     layout: "plot-throughput-speedup-analysis"
23475
23476 ## Speedup - VPP Container Memif 2n-skx-xxv710
23477 #- type: "plot"
23478 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23479 #  algorithm: "plot_throughput_speedup_analysis"
23480 #  output-file-type: ".html"
23481 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23482 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23483 #  filter: "'NIC_Intel-XXV710' 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 #           'MEMIF'"
23490 #  parameters:
23491 #  - "throughput"
23492 #  - "parent"
23493 #  - "tags"
23494 #  sort:
23495 #  - "L2XCFWD"
23496 #  - "L2XCFWD"
23497 #  - "L2XCFWD"
23498 #  - "L2BDMACLRN"
23499 #  - "L2BDMACLRN"
23500 #  - "L2BDMACLRN"
23501 #  - "IP4FWD"
23502 #  layout:
23503 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23504 #    layout: "plot-throughput-speedup-analysis"
23505 #
23506 #- type: "plot"
23507 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23508 #  algorithm: "plot_throughput_speedup_analysis"
23509 #  output-file-type: ".html"
23510 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23511 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23512 #  filter: "'NIC_Intel-XXV710' and
23513 #           '64B' and
23514 #           ('BASE' or 'SCALE') and
23515 #           'NDRPDR' and
23516 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23517 #           not 'VHOST' and
23518 #           'MEMIF'"
23519 #  parameters:
23520 #  - "throughput"
23521 #  - "parent"
23522 #  - "tags"
23523 #  sort:
23524 #  - "L2XCFWD"
23525 #  - "L2XCFWD"
23526 #  - "L2XCFWD"
23527 #  - "L2BDMACLRN"
23528 #  - "L2BDMACLRN"
23529 #  - "L2BDMACLRN"
23530 #  - "IP4FWD"
23531 #  layout:
23532 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23533 #    layout: "plot-throughput-speedup-analysis"
23534
23535 ################################################################################
23536
23537 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23538 #- type: "plot"
23539 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23540 #  algorithm: "plot_throughput_speedup_analysis"
23541 #  output-file-type: ".html"
23542 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23543 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23544 #  filter: "'NIC_Intel-X520-DA2' and
23545 #           '64B' and
23546 #           ('BASE' or 'SCALE') and
23547 #           'NDRPDR' and
23548 #           'L2XCFWD' and
23549 #           not 'VHOST' and
23550 #           not 'NF_DENSITY' and
23551 #           'MEMIF'"
23552 #  parameters:
23553 #  - "throughput"
23554 #  - "parent"
23555 #  - "tags"
23556 #  sort:
23557 #  - "1VNF"
23558 #  - "2VNF"
23559 #  - "4VNF"
23560 #  - "2VNF"
23561 #  - "4VNF"
23562 #  layout:
23563 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23564 #    layout: "plot-throughput-speedup-analysis"
23565 #
23566 #- type: "plot"
23567 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23568 #  algorithm: "plot_throughput_speedup_analysis"
23569 #  output-file-type: ".html"
23570 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23571 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23572 #  filter: "'NIC_Intel-X520-DA2' and
23573 #           '64B' and
23574 #           ('BASE' or 'SCALE') and
23575 #           'NDRPDR' and
23576 #           'L2XCFWD' and
23577 #           not 'VHOST' and
23578 #           not 'NF_DENSITY' and
23579 #           'MEMIF'"
23580 #  parameters:
23581 #  - "throughput"
23582 #  - "parent"
23583 #  - "tags"
23584 #  sort:
23585 #  - "1VNF"
23586 #  - "2VNF"
23587 #  - "4VNF"
23588 #  - "2VNF"
23589 #  - "4VNF"
23590 #  layout:
23591 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23592 #    layout: "plot-throughput-speedup-analysis"
23593 #
23594 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23595 #- type: "plot"
23596 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23597 #  algorithm: "plot_throughput_speedup_analysis"
23598 #  output-file-type: ".html"
23599 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23600 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23601 #  filter: "'NIC_Intel-X520-DA2' and
23602 #           '64B' and
23603 #           ('BASE' or 'SCALE') and
23604 #           'NDRPDR' and
23605 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23606 #           not 'VHOST' and
23607 #           not 'NF_DENSITY' and
23608 #           'MEMIF'"
23609 #  parameters:
23610 #  - "throughput"
23611 #  - "parent"
23612 #  - "tags"
23613 #  sort:
23614 #  - "1VNF"
23615 #  - "2VNF"
23616 #  - "4VNF"
23617 #  - "2VNF"
23618 #  - "4VNF"
23619 #  layout:
23620 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23621 #    layout: "plot-throughput-speedup-analysis"
23622 #
23623 #- type: "plot"
23624 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23625 #  algorithm: "plot_throughput_speedup_analysis"
23626 #  output-file-type: ".html"
23627 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23628 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23629 #  filter: "'NIC_Intel-X520-DA2' and
23630 #           '64B' and
23631 #           ('BASE' or 'SCALE') and
23632 #           'NDRPDR' and
23633 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23634 #           not 'VHOST' and
23635 #           not 'NF_DENSITY' and
23636 #           'MEMIF'"
23637 #  parameters:
23638 #  - "throughput"
23639 #  - "parent"
23640 #  - "tags"
23641 #  sort:
23642 #  - "1VNF"
23643 #  - "2VNF"
23644 #  - "4VNF"
23645 #  - "2VNF"
23646 #  - "4VNF"
23647 #  layout:
23648 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23649 #    layout: "plot-throughput-speedup-analysis"
23650 #
23651 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23652 #- type: "plot"
23653 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23654 #  algorithm: "plot_throughput_speedup_analysis"
23655 #  output-file-type: ".html"
23656 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23657 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23658 #  filter: "'NIC_Intel-X710' and
23659 #           '64B' and
23660 #           ('BASE' or 'SCALE') and
23661 #           'NDRPDR' and
23662 #           'L2XCFWD' and
23663 #           not 'VHOST' and
23664 #           not 'NF_DENSITY' and
23665 #           'MEMIF'"
23666 #  parameters:
23667 #  - "throughput"
23668 #  - "parent"
23669 #  - "tags"
23670 #  sort:
23671 #  - "1VNF"
23672 #  - "2VNF"
23673 #  - "4VNF"
23674 #  - "2VNF"
23675 #  - "4VNF"
23676 #  layout:
23677 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23678 #    layout: "plot-throughput-speedup-analysis"
23679 #
23680 #- type: "plot"
23681 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23682 #  algorithm: "plot_throughput_speedup_analysis"
23683 #  output-file-type: ".html"
23684 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23685 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23686 #  filter: "'NIC_Intel-X710' and
23687 #           '64B' and
23688 #           ('BASE' or 'SCALE') and
23689 #           'NDRPDR' and
23690 #           'L2XCFWD' and
23691 #           not 'VHOST' and
23692 #           not 'NF_DENSITY' and
23693 #           'MEMIF'"
23694 #  parameters:
23695 #  - "throughput"
23696 #  - "parent"
23697 #  - "tags"
23698 #  sort:
23699 #  - "1VNF"
23700 #  - "2VNF"
23701 #  - "4VNF"
23702 #  - "2VNF"
23703 #  - "4VNF"
23704 #  layout:
23705 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23706 #    layout: "plot-throughput-speedup-analysis"
23707 #
23708 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23709 #- type: "plot"
23710 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23711 #  algorithm: "plot_throughput_speedup_analysis"
23712 #  output-file-type: ".html"
23713 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23714 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23715 #  filter: "'NIC_Intel-X710' and
23716 #           '64B' and
23717 #           ('BASE' or 'SCALE') and
23718 #           'NDRPDR' and
23719 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23720 #           not 'VHOST' and
23721 #           not 'NF_DENSITY' and
23722 #           'MEMIF'"
23723 #  parameters:
23724 #  - "throughput"
23725 #  - "parent"
23726 #  - "tags"
23727 #  sort:
23728 #  - "1VNF"
23729 #  - "2VNF"
23730 #  - "4VNF"
23731 #  - "2VNF"
23732 #  - "4VNF"
23733 #  layout:
23734 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23735 #    layout: "plot-throughput-speedup-analysis"
23736 #
23737 #- type: "plot"
23738 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23739 #  algorithm: "plot_throughput_speedup_analysis"
23740 #  output-file-type: ".html"
23741 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23742 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23743 #  filter: "'NIC_Intel-X710' and
23744 #           '64B' and
23745 #           ('BASE' or 'SCALE') and
23746 #           'NDRPDR' and
23747 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23748 #           not 'VHOST' and
23749 #           not 'NF_DENSITY' and
23750 #           'MEMIF'"
23751 #  parameters:
23752 #  - "throughput"
23753 #  - "parent"
23754 #  - "tags"
23755 #  sort:
23756 #  - "1VNF"
23757 #  - "2VNF"
23758 #  - "4VNF"
23759 #  - "2VNF"
23760 #  - "4VNF"
23761 #  layout:
23762 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23763 #    layout: "plot-throughput-speedup-analysis"
23764
23765 ################################################################################
23766
23767 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23768 - type: "plot"
23769   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23770   algorithm: "plot_throughput_speedup_analysis"
23771   output-file-type: ".html"
23772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23774   filter: "'NIC_Intel-X520-DA2' and
23775            '64B' and
23776            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23777            'NDRPDR' and
23778            'IP4FWD' and
23779            not 'IPSEC' and
23780            not 'DOT1Q' and
23781            not 'VHOST'"
23782   parameters:
23783   - "throughput"
23784   - "parent"
23785   - "tags"
23786   sort:
23787   - "DOT1Q"
23788   - "IP4BASE"
23789   - "FIB_20K"
23790   - "FIB_200K"
23791   - "FIB_2M"
23792   layout:
23793     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23794     layout: "plot-throughput-speedup-analysis"
23795
23796 - type: "plot"
23797   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23798   algorithm: "plot_throughput_speedup_analysis"
23799   output-file-type: ".html"
23800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23802   filter: "'NIC_Intel-X520-DA2' and
23803            '64B' and
23804            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23805            'NDRPDR' and
23806            'IP4FWD' and
23807            not 'IPSEC' and
23808            not 'DOT1Q' and
23809            not 'VHOST'"
23810   parameters:
23811   - "throughput"
23812   - "parent"
23813   - "tags"
23814   sort:
23815   - "DOT1Q"
23816   - "IP4BASE"
23817   - "FIB_20K"
23818   - "FIB_200K"
23819   - "FIB_2M"
23820   layout:
23821     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23822     layout: "plot-throughput-speedup-analysis"
23823
23824 # Speedup - VPP IPv4 3n-hsw-x520 features
23825 - type: "plot"
23826   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23827   algorithm: "plot_throughput_speedup_analysis"
23828   output-file-type: ".html"
23829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23831   filter: "'NIC_Intel-X520-DA2' and
23832            '64B' and
23833            ('IP4BASE' or
23834             'POLICE_MARK' or
23835             'COPWHLIST' or
23836             ('NAT44' and 'BASE') or
23837             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23838            'NDRPDR' and
23839            'IP4FWD' and
23840            not 'IPSEC' and
23841            not 'VHOST'"
23842   parameters:
23843   - "throughput"
23844   - "parent"
23845   - "tags"
23846   sort:
23847   - "DOT1Q"
23848   - "IP4BASE"
23849   - "NAT44"
23850   - "POLICE_MARK"
23851   - "COPWHLIST"
23852   - "IACL"
23853   - "OACL"
23854   layout:
23855     title: "ip4-3n-hsw-x520-64b-features-ndr"
23856     layout: "plot-throughput-speedup-analysis"
23857
23858 - type: "plot"
23859   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23860   algorithm: "plot_throughput_speedup_analysis"
23861   output-file-type: ".html"
23862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23864   filter: "'NIC_Intel-X520-DA2' and
23865            '64B' and
23866            ('IP4BASE' or
23867             'POLICE_MARK' or
23868             'COPWHLIST' or
23869             ('NAT44' and 'BASE') or
23870             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23871            'NDRPDR' and
23872            'IP4FWD' and
23873            not 'IPSEC' and
23874            not 'VHOST'"
23875   parameters:
23876   - "throughput"
23877   - "parent"
23878   - "tags"
23879   sort:
23880   - "DOT1Q"
23881   - "IP4BASE"
23882   - "NAT44"
23883   - "POLICE_MARK"
23884   - "COPWHLIST"
23885   - "IACL"
23886   - "OACL"
23887   layout:
23888     title: "ip4-3n-hsw-x520-64b-features-pdr"
23889     layout: "plot-throughput-speedup-analysis"
23890
23891 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23892 - type: "plot"
23893   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23894   algorithm: "plot_throughput_speedup_analysis"
23895   output-file-type: ".html"
23896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23898   filter: "'NIC_Intel-X520-DA2' and
23899            '64B' and
23900            'NDRPDR' and
23901            'IP4FWD' and
23902            ('NAT44' or 'IP4BASE') and
23903            not 'DOT1Q' and
23904            not 'IPSEC' and
23905            not 'VHOST'"
23906   parameters:
23907   - "throughput"
23908   - "parent"
23909   - "tags"
23910   sort:
23911   - "IP4BASE"
23912   - "BASE"
23913   - "SRC_USER_10"
23914   - "SRC_USER_100"
23915   - "SRC_USER_1000"
23916   - "SRC_USER_2000"
23917   layout:
23918     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23919     layout: "plot-throughput-speedup-analysis"
23920
23921 - type: "plot"
23922   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23923   algorithm: "plot_throughput_speedup_analysis"
23924   output-file-type: ".html"
23925   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23927   filter: "'NIC_Intel-X520-DA2' and
23928            '64B' and
23929            'NDRPDR' and
23930            'IP4FWD' and
23931            ('NAT44' or 'IP4BASE') and
23932            not 'DOT1Q' and
23933            not 'IPSEC' and
23934            not 'VHOST'"
23935   parameters:
23936   - "throughput"
23937   - "parent"
23938   - "tags"
23939   sort:
23940   - "IP4BASE"
23941   - "BASE"
23942   - "SRC_USER_10"
23943   - "SRC_USER_100"
23944   - "SRC_USER_1000"
23945   - "SRC_USER_2000"
23946   layout:
23947     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23948     layout: "plot-throughput-speedup-analysis"
23949
23950 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23951 - type: "plot"
23952   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23953   algorithm: "plot_throughput_speedup_analysis"
23954   output-file-type: ".html"
23955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23957   filter: "'NIC_Intel-X520-DA2' and
23958            '64B' and
23959            'NDRPDR' and
23960            'IP4FWD' and
23961            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23962            not 'IPSEC' and
23963            not 'DOT1Q' and
23964            not 'VHOST'"
23965   parameters:
23966   - "throughput"
23967   - "parent"
23968   - "tags"
23969   sort:
23970   - "IP4BASE"
23971   - "ACL_STATELESS"
23972   - "ACL_STATEFUL"
23973   - "ACL_STATELESS"
23974   - "ACL_STATEFUL"
23975   layout:
23976     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23977     layout: "plot-throughput-speedup-analysis"
23978
23979 - type: "plot"
23980   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23981   algorithm: "plot_throughput_speedup_analysis"
23982   output-file-type: ".html"
23983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23985   filter: "'NIC_Intel-X520-DA2' and
23986            '64B' and
23987            'NDRPDR' and
23988            'IP4FWD' and
23989            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23990            not 'IPSEC' and
23991            not 'DOT1Q' and
23992            not 'VHOST'"
23993   parameters:
23994   - "throughput"
23995   - "parent"
23996   - "tags"
23997   sort:
23998   - "IP4BASE"
23999   - "ACL_STATELESS"
24000   - "ACL_STATEFUL"
24001   - "ACL_STATELESS"
24002   - "ACL_STATEFUL"
24003   layout:
24004     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24005     layout: "plot-throughput-speedup-analysis"
24006
24007 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24008 - type: "plot"
24009   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24010   algorithm: "plot_throughput_speedup_analysis"
24011   output-file-type: ".html"
24012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24014   filter: "'NIC_Intel-X520-DA2' and
24015            '64B' and
24016            'NDRPDR' and
24017            'IP4FWD' and
24018            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24019            not 'IPSEC' and
24020            not 'DOT1Q' and
24021            not 'VHOST'"
24022   parameters:
24023   - "throughput"
24024   - "parent"
24025   - "tags"
24026   sort:
24027   - "IP4BASE"
24028   - "ACL_STATELESS"
24029   - "ACL_STATEFUL"
24030   - "ACL_STATELESS"
24031   - "ACL_STATEFUL"
24032   layout:
24033     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24034     layout: "plot-throughput-speedup-analysis"
24035
24036 - type: "plot"
24037   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24038   algorithm: "plot_throughput_speedup_analysis"
24039   output-file-type: ".html"
24040   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24042   filter: "'NIC_Intel-X520-DA2' and
24043            '64B' and
24044            'NDRPDR' and
24045            'IP4FWD' and
24046            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24047            not 'IPSEC' and
24048            not 'DOT1Q' and
24049            not 'VHOST'"
24050   parameters:
24051   - "throughput"
24052   - "parent"
24053   - "tags"
24054   sort:
24055   - "IP4BASE"
24056   - "ACL_STATELESS"
24057   - "ACL_STATEFUL"
24058   - "ACL_STATELESS"
24059   - "ACL_STATEFUL"
24060   layout:
24061     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24062     layout: "plot-throughput-speedup-analysis"
24063
24064 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24065 - type: "plot"
24066   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24067   algorithm: "plot_throughput_speedup_analysis"
24068   output-file-type: ".html"
24069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24071   filter: "'NIC_Intel-X710' and
24072            '64B' and
24073            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24074            'NDRPDR' and
24075            'IP4FWD' and
24076            not 'IPSEC' and
24077            not 'DOT1Q' and
24078            not 'VHOST'"
24079   parameters:
24080   - "throughput"
24081   - "parent"
24082   - "tags"
24083   sort:
24084   - "IP4BASE"
24085   - "FIB_20K"
24086   - "FIB_200K"
24087   - "FIB_2M"
24088   layout:
24089     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24090     layout: "plot-throughput-speedup-analysis"
24091
24092 - type: "plot"
24093   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24094   algorithm: "plot_throughput_speedup_analysis"
24095   output-file-type: ".html"
24096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24098   filter: "'NIC_Intel-X710' and
24099            '64B' and
24100            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24101            'NDRPDR' and
24102            'IP4FWD' and
24103            not 'IPSEC' and
24104            not 'DOT1Q' and
24105            not 'VHOST'"
24106   parameters:
24107   - "throughput"
24108   - "parent"
24109   - "tags"
24110   sort:
24111   - "IP4BASE"
24112   - "FIB_20K"
24113   - "FIB_200K"
24114   - "FIB_2M"
24115   layout:
24116     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24117     layout: "plot-throughput-speedup-analysis"
24118
24119 # Speedup - VPP IPv4 3n-hsw-x710 features
24120 - type: "plot"
24121   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24122   algorithm: "plot_throughput_speedup_analysis"
24123   output-file-type: ".html"
24124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24126   filter: "'NIC_Intel-X710' and
24127            '64B' and
24128            ('IP4BASE' or
24129             'POLICE_MARK' or
24130             'COPWHLIST' or
24131             ('NAT44' and 'BASE') or
24132             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24133            'NDRPDR' and
24134            'IP4FWD' and
24135            not 'IPSEC' and
24136            not 'VHOST'"
24137   parameters:
24138   - "throughput"
24139   - "parent"
24140   - "tags"
24141   sort:
24142   - "DOT1Q"
24143   - "IP4BASE"
24144   - "NAT44"
24145   - "POLICE_MARK"
24146   - "COPWHLIST"
24147   - "IACL"
24148   - "OACL"
24149   layout:
24150     title: "ip4-3n-hsw-x710-64b-features-ndr"
24151     layout: "plot-throughput-speedup-analysis"
24152
24153 - type: "plot"
24154   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24155   algorithm: "plot_throughput_speedup_analysis"
24156   output-file-type: ".html"
24157   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24159   filter: "'NIC_Intel-X710' and
24160            '64B' and
24161            ('IP4BASE' or
24162             'POLICE_MARK' or
24163             'COPWHLIST' or
24164             ('NAT44' and 'BASE') or
24165             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24166            'NDRPDR' and
24167            'IP4FWD' and
24168            not 'IPSEC' and
24169            not 'VHOST'"
24170   parameters:
24171   - "throughput"
24172   - "parent"
24173   - "tags"
24174   sort:
24175   - "DOT1Q"
24176   - "IP4BASE"
24177   - "NAT44"
24178   - "POLICE_MARK"
24179   - "COPWHLIST"
24180   - "IACL"
24181   - "OACL"
24182   layout:
24183     title: "ip4-3n-hsw-x710-64b-features-pdr"
24184     layout: "plot-throughput-speedup-analysis"
24185
24186 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24187 - type: "plot"
24188   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24189   algorithm: "plot_throughput_speedup_analysis"
24190   output-file-type: ".html"
24191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24193   filter: "'NIC_Intel-X710' and
24194            '64B' and
24195            'NDRPDR' and
24196            'IP4FWD' and
24197            ('NAT44' or 'IP4BASE') and
24198            not 'IPSEC' and
24199            not 'VHOST'"
24200   parameters:
24201   - "throughput"
24202   - "parent"
24203   - "tags"
24204   sort:
24205   - "IP4BASE"
24206   - "BASE"
24207   - "SRC_USER_10"
24208   - "SRC_USER_100"
24209   - "SRC_USER_1000"
24210   - "SRC_USER_2000"
24211   layout:
24212     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24213     layout: "plot-throughput-speedup-analysis"
24214
24215 - type: "plot"
24216   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24217   algorithm: "plot_throughput_speedup_analysis"
24218   output-file-type: ".html"
24219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24221   filter: "'NIC_Intel-X710' and
24222            '64B' and
24223            'NDRPDR' and
24224            'IP4FWD' and
24225            ('NAT44' or 'IP4BASE') and
24226            not 'IPSEC' and
24227            not 'VHOST'"
24228   parameters:
24229   - "throughput"
24230   - "parent"
24231   - "tags"
24232   sort:
24233   - "IP4BASE"
24234   - "BASE"
24235   - "SRC_USER_10"
24236   - "SRC_USER_100"
24237   - "SRC_USER_1000"
24238   - "SRC_USER_2000"
24239   layout:
24240     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24241     layout: "plot-throughput-speedup-analysis"
24242
24243 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24244 - type: "plot"
24245   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24246   algorithm: "plot_throughput_speedup_analysis"
24247   output-file-type: ".html"
24248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24250   filter: "'NIC_Intel-X710' and
24251            '64B' and
24252            'NDRPDR' and
24253            'IP4FWD' and
24254            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24255            not 'IPSEC' and
24256            not 'VHOST'"
24257   parameters:
24258   - "throughput"
24259   - "parent"
24260   - "tags"
24261   sort:
24262   - "IP4BASE"
24263   - "ACL_STATELESS"
24264   - "ACL_STATEFUL"
24265   - "ACL_STATELESS"
24266   - "ACL_STATEFUL"
24267   layout:
24268     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24269     layout: "plot-throughput-speedup-analysis"
24270
24271 - type: "plot"
24272   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24273   algorithm: "plot_throughput_speedup_analysis"
24274   output-file-type: ".html"
24275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24277   filter: "'NIC_Intel-X710' and
24278            '64B' and
24279            'NDRPDR' and
24280            'IP4FWD' and
24281            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24282            not 'IPSEC' and
24283            not 'VHOST'"
24284   parameters:
24285   - "throughput"
24286   - "parent"
24287   - "tags"
24288   sort:
24289   - "IP4BASE"
24290   - "ACL_STATELESS"
24291   - "ACL_STATEFUL"
24292   - "ACL_STATELESS"
24293   - "ACL_STATEFUL"
24294   layout:
24295     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24296     layout: "plot-throughput-speedup-analysis"
24297
24298 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24299 - type: "plot"
24300   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24301   algorithm: "plot_throughput_speedup_analysis"
24302   output-file-type: ".html"
24303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24305   filter: "'NIC_Intel-XL710' and
24306            '64B' and
24307            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24308            'NDRPDR' and
24309            'IP4FWD' and
24310            not 'IPSEC' and
24311            not 'VHOST'"
24312   parameters:
24313   - "throughput"
24314   - "parent"
24315   - "tags"
24316   sort:
24317   - "IP4BASE"
24318   - "FIB_20K"
24319   - "FIB_200K"
24320   - "FIB_2M"
24321   layout:
24322     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24323     layout: "plot-throughput-speedup-analysis"
24324
24325 - type: "plot"
24326   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24327   algorithm: "plot_throughput_speedup_analysis"
24328   output-file-type: ".html"
24329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24331   filter: "'NIC_Intel-XL710' and
24332            '64B' and
24333            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24334            'NDRPDR' and
24335            'IP4FWD' and
24336            not 'IPSEC' and
24337            not 'VHOST'"
24338   parameters:
24339   - "throughput"
24340   - "parent"
24341   - "tags"
24342   sort:
24343   - "IP4BASE"
24344   - "FIB_20K"
24345   - "FIB_200K"
24346   - "FIB_2M"
24347   layout:
24348     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24349     layout: "plot-throughput-speedup-analysis"
24350
24351 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24352 - type: "plot"
24353   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24354   algorithm: "plot_throughput_speedup_analysis"
24355   output-file-type: ".html"
24356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24358   filter: "'NIC_Intel-X710' and
24359            '64B' and
24360            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24361            'NDRPDR' and
24362            'IP4FWD' and
24363            not 'IPSEC' and
24364            not 'DOT1Q' and
24365            not 'VHOST'"
24366   parameters:
24367   - "throughput"
24368   - "parent"
24369   - "tags"
24370   sort:
24371   - "IP4BASE"
24372   - "FIB_20K"
24373   - "FIB_200K"
24374   - "FIB_2M"
24375   layout:
24376     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24377     layout: "plot-throughput-speedup-analysis"
24378
24379 - type: "plot"
24380   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24381   algorithm: "plot_throughput_speedup_analysis"
24382   output-file-type: ".html"
24383   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24385   filter: "'NIC_Intel-X710' and
24386            '64B' and
24387            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24388            'NDRPDR' and
24389            'IP4FWD' and
24390            not 'IPSEC' and
24391            not 'DOT1Q' and
24392            not 'VHOST'"
24393   parameters:
24394   - "throughput"
24395   - "parent"
24396   - "tags"
24397   sort:
24398   - "IP4BASE"
24399   - "FIB_20K"
24400   - "FIB_200K"
24401   - "FIB_2M"
24402   layout:
24403     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24404     layout: "plot-throughput-speedup-analysis"
24405
24406 # Speedup - VPP IPv4 3n-skx-x710 features
24407 - type: "plot"
24408   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24409   algorithm: "plot_throughput_speedup_analysis"
24410   output-file-type: ".html"
24411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24413   filter: "'NIC_Intel-X710' and
24414            '64B' and
24415            ('IP4BASE' or
24416             'POLICE_MARK' or
24417             'COPWHLIST' or
24418             ('NAT44' and 'BASE') or
24419             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24420            'NDRPDR' and
24421            'IP4FWD' and
24422            not 'IPSEC' and
24423            not 'VHOST'"
24424   parameters:
24425   - "throughput"
24426   - "parent"
24427   - "tags"
24428   sort:
24429   - "DOT1Q"
24430   - "IP4BASE"
24431   - "NAT44"
24432   - "POLICE_MARK"
24433   - "COPWHLIST"
24434   - "IACL"
24435   - "OACL"
24436   layout:
24437     title: "ip4-3n-skx-x710-64b-features-ndr"
24438     layout: "plot-throughput-speedup-analysis"
24439
24440 - type: "plot"
24441   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24442   algorithm: "plot_throughput_speedup_analysis"
24443   output-file-type: ".html"
24444   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24446   filter: "'NIC_Intel-X710' and
24447            '64B' and
24448            ('IP4BASE' or
24449             'POLICE_MARK' or
24450             'COPWHLIST' or
24451             ('NAT44' and 'BASE') or
24452             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24453            'NDRPDR' and
24454            'IP4FWD' and
24455            not 'IPSEC' and
24456            not 'VHOST'"
24457   parameters:
24458   - "throughput"
24459   - "parent"
24460   - "tags"
24461   sort:
24462   - "DOT1Q"
24463   - "IP4BASE"
24464   - "NAT44"
24465   - "POLICE_MARK"
24466   - "COPWHLIST"
24467   - "IACL"
24468   - "OACL"
24469   layout:
24470     title: "ip4-3n-skx-x710-64b-features-pdr"
24471     layout: "plot-throughput-speedup-analysis"
24472
24473 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24474 - type: "plot"
24475   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24476   algorithm: "plot_throughput_speedup_analysis"
24477   output-file-type: ".html"
24478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24480   filter: "'NIC_Intel-X710' and
24481            '64B' and
24482            'NDRPDR' and
24483            'IP4FWD' and
24484            ('NAT44' or 'IP4BASE') and
24485            not 'IPSEC' and
24486            not 'VHOST'"
24487   parameters:
24488   - "throughput"
24489   - "parent"
24490   - "tags"
24491   sort:
24492   - "IP4BASE"
24493   - "BASE"
24494   - "SRC_USER_10"
24495   - "SRC_USER_100"
24496   - "SRC_USER_1000"
24497   - "SRC_USER_2000"
24498   layout:
24499     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24500     layout: "plot-throughput-speedup-analysis"
24501
24502 - type: "plot"
24503   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24504   algorithm: "plot_throughput_speedup_analysis"
24505   output-file-type: ".html"
24506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24508   filter: "'NIC_Intel-X710' and
24509            '64B' and
24510            'NDRPDR' and
24511            'IP4FWD' and
24512            ('NAT44' or 'IP4BASE') and
24513            not 'IPSEC' and
24514            not 'VHOST'"
24515   parameters:
24516   - "throughput"
24517   - "parent"
24518   - "tags"
24519   sort:
24520   - "IP4BASE"
24521   - "BASE"
24522   - "SRC_USER_10"
24523   - "SRC_USER_100"
24524   - "SRC_USER_1000"
24525   - "SRC_USER_2000"
24526   layout:
24527     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24528     layout: "plot-throughput-speedup-analysis"
24529
24530 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24531 - type: "plot"
24532   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24533   algorithm: "plot_throughput_speedup_analysis"
24534   output-file-type: ".html"
24535   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24537   filter: "'NIC_Intel-X710' and
24538            '64B' and
24539            'NDRPDR' and
24540            'IP4FWD' and
24541            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24542            not 'IPSEC' and
24543            not 'VHOST'"
24544   parameters:
24545   - "throughput"
24546   - "parent"
24547   - "tags"
24548   sort:
24549   - "IP4BASE"
24550   - "ACL_STATELESS"
24551   - "ACL_STATEFUL"
24552   - "ACL_STATELESS"
24553   - "ACL_STATEFUL"
24554   layout:
24555     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24556     layout: "plot-throughput-speedup-analysis"
24557
24558 - type: "plot"
24559   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24560   algorithm: "plot_throughput_speedup_analysis"
24561   output-file-type: ".html"
24562   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24564   filter: "'NIC_Intel-X710' and
24565            '64B' and
24566            'NDRPDR' and
24567            'IP4FWD' and
24568            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24569            not 'IPSEC' and
24570            not 'VHOST'"
24571   parameters:
24572   - "throughput"
24573   - "parent"
24574   - "tags"
24575   sort:
24576   - "IP4BASE"
24577   - "ACL_STATELESS"
24578   - "ACL_STATEFUL"
24579   - "ACL_STATELESS"
24580   - "ACL_STATEFUL"
24581   layout:
24582     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24583     layout: "plot-throughput-speedup-analysis"
24584
24585 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24586 #- type: "plot"
24587 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24588 #  algorithm: "plot_throughput_speedup_analysis"
24589 #  output-file-type: ".html"
24590 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24591 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24592 #  filter: "'NIC_Intel-X710' and
24593 #           '64B' and
24594 #           'NDRPDR' and
24595 #           'IP4FWD' and
24596 #           'OACL' and
24597 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24598 #           not 'IPSEC' and
24599 #           not 'VHOST'"
24600 #  parameters:
24601 #  - "throughput"
24602 #  - "parent"
24603 #  - "tags"
24604 #  sort:
24605 #  - "ACL_STATELESS"
24606 #  - "ACL_STATEFUL"
24607 #  - "ACL_STATELESS"
24608 #  - "ACL_STATEFUL"
24609 #  layout:
24610 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24611 #    layout: "plot-throughput-speedup-analysis"
24612 #
24613 #- type: "plot"
24614 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24615 #  algorithm: "plot_throughput_speedup_analysis"
24616 #  output-file-type: ".html"
24617 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24618 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24619 #  filter: "'NIC_Intel-X710' and
24620 #           '64B' and
24621 #           'NDRPDR' and
24622 #           'IP4FWD' and
24623 #           'OACL' and
24624 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24625 #           not 'IPSEC' and
24626 #           not 'VHOST'"
24627 #  parameters:
24628 #  - "throughput"
24629 #  - "parent"
24630 #  - "tags"
24631 #  sort:
24632 #  - "ACL_STATELESS"
24633 #  - "ACL_STATEFUL"
24634 #  - "ACL_STATELESS"
24635 #  - "ACL_STATEFUL"
24636 #  layout:
24637 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24638 #    layout: "plot-throughput-speedup-analysis"
24639
24640 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24641 - type: "plot"
24642   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24643   algorithm: "plot_throughput_speedup_analysis"
24644   output-file-type: ".html"
24645   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24647   filter: "'NIC_Intel-X710' and
24648            '64B' and
24649            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24650            'NDRPDR' and
24651            'IP4FWD' and
24652            not 'IPSEC' and
24653            not 'DOT1Q' and
24654            not 'VHOST'"
24655   parameters:
24656   - "throughput"
24657   - "parent"
24658   - "tags"
24659   sort:
24660   - "IP4BASE"
24661   - "FIB_20K"
24662   - "FIB_200K"
24663   - "FIB_2M"
24664   layout:
24665     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24666     layout: "plot-throughput-speedup-analysis"
24667
24668 - type: "plot"
24669   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24670   algorithm: "plot_throughput_speedup_analysis"
24671   output-file-type: ".html"
24672   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24674   filter: "'NIC_Intel-X710' and
24675            '64B' and
24676            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24677            'NDRPDR' and
24678            'IP4FWD' and
24679            not 'IPSEC' and
24680            not 'DOT1Q' and
24681            not 'VHOST'"
24682   parameters:
24683   - "throughput"
24684   - "parent"
24685   - "tags"
24686   sort:
24687   - "IP4BASE"
24688   - "FIB_20K"
24689   - "FIB_200K"
24690   - "FIB_2M"
24691   layout:
24692     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24693     layout: "plot-throughput-speedup-analysis"
24694
24695 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24696 - type: "plot"
24697   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24698   algorithm: "plot_throughput_speedup_analysis"
24699   output-file-type: ".html"
24700   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24702   filter: "'NIC_Intel-X710' and
24703            '64B' and
24704            'NDRPDR' and
24705            'IP4FWD' and
24706            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24707            not 'IPSEC' and
24708            not 'VHOST'"
24709   parameters:
24710   - "throughput"
24711   - "parent"
24712   - "tags"
24713   sort:
24714   - "IP4BASE"
24715   - "ACL_STATELESS"
24716   - "ACL_STATEFUL"
24717   - "ACL_STATELESS"
24718   - "ACL_STATEFUL"
24719   layout:
24720     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24721     layout: "plot-throughput-speedup-analysis"
24722
24723 - type: "plot"
24724   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24725   algorithm: "plot_throughput_speedup_analysis"
24726   output-file-type: ".html"
24727   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24729   filter: "'NIC_Intel-X710' and
24730            '64B' and
24731            'NDRPDR' and
24732            'IP4FWD' and
24733            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24734            not 'IPSEC' and
24735            not 'VHOST'"
24736   parameters:
24737   - "throughput"
24738   - "parent"
24739   - "tags"
24740   sort:
24741   - "IP4BASE"
24742   - "ACL_STATELESS"
24743   - "ACL_STATEFUL"
24744   - "ACL_STATELESS"
24745   - "ACL_STATEFUL"
24746   layout:
24747     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24748     layout: "plot-throughput-speedup-analysis"
24749
24750 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24751 - type: "plot"
24752   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24753   algorithm: "plot_throughput_speedup_analysis"
24754   output-file-type: ".html"
24755   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24757   filter: "'NIC_Intel-XXV710' and
24758            '64B' and
24759            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24760            'NDRPDR' and
24761            'IP4FWD' and
24762            not 'IPSEC' and
24763            not 'DOT1Q' and
24764            not 'VHOST'"
24765   parameters:
24766   - "throughput"
24767   - "parent"
24768   - "tags"
24769   sort:
24770   - "IP4BASE"
24771   - "FIB_20K"
24772   - "FIB_200K"
24773   - "FIB_2M"
24774   layout:
24775     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24776     layout: "plot-throughput-speedup-analysis"
24777
24778 - type: "plot"
24779   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24780   algorithm: "plot_throughput_speedup_analysis"
24781   output-file-type: ".html"
24782   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24784   filter: "'NIC_Intel-XXV710' and
24785            '64B' and
24786            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24787            'NDRPDR' and
24788            'IP4FWD' and
24789            not 'IPSEC' and
24790            not 'DOT1Q' and
24791            not 'VHOST'"
24792   parameters:
24793   - "throughput"
24794   - "parent"
24795   - "tags"
24796   sort:
24797   - "IP4BASE"
24798   - "FIB_20K"
24799   - "FIB_200K"
24800   - "FIB_2M"
24801   layout:
24802     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24803     layout: "plot-throughput-speedup-analysis"
24804
24805 ## Speedup - VPP IPv4 2n-dnv-x553 base
24806 #- type: "plot"
24807 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24808 #  algorithm: "plot_throughput_speedup_analysis"
24809 #  output-file-type: ".html"
24810 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24811 #  data: "intel-dnv-vpp"
24812 #  filter: "'NIC_Intel-X553' and
24813 #           '64B' and
24814 #           'IP4BASE' and
24815 #           'NDRPDR' and
24816 #           'IP4FWD' and
24817 #           not 'IPSEC' and
24818 #           not 'VHOST'"
24819 #  parameters:
24820 #  - "throughput"
24821 #  - "parent"
24822 #  - "tags"
24823 #  sort:
24824 #  - "IP4BASE"
24825 #  layout:
24826 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24827 #    layout: "plot-throughput-speedup-analysis"
24828 #
24829 #- type: "plot"
24830 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24831 #  algorithm: "plot_throughput_speedup_analysis"
24832 #  output-file-type: ".html"
24833 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24834 #  data: "intel-dnv-vpp"
24835 #  filter: "'NIC_Intel-X553' and
24836 #           '64B' and
24837 #           'IP4BASE' and
24838 #           'NDRPDR' and
24839 #           'IP4FWD' and
24840 #           not 'IPSEC' and
24841 #           not 'VHOST'"
24842 #  parameters:
24843 #  - "throughput"
24844 #  - "parent"
24845 #  - "tags"
24846 #  sort:
24847 #  - "IP4BASE"
24848 #  layout:
24849 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24850 #    layout: "plot-throughput-speedup-analysis"
24851
24852 ################################################################################
24853
24854 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24855 - type: "plot"
24856   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24857   algorithm: "plot_throughput_speedup_analysis"
24858   output-file-type: ".html"
24859   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24861   filter: "'NIC_Intel-X520-DA2' and
24862            '64B' and
24863            'ENCAP' and
24864            'NDRPDR' and
24865            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24866            not 'DOT1Q' and
24867            not 'VHOST' and
24868            not 'IPSECHW'"
24869   parameters:
24870   - "throughput"
24871   - "parent"
24872   - "tags"
24873   sort:
24874   - "IP4BASE"
24875   - "L2BDMACLRN"
24876   - "L2XCFWD"
24877   - "LISP"
24878   layout:
24879     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24880     layout: "plot-throughput-speedup-analysis"
24881
24882 - type: "plot"
24883   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24884   algorithm: "plot_throughput_speedup_analysis"
24885   output-file-type: ".html"
24886   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24888   filter: "'NIC_Intel-X520-DA2' and
24889            '64B' and
24890            'ENCAP' and
24891            'NDRPDR' and
24892            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24893            not 'DOT1Q' and
24894            not 'VHOST' and
24895            not 'IPSECHW'"
24896   parameters:
24897   - "throughput"
24898   - "parent"
24899   - "tags"
24900   sort:
24901   - "IP4BASE"
24902   - "L2BDMACLRN"
24903   - "L2XCFWD"
24904   - "LISP"
24905   layout:
24906     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24907     layout: "plot-throughput-speedup-analysis"
24908
24909 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24910 - type: "plot"
24911   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24912   algorithm: "plot_throughput_speedup_analysis"
24913   output-file-type: ".html"
24914   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24916   filter: "'NIC_Intel-X710' and
24917            '64B' and
24918            'ENCAP' and
24919            'NDRPDR' and
24920            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24921            not 'VHOST' and
24922            not 'IPSECHW'"
24923   parameters:
24924   - "throughput"
24925   - "parent"
24926   - "tags"
24927   sort:
24928   - "IP4BASE"
24929   - "LISP"
24930   - "VXLAN_1"
24931   - "VXLAN_10"
24932   - "VXLAN_100"
24933   - "VXLAN_1000"
24934   layout:
24935     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24936     layout: "plot-throughput-speedup-analysis"
24937
24938 - type: "plot"
24939   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24940   algorithm: "plot_throughput_speedup_analysis"
24941   output-file-type: ".html"
24942   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24944   filter: "'NIC_Intel-X710' and
24945            '64B' and
24946            'ENCAP' and
24947            'NDRPDR' and
24948            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24949            not 'VHOST' and
24950            not 'IPSECHW'"
24951   parameters:
24952   - "throughput"
24953   - "parent"
24954   - "tags"
24955   sort:
24956   - "IP4BASE"
24957   - "LISP"
24958   - "VXLAN_1"
24959   - "VXLAN_10"
24960   - "VXLAN_100"
24961   - "VXLAN_1000"
24962   layout:
24963     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24964     layout: "plot-throughput-speedup-analysis"
24965
24966 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24967 - type: "plot"
24968   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24969   algorithm: "plot_throughput_speedup_analysis"
24970   output-file-type: ".html"
24971   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24973   filter: "'NIC_Intel-X710' and
24974            '64B' and
24975            'ENCAP' and
24976            'NDRPDR' and
24977            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24978            not 'DOT1Q' and
24979            not 'VHOST' and
24980            not 'IPSECHW'"
24981   parameters:
24982   - "throughput"
24983   - "parent"
24984   - "tags"
24985   sort:
24986   - "IP4BASE"
24987   - "L2BDMACLRN"
24988   - "L2XCFWD"
24989   - "LISP"
24990   layout:
24991     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24992     layout: "plot-throughput-speedup-analysis"
24993
24994 - type: "plot"
24995   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24996   algorithm: "plot_throughput_speedup_analysis"
24997   output-file-type: ".html"
24998   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25000   filter: "'NIC_Intel-X710' and
25001            '64B' and
25002            'ENCAP' and
25003            'NDRPDR' and
25004            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25005            not 'DOT1Q' and
25006            not 'VHOST' and
25007            not 'IPSECHW'"
25008   parameters:
25009   - "throughput"
25010   - "parent"
25011   - "tags"
25012   sort:
25013   - "IP4BASE"
25014   - "L2BDMACLRN"
25015   - "L2XCFWD"
25016   - "LISP"
25017   layout:
25018     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25019     layout: "plot-throughput-speedup-analysis"
25020
25021 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25022 - type: "plot"
25023   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25024   algorithm: "plot_throughput_speedup_analysis"
25025   output-file-type: ".html"
25026   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25028   filter: "'NIC_Intel-X710' and
25029            '64B' and
25030            'ENCAP' and
25031            'NDRPDR' and
25032            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25033            not 'VHOST' and
25034            not 'IPSECHW'"
25035   parameters:
25036   - "throughput"
25037   - "parent"
25038   - "tags"
25039   sort:
25040   - "IP4BASE"
25041   - "LISP"
25042   - "VXLAN_1"
25043   - "VXLAN_10"
25044   - "VXLAN_100"
25045   - "VXLAN_1000"
25046   layout:
25047     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25048     layout: "plot-throughput-speedup-analysis"
25049
25050 - type: "plot"
25051   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25052   algorithm: "plot_throughput_speedup_analysis"
25053   output-file-type: ".html"
25054   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25056   filter: "'NIC_Intel-X710' and
25057            '64B' and
25058            'ENCAP' and
25059            'NDRPDR' and
25060            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25061            not 'VHOST' and
25062            not 'IPSECHW'"
25063   parameters:
25064   - "throughput"
25065   - "parent"
25066   - "tags"
25067   sort:
25068   - "IP4BASE"
25069   - "LISP"
25070   - "VXLAN_1"
25071   - "VXLAN_10"
25072   - "VXLAN_100"
25073   - "VXLAN_1000"
25074   layout:
25075     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25076     layout: "plot-throughput-speedup-analysis"
25077
25078 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25079 - type: "plot"
25080   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25081   algorithm: "plot_throughput_speedup_analysis"
25082   output-file-type: ".html"
25083   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25085   filter: "'NIC_Intel-X710' and
25086            '64B' and
25087            'ENCAP' and
25088            'NDRPDR' and
25089            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25090            not 'DOT1Q' and
25091            not 'VHOST' and
25092            not 'IPSECHW'"
25093   parameters:
25094   - "throughput"
25095   - "parent"
25096   - "tags"
25097   sort:
25098   - "IP4BASE"
25099   - "L2BDMACLRN"
25100   - "L2XCFWD"
25101   - "LISP"
25102   layout:
25103     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25104     layout: "plot-throughput-speedup-analysis"
25105
25106 - type: "plot"
25107   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25108   algorithm: "plot_throughput_speedup_analysis"
25109   output-file-type: ".html"
25110   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25112   filter: "'NIC_Intel-X710' and
25113            '64B' and
25114            'ENCAP' and
25115            'NDRPDR' and
25116            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25117            not 'DOT1Q' and
25118            not 'VHOST' and
25119            not 'IPSECHW'"
25120   parameters:
25121   - "throughput"
25122   - "parent"
25123   - "tags"
25124   sort:
25125   - "IP4BASE"
25126   - "L2BDMACLRN"
25127   - "L2XCFWD"
25128   - "LISP"
25129   layout:
25130     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25131     layout: "plot-throughput-speedup-analysis"
25132
25133 ################################################################################
25134
25135 # Speedup - VPP IPv6 3n-hsw-x520
25136 - type: "plot"
25137   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25138   algorithm: "plot_throughput_speedup_analysis"
25139   output-file-type: ".html"
25140   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25142   filter: "'NIC_Intel-X520-DA2' and
25143            '78B' and
25144            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25145            'NDRPDR' and
25146            'IP6FWD' and
25147            not 'SRv6' and
25148            not 'IPSEC' and
25149            not 'VHOST'"
25150   parameters:
25151   - "throughput"
25152   - "parent"
25153   - "tags"
25154   sort:
25155   - "IP6BASE"
25156   - "FIB_20K"
25157   - "FIB_200K"
25158   - "FIB_2M"
25159   layout:
25160     title: "ip6-3n-hsw-x520-78b-base-ndr"
25161     layout: "plot-throughput-speedup-analysis"
25162
25163 - type: "plot"
25164   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25165   algorithm: "plot_throughput_speedup_analysis"
25166   output-file-type: ".html"
25167   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25169   filter: "'NIC_Intel-X520-DA2' and
25170            '78B' and
25171            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25172            'NDRPDR' and
25173            'IP6FWD' and
25174            not 'SRv6' and
25175            not 'IPSEC' and
25176            not 'VHOST'"
25177   parameters:
25178   - "throughput"
25179   - "parent"
25180   - "tags"
25181   sort:
25182   - "IP6BASE"
25183   - "FIB_20K"
25184   - "FIB_200K"
25185   - "FIB_2M"
25186   layout:
25187     title: "ip6-3n-hsw-x520-78b-base-pdr"
25188     layout: "plot-throughput-speedup-analysis"
25189
25190 # Speedup - VPP IPv6 3n-hsw-x710
25191 - type: "plot"
25192   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25193   algorithm: "plot_throughput_speedup_analysis"
25194   output-file-type: ".html"
25195   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25197   filter: "'NIC_Intel-X710' and
25198            '78B' and
25199            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25200            'NDRPDR' and
25201            'IP6FWD' and
25202            not 'SRv6' and
25203            not 'IPSEC' and
25204            not 'VHOST'"
25205   parameters:
25206   - "throughput"
25207   - "parent"
25208   - "tags"
25209   sort:
25210   - "IP6BASE"
25211   - "FIB_20K"
25212   - "FIB_200K"
25213   - "FIB_2M"
25214   layout:
25215     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25216     layout: "plot-throughput-speedup-analysis"
25217
25218 - type: "plot"
25219   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25220   algorithm: "plot_throughput_speedup_analysis"
25221   output-file-type: ".html"
25222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25224   filter: "'NIC_Intel-X710' and
25225            '78B' and
25226            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25227            'NDRPDR' and
25228            'IP6FWD' and
25229            not 'SRv6' and
25230            not 'IPSEC' and
25231            not 'VHOST'"
25232   parameters:
25233   - "throughput"
25234   - "parent"
25235   - "tags"
25236   sort:
25237   - "IP6BASE"
25238   - "FIB_20K"
25239   - "FIB_200K"
25240   - "FIB_2M"
25241   layout:
25242     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25243     layout: "plot-throughput-speedup-analysis"
25244
25245 # Speedup - VPP IPv6 3n-hsw-x710 features
25246 - type: "plot"
25247   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25248   algorithm: "plot_throughput_speedup_analysis"
25249   output-file-type: ".html"
25250   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25252   filter: "'NIC_Intel-X710' and
25253            '78B' and
25254            ('IP6BASE' or
25255             'POLICE_MARK' or
25256             'COPWHLIST' or
25257             'IACLDST') 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   - "POLICE_MARK"
25270   - "COPWHLIST"
25271   - "IACLDST"
25272   layout:
25273     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25274     layout: "plot-throughput-speedup-analysis"
25275
25276 - type: "plot"
25277   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25278   algorithm: "plot_throughput_speedup_analysis"
25279   output-file-type: ".html"
25280   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25282   filter: "'NIC_Intel-X710' and
25283            '78B' and
25284            ('IP6BASE' or
25285             'POLICE_MARK' or
25286             'COPWHLIST' or
25287             'IACLDST') and
25288            'NDRPDR' and
25289            'IP6FWD' and
25290            not 'SRv6' and
25291            not 'IPSEC' and
25292            not 'VHOST'"
25293   parameters:
25294   - "throughput"
25295   - "parent"
25296   - "tags"
25297   sort:
25298   - "IP6BASE"
25299   - "POLICE_MARK"
25300   - "COPWHLIST"
25301   - "IACLDST"
25302   layout:
25303     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25304     layout: "plot-throughput-speedup-analysis"
25305
25306 # Speedup - VPP IPv6 3n-hsw-xl710
25307 - type: "plot"
25308   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25309   algorithm: "plot_throughput_speedup_analysis"
25310   output-file-type: ".html"
25311   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25313   filter: "'NIC_Intel-XL710' and
25314            '78B' and
25315            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25316            'NDRPDR' and
25317            'IP6FWD' and
25318            not 'SRv6' and
25319            not 'IPSEC' and
25320            not 'VHOST'"
25321   parameters:
25322   - "throughput"
25323   - "parent"
25324   - "tags"
25325   sort:
25326   - "IP6BASE"
25327   - "FIB_20K"
25328   - "FIB_200K"
25329   - "FIB_2M"
25330   layout:
25331     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25332     layout: "plot-throughput-speedup-analysis"
25333
25334 - type: "plot"
25335   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25336   algorithm: "plot_throughput_speedup_analysis"
25337   output-file-type: ".html"
25338   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25340   filter: "'NIC_Intel-XL710' and
25341            '78B' and
25342            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25343            'NDRPDR' and
25344            'IP6FWD' and
25345            not 'SRv6' and
25346            not 'IPSEC' and
25347            not 'VHOST'"
25348   parameters:
25349   - "throughput"
25350   - "parent"
25351   - "tags"
25352   sort:
25353   - "IP6BASE"
25354   - "FIB_20K"
25355   - "FIB_200K"
25356   - "FIB_2M"
25357   layout:
25358     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25359     layout: "plot-throughput-speedup-analysis"
25360
25361 # Speedup - VPP IPv6 3n-skx-x710
25362 - type: "plot"
25363   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25364   algorithm: "plot_throughput_speedup_analysis"
25365   output-file-type: ".html"
25366   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25368   filter: "'NIC_Intel-X710' and
25369            '78B' and
25370            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25371            'NDRPDR' and
25372            'IP6FWD' and
25373            not 'SRv6' and
25374            not 'IPSEC' and
25375            not 'VHOST'"
25376   parameters:
25377   - "throughput"
25378   - "parent"
25379   - "tags"
25380   sort:
25381   - "IP6BASE"
25382   - "FIB_20K"
25383   - "FIB_200K"
25384   - "FIB_2M"
25385   layout:
25386     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25387     layout: "plot-throughput-speedup-analysis"
25388
25389 - type: "plot"
25390   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25391   algorithm: "plot_throughput_speedup_analysis"
25392   output-file-type: ".html"
25393   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25395   filter: "'NIC_Intel-X710' and
25396            '78B' and
25397            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25398            'NDRPDR' and
25399            'IP6FWD' and
25400            not 'SRv6' and
25401            not 'IPSEC' and
25402            not 'VHOST'"
25403   parameters:
25404   - "throughput"
25405   - "parent"
25406   - "tags"
25407   sort:
25408   - "IP6BASE"
25409   - "FIB_20K"
25410   - "FIB_200K"
25411   - "FIB_2M"
25412   layout:
25413     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25414     layout: "plot-throughput-speedup-analysis"
25415
25416 # Speedup - VPP IPv6 3n-skx-x710 features
25417 - type: "plot"
25418   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25419   algorithm: "plot_throughput_speedup_analysis"
25420   output-file-type: ".html"
25421   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25423   filter: "'NIC_Intel-X710' and
25424            '78B' and
25425            ('IP6BASE' or
25426             'POLICE_MARK' or
25427             'COPWHLIST' or
25428             'IACLDST') 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   - "POLICE_MARK"
25441   - "COPWHLIST"
25442   - "IACLDST"
25443   layout:
25444     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25445     layout: "plot-throughput-speedup-analysis"
25446
25447 - type: "plot"
25448   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25449   algorithm: "plot_throughput_speedup_analysis"
25450   output-file-type: ".html"
25451   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25453   filter: "'NIC_Intel-X710' and
25454            '78B' and
25455            ('IP6BASE' or
25456             'POLICE_MARK' or
25457             'COPWHLIST' or
25458             'IACLDST') and
25459            'NDRPDR' and
25460            'IP6FWD' and
25461            not 'SRv6' and
25462            not 'IPSEC' and
25463            not 'VHOST'"
25464   parameters:
25465   - "throughput"
25466   - "parent"
25467   - "tags"
25468   sort:
25469   - "IP6BASE"
25470   - "POLICE_MARK"
25471   - "COPWHLIST"
25472   - "IACLDST"
25473   layout:
25474     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25475     layout: "plot-throughput-speedup-analysis"
25476
25477 # Speedup - VPP IPv6 3n-skx-xxv710
25478 - type: "plot"
25479   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25480   algorithm: "plot_throughput_speedup_analysis"
25481   output-file-type: ".html"
25482   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25484   filter: "'NIC_Intel-XXV710' and
25485            '78B' and
25486            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25487            'NDRPDR' and
25488            'IP6FWD' and
25489            not 'SRv6' and
25490            not 'IPSEC' and
25491            not 'VHOST'"
25492   parameters:
25493   - "throughput"
25494   - "parent"
25495   - "tags"
25496   sort:
25497   - "IP6BASE"
25498   - "FIB_20K"
25499   - "FIB_200K"
25500   - "FIB_2M"
25501   layout:
25502     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25503     layout: "plot-throughput-speedup-analysis"
25504
25505 - type: "plot"
25506   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25507   algorithm: "plot_throughput_speedup_analysis"
25508   output-file-type: ".html"
25509   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25511   filter: "'NIC_Intel-XXV710' and
25512            '78B' and
25513            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25514            'NDRPDR' and
25515            'IP6FWD' and
25516            not 'SRv6' and
25517            not 'IPSEC' and
25518            not 'VHOST'"
25519   parameters:
25520   - "throughput"
25521   - "parent"
25522   - "tags"
25523   sort:
25524   - "IP6BASE"
25525   - "FIB_20K"
25526   - "FIB_200K"
25527   - "FIB_2M"
25528   layout:
25529     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25530     layout: "plot-throughput-speedup-analysis"
25531
25532 # Speedup - VPP IPv6 2n-skx-x710
25533 - type: "plot"
25534   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25535   algorithm: "plot_throughput_speedup_analysis"
25536   output-file-type: ".html"
25537   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25539   filter: "'NIC_Intel-X710' and
25540            '78B' and
25541            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25542            'NDRPDR' and
25543            'IP6FWD' and
25544            not 'SRv6' and
25545            not 'IPSEC' and
25546            not 'VHOST'"
25547   parameters:
25548   - "throughput"
25549   - "parent"
25550   - "tags"
25551   sort:
25552   - "IP6BASE"
25553   - "FIB_20K"
25554   - "FIB_200K"
25555   - "FIB_2M"
25556   layout:
25557     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25558     layout: "plot-throughput-speedup-analysis"
25559
25560 - type: "plot"
25561   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25562   algorithm: "plot_throughput_speedup_analysis"
25563   output-file-type: ".html"
25564   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25566   filter: "'NIC_Intel-X710' and
25567            '78B' and
25568            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25569            'NDRPDR' and
25570            'IP6FWD' and
25571            not 'SRv6' and
25572            not 'IPSEC' and
25573            not 'VHOST'"
25574   parameters:
25575   - "throughput"
25576   - "parent"
25577   - "tags"
25578   sort:
25579   - "IP6BASE"
25580   - "FIB_20K"
25581   - "FIB_200K"
25582   - "FIB_2M"
25583   layout:
25584     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25585     layout: "plot-throughput-speedup-analysis"
25586
25587 # Speedup - VPP IPv6 2n-skx-xxv710
25588 - type: "plot"
25589   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25590   algorithm: "plot_throughput_speedup_analysis"
25591   output-file-type: ".html"
25592   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25594   filter: "'NIC_Intel-XXV710' and
25595            '78B' and
25596            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25597            'NDRPDR' and
25598            'IP6FWD' and
25599            not 'SRv6' and
25600            not 'IPSEC' and
25601            not 'VHOST'"
25602   parameters:
25603   - "throughput"
25604   - "parent"
25605   - "tags"
25606   sort:
25607   - "IP6BASE"
25608   - "FIB_20K"
25609   - "FIB_200K"
25610   - "FIB_2M"
25611   layout:
25612     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25613     layout: "plot-throughput-speedup-analysis"
25614
25615 - type: "plot"
25616   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25617   algorithm: "plot_throughput_speedup_analysis"
25618   output-file-type: ".html"
25619   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25621   filter: "'NIC_Intel-XXV710' and
25622            '78B' and
25623            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25624            'NDRPDR' and
25625            'IP6FWD' and
25626            not 'SRv6' and
25627            not 'IPSEC' and
25628            not 'VHOST'"
25629   parameters:
25630   - "throughput"
25631   - "parent"
25632   - "tags"
25633   sort:
25634   - "IP6BASE"
25635   - "FIB_20K"
25636   - "FIB_200K"
25637   - "FIB_2M"
25638   layout:
25639     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25640     layout: "plot-throughput-speedup-analysis"
25641
25642 ## Speedup - VPP IPv6 2n-dnv-x553 base
25643 #- type: "plot"
25644 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25645 #  algorithm: "plot_throughput_speedup_analysis"
25646 #  output-file-type: ".html"
25647 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25648 #  data: "intel-dnv-vpp"
25649 #  filter: "'NIC_Intel-X553' and
25650 #           '78B' and
25651 #           'IP6BASE' and
25652 #           'NDRPDR' and
25653 #           'IP6FWD' and
25654 #           not 'SRv6' and
25655 #           not 'IPSEC' and
25656 #           not 'VHOST'"
25657 #  parameters:
25658 #  - "throughput"
25659 #  - "parent"
25660 #  - "tags"
25661 #  sort:
25662 #  - "IP6BASE"
25663 #  layout:
25664 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25665 #    layout: "plot-throughput-speedup-analysis"
25666 #
25667 #- type: "plot"
25668 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25669 #  algorithm: "plot_throughput_speedup_analysis"
25670 #  output-file-type: ".html"
25671 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25672 #  data: "intel-dnv-vpp"
25673 #  filter: "'NIC_Intel-X553' and
25674 #           '78B' and
25675 #           'IP6BASE' and
25676 #           'NDRPDR' and
25677 #           'IP6FWD' and
25678 #           not 'SRv6' and
25679 #           not 'IPSEC' and
25680 #           not 'VHOST'"
25681 #  parameters:
25682 #  - "throughput"
25683 #  - "parent"
25684 #  - "tags"
25685 #  sort:
25686 #  - "IP6BASE"
25687 #  layout:
25688 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25689 #    layout: "plot-throughput-speedup-analysis"
25690
25691 ################################################################################
25692
25693 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25694 - type: "plot"
25695   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25696   algorithm: "plot_throughput_speedup_analysis"
25697   output-file-type: ".html"
25698   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25700   filter: "'NIC_Intel-X520-DA2' and
25701            '78B' and
25702            'ENCAP' and
25703            'NDRPDR' and
25704            'LISP' and
25705            not 'VHOST'"
25706   parameters:
25707   - "throughput"
25708   - "parent"
25709   - "tags"
25710   sort:
25711   - "IP4UNRLAY"
25712   - "IP6UNRLAY"
25713   layout:
25714     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25715     layout: "plot-throughput-speedup-analysis"
25716
25717 - type: "plot"
25718   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25719   algorithm: "plot_throughput_speedup_analysis"
25720   output-file-type: ".html"
25721   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25723   filter: "'NIC_Intel-X520-DA2' and
25724            '78B' and
25725            'ENCAP' and
25726            'NDRPDR' and
25727            'LISP' and
25728            not 'VHOST'"
25729   parameters:
25730   - "throughput"
25731   - "parent"
25732   - "tags"
25733   sort:
25734   - "IP4UNRLAY"
25735   - "IP6UNRLAY"
25736   layout:
25737     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25738     layout: "plot-throughput-speedup-analysis"
25739
25740 ################################################################################
25741
25742 # Speedup - VPP IPSec 3n-hsw-xl710 base
25743 - type: "plot"
25744   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25745   algorithm: "plot_throughput_speedup_analysis"
25746   output-file-type: ".html"
25747   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25749   filter: "'NIC_Intel-XL710' and
25750            '64B' and
25751            'IP4FWD' and
25752            'NDRPDR' and
25753            'BASE' and
25754            'IPSECHW' and
25755            ('IPSECTRAN' or 'IPSECTUN') and
25756            not 'VHOST'"
25757   parameters:
25758   - "throughput"
25759   - "parent"
25760   - "tags"
25761   layout:
25762     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25763     layout: "plot-throughput-speedup-analysis"
25764
25765 - type: "plot"
25766   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25767   algorithm: "plot_throughput_speedup_analysis"
25768   output-file-type: ".html"
25769   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25770   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25771   filter: "'NIC_Intel-XL710' and
25772            '64B' and
25773            'IP4FWD' and
25774            'NDRPDR' and
25775            'BASE' and
25776            'IPSECHW' and
25777            ('IPSECTRAN' or 'IPSECTUN') and
25778            not 'VHOST'"
25779   parameters:
25780   - "throughput"
25781   - "parent"
25782   - "tags"
25783   layout:
25784     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25785     layout: "plot-throughput-speedup-analysis"
25786
25787 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25788 - type: "plot"
25789   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25790   algorithm: "plot_throughput_speedup_analysis"
25791   output-file-type: ".html"
25792   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25794   filter: "'NIC_Intel-XL710' and
25795            '64B' and
25796            'IP4FWD' and
25797            'NDRPDR' and
25798            'SCALE' and
25799            'IPSECHW' and
25800            ('IPSECTRAN' or 'IPSECTUN') and
25801            not 'VHOST'"
25802   parameters:
25803   - "throughput"
25804   - "parent"
25805   - "tags"
25806   layout:
25807     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25808     layout: "plot-throughput-speedup-analysis"
25809
25810 - type: "plot"
25811   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25812   algorithm: "plot_throughput_speedup_analysis"
25813   output-file-type: ".html"
25814   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25816   filter: "'NIC_Intel-XL710' and
25817            '64B' and
25818            'IP4FWD' and
25819            'NDRPDR' and
25820            'SCALE' and
25821            'IPSECHW' and
25822            ('IPSECTRAN' or 'IPSECTUN') and
25823            not 'VHOST'"
25824   parameters:
25825   - "throughput"
25826   - "parent"
25827   - "tags"
25828   layout:
25829     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25830     layout: "plot-throughput-speedup-analysis"
25831
25832 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25833 - type: "plot"
25834   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25835   algorithm: "plot_throughput_speedup_analysis"
25836   output-file-type: ".html"
25837   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25839   filter: "'NIC_Intel-XL710' and
25840            '64B' and
25841            'IP4FWD' and
25842            'NDRPDR' and
25843            'IPSECSW' and
25844            ('IPSECTRAN' or 'IPSECTUN') and
25845            not 'VHOST'"
25846   parameters:
25847   - "throughput"
25848   - "parent"
25849   - "tags"
25850   layout:
25851     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25852     layout: "plot-throughput-speedup-analysis"
25853
25854 - type: "plot"
25855   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25856   algorithm: "plot_throughput_speedup_analysis"
25857   output-file-type: ".html"
25858   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25860   filter: "'NIC_Intel-XL710' and
25861            '64B' and
25862            'IP4FWD' and
25863            'NDRPDR' and
25864            'IPSECSW' and
25865            ('IPSECTRAN' or 'IPSECTUN') and
25866            not 'VHOST'"
25867   parameters:
25868   - "throughput"
25869   - "parent"
25870   - "tags"
25871   layout:
25872     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25873     layout: "plot-throughput-speedup-analysis"
25874
25875 ################################################################################
25876
25877 # Speedup - VPP SRv6 3n-hsw-x520
25878 - type: "plot"
25879   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25880   algorithm: "plot_throughput_speedup_analysis"
25881   output-file-type: ".html"
25882   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25884   filter: "'NIC_Intel-X520-DA2' and
25885            '78B' and
25886            'FEATURE' and
25887            'NDRPDR' and
25888            'IP6FWD' and
25889            'SRv6'"
25890   parameters:
25891   - "throughput"
25892   - "parent"
25893   - "tags"
25894   layout:
25895     title: "srv6-3n-hsw-x520-78b-features-ndr"
25896     layout: "plot-throughput-speedup-analysis"
25897
25898 - type: "plot"
25899   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25900   algorithm: "plot_throughput_speedup_analysis"
25901   output-file-type: ".html"
25902   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25904   filter: "'NIC_Intel-X520-DA2' and
25905            '78B' and
25906            'FEATURE' and
25907            'NDRPDR' and
25908            'IP6FWD' and
25909            'SRv6'"
25910   parameters:
25911   - "throughput"
25912   - "parent"
25913   - "tags"
25914   layout:
25915     title: "srv6-3n-hsw-x520-78b-features-pdr"
25916     layout: "plot-throughput-speedup-analysis"
25917
25918 ################################################################################
25919
25920 # Speedup - VPP L2 3n-hsw-x520 base and scale
25921 - type: "plot"
25922   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25923   algorithm: "plot_throughput_speedup_analysis"
25924   output-file-type: ".html"
25925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25927   filter: "'NIC_Intel-X520-DA2' and
25928            '64B' and
25929            ('BASE' or 'SCALE') and
25930            'NDRPDR' and
25931            'ETH' and
25932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25933            not 'VHOST' and
25934            not 'MEMIF'"
25935   parameters:
25936   - "throughput"
25937   - "parent"
25938   - "tags"
25939   sort:
25940   - "L2XCFWD"
25941   - "L2PATCH"
25942   - "L2BDMACLRN"
25943   - "FIB_10K"
25944   - "FIB_100K"
25945   - "FIB_1M"
25946   layout:
25947     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25948     layout: "plot-throughput-speedup-analysis"
25949
25950 - type: "plot"
25951   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25952   algorithm: "plot_throughput_speedup_analysis"
25953   output-file-type: ".html"
25954   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25956   filter: "'NIC_Intel-X520-DA2' and
25957            '64B' and
25958            ('BASE' or 'SCALE') and
25959            'NDRPDR' and
25960            'ETH' and
25961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25962            not 'VHOST' and
25963            not 'MEMIF'"
25964   parameters:
25965   - "throughput"
25966   - "parent"
25967   - "tags"
25968   sort:
25969   - "L2XCFWD"
25970   - "L2PATCH"
25971   - "L2BDMACLRN"
25972   - "FIB_10K"
25973   - "FIB_100K"
25974   - "FIB_1M"
25975   layout:
25976     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25977     layout: "plot-throughput-speedup-analysis"
25978
25979 # Speedup - VPP L2 3n-hsw-x520 features
25980 - type: "plot"
25981   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25982   algorithm: "plot_throughput_speedup_analysis"
25983   output-file-type: ".html"
25984   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25986   filter: "'NIC_Intel-X520-DA2' and
25987            '64B' and
25988            'NDRPDR' and
25989            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25990            not 'ACL' and
25991            not 'VHOST' and
25992            not 'MEMIF'"
25993   parameters:
25994   - "throughput"
25995   - "parent"
25996   - "tags"
25997   sort:
25998   - "L2XCBASE"    # l2xcbase
25999   - "L2BDBASE"    # l2bdbase
26000   - "L2XCFWD"     # dot1q-l2xcbase
26001   - "L2BDMACLRN"  # dot1q-l2bdbase
26002   layout:
26003     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26004     layout: "plot-throughput-speedup-analysis"
26005
26006 - type: "plot"
26007   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26008   algorithm: "plot_throughput_speedup_analysis"
26009   output-file-type: ".html"
26010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26012   filter: "'NIC_Intel-X520-DA2' and
26013            '64B' and
26014            'NDRPDR' and
26015            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26016            not 'ACL' and
26017            not 'VHOST' and
26018            not 'MEMIF'"
26019   parameters:
26020   - "throughput"
26021   - "parent"
26022   - "tags"
26023   sort:
26024   - "L2XCBASE"    # l2xcbase
26025   - "L2BDBASE"    # l2bdbase
26026   - "L2XCFWD"     # dot1q-l2xcbase
26027   - "L2BDMACLRN"  # dot1q-l2bdbase
26028   layout:
26029     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26030     layout: "plot-throughput-speedup-analysis"
26031
26032 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26033 - type: "plot"
26034   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26035   algorithm: "plot_throughput_speedup_analysis"
26036   output-file-type: ".html"
26037   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26039   filter: "'NIC_Intel-X520-DA2' and
26040            'NDRPDR' and
26041            '64B' and
26042            'FEATURE' and
26043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26044            'IACL' and
26045            ('ACL1' or 'ACL50') and
26046            ('10K_FLOWS' or '10k_FLOWS') and
26047            not 'MACIP' and
26048            not 'VHOST' and
26049            not 'MEMIF'"
26050   parameters:
26051   - "throughput"
26052   - "parent"
26053   - "tags"
26054   layout:
26055     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26056     layout: "plot-throughput-speedup-analysis"
26057
26058 - type: "plot"
26059   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26060   algorithm: "plot_throughput_speedup_analysis"
26061   output-file-type: ".html"
26062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26064   filter: "'NIC_Intel-X520-DA2' and
26065            'NDRPDR' and
26066            '64B' and
26067            'FEATURE' and
26068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26069            'IACL' and
26070            ('ACL1' or 'ACL50') and
26071            ('10K_FLOWS' or '10k_FLOWS') and
26072            not 'MACIP' and
26073            not 'VHOST' and
26074            not 'MEMIF'"
26075   parameters:
26076   - "throughput"
26077   - "parent"
26078   - "tags"
26079   layout:
26080     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26081     layout: "plot-throughput-speedup-analysis"
26082
26083 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26084 - type: "plot"
26085   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26086   algorithm: "plot_throughput_speedup_analysis"
26087   output-file-type: ".html"
26088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26090   filter: "'NIC_Intel-X520-DA2' and
26091            'NDRPDR' and
26092            '64B' and
26093            'FEATURE' and
26094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26095            'OACL' and
26096            ('ACL1' or 'ACL50') and
26097            ('10K_FLOWS' or '10k_FLOWS') and
26098            not 'MACIP' and
26099            not 'VHOST' and
26100            not 'MEMIF'"
26101   parameters:
26102   - "throughput"
26103   - "parent"
26104   - "tags"
26105   layout:
26106     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26107     layout: "plot-throughput-speedup-analysis"
26108
26109 - type: "plot"
26110   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26111   algorithm: "plot_throughput_speedup_analysis"
26112   output-file-type: ".html"
26113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26115   filter: "'NIC_Intel-X520-DA2' and
26116            'NDRPDR' and
26117            '64B' and
26118            'FEATURE' and
26119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26120            'OACL' and
26121            ('ACL1' or 'ACL50') and
26122            ('10K_FLOWS' or '10k_FLOWS') and
26123            not 'MACIP' and
26124            not 'VHOST' and
26125            not 'MEMIF'"
26126   parameters:
26127   - "throughput"
26128   - "parent"
26129   - "tags"
26130   layout:
26131     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26132     layout: "plot-throughput-speedup-analysis"
26133
26134 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26135 - type: "plot"
26136   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26137   algorithm: "plot_throughput_speedup_analysis"
26138   output-file-type: ".html"
26139   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26141   filter: "'NIC_Intel-X520-DA2' and
26142            'NDRPDR' and
26143            '64B' and
26144            'FEATURE' and
26145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26146            'OACL' and
26147            ('ACL1' or 'ACL50') and
26148            ('10K_FLOWS' or '10k_FLOWS') and
26149            not 'MACIP' and
26150            not 'VHOST' and
26151            not 'MEMIF'"
26152   parameters:
26153   - "throughput"
26154   - "parent"
26155   - "tags"
26156   layout:
26157     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26158     layout: "plot-throughput-speedup-analysis"
26159
26160 - type: "plot"
26161   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26162   algorithm: "plot_throughput_speedup_analysis"
26163   output-file-type: ".html"
26164   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26166   filter: "'NIC_Intel-X520-DA2' and
26167            'NDRPDR' and
26168            '64B' and
26169            'FEATURE' and
26170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26171            'OACL' and
26172            ('ACL1' or 'ACL50') and
26173            ('10K_FLOWS' or '10k_FLOWS') and
26174            not 'MACIP' and
26175            not 'VHOST' and
26176            not 'MEMIF'"
26177   parameters:
26178   - "throughput"
26179   - "parent"
26180   - "tags"
26181   layout:
26182     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26183     layout: "plot-throughput-speedup-analysis"
26184
26185 # Speedup - VPP L2 3n-hsw-x520 features-macip
26186 - type: "plot"
26187   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26188   algorithm: "plot_throughput_speedup_analysis"
26189   output-file-type: ".html"
26190   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26192   filter: "'NIC_Intel-X520-DA2' and
26193            'NDRPDR' and
26194            '64B' and
26195            'FEATURE' and
26196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26197            'MACIP' and
26198            ('ACL1' or 'ACL50') and
26199            ('10K_FLOWS' or '10k_FLOWS') and
26200            not 'VHOST' and
26201            not 'MEMIF'"
26202   parameters:
26203   - "throughput"
26204   - "parent"
26205   - "tags"
26206   layout:
26207     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26208     layout: "plot-throughput-speedup-analysis"
26209
26210 - type: "plot"
26211   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26212   algorithm: "plot_throughput_speedup_analysis"
26213   output-file-type: ".html"
26214   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26216   filter: "'NIC_Intel-X520-DA2' and
26217            'NDRPDR' and
26218            '64B' and
26219            'FEATURE' and
26220            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26221            'MACIP' and
26222            ('ACL1' or 'ACL50') and
26223            ('10K_FLOWS' or '10k_FLOWS') and
26224            not 'VHOST' and
26225            not 'MEMIF'"
26226   parameters:
26227   - "throughput"
26228   - "parent"
26229   - "tags"
26230   layout:
26231     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26232     layout: "plot-throughput-speedup-analysis"
26233
26234 # Speedup - VPP L2 3n-hsw-x710 base and scale
26235 - type: "plot"
26236   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26237   algorithm: "plot_throughput_speedup_analysis"
26238   output-file-type: ".html"
26239   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26241   filter: "'NIC_Intel-X710' and
26242            '64B' and
26243            ('BASE' or 'SCALE') and
26244            'NDRPDR' and
26245            'ETH' and
26246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26247            not 'VHOST' and
26248            not 'MEMIF' and
26249            not 'DRV_AVF'"
26250   parameters:
26251   - "throughput"
26252   - "parent"
26253   - "tags"
26254   sort:
26255   - "L2PATCH"
26256   - "L2XCFWD"
26257   - "L2BDMACLRN"
26258   - "FIB_10K"
26259   - "FIB_100K"
26260   - "FIB_1M"
26261   layout:
26262     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26263     layout: "plot-throughput-speedup-analysis"
26264
26265 - type: "plot"
26266   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26267   algorithm: "plot_throughput_speedup_analysis"
26268   output-file-type: ".html"
26269   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26271   filter: "'NIC_Intel-X710' and
26272            '64B' and
26273            ('BASE' or 'SCALE') and
26274            'NDRPDR' and
26275            'ETH' and
26276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26277            not 'VHOST' and
26278            not 'MEMIF' and
26279            not 'DRV_AVF'"
26280   parameters:
26281   - "throughput"
26282   - "parent"
26283   - "tags"
26284   sort:
26285   - "L2PATCH"
26286   - "L2XCFWD"
26287   - "L2BDMACLRN"
26288   - "FIB_10K"
26289   - "FIB_100K"
26290   - "FIB_1M"
26291   layout:
26292     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26293     layout: "plot-throughput-speedup-analysis"
26294
26295 # Speedup - VPP L2 3n-hsw-x710 features
26296 - type: "plot"
26297   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26298   algorithm: "plot_throughput_speedup_analysis"
26299   output-file-type: ".html"
26300   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26302   filter: "'NIC_Intel-X710' and
26303            '64B' and
26304            'NDRPDR' and
26305            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26306            not 'ACL' and
26307            not 'VHOST' and
26308            not 'L2OVRLAY' and
26309            not 'MEMIF'"
26310   parameters:
26311   - "throughput"
26312   - "parent"
26313   - "tags"
26314   sort:
26315   - "L2XCBASE"    # l2xcbase
26316   - "L2BDBASE"    # l2bdbase
26317   - "L2XCFWD"     # dot1q-l2xcbase
26318   - "L2BDMACLRN"  # dot1q-l2bdbase
26319   layout:
26320     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26321     layout: "plot-throughput-speedup-analysis"
26322
26323 - type: "plot"
26324   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26325   algorithm: "plot_throughput_speedup_analysis"
26326   output-file-type: ".html"
26327   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26329   filter: "'NIC_Intel-X710' and
26330            '64B' and
26331            'NDRPDR' and
26332            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26333            not 'ACL' and
26334            not 'VHOST' and
26335            not 'L2OVRLAY' and
26336            not 'MEMIF'"
26337   parameters:
26338   - "throughput"
26339   - "parent"
26340   - "tags"
26341   sort:
26342   - "L2XCBASE"    # l2xcbase
26343   - "L2BDBASE"    # l2bdbase
26344   - "L2XCFWD"     # dot1q-l2xcbase
26345   - "L2BDMACLRN"  # dot1q-l2bdbase
26346   layout:
26347     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26348     layout: "plot-throughput-speedup-analysis"
26349
26350 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26351 - type: "plot"
26352   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26353   algorithm: "plot_throughput_speedup_analysis"
26354   output-file-type: ".html"
26355   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26357   filter: "'NIC_Intel-X710' and
26358            'NDRPDR' and
26359            '64B' and
26360            'FEATURE' and
26361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26362            'IACL' and
26363            ('ACL1' or 'ACL50') and
26364            ('10K_FLOWS' or '10k_FLOWS') and
26365            not 'MACIP' and
26366            not 'VHOST' and
26367            not 'MEMIF'"
26368   parameters:
26369   - "throughput"
26370   - "parent"
26371   - "tags"
26372   layout:
26373     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26374     layout: "plot-throughput-speedup-analysis"
26375
26376 - type: "plot"
26377   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26378   algorithm: "plot_throughput_speedup_analysis"
26379   output-file-type: ".html"
26380   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26382   filter: "'NIC_Intel-X710' and
26383            'NDRPDR' and
26384            '64B' and
26385            'FEATURE' and
26386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26387            'IACL' and
26388            ('ACL1' or 'ACL50') and
26389            ('10K_FLOWS' or '10k_FLOWS') and
26390            not 'MACIP' and
26391            not 'VHOST' and
26392            not 'MEMIF'"
26393   parameters:
26394   - "throughput"
26395   - "parent"
26396   - "tags"
26397   layout:
26398     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26399     layout: "plot-throughput-speedup-analysis"
26400
26401 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26402 - type: "plot"
26403   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26404   algorithm: "plot_throughput_speedup_analysis"
26405   output-file-type: ".html"
26406   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26408   filter: "'NIC_Intel-XL710' and
26409            '64B' and
26410            'BASE' and
26411            'NDRPDR' and
26412            'ETH' and
26413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26414            not 'VHOST' and
26415            not 'MEMIF'"
26416   parameters:
26417   - "throughput"
26418   - "parent"
26419   - "tags"
26420   sort:
26421   - "L2PATCH"
26422   - "L2XCFWD"
26423   - "L2BDMACLRN"
26424   layout:
26425     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26426     layout: "plot-throughput-speedup-analysis"
26427
26428 - type: "plot"
26429   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26430   algorithm: "plot_throughput_speedup_analysis"
26431   output-file-type: ".html"
26432   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26434   filter: "'NIC_Intel-XL710' and
26435            '64B' and
26436            'BASE' and
26437            'NDRPDR' and
26438            'ETH' and
26439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26440            not 'VHOST' and
26441            not 'MEMIF'"
26442   parameters:
26443   - "throughput"
26444   - "parent"
26445   - "tags"
26446   sort:
26447   - "L2PATCH"
26448   - "L2XCFWD"
26449   - "L2BDMACLRN"
26450   layout:
26451     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26452     layout: "plot-throughput-speedup-analysis"
26453
26454 # Speedup - VPP L2 3n-skx-x710 base and scale
26455 - type: "plot"
26456   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26457   algorithm: "plot_throughput_speedup_analysis"
26458   output-file-type: ".html"
26459   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26461   filter: "'NIC_Intel-X710' and
26462            '64B' and
26463            ('BASE' or 'SCALE') and
26464            'NDRPDR' and
26465            'ETH' and
26466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26467            not 'VHOST' and
26468            not 'DRV_AVF' and
26469            not 'MEMIF'"
26470   parameters:
26471   - "throughput"
26472   - "parent"
26473   - "tags"
26474   sort:
26475   - "L2PATCH"
26476   - "L2XCBASE"
26477   - "BASE"
26478   - "FIB_10K"
26479   - "FIB_100K"
26480   - "FIB_1M"
26481   layout:
26482     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26483     layout: "plot-throughput-speedup-analysis"
26484
26485 - type: "plot"
26486   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26487   algorithm: "plot_throughput_speedup_analysis"
26488   output-file-type: ".html"
26489   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26491   filter: "'NIC_Intel-X710' and
26492            '64B' and
26493            ('BASE' or 'SCALE') and
26494            'NDRPDR' and
26495            'ETH' and
26496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26497            not 'VHOST' and
26498            not 'DRV_AVF' and
26499            not 'MEMIF'"
26500   parameters:
26501   - "throughput"
26502   - "parent"
26503   - "tags"
26504   sort:
26505   - "L2PATCH"
26506   - "L2XCBASE"
26507   - "BASE"
26508   - "FIB_10K"
26509   - "FIB_100K"
26510   - "FIB_1M"
26511   layout:
26512     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26513     layout: "plot-throughput-speedup-analysis"
26514
26515 # Speedup - VPP L2 3n-skx-x710 features
26516 - type: "plot"
26517   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26518   algorithm: "plot_throughput_speedup_analysis"
26519   output-file-type: ".html"
26520   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26522   filter: "'NIC_Intel-X710' and
26523            '64B' and
26524            'NDRPDR' and
26525            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26526            not 'ACL' and
26527            not 'VHOST' and
26528            not 'DRV_AVF' and
26529            not 'L2OVRLAY' and
26530            not 'MEMIF'"
26531   parameters:
26532   - "throughput"
26533   - "parent"
26534   - "tags"
26535   sort:
26536   - "L2XCBASE"    # l2xcbase
26537   - "L2BDBASE"    # l2bdbase
26538   - "L2XCFWD"     # dot1q-l2xcbase
26539   - "L2BDMACLRN"  # dot1q-l2bdbase
26540   layout:
26541     title: "l2sw-3n-skx-x710-64b-features-ndr"
26542     layout: "plot-throughput-speedup-analysis"
26543
26544 - type: "plot"
26545   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26546   algorithm: "plot_throughput_speedup_analysis"
26547   output-file-type: ".html"
26548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26550   filter: "'NIC_Intel-X710' and
26551            '64B' and
26552            'NDRPDR' and
26553            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26554            not 'ACL' and
26555            not 'VHOST' and
26556            not 'DRV_AVF' and
26557            not 'L2OVRLAY' and
26558            not 'MEMIF'"
26559   parameters:
26560   - "throughput"
26561   - "parent"
26562   - "tags"
26563   sort:
26564   - "L2XCBASE"    # l2xcbase
26565   - "L2BDBASE"    # l2bdbase
26566   - "L2XCFWD"     # dot1q-l2xcbase
26567   - "L2BDMACLRN"  # dot1q-l2bdbase
26568   layout:
26569     title: "l2sw-3n-skx-x710-64b-features-pdr"
26570     layout: "plot-throughput-speedup-analysis"
26571
26572 # Speedup - VPP L2 3n-skx-x710 features-iacl
26573 - type: "plot"
26574   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26575   algorithm: "plot_throughput_speedup_analysis"
26576   output-file-type: ".html"
26577   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26579   filter: "'NIC_Intel-X710' and
26580            'NDRPDR' and
26581            '64B' and
26582            'FEATURE' and
26583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26584            'IACL' and
26585            ('ACL1' or 'ACL50') and
26586            ('10K_FLOWS' or '10k_FLOWS') and
26587            not 'MACIP' and
26588            not 'VHOST' and
26589            not 'MEMIF'"
26590   parameters:
26591   - "throughput"
26592   - "parent"
26593   - "tags"
26594   layout:
26595     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26596     layout: "plot-throughput-speedup-analysis"
26597
26598 - type: "plot"
26599   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26600   algorithm: "plot_throughput_speedup_analysis"
26601   output-file-type: ".html"
26602   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26604   filter: "'NIC_Intel-X710' and
26605            'NDRPDR' and
26606            '64B' and
26607            'FEATURE' and
26608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26609            'IACL' and
26610            ('ACL1' or 'ACL50') and
26611            ('10K_FLOWS' or '10k_FLOWS') and
26612            not 'MACIP' and
26613            not 'VHOST' and
26614            not 'MEMIF'"
26615   parameters:
26616   - "throughput"
26617   - "parent"
26618   - "tags"
26619   layout:
26620     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26621     layout: "plot-throughput-speedup-analysis"
26622
26623 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26624 - type: "plot"
26625   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26626   algorithm: "plot_throughput_speedup_analysis"
26627   output-file-type: ".html"
26628   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26630   filter: "'NIC_Intel-XXV710' and
26631            '64B' and
26632            ('BASE' or 'SCALE') and
26633            'NDRPDR' and
26634            'ETH' and
26635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26636            not 'DRV_AVF' and
26637            not 'VHOST' and
26638            not 'MEMIF'"
26639   parameters:
26640   - "throughput"
26641   - "parent"
26642   - "tags"
26643 #  sort:
26644 #  - "L2PATCH"
26645 #  - "L2PATCH"
26646 #  - "L2XCBASE"
26647 #  - "L2BDMACLRN"
26648   layout:
26649     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26650     layout: "plot-throughput-speedup-analysis"
26651
26652 - type: "plot"
26653   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26654   algorithm: "plot_throughput_speedup_analysis"
26655   output-file-type: ".html"
26656   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26658   filter: "'NIC_Intel-XXV710' and
26659            '64B' and
26660            ('BASE' or 'SCALE') and
26661            'NDRPDR' and
26662            'ETH' and
26663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26664            not 'DRV_AVF' and
26665            not 'VHOST' and
26666            not 'MEMIF'"
26667   parameters:
26668   - "throughput"
26669   - "parent"
26670   - "tags"
26671 #  sort:
26672 #  - "L2PATCH"
26673 #  - "L2PATCH"
26674 #  - "L2XCBASE"
26675 #  - "L2BDMACLRN"
26676   layout:
26677     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26678     layout: "plot-throughput-speedup-analysis"
26679
26680 # Speedup - VPP L2 2n-skx-x710 base and scale
26681 - type: "plot"
26682   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26683   algorithm: "plot_throughput_speedup_analysis"
26684   output-file-type: ".html"
26685   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26687   filter: "'NIC_Intel-X710' and
26688            '64B' and
26689            ('BASE' or 'SCALE') and
26690            'NDRPDR' and
26691            'ETH' and
26692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26693            not 'VHOST' and
26694            not 'MEMIF'"
26695   parameters:
26696   - "throughput"
26697   - "parent"
26698   - "tags"
26699   sort:
26700   - "L2PATCH"
26701   - "L2XCBASE"
26702   - "BASE"
26703   - "FIB_10K"
26704   - "FIB_100K"
26705   - "FIB_1M"
26706   layout:
26707     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26708     layout: "plot-throughput-speedup-analysis"
26709
26710 - type: "plot"
26711   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26712   algorithm: "plot_throughput_speedup_analysis"
26713   output-file-type: ".html"
26714   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26716   filter: "'NIC_Intel-X710' and
26717            '64B' and
26718            ('BASE' or 'SCALE') and
26719            'NDRPDR' and
26720            'ETH' and
26721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26722            not 'VHOST' and
26723            not 'MEMIF'"
26724   parameters:
26725   - "throughput"
26726   - "parent"
26727   - "tags"
26728   sort:
26729   - "L2PATCH"
26730   - "L2XCBASE"
26731   - "BASE"
26732   - "FIB_10K"
26733   - "FIB_100K"
26734   - "FIB_1M"
26735   layout:
26736     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26737     layout: "plot-throughput-speedup-analysis"
26738
26739 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26740 - type: "plot"
26741   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26742   algorithm: "plot_throughput_speedup_analysis"
26743   output-file-type: ".html"
26744   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26746   filter: "'NIC_Intel-XXV710' and
26747            '64B' and
26748            ('BASE' or 'SCALE') and
26749            'NDRPDR' and
26750            'ETH' and
26751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26752            not 'VHOST' and
26753            not 'MEMIF'"
26754   parameters:
26755   - "throughput"
26756   - "parent"
26757   - "tags"
26758   sort:
26759   - "L2PATCH"
26760   - "L2XCBASE"
26761   - "BASE"
26762   - "FIB_10K"
26763   - "FIB_100K"
26764   - "FIB_1M"
26765   layout:
26766     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26767     layout: "plot-throughput-speedup-analysis"
26768
26769 - type: "plot"
26770   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26771   algorithm: "plot_throughput_speedup_analysis"
26772   output-file-type: ".html"
26773   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26775   filter: "'NIC_Intel-XXV710' and
26776            '64B' and
26777            ('BASE' or 'SCALE') and
26778            'NDRPDR' and
26779            'ETH' and
26780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26781            not 'VHOST' and
26782            not 'MEMIF'"
26783   parameters:
26784   - "throughput"
26785   - "parent"
26786   - "tags"
26787   sort:
26788   - "L2PATCH"
26789   - "L2XCBASE"
26790   - "BASE"
26791   - "FIB_10K"
26792   - "FIB_100K"
26793   - "FIB_1M"
26794   layout:
26795     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26796     layout: "plot-throughput-speedup-analysis"
26797
26798 ## Speedup - VPP L2 2n-dnv-x553 base
26799 #- type: "plot"
26800 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26801 #  algorithm: "plot_throughput_speedup_analysis"
26802 #  output-file-type: ".html"
26803 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26804 #  data: "intel-dnv-vpp"
26805 #  filter: "'NIC_Intel-X553' and
26806 #           '64B' and
26807 #           ('BASE' or 'SCALE') and
26808 #           'NDRPDR' and
26809 #           'ETH' and
26810 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26811 #           not 'VHOST' and
26812 #           not 'MEMIF'"
26813 #  parameters:
26814 #  - "throughput"
26815 #  - "parent"
26816 #  - "tags"
26817 #  sort:
26818 #  - "L2XCBASE"
26819 #  - "L2BDMACLRN"
26820 #  - "L2PATCH"
26821 #  layout:
26822 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26823 #    layout: "plot-throughput-speedup-analysis"
26824 #
26825 #- type: "plot"
26826 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26827 #  algorithm: "plot_throughput_speedup_analysis"
26828 #  output-file-type: ".html"
26829 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26830 #  data: "intel-dnv-vpp"
26831 #  filter: "'NIC_Intel-X553' and
26832 #           '64B' and
26833 #           ('BASE' or 'SCALE') and
26834 #           'NDRPDR' and
26835 #           'ETH' and
26836 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26837 #           not 'VHOST' and
26838 #           not 'MEMIF'"
26839 #  parameters:
26840 #  - "throughput"
26841 #  - "parent"
26842 #  - "tags"
26843 #  sort:
26844 #  - "L2XCBASE"
26845 #  - "L2BDMACLRN"
26846 #  - "L2PATCH"
26847 #  layout:
26848 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26849 #    layout: "plot-throughput-speedup-analysis"
26850
26851 ################################################################################
26852
26853 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26854 - type: "plot"
26855   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26856   algorithm: "plot_throughput_speedup_analysis"
26857   output-file-type: ".html"
26858   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26860   filter: "'NIC_Intel-X520-DA2' and
26861            '64B' and
26862            'NDRPDR' and
26863            'ETH' and
26864            'IP4FWD' and
26865            'VHOST_1024' and
26866            not 'VXLAN' and
26867            not 'DOT1Q'"
26868   parameters:
26869   - "throughput"
26870   - "parent"
26871   - "tags"
26872   sort:
26873   - "not CFS_OPT"
26874   - "1VM"
26875   - "2VM"
26876   layout:
26877     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26878     layout: "plot-throughput-speedup-analysis"
26879
26880 - type: "plot"
26881   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26882   algorithm: "plot_throughput_speedup_analysis"
26883   output-file-type: ".html"
26884   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26886   filter: "'NIC_Intel-X520-DA2' and
26887            '64B' and
26888            'NDRPDR' and
26889            'ETH' and
26890            'IP4FWD' and
26891            'VHOST_1024' and
26892            not 'VXLAN' and
26893            not 'DOT1Q'"
26894   parameters:
26895   - "throughput"
26896   - "parent"
26897   - "tags"
26898   sort:
26899   - "not CFS_OPT"
26900   - "1VM"
26901   - "2VM"
26902   layout:
26903     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26904     layout: "plot-throughput-speedup-analysis"
26905
26906 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26907 - type: "plot"
26908   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26909   algorithm: "plot_throughput_speedup_analysis"
26910   output-file-type: ".html"
26911   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26913   filter: "'NIC_Intel-X520-DA2' and
26914            '64B' and
26915            'NDRPDR' and
26916            ('ETH' or 'DOT1Q') and
26917            'BASE' and
26918            ('L2BDMACLRN' or 'L2XCFWD') and
26919            'VHOST_1024' and
26920            not 'VXLAN' and
26921            not 'IP4FWD' and
26922            not '2VM'"
26923   parameters:
26924   - "throughput"
26925   - "parent"
26926   - "tags"
26927   sort:
26928   - "L2BDMACLRN"
26929   - "L2BDMACLRN"
26930   - "L2BDMACLRN"
26931   - "L2XCFWD"
26932   - "L2XCFWD"
26933   - "L2XCFWD"
26934   layout:
26935     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26936     layout: "plot-throughput-speedup-analysis"
26937
26938 - type: "plot"
26939   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-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-pdr-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-pdr"
26967     layout: "plot-throughput-speedup-analysis"
26968
26969 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26970 - type: "plot"
26971   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26972   algorithm: "plot_throughput_speedup_analysis"
26973   output-file-type: ".html"
26974   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26976   filter: "'NIC_Intel-X520-DA2' and
26977            '64B' and
26978            'NDRPDR' and
26979            ('ETH' or 'DOT1Q') and
26980            ('L2BDMACLRN' or 'L2XCFWD') and
26981            'VHOST_1024' and
26982            not 'CFS_OPT' and
26983            not 'DOT1Q' and
26984            not 'VXLAN' and
26985            not 'IP4FWD' and
26986            not 'LBOND'"
26987   parameters:
26988   - "throughput"
26989   - "parent"
26990   - "tags"
26991 #  sort:
26992 #  - "1VM"
26993 #  - "L2XCFWD"
26994 #  - "1VM"
26995 #  - "L2BDMACLRN"
26996   layout:
26997     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26998     layout: "plot-throughput-speedup-analysis"
26999
27000 - type: "plot"
27001   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27002   algorithm: "plot_throughput_speedup_analysis"
27003   output-file-type: ".html"
27004   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27006   filter: "'NIC_Intel-X520-DA2' and
27007            '64B' and
27008            'NDRPDR' and
27009            ('ETH' or 'DOT1Q') and
27010            ('L2BDMACLRN' or 'L2XCFWD') and
27011            'VHOST_1024' and
27012            not 'CFS_OPT' and
27013            not 'DOT1Q' and
27014            not 'VXLAN' and
27015            not 'IP4FWD' and
27016            not 'LBOND'"
27017   parameters:
27018   - "throughput"
27019   - "parent"
27020   - "tags"
27021 #  sort:
27022 #  - "1VM"
27023 #  - "L2XCFWD"
27024 #  - "1VM"
27025 #  - "L2BDMACLRN"
27026   layout:
27027     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27028     layout: "plot-throughput-speedup-analysis"
27029
27030 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27031 - type: "plot"
27032   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27033   algorithm: "plot_throughput_speedup_analysis"
27034   output-file-type: ".html"
27035   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27037   filter: "'NIC_Intel-X710' and
27038            '64B' and
27039            'NDRPDR' and
27040            'ETH' and
27041            'IP4FWD' and
27042            'VHOST_1024' and
27043            not 'VXLAN' and
27044            not 'CFS_OPT' and
27045            not 'DOT1Q'"
27046   parameters:
27047   - "throughput"
27048   - "parent"
27049   - "tags"
27050   sort:
27051   - "1VM"
27052   - "2VM"
27053   layout:
27054     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27055     layout: "plot-throughput-speedup-analysis"
27056
27057 - type: "plot"
27058   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27059   algorithm: "plot_throughput_speedup_analysis"
27060   output-file-type: ".html"
27061   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27063   filter: "'NIC_Intel-X710' and
27064            '64B' and
27065            'NDRPDR' and
27066            'ETH' and
27067            'IP4FWD' and
27068            'VHOST_1024' and
27069            not 'VXLAN' and
27070            not 'CFS_OPT' and
27071            not 'DOT1Q'"
27072   parameters:
27073   - "throughput"
27074   - "parent"
27075   - "tags"
27076   sort:
27077   - "1VM"
27078   - "2VM"
27079   layout:
27080     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27081     layout: "plot-throughput-speedup-analysis"
27082
27083 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27084 - type: "plot"
27085   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27086   algorithm: "plot_throughput_speedup_analysis"
27087   output-file-type: ".html"
27088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27090   filter: "'NIC_Intel-X710' and
27091            '64B' and
27092            'NDRPDR' and
27093            ('ETH' or 'DOT1Q') and
27094            'BASE' and
27095            ('L2BDMACLRN' or 'L2XCFWD') and
27096            'VHOST_1024' and
27097            not 'VXLAN' and
27098            not 'IP4FWD' and
27099            not '2VM'"
27100   parameters:
27101   - "throughput"
27102   - "parent"
27103   - "tags"
27104   sort:
27105   - "L2BDMACLRN"
27106   - "L2BDMACLRN"
27107   - "L2BDMACLRN"
27108   - "L2XCFWD"
27109   - "L2XCFWD"
27110   - "L2XCFWD"
27111   layout:
27112     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27113     layout: "plot-throughput-speedup-analysis"
27114
27115 - type: "plot"
27116   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-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-pdr-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-pdr"
27144     layout: "plot-throughput-speedup-analysis"
27145
27146 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27147 - type: "plot"
27148   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27149   algorithm: "plot_throughput_speedup_analysis"
27150   output-file-type: ".html"
27151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27153   filter: "'NIC_Intel-X710' and
27154            '64B' and
27155            'NDRPDR' and
27156            ('ETH' or 'DOT1Q') and
27157            ('L2BDMACLRN' or 'L2XCFWD') and
27158            'VHOST_1024' and
27159            not 'CFS_OPT' and
27160            not 'VXLAN' and
27161            not 'IP4FWD' and
27162            not 'LBOND'"
27163   parameters:
27164   - "throughput"
27165   - "parent"
27166   - "tags"
27167   sort:
27168   - "L2BDMACLRN"
27169   - "L2BDMACLRN"
27170   - "L2BDMACLRN"
27171   - "L2XCFWD"
27172   - "L2XCFWD"
27173   - "L2XCFWD"
27174   layout:
27175     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27176     layout: "plot-throughput-speedup-analysis"
27177
27178 - type: "plot"
27179   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-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-pdr-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-pdr"
27207     layout: "plot-throughput-speedup-analysis"
27208
27209 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27210 - type: "plot"
27211   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27212   algorithm: "plot_throughput_speedup_analysis"
27213   output-file-type: ".html"
27214   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27216   filter: "'NIC_Intel-X710' and
27217            '64B' and
27218            'NDRPDR' and
27219            'ETH' and
27220            'IP4FWD' and
27221            'VHOST_1024' and
27222            not 'VXLAN' and
27223            not 'DOT1Q'"
27224   parameters:
27225   - "throughput"
27226   - "parent"
27227   - "tags"
27228   sort:
27229   - "1VM"
27230   - "2VM"
27231   layout:
27232     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27233     layout: "plot-throughput-speedup-analysis"
27234
27235 - type: "plot"
27236   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27237   algorithm: "plot_throughput_speedup_analysis"
27238   output-file-type: ".html"
27239   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27241   filter: "'NIC_Intel-X710' and
27242            '64B' and
27243            'NDRPDR' and
27244            'ETH' and
27245            'IP4FWD' and
27246            'VHOST_1024' and
27247            not 'VXLAN' and
27248            not 'DOT1Q'"
27249   parameters:
27250   - "throughput"
27251   - "parent"
27252   - "tags"
27253   sort:
27254   - "1VM"
27255   - "2VM"
27256   layout:
27257     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27258     layout: "plot-throughput-speedup-analysis"
27259
27260 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27261 - type: "plot"
27262   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27263   algorithm: "plot_throughput_speedup_analysis"
27264   output-file-type: ".html"
27265   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27267   filter: "'NIC_Intel-X710' and
27268            '64B' and
27269            'NDRPDR' and
27270            'ETH' and
27271            'IP4FWD' and
27272            'VHOST_1024' and
27273            not 'VXLAN' and
27274            not 'NF_DENSITY' and
27275            not 'CFS_OPT' and
27276            not 'DOT1Q'"
27277   parameters:
27278   - "throughput"
27279   - "parent"
27280   - "tags"
27281   sort:
27282   - "1VM"
27283   - "2VM"
27284   layout:
27285     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27286     layout: "plot-throughput-speedup-analysis"
27287
27288 - type: "plot"
27289   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27290   algorithm: "plot_throughput_speedup_analysis"
27291   output-file-type: ".html"
27292   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27294   filter: "'NIC_Intel-X710' and
27295            '64B' and
27296            'NDRPDR' and
27297            'ETH' and
27298            'IP4FWD' and
27299            'VHOST_1024' and
27300            not 'VXLAN' and
27301            not 'NF_DENSITY' and
27302            not 'CFS_OPT' and
27303            not 'DOT1Q'"
27304   parameters:
27305   - "throughput"
27306   - "parent"
27307   - "tags"
27308   sort:
27309   - "1VM"
27310   - "2VM"
27311   layout:
27312     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27313     layout: "plot-throughput-speedup-analysis"
27314
27315 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27316 - type: "plot"
27317   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27318   algorithm: "plot_throughput_speedup_analysis"
27319   output-file-type: ".html"
27320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27322   filter: "'NIC_Intel-X710' and
27323            '64B' and
27324            'NDRPDR' and
27325            ('ETH' or 'DOT1Q') and
27326            'BASE' and
27327            ('L2BDMACLRN' or 'L2XCFWD') and
27328            'VHOST_1024' and
27329            not 'VXLAN' and
27330            not 'NF_DENSITY' and
27331            not 'IP4FWD' and
27332            not '2VM'"
27333   parameters:
27334   - "throughput"
27335   - "parent"
27336   - "tags"
27337 #  sort:
27338 #  - "not CFS_OPT"
27339 #  - "L2XCFWD"
27340 #  - "not CFS_OPT"
27341 #  - "CFS_OPT"
27342   layout:
27343     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27344     layout: "plot-throughput-speedup-analysis"
27345
27346 - type: "plot"
27347   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27348   algorithm: "plot_throughput_speedup_analysis"
27349   output-file-type: ".html"
27350   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27352   filter: "'NIC_Intel-X710' and
27353            '64B' and
27354            'NDRPDR' and
27355            ('ETH' or 'DOT1Q') and
27356            'BASE' and
27357            ('L2BDMACLRN' or 'L2XCFWD') and
27358            'VHOST_1024' and
27359            not 'VXLAN' and
27360            not 'NF_DENSITY' and
27361            not 'IP4FWD' and
27362            not '2VM'"
27363   parameters:
27364   - "throughput"
27365   - "parent"
27366   - "tags"
27367 #  sort:
27368 #  - "not CFS_OPT"
27369 #  - "L2XCFWD"
27370 #  - "not CFS_OPT"
27371 #  - "CFS_OPT"
27372   layout:
27373     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27374     layout: "plot-throughput-speedup-analysis"
27375
27376 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27377 - type: "plot"
27378   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-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-vm-ndr-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            ('L2BDMACLRN' or 'L2XCFWD') and
27388            'VHOST_1024' and
27389            not 'CFS_OPT' and
27390            not 'VXLAN' and
27391            not 'NF_DENSITY' and
27392            not 'DOT1Q' and
27393            not 'IP4FWD'"
27394   parameters:
27395   - "throughput"
27396   - "parent"
27397   - "tags"
27398 #  sort:
27399 #  - "1VM"
27400 #  - "L2XCFWD"
27401 #  - "1VM"
27402 #  - "L2BDMACLRN"
27403   layout:
27404     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27405     layout: "plot-throughput-speedup-analysis"
27406
27407 - type: "plot"
27408   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27409   algorithm: "plot_throughput_speedup_analysis"
27410   output-file-type: ".html"
27411   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27413   filter: "'NIC_Intel-X710' and
27414            '64B' and
27415            'NDRPDR' and
27416            ('ETH' or 'DOT1Q') and
27417            ('L2BDMACLRN' or 'L2XCFWD') and
27418            'VHOST_1024' and
27419            not 'CFS_OPT' and
27420            not 'VXLAN' and
27421            not 'NF_DENSITY' and
27422            not 'DOT1Q' and
27423            not 'IP4FWD'"
27424   parameters:
27425   - "throughput"
27426   - "parent"
27427   - "tags"
27428 #  sort:
27429 #  - "1VM"
27430 #  - "L2XCFWD"
27431 #  - "1VM"
27432 #  - "L2BDMACLRN"
27433   layout:
27434     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27435     layout: "plot-throughput-speedup-analysis"
27436
27437 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27438 - type: "plot"
27439   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27440   algorithm: "plot_throughput_speedup_analysis"
27441   output-file-type: ".html"
27442   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27444   filter: "'NIC_Intel-XXV710' and
27445            '64B' and
27446            'NDRPDR' and
27447            'ETH' and
27448            'IP4FWD' and
27449            'VHOST_1024' and
27450            not 'VXLAN' and
27451            not 'CFS_OPT' and
27452            not 'DOT1Q'"
27453   parameters:
27454   - "throughput"
27455   - "parent"
27456   - "tags"
27457   sort:
27458   - "not CFS_OPT"
27459   - "1VM"
27460   - "2VM"
27461   layout:
27462     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27463     layout: "plot-throughput-speedup-analysis"
27464
27465 - type: "plot"
27466   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27467   algorithm: "plot_throughput_speedup_analysis"
27468   output-file-type: ".html"
27469   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27471   filter: "'NIC_Intel-XXV710' and
27472            '64B' and
27473            'NDRPDR' and
27474            'ETH' and
27475            'IP4FWD' and
27476            'VHOST_1024' and
27477            not 'VXLAN' and
27478            not 'CFS_OPT' and
27479            not 'DOT1Q'"
27480   parameters:
27481   - "throughput"
27482   - "parent"
27483   - "tags"
27484   sort:
27485   - "not CFS_OPT"
27486   - "1VM"
27487   - "2VM"
27488   layout:
27489     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27490     layout: "plot-throughput-speedup-analysis"
27491
27492 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27493 #- type: "plot"
27494 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27495 #  algorithm: "plot_throughput_speedup_analysis"
27496 #  output-file-type: ".html"
27497 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27498 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27499 #  filter: "'NIC_Intel-XXV710' and
27500 #           '64B' and
27501 #           'NDRPDR' and
27502 #           ('ETH' or 'DOT1Q') and
27503 #           'BASE' and
27504 #           ('L2BDMACLRN' or 'L2XCFWD') and
27505 #           'VHOST_1024' and
27506 #           not 'VXLAN' and
27507 #           not 'IP4FWD' and
27508 #           not '2VM'"
27509 #  parameters:
27510 #  - "throughput"
27511 #  - "parent"
27512 #  - "tags"
27513 ##  sort:
27514 ##  - "not CFS_OPT"
27515 ##  - "L2XCFWD"
27516 ##  - "not CFS_OPT"
27517 ##  - "CFS_OPT"
27518 #  layout:
27519 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27520 #    layout: "plot-throughput-speedup-analysis"
27521 #
27522 #- type: "plot"
27523 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27524 #  algorithm: "plot_throughput_speedup_analysis"
27525 #  output-file-type: ".html"
27526 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27527 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27528 #  filter: "'NIC_Intel-XXV710' and
27529 #           '64B' and
27530 #           'NDRPDR' and
27531 #           ('ETH' or 'DOT1Q') and
27532 #           'BASE' and
27533 #           ('L2BDMACLRN' or 'L2XCFWD') and
27534 #           'VHOST_1024' and
27535 #           not 'VXLAN' and
27536 #           not 'IP4FWD' and
27537 #           not '2VM'"
27538 #  parameters:
27539 #  - "throughput"
27540 #  - "parent"
27541 #  - "tags"
27542 ##  sort:
27543 ##  - "not CFS_OPT"
27544 ##  - "L2XCFWD"
27545 ##  - "not CFS_OPT"
27546 ##  - "CFS_OPT"
27547 #  layout:
27548 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27549 #    layout: "plot-throughput-speedup-analysis"
27550 #
27551 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27552 #- type: "plot"
27553 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27554 #  algorithm: "plot_throughput_speedup_analysis"
27555 #  output-file-type: ".html"
27556 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27557 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27558 #  filter: "'NIC_Intel-XXV710' and
27559 #           '64B' and
27560 #           'NDRPDR' and
27561 #           ('ETH' or 'DOT1Q') and
27562 #           ('L2BDMACLRN' or 'L2XCFWD') and
27563 #           'VHOST_1024' and
27564 #           not 'CFS_OPT' and
27565 #           not 'VXLAN' and
27566 #           not 'DOT1Q' and
27567 #           not 'IP4FWD'"
27568 #  parameters:
27569 #  - "throughput"
27570 #  - "parent"
27571 #  - "tags"
27572 ##  sort:
27573 ##  - "1VM"
27574 ##  - "L2XCFWD"
27575 ##  - "1VM"
27576 ##  - "L2BDMACLRN"
27577 #  layout:
27578 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27579 #    layout: "plot-throughput-speedup-analysis"
27580 #
27581 #- type: "plot"
27582 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27583 #  algorithm: "plot_throughput_speedup_analysis"
27584 #  output-file-type: ".html"
27585 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27586 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27587 #  filter: "'NIC_Intel-XXV710' and
27588 #           '64B' and
27589 #           'NDRPDR' and
27590 #           ('ETH' or 'DOT1Q') and
27591 #           ('L2BDMACLRN' or 'L2XCFWD') and
27592 #           'VHOST_1024' and
27593 #           not 'CFS_OPT' and
27594 #           not 'VXLAN' and
27595 #           not 'DOT1Q' and
27596 #           not 'IP4FWD'"
27597 #  parameters:
27598 #  - "throughput"
27599 #  - "parent"
27600 #  - "tags"
27601 ##  sort:
27602 ##  - "1VM"
27603 ##  - "L2XCFWD"
27604 ##  - "1VM"
27605 ##  - "L2BDMACLRN"
27606 #  layout:
27607 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27608 #    layout: "plot-throughput-speedup-analysis"
27609
27610 ################################################################################
27611
27612 # Speedup - VPP vts 3n-hsw-x520
27613 - type: "plot"
27614   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27615   algorithm: "plot_throughput_speedup_analysis"
27616   output-file-type: ".html"
27617   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27619   filter: "'NIC_Intel-X520-DA2' and
27620            '114B' and
27621            'NDRPDR' and
27622            'VTS'"
27623   parameters:
27624   - "throughput"
27625   - "parent"
27626   - "tags"
27627   layout:
27628     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27629     layout: "plot-throughput-speedup-analysis"
27630
27631 - type: "plot"
27632   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27633   algorithm: "plot_throughput_speedup_analysis"
27634   output-file-type: ".html"
27635   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27637   filter: "'NIC_Intel-X520-DA2' and
27638            '114B' and
27639            'NDRPDR' and
27640            'VTS'"
27641   parameters:
27642   - "throughput"
27643   - "parent"
27644   - "tags"
27645   layout:
27646     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27647     layout: "plot-throughput-speedup-analysis"