Report: clean-up ipsec tests
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # TODO: Replace with 1904 data
147 #      # csit-vpp-perf-verify-1904-3n-hsw:
148 #      csit-vpp-perf-verify-1810-3n-hsw:
149 #        - 28  # WRK
150 #        - 29  # WRK
151 #        - 30  # WRK
152 #        - 31  # WRK
153 #        - 32  # WRK
154 #        - 33  # WRK
155 #        - 34  # WRK
156 #        - 35  # WRK
157 #        - 36  # WRK
158 #        - 37  # WRK
159
160 #    plot-ligato-throughput-lat-tsa-3n-hsw:
161 #      # TODO: Replace with 1904 data
162 #      # csit-ligato-perf-verify-1904-3n-hsw:
163 #      csit-ligato-perf-verify-1901-3n-hsw:
164 #        - 8   # NDRPDR sel
165 #        - 9   # NDRPDR sel
166 #        - 11  # NDRPDR sel
167 #        - 12  # NDRPDR sel
168 #        - 13  # NDRPDR sel
169 #        - 14  # NDRPDR sel
170 #        - 15  # NDRPDR sel
171 #        - 16  # NDRPDR sel
172 #        - 17  # NDRPDR sel
173 #        - 18  # NDRPDR sel
174
175     plot-dpdk-throughput-latency-3n-hsw:
176       csit-dpdk-perf-verify-1904-3n-hsw:
177         - 2   # NDRPDR sel
178         - 3   # NDRPDR sel
179         - 5   # NDRPDR sel
180         - 6   # NDRPDR sel
181         - 13  # NDRPDR sel
182         - 14  # NDRPDR sel
183         - 15  # NDRPDR sel
184         - 18  # NDRPDR sel
185         - 19  # NDRPDR sel
186         - 20  # NDRPDR sel
187
188     # 3n-skx
189
190     plot-vpp-throughput-lat-tsa-3n-skx:
191       csit-vpp-perf-verify-1904-3n-skx:
192         - 8   # NDRPDR sel
193         - 9   # NDRPDR sel
194         - 10  # NDRPDR sel
195         - 11  # NDRPDR sel
196         - 12  # NDRPDR sel
197         - 14  # NDRPDR sel
198         - 16  # NDRPDR sel
199         - 21  # NDRPDR sel
200         - 23  # NDRPDR sel
201         - 25  # NDRPDR sel
202
203     plot-dpdk-throughput-latency-3n-skx:
204       csit-dpdk-perf-verify-1904-3n-skx:
205         - 2   # NDRPDR sel
206         - 3   # NDRPDR sel
207         - 4   # NDRPDR sel
208         - 5   # NDRPDR sel
209         - 6   # NDRPDR sel
210         - 7   # NDRPDR sel
211         - 11  # NDRPDR sel
212         - 12  # NDRPDR sel
213         - 13  # NDRPDR sel
214         - 14  # NDRPDR sel
215
216     # 2n-skx
217
218     plot-vpp-throughput-lat-tsa-2n-skx:
219       csit-vpp-perf-verify-1904-2n-skx:
220         - 12  # NDRPDR sel
221         - 14  # NDRPDR sel
222         - 16  # NDRPDR sel
223         - 17  # NDRPDR sel
224         - 18  # NDRPDR sel
225         - 21  # NDRPDR sel
226         - 27  # NDRPDR sel
227         - 30  # NDRPDR sel
228         - 31  # NDRPDR sel
229         - 32  # NDRPDR sel
230
231     plot-vpp-soak-2n-skx:
232       # TODO: Add 1904 data
233       csit-vpp-perf-verify-1904-2n-skx:
234         - 70  # SOAK
235         - 71  # SOAK
236
237     plot-vpp-nfv-2n-skx-ndrpdr-64b:
238       csit-vpp-perf-verify-1904-2n-skx:
239         - 56  # NFV NDRPDR 64b
240         - 59  # NFV NDRPDR 64b
241         - 60  # NFV NDRPDR 64b
242         - 65  # NFV NDRPDR 64b
243         - 68  # NFV NDRPDR 64b
244
245     plot-vpp-nfv-2n-skx-ndrpdr-imix:
246       # TODO: Add 1904 data
247       csit-vpp-perf-verify-1904-2n-skx:
248         - 66  # NFV NDRPDR IMIX
249         - 67  # NFV NDRPDR IMIX
250         - 69  # NFV NDRPDR IMIX
251
252     plot-vpp-nfv-2n-skx-mrr-64b:
253       csit-vpp-perf-verify-1904-2n-skx:
254         - 40  # NFV MRR 64b
255         - 41  # NFV MRR 64b
256         - 42  # NFV MRR 64b
257         - 47  # NFV MRR 64b
258         - 48  # NFV MRR 64b
259
260     plot-vpp-nfv-2n-skx-mrr-imix:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 49  # NFV MRR IMIX
263         - 50  # NFV MRR IMIX
264         - 51  # NFV MRR IMIX
265         - 54  # NFV MRR IMIX
266         - 55  # NFV MRR IMIX
267
268     plot-dpdk-throughput-latency-2n-skx:
269       csit-dpdk-perf-verify-1904-2n-skx:
270         - 2   # NDRPDR sel
271         - 3   # NDRPDR sel
272         - 4   # NDRPDR sel
273         - 5   # NDRPDR sel
274         - 7   # NDRPDR sel
275         - 8   # NDRPDR sel
276         - 9   # NDRPDR sel
277         - 10  # NDRPDR sel
278         - 11  # NDRPDR sel
279         - 12  # NDRPDR sel
280
281     # 3rd party
282
283 #    # Denverton:
284 #    intel-dnv-vpp:
285 #      # TODO: Replace with 1904 data
286 #      # intel-dnv-vpp-release-1904:
287 #      intel-dnv-vpp-release-1901:
288 #        - 1
289
290     ###########################################################################
291     # Simple tables (only one data set):
292
293     # NIC Comparisons
294
295     vpp-nic-comparison-3n-hsw:
296       csit-vpp-perf-verify-1904-3n-hsw:
297         - 11  # NDRPDR sel
298         - 12  # NDRPDR sel
299         - 20  # NDRPDR sel
300         - 21  # NDRPDR sel
301         - 23  # NDRPDR sel
302         - 24  # NDRPDR sel
303         - 25  # NDRPDR sel
304         - 26  # NDRPDR sel
305         - 29  # NDRPDR sel
306         - 30  # NDRPDR sel
307
308     vpp-nic-comparison-3n-skx:
309       csit-vpp-perf-verify-1904-3n-skx:
310         - 8   # NDRPDR sel
311         - 9   # NDRPDR sel
312         - 10  # NDRPDR sel
313         - 11  # NDRPDR sel
314         - 12  # NDRPDR sel
315         - 14  # NDRPDR sel
316         - 16  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 25  # NDRPDR sel
320
321     vpp-nic-comparison-2n-skx:
322       csit-vpp-perf-verify-1904-2n-skx:
323         - 12  # NDRPDR sel
324         - 14  # NDRPDR sel
325         - 16  # NDRPDR sel
326         - 17  # NDRPDR sel
327         - 18  # NDRPDR sel
328         - 21  # NDRPDR sel
329         - 27  # NDRPDR sel
330         - 30  # NDRPDR sel
331         - 31  # NDRPDR sel
332         - 32  # NDRPDR sel
333
334     vpp-nic-comparison-3n-hsw-mrr:
335       csit-vpp-perf-verify-1904-3n-hsw:
336         - 9   # MRR sel
337
338     vpp-nic-comparison-3n-skx-mrr:
339       csit-vpp-perf-verify-1904-3n-skx:
340         - 7   # MRR sel
341
342     vpp-nic-comparison-2n-skx-mrr:
343       csit-vpp-perf-verify-1904-2n-skx:
344         - 11  # MRR sel
345
346     # Results
347
348     vpp-perf-results-3n-hsw:
349       # TODO: Replace with FULL 1904 data
350       csit-vpp-perf-verify-1904-3n-hsw:
351         - 12  # NDRPDR sel
352
353     vpp-perf-results-3n-skx:
354       csit-vpp-perf-verify-1904-3n-skx:
355         - 26  # NDRPDR full
356         - 27  # NDRPDR full
357         - 30  # NDRPDR full
358         - 31  # NDRPDR full
359
360     vpp-perf-results-2n-skx:
361       csit-vpp-perf-verify-1904-2n-skx:
362         - 33  # NDRPDR full
363         - 39  # NDRPDR full
364         - 58  # NDRPDR full
365         - 62  # NDRPDR full
366
367     vpp-mrr-results-3n-hsw:
368       csit-vpp-perf-verify-1904-3n-hsw:
369         - 9   # MRR sel
370
371     vpp-mrr-results-3n-skx:
372       csit-vpp-perf-verify-1904-3n-skx:
373         - 7   # MRR sel
374
375     vpp-mrr-results-2n-skx:
376       csit-vpp-perf-verify-1904-2n-skx:
377         - 11  # MRR sel
378
379     vpp-func-results-ubuntu:
380       csit-vpp-functional-1904-ubuntu1604-virl:
381         - 29
382
383     vpp-func-results-centos:
384       csit-vpp-functional-1904-centos7-virl:
385         - 32
386
387     vpp-device-results-ubuntu:
388       csit-vpp-device-1904-ubuntu1804-1n-skx:
389         - 33
390
391 #    # VPP Ligato
392 #    ligato-perf-results-3n-hsw:
393 #      # TODO: Replace with 1904 data
394 #      # csit-ligato-perf-verify-1904-3n-hsw:
395 #      csit-ligato-perf-verify-1901-3n-hsw:
396 #        - 10  # NDRPDR full
397
398     dpdk-perf-results-3n-hsw:
399       csit-dpdk-perf-verify-1904-3n-hsw:
400         - 5   # NDRPDR sel
401
402     dpdk-perf-results-3n-skx:
403       csit-dpdk-perf-verify-1904-3n-skx:
404         - 7   # NDRPDR sel
405
406     dpdk-perf-results-2n-skx:
407       csit-dpdk-perf-verify-1904-2n-skx:
408         - 9   # NDRPDR sel
409
410     # HoneyComb Functional
411     hc-func-results:
412       csit-hc2vpp-verify-func-1904-ubuntu1604:
413         - 4
414
415 #    # NSH SFC Functional
416 #    nsh-func-results:
417 #      # Not used
418 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
419 #        - 1
420
421     # DMM Functional
422     dmm-func-results:
423       csit-dmm-functional-1904-ubuntu1604-virl:
424         - 1
425
426     ###########################################################################
427     # Tables (more than one data set)
428
429     # Performance changes
430
431 #    intel-dnv-vpp-changes-2n-dnv-h1:
432 #      intel-dnv-vpp-release-1810:
433 #        - 1
434 #    intel-dnv-vpp-changes-2n-dnv-ref:
435 #      intel-dnv-vpp-release-1901:
436 #        - 1
437 #    intel-dnv-vpp-changes-2n-dnv-cmp:
438 #      # TODO: Replace with 1904 data
439 #      # intel-dnv-vpp-release-1904:
440 #      intel-dnv-vpp-release-1901:
441 #        - 1
442 #    intel-dnv-vpp-changes-2n-dnv:
443 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
444 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
445 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
446
447     vpp-performance-changes-3n-hsw-h1:
448       csit-vpp-perf-verify-1810-3n-hsw:
449         - 8   # NDRPDR sel
450         - 12  # NDRPDR sel
451         - 14  # NDRPDR sel
452         - 18  # NDRPDR sel
453         - 23  # NDRPDR sel
454         - 25  # NDRPDR sel
455         - 38  # NDRPDR sel
456         - 39  # NDRPDR sel
457         - 41  # NDRPDR sel
458         - 42  # NDRPDR sel
459     vpp-performance-changes-3n-hsw-ref:
460       csit-vpp-perf-verify-1901-3n-hsw:
461         - 10  # NDRPDR sel
462         - 19  # NDRPDR sel
463         - 31  # NDRPDR sel
464         - 36  # NDRPDR sel
465         - 40  # NDRPDR sel
466         - 42  # NDRPDR sel
467         - 44  # NDRPDR sel
468         - 46  # NDRPDR sel
469         - 47  # NDRPDR sel
470         - 48  # NDRPDR sel
471         - 61  # NDRPDR LB
472         - 62  # NDRPDR LB
473         - 63  # NDRPDR LB
474         - 64  # NDRPDR LB
475         - 65  # NDRPDR LB
476         - 66  # NDRPDR LB
477         - 67  # NDRPDR LB
478         - 69  # NDRPDR LB
479         - 70  # NDRPDR LB
480         - 71  # NDRPDR LB
481     vpp-performance-changes-3n-hsw-cmp:
482       csit-vpp-perf-verify-1904-3n-hsw:
483         - 11  # NDRPDR sel
484         - 12  # NDRPDR sel
485         - 20  # NDRPDR sel
486         - 21  # NDRPDR sel
487         - 23  # NDRPDR sel
488         - 24  # NDRPDR sel
489         - 25  # NDRPDR sel
490         - 26  # NDRPDR sel
491         - 29  # NDRPDR sel
492         - 30  # NDRPDR sel
493     vpp-performance-changes-3n-hsw:
494       - "vpp-performance-changes-3n-hsw-h1"
495       - "vpp-performance-changes-3n-hsw-ref"
496       - "vpp-performance-changes-3n-hsw-cmp"
497
498     vpp-performance-changes-3n-skx-h1:
499       csit-vpp-perf-verify-1810-3n-skx:
500         - 10  # NDRPDR sel
501         - 14  # NDRPDR sel
502         - 15  # NDRPDR sel
503         - 16  # NDRPDR sel
504         - 17  # NDRPDR sel
505         - 19  # NDRPDR sel
506         - 20  # NDRPDR sel
507         - 21  # NDRPDR sel
508         - 22  # NDRPDR sel
509         - 25  # NDRPDR sel
510     vpp-performance-changes-3n-skx-ref:
511       csit-vpp-perf-verify-1901-3n-skx:
512         - 18  # NDRPDR sel
513         - 19  # NDRPDR sel
514         - 20  # NDRPDR sel
515         - 28  # NDRPDR sel
516         - 31  # NDRPDR sel
517         - 33  # NDRPDR sel
518         - 36  # NDRPDR sel
519         - 38  # NDRPDR sel
520         - 47  # NDRPDR sel
521         - 48  # NDRPDR sel
522         - 54  # NDRPDR LB
523         - 57  # NDRPDR LB
524         - 58  # NDRPDR LB
525         - 59  # NDRPDR LB
526         - 60  # NDRPDR LB
527         - 63  # NDRPDR LB
528         - 64  # NDRPDR LB
529         - 65  # NDRPDR LB
530         - 66  # NDRPDR LB
531         - 67  # NDRPDR LB
532     vpp-performance-changes-3n-skx-cmp:
533       csit-vpp-perf-verify-1904-3n-skx:
534         - 8   # NDRPDR sel
535         - 9   # NDRPDR sel
536         - 10  # NDRPDR sel
537         - 11  # NDRPDR sel
538         - 12  # NDRPDR sel
539         - 14  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 21  # NDRPDR sel
542         - 23  # NDRPDR sel
543         - 25  # NDRPDR sel
544     vpp-performance-changes-3n-skx:
545       - "vpp-performance-changes-3n-skx-h1"
546       - "vpp-performance-changes-3n-skx-ref"
547       - "vpp-performance-changes-3n-skx-cmp"
548
549     vpp-performance-changes-2n-skx-h1:
550       csit-vpp-perf-verify-1810-2n-skx:
551         - 9   # NDRPDR sel
552         - 13  # NDRPDR sel
553         - 14  # NDRPDR sel
554         - 19  # NDRPDR sel
555         - 20  # NDRPDR sel
556         - 21  # NDRPDR sel
557         - 22  # NDRPDR sel
558         - 23  # NDRPDR sel
559         - 24  # NDRPDR sel
560         - 27  # NDRPDR sel
561     vpp-performance-changes-2n-skx-ref:
562       csit-vpp-perf-verify-1901-2n-skx:
563         - 5   # NDRPDR sel
564         - 12  # NDRPDR sel
565         - 13  # NDRPDR sel
566         - 21  # NDRPDR sel
567         - 23  # NDRPDR sel
568         - 31  # NDRPDR sel
569         - 34  # NDRPDR sel
570         - 40  # NDRPDR sel
571         - 42  # NDRPDR sel
572         - 43  # NDRPDR sel
573     vpp-performance-changes-2n-skx-cmp:
574       csit-vpp-perf-verify-1904-2n-skx:
575         - 12  # NDRPDR sel
576         - 14  # NDRPDR sel
577         - 16  # NDRPDR sel
578         - 17  # NDRPDR sel
579         - 18  # NDRPDR sel
580         - 21  # NDRPDR sel
581         - 27  # NDRPDR sel
582         - 30  # NDRPDR sel
583         - 31  # NDRPDR sel
584         - 32  # NDRPDR sel
585     vpp-performance-changes-2n-skx:
586       - "vpp-performance-changes-2n-skx-h1"
587       - "vpp-performance-changes-2n-skx-ref"
588       - "vpp-performance-changes-2n-skx-cmp"
589
590     vpp-soak-vs-ndr-2n-skx-ref:
591       csit-vpp-perf-verify-1904-2n-skx:
592         - 12  # NDRPDR sel
593         - 14  # NDRPDR sel
594         - 16  # NDRPDR sel
595         - 17  # NDRPDR sel
596         - 18  # NDRPDR sel
597         - 21  # NDRPDR sel
598         - 27  # NDRPDR sel
599         - 30  # NDRPDR sel
600         - 31  # NDRPDR sel
601         - 32  # NDRPDR sel
602     vpp-soak-vs-ndr-2n-skx-cmp:
603       csit-vpp-perf-verify-1904-2n-skx:
604         - 70  # SOAK
605         - 71  # SOAK
606     vpp-soak-vs-ndr-2n-skx:
607       csit-vpp-perf-verify-1904-2n-skx:
608         - 12  # NDRPDR sel
609         - 14  # NDRPDR sel
610         - 16  # NDRPDR sel
611         - 17  # NDRPDR sel
612         - 18  # NDRPDR sel
613         - 21  # NDRPDR sel
614         - 27  # NDRPDR sel
615         - 30  # NDRPDR sel
616         - 31  # NDRPDR sel
617         - 32  # NDRPDR sel
618         - 70  # SOAK
619         - 71  # SOAK
620
621     vpp-performance-changes-3n-hsw-mrr-h1:
622       csit-vpp-perf-verify-1810-3n-hsw:
623         - 9   # MRR sel
624     vpp-performance-changes-3n-hsw-mrr-ref:
625       csit-vpp-perf-verify-1901-3n-hsw:
626         - 35  # MRR sel
627     vpp-performance-changes-3n-hsw-mrr-cmp:
628       csit-vpp-perf-verify-1904-3n-hsw:
629         - 9   # MRR sel
630     vpp-performance-changes-3n-hsw-mrr:
631       - "vpp-performance-changes-3n-hsw-mrr-h1"
632       - "vpp-performance-changes-3n-hsw-mrr-ref"
633       - "vpp-performance-changes-3n-hsw-mrr-cmp"
634
635     vpp-performance-changes-3n-skx-mrr-h1:
636       csit-vpp-perf-verify-1810-3n-skx:
637         - 9   # MRR sel
638         - 11  # MRR sel
639         - 12  # MRR sel
640         - 13  # MRR sel
641     vpp-performance-changes-3n-skx-mrr-ref:
642       csit-vpp-perf-verify-1901-3n-skx:
643         - 32  # MRR sel
644     vpp-performance-changes-3n-skx-mrr-cmp:
645       csit-vpp-perf-verify-1904-3n-skx:
646         - 7   # MRR sel
647     vpp-performance-changes-3n-skx-mrr:
648       - "vpp-performance-changes-3n-skx-mrr-h1"
649       - "vpp-performance-changes-3n-skx-mrr-ref"
650       - "vpp-performance-changes-3n-skx-mrr-cmp"
651
652     vpp-performance-changes-2n-skx-mrr-h1:
653       csit-vpp-perf-verify-1810-2n-skx:
654         - 8   # MRR sel
655         - 10  # MRR sel
656         - 11  # MRR sel
657         - 12  # MRR sel
658     vpp-performance-changes-2n-skx-mrr-ref:
659       csit-vpp-perf-verify-1901-2n-skx:
660         - 22  # MRR sel
661     vpp-performance-changes-2n-skx-mrr-cmp:
662       csit-vpp-perf-verify-1904-2n-skx:
663         - 11  # MRR sel
664     vpp-performance-changes-2n-skx-mrr:
665       - "vpp-performance-changes-2n-skx-mrr-h1"
666       - "vpp-performance-changes-2n-skx-mrr-ref"
667       - "vpp-performance-changes-2n-skx-mrr-cmp"
668
669     dpdk-performance-changes-3n-hsw-h1:
670       csit-dpdk-perf-verify-1810-3n-hsw:
671         - 1   # NDRPDR sel
672         - 2   # NDRPDR sel
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 6   # NDRPDR sel
677         - 7   # NDRPDR sel
678         - 8   # NDRPDR sel
679         - 9   # NDRPDR sel
680         - 10  # NDRPDR sel
681     dpdk-performance-changes-3n-hsw-ref:
682       csit-dpdk-perf-verify-1901-3n-hsw:
683         - 13  # NDRPDR sel
684         - 14  # NDRPDR sel
685         - 16  # NDRPDR sel
686         - 17  # NDRPDR sel
687         - 18  # NDRPDR sel
688         - 19  # NDRPDR sel
689         - 20  # NDRPDR sel
690         - 21  # NDRPDR sel
691         - 22  # NDRPDR sel
692         - 23  # NDRPDR sel
693     dpdk-performance-changes-3n-hsw-cmp:
694       csit-dpdk-perf-verify-1904-3n-hsw:
695         - 2   # NDRPDR sel
696         - 3   # NDRPDR sel
697         - 5   # NDRPDR sel
698         - 6   # NDRPDR sel
699         - 13  # NDRPDR sel
700         - 14  # NDRPDR sel
701         - 15  # NDRPDR sel
702         - 18  # NDRPDR sel
703         - 19  # NDRPDR sel
704         - 20  # NDRPDR sel
705     dpdk-performance-changes-3n-hsw:
706       - "dpdk-performance-changes-3n-hsw-h1"
707       - "dpdk-performance-changes-3n-hsw-ref"
708       - "dpdk-performance-changes-3n-hsw-cmp"
709
710     dpdk-performance-changes-3n-skx-h1:
711       csit-dpdk-perf-verify-1810-3n-skx:
712         - 3   # NDRPDR sel
713         - 4   # NDRPDR sel
714         - 6   # NDRPDR sel
715         - 7   # NDRPDR sel
716         - 8   # NDRPDR sel
717         - 9   # NDRPDR sel
718         - 10  # NDRPDR sel
719         - 11  # NDRPDR sel
720         - 12  # NDRPDR sel
721         - 13  # NDRPDR sel
722     dpdk-performance-changes-3n-skx-ref:
723       csit-dpdk-perf-verify-1901-3n-skx:
724         - 3   # NDRPDR sel
725         - 5   # NDRPDR sel
726         - 6   # NDRPDR sel
727         - 7   # NDRPDR sel
728         - 8   # NDRPDR sel
729         - 9   # NDRPDR sel
730         - 10  # NDRPDR sel
731         - 11  # NDRPDR sel
732         - 12  # NDRPDR sel
733         - 13  # NDRPDR sel
734     dpdk-performance-changes-3n-skx-cmp:
735       csit-dpdk-perf-verify-1904-3n-skx:
736         - 2   # NDRPDR sel
737         - 3   # NDRPDR sel
738         - 4   # NDRPDR sel
739         - 5   # NDRPDR sel
740         - 6   # NDRPDR sel
741         - 7   # NDRPDR sel
742         - 11  # NDRPDR sel
743         - 12  # NDRPDR sel
744         - 13  # NDRPDR sel
745         - 14  # NDRPDR sel
746     dpdk-performance-changes-3n-skx:
747       - "dpdk-performance-changes-3n-skx-h1"
748       - "dpdk-performance-changes-3n-skx-ref"
749       - "dpdk-performance-changes-3n-skx-cmp"
750
751     dpdk-performance-changes-2n-skx-h1:
752       csit-dpdk-perf-verify-1810-2n-skx:
753         - 3   # NDRPDR sel
754         - 4   # NDRPDR sel
755         - 5   # NDRPDR sel
756         - 7   # NDRPDR sel
757         - 8   # NDRPDR sel
758         - 9   # NDRPDR sel
759         - 10  # NDRPDR sel
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 13  # NDRPDR sel
763     dpdk-performance-changes-2n-skx-ref:
764       csit-dpdk-perf-verify-1901-2n-skx:
765         - 12  # NDRPDR sel
766         - 13  # NDRPDR sel
767         - 14  # NDRPDR sel
768         - 15  # NDRPDR sel
769         - 16  # NDRPDR sel
770         - 17  # NDRPDR sel
771         - 18  # NDRPDR sel
772         - 19  # NDRPDR sel
773         - 20  # NDRPDR sel
774         - 21  # NDRPDR sel
775     dpdk-performance-changes-2n-skx-cmp:
776       csit-dpdk-perf-verify-1904-2n-skx:
777         - 2   # NDRPDR sel
778         - 3   # NDRPDR sel
779         - 4   # NDRPDR sel
780         - 5   # NDRPDR sel
781         - 7   # NDRPDR sel
782         - 8   # NDRPDR sel
783         - 9   # NDRPDR sel
784         - 10  # NDRPDR sel
785         - 11  # NDRPDR sel
786         - 12  # NDRPDR sel
787     dpdk-performance-changes-2n-skx:
788       - "dpdk-performance-changes-2n-skx-h1"
789       - "dpdk-performance-changes-2n-skx-ref"
790       - "dpdk-performance-changes-2n-skx-cmp"
791
792     # Compare testbeds
793
794     vpp-compare-testbeds-ref:
795       csit-vpp-perf-verify-1904-3n-hsw:
796         - 11  # NDRPDR sel
797         - 12  # NDRPDR sel
798         - 20  # NDRPDR sel
799         - 21  # NDRPDR sel
800         - 23  # NDRPDR sel
801         - 24  # NDRPDR sel
802         - 25  # NDRPDR sel
803         - 26  # NDRPDR sel
804         - 29  # NDRPDR sel
805         - 30  # NDRPDR sel
806     vpp-compare-testbeds-cmp:
807       csit-vpp-perf-verify-1904-3n-skx:
808         - 8   # NDRPDR sel
809         - 9   # NDRPDR sel
810         - 10  # NDRPDR sel
811         - 11  # NDRPDR sel
812         - 12  # NDRPDR sel
813         - 14  # NDRPDR sel
814         - 16  # NDRPDR sel
815         - 21  # NDRPDR sel
816         - 23  # NDRPDR sel
817         - 25  # NDRPDR sel
818     vpp-compare-testbeds:
819       - "vpp-compare-testbeds-ref"
820       - "vpp-compare-testbeds-cmp"
821
822     vpp-compare-testbeds-mrr-ref:
823       csit-vpp-perf-verify-1904-3n-hsw:
824         - 9   # MRR sel
825     vpp-compare-testbeds-mrr-cmp:
826       csit-vpp-perf-verify-1904-3n-skx:
827         - 7   # MRR sel
828     vpp-compare-testbeds-mrr:
829       - "vpp-compare-testbeds-mrr-ref"
830       - "vpp-compare-testbeds-mrr-cmp"
831
832     dpdk-compare-testbeds-ref:
833       csit-dpdk-perf-verify-1904-3n-hsw:
834         - 2   # NDRPDR sel
835         - 3   # NDRPDR sel
836         - 5   # NDRPDR sel
837         - 6   # NDRPDR sel
838         - 13  # NDRPDR sel
839         - 14  # NDRPDR sel
840         - 15  # NDRPDR sel
841         - 18  # NDRPDR sel
842         - 19  # NDRPDR sel
843         - 20  # NDRPDR sel
844     dpdk-compare-testbeds-cmp:
845       csit-dpdk-perf-verify-1904-3n-skx:
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 11  # NDRPDR sel
853         - 12  # NDRPDR sel
854         - 13  # NDRPDR sel
855         - 14  # NDRPDR sel
856     dpdk-compare-testbeds:
857       - "dpdk-compare-testbeds-ref"
858       - "dpdk-compare-testbeds-cmp"
859
860     # Compare topologies
861
862     vpp-compare-topologies-ref:
863       csit-vpp-perf-verify-1904-3n-skx:
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 11  # NDRPDR sel
868         - 12  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 16  # NDRPDR sel
871         - 21  # NDRPDR sel
872         - 23  # NDRPDR sel
873         - 25  # NDRPDR sel
874     vpp-compare-topologies-cmp:
875       csit-vpp-perf-verify-1904-2n-skx:
876         - 12  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 16  # NDRPDR sel
879         - 17  # NDRPDR sel
880         - 18  # NDRPDR sel
881         - 21  # NDRPDR sel
882         - 27  # NDRPDR sel
883         - 30  # NDRPDR sel
884         - 31  # NDRPDR sel
885         - 32  # NDRPDR sel
886     vpp-compare-topologies:
887       - "vpp-compare-topologies-ref"
888       - "vpp-compare-topologies-cmp"
889
890     vpp-compare-topologies-mrr-ref:
891       csit-vpp-perf-verify-1904-3n-skx:
892         - 7   # MRR sel
893     vpp-compare-topologies-mrr-cmp:
894       csit-vpp-perf-verify-1904-2n-skx:
895         - 11  # MRR sel
896     vpp-compare-topologies-mrr:
897       - "vpp-compare-topologies-mrr-ref"
898       - "vpp-compare-topologies-mrr-cmp"
899
900     dpdk-compare-topologies-ref:
901       csit-dpdk-perf-verify-1904-3n-skx:
902         - 2   # NDRPDR sel
903         - 3   # NDRPDR sel
904         - 4   # NDRPDR sel
905         - 5   # NDRPDR sel
906         - 6   # NDRPDR sel
907         - 7   # NDRPDR sel
908         - 11  # NDRPDR sel
909         - 12  # NDRPDR sel
910         - 13  # NDRPDR sel
911         - 14  # NDRPDR sel
912     dpdk-compare-topologies-cmp:
913       csit-dpdk-perf-verify-1904-2n-skx:
914         - 2   # NDRPDR sel
915         - 3   # NDRPDR sel
916         - 4   # NDRPDR sel
917         - 5   # NDRPDR sel
918         - 7   # NDRPDR sel
919         - 8   # NDRPDR sel
920         - 9   # NDRPDR sel
921         - 10  # NDRPDR sel
922         - 11  # NDRPDR sel
923         - 12  # NDRPDR sel
924     dpdk-compare-topologies:
925       - "dpdk-compare-topologies-ref"
926       - "dpdk-compare-topologies-cmp"
927
928   plot-layouts:
929
930     plot-soak-throughput:
931       titlefont:
932         size: 18
933       xaxis:
934         title: "<b>Test Cases [Index]</b>"
935         titlefont:
936           size: 16
937         autorange: True
938         fixedrange: False
939         gridcolor: "rgb(230, 230, 230)"
940         linecolor: "rgb(220, 220, 220)"
941         linewidth: 1
942         showgrid: True
943         showline: True
944         showticklabels: True
945         tickcolor: "rgb(220, 220, 220)"
946         tickmode: "linear"
947         tickfont:
948           size: 16
949         zeroline: False
950       yaxis:
951         title: "<b>Packet Throughput [Mpps]</b>"
952         titlefont:
953           size: 16
954         gridcolor: "rgb(230, 230, 230)"
955         hoverformat: ".4r"
956         tickformat: ".3r"
957         linecolor: "rgb(220, 220, 220)"
958         linewidth: 1
959         showgrid: True
960         showline: True
961         showticklabels: True
962         tickcolor: "rgb(220, 220, 220)"
963         tickfont:
964           size: 16
965         zeroline: False
966         range: [0,50]
967       autosize: False
968       margin:
969         t: 50
970         b: 0
971         l: 80
972         r: 20
973       showlegend: True
974       legend:
975         orientation: "h"
976         font:
977           size: 16
978       width: 700
979       height: 900
980
981     plot-service-density:
982       titlefont:
983         size: 18
984       xaxis:
985         side: "top"
986         autorange: True
987         fixedrange: False
988         showgrid: False
989         showline: False
990         showticklabels: False
991         ticks: ""
992         ticklen: 0
993         tickwidth: 0
994         zeroline: False
995       yaxis:
996         autorange: "reversed"
997         showgrid: False
998         showline: False
999         showticklabels: False
1000         ticks: ""
1001         ticklen: 0
1002         tickwidth: 0
1003         zeroline: False
1004       autosize: True
1005       showlegend: False
1006       width: 700
1007       height: 700
1008
1009     plot-cps:
1010       titlefont:
1011         size: 18
1012       xaxis:
1013         title: "<b>Test Cases [Index]</b>"
1014         titlefont:
1015           size: 16
1016         autorange: True
1017         fixedrange: False
1018         gridcolor: "rgb(230, 230, 230)"
1019         linecolor: "rgb(220, 220, 220)"
1020         linewidth: 1
1021         showgrid: True
1022         showline: True
1023         showticklabels: True
1024         tickcolor: "rgb(220, 220, 220)"
1025         tickmode: "linear"
1026         tickfont:
1027           size: 16
1028         zeroline: False
1029       yaxis:
1030         title: "<b>Connections Per Second [cps]</b>"
1031         titlefont:
1032           size: 16
1033         gridcolor: "rgb(230, 230, 230)"
1034         hoverformat: ".4s"
1035         linecolor: "rgb(220, 220, 220)"
1036         linewidth: 1
1037         rangemode: "tozero"
1038         showgrid: True
1039         showline: True
1040         showticklabels: True
1041         tickcolor: "rgb(220, 220, 220)"
1042         tickformat: ".3s"
1043         tickfont:
1044           size: 16
1045         zeroline: False
1046       boxmode: "group"
1047       boxgroupgap: 0.5
1048       autosize: False
1049       margin:
1050         t: 50
1051         b: 20
1052         l: 80
1053         r: 20
1054       showlegend: True
1055       legend:
1056         orientation: "h"
1057         font:
1058           size: 16
1059       width: 700
1060       height: 800
1061
1062     plot-rps:
1063       titlefont:
1064         size: 18
1065       xaxis:
1066         title: "<b>Test Cases [Index]</b>"
1067         titlefont:
1068           size: 16
1069         autorange: True
1070         fixedrange: False
1071         gridcolor: "rgb(230, 230, 230)"
1072         linecolor: "rgb(220, 220, 220)"
1073         linewidth: 1
1074         showgrid: True
1075         showline: True
1076         showticklabels: True
1077         tickcolor: "rgb(220, 220, 220)"
1078         tickmode: "linear"
1079         tickfont:
1080           size: 16
1081         zeroline: False
1082       yaxis:
1083         title: "<b>Requests Per Second [rps]</b>"
1084         titlefont:
1085           size: 16
1086         gridcolor: "rgb(230, 230, 230)"
1087         hoverformat: ".4s"
1088         linecolor: "rgb(220, 220, 220)"
1089         linewidth: 1
1090         rangemode: "tozero"
1091         showgrid: True
1092         showline: True
1093         showticklabels: True
1094         tickcolor: "rgb(230, 230, 230)"
1095         tickformat: ".3s"
1096         tickfont:
1097           size: 16
1098         zeroline: False
1099       boxmode: "group"
1100       boxgroupgap: 0.5
1101       autosize: False
1102       margin:
1103         t: 50
1104         b: 20
1105         l: 80
1106         r: 20
1107       showlegend: True
1108       legend:
1109         orientation: "h"
1110         font:
1111           size: 16
1112       width: 700
1113       height: 800
1114
1115     plot-throughput:
1116       titlefont:
1117         size: 18
1118       xaxis:
1119         title: "<b>Test Cases [Index]</b>"
1120         titlefont:
1121           size: 16
1122         autorange: True
1123         fixedrange: False
1124         gridcolor: "rgb(230, 230, 230)"
1125         linecolor: "rgb(220, 220, 220)"
1126         linewidth: 1
1127         showgrid: True
1128         showline: True
1129         showticklabels: True
1130         tickcolor: "rgb(220, 220, 220)"
1131         tickmode: "linear"
1132         tickfont:
1133           size: 16
1134         zeroline: False
1135       yaxis:
1136         title: "<b>Packet Throughput [Mpps]</b>"
1137         titlefont:
1138           size: 16
1139         gridcolor: "rgb(230, 230, 230)"
1140         hoverformat: ".4r"
1141         tickformat: ".3r"
1142         linecolor: "rgb(220, 220, 220)"
1143         linewidth: 1
1144         showgrid: True
1145         showline: True
1146         showticklabels: True
1147         tickcolor: "rgb(220, 220, 220)"
1148         tickfont:
1149           size: 16
1150         zeroline: False
1151         range: [0,50]
1152       boxmode: "group"
1153       boxgroupgap: 0.5
1154       autosize: False
1155       margin:
1156         t: 50
1157         b: 0
1158         l: 80
1159         r: 20
1160       showlegend: True
1161       legend:
1162         orientation: "h"
1163         font:
1164           size: 16
1165       width: 700
1166       height: 900
1167
1168     plot-throughput-speedup-analysis:
1169       titlefont:
1170         size: 18
1171       xaxis:
1172         title: "<b>Number of Cores [Qty]</b>"
1173         titlefont:
1174           size: 16
1175         autorange: True
1176         fixedrange: False
1177         gridcolor: "rgb(230, 230, 230)"
1178         linecolor: "rgb(220, 220, 220)"
1179         linewidth: 1
1180         showgrid: True
1181         showline: True
1182         showticklabels: True
1183         tickcolor: "rgb(238, 238, 238)"
1184         tickmode: "linear"
1185         tickfont:
1186           size: 16
1187         zeroline: False
1188       yaxis:
1189         title: "<b>Packet Throughput [Mpps]</b>"
1190         titlefont:
1191           size: 16
1192         type: "linear"
1193         gridcolor: "rgb(230, 230, 230)"
1194         hoverformat: ".4s"
1195         linecolor: "rgb(220, 220, 220)"
1196         linewidth: 1
1197         showgrid: True
1198         showline: True
1199         showticklabels: True
1200         tickcolor: "rgb(220, 220, 220)"
1201         tickformat: ".4s"
1202         tickfont:
1203           size: 16
1204         zeroline: True
1205         rangemode: "tozero"
1206         range: [0,100]
1207       legend:
1208         orientation: "h"
1209         font:
1210           size: 16
1211         xanchor: "left"
1212         yanchor: "top"
1213         x: 0
1214         y: -0.2
1215         bgcolor: "rgba(255, 255, 255, 0)"
1216         bordercolor: "rgba(255, 255, 255, 0)"
1217         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1218       autosize: False
1219       margin:
1220           't': 50
1221           'b': 150
1222           'l': 85
1223           'r': 10
1224       showlegend: True
1225       width: 700
1226       height: 700
1227       hoverlabel:
1228         namelength: -1
1229       annotations: [
1230         {
1231           text: "_ _          __          ...",
1232           align: "left",
1233           showarrow: False,
1234           xref: "paper",
1235           yref: "paper",
1236           xanchor: "left",
1237           yanchor: "top",
1238           x: 0,
1239           y: -0.13,
1240           font: {
1241             family: "Consolas, Courier New",
1242             size: 15
1243           },
1244         },
1245         {
1246           text: "    Perfect     Measured     Limit",
1247           align: "left",
1248           showarrow: False,
1249           xref: "paper",
1250           yref: "paper",
1251           xanchor: "left",
1252           yanchor: "top",
1253           x: 0,
1254           y: -0.15,
1255           font: {
1256             family: "Consolas, Courier New",
1257             size: 15
1258           },
1259         },
1260       ]
1261
1262     plot-latency:
1263       titlefont:
1264         size: 18
1265       xaxis:
1266         title: "<b>Direction</b>"
1267         titlefont:
1268           size: 16
1269         autorange: True
1270         fixedrange: False
1271         gridcolor: "rgb(230, 230, 230)"
1272         linecolor: "rgb(220, 220, 220)"
1273         linewidth: 1
1274         showgrid: True
1275         showline: True
1276         showticklabels: False
1277         tickcolor: "rgb(220, 220, 220)"
1278         tickmode: "linear"
1279         tickfont:
1280           size: 16
1281         zeroline: False
1282       yaxis:
1283         title: "<b>Packet Latency [uSec]</b>"
1284         titlefont:
1285           size: 16
1286         type: "linear"
1287         gridcolor: "rgb(230, 230, 230)"
1288         hoverformat: ".4s"
1289         linecolor: "rgb(220, 220, 220)"
1290         linewidth: 1
1291         showgrid: True
1292         showline: True
1293         showticklabels: True
1294         tickcolor: "rgb(220, 220, 220)"
1295         tickformat: ".4s"
1296         tickfont:
1297           size: 16
1298         zeroline: True
1299         rangemode: "tozero"
1300       legend:
1301         orientation: "h"
1302         font:
1303           size: 16
1304         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1305       autosize: False
1306       margin:
1307           't': 50
1308           'b': 150
1309           'l': 80
1310           'r': 10
1311       showlegend: True
1312       width: 700
1313       height: 700
1314       hoverlabel:
1315         namelength: -1
1316
1317 - type: "static"
1318   src-path: "{DIR[RST]}"
1319   dst-path: "{DIR[WORKING,SRC]}"
1320
1321 - type: "input"
1322   general:
1323     file-name: "robot-plugin.zip"
1324     file-format: ".zip"
1325     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1326     extract: "robot-plugin/output.xml"
1327
1328   builds:
1329 #    # TODO: Add 1904 data
1330 ##    intel-dnv-vpp-release-1904:
1331 ##      - 1
1332 #
1333 #    intel-dnv-vpp-release-1901:
1334 #      - 1
1335 #
1336 #    intel-dnv-vpp-release-1810:
1337 #      - 1
1338
1339     csit-vpp-perf-verify-1810-3n-hsw:
1340       - 9   # MRR sel
1341       - 8   # NDRPDR sel
1342       - 12  # NDRPDR sel
1343       - 14  # NDRPDR sel
1344       - 18  # NDRPDR sel
1345       - 23  # NDRPDR sel
1346       - 25  # NDRPDR sel
1347       - 38  # NDRPDR sel
1348       - 39  # NDRPDR sel
1349       - 41  # NDRPDR sel
1350       - 42  # NDRPDR sel
1351 #      - 28  # WRK
1352 #      - 29  # WRK
1353 #      - 30  # WRK
1354 #      - 31  # WRK
1355 #      - 32  # WRK
1356 #      - 33  # WRK
1357 #      - 34  # WRK
1358 #      - 35  # WRK
1359 #      - 36  # WRK
1360 #      - 37  # WRK
1361     csit-vpp-perf-verify-1901-3n-hsw:
1362       - 35  # MRR sel
1363       - 10  # NDRPDR sel
1364       - 19  # NDRPDR sel
1365       - 31  # NDRPDR sel
1366       - 36  # NDRPDR sel
1367       - 40  # NDRPDR sel
1368       - 42  # NDRPDR sel
1369       - 44  # NDRPDR sel
1370       - 46  # NDRPDR sel
1371       - 47  # NDRPDR sel
1372       - 48  # NDRPDR sel
1373       - 61  # NDRPDR LB
1374       - 62  # NDRPDR LB
1375       - 63  # NDRPDR LB
1376       - 64  # NDRPDR LB
1377       - 65  # NDRPDR LB
1378       - 66  # NDRPDR LB
1379       - 67  # NDRPDR LB
1380       - 69  # NDRPDR LB
1381       - 70  # NDRPDR LB
1382       - 71  # NDRPDR LB
1383     # TODO: Add 1904 Data
1384     csit-vpp-perf-verify-1904-3n-hsw:
1385       - 9   # MRR sel
1386       - 11  # NDRPDR sel
1387       - 12  # NDRPDR sel
1388       - 20  # NDRPDR sel
1389       - 21  # NDRPDR sel
1390       - 23  # NDRPDR sel
1391       - 24  # NDRPDR sel
1392       - 25  # NDRPDR sel
1393       - 26  # NDRPDR sel
1394       - 29  # NDRPDR sel
1395       - 30  # NDRPDR sel
1396
1397     csit-vpp-perf-verify-1810-3n-skx:
1398       - 9   # MRR sel
1399       - 11  # MRR sel
1400       - 12  # MRR sel
1401       - 13  # MRR sel
1402       - 10  # NDRPDR sel
1403       - 14  # NDRPDR sel
1404       - 15  # NDRPDR sel
1405       - 16  # NDRPDR sel
1406       - 17  # NDRPDR sel
1407       - 19  # NDRPDR sel
1408       - 20  # NDRPDR sel
1409       - 21  # NDRPDR sel
1410       - 22  # NDRPDR sel
1411       - 25  # NDRPDR sel
1412     csit-vpp-perf-verify-1901-3n-skx:
1413       - 32  # MRR sel
1414       - 18  # NDRPDR sel
1415       - 19  # NDRPDR sel
1416       - 20  # NDRPDR sel
1417       - 28  # NDRPDR sel
1418       - 31  # NDRPDR sel
1419       - 33  # NDRPDR sel
1420       - 36  # NDRPDR sel
1421       - 38  # NDRPDR sel
1422       - 47  # NDRPDR sel
1423       - 48  # NDRPDR sel
1424       - 54  # NDRPDR LB
1425       - 57  # NDRPDR LB
1426       - 58  # NDRPDR LB
1427       - 59  # NDRPDR LB
1428       - 60  # NDRPDR LB
1429       - 63  # NDRPDR LB
1430       - 64  # NDRPDR LB
1431       - 65  # NDRPDR LB
1432       - 66  # NDRPDR LB
1433       - 67  # NDRPDR LB
1434     csit-vpp-perf-verify-1904-3n-skx:
1435       - 7   # MRR sel
1436       - 26  # NDRPDR full
1437       - 27  # NDRPDR full
1438       - 30  # NDRPDR full
1439       - 31  # NDRPDR full
1440       - 8   # NDRPDR sel
1441       - 9   # NDRPDR sel
1442       - 10  # NDRPDR sel
1443       - 11  # NDRPDR sel
1444       - 12  # NDRPDR sel
1445       - 14  # NDRPDR sel
1446       - 16  # NDRPDR sel
1447       - 21  # NDRPDR sel
1448       - 23  # NDRPDR sel
1449       - 25  # NDRPDR sel
1450
1451     csit-vpp-perf-verify-1810-2n-skx:
1452       - 8   # MRR sel
1453       - 10  # MRR sel
1454       - 11  # MRR sel
1455       - 12  # MRR sel
1456       - 9   # NDRPDR sel
1457       - 13  # NDRPDR sel
1458       - 14  # NDRPDR sel
1459       - 19  # NDRPDR sel
1460       - 20  # NDRPDR sel
1461       - 21  # NDRPDR sel
1462       - 22  # NDRPDR sel
1463       - 23  # NDRPDR sel
1464       - 24  # NDRPDR sel
1465       - 27  # NDRPDR sel
1466     csit-vpp-perf-verify-1901-2n-skx:
1467       - 22  # MRR sel
1468       - 5   # NDRPDR sel
1469       - 12  # NDRPDR sel
1470       - 13  # NDRPDR sel
1471       - 21  # NDRPDR sel
1472       - 23  # NDRPDR sel
1473       - 31  # NDRPDR sel
1474       - 34  # NDRPDR sel
1475       - 40  # NDRPDR sel
1476       - 42  # NDRPDR sel
1477       - 43  # NDRPDR sel
1478     # TODO: Add 1904 data
1479     csit-vpp-perf-verify-1904-2n-skx:
1480       - 11  # MRR sel
1481       - 33  # NDRPDR full
1482       - 39  # NDRPDR full
1483       - 58  # NDRPDR full
1484       - 62  # NDRPDR full
1485       - 12  # NDRPDR sel
1486       - 14  # NDRPDR sel
1487       - 16  # NDRPDR sel
1488       - 17  # NDRPDR sel
1489       - 18  # NDRPDR sel
1490       - 21  # NDRPDR sel
1491       - 27  # NDRPDR sel
1492       - 30  # NDRPDR sel
1493       - 31  # NDRPDR sel
1494       - 32  # NDRPDR sel
1495       - 40  # NFV MRR 64b
1496       - 41  # NFV MRR 64b
1497       - 42  # NFV MRR 64b
1498       - 47  # NFV MRR 64b
1499       - 48  # NFV MRR 64b
1500       - 49  # NFV MRR IMIX
1501       - 50  # NFV MRR IMIX
1502       - 51  # NFV MRR IMIX
1503       - 54  # NFV MRR IMIX
1504       - 55  # NFV MRR IMIX
1505       - 56  # NFV NDRPDR 64b
1506       - 59  # NFV NDRPDR 64b
1507       - 60  # NFV NDRPDR 64b
1508       - 65  # NFV NDRPDR 64b
1509       - 68  # NFV NDRPDR 64b
1510       - 66  # NFV NDRPDR IMIX
1511       - 67  # NFV NDRPDR IMIX
1512       - 69  # NFV NDRPDR IMIX
1513       - 70  # SOAK
1514       - 71  # SOAK
1515
1516 #    csit-ligato-perf-verify-1901-3n-hsw:
1517 #      - 10  # NDRPDR full
1518 #      - 8   # NDRPDR sel
1519 #      - 9   # NDRPDR sel
1520 #      - 11  # NDRPDR sel
1521 #      - 12  # NDRPDR sel
1522 #      - 13  # NDRPDR sel
1523 #      - 14  # NDRPDR sel
1524 #      - 15  # NDRPDR sel
1525 #      - 16  # NDRPDR sel
1526 #      - 17  # NDRPDR sel
1527 #      - 18  # NDRPDR sel
1528 #    # TODO: Add 1904 data
1529 ##    csit-ligato-perf-verify-1904-3n-hsw:
1530 ##      -
1531
1532     csit-dpdk-perf-verify-1810-3n-hsw:
1533       - 1   # NDRPDR sel
1534       - 2   # NDRPDR sel
1535       - 3   # NDRPDR sel
1536       - 4   # NDRPDR sel
1537       - 5   # NDRPDR sel
1538       - 6   # NDRPDR sel
1539       - 7   # NDRPDR sel
1540       - 8   # NDRPDR sel
1541       - 9   # NDRPDR sel
1542       - 10  # NDRPDR sel
1543     csit-dpdk-perf-verify-1901-3n-hsw:
1544       - 13  # NDRPDR sel
1545       - 14  # NDRPDR sel
1546       - 16  # NDRPDR sel
1547       - 17  # NDRPDR sel
1548       - 18  # NDRPDR sel
1549       - 19  # NDRPDR sel
1550       - 20  # NDRPDR sel
1551       - 21  # NDRPDR sel
1552       - 22  # NDRPDR sel
1553       - 23  # NDRPDR sel
1554     csit-dpdk-perf-verify-1904-3n-hsw:
1555       - 2   # NDRPDR sel
1556       - 3   # NDRPDR sel
1557       - 5   # NDRPDR sel
1558       - 6   # NDRPDR sel
1559       - 13  # NDRPDR sel
1560       - 14  # NDRPDR sel
1561       - 15  # NDRPDR sel
1562       - 18  # NDRPDR sel
1563       - 19  # NDRPDR sel
1564       - 20  # NDRPDR sel
1565
1566     csit-dpdk-perf-verify-1810-3n-skx:
1567       - 3   # NDRPDR sel
1568       - 4   # NDRPDR sel
1569       - 6   # NDRPDR sel
1570       - 7   # NDRPDR sel
1571       - 8   # NDRPDR sel
1572       - 9   # NDRPDR sel
1573       - 10  # NDRPDR sel
1574       - 11  # NDRPDR sel
1575       - 12  # NDRPDR sel
1576       - 13  # NDRPDR sel
1577     csit-dpdk-perf-verify-1901-3n-skx:
1578       - 3   # NDRPDR sel
1579       - 5   # NDRPDR sel
1580       - 6   # NDRPDR sel
1581       - 7   # NDRPDR sel
1582       - 8   # NDRPDR sel
1583       - 9   # NDRPDR sel
1584       - 10  # NDRPDR sel
1585       - 11  # NDRPDR sel
1586       - 12  # NDRPDR sel
1587       - 13  # NDRPDR sel
1588     csit-dpdk-perf-verify-1904-3n-skx:
1589       - 2   # NDRPDR sel
1590       - 3   # NDRPDR sel
1591       - 4   # NDRPDR sel
1592       - 5   # NDRPDR sel
1593       - 6   # NDRPDR sel
1594       - 7   # NDRPDR sel
1595       - 11  # NDRPDR sel
1596       - 12  # NDRPDR sel
1597       - 13  # NDRPDR sel
1598       - 14  # NDRPDR sel
1599
1600     csit-dpdk-perf-verify-1810-2n-skx:
1601       - 3   # NDRPDR sel
1602       - 4   # NDRPDR sel
1603       - 5   # NDRPDR sel
1604       - 7   # NDRPDR sel
1605       - 8   # NDRPDR sel
1606       - 9   # NDRPDR sel
1607       - 10  # NDRPDR sel
1608       - 11  # NDRPDR sel
1609       - 12  # NDRPDR sel
1610       - 13  # NDRPDR sel
1611     csit-dpdk-perf-verify-1901-2n-skx:
1612       - 12  # NDRPDR sel
1613       - 13  # NDRPDR sel
1614       - 14  # NDRPDR sel
1615       - 15  # NDRPDR sel
1616       - 16  # NDRPDR sel
1617       - 17  # NDRPDR sel
1618       - 18  # NDRPDR sel
1619       - 19  # NDRPDR sel
1620       - 20  # NDRPDR sel
1621       - 21  # NDRPDR sel
1622     csit-dpdk-perf-verify-1904-2n-skx:
1623       - 2   # NDRPDR sel
1624       - 3   # NDRPDR sel
1625       - 4   # NDRPDR sel
1626       - 5   # NDRPDR sel
1627       - 7   # NDRPDR sel
1628       - 8   # NDRPDR sel
1629       - 9   # NDRPDR sel
1630       - 10  # NDRPDR sel
1631       - 11  # NDRPDR sel
1632       - 12  # NDRPDR sel
1633
1634     csit-vpp-functional-1904-ubuntu1604-virl:
1635       - 33
1636     csit-vpp-functional-1904-centos7-virl:
1637       - 32
1638     csit-vpp-device-1904-ubuntu1804-1n-skx:
1639       - 32
1640 #    # Not used
1641 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1642 #      - 1
1643     csit-dmm-functional-1904-ubuntu1604-virl:
1644       - 1
1645     csit-hc2vpp-verify-func-1904-ubuntu1604:
1646       - 4
1647
1648 - type: "output"
1649   output: "report"
1650   format:
1651     html:
1652     - full
1653 #    pdf:
1654 #    - minimal
1655
1656 ################################################################################
1657 ###                               T A B L E S                                ###
1658 ################################################################################
1659
1660 # VPP SOAK vs NDR
1661 - type: "table"
1662   title: "VPP Soak vs NDR 2n-skx"
1663   algorithm: "table_soak_vs_ndr"
1664   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1665   reference:
1666     title: "NDR"
1667     data: "vpp-soak-vs-ndr-2n-skx-ref"
1668   compare:
1669     title: "Soak"
1670     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1671   data: "vpp-soak-vs-ndr-2n-skx"
1672   include-tests: "NDR"
1673   filter: "('NDRPDR' or 'SOAK')"
1674   parameters:
1675     - "throughput"
1676     - "name"
1677     - "parent"
1678
1679 ################################################################################
1680
1681 # VPP Compare NICs 3n-hsw 1t1c ndr
1682 - type: "table"
1683   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1684   algorithm: "table_nics_comparison"
1685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1686   reference:
1687     title: "Intel-x520"
1688     nic: "NIC_Intel-X520-DA2"
1689   compare:
1690     title: "Intel-x710"
1691     nic: "NIC_Intel-X710"
1692   data: "vpp-nic-comparison-3n-hsw"
1693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1694   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1695   parameters:
1696   - "name"
1697   - "parent"
1698   - "throughput"
1699   - "tags"
1700
1701 # VPP Compare NICs 3n-hsw 2t2c ndr
1702 - type: "table"
1703   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1704   algorithm: "table_nics_comparison"
1705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1706   reference:
1707     title: "Intel-x520"
1708     nic: "NIC_Intel-X520-DA2"
1709   compare:
1710     title: "Intel-x710"
1711     nic: "NIC_Intel-X710"
1712   data: "vpp-nic-comparison-3n-hsw"
1713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1714   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1715   parameters:
1716   - "name"
1717   - "parent"
1718   - "throughput"
1719   - "tags"
1720
1721 # VPP Compare NICs 3n-hsw 1t1c pdr
1722 - type: "table"
1723   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1724   algorithm: "table_nics_comparison"
1725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1726   reference:
1727     title: "Intel-x520"
1728     nic: "NIC_Intel-X520-DA2"
1729   compare:
1730     title: "Intel-x710"
1731     nic: "NIC_Intel-X710"
1732   data: "vpp-nic-comparison-3n-hsw"
1733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1734   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1735   parameters:
1736   - "name"
1737   - "parent"
1738   - "throughput"
1739   - "tags"
1740
1741 # VPP Compare NICs 3n-hsw 2t2c pdr
1742 - type: "table"
1743   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1744   algorithm: "table_nics_comparison"
1745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1746   reference:
1747     title: "Intel-x520"
1748     nic: "NIC_Intel-X520-DA2"
1749   compare:
1750     title: "Intel-x710"
1751     nic: "NIC_Intel-X710"
1752   data: "vpp-nic-comparison-3n-hsw"
1753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1754   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1755   parameters:
1756   - "name"
1757   - "parent"
1758   - "throughput"
1759   - "tags"
1760
1761 # VPP Compare NICs 3n-hsw 1t1c mrr
1762 - type: "table"
1763   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1764   algorithm: "table_nics_comparison"
1765   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1766   reference:
1767     title: "Intel-x520"
1768     nic: "NIC_Intel-X520-DA2"
1769   compare:
1770     title: "Intel-x710"
1771     nic: "NIC_Intel-X710"
1772   data: "vpp-nic-comparison-3n-hsw-mrr"
1773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1774   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1775   parameters:
1776   - "name"
1777   - "parent"
1778   - "result"
1779   - "tags"
1780
1781 # VPP Compare NICs 3n-hsw 2t2c mrr
1782 - type: "table"
1783   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1784   algorithm: "table_nics_comparison"
1785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1786   reference:
1787     title: "Intel-x520"
1788     nic: "NIC_Intel-X520-DA2"
1789   compare:
1790     title: "Intel-x710"
1791     nic: "NIC_Intel-X710"
1792   data: "vpp-nic-comparison-3n-hsw-mrr"
1793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1794   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1795   parameters:
1796   - "name"
1797   - "parent"
1798   - "result"
1799   - "tags"
1800
1801 # VPP Compare NICs 3n-hsw 4t4c mrr
1802 - type: "table"
1803   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1804   algorithm: "table_nics_comparison"
1805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1806   reference:
1807     title: "Intel-x520"
1808     nic: "NIC_Intel-X520-DA2"
1809   compare:
1810     title: "Intel-x710"
1811     nic: "NIC_Intel-X710"
1812   data: "vpp-nic-comparison-3n-hsw-mrr"
1813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1814   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1815   parameters:
1816   - "name"
1817   - "parent"
1818   - "result"
1819   - "tags"
1820
1821 # VPP Compare NICs 3n-skx 2t1c ndr
1822 - type: "table"
1823   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1824   algorithm: "table_nics_comparison"
1825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1826   reference:
1827     title: "Intel-x710"
1828     nic: "NIC_Intel-X710"
1829   compare:
1830     title: "Intel-xxv710"
1831     nic: "NIC_Intel-XXV710"
1832   data: "vpp-nic-comparison-3n-skx"
1833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1834   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "throughput"
1839   - "tags"
1840
1841 # VPP Compare NICs 3n-skx 4t2c ndr
1842 - type: "table"
1843   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1844   algorithm: "table_nics_comparison"
1845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1846   reference:
1847     title: "Intel-x710"
1848     nic: "NIC_Intel-X710"
1849   compare:
1850     title: "Intel-xxv710"
1851     nic: "NIC_Intel-XXV710"
1852   data: "vpp-nic-comparison-3n-skx"
1853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1854   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1855   parameters:
1856   - "name"
1857   - "parent"
1858   - "throughput"
1859   - "tags"
1860
1861 # VPP Compare NICs 3n-skx 2t1c pdr
1862 - type: "table"
1863   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1864   algorithm: "table_nics_comparison"
1865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1866   reference:
1867     title: "Intel-x710"
1868     nic: "NIC_Intel-X710"
1869   compare:
1870     title: "Intel-xxv710"
1871     nic: "NIC_Intel-XXV710"
1872   data: "vpp-nic-comparison-3n-skx"
1873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1874   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1875   parameters:
1876   - "name"
1877   - "parent"
1878   - "throughput"
1879   - "tags"
1880
1881  # VPP Compare NICs 3n-skx 4t2c pdr
1882 - type: "table"
1883   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1884   algorithm: "table_nics_comparison"
1885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1886   reference:
1887     title: "Intel-x710"
1888     nic: "NIC_Intel-X710"
1889   compare:
1890     title: "Intel-xxv710"
1891     nic: "NIC_Intel-XXV710"
1892   data: "vpp-nic-comparison-3n-skx"
1893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1894   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1895   parameters:
1896   - "name"
1897   - "parent"
1898   - "throughput"
1899   - "tags"
1900
1901 # VPP Compare NICs 3n-skx 2t1c mrr
1902 - type: "table"
1903   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1904   algorithm: "table_nics_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1906   reference:
1907     title: "Intel-x710"
1908     nic: "NIC_Intel-X710"
1909   compare:
1910     title: "Intel-xxv710"
1911     nic: "NIC_Intel-XXV710"
1912   data: "vpp-nic-comparison-3n-skx-mrr"
1913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1914   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1915   parameters:
1916   - "name"
1917   - "parent"
1918   - "result"
1919   - "tags"
1920
1921 # VPP Compare NICs 3n-skx 4t2c mrr
1922 - type: "table"
1923   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1924   algorithm: "table_nics_comparison"
1925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1926   reference:
1927     title: "Intel-x710"
1928     nic: "NIC_Intel-X710"
1929   compare:
1930     title: "Intel-xxv710"
1931     nic: "NIC_Intel-XXV710"
1932   data: "vpp-nic-comparison-3n-skx-mrr"
1933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1935   parameters:
1936   - "name"
1937   - "parent"
1938   - "result"
1939   - "tags"
1940
1941  # VPP Compare NICs 3n-skx 8t4c mrr
1942 - type: "table"
1943   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1944   algorithm: "table_nics_comparison"
1945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1946   reference:
1947     title: "Intel-x710"
1948     nic: "NIC_Intel-X710"
1949   compare:
1950     title: "Intel-xxv710"
1951     nic: "NIC_Intel-XXV710"
1952   data: "vpp-nic-comparison-3n-skx-mrr"
1953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1954   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "result"
1959   - "tags"
1960
1961 # VPP Compare NICs 2n-skx 2t1c ndr
1962 - type: "table"
1963   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1964   algorithm: "table_nics_comparison"
1965   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1966   reference:
1967     title: "Intel-x710"
1968     nic: "NIC_Intel-X710"
1969   compare:
1970     title: "Intel-xxv710"
1971     nic: "NIC_Intel-XXV710"
1972   data: "vpp-nic-comparison-2n-skx"
1973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1974   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1975   parameters:
1976   - "name"
1977   - "parent"
1978   - "throughput"
1979   - "tags"
1980
1981 # VPP Compare NICs 2n-skx 4t2c ndr
1982 - type: "table"
1983   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1984   algorithm: "table_nics_comparison"
1985   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1986   reference:
1987     title: "Intel-x710"
1988     nic: "NIC_Intel-X710"
1989   compare:
1990     title: "Intel-xxv710"
1991     nic: "NIC_Intel-XXV710"
1992   data: "vpp-nic-comparison-2n-skx"
1993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1994   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1995   parameters:
1996   - "name"
1997   - "parent"
1998   - "throughput"
1999   - "tags"
2000
2001  # VPP Compare NICs 2n-skx 2t1c pdr
2002 - type: "table"
2003   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2004   algorithm: "table_nics_comparison"
2005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2006   reference:
2007     title: "Intel-x710"
2008     nic: "NIC_Intel-X710"
2009   compare:
2010     title: "Intel-xxv710"
2011     nic: "NIC_Intel-XXV710"
2012   data: "vpp-nic-comparison-2n-skx"
2013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2014   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2015   parameters:
2016   - "name"
2017   - "parent"
2018   - "throughput"
2019   - "tags"
2020
2021 # VPP Compare NICs 2n-skx 4t2c pdr
2022 - type: "table"
2023   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2024   algorithm: "table_nics_comparison"
2025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2026   reference:
2027     title: "Intel-x710"
2028     nic: "NIC_Intel-X710"
2029   compare:
2030     title: "Intel-xxv710"
2031     nic: "NIC_Intel-XXV710"
2032   data: "vpp-nic-comparison-2n-skx"
2033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2034   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2035   parameters:
2036   - "name"
2037   - "parent"
2038   - "throughput"
2039   - "tags"
2040
2041 # VPP Compare NICs 2n-skx 2t1c mrr
2042 - type: "table"
2043   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2044   algorithm: "table_nics_comparison"
2045   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2046   reference:
2047     title: "Intel-x710"
2048     nic: "NIC_Intel-X710"
2049   compare:
2050     title: "Intel-xxv710"
2051     nic: "NIC_Intel-XXV710"
2052   data: "vpp-nic-comparison-2n-skx-mrr"
2053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2054   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2055   parameters:
2056   - "name"
2057   - "parent"
2058   - "result"
2059   - "tags"
2060
2061 # VPP Compare NICs 2n-skx 4t2c mrr
2062 - type: "table"
2063   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2064   algorithm: "table_nics_comparison"
2065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2066   reference:
2067     title: "Intel-x710"
2068     nic: "NIC_Intel-X710"
2069   compare:
2070     title: "Intel-xxv710"
2071     nic: "NIC_Intel-XXV710"
2072   data: "vpp-nic-comparison-2n-skx-mrr"
2073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2074   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2075   parameters:
2076   - "name"
2077   - "parent"
2078   - "result"
2079   - "tags"
2080
2081 # VPP Compare NICs 2n-skx 8t4c mrr
2082 - type: "table"
2083   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2084   algorithm: "table_nics_comparison"
2085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2086   reference:
2087     title: "Intel-x710"
2088     nic: "NIC_Intel-X710"
2089   compare:
2090     title: "Intel-xxv710"
2091     nic: "NIC_Intel-XXV710"
2092   data: "vpp-nic-comparison-2n-skx-mrr"
2093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2095   parameters:
2096   - "name"
2097   - "parent"
2098   - "result"
2099   - "tags"
2100
2101 ################################################################################
2102 # VPP
2103
2104 ## VPP Performance Changes 2n-dnv 1t1c pdr
2105 #- type: "table"
2106 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2107 #  algorithm: "table_performance_comparison"
2108 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2109 #  history:
2110 #    - title: "rls1810"
2111 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2112 #  reference:
2113 #    title: "rls1901"
2114 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2115 #  compare:
2116 #    title: "rls1904"
2117 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2118 #  data: "intel-dnv-vpp-changes-2n-dnv"
2119 #  include-tests: "PDR"
2120 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2121 #  parameters:
2122 #  - "name"
2123 #  - "parent"
2124 #  - "throughput"
2125 #
2126 ## VPP Performance Changes 2n-dnv 2t2c pdr
2127 #- type: "table"
2128 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2129 #  algorithm: "table_performance_comparison"
2130 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2131 #  history:
2132 #    - title: "rls1810"
2133 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2134 #  reference:
2135 #    title: "rls1901"
2136 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2137 #  compare:
2138 #    title: "rls1904"
2139 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2140 #  data: "intel-dnv-vpp-changes-2n-dnv"
2141 #  include-tests: "PDR"
2142 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2143 #  parameters:
2144 #  - "name"
2145 #  - "parent"
2146 #  - "throughput"
2147 #
2148 ## VPP Performance Changes 2n-dnv 1t1c ndr
2149 #- type: "table"
2150 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2151 #  algorithm: "table_performance_comparison"
2152 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2153 #  history:
2154 #    - title: "rls1810"
2155 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2156 #  reference:
2157 #    title: "rls1901"
2158 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2159 #  compare:
2160 #    title: "rls1904"
2161 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2162 #  data: "intel-dnv-vpp-changes-2n-dnv"
2163 #  include-tests: "NDR"
2164 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2165 #  parameters:
2166 #  - "name"
2167 #  - "parent"
2168 #  - "throughput"
2169 #
2170 ## VPP Performance Changes 2n-dnv 2t2c ndr
2171 #- type: "table"
2172 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2173 #  algorithm: "table_performance_comparison"
2174 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2175 #  history:
2176 #    - title: "rls1810"
2177 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2178 #  reference:
2179 #    title: "rls1901"
2180 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2181 #  compare:
2182 #    title: "rls1904"
2183 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2184 #  data: "intel-dnv-vpp-changes-2n-dnv"
2185 #  include-tests: "NDR"
2186 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2187 #  parameters:
2188 #  - "name"
2189 #  - "parent"
2190 #  - "throughput"
2191 #
2192 ## VPP Performance Changes 2n-dnv 1t1c MRR
2193 #- type: "table"
2194 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2195 #  algorithm: "table_performance_comparison"
2196 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2197 #  history:
2198 #    - title: "rls1810"
2199 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2200 #  reference:
2201 #    title: "rls1901"
2202 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2203 #  compare:
2204 #    title: "rls1904"
2205 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2206 #  data: "intel-dnv-vpp-changes-2n-dnv"
2207 #  include-tests: "MRR"
2208 #  filter: "'1T1C' and 'MRR'"
2209 #  parameters:
2210 #  - "name"
2211 #  - "parent"
2212 #  - "result"
2213 #
2214 ## VPP Performance Changes 2n-dnv 2t2c MRR
2215 #- type: "table"
2216 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2217 #  algorithm: "table_performance_comparison"
2218 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2219 #  history:
2220 #    - title: "rls1810"
2221 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2222 #  reference:
2223 #    title: "rls1901"
2224 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2225 #  compare:
2226 #    title: "rls1904"
2227 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2228 #  data: "intel-dnv-vpp-changes-2n-dnv"
2229 #  include-tests: "MRR"
2230 #  filter: "'2T2C' and 'MRR'"
2231 #  parameters:
2232 #  - "name"
2233 #  - "parent"
2234 #  - "result"
2235 #
2236 ## VPP Performance Changes 2n-dnv 4t4c MRR
2237 #- type: "table"
2238 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2239 #  algorithm: "table_performance_comparison"
2240 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2241 #  history:
2242 #    - title: "rls1810"
2243 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2244 #  reference:
2245 #    title: "rls1901"
2246 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2247 #  compare:
2248 #    title: "rls1904"
2249 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2250 #  data: "intel-dnv-vpp-changes-2n-dnv"
2251 #  include-tests: "MRR"
2252 #  filter: "'4T4C' and 'MRR'"
2253 #  parameters:
2254 #  - "name"
2255 #  - "parent"
2256 #  - "result"
2257
2258 # VPP Performance Changes 3n-hsw 1t1c pdr
2259 - type: "table"
2260   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2261   algorithm: "table_performance_comparison"
2262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2263   history:
2264     - title: "rls1810"
2265       data: "vpp-performance-changes-3n-hsw-h1"
2266   reference:
2267     title: "rls1901"
2268     data: "vpp-performance-changes-3n-hsw-ref"
2269   compare:
2270     title: "rls1904"
2271     data: "vpp-performance-changes-3n-hsw-cmp"
2272   data: "vpp-performance-changes-3n-hsw"
2273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2274   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2275   parameters:
2276   - "name"
2277   - "parent"
2278   - "throughput"
2279
2280 # VPP Performance Changes 3n-hsw 2t2c pdr
2281 - type: "table"
2282   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2283   algorithm: "table_performance_comparison"
2284   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2285   history:
2286     - title: "rls1810"
2287       data: "vpp-performance-changes-3n-hsw-h1"
2288   reference:
2289     title: "rls1901"
2290     data: "vpp-performance-changes-3n-hsw-ref"
2291   compare:
2292     title: "rls1904"
2293     data: "vpp-performance-changes-3n-hsw-cmp"
2294   data: "vpp-performance-changes-3n-hsw"
2295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2296   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2297   parameters:
2298   - "name"
2299   - "parent"
2300   - "throughput"
2301
2302 # VPP Performance Changes 3n-hsw 1t1c ndr
2303 - type: "table"
2304   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2305   algorithm: "table_performance_comparison"
2306   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2307   history:
2308     - title: "rls1810"
2309       data: "vpp-performance-changes-3n-hsw-h1"
2310   reference:
2311     title: "rls1901"
2312     data: "vpp-performance-changes-3n-hsw-ref"
2313   compare:
2314     title: "rls1904"
2315     data: "vpp-performance-changes-3n-hsw-cmp"
2316   data: "vpp-performance-changes-3n-hsw"
2317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2318   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2319   parameters:
2320   - "name"
2321   - "parent"
2322   - "throughput"
2323
2324 # VPP Performance Changes 3n-hsw 2t2c ndr
2325 - type: "table"
2326   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2327   algorithm: "table_performance_comparison"
2328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2329   history:
2330     - title: "rls1810"
2331       data: "vpp-performance-changes-3n-hsw-h1"
2332   reference:
2333     title: "rls1901"
2334     data: "vpp-performance-changes-3n-hsw-ref"
2335   compare:
2336     title: "rls1904"
2337     data: "vpp-performance-changes-3n-hsw-cmp"
2338   data: "vpp-performance-changes-3n-hsw"
2339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2340   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341   parameters:
2342   - "name"
2343   - "parent"
2344   - "throughput"
2345
2346 # VPP Performance Changes 3n-skx 2t1c pdr
2347 - type: "table"
2348   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2349   algorithm: "table_performance_comparison"
2350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2351   history:
2352     - title: "rls1810"
2353       data: "vpp-performance-changes-3n-skx-h1"
2354   reference:
2355     title: "rls1901"
2356     data: "vpp-performance-changes-3n-skx-ref"
2357   compare:
2358     title: "rls1904"
2359     data: "vpp-performance-changes-3n-skx-cmp"
2360   data: "vpp-performance-changes-3n-skx"
2361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2362   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2363   parameters:
2364   - "name"
2365   - "parent"
2366   - "throughput"
2367
2368 # VPP Performance Changes 3n-skx 4t2c pdr
2369 - type: "table"
2370   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2371   algorithm: "table_performance_comparison"
2372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2373   history:
2374     - title: "rls1810"
2375       data: "vpp-performance-changes-3n-skx-h1"
2376   reference:
2377     title: "rls1901"
2378     data: "vpp-performance-changes-3n-skx-ref"
2379   compare:
2380     title: "rls1904"
2381     data: "vpp-performance-changes-3n-skx-cmp"
2382   data: "vpp-performance-changes-3n-skx"
2383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2384   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "throughput"
2389
2390 # VPP Performance Changes 3n-skx 2t1c ndr
2391 - type: "table"
2392   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2393   algorithm: "table_performance_comparison"
2394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2395   history:
2396     - title: "rls1810"
2397       data: "vpp-performance-changes-3n-skx-h1"
2398   reference:
2399     title: "rls1901"
2400     data: "vpp-performance-changes-3n-skx-ref"
2401   compare:
2402     title: "rls1904"
2403     data: "vpp-performance-changes-3n-skx-cmp"
2404   data: "vpp-performance-changes-3n-skx"
2405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2406   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2407   parameters:
2408   - "name"
2409   - "parent"
2410   - "throughput"
2411
2412 # VPP Performance Changes 3n-skx 4t2c ndr
2413 - type: "table"
2414   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2417   history:
2418     - title: "rls1810"
2419       data: "vpp-performance-changes-3n-skx-h1"
2420   reference:
2421     title: "rls1901"
2422     data: "vpp-performance-changes-3n-skx-ref"
2423   compare:
2424     title: "rls1904"
2425     data: "vpp-performance-changes-3n-skx-cmp"
2426   data: "vpp-performance-changes-3n-skx"
2427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2428   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "throughput"
2433
2434 # VPP Performance Changes 2n-skx 2t1c pdr
2435 - type: "table"
2436   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2437   algorithm: "table_performance_comparison"
2438   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2439   history:
2440     - title: "rls1810"
2441       data: "vpp-performance-changes-2n-skx-h1"
2442   reference:
2443     title: "rls1901"
2444     data: "vpp-performance-changes-2n-skx-ref"
2445   compare:
2446     title: "rls1904"
2447     data: "vpp-performance-changes-2n-skx-cmp"
2448   data: "vpp-performance-changes-2n-skx"
2449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2450   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2451   parameters:
2452   - "name"
2453   - "parent"
2454   - "throughput"
2455
2456 # VPP Performance Changes 2n-skx 4t2c pdr
2457 - type: "table"
2458   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2459   algorithm: "table_performance_comparison"
2460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2461   history:
2462     - title: "rls1810"
2463       data: "vpp-performance-changes-2n-skx-h1"
2464   reference:
2465     title: "rls1901"
2466     data: "vpp-performance-changes-2n-skx-ref"
2467   compare:
2468     title: "rls1904"
2469     data: "vpp-performance-changes-2n-skx-cmp"
2470   data: "vpp-performance-changes-2n-skx"
2471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2472   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "throughput"
2477
2478 # VPP Performance Changes 2n-skx 2t1c ndr
2479 - type: "table"
2480   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2483   history:
2484     - title: "rls1810"
2485       data: "vpp-performance-changes-2n-skx-h1"
2486   reference:
2487     title: "rls1901"
2488     data: "vpp-performance-changes-2n-skx-ref"
2489   compare:
2490     title: "rls1904"
2491     data: "vpp-performance-changes-2n-skx-cmp"
2492   data: "vpp-performance-changes-2n-skx"
2493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2494   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "throughput"
2499
2500 # VPP Performance Changes 2n-skx 4t2c ndr
2501 - type: "table"
2502   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2503   algorithm: "table_performance_comparison"
2504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2505   history:
2506     - title: "rls1810"
2507       data: "vpp-performance-changes-2n-skx-h1"
2508   reference:
2509     title: "rls1901"
2510     data: "vpp-performance-changes-2n-skx-ref"
2511   compare:
2512     title: "rls1904"
2513     data: "vpp-performance-changes-2n-skx-cmp"
2514   data: "vpp-performance-changes-2n-skx"
2515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2516   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2517   parameters:
2518   - "name"
2519   - "parent"
2520   - "throughput"
2521
2522 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2523 - type: "table"
2524   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2525   algorithm: "table_performance_comparison"
2526   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2527   reference:
2528     title: "3-Node Hsw"
2529     data: "vpp-compare-testbeds-ref"
2530   compare:
2531     title: "3-Node Skx"
2532     data: "vpp-compare-testbeds-cmp"
2533   data: "vpp-compare-testbeds"
2534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2535   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2536   parameters:
2537   - "name"
2538   - "parent"
2539   - "throughput"
2540
2541 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2542 - type: "table"
2543   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2544   algorithm: "table_performance_comparison"
2545   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2546   reference:
2547     title: "3-Node Hsw"
2548     data: "vpp-compare-testbeds-ref"
2549   compare:
2550     title: "3-Node Skx"
2551     data: "vpp-compare-testbeds-cmp"
2552   data: "vpp-compare-testbeds"
2553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2554   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2555   parameters:
2556   - "name"
2557   - "parent"
2558   - "throughput"
2559
2560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2561 - type: "table"
2562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2563   algorithm: "table_performance_comparison"
2564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2565   reference:
2566     title: "3-Node Hsw"
2567     data: "vpp-compare-testbeds-ref"
2568   compare:
2569     title: "3-Node Skx"
2570     data: "vpp-compare-testbeds-cmp"
2571   data: "vpp-compare-testbeds"
2572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2573   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2574   parameters:
2575   - "name"
2576   - "parent"
2577   - "throughput"
2578
2579 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2580 - type: "table"
2581   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2582   algorithm: "table_performance_comparison"
2583   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2584   reference:
2585     title: "3-Node Hsw"
2586     data: "vpp-compare-testbeds-ref"
2587   compare:
2588     title: "3-Node Skx"
2589     data: "vpp-compare-testbeds-cmp"
2590   data: "vpp-compare-testbeds"
2591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2592   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "throughput"
2597
2598 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2599 - type: "table"
2600   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2601   algorithm: "table_performance_comparison"
2602   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2603   reference:
2604     title: "3-Node Skx"
2605     data: "vpp-compare-topologies-ref"
2606   compare:
2607     title: "2-Node Skx"
2608     data: "vpp-compare-topologies-cmp"
2609   data: "vpp-compare-topologies"
2610   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2611   filter: "'NDRPDR' and '1C'"
2612   parameters:
2613   - "name"
2614   - "parent"
2615   - "throughput"
2616
2617 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2618 - type: "table"
2619   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2620   algorithm: "table_performance_comparison"
2621   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2622   reference:
2623     title: "3-Node Skx"
2624     data: "vpp-compare-topologies-ref"
2625   compare:
2626     title: "2-Node Skx"
2627     data: "vpp-compare-topologies-cmp"
2628   data: "vpp-compare-topologies"
2629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2630   filter: "'NDRPDR' and '2C'"
2631   parameters:
2632   - "name"
2633   - "parent"
2634   - "throughput"
2635
2636 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2637 - type: "table"
2638   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2641   reference:
2642     title: "3-Node Skx"
2643     data: "vpp-compare-topologies-ref"
2644   compare:
2645     title: "2-Node Skx"
2646     data: "vpp-compare-topologies-cmp"
2647   data: "vpp-compare-topologies"
2648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2649   filter: "'NDRPDR' and '1C'"
2650   parameters:
2651   - "name"
2652   - "parent"
2653   - "throughput"
2654
2655 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2656 - type: "table"
2657   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2658   algorithm: "table_performance_comparison"
2659   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2660   reference:
2661     title: "3-Node Skx"
2662     data: "vpp-compare-topologies-ref"
2663   compare:
2664     title: "2-Node Skx"
2665     data: "vpp-compare-topologies-cmp"
2666   data: "vpp-compare-topologies"
2667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2668   filter: "'NDRPDR' and '2C'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "throughput"
2673
2674 # VPP Performance Changes 3n-hsw 1t1c MRR
2675 - type: "table"
2676   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2677   algorithm: "table_performance_comparison"
2678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2679   history:
2680     - title: "rls1810"
2681       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2682   reference:
2683     title: "rls1901"
2684     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2685   compare:
2686     title: "rls1904"
2687     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2688   data: "vpp-performance-changes-3n-hsw-mrr"
2689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2690   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2691   parameters:
2692   - "name"
2693   - "parent"
2694   - "result"
2695
2696 # VPP Performance Changes 3n-hsw 2t2c MRR
2697 - type: "table"
2698   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2699   algorithm: "table_performance_comparison"
2700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2701   history:
2702     - title: "rls1810"
2703       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2704   reference:
2705     title: "rls1901"
2706     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2707   compare:
2708     title: "rls1904"
2709     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2710   data: "vpp-performance-changes-3n-hsw-mrr"
2711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2712   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2713   parameters:
2714   - "name"
2715   - "parent"
2716   - "result"
2717
2718 # VPP Performance Changes 3n-hsw 4t4c MRR
2719 - type: "table"
2720   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2721   algorithm: "table_performance_comparison"
2722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2723   history:
2724     - title: "rls1810"
2725       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2726   reference:
2727     title: "rls1901"
2728     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2729   compare:
2730     title: "rls1904"
2731     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2732   data: "vpp-performance-changes-3n-hsw-mrr"
2733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2734   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2735   parameters:
2736   - "name"
2737   - "parent"
2738   - "result"
2739
2740 # VPP Performance Changes 3n-skx 2t1c MRR
2741 - type: "table"
2742   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2743   algorithm: "table_performance_comparison"
2744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2745   history:
2746     - title: "rls1810"
2747       data: "vpp-performance-changes-3n-skx-mrr-h1"
2748   reference:
2749     title: "rls1901"
2750     data: "vpp-performance-changes-3n-skx-mrr-ref"
2751   compare:
2752     title: "rls1904"
2753     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2754   data: "vpp-performance-changes-3n-skx-mrr"
2755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2756   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2757   parameters:
2758   - "name"
2759   - "parent"
2760   - "result"
2761
2762 # VPP Performance Changes 3n-skx 4t2c MRR
2763 - type: "table"
2764   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2765   algorithm: "table_performance_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2767   history:
2768     - title: "rls1810"
2769       data: "vpp-performance-changes-3n-skx-mrr-h1"
2770   reference:
2771     title: "rls1901"
2772     data: "vpp-performance-changes-3n-skx-mrr-ref"
2773   compare:
2774     title: "rls1904"
2775     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2776   data: "vpp-performance-changes-3n-skx-mrr"
2777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2779   parameters:
2780   - "name"
2781   - "parent"
2782   - "result"
2783
2784 # VPP Performance Changes 3n-skx 8t4c MRR
2785 - type: "table"
2786   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2787   algorithm: "table_performance_comparison"
2788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2789   history:
2790     - title: "rls1810"
2791       data: "vpp-performance-changes-3n-skx-mrr-h1"
2792   reference:
2793     title: "rls1901"
2794     data: "vpp-performance-changes-3n-skx-mrr-ref"
2795   compare:
2796     title: "rls1904"
2797     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2798   data: "vpp-performance-changes-3n-skx-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2801   parameters:
2802   - "name"
2803   - "parent"
2804   - "result"
2805
2806 # VPP Performance Changes 2n-skx 2t1c MRR
2807 - type: "table"
2808   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2809   algorithm: "table_performance_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2811   history:
2812     - title: "rls1810"
2813       data: "vpp-performance-changes-2n-skx-mrr-h1"
2814   reference:
2815     title: "rls1901"
2816     data: "vpp-performance-changes-2n-skx-mrr-ref"
2817   compare:
2818     title: "rls1904"
2819     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2820   data: "vpp-performance-changes-2n-skx-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "result"
2827
2828 # VPP Performance Changes 2n-skx 4t2c MRR
2829 - type: "table"
2830   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2831   algorithm: "table_performance_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2833   history:
2834     - title: "rls1810"
2835       data: "vpp-performance-changes-2n-skx-mrr-h1"
2836   reference:
2837     title: "rls1901"
2838     data: "vpp-performance-changes-2n-skx-mrr-ref"
2839   compare:
2840     title: "rls1904"
2841     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2842   data: "vpp-performance-changes-2n-skx-mrr"
2843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "result"
2849
2850 # VPP Performance Changes 2n-skx 8t4c MRR
2851 - type: "table"
2852   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2853   algorithm: "table_performance_comparison"
2854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2855   history:
2856     - title: "rls1810"
2857       data: "vpp-performance-changes-2n-skx-mrr-h1"
2858   reference:
2859     title: "rls1901"
2860     data: "vpp-performance-changes-2n-skx-mrr-ref"
2861   compare:
2862     title: "rls1904"
2863     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2864   data: "vpp-performance-changes-2n-skx-mrr"
2865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2866   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2867   parameters:
2868   - "name"
2869   - "parent"
2870   - "result"
2871
2872 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2873 - type: "table"
2874   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2875   algorithm: "table_performance_comparison"
2876   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2877   reference:
2878     title: "3-Node Hsw"
2879     data: "vpp-compare-testbeds-mrr-ref"
2880   compare:
2881     title: "3-Node Skx"
2882     data: "vpp-compare-testbeds-mrr-cmp"
2883   data: "vpp-compare-testbeds-mrr"
2884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2885   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2886   parameters:
2887   - "name"
2888   - "parent"
2889   - "result"
2890
2891 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2892 - type: "table"
2893   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2894   algorithm: "table_performance_comparison"
2895   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2896   reference:
2897     title: "3-Node Hsw"
2898     data: "vpp-compare-testbeds-mrr-ref"
2899   compare:
2900     title: "3-Node Skx"
2901     data: "vpp-compare-testbeds-mrr-cmp"
2902   data: "vpp-compare-testbeds-mrr"
2903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2904   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "result"
2909
2910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2911 - type: "table"
2912   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2913   algorithm: "table_performance_comparison"
2914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2915   reference:
2916     title: "3-Node Hsw"
2917     data: "vpp-compare-testbeds-mrr-ref"
2918   compare:
2919     title: "3-Node Skx"
2920     data: "vpp-compare-testbeds-mrr-cmp"
2921   data: "vpp-compare-testbeds-mrr"
2922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2923   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2924   parameters:
2925   - "name"
2926   - "parent"
2927   - "result"
2928
2929 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2930 - type: "table"
2931   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2932   algorithm: "table_performance_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2934   reference:
2935     title: "3-Node Skx"
2936     data: "vpp-compare-topologies-mrr-ref"
2937   compare:
2938     title: "2-Node Skx"
2939     data: "vpp-compare-topologies-mrr-cmp"
2940   data: "vpp-compare-topologies-mrr"
2941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2942   filter: "'MRR' and '1C'"
2943   parameters:
2944   - "name"
2945   - "parent"
2946   - "result"
2947
2948 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2949 - type: "table"
2950   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2951   algorithm: "table_performance_comparison"
2952   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2953   reference:
2954     title: "3-Node Skx"
2955     data: "vpp-compare-topologies-mrr-ref"
2956   compare:
2957     title: "2-Node Skx"
2958     data: "vpp-compare-topologies-mrr-cmp"
2959   data: "vpp-compare-topologies-mrr"
2960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961   filter: "'MRR' and '2C'"
2962   parameters:
2963   - "name"
2964   - "parent"
2965   - "result"
2966
2967 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2968 - type: "table"
2969   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2970   algorithm: "table_performance_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2972   reference:
2973     title: "3-Node Skx"
2974     data: "vpp-compare-topologies-mrr-ref"
2975   compare:
2976     title: "2-Node Skx"
2977     data: "vpp-compare-topologies-mrr-cmp"
2978   data: "vpp-compare-topologies-mrr"
2979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2980   filter: "'MRR' and '4C'"
2981   parameters:
2982   - "name"
2983   - "parent"
2984   - "result"
2985
2986 # Detailed Test Results - VPP Performance Results 3n-hsw
2987 - type: "table"
2988   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2989   algorithm: "table_merged_details"
2990   output-file-ext: ".csv"
2991   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2992   columns:
2993   - title: "Name"
2994     data: "data name"
2995   - title: "Status"
2996     data: "data msg"
2997   rows: "generated"
2998   data: "vpp-perf-results-3n-hsw"
2999   filter: "not 'NDRCHK' and not 'PDRCHK'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "msg"
3004
3005 # Detailed Test Results - VPP Performance Results 3n-skx
3006 - type: "table"
3007   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3008   algorithm: "table_merged_details"
3009   output-file-ext: ".csv"
3010   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3011   columns:
3012   - title: "Name"
3013     data: "data name"
3014   - title: "Status"
3015     data: "data msg"
3016   rows: "generated"
3017   data: "vpp-perf-results-3n-skx"
3018   filter: "not 'CFS_OPT'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "msg"
3023
3024 # Detailed Test Results - VPP Performance Results 2n-skx
3025 - type: "table"
3026   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3027   algorithm: "table_merged_details"
3028   output-file-ext: ".csv"
3029   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3030   columns:
3031   - title: "Name"
3032     data: "data name"
3033   - title: "Status"
3034     data: "data msg"
3035   rows: "generated"
3036   data: "vpp-perf-results-2n-skx"
3037   filter: "not 'CFS_OPT'"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "msg"
3042
3043 ## Detailed Test Results - VPP Performance Results 2n-dnv
3044 #- type: "table"
3045 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3046 #  algorithm: "table_details"
3047 #  output-file-ext: ".csv"
3048 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3049 #  columns:
3050 #  - title: "Name"
3051 #    data: "data name"
3052 #  - title: "Status"
3053 #    data: "data msg"
3054 #  rows: "generated"
3055 #  data: "intel-dnv-vpp"
3056 #  filter: "'NDRPDR'"
3057 #  parameters:
3058 #  - "name"
3059 #  - "parent"
3060 #  - "msg"
3061
3062 # Test configuration - VPP Performance Test Configs 3n-hsw
3063 - type: "table"
3064   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3065   algorithm: "table_merged_details"
3066   output-file-ext: ".csv"
3067   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3068   columns:
3069   - title: "Name"
3070     data: "data name"
3071   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3072     data: "data conf-history"
3073   rows: "generated"
3074   data: "vpp-perf-results-3n-hsw"
3075   filter: "not 'NDRCHK' and not 'PDRCHK'"
3076   parameters:
3077   - "parent"
3078   - "name"
3079   - "conf-history"
3080
3081 # Test configuration - VPP Performance Test Configs 3n-skx
3082 - type: "table"
3083   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3084   algorithm: "table_merged_details"
3085   output-file-ext: ".csv"
3086   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3087   columns:
3088   - title: "Name"
3089     data: "data name"
3090   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3091     data: "data conf-history"
3092   rows: "generated"
3093   data: "vpp-perf-results-3n-skx"
3094   filter: "not 'CFS_OPT'"
3095   parameters:
3096   - "parent"
3097   - "name"
3098   - "conf-history"
3099
3100 # Test configuration - VPP Performance Test Configs 2n-skx
3101 - type: "table"
3102   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3103   algorithm: "table_merged_details"
3104   output-file-ext: ".csv"
3105   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3106   columns:
3107   - title: "Name"
3108     data: "data name"
3109   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3110     data: "data conf-history"
3111   rows: "generated"
3112   data: "vpp-perf-results-2n-skx"
3113   filter: "not 'CFS_OPT'"
3114   parameters:
3115   - "parent"
3116   - "name"
3117   - "conf-history"
3118
3119 ## Test configuration - VPP Performance Test Configs 2n-dnv
3120 #- type: "table"
3121 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3122 #  algorithm: "table_details"
3123 #  output-file-ext: ".csv"
3124 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3125 #  columns:
3126 #  - title: "Name"
3127 #    data: "data name"
3128 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3129 #    data: "data conf-history"
3130 #  rows: "generated"
3131 #  data: "intel-dnv-vpp"
3132 #  filter: "'NDRPDR'"
3133 #  parameters:
3134 #  - "parent"
3135 #  - "name"
3136 #  - "conf-history"
3137
3138 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3139 - type: "table"
3140   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3141   algorithm: "table_merged_details"
3142   output-file-ext: ".csv"
3143   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3144   columns:
3145   - title: "Name"
3146     data: "data name"
3147   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3148     data: "data show-run"
3149   rows: "generated"
3150   data: "vpp-perf-results-3n-hsw"
3151   filter: "not 'NDRCHK' and not 'PDRCHK'"
3152   parameters:
3153   - "parent"
3154   - "name"
3155   - "show-run"
3156
3157 # Test Operational Data - VPP Performance Operational Data 3n-skx
3158 - type: "table"
3159   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3160   algorithm: "table_merged_details"
3161   output-file-ext: ".csv"
3162   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3163   columns:
3164   - title: "Name"
3165     data: "data name"
3166   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3167     data: "data show-run"
3168   rows: "generated"
3169   data: "vpp-perf-results-3n-skx"
3170   filter: "not 'CFS_OPT'"
3171   parameters:
3172   - "parent"
3173   - "name"
3174   - "show-run"
3175
3176 # Test Operational Data - VPP Performance Operational Data 2n-skx
3177 - type: "table"
3178   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3179   algorithm: "table_merged_details"
3180   output-file-ext: ".csv"
3181   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3182   columns:
3183   - title: "Name"
3184     data: "data name"
3185   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3186     data: "data show-run"
3187   rows: "generated"
3188   data: "vpp-perf-results-2n-skx"
3189   filter: "not 'CFS_OPT'"
3190   parameters:
3191   - "parent"
3192   - "name"
3193   - "show-run"
3194
3195 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3196 #- type: "table"
3197 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3198 #  algorithm: "table_details"
3199 #  output-file-ext: ".csv"
3200 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3201 #  columns:
3202 #  - title: "Name"
3203 #    data: "data name"
3204 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3205 #    data: "data show-run"
3206 #  rows: "generated"
3207 #  data: "intel-dnv-vpp"
3208 #  filter: "'NDRPDR'"
3209 #  parameters:
3210 #  - "parent"
3211 #  - "name"
3212 #  - "show-run"
3213
3214 # Detailed Test Results - VPP MRR Results 3n-hsw
3215 - type: "table"
3216   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3217   algorithm: "table_details"
3218   output-file-ext: ".csv"
3219   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3220   columns:
3221   - title: "Name"
3222     data: "data name"
3223   - title: "Status"
3224     data: "data msg"
3225   rows: "generated"
3226   data: "vpp-mrr-results-3n-hsw"
3227   filter: "'MRR'"
3228   parameters:
3229   - "name"
3230   - "parent"
3231   - "msg"
3232
3233 # Detailed Test Results - VPP MRR Results 3n-skx
3234 - type: "table"
3235   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3236   algorithm: "table_details"
3237   output-file-ext: ".csv"
3238   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3239   columns:
3240   - title: "Name"
3241     data: "data name"
3242   - title: "Status"
3243     data: "data msg"
3244   rows: "generated"
3245   data: "vpp-mrr-results-3n-skx"
3246   filter: "'MRR'"
3247   parameters:
3248   - "name"
3249   - "parent"
3250   - "msg"
3251
3252 # Detailed Test Results - VPP MRR Results 2n-skx
3253 - type: "table"
3254   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3255   algorithm: "table_details"
3256   output-file-ext: ".csv"
3257   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3258   columns:
3259   - title: "Name"
3260     data: "data name"
3261   - title: "Status"
3262     data: "data msg"
3263   rows: "generated"
3264   data: "vpp-mrr-results-2n-skx"
3265   filter: "'MRR'"
3266   parameters:
3267   - "name"
3268   - "parent"
3269   - "msg"
3270
3271 ## Detailed Test Results - VPP MRR Results 2n-dnv
3272 #- type: "table"
3273 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3274 #  algorithm: "table_details"
3275 #  output-file-ext: ".csv"
3276 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3277 #  columns:
3278 #  - title: "Name"
3279 #    data: "data name"
3280 #  - title: "Status"
3281 #    data: "data msg"
3282 #  rows: "generated"
3283 #  data: "intel-dnv-vpp"
3284 #  filter: "'MRR'"
3285 #  parameters:
3286 #  - "name"
3287 #  - "parent"
3288 #  - "msg"
3289
3290 # Test configuration - VPP MRR Test Configs 3n-hsw
3291 - type: "table"
3292   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3293   algorithm: "table_details"
3294   output-file-ext: ".csv"
3295   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3296   columns:
3297   - title: "Name"
3298     data: "data name"
3299   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3300     data: "data conf-history"
3301   rows: "generated"
3302   data: "vpp-mrr-results-3n-hsw"
3303   filter: "'MRR'"
3304   parameters:
3305   - "parent"
3306   - "name"
3307   - "conf-history"
3308
3309 # Test configuration - VPP MRR Test Configs 3n-skx
3310 - type: "table"
3311   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3312   algorithm: "table_details"
3313   output-file-ext: ".csv"
3314   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3315   columns:
3316   - title: "Name"
3317     data: "data name"
3318   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3319     data: "data conf-history"
3320   rows: "generated"
3321   data: "vpp-mrr-results-3n-skx"
3322   filter: "'MRR'"
3323   parameters:
3324   - "parent"
3325   - "name"
3326   - "conf-history"
3327
3328 # Test configuration - VPP MRR Test Configs 2n-skx
3329 - type: "table"
3330   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3331   algorithm: "table_details"
3332   output-file-ext: ".csv"
3333   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3334   columns:
3335   - title: "Name"
3336     data: "data name"
3337   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3338     data: "data conf-history"
3339   rows: "generated"
3340   data: "vpp-mrr-results-2n-skx"
3341   filter: "'MRR'"
3342   parameters:
3343   - "parent"
3344   - "name"
3345   - "conf-history"
3346
3347 ## Test configuration - VPP MRR Test Configs 2n-dnv
3348 #- type: "table"
3349 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3350 #  algorithm: "table_details"
3351 #  output-file-ext: ".csv"
3352 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3353 #  columns:
3354 #  - title: "Name"
3355 #    data: "data name"
3356 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3357 #    data: "data conf-history"
3358 #  rows: "generated"
3359 #  data: "intel-dnv-vpp"
3360 #  filter: "'MRR'"
3361 #  parameters:
3362 #  - "parent"
3363 #  - "name"
3364 #  - "conf-history"
3365
3366 # Detailed Test Results - VPP Functional Results - Ubuntu
3367 - type: "table"
3368   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3369   algorithm: "table_details"
3370   output-file-ext: ".csv"
3371   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3372   columns:
3373   - title: "Name"
3374     data: "data name"
3375   - title: "Documentation"
3376     data: "data doc"
3377   - title: "Status"
3378     data: "data status"
3379   rows: "generated"
3380   data: "vpp-func-results-ubuntu"
3381   filter: "all"
3382   parameters:
3383   - "name"
3384   - "parent"
3385   - "doc"
3386   - "status"
3387
3388 # Detailed Test Results - VPP Functional Results - CentOS
3389 - type: "table"
3390   title: "Detailed Test Results - VPP Functional Results - CentOS"
3391   algorithm: "table_details"
3392   output-file-ext: ".csv"
3393   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3394   columns:
3395   - title: "Name"
3396     data: "data name"
3397   - title: "Documentation"
3398     data: "data doc"
3399   -
3400     title: "Status"
3401     data: "data status"
3402   rows: "generated"
3403   data:
3404     "vpp-func-results-centos"
3405   filter: "all"
3406   parameters:
3407   - "name"
3408   - "parent"
3409   - "doc"
3410   - "status"
3411
3412 # Test configuration - VPP Functional Test Configs - Ubuntu
3413 - type: "table"
3414   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3415   algorithm: "table_details"
3416   output-file-ext: ".csv"
3417   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3418   columns:
3419   - title: "Name"
3420     data: "data name"
3421   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3422     data: "data conf-history"
3423   rows: "generated"
3424   data: "vpp-func-results-ubuntu"
3425   filter: "all"
3426   parameters:
3427   - "parent"
3428   - "name"
3429   - "conf-history"
3430
3431 # Test configuration - VPP Functional Test Configs - CentOS
3432 - type: "table"
3433   title: "Test configuration - VPP Functional Test Configs - CentOS"
3434   algorithm: "table_details"
3435   output-file-ext: ".csv"
3436   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3437   columns:
3438   - title: "Name"
3439     data: "data name"
3440   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3441     data: "data conf-history"
3442   rows: "generated"
3443   data: "vpp-func-results-centos"
3444   filter: "all"
3445   parameters:
3446   - "parent"
3447   - "name"
3448   - "conf-history"
3449
3450 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3451 #- type: "table"
3452 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3453 #  algorithm: "table_details"
3454 #  output-file-ext: ".csv"
3455 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3456 #  columns:
3457 #  - title: "Name"
3458 #    data: "data name"
3459 #  - title: "Status"
3460 #    data: "data msg"
3461 #  rows: "generated"
3462 #  data: "ligato-perf-results-3n-hsw"
3463 #  filter: "all"
3464 #  parameters:
3465 #  - "name"
3466 #  - "parent"
3467 #  - "msg"
3468
3469 # Detailed Test Results - VPP Device Results - Ubuntu
3470 - type: "table"
3471   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3472   algorithm: "table_details"
3473   output-file-ext: ".csv"
3474   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3475   columns:
3476   - title: "Name"
3477     data: "data name"
3478   - title: "Documentation"
3479     data: "data doc"
3480   - title: "Status"
3481     data: "data status"
3482   rows: "generated"
3483   data: "vpp-device-results-ubuntu"
3484   filter: "all"
3485   parameters:
3486   - "name"
3487   - "parent"
3488   - "doc"
3489   - "status"
3490
3491 # Test configuration - VPP Device Test Configs - Ubuntu
3492 - type: "table"
3493   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3494   algorithm: "table_details"
3495   output-file-ext: ".csv"
3496   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3497   columns:
3498   - title: "Name"
3499     data: "data name"
3500   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3501     data: "data conf-history"
3502   rows: "generated"
3503   data: "vpp-device-results-ubuntu"
3504   filter: "all"
3505   parameters:
3506   - "parent"
3507   - "name"
3508   - "conf-history"
3509
3510 ################################################################################
3511
3512 # DPDK Performance Changes 3n-hsw 1t1c pdr
3513 - type: "table"
3514   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3515   algorithm: "table_performance_comparison"
3516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3517   history:
3518     - title: "rls1810"
3519       data: "dpdk-performance-changes-3n-hsw-h1"
3520   reference:
3521     title: "rls1901"
3522     data: "dpdk-performance-changes-3n-hsw-ref"
3523   compare:
3524     title: "rls1904"
3525     data: "dpdk-performance-changes-3n-hsw-cmp"
3526   data: "dpdk-performance-changes-3n-hsw"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "throughput"
3533
3534 # DPDK Performance Changes 3n-hsw 2t2c pdr
3535 - type: "table"
3536   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3537   algorithm: "table_performance_comparison"
3538   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3539   history:
3540     - title: "rls1810"
3541       data: "dpdk-performance-changes-3n-hsw-h1"
3542   reference:
3543     title: "rls1901"
3544     data: "dpdk-performance-changes-3n-hsw-ref"
3545   compare:
3546     title: "rls1904"
3547     data: "dpdk-performance-changes-3n-hsw-cmp"
3548   data: "dpdk-performance-changes-3n-hsw"
3549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "throughput"
3555
3556 # DPDK Performance Changes 3n-hsw 1t1c ndr
3557 - type: "table"
3558   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3559   algorithm: "table_performance_comparison"
3560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3561   history:
3562     - title: "rls1810"
3563       data: "dpdk-performance-changes-3n-hsw-h1"
3564   reference:
3565     title: "rls1901"
3566     data: "dpdk-performance-changes-3n-hsw-ref"
3567   compare:
3568     title: "rls1904"
3569     data: "dpdk-performance-changes-3n-hsw-cmp"
3570   data: "dpdk-performance-changes-3n-hsw"
3571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577
3578 # DPDK Performance Changes 3n-hsw 2t2c ndr
3579 - type: "table"
3580   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3581   algorithm: "table_performance_comparison"
3582   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3583   history:
3584     - title: "rls1810"
3585       data: "dpdk-performance-changes-3n-hsw-h1"
3586   reference:
3587     title: "rls1901"
3588     data: "dpdk-performance-changes-3n-hsw-ref"
3589   compare:
3590     title: "rls1904"
3591     data: "dpdk-performance-changes-3n-hsw-cmp"
3592   data: "dpdk-performance-changes-3n-hsw"
3593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3595   parameters:
3596   - "name"
3597   - "parent"
3598   - "throughput"
3599
3600 # DPDK Performance Changes 3n-skx 2t1c pdr
3601 - type: "table"
3602   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3603   algorithm: "table_performance_comparison"
3604   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3605   history:
3606     - title: "rls1810"
3607       data: "dpdk-performance-changes-3n-skx-h1"
3608   reference:
3609     title: "rls1901"
3610     data: "dpdk-performance-changes-3n-skx-ref"
3611   compare:
3612     title: "rls1904"
3613     data: "dpdk-performance-changes-3n-skx-cmp"
3614   data: "dpdk-performance-changes-3n-skx"
3615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3617   parameters:
3618   - "name"
3619   - "parent"
3620   - "throughput"
3621
3622 # DPDK Performance Changes 3n-skx 4t2c pdr
3623 - type: "table"
3624   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3625   algorithm: "table_performance_comparison"
3626   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3627   history:
3628     - title: "rls1810"
3629       data: "dpdk-performance-changes-3n-skx-h1"
3630   reference:
3631     title: "rls1901"
3632     data: "dpdk-performance-changes-3n-skx-ref"
3633   compare:
3634     title: "rls1904"
3635     data: "dpdk-performance-changes-3n-skx-cmp"
3636   data: "dpdk-performance-changes-3n-skx"
3637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3639   parameters:
3640   - "name"
3641   - "parent"
3642   - "throughput"
3643
3644 # DPDK Performance Changes 3n-skx 2t1c ndr
3645 - type: "table"
3646   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3647   algorithm: "table_performance_comparison"
3648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3649   history:
3650     - title: "rls1810"
3651       data: "dpdk-performance-changes-3n-skx-h1"
3652   reference:
3653     title: "rls1901"
3654     data: "dpdk-performance-changes-3n-skx-ref"
3655   compare:
3656     title: "rls1904"
3657     data: "dpdk-performance-changes-3n-skx-cmp"
3658   data: "dpdk-performance-changes-3n-skx"
3659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3661   parameters:
3662   - "name"
3663   - "parent"
3664   - "throughput"
3665
3666 # DPDK Performance Changes 3n-skx 4t2c ndr
3667 - type: "table"
3668   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3669   algorithm: "table_performance_comparison"
3670   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3671   history:
3672     - title: "rls1810"
3673       data: "dpdk-performance-changes-3n-skx-h1"
3674   reference:
3675     title: "rls1901"
3676     data: "dpdk-performance-changes-3n-skx-ref"
3677   compare:
3678     title: "rls1904"
3679     data: "dpdk-performance-changes-3n-skx-cmp"
3680   data: "dpdk-performance-changes-3n-skx"
3681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3683   parameters:
3684   - "name"
3685   - "parent"
3686   - "throughput"
3687
3688 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3689 - type: "table"
3690   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3691   algorithm: "table_performance_comparison"
3692   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3693   reference:
3694     title: "3-Node Hsw"
3695     data: "dpdk-compare-testbeds-ref"
3696   compare:
3697     title: "3-Node Skx"
3698     data: "dpdk-compare-testbeds-cmp"
3699   data: "dpdk-compare-testbeds"
3700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3702   parameters:
3703   - "name"
3704   - "parent"
3705   - "throughput"
3706
3707 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3708 - type: "table"
3709   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3710   algorithm: "table_performance_comparison"
3711   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3712   reference:
3713     title: "3-Node Hsw"
3714     data: "dpdk-compare-testbeds-ref"
3715   compare:
3716     title: "3-Node Skx"
3717     data: "dpdk-compare-testbeds-cmp"
3718   data: "dpdk-compare-testbeds"
3719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3720   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3721   parameters:
3722   - "name"
3723   - "parent"
3724   - "throughput"
3725
3726 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3727 - type: "table"
3728   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3729   algorithm: "table_performance_comparison"
3730   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3731   reference:
3732     title: "3-Node Skx"
3733     data: "dpdk-compare-topologies-ref"
3734   compare:
3735     title: "2-Node Skx"
3736     data: "dpdk-compare-topologies-cmp"
3737   data: "dpdk-compare-topologies"
3738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3740   parameters:
3741   - "name"
3742   - "parent"
3743   - "throughput"
3744
3745 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3746 - type: "table"
3747   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3748   algorithm: "table_performance_comparison"
3749   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3750   reference:
3751     title: "3-Node Skx"
3752     data: "dpdk-compare-topologies-ref"
3753   compare:
3754     title: "2-Node Skx"
3755     data: "dpdk-compare-topologies-cmp"
3756   data: "dpdk-compare-topologies"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763
3764 # DPDK Performance Changes 2n-skx 2t1c pdr
3765 - type: "table"
3766   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3767   algorithm: "table_performance_comparison"
3768   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3769   history:
3770     - title: "rls1810"
3771       data: "dpdk-performance-changes-2n-skx-h1"
3772   reference:
3773     title: "rls1901"
3774     data: "dpdk-performance-changes-2n-skx-ref"
3775   compare:
3776     title: "rls1904"
3777     data: "dpdk-performance-changes-2n-skx-cmp"
3778   data: "dpdk-performance-changes-2n-skx"
3779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3781   parameters:
3782   - "name"
3783   - "parent"
3784   - "throughput"
3785
3786 # DPDK Performance Changes 2n-skx 4t2c pdr
3787 - type: "table"
3788   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3789   algorithm: "table_performance_comparison"
3790   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3791   history:
3792     - title: "rls1810"
3793       data: "dpdk-performance-changes-2n-skx-h1"
3794   reference:
3795     title: "rls1901"
3796     data: "dpdk-performance-changes-2n-skx-ref"
3797   compare:
3798     title: "rls1904"
3799     data: "dpdk-performance-changes-2n-skx-cmp"
3800   data: "dpdk-performance-changes-2n-skx"
3801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "throughput"
3807
3808 # DPDK Performance Changes 2n-skx 2t1c ndr
3809 - type: "table"
3810   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3811   algorithm: "table_performance_comparison"
3812   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3813   history:
3814     - title: "rls1810"
3815       data: "dpdk-performance-changes-2n-skx-h1"
3816   reference:
3817     title: "rls1901"
3818     data: "dpdk-performance-changes-2n-skx-ref"
3819   compare:
3820     title: "rls1904"
3821     data: "dpdk-performance-changes-2n-skx-cmp"
3822   data: "dpdk-performance-changes-2n-skx"
3823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3825   parameters:
3826   - "name"
3827   - "parent"
3828   - "throughput"
3829
3830 # DPDK Performance Changes 2n-skx 4t2c ndr
3831 - type: "table"
3832   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3833   algorithm: "table_performance_comparison"
3834   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3835   history:
3836     - title: "rls1810"
3837       data: "dpdk-performance-changes-2n-skx-h1"
3838   reference:
3839     title: "rls1901"
3840     data: "dpdk-performance-changes-2n-skx-ref"
3841   compare:
3842     title: "rls1904"
3843     data: "dpdk-performance-changes-2n-skx-cmp"
3844   data: "dpdk-performance-changes-2n-skx"
3845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3847   parameters:
3848   - "name"
3849   - "parent"
3850   - "throughput"
3851
3852 # Detailed Test Results - DPDK Performance Results 3n-hsw
3853 - type: "table"
3854   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3855   algorithm: "table_details"
3856   output-file-ext: ".csv"
3857   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3858   columns:
3859   - title: "Name"
3860     data: "data name"
3861   - title: "Status"
3862     data: "data msg"
3863   rows: "generated"
3864   data: "dpdk-perf-results-3n-hsw"
3865   filter: "all"
3866   parameters:
3867   - "name"
3868   - "parent"
3869   - "msg"
3870
3871 # Detailed Test Results - DPDK Performance Results 3n-skx
3872 - type: "table"
3873   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3874   algorithm: "table_details"
3875   output-file-ext: ".csv"
3876   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3877   columns:
3878   - title: "Name"
3879     data: "data name"
3880   - title: "Status"
3881     data: "data msg"
3882   rows: "generated"
3883   data: "dpdk-perf-results-3n-skx"
3884   filter: "all"
3885   parameters:
3886   - "name"
3887   - "parent"
3888   - "msg"
3889
3890 # Detailed Test Results - DPDK Performance Results 2n-skx
3891 - type: "table"
3892   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3893   algorithm: "table_details"
3894   output-file-ext: ".csv"
3895   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3896   columns:
3897   - title: "Name"
3898     data: "data name"
3899   - title: "Status"
3900     data: "data msg"
3901   rows: "generated"
3902   data: "dpdk-perf-results-2n-skx"
3903   filter: "all"
3904   parameters:
3905   - "name"
3906   - "parent"
3907   - "msg"
3908
3909 ################################################################################
3910 # HoneyComb
3911 - type: "table"
3912   title: "Detailed Test Results - Honeycomb Functional Results"
3913   algorithm: "table_details"
3914   output-file-ext: ".csv"
3915   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3916   columns:
3917   - title: "Name"
3918     data: "data name"
3919   - title: "Documentation"
3920     data: "data doc"
3921   - title: "Status"
3922     data: "data status"
3923   rows: "generated"
3924   data:
3925     "hc-func-results"
3926   filter: "all"
3927   parameters:
3928   - "name"
3929   - "parent"
3930   - "doc"
3931   - "status"
3932
3933 ################################################################################
3934 # NSH SFC
3935 #-
3936 #  type: "table"
3937 #  title: "Detailed Test Results - NSH SFC Functional Results"
3938 #  algorithm: "table_details"
3939 #  output-file-ext: ".csv"
3940 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3941 #  columns:
3942 #  -
3943 #    title: "Name"
3944 #    data: "data name"
3945 #  -
3946 #    title: "Documentation"
3947 #    data: "data doc"
3948 #  -
3949 #    title: "Status"
3950 #    data: "data status"
3951 #  rows: "generated"
3952 #  data:
3953 #    "nsh-func-results"
3954 #  filter: "all"
3955 #  parameters:
3956 #  - "name"
3957 #  - "parent"
3958 #  - "doc"
3959 #  - "status"
3960
3961 ################################################################################
3962 # DMM
3963 - type: "table"
3964   title: "Detailed Test Results - DMM Functional Results"
3965   algorithm: "table_details"
3966   output-file-ext: ".csv"
3967   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3968   columns:
3969   - title: "Name"
3970     data: "data name"
3971   - title: "Documentation"
3972     data: "data doc"
3973   - title: "Status"
3974     data: "data status"
3975   rows: "generated"
3976   data:
3977     "dmm-func-results"
3978   filter: "all"
3979   parameters:
3980   - "name"
3981   - "parent"
3982   - "doc"
3983   - "status"
3984
3985 ################################################################################
3986 ###                                F I L E S                                 ###
3987 ################################################################################
3988
3989 # VPP Performance Results 3n-hsw
3990 - type: "file"
3991   title: "VPP Performance Results 3n-hsw"
3992   algorithm: "file_test_results"
3993   output-file-ext: ".rst"
3994   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3995   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3996   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3997   data: "vpp-perf-results-3n-hsw"
3998   filter: "not 'NDRCHK' and not 'PDRCHK'"
3999   parameters:
4000   - "name"
4001   - "doc"
4002   - "level"
4003   - "parent"
4004   data-start-level: 3
4005
4006 # VPP Performance Results 3n-skx
4007 - type: "file"
4008   title: "VPP Performance Results 3n-skx"
4009   algorithm: "file_test_results"
4010   output-file-ext: ".rst"
4011   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4012   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4013   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4014   data: "vpp-perf-results-3n-skx"
4015   filter: "not 'CFS_OPT'"
4016   parameters:
4017   - "name"
4018   - "doc"
4019   - "level"
4020   - "parent"
4021   data-start-level: 3
4022
4023 # VPP Performance Results 2n-skx
4024 - type: "file"
4025   title: "VPP Performance Results 2n-skx"
4026   algorithm: "file_test_results"
4027   output-file-ext: ".rst"
4028   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4029   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4030   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4031   data: "vpp-perf-results-2n-skx"
4032   filter: "not 'CFS_OPT'"
4033   parameters:
4034   - "name"
4035   - "doc"
4036   - "level"
4037   - "parent"
4038   data-start-level: 3
4039
4040 ## VPP Performance Results 2n-dnv
4041 #- type: "file"
4042 #  title: "VPP Performance Results 2n-dnv"
4043 #  algorithm: "file_test_results"
4044 #  output-file-ext: ".rst"
4045 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4046 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4047 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4048 #  data: "intel-dnv-vpp"
4049 #  filter: "'NDRPDR'"
4050 #  parameters:
4051 #  - "name"
4052 #  - "doc"
4053 #  - "level"
4054 #  - "parent"
4055 #  data-start-level: 3
4056
4057 # VPP Performance Configuration 3n-hsw
4058 - type: "file"
4059   title: "VPP Performance Configuration 3n-hsw"
4060   algorithm: "file_test_results"
4061   output-file-ext: ".rst"
4062   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4063   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4064   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4065   data: "vpp-perf-results-3n-hsw"
4066   filter: "not 'NDRCHK' and not 'PDRCHK'"
4067   parameters:
4068   - "name"
4069   - "doc"
4070   - "level"
4071   - "parent"
4072   data-start-level: 3
4073
4074 # VPP Performance Configuration 3n-skx
4075 - type: "file"
4076   title: "VPP Performance Configuration 3n-skx"
4077   algorithm: "file_test_results"
4078   output-file-ext: ".rst"
4079   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4080   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4081   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4082   data: "vpp-perf-results-3n-skx"
4083   filter: "not 'CFS_OPT'"
4084   parameters:
4085   - "name"
4086   - "doc"
4087   - "level"
4088   - "parent"
4089   data-start-level: 3
4090
4091 # VPP Performance Configuration 2n-skx
4092 - type: "file"
4093   title: "VPP Performance Configuration 2n-skx"
4094   algorithm: "file_test_results"
4095   output-file-ext: ".rst"
4096   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4097   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4098   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4099   data: "vpp-perf-results-2n-skx"
4100   filter: "not 'CFS_OPT'"
4101   parameters:
4102   - "name"
4103   - "doc"
4104   - "level"
4105   - "parent"
4106   data-start-level: 3
4107
4108 ## VPP Performance Configuration 2n-dnv
4109 #- type: "file"
4110 #  title: "VPP Performance Configuration 2n-dnv"
4111 #  algorithm: "file_test_results"
4112 #  output-file-ext: ".rst"
4113 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4114 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4115 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4116 #  data: "intel-dnv-vpp"
4117 #  filter: "'NDRPDR'"
4118 #  parameters:
4119 #  - "name"
4120 #  - "doc"
4121 #  - "level"
4122 #  - "parent"
4123 #  data-start-level: 3
4124
4125 # VPP Performance Operational Data 3n-hsw
4126 - type: "file"
4127   title: "VPP Performance Operational Data 3n-hsw"
4128   algorithm: "file_test_results"
4129   output-file-ext: ".rst"
4130   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4131   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4132   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4133   data: "vpp-perf-results-3n-hsw"
4134   filter: "not 'NDRCHK' and not 'PDRCHK'"
4135   parameters:
4136   - "name"
4137   - "doc"
4138   - "level"
4139   - "parent"
4140   data-start-level: 3
4141
4142 # VPP Performance Operational Data 3n-skx
4143 - type: "file"
4144   title: "VPP Performance Operational Data 3n-skx"
4145   algorithm: "file_test_results"
4146   output-file-ext: ".rst"
4147   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4148   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4149   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4150   data: "vpp-perf-results-3n-skx"
4151   filter: "not 'CFS_OPT'"
4152   parameters:
4153   - "name"
4154   - "doc"
4155   - "level"
4156   - "parent"
4157   data-start-level: 3
4158
4159 # VPP Performance Operational Data 2n-skx
4160 - type: "file"
4161   title: "VPP Performance Operational Data 2n-skx"
4162   algorithm: "file_test_results"
4163   output-file-ext: ".rst"
4164   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4165   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4166   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4167   data: "vpp-perf-results-2n-skx"
4168   filter: "not 'CFS_OPT'"
4169   parameters:
4170   - "name"
4171   - "doc"
4172   - "level"
4173   - "parent"
4174   data-start-level: 3
4175
4176 ## VPP Performance Operational Data 2n-dnv
4177 #- type: "file"
4178 #  title: "VPP Performance Operational Data 2n-dnv"
4179 #  algorithm: "file_test_results"
4180 #  output-file-ext: ".rst"
4181 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4182 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4183 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4184 #  data: "intel-dnv-vpp"
4185 #  filter: "'NDRPDR'"
4186 #  parameters:
4187 #  - "name"
4188 #  - "doc"
4189 #  - "level"
4190 #  - "parent"
4191 #  data-start-level: 3
4192
4193 # VPP MRR Results 3n-hsw
4194 - type: "file"
4195   title: "VPP MRR Results 3n-hsw"
4196   algorithm: "file_test_results"
4197   output-file-ext: ".rst"
4198   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4199   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4200   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4201   data: "vpp-mrr-results-3n-hsw"
4202   filter: "'MRR'"
4203   parameters:
4204   - "name"
4205   - "doc"
4206   - "level"
4207   - "parent"
4208   data-start-level: 3
4209
4210 # VPP MRR Results 3n-skx
4211 - type: "file"
4212   title: "VPP MRR Results 3n-skx"
4213   algorithm: "file_test_results"
4214   output-file-ext: ".rst"
4215   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4216   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4217   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4218   data: "vpp-mrr-results-3n-skx"
4219   filter: "'MRR'"
4220   parameters:
4221   - "name"
4222   - "doc"
4223   - "level"
4224   - "parent"
4225   data-start-level: 3
4226
4227 # VPP MRR Results 2n-skx
4228 - type: "file"
4229   title: "VPP MRR Results 2n-skx"
4230   algorithm: "file_test_results"
4231   output-file-ext: ".rst"
4232   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4233   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4234   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4235   data: "vpp-mrr-results-2n-skx"
4236   filter: "all"
4237   parameters:
4238   - "name"
4239   - "doc"
4240   - "level"
4241   - "parent"
4242   data-start-level: 3
4243
4244 ## VPP MRR Results 2n-dnv
4245 #- type: "file"
4246 #  title: "VPP MRR Results 2n-dnv"
4247 #  algorithm: "file_test_results"
4248 #  output-file-ext: ".rst"
4249 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4250 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4251 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4252 #  data: "intel-dnv-vpp"
4253 #  filter: "'MRR'"
4254 #  parameters:
4255 #  - "name"
4256 #  - "doc"
4257 #  - "level"
4258 #  - "parent"
4259 #  data-start-level: 3
4260
4261 # VPP MRR Configuration 3n-hsw
4262 - type: "file"
4263   title: "VPP MRR Configuration 3n-hsw"
4264   algorithm: "file_test_results"
4265   output-file-ext: ".rst"
4266   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4267   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4268   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4269   data: "vpp-mrr-results-3n-hsw"
4270   filter: "'MRR'"
4271   parameters:
4272   - "name"
4273   - "doc"
4274   - "level"
4275   - "parent"
4276   data-start-level: 3
4277
4278 # VPP MRR Configuration 3n-skx
4279 - type: "file"
4280   title: "VPP MRR Configuration 3n-skx"
4281   algorithm: "file_test_results"
4282   output-file-ext: ".rst"
4283   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4284   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4285   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4286   data: "vpp-mrr-results-3n-skx"
4287   filter: "'MRR'"
4288   parameters:
4289   - "name"
4290   - "doc"
4291   - "level"
4292   - "parent"
4293   data-start-level: 3
4294
4295 # VPP MRR Configuration 2n-skx
4296 - type: "file"
4297   title: "VPP MRR Configuration 2n-skx"
4298   algorithm: "file_test_results"
4299   output-file-ext: ".rst"
4300   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4301   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4302   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4303   data: "vpp-mrr-results-2n-skx"
4304   filter: "'MRR'"
4305   parameters:
4306   - "name"
4307   - "doc"
4308   - "level"
4309   - "parent"
4310   data-start-level: 3
4311
4312 ## VPP MRR Configuration 2n-dnv
4313 #- type: "file"
4314 #  title: "VPP MRR Configuration 2n-dnv"
4315 #  algorithm: "file_test_results"
4316 #  output-file-ext: ".rst"
4317 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4318 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4319 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4320 #  data: "intel-dnv-vpp"
4321 #  filter: "'MRR'"
4322 #  parameters:
4323 #  - "name"
4324 #  - "doc"
4325 #  - "level"
4326 #  - "parent"
4327 #  data-start-level: 3
4328
4329 # VPP Functional Results - Ubuntu
4330 - type: "file"
4331   title: "VPP Functional Results - Ubuntu"
4332   algorithm: "file_test_results"
4333   output-file-ext: ".rst"
4334   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4335   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4336   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4337   data: "vpp-func-results-ubuntu"
4338   filter: "all"
4339   parameters:
4340   - "name"
4341   - "doc"
4342   - "level"
4343   - "parent"
4344   data-start-level: 3
4345
4346 # VPP Functional Results - CentOS
4347 - type: "file"
4348   title: "VPP Functional Results - CentOS"
4349   algorithm: "file_test_results"
4350   output-file-ext: ".rst"
4351   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4352   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4353   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4354   data:
4355     "vpp-func-results-centos"
4356   filter: "all"
4357   parameters:
4358   - "name"
4359   - "doc"
4360   - "level"
4361   - "parent"
4362   data-start-level: 3
4363
4364 # VPP Functional Configuration - Ubuntu
4365 - type: "file"
4366   title: "VPP Functional Configuration - Ubuntu"
4367   algorithm: "file_test_results"
4368   output-file-ext: ".rst"
4369   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4370   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4371   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4372   data: "vpp-func-results-ubuntu"
4373   filter: "all"
4374   parameters:
4375   - "name"
4376   - "doc"
4377   - "level"
4378   - "parent"
4379   data-start-level: 3
4380
4381 # VPP Functional Configuration - CentOS
4382 - type: "file"
4383   title: "VPP Functional Configuration - CentOS"
4384   algorithm: "file_test_results"
4385   output-file-ext: ".rst"
4386   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4387   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4388   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4389   data:
4390     "vpp-func-results-centos"
4391   filter: "all"
4392   parameters:
4393   - "name"
4394   - "doc"
4395   - "level"
4396   - "parent"
4397   data-start-level: 3
4398
4399 # VPP Device Results - Ubuntu
4400 - type: "file"
4401   title: "VPP Device Results - Ubuntu"
4402   algorithm: "file_test_results"
4403   output-file-ext: ".rst"
4404   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4405   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4406   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4407   data: "vpp-device-results-ubuntu"
4408   filter: "all"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 2
4415
4416 # VPP Device Configuration - Ubuntu
4417 - type: "file"
4418   title: "VPP Device Configuration - Ubuntu"
4419   algorithm: "file_test_results"
4420   output-file-ext: ".rst"
4421   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4422   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4423   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4424   data: "vpp-device-results-ubuntu"
4425   filter: "all"
4426   parameters:
4427   - "name"
4428   - "doc"
4429   - "level"
4430   - "parent"
4431   data-start-level: 2
4432
4433 ## Container Orchestrated Performance Results 3n-hsw
4434 #- type: "file"
4435 #  title: "Container Orchestrated Performance Results 3n-hsw"
4436 #  algorithm: "file_test_results"
4437 #  output-file-ext: ".rst"
4438 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4439 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4440 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4441 #  data: "ligato-perf-results-3n-hsw"
4442 #  filter: "all"
4443 #  parameters:
4444 #  - "name"
4445 #  - "doc"
4446 #  - "level"
4447 #  - "parent"
4448 #  data-start-level: 3
4449
4450 # DPDK Performance Results 3n-hsw
4451 - type: "file"
4452   title: "DPDK Performance Results 3n-hsw"
4453   algorithm: "file_test_results"
4454   output-file-ext: ".rst"
4455   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4456   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4457   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4458   data: "dpdk-perf-results-3n-hsw"
4459   filter: "all"
4460   parameters:
4461   - "name"
4462   - "doc"
4463   - "level"
4464   - "parent"
4465   data-start-level: 3
4466
4467 # DPDK Performance Results 3n-skx
4468 - type: "file"
4469   title: "DPDK Performance Results 3n-skx"
4470   algorithm: "file_test_results"
4471   output-file-ext: ".rst"
4472   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4473   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4474   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4475   data: "dpdk-perf-results-3n-skx"
4476   filter: "all"
4477   parameters:
4478   - "name"
4479   - "doc"
4480   - "level"
4481   - "parent"
4482   data-start-level: 3
4483
4484 # DPDK Performance Results 2n-skx
4485 - type: "file"
4486   title: "DPDK Performance Results 2n-skx"
4487   algorithm: "file_test_results"
4488   output-file-ext: ".rst"
4489   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4490   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4491   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4492   data: "dpdk-perf-results-2n-skx"
4493   filter: "all"
4494   parameters:
4495   - "name"
4496   - "doc"
4497   - "level"
4498   - "parent"
4499   data-start-level: 3
4500
4501 # Honeycomb Functional Results
4502 - type: "file"
4503   title: "Honeycomb Functional Results"
4504   algorithm: "file_test_results"
4505   output-file-ext: ".rst"
4506   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4507   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4508   dir-tables: "{DIR[DTR,FUNC,HC]}"
4509   data:
4510     "hc-func-results"
4511   filter: "all"
4512   parameters:
4513   - "name"
4514   - "doc"
4515   - "level"
4516   - "parent"
4517   data-start-level: 3
4518
4519 # NSH SFC Functional Results
4520 #-
4521 #  type: "file"
4522 #  title: "NSH SFC Functional Results"
4523 #  algorithm: "file_test_results"
4524 #  output-file-ext: ".rst"
4525 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4526 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4527 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4528 #  data:
4529 #    "nsh-func-results"
4530 #  filter: "all"
4531 #  parameters:
4532 #  - "name"
4533 #  - "doc"
4534 #  - "level"
4535 #  - "parent"
4536 #  data-start-level: 3
4537
4538 # DMM Functional Results
4539 - type: "file"
4540   title: "DMM Functional Results"
4541   algorithm: "file_test_results"
4542   output-file-ext: ".rst"
4543   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4544   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4545   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4546   data:
4547     "dmm-func-results"
4548   filter: "all"
4549   parameters:
4550   - "name"
4551   - "doc"
4552   - "level"
4553   - "parent"
4554   data-start-level: 3
4555
4556 ################################################################################
4557 ###                                P L O T S                                 ###
4558 ################################################################################
4559
4560 # Soak test - 30min Soak Test (PLRsearch), boxes
4561 - type: "plot"
4562   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
4563   algorithm: "plot_performance_box"
4564   output-file-type: ".html"
4565   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4566   data: "plot-vpp-soak-2n-skx"
4567   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4568   parameters:
4569     - "throughput"
4570     - "parent"
4571     - "tags"
4572   sort:
4573     - "DRV_AVF"
4574     - "DRV_AVF"
4575     - "DRV_AVF"
4576     - "L2PATCH"
4577     - "L2BDMACLRN"
4578     - "L2XCBASE"
4579   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            not 'VHOST'"
14312   parameters:
14313   - "throughput"
14314   - "parent"
14315   - "tags"
14316   traces:
14317     hoverinfo: "x+y"
14318     boxpoints: "outliers"
14319     whiskerwidth: 0
14320   layout:
14321     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14322     layout: "plot-throughput"
14323
14324 - type: "plot"
14325   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14326   algorithm: "plot_performance_box"
14327   output-file-type: ".html"
14328   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14330   filter: "'NIC_Intel-XL710' and
14331            '64B' and
14332            'IP4FWD' and
14333            'NDRPDR' and
14334            'BASE' and
14335            '1T1C' and
14336            'IPSECHW' and
14337            not 'VHOST'"
14338   parameters:
14339   - "throughput"
14340   - "parent"
14341   - "tags"
14342   traces:
14343     hoverinfo: "x+y"
14344     boxpoints: "outliers"
14345     whiskerwidth: 0
14346   layout:
14347     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14348     layout: "plot-throughput"
14349
14350 - type: "plot"
14351   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14352   algorithm: "plot_performance_box"
14353   output-file-type: ".html"
14354   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14356   filter: "'NIC_Intel-XL710' and
14357            '64B' and
14358            'IP4FWD' and
14359            'NDRPDR' and
14360            'BASE' and
14361            '2T2C' and
14362            'IPSECHW' and
14363            not 'VHOST'"
14364   parameters:
14365   - "throughput"
14366   - "parent"
14367   - "tags"
14368   traces:
14369     hoverinfo: "x+y"
14370     boxpoints: "outliers"
14371     whiskerwidth: 0
14372   layout:
14373     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14374     layout: "plot-throughput"
14375
14376 - type: "plot"
14377   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14378   algorithm: "plot_performance_box"
14379   output-file-type: ".html"
14380   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14382   filter: "'NIC_Intel-XL710' and
14383            '64B' and
14384            'IP4FWD' and
14385            'NDRPDR' and
14386            'BASE' and
14387            '2T2C' and
14388            'IPSECHW' and
14389            not 'VHOST'"
14390   parameters:
14391   - "throughput"
14392   - "parent"
14393   - "tags"
14394   traces:
14395     hoverinfo: "x+y"
14396     boxpoints: "outliers"
14397     whiskerwidth: 0
14398   layout:
14399     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14400     layout: "plot-throughput"
14401
14402 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14403 - type: "plot"
14404   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14405   algorithm: "plot_performance_box"
14406   output-file-type: ".html"
14407   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14409   filter: "'NIC_Intel-XL710' and
14410            '64B' and
14411            'IP4FWD' and
14412            'NDRPDR' and
14413            'SCALE' and
14414            '1T1C' and
14415            'IPSECHW' and
14416            not 'VHOST'"
14417   parameters:
14418   - "throughput"
14419   - "parent"
14420   - "tags"
14421   traces:
14422     hoverinfo: "x+y"
14423     boxpoints: "outliers"
14424     whiskerwidth: 0
14425   layout:
14426     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14427     layout: "plot-throughput"
14428
14429 - type: "plot"
14430   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14431   algorithm: "plot_performance_box"
14432   output-file-type: ".html"
14433   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14435   filter: "'NIC_Intel-XL710' and
14436            '64B' and
14437            'IP4FWD' and
14438            'NDRPDR' and
14439            'SCALE' and
14440            '1T1C' and
14441            'IPSECHW' and
14442            not 'VHOST'"
14443   parameters:
14444   - "throughput"
14445   - "parent"
14446   - "tags"
14447   traces:
14448     hoverinfo: "x+y"
14449     boxpoints: "outliers"
14450     whiskerwidth: 0
14451   layout:
14452     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14453     layout: "plot-throughput"
14454
14455 - type: "plot"
14456   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14457   algorithm: "plot_performance_box"
14458   output-file-type: ".html"
14459   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14461   filter: "'NIC_Intel-XL710' and
14462            '64B' and
14463            'IP4FWD' and
14464            'NDRPDR' and
14465            'SCALE' and
14466            '2T2C' and
14467            'IPSECHW' and
14468            not 'VHOST'"
14469   parameters:
14470   - "throughput"
14471   - "parent"
14472   - "tags"
14473   traces:
14474     hoverinfo: "x+y"
14475     boxpoints: "outliers"
14476     whiskerwidth: 0
14477   layout:
14478     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14479     layout: "plot-throughput"
14480
14481 - type: "plot"
14482   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14483   algorithm: "plot_performance_box"
14484   output-file-type: ".html"
14485   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14487   filter: "'NIC_Intel-XL710' and
14488            '64B' and
14489            'IP4FWD' and
14490            'NDRPDR' and
14491            'SCALE' and
14492            '2T2C' and
14493            'IPSECHW' and
14494            not 'VHOST'"
14495   parameters:
14496   - "throughput"
14497   - "parent"
14498   - "tags"
14499   traces:
14500     hoverinfo: "x+y"
14501     boxpoints: "outliers"
14502     whiskerwidth: 0
14503   layout:
14504     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14505     layout: "plot-throughput"
14506
14507 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14508 - type: "plot"
14509   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14510   algorithm: "plot_performance_box"
14511   output-file-type: ".html"
14512   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14514   filter: "'NIC_Intel-XL710' and
14515            '64B' and
14516            'IP4FWD' and
14517            'NDRPDR' and
14518            '1T1C' and
14519            'IPSECSW' and
14520            not 'VHOST'"
14521   parameters:
14522   - "throughput"
14523   - "parent"
14524   - "tags"
14525   traces:
14526     hoverinfo: "x+y"
14527     boxpoints: "outliers"
14528     whiskerwidth: 0
14529   layout:
14530     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14531     layout: "plot-throughput"
14532
14533 - type: "plot"
14534   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14535   algorithm: "plot_performance_box"
14536   output-file-type: ".html"
14537   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14539   filter: "'NIC_Intel-XL710' and
14540            '64B' and
14541            'IP4FWD' and
14542            'NDRPDR' and
14543            '1T1C' and
14544            'IPSECSW' and
14545            not 'VHOST'"
14546   parameters:
14547   - "throughput"
14548   - "parent"
14549   - "tags"
14550   traces:
14551     hoverinfo: "x+y"
14552     boxpoints: "outliers"
14553     whiskerwidth: 0
14554   layout:
14555     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14556     layout: "plot-throughput"
14557
14558 - type: "plot"
14559   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14560   algorithm: "plot_performance_box"
14561   output-file-type: ".html"
14562   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14563   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14564   filter: "'NIC_Intel-XL710' and
14565            '64B' and
14566            'IP4FWD' and
14567            'NDRPDR' and
14568            '2T2C' and
14569            'IPSECSW' and
14570            not 'VHOST'"
14571   parameters:
14572   - "throughput"
14573   - "parent"
14574   - "tags"
14575   traces:
14576     hoverinfo: "x+y"
14577     boxpoints: "outliers"
14578     whiskerwidth: 0
14579   layout:
14580     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14581     layout: "plot-throughput"
14582
14583 - type: "plot"
14584   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14585   algorithm: "plot_performance_box"
14586   output-file-type: ".html"
14587   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14589   filter: "'NIC_Intel-XL710' and
14590            '64B' and
14591            'IP4FWD' and
14592            'NDRPDR' and
14593            '2T2C' and
14594            'IPSECSW' and
14595            not 'VHOST'"
14596   parameters:
14597   - "throughput"
14598   - "parent"
14599   - "tags"
14600   traces:
14601     hoverinfo: "x+y"
14602     boxpoints: "outliers"
14603     whiskerwidth: 0
14604   layout:
14605     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14606     layout: "plot-throughput"
14607
14608 ################################################################################
14609
14610 # Packet Throughput - VPP SRv6 3n-hsw-x520
14611 - type: "plot"
14612   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14613   algorithm: "plot_performance_box"
14614   output-file-type: ".html"
14615   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14617   filter: "'NIC_Intel-X520-DA2' and
14618            '78B' and
14619            'FEATURE' and
14620            'NDRPDR' and
14621            '1T1C' and
14622            'IP6FWD' and
14623            'SRv6'"
14624   parameters:
14625   - "throughput"
14626   - "parent"
14627   - "tags"
14628   traces:
14629     hoverinfo: "x+y"
14630     boxpoints: "outliers"
14631     whiskerwidth: 0
14632   layout:
14633     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14634     layout: "plot-throughput"
14635
14636 - type: "plot"
14637   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14638   algorithm: "plot_performance_box"
14639   output-file-type: ".html"
14640   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14641   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14642   filter: "'NIC_Intel-X520-DA2' and
14643            '78B' and
14644            'FEATURE' and
14645            'NDRPDR' and
14646            '1T1C' and
14647            'IP6FWD' and
14648            'SRv6'"
14649   parameters:
14650   - "throughput"
14651   - "parent"
14652   - "tags"
14653   traces:
14654     hoverinfo: "x+y"
14655     boxpoints: "outliers"
14656     whiskerwidth: 0
14657   layout:
14658     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14659     layout: "plot-throughput"
14660
14661 - type: "plot"
14662   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14663   algorithm: "plot_performance_box"
14664   output-file-type: ".html"
14665   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14667   filter: "'NIC_Intel-X520-DA2' and
14668            '78B' and
14669            'FEATURE' and
14670            'NDRPDR' and
14671            '2T2C' and
14672            'IP6FWD' and
14673            'SRv6'"
14674   parameters:
14675   - "throughput"
14676   - "parent"
14677   - "tags"
14678   traces:
14679     hoverinfo: "x+y"
14680     boxpoints: "outliers"
14681     whiskerwidth: 0
14682   layout:
14683     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14684     layout: "plot-throughput"
14685
14686 - type: "plot"
14687   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14688   algorithm: "plot_performance_box"
14689   output-file-type: ".html"
14690   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14692   filter: "'NIC_Intel-X520-DA2' and
14693            '78B' and
14694            'FEATURE' and
14695            'NDRPDR' and
14696            '2T2C' and
14697            'IP6FWD' and
14698            'SRv6'"
14699   parameters:
14700   - "throughput"
14701   - "parent"
14702   - "tags"
14703   traces:
14704     hoverinfo: "x+y"
14705     boxpoints: "outliers"
14706     whiskerwidth: 0
14707   layout:
14708     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14709     layout: "plot-throughput"
14710
14711 ################################################################################
14712
14713 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14714 - type: "plot"
14715   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14716   algorithm: "plot_performance_box"
14717   output-file-type: ".html"
14718   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14720   filter: "'NIC_Intel-X520-DA2' and
14721            '64B' and
14722            'NDRPDR' and
14723            'ETH' and
14724            'IP4FWD' and
14725            '1T1C' and
14726            'VHOST_1024' and
14727            not 'VXLAN' and
14728            not 'DOT1Q'"
14729   parameters:
14730   - "throughput"
14731   - "parent"
14732   - "tags"
14733   sort:
14734   - "not CFS_OPT"
14735   - "1VM"
14736   - "2VM"
14737   traces:
14738     hoverinfo: "x+y"
14739     boxpoints: "outliers"
14740     whiskerwidth: 0
14741   layout:
14742     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14743     layout: "plot-throughput"
14744
14745 - type: "plot"
14746   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14747   algorithm: "plot_performance_box"
14748   output-file-type: ".html"
14749   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14751   filter: "'NIC_Intel-X520-DA2' and
14752            '64B' and
14753            'NDRPDR' and
14754            'ETH' and
14755            'IP4FWD' and
14756            '2T2C' and
14757            'VHOST_1024' and
14758            not 'VXLAN' and
14759            not 'DOT1Q'"
14760   parameters:
14761   - "throughput"
14762   - "parent"
14763   - "tags"
14764   sort:
14765   - "not CFS_OPT"
14766   - "1VM"
14767   - "2VM"
14768   traces:
14769     hoverinfo: "x+y"
14770     boxpoints: "outliers"
14771     whiskerwidth: 0
14772   layout:
14773     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14774     layout: "plot-throughput"
14775
14776 - type: "plot"
14777   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14778   algorithm: "plot_performance_box"
14779   output-file-type: ".html"
14780   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14782   filter: "'NIC_Intel-X520-DA2' and
14783            '64B' and
14784            'NDRPDR' and
14785            'ETH' and
14786            'IP4FWD' and
14787            '1T1C' and
14788            'VHOST_1024' and
14789            not 'VXLAN' and
14790            not 'DOT1Q'"
14791   parameters:
14792   - "throughput"
14793   - "parent"
14794   - "tags"
14795   sort:
14796   - "not CFS_OPT"
14797   - "1VM"
14798   - "2VM"
14799   traces:
14800     hoverinfo: "x+y"
14801     boxpoints: "outliers"
14802     whiskerwidth: 0
14803   layout:
14804     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14805     layout: "plot-throughput"
14806
14807 - type: "plot"
14808   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14809   algorithm: "plot_performance_box"
14810   output-file-type: ".html"
14811   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14813   filter: "'NIC_Intel-X520-DA2' and
14814            '64B' and
14815            'NDRPDR' and
14816            'ETH' and
14817            'IP4FWD' and
14818            '2T2C' and
14819            'VHOST_1024' and
14820            not 'VXLAN' and
14821            not 'DOT1Q'"
14822   parameters:
14823   - "throughput"
14824   - "parent"
14825   - "tags"
14826   sort:
14827   - "not CFS_OPT"
14828   - "1VM"
14829   - "2VM"
14830   traces:
14831     hoverinfo: "x+y"
14832     boxpoints: "outliers"
14833     whiskerwidth: 0
14834   layout:
14835     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14836     layout: "plot-throughput"
14837
14838 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14839 - type: "plot"
14840   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14841   algorithm: "plot_performance_box"
14842   output-file-type: ".html"
14843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14845   filter: "'NIC_Intel-X520-DA2' and
14846            '64B' and
14847            'NDRPDR' and
14848            ('ETH' or 'DOT1Q') and
14849            'BASE' and
14850            '1T1C' and
14851            ('L2BDMACLRN' or 'L2XCFWD') and
14852            'VHOST_1024' and
14853            not 'VXLAN' and
14854            not 'IP4FWD' and
14855            not '2VM'"
14856   parameters:
14857   - "throughput"
14858   - "parent"
14859   - "tags"
14860   sort:
14861   - "L2BDMACLRN"
14862   - "L2BDMACLRN"
14863   - "L2BDMACLRN"
14864   - "L2XCFWD"
14865   - "L2XCFWD"
14866   - "L2XCFWD"
14867   traces:
14868     hoverinfo: "x+y"
14869     boxpoints: "outliers"
14870     whiskerwidth: 0
14871   layout:
14872     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14873     layout: "plot-throughput"
14874
14875 - type: "plot"
14876   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14877   algorithm: "plot_performance_box"
14878   output-file-type: ".html"
14879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14881   filter: "'NIC_Intel-X520-DA2' and
14882            '64B' and
14883            'NDRPDR' and
14884            ('ETH' or 'DOT1Q') and
14885            'BASE' and
14886            '1T1C' and
14887            ('L2BDMACLRN' or 'L2XCFWD') and
14888            'VHOST_1024' and
14889            not 'VXLAN' and
14890            not 'IP4FWD' and
14891            not '2VM'"
14892   parameters:
14893   - "throughput"
14894   - "parent"
14895   - "tags"
14896   sort:
14897   - "L2BDMACLRN"
14898   - "L2BDMACLRN"
14899   - "L2BDMACLRN"
14900   - "L2XCFWD"
14901   - "L2XCFWD"
14902   - "L2XCFWD"
14903   traces:
14904     hoverinfo: "x+y"
14905     boxpoints: "outliers"
14906     whiskerwidth: 0
14907   layout:
14908     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14909     layout: "plot-throughput"
14910
14911 - type: "plot"
14912   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14913   algorithm: "plot_performance_box"
14914   output-file-type: ".html"
14915   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14917   filter: "'NIC_Intel-X520-DA2' and
14918            '64B' and
14919            'NDRPDR' and
14920            ('ETH' or 'DOT1Q') and
14921            'BASE' and
14922            '2T2C' and
14923            ('L2BDMACLRN' or 'L2XCFWD') and
14924            'VHOST_1024' and
14925            not 'VXLAN' and
14926            not 'IP4FWD' and
14927            not '2VM'"
14928   parameters:
14929   - "throughput"
14930   - "parent"
14931   - "tags"
14932   sort:
14933   - "L2BDMACLRN"
14934   - "L2BDMACLRN"
14935   - "L2BDMACLRN"
14936   - "L2XCFWD"
14937   - "L2XCFWD"
14938   - "L2XCFWD"
14939   traces:
14940     hoverinfo: "x+y"
14941     boxpoints: "outliers"
14942     whiskerwidth: 0
14943   layout:
14944     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14945     layout: "plot-throughput"
14946
14947 - type: "plot"
14948   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14949   algorithm: "plot_performance_box"
14950   output-file-type: ".html"
14951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14953   filter: "'NIC_Intel-X520-DA2' and
14954            '64B' and
14955            'NDRPDR' and
14956            ('ETH' or 'DOT1Q') and
14957            'BASE' and
14958            '2T2C' and
14959            ('L2BDMACLRN' or 'L2XCFWD') and
14960            'VHOST_1024' and
14961            not 'VXLAN' and
14962            not 'IP4FWD' and
14963            not '2VM'"
14964   parameters:
14965   - "throughput"
14966   - "parent"
14967   - "tags"
14968   sort:
14969   - "L2BDMACLRN"
14970   - "L2BDMACLRN"
14971   - "L2BDMACLRN"
14972   - "L2XCFWD"
14973   - "L2XCFWD"
14974   - "L2XCFWD"
14975   traces:
14976     hoverinfo: "x+y"
14977     boxpoints: "outliers"
14978     whiskerwidth: 0
14979   layout:
14980     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
14981     layout: "plot-throughput"
14982
14983 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14984 - type: "plot"
14985   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14986   algorithm: "plot_performance_box"
14987   output-file-type: ".html"
14988   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14990   filter: "'NIC_Intel-X520-DA2' and
14991            '64B' and
14992            'NDRPDR' and
14993            ('ETH' or 'DOT1Q') and
14994            '1T1C' and
14995            ('L2BDMACLRN' or 'L2XCFWD') and
14996            'VHOST_1024' and
14997            not 'CFS_OPT' and
14998            not 'DOT1Q' and
14999            not 'VXLAN' and
15000            not 'IP4FWD' and
15001            not 'LBOND'"
15002   parameters:
15003   - "throughput"
15004   - "parent"
15005   - "tags"
15006 #  sort:
15007 #  - "1VM"
15008 #  - "L2XCFWD"
15009 #  - "1VM"
15010 #  - "L2BDMACLRN"
15011   traces:
15012     hoverinfo: "x+y"
15013     boxpoints: "outliers"
15014     whiskerwidth: 0
15015   layout:
15016     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15017     layout: "plot-throughput"
15018
15019 - type: "plot"
15020   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15021   algorithm: "plot_performance_box"
15022   output-file-type: ".html"
15023   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15025   filter: "'NIC_Intel-X520-DA2' and
15026            '64B' and
15027            'NDRPDR' and
15028            ('ETH' or 'DOT1Q') and
15029            '1T1C' and
15030            ('L2BDMACLRN' or 'L2XCFWD') and
15031            'VHOST_1024' and
15032            not 'CFS_OPT' and
15033            not 'DOT1Q' and
15034            not 'VXLAN' and
15035            not 'IP4FWD' and
15036            not 'LBOND'"
15037   parameters:
15038   - "throughput"
15039   - "parent"
15040   - "tags"
15041 #  sort:
15042 #  - "1VM"
15043 #  - "L2XCFWD"
15044 #  - "1VM"
15045 #  - "L2BDMACLRN"
15046   traces:
15047     hoverinfo: "x+y"
15048     boxpoints: "outliers"
15049     whiskerwidth: 0
15050   layout:
15051     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15052     layout: "plot-throughput"
15053
15054 - type: "plot"
15055   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15056   algorithm: "plot_performance_box"
15057   output-file-type: ".html"
15058   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15060   filter: "'NIC_Intel-X520-DA2' and
15061            '64B' and
15062            'NDRPDR' and
15063            ('ETH' or 'DOT1Q') and
15064            '2T2C' and
15065            ('L2BDMACLRN' or 'L2XCFWD') and
15066            'VHOST_1024' and
15067            not 'CFS_OPT' and
15068            not 'DOT1Q' and
15069            not 'VXLAN' and
15070            not 'IP4FWD' and
15071            not 'LBOND'"
15072   parameters:
15073   - "throughput"
15074   - "parent"
15075   - "tags"
15076 #  sort:
15077 #  - "1VM"
15078 #  - "L2XCFWD"
15079 #  - "1VM"
15080 #  - "L2BDMACLRN"
15081   traces:
15082     hoverinfo: "x+y"
15083     boxpoints: "outliers"
15084     whiskerwidth: 0
15085   layout:
15086     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15087     layout: "plot-throughput"
15088
15089 - type: "plot"
15090   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15091   algorithm: "plot_performance_box"
15092   output-file-type: ".html"
15093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15095   filter: "'NIC_Intel-X520-DA2' and
15096            '64B' and
15097            'NDRPDR' and
15098            ('ETH' or 'DOT1Q') and
15099            '2T2C' and
15100            ('L2BDMACLRN' or 'L2XCFWD') and
15101            'VHOST_1024' and
15102            not 'CFS_OPT' and
15103            not 'DOT1Q' and
15104            not 'VXLAN' and
15105            not 'IP4FWD' and
15106            not 'LBOND'"
15107   parameters:
15108   - "throughput"
15109   - "parent"
15110   - "tags"
15111 #  sort:
15112 #  - "1VM"
15113 #  - "L2XCFWD"
15114 #  - "1VM"
15115 #  - "L2BDMACLRN"
15116   traces:
15117     hoverinfo: "x+y"
15118     boxpoints: "outliers"
15119     whiskerwidth: 0
15120   layout:
15121     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15122     layout: "plot-throughput"
15123
15124 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15125 - type: "plot"
15126   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15127   algorithm: "plot_performance_box"
15128   output-file-type: ".html"
15129   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15131   filter: "'NIC_Intel-X710' and
15132            '64B' and
15133            'NDRPDR' and
15134            'ETH' and
15135            'IP4FWD' and
15136            '1T1C' and
15137            'VHOST_1024' and
15138            not 'VXLAN' and
15139            not 'CFS_OPT' and
15140            not 'DOT1Q'"
15141   parameters:
15142   - "throughput"
15143   - "parent"
15144   - "tags"
15145   sort:
15146   - "1VM"
15147   - "2VM"
15148   traces:
15149     hoverinfo: "x+y"
15150     boxpoints: "outliers"
15151     whiskerwidth: 0
15152   layout:
15153     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15154     layout: "plot-throughput"
15155
15156 - type: "plot"
15157   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15158   algorithm: "plot_performance_box"
15159   output-file-type: ".html"
15160   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15162   filter: "'NIC_Intel-X710' and
15163            '64B' and
15164            'NDRPDR' and
15165            'ETH' and
15166            'IP4FWD' and
15167            '2T2C' and
15168            'VHOST_1024' and
15169            not 'VXLAN' and
15170            not 'CFS_OPT' and
15171            not 'DOT1Q'"
15172   parameters:
15173   - "throughput"
15174   - "parent"
15175   - "tags"
15176   sort:
15177   - "1VM"
15178   - "2VM"
15179   traces:
15180     hoverinfo: "x+y"
15181     boxpoints: "outliers"
15182     whiskerwidth: 0
15183   layout:
15184     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15185     layout: "plot-throughput"
15186
15187 - type: "plot"
15188   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15189   algorithm: "plot_performance_box"
15190   output-file-type: ".html"
15191   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15193   filter: "'NIC_Intel-X710' and
15194            '64B' and
15195            'NDRPDR' and
15196            'ETH' and
15197            'IP4FWD' and
15198            '1T1C' and
15199            'VHOST_1024' and
15200            not 'VXLAN' and
15201            not 'CFS_OPT' and
15202            not 'DOT1Q'"
15203   parameters:
15204   - "throughput"
15205   - "parent"
15206   - "tags"
15207   sort:
15208   - "1VM"
15209   - "2VM"
15210   traces:
15211     hoverinfo: "x+y"
15212     boxpoints: "outliers"
15213     whiskerwidth: 0
15214   layout:
15215     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15216     layout: "plot-throughput"
15217
15218 - type: "plot"
15219   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15220   algorithm: "plot_performance_box"
15221   output-file-type: ".html"
15222   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15224   filter: "'NIC_Intel-X710' and
15225            '64B' and
15226            'NDRPDR' and
15227            'ETH' and
15228            'IP4FWD' and
15229            '2T2C' and
15230            'VHOST_1024' and
15231            not 'VXLAN' and
15232            not 'CFS_OPT' and
15233            not 'DOT1Q'"
15234   parameters:
15235   - "throughput"
15236   - "parent"
15237   - "tags"
15238   sort:
15239   - "1VM"
15240   - "2VM"
15241   traces:
15242     hoverinfo: "x+y"
15243     boxpoints: "outliers"
15244     whiskerwidth: 0
15245   layout:
15246     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15247     layout: "plot-throughput"
15248
15249 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15250 - type: "plot"
15251   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15252   algorithm: "plot_performance_box"
15253   output-file-type: ".html"
15254   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15256   filter: "'NIC_Intel-X710' and
15257            '64B' and
15258            'NDRPDR' and
15259            ('ETH' or 'DOT1Q') and
15260            'BASE' and
15261            '1T1C' and
15262            ('L2BDMACLRN' or 'L2XCFWD') and
15263            'VHOST_1024' and
15264            not 'VXLAN' and
15265            not 'IP4FWD' and
15266            not '2VM'"
15267   parameters:
15268   - "throughput"
15269   - "parent"
15270   - "tags"
15271   sort:
15272   - "L2BDMACLRN"
15273   - "L2BDMACLRN"
15274   - "L2BDMACLRN"
15275   - "L2XCFWD"
15276   - "L2XCFWD"
15277   - "L2XCFWD"
15278   traces:
15279     hoverinfo: "x+y"
15280     boxpoints: "outliers"
15281     whiskerwidth: 0
15282   layout:
15283     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15284     layout: "plot-throughput"
15285
15286 - type: "plot"
15287   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15288   algorithm: "plot_performance_box"
15289   output-file-type: ".html"
15290   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15292   filter: "'NIC_Intel-X710' and
15293            '64B' and
15294            'NDRPDR' and
15295            ('ETH' or 'DOT1Q') and
15296            'BASE' and
15297            '1T1C' and
15298            ('L2BDMACLRN' or 'L2XCFWD') and
15299            'VHOST_1024' and
15300            not 'VXLAN' and
15301            not 'IP4FWD' and
15302            not '2VM'"
15303   parameters:
15304   - "throughput"
15305   - "parent"
15306   - "tags"
15307   sort:
15308   - "L2BDMACLRN"
15309   - "L2BDMACLRN"
15310   - "L2BDMACLRN"
15311   - "L2XCFWD"
15312   - "L2XCFWD"
15313   - "L2XCFWD"
15314   traces:
15315     hoverinfo: "x+y"
15316     boxpoints: "outliers"
15317     whiskerwidth: 0
15318   layout:
15319     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15320     layout: "plot-throughput"
15321
15322 - type: "plot"
15323   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15324   algorithm: "plot_performance_box"
15325   output-file-type: ".html"
15326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15327   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15328   filter: "'NIC_Intel-X710' and
15329            '64B' and
15330            'NDRPDR' and
15331            ('ETH' or 'DOT1Q') and
15332            'BASE' and
15333            '2T2C' and
15334            ('L2BDMACLRN' or 'L2XCFWD') and
15335            'VHOST_1024' and
15336            not 'VXLAN' and
15337            not 'IP4FWD' and
15338            not '2VM'"
15339   parameters:
15340   - "throughput"
15341   - "parent"
15342   - "tags"
15343   sort:
15344   - "L2BDMACLRN"
15345   - "L2BDMACLRN"
15346   - "L2BDMACLRN"
15347   - "L2XCFWD"
15348   - "L2XCFWD"
15349   - "L2XCFWD"
15350   traces:
15351     hoverinfo: "x+y"
15352     boxpoints: "outliers"
15353     whiskerwidth: 0
15354   layout:
15355     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15356     layout: "plot-throughput"
15357
15358 - type: "plot"
15359   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15360   algorithm: "plot_performance_box"
15361   output-file-type: ".html"
15362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15364   filter: "'NIC_Intel-X710' and
15365            '64B' and
15366            'NDRPDR' and
15367            ('ETH' or 'DOT1Q') and
15368            'BASE' and
15369            '2T2C' and
15370            ('L2BDMACLRN' or 'L2XCFWD') and
15371            'VHOST_1024' and
15372            not 'VXLAN' and
15373            not 'IP4FWD' and
15374            not '2VM'"
15375   parameters:
15376   - "throughput"
15377   - "parent"
15378   - "tags"
15379   sort:
15380   - "L2BDMACLRN"
15381   - "L2BDMACLRN"
15382   - "L2BDMACLRN"
15383   - "L2XCFWD"
15384   - "L2XCFWD"
15385   - "L2XCFWD"
15386   traces:
15387     hoverinfo: "x+y"
15388     boxpoints: "outliers"
15389     whiskerwidth: 0
15390   layout:
15391     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15392     layout: "plot-throughput"
15393
15394 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15395 - type: "plot"
15396   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15397   algorithm: "plot_performance_box"
15398   output-file-type: ".html"
15399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15401   filter: "'NIC_Intel-X710' and
15402            '64B' and
15403            'NDRPDR' and
15404            ('ETH' or 'DOT1Q') and
15405            '1T1C' and
15406            ('L2BDMACLRN' or 'L2XCFWD') and
15407            'VHOST_1024' and
15408            not 'CFS_OPT' and
15409            not 'VXLAN' and
15410            not 'IP4FWD' and
15411            not 'LBOND'"
15412   parameters:
15413   - "throughput"
15414   - "parent"
15415   - "tags"
15416   sort:
15417   - "L2BDMACLRN"
15418   - "L2BDMACLRN"
15419   - "L2BDMACLRN"
15420   - "L2XCFWD"
15421   - "L2XCFWD"
15422   - "L2XCFWD"
15423   traces:
15424     hoverinfo: "x+y"
15425     boxpoints: "outliers"
15426     whiskerwidth: 0
15427   layout:
15428     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15429     layout: "plot-throughput"
15430
15431 - type: "plot"
15432   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15433   algorithm: "plot_performance_box"
15434   output-file-type: ".html"
15435   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15437   filter: "'NIC_Intel-X710' and
15438            '64B' and
15439            'NDRPDR' and
15440            ('ETH' or 'DOT1Q') and
15441            '1T1C' and
15442            ('L2BDMACLRN' or 'L2XCFWD') and
15443            'VHOST_1024' and
15444            not 'CFS_OPT' and
15445            not 'VXLAN' and
15446            not 'IP4FWD' and
15447            not 'LBOND'"
15448   parameters:
15449   - "throughput"
15450   - "parent"
15451   - "tags"
15452   sort:
15453   - "L2BDMACLRN"
15454   - "L2BDMACLRN"
15455   - "L2BDMACLRN"
15456   - "L2XCFWD"
15457   - "L2XCFWD"
15458   - "L2XCFWD"
15459   traces:
15460     hoverinfo: "x+y"
15461     boxpoints: "outliers"
15462     whiskerwidth: 0
15463   layout:
15464     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15465     layout: "plot-throughput"
15466
15467 - type: "plot"
15468   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15469   algorithm: "plot_performance_box"
15470   output-file-type: ".html"
15471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15473   filter: "'NIC_Intel-X710' and
15474            '64B' and
15475            'NDRPDR' and
15476            ('ETH' or 'DOT1Q') and
15477            '2T2C' and
15478            ('L2BDMACLRN' or 'L2XCFWD') and
15479            'VHOST_1024' and
15480            not 'CFS_OPT' and
15481            not 'VXLAN' and
15482            not 'IP4FWD' and
15483            not 'LBOND'"
15484   parameters:
15485   - "throughput"
15486   - "parent"
15487   - "tags"
15488   sort:
15489   - "L2BDMACLRN"
15490   - "L2BDMACLRN"
15491   - "L2BDMACLRN"
15492   - "L2XCFWD"
15493   - "L2XCFWD"
15494   - "L2XCFWD"
15495   traces:
15496     hoverinfo: "x+y"
15497     boxpoints: "outliers"
15498     whiskerwidth: 0
15499   layout:
15500     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15501     layout: "plot-throughput"
15502
15503 - type: "plot"
15504   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15505   algorithm: "plot_performance_box"
15506   output-file-type: ".html"
15507   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15509   filter: "'NIC_Intel-X710' and
15510            '64B' and
15511            'NDRPDR' and
15512            ('ETH' or 'DOT1Q') and
15513            '2T2C' and
15514            ('L2BDMACLRN' or 'L2XCFWD') and
15515            'VHOST_1024' and
15516            not 'CFS_OPT' and
15517            not 'VXLAN' and
15518            not 'IP4FWD' and
15519            not 'LBOND'"
15520   parameters:
15521   - "throughput"
15522   - "parent"
15523   - "tags"
15524   sort:
15525   - "L2BDMACLRN"
15526   - "L2BDMACLRN"
15527   - "L2BDMACLRN"
15528   - "L2XCFWD"
15529   - "L2XCFWD"
15530   - "L2XCFWD"
15531   traces:
15532     hoverinfo: "x+y"
15533     boxpoints: "outliers"
15534     whiskerwidth: 0
15535   layout:
15536     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15537     layout: "plot-throughput"
15538
15539 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15540 - type: "plot"
15541   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15542   algorithm: "plot_performance_box"
15543   output-file-type: ".html"
15544   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15546   filter: "'NIC_Intel-X710' and
15547            '64B' and
15548            'NDRPDR' and
15549            'ETH' and
15550            'IP4FWD' and
15551            '2T1C' and
15552            'VHOST_1024' and
15553            not 'VXLAN' and
15554            not 'DOT1Q'"
15555   parameters:
15556   - "throughput"
15557   - "parent"
15558   - "tags"
15559   sort:
15560   - "1VM"
15561   - "2VM"
15562   traces:
15563     hoverinfo: "x+y"
15564     boxpoints: "outliers"
15565     whiskerwidth: 0
15566   layout:
15567     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15568     layout: "plot-throughput"
15569
15570 - type: "plot"
15571   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15572   algorithm: "plot_performance_box"
15573   output-file-type: ".html"
15574   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15576   filter: "'NIC_Intel-X710' and
15577            '64B' and
15578            'NDRPDR' and
15579            'ETH' and
15580            'IP4FWD' and
15581            '4T2C' and
15582            'VHOST_1024' and
15583            not 'VXLAN' and
15584            not 'DOT1Q'"
15585   parameters:
15586   - "throughput"
15587   - "parent"
15588   - "tags"
15589   sort:
15590   - "1VM"
15591   - "2VM"
15592   traces:
15593     hoverinfo: "x+y"
15594     boxpoints: "outliers"
15595     whiskerwidth: 0
15596   layout:
15597     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15598     layout: "plot-throughput"
15599
15600 - type: "plot"
15601   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15602   algorithm: "plot_performance_box"
15603   output-file-type: ".html"
15604   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15606   filter: "'NIC_Intel-X710' and
15607            '64B' and
15608            'NDRPDR' and
15609            'ETH' and
15610            'IP4FWD' and
15611            '2T1C' and
15612            'VHOST_1024' and
15613            not 'VXLAN' and
15614            not 'DOT1Q'"
15615   parameters:
15616   - "throughput"
15617   - "parent"
15618   - "tags"
15619   sort:
15620   - "1VM"
15621   - "2VM"
15622   traces:
15623     hoverinfo: "x+y"
15624     boxpoints: "outliers"
15625     whiskerwidth: 0
15626   layout:
15627     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15628     layout: "plot-throughput"
15629
15630 - type: "plot"
15631   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15632   algorithm: "plot_performance_box"
15633   output-file-type: ".html"
15634   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15636   filter: "'NIC_Intel-X710' and
15637            '64B' and
15638            'NDRPDR' and
15639            'ETH' and
15640            'IP4FWD' and
15641            '4T2C' and
15642            'VHOST_1024' and
15643            not 'VXLAN' and
15644            not 'DOT1Q'"
15645   parameters:
15646   - "throughput"
15647   - "parent"
15648   - "tags"
15649   sort:
15650   - "1VM"
15651   - "2VM"
15652   traces:
15653     hoverinfo: "x+y"
15654     boxpoints: "outliers"
15655     whiskerwidth: 0
15656   layout:
15657     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15658     layout: "plot-throughput"
15659
15660 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15661 - type: "plot"
15662   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15663   algorithm: "plot_performance_box"
15664   output-file-type: ".html"
15665   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   filter: "'NIC_Intel-X710' and
15668            '64B' and
15669            'NDRPDR' and
15670            ('ETH' or 'DOT1Q') and
15671            'BASE' and
15672            '2T1C' and
15673            ('L2BDMACLRN' or 'L2XCFWD') and
15674            'VHOST_1024' and
15675            not 'VXLAN' and
15676            not 'IP4FWD' and
15677            not '2VM'"
15678   parameters:
15679   - "throughput"
15680   - "parent"
15681   - "tags"
15682   sort:
15683   - "L2BDMACLRN"
15684   - "L2BDMACLRN"
15685   - "L2BDMACLRN"
15686   - "L2XCFWD"
15687   - "L2XCFWD"
15688   - "L2XCFWD"
15689   traces:
15690     hoverinfo: "x+y"
15691     boxpoints: "outliers"
15692     whiskerwidth: 0
15693   layout:
15694     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15695     layout: "plot-throughput"
15696
15697 - type: "plot"
15698   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15699   algorithm: "plot_performance_box"
15700   output-file-type: ".html"
15701   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15703   filter: "'NIC_Intel-X710' and
15704            '64B' and
15705            'NDRPDR' and
15706            ('ETH' or 'DOT1Q') and
15707            'BASE' and
15708            '2T1C' and
15709            ('L2BDMACLRN' or 'L2XCFWD') and
15710            'VHOST_1024' and
15711            not 'VXLAN' and
15712            not 'IP4FWD' and
15713            not '2VM'"
15714   parameters:
15715   - "throughput"
15716   - "parent"
15717   - "tags"
15718   sort:
15719   - "L2BDMACLRN"
15720   - "L2BDMACLRN"
15721   - "L2BDMACLRN"
15722   - "L2XCFWD"
15723   - "L2XCFWD"
15724   - "L2XCFWD"
15725   traces:
15726     hoverinfo: "x+y"
15727     boxpoints: "outliers"
15728     whiskerwidth: 0
15729   layout:
15730     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15731     layout: "plot-throughput"
15732
15733 - type: "plot"
15734   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15735   algorithm: "plot_performance_box"
15736   output-file-type: ".html"
15737   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   filter: "'NIC_Intel-X710' and
15740            '64B' and
15741            'NDRPDR' and
15742            ('ETH' or 'DOT1Q') and
15743            'BASE' and
15744            '4T2C' and
15745            ('L2BDMACLRN' or 'L2XCFWD') and
15746            'VHOST_1024' and
15747            not 'VXLAN' and
15748            not 'IP4FWD' and
15749            not '2VM'"
15750   parameters:
15751   - "throughput"
15752   - "parent"
15753   - "tags"
15754   sort:
15755   - "L2BDMACLRN"
15756   - "L2BDMACLRN"
15757   - "L2BDMACLRN"
15758   - "L2XCFWD"
15759   - "L2XCFWD"
15760   - "L2XCFWD"
15761   traces:
15762     hoverinfo: "x+y"
15763     boxpoints: "outliers"
15764     whiskerwidth: 0
15765   layout:
15766     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15767     layout: "plot-throughput"
15768
15769 - type: "plot"
15770   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15771   algorithm: "plot_performance_box"
15772   output-file-type: ".html"
15773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15775   filter: "'NIC_Intel-X710' and
15776            '64B' and
15777            'NDRPDR' and
15778            ('ETH' or 'DOT1Q') and
15779            'BASE' and
15780            '4T2C' and
15781            ('L2BDMACLRN' or 'L2XCFWD') and
15782            'VHOST_1024' and
15783            not 'VXLAN' and
15784            not 'IP4FWD' and
15785            not '2VM'"
15786   parameters:
15787   - "throughput"
15788   - "parent"
15789   - "tags"
15790   sort:
15791   - "L2BDMACLRN"
15792   - "L2BDMACLRN"
15793   - "L2BDMACLRN"
15794   - "L2XCFWD"
15795   - "L2XCFWD"
15796   - "L2XCFWD"
15797   traces:
15798     hoverinfo: "x+y"
15799     boxpoints: "outliers"
15800     whiskerwidth: 0
15801   layout:
15802     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15803     layout: "plot-throughput"
15804
15805 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15806 - type: "plot"
15807   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15808   algorithm: "plot_performance_box"
15809   output-file-type: ".html"
15810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15812   filter: "'NIC_Intel-X710' and
15813            '64B' and
15814            'NDRPDR' and
15815            ('ETH' or 'DOT1Q') and
15816            '2T1C' and
15817            ('L2BDMACLRN' or 'L2XCFWD') and
15818            'VHOST_1024' and
15819            not 'CFS_OPT' and
15820            not 'VXLAN' and
15821            not 'IP4FWD' and
15822            not 'LBOND'"
15823   parameters:
15824   - "throughput"
15825   - "parent"
15826   - "tags"
15827   sort:
15828   - "L2BDMACLRN"
15829   - "L2BDMACLRN"
15830   - "L2BDMACLRN"
15831   - "L2XCFWD"
15832   - "L2XCFWD"
15833   - "L2XCFWD"
15834   traces:
15835     hoverinfo: "x+y"
15836     boxpoints: "outliers"
15837     whiskerwidth: 0
15838   layout:
15839     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15840     layout: "plot-throughput"
15841
15842 - type: "plot"
15843   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15844   algorithm: "plot_performance_box"
15845   output-file-type: ".html"
15846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15848   filter: "'NIC_Intel-X710' and
15849            '64B' and
15850            'NDRPDR' and
15851            ('ETH' or 'DOT1Q') and
15852            '2T1C' and
15853            ('L2BDMACLRN' or 'L2XCFWD') and
15854            'VHOST_1024' and
15855            not 'CFS_OPT' and
15856            not 'VXLAN' and
15857            not 'IP4FWD' and
15858            not 'LBOND'"
15859   parameters:
15860   - "throughput"
15861   - "parent"
15862   - "tags"
15863   sort:
15864   - "L2BDMACLRN"
15865   - "L2BDMACLRN"
15866   - "L2BDMACLRN"
15867   - "L2XCFWD"
15868   - "L2XCFWD"
15869   - "L2XCFWD"
15870   traces:
15871     hoverinfo: "x+y"
15872     boxpoints: "outliers"
15873     whiskerwidth: 0
15874   layout:
15875     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15876     layout: "plot-throughput"
15877
15878 - type: "plot"
15879   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15880   algorithm: "plot_performance_box"
15881   output-file-type: ".html"
15882   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15884   filter: "'NIC_Intel-X710' and
15885            '64B' and
15886            'NDRPDR' and
15887            ('ETH' or 'DOT1Q') and
15888            '4T2C' and
15889            ('L2BDMACLRN' or 'L2XCFWD') and
15890            'VHOST_1024' and
15891            not 'CFS_OPT' and
15892            not 'VXLAN' and
15893            not 'IP4FWD' and
15894            not 'LBOND'"
15895   parameters:
15896   - "throughput"
15897   - "parent"
15898   - "tags"
15899   sort:
15900   - "L2BDMACLRN"
15901   - "L2BDMACLRN"
15902   - "L2BDMACLRN"
15903   - "L2XCFWD"
15904   - "L2XCFWD"
15905   - "L2XCFWD"
15906   traces:
15907     hoverinfo: "x+y"
15908     boxpoints: "outliers"
15909     whiskerwidth: 0
15910   layout:
15911     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15912     layout: "plot-throughput"
15913
15914 - type: "plot"
15915   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15916   algorithm: "plot_performance_box"
15917   output-file-type: ".html"
15918   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15920   filter: "'NIC_Intel-X710' and
15921            '64B' and
15922            'NDRPDR' and
15923            ('ETH' or 'DOT1Q') and
15924            '4T2C' and
15925            ('L2BDMACLRN' or 'L2XCFWD') and
15926            'VHOST_1024' and
15927            not 'CFS_OPT' and
15928            not 'VXLAN' and
15929            not 'IP4FWD' and
15930            not 'LBOND'"
15931   parameters:
15932   - "throughput"
15933   - "parent"
15934   - "tags"
15935   sort:
15936   - "L2BDMACLRN"
15937   - "L2BDMACLRN"
15938   - "L2BDMACLRN"
15939   - "L2XCFWD"
15940   - "L2XCFWD"
15941   - "L2XCFWD"
15942   traces:
15943     hoverinfo: "x+y"
15944     boxpoints: "outliers"
15945     whiskerwidth: 0
15946   layout:
15947     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15948     layout: "plot-throughput"
15949
15950 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15951 - type: "plot"
15952   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15953   algorithm: "plot_performance_box"
15954   output-file-type: ".html"
15955   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15957   filter: "'NIC_Intel-X710' and
15958            '64B' and
15959            'NDRPDR' and
15960            'ETH' and
15961            'IP4FWD' and
15962            '2T1C' and
15963            'VHOST_1024' and
15964            not 'VXLAN' and
15965            not 'NF_DENSITY' and
15966            not 'CFS_OPT' and
15967            not 'DOT1Q'"
15968   parameters:
15969   - "throughput"
15970   - "parent"
15971   - "tags"
15972   sort:
15973   - "1VM"
15974   - "2VM"
15975   traces:
15976     hoverinfo: "x+y"
15977     boxpoints: "outliers"
15978     whiskerwidth: 0
15979   layout:
15980     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15981     layout: "plot-throughput"
15982
15983 - type: "plot"
15984   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15985   algorithm: "plot_performance_box"
15986   output-file-type: ".html"
15987   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15989   filter: "'NIC_Intel-X710' and
15990            '64B' and
15991            'NDRPDR' and
15992            'ETH' and
15993            'IP4FWD' and
15994            '4T2C' and
15995            'VHOST_1024' and
15996            not 'VXLAN' and
15997            not 'NF_DENSITY' and
15998            not 'CFS_OPT' and
15999            not 'DOT1Q'"
16000   parameters:
16001   - "throughput"
16002   - "parent"
16003   - "tags"
16004   sort:
16005   - "1VM"
16006   - "2VM"
16007   traces:
16008     hoverinfo: "x+y"
16009     boxpoints: "outliers"
16010     whiskerwidth: 0
16011   layout:
16012     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16013     layout: "plot-throughput"
16014
16015 - type: "plot"
16016   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16017   algorithm: "plot_performance_box"
16018   output-file-type: ".html"
16019   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16021   filter: "'NIC_Intel-X710' and
16022            '64B' and
16023            'NDRPDR' and
16024            'ETH' and
16025            'IP4FWD' and
16026            '2T1C' and
16027            'VHOST_1024' and
16028            not 'VXLAN' and
16029            not 'NF_DENSITY' and
16030            not 'CFS_OPT' and
16031            not 'DOT1Q'"
16032   parameters:
16033   - "throughput"
16034   - "parent"
16035   - "tags"
16036   sort:
16037   - "1VM"
16038   - "2VM"
16039   traces:
16040     hoverinfo: "x+y"
16041     boxpoints: "outliers"
16042     whiskerwidth: 0
16043   layout:
16044     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16045     layout: "plot-throughput"
16046
16047 - type: "plot"
16048   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16049   algorithm: "plot_performance_box"
16050   output-file-type: ".html"
16051   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16053   filter: "'NIC_Intel-X710' and
16054            '64B' and
16055            'NDRPDR' and
16056            'ETH' and
16057            'IP4FWD' and
16058            '4T2C' and
16059            'VHOST_1024' and
16060            not 'VXLAN' and
16061            not 'NF_DENSITY' and
16062            not 'CFS_OPT' and
16063            not 'DOT1Q'"
16064   parameters:
16065   - "throughput"
16066   - "parent"
16067   - "tags"
16068   sort:
16069   - "1VM"
16070   - "2VM"
16071   traces:
16072     hoverinfo: "x+y"
16073     boxpoints: "outliers"
16074     whiskerwidth: 0
16075   layout:
16076     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16077     layout: "plot-throughput"
16078
16079 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16080 - type: "plot"
16081   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16082   algorithm: "plot_performance_box"
16083   output-file-type: ".html"
16084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16086   filter: "'NIC_Intel-X710' and
16087            '64B' and
16088            'NDRPDR' and
16089            ('ETH' or 'DOT1Q') and
16090            'BASE' and
16091            '2T1C' and
16092            ('L2BDMACLRN' or 'L2XCFWD') and
16093            'VHOST_1024' and
16094            not 'VXLAN' and
16095            not 'NF_DENSITY' and
16096            not 'IP4FWD' and
16097            not '2VM'"
16098   parameters:
16099   - "throughput"
16100   - "parent"
16101   - "tags"
16102 #  sort:
16103 #  - "not CFS_OPT"
16104 #  - "L2XCFWD"
16105 #  - "not CFS_OPT"
16106 #  - "CFS_OPT"
16107   traces:
16108     hoverinfo: "x+y"
16109     boxpoints: "outliers"
16110     whiskerwidth: 0
16111   layout:
16112     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16113     layout: "plot-throughput"
16114
16115 - type: "plot"
16116   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16117   algorithm: "plot_performance_box"
16118   output-file-type: ".html"
16119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16121   filter: "'NIC_Intel-X710' and
16122            '64B' and
16123            'NDRPDR' and
16124            ('ETH' or 'DOT1Q') and
16125            'BASE' and
16126            '2T1C' and
16127            ('L2BDMACLRN' or 'L2XCFWD') and
16128            'VHOST_1024' and
16129            not 'VXLAN' and
16130            not 'NF_DENSITY' and
16131            not 'IP4FWD' and
16132            not '2VM'"
16133   parameters:
16134   - "throughput"
16135   - "parent"
16136   - "tags"
16137 #  sort:
16138 #  - "not CFS_OPT"
16139 #  - "L2XCFWD"
16140 #  - "not CFS_OPT"
16141 #  - "CFS_OPT"
16142   traces:
16143     hoverinfo: "x+y"
16144     boxpoints: "outliers"
16145     whiskerwidth: 0
16146   layout:
16147     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16148     layout: "plot-throughput"
16149
16150 - type: "plot"
16151   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16152   algorithm: "plot_performance_box"
16153   output-file-type: ".html"
16154   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16156   filter: "'NIC_Intel-X710' and
16157            '64B' and
16158            'NDRPDR' and
16159            ('ETH' or 'DOT1Q') and
16160            'BASE' and
16161            '4T2C' and
16162            ('L2BDMACLRN' or 'L2XCFWD') and
16163            'VHOST_1024' and
16164            not 'VXLAN' and
16165            not 'NF_DENSITY' and
16166            not 'IP4FWD' and
16167            not '2VM'"
16168   parameters:
16169   - "throughput"
16170   - "parent"
16171   - "tags"
16172 #  sort:
16173 #  - "not CFS_OPT"
16174 #  - "L2XCFWD"
16175 #  - "not CFS_OPT"
16176 #  - "CFS_OPT"
16177   traces:
16178     hoverinfo: "x+y"
16179     boxpoints: "outliers"
16180     whiskerwidth: 0
16181   layout:
16182     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16183     layout: "plot-throughput"
16184
16185 - type: "plot"
16186   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16187   algorithm: "plot_performance_box"
16188   output-file-type: ".html"
16189   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16191   filter: "'NIC_Intel-X710' and
16192            '64B' and
16193            'NDRPDR' and
16194            ('ETH' or 'DOT1Q') and
16195            'BASE' and
16196            '4T2C' and
16197            ('L2BDMACLRN' or 'L2XCFWD') and
16198            'VHOST_1024' and
16199            not 'VXLAN' and
16200            not 'NF_DENSITY' and
16201            not 'IP4FWD' and
16202            not '2VM'"
16203   parameters:
16204   - "throughput"
16205   - "parent"
16206   - "tags"
16207 #  sort:
16208 #  - "not CFS_OPT"
16209 #  - "L2XCFWD"
16210 #  - "not CFS_OPT"
16211 #  - "CFS_OPT"
16212   traces:
16213     hoverinfo: "x+y"
16214     boxpoints: "outliers"
16215     whiskerwidth: 0
16216   layout:
16217     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16218     layout: "plot-throughput"
16219
16220 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16221 - type: "plot"
16222   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16223   algorithm: "plot_performance_box"
16224   output-file-type: ".html"
16225   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16227   filter: "'NIC_Intel-X710' and
16228            '64B' and
16229            'NDRPDR' and
16230            ('ETH' or 'DOT1Q') and
16231            '2T1C' and
16232            ('L2BDMACLRN' or 'L2XCFWD') and
16233            'VHOST_1024' and
16234            not 'CFS_OPT' and
16235            not 'VXLAN' and
16236            not 'NF_DENSITY' and
16237            not 'DOT1Q' and
16238            not 'IP4FWD'"
16239   parameters:
16240   - "throughput"
16241   - "parent"
16242   - "tags"
16243 #  sort:
16244 #  - "1VM"
16245 #  - "L2XCFWD"
16246 #  - "1VM"
16247 #  - "L2BDMACLRN"
16248   traces:
16249     hoverinfo: "x+y"
16250     boxpoints: "outliers"
16251     whiskerwidth: 0
16252   layout:
16253     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16254     layout: "plot-throughput"
16255
16256 - type: "plot"
16257   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16258   algorithm: "plot_performance_box"
16259   output-file-type: ".html"
16260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16262   filter: "'NIC_Intel-X710' and
16263            '64B' and
16264            'NDRPDR' and
16265            ('ETH' or 'DOT1Q') and
16266            '2T1C' and
16267            ('L2BDMACLRN' or 'L2XCFWD') and
16268            'VHOST_1024' and
16269            not 'CFS_OPT' and
16270            not 'VXLAN' and
16271            not 'NF_DENSITY' and
16272            not 'DOT1Q' and
16273            not 'IP4FWD'"
16274   parameters:
16275   - "throughput"
16276   - "parent"
16277   - "tags"
16278 #  sort:
16279 #  - "1VM"
16280 #  - "L2XCFWD"
16281 #  - "1VM"
16282 #  - "L2BDMACLRN"
16283   traces:
16284     hoverinfo: "x+y"
16285     boxpoints: "outliers"
16286     whiskerwidth: 0
16287   layout:
16288     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16289     layout: "plot-throughput"
16290
16291 - type: "plot"
16292   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16293   algorithm: "plot_performance_box"
16294   output-file-type: ".html"
16295   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16297   filter: "'NIC_Intel-X710' and
16298            '64B' and
16299            'NDRPDR' and
16300            ('ETH' or 'DOT1Q') and
16301            '4T2C' and
16302            ('L2BDMACLRN' or 'L2XCFWD') and
16303            'VHOST_1024' and
16304            not 'CFS_OPT' and
16305            not 'VXLAN' and
16306            not 'NF_DENSITY' and
16307            not 'DOT1Q' and
16308            not 'IP4FWD'"
16309   parameters:
16310   - "throughput"
16311   - "parent"
16312   - "tags"
16313 #  sort:
16314 #  - "1VM"
16315 #  - "L2XCFWD"
16316 #  - "1VM"
16317 #  - "L2BDMACLRN"
16318   traces:
16319     hoverinfo: "x+y"
16320     boxpoints: "outliers"
16321     whiskerwidth: 0
16322   layout:
16323     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16324     layout: "plot-throughput"
16325
16326 - type: "plot"
16327   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16328   algorithm: "plot_performance_box"
16329   output-file-type: ".html"
16330   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16332   filter: "'NIC_Intel-X710' and
16333            '64B' and
16334            'NDRPDR' and
16335            ('ETH' or 'DOT1Q') and
16336            '4T2C' and
16337            ('L2BDMACLRN' or 'L2XCFWD') and
16338            'VHOST_1024' and
16339            not 'CFS_OPT' and
16340            not 'VXLAN' and
16341            not 'NF_DENSITY' and
16342            not 'DOT1Q' and
16343            not 'IP4FWD'"
16344   parameters:
16345   - "throughput"
16346   - "parent"
16347   - "tags"
16348 #  sort:
16349 #  - "1VM"
16350 #  - "L2XCFWD"
16351 #  - "1VM"
16352 #  - "L2BDMACLRN"
16353   traces:
16354     hoverinfo: "x+y"
16355     boxpoints: "outliers"
16356     whiskerwidth: 0
16357   layout:
16358     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16359     layout: "plot-throughput"
16360
16361 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16362 - type: "plot"
16363   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16364   algorithm: "plot_performance_box"
16365   output-file-type: ".html"
16366   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16368   filter: "'NIC_Intel-XXV710' and
16369            '64B' and
16370            'NDRPDR' and
16371            'ETH' and
16372            'IP4FWD' and
16373            '2T1C' and
16374            'VHOST_1024' and
16375            not 'VXLAN' and
16376            not 'CFS_OPT' and
16377            not 'DOT1Q'"
16378   parameters:
16379   - "throughput"
16380   - "parent"
16381   - "tags"
16382   sort:
16383   - "1VM"
16384   - "2VM"
16385   traces:
16386     hoverinfo: "x+y"
16387     boxpoints: "outliers"
16388     whiskerwidth: 0
16389   layout:
16390     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16391     layout: "plot-throughput"
16392
16393 - type: "plot"
16394   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16395   algorithm: "plot_performance_box"
16396   output-file-type: ".html"
16397   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16399   filter: "'NIC_Intel-XXV710' and
16400            '64B' and
16401            'NDRPDR' and
16402            'ETH' and
16403            'IP4FWD' and
16404            '4T2C' and
16405            'VHOST_1024' and
16406            not 'VXLAN' and
16407            not 'CFS_OPT' and
16408            not 'DOT1Q'"
16409   parameters:
16410   - "throughput"
16411   - "parent"
16412   - "tags"
16413   sort:
16414   - "1VM"
16415   - "2VM"
16416   traces:
16417     hoverinfo: "x+y"
16418     boxpoints: "outliers"
16419     whiskerwidth: 0
16420   layout:
16421     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16422     layout: "plot-throughput"
16423
16424 - type: "plot"
16425   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16426   algorithm: "plot_performance_box"
16427   output-file-type: ".html"
16428   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16430   filter: "'NIC_Intel-XXV710' and
16431            '64B' and
16432            'NDRPDR' and
16433            'ETH' and
16434            'IP4FWD' and
16435            '2T1C' and
16436            'VHOST_1024' and
16437            not 'VXLAN' and
16438            not 'CFS_OPT' and
16439            not 'DOT1Q'"
16440   parameters:
16441   - "throughput"
16442   - "parent"
16443   - "tags"
16444   sort:
16445   - "1VM"
16446   - "2VM"
16447   traces:
16448     hoverinfo: "x+y"
16449     boxpoints: "outliers"
16450     whiskerwidth: 0
16451   layout:
16452     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16453     layout: "plot-throughput"
16454
16455 - type: "plot"
16456   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16457   algorithm: "plot_performance_box"
16458   output-file-type: ".html"
16459   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16461   filter: "'NIC_Intel-XXV710' and
16462            '64B' and
16463            'NDRPDR' and
16464            'ETH' and
16465            'IP4FWD' and
16466            '4T2C' and
16467            'VHOST_1024' and
16468            not 'VXLAN' and
16469            not 'CFS_OPT' and
16470            not 'DOT1Q'"
16471   parameters:
16472   - "throughput"
16473   - "parent"
16474   - "tags"
16475   sort:
16476   - "1VM"
16477   - "2VM"
16478   traces:
16479     hoverinfo: "x+y"
16480     boxpoints: "outliers"
16481     whiskerwidth: 0
16482   layout:
16483     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16484     layout: "plot-throughput"
16485
16486 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16487 #- type: "plot"
16488 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16489 #  algorithm: "plot_performance_box"
16490 #  output-file-type: ".html"
16491 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16492 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16493 #  filter: "'NIC_Intel-XXV710' and
16494 #           '64B' and
16495 #           'NDRPDR' and
16496 #           ('ETH' or 'DOT1Q') and
16497 #           'BASE' and
16498 #           '2T1C' and
16499 #           ('L2BDMACLRN' or 'L2XCFWD') and
16500 #           'VHOST_1024' and
16501 #           not 'VXLAN' and
16502 #           not 'IP4FWD' and
16503 #           not '2VM'"
16504 #  parameters:
16505 #  - "throughput"
16506 #  - "parent"
16507 #  - "tags"
16508 ##  sort:
16509 ##  - "not CFS_OPT"
16510 ##  - "L2XCFWD"
16511 ##  - "not CFS_OPT"
16512 ##  - "CFS_OPT"
16513 #  traces:
16514 #    hoverinfo: "x+y"
16515 #    boxpoints: "outliers"
16516 #    whiskerwidth: 0
16517 #  layout:
16518 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16519 #    layout: "plot-throughput"
16520 #
16521 #- type: "plot"
16522 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16523 #  algorithm: "plot_performance_box"
16524 #  output-file-type: ".html"
16525 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16526 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16527 #  filter: "'NIC_Intel-XXV710' and
16528 #           '64B' and
16529 #           'NDRPDR' and
16530 #           ('ETH' or 'DOT1Q') and
16531 #           'BASE' and
16532 #           '2T1C' and
16533 #           ('L2BDMACLRN' or 'L2XCFWD') and
16534 #           'VHOST_1024' and
16535 #           not 'VXLAN' and
16536 #           not 'IP4FWD' and
16537 #           not '2VM'"
16538 #  parameters:
16539 #  - "throughput"
16540 #  - "parent"
16541 #  - "tags"
16542 ##  sort:
16543 ##  - "not CFS_OPT"
16544 ##  - "L2XCFWD"
16545 ##  - "not CFS_OPT"
16546 ##  - "CFS_OPT"
16547 #  traces:
16548 #    hoverinfo: "x+y"
16549 #    boxpoints: "outliers"
16550 #    whiskerwidth: 0
16551 #  layout:
16552 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16553 #    layout: "plot-throughput"
16554 #
16555 #- type: "plot"
16556 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16557 #  algorithm: "plot_performance_box"
16558 #  output-file-type: ".html"
16559 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16560 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16561 #  filter: "'NIC_Intel-XXV710' and
16562 #           '64B' and
16563 #           'NDRPDR' and
16564 #           ('ETH' or 'DOT1Q') and
16565 #           'BASE' and
16566 #           '4T2C' and
16567 #           ('L2BDMACLRN' or 'L2XCFWD') and
16568 #           'VHOST_1024' and
16569 #           not 'VXLAN' and
16570 #           not 'IP4FWD' and
16571 #           not '2VM'"
16572 #  parameters:
16573 #  - "throughput"
16574 #  - "parent"
16575 #  - "tags"
16576 ##  sort:
16577 ##  - "not CFS_OPT"
16578 ##  - "L2XCFWD"
16579 ##  - "not CFS_OPT"
16580 ##  - "CFS_OPT"
16581 #  traces:
16582 #    hoverinfo: "x+y"
16583 #    boxpoints: "outliers"
16584 #    whiskerwidth: 0
16585 #  layout:
16586 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16587 #    layout: "plot-throughput"
16588 #
16589 #- type: "plot"
16590 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16591 #  algorithm: "plot_performance_box"
16592 #  output-file-type: ".html"
16593 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16594 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16595 #  filter: "'NIC_Intel-XXV710' and
16596 #           '64B' and
16597 #           'NDRPDR' and
16598 #           ('ETH' or 'DOT1Q') and
16599 #           'BASE' and
16600 #           '4T2C' and
16601 #           ('L2BDMACLRN' or 'L2XCFWD') and
16602 #           'VHOST_1024' and
16603 #           not 'VXLAN' and
16604 #           not 'IP4FWD' and
16605 #           not '2VM'"
16606 #  parameters:
16607 #  - "throughput"
16608 #  - "parent"
16609 #  - "tags"
16610 ##  sort:
16611 ##  - "not CFS_OPT"
16612 ##  - "L2XCFWD"
16613 ##  - "not CFS_OPT"
16614 ##  - "CFS_OPT"
16615 #  traces:
16616 #    hoverinfo: "x+y"
16617 #    boxpoints: "outliers"
16618 #    whiskerwidth: 0
16619 #  layout:
16620 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16621 #    layout: "plot-throughput"
16622 #
16623 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16624 #- type: "plot"
16625 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16626 #  algorithm: "plot_performance_box"
16627 #  output-file-type: ".html"
16628 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16629 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16630 #  filter: "'NIC_Intel-XXV710' and
16631 #           '64B' and
16632 #           'NDRPDR' and
16633 #           ('ETH' or 'DOT1Q') and
16634 #           '2T1C' and
16635 #           ('L2BDMACLRN' or 'L2XCFWD') and
16636 #           'VHOST_1024' and
16637 #           not 'CFS_OPT' and
16638 #           not 'VXLAN' and
16639 #           not 'DOT1Q' and
16640 #           not 'IP4FWD'"
16641 #  parameters:
16642 #  - "throughput"
16643 #  - "parent"
16644 #  - "tags"
16645 ##  sort:
16646 ##  - "1VM"
16647 ##  - "L2XCFWD"
16648 ##  - "1VM"
16649 ##  - "L2BDMACLRN"
16650 #  traces:
16651 #    hoverinfo: "x+y"
16652 #    boxpoints: "outliers"
16653 #    whiskerwidth: 0
16654 #  layout:
16655 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16656 #    layout: "plot-throughput"
16657 #
16658 #- type: "plot"
16659 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16660 #  algorithm: "plot_performance_box"
16661 #  output-file-type: ".html"
16662 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16663 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16664 #  filter: "'NIC_Intel-XXV710' and
16665 #           '64B' and
16666 #           'NDRPDR' and
16667 #           ('ETH' or 'DOT1Q') and
16668 #           '2T1C' and
16669 #           ('L2BDMACLRN' or 'L2XCFWD') and
16670 #           'VHOST_1024' and
16671 #           not 'CFS_OPT' and
16672 #           not 'VXLAN' and
16673 #           not 'DOT1Q' and
16674 #           not 'IP4FWD'"
16675 #  parameters:
16676 #  - "throughput"
16677 #  - "parent"
16678 #  - "tags"
16679 ##  sort:
16680 ##  - "1VM"
16681 ##  - "L2XCFWD"
16682 ##  - "1VM"
16683 ##  - "L2BDMACLRN"
16684 #  traces:
16685 #    hoverinfo: "x+y"
16686 #    boxpoints: "outliers"
16687 #    whiskerwidth: 0
16688 #  layout:
16689 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16690 #    layout: "plot-throughput"
16691 #
16692 #- type: "plot"
16693 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16694 #  algorithm: "plot_performance_box"
16695 #  output-file-type: ".html"
16696 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16697 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16698 #  filter: "'NIC_Intel-XXV710' and
16699 #           '64B' and
16700 #           'NDRPDR' and
16701 #           ('ETH' or 'DOT1Q') and
16702 #           '4T2C' and
16703 #           ('L2BDMACLRN' or 'L2XCFWD') and
16704 #           'VHOST_1024' and
16705 #           not 'CFS_OPT' and
16706 #           not 'VXLAN' and
16707 #           not 'DOT1Q' and
16708 #           not 'IP4FWD'"
16709 #  parameters:
16710 #  - "throughput"
16711 #  - "parent"
16712 #  - "tags"
16713 ##  sort:
16714 ##  - "1VM"
16715 ##  - "L2XCFWD"
16716 ##  - "1VM"
16717 ##  - "L2BDMACLRN"
16718 #  traces:
16719 #    hoverinfo: "x+y"
16720 #    boxpoints: "outliers"
16721 #    whiskerwidth: 0
16722 #  layout:
16723 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16724 #    layout: "plot-throughput"
16725 #
16726 #- type: "plot"
16727 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16728 #  algorithm: "plot_performance_box"
16729 #  output-file-type: ".html"
16730 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16731 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16732 #  filter: "'NIC_Intel-XXV710' and
16733 #           '64B' and
16734 #           'NDRPDR' and
16735 #           ('ETH' or 'DOT1Q') and
16736 #           '4T2C' and
16737 #           ('L2BDMACLRN' or 'L2XCFWD') and
16738 #           'VHOST_1024' and
16739 #           not 'CFS_OPT' and
16740 #           not 'VXLAN' and
16741 #           not 'DOT1Q' and
16742 #           not 'IP4FWD'"
16743 #  parameters:
16744 #  - "throughput"
16745 #  - "parent"
16746 #  - "tags"
16747 ##  sort:
16748 ##  - "1VM"
16749 ##  - "L2XCFWD"
16750 ##  - "1VM"
16751 ##  - "L2BDMACLRN"
16752 #  traces:
16753 #    hoverinfo: "x+y"
16754 #    boxpoints: "outliers"
16755 #    whiskerwidth: 0
16756 #  layout:
16757 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16758 #    layout: "plot-throughput"
16759
16760 ################################################################################
16761
16762 # Packet Throughput - VPP VTS 3n-hsw-x520
16763 - type: "plot"
16764   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16765   algorithm: "plot_performance_box"
16766   output-file-type: ".html"
16767   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16769   filter: "'NIC_Intel-X520-DA2' and
16770            '114B' and
16771            'NDRPDR' and
16772            '1T1C' and
16773            'VTS'"
16774   parameters:
16775   - "throughput"
16776   - "parent"
16777   - "tags"
16778   traces:
16779     hoverinfo: "x+y"
16780     boxpoints: "outliers"
16781     whiskerwidth: 0
16782   layout:
16783     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16788   algorithm: "plot_performance_box"
16789   output-file-type: ".html"
16790   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16792   filter: "'NIC_Intel-X520-DA2' and
16793            '114B' and
16794            'NDRPDR' and
16795            '2T2C' and
16796            'VTS'"
16797   parameters:
16798   - "throughput"
16799   - "parent"
16800   - "tags"
16801   traces:
16802     hoverinfo: "x+y"
16803     boxpoints: "outliers"
16804     whiskerwidth: 0
16805   layout:
16806     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16807     layout: "plot-throughput"
16808
16809 - type: "plot"
16810   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16811   algorithm: "plot_performance_box"
16812   output-file-type: ".html"
16813   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16815   filter: "'NIC_Intel-X520-DA2' and
16816            '114B' and
16817            'NDRPDR' and
16818            '1T1C' and
16819            'VTS'"
16820   parameters:
16821   - "throughput"
16822   - "parent"
16823   - "tags"
16824   traces:
16825     hoverinfo: "x+y"
16826     boxpoints: "outliers"
16827     whiskerwidth: 0
16828   layout:
16829     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16830     layout: "plot-throughput"
16831
16832 - type: "plot"
16833   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16834   algorithm: "plot_performance_box"
16835   output-file-type: ".html"
16836   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16838   filter: "'NIC_Intel-X520-DA2' and
16839            '114B' and
16840            'NDRPDR' and
16841            '2T2C' and
16842            'VTS'"
16843   parameters:
16844   - "throughput"
16845   - "parent"
16846   - "tags"
16847   traces:
16848     hoverinfo: "x+y"
16849     boxpoints: "outliers"
16850     whiskerwidth: 0
16851   layout:
16852     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16853     layout: "plot-throughput"
16854
16855 ################################################################################
16856
16857 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16858 - type: "plot"
16859   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16860   algorithm: "plot_performance_box"
16861   output-file-type: ".html"
16862   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16863   data: "plot-dpdk-throughput-latency-3n-hsw"
16864   filter: "'NIC_Intel-X520-DA2' and
16865            '64B' and
16866            'BASE' and
16867            'NDRPDR' and
16868            '1T1C' and
16869            'IP4FWD'"
16870   parameters:
16871   - "throughput"
16872   - "parent"
16873   - "tags"
16874   traces:
16875     hoverinfo: "x+y"
16876     boxpoints: "outliers"
16877     whiskerwidth: 0
16878   layout:
16879     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16880     layout: "plot-throughput"
16881
16882 - type: "plot"
16883   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16884   algorithm: "plot_performance_box"
16885   output-file-type: ".html"
16886   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16887   data: "plot-dpdk-throughput-latency-3n-hsw"
16888   filter: "'NIC_Intel-X520-DA2' and
16889            '64B' and
16890            'BASE' and
16891            'NDRPDR' and
16892            '2T2C' and
16893            'IP4FWD'"
16894   parameters:
16895   - "throughput"
16896   - "parent"
16897   - "tags"
16898   traces:
16899     hoverinfo: "x+y"
16900     boxpoints: "outliers"
16901     whiskerwidth: 0
16902   layout:
16903     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16908   algorithm: "plot_performance_box"
16909   output-file-type: ".html"
16910   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16911   data: "plot-dpdk-throughput-latency-3n-hsw"
16912   filter: "'NIC_Intel-X520-DA2' and
16913            '64B' and
16914            'BASE' and
16915            'NDRPDR' and
16916            '1T1C' and
16917            'IP4FWD'"
16918   parameters:
16919   - "throughput"
16920   - "parent"
16921   - "tags"
16922   traces:
16923     hoverinfo: "x+y"
16924     boxpoints: "outliers"
16925     whiskerwidth: 0
16926   layout:
16927     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16928     layout: "plot-throughput"
16929
16930 - type: "plot"
16931   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16932   algorithm: "plot_performance_box"
16933   output-file-type: ".html"
16934   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16935   data: "plot-dpdk-throughput-latency-3n-hsw"
16936   filter: "'NIC_Intel-X520-DA2' and
16937            '64B' and
16938            'BASE' and
16939            'NDRPDR' and
16940            '2T2C' and
16941            'IP4FWD'"
16942   parameters:
16943   - "throughput"
16944   - "parent"
16945   - "tags"
16946   traces:
16947     hoverinfo: "x+y"
16948     boxpoints: "outliers"
16949     whiskerwidth: 0
16950   layout:
16951     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16952     layout: "plot-throughput"
16953
16954 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16955 - type: "plot"
16956   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16957   algorithm: "plot_performance_box"
16958   output-file-type: ".html"
16959   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16960   data: "plot-dpdk-throughput-latency-3n-hsw"
16961   filter: "'NIC_Intel-X710' and
16962            '64B' and
16963            'BASE' and
16964            'NDRPDR' and
16965            '1T1C' and
16966            'IP4FWD'"
16967   parameters:
16968   - "throughput"
16969   - "parent"
16970   - "tags"
16971   traces:
16972     hoverinfo: "x+y"
16973     boxpoints: "outliers"
16974     whiskerwidth: 0
16975   layout:
16976     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16977     layout: "plot-throughput"
16978
16979 - type: "plot"
16980   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16981   algorithm: "plot_performance_box"
16982   output-file-type: ".html"
16983   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16984   data: "plot-dpdk-throughput-latency-3n-hsw"
16985   filter: "'NIC_Intel-X710' and
16986            '64B' and
16987            'BASE' and
16988            'NDRPDR' and
16989            '2T2C' and
16990            'IP4FWD'"
16991   parameters:
16992   - "throughput"
16993   - "parent"
16994   - "tags"
16995   traces:
16996     hoverinfo: "x+y"
16997     boxpoints: "outliers"
16998     whiskerwidth: 0
16999   layout:
17000     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17001     layout: "plot-throughput"
17002
17003 - type: "plot"
17004   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17005   algorithm: "plot_performance_box"
17006   output-file-type: ".html"
17007   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17008   data: "plot-dpdk-throughput-latency-3n-hsw"
17009   filter: "'NIC_Intel-X710' and
17010            '64B' and
17011            'BASE' and
17012            'NDRPDR' and
17013            '1T1C' and
17014            'IP4FWD'"
17015   parameters:
17016   - "throughput"
17017   - "parent"
17018   - "tags"
17019   traces:
17020     hoverinfo: "x+y"
17021     boxpoints: "outliers"
17022     whiskerwidth: 0
17023   layout:
17024     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17025     layout: "plot-throughput"
17026
17027 - type: "plot"
17028   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17029   algorithm: "plot_performance_box"
17030   output-file-type: ".html"
17031   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17032   data: "plot-dpdk-throughput-latency-3n-hsw"
17033   filter: "'NIC_Intel-X710' and
17034            '64B' and
17035            'BASE' and
17036            'NDRPDR' and
17037            '2T2C' and
17038            'IP4FWD'"
17039   parameters:
17040   - "throughput"
17041   - "parent"
17042   - "tags"
17043   traces:
17044     hoverinfo: "x+y"
17045     boxpoints: "outliers"
17046     whiskerwidth: 0
17047   layout:
17048     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17049     layout: "plot-throughput"
17050
17051 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17052 - type: "plot"
17053   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17054   algorithm: "plot_performance_box"
17055   output-file-type: ".html"
17056   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17057   data: "plot-dpdk-throughput-latency-3n-hsw"
17058   filter: "'NIC_Intel-XL710' and
17059            '64B' and
17060            'BASE' and
17061            'NDRPDR' and
17062            '1T1C' and
17063            'IP4FWD'"
17064   parameters:
17065   - "throughput"
17066   - "parent"
17067   - "tags"
17068   traces:
17069     hoverinfo: "x+y"
17070     boxpoints: "outliers"
17071     whiskerwidth: 0
17072   layout:
17073     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17074     layout: "plot-throughput"
17075
17076 - type: "plot"
17077   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17078   algorithm: "plot_performance_box"
17079   output-file-type: ".html"
17080   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17081   data: "plot-dpdk-throughput-latency-3n-hsw"
17082   filter: "'NIC_Intel-XL710' and
17083            '64B' and
17084            'BASE' and
17085            'NDRPDR' and
17086            '2T2C' and
17087            'IP4FWD'"
17088   parameters:
17089   - "throughput"
17090   - "parent"
17091   - "tags"
17092   traces:
17093     hoverinfo: "x+y"
17094     boxpoints: "outliers"
17095     whiskerwidth: 0
17096   layout:
17097     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17098     layout: "plot-throughput"
17099
17100 - type: "plot"
17101   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17102   algorithm: "plot_performance_box"
17103   output-file-type: ".html"
17104   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17105   data: "plot-dpdk-throughput-latency-3n-hsw"
17106   filter: "'NIC_Intel-XL710' and
17107            '64B' and
17108            'BASE' and
17109            'NDRPDR' and
17110            '1T1C' and
17111            'IP4FWD'"
17112   parameters:
17113   - "throughput"
17114   - "parent"
17115   - "tags"
17116   traces:
17117     hoverinfo: "x+y"
17118     boxpoints: "outliers"
17119     whiskerwidth: 0
17120   layout:
17121     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17122     layout: "plot-throughput"
17123
17124 - type: "plot"
17125   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17126   algorithm: "plot_performance_box"
17127   output-file-type: ".html"
17128   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17129   data: "plot-dpdk-throughput-latency-3n-hsw"
17130   filter: "'NIC_Intel-XL710' and
17131            '64B' and
17132            'BASE' and
17133            'NDRPDR' and
17134            '2T2C' and
17135            'IP4FWD'"
17136   parameters:
17137   - "throughput"
17138   - "parent"
17139   - "tags"
17140   traces:
17141     hoverinfo: "x+y"
17142     boxpoints: "outliers"
17143     whiskerwidth: 0
17144   layout:
17145     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17146     layout: "plot-throughput"
17147
17148 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17149 - type: "plot"
17150   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17151   algorithm: "plot_performance_box"
17152   output-file-type: ".html"
17153   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17154   data: "plot-dpdk-throughput-latency-3n-skx"
17155   filter: "'NIC_Intel-X710' and
17156            '64B' and
17157            'BASE' and
17158            'NDRPDR' and
17159            '2T1C' and
17160            'IP4FWD'"
17161   parameters:
17162   - "throughput"
17163   - "parent"
17164   - "tags"
17165   traces:
17166     hoverinfo: "x+y"
17167     boxpoints: "outliers"
17168     whiskerwidth: 0
17169   layout:
17170     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17175   algorithm: "plot_performance_box"
17176   output-file-type: ".html"
17177   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17178   data: "plot-dpdk-throughput-latency-3n-skx"
17179   filter: "'NIC_Intel-X710' and
17180            '64B' and
17181            'BASE' and
17182            'NDRPDR' and
17183            '4T2C' and
17184            'IP4FWD'"
17185   parameters:
17186   - "throughput"
17187   - "parent"
17188   - "tags"
17189   traces:
17190     hoverinfo: "x+y"
17191     boxpoints: "outliers"
17192     whiskerwidth: 0
17193   layout:
17194     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17195     layout: "plot-throughput"
17196
17197 - type: "plot"
17198   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17199   algorithm: "plot_performance_box"
17200   output-file-type: ".html"
17201   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17202   data: "plot-dpdk-throughput-latency-3n-skx"
17203   filter: "'NIC_Intel-X710' and
17204            '64B' and
17205            'BASE' and
17206            'NDRPDR' and
17207            '2T1C' and
17208            'IP4FWD'"
17209   parameters:
17210   - "throughput"
17211   - "parent"
17212   - "tags"
17213   traces:
17214     hoverinfo: "x+y"
17215     boxpoints: "outliers"
17216     whiskerwidth: 0
17217   layout:
17218     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17219     layout: "plot-throughput"
17220
17221 - type: "plot"
17222   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17223   algorithm: "plot_performance_box"
17224   output-file-type: ".html"
17225   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17226   data: "plot-dpdk-throughput-latency-3n-skx"
17227   filter: "'NIC_Intel-X710' and
17228            '64B' and
17229            'BASE' and
17230            'NDRPDR' and
17231            '4T2C' and
17232            'IP4FWD'"
17233   parameters:
17234   - "throughput"
17235   - "parent"
17236   - "tags"
17237   traces:
17238     hoverinfo: "x+y"
17239     boxpoints: "outliers"
17240     whiskerwidth: 0
17241   layout:
17242     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17243     layout: "plot-throughput"
17244
17245 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17246 - type: "plot"
17247   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17248   algorithm: "plot_performance_box"
17249   output-file-type: ".html"
17250   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17251   data: "plot-dpdk-throughput-latency-3n-skx"
17252   filter: "'NIC_Intel-XXV710' and
17253            '64B' and
17254            'BASE' and
17255            'NDRPDR' and
17256            '2T1C' and
17257            'IP4FWD'"
17258   parameters:
17259   - "throughput"
17260   - "parent"
17261   - "tags"
17262   traces:
17263     hoverinfo: "x+y"
17264     boxpoints: "outliers"
17265     whiskerwidth: 0
17266   layout:
17267     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17272   algorithm: "plot_performance_box"
17273   output-file-type: ".html"
17274   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17275   data: "plot-dpdk-throughput-latency-3n-skx"
17276   filter: "'NIC_Intel-XXV710' and
17277            '64B' and
17278            'BASE' and
17279            'NDRPDR' and
17280            '4T2C' and
17281            'IP4FWD'"
17282   parameters:
17283   - "throughput"
17284   - "parent"
17285   - "tags"
17286   traces:
17287     hoverinfo: "x+y"
17288     boxpoints: "outliers"
17289     whiskerwidth: 0
17290   layout:
17291     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17292     layout: "plot-throughput"
17293
17294 - type: "plot"
17295   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17296   algorithm: "plot_performance_box"
17297   output-file-type: ".html"
17298   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17299   data: "plot-dpdk-throughput-latency-3n-skx"
17300   filter: "'NIC_Intel-XXV710' and
17301            '64B' and
17302            'BASE' and
17303            'NDRPDR' and
17304            '2T1C' and
17305            'IP4FWD'"
17306   parameters:
17307   - "throughput"
17308   - "parent"
17309   - "tags"
17310   traces:
17311     hoverinfo: "x+y"
17312     boxpoints: "outliers"
17313     whiskerwidth: 0
17314   layout:
17315     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17320   algorithm: "plot_performance_box"
17321   output-file-type: ".html"
17322   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17323   data: "plot-dpdk-throughput-latency-3n-skx"
17324   filter: "'NIC_Intel-XXV710' and
17325            '64B' and
17326            'BASE' and
17327            'NDRPDR' and
17328            '4T2C' and
17329            'IP4FWD'"
17330   parameters:
17331   - "throughput"
17332   - "parent"
17333   - "tags"
17334   traces:
17335     hoverinfo: "x+y"
17336     boxpoints: "outliers"
17337     whiskerwidth: 0
17338   layout:
17339     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17340     layout: "plot-throughput"
17341
17342 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17343 - type: "plot"
17344   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17345   algorithm: "plot_performance_box"
17346   output-file-type: ".html"
17347   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17348   data: "plot-dpdk-throughput-latency-2n-skx"
17349   filter: "'NIC_Intel-X710' and
17350            '64B' and
17351            'BASE' and
17352            'NDRPDR' and
17353            '2T1C' and
17354            'IP4FWD'"
17355   parameters:
17356   - "throughput"
17357   - "parent"
17358   - "tags"
17359   traces:
17360     hoverinfo: "x+y"
17361     boxpoints: "outliers"
17362     whiskerwidth: 0
17363   layout:
17364     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17365     layout: "plot-throughput"
17366
17367 - type: "plot"
17368   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17369   algorithm: "plot_performance_box"
17370   output-file-type: ".html"
17371   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17372   data: "plot-dpdk-throughput-latency-2n-skx"
17373   filter: "'NIC_Intel-X710' and
17374            '64B' and
17375            'BASE' and
17376            'NDRPDR' and
17377            '4T2C' and
17378            'IP4FWD'"
17379   parameters:
17380   - "throughput"
17381   - "parent"
17382   - "tags"
17383   traces:
17384     hoverinfo: "x+y"
17385     boxpoints: "outliers"
17386     whiskerwidth: 0
17387   layout:
17388     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17393   algorithm: "plot_performance_box"
17394   output-file-type: ".html"
17395   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17396   data: "plot-dpdk-throughput-latency-2n-skx"
17397   filter: "'NIC_Intel-X710' and
17398            '64B' and
17399            'BASE' and
17400            'NDRPDR' and
17401            '2T1C' and
17402            'IP4FWD'"
17403   parameters:
17404   - "throughput"
17405   - "parent"
17406   - "tags"
17407   traces:
17408     hoverinfo: "x+y"
17409     boxpoints: "outliers"
17410     whiskerwidth: 0
17411   layout:
17412     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17417   algorithm: "plot_performance_box"
17418   output-file-type: ".html"
17419   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17420   data: "plot-dpdk-throughput-latency-2n-skx"
17421   filter: "'NIC_Intel-X710' and
17422            '64B' and
17423            'BASE' and
17424            'NDRPDR' and
17425            '4T2C' and
17426            'IP4FWD'"
17427   parameters:
17428   - "throughput"
17429   - "parent"
17430   - "tags"
17431   traces:
17432     hoverinfo: "x+y"
17433     boxpoints: "outliers"
17434     whiskerwidth: 0
17435   layout:
17436     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17437     layout: "plot-throughput"
17438
17439 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17440 - type: "plot"
17441   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17442   algorithm: "plot_performance_box"
17443   output-file-type: ".html"
17444   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17445   data: "plot-dpdk-throughput-latency-2n-skx"
17446   filter: "'NIC_Intel-XXV710' and
17447            '64B' and
17448            'BASE' and
17449            'NDRPDR' and
17450            '2T1C' and
17451            'IP4FWD'"
17452   parameters:
17453   - "throughput"
17454   - "parent"
17455   - "tags"
17456   traces:
17457     hoverinfo: "x+y"
17458     boxpoints: "outliers"
17459     whiskerwidth: 0
17460   layout:
17461     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17462     layout: "plot-throughput"
17463
17464 - type: "plot"
17465   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17466   algorithm: "plot_performance_box"
17467   output-file-type: ".html"
17468   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17469   data: "plot-dpdk-throughput-latency-2n-skx"
17470   filter: "'NIC_Intel-XXV710' and
17471            '64B' and
17472            'BASE' and
17473            'NDRPDR' and
17474            '4T2C' and
17475            'IP4FWD'"
17476   parameters:
17477   - "throughput"
17478   - "parent"
17479   - "tags"
17480   traces:
17481     hoverinfo: "x+y"
17482     boxpoints: "outliers"
17483     whiskerwidth: 0
17484   layout:
17485     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17490   algorithm: "plot_performance_box"
17491   output-file-type: ".html"
17492   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17493   data: "plot-dpdk-throughput-latency-2n-skx"
17494   filter: "'NIC_Intel-XXV710' and
17495            '64B' and
17496            'BASE' and
17497            'NDRPDR' and
17498            '2T1C' and
17499            'IP4FWD'"
17500   parameters:
17501   - "throughput"
17502   - "parent"
17503   - "tags"
17504   traces:
17505     hoverinfo: "x+y"
17506     boxpoints: "outliers"
17507     whiskerwidth: 0
17508   layout:
17509     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17514   algorithm: "plot_performance_box"
17515   output-file-type: ".html"
17516   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17517   data: "plot-dpdk-throughput-latency-2n-skx"
17518   filter: "'NIC_Intel-XXV710' and
17519            '64B' and
17520            'BASE' and
17521            'NDRPDR' and
17522            '4T2C' and
17523            'IP4FWD'"
17524   parameters:
17525   - "throughput"
17526   - "parent"
17527   - "tags"
17528   traces:
17529     hoverinfo: "x+y"
17530     boxpoints: "outliers"
17531     whiskerwidth: 0
17532   layout:
17533     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17534     layout: "plot-throughput"
17535
17536 ################################################################################
17537
17538 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17539 - type: "plot"
17540   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17541   algorithm: "plot_performance_box"
17542   output-file-type: ".html"
17543   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17544   data: "plot-dpdk-throughput-latency-3n-hsw"
17545   filter: "'NIC_Intel-X520-DA2' and
17546            '64B' and
17547            'BASE' and
17548            'NDRPDR' and
17549            '1T1C' and
17550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17551   parameters:
17552   - "throughput"
17553   - "parent"
17554   - "tags"
17555   traces:
17556     hoverinfo: "x+y"
17557     boxpoints: "outliers"
17558     whiskerwidth: 0
17559   layout:
17560     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17565   algorithm: "plot_performance_box"
17566   output-file-type: ".html"
17567   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17568   data: "plot-dpdk-throughput-latency-3n-hsw"
17569   filter: "'NIC_Intel-X520-DA2' and
17570            '64B' and
17571            'BASE' and
17572            'NDRPDR' and
17573            '2T2C' and
17574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17575   parameters:
17576   - "throughput"
17577   - "parent"
17578   - "tags"
17579   traces:
17580     hoverinfo: "x+y"
17581     boxpoints: "outliers"
17582     whiskerwidth: 0
17583   layout:
17584     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17585     layout: "plot-throughput"
17586
17587 - type: "plot"
17588   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17589   algorithm: "plot_performance_box"
17590   output-file-type: ".html"
17591   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17592   data: "plot-dpdk-throughput-latency-3n-hsw"
17593   filter: "'NIC_Intel-X520-DA2' and
17594            '64B' and
17595            'BASE' and
17596            'NDRPDR' and
17597            '1T1C' and
17598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17599   parameters:
17600   - "throughput"
17601   - "parent"
17602   - "tags"
17603   traces:
17604     hoverinfo: "x+y"
17605     boxpoints: "outliers"
17606     whiskerwidth: 0
17607   layout:
17608     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17613   algorithm: "plot_performance_box"
17614   output-file-type: ".html"
17615   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17616   data: "plot-dpdk-throughput-latency-3n-hsw"
17617   filter: "'NIC_Intel-X520-DA2' and
17618            '64B' and
17619            'BASE' and
17620            'NDRPDR' and
17621            '2T2C' and
17622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17623   parameters:
17624   - "throughput"
17625   - "parent"
17626   - "tags"
17627   traces:
17628     hoverinfo: "x+y"
17629     boxpoints: "outliers"
17630     whiskerwidth: 0
17631   layout:
17632     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17633     layout: "plot-throughput"
17634
17635 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17636 - type: "plot"
17637   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17638   algorithm: "plot_performance_box"
17639   output-file-type: ".html"
17640   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17641   data: "plot-dpdk-throughput-latency-3n-hsw"
17642   filter: "'NIC_Intel-X710' and
17643            '64B' and
17644            'BASE' and
17645            'NDRPDR' and
17646            '1T1C' and
17647            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17648   parameters:
17649   - "throughput"
17650   - "parent"
17651   - "tags"
17652   traces:
17653     hoverinfo: "x+y"
17654     boxpoints: "outliers"
17655     whiskerwidth: 0
17656   layout:
17657     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17658     layout: "plot-throughput"
17659
17660 - type: "plot"
17661   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17662   algorithm: "plot_performance_box"
17663   output-file-type: ".html"
17664   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17665   data: "plot-dpdk-throughput-latency-3n-hsw"
17666   filter: "'NIC_Intel-X710' and
17667            '64B' and
17668            'BASE' and
17669            'NDRPDR' and
17670            '2T2C' and
17671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17672   parameters:
17673   - "throughput"
17674   - "parent"
17675   - "tags"
17676   traces:
17677     hoverinfo: "x+y"
17678     boxpoints: "outliers"
17679     whiskerwidth: 0
17680   layout:
17681     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17682     layout: "plot-throughput"
17683
17684 - type: "plot"
17685   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17686   algorithm: "plot_performance_box"
17687   output-file-type: ".html"
17688   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17689   data: "plot-dpdk-throughput-latency-3n-hsw"
17690   filter: "'NIC_Intel-X710' and
17691            '64B' and
17692            'BASE' and
17693            'NDRPDR' and
17694            '1T1C' and
17695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17696   parameters:
17697   - "throughput"
17698   - "parent"
17699   - "tags"
17700   traces:
17701     hoverinfo: "x+y"
17702     boxpoints: "outliers"
17703     whiskerwidth: 0
17704   layout:
17705     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17710   algorithm: "plot_performance_box"
17711   output-file-type: ".html"
17712   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17713   data: "plot-dpdk-throughput-latency-3n-hsw"
17714   filter: "'NIC_Intel-X710' and
17715            '64B' and
17716            'BASE' and
17717            'NDRPDR' and
17718            '2T2C' and
17719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17720   parameters:
17721   - "throughput"
17722   - "parent"
17723   - "tags"
17724   traces:
17725     hoverinfo: "x+y"
17726     boxpoints: "outliers"
17727     whiskerwidth: 0
17728   layout:
17729     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17730     layout: "plot-throughput"
17731
17732 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17733 - type: "plot"
17734   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17735   algorithm: "plot_performance_box"
17736   output-file-type: ".html"
17737   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17738   data: "plot-dpdk-throughput-latency-3n-hsw"
17739   filter: "'NIC_Intel-XL710' and
17740            '64B' and
17741            'BASE' and
17742            'NDRPDR' and
17743            '1T1C' and
17744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17745   parameters:
17746   - "throughput"
17747   - "parent"
17748   - "tags"
17749   traces:
17750     hoverinfo: "x+y"
17751     boxpoints: "outliers"
17752     whiskerwidth: 0
17753   layout:
17754     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17755     layout: "plot-throughput"
17756
17757 - type: "plot"
17758   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17759   algorithm: "plot_performance_box"
17760   output-file-type: ".html"
17761   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17762   data: "plot-dpdk-throughput-latency-3n-hsw"
17763   filter: "'NIC_Intel-XL710' and
17764            '64B' and
17765            'BASE' and
17766            'NDRPDR' and
17767            '2T2C' and
17768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17769   parameters:
17770   - "throughput"
17771   - "parent"
17772   - "tags"
17773   traces:
17774     hoverinfo: "x+y"
17775     boxpoints: "outliers"
17776     whiskerwidth: 0
17777   layout:
17778     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17783   algorithm: "plot_performance_box"
17784   output-file-type: ".html"
17785   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17786   data: "plot-dpdk-throughput-latency-3n-hsw"
17787   filter: "'NIC_Intel-XL710' and
17788            '64B' and
17789            'BASE' and
17790            'NDRPDR' and
17791            '1T1C' and
17792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17793   parameters:
17794   - "throughput"
17795   - "parent"
17796   - "tags"
17797   traces:
17798     hoverinfo: "x+y"
17799     boxpoints: "outliers"
17800     whiskerwidth: 0
17801   layout:
17802     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17807   algorithm: "plot_performance_box"
17808   output-file-type: ".html"
17809   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17810   data: "plot-dpdk-throughput-latency-3n-hsw"
17811   filter: "'NIC_Intel-XL710' and
17812            '64B' and
17813            'BASE' and
17814            'NDRPDR' and
17815            '2T2C' and
17816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17817   parameters:
17818   - "throughput"
17819   - "parent"
17820   - "tags"
17821   traces:
17822     hoverinfo: "x+y"
17823     boxpoints: "outliers"
17824     whiskerwidth: 0
17825   layout:
17826     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17827     layout: "plot-throughput"
17828
17829 # Packet Throughput - DPDK testpmd 3n-skx-x710
17830 - type: "plot"
17831   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17832   algorithm: "plot_performance_box"
17833   output-file-type: ".html"
17834   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17835   data: "plot-dpdk-throughput-latency-3n-skx"
17836   filter: "'NIC_Intel-X710' and
17837            '64B' and
17838            'BASE' and
17839            'NDRPDR' and
17840            '2T1C' and
17841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17842   parameters:
17843   - "throughput"
17844   - "parent"
17845   - "tags"
17846   traces:
17847     hoverinfo: "x+y"
17848     boxpoints: "outliers"
17849     whiskerwidth: 0
17850   layout:
17851     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17856   algorithm: "plot_performance_box"
17857   output-file-type: ".html"
17858   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17859   data: "plot-dpdk-throughput-latency-3n-skx"
17860   filter: "'NIC_Intel-X710' and
17861            '64B' and
17862            'BASE' and
17863            'NDRPDR' and
17864            '4T2C' and
17865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17866   parameters:
17867   - "throughput"
17868   - "parent"
17869   - "tags"
17870   traces:
17871     hoverinfo: "x+y"
17872     boxpoints: "outliers"
17873     whiskerwidth: 0
17874   layout:
17875     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17876     layout: "plot-throughput"
17877
17878 - type: "plot"
17879   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17880   algorithm: "plot_performance_box"
17881   output-file-type: ".html"
17882   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17883   data: "plot-dpdk-throughput-latency-3n-skx"
17884   filter: "'NIC_Intel-X710' and
17885            '64B' and
17886            'BASE' and
17887            'NDRPDR' and
17888            '2T1C' and
17889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17890   parameters:
17891   - "throughput"
17892   - "parent"
17893   - "tags"
17894   traces:
17895     hoverinfo: "x+y"
17896     boxpoints: "outliers"
17897     whiskerwidth: 0
17898   layout:
17899     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17900     layout: "plot-throughput"
17901
17902 - type: "plot"
17903   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17904   algorithm: "plot_performance_box"
17905   output-file-type: ".html"
17906   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17907   data: "plot-dpdk-throughput-latency-3n-skx"
17908   filter: "'NIC_Intel-X710' and
17909            '64B' and
17910            'BASE' and
17911            'NDRPDR' and
17912            '4T2C' and
17913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17914   parameters:
17915   - "throughput"
17916   - "parent"
17917   - "tags"
17918   traces:
17919     hoverinfo: "x+y"
17920     boxpoints: "outliers"
17921     whiskerwidth: 0
17922   layout:
17923     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17924     layout: "plot-throughput"
17925
17926 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17927 - type: "plot"
17928   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17929   algorithm: "plot_performance_box"
17930   output-file-type: ".html"
17931   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17932   data: "plot-dpdk-throughput-latency-3n-skx"
17933   filter: "'NIC_Intel-XXV710' and
17934            '64B' and
17935            'BASE' and
17936            'NDRPDR' and
17937            '2T1C' and
17938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17939   parameters:
17940   - "throughput"
17941   - "parent"
17942   - "tags"
17943   traces:
17944     hoverinfo: "x+y"
17945     boxpoints: "outliers"
17946     whiskerwidth: 0
17947   layout:
17948     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17949     layout: "plot-throughput"
17950
17951 - type: "plot"
17952   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17953   algorithm: "plot_performance_box"
17954   output-file-type: ".html"
17955   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17956   data: "plot-dpdk-throughput-latency-3n-skx"
17957   filter: "'NIC_Intel-XXV710' and
17958            '64B' and
17959            'BASE' and
17960            'NDRPDR' and
17961            '4T2C' and
17962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17963   parameters:
17964   - "throughput"
17965   - "parent"
17966   - "tags"
17967   traces:
17968     hoverinfo: "x+y"
17969     boxpoints: "outliers"
17970     whiskerwidth: 0
17971   layout:
17972     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17977   algorithm: "plot_performance_box"
17978   output-file-type: ".html"
17979   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17980   data: "plot-dpdk-throughput-latency-3n-skx"
17981   filter: "'NIC_Intel-XXV710' and
17982            '64B' and
17983            'BASE' and
17984            'NDRPDR' and
17985            '2T1C' and
17986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17987   parameters:
17988   - "throughput"
17989   - "parent"
17990   - "tags"
17991   traces:
17992     hoverinfo: "x+y"
17993     boxpoints: "outliers"
17994     whiskerwidth: 0
17995   layout:
17996     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17997     layout: "plot-throughput"
17998
17999 - type: "plot"
18000   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18001   algorithm: "plot_performance_box"
18002   output-file-type: ".html"
18003   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18004   data: "plot-dpdk-throughput-latency-3n-skx"
18005   filter: "'NIC_Intel-XXV710' and
18006            '64B' and
18007            'BASE' and
18008            'NDRPDR' and
18009            '4T2C' and
18010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18011   parameters:
18012   - "throughput"
18013   - "parent"
18014   - "tags"
18015   traces:
18016     hoverinfo: "x+y"
18017     boxpoints: "outliers"
18018     whiskerwidth: 0
18019   layout:
18020     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18021     layout: "plot-throughput"
18022
18023 # Packet Throughput - DPDK testpmd 2n-skx-x710
18024 - type: "plot"
18025   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18026   algorithm: "plot_performance_box"
18027   output-file-type: ".html"
18028   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18029   data: "plot-dpdk-throughput-latency-2n-skx"
18030   filter: "'NIC_Intel-X710' and
18031            '64B' and
18032            'BASE' and
18033            'NDRPDR' and
18034            '2T1C' and
18035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18036   parameters:
18037   - "throughput"
18038   - "parent"
18039   - "tags"
18040   traces:
18041     hoverinfo: "x+y"
18042     boxpoints: "outliers"
18043     whiskerwidth: 0
18044   layout:
18045     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18050   algorithm: "plot_performance_box"
18051   output-file-type: ".html"
18052   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18053   data: "plot-dpdk-throughput-latency-2n-skx"
18054   filter: "'NIC_Intel-X710' and
18055            '64B' and
18056            'BASE' and
18057            'NDRPDR' and
18058            '4T2C' and
18059            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18060   parameters:
18061   - "throughput"
18062   - "parent"
18063   - "tags"
18064   traces:
18065     hoverinfo: "x+y"
18066     boxpoints: "outliers"
18067     whiskerwidth: 0
18068   layout:
18069     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18070     layout: "plot-throughput"
18071
18072 - type: "plot"
18073   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18074   algorithm: "plot_performance_box"
18075   output-file-type: ".html"
18076   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18077   data: "plot-dpdk-throughput-latency-2n-skx"
18078   filter: "'NIC_Intel-X710' and
18079            '64B' and
18080            'BASE' and
18081            'NDRPDR' and
18082            '2T1C' and
18083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18084   parameters:
18085   - "throughput"
18086   - "parent"
18087   - "tags"
18088   traces:
18089     hoverinfo: "x+y"
18090     boxpoints: "outliers"
18091     whiskerwidth: 0
18092   layout:
18093     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18094     layout: "plot-throughput"
18095
18096 - type: "plot"
18097   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18098   algorithm: "plot_performance_box"
18099   output-file-type: ".html"
18100   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18101   data: "plot-dpdk-throughput-latency-2n-skx"
18102   filter: "'NIC_Intel-X710' and
18103            '64B' and
18104            'BASE' and
18105            'NDRPDR' and
18106            '4T2C' and
18107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18108   parameters:
18109   - "throughput"
18110   - "parent"
18111   - "tags"
18112   traces:
18113     hoverinfo: "x+y"
18114     boxpoints: "outliers"
18115     whiskerwidth: 0
18116   layout:
18117     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18118     layout: "plot-throughput"
18119
18120 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18121 - type: "plot"
18122   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18123   algorithm: "plot_performance_box"
18124   output-file-type: ".html"
18125   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18126   data: "plot-dpdk-throughput-latency-2n-skx"
18127   filter: "'NIC_Intel-XXV710' and
18128            '64B' and
18129            'BASE' and
18130            'NDRPDR' and
18131            '2T1C' and
18132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18133   parameters:
18134   - "throughput"
18135   - "parent"
18136   - "tags"
18137   traces:
18138     hoverinfo: "x+y"
18139     boxpoints: "outliers"
18140     whiskerwidth: 0
18141   layout:
18142     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18143     layout: "plot-throughput"
18144
18145 - type: "plot"
18146   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18147   algorithm: "plot_performance_box"
18148   output-file-type: ".html"
18149   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18150   data: "plot-dpdk-throughput-latency-2n-skx"
18151   filter: "'NIC_Intel-XXV710' and
18152            '64B' and
18153            'BASE' and
18154            'NDRPDR' and
18155            '4T2C' and
18156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18157   parameters:
18158   - "throughput"
18159   - "parent"
18160   - "tags"
18161   traces:
18162     hoverinfo: "x+y"
18163     boxpoints: "outliers"
18164     whiskerwidth: 0
18165   layout:
18166     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18167     layout: "plot-throughput"
18168
18169 - type: "plot"
18170   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18171   algorithm: "plot_performance_box"
18172   output-file-type: ".html"
18173   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18174   data: "plot-dpdk-throughput-latency-2n-skx"
18175   filter: "'NIC_Intel-XXV710' and
18176            '64B' and
18177            'BASE' and
18178            'NDRPDR' and
18179            '2T1C' and
18180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18181   parameters:
18182   - "throughput"
18183   - "parent"
18184   - "tags"
18185   traces:
18186     hoverinfo: "x+y"
18187     boxpoints: "outliers"
18188     whiskerwidth: 0
18189   layout:
18190     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18191     layout: "plot-throughput"
18192
18193 - type: "plot"
18194   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18195   algorithm: "plot_performance_box"
18196   output-file-type: ".html"
18197   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18198   data: "plot-dpdk-throughput-latency-2n-skx"
18199   filter: "'NIC_Intel-XXV710' and
18200            '64B' and
18201            'BASE' and
18202            'NDRPDR' and
18203            '4T2C' and
18204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18205   parameters:
18206   - "throughput"
18207   - "parent"
18208   - "tags"
18209   traces:
18210     hoverinfo: "x+y"
18211     boxpoints: "outliers"
18212     whiskerwidth: 0
18213   layout:
18214     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18215     layout: "plot-throughput"
18216
18217 ################################################################################
18218
18219 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18220 - type: "plot"
18221   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18222   algorithm: "plot_latency_error_bars"
18223   output-file-type: ".html"
18224   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18226   filter: "'NIC_Intel-X520-DA2' and
18227            '64B' and
18228            ('BASE' or 'SCALE') and
18229            'NDRPDR' and
18230            'ETH' and
18231            '1T1C' and
18232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18233            not 'VHOST' and
18234            not 'MEMIF'"
18235   parameters:
18236   - "latency"
18237   - "parent"
18238   - "tags"
18239   sort:
18240   - "L2XCFWD"
18241   - "L2PATCH"
18242   - "L2BDMACLRN"
18243   - "FIB_10K"
18244   - "FIB_100K"
18245   - "FIB_1M"
18246   layout:
18247     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18248     layout: "plot-latency"
18249
18250 - type: "plot"
18251   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18252   algorithm: "plot_latency_error_bars"
18253   output-file-type: ".html"
18254   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18256   filter: "'NIC_Intel-X520-DA2' and
18257            '64B' and
18258            ('BASE' or 'SCALE') and
18259            'NDRPDR' and
18260            'ETH' and
18261            '2T2C' and
18262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18263            not 'VHOST' and
18264            not 'MEMIF'"
18265   parameters:
18266   - "latency"
18267   - "parent"
18268   - "tags"
18269   sort:
18270   - "L2XCFWD"
18271   - "L2PATCH"
18272   - "L2BDMACLRN"
18273   - "FIB_10K"
18274   - "FIB_100K"
18275   - "FIB_1M"
18276   layout:
18277     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18278     layout: "plot-latency"
18279
18280 # Packet Latency - VPP L2 3n-hsw-x520 features
18281 - type: "plot"
18282   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18283   algorithm: "plot_latency_error_bars"
18284   output-file-type: ".html"
18285   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18287   filter: "'NIC_Intel-X520-DA2' and
18288            '64B' and
18289            'NDRPDR' and
18290            '1T1C' and
18291            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18292            not 'ACL' and
18293            not 'VHOST' and
18294            not 'MEMIF'"
18295   parameters:
18296   - "latency"
18297   - "parent"
18298   - "tags"
18299   sort:
18300   - "L2XCBASE"    # l2xcbase
18301   - "L2BDBASE"    # l2bdbase
18302   - "L2XCFWD"     # dot1q-l2xcbase
18303   - "L2BDMACLRN"  # dot1q-l2bdbase
18304   layout:
18305     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18306     layout: "plot-latency"
18307
18308 - type: "plot"
18309   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18310   algorithm: "plot_latency_error_bars"
18311   output-file-type: ".html"
18312   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18314   filter: "'NIC_Intel-X520-DA2' and
18315            '64B' and
18316            'NDRPDR' and
18317            '2T2C' and
18318            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18319            not 'ACL' and
18320            not 'VHOST' and
18321            not 'MEMIF'"
18322   parameters:
18323   - "latency"
18324   - "parent"
18325   - "tags"
18326   sort:
18327   - "L2XCBASE"    # l2xcbase
18328   - "L2BDBASE"    # l2bdbase
18329   - "L2XCFWD"     # dot1q-l2xcbase
18330   - "L2BDMACLRN"  # dot1q-l2bdbase
18331   layout:
18332     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18333     layout: "plot-latency"
18334
18335 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18336 - type: "plot"
18337   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18338   algorithm: "plot_latency_error_bars"
18339   output-file-type: ".html"
18340   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18342   filter: "'NIC_Intel-X520-DA2' and
18343            '64B' and
18344            'NDRPDR' and
18345            '1T1C' and
18346            'FEATURE' and
18347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18348            'IACL' and
18349            ('ACL1' or 'ACL50') and
18350            ('10K_FLOWS' or '10k_FLOWS') and
18351            not 'MACIP' and
18352            not 'VHOST' and
18353            not 'MEMIF'"
18354   parameters:
18355   - "latency"
18356   - "parent"
18357   - "tags"
18358   layout:
18359     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18360     layout: "plot-latency"
18361
18362 - type: "plot"
18363   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18364   algorithm: "plot_latency_error_bars"
18365   output-file-type: ".html"
18366   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18368   filter: "'NIC_Intel-X520-DA2' and
18369            '64B' and
18370            'NDRPDR' and
18371            '2T2C' and
18372            'FEATURE' and
18373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18374            'IACL' and
18375            ('ACL1' or 'ACL50') and
18376            ('10K_FLOWS' or '10k_FLOWS') and
18377            not 'MACIP' and
18378            not 'VHOST' and
18379            not 'MEMIF'"
18380   parameters:
18381   - "latency"
18382   - "parent"
18383   - "tags"
18384   layout:
18385     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18386     layout: "plot-latency"
18387
18388 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18389 - type: "plot"
18390   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18391   algorithm: "plot_latency_error_bars"
18392   output-file-type: ".html"
18393   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18395   filter: "'NIC_Intel-X520-DA2' and
18396            '64B' and
18397            'NDRPDR' and
18398            '1T1C' and
18399            'FEATURE' and
18400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18401            'OACL' and
18402            ('ACL1' or 'ACL50') and
18403            ('10K_FLOWS' or '10k_FLOWS') and
18404            not 'MACIP' and
18405            not 'VHOST' and
18406            not 'MEMIF'"
18407   parameters:
18408   - "latency"
18409   - "parent"
18410   - "tags"
18411   layout:
18412     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18413     layout: "plot-latency"
18414
18415 - type: "plot"
18416   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18417   algorithm: "plot_latency_error_bars"
18418   output-file-type: ".html"
18419   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18420   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18421   filter: "'NIC_Intel-X520-DA2' and
18422            '64B' and
18423            'NDRPDR' and
18424            '2T2C' and
18425            'FEATURE' and
18426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18427            'OACL' and
18428            ('ACL1' or 'ACL50') and
18429            ('10K_FLOWS' or '10k_FLOWS') and
18430            not 'MACIP' and
18431            not 'VHOST' and
18432            not 'MEMIF'"
18433   parameters:
18434   - "latency"
18435   - "parent"
18436   - "tags"
18437   layout:
18438     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18439     layout: "plot-latency"
18440
18441 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18442 - type: "plot"
18443   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18444   algorithm: "plot_latency_error_bars"
18445   output-file-type: ".html"
18446   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18448   filter: "'NIC_Intel-X520-DA2' and
18449            '64B' and
18450            'NDRPDR' and
18451            '1T1C' and
18452            'FEATURE' and
18453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18454            'MACIP' and
18455            ('ACL1' or 'ACL50') and
18456            ('10K_FLOWS' or '10k_FLOWS') and
18457            not 'VHOST' and
18458            not 'MEMIF'"
18459   parameters:
18460   - "latency"
18461   - "parent"
18462   - "tags"
18463   layout:
18464     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18465     layout: "plot-latency"
18466
18467 - type: "plot"
18468   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18469   algorithm: "plot_latency_error_bars"
18470   output-file-type: ".html"
18471   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18473   filter: "'NIC_Intel-X520-DA2' and
18474            '64B' and
18475            'NDRPDR' and
18476            '2T2C' and
18477            'FEATURE' and
18478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18479            'MACIP' and
18480            ('ACL1' or 'ACL50') and
18481            ('10K_FLOWS' or '10k_FLOWS') and
18482            not 'VHOST' and
18483            not 'MEMIF'"
18484   parameters:
18485   - "latency"
18486   - "parent"
18487   - "tags"
18488   layout:
18489     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18490     layout: "plot-latency"
18491
18492 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18493 - type: "plot"
18494   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18495   algorithm: "plot_latency_error_bars"
18496   output-file-type: ".html"
18497   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18499   filter: "'NIC_Intel-X710' and
18500            '64B' and
18501            ('BASE' or 'SCALE') and
18502            'NDRPDR' and
18503            'ETH' and
18504            '1T1C' and
18505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18506            not 'VHOST' and
18507            not 'MEMIF'"
18508   parameters:
18509   - "latency"
18510   - "parent"
18511   - "tags"
18512   sort:
18513   - "L2PATCH"
18514   - "L2XCFWD"
18515   - "L2BDMACLRN"
18516   - "FIB_10K"
18517   - "FIB_100K"
18518   - "FIB_1M"
18519   layout:
18520     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18521     layout: "plot-latency"
18522
18523 - type: "plot"
18524   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18525   algorithm: "plot_latency_error_bars"
18526   output-file-type: ".html"
18527   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18529   filter: "'NIC_Intel-X710' and
18530            '64B' and
18531            ('BASE' or 'SCALE') and
18532            'NDRPDR' and
18533            'ETH' and
18534            '2T2C' and
18535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18536            not 'VHOST' and
18537            not 'MEMIF'"
18538   parameters:
18539   - "latency"
18540   - "parent"
18541   - "tags"
18542   sort:
18543   - "L2PATCH"
18544   - "L2XCFWD"
18545   - "L2BDMACLRN"
18546   - "FIB_10K"
18547   - "FIB_100K"
18548   - "FIB_1M"
18549   layout:
18550     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18551     layout: "plot-latency"
18552
18553 # Packet Latency - VPP L2 3n-hsw-x710 features
18554 - type: "plot"
18555   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18556   algorithm: "plot_latency_error_bars"
18557   output-file-type: ".html"
18558   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18560   filter: "'NIC_Intel-X710' and
18561            '64B' and
18562            'NDRPDR' and
18563            '1T1C' and
18564            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18565            not 'ACL' and
18566            not 'VHOST' and
18567            not 'L2OVRLAY' and
18568            not 'MEMIF'"
18569   parameters:
18570   - "latency"
18571   - "parent"
18572   - "tags"
18573   sort:
18574   - "L2XCBASE"    # l2xcbase
18575   - "L2BDBASE"    # l2bdbase
18576   - "L2XCFWD"     # dot1q-l2xcbase
18577   - "L2BDMACLRN"  # dot1q-l2bdbase
18578   layout:
18579     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18580     layout: "plot-latency"
18581
18582 - type: "plot"
18583   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18584   algorithm: "plot_latency_error_bars"
18585   output-file-type: ".html"
18586   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18588   filter: "'NIC_Intel-X710' and
18589            '64B' and
18590            'NDRPDR' and
18591            '2T2C' and
18592            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18593            not 'ACL' and
18594            not 'VHOST' and
18595            not 'L2OVRLAY' and
18596            not 'MEMIF'"
18597   parameters:
18598   - "latency"
18599   - "parent"
18600   - "tags"
18601   sort:
18602   - "L2XCBASE"    # l2xcbase
18603   - "L2BDBASE"    # l2bdbase
18604   - "L2XCFWD"     # dot1q-l2xcbase
18605   - "L2BDMACLRN"  # dot1q-l2bdbase
18606   layout:
18607     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18608     layout: "plot-latency"
18609
18610 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18611 - type: "plot"
18612   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18613   algorithm: "plot_latency_error_bars"
18614   output-file-type: ".html"
18615   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18617   filter: "'NIC_Intel-X710' and
18618            '64B' and
18619            'NDRPDR' and
18620            '1T1C' and
18621            'FEATURE' and
18622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18623            'IACL' and
18624            ('ACL1' or 'ACL50') and
18625            ('10K_FLOWS' or '10k_FLOWS') and
18626            not 'MACIP' and
18627            not 'VHOST' and
18628            not 'MEMIF'"
18629   parameters:
18630   - "latency"
18631   - "parent"
18632   - "tags"
18633   layout:
18634     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18635     layout: "plot-latency"
18636
18637 - type: "plot"
18638   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18639   algorithm: "plot_latency_error_bars"
18640   output-file-type: ".html"
18641   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18643   filter: "'NIC_Intel-X710' and
18644            '64B' and
18645            'NDRPDR' and
18646            '2T2C' and
18647            'FEATURE' and
18648            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18649            'IACL' and
18650            ('ACL1' or 'ACL50') and
18651            ('10K_FLOWS' or '10k_FLOWS') and
18652            not 'MACIP' and
18653            not 'VHOST' and
18654            not 'MEMIF'"
18655   parameters:
18656   - "latency"
18657   - "parent"
18658   - "tags"
18659   layout:
18660     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18661     layout: "plot-latency"
18662
18663 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18664 - type: "plot"
18665   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18666   algorithm: "plot_latency_error_bars"
18667   output-file-type: ".html"
18668   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18669   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18670   filter: "'NIC_Intel-XL710' and
18671            '64B' and
18672            'BASE' and
18673            'NDRPDR' and
18674            'ETH' and
18675            '1T1C' and
18676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18677            not 'VHOST' and
18678            not 'MEMIF'"
18679   parameters:
18680   - "latency"
18681   - "parent"
18682   - "tags"
18683   sort:
18684   - "L2PATCH"
18685   - "L2XCFWD"
18686   - "L2BDMACLRN"
18687   layout:
18688     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18689     layout: "plot-latency"
18690
18691 - type: "plot"
18692   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18693   algorithm: "plot_latency_error_bars"
18694   output-file-type: ".html"
18695   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18697   filter: "'NIC_Intel-XL710' and
18698            '64B' and
18699            'BASE' and
18700            'NDRPDR' and
18701            'ETH' and
18702            '2T2C' and
18703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18704            not 'VHOST' and
18705            not 'MEMIF'"
18706   parameters:
18707   - "latency"
18708   - "parent"
18709   - "tags"
18710   sort:
18711   - "L2PATCH"
18712   - "L2XCFWD"
18713   - "L2BDMACLRN"
18714   layout:
18715     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18716     layout: "plot-latency"
18717
18718 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18719 - type: "plot"
18720   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18721   algorithm: "plot_latency_error_bars"
18722   output-file-type: ".html"
18723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18725   filter: "'NIC_Intel-X710' and
18726            '64B' and
18727            ('BASE' or 'SCALE') and
18728            'NDRPDR' and
18729            'ETH' and
18730            '2T1C' and
18731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18732            not 'VHOST' and
18733            not 'MEMIF' and
18734            not 'DRV_AVF'"
18735   parameters:
18736   - "latency"
18737   - "parent"
18738   - "tags"
18739   sort:
18740   - "L2PATCH"
18741   - "L2XCBASE"
18742   - "BASE"
18743   - "FIB_10K"
18744   - "FIB_100K"
18745   - "FIB_1M"
18746   layout:
18747     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18748     layout: "plot-latency"
18749
18750 - type: "plot"
18751   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18752   algorithm: "plot_latency_error_bars"
18753   output-file-type: ".html"
18754   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18756   filter: "'NIC_Intel-X710' and
18757            '64B' and
18758            ('BASE' or 'SCALE') and
18759            'NDRPDR' and
18760            'ETH' and
18761            '4T2C' and
18762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18763            not 'VHOST' and
18764            not 'MEMIF' and
18765            not 'DRV_AVF'"
18766   parameters:
18767   - "latency"
18768   - "parent"
18769   - "tags"
18770   sort:
18771   - "L2PATCH"
18772   - "L2XCBASE"
18773   - "BASE"
18774   - "FIB_10K"
18775   - "FIB_100K"
18776   - "FIB_1M"
18777   layout:
18778     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18779     layout: "plot-latency"
18780
18781 # Packet Latency - VPP L2 3n-skx-x710 features
18782 - type: "plot"
18783   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18784   algorithm: "plot_latency_error_bars"
18785   output-file-type: ".html"
18786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18788   filter: "'NIC_Intel-X710' and
18789            '64B' and
18790            'NDRPDR' and
18791            '2T1C' and
18792            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18793            not 'ACL' and
18794            not 'VHOST' and
18795            not 'DRV_AVF' and
18796            not 'L2OVRLAY' and
18797            not 'MEMIF'"
18798   parameters:
18799   - "latency"
18800   - "parent"
18801   - "tags"
18802   sort:
18803   - "L2XCBASE"    # l2xcbase
18804   - "L2BDBASE"    # l2bdbase
18805   - "L2XCFWD"     # dot1q-l2xcbase
18806   - "L2BDMACLRN"  # dot1q-l2bdbase
18807   layout:
18808     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18809     layout: "plot-latency"
18810
18811 - type: "plot"
18812   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18813   algorithm: "plot_latency_error_bars"
18814   output-file-type: ".html"
18815   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18817   filter: "'NIC_Intel-X710' and
18818            '64B' and
18819            'NDRPDR' and
18820            '4T2C' and
18821            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18822            not 'ACL' and
18823            not 'VHOST' and
18824            not 'DRV_AVF' and
18825            not 'L2OVRLAY' and
18826            not 'MEMIF'"
18827   parameters:
18828   - "latency"
18829   - "parent"
18830   - "tags"
18831   sort:
18832   - "L2XCBASE"    # l2xcbase
18833   - "L2BDBASE"    # l2bdbase
18834   - "L2XCFWD"     # dot1q-l2xcbase
18835   - "L2BDMACLRN"  # dot1q-l2bdbase
18836   layout:
18837     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18838     layout: "plot-latency"
18839
18840 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18841 - type: "plot"
18842   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18843   algorithm: "plot_latency_error_bars"
18844   output-file-type: ".html"
18845   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18847   filter: "'NIC_Intel-X710' and
18848            '64B' and
18849            'NDRPDR' and
18850            '2T1C' and
18851            'FEATURE' and
18852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18853            'IACL' and
18854            ('ACL1' or 'ACL50') and
18855            ('10K_FLOWS' or '10k_FLOWS') and
18856            not 'MACIP' and
18857            not 'VHOST' and
18858            not 'MEMIF'"
18859   parameters:
18860   - "latency"
18861   - "parent"
18862   - "tags"
18863   layout:
18864     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18865     layout: "plot-latency"
18866
18867 - type: "plot"
18868   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18869   algorithm: "plot_latency_error_bars"
18870   output-file-type: ".html"
18871   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18873   filter: "'NIC_Intel-X710' and
18874            '64B' and
18875            'NDRPDR' and
18876            '4T2C' and
18877            'FEATURE' and
18878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18879            'IACL' and
18880            ('ACL1' or 'ACL50') and
18881            ('10K_FLOWS' or '10k_FLOWS') and
18882            not 'MACIP' and
18883            not 'VHOST' and
18884            not 'MEMIF'"
18885   parameters:
18886   - "latency"
18887   - "parent"
18888   - "tags"
18889   layout:
18890     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18891     layout: "plot-latency"
18892
18893 # Packet Latency - VPP L2 3n-skx-xxv710 base
18894 - type: "plot"
18895   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18896   algorithm: "plot_latency_error_bars"
18897   output-file-type: ".html"
18898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18900   filter: "'NIC_Intel-XXV710' and
18901            '64B' and
18902            ('BASE' or 'SCALE') and
18903            'NDRPDR' and
18904            'ETH' and
18905            '2T1C' and
18906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18907            not 'VHOST' and
18908            not 'MEMIF'"
18909   parameters:
18910   - "latency"
18911   - "parent"
18912   - "tags"
18913   sort:
18914   - "L2PATCH"
18915   - "L2PATCH"
18916   - "L2XCBASE"
18917   - "L2BDMACLRN"
18918   layout:
18919     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18920     layout: "plot-latency"
18921
18922 - type: "plot"
18923   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18924   algorithm: "plot_latency_error_bars"
18925   output-file-type: ".html"
18926   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18928   filter: "'NIC_Intel-XXV710' and
18929            '64B' and
18930            ('BASE' or 'SCALE') and
18931            'NDRPDR' and
18932            'ETH' and
18933            '4T2C' and
18934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18935            not 'VHOST' and
18936            not 'MEMIF'"
18937   parameters:
18938   - "latency"
18939   - "parent"
18940   - "tags"
18941   sort:
18942   - "L2PATCH"
18943   - "L2PATCH"
18944   - "L2XCBASE"
18945   - "L2BDMACLRN"
18946   layout:
18947     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
18948     layout: "plot-latency"
18949
18950 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18951 - type: "plot"
18952   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18953   algorithm: "plot_latency_error_bars"
18954   output-file-type: ".html"
18955   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18957   filter: "'NIC_Intel-X710' and
18958            '64B' and
18959            'ETH' and
18960            ('BASE' or 'SCALE') and
18961            'NDRPDR' and
18962            '2T1C' and
18963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18964            not 'VHOST' and
18965            not 'MEMIF'"
18966   parameters:
18967   - "latency"
18968   - "parent"
18969   - "tags"
18970   sort:
18971   - "L2PATCH"
18972   - "L2XCBASE"
18973   - "BASE"
18974   - "FIB_10K"
18975   - "FIB_100K"
18976   - "FIB_1M"
18977   layout:
18978     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18979     layout: "plot-latency"
18980
18981 - type: "plot"
18982   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18983   algorithm: "plot_latency_error_bars"
18984   output-file-type: ".html"
18985   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18987   filter: "'NIC_Intel-X710' and
18988            '64B' and
18989            ('BASE' or 'SCALE') and
18990            'NDRPDR' and
18991            'ETH' and
18992            '4T2C' and
18993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18994            not 'VHOST' and
18995            not 'MEMIF'"
18996   parameters:
18997   - "latency"
18998   - "parent"
18999   - "tags"
19000   sort:
19001   - "L2PATCH"
19002   - "L2XCBASE"
19003   - "BASE"
19004   - "FIB_10K"
19005   - "FIB_100K"
19006   - "FIB_1M"
19007   layout:
19008     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19009     layout: "plot-latency"
19010
19011 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19012 - type: "plot"
19013   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19014   algorithm: "plot_latency_error_bars"
19015   output-file-type: ".html"
19016   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19018   filter: "'NIC_Intel-XXV710' and
19019            '64B' and
19020            ('BASE' or 'SCALE') and
19021            'NDRPDR' and
19022            'ETH' and
19023            '2T1C' and
19024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19025            not 'VHOST' and
19026            not 'MEMIF'"
19027   parameters:
19028   - "latency"
19029   - "parent"
19030   - "tags"
19031   sort:
19032   - "L2PATCH"
19033   - "L2XCBASE"
19034   - "BASE"
19035   - "FIB_10K"
19036   - "FIB_100K"
19037   - "FIB_1M"
19038   layout:
19039     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19040     layout: "plot-latency"
19041
19042 - type: "plot"
19043   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19044   algorithm: "plot_latency_error_bars"
19045   output-file-type: ".html"
19046   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19048   filter: "'NIC_Intel-XXV710' and
19049            '64B' and
19050            ('BASE' or 'SCALE') and
19051            'NDRPDR' and
19052            'ETH' and
19053            '4T2C' and
19054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19055            not 'VHOST' and
19056            not 'MEMIF'"
19057   parameters:
19058   - "latency"
19059   - "parent"
19060   - "tags"
19061   sort:
19062   - "L2PATCH"
19063   - "L2XCBASE"
19064   - "BASE"
19065   - "FIB_10K"
19066   - "FIB_100K"
19067   - "FIB_1M"
19068   layout:
19069     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19070     layout: "plot-latency"
19071
19072 ################################################################################
19073
19074 # Packet Latency - VPP Container Memif 3n-hsw-x520
19075 - type: "plot"
19076   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19077   algorithm: "plot_latency_error_bars"
19078   output-file-type: ".html"
19079   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19081   filter: "'NIC_Intel-X520-DA2' and
19082            '64B' and
19083            ('BASE' or 'SCALE') and
19084            'NDRPDR' and
19085            '1T1C' and
19086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19087            not 'VHOST' and
19088            'MEMIF'"
19089   parameters:
19090   - "latency"
19091   - "parent"
19092   - "tags"
19093   sort:
19094   - "L2XCFWD"
19095   - "L2XCFWD"
19096   - "L2XCFWD"
19097   - "L2BDMACLRN"
19098   - "L2BDMACLRN"
19099   - "L2BDMACLRN"
19100   - "IP4FWD"
19101   layout:
19102     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19103     layout: "plot-latency"
19104
19105 - type: "plot"
19106   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19107   algorithm: "plot_latency_error_bars"
19108   output-file-type: ".html"
19109   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19111   filter: "'NIC_Intel-X520-DA2' and
19112            '64B' and
19113            ('BASE' or 'SCALE') and
19114            'NDRPDR' and
19115            '2T2C' and
19116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19117            not 'VHOST' and
19118            'MEMIF'"
19119   parameters:
19120   - "latency"
19121   - "parent"
19122   - "tags"
19123   sort:
19124   - "L2XCFWD"
19125   - "L2XCFWD"
19126   - "L2XCFWD"
19127   - "L2BDMACLRN"
19128   - "L2BDMACLRN"
19129   - "L2BDMACLRN"
19130   - "IP4FWD"
19131   layout:
19132     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19133     layout: "plot-latency"
19134
19135 # Packet Latency - VPP Container Memif 3n-hsw-x710
19136 - type: "plot"
19137   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19138   algorithm: "plot_latency_error_bars"
19139   output-file-type: ".html"
19140   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19142   filter: "'NIC_Intel-X710' and
19143            '64B' and
19144            ('BASE' or 'SCALE') and
19145            'NDRPDR' and
19146            '1T1C' and
19147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19148            not 'VHOST' and
19149            'MEMIF'"
19150   parameters:
19151   - "latency"
19152   - "parent"
19153   - "tags"
19154   sort:
19155   - "L2XCFWD"
19156   - "L2XCFWD"
19157   - "L2XCFWD"
19158   - "L2BDMACLRN"
19159   - "L2BDMACLRN"
19160   - "L2BDMACLRN"
19161   - "IP4FWD"
19162   layout:
19163     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19164     layout: "plot-latency"
19165
19166 - type: "plot"
19167   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19168   algorithm: "plot_latency_error_bars"
19169   output-file-type: ".html"
19170   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19172   filter: "'NIC_Intel-X710' and
19173            '64B' and
19174            ('BASE' or 'SCALE') and
19175            'NDRPDR' and
19176            '2T2C' and
19177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19178            not 'VHOST' and
19179            'MEMIF'"
19180   parameters:
19181   - "latency"
19182   - "parent"
19183   - "tags"
19184   sort:
19185   - "L2XCFWD"
19186   - "L2XCFWD"
19187   - "L2XCFWD"
19188   - "L2BDMACLRN"
19189   - "L2BDMACLRN"
19190   - "L2BDMACLRN"
19191   - "IP4FWD"
19192   layout:
19193     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19194     layout: "plot-latency"
19195
19196 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19197 - type: "plot"
19198   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19199   algorithm: "plot_latency_error_bars"
19200   output-file-type: ".html"
19201   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19203   filter: "'NIC_Intel-XL710' and
19204            '64B' and
19205            ('BASE' or 'SCALE') and
19206            'NDRPDR' and
19207            '1T1C' and
19208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19209            not 'VHOST' and
19210            'MEMIF'"
19211   parameters:
19212   - "latency"
19213   - "parent"
19214   - "tags"
19215   sort:
19216   - "L2XCFWD"
19217   - "L2XCFWD"
19218   - "L2XCFWD"
19219   - "L2BDMACLRN"
19220   - "L2BDMACLRN"
19221   - "L2BDMACLRN"
19222   - "IP4FWD"
19223   layout:
19224     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19225     layout: "plot-latency"
19226
19227 - type: "plot"
19228   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19229   algorithm: "plot_latency_error_bars"
19230   output-file-type: ".html"
19231   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19233   filter: "'NIC_Intel-XL710' and
19234            '64B' and
19235            ('BASE' or 'SCALE') and
19236            'NDRPDR' and
19237            '2T2C' and
19238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19239            not 'VHOST' and
19240            'MEMIF'"
19241   parameters:
19242   - "latency"
19243   - "parent"
19244   - "tags"
19245   sort:
19246   - "L2XCFWD"
19247   - "L2XCFWD"
19248   - "L2XCFWD"
19249   - "L2BDMACLRN"
19250   - "L2BDMACLRN"
19251   - "L2BDMACLRN"
19252   - "IP4FWD"
19253   layout:
19254     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19255     layout: "plot-latency"
19256
19257 # Packet Latency - VPP Container Memif 3n-skx-x710
19258 - type: "plot"
19259   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19260   algorithm: "plot_latency_error_bars"
19261   output-file-type: ".html"
19262   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19264   filter: "'NIC_Intel-X710' and
19265            '64B' and
19266            ('BASE' or 'SCALE') and
19267            'NDRPDR' and
19268            '2T1C' and
19269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19270            not 'VHOST' and
19271            'MEMIF'"
19272   parameters:
19273   - "latency"
19274   - "parent"
19275   - "tags"
19276   sort:
19277   - "L2XCFWD"
19278   - "L2XCFWD"
19279   - "L2XCFWD"
19280   - "L2BDMACLRN"
19281   - "L2BDMACLRN"
19282   - "L2BDMACLRN"
19283   - "IP4FWD"
19284   layout:
19285     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19286     layout: "plot-latency"
19287
19288 - type: "plot"
19289   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19290   algorithm: "plot_latency_error_bars"
19291   output-file-type: ".html"
19292   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19294   filter: "'NIC_Intel-X710' and
19295            '64B' and
19296            ('BASE' or 'SCALE') and
19297            'NDRPDR' and
19298            '4T2C' and
19299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19300            not 'VHOST' and
19301            'MEMIF'"
19302   parameters:
19303   - "latency"
19304   - "parent"
19305   - "tags"
19306   sort:
19307   - "L2XCFWD"
19308   - "L2XCFWD"
19309   - "L2XCFWD"
19310   - "L2BDMACLRN"
19311   - "L2BDMACLRN"
19312   - "L2BDMACLRN"
19313   - "IP4FWD"
19314   layout:
19315     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19316     layout: "plot-latency"
19317
19318 # Packet Latency - VPP Container Memif 2n-skx-x710
19319 - type: "plot"
19320   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19321   algorithm: "plot_latency_error_bars"
19322   output-file-type: ".html"
19323   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19325   filter: "'NIC_Intel-X710' and
19326            '64B' and
19327            ('BASE' or 'SCALE') and
19328            'NDRPDR' and
19329            '2T1C' and
19330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19331            not 'VHOST' and
19332            not 'NF_DENSITY' and
19333            'MEMIF'"
19334   parameters:
19335   - "latency"
19336   - "parent"
19337   - "tags"
19338   sort:
19339   - "L2XCFWD"
19340   - "L2XCFWD"
19341   - "L2XCFWD"
19342   - "L2BDMACLRN"
19343   - "L2BDMACLRN"
19344   - "L2BDMACLRN"
19345   - "IP4FWD"
19346   layout:
19347     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19348     layout: "plot-latency"
19349
19350 - type: "plot"
19351   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19352   algorithm: "plot_latency_error_bars"
19353   output-file-type: ".html"
19354   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19356   filter: "'NIC_Intel-X710' and
19357            '64B' and
19358            ('BASE' or 'SCALE') and
19359            'NDRPDR' and
19360            '4T2C' and
19361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19362            not 'VHOST' and
19363            not 'NF_DENSITY' and
19364            'MEMIF'"
19365   parameters:
19366   - "latency"
19367   - "parent"
19368   - "tags"
19369   sort:
19370   - "L2XCFWD"
19371   - "L2XCFWD"
19372   - "L2XCFWD"
19373   - "L2BDMACLRN"
19374   - "L2BDMACLRN"
19375   - "L2BDMACLRN"
19376   - "IP4FWD"
19377   layout:
19378     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19379     layout: "plot-latency"
19380
19381 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19382 #- type: "plot"
19383 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19384 #  algorithm: "plot_latency_error_bars"
19385 #  output-file-type: ".html"
19386 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19387 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19388 #  filter: "'NIC_Intel-XXV710' and
19389 #           '64B' and
19390 #           ('BASE' or 'SCALE') and
19391 #           'NDRPDR' and
19392 #           '2T1C' and
19393 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19394 #           not 'VHOST' and
19395 #           'MEMIF'"
19396 #  parameters:
19397 #  - "latency"
19398 #  - "parent"
19399 #  - "tags"
19400 #  sort:
19401 #  - "L2XCFWD"
19402 #  - "L2XCFWD"
19403 #  - "L2XCFWD"
19404 #  - "L2BDMACLRN"
19405 #  - "L2BDMACLRN"
19406 #  - "L2BDMACLRN"
19407 #  - "IP4FWD"
19408 #  layout:
19409 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19410 #    layout: "plot-latency"
19411 #
19412 #- type: "plot"
19413 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19414 #  algorithm: "plot_latency_error_bars"
19415 #  output-file-type: ".html"
19416 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19417 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19418 #  filter: "'NIC_Intel-XXV710' and
19419 #           '64B' and
19420 #           ('BASE' or 'SCALE') and
19421 #           'NDRPDR' and
19422 #           '4T2C' and
19423 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19424 #           not 'VHOST' and
19425 #           'MEMIF'"
19426 #  parameters:
19427 #  - "latency"
19428 #  - "parent"
19429 #  - "tags"
19430 #  sort:
19431 #  - "L2XCFWD"
19432 #  - "L2XCFWD"
19433 #  - "L2XCFWD"
19434 #  - "L2BDMACLRN"
19435 #  - "L2BDMACLRN"
19436 #  - "L2BDMACLRN"
19437 #  - "IP4FWD"
19438 #  layout:
19439 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19440 #    layout: "plot-latency"
19441
19442 ################################################################################
19443
19444 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19445 #- type: "plot"
19446 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19447 #  algorithm: "plot_latency_error_bars"
19448 #  output-file-type: ".html"
19449 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19450 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19451 #  filter: "'NIC_Intel-X520-DA2' and
19452 #           '64B' and
19453 #           ('BASE' or 'SCALE') and
19454 #           'NDRPDR' and
19455 #           '1T1C' and
19456 #           'L2XCFWD' and
19457 #           not 'VHOST' and
19458 #           not 'NF_DENSITY' and
19459 #           'MEMIF'"
19460 #  parameters:
19461 #  - "latency"
19462 #  - "parent"
19463 #  - "tags"
19464 #  sort:
19465 #  - "1VNF"
19466 #  - "2VNF"
19467 #  - "4VNF"
19468 #  - "2VNF"
19469 #  - "4VNF"
19470 #  layout:
19471 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19472 #    layout: "plot-latency"
19473 #
19474 #- type: "plot"
19475 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19476 #  algorithm: "plot_latency_error_bars"
19477 #  output-file-type: ".html"
19478 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19479 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19480 #  filter: "'NIC_Intel-X520-DA2' and
19481 #           '64B' and
19482 #           ('BASE' or 'SCALE') and
19483 #           'NDRPDR' and
19484 #           '2T2C' and
19485 #           'L2XCFWD' and
19486 #           not 'VHOST' and
19487 #           not 'NF_DENSITY' and
19488 #           'MEMIF'"
19489 #  parameters:
19490 #  - "latency"
19491 #  - "parent"
19492 #  - "tags"
19493 #  sort:
19494 #  - "1VNF"
19495 #  - "2VNF"
19496 #  - "4VNF"
19497 #  - "2VNF"
19498 #  - "4VNF"
19499 #  layout:
19500 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19501 #    layout: "plot-latency"
19502 #
19503 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19504 #- type: "plot"
19505 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19506 #  algorithm: "plot_latency_error_bars"
19507 #  output-file-type: ".html"
19508 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19509 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19510 #  filter: "'NIC_Intel-X520-DA2' and
19511 #           '64B' and
19512 #           ('BASE' or 'SCALE') and
19513 #           'NDRPDR' and
19514 #           '1T1C' and
19515 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19516 #           not 'VHOST' and
19517 #           not 'NF_DENSITY' and
19518 #           'MEMIF'"
19519 #  parameters:
19520 #  - "latency"
19521 #  - "parent"
19522 #  - "tags"
19523 #  sort:
19524 #  - "1VNF"
19525 #  - "2VNF"
19526 #  - "4VNF"
19527 #  - "2VNF"
19528 #  - "4VNF"
19529 #  layout:
19530 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19531 #    layout: "plot-latency"
19532 #
19533 #- type: "plot"
19534 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19535 #  algorithm: "plot_latency_error_bars"
19536 #  output-file-type: ".html"
19537 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19538 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19539 #  filter: "'NIC_Intel-X520-DA2' and
19540 #           '64B' and
19541 #           ('BASE' or 'SCALE') and
19542 #           'NDRPDR' and
19543 #           '2T2C' and
19544 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19545 #           not 'VHOST' and
19546 #           not 'NF_DENSITY' and
19547 #           'MEMIF'"
19548 #  parameters:
19549 #  - "latency"
19550 #  - "parent"
19551 #  - "tags"
19552 #  sort:
19553 #  - "1VNF"
19554 #  - "2VNF"
19555 #  - "4VNF"
19556 #  - "2VNF"
19557 #  - "4VNF"
19558 #  layout:
19559 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19560 #    layout: "plot-latency"
19561 #
19562 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19563 #- type: "plot"
19564 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19565 #  algorithm: "plot_latency_error_bars"
19566 #  output-file-type: ".html"
19567 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19568 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19569 #  filter: "'NIC_Intel-X710' and
19570 #           '64B' and
19571 #           ('BASE' or 'SCALE') and
19572 #           'NDRPDR' and
19573 #           '1T1C' and
19574 #           'L2XCFWD' and
19575 #           not 'VHOST' and
19576 #           not 'NF_DENSITY' and
19577 #           'MEMIF'"
19578 #  parameters:
19579 #  - "latency"
19580 #  - "parent"
19581 #  - "tags"
19582 #  sort:
19583 #  - "1VNF"
19584 #  - "2VNF"
19585 #  - "4VNF"
19586 #  - "2VNF"
19587 #  - "4VNF"
19588 #  layout:
19589 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19590 #    layout: "plot-latency"
19591 #
19592 #- type: "plot"
19593 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19594 #  algorithm: "plot_latency_error_bars"
19595 #  output-file-type: ".html"
19596 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19597 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19598 #  filter: "'NIC_Intel-X710' and
19599 #           '64B' and
19600 #           ('BASE' or 'SCALE') and
19601 #           'NDRPDR' and
19602 #           '2T2C' and
19603 #           'L2XCFWD' and
19604 #           not 'VHOST' and
19605 #           not 'NF_DENSITY' and
19606 #           'MEMIF'"
19607 #  parameters:
19608 #  - "latency"
19609 #  - "parent"
19610 #  - "tags"
19611 #  sort:
19612 #  - "1VNF"
19613 #  - "2VNF"
19614 #  - "4VNF"
19615 #  - "2VNF"
19616 #  - "4VNF"
19617 #  layout:
19618 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19619 #    layout: "plot-latency"
19620 #
19621 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19622 #- type: "plot"
19623 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19624 #  algorithm: "plot_latency_error_bars"
19625 #  output-file-type: ".html"
19626 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19627 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19628 #  filter: "'NIC_Intel-X710' and
19629 #           '64B' and
19630 #           ('BASE' or 'SCALE') and
19631 #           'NDRPDR' and
19632 #           '1T1C' and
19633 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19634 #           not 'VHOST' and
19635 #           not 'NF_DENSITY' and
19636 #           'MEMIF'"
19637 #  parameters:
19638 #  - "latency"
19639 #  - "parent"
19640 #  - "tags"
19641 #  sort:
19642 #  - "1VNF"
19643 #  - "2VNF"
19644 #  - "4VNF"
19645 #  - "2VNF"
19646 #  - "4VNF"
19647 #  layout:
19648 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19649 #    layout: "plot-latency"
19650 #
19651 #- type: "plot"
19652 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19653 #  algorithm: "plot_latency_error_bars"
19654 #  output-file-type: ".html"
19655 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19656 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19657 #  filter: "'NIC_Intel-X710' and
19658 #           '64B' and
19659 #           ('BASE' or 'SCALE') and
19660 #           'NDRPDR' and
19661 #           '2T2C' and
19662 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19663 #           not 'VHOST' and
19664 #           not 'NF_DENSITY' and
19665 #           'MEMIF'"
19666 #  parameters:
19667 #  - "latency"
19668 #  - "parent"
19669 #  - "tags"
19670 #  sort:
19671 #  - "1VNF"
19672 #  - "2VNF"
19673 #  - "4VNF"
19674 #  - "2VNF"
19675 #  - "4VNF"
19676 #  layout:
19677 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19678 #    layout: "plot-latency"
19679
19680 ################################################################################
19681
19682 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19683 - type: "plot"
19684   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19685   algorithm: "plot_latency_error_bars"
19686   output-file-type: ".html"
19687   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19688   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19689   filter: "'NIC_Intel-X520-DA2' and
19690            '64B' and
19691            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19692            'NDRPDR' and
19693            '1T1C' and
19694            'IP4FWD' and
19695            not 'IPSEC' and
19696            not 'DOT1Q' and
19697            not 'VHOST'"
19698   parameters:
19699   - "latency"
19700   - "parent"
19701   - "tags"
19702   sort:
19703   - "DOT1Q"
19704   - "IP4BASE"
19705   - "FIB_20K"
19706   - "FIB_200K"
19707   - "FIB_2M"
19708   layout:
19709     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19710     layout: "plot-latency"
19711
19712 - type: "plot"
19713   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19714   algorithm: "plot_latency_error_bars"
19715   output-file-type: ".html"
19716   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19718   filter: "'NIC_Intel-X520-DA2' and
19719            '64B' and
19720            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19721            'NDRPDR' and
19722            '2T2C' and
19723            'IP4FWD' and
19724            not 'IPSEC' and
19725            not 'DOT1Q' and
19726            not 'VHOST'"
19727   parameters:
19728   - "latency"
19729   - "parent"
19730   - "tags"
19731   sort:
19732   - "DOT1Q"
19733   - "IP4BASE"
19734   - "FIB_20K"
19735   - "FIB_200K"
19736   - "FIB_2M"
19737   layout:
19738     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19739     layout: "plot-latency"
19740
19741 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19742 - type: "plot"
19743   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19744   algorithm: "plot_latency_error_bars"
19745   output-file-type: ".html"
19746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19747   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19748   filter: "'NIC_Intel-X520-DA2' and
19749            '64B' and
19750            ('IP4BASE' or
19751             'POLICE_MARK' or
19752             'COPWHLIST' or
19753             ('NAT44' and 'BASE') or
19754             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19755            'NDRPDR' and
19756            '1T1C' and
19757            'IP4FWD' and
19758            not 'IPSEC' and
19759            not 'VHOST'"
19760   parameters:
19761   - "latency"
19762   - "parent"
19763   - "tags"
19764   sort:
19765   - "DOT1Q"
19766   - "IP4BASE"
19767   - "NAT44"
19768   - "POLICE_MARK"
19769   - "COPWHLIST"
19770   - "IACL"
19771   - "OACL"
19772   layout:
19773     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19774     layout: "plot-latency"
19775
19776 - type: "plot"
19777   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19778   algorithm: "plot_latency_error_bars"
19779   output-file-type: ".html"
19780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19782   filter: "'NIC_Intel-X520-DA2' and
19783            '64B' and
19784            ('IP4BASE' or
19785             'POLICE_MARK' or
19786             'COPWHLIST' or
19787             ('NAT44' and 'BASE') or
19788             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19789            'NDRPDR' and
19790            '2T2C' and
19791            'IP4FWD' and
19792            not 'IPSEC' and
19793            not 'VHOST'"
19794   parameters:
19795   - "latency"
19796   - "parent"
19797   - "tags"
19798   sort:
19799   - "DOT1Q"
19800   - "IP4BASE"
19801   - "NAT44"
19802   - "POLICE_MARK"
19803   - "COPWHLIST"
19804   - "IACL"
19805   - "OACL"
19806   layout:
19807     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19808     layout: "plot-latency"
19809
19810 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19811 - type: "plot"
19812   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19813   algorithm: "plot_latency_error_bars"
19814   output-file-type: ".html"
19815   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19817   filter: "'NIC_Intel-X520-DA2' and
19818            '64B' and
19819            'NDRPDR' and
19820            '1T1C' and
19821            'IP4FWD' and
19822            ('NAT44' or 'IP4BASE') and
19823            not 'DOT1Q' and
19824            not 'IPSEC' and
19825            not 'VHOST'"
19826   parameters:
19827   - "latency"
19828   - "parent"
19829   - "tags"
19830   sort:
19831   - "IP4BASE"
19832   - "BASE"
19833   - "SRC_USER_10"
19834   - "SRC_USER_100"
19835   - "SRC_USER_1000"
19836   - "SRC_USER_2000"
19837   layout:
19838     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19839     layout: "plot-latency"
19840
19841 - type: "plot"
19842   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19843   algorithm: "plot_latency_error_bars"
19844   output-file-type: ".html"
19845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19847   filter: "'NIC_Intel-X520-DA2' and
19848            '64B' and
19849            'NDRPDR' and
19850            '2T2C' and
19851            'IP4FWD' and
19852            ('NAT44' or 'IP4BASE') and
19853            not 'DOT1Q' and
19854            not 'IPSEC' and
19855            not 'VHOST'"
19856   parameters:
19857   - "latency"
19858   - "parent"
19859   - "tags"
19860   sort:
19861   - "IP4BASE"
19862   - "BASE"
19863   - "SRC_USER_10"
19864   - "SRC_USER_100"
19865   - "SRC_USER_1000"
19866   - "SRC_USER_2000"
19867   layout:
19868     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19869     layout: "plot-latency"
19870
19871 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19872 - type: "plot"
19873   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19874   algorithm: "plot_latency_error_bars"
19875   output-file-type: ".html"
19876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19878   filter: "'NIC_Intel-X520-DA2' and
19879            '64B' and
19880            'NDRPDR' and
19881            '1T1C' and
19882            'IP4FWD' and
19883            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19884            not 'IPSEC' and
19885            not 'DOT1Q' and
19886            not 'VHOST'"
19887   parameters:
19888   - "latency"
19889   - "parent"
19890   - "tags"
19891   sort:
19892   - "IP4BASE"
19893   - "ACL_STATELESS"
19894   - "ACL_STATEFUL"
19895   - "ACL_STATELESS"
19896   - "ACL_STATEFUL"
19897   layout:
19898     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19899     layout: "plot-latency"
19900
19901 - type: "plot"
19902   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19903   algorithm: "plot_latency_error_bars"
19904   output-file-type: ".html"
19905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19907   filter: "'NIC_Intel-X520-DA2' and
19908            '64B' and
19909            'NDRPDR' and
19910            '2T2C' and
19911            'IP4FWD' and
19912            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19913            not 'IPSEC' and
19914            not 'DOT1Q' and
19915            not 'VHOST'"
19916   parameters:
19917   - "latency"
19918   - "parent"
19919   - "tags"
19920   sort:
19921   - "IP4BASE"
19922   - "ACL_STATELESS"
19923   - "ACL_STATEFUL"
19924   - "ACL_STATELESS"
19925   - "ACL_STATEFUL"
19926   layout:
19927     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19928     layout: "plot-latency"
19929
19930 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19931 - type: "plot"
19932   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19933   algorithm: "plot_latency_error_bars"
19934   output-file-type: ".html"
19935   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19937   filter: "'NIC_Intel-X520-DA2' and
19938            '64B' and
19939            'NDRPDR' and
19940            '1T1C' and
19941            'IP4FWD' and
19942            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19943            not 'IPSEC' and
19944            not 'DOT1Q' and
19945            not 'VHOST'"
19946   parameters:
19947   - "latency"
19948   - "parent"
19949   - "tags"
19950   sort:
19951   - "IP4BASE"
19952   - "ACL_STATELESS"
19953   - "ACL_STATEFUL"
19954   - "ACL_STATELESS"
19955   - "ACL_STATEFUL"
19956   layout:
19957     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19958     layout: "plot-latency"
19959
19960 - type: "plot"
19961   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19962   algorithm: "plot_latency_error_bars"
19963   output-file-type: ".html"
19964   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19966   filter: "'NIC_Intel-X520-DA2' and
19967            '64B' and
19968            'NDRPDR' and
19969            '2T2C' and
19970            'IP4FWD' and
19971            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19972            not 'IPSEC' and
19973            not 'DOT1Q' and
19974            not 'VHOST'"
19975   parameters:
19976   - "latency"
19977   - "parent"
19978   - "tags"
19979   sort:
19980   - "IP4BASE"
19981   - "ACL_STATELESS"
19982   - "ACL_STATEFUL"
19983   - "ACL_STATELESS"
19984   - "ACL_STATEFUL"
19985   layout:
19986     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19987     layout: "plot-latency"
19988
19989 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19990 - type: "plot"
19991   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19992   algorithm: "plot_latency_error_bars"
19993   output-file-type: ".html"
19994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19996   filter: "'NIC_Intel-X710' and
19997            '64B' and
19998            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19999            'NDRPDR' and
20000            '1T1C' and
20001            'IP4FWD' and
20002            not 'IPSEC' and
20003            not 'DOT1Q' and
20004            not 'VHOST'"
20005   parameters:
20006   - "latency"
20007   - "parent"
20008   - "tags"
20009   sort:
20010   - "IP4BASE"
20011   - "FIB_20K"
20012   - "FIB_200K"
20013   - "FIB_2M"
20014   layout:
20015     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20016     layout: "plot-latency"
20017
20018 - type: "plot"
20019   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20020   algorithm: "plot_latency_error_bars"
20021   output-file-type: ".html"
20022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20024   filter: "'NIC_Intel-X710' and
20025            '64B' and
20026            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20027            'NDRPDR' and
20028            '2T2C' and
20029            'IP4FWD' and
20030            not 'IPSEC' and
20031            not 'DOT1Q' and
20032            not 'VHOST'"
20033   parameters:
20034   - "latency"
20035   - "parent"
20036   - "tags"
20037   sort:
20038   - "IP4BASE"
20039   - "FIB_20K"
20040   - "FIB_200K"
20041   - "FIB_2M"
20042   layout:
20043     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20044     layout: "plot-latency"
20045
20046 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20047 - type: "plot"
20048   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20049   algorithm: "plot_latency_error_bars"
20050   output-file-type: ".html"
20051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20053   filter: "'NIC_Intel-X710' and
20054            '64B' and
20055            ('IP4BASE' or
20056             'POLICE_MARK' or
20057             'COPWHLIST' or
20058             ('NAT44' and 'BASE') or
20059             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20060            'NDRPDR' and
20061            '1T1C' and
20062            'IP4FWD' and
20063            not 'IPSEC' and
20064            not 'VHOST'"
20065   parameters:
20066   - "latency"
20067   - "parent"
20068   - "tags"
20069   sort:
20070   - "DOT1Q"
20071   - "IP4BASE"
20072   - "NAT44"
20073   - "POLICE_MARK"
20074   - "COPWHLIST"
20075   - "IACL"
20076   - "OACL"
20077   layout:
20078     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20079     layout: "plot-latency"
20080
20081 - type: "plot"
20082   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20083   algorithm: "plot_latency_error_bars"
20084   output-file-type: ".html"
20085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20087   filter: "'NIC_Intel-X710' and
20088            '64B' and
20089            ('IP4BASE' or
20090             'POLICE_MARK' or
20091             'COPWHLIST' or
20092             ('NAT44' and 'BASE') or
20093             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20094            'NDRPDR' and
20095            '2T2C' and
20096            'IP4FWD' and
20097            not 'IPSEC' and
20098            not 'VHOST'"
20099   parameters:
20100   - "latency"
20101   - "parent"
20102   - "tags"
20103   sort:
20104   - "DOT1Q"
20105   - "IP4BASE"
20106   - "NAT44"
20107   - "POLICE_MARK"
20108   - "COPWHLIST"
20109   - "IACL"
20110   - "OACL"
20111   layout:
20112     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20113     layout: "plot-latency"
20114
20115 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20116 - type: "plot"
20117   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20118   algorithm: "plot_latency_error_bars"
20119   output-file-type: ".html"
20120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20122   filter: "'NIC_Intel-X710' and
20123            '64B' and
20124            'NDRPDR' and
20125            '1T1C' and
20126            'IP4FWD' and
20127            ('NAT44' or 'IP4BASE') and
20128            not 'IPSEC' and
20129            not 'VHOST'"
20130   parameters:
20131   - "latency"
20132   - "parent"
20133   - "tags"
20134   sort:
20135   - "IP4BASE"
20136   - "BASE"
20137   - "SRC_USER_10"
20138   - "SRC_USER_100"
20139   - "SRC_USER_1000"
20140   - "SRC_USER_2000"
20141   layout:
20142     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20143     layout: "plot-latency"
20144
20145 - type: "plot"
20146   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20147   algorithm: "plot_latency_error_bars"
20148   output-file-type: ".html"
20149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20151   filter: "'NIC_Intel-X710' and
20152            '64B' and
20153            'NDRPDR' and
20154            '2T2C' and
20155            'IP4FWD' and
20156            ('NAT44' or 'IP4BASE') and
20157            not 'IPSEC' and
20158            not 'VHOST'"
20159   parameters:
20160   - "latency"
20161   - "parent"
20162   - "tags"
20163   sort:
20164   - "IP4BASE"
20165   - "BASE"
20166   - "SRC_USER_10"
20167   - "SRC_USER_100"
20168   - "SRC_USER_1000"
20169   - "SRC_USER_2000"
20170   layout:
20171     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20172     layout: "plot-latency"
20173
20174 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20175 - type: "plot"
20176   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20177   algorithm: "plot_latency_error_bars"
20178   output-file-type: ".html"
20179   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20180   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20181   filter: "'NIC_Intel-X710' and
20182            '64B' and
20183            'NDRPDR' and
20184            '1T1C' and
20185            'IP4FWD' and
20186            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20187            not 'IPSEC' and
20188            not 'VHOST'"
20189   parameters:
20190   - "latency"
20191   - "parent"
20192   - "tags"
20193   sort:
20194   - "IP4BASE"
20195   - "ACL_STATELESS"
20196   - "ACL_STATEFUL"
20197   - "ACL_STATELESS"
20198   - "ACL_STATEFUL"
20199   layout:
20200     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20201     layout: "plot-latency"
20202
20203 - type: "plot"
20204   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20205   algorithm: "plot_latency_error_bars"
20206   output-file-type: ".html"
20207   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20209   filter: "'NIC_Intel-X710' and
20210            '64B' and
20211            'NDRPDR' and
20212            '2T2C' and
20213            'IP4FWD' and
20214            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20215            not 'IPSEC' and
20216            not 'VHOST'"
20217   parameters:
20218   - "latency"
20219   - "parent"
20220   - "tags"
20221   sort:
20222   - "IP4BASE"
20223   - "ACL_STATELESS"
20224   - "ACL_STATEFUL"
20225   - "ACL_STATELESS"
20226   - "ACL_STATEFUL"
20227   layout:
20228     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20229     layout: "plot-latency"
20230
20231 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20232 - type: "plot"
20233   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20234   algorithm: "plot_latency_error_bars"
20235   output-file-type: ".html"
20236   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20238   filter: "'NIC_Intel-XL710' and
20239            '64B' and
20240            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20241            'NDRPDR' and
20242            '1T1C' and
20243            'IP4FWD' and
20244            not 'IPSEC' and
20245            not 'VHOST'"
20246   parameters:
20247   - "latency"
20248   - "parent"
20249   - "tags"
20250   sort:
20251   - "IP4BASE"
20252   - "FIB_20K"
20253   - "FIB_200K"
20254   - "FIB_2M"
20255   layout:
20256     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20257     layout: "plot-latency"
20258
20259 - type: "plot"
20260   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20261   algorithm: "plot_latency_error_bars"
20262   output-file-type: ".html"
20263   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20265   filter: "'NIC_Intel-XL710' and
20266            '64B' and
20267            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20268            'NDRPDR' and
20269            '2T2C' and
20270            'IP4FWD' and
20271            not 'IPSEC' and
20272            not 'VHOST'"
20273   parameters:
20274   - "latency"
20275   - "parent"
20276   - "tags"
20277   sort:
20278   - "IP4BASE"
20279   - "FIB_20K"
20280   - "FIB_200K"
20281   - "FIB_2M"
20282   layout:
20283     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20284     layout: "plot-latency"
20285
20286 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20287 - type: "plot"
20288   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20289   algorithm: "plot_latency_error_bars"
20290   output-file-type: ".html"
20291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20293   filter: "'NIC_Intel-X710' and
20294            '64B' and
20295            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20296            'NDRPDR' and
20297            '2T1C' and
20298            'IP4FWD' and
20299            not 'IPSEC' and
20300            not 'DOT1Q' and
20301            not 'VHOST'"
20302   parameters:
20303   - "latency"
20304   - "parent"
20305   - "tags"
20306   sort:
20307   - "IP4BASE"
20308   - "FIB_20K"
20309   - "FIB_200K"
20310   - "FIB_2M"
20311   layout:
20312     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20313     layout: "plot-latency"
20314
20315 - type: "plot"
20316   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20317   algorithm: "plot_latency_error_bars"
20318   output-file-type: ".html"
20319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20321   filter: "'NIC_Intel-X710' and
20322            '64B' and
20323            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20324            'NDRPDR' and
20325            '4T2C' and
20326            'IP4FWD' and
20327            not 'IPSEC' and
20328            not 'DOT1Q' and
20329            not 'VHOST'"
20330   parameters:
20331   - "latency"
20332   - "parent"
20333   - "tags"
20334   sort:
20335   - "IP4BASE"
20336   - "FIB_20K"
20337   - "FIB_200K"
20338   - "FIB_2M"
20339   layout:
20340     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20341     layout: "plot-latency"
20342
20343 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20344 - type: "plot"
20345   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20346   algorithm: "plot_latency_error_bars"
20347   output-file-type: ".html"
20348   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20350   filter: "'NIC_Intel-X710' and
20351            '64B' and
20352            ('IP4BASE' or
20353             'POLICE_MARK' or
20354             'COPWHLIST' or
20355             ('NAT44' and 'BASE') or
20356             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20357            'NDRPDR' and
20358            '2T1C' and
20359            'IP4FWD' and
20360            not 'IPSEC' and
20361            not 'VHOST'"
20362   parameters:
20363   - "latency"
20364   - "parent"
20365   - "tags"
20366   sort:
20367   - "DOT1Q"
20368   - "IP4BASE"
20369   - "NAT44"
20370   - "POLICE_MARK"
20371   - "COPWHLIST"
20372   - "IACL"
20373   - "OACL"
20374   layout:
20375     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20376     layout: "plot-latency"
20377
20378 - type: "plot"
20379   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20380   algorithm: "plot_latency_error_bars"
20381   output-file-type: ".html"
20382   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20384   filter: "'NIC_Intel-X710' and
20385            '64B' and
20386            ('IP4BASE' or
20387             'POLICE_MARK' or
20388             'COPWHLIST' or
20389             ('NAT44' and 'BASE') or
20390             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20391            'NDRPDR' and
20392            '4T2C' and
20393            'IP4FWD' and
20394            not 'IPSEC' and
20395            not 'VHOST'"
20396   parameters:
20397   - "latency"
20398   - "parent"
20399   - "tags"
20400   sort:
20401   - "DOT1Q"
20402   - "IP4BASE"
20403   - "NAT44"
20404   - "POLICE_MARK"
20405   - "COPWHLIST"
20406   - "IACL"
20407   - "OACL"
20408   layout:
20409     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20410     layout: "plot-latency"
20411
20412 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20413 - type: "plot"
20414   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20415   algorithm: "plot_latency_error_bars"
20416   output-file-type: ".html"
20417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20419   filter: "'NIC_Intel-X710' and
20420            '64B' and
20421            'NDRPDR' and
20422            '2T1C' and
20423            'IP4FWD' and
20424            ('NAT44' or 'IP4BASE') and
20425            not 'IPSEC' and
20426            not 'VHOST'"
20427   parameters:
20428   - "latency"
20429   - "parent"
20430   - "tags"
20431   sort:
20432   - "IP4BASE"
20433   - "BASE"
20434   - "SRC_USER_10"
20435   - "SRC_USER_100"
20436   - "SRC_USER_1000"
20437   - "SRC_USER_2000"
20438   layout:
20439     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20440     layout: "plot-latency"
20441
20442 - type: "plot"
20443   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20444   algorithm: "plot_latency_error_bars"
20445   output-file-type: ".html"
20446   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20448   filter: "'NIC_Intel-X710' and
20449            '64B' and
20450            'NDRPDR' and
20451            '4T2C' and
20452            'IP4FWD' and
20453            ('NAT44' or 'IP4BASE') and
20454            not 'IPSEC' and
20455            not 'VHOST'"
20456   parameters:
20457   - "latency"
20458   - "parent"
20459   - "tags"
20460   sort:
20461   - "IP4BASE"
20462   - "BASE"
20463   - "SRC_USER_10"
20464   - "SRC_USER_100"
20465   - "SRC_USER_1000"
20466   - "SRC_USER_2000"
20467   layout:
20468     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20469     layout: "plot-latency"
20470
20471 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20472 - type: "plot"
20473   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20474   algorithm: "plot_latency_error_bars"
20475   output-file-type: ".html"
20476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20478   filter: "'NIC_Intel-X710' and
20479            '64B' and
20480            'NDRPDR' and
20481            '2T1C' and
20482            'IP4FWD' and
20483            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20484            not 'IPSEC' and
20485            not 'VHOST'"
20486   parameters:
20487   - "latency"
20488   - "parent"
20489   - "tags"
20490   sort:
20491   - "IP4BASE"
20492   - "ACL_STATELESS"
20493   - "ACL_STATEFUL"
20494   - "ACL_STATELESS"
20495   - "ACL_STATEFUL"
20496   layout:
20497     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20498     layout: "plot-latency"
20499
20500 - type: "plot"
20501   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20502   algorithm: "plot_latency_error_bars"
20503   output-file-type: ".html"
20504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20506   filter: "'NIC_Intel-X710' and
20507            '64B' and
20508            'NDRPDR' and
20509            '4T2C' and
20510            'IP4FWD' and
20511            'IACL' and
20512            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20513            not 'IPSEC' and
20514            not 'VHOST'"
20515   parameters:
20516   - "latency"
20517   - "parent"
20518   - "tags"
20519   sort:
20520   - "IP4BASE"
20521   - "ACL_STATELESS"
20522   - "ACL_STATEFUL"
20523   - "ACL_STATELESS"
20524   - "ACL_STATEFUL"
20525   layout:
20526     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20527     layout: "plot-latency"
20528
20529 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20530 - type: "plot"
20531   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20532   algorithm: "plot_latency_error_bars"
20533   output-file-type: ".html"
20534   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20536   filter: "'NIC_Intel-X710' and
20537            '64B' and
20538            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20539            'NDRPDR' and
20540            '2T1C' and
20541            'IP4FWD' and
20542            not 'IPSEC' and
20543            not 'DOT1Q' and
20544            not 'VHOST'"
20545   parameters:
20546   - "latency"
20547   - "parent"
20548   - "tags"
20549   sort:
20550   - "IP4BASE"
20551   - "FIB_20K"
20552   - "FIB_200K"
20553   - "FIB_2M"
20554   layout:
20555     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20556     layout: "plot-latency"
20557
20558 - type: "plot"
20559   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20560   algorithm: "plot_latency_error_bars"
20561   output-file-type: ".html"
20562   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20564   filter: "'NIC_Intel-X710' and
20565            '64B' and
20566            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20567            'NDRPDR' and
20568            '4T2C' and
20569            'IP4FWD' and
20570            not 'IPSEC' and
20571            not 'DOT1Q' and
20572            not 'VHOST'"
20573   parameters:
20574   - "latency"
20575   - "parent"
20576   - "tags"
20577   sort:
20578   - "IP4BASE"
20579   - "FIB_20K"
20580   - "FIB_200K"
20581   - "FIB_2M"
20582   layout:
20583     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20584     layout: "plot-latency"
20585
20586 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20587 - type: "plot"
20588   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20589   algorithm: "plot_latency_error_bars"
20590   output-file-type: ".html"
20591   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20593   filter: "'NIC_Intel-X710' and
20594            '64B' and
20595            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20596            'NDRPDR' and
20597            '2T1C' and
20598            'IP4FWD' and
20599            not 'IPSEC' and
20600            not 'DOT1Q' and
20601            not 'VHOST'"
20602   parameters:
20603   - "latency"
20604   - "parent"
20605   - "tags"
20606   sort:
20607   - "IP4BASE"
20608   - "ACL_STATELESS"
20609   - "ACL_STATEFUL"
20610   - "ACL_STATELESS"
20611   - "ACL_STATEFUL"
20612   layout:
20613     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20614     layout: "plot-latency"
20615
20616 - type: "plot"
20617   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20618   algorithm: "plot_latency_error_bars"
20619   output-file-type: ".html"
20620   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20622   filter: "'NIC_Intel-X710' and
20623            '64B' and
20624            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20625            'NDRPDR' and
20626            '4T2C' and
20627            'IP4FWD' and
20628            not 'IPSEC' and
20629            not 'DOT1Q' and
20630            not 'VHOST'"
20631   parameters:
20632   - "latency"
20633   - "parent"
20634   - "tags"
20635   sort:
20636   - "IP4BASE"
20637   - "ACL_STATELESS"
20638   - "ACL_STATEFUL"
20639   - "ACL_STATELESS"
20640   - "ACL_STATEFUL"
20641   layout:
20642     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20643     layout: "plot-latency"
20644
20645 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20646 - type: "plot"
20647   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20648   algorithm: "plot_latency_error_bars"
20649   output-file-type: ".html"
20650   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20652   filter: "'NIC_Intel-XXV710' and
20653            '64B' and
20654            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20655            'NDRPDR' and
20656            '2T1C' and
20657            'IP4FWD' and
20658            not 'IPSEC' and
20659            not 'DOT1Q' and
20660            not 'VHOST'"
20661   parameters:
20662   - "latency"
20663   - "parent"
20664   - "tags"
20665   sort:
20666   - "IP4BASE"
20667   - "FIB_20K"
20668   - "FIB_200K"
20669   - "FIB_2M"
20670   layout:
20671     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20672     layout: "plot-latency"
20673
20674 - type: "plot"
20675   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20676   algorithm: "plot_latency_error_bars"
20677   output-file-type: ".html"
20678   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20680   filter: "'NIC_Intel-XXV710' and
20681            '64B' and
20682            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20683            'NDRPDR' and
20684            '4T2C' and
20685            'IP4FWD' and
20686            not 'IPSEC' and
20687            not 'DOT1Q' and
20688            not 'VHOST'"
20689   parameters:
20690   - "latency"
20691   - "parent"
20692   - "tags"
20693   sort:
20694   - "IP4BASE"
20695   - "FIB_20K"
20696   - "FIB_200K"
20697   - "FIB_2M"
20698   layout:
20699     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20700     layout: "plot-latency"
20701
20702 ################################################################################
20703
20704 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20705 - type: "plot"
20706   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20707   algorithm: "plot_latency_error_bars"
20708   output-file-type: ".html"
20709   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20711   filter: "'NIC_Intel-X520-DA2' and
20712            '64B' and
20713            'ENCAP' and
20714            'NDRPDR' and
20715            '1T1C' and
20716            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20717            not 'DOT1Q' and
20718            not 'VHOST' and
20719            not 'IPSECHW'"
20720   parameters:
20721   - "latency"
20722   - "parent"
20723   - "tags"
20724   sort:
20725   - "IP4BASE"
20726   - "L2BDMACLRN"
20727   - "L2XCFWD"
20728   - "LISP"
20729   layout:
20730     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20731     layout: "plot-latency"
20732
20733 - type: "plot"
20734   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20735   algorithm: "plot_latency_error_bars"
20736   output-file-type: ".html"
20737   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20739   filter: "'NIC_Intel-X520-DA2' and
20740            '64B' and
20741            'ENCAP' and
20742            'NDRPDR' and
20743            '2T2C' and
20744            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20745            not 'DOT1Q' and
20746            not 'VHOST' and
20747            not 'IPSECHW'"
20748   parameters:
20749   - "latency"
20750   - "parent"
20751   - "tags"
20752   sort:
20753   - "IP4BASE"
20754   - "L2BDMACLRN"
20755   - "L2XCFWD"
20756   - "LISP"
20757   layout:
20758     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20759     layout: "plot-latency"
20760
20761 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20762 - type: "plot"
20763   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20764   algorithm: "plot_latency_error_bars"
20765   output-file-type: ".html"
20766   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20768   filter: "'NIC_Intel-X710' and
20769            '64B' and
20770            'ENCAP' and
20771            'NDRPDR' and
20772            '1T1C' and
20773            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20774            not 'VHOST' and
20775            not 'IPSECHW'"
20776   parameters:
20777   - "latency"
20778   - "parent"
20779   - "tags"
20780   sort:
20781   - "IP4BASE"
20782   - "LISP"
20783   - "VXLAN_1"
20784   - "VXLAN_10"
20785   - "VXLAN_100"
20786   - "VXLAN_1000"
20787   layout:
20788     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20789     layout: "plot-latency"
20790
20791 - type: "plot"
20792   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20793   algorithm: "plot_latency_error_bars"
20794   output-file-type: ".html"
20795   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20797   filter: "'NIC_Intel-X710' and
20798            '64B' and
20799            'ENCAP' and
20800            'NDRPDR' and
20801            '2T2C' and
20802            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20803            not 'VHOST' and
20804            not 'IPSECHW'"
20805   parameters:
20806   - "latency"
20807   - "parent"
20808   - "tags"
20809   sort:
20810   - "IP4BASE"
20811   - "LISP"
20812   - "VXLAN_1"
20813   - "VXLAN_10"
20814   - "VXLAN_100"
20815   - "VXLAN_1000"
20816   layout:
20817     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20818     layout: "plot-latency"
20819
20820 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20821 - type: "plot"
20822   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20823   algorithm: "plot_latency_error_bars"
20824   output-file-type: ".html"
20825   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20827   filter: "'NIC_Intel-X710' and
20828            '64B' and
20829            'ENCAP' and
20830            'NDRPDR' and
20831            '1T1C' and
20832            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20833            not 'DOT1Q' and
20834            not 'VHOST' and
20835            not 'IPSECHW'"
20836   parameters:
20837   - "latency"
20838   - "parent"
20839   - "tags"
20840   sort:
20841   - "IP4BASE"
20842   - "L2BDMACLRN"
20843   - "L2XCFWD"
20844   - "LISP"
20845   layout:
20846     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20847     layout: "plot-latency"
20848
20849 - type: "plot"
20850   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20851   algorithm: "plot_latency_error_bars"
20852   output-file-type: ".html"
20853   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20855   filter: "'NIC_Intel-X710' and
20856            '64B' and
20857            'ENCAP' and
20858            'NDRPDR' and
20859            '2T2C' and
20860            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20861            not 'DOT1Q' and
20862            not 'VHOST' and
20863            not 'IPSECHW'"
20864   parameters:
20865   - "latency"
20866   - "parent"
20867   - "tags"
20868   sort:
20869   - "IP4BASE"
20870   - "L2BDMACLRN"
20871   - "L2XCFWD"
20872   - "LISP"
20873   layout:
20874     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20875     layout: "plot-latency"
20876
20877 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20878 - type: "plot"
20879   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20880   algorithm: "plot_latency_error_bars"
20881   output-file-type: ".html"
20882   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20884   filter: "'NIC_Intel-X710' and
20885            '64B' and
20886            'ENCAP' and
20887            'NDRPDR' and
20888            '2T1C' and
20889            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20890            not 'VHOST' and
20891            not 'IPSECHW'"
20892   parameters:
20893   - "latency"
20894   - "parent"
20895   - "tags"
20896   sort:
20897   - "IP4BASE"
20898   - "LISP"
20899   - "VXLAN_1"
20900   - "VXLAN_10"
20901   - "VXLAN_100"
20902   - "VXLAN_1000"
20903   layout:
20904     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20905     layout: "plot-latency"
20906
20907 - type: "plot"
20908   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20909   algorithm: "plot_latency_error_bars"
20910   output-file-type: ".html"
20911   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20913   filter: "'NIC_Intel-X710' and
20914            '64B' and
20915            'ENCAP' and
20916            'NDRPDR' and
20917            '4T2C' and
20918            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20919            not 'VHOST' and
20920            not 'IPSECHW'"
20921   parameters:
20922   - "latency"
20923   - "parent"
20924   - "tags"
20925   sort:
20926   - "IP4BASE"
20927   - "LISP"
20928   - "VXLAN_1"
20929   - "VXLAN_10"
20930   - "VXLAN_100"
20931   - "VXLAN_1000"
20932   layout:
20933     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20934     layout: "plot-latency"
20935
20936 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20937 - type: "plot"
20938   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20939   algorithm: "plot_latency_error_bars"
20940   output-file-type: ".html"
20941   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20943   filter: "'NIC_Intel-X710' and
20944            '64B' and
20945            'ENCAP' and
20946            'NDRPDR' and
20947            '2T1C' and
20948            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20949            not 'DOT1Q' and
20950            not 'VHOST' and
20951            not 'IPSECHW'"
20952   parameters:
20953   - "latency"
20954   - "parent"
20955   - "tags"
20956   sort:
20957   - "IP4BASE"
20958   - "L2BDMACLRN"
20959   - "L2XCFWD"
20960   - "LISP"
20961   layout:
20962     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20963     layout: "plot-latency"
20964
20965 - type: "plot"
20966   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20967   algorithm: "plot_latency_error_bars"
20968   output-file-type: ".html"
20969   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20971   filter: "'NIC_Intel-X710' and
20972            '64B' and
20973            'ENCAP' and
20974            'NDRPDR' and
20975            '4T2C' and
20976            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20977            not 'DOT1Q' and
20978            not 'VHOST' and
20979            not 'IPSECHW'"
20980   parameters:
20981   - "latency"
20982   - "parent"
20983   - "tags"
20984   sort:
20985   - "IP4BASE"
20986   - "L2BDMACLRN"
20987   - "L2XCFWD"
20988   - "LISP"
20989   layout:
20990     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20991     layout: "plot-latency"
20992
20993 ################################################################################
20994
20995 # Packet Latency - VPP IPv6 3n-hsw-x520
20996 - type: "plot"
20997   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
20998   algorithm: "plot_latency_error_bars"
20999   output-file-type: ".html"
21000   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21002   filter: "'NIC_Intel-X520-DA2' and
21003            '78B' and
21004            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21005            'NDRPDR' and
21006            '1T1C' and
21007            'IP6FWD' and
21008            not 'SRv6' and
21009            not 'IPSEC' and
21010            not 'VHOST'"
21011   parameters:
21012   - "latency"
21013   - "parent"
21014   - "tags"
21015   sort:
21016   - "IP6BASE"
21017   - "FIB_20K"
21018   - "FIB_200K"
21019   - "FIB_2M"
21020   layout:
21021     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21022     layout: "plot-latency"
21023
21024 - type: "plot"
21025   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21026   algorithm: "plot_latency_error_bars"
21027   output-file-type: ".html"
21028   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21030   filter: "'NIC_Intel-X520-DA2' and
21031            '78B' and
21032            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21033            'NDRPDR' and
21034            '2T2C' and
21035            'IP6FWD' and
21036            not 'SRv6' and
21037            not 'IPSEC' and
21038            not 'VHOST'"
21039   parameters:
21040   - "latency"
21041   - "parent"
21042   - "tags"
21043   sort:
21044   - "IP6BASE"
21045   - "FIB_20K"
21046   - "FIB_200K"
21047   - "FIB_2M"
21048   layout:
21049     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21050     layout: "plot-latency"
21051
21052 # Packet Latency - VPP IPv6 3n-hsw-x710
21053 - type: "plot"
21054   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21055   algorithm: "plot_latency_error_bars"
21056   output-file-type: ".html"
21057   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21059   filter: "'NIC_Intel-X710' and
21060            '78B' and
21061            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21062            'NDRPDR' and
21063            '1T1C' and
21064            'IP6FWD' and
21065            not 'SRv6' and
21066            not 'IPSEC' and
21067            not 'VHOST'"
21068   parameters:
21069   - "latency"
21070   - "parent"
21071   - "tags"
21072   sort:
21073   - "IP6BASE"
21074   - "FIB_20K"
21075   - "FIB_200K"
21076   - "FIB_2M"
21077   layout:
21078     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21079     layout: "plot-latency"
21080
21081 - type: "plot"
21082   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21083   algorithm: "plot_latency_error_bars"
21084   output-file-type: ".html"
21085   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21087   filter: "'NIC_Intel-X710' and
21088            '78B' and
21089            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21090            'NDRPDR' and
21091            '2T2C' and
21092            'IP6FWD' and
21093            not 'SRv6' and
21094            not 'IPSEC' and
21095            not 'VHOST'"
21096   parameters:
21097   - "latency"
21098   - "parent"
21099   - "tags"
21100   sort:
21101   - "IP6BASE"
21102   - "FIB_20K"
21103   - "FIB_200K"
21104   - "FIB_2M"
21105   layout:
21106     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21107     layout: "plot-latency"
21108
21109 # Packet Latency - VPP IPv6 3n-hsw-xl710
21110 - type: "plot"
21111   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21112   algorithm: "plot_latency_error_bars"
21113   output-file-type: ".html"
21114   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21116   filter: "'NIC_Intel-XL710' and
21117            '78B' and
21118            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21119            'NDRPDR' and
21120            '1T1C' and
21121            'IP6FWD' and
21122            not 'SRv6' and
21123            not 'IPSEC' and
21124            not 'VHOST'"
21125   parameters:
21126   - "latency"
21127   - "parent"
21128   - "tags"
21129   sort:
21130   - "IP6BASE"
21131   - "FIB_20K"
21132   - "FIB_200K"
21133   - "FIB_2M"
21134   layout:
21135     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21136     layout: "plot-latency"
21137
21138 - type: "plot"
21139   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21140   algorithm: "plot_latency_error_bars"
21141   output-file-type: ".html"
21142   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21144   filter: "'NIC_Intel-XL710' and
21145            '78B' and
21146            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21147            'NDRPDR' and
21148            '2T2C' and
21149            'IP6FWD' and
21150            not 'SRv6' and
21151            not 'IPSEC' and
21152            not 'VHOST'"
21153   parameters:
21154   - "latency"
21155   - "parent"
21156   - "tags"
21157   sort:
21158   - "IP6BASE"
21159   - "FIB_20K"
21160   - "FIB_200K"
21161   - "FIB_2M"
21162   layout:
21163     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21164     layout: "plot-latency"
21165
21166 # Packet Latency - VPP IPv6 3n-skx-x710
21167 - type: "plot"
21168   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21169   algorithm: "plot_latency_error_bars"
21170   output-file-type: ".html"
21171   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21173   filter: "'NIC_Intel-X710' and
21174            '78B' and
21175            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21176            'NDRPDR' and
21177            '2T1C' and
21178            'IP6FWD' and
21179            not 'SRv6' and
21180            not 'IPSEC' and
21181            not 'VHOST'"
21182   parameters:
21183   - "latency"
21184   - "parent"
21185   - "tags"
21186   sort:
21187   - "IP6BASE"
21188   - "FIB_20K"
21189   - "FIB_200K"
21190   - "FIB_2M"
21191   layout:
21192     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21193     layout: "plot-latency"
21194
21195 - type: "plot"
21196   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21197   algorithm: "plot_latency_error_bars"
21198   output-file-type: ".html"
21199   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21201   filter: "'NIC_Intel-X710' and
21202            '78B' and
21203            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21204            'NDRPDR' and
21205            '4T2C' and
21206            'IP6FWD' and
21207            not 'SRv6' and
21208            not 'IPSEC' and
21209            not 'VHOST'"
21210   parameters:
21211   - "latency"
21212   - "parent"
21213   - "tags"
21214   sort:
21215   - "IP6BASE"
21216   - "FIB_20K"
21217   - "FIB_200K"
21218   - "FIB_2M"
21219   layout:
21220     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21221     layout: "plot-latency"
21222
21223 # Packet Latency - VPP IPv6 3n-skx-xxv710
21224 - type: "plot"
21225   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21226   algorithm: "plot_latency_error_bars"
21227   output-file-type: ".html"
21228   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21230   filter: "'NIC_Intel-XXV710' and
21231            '78B' and
21232            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21233            'NDRPDR' and
21234            '2T1C' and
21235            'IP6FWD' and
21236            not 'SRv6' and
21237            not 'IPSEC' and
21238            not 'VHOST'"
21239   parameters:
21240   - "latency"
21241   - "parent"
21242   - "tags"
21243   sort:
21244   - "IP6BASE"
21245   - "FIB_20K"
21246   - "FIB_200K"
21247   - "FIB_2M"
21248   layout:
21249     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21250     layout: "plot-latency"
21251
21252 - type: "plot"
21253   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21254   algorithm: "plot_latency_error_bars"
21255   output-file-type: ".html"
21256   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21258   filter: "'NIC_Intel-XXV710' and
21259            '78B' and
21260            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21261            'NDRPDR' and
21262            '4T2C' and
21263            'IP6FWD' and
21264            not 'SRv6' and
21265            not 'IPSEC' and
21266            not 'VHOST'"
21267   parameters:
21268   - "latency"
21269   - "parent"
21270   - "tags"
21271   sort:
21272   - "IP6BASE"
21273   - "FIB_20K"
21274   - "FIB_200K"
21275   - "FIB_2M"
21276   layout:
21277     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21278     layout: "plot-latency"
21279
21280 # Packet Latency - VPP IPv6 2n-skx-x710
21281 - type: "plot"
21282   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21283   algorithm: "plot_latency_error_bars"
21284   output-file-type: ".html"
21285   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21287   filter: "'NIC_Intel-X710' and
21288            '78B' and
21289            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21290            'NDRPDR' and
21291            '2T1C' and
21292            'IP6FWD' and
21293            not 'SRv6' and
21294            not 'IPSEC' and
21295            not 'VHOST'"
21296   parameters:
21297   - "latency"
21298   - "parent"
21299   - "tags"
21300   sort:
21301   - "IP6BASE"
21302   - "FIB_20K"
21303   - "FIB_200K"
21304   - "FIB_2M"
21305   layout:
21306     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21307     layout: "plot-latency"
21308
21309 - type: "plot"
21310   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21311   algorithm: "plot_latency_error_bars"
21312   output-file-type: ".html"
21313   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21315   filter: "'NIC_Intel-X710' and
21316            '78B' and
21317            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21318            'NDRPDR' and
21319            '4T2C' and
21320            'IP6FWD' and
21321            not 'SRv6' and
21322            not 'IPSEC' and
21323            not 'VHOST'"
21324   parameters:
21325   - "latency"
21326   - "parent"
21327   - "tags"
21328   sort:
21329   - "IP6BASE"
21330   - "FIB_20K"
21331   - "FIB_200K"
21332   - "FIB_2M"
21333   layout:
21334     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21335     layout: "plot-latency"
21336
21337 # Packet Latency - VPP IPv6 2n-skx-xxv710
21338 - type: "plot"
21339   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21340   algorithm: "plot_latency_error_bars"
21341   output-file-type: ".html"
21342   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21344   filter: "'NIC_Intel-XXV710' and
21345            '78B' and
21346            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21347            'NDRPDR' and
21348            '2T1C' and
21349            'IP6FWD' and
21350            not 'SRv6' and
21351            not 'IPSEC' and
21352            not 'VHOST'"
21353   parameters:
21354   - "latency"
21355   - "parent"
21356   - "tags"
21357   sort:
21358   - "IP6BASE"
21359   - "FIB_20K"
21360   - "FIB_200K"
21361   - "FIB_2M"
21362   layout:
21363     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21364     layout: "plot-latency"
21365
21366 - type: "plot"
21367   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21368   algorithm: "plot_latency_error_bars"
21369   output-file-type: ".html"
21370   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21372   filter: "'NIC_Intel-XXV710' and
21373            '78B' and
21374            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21375            'NDRPDR' and
21376            '4T2C' and
21377            'IP6FWD' and
21378            not 'SRv6' and
21379            not 'IPSEC' and
21380            not 'VHOST'"
21381   parameters:
21382   - "latency"
21383   - "parent"
21384   - "tags"
21385   sort:
21386   - "IP6BASE"
21387   - "FIB_20K"
21388   - "FIB_200K"
21389   - "FIB_2M"
21390   layout:
21391     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21392     layout: "plot-latency"
21393
21394 ################################################################################
21395
21396 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21397 - type: "plot"
21398   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21399   algorithm: "plot_latency_error_bars"
21400   output-file-type: ".html"
21401   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21403   filter: "'NIC_Intel-X520-DA2' and
21404            '78B' and
21405            'ENCAP' and
21406            'NDRPDR' and
21407            '1T1C' and
21408            'LISP' and
21409            not 'VHOST'"
21410   parameters:
21411   - "latency"
21412   - "parent"
21413   - "tags"
21414   sort:
21415   - "IP4UNRLAY"
21416   - "IP6UNRLAY"
21417   layout:
21418     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21419     layout: "plot-latency"
21420
21421 - type: "plot"
21422   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21423   algorithm: "plot_latency_error_bars"
21424   output-file-type: ".html"
21425   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21427   filter: "'NIC_Intel-X520-DA2' and
21428            '78B' and
21429            'ENCAP' and
21430            'NDRPDR' and
21431            '2T2C' and
21432            'LISP' and
21433            not 'VHOST'"
21434   parameters:
21435   - "latency"
21436   - "parent"
21437   - "tags"
21438   sort:
21439   - "IP4UNRLAY"
21440   - "IP6UNRLAY"
21441   layout:
21442     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21443     layout: "plot-latency"
21444
21445 ################################################################################
21446
21447 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21448 - type: "plot"
21449   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21450   algorithm: "plot_latency_error_bars"
21451   output-file-type: ".html"
21452   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21454   filter: "'NIC_Intel-XL710' and
21455            '64B' and
21456            'IP4FWD' and
21457            'NDRPDR' and
21458            'BASE' and
21459            '1T1C' and
21460            'IPSECHW' and
21461            not 'VHOST'"
21462   parameters:
21463   - "latency"
21464   - "parent"
21465   - "tags"
21466   layout:
21467     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21468     layout: "plot-latency"
21469
21470 - type: "plot"
21471   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21472   algorithm: "plot_latency_error_bars"
21473   output-file-type: ".html"
21474   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21476   filter: "'NIC_Intel-XL710' and
21477            '64B' and
21478            'IP4FWD' and
21479            'NDRPDR' and
21480            'BASE' and
21481            '2T2C' and
21482            'IPSECHW' and
21483            not 'VHOST'"
21484   parameters:
21485   - "latency"
21486   - "parent"
21487   - "tags"
21488   layout:
21489     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21490     layout: "plot-latency"
21491
21492 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21493 - type: "plot"
21494   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21495   algorithm: "plot_latency_error_bars"
21496   output-file-type: ".html"
21497   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21499   filter: "'NIC_Intel-XL710' and
21500            '64B' and
21501            'IP4FWD' and
21502            'NDRPDR' and
21503            'SCALE' and
21504            '1T1C' and
21505            'IPSECHW' and
21506            not 'VHOST'"
21507   parameters:
21508   - "latency"
21509   - "parent"
21510   - "tags"
21511   layout:
21512     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21513     layout: "plot-latency"
21514
21515 - type: "plot"
21516   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21517   algorithm: "plot_latency_error_bars"
21518   output-file-type: ".html"
21519   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21521   filter: "'NIC_Intel-XL710' and
21522            '64B' and
21523            'IP4FWD' and
21524            'NDRPDR' and
21525            'SCALE' and
21526            '2T2C' and
21527            'IPSECHW' and
21528            not 'VHOST'"
21529   parameters:
21530   - "latency"
21531   - "parent"
21532   - "tags"
21533   layout:
21534     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21535     layout: "plot-latency"
21536
21537 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21538 - type: "plot"
21539   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21540   algorithm: "plot_latency_error_bars"
21541   output-file-type: ".html"
21542   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21544   filter: "'NIC_Intel-XL710' and
21545            '64B' and
21546            'IP4FWD' and
21547            'NDRPDR' and
21548            '1T1C' and
21549            'IPSECSW' and
21550            not 'VHOST'"
21551   parameters:
21552   - "latency"
21553   - "parent"
21554   - "tags"
21555   layout:
21556     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21557     layout: "plot-latency"
21558
21559 - type: "plot"
21560   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21561   algorithm: "plot_latency_error_bars"
21562   output-file-type: ".html"
21563   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21564   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21565   filter: "'NIC_Intel-XL710' and
21566            '64B' and
21567            'IP4FWD' and
21568            'NDRPDR' and
21569            '2T2C' and
21570            'IPSECSW' and
21571            not 'VHOST'"
21572   parameters:
21573   - "latency"
21574   - "parent"
21575   - "tags"
21576   layout:
21577     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21578     layout: "plot-latency"
21579
21580 ################################################################################
21581
21582 # Packet Latency - VPP SRv6 3n-hsw-x520
21583 - type: "plot"
21584   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21585   algorithm: "plot_latency_error_bars"
21586   output-file-type: ".html"
21587   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21589   filter: "'NIC_Intel-X520-DA2' and
21590            '78B' and
21591            'FEATURE' and
21592            'NDRPDR' and
21593            '1T1C' and
21594            'IP6FWD' and
21595            'SRv6'"
21596   parameters:
21597   - "latency"
21598   - "parent"
21599   - "tags"
21600   layout:
21601     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21602     layout: "plot-latency"
21603
21604 - type: "plot"
21605   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21606   algorithm: "plot_latency_error_bars"
21607   output-file-type: ".html"
21608   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21610   filter: "'NIC_Intel-X520-DA2' and
21611            '78B' and
21612            'FEATURE' and
21613            'NDRPDR' and
21614            '2T2C' and
21615            'IP6FWD' and
21616            'SRv6'"
21617   parameters:
21618   - "latency"
21619   - "parent"
21620   - "tags"
21621   layout:
21622     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21623     layout: "plot-latency"
21624
21625 ################################################################################
21626
21627 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21628 - type: "plot"
21629   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21630   algorithm: "plot_latency_error_bars"
21631   output-file-type: ".html"
21632   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21634   filter: "'NIC_Intel-X520-DA2' and
21635            '64B' and
21636            'NDRPDR' and
21637            'ETH' and
21638            'IP4FWD' and
21639            '1T1C' and
21640            'VHOST_1024' and
21641            not 'VXLAN' and
21642            not 'DOT1Q'"
21643   parameters:
21644   - "latency"
21645   - "parent"
21646   - "tags"
21647   sort:
21648   - "not CFS_OPT"
21649   - "1VM"
21650   - "2VM"
21651   layout:
21652     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21653     layout: "plot-latency"
21654
21655 - type: "plot"
21656   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21657   algorithm: "plot_latency_error_bars"
21658   output-file-type: ".html"
21659   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21661   filter: "'NIC_Intel-X520-DA2' and
21662            '64B' and
21663            'NDRPDR' and
21664            'ETH' and
21665            'IP4FWD' and
21666            '2T2C' and
21667            'VHOST_1024' and
21668            not 'VXLAN' and
21669            not 'DOT1Q'"
21670   parameters:
21671   - "latency"
21672   - "parent"
21673   - "tags"
21674   sort:
21675   - "not CFS_OPT"
21676   - "1VM"
21677   - "2VM"
21678   layout:
21679     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21680     layout: "plot-latency"
21681
21682 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21683 - type: "plot"
21684   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21685   algorithm: "plot_latency_error_bars"
21686   output-file-type: ".html"
21687   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21688   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21689   filter: "'NIC_Intel-X520-DA2' and
21690            '64B' and
21691            'NDRPDR' and
21692            ('ETH' or 'DOT1Q') and
21693            'BASE' and
21694            '1T1C' and
21695            ('L2BDMACLRN' or 'L2XCFWD') and
21696            'VHOST_1024' and
21697            not 'VXLAN' and
21698            not 'IP4FWD' and
21699            not '2VM'"
21700   parameters:
21701   - "latency"
21702   - "parent"
21703   - "tags"
21704   sort:
21705   - "L2BDMACLRN"
21706   - "L2BDMACLRN"
21707   - "L2BDMACLRN"
21708   - "L2XCFWD"
21709   - "L2XCFWD"
21710   - "L2XCFWD"
21711   layout:
21712     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21713     layout: "plot-latency"
21714
21715 - type: "plot"
21716   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21717   algorithm: "plot_latency_error_bars"
21718   output-file-type: ".html"
21719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21721   filter: "'NIC_Intel-X520-DA2' and
21722            '64B' and
21723            'NDRPDR' and
21724            ('ETH' or 'DOT1Q') and
21725            'BASE' and
21726            '2T2C' and
21727            ('L2BDMACLRN' or 'L2XCFWD') and
21728            'VHOST_1024' and
21729            not 'VXLAN' and
21730            not 'IP4FWD' and
21731            not '2VM'"
21732   parameters:
21733   - "latency"
21734   - "parent"
21735   - "tags"
21736   sort:
21737   - "L2BDMACLRN"
21738   - "L2BDMACLRN"
21739   - "L2BDMACLRN"
21740   - "L2XCFWD"
21741   - "L2XCFWD"
21742   - "L2XCFWD"
21743   layout:
21744     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21745     layout: "plot-latency"
21746
21747 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21748 - type: "plot"
21749   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21750   algorithm: "plot_latency_error_bars"
21751   output-file-type: ".html"
21752   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21753   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21754   filter: "'NIC_Intel-X520-DA2' and
21755            '64B' and
21756            'NDRPDR' and
21757            ('ETH' or 'DOT1Q') and
21758            '1T1C' and
21759            ('L2BDMACLRN' or 'L2XCFWD') and
21760            'VHOST_1024' and
21761            not 'CFS_OPT' and
21762            not 'DOT1Q' and
21763            not 'VXLAN' and
21764            not 'IP4FWD' and
21765            not 'LBOND'"
21766   parameters:
21767   - "latency"
21768   - "parent"
21769   - "tags"
21770 #  sort:
21771 #  - "1VM"
21772 #  - "L2XCFWD"
21773 #  - "1VM"
21774 #  - "L2BDMACLRN"
21775   layout:
21776     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21777     layout: "plot-latency"
21778
21779 - type: "plot"
21780   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21781   algorithm: "plot_latency_error_bars"
21782   output-file-type: ".html"
21783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21785   filter: "'NIC_Intel-X520-DA2' and
21786            '64B' and
21787            'NDRPDR' and
21788            ('ETH' or 'DOT1Q') and
21789            '2T2C' and
21790            ('L2BDMACLRN' or 'L2XCFWD') and
21791            'VHOST_1024' and
21792            not 'CFS_OPT' and
21793            not 'DOT1Q' and
21794            not 'VXLAN' and
21795            not 'IP4FWD' and
21796            not 'LBOND'"
21797   parameters:
21798   - "latency"
21799   - "parent"
21800   - "tags"
21801 #  sort:
21802 #  - "1VM"
21803 #  - "L2XCFWD"
21804 #  - "1VM"
21805 #  - "L2BDMACLRN"
21806   layout:
21807     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21808     layout: "plot-latency"
21809
21810 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21811 - type: "plot"
21812   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21813   algorithm: "plot_latency_error_bars"
21814   output-file-type: ".html"
21815   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21817   filter: "'NIC_Intel-X710' and
21818            '64B' and
21819            'NDRPDR' and
21820            'ETH' and
21821            'IP4FWD' and
21822            '1T1C' and
21823            'VHOST_1024' and
21824            not 'VXLAN' and
21825            not 'CFS_OPT' and
21826            not 'DOT1Q'"
21827   parameters:
21828   - "latency"
21829   - "parent"
21830   - "tags"
21831   sort:
21832   - "1VM"
21833   - "2VM"
21834   layout:
21835     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21836     layout: "plot-latency"
21837
21838 - type: "plot"
21839   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21840   algorithm: "plot_latency_error_bars"
21841   output-file-type: ".html"
21842   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21844   filter: "'NIC_Intel-X710' and
21845            '64B' and
21846            'NDRPDR' and
21847            'ETH' and
21848            'IP4FWD' and
21849            '2T2C' and
21850            'VHOST_1024' and
21851            not 'VXLAN' and
21852            not 'CFS_OPT' and
21853            not 'DOT1Q'"
21854   parameters:
21855   - "latency"
21856   - "parent"
21857   - "tags"
21858   sort:
21859   - "1VM"
21860   - "2VM"
21861   layout:
21862     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21863     layout: "plot-latency"
21864
21865 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21866 - type: "plot"
21867   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21868   algorithm: "plot_latency_error_bars"
21869   output-file-type: ".html"
21870   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21872   filter: "'NIC_Intel-X710' and
21873            '64B' and
21874            'NDRPDR' and
21875            ('ETH' or 'DOT1Q') and
21876            'BASE' and
21877            '1T1C' and
21878            ('L2BDMACLRN' or 'L2XCFWD') and
21879            'VHOST_1024' and
21880            not 'VXLAN' and
21881            not 'IP4FWD' and
21882            not '2VM'"
21883   parameters:
21884   - "latency"
21885   - "parent"
21886   - "tags"
21887   sort:
21888   - "L2BDMACLRN"
21889   - "L2BDMACLRN"
21890   - "L2BDMACLRN"
21891   - "L2XCFWD"
21892   - "L2XCFWD"
21893   - "L2XCFWD"
21894   layout:
21895     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21896     layout: "plot-latency"
21897
21898 - type: "plot"
21899   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21900   algorithm: "plot_latency_error_bars"
21901   output-file-type: ".html"
21902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21904   filter: "'NIC_Intel-X710' and
21905            '64B' and
21906            'NDRPDR' and
21907            ('ETH' or 'DOT1Q') and
21908            'BASE' and
21909            '2T2C' and
21910            ('L2BDMACLRN' or 'L2XCFWD') and
21911            'VHOST_1024' and
21912            not 'VXLAN' and
21913            not 'IP4FWD' and
21914            not '2VM'"
21915   parameters:
21916   - "latency"
21917   - "parent"
21918   - "tags"
21919   sort:
21920   - "L2BDMACLRN"
21921   - "L2BDMACLRN"
21922   - "L2BDMACLRN"
21923   - "L2XCFWD"
21924   - "L2XCFWD"
21925   - "L2XCFWD"
21926   layout:
21927     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21928     layout: "plot-latency"
21929
21930 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21931 - type: "plot"
21932   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21933   algorithm: "plot_latency_error_bars"
21934   output-file-type: ".html"
21935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21937   filter: "'NIC_Intel-X710' and
21938            '64B' and
21939            'NDRPDR' and
21940            ('ETH' or 'DOT1Q') and
21941            '1T1C' and
21942            ('L2BDMACLRN' or 'L2XCFWD') and
21943            'VHOST_1024' and
21944            not 'CFS_OPT' and
21945            not 'VXLAN' and
21946            not 'IP4FWD' and
21947            not 'LBOND'"
21948   parameters:
21949   - "latency"
21950   - "parent"
21951   - "tags"
21952   sort:
21953   - "L2BDMACLRN"
21954   - "L2BDMACLRN"
21955   - "L2BDMACLRN"
21956   - "L2XCFWD"
21957   - "L2XCFWD"
21958   - "L2XCFWD"
21959   layout:
21960     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
21961     layout: "plot-latency"
21962
21963 - type: "plot"
21964   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21965   algorithm: "plot_latency_error_bars"
21966   output-file-type: ".html"
21967   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
21968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21969   filter: "'NIC_Intel-X710' and
21970            '64B' and
21971            'NDRPDR' and
21972            ('ETH' or 'DOT1Q') and
21973            '2T2C' and
21974            ('L2BDMACLRN' or 'L2XCFWD') and
21975            'VHOST_1024' and
21976            not 'CFS_OPT' and
21977            not 'VXLAN' and
21978            not 'IP4FWD' and
21979            not 'LBOND'"
21980   parameters:
21981   - "latency"
21982   - "parent"
21983   - "tags"
21984   sort:
21985   - "L2BDMACLRN"
21986   - "L2BDMACLRN"
21987   - "L2BDMACLRN"
21988   - "L2XCFWD"
21989   - "L2XCFWD"
21990   - "L2XCFWD"
21991   layout:
21992     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
21993     layout: "plot-latency"
21994
21995 # Packet Latency - VPP vhost ip4 3n-skx-x710
21996 - type: "plot"
21997   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21998   algorithm: "plot_latency_error_bars"
21999   output-file-type: ".html"
22000   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22002   filter: "'NIC_Intel-X710' and
22003            '64B' and
22004            'NDRPDR' and
22005            'ETH' and
22006            'IP4FWD' and
22007            '2T1C' and
22008            'VHOST_1024' and
22009            not 'VXLAN' and
22010            not 'DOT1Q'"
22011   parameters:
22012   - "latency"
22013   - "parent"
22014   - "tags"
22015   sort:
22016   - "1VM"
22017   - "2VM"
22018   layout:
22019     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22020     layout: "plot-latency"
22021
22022 - type: "plot"
22023   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22024   algorithm: "plot_latency_error_bars"
22025   output-file-type: ".html"
22026   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22028   filter: "'NIC_Intel-X710' and
22029            '64B' and
22030            'NDRPDR' and
22031            'ETH' and
22032            'IP4FWD' and
22033            '4T2C' and
22034            'VHOST_1024' and
22035            not 'VXLAN' and
22036            not 'DOT1Q'"
22037   parameters:
22038   - "latency"
22039   - "parent"
22040   - "tags"
22041   sort:
22042   - "1VM"
22043   - "2VM"
22044   layout:
22045     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22046     layout: "plot-latency"
22047
22048 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22049 - type: "plot"
22050   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22051   algorithm: "plot_latency_error_bars"
22052   output-file-type: ".html"
22053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22055   filter: "'NIC_Intel-X710' and
22056            '64B' and
22057            'NDRPDR' and
22058            ('ETH' or 'DOT1Q') and
22059            'BASE' and
22060            '2T1C' and
22061            ('L2BDMACLRN' or 'L2XCFWD') and
22062            'VHOST_1024' and
22063            not 'VXLAN' and
22064            not 'IP4FWD' and
22065            not '2VM'"
22066   parameters:
22067   - "latency"
22068   - "parent"
22069   - "tags"
22070   sort:
22071   - "L2BDMACLRN"
22072   - "L2BDMACLRN"
22073   - "L2BDMACLRN"
22074   - "L2XCFWD"
22075   - "L2XCFWD"
22076   - "L2XCFWD"
22077   layout:
22078     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22079     layout: "plot-latency"
22080
22081 - type: "plot"
22082   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22083   algorithm: "plot_latency_error_bars"
22084   output-file-type: ".html"
22085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22087   filter: "'NIC_Intel-X710' and
22088            '64B' and
22089            'NDRPDR' and
22090            ('ETH' or 'DOT1Q') and
22091            'BASE' and
22092            '4T2C' and
22093            ('L2BDMACLRN' or 'L2XCFWD') and
22094            'VHOST_1024' and
22095            not 'VXLAN' and
22096            not 'IP4FWD' and
22097            not '2VM'"
22098   parameters:
22099   - "latency"
22100   - "parent"
22101   - "tags"
22102   sort:
22103   - "L2BDMACLRN"
22104   - "L2BDMACLRN"
22105   - "L2BDMACLRN"
22106   - "L2XCFWD"
22107   - "L2XCFWD"
22108   - "L2XCFWD"
22109   layout:
22110     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22111     layout: "plot-latency"
22112
22113 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22114 - type: "plot"
22115   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22116   algorithm: "plot_latency_error_bars"
22117   output-file-type: ".html"
22118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22120   filter: "'NIC_Intel-X710' and
22121            '64B' and
22122            'NDRPDR' and
22123            ('ETH' or 'DOT1Q') and
22124            '2T1C' and
22125            ('L2BDMACLRN' or 'L2XCFWD') and
22126            'VHOST_1024' and
22127            not 'CFS_OPT' and
22128            not 'VXLAN' and
22129            not 'IP4FWD' and
22130            not 'LBOND'"
22131   parameters:
22132   - "latency"
22133   - "parent"
22134   - "tags"
22135   sort:
22136   - "L2BDMACLRN"
22137   - "L2BDMACLRN"
22138   - "L2BDMACLRN"
22139   - "L2XCFWD"
22140   - "L2XCFWD"
22141   - "L2XCFWD"
22142   layout:
22143     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22144     layout: "plot-latency"
22145
22146 - type: "plot"
22147   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22148   algorithm: "plot_latency_error_bars"
22149   output-file-type: ".html"
22150   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22152   filter: "'NIC_Intel-X710' and
22153            '64B' and
22154            'NDRPDR' and
22155            ('ETH' or 'DOT1Q') and
22156            '4T2C' and
22157            ('L2BDMACLRN' or 'L2XCFWD') and
22158            'VHOST_1024' and
22159            not 'CFS_OPT' and
22160            not 'VXLAN' and
22161            not 'IP4FWD' and
22162            not 'LBOND'"
22163   parameters:
22164   - "latency"
22165   - "parent"
22166   - "tags"
22167   sort:
22168   - "L2BDMACLRN"
22169   - "L2BDMACLRN"
22170   - "L2BDMACLRN"
22171   - "L2XCFWD"
22172   - "L2XCFWD"
22173   - "L2XCFWD"
22174   layout:
22175     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22176     layout: "plot-latency"
22177
22178 # Packet Latency - VPP vhost ip4 2n-skx-x710
22179 - type: "plot"
22180   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22181   algorithm: "plot_latency_error_bars"
22182   output-file-type: ".html"
22183   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22185   filter: "'NIC_Intel-X710' and
22186            '64B' and
22187            'NDRPDR' and
22188            'ETH' and
22189            'IP4FWD' and
22190            '2T1C' and
22191            'VHOST_1024' and
22192            not 'VXLAN' and
22193            not 'NF_DENSITY' and
22194            not 'CFS_OPT' and
22195            not 'DOT1Q'"
22196   parameters:
22197   - "latency"
22198   - "parent"
22199   - "tags"
22200   sort:
22201   - "1VM"
22202   - "2VM"
22203   layout:
22204     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22205     layout: "plot-latency"
22206
22207 - type: "plot"
22208   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22209   algorithm: "plot_latency_error_bars"
22210   output-file-type: ".html"
22211   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22213   filter: "'NIC_Intel-X710' and
22214            '64B' and
22215            'NDRPDR' and
22216            'ETH' and
22217            'IP4FWD' and
22218            '4T2C' and
22219            'VHOST_1024' and
22220            not 'VXLAN' and
22221            not 'NF_DENSITY' and
22222            not 'CFS_OPT' and
22223            not 'DOT1Q'"
22224   parameters:
22225   - "latency"
22226   - "parent"
22227   - "tags"
22228   sort:
22229   - "1VM"
22230   - "2VM"
22231   layout:
22232     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22233     layout: "plot-latency"
22234
22235 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22236 - type: "plot"
22237   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22238   algorithm: "plot_latency_error_bars"
22239   output-file-type: ".html"
22240   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22242   filter: "'NIC_Intel-X710' and
22243            '64B' and
22244            'NDRPDR' and
22245            ('ETH' or 'DOT1Q') and
22246            'BASE' and
22247            '2T1C' and
22248            ('L2BDMACLRN' or 'L2XCFWD') and
22249            'VHOST_1024' and
22250            not 'VXLAN' and
22251            not 'NF_DENSITY' and
22252            not 'IP4FWD' and
22253            not '2VM'"
22254   parameters:
22255   - "latency"
22256   - "parent"
22257   - "tags"
22258 #  sort:
22259 #  - "not CFS_OPT"
22260 #  - "L2XCFWD"
22261 #  - "not CFS_OPT"
22262 #  - "CFS_OPT"
22263   layout:
22264     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22265     layout: "plot-latency"
22266
22267 - type: "plot"
22268   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22269   algorithm: "plot_latency_error_bars"
22270   output-file-type: ".html"
22271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22273   filter: "'NIC_Intel-X710' and
22274            '64B' and
22275            'NDRPDR' and
22276            ('ETH' or 'DOT1Q') and
22277            'BASE' and
22278            '4T2C' and
22279            ('L2BDMACLRN' or 'L2XCFWD') and
22280            'VHOST_1024' and
22281            not 'VXLAN' and
22282            not 'NF_DENSITY' and
22283            not 'IP4FWD' and
22284            not '2VM'"
22285   parameters:
22286   - "latency"
22287   - "parent"
22288   - "tags"
22289 #  sort:
22290 #  - "not CFS_OPT"
22291 #  - "L2XCFWD"
22292 #  - "not CFS_OPT"
22293 #  - "CFS_OPT"
22294   layout:
22295     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22296     layout: "plot-latency"
22297
22298 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22299 - type: "plot"
22300   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22301   algorithm: "plot_latency_error_bars"
22302   output-file-type: ".html"
22303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22305   filter: "'NIC_Intel-X710' and
22306            '64B' and
22307            'NDRPDR' and
22308            ('ETH' or 'DOT1Q') and
22309            '2T1C' and
22310            ('L2BDMACLRN' or 'L2XCFWD') and
22311            'VHOST_1024' and
22312            not 'CFS_OPT' and
22313            not 'VXLAN' and
22314            not 'NF_DENSITY' and
22315            not 'DOT1Q' and
22316            not 'IP4FWD'"
22317   parameters:
22318   - "latency"
22319   - "parent"
22320   - "tags"
22321 #  sort:
22322 #  - "1VM"
22323 #  - "L2XCFWD"
22324 #  - "1VM"
22325 #  - "L2BDMACLRN"
22326   layout:
22327     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22328     layout: "plot-latency"
22329
22330 - type: "plot"
22331   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22332   algorithm: "plot_latency_error_bars"
22333   output-file-type: ".html"
22334   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22336   filter: "'NIC_Intel-X710' and
22337            '64B' and
22338            'NDRPDR' and
22339            ('ETH' or 'DOT1Q') and
22340            '4T2C' and
22341            ('L2BDMACLRN' or 'L2XCFWD') and
22342            'VHOST_1024' and
22343            not 'CFS_OPT' and
22344            not 'VXLAN' and
22345            not 'NF_DENSITY' and
22346            not 'DOT1Q' and
22347            not 'IP4FWD'"
22348   parameters:
22349   - "latency"
22350   - "parent"
22351   - "tags"
22352 #  sort:
22353 #  - "1VM"
22354 #  - "L2XCFWD"
22355 #  - "1VM"
22356 #  - "L2BDMACLRN"
22357   layout:
22358     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22359     layout: "plot-latency"
22360
22361 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22362 - type: "plot"
22363   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22364   algorithm: "plot_latency_error_bars"
22365   output-file-type: ".html"
22366   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22368   filter: "'NIC_Intel-XXV710' and
22369            '64B' and
22370            'NDRPDR' and
22371            'ETH' and
22372            'IP4FWD' and
22373            '2T1C' and
22374            'VHOST_1024' and
22375            not 'VXLAN' and
22376            not 'CFS_OPT' and
22377            not 'DOT1Q'"
22378   parameters:
22379   - "latency"
22380   - "parent"
22381   - "tags"
22382   sort:
22383   - "not CFS_OPT"
22384   - "1VM"
22385   - "2VM"
22386   layout:
22387     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22388     layout: "plot-latency"
22389
22390 - type: "plot"
22391   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22392   algorithm: "plot_latency_error_bars"
22393   output-file-type: ".html"
22394   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22396   filter: "'NIC_Intel-XXV710' and
22397            '64B' and
22398            'NDRPDR' and
22399            'ETH' and
22400            'IP4FWD' and
22401            '4T2C' and
22402            'VHOST_1024' and
22403            not 'VXLAN' and
22404            not 'CFS_OPT' and
22405            not 'DOT1Q'"
22406   parameters:
22407   - "latency"
22408   - "parent"
22409   - "tags"
22410   sort:
22411   - "not CFS_OPT"
22412   - "1VM"
22413   - "2VM"
22414   layout:
22415     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22416     layout: "plot-latency"
22417
22418 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22419 #- type: "plot"
22420 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22421 #  algorithm: "plot_latency_error_bars"
22422 #  output-file-type: ".html"
22423 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22424 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22425 #  filter: "'NIC_Intel-XXV710' and
22426 #           '64B' and
22427 #           'NDRPDR' and
22428 #           ('ETH' or 'DOT1Q') and
22429 #           'BASE' and
22430 #           '2T1C' and
22431 #           ('L2BDMACLRN' or 'L2XCFWD') and
22432 #           'VHOST_1024' and
22433 #           not 'VXLAN' and
22434 #           not 'IP4FWD' and
22435 #           not '2VM'"
22436 #  parameters:
22437 #  - "latency"
22438 #  - "parent"
22439 #  - "tags"
22440 ##  sort:
22441 ##  - "not CFS_OPT"
22442 ##  - "L2XCFWD"
22443 ##  - "not CFS_OPT"
22444 ##  - "CFS_OPT"
22445 #  layout:
22446 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22447 #    layout: "plot-latency"
22448 #
22449 #- type: "plot"
22450 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22451 #  algorithm: "plot_latency_error_bars"
22452 #  output-file-type: ".html"
22453 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22454 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22455 #  filter: "'NIC_Intel-XXV710' and
22456 #           '64B' and
22457 #           'NDRPDR' and
22458 #           ('ETH' or 'DOT1Q') and
22459 #           'BASE' and
22460 #           '4T2C' and
22461 #           ('L2BDMACLRN' or 'L2XCFWD') and
22462 #           'VHOST_1024' and
22463 #           not 'VXLAN' and
22464 #           not 'IP4FWD' and
22465 #           not '2VM'"
22466 #  parameters:
22467 #  - "latency"
22468 #  - "parent"
22469 #  - "tags"
22470 ##  sort:
22471 ##  - "not CFS_OPT"
22472 ##  - "L2XCFWD"
22473 ##  - "not CFS_OPT"
22474 ##  - "CFS_OPT"
22475 #  layout:
22476 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22477 #    layout: "plot-latency"
22478 #
22479 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22480 #- type: "plot"
22481 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22482 #  algorithm: "plot_latency_error_bars"
22483 #  output-file-type: ".html"
22484 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22485 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22486 #  filter: "'NIC_Intel-XXV710' and
22487 #           '64B' and
22488 #           'NDRPDR' and
22489 #           ('ETH' or 'DOT1Q') and
22490 #           '2T1C' and
22491 #           ('L2BDMACLRN' or 'L2XCFWD') and
22492 #           'VHOST_1024' and
22493 #           not 'CFS_OPT' and
22494 #           not 'VXLAN' and
22495 #           not 'DOT1Q' and
22496 #           not 'IP4FWD'"
22497 #  parameters:
22498 #  - "latency"
22499 #  - "parent"
22500 #  - "tags"
22501 ##  sort:
22502 ##  - "1VM"
22503 ##  - "L2XCFWD"
22504 ##  - "1VM"
22505 ##  - "L2BDMACLRN"
22506 #  layout:
22507 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22508 #    layout: "plot-latency"
22509 #
22510 #- type: "plot"
22511 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22512 #  algorithm: "plot_latency_error_bars"
22513 #  output-file-type: ".html"
22514 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22515 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22516 #  filter: "'NIC_Intel-XXV710' and
22517 #           '64B' and
22518 #           'NDRPDR' and
22519 #           ('ETH' or 'DOT1Q') and
22520 #           '4T2C' and
22521 #           ('L2BDMACLRN' or 'L2XCFWD') and
22522 #           'VHOST_1024' and
22523 #           not 'CFS_OPT' and
22524 #           not 'VXLAN' and
22525 #           not 'DOT1Q' and
22526 #           not 'IP4FWD'"
22527 #  parameters:
22528 #  - "latency"
22529 #  - "parent"
22530 #  - "tags"
22531 ##  sort:
22532 ##  - "1VM"
22533 ##  - "L2XCFWD"
22534 ##  - "1VM"
22535 ##  - "L2BDMACLRN"
22536 #  layout:
22537 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22538 #    layout: "plot-latency"
22539
22540 ################################################################################
22541
22542 # Packet Latency - VPP VTS 3n-hsw-x520
22543 - type: "plot"
22544   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22545   algorithm: "plot_latency_error_bars"
22546   output-file-type: ".html"
22547   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22549   filter: "'NIC_Intel-X520-DA2' and
22550            '114B' and
22551            'NDRPDR' and
22552            '1T1C' and
22553            'VTS'"
22554   parameters:
22555   - "latency"
22556   - "parent"
22557   - "tags"
22558   layout:
22559     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22560     layout: "plot-latency"
22561
22562 - type: "plot"
22563   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22564   algorithm: "plot_latency_error_bars"
22565   output-file-type: ".html"
22566   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22568   filter: "'NIC_Intel-X520-DA2' and
22569            '114B' and
22570            'NDRPDR' and
22571            '2T2C' and
22572            'VTS'"
22573   parameters:
22574   - "latency"
22575   - "parent"
22576   - "tags"
22577   layout:
22578     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22579     layout: "plot-latency"
22580
22581 ################################################################################
22582
22583 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22584 - type: "plot"
22585   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22586   algorithm: "plot_latency_error_bars"
22587   output-file-type: ".html"
22588   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22589   data: "plot-dpdk-throughput-latency-3n-hsw"
22590   filter: "'NIC_Intel-X520-DA2' and
22591            '64B' and
22592            'BASE' and
22593            'NDRPDR' and
22594            '1T1C' and
22595            'IP4FWD'"
22596   parameters:
22597   - "latency"
22598   - "parent"
22599   - "tags"
22600   layout:
22601     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22602     layout: "plot-latency"
22603
22604 - type: "plot"
22605   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22606   algorithm: "plot_latency_error_bars"
22607   output-file-type: ".html"
22608   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22609   data: "plot-dpdk-throughput-latency-3n-hsw"
22610   filter: "'NIC_Intel-X520-DA2' and
22611            '64B' and
22612            'BASE' and
22613            'NDRPDR' and
22614            '2T2C' and
22615            'IP4FWD'"
22616   parameters:
22617   - "latency"
22618   - "parent"
22619   - "tags"
22620   layout:
22621     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22622     layout: "plot-latency"
22623
22624 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22625 - type: "plot"
22626   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22627   algorithm: "plot_latency_error_bars"
22628   output-file-type: ".html"
22629   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22630   data: "plot-dpdk-throughput-latency-3n-hsw"
22631   filter: "'NIC_Intel-X710' and
22632            '64B' and
22633            'BASE' and
22634            'NDRPDR' and
22635            '1T1C' and
22636            'IP4FWD'"
22637   parameters:
22638   - "latency"
22639   - "parent"
22640   - "tags"
22641   layout:
22642     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22643     layout: "plot-latency"
22644
22645 - type: "plot"
22646   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22647   algorithm: "plot_latency_error_bars"
22648   output-file-type: ".html"
22649   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22650   data: "plot-dpdk-throughput-latency-3n-hsw"
22651   filter: "'NIC_Intel-X710' and
22652            '64B' and
22653            'BASE' and
22654            'NDRPDR' and
22655            '2T2C' and
22656            'IP4FWD'"
22657   parameters:
22658   - "latency"
22659   - "parent"
22660   - "tags"
22661   layout:
22662     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22663     layout: "plot-latency"
22664
22665 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22666 - type: "plot"
22667   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22668   algorithm: "plot_latency_error_bars"
22669   output-file-type: ".html"
22670   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22671   data: "plot-dpdk-throughput-latency-3n-hsw"
22672   filter: "'NIC_Intel-XL710' and
22673            '64B' and
22674            'BASE' and
22675            'NDRPDR' and
22676            '1T1C' and
22677            'IP4FWD'"
22678   parameters:
22679   - "latency"
22680   - "parent"
22681   - "tags"
22682   layout:
22683     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22684     layout: "plot-latency"
22685
22686 - type: "plot"
22687   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22688   algorithm: "plot_latency_error_bars"
22689   output-file-type: ".html"
22690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22691   data: "plot-dpdk-throughput-latency-3n-hsw"
22692   filter: "'NIC_Intel-XL710' and
22693            '64B' and
22694            'BASE' and
22695            'NDRPDR' and
22696            '2T2C' and
22697            'IP4FWD'"
22698   parameters:
22699   - "latency"
22700   - "parent"
22701   - "tags"
22702   layout:
22703     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22704     layout: "plot-latency"
22705
22706 # Packet Latency - DPDK l3fwd 3n-skx-x710
22707 - type: "plot"
22708   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22709   algorithm: "plot_latency_error_bars"
22710   output-file-type: ".html"
22711   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22712   data: "plot-dpdk-throughput-latency-3n-skx"
22713   filter: "'NIC_Intel-X710' and
22714            '64B' and
22715            'BASE' and
22716            'NDRPDR' and
22717            '2T1C' and
22718            'IP4FWD'"
22719   parameters:
22720   - "latency"
22721   - "parent"
22722   - "tags"
22723   layout:
22724     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22725     layout: "plot-latency"
22726
22727 - type: "plot"
22728   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22729   algorithm: "plot_latency_error_bars"
22730   output-file-type: ".html"
22731   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22732   data: "plot-dpdk-throughput-latency-3n-skx"
22733   filter: "'NIC_Intel-X710' and
22734            '64B' and
22735            'BASE' and
22736            'NDRPDR' and
22737            '4T2C' and
22738            'IP4FWD'"
22739   parameters:
22740   - "latency"
22741   - "parent"
22742   - "tags"
22743   layout:
22744     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22745     layout: "plot-latency"
22746
22747 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22748 - type: "plot"
22749   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22750   algorithm: "plot_latency_error_bars"
22751   output-file-type: ".html"
22752   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22753   data: "plot-dpdk-throughput-latency-3n-skx"
22754   filter: "'NIC_Intel-XXV710' and
22755            '64B' and
22756            'BASE' and
22757            'NDRPDR' and
22758            '2T1C' and
22759            'IP4FWD'"
22760   parameters:
22761   - "latency"
22762   - "parent"
22763   - "tags"
22764   layout:
22765     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22766     layout: "plot-latency"
22767
22768 - type: "plot"
22769   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22770   algorithm: "plot_latency_error_bars"
22771   output-file-type: ".html"
22772   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22773   data: "plot-dpdk-throughput-latency-3n-skx"
22774   filter: "'NIC_Intel-XXV710' and
22775            '64B' and
22776            'BASE' and
22777            'NDRPDR' and
22778            '4T2C' and
22779            'IP4FWD'"
22780   parameters:
22781   - "latency"
22782   - "parent"
22783   - "tags"
22784   layout:
22785     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22786     layout: "plot-latency"
22787
22788 # Packet Latency - DPDK l3fwd 2n-skx-x710
22789 - type: "plot"
22790   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22791   algorithm: "plot_latency_error_bars"
22792   output-file-type: ".html"
22793   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22794   data: "plot-dpdk-throughput-latency-2n-skx"
22795   filter: "'NIC_Intel-X710' and
22796            '64B' and
22797            'BASE' and
22798            'NDRPDR' and
22799            '2T1C' and
22800            'IP4FWD'"
22801   parameters:
22802   - "latency"
22803   - "parent"
22804   - "tags"
22805   layout:
22806     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22807     layout: "plot-latency"
22808
22809 - type: "plot"
22810   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22811   algorithm: "plot_latency_error_bars"
22812   output-file-type: ".html"
22813   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22814   data: "plot-dpdk-throughput-latency-2n-skx"
22815   filter: "'NIC_Intel-X710' and
22816            '64B' and
22817            'BASE' and
22818            'NDRPDR' and
22819            '4T2C' and
22820            'IP4FWD'"
22821   parameters:
22822   - "latency"
22823   - "parent"
22824   - "tags"
22825   layout:
22826     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22827     layout: "plot-latency"
22828
22829 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22830 - type: "plot"
22831   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22832   algorithm: "plot_latency_error_bars"
22833   output-file-type: ".html"
22834   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22835   data: "plot-dpdk-throughput-latency-2n-skx"
22836   filter: "'NIC_Intel-XXV710' and
22837            '64B' and
22838            'BASE' and
22839            'NDRPDR' and
22840            '2T1C' and
22841            'IP4FWD'"
22842   parameters:
22843   - "latency"
22844   - "parent"
22845   - "tags"
22846   layout:
22847     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22848     layout: "plot-latency"
22849
22850 - type: "plot"
22851   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22852   algorithm: "plot_latency_error_bars"
22853   output-file-type: ".html"
22854   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22855   data: "plot-dpdk-throughput-latency-2n-skx"
22856   filter: "'NIC_Intel-XXV710' and
22857            '64B' and
22858            'BASE' and
22859            'NDRPDR' and
22860            '4T2C' and
22861            'IP4FWD'"
22862   parameters:
22863   - "latency"
22864   - "parent"
22865   - "tags"
22866   layout:
22867     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22868     layout: "plot-latency"
22869
22870 ################################################################################
22871
22872 # Packet Latency - DPDK testpmd 3n-hsw-x520
22873 - type: "plot"
22874   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22875   algorithm: "plot_latency_error_bars"
22876   output-file-type: ".html"
22877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22878   data: "plot-dpdk-throughput-latency-3n-hsw"
22879   filter: "'NIC_Intel-X520-DA2' and
22880            '64B' and
22881            'BASE' and
22882            'NDRPDR' and
22883            '1T1C' and
22884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22885   parameters:
22886   - "latency"
22887   - "parent"
22888   - "tags"
22889   layout:
22890     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22891     layout: "plot-latency"
22892
22893 - type: "plot"
22894   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22895   algorithm: "plot_latency_error_bars"
22896   output-file-type: ".html"
22897   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22898   data: "plot-dpdk-throughput-latency-3n-hsw"
22899   filter: "'NIC_Intel-X520-DA2' and
22900            '64B' and
22901            'BASE' and
22902            'NDRPDR' and
22903            '2T2C' and
22904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22905   parameters:
22906   - "latency"
22907   - "parent"
22908   - "tags"
22909   layout:
22910     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22911     layout: "plot-latency"
22912
22913 # Packet Latency - DPDK testpmd 3n-hsw-x710
22914 - type: "plot"
22915   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22916   algorithm: "plot_latency_error_bars"
22917   output-file-type: ".html"
22918   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22919   data: "plot-dpdk-throughput-latency-3n-hsw"
22920   filter: "'NIC_Intel-X710' and
22921            '64B' and
22922            'BASE' and
22923            'NDRPDR' and
22924            '1T1C' and
22925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22926   parameters:
22927   - "latency"
22928   - "parent"
22929   - "tags"
22930   layout:
22931     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22932     layout: "plot-latency"
22933
22934 - type: "plot"
22935   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22936   algorithm: "plot_latency_error_bars"
22937   output-file-type: ".html"
22938   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22939   data: "plot-dpdk-throughput-latency-3n-hsw"
22940   filter: "'NIC_Intel-X710' and
22941            '64B' and
22942            'BASE' and
22943            'NDRPDR' and
22944            '2T2C' and
22945            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22946   parameters:
22947   - "latency"
22948   - "parent"
22949   - "tags"
22950   layout:
22951     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22952     layout: "plot-latency"
22953
22954 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22955 - type: "plot"
22956   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22957   algorithm: "plot_latency_error_bars"
22958   output-file-type: ".html"
22959   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22960   data: "plot-dpdk-throughput-latency-3n-hsw"
22961   filter: "'NIC_Intel-XL710' and
22962            '64B' and
22963            'BASE' and
22964            'NDRPDR' and
22965            '1T1C' and
22966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22967   parameters:
22968   - "latency"
22969   - "parent"
22970   - "tags"
22971   layout:
22972     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22973     layout: "plot-latency"
22974
22975 - type: "plot"
22976   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22977   algorithm: "plot_latency_error_bars"
22978   output-file-type: ".html"
22979   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22980   data: "plot-dpdk-throughput-latency-3n-hsw"
22981   filter: "'NIC_Intel-XL710' and
22982            '64B' and
22983            'BASE' and
22984            'NDRPDR' and
22985            '2T2C' and
22986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22987   parameters:
22988   - "latency"
22989   - "parent"
22990   - "tags"
22991   layout:
22992     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22993     layout: "plot-latency"
22994
22995 # Packet Latency - DPDK testpmd 3n-skx-x710
22996 - type: "plot"
22997   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22998   algorithm: "plot_latency_error_bars"
22999   output-file-type: ".html"
23000   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23001   data: "plot-dpdk-throughput-latency-3n-skx"
23002   filter: "'NIC_Intel-X710' and
23003            '64B' and
23004            'BASE' and
23005            'NDRPDR' and
23006            '2T1C' and
23007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23008   parameters:
23009   - "latency"
23010   - "parent"
23011   - "tags"
23012   layout:
23013     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23014     layout: "plot-latency"
23015
23016 - type: "plot"
23017   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23018   algorithm: "plot_latency_error_bars"
23019   output-file-type: ".html"
23020   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23021   data: "plot-dpdk-throughput-latency-3n-skx"
23022   filter: "'NIC_Intel-X710' and
23023            '64B' and
23024            'BASE' and
23025            'NDRPDR' and
23026            '4T2C' and
23027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23028   parameters:
23029   - "latency"
23030   - "parent"
23031   - "tags"
23032   layout:
23033     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23034     layout: "plot-latency"
23035
23036 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23037 - type: "plot"
23038   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23039   algorithm: "plot_latency_error_bars"
23040   output-file-type: ".html"
23041   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23042   data: "plot-dpdk-throughput-latency-3n-skx"
23043   filter: "'NIC_Intel-XXV710' and
23044            '64B' and
23045            'BASE' and
23046            'NDRPDR' and
23047            '2T1C' and
23048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23049   parameters:
23050   - "latency"
23051   - "parent"
23052   - "tags"
23053   layout:
23054     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23055     layout: "plot-latency"
23056
23057 - type: "plot"
23058   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23059   algorithm: "plot_latency_error_bars"
23060   output-file-type: ".html"
23061   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23062   data: "plot-dpdk-throughput-latency-3n-skx"
23063   filter: "'NIC_Intel-XXV710' and
23064            '64B' and
23065            'BASE' and
23066            'NDRPDR' and
23067            '4T2C' and
23068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23069   parameters:
23070   - "latency"
23071   - "parent"
23072   - "tags"
23073   layout:
23074     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23075     layout: "plot-latency"
23076
23077 # Packet Latency - DPDK testpmd 2n-skx-x710
23078 - type: "plot"
23079   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23080   algorithm: "plot_latency_error_bars"
23081   output-file-type: ".html"
23082   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23083   data: "plot-dpdk-throughput-latency-2n-skx"
23084   filter: "'NIC_Intel-X710' and
23085            '64B' and
23086            'BASE' and
23087            'NDRPDR' and
23088            '2T1C' and
23089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23090   parameters:
23091   - "latency"
23092   - "parent"
23093   - "tags"
23094   layout:
23095     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23096     layout: "plot-latency"
23097
23098 - type: "plot"
23099   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23100   algorithm: "plot_latency_error_bars"
23101   output-file-type: ".html"
23102   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23103   data: "plot-dpdk-throughput-latency-2n-skx"
23104   filter: "'NIC_Intel-X710' and
23105            '64B' and
23106            'BASE' and
23107            'NDRPDR' and
23108            '4T2C' and
23109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23110   parameters:
23111   - "latency"
23112   - "parent"
23113   - "tags"
23114   layout:
23115     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23116     layout: "plot-latency"
23117
23118 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23119 - type: "plot"
23120   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23121   algorithm: "plot_latency_error_bars"
23122   output-file-type: ".html"
23123   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23124   data: "plot-dpdk-throughput-latency-2n-skx"
23125   filter: "'NIC_Intel-XXV710' and
23126            '64B' and
23127            'BASE' and
23128            'NDRPDR' and
23129            '2T1C' and
23130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23131   parameters:
23132   - "latency"
23133   - "parent"
23134   - "tags"
23135   layout:
23136     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23137     layout: "plot-latency"
23138
23139 - type: "plot"
23140   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23141   algorithm: "plot_latency_error_bars"
23142   output-file-type: ".html"
23143   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23144   data: "plot-dpdk-throughput-latency-2n-skx"
23145   filter: "'NIC_Intel-XXV710' and
23146            '64B' and
23147            'BASE' and
23148            'NDRPDR' and
23149            '4T2C' and
23150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23151   parameters:
23152   - "latency"
23153   - "parent"
23154   - "tags"
23155   layout:
23156     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23157     layout: "plot-latency"
23158
23159 ################################################################################
23160
23161 # Speedup - VPP Container Memif 3n-hsw-x520
23162 - type: "plot"
23163   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23164   algorithm: "plot_throughput_speedup_analysis"
23165   output-file-type: ".html"
23166   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23168   filter: "'NIC_Intel-X520-DA2' and
23169            '64B' and
23170            ('BASE' or 'SCALE') and
23171            'NDRPDR' and
23172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23173            not 'VHOST' and
23174            'MEMIF'"
23175   parameters:
23176   - "throughput"
23177   - "parent"
23178   - "tags"
23179   sort:
23180   - "L2XCFWD"
23181   - "L2XCFWD"
23182   - "L2XCFWD"
23183   - "L2BDMACLRN"
23184   - "L2BDMACLRN"
23185   - "L2BDMACLRN"
23186   - "IP4FWD"
23187   layout:
23188     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23189     layout: "plot-throughput-speedup-analysis"
23190
23191 - type: "plot"
23192   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23193   algorithm: "plot_throughput_speedup_analysis"
23194   output-file-type: ".html"
23195   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23197   filter: "'NIC_Intel-X520-DA2' and
23198            '64B' and
23199            ('BASE' or 'SCALE') and
23200            'NDRPDR' and
23201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23202            not 'VHOST' and
23203            'MEMIF'"
23204   parameters:
23205   - "throughput"
23206   - "parent"
23207   - "tags"
23208   sort:
23209   - "L2XCFWD"
23210   - "L2XCFWD"
23211   - "L2XCFWD"
23212   - "L2BDMACLRN"
23213   - "L2BDMACLRN"
23214   - "L2BDMACLRN"
23215   - "IP4FWD"
23216   layout:
23217     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23218     layout: "plot-throughput-speedup-analysis"
23219
23220 # Speedup - VPP Container Memif 3n-hsw-x710
23221 - type: "plot"
23222   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23223   algorithm: "plot_throughput_speedup_analysis"
23224   output-file-type: ".html"
23225   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23227   filter: "'NIC_Intel-X710' and
23228            '64B' and
23229            ('BASE' or 'SCALE') and
23230            'NDRPDR' and
23231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23232            not 'VHOST' and
23233            'MEMIF'"
23234   parameters:
23235   - "throughput"
23236   - "parent"
23237   - "tags"
23238   sort:
23239   - "L2XCFWD"
23240   - "L2XCFWD"
23241   - "L2XCFWD"
23242   - "L2BDMACLRN"
23243   - "L2BDMACLRN"
23244   - "L2BDMACLRN"
23245   - "IP4FWD"
23246   layout:
23247     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23248     layout: "plot-throughput-speedup-analysis"
23249
23250 - type: "plot"
23251   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23252   algorithm: "plot_throughput_speedup_analysis"
23253   output-file-type: ".html"
23254   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23256   filter: "'NIC_Intel-X710' and
23257            '64B' and
23258            ('BASE' or 'SCALE') and
23259            'NDRPDR' and
23260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23261            not 'VHOST' and
23262            'MEMIF'"
23263   parameters:
23264   - "throughput"
23265   - "parent"
23266   - "tags"
23267   sort:
23268   - "L2XCFWD"
23269   - "L2XCFWD"
23270   - "L2XCFWD"
23271   - "L2BDMACLRN"
23272   - "L2BDMACLRN"
23273   - "L2BDMACLRN"
23274   - "IP4FWD"
23275   layout:
23276     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23277     layout: "plot-throughput-speedup-analysis"
23278
23279 # Speedup - VPP Container Memif 3n-hsw-xl710
23280 - type: "plot"
23281   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23282   algorithm: "plot_throughput_speedup_analysis"
23283   output-file-type: ".html"
23284   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23286   filter: "'NIC_Intel-XL710' and
23287            '64B' and
23288            ('BASE' or 'SCALE') and
23289            'NDRPDR' and
23290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23291            not 'VHOST' and
23292            'MEMIF'"
23293   parameters:
23294   - "throughput"
23295   - "parent"
23296   - "tags"
23297   sort:
23298   - "L2XCFWD"
23299   - "L2XCFWD"
23300   - "L2XCFWD"
23301   - "L2BDMACLRN"
23302   - "L2BDMACLRN"
23303   - "L2BDMACLRN"
23304   - "IP4FWD"
23305   layout:
23306     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23307     layout: "plot-throughput-speedup-analysis"
23308
23309 - type: "plot"
23310   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23311   algorithm: "plot_throughput_speedup_analysis"
23312   output-file-type: ".html"
23313   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23315   filter: "'NIC_Intel-XL710' and
23316            '64B' and
23317            ('BASE' or 'SCALE') and
23318            'NDRPDR' and
23319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23320            not 'VHOST' and
23321            'MEMIF'"
23322   parameters:
23323   - "throughput"
23324   - "parent"
23325   - "tags"
23326   sort:
23327   - "L2XCFWD"
23328   - "L2XCFWD"
23329   - "L2XCFWD"
23330   - "L2BDMACLRN"
23331   - "L2BDMACLRN"
23332   - "L2BDMACLRN"
23333   - "IP4FWD"
23334   layout:
23335     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23336     layout: "plot-throughput-speedup-analysis"
23337
23338 # Speedup - VPP Container Memif 3n-skx-x710
23339 - type: "plot"
23340   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23341   algorithm: "plot_throughput_speedup_analysis"
23342   output-file-type: ".html"
23343   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23345   filter: "'NIC_Intel-X710' and
23346            '64B' and
23347            ('BASE' or 'SCALE') and
23348            'NDRPDR' and
23349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23350            not 'VHOST' and
23351            'MEMIF'"
23352   parameters:
23353   - "throughput"
23354   - "parent"
23355   - "tags"
23356   sort:
23357   - "L2XCFWD"
23358   - "L2XCFWD"
23359   - "L2XCFWD"
23360   - "L2BDMACLRN"
23361   - "L2BDMACLRN"
23362   - "L2BDMACLRN"
23363   - "IP4FWD"
23364   layout:
23365     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23366     layout: "plot-throughput-speedup-analysis"
23367
23368 - type: "plot"
23369   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23370   algorithm: "plot_throughput_speedup_analysis"
23371   output-file-type: ".html"
23372   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23374   filter: "'NIC_Intel-X710' and
23375            '64B' and
23376            ('BASE' or 'SCALE') and
23377            'NDRPDR' and
23378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23379            not 'VHOST' and
23380            'MEMIF'"
23381   parameters:
23382   - "throughput"
23383   - "parent"
23384   - "tags"
23385   sort:
23386   - "L2XCFWD"
23387   - "L2XCFWD"
23388   - "L2XCFWD"
23389   - "L2BDMACLRN"
23390   - "L2BDMACLRN"
23391   - "L2BDMACLRN"
23392   - "IP4FWD"
23393   layout:
23394     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23395     layout: "plot-throughput-speedup-analysis"
23396
23397 # Speedup - VPP Container Memif 2n-skx-x710
23398 - type: "plot"
23399   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23400   algorithm: "plot_throughput_speedup_analysis"
23401   output-file-type: ".html"
23402   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23404   filter: "'NIC_Intel-X710' and
23405            '64B' and
23406            ('BASE' or 'SCALE') and
23407            'NDRPDR' and
23408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23409            not 'VHOST' and
23410            not 'NF_DENSITY' and
23411            'MEMIF'"
23412   parameters:
23413   - "throughput"
23414   - "parent"
23415   - "tags"
23416   sort:
23417   - "L2XCFWD"
23418   - "L2XCFWD"
23419   - "L2XCFWD"
23420   - "L2BDMACLRN"
23421   - "L2BDMACLRN"
23422   - "L2BDMACLRN"
23423   - "IP4FWD"
23424   layout:
23425     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23426     layout: "plot-throughput-speedup-analysis"
23427
23428 - type: "plot"
23429   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23430   algorithm: "plot_throughput_speedup_analysis"
23431   output-file-type: ".html"
23432   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23434   filter: "'NIC_Intel-X710' and
23435            '64B' and
23436            ('BASE' or 'SCALE') and
23437            'NDRPDR' and
23438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23439            not 'VHOST' and
23440            not 'NF_DENSITY' and
23441            'MEMIF'"
23442   parameters:
23443   - "throughput"
23444   - "parent"
23445   - "tags"
23446   sort:
23447   - "L2XCFWD"
23448   - "L2XCFWD"
23449   - "L2XCFWD"
23450   - "L2BDMACLRN"
23451   - "L2BDMACLRN"
23452   - "L2BDMACLRN"
23453   - "IP4FWD"
23454   layout:
23455     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23456     layout: "plot-throughput-speedup-analysis"
23457
23458 ## Speedup - VPP Container Memif 2n-skx-xxv710
23459 #- type: "plot"
23460 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23461 #  algorithm: "plot_throughput_speedup_analysis"
23462 #  output-file-type: ".html"
23463 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23464 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23465 #  filter: "'NIC_Intel-XXV710' and
23466 #           '64B' and
23467 #           ('BASE' or 'SCALE') and
23468 #           'NDRPDR' and
23469 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23470 #           not 'VHOST' and
23471 #           'MEMIF'"
23472 #  parameters:
23473 #  - "throughput"
23474 #  - "parent"
23475 #  - "tags"
23476 #  sort:
23477 #  - "L2XCFWD"
23478 #  - "L2XCFWD"
23479 #  - "L2XCFWD"
23480 #  - "L2BDMACLRN"
23481 #  - "L2BDMACLRN"
23482 #  - "L2BDMACLRN"
23483 #  - "IP4FWD"
23484 #  layout:
23485 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23486 #    layout: "plot-throughput-speedup-analysis"
23487 #
23488 #- type: "plot"
23489 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23490 #  algorithm: "plot_throughput_speedup_analysis"
23491 #  output-file-type: ".html"
23492 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23493 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23494 #  filter: "'NIC_Intel-XXV710' and
23495 #           '64B' and
23496 #           ('BASE' or 'SCALE') and
23497 #           'NDRPDR' and
23498 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23499 #           not 'VHOST' and
23500 #           'MEMIF'"
23501 #  parameters:
23502 #  - "throughput"
23503 #  - "parent"
23504 #  - "tags"
23505 #  sort:
23506 #  - "L2XCFWD"
23507 #  - "L2XCFWD"
23508 #  - "L2XCFWD"
23509 #  - "L2BDMACLRN"
23510 #  - "L2BDMACLRN"
23511 #  - "L2BDMACLRN"
23512 #  - "IP4FWD"
23513 #  layout:
23514 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23515 #    layout: "plot-throughput-speedup-analysis"
23516
23517 ################################################################################
23518
23519 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23520 #- type: "plot"
23521 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23522 #  algorithm: "plot_throughput_speedup_analysis"
23523 #  output-file-type: ".html"
23524 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23525 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23526 #  filter: "'NIC_Intel-X520-DA2' and
23527 #           '64B' and
23528 #           ('BASE' or 'SCALE') and
23529 #           'NDRPDR' and
23530 #           'L2XCFWD' and
23531 #           not 'VHOST' and
23532 #           not 'NF_DENSITY' and
23533 #           'MEMIF'"
23534 #  parameters:
23535 #  - "throughput"
23536 #  - "parent"
23537 #  - "tags"
23538 #  sort:
23539 #  - "1VNF"
23540 #  - "2VNF"
23541 #  - "4VNF"
23542 #  - "2VNF"
23543 #  - "4VNF"
23544 #  layout:
23545 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23546 #    layout: "plot-throughput-speedup-analysis"
23547 #
23548 #- type: "plot"
23549 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23550 #  algorithm: "plot_throughput_speedup_analysis"
23551 #  output-file-type: ".html"
23552 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23553 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23554 #  filter: "'NIC_Intel-X520-DA2' and
23555 #           '64B' and
23556 #           ('BASE' or 'SCALE') and
23557 #           'NDRPDR' and
23558 #           'L2XCFWD' and
23559 #           not 'VHOST' and
23560 #           not 'NF_DENSITY' and
23561 #           'MEMIF'"
23562 #  parameters:
23563 #  - "throughput"
23564 #  - "parent"
23565 #  - "tags"
23566 #  sort:
23567 #  - "1VNF"
23568 #  - "2VNF"
23569 #  - "4VNF"
23570 #  - "2VNF"
23571 #  - "4VNF"
23572 #  layout:
23573 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23574 #    layout: "plot-throughput-speedup-analysis"
23575 #
23576 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23577 #- type: "plot"
23578 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23579 #  algorithm: "plot_throughput_speedup_analysis"
23580 #  output-file-type: ".html"
23581 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23582 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23583 #  filter: "'NIC_Intel-X520-DA2' and
23584 #           '64B' and
23585 #           ('BASE' or 'SCALE') and
23586 #           'NDRPDR' and
23587 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23588 #           not 'VHOST' and
23589 #           not 'NF_DENSITY' and
23590 #           'MEMIF'"
23591 #  parameters:
23592 #  - "throughput"
23593 #  - "parent"
23594 #  - "tags"
23595 #  sort:
23596 #  - "1VNF"
23597 #  - "2VNF"
23598 #  - "4VNF"
23599 #  - "2VNF"
23600 #  - "4VNF"
23601 #  layout:
23602 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23603 #    layout: "plot-throughput-speedup-analysis"
23604 #
23605 #- type: "plot"
23606 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23607 #  algorithm: "plot_throughput_speedup_analysis"
23608 #  output-file-type: ".html"
23609 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23610 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23611 #  filter: "'NIC_Intel-X520-DA2' and
23612 #           '64B' and
23613 #           ('BASE' or 'SCALE') and
23614 #           'NDRPDR' and
23615 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23616 #           not 'VHOST' and
23617 #           not 'NF_DENSITY' and
23618 #           'MEMIF'"
23619 #  parameters:
23620 #  - "throughput"
23621 #  - "parent"
23622 #  - "tags"
23623 #  sort:
23624 #  - "1VNF"
23625 #  - "2VNF"
23626 #  - "4VNF"
23627 #  - "2VNF"
23628 #  - "4VNF"
23629 #  layout:
23630 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23631 #    layout: "plot-throughput-speedup-analysis"
23632 #
23633 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23634 #- type: "plot"
23635 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23636 #  algorithm: "plot_throughput_speedup_analysis"
23637 #  output-file-type: ".html"
23638 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23639 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23640 #  filter: "'NIC_Intel-X710' and
23641 #           '64B' and
23642 #           ('BASE' or 'SCALE') and
23643 #           'NDRPDR' and
23644 #           'L2XCFWD' and
23645 #           not 'VHOST' and
23646 #           not 'NF_DENSITY' and
23647 #           'MEMIF'"
23648 #  parameters:
23649 #  - "throughput"
23650 #  - "parent"
23651 #  - "tags"
23652 #  sort:
23653 #  - "1VNF"
23654 #  - "2VNF"
23655 #  - "4VNF"
23656 #  - "2VNF"
23657 #  - "4VNF"
23658 #  layout:
23659 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23660 #    layout: "plot-throughput-speedup-analysis"
23661 #
23662 #- type: "plot"
23663 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23664 #  algorithm: "plot_throughput_speedup_analysis"
23665 #  output-file-type: ".html"
23666 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23667 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23668 #  filter: "'NIC_Intel-X710' and
23669 #           '64B' and
23670 #           ('BASE' or 'SCALE') and
23671 #           'NDRPDR' and
23672 #           'L2XCFWD' and
23673 #           not 'VHOST' and
23674 #           not 'NF_DENSITY' and
23675 #           'MEMIF'"
23676 #  parameters:
23677 #  - "throughput"
23678 #  - "parent"
23679 #  - "tags"
23680 #  sort:
23681 #  - "1VNF"
23682 #  - "2VNF"
23683 #  - "4VNF"
23684 #  - "2VNF"
23685 #  - "4VNF"
23686 #  layout:
23687 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23688 #    layout: "plot-throughput-speedup-analysis"
23689 #
23690 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23691 #- type: "plot"
23692 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23693 #  algorithm: "plot_throughput_speedup_analysis"
23694 #  output-file-type: ".html"
23695 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23696 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23697 #  filter: "'NIC_Intel-X710' and
23698 #           '64B' and
23699 #           ('BASE' or 'SCALE') and
23700 #           'NDRPDR' and
23701 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23702 #           not 'VHOST' and
23703 #           not 'NF_DENSITY' and
23704 #           'MEMIF'"
23705 #  parameters:
23706 #  - "throughput"
23707 #  - "parent"
23708 #  - "tags"
23709 #  sort:
23710 #  - "1VNF"
23711 #  - "2VNF"
23712 #  - "4VNF"
23713 #  - "2VNF"
23714 #  - "4VNF"
23715 #  layout:
23716 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23717 #    layout: "plot-throughput-speedup-analysis"
23718 #
23719 #- type: "plot"
23720 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23721 #  algorithm: "plot_throughput_speedup_analysis"
23722 #  output-file-type: ".html"
23723 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23724 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23725 #  filter: "'NIC_Intel-X710' and
23726 #           '64B' and
23727 #           ('BASE' or 'SCALE') and
23728 #           'NDRPDR' and
23729 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23730 #           not 'VHOST' and
23731 #           not 'NF_DENSITY' and
23732 #           'MEMIF'"
23733 #  parameters:
23734 #  - "throughput"
23735 #  - "parent"
23736 #  - "tags"
23737 #  sort:
23738 #  - "1VNF"
23739 #  - "2VNF"
23740 #  - "4VNF"
23741 #  - "2VNF"
23742 #  - "4VNF"
23743 #  layout:
23744 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23745 #    layout: "plot-throughput-speedup-analysis"
23746
23747 ################################################################################
23748
23749 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23750 - type: "plot"
23751   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23752   algorithm: "plot_throughput_speedup_analysis"
23753   output-file-type: ".html"
23754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23756   filter: "'NIC_Intel-X520-DA2' and
23757            '64B' and
23758            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23759            'NDRPDR' and
23760            'IP4FWD' and
23761            not 'IPSEC' and
23762            not 'DOT1Q' and
23763            not 'VHOST'"
23764   parameters:
23765   - "throughput"
23766   - "parent"
23767   - "tags"
23768   sort:
23769   - "DOT1Q"
23770   - "IP4BASE"
23771   - "FIB_20K"
23772   - "FIB_200K"
23773   - "FIB_2M"
23774   layout:
23775     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23776     layout: "plot-throughput-speedup-analysis"
23777
23778 - type: "plot"
23779   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23780   algorithm: "plot_throughput_speedup_analysis"
23781   output-file-type: ".html"
23782   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23784   filter: "'NIC_Intel-X520-DA2' and
23785            '64B' and
23786            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23787            'NDRPDR' and
23788            'IP4FWD' and
23789            not 'IPSEC' and
23790            not 'DOT1Q' and
23791            not 'VHOST'"
23792   parameters:
23793   - "throughput"
23794   - "parent"
23795   - "tags"
23796   sort:
23797   - "DOT1Q"
23798   - "IP4BASE"
23799   - "FIB_20K"
23800   - "FIB_200K"
23801   - "FIB_2M"
23802   layout:
23803     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23804     layout: "plot-throughput-speedup-analysis"
23805
23806 # Speedup - VPP IPv4 3n-hsw-x520 features
23807 - type: "plot"
23808   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23809   algorithm: "plot_throughput_speedup_analysis"
23810   output-file-type: ".html"
23811   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23813   filter: "'NIC_Intel-X520-DA2' and
23814            '64B' and
23815            ('IP4BASE' or
23816             'POLICE_MARK' or
23817             'COPWHLIST' or
23818             ('NAT44' and 'BASE') or
23819             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23820            'NDRPDR' and
23821            'IP4FWD' and
23822            not 'IPSEC' and
23823            not 'VHOST'"
23824   parameters:
23825   - "throughput"
23826   - "parent"
23827   - "tags"
23828   sort:
23829   - "DOT1Q"
23830   - "IP4BASE"
23831   - "NAT44"
23832   - "POLICE_MARK"
23833   - "COPWHLIST"
23834   - "IACL"
23835   - "OACL"
23836   layout:
23837     title: "ip4-3n-hsw-x520-64b-features-ndr"
23838     layout: "plot-throughput-speedup-analysis"
23839
23840 - type: "plot"
23841   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23842   algorithm: "plot_throughput_speedup_analysis"
23843   output-file-type: ".html"
23844   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23846   filter: "'NIC_Intel-X520-DA2' and
23847            '64B' and
23848            ('IP4BASE' or
23849             'POLICE_MARK' or
23850             'COPWHLIST' or
23851             ('NAT44' and 'BASE') or
23852             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23853            'NDRPDR' and
23854            'IP4FWD' and
23855            not 'IPSEC' and
23856            not 'VHOST'"
23857   parameters:
23858   - "throughput"
23859   - "parent"
23860   - "tags"
23861   sort:
23862   - "DOT1Q"
23863   - "IP4BASE"
23864   - "NAT44"
23865   - "POLICE_MARK"
23866   - "COPWHLIST"
23867   - "IACL"
23868   - "OACL"
23869   layout:
23870     title: "ip4-3n-hsw-x520-64b-features-pdr"
23871     layout: "plot-throughput-speedup-analysis"
23872
23873 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23874 - type: "plot"
23875   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23876   algorithm: "plot_throughput_speedup_analysis"
23877   output-file-type: ".html"
23878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23880   filter: "'NIC_Intel-X520-DA2' and
23881            '64B' and
23882            'NDRPDR' and
23883            'IP4FWD' and
23884            ('NAT44' or 'IP4BASE') and
23885            not 'DOT1Q' and
23886            not 'IPSEC' and
23887            not 'VHOST'"
23888   parameters:
23889   - "throughput"
23890   - "parent"
23891   - "tags"
23892   sort:
23893   - "IP4BASE"
23894   - "BASE"
23895   - "SRC_USER_10"
23896   - "SRC_USER_100"
23897   - "SRC_USER_1000"
23898   - "SRC_USER_2000"
23899   layout:
23900     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23901     layout: "plot-throughput-speedup-analysis"
23902
23903 - type: "plot"
23904   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23905   algorithm: "plot_throughput_speedup_analysis"
23906   output-file-type: ".html"
23907   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23909   filter: "'NIC_Intel-X520-DA2' and
23910            '64B' and
23911            'NDRPDR' and
23912            'IP4FWD' and
23913            ('NAT44' or 'IP4BASE') and
23914            not 'DOT1Q' and
23915            not 'IPSEC' and
23916            not 'VHOST'"
23917   parameters:
23918   - "throughput"
23919   - "parent"
23920   - "tags"
23921   sort:
23922   - "IP4BASE"
23923   - "BASE"
23924   - "SRC_USER_10"
23925   - "SRC_USER_100"
23926   - "SRC_USER_1000"
23927   - "SRC_USER_2000"
23928   layout:
23929     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23930     layout: "plot-throughput-speedup-analysis"
23931
23932 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23933 - type: "plot"
23934   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23935   algorithm: "plot_throughput_speedup_analysis"
23936   output-file-type: ".html"
23937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23939   filter: "'NIC_Intel-X520-DA2' and
23940            '64B' and
23941            'NDRPDR' and
23942            'IP4FWD' and
23943            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23944            not 'IPSEC' and
23945            not 'DOT1Q' and
23946            not 'VHOST'"
23947   parameters:
23948   - "throughput"
23949   - "parent"
23950   - "tags"
23951   sort:
23952   - "IP4BASE"
23953   - "ACL_STATELESS"
23954   - "ACL_STATEFUL"
23955   - "ACL_STATELESS"
23956   - "ACL_STATEFUL"
23957   layout:
23958     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23959     layout: "plot-throughput-speedup-analysis"
23960
23961 - type: "plot"
23962   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23963   algorithm: "plot_throughput_speedup_analysis"
23964   output-file-type: ".html"
23965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23967   filter: "'NIC_Intel-X520-DA2' and
23968            '64B' and
23969            'NDRPDR' and
23970            'IP4FWD' and
23971            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23972            not 'IPSEC' and
23973            not 'DOT1Q' and
23974            not 'VHOST'"
23975   parameters:
23976   - "throughput"
23977   - "parent"
23978   - "tags"
23979   sort:
23980   - "IP4BASE"
23981   - "ACL_STATELESS"
23982   - "ACL_STATEFUL"
23983   - "ACL_STATELESS"
23984   - "ACL_STATEFUL"
23985   layout:
23986     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23987     layout: "plot-throughput-speedup-analysis"
23988
23989 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23990 - type: "plot"
23991   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23992   algorithm: "plot_throughput_speedup_analysis"
23993   output-file-type: ".html"
23994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23996   filter: "'NIC_Intel-X520-DA2' and
23997            '64B' and
23998            'NDRPDR' and
23999            'IP4FWD' and
24000            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24001            not 'IPSEC' and
24002            not 'DOT1Q' and
24003            not 'VHOST'"
24004   parameters:
24005   - "throughput"
24006   - "parent"
24007   - "tags"
24008   sort:
24009   - "IP4BASE"
24010   - "ACL_STATELESS"
24011   - "ACL_STATEFUL"
24012   - "ACL_STATELESS"
24013   - "ACL_STATEFUL"
24014   layout:
24015     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24016     layout: "plot-throughput-speedup-analysis"
24017
24018 - type: "plot"
24019   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24020   algorithm: "plot_throughput_speedup_analysis"
24021   output-file-type: ".html"
24022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24024   filter: "'NIC_Intel-X520-DA2' and
24025            '64B' and
24026            'NDRPDR' and
24027            'IP4FWD' and
24028            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24029            not 'IPSEC' and
24030            not 'DOT1Q' and
24031            not 'VHOST'"
24032   parameters:
24033   - "throughput"
24034   - "parent"
24035   - "tags"
24036   sort:
24037   - "IP4BASE"
24038   - "ACL_STATELESS"
24039   - "ACL_STATEFUL"
24040   - "ACL_STATELESS"
24041   - "ACL_STATEFUL"
24042   layout:
24043     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24044     layout: "plot-throughput-speedup-analysis"
24045
24046 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24047 - type: "plot"
24048   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24049   algorithm: "plot_throughput_speedup_analysis"
24050   output-file-type: ".html"
24051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24053   filter: "'NIC_Intel-X710' and
24054            '64B' and
24055            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24056            'NDRPDR' and
24057            'IP4FWD' and
24058            not 'IPSEC' and
24059            not 'DOT1Q' and
24060            not 'VHOST'"
24061   parameters:
24062   - "throughput"
24063   - "parent"
24064   - "tags"
24065   sort:
24066   - "IP4BASE"
24067   - "FIB_20K"
24068   - "FIB_200K"
24069   - "FIB_2M"
24070   layout:
24071     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24072     layout: "plot-throughput-speedup-analysis"
24073
24074 - type: "plot"
24075   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24076   algorithm: "plot_throughput_speedup_analysis"
24077   output-file-type: ".html"
24078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24080   filter: "'NIC_Intel-X710' and
24081            '64B' and
24082            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24083            'NDRPDR' and
24084            'IP4FWD' and
24085            not 'IPSEC' and
24086            not 'DOT1Q' and
24087            not 'VHOST'"
24088   parameters:
24089   - "throughput"
24090   - "parent"
24091   - "tags"
24092   sort:
24093   - "IP4BASE"
24094   - "FIB_20K"
24095   - "FIB_200K"
24096   - "FIB_2M"
24097   layout:
24098     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24099     layout: "plot-throughput-speedup-analysis"
24100
24101 # Speedup - VPP IPv4 3n-hsw-x710 features
24102 - type: "plot"
24103   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24104   algorithm: "plot_throughput_speedup_analysis"
24105   output-file-type: ".html"
24106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24108   filter: "'NIC_Intel-X710' and
24109            '64B' and
24110            ('IP4BASE' or
24111             'POLICE_MARK' or
24112             'COPWHLIST' or
24113             ('NAT44' and 'BASE') or
24114             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24115            'NDRPDR' and
24116            'IP4FWD' and
24117            not 'IPSEC' and
24118            not 'VHOST'"
24119   parameters:
24120   - "throughput"
24121   - "parent"
24122   - "tags"
24123   sort:
24124   - "DOT1Q"
24125   - "IP4BASE"
24126   - "NAT44"
24127   - "POLICE_MARK"
24128   - "COPWHLIST"
24129   - "IACL"
24130   - "OACL"
24131   layout:
24132     title: "ip4-3n-hsw-x710-64b-features-ndr"
24133     layout: "plot-throughput-speedup-analysis"
24134
24135 - type: "plot"
24136   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24137   algorithm: "plot_throughput_speedup_analysis"
24138   output-file-type: ".html"
24139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24141   filter: "'NIC_Intel-X710' and
24142            '64B' and
24143            ('IP4BASE' or
24144             'POLICE_MARK' or
24145             'COPWHLIST' or
24146             ('NAT44' and 'BASE') or
24147             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24148            'NDRPDR' and
24149            'IP4FWD' and
24150            not 'IPSEC' and
24151            not 'VHOST'"
24152   parameters:
24153   - "throughput"
24154   - "parent"
24155   - "tags"
24156   sort:
24157   - "DOT1Q"
24158   - "IP4BASE"
24159   - "NAT44"
24160   - "POLICE_MARK"
24161   - "COPWHLIST"
24162   - "IACL"
24163   - "OACL"
24164   layout:
24165     title: "ip4-3n-hsw-x710-64b-features-pdr"
24166     layout: "plot-throughput-speedup-analysis"
24167
24168 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24169 - type: "plot"
24170   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24171   algorithm: "plot_throughput_speedup_analysis"
24172   output-file-type: ".html"
24173   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24175   filter: "'NIC_Intel-X710' and
24176            '64B' and
24177            'NDRPDR' and
24178            'IP4FWD' and
24179            ('NAT44' or 'IP4BASE') and
24180            not 'IPSEC' and
24181            not 'VHOST'"
24182   parameters:
24183   - "throughput"
24184   - "parent"
24185   - "tags"
24186   sort:
24187   - "IP4BASE"
24188   - "BASE"
24189   - "SRC_USER_10"
24190   - "SRC_USER_100"
24191   - "SRC_USER_1000"
24192   - "SRC_USER_2000"
24193   layout:
24194     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24195     layout: "plot-throughput-speedup-analysis"
24196
24197 - type: "plot"
24198   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24199   algorithm: "plot_throughput_speedup_analysis"
24200   output-file-type: ".html"
24201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24203   filter: "'NIC_Intel-X710' and
24204            '64B' and
24205            'NDRPDR' and
24206            'IP4FWD' and
24207            ('NAT44' or 'IP4BASE') and
24208            not 'IPSEC' and
24209            not 'VHOST'"
24210   parameters:
24211   - "throughput"
24212   - "parent"
24213   - "tags"
24214   sort:
24215   - "IP4BASE"
24216   - "BASE"
24217   - "SRC_USER_10"
24218   - "SRC_USER_100"
24219   - "SRC_USER_1000"
24220   - "SRC_USER_2000"
24221   layout:
24222     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24223     layout: "plot-throughput-speedup-analysis"
24224
24225 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24226 - type: "plot"
24227   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24228   algorithm: "plot_throughput_speedup_analysis"
24229   output-file-type: ".html"
24230   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24232   filter: "'NIC_Intel-X710' and
24233            '64B' and
24234            'NDRPDR' and
24235            'IP4FWD' and
24236            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24237            not 'IPSEC' and
24238            not 'VHOST'"
24239   parameters:
24240   - "throughput"
24241   - "parent"
24242   - "tags"
24243   sort:
24244   - "IP4BASE"
24245   - "ACL_STATELESS"
24246   - "ACL_STATEFUL"
24247   - "ACL_STATELESS"
24248   - "ACL_STATEFUL"
24249   layout:
24250     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24251     layout: "plot-throughput-speedup-analysis"
24252
24253 - type: "plot"
24254   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24255   algorithm: "plot_throughput_speedup_analysis"
24256   output-file-type: ".html"
24257   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24259   filter: "'NIC_Intel-X710' and
24260            '64B' and
24261            'NDRPDR' and
24262            'IP4FWD' and
24263            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24264            not 'IPSEC' and
24265            not 'VHOST'"
24266   parameters:
24267   - "throughput"
24268   - "parent"
24269   - "tags"
24270   sort:
24271   - "IP4BASE"
24272   - "ACL_STATELESS"
24273   - "ACL_STATEFUL"
24274   - "ACL_STATELESS"
24275   - "ACL_STATEFUL"
24276   layout:
24277     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24278     layout: "plot-throughput-speedup-analysis"
24279
24280 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24281 - type: "plot"
24282   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24283   algorithm: "plot_throughput_speedup_analysis"
24284   output-file-type: ".html"
24285   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24287   filter: "'NIC_Intel-XL710' and
24288            '64B' and
24289            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24290            'NDRPDR' and
24291            'IP4FWD' and
24292            not 'IPSEC' and
24293            not 'VHOST'"
24294   parameters:
24295   - "throughput"
24296   - "parent"
24297   - "tags"
24298   sort:
24299   - "IP4BASE"
24300   - "FIB_20K"
24301   - "FIB_200K"
24302   - "FIB_2M"
24303   layout:
24304     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24305     layout: "plot-throughput-speedup-analysis"
24306
24307 - type: "plot"
24308   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24309   algorithm: "plot_throughput_speedup_analysis"
24310   output-file-type: ".html"
24311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24312   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24313   filter: "'NIC_Intel-XL710' and
24314            '64B' and
24315            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24316            'NDRPDR' and
24317            'IP4FWD' and
24318            not 'IPSEC' and
24319            not 'VHOST'"
24320   parameters:
24321   - "throughput"
24322   - "parent"
24323   - "tags"
24324   sort:
24325   - "IP4BASE"
24326   - "FIB_20K"
24327   - "FIB_200K"
24328   - "FIB_2M"
24329   layout:
24330     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24331     layout: "plot-throughput-speedup-analysis"
24332
24333 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24334 - type: "plot"
24335   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24336   algorithm: "plot_throughput_speedup_analysis"
24337   output-file-type: ".html"
24338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24340   filter: "'NIC_Intel-X710' and
24341            '64B' and
24342            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24343            'NDRPDR' and
24344            'IP4FWD' and
24345            not 'IPSEC' and
24346            not 'DOT1Q' and
24347            not 'VHOST'"
24348   parameters:
24349   - "throughput"
24350   - "parent"
24351   - "tags"
24352   sort:
24353   - "IP4BASE"
24354   - "FIB_20K"
24355   - "FIB_200K"
24356   - "FIB_2M"
24357   layout:
24358     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24359     layout: "plot-throughput-speedup-analysis"
24360
24361 - type: "plot"
24362   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24363   algorithm: "plot_throughput_speedup_analysis"
24364   output-file-type: ".html"
24365   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24367   filter: "'NIC_Intel-X710' and
24368            '64B' and
24369            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24370            'NDRPDR' and
24371            'IP4FWD' and
24372            not 'IPSEC' and
24373            not 'DOT1Q' and
24374            not 'VHOST'"
24375   parameters:
24376   - "throughput"
24377   - "parent"
24378   - "tags"
24379   sort:
24380   - "IP4BASE"
24381   - "FIB_20K"
24382   - "FIB_200K"
24383   - "FIB_2M"
24384   layout:
24385     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24386     layout: "plot-throughput-speedup-analysis"
24387
24388 # Speedup - VPP IPv4 3n-skx-x710 features
24389 - type: "plot"
24390   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24391   algorithm: "plot_throughput_speedup_analysis"
24392   output-file-type: ".html"
24393   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24395   filter: "'NIC_Intel-X710' and
24396            '64B' and
24397            ('IP4BASE' or
24398             'POLICE_MARK' or
24399             'COPWHLIST' or
24400             ('NAT44' and 'BASE') or
24401             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24402            'NDRPDR' and
24403            'IP4FWD' and
24404            not 'IPSEC' and
24405            not 'VHOST'"
24406   parameters:
24407   - "throughput"
24408   - "parent"
24409   - "tags"
24410   sort:
24411   - "DOT1Q"
24412   - "IP4BASE"
24413   - "NAT44"
24414   - "POLICE_MARK"
24415   - "COPWHLIST"
24416   - "IACL"
24417   - "OACL"
24418   layout:
24419     title: "ip4-3n-skx-x710-64b-features-ndr"
24420     layout: "plot-throughput-speedup-analysis"
24421
24422 - type: "plot"
24423   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24424   algorithm: "plot_throughput_speedup_analysis"
24425   output-file-type: ".html"
24426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24428   filter: "'NIC_Intel-X710' and
24429            '64B' and
24430            ('IP4BASE' or
24431             'POLICE_MARK' or
24432             'COPWHLIST' or
24433             ('NAT44' and 'BASE') or
24434             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24435            'NDRPDR' and
24436            'IP4FWD' and
24437            not 'IPSEC' and
24438            not 'VHOST'"
24439   parameters:
24440   - "throughput"
24441   - "parent"
24442   - "tags"
24443   sort:
24444   - "DOT1Q"
24445   - "IP4BASE"
24446   - "NAT44"
24447   - "POLICE_MARK"
24448   - "COPWHLIST"
24449   - "IACL"
24450   - "OACL"
24451   layout:
24452     title: "ip4-3n-skx-x710-64b-features-pdr"
24453     layout: "plot-throughput-speedup-analysis"
24454
24455 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24456 - type: "plot"
24457   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24458   algorithm: "plot_throughput_speedup_analysis"
24459   output-file-type: ".html"
24460   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24462   filter: "'NIC_Intel-X710' and
24463            '64B' and
24464            'NDRPDR' and
24465            'IP4FWD' and
24466            ('NAT44' or 'IP4BASE') and
24467            not 'IPSEC' and
24468            not 'VHOST'"
24469   parameters:
24470   - "throughput"
24471   - "parent"
24472   - "tags"
24473   sort:
24474   - "IP4BASE"
24475   - "BASE"
24476   - "SRC_USER_10"
24477   - "SRC_USER_100"
24478   - "SRC_USER_1000"
24479   - "SRC_USER_2000"
24480   layout:
24481     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24482     layout: "plot-throughput-speedup-analysis"
24483
24484 - type: "plot"
24485   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24486   algorithm: "plot_throughput_speedup_analysis"
24487   output-file-type: ".html"
24488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24490   filter: "'NIC_Intel-X710' and
24491            '64B' and
24492            'NDRPDR' and
24493            'IP4FWD' and
24494            ('NAT44' or 'IP4BASE') and
24495            not 'IPSEC' and
24496            not 'VHOST'"
24497   parameters:
24498   - "throughput"
24499   - "parent"
24500   - "tags"
24501   sort:
24502   - "IP4BASE"
24503   - "BASE"
24504   - "SRC_USER_10"
24505   - "SRC_USER_100"
24506   - "SRC_USER_1000"
24507   - "SRC_USER_2000"
24508   layout:
24509     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24510     layout: "plot-throughput-speedup-analysis"
24511
24512 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24513 - type: "plot"
24514   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24515   algorithm: "plot_throughput_speedup_analysis"
24516   output-file-type: ".html"
24517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24519   filter: "'NIC_Intel-X710' and
24520            '64B' and
24521            'NDRPDR' and
24522            'IP4FWD' and
24523            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24524            not 'IPSEC' and
24525            not 'VHOST'"
24526   parameters:
24527   - "throughput"
24528   - "parent"
24529   - "tags"
24530   sort:
24531   - "IP4BASE"
24532   - "ACL_STATELESS"
24533   - "ACL_STATEFUL"
24534   - "ACL_STATELESS"
24535   - "ACL_STATEFUL"
24536   layout:
24537     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24538     layout: "plot-throughput-speedup-analysis"
24539
24540 - type: "plot"
24541   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24542   algorithm: "plot_throughput_speedup_analysis"
24543   output-file-type: ".html"
24544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24546   filter: "'NIC_Intel-X710' and
24547            '64B' and
24548            'NDRPDR' and
24549            'IP4FWD' and
24550            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24551            not 'IPSEC' and
24552            not 'VHOST'"
24553   parameters:
24554   - "throughput"
24555   - "parent"
24556   - "tags"
24557   sort:
24558   - "IP4BASE"
24559   - "ACL_STATELESS"
24560   - "ACL_STATEFUL"
24561   - "ACL_STATELESS"
24562   - "ACL_STATEFUL"
24563   layout:
24564     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24565     layout: "plot-throughput-speedup-analysis"
24566
24567 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24568 #- type: "plot"
24569 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24570 #  algorithm: "plot_throughput_speedup_analysis"
24571 #  output-file-type: ".html"
24572 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24573 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24574 #  filter: "'NIC_Intel-X710' and
24575 #           '64B' and
24576 #           'NDRPDR' and
24577 #           'IP4FWD' and
24578 #           'OACL' and
24579 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24580 #           not 'IPSEC' and
24581 #           not 'VHOST'"
24582 #  parameters:
24583 #  - "throughput"
24584 #  - "parent"
24585 #  - "tags"
24586 #  sort:
24587 #  - "ACL_STATELESS"
24588 #  - "ACL_STATEFUL"
24589 #  - "ACL_STATELESS"
24590 #  - "ACL_STATEFUL"
24591 #  layout:
24592 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24593 #    layout: "plot-throughput-speedup-analysis"
24594 #
24595 #- type: "plot"
24596 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24597 #  algorithm: "plot_throughput_speedup_analysis"
24598 #  output-file-type: ".html"
24599 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24600 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24601 #  filter: "'NIC_Intel-X710' and
24602 #           '64B' and
24603 #           'NDRPDR' and
24604 #           'IP4FWD' and
24605 #           'OACL' and
24606 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24607 #           not 'IPSEC' and
24608 #           not 'VHOST'"
24609 #  parameters:
24610 #  - "throughput"
24611 #  - "parent"
24612 #  - "tags"
24613 #  sort:
24614 #  - "ACL_STATELESS"
24615 #  - "ACL_STATEFUL"
24616 #  - "ACL_STATELESS"
24617 #  - "ACL_STATEFUL"
24618 #  layout:
24619 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24620 #    layout: "plot-throughput-speedup-analysis"
24621
24622 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24623 - type: "plot"
24624   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24625   algorithm: "plot_throughput_speedup_analysis"
24626   output-file-type: ".html"
24627   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24629   filter: "'NIC_Intel-X710' and
24630            '64B' and
24631            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24632            'NDRPDR' and
24633            'IP4FWD' and
24634            not 'IPSEC' and
24635            not 'DOT1Q' and
24636            not 'VHOST'"
24637   parameters:
24638   - "throughput"
24639   - "parent"
24640   - "tags"
24641   sort:
24642   - "IP4BASE"
24643   - "FIB_20K"
24644   - "FIB_200K"
24645   - "FIB_2M"
24646   layout:
24647     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24648     layout: "plot-throughput-speedup-analysis"
24649
24650 - type: "plot"
24651   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24652   algorithm: "plot_throughput_speedup_analysis"
24653   output-file-type: ".html"
24654   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24656   filter: "'NIC_Intel-X710' and
24657            '64B' and
24658            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24659            'NDRPDR' and
24660            'IP4FWD' and
24661            not 'IPSEC' and
24662            not 'DOT1Q' and
24663            not 'VHOST'"
24664   parameters:
24665   - "throughput"
24666   - "parent"
24667   - "tags"
24668   sort:
24669   - "IP4BASE"
24670   - "FIB_20K"
24671   - "FIB_200K"
24672   - "FIB_2M"
24673   layout:
24674     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24675     layout: "plot-throughput-speedup-analysis"
24676
24677 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24678 - type: "plot"
24679   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24680   algorithm: "plot_throughput_speedup_analysis"
24681   output-file-type: ".html"
24682   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24684   filter: "'NIC_Intel-X710' and
24685            '64B' and
24686            'NDRPDR' and
24687            'IP4FWD' and
24688            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24689            not 'IPSEC' and
24690            not 'VHOST'"
24691   parameters:
24692   - "throughput"
24693   - "parent"
24694   - "tags"
24695   sort:
24696   - "IP4BASE"
24697   - "ACL_STATELESS"
24698   - "ACL_STATEFUL"
24699   - "ACL_STATELESS"
24700   - "ACL_STATEFUL"
24701   layout:
24702     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24703     layout: "plot-throughput-speedup-analysis"
24704
24705 - type: "plot"
24706   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24707   algorithm: "plot_throughput_speedup_analysis"
24708   output-file-type: ".html"
24709   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24711   filter: "'NIC_Intel-X710' and
24712            '64B' and
24713            'NDRPDR' and
24714            'IP4FWD' and
24715            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24716            not 'IPSEC' and
24717            not 'VHOST'"
24718   parameters:
24719   - "throughput"
24720   - "parent"
24721   - "tags"
24722   sort:
24723   - "IP4BASE"
24724   - "ACL_STATELESS"
24725   - "ACL_STATEFUL"
24726   - "ACL_STATELESS"
24727   - "ACL_STATEFUL"
24728   layout:
24729     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24730     layout: "plot-throughput-speedup-analysis"
24731
24732 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24733 - type: "plot"
24734   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24735   algorithm: "plot_throughput_speedup_analysis"
24736   output-file-type: ".html"
24737   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24739   filter: "'NIC_Intel-XXV710' and
24740            '64B' and
24741            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24742            'NDRPDR' and
24743            'IP4FWD' and
24744            not 'IPSEC' and
24745            not 'DOT1Q' and
24746            not 'VHOST'"
24747   parameters:
24748   - "throughput"
24749   - "parent"
24750   - "tags"
24751   sort:
24752   - "IP4BASE"
24753   - "FIB_20K"
24754   - "FIB_200K"
24755   - "FIB_2M"
24756   layout:
24757     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24758     layout: "plot-throughput-speedup-analysis"
24759
24760 - type: "plot"
24761   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24762   algorithm: "plot_throughput_speedup_analysis"
24763   output-file-type: ".html"
24764   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24766   filter: "'NIC_Intel-XXV710' and
24767            '64B' and
24768            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24769            'NDRPDR' and
24770            'IP4FWD' and
24771            not 'IPSEC' and
24772            not 'DOT1Q' and
24773            not 'VHOST'"
24774   parameters:
24775   - "throughput"
24776   - "parent"
24777   - "tags"
24778   sort:
24779   - "IP4BASE"
24780   - "FIB_20K"
24781   - "FIB_200K"
24782   - "FIB_2M"
24783   layout:
24784     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24785     layout: "plot-throughput-speedup-analysis"
24786
24787 ## Speedup - VPP IPv4 2n-dnv-x553 base
24788 #- type: "plot"
24789 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24790 #  algorithm: "plot_throughput_speedup_analysis"
24791 #  output-file-type: ".html"
24792 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24793 #  data: "intel-dnv-vpp"
24794 #  filter: "'NIC_Intel-X553' and
24795 #           '64B' and
24796 #           'IP4BASE' and
24797 #           'NDRPDR' and
24798 #           'IP4FWD' and
24799 #           not 'IPSEC' and
24800 #           not 'VHOST'"
24801 #  parameters:
24802 #  - "throughput"
24803 #  - "parent"
24804 #  - "tags"
24805 #  sort:
24806 #  - "IP4BASE"
24807 #  layout:
24808 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24809 #    layout: "plot-throughput-speedup-analysis"
24810 #
24811 #- type: "plot"
24812 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24813 #  algorithm: "plot_throughput_speedup_analysis"
24814 #  output-file-type: ".html"
24815 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24816 #  data: "intel-dnv-vpp"
24817 #  filter: "'NIC_Intel-X553' and
24818 #           '64B' and
24819 #           'IP4BASE' and
24820 #           'NDRPDR' and
24821 #           'IP4FWD' and
24822 #           not 'IPSEC' and
24823 #           not 'VHOST'"
24824 #  parameters:
24825 #  - "throughput"
24826 #  - "parent"
24827 #  - "tags"
24828 #  sort:
24829 #  - "IP4BASE"
24830 #  layout:
24831 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24832 #    layout: "plot-throughput-speedup-analysis"
24833
24834 ################################################################################
24835
24836 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24837 - type: "plot"
24838   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24839   algorithm: "plot_throughput_speedup_analysis"
24840   output-file-type: ".html"
24841   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24843   filter: "'NIC_Intel-X520-DA2' and
24844            '64B' and
24845            'ENCAP' and
24846            'NDRPDR' and
24847            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24848            not 'DOT1Q' and
24849            not 'VHOST' and
24850            not 'IPSECHW'"
24851   parameters:
24852   - "throughput"
24853   - "parent"
24854   - "tags"
24855   sort:
24856   - "IP4BASE"
24857   - "L2BDMACLRN"
24858   - "L2XCFWD"
24859   - "LISP"
24860   layout:
24861     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24862     layout: "plot-throughput-speedup-analysis"
24863
24864 - type: "plot"
24865   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24866   algorithm: "plot_throughput_speedup_analysis"
24867   output-file-type: ".html"
24868   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24869   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24870   filter: "'NIC_Intel-X520-DA2' and
24871            '64B' and
24872            'ENCAP' and
24873            'NDRPDR' and
24874            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24875            not 'DOT1Q' and
24876            not 'VHOST' and
24877            not 'IPSECHW'"
24878   parameters:
24879   - "throughput"
24880   - "parent"
24881   - "tags"
24882   sort:
24883   - "IP4BASE"
24884   - "L2BDMACLRN"
24885   - "L2XCFWD"
24886   - "LISP"
24887   layout:
24888     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24889     layout: "plot-throughput-speedup-analysis"
24890
24891 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24892 - type: "plot"
24893   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24894   algorithm: "plot_throughput_speedup_analysis"
24895   output-file-type: ".html"
24896   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24898   filter: "'NIC_Intel-X710' and
24899            '64B' and
24900            'ENCAP' and
24901            'NDRPDR' and
24902            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24903            not 'VHOST' and
24904            not 'IPSECHW'"
24905   parameters:
24906   - "throughput"
24907   - "parent"
24908   - "tags"
24909   sort:
24910   - "IP4BASE"
24911   - "LISP"
24912   - "VXLAN_1"
24913   - "VXLAN_10"
24914   - "VXLAN_100"
24915   - "VXLAN_1000"
24916   layout:
24917     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24918     layout: "plot-throughput-speedup-analysis"
24919
24920 - type: "plot"
24921   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24922   algorithm: "plot_throughput_speedup_analysis"
24923   output-file-type: ".html"
24924   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24926   filter: "'NIC_Intel-X710' and
24927            '64B' and
24928            'ENCAP' and
24929            'NDRPDR' and
24930            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24931            not 'VHOST' and
24932            not 'IPSECHW'"
24933   parameters:
24934   - "throughput"
24935   - "parent"
24936   - "tags"
24937   sort:
24938   - "IP4BASE"
24939   - "LISP"
24940   - "VXLAN_1"
24941   - "VXLAN_10"
24942   - "VXLAN_100"
24943   - "VXLAN_1000"
24944   layout:
24945     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24946     layout: "plot-throughput-speedup-analysis"
24947
24948 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24949 - type: "plot"
24950   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24951   algorithm: "plot_throughput_speedup_analysis"
24952   output-file-type: ".html"
24953   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24955   filter: "'NIC_Intel-X710' and
24956            '64B' and
24957            'ENCAP' and
24958            'NDRPDR' and
24959            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24960            not 'DOT1Q' and
24961            not 'VHOST' and
24962            not 'IPSECHW'"
24963   parameters:
24964   - "throughput"
24965   - "parent"
24966   - "tags"
24967   sort:
24968   - "IP4BASE"
24969   - "L2BDMACLRN"
24970   - "L2XCFWD"
24971   - "LISP"
24972   layout:
24973     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24974     layout: "plot-throughput-speedup-analysis"
24975
24976 - type: "plot"
24977   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24978   algorithm: "plot_throughput_speedup_analysis"
24979   output-file-type: ".html"
24980   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24982   filter: "'NIC_Intel-X710' and
24983            '64B' and
24984            'ENCAP' and
24985            'NDRPDR' and
24986            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
24987            not 'DOT1Q' and
24988            not 'VHOST' and
24989            not 'IPSECHW'"
24990   parameters:
24991   - "throughput"
24992   - "parent"
24993   - "tags"
24994   sort:
24995   - "IP4BASE"
24996   - "L2BDMACLRN"
24997   - "L2XCFWD"
24998   - "LISP"
24999   layout:
25000     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25001     layout: "plot-throughput-speedup-analysis"
25002
25003 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25004 - type: "plot"
25005   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25006   algorithm: "plot_throughput_speedup_analysis"
25007   output-file-type: ".html"
25008   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25010   filter: "'NIC_Intel-X710' and
25011            '64B' and
25012            'ENCAP' and
25013            'NDRPDR' and
25014            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25015            not 'VHOST' and
25016            not 'IPSECHW'"
25017   parameters:
25018   - "throughput"
25019   - "parent"
25020   - "tags"
25021   sort:
25022   - "IP4BASE"
25023   - "LISP"
25024   - "VXLAN_1"
25025   - "VXLAN_10"
25026   - "VXLAN_100"
25027   - "VXLAN_1000"
25028   layout:
25029     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25030     layout: "plot-throughput-speedup-analysis"
25031
25032 - type: "plot"
25033   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25034   algorithm: "plot_throughput_speedup_analysis"
25035   output-file-type: ".html"
25036   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25038   filter: "'NIC_Intel-X710' and
25039            '64B' and
25040            'ENCAP' and
25041            'NDRPDR' and
25042            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25043            not 'VHOST' and
25044            not 'IPSECHW'"
25045   parameters:
25046   - "throughput"
25047   - "parent"
25048   - "tags"
25049   sort:
25050   - "IP4BASE"
25051   - "LISP"
25052   - "VXLAN_1"
25053   - "VXLAN_10"
25054   - "VXLAN_100"
25055   - "VXLAN_1000"
25056   layout:
25057     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25058     layout: "plot-throughput-speedup-analysis"
25059
25060 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25061 - type: "plot"
25062   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25063   algorithm: "plot_throughput_speedup_analysis"
25064   output-file-type: ".html"
25065   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25067   filter: "'NIC_Intel-X710' and
25068            '64B' and
25069            'ENCAP' and
25070            'NDRPDR' and
25071            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25072            not 'DOT1Q' and
25073            not 'VHOST' and
25074            not 'IPSECHW'"
25075   parameters:
25076   - "throughput"
25077   - "parent"
25078   - "tags"
25079   sort:
25080   - "IP4BASE"
25081   - "L2BDMACLRN"
25082   - "L2XCFWD"
25083   - "LISP"
25084   layout:
25085     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25086     layout: "plot-throughput-speedup-analysis"
25087
25088 - type: "plot"
25089   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25090   algorithm: "plot_throughput_speedup_analysis"
25091   output-file-type: ".html"
25092   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25094   filter: "'NIC_Intel-X710' and
25095            '64B' and
25096            'ENCAP' and
25097            'NDRPDR' and
25098            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25099            not 'DOT1Q' and
25100            not 'VHOST' and
25101            not 'IPSECHW'"
25102   parameters:
25103   - "throughput"
25104   - "parent"
25105   - "tags"
25106   sort:
25107   - "IP4BASE"
25108   - "L2BDMACLRN"
25109   - "L2XCFWD"
25110   - "LISP"
25111   layout:
25112     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25113     layout: "plot-throughput-speedup-analysis"
25114
25115 ################################################################################
25116
25117 # Speedup - VPP IPv6 3n-hsw-x520
25118 - type: "plot"
25119   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25120   algorithm: "plot_throughput_speedup_analysis"
25121   output-file-type: ".html"
25122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25124   filter: "'NIC_Intel-X520-DA2' and
25125            '78B' and
25126            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25127            'NDRPDR' and
25128            'IP6FWD' and
25129            not 'SRv6' and
25130            not 'IPSEC' and
25131            not 'VHOST'"
25132   parameters:
25133   - "throughput"
25134   - "parent"
25135   - "tags"
25136   sort:
25137   - "IP6BASE"
25138   - "FIB_20K"
25139   - "FIB_200K"
25140   - "FIB_2M"
25141   layout:
25142     title: "ip6-3n-hsw-x520-78b-base-ndr"
25143     layout: "plot-throughput-speedup-analysis"
25144
25145 - type: "plot"
25146   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25147   algorithm: "plot_throughput_speedup_analysis"
25148   output-file-type: ".html"
25149   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25151   filter: "'NIC_Intel-X520-DA2' and
25152            '78B' and
25153            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25154            'NDRPDR' and
25155            'IP6FWD' and
25156            not 'SRv6' and
25157            not 'IPSEC' and
25158            not 'VHOST'"
25159   parameters:
25160   - "throughput"
25161   - "parent"
25162   - "tags"
25163   sort:
25164   - "IP6BASE"
25165   - "FIB_20K"
25166   - "FIB_200K"
25167   - "FIB_2M"
25168   layout:
25169     title: "ip6-3n-hsw-x520-78b-base-pdr"
25170     layout: "plot-throughput-speedup-analysis"
25171
25172 # Speedup - VPP IPv6 3n-hsw-x710
25173 - type: "plot"
25174   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25175   algorithm: "plot_throughput_speedup_analysis"
25176   output-file-type: ".html"
25177   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25179   filter: "'NIC_Intel-X710' and
25180            '78B' and
25181            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25182            'NDRPDR' and
25183            'IP6FWD' and
25184            not 'SRv6' and
25185            not 'IPSEC' and
25186            not 'VHOST'"
25187   parameters:
25188   - "throughput"
25189   - "parent"
25190   - "tags"
25191   sort:
25192   - "IP6BASE"
25193   - "FIB_20K"
25194   - "FIB_200K"
25195   - "FIB_2M"
25196   layout:
25197     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25198     layout: "plot-throughput-speedup-analysis"
25199
25200 - type: "plot"
25201   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25202   algorithm: "plot_throughput_speedup_analysis"
25203   output-file-type: ".html"
25204   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25206   filter: "'NIC_Intel-X710' and
25207            '78B' and
25208            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25209            'NDRPDR' and
25210            'IP6FWD' and
25211            not 'SRv6' and
25212            not 'IPSEC' and
25213            not 'VHOST'"
25214   parameters:
25215   - "throughput"
25216   - "parent"
25217   - "tags"
25218   sort:
25219   - "IP6BASE"
25220   - "FIB_20K"
25221   - "FIB_200K"
25222   - "FIB_2M"
25223   layout:
25224     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25225     layout: "plot-throughput-speedup-analysis"
25226
25227 # Speedup - VPP IPv6 3n-hsw-x710 features
25228 - type: "plot"
25229   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25230   algorithm: "plot_throughput_speedup_analysis"
25231   output-file-type: ".html"
25232   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25234   filter: "'NIC_Intel-X710' and
25235            '78B' and
25236            ('IP6BASE' or
25237             'POLICE_MARK' or
25238             'COPWHLIST' or
25239             'IACLDST') and
25240            'NDRPDR' and
25241            'IP6FWD' and
25242            not 'SRv6' and
25243            not 'IPSEC' and
25244            not 'VHOST'"
25245   parameters:
25246   - "throughput"
25247   - "parent"
25248   - "tags"
25249   sort:
25250   - "IP6BASE"
25251   - "POLICE_MARK"
25252   - "COPWHLIST"
25253   - "IACLDST"
25254   layout:
25255     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25256     layout: "plot-throughput-speedup-analysis"
25257
25258 - type: "plot"
25259   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25260   algorithm: "plot_throughput_speedup_analysis"
25261   output-file-type: ".html"
25262   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25264   filter: "'NIC_Intel-X710' and
25265            '78B' and
25266            ('IP6BASE' or
25267             'POLICE_MARK' or
25268             'COPWHLIST' or
25269             'IACLDST') and
25270            'NDRPDR' and
25271            'IP6FWD' and
25272            not 'SRv6' and
25273            not 'IPSEC' and
25274            not 'VHOST'"
25275   parameters:
25276   - "throughput"
25277   - "parent"
25278   - "tags"
25279   sort:
25280   - "IP6BASE"
25281   - "POLICE_MARK"
25282   - "COPWHLIST"
25283   - "IACLDST"
25284   layout:
25285     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25286     layout: "plot-throughput-speedup-analysis"
25287
25288 # Speedup - VPP IPv6 3n-hsw-xl710
25289 - type: "plot"
25290   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25291   algorithm: "plot_throughput_speedup_analysis"
25292   output-file-type: ".html"
25293   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25295   filter: "'NIC_Intel-XL710' and
25296            '78B' and
25297            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25298            'NDRPDR' and
25299            'IP6FWD' and
25300            not 'SRv6' and
25301            not 'IPSEC' and
25302            not 'VHOST'"
25303   parameters:
25304   - "throughput"
25305   - "parent"
25306   - "tags"
25307   sort:
25308   - "IP6BASE"
25309   - "FIB_20K"
25310   - "FIB_200K"
25311   - "FIB_2M"
25312   layout:
25313     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25314     layout: "plot-throughput-speedup-analysis"
25315
25316 - type: "plot"
25317   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25318   algorithm: "plot_throughput_speedup_analysis"
25319   output-file-type: ".html"
25320   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25322   filter: "'NIC_Intel-XL710' and
25323            '78B' and
25324            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25325            'NDRPDR' and
25326            'IP6FWD' and
25327            not 'SRv6' and
25328            not 'IPSEC' and
25329            not 'VHOST'"
25330   parameters:
25331   - "throughput"
25332   - "parent"
25333   - "tags"
25334   sort:
25335   - "IP6BASE"
25336   - "FIB_20K"
25337   - "FIB_200K"
25338   - "FIB_2M"
25339   layout:
25340     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25341     layout: "plot-throughput-speedup-analysis"
25342
25343 # Speedup - VPP IPv6 3n-skx-x710
25344 - type: "plot"
25345   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25346   algorithm: "plot_throughput_speedup_analysis"
25347   output-file-type: ".html"
25348   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25350   filter: "'NIC_Intel-X710' and
25351            '78B' and
25352            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25353            'NDRPDR' and
25354            'IP6FWD' and
25355            not 'SRv6' and
25356            not 'IPSEC' and
25357            not 'VHOST'"
25358   parameters:
25359   - "throughput"
25360   - "parent"
25361   - "tags"
25362   sort:
25363   - "IP6BASE"
25364   - "FIB_20K"
25365   - "FIB_200K"
25366   - "FIB_2M"
25367   layout:
25368     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25369     layout: "plot-throughput-speedup-analysis"
25370
25371 - type: "plot"
25372   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25373   algorithm: "plot_throughput_speedup_analysis"
25374   output-file-type: ".html"
25375   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25377   filter: "'NIC_Intel-X710' and
25378            '78B' and
25379            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25380            'NDRPDR' and
25381            'IP6FWD' and
25382            not 'SRv6' and
25383            not 'IPSEC' and
25384            not 'VHOST'"
25385   parameters:
25386   - "throughput"
25387   - "parent"
25388   - "tags"
25389   sort:
25390   - "IP6BASE"
25391   - "FIB_20K"
25392   - "FIB_200K"
25393   - "FIB_2M"
25394   layout:
25395     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25396     layout: "plot-throughput-speedup-analysis"
25397
25398 # Speedup - VPP IPv6 3n-skx-x710 features
25399 - type: "plot"
25400   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25401   algorithm: "plot_throughput_speedup_analysis"
25402   output-file-type: ".html"
25403   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25405   filter: "'NIC_Intel-X710' and
25406            '78B' and
25407            ('IP6BASE' or
25408             'POLICE_MARK' or
25409             'COPWHLIST' or
25410             'IACLDST') and
25411            'NDRPDR' and
25412            'IP6FWD' and
25413            not 'SRv6' and
25414            not 'IPSEC' and
25415            not 'VHOST'"
25416   parameters:
25417   - "throughput"
25418   - "parent"
25419   - "tags"
25420   sort:
25421   - "IP6BASE"
25422   - "POLICE_MARK"
25423   - "COPWHLIST"
25424   - "IACLDST"
25425   layout:
25426     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25427     layout: "plot-throughput-speedup-analysis"
25428
25429 - type: "plot"
25430   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25431   algorithm: "plot_throughput_speedup_analysis"
25432   output-file-type: ".html"
25433   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25435   filter: "'NIC_Intel-X710' and
25436            '78B' and
25437            ('IP6BASE' or
25438             'POLICE_MARK' or
25439             'COPWHLIST' or
25440             'IACLDST') and
25441            'NDRPDR' and
25442            'IP6FWD' and
25443            not 'SRv6' and
25444            not 'IPSEC' and
25445            not 'VHOST'"
25446   parameters:
25447   - "throughput"
25448   - "parent"
25449   - "tags"
25450   sort:
25451   - "IP6BASE"
25452   - "POLICE_MARK"
25453   - "COPWHLIST"
25454   - "IACLDST"
25455   layout:
25456     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25457     layout: "plot-throughput-speedup-analysis"
25458
25459 # Speedup - VPP IPv6 3n-skx-xxv710
25460 - type: "plot"
25461   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25462   algorithm: "plot_throughput_speedup_analysis"
25463   output-file-type: ".html"
25464   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25466   filter: "'NIC_Intel-XXV710' and
25467            '78B' and
25468            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25469            'NDRPDR' and
25470            'IP6FWD' and
25471            not 'SRv6' and
25472            not 'IPSEC' and
25473            not 'VHOST'"
25474   parameters:
25475   - "throughput"
25476   - "parent"
25477   - "tags"
25478   sort:
25479   - "IP6BASE"
25480   - "FIB_20K"
25481   - "FIB_200K"
25482   - "FIB_2M"
25483   layout:
25484     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25485     layout: "plot-throughput-speedup-analysis"
25486
25487 - type: "plot"
25488   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25489   algorithm: "plot_throughput_speedup_analysis"
25490   output-file-type: ".html"
25491   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25493   filter: "'NIC_Intel-XXV710' and
25494            '78B' and
25495            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25496            'NDRPDR' and
25497            'IP6FWD' and
25498            not 'SRv6' and
25499            not 'IPSEC' and
25500            not 'VHOST'"
25501   parameters:
25502   - "throughput"
25503   - "parent"
25504   - "tags"
25505   sort:
25506   - "IP6BASE"
25507   - "FIB_20K"
25508   - "FIB_200K"
25509   - "FIB_2M"
25510   layout:
25511     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25512     layout: "plot-throughput-speedup-analysis"
25513
25514 # Speedup - VPP IPv6 2n-skx-x710
25515 - type: "plot"
25516   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25517   algorithm: "plot_throughput_speedup_analysis"
25518   output-file-type: ".html"
25519   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25521   filter: "'NIC_Intel-X710' and
25522            '78B' and
25523            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25524            'NDRPDR' and
25525            'IP6FWD' and
25526            not 'SRv6' and
25527            not 'IPSEC' and
25528            not 'VHOST'"
25529   parameters:
25530   - "throughput"
25531   - "parent"
25532   - "tags"
25533   sort:
25534   - "IP6BASE"
25535   - "FIB_20K"
25536   - "FIB_200K"
25537   - "FIB_2M"
25538   layout:
25539     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25540     layout: "plot-throughput-speedup-analysis"
25541
25542 - type: "plot"
25543   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25544   algorithm: "plot_throughput_speedup_analysis"
25545   output-file-type: ".html"
25546   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25548   filter: "'NIC_Intel-X710' and
25549            '78B' and
25550            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25551            'NDRPDR' and
25552            'IP6FWD' and
25553            not 'SRv6' and
25554            not 'IPSEC' and
25555            not 'VHOST'"
25556   parameters:
25557   - "throughput"
25558   - "parent"
25559   - "tags"
25560   sort:
25561   - "IP6BASE"
25562   - "FIB_20K"
25563   - "FIB_200K"
25564   - "FIB_2M"
25565   layout:
25566     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25567     layout: "plot-throughput-speedup-analysis"
25568
25569 # Speedup - VPP IPv6 2n-skx-xxv710
25570 - type: "plot"
25571   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25572   algorithm: "plot_throughput_speedup_analysis"
25573   output-file-type: ".html"
25574   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25576   filter: "'NIC_Intel-XXV710' and
25577            '78B' and
25578            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25579            'NDRPDR' and
25580            'IP6FWD' and
25581            not 'SRv6' and
25582            not 'IPSEC' and
25583            not 'VHOST'"
25584   parameters:
25585   - "throughput"
25586   - "parent"
25587   - "tags"
25588   sort:
25589   - "IP6BASE"
25590   - "FIB_20K"
25591   - "FIB_200K"
25592   - "FIB_2M"
25593   layout:
25594     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25595     layout: "plot-throughput-speedup-analysis"
25596
25597 - type: "plot"
25598   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25599   algorithm: "plot_throughput_speedup_analysis"
25600   output-file-type: ".html"
25601   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25603   filter: "'NIC_Intel-XXV710' and
25604            '78B' and
25605            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25606            'NDRPDR' and
25607            'IP6FWD' and
25608            not 'SRv6' and
25609            not 'IPSEC' and
25610            not 'VHOST'"
25611   parameters:
25612   - "throughput"
25613   - "parent"
25614   - "tags"
25615   sort:
25616   - "IP6BASE"
25617   - "FIB_20K"
25618   - "FIB_200K"
25619   - "FIB_2M"
25620   layout:
25621     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25622     layout: "plot-throughput-speedup-analysis"
25623
25624 ## Speedup - VPP IPv6 2n-dnv-x553 base
25625 #- type: "plot"
25626 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25627 #  algorithm: "plot_throughput_speedup_analysis"
25628 #  output-file-type: ".html"
25629 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25630 #  data: "intel-dnv-vpp"
25631 #  filter: "'NIC_Intel-X553' and
25632 #           '78B' and
25633 #           'IP6BASE' and
25634 #           'NDRPDR' and
25635 #           'IP6FWD' and
25636 #           not 'SRv6' and
25637 #           not 'IPSEC' and
25638 #           not 'VHOST'"
25639 #  parameters:
25640 #  - "throughput"
25641 #  - "parent"
25642 #  - "tags"
25643 #  sort:
25644 #  - "IP6BASE"
25645 #  layout:
25646 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25647 #    layout: "plot-throughput-speedup-analysis"
25648 #
25649 #- type: "plot"
25650 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25651 #  algorithm: "plot_throughput_speedup_analysis"
25652 #  output-file-type: ".html"
25653 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25654 #  data: "intel-dnv-vpp"
25655 #  filter: "'NIC_Intel-X553' and
25656 #           '78B' and
25657 #           'IP6BASE' and
25658 #           'NDRPDR' and
25659 #           'IP6FWD' and
25660 #           not 'SRv6' and
25661 #           not 'IPSEC' and
25662 #           not 'VHOST'"
25663 #  parameters:
25664 #  - "throughput"
25665 #  - "parent"
25666 #  - "tags"
25667 #  sort:
25668 #  - "IP6BASE"
25669 #  layout:
25670 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25671 #    layout: "plot-throughput-speedup-analysis"
25672
25673 ################################################################################
25674
25675 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25676 - type: "plot"
25677   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25678   algorithm: "plot_throughput_speedup_analysis"
25679   output-file-type: ".html"
25680   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25682   filter: "'NIC_Intel-X520-DA2' and
25683            '78B' and
25684            'ENCAP' and
25685            'NDRPDR' and
25686            'LISP' and
25687            not 'VHOST'"
25688   parameters:
25689   - "throughput"
25690   - "parent"
25691   - "tags"
25692   sort:
25693   - "IP4UNRLAY"
25694   - "IP6UNRLAY"
25695   layout:
25696     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25697     layout: "plot-throughput-speedup-analysis"
25698
25699 - type: "plot"
25700   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25701   algorithm: "plot_throughput_speedup_analysis"
25702   output-file-type: ".html"
25703   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25705   filter: "'NIC_Intel-X520-DA2' and
25706            '78B' and
25707            'ENCAP' and
25708            'NDRPDR' and
25709            'LISP' and
25710            not 'VHOST'"
25711   parameters:
25712   - "throughput"
25713   - "parent"
25714   - "tags"
25715   sort:
25716   - "IP4UNRLAY"
25717   - "IP6UNRLAY"
25718   layout:
25719     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25720     layout: "plot-throughput-speedup-analysis"
25721
25722 ################################################################################
25723
25724 # Speedup - VPP IPSec 3n-hsw-xl710 base
25725 - type: "plot"
25726   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25727   algorithm: "plot_throughput_speedup_analysis"
25728   output-file-type: ".html"
25729   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25731   filter: "'NIC_Intel-XL710' and
25732            '64B' and
25733            'IP4FWD' and
25734            'NDRPDR' and
25735            'BASE' and
25736            'IPSECHW' and
25737            not 'VHOST'"
25738   parameters:
25739   - "throughput"
25740   - "parent"
25741   - "tags"
25742   layout:
25743     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25744     layout: "plot-throughput-speedup-analysis"
25745
25746 - type: "plot"
25747   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25748   algorithm: "plot_throughput_speedup_analysis"
25749   output-file-type: ".html"
25750   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25751   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25752   filter: "'NIC_Intel-XL710' and
25753            '64B' and
25754            'IP4FWD' and
25755            'NDRPDR' and
25756            'BASE' and
25757            'IPSECHW' and
25758            not 'VHOST'"
25759   parameters:
25760   - "throughput"
25761   - "parent"
25762   - "tags"
25763   layout:
25764     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25765     layout: "plot-throughput-speedup-analysis"
25766
25767 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25768 - type: "plot"
25769   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25770   algorithm: "plot_throughput_speedup_analysis"
25771   output-file-type: ".html"
25772   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25774   filter: "'NIC_Intel-XL710' and
25775            '64B' and
25776            'IP4FWD' and
25777            'NDRPDR' and
25778            'SCALE' and
25779            'IPSECHW' and
25780            not 'VHOST'"
25781   parameters:
25782   - "throughput"
25783   - "parent"
25784   - "tags"
25785   layout:
25786     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25787     layout: "plot-throughput-speedup-analysis"
25788
25789 - type: "plot"
25790   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25791   algorithm: "plot_throughput_speedup_analysis"
25792   output-file-type: ".html"
25793   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25795   filter: "'NIC_Intel-XL710' and
25796            '64B' and
25797            'IP4FWD' and
25798            'NDRPDR' and
25799            'SCALE' and
25800            'IPSECHW' and
25801            not 'VHOST'"
25802   parameters:
25803   - "throughput"
25804   - "parent"
25805   - "tags"
25806   layout:
25807     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25808     layout: "plot-throughput-speedup-analysis"
25809
25810 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25811 - type: "plot"
25812   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25813   algorithm: "plot_throughput_speedup_analysis"
25814   output-file-type: ".html"
25815   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25817   filter: "'NIC_Intel-XL710' and
25818            '64B' and
25819            'IP4FWD' and
25820            'NDRPDR' and
25821            'IPSECSW' and
25822            not 'VHOST'"
25823   parameters:
25824   - "throughput"
25825   - "parent"
25826   - "tags"
25827   layout:
25828     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25829     layout: "plot-throughput-speedup-analysis"
25830
25831 - type: "plot"
25832   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25833   algorithm: "plot_throughput_speedup_analysis"
25834   output-file-type: ".html"
25835   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25837   filter: "'NIC_Intel-XL710' and
25838            '64B' and
25839            'IP4FWD' and
25840            'NDRPDR' and
25841            'IPSECSW' and
25842            not 'VHOST'"
25843   parameters:
25844   - "throughput"
25845   - "parent"
25846   - "tags"
25847   layout:
25848     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25849     layout: "plot-throughput-speedup-analysis"
25850
25851 ################################################################################
25852
25853 # Speedup - VPP SRv6 3n-hsw-x520
25854 - type: "plot"
25855   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25856   algorithm: "plot_throughput_speedup_analysis"
25857   output-file-type: ".html"
25858   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25860   filter: "'NIC_Intel-X520-DA2' and
25861            '78B' and
25862            'FEATURE' and
25863            'NDRPDR' and
25864            'IP6FWD' and
25865            'SRv6'"
25866   parameters:
25867   - "throughput"
25868   - "parent"
25869   - "tags"
25870   layout:
25871     title: "srv6-3n-hsw-x520-78b-features-ndr"
25872     layout: "plot-throughput-speedup-analysis"
25873
25874 - type: "plot"
25875   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25876   algorithm: "plot_throughput_speedup_analysis"
25877   output-file-type: ".html"
25878   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25880   filter: "'NIC_Intel-X520-DA2' and
25881            '78B' and
25882            'FEATURE' and
25883            'NDRPDR' and
25884            'IP6FWD' and
25885            'SRv6'"
25886   parameters:
25887   - "throughput"
25888   - "parent"
25889   - "tags"
25890   layout:
25891     title: "srv6-3n-hsw-x520-78b-features-pdr"
25892     layout: "plot-throughput-speedup-analysis"
25893
25894 ################################################################################
25895
25896 # Speedup - VPP L2 3n-hsw-x520 base and scale
25897 - type: "plot"
25898   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25899   algorithm: "plot_throughput_speedup_analysis"
25900   output-file-type: ".html"
25901   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25903   filter: "'NIC_Intel-X520-DA2' and
25904            '64B' and
25905            ('BASE' or 'SCALE') and
25906            'NDRPDR' and
25907            'ETH' and
25908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25909            not 'VHOST' and
25910            not 'MEMIF'"
25911   parameters:
25912   - "throughput"
25913   - "parent"
25914   - "tags"
25915   sort:
25916   - "L2XCFWD"
25917   - "L2PATCH"
25918   - "L2BDMACLRN"
25919   - "FIB_10K"
25920   - "FIB_100K"
25921   - "FIB_1M"
25922   layout:
25923     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25924     layout: "plot-throughput-speedup-analysis"
25925
25926 - type: "plot"
25927   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25928   algorithm: "plot_throughput_speedup_analysis"
25929   output-file-type: ".html"
25930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25932   filter: "'NIC_Intel-X520-DA2' and
25933            '64B' and
25934            ('BASE' or 'SCALE') and
25935            'NDRPDR' and
25936            'ETH' and
25937            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25938            not 'VHOST' and
25939            not 'MEMIF'"
25940   parameters:
25941   - "throughput"
25942   - "parent"
25943   - "tags"
25944   sort:
25945   - "L2XCFWD"
25946   - "L2PATCH"
25947   - "L2BDMACLRN"
25948   - "FIB_10K"
25949   - "FIB_100K"
25950   - "FIB_1M"
25951   layout:
25952     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25953     layout: "plot-throughput-speedup-analysis"
25954
25955 # Speedup - VPP L2 3n-hsw-x520 features
25956 - type: "plot"
25957   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25958   algorithm: "plot_throughput_speedup_analysis"
25959   output-file-type: ".html"
25960   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25962   filter: "'NIC_Intel-X520-DA2' and
25963            '64B' and
25964            'NDRPDR' and
25965            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25966            not 'ACL' and
25967            not 'VHOST' and
25968            not 'MEMIF'"
25969   parameters:
25970   - "throughput"
25971   - "parent"
25972   - "tags"
25973   sort:
25974   - "L2XCBASE"    # l2xcbase
25975   - "L2BDBASE"    # l2bdbase
25976   - "L2XCFWD"     # dot1q-l2xcbase
25977   - "L2BDMACLRN"  # dot1q-l2bdbase
25978   layout:
25979     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25980     layout: "plot-throughput-speedup-analysis"
25981
25982 - type: "plot"
25983   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25984   algorithm: "plot_throughput_speedup_analysis"
25985   output-file-type: ".html"
25986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25988   filter: "'NIC_Intel-X520-DA2' and
25989            '64B' and
25990            'NDRPDR' and
25991            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25992            not 'ACL' and
25993            not 'VHOST' and
25994            not 'MEMIF'"
25995   parameters:
25996   - "throughput"
25997   - "parent"
25998   - "tags"
25999   sort:
26000   - "L2XCBASE"    # l2xcbase
26001   - "L2BDBASE"    # l2bdbase
26002   - "L2XCFWD"     # dot1q-l2xcbase
26003   - "L2BDMACLRN"  # dot1q-l2bdbase
26004   layout:
26005     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26006     layout: "plot-throughput-speedup-analysis"
26007
26008 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26009 - type: "plot"
26010   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26011   algorithm: "plot_throughput_speedup_analysis"
26012   output-file-type: ".html"
26013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26015   filter: "'NIC_Intel-X520-DA2' and
26016            'NDRPDR' and
26017            '64B' and
26018            'FEATURE' and
26019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26020            'IACL' and
26021            ('ACL1' or 'ACL50') and
26022            ('10K_FLOWS' or '10k_FLOWS') and
26023            not 'MACIP' and
26024            not 'VHOST' and
26025            not 'MEMIF'"
26026   parameters:
26027   - "throughput"
26028   - "parent"
26029   - "tags"
26030   layout:
26031     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26032     layout: "plot-throughput-speedup-analysis"
26033
26034 - type: "plot"
26035   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26036   algorithm: "plot_throughput_speedup_analysis"
26037   output-file-type: ".html"
26038   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26040   filter: "'NIC_Intel-X520-DA2' and
26041            'NDRPDR' and
26042            '64B' and
26043            'FEATURE' and
26044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26045            'IACL' and
26046            ('ACL1' or 'ACL50') and
26047            ('10K_FLOWS' or '10k_FLOWS') and
26048            not 'MACIP' and
26049            not 'VHOST' and
26050            not 'MEMIF'"
26051   parameters:
26052   - "throughput"
26053   - "parent"
26054   - "tags"
26055   layout:
26056     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26057     layout: "plot-throughput-speedup-analysis"
26058
26059 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26060 - type: "plot"
26061   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26062   algorithm: "plot_throughput_speedup_analysis"
26063   output-file-type: ".html"
26064   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26066   filter: "'NIC_Intel-X520-DA2' and
26067            'NDRPDR' and
26068            '64B' and
26069            'FEATURE' and
26070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26071            'OACL' and
26072            ('ACL1' or 'ACL50') and
26073            ('10K_FLOWS' or '10k_FLOWS') and
26074            not 'MACIP' and
26075            not 'VHOST' and
26076            not 'MEMIF'"
26077   parameters:
26078   - "throughput"
26079   - "parent"
26080   - "tags"
26081   layout:
26082     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26083     layout: "plot-throughput-speedup-analysis"
26084
26085 - type: "plot"
26086   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26087   algorithm: "plot_throughput_speedup_analysis"
26088   output-file-type: ".html"
26089   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26091   filter: "'NIC_Intel-X520-DA2' and
26092            'NDRPDR' and
26093            '64B' and
26094            'FEATURE' and
26095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26096            'OACL' and
26097            ('ACL1' or 'ACL50') and
26098            ('10K_FLOWS' or '10k_FLOWS') and
26099            not 'MACIP' and
26100            not 'VHOST' and
26101            not 'MEMIF'"
26102   parameters:
26103   - "throughput"
26104   - "parent"
26105   - "tags"
26106   layout:
26107     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26108     layout: "plot-throughput-speedup-analysis"
26109
26110 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26111 - type: "plot"
26112   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26113   algorithm: "plot_throughput_speedup_analysis"
26114   output-file-type: ".html"
26115   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26117   filter: "'NIC_Intel-X520-DA2' and
26118            'NDRPDR' and
26119            '64B' and
26120            'FEATURE' and
26121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26122            'OACL' and
26123            ('ACL1' or 'ACL50') and
26124            ('10K_FLOWS' or '10k_FLOWS') and
26125            not 'MACIP' and
26126            not 'VHOST' and
26127            not 'MEMIF'"
26128   parameters:
26129   - "throughput"
26130   - "parent"
26131   - "tags"
26132   layout:
26133     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26134     layout: "plot-throughput-speedup-analysis"
26135
26136 - type: "plot"
26137   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26138   algorithm: "plot_throughput_speedup_analysis"
26139   output-file-type: ".html"
26140   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26142   filter: "'NIC_Intel-X520-DA2' and
26143            'NDRPDR' and
26144            '64B' and
26145            'FEATURE' and
26146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26147            'OACL' and
26148            ('ACL1' or 'ACL50') and
26149            ('10K_FLOWS' or '10k_FLOWS') and
26150            not 'MACIP' and
26151            not 'VHOST' and
26152            not 'MEMIF'"
26153   parameters:
26154   - "throughput"
26155   - "parent"
26156   - "tags"
26157   layout:
26158     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26159     layout: "plot-throughput-speedup-analysis"
26160
26161 # Speedup - VPP L2 3n-hsw-x520 features-macip
26162 - type: "plot"
26163   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26164   algorithm: "plot_throughput_speedup_analysis"
26165   output-file-type: ".html"
26166   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26168   filter: "'NIC_Intel-X520-DA2' and
26169            'NDRPDR' and
26170            '64B' and
26171            'FEATURE' and
26172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26173            'MACIP' and
26174            ('ACL1' or 'ACL50') and
26175            ('10K_FLOWS' or '10k_FLOWS') and
26176            not 'VHOST' and
26177            not 'MEMIF'"
26178   parameters:
26179   - "throughput"
26180   - "parent"
26181   - "tags"
26182   layout:
26183     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26184     layout: "plot-throughput-speedup-analysis"
26185
26186 - type: "plot"
26187   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-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-pdr-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-pdr"
26208     layout: "plot-throughput-speedup-analysis"
26209
26210 # Speedup - VPP L2 3n-hsw-x710 base and scale
26211 - type: "plot"
26212   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26213   algorithm: "plot_throughput_speedup_analysis"
26214   output-file-type: ".html"
26215   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26217   filter: "'NIC_Intel-X710' and
26218            '64B' and
26219            ('BASE' or 'SCALE') and
26220            'NDRPDR' and
26221            'ETH' and
26222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26223            not 'VHOST' and
26224            not 'MEMIF' and
26225            not 'DRV_AVF'"
26226   parameters:
26227   - "throughput"
26228   - "parent"
26229   - "tags"
26230   sort:
26231   - "L2PATCH"
26232   - "L2XCFWD"
26233   - "L2BDMACLRN"
26234   - "FIB_10K"
26235   - "FIB_100K"
26236   - "FIB_1M"
26237   layout:
26238     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26239     layout: "plot-throughput-speedup-analysis"
26240
26241 - type: "plot"
26242   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26243   algorithm: "plot_throughput_speedup_analysis"
26244   output-file-type: ".html"
26245   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26247   filter: "'NIC_Intel-X710' and
26248            '64B' and
26249            ('BASE' or 'SCALE') and
26250            'NDRPDR' and
26251            'ETH' and
26252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26253            not 'VHOST' and
26254            not 'MEMIF' and
26255            not 'DRV_AVF'"
26256   parameters:
26257   - "throughput"
26258   - "parent"
26259   - "tags"
26260   sort:
26261   - "L2PATCH"
26262   - "L2XCFWD"
26263   - "L2BDMACLRN"
26264   - "FIB_10K"
26265   - "FIB_100K"
26266   - "FIB_1M"
26267   layout:
26268     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26269     layout: "plot-throughput-speedup-analysis"
26270
26271 # Speedup - VPP L2 3n-hsw-x710 features
26272 - type: "plot"
26273   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26274   algorithm: "plot_throughput_speedup_analysis"
26275   output-file-type: ".html"
26276   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26278   filter: "'NIC_Intel-X710' and
26279            '64B' and
26280            'NDRPDR' and
26281            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26282            not 'ACL' and
26283            not 'VHOST' and
26284            not 'L2OVRLAY' and
26285            not 'MEMIF'"
26286   parameters:
26287   - "throughput"
26288   - "parent"
26289   - "tags"
26290   sort:
26291   - "L2XCBASE"    # l2xcbase
26292   - "L2BDBASE"    # l2bdbase
26293   - "L2XCFWD"     # dot1q-l2xcbase
26294   - "L2BDMACLRN"  # dot1q-l2bdbase
26295   layout:
26296     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26297     layout: "plot-throughput-speedup-analysis"
26298
26299 - type: "plot"
26300   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26301   algorithm: "plot_throughput_speedup_analysis"
26302   output-file-type: ".html"
26303   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26305   filter: "'NIC_Intel-X710' and
26306            '64B' and
26307            'NDRPDR' and
26308            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26309            not 'ACL' and
26310            not 'VHOST' and
26311            not 'L2OVRLAY' and
26312            not 'MEMIF'"
26313   parameters:
26314   - "throughput"
26315   - "parent"
26316   - "tags"
26317   sort:
26318   - "L2XCBASE"    # l2xcbase
26319   - "L2BDBASE"    # l2bdbase
26320   - "L2XCFWD"     # dot1q-l2xcbase
26321   - "L2BDMACLRN"  # dot1q-l2bdbase
26322   layout:
26323     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26324     layout: "plot-throughput-speedup-analysis"
26325
26326 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26327 - type: "plot"
26328   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26329   algorithm: "plot_throughput_speedup_analysis"
26330   output-file-type: ".html"
26331   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26333   filter: "'NIC_Intel-X710' and
26334            'NDRPDR' and
26335            '64B' and
26336            'FEATURE' and
26337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26338            'IACL' and
26339            ('ACL1' or 'ACL50') and
26340            ('10K_FLOWS' or '10k_FLOWS') and
26341            not 'MACIP' and
26342            not 'VHOST' and
26343            not 'MEMIF'"
26344   parameters:
26345   - "throughput"
26346   - "parent"
26347   - "tags"
26348   layout:
26349     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26350     layout: "plot-throughput-speedup-analysis"
26351
26352 - type: "plot"
26353   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26354   algorithm: "plot_throughput_speedup_analysis"
26355   output-file-type: ".html"
26356   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26358   filter: "'NIC_Intel-X710' and
26359            'NDRPDR' and
26360            '64B' and
26361            'FEATURE' and
26362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26363            'IACL' and
26364            ('ACL1' or 'ACL50') and
26365            ('10K_FLOWS' or '10k_FLOWS') and
26366            not 'MACIP' and
26367            not 'VHOST' and
26368            not 'MEMIF'"
26369   parameters:
26370   - "throughput"
26371   - "parent"
26372   - "tags"
26373   layout:
26374     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26375     layout: "plot-throughput-speedup-analysis"
26376
26377 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26378 - type: "plot"
26379   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26380   algorithm: "plot_throughput_speedup_analysis"
26381   output-file-type: ".html"
26382   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26384   filter: "'NIC_Intel-XL710' and
26385            '64B' and
26386            'BASE' and
26387            'NDRPDR' and
26388            'ETH' and
26389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26390            not 'VHOST' and
26391            not 'MEMIF'"
26392   parameters:
26393   - "throughput"
26394   - "parent"
26395   - "tags"
26396   sort:
26397   - "L2PATCH"
26398   - "L2XCFWD"
26399   - "L2BDMACLRN"
26400   layout:
26401     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26402     layout: "plot-throughput-speedup-analysis"
26403
26404 - type: "plot"
26405   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26406   algorithm: "plot_throughput_speedup_analysis"
26407   output-file-type: ".html"
26408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26410   filter: "'NIC_Intel-XL710' and
26411            '64B' and
26412            'BASE' and
26413            'NDRPDR' and
26414            'ETH' and
26415            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26416            not 'VHOST' and
26417            not 'MEMIF'"
26418   parameters:
26419   - "throughput"
26420   - "parent"
26421   - "tags"
26422   sort:
26423   - "L2PATCH"
26424   - "L2XCFWD"
26425   - "L2BDMACLRN"
26426   layout:
26427     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26428     layout: "plot-throughput-speedup-analysis"
26429
26430 # Speedup - VPP L2 3n-skx-x710 base and scale
26431 - type: "plot"
26432   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26433   algorithm: "plot_throughput_speedup_analysis"
26434   output-file-type: ".html"
26435   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26437   filter: "'NIC_Intel-X710' and
26438            '64B' and
26439            ('BASE' or 'SCALE') and
26440            'NDRPDR' and
26441            'ETH' and
26442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26443            not 'VHOST' and
26444            not 'DRV_AVF' and
26445            not 'MEMIF'"
26446   parameters:
26447   - "throughput"
26448   - "parent"
26449   - "tags"
26450   sort:
26451   - "L2PATCH"
26452   - "L2XCBASE"
26453   - "BASE"
26454   - "FIB_10K"
26455   - "FIB_100K"
26456   - "FIB_1M"
26457   layout:
26458     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26459     layout: "plot-throughput-speedup-analysis"
26460
26461 - type: "plot"
26462   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26463   algorithm: "plot_throughput_speedup_analysis"
26464   output-file-type: ".html"
26465   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26467   filter: "'NIC_Intel-X710' and
26468            '64B' and
26469            ('BASE' or 'SCALE') and
26470            'NDRPDR' and
26471            'ETH' and
26472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26473            not 'VHOST' and
26474            not 'DRV_AVF' and
26475            not 'MEMIF'"
26476   parameters:
26477   - "throughput"
26478   - "parent"
26479   - "tags"
26480   sort:
26481   - "L2PATCH"
26482   - "L2XCBASE"
26483   - "BASE"
26484   - "FIB_10K"
26485   - "FIB_100K"
26486   - "FIB_1M"
26487   layout:
26488     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26489     layout: "plot-throughput-speedup-analysis"
26490
26491 # Speedup - VPP L2 3n-skx-x710 features
26492 - type: "plot"
26493   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26494   algorithm: "plot_throughput_speedup_analysis"
26495   output-file-type: ".html"
26496   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26498   filter: "'NIC_Intel-X710' and
26499            '64B' and
26500            'NDRPDR' and
26501            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26502            not 'ACL' and
26503            not 'VHOST' and
26504            not 'DRV_AVF' and
26505            not 'L2OVRLAY' and
26506            not 'MEMIF'"
26507   parameters:
26508   - "throughput"
26509   - "parent"
26510   - "tags"
26511   sort:
26512   - "L2XCBASE"    # l2xcbase
26513   - "L2BDBASE"    # l2bdbase
26514   - "L2XCFWD"     # dot1q-l2xcbase
26515   - "L2BDMACLRN"  # dot1q-l2bdbase
26516   layout:
26517     title: "l2sw-3n-skx-x710-64b-features-ndr"
26518     layout: "plot-throughput-speedup-analysis"
26519
26520 - type: "plot"
26521   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26522   algorithm: "plot_throughput_speedup_analysis"
26523   output-file-type: ".html"
26524   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26526   filter: "'NIC_Intel-X710' and
26527            '64B' and
26528            'NDRPDR' and
26529            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26530            not 'ACL' and
26531            not 'VHOST' and
26532            not 'DRV_AVF' and
26533            not 'L2OVRLAY' and
26534            not 'MEMIF'"
26535   parameters:
26536   - "throughput"
26537   - "parent"
26538   - "tags"
26539   sort:
26540   - "L2XCBASE"    # l2xcbase
26541   - "L2BDBASE"    # l2bdbase
26542   - "L2XCFWD"     # dot1q-l2xcbase
26543   - "L2BDMACLRN"  # dot1q-l2bdbase
26544   layout:
26545     title: "l2sw-3n-skx-x710-64b-features-pdr"
26546     layout: "plot-throughput-speedup-analysis"
26547
26548 # Speedup - VPP L2 3n-skx-x710 features-iacl
26549 - type: "plot"
26550   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26551   algorithm: "plot_throughput_speedup_analysis"
26552   output-file-type: ".html"
26553   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26555   filter: "'NIC_Intel-X710' and
26556            'NDRPDR' and
26557            '64B' and
26558            'FEATURE' and
26559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26560            'IACL' and
26561            ('ACL1' or 'ACL50') and
26562            ('10K_FLOWS' or '10k_FLOWS') and
26563            not 'MACIP' and
26564            not 'VHOST' and
26565            not 'MEMIF'"
26566   parameters:
26567   - "throughput"
26568   - "parent"
26569   - "tags"
26570   layout:
26571     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26572     layout: "plot-throughput-speedup-analysis"
26573
26574 - type: "plot"
26575   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26576   algorithm: "plot_throughput_speedup_analysis"
26577   output-file-type: ".html"
26578   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26580   filter: "'NIC_Intel-X710' and
26581            'NDRPDR' and
26582            '64B' and
26583            'FEATURE' and
26584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26585            'IACL' and
26586            ('ACL1' or 'ACL50') and
26587            ('10K_FLOWS' or '10k_FLOWS') and
26588            not 'MACIP' and
26589            not 'VHOST' and
26590            not 'MEMIF'"
26591   parameters:
26592   - "throughput"
26593   - "parent"
26594   - "tags"
26595   layout:
26596     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26597     layout: "plot-throughput-speedup-analysis"
26598
26599 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26600 - type: "plot"
26601   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26602   algorithm: "plot_throughput_speedup_analysis"
26603   output-file-type: ".html"
26604   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26606   filter: "'NIC_Intel-XXV710' and
26607            '64B' and
26608            ('BASE' or 'SCALE') and
26609            'NDRPDR' and
26610            'ETH' and
26611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26612            not 'DRV_AVF' and
26613            not 'VHOST' and
26614            not 'MEMIF'"
26615   parameters:
26616   - "throughput"
26617   - "parent"
26618   - "tags"
26619 #  sort:
26620 #  - "L2PATCH"
26621 #  - "L2PATCH"
26622 #  - "L2XCBASE"
26623 #  - "L2BDMACLRN"
26624   layout:
26625     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26626     layout: "plot-throughput-speedup-analysis"
26627
26628 - type: "plot"
26629   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26630   algorithm: "plot_throughput_speedup_analysis"
26631   output-file-type: ".html"
26632   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26634   filter: "'NIC_Intel-XXV710' and
26635            '64B' and
26636            ('BASE' or 'SCALE') and
26637            'NDRPDR' and
26638            'ETH' and
26639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26640            not 'DRV_AVF' and
26641            not 'VHOST' and
26642            not 'MEMIF'"
26643   parameters:
26644   - "throughput"
26645   - "parent"
26646   - "tags"
26647 #  sort:
26648 #  - "L2PATCH"
26649 #  - "L2PATCH"
26650 #  - "L2XCBASE"
26651 #  - "L2BDMACLRN"
26652   layout:
26653     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26654     layout: "plot-throughput-speedup-analysis"
26655
26656 # Speedup - VPP L2 2n-skx-x710 base and scale
26657 - type: "plot"
26658   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26659   algorithm: "plot_throughput_speedup_analysis"
26660   output-file-type: ".html"
26661   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26663   filter: "'NIC_Intel-X710' and
26664            '64B' and
26665            ('BASE' or 'SCALE') and
26666            'NDRPDR' and
26667            'ETH' and
26668            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26669            not 'VHOST' and
26670            not 'MEMIF'"
26671   parameters:
26672   - "throughput"
26673   - "parent"
26674   - "tags"
26675   sort:
26676   - "L2PATCH"
26677   - "L2XCBASE"
26678   - "BASE"
26679   - "FIB_10K"
26680   - "FIB_100K"
26681   - "FIB_1M"
26682   layout:
26683     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26684     layout: "plot-throughput-speedup-analysis"
26685
26686 - type: "plot"
26687   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26688   algorithm: "plot_throughput_speedup_analysis"
26689   output-file-type: ".html"
26690   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26692   filter: "'NIC_Intel-X710' and
26693            '64B' and
26694            ('BASE' or 'SCALE') and
26695            'NDRPDR' and
26696            'ETH' and
26697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26698            not 'VHOST' and
26699            not 'MEMIF'"
26700   parameters:
26701   - "throughput"
26702   - "parent"
26703   - "tags"
26704   sort:
26705   - "L2PATCH"
26706   - "L2XCBASE"
26707   - "BASE"
26708   - "FIB_10K"
26709   - "FIB_100K"
26710   - "FIB_1M"
26711   layout:
26712     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26713     layout: "plot-throughput-speedup-analysis"
26714
26715 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26716 - type: "plot"
26717   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26718   algorithm: "plot_throughput_speedup_analysis"
26719   output-file-type: ".html"
26720   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26722   filter: "'NIC_Intel-XXV710' and
26723            '64B' and
26724            ('BASE' or 'SCALE') and
26725            'NDRPDR' and
26726            'ETH' and
26727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26728            not 'VHOST' and
26729            not 'MEMIF'"
26730   parameters:
26731   - "throughput"
26732   - "parent"
26733   - "tags"
26734   sort:
26735   - "L2PATCH"
26736   - "L2XCBASE"
26737   - "BASE"
26738   - "FIB_10K"
26739   - "FIB_100K"
26740   - "FIB_1M"
26741   layout:
26742     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26743     layout: "plot-throughput-speedup-analysis"
26744
26745 - type: "plot"
26746   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26747   algorithm: "plot_throughput_speedup_analysis"
26748   output-file-type: ".html"
26749   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26750   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26751   filter: "'NIC_Intel-XXV710' and
26752            '64B' and
26753            ('BASE' or 'SCALE') and
26754            'NDRPDR' and
26755            'ETH' and
26756            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26757            not 'VHOST' and
26758            not 'MEMIF'"
26759   parameters:
26760   - "throughput"
26761   - "parent"
26762   - "tags"
26763   sort:
26764   - "L2PATCH"
26765   - "L2XCBASE"
26766   - "BASE"
26767   - "FIB_10K"
26768   - "FIB_100K"
26769   - "FIB_1M"
26770   layout:
26771     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26772     layout: "plot-throughput-speedup-analysis"
26773
26774 ## Speedup - VPP L2 2n-dnv-x553 base
26775 #- type: "plot"
26776 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26777 #  algorithm: "plot_throughput_speedup_analysis"
26778 #  output-file-type: ".html"
26779 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26780 #  data: "intel-dnv-vpp"
26781 #  filter: "'NIC_Intel-X553' and
26782 #           '64B' and
26783 #           ('BASE' or 'SCALE') and
26784 #           'NDRPDR' and
26785 #           'ETH' and
26786 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26787 #           not 'VHOST' and
26788 #           not 'MEMIF'"
26789 #  parameters:
26790 #  - "throughput"
26791 #  - "parent"
26792 #  - "tags"
26793 #  sort:
26794 #  - "L2XCBASE"
26795 #  - "L2BDMACLRN"
26796 #  - "L2PATCH"
26797 #  layout:
26798 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26799 #    layout: "plot-throughput-speedup-analysis"
26800 #
26801 #- type: "plot"
26802 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26803 #  algorithm: "plot_throughput_speedup_analysis"
26804 #  output-file-type: ".html"
26805 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26806 #  data: "intel-dnv-vpp"
26807 #  filter: "'NIC_Intel-X553' and
26808 #           '64B' and
26809 #           ('BASE' or 'SCALE') and
26810 #           'NDRPDR' and
26811 #           'ETH' and
26812 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26813 #           not 'VHOST' and
26814 #           not 'MEMIF'"
26815 #  parameters:
26816 #  - "throughput"
26817 #  - "parent"
26818 #  - "tags"
26819 #  sort:
26820 #  - "L2XCBASE"
26821 #  - "L2BDMACLRN"
26822 #  - "L2PATCH"
26823 #  layout:
26824 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26825 #    layout: "plot-throughput-speedup-analysis"
26826
26827 ################################################################################
26828
26829 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26830 - type: "plot"
26831   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26832   algorithm: "plot_throughput_speedup_analysis"
26833   output-file-type: ".html"
26834   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26836   filter: "'NIC_Intel-X520-DA2' and
26837            '64B' and
26838            'NDRPDR' and
26839            'ETH' and
26840            'IP4FWD' and
26841            'VHOST_1024' and
26842            not 'VXLAN' and
26843            not 'DOT1Q'"
26844   parameters:
26845   - "throughput"
26846   - "parent"
26847   - "tags"
26848   sort:
26849   - "not CFS_OPT"
26850   - "1VM"
26851   - "2VM"
26852   layout:
26853     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26854     layout: "plot-throughput-speedup-analysis"
26855
26856 - type: "plot"
26857   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26858   algorithm: "plot_throughput_speedup_analysis"
26859   output-file-type: ".html"
26860   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26861   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26862   filter: "'NIC_Intel-X520-DA2' and
26863            '64B' and
26864            'NDRPDR' and
26865            'ETH' and
26866            'IP4FWD' and
26867            'VHOST_1024' and
26868            not 'VXLAN' and
26869            not 'DOT1Q'"
26870   parameters:
26871   - "throughput"
26872   - "parent"
26873   - "tags"
26874   sort:
26875   - "not CFS_OPT"
26876   - "1VM"
26877   - "2VM"
26878   layout:
26879     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26880     layout: "plot-throughput-speedup-analysis"
26881
26882 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26883 - type: "plot"
26884   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26885   algorithm: "plot_throughput_speedup_analysis"
26886   output-file-type: ".html"
26887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26889   filter: "'NIC_Intel-X520-DA2' and
26890            '64B' and
26891            'NDRPDR' and
26892            ('ETH' or 'DOT1Q') and
26893            'BASE' and
26894            ('L2BDMACLRN' or 'L2XCFWD') and
26895            'VHOST_1024' and
26896            not 'VXLAN' and
26897            not 'IP4FWD' and
26898            not '2VM'"
26899   parameters:
26900   - "throughput"
26901   - "parent"
26902   - "tags"
26903   sort:
26904   - "L2BDMACLRN"
26905   - "L2BDMACLRN"
26906   - "L2BDMACLRN"
26907   - "L2XCFWD"
26908   - "L2XCFWD"
26909   - "L2XCFWD"
26910   layout:
26911     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26912     layout: "plot-throughput-speedup-analysis"
26913
26914 - type: "plot"
26915   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26916   algorithm: "plot_throughput_speedup_analysis"
26917   output-file-type: ".html"
26918   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26920   filter: "'NIC_Intel-X520-DA2' and
26921            '64B' and
26922            'NDRPDR' and
26923            ('ETH' or 'DOT1Q') and
26924            'BASE' and
26925            ('L2BDMACLRN' or 'L2XCFWD') and
26926            'VHOST_1024' and
26927            not 'VXLAN' and
26928            not 'IP4FWD' and
26929            not '2VM'"
26930   parameters:
26931   - "throughput"
26932   - "parent"
26933   - "tags"
26934   sort:
26935   - "L2BDMACLRN"
26936   - "L2BDMACLRN"
26937   - "L2BDMACLRN"
26938   - "L2XCFWD"
26939   - "L2XCFWD"
26940   - "L2XCFWD"
26941   layout:
26942     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26943     layout: "plot-throughput-speedup-analysis"
26944
26945 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26946 - type: "plot"
26947   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26948   algorithm: "plot_throughput_speedup_analysis"
26949   output-file-type: ".html"
26950   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26952   filter: "'NIC_Intel-X520-DA2' and
26953            '64B' and
26954            'NDRPDR' and
26955            ('ETH' or 'DOT1Q') and
26956            ('L2BDMACLRN' or 'L2XCFWD') and
26957            'VHOST_1024' and
26958            not 'CFS_OPT' and
26959            not 'DOT1Q' and
26960            not 'VXLAN' and
26961            not 'IP4FWD' and
26962            not 'LBOND'"
26963   parameters:
26964   - "throughput"
26965   - "parent"
26966   - "tags"
26967 #  sort:
26968 #  - "1VM"
26969 #  - "L2XCFWD"
26970 #  - "1VM"
26971 #  - "L2BDMACLRN"
26972   layout:
26973     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26974     layout: "plot-throughput-speedup-analysis"
26975
26976 - type: "plot"
26977   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26978   algorithm: "plot_throughput_speedup_analysis"
26979   output-file-type: ".html"
26980   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26982   filter: "'NIC_Intel-X520-DA2' and
26983            '64B' and
26984            'NDRPDR' and
26985            ('ETH' or 'DOT1Q') and
26986            ('L2BDMACLRN' or 'L2XCFWD') and
26987            'VHOST_1024' and
26988            not 'CFS_OPT' and
26989            not 'DOT1Q' and
26990            not 'VXLAN' and
26991            not 'IP4FWD' and
26992            not 'LBOND'"
26993   parameters:
26994   - "throughput"
26995   - "parent"
26996   - "tags"
26997 #  sort:
26998 #  - "1VM"
26999 #  - "L2XCFWD"
27000 #  - "1VM"
27001 #  - "L2BDMACLRN"
27002   layout:
27003     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27004     layout: "plot-throughput-speedup-analysis"
27005
27006 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27007 - type: "plot"
27008   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27009   algorithm: "plot_throughput_speedup_analysis"
27010   output-file-type: ".html"
27011   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27013   filter: "'NIC_Intel-X710' and
27014            '64B' and
27015            'NDRPDR' and
27016            'ETH' and
27017            'IP4FWD' and
27018            'VHOST_1024' and
27019            not 'VXLAN' and
27020            not 'CFS_OPT' and
27021            not 'DOT1Q'"
27022   parameters:
27023   - "throughput"
27024   - "parent"
27025   - "tags"
27026   sort:
27027   - "1VM"
27028   - "2VM"
27029   layout:
27030     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27031     layout: "plot-throughput-speedup-analysis"
27032
27033 - type: "plot"
27034   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27035   algorithm: "plot_throughput_speedup_analysis"
27036   output-file-type: ".html"
27037   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27039   filter: "'NIC_Intel-X710' and
27040            '64B' and
27041            'NDRPDR' and
27042            'ETH' and
27043            'IP4FWD' and
27044            'VHOST_1024' and
27045            not 'VXLAN' and
27046            not 'CFS_OPT' and
27047            not 'DOT1Q'"
27048   parameters:
27049   - "throughput"
27050   - "parent"
27051   - "tags"
27052   sort:
27053   - "1VM"
27054   - "2VM"
27055   layout:
27056     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27057     layout: "plot-throughput-speedup-analysis"
27058
27059 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27060 - type: "plot"
27061   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27062   algorithm: "plot_throughput_speedup_analysis"
27063   output-file-type: ".html"
27064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27066   filter: "'NIC_Intel-X710' and
27067            '64B' and
27068            'NDRPDR' and
27069            ('ETH' or 'DOT1Q') and
27070            'BASE' and
27071            ('L2BDMACLRN' or 'L2XCFWD') and
27072            'VHOST_1024' and
27073            not 'VXLAN' and
27074            not 'IP4FWD' and
27075            not '2VM'"
27076   parameters:
27077   - "throughput"
27078   - "parent"
27079   - "tags"
27080   sort:
27081   - "L2BDMACLRN"
27082   - "L2BDMACLRN"
27083   - "L2BDMACLRN"
27084   - "L2XCFWD"
27085   - "L2XCFWD"
27086   - "L2XCFWD"
27087   layout:
27088     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27089     layout: "plot-throughput-speedup-analysis"
27090
27091 - type: "plot"
27092   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27093   algorithm: "plot_throughput_speedup_analysis"
27094   output-file-type: ".html"
27095   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27097   filter: "'NIC_Intel-X710' and
27098            '64B' and
27099            'NDRPDR' and
27100            ('ETH' or 'DOT1Q') and
27101            'BASE' and
27102            ('L2BDMACLRN' or 'L2XCFWD') and
27103            'VHOST_1024' and
27104            not 'VXLAN' and
27105            not 'IP4FWD' and
27106            not '2VM'"
27107   parameters:
27108   - "throughput"
27109   - "parent"
27110   - "tags"
27111   sort:
27112   - "L2BDMACLRN"
27113   - "L2BDMACLRN"
27114   - "L2BDMACLRN"
27115   - "L2XCFWD"
27116   - "L2XCFWD"
27117   - "L2XCFWD"
27118   layout:
27119     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27120     layout: "plot-throughput-speedup-analysis"
27121
27122 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27123 - type: "plot"
27124   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27125   algorithm: "plot_throughput_speedup_analysis"
27126   output-file-type: ".html"
27127   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27129   filter: "'NIC_Intel-X710' and
27130            '64B' and
27131            'NDRPDR' and
27132            ('ETH' or 'DOT1Q') and
27133            ('L2BDMACLRN' or 'L2XCFWD') and
27134            'VHOST_1024' and
27135            not 'CFS_OPT' and
27136            not 'VXLAN' and
27137            not 'IP4FWD' and
27138            not 'LBOND'"
27139   parameters:
27140   - "throughput"
27141   - "parent"
27142   - "tags"
27143   sort:
27144   - "L2BDMACLRN"
27145   - "L2BDMACLRN"
27146   - "L2BDMACLRN"
27147   - "L2XCFWD"
27148   - "L2XCFWD"
27149   - "L2XCFWD"
27150   layout:
27151     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27152     layout: "plot-throughput-speedup-analysis"
27153
27154 - type: "plot"
27155   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27156   algorithm: "plot_throughput_speedup_analysis"
27157   output-file-type: ".html"
27158   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27160   filter: "'NIC_Intel-X710' and
27161            '64B' and
27162            'NDRPDR' and
27163            ('ETH' or 'DOT1Q') and
27164            ('L2BDMACLRN' or 'L2XCFWD') and
27165            'VHOST_1024' and
27166            not 'CFS_OPT' and
27167            not 'VXLAN' and
27168            not 'IP4FWD' and
27169            not 'LBOND'"
27170   parameters:
27171   - "throughput"
27172   - "parent"
27173   - "tags"
27174   sort:
27175   - "L2BDMACLRN"
27176   - "L2BDMACLRN"
27177   - "L2BDMACLRN"
27178   - "L2XCFWD"
27179   - "L2XCFWD"
27180   - "L2XCFWD"
27181   layout:
27182     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27183     layout: "plot-throughput-speedup-analysis"
27184
27185 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27186 - type: "plot"
27187   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27188   algorithm: "plot_throughput_speedup_analysis"
27189   output-file-type: ".html"
27190   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27192   filter: "'NIC_Intel-X710' and
27193            '64B' and
27194            'NDRPDR' and
27195            'ETH' and
27196            'IP4FWD' and
27197            'VHOST_1024' and
27198            not 'VXLAN' and
27199            not 'DOT1Q'"
27200   parameters:
27201   - "throughput"
27202   - "parent"
27203   - "tags"
27204   sort:
27205   - "1VM"
27206   - "2VM"
27207   layout:
27208     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27209     layout: "plot-throughput-speedup-analysis"
27210
27211 - type: "plot"
27212   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27213   algorithm: "plot_throughput_speedup_analysis"
27214   output-file-type: ".html"
27215   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27217   filter: "'NIC_Intel-X710' and
27218            '64B' and
27219            'NDRPDR' and
27220            'ETH' and
27221            'IP4FWD' and
27222            'VHOST_1024' and
27223            not 'VXLAN' and
27224            not 'DOT1Q'"
27225   parameters:
27226   - "throughput"
27227   - "parent"
27228   - "tags"
27229   sort:
27230   - "1VM"
27231   - "2VM"
27232   layout:
27233     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27234     layout: "plot-throughput-speedup-analysis"
27235
27236 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27237 - type: "plot"
27238   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27239   algorithm: "plot_throughput_speedup_analysis"
27240   output-file-type: ".html"
27241   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27243   filter: "'NIC_Intel-X710' and
27244            '64B' and
27245            'NDRPDR' and
27246            'ETH' and
27247            'IP4FWD' and
27248            'VHOST_1024' and
27249            not 'VXLAN' and
27250            not 'NF_DENSITY' and
27251            not 'CFS_OPT' and
27252            not 'DOT1Q'"
27253   parameters:
27254   - "throughput"
27255   - "parent"
27256   - "tags"
27257   sort:
27258   - "1VM"
27259   - "2VM"
27260   layout:
27261     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27262     layout: "plot-throughput-speedup-analysis"
27263
27264 - type: "plot"
27265   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27266   algorithm: "plot_throughput_speedup_analysis"
27267   output-file-type: ".html"
27268   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27270   filter: "'NIC_Intel-X710' and
27271            '64B' and
27272            'NDRPDR' and
27273            'ETH' and
27274            'IP4FWD' and
27275            'VHOST_1024' and
27276            not 'VXLAN' and
27277            not 'NF_DENSITY' and
27278            not 'CFS_OPT' and
27279            not 'DOT1Q'"
27280   parameters:
27281   - "throughput"
27282   - "parent"
27283   - "tags"
27284   sort:
27285   - "1VM"
27286   - "2VM"
27287   layout:
27288     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27289     layout: "plot-throughput-speedup-analysis"
27290
27291 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27292 - type: "plot"
27293   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27294   algorithm: "plot_throughput_speedup_analysis"
27295   output-file-type: ".html"
27296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27298   filter: "'NIC_Intel-X710' and
27299            '64B' and
27300            'NDRPDR' and
27301            ('ETH' or 'DOT1Q') and
27302            'BASE' and
27303            ('L2BDMACLRN' or 'L2XCFWD') and
27304            'VHOST_1024' and
27305            not 'VXLAN' and
27306            not 'NF_DENSITY' and
27307            not 'IP4FWD' and
27308            not '2VM'"
27309   parameters:
27310   - "throughput"
27311   - "parent"
27312   - "tags"
27313 #  sort:
27314 #  - "not CFS_OPT"
27315 #  - "L2XCFWD"
27316 #  - "not CFS_OPT"
27317 #  - "CFS_OPT"
27318   layout:
27319     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27320     layout: "plot-throughput-speedup-analysis"
27321
27322 - type: "plot"
27323   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27324   algorithm: "plot_throughput_speedup_analysis"
27325   output-file-type: ".html"
27326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27328   filter: "'NIC_Intel-X710' and
27329            '64B' and
27330            'NDRPDR' and
27331            ('ETH' or 'DOT1Q') and
27332            'BASE' and
27333            ('L2BDMACLRN' or 'L2XCFWD') and
27334            'VHOST_1024' and
27335            not 'VXLAN' and
27336            not 'NF_DENSITY' and
27337            not 'IP4FWD' and
27338            not '2VM'"
27339   parameters:
27340   - "throughput"
27341   - "parent"
27342   - "tags"
27343 #  sort:
27344 #  - "not CFS_OPT"
27345 #  - "L2XCFWD"
27346 #  - "not CFS_OPT"
27347 #  - "CFS_OPT"
27348   layout:
27349     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27350     layout: "plot-throughput-speedup-analysis"
27351
27352 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27353 - type: "plot"
27354   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27355   algorithm: "plot_throughput_speedup_analysis"
27356   output-file-type: ".html"
27357   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27358   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27359   filter: "'NIC_Intel-X710' and
27360            '64B' and
27361            'NDRPDR' and
27362            ('ETH' or 'DOT1Q') and
27363            ('L2BDMACLRN' or 'L2XCFWD') and
27364            'VHOST_1024' and
27365            not 'CFS_OPT' and
27366            not 'VXLAN' and
27367            not 'NF_DENSITY' and
27368            not 'DOT1Q' and
27369            not 'IP4FWD'"
27370   parameters:
27371   - "throughput"
27372   - "parent"
27373   - "tags"
27374 #  sort:
27375 #  - "1VM"
27376 #  - "L2XCFWD"
27377 #  - "1VM"
27378 #  - "L2BDMACLRN"
27379   layout:
27380     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27381     layout: "plot-throughput-speedup-analysis"
27382
27383 - type: "plot"
27384   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27385   algorithm: "plot_throughput_speedup_analysis"
27386   output-file-type: ".html"
27387   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27389   filter: "'NIC_Intel-X710' and
27390            '64B' and
27391            'NDRPDR' and
27392            ('ETH' or 'DOT1Q') and
27393            ('L2BDMACLRN' or 'L2XCFWD') and
27394            'VHOST_1024' and
27395            not 'CFS_OPT' and
27396            not 'VXLAN' and
27397            not 'NF_DENSITY' and
27398            not 'DOT1Q' and
27399            not 'IP4FWD'"
27400   parameters:
27401   - "throughput"
27402   - "parent"
27403   - "tags"
27404 #  sort:
27405 #  - "1VM"
27406 #  - "L2XCFWD"
27407 #  - "1VM"
27408 #  - "L2BDMACLRN"
27409   layout:
27410     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27411     layout: "plot-throughput-speedup-analysis"
27412
27413 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27414 - type: "plot"
27415   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27416   algorithm: "plot_throughput_speedup_analysis"
27417   output-file-type: ".html"
27418   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27420   filter: "'NIC_Intel-XXV710' and
27421            '64B' and
27422            'NDRPDR' and
27423            'ETH' and
27424            'IP4FWD' and
27425            'VHOST_1024' and
27426            not 'VXLAN' and
27427            not 'CFS_OPT' and
27428            not 'DOT1Q'"
27429   parameters:
27430   - "throughput"
27431   - "parent"
27432   - "tags"
27433   sort:
27434   - "not CFS_OPT"
27435   - "1VM"
27436   - "2VM"
27437   layout:
27438     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27439     layout: "plot-throughput-speedup-analysis"
27440
27441 - type: "plot"
27442   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27443   algorithm: "plot_throughput_speedup_analysis"
27444   output-file-type: ".html"
27445   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27447   filter: "'NIC_Intel-XXV710' and
27448            '64B' and
27449            'NDRPDR' and
27450            'ETH' and
27451            'IP4FWD' and
27452            'VHOST_1024' and
27453            not 'VXLAN' and
27454            not 'CFS_OPT' and
27455            not 'DOT1Q'"
27456   parameters:
27457   - "throughput"
27458   - "parent"
27459   - "tags"
27460   sort:
27461   - "not CFS_OPT"
27462   - "1VM"
27463   - "2VM"
27464   layout:
27465     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27466     layout: "plot-throughput-speedup-analysis"
27467
27468 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27469 #- type: "plot"
27470 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27471 #  algorithm: "plot_throughput_speedup_analysis"
27472 #  output-file-type: ".html"
27473 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27474 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27475 #  filter: "'NIC_Intel-XXV710' and
27476 #           '64B' and
27477 #           'NDRPDR' and
27478 #           ('ETH' or 'DOT1Q') and
27479 #           'BASE' and
27480 #           ('L2BDMACLRN' or 'L2XCFWD') and
27481 #           'VHOST_1024' and
27482 #           not 'VXLAN' and
27483 #           not 'IP4FWD' and
27484 #           not '2VM'"
27485 #  parameters:
27486 #  - "throughput"
27487 #  - "parent"
27488 #  - "tags"
27489 ##  sort:
27490 ##  - "not CFS_OPT"
27491 ##  - "L2XCFWD"
27492 ##  - "not CFS_OPT"
27493 ##  - "CFS_OPT"
27494 #  layout:
27495 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27496 #    layout: "plot-throughput-speedup-analysis"
27497 #
27498 #- type: "plot"
27499 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27500 #  algorithm: "plot_throughput_speedup_analysis"
27501 #  output-file-type: ".html"
27502 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27503 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27504 #  filter: "'NIC_Intel-XXV710' and
27505 #           '64B' and
27506 #           'NDRPDR' and
27507 #           ('ETH' or 'DOT1Q') and
27508 #           'BASE' and
27509 #           ('L2BDMACLRN' or 'L2XCFWD') and
27510 #           'VHOST_1024' and
27511 #           not 'VXLAN' and
27512 #           not 'IP4FWD' and
27513 #           not '2VM'"
27514 #  parameters:
27515 #  - "throughput"
27516 #  - "parent"
27517 #  - "tags"
27518 ##  sort:
27519 ##  - "not CFS_OPT"
27520 ##  - "L2XCFWD"
27521 ##  - "not CFS_OPT"
27522 ##  - "CFS_OPT"
27523 #  layout:
27524 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27525 #    layout: "plot-throughput-speedup-analysis"
27526 #
27527 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27528 #- type: "plot"
27529 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27530 #  algorithm: "plot_throughput_speedup_analysis"
27531 #  output-file-type: ".html"
27532 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27533 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27534 #  filter: "'NIC_Intel-XXV710' and
27535 #           '64B' and
27536 #           'NDRPDR' and
27537 #           ('ETH' or 'DOT1Q') and
27538 #           ('L2BDMACLRN' or 'L2XCFWD') and
27539 #           'VHOST_1024' and
27540 #           not 'CFS_OPT' and
27541 #           not 'VXLAN' and
27542 #           not 'DOT1Q' and
27543 #           not 'IP4FWD'"
27544 #  parameters:
27545 #  - "throughput"
27546 #  - "parent"
27547 #  - "tags"
27548 ##  sort:
27549 ##  - "1VM"
27550 ##  - "L2XCFWD"
27551 ##  - "1VM"
27552 ##  - "L2BDMACLRN"
27553 #  layout:
27554 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27555 #    layout: "plot-throughput-speedup-analysis"
27556 #
27557 #- type: "plot"
27558 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27559 #  algorithm: "plot_throughput_speedup_analysis"
27560 #  output-file-type: ".html"
27561 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27562 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27563 #  filter: "'NIC_Intel-XXV710' and
27564 #           '64B' and
27565 #           'NDRPDR' and
27566 #           ('ETH' or 'DOT1Q') and
27567 #           ('L2BDMACLRN' or 'L2XCFWD') and
27568 #           'VHOST_1024' and
27569 #           not 'CFS_OPT' and
27570 #           not 'VXLAN' and
27571 #           not 'DOT1Q' and
27572 #           not 'IP4FWD'"
27573 #  parameters:
27574 #  - "throughput"
27575 #  - "parent"
27576 #  - "tags"
27577 ##  sort:
27578 ##  - "1VM"
27579 ##  - "L2XCFWD"
27580 ##  - "1VM"
27581 ##  - "L2BDMACLRN"
27582 #  layout:
27583 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27584 #    layout: "plot-throughput-speedup-analysis"
27585
27586 ################################################################################
27587
27588 # Speedup - VPP vts 3n-hsw-x520
27589 - type: "plot"
27590   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27591   algorithm: "plot_throughput_speedup_analysis"
27592   output-file-type: ".html"
27593   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27595   filter: "'NIC_Intel-X520-DA2' and
27596            '114B' and
27597            'NDRPDR' and
27598            'VTS'"
27599   parameters:
27600   - "throughput"
27601   - "parent"
27602   - "tags"
27603   layout:
27604     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27605     layout: "plot-throughput-speedup-analysis"
27606
27607 - type: "plot"
27608   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27609   algorithm: "plot_throughput_speedup_analysis"
27610   output-file-type: ".html"
27611   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27613   filter: "'NIC_Intel-X520-DA2' and
27614            '114B' and
27615            'NDRPDR' and
27616            'VTS'"
27617   parameters:
27618   - "throughput"
27619   - "parent"
27620   - "tags"
27621   layout:
27622     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27623     layout: "plot-throughput-speedup-analysis"